01KRKFZFVNQMX5PGBR68RSZAJK: 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: 01KRKFZXACT2ADWX4S69B6ZSA4

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-14T15:00:20.714Zjob assigned to worker 01KRKG041PC3WGR33KYNQEX1KV [factory aws, i-0164ddb7bb65cdd7a] (queued for 51 s)
 
22026-05-14T15:00:27.675Zstarting task 0: "setup"
32026-05-14T15:00:27.679Z++ uname -s
42026-05-14T15:00:27.682Z+ kern=SunOS
52026-05-14T15:00:27.682Z+ build_user=build
62026-05-14T15:00:27.682Z+ build_uid=12345
72026-05-14T15:00:27.682Z+ work_dir=/work
82026-05-14T15:00:27.682Z+ input_dir=/input
92026-05-14T15:00:27.682Z+ [[ 0 == 12345 ]]
102026-05-14T15:00:27.682Z+ case "$kern" in
112026-05-14T15:00:27.682Z+ groupadd -g 12345 build
122026-05-14T15:00:27.685Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-14T15:00:29.690Z+ zfs create -o mountpoint=/work rpool/work
142026-05-14T15:00:29.792Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-14T15:00:29.795Z+ home_fs=zfs
162026-05-14T15:00:29.795Z+ [[ zfs == autofs ]]
172026-05-14T15:00:29.796Z+ mkdir -p /home/build
182026-05-14T15:00:29.798Z+ chown build:build /home/build /work
192026-05-14T15:00:31.798Z+ chmod 0700 /home/build /work
202026-05-14T15:00:31.801Zprocess exited: duration 4128 ms, exit code 0
 
212026-05-14T15:00:31.809Zstarting task 1: "rust-toolchain"
222026-05-14T15:00:31.814Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-14T15:00:31.814Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-14T15:00:31.814Z * rust toolchain channel = "1.94.0"
252026-05-14T15:00:31.814Z * rust toolchain profile = "default"
262026-05-14T15:00:31.814Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-14T15:00:31.814Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-14T15:00:31.817Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-14T15:00:31.817Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-14T15:00:31.903Zinfo: downloading installer
312026-05-14T15:00:33.385Zwarn: It looks like you have an existing rustup settings file at:
322026-05-14T15:00:33.386Zwarn: /home/build/.rustup/settings.toml
332026-05-14T15:00:33.386Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-14T15:00:33.386Zwarn: instead of the one inferred from the default host triple.
352026-05-14T15:00:33.397Zinfo: profile set to default
362026-05-14T15:00:33.398Zinfo: default host triple is x86_64-unknown-illumos
372026-05-14T15:00:33.400Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-14T15:00:33.550Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-14T15:00:33.553Zinfo: downloading 6 components
402026-05-14T15:00:47.319Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-14T15:00:47.320Z
422026-05-14T15:00:47.353Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-14T15:00:47.353Z
442026-05-14T15:00:47.353Z
452026-05-14T15:00:47.353ZRust is installed now. Great!
462026-05-14T15:00:47.354Z
472026-05-14T15:00:47.354ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-14T15:00:47.354Zenvironment variable. This has not been done automatically.
492026-05-14T15:00:47.354Z
502026-05-14T15:00:47.354ZTo configure your current shell, you need to source
512026-05-14T15:00:47.354Zthe corresponding env file under $HOME/.cargo.
522026-05-14T15:00:47.354Z
532026-05-14T15:00:47.354ZThis is usually done by running one of the following (note the leading DOT):
542026-05-14T15:00:47.354Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-14T15:00:47.354Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-14T15:00:47.354Zsource "~/.cargo/env.nu" # For nushell
572026-05-14T15:00:47.354Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-14T15:00:47.354Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-14T15:00:47.354Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-14T15:00:47.357Zwarn: no default linker (`cc`) was found in your PATH
612026-05-14T15:00:47.357Zwarn: many Rust crates require a system C toolchain to build
622026-05-14T15:00:47.450Z+ rustup --version
632026-05-14T15:00:47.457Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-14T15:00:47.461Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-14T15:00:47.477Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-14T15:00:47.480Z+ cargo --version
672026-05-14T15:00:47.489Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-14T15:00:47.492Z+ rustc --version
692026-05-14T15:00:47.513Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-14T15:00:47.516Zprocess exited: duration 15705 ms, exit code 0
 
712026-05-14T15:00:47.522Zstarting task 2: "authentication"
722026-05-14T15:00:47.540Zprocess exited: duration 17 ms, exit code 0
 
732026-05-14T15:00:47.547Zstarting task 3: "clone repository"
742026-05-14T15:00:47.551Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-14T15:00:47.555Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-14T15:00:47.595ZCloning into '/work/oxidecomputer/omicron'...
772026-05-14T15:00:57.155Z+ cd /work/oxidecomputer/omicron
782026-05-14T15:00:57.155Z+ git fetch origin 77605f30437d708c5a5615879443117c81be4fdc
792026-05-14T15:00:57.439ZFrom https://github.com/oxidecomputer/omicron
802026-05-14T15:00:57.439Z * branch 77605f30437d708c5a5615879443117c81be4fdc -> FETCH_HEAD
812026-05-14T15:00:57.454Z+ [[ -n john/populate-switch-ports-rpw ]]
822026-05-14T15:00:57.457Z++ git branch --show-current
832026-05-14T15:00:57.457Z+ current=main
842026-05-14T15:00:57.457Z+ [[ main != john/populate-switch-ports-rpw ]]
852026-05-14T15:00:57.457Z+ git branch -f john/populate-switch-ports-rpw 77605f30437d708c5a5615879443117c81be4fdc
862026-05-14T15:00:57.460Z+ git checkout -f john/populate-switch-ports-rpw
872026-05-14T15:00:57.696ZSwitched to branch 'john/populate-switch-ports-rpw'
882026-05-14T15:00:57.699Z+ git reset --hard 77605f30437d708c5a5615879443117c81be4fdc
892026-05-14T15:00:57.712ZHEAD is now at 77605f304 don't stop on first error
902026-05-14T15:00:57.715Zprocess exited: duration 10166 ms, exit code 0
 
912026-05-14T15:00:57.722Zstarting task 4: "build"
922026-05-14T15:00:57.726Z+ source .github/buildomat/ci-env.sh
932026-05-14T15:00:57.726Z++ export CARGO_TERM_COLOR=always
942026-05-14T15:00:57.726Z++ CARGO_TERM_COLOR=always
952026-05-14T15:00:57.726Z+ cargo --version
962026-05-14T15:00:57.736Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-14T15:00:57.739Z+ rustc --version
982026-05-14T15:00:57.760Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-14T15:00:57.763Z+ cargo tree --locked
1002026-05-14T15:00:57.940Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1012026-05-14T15:00:58.222Z Updating crates.io index
1022026-05-14T15:00:58.255Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1032026-05-14T15:00:58.506Z Updating git repository `https://github.com/oxidecomputer/lldp`
1042026-05-14T15:00:59.299Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1052026-05-14T15:00:59.706Z Updating git repository `https://github.com/oxidecomputer/propolis`
1062026-05-14T15:01:00.743Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1072026-05-14T15:01:01.288Z Updating git repository `https://github.com/oxidecomputer/crucible`
1082026-05-14T15:01:02.648Z Updating git repository `https://github.com/oxidecomputer/opte`
1092026-05-14T15:01:03.405Z Updating git repository `https://github.com/oxidecomputer/tofino`
1102026-05-14T15:01:03.835Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1112026-05-14T15:01:04.632Z Updating git repository `https://github.com/oxidecomputer/clickward`
1122026-05-14T15:01:05.068Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1132026-05-14T15:01:05.525Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1142026-05-14T15:01:05.836Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1152026-05-14T15:01:07.189Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1162026-05-14T15:01:07.723Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1172026-05-14T15:01:08.081Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1182026-05-14T15:01:08.440Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1192026-05-14T15:01:08.889Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1202026-05-14T15:01:09.237Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1212026-05-14T15:01:09.498Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1222026-05-14T15:01:09.779Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1232026-05-14T15:01:10.162Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1242026-05-14T15:01:10.562Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1252026-05-14T15:01:11.195Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1262026-05-14T15:01:11.564Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1272026-05-14T15:01:11.903Z Updating git repository `https://github.com/oxidecomputer/ispf`
1282026-05-14T15:01:12.244Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1292026-05-14T15:01:13.176Z Updating git repository `https://github.com/oxidecomputer/crucible`
1302026-05-14T15:01:14.086Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1312026-05-14T15:01:14.555Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1322026-05-14T15:01:15.027Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1332026-05-14T15:01:15.395Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1342026-05-14T15:01:15.702Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1352026-05-14T15:01:16.097Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1362026-05-14T15:01:16.687Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1372026-05-14T15:01:16.973Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1382026-05-14T15:01:17.238Z Updating git repository `https://github.com/illumos/smf-rs`
1392026-05-14T15:01:17.640Z Updating git repository `https://github.com/oxidecomputer/omicron`
1402026-05-14T15:01:29.340Z Downloading crates ...
1412026-05-14T15:01:29.462Z Downloaded argon2 v0.5.3
1422026-05-14T15:01:29.466Z Downloaded adler2 v2.0.1
1432026-05-14T15:01:29.469Z Downloaded aead v0.5.2
1442026-05-14T15:01:29.469Z Downloaded anstyle-query v1.1.5
1452026-05-14T15:01:29.472Z Downloaded atomic-waker v1.1.2
1462026-05-14T15:01:29.475Z Downloaded backon v1.6.0
1472026-05-14T15:01:29.475Z Downloaded atty v0.2.14
1482026-05-14T15:01:29.479Z Downloaded bytecount v0.6.9
1492026-05-14T15:01:29.479Z Downloaded backtrace-ext v0.2.1
1502026-05-14T15:01:29.479Z Downloaded anes v0.1.6
1512026-05-14T15:01:29.482Z Downloaded approx v0.5.1
1522026-05-14T15:01:29.482Z Downloaded arrayref v0.3.9
1532026-05-14T15:01:29.482Z Downloaded atomicwrites v0.4.4
1542026-05-14T15:01:29.485Z Downloaded assert-json-diff v2.0.2
1552026-05-14T15:01:29.485Z Downloaded async-object-pool v0.2.0
1562026-05-14T15:01:29.485Z Downloaded bitfield-macros v0.19.4
1572026-05-14T15:01:29.488Z Downloaded cargo-platform v0.1.9
1582026-05-14T15:01:29.492Z Downloaded ascii-canvas v3.0.0
1592026-05-14T15:01:29.492Z Downloaded async-recursion v1.1.1
1602026-05-14T15:01:29.495Z Downloaded ciborium-io v0.2.2
1612026-05-14T15:01:29.495Z Downloaded bit-set v0.5.3
1622026-05-14T15:01:29.495Z Downloaded base64ct v1.8.3
1632026-05-14T15:01:29.498Z Downloaded autocfg v1.5.0
1642026-05-14T15:01:29.502Z Downloaded crossbeam-utils v0.8.21
1652026-05-14T15:01:29.505Z Downloaded async-stream-impl v0.3.6
1662026-05-14T15:01:29.505Z Downloaded des v0.8.1
1672026-05-14T15:01:29.508Z Downloaded assert_matches v1.5.0
1682026-05-14T15:01:29.508Z Downloaded anstyle v1.0.13
1692026-05-14T15:01:29.513Z Downloaded bcrypt-pbkdf v0.10.0
1702026-05-14T15:01:29.520Z Downloaded bcs v0.1.6
1712026-05-14T15:01:29.524Z Downloaded anstream v0.6.21
1722026-05-14T15:01:29.529Z Downloaded cfg_aliases v0.2.1
1732026-05-14T15:01:29.532Z Downloaded cargo-util-schemas v0.8.2
1742026-05-14T15:01:29.537Z Downloaded cargo_metadata v0.19.2
1752026-05-14T15:01:29.540Z Downloaded cast v0.3.0
1762026-05-14T15:01:29.543Z Downloaded async-stream v0.3.6
1772026-05-14T15:01:29.548Z Downloaded cfg_aliases v0.1.1
1782026-05-14T15:01:29.557Z Downloaded async-lock v3.4.2
1792026-05-14T15:01:29.567Z Downloaded document-features v0.2.12
1802026-05-14T15:01:29.571Z Downloaded cargo-platform v0.2.0
1812026-05-14T15:01:29.571Z Downloaded dof v0.3.0
1822026-05-14T15:01:29.585Z Downloaded downcast-rs v2.0.2
1832026-05-14T15:01:29.589Z Downloaded dof v0.4.0
1842026-05-14T15:01:29.592Z Downloaded bit-set v0.8.0
1852026-05-14T15:01:29.592Z Downloaded castaway v0.2.4
1862026-05-14T15:01:29.595Z Downloaded block-padding v0.3.3
1872026-05-14T15:01:29.598Z Downloaded block-buffer v0.10.4
1882026-05-14T15:01:29.598Z Downloaded bitfield-struct v0.6.2
1892026-05-14T15:01:29.598Z Downloaded base16ct v0.2.0
1902026-05-14T15:01:29.601Z Downloaded dtrace-parser v0.3.0
1912026-05-14T15:01:29.601Z Downloaded cargo-platform v0.3.2
1922026-05-14T15:01:29.604Z Downloaded dsl_auto_type v0.2.0
1932026-05-14T15:01:29.604Z Downloaded bb8 v0.8.6
1942026-05-14T15:01:29.607Z Downloaded dyn-clone v1.0.20
1952026-05-14T15:01:29.611Z Downloaded dunce v1.0.5
1962026-05-14T15:01:29.614Z Downloaded cfg-if v1.0.4
1972026-05-14T15:01:29.617Z Downloaded cargo_metadata v0.21.0
1982026-05-14T15:01:29.617Z Downloaded camino-tempfile v1.4.1
1992026-05-14T15:01:29.617Z Downloaded bitfield v0.19.4
2002026-05-14T15:01:29.620Z Downloaded cancel-safe-futures v0.1.5
2012026-05-14T15:01:29.620Z Downloaded cexpr v0.6.0
2022026-05-14T15:01:29.623Z Downloaded anyhow v1.0.102
2032026-05-14T15:01:29.623Z Downloaded cbc v0.1.2
2042026-05-14T15:01:29.623Z Downloaded bumpalo v3.20.2
2052026-05-14T15:01:29.626Z Downloaded chacha20 v0.9.1
2062026-05-14T15:01:29.626Z Downloaded dtrace-parser v0.2.0
2072026-05-14T15:01:29.629Z Downloaded cassowary v0.3.0
2082026-05-14T15:01:29.633Z Downloaded endian-type v0.1.2
2092026-05-14T15:01:29.636Z Downloaded blowfish v0.9.1
2102026-05-14T15:01:29.636Z Downloaded blake2b_simd v1.0.4
2112026-05-14T15:01:29.636Z Downloaded bitflags v1.3.2
2122026-05-14T15:01:29.639Z Downloaded anstyle-parse v0.2.7
2132026-05-14T15:01:29.639Z Downloaded displaydoc v0.2.5
2142026-05-14T15:01:29.642Z Downloaded byte-wrapper v0.1.0
2152026-05-14T15:01:29.645Z Downloaded equivalent v1.0.2
2162026-05-14T15:01:29.648Z Downloaded escape8259 v0.5.3
2172026-05-14T15:01:29.648Z Downloaded errno v0.3.14
2182026-05-14T15:01:29.652Z Downloaded camino-tempfile-ext v0.3.3
2192026-05-14T15:01:29.655Z Downloaded cargo_metadata v0.23.1
2202026-05-14T15:01:29.658Z Downloaded async-trait v0.1.89
2212026-05-14T15:01:29.661Z Downloaded cookie_store v0.22.1
2222026-05-14T15:01:29.661Z Downloaded backoff v0.4.0
2232026-05-14T15:01:29.664Z Downloaded array-init v0.0.4
2242026-05-14T15:01:29.668Z Downloaded crossbeam-channel v0.5.15
2252026-05-14T15:01:29.671Z Downloaded crypto-common v0.1.7
2262026-05-14T15:01:29.671Z Downloaded dropshot-api-manager-types v0.7.1
2272026-05-14T15:01:29.671Z Downloaded assert_cmd v2.1.2
2282026-05-14T15:01:29.674Z Downloaded event-listener-strategy v0.5.4
2292026-05-14T15:01:29.674Z Downloaded darling v0.21.3
2302026-05-14T15:01:29.678Z Downloaded fastrand v2.3.0
2312026-05-14T15:01:29.678Z Downloaded chacha20 v0.10.0
2322026-05-14T15:01:29.681Z Downloaded bzip2 v0.4.4
2332026-05-14T15:01:29.681Z Downloaded crossterm v0.28.1
2342026-05-14T15:01:29.684Z Downloaded datatest-stable v0.3.3
2352026-05-14T15:01:29.687Z Downloaded ecdsa v0.16.9
2362026-05-14T15:01:29.687Z Downloaded buf-list v1.1.2
2372026-05-14T15:01:29.690Z Downloaded crc-catalog v2.4.0
2382026-05-14T15:01:29.690Z Downloaded cipher v0.4.4
2392026-05-14T15:01:29.691Z Downloaded crunchy v0.2.4
2402026-05-14T15:01:29.694Z Downloaded addr2line v0.25.1
2412026-05-14T15:01:29.694Z Downloaded either v1.15.0
2422026-05-14T15:01:29.694Z Downloaded ed25519 v2.2.3
2432026-05-14T15:01:29.697Z Downloaded byteorder v1.5.0
2442026-05-14T15:01:29.697Z Downloaded bit-vec v0.6.3
2452026-05-14T15:01:29.697Z Downloaded fd-lock v4.0.4
2462026-05-14T15:01:29.700Z Downloaded env_filter v1.0.0
2472026-05-14T15:01:29.700Z Downloaded darling_macro v0.21.3
2482026-05-14T15:01:29.700Z Downloaded env_logger v0.11.9
2492026-05-14T15:01:29.703Z Downloaded clap v4.5.60
2502026-05-14T15:01:29.707Z Downloaded erased-serde v0.4.9
2512026-05-14T15:01:29.710Z Downloaded fixedbitset v0.4.2
2522026-05-14T15:01:29.710Z Downloaded derive_builder_macro v0.20.2
2532026-05-14T15:01:29.710Z Downloaded derive-where v1.6.0
2542026-05-14T15:01:29.713Z Downloaded ena v0.14.4
2552026-05-14T15:01:29.716Z Downloaded float-ord v0.3.2
2562026-05-14T15:01:29.716Z Downloaded float-cmp v0.10.0
2572026-05-14T15:01:29.716Z Downloaded fnv v1.0.7
2582026-05-14T15:01:29.716Z Downloaded crc v3.4.0
2592026-05-14T15:01:29.720Z Downloaded foreign-types-shared v0.3.1
2602026-05-14T15:01:29.720Z Downloaded der_derive v0.7.3
2612026-05-14T15:01:29.720Z Downloaded foreign-types v0.5.0
2622026-05-14T15:01:29.720Z Downloaded concurrent-queue v2.5.0
2632026-05-14T15:01:29.724Z Downloaded csv-core v0.1.13
2642026-05-14T15:01:29.724Z Downloaded convert_case v0.4.0
2652026-05-14T15:01:29.724Z Downloaded erased-serde v0.3.31
2662026-05-14T15:01:29.724Z Downloaded bit-vec v0.8.0
2672026-05-14T15:01:29.727Z Downloaded async-bb8-diesel v0.2.1
2682026-05-14T15:01:29.727Z Downloaded cfg-expr v0.20.6
2692026-05-14T15:01:29.731Z Downloaded drift v0.1.4
2702026-05-14T15:01:29.734Z Downloaded camino v1.2.2
2712026-05-14T15:01:29.734Z Downloaded daft v0.1.5
2722026-05-14T15:01:29.737Z Downloaded diesel_derives v2.3.7
2732026-05-14T15:01:29.741Z Downloaded foreign-types-macros v0.2.3
2742026-05-14T15:01:29.741Z Downloaded form_urlencoded v1.2.2
2752026-05-14T15:01:29.741Z Downloaded foreign-types-shared v0.1.1
2762026-05-14T15:01:29.741Z Downloaded arrayvec v0.7.6
2772026-05-14T15:01:29.744Z Downloaded cookie v0.18.1
2782026-05-14T15:01:29.744Z Downloaded funty v2.0.0
2792026-05-14T15:01:29.747Z Downloaded bzip2 v0.6.1
2802026-05-14T15:01:29.748Z Downloaded allocator-api2 v0.2.21
2812026-05-14T15:01:29.748Z Downloaded blake2 v0.10.6
2822026-05-14T15:01:29.751Z Downloaded ahash v0.8.12
2832026-05-14T15:01:29.751Z Downloaded display-error-chain v0.2.2
2842026-05-14T15:01:29.751Z Downloaded critical-section v1.2.0
2852026-05-14T15:01:29.754Z Downloaded corncobs v0.1.4
2862026-05-14T15:01:29.754Z Downloaded futures-io v0.3.32
2872026-05-14T15:01:29.754Z Downloaded compression-codecs v0.4.37
2882026-05-14T15:01:29.759Z Downloaded futures-macro v0.3.32
2892026-05-14T15:01:29.759Z Downloaded futures-sink v0.3.32
2902026-05-14T15:01:29.762Z Downloaded base64 v0.22.1
2912026-05-14T15:01:29.765Z Downloaded fallible-iterator v0.2.0
2922026-05-14T15:01:29.765Z Downloaded diff v0.1.13
2932026-05-14T15:01:29.768Z Downloaded futures-task v0.3.32
2942026-05-14T15:01:29.768Z Downloaded gethostname v0.5.0
2952026-05-14T15:01:29.768Z Downloaded fxhash v0.2.1
2962026-05-14T15:01:29.768Z Downloaded arc-swap v1.8.2
2972026-05-14T15:01:29.772Z Downloaded async-compression v0.4.41
2982026-05-14T15:01:29.776Z Downloaded event-listener v5.4.1
2992026-05-14T15:01:29.777Z Downloaded flagset v0.4.7
3002026-05-14T15:01:29.780Z Downloaded fixedbitset v0.5.7
3012026-05-14T15:01:29.780Z Downloaded ghash v0.5.1
3022026-05-14T15:01:29.780Z Downloaded generic-array v0.14.7
3032026-05-14T15:01:29.784Z Downloaded foldhash v0.1.5
3042026-05-14T15:01:29.784Z Downloaded find-msvc-tools v0.1.9
3052026-05-14T15:01:29.784Z Downloaded filetime v0.2.27
3062026-05-14T15:01:29.787Z Downloaded ff v0.13.1
3072026-05-14T15:01:29.787Z Downloaded hash32 v0.3.1
3082026-05-14T15:01:29.787Z Downloaded hash32 v0.2.1
3092026-05-14T15:01:29.790Z Downloaded guppy-workspace-hack v0.1.0
3102026-05-14T15:01:29.790Z Downloaded enum-as-inner v0.6.1
3112026-05-14T15:01:29.790Z Downloaded foldhash v0.2.0
3122026-05-14T15:01:29.794Z Downloaded compact_str v0.8.1
3132026-05-14T15:01:29.797Z Downloaded bitflags v2.11.0
3142026-05-14T15:01:29.797Z Downloaded dropshot_endpoint v0.17.0
3152026-05-14T15:01:29.800Z Downloaded dropshot_endpoint v0.16.7
3162026-05-14T15:01:29.804Z Downloaded fs-err v3.3.0
3172026-05-14T15:01:29.804Z Downloaded fs-err v2.11.0
3182026-05-14T15:01:29.804Z Downloaded globwalk v0.9.1
3192026-05-14T15:01:29.808Z Downloaded foreign-types v0.3.2
3202026-05-14T15:01:29.815Z Downloaded elliptic-curve v0.13.8
3212026-05-14T15:01:29.818Z Downloaded futures-core v0.3.32
3222026-05-14T15:01:29.823Z Downloaded fs_extra v1.3.0
3232026-05-14T15:01:29.826Z Downloaded http-body v1.0.1
3242026-05-14T15:01:29.826Z Downloaded hex v0.4.3
3252026-05-14T15:01:29.826Z Downloaded hostname v0.4.2
3262026-05-14T15:01:29.826Z Downloaded heck v0.4.1
3272026-05-14T15:01:29.830Z Downloaded futures-executor v0.3.32
3282026-05-14T15:01:29.830Z Downloaded darling_core v0.21.3
3292026-05-14T15:01:29.833Z Downloaded chumsky v0.9.3
3302026-05-14T15:01:29.833Z Downloaded derive_more v0.99.20
3312026-05-14T15:01:29.837Z Downloaded git-stub-vcs v0.1.0
3322026-05-14T15:01:29.841Z Downloaded chrono-tz v0.10.4
3332026-05-14T15:01:29.851Z Downloaded hubpack_derive v0.1.1
3342026-05-14T15:01:29.854Z Downloaded hubpack v0.1.2
3352026-05-14T15:01:29.855Z Downloaded httpdate v1.0.3
3362026-05-14T15:01:29.855Z Downloaded chrono v0.4.44
3372026-05-14T15:01:29.858Z Downloaded http-range v0.1.5
3382026-05-14T15:01:29.861Z Downloaded diesel v2.3.7
3392026-05-14T15:01:29.871Z Downloaded hashbrown v0.13.2
3402026-05-14T15:01:29.875Z Downloaded half v2.7.1
3412026-05-14T15:01:29.878Z Downloaded bytes v1.11.1
3422026-05-14T15:01:29.878Z Downloaded glob v0.3.3
3432026-05-14T15:01:29.881Z Downloaded darling_macro v0.23.0
3442026-05-14T15:01:29.881Z Downloaded cc v1.2.56
3452026-05-14T15:01:29.885Z Downloaded ar_archive_writer v0.5.1
3462026-05-14T15:01:29.885Z Downloaded hex-literal v0.4.1
3472026-05-14T15:01:29.892Z Downloaded httparse v1.10.1
3482026-05-14T15:01:29.895Z Downloaded heapless v0.8.0
3492026-05-14T15:01:29.898Z Downloaded indent_write v2.2.0
3502026-05-14T15:01:29.898Z Downloaded futures-channel v0.3.32
3512026-05-14T15:01:29.901Z Downloaded ident_case v1.0.1
3522026-05-14T15:01:29.901Z Downloaded hyper-staticfile v0.10.1
3532026-05-14T15:01:29.901Z Downloaded hickory-resolver v0.24.4
3542026-05-14T15:01:29.904Z Downloaded instant v0.1.13
3552026-05-14T15:01:29.904Z Downloaded instability v0.3.11
3562026-05-14T15:01:29.907Z Downloaded inout v0.1.4
3572026-05-14T15:01:29.907Z Downloaded defmt-parser v1.0.0
3582026-05-14T15:01:29.908Z Downloaded hmac v0.12.1
3592026-05-14T15:01:29.911Z Downloaded console v0.16.2
3602026-05-14T15:01:29.911Z Downloaded embedded-io v0.6.1
3612026-05-14T15:01:29.911Z Downloaded daft-derive v0.1.5
3622026-05-14T15:01:29.914Z Downloaded is_terminal_polyfill v1.70.2
3632026-05-14T15:01:29.914Z Downloaded dirs-sys-next v0.1.2
3642026-05-14T15:01:29.917Z Downloaded darling v0.23.0
3652026-05-14T15:01:29.917Z Downloaded getrandom v0.2.17
3662026-05-14T15:01:29.921Z Downloaded fatfs v0.3.6
3672026-05-14T15:01:29.921Z Downloaded derive_builder v0.20.2
3682026-05-14T15:01:29.924Z Downloaded hickory-resolver v0.25.2
3692026-05-14T15:01:29.928Z Downloaded http-body-util v0.1.3
3702026-05-14T15:01:29.931Z Downloaded litemap v0.8.1
3712026-05-14T15:01:29.931Z Downloaded lazy_static v1.5.0
3722026-05-14T15:01:29.932Z Downloaded highway v1.3.0
3732026-05-14T15:01:29.935Z Downloaded humantime v2.3.0
3742026-05-14T15:01:29.935Z Downloaded difflib v0.4.0
3752026-05-14T15:01:29.935Z Downloaded deranged v0.5.8
3762026-05-14T15:01:29.938Z Downloaded lalrpop-util v0.19.12
3772026-05-14T15:01:29.938Z Downloaded derive_more v2.1.1
3782026-05-14T15:01:29.943Z Downloaded log v0.4.29
3792026-05-14T15:01:29.946Z Downloaded libsw v3.5.0
3802026-05-14T15:01:29.946Z Downloaded constant_time_eq v0.3.1
3812026-05-14T15:01:29.950Z Downloaded libscf-sys v1.1.0
3822026-05-14T15:01:29.950Z Downloaded itoa v1.0.17
3832026-05-14T15:01:29.950Z Downloaded cstr-argument v0.1.2
3842026-05-14T15:01:29.953Z Downloaded colored v2.2.0
3852026-05-14T15:01:29.953Z Downloaded colored v3.1.1
3862026-05-14T15:01:29.956Z Downloaded group v0.13.0
3872026-05-14T15:01:29.956Z Downloaded base64 v0.21.7
3882026-05-14T15:01:29.959Z Downloaded lru v0.12.5
3892026-05-14T15:01:29.959Z Downloaded dirs-next v2.0.0
3902026-05-14T15:01:29.959Z Downloaded crossbeam-deque v0.8.6
3912026-05-14T15:01:29.962Z Downloaded const_format_proc_macros v0.2.34
3922026-05-14T15:01:29.962Z Downloaded debug-ignore v1.0.5
3932026-05-14T15:01:29.965Z Downloaded console v0.15.11
3942026-05-14T15:01:29.965Z Downloaded keccak v0.1.6
3952026-05-14T15:01:29.965Z Downloaded linkme-impl v0.3.35
3962026-05-14T15:01:29.968Z Downloaded impl-trait-for-tuples v0.2.3
3972026-05-14T15:01:29.968Z Downloaded aes-gcm v0.10.3
3982026-05-14T15:01:29.971Z Downloaded is-terminal v0.4.17
3992026-05-14T15:01:29.971Z Downloaded internet-checksum v0.2.1
4002026-05-14T15:01:29.976Z Downloaded clap_derive v4.5.55
4012026-05-14T15:01:29.976Z Downloaded kstat-rs v0.2.4
4022026-05-14T15:01:29.976Z Downloaded futures-timer v3.0.3
4032026-05-14T15:01:29.980Z Downloaded maybe-uninit v2.0.0
4042026-05-14T15:01:29.983Z Downloaded futures v0.3.32
4052026-05-14T15:01:29.987Z Downloaded miette-derive v5.10.0
4062026-05-14T15:01:29.987Z Downloaded crossterm v0.29.0
4072026-05-14T15:01:29.990Z Downloaded ipnetwork v0.21.1
4082026-05-14T15:01:29.990Z Downloaded ingot-types v0.1.2
4092026-05-14T15:01:29.993Z Downloaded is_ci v1.2.0
4102026-05-14T15:01:29.993Z Downloaded home v0.5.12
4112026-05-14T15:01:29.993Z Downloaded indoc v2.0.7
4122026-05-14T15:01:29.996Z Downloaded hyper-tls v0.6.0
4132026-05-14T15:01:29.996Z Downloaded git-stub v1.0.0
4142026-05-14T15:01:29.996Z Downloaded crc32fast v1.5.0
4152026-05-14T15:01:29.999Z Downloaded linked-hash-map v0.5.6
4162026-05-14T15:01:29.999Z Downloaded ingot v0.1.1
4172026-05-14T15:01:29.999Z Downloaded diesel-dtrace v0.5.0
4182026-05-14T15:01:30.003Z Downloaded idna_adapter v1.2.1
4192026-05-14T15:01:30.003Z Downloaded darling_core v0.23.0
4202026-05-14T15:01:30.006Z Downloaded getrandom v0.4.1
4212026-05-14T15:01:30.009Z Downloaded hickory-client v0.25.2
4222026-05-14T15:01:30.009Z Downloaded newtype-uuid-macros v0.1.0
4232026-05-14T15:01:30.009Z Downloaded httptest v0.16.4
4242026-05-14T15:01:30.012Z Downloaded hyper-rustls v0.27.7
4252026-05-14T15:01:30.012Z Downloaded const_format v0.2.35
4262026-05-14T15:01:30.016Z Downloaded flume v0.11.1
4272026-05-14T15:01:30.019Z Downloaded lru-slab v0.1.2
4282026-05-14T15:01:30.019Z Downloaded lru-cache v0.1.2
4292026-05-14T15:01:30.022Z Downloaded half v1.8.3
4302026-05-14T15:01:30.022Z Downloaded globset v0.4.18
4312026-05-14T15:01:30.022Z Downloaded ciborium v0.2.2
4322026-05-14T15:01:30.025Z Downloaded cpufeatures v0.2.17
4332026-05-14T15:01:30.025Z Downloaded md-5 v0.10.6
4342026-05-14T15:01:30.028Z Downloaded backtrace v0.3.76
4352026-05-14T15:01:30.028Z Downloaded md5 v0.7.0
4362026-05-14T15:01:30.031Z Downloaded lzss v0.8.2
4372026-05-14T15:01:30.031Z Downloaded ipnet v2.11.0
4382026-05-14T15:01:30.032Z Downloaded nibble_vec v0.1.0
4392026-05-14T15:01:30.035Z Downloaded nonempty v0.12.0
4402026-05-14T15:01:30.035Z Downloaded new_debug_unreachable v1.0.6
4412026-05-14T15:01:30.035Z Downloaded getrandom v0.3.4
4422026-05-14T15:01:30.038Z Downloaded maplit v1.0.2
4432026-05-14T15:01:30.038Z Downloaded managed v0.8.0
4442026-05-14T15:01:30.041Z Downloaded memoffset v0.9.1
4452026-05-14T15:01:30.041Z Downloaded native-tls v0.2.18
4462026-05-14T15:01:30.046Z Downloaded fancy-regex v0.14.0
4472026-05-14T15:01:30.051Z Downloaded nodrop v0.1.14
4482026-05-14T15:01:30.054Z Downloaded newtype-uuid v1.3.2
4492026-05-14T15:01:30.054Z Downloaded jobserver v0.1.34
4502026-05-14T15:01:30.057Z Downloaded linkme v0.3.35
4512026-05-14T15:01:30.057Z Downloaded criterion v0.7.0
4522026-05-14T15:01:30.060Z Downloaded newline-converter v0.3.0
4532026-05-14T15:01:30.064Z Downloaded nested v0.1.1
4542026-05-14T15:01:30.064Z Downloaded libloading v0.8.9
4552026-05-14T15:01:30.064Z Downloaded multimap v0.10.1
4562026-05-14T15:01:30.067Z Downloaded nu-ansi-term v0.50.3
4572026-05-14T15:01:30.070Z Downloaded num_enum_derive v0.5.11
4582026-05-14T15:01:30.070Z Downloaded libsw-core v0.3.2
4592026-05-14T15:01:30.073Z Downloaded olpc-cjson v0.1.4
4602026-05-14T15:01:30.074Z Downloaded libefi-sys v0.1.0
4612026-05-14T15:01:30.074Z Downloaded normalize-line-endings v0.3.0
4622026-05-14T15:01:30.074Z Downloaded ingot-macros v0.1.1
4632026-05-14T15:01:30.080Z Downloaded num-derive v0.3.3
4642026-05-14T15:01:30.080Z Downloaded darling_macro v0.20.11
4652026-05-14T15:01:30.080Z Downloaded ed25519-dalek v2.2.0
4662026-05-14T15:01:30.083Z Downloaded num_enum v0.7.5
4672026-05-14T15:01:30.086Z Downloaded libtest-mimic v0.8.1
4682026-05-14T15:01:30.086Z Downloaded num_enum v0.5.11
4692026-05-14T15:01:30.089Z Downloaded oso-derive v0.27.3
4702026-05-14T15:01:30.089Z Downloaded num-rational v0.4.2
4712026-05-14T15:01:30.093Z Downloaded iana-time-zone v0.1.65
4722026-05-14T15:01:30.096Z Downloaded match_cfg v0.1.0
4732026-05-14T15:01:30.101Z Downloaded num-iter v0.1.45
4742026-05-14T15:01:30.101Z Downloaded icu_properties v2.1.2
4752026-05-14T15:01:30.104Z Downloaded miette v5.10.0
4762026-05-14T15:01:30.104Z Downloaded miniz_oxide v0.8.9
4772026-05-14T15:01:30.107Z Downloaded num-conv v0.2.0
4782026-05-14T15:01:30.107Z Downloaded clap_builder v4.5.60
4792026-05-14T15:01:30.110Z Downloaded parking v2.2.1
4802026-05-14T15:01:30.114Z Downloaded hashbrown v0.12.3
4812026-05-14T15:01:30.118Z Downloaded num_threads v0.1.7
4822026-05-14T15:01:30.121Z Downloaded dropshot-api-manager v0.7.1
4832026-05-14T15:01:30.121Z Downloaded openssl-probe v0.1.6
4842026-05-14T15:01:30.124Z Downloaded omicron-zone-package v0.12.2
4852026-05-14T15:01:30.124Z Downloaded ordered-float v2.10.1
4862026-05-14T15:01:30.128Z Downloaded memmap v0.7.0
4872026-05-14T15:01:30.131Z Downloaded packed_struct v0.10.1
4882026-05-14T15:01:30.134Z Downloaded num-integer v0.1.46
4892026-05-14T15:01:30.134Z Downloaded heapless v0.7.17
4902026-05-14T15:01:30.137Z Downloaded expectorate v1.2.0
4912026-05-14T15:01:30.140Z Downloaded parking_lot_core v0.8.6
4922026-05-14T15:01:30.140Z Downloaded peg-runtime v0.8.5
4932026-05-14T15:01:30.140Z Downloaded colorchoice v1.0.4
4942026-05-14T15:01:30.140Z Downloaded knuffel-derive v3.2.0
4952026-05-14T15:01:30.144Z Downloaded embedded-io v0.4.0
4962026-05-14T15:01:30.146Z Downloaded parking_lot_core v0.9.12
4972026-05-14T15:01:30.150Z Downloaded indoc v1.0.9
4982026-05-14T15:01:30.150Z Downloaded indexmap v1.9.3
4992026-05-14T15:01:30.153Z Downloaded ignore v0.4.25
5002026-05-14T15:01:30.153Z Downloaded password-hash v0.5.0
5012026-05-14T15:01:30.156Z Downloaded icu_provider v2.1.1
5022026-05-14T15:01:30.156Z Downloaded phf_shared v0.11.3
5032026-05-14T15:01:30.160Z Downloaded curve25519-dalek-derive v0.1.1
5042026-05-14T15:01:30.160Z Downloaded packed_struct_codegen v0.10.1
5052026-05-14T15:01:30.160Z Downloaded defmt v0.3.100
5062026-05-14T15:01:30.160Z Downloaded clap_lex v1.0.0
5072026-05-14T15:01:30.160Z Downloaded flate2 v1.1.9
5082026-05-14T15:01:30.164Z Downloaded paste v1.0.15
5092026-05-14T15:01:30.167Z Downloaded icu_locale_core v2.1.1
5102026-05-14T15:01:30.170Z Downloaded compression-core v0.4.31
5112026-05-14T15:01:30.170Z Downloaded ctr v0.9.2
5122026-05-14T15:01:30.173Z Downloaded diesel_table_macro_syntax v0.3.0
5132026-05-14T15:01:30.173Z Downloaded data-encoding v2.10.0
5142026-05-14T15:01:30.173Z Downloaded parse-size v1.1.0
5152026-05-14T15:01:30.173Z Downloaded parse-display v0.10.0
5162026-05-14T15:01:30.176Z Downloaded num-complex v0.4.6
5172026-05-14T15:01:30.176Z Downloaded litrs v1.0.0
5182026-05-14T15:01:30.180Z Downloaded phf_shared v0.12.1
5192026-05-14T15:01:30.180Z Downloaded pbkdf2 v0.12.2
5202026-05-14T15:01:30.180Z Downloaded crucible-workspace-hack v0.1.0
5212026-05-14T15:01:30.180Z Downloaded icu_normalizer_data v2.1.1
5222026-05-14T15:01:30.183Z Downloaded cpufeatures v0.3.0
5232026-05-14T15:01:30.183Z Downloaded crc8 v0.1.1
5242026-05-14T15:01:30.183Z Downloaded cobs v0.3.0
5252026-05-14T15:01:30.187Z Downloaded plain v0.2.3
5262026-05-14T15:01:30.191Z Downloaded convert_case v0.10.0
5272026-05-14T15:01:30.194Z Downloaded num_enum_derive v0.7.5
5282026-05-14T15:01:30.197Z Downloaded oorandom v11.1.5
5292026-05-14T15:01:30.197Z Downloaded phf v0.12.1
5302026-05-14T15:01:30.201Z Downloaded darling v0.20.11
5312026-05-14T15:01:30.204Z Downloaded percent-encoding v2.3.2
5322026-05-14T15:01:30.204Z Downloaded hostname v0.3.1
5332026-05-14T15:01:30.204Z Downloaded ciborium-ll v0.2.2
5342026-05-14T15:01:30.207Z Downloaded headers v0.4.1
5352026-05-14T15:01:30.210Z Downloaded mime_guess v2.0.5
5362026-05-14T15:01:30.210Z Downloaded headers-core v0.3.0
5372026-05-14T15:01:30.214Z Downloaded memmap2 v0.9.10
5382026-05-14T15:01:30.214Z Downloaded papergrid v0.11.0
5392026-05-14T15:01:30.217Z Downloaded parking_lot v0.12.5
5402026-05-14T15:01:30.217Z Downloaded digest v0.10.7
5412026-05-14T15:01:30.220Z Downloaded multer v3.1.0
5422026-05-14T15:01:30.220Z Downloaded oxide-tokio-rt v0.1.4
5432026-05-14T15:01:30.223Z Downloaded pbkdf2 v0.11.0
5442026-05-14T15:01:30.223Z Downloaded indicatif v0.18.4
5452026-05-14T15:01:30.226Z Downloaded hkdf v0.12.4
5462026-05-14T15:01:30.229Z Downloaded owo-colors v4.3.0
5472026-05-14T15:01:30.229Z Downloaded defmt-macros v1.0.1
5482026-05-14T15:01:30.233Z Downloaded pkg-config v0.3.32
5492026-05-14T15:01:30.233Z Downloaded oxnet v0.1.4
5502026-05-14T15:01:30.233Z Downloaded defmt v1.0.1
5512026-05-14T15:01:30.236Z Downloaded precomputed-hash v0.1.1
5522026-05-14T15:01:30.236Z Downloaded pin-utils v0.1.0
5532026-05-14T15:01:30.236Z Downloaded phf_shared v0.13.1
5542026-05-14T15:01:30.239Z Downloaded libbz2-rs-sys v0.2.2
5552026-05-14T15:01:30.239Z Downloaded plotters-svg v0.3.7
5562026-05-14T15:01:30.239Z Downloaded plotters-backend v0.3.7
5572026-05-14T15:01:30.242Z Downloaded opaque-debug v0.3.1
5582026-05-14T15:01:30.242Z Downloaded num v0.4.3
5592026-05-14T15:01:30.243Z Downloaded mime v0.3.17
5602026-05-14T15:01:30.243Z Downloaded openssl-probe v0.2.1
5612026-05-14T15:01:30.248Z Downloaded derive_builder_core v0.20.2
5622026-05-14T15:01:30.251Z Downloaded macaddr v1.0.1
5632026-05-14T15:01:30.254Z Downloaded password-hash v0.4.2
5642026-05-14T15:01:30.257Z Downloaded proc-macro-error-attr v1.0.4
5652026-05-14T15:01:30.260Z Downloaded newtype_derive v0.1.6
5662026-05-14T15:01:30.260Z Downloaded crossbeam-epoch v0.9.18
5672026-05-14T15:01:30.264Z Downloaded derive-ex v0.1.8
5682026-05-14T15:01:30.264Z Downloaded clang-sys v1.8.1
5692026-05-14T15:01:30.264Z Downloaded peg-macros v0.8.5
5702026-05-14T15:01:30.267Z Downloaded aes v0.8.4
5712026-05-14T15:01:30.270Z Downloaded openssl-macros v0.1.1
5722026-05-14T15:01:30.270Z Downloaded path-slash v0.1.5
5732026-05-14T15:01:30.270Z Downloaded predicates-core v1.0.10
5742026-05-14T15:01:30.273Z Downloaded peg v0.8.5
5752026-05-14T15:01:30.276Z Downloaded powerfmt v0.2.0
5762026-05-14T15:01:30.280Z Downloaded proc-macro-crate v3.4.0
5772026-05-14T15:01:30.280Z Downloaded predicates-tree v1.0.13
5782026-05-14T15:01:30.283Z Downloaded proc-macro-crate v1.3.1
5792026-05-14T15:01:30.283Z Downloaded pretty-hex v0.4.1
5802026-05-14T15:01:30.283Z Downloaded parking_lot v0.11.2
5812026-05-14T15:01:30.283Z Downloaded pem-rfc7468 v0.7.0
5822026-05-14T15:01:30.287Z Downloaded papergrid v0.17.0
5832026-05-14T15:01:30.290Z Downloaded pkcs1 v0.7.5
5842026-05-14T15:01:30.290Z Downloaded proc-macro-error-attr2 v2.0.0
5852026-05-14T15:01:30.290Z Downloaded knuffel v3.2.0
5862026-05-14T15:01:30.293Z Downloaded potential_utf v0.1.4
5872026-05-14T15:01:30.293Z Downloaded pkcs8 v0.10.2
5882026-05-14T15:01:30.296Z Downloaded cmake v0.1.57
5892026-05-14T15:01:30.296Z Downloaded progenitor-macro v0.10.0
5902026-05-14T15:01:30.296Z Downloaded progenitor-macro v0.13.0
5912026-05-14T15:01:30.299Z Downloaded progenitor-client v0.10.0
5922026-05-14T15:01:30.299Z Downloaded progenitor-macro v0.11.2
5932026-05-14T15:01:30.299Z Downloaded progenitor-client v0.14.0
5942026-05-14T15:01:30.299Z Downloaded der v0.7.10
5952026-05-14T15:01:30.302Z Downloaded crypto-bigint v0.5.5
5962026-05-14T15:01:30.306Z Downloaded predicates v3.1.4
5972026-05-14T15:01:30.309Z Downloaded num-derive v0.4.2
5982026-05-14T15:01:30.309Z Downloaded owo-colors v3.5.0
5992026-05-14T15:01:30.312Z Downloaded num-bigint-dig v0.8.6
6002026-05-14T15:01:30.315Z Downloaded quick-error v1.2.3
6012026-05-14T15:01:30.315Z Downloaded pin-project-internal v1.1.11
6022026-05-14T15:01:30.318Z Downloaded progenitor-client v0.11.2
6032026-05-14T15:01:30.318Z Downloaded psl-types v2.0.11
6042026-05-14T15:01:30.318Z Downloaded pathdiff v0.2.3
6052026-05-14T15:01:30.318Z Downloaded heck v0.5.0
6062026-05-14T15:01:30.321Z Downloaded polyval v0.6.2
6072026-05-14T15:01:30.321Z Downloaded pem v3.0.6
6082026-05-14T15:01:30.321Z Downloaded lock_api v0.4.14
6092026-05-14T15:01:30.324Z Downloaded icu_collections v2.1.1
6102026-05-14T15:01:30.327Z Downloaded radium v0.7.0
6112026-05-14T15:01:30.327Z Downloaded http v1.4.0
6122026-05-14T15:01:30.331Z Downloaded aho-corasick v1.1.4
6132026-05-14T15:01:30.334Z Downloaded parse-display-derive v0.10.0
6142026-05-14T15:01:30.334Z Downloaded progenitor v0.10.0
6152026-05-14T15:01:30.337Z Downloaded phf v0.13.1
6162026-05-14T15:01:30.337Z Downloaded partial-io v0.5.4
6172026-05-14T15:01:30.337Z Downloaded path-tree v0.8.3
6182026-05-14T15:01:30.340Z Downloaded criterion-plot v0.6.0
6192026-05-14T15:01:30.340Z Downloaded primeorder v0.13.6
6202026-05-14T15:01:30.340Z Downloaded rand_chacha v0.3.1
6212026-05-14T15:01:30.344Z Downloaded linear-map v1.2.0
6222026-05-14T15:01:30.344Z Downloaded rand_xorshift v0.4.0
6232026-05-14T15:01:30.344Z Downloaded pkcs5 v0.7.1
6242026-05-14T15:01:30.347Z Downloaded ref-cast-impl v1.0.25
6252026-05-14T15:01:30.347Z Downloaded recursive-proc-macro-impl v0.1.1
6262026-05-14T15:01:30.347Z Downloaded nanorand v0.7.0
6272026-05-14T15:01:30.351Z Downloaded ref-cast v1.0.25
6282026-05-14T15:01:30.351Z Downloaded progenitor v0.13.0
6292026-05-14T15:01:30.354Z Downloaded num-traits v0.2.19
6302026-05-14T15:01:30.354Z Downloaded postcard v1.1.3
6312026-05-14T15:01:30.354Z Downloaded crc-any v2.5.0
6322026-05-14T15:01:30.357Z Downloaded progenitor v0.14.0
6332026-05-14T15:01:30.357Z Downloaded constant_time_eq v0.4.2
6342026-05-14T15:01:30.360Z Downloaded const-oid v0.9.6
6352026-05-14T15:01:30.364Z Downloaded recursive v0.1.1
6362026-05-14T15:01:30.364Z Downloaded once_cell v1.21.3
6372026-05-14T15:01:30.367Z Downloaded jiff-static v0.2.21
6382026-05-14T15:01:30.367Z Downloaded pest_generator v2.8.6
6392026-05-14T15:01:30.371Z Downloaded progenitor-macro v0.14.0
6402026-05-14T15:01:30.374Z Downloaded psm v0.1.30
6412026-05-14T15:01:30.377Z Downloaded oso v0.27.3
6422026-05-14T15:01:30.377Z Downloaded rfc6979 v0.4.0
6432026-05-14T15:01:30.380Z Downloaded proc-macro-error2 v2.0.1
6442026-05-14T15:01:30.384Z Downloaded progenitor v0.11.2
6452026-05-14T15:01:30.384Z Downloaded p256 v0.13.2
6462026-05-14T15:01:30.387Z Downloaded progenitor-extras v0.2.0
6472026-05-14T15:01:30.390Z Downloaded progenitor-client v0.13.0
6482026-05-14T15:01:30.390Z Downloaded pin-project-lite v0.2.17
6492026-05-14T15:01:30.393Z Downloaded russh-cryptovec v0.7.3
6502026-05-14T15:01:30.393Z Downloaded rtoolbox v0.0.3
6512026-05-14T15:01:30.397Z Downloaded rustc_version v0.1.7
6522026-05-14T15:01:30.397Z Downloaded rustc-hash v2.1.1
6532026-05-14T15:01:30.400Z Downloaded rand_core v0.6.4
6542026-05-14T15:01:30.403Z Downloaded proc-macro-error v1.0.4
6552026-05-14T15:01:30.403Z Downloaded rand_chacha v0.9.0
6562026-05-14T15:01:30.406Z Downloaded pest_derive v2.8.6
6572026-05-14T15:01:30.406Z Downloaded hickory-server v0.25.2
6582026-05-14T15:01:30.410Z Downloaded postgres-types v0.2.12
6592026-05-14T15:01:30.413Z Downloaded hyper-util v0.1.20
6602026-05-14T15:01:30.416Z Downloaded rustc_version v0.4.1
6612026-05-14T15:01:30.416Z Downloaded postgres-protocol v0.6.10
6622026-05-14T15:01:30.421Z Downloaded chacha20poly1305 v0.10.1
6632026-05-14T15:01:30.427Z Downloaded ppv-lite86 v0.2.21
6642026-05-14T15:01:30.431Z Downloaded rand_seeder v0.4.0
6652026-05-14T15:01:30.434Z Downloaded salsa20 v0.10.2
6662026-05-14T15:01:30.434Z Downloaded rand_core v0.10.0
6672026-05-14T15:01:30.434Z Downloaded scheduled-thread-pool v0.2.7
6682026-05-14T15:01:30.437Z Downloaded r2d2 v0.8.10
6692026-05-14T15:01:30.437Z Downloaded sapling-renderdag v0.1.0
6702026-05-14T15:01:30.437Z Downloaded same-file v1.0.6
6712026-05-14T15:01:30.441Z Downloaded minimal-lexical v0.2.1
6722026-05-14T15:01:30.444Z Downloaded relative-path v1.9.3
6732026-05-14T15:01:30.447Z Downloaded rand_core v0.9.5
6742026-05-14T15:01:30.451Z Downloaded scroll_derive v0.13.1
6752026-05-14T15:01:30.454Z Downloaded openssl-sys v0.9.115
6762026-05-14T15:01:30.457Z Downloaded secrecy v0.10.3
6772026-05-14T15:01:30.457Z Downloaded scrypt v0.11.0
6782026-05-14T15:01:30.461Z Downloaded serde-big-array v0.5.1
6792026-05-14T15:01:30.461Z Downloaded quinn-udp v0.5.14
6802026-05-14T15:01:30.461Z Downloaded secrecy v0.8.0
6812026-05-14T15:01:30.464Z Downloaded indexmap v2.14.0
6822026-05-14T15:01:30.468Z Downloaded pin-project v1.1.11
6832026-05-14T15:01:30.472Z Downloaded semver v0.1.20
6842026-05-14T15:01:30.476Z Downloaded resolv-conf v0.7.6
6852026-05-14T15:01:30.476Z Downloaded seq-macro v0.3.6
6862026-05-14T15:01:30.479Z Downloaded serde-value v0.7.0
6872026-05-14T15:01:30.479Z Downloaded serde_bytes v0.11.19
6882026-05-14T15:01:30.482Z Downloaded rustc-demangle v0.1.27
6892026-05-14T15:01:30.482Z Downloaded itertools v0.10.5
6902026-05-14T15:01:30.486Z Downloaded poly1305 v0.8.0
6912026-05-14T15:01:30.489Z Downloaded proc-macro2 v1.0.106
6922026-05-14T15:01:30.489Z Downloaded darling_core v0.20.11
6932026-05-14T15:01:30.492Z Downloaded rustls-pemfile v2.2.0
6942026-05-14T15:01:30.501Z Downloaded serde_plain v1.0.2
6952026-05-14T15:01:30.501Z Downloaded serde_regex v1.1.0
6962026-05-14T15:01:30.501Z Downloaded rustversion v1.0.22
6972026-05-14T15:01:30.501Z Downloaded serde_repr v0.1.20
6982026-05-14T15:01:30.501Z Downloaded serde_urlencoded v0.7.1
6992026-05-14T15:01:30.501Z Downloaded serde_spanned v1.0.4
7002026-05-14T15:01:30.501Z Downloaded progenitor-impl v0.14.0
7012026-05-14T15:01:30.505Z Downloaded progenitor-impl v0.10.0
7022026-05-14T15:01:30.505Z Downloaded sha1 v0.10.6
7032026-05-14T15:01:30.508Z Downloaded progenitor-impl v0.11.2
7042026-05-14T15:01:30.508Z Downloaded quote v1.0.45
7052026-05-14T15:01:30.511Z Downloaded scopeguard v1.2.0
7062026-05-14T15:01:30.511Z Downloaded schemars_derive v0.8.22
7072026-05-14T15:01:30.514Z Downloaded shell-words v1.1.1
7082026-05-14T15:01:30.514Z Downloaded hashbrown v0.15.5
7092026-05-14T15:01:30.518Z Downloaded signal-hook-mio v0.2.5
7102026-05-14T15:01:30.520Z Downloaded hashbrown v0.16.1
7112026-05-14T15:01:30.524Z Downloaded rusty-fork v0.3.1
7122026-05-14T15:01:30.524Z Downloaded prefix-trie v0.7.0
7132026-05-14T15:01:30.527Z Downloaded scroll_derive v0.12.1
7142026-05-14T15:01:30.527Z Downloaded derive_more-impl v2.1.1
7152026-05-14T15:01:30.530Z Downloaded scroll v0.12.0
7162026-05-14T15:01:30.536Z Downloaded similar-asserts v1.7.0
7172026-05-14T15:01:30.539Z Downloaded sigpipe v0.1.3
7182026-05-14T15:01:30.539Z Downloaded signal-hook-tokio v0.3.1
7192026-05-14T15:01:30.539Z Downloaded signature v2.2.0
7202026-05-14T15:01:30.542Z Downloaded sec1 v0.7.3
7212026-05-14T15:01:30.542Z Downloaded sct v0.7.1
7222026-05-14T15:01:30.542Z Downloaded icu_normalizer v2.1.1
7232026-05-14T15:01:30.545Z Downloaded pest_meta v2.8.6
7242026-05-14T15:01:30.548Z Downloaded hashbrown v0.14.5
7252026-05-14T15:01:30.551Z Downloaded scroll v0.13.0
7262026-05-14T15:01:30.551Z Downloaded siphasher v1.0.2
7272026-05-14T15:01:30.554Z Downloaded rust-argon2 v2.1.0
7282026-05-14T15:01:30.554Z Downloaded russh-keys v0.45.0
7292026-05-14T15:01:30.558Z Downloaded serde-hex v0.1.0
7302026-05-14T15:01:30.558Z Downloaded slog-bunyan v2.5.0
7312026-05-14T15:01:30.561Z Downloaded slog-envlogger v2.2.0
7322026-05-14T15:01:30.564Z Downloaded serde_derive_internals v0.29.1
7332026-05-14T15:01:30.564Z Downloaded serde-untagged v0.1.9
7342026-05-14T15:01:30.569Z Downloaded prettyplease v0.2.37
7352026-05-14T15:01:30.572Z Downloaded rustls-native-certs v0.8.3
7362026-05-14T15:01:30.576Z Downloaded rustls-pemfile v1.0.4
7372026-05-14T15:01:30.576Z Downloaded serde_tokenstream v0.2.3
7382026-05-14T15:01:30.579Z Downloaded serde_spanned v0.6.9
7392026-05-14T15:01:30.579Z Downloaded serde_path_to_error v0.1.20
7402026-05-14T15:01:30.579Z Downloaded smawk v0.3.2
7412026-05-14T15:01:30.584Z Downloaded rustls-pki-types v1.14.0
7422026-05-14T15:01:30.587Z Downloaded guppy v0.17.25
7432026-05-14T15:01:30.595Z Downloaded sha2 v0.10.9
7442026-05-14T15:01:30.598Z Downloaded shlex v1.3.0
7452026-05-14T15:01:30.603Z Downloaded sqlparser_derive v0.5.0
7462026-05-14T15:01:30.606Z Downloaded ssh-cipher v0.2.0
7472026-05-14T15:01:30.606Z Downloaded stable_deref_trait v1.2.1
7482026-05-14T15:01:30.606Z Downloaded blake3 v1.8.3
7492026-05-14T15:01:30.612Z Downloaded rcgen v0.12.1
7502026-05-14T15:01:30.616Z Downloaded memchr v2.8.0
7512026-05-14T15:01:30.619Z Downloaded ssh-encoding v0.2.0
7522026-05-14T15:01:30.619Z Downloaded structmeta v0.3.0
7532026-05-14T15:01:30.619Z Downloaded iddqd v0.3.18
7542026-05-14T15:01:30.623Z Downloaded structmeta-derive v0.3.0
7552026-05-14T15:01:30.626Z Downloaded slog-async v2.8.0
7562026-05-14T15:01:30.626Z Downloaded simd-adler32 v0.3.8
7572026-05-14T15:01:30.629Z Downloaded strum v0.26.3
7582026-05-14T15:01:30.633Z Downloaded supports-color v2.1.0
7592026-05-14T15:01:30.637Z Downloaded progenitor-impl v0.13.0
7602026-05-14T15:01:30.640Z Downloaded slog-scope v4.4.1
7612026-05-14T15:01:30.640Z Downloaded strsim v0.11.1
7622026-05-14T15:01:30.640Z Downloaded strip-ansi-escapes v0.2.1
7632026-05-14T15:01:30.640Z Downloaded subtle v2.6.1
7642026-05-14T15:01:30.644Z Downloaded strum v0.27.2
7652026-05-14T15:01:30.644Z Downloaded slog-json v2.6.1
7662026-05-14T15:01:30.648Z Downloaded slog-dtrace v0.3.0
7672026-05-14T15:01:30.651Z Downloaded itertools v0.13.0
7682026-05-14T15:01:30.654Z Downloaded smf v0.2.3
7692026-05-14T15:01:30.657Z Downloaded slog-stdlog v4.1.1
7702026-05-14T15:01:30.657Z Downloaded rstest v0.25.0
7712026-05-14T15:01:30.661Z Downloaded take_mut v0.2.2
7722026-05-14T15:01:30.661Z Downloaded tagptr v0.2.0
7732026-05-14T15:01:30.664Z Downloaded tabled_derive v0.11.0
7742026-05-14T15:01:30.664Z Downloaded rustls-platform-verifier v0.6.2
7752026-05-14T15:01:30.668Z Downloaded smallvec v0.6.14
7762026-05-14T15:01:30.668Z Downloaded tabled_derive v0.7.0
7772026-05-14T15:01:30.668Z Downloaded sync_wrapper v1.0.2
7782026-05-14T15:01:30.668Z Downloaded sync-ptr v0.1.4
7792026-05-14T15:01:30.668Z Downloaded swrite v0.1.0
7802026-05-14T15:01:30.671Z Downloaded serde_with_macros v3.17.0
7812026-05-14T15:01:30.671Z Downloaded supports-unicode v2.1.0
7822026-05-14T15:01:30.671Z Downloaded supports-hyperlinks v2.1.0
7832026-05-14T15:01:30.674Z Downloaded icu_properties_data v2.1.2
7842026-05-14T15:01:30.678Z Downloaded tap v1.0.1
7852026-05-14T15:01:30.681Z Downloaded ryu v1.0.23
7862026-05-14T15:01:30.681Z Downloaded signal-hook-registry v1.4.8
7872026-05-14T15:01:30.684Z Downloaded publicsuffix v2.3.0
7882026-05-14T15:01:30.684Z Downloaded hashbrown v0.17.0
7892026-05-14T15:01:30.687Z Downloaded sqlformat v0.3.5
7902026-05-14T15:01:30.690Z Downloaded pretty_assertions v1.4.1
7912026-05-14T15:01:30.690Z Downloaded p521 v0.13.3
7922026-05-14T15:01:30.694Z Downloaded stacker v0.1.23
7932026-05-14T15:01:30.697Z Downloaded terminal_size v0.4.3
7942026-05-14T15:01:30.697Z Downloaded target-triple v1.0.0
7952026-05-14T15:01:30.697Z Downloaded string_cache v0.8.9
7962026-05-14T15:01:30.697Z Downloaded idna v1.1.0
7972026-05-14T15:01:30.701Z Downloaded static_assertions v1.1.0
7982026-05-14T15:01:30.704Z Downloaded libxml v0.3.3
7992026-05-14T15:01:30.704Z Downloaded num-bigint v0.4.6
8002026-05-14T15:01:30.707Z Downloaded terminal_size v0.1.17
8012026-05-14T15:01:30.710Z Downloaded strum_macros v0.27.2
8022026-05-14T15:01:30.710Z Downloaded stringprep v0.1.5
8032026-05-14T15:01:30.710Z Downloaded termtree v0.5.1
8042026-05-14T15:01:30.713Z Downloaded strum_macros v0.26.4
8052026-05-14T15:01:30.714Z Downloaded testing_table v0.3.0
8062026-05-14T15:01:30.714Z Downloaded strum_macros v0.24.3
8072026-05-14T15:01:30.717Z Downloaded slab v0.4.12
8082026-05-14T15:01:30.717Z Downloaded stringmetrics v2.2.2
8092026-05-14T15:01:30.717Z Downloaded support-bundle-viewer v0.1.2
8102026-05-14T15:01:30.720Z Downloaded qorb v0.4.1
8112026-05-14T15:01:30.723Z Downloaded serde_core v1.0.228
8122026-05-14T15:01:30.726Z Downloaded rand_distr v0.5.1
8132026-05-14T15:01:30.726Z Downloaded quinn v0.11.9
8142026-05-14T15:01:30.729Z Downloaded time-core v0.1.8
8152026-05-14T15:01:30.729Z Downloaded thread-id v4.2.2
8162026-05-14T15:01:30.732Z Downloaded futures-util v0.3.32
8172026-05-14T15:01:30.736Z Downloaded thread-id v5.1.0
8182026-05-14T15:01:30.739Z Downloaded thiserror-impl-no-std v2.0.2
8192026-05-14T15:01:30.740Z Downloaded serde_derive v1.0.228
8202026-05-14T15:01:30.742Z Downloaded synstructure v0.13.2
8212026-05-14T15:01:30.742Z Downloaded smallvec v1.15.1
8222026-05-14T15:01:30.746Z Downloaded tinyvec_macros v0.1.1
8232026-05-14T15:01:30.746Z Downloaded goblin v0.8.2
8242026-05-14T15:01:30.749Z Downloaded target-lexicon v0.13.3
8252026-05-14T15:01:30.752Z Downloaded bitvec v1.0.1
8262026-05-14T15:01:30.758Z Downloaded serde_yaml v0.9.34+deprecated
8272026-05-14T15:01:30.762Z Downloaded aws-lc-rs v1.16.3
8282026-05-14T15:01:30.766Z Downloaded libm v0.2.16
8292026-05-14T15:01:30.772Z Downloaded tokio-macros v2.7.0
8302026-05-14T15:01:30.775Z Downloaded tokio-test v0.4.5
8312026-05-14T15:01:30.775Z Downloaded target-spec v3.5.7
8322026-05-14T15:01:30.775Z Downloaded similar v2.7.0
8332026-05-14T15:01:30.779Z Downloaded serde_cbor v0.11.2
8342026-05-14T15:01:30.782Z Downloaded rstest_macros v0.25.0
8352026-05-14T15:01:30.785Z Downloaded termios v0.3.3
8362026-05-14T15:01:30.785Z Downloaded termcolor v1.4.1
8372026-05-14T15:01:30.785Z Downloaded slog v2.8.2
8382026-05-14T15:01:30.788Z Downloaded topological-sort v0.2.2
8392026-05-14T15:01:30.788Z Downloaded toml_write v0.1.2
8402026-05-14T15:01:30.788Z Downloaded rsa v0.9.10
8412026-05-14T15:01:30.791Z Downloaded toml_datetime v0.6.11
8422026-05-14T15:01:30.794Z Downloaded signal-hook v0.3.18
8432026-05-14T15:01:30.794Z Downloaded rayon-core v1.13.0
8442026-05-14T15:01:30.798Z Downloaded rand v0.8.6
8452026-05-14T15:01:30.801Z Downloaded mio v1.2.0
8462026-05-14T15:01:30.804Z Downloaded tower-layer v0.3.3
8472026-05-14T15:01:30.804Z Downloaded thiserror-impl v1.0.69
8482026-05-14T15:01:30.807Z Downloaded thiserror v2.0.18
8492026-05-14T15:01:30.810Z Downloaded thread_local v1.1.9
8502026-05-14T15:01:30.810Z Downloaded thiserror-no-std v2.0.2
8512026-05-14T15:01:30.813Z Downloaded tower-service v0.3.3
8522026-05-14T15:01:30.813Z Downloaded curve25519-dalek v4.1.3
8532026-05-14T15:01:30.817Z Downloaded typeid v1.0.3
8542026-05-14T15:01:30.821Z Downloaded typify-macro v0.6.2
8552026-05-14T15:01:30.821Z Downloaded trait-variant v0.1.2
8562026-05-14T15:01:30.821Z Downloaded tiny-keccak v2.0.2
8572026-05-14T15:01:30.824Z Downloaded thiserror-impl v2.0.18
8582026-05-14T15:01:30.824Z Downloaded slog-term v2.9.2
8592026-05-14T15:01:30.827Z Downloaded socket2 v0.6.3
8602026-05-14T15:01:30.827Z Downloaded socket2 v0.5.10
8612026-05-14T15:01:30.827Z Downloaded schemars v1.2.1
8622026-05-14T15:01:30.835Z Downloaded tokio-rustls v0.25.0
8632026-05-14T15:01:30.838Z Downloaded tokio-native-tls v0.3.1
8642026-05-14T15:01:30.838Z Downloaded unicode-truncate v1.1.0
8652026-05-14T15:01:30.841Z Downloaded unarray v0.1.4
8662026-05-14T15:01:30.841Z Downloaded term v0.7.0
8672026-05-14T15:01:30.844Z Downloaded tinytemplate v1.2.1
8682026-05-14T15:01:30.844Z Downloaded tokio-dtrace v0.1.1
8692026-05-14T15:01:30.844Z Downloaded tls_codec_derive v0.4.2
8702026-05-14T15:01:30.848Z Downloaded tls_codec v0.4.2
8712026-05-14T15:01:30.848Z Downloaded unicode-linebreak v0.1.5
8722026-05-14T15:01:30.851Z Downloaded rand v0.9.2
8732026-05-14T15:01:30.851Z Downloaded tinystr v0.8.2
8742026-05-14T15:01:30.854Z Downloaded time-macros v0.2.27
8752026-05-14T15:01:30.854Z Downloaded toml_datetime v1.0.0+spec-1.1.0
8762026-05-14T15:01:30.857Z Downloaded usdt v0.6.0
8772026-05-14T15:01:30.857Z Downloaded untrusted v0.7.1
8782026-05-14T15:01:30.857Z Downloaded unit-prefix v0.5.2
8792026-05-14T15:01:30.857Z Downloaded thiserror v1.0.69
8802026-05-14T15:01:30.860Z Downloaded tokio-tungstenite v0.23.1
8812026-05-14T15:01:30.864Z Downloaded nom v7.1.3
8822026-05-14T15:01:30.866Z Downloaded universal-hash v0.5.1
8832026-05-14T15:01:30.867Z Downloaded tokio-tungstenite v0.21.0
8842026-05-14T15:01:30.871Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8852026-05-14T15:01:30.871Z Downloaded tempfile v3.25.0
8862026-05-14T15:01:30.871Z Downloaded usdt-attr-macro v0.5.0
8872026-05-14T15:01:30.874Z Downloaded untrusted v0.9.0
8882026-05-14T15:01:30.874Z Downloaded rand v0.10.0
8892026-05-14T15:01:30.874Z Downloaded usdt v0.5.0
8902026-05-14T15:01:30.877Z Downloaded iri-string v0.7.10
8912026-05-14T15:01:30.880Z Downloaded tui-tree-widget v0.23.1
8922026-05-14T15:01:30.880Z Downloaded lalrpop v0.19.12
8932026-05-14T15:01:30.886Z Downloaded utf8_iter v1.0.4
8942026-05-14T15:01:30.889Z Downloaded bindgen v0.71.1
8952026-05-14T15:01:30.892Z Downloaded usdt-attr-macro v0.6.0
8962026-05-14T15:01:30.892Z Downloaded utf-8 v0.7.6
8972026-05-14T15:01:30.895Z Downloaded usdt-macro v0.5.0
8982026-05-14T15:01:30.895Z Downloaded snafu v0.8.9
8992026-05-14T15:01:30.898Z Downloaded usdt-macro v0.6.0
9002026-05-14T15:01:30.898Z Downloaded try-lock v0.2.5
9012026-05-14T15:01:30.899Z Downloaded spin v0.9.8
9022026-05-14T15:01:30.902Z Downloaded toml_writer v1.0.6+spec-1.1.0
9032026-05-14T15:01:30.902Z Downloaded subprocess v0.2.15
9042026-05-14T15:01:30.905Z Downloaded toml v0.8.23
9052026-05-14T15:01:30.905Z Downloaded term v1.2.1
9062026-05-14T15:01:30.908Z Downloaded tokio-rustls v0.24.1
9072026-05-14T15:01:30.911Z Downloaded textwrap v0.15.2
9082026-05-14T15:01:30.911Z Downloaded void v1.0.2
9092026-05-14T15:01:30.911Z Downloaded serde v1.0.228
9102026-05-14T15:01:30.914Z Downloaded typify-macro v0.4.3
9112026-05-14T15:01:30.914Z Downloaded schemars v0.9.0
9122026-05-14T15:01:30.920Z Downloaded toml_parser v1.0.9+spec-1.1.0
9132026-05-14T15:01:30.923Z Downloaded samael v0.0.19
9142026-05-14T15:01:30.927Z Downloaded unicase v2.9.0
9152026-05-14T15:01:30.927Z Downloaded waitgroup v0.1.2
9162026-05-14T15:01:30.930Z Downloaded version_check v0.9.5
9172026-05-14T15:01:30.930Z Downloaded rustls-webpki v0.103.9
9182026-05-14T15:01:30.933Z Downloaded wait-timeout v0.2.1
9192026-05-14T15:01:30.933Z Downloaded tokio-rustls v0.26.4
9202026-05-14T15:01:30.933Z Downloaded want v0.3.1
9212026-05-14T15:01:30.933Z Downloaded pest v2.8.6
9222026-05-14T15:01:30.936Z Downloaded zerofrom v0.1.6
9232026-05-14T15:01:30.940Z Downloaded tokio-stream v0.1.18
9242026-05-14T15:01:30.943Z Downloaded rustyline v14.0.0
9252026-05-14T15:01:30.943Z Downloaded unicode-xid v0.2.6
9262026-05-14T15:01:30.946Z Downloaded tar v0.4.45
9272026-05-14T15:01:30.946Z Downloaded xattr v1.6.1
9282026-05-14T15:01:30.949Z Downloaded yoke-derive v0.8.1
9292026-05-14T15:01:30.949Z Downloaded itertools v0.14.0
9302026-05-14T15:01:30.952Z Downloaded xshell-macros v0.2.7
9312026-05-14T15:01:30.952Z Downloaded semver v1.0.28
9322026-05-14T15:01:30.955Z Downloaded schemars v0.8.22
9332026-05-14T15:01:30.960Z Downloaded zerofrom-derive v0.1.6
9342026-05-14T15:01:30.963Z Downloaded utf8parse v0.2.2
9352026-05-14T15:01:30.964Z Downloaded textwrap v0.16.2
9362026-05-14T15:01:30.967Z Downloaded tabwriter v1.4.1
9372026-05-14T15:01:30.967Z Downloaded spki v0.7.3
9382026-05-14T15:01:30.967Z Downloaded ron v0.8.1
9392026-05-14T15:01:30.971Z Downloaded usdt-impl v0.5.0
9402026-05-14T15:01:30.971Z Downloaded steno v0.4.1
9412026-05-14T15:01:30.974Z Downloaded unicode-properties v0.1.4
9422026-05-14T15:01:30.975Z Downloaded vergen-gitcl v1.0.8
9432026-05-14T15:01:30.975Z Downloaded zeroize_derive v1.4.3
9442026-05-14T15:01:30.975Z Downloaded vergen-git2 v1.0.7
9452026-05-14T15:01:30.980Z Downloaded trybuild v1.0.116
9462026-05-14T15:01:30.989Z Downloaded tracing-attributes v0.1.31
9472026-05-14T15:01:30.989Z Downloaded zone_cfg_derive v0.3.1
9482026-05-14T15:01:30.989Z Downloaded supports-color v3.0.2
9492026-05-14T15:01:30.989Z Downloaded snafu-derive v0.8.9
9502026-05-14T15:01:30.989Z Downloaded toml v1.0.6+spec-1.1.0
9512026-05-14T15:01:30.994Z Downloaded ucd-trie v0.1.7
9522026-05-14T15:01:30.994Z Downloaded toml v0.9.12+spec-1.1.0
9532026-05-14T15:01:30.994Z Downloaded toml v0.7.8
9542026-05-14T15:01:30.994Z Downloaded zone v0.3.1
9552026-05-14T15:01:30.994Z Downloaded uzers v0.12.2
9562026-05-14T15:01:30.994Z Downloaded itertools v0.12.1
9572026-05-14T15:01:30.998Z Downloaded twox-hash v2.1.2
9582026-05-14T15:01:31.005Z Downloaded whoami v1.6.1
9592026-05-14T15:01:31.005Z Downloaded whoami v2.1.0
9602026-05-14T15:01:31.005Z Downloaded walkdir v2.5.0
9612026-05-14T15:01:31.005Z Downloaded tinyvec v1.10.0
9622026-05-14T15:01:31.009Z Downloaded vsss-rs v3.3.4
9632026-05-14T15:01:31.012Z Downloaded test-strategy v0.4.5
9642026-05-14T15:01:31.015Z Downloaded wyz v0.5.1
9652026-05-14T15:01:31.015Z Downloaded rpassword v7.4.0
9662026-05-14T15:01:31.019Z Downloaded zeroize v1.8.2
9672026-05-14T15:01:31.022Z Downloaded plotters v0.3.7
9682026-05-14T15:01:31.026Z Downloaded tungstenite v0.21.0
9692026-05-14T15:01:31.029Z Downloaded russh v0.45.0
9702026-05-14T15:01:31.032Z Downloaded git2 v0.20.4
9712026-05-14T15:01:31.039Z Downloaded yoke v0.8.1
9722026-05-14T15:01:31.046Z Downloaded usdt-impl v0.6.0
9732026-05-14T15:01:31.049Z Downloaded tracing-core v0.1.36
9742026-05-14T15:01:31.049Z Downloaded zmij v1.0.21
9752026-05-14T15:01:31.052Z Downloaded zerovec-derive v0.11.2
9762026-05-14T15:01:31.053Z Downloaded hyper v1.8.1
9772026-05-14T15:01:31.057Z Downloaded zstd v0.13.3
9782026-05-14T15:01:31.060Z Downloaded vergen-lib v0.1.6
9792026-05-14T15:01:31.060Z Downloaded vergen v9.0.6
9802026-05-14T15:01:31.063Z Downloaded zstd-safe v7.2.4
9812026-05-14T15:01:31.063Z Downloaded typify v0.4.3
9822026-05-14T15:01:31.066Z Downloaded unicode-ident v1.0.24
9832026-05-14T15:01:31.067Z Downloaded unicode-bidi v0.3.18
9842026-05-14T15:01:31.076Z Downloaded toml_edit v0.22.27
9852026-05-14T15:01:31.080Z Downloaded reedline v0.40.0
9862026-05-14T15:01:31.084Z Downloaded xshell v0.2.7
9872026-05-14T15:01:31.088Z Downloaded tungstenite v0.23.0
9882026-05-14T15:01:31.088Z Downloaded regex v1.12.3
9892026-05-14T15:01:31.091Z Downloaded uuid v1.23.0
9902026-05-14T15:01:31.094Z Downloaded toml_edit v0.23.10+spec-1.0.0
9912026-05-14T15:01:31.098Z Downloaded h2 v0.4.13
9922026-05-14T15:01:31.101Z Downloaded yasna v0.5.2
9932026-05-14T15:01:31.101Z Downloaded reqwest v0.13.2
9942026-05-14T15:01:31.104Z Downloaded writeable v0.6.2
9952026-05-14T15:01:31.107Z Downloaded vte v0.14.1
9962026-05-14T15:01:31.107Z Downloaded reqwest v0.12.28
9972026-05-14T15:01:31.113Z Downloaded typify v0.6.2
9982026-05-14T15:01:31.116Z Downloaded typenum v1.19.0
9992026-05-14T15:01:31.127Z Downloaded toml_edit v0.19.15
10002026-05-14T15:01:31.137Z Downloaded portable-atomic v1.13.1
10012026-05-14T15:01:31.142Z Downloaded zerocopy-derive v0.7.35
10022026-05-14T15:01:31.148Z Downloaded goblin v0.10.5
10032026-05-14T15:01:31.152Z Downloaded nix v0.27.1
10042026-05-14T15:01:31.161Z Downloaded ssh-key v0.6.7
10052026-05-14T15:01:31.175Z Downloaded unsafe-libyaml v0.2.11
10062026-05-14T15:01:31.180Z Downloaded unicode_categories v0.1.1
10072026-05-14T15:01:31.187Z Downloaded p384 v0.13.1
10082026-05-14T15:01:31.191Z Downloaded yansi v1.0.1
10092026-05-14T15:01:31.194Z Downloaded zerocopy v0.6.6
10102026-05-14T15:01:31.194Z Downloaded rustls-webpki v0.101.7
10112026-05-14T15:01:31.202Z Downloaded zopfli v0.8.3
10122026-05-14T15:01:31.206Z Downloaded zerotrie v0.2.3
10132026-05-14T15:01:31.209Z Downloaded nix v0.29.0
10142026-05-14T15:01:31.213Z Downloaded zip v0.6.6
10152026-05-14T15:01:31.216Z Downloaded url v2.5.8
10162026-05-14T15:01:31.219Z Downloaded quick-xml v0.37.5
10172026-05-14T15:01:31.222Z Downloaded zerocopy-derive v0.8.40
10182026-05-14T15:01:31.225Z Downloaded tokio-postgres v0.7.16
10192026-05-14T15:01:31.228Z Downloaded rayon v1.11.0
10202026-05-14T15:01:31.233Z Downloaded tower v0.5.3
10212026-05-14T15:01:31.238Z Downloaded unicode-segmentation v1.12.0
10222026-05-14T15:01:31.241Z Downloaded serde_json v1.0.149
10232026-05-14T15:01:31.249Z Downloaded dropshot v0.16.7
10242026-05-14T15:01:31.263Z Downloaded proptest v1.10.0
10252026-05-14T15:01:31.268Z Downloaded salty v0.3.0
10262026-05-14T15:01:31.278Z Downloaded typed-path v0.9.3
10272026-05-14T15:01:31.282Z Downloaded tokio-util v0.7.18
10282026-05-14T15:01:31.286Z Downloaded object v0.30.4
10292026-05-14T15:01:31.291Z Downloaded openssl v0.10.79
10302026-05-14T15:01:31.297Z Downloaded bstr v1.12.1
10312026-05-14T15:01:31.303Z Downloaded petname v2.0.2
10322026-05-14T15:01:31.306Z Downloaded x509-cert v0.2.5
10332026-05-14T15:01:31.309Z Downloaded tough v0.22.0
10342026-05-14T15:01:31.314Z Downloaded rustls-webpki v0.102.8
10352026-05-14T15:01:31.325Z Downloaded serde_with v3.17.0
10362026-05-14T15:01:31.332Z Downloaded zip v4.6.1
10372026-05-14T15:01:31.335Z Downloaded nix v0.31.2
10382026-05-14T15:01:31.342Z Downloaded unicode-normalization v0.1.25
10392026-05-14T15:01:31.345Z Downloaded dropshot v0.17.0
10402026-05-14T15:01:31.357Z Downloaded radix_trie v0.2.1
10412026-05-14T15:01:31.360Z Downloaded polar-core v0.27.3
10422026-05-14T15:01:31.365Z Downloaded nix v0.28.0
10432026-05-14T15:01:31.371Z Downloaded tower-http v0.6.8
10442026-05-14T15:01:31.375Z Downloaded quinn-proto v0.11.13
10452026-05-14T15:01:31.379Z Downloaded moka v0.12.13
10462026-05-14T15:01:31.385Z Downloaded winnow v0.7.14
10472026-05-14T15:01:31.390Z Downloaded winnow v0.5.40
10482026-05-14T15:01:31.395Z Downloaded winnow v0.6.26
10492026-05-14T15:01:31.400Z Downloaded zerovec v0.11.5
10502026-05-14T15:01:31.404Z Downloaded regex-syntax v0.6.29
10512026-05-14T15:01:31.408Z Downloaded hickory-proto v0.24.4
10522026-05-14T15:01:31.416Z Downloaded zerocopy v0.7.35
10532026-05-14T15:01:31.425Z Downloaded vcpkg v0.2.15
10542026-05-14T15:01:31.451Z Downloaded rustls v0.21.12
10552026-05-14T15:01:31.458Z Downloaded hickory-proto v0.25.2
10562026-05-14T15:01:31.466Z Downloaded tabled v0.20.0
10572026-05-14T15:01:31.476Z Downloaded syn v2.0.117
10582026-05-14T15:01:31.483Z Downloaded unicode-width v0.2.0
10592026-05-14T15:01:31.487Z Downloaded smoltcp v0.9.1
10602026-05-14T15:01:31.494Z Downloaded openapiv3 v2.2.0
10612026-05-14T15:01:31.501Z Downloaded gimli v0.32.3
10622026-05-14T15:01:31.506Z Downloaded time v0.3.47
10632026-05-14T15:01:31.513Z Downloaded rustix v1.1.3
10642026-05-14T15:01:31.529Z Downloaded syn v1.0.109
10652026-05-14T15:01:31.533Z Downloaded tabled v0.15.0
10662026-05-14T15:01:31.542Z Downloaded rustls v0.22.4
10672026-05-14T15:01:31.550Z Downloaded zlib-rs v0.6.2
10682026-05-14T15:01:31.553Z Downloaded sqlparser v0.61.0
10692026-05-14T15:01:31.559Z Downloaded webpki-roots v1.0.6
10702026-05-14T15:01:31.562Z Downloaded bzip2-sys v0.1.13+1.0.8
10712026-05-14T15:01:31.568Z Downloaded sled v0.34.7
10722026-05-14T15:01:31.574Z Downloaded regex-syntax v0.8.10
10732026-05-14T15:01:31.579Z Downloaded object v0.37.3
10742026-05-14T15:01:31.586Z Downloaded zerocopy v0.8.40
10752026-05-14T15:01:31.591Z Downloaded ratatui v0.29.0
10762026-05-14T15:01:31.602Z Downloaded typify-impl v0.4.3
10772026-05-14T15:01:31.612Z Downloaded smoltcp v0.11.0
10782026-05-14T15:01:31.619Z Downloaded unicode-width v0.1.14
10792026-05-14T15:01:31.623Z Downloaded rustls v0.23.37
10802026-05-14T15:01:31.630Z Downloaded rustix v0.38.44
10812026-05-14T15:01:31.643Z Downloaded petgraph v0.6.5
10822026-05-14T15:01:31.655Z Downloaded regress v0.11.1
10832026-05-14T15:01:31.660Z Downloaded jiff v0.2.21
10842026-05-14T15:01:31.671Z Downloaded regress v0.10.5
10852026-05-14T15:01:31.751Z Downloaded typify-impl v0.6.2
10862026-05-14T15:01:31.772Z Downloaded tracing v0.1.44
10872026-05-14T15:01:31.787Z Downloaded encoding_rs v0.8.35
10882026-05-14T15:01:31.826Z Downloaded zerocopy-derive v0.6.6
10892026-05-14T15:01:31.832Z Downloaded regex-automata v0.4.14
10902026-05-14T15:01:31.853Z Downloaded libz-sys v1.1.24
10912026-05-14T15:01:31.865Z Downloaded csv v1.4.0
10922026-05-14T15:01:31.878Z Downloaded libgit2-sys v0.18.3+1.9.2
10932026-05-14T15:01:31.910Z Downloaded petgraph v0.8.3
10942026-05-14T15:01:31.929Z Downloaded libc v0.2.185
10952026-05-14T15:01:31.965Z Downloaded sha3 v0.10.8
10962026-05-14T15:01:31.973Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
10972026-05-14T15:01:31.987Z Downloaded tokio v1.52.1
10982026-05-14T15:01:32.066Z Downloaded ring v0.17.14
10992026-05-14T15:01:32.091Z Downloaded httpmock v0.8.3
11002026-05-14T15:01:32.465Z Downloaded aws-lc-sys v0.40.0
11012026-05-14T15:01:32.875Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11022026-05-14T15:01:35.579Z Startup: Refreshing catalog 'helios' ... Done
11032026-05-14T15:01:35.643Z Startup: Caching catalogs ... Done
11042026-05-14T15:01:35.848ZPlanning: Solver setup ... Done (0.173s)
11052026-05-14T15:01:35.864ZPlanning: Running solver ... Done (0.016s)
11062026-05-14T15:01:35.869ZPlanning: Finding local manifests ... Done (0.003s)
11072026-05-14T15:01:35.881ZPlanning: Fetching manifests: 0/2 0% complete
11082026-05-14T15:01:35.901ZPlanning: Fetching manifests: 2/2 100% complete
11092026-05-14T15:01:35.915ZPlanning: Package planning ... Done (0.013s)
11102026-05-14T15:01:35.918ZPlanning: Merging actions ... Done (0.002s)
11112026-05-14T15:01:36.105ZPlanning: Checking for conflicting actions ... Done (0.188s)
11122026-05-14T15:01:36.108ZPlanning: Consolidating action changes ... Done (0.001s)
11132026-05-14T15:01:37.382ZPlanning: Evaluating mediators ... Done (1.275s)
11142026-05-14T15:01:37.389ZPlanning: Planning completed in 1.72 seconds
11152026-05-14T15:01:37.393Z Packages to install: 2
11162026-05-14T15:01:37.393Z Estimated space available: 155.71 GB
11172026-05-14T15:01:37.393ZEstimated space to be consumed: 19.74 MB
11182026-05-14T15:01:37.393Z Create boot environment: No
11192026-05-14T15:01:37.393ZCreate backup boot environment: No
11202026-05-14T15:01:37.393Z Rebuild boot archive: No
11212026-05-14T15:01:37.393Z
11222026-05-14T15:01:37.393ZChanged packages:
11232026-05-14T15:01:37.393Zhelios
11242026-05-14T15:01:37.393Z developer/build-essential
11252026-05-14T15:01:37.394Z None -> 11-3.0
11262026-05-14T15:01:37.394Z library/libxmlsec1
11272026-05-14T15:01:37.394Z None -> 1.2.35-3.0
11282026-05-14T15:01:37.432Z
11292026-05-14T15:01:37.432ZDownload: 0/214 items 0.0/1.3MB 0% complete
11302026-05-14T15:01:38.123ZDownload: Completed 1.28 MB in 0.69 seconds (1.9M/s)
11312026-05-14T15:01:38.205Z Actions: 1/268 actions (Installing new actions)
11322026-05-14T15:01:38.246Z Actions: Completed 268 actions in 0.04 seconds.
11332026-05-14T15:01:38.252ZFinalize: Updating package state database ... Done (0.007s)
11342026-05-14T15:01:38.253ZFinalize: Updating package cache ... Done (0.000s)
11352026-05-14T15:01:38.268ZFinalize: Updating image state ... Done (0.015s)
11362026-05-14T15:01:40.966ZFinalize: Creating fast lookup database ... Done (2.677s)
11372026-05-14T15:01:41.049ZFinalize: Reading search index ... Done (0.019s)
11382026-05-14T15:01:41.052ZFinalize: Updating search index ... Done (0.000s)
11392026-05-14T15:01:41.130ZFinalize: Updating package cache ... Done (0.000s)
11402026-05-14T15:01:41.421ZPlanning: Evaluating mediator changes ... Done
11412026-05-14T15:01:41.525ZPlanning: Checking for conflicting actions ... Done
11422026-05-14T15:01:41.529ZPlanning: Consolidating action changes ... Done
11432026-05-14T15:01:41.690ZPlanning: Evaluating mediators ... Done
11442026-05-14T15:01:41.694ZPlanning: Planning completed in 0.27 seconds
11452026-05-14T15:01:41.713Z Mediators to change: 2
11462026-05-14T15:01:41.713Z Create boot environment: No
11472026-05-14T15:01:41.714ZCreate backup boot environment: No
11482026-05-14T15:01:41.763ZFinalize: Updating package state database ... Done
11492026-05-14T15:01:41.763ZFinalize: Updating package cache ... Done
11502026-05-14T15:01:41.772ZFinalize: Updating image state ... Done
11512026-05-14T15:01:43.718ZFinalize: Creating fast lookup database ... Done
11522026-05-14T15:01:43.781ZFinalize: Reading search index ... Done
11532026-05-14T15:01:43.784ZFinalize: Updating search index ... Done
11542026-05-14T15:01:43.865ZFinalize: Updating package cache ... Done
11552026-05-14T15:01:44.139ZPlanning: Evaluating mediator changes ... Done
11562026-05-14T15:01:44.234ZPlanning: Checking for conflicting actions ... Done
11572026-05-14T15:01:44.267ZPlanning: Consolidating action changes ... Done
11582026-05-14T15:01:44.413ZPlanning: Evaluating mediators ... Done
11592026-05-14T15:01:44.439ZPlanning: Planning completed in 0.27 seconds
11602026-05-14T15:01:44.439Z Mediators to change: 1
11612026-05-14T15:01:44.439Z Create boot environment: No
11622026-05-14T15:01:44.439ZCreate backup boot environment: No
11632026-05-14T15:01:44.469ZFinalize: Updating package state database ... Done
11642026-05-14T15:01:44.470ZFinalize: Updating package cache ... Done
11652026-05-14T15:01:44.493ZFinalize: Updating image state ... Done
11662026-05-14T15:01:46.413ZFinalize: Creating fast lookup database ... Done
11672026-05-14T15:01:46.472ZFinalize: Reading search index ... Done
11682026-05-14T15:01:46.476ZFinalize: Updating search index ... Done
11692026-05-14T15:01:46.532ZFinalize: Updating package cache ... Done
11702026-05-14T15:01:46.840ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
11712026-05-14T15:01:46.840Zapache system 2.4 system
11722026-05-14T15:01:46.840Zclang system 15 system
11732026-05-14T15:01:46.840Zcsh system system illumos
11742026-05-14T15:01:46.840Zctags system system illumos
11752026-05-14T15:01:46.840Zfile vendor vendor darwinsys
11762026-05-14T15:01:46.840Zfile system system illumos
11772026-05-14T15:01:46.840Zgcc vendor 14 vendor
11782026-05-14T15:01:46.840Zgcc system 13 system
11792026-05-14T15:01:46.840Zgcc system 10 system
11802026-05-14T15:01:46.840Zgo system 1.25 system
11812026-05-14T15:01:46.840Zllvm system 15 system
11822026-05-14T15:01:46.840Zmariadb system 11.4 system
11832026-05-14T15:01:46.840Zmta vendor vendor dma
11842026-05-14T15:01:46.840Zopenjdk system 17 system
11852026-05-14T15:01:46.840Zopenjdk system 11 system
11862026-05-14T15:01:46.840Zopenssl vendor 3 vendor
11872026-05-14T15:01:46.840Zperl system 5.40 system
11882026-05-14T15:01:46.840Zpostgresql system 18 system
11892026-05-14T15:01:46.840Zpostgresql system 17 system
11902026-05-14T15:01:46.841Zpython vendor 3 vendor
11912026-05-14T15:01:46.841Zpython system 2 system
11922026-05-14T15:01:46.841Zpython3 vendor 3.13 vendor
11932026-05-14T15:01:46.841Zruby system 3.4 system
11942026-05-14T15:01:46.841Zruby system 3.0 system
11952026-05-14T15:01:46.841Zwords vendor vendor american-english
11962026-05-14T15:01:46.841Zwords system system australian-english
11972026-05-14T15:01:46.841Zwords system system british-english
11982026-05-14T15:01:46.841Zwords system system canadian-english
11992026-05-14T15:01:46.841Zwords system system french
12002026-05-14T15:01:46.841Zwords system system italian
12012026-05-14T15:01:46.841Zwords system system ngerman
12022026-05-14T15:01:46.841Zwords system system ogerman
12032026-05-14T15:01:46.841Zwords system system spanish
12042026-05-14T15:01:47.090ZPUBLISHER TYPE STATUS P LOCATION
12052026-05-14T15:01:47.090Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12062026-05-14T15:01:47.350ZFMRI IFO
12072026-05-14T15:01:47.350Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12082026-05-14T15:01:47.350Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12092026-05-14T15:01:47.350Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12102026-05-14T15:01:47.350Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12112026-05-14T15:01:47.350Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12122026-05-14T15:01:47.350Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12132026-05-14T15:01:47.350Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12142026-05-14T15:01:47.350Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12152026-05-14T15:01:47.350Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12162026-05-14T15:01:47.920Z Downloading crates ...
12172026-05-14T15:01:47.980Z Downloaded cargo_toml v0.21.0
12182026-05-14T15:01:48.025Z Compiling proc-macro2 v1.0.106
12192026-05-14T15:01:48.025Z Compiling quote v1.0.45
12202026-05-14T15:01:48.028Z Compiling unicode-ident v1.0.24
12212026-05-14T15:01:48.028Z Compiling serde_core v1.0.228
12222026-05-14T15:01:48.028Z Compiling libc v0.2.185
12232026-05-14T15:01:48.028Z Compiling version_check v0.9.5
12242026-05-14T15:01:48.028Z Compiling serde v1.0.228
12252026-05-14T15:01:48.028Z Compiling stable_deref_trait v1.2.1
12262026-05-14T15:01:48.028Z Compiling memchr v2.8.0
12272026-05-14T15:01:48.028Z Compiling zmij v1.0.21
12282026-05-14T15:01:48.111Z Compiling autocfg v1.5.0
12292026-05-14T15:01:48.114Z Compiling thiserror v1.0.69
12302026-05-14T15:01:48.114Z Compiling ucd-trie v0.1.7
12312026-05-14T15:01:48.114Z Compiling itoa v1.0.17
12322026-05-14T15:01:48.114Z Compiling litemap v0.8.1
12332026-05-14T15:01:48.263Z Compiling writeable v0.6.2
12342026-05-14T15:01:48.278Z Compiling byteorder v1.5.0
12352026-05-14T15:01:48.372Z Compiling icu_properties_data v2.1.2
12362026-05-14T15:01:48.512Z Compiling rustix v1.1.3
12372026-05-14T15:01:48.548Z Compiling icu_normalizer_data v2.1.1
12382026-05-14T15:01:48.562Z Compiling serde_json v1.0.149
12392026-05-14T15:01:48.618Z Compiling pest v2.8.6
12402026-05-14T15:01:48.621Z Compiling bitflags v2.11.0
12412026-05-14T15:01:48.691Z Compiling num-traits v0.2.19
12422026-05-14T15:01:48.826Z Compiling typeid v1.0.3
12432026-05-14T15:01:48.849Z Compiling smallvec v1.15.1
12442026-05-14T15:01:48.864Z Compiling equivalent v1.0.2
12452026-05-14T15:01:48.902Z Compiling hashbrown v0.17.0
12462026-05-14T15:01:48.927Z Compiling usdt-impl v0.5.0
12472026-05-14T15:01:48.930Z Compiling proc-macro-error-attr v1.0.4
12482026-05-14T15:01:48.950Z Compiling toml_write v0.1.2
12492026-05-14T15:01:48.953Z Compiling erased-serde v0.4.9
12502026-05-14T15:01:48.974Z Compiling winnow v0.7.14
12512026-05-14T15:01:49.045Z Compiling syn v1.0.109
12522026-05-14T15:01:49.077Z Compiling errno v0.3.14
12532026-05-14T15:01:49.122Z Compiling thread-id v4.2.2
12542026-05-14T15:01:49.164Z Compiling proc-macro-error v1.0.4
12552026-05-14T15:01:49.189Z Compiling utf8_iter v1.0.4
12562026-05-14T15:01:49.223Z Compiling percent-encoding v2.3.2
12572026-05-14T15:01:49.249Z Compiling log v0.4.29
12582026-05-14T15:01:49.289Z Compiling thiserror v2.0.18
12592026-05-14T15:01:49.309Z Compiling utf8parse v0.2.2
12602026-05-14T15:01:49.321Z Compiling camino v1.2.2
12612026-05-14T15:01:49.377Z Compiling getrandom v0.4.1
12622026-05-14T15:01:49.433Z Compiling indexmap v2.14.0
12632026-05-14T15:01:49.445Z Compiling plain v0.2.3
12642026-05-14T15:01:49.449Z Compiling anstyle-parse v0.2.7
12652026-05-14T15:01:49.485Z Compiling form_urlencoded v1.2.2
12662026-05-14T15:01:49.566Z Compiling syn v2.0.117
12672026-05-14T15:01:49.748Z Compiling anstyle v1.0.13
12682026-05-14T15:01:49.751Z Compiling cfg-if v1.0.4
12692026-05-14T15:01:49.779Z Compiling colorchoice v1.0.4
12702026-05-14T15:01:49.818Z Compiling pest_meta v2.8.6
12712026-05-14T15:01:49.837Z Compiling ordered-float v2.10.1
12722026-05-14T15:01:49.908Z Compiling anstyle-query v1.1.5
12732026-05-14T15:01:49.937Z Compiling is_terminal_polyfill v1.70.2
12742026-05-14T15:01:49.947Z Compiling pretty-hex v0.4.1
12752026-05-14T15:01:50.033Z Compiling anstream v0.6.21
12762026-05-14T15:01:50.066Z Compiling fs-err v3.3.0
12772026-05-14T15:01:50.084Z Compiling fnv v1.0.7
12782026-05-14T15:01:50.107Z Compiling unicode-width v0.1.14
12792026-05-14T15:01:50.119Z Compiling clap_lex v1.0.0
12802026-05-14T15:01:50.123Z Compiling strsim v0.11.1
12812026-05-14T15:01:50.161Z Compiling terminal_size v0.4.3
12822026-05-14T15:01:50.185Z Compiling once_cell v1.21.3
12832026-05-14T15:01:50.202Z Compiling fastrand v2.3.0
12842026-05-14T15:01:50.277Z Compiling unicode-xid v0.2.6
12852026-05-14T15:01:50.319Z Compiling heck v0.5.0
12862026-05-14T15:01:50.358Z Compiling bytecount v0.6.9
12872026-05-14T15:01:50.370Z Compiling anyhow v1.0.102
12882026-05-14T15:01:50.407Z Compiling heck v0.4.1
12892026-05-14T15:01:50.418Z Compiling tempfile v3.25.0
12902026-05-14T15:01:50.431Z Compiling clap_builder v4.5.60
12912026-05-14T15:01:50.501Z Compiling papergrid v0.11.0
12922026-05-14T15:01:50.512Z Compiling memmap v0.7.0
12932026-05-14T15:01:50.642Z Compiling semver v1.0.28
12942026-05-14T15:01:50.664Z Compiling unicode-width v0.2.0
12952026-05-14T15:01:50.720Z Compiling unicode-linebreak v0.1.5
12962026-05-14T15:01:50.742Z Compiling smawk v0.3.2
12972026-05-14T15:01:50.893Z Compiling camino-tempfile v1.4.1
12982026-05-14T15:01:50.965Z Compiling serde-untagged v0.1.9
12992026-05-14T15:01:50.980Z Compiling textwrap v0.16.2
13002026-05-14T15:01:51.007Z Compiling swrite v0.1.0
13012026-05-14T15:01:51.061Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13022026-05-14T15:01:51.429Z Compiling tabled_derive v0.7.0
13032026-05-14T15:01:52.084Z Compiling tabled v0.15.0
13042026-05-14T15:01:52.172Z Compiling synstructure v0.13.2
13052026-05-14T15:01:52.172Z Compiling pest_generator v2.8.6
13062026-05-14T15:01:52.761Z Compiling serde_derive v1.0.228
13072026-05-14T15:01:52.765Z Compiling zerofrom-derive v0.1.6
13082026-05-14T15:01:52.765Z Compiling yoke-derive v0.8.1
13092026-05-14T15:01:52.765Z Compiling zerovec-derive v0.11.2
13102026-05-14T15:01:52.765Z Compiling displaydoc v0.2.5
13112026-05-14T15:01:52.765Z Compiling thiserror-impl v1.0.69
13122026-05-14T15:01:52.765Z Compiling zerocopy-derive v0.7.35
13132026-05-14T15:01:52.765Z Compiling scroll_derive v0.12.1
13142026-05-14T15:01:52.765Z Compiling thiserror-impl v2.0.18
13152026-05-14T15:01:52.765Z Compiling clap_derive v4.5.55
13162026-05-14T15:01:52.814Z Compiling pest_derive v2.8.6
13172026-05-14T15:01:53.387Z Compiling scroll v0.12.0
13182026-05-14T15:01:53.582Z Compiling zerocopy v0.7.35
13192026-05-14T15:01:53.608Z Compiling goblin v0.8.2
13202026-05-14T15:01:53.765Z Compiling zerofrom v0.1.6
13212026-05-14T15:01:53.860Z Compiling yoke v0.8.1
13222026-05-14T15:01:53.953Z Compiling dtrace-parser v0.2.0
13232026-05-14T15:01:54.010Z Compiling zerovec v0.11.5
13242026-05-14T15:01:54.010Z Compiling zerotrie v0.2.3
13252026-05-14T15:01:54.123Z Compiling clap v4.5.60
13262026-05-14T15:01:54.422Z Compiling tinystr v0.8.2
13272026-05-14T15:01:54.422Z Compiling potential_utf v0.1.4
13282026-05-14T15:01:54.532Z Compiling icu_collections v2.1.1
13292026-05-14T15:01:54.558Z Compiling icu_locale_core v2.1.1
13302026-05-14T15:01:55.071Z Compiling icu_provider v2.1.1
13312026-05-14T15:01:55.207Z Compiling serde_spanned v0.6.9
13322026-05-14T15:01:55.207Z Compiling toml_datetime v0.6.11
13332026-05-14T15:01:55.211Z Compiling serde-value v0.7.0
13342026-05-14T15:01:55.211Z Compiling cargo-platform v0.2.0
13352026-05-14T15:01:55.211Z Compiling macaddr v1.0.1
13362026-05-14T15:01:55.218Z Compiling dof v0.3.0
13372026-05-14T15:01:55.221Z Compiling serde_tokenstream v0.2.3
13382026-05-14T15:01:55.284Z Compiling icu_properties v2.1.2
13392026-05-14T15:01:55.287Z Compiling icu_normalizer v2.1.1
13402026-05-14T15:01:55.402Z Compiling toml_edit v0.22.27
13412026-05-14T15:01:55.975Z Compiling usdt-macro v0.5.0
13422026-05-14T15:01:55.975Z Compiling usdt-attr-macro v0.5.0
13432026-05-14T15:01:56.106Z Compiling idna_adapter v1.2.1
13442026-05-14T15:01:56.201Z Compiling idna v1.1.0
13452026-05-14T15:01:56.459Z Compiling url v2.5.8
13462026-05-14T15:01:56.547Z Compiling usdt v0.5.0
13472026-05-14T15:01:56.674Z Compiling toml v0.8.23
13482026-05-14T15:01:57.006Z Compiling cargo-util-schemas v0.8.2
13492026-05-14T15:01:57.006Z Compiling cargo_toml v0.21.0
13502026-05-14T15:01:57.769Z Compiling cargo_metadata v0.21.0
13512026-05-14T15:01:58.679Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13522026-05-14T15:02:00.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.33s
13532026-05-14T15:02:00.839Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
13542026-05-14T15:02:01.604Z Compiling libc v0.2.185
13552026-05-14T15:02:01.604Z Compiling serde v1.0.228
13562026-05-14T15:02:01.607Z Compiling log v0.4.29
13572026-05-14T15:02:01.607Z Compiling shlex v1.3.0
13582026-05-14T15:02:01.607Z Compiling find-msvc-tools v0.1.9
13592026-05-14T15:02:01.607Z Compiling smallvec v1.15.1
13602026-05-14T15:02:01.607Z Compiling typenum v1.19.0
13612026-05-14T15:02:01.607Z Compiling subtle v2.6.1
13622026-05-14T15:02:01.773Z Compiling generic-array v0.14.7
13632026-05-14T15:02:01.776Z Compiling scopeguard v1.2.0
13642026-05-14T15:02:01.788Z Compiling const-oid v0.9.6
13652026-05-14T15:02:01.852Z Compiling serde_json v1.0.149
13662026-05-14T15:02:01.864Z Compiling syn v2.0.117
13672026-05-14T15:02:01.868Z Compiling zerocopy v0.8.40
13682026-05-14T15:02:01.868Z Compiling parking_lot_core v0.9.12
13692026-05-14T15:02:01.892Z Compiling lock_api v0.4.14
13702026-05-14T15:02:01.921Z Compiling pin-project-lite v0.2.17
13712026-05-14T15:02:01.924Z Compiling portable-atomic v1.13.1
13722026-05-14T15:02:01.978Z Compiling pkg-config v0.3.32
13732026-05-14T15:02:01.998Z Compiling bitflags v2.11.0
13742026-05-14T15:02:02.064Z Compiling libm v0.2.16
13752026-05-14T15:02:02.079Z Compiling futures-core v0.3.32
13762026-05-14T15:02:02.124Z Compiling critical-section v1.2.0
13772026-05-14T15:02:02.128Z Compiling num-traits v0.2.19
13782026-05-14T15:02:02.128Z Compiling percent-encoding v2.3.2
13792026-05-14T15:02:02.242Z Compiling futures-sink v0.3.32
13802026-05-14T15:02:02.277Z Compiling futures-task v0.3.32
13812026-05-14T15:02:02.281Z Compiling getrandom v0.4.1
13822026-05-14T15:02:02.281Z Compiling slab v0.4.12
13832026-05-14T15:02:02.322Z Compiling futures-io v0.3.32
13842026-05-14T15:02:02.353Z Compiling futures-channel v0.3.32
13852026-05-14T15:02:02.390Z Compiling cpufeatures v0.2.17
13862026-05-14T15:02:02.407Z Compiling rand_core v0.10.0
13872026-05-14T15:02:02.472Z Compiling indexmap v2.14.0
13882026-05-14T15:02:02.486Z Compiling getrandom v0.3.4
13892026-05-14T15:02:02.502Z Compiling rustversion v1.0.22
13902026-05-14T15:02:02.529Z Compiling form_urlencoded v1.2.2
13912026-05-14T15:02:02.679Z Compiling dunce v1.0.5
13922026-05-14T15:02:02.697Z Compiling fs_extra v1.3.0
13932026-05-14T15:02:02.712Z Compiling base64ct v1.8.3
13942026-05-14T15:02:02.712Z Compiling ident_case v1.0.1
13952026-05-14T15:02:02.742Z Compiling flagset v0.4.7
13962026-05-14T15:02:02.795Z Compiling getrandom v0.2.17
13972026-05-14T15:02:02.814Z Compiling jobserver v0.1.34
13982026-05-14T15:02:02.832Z Compiling errno v0.3.14
13992026-05-14T15:02:02.874Z Compiling mio v1.2.0
14002026-05-14T15:02:02.890Z Compiling socket2 v0.6.3
14012026-05-14T15:02:02.949Z Compiling rand_core v0.6.4
14022026-05-14T15:02:02.985Z Compiling signal-hook-registry v1.4.8
14032026-05-14T15:02:03.018Z Compiling cc v1.2.56
14042026-05-14T15:02:03.037Z Compiling once_cell v1.21.3
14052026-05-14T15:02:03.111Z Compiling parking_lot v0.12.5
14062026-05-14T15:02:03.164Z Compiling pem-rfc7468 v0.7.0
14072026-05-14T15:02:03.201Z Compiling regex-syntax v0.8.10
14082026-05-14T15:02:03.242Z Compiling iana-time-zone v0.1.65
14092026-05-14T15:02:03.245Z Compiling rustix v1.1.3
14102026-05-14T15:02:03.271Z Compiling aws-lc-rs v1.16.3
14112026-05-14T15:02:03.271Z Compiling vcpkg v0.2.15
14122026-05-14T15:02:03.301Z Compiling tracing-core v0.1.36
14132026-05-14T15:02:03.382Z Compiling uuid v1.23.0
14142026-05-14T15:02:03.457Z Compiling rustc_version v0.4.1
14152026-05-14T15:02:03.471Z Compiling base64 v0.22.1
14162026-05-14T15:02:03.507Z Compiling rand_core v0.9.5
14172026-05-14T15:02:03.525Z Compiling untrusted v0.7.1
14182026-05-14T15:02:03.602Z Compiling untrusted v0.9.0
14192026-05-14T15:02:03.615Z Compiling httparse v1.10.1
14202026-05-14T15:02:03.660Z Compiling tinyvec_macros v0.1.1
14212026-05-14T15:02:03.702Z Compiling openssl-probe v0.2.1
14222026-05-14T15:02:03.741Z Compiling cmake v0.1.57
14232026-05-14T15:02:03.755Z Compiling tinyvec v1.10.0
14242026-05-14T15:02:03.759Z Compiling aho-corasick v1.1.4
14252026-05-14T15:02:03.789Z Compiling tower-layer v0.3.3
14262026-05-14T15:02:03.804Z Compiling atomic-waker v1.1.2
14272026-05-14T15:02:03.819Z Compiling dyn-clone v1.0.20
14282026-05-14T15:02:03.877Z Compiling rustls v0.23.37
14292026-05-14T15:02:03.908Z Compiling schemars v0.8.22
14302026-05-14T15:02:03.948Z Compiling try-lock v0.2.5
14312026-05-14T15:02:03.965Z Compiling tower-service v0.3.3
14322026-05-14T15:02:03.978Z Compiling httpdate v1.0.3
14332026-05-14T15:02:04.011Z Compiling foreign-types-shared v0.1.1
14342026-05-14T15:02:04.037Z Compiling pin-utils v0.1.0
14352026-05-14T15:02:04.072Z Compiling want v0.3.1
14362026-05-14T15:02:04.087Z Compiling openssl v0.10.79
14372026-05-14T15:02:04.090Z Compiling foreign-types v0.3.2
14382026-05-14T15:02:04.117Z Compiling unicode-normalization v0.1.25
14392026-05-14T15:02:04.123Z Compiling spin v0.9.8
14402026-05-14T15:02:04.146Z Compiling num-conv v0.2.0
14412026-05-14T15:02:04.152Z Compiling time-core v0.1.8
14422026-05-14T15:02:04.178Z Compiling crc32fast v1.5.0
14432026-05-14T15:02:04.182Z Compiling native-tls v0.2.18
14442026-05-14T15:02:04.223Z Compiling powerfmt v0.2.0
14452026-05-14T15:02:04.239Z Compiling wait-timeout v0.2.1
14462026-05-14T15:02:04.256Z Compiling sync_wrapper v1.0.2
14472026-05-14T15:02:04.296Z Compiling crossbeam-utils v0.8.21
14482026-05-14T15:02:04.347Z Compiling time-macros v0.2.27
14492026-05-14T15:02:04.370Z Compiling simd-adler32 v0.3.8
14502026-05-14T15:02:04.370Z Compiling bit-vec v0.8.0
14512026-05-14T15:02:04.399Z Compiling deranged v0.5.8
14522026-05-14T15:02:04.402Z Compiling unicode-segmentation v1.12.0
14532026-05-14T15:02:04.444Z Compiling usdt-impl v0.6.0
14542026-05-14T15:02:04.460Z Compiling num_threads v0.1.7
14552026-05-14T15:02:04.531Z Compiling quick-error v1.2.3
14562026-05-14T15:02:04.551Z Compiling siphasher v1.0.2
14572026-05-14T15:02:04.566Z Compiling syn v1.0.109
14582026-05-14T15:02:04.584Z Compiling aws-lc-sys v0.40.0
14592026-05-14T15:02:04.603Z Compiling ring v0.17.14
14602026-05-14T15:02:04.625Z Compiling openssl-sys v0.9.115
14612026-05-14T15:02:04.644Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14622026-05-14T15:02:04.675Z Compiling regex-automata v0.4.14
14632026-05-14T15:02:04.701Z Compiling bzip2-sys v0.1.13+1.0.8
14642026-05-14T15:02:04.717Z Compiling bit-set v0.8.0
14652026-05-14T15:02:04.757Z Compiling synstructure v0.13.2
14662026-05-14T15:02:04.836Z Compiling serde_derive_internals v0.29.1
14672026-05-14T15:02:04.903Z Compiling pest_generator v2.8.6
14682026-05-14T15:02:04.917Z Compiling darling_core v0.20.11
14692026-05-14T15:02:05.008Z Compiling tempfile v3.25.0
14702026-05-14T15:02:05.138Z Compiling darling_core v0.21.3
14712026-05-14T15:02:05.401Z Compiling rusty-fork v0.3.1
14722026-05-14T15:02:05.447Z Compiling heapless v0.7.17
14732026-05-14T15:02:05.462Z Compiling time v0.3.47
14742026-05-14T15:02:05.519Z Compiling slog v2.8.2
14752026-05-14T15:02:05.561Z Compiling rand_xorshift v0.4.0
14762026-05-14T15:02:05.622Z Compiling thread-id v5.1.0
14772026-05-14T15:02:05.637Z Compiling cookie v0.18.1
14782026-05-14T15:02:05.721Z Compiling signal-hook v0.3.18
14792026-05-14T15:02:05.724Z Compiling ryu v1.0.23
14802026-05-14T15:02:05.754Z Compiling unarray v0.1.4
14812026-05-14T15:02:05.768Z Compiling iri-string v0.7.10
14822026-05-14T15:02:05.768Z Compiling anyhow v1.0.102
14832026-05-14T15:02:05.772Z Compiling adler2 v2.0.1
14842026-05-14T15:02:05.810Z Compiling zstd-safe v7.2.4
14852026-05-14T15:02:05.838Z Compiling allocator-api2 v0.2.21
14862026-05-14T15:02:05.877Z Compiling unicode-properties v0.1.4
14872026-05-14T15:02:05.914Z Compiling unicode-bidi v0.3.18
14882026-05-14T15:02:05.928Z Compiling paste v1.0.15
14892026-05-14T15:02:05.963Z Compiling miniz_oxide v0.8.9
14902026-05-14T15:02:06.185Z Compiling heck v0.4.1
14912026-05-14T15:02:06.286Z Compiling stringprep v0.1.5
14922026-05-14T15:02:06.431Z Compiling num-integer v0.1.46
14932026-05-14T15:02:06.466Z Compiling curve25519-dalek v4.1.3
14942026-05-14T15:02:06.469Z Compiling serde_derive v1.0.228
14952026-05-14T15:02:06.642Z Compiling zeroize_derive v1.4.3
14962026-05-14T15:02:06.797Z Compiling zerofrom-derive v0.1.6
14972026-05-14T15:02:06.811Z Compiling yoke-derive v0.8.1
14982026-05-14T15:02:06.844Z Compiling zerocopy-derive v0.8.40
14992026-05-14T15:02:06.914Z Compiling zerovec-derive v0.11.2
15002026-05-14T15:02:06.927Z Compiling displaydoc v0.2.5
15012026-05-14T15:02:07.090Z Compiling tokio-macros v2.7.0
15022026-05-14T15:02:07.279Z Compiling futures-macro v0.3.32
15032026-05-14T15:02:07.325Z Compiling zeroize v1.8.2
15042026-05-14T15:02:07.390Z Compiling der_derive v0.7.3
15052026-05-14T15:02:07.713Z Compiling rustls-pki-types v1.14.0
15062026-05-14T15:02:07.727Z Compiling tracing-attributes v0.1.31
15072026-05-14T15:02:07.845Z Compiling thiserror-impl v2.0.18
15082026-05-14T15:02:08.025Z Compiling schemars_derive v0.8.22
15092026-05-14T15:02:08.075Z Compiling crypto-common v0.1.7
15102026-05-14T15:02:08.124Z Compiling block-buffer v0.10.4
15112026-05-14T15:02:08.138Z Compiling futures-util v0.3.32
15122026-05-14T15:02:08.206Z Compiling block-padding v0.3.3
15132026-05-14T15:02:08.241Z Compiling zerofrom v0.1.6
15142026-05-14T15:02:08.255Z Compiling scroll_derive v0.13.1
15152026-05-14T15:02:08.327Z Compiling digest v0.10.7
15162026-05-14T15:02:08.369Z Compiling yoke v0.8.1
15172026-05-14T15:02:08.399Z Compiling inout v0.1.4
15182026-05-14T15:02:08.412Z Compiling der v0.7.10
15192026-05-14T15:02:08.577Z Compiling zerovec v0.11.5
15202026-05-14T15:02:08.592Z Compiling zerotrie v0.2.3
15212026-05-14T15:02:08.606Z Compiling hmac v0.12.1
15222026-05-14T15:02:08.795Z Compiling cipher v0.4.4
15232026-05-14T15:02:08.842Z Compiling sha2 v0.10.9
15242026-05-14T15:02:08.913Z Compiling pbkdf2 v0.12.2
15252026-05-14T15:02:09.046Z Compiling tinystr v0.8.2
15262026-05-14T15:02:09.062Z Compiling potential_utf v0.1.4
15272026-05-14T15:02:09.114Z Compiling salsa20 v0.10.2
15282026-05-14T15:02:09.129Z Compiling tracing v0.1.44
15292026-05-14T15:02:09.142Z Compiling cbc v0.1.2
15302026-05-14T15:02:09.196Z Compiling icu_collections v2.1.1
15312026-05-14T15:02:09.253Z Compiling icu_locale_core v2.1.1
15322026-05-14T15:02:09.267Z Compiling spki v0.7.3
15332026-05-14T15:02:09.282Z Compiling thiserror v2.0.18
15342026-05-14T15:02:09.285Z Compiling scrypt v0.11.0
15352026-05-14T15:02:09.313Z Compiling aes v0.8.4
15362026-05-14T15:02:09.409Z Compiling pest_derive v2.8.6
15372026-05-14T15:02:09.428Z Compiling scroll v0.13.0
15382026-05-14T15:02:09.496Z Compiling darling_macro v0.20.11
15392026-05-14T15:02:09.575Z Compiling openssl-macros v0.1.1
15402026-05-14T15:02:09.657Z Compiling goblin v0.10.5
15412026-05-14T15:02:09.712Z Compiling pkcs5 v0.7.1
15422026-05-14T15:02:09.725Z Compiling rustls-native-certs v0.8.3
15432026-05-14T15:02:09.863Z Compiling dtrace-parser v0.3.0
15442026-05-14T15:02:10.003Z Compiling bytes v1.11.1
15452026-05-14T15:02:10.017Z Compiling icu_provider v2.1.1
15462026-05-14T15:02:10.036Z Compiling chrono v0.4.44
15472026-05-14T15:02:10.076Z Compiling pkcs8 v0.10.2
15482026-05-14T15:02:10.092Z Compiling ipnet v2.11.0
15492026-05-14T15:02:10.183Z Compiling darling v0.20.11
15502026-05-14T15:02:10.245Z Compiling signature v2.2.0
15512026-05-14T15:02:10.284Z Compiling icu_normalizer v2.1.1
15522026-05-14T15:02:10.344Z Compiling icu_properties v2.1.2
15532026-05-14T15:02:10.393Z Compiling derive_builder_core v0.20.2
15542026-05-14T15:02:10.409Z Compiling webpki-roots v1.0.6
15552026-05-14T15:02:10.450Z Compiling thiserror-impl v1.0.69
15562026-05-14T15:02:10.478Z Compiling scroll_derive v0.12.1
15572026-05-14T15:02:10.519Z Compiling tokio v1.52.1
15582026-05-14T15:02:10.627Z Compiling http v1.4.0
15592026-05-14T15:02:10.642Z Compiling erased-serde v0.3.31
15602026-05-14T15:02:10.655Z Compiling serde_spanned v0.6.9
15612026-05-14T15:02:10.819Z Compiling toml_datetime v0.6.11
15622026-05-14T15:02:10.848Z Compiling serde_urlencoded v0.7.1
15632026-05-14T15:02:11.106Z Compiling serde_tokenstream v0.2.3
15642026-05-14T15:02:11.122Z Compiling md-5 v0.10.6
15652026-05-14T15:02:11.149Z Compiling darling_macro v0.21.3
15662026-05-14T15:02:11.167Z Compiling bstr v1.12.1
15672026-05-14T15:02:11.183Z Compiling ppv-lite86 v0.2.21
15682026-05-14T15:02:11.297Z Compiling idna_adapter v1.2.1
15692026-05-14T15:02:11.315Z Compiling http-body v1.0.1
15702026-05-14T15:02:11.423Z Compiling idna v1.1.0
15712026-05-14T15:02:11.443Z Compiling http-body-util v0.1.3
15722026-05-14T15:02:11.458Z Compiling derive_builder_macro v0.20.2
15732026-05-14T15:02:11.476Z Compiling rand_chacha v0.9.0
15742026-05-14T15:02:11.492Z Compiling rand_chacha v0.3.1
15752026-05-14T15:02:11.515Z Compiling scroll v0.12.0
15762026-05-14T15:02:11.558Z Compiling async-trait v0.1.89
15772026-05-14T15:02:11.648Z Compiling pin-project-internal v1.1.11
15782026-05-14T15:02:11.702Z Compiling rand v0.9.2
15792026-05-14T15:02:11.756Z Compiling thiserror v1.0.69
15802026-05-14T15:02:11.771Z Compiling url v2.5.8
15812026-05-14T15:02:11.858Z Compiling zerocopy-derive v0.7.35
15822026-05-14T15:02:11.883Z Compiling vergen-lib v0.1.6
15832026-05-14T15:02:11.906Z Compiling ff v0.13.1
15842026-05-14T15:02:11.977Z Compiling hash32 v0.2.1
15852026-05-14T15:02:12.059Z Compiling memoffset v0.9.1
15862026-05-14T15:02:12.085Z Compiling psl-types v2.0.11
15872026-05-14T15:02:12.165Z Compiling litrs v1.0.0
15882026-05-14T15:02:12.192Z Compiling base16ct v0.2.0
15892026-05-14T15:02:12.211Z Compiling smoltcp v0.9.1
15902026-05-14T15:02:12.227Z Compiling fallible-iterator v0.2.0
15912026-05-14T15:02:12.273Z Compiling proptest v1.10.0
15922026-05-14T15:02:12.426Z Compiling dof v0.4.0
15932026-05-14T15:02:12.538Z Compiling ref-cast v1.0.25
15942026-05-14T15:02:12.568Z Compiling cfg_aliases v0.2.1
15952026-05-14T15:02:12.588Z Compiling zlib-rs v0.6.2
15962026-05-14T15:02:12.619Z Compiling num-bigint-dig v0.8.6
15972026-05-14T15:02:12.662Z Compiling rustix v0.38.44
15982026-05-14T15:02:12.689Z Compiling nix v0.31.2
15992026-05-14T15:02:12.718Z Compiling document-features v0.2.12
16002026-05-14T15:02:12.825Z Compiling zerocopy v0.7.35
16012026-05-14T15:02:12.868Z Compiling pin-project v1.1.11
16022026-05-14T15:02:12.902Z Compiling postgres-protocol v0.6.10
16032026-05-14T15:02:12.971Z Compiling sec1 v0.7.3
16042026-05-14T15:02:13.093Z Compiling ipnetwork v0.21.1
16052026-05-14T15:02:13.108Z Compiling publicsuffix v2.3.0
16062026-05-14T15:02:13.299Z Compiling group v0.13.0
16072026-05-14T15:02:13.313Z Compiling derive_builder v0.20.2
16082026-05-14T15:02:13.340Z Compiling oxnet v0.1.4
16092026-05-14T15:02:13.355Z Compiling goblin v0.8.2
16102026-05-14T15:02:13.402Z Compiling rand v0.8.6
16112026-05-14T15:02:13.462Z Compiling darling v0.21.3
16122026-05-14T15:02:13.508Z Compiling futures-executor v0.3.32
16132026-05-14T15:02:13.523Z Compiling hubpack_derive v0.1.1
16142026-05-14T15:02:13.560Z Compiling hex v0.4.3
16152026-05-14T15:02:13.662Z Compiling cargo-platform v0.1.9
16162026-05-14T15:02:13.678Z Compiling hkdf v0.12.4
16172026-05-14T15:02:13.694Z Compiling crypto-bigint v0.5.5
16182026-05-14T15:02:13.792Z Compiling regex v1.12.3
16192026-05-14T15:02:13.861Z Compiling num-iter v0.1.45
16202026-05-14T15:02:13.893Z Compiling strum_macros v0.27.2
16212026-05-14T15:02:13.908Z Compiling snafu-derive v0.8.9
16222026-05-14T15:02:13.911Z Compiling curve25519-dalek-derive v0.1.1
16232026-05-14T15:02:13.944Z Compiling daft-derive v0.1.5
16242026-05-14T15:02:14.013Z Compiling ref-cast-impl v1.0.25
16252026-05-14T15:02:14.274Z Compiling terminal_size v0.4.3
16262026-05-14T15:02:14.402Z Compiling tokio-util v0.7.18
16272026-05-14T15:02:14.424Z Compiling tower v0.5.3
16282026-05-14T15:02:14.439Z Compiling tokio-native-tls v0.3.1
16292026-05-14T15:02:14.588Z Compiling newtype-uuid v1.3.2
16302026-05-14T15:02:14.607Z Compiling phf_shared v0.13.1
16312026-05-14T15:02:14.607Z Compiling lazy_static v1.5.0
16322026-05-14T15:02:14.635Z Compiling vergen v9.0.6
16332026-05-14T15:02:14.638Z Compiling fs-err v3.3.0
16342026-05-14T15:02:14.712Z Compiling ahash v0.8.12
16352026-05-14T15:02:14.728Z Compiling encoding_rs v0.8.35
16362026-05-14T15:02:14.844Z Compiling tower-http v0.6.8
16372026-05-14T15:02:14.861Z Compiling bumpalo v3.20.2
16382026-05-14T15:02:14.876Z Compiling libbz2-rs-sys v0.2.2
16392026-05-14T15:02:14.917Z Compiling bitflags v1.3.2
16402026-05-14T15:02:14.945Z Compiling foldhash v0.2.0
16412026-05-14T15:02:14.958Z Compiling mime v0.3.17
16422026-05-14T15:02:15.007Z Compiling object v0.37.3
16432026-05-14T15:02:15.132Z Compiling h2 v0.4.13
16442026-05-14T15:02:15.184Z Compiling foldhash v0.1.5
16452026-05-14T15:02:15.238Z Compiling same-file v1.0.6
16462026-05-14T15:02:15.272Z Compiling winnow v0.5.40
16472026-05-14T15:02:15.301Z Compiling managed v0.8.0
16482026-05-14T15:02:15.374Z Compiling clap_builder v4.5.60
16492026-05-14T15:02:15.417Z Compiling flate2 v1.1.9
16502026-05-14T15:02:15.471Z Compiling walkdir v2.5.0
16512026-05-14T15:02:15.585Z Compiling dof v0.3.0
16522026-05-14T15:02:15.804Z Compiling hashbrown v0.15.5
16532026-05-14T15:02:15.843Z Compiling bzip2 v0.6.1
16542026-05-14T15:02:15.858Z Compiling hashbrown v0.16.1
16552026-05-14T15:02:15.871Z Compiling zopfli v0.8.3
16562026-05-14T15:02:15.886Z Compiling snafu v0.8.9
16572026-05-14T15:02:15.902Z Compiling strum v0.27.2
16582026-05-14T15:02:16.127Z Compiling daft v0.1.5
16592026-05-14T15:02:16.180Z Compiling phf v0.13.1
16602026-05-14T15:02:16.292Z Compiling elliptic-curve v0.13.8
16612026-05-14T15:02:16.367Z Compiling signal-hook-mio v0.2.5
16622026-05-14T15:02:16.382Z Compiling cargo_metadata v0.19.2
16632026-05-14T15:02:16.422Z Compiling cookie_store v0.22.1
16642026-05-14T15:02:16.465Z Compiling usdt-macro v0.6.0
16652026-05-14T15:02:16.479Z Compiling usdt-attr-macro v0.6.0
16662026-05-14T15:02:16.556Z Compiling hubpack v0.1.2
16672026-05-14T15:02:16.617Z Compiling toml_edit v0.19.15
16682026-05-14T15:02:16.775Z Compiling bzip2 v0.4.4
16692026-05-14T15:02:16.790Z Compiling futures v0.3.32
16702026-05-14T15:02:16.803Z Compiling serde_with_macros v3.17.0
16712026-05-14T15:02:16.835Z Compiling postgres-types v0.2.12
16722026-05-14T15:02:17.017Z Compiling zstd v0.13.3
16732026-05-14T15:02:17.035Z Compiling dtrace-parser v0.2.0
16742026-05-14T15:02:17.171Z Compiling globset v0.4.18
16752026-05-14T15:02:17.287Z Compiling ed25519 v2.2.3
16762026-05-14T15:02:17.309Z Compiling pkcs1 v0.7.5
16772026-05-14T15:02:17.342Z Compiling serde-big-array v0.5.1
16782026-05-14T15:02:17.428Z Compiling olpc-cjson v0.1.4
16792026-05-14T15:02:17.505Z Compiling serde_plain v1.0.2
16802026-05-14T15:02:17.610Z Compiling rfc6979 v0.4.0
16812026-05-14T15:02:17.722Z Compiling enum-as-inner v0.6.1
16822026-05-14T15:02:17.740Z Compiling strum_macros v0.26.4
16832026-05-14T15:02:17.759Z Compiling async-recursion v1.1.1
16842026-05-14T15:02:17.810Z Compiling serde_repr v0.1.20
16852026-05-14T15:02:17.824Z Compiling clap_derive v4.5.55
16862026-05-14T15:02:17.887Z Compiling phf_shared v0.11.3
16872026-05-14T15:02:17.996Z Compiling float-cmp v0.10.0
16882026-05-14T15:02:18.026Z Compiling pem v3.0.6
16892026-05-14T15:02:18.092Z Compiling memmap2 v0.9.10
16902026-05-14T15:02:18.173Z Compiling thread-id v4.2.2
16912026-05-14T15:02:18.223Z Compiling env_filter v1.0.0
16922026-05-14T15:02:18.263Z Compiling hyper v1.8.1
16932026-05-14T15:02:18.279Z Compiling jiff v0.2.21
16942026-05-14T15:02:18.338Z Compiling typed-path v0.9.3
16952026-05-14T15:02:18.389Z Compiling keccak v0.1.6
16962026-05-14T15:02:18.404Z Compiling rustc-hash v2.1.1
16972026-05-14T15:02:18.478Z Compiling predicates-core v1.0.10
16982026-05-14T15:02:18.495Z Compiling normalize-line-endings v0.3.0
16992026-05-14T15:02:18.554Z Compiling fixedbitset v0.5.7
17002026-05-14T15:02:18.569Z Compiling data-encoding v2.10.0
17012026-05-14T15:02:18.606Z Compiling difflib v0.4.0
17022026-05-14T15:02:18.680Z Compiling either v1.15.0
17032026-05-14T15:02:18.883Z Compiling new_debug_unreachable v1.0.6
17042026-05-14T15:02:18.907Z Compiling static_assertions v1.1.0
17052026-05-14T15:02:18.969Z Compiling precomputed-hash v0.1.1
17062026-05-14T15:02:18.996Z Compiling fixedbitset v0.4.2
17072026-05-14T15:02:19.072Z Compiling whoami v2.1.0
17082026-05-14T15:02:19.216Z Compiling petgraph v0.6.5
17092026-05-14T15:02:19.233Z Compiling string_cache v0.8.9
17102026-05-14T15:02:19.247Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17112026-05-14T15:02:19.296Z Compiling tokio-postgres v0.7.16
17122026-05-14T15:02:19.313Z Compiling hickory-proto v0.25.2
17132026-05-14T15:02:19.349Z Compiling itertools v0.13.0
17142026-05-14T15:02:19.476Z Compiling hyper-util v0.1.20
17152026-05-14T15:02:19.492Z Compiling predicates v3.1.4
17162026-05-14T15:02:19.495Z Compiling petgraph v0.8.3
17172026-05-14T15:02:19.562Z Compiling strum v0.26.3
17182026-05-14T15:02:19.646Z Compiling toml_edit v0.22.27
17192026-05-14T15:02:19.685Z Compiling clap v4.5.60
17202026-05-14T15:02:19.713Z Compiling sha3 v0.10.8
17212026-05-14T15:02:19.785Z Compiling iddqd v0.3.18
17222026-05-14T15:02:19.905Z Compiling env_logger v0.11.9
17232026-05-14T15:02:20.184Z Compiling usdt v0.6.0
17242026-05-14T15:02:20.199Z Compiling usdt-impl v0.5.0
17252026-05-14T15:02:20.275Z Compiling serde_with v3.17.0
17262026-05-14T15:02:20.471Z Compiling toml v0.7.8
17272026-05-14T15:02:20.599Z Compiling crossterm v0.28.1
17282026-05-14T15:02:20.731Z Compiling ecdsa v0.16.9
17292026-05-14T15:02:20.803Z Compiling rsa v0.9.10
17302026-05-14T15:02:20.941Z Compiling hyper-tls v0.6.0
17312026-05-14T15:02:21.092Z Compiling zip v4.6.1
17322026-05-14T15:02:21.137Z Compiling ed25519-dalek v2.2.0
17332026-05-14T15:02:21.535Z Compiling zip v0.6.6
17342026-05-14T15:02:21.922Z Compiling tokio-stream v0.1.18
17352026-05-14T15:02:21.962Z Compiling toml_parser v1.0.9+spec-1.1.0
17362026-05-14T15:02:21.979Z Compiling buf-list v1.1.2
17372026-05-14T15:02:21.996Z Compiling similar v2.7.0
17382026-05-14T15:02:22.073Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17392026-05-14T15:02:22.117Z Compiling openapiv3 v2.2.0
17402026-05-14T15:02:22.142Z Compiling x509-cert v0.2.5
17412026-05-14T15:02:22.163Z Compiling sha1 v0.10.6
17422026-05-14T15:02:22.295Z Compiling crossbeam-epoch v0.9.18
17432026-05-14T15:02:22.407Z Compiling toml_datetime v0.7.5+spec-1.1.0
17442026-05-14T15:02:22.427Z Compiling peg-runtime v0.8.5
17452026-05-14T15:02:22.441Z Compiling lalrpop-util v0.19.12
17462026-05-14T15:02:22.467Z Compiling thread_local v1.1.9
17472026-05-14T15:02:22.558Z Compiling slog-async v2.8.0
17482026-05-14T15:02:22.645Z Compiling crossbeam-channel v0.5.15
17492026-05-14T15:02:22.659Z Compiling filetime v0.2.27
17502026-05-14T15:02:22.672Z Compiling is-terminal v0.4.17
17512026-05-14T15:02:22.730Z Compiling xattr v1.6.1
17522026-05-14T15:02:22.733Z Compiling take_mut v0.2.2
17532026-05-14T15:02:22.758Z Compiling term v1.2.1
17542026-05-14T15:02:22.870Z Compiling tar v0.4.45
17552026-05-14T15:02:23.131Z Compiling slog-term v2.9.2
17562026-05-14T15:02:40.693Z Compiling rustls-webpki v0.103.9
17572026-05-14T15:02:43.484Z Compiling tokio-rustls v0.26.4
17582026-05-14T15:02:43.484Z Compiling rustls-platform-verifier v0.6.2
17592026-05-14T15:02:43.668Z Compiling hyper-rustls v0.27.7
17602026-05-14T15:02:43.878Z Compiling reqwest v0.12.28
17612026-05-14T15:02:43.878Z Compiling reqwest v0.13.2
17622026-05-14T15:02:45.084Z Compiling tough v0.22.0
17632026-05-14T15:02:47.552Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17642026-05-14T15:02:47.783Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17652026-05-14T15:02:50.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.68s
17662026-05-14T15:02:50.713Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17672026-05-14T15:02:50.783ZMay 14 15:02:50.100 INFO Starting download, target: DendriteStub
17682026-05-14T15:02:50.783ZMay 14 15:02:50.101 INFO Starting download, target: Cockroach
17692026-05-14T15:02:50.783ZMay 14 15:02:50.101 INFO Starting download, target: Clickhouse
17702026-05-14T15:02:50.783ZMay 14 15:02:50.101 INFO Starting download, target: Console
17712026-05-14T15:02:50.783ZMay 14 15:02:50.101 INFO Starting download, target: MaghemiteMgd
17722026-05-14T15:02:50.783ZMay 14 15:02:50.101 INFO Starting download, target: TransceiverControl
17732026-05-14T15:02:50.795ZMay 14 15:02:50.101 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17742026-05-14T15:02:50.795ZMay 14 15:02:50.101 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17752026-05-14T15:02:50.795ZMay 14 15:02:50.101 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17762026-05-14T15:02:50.795ZMay 14 15:02:50.101 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17772026-05-14T15:02:50.795ZMay 14 15:02:50.101 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17782026-05-14T15:02:50.795ZMay 14 15:02:50.101 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17792026-05-14T15:02:51.517ZMay 14 15:02:50.846 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17802026-05-14T15:02:51.739ZMay 14 15:02:51.048 INFO Download complete, target: TransceiverControl
17812026-05-14T15:02:51.894ZMay 14 15:02:51.195 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17822026-05-14T15:02:52.107ZMay 14 15:02:51.424 INFO Download complete, target: Console
17832026-05-14T15:02:52.909ZMay 14 15:02:52.221 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17842026-05-14T15:02:53.908ZMay 14 15:02:53.238 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17852026-05-14T15:02:54.334ZMay 14 15:02:53.679 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17862026-05-14T15:02:54.334ZMay 14 15:02:53.679 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17872026-05-14T15:02:54.575ZMay 14 15:02:53.920 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17882026-05-14T15:02:55.286ZMay 14 15:02:54.629 INFO Download complete, target: DendriteStub
17892026-05-14T15:02:56.288ZMay 14 15:02:55.632 INFO Download complete, target: MaghemiteMgd
17902026-05-14T15:02:59.107ZMay 14 15:02:58.450 INFO Checking that binary works, target: Cockroach
17912026-05-14T15:02:59.233ZMay 14 15:02:58.576 INFO Download complete, target: Cockroach
17922026-05-14T15:03:01.350ZMay 14 15:03:00.687 INFO Checking that binary works, target: Clickhouse
17932026-05-14T15:03:01.432ZMay 14 15:03:00.775 INFO Download complete, target: Clickhouse
17942026-05-14T15:03:01.438ZAll prerequisites installed successfully
17952026-05-14T15:03:01.444Z
17962026-05-14T15:03:01.444Zreal 1:28.557869093
17972026-05-14T15:03:01.445Zuser 6:44.647625102
17982026-05-14T15:03:01.445Zsys 1:41.091623721
17992026-05-14T15:03:01.445Ztrap 0.220779062
18002026-05-14T15:03:01.445Ztflt 1.286428897
18012026-05-14T15:03:01.445Zdflt 1.971554392
18022026-05-14T15:03:01.445Zkflt 0.032517318
18032026-05-14T15:03:01.445Zlock 24:28.015330726
18042026-05-14T15:03:01.445Zslp 18:14.943481926
18052026-05-14T15:03:01.445Zlat 21.709982087
18062026-05-14T15:03:01.445Zstop 2:41.780174658
18072026-05-14T15:03:01.445Z+ source ./tools/include/force-git-over-https.sh
18082026-05-14T15:03:01.445Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18092026-05-14T15:03:01.445Z++ (( i = 0 ))
18102026-05-14T15:03:01.445Z++ (( i < 5 ))
18112026-05-14T15:03:01.445Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18122026-05-14T15:03:01.466Z++ (( i++ ))
18132026-05-14T15:03:01.466Z++ (( i < 5 ))
18142026-05-14T15:03:01.466Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18152026-05-14T15:03:01.466Z++ (( i++ ))
18162026-05-14T15:03:01.466Z++ (( i < 5 ))
18172026-05-14T15:03:01.466Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18182026-05-14T15:03:01.466Z++ (( i++ ))
18192026-05-14T15:03:01.466Z++ (( i < 5 ))
18202026-05-14T15:03:01.466Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18212026-05-14T15:03:01.466Z++ (( i++ ))
18222026-05-14T15:03:01.466Z++ (( i < 5 ))
18232026-05-14T15:03:01.466Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18242026-05-14T15:03:01.466Z++ (( i++ ))
18252026-05-14T15:03:01.467Z++ (( i < 5 ))
18262026-05-14T15:03:01.467Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18272026-05-14T15:03:01.467Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18282026-05-14T15:03:01.467Z+ rc=0
18292026-05-14T15:03:01.467Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18302026-05-14T15:03:09.459Z+ case $rc in
18312026-05-14T15:03:09.459Z+ pfexec zfs create -p rpool/images/build/host
18322026-05-14T15:03:09.657Z+ pfexec zfs create -p rpool/images/build/recovery
18332026-05-14T15:03:09.727Z+ cargo xtask releng --output-dir /work --mkincorp
18342026-05-14T15:03:10.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18352026-05-14T15:03:10.252Z Running `target/debug/xtask releng --output-dir /work --mkincorp`
18362026-05-14T15:03:11.104Z Compiling proc-macro2 v1.0.106
18372026-05-14T15:03:11.105Z Compiling quote v1.0.45
18382026-05-14T15:03:11.108Z Compiling unicode-ident v1.0.24
18392026-05-14T15:03:11.108Z Compiling libc v0.2.185
18402026-05-14T15:03:11.108Z Compiling serde_core v1.0.228
18412026-05-14T15:03:11.108Z Compiling serde v1.0.228
18422026-05-14T15:03:11.108Z Compiling cfg-if v1.0.4
18432026-05-14T15:03:11.108Z Compiling version_check v0.9.5
18442026-05-14T15:03:11.108Z Compiling find-msvc-tools v0.1.9
18452026-05-14T15:03:11.108Z Compiling shlex v1.3.0
18462026-05-14T15:03:11.108Z Compiling typenum v1.19.0
18472026-05-14T15:03:11.234Z Compiling autocfg v1.5.0
18482026-05-14T15:03:11.238Z Compiling memchr v2.8.0
18492026-05-14T15:03:11.238Z Compiling zmij v1.0.21
18502026-05-14T15:03:11.238Z Compiling zerocopy v0.8.40
18512026-05-14T15:03:11.409Z Compiling serde_json v1.0.149
18522026-05-14T15:03:11.453Z Compiling portable-atomic v1.13.1
18532026-05-14T15:03:11.482Z Compiling libm v0.2.16
18542026-05-14T15:03:11.558Z Compiling parking_lot_core v0.9.12
18552026-05-14T15:03:11.579Z Compiling smallvec v1.15.1
18562026-05-14T15:03:11.690Z Compiling generic-array v0.14.7
18572026-05-14T15:03:11.792Z Compiling num-traits v0.2.19
18582026-05-14T15:03:11.806Z Compiling icu_properties_data v2.1.2
18592026-05-14T15:03:11.839Z Compiling icu_normalizer_data v2.1.1
18602026-05-14T15:03:11.842Z Compiling pkg-config v0.3.32
18612026-05-14T15:03:11.856Z Compiling log v0.4.29
18622026-05-14T15:03:11.861Z Compiling itoa v1.0.17
18632026-05-14T15:03:11.871Z Compiling getrandom v0.4.1
18642026-05-14T15:03:11.951Z Compiling subtle v2.6.1
18652026-05-14T15:03:12.069Z Compiling getrandom v0.3.4
18662026-05-14T15:03:12.085Z Compiling scopeguard v1.2.0
18672026-05-14T15:03:12.153Z Compiling stable_deref_trait v1.2.1
18682026-05-14T15:03:12.189Z Compiling rustix v1.1.3
18692026-05-14T15:03:12.235Z Compiling lock_api v0.4.14
18702026-05-14T15:03:12.344Z Compiling dunce v1.0.5
18712026-05-14T15:03:12.360Z Compiling fs_extra v1.3.0
18722026-05-14T15:03:12.393Z Compiling getrandom v0.2.17
18732026-05-14T15:03:12.393Z Compiling errno v0.3.14
18742026-05-14T15:03:12.465Z Compiling jobserver v0.1.34
18752026-05-14T15:03:12.535Z Compiling rand_core v0.6.4
18762026-05-14T15:03:12.599Z Compiling critical-section v1.2.0
18772026-05-14T15:03:12.682Z Compiling cc v1.2.56
18782026-05-14T15:03:12.720Z Compiling syn v2.0.117
18792026-05-14T15:03:12.749Z Compiling pin-project-lite v0.2.17
18802026-05-14T15:03:12.819Z Compiling thiserror v2.0.18
18812026-05-14T15:03:12.850Z Compiling once_cell v1.21.3
18822026-05-14T15:03:12.893Z Compiling const-oid v0.9.6
18832026-05-14T15:03:12.893Z Compiling litemap v0.8.1
18842026-05-14T15:03:12.910Z Compiling fnv v1.0.7
18852026-05-14T15:03:12.914Z Compiling percent-encoding v2.3.2
18862026-05-14T15:03:12.967Z Compiling writeable v0.6.2
18872026-05-14T15:03:13.092Z Compiling aws-lc-rs v1.16.3
18882026-05-14T15:03:13.125Z Compiling rustversion v1.0.22
18892026-05-14T15:03:13.187Z Compiling signal-hook-registry v1.4.8
18902026-05-14T15:03:13.237Z Compiling heck v0.5.0
18912026-05-14T15:03:13.265Z Compiling equivalent v1.0.2
18922026-05-14T15:03:13.278Z Compiling futures-core v0.3.32
18932026-05-14T15:03:13.373Z Compiling mio v1.2.0
18942026-05-14T15:03:13.392Z Compiling httparse v1.10.1
18952026-05-14T15:03:13.473Z Compiling cmake v0.1.57
18962026-05-14T15:03:13.485Z Compiling semver v1.0.28
18972026-05-14T15:03:13.575Z Compiling parking_lot v0.12.5
18982026-05-14T15:03:13.616Z Compiling bitflags v2.11.0
18992026-05-14T15:03:13.742Z Compiling vcpkg v0.2.15
19002026-05-14T15:03:13.818Z Compiling socket2 v0.6.3
19012026-05-14T15:03:13.854Z Compiling utf8_iter v1.0.4
19022026-05-14T15:03:13.899Z Compiling schemars v0.8.22
19032026-05-14T15:03:14.033Z Compiling ring v0.17.14
19042026-05-14T15:03:14.059Z Compiling aws-lc-sys v0.40.0
19052026-05-14T15:03:14.104Z Compiling form_urlencoded v1.2.2
19062026-05-14T15:03:14.177Z Compiling hashbrown v0.17.0
19072026-05-14T15:03:14.336Z Compiling openssl-sys v0.9.115
19082026-05-14T15:03:14.415Z Compiling rustls v0.23.37
19092026-05-14T15:03:14.538Z Compiling crc32fast v1.5.0
19102026-05-14T15:03:14.579Z Compiling futures-sink v0.3.32
19112026-05-14T15:03:14.608Z Compiling rand_core v0.10.0
19122026-05-14T15:03:14.708Z Compiling futures-channel v0.3.32
19132026-05-14T15:03:14.711Z Compiling slab v0.4.12
19142026-05-14T15:03:14.748Z Compiling cpufeatures v0.2.17
19152026-05-14T15:03:14.761Z Compiling futures-io v0.3.32
19162026-05-14T15:03:14.814Z Compiling indexmap v2.14.0
19172026-05-14T15:03:14.889Z Compiling futures-task v0.3.32
19182026-05-14T15:03:14.952Z Compiling rustc_version v0.4.1
19192026-05-14T15:03:15.030Z Compiling openssl v0.10.79
19202026-05-14T15:03:15.033Z Compiling byteorder v1.5.0
19212026-05-14T15:03:15.145Z Compiling strsim v0.11.1
19222026-05-14T15:03:15.164Z Compiling ucd-trie v0.1.7
19232026-05-14T15:03:15.320Z Compiling pest v2.8.6
19242026-05-14T15:03:15.349Z Compiling iana-time-zone v0.1.65
19252026-05-14T15:03:15.352Z Compiling native-tls v0.2.18
19262026-05-14T15:03:15.433Z Compiling num-conv v0.2.0
19272026-05-14T15:03:15.483Z Compiling time-core v0.1.8
19282026-05-14T15:03:15.577Z Compiling synstructure v0.13.2
19292026-05-14T15:03:15.582Z Compiling serde_derive_internals v0.29.1
19302026-05-14T15:03:15.612Z Compiling thiserror v1.0.69
19312026-05-14T15:03:15.652Z Compiling ident_case v1.0.1
19322026-05-14T15:03:15.665Z Compiling time-macros v0.2.27
19332026-05-14T15:03:15.720Z Compiling regex-syntax v0.8.10
19342026-05-14T15:03:15.737Z Compiling syn v1.0.109
19352026-05-14T15:03:15.794Z Compiling base64 v0.22.1
19362026-05-14T15:03:15.962Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19372026-05-14T15:03:16.059Z Compiling crossbeam-utils v0.8.21
19382026-05-14T15:03:16.094Z Compiling untrusted v0.9.0
19392026-05-14T15:03:16.125Z Compiling base64ct v1.8.3
19402026-05-14T15:03:16.284Z Compiling uuid v1.23.0
19412026-05-14T15:03:16.362Z Compiling slog v2.8.2
19422026-05-14T15:03:16.486Z Compiling pest_meta v2.8.6
19432026-05-14T15:03:16.492Z Compiling pem-rfc7468 v0.7.0
19442026-05-14T15:03:16.513Z Compiling flagset v0.4.7
19452026-05-14T15:03:16.623Z Compiling rand_core v0.9.5
19462026-05-14T15:03:16.639Z Compiling bzip2-sys v0.1.13+1.0.8
19472026-05-14T15:03:16.686Z Compiling tracing-core v0.1.36
19482026-05-14T15:03:16.872Z Compiling serde_derive v1.0.228
19492026-05-14T15:03:16.890Z Compiling zeroize_derive v1.4.3
19502026-05-14T15:03:16.920Z Compiling zerofrom-derive v0.1.6
19512026-05-14T15:03:16.951Z Compiling yoke-derive v0.8.1
19522026-05-14T15:03:16.971Z Compiling zerovec-derive v0.11.2
19532026-05-14T15:03:17.042Z Compiling zerocopy-derive v0.8.40
19542026-05-14T15:03:17.056Z Compiling displaydoc v0.2.5
19552026-05-14T15:03:17.073Z Compiling tokio-macros v2.7.0
19562026-05-14T15:03:17.156Z Compiling futures-macro v0.3.32
19572026-05-14T15:03:17.520Z Compiling zeroize v1.8.2
19582026-05-14T15:03:17.796Z Compiling der_derive v0.7.3
19592026-05-14T15:03:17.799Z Compiling tracing-attributes v0.1.31
19602026-05-14T15:03:17.825Z Compiling thiserror-impl v2.0.18
19612026-05-14T15:03:17.872Z Compiling schemars_derive v0.8.22
19622026-05-14T15:03:17.969Z Compiling futures-util v0.3.32
19632026-05-14T15:03:18.025Z Compiling rustls-pki-types v1.14.0
19642026-05-14T15:03:18.050Z Compiling zerofrom v0.1.6
19652026-05-14T15:03:18.198Z Compiling yoke v0.8.1
19662026-05-14T15:03:18.335Z Compiling crypto-common v0.1.7
19672026-05-14T15:03:18.413Z Compiling zerovec v0.11.5
19682026-05-14T15:03:18.503Z Compiling zerotrie v0.2.3
19692026-05-14T15:03:18.878Z Compiling block-buffer v0.10.4
19702026-05-14T15:03:18.957Z Compiling tinystr v0.8.2
19712026-05-14T15:03:18.973Z Compiling potential_utf v0.1.4
19722026-05-14T15:03:19.037Z Compiling digest v0.10.7
19732026-05-14T15:03:19.071Z Compiling block-padding v0.3.3
19742026-05-14T15:03:19.150Z Compiling icu_locale_core v2.1.1
19752026-05-14T15:03:19.180Z Compiling icu_collections v2.1.1
19762026-05-14T15:03:19.232Z Compiling openssl-macros v0.1.1
19772026-05-14T15:03:19.308Z Compiling hmac v0.12.1
19782026-05-14T15:03:19.351Z Compiling inout v0.1.4
19792026-05-14T15:03:19.623Z Compiling pest_generator v2.8.6
19802026-05-14T15:03:19.648Z Compiling cipher v0.4.4
19812026-05-14T15:03:19.919Z Compiling icu_provider v2.1.1
19822026-05-14T15:03:19.994Z Compiling sha2 v0.10.9
19832026-05-14T15:03:20.100Z Compiling bytes v1.11.1
19842026-05-14T15:03:20.225Z Compiling icu_properties v2.1.2
19852026-05-14T15:03:20.277Z Compiling icu_normalizer v2.1.1
19862026-05-14T15:03:20.309Z Compiling chrono v0.4.44
19872026-05-14T15:03:20.349Z Compiling pest_derive v2.8.6
19882026-05-14T15:03:20.363Z Compiling thiserror-impl v1.0.69
19892026-05-14T15:03:20.668Z Compiling tokio v1.52.1
19902026-05-14T15:03:20.799Z Compiling http v1.4.0
19912026-05-14T15:03:21.257Z Compiling idna_adapter v1.2.1
19922026-05-14T15:03:21.447Z Compiling idna v1.1.0
19932026-05-14T15:03:21.463Z Compiling scroll_derive v0.13.1
19942026-05-14T15:03:21.495Z Compiling ppv-lite86 v0.2.21
19952026-05-14T15:03:21.794Z Compiling url v2.5.8
19962026-05-14T15:03:21.811Z Compiling der v0.7.10
19972026-05-14T15:03:22.113Z Compiling camino v1.2.2
19982026-05-14T15:03:22.416Z Compiling paste v1.0.15
19992026-05-14T15:03:22.431Z Compiling plain v0.2.3
20002026-05-14T15:03:22.580Z Compiling http-body v1.0.1
20012026-05-14T15:03:22.739Z Compiling spki v0.7.3
20022026-05-14T15:03:22.755Z Compiling salsa20 v0.10.2
20032026-05-14T15:03:22.770Z Compiling pbkdf2 v0.12.2
20042026-05-14T15:03:22.925Z Compiling tracing v0.1.44
20052026-05-14T15:03:23.490Z Compiling aho-corasick v1.1.4
20062026-05-14T15:03:23.540Z Compiling cookie v0.18.1
20072026-05-14T15:03:23.578Z Compiling dyn-clone v1.0.20
20082026-05-14T15:03:23.755Z Compiling num-bigint-dig v0.8.6
20092026-05-14T15:03:23.765Z Compiling atomic-waker v1.1.2
20102026-05-14T15:03:23.833Z Compiling fastrand v2.3.0
20112026-05-14T15:03:24.132Z Compiling scrypt v0.11.0
20122026-05-14T15:03:24.248Z Compiling rand_chacha v0.9.0
20132026-05-14T15:03:24.334Z Compiling regex-automata v0.4.14
20142026-05-14T15:03:24.393Z Compiling cbc v0.1.2
20152026-05-14T15:03:24.425Z Compiling aes v0.8.4
20162026-05-14T15:03:24.458Z Compiling tokio-util v0.7.18
20172026-05-14T15:03:24.551Z Compiling async-trait v0.1.89
20182026-05-14T15:03:24.696Z Compiling ahash v0.8.12
20192026-05-14T15:03:24.715Z Compiling zstd-safe v7.2.4
20202026-05-14T15:03:24.718Z Compiling untrusted v0.7.1
20212026-05-14T15:03:24.958Z Compiling tinyvec_macros v0.1.1
20222026-05-14T15:03:24.961Z Compiling usdt-impl v0.6.0
20232026-05-14T15:03:24.961Z Compiling openssl-probe v0.2.1
20242026-05-14T15:03:25.032Z Compiling tower-layer v0.3.3
20252026-05-14T15:03:25.049Z Compiling try-lock v0.2.5
20262026-05-14T15:03:25.244Z Compiling tower-service v0.3.3
20272026-05-14T15:03:25.259Z Compiling pretty-hex v0.4.1
20282026-05-14T15:03:25.353Z Compiling anyhow v1.0.102
20292026-05-14T15:03:25.394Z Compiling want v0.3.1
20302026-05-14T15:03:25.436Z Compiling tinyvec v1.10.0
20312026-05-14T15:03:25.477Z Compiling pkcs5 v0.7.1
20322026-05-14T15:03:25.570Z Compiling rand v0.9.2
20332026-05-14T15:03:25.683Z Compiling scroll v0.13.0
20342026-05-14T15:03:25.826Z Compiling h2 v0.4.13
20352026-05-14T15:03:25.981Z Compiling serde_tokenstream v0.2.3
20362026-05-14T15:03:26.001Z Compiling ipnet v2.11.0
20372026-05-14T15:03:26.136Z Compiling daft-derive v0.1.5
20382026-05-14T15:03:26.193Z Compiling clap_derive v4.5.55
20392026-05-14T15:03:26.196Z Compiling scroll_derive v0.12.1
20402026-05-14T15:03:26.296Z Compiling heapless v0.7.17
20412026-05-14T15:03:26.848Z Compiling pin-utils v0.1.0
20422026-05-14T15:03:26.953Z Compiling signal-hook v0.3.18
20432026-05-14T15:03:26.956Z Compiling httpdate v1.0.3
20442026-05-14T15:03:27.046Z Compiling unicode-segmentation v1.12.0
20452026-05-14T15:03:27.371Z Compiling goblin v0.10.5
20462026-05-14T15:03:27.446Z Compiling pkcs8 v0.10.2
20472026-05-14T15:03:27.465Z Compiling tempfile v3.25.0
20482026-05-14T15:03:27.762Z Compiling pin-project-internal v1.1.11
20492026-05-14T15:03:27.887Z Compiling darling_core v0.20.11
20502026-05-14T15:03:27.994Z Compiling spin v0.9.8
20512026-05-14T15:03:28.240Z Compiling simd-adler32 v0.3.8
20522026-05-14T15:03:28.315Z Compiling foreign-types-shared v0.1.1
20532026-05-14T15:03:28.349Z Compiling litrs v1.0.0
20542026-05-14T15:03:28.450Z Compiling foreign-types v0.3.2
20552026-05-14T15:03:28.723Z Compiling heck v0.4.1
20562026-05-14T15:03:28.816Z Compiling unicode-normalization v0.1.25
20572026-05-14T15:03:28.843Z Compiling document-features v0.2.12
20582026-05-14T15:03:28.952Z Compiling dtrace-parser v0.3.0
20592026-05-14T15:03:28.965Z Compiling hex v0.4.3
20602026-05-14T15:03:29.033Z Compiling strum_macros v0.26.4
20612026-05-14T15:03:29.288Z Compiling zerocopy-derive v0.7.35
20622026-05-14T15:03:29.319Z Compiling darling_core v0.21.3
20632026-05-14T15:03:29.352Z Compiling curve25519-dalek v4.1.3
20642026-05-14T15:03:29.387Z Compiling hyper v1.8.1
20652026-05-14T15:03:29.644Z Compiling thread-id v5.1.0
20662026-05-14T15:03:29.726Z Compiling memoffset v0.9.1
20672026-05-14T15:03:29.753Z Compiling smoltcp v0.9.1
20682026-05-14T15:03:29.789Z Compiling anstyle v1.0.13
20692026-05-14T15:03:29.818Z Compiling ref-cast v1.0.25
20702026-05-14T15:03:29.860Z Compiling utf8parse v0.2.2
20712026-05-14T15:03:29.942Z Compiling darling_macro v0.20.11
20722026-05-14T15:03:29.956Z Compiling adler2 v2.0.1
20732026-05-14T15:03:30.008Z Compiling rustix v0.38.44
20742026-05-14T15:03:30.103Z Compiling powerfmt v0.2.0
20752026-05-14T15:03:30.130Z Compiling dof v0.4.0
20762026-05-14T15:03:30.147Z Compiling miniz_oxide v0.8.9
20772026-05-14T15:03:30.163Z Compiling anstyle-parse v0.2.7
20782026-05-14T15:03:30.412Z Compiling deranged v0.5.8
20792026-05-14T15:03:30.416Z Compiling snafu-derive v0.8.9
20802026-05-14T15:03:30.467Z Compiling darling v0.20.11
20812026-05-14T15:03:30.575Z Compiling rustls-native-certs v0.8.3
20822026-05-14T15:03:30.851Z Compiling hyper-util v0.1.20
20832026-05-14T15:03:31.260Z Compiling http-body-util v0.1.3
20842026-05-14T15:03:31.284Z Compiling serde_spanned v0.6.9
20852026-05-14T15:03:31.463Z Compiling toml_datetime v0.6.11
20862026-05-14T15:03:31.575Z Compiling darling_macro v0.21.3
20872026-05-14T15:03:31.605Z Compiling sync_wrapper v1.0.2
20882026-05-14T15:03:31.678Z Compiling wait-timeout v0.2.1
20892026-05-14T15:03:31.764Z Compiling colorchoice v1.0.4
20902026-05-14T15:03:31.876Z Compiling cfg_aliases v0.2.1
20912026-05-14T15:03:31.945Z Compiling siphasher v1.0.2
20922026-05-14T15:03:31.995Z Compiling zlib-rs v0.6.2
20932026-05-14T15:03:32.007Z Compiling anstyle-query v1.1.5
20942026-05-14T15:03:32.144Z Compiling num_threads v0.1.7
20952026-05-14T15:03:32.159Z Compiling is_terminal_polyfill v1.70.2
20962026-05-14T15:03:32.243Z Compiling bit-vec v0.8.0
20972026-05-14T15:03:32.261Z Compiling quick-error v1.2.3
20982026-05-14T15:03:32.278Z Compiling ryu v1.0.23
20992026-05-14T15:03:32.310Z Compiling anstream v0.6.21
21002026-05-14T15:03:32.390Z Compiling rusty-fork v0.3.1
21012026-05-14T15:03:32.443Z Compiling bit-set v0.8.0
21022026-05-14T15:03:32.600Z Compiling serde_urlencoded v0.7.1
21032026-05-14T15:03:32.683Z Compiling time v0.3.47
21042026-05-14T15:03:32.799Z Compiling darling v0.21.3
21052026-05-14T15:03:32.902Z Compiling nix v0.31.2
21062026-05-14T15:03:32.918Z Compiling tower v0.5.3
21072026-05-14T15:03:33.084Z Compiling derive_builder_core v0.20.2
21082026-05-14T15:03:33.229Z Compiling regex v1.12.3
21092026-05-14T15:03:33.278Z Compiling webpki-roots v1.0.6
21102026-05-14T15:03:33.412Z Compiling erased-serde v0.3.31
21112026-05-14T15:03:33.438Z Compiling hubpack_derive v0.1.1
21122026-05-14T15:03:33.509Z Compiling signature v2.2.0
21132026-05-14T15:03:33.624Z Compiling curve25519-dalek-derive v0.1.1
21142026-05-14T15:03:33.641Z Compiling strum_macros v0.27.2
21152026-05-14T15:03:33.659Z Compiling ref-cast-impl v1.0.25
21162026-05-14T15:03:33.661Z Compiling rand_xorshift v0.4.0
21172026-05-14T15:03:33.875Z Compiling fs-err v3.3.0
21182026-05-14T15:03:33.897Z Compiling usdt-impl v0.5.0
21192026-05-14T15:03:33.937Z Compiling unarray v0.1.4
21202026-05-14T15:03:33.952Z Compiling unicode-properties v0.1.4
21212026-05-14T15:03:33.992Z Compiling unicode-bidi v0.3.18
21222026-05-14T15:03:34.150Z Compiling flate2 v1.1.9
21232026-05-14T15:03:34.186Z Compiling object v0.37.3
21242026-05-14T15:03:34.226Z Compiling iri-string v0.7.10
21252026-05-14T15:03:34.356Z Compiling allocator-api2 v0.2.21
21262026-05-14T15:03:34.462Z Compiling stringprep v0.1.5
21272026-05-14T15:03:34.746Z Compiling proptest v1.10.0
21282026-05-14T15:03:34.894Z Compiling derive_builder_macro v0.20.2
21292026-05-14T15:03:35.384Z Compiling serde_with_macros v3.17.0
21302026-05-14T15:03:35.437Z Compiling tower-http v0.6.8
21312026-05-14T15:03:35.613Z Compiling tokio-native-tls v0.3.1
21322026-05-14T15:03:35.633Z Compiling usdt-macro v0.6.0
21332026-05-14T15:03:35.651Z Compiling usdt-attr-macro v0.6.0
21342026-05-14T15:03:35.885Z Compiling ipnetwork v0.21.1
21352026-05-14T15:03:36.039Z Compiling scroll v0.12.0
21362026-05-14T15:03:36.248Z Compiling bstr v1.12.1
21372026-05-14T15:03:36.400Z Compiling rand_chacha v0.3.1
21382026-05-14T15:03:36.537Z Compiling md-5 v0.10.6
21392026-05-14T15:03:36.705Z Compiling async-recursion v1.1.1
21402026-05-14T15:03:36.726Z Compiling terminal_size v0.4.3
21412026-05-14T15:03:36.748Z Compiling num-integer v0.1.46
21422026-05-14T15:03:36.788Z Compiling hash32 v0.2.1
21432026-05-14T15:03:36.852Z Compiling vergen-lib v0.1.6
21442026-05-14T15:03:36.872Z Compiling ff v0.13.1
21452026-05-14T15:03:36.925Z Compiling psl-types v2.0.11
21462026-05-14T15:03:36.990Z Compiling fallible-iterator v0.2.0
21472026-05-14T15:03:37.018Z Compiling clap_lex v1.0.0
21482026-05-14T15:03:37.039Z Compiling base16ct v0.2.0
21492026-05-14T15:03:37.063Z Compiling winnow v0.7.14
21502026-05-14T15:03:37.221Z Compiling sec1 v0.7.3
21512026-05-14T15:03:37.315Z Compiling clap_builder v4.5.60
21522026-05-14T15:03:37.332Z Compiling postgres-protocol v0.6.10
21532026-05-14T15:03:37.426Z Compiling publicsuffix v2.3.0
21542026-05-14T15:03:37.485Z Compiling group v0.13.0
21552026-05-14T15:03:37.527Z Compiling num-iter v0.1.45
21562026-05-14T15:03:37.634Z Compiling newtype-uuid v1.3.2
21572026-05-14T15:03:37.667Z Compiling rand v0.8.6
21582026-05-14T15:03:38.252Z Compiling goblin v0.8.2
21592026-05-14T15:03:38.318Z Compiling oxnet v0.1.4
21602026-05-14T15:03:38.429Z Compiling hyper-tls v0.6.0
21612026-05-14T15:03:38.455Z Compiling derive_builder v0.20.2
21622026-05-14T15:03:38.609Z Compiling phf_shared v0.13.1
21632026-05-14T15:03:38.679Z Compiling zerocopy v0.7.35
21642026-05-14T15:03:38.721Z Compiling lazy_static v1.5.0
21652026-05-14T15:03:38.825Z Compiling pin-project v1.1.11
21662026-05-14T15:03:38.892Z Compiling futures-executor v0.3.32
21672026-05-14T15:03:38.963Z Compiling cargo-platform v0.1.9
21682026-05-14T15:03:39.036Z Compiling hkdf v0.12.4
21692026-05-14T15:03:39.086Z Compiling crypto-bigint v0.5.5
21702026-05-14T15:03:39.175Z Compiling serde_repr v0.1.20
21712026-05-14T15:03:39.203Z Compiling enum-as-inner v0.6.1
21722026-05-14T15:03:39.248Z Compiling vergen v9.0.6
21732026-05-14T15:03:39.392Z Compiling encoding_rs v0.8.35
21742026-05-14T15:03:39.574Z Compiling winnow v0.5.40
21752026-05-14T15:03:39.689Z Compiling libbz2-rs-sys v0.2.2
21762026-05-14T15:03:39.732Z Compiling foldhash v0.2.0
21772026-05-14T15:03:39.750Z Compiling same-file v1.0.6
21782026-05-14T15:03:39.809Z Compiling bitflags v1.3.2
21792026-05-14T15:03:39.963Z Compiling bumpalo v3.20.2
21802026-05-14T15:03:40.066Z Compiling mime v0.3.17
21812026-05-14T15:03:40.299Z Compiling foldhash v0.1.5
21822026-05-14T15:03:40.334Z Compiling managed v0.8.0
21832026-05-14T15:03:40.497Z Compiling hashbrown v0.15.5
21842026-05-14T15:03:40.514Z Compiling dof v0.3.0
21852026-05-14T15:03:40.749Z Compiling zopfli v0.8.3
21862026-05-14T15:03:40.989Z Compiling toml_edit v0.19.15
21872026-05-14T15:03:41.038Z Compiling bzip2 v0.6.1
21882026-05-14T15:03:41.156Z Compiling elliptic-curve v0.13.8
21892026-05-14T15:03:41.326Z Compiling hashbrown v0.16.1
21902026-05-14T15:03:41.359Z Compiling walkdir v2.5.0
21912026-05-14T15:03:41.659Z Compiling clap v4.5.60
21922026-05-14T15:03:41.761Z Compiling cargo_metadata v0.19.2
21932026-05-14T15:03:41.931Z Compiling futures v0.3.32
21942026-05-14T15:03:41.947Z Compiling snafu v0.8.9
21952026-05-14T15:03:42.409Z Compiling phf v0.13.1
21962026-05-14T15:03:42.713Z Compiling daft v0.1.5
21972026-05-14T15:03:42.878Z Compiling signal-hook-mio v0.2.5
21982026-05-14T15:03:43.006Z Compiling zstd v0.13.3
21992026-05-14T15:03:43.022Z Compiling cookie_store v0.22.1
22002026-05-14T15:03:43.054Z Compiling postgres-types v0.2.12
22012026-05-14T15:03:43.072Z Compiling bzip2 v0.4.4
22022026-05-14T15:03:43.093Z Compiling globset v0.4.18
22032026-05-14T15:03:43.261Z Compiling strum v0.27.2
22042026-05-14T15:03:43.281Z Compiling dtrace-parser v0.2.0
22052026-05-14T15:03:43.314Z Compiling hubpack v0.1.2
22062026-05-14T15:03:43.364Z Compiling ed25519 v2.2.3
22072026-05-14T15:03:43.435Z Compiling phf_shared v0.11.3
22082026-05-14T15:03:43.450Z Compiling olpc-cjson v0.1.4
22092026-05-14T15:03:43.572Z Compiling pkcs1 v0.7.5
22102026-05-14T15:03:43.622Z Compiling pem v3.0.6
22112026-05-14T15:03:43.638Z Compiling serde-big-array v0.5.1
22122026-05-14T15:03:43.656Z Compiling serde_plain v1.0.2
22132026-05-14T15:03:43.672Z Compiling rfc6979 v0.4.0
22142026-05-14T15:03:43.784Z Compiling float-cmp v0.10.0
22152026-05-14T15:03:43.839Z Compiling thread-id v4.2.2
22162026-05-14T15:03:43.852Z Compiling memmap2 v0.9.10
22172026-05-14T15:03:43.866Z Compiling env_filter v1.0.0
22182026-05-14T15:03:43.912Z Compiling rustc-hash v2.1.1
22192026-05-14T15:03:43.951Z Compiling data-encoding v2.10.0
22202026-05-14T15:03:43.954Z Compiling fixedbitset v0.4.2
22212026-05-14T15:03:43.981Z Compiling normalize-line-endings v0.3.0
22222026-05-14T15:03:43.984Z Compiling whoami v2.1.0
22232026-05-14T15:03:44.054Z Compiling jiff v0.2.21
22242026-05-14T15:03:44.078Z Compiling keccak v0.1.6
22252026-05-14T15:03:44.110Z Compiling either v1.15.0
22262026-05-14T15:03:44.136Z Compiling toml_write v0.1.2
22272026-05-14T15:03:44.179Z Compiling difflib v0.4.0
22282026-05-14T15:03:44.194Z Compiling predicates-core v1.0.10
22292026-05-14T15:03:44.295Z Compiling new_debug_unreachable v1.0.6
22302026-05-14T15:03:44.325Z Compiling static_assertions v1.1.0
22312026-05-14T15:03:44.341Z Compiling fixedbitset v0.5.7
22322026-05-14T15:03:44.359Z Compiling typed-path v0.9.3
22332026-05-14T15:03:44.390Z Compiling precomputed-hash v0.1.1
22342026-05-14T15:03:44.419Z Compiling predicates v3.1.4
22352026-05-14T15:03:44.498Z Compiling string_cache v0.8.9
22362026-05-14T15:03:44.498Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
22372026-05-14T15:03:44.537Z Compiling itertools v0.13.0
22382026-05-14T15:03:44.639Z Compiling petgraph v0.8.3
22392026-05-14T15:03:44.654Z Compiling toml_edit v0.22.27
22402026-05-14T15:03:44.758Z Compiling hickory-proto v0.25.2
22412026-05-14T15:03:45.017Z Compiling sha3 v0.10.8
22422026-05-14T15:03:45.313Z Compiling tokio-postgres v0.7.16
22432026-05-14T15:03:45.358Z Compiling petgraph v0.6.5
22442026-05-14T15:03:45.821Z Compiling env_logger v0.11.9
22452026-05-14T15:03:46.066Z Compiling iddqd v0.3.18
22462026-05-14T15:03:46.148Z Compiling usdt v0.6.0
22472026-05-14T15:03:46.723Z Compiling zip v4.6.1
22482026-05-14T15:03:46.822Z Compiling ecdsa v0.16.9
22492026-05-14T15:03:47.018Z Compiling rsa v0.9.10
22502026-05-14T15:03:47.301Z Compiling ed25519-dalek v2.2.0
22512026-05-14T15:03:47.553Z Compiling crossterm v0.28.1
22522026-05-14T15:03:47.617Z Compiling zip v0.6.6
22532026-05-14T15:03:47.730Z Compiling toml v0.7.8
22542026-05-14T15:03:47.897Z Compiling crossbeam-epoch v0.9.18
22552026-05-14T15:03:47.934Z Compiling toml_parser v1.0.9+spec-1.1.0
22562026-05-14T15:03:48.030Z Compiling serde_with v3.17.0
22572026-05-14T15:03:48.050Z Compiling similar v2.7.0
22582026-05-14T15:03:48.150Z Compiling strum v0.26.3
22592026-05-14T15:03:48.279Z Compiling tokio-stream v0.1.18
22602026-05-14T15:03:48.292Z Compiling buf-list v1.1.2
22612026-05-14T15:03:48.553Z Compiling x509-cert v0.2.5
22622026-05-14T15:03:48.729Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
22632026-05-14T15:03:48.795Z Compiling openapiv3 v2.2.0
22642026-05-14T15:03:48.809Z Compiling sha1 v0.10.6
22652026-05-14T15:03:48.898Z Compiling structmeta-derive v0.3.0
22662026-05-14T15:03:48.989Z Compiling toml_datetime v0.7.5+spec-1.1.0
22672026-05-14T15:03:49.063Z Compiling lalrpop-util v0.19.12
22682026-05-14T15:03:49.279Z Compiling peg-runtime v0.8.5
22692026-05-14T15:03:49.282Z Compiling radium v0.7.0
22702026-05-14T15:03:49.933Z Compiling structmeta v0.3.0
22712026-05-14T15:03:50.746Z Compiling tap v1.0.1
22722026-05-14T15:03:50.889Z Compiling maybe-uninit v2.0.0
22732026-05-14T15:03:51.073Z Compiling wyz v0.5.1
22742026-05-14T15:03:52.383Z Compiling funty v2.0.0
22752026-05-14T15:03:52.406Z Compiling packed_struct v0.10.1
22762026-05-14T15:03:53.551Z Compiling bitvec v1.0.1
22772026-05-14T15:03:55.467Z Compiling packed_struct_codegen v0.10.1
22782026-05-14T15:03:55.689Z Compiling bitfield-macros v0.19.4
22792026-05-14T15:03:55.828Z Compiling zerocopy-derive v0.6.6
22802026-05-14T15:03:56.352Z Compiling indexmap v1.9.3
22812026-05-14T15:03:56.375Z Compiling typeid v1.0.3
22822026-05-14T15:03:56.454Z Compiling nodrop v0.1.14
22832026-05-14T15:03:56.527Z Compiling crc-catalog v2.4.0
22842026-05-14T15:03:56.693Z Compiling crc v3.4.0
22852026-05-14T15:03:56.925Z Compiling zerocopy v0.6.6
22862026-05-14T15:03:57.185Z Compiling array-init v0.0.4
22872026-05-14T15:03:57.525Z Compiling bitfield v0.19.4
22882026-05-14T15:03:57.973Z Compiling smallvec v0.6.14
22892026-05-14T15:03:58.219Z Compiling derive-ex v0.1.8
22902026-05-14T15:04:00.512Z Compiling hashbrown v0.12.3
22912026-05-14T15:04:00.732Z Compiling base64 v0.21.7
22922026-05-14T15:04:00.968Z Compiling erased-serde v0.4.9
22932026-05-14T15:04:01.122Z Compiling rustls v0.22.4
22942026-05-14T15:04:01.360Z Compiling rustls-webpki v0.103.9
22952026-05-14T15:04:01.555Z Compiling ron v0.8.1
22962026-05-14T15:04:03.928Z Compiling test-strategy v0.4.5
22972026-05-14T15:04:04.323Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22982026-05-14T15:04:04.694Z Compiling serde-hex v0.1.0
22992026-05-14T15:04:05.028Z Compiling tokio-rustls v0.26.4
23002026-05-14T15:04:05.258Z Compiling hyper-rustls v0.27.7
23012026-05-14T15:04:05.311Z Compiling rustls-platform-verifier v0.6.2
23022026-05-14T15:04:05.539Z Compiling reqwest v0.12.28
23032026-05-14T15:04:05.594Z Compiling reqwest v0.13.2
23042026-05-14T15:04:05.609Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23052026-05-14T15:04:05.978Z Compiling toml v0.8.23
23062026-05-14T15:04:06.353Z Compiling hashbrown v0.13.2
23072026-05-14T15:04:06.559Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23082026-05-14T15:04:06.797Z Compiling rustls-webpki v0.102.8
23092026-05-14T15:04:07.133Z Compiling tough v0.22.0
23102026-05-14T15:04:07.159Z Compiling filetime v0.2.27
23112026-05-14T15:04:07.190Z Compiling multer v3.1.0
23122026-05-14T15:04:07.388Z Compiling thread_local v1.1.9
23132026-05-14T15:04:07.411Z Compiling match_cfg v0.1.0
23142026-05-14T15:04:07.500Z Compiling xattr v1.6.1
23152026-05-14T15:04:07.537Z Compiling slog-async v2.8.0
23162026-05-14T15:04:07.673Z Compiling compression-core v0.4.31
23172026-05-14T15:04:07.719Z Compiling rayon-core v1.13.0
23182026-05-14T15:04:07.834Z Compiling crc-any v2.5.0
23192026-05-14T15:04:07.952Z Compiling compression-codecs v0.4.37
23202026-05-14T15:04:07.976Z Compiling tar v0.4.45
23212026-05-14T15:04:08.027Z Compiling hostname v0.3.1
23222026-05-14T15:04:08.221Z Compiling object v0.30.4
23232026-05-14T15:04:08.259Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23242026-05-14T15:04:08.439Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23252026-05-14T15:04:08.463Z Compiling crossbeam-channel v0.5.15
23262026-05-14T15:04:08.647Z Compiling slog-json v2.6.1
23272026-05-14T15:04:08.857Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23282026-05-14T15:04:08.934Z Compiling async-stream-impl v0.3.6
23292026-05-14T15:04:08.959Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23302026-05-14T15:04:08.971Z Compiling ordered-float v2.10.1
23312026-05-14T15:04:09.106Z Compiling serde_path_to_error v0.1.20
23322026-05-14T15:04:09.169Z Compiling serde_spanned v1.0.4
23332026-05-14T15:04:09.279Z Compiling toml_datetime v1.0.0+spec-1.1.0
23342026-05-14T15:04:09.373Z Compiling is-terminal v0.4.17
23352026-05-14T15:04:09.376Z Compiling fs-err v2.11.0
23362026-05-14T15:04:09.403Z Compiling dropshot v0.17.0
23372026-05-14T15:04:09.494Z Compiling path-slash v0.1.5
23382026-05-14T15:04:09.517Z Compiling take_mut v0.2.2
23392026-05-14T15:04:09.569Z Compiling term v1.2.1
23402026-05-14T15:04:09.617Z Compiling debug-ignore v1.0.5
23412026-05-14T15:04:09.631Z Compiling toml_writer v1.0.6+spec-1.1.0
23422026-05-14T15:04:09.756Z Compiling async-stream v0.3.6
23432026-05-14T15:04:09.785Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23442026-05-14T15:04:09.790Z Compiling serde-value v0.7.0
23452026-05-14T15:04:09.821Z Compiling slog-bunyan v2.5.0
23462026-05-14T15:04:09.953Z Compiling slog-term v2.9.2
23472026-05-14T15:04:09.969Z Compiling toml v1.0.6+spec-1.1.0
23482026-05-14T15:04:09.983Z Compiling serde-untagged v0.1.9
23492026-05-14T15:04:10.373Z Compiling tokio-rustls v0.25.0
23502026-05-14T15:04:10.507Z Compiling async-compression v0.4.41
23512026-05-14T15:04:10.528Z Compiling crossbeam-deque v0.8.6
23522026-05-14T15:04:10.649Z Compiling parse-display-derive v0.10.0
23532026-05-14T15:04:10.766Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23542026-05-14T15:04:10.783Z Compiling camino-tempfile v1.4.1
23552026-05-14T15:04:11.004Z Compiling dropshot_endpoint v0.17.0
23562026-05-14T15:04:11.007Z Compiling newtype-uuid-macros v0.1.0
23572026-05-14T15:04:11.139Z Compiling backon v1.6.0
23582026-05-14T15:04:11.209Z Compiling waitgroup v0.1.2
23592026-05-14T15:04:11.225Z Compiling half v2.7.1
23602026-05-14T15:04:11.228Z Compiling rustls-pemfile v2.2.0
23612026-05-14T15:04:11.228Z Compiling blake3 v1.8.3
23622026-05-14T15:04:11.397Z Compiling hostname v0.4.2
23632026-05-14T15:04:11.419Z Compiling instant v0.1.13
23642026-05-14T15:04:11.434Z Compiling unicode-xid v0.2.6
23652026-05-14T15:04:11.541Z Compiling ciborium-io v0.2.2
23662026-05-14T15:04:11.564Z Compiling cargo-util-schemas v0.8.2
23672026-05-14T15:04:11.588Z Compiling backoff v0.4.0
23682026-05-14T15:04:11.603Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23692026-05-14T15:04:11.617Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
23702026-05-14T15:04:11.665Z Compiling ciborium-ll v0.2.2
23712026-05-14T15:04:11.761Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23722026-05-14T15:04:12.029Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23732026-05-14T15:04:12.138Z Compiling parse-display v0.10.0
23742026-05-14T15:04:12.159Z Compiling regress v0.10.5
23752026-05-14T15:04:12.336Z Compiling itertools v0.14.0
23762026-05-14T15:04:12.360Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23772026-05-14T15:04:13.031Z Compiling cargo-platform v0.2.0
23782026-05-14T15:04:13.067Z Compiling macaddr v1.0.1
23792026-05-14T15:04:13.377Z Compiling parse-size v1.1.0
23802026-05-14T15:04:13.380Z Compiling arrayref v0.3.9
23812026-05-14T15:04:13.490Z Compiling constant_time_eq v0.4.2
23822026-05-14T15:04:13.595Z Compiling indent_write v2.2.0
23832026-05-14T15:04:13.610Z Compiling arrayvec v0.7.6
23842026-05-14T15:04:13.627Z Compiling cargo_metadata v0.21.0
23852026-05-14T15:04:13.701Z Compiling ciborium v0.2.2
23862026-05-14T15:04:13.704Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23872026-05-14T15:04:13.766Z Compiling topological-sort v0.2.2
23882026-05-14T15:04:13.914Z Compiling display-error-chain v0.2.2
23892026-05-14T15:04:13.934Z Compiling shell-words v1.1.1
23902026-05-14T15:04:14.304Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
23912026-05-14T15:04:24.451Z Compiling progenitor-client v0.14.0
23922026-05-14T15:04:24.482Z Compiling progenitor-client v0.10.0
23932026-05-14T15:04:24.482Z Compiling omicron-zone-package v0.12.2
23942026-05-14T15:04:24.940Z Compiling progenitor-extras v0.2.0
23952026-05-14T15:04:27.275Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23962026-05-14T15:04:27.292Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23972026-05-14T15:04:27.389Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
23982026-05-14T15:04:27.483Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23992026-05-14T15:04:31.551Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24002026-05-14T15:04:34.964Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24012026-05-14T15:04:42.864Z Finished `release` profile [optimized] target(s) in 1m 32s
24022026-05-14T15:04:43.017Z Running `target/release/omicron-releng --output-dir /work --mkincorp`
24032026-05-14T15:04:43.075ZMay 14 15:04:42.418 DEBG changing working directory to /work/oxidecomputer/omicron
24042026-05-14T15:04:43.164ZMay 14 15:04:42.509 DEBG running: git rev-parse HEAD
24052026-05-14T15:04:43.167ZMay 14 15:04:42.512 DEBG process exited with exit status: 0 (2.570711ms)
24062026-05-14T15:04:43.168ZMay 14 15:04:42.512 INFO version: 20.0.0-0.ci+git77605f30437
24072026-05-14T15:04:43.175ZMay 14 15:04:42.520 INFO cloning helios to /work/oxidecomputer/helios
24082026-05-14T15:04:43.175ZMay 14 15:04:42.520 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24092026-05-14T15:04:43.178ZCloning into '/work/oxidecomputer/helios'...
24102026-05-14T15:04:43.688ZMay 14 15:04:43.033 DEBG process exited with exit status: 0 (512.952857ms)
24112026-05-14T15:04:43.688ZMay 14 15:04:43.033 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24122026-05-14T15:04:43.691ZMay 14 15:04:43.035 DEBG process exited with exit status: 0 (2.555201ms)
24132026-05-14T15:04:43.691ZMay 14 15:04:43.035 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24142026-05-14T15:04:44.009ZMay 14 15:04:43.353 DEBG process exited with exit status: 0 (317.992017ms)
24152026-05-14T15:04:44.009ZMay 14 15:04:43.353 DEBG running: zfs list rpool/images/build/host
24162026-05-14T15:04:44.013ZNAME USED AVAIL REFER MOUNTPOINT
24172026-05-14T15:04:44.013Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24182026-05-14T15:04:44.016ZMay 14 15:04:43.358 DEBG process exited with exit status: 0 (4.223461ms)
24192026-05-14T15:04:44.016ZMay 14 15:04:43.358 DEBG running: zfs list rpool/images/build/recovery
24202026-05-14T15:04:44.019ZNAME USED AVAIL REFER MOUNTPOINT
24212026-05-14T15:04:44.019Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24222026-05-14T15:04:44.019ZMay 14 15:04:43.361 DEBG process exited with exit status: 0 (3.607412ms)
24232026-05-14T15:04:44.019ZMay 14 15:04:43.362 INFO [incorp-manifest] running task
24242026-05-14T15:04:44.019ZMay 14 15:04:43.362 INFO [hubris-production] running task
24252026-05-14T15:04:44.019ZMay 14 15:04:43.362 INFO [hubris-staging] running task
24262026-05-14T15:04:44.019ZMay 14 15:04:43.362 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24272026-05-14T15:04:44.019ZMay 14 15:04:43.362 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24282026-05-14T15:04:44.019ZMay 14 15:04:43.363 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
24292026-05-14T15:04:44.019ZMay 14 15:04:43.363 INFO [incorp-create] running: pkgrepo create /work/incorporation
24302026-05-14T15:04:44.066Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24312026-05-14T15:04:44.299ZMay 14 15:04:43.644 INFO [incorp-create] process exited with exit status: 0 (280.418223ms)
24322026-05-14T15:04:44.299ZMay 14 15:04:43.644 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
24332026-05-14T15:04:44.537ZMay 14 15:04:43.881 INFO [incorp-publisher] process exited with exit status: 0 (237.399317ms)
24342026-05-14T15:04:44.554ZMay 14 15:04:43.899 DEBG process exited with exit status: 0 (536.907496ms)
24352026-05-14T15:04:44.557ZMay 14 15:04:43.899 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
24362026-05-14T15:04:44.594Z[ omicron-package] Blocking waiting for file lock on package cache
24372026-05-14T15:04:44.976Z[ omicron-package] Blocking waiting for file lock on package cache
24382026-05-14T15:04:45.147ZMay 14 15:04:44.492 INFO [hubris-production] task succeeded (1.130157564s)
24392026-05-14T15:04:45.162ZMay 14 15:04:44.507 DEBG process exited with exit status: 0 (608.111703ms)
24402026-05-14T15:04:45.165ZMay 14 15:04:44.508 INFO [incorp-manifest] task succeeded (1.146184609s)
24412026-05-14T15:04:45.165ZMay 14 15:04:44.508 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
24422026-05-14T15:04:45.334ZMay 14 15:04:44.679 INFO [incorp-fmt] process exited with exit status: 0 (171.073222ms)
24432026-05-14T15:04:45.337ZMay 14 15:04:44.679 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
24442026-05-14T15:04:45.559Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@20.0.0.0,5.11-3.0:20260514T150444Z
24452026-05-14T15:04:45.559Z[ incorp-pkgsend] PUBLISHED
24462026-05-14T15:04:45.593ZMay 14 15:04:44.937 INFO [incorp-pkgsend] process exited with exit status: 0 (258.043154ms)
24472026-05-14T15:04:45.598ZMay 14 15:04:44.938 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
24482026-05-14T15:04:45.797Z[ helios-incorp] Retrieving packages for publisher helios ...
24492026-05-14T15:04:45.800Z[ helios-incorp] Retrieving catalog 'helios' ... Done
24502026-05-14T15:04:45.822Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
24512026-05-14T15:04:45.825Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24522026-05-14T15:04:45.825Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24532026-05-14T15:04:45.833Z[ helios-incorp]
24542026-05-14T15:04:45.833Z[ helios-incorp] Archiving packages ...
24552026-05-14T15:04:45.833Z[ helios-incorp] Packages to add: 1
24562026-05-14T15:04:45.833Z[ helios-incorp] Files to retrieve: 0
24572026-05-14T15:04:45.833Z[ helios-incorp] Estimated transfer size: 0.00 B
24582026-05-14T15:04:45.833Z[ helios-incorp]
24592026-05-14T15:04:45.833Z[ helios-incorp] Packages to archive:
24602026-05-14T15:04:45.833Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@20.0.0.0,5.11-3.0:20260514T150444Z
24612026-05-14T15:04:45.833Z[ helios-incorp]
24622026-05-14T15:04:45.833Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
24632026-05-14T15:04:45.833Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
24642026-05-14T15:04:45.866ZMay 14 15:04:45.210 INFO [helios-incorp] process exited with exit status: 0 (272.89061ms)
24652026-05-14T15:04:46.117Z[ omicron-package] Compiling ring v0.17.14
24662026-05-14T15:04:46.412Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24672026-05-14T15:04:46.417Z[ omicron-package] Compiling itertools v0.14.0
24682026-05-14T15:04:46.417Z[ omicron-package] Compiling secrecy v0.10.3
24692026-05-14T15:04:46.421Z[ omicron-package] Compiling heapless v0.8.0
24702026-05-14T15:04:46.445Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
24712026-05-14T15:04:46.478Z[ omicron-package] Compiling hash32 v0.3.1
24722026-05-14T15:04:46.492Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24732026-05-14T15:04:46.492Z[ omicron-package] Compiling unicode-width v0.2.0
24742026-05-14T15:04:46.492Z[ omicron-package] Compiling smoltcp v0.11.0
24752026-05-14T15:04:46.495Z[ omicron-package] Compiling cobs v0.3.0
24762026-05-14T15:04:46.495Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
24772026-05-14T15:04:46.495Z[ omicron-package] Compiling universal-hash v0.5.1
24782026-05-14T15:04:46.495Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
24792026-05-14T15:04:46.495Z[ omicron-package] Compiling convert_case v0.4.0
24802026-05-14T15:04:47.261Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24812026-05-14T15:04:47.264Z[ omicron-package] Compiling opaque-debug v0.3.1
24822026-05-14T15:04:47.600Z[ omicron-package] Compiling poly1305 v0.8.0
24832026-05-14T15:04:47.673Z[ omicron-package] Compiling proc-macro-crate v3.4.0
24842026-05-14T15:04:47.701Z[ omicron-package] Compiling postcard v1.1.3
24852026-05-14T15:04:47.701Z[ omicron-package] Compiling derive_more v0.99.20
24862026-05-14T15:04:47.771Z[ omicron-package] Compiling proc-macro-crate v1.3.1
24872026-05-14T15:04:47.825Z[ omicron-package] Compiling chacha20 v0.9.1
24882026-05-14T15:04:47.844Z[ omicron-package] Compiling password-hash v0.5.0
24892026-05-14T15:04:48.028Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
24902026-05-14T15:04:48.071Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
24912026-05-14T15:04:48.133Z[ omicron-package] Compiling blake2 v0.10.6
24922026-05-14T15:04:48.167Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
24932026-05-14T15:04:48.245Z[ omicron-package] Compiling num_enum_derive v0.7.5
24942026-05-14T15:04:48.291Z[ omicron-package] Compiling thiserror-no-std v2.0.2
24952026-05-14T15:04:48.295Z[ omicron-package] Compiling ingot-macros v0.1.1
24962026-05-14T15:04:48.380Z[ omicron-package] Compiling aead v0.5.2
24972026-05-14T15:04:48.383Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
24982026-05-14T15:04:48.521Z[ omicron-package] Compiling proc-macro-error v1.0.4
24992026-05-14T15:04:48.578Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25002026-05-14T15:04:48.582Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25012026-05-14T15:04:48.695Z[ omicron-package] Compiling cpufeatures v0.3.0
25022026-05-14T15:04:48.727Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
25032026-05-14T15:04:48.764Z[ omicron-package] Compiling vsss-rs v3.3.4
25042026-05-14T15:04:48.767Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25052026-05-14T15:04:48.907Z[ omicron-package] Compiling chacha20 v0.10.0
25062026-05-14T15:04:49.016Z[ omicron-package] Compiling argon2 v0.5.3
25072026-05-14T15:04:49.016Z[ omicron-package] Compiling num_enum_derive v0.5.11
25082026-05-14T15:04:49.420Z[ omicron-package] Compiling tabwriter v1.4.1
25092026-05-14T15:04:49.464Z[ omicron-package] Compiling byte-wrapper v0.1.0
25102026-05-14T15:04:49.518Z[ omicron-package] Compiling foreign-types v0.5.0
25112026-05-14T15:04:49.521Z[ omicron-package] Compiling num_enum v0.7.5
25122026-05-14T15:04:49.566Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25132026-05-14T15:04:49.661Z[ omicron-package] Compiling cstr-argument v0.1.2
25142026-05-14T15:04:49.765Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
25152026-05-14T15:04:49.768Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25162026-05-14T15:04:49.905Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25172026-05-14T15:04:49.944Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25182026-05-14T15:04:50.084Z[ omicron-package] Compiling rand v0.10.0
25192026-05-14T15:04:50.130Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25202026-05-14T15:04:50.149Z[ omicron-package] Compiling rayon v1.11.0
25212026-05-14T15:04:50.199Z[ omicron-package] Compiling num_enum v0.5.11
25222026-05-14T15:04:50.239Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25232026-05-14T15:04:50.363Z[ omicron-package] Compiling rustls v0.23.37
25242026-05-14T15:04:50.363Z[ omicron-package] Compiling colored v3.1.1
25252026-05-14T15:04:50.399Z[ omicron-package] Compiling libefi-sys v0.1.0
25262026-05-14T15:04:50.422Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25272026-05-14T15:04:50.445Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
25282026-05-14T15:04:50.448Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25292026-05-14T15:04:50.479Z[ omicron-package] Compiling itertools v0.12.1
25302026-05-14T15:04:50.525Z[ omicron-package] Compiling usdt-macro v0.5.0
25312026-05-14T15:04:50.550Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25322026-05-14T15:04:50.694Z[ omicron-package] Compiling sigpipe v0.1.3
25332026-05-14T15:04:50.811Z[ omicron-package] Compiling memmap v0.7.0
25342026-05-14T15:04:50.849Z[ omicron-package] Compiling num-derive v0.4.2
25352026-05-14T15:04:51.001Z[ omicron-package] Compiling bitfield-struct v0.6.2
25362026-05-14T15:04:51.066Z[ omicron-package] Compiling glob v0.3.3
25372026-05-14T15:04:51.126Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25382026-05-14T15:04:51.177Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25392026-05-14T15:04:51.276Z[ omicron-package] Compiling swrite v0.1.0
25402026-05-14T15:04:51.513Z[ omicron-package] Compiling ingot-types v0.1.2
25412026-05-14T15:04:51.545Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25422026-05-14T15:04:51.620Z[ omicron-package] Compiling usdt v0.5.0
25432026-05-14T15:04:51.727Z[ omicron-package] Compiling smf v0.2.3
25442026-05-14T15:04:51.777Z[ omicron-package] Compiling rustls-webpki v0.103.9
25452026-05-14T15:04:51.781Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25462026-05-14T15:04:51.905Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25472026-05-14T15:04:51.967Z[ omicron-package] Compiling ingot v0.1.1
25482026-05-14T15:04:52.038Z[ omicron-package] Compiling zone v0.3.1
25492026-05-14T15:04:52.083Z[ omicron-package] Compiling whoami v1.6.1
25502026-05-14T15:04:52.157Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25512026-05-14T15:04:52.257Z[ omicron-package] Compiling tokio-dtrace v0.1.1
25522026-05-14T15:04:52.325Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25532026-05-14T15:04:52.369Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25542026-05-14T15:04:52.412Z[ omicron-package] Compiling console v0.16.2
25552026-05-14T15:04:52.412Z[ omicron-package] Compiling gethostname v0.5.0
25562026-05-14T15:04:52.685Z[ omicron-package] Compiling unit-prefix v0.5.2
25572026-05-14T15:04:52.715Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
25582026-05-14T15:04:52.739Z[ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25592026-05-14T15:04:52.901Z[ omicron-package] Compiling indicatif v0.18.4
25602026-05-14T15:04:53.494Z[ omicron-package] Compiling rustls v0.22.4
25612026-05-14T15:04:54.126Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
25622026-05-14T15:04:54.726Z[ omicron-package] Compiling rustls-webpki v0.102.8
25632026-05-14T15:04:55.419Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
25642026-05-14T15:04:55.762Z[ omicron-package] Compiling tokio-rustls v0.26.4
25652026-05-14T15:04:55.762Z[ omicron-package] Compiling rustls-platform-verifier v0.6.2
25662026-05-14T15:04:55.989Z[ omicron-package] Compiling hyper-rustls v0.27.7
25672026-05-14T15:04:56.209Z[ omicron-package] Compiling reqwest v0.12.28
25682026-05-14T15:04:56.209Z[ omicron-package] Compiling reqwest v0.13.2
25692026-05-14T15:04:56.662Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
25702026-05-14T15:04:57.134Z[ omicron-package] Compiling tokio-rustls v0.25.0
25712026-05-14T15:04:57.353Z[ omicron-package] Compiling dropshot v0.17.0
25722026-05-14T15:04:57.688Z[ omicron-package] Compiling tough v0.22.0
25732026-05-14T15:04:59.628Z[ helios-setup] May 14 15:04:58.972 INFO helios repository root is: /work/oxidecomputer/helios
25742026-05-14T15:04:59.631Z[ helios-setup] May 14 15:04:58.973 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
25752026-05-14T15:04:59.631Z[ helios-setup] May 14 15:04:58.973 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
25762026-05-14T15:04:59.631Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
25772026-05-14T15:04:59.912ZMay 14 15:04:59.256 INFO [hubris-staging] task succeeded (15.894221427s)
25782026-05-14T15:05:00.492Z[ helios-setup] May 14 15:04:59.836 INFO clone ok!, project: pilot
25792026-05-14T15:05:00.495Z[ helios-setup] May 14 15:04:59.836 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
25802026-05-14T15:05:00.495Z[ helios-setup] May 14 15:04:59.836 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
25812026-05-14T15:05:00.495Z[ helios-setup] May 14 15:04:59.836 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
25822026-05-14T15:05:00.495Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
25832026-05-14T15:05:00.725Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25842026-05-14T15:05:01.002Z[ helios-setup] May 14 15:05:00.344 INFO clone ok!, project: image-builder
25852026-05-14T15:05:01.002Z[ helios-setup] May 14 15:05:00.344 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
25862026-05-14T15:05:01.007Z[ helios-setup] May 14 15:05:00.344 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
25872026-05-14T15:05:01.007Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
25882026-05-14T15:05:01.097Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25892026-05-14T15:05:01.296Z[ omicron-package] Compiling progenitor-client v0.14.0
25902026-05-14T15:05:01.344Z[ omicron-package] Compiling progenitor-client v0.10.0
25912026-05-14T15:05:01.406Z[ omicron-package] Compiling omicron-zone-package v0.12.2
25922026-05-14T15:05:01.567Z[ omicron-package] Compiling progenitor-extras v0.2.0
25932026-05-14T15:05:01.876Z[ helios-setup] May 14 15:05:01.220 INFO clone ok!, project: amd-host-image-builder
25942026-05-14T15:05:01.879Z[ helios-setup] May 14 15:05:01.220 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
25952026-05-14T15:05:01.879Z[ helios-setup] May 14 15:05:01.220 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
25962026-05-14T15:05:01.879Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
25972026-05-14T15:05:02.504Z[ helios-setup] May 14 15:05:01.848 INFO clone ok!, project: bootserver
25982026-05-14T15:05:02.504Z[ helios-setup] May 14 15:05:01.849 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
25992026-05-14T15:05:02.504Z[ helios-setup] May 14 15:05:01.849 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26002026-05-14T15:05:02.509Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26012026-05-14T15:05:03.945Z[ helios-setup] May 14 15:05:03.289 INFO clone ok!, project: chelsio-t6-roms
26022026-05-14T15:05:03.945Z[ helios-setup] May 14 15:05:03.289 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
26032026-05-14T15:05:03.948Z[ helios-setup] May 14 15:05:03.289 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26042026-05-14T15:05:03.948Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26052026-05-14T15:05:04.072Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26062026-05-14T15:05:04.387Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26072026-05-14T15:05:04.407Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26082026-05-14T15:05:04.612Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26092026-05-14T15:05:04.612Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26102026-05-14T15:05:04.638Z[ helios-setup] May 14 15:05:03.982 INFO clone ok!, project: phbl
26112026-05-14T15:05:04.638Z[ helios-setup] May 14 15:05:03.982 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26122026-05-14T15:05:04.641Z[ helios-setup] May 14 15:05:03.982 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
26132026-05-14T15:05:04.641Z[ helios-setup] May 14 15:05:03.982 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26142026-05-14T15:05:04.645Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26152026-05-14T15:05:04.645Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26162026-05-14T15:05:04.733Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26172026-05-14T15:05:04.900Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26182026-05-14T15:05:04.976Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26192026-05-14T15:05:05.198Z[ helios-setup] May 14 15:05:04.542 INFO clone ok!, project: pinprick
26202026-05-14T15:05:05.198Z[ helios-setup] May 14 15:05:04.542 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
26212026-05-14T15:05:05.203Z[ helios-setup] May 14 15:05:04.542 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26222026-05-14T15:05:05.203Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26232026-05-14T15:05:06.098Z[ helios-setup] May 14 15:05:05.442 INFO clone ok!, project: dmar-report
26242026-05-14T15:05:06.098Z[ helios-setup] May 14 15:05:05.442 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26252026-05-14T15:05:06.101Z[ helios-setup] May 14 15:05:05.442 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
26262026-05-14T15:05:06.101Z[ helios-setup] May 14 15:05:05.442 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26272026-05-14T15:05:06.101Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26282026-05-14T15:05:08.777Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26292026-05-14T15:05:12.575Z[ helios-setup] May 14 15:05:11.917 INFO clone ok!, project: amd-firmware
26302026-05-14T15:05:12.579Z[ helios-setup] May 14 15:05:11.917 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26312026-05-14T15:05:12.787Z[ helios-setup] May 14 15:05:12.131 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
26322026-05-14T15:05:12.998Z[ helios-setup] May 14 15:05:12.342 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
26332026-05-14T15:05:12.998Z[ helios-setup] May 14 15:05:12.342 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26342026-05-14T15:05:13.207Z[ helios-setup] May 14 15:05:12.551 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
26352026-05-14T15:05:13.419Z[ helios-setup] May 14 15:05:12.763 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
26362026-05-14T15:05:13.419Z[ helios-setup] May 14 15:05:12.763 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26372026-05-14T15:05:13.630Z[ helios-setup] May 14 15:05:12.974 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
26382026-05-14T15:05:13.843Z[ helios-setup] May 14 15:05:13.187 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
26392026-05-14T15:05:13.843Z[ helios-setup] May 14 15:05:13.187 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26402026-05-14T15:05:13.846Z[ helios-setup] May 14 15:05:13.187 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26412026-05-14T15:05:13.846Z[ helios-setup] May 14 15:05:13.187 INFO ok!
26422026-05-14T15:05:13.846Z[ helios-setup] May 14 15:05:13.187 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26432026-05-14T15:05:13.846Z[ helios-setup] May 14 15:05:13.187 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26442026-05-14T15:05:13.846Z[ helios-setup] May 14 15:05:13.187 INFO ok!
26452026-05-14T15:05:13.846Z[ helios-setup] May 14 15:05:13.187 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26462026-05-14T15:05:13.846Z[ helios-setup] May 14 15:05:13.187 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26472026-05-14T15:05:13.846Z[ helios-setup] May 14 15:05:13.187 INFO ok!
26482026-05-14T15:05:13.846Z[ helios-setup] May 14 15:05:13.187 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
26492026-05-14T15:05:13.851Z[ helios-setup] May 14 15:05:13.195 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.94.0-x86_64-unknown-illumos (default)"
26502026-05-14T15:05:13.851Z[ helios-setup] May 14 15:05:13.195 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
26512026-05-14T15:05:13.854Z[ helios-setup] May 14 15:05:13.195 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
26522026-05-14T15:05:13.931Z[ helios-setup] May 14 15:05:13.275 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
26532026-05-14T15:05:14.252Z[ helios-setup] May 14 15:05:13.597 INFO E| From https://github.com/jclulow/hiercmd
26542026-05-14T15:05:14.252Z[ helios-setup] May 14 15:05:13.597 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
26552026-05-14T15:05:14.262Z[ helios-setup] May 14 15:05:13.606 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
26562026-05-14T15:05:14.532Z[ helios-setup] May 14 15:05:13.877 INFO E| From https://github.com/oxidecomputer/network-interface
26572026-05-14T15:05:14.533Z[ helios-setup] May 14 15:05:13.877 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
26582026-05-14T15:05:14.543Z[ helios-setup] May 14 15:05:13.887 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
26592026-05-14T15:05:14.820Z[ helios-setup] May 14 15:05:14.164 INFO E| From https://github.com/oxidecomputer/boot-image-tools
26602026-05-14T15:05:14.820Z[ helios-setup] May 14 15:05:14.164 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
26612026-05-14T15:05:14.835Z[ helios-setup] May 14 15:05:14.180 INFO E| Updating crates.io index
26622026-05-14T15:05:14.929Z[ helios-setup] May 14 15:05:14.273 INFO E| Downloading crates ...
26632026-05-14T15:05:14.986Z[ helios-setup] May 14 15:05:14.331 INFO E| Downloaded anstyle-query v1.1.4
26642026-05-14T15:05:14.995Z[ helios-setup] May 14 15:05:14.339 INFO E| Downloaded anyhow v1.0.100
26652026-05-14T15:05:14.998Z[ helios-setup] May 14 15:05:14.342 INFO E| Downloaded zeroize_derive v1.4.2
26662026-05-14T15:05:15.001Z[ helios-setup] May 14 15:05:14.343 INFO E| Downloaded futures-macro v0.3.31
26672026-05-14T15:05:15.001Z[ helios-setup] May 14 15:05:14.346 INFO E| Downloaded crc v3.3.0
26682026-05-14T15:05:15.010Z[ helios-setup] May 14 15:05:14.355 INFO E| Downloaded time-macros v0.2.24
26692026-05-14T15:05:15.013Z[ helios-setup] May 14 15:05:14.356 INFO E| Downloaded signal-hook-registry v1.4.6
26702026-05-14T15:05:15.013Z[ helios-setup] May 14 15:05:14.357 INFO E| Downloaded futures-executor v0.3.31
26712026-05-14T15:05:15.018Z[ helios-setup] May 14 15:05:14.361 INFO E| Downloaded clap_lex v0.7.6
26722026-05-14T15:05:15.018Z[ helios-setup] May 14 15:05:14.363 INFO E| Downloaded simd-adler32 v0.3.7
26732026-05-14T15:05:15.038Z[ helios-setup] May 14 15:05:14.382 INFO E| Downloaded term v1.2.0
26742026-05-14T15:05:15.041Z[ helios-setup] May 14 15:05:14.385 INFO E| Downloaded cc v1.2.44
26752026-05-14T15:05:15.044Z[ helios-setup] May 14 15:05:14.389 INFO E| Downloaded serde_spanned v1.0.3
26762026-05-14T15:05:15.048Z[ helios-setup] May 14 15:05:14.391 INFO E| Downloaded itoa v1.0.15
26772026-05-14T15:05:15.053Z[ helios-setup] May 14 15:05:14.397 INFO E| Downloaded env_filter v0.1.4
26782026-05-14T15:05:15.056Z[ helios-setup] May 14 15:05:14.401 INFO E| Downloaded bitfield-macros v0.19.3
26792026-05-14T15:05:15.062Z[ helios-setup] May 14 15:05:14.404 INFO E| Downloaded getopts v0.2.24
26802026-05-14T15:05:15.065Z[ helios-setup] May 14 15:05:14.405 INFO E| Downloaded env_logger v0.11.8
26812026-05-14T15:05:15.068Z[ helios-setup] May 14 15:05:14.410 INFO E| Downloaded futures-sink v0.3.31
26822026-05-14T15:05:15.068Z[ helios-setup] May 14 15:05:14.411 INFO E| Downloaded futures-io v0.3.31
26832026-05-14T15:05:15.068Z[ helios-setup] May 14 15:05:14.412 INFO E| Downloaded futures-core v0.3.31
26842026-05-14T15:05:15.073Z[ helios-setup] May 14 15:05:14.417 INFO E| Downloaded devinfo v0.1.0
26852026-05-14T15:05:15.076Z[ helios-setup] May 14 15:05:14.420 INFO E| Downloaded time-core v0.1.6
26862026-05-14T15:05:15.095Z[ helios-setup] May 14 15:05:14.440 INFO E| Downloaded tokio-macros v2.6.0
26872026-05-14T15:05:15.099Z[ helios-setup] May 14 15:05:14.443 INFO E| Downloaded toml v0.9.8
26882026-05-14T15:05:15.102Z[ helios-setup] May 14 15:05:14.446 INFO E| Downloaded futures-channel v0.3.31
26892026-05-14T15:05:15.113Z[ helios-setup] May 14 15:05:14.457 INFO E| Downloaded toml_writer v1.0.4
26902026-05-14T15:05:15.116Z[ helios-setup] May 14 15:05:14.458 INFO E| Downloaded futures-task v0.3.31
26912026-05-14T15:05:15.119Z[ helios-setup] May 14 15:05:14.463 INFO E| Downloaded libdevinfo-sys v1.1.0
26922026-05-14T15:05:15.125Z[ helios-setup] May 14 15:05:14.470 INFO E| Downloaded generic-array v0.14.9
26932026-05-14T15:05:15.128Z[ helios-setup] May 14 15:05:14.471 INFO E| Downloaded slab v0.4.11
26942026-05-14T15:05:15.128Z[ helios-setup] May 14 15:05:14.471 INFO E| Downloaded bitfield v0.19.3
26952026-05-14T15:05:15.134Z[ helios-setup] May 14 15:05:14.473 INFO E| Downloaded thiserror-impl v2.0.17
26962026-05-14T15:05:15.134Z[ helios-setup] May 14 15:05:14.476 INFO E| Downloaded futures v0.3.31
26972026-05-14T15:05:15.138Z[ helios-setup] May 14 15:05:14.479 INFO E| Downloaded proc-macro2 v1.0.103
26982026-05-14T15:05:15.138Z[ helios-setup] May 14 15:05:14.481 INFO E| Downloaded base64ct v1.8.0
26992026-05-14T15:05:15.141Z[ helios-setup] May 14 15:05:14.482 INFO E| Downloaded pin-project-lite v0.2.16
27002026-05-14T15:05:15.141Z[ helios-setup] May 14 15:05:14.485 INFO E| Downloaded iana-time-zone v0.1.64
27012026-05-14T15:05:15.144Z[ helios-setup] May 14 15:05:14.487 INFO E| Downloaded find-msvc-tools v0.1.4
27022026-05-14T15:05:15.148Z[ helios-setup] May 14 15:05:14.489 INFO E| Downloaded quote v1.0.41
27032026-05-14T15:05:15.151Z[ helios-setup] May 14 15:05:14.492 INFO E| Downloaded toml_parser v1.0.4
27042026-05-14T15:05:15.155Z[ helios-setup] May 14 15:05:14.497 INFO E| Downloaded deranged v0.5.5
27052026-05-14T15:05:15.158Z[ helios-setup] May 14 15:05:14.502 INFO E| Downloaded clap_derive v4.5.49
27062026-05-14T15:05:15.161Z[ helios-setup] May 14 15:05:14.505 INFO E| Downloaded bitflags v2.10.0
27072026-05-14T15:05:15.166Z[ helios-setup] May 14 15:05:14.510 INFO E| Downloaded toml_datetime v0.7.3
27082026-05-14T15:05:15.169Z[ helios-setup] May 14 15:05:14.511 INFO E| Downloaded thiserror v2.0.17
27092026-05-14T15:05:15.175Z[ helios-setup] May 14 15:05:14.518 INFO E| Downloaded flate2 v1.1.5
27102026-05-14T15:05:15.179Z[ helios-setup] May 14 15:05:14.521 INFO E| Downloaded getrandom v0.2.16
27112026-05-14T15:05:15.182Z[ helios-setup] May 14 15:05:14.526 INFO E| Downloaded clap v4.5.51
27122026-05-14T15:05:15.186Z[ helios-setup] May 14 15:05:14.531 INFO E| Downloaded uuid v1.18.1
27132026-05-14T15:05:15.190Z[ helios-setup] May 14 15:05:14.533 INFO E| Downloaded ryu v1.0.20
27142026-05-14T15:05:15.195Z[ helios-setup] May 14 15:05:14.539 INFO E| Downloaded log v0.4.28
27152026-05-14T15:05:15.201Z[ helios-setup] May 14 15:05:14.544 INFO E| Downloaded unicode-ident v1.0.22
27162026-05-14T15:05:15.204Z[ helios-setup] May 14 15:05:14.546 INFO E| Downloaded mio v1.1.0
27172026-05-14T15:05:15.207Z[ helios-setup] May 14 15:05:14.549 INFO E| Downloaded toml_edit v0.23.7
27182026-05-14T15:05:15.208Z[ helios-setup] May 14 15:05:14.551 INFO E| Downloaded bytes v1.10.1
27192026-05-14T15:05:15.211Z[ helios-setup] May 14 15:05:14.554 INFO E| Downloaded socket2 v0.6.1
27202026-05-14T15:05:15.223Z[ helios-setup] May 14 15:05:14.567 INFO E| Downloaded rsa v0.9.8
27212026-05-14T15:05:15.230Z[ helios-setup] May 14 15:05:14.574 INFO E| Downloaded rand v0.8.5
27222026-05-14T15:05:15.233Z[ helios-setup] May 14 15:05:14.576 INFO E| Downloaded zerocopy-derive v0.8.27
27232026-05-14T15:05:15.240Z[ helios-setup] May 14 15:05:14.584 INFO E| Downloaded memchr v2.7.6
27242026-05-14T15:05:15.243Z[ helios-setup] May 14 15:05:14.587 INFO E| Downloaded indexmap v2.12.0
27252026-05-14T15:05:15.256Z[ helios-setup] May 14 15:05:14.600 INFO E| Downloaded iddqd v0.3.14
27262026-05-14T15:05:15.267Z[ helios-setup] May 14 15:05:14.612 INFO E| Downloaded num-bigint-dig v0.8.4
27272026-05-14T15:05:15.270Z[ helios-setup] May 14 15:05:14.615 INFO E| Downloaded winnow v0.7.13
27282026-05-14T15:05:15.282Z[ helios-setup] May 14 15:05:14.626 INFO E| Downloaded hashbrown v0.16.0
27292026-05-14T15:05:15.285Z[ helios-setup] May 14 15:05:14.629 INFO E| Downloaded futures-util v0.3.31
27302026-05-14T15:05:15.293Z[ helios-setup] May 14 15:05:14.636 INFO E| Downloaded time v0.3.44
27312026-05-14T15:05:15.296Z[ helios-setup] May 14 15:05:14.641 INFO E| Downloaded serde_json v1.0.145
27322026-05-14T15:05:15.301Z[ helios-setup] May 14 15:05:14.645 INFO E| Downloaded libm v0.2.15
27332026-05-14T15:05:15.307Z[ helios-setup] May 14 15:05:14.651 INFO E| Downloaded clap_builder v4.5.51
27342026-05-14T15:05:15.316Z[ helios-setup] May 14 15:05:14.661 INFO E| Downloaded chrono v0.4.42
27352026-05-14T15:05:15.329Z[ helios-setup] May 14 15:05:14.674 INFO E| Downloaded unicode-width v0.2.2
27362026-05-14T15:05:15.338Z[ helios-setup] May 14 15:05:14.682 INFO E| Downloaded zerocopy v0.8.27
27372026-05-14T15:05:15.351Z[ helios-setup] May 14 15:05:14.694 INFO E| Downloaded syn v2.0.108
27382026-05-14T15:05:15.371Z[ helios-setup] May 14 15:05:14.716 INFO E| Downloaded rustix v1.1.2
27392026-05-14T15:05:15.408Z[ helios-setup] May 14 15:05:14.751 INFO E| Downloaded libc v0.2.177
27402026-05-14T15:05:15.420Z[ helios-setup] May 14 15:05:14.764 INFO E| Downloaded tokio v1.48.0
27412026-05-14T15:05:15.505Z[ helios-setup] May 14 15:05:14.849 INFO E| Compiling proc-macro2 v1.0.103
27422026-05-14T15:05:15.505Z[ helios-setup] May 14 15:05:14.849 INFO E| Compiling unicode-ident v1.0.22
27432026-05-14T15:05:15.505Z[ helios-setup] May 14 15:05:14.849 INFO E| Compiling quote v1.0.41
27442026-05-14T15:05:15.505Z[ helios-setup] May 14 15:05:14.849 INFO E| Compiling libc v0.2.177
27452026-05-14T15:05:15.509Z[ helios-setup] May 14 15:05:14.849 INFO E| Compiling serde_core v1.0.228
27462026-05-14T15:05:15.509Z[ helios-setup] May 14 15:05:14.849 INFO E| Compiling cfg-if v1.0.4
27472026-05-14T15:05:15.509Z[ helios-setup] May 14 15:05:14.849 INFO E| Compiling serde v1.0.228
27482026-05-14T15:05:15.509Z[ helios-setup] May 14 15:05:14.849 INFO E| Compiling version_check v0.9.5
27492026-05-14T15:05:15.538Z[ helios-setup] May 14 15:05:14.882 INFO E| Compiling autocfg v1.5.0
27502026-05-14T15:05:15.541Z[ helios-setup] May 14 15:05:14.882 INFO E| Compiling const-oid v0.9.6
27512026-05-14T15:05:15.541Z[ helios-setup] May 14 15:05:14.882 INFO E| Compiling typenum v1.19.0
27522026-05-14T15:05:15.541Z[ helios-setup] May 14 15:05:14.882 INFO E| Compiling libm v0.2.15
27532026-05-14T15:05:15.541Z[ helios-setup] May 14 15:05:14.882 INFO E| Compiling zerocopy v0.8.27
27542026-05-14T15:05:15.541Z[ helios-setup] May 14 15:05:14.882 INFO E| Compiling rustversion v1.0.22
27552026-05-14T15:05:15.541Z[ helios-setup] May 14 15:05:14.883 INFO E| Compiling zeroize v1.8.2
27562026-05-14T15:05:15.541Z[ helios-setup] May 14 15:05:14.883 INFO E| Compiling base64ct v1.8.0
27572026-05-14T15:05:15.683Z[ helios-setup] May 14 15:05:15.027 INFO E| Compiling smallvec v1.15.1
27582026-05-14T15:05:15.711Z[ helios-setup] May 14 15:05:15.055 INFO E| Compiling equivalent v1.0.2
27592026-05-14T15:05:15.747Z[ helios-setup] May 14 15:05:15.091 INFO E| Compiling rustix v1.1.2
27602026-05-14T15:05:15.847Z[ helios-setup] May 14 15:05:15.191 INFO E| Compiling pem-rfc7468 v0.7.0
27612026-05-14T15:05:15.897Z[ helios-setup] May 14 15:05:15.241 INFO E| Compiling generic-array v0.14.9
27622026-05-14T15:05:15.953Z[ helios-setup] May 14 15:05:15.297 INFO E| Compiling hashbrown v0.16.0
27632026-05-14T15:05:15.960Z[ helios-setup] May 14 15:05:15.304 INFO E| Compiling num-traits v0.2.19
27642026-05-14T15:05:15.968Z[ helios-setup] May 14 15:05:15.312 INFO E| Compiling byteorder v1.5.0
27652026-05-14T15:05:15.988Z[ helios-setup] May 14 15:05:15.332 INFO E| Compiling flagset v0.4.7
27662026-05-14T15:05:15.988Z[ helios-setup] May 14 15:05:15.332 INFO E| Compiling crc32fast v1.5.0
27672026-05-14T15:05:16.050Z[ helios-setup] May 14 15:05:15.394 INFO E| Compiling utf8parse v0.2.2
27682026-05-14T15:05:16.150Z[ helios-setup] May 14 15:05:15.494 INFO E| Compiling anyhow v1.0.100
27692026-05-14T15:05:16.182Z[ helios-setup] May 14 15:05:15.525 INFO E| Compiling winnow v0.7.13
27702026-05-14T15:05:16.193Z[ helios-setup] May 14 15:05:15.537 INFO E| Compiling memchr v2.7.6
27712026-05-14T15:05:16.304Z[ helios-setup] May 14 15:05:15.647 INFO E| Compiling anstyle-parse v0.2.7
27722026-05-14T15:05:16.372Z[ helios-setup] May 14 15:05:15.716 INFO E| Compiling find-msvc-tools v0.1.4
27732026-05-14T15:05:16.474Z[ helios-setup] May 14 15:05:15.814 INFO E| Compiling indexmap v2.12.0
27742026-05-14T15:05:16.523Z[ helios-setup] May 14 15:05:15.867 INFO E| Compiling getrandom v0.2.16
27752026-05-14T15:05:16.530Z[ helios-setup] May 14 15:05:15.874 INFO E| Compiling errno v0.3.14
27762026-05-14T15:05:16.560Z[ helios-setup] May 14 15:05:15.904 INFO E| Compiling anstyle v1.0.13
27772026-05-14T15:05:16.567Z[ helios-setup] May 14 15:05:15.911 INFO E| Compiling radium v0.7.0
27782026-05-14T15:05:16.625Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27792026-05-14T15:05:16.637Z[ helios-setup] May 14 15:05:15.982 INFO E| Compiling toml_datetime v0.7.3
27802026-05-14T15:05:16.689Z[ helios-setup] May 14 15:05:16.034 INFO E| Compiling rand_core v0.6.4
27812026-05-14T15:05:16.732Z[ helios-setup] May 14 15:05:16.076 INFO E| Compiling is_terminal_polyfill v1.70.2
27822026-05-14T15:05:16.737Z[ helios-setup] May 14 15:05:16.076 INFO E| Compiling cpufeatures v0.2.17
27832026-05-14T15:05:16.774Z[ helios-setup] May 14 15:05:16.118 INFO E| Compiling colorchoice v1.0.4
27842026-05-14T15:05:16.815Z[ helios-setup] May 14 15:05:16.159 INFO E| Compiling allocator-api2 v0.2.21
27852026-05-14T15:05:16.846Z[ helios-setup] May 14 15:05:16.190 INFO E| Compiling syn v1.0.109
27862026-05-14T15:05:16.858Z[ helios-setup] May 14 15:05:16.202 INFO E| Compiling anstyle-query v1.1.4
27872026-05-14T15:05:16.896Z[ helios-setup] May 14 15:05:16.240 INFO E| Compiling syn v2.0.108
27882026-05-14T15:05:16.909Z[ helios-setup] May 14 15:05:16.253 INFO E| Compiling shlex v1.3.0
27892026-05-14T15:05:16.940Z[ helios-setup] May 14 15:05:16.285 INFO E| Compiling anstream v0.6.21
27902026-05-14T15:05:17.011Z[ helios-setup] May 14 15:05:16.355 INFO E| Compiling slog v2.8.2
27912026-05-14T15:05:17.023Z[ helios-setup] May 14 15:05:16.368 INFO E| Compiling tap v1.0.1
27922026-05-14T15:05:17.148Z[ helios-setup] May 14 15:05:16.492 INFO E| Compiling crypto-common v0.1.6
27932026-05-14T15:05:17.154Z[ helios-setup] May 14 15:05:16.498 INFO E| Compiling block-buffer v0.10.4
27942026-05-14T15:05:17.197Z[ helios-setup] May 14 15:05:16.541 INFO E| Compiling cc v1.2.44
27952026-05-14T15:05:17.234Z[ helios-setup] May 14 15:05:16.577 INFO E| Compiling maybe-uninit v2.0.0
27962026-05-14T15:05:17.322Z[ helios-setup] May 14 15:05:16.665 INFO E| Compiling digest v0.10.7
27972026-05-14T15:05:17.400Z[ helios-setup] May 14 15:05:16.745 INFO E| Compiling pkg-config v0.3.32
27982026-05-14T15:05:17.400Z[ helios-setup] May 14 15:05:16.745 INFO E| Compiling parking_lot_core v0.9.12
27992026-05-14T15:05:17.425Z[ helios-setup] May 14 15:05:16.769 INFO E| Compiling futures-core v0.3.31
28002026-05-14T15:05:17.489Z[ helios-setup] May 14 15:05:16.834 INFO E| Compiling pin-project-lite v0.2.16
28012026-05-14T15:05:17.511Z[ helios-setup] May 14 15:05:16.855 INFO E| Compiling futures-sink v0.3.31
28022026-05-14T15:05:17.603Z[ helios-setup] May 14 15:05:16.947 INFO E| Compiling sha2 v0.10.9
28032026-05-14T15:05:17.652Z[ helios-setup] May 14 15:05:16.996 INFO E| Compiling unicode-width v0.2.2
28042026-05-14T15:05:17.658Z[ helios-setup] May 14 15:05:17.002 INFO E| Compiling futures-channel v0.3.31
28052026-05-14T15:05:17.678Z[ helios-setup] May 14 15:05:17.020 INFO E| Compiling num-integer v0.1.46
28062026-05-14T15:05:17.761Z[ helios-setup] May 14 15:05:17.105 INFO E| Compiling wyz v0.5.1
28072026-05-14T15:05:17.813Z[ helios-setup] May 14 15:05:17.157 INFO E| Compiling ahash v0.8.12
28082026-05-14T15:05:17.842Z[ helios-setup] May 14 15:05:17.186 INFO E| Compiling thiserror v1.0.69
28092026-05-14T15:05:17.979Z[ helios-setup] May 14 15:05:17.323 INFO E| Compiling toml_parser v1.0.4
28102026-05-14T15:05:18.104Z[ helios-setup] May 14 15:05:17.448 INFO E| Compiling getopts v0.2.24
28112026-05-14T15:05:18.156Z[ helios-setup] May 14 15:05:17.500 INFO E| Compiling strsim v0.11.1
28122026-05-14T15:05:18.220Z[ helios-setup] May 14 15:05:17.564 INFO E| Compiling pin-utils v0.1.0
28132026-05-14T15:05:18.244Z[ helios-setup] May 14 15:05:17.587 INFO E| Compiling num-bigint-dig v0.8.4
28142026-05-14T15:05:18.262Z[ helios-setup] May 14 15:05:17.606 INFO E| Compiling spin v0.9.8
28152026-05-14T15:05:18.285Z[ helios-setup] May 14 15:05:17.629 INFO E| Compiling num-conv v0.1.0
28162026-05-14T15:05:18.309Z[ helios-setup] May 14 15:05:17.653 INFO E| Compiling scopeguard v1.2.0
28172026-05-14T15:05:18.377Z[ helios-setup] May 14 15:05:17.722 INFO E| Compiling itoa v1.0.15
28182026-05-14T15:05:18.423Z[ helios-setup] May 14 15:05:17.767 INFO E| Compiling futures-task v0.3.31
28192026-05-14T15:05:18.430Z[ helios-setup] May 14 15:05:17.774 INFO E| Compiling getrandom v0.3.4
28202026-05-14T15:05:18.469Z[ helios-setup] May 14 15:05:17.811 INFO E| Compiling clap_lex v0.7.6
28212026-05-14T15:05:18.527Z[ helios-setup] May 14 15:05:17.869 INFO E| Compiling futures-io v0.3.31
28222026-05-14T15:05:18.544Z[ helios-setup] May 14 15:05:17.888 INFO E| Compiling bitflags v2.10.0
28232026-05-14T15:05:18.593Z[ helios-setup] May 14 15:05:17.938 INFO E| Compiling toml_edit v0.23.7
28242026-05-14T15:05:18.611Z[ helios-setup] May 14 15:05:17.955 INFO E| Compiling slab v0.4.11
28252026-05-14T15:05:18.620Z[ helios-setup] May 14 15:05:17.964 INFO E| Compiling bytes v1.10.1
28262026-05-14T15:05:18.635Z[ helios-setup] May 14 15:05:17.977 INFO E| Compiling powerfmt v0.2.0
28272026-05-14T15:05:18.803Z[ helios-setup] May 14 15:05:18.148 INFO E| Compiling time-core v0.1.6
28282026-05-14T15:05:18.841Z[ helios-setup] May 14 15:05:18.185 INFO E| Compiling funty v2.0.0
28292026-05-14T15:05:18.926Z[ helios-setup] May 14 15:05:18.270 INFO E| Compiling heck v0.5.0
28302026-05-14T15:05:18.965Z[ helios-setup] May 14 15:05:18.309 INFO E| Compiling packed_struct v0.10.1
28312026-05-14T15:05:18.991Z[ helios-setup] May 14 15:05:18.335 INFO E| Compiling time-macros v0.2.24
28322026-05-14T15:05:19.039Z[ helios-setup] May 14 15:05:18.383 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
28332026-05-14T15:05:19.091Z[ helios-setup] May 14 15:05:18.435 INFO E| Compiling deranged v0.5.5
28342026-05-14T15:05:19.199Z[ helios-setup] May 14 15:05:18.543 INFO E| Compiling lock_api v0.4.14
28352026-05-14T15:05:19.213Z[ helios-setup] May 14 15:05:18.557 INFO E| Compiling lazy_static v1.5.0
28362026-05-14T15:05:19.270Z[ helios-setup] May 14 15:05:18.614 INFO E| Compiling num-iter v0.1.45
28372026-05-14T15:05:19.321Z[ helios-setup] May 14 15:05:18.664 INFO E| Compiling proc-macro-crate v3.4.0
28382026-05-14T15:05:19.392Z[ helios-setup] May 14 15:05:18.736 INFO E| Compiling terminal_size v0.4.3
28392026-05-14T15:05:19.430Z[ helios-setup] May 14 15:05:18.774 INFO E| Compiling bitvec v1.0.1
28402026-05-14T15:05:19.509Z[ helios-setup] May 14 15:05:18.853 INFO E| Compiling clap_builder v4.5.51
28412026-05-14T15:05:19.646Z[ helios-setup] May 14 15:05:18.990 INFO E| Compiling indexmap v1.9.3
28422026-05-14T15:05:19.724Z[ helios-setup] May 14 15:05:19.068 INFO E| Compiling thiserror v2.0.17
28432026-05-14T15:05:19.733Z[ helios-setup] May 14 15:05:19.077 INFO E| Compiling simd-adler32 v0.3.7
28442026-05-14T15:05:19.886Z[ helios-setup] May 14 15:05:19.230 INFO E| Compiling iana-time-zone v0.1.64
28452026-05-14T15:05:20.036Z[ helios-setup] May 14 15:05:19.380 INFO E| Compiling nodrop v0.1.14
28462026-05-14T15:05:20.053Z[ helios-setup] May 14 15:05:19.395 INFO E| Compiling serde_json v1.0.145
28472026-05-14T15:05:20.099Z[ helios-setup] May 14 15:05:19.443 INFO E| Compiling adler2 v2.0.1
28482026-05-14T15:05:20.155Z[ helios-setup] May 14 15:05:19.499 INFO E| Compiling crc-catalog v2.4.0
28492026-05-14T15:05:20.186Z[ helios-setup] May 14 15:05:19.530 INFO E| Compiling log v0.4.28
28502026-05-14T15:05:20.223Z[ helios-setup] May 14 15:05:19.567 INFO E| Compiling once_cell v1.21.3
28512026-05-14T15:05:20.264Z[ helios-setup] May 14 15:05:19.608 INFO E| Compiling crc v3.3.0
28522026-05-14T15:05:20.372Z[ helios-setup] May 14 15:05:19.716 INFO E| Compiling miniz_oxide v0.8.9
28532026-05-14T15:05:20.494Z[ helios-setup] May 14 15:05:19.838 INFO E| Compiling env_filter v0.1.4
28542026-05-14T15:05:20.593Z[ helios-setup] May 14 15:05:19.937 INFO E| Compiling array-init v0.0.4
28552026-05-14T15:05:20.600Z[ helios-setup] May 14 15:05:19.944 INFO E| Compiling chrono v0.4.42
28562026-05-14T15:05:20.615Z[ helios-setup] May 14 15:05:19.959 INFO E| Compiling parking_lot v0.12.5
28572026-05-14T15:05:20.734Z[ helios-setup] May 14 15:05:20.077 INFO E| Compiling smallvec v0.6.14
28582026-05-14T15:05:20.741Z[ helios-setup] May 14 15:05:20.085 INFO E| Compiling serde_spanned v1.0.3
28592026-05-14T15:05:20.999Z[ helios-setup] May 14 15:05:20.343 INFO E| Compiling time v0.3.44
28602026-05-14T15:05:21.363Z[ helios-setup] May 14 15:05:20.707 INFO E| Compiling signature v2.2.0
28612026-05-14T15:05:21.441Z[ helios-setup] May 14 15:05:20.785 INFO E| Compiling mio v1.1.0
28622026-05-14T15:05:21.552Z[ helios-setup] May 14 15:05:20.897 INFO E| Compiling is-terminal v0.4.17
28632026-05-14T15:05:21.737Z[ helios-setup] May 14 15:05:21.081 INFO E| Compiling signal-hook-registry v1.4.6
28642026-05-14T15:05:21.744Z[ helios-setup] May 14 15:05:21.088 INFO E| Compiling socket2 v0.6.1
28652026-05-14T15:05:21.776Z[ helios-setup] May 14 15:05:21.120 INFO E| Compiling thread_local v1.1.9
28662026-05-14T15:05:21.892Z[ helios-setup] May 14 15:05:21.236 INFO E| Compiling hashbrown v0.12.3
28672026-05-14T15:05:21.953Z[ helios-setup] May 14 15:05:21.297 INFO E| Compiling packed_struct_codegen v0.10.1
28682026-05-14T15:05:22.257Z[ helios-setup] May 14 15:05:21.600 INFO E| Compiling ryu v1.0.20
28692026-05-14T15:05:22.342Z[ helios-setup] May 14 15:05:21.686 INFO E| Compiling base64 v0.21.7
28702026-05-14T15:05:22.506Z[ helios-setup] May 14 15:05:21.850 INFO E| Compiling serde_derive v1.0.228
28712026-05-14T15:05:22.724Z[ helios-setup] May 14 15:05:22.068 INFO E| Compiling zerocopy-derive v0.8.27
28722026-05-14T15:05:22.776Z[ helios-setup] May 14 15:05:22.120 INFO E| Compiling der_derive v0.7.3
28732026-05-14T15:05:22.852Z[ helios-setup] May 14 15:05:22.195 INFO E| Compiling futures-macro v0.3.31
28742026-05-14T15:05:22.870Z[ helios-setup] May 14 15:05:22.214 INFO E| Compiling num_enum_derive v0.7.5
28752026-05-14T15:05:22.945Z[ helios-setup] May 14 15:05:22.289 INFO E| Compiling bitfield-macros v0.19.3
28762026-05-14T15:05:22.961Z[ helios-setup] May 14 15:05:22.305 INFO E| Compiling clap_derive v4.5.49
28772026-05-14T15:05:22.990Z[ helios-setup] May 14 15:05:22.334 INFO E| Compiling thiserror-impl v1.0.69
28782026-05-14T15:05:22.994Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28792026-05-14T15:05:23.019Z[ helios-setup] May 14 15:05:22.363 INFO E| Compiling zerocopy-derive v0.6.6
28802026-05-14T15:05:23.159Z[ helios-setup] May 14 15:05:22.503 INFO E| Compiling tokio-macros v2.6.0
28812026-05-14T15:05:23.189Z[ helios-setup] May 14 15:05:22.533 INFO E| Compiling thiserror-impl v2.0.17
28822026-05-14T15:05:23.590Z[ helios-setup] May 14 15:05:22.931 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
28832026-05-14T15:05:23.973Z[ helios-setup] May 14 15:05:23.317 INFO E| Compiling term v1.2.0
28842026-05-14T15:05:24.005Z[ helios-setup] May 14 15:05:23.348 INFO E| Compiling subtle v2.6.1
28852026-05-14T15:05:24.029Z[ helios-setup] May 14 15:05:23.364 INFO E| Compiling futures-util v0.3.31
28862026-05-14T15:05:24.029Z[ helios-setup] May 14 15:05:23.364 INFO E| Compiling bitfield v0.19.3
28872026-05-14T15:05:24.053Z[ helios-setup] May 14 15:05:23.396 INFO E| Compiling zerocopy v0.6.6
28882026-05-14T15:05:24.186Z[ helios-setup] May 14 15:05:23.530 INFO E| Compiling winnow v0.5.40
28892026-05-14T15:05:24.346Z[ helios-setup] May 14 15:05:23.690 INFO E| Compiling libdevinfo-sys v1.1.0
28902026-05-14T15:05:24.354Z[ helios-setup] May 14 15:05:23.698 INFO E| Compiling der v0.7.10
28912026-05-14T15:05:24.405Z[ helios-setup] May 14 15:05:23.749 INFO E| Compiling toml_writer v1.0.4
28922026-05-14T15:05:24.475Z[ helios-setup] May 14 15:05:23.819 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
28932026-05-14T15:05:24.516Z[ helios-setup] May 14 15:05:23.860 INFO E| Compiling num_enum v0.7.5
28942026-05-14T15:05:24.528Z[ helios-setup] May 14 15:05:23.872 INFO E| Compiling tokio v1.48.0
28952026-05-14T15:05:24.667Z[ helios-setup] May 14 15:05:24.011 INFO E| Compiling devinfo v0.1.0
28962026-05-14T15:05:24.726Z[ helios-setup] May 14 15:05:24.070 INFO E| Compiling toml v0.9.8
28972026-05-14T15:05:24.750Z[ helios-setup] May 14 15:05:24.094 INFO E| Compiling bzip2 v0.4.4
28982026-05-14T15:05:25.036Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
28992026-05-14T15:05:25.117Z[ helios-setup] May 14 15:05:24.461 INFO E| Compiling flate2 v1.1.5
29002026-05-14T15:05:25.528Z[ helios-setup] May 14 15:05:24.872 INFO E| Compiling uuid v1.18.1
29012026-05-14T15:05:25.580Z[ helios-setup] May 14 15:05:24.924 INFO E| Compiling env_logger v0.11.8
29022026-05-14T15:05:25.590Z[ helios-setup] May 14 15:05:24.933 INFO E| Compiling rustc-hash v2.1.1
29032026-05-14T15:05:25.610Z[ helios-setup] May 14 15:05:24.953 INFO E| Compiling clap v4.5.51
29042026-05-14T15:05:25.649Z[ helios-setup] May 14 15:05:24.993 INFO E| Compiling hex v0.4.3
29052026-05-14T15:05:25.711Z[ helios-setup] May 14 15:05:25.055 INFO E| Compiling crc-any v2.5.0
29062026-05-14T15:05:25.754Z[ helios-setup] May 14 15:05:25.098 INFO E| Compiling bitflags v1.3.2
29072026-05-14T15:05:25.841Z[ helios-setup] May 14 15:05:25.185 INFO E| Compiling foldhash v0.2.0
29082026-05-14T15:05:25.921Z[ helios-setup] May 14 15:05:25.263 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
29092026-05-14T15:05:26.323Z[ helios-setup] May 14 15:05:25.667 INFO E| Compiling spki v0.7.3
29102026-05-14T15:05:26.572Z[ helios-setup] May 14 15:05:25.914 INFO E| Compiling pkcs8 v0.10.2
29112026-05-14T15:05:26.584Z[ helios-setup] May 14 15:05:25.928 INFO E| Compiling x509-cert v0.2.5
29122026-05-14T15:05:26.668Z[ helios-setup] May 14 15:05:26.012 INFO E| Compiling iddqd v0.3.14
29132026-05-14T15:05:26.702Z[ helios-setup] May 14 15:05:26.046 INFO E| Compiling zip v0.6.6
29142026-05-14T15:05:26.885Z[ helios-setup] May 14 15:05:26.229 INFO E| Compiling pkcs1 v0.7.5
29152026-05-14T15:05:27.259Z[ helios-setup] May 14 15:05:26.603 INFO E| Compiling ppv-lite86 v0.2.21
29162026-05-14T15:05:27.579Z[ helios-setup] May 14 15:05:26.923 INFO E| Compiling erased-serde v0.3.31
29172026-05-14T15:05:27.616Z[ helios-setup] May 14 15:05:26.959 INFO E| Compiling rand_chacha v0.3.1
29182026-05-14T15:05:27.830Z[ helios-setup] May 14 15:05:27.173 INFO E| Compiling futures-executor v0.3.31
29192026-05-14T15:05:27.836Z[ helios-setup] May 14 15:05:27.180 INFO E| Compiling serde_spanned v0.6.9
29202026-05-14T15:05:27.881Z[ helios-setup] May 14 15:05:27.225 INFO E| Compiling toml_datetime v0.6.11
29212026-05-14T15:05:28.010Z[ helios-setup] May 14 15:05:27.354 INFO E| Compiling rand v0.8.5
29222026-05-14T15:05:28.484Z[ helios-setup] May 14 15:05:27.828 INFO E| Compiling toml_edit v0.19.15
29232026-05-14T15:05:28.518Z[ helios-setup] May 14 15:05:27.861 INFO E| Compiling futures v0.3.31
29242026-05-14T15:05:28.608Z[ helios-setup] May 14 15:05:27.950 INFO E| Compiling hashbrown v0.13.2
29252026-05-14T15:05:28.708Z[ helios-setup] May 14 15:05:28.052 INFO E| Compiling ron v0.8.1
29262026-05-14T15:05:28.787Z[ helios-setup] May 14 15:05:28.131 INFO E| Compiling serde-hex v0.1.0
29272026-05-14T15:05:28.818Z[ helios-setup] May 14 15:05:28.162 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
29282026-05-14T15:05:28.877Z[ helios-setup] May 14 15:05:28.221 INFO E| Compiling path-slash v0.1.5
29292026-05-14T15:05:28.898Z[ helios-setup] May 14 15:05:28.241 INFO E| Compiling slog-term v2.9.2
29302026-05-14T15:05:29.032Z[ helios-setup] May 14 15:05:28.376 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
29312026-05-14T15:05:29.433Z[ helios-setup] May 14 15:05:28.777 INFO E| Compiling object v0.30.4
29322026-05-14T15:05:29.567Z[ helios-setup] May 14 15:05:28.910 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
29332026-05-14T15:05:29.741Z[ helios-setup] May 14 15:05:29.085 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
29342026-05-14T15:05:30.492Z[ helios-setup] May 14 15:05:29.836 INFO E| Compiling rsa v0.9.8
29352026-05-14T15:05:30.565Z[ helios-setup] May 14 15:05:29.909 INFO E| Compiling toml v0.7.8
29362026-05-14T15:05:30.618Z[ helios-setup] May 14 15:05:29.962 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
29372026-05-14T15:05:30.727Z[ helios-setup] May 14 15:05:30.071 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
29382026-05-14T15:05:34.186Z[ helios-setup] May 14 15:05:33.530 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
29392026-05-14T15:05:35.189Z[ helios-setup] May 14 15:05:34.533 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
29402026-05-14T15:05:37.593Z[ omicron-package] Finished `release` profile [optimized] target(s) in 53.56s
29412026-05-14T15:05:37.824Z[ omicron-package]
29422026-05-14T15:05:37.824Z[ omicron-package] real 53.745809701
29432026-05-14T15:05:37.829Z[ omicron-package] user 5:33.514551340
29442026-05-14T15:05:37.829Z[ omicron-package] sys 29.634843258
29452026-05-14T15:05:37.829Z[ omicron-package] trap 0.503613431
29462026-05-14T15:05:37.830Z[ omicron-package] tflt 1.064585419
29472026-05-14T15:05:37.830Z[ omicron-package] dflt 4.059345931
29482026-05-14T15:05:37.830Z[ omicron-package] kflt 0.000725900
29492026-05-14T15:05:37.830Z[ omicron-package] lock 14:07.589555740
29502026-05-14T15:05:37.830Z[ omicron-package] slp 7:46.349944614
29512026-05-14T15:05:37.830Z[ omicron-package] lat 1:49.506016411
29522026-05-14T15:05:37.830Z[ omicron-package] stop 1:18.291405557
29532026-05-14T15:05:37.830ZMay 14 15:05:37.169 INFO [omicron-package] process exited with exit status: 0 (53.805764173s)
29542026-05-14T15:05:37.830ZMay 14 15:05:37.169 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
29552026-05-14T15:05:37.830ZMay 14 15:05:37.169 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
29562026-05-14T15:05:37.838Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
29572026-05-14T15:05:37.841Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
29582026-05-14T15:05:37.841Z[ host-target] Created new build target 'host' and set it as active
29592026-05-14T15:05:37.841Z[ recovery-target] Created new build target 'recovery' and set it as active
29602026-05-14T15:05:37.845ZMay 14 15:05:37.186 INFO [recovery-target] process exited with exit status: 0 (16.754116ms)
29612026-05-14T15:05:37.845ZMay 14 15:05:37.186 INFO [host-target] process exited with exit status: 0 (17.324457ms)
29622026-05-14T15:05:37.845ZMay 14 15:05:37.186 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
29632026-05-14T15:05:37.850Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
29642026-05-14T15:05:38.271Z[ helios-setup] May 14 15:05:37.615 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
29652026-05-14T15:05:39.289Z[ host-package] Compiling ring v0.17.14
29662026-05-14T15:05:39.586Z[ host-package] Compiling heck v0.5.0
29672026-05-14T15:05:39.589Z[ host-package] Compiling regress v0.11.1
29682026-05-14T15:05:39.589Z[ host-package] Compiling unsafe-libyaml v0.2.11
29692026-05-14T15:05:39.696Z[ host-package] Compiling regress v0.10.5
29702026-05-14T15:05:39.722Z[ host-package] Compiling unicode-width v0.1.14
29712026-05-14T15:05:39.745Z[ host-package] Compiling is-terminal v0.4.17
29722026-05-14T15:05:39.769Z[ host-package] Compiling prettyplease v0.2.37
29732026-05-14T15:05:39.769Z[ host-package] Compiling bytecount v0.6.9
29742026-05-14T15:05:39.773Z[ host-package] Compiling derive-where v1.6.0
29752026-05-14T15:05:39.773Z[ host-package] Compiling thread_local v1.1.9
29762026-05-14T15:05:39.773Z[ host-package] Compiling compression-core v0.4.31
29772026-05-14T15:05:39.815Z[ host-package] Compiling match_cfg v0.1.0
29782026-05-14T15:05:39.880Z[ host-package] Compiling multer v3.1.0
29792026-05-14T15:05:39.884Z[ host-package] Compiling slog-async v2.8.0
29802026-05-14T15:05:39.966Z[ host-package] Compiling hostname v0.3.1
29812026-05-14T15:05:39.990Z[ host-package] Compiling compression-codecs v0.4.37
29822026-05-14T15:05:39.994Z[ host-package] Compiling crossbeam-channel v0.5.15
29832026-05-14T15:05:40.041Z[ host-package] Compiling slog-json v2.6.1
29842026-05-14T15:05:40.044Z[ host-package] Compiling toml_datetime v1.0.0+spec-1.1.0
29852026-05-14T15:05:40.097Z[ host-package] Compiling serde_spanned v1.0.4
29862026-05-14T15:05:40.101Z[ host-package] Compiling toml_writer v1.0.6+spec-1.1.0
29872026-05-14T15:05:40.184Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
29882026-05-14T15:05:40.255Z[ host-package] Compiling term v1.2.1
29892026-05-14T15:05:40.286Z[ host-package] Compiling take_mut v0.2.2
29902026-05-14T15:05:40.318Z[ host-package] Compiling slog-bunyan v2.5.0
29912026-05-14T15:05:40.343Z[ host-package] Compiling async-compression v0.4.41
29922026-05-14T15:05:40.447Z[ host-package] Compiling toml v1.0.6+spec-1.1.0
29932026-05-14T15:05:40.447Z[ host-package] Compiling dropshot v0.17.0
29942026-05-14T15:05:40.530Z[ host-package] Compiling async-stream v0.3.6
29952026-05-14T15:05:40.607Z[ host-package] Compiling slog-term v2.9.2
29962026-05-14T15:05:40.610Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29972026-05-14T15:05:40.610Z[ host-package] Compiling num-rational v0.4.2
29982026-05-14T15:05:40.769Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
29992026-05-14T15:05:40.826Z[ host-package] Compiling waitgroup v0.1.2
30002026-05-14T15:05:40.827Z[ host-package] Compiling backon v1.6.0
30012026-05-14T15:05:40.998Z[ host-package] Compiling rustls-pemfile v2.2.0
30022026-05-14T15:05:41.031Z[ host-package] Compiling num-complex v0.4.6
30032026-05-14T15:05:41.103Z[ host-package] Compiling hostname v0.4.2
30042026-05-14T15:05:41.188Z[ host-package] Compiling serde_path_to_error v0.1.20
30052026-05-14T15:05:41.229Z[ host-package] Compiling instant v0.1.13
30062026-05-14T15:05:41.301Z[ host-package] Compiling typify-impl v0.6.2
30072026-05-14T15:05:41.346Z[ host-package] Compiling debug-ignore v1.0.5
30082026-05-14T15:05:41.383Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
30092026-05-14T15:05:41.383Z[ host-package] Compiling parse-display v0.10.0
30102026-05-14T15:05:41.717Z[ host-package] Compiling backoff v0.4.0
30112026-05-14T15:05:41.721Z[ host-package] Compiling num v0.4.3
30122026-05-14T15:05:41.721Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30132026-05-14T15:05:41.940Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30142026-05-14T15:05:41.943Z[ host-package] Compiling macaddr v1.0.1
30152026-05-14T15:05:41.944Z[ host-package] Compiling float-ord v0.3.2
30162026-05-14T15:05:42.099Z[ host-package] Compiling console v0.15.11
30172026-05-14T15:05:42.201Z[ host-package] Compiling newline-converter v0.3.0
30182026-05-14T15:05:42.204Z[ host-package] Compiling atomicwrites v0.4.4
30192026-05-14T15:05:42.204Z[ host-package] Compiling slog-dtrace v0.3.0
30202026-05-14T15:05:42.315Z[ host-package] Compiling cancel-safe-futures v0.1.5
30212026-05-14T15:05:42.420Z[ host-package] Compiling owo-colors v4.3.0
30222026-05-14T15:05:42.491Z[ host-package] Compiling libsw-core v0.3.2
30232026-05-14T15:05:42.495Z[ host-package] Compiling resolv-conf v0.7.6
30242026-05-14T15:05:42.624Z[ host-package] Compiling expectorate v1.2.0
30252026-05-14T15:05:42.720Z[ host-package] Compiling libsw v3.5.0
30262026-05-14T15:05:42.720Z[ host-package] Compiling toml v0.8.23
30272026-05-14T15:05:42.743Z[ host-package] Compiling linear-map v1.2.0
30282026-05-14T15:05:42.885Z[ host-package] Compiling minimal-lexical v0.2.1
30292026-05-14T15:05:42.929Z[ host-package] Compiling linked-hash-map v0.5.6
30302026-05-14T15:05:43.003Z[ host-package] Compiling unicode-xid v0.2.6
30312026-05-14T15:05:43.197Z[ host-package] Compiling nom v7.1.3
30322026-05-14T15:05:43.655Z[ host-package] Compiling rustls v0.23.37
30332026-05-14T15:05:43.668Z[ host-package] Compiling rustls v0.22.4
30342026-05-14T15:05:43.749Z[ host-package] Compiling lru-cache v0.1.2
30352026-05-14T15:05:43.752Z[ host-package] Compiling hickory-proto v0.24.4
30362026-05-14T15:05:43.752Z[ host-package] Compiling convert_case v0.10.0
30372026-05-14T15:05:43.825Z[ host-package] Compiling papergrid v0.11.0
30382026-05-14T15:05:43.845Z[ host-package] Compiling tabled_derive v0.7.0
30392026-05-14T15:05:43.845Z[ host-package] Compiling termtree v0.5.1
30402026-05-14T15:05:44.228Z[ host-package] Compiling phf_shared v0.12.1
30412026-05-14T15:05:44.234Z[ host-package] Compiling csv-core v0.1.13
30422026-05-14T15:05:44.237Z[ host-package] Compiling vte v0.14.1
30432026-05-14T15:05:44.371Z[ host-package] Compiling chrono-tz v0.10.4
30442026-05-14T15:05:44.661Z[ host-package] Compiling highway v1.3.0
30452026-05-14T15:05:44.743Z[ host-package] Compiling strip-ansi-escapes v0.2.1
30462026-05-14T15:05:44.808Z[ host-package] Compiling phf v0.12.1
30472026-05-14T15:05:44.811Z[ host-package] Compiling const_format_proc_macros v0.2.34
30482026-05-14T15:05:44.903Z[ host-package] Compiling derive_more-impl v2.1.1
30492026-05-14T15:05:44.971Z[ host-package] Compiling tabled v0.15.0
30502026-05-14T15:05:45.060Z[ host-package] Compiling rustls-webpki v0.103.9
30512026-05-14T15:05:45.189Z[ host-package] Compiling rustls-webpki v0.102.8
30522026-05-14T15:05:45.193Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30532026-05-14T15:05:45.273Z[ host-package] Compiling csv v1.4.0
30542026-05-14T15:05:45.415Z[ host-package] Compiling typify-macro v0.6.2
30552026-05-14T15:05:45.592Z[ host-package] Compiling fd-lock v4.0.4
30562026-05-14T15:05:45.751Z[ host-package] Compiling peg-macros v0.8.5
30572026-05-14T15:05:45.833Z[ host-package] Compiling nu-ansi-term v0.50.3
30582026-05-14T15:05:45.835Z[ host-package] Compiling derive_more v2.1.1
30592026-05-14T15:05:45.991Z[ host-package] Compiling const_format v0.2.35
30602026-05-14T15:05:46.112Z[ host-package] Compiling crossterm v0.29.0
30612026-05-14T15:05:46.161Z[ host-package] Compiling reedline v0.40.0
30622026-05-14T15:05:46.574Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
30632026-05-14T15:05:46.735Z[ host-package] Compiling hickory-resolver v0.24.4
30642026-05-14T15:05:47.088Z[ host-package] Compiling typify v0.6.2
30652026-05-14T15:05:47.307Z[ host-package] Compiling progenitor-impl v0.14.0
30662026-05-14T15:05:47.793Z[ helios-setup] May 14 15:05:47.137 INFO E| Finished `release` profile [optimized] target(s) in 33.93s
30672026-05-14T15:05:47.797Z[ helios-setup] May 14 15:05:47.140 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
30682026-05-14T15:05:47.797Z[ helios-setup] May 14 15:05:47.140 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
30692026-05-14T15:05:47.852Z[ helios-setup] May 14 15:05:47.196 INFO building project "pilot" ok (34 seconds)
30702026-05-14T15:05:47.852Z[ helios-setup] May 14 15:05:47.196 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
30712026-05-14T15:05:47.861Z[ helios-setup] May 14 15:05:47.205 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.94.0-x86_64-unknown-illumos (default)"
30722026-05-14T15:05:47.861Z[ helios-setup] May 14 15:05:47.205 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
30732026-05-14T15:05:47.861Z[ helios-setup] May 14 15:05:47.205 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
30742026-05-14T15:05:47.973Z[ helios-setup] May 14 15:05:47.317 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
30752026-05-14T15:05:48.181Z[ host-package] Compiling tokio-rustls v0.25.0
30762026-05-14T15:05:48.287Z[ helios-setup] May 14 15:05:47.631 INFO E| From https://github.com/jclulow/rust-jmclib
30772026-05-14T15:05:48.287Z[ helios-setup] May 14 15:05:47.631 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
30782026-05-14T15:05:48.299Z[ helios-setup] May 14 15:05:47.643 INFO E| Updating crates.io index
30792026-05-14T15:05:48.377Z[ helios-setup] May 14 15:05:47.721 INFO E| Downloading crates ...
30802026-05-14T15:05:48.429Z[ helios-setup] May 14 15:05:47.773 INFO E| Downloaded digest v0.9.0
30812026-05-14T15:05:48.441Z[ helios-setup] May 14 15:05:47.780 INFO E| Downloaded unicode-width v0.1.10
30822026-05-14T15:05:48.444Z[ helios-setup] May 14 15:05:47.786 INFO E| Downloaded errno v0.3.1
30832026-05-14T15:05:48.444Z[ host-package] Compiling progenitor-impl v0.13.0
30842026-05-14T15:05:48.451Z[ helios-setup] May 14 15:05:47.795 INFO E| Downloaded ryu v1.0.15
30852026-05-14T15:05:48.454Z[ helios-setup] May 14 15:05:47.797 INFO E| Downloaded libdevinfo-sys v1.0.0
30862026-05-14T15:05:48.454Z[ helios-setup] May 14 15:05:47.798 INFO E| Downloaded itoa v1.0.9
30872026-05-14T15:05:48.457Z[ helios-setup] May 14 15:05:47.799 INFO E| Downloaded once_cell v1.18.0
30882026-05-14T15:05:48.458Z[ helios-setup] May 14 15:05:47.801 INFO E| Downloaded block-buffer v0.9.0
30892026-05-14T15:05:48.486Z[ helios-setup] May 14 15:05:47.829 INFO E| Downloaded tempfile v3.7.0
30902026-05-14T15:05:48.489Z[ helios-setup] May 14 15:05:47.831 INFO E| Downloaded md-5 v0.9.1
30912026-05-14T15:05:48.489Z[ helios-setup] May 14 15:05:47.832 INFO E| Downloaded fastrand v2.0.0
30922026-05-14T15:05:48.492Z[ helios-setup] May 14 15:05:47.833 INFO E| Downloaded sha-1 v0.9.8
30932026-05-14T15:05:48.492Z[ helios-setup] May 14 15:05:47.834 INFO E| Downloaded opaque-debug v0.3.0
30942026-05-14T15:05:48.492Z[ helios-setup] May 14 15:05:47.835 INFO E| Downloaded cpufeatures v0.2.9
30952026-05-14T15:05:48.502Z[ helios-setup] May 14 15:05:47.846 INFO E| Downloaded getrandom v0.2.10
30962026-05-14T15:05:48.505Z[ helios-setup] May 14 15:05:47.848 INFO E| Downloaded walkdir v2.3.3
30972026-05-14T15:05:48.505Z[ helios-setup] May 14 15:05:47.849 INFO E| Downloaded glob v0.3.1
30982026-05-14T15:05:48.508Z[ helios-setup] May 14 15:05:47.850 INFO E| Downloaded bitflags v2.3.3
30992026-05-14T15:05:48.512Z[ helios-setup] May 14 15:05:47.856 INFO E| Downloaded unicode-ident v1.0.11
31002026-05-14T15:05:48.515Z[ helios-setup] May 14 15:05:47.858 INFO E| Downloaded typenum v1.16.0
31012026-05-14T15:05:48.520Z[ helios-setup] May 14 15:05:47.864 INFO E| Downloaded uuid v0.8.2
31022026-05-14T15:05:48.523Z[ helios-setup] May 14 15:05:47.866 INFO E| Downloaded serde_derive v1.0.193
31032026-05-14T15:05:48.526Z[ helios-setup] May 14 15:05:47.868 INFO E| Downloaded quote v1.0.31
31042026-05-14T15:05:48.526Z[ helios-setup] May 14 15:05:47.869 INFO E| Downloaded proc-macro2 v1.0.66
31052026-05-14T15:05:48.529Z[ helios-setup] May 14 15:05:47.871 INFO E| Downloaded anyhow v1.0.72
31062026-05-14T15:05:48.533Z[ helios-setup] May 14 15:05:47.875 INFO E| Downloaded toml v0.5.11
31072026-05-14T15:05:48.536Z[ helios-setup] May 14 15:05:47.877 INFO E| Downloaded serde v1.0.193
31082026-05-14T15:05:48.558Z[ helios-setup] May 14 15:05:47.902 INFO E| Downloaded serde_json v1.0.103
31092026-05-14T15:05:48.653Z[ helios-setup] May 14 15:05:47.996 INFO E| Downloaded syn v2.0.32
31102026-05-14T15:05:48.658Z[ helios-setup] May 14 15:05:48.002 INFO E| Downloaded rustix v0.38.4
31112026-05-14T15:05:48.712Z[ helios-setup] May 14 15:05:48.056 INFO E| Downloaded libc v0.2.147
31122026-05-14T15:05:48.778Z[ helios-setup] May 14 15:05:48.122 INFO E| Compiling libc v0.2.147
31132026-05-14T15:05:48.778Z[ helios-setup] May 14 15:05:48.122 INFO E| Compiling proc-macro2 v1.0.66
31142026-05-14T15:05:48.778Z[ helios-setup] May 14 15:05:48.122 INFO E| Compiling unicode-ident v1.0.11
31152026-05-14T15:05:48.781Z[ helios-setup] May 14 15:05:48.122 INFO E| Compiling cfg-if v1.0.0
31162026-05-14T15:05:48.781Z[ helios-setup] May 14 15:05:48.122 INFO E| Compiling version_check v0.9.4
31172026-05-14T15:05:48.781Z[ helios-setup] May 14 15:05:48.122 INFO E| Compiling typenum v1.16.0
31182026-05-14T15:05:48.781Z[ helios-setup] May 14 15:05:48.122 INFO E| Compiling serde v1.0.193
31192026-05-14T15:05:48.781Z[ helios-setup] May 14 15:05:48.122 INFO E| Compiling slog v2.7.0
31202026-05-14T15:05:48.794Z[ helios-setup] May 14 15:05:48.138 INFO E| Compiling powerfmt v0.2.0
31212026-05-14T15:05:48.797Z[ helios-setup] May 14 15:05:48.138 INFO E| Compiling time-core v0.1.2
31222026-05-14T15:05:48.797Z[ helios-setup] May 14 15:05:48.138 INFO E| Compiling num-conv v0.1.0
31232026-05-14T15:05:48.797Z[ helios-setup] May 14 15:05:48.138 INFO E| Compiling itoa v1.0.9
31242026-05-14T15:05:48.797Z[ helios-setup] May 14 15:05:48.138 INFO E| Compiling rustix v0.38.4
31252026-05-14T15:05:48.797Z[ helios-setup] May 14 15:05:48.138 INFO E| Compiling num_threads v0.1.6
31262026-05-14T15:05:48.797Z[ helios-setup] May 14 15:05:48.138 INFO E| Compiling bitflags v2.3.3
31272026-05-14T15:05:48.797Z[ helios-setup] May 14 15:05:48.138 INFO E| Compiling once_cell v1.18.0
31282026-05-14T15:05:48.996Z[ helios-setup] May 14 15:05:48.340 INFO E| Compiling anyhow v1.0.72
31292026-05-14T15:05:49.051Z[ helios-setup] May 14 15:05:48.395 INFO E| Compiling serde_json v1.0.103
31302026-05-14T15:05:49.133Z[ host-package] Compiling tokio-rustls v0.26.4
31312026-05-14T15:05:49.223Z[ helios-setup] May 14 15:05:48.567 INFO E| Compiling deranged v0.3.11
31322026-05-14T15:05:49.270Z[ helios-setup] May 14 15:05:48.613 INFO E| Compiling thread_local v1.1.7
31332026-05-14T15:05:49.283Z[ helios-setup] May 14 15:05:48.627 INFO E| Compiling opaque-debug v0.3.0
31342026-05-14T15:05:49.295Z[ helios-setup] May 14 15:05:48.639 INFO E| Compiling fastrand v2.0.0
31352026-05-14T15:05:49.332Z[ helios-setup] May 14 15:05:48.676 INFO E| Compiling same-file v1.0.6
31362026-05-14T15:05:49.351Z[ helios-setup] May 14 15:05:48.695 INFO E| Compiling generic-array v0.14.7
31372026-05-14T15:05:49.379Z[ helios-setup] May 14 15:05:48.723 INFO E| Compiling ryu v1.0.15
31382026-05-14T15:05:49.423Z[ helios-setup] May 14 15:05:48.761 INFO E| Compiling unicode-width v0.1.10
31392026-05-14T15:05:49.481Z[ helios-setup] May 14 15:05:48.824 INFO E| Compiling time-macros v0.2.18
31402026-05-14T15:05:49.621Z[ host-package] Compiling rustls-platform-verifier v0.6.2
31412026-05-14T15:05:49.662Z[ helios-setup] May 14 15:05:49.006 INFO E| Compiling cpufeatures v0.2.9
31422026-05-14T15:05:49.758Z[ helios-setup] May 14 15:05:49.102 INFO E| Compiling getopts v0.2.21
31432026-05-14T15:05:49.780Z[ helios-setup] May 14 15:05:49.124 INFO E| Compiling walkdir v2.3.3
31442026-05-14T15:05:49.784Z[ host-package] Compiling hyper-rustls v0.27.7
31452026-05-14T15:05:49.803Z[ helios-setup] May 14 15:05:49.147 INFO E| Compiling libdevinfo-sys v1.0.0
31462026-05-14T15:05:49.830Z[ helios-setup] May 14 15:05:49.163 INFO E| Compiling glob v0.3.1
31472026-05-14T15:05:50.365Z[ helios-setup] May 14 15:05:49.709 INFO E| Compiling quote v1.0.31
31482026-05-14T15:05:50.397Z[ helios-setup] May 14 15:05:49.741 INFO E| Compiling dirs-sys-next v0.1.2
31492026-05-14T15:05:50.397Z[ helios-setup] May 14 15:05:49.741 INFO E| Compiling errno v0.3.1
31502026-05-14T15:05:50.397Z[ helios-setup] May 14 15:05:49.741 INFO E| Compiling atty v0.2.14
31512026-05-14T15:05:50.408Z[ helios-setup] May 14 15:05:49.752 INFO E| Compiling getrandom v0.2.10
31522026-05-14T15:05:50.561Z[ host-package] Compiling reqwest v0.13.2
31532026-05-14T15:05:50.583Z[ helios-setup] May 14 15:05:49.927 INFO E| Compiling syn v2.0.32
31542026-05-14T15:05:50.628Z[ helios-setup] May 14 15:05:49.957 INFO E| Compiling dirs-next v2.0.0
31552026-05-14T15:05:50.702Z[ host-package] Compiling reqwest v0.12.28
31562026-05-14T15:05:50.744Z[ helios-setup] May 14 15:05:50.088 INFO E| Compiling term v0.7.0
31572026-05-14T15:05:51.233Z[ helios-setup] May 14 15:05:50.577 INFO E| Compiling time v0.3.36
31582026-05-14T15:05:51.356Z[ helios-setup] May 14 15:05:50.700 INFO E| Compiling tempfile v3.7.0
31592026-05-14T15:05:51.466Z[ helios-setup] May 14 15:05:50.810 INFO E| Compiling digest v0.9.0
31602026-05-14T15:05:51.466Z[ helios-setup] May 14 15:05:50.810 INFO E| Compiling block-buffer v0.9.0
31612026-05-14T15:05:51.605Z[ helios-setup] May 14 15:05:50.949 INFO E| Compiling md-5 v0.9.1
31622026-05-14T15:05:51.605Z[ helios-setup] May 14 15:05:50.949 INFO E| Compiling sha-1 v0.9.8
31632026-05-14T15:05:52.141Z[ host-package] Compiling progenitor-macro v0.14.0
31642026-05-14T15:05:52.337Z[ helios-setup] May 14 15:05:51.681 INFO E| Compiling slog-term v2.9.0
31652026-05-14T15:05:52.860Z[ helios-setup] May 14 15:05:52.204 INFO E| Compiling serde_derive v1.0.193
31662026-05-14T15:05:53.143Z[ host-package] Compiling tough v0.22.0
31672026-05-14T15:05:53.491Z[ host-package] Compiling progenitor-client v0.14.0
31682026-05-14T15:05:53.869Z[ host-package] Compiling progenitor-extras v0.2.0
31692026-05-14T15:05:53.972Z[ host-package] Compiling progenitor-client v0.10.0
31702026-05-14T15:05:54.071Z[ host-package] Compiling progenitor-macro v0.13.0
31712026-05-14T15:05:54.198Z[ host-package] Compiling qorb v0.4.1
31722026-05-14T15:05:54.344Z[ host-package] Compiling peg v0.8.5
31732026-05-14T15:05:54.488Z[ host-package] Compiling bcs v0.1.6
31742026-05-14T15:05:54.558Z[ host-package] Compiling semver v0.1.20
31752026-05-14T15:05:54.561Z[ host-package] Compiling unicode-linebreak v0.1.5
31762026-05-14T15:05:54.902Z[ host-package] Compiling rustc_version v0.1.7
31772026-05-14T15:05:54.933Z[ host-package] Compiling smawk v0.3.2
31782026-05-14T15:05:54.971Z[ host-package] Compiling humantime v2.3.0
31792026-05-14T15:05:55.049Z[ host-package] Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
31802026-05-14T15:05:55.204Z[ host-package] Compiling newtype_derive v0.1.6
31812026-05-14T15:05:55.228Z[ host-package] Compiling textwrap v0.16.2
31822026-05-14T15:05:55.576Z[ host-package] Compiling dropshot-api-manager-types v0.7.1
31832026-05-14T15:05:56.372Z[ host-package] Compiling steno v0.4.1
31842026-05-14T15:05:56.518Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31852026-05-14T15:05:56.576Z[ host-package] Compiling utf-8 v0.7.6
31862026-05-14T15:05:56.977Z[ host-package] Compiling tagptr v0.2.0
31872026-05-14T15:05:56.999Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31882026-05-14T15:05:57.178Z[ host-package] Compiling moka v0.12.13
31892026-05-14T15:05:57.232Z[ helios-setup] May 14 15:05:56.575 INFO E| Compiling toml v0.5.11
31902026-05-14T15:05:57.232Z[ helios-setup] May 14 15:05:56.575 INFO E| Compiling uuid v0.8.2
31912026-05-14T15:05:57.326Z[ host-package] Compiling tungstenite v0.21.0
31922026-05-14T15:05:57.667Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31932026-05-14T15:05:57.844Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31942026-05-14T15:05:58.029Z[ helios-setup] May 14 15:05:57.372 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
31952026-05-14T15:05:58.281Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31962026-05-14T15:05:58.325Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31972026-05-14T15:05:58.432Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31982026-05-14T15:05:58.526Z[ host-package] Compiling hickory-resolver v0.25.2
31992026-05-14T15:05:58.570Z[ host-package] Compiling tokio-tungstenite v0.21.0
32002026-05-14T15:05:58.861Z[ helios-setup] May 14 15:05:58.205 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
32012026-05-14T15:05:59.701Z[ host-package] Compiling progenitor v0.14.0
32022026-05-14T15:05:59.785Z[ host-package] Compiling progenitor-client v0.13.0
32032026-05-14T15:05:59.865Z[ host-package] Compiling num-derive v0.3.3
32042026-05-14T15:05:59.925Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
32052026-05-14T15:06:00.428Z[ host-package] Compiling progenitor v0.13.0
32062026-05-14T15:06:00.492Z[ host-package] Compiling proc-macro-error2 v2.0.1
32072026-05-14T15:06:00.729Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32082026-05-14T15:06:00.831Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
32092026-05-14T15:06:00.878Z[ host-package] Compiling libscf-sys v1.1.0
32102026-05-14T15:06:01.468Z[ host-package] Compiling typify-impl v0.4.3
32112026-05-14T15:06:03.477Z[ helios-setup] May 14 15:06:02.821 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.60s
32122026-05-14T15:06:03.503Z[ helios-setup] May 14 15:06:02.845 INFO building project "image-builder" ok (15 seconds)
32132026-05-14T15:06:03.503Z[ helios-setup] May 14 15:06:02.845 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
32142026-05-14T15:06:03.536Z[ helios-setup] May 14 15:06:02.880 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')"
32152026-05-14T15:06:03.536Z[ helios-setup] May 14 15:06:02.880 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
32162026-05-14T15:06:03.536Z[ helios-setup] May 14 15:06:02.880 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
32172026-05-14T15:06:03.723Z[ helios-setup] May 14 15:06:03.067 INFO E| Updating crates.io index
32182026-05-14T15:06:03.723Z[ helios-setup] May 14 15:06:03.067 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
32192026-05-14T15:06:04.095Z[ helios-setup] May 14 15:06:03.439 INFO E| From https://github.com/oxidecomputer/amd-apcb
32202026-05-14T15:06:04.096Z[ helios-setup] May 14 15:06:03.439 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
32212026-05-14T15:06:04.150Z[ helios-setup] May 14 15:06:03.493 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
32222026-05-14T15:06:04.263Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
32232026-05-14T15:06:04.505Z[ helios-setup] May 14 15:06:03.849 INFO E| From https://github.com/oxidecomputer/amd-efs
32242026-05-14T15:06:04.505Z[ helios-setup] May 14 15:06:03.849 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
32252026-05-14T15:06:04.759Z[ helios-setup] May 14 15:06:04.102 INFO E| Downloading crates ...
32262026-05-14T15:06:04.817Z[ helios-setup] May 14 15:06:04.160 INFO E| Downloaded serde_derive v1.0.219
32272026-05-14T15:06:04.820Z[ helios-setup] May 14 15:06:04.162 INFO E| Downloaded modular-bitfield-impl v0.11.2
32282026-05-14T15:06:04.823Z[ helios-setup] May 14 15:06:04.166 INFO E| Downloaded unic-ucd-version v0.9.0
32292026-05-14T15:06:04.823Z[ helios-setup] May 14 15:06:04.167 INFO E| Downloaded thiserror-impl v2.0.12
32302026-05-14T15:06:04.828Z[ helios-setup] May 14 15:06:04.172 INFO E| Downloaded textwrap v0.11.0
32312026-05-14T15:06:04.831Z[ helios-setup] May 14 15:06:04.174 INFO E| Downloaded unic-ucd-ident v0.9.0
32322026-05-14T15:06:04.831Z[ helios-setup] May 14 15:06:04.175 INFO E| Downloaded unic-char-property v0.9.0
32332026-05-14T15:06:04.834Z[ helios-setup] May 14 15:06:04.176 INFO E| Downloaded rustversion v1.0.20
32342026-05-14T15:06:04.834Z[ helios-setup] May 14 15:06:04.178 INFO E| Downloaded ansi_term v0.12.1
32352026-05-14T15:06:04.838Z[ helios-setup] May 14 15:06:04.179 INFO E| Downloaded strsim v0.8.0
32362026-05-14T15:06:04.841Z[ helios-setup] May 14 15:06:04.183 INFO E| Downloaded quote v1.0.40
32372026-05-14T15:06:04.841Z[ helios-setup] May 14 15:06:04.185 INFO E| Downloaded memchr v2.7.4
32382026-05-14T15:06:04.844Z[ helios-setup] May 14 15:06:04.188 INFO E| Downloaded heck v0.3.3
32392026-05-14T15:06:04.848Z[ helios-setup] May 14 15:06:04.190 INFO E| Downloaded vec_map v0.8.2
32402026-05-14T15:06:04.848Z[ helios-setup] May 14 15:06:04.190 INFO E| Downloaded strum_macros v0.27.1
32412026-05-14T15:06:04.848Z[ helios-setup] May 14 15:06:04.192 INFO E| Downloaded bytesize v2.0.1
32422026-05-14T15:06:04.851Z[ helios-setup] May 14 15:06:04.193 INFO E| Downloaded autocfg v1.4.0
32432026-05-14T15:06:04.855Z[ helios-setup] May 14 15:06:04.197 INFO E| Downloaded unic-common v0.9.0
32442026-05-14T15:06:04.855Z[ helios-setup] May 14 15:06:04.197 INFO E| Downloaded dyn-clone v1.0.19
32452026-05-14T15:06:04.855Z[ helios-setup] May 14 15:06:04.198 INFO E| Downloaded pest_meta v2.8.0
32462026-05-14T15:06:04.858Z[ helios-setup] May 14 15:06:04.201 INFO E| Downloaded unic-char-range v0.9.0
32472026-05-14T15:06:04.867Z[ helios-setup] May 14 15:06:04.211 INFO E| Downloaded pest_generator v2.8.0
32482026-05-14T15:06:04.880Z[ helios-setup] May 14 15:06:04.223 INFO E| Downloaded proc-macro2 v1.0.95
32492026-05-14T15:06:04.899Z[ helios-setup] May 14 15:06:04.243 INFO E| Downloaded strum v0.27.1
32502026-05-14T15:06:04.902Z[ helios-setup] May 14 15:06:04.244 INFO E| Downloaded pest_derive v2.8.0
32512026-05-14T15:06:04.906Z[ helios-setup] May 14 15:06:04.248 INFO E| Downloaded modular-bitfield v0.11.2
32522026-05-14T15:06:04.909Z[ helios-setup] May 14 15:06:04.253 INFO E| Downloaded thiserror v2.0.12
32532026-05-14T15:06:04.913Z[ helios-setup] May 14 15:06:04.257 INFO E| Downloaded typenum v1.18.0
32542026-05-14T15:06:04.916Z[ helios-setup] May 14 15:06:04.259 INFO E| Downloaded log v0.4.27
32552026-05-14T15:06:04.919Z[ helios-setup] May 14 15:06:04.261 INFO E| Downloaded four-cc v0.4.0
32562026-05-14T15:06:04.919Z[ helios-setup] May 14 15:06:04.261 INFO E| Downloaded structopt-derive v0.4.18
32572026-05-14T15:06:04.919Z[ helios-setup] May 14 15:06:04.262 INFO E| Downloaded structopt v0.3.26
32582026-05-14T15:06:04.923Z[ helios-setup] May 14 15:06:04.267 INFO E| Downloaded serde v1.0.219
32592026-05-14T15:06:04.926Z[ helios-setup] May 14 15:06:04.269 INFO E| Downloaded fletcher v1.0.0
32602026-05-14T15:06:04.937Z[ helios-setup] May 14 15:06:04.281 INFO E| Downloaded unicode-ident v1.0.18
32612026-05-14T15:06:04.940Z[ helios-setup] May 14 15:06:04.283 INFO E| Downloaded parse_int v0.9.0
32622026-05-14T15:06:04.940Z[ helios-setup] May 14 15:06:04.284 INFO E| Downloaded modular-bitfield-impl v0.13.1
32632026-05-14T15:06:04.954Z[ helios-setup] May 14 15:06:04.297 INFO E| Downloaded zerocopy-derive v0.8.25
32642026-05-14T15:06:04.962Z[ helios-setup] May 14 15:06:04.306 INFO E| Downloaded modular-bitfield v0.13.1
32652026-05-14T15:06:04.967Z[ helios-setup] May 14 15:06:04.311 INFO E| Downloaded goblin v0.9.3
32662026-05-14T15:06:04.975Z[ helios-setup] May 14 15:06:04.315 INFO E| Downloaded serde_json v1.0.140
32672026-05-14T15:06:04.982Z[ helios-setup] May 14 15:06:04.323 INFO E| Downloaded zerocopy v0.8.25
32682026-05-14T15:06:04.996Z[ helios-setup] May 14 15:06:04.340 INFO E| Downloaded pest v2.8.0
32692026-05-14T15:06:04.999Z[ helios-setup] May 14 15:06:04.344 INFO E| Downloaded clap v2.34.0
32702026-05-14T15:06:05.040Z[ helios-setup] May 14 15:06:04.384 INFO E| Downloaded syn v2.0.101
32712026-05-14T15:06:05.043Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
32722026-05-14T15:06:05.063Z[ helios-setup] May 14 15:06:04.407 INFO E| Downloaded libc v0.2.172
32732026-05-14T15:06:05.118Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32742026-05-14T15:06:05.159Z[ helios-setup] May 14 15:06:04.503 INFO E| Compiling proc-macro2 v1.0.95
32752026-05-14T15:06:05.160Z[ helios-setup] May 14 15:06:04.503 INFO E| Compiling unicode-ident v1.0.18
32762026-05-14T15:06:05.163Z[ helios-setup] May 14 15:06:04.504 INFO E| Compiling memchr v2.7.4
32772026-05-14T15:06:05.163Z[ helios-setup] May 14 15:06:04.504 INFO E| Compiling autocfg v1.4.0
32782026-05-14T15:06:05.163Z[ helios-setup] May 14 15:06:04.504 INFO E| Compiling thiserror v2.0.12
32792026-05-14T15:06:05.163Z[ helios-setup] May 14 15:06:04.504 INFO E| Compiling syn v1.0.109
32802026-05-14T15:06:05.163Z[ helios-setup] May 14 15:06:04.504 INFO E| Compiling serde v1.0.219
32812026-05-14T15:06:05.163Z[ helios-setup] May 14 15:06:04.504 INFO E| Compiling version_check v0.9.5
32822026-05-14T15:06:05.163Z[ helios-setup] May 14 15:06:04.504 INFO E| Compiling serde_json v1.0.140
32832026-05-14T15:06:05.163Z[ helios-setup] May 14 15:06:04.504 INFO E| Compiling schemars v0.8.22
32842026-05-14T15:06:05.163Z[ helios-setup] May 14 15:06:04.504 INFO E| Compiling itoa v1.0.15
32852026-05-14T15:06:05.163Z[ helios-setup] May 14 15:06:04.504 INFO E| Compiling ryu v1.0.20
32862026-05-14T15:06:05.163Z[ helios-setup] May 14 15:06:04.504 INFO E| Compiling libc v0.2.172
32872026-05-14T15:06:05.163Z[ helios-setup] May 14 15:06:04.504 INFO E| Compiling dyn-clone v1.0.19
32882026-05-14T15:06:05.163Z[ helios-setup] May 14 15:06:04.504 INFO E| Compiling ucd-trie v0.1.7
32892026-05-14T15:06:05.163Z[ helios-setup] May 14 15:06:04.504 INFO E| Compiling zerocopy v0.8.25
32902026-05-14T15:06:05.205Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
32912026-05-14T15:06:05.304Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32922026-05-14T15:06:05.373Z[ host-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32932026-05-14T15:06:05.597Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32942026-05-14T15:06:05.757Z[ helios-setup] May 14 15:06:05.100 INFO E| Compiling rustversion v1.0.20
32952026-05-14T15:06:05.761Z[ helios-setup] May 14 15:06:05.102 INFO E| Compiling paste v1.0.15
32962026-05-14T15:06:05.781Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32972026-05-14T15:06:05.840Z[ helios-setup] May 14 15:06:05.183 INFO E| Compiling static_assertions v1.1.0
32982026-05-14T15:06:05.880Z[ helios-setup] May 14 15:06:05.224 INFO E| Compiling num-traits v0.2.19
32992026-05-14T15:06:05.917Z[ helios-setup] May 14 15:06:05.261 INFO E| Compiling memoffset v0.9.1
33002026-05-14T15:06:05.923Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33012026-05-14T15:06:05.926Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33022026-05-14T15:06:05.970Z[ helios-setup] May 14 15:06:05.314 INFO E| Compiling once_cell v1.21.3
33032026-05-14T15:06:06.138Z[ helios-setup] May 14 15:06:05.481 INFO E| Compiling unicode-width v0.1.14
33042026-05-14T15:06:06.152Z[ helios-setup] May 14 15:06:05.496 INFO E| Compiling heck v0.5.0
33052026-05-14T15:06:06.159Z[ helios-setup] May 14 15:06:05.502 INFO E| Compiling proc-macro-error-attr v1.0.4
33062026-05-14T15:06:06.328Z[ helios-setup] May 14 15:06:05.672 INFO E| Compiling proc-macro-error v1.0.4
33072026-05-14T15:06:06.471Z[ helios-setup] May 14 15:06:05.814 INFO E| Compiling unicode-segmentation v1.12.0
33082026-05-14T15:06:06.539Z[ helios-setup] May 14 15:06:05.883 INFO E| Compiling textwrap v0.11.0
33092026-05-14T15:06:06.594Z[ helios-setup] May 14 15:06:05.937 INFO E| Compiling atty v0.2.14
33102026-05-14T15:06:06.650Z[ helios-setup] May 14 15:06:05.994 INFO E| Compiling bitflags v1.3.2
33112026-05-14T15:06:06.770Z[ helios-setup] May 14 15:06:06.114 INFO E| Compiling byteorder v1.5.0
33122026-05-14T15:06:06.770Z[ helios-setup] May 14 15:06:06.114 INFO E| Compiling unic-common v0.9.0
33132026-05-14T15:06:06.819Z[ helios-setup] May 14 15:06:06.163 INFO E| Compiling vec_map v0.8.2
33142026-05-14T15:06:06.850Z[ helios-setup] May 14 15:06:06.194 INFO E| Compiling fletcher v1.0.0
33152026-05-14T15:06:06.873Z[ helios-setup] May 14 15:06:06.217 INFO E| Compiling unic-char-range v0.9.0
33162026-05-14T15:06:06.904Z[ helios-setup] May 14 15:06:06.246 INFO E| Compiling strsim v0.8.0
33172026-05-14T15:06:06.944Z[ helios-setup] May 14 15:06:06.288 INFO E| Compiling strum v0.27.1
33182026-05-14T15:06:06.951Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33192026-05-14T15:06:07.094Z[ helios-setup] May 14 15:06:06.437 INFO E| Compiling ansi_term v0.12.1
33202026-05-14T15:06:07.098Z[ helios-setup] May 14 15:06:06.438 INFO E| Compiling unic-char-property v0.9.0
33212026-05-14T15:06:07.125Z[ helios-setup] May 14 15:06:06.469 INFO E| Compiling unic-ucd-version v0.9.0
33222026-05-14T15:06:07.135Z[ helios-setup] May 14 15:06:06.478 INFO E| Compiling log v0.4.27
33232026-05-14T15:06:07.159Z[ helios-setup] May 14 15:06:06.502 INFO E| Compiling lazy_static v1.5.0
33242026-05-14T15:06:07.170Z[ helios-setup] May 14 15:06:06.514 INFO E| Compiling plain v0.2.3
33252026-05-14T15:06:07.219Z[ helios-setup] May 14 15:06:06.562 INFO E| Compiling bytesize v2.0.1
33262026-05-14T15:06:07.282Z[ helios-setup] May 14 15:06:06.624 INFO E| Compiling heck v0.3.3
33272026-05-14T15:06:07.295Z[ helios-setup] May 14 15:06:06.638 INFO E| Compiling unic-ucd-ident v0.9.0
33282026-05-14T15:06:07.404Z[ helios-setup] May 14 15:06:06.748 INFO E| Compiling clap v2.34.0
33292026-05-14T15:06:07.662Z[ helios-setup] May 14 15:06:07.006 INFO E| Compiling parse_int v0.9.0
33302026-05-14T15:06:07.723Z[ helios-setup] May 14 15:06:07.067 INFO E| Compiling quote v1.0.40
33312026-05-14T15:06:07.916Z[ helios-setup] May 14 15:06:07.259 INFO E| Compiling syn v2.0.101
33322026-05-14T15:06:08.163Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33332026-05-14T15:06:08.415Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33342026-05-14T15:06:09.906Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33352026-05-14T15:06:10.078Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33362026-05-14T15:06:10.235Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33372026-05-14T15:06:10.346Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33382026-05-14T15:06:10.718Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33392026-05-14T15:06:11.049Z[ helios-setup] May 14 15:06:10.393 INFO E| Compiling serde_derive_internals v0.29.1
33402026-05-14T15:06:11.128Z[ helios-setup] May 14 15:06:10.472 INFO E| Compiling modular-bitfield-impl v0.11.2
33412026-05-14T15:06:11.128Z[ helios-setup] May 14 15:06:10.472 INFO E| Compiling structopt-derive v0.4.18
33422026-05-14T15:06:11.247Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33432026-05-14T15:06:11.940Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33442026-05-14T15:06:11.957Z[ helios-setup] May 14 15:06:11.301 INFO E| Compiling thiserror-impl v2.0.12
33452026-05-14T15:06:11.957Z[ helios-setup] May 14 15:06:11.301 INFO E| Compiling serde_derive v1.0.219
33462026-05-14T15:06:11.962Z[ helios-setup] May 14 15:06:11.301 INFO E| Compiling zerocopy-derive v0.8.25
33472026-05-14T15:06:11.962Z[ helios-setup] May 14 15:06:11.301 INFO E| Compiling num-derive v0.4.2
33482026-05-14T15:06:11.966Z[ helios-setup] May 14 15:06:11.301 INFO E| Compiling modular-bitfield-impl v0.13.1
33492026-05-14T15:06:11.966Z[ helios-setup] May 14 15:06:11.301 INFO E| Compiling scroll_derive v0.12.1
33502026-05-14T15:06:11.966Z[ helios-setup] May 14 15:06:11.301 INFO E| Compiling strum_macros v0.27.1
33512026-05-14T15:06:12.222Z[ helios-setup] May 14 15:06:11.565 INFO E| Compiling schemars_derive v0.8.22
33522026-05-14T15:06:12.667Z[ helios-setup] May 14 15:06:12.010 INFO E| Compiling structopt v0.3.26
33532026-05-14T15:06:12.799Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33542026-05-14T15:06:12.819Z[ helios-setup] May 14 15:06:12.163 INFO E| Compiling modular-bitfield v0.11.2
33552026-05-14T15:06:12.923Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33562026-05-14T15:06:13.107Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33572026-05-14T15:06:13.198Z[ helios-setup] May 14 15:06:12.542 INFO E| Compiling scroll v0.12.0
33582026-05-14T15:06:13.426Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33592026-05-14T15:06:13.435Z[ helios-setup] May 14 15:06:12.779 INFO E| Compiling goblin v0.9.3
33602026-05-14T15:06:14.236Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33612026-05-14T15:06:14.305Z[ helios-setup] May 14 15:06:13.649 INFO E| Compiling modular-bitfield v0.13.1
33622026-05-14T15:06:14.635Z[ helios-setup] May 14 15:06:13.979 INFO E| Compiling pest v2.8.0
33632026-05-14T15:06:14.758Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33642026-05-14T15:06:15.820Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33652026-05-14T15:06:15.884Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33662026-05-14T15:06:16.001Z[ host-package] Compiling typify-macro v0.4.3
33672026-05-14T15:06:16.111Z[ helios-setup] May 14 15:06:15.455 INFO E| Compiling pest_meta v2.8.0
33682026-05-14T15:06:16.617Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33692026-05-14T15:06:16.854Z[ helios-setup] May 14 15:06:16.198 INFO E| Compiling pest_generator v2.8.0
33702026-05-14T15:06:17.165Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33712026-05-14T15:06:17.199Z[ host-package] Compiling tabled_derive v0.11.0
33722026-05-14T15:06:17.711Z[ helios-setup] May 14 15:06:17.055 INFO E| Compiling pest_derive v2.8.0
33732026-05-14T15:06:17.748Z[ host-package] Compiling papergrid v0.17.0
33742026-05-14T15:06:18.014Z[ host-package] Compiling testing_table v0.3.0
33752026-05-14T15:06:18.357Z[ helios-setup] May 14 15:06:17.701 INFO E| Compiling json5 v0.4.1
33762026-05-14T15:06:18.549Z[ host-package] Compiling vergen-gitcl v1.0.8
33772026-05-14T15:06:18.597Z[ host-package] Compiling dirs-sys-next v0.1.2
33782026-05-14T15:06:18.752Z[ host-package] Compiling crunchy v0.2.4
33792026-05-14T15:06:18.793Z[ host-package] Compiling glob v0.3.3
33802026-05-14T15:06:18.864Z[ host-package] Compiling maplit v1.0.2
33812026-05-14T15:06:18.985Z[ host-package] Compiling diesel_derives v2.3.7
33822026-05-14T15:06:19.133Z[ host-package] Compiling dirs-next v2.0.0
33832026-05-14T15:06:19.245Z[ host-package] Compiling clang-sys v1.8.1
33842026-05-14T15:06:19.387Z[ host-package] Compiling tabled v0.20.0
33852026-05-14T15:06:19.437Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33862026-05-14T15:06:19.574Z[ host-package] Compiling dsl_auto_type v0.2.0
33872026-05-14T15:06:19.620Z[ helios-setup] May 14 15:06:18.960 INFO E| Compiling four-cc v0.4.0
33882026-05-14T15:06:19.620Z[ helios-setup] May 14 15:06:18.960 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
33892026-05-14T15:06:19.701Z[ host-package] Compiling scheduled-thread-pool v0.2.7
33902026-05-14T15:06:19.825Z[ helios-setup] May 14 15:06:19.168 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
33912026-05-14T15:06:19.984Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
33922026-05-14T15:06:20.295Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33932026-05-14T15:06:20.410Z[ host-package] Compiling tiny-keccak v2.0.2
33942026-05-14T15:06:20.625Z[ host-package] Compiling xshell-macros v0.2.7
33952026-05-14T15:06:20.747Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33962026-05-14T15:06:20.890Z[ host-package] Compiling r2d2 v0.8.10
33972026-05-14T15:06:21.082Z[ host-package] Compiling xshell v0.2.7
33982026-05-14T15:06:21.138Z[ host-package] Compiling term v0.7.0
33992026-05-14T15:06:21.222Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34002026-05-14T15:06:21.272Z[ host-package] Compiling downcast-rs v2.0.2
34012026-05-14T15:06:21.455Z[ host-package] Compiling bit-vec v0.6.3
34022026-05-14T15:06:21.546Z[ host-package] Compiling ascii-canvas v3.0.0
34032026-05-14T15:06:21.774Z[ host-package] Compiling bit-set v0.5.3
34042026-05-14T15:06:21.843Z[ host-package] Compiling itertools v0.10.5
34052026-05-14T15:06:21.889Z[ host-package] Compiling ena v0.14.4
34062026-05-14T15:06:21.918Z[ host-package] Compiling libloading v0.8.9
34072026-05-14T15:06:21.918Z[ host-package] Compiling crc8 v0.1.1
34082026-05-14T15:06:21.989Z[ host-package] Compiling regex-syntax v0.6.29
34092026-05-14T15:06:22.032Z[ host-package] Compiling unicase v2.9.0
34102026-05-14T15:06:22.156Z[ host-package] Compiling bindgen v0.71.1
34112026-05-14T15:06:22.224Z[ host-package] Compiling diff v0.1.13
34122026-05-14T15:06:22.509Z[ host-package] Compiling typify v0.4.3
34132026-05-14T15:06:22.575Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34142026-05-14T15:06:22.645Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34152026-05-14T15:06:22.690Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34162026-05-14T15:06:23.020Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34172026-05-14T15:06:23.051Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34182026-05-14T15:06:23.085Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34192026-05-14T15:06:23.328Z[ host-package] Compiling cexpr v0.6.0
34202026-05-14T15:06:23.423Z[ host-package] Compiling lalrpop v0.19.12
34212026-05-14T15:06:23.918Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
34222026-05-14T15:06:24.015Z[ host-package] Compiling headers-core v0.3.0
34232026-05-14T15:06:24.233Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
34242026-05-14T15:06:24.608Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34252026-05-14T15:06:24.783Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34262026-05-14T15:06:24.935Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34272026-05-14T15:06:25.314Z[ host-package] Compiling libxml v0.3.3
34282026-05-14T15:06:25.645Z[ host-package] Compiling headers v0.4.1
34292026-05-14T15:06:25.675Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34302026-05-14T15:06:25.755Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34312026-05-14T15:06:25.834Z[ host-package] Compiling diesel v2.3.7
34322026-05-14T15:06:26.562Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
34332026-05-14T15:06:26.800Z[ host-package] Compiling strum_macros v0.24.3
34342026-05-14T15:06:27.055Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34352026-05-14T15:06:27.428Z[ host-package] Compiling indoc v1.0.9
34362026-05-14T15:06:28.001Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34372026-05-14T15:06:28.122Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
34382026-05-14T15:06:28.428Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34392026-05-14T15:06:28.775Z[ host-package] Compiling derive_builder v0.20.2
34402026-05-14T15:06:28.967Z[ host-package] Compiling samael v0.0.19
34412026-05-14T15:06:29.003Z[ host-package] Compiling oso-derive v0.27.3
34422026-05-14T15:06:29.689Z[ host-package] Compiling quick-xml v0.37.5
34432026-05-14T15:06:29.780Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
34442026-05-14T15:06:29.874Z[ host-package] Compiling openssl-probe v0.1.6
34452026-05-14T15:06:30.044Z[ host-package] Compiling half v1.8.3
34462026-05-14T15:06:30.286Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34472026-05-14T15:06:30.529Z[ host-package] Compiling serde_cbor v0.11.2
34482026-05-14T15:06:30.994Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34492026-05-14T15:06:31.099Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34502026-05-14T15:06:31.205Z[ host-package] Compiling polar-core v0.27.3
34512026-05-14T15:06:31.430Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
34522026-05-14T15:06:31.560Z[ host-package] Compiling bb8 v0.8.6
34532026-05-14T15:06:31.662Z[ host-package] Compiling trait-variant v0.1.2
34542026-05-14T15:06:32.016Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
34552026-05-14T15:06:32.229Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
34562026-05-14T15:06:32.361Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34572026-05-14T15:06:32.394Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
34582026-05-14T15:06:32.514Z[ host-package] Compiling fxhash v0.2.1
34592026-05-14T15:06:32.639Z[ host-package] Compiling salty v0.3.0
34602026-05-14T15:06:32.990Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34612026-05-14T15:06:33.064Z[ host-package] Compiling progenitor-impl v0.10.0
34622026-05-14T15:06:33.465Z[ host-package] Compiling progenitor-impl v0.11.2
34632026-05-14T15:06:33.873Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34642026-05-14T15:06:33.997Z[ host-package] Compiling kstat-rs v0.2.4
34652026-05-14T15:06:34.113Z[ helios-setup] May 14 15:06:33.457 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
34662026-05-14T15:06:34.607Z[ host-package] Compiling libz-sys v1.1.24
34672026-05-14T15:06:34.673Z[ host-package] Compiling nonempty v0.12.0
34682026-05-14T15:06:35.014Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34692026-05-14T15:06:35.409Z[ host-package] Compiling progenitor-macro v0.10.0
34702026-05-14T15:06:35.453Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34712026-05-14T15:06:35.545Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34722026-05-14T15:06:36.051Z[ host-package] Compiling progenitor-macro v0.11.2
34732026-05-14T15:06:37.753Z[ helios-setup] May 14 15:06:37.095 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
34742026-05-14T15:06:38.831Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
34752026-05-14T15:06:39.403Z[ host-package] Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
34762026-05-14T15:06:39.927Z[ host-package] Compiling progenitor-client v0.11.2
34772026-05-14T15:06:40.051Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
34782026-05-14T15:06:40.558Z[ host-package] Compiling darling_core v0.23.0
34792026-05-14T15:06:40.614Z[ host-package] Compiling nanorand v0.7.0
34802026-05-14T15:06:41.166Z[ host-package] Compiling oso v0.27.3
34812026-05-14T15:06:42.903Z[ host-package] Compiling arc-swap v1.8.2
34822026-05-14T15:06:43.385Z[ host-package] Compiling parking_lot_core v0.8.6
34832026-05-14T15:06:44.076Z[ host-package] Compiling mime_guess v2.0.5
34842026-05-14T15:06:45.403Z[ host-package] Compiling diesel-dtrace v0.5.0
34852026-05-14T15:06:45.948Z[ host-package] Compiling async-bb8-diesel v0.2.1
34862026-05-14T15:06:46.011Z[ host-package] Compiling slog-scope v4.4.1
34872026-05-14T15:06:46.537Z[ host-package] Compiling darling_macro v0.23.0
34882026-05-14T15:06:46.695Z[ host-package] Compiling flume v0.11.1
34892026-05-14T15:06:47.036Z[ host-package] Compiling progenitor v0.11.2
34902026-05-14T15:06:47.165Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
34912026-05-14T15:06:47.264Z[ host-package] Compiling progenitor v0.10.0
34922026-05-14T15:06:47.340Z[ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
34932026-05-14T15:06:47.492Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34942026-05-14T15:06:48.394Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34952026-05-14T15:06:48.611Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34962026-05-14T15:06:50.097Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34972026-05-14T15:06:50.606Z[ helios-setup] May 14 15:06:49.950 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.02s
34982026-05-14T15:06:50.643Z[ helios-setup] May 14 15:06:49.987 INFO building project "amd-host-image-builder" ok (47 seconds)
34992026-05-14T15:06:50.643Z[ helios-setup] May 14 15:06:49.987 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
35002026-05-14T15:06:50.653Z[ helios-setup] May 14 15:06:49.997 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.94.0-x86_64-unknown-illumos (default)"
35012026-05-14T15:06:50.653Z[ helios-setup] May 14 15:06:49.997 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
35022026-05-14T15:06:50.653Z[ helios-setup] May 14 15:06:49.997 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
35032026-05-14T15:06:50.779Z[ helios-setup] May 14 15:06:50.123 INFO E| Downloading crates ...
35042026-05-14T15:06:50.830Z[ helios-setup] May 14 15:06:50.174 INFO E| Downloaded generic-array v0.14.6
35052026-05-14T15:06:50.835Z[ helios-setup] May 14 15:06:50.179 INFO E| Downloaded anyhow v1.0.62
35062026-05-14T15:06:50.838Z[ helios-setup] May 14 15:06:50.182 INFO E| Downloaded bytes v1.2.1
35072026-05-14T15:06:50.843Z[ helios-setup] May 14 15:06:50.187 INFO E| Downloaded digest v0.10.3
35082026-05-14T15:06:50.846Z[ helios-setup] May 14 15:06:50.188 INFO E| Downloaded block-buffer v0.10.3
35092026-05-14T15:06:50.846Z[ helios-setup] May 14 15:06:50.189 INFO E| Downloaded cpufeatures v0.2.5
35102026-05-14T15:06:50.849Z[ helios-setup] May 14 15:06:50.191 INFO E| Downloaded sha2 v0.10.5
35112026-05-14T15:06:50.852Z[ helios-setup] May 14 15:06:50.195 INFO E| Downloaded typenum v1.15.0
35122026-05-14T15:06:50.855Z[ helios-setup] May 14 15:06:50.198 INFO E| Downloaded miniz_oxide v0.6.2
35132026-05-14T15:06:50.860Z[ helios-setup] May 14 15:06:50.199 INFO E| Downloaded flate2 v1.0.25
35142026-05-14T15:06:50.902Z[ helios-setup] May 14 15:06:50.246 INFO E| Compiling typenum v1.15.0
35152026-05-14T15:06:50.902Z[ helios-setup] May 14 15:06:50.246 INFO E| Compiling version_check v0.9.4
35162026-05-14T15:06:50.902Z[ helios-setup] May 14 15:06:50.246 INFO E| Compiling crc32fast v1.3.2
35172026-05-14T15:06:50.902Z[ helios-setup] May 14 15:06:50.246 INFO E| Compiling cfg-if v1.0.0
35182026-05-14T15:06:50.905Z[ helios-setup] May 14 15:06:50.246 INFO E| Compiling anyhow v1.0.62
35192026-05-14T15:06:50.905Z[ helios-setup] May 14 15:06:50.246 INFO E| Compiling adler v1.0.2
35202026-05-14T15:06:50.909Z[ helios-setup] May 14 15:06:50.253 INFO E| Compiling unicode-width v0.1.10
35212026-05-14T15:06:50.909Z[ helios-setup] May 14 15:06:50.253 INFO E| Compiling cpufeatures v0.2.5
35222026-05-14T15:06:50.912Z[ helios-setup] May 14 15:06:50.253 INFO E| Compiling bitflags v1.3.2
35232026-05-14T15:06:50.912Z[ helios-setup] May 14 15:06:50.253 INFO E| Compiling bytes v1.2.1
35242026-05-14T15:06:51.087Z[ helios-setup] May 14 15:06:50.429 INFO E| Compiling miniz_oxide v0.6.2
35252026-05-14T15:06:51.127Z[ helios-setup] May 14 15:06:50.470 INFO E| Compiling getopts v0.2.21
35262026-05-14T15:06:51.469Z[ helios-setup] May 14 15:06:50.812 INFO E| Compiling generic-array v0.14.6
35272026-05-14T15:06:51.695Z[ helios-setup] May 14 15:06:51.039 INFO E| Compiling flate2 v1.0.25
35282026-05-14T15:06:52.437Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35292026-05-14T15:06:52.647Z[ host-package] Compiling primeorder v0.13.6
35302026-05-14T15:06:53.057Z[ helios-setup] May 14 15:06:52.400 INFO E| Compiling block-buffer v0.10.3
35312026-05-14T15:06:53.057Z[ helios-setup] May 14 15:06:52.400 INFO E| Compiling crypto-common v0.1.6
35322026-05-14T15:06:53.165Z[ helios-setup] May 14 15:06:52.509 INFO E| Compiling digest v0.10.3
35332026-05-14T15:06:53.313Z[ host-package] Compiling git-stub v1.0.0
35342026-05-14T15:06:53.341Z[ helios-setup] May 14 15:06:52.684 INFO E| Compiling sha2 v0.10.5
35352026-05-14T15:06:53.464Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
35362026-05-14T15:06:53.607Z[ helios-setup] May 14 15:06:52.950 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
35372026-05-14T15:06:53.648Z[ host-package] Compiling instability v0.3.11
35382026-05-14T15:06:53.755Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
35392026-05-14T15:06:54.153Z[ host-package] Compiling git-stub-vcs v0.1.0
35402026-05-14T15:06:54.179Z[ host-package] Compiling p384 v0.13.1
35412026-05-14T15:06:54.828Z[ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
35422026-05-14T15:06:55.450Z[ helios-setup] May 14 15:06:54.794 INFO E| Finished `release` profile [optimized] target(s) in 4.78s
35432026-05-14T15:06:55.462Z[ helios-setup] May 14 15:06:54.806 INFO building project "bootserver" ok (4 seconds)
35442026-05-14T15:06:55.462Z[ helios-setup] May 14 15:06:54.806 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
35452026-05-14T15:06:55.472Z[ helios-setup] May 14 15:06:54.816 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.94.0-x86_64-unknown-illumos (default)"
35462026-05-14T15:06:55.472Z[ helios-setup] May 14 15:06:54.816 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
35472026-05-14T15:06:55.472Z[ helios-setup] May 14 15:06:54.816 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
35482026-05-14T15:06:55.663Z[ helios-setup] May 14 15:06:55.006 INFO E| Downloading crates ...
35492026-05-14T15:06:55.702Z[ helios-setup] May 14 15:06:55.046 INFO E| Downloaded adler2 v2.0.0
35502026-05-14T15:06:55.713Z[ helios-setup] May 14 15:06:55.055 INFO E| Downloaded miniz_oxide v0.8.8
35512026-05-14T15:06:55.766Z[ helios-setup] May 14 15:06:55.110 INFO E| Compiling adler2 v2.0.0
35522026-05-14T15:06:55.860Z[ helios-setup] May 14 15:06:55.203 INFO E| Compiling miniz_oxide v0.8.8
35532026-05-14T15:06:55.906Z[ host-package] Compiling darling v0.23.0
35542026-05-14T15:06:56.043Z[ host-package] Compiling slog-stdlog v4.1.1
35552026-05-14T15:06:56.735Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
35562026-05-14T15:06:56.764Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
35572026-05-14T15:06:56.912Z[ helios-setup] May 14 15:06:56.256 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
35582026-05-14T15:06:56.965Z[ host-package] Compiling ignore v0.4.25
35592026-05-14T15:06:57.136Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
35602026-05-14T15:06:57.374Z[ helios-setup] May 14 15:06:56.718 INFO E| Finished `release` profile [optimized] target(s) in 1.88s
35612026-05-14T15:06:57.384Z[ helios-setup] May 14 15:06:56.728 INFO building project "pinprick" ok (1 seconds)
35622026-05-14T15:06:57.384Z[ helios-setup] May 14 15:06:56.728 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
35632026-05-14T15:06:57.394Z[ helios-setup] May 14 15:06:56.737 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.94.0-x86_64-unknown-illumos (default)"
35642026-05-14T15:06:57.394Z[ helios-setup] May 14 15:06:56.737 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
35652026-05-14T15:06:57.397Z[ helios-setup] May 14 15:06:56.737 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
35662026-05-14T15:06:57.572Z[ host-package] Compiling castaway v0.2.4
35672026-05-14T15:06:57.614Z[ helios-setup] May 14 15:06:56.957 INFO E| Downloading crates ...
35682026-05-14T15:06:57.670Z[ helios-setup] May 14 15:06:57.013 INFO E| Downloaded bitflags v2.9.1
35692026-05-14T15:06:57.678Z[ helios-setup] May 14 15:06:57.020 INFO E| Downloaded time-core v0.1.4
35702026-05-14T15:06:57.681Z[ helios-setup] May 14 15:06:57.022 INFO E| Downloaded errno v0.3.12
35712026-05-14T15:06:57.691Z[ helios-setup] May 14 15:06:57.034 INFO E| Downloaded deranged v0.4.0
35722026-05-14T15:06:57.694Z[ helios-setup] May 14 15:06:57.038 INFO E| Downloaded serde_with_macros v3.12.0
35732026-05-14T15:06:57.699Z[ helios-setup] May 14 15:06:57.043 INFO E| Downloaded time-macros v0.2.22
35742026-05-14T15:06:57.702Z[ helios-setup] May 14 15:06:57.044 INFO E| Downloaded tempfile v3.20.0
35752026-05-14T15:06:57.705Z[ helios-setup] May 14 15:06:57.049 INFO E| Downloaded iana-time-zone v0.1.63
35762026-05-14T15:06:57.708Z[ helios-setup] May 14 15:06:57.051 INFO E| Downloaded anyhow v1.0.98
35772026-05-14T15:06:57.711Z[ helios-setup] May 14 15:06:57.054 INFO E| Downloaded indexmap v2.9.0
35782026-05-14T15:06:57.715Z[ helios-setup] May 14 15:06:57.056 INFO E| Downloaded getrandom v0.3.3
35792026-05-14T15:06:57.740Z[ helios-setup] May 14 15:06:57.083 INFO E| Downloaded time v0.3.41
35802026-05-14T15:06:57.744Z[ helios-setup] May 14 15:06:57.088 INFO E| Downloaded serde_with v3.12.0
35812026-05-14T15:06:57.751Z[ helios-setup] May 14 15:06:57.095 INFO E| Downloaded hashbrown v0.15.3
35822026-05-14T15:06:57.754Z[ helios-setup] May 14 15:06:57.098 INFO E| Downloaded chrono v0.4.41
35832026-05-14T15:06:57.761Z[ helios-setup] May 14 15:06:57.105 INFO E| Downloaded rustix v1.0.7
35842026-05-14T15:06:57.767Z[ host-package] Compiling atty v0.2.14
35852026-05-14T15:06:57.792Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
35862026-05-14T15:06:57.824Z[ helios-setup] May 14 15:06:57.168 INFO E| Compiling proc-macro2 v1.0.95
35872026-05-14T15:06:57.825Z[ helios-setup] May 14 15:06:57.168 INFO E| Compiling unicode-ident v1.0.18
35882026-05-14T15:06:57.825Z[ helios-setup] May 14 15:06:57.168 INFO E| Compiling libc v0.2.172
35892026-05-14T15:06:57.828Z[ helios-setup] May 14 15:06:57.168 INFO E| Compiling strsim v0.11.1
35902026-05-14T15:06:57.828Z[ helios-setup] May 14 15:06:57.168 INFO E| Compiling ident_case v1.0.1
35912026-05-14T15:06:57.828Z[ helios-setup] May 14 15:06:57.168 INFO E| Compiling fnv v1.0.7
35922026-05-14T15:06:57.828Z[ helios-setup] May 14 15:06:57.168 INFO E| Compiling serde v1.0.219
35932026-05-14T15:06:57.828Z[ helios-setup] May 14 15:06:57.168 INFO E| Compiling rustix v1.0.7
35942026-05-14T15:06:57.869Z[ helios-setup] May 14 15:06:57.213 INFO E| Compiling getrandom v0.3.3
35952026-05-14T15:06:57.869Z[ helios-setup] May 14 15:06:57.213 INFO E| Compiling bitflags v2.9.1
35962026-05-14T15:06:57.873Z[ helios-setup] May 14 15:06:57.213 INFO E| Compiling serde_json v1.0.140
35972026-05-14T15:06:57.873Z[ helios-setup] May 14 15:06:57.213 INFO E| Compiling cfg-if v1.0.0
35982026-05-14T15:06:57.873Z[ helios-setup] May 14 15:06:57.213 INFO E| Compiling thiserror v2.0.12
35992026-05-14T15:06:57.873Z[ helios-setup] May 14 15:06:57.214 INFO E| Compiling anyhow v1.0.98
36002026-05-14T15:06:57.873Z[ helios-setup] May 14 15:06:57.216 INFO E| Compiling memchr v2.7.4
36012026-05-14T15:06:57.889Z[ helios-setup] May 14 15:06:57.230 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
36022026-05-14T15:06:57.936Z[ host-package] Compiling indoc v2.0.7
36032026-05-14T15:06:58.027Z[ host-package] Compiling http-range v0.1.5
36042026-05-14T15:06:58.186Z[ helios-setup] May 14 15:06:57.529 INFO E| Compiling once_cell v1.21.3
36052026-05-14T15:06:58.189Z[ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
36062026-05-14T15:06:58.467Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
36072026-05-14T15:06:58.548Z[ host-package] Compiling compact_str v0.8.1
36082026-05-14T15:06:58.597Z[ host-package] Compiling globwalk v0.9.1
36092026-05-14T15:06:58.606Z[ helios-setup] May 14 15:06:57.949 INFO E| Compiling itoa v1.0.15
36102026-05-14T15:06:58.609Z[ helios-setup] May 14 15:06:57.950 INFO E| Compiling ryu v1.0.20
36112026-05-14T15:06:58.710Z[ helios-setup] May 14 15:06:58.053 INFO E| Compiling fastrand v2.3.0
36122026-05-14T15:06:59.368Z[ host-package] Compiling parking_lot v0.11.2
36132026-05-14T15:06:59.501Z[ helios-setup] May 14 15:06:58.845 INFO E| Compiling quote v1.0.40
36142026-05-14T15:06:59.767Z[ helios-setup] May 14 15:06:59.111 INFO E| Compiling syn v2.0.101
36152026-05-14T15:06:59.881Z[ helios-setup] May 14 15:06:59.222 INFO E| Compiling errno v0.3.12
36162026-05-14T15:07:00.189Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36172026-05-14T15:07:00.259Z[ host-package] Compiling slog-envlogger v2.2.0
36182026-05-14T15:07:00.455Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36192026-05-14T15:07:00.770Z[ helios-setup] May 14 15:07:00.110 INFO E| Compiling tempfile v3.20.0
36202026-05-14T15:07:01.012Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36212026-05-14T15:07:01.142Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36222026-05-14T15:07:01.273Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36232026-05-14T15:07:01.551Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
36242026-05-14T15:07:02.192Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
36252026-05-14T15:07:02.370Z[ helios-setup] May 14 15:07:01.713 INFO E| Compiling darling_core v0.20.11
36262026-05-14T15:07:02.550Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36272026-05-14T15:07:03.215Z[ helios-setup] May 14 15:07:02.558 INFO E| Compiling serde_derive v1.0.219
36282026-05-14T15:07:03.215Z[ helios-setup] May 14 15:07:02.558 INFO E| Compiling thiserror-impl v2.0.12
36292026-05-14T15:07:03.236Z[ host-package] Compiling predicates-tree v1.0.13
36302026-05-14T15:07:03.324Z[ host-package] Compiling unicode-truncate v1.1.0
36312026-05-14T15:07:03.431Z[ host-package] Compiling lru v0.12.5
36322026-05-14T15:07:03.542Z[ host-package] Compiling rand_seeder v0.4.0
36332026-05-14T15:07:03.642Z[ host-package] Compiling prefix-trie v0.7.0
36342026-05-14T15:07:03.725Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36352026-05-14T15:07:03.797Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36362026-05-14T15:07:03.838Z[ host-package] Compiling vergen-git2 v1.0.7
36372026-05-14T15:07:04.025Z[ host-package] Compiling cassowary v0.3.0
36382026-05-14T15:07:04.121Z[ host-package] Compiling corncobs v0.1.4
36392026-05-14T15:07:04.347Z[ host-package] Compiling hickory-server v0.25.2
36402026-05-14T15:07:04.417Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36412026-05-14T15:07:04.456Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36422026-05-14T15:07:04.466Z[ helios-setup] May 14 15:07:03.809 INFO E| Compiling darling_macro v0.20.11
36432026-05-14T15:07:04.496Z[ host-package] Compiling ratatui v0.29.0
36442026-05-14T15:07:04.625Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
36452026-05-14T15:07:05.010Z[ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36462026-05-14T15:07:05.150Z[ host-package] Compiling camino-tempfile-ext v0.3.3
36472026-05-14T15:07:05.282Z[ helios-setup] May 14 15:07:04.625 INFO E| Compiling darling v0.20.11
36482026-05-14T15:07:05.338Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36492026-05-14T15:07:05.373Z[ helios-setup] May 14 15:07:04.716 INFO E| Compiling serde_with_macros v3.12.0
36502026-05-14T15:07:05.591Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36512026-05-14T15:07:05.869Z[ host-package] Compiling hyper-staticfile v0.10.1
36522026-05-14T15:07:05.953Z[ host-package] Compiling sled v0.34.7
36532026-05-14T15:07:05.988Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36542026-05-14T15:07:06.766Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
36552026-05-14T15:07:07.207Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36562026-05-14T15:07:08.143Z[ host-package] Compiling secrecy v0.8.0
36572026-05-14T15:07:08.450Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36582026-05-14T15:07:08.618Z[ helios-setup] May 14 15:07:07.961 INFO E| Compiling serde_with v3.12.0
36592026-05-14T15:07:08.745Z[ host-package] Compiling rustls v0.21.12
36602026-05-14T15:07:09.770Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
36612026-05-14T15:07:09.913Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
36622026-05-14T15:07:10.018Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36632026-05-14T15:07:10.246Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36642026-05-14T15:07:11.129Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
36652026-05-14T15:07:11.154Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36662026-05-14T15:07:12.680Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36672026-05-14T15:07:12.934Z[ helios-setup] May 14 15:07:12.277 INFO E| Finished `release` profile [optimized] target(s) in 15.52s
36682026-05-14T15:07:12.955Z[ helios-setup] May 14 15:07:12.299 INFO building project "dmar-report" ok (15 seconds)
36692026-05-14T15:07:12.958Z[ helios-setup] rm -f helios-build
36702026-05-14T15:07:12.958Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
36712026-05-14T15:07:12.968Z[ helios-setup]
36722026-05-14T15:07:12.971Z[ helios-setup] Setup complete! ./helios-build is now available.
36732026-05-14T15:07:12.971Z[ helios-setup]
36742026-05-14T15:07:12.971Z[ helios-setup]
36752026-05-14T15:07:12.971Z[ helios-setup] real 2:28.950010415
36762026-05-14T15:07:12.971Z[ helios-setup] user 6:50.711808083
36772026-05-14T15:07:12.971Z[ helios-setup] sys 1:13.782554881
36782026-05-14T15:07:12.971Z[ helios-setup] trap 0.410165350
36792026-05-14T15:07:12.971Z[ helios-setup] tflt 2.351500815
36802026-05-14T15:07:12.971Z[ helios-setup] dflt 6.235249408
36812026-05-14T15:07:12.974Z[ helios-setup] kflt 0.003681180
36822026-05-14T15:07:12.974Z[ helios-setup] lock 32:15.377397829
36832026-05-14T15:07:12.974Z[ helios-setup] slp 31:17.696195375
36842026-05-14T15:07:12.974Z[ helios-setup] lat 4:24.123732459
36852026-05-14T15:07:12.974Z[ helios-setup] stop 1:15.563494035
36862026-05-14T15:07:12.974ZMay 14 15:07:12.315 INFO [helios-setup] process exited with exit status: 0 (148.953068527s)
36872026-05-14T15:07:12.974ZMay 14 15:07:12.316 INFO [helios-record] running task
36882026-05-14T15:07:12.974ZMay 14 15:07:12.316 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
36892026-05-14T15:07:12.977ZMay 14 15:07:12.320 DEBG process exited with exit status: 0 (4.086772ms)
36902026-05-14T15:07:12.977ZMay 14 15:07:12.320 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
36912026-05-14T15:07:12.980ZMay 14 15:07:12.323 DEBG process exited with exit status: 0 (3.407421ms)
36922026-05-14T15:07:12.980ZMay 14 15:07:12.323 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
36932026-05-14T15:07:12.983ZMay 14 15:07:12.327 DEBG process exited with exit status: 0 (3.335991ms)
36942026-05-14T15:07:12.983ZMay 14 15:07:12.327 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
36952026-05-14T15:07:12.986ZMay 14 15:07:12.330 DEBG process exited with exit status: 0 (3.496221ms)
36962026-05-14T15:07:12.986ZMay 14 15:07:12.330 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
36972026-05-14T15:07:12.990ZMay 14 15:07:12.334 DEBG process exited with exit status: 0 (3.303602ms)
36982026-05-14T15:07:12.990ZMay 14 15:07:12.334 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
36992026-05-14T15:07:12.993ZMay 14 15:07:12.337 DEBG process exited with exit status: 0 (3.687661ms)
37002026-05-14T15:07:12.993ZMay 14 15:07:12.337 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
37012026-05-14T15:07:12.998ZMay 14 15:07:12.342 DEBG process exited with exit status: 0 (4.302062ms)
37022026-05-14T15:07:12.998ZMay 14 15:07:12.342 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
37032026-05-14T15:07:13.002ZMay 14 15:07:12.345 DEBG process exited with exit status: 0 (3.784011ms)
37042026-05-14T15:07:13.005ZMay 14 15:07:12.345 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
37052026-05-14T15:07:13.008ZMay 14 15:07:12.349 DEBG process exited with exit status: 0 (3.470601ms)
37062026-05-14T15:07:13.008ZMay 14 15:07:12.349 INFO [helios-record] task succeeded (33.729522ms)
37072026-05-14T15:07:13.299Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
37082026-05-14T15:07:13.720Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
37092026-05-14T15:07:13.952Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
37102026-05-14T15:07:14.184Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
37112026-05-14T15:07:14.421Z[ host-package] Compiling sct v0.7.1
37122026-05-14T15:07:14.543Z[ host-package] Compiling rustls-webpki v0.101.7
37132026-05-14T15:07:14.692Z[ host-package] Compiling nix v0.29.0
37142026-05-14T15:07:14.963Z[ host-package] Compiling dropshot v0.16.7
37152026-05-14T15:07:15.101Z[ host-package] Compiling void v1.0.2
37162026-05-14T15:07:15.256Z[ host-package] Compiling lzss v0.8.2
37172026-05-14T15:07:15.538Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
37182026-05-14T15:07:16.216Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37192026-05-14T15:07:16.249Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37202026-05-14T15:07:16.325Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
37212026-05-14T15:07:16.707Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37222026-05-14T15:07:17.431Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
37232026-05-14T15:07:18.552Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
37242026-05-14T15:07:18.779Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
37252026-05-14T15:07:19.008Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
37262026-05-14T15:07:19.174Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
37272026-05-14T15:07:19.210Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
37282026-05-14T15:07:19.239Z[ host-package] Compiling tungstenite v0.23.0
37292026-05-14T15:07:19.402Z[ host-package] Compiling toml v0.9.12+spec-1.1.0
37302026-05-14T15:07:19.464Z[ host-package] Compiling nix v0.27.1
37312026-05-14T15:07:19.540Z[ host-package] Compiling dropshot_endpoint v0.16.7
37322026-05-14T15:07:20.222Z[ host-package] Compiling serde_bytes v0.11.19
37332026-05-14T15:07:20.530Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
37342026-05-14T15:07:20.689Z[ host-package] Compiling tokio-tungstenite v0.23.1
37352026-05-14T15:07:21.243Z[ host-package] Compiling git2 v0.20.4
37362026-05-14T15:07:21.325Z[ host-package] Compiling tokio-rustls v0.24.1
37372026-05-14T15:07:21.631Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37382026-05-14T15:07:22.095Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
37392026-05-14T15:07:24.141Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37402026-05-14T15:07:24.281Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37412026-05-14T15:07:25.609Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
37422026-05-14T15:07:26.525Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37432026-05-14T15:07:26.768Z[ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
37442026-05-14T15:07:26.981Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37452026-05-14T15:07:28.715Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
37462026-05-14T15:07:28.815Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37472026-05-14T15:07:28.904Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
37482026-05-14T15:07:29.227Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37492026-05-14T15:07:29.529Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
37502026-05-14T15:07:30.551Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37512026-05-14T15:07:30.653Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37522026-05-14T15:07:31.737Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
37532026-05-14T15:07:32.177Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
37542026-05-14T15:07:32.478Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
37552026-05-14T15:07:33.533Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37562026-05-14T15:07:33.738Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
37572026-05-14T15:07:34.253Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
37582026-05-14T15:07:34.433Z[ host-package] Compiling rustls-pemfile v1.0.4
37592026-05-14T15:07:34.489Z[ host-package] Compiling signal-hook-tokio v0.3.1
37602026-05-14T15:07:34.599Z[ host-package] Compiling twox-hash v2.1.2
37612026-05-14T15:07:34.622Z[ host-package] Compiling yasna v0.5.2
37622026-05-14T15:07:34.697Z[ host-package] Compiling is_ci v1.2.0
37632026-05-14T15:07:34.855Z[ host-package] Compiling supports-color v3.0.2
37642026-05-14T15:07:34.921Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
37652026-05-14T15:07:35.179Z[ host-package] Compiling rcgen v0.12.1
37662026-05-14T15:07:36.219Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37672026-05-14T15:07:36.278Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
37682026-05-14T15:07:36.420Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
37692026-05-14T15:07:36.819Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
37702026-05-14T15:07:37.051Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
37712026-05-14T15:07:37.878Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
37722026-05-14T15:07:37.981Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
37732026-05-14T15:07:38.590Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
37742026-05-14T15:07:39.570Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
37752026-05-14T15:07:39.879Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
37762026-05-14T15:07:40.127Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
37772026-05-14T15:07:40.366Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
37782026-05-14T15:07:40.595Z[ host-package] Compiling fatfs v0.3.6
37792026-05-14T15:07:41.750Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
37802026-05-14T15:07:41.828Z[ host-package] Compiling rtoolbox v0.0.3
37812026-05-14T15:07:42.113Z[ host-package] Compiling subprocess v0.2.15
37822026-05-14T15:07:42.260Z[ host-package] Compiling seq-macro v0.3.6
37832026-05-14T15:07:42.745Z[ host-package] Compiling assert_matches v1.5.0
37842026-05-14T15:07:42.859Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37852026-05-14T15:07:43.302Z[ host-package] Compiling rpassword v7.4.0
37862026-05-14T15:07:43.671Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
37872026-05-14T15:07:43.704Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
37882026-05-14T15:07:43.841Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
37892026-05-14T15:07:44.333Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
37902026-05-14T15:07:45.192Z[ host-package] Compiling tui-tree-widget v0.23.1
37912026-05-14T15:07:45.424Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
37922026-05-14T15:07:45.489Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
37932026-05-14T15:07:45.644Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
37942026-05-14T15:07:46.009Z[ host-package] Compiling uzers v0.12.2
37952026-05-14T15:07:46.262Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37962026-05-14T15:07:47.540Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
37972026-05-14T15:07:48.218Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
37982026-05-14T15:07:48.564Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
37992026-05-14T15:07:50.264Z[ host-package] Compiling support-bundle-viewer v0.1.2
38002026-05-14T15:07:52.163Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38012026-05-14T15:07:54.383Z[ host-package] Compiling multimap v0.10.1
38022026-05-14T15:07:57.507Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
38032026-05-14T15:08:14.418Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
38042026-05-14T15:08:16.397Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38052026-05-14T15:14:00.433Z[ host-package] Finished `release` profile [optimized] target(s) in 8m 22s
38062026-05-14T15:14:43.715ZMay 14 15:14:43.056 INFO [host-package] process exited with exit status: 0 (545.869881048s)
38072026-05-14T15:14:43.715ZMay 14 15:14:43.056 INFO [host-stamp] running task
38082026-05-14T15:14:43.718ZMay 14 15:14:43.057 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+git77605f30437
38092026-05-14T15:14:43.718ZMay 14 15:14:43.057 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38102026-05-14T15:14:43.718ZMay 14 15:14:43.057 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+git77605f30437
38112026-05-14T15:14:43.718ZMay 14 15:14:43.057 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+git77605f30437
38122026-05-14T15:14:43.718ZMay 14 15:14:43.058 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+git77605f30437
38132026-05-14T15:14:43.718ZMay 14 15:14:43.058 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+git77605f30437
38142026-05-14T15:14:43.718ZMay 14 15:14:43.058 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+git77605f30437
38152026-05-14T15:14:43.718ZMay 14 15:14:43.058 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+git77605f30437
38162026-05-14T15:14:43.718ZMay 14 15:14:43.059 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+git77605f30437
38172026-05-14T15:14:43.729Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38182026-05-14T15:14:43.729Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38192026-05-14T15:14:43.729Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38202026-05-14T15:14:43.732Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38212026-05-14T15:14:43.732Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38222026-05-14T15:14:43.732Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38232026-05-14T15:14:43.732Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38242026-05-14T15:14:43.732Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38252026-05-14T15:14:43.732Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38262026-05-14T15:14:43.732Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38272026-05-14T15:14:43.735ZMay 14 15:14:43.076 INFO [stamp-overlay] process exited with exit status: 0 (19.339107ms)
38282026-05-14T15:14:43.739Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38292026-05-14T15:14:43.742ZMay 14 15:14:43.082 INFO [stamp-oxlog] process exited with exit status: 0 (24.885519ms)
38302026-05-14T15:14:43.762Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38312026-05-14T15:14:43.766ZMay 14 15:14:43.107 INFO [stamp-crucible-utils] process exited with exit status: 0 (49.224428ms)
38322026-05-14T15:14:43.775Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38332026-05-14T15:14:43.778ZMay 14 15:14:43.120 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (61.804912ms)
38342026-05-14T15:14:43.891Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38352026-05-14T15:14:43.895ZMay 14 15:14:43.237 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (178.863135ms)
38362026-05-14T15:14:44.034Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38372026-05-14T15:14:44.037ZMay 14 15:14:43.379 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (320.307637ms)
38382026-05-14T15:14:44.299Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38392026-05-14T15:14:44.303ZMay 14 15:14:43.644 INFO [stamp-propolis-server] process exited with exit status: 0 (586.742856ms)
38402026-05-14T15:14:44.747Z[recovery-package] Compiling newtype-uuid v1.3.2
38412026-05-14T15:14:44.987Z[recovery-package] Compiling daft v0.1.5
38422026-05-14T15:14:45.196Z[recovery-package] Compiling iddqd v0.3.18
38432026-05-14T15:14:46.068Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
38442026-05-14T15:14:46.338Z[recovery-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
38452026-05-14T15:14:46.338Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
38462026-05-14T15:14:46.338Z[recovery-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
38472026-05-14T15:14:46.341Z[recovery-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
38482026-05-14T15:14:46.341Z[recovery-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
38492026-05-14T15:14:46.341Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38502026-05-14T15:14:46.341Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
38512026-05-14T15:14:46.341Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38522026-05-14T15:14:46.449Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
38532026-05-14T15:14:46.669Z[recovery-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
38542026-05-14T15:14:46.725Z[recovery-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
38552026-05-14T15:14:46.844Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
38562026-05-14T15:14:49.391Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
38572026-05-14T15:14:49.395ZMay 14 15:14:48.737 INFO [stamp-switch-asic] process exited with exit status: 0 (5.679104399s)
38582026-05-14T15:14:49.396ZMay 14 15:14:48.737 INFO [host-stamp] task succeeded (5.680345319s)
38592026-05-14T15:14:49.396ZMay 14 15:14:48.737 INFO [host-proto] running task
38602026-05-14T15:14:49.745ZMay 14 15:14:49.086 INFO [host-proto] task succeeded (349.265408ms)
38612026-05-14T15:14:49.745ZMay 14 15:14:49.086 INFO [host-profile] running task
38622026-05-14T15:14:49.748ZMay 14 15:14:49.086 INFO [host-profile] task succeeded (214.57µs)
38632026-05-14T15:14:49.748ZMay 14 15:14:49.086 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/.tmp2Zpu7x/proto/host/root -N 'ci 77605f3/${os_short_commit} 2026-05-14 15:04' -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/'
38642026-05-14T15:14:49.751Z[ host-image] May 14 15:14:49.092 INFO Checking files for board 'cosmo-mbist'
38652026-05-14T15:14:49.751Z[ host-image] May 14 15:14:49.092 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
38662026-05-14T15:14:49.751Z[ host-image] May 14 15:14:49.092 INFO Checking files for board 'cosmo-mbist-noaggr'
38672026-05-14T15:14:49.751Z[ host-image] May 14 15:14:49.092 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
38682026-05-14T15:14:49.751Z[ host-image] May 14 15:14:49.092 INFO Checking files for board 'cosmo'
38692026-05-14T15:14:49.751Z[ host-image] May 14 15:14:49.092 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
38702026-05-14T15:14:49.753Z[ host-image] May 14 15:14:49.092 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
38712026-05-14T15:14:49.753Z[ host-image] May 14 15:14:49.092 INFO Checking files for board 'gimlet'
38722026-05-14T15:14:49.753Z[ host-image] May 14 15:14:49.092 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
38732026-05-14T15:14:49.753Z[ host-image] May 14 15:14:49.092 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
38742026-05-14T15:14:49.759Z[ host-image] May 14 15:14:49.100 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmp2Zpu7x/proto/host/root"
38752026-05-14T15:14:49.759Z[ host-image] May 14 15:14:49.101 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
38762026-05-14T15:14:49.762Z[ host-image] May 14 15:14:49.101 INFO image builder template: ramdisk-01-os...
38772026-05-14T15:14:49.762Z[ host-image] May 14 15:14:49.101 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/.tmp2Zpu7x/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
38782026-05-14T15:14:49.771Z[ host-image] May 14 15:14:49.113 INFO O| May 14 15:14:49.113 INFO CREATE DATASET: rpool/images/build/host/output
38792026-05-14T15:14:50.990Z[recovery-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
38802026-05-14T15:14:50.990Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
38812026-05-14T15:14:50.993Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
38822026-05-14T15:14:50.993Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
38832026-05-14T15:14:50.993Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38842026-05-14T15:14:52.122Z[ host-image] May 14 15:14:51.463 INFO O| May 14 15:14:51.463 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
38852026-05-14T15:14:52.126Z[ host-image] May 14 15:14:51.467 INFO O| May 14 15:14:51.466 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
38862026-05-14T15:14:52.442Z[ host-image] May 14 15:14:51.783 INFO O| May 14 15:14:51.783 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
38872026-05-14T15:14:52.493Z[ host-image] May 14 15:14:51.835 INFO O| May 14 15:14:51.835 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
38882026-05-14T15:14:52.493Z[ host-image] May 14 15:14:51.835 INFO O| May 14 15:14:51.835 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
38892026-05-14T15:14:52.496Z[ host-image] May 14 15:14:51.835 INFO O| May 14 15:14:51.835 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
38902026-05-14T15:14:52.496Z[ host-image] May 14 15:14:51.835 INFO O| May 14 15:14:51.835 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
38912026-05-14T15:14:52.500Z[ host-image] May 14 15:14:51.840 INFO O| May 14 15:14:51.840 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
38922026-05-14T15:14:52.735Z[ host-image] May 14 15:14:52.075 INFO O| May 14 15:14:52.075 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38932026-05-14T15:14:52.741Z[ host-image] May 14 15:14:52.082 INFO O| May 14 15:14:52.082 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
38942026-05-14T15:14:53.005Z[ host-image] May 14 15:14:52.346 INFO O| May 14 15:14:52.346 INFO O| Caching catalogs ... Done
38952026-05-14T15:14:53.073Z[ host-image] May 14 15:14:52.414 INFO O| May 14 15:14:52.414 INFO STEP 0 (pkg_image_create) COMPLETE
38962026-05-14T15:14:53.073Z[ host-image] May 14 15:14:52.414 INFO O| May 14 15:14:52.414 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38972026-05-14T15:14:53.079Z[ host-image] May 14 15:14:52.420 INFO O| May 14 15:14:52.420 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"]
38982026-05-14T15:14:53.331Z[ host-image] May 14 15:14:52.672 INFO O| May 14 15:14:52.672 INFO STEP 1 (pkg_set_publisher) COMPLETE
38992026-05-14T15:14:53.331Z[ host-image] May 14 15:14:52.672 INFO O| May 14 15:14:52.672 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39002026-05-14T15:14:53.334Z[ host-image] May 14 15:14:52.672 INFO O| May 14 15:14:52.672 INFO skip step because feature "publisher_1_name" is not enabled
39012026-05-14T15:14:53.334Z[ host-image] May 14 15:14:52.672 INFO O| May 14 15:14:52.672 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39022026-05-14T15:14:53.334Z[ host-image] May 14 15:14:52.672 INFO O| May 14 15:14:52.672 INFO skip step because feature "publisher_2_name" is not enabled
39032026-05-14T15:14:53.334Z[ host-image] May 14 15:14:52.672 INFO O| May 14 15:14:52.672 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39042026-05-14T15:14:53.334Z[ host-image] May 14 15:14:52.672 INFO O| May 14 15:14:52.672 INFO skip step because feature "publisher_3_name" is not enabled
39052026-05-14T15:14:53.334Z[ host-image] May 14 15:14:52.672 INFO O| May 14 15:14:52.672 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39062026-05-14T15:14:53.583Z[ host-image] May 14 15:14:52.925 INFO O| May 14 15:14:52.924 INFO variant opensolaris.zone is already global
39072026-05-14T15:14:53.583Z[ host-image] May 14 15:14:52.925 INFO O| May 14 15:14:52.925 INFO STEP 5 (pkg_change_variant) COMPLETE
39082026-05-14T15:14:53.586Z[ host-image] May 14 15:14:52.925 INFO O| May 14 15:14:52.925 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39092026-05-14T15:14:53.834Z[ host-image] May 14 15:14:53.176 INFO O| May 14 15:14:53.176 INFO variant opensolaris.imagetype is full; changing to partial
39102026-05-14T15:14:53.835Z[ host-image] May 14 15:14:53.176 INFO O| May 14 15:14:53.176 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39112026-05-14T15:14:54.265Z[ host-image] May 14 15:14:53.605 INFO O| May 14 15:14:53.605 INFO O| Startup: Refreshing catalog 'helios' ... Done
39122026-05-14T15:14:54.313Z[ host-image] May 14 15:14:53.654 INFO O| May 14 15:14:53.654 INFO O| Startup: Caching catalogs ... Done
39132026-05-14T15:14:54.316Z[ host-image] May 14 15:14:53.657 INFO O| May 14 15:14:53.657 INFO O| Planning: Planning completed in 0.00 seconds
39142026-05-14T15:14:54.316Z[ host-image] May 14 15:14:53.657 INFO O| May 14 15:14:53.657 INFO O| Planning: Consolidating action changes ... Done
39152026-05-14T15:14:54.316Z[ host-image] May 14 15:14:53.657 INFO O| May 14 15:14:53.657 INFO O| Planning: Evaluating mediators ... Done
39162026-05-14T15:14:54.316Z[ host-image] May 14 15:14:53.657 INFO O| May 14 15:14:53.657 INFO O| Planning: Planning completed in 0.00 seconds
39172026-05-14T15:14:54.316Z[ host-image] May 14 15:14:53.657 INFO O| May 14 15:14:53.657 INFO O| Variants/Facets to change: 1
39182026-05-14T15:14:54.324Z[ host-image] May 14 15:14:53.665 INFO O| May 14 15:14:53.665 INFO O| Finalize: Updating package state database ... Done
39192026-05-14T15:14:54.324Z[ host-image] May 14 15:14:53.665 INFO O| May 14 15:14:53.665 INFO O| Finalize: Updating package cache ... Done
39202026-05-14T15:14:54.332Z[ host-image] May 14 15:14:53.674 INFO O| May 14 15:14:53.674 INFO O| Finalize: Updating image state ... Done
39212026-05-14T15:14:54.335Z[ host-image] May 14 15:14:53.676 INFO O| May 14 15:14:53.676 INFO O| Finalize: Creating fast lookup database ... Done
39222026-05-14T15:14:54.335Z[ host-image] May 14 15:14:53.676 INFO O| May 14 15:14:53.676 INFO O| Finalize: Reading search index ... Done
39232026-05-14T15:14:54.335Z[ host-image] May 14 15:14:53.676 INFO O| May 14 15:14:53.676 INFO O| Finalize: Updating search index ... Done
39242026-05-14T15:14:54.338Z[ host-image] May 14 15:14:53.677 INFO O| May 14 15:14:53.677 INFO O| Finalize: Updating package cache ... Done
39252026-05-14T15:14:54.394Z[ host-image] May 14 15:14:53.735 INFO O| May 14 15:14:53.735 INFO STEP 6 (pkg_change_variant) COMPLETE
39262026-05-14T15:14:54.394Z[ host-image] May 14 15:14:53.735 INFO O| May 14 15:14:53.735 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39272026-05-14T15:14:54.394Z[ host-image] May 14 15:14:53.735 INFO O| May 14 15:14:53.735 INFO skip step because feature "debug_variant" is not enabled
39282026-05-14T15:14:54.402Z[ host-image] May 14 15:14:53.735 INFO O| May 14 15:14:53.735 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39292026-05-14T15:14:54.652Z[ host-image] May 14 15:14:53.993 INFO O| May 14 15:14:53.993 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39302026-05-14T15:14:55.080Z[ host-image] May 14 15:14:54.421 INFO O| May 14 15:14:54.421 INFO O| Startup: Refreshing catalog 'helios' ... Done
39312026-05-14T15:14:55.129Z[ host-image] May 14 15:14:54.471 INFO O| May 14 15:14:54.471 INFO O| Startup: Caching catalogs ... Done
39322026-05-14T15:14:55.132Z[ host-image] May 14 15:14:54.474 INFO O| May 14 15:14:54.474 INFO O| Planning: Planning completed in 0.00 seconds
39332026-05-14T15:14:55.135Z[ host-image] May 14 15:14:54.474 INFO O| May 14 15:14:54.474 INFO O| Planning: Consolidating action changes ... Done
39342026-05-14T15:14:55.135Z[ host-image] May 14 15:14:54.474 INFO O| May 14 15:14:54.474 INFO O| Planning: Evaluating mediators ... Done
39352026-05-14T15:14:55.135Z[ host-image] May 14 15:14:54.474 INFO O| May 14 15:14:54.474 INFO O| Planning: Planning completed in 0.00 seconds
39362026-05-14T15:14:55.135Z[ host-image] May 14 15:14:54.474 INFO O| May 14 15:14:54.474 INFO O| Variants/Facets to change: 1
39372026-05-14T15:14:55.141Z[ host-image] May 14 15:14:54.483 INFO O| May 14 15:14:54.483 INFO O| Finalize: Updating package state database ... Done
39382026-05-14T15:14:55.141Z[ host-image] May 14 15:14:54.483 INFO O| May 14 15:14:54.483 INFO O| Finalize: Updating package cache ... Done
39392026-05-14T15:14:55.150Z[ host-image] May 14 15:14:54.491 INFO O| May 14 15:14:54.491 INFO O| Finalize: Updating image state ... Done
39402026-05-14T15:14:55.152Z[ host-image] May 14 15:14:54.493 INFO O| May 14 15:14:54.493 INFO O| Finalize: Creating fast lookup database ... Done
39412026-05-14T15:14:55.152Z[ host-image] May 14 15:14:54.493 INFO O| May 14 15:14:54.493 INFO O| Finalize: Reading search index ... Done
39422026-05-14T15:14:55.152Z[ host-image] May 14 15:14:54.494 INFO O| May 14 15:14:54.494 INFO O| Finalize: Updating search index ... Done
39432026-05-14T15:14:55.155Z[ host-image] May 14 15:14:54.494 INFO O| May 14 15:14:54.494 INFO O| Finalize: Updating package cache ... Done
39442026-05-14T15:14:55.211Z[ host-image] May 14 15:14:54.553 INFO O| May 14 15:14:54.552 INFO STEP 8 (pkg_change_facet) COMPLETE
39452026-05-14T15:14:55.211Z[ host-image] May 14 15:14:54.553 INFO O| May 14 15:14:54.553 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39462026-05-14T15:14:55.214Z[ host-image] May 14 15:14:54.553 INFO O| May 14 15:14:54.553 INFO skip step because feature "recovery" is not enabled
39472026-05-14T15:14:55.214Z[ host-image] May 14 15:14:54.553 INFO O| May 14 15:14:54.553 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39482026-05-14T15:14:55.214Z[ host-image] May 14 15:14:54.553 INFO O| May 14 15:14:54.553 INFO skip step because feature "recovery" is not enabled
39492026-05-14T15:14:55.214Z[ host-image] May 14 15:14:54.553 INFO O| May 14 15:14:54.553 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39502026-05-14T15:14:55.218Z[ host-image] May 14 15:14:54.559 INFO O| May 14 15:14:54.559 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"]
39512026-05-14T15:14:55.629Z[ host-image] May 14 15:14:54.970 INFO O| May 14 15:14:54.970 INFO O| Startup: Refreshing catalog 'helios' ... Done
39522026-05-14T15:14:55.678Z[ host-image] May 14 15:14:55.019 INFO O| May 14 15:14:55.019 INFO O| Startup: Caching catalogs ... Done
39532026-05-14T15:14:55.838Z[ host-image] May 14 15:14:55.180 INFO O| May 14 15:14:55.179 INFO O| Planning: Solver setup ... Done
39542026-05-14T15:14:55.844Z[ host-image] May 14 15:14:55.185 INFO O| May 14 15:14:55.185 INFO O| Planning: Running solver ... Done
39552026-05-14T15:14:55.848Z[ host-image] May 14 15:14:55.189 INFO O| May 14 15:14:55.189 INFO O| Planning: Finding local manifests ... Done
39562026-05-14T15:14:55.863Z[ host-image] May 14 15:14:55.205 INFO O| May 14 15:14:55.205 INFO O| Planning: Fetching manifests: 0/127 0% complete
39572026-05-14T15:14:57.298Z[ host-image] May 14 15:14:56.639 INFO O| May 14 15:14:56.639 INFO O| Planning: Fetching manifests: 127/127 100% complete
39582026-05-14T15:14:57.640Z[ host-image] May 14 15:14:56.982 INFO O| May 14 15:14:56.982 INFO O| Planning: Package planning ... Done
39592026-05-14T15:14:58.000Z[ host-image] May 14 15:14:57.341 INFO O| May 14 15:14:57.341 INFO O| Planning: Merging actions ... Done
39602026-05-14T15:14:58.099Z[ host-image] May 14 15:14:57.440 INFO O| May 14 15:14:57.440 INFO O| Planning: Checking for conflicting actions ... Done
39612026-05-14T15:14:58.195Z[ host-image] May 14 15:14:57.536 INFO O| May 14 15:14:57.536 INFO O| Planning: Consolidating action changes ... Done
39622026-05-14T15:14:58.359Z[ host-image] May 14 15:14:57.700 INFO O| May 14 15:14:57.700 INFO O| Planning: Evaluating mediators ... Done
39632026-05-14T15:14:58.696Z[recovery-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
39642026-05-14T15:14:59.630Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
39652026-05-14T15:14:59.752Z[ host-image] May 14 15:14:59.093 INFO O| May 14 15:14:59.093 INFO O| Planning: Planning completed in 4.07 seconds
39662026-05-14T15:14:59.755Z[ host-image] May 14 15:14:59.095 INFO O| May 14 15:14:59.095 INFO O| Packages to install: 127
39672026-05-14T15:14:59.755Z[ host-image] May 14 15:14:59.095 INFO O| May 14 15:14:59.095 INFO O| Mediators to change: 5
39682026-05-14T15:14:59.755Z[ host-image] May 14 15:14:59.095 INFO O| May 14 15:14:59.095 INFO O| Services to change: 6
39692026-05-14T15:14:59.783Z[ host-image] May 14 15:14:59.124 INFO O| May 14 15:14:59.124 INFO O| Download: 0/23748 items 0.0/221.9MB 0% complete
39702026-05-14T15:15:01.913Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
39712026-05-14T15:15:01.913Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
39722026-05-14T15:15:02.964Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
39732026-05-14T15:15:03.576Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39742026-05-14T15:15:04.969Z[ host-image] May 14 15:15:04.310 INFO O| May 14 15:15:04.310 INFO O| Download: 1643/23748 items 10.5/221.9MB 4% complete (2.2M/s)
39752026-05-14T15:15:10.050Z[ host-image] May 14 15:15:09.391 INFO O| May 14 15:15:09.391 INFO O| Download: 2321/23748 items 26.7/221.9MB 12% complete (2.7M/s)
39762026-05-14T15:15:15.168Z[ host-image] May 14 15:15:14.509 INFO O| May 14 15:15:14.509 INFO O| Download: 4516/23748 items 41.1/221.9MB 18% complete (3.1M/s)
39772026-05-14T15:15:15.376Z[recovery-package] Finished `release` profile [optimized] target(s) in 31.51s
39782026-05-14T15:15:17.029ZMay 14 15:15:16.370 INFO [recovery-package] process exited with exit status: 0 (33.313301463s)
39792026-05-14T15:15:17.029ZMay 14 15:15:16.370 INFO [recovery-stamp] running task
39802026-05-14T15:15:17.032ZMay 14 15:15:16.370 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
39812026-05-14T15:15:17.032ZMay 14 15:15:16.370 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+git77605f30437
39822026-05-14T15:15:17.032ZMay 14 15:15:16.370 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 20.0.0-0.ci+git77605f30437
39832026-05-14T15:15:17.039Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
39842026-05-14T15:15:17.042Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
39852026-05-14T15:15:17.166Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
39862026-05-14T15:15:17.170ZMay 14 15:15:16.511 INFO [stamp-installinator] process exited with exit status: 0 (140.652892ms)
39872026-05-14T15:15:17.218Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
39882026-05-14T15:15:17.221ZMay 14 15:15:16.563 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (192.885381ms)
39892026-05-14T15:15:17.221ZMay 14 15:15:16.563 INFO [recovery-stamp] task succeeded (193.052791ms)
39902026-05-14T15:15:17.221ZMay 14 15:15:16.563 INFO [recovery-proto] running task
39912026-05-14T15:15:17.221ZMay 14 15:15:16.563 INFO [tuf-stamp] running task
39922026-05-14T15:15:17.224ZMay 14 15:15:16.563 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+git77605f30437
39932026-05-14T15:15:17.225ZMay 14 15:15:16.564 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+git77605f30437
39942026-05-14T15:15:17.225ZMay 14 15:15:16.564 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+git77605f30437
39952026-05-14T15:15:17.225ZMay 14 15:15:16.564 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+git77605f30437
39962026-05-14T15:15:17.225ZMay 14 15:15:16.565 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+git77605f30437
39972026-05-14T15:15:17.225ZMay 14 15:15:16.565 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+git77605f30437
39982026-05-14T15:15:17.225ZMay 14 15:15:16.565 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+git77605f30437
39992026-05-14T15:15:17.225ZMay 14 15:15:16.565 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+git77605f30437
40002026-05-14T15:15:17.225ZMay 14 15:15:16.566 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+git77605f30437
40012026-05-14T15:15:17.225ZMay 14 15:15:16.566 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+git77605f30437
40022026-05-14T15:15:17.228ZMay 14 15:15:16.566 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+git77605f30437
40032026-05-14T15:15:17.228ZMay 14 15:15:16.567 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+git77605f30437
40042026-05-14T15:15:17.234Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40052026-05-14T15:15:17.237Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40062026-05-14T15:15:17.237Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40072026-05-14T15:15:17.237Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40082026-05-14T15:15:17.237Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40092026-05-14T15:15:17.237Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40102026-05-14T15:15:17.237Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40112026-05-14T15:15:17.237Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40122026-05-14T15:15:17.237Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40132026-05-14T15:15:17.237Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40142026-05-14T15:15:17.237Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40152026-05-14T15:15:17.237Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40162026-05-14T15:15:17.286Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40172026-05-14T15:15:17.290ZMay 14 15:15:16.632 INFO [stamp-probe] process exited with exit status: 0 (65.816714ms)
40182026-05-14T15:15:17.345ZMay 14 15:15:16.686 INFO [recovery-proto] task succeeded (123.446755ms)
40192026-05-14T15:15:17.349ZMay 14 15:15:16.686 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/.tmp2Zpu7x/proto/recovery/root -N 'recovery 77605f3/${os_short_commit} 2026-05-14 15:04' -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/'
40202026-05-14T15:15:17.352Z[ recovery-image] May 14 15:15:16.693 INFO Checking files for board 'cosmo-mbist'
40212026-05-14T15:15:17.352Z[ recovery-image] May 14 15:15:16.693 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40222026-05-14T15:15:17.352Z[ recovery-image] May 14 15:15:16.693 INFO Checking files for board 'cosmo-mbist-noaggr'
40232026-05-14T15:15:17.352Z[ recovery-image] May 14 15:15:16.693 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40242026-05-14T15:15:17.354Z[ recovery-image] May 14 15:15:16.693 INFO Checking files for board 'cosmo'
40252026-05-14T15:15:17.355Z[ recovery-image] May 14 15:15:16.693 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40262026-05-14T15:15:17.355Z[ recovery-image] May 14 15:15:16.693 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40272026-05-14T15:15:17.355Z[ recovery-image] May 14 15:15:16.693 INFO Checking files for board 'gimlet'
40282026-05-14T15:15:17.355Z[ recovery-image] May 14 15:15:16.693 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40292026-05-14T15:15:17.355Z[ recovery-image] May 14 15:15:16.693 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
40302026-05-14T15:15:17.361Z[ recovery-image] May 14 15:15:16.703 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmp2Zpu7x/proto/recovery/root"
40312026-05-14T15:15:17.364Z[ recovery-image] May 14 15:15:16.703 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40322026-05-14T15:15:17.364Z[ recovery-image] May 14 15:15:16.703 INFO image builder template: ramdisk-01-os...
40332026-05-14T15:15:17.364Z[ recovery-image] May 14 15:15:16.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/.tmp2Zpu7x/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", "optever=0.40.479", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40342026-05-14T15:15:17.378Z[ recovery-image] May 14 15:15:16.719 INFO O| May 14 15:15:16.719 INFO CREATE DATASET: rpool/images/build/recovery/output
40352026-05-14T15:15:17.666Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
40362026-05-14T15:15:17.700Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40372026-05-14T15:15:17.703ZMay 14 15:15:17.044 INFO [stamp-ntp] process exited with exit status: 0 (478.651105ms)
40382026-05-14T15:15:17.706Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
40392026-05-14T15:15:17.833Z[ recovery-image] May 14 15:15:17.174 INFO O| May 14 15:15:17.174 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40402026-05-14T15:15:17.837Z[ recovery-image] May 14 15:15:17.178 INFO O| May 14 15:15:17.178 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40412026-05-14T15:15:17.872Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40422026-05-14T15:15:17.877ZMay 14 15:15:17.218 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (651.694408ms)
40432026-05-14T15:15:18.060Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40442026-05-14T15:15:18.066ZMay 14 15:15:17.407 INFO [stamp-external-dns] process exited with exit status: 0 (843.887649ms)
40452026-05-14T15:15:18.069Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40462026-05-14T15:15:18.071ZMay 14 15:15:17.413 INFO [stamp-internal-dns] process exited with exit status: 0 (848.850731ms)
40472026-05-14T15:15:18.171Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40482026-05-14T15:15:18.175ZMay 14 15:15:17.517 INFO [stamp-crucible-zone] process exited with exit status: 0 (952.025559ms)
40492026-05-14T15:15:18.268Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40502026-05-14T15:15:18.272ZMay 14 15:15:17.614 INFO [stamp-oximeter] process exited with exit status: 0 (1.047378723s)
40512026-05-14T15:15:19.283Z[ recovery-image] May 14 15:15:18.625 INFO O| May 14 15:15:18.625 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40522026-05-14T15:15:19.818Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40532026-05-14T15:15:19.822ZMay 14 15:15:19.163 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.59744007s)
40542026-05-14T15:15:20.169Z[ host-image] May 14 15:15:19.510 INFO O| May 14 15:15:19.510 INFO O| Download: 5894/23748 items 46.8/221.9MB 21% complete (1.9M/s)
40552026-05-14T15:15:20.515Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40562026-05-14T15:15:20.518ZMay 14 15:15:19.860 INFO [stamp-nexus] process exited with exit status: 0 (3.294648445s)
40572026-05-14T15:15:20.606Z[ recovery-image] May 14 15:15:19.948 INFO O| May 14 15:15:19.948 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40582026-05-14T15:15:20.606Z[ recovery-image] May 14 15:15:19.948 INFO O| May 14 15:15:19.948 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40592026-05-14T15:15:20.609Z[ recovery-image] May 14 15:15:19.948 INFO O| May 14 15:15:19.948 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40602026-05-14T15:15:20.609Z[ recovery-image] May 14 15:15:19.948 INFO O| May 14 15:15:19.948 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40612026-05-14T15:15:20.612Z[ recovery-image] May 14 15:15:19.954 INFO O| May 14 15:15:19.954 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40622026-05-14T15:15:21.789Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40632026-05-14T15:15:21.793ZMay 14 15:15:21.134 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.570287212s)
40642026-05-14T15:15:21.911Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40652026-05-14T15:15:21.916ZMay 14 15:15:21.257 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.692641068s)
40662026-05-14T15:15:21.921Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
40672026-05-14T15:15:21.926ZMay 14 15:15:21.267 INFO [stamp-clickhouse] process exited with exit status: 0 (4.703676531s)
40682026-05-14T15:15:21.926ZMay 14 15:15:21.267 INFO [tuf-stamp] task succeeded (4.704368201s)
40692026-05-14T15:15:22.055Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
40702026-05-14T15:15:22.272Z[verify-libraries] Compiling ar_archive_writer v0.5.1
40712026-05-14T15:15:22.298Z[verify-libraries] Compiling stacker v0.1.23
40722026-05-14T15:15:22.298Z[verify-libraries] Compiling cfg_aliases v0.1.1
40732026-05-14T15:15:22.338Z[verify-libraries] Compiling home v0.5.12
40742026-05-14T15:15:22.361Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
40752026-05-14T15:15:22.364Z[verify-libraries] Compiling nibble_vec v0.1.0
40762026-05-14T15:15:22.405Z[verify-libraries] Compiling endian-type v0.1.2
40772026-05-14T15:15:22.409Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
40782026-05-14T15:15:22.455Z[verify-libraries] Compiling nix v0.28.0
40792026-05-14T15:15:22.458Z[verify-libraries] Compiling sqlparser_derive v0.5.0
40802026-05-14T15:15:22.478Z[verify-libraries] Compiling winnow v0.6.26
40812026-05-14T15:15:22.527Z[verify-libraries] Compiling unicode_categories v0.1.1
40822026-05-14T15:15:22.550Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
40832026-05-14T15:15:22.550Z[verify-libraries] Compiling radix_trie v0.2.1
40842026-05-14T15:15:22.636Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
40852026-05-14T15:15:22.672Z[verify-libraries] Compiling polyval v0.6.2
40862026-05-14T15:15:22.696Z[verify-libraries] Compiling ctr v0.9.2
40872026-05-14T15:15:22.719Z[verify-libraries] Compiling colored v2.2.0
40882026-05-14T15:15:22.719Z[verify-libraries] Compiling blowfish v0.9.1
40892026-05-14T15:15:22.719Z[verify-libraries] Compiling ssh-encoding v0.2.0
40902026-05-14T15:15:22.792Z[verify-libraries] Compiling password-hash v0.4.2
40912026-05-14T15:15:22.827Z[verify-libraries] Compiling petname v2.0.2
40922026-05-14T15:15:22.955Z[verify-libraries] Compiling ghash v0.5.1
40932026-05-14T15:15:22.979Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
40942026-05-14T15:15:23.008Z[verify-libraries] Compiling p521 v0.13.3
40952026-05-14T15:15:23.030Z[verify-libraries] Compiling psm v0.1.30
40962026-05-14T15:15:23.030Z[verify-libraries] Compiling p256 v0.13.2
40972026-05-14T15:15:23.080Z[verify-libraries] Compiling russh-cryptovec v0.7.3
40982026-05-14T15:15:23.083Z[verify-libraries] Compiling md5 v0.7.0
40992026-05-14T15:15:23.145Z[verify-libraries] Compiling aes-gcm v0.10.3
41002026-05-14T15:15:23.247Z[verify-libraries] Compiling pbkdf2 v0.11.0
41012026-05-14T15:15:23.293Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
41022026-05-14T15:15:23.334Z[verify-libraries] Compiling ssh-cipher v0.2.0
41032026-05-14T15:15:23.375Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
41042026-05-14T15:15:23.402Z[verify-libraries] Compiling num-bigint v0.4.6
41052026-05-14T15:15:23.424Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
41062026-05-14T15:15:23.448Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
41072026-05-14T15:15:23.524Z[verify-libraries] Compiling des v0.8.1
41082026-05-14T15:15:23.546Z[verify-libraries] Compiling sapling-renderdag v0.1.0
41092026-05-14T15:15:23.608Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41102026-05-14T15:15:23.633Z[verify-libraries] Compiling ssh-key v0.6.7
41112026-05-14T15:15:23.680Z[verify-libraries] Compiling sync-ptr v0.1.4
41122026-05-14T15:15:23.811Z[verify-libraries] Compiling hex-literal v0.4.1
41132026-05-14T15:15:23.867Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
41142026-05-14T15:15:23.890Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
41152026-05-14T15:15:23.986Z[verify-libraries] Compiling recursive v0.1.1
41162026-05-14T15:15:24.040Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41172026-05-14T15:15:24.043Z[verify-libraries] Compiling socket2 v0.5.10
41182026-05-14T15:15:24.083Z[verify-libraries] Compiling rustyline v14.0.0
41192026-05-14T15:15:24.114Z[verify-libraries] Compiling sqlparser v0.61.0
41202026-05-14T15:15:24.144Z[verify-libraries] Compiling sqlformat v0.3.5
41212026-05-14T15:15:24.191Z[verify-libraries] Compiling internet-checksum v0.2.1
41222026-05-14T15:15:24.239Z[ recovery-image] May 14 15:15:23.580 INFO O| May 14 15:15:23.580 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41232026-05-14T15:15:24.249Z[ recovery-image] May 14 15:15:23.589 INFO O| May 14 15:15:23.589 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
41242026-05-14T15:15:24.358Z[verify-libraries] Compiling omicron-zone-package v0.12.2
41252026-05-14T15:15:24.619Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
41262026-05-14T15:15:24.626Z[ recovery-image] May 14 15:15:23.966 INFO O| May 14 15:15:23.966 INFO O| Caching catalogs ... Done
41272026-05-14T15:15:24.714Z[ recovery-image] May 14 15:15:24.055 INFO O| May 14 15:15:24.055 INFO STEP 0 (pkg_image_create) COMPLETE
41282026-05-14T15:15:24.714Z[ recovery-image] May 14 15:15:24.055 INFO O| May 14 15:15:24.055 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41292026-05-14T15:15:24.724Z[ recovery-image] May 14 15:15:24.065 INFO O| May 14 15:15:24.065 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"]
41302026-05-14T15:15:24.902Z[verify-libraries] Compiling russh-keys v0.45.0
41312026-05-14T15:15:24.950Z[verify-libraries] Compiling git-stub v1.0.0
41322026-05-14T15:15:24.995Z[verify-libraries] Compiling diff v0.1.13
41332026-05-14T15:15:25.112Z[ recovery-image] May 14 15:15:24.453 INFO O| May 14 15:15:24.453 INFO STEP 1 (pkg_set_publisher) COMPLETE
41342026-05-14T15:15:25.112Z[ recovery-image] May 14 15:15:24.453 INFO O| May 14 15:15:24.453 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41352026-05-14T15:15:25.115Z[ recovery-image] May 14 15:15:24.453 INFO O| May 14 15:15:24.453 INFO skip step because feature "publisher_1_name" is not enabled
41362026-05-14T15:15:25.115Z[ recovery-image] May 14 15:15:24.453 INFO O| May 14 15:15:24.453 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41372026-05-14T15:15:25.115Z[ recovery-image] May 14 15:15:24.453 INFO O| May 14 15:15:24.453 INFO skip step because feature "publisher_2_name" is not enabled
41382026-05-14T15:15:25.115Z[ recovery-image] May 14 15:15:24.453 INFO O| May 14 15:15:24.453 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41392026-05-14T15:15:25.115Z[ recovery-image] May 14 15:15:24.453 INFO O| May 14 15:15:24.453 INFO skip step because feature "publisher_3_name" is not enabled
41402026-05-14T15:15:25.115Z[ recovery-image] May 14 15:15:24.453 INFO O| May 14 15:15:24.453 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41412026-05-14T15:15:25.183Z[ host-image] May 14 15:15:24.524 INFO O| May 14 15:15:24.524 INFO O| Download: 7355/23748 items 51.0/221.9MB 22% complete (1016k/s)
41422026-05-14T15:15:25.236Z[verify-libraries] Compiling yansi v1.0.1
41432026-05-14T15:15:25.499Z[verify-libraries] Compiling git-stub-vcs v0.1.0
41442026-05-14T15:15:25.531Z[ recovery-image] May 14 15:15:24.872 INFO O| May 14 15:15:24.872 INFO variant opensolaris.zone is already global
41452026-05-14T15:15:25.531Z[ recovery-image] May 14 15:15:24.872 INFO O| May 14 15:15:24.872 INFO STEP 5 (pkg_change_variant) COMPLETE
41462026-05-14T15:15:25.534Z[ recovery-image] May 14 15:15:24.872 INFO O| May 14 15:15:24.872 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41472026-05-14T15:15:25.646Z[verify-libraries] Compiling pretty_assertions v1.4.1
41482026-05-14T15:15:25.818Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41492026-05-14T15:15:25.855Z[ recovery-image] May 14 15:15:25.196 INFO O| May 14 15:15:25.196 INFO variant opensolaris.imagetype is full; changing to partial
41502026-05-14T15:15:25.855Z[ recovery-image] May 14 15:15:25.196 INFO O| May 14 15:15:25.196 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
41512026-05-14T15:15:26.107Z[verify-libraries] Compiling russh v0.45.0
41522026-05-14T15:15:26.205Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
41532026-05-14T15:15:26.411Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
41542026-05-14T15:15:26.434Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41552026-05-14T15:15:26.496Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
41562026-05-14T15:15:26.652Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
41572026-05-14T15:15:26.679Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41582026-05-14T15:15:26.742Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
41592026-05-14T15:15:26.774Z[verify-libraries] Compiling drift v0.1.4
41602026-05-14T15:15:26.880Z[ recovery-image] May 14 15:15:26.222 INFO O| May 14 15:15:26.221 INFO O| Startup: Refreshing catalog 'helios' ... Done
41612026-05-14T15:15:26.963Z[ recovery-image] May 14 15:15:26.304 INFO O| May 14 15:15:26.304 INFO O| Startup: Caching catalogs ... Done
41622026-05-14T15:15:26.968Z[ recovery-image] May 14 15:15:26.309 INFO O| May 14 15:15:26.309 INFO O| Planning: Planning completed in 0.00 seconds
41632026-05-14T15:15:26.971Z[ recovery-image] May 14 15:15:26.309 INFO O| May 14 15:15:26.309 INFO O| Planning: Consolidating action changes ... Done
41642026-05-14T15:15:26.971Z[ recovery-image] May 14 15:15:26.309 INFO O| May 14 15:15:26.309 INFO O| Planning: Evaluating mediators ... Done
41652026-05-14T15:15:26.971Z[ recovery-image] May 14 15:15:26.310 INFO O| May 14 15:15:26.310 INFO O| Planning: Planning completed in 0.00 seconds
41662026-05-14T15:15:26.971Z[ recovery-image] May 14 15:15:26.310 INFO O| May 14 15:15:26.310 INFO O| Variants/Facets to change: 1
41672026-05-14T15:15:26.980Z[ recovery-image] May 14 15:15:26.321 INFO O| May 14 15:15:26.321 INFO O| Finalize: Updating package state database ... Done
41682026-05-14T15:15:26.980Z[ recovery-image] May 14 15:15:26.321 INFO O| May 14 15:15:26.321 INFO O| Finalize: Updating package cache ... Done
41692026-05-14T15:15:26.992Z[ recovery-image] May 14 15:15:26.334 INFO O| May 14 15:15:26.333 INFO O| Finalize: Updating image state ... Done
41702026-05-14T15:15:26.996Z[ recovery-image] May 14 15:15:26.337 INFO O| May 14 15:15:26.337 INFO O| Finalize: Creating fast lookup database ... Done
41712026-05-14T15:15:26.999Z[ recovery-image] May 14 15:15:26.338 INFO O| May 14 15:15:26.338 INFO O| Finalize: Reading search index ... Done
41722026-05-14T15:15:26.999Z[ recovery-image] May 14 15:15:26.338 INFO O| May 14 15:15:26.338 INFO O| Finalize: Updating search index ... Done
41732026-05-14T15:15:26.999Z[ recovery-image] May 14 15:15:26.339 INFO O| May 14 15:15:26.339 INFO O| Finalize: Updating package cache ... Done
41742026-05-14T15:15:27.112Z[ recovery-image] May 14 15:15:26.452 INFO O| May 14 15:15:26.452 INFO STEP 6 (pkg_change_variant) COMPLETE
41752026-05-14T15:15:27.112Z[ recovery-image] May 14 15:15:26.452 INFO O| May 14 15:15:26.452 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41762026-05-14T15:15:27.115Z[ recovery-image] May 14 15:15:26.452 INFO O| May 14 15:15:26.452 INFO skip step because feature "debug_variant" is not enabled
41772026-05-14T15:15:27.115Z[ recovery-image] May 14 15:15:26.452 INFO O| May 14 15:15:26.452 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41782026-05-14T15:15:27.179Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41792026-05-14T15:15:27.215Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
41802026-05-14T15:15:27.218Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41812026-05-14T15:15:27.267Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41822026-05-14T15:15:27.477Z[ recovery-image] May 14 15:15:26.818 INFO O| May 14 15:15:26.818 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
41832026-05-14T15:15:27.770Z[verify-libraries] Compiling dropshot-api-manager v0.7.1
41842026-05-14T15:15:27.825Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41852026-05-14T15:15:27.887Z[verify-libraries] Compiling termios v0.3.3
41862026-05-14T15:15:28.118Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
41872026-05-14T15:15:28.121Z[ recovery-image] May 14 15:15:27.459 INFO O| May 14 15:15:27.459 INFO O| Startup: Refreshing catalog 'helios' ... Done
41882026-05-14T15:15:28.200Z[ recovery-image] May 14 15:15:27.540 INFO O| May 14 15:15:27.540 INFO O| Startup: Caching catalogs ... Done
41892026-05-14T15:15:28.204Z[ recovery-image] May 14 15:15:27.545 INFO O| May 14 15:15:27.545 INFO O| Planning: Planning completed in 0.00 seconds
41902026-05-14T15:15:28.207Z[ recovery-image] May 14 15:15:27.546 INFO O| May 14 15:15:27.546 INFO O| Planning: Consolidating action changes ... Done
41912026-05-14T15:15:28.207Z[ recovery-image] May 14 15:15:27.546 INFO O| May 14 15:15:27.546 INFO O| Planning: Evaluating mediators ... Done
41922026-05-14T15:15:28.207Z[ recovery-image] May 14 15:15:27.546 INFO O| May 14 15:15:27.546 INFO O| Planning: Planning completed in 0.00 seconds
41932026-05-14T15:15:28.207Z[ recovery-image] May 14 15:15:27.546 INFO O| May 14 15:15:27.546 INFO O| Variants/Facets to change: 1
41942026-05-14T15:15:28.245Z[ recovery-image] May 14 15:15:27.586 INFO O| May 14 15:15:27.585 INFO O| Finalize: Updating package state database ... Done
41952026-05-14T15:15:28.245Z[ recovery-image] May 14 15:15:27.586 INFO O| May 14 15:15:27.585 INFO O| Finalize: Updating package cache ... Done
41962026-05-14T15:15:28.255Z[ recovery-image] May 14 15:15:27.596 INFO O| May 14 15:15:27.596 INFO O| Finalize: Updating image state ... Done
41972026-05-14T15:15:28.258Z[ recovery-image] May 14 15:15:27.599 INFO O| May 14 15:15:27.599 INFO O| Finalize: Creating fast lookup database ... Done
41982026-05-14T15:15:28.258Z[ recovery-image] May 14 15:15:27.599 INFO O| May 14 15:15:27.599 INFO O| Finalize: Reading search index ... Done
41992026-05-14T15:15:28.258Z[ recovery-image] May 14 15:15:27.599 INFO O| May 14 15:15:27.599 INFO O| Finalize: Updating search index ... Done
42002026-05-14T15:15:28.261Z[ recovery-image] May 14 15:15:27.600 INFO O| May 14 15:15:27.600 INFO O| Finalize: Updating package cache ... Done
42012026-05-14T15:15:28.399Z[ recovery-image] May 14 15:15:27.740 INFO O| May 14 15:15:27.740 INFO STEP 8 (pkg_change_facet) COMPLETE
42022026-05-14T15:15:28.399Z[ recovery-image] May 14 15:15:27.740 INFO O| May 14 15:15:27.740 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42032026-05-14T15:15:28.741Z[ recovery-image] May 14 15:15:28.082 INFO O| May 14 15:15:28.082 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
42042026-05-14T15:15:29.074Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
42052026-05-14T15:15:29.360Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
42062026-05-14T15:15:29.416Z[ recovery-image] May 14 15:15:28.757 INFO O| May 14 15:15:28.757 INFO O| Startup: Refreshing catalog 'helios' ... Done
42072026-05-14T15:15:29.493Z[ recovery-image] May 14 15:15:28.834 INFO O| May 14 15:15:28.834 INFO O| Startup: Caching catalogs ... Done
42082026-05-14T15:15:29.497Z[ recovery-image] May 14 15:15:28.839 INFO O| May 14 15:15:28.839 INFO O| Planning: Planning completed in 0.00 seconds
42092026-05-14T15:15:29.500Z[ recovery-image] May 14 15:15:28.839 INFO O| May 14 15:15:28.839 INFO O| Planning: Consolidating action changes ... Done
42102026-05-14T15:15:29.500Z[ recovery-image] May 14 15:15:28.839 INFO O| May 14 15:15:28.839 INFO O| Planning: Evaluating mediators ... Done
42112026-05-14T15:15:29.500Z[ recovery-image] May 14 15:15:28.840 INFO O| May 14 15:15:28.840 INFO O| Planning: Planning completed in 0.00 seconds
42122026-05-14T15:15:29.500Z[ recovery-image] May 14 15:15:28.840 INFO O| May 14 15:15:28.840 INFO O| Variants/Facets to change: 1
42132026-05-14T15:15:29.509Z[ recovery-image] May 14 15:15:28.850 INFO O| May 14 15:15:28.850 INFO O| Finalize: Updating package state database ... Done
42142026-05-14T15:15:29.509Z[ recovery-image] May 14 15:15:28.850 INFO O| May 14 15:15:28.850 INFO O| Finalize: Updating package cache ... Done
42152026-05-14T15:15:29.520Z[ recovery-image] May 14 15:15:28.861 INFO O| May 14 15:15:28.861 INFO O| Finalize: Updating image state ... Done
42162026-05-14T15:15:29.523Z[ recovery-image] May 14 15:15:28.863 INFO O| May 14 15:15:28.863 INFO O| Finalize: Creating fast lookup database ... Done
42172026-05-14T15:15:29.523Z[ recovery-image] May 14 15:15:28.864 INFO O| May 14 15:15:28.864 INFO O| Finalize: Reading search index ... Done
42182026-05-14T15:15:29.523Z[ recovery-image] May 14 15:15:28.864 INFO O| May 14 15:15:28.864 INFO O| Finalize: Updating search index ... Done
42192026-05-14T15:15:29.525Z[ recovery-image] May 14 15:15:28.865 INFO O| May 14 15:15:28.864 INFO O| Finalize: Updating package cache ... Done
42202026-05-14T15:15:29.617Z[ recovery-image] May 14 15:15:28.958 INFO O| May 14 15:15:28.958 INFO STEP 9 (pkg_change_facet) COMPLETE
42212026-05-14T15:15:29.617Z[ recovery-image] May 14 15:15:28.958 INFO O| May 14 15:15:28.958 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42222026-05-14T15:15:29.813Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
42232026-05-14T15:15:29.963Z[ recovery-image] May 14 15:15:29.304 INFO O| May 14 15:15:29.304 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
42242026-05-14T15:15:30.364Z[ host-image] May 14 15:15:29.704 INFO O| May 14 15:15:29.704 INFO O| Download: 8729/23748 items 65.1/221.9MB 29% complete (1.7M/s)
42252026-05-14T15:15:30.634Z[ recovery-image] May 14 15:15:29.975 INFO O| May 14 15:15:29.975 INFO O| Startup: Refreshing catalog 'helios' ... Done
42262026-05-14T15:15:30.694Z[ recovery-image] May 14 15:15:30.035 INFO O| May 14 15:15:30.035 INFO O| Startup: Caching catalogs ... Done
42272026-05-14T15:15:30.700Z[ recovery-image] May 14 15:15:30.040 INFO O| May 14 15:15:30.040 INFO O| Planning: Planning completed in 0.00 seconds
42282026-05-14T15:15:30.703Z[ recovery-image] May 14 15:15:30.041 INFO O| May 14 15:15:30.041 INFO O| Planning: Consolidating action changes ... Done
42292026-05-14T15:15:30.703Z[ recovery-image] May 14 15:15:30.041 INFO O| May 14 15:15:30.041 INFO O| Planning: Evaluating mediators ... Done
42302026-05-14T15:15:30.703Z[ recovery-image] May 14 15:15:30.041 INFO O| May 14 15:15:30.041 INFO O| Planning: Planning completed in 0.00 seconds
42312026-05-14T15:15:30.703Z[ recovery-image] May 14 15:15:30.041 INFO O| May 14 15:15:30.041 INFO O| Variants/Facets to change: 1
42322026-05-14T15:15:30.720Z[ recovery-image] May 14 15:15:30.061 INFO O| May 14 15:15:30.061 INFO O| Finalize: Updating package state database ... Done
42332026-05-14T15:15:30.720Z[ recovery-image] May 14 15:15:30.061 INFO O| May 14 15:15:30.061 INFO O| Finalize: Updating package cache ... Done
42342026-05-14T15:15:30.745Z[ recovery-image] May 14 15:15:30.086 INFO O| May 14 15:15:30.086 INFO O| Finalize: Updating image state ... Done
42352026-05-14T15:15:30.748Z[ recovery-image] May 14 15:15:30.089 INFO O| May 14 15:15:30.089 INFO O| Finalize: Creating fast lookup database ... Done
42362026-05-14T15:15:30.751Z[ recovery-image] May 14 15:15:30.090 INFO O| May 14 15:15:30.089 INFO O| Finalize: Reading search index ... Done
42372026-05-14T15:15:30.751Z[ recovery-image] May 14 15:15:30.090 INFO O| May 14 15:15:30.090 INFO O| Finalize: Updating search index ... Done
42382026-05-14T15:15:30.751Z[ recovery-image] May 14 15:15:30.090 INFO O| May 14 15:15:30.090 INFO O| Finalize: Updating package cache ... Done
42392026-05-14T15:15:30.846Z[ recovery-image] May 14 15:15:30.187 INFO O| May 14 15:15:30.187 INFO STEP 10 (pkg_change_facet) COMPLETE
42402026-05-14T15:15:30.846Z[ recovery-image] May 14 15:15:30.187 INFO O| May 14 15:15:30.187 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42412026-05-14T15:15:30.855Z[ recovery-image] May 14 15:15:30.196 INFO O| May 14 15:15:30.196 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"]
42422026-05-14T15:15:31.004Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
42432026-05-14T15:15:31.582Z[ recovery-image] May 14 15:15:30.923 INFO O| May 14 15:15:30.922 INFO O| Startup: Refreshing catalog 'helios' ... Done
42442026-05-14T15:15:31.655Z[ recovery-image] May 14 15:15:30.996 INFO O| May 14 15:15:30.996 INFO O| Startup: Caching catalogs ... Done
42452026-05-14T15:15:31.877Z[ recovery-image] May 14 15:15:31.218 INFO O| May 14 15:15:31.218 INFO O| Planning: Solver setup ... Done
42462026-05-14T15:15:31.885Z[ recovery-image] May 14 15:15:31.227 INFO O| May 14 15:15:31.226 INFO O| Planning: Running solver ... Done
42472026-05-14T15:15:31.891Z[ recovery-image] May 14 15:15:31.233 INFO O| May 14 15:15:31.233 INFO O| Planning: Finding local manifests ... Done
42482026-05-14T15:15:31.960Z[ recovery-image] May 14 15:15:31.301 INFO O| May 14 15:15:31.301 INFO O| Planning: Fetching manifests: 0/127 0% complete
42492026-05-14T15:15:32.943Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
42502026-05-14T15:15:33.458Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
42512026-05-14T15:15:34.178Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
42522026-05-14T15:15:35.475Z[ host-image] May 14 15:15:34.815 INFO O| May 14 15:15:34.815 INFO O| Download: 9886/23748 items 88.5/221.9MB 39% complete (3.5M/s)
42532026-05-14T15:15:35.833Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42542026-05-14T15:15:36.971Z[ recovery-image] May 14 15:15:36.312 INFO O| May 14 15:15:36.312 INFO O| Planning: Fetching manifests: 116/127 91% complete
42552026-05-14T15:15:37.619Z[ recovery-image] May 14 15:15:36.960 INFO O| May 14 15:15:36.960 INFO O| Planning: Fetching manifests: 127/127 100% complete
42562026-05-14T15:15:38.030Z[ recovery-image] May 14 15:15:37.371 INFO O| May 14 15:15:37.371 INFO O| Planning: Package planning ... Done
42572026-05-14T15:15:38.180Z[ recovery-image] May 14 15:15:37.520 INFO O| May 14 15:15:37.520 INFO O| Planning: Merging actions ... Done
42582026-05-14T15:15:38.328Z[ recovery-image] May 14 15:15:37.669 INFO O| May 14 15:15:37.669 INFO O| Planning: Checking for conflicting actions ... Done
42592026-05-14T15:15:38.437Z[ recovery-image] May 14 15:15:37.776 INFO O| May 14 15:15:37.776 INFO O| Planning: Consolidating action changes ... Done
42602026-05-14T15:15:38.771Z[ recovery-image] May 14 15:15:38.111 INFO O| May 14 15:15:38.111 INFO O| Planning: Evaluating mediators ... Done
42612026-05-14T15:15:40.473Z[ recovery-image] May 14 15:15:39.814 INFO O| May 14 15:15:39.814 INFO O| Planning: Planning completed in 8.81 seconds
42622026-05-14T15:15:40.476Z[ recovery-image] May 14 15:15:39.816 INFO O| May 14 15:15:39.816 INFO O| Packages to install: 127
42632026-05-14T15:15:40.476Z[ recovery-image] May 14 15:15:39.816 INFO O| May 14 15:15:39.816 INFO O| Mediators to change: 5
42642026-05-14T15:15:40.476Z[ recovery-image] May 14 15:15:39.816 INFO O| May 14 15:15:39.816 INFO O| Services to change: 5
42652026-05-14T15:15:40.493Z[ host-image] May 14 15:15:39.834 INFO O| May 14 15:15:39.834 INFO O| Download: 11398/23748 items 98.2/221.9MB 44% complete (3.2M/s)
42662026-05-14T15:15:40.501Z[ recovery-image] May 14 15:15:39.842 INFO O| May 14 15:15:39.842 INFO O| Download: 0/16556 items 0.0/199.1MB 0% complete
42672026-05-14T15:15:40.503Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
42682026-05-14T15:15:41.103Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
42692026-05-14T15:15:41.488Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
42702026-05-14T15:15:44.525Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
42712026-05-14T15:15:45.321Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
42722026-05-14T15:15:45.828Z[ host-image] May 14 15:15:45.168 INFO O| May 14 15:15:45.168 INFO O| Download: 12100/23748 items 103.8/221.9MB 46% complete (1.6M/s)
42732026-05-14T15:15:45.847Z[ recovery-image] May 14 15:15:45.188 INFO O| May 14 15:15:45.188 INFO O| Download: 1093/16556 items 9.0/199.1MB 4% complete (1.8M/s)
42742026-05-14T15:15:47.562Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42752026-05-14T15:15:47.742Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
42762026-05-14T15:15:48.571Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
42772026-05-14T15:15:48.954Z[verify-libraries] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
42782026-05-14T15:15:49.895Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
42792026-05-14T15:15:50.466Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
42802026-05-14T15:15:50.932Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
42812026-05-14T15:15:51.078Z[ recovery-image] May 14 15:15:50.419 INFO O| May 14 15:15:50.419 INFO O| Download: 1499/16556 items 21.1/199.1MB 10% complete (2.1M/s)
42822026-05-14T15:15:51.149Z[ host-image] May 14 15:15:50.490 INFO O| May 14 15:15:50.490 INFO O| Download: 12934/23748 items 117.7/221.9MB 53% complete (1.9M/s)
42832026-05-14T15:15:52.388Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
42842026-05-14T15:15:52.592Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
42852026-05-14T15:15:53.653Z[verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
42862026-05-14T15:15:53.823Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
42872026-05-14T15:15:55.650Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
42882026-05-14T15:15:56.081Z[ recovery-image] May 14 15:15:55.422 INFO O| May 14 15:15:55.422 INFO O| Download: 1954/16556 items 28.5/199.1MB 14% complete (1.9M/s)
42892026-05-14T15:15:56.197Z[ host-image] May 14 15:15:55.538 INFO O| May 14 15:15:55.538 INFO O| Download: 14328/23748 items 119.5/221.9MB 53% complete (1.4M/s)
42902026-05-14T15:15:56.324Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
42912026-05-14T15:15:56.550Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
42922026-05-14T15:15:57.472Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
42932026-05-14T15:15:58.662Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42942026-05-14T15:16:01.092Z[ recovery-image] May 14 15:16:00.433 INFO O| May 14 15:16:00.432 INFO O| Download: 3337/16556 items 37.6/199.1MB 18% complete (1.6M/s)
42952026-05-14T15:16:01.303Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42962026-05-14T15:16:01.533Z[ host-image] May 14 15:16:00.874 INFO O| May 14 15:16:00.874 INFO O| Download: 15171/23748 items 121.2/221.9MB 54% complete (951k/s)
42972026-05-14T15:16:01.979Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42982026-05-14T15:16:02.353Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42992026-05-14T15:16:02.796Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43002026-05-14T15:16:03.301Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43012026-05-14T15:16:03.576Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43022026-05-14T15:16:04.734Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43032026-05-14T15:16:06.569Z[ host-image] May 14 15:16:05.909 INFO O| May 14 15:16:05.909 INFO O| Download: 16403/23748 items 135.4/221.9MB 61% complete (1.6M/s)
43042026-05-14T15:16:06.585Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43052026-05-14T15:16:06.833Z[ recovery-image] May 14 15:16:06.174 INFO O| May 14 15:16:06.174 INFO O| Download: 4008/16556 items 40.7/199.1MB 20% complete (1.3M/s)
43062026-05-14T15:16:06.915Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43072026-05-14T15:16:07.924Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43082026-05-14T15:16:08.635Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
43092026-05-14T15:16:10.352Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43102026-05-14T15:16:10.454Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43112026-05-14T15:16:11.589Z[ host-image] May 14 15:16:10.929 INFO O| May 14 15:16:10.929 INFO O| Download: 17420/23748 items 141.4/221.9MB 63% complete (2.0M/s)
43122026-05-14T15:16:12.182Z[ recovery-image] May 14 15:16:11.523 INFO O| May 14 15:16:11.523 INFO O| Download: 5111/16556 items 43.7/199.1MB 21% complete (672k/s)
43132026-05-14T15:16:13.872Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43142026-05-14T15:16:16.046Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43152026-05-14T15:16:17.183Z[ host-image] May 14 15:16:16.523 INFO O| May 14 15:16:16.523 INFO O| Download: 18658/23748 items 160.2/221.9MB 72% complete (2.5M/s)
43162026-05-14T15:16:17.596Z[ recovery-image] May 14 15:16:16.936 INFO O| May 14 15:16:16.936 INFO O| Download: 5991/16556 items 45.2/199.1MB 22% complete (484k/s)
43172026-05-14T15:16:17.736Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43182026-05-14T15:16:19.340Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43192026-05-14T15:16:22.183Z[ host-image] May 14 15:16:21.523 INFO O| May 14 15:16:21.523 INFO O| Download: 19835/23748 items 176.1/221.9MB 79% complete (3.5M/s)
43202026-05-14T15:16:22.607Z[ recovery-image] May 14 15:16:21.947 INFO O| May 14 15:16:21.947 INFO O| Download: 6515/16556 items 58.3/199.1MB 29% complete (1.4M/s)
43212026-05-14T15:16:23.489Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
43222026-05-14T15:16:24.218Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43232026-05-14T15:16:25.422Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
43242026-05-14T15:16:27.194Z[ host-image] May 14 15:16:26.532 INFO O| May 14 15:16:26.532 INFO O| Download: 21221/23748 items 181.9/221.9MB 81% complete (2.2M/s)
43252026-05-14T15:16:27.556Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
43262026-05-14T15:16:27.608Z[ recovery-image] May 14 15:16:26.948 INFO O| May 14 15:16:26.948 INFO O| Download: 7224/16556 items 73.6/199.1MB 36% complete (2.9M/s)
43272026-05-14T15:16:29.359Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43282026-05-14T15:16:30.289Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43292026-05-14T15:16:31.319Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
43302026-05-14T15:16:32.387Z[ host-image] May 14 15:16:31.728 INFO O| May 14 15:16:31.727 INFO O| Download: 21854/23748 items 189.6/221.9MB 85% complete (1.4M/s)
43312026-05-14T15:16:32.621Z[ recovery-image] May 14 15:16:31.961 INFO O| May 14 15:16:31.961 INFO O| Download: 8412/16556 items 85.5/199.1MB 42% complete (2.8M/s)
43322026-05-14T15:16:35.553Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
43332026-05-14T15:16:37.387Z[ host-image] May 14 15:16:36.728 INFO O| May 14 15:16:36.727 INFO O| Download: 22481/23748 items 199.8/221.9MB 90% complete (1.8M/s)
43342026-05-14T15:16:41.544Z[ recovery-image] May 14 15:16:36.993 INFO O| May 14 15:16:36.993 INFO O| Download: 9294/16556 items 94.2/199.1MB 47% complete (2.0M/s)
43352026-05-14T15:16:41.544Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43362026-05-14T15:16:41.560Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
43372026-05-14T15:16:41.560Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
43382026-05-14T15:16:42.263Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
43392026-05-14T15:16:42.545Z[ host-image] May 14 15:16:41.885 INFO O| May 14 15:16:41.885 INFO O| Download: 22921/23748 items 214.9/221.9MB 96% complete (2.7M/s)
43402026-05-14T15:16:42.664Z[ recovery-image] May 14 15:16:42.004 INFO O| May 14 15:16:42.004 INFO O| Download: 10418/16556 items 103.1/199.1MB 51% complete (1.8M/s)
43412026-05-14T15:16:44.948Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
43422026-05-14T15:16:46.630Z[ host-image] May 14 15:16:45.970 INFO O| May 14 15:16:45.970 INFO O| Download: Completed 221.87 MB in 106.85 seconds (2.1M/s)
43432026-05-14T15:16:47.147Z[ host-image] May 14 15:16:46.488 INFO O| May 14 15:16:46.488 INFO O| Actions: 1/53907 actions (Installing new actions)
43442026-05-14T15:16:47.718Z[ recovery-image] May 14 15:16:47.059 INFO O| May 14 15:16:47.059 INFO O| Download: 11428/16556 items 104.0/199.1MB 52% complete (968k/s)
43452026-05-14T15:16:50.639Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43462026-05-14T15:16:51.737Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43472026-05-14T15:16:51.865Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
43482026-05-14T15:16:52.148Z[ host-image] May 14 15:16:51.488 INFO O| May 14 15:16:51.488 INFO O| Actions: 23627/53907 actions (Installing new actions)
43492026-05-14T15:16:52.944Z[ recovery-image] May 14 15:16:52.284 INFO O| May 14 15:16:52.284 INFO O| Download: 12105/16556 items 123.9/199.1MB 62% complete (2.0M/s)
43502026-05-14T15:16:55.103Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43512026-05-14T15:16:55.208Z[ host-image] May 14 15:16:54.549 INFO O| May 14 15:16:54.549 INFO O| Actions: Completed 53907 actions in 8.06 seconds.
43522026-05-14T15:16:55.271Z[ host-image] May 14 15:16:54.611 INFO O| May 14 15:16:54.611 INFO O| Finalize: Updating package state database ... Done
43532026-05-14T15:16:55.271Z[ host-image] May 14 15:16:54.611 INFO O| May 14 15:16:54.611 INFO O| Finalize: Updating package cache ... Done
43542026-05-14T15:16:55.296Z[ host-image] May 14 15:16:54.636 INFO O| May 14 15:16:54.636 INFO O| Finalize: Updating image state ... Done
43552026-05-14T15:16:55.951Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43562026-05-14T15:16:56.303Z[ host-image] May 14 15:16:55.644 INFO O| May 14 15:16:55.643 INFO O| Finalize: Creating fast lookup database ... Done
43572026-05-14T15:16:56.330Z[ host-image] May 14 15:16:55.671 INFO O| May 14 15:16:55.671 INFO O| Finalize: Reading search index ... Done
43582026-05-14T15:16:57.972Z[ recovery-image] May 14 15:16:57.313 INFO O| May 14 15:16:57.312 INFO O| Download: 13534/16556 items 154.5/199.1MB 77% complete (5.1M/s)
43592026-05-14T15:16:58.957Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
43602026-05-14T15:16:59.239Z[ host-image] May 14 15:16:58.579 INFO O| May 14 15:16:58.579 INFO O| Finalize: Building new search index ... Done
43612026-05-14T15:16:59.696Z[ host-image] May 14 15:16:59.036 INFO O| May 14 15:16:59.036 INFO O| Finalize: Updating package cache ... Done
43622026-05-14T15:16:59.829Z[ host-image] May 14 15:16:59.169 INFO O| May 14 15:16:59.169 INFO STEP 11 (pkg_install) COMPLETE
43632026-05-14T15:16:59.829Z[ host-image] May 14 15:16:59.169 INFO O| May 14 15:16:59.169 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43642026-05-14T15:16:59.839Z[ host-image] May 14 15:16:59.180 INFO O| May 14 15:16:59.180 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"]
43652026-05-14T15:17:00.266Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
43662026-05-14T15:17:00.886Z[ host-image] May 14 15:17:00.226 INFO O| May 14 15:17:00.226 INFO O| Startup: Refreshing catalog 'helios' ... Done
43672026-05-14T15:17:00.975Z[ host-image] May 14 15:17:00.315 INFO O| May 14 15:17:00.315 INFO O| Startup: Caching catalogs ... Done
43682026-05-14T15:17:01.098Z[ host-image] May 14 15:17:00.437 INFO O| May 14 15:17:00.437 INFO O| Planning: Solver setup ... Done
43692026-05-14T15:17:01.102Z[ host-image] May 14 15:17:00.442 INFO O| May 14 15:17:00.442 INFO O| Planning: Running solver ... Done
43702026-05-14T15:17:01.105Z[ host-image] May 14 15:17:00.446 INFO O| May 14 15:17:00.445 INFO O| Planning: Finding local manifests ... Done
43712026-05-14T15:17:01.156Z[ host-image] May 14 15:17:00.496 INFO O| May 14 15:17:00.496 INFO O| Planning: Fetching manifests: 0/6 0% complete
43722026-05-14T15:17:01.352Z[ host-image] May 14 15:17:00.693 INFO O| May 14 15:17:00.693 INFO O| Planning: Fetching manifests: 6/6 100% complete
43732026-05-14T15:17:01.373Z[ host-image] May 14 15:17:00.712 INFO O| May 14 15:17:00.712 INFO O| Planning: Package planning ... Done
43742026-05-14T15:17:01.377Z[ host-image] May 14 15:17:00.714 INFO O| May 14 15:17:00.714 INFO O| Planning: Merging actions ... Done
43752026-05-14T15:17:01.462Z[ host-image] May 14 15:17:00.802 INFO O| May 14 15:17:00.802 INFO O| Planning: Checking for conflicting actions ... Done
43762026-05-14T15:17:01.465Z[ host-image] May 14 15:17:00.803 INFO O| May 14 15:17:00.803 INFO O| Planning: Consolidating action changes ... Done
43772026-05-14T15:17:01.617Z[ host-image] May 14 15:17:00.957 INFO O| May 14 15:17:00.957 INFO O| Planning: Evaluating mediators ... Done
43782026-05-14T15:17:01.621Z[ host-image] May 14 15:17:00.959 INFO O| May 14 15:17:00.959 INFO O| Planning: Planning completed in 0.64 seconds
43792026-05-14T15:17:01.621Z[ host-image] May 14 15:17:00.959 INFO O| May 14 15:17:00.959 INFO O| Packages to install: 6
43802026-05-14T15:17:01.622Z[ host-image] May 14 15:17:00.959 INFO O| May 14 15:17:00.959 INFO O| Services to change: 2
43812026-05-14T15:17:01.629Z[ host-image] May 14 15:17:00.969 INFO O| May 14 15:17:00.969 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
43822026-05-14T15:17:02.140Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
43832026-05-14T15:17:02.973Z[ recovery-image] May 14 15:17:02.313 INFO O| May 14 15:17:02.313 INFO O| Download: 14957/16556 items 160.4/199.1MB 80% complete (3.6M/s)
43842026-05-14T15:17:03.266Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
43852026-05-14T15:17:04.259Z[ host-image] May 14 15:17:03.599 INFO O| May 14 15:17:03.599 INFO O| Download: Completed 1.75 MB in 2.63 seconds (679k/s)
43862026-05-14T15:17:04.280Z[ host-image] May 14 15:17:03.621 INFO O| May 14 15:17:03.620 INFO O| Actions: 1/390 actions (Installing new actions)
43872026-05-14T15:17:04.425Z[ host-image] May 14 15:17:03.765 INFO O| May 14 15:17:03.765 INFO O| Actions: Completed 390 actions in 0.14 seconds.
43882026-05-14T15:17:04.432Z[ host-image] May 14 15:17:03.772 INFO O| May 14 15:17:03.772 INFO O| Finalize: Updating package state database ... Done
43892026-05-14T15:17:04.432Z[ host-image] May 14 15:17:03.772 INFO O| May 14 15:17:03.772 INFO O| Finalize: Updating package cache ... Done
43902026-05-14T15:17:04.449Z[ host-image] May 14 15:17:03.789 INFO O| May 14 15:17:03.789 INFO O| Finalize: Updating image state ... Done
43912026-05-14T15:17:05.395Z[ host-image] May 14 15:17:04.736 INFO O| May 14 15:17:04.736 INFO O| Finalize: Creating fast lookup database ... Done
43922026-05-14T15:17:05.424Z[ host-image] May 14 15:17:04.764 INFO O| May 14 15:17:04.764 INFO O| Finalize: Reading search index ... Done
43932026-05-14T15:17:05.427Z[ host-image] May 14 15:17:04.764 INFO O| May 14 15:17:04.764 INFO O| Finalize: Updating search index ... Done
43942026-05-14T15:17:05.440Z[ host-image] May 14 15:17:04.781 INFO O| May 14 15:17:04.781 INFO O| Finalize: Updating package cache ... Done
43952026-05-14T15:17:05.571Z[ host-image] May 14 15:17:04.911 INFO O| May 14 15:17:04.911 INFO STEP 12 (pkg_install) COMPLETE
43962026-05-14T15:17:05.571Z[ host-image] May 14 15:17:04.912 INFO O| May 14 15:17:04.911 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43972026-05-14T15:17:05.584Z[ host-image] May 14 15:17:04.924 INFO O| May 14 15:17:04.924 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
43982026-05-14T15:17:06.689Z[ host-image] May 14 15:17:06.030 INFO O| May 14 15:17:06.029 INFO O| Startup: Refreshing catalog 'helios' ... Done
43992026-05-14T15:17:06.804Z[ host-image] May 14 15:17:06.144 INFO O| May 14 15:17:06.144 INFO O| Startup: Caching catalogs ... Done
44002026-05-14T15:17:06.938Z[ host-image] May 14 15:17:06.278 INFO O| May 14 15:17:06.277 INFO O| Planning: Solver setup ... Done
44012026-05-14T15:17:06.942Z[ host-image] May 14 15:17:06.283 INFO O| May 14 15:17:06.283 INFO O| Planning: Running solver ... Done
44022026-05-14T15:17:06.946Z[ host-image] May 14 15:17:06.287 INFO O| May 14 15:17:06.287 INFO O| Planning: Finding local manifests ... Done
44032026-05-14T15:17:07.020Z[ host-image] May 14 15:17:06.360 INFO O| May 14 15:17:06.360 INFO O| Planning: Fetching manifests: 0/6 0% complete
44042026-05-14T15:17:07.228Z[ host-image] May 14 15:17:06.568 INFO O| May 14 15:17:06.568 INFO O| Planning: Fetching manifests: 6/6 100% complete
44052026-05-14T15:17:07.256Z[ host-image] May 14 15:17:06.596 INFO O| May 14 15:17:06.596 INFO O| Planning: Package planning ... Done
44062026-05-14T15:17:07.264Z[ host-image] May 14 15:17:06.605 INFO O| May 14 15:17:06.605 INFO O| Planning: Merging actions ... Done
44072026-05-14T15:17:07.354Z[ host-image] May 14 15:17:06.694 INFO O| May 14 15:17:06.694 INFO O| Planning: Checking for conflicting actions ... Done
44082026-05-14T15:17:07.358Z[ host-image] May 14 15:17:06.697 INFO O| May 14 15:17:06.697 INFO O| Planning: Consolidating action changes ... Done
44092026-05-14T15:17:07.494Z[ host-image] May 14 15:17:06.834 INFO O| May 14 15:17:06.834 INFO O| Planning: Evaluating mediators ... Done
44102026-05-14T15:17:07.498Z[ host-image] May 14 15:17:06.837 INFO O| May 14 15:17:06.837 INFO O| Planning: Planning completed in 0.69 seconds
44112026-05-14T15:17:07.498Z[ host-image] May 14 15:17:06.837 INFO O| May 14 15:17:06.837 INFO O| Packages to install: 6
44122026-05-14T15:17:07.498Z[ host-image] May 14 15:17:06.837 INFO O| May 14 15:17:06.837 INFO O| Mediators to change: 1
44132026-05-14T15:17:07.498Z[ host-image] May 14 15:17:06.837 INFO O| May 14 15:17:06.837 INFO O| Services to change: 1
44142026-05-14T15:17:07.509Z[ host-image] May 14 15:17:06.850 INFO O| May 14 15:17:06.850 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
44152026-05-14T15:17:08.276Z[ recovery-image] May 14 15:17:07.616 INFO O| May 14 15:17:07.615 INFO O| Download: 15927/16556 items 177.8/199.1MB 89% complete (2.3M/s)
44162026-05-14T15:17:12.513Z[ host-image] May 14 15:17:11.853 INFO O| May 14 15:17:11.853 INFO O| Download: 1043/1147 items 3.5/7.8MB 44% complete (727k/s)
44172026-05-14T15:17:13.197Z[ host-image] May 14 15:17:12.536 INFO O| May 14 15:17:12.536 INFO O| Download: Completed 7.84 MB in 5.69 seconds (1.4M/s)
44182026-05-14T15:17:13.252Z[ host-image] May 14 15:17:12.593 INFO O| May 14 15:17:12.592 INFO O| Actions: 1/1366 actions (Installing new actions)
44192026-05-14T15:17:13.369Z[ recovery-image] May 14 15:17:12.708 INFO O| May 14 15:17:12.708 INFO O| Download: 16248/16556 items 192.6/199.1MB 96% complete (3.4M/s)
44202026-05-14T15:17:13.480Z[ host-image] May 14 15:17:12.819 INFO O| May 14 15:17:12.819 INFO O| Actions: Completed 1366 actions in 0.23 seconds.
44212026-05-14T15:17:13.490Z[ host-image] May 14 15:17:12.826 INFO O| May 14 15:17:12.826 INFO O| Finalize: Updating package state database ... Done
44222026-05-14T15:17:13.490Z[ host-image] May 14 15:17:12.826 INFO O| May 14 15:17:12.826 INFO O| Finalize: Updating package cache ... Done
44232026-05-14T15:17:13.507Z[ host-image] May 14 15:17:12.844 INFO O| May 14 15:17:12.844 INFO O| Finalize: Updating image state ... Done
44242026-05-14T15:17:14.435Z[ host-image] May 14 15:17:13.775 INFO O| May 14 15:17:13.774 INFO O| Finalize: Creating fast lookup database ... Done
44252026-05-14T15:17:14.463Z[ host-image] May 14 15:17:13.803 INFO O| May 14 15:17:13.803 INFO O| Finalize: Reading search index ... Done
44262026-05-14T15:17:14.463Z[ host-image] May 14 15:17:13.803 INFO O| May 14 15:17:13.803 INFO O| Finalize: Updating search index ... Done
44272026-05-14T15:17:14.504Z[ host-image] May 14 15:17:13.837 INFO O| May 14 15:17:13.837 INFO O| Finalize: Updating package cache ... Done
44282026-05-14T15:17:14.626Z[ host-image] May 14 15:17:13.965 INFO O| May 14 15:17:13.965 INFO STEP 13 (pkg_install) COMPLETE
44292026-05-14T15:17:14.626Z[ host-image] May 14 15:17:13.965 INFO O| May 14 15:17:13.965 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44302026-05-14T15:17:14.635Z[ host-image] May 14 15:17:13.975 INFO O| May 14 15:17:13.975 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.40.479"]
44312026-05-14T15:17:15.360Z[ host-image] May 14 15:17:14.700 INFO O| May 14 15:17:14.699 INFO O| Startup: Refreshing catalog 'helios' ... Done
44322026-05-14T15:17:15.446Z[ host-image] May 14 15:17:14.775 INFO O| May 14 15:17:14.775 INFO O| Startup: Caching catalogs ... Done
44332026-05-14T15:17:15.557Z[ host-image] May 14 15:17:14.896 INFO O| May 14 15:17:14.896 INFO O| Planning: Solver setup ... Done
44342026-05-14T15:17:15.572Z[ host-image] May 14 15:17:14.902 INFO O| May 14 15:17:14.902 INFO O| Planning: Running solver ... Done
44352026-05-14T15:17:15.577Z[ host-image] May 14 15:17:14.905 INFO O| May 14 15:17:14.905 INFO O| Planning: Finding local manifests ... Done
44362026-05-14T15:17:15.629Z[ host-image] May 14 15:17:14.968 INFO O| May 14 15:17:14.968 INFO O| Planning: Fetching manifests: 0/1 0% complete
44372026-05-14T15:17:15.651Z[ host-image] May 14 15:17:14.990 INFO O| May 14 15:17:14.990 INFO O| Planning: Fetching manifests: 1/1 100% complete
44382026-05-14T15:17:15.687Z[ host-image] May 14 15:17:15.020 INFO O| May 14 15:17:15.020 INFO O| Planning: Package planning ... Done
44392026-05-14T15:17:15.687Z[ host-image] May 14 15:17:15.020 INFO O| May 14 15:17:15.020 INFO O| Planning: Merging actions ... Done
44402026-05-14T15:17:15.759Z[ host-image] May 14 15:17:15.099 INFO O| May 14 15:17:15.099 INFO O| Planning: Checking for conflicting actions ... Done
44412026-05-14T15:17:15.763Z[ host-image] May 14 15:17:15.099 INFO O| May 14 15:17:15.099 INFO O| Planning: Consolidating action changes ... Done
44422026-05-14T15:17:15.890Z[ host-image] May 14 15:17:15.230 INFO O| May 14 15:17:15.230 INFO O| Planning: Evaluating mediators ... Done
44432026-05-14T15:17:15.896Z[ host-image] May 14 15:17:15.231 INFO O| May 14 15:17:15.231 INFO O| Planning: Planning completed in 0.45 seconds
44442026-05-14T15:17:15.896Z[ host-image] May 14 15:17:15.231 INFO O| May 14 15:17:15.231 INFO O| Packages to install: 1
44452026-05-14T15:17:15.901Z[ host-image] May 14 15:17:15.241 INFO O| May 14 15:17:15.241 INFO O| Download: 0/4 items 0.0/12.6MB 0% complete
44462026-05-14T15:17:16.164Z[ recovery-image] May 14 15:17:15.503 INFO O| May 14 15:17:15.503 INFO O| Download: Completed 199.06 MB in 95.66 seconds (2.1M/s)
44472026-05-14T15:17:16.450Z[ recovery-image] May 14 15:17:15.789 INFO O| May 14 15:17:15.789 INFO O| Actions: 1/27360 actions (Installing new actions)
44482026-05-14T15:17:16.751Z[ host-image] May 14 15:17:16.089 INFO O| May 14 15:17:16.089 INFO O| Download: Completed 12.63 MB in 0.85 seconds (14.9M/s)
44492026-05-14T15:17:16.797Z[ host-image] May 14 15:17:16.128 INFO O| May 14 15:17:16.128 INFO O| Actions: 1/22 actions (Installing new actions)
44502026-05-14T15:17:17.000Z[ host-image] May 14 15:17:16.340 INFO O| May 14 15:17:16.340 INFO O| Actions: Completed 22 actions in 0.21 seconds.
44512026-05-14T15:17:17.007Z[ host-image] May 14 15:17:16.346 INFO O| May 14 15:17:16.346 INFO O| Finalize: Updating package state database ... Done
44522026-05-14T15:17:17.007Z[ host-image] May 14 15:17:16.346 INFO O| May 14 15:17:16.346 INFO O| Finalize: Updating package cache ... Done
44532026-05-14T15:17:17.050Z[ host-image] May 14 15:17:16.363 INFO O| May 14 15:17:16.363 INFO O| Finalize: Updating image state ... Done
44542026-05-14T15:17:17.981Z[ host-image] May 14 15:17:17.320 INFO O| May 14 15:17:17.320 INFO O| Finalize: Creating fast lookup database ... Done
44552026-05-14T15:17:18.095Z[ host-image] May 14 15:17:17.435 INFO O| May 14 15:17:17.435 INFO O| Finalize: Reading search index ... Done
44562026-05-14T15:17:18.095Z[ host-image] May 14 15:17:17.435 INFO O| May 14 15:17:17.435 INFO O| Finalize: Updating search index ... Done
44572026-05-14T15:17:18.105Z[ host-image] May 14 15:17:17.445 INFO O| May 14 15:17:17.445 INFO O| Finalize: Updating package cache ... Done
44582026-05-14T15:17:18.295Z[ host-image] May 14 15:17:17.634 INFO O| May 14 15:17:17.634 INFO STEP 14 (pkg_install) COMPLETE
44592026-05-14T15:17:18.295Z[ host-image] May 14 15:17:17.634 INFO O| May 14 15:17:17.634 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44602026-05-14T15:17:18.295Z[ host-image] May 14 15:17:17.634 INFO O| May 14 15:17:17.634 INFO skip step because feature "mbist" is not enabled
44612026-05-14T15:17:18.300Z[ host-image] May 14 15:17:17.634 INFO O| May 14 15:17:17.634 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44622026-05-14T15:17:18.300Z[ host-image] May 14 15:17:17.634 INFO O| May 14 15:17:17.634 INFO skip step because feature "mfg" is not enabled
44632026-05-14T15:17:18.300Z[ host-image] May 14 15:17:17.634 INFO O| May 14 15:17:17.634 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44642026-05-14T15:17:18.300Z[ host-image] May 14 15:17:17.634 INFO O| May 14 15:17:17.634 INFO skip step because feature "compliance" is not enabled
44652026-05-14T15:17:18.300Z[ host-image] May 14 15:17:17.634 INFO O| May 14 15:17:17.634 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44662026-05-14T15:17:18.300Z[ host-image] May 14 15:17:17.634 INFO O| May 14 15:17:17.634 INFO skip step because feature "stress" is not enabled
44672026-05-14T15:17:18.300Z[ host-image] May 14 15:17:17.634 INFO O| May 14 15:17:17.634 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44682026-05-14T15:17:18.301Z[ host-image] May 14 15:17:17.634 INFO O| May 14 15:17:17.634 INFO skip step because feature "compliance" is not enabled
44692026-05-14T15:17:18.301Z[ host-image] May 14 15:17:17.634 INFO O| May 14 15:17:17.634 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44702026-05-14T15:17:18.301Z[ host-image] May 14 15:17:17.634 INFO O| May 14 15:17:17.634 INFO skip step because feature "nfs" is not enabled
44712026-05-14T15:17:18.301Z[ host-image] May 14 15:17:17.634 INFO O| May 14 15:17:17.634 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
44722026-05-14T15:17:18.301Z[ host-image] May 14 15:17:17.634 INFO O| May 14 15:17:17.634 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
44732026-05-14T15:17:18.558Z[ host-image] May 14 15:17:17.889 INFO O| May 14 15:17:17.889 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
44742026-05-14T15:17:18.751Z[ host-image] May 14 15:17:18.090 INFO O| May 14 15:17:18.090 INFO completed processing sled/ramdisk-01-os
44752026-05-14T15:17:18.758Z[ host-image] May 14 15:17:18.093 INFO omicron1 baseline generation...
44762026-05-14T15:17:18.758Z[ host-image] May 14 15:17:18.093 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
44772026-05-14T15:17:19.273Z[ host-image] May 14 15:17:18.509 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.23989:20260513T150935Z
44782026-05-14T15:17:20.751Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
44792026-05-14T15:17:21.452Z[ recovery-image] May 14 15:17:20.791 INFO O| May 14 15:17:20.791 INFO O| Actions: 20437/27360 actions (Installing new actions)
44802026-05-14T15:17:22.438Z[ recovery-image] May 14 15:17:21.778 INFO O| May 14 15:17:21.777 INFO O| Actions: Completed 27360 actions in 5.99 seconds.
44812026-05-14T15:17:22.479Z[ recovery-image] May 14 15:17:21.819 INFO O| May 14 15:17:21.819 INFO O| Finalize: Updating package state database ... Done
44822026-05-14T15:17:22.479Z[ recovery-image] May 14 15:17:21.819 INFO O| May 14 15:17:21.819 INFO O| Finalize: Updating package cache ... Done
44832026-05-14T15:17:22.503Z[ recovery-image] May 14 15:17:21.842 INFO O| May 14 15:17:21.842 INFO O| Finalize: Updating image state ... Done
44842026-05-14T15:17:23.175Z[ recovery-image] May 14 15:17:22.505 INFO O| May 14 15:17:22.505 INFO O| Finalize: Creating fast lookup database ... Done
44852026-05-14T15:17:23.201Z[ recovery-image] May 14 15:17:22.521 INFO O| May 14 15:17:22.521 INFO O| Finalize: Reading search index ... Done
44862026-05-14T15:17:25.084Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
44872026-05-14T15:17:25.173Z[ recovery-image] May 14 15:17:24.513 INFO O| May 14 15:17:24.513 INFO O| Finalize: Building new search index ... Done
44882026-05-14T15:17:25.450Z[ recovery-image] May 14 15:17:24.791 INFO O| May 14 15:17:24.791 INFO O| Finalize: Updating package cache ... Done
44892026-05-14T15:17:25.573Z[ recovery-image] May 14 15:17:24.912 INFO O| May 14 15:17:24.912 INFO STEP 11 (pkg_install) COMPLETE
44902026-05-14T15:17:25.573Z[ recovery-image] May 14 15:17:24.912 INFO O| May 14 15:17:24.912 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44912026-05-14T15:17:25.573Z[ recovery-image] May 14 15:17:24.912 INFO O| May 14 15:17:24.912 INFO skip step because feature "recovery" is enabled
44922026-05-14T15:17:25.587Z[ recovery-image] May 14 15:17:24.912 INFO O| May 14 15:17:24.912 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44932026-05-14T15:17:25.587Z[ recovery-image] May 14 15:17:24.912 INFO O| May 14 15:17:24.912 INFO skip step because feature "omicron1" is not enabled
44942026-05-14T15:17:25.587Z[ recovery-image] May 14 15:17:24.912 INFO O| May 14 15:17:24.912 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44952026-05-14T15:17:25.587Z[ recovery-image] May 14 15:17:24.923 INFO O| May 14 15:17:24.923 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.40.479"]
44962026-05-14T15:17:25.591Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
44972026-05-14T15:17:26.515Z[ recovery-image] May 14 15:17:25.855 INFO O| May 14 15:17:25.855 INFO O| Startup: Refreshing catalog 'helios' ... Done
44982026-05-14T15:17:26.686Z[ recovery-image] May 14 15:17:26.027 INFO O| May 14 15:17:26.027 INFO O| Startup: Caching catalogs ... Done
44992026-05-14T15:17:26.801Z[ recovery-image] May 14 15:17:26.142 INFO O| May 14 15:17:26.142 INFO O| Planning: Solver setup ... Done
45002026-05-14T15:17:26.807Z[ recovery-image] May 14 15:17:26.148 INFO O| May 14 15:17:26.147 INFO O| Planning: Running solver ... Done
45012026-05-14T15:17:26.810Z[ recovery-image] May 14 15:17:26.151 INFO O| May 14 15:17:26.151 INFO O| Planning: Finding local manifests ... Done
45022026-05-14T15:17:26.878Z[ recovery-image] May 14 15:17:26.219 INFO O| May 14 15:17:26.219 INFO O| Planning: Fetching manifests: 0/1 0% complete
45032026-05-14T15:17:26.904Z[ recovery-image] May 14 15:17:26.241 INFO O| May 14 15:17:26.241 INFO O| Planning: Fetching manifests: 1/1 100% complete
45042026-05-14T15:17:26.920Z[ recovery-image] May 14 15:17:26.258 INFO O| May 14 15:17:26.257 INFO O| Planning: Package planning ... Done
45052026-05-14T15:17:26.920Z[ recovery-image] May 14 15:17:26.258 INFO O| May 14 15:17:26.258 INFO O| Planning: Merging actions ... Done
45062026-05-14T15:17:26.940Z[ recovery-image] May 14 15:17:26.280 INFO O| May 14 15:17:26.280 INFO O| Planning: Checking for conflicting actions ... Done
45072026-05-14T15:17:26.943Z[ recovery-image] May 14 15:17:26.280 INFO O| May 14 15:17:26.280 INFO O| Planning: Consolidating action changes ... Done
45082026-05-14T15:17:27.035Z[ recovery-image] May 14 15:17:26.375 INFO O| May 14 15:17:26.375 INFO O| Planning: Evaluating mediators ... Done
45092026-05-14T15:17:27.040Z[ recovery-image] May 14 15:17:26.376 INFO O| May 14 15:17:26.376 INFO O| Planning: Planning completed in 0.34 seconds
45102026-05-14T15:17:27.040Z[ recovery-image] May 14 15:17:26.376 INFO O| May 14 15:17:26.376 INFO O| Packages to install: 1
45112026-05-14T15:17:27.045Z[ recovery-image] May 14 15:17:26.386 INFO O| May 14 15:17:26.386 INFO O| Download: 0/4 items 0.0/12.6MB 0% complete
45122026-05-14T15:17:27.751Z[ recovery-image] May 14 15:17:27.091 INFO O| May 14 15:17:27.091 INFO O| Download: Completed 12.63 MB in 0.71 seconds (17.9M/s)
45132026-05-14T15:17:27.771Z[ recovery-image] May 14 15:17:27.111 INFO O| May 14 15:17:27.111 INFO O| Actions: 1/22 actions (Installing new actions)
45142026-05-14T15:17:28.004Z[ recovery-image] May 14 15:17:27.341 INFO O| May 14 15:17:27.341 INFO O| Actions: Completed 22 actions in 0.23 seconds.
45152026-05-14T15:17:28.017Z[ recovery-image] May 14 15:17:27.348 INFO O| May 14 15:17:27.348 INFO O| Finalize: Updating package state database ... Done
45162026-05-14T15:17:28.017Z[ recovery-image] May 14 15:17:27.348 INFO O| May 14 15:17:27.348 INFO O| Finalize: Updating package cache ... Done
45172026-05-14T15:17:28.029Z[ recovery-image] May 14 15:17:27.366 INFO O| May 14 15:17:27.366 INFO O| Finalize: Updating image state ... Done
45182026-05-14T15:17:28.045Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
45192026-05-14T15:17:28.679Z[ recovery-image] May 14 15:17:28.020 INFO O| May 14 15:17:28.019 INFO O| Finalize: Creating fast lookup database ... Done
45202026-05-14T15:17:28.695Z[ recovery-image] May 14 15:17:28.036 INFO O| May 14 15:17:28.036 INFO O| Finalize: Reading search index ... Done
45212026-05-14T15:17:28.695Z[ recovery-image] May 14 15:17:28.036 INFO O| May 14 15:17:28.036 INFO O| Finalize: Updating search index ... Done
45222026-05-14T15:17:28.706Z[ recovery-image] May 14 15:17:28.047 INFO O| May 14 15:17:28.047 INFO O| Finalize: Updating package cache ... Done
45232026-05-14T15:17:28.896Z[ recovery-image] May 14 15:17:28.236 INFO O| May 14 15:17:28.236 INFO STEP 14 (pkg_install) COMPLETE
45242026-05-14T15:17:28.896Z[ recovery-image] May 14 15:17:28.236 INFO O| May 14 15:17:28.236 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45252026-05-14T15:17:28.909Z[ recovery-image] May 14 15:17:28.236 INFO O| May 14 15:17:28.236 INFO skip step because feature "mbist" is not enabled
45262026-05-14T15:17:28.909Z[ recovery-image] May 14 15:17:28.236 INFO O| May 14 15:17:28.236 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45272026-05-14T15:17:28.909Z[ recovery-image] May 14 15:17:28.236 INFO O| May 14 15:17:28.236 INFO skip step because feature "mfg" is not enabled
45282026-05-14T15:17:28.909Z[ recovery-image] May 14 15:17:28.236 INFO O| May 14 15:17:28.236 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45292026-05-14T15:17:28.909Z[ recovery-image] May 14 15:17:28.236 INFO O| May 14 15:17:28.236 INFO skip step because feature "compliance" is not enabled
45302026-05-14T15:17:28.910Z[ recovery-image] May 14 15:17:28.236 INFO O| May 14 15:17:28.236 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45312026-05-14T15:17:28.910Z[ recovery-image] May 14 15:17:28.236 INFO O| May 14 15:17:28.236 INFO skip step because feature "stress" is not enabled
45322026-05-14T15:17:28.910Z[ recovery-image] May 14 15:17:28.236 INFO O| May 14 15:17:28.236 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45332026-05-14T15:17:28.910Z[ recovery-image] May 14 15:17:28.236 INFO O| May 14 15:17:28.236 INFO skip step because feature "compliance" is not enabled
45342026-05-14T15:17:28.910Z[ recovery-image] May 14 15:17:28.236 INFO O| May 14 15:17:28.236 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45352026-05-14T15:17:28.910Z[ recovery-image] May 14 15:17:28.236 INFO O| May 14 15:17:28.236 INFO skip step because feature "nfs" is not enabled
45362026-05-14T15:17:28.910Z[ recovery-image] May 14 15:17:28.236 INFO O| May 14 15:17:28.236 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45372026-05-14T15:17:28.910Z[ recovery-image] May 14 15:17:28.236 INFO O| May 14 15:17:28.236 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45382026-05-14T15:17:28.975Z[ recovery-image] May 14 15:17:28.307 INFO O| May 14 15:17:28.307 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
45392026-05-14T15:17:29.102Z[ recovery-image] May 14 15:17:28.442 INFO O| May 14 15:17:28.442 INFO completed processing sled/ramdisk-01-os
45402026-05-14T15:17:29.112Z[ recovery-image] May 14 15:17:28.444 INFO image builder template: ramdisk-02-trim...
45412026-05-14T15:17:29.112Z[ recovery-image] May 14 15:17:28.444 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/.tmp2Zpu7x/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", "optever=0.40.479", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
45422026-05-14T15:17:29.123Z[ recovery-image] May 14 15:17:28.463 INFO O| May 14 15:17:28.463 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45432026-05-14T15:17:29.130Z[ recovery-image] May 14 15:17:28.468 INFO O| May 14 15:17:28.468 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45442026-05-14T15:17:29.199Z[ recovery-image] May 14 15:17:28.539 INFO O| May 14 15:17:28.539 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
45452026-05-14T15:17:29.265Z[ recovery-image] May 14 15:17:28.606 INFO O| May 14 15:17:28.606 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45462026-05-14T15:17:29.266Z[ recovery-image] May 14 15:17:28.606 INFO O| May 14 15:17:28.606 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
45472026-05-14T15:17:29.278Z[ recovery-image] May 14 15:17:28.611 INFO O| May 14 15:17:28.611 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
45482026-05-14T15:17:29.278Z[ recovery-image] May 14 15:17:28.615 INFO O| May 14 15:17:28.615 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45492026-05-14T15:17:29.296Z[ recovery-image] May 14 15:17:28.619 INFO O| May 14 15:17:28.619 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45502026-05-14T15:17:29.706Z[ recovery-image] May 14 15:17:29.047 INFO O| May 14 15:17:29.047 INFO rolled back to input snapshot; work may begin
45512026-05-14T15:17:29.706Z[ recovery-image] May 14 15:17:29.047 INFO O| May 14 15:17:29.047 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
45522026-05-14T15:17:29.713Z[ recovery-image] May 14 15:17:29.053 INFO O| May 14 15:17:29.053 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45532026-05-14T15:17:29.724Z[ recovery-image] May 14 15:17:29.063 INFO O| May 14 15:17:29.063 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
45542026-05-14T15:17:29.773Z[ recovery-image] May 14 15:17:29.101 INFO O| May 14 15:17:29.101 INFO STEP 0 (remove_files) COMPLETE
45552026-05-14T15:17:29.773Z[ recovery-image] May 14 15:17:29.101 INFO O| May 14 15:17:29.101 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45562026-05-14T15:17:29.781Z[ recovery-image] May 14 15:17:29.113 INFO O| May 14 15:17:29.113 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
45572026-05-14T15:17:29.781Z[ recovery-image] May 14 15:17:29.115 INFO O| May 14 15:17:29.115 INFO STEP 1 (remove_files) COMPLETE
45582026-05-14T15:17:29.781Z[ recovery-image] May 14 15:17:29.115 INFO O| May 14 15:17:29.115 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45592026-05-14T15:17:29.790Z[ recovery-image] May 14 15:17:29.127 INFO O| May 14 15:17:29.127 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
45602026-05-14T15:17:29.807Z[ recovery-image] May 14 15:17:29.144 INFO O| May 14 15:17:29.144 INFO STEP 2 (remove_files) COMPLETE
45612026-05-14T15:17:29.807Z[ recovery-image] May 14 15:17:29.144 INFO O| May 14 15:17:29.144 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45622026-05-14T15:17:29.818Z[ recovery-image] May 14 15:17:29.156 INFO O| May 14 15:17:29.156 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
45632026-05-14T15:17:29.826Z[ recovery-image] May 14 15:17:29.158 INFO O| May 14 15:17:29.158 INFO STEP 3 (remove_files) COMPLETE
45642026-05-14T15:17:29.827Z[ recovery-image] May 14 15:17:29.158 INFO O| May 14 15:17:29.158 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45652026-05-14T15:17:29.847Z[ recovery-image] May 14 15:17:29.169 INFO O| May 14 15:17:29.169 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
45662026-05-14T15:17:29.847Z[ recovery-image] May 14 15:17:29.173 INFO O| May 14 15:17:29.173 INFO STEP 4 (remove_files) COMPLETE
45672026-05-14T15:17:29.847Z[ recovery-image] May 14 15:17:29.173 INFO O| May 14 15:17:29.173 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45682026-05-14T15:17:29.847Z[ recovery-image] May 14 15:17:29.184 INFO O| May 14 15:17:29.184 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
45692026-05-14T15:17:29.847Z[ recovery-image] May 14 15:17:29.184 INFO O| May 14 15:17:29.184 INFO STEP 5 (remove_files) COMPLETE
45702026-05-14T15:17:29.847Z[ recovery-image] May 14 15:17:29.184 INFO O| May 14 15:17:29.184 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45712026-05-14T15:17:29.857Z[ recovery-image] May 14 15:17:29.193 INFO O| May 14 15:17:29.193 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
45722026-05-14T15:17:29.881Z[ recovery-image] May 14 15:17:29.206 INFO O| May 14 15:17:29.206 INFO STEP 6 (remove_files) COMPLETE
45732026-05-14T15:17:29.881Z[ recovery-image] May 14 15:17:29.206 INFO O| May 14 15:17:29.206 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45742026-05-14T15:17:29.881Z[ recovery-image] May 14 15:17:29.206 INFO O| May 14 15:17:29.206 INFO skip step because feature "heliosv2" is not enabled
45752026-05-14T15:17:29.881Z[ recovery-image] May 14 15:17:29.206 INFO O| May 14 15:17:29.206 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45762026-05-14T15:17:29.882Z[ recovery-image] May 14 15:17:29.206 INFO O| May 14 15:17:29.206 INFO skip step because feature "recovery" is enabled
45772026-05-14T15:17:29.882Z[ recovery-image] May 14 15:17:29.206 INFO O| May 14 15:17:29.206 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45782026-05-14T15:17:29.882Z[ recovery-image] May 14 15:17:29.206 INFO O| May 14 15:17:29.206 INFO skip step because feature "recovery" is enabled
45792026-05-14T15:17:29.882Z[ recovery-image] May 14 15:17:29.206 INFO O| May 14 15:17:29.206 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45802026-05-14T15:17:29.882Z[ recovery-image] May 14 15:17:29.206 INFO O| May 14 15:17:29.206 INFO skip step because feature "recovery" is enabled
45812026-05-14T15:17:29.882Z[ recovery-image] May 14 15:17:29.206 INFO O| May 14 15:17:29.206 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45822026-05-14T15:17:29.904Z[ recovery-image] May 14 15:17:29.216 INFO O| May 14 15:17:29.216 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
45832026-05-14T15:17:29.904Z[ recovery-image] May 14 15:17:29.220 INFO O| May 14 15:17:29.220 INFO STEP 11 (remove_files) COMPLETE
45842026-05-14T15:17:29.904Z[ recovery-image] May 14 15:17:29.220 INFO O| May 14 15:17:29.220 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45852026-05-14T15:17:29.904Z[ recovery-image] May 14 15:17:29.229 INFO O| May 14 15:17:29.229 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
45862026-05-14T15:17:29.904Z[ recovery-image] May 14 15:17:29.230 INFO O| May 14 15:17:29.230 INFO STEP 12 (remove_files) COMPLETE
45872026-05-14T15:17:29.904Z[ recovery-image] May 14 15:17:29.230 INFO O| May 14 15:17:29.230 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45882026-05-14T15:17:29.918Z[ recovery-image] May 14 15:17:29.238 INFO O| May 14 15:17:29.237 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
45892026-05-14T15:17:29.918Z[ recovery-image] May 14 15:17:29.240 INFO O| May 14 15:17:29.240 INFO STEP 13 (remove_files) COMPLETE
45902026-05-14T15:17:29.918Z[ recovery-image] May 14 15:17:29.240 INFO O| May 14 15:17:29.240 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45912026-05-14T15:17:29.961Z[ recovery-image] May 14 15:17:29.301 INFO O| May 14 15:17:29.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
45922026-05-14T15:17:29.970Z[ recovery-image] May 14 15:17:29.311 INFO O| May 14 15:17:29.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
45932026-05-14T15:17:30.078Z[ recovery-image] May 14 15:17:29.419 INFO O| May 14 15:17:29.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
45942026-05-14T15:17:30.091Z[ recovery-image] May 14 15:17:29.419 INFO O| May 14 15:17:29.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
45952026-05-14T15:17:30.098Z[ recovery-image] May 14 15:17:29.427 INFO O| May 14 15:17:29.427 INFO STEP 14 (remove_files) COMPLETE
45962026-05-14T15:17:30.098Z[ recovery-image] May 14 15:17:29.427 INFO O| May 14 15:17:29.427 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45972026-05-14T15:17:30.105Z[ recovery-image] May 14 15:17:29.440 INFO O| May 14 15:17:29.440 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
45982026-05-14T15:17:30.105Z[ recovery-image] May 14 15:17:29.441 INFO O| May 14 15:17:29.441 INFO STEP 15 (remove_files) COMPLETE
45992026-05-14T15:17:30.105Z[ recovery-image] May 14 15:17:29.442 INFO O| May 14 15:17:29.442 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46002026-05-14T15:17:30.112Z[ recovery-image] May 14 15:17:29.453 INFO O| May 14 15:17:29.453 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
46012026-05-14T15:17:30.121Z[ recovery-image] May 14 15:17:29.460 INFO O| May 14 15:17:29.460 INFO STEP 16 (remove_files) COMPLETE
46022026-05-14T15:17:30.121Z[ recovery-image] May 14 15:17:29.461 INFO O| May 14 15:17:29.461 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46032026-05-14T15:17:30.131Z[ recovery-image] May 14 15:17:29.472 INFO O| May 14 15:17:29.472 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
46042026-05-14T15:17:30.140Z[ recovery-image] May 14 15:17:29.472 INFO O| May 14 15:17:29.472 INFO STEP 17 (remove_files) COMPLETE
46052026-05-14T15:17:30.141Z[ recovery-image] May 14 15:17:29.473 INFO O| May 14 15:17:29.473 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46062026-05-14T15:17:30.148Z[ recovery-image] May 14 15:17:29.483 INFO O| May 14 15:17:29.483 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
46072026-05-14T15:17:30.148Z[ recovery-image] May 14 15:17:29.485 INFO O| May 14 15:17:29.485 INFO STEP 18 (remove_files) COMPLETE
46082026-05-14T15:17:30.148Z[ recovery-image] May 14 15:17:29.485 INFO O| May 14 15:17:29.485 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46092026-05-14T15:17:30.155Z[ recovery-image] May 14 15:17:29.495 INFO O| May 14 15:17:29.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
46102026-05-14T15:17:30.155Z[ recovery-image] May 14 15:17:29.496 INFO O| May 14 15:17:29.496 INFO STEP 19 (remove_files) COMPLETE
46112026-05-14T15:17:30.169Z[ recovery-image] May 14 15:17:29.496 INFO O| May 14 15:17:29.496 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46122026-05-14T15:17:30.183Z[ recovery-image] May 14 15:17:29.505 INFO O| May 14 15:17:29.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
46132026-05-14T15:17:30.183Z[ recovery-image] May 14 15:17:29.505 INFO O| May 14 15:17:29.505 INFO STEP 20 (remove_files) COMPLETE
46142026-05-14T15:17:30.183Z[ recovery-image] May 14 15:17:29.505 INFO O| May 14 15:17:29.505 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46152026-05-14T15:17:30.183Z[ recovery-image] May 14 15:17:29.513 INFO O| May 14 15:17:29.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
46162026-05-14T15:17:30.183Z[ recovery-image] May 14 15:17:29.513 INFO O| May 14 15:17:29.513 INFO STEP 21 (remove_files) COMPLETE
46172026-05-14T15:17:30.183Z[ recovery-image] May 14 15:17:29.513 INFO O| May 14 15:17:29.513 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46182026-05-14T15:17:30.189Z[ recovery-image] May 14 15:17:29.522 INFO O| May 14 15:17:29.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
46192026-05-14T15:17:30.189Z[ recovery-image] May 14 15:17:29.522 INFO O| May 14 15:17:29.522 INFO STEP 22 (remove_files) COMPLETE
46202026-05-14T15:17:30.190Z[ recovery-image] May 14 15:17:29.522 INFO O| May 14 15:17:29.522 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46212026-05-14T15:17:30.190Z[ recovery-image] May 14 15:17:29.530 INFO O| May 14 15:17:29.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
46222026-05-14T15:17:30.190Z[ recovery-image] May 14 15:17:29.530 INFO O| May 14 15:17:29.530 INFO STEP 23 (remove_files) COMPLETE
46232026-05-14T15:17:30.190Z[ recovery-image] May 14 15:17:29.530 INFO O| May 14 15:17:29.530 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46242026-05-14T15:17:30.215Z[ recovery-image] May 14 15:17:29.556 INFO O| May 14 15:17:29.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
46252026-05-14T15:17:30.215Z[ recovery-image] May 14 15:17:29.556 INFO O| May 14 15:17:29.556 INFO STEP 24 (remove_files) COMPLETE
46262026-05-14T15:17:30.225Z[ recovery-image] May 14 15:17:29.556 INFO O| May 14 15:17:29.556 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46272026-05-14T15:17:30.236Z[ recovery-image] May 14 15:17:29.567 INFO O| May 14 15:17:29.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
46282026-05-14T15:17:30.236Z[ recovery-image] May 14 15:17:29.568 INFO O| May 14 15:17:29.568 INFO STEP 25 (remove_files) COMPLETE
46292026-05-14T15:17:30.236Z[ recovery-image] May 14 15:17:29.568 INFO O| May 14 15:17:29.568 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46302026-05-14T15:17:30.249Z[ recovery-image] May 14 15:17:29.578 INFO O| May 14 15:17:29.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
46312026-05-14T15:17:30.249Z[ recovery-image] May 14 15:17:29.578 INFO O| May 14 15:17:29.578 INFO STEP 26 (remove_files) COMPLETE
46322026-05-14T15:17:30.249Z[ recovery-image] May 14 15:17:29.578 INFO O| May 14 15:17:29.578 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46332026-05-14T15:17:30.260Z[ recovery-image] May 14 15:17:29.588 INFO O| May 14 15:17:29.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
46342026-05-14T15:17:30.260Z[ recovery-image] May 14 15:17:29.588 INFO O| May 14 15:17:29.588 INFO STEP 27 (remove_files) COMPLETE
46352026-05-14T15:17:30.260Z[ recovery-image] May 14 15:17:29.589 INFO O| May 14 15:17:29.588 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46362026-05-14T15:17:30.260Z[ recovery-image] May 14 15:17:29.599 INFO O| May 14 15:17:29.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
46372026-05-14T15:17:30.260Z[ recovery-image] May 14 15:17:29.599 INFO O| May 14 15:17:29.599 INFO STEP 28 (remove_files) COMPLETE
46382026-05-14T15:17:30.260Z[ recovery-image] May 14 15:17:29.599 INFO O| May 14 15:17:29.599 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46392026-05-14T15:17:30.269Z[ recovery-image] May 14 15:17:29.608 INFO O| May 14 15:17:29.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
46402026-05-14T15:17:30.269Z[ recovery-image] May 14 15:17:29.608 INFO O| May 14 15:17:29.608 INFO STEP 29 (remove_files) COMPLETE
46412026-05-14T15:17:30.269Z[ recovery-image] May 14 15:17:29.608 INFO O| May 14 15:17:29.608 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46422026-05-14T15:17:30.277Z[ recovery-image] May 14 15:17:29.618 INFO O| May 14 15:17:29.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
46432026-05-14T15:17:30.277Z[ recovery-image] May 14 15:17:29.618 INFO O| May 14 15:17:29.618 INFO STEP 30 (remove_files) COMPLETE
46442026-05-14T15:17:30.277Z[ recovery-image] May 14 15:17:29.618 INFO O| May 14 15:17:29.618 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46452026-05-14T15:17:30.315Z[ recovery-image] May 14 15:17:29.627 INFO O| May 14 15:17:29.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
46462026-05-14T15:17:30.315Z[ recovery-image] May 14 15:17:29.627 INFO O| May 14 15:17:29.627 INFO STEP 31 (remove_files) COMPLETE
46472026-05-14T15:17:30.315Z[ recovery-image] May 14 15:17:29.627 INFO O| May 14 15:17:29.627 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46482026-05-14T15:17:30.315Z[ recovery-image] May 14 15:17:29.636 INFO O| May 14 15:17:29.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
46492026-05-14T15:17:30.315Z[ recovery-image] May 14 15:17:29.636 INFO O| May 14 15:17:29.636 INFO STEP 32 (remove_files) COMPLETE
46502026-05-14T15:17:30.315Z[ recovery-image] May 14 15:17:29.636 INFO O| May 14 15:17:29.636 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46512026-05-14T15:17:30.330Z[ recovery-image] May 14 15:17:29.646 INFO O| May 14 15:17:29.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
46522026-05-14T15:17:30.330Z[ recovery-image] May 14 15:17:29.646 INFO O| May 14 15:17:29.646 INFO STEP 33 (remove_files) COMPLETE
46532026-05-14T15:17:30.330Z[ recovery-image] May 14 15:17:29.646 INFO O| May 14 15:17:29.646 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46542026-05-14T15:17:30.330Z[ recovery-image] May 14 15:17:29.655 INFO O| May 14 15:17:29.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
46552026-05-14T15:17:30.330Z[ recovery-image] May 14 15:17:29.655 INFO O| May 14 15:17:29.655 INFO STEP 34 (remove_files) COMPLETE
46562026-05-14T15:17:30.330Z[ recovery-image] May 14 15:17:29.656 INFO O| May 14 15:17:29.655 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46572026-05-14T15:17:30.330Z[ recovery-image] May 14 15:17:29.665 INFO O| May 14 15:17:29.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
46582026-05-14T15:17:30.330Z[ recovery-image] May 14 15:17:29.665 INFO O| May 14 15:17:29.665 INFO STEP 35 (remove_files) COMPLETE
46592026-05-14T15:17:30.331Z[ recovery-image] May 14 15:17:29.665 INFO O| May 14 15:17:29.665 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46602026-05-14T15:17:30.345Z[ recovery-image] May 14 15:17:29.675 INFO O| May 14 15:17:29.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
46612026-05-14T15:17:30.345Z[ recovery-image] May 14 15:17:29.675 INFO O| May 14 15:17:29.675 INFO STEP 36 (remove_files) COMPLETE
46622026-05-14T15:17:30.345Z[ recovery-image] May 14 15:17:29.675 INFO O| May 14 15:17:29.675 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46632026-05-14T15:17:30.352Z[ recovery-image] May 14 15:17:29.685 INFO O| May 14 15:17:29.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
46642026-05-14T15:17:30.352Z[ recovery-image] May 14 15:17:29.685 INFO O| May 14 15:17:29.685 INFO STEP 37 (remove_files) COMPLETE
46652026-05-14T15:17:30.352Z[ recovery-image] May 14 15:17:29.685 INFO O| May 14 15:17:29.685 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46662026-05-14T15:17:30.360Z[ recovery-image] May 14 15:17:29.695 INFO O| May 14 15:17:29.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
46672026-05-14T15:17:30.360Z[ recovery-image] May 14 15:17:29.695 INFO O| May 14 15:17:29.695 INFO STEP 38 (remove_files) COMPLETE
46682026-05-14T15:17:30.360Z[ recovery-image] May 14 15:17:29.695 INFO O| May 14 15:17:29.695 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46692026-05-14T15:17:30.369Z[ recovery-image] May 14 15:17:29.705 INFO O| May 14 15:17:29.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
46702026-05-14T15:17:30.369Z[ recovery-image] May 14 15:17:29.705 INFO O| May 14 15:17:29.705 INFO STEP 39 (remove_files) COMPLETE
46712026-05-14T15:17:30.369Z[ recovery-image] May 14 15:17:29.705 INFO O| May 14 15:17:29.705 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46722026-05-14T15:17:30.375Z[ recovery-image] May 14 15:17:29.715 INFO O| May 14 15:17:29.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
46732026-05-14T15:17:30.376Z[ recovery-image] May 14 15:17:29.715 INFO O| May 14 15:17:29.715 INFO STEP 40 (remove_files) COMPLETE
46742026-05-14T15:17:30.376Z[ recovery-image] May 14 15:17:29.715 INFO O| May 14 15:17:29.715 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46752026-05-14T15:17:30.384Z[ recovery-image] May 14 15:17:29.725 INFO O| May 14 15:17:29.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
46762026-05-14T15:17:30.384Z[ recovery-image] May 14 15:17:29.725 INFO O| May 14 15:17:29.725 INFO STEP 41 (remove_files) COMPLETE
46772026-05-14T15:17:30.395Z[ recovery-image] May 14 15:17:29.725 INFO O| May 14 15:17:29.725 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46782026-05-14T15:17:30.405Z[ recovery-image] May 14 15:17:29.735 INFO O| May 14 15:17:29.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
46792026-05-14T15:17:30.405Z[ recovery-image] May 14 15:17:29.735 INFO O| May 14 15:17:29.735 INFO STEP 42 (remove_files) COMPLETE
46802026-05-14T15:17:30.405Z[ recovery-image] May 14 15:17:29.735 INFO O| May 14 15:17:29.735 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46812026-05-14T15:17:30.412Z[ recovery-image] May 14 15:17:29.746 INFO O| May 14 15:17:29.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
46822026-05-14T15:17:30.412Z[ recovery-image] May 14 15:17:29.746 INFO O| May 14 15:17:29.746 INFO STEP 43 (remove_files) COMPLETE
46832026-05-14T15:17:30.412Z[ recovery-image] May 14 15:17:29.746 INFO O| May 14 15:17:29.746 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46842026-05-14T15:17:30.421Z[ recovery-image] May 14 15:17:29.756 INFO O| May 14 15:17:29.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
46852026-05-14T15:17:30.421Z[ recovery-image] May 14 15:17:29.756 INFO O| May 14 15:17:29.756 INFO STEP 44 (remove_files) COMPLETE
46862026-05-14T15:17:30.421Z[ recovery-image] May 14 15:17:29.756 INFO O| May 14 15:17:29.756 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46872026-05-14T15:17:30.428Z[ recovery-image] May 14 15:17:29.765 INFO O| May 14 15:17:29.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
46882026-05-14T15:17:30.429Z[ recovery-image] May 14 15:17:29.766 INFO O| May 14 15:17:29.765 INFO STEP 45 (remove_files) COMPLETE
46892026-05-14T15:17:30.429Z[ recovery-image] May 14 15:17:29.766 INFO O| May 14 15:17:29.765 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46902026-05-14T15:17:30.435Z[ recovery-image] May 14 15:17:29.775 INFO O| May 14 15:17:29.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
46912026-05-14T15:17:30.436Z[ recovery-image] May 14 15:17:29.775 INFO O| May 14 15:17:29.775 INFO STEP 46 (remove_files) COMPLETE
46922026-05-14T15:17:30.436Z[ recovery-image] May 14 15:17:29.775 INFO O| May 14 15:17:29.775 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46932026-05-14T15:17:30.448Z[ recovery-image] May 14 15:17:29.785 INFO O| May 14 15:17:29.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
46942026-05-14T15:17:30.448Z[ recovery-image] May 14 15:17:29.785 INFO O| May 14 15:17:29.785 INFO STEP 47 (remove_files) COMPLETE
46952026-05-14T15:17:30.448Z[ recovery-image] May 14 15:17:29.785 INFO O| May 14 15:17:29.785 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46962026-05-14T15:17:30.456Z[ recovery-image] May 14 15:17:29.794 INFO O| May 14 15:17:29.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
46972026-05-14T15:17:30.456Z[ recovery-image] May 14 15:17:29.794 INFO O| May 14 15:17:29.794 INFO STEP 48 (remove_files) COMPLETE
46982026-05-14T15:17:30.456Z[ recovery-image] May 14 15:17:29.794 INFO O| May 14 15:17:29.794 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46992026-05-14T15:17:30.463Z[ recovery-image] May 14 15:17:29.803 INFO O| May 14 15:17:29.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
47002026-05-14T15:17:30.464Z[ recovery-image] May 14 15:17:29.803 INFO O| May 14 15:17:29.803 INFO STEP 49 (remove_files) COMPLETE
47012026-05-14T15:17:30.464Z[ recovery-image] May 14 15:17:29.803 INFO O| May 14 15:17:29.803 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47022026-05-14T15:17:30.479Z[ recovery-image] May 14 15:17:29.812 INFO O| May 14 15:17:29.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
47032026-05-14T15:17:30.479Z[ recovery-image] May 14 15:17:29.812 INFO O| May 14 15:17:29.812 INFO STEP 50 (remove_files) COMPLETE
47042026-05-14T15:17:30.488Z[ recovery-image] May 14 15:17:29.812 INFO O| May 14 15:17:29.812 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47052026-05-14T15:17:30.488Z[ recovery-image] May 14 15:17:29.821 INFO O| May 14 15:17:29.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
47062026-05-14T15:17:30.488Z[ recovery-image] May 14 15:17:29.821 INFO O| May 14 15:17:29.821 INFO STEP 51 (remove_files) COMPLETE
47072026-05-14T15:17:30.488Z[ recovery-image] May 14 15:17:29.821 INFO O| May 14 15:17:29.821 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47082026-05-14T15:17:30.500Z[ recovery-image] May 14 15:17:29.829 INFO O| May 14 15:17:29.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
47092026-05-14T15:17:30.500Z[ recovery-image] May 14 15:17:29.829 INFO O| May 14 15:17:29.829 INFO STEP 52 (remove_files) COMPLETE
47102026-05-14T15:17:30.500Z[ recovery-image] May 14 15:17:29.829 INFO O| May 14 15:17:29.829 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47112026-05-14T15:17:30.507Z[ recovery-image] May 14 15:17:29.838 INFO O| May 14 15:17:29.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
47122026-05-14T15:17:30.507Z[ recovery-image] May 14 15:17:29.838 INFO O| May 14 15:17:29.838 INFO STEP 53 (remove_files) COMPLETE
47132026-05-14T15:17:30.507Z[ recovery-image] May 14 15:17:29.838 INFO O| May 14 15:17:29.838 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47142026-05-14T15:17:30.515Z[ recovery-image] May 14 15:17:29.848 INFO O| May 14 15:17:29.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
47152026-05-14T15:17:30.515Z[ recovery-image] May 14 15:17:29.848 INFO O| May 14 15:17:29.848 INFO STEP 54 (remove_files) COMPLETE
47162026-05-14T15:17:30.515Z[ recovery-image] May 14 15:17:29.848 INFO O| May 14 15:17:29.848 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47172026-05-14T15:17:30.522Z[ recovery-image] May 14 15:17:29.856 INFO O| May 14 15:17:29.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
47182026-05-14T15:17:30.522Z[ recovery-image] May 14 15:17:29.856 INFO O| May 14 15:17:29.856 INFO STEP 55 (remove_files) COMPLETE
47192026-05-14T15:17:30.522Z[ recovery-image] May 14 15:17:29.856 INFO O| May 14 15:17:29.856 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47202026-05-14T15:17:30.530Z[ recovery-image] May 14 15:17:29.865 INFO O| May 14 15:17:29.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
47212026-05-14T15:17:30.530Z[ recovery-image] May 14 15:17:29.865 INFO O| May 14 15:17:29.865 INFO STEP 56 (remove_files) COMPLETE
47222026-05-14T15:17:30.530Z[ recovery-image] May 14 15:17:29.865 INFO O| May 14 15:17:29.865 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47232026-05-14T15:17:30.550Z[ recovery-image] May 14 15:17:29.873 INFO O| May 14 15:17:29.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
47242026-05-14T15:17:30.550Z[ recovery-image] May 14 15:17:29.873 INFO O| May 14 15:17:29.873 INFO STEP 57 (remove_files) COMPLETE
47252026-05-14T15:17:30.550Z[ recovery-image] May 14 15:17:29.873 INFO O| May 14 15:17:29.873 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47262026-05-14T15:17:30.556Z[ recovery-image] May 14 15:17:29.882 INFO O| May 14 15:17:29.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
47272026-05-14T15:17:30.556Z[ recovery-image] May 14 15:17:29.882 INFO O| May 14 15:17:29.882 INFO STEP 58 (remove_files) COMPLETE
47282026-05-14T15:17:30.556Z[ recovery-image] May 14 15:17:29.882 INFO O| May 14 15:17:29.882 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47292026-05-14T15:17:30.556Z[ recovery-image] May 14 15:17:29.890 INFO O| May 14 15:17:29.890 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
47302026-05-14T15:17:30.556Z[ recovery-image] May 14 15:17:29.890 INFO O| May 14 15:17:29.890 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
47312026-05-14T15:17:30.556Z[ recovery-image] May 14 15:17:29.890 INFO O| May 14 15:17:29.890 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47322026-05-14T15:17:30.556Z[ recovery-image] May 14 15:17:29.890 INFO O| May 14 15:17:29.890 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47332026-05-14T15:17:30.556Z[ recovery-image] May 14 15:17:29.890 INFO O| May 14 15:17:29.890 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47342026-05-14T15:17:30.557Z[ recovery-image] May 14 15:17:29.890 INFO O| May 14 15:17:29.890 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47352026-05-14T15:17:30.557Z[ recovery-image] May 14 15:17:29.890 INFO O| May 14 15:17:29.890 INFO ok!
47362026-05-14T15:17:30.557Z[ recovery-image] May 14 15:17:29.890 INFO O| May 14 15:17:29.890 INFO STEP 59 (ensure_file) COMPLETE
47372026-05-14T15:17:30.557Z[ recovery-image] May 14 15:17:29.890 INFO O| May 14 15:17:29.890 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47382026-05-14T15:17:30.567Z[ recovery-image] May 14 15:17:29.901 INFO O| May 14 15:17:29.901 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
47392026-05-14T15:17:30.567Z[ recovery-image] May 14 15:17:29.901 INFO O| May 14 15:17:29.901 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
47402026-05-14T15:17:30.567Z[ recovery-image] May 14 15:17:29.901 INFO O| May 14 15:17:29.901 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47412026-05-14T15:17:30.568Z[ recovery-image] May 14 15:17:29.901 INFO O| May 14 15:17:29.901 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47422026-05-14T15:17:30.568Z[ recovery-image] May 14 15:17:29.901 INFO O| May 14 15:17:29.901 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47432026-05-14T15:17:30.568Z[ recovery-image] May 14 15:17:29.901 INFO O| May 14 15:17:29.901 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47442026-05-14T15:17:30.568Z[ recovery-image] May 14 15:17:29.901 INFO O| May 14 15:17:29.901 INFO ok!
47452026-05-14T15:17:30.568Z[ recovery-image] May 14 15:17:29.901 INFO O| May 14 15:17:29.901 INFO STEP 60 (ensure_file) COMPLETE
47462026-05-14T15:17:30.568Z[ recovery-image] May 14 15:17:29.901 INFO O| May 14 15:17:29.901 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47472026-05-14T15:17:30.578Z[ recovery-image] May 14 15:17:29.912 INFO O| May 14 15:17:29.912 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
47482026-05-14T15:17:30.578Z[ recovery-image] May 14 15:17:29.912 INFO O| May 14 15:17:29.912 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
47492026-05-14T15:17:30.578Z[ recovery-image] May 14 15:17:29.912 INFO O| May 14 15:17:29.912 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
47502026-05-14T15:17:30.578Z[ recovery-image] May 14 15:17:29.912 INFO O| May 14 15:17:29.912 INFO ok!
47512026-05-14T15:17:30.578Z[ recovery-image] May 14 15:17:29.912 INFO O| May 14 15:17:29.912 INFO STEP 61 (ensure_file) COMPLETE
47522026-05-14T15:17:30.578Z[ recovery-image] May 14 15:17:29.912 INFO O| May 14 15:17:29.912 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47532026-05-14T15:17:30.690Z[ recovery-image] May 14 15:17:30.031 INFO O| May 14 15:17:30.030 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
47542026-05-14T15:17:30.690Z[ recovery-image] May 14 15:17:30.031 INFO O| May 14 15:17:30.031 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
47552026-05-14T15:17:30.690Z[ recovery-image] May 14 15:17:30.031 INFO O| May 14 15:17:30.031 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
47562026-05-14T15:17:30.698Z[ recovery-image] May 14 15:17:30.031 INFO O| May 14 15:17:30.031 INFO ok!
47572026-05-14T15:17:30.698Z[ recovery-image] May 14 15:17:30.031 INFO O| May 14 15:17:30.031 INFO STEP 62 (ensure_file) COMPLETE
47582026-05-14T15:17:30.698Z[ recovery-image] May 14 15:17:30.031 INFO O| May 14 15:17:30.031 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47592026-05-14T15:17:30.707Z[ recovery-image] May 14 15:17:30.040 INFO O| May 14 15:17:30.040 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
47602026-05-14T15:17:30.707Z[ recovery-image] May 14 15:17:30.040 INFO O| May 14 15:17:30.040 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
47612026-05-14T15:17:30.707Z[ recovery-image] May 14 15:17:30.040 INFO O| May 14 15:17:30.040 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47622026-05-14T15:17:30.707Z[ recovery-image] May 14 15:17:30.040 INFO O| May 14 15:17:30.040 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47632026-05-14T15:17:30.707Z[ recovery-image] May 14 15:17:30.040 INFO O| May 14 15:17:30.040 INFO ok!
47642026-05-14T15:17:30.707Z[ recovery-image] May 14 15:17:30.040 INFO O| May 14 15:17:30.040 INFO STEP 63 (ensure_file) COMPLETE
47652026-05-14T15:17:30.707Z[ recovery-image] May 14 15:17:30.040 INFO O| May 14 15:17:30.040 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47662026-05-14T15:17:30.748Z[ recovery-image] May 14 15:17:30.082 INFO O| May 14 15:17:30.082 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
47672026-05-14T15:17:30.748Z[ recovery-image] May 14 15:17:30.083 INFO O| May 14 15:17:30.082 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
47682026-05-14T15:17:30.748Z[ recovery-image] May 14 15:17:30.083 INFO O| May 14 15:17:30.083 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
47692026-05-14T15:17:30.748Z[ recovery-image] May 14 15:17:30.083 INFO O| May 14 15:17:30.083 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
47702026-05-14T15:17:30.748Z[ recovery-image] May 14 15:17:30.083 INFO O| May 14 15:17:30.083 INFO ok!
47712026-05-14T15:17:30.748Z[ recovery-image] May 14 15:17:30.083 INFO O| May 14 15:17:30.083 INFO STEP 64 (ensure_file) COMPLETE
47722026-05-14T15:17:30.748Z[ recovery-image] May 14 15:17:30.083 INFO O| May 14 15:17:30.083 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47732026-05-14T15:17:30.759Z[ recovery-image] May 14 15:17:30.091 INFO O| May 14 15:17:30.091 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
47742026-05-14T15:17:30.760Z[ recovery-image] May 14 15:17:30.091 INFO O| May 14 15:17:30.091 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
47752026-05-14T15:17:30.760Z[ recovery-image] May 14 15:17:30.091 INFO O| May 14 15:17:30.091 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
47762026-05-14T15:17:30.760Z[ recovery-image] May 14 15:17:30.091 INFO O| May 14 15:17:30.091 INFO ok!
47772026-05-14T15:17:30.760Z[ recovery-image] May 14 15:17:30.091 INFO O| May 14 15:17:30.091 INFO STEP 65 (assemble_files) COMPLETE
47782026-05-14T15:17:30.760Z[ recovery-image] May 14 15:17:30.091 INFO O| May 14 15:17:30.091 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47792026-05-14T15:17:30.769Z[ recovery-image] May 14 15:17:30.102 INFO O| May 14 15:17:30.101 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
47802026-05-14T15:17:30.769Z[ recovery-image] May 14 15:17:30.102 INFO O| May 14 15:17:30.101 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
47812026-05-14T15:17:30.769Z[ recovery-image] May 14 15:17:30.102 INFO O| May 14 15:17:30.102 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
47822026-05-14T15:17:30.769Z[ recovery-image] May 14 15:17:30.102 INFO O| May 14 15:17:30.102 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
47832026-05-14T15:17:30.769Z[ recovery-image] May 14 15:17:30.102 INFO O| May 14 15:17:30.102 INFO ok!
47842026-05-14T15:17:30.769Z[ recovery-image] May 14 15:17:30.102 INFO O| May 14 15:17:30.102 INFO STEP 66 (ensure_file) COMPLETE
47852026-05-14T15:17:30.769Z[ recovery-image] May 14 15:17:30.102 INFO O| May 14 15:17:30.102 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47862026-05-14T15:17:30.769Z[ recovery-image] May 14 15:17:30.102 INFO O| May 14 15:17:30.102 INFO skip step because feature "omicron1" is not enabled
47872026-05-14T15:17:30.769Z[ recovery-image] May 14 15:17:30.102 INFO O| May 14 15:17:30.102 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47882026-05-14T15:17:30.769Z[ recovery-image] May 14 15:17:30.102 INFO O| May 14 15:17:30.102 INFO skip step because feature "omicron1" is not enabled
47892026-05-14T15:17:30.769Z[ recovery-image] May 14 15:17:30.102 INFO O| May 14 15:17:30.102 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47902026-05-14T15:17:30.769Z[ recovery-image] May 14 15:17:30.102 INFO O| May 14 15:17:30.102 INFO skip step because feature "omicron1" is not enabled
47912026-05-14T15:17:30.769Z[ recovery-image] May 14 15:17:30.102 INFO O| May 14 15:17:30.102 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47922026-05-14T15:17:30.779Z[ recovery-image] May 14 15:17:30.114 INFO O| May 14 15:17:30.114 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
47932026-05-14T15:17:30.780Z[ recovery-image] May 14 15:17:30.114 INFO O| May 14 15:17:30.114 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
47942026-05-14T15:17:32.108Z[ recovery-image] May 14 15:17:31.448 INFO O| May 14 15:17:31.448 INFO STEP 70 (pack_tar) COMPLETE
47952026-05-14T15:17:32.108Z[ recovery-image] May 14 15:17:31.448 INFO O| May 14 15:17:31.448 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
47962026-05-14T15:17:32.108Z[ recovery-image] May 14 15:17:31.448 INFO O| May 14 15:17:31.448 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
47972026-05-14T15:17:32.656Z[ recovery-image] May 14 15:17:31.996 INFO O| May 14 15:17:31.996 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
47982026-05-14T15:17:32.846Z[ recovery-image] May 14 15:17:32.186 INFO O| May 14 15:17:32.186 INFO completed processing sled/ramdisk-02-trim
47992026-05-14T15:17:32.860Z[ recovery-image] May 14 15:17:32.188 INFO image builder template: ramdisk-03-recovery-trim...
48002026-05-14T15:17:32.860Z[ recovery-image] May 14 15:17:32.188 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/.tmp2Zpu7x/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", "optever=0.40.479", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None
48012026-05-14T15:17:32.860Z[ recovery-image] May 14 15:17:32.193 INFO O| May 14 15:17:32.193 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
48022026-05-14T15:17:32.935Z[ recovery-image] May 14 15:17:32.269 INFO O| May 14 15:17:32.269 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48032026-05-14T15:17:32.945Z[ recovery-image] May 14 15:17:32.273 INFO O| May 14 15:17:32.273 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48042026-05-14T15:17:33.016Z[ recovery-image] May 14 15:17:32.357 INFO O| May 14 15:17:32.357 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
48052026-05-14T15:17:33.075Z[ recovery-image] May 14 15:17:32.415 INFO O| May 14 15:17:32.415 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48062026-05-14T15:17:33.075Z[ recovery-image] May 14 15:17:32.415 INFO O| May 14 15:17:32.415 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
48072026-05-14T15:17:33.085Z[ recovery-image] May 14 15:17:32.421 INFO O| May 14 15:17:32.421 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
48082026-05-14T15:17:33.092Z[ recovery-image] May 14 15:17:32.425 INFO O| May 14 15:17:32.425 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
48092026-05-14T15:17:33.092Z[ recovery-image] May 14 15:17:32.429 INFO O| May 14 15:17:32.429 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
48102026-05-14T15:17:33.649Z[ recovery-image] May 14 15:17:32.989 INFO O| May 14 15:17:32.989 INFO rolled back to input snapshot; work may begin
48112026-05-14T15:17:33.649Z[ recovery-image] May 14 15:17:32.989 INFO O| May 14 15:17:32.989 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
48122026-05-14T15:17:33.656Z[ recovery-image] May 14 15:17:32.994 INFO O| May 14 15:17:32.994 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48132026-05-14T15:17:33.664Z[ recovery-image] May 14 15:17:33.003 INFO O| May 14 15:17:33.003 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
48142026-05-14T15:17:33.676Z[ recovery-image] May 14 15:17:33.017 INFO O| May 14 15:17:33.017 INFO STEP 0 (remove_files) COMPLETE
48152026-05-14T15:17:33.676Z[ recovery-image] May 14 15:17:33.017 INFO O| May 14 15:17:33.017 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48162026-05-14T15:17:33.686Z[ recovery-image] May 14 15:17:33.027 INFO O| May 14 15:17:33.027 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
48172026-05-14T15:17:33.746Z[ recovery-image] May 14 15:17:33.086 INFO O| May 14 15:17:33.086 INFO STEP 1 (remove_files) COMPLETE
48182026-05-14T15:17:33.746Z[ recovery-image] May 14 15:17:33.086 INFO O| May 14 15:17:33.086 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48192026-05-14T15:17:33.755Z[ recovery-image] May 14 15:17:33.096 INFO O| May 14 15:17:33.096 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
48202026-05-14T15:17:33.763Z[ recovery-image] May 14 15:17:33.098 INFO O| May 14 15:17:33.098 INFO STEP 2 (remove_files) COMPLETE
48212026-05-14T15:17:33.763Z[ recovery-image] May 14 15:17:33.098 INFO O| May 14 15:17:33.098 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48222026-05-14T15:17:33.780Z[ recovery-image] May 14 15:17:33.108 INFO O| May 14 15:17:33.108 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
48232026-05-14T15:17:33.804Z[ recovery-image] May 14 15:17:33.145 INFO O| May 14 15:17:33.145 INFO STEP 3 (remove_files) COMPLETE
48242026-05-14T15:17:33.804Z[ recovery-image] May 14 15:17:33.145 INFO O| May 14 15:17:33.145 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48252026-05-14T15:17:33.820Z[ recovery-image] May 14 15:17:33.156 INFO O| May 14 15:17:33.156 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
48262026-05-14T15:17:33.831Z[ recovery-image] May 14 15:17:33.165 INFO O| May 14 15:17:33.165 INFO STEP 4 (remove_files) COMPLETE
48272026-05-14T15:17:33.831Z[ recovery-image] May 14 15:17:33.166 INFO O| May 14 15:17:33.165 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48282026-05-14T15:17:33.841Z[ recovery-image] May 14 15:17:33.176 INFO O| May 14 15:17:33.176 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
48292026-05-14T15:17:33.841Z[ recovery-image] May 14 15:17:33.177 INFO O| May 14 15:17:33.177 INFO STEP 5 (remove_files) COMPLETE
48302026-05-14T15:17:33.841Z[ recovery-image] May 14 15:17:33.177 INFO O| May 14 15:17:33.177 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48312026-05-14T15:17:33.850Z[ recovery-image] May 14 15:17:33.187 INFO O| May 14 15:17:33.187 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
48322026-05-14T15:17:33.850Z[ recovery-image] May 14 15:17:33.189 INFO O| May 14 15:17:33.189 INFO STEP 6 (remove_files) COMPLETE
48332026-05-14T15:17:33.850Z[ recovery-image] May 14 15:17:33.189 INFO O| May 14 15:17:33.189 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48342026-05-14T15:17:33.859Z[ recovery-image] May 14 15:17:33.199 INFO O| May 14 15:17:33.199 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
48352026-05-14T15:17:33.869Z[ recovery-image] May 14 15:17:33.200 INFO O| May 14 15:17:33.200 INFO STEP 7 (remove_files) COMPLETE
48362026-05-14T15:17:33.869Z[ recovery-image] May 14 15:17:33.201 INFO O| May 14 15:17:33.200 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48372026-05-14T15:17:33.870Z[ recovery-image] May 14 15:17:33.210 INFO O| May 14 15:17:33.210 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
48382026-05-14T15:17:33.881Z[ recovery-image] May 14 15:17:33.212 INFO O| May 14 15:17:33.211 INFO STEP 8 (remove_files) COMPLETE
48392026-05-14T15:17:33.881Z[ recovery-image] May 14 15:17:33.212 INFO O| May 14 15:17:33.211 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48402026-05-14T15:17:33.881Z[ recovery-image] May 14 15:17:33.221 INFO O| May 14 15:17:33.221 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
48412026-05-14T15:17:33.889Z[ recovery-image] May 14 15:17:33.223 INFO O| May 14 15:17:33.223 INFO STEP 9 (remove_files) COMPLETE
48422026-05-14T15:17:33.889Z[ recovery-image] May 14 15:17:33.223 INFO O| May 14 15:17:33.223 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48432026-05-14T15:17:33.906Z[ recovery-image] May 14 15:17:33.232 INFO O| May 14 15:17:33.232 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
48442026-05-14T15:17:38.062Z[ recovery-image] May 14 15:17:33.863 INFO O| May 14 15:17:33.863 INFO STEP 10 (remove_files) COMPLETE
48452026-05-14T15:17:38.062Z[ recovery-image] May 14 15:17:33.863 INFO O| May 14 15:17:33.863 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48462026-05-14T15:17:38.062Z[ recovery-image] May 14 15:17:33.876 INFO O| May 14 15:17:33.876 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
48472026-05-14T15:17:38.062Z[ recovery-image] May 14 15:17:33.924 INFO O| May 14 15:17:33.924 INFO STEP 11 (remove_files) COMPLETE
48482026-05-14T15:17:38.062Z[ recovery-image] May 14 15:17:33.924 INFO O| May 14 15:17:33.924 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48492026-05-14T15:17:38.062Z[ recovery-image] May 14 15:17:33.942 INFO O| May 14 15:17:33.942 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
48502026-05-14T15:17:38.062Z[ recovery-image] May 14 15:17:34.001 INFO O| May 14 15:17:34.001 INFO STEP 12 (remove_files) COMPLETE
48512026-05-14T15:17:38.062Z[ recovery-image] May 14 15:17:34.001 INFO O| May 14 15:17:34.001 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48522026-05-14T15:17:38.062Z[ recovery-image] May 14 15:17:34.029 INFO O| May 14 15:17:34.029 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
48532026-05-14T15:17:38.062Z[ recovery-image] May 14 15:17:34.029 INFO O| May 14 15:17:34.029 INFO STEP 13 (remove_files) COMPLETE
48542026-05-14T15:17:38.062Z[ recovery-image] May 14 15:17:34.029 INFO O| May 14 15:17:34.029 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48552026-05-14T15:17:38.062Z[ recovery-image] May 14 15:17:34.038 INFO O| May 14 15:17:34.038 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
48562026-05-14T15:17:38.062Z[ recovery-image] May 14 15:17:34.038 INFO O| May 14 15:17:34.038 INFO STEP 14 (remove_files) COMPLETE
48572026-05-14T15:17:38.062Z[ recovery-image] May 14 15:17:34.039 INFO O| May 14 15:17:34.038 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48582026-05-14T15:17:38.062Z[ recovery-image] May 14 15:17:34.047 INFO O| May 14 15:17:34.047 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
48592026-05-14T15:17:38.062Z[ recovery-image] May 14 15:17:34.061 INFO O| May 14 15:17:34.061 INFO STEP 15 (remove_files) COMPLETE
48602026-05-14T15:17:38.062Z[ recovery-image] May 14 15:17:34.061 INFO O| May 14 15:17:34.061 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48612026-05-14T15:17:38.062Z[ recovery-image] May 14 15:17:34.071 INFO O| May 14 15:17:34.071 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
48622026-05-14T15:17:38.062Z[ recovery-image] May 14 15:17:34.072 INFO O| May 14 15:17:34.072 INFO STEP 16 (remove_files) COMPLETE
48632026-05-14T15:17:38.062Z[ recovery-image] May 14 15:17:34.072 INFO O| May 14 15:17:34.072 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48642026-05-14T15:17:38.062Z[ recovery-image] May 14 15:17:34.082 INFO O| May 14 15:17:34.082 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
48652026-05-14T15:17:38.062Z[ recovery-image] May 14 15:17:34.083 INFO O| May 14 15:17:34.083 INFO STEP 17 (remove_files) COMPLETE
48662026-05-14T15:17:38.062Z[ recovery-image] May 14 15:17:34.083 INFO O| May 14 15:17:34.083 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48672026-05-14T15:17:38.062Z[ recovery-image] May 14 15:17:34.092 INFO O| May 14 15:17:34.092 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
48682026-05-14T15:17:38.062Z[ recovery-image] May 14 15:17:34.135 INFO O| May 14 15:17:34.135 INFO STEP 18 (remove_files) COMPLETE
48692026-05-14T15:17:38.062Z[ recovery-image] May 14 15:17:34.135 INFO O| May 14 15:17:34.135 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48702026-05-14T15:17:38.062Z[ recovery-image] May 14 15:17:34.145 INFO O| May 14 15:17:34.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
48712026-05-14T15:17:38.062Z[ recovery-image] May 14 15:17:34.146 INFO O| May 14 15:17:34.146 INFO STEP 19 (remove_files) COMPLETE
48722026-05-14T15:17:38.062Z[ recovery-image] May 14 15:17:34.146 INFO O| May 14 15:17:34.146 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48732026-05-14T15:17:38.062Z[ recovery-image] May 14 15:17:34.155 INFO O| May 14 15:17:34.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
48742026-05-14T15:17:38.062Z[ recovery-image] May 14 15:17:34.156 INFO O| May 14 15:17:34.156 INFO STEP 20 (remove_files) COMPLETE
48752026-05-14T15:17:38.063Z[ recovery-image] May 14 15:17:34.156 INFO O| May 14 15:17:34.156 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48762026-05-14T15:17:38.063Z[ recovery-image] May 14 15:17:34.164 INFO O| May 14 15:17:34.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
48772026-05-14T15:17:38.063Z[ recovery-image] May 14 15:17:34.165 INFO O| May 14 15:17:34.165 INFO STEP 21 (remove_files) COMPLETE
48782026-05-14T15:17:38.063Z[ recovery-image] May 14 15:17:34.165 INFO O| May 14 15:17:34.165 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48792026-05-14T15:17:38.063Z[ recovery-image] May 14 15:17:34.174 INFO O| May 14 15:17:34.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
48802026-05-14T15:17:38.063Z[ recovery-image] May 14 15:17:34.174 INFO O| May 14 15:17:34.174 INFO STEP 22 (remove_files) COMPLETE
48812026-05-14T15:17:38.063Z[ recovery-image] May 14 15:17:34.174 INFO O| May 14 15:17:34.174 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48822026-05-14T15:17:38.063Z[ recovery-image] May 14 15:17:34.182 INFO O| May 14 15:17:34.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
48832026-05-14T15:17:38.063Z[ recovery-image] May 14 15:17:34.182 INFO O| May 14 15:17:34.182 INFO STEP 23 (remove_files) COMPLETE
48842026-05-14T15:17:38.063Z[ recovery-image] May 14 15:17:34.182 INFO O| May 14 15:17:34.182 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48852026-05-14T15:17:38.063Z[ recovery-image] May 14 15:17:34.191 INFO O| May 14 15:17:34.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
48862026-05-14T15:17:38.063Z[ recovery-image] May 14 15:17:34.191 INFO O| May 14 15:17:34.191 INFO STEP 24 (remove_files) COMPLETE
48872026-05-14T15:17:38.063Z[ recovery-image] May 14 15:17:34.191 INFO O| May 14 15:17:34.191 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48882026-05-14T15:17:38.063Z[ recovery-image] May 14 15:17:34.199 INFO O| May 14 15:17:34.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
48892026-05-14T15:17:38.063Z[ recovery-image] May 14 15:17:34.199 INFO O| May 14 15:17:34.199 INFO STEP 25 (remove_files) COMPLETE
48902026-05-14T15:17:38.063Z[ recovery-image] May 14 15:17:34.199 INFO O| May 14 15:17:34.199 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48912026-05-14T15:17:38.063Z[ recovery-image] May 14 15:17:34.209 INFO O| May 14 15:17:34.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
48922026-05-14T15:17:38.063Z[ recovery-image] May 14 15:17:34.209 INFO O| May 14 15:17:34.209 INFO STEP 26 (remove_files) COMPLETE
48932026-05-14T15:17:38.063Z[ recovery-image] May 14 15:17:34.209 INFO O| May 14 15:17:34.209 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48942026-05-14T15:17:38.063Z[ recovery-image] May 14 15:17:34.218 INFO O| May 14 15:17:34.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
48952026-05-14T15:17:38.063Z[ recovery-image] May 14 15:17:34.218 INFO O| May 14 15:17:34.218 INFO STEP 27 (remove_files) COMPLETE
48962026-05-14T15:17:38.063Z[ recovery-image] May 14 15:17:34.218 INFO O| May 14 15:17:34.218 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48972026-05-14T15:17:38.063Z[ recovery-image] May 14 15:17:34.228 INFO O| May 14 15:17:34.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
48982026-05-14T15:17:38.063Z[ recovery-image] May 14 15:17:34.228 INFO O| May 14 15:17:34.228 INFO STEP 28 (remove_files) COMPLETE
48992026-05-14T15:17:38.063Z[ recovery-image] May 14 15:17:34.228 INFO O| May 14 15:17:34.228 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49002026-05-14T15:17:38.063Z[ recovery-image] May 14 15:17:34.238 INFO O| May 14 15:17:34.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
49012026-05-14T15:17:38.063Z[ recovery-image] May 14 15:17:34.239 INFO O| May 14 15:17:34.239 INFO STEP 29 (remove_files) COMPLETE
49022026-05-14T15:17:38.063Z[ recovery-image] May 14 15:17:34.239 INFO O| May 14 15:17:34.239 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49032026-05-14T15:17:38.063Z[ recovery-image] May 14 15:17:34.248 INFO O| May 14 15:17:34.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
49042026-05-14T15:17:38.063Z[ recovery-image] May 14 15:17:34.248 INFO O| May 14 15:17:34.248 INFO STEP 30 (remove_files) COMPLETE
49052026-05-14T15:17:38.063Z[ recovery-image] May 14 15:17:34.248 INFO O| May 14 15:17:34.248 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49062026-05-14T15:17:38.063Z[ recovery-image] May 14 15:17:34.258 INFO O| May 14 15:17:34.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
49072026-05-14T15:17:38.063Z[ recovery-image] May 14 15:17:34.258 INFO O| May 14 15:17:34.258 INFO STEP 31 (remove_files) COMPLETE
49082026-05-14T15:17:38.063Z[ recovery-image] May 14 15:17:34.258 INFO O| May 14 15:17:34.258 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49092026-05-14T15:17:38.063Z[ recovery-image] May 14 15:17:34.269 INFO O| May 14 15:17:34.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
49102026-05-14T15:17:38.064Z[ recovery-image] May 14 15:17:34.269 INFO O| May 14 15:17:34.269 INFO STEP 32 (remove_files) COMPLETE
49112026-05-14T15:17:38.064Z[ recovery-image] May 14 15:17:34.269 INFO O| May 14 15:17:34.269 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49122026-05-14T15:17:38.064Z[ recovery-image] May 14 15:17:34.278 INFO O| May 14 15:17:34.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
49132026-05-14T15:17:38.064Z[ recovery-image] May 14 15:17:34.278 INFO O| May 14 15:17:34.278 INFO STEP 33 (remove_files) COMPLETE
49142026-05-14T15:17:38.064Z[ recovery-image] May 14 15:17:34.278 INFO O| May 14 15:17:34.278 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49152026-05-14T15:17:38.064Z[ recovery-image] May 14 15:17:34.288 INFO O| May 14 15:17:34.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
49162026-05-14T15:17:38.064Z[ recovery-image] May 14 15:17:34.289 INFO O| May 14 15:17:34.289 INFO STEP 34 (remove_files) COMPLETE
49172026-05-14T15:17:38.064Z[ recovery-image] May 14 15:17:34.289 INFO O| May 14 15:17:34.289 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49182026-05-14T15:17:38.064Z[ recovery-image] May 14 15:17:34.299 INFO O| May 14 15:17:34.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
49192026-05-14T15:17:38.064Z[ recovery-image] May 14 15:17:34.299 INFO O| May 14 15:17:34.299 INFO STEP 35 (remove_files) COMPLETE
49202026-05-14T15:17:38.064Z[ recovery-image] May 14 15:17:34.299 INFO O| May 14 15:17:34.299 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49212026-05-14T15:17:38.064Z[ recovery-image] May 14 15:17:34.308 INFO O| May 14 15:17:34.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
49222026-05-14T15:17:38.064Z[ recovery-image] May 14 15:17:34.309 INFO O| May 14 15:17:34.309 INFO STEP 36 (remove_files) COMPLETE
49232026-05-14T15:17:38.064Z[ recovery-image] May 14 15:17:34.309 INFO O| May 14 15:17:34.309 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49242026-05-14T15:17:38.064Z[ recovery-image] May 14 15:17:34.318 INFO O| May 14 15:17:34.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
49252026-05-14T15:17:38.064Z[ recovery-image] May 14 15:17:34.318 INFO O| May 14 15:17:34.318 INFO STEP 37 (remove_files) COMPLETE
49262026-05-14T15:17:38.064Z[ recovery-image] May 14 15:17:34.318 INFO O| May 14 15:17:34.318 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49272026-05-14T15:17:38.064Z[ recovery-image] May 14 15:17:34.326 INFO O| May 14 15:17:34.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
49282026-05-14T15:17:38.064Z[ recovery-image] May 14 15:17:34.326 INFO O| May 14 15:17:34.326 INFO STEP 38 (remove_files) COMPLETE
49292026-05-14T15:17:38.064Z[ recovery-image] May 14 15:17:34.326 INFO O| May 14 15:17:34.326 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49302026-05-14T15:17:38.064Z[ recovery-image] May 14 15:17:34.334 INFO O| May 14 15:17:34.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
49312026-05-14T15:17:38.064Z[ recovery-image] May 14 15:17:34.334 INFO O| May 14 15:17:34.334 INFO STEP 39 (remove_files) COMPLETE
49322026-05-14T15:17:38.064Z[ recovery-image] May 14 15:17:34.334 INFO O| May 14 15:17:34.334 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49332026-05-14T15:17:38.064Z[ recovery-image] May 14 15:17:34.343 INFO O| May 14 15:17:34.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
49342026-05-14T15:17:38.064Z[ recovery-image] May 14 15:17:34.343 INFO O| May 14 15:17:34.343 INFO STEP 40 (remove_files) COMPLETE
49352026-05-14T15:17:38.064Z[ recovery-image] May 14 15:17:34.343 INFO O| May 14 15:17:34.343 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49362026-05-14T15:17:38.064Z[ recovery-image] May 14 15:17:34.352 INFO O| May 14 15:17:34.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
49372026-05-14T15:17:38.064Z[ recovery-image] May 14 15:17:34.352 INFO O| May 14 15:17:34.352 INFO STEP 41 (remove_files) COMPLETE
49382026-05-14T15:17:38.064Z[ recovery-image] May 14 15:17:34.352 INFO O| May 14 15:17:34.352 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49392026-05-14T15:17:38.064Z[ recovery-image] May 14 15:17:34.362 INFO O| May 14 15:17:34.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
49402026-05-14T15:17:38.064Z[ recovery-image] May 14 15:17:34.362 INFO O| May 14 15:17:34.362 INFO STEP 42 (remove_files) COMPLETE
49412026-05-14T15:17:38.064Z[ recovery-image] May 14 15:17:34.362 INFO O| May 14 15:17:34.362 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49422026-05-14T15:17:38.064Z[ recovery-image] May 14 15:17:34.373 INFO O| May 14 15:17:34.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
49432026-05-14T15:17:38.064Z[ recovery-image] May 14 15:17:34.373 INFO O| May 14 15:17:34.373 INFO STEP 43 (remove_files) COMPLETE
49442026-05-14T15:17:38.077Z[ recovery-image] May 14 15:17:34.373 INFO O| May 14 15:17:34.373 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49452026-05-14T15:17:38.077Z[ recovery-image] May 14 15:17:34.382 INFO O| May 14 15:17:34.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
49462026-05-14T15:17:38.077Z[ recovery-image] May 14 15:17:34.382 INFO O| May 14 15:17:34.382 INFO STEP 44 (remove_files) COMPLETE
49472026-05-14T15:17:38.077Z[ recovery-image] May 14 15:17:34.382 INFO O| May 14 15:17:34.382 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49482026-05-14T15:17:38.077Z[ recovery-image] May 14 15:17:34.391 INFO O| May 14 15:17:34.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
49492026-05-14T15:17:38.077Z[ recovery-image] May 14 15:17:34.391 INFO O| May 14 15:17:34.391 INFO STEP 45 (remove_files) COMPLETE
49502026-05-14T15:17:38.077Z[ recovery-image] May 14 15:17:34.391 INFO O| May 14 15:17:34.391 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49512026-05-14T15:17:38.077Z[ recovery-image] May 14 15:17:34.400 INFO O| May 14 15:17:34.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
49522026-05-14T15:17:38.077Z[ recovery-image] May 14 15:17:34.400 INFO O| May 14 15:17:34.400 INFO STEP 46 (remove_files) COMPLETE
49532026-05-14T15:17:38.077Z[ recovery-image] May 14 15:17:34.400 INFO O| May 14 15:17:34.400 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49542026-05-14T15:17:38.077Z[ recovery-image] May 14 15:17:34.408 INFO O| May 14 15:17:34.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
49552026-05-14T15:17:38.077Z[ recovery-image] May 14 15:17:34.408 INFO O| May 14 15:17:34.408 INFO STEP 47 (remove_files) COMPLETE
49562026-05-14T15:17:38.077Z[ recovery-image] May 14 15:17:34.408 INFO O| May 14 15:17:34.408 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49572026-05-14T15:17:38.077Z[ recovery-image] May 14 15:17:34.416 INFO O| May 14 15:17:34.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
49582026-05-14T15:17:38.077Z[ recovery-image] May 14 15:17:34.416 INFO O| May 14 15:17:34.416 INFO STEP 48 (remove_files) COMPLETE
49592026-05-14T15:17:38.077Z[ recovery-image] May 14 15:17:34.416 INFO O| May 14 15:17:34.416 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49602026-05-14T15:17:38.077Z[ recovery-image] May 14 15:17:34.425 INFO O| May 14 15:17:34.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
49612026-05-14T15:17:38.077Z[ recovery-image] May 14 15:17:34.425 INFO O| May 14 15:17:34.425 INFO STEP 49 (remove_files) COMPLETE
49622026-05-14T15:17:38.077Z[ recovery-image] May 14 15:17:34.425 INFO O| May 14 15:17:34.425 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49632026-05-14T15:17:38.078Z[ recovery-image] May 14 15:17:34.434 INFO O| May 14 15:17:34.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
49642026-05-14T15:17:38.078Z[ recovery-image] May 14 15:17:34.434 INFO O| May 14 15:17:34.434 INFO STEP 50 (remove_files) COMPLETE
49652026-05-14T15:17:38.078Z[ recovery-image] May 14 15:17:34.434 INFO O| May 14 15:17:34.434 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49662026-05-14T15:17:38.078Z[ recovery-image] May 14 15:17:34.443 INFO O| May 14 15:17:34.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
49672026-05-14T15:17:38.078Z[ recovery-image] May 14 15:17:34.443 INFO O| May 14 15:17:34.443 INFO STEP 51 (remove_files) COMPLETE
49682026-05-14T15:17:38.078Z[ recovery-image] May 14 15:17:34.443 INFO O| May 14 15:17:34.443 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49692026-05-14T15:17:38.078Z[ recovery-image] May 14 15:17:34.451 INFO O| May 14 15:17:34.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
49702026-05-14T15:17:38.078Z[ recovery-image] May 14 15:17:34.451 INFO O| May 14 15:17:34.451 INFO STEP 52 (remove_files) COMPLETE
49712026-05-14T15:17:38.078Z[ recovery-image] May 14 15:17:34.451 INFO O| May 14 15:17:34.451 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49722026-05-14T15:17:38.078Z[ recovery-image] May 14 15:17:34.461 INFO O| May 14 15:17:34.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
49732026-05-14T15:17:38.078Z[ recovery-image] May 14 15:17:34.461 INFO O| May 14 15:17:34.461 INFO STEP 53 (remove_files) COMPLETE
49742026-05-14T15:17:38.078Z[ recovery-image] May 14 15:17:34.461 INFO O| May 14 15:17:34.461 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49752026-05-14T15:17:38.078Z[ recovery-image] May 14 15:17:34.471 INFO O| May 14 15:17:34.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
49762026-05-14T15:17:38.078Z[ recovery-image] May 14 15:17:34.471 INFO O| May 14 15:17:34.471 INFO STEP 54 (remove_files) COMPLETE
49772026-05-14T15:17:38.078Z[ recovery-image] May 14 15:17:34.471 INFO O| May 14 15:17:34.471 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49782026-05-14T15:17:38.078Z[ recovery-image] May 14 15:17:34.480 INFO O| May 14 15:17:34.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
49792026-05-14T15:17:38.078Z[ recovery-image] May 14 15:17:34.480 INFO O| May 14 15:17:34.480 INFO STEP 55 (remove_files) COMPLETE
49802026-05-14T15:17:38.078Z[ recovery-image] May 14 15:17:34.480 INFO O| May 14 15:17:34.480 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49812026-05-14T15:17:38.078Z[ recovery-image] May 14 15:17:34.489 INFO O| May 14 15:17:34.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
49822026-05-14T15:17:38.078Z[ recovery-image] May 14 15:17:34.489 INFO O| May 14 15:17:34.489 INFO STEP 56 (remove_files) COMPLETE
49832026-05-14T15:17:38.078Z[ recovery-image] May 14 15:17:34.489 INFO O| May 14 15:17:34.489 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49842026-05-14T15:17:38.078Z[ recovery-image] May 14 15:17:34.498 INFO O| May 14 15:17:34.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
49852026-05-14T15:17:38.078Z[ recovery-image] May 14 15:17:34.498 INFO O| May 14 15:17:34.498 INFO STEP 57 (remove_files) COMPLETE
49862026-05-14T15:17:38.078Z[ recovery-image] May 14 15:17:34.498 INFO O| May 14 15:17:34.498 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49872026-05-14T15:17:38.078Z[ recovery-image] May 14 15:17:34.508 INFO O| May 14 15:17:34.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
49882026-05-14T15:17:38.079Z[ recovery-image] May 14 15:17:34.508 INFO O| May 14 15:17:34.508 INFO STEP 58 (remove_files) COMPLETE
49892026-05-14T15:17:38.079Z[ recovery-image] May 14 15:17:34.508 INFO O| May 14 15:17:34.508 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49902026-05-14T15:17:38.079Z[ recovery-image] May 14 15:17:34.517 INFO O| May 14 15:17:34.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
49912026-05-14T15:17:38.079Z[ recovery-image] May 14 15:17:34.517 INFO O| May 14 15:17:34.517 INFO STEP 59 (remove_files) COMPLETE
49922026-05-14T15:17:38.079Z[ recovery-image] May 14 15:17:34.517 INFO O| May 14 15:17:34.517 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49932026-05-14T15:17:38.079Z[ recovery-image] May 14 15:17:34.526 INFO O| May 14 15:17:34.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
49942026-05-14T15:17:38.079Z[ recovery-image] May 14 15:17:34.526 INFO O| May 14 15:17:34.526 INFO STEP 60 (remove_files) COMPLETE
49952026-05-14T15:17:38.079Z[ recovery-image] May 14 15:17:34.526 INFO O| May 14 15:17:34.526 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49962026-05-14T15:17:38.079Z[ recovery-image] May 14 15:17:34.536 INFO O| May 14 15:17:34.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
49972026-05-14T15:17:38.079Z[ recovery-image] May 14 15:17:34.536 INFO O| May 14 15:17:34.536 INFO STEP 61 (remove_files) COMPLETE
49982026-05-14T15:17:38.079Z[ recovery-image] May 14 15:17:34.536 INFO O| May 14 15:17:34.536 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49992026-05-14T15:17:38.079Z[ recovery-image] May 14 15:17:34.546 INFO O| May 14 15:17:34.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
50002026-05-14T15:17:38.079Z[ recovery-image] May 14 15:17:34.547 INFO O| May 14 15:17:34.547 INFO STEP 62 (remove_files) COMPLETE
50012026-05-14T15:17:38.079Z[ recovery-image] May 14 15:17:34.547 INFO O| May 14 15:17:34.547 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50022026-05-14T15:17:38.079Z[ recovery-image] May 14 15:17:34.557 INFO O| May 14 15:17:34.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
50032026-05-14T15:17:38.079Z[ recovery-image] May 14 15:17:34.557 INFO O| May 14 15:17:34.557 INFO STEP 63 (remove_files) COMPLETE
50042026-05-14T15:17:38.079Z[ recovery-image] May 14 15:17:34.557 INFO O| May 14 15:17:34.557 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50052026-05-14T15:17:38.079Z[ recovery-image] May 14 15:17:34.568 INFO O| May 14 15:17:34.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
50062026-05-14T15:17:38.079Z[ recovery-image] May 14 15:17:34.568 INFO O| May 14 15:17:34.568 INFO STEP 64 (remove_files) COMPLETE
50072026-05-14T15:17:38.079Z[ recovery-image] May 14 15:17:34.568 INFO O| May 14 15:17:34.568 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50082026-05-14T15:17:38.079Z[ recovery-image] May 14 15:17:34.578 INFO O| May 14 15:17:34.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
50092026-05-14T15:17:38.079Z[ recovery-image] May 14 15:17:34.578 INFO O| May 14 15:17:34.578 INFO STEP 65 (remove_files) COMPLETE
50102026-05-14T15:17:38.079Z[ recovery-image] May 14 15:17:34.578 INFO O| May 14 15:17:34.578 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50112026-05-14T15:17:38.079Z[ recovery-image] May 14 15:17:34.588 INFO O| May 14 15:17:34.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
50122026-05-14T15:17:38.080Z[ recovery-image] May 14 15:17:34.588 INFO O| May 14 15:17:34.588 INFO STEP 66 (remove_files) COMPLETE
50132026-05-14T15:17:38.080Z[ recovery-image] May 14 15:17:34.588 INFO O| May 14 15:17:34.588 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50142026-05-14T15:17:38.080Z[ recovery-image] May 14 15:17:34.598 INFO O| May 14 15:17:34.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
50152026-05-14T15:17:38.080Z[ recovery-image] May 14 15:17:34.598 INFO O| May 14 15:17:34.598 INFO STEP 67 (remove_files) COMPLETE
50162026-05-14T15:17:38.080Z[ recovery-image] May 14 15:17:34.598 INFO O| May 14 15:17:34.598 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50172026-05-14T15:17:38.080Z[ recovery-image] May 14 15:17:34.608 INFO O| May 14 15:17:34.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
50182026-05-14T15:17:38.080Z[ recovery-image] May 14 15:17:34.608 INFO O| May 14 15:17:34.608 INFO STEP 68 (remove_files) COMPLETE
50192026-05-14T15:17:38.080Z[ recovery-image] May 14 15:17:34.608 INFO O| May 14 15:17:34.608 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50202026-05-14T15:17:38.080Z[ recovery-image] May 14 15:17:34.618 INFO O| May 14 15:17:34.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
50212026-05-14T15:17:38.080Z[ recovery-image] May 14 15:17:34.618 INFO O| May 14 15:17:34.618 INFO STEP 69 (remove_files) COMPLETE
50222026-05-14T15:17:38.080Z[ recovery-image] May 14 15:17:34.618 INFO O| May 14 15:17:34.618 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50232026-05-14T15:17:38.080Z[ recovery-image] May 14 15:17:34.628 INFO O| May 14 15:17:34.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
50242026-05-14T15:17:38.080Z[ recovery-image] May 14 15:17:34.628 INFO O| May 14 15:17:34.628 INFO STEP 70 (remove_files) COMPLETE
50252026-05-14T15:17:38.080Z[ recovery-image] May 14 15:17:34.628 INFO O| May 14 15:17:34.628 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50262026-05-14T15:17:38.080Z[ recovery-image] May 14 15:17:34.636 INFO O| May 14 15:17:34.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
50272026-05-14T15:17:38.080Z[ recovery-image] May 14 15:17:34.636 INFO O| May 14 15:17:34.636 INFO STEP 71 (remove_files) COMPLETE
50282026-05-14T15:17:38.080Z[ recovery-image] May 14 15:17:34.636 INFO O| May 14 15:17:34.636 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50292026-05-14T15:17:38.080Z[ recovery-image] May 14 15:17:34.645 INFO O| May 14 15:17:34.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
50302026-05-14T15:17:38.080Z[ recovery-image] May 14 15:17:34.645 INFO O| May 14 15:17:34.645 INFO STEP 72 (remove_files) COMPLETE
50312026-05-14T15:17:38.080Z[ recovery-image] May 14 15:17:34.646 INFO O| May 14 15:17:34.645 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50322026-05-14T15:17:38.080Z[ recovery-image] May 14 15:17:34.654 INFO O| May 14 15:17:34.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
50332026-05-14T15:17:38.080Z[ recovery-image] May 14 15:17:34.654 INFO O| May 14 15:17:34.654 INFO STEP 73 (remove_files) COMPLETE
50342026-05-14T15:17:38.080Z[ recovery-image] May 14 15:17:34.654 INFO O| May 14 15:17:34.654 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50352026-05-14T15:17:38.080Z[ recovery-image] May 14 15:17:34.662 INFO O| May 14 15:17:34.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
50362026-05-14T15:17:38.081Z[ recovery-image] May 14 15:17:34.662 INFO O| May 14 15:17:34.662 INFO STEP 74 (remove_files) COMPLETE
50372026-05-14T15:17:38.081Z[ recovery-image] May 14 15:17:34.662 INFO O| May 14 15:17:34.662 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50382026-05-14T15:17:38.081Z[ recovery-image] May 14 15:17:34.671 INFO O| May 14 15:17:34.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
50392026-05-14T15:17:38.081Z[ recovery-image] May 14 15:17:34.671 INFO O| May 14 15:17:34.671 INFO STEP 75 (remove_files) COMPLETE
50402026-05-14T15:17:38.081Z[ recovery-image] May 14 15:17:34.671 INFO O| May 14 15:17:34.671 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50412026-05-14T15:17:38.081Z[ recovery-image] May 14 15:17:34.681 INFO O| May 14 15:17:34.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
50422026-05-14T15:17:38.081Z[ recovery-image] May 14 15:17:34.681 INFO O| May 14 15:17:34.681 INFO STEP 76 (remove_files) COMPLETE
50432026-05-14T15:17:38.081Z[ recovery-image] May 14 15:17:34.681 INFO O| May 14 15:17:34.681 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50442026-05-14T15:17:38.095Z[ recovery-image] May 14 15:17:34.692 INFO O| May 14 15:17:34.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
50452026-05-14T15:17:38.096Z[ recovery-image] May 14 15:17:34.692 INFO O| May 14 15:17:34.692 INFO STEP 77 (remove_files) COMPLETE
50462026-05-14T15:17:38.096Z[ recovery-image] May 14 15:17:34.692 INFO O| May 14 15:17:34.692 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50472026-05-14T15:17:38.096Z[ recovery-image] May 14 15:17:34.702 INFO O| May 14 15:17:34.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
50482026-05-14T15:17:38.096Z[ recovery-image] May 14 15:17:34.702 INFO O| May 14 15:17:34.702 INFO STEP 78 (remove_files) COMPLETE
50492026-05-14T15:17:38.096Z[ recovery-image] May 14 15:17:34.702 INFO O| May 14 15:17:34.702 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50502026-05-14T15:17:38.096Z[ recovery-image] May 14 15:17:34.711 INFO O| May 14 15:17:34.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
50512026-05-14T15:17:38.096Z[ recovery-image] May 14 15:17:34.711 INFO O| May 14 15:17:34.711 INFO STEP 79 (remove_files) COMPLETE
50522026-05-14T15:17:38.096Z[ recovery-image] May 14 15:17:34.711 INFO O| May 14 15:17:34.711 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50532026-05-14T15:17:38.096Z[ recovery-image] May 14 15:17:34.720 INFO O| May 14 15:17:34.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
50542026-05-14T15:17:38.096Z[ recovery-image] May 14 15:17:34.720 INFO O| May 14 15:17:34.720 INFO STEP 80 (remove_files) COMPLETE
50552026-05-14T15:17:38.096Z[ recovery-image] May 14 15:17:34.720 INFO O| May 14 15:17:34.720 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50562026-05-14T15:17:38.096Z[ recovery-image] May 14 15:17:34.749 INFO O| May 14 15:17:34.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
50572026-05-14T15:17:38.096Z[ recovery-image] May 14 15:17:34.749 INFO O| May 14 15:17:34.749 INFO STEP 81 (remove_files) COMPLETE
50582026-05-14T15:17:38.096Z[ recovery-image] May 14 15:17:34.749 INFO O| May 14 15:17:34.749 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50592026-05-14T15:17:38.096Z[ recovery-image] May 14 15:17:34.758 INFO O| May 14 15:17:34.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
50602026-05-14T15:17:38.096Z[ recovery-image] May 14 15:17:34.758 INFO O| May 14 15:17:34.758 INFO STEP 82 (remove_files) COMPLETE
50612026-05-14T15:17:38.096Z[ recovery-image] May 14 15:17:34.758 INFO O| May 14 15:17:34.758 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50622026-05-14T15:17:38.096Z[ recovery-image] May 14 15:17:34.764 INFO O| May 14 15:17:34.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
50632026-05-14T15:17:38.096Z[ recovery-image] May 14 15:17:34.764 INFO O| May 14 15:17:34.764 INFO STEP 83 (remove_files) COMPLETE
50642026-05-14T15:17:38.096Z[ recovery-image] May 14 15:17:34.764 INFO O| May 14 15:17:34.764 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50652026-05-14T15:17:38.096Z[ recovery-image] May 14 15:17:34.771 INFO O| May 14 15:17:34.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
50662026-05-14T15:17:38.096Z[ recovery-image] May 14 15:17:34.772 INFO O| May 14 15:17:34.771 INFO STEP 84 (remove_files) COMPLETE
50672026-05-14T15:17:38.096Z[ recovery-image] May 14 15:17:34.772 INFO O| May 14 15:17:34.772 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50682026-05-14T15:17:38.096Z[ recovery-image] May 14 15:17:34.778 INFO O| May 14 15:17:34.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
50692026-05-14T15:17:38.096Z[ recovery-image] May 14 15:17:34.779 INFO O| May 14 15:17:34.778 INFO STEP 85 (remove_files) COMPLETE
50702026-05-14T15:17:38.096Z[ recovery-image] May 14 15:17:34.779 INFO O| May 14 15:17:34.778 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50712026-05-14T15:17:38.096Z[ recovery-image] May 14 15:17:34.785 INFO O| May 14 15:17:34.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
50722026-05-14T15:17:38.096Z[ recovery-image] May 14 15:17:34.785 INFO O| May 14 15:17:34.785 INFO STEP 86 (remove_files) COMPLETE
50732026-05-14T15:17:38.096Z[ recovery-image] May 14 15:17:34.785 INFO O| May 14 15:17:34.785 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50742026-05-14T15:17:38.097Z[ recovery-image] May 14 15:17:34.793 INFO O| May 14 15:17:34.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
50752026-05-14T15:17:38.097Z[ recovery-image] May 14 15:17:34.815 INFO O| May 14 15:17:34.815 INFO STEP 87 (remove_files) COMPLETE
50762026-05-14T15:17:38.097Z[ recovery-image] May 14 15:17:34.815 INFO O| May 14 15:17:34.815 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50772026-05-14T15:17:38.097Z[ recovery-image] May 14 15:17:34.824 INFO O| May 14 15:17:34.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
50782026-05-14T15:17:38.097Z[ recovery-image] May 14 15:17:34.824 INFO O| May 14 15:17:34.824 INFO STEP 88 (remove_files) COMPLETE
50792026-05-14T15:17:38.097Z[ recovery-image] May 14 15:17:34.824 INFO O| May 14 15:17:34.824 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50802026-05-14T15:17:38.097Z[ recovery-image] May 14 15:17:34.832 INFO O| May 14 15:17:34.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
50812026-05-14T15:17:38.097Z[ recovery-image] May 14 15:17:34.832 INFO O| May 14 15:17:34.832 INFO STEP 89 (remove_files) COMPLETE
50822026-05-14T15:17:38.097Z[ recovery-image] May 14 15:17:34.832 INFO O| May 14 15:17:34.832 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50832026-05-14T15:17:38.097Z[ recovery-image] May 14 15:17:34.839 INFO O| May 14 15:17:34.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
50842026-05-14T15:17:38.097Z[ recovery-image] May 14 15:17:34.839 INFO O| May 14 15:17:34.839 INFO STEP 90 (remove_files) COMPLETE
50852026-05-14T15:17:38.097Z[ recovery-image] May 14 15:17:34.839 INFO O| May 14 15:17:34.839 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50862026-05-14T15:17:38.097Z[ recovery-image] May 14 15:17:34.847 INFO O| May 14 15:17:34.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
50872026-05-14T15:17:38.097Z[ recovery-image] May 14 15:17:34.847 INFO O| May 14 15:17:34.847 INFO STEP 91 (remove_files) COMPLETE
50882026-05-14T15:17:38.097Z[ recovery-image] May 14 15:17:34.847 INFO O| May 14 15:17:34.847 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50892026-05-14T15:17:38.097Z[ recovery-image] May 14 15:17:34.854 INFO O| May 14 15:17:34.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
50902026-05-14T15:17:38.097Z[ recovery-image] May 14 15:17:34.854 INFO O| May 14 15:17:34.854 INFO STEP 92 (remove_files) COMPLETE
50912026-05-14T15:17:38.097Z[ recovery-image] May 14 15:17:34.854 INFO O| May 14 15:17:34.854 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50922026-05-14T15:17:38.097Z[ recovery-image] May 14 15:17:34.862 INFO O| May 14 15:17:34.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
50932026-05-14T15:17:38.097Z[ recovery-image] May 14 15:17:34.862 INFO O| May 14 15:17:34.862 INFO STEP 93 (remove_files) COMPLETE
50942026-05-14T15:17:38.097Z[ recovery-image] May 14 15:17:34.862 INFO O| May 14 15:17:34.862 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50952026-05-14T15:17:38.097Z[ recovery-image] May 14 15:17:34.883 INFO O| May 14 15:17:34.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
50962026-05-14T15:17:38.097Z[ recovery-image] May 14 15:17:34.891 INFO O| May 14 15:17:34.891 INFO STEP 94 (remove_files) COMPLETE
50972026-05-14T15:17:38.097Z[ recovery-image] May 14 15:17:34.891 INFO O| May 14 15:17:34.891 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50982026-05-14T15:17:38.097Z[ recovery-image] May 14 15:17:34.901 INFO O| May 14 15:17:34.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
50992026-05-14T15:17:38.097Z[ recovery-image] May 14 15:17:34.901 INFO O| May 14 15:17:34.901 INFO STEP 95 (remove_files) COMPLETE
51002026-05-14T15:17:38.097Z[ recovery-image] May 14 15:17:34.901 INFO O| May 14 15:17:34.901 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51012026-05-14T15:17:38.097Z[ recovery-image] May 14 15:17:34.909 INFO O| May 14 15:17:34.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
51022026-05-14T15:17:38.097Z[ recovery-image] May 14 15:17:34.925 INFO O| May 14 15:17:34.925 INFO STEP 96 (remove_files) COMPLETE
51032026-05-14T15:17:38.097Z[ recovery-image] May 14 15:17:34.925 INFO O| May 14 15:17:34.925 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51042026-05-14T15:17:38.097Z[ recovery-image] May 14 15:17:34.935 INFO O| May 14 15:17:34.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
51052026-05-14T15:17:38.097Z[ recovery-image] May 14 15:17:34.935 INFO O| May 14 15:17:34.935 INFO STEP 97 (remove_files) COMPLETE
51062026-05-14T15:17:38.097Z[ recovery-image] May 14 15:17:34.935 INFO O| May 14 15:17:34.935 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51072026-05-14T15:17:38.098Z[ recovery-image] May 14 15:17:34.944 INFO O| May 14 15:17:34.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
51082026-05-14T15:17:38.098Z[ recovery-image] May 14 15:17:34.944 INFO O| May 14 15:17:34.944 INFO STEP 98 (remove_files) COMPLETE
51092026-05-14T15:17:38.098Z[ recovery-image] May 14 15:17:34.944 INFO O| May 14 15:17:34.944 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51102026-05-14T15:17:38.098Z[ recovery-image] May 14 15:17:34.953 INFO O| May 14 15:17:34.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
51112026-05-14T15:17:38.098Z[ recovery-image] May 14 15:17:34.953 INFO O| May 14 15:17:34.953 INFO STEP 99 (remove_files) COMPLETE
51122026-05-14T15:17:38.098Z[ recovery-image] May 14 15:17:34.953 INFO O| May 14 15:17:34.953 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51132026-05-14T15:17:38.098Z[ recovery-image] May 14 15:17:34.961 INFO O| May 14 15:17:34.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
51142026-05-14T15:17:38.098Z[ recovery-image] May 14 15:17:34.961 INFO O| May 14 15:17:34.961 INFO STEP 100 (remove_files) COMPLETE
51152026-05-14T15:17:38.098Z[ recovery-image] May 14 15:17:34.961 INFO O| May 14 15:17:34.961 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51162026-05-14T15:17:38.098Z[ recovery-image] May 14 15:17:34.969 INFO O| May 14 15:17:34.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
51172026-05-14T15:17:38.098Z[ recovery-image] May 14 15:17:34.969 INFO O| May 14 15:17:34.969 INFO STEP 101 (remove_files) COMPLETE
51182026-05-14T15:17:38.098Z[ recovery-image] May 14 15:17:34.969 INFO O| May 14 15:17:34.969 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51192026-05-14T15:17:38.098Z[ recovery-image] May 14 15:17:34.977 INFO O| May 14 15:17:34.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
51202026-05-14T15:17:38.098Z[ recovery-image] May 14 15:17:34.977 INFO O| May 14 15:17:34.977 INFO STEP 102 (remove_files) COMPLETE
51212026-05-14T15:17:38.098Z[ recovery-image] May 14 15:17:34.977 INFO O| May 14 15:17:34.977 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51222026-05-14T15:17:38.098Z[ recovery-image] May 14 15:17:35.044 INFO O| May 14 15:17:35.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
51232026-05-14T15:17:38.098Z[ recovery-image] May 14 15:17:35.044 INFO O| May 14 15:17:35.044 INFO STEP 103 (remove_files) COMPLETE
51242026-05-14T15:17:38.098Z[ recovery-image] May 14 15:17:35.044 INFO O| May 14 15:17:35.044 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51252026-05-14T15:17:38.098Z[ recovery-image] May 14 15:17:35.057 INFO O| May 14 15:17:35.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
51262026-05-14T15:17:38.098Z[ recovery-image] May 14 15:17:35.057 INFO O| May 14 15:17:35.057 INFO STEP 104 (remove_files) COMPLETE
51272026-05-14T15:17:38.098Z[ recovery-image] May 14 15:17:35.057 INFO O| May 14 15:17:35.057 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51282026-05-14T15:17:38.098Z[ recovery-image] May 14 15:17:35.064 INFO O| May 14 15:17:35.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
51292026-05-14T15:17:38.098Z[ recovery-image] May 14 15:17:35.064 INFO O| May 14 15:17:35.064 INFO STEP 105 (remove_files) COMPLETE
51302026-05-14T15:17:38.098Z[ recovery-image] May 14 15:17:35.064 INFO O| May 14 15:17:35.064 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51312026-05-14T15:17:38.098Z[ recovery-image] May 14 15:17:35.074 INFO O| May 14 15:17:35.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
51322026-05-14T15:17:38.098Z[ recovery-image] May 14 15:17:35.074 INFO O| May 14 15:17:35.074 INFO STEP 106 (remove_files) COMPLETE
51332026-05-14T15:17:38.098Z[ recovery-image] May 14 15:17:35.074 INFO O| May 14 15:17:35.074 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51342026-05-14T15:17:38.098Z[ recovery-image] May 14 15:17:35.085 INFO O| May 14 15:17:35.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
51352026-05-14T15:17:38.098Z[ recovery-image] May 14 15:17:35.085 INFO O| May 14 15:17:35.085 INFO STEP 107 (remove_files) COMPLETE
51362026-05-14T15:17:38.098Z[ recovery-image] May 14 15:17:35.085 INFO O| May 14 15:17:35.085 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51372026-05-14T15:17:38.098Z[ recovery-image] May 14 15:17:35.095 INFO O| May 14 15:17:35.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
51382026-05-14T15:17:38.098Z[ recovery-image] May 14 15:17:35.095 INFO O| May 14 15:17:35.095 INFO STEP 108 (remove_files) COMPLETE
51392026-05-14T15:17:38.098Z[ recovery-image] May 14 15:17:35.095 INFO O| May 14 15:17:35.095 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51402026-05-14T15:17:38.098Z[ recovery-image] May 14 15:17:35.104 INFO O| May 14 15:17:35.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
51412026-05-14T15:17:38.098Z[ recovery-image] May 14 15:17:35.104 INFO O| May 14 15:17:35.104 INFO STEP 109 (remove_files) COMPLETE
51422026-05-14T15:17:38.098Z[ recovery-image] May 14 15:17:35.104 INFO O| May 14 15:17:35.104 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51432026-05-14T15:17:38.099Z[ recovery-image] May 14 15:17:35.114 INFO O| May 14 15:17:35.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
51442026-05-14T15:17:38.104Z[ recovery-image] May 14 15:17:35.114 INFO O| May 14 15:17:35.114 INFO STEP 110 (remove_files) COMPLETE
51452026-05-14T15:17:38.104Z[ recovery-image] May 14 15:17:35.114 INFO O| May 14 15:17:35.114 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51462026-05-14T15:17:38.104Z[ recovery-image] May 14 15:17:35.123 INFO O| May 14 15:17:35.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
51472026-05-14T15:17:38.104Z[ recovery-image] May 14 15:17:35.123 INFO O| May 14 15:17:35.123 INFO STEP 111 (remove_files) COMPLETE
51482026-05-14T15:17:38.104Z[ recovery-image] May 14 15:17:35.123 INFO O| May 14 15:17:35.123 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51492026-05-14T15:17:38.104Z[ recovery-image] May 14 15:17:35.132 INFO O| May 14 15:17:35.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
51502026-05-14T15:17:38.104Z[ recovery-image] May 14 15:17:35.132 INFO O| May 14 15:17:35.132 INFO STEP 112 (remove_files) COMPLETE
51512026-05-14T15:17:38.104Z[ recovery-image] May 14 15:17:35.132 INFO O| May 14 15:17:35.132 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51522026-05-14T15:17:38.104Z[ recovery-image] May 14 15:17:35.139 INFO O| May 14 15:17:35.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
51532026-05-14T15:17:38.104Z[ recovery-image] May 14 15:17:35.139 INFO O| May 14 15:17:35.139 INFO STEP 113 (remove_files) COMPLETE
51542026-05-14T15:17:38.104Z[ recovery-image] May 14 15:17:35.139 INFO O| May 14 15:17:35.139 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51552026-05-14T15:17:38.104Z[ recovery-image] May 14 15:17:35.146 INFO O| May 14 15:17:35.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
51562026-05-14T15:17:38.104Z[ recovery-image] May 14 15:17:35.146 INFO O| May 14 15:17:35.146 INFO STEP 114 (remove_files) COMPLETE
51572026-05-14T15:17:38.104Z[ recovery-image] May 14 15:17:35.146 INFO O| May 14 15:17:35.146 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51582026-05-14T15:17:38.104Z[ recovery-image] May 14 15:17:35.154 INFO O| May 14 15:17:35.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
51592026-05-14T15:17:38.104Z[ recovery-image] May 14 15:17:35.154 INFO O| May 14 15:17:35.154 INFO STEP 115 (remove_files) COMPLETE
51602026-05-14T15:17:38.104Z[ recovery-image] May 14 15:17:35.154 INFO O| May 14 15:17:35.154 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51612026-05-14T15:17:38.104Z[ recovery-image] May 14 15:17:35.161 INFO O| May 14 15:17:35.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
51622026-05-14T15:17:38.104Z[ recovery-image] May 14 15:17:35.161 INFO O| May 14 15:17:35.161 INFO STEP 116 (remove_files) COMPLETE
51632026-05-14T15:17:38.104Z[ recovery-image] May 14 15:17:35.161 INFO O| May 14 15:17:35.161 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51642026-05-14T15:17:38.104Z[ recovery-image] May 14 15:17:35.168 INFO O| May 14 15:17:35.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
51652026-05-14T15:17:38.104Z[ recovery-image] May 14 15:17:35.168 INFO O| May 14 15:17:35.168 INFO STEP 117 (remove_files) COMPLETE
51662026-05-14T15:17:38.104Z[ recovery-image] May 14 15:17:35.168 INFO O| May 14 15:17:35.168 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51672026-05-14T15:17:38.104Z[ recovery-image] May 14 15:17:35.175 INFO O| May 14 15:17:35.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
51682026-05-14T15:17:38.104Z[ recovery-image] May 14 15:17:35.175 INFO O| May 14 15:17:35.175 INFO STEP 118 (remove_files) COMPLETE
51692026-05-14T15:17:38.104Z[ recovery-image] May 14 15:17:35.175 INFO O| May 14 15:17:35.175 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51702026-05-14T15:17:38.104Z[ recovery-image] May 14 15:17:35.182 INFO O| May 14 15:17:35.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
51712026-05-14T15:17:38.104Z[ recovery-image] May 14 15:17:35.182 INFO O| May 14 15:17:35.182 INFO STEP 119 (remove_files) COMPLETE
51722026-05-14T15:17:38.104Z[ recovery-image] May 14 15:17:35.182 INFO O| May 14 15:17:35.182 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51732026-05-14T15:17:38.105Z[ recovery-image] May 14 15:17:35.190 INFO O| May 14 15:17:35.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
51742026-05-14T15:17:38.105Z[ recovery-image] May 14 15:17:35.190 INFO O| May 14 15:17:35.190 INFO STEP 120 (remove_files) COMPLETE
51752026-05-14T15:17:38.105Z[ recovery-image] May 14 15:17:35.190 INFO O| May 14 15:17:35.190 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51762026-05-14T15:17:38.105Z[ recovery-image] May 14 15:17:35.197 INFO O| May 14 15:17:35.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
51772026-05-14T15:17:38.105Z[ recovery-image] May 14 15:17:35.197 INFO O| May 14 15:17:35.197 INFO STEP 121 (remove_files) COMPLETE
51782026-05-14T15:17:38.105Z[ recovery-image] May 14 15:17:35.197 INFO O| May 14 15:17:35.197 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51792026-05-14T15:17:38.105Z[ recovery-image] May 14 15:17:35.205 INFO O| May 14 15:17:35.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
51802026-05-14T15:17:38.105Z[ recovery-image] May 14 15:17:35.205 INFO O| May 14 15:17:35.205 INFO STEP 122 (remove_files) COMPLETE
51812026-05-14T15:17:38.105Z[ recovery-image] May 14 15:17:35.205 INFO O| May 14 15:17:35.205 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51822026-05-14T15:17:38.105Z[ recovery-image] May 14 15:17:35.212 INFO O| May 14 15:17:35.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
51832026-05-14T15:17:38.105Z[ recovery-image] May 14 15:17:35.212 INFO O| May 14 15:17:35.212 INFO STEP 123 (remove_files) COMPLETE
51842026-05-14T15:17:38.105Z[ recovery-image] May 14 15:17:35.212 INFO O| May 14 15:17:35.212 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51852026-05-14T15:17:38.105Z[ recovery-image] May 14 15:17:35.219 INFO O| May 14 15:17:35.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
51862026-05-14T15:17:38.105Z[ recovery-image] May 14 15:17:35.219 INFO O| May 14 15:17:35.219 INFO STEP 124 (remove_files) COMPLETE
51872026-05-14T15:17:38.105Z[ recovery-image] May 14 15:17:35.219 INFO O| May 14 15:17:35.219 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51882026-05-14T15:17:38.105Z[ recovery-image] May 14 15:17:35.227 INFO O| May 14 15:17:35.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
51892026-05-14T15:17:38.105Z[ recovery-image] May 14 15:17:35.227 INFO O| May 14 15:17:35.227 INFO STEP 125 (remove_files) COMPLETE
51902026-05-14T15:17:38.105Z[ recovery-image] May 14 15:17:35.227 INFO O| May 14 15:17:35.227 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51912026-05-14T15:17:38.105Z[ recovery-image] May 14 15:17:35.234 INFO O| May 14 15:17:35.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
51922026-05-14T15:17:38.105Z[ recovery-image] May 14 15:17:35.234 INFO O| May 14 15:17:35.234 INFO STEP 126 (remove_files) COMPLETE
51932026-05-14T15:17:38.105Z[ recovery-image] May 14 15:17:35.234 INFO O| May 14 15:17:35.234 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51942026-05-14T15:17:38.105Z[ recovery-image] May 14 15:17:35.241 INFO O| May 14 15:17:35.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
51952026-05-14T15:17:38.105Z[ recovery-image] May 14 15:17:35.241 INFO O| May 14 15:17:35.241 INFO STEP 127 (remove_files) COMPLETE
51962026-05-14T15:17:38.105Z[ recovery-image] May 14 15:17:35.241 INFO O| May 14 15:17:35.241 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51972026-05-14T15:17:38.105Z[ recovery-image] May 14 15:17:35.249 INFO O| May 14 15:17:35.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
51982026-05-14T15:17:38.105Z[ recovery-image] May 14 15:17:35.249 INFO O| May 14 15:17:35.249 INFO STEP 128 (remove_files) COMPLETE
51992026-05-14T15:17:38.105Z[ recovery-image] May 14 15:17:35.249 INFO O| May 14 15:17:35.249 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52002026-05-14T15:17:38.105Z[ recovery-image] May 14 15:17:35.256 INFO O| May 14 15:17:35.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
52012026-05-14T15:17:38.105Z[ recovery-image] May 14 15:17:35.256 INFO O| May 14 15:17:35.256 INFO STEP 129 (remove_files) COMPLETE
52022026-05-14T15:17:38.105Z[ recovery-image] May 14 15:17:35.256 INFO O| May 14 15:17:35.256 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52032026-05-14T15:17:38.105Z[ recovery-image] May 14 15:17:35.264 INFO O| May 14 15:17:35.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
52042026-05-14T15:17:38.105Z[ recovery-image] May 14 15:17:35.264 INFO O| May 14 15:17:35.264 INFO STEP 130 (remove_files) COMPLETE
52052026-05-14T15:17:38.105Z[ recovery-image] May 14 15:17:35.264 INFO O| May 14 15:17:35.264 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52062026-05-14T15:17:38.105Z[ recovery-image] May 14 15:17:35.272 INFO O| May 14 15:17:35.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
52072026-05-14T15:17:38.105Z[ recovery-image] May 14 15:17:35.272 INFO O| May 14 15:17:35.272 INFO STEP 131 (remove_files) COMPLETE
52082026-05-14T15:17:38.105Z[ recovery-image] May 14 15:17:35.272 INFO O| May 14 15:17:35.272 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52092026-05-14T15:17:38.106Z[ recovery-image] May 14 15:17:35.281 INFO O| May 14 15:17:35.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
52102026-05-14T15:17:38.106Z[ recovery-image] May 14 15:17:35.281 INFO O| May 14 15:17:35.281 INFO STEP 132 (remove_files) COMPLETE
52112026-05-14T15:17:38.106Z[ recovery-image] May 14 15:17:35.281 INFO O| May 14 15:17:35.281 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52122026-05-14T15:17:38.106Z[ recovery-image] May 14 15:17:35.289 INFO O| May 14 15:17:35.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
52132026-05-14T15:17:38.106Z[ recovery-image] May 14 15:17:35.289 INFO O| May 14 15:17:35.289 INFO STEP 133 (remove_files) COMPLETE
52142026-05-14T15:17:38.106Z[ recovery-image] May 14 15:17:35.289 INFO O| May 14 15:17:35.289 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52152026-05-14T15:17:38.106Z[ recovery-image] May 14 15:17:35.298 INFO O| May 14 15:17:35.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
52162026-05-14T15:17:38.106Z[ recovery-image] May 14 15:17:35.298 INFO O| May 14 15:17:35.298 INFO STEP 134 (remove_files) COMPLETE
52172026-05-14T15:17:38.106Z[ recovery-image] May 14 15:17:35.298 INFO O| May 14 15:17:35.298 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52182026-05-14T15:17:38.107Z[ recovery-image] May 14 15:17:35.308 INFO O| May 14 15:17:35.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
52192026-05-14T15:17:38.107Z[ recovery-image] May 14 15:17:35.308 INFO O| May 14 15:17:35.308 INFO STEP 135 (remove_files) COMPLETE
52202026-05-14T15:17:38.107Z[ recovery-image] May 14 15:17:35.308 INFO O| May 14 15:17:35.308 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52212026-05-14T15:17:38.107Z[ recovery-image] May 14 15:17:35.317 INFO O| May 14 15:17:35.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
52222026-05-14T15:17:38.107Z[ recovery-image] May 14 15:17:35.317 INFO O| May 14 15:17:35.317 INFO STEP 136 (remove_files) COMPLETE
52232026-05-14T15:17:38.107Z[ recovery-image] May 14 15:17:35.317 INFO O| May 14 15:17:35.317 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52242026-05-14T15:17:38.107Z[ recovery-image] May 14 15:17:35.326 INFO O| May 14 15:17:35.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
52252026-05-14T15:17:38.107Z[ recovery-image] May 14 15:17:35.326 INFO O| May 14 15:17:35.326 INFO STEP 137 (remove_files) COMPLETE
52262026-05-14T15:17:38.107Z[ recovery-image] May 14 15:17:35.326 INFO O| May 14 15:17:35.326 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52272026-05-14T15:17:38.107Z[ recovery-image] May 14 15:17:35.336 INFO O| May 14 15:17:35.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
52282026-05-14T15:17:38.107Z[ recovery-image] May 14 15:17:35.336 INFO O| May 14 15:17:35.336 INFO STEP 138 (remove_files) COMPLETE
52292026-05-14T15:17:38.107Z[ recovery-image] May 14 15:17:35.336 INFO O| May 14 15:17:35.336 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52302026-05-14T15:17:38.107Z[ recovery-image] May 14 15:17:35.346 INFO O| May 14 15:17:35.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
52312026-05-14T15:17:38.107Z[ recovery-image] May 14 15:17:35.346 INFO O| May 14 15:17:35.346 INFO STEP 139 (remove_files) COMPLETE
52322026-05-14T15:17:38.107Z[ recovery-image] May 14 15:17:35.346 INFO O| May 14 15:17:35.346 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52332026-05-14T15:17:38.107Z[ recovery-image] May 14 15:17:35.355 INFO O| May 14 15:17:35.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
52342026-05-14T15:17:38.107Z[ recovery-image] May 14 15:17:35.355 INFO O| May 14 15:17:35.355 INFO STEP 140 (remove_files) COMPLETE
52352026-05-14T15:17:38.107Z[ recovery-image] May 14 15:17:35.355 INFO O| May 14 15:17:35.355 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52362026-05-14T15:17:38.107Z[ recovery-image] May 14 15:17:35.365 INFO O| May 14 15:17:35.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
52372026-05-14T15:17:38.107Z[ recovery-image] May 14 15:17:35.365 INFO O| May 14 15:17:35.365 INFO STEP 141 (remove_files) COMPLETE
52382026-05-14T15:17:38.107Z[ recovery-image] May 14 15:17:35.365 INFO O| May 14 15:17:35.365 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52392026-05-14T15:17:38.107Z[ recovery-image] May 14 15:17:35.374 INFO O| May 14 15:17:35.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
52402026-05-14T15:17:38.107Z[ recovery-image] May 14 15:17:35.374 INFO O| May 14 15:17:35.374 INFO STEP 142 (remove_files) COMPLETE
52412026-05-14T15:17:38.107Z[ recovery-image] May 14 15:17:35.374 INFO O| May 14 15:17:35.374 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52422026-05-14T15:17:38.107Z[ recovery-image] May 14 15:17:35.384 INFO O| May 14 15:17:35.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
52432026-05-14T15:17:38.107Z[ recovery-image] May 14 15:17:35.384 INFO O| May 14 15:17:35.384 INFO STEP 143 (remove_files) COMPLETE
52442026-05-14T15:17:38.112Z[ recovery-image] May 14 15:17:35.384 INFO O| May 14 15:17:35.384 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52452026-05-14T15:17:38.112Z[ recovery-image] May 14 15:17:35.394 INFO O| May 14 15:17:35.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
52462026-05-14T15:17:38.112Z[ recovery-image] May 14 15:17:35.394 INFO O| May 14 15:17:35.394 INFO STEP 144 (remove_files) COMPLETE
52472026-05-14T15:17:38.112Z[ recovery-image] May 14 15:17:35.394 INFO O| May 14 15:17:35.394 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52482026-05-14T15:17:38.112Z[ recovery-image] May 14 15:17:35.403 INFO O| May 14 15:17:35.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
52492026-05-14T15:17:38.112Z[ recovery-image] May 14 15:17:35.404 INFO O| May 14 15:17:35.403 INFO STEP 145 (remove_files) COMPLETE
52502026-05-14T15:17:38.113Z[ recovery-image] May 14 15:17:35.404 INFO O| May 14 15:17:35.404 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52512026-05-14T15:17:38.113Z[ recovery-image] May 14 15:17:35.413 INFO O| May 14 15:17:35.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
52522026-05-14T15:17:38.113Z[ recovery-image] May 14 15:17:35.413 INFO O| May 14 15:17:35.413 INFO STEP 146 (remove_files) COMPLETE
52532026-05-14T15:17:38.113Z[ recovery-image] May 14 15:17:35.413 INFO O| May 14 15:17:35.413 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52542026-05-14T15:17:38.113Z[ recovery-image] May 14 15:17:35.421 INFO O| May 14 15:17:35.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
52552026-05-14T15:17:38.113Z[ recovery-image] May 14 15:17:35.422 INFO O| May 14 15:17:35.422 INFO STEP 147 (remove_files) COMPLETE
52562026-05-14T15:17:38.113Z[ recovery-image] May 14 15:17:35.422 INFO O| May 14 15:17:35.422 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52572026-05-14T15:17:38.113Z[ recovery-image] May 14 15:17:35.430 INFO O| May 14 15:17:35.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
52582026-05-14T15:17:38.113Z[ recovery-image] May 14 15:17:35.430 INFO O| May 14 15:17:35.430 INFO STEP 148 (remove_files) COMPLETE
52592026-05-14T15:17:38.113Z[ recovery-image] May 14 15:17:35.430 INFO O| May 14 15:17:35.430 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52602026-05-14T15:17:38.113Z[ recovery-image] May 14 15:17:35.439 INFO O| May 14 15:17:35.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
52612026-05-14T15:17:38.113Z[ recovery-image] May 14 15:17:35.439 INFO O| May 14 15:17:35.439 INFO STEP 149 (remove_files) COMPLETE
52622026-05-14T15:17:38.113Z[ recovery-image] May 14 15:17:35.439 INFO O| May 14 15:17:35.439 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52632026-05-14T15:17:38.113Z[ recovery-image] May 14 15:17:35.447 INFO O| May 14 15:17:35.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
52642026-05-14T15:17:38.113Z[ recovery-image] May 14 15:17:35.447 INFO O| May 14 15:17:35.447 INFO STEP 150 (remove_files) COMPLETE
52652026-05-14T15:17:38.113Z[ recovery-image] May 14 15:17:35.447 INFO O| May 14 15:17:35.447 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52662026-05-14T15:17:38.113Z[ recovery-image] May 14 15:17:35.455 INFO O| May 14 15:17:35.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
52672026-05-14T15:17:38.113Z[ recovery-image] May 14 15:17:35.456 INFO O| May 14 15:17:35.456 INFO STEP 151 (remove_files) COMPLETE
52682026-05-14T15:17:38.113Z[ recovery-image] May 14 15:17:35.456 INFO O| May 14 15:17:35.456 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52692026-05-14T15:17:38.113Z[ recovery-image] May 14 15:17:35.464 INFO O| May 14 15:17:35.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
52702026-05-14T15:17:38.113Z[ recovery-image] May 14 15:17:35.464 INFO O| May 14 15:17:35.464 INFO STEP 152 (remove_files) COMPLETE
52712026-05-14T15:17:38.113Z[ recovery-image] May 14 15:17:35.464 INFO O| May 14 15:17:35.464 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52722026-05-14T15:17:38.113Z[ recovery-image] May 14 15:17:35.473 INFO O| May 14 15:17:35.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
52732026-05-14T15:17:38.113Z[ recovery-image] May 14 15:17:35.473 INFO O| May 14 15:17:35.473 INFO STEP 153 (remove_files) COMPLETE
52742026-05-14T15:17:38.113Z[ recovery-image] May 14 15:17:35.473 INFO O| May 14 15:17:35.473 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52752026-05-14T15:17:38.113Z[ recovery-image] May 14 15:17:35.482 INFO O| May 14 15:17:35.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
52762026-05-14T15:17:38.113Z[ recovery-image] May 14 15:17:35.483 INFO O| May 14 15:17:35.482 INFO STEP 154 (remove_files) COMPLETE
52772026-05-14T15:17:38.113Z[ recovery-image] May 14 15:17:35.483 INFO O| May 14 15:17:35.483 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52782026-05-14T15:17:38.113Z[ recovery-image] May 14 15:17:35.491 INFO O| May 14 15:17:35.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
52792026-05-14T15:17:38.113Z[ recovery-image] May 14 15:17:35.491 INFO O| May 14 15:17:35.491 INFO STEP 155 (remove_files) COMPLETE
52802026-05-14T15:17:38.113Z[ recovery-image] May 14 15:17:35.491 INFO O| May 14 15:17:35.491 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52812026-05-14T15:17:38.113Z[ recovery-image] May 14 15:17:35.500 INFO O| May 14 15:17:35.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
52822026-05-14T15:17:38.113Z[ recovery-image] May 14 15:17:35.500 INFO O| May 14 15:17:35.500 INFO STEP 156 (remove_files) COMPLETE
52832026-05-14T15:17:38.113Z[ recovery-image] May 14 15:17:35.500 INFO O| May 14 15:17:35.500 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52842026-05-14T15:17:38.113Z[ recovery-image] May 14 15:17:35.510 INFO O| May 14 15:17:35.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
52852026-05-14T15:17:38.113Z[ recovery-image] May 14 15:17:35.510 INFO O| May 14 15:17:35.510 INFO STEP 157 (remove_files) COMPLETE
52862026-05-14T15:17:38.113Z[ recovery-image] May 14 15:17:35.510 INFO O| May 14 15:17:35.510 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52872026-05-14T15:17:38.114Z[ recovery-image] May 14 15:17:35.520 INFO O| May 14 15:17:35.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
52882026-05-14T15:17:38.114Z[ recovery-image] May 14 15:17:35.520 INFO O| May 14 15:17:35.520 INFO STEP 158 (remove_files) COMPLETE
52892026-05-14T15:17:38.114Z[ recovery-image] May 14 15:17:35.520 INFO O| May 14 15:17:35.520 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52902026-05-14T15:17:38.114Z[ recovery-image] May 14 15:17:35.529 INFO O| May 14 15:17:35.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
52912026-05-14T15:17:38.114Z[ recovery-image] May 14 15:17:35.530 INFO O| May 14 15:17:35.529 INFO STEP 159 (remove_files) COMPLETE
52922026-05-14T15:17:38.114Z[ recovery-image] May 14 15:17:35.530 INFO O| May 14 15:17:35.530 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52932026-05-14T15:17:38.114Z[ recovery-image] May 14 15:17:35.539 INFO O| May 14 15:17:35.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
52942026-05-14T15:17:38.114Z[ recovery-image] May 14 15:17:35.539 INFO O| May 14 15:17:35.539 INFO STEP 160 (remove_files) COMPLETE
52952026-05-14T15:17:38.114Z[ recovery-image] May 14 15:17:35.539 INFO O| May 14 15:17:35.539 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52962026-05-14T15:17:38.114Z[ recovery-image] May 14 15:17:35.549 INFO O| May 14 15:17:35.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
52972026-05-14T15:17:38.114Z[ recovery-image] May 14 15:17:35.549 INFO O| May 14 15:17:35.549 INFO STEP 161 (remove_files) COMPLETE
52982026-05-14T15:17:38.114Z[ recovery-image] May 14 15:17:35.549 INFO O| May 14 15:17:35.549 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52992026-05-14T15:17:38.114Z[ recovery-image] May 14 15:17:35.558 INFO O| May 14 15:17:35.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
53002026-05-14T15:17:38.114Z[ recovery-image] May 14 15:17:35.558 INFO O| May 14 15:17:35.558 INFO STEP 162 (remove_files) COMPLETE
53012026-05-14T15:17:38.114Z[ recovery-image] May 14 15:17:35.558 INFO O| May 14 15:17:35.558 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53022026-05-14T15:17:38.114Z[ recovery-image] May 14 15:17:35.567 INFO O| May 14 15:17:35.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
53032026-05-14T15:17:38.114Z[ recovery-image] May 14 15:17:35.567 INFO O| May 14 15:17:35.567 INFO STEP 163 (remove_files) COMPLETE
53042026-05-14T15:17:38.114Z[ recovery-image] May 14 15:17:35.567 INFO O| May 14 15:17:35.567 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53052026-05-14T15:17:38.114Z[ recovery-image] May 14 15:17:35.576 INFO O| May 14 15:17:35.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
53062026-05-14T15:17:38.114Z[ recovery-image] May 14 15:17:35.576 INFO O| May 14 15:17:35.576 INFO STEP 164 (remove_files) COMPLETE
53072026-05-14T15:17:38.114Z[ recovery-image] May 14 15:17:35.576 INFO O| May 14 15:17:35.576 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53082026-05-14T15:17:38.114Z[ recovery-image] May 14 15:17:35.584 INFO O| May 14 15:17:35.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
53092026-05-14T15:17:38.114Z[ recovery-image] May 14 15:17:35.584 INFO O| May 14 15:17:35.584 INFO STEP 165 (remove_files) COMPLETE
53102026-05-14T15:17:38.114Z[ recovery-image] May 14 15:17:35.584 INFO O| May 14 15:17:35.584 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53112026-05-14T15:17:38.114Z[ recovery-image] May 14 15:17:35.593 INFO O| May 14 15:17:35.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
53122026-05-14T15:17:38.114Z[ recovery-image] May 14 15:17:35.593 INFO O| May 14 15:17:35.593 INFO STEP 166 (remove_files) COMPLETE
53132026-05-14T15:17:38.114Z[ recovery-image] May 14 15:17:35.593 INFO O| May 14 15:17:35.593 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53142026-05-14T15:17:38.114Z[ recovery-image] May 14 15:17:35.601 INFO O| May 14 15:17:35.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
53152026-05-14T15:17:38.114Z[ recovery-image] May 14 15:17:35.601 INFO O| May 14 15:17:35.601 INFO STEP 167 (remove_files) COMPLETE
53162026-05-14T15:17:38.114Z[ recovery-image] May 14 15:17:35.601 INFO O| May 14 15:17:35.601 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53172026-05-14T15:17:38.114Z[ recovery-image] May 14 15:17:35.609 INFO O| May 14 15:17:35.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
53182026-05-14T15:17:38.114Z[ recovery-image] May 14 15:17:35.609 INFO O| May 14 15:17:35.609 INFO STEP 168 (remove_files) COMPLETE
53192026-05-14T15:17:38.114Z[ recovery-image] May 14 15:17:35.609 INFO O| May 14 15:17:35.609 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53202026-05-14T15:17:38.114Z[ recovery-image] May 14 15:17:35.623 INFO O| May 14 15:17:35.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
53212026-05-14T15:17:38.115Z[ recovery-image] May 14 15:17:35.623 INFO O| May 14 15:17:35.623 INFO STEP 169 (remove_files) COMPLETE
53222026-05-14T15:17:38.115Z[ recovery-image] May 14 15:17:35.623 INFO O| May 14 15:17:35.623 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53232026-05-14T15:17:38.115Z[ recovery-image] May 14 15:17:35.630 INFO O| May 14 15:17:35.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
53242026-05-14T15:17:38.115Z[ recovery-image] May 14 15:17:35.630 INFO O| May 14 15:17:35.630 INFO STEP 170 (remove_files) COMPLETE
53252026-05-14T15:17:38.115Z[ recovery-image] May 14 15:17:35.630 INFO O| May 14 15:17:35.630 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53262026-05-14T15:17:38.115Z[ recovery-image] May 14 15:17:35.638 INFO O| May 14 15:17:35.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
53272026-05-14T15:17:38.115Z[ recovery-image] May 14 15:17:35.638 INFO O| May 14 15:17:35.638 INFO STEP 171 (remove_files) COMPLETE
53282026-05-14T15:17:38.115Z[ recovery-image] May 14 15:17:35.638 INFO O| May 14 15:17:35.638 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53292026-05-14T15:17:38.115Z[ recovery-image] May 14 15:17:35.646 INFO O| May 14 15:17:35.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
53302026-05-14T15:17:38.115Z[ recovery-image] May 14 15:17:35.646 INFO O| May 14 15:17:35.646 INFO STEP 172 (remove_files) COMPLETE
53312026-05-14T15:17:38.115Z[ recovery-image] May 14 15:17:35.646 INFO O| May 14 15:17:35.646 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53322026-05-14T15:17:38.115Z[ recovery-image] May 14 15:17:35.654 INFO O| May 14 15:17:35.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
53332026-05-14T15:17:38.115Z[ recovery-image] May 14 15:17:35.654 INFO O| May 14 15:17:35.654 INFO STEP 173 (remove_files) COMPLETE
53342026-05-14T15:17:38.115Z[ recovery-image] May 14 15:17:35.654 INFO O| May 14 15:17:35.654 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53352026-05-14T15:17:38.115Z[ recovery-image] May 14 15:17:35.662 INFO O| May 14 15:17:35.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
53362026-05-14T15:17:38.115Z[ recovery-image] May 14 15:17:35.663 INFO O| May 14 15:17:35.663 INFO STEP 174 (remove_files) COMPLETE
53372026-05-14T15:17:38.115Z[ recovery-image] May 14 15:17:35.663 INFO O| May 14 15:17:35.663 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53382026-05-14T15:17:38.115Z[ recovery-image] May 14 15:17:35.671 INFO O| May 14 15:17:35.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
53392026-05-14T15:17:38.115Z[ recovery-image] May 14 15:17:35.671 INFO O| May 14 15:17:35.671 INFO STEP 175 (remove_files) COMPLETE
53402026-05-14T15:17:38.115Z[ recovery-image] May 14 15:17:35.671 INFO O| May 14 15:17:35.671 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53412026-05-14T15:17:38.115Z[ recovery-image] May 14 15:17:35.679 INFO O| May 14 15:17:35.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
53422026-05-14T15:17:38.115Z[ recovery-image] May 14 15:17:35.679 INFO O| May 14 15:17:35.679 INFO STEP 176 (remove_files) COMPLETE
53432026-05-14T15:17:38.115Z[ recovery-image] May 14 15:17:35.679 INFO O| May 14 15:17:35.679 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53442026-05-14T15:17:38.120Z[ recovery-image] May 14 15:17:35.687 INFO O| May 14 15:17:35.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
53452026-05-14T15:17:38.120Z[ recovery-image] May 14 15:17:35.687 INFO O| May 14 15:17:35.687 INFO STEP 177 (remove_files) COMPLETE
53462026-05-14T15:17:38.120Z[ recovery-image] May 14 15:17:35.687 INFO O| May 14 15:17:35.687 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53472026-05-14T15:17:38.120Z[ recovery-image] May 14 15:17:35.694 INFO O| May 14 15:17:35.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
53482026-05-14T15:17:38.120Z[ recovery-image] May 14 15:17:35.694 INFO O| May 14 15:17:35.694 INFO STEP 178 (remove_files) COMPLETE
53492026-05-14T15:17:38.120Z[ recovery-image] May 14 15:17:35.694 INFO O| May 14 15:17:35.694 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53502026-05-14T15:17:38.120Z[ recovery-image] May 14 15:17:35.702 INFO O| May 14 15:17:35.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
53512026-05-14T15:17:38.120Z[ recovery-image] May 14 15:17:35.702 INFO O| May 14 15:17:35.702 INFO STEP 179 (remove_files) COMPLETE
53522026-05-14T15:17:38.120Z[ recovery-image] May 14 15:17:35.702 INFO O| May 14 15:17:35.702 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53532026-05-14T15:17:38.120Z[ recovery-image] May 14 15:17:35.710 INFO O| May 14 15:17:35.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
53542026-05-14T15:17:38.120Z[ recovery-image] May 14 15:17:35.710 INFO O| May 14 15:17:35.710 INFO STEP 180 (remove_files) COMPLETE
53552026-05-14T15:17:38.120Z[ recovery-image] May 14 15:17:35.710 INFO O| May 14 15:17:35.710 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53562026-05-14T15:17:38.120Z[ recovery-image] May 14 15:17:35.718 INFO O| May 14 15:17:35.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
53572026-05-14T15:17:38.120Z[ recovery-image] May 14 15:17:35.718 INFO O| May 14 15:17:35.718 INFO STEP 181 (remove_files) COMPLETE
53582026-05-14T15:17:38.120Z[ recovery-image] May 14 15:17:35.718 INFO O| May 14 15:17:35.718 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53592026-05-14T15:17:38.120Z[ recovery-image] May 14 15:17:35.727 INFO O| May 14 15:17:35.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
53602026-05-14T15:17:38.120Z[ recovery-image] May 14 15:17:35.728 INFO O| May 14 15:17:35.728 INFO STEP 182 (remove_files) COMPLETE
53612026-05-14T15:17:38.120Z[ recovery-image] May 14 15:17:35.728 INFO O| May 14 15:17:35.728 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53622026-05-14T15:17:38.120Z[ recovery-image] May 14 15:17:35.736 INFO O| May 14 15:17:35.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
53632026-05-14T15:17:38.120Z[ recovery-image] May 14 15:17:35.736 INFO O| May 14 15:17:35.736 INFO STEP 183 (remove_files) COMPLETE
53642026-05-14T15:17:38.120Z[ recovery-image] May 14 15:17:35.736 INFO O| May 14 15:17:35.736 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53652026-05-14T15:17:38.120Z[ recovery-image] May 14 15:17:35.744 INFO O| May 14 15:17:35.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
53662026-05-14T15:17:38.121Z[ recovery-image] May 14 15:17:35.744 INFO O| May 14 15:17:35.744 INFO STEP 184 (remove_files) COMPLETE
53672026-05-14T15:17:38.121Z[ recovery-image] May 14 15:17:35.744 INFO O| May 14 15:17:35.744 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53682026-05-14T15:17:38.121Z[ recovery-image] May 14 15:17:35.752 INFO O| May 14 15:17:35.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
53692026-05-14T15:17:38.121Z[ recovery-image] May 14 15:17:35.752 INFO O| May 14 15:17:35.752 INFO STEP 185 (remove_files) COMPLETE
53702026-05-14T15:17:38.121Z[ recovery-image] May 14 15:17:35.752 INFO O| May 14 15:17:35.752 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53712026-05-14T15:17:38.121Z[ recovery-image] May 14 15:17:35.760 INFO O| May 14 15:17:35.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
53722026-05-14T15:17:38.121Z[ recovery-image] May 14 15:17:35.760 INFO O| May 14 15:17:35.760 INFO STEP 186 (remove_files) COMPLETE
53732026-05-14T15:17:38.121Z[ recovery-image] May 14 15:17:35.760 INFO O| May 14 15:17:35.760 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53742026-05-14T15:17:38.121Z[ recovery-image] May 14 15:17:35.769 INFO O| May 14 15:17:35.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
53752026-05-14T15:17:38.121Z[ recovery-image] May 14 15:17:35.769 INFO O| May 14 15:17:35.769 INFO STEP 187 (remove_files) COMPLETE
53762026-05-14T15:17:38.121Z[ recovery-image] May 14 15:17:35.769 INFO O| May 14 15:17:35.769 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53772026-05-14T15:17:38.121Z[ recovery-image] May 14 15:17:35.778 INFO O| May 14 15:17:35.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
53782026-05-14T15:17:38.121Z[ recovery-image] May 14 15:17:35.778 INFO O| May 14 15:17:35.778 INFO STEP 188 (remove_files) COMPLETE
53792026-05-14T15:17:38.121Z[ recovery-image] May 14 15:17:35.778 INFO O| May 14 15:17:35.778 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53802026-05-14T15:17:38.121Z[ recovery-image] May 14 15:17:35.787 INFO O| May 14 15:17:35.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
53812026-05-14T15:17:38.121Z[ recovery-image] May 14 15:17:35.787 INFO O| May 14 15:17:35.787 INFO STEP 189 (remove_files) COMPLETE
53822026-05-14T15:17:38.121Z[ recovery-image] May 14 15:17:35.787 INFO O| May 14 15:17:35.787 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53832026-05-14T15:17:38.121Z[ recovery-image] May 14 15:17:35.796 INFO O| May 14 15:17:35.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
53842026-05-14T15:17:38.121Z[ recovery-image] May 14 15:17:35.796 INFO O| May 14 15:17:35.796 INFO STEP 190 (remove_files) COMPLETE
53852026-05-14T15:17:38.121Z[ recovery-image] May 14 15:17:35.796 INFO O| May 14 15:17:35.796 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53862026-05-14T15:17:38.121Z[ recovery-image] May 14 15:17:35.805 INFO O| May 14 15:17:35.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
53872026-05-14T15:17:38.121Z[ recovery-image] May 14 15:17:35.805 INFO O| May 14 15:17:35.805 INFO STEP 191 (remove_files) COMPLETE
53882026-05-14T15:17:38.121Z[ recovery-image] May 14 15:17:35.805 INFO O| May 14 15:17:35.805 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53892026-05-14T15:17:38.121Z[ recovery-image] May 14 15:17:35.814 INFO O| May 14 15:17:35.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
53902026-05-14T15:17:38.121Z[ recovery-image] May 14 15:17:35.814 INFO O| May 14 15:17:35.814 INFO STEP 192 (remove_files) COMPLETE
53912026-05-14T15:17:38.121Z[ recovery-image] May 14 15:17:35.814 INFO O| May 14 15:17:35.814 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53922026-05-14T15:17:38.121Z[ recovery-image] May 14 15:17:35.823 INFO O| May 14 15:17:35.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
53932026-05-14T15:17:38.121Z[ recovery-image] May 14 15:17:35.823 INFO O| May 14 15:17:35.823 INFO STEP 193 (remove_files) COMPLETE
53942026-05-14T15:17:38.121Z[ recovery-image] May 14 15:17:35.823 INFO O| May 14 15:17:35.823 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53952026-05-14T15:17:38.121Z[ recovery-image] May 14 15:17:35.832 INFO O| May 14 15:17:35.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
53962026-05-14T15:17:38.121Z[ recovery-image] May 14 15:17:35.832 INFO O| May 14 15:17:35.832 INFO STEP 194 (remove_files) COMPLETE
53972026-05-14T15:17:38.121Z[ recovery-image] May 14 15:17:35.832 INFO O| May 14 15:17:35.832 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53982026-05-14T15:17:38.122Z[ recovery-image] May 14 15:17:35.842 INFO O| May 14 15:17:35.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
53992026-05-14T15:17:38.122Z[ recovery-image] May 14 15:17:35.842 INFO O| May 14 15:17:35.842 INFO STEP 195 (remove_files) COMPLETE
54002026-05-14T15:17:38.122Z[ recovery-image] May 14 15:17:35.842 INFO O| May 14 15:17:35.842 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54012026-05-14T15:17:38.122Z[ recovery-image] May 14 15:17:35.852 INFO O| May 14 15:17:35.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
54022026-05-14T15:17:38.122Z[ recovery-image] May 14 15:17:35.852 INFO O| May 14 15:17:35.852 INFO STEP 196 (remove_files) COMPLETE
54032026-05-14T15:17:38.122Z[ recovery-image] May 14 15:17:35.852 INFO O| May 14 15:17:35.852 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54042026-05-14T15:17:38.122Z[ recovery-image] May 14 15:17:35.862 INFO O| May 14 15:17:35.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
54052026-05-14T15:17:38.122Z[ recovery-image] May 14 15:17:35.862 INFO O| May 14 15:17:35.862 INFO STEP 197 (remove_files) COMPLETE
54062026-05-14T15:17:38.122Z[ recovery-image] May 14 15:17:35.862 INFO O| May 14 15:17:35.862 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54072026-05-14T15:17:38.122Z[ recovery-image] May 14 15:17:35.871 INFO O| May 14 15:17:35.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
54082026-05-14T15:17:38.122Z[ recovery-image] May 14 15:17:35.871 INFO O| May 14 15:17:35.871 INFO STEP 198 (remove_files) COMPLETE
54092026-05-14T15:17:38.122Z[ recovery-image] May 14 15:17:35.871 INFO O| May 14 15:17:35.871 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54102026-05-14T15:17:38.122Z[ recovery-image] May 14 15:17:35.880 INFO O| May 14 15:17:35.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
54112026-05-14T15:17:38.122Z[ recovery-image] May 14 15:17:35.880 INFO O| May 14 15:17:35.880 INFO STEP 199 (remove_files) COMPLETE
54122026-05-14T15:17:38.122Z[ recovery-image] May 14 15:17:35.880 INFO O| May 14 15:17:35.880 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54132026-05-14T15:17:38.122Z[ recovery-image] May 14 15:17:35.891 INFO O| May 14 15:17:35.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
54142026-05-14T15:17:38.122Z[ recovery-image] May 14 15:17:35.891 INFO O| May 14 15:17:35.891 INFO STEP 200 (remove_files) COMPLETE
54152026-05-14T15:17:38.122Z[ recovery-image] May 14 15:17:35.891 INFO O| May 14 15:17:35.891 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54162026-05-14T15:17:38.122Z[ recovery-image] May 14 15:17:35.901 INFO O| May 14 15:17:35.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
54172026-05-14T15:17:38.122Z[ recovery-image] May 14 15:17:35.901 INFO O| May 14 15:17:35.901 INFO STEP 201 (remove_files) COMPLETE
54182026-05-14T15:17:38.122Z[ recovery-image] May 14 15:17:35.901 INFO O| May 14 15:17:35.901 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54192026-05-14T15:17:38.122Z[ recovery-image] May 14 15:17:35.910 INFO O| May 14 15:17:35.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
54202026-05-14T15:17:38.122Z[ recovery-image] May 14 15:17:35.910 INFO O| May 14 15:17:35.910 INFO STEP 202 (remove_files) COMPLETE
54212026-05-14T15:17:38.122Z[ recovery-image] May 14 15:17:35.910 INFO O| May 14 15:17:35.910 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54222026-05-14T15:17:38.122Z[ recovery-image] May 14 15:17:35.920 INFO O| May 14 15:17:35.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
54232026-05-14T15:17:38.122Z[ recovery-image] May 14 15:17:35.920 INFO O| May 14 15:17:35.920 INFO STEP 203 (remove_files) COMPLETE
54242026-05-14T15:17:38.122Z[ recovery-image] May 14 15:17:35.920 INFO O| May 14 15:17:35.920 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54252026-05-14T15:17:38.122Z[ recovery-image] May 14 15:17:35.958 INFO O| May 14 15:17:35.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
54262026-05-14T15:17:38.123Z[ recovery-image] May 14 15:17:35.958 INFO O| May 14 15:17:35.958 INFO STEP 204 (remove_files) COMPLETE
54272026-05-14T15:17:38.123Z[ recovery-image] May 14 15:17:35.958 INFO O| May 14 15:17:35.958 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54282026-05-14T15:17:38.123Z[ recovery-image] May 14 15:17:35.968 INFO O| May 14 15:17:35.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
54292026-05-14T15:17:38.123Z[ recovery-image] May 14 15:17:35.968 INFO O| May 14 15:17:35.968 INFO STEP 205 (remove_files) COMPLETE
54302026-05-14T15:17:38.123Z[ recovery-image] May 14 15:17:35.968 INFO O| May 14 15:17:35.968 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54312026-05-14T15:17:38.123Z[ recovery-image] May 14 15:17:35.976 INFO O| May 14 15:17:35.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
54322026-05-14T15:17:38.123Z[ recovery-image] May 14 15:17:35.976 INFO O| May 14 15:17:35.976 INFO STEP 206 (remove_files) COMPLETE
54332026-05-14T15:17:38.123Z[ recovery-image] May 14 15:17:35.976 INFO O| May 14 15:17:35.976 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54342026-05-14T15:17:38.123Z[ recovery-image] May 14 15:17:35.985 INFO O| May 14 15:17:35.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
54352026-05-14T15:17:38.123Z[ recovery-image] May 14 15:17:35.985 INFO O| May 14 15:17:35.985 INFO STEP 207 (remove_files) COMPLETE
54362026-05-14T15:17:38.123Z[ recovery-image] May 14 15:17:35.985 INFO O| May 14 15:17:35.985 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54372026-05-14T15:17:38.123Z[ recovery-image] May 14 15:17:35.993 INFO O| May 14 15:17:35.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
54382026-05-14T15:17:38.123Z[ recovery-image] May 14 15:17:35.993 INFO O| May 14 15:17:35.993 INFO STEP 208 (remove_files) COMPLETE
54392026-05-14T15:17:38.123Z[ recovery-image] May 14 15:17:35.993 INFO O| May 14 15:17:35.993 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54402026-05-14T15:17:38.123Z[ recovery-image] May 14 15:17:36.001 INFO O| May 14 15:17:36.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
54412026-05-14T15:17:38.123Z[ recovery-image] May 14 15:17:36.001 INFO O| May 14 15:17:36.001 INFO STEP 209 (remove_files) COMPLETE
54422026-05-14T15:17:38.123Z[ recovery-image] May 14 15:17:36.001 INFO O| May 14 15:17:36.001 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54432026-05-14T15:17:38.123Z[ recovery-image] May 14 15:17:36.009 INFO O| May 14 15:17:36.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
54442026-05-14T15:17:38.128Z[ recovery-image] May 14 15:17:36.009 INFO O| May 14 15:17:36.009 INFO STEP 210 (remove_files) COMPLETE
54452026-05-14T15:17:38.128Z[ recovery-image] May 14 15:17:36.009 INFO O| May 14 15:17:36.009 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54462026-05-14T15:17:38.128Z[ recovery-image] May 14 15:17:36.018 INFO O| May 14 15:17:36.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
54472026-05-14T15:17:38.128Z[ recovery-image] May 14 15:17:36.018 INFO O| May 14 15:17:36.018 INFO STEP 211 (remove_files) COMPLETE
54482026-05-14T15:17:38.128Z[ recovery-image] May 14 15:17:36.018 INFO O| May 14 15:17:36.018 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54492026-05-14T15:17:38.128Z[ recovery-image] May 14 15:17:36.046 INFO O| May 14 15:17:36.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
54502026-05-14T15:17:38.128Z[ recovery-image] May 14 15:17:36.046 INFO O| May 14 15:17:36.046 INFO STEP 212 (remove_files) COMPLETE
54512026-05-14T15:17:38.129Z[ recovery-image] May 14 15:17:36.046 INFO O| May 14 15:17:36.046 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54522026-05-14T15:17:38.129Z[ recovery-image] May 14 15:17:37.239 INFO O| May 14 15:17:36.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
54532026-05-14T15:17:38.129Z[ recovery-image] May 14 15:17:37.239 INFO O| May 14 15:17:36.068 INFO STEP 213 (remove_files) COMPLETE
54542026-05-14T15:17:38.129Z[ recovery-image] May 14 15:17:37.239 INFO O| May 14 15:17:36.068 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54552026-05-14T15:17:38.129Z[ recovery-image] May 14 15:17:37.239 INFO O| May 14 15:17:36.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
54562026-05-14T15:17:38.129Z[ recovery-image] May 14 15:17:37.239 INFO O| May 14 15:17:36.077 INFO STEP 214 (remove_files) COMPLETE
54572026-05-14T15:17:38.129Z[ recovery-image] May 14 15:17:37.239 INFO O| May 14 15:17:36.077 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54582026-05-14T15:17:38.129Z[ recovery-image] May 14 15:17:37.239 INFO O| May 14 15:17:36.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
54592026-05-14T15:17:38.129Z[ recovery-image] May 14 15:17:37.239 INFO O| May 14 15:17:36.085 INFO STEP 215 (remove_files) COMPLETE
54602026-05-14T15:17:38.129Z[ recovery-image] May 14 15:17:37.239 INFO O| May 14 15:17:36.085 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54612026-05-14T15:17:38.129Z[ recovery-image] May 14 15:17:37.239 INFO O| May 14 15:17:36.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
54622026-05-14T15:17:38.129Z[ recovery-image] May 14 15:17:37.239 INFO O| May 14 15:17:36.092 INFO STEP 216 (remove_files) COMPLETE
54632026-05-14T15:17:38.129Z[ recovery-image] May 14 15:17:37.239 INFO O| May 14 15:17:36.092 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54642026-05-14T15:17:38.129Z[ recovery-image] May 14 15:17:37.239 INFO O| May 14 15:17:36.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
54652026-05-14T15:17:38.129Z[ recovery-image] May 14 15:17:37.239 INFO O| May 14 15:17:36.100 INFO STEP 217 (remove_files) COMPLETE
54662026-05-14T15:17:38.129Z[ recovery-image] May 14 15:17:37.239 INFO O| May 14 15:17:36.100 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54672026-05-14T15:17:38.129Z[ recovery-image] May 14 15:17:37.239 INFO O| May 14 15:17:36.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
54682026-05-14T15:17:38.129Z[ recovery-image] May 14 15:17:37.239 INFO O| May 14 15:17:36.107 INFO STEP 218 (remove_files) COMPLETE
54692026-05-14T15:17:38.129Z[ recovery-image] May 14 15:17:37.239 INFO O| May 14 15:17:36.107 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54702026-05-14T15:17:38.129Z[ recovery-image] May 14 15:17:37.239 INFO O| May 14 15:17:36.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
54712026-05-14T15:17:38.129Z[ recovery-image] May 14 15:17:37.239 INFO O| May 14 15:17:36.116 INFO STEP 219 (remove_files) COMPLETE
54722026-05-14T15:17:38.129Z[ recovery-image] May 14 15:17:37.239 INFO O| May 14 15:17:36.116 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54732026-05-14T15:17:38.129Z[ recovery-image] May 14 15:17:37.239 INFO O| May 14 15:17:36.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
54742026-05-14T15:17:38.130Z[ recovery-image] May 14 15:17:37.239 INFO O| May 14 15:17:36.123 INFO STEP 220 (remove_files) COMPLETE
54752026-05-14T15:17:38.130Z[ recovery-image] May 14 15:17:37.239 INFO O| May 14 15:17:36.123 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54762026-05-14T15:17:38.130Z[ recovery-image] May 14 15:17:37.239 INFO O| May 14 15:17:36.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
54772026-05-14T15:17:38.130Z[ recovery-image] May 14 15:17:37.239 INFO O| May 14 15:17:36.133 INFO STEP 221 (remove_files) COMPLETE
54782026-05-14T15:17:38.130Z[ recovery-image] May 14 15:17:37.239 INFO O| May 14 15:17:36.133 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54792026-05-14T15:17:38.130Z[ recovery-image] May 14 15:17:37.239 INFO O| May 14 15:17:36.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
54802026-05-14T15:17:38.130Z[ recovery-image] May 14 15:17:37.239 INFO O| May 14 15:17:36.143 INFO STEP 222 (remove_files) COMPLETE
54812026-05-14T15:17:38.130Z[ recovery-image] May 14 15:17:37.239 INFO O| May 14 15:17:36.143 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54822026-05-14T15:17:38.130Z[ recovery-image] May 14 15:17:37.239 INFO O| May 14 15:17:36.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
54832026-05-14T15:17:38.130Z[ recovery-image] May 14 15:17:37.239 INFO O| May 14 15:17:36.152 INFO STEP 223 (remove_files) COMPLETE
54842026-05-14T15:17:38.130Z[ recovery-image] May 14 15:17:37.239 INFO O| May 14 15:17:36.152 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54852026-05-14T15:17:38.130Z[ recovery-image] May 14 15:17:37.239 INFO O| May 14 15:17:36.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
54862026-05-14T15:17:38.130Z[ recovery-image] May 14 15:17:37.239 INFO O| May 14 15:17:36.160 INFO STEP 224 (remove_files) COMPLETE
54872026-05-14T15:17:38.130Z[ recovery-image] May 14 15:17:37.239 INFO O| May 14 15:17:36.160 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54882026-05-14T15:17:38.130Z[ recovery-image] May 14 15:17:37.239 INFO O| May 14 15:17:36.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
54892026-05-14T15:17:38.130Z[ recovery-image] May 14 15:17:37.239 INFO O| May 14 15:17:36.168 INFO STEP 225 (remove_files) COMPLETE
54902026-05-14T15:17:38.130Z[ recovery-image] May 14 15:17:37.239 INFO O| May 14 15:17:36.168 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54912026-05-14T15:17:38.130Z[ recovery-image] May 14 15:17:37.239 INFO O| May 14 15:17:36.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
54922026-05-14T15:17:38.130Z[ recovery-image] May 14 15:17:37.239 INFO O| May 14 15:17:36.176 INFO STEP 226 (remove_files) COMPLETE
54932026-05-14T15:17:38.130Z[ recovery-image] May 14 15:17:37.239 INFO O| May 14 15:17:36.176 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54942026-05-14T15:17:38.130Z[ recovery-image] May 14 15:17:37.239 INFO O| May 14 15:17:36.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
54952026-05-14T15:17:38.130Z[ recovery-image] May 14 15:17:37.239 INFO O| May 14 15:17:36.184 INFO STEP 227 (remove_files) COMPLETE
54962026-05-14T15:17:38.130Z[ recovery-image] May 14 15:17:37.239 INFO O| May 14 15:17:36.184 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54972026-05-14T15:17:38.130Z[ recovery-image] May 14 15:17:37.239 INFO O| May 14 15:17:36.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
54982026-05-14T15:17:38.130Z[ recovery-image] May 14 15:17:37.239 INFO O| May 14 15:17:36.208 INFO STEP 228 (remove_files) COMPLETE
54992026-05-14T15:17:38.131Z[ recovery-image] May 14 15:17:37.239 INFO O| May 14 15:17:36.208 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55002026-05-14T15:17:38.131Z[ recovery-image] May 14 15:17:37.239 INFO O| May 14 15:17:36.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
55012026-05-14T15:17:38.131Z[ recovery-image] May 14 15:17:37.239 INFO O| May 14 15:17:36.218 INFO STEP 229 (remove_files) COMPLETE
55022026-05-14T15:17:38.131Z[ recovery-image] May 14 15:17:37.239 INFO O| May 14 15:17:36.218 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55032026-05-14T15:17:38.131Z[ recovery-image] May 14 15:17:37.239 INFO O| May 14 15:17:36.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
55042026-05-14T15:17:38.131Z[ recovery-image] May 14 15:17:37.239 INFO O| May 14 15:17:36.228 INFO STEP 230 (remove_files) COMPLETE
55052026-05-14T15:17:38.131Z[ recovery-image] May 14 15:17:37.239 INFO O| May 14 15:17:36.228 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55062026-05-14T15:17:38.131Z[ recovery-image] May 14 15:17:37.239 INFO O| May 14 15:17:36.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
55072026-05-14T15:17:38.131Z[ recovery-image] May 14 15:17:37.239 INFO O| May 14 15:17:36.248 INFO STEP 231 (remove_files) COMPLETE
55082026-05-14T15:17:38.131Z[ recovery-image] May 14 15:17:37.239 INFO O| May 14 15:17:36.248 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55092026-05-14T15:17:38.131Z[ recovery-image] May 14 15:17:37.239 INFO O| May 14 15:17:36.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
55102026-05-14T15:17:38.131Z[ recovery-image] May 14 15:17:37.239 INFO O| May 14 15:17:36.260 INFO STEP 232 (remove_files) COMPLETE
55112026-05-14T15:17:38.131Z[ recovery-image] May 14 15:17:37.239 INFO O| May 14 15:17:36.260 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55122026-05-14T15:17:38.131Z[ recovery-image] May 14 15:17:37.239 INFO O| May 14 15:17:36.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
55132026-05-14T15:17:38.131Z[ recovery-image] May 14 15:17:37.239 INFO O| May 14 15:17:36.269 INFO STEP 233 (remove_files) COMPLETE
55142026-05-14T15:17:38.131Z[ recovery-image] May 14 15:17:37.239 INFO O| May 14 15:17:36.269 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55152026-05-14T15:17:38.131Z[ recovery-image] May 14 15:17:37.239 INFO O| May 14 15:17:36.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
55162026-05-14T15:17:38.131Z[ recovery-image] May 14 15:17:37.239 INFO O| May 14 15:17:36.278 INFO STEP 234 (remove_files) COMPLETE
55172026-05-14T15:17:38.131Z[ recovery-image] May 14 15:17:37.239 INFO O| May 14 15:17:36.278 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55182026-05-14T15:17:38.131Z[ recovery-image] May 14 15:17:37.404 INFO O| May 14 15:17:36.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
55192026-05-14T15:17:38.131Z[ recovery-image] May 14 15:17:37.404 INFO O| May 14 15:17:36.286 INFO STEP 235 (remove_files) COMPLETE
55202026-05-14T15:17:38.131Z[ recovery-image] May 14 15:17:37.404 INFO O| May 14 15:17:36.286 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55212026-05-14T15:17:38.131Z[ recovery-image] May 14 15:17:37.404 INFO O| May 14 15:17:36.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
55222026-05-14T15:17:38.131Z[ recovery-image] May 14 15:17:37.404 INFO O| May 14 15:17:36.295 INFO STEP 236 (remove_files) COMPLETE
55232026-05-14T15:17:38.132Z[ recovery-image] May 14 15:17:37.404 INFO O| May 14 15:17:36.295 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55242026-05-14T15:17:38.132Z[ recovery-image] May 14 15:17:37.404 INFO O| May 14 15:17:36.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
55252026-05-14T15:17:38.132Z[ recovery-image] May 14 15:17:37.404 INFO O| May 14 15:17:36.303 INFO STEP 237 (remove_files) COMPLETE
55262026-05-14T15:17:38.132Z[ recovery-image] May 14 15:17:37.404 INFO O| May 14 15:17:36.303 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55272026-05-14T15:17:38.132Z[ recovery-image] May 14 15:17:37.404 INFO O| May 14 15:17:36.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
55282026-05-14T15:17:38.132Z[ recovery-image] May 14 15:17:37.404 INFO O| May 14 15:17:36.311 INFO STEP 238 (remove_files) COMPLETE
55292026-05-14T15:17:38.132Z[ recovery-image] May 14 15:17:37.404 INFO O| May 14 15:17:36.311 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55302026-05-14T15:17:38.132Z[ recovery-image] May 14 15:17:37.404 INFO O| May 14 15:17:36.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
55312026-05-14T15:17:38.132Z[ recovery-image] May 14 15:17:37.404 INFO O| May 14 15:17:36.319 INFO STEP 239 (remove_files) COMPLETE
55322026-05-14T15:17:38.132Z[ recovery-image] May 14 15:17:37.404 INFO O| May 14 15:17:36.319 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55332026-05-14T15:17:38.132Z[ recovery-image] May 14 15:17:37.404 INFO O| May 14 15:17:36.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
55342026-05-14T15:17:38.132Z[ recovery-image] May 14 15:17:37.404 INFO O| May 14 15:17:36.326 INFO STEP 240 (remove_files) COMPLETE
55352026-05-14T15:17:38.132Z[ recovery-image] May 14 15:17:37.404 INFO O| May 14 15:17:36.326 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55362026-05-14T15:17:38.132Z[ recovery-image] May 14 15:17:37.404 INFO O| May 14 15:17:36.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
55372026-05-14T15:17:38.132Z[ recovery-image] May 14 15:17:37.404 INFO O| May 14 15:17:36.335 INFO STEP 241 (remove_files) COMPLETE
55382026-05-14T15:17:38.132Z[ recovery-image] May 14 15:17:37.404 INFO O| May 14 15:17:36.335 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55392026-05-14T15:17:38.132Z[ recovery-image] May 14 15:17:37.404 INFO O| May 14 15:17:36.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
55402026-05-14T15:17:38.132Z[ recovery-image] May 14 15:17:37.404 INFO O| May 14 15:17:36.343 INFO STEP 242 (remove_files) COMPLETE
55412026-05-14T15:17:38.132Z[ recovery-image] May 14 15:17:37.404 INFO O| May 14 15:17:36.343 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55422026-05-14T15:17:38.132Z[ recovery-image] May 14 15:17:37.404 INFO O| May 14 15:17:36.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
55432026-05-14T15:17:38.132Z[ recovery-image] May 14 15:17:37.404 INFO O| May 14 15:17:36.351 INFO STEP 243 (remove_files) COMPLETE
55442026-05-14T15:17:38.137Z[ recovery-image] May 14 15:17:37.404 INFO O| May 14 15:17:36.351 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55452026-05-14T15:17:38.137Z[ recovery-image] May 14 15:17:37.404 INFO O| May 14 15:17:36.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
55462026-05-14T15:17:38.138Z[ recovery-image] May 14 15:17:37.404 INFO O| May 14 15:17:36.360 INFO STEP 244 (remove_files) COMPLETE
55472026-05-14T15:17:38.138Z[ recovery-image] May 14 15:17:37.404 INFO O| May 14 15:17:36.360 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55482026-05-14T15:17:38.138Z[ recovery-image] May 14 15:17:37.404 INFO O| May 14 15:17:36.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
55492026-05-14T15:17:38.138Z[ recovery-image] May 14 15:17:37.404 INFO O| May 14 15:17:36.368 INFO STEP 245 (remove_files) COMPLETE
55502026-05-14T15:17:38.138Z[ recovery-image] May 14 15:17:37.404 INFO O| May 14 15:17:36.368 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55512026-05-14T15:17:38.138Z[ recovery-image] May 14 15:17:37.404 INFO O| May 14 15:17:36.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
55522026-05-14T15:17:38.138Z[ recovery-image] May 14 15:17:37.404 INFO O| May 14 15:17:36.375 INFO STEP 246 (remove_files) COMPLETE
55532026-05-14T15:17:38.138Z[ recovery-image] May 14 15:17:37.404 INFO O| May 14 15:17:36.375 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55542026-05-14T15:17:38.138Z[ recovery-image] May 14 15:17:37.404 INFO O| May 14 15:17:36.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
55552026-05-14T15:17:38.138Z[ recovery-image] May 14 15:17:37.404 INFO O| May 14 15:17:36.382 INFO STEP 247 (remove_files) COMPLETE
55562026-05-14T15:17:38.138Z[ recovery-image] May 14 15:17:37.404 INFO O| May 14 15:17:36.382 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55572026-05-14T15:17:38.138Z[ recovery-image] May 14 15:17:37.404 INFO O| May 14 15:17:36.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
55582026-05-14T15:17:38.138Z[ recovery-image] May 14 15:17:37.404 INFO O| May 14 15:17:36.390 INFO STEP 248 (remove_files) COMPLETE
55592026-05-14T15:17:38.138Z[ recovery-image] May 14 15:17:37.404 INFO O| May 14 15:17:36.390 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55602026-05-14T15:17:38.138Z[ recovery-image] May 14 15:17:37.404 INFO O| May 14 15:17:36.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
55612026-05-14T15:17:38.138Z[ recovery-image] May 14 15:17:37.404 INFO O| May 14 15:17:36.397 INFO STEP 249 (remove_files) COMPLETE
55622026-05-14T15:17:38.138Z[ recovery-image] May 14 15:17:37.404 INFO O| May 14 15:17:36.397 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55632026-05-14T15:17:38.138Z[ recovery-image] May 14 15:17:37.404 INFO O| May 14 15:17:36.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
55642026-05-14T15:17:38.138Z[ recovery-image] May 14 15:17:37.404 INFO O| May 14 15:17:36.406 INFO STEP 250 (remove_files) COMPLETE
55652026-05-14T15:17:38.138Z[ recovery-image] May 14 15:17:37.404 INFO O| May 14 15:17:36.406 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55662026-05-14T15:17:38.138Z[ recovery-image] May 14 15:17:37.404 INFO O| May 14 15:17:36.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
55672026-05-14T15:17:38.138Z[ recovery-image] May 14 15:17:37.404 INFO O| May 14 15:17:36.414 INFO STEP 251 (remove_files) COMPLETE
55682026-05-14T15:17:38.138Z[ recovery-image] May 14 15:17:37.404 INFO O| May 14 15:17:36.414 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55692026-05-14T15:17:38.138Z[ recovery-image] May 14 15:17:37.404 INFO O| May 14 15:17:36.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
55702026-05-14T15:17:38.138Z[ recovery-image] May 14 15:17:37.404 INFO O| May 14 15:17:36.422 INFO STEP 252 (remove_files) COMPLETE
55712026-05-14T15:17:38.138Z[ recovery-image] May 14 15:17:37.404 INFO O| May 14 15:17:36.422 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55722026-05-14T15:17:38.138Z[ recovery-image] May 14 15:17:37.404 INFO O| May 14 15:17:36.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
55732026-05-14T15:17:38.138Z[ recovery-image] May 14 15:17:37.404 INFO O| May 14 15:17:36.431 INFO STEP 253 (remove_files) COMPLETE
55742026-05-14T15:17:38.138Z[ recovery-image] May 14 15:17:37.404 INFO O| May 14 15:17:36.431 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55752026-05-14T15:17:38.138Z[ recovery-image] May 14 15:17:37.404 INFO O| May 14 15:17:36.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
55762026-05-14T15:17:38.138Z[ recovery-image] May 14 15:17:37.404 INFO O| May 14 15:17:36.441 INFO STEP 254 (remove_files) COMPLETE
55772026-05-14T15:17:38.139Z[ recovery-image] May 14 15:17:37.404 INFO O| May 14 15:17:36.441 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55782026-05-14T15:17:38.139Z[ recovery-image] May 14 15:17:37.404 INFO O| May 14 15:17:36.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
55792026-05-14T15:17:38.139Z[ recovery-image] May 14 15:17:37.404 INFO O| May 14 15:17:36.490 INFO STEP 255 (remove_files) COMPLETE
55802026-05-14T15:17:38.139Z[ recovery-image] May 14 15:17:37.404 INFO O| May 14 15:17:36.490 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55812026-05-14T15:17:38.139Z[ recovery-image] May 14 15:17:37.404 INFO O| May 14 15:17:36.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
55822026-05-14T15:17:38.139Z[ recovery-image] May 14 15:17:37.404 INFO O| May 14 15:17:36.499 INFO STEP 256 (remove_files) COMPLETE
55832026-05-14T15:17:38.139Z[ recovery-image] May 14 15:17:37.404 INFO O| May 14 15:17:36.499 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55842026-05-14T15:17:38.139Z[ recovery-image] May 14 15:17:37.411 INFO O| May 14 15:17:36.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
55852026-05-14T15:17:38.139Z[ recovery-image] May 14 15:17:37.411 INFO O| May 14 15:17:36.507 INFO STEP 257 (remove_files) COMPLETE
55862026-05-14T15:17:38.139Z[ recovery-image] May 14 15:17:37.411 INFO O| May 14 15:17:36.507 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55872026-05-14T15:17:38.139Z[ recovery-image] May 14 15:17:37.411 INFO O| May 14 15:17:36.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
55882026-05-14T15:17:38.139Z[ recovery-image] May 14 15:17:37.411 INFO O| May 14 15:17:36.515 INFO STEP 258 (remove_files) COMPLETE
55892026-05-14T15:17:38.139Z[ recovery-image] May 14 15:17:37.411 INFO O| May 14 15:17:36.515 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55902026-05-14T15:17:38.139Z[ recovery-image] May 14 15:17:37.411 INFO O| May 14 15:17:36.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
55912026-05-14T15:17:38.139Z[ recovery-image] May 14 15:17:37.411 INFO O| May 14 15:17:36.523 INFO STEP 259 (remove_files) COMPLETE
55922026-05-14T15:17:38.139Z[ recovery-image] May 14 15:17:37.411 INFO O| May 14 15:17:36.523 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55932026-05-14T15:17:38.139Z[ recovery-image] May 14 15:17:37.411 INFO O| May 14 15:17:36.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
55942026-05-14T15:17:38.139Z[ recovery-image] May 14 15:17:37.411 INFO O| May 14 15:17:36.532 INFO STEP 260 (remove_files) COMPLETE
55952026-05-14T15:17:38.139Z[ recovery-image] May 14 15:17:37.411 INFO O| May 14 15:17:36.532 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55962026-05-14T15:17:38.139Z[ recovery-image] May 14 15:17:37.411 INFO O| May 14 15:17:36.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
55972026-05-14T15:17:38.139Z[ recovery-image] May 14 15:17:37.411 INFO O| May 14 15:17:36.541 INFO STEP 261 (remove_files) COMPLETE
55982026-05-14T15:17:38.139Z[ recovery-image] May 14 15:17:37.411 INFO O| May 14 15:17:36.541 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55992026-05-14T15:17:38.139Z[ recovery-image] May 14 15:17:37.411 INFO O| May 14 15:17:36.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
56002026-05-14T15:17:38.139Z[ recovery-image] May 14 15:17:37.411 INFO O| May 14 15:17:36.549 INFO STEP 262 (remove_files) COMPLETE
56012026-05-14T15:17:38.139Z[ recovery-image] May 14 15:17:37.411 INFO O| May 14 15:17:36.549 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56022026-05-14T15:17:38.139Z[ recovery-image] May 14 15:17:37.411 INFO O| May 14 15:17:36.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
56032026-05-14T15:17:38.139Z[ recovery-image] May 14 15:17:37.411 INFO O| May 14 15:17:36.559 INFO STEP 263 (remove_files) COMPLETE
56042026-05-14T15:17:38.139Z[ recovery-image] May 14 15:17:37.411 INFO O| May 14 15:17:36.559 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56052026-05-14T15:17:38.139Z[ recovery-image] May 14 15:17:37.411 INFO O| May 14 15:17:36.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
56062026-05-14T15:17:38.139Z[ recovery-image] May 14 15:17:37.411 INFO O| May 14 15:17:36.566 INFO STEP 264 (remove_files) COMPLETE
56072026-05-14T15:17:38.139Z[ recovery-image] May 14 15:17:37.411 INFO O| May 14 15:17:36.566 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56082026-05-14T15:17:38.139Z[ recovery-image] May 14 15:17:37.411 INFO O| May 14 15:17:36.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
56092026-05-14T15:17:38.139Z[ recovery-image] May 14 15:17:37.411 INFO O| May 14 15:17:36.574 INFO STEP 265 (remove_files) COMPLETE
56102026-05-14T15:17:38.139Z[ recovery-image] May 14 15:17:37.411 INFO O| May 14 15:17:36.574 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56112026-05-14T15:17:38.139Z[ recovery-image] May 14 15:17:37.411 INFO O| May 14 15:17:36.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
56122026-05-14T15:17:38.139Z[ recovery-image] May 14 15:17:37.411 INFO O| May 14 15:17:36.582 INFO STEP 266 (remove_files) COMPLETE
56132026-05-14T15:17:38.140Z[ recovery-image] May 14 15:17:37.411 INFO O| May 14 15:17:36.582 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56142026-05-14T15:17:38.140Z[ recovery-image] May 14 15:17:37.411 INFO O| May 14 15:17:36.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
56152026-05-14T15:17:38.140Z[ recovery-image] May 14 15:17:37.411 INFO O| May 14 15:17:36.590 INFO STEP 267 (remove_files) COMPLETE
56162026-05-14T15:17:38.140Z[ recovery-image] May 14 15:17:37.411 INFO O| May 14 15:17:36.590 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56172026-05-14T15:17:38.140Z[ recovery-image] May 14 15:17:37.411 INFO O| May 14 15:17:36.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
56182026-05-14T15:17:38.140Z[ recovery-image] May 14 15:17:37.411 INFO O| May 14 15:17:36.598 INFO STEP 268 (remove_files) COMPLETE
56192026-05-14T15:17:38.140Z[ recovery-image] May 14 15:17:37.411 INFO O| May 14 15:17:36.598 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56202026-05-14T15:17:38.140Z[ recovery-image] May 14 15:17:37.411 INFO O| May 14 15:17:36.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
56212026-05-14T15:17:38.140Z[ recovery-image] May 14 15:17:37.411 INFO O| May 14 15:17:36.608 INFO STEP 269 (remove_files) COMPLETE
56222026-05-14T15:17:38.140Z[ recovery-image] May 14 15:17:37.411 INFO O| May 14 15:17:37.239 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56232026-05-14T15:17:38.140Z[ recovery-image] May 14 15:17:37.411 INFO O| May 14 15:17:37.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
56242026-05-14T15:17:38.140Z[ recovery-image] May 14 15:17:37.411 INFO O| May 14 15:17:37.249 INFO STEP 270 (remove_files) COMPLETE
56252026-05-14T15:17:38.140Z[ recovery-image] May 14 15:17:37.411 INFO O| May 14 15:17:37.249 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56262026-05-14T15:17:38.140Z[ recovery-image] May 14 15:17:37.411 INFO O| May 14 15:17:37.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
56272026-05-14T15:17:38.140Z[ recovery-image] May 14 15:17:37.411 INFO O| May 14 15:17:37.257 INFO STEP 271 (remove_files) COMPLETE
56282026-05-14T15:17:38.140Z[ recovery-image] May 14 15:17:37.411 INFO O| May 14 15:17:37.257 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56292026-05-14T15:17:38.140Z[ recovery-image] May 14 15:17:37.411 INFO O| May 14 15:17:37.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
56302026-05-14T15:17:38.140Z[ recovery-image] May 14 15:17:37.411 INFO O| May 14 15:17:37.264 INFO STEP 272 (remove_files) COMPLETE
56312026-05-14T15:17:38.140Z[ recovery-image] May 14 15:17:37.411 INFO O| May 14 15:17:37.264 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56322026-05-14T15:17:38.140Z[ recovery-image] May 14 15:17:37.411 INFO O| May 14 15:17:37.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
56332026-05-14T15:17:38.140Z[ recovery-image] May 14 15:17:37.411 INFO O| May 14 15:17:37.271 INFO STEP 273 (remove_files) COMPLETE
56342026-05-14T15:17:38.140Z[ recovery-image] May 14 15:17:37.411 INFO O| May 14 15:17:37.271 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56352026-05-14T15:17:38.140Z[ recovery-image] May 14 15:17:37.411 INFO O| May 14 15:17:37.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
56362026-05-14T15:17:38.140Z[ recovery-image] May 14 15:17:37.411 INFO O| May 14 15:17:37.278 INFO STEP 274 (remove_files) COMPLETE
56372026-05-14T15:17:38.140Z[ recovery-image] May 14 15:17:37.411 INFO O| May 14 15:17:37.278 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56382026-05-14T15:17:38.140Z[ recovery-image] May 14 15:17:37.411 INFO O| May 14 15:17:37.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
56392026-05-14T15:17:38.140Z[ recovery-image] May 14 15:17:37.411 INFO O| May 14 15:17:37.285 INFO STEP 275 (remove_files) COMPLETE
56402026-05-14T15:17:38.141Z[ recovery-image] May 14 15:17:37.411 INFO O| May 14 15:17:37.285 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56412026-05-14T15:17:38.141Z[ recovery-image] May 14 15:17:37.411 INFO O| May 14 15:17:37.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
56422026-05-14T15:17:38.141Z[ recovery-image] May 14 15:17:37.411 INFO O| May 14 15:17:37.292 INFO STEP 276 (remove_files) COMPLETE
56432026-05-14T15:17:38.141Z[ recovery-image] May 14 15:17:37.411 INFO O| May 14 15:17:37.292 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56442026-05-14T15:17:38.145Z[ recovery-image] May 14 15:17:37.411 INFO O| May 14 15:17:37.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
56452026-05-14T15:17:38.145Z[ recovery-image] May 14 15:17:37.411 INFO O| May 14 15:17:37.299 INFO STEP 277 (remove_files) COMPLETE
56462026-05-14T15:17:38.145Z[ recovery-image] May 14 15:17:37.411 INFO O| May 14 15:17:37.299 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56472026-05-14T15:17:38.145Z[ recovery-image] May 14 15:17:37.411 INFO O| May 14 15:17:37.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
56482026-05-14T15:17:38.146Z[ recovery-image] May 14 15:17:37.411 INFO O| May 14 15:17:37.306 INFO STEP 278 (remove_files) COMPLETE
56492026-05-14T15:17:38.146Z[ recovery-image] May 14 15:17:37.411 INFO O| May 14 15:17:37.306 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56502026-05-14T15:17:38.146Z[ recovery-image] May 14 15:17:37.414 INFO O| May 14 15:17:37.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
56512026-05-14T15:17:38.146Z[ recovery-image] May 14 15:17:37.414 INFO O| May 14 15:17:37.313 INFO STEP 279 (remove_files) COMPLETE
56522026-05-14T15:17:38.146Z[ recovery-image] May 14 15:17:37.414 INFO O| May 14 15:17:37.313 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56532026-05-14T15:17:38.146Z[ recovery-image] May 14 15:17:37.414 INFO O| May 14 15:17:37.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
56542026-05-14T15:17:38.146Z[ recovery-image] May 14 15:17:37.414 INFO O| May 14 15:17:37.322 INFO STEP 280 (remove_files) COMPLETE
56552026-05-14T15:17:38.146Z[ recovery-image] May 14 15:17:37.414 INFO O| May 14 15:17:37.322 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56562026-05-14T15:17:38.146Z[ recovery-image] May 14 15:17:37.414 INFO O| May 14 15:17:37.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
56572026-05-14T15:17:38.146Z[ recovery-image] May 14 15:17:37.414 INFO O| May 14 15:17:37.330 INFO STEP 281 (remove_files) COMPLETE
56582026-05-14T15:17:38.146Z[ recovery-image] May 14 15:17:37.414 INFO O| May 14 15:17:37.330 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56592026-05-14T15:17:38.146Z[ recovery-image] May 14 15:17:37.414 INFO O| May 14 15:17:37.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
56602026-05-14T15:17:38.146Z[ recovery-image] May 14 15:17:37.414 INFO O| May 14 15:17:37.339 INFO STEP 282 (remove_files) COMPLETE
56612026-05-14T15:17:38.146Z[ recovery-image] May 14 15:17:37.414 INFO O| May 14 15:17:37.339 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56622026-05-14T15:17:38.146Z[ recovery-image] May 14 15:17:37.414 INFO O| May 14 15:17:37.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
56632026-05-14T15:17:38.146Z[ recovery-image] May 14 15:17:37.414 INFO O| May 14 15:17:37.347 INFO STEP 283 (remove_files) COMPLETE
56642026-05-14T15:17:38.146Z[ recovery-image] May 14 15:17:37.414 INFO O| May 14 15:17:37.347 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56652026-05-14T15:17:38.146Z[ recovery-image] May 14 15:17:37.414 INFO O| May 14 15:17:37.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
56662026-05-14T15:17:38.146Z[ recovery-image] May 14 15:17:37.414 INFO O| May 14 15:17:37.355 INFO STEP 284 (remove_files) COMPLETE
56672026-05-14T15:17:38.146Z[ recovery-image] May 14 15:17:37.414 INFO O| May 14 15:17:37.355 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56682026-05-14T15:17:38.146Z[ recovery-image] May 14 15:17:37.414 INFO O| May 14 15:17:37.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
56692026-05-14T15:17:38.146Z[ recovery-image] May 14 15:17:37.414 INFO O| May 14 15:17:37.362 INFO STEP 285 (remove_files) COMPLETE
56702026-05-14T15:17:38.146Z[ recovery-image] May 14 15:17:37.414 INFO O| May 14 15:17:37.363 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56712026-05-14T15:17:38.146Z[ recovery-image] May 14 15:17:37.414 INFO O| May 14 15:17:37.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
56722026-05-14T15:17:38.147Z[ recovery-image] May 14 15:17:37.414 INFO O| May 14 15:17:37.370 INFO STEP 286 (remove_files) COMPLETE
56732026-05-14T15:17:38.147Z[ recovery-image] May 14 15:17:37.414 INFO O| May 14 15:17:37.370 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56742026-05-14T15:17:38.147Z[ recovery-image] May 14 15:17:37.414 INFO O| May 14 15:17:37.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
56752026-05-14T15:17:38.147Z[ recovery-image] May 14 15:17:37.414 INFO O| May 14 15:17:37.378 INFO STEP 287 (remove_files) COMPLETE
56762026-05-14T15:17:38.147Z[ recovery-image] May 14 15:17:37.414 INFO O| May 14 15:17:37.378 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56772026-05-14T15:17:38.147Z[ recovery-image] May 14 15:17:37.414 INFO O| May 14 15:17:37.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
56782026-05-14T15:17:38.147Z[ recovery-image] May 14 15:17:37.414 INFO O| May 14 15:17:37.386 INFO STEP 288 (remove_files) COMPLETE
56792026-05-14T15:17:38.147Z[ recovery-image] May 14 15:17:37.414 INFO O| May 14 15:17:37.386 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56802026-05-14T15:17:38.147Z[ recovery-image] May 14 15:17:37.414 INFO O| May 14 15:17:37.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
56812026-05-14T15:17:38.147Z[ recovery-image] May 14 15:17:37.414 INFO O| May 14 15:17:37.393 INFO STEP 289 (remove_files) COMPLETE
56822026-05-14T15:17:38.147Z[ recovery-image] May 14 15:17:37.414 INFO O| May 14 15:17:37.393 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56832026-05-14T15:17:38.147Z[ recovery-image] May 14 15:17:37.414 INFO O| May 14 15:17:37.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
56842026-05-14T15:17:38.147Z[ recovery-image] May 14 15:17:37.414 INFO O| May 14 15:17:37.402 INFO STEP 290 (remove_files) COMPLETE
56852026-05-14T15:17:38.147Z[ recovery-image] May 14 15:17:37.414 INFO O| May 14 15:17:37.402 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56862026-05-14T15:17:38.147Z[ recovery-image] May 14 15:17:37.414 INFO O| May 14 15:17:37.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
56872026-05-14T15:17:38.147Z[ recovery-image] May 14 15:17:37.414 INFO O| May 14 15:17:37.410 INFO STEP 291 (remove_files) COMPLETE
56882026-05-14T15:17:38.147Z[ recovery-image] May 14 15:17:37.414 INFO O| May 14 15:17:37.410 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56892026-05-14T15:17:38.147Z[ recovery-image] May 14 15:17:37.418 INFO O| May 14 15:17:37.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
56902026-05-14T15:17:38.147Z[ recovery-image] May 14 15:17:37.418 INFO O| May 14 15:17:37.418 INFO STEP 292 (remove_files) COMPLETE
56912026-05-14T15:17:38.147Z[ recovery-image] May 14 15:17:37.418 INFO O| May 14 15:17:37.418 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56922026-05-14T15:17:38.147Z[ recovery-image] May 14 15:17:37.426 INFO O| May 14 15:17:37.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
56932026-05-14T15:17:38.147Z[ recovery-image] May 14 15:17:37.426 INFO O| May 14 15:17:37.426 INFO STEP 293 (remove_files) COMPLETE
56942026-05-14T15:17:38.147Z[ recovery-image] May 14 15:17:37.426 INFO O| May 14 15:17:37.426 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56952026-05-14T15:17:38.147Z[ recovery-image] May 14 15:17:37.433 INFO O| May 14 15:17:37.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
56962026-05-14T15:17:38.147Z[ recovery-image] May 14 15:17:37.434 INFO O| May 14 15:17:37.433 INFO STEP 294 (remove_files) COMPLETE
56972026-05-14T15:17:38.147Z[ recovery-image] May 14 15:17:37.434 INFO O| May 14 15:17:37.434 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56982026-05-14T15:17:38.147Z[ recovery-image] May 14 15:17:37.441 INFO O| May 14 15:17:37.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
56992026-05-14T15:17:38.147Z[ recovery-image] May 14 15:17:37.441 INFO O| May 14 15:17:37.441 INFO STEP 295 (remove_files) COMPLETE
57002026-05-14T15:17:38.147Z[ recovery-image] May 14 15:17:37.441 INFO O| May 14 15:17:37.441 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57012026-05-14T15:17:38.147Z[ recovery-image] May 14 15:17:37.449 INFO O| May 14 15:17:37.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
57022026-05-14T15:17:38.147Z[ recovery-image] May 14 15:17:37.449 INFO O| May 14 15:17:37.449 INFO STEP 296 (remove_files) COMPLETE
57032026-05-14T15:17:38.147Z[ recovery-image] May 14 15:17:37.449 INFO O| May 14 15:17:37.449 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57042026-05-14T15:17:38.148Z[ recovery-image] May 14 15:17:37.456 INFO O| May 14 15:17:37.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
57052026-05-14T15:17:38.148Z[ recovery-image] May 14 15:17:37.456 INFO O| May 14 15:17:37.456 INFO STEP 297 (remove_files) COMPLETE
57062026-05-14T15:17:38.148Z[ recovery-image] May 14 15:17:37.456 INFO O| May 14 15:17:37.456 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57072026-05-14T15:17:38.148Z[ recovery-image] May 14 15:17:37.464 INFO O| May 14 15:17:37.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
57082026-05-14T15:17:38.148Z[ recovery-image] May 14 15:17:37.464 INFO O| May 14 15:17:37.464 INFO STEP 298 (remove_files) COMPLETE
57092026-05-14T15:17:38.148Z[ recovery-image] May 14 15:17:37.464 INFO O| May 14 15:17:37.464 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57102026-05-14T15:17:38.148Z[ recovery-image] May 14 15:17:37.472 INFO O| May 14 15:17:37.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
57112026-05-14T15:17:38.148Z[ recovery-image] May 14 15:17:37.472 INFO O| May 14 15:17:37.472 INFO STEP 299 (remove_files) COMPLETE
57122026-05-14T15:17:38.148Z[ recovery-image] May 14 15:17:37.472 INFO O| May 14 15:17:37.472 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57132026-05-14T15:17:38.148Z[ recovery-image] May 14 15:17:37.479 INFO O| May 14 15:17:37.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
57142026-05-14T15:17:38.148Z[ recovery-image] May 14 15:17:37.479 INFO O| May 14 15:17:37.479 INFO STEP 300 (remove_files) COMPLETE
57152026-05-14T15:17:38.148Z[ recovery-image] May 14 15:17:37.479 INFO O| May 14 15:17:37.479 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57162026-05-14T15:17:38.152Z[ recovery-image] May 14 15:17:37.488 INFO O| May 14 15:17:37.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
57172026-05-14T15:17:38.152Z[ recovery-image] May 14 15:17:37.488 INFO O| May 14 15:17:37.488 INFO STEP 301 (remove_files) COMPLETE
57182026-05-14T15:17:38.152Z[ recovery-image] May 14 15:17:37.488 INFO O| May 14 15:17:37.488 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57192026-05-14T15:17:38.157Z[ recovery-image] May 14 15:17:37.496 INFO O| May 14 15:17:37.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
57202026-05-14T15:17:38.157Z[ recovery-image] May 14 15:17:37.496 INFO O| May 14 15:17:37.496 INFO STEP 302 (remove_files) COMPLETE
57212026-05-14T15:17:38.157Z[ recovery-image] May 14 15:17:37.496 INFO O| May 14 15:17:37.496 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57222026-05-14T15:17:38.164Z[ recovery-image] May 14 15:17:37.504 INFO O| May 14 15:17:37.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
57232026-05-14T15:17:38.164Z[ recovery-image] May 14 15:17:37.504 INFO O| May 14 15:17:37.504 INFO STEP 303 (remove_files) COMPLETE
57242026-05-14T15:17:38.167Z[ recovery-image] May 14 15:17:37.505 INFO O| May 14 15:17:37.504 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57252026-05-14T15:17:38.173Z[ recovery-image] May 14 15:17:37.513 INFO O| May 14 15:17:37.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
57262026-05-14T15:17:38.173Z[ recovery-image] May 14 15:17:37.513 INFO O| May 14 15:17:37.513 INFO STEP 304 (remove_files) COMPLETE
57272026-05-14T15:17:38.176Z[ recovery-image] May 14 15:17:37.513 INFO O| May 14 15:17:37.513 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57282026-05-14T15:17:38.180Z[ recovery-image] May 14 15:17:37.521 INFO O| May 14 15:17:37.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
57292026-05-14T15:17:38.180Z[ recovery-image] May 14 15:17:37.521 INFO O| May 14 15:17:37.521 INFO STEP 305 (remove_files) COMPLETE
57302026-05-14T15:17:38.180Z[ recovery-image] May 14 15:17:37.521 INFO O| May 14 15:17:37.521 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57312026-05-14T15:17:38.188Z[ recovery-image] May 14 15:17:37.529 INFO O| May 14 15:17:37.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
57322026-05-14T15:17:38.188Z[ recovery-image] May 14 15:17:37.529 INFO O| May 14 15:17:37.529 INFO STEP 306 (remove_files) COMPLETE
57332026-05-14T15:17:38.191Z[ recovery-image] May 14 15:17:37.529 INFO O| May 14 15:17:37.529 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57342026-05-14T15:17:38.196Z[ recovery-image] May 14 15:17:37.536 INFO O| May 14 15:17:37.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
57352026-05-14T15:17:38.196Z[ recovery-image] May 14 15:17:37.536 INFO O| May 14 15:17:37.536 INFO STEP 307 (remove_files) COMPLETE
57362026-05-14T15:17:38.199Z[ recovery-image] May 14 15:17:37.536 INFO O| May 14 15:17:37.536 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57372026-05-14T15:17:38.203Z[ recovery-image] May 14 15:17:37.544 INFO O| May 14 15:17:37.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
57382026-05-14T15:17:38.203Z[ recovery-image] May 14 15:17:37.544 INFO O| May 14 15:17:37.544 INFO STEP 308 (remove_files) COMPLETE
57392026-05-14T15:17:38.204Z[ recovery-image] May 14 15:17:37.544 INFO O| May 14 15:17:37.544 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57402026-05-14T15:17:38.213Z[ recovery-image] May 14 15:17:37.552 INFO O| May 14 15:17:37.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
57412026-05-14T15:17:38.213Z[ recovery-image] May 14 15:17:37.552 INFO O| May 14 15:17:37.552 INFO STEP 309 (remove_files) COMPLETE
57422026-05-14T15:17:38.222Z[ recovery-image] May 14 15:17:37.552 INFO O| May 14 15:17:37.552 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57432026-05-14T15:17:38.222Z[ recovery-image] May 14 15:17:37.561 INFO O| May 14 15:17:37.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
57442026-05-14T15:17:38.222Z[ recovery-image] May 14 15:17:37.561 INFO O| May 14 15:17:37.561 INFO STEP 310 (remove_files) COMPLETE
57452026-05-14T15:17:38.222Z[ recovery-image] May 14 15:17:37.561 INFO O| May 14 15:17:37.561 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57462026-05-14T15:17:38.235Z[ recovery-image] May 14 15:17:37.570 INFO O| May 14 15:17:37.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
57472026-05-14T15:17:38.235Z[ recovery-image] May 14 15:17:37.570 INFO O| May 14 15:17:37.570 INFO STEP 311 (remove_files) COMPLETE
57482026-05-14T15:17:38.235Z[ recovery-image] May 14 15:17:37.570 INFO O| May 14 15:17:37.570 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57492026-05-14T15:17:38.238Z[ recovery-image] May 14 15:17:37.579 INFO O| May 14 15:17:37.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
57502026-05-14T15:17:38.238Z[ recovery-image] May 14 15:17:37.579 INFO O| May 14 15:17:37.579 INFO STEP 312 (remove_files) COMPLETE
57512026-05-14T15:17:38.241Z[ recovery-image] May 14 15:17:37.579 INFO O| May 14 15:17:37.579 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57522026-05-14T15:17:38.248Z[ recovery-image] May 14 15:17:37.588 INFO O| May 14 15:17:37.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
57532026-05-14T15:17:38.248Z[ recovery-image] May 14 15:17:37.588 INFO O| May 14 15:17:37.588 INFO STEP 313 (remove_files) COMPLETE
57542026-05-14T15:17:38.250Z[ recovery-image] May 14 15:17:37.588 INFO O| May 14 15:17:37.588 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57552026-05-14T15:17:38.257Z[ recovery-image] May 14 15:17:37.598 INFO O| May 14 15:17:37.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
57562026-05-14T15:17:38.257Z[ recovery-image] May 14 15:17:37.598 INFO O| May 14 15:17:37.598 INFO STEP 314 (remove_files) COMPLETE
57572026-05-14T15:17:38.260Z[ recovery-image] May 14 15:17:37.598 INFO O| May 14 15:17:37.598 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57582026-05-14T15:17:38.266Z[ recovery-image] May 14 15:17:37.607 INFO O| May 14 15:17:37.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
57592026-05-14T15:17:38.266Z[ recovery-image] May 14 15:17:37.607 INFO O| May 14 15:17:37.607 INFO STEP 315 (remove_files) COMPLETE
57602026-05-14T15:17:38.269Z[ recovery-image] May 14 15:17:37.607 INFO O| May 14 15:17:37.607 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57612026-05-14T15:17:38.275Z[ recovery-image] May 14 15:17:37.616 INFO O| May 14 15:17:37.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
57622026-05-14T15:17:38.275Z[ recovery-image] May 14 15:17:37.616 INFO O| May 14 15:17:37.616 INFO STEP 316 (remove_files) COMPLETE
57632026-05-14T15:17:38.275Z[ recovery-image] May 14 15:17:37.616 INFO O| May 14 15:17:37.616 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57642026-05-14T15:17:38.284Z[ recovery-image] May 14 15:17:37.625 INFO O| May 14 15:17:37.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
57652026-05-14T15:17:38.284Z[ recovery-image] May 14 15:17:37.625 INFO O| May 14 15:17:37.625 INFO STEP 317 (remove_files) COMPLETE
57662026-05-14T15:17:38.284Z[ recovery-image] May 14 15:17:37.625 INFO O| May 14 15:17:37.625 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57672026-05-14T15:17:38.293Z[ recovery-image] May 14 15:17:37.634 INFO O| May 14 15:17:37.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
57682026-05-14T15:17:38.293Z[ recovery-image] May 14 15:17:37.634 INFO O| May 14 15:17:37.634 INFO STEP 318 (remove_files) COMPLETE
57692026-05-14T15:17:38.293Z[ recovery-image] May 14 15:17:37.634 INFO O| May 14 15:17:37.634 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57702026-05-14T15:17:38.302Z[ recovery-image] May 14 15:17:37.642 INFO O| May 14 15:17:37.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
57712026-05-14T15:17:38.302Z[ recovery-image] May 14 15:17:37.642 INFO O| May 14 15:17:37.642 INFO STEP 319 (remove_files) COMPLETE
57722026-05-14T15:17:38.304Z[ recovery-image] May 14 15:17:37.642 INFO O| May 14 15:17:37.642 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57732026-05-14T15:17:38.313Z[ recovery-image] May 14 15:17:37.654 INFO O| May 14 15:17:37.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
57742026-05-14T15:17:38.313Z[ recovery-image] May 14 15:17:37.654 INFO O| May 14 15:17:37.654 INFO STEP 320 (remove_files) COMPLETE
57752026-05-14T15:17:38.313Z[ recovery-image] May 14 15:17:37.654 INFO O| May 14 15:17:37.654 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57762026-05-14T15:17:38.322Z[ recovery-image] May 14 15:17:37.662 INFO O| May 14 15:17:37.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
57772026-05-14T15:17:38.324Z[ recovery-image] May 14 15:17:37.663 INFO O| May 14 15:17:37.663 INFO STEP 321 (remove_files) COMPLETE
57782026-05-14T15:17:38.324Z[ recovery-image] May 14 15:17:37.663 INFO O| May 14 15:17:37.663 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57792026-05-14T15:17:38.331Z[ recovery-image] May 14 15:17:37.672 INFO O| May 14 15:17:37.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
57802026-05-14T15:17:38.331Z[ recovery-image] May 14 15:17:37.672 INFO O| May 14 15:17:37.672 INFO STEP 322 (remove_files) COMPLETE
57812026-05-14T15:17:38.334Z[ recovery-image] May 14 15:17:37.672 INFO O| May 14 15:17:37.672 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57822026-05-14T15:17:38.339Z[ recovery-image] May 14 15:17:37.680 INFO O| May 14 15:17:37.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
57832026-05-14T15:17:38.340Z[ recovery-image] May 14 15:17:37.680 INFO O| May 14 15:17:37.680 INFO STEP 323 (remove_files) COMPLETE
57842026-05-14T15:17:38.342Z[ recovery-image] May 14 15:17:37.680 INFO O| May 14 15:17:37.680 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57852026-05-14T15:17:38.348Z[ recovery-image] May 14 15:17:37.688 INFO O| May 14 15:17:37.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
57862026-05-14T15:17:38.348Z[ recovery-image] May 14 15:17:37.688 INFO O| May 14 15:17:37.688 INFO STEP 324 (remove_files) COMPLETE
57872026-05-14T15:17:38.351Z[ recovery-image] May 14 15:17:37.688 INFO O| May 14 15:17:37.688 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57882026-05-14T15:17:38.356Z[ recovery-image] May 14 15:17:37.697 INFO O| May 14 15:17:37.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
57892026-05-14T15:17:38.356Z[ recovery-image] May 14 15:17:37.697 INFO O| May 14 15:17:37.697 INFO STEP 325 (remove_files) COMPLETE
57902026-05-14T15:17:38.359Z[ recovery-image] May 14 15:17:37.697 INFO O| May 14 15:17:37.697 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57912026-05-14T15:17:38.365Z[ recovery-image] May 14 15:17:37.705 INFO O| May 14 15:17:37.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
57922026-05-14T15:17:38.367Z[ recovery-image] May 14 15:17:37.705 INFO O| May 14 15:17:37.705 INFO STEP 326 (remove_files) COMPLETE
57932026-05-14T15:17:38.367Z[ recovery-image] May 14 15:17:37.705 INFO O| May 14 15:17:37.705 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57942026-05-14T15:17:38.373Z[ recovery-image] May 14 15:17:37.714 INFO O| May 14 15:17:37.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
57952026-05-14T15:17:38.373Z[ recovery-image] May 14 15:17:37.714 INFO O| May 14 15:17:37.714 INFO STEP 327 (remove_files) COMPLETE
57962026-05-14T15:17:38.376Z[ recovery-image] May 14 15:17:37.714 INFO O| May 14 15:17:37.714 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57972026-05-14T15:17:38.382Z[ recovery-image] May 14 15:17:37.723 INFO O| May 14 15:17:37.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
57982026-05-14T15:17:38.382Z[ recovery-image] May 14 15:17:37.723 INFO O| May 14 15:17:37.723 INFO STEP 328 (remove_files) COMPLETE
57992026-05-14T15:17:38.385Z[ recovery-image] May 14 15:17:37.723 INFO O| May 14 15:17:37.723 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58002026-05-14T15:17:38.392Z[ recovery-image] May 14 15:17:37.732 INFO O| May 14 15:17:37.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
58012026-05-14T15:17:38.395Z[ recovery-image] May 14 15:17:37.733 INFO O| May 14 15:17:37.733 INFO STEP 329 (remove_files) COMPLETE
58022026-05-14T15:17:38.395Z[ recovery-image] May 14 15:17:37.733 INFO O| May 14 15:17:37.733 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58032026-05-14T15:17:38.416Z[ recovery-image] May 14 15:17:37.757 INFO O| May 14 15:17:37.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
58042026-05-14T15:17:38.416Z[ recovery-image] May 14 15:17:37.757 INFO O| May 14 15:17:37.757 INFO STEP 330 (remove_files) COMPLETE
58052026-05-14T15:17:38.419Z[ recovery-image] May 14 15:17:37.757 INFO O| May 14 15:17:37.757 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58062026-05-14T15:17:38.426Z[ recovery-image] May 14 15:17:37.767 INFO O| May 14 15:17:37.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
58072026-05-14T15:17:38.426Z[ recovery-image] May 14 15:17:37.767 INFO O| May 14 15:17:37.767 INFO STEP 331 (remove_files) COMPLETE
58082026-05-14T15:17:38.429Z[ recovery-image] May 14 15:17:37.767 INFO O| May 14 15:17:37.767 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58092026-05-14T15:17:38.435Z[ recovery-image] May 14 15:17:37.775 INFO O| May 14 15:17:37.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
58102026-05-14T15:17:38.435Z[ recovery-image] May 14 15:17:37.775 INFO O| May 14 15:17:37.775 INFO STEP 332 (remove_files) COMPLETE
58112026-05-14T15:17:38.438Z[ recovery-image] May 14 15:17:37.775 INFO O| May 14 15:17:37.775 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58122026-05-14T15:17:38.443Z[ recovery-image] May 14 15:17:37.784 INFO O| May 14 15:17:37.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
58132026-05-14T15:17:38.444Z[ recovery-image] May 14 15:17:37.784 INFO O| May 14 15:17:37.784 INFO STEP 333 (remove_files) COMPLETE
58142026-05-14T15:17:38.444Z[ recovery-image] May 14 15:17:37.784 INFO O| May 14 15:17:37.784 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58152026-05-14T15:17:38.455Z[ recovery-image] May 14 15:17:37.796 INFO O| May 14 15:17:37.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
58162026-05-14T15:17:38.455Z[ recovery-image] May 14 15:17:37.796 INFO O| May 14 15:17:37.796 INFO STEP 334 (remove_files) COMPLETE
58172026-05-14T15:17:38.458Z[ recovery-image] May 14 15:17:37.796 INFO O| May 14 15:17:37.796 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58182026-05-14T15:17:38.466Z[ recovery-image] May 14 15:17:37.807 INFO O| May 14 15:17:37.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
58192026-05-14T15:17:38.466Z[ recovery-image] May 14 15:17:37.807 INFO O| May 14 15:17:37.807 INFO STEP 335 (remove_files) COMPLETE
58202026-05-14T15:17:38.466Z[ recovery-image] May 14 15:17:37.807 INFO O| May 14 15:17:37.807 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58212026-05-14T15:17:38.477Z[ recovery-image] May 14 15:17:37.817 INFO O| May 14 15:17:37.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
58222026-05-14T15:17:38.477Z[ recovery-image] May 14 15:17:37.817 INFO O| May 14 15:17:37.817 INFO STEP 336 (remove_files) COMPLETE
58232026-05-14T15:17:38.477Z[ recovery-image] May 14 15:17:37.817 INFO O| May 14 15:17:37.817 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58242026-05-14T15:17:38.488Z[ recovery-image] May 14 15:17:37.828 INFO O| May 14 15:17:37.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
58252026-05-14T15:17:38.488Z[ recovery-image] May 14 15:17:37.828 INFO O| May 14 15:17:37.828 INFO STEP 337 (remove_files) COMPLETE
58262026-05-14T15:17:38.491Z[ recovery-image] May 14 15:17:37.828 INFO O| May 14 15:17:37.828 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58272026-05-14T15:17:38.498Z[ recovery-image] May 14 15:17:37.838 INFO O| May 14 15:17:37.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
58282026-05-14T15:17:38.498Z[ recovery-image] May 14 15:17:37.838 INFO O| May 14 15:17:37.838 INFO STEP 338 (remove_files) COMPLETE
58292026-05-14T15:17:38.501Z[ recovery-image] May 14 15:17:37.838 INFO O| May 14 15:17:37.838 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58302026-05-14T15:17:38.508Z[ recovery-image] May 14 15:17:37.848 INFO O| May 14 15:17:37.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
58312026-05-14T15:17:38.510Z[ recovery-image] May 14 15:17:37.848 INFO O| May 14 15:17:37.848 INFO STEP 339 (remove_files) COMPLETE
58322026-05-14T15:17:38.511Z[ recovery-image] May 14 15:17:37.848 INFO O| May 14 15:17:37.848 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58332026-05-14T15:17:38.518Z[ recovery-image] May 14 15:17:37.859 INFO O| May 14 15:17:37.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
58342026-05-14T15:17:38.518Z[ recovery-image] May 14 15:17:37.859 INFO O| May 14 15:17:37.859 INFO STEP 340 (remove_files) COMPLETE
58352026-05-14T15:17:38.518Z[ recovery-image] May 14 15:17:37.859 INFO O| May 14 15:17:37.859 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58362026-05-14T15:17:38.529Z[ recovery-image] May 14 15:17:37.870 INFO O| May 14 15:17:37.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
58372026-05-14T15:17:38.529Z[ recovery-image] May 14 15:17:37.870 INFO O| May 14 15:17:37.870 INFO STEP 341 (remove_files) COMPLETE
58382026-05-14T15:17:38.532Z[ recovery-image] May 14 15:17:37.870 INFO O| May 14 15:17:37.870 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58392026-05-14T15:17:38.540Z[ recovery-image] May 14 15:17:37.880 INFO O| May 14 15:17:37.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
58402026-05-14T15:17:38.540Z[ recovery-image] May 14 15:17:37.880 INFO O| May 14 15:17:37.880 INFO STEP 342 (remove_files) COMPLETE
58412026-05-14T15:17:38.543Z[ recovery-image] May 14 15:17:37.880 INFO O| May 14 15:17:37.880 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58422026-05-14T15:17:38.551Z[ recovery-image] May 14 15:17:37.892 INFO O| May 14 15:17:37.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
58432026-05-14T15:17:38.551Z[ recovery-image] May 14 15:17:37.892 INFO O| May 14 15:17:37.892 INFO STEP 343 (remove_files) COMPLETE
58442026-05-14T15:17:38.551Z[ recovery-image] May 14 15:17:37.892 INFO O| May 14 15:17:37.892 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58452026-05-14T15:17:38.562Z[ recovery-image] May 14 15:17:37.902 INFO O| May 14 15:17:37.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
58462026-05-14T15:17:38.562Z[ recovery-image] May 14 15:17:37.902 INFO O| May 14 15:17:37.902 INFO STEP 344 (remove_files) COMPLETE
58472026-05-14T15:17:38.562Z[ recovery-image] May 14 15:17:37.903 INFO O| May 14 15:17:37.902 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58482026-05-14T15:17:38.571Z[ recovery-image] May 14 15:17:37.912 INFO O| May 14 15:17:37.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
58492026-05-14T15:17:38.571Z[ recovery-image] May 14 15:17:37.912 INFO O| May 14 15:17:37.912 INFO STEP 345 (remove_files) COMPLETE
58502026-05-14T15:17:38.575Z[ recovery-image] May 14 15:17:37.912 INFO O| May 14 15:17:37.912 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58512026-05-14T15:17:38.580Z[ recovery-image] May 14 15:17:37.920 INFO O| May 14 15:17:37.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
58522026-05-14T15:17:38.580Z[ recovery-image] May 14 15:17:37.921 INFO O| May 14 15:17:37.920 INFO STEP 346 (remove_files) COMPLETE
58532026-05-14T15:17:38.583Z[ recovery-image] May 14 15:17:37.921 INFO O| May 14 15:17:37.921 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58542026-05-14T15:17:38.589Z[ recovery-image] May 14 15:17:37.929 INFO O| May 14 15:17:37.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
58552026-05-14T15:17:38.589Z[ recovery-image] May 14 15:17:37.929 INFO O| May 14 15:17:37.929 INFO STEP 347 (remove_files) COMPLETE
58562026-05-14T15:17:38.589Z[ recovery-image] May 14 15:17:37.929 INFO O| May 14 15:17:37.929 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58572026-05-14T15:17:38.598Z[ recovery-image] May 14 15:17:37.938 INFO O| May 14 15:17:37.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
58582026-05-14T15:17:38.598Z[ recovery-image] May 14 15:17:37.938 INFO O| May 14 15:17:37.938 INFO STEP 348 (remove_files) COMPLETE
58592026-05-14T15:17:38.598Z[ recovery-image] May 14 15:17:37.938 INFO O| May 14 15:17:37.938 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58602026-05-14T15:17:38.606Z[ recovery-image] May 14 15:17:37.947 INFO O| May 14 15:17:37.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
58612026-05-14T15:17:38.606Z[ recovery-image] May 14 15:17:37.947 INFO O| May 14 15:17:37.947 INFO STEP 349 (remove_files) COMPLETE
58622026-05-14T15:17:38.606Z[ recovery-image] May 14 15:17:37.947 INFO O| May 14 15:17:37.947 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58632026-05-14T15:17:38.616Z[ recovery-image] May 14 15:17:37.957 INFO O| May 14 15:17:37.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
58642026-05-14T15:17:38.616Z[ recovery-image] May 14 15:17:37.957 INFO O| May 14 15:17:37.957 INFO STEP 350 (remove_files) COMPLETE
58652026-05-14T15:17:38.616Z[ recovery-image] May 14 15:17:37.957 INFO O| May 14 15:17:37.957 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58662026-05-14T15:17:38.625Z[ recovery-image] May 14 15:17:37.966 INFO O| May 14 15:17:37.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
58672026-05-14T15:17:38.625Z[ recovery-image] May 14 15:17:37.966 INFO O| May 14 15:17:37.966 INFO STEP 351 (remove_files) COMPLETE
58682026-05-14T15:17:38.626Z[ recovery-image] May 14 15:17:37.966 INFO O| May 14 15:17:37.966 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58692026-05-14T15:17:38.635Z[ recovery-image] May 14 15:17:37.976 INFO O| May 14 15:17:37.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
58702026-05-14T15:17:38.635Z[ recovery-image] May 14 15:17:37.976 INFO O| May 14 15:17:37.976 INFO STEP 352 (remove_files) COMPLETE
58712026-05-14T15:17:38.638Z[ recovery-image] May 14 15:17:37.976 INFO O| May 14 15:17:37.976 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58722026-05-14T15:17:38.644Z[ recovery-image] May 14 15:17:37.985 INFO O| May 14 15:17:37.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
58732026-05-14T15:17:38.645Z[ recovery-image] May 14 15:17:37.985 INFO O| May 14 15:17:37.985 INFO STEP 353 (remove_files) COMPLETE
58742026-05-14T15:17:38.645Z[ recovery-image] May 14 15:17:37.985 INFO O| May 14 15:17:37.985 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58752026-05-14T15:17:38.654Z[ recovery-image] May 14 15:17:37.995 INFO O| May 14 15:17:37.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
58762026-05-14T15:17:38.654Z[ recovery-image] May 14 15:17:37.995 INFO O| May 14 15:17:37.995 INFO STEP 354 (remove_files) COMPLETE
58772026-05-14T15:17:38.654Z[ recovery-image] May 14 15:17:37.995 INFO O| May 14 15:17:37.995 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58782026-05-14T15:17:38.663Z[ recovery-image] May 14 15:17:38.004 INFO O| May 14 15:17:38.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
58792026-05-14T15:17:38.663Z[ recovery-image] May 14 15:17:38.004 INFO O| May 14 15:17:38.004 INFO STEP 355 (remove_files) COMPLETE
58802026-05-14T15:17:38.666Z[ recovery-image] May 14 15:17:38.004 INFO O| May 14 15:17:38.004 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58812026-05-14T15:17:38.690Z[ recovery-image] May 14 15:17:38.014 INFO O| May 14 15:17:38.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
58822026-05-14T15:17:38.722Z[ recovery-image] May 14 15:17:38.014 INFO O| May 14 15:17:38.014 INFO STEP 356 (remove_files) COMPLETE
58832026-05-14T15:17:38.722Z[ recovery-image] May 14 15:17:38.014 INFO O| May 14 15:17:38.014 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58842026-05-14T15:17:38.722Z[ recovery-image] May 14 15:17:38.023 INFO O| May 14 15:17:38.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
58852026-05-14T15:17:38.722Z[ recovery-image] May 14 15:17:38.023 INFO O| May 14 15:17:38.023 INFO STEP 357 (remove_files) COMPLETE
58862026-05-14T15:17:38.722Z[ recovery-image] May 14 15:17:38.023 INFO O| May 14 15:17:38.023 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58872026-05-14T15:17:38.722Z[ recovery-image] May 14 15:17:38.033 INFO O| May 14 15:17:38.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
58882026-05-14T15:17:38.722Z[ recovery-image] May 14 15:17:38.033 INFO O| May 14 15:17:38.033 INFO STEP 358 (remove_files) COMPLETE
58892026-05-14T15:17:38.722Z[ recovery-image] May 14 15:17:38.033 INFO O| May 14 15:17:38.033 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58902026-05-14T15:17:38.722Z[ recovery-image] May 14 15:17:38.041 INFO O| May 14 15:17:38.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
58912026-05-14T15:17:38.722Z[ recovery-image] May 14 15:17:38.041 INFO O| May 14 15:17:38.041 INFO STEP 359 (remove_files) COMPLETE
58922026-05-14T15:17:38.722Z[ recovery-image] May 14 15:17:38.041 INFO O| May 14 15:17:38.041 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58932026-05-14T15:17:38.722Z[ recovery-image] May 14 15:17:38.059 INFO O| May 14 15:17:38.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
58942026-05-14T15:17:38.722Z[ recovery-image] May 14 15:17:38.060 INFO O| May 14 15:17:38.060 INFO STEP 360 (remove_files) COMPLETE
58952026-05-14T15:17:38.722Z[ recovery-image] May 14 15:17:38.060 INFO O| May 14 15:17:38.060 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58962026-05-14T15:17:38.728Z[ recovery-image] May 14 15:17:38.069 INFO O| May 14 15:17:38.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
58972026-05-14T15:17:38.728Z[ recovery-image] May 14 15:17:38.069 INFO O| May 14 15:17:38.069 INFO STEP 361 (remove_files) COMPLETE
58982026-05-14T15:17:38.731Z[ recovery-image] May 14 15:17:38.069 INFO O| May 14 15:17:38.069 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58992026-05-14T15:17:38.736Z[ recovery-image] May 14 15:17:38.077 INFO O| May 14 15:17:38.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
59002026-05-14T15:17:38.736Z[ recovery-image] May 14 15:17:38.077 INFO O| May 14 15:17:38.077 INFO STEP 362 (remove_files) COMPLETE
59012026-05-14T15:17:38.736Z[ recovery-image] May 14 15:17:38.077 INFO O| May 14 15:17:38.077 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59022026-05-14T15:17:38.744Z[ recovery-image] May 14 15:17:38.085 INFO O| May 14 15:17:38.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
59032026-05-14T15:17:38.745Z[ recovery-image] May 14 15:17:38.085 INFO O| May 14 15:17:38.085 INFO STEP 363 (remove_files) COMPLETE
59042026-05-14T15:17:38.745Z[ recovery-image] May 14 15:17:38.085 INFO O| May 14 15:17:38.085 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59052026-05-14T15:17:38.755Z[ recovery-image] May 14 15:17:38.095 INFO O| May 14 15:17:38.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
59062026-05-14T15:17:38.755Z[ recovery-image] May 14 15:17:38.095 INFO O| May 14 15:17:38.095 INFO STEP 364 (remove_files) COMPLETE
59072026-05-14T15:17:38.755Z[ recovery-image] May 14 15:17:38.095 INFO O| May 14 15:17:38.095 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59082026-05-14T15:17:38.764Z[ recovery-image] May 14 15:17:38.105 INFO O| May 14 15:17:38.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
59092026-05-14T15:17:38.765Z[ recovery-image] May 14 15:17:38.105 INFO O| May 14 15:17:38.105 INFO STEP 365 (remove_files) COMPLETE
59102026-05-14T15:17:38.765Z[ recovery-image] May 14 15:17:38.105 INFO O| May 14 15:17:38.105 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59112026-05-14T15:17:38.787Z[ recovery-image] May 14 15:17:38.117 INFO O| May 14 15:17:38.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
59122026-05-14T15:17:38.787Z[ recovery-image] May 14 15:17:38.117 INFO O| May 14 15:17:38.117 INFO STEP 366 (remove_files) COMPLETE
59132026-05-14T15:17:38.787Z[ recovery-image] May 14 15:17:38.117 INFO O| May 14 15:17:38.117 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59142026-05-14T15:17:38.797Z[ recovery-image] May 14 15:17:38.134 INFO O| May 14 15:17:38.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
59152026-05-14T15:17:38.797Z[ recovery-image] May 14 15:17:38.134 INFO O| May 14 15:17:38.134 INFO STEP 367 (remove_files) COMPLETE
59162026-05-14T15:17:38.797Z[ recovery-image] May 14 15:17:38.134 INFO O| May 14 15:17:38.134 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59172026-05-14T15:17:38.805Z[ recovery-image] May 14 15:17:38.145 INFO O| May 14 15:17:38.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
59182026-05-14T15:17:38.805Z[ recovery-image] May 14 15:17:38.145 INFO O| May 14 15:17:38.145 INFO STEP 368 (remove_files) COMPLETE
59192026-05-14T15:17:38.807Z[ recovery-image] May 14 15:17:38.145 INFO O| May 14 15:17:38.145 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59202026-05-14T15:17:38.815Z[ recovery-image] May 14 15:17:38.156 INFO O| May 14 15:17:38.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
59212026-05-14T15:17:38.815Z[ recovery-image] May 14 15:17:38.156 INFO O| May 14 15:17:38.156 INFO STEP 369 (remove_files) COMPLETE
59222026-05-14T15:17:38.815Z[ recovery-image] May 14 15:17:38.156 INFO O| May 14 15:17:38.156 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59232026-05-14T15:17:38.825Z[ recovery-image] May 14 15:17:38.166 INFO O| May 14 15:17:38.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
59242026-05-14T15:17:38.828Z[ recovery-image] May 14 15:17:38.167 INFO O| May 14 15:17:38.167 INFO STEP 370 (remove_files) COMPLETE
59252026-05-14T15:17:38.828Z[ recovery-image] May 14 15:17:38.167 INFO O| May 14 15:17:38.167 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59262026-05-14T15:17:38.837Z[ recovery-image] May 14 15:17:38.178 INFO O| May 14 15:17:38.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
59272026-05-14T15:17:38.837Z[ recovery-image] May 14 15:17:38.178 INFO O| May 14 15:17:38.178 INFO STEP 371 (remove_files) COMPLETE
59282026-05-14T15:17:38.837Z[ recovery-image] May 14 15:17:38.178 INFO O| May 14 15:17:38.178 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59292026-05-14T15:17:38.848Z[ recovery-image] May 14 15:17:38.188 INFO O| May 14 15:17:38.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
59302026-05-14T15:17:38.848Z[ recovery-image] May 14 15:17:38.189 INFO O| May 14 15:17:38.189 INFO STEP 372 (remove_files) COMPLETE
59312026-05-14T15:17:38.848Z[ recovery-image] May 14 15:17:38.189 INFO O| May 14 15:17:38.189 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59322026-05-14T15:17:38.858Z[ recovery-image] May 14 15:17:38.199 INFO O| May 14 15:17:38.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
59332026-05-14T15:17:38.858Z[ recovery-image] May 14 15:17:38.199 INFO O| May 14 15:17:38.199 INFO STEP 373 (remove_files) COMPLETE
59342026-05-14T15:17:38.858Z[ recovery-image] May 14 15:17:38.199 INFO O| May 14 15:17:38.199 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59352026-05-14T15:17:38.882Z[ recovery-image] May 14 15:17:38.222 INFO O| May 14 15:17:38.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
59362026-05-14T15:17:38.882Z[ recovery-image] May 14 15:17:38.222 INFO O| May 14 15:17:38.222 INFO STEP 374 (remove_files) COMPLETE
59372026-05-14T15:17:38.882Z[ recovery-image] May 14 15:17:38.222 INFO O| May 14 15:17:38.222 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59382026-05-14T15:17:38.890Z[ recovery-image] May 14 15:17:38.230 INFO O| May 14 15:17:38.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
59392026-05-14T15:17:38.890Z[ recovery-image] May 14 15:17:38.230 INFO O| May 14 15:17:38.230 INFO STEP 375 (remove_files) COMPLETE
59402026-05-14T15:17:38.890Z[ recovery-image] May 14 15:17:38.230 INFO O| May 14 15:17:38.230 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59412026-05-14T15:17:38.897Z[ recovery-image] May 14 15:17:38.238 INFO O| May 14 15:17:38.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
59422026-05-14T15:17:38.897Z[ recovery-image] May 14 15:17:38.238 INFO O| May 14 15:17:38.238 INFO STEP 376 (remove_files) COMPLETE
59432026-05-14T15:17:38.898Z[ recovery-image] May 14 15:17:38.238 INFO O| May 14 15:17:38.238 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59442026-05-14T15:17:38.905Z[ recovery-image] May 14 15:17:38.246 INFO O| May 14 15:17:38.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
59452026-05-14T15:17:38.905Z[ recovery-image] May 14 15:17:38.246 INFO O| May 14 15:17:38.246 INFO STEP 377 (remove_files) COMPLETE
59462026-05-14T15:17:38.905Z[ recovery-image] May 14 15:17:38.246 INFO O| May 14 15:17:38.246 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59472026-05-14T15:17:38.915Z[ recovery-image] May 14 15:17:38.256 INFO O| May 14 15:17:38.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
59482026-05-14T15:17:38.915Z[ recovery-image] May 14 15:17:38.256 INFO O| May 14 15:17:38.256 INFO STEP 378 (remove_files) COMPLETE
59492026-05-14T15:17:38.915Z[ recovery-image] May 14 15:17:38.256 INFO O| May 14 15:17:38.256 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59502026-05-14T15:17:38.924Z[ recovery-image] May 14 15:17:38.264 INFO O| May 14 15:17:38.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
59512026-05-14T15:17:38.924Z[ recovery-image] May 14 15:17:38.264 INFO O| May 14 15:17:38.264 INFO STEP 379 (remove_files) COMPLETE
59522026-05-14T15:17:38.924Z[ recovery-image] May 14 15:17:38.264 INFO O| May 14 15:17:38.264 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59532026-05-14T15:17:38.933Z[ recovery-image] May 14 15:17:38.273 INFO O| May 14 15:17:38.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
59542026-05-14T15:17:38.933Z[ recovery-image] May 14 15:17:38.273 INFO O| May 14 15:17:38.273 INFO STEP 380 (remove_files) COMPLETE
59552026-05-14T15:17:38.936Z[ recovery-image] May 14 15:17:38.273 INFO O| May 14 15:17:38.273 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59562026-05-14T15:17:38.942Z[ recovery-image] May 14 15:17:38.283 INFO O| May 14 15:17:38.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
59572026-05-14T15:17:38.942Z[ recovery-image] May 14 15:17:38.283 INFO O| May 14 15:17:38.283 INFO STEP 381 (remove_files) COMPLETE
59582026-05-14T15:17:38.942Z[ recovery-image] May 14 15:17:38.283 INFO O| May 14 15:17:38.283 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59592026-05-14T15:17:38.950Z[ recovery-image] May 14 15:17:38.291 INFO O| May 14 15:17:38.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
59602026-05-14T15:17:38.950Z[ recovery-image] May 14 15:17:38.291 INFO O| May 14 15:17:38.291 INFO STEP 382 (remove_files) COMPLETE
59612026-05-14T15:17:38.950Z[ recovery-image] May 14 15:17:38.291 INFO O| May 14 15:17:38.291 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59622026-05-14T15:17:38.961Z[ recovery-image] May 14 15:17:38.302 INFO O| May 14 15:17:38.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
59632026-05-14T15:17:38.964Z[ recovery-image] May 14 15:17:38.303 INFO O| May 14 15:17:38.303 INFO STEP 383 (remove_files) COMPLETE
59642026-05-14T15:17:38.964Z[ recovery-image] May 14 15:17:38.303 INFO O| May 14 15:17:38.303 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59652026-05-14T15:17:38.971Z[ recovery-image] May 14 15:17:38.311 INFO O| May 14 15:17:38.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
59662026-05-14T15:17:38.971Z[ recovery-image] May 14 15:17:38.311 INFO O| May 14 15:17:38.311 INFO STEP 384 (remove_files) COMPLETE
59672026-05-14T15:17:38.973Z[ recovery-image] May 14 15:17:38.311 INFO O| May 14 15:17:38.311 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59682026-05-14T15:17:38.979Z[ recovery-image] May 14 15:17:38.320 INFO O| May 14 15:17:38.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
59692026-05-14T15:17:38.979Z[ recovery-image] May 14 15:17:38.320 INFO O| May 14 15:17:38.320 INFO STEP 385 (remove_files) COMPLETE
59702026-05-14T15:17:38.982Z[ recovery-image] May 14 15:17:38.320 INFO O| May 14 15:17:38.320 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59712026-05-14T15:17:39.016Z[ recovery-image] May 14 15:17:38.356 INFO O| May 14 15:17:38.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
59722026-05-14T15:17:39.016Z[ recovery-image] May 14 15:17:38.356 INFO O| May 14 15:17:38.356 INFO STEP 386 (remove_files) COMPLETE
59732026-05-14T15:17:39.016Z[ recovery-image] May 14 15:17:38.356 INFO O| May 14 15:17:38.356 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59742026-05-14T15:17:39.039Z[ recovery-image] May 14 15:17:38.366 INFO O| May 14 15:17:38.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
59752026-05-14T15:17:39.039Z[ recovery-image] May 14 15:17:38.366 INFO O| May 14 15:17:38.366 INFO STEP 387 (remove_files) COMPLETE
59762026-05-14T15:17:39.042Z[ recovery-image] May 14 15:17:38.366 INFO O| May 14 15:17:38.366 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59772026-05-14T15:17:39.043Z[ recovery-image] May 14 15:17:38.375 INFO O| May 14 15:17:38.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
59782026-05-14T15:17:39.043Z[ recovery-image] May 14 15:17:38.376 INFO O| May 14 15:17:38.376 INFO STEP 388 (remove_files) COMPLETE
59792026-05-14T15:17:39.043Z[ recovery-image] May 14 15:17:38.376 INFO O| May 14 15:17:38.376 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59802026-05-14T15:17:39.046Z[ recovery-image] May 14 15:17:38.384 INFO O| May 14 15:17:38.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
59812026-05-14T15:17:39.046Z[ recovery-image] May 14 15:17:38.384 INFO O| May 14 15:17:38.384 INFO STEP 389 (remove_files) COMPLETE
59822026-05-14T15:17:39.046Z[ recovery-image] May 14 15:17:38.384 INFO O| May 14 15:17:38.384 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59832026-05-14T15:17:39.052Z[ recovery-image] May 14 15:17:38.393 INFO O| May 14 15:17:38.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
59842026-05-14T15:17:39.052Z[ recovery-image] May 14 15:17:38.393 INFO O| May 14 15:17:38.393 INFO STEP 390 (remove_files) COMPLETE
59852026-05-14T15:17:39.058Z[ recovery-image] May 14 15:17:38.393 INFO O| May 14 15:17:38.393 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59862026-05-14T15:17:39.061Z[ recovery-image] May 14 15:17:38.402 INFO O| May 14 15:17:38.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
59872026-05-14T15:17:39.064Z[ recovery-image] May 14 15:17:38.403 INFO O| May 14 15:17:38.403 INFO STEP 391 (remove_files) COMPLETE
59882026-05-14T15:17:39.064Z[ recovery-image] May 14 15:17:38.403 INFO O| May 14 15:17:38.403 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59892026-05-14T15:17:39.072Z[ recovery-image] May 14 15:17:38.413 INFO O| May 14 15:17:38.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
59902026-05-14T15:17:39.072Z[ recovery-image] May 14 15:17:38.413 INFO O| May 14 15:17:38.413 INFO STEP 392 (remove_files) COMPLETE
59912026-05-14T15:17:39.072Z[ recovery-image] May 14 15:17:38.413 INFO O| May 14 15:17:38.413 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59922026-05-14T15:17:39.083Z[ recovery-image] May 14 15:17:38.423 INFO O| May 14 15:17:38.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
59932026-05-14T15:17:39.083Z[ recovery-image] May 14 15:17:38.423 INFO O| May 14 15:17:38.423 INFO STEP 393 (remove_files) COMPLETE
59942026-05-14T15:17:39.086Z[ recovery-image] May 14 15:17:38.423 INFO O| May 14 15:17:38.423 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59952026-05-14T15:17:39.093Z[ recovery-image] May 14 15:17:38.433 INFO O| May 14 15:17:38.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
59962026-05-14T15:17:39.093Z[ recovery-image] May 14 15:17:38.433 INFO O| May 14 15:17:38.433 INFO STEP 394 (remove_files) COMPLETE
59972026-05-14T15:17:39.098Z[ recovery-image] May 14 15:17:38.433 INFO O| May 14 15:17:38.433 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59982026-05-14T15:17:39.103Z[ recovery-image] May 14 15:17:38.443 INFO O| May 14 15:17:38.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
59992026-05-14T15:17:39.103Z[ recovery-image] May 14 15:17:38.443 INFO O| May 14 15:17:38.443 INFO STEP 395 (remove_files) COMPLETE
60002026-05-14T15:17:39.105Z[ recovery-image] May 14 15:17:38.443 INFO O| May 14 15:17:38.443 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60012026-05-14T15:17:39.113Z[ recovery-image] May 14 15:17:38.454 INFO O| May 14 15:17:38.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
60022026-05-14T15:17:39.116Z[ recovery-image] May 14 15:17:38.454 INFO O| May 14 15:17:38.454 INFO STEP 396 (remove_files) COMPLETE
60032026-05-14T15:17:39.116Z[ recovery-image] May 14 15:17:38.454 INFO O| May 14 15:17:38.454 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60042026-05-14T15:17:39.123Z[ recovery-image] May 14 15:17:38.463 INFO O| May 14 15:17:38.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
60052026-05-14T15:17:39.123Z[ recovery-image] May 14 15:17:38.463 INFO O| May 14 15:17:38.463 INFO STEP 397 (remove_files) COMPLETE
60062026-05-14T15:17:39.127Z[ recovery-image] May 14 15:17:38.463 INFO O| May 14 15:17:38.463 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60072026-05-14T15:17:39.132Z[ recovery-image] May 14 15:17:38.473 INFO O| May 14 15:17:38.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
60082026-05-14T15:17:39.132Z[ recovery-image] May 14 15:17:38.473 INFO O| May 14 15:17:38.473 INFO STEP 398 (remove_files) COMPLETE
60092026-05-14T15:17:39.137Z[ recovery-image] May 14 15:17:38.473 INFO O| May 14 15:17:38.473 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60102026-05-14T15:17:39.142Z[ recovery-image] May 14 15:17:38.482 INFO O| May 14 15:17:38.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
60112026-05-14T15:17:39.142Z[ recovery-image] May 14 15:17:38.483 INFO O| May 14 15:17:38.483 INFO STEP 399 (remove_files) COMPLETE
60122026-05-14T15:17:39.142Z[ recovery-image] May 14 15:17:38.483 INFO O| May 14 15:17:38.483 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60132026-05-14T15:17:39.154Z[ recovery-image] May 14 15:17:38.493 INFO O| May 14 15:17:38.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
60142026-05-14T15:17:39.154Z[ recovery-image] May 14 15:17:38.493 INFO O| May 14 15:17:38.493 INFO STEP 400 (remove_files) COMPLETE
60152026-05-14T15:17:39.154Z[ recovery-image] May 14 15:17:38.493 INFO O| May 14 15:17:38.493 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60162026-05-14T15:17:39.162Z[ recovery-image] May 14 15:17:38.503 INFO O| May 14 15:17:38.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
60172026-05-14T15:17:39.162Z[ recovery-image] May 14 15:17:38.503 INFO O| May 14 15:17:38.503 INFO STEP 401 (remove_files) COMPLETE
60182026-05-14T15:17:39.169Z[ recovery-image] May 14 15:17:38.503 INFO O| May 14 15:17:38.503 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60192026-05-14T15:17:39.172Z[ recovery-image] May 14 15:17:38.513 INFO O| May 14 15:17:38.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
60202026-05-14T15:17:39.173Z[ recovery-image] May 14 15:17:38.513 INFO O| May 14 15:17:38.513 INFO STEP 402 (remove_files) COMPLETE
60212026-05-14T15:17:39.175Z[ recovery-image] May 14 15:17:38.513 INFO O| May 14 15:17:38.513 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60222026-05-14T15:17:39.182Z[ recovery-image] May 14 15:17:38.522 INFO O| May 14 15:17:38.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
60232026-05-14T15:17:39.182Z[ recovery-image] May 14 15:17:38.522 INFO O| May 14 15:17:38.522 INFO STEP 403 (remove_files) COMPLETE
60242026-05-14T15:17:39.182Z[ recovery-image] May 14 15:17:38.522 INFO O| May 14 15:17:38.522 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60252026-05-14T15:17:39.191Z[ recovery-image] May 14 15:17:38.532 INFO O| May 14 15:17:38.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
60262026-05-14T15:17:39.191Z[ recovery-image] May 14 15:17:38.532 INFO O| May 14 15:17:38.532 INFO STEP 404 (remove_files) COMPLETE
60272026-05-14T15:17:39.191Z[ recovery-image] May 14 15:17:38.532 INFO O| May 14 15:17:38.532 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60282026-05-14T15:17:39.200Z[ recovery-image] May 14 15:17:38.541 INFO O| May 14 15:17:38.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
60292026-05-14T15:17:39.200Z[ recovery-image] May 14 15:17:38.541 INFO O| May 14 15:17:38.541 INFO STEP 405 (remove_files) COMPLETE
60302026-05-14T15:17:39.200Z[ recovery-image] May 14 15:17:38.541 INFO O| May 14 15:17:38.541 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60312026-05-14T15:17:39.208Z[ recovery-image] May 14 15:17:38.549 INFO O| May 14 15:17:38.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
60322026-05-14T15:17:39.208Z[ recovery-image] May 14 15:17:38.549 INFO O| May 14 15:17:38.549 INFO STEP 406 (remove_files) COMPLETE
60332026-05-14T15:17:39.208Z[ recovery-image] May 14 15:17:38.549 INFO O| May 14 15:17:38.549 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60342026-05-14T15:17:39.216Z[ recovery-image] May 14 15:17:38.556 INFO O| May 14 15:17:38.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
60352026-05-14T15:17:39.216Z[ recovery-image] May 14 15:17:38.556 INFO O| May 14 15:17:38.556 INFO STEP 407 (remove_files) COMPLETE
60362026-05-14T15:17:39.216Z[ recovery-image] May 14 15:17:38.556 INFO O| May 14 15:17:38.556 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60372026-05-14T15:17:39.223Z[ recovery-image] May 14 15:17:38.563 INFO O| May 14 15:17:38.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
60382026-05-14T15:17:39.223Z[ recovery-image] May 14 15:17:38.563 INFO O| May 14 15:17:38.563 INFO STEP 408 (remove_files) COMPLETE
60392026-05-14T15:17:39.223Z[ recovery-image] May 14 15:17:38.563 INFO O| May 14 15:17:38.563 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60402026-05-14T15:17:39.231Z[ recovery-image] May 14 15:17:38.571 INFO O| May 14 15:17:38.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
60412026-05-14T15:17:39.231Z[ recovery-image] May 14 15:17:38.571 INFO O| May 14 15:17:38.571 INFO STEP 409 (remove_files) COMPLETE
60422026-05-14T15:17:39.234Z[ recovery-image] May 14 15:17:38.571 INFO O| May 14 15:17:38.571 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60432026-05-14T15:17:39.239Z[ recovery-image] May 14 15:17:38.580 INFO O| May 14 15:17:38.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
60442026-05-14T15:17:39.239Z[ recovery-image] May 14 15:17:38.580 INFO O| May 14 15:17:38.580 INFO STEP 410 (remove_files) COMPLETE
60452026-05-14T15:17:39.242Z[ recovery-image] May 14 15:17:38.580 INFO O| May 14 15:17:38.580 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60462026-05-14T15:17:39.248Z[ recovery-image] May 14 15:17:38.588 INFO O| May 14 15:17:38.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
60472026-05-14T15:17:39.248Z[ recovery-image] May 14 15:17:38.588 INFO O| May 14 15:17:38.588 INFO STEP 411 (remove_files) COMPLETE
60482026-05-14T15:17:39.251Z[ recovery-image] May 14 15:17:38.588 INFO O| May 14 15:17:38.588 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60492026-05-14T15:17:39.256Z[ recovery-image] May 14 15:17:38.597 INFO O| May 14 15:17:38.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
60502026-05-14T15:17:39.256Z[ recovery-image] May 14 15:17:38.597 INFO O| May 14 15:17:38.597 INFO STEP 412 (remove_files) COMPLETE
60512026-05-14T15:17:39.256Z[ recovery-image] May 14 15:17:38.597 INFO O| May 14 15:17:38.597 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60522026-05-14T15:17:39.264Z[ recovery-image] May 14 15:17:38.605 INFO O| May 14 15:17:38.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
60532026-05-14T15:17:39.264Z[ recovery-image] May 14 15:17:38.605 INFO O| May 14 15:17:38.605 INFO STEP 413 (remove_files) COMPLETE
60542026-05-14T15:17:39.264Z[ recovery-image] May 14 15:17:38.605 INFO O| May 14 15:17:38.605 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60552026-05-14T15:17:39.273Z[ recovery-image] May 14 15:17:38.613 INFO O| May 14 15:17:38.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
60562026-05-14T15:17:39.273Z[ recovery-image] May 14 15:17:38.614 INFO O| May 14 15:17:38.613 INFO STEP 414 (remove_files) COMPLETE
60572026-05-14T15:17:39.276Z[ recovery-image] May 14 15:17:38.614 INFO O| May 14 15:17:38.613 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60582026-05-14T15:17:39.281Z[ recovery-image] May 14 15:17:38.622 INFO O| May 14 15:17:38.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
60592026-05-14T15:17:39.281Z[ recovery-image] May 14 15:17:38.622 INFO O| May 14 15:17:38.622 INFO STEP 415 (remove_files) COMPLETE
60602026-05-14T15:17:39.281Z[ recovery-image] May 14 15:17:38.622 INFO O| May 14 15:17:38.622 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60612026-05-14T15:17:39.293Z[ recovery-image] May 14 15:17:38.630 INFO O| May 14 15:17:38.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
60622026-05-14T15:17:39.293Z[ recovery-image] May 14 15:17:38.630 INFO O| May 14 15:17:38.630 INFO STEP 416 (remove_files) COMPLETE
60632026-05-14T15:17:39.293Z[ recovery-image] May 14 15:17:38.630 INFO O| May 14 15:17:38.630 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60642026-05-14T15:17:39.298Z[ recovery-image] May 14 15:17:38.638 INFO O| May 14 15:17:38.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
60652026-05-14T15:17:39.298Z[ recovery-image] May 14 15:17:38.638 INFO O| May 14 15:17:38.638 INFO STEP 417 (remove_files) COMPLETE
60662026-05-14T15:17:39.298Z[ recovery-image] May 14 15:17:38.638 INFO O| May 14 15:17:38.638 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60672026-05-14T15:17:39.306Z[ recovery-image] May 14 15:17:38.646 INFO O| May 14 15:17:38.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
60682026-05-14T15:17:39.306Z[ recovery-image] May 14 15:17:38.646 INFO O| May 14 15:17:38.646 INFO STEP 418 (remove_files) COMPLETE
60692026-05-14T15:17:39.309Z[ recovery-image] May 14 15:17:38.646 INFO O| May 14 15:17:38.646 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60702026-05-14T15:17:39.314Z[ recovery-image] May 14 15:17:38.654 INFO O| May 14 15:17:38.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
60712026-05-14T15:17:39.314Z[ recovery-image] May 14 15:17:38.655 INFO O| May 14 15:17:38.654 INFO STEP 419 (remove_files) COMPLETE
60722026-05-14T15:17:39.317Z[ recovery-image] May 14 15:17:38.655 INFO O| May 14 15:17:38.654 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60732026-05-14T15:17:39.322Z[ recovery-image] May 14 15:17:38.663 INFO O| May 14 15:17:38.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
60742026-05-14T15:17:39.322Z[ recovery-image] May 14 15:17:38.663 INFO O| May 14 15:17:38.663 INFO STEP 420 (remove_files) COMPLETE
60752026-05-14T15:17:39.322Z[ recovery-image] May 14 15:17:38.663 INFO O| May 14 15:17:38.663 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60762026-05-14T15:17:39.331Z[ recovery-image] May 14 15:17:38.671 INFO O| May 14 15:17:38.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
60772026-05-14T15:17:39.331Z[ recovery-image] May 14 15:17:38.671 INFO O| May 14 15:17:38.671 INFO STEP 421 (remove_files) COMPLETE
60782026-05-14T15:17:39.331Z[ recovery-image] May 14 15:17:38.671 INFO O| May 14 15:17:38.671 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60792026-05-14T15:17:39.339Z[ recovery-image] May 14 15:17:38.680 INFO O| May 14 15:17:38.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
60802026-05-14T15:17:39.339Z[ recovery-image] May 14 15:17:38.680 INFO O| May 14 15:17:38.680 INFO STEP 422 (remove_files) COMPLETE
60812026-05-14T15:17:39.342Z[ recovery-image] May 14 15:17:38.680 INFO O| May 14 15:17:38.680 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60822026-05-14T15:17:39.349Z[ recovery-image] May 14 15:17:38.689 INFO O| May 14 15:17:38.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
60832026-05-14T15:17:39.349Z[ recovery-image] May 14 15:17:38.690 INFO O| May 14 15:17:38.690 INFO STEP 423 (remove_files) COMPLETE
60842026-05-14T15:17:39.349Z[ recovery-image] May 14 15:17:38.690 INFO O| May 14 15:17:38.690 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60852026-05-14T15:17:39.359Z[ recovery-image] May 14 15:17:38.700 INFO O| May 14 15:17:38.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
60862026-05-14T15:17:39.359Z[ recovery-image] May 14 15:17:38.700 INFO O| May 14 15:17:38.700 INFO STEP 424 (remove_files) COMPLETE
60872026-05-14T15:17:39.359Z[ recovery-image] May 14 15:17:38.700 INFO O| May 14 15:17:38.700 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60882026-05-14T15:17:39.369Z[ recovery-image] May 14 15:17:38.710 INFO O| May 14 15:17:38.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
60892026-05-14T15:17:39.369Z[ recovery-image] May 14 15:17:38.710 INFO O| May 14 15:17:38.710 INFO STEP 425 (remove_files) COMPLETE
60902026-05-14T15:17:39.369Z[ recovery-image] May 14 15:17:38.710 INFO O| May 14 15:17:38.710 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60912026-05-14T15:17:39.379Z[ recovery-image] May 14 15:17:38.719 INFO O| May 14 15:17:38.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
60922026-05-14T15:17:39.379Z[ recovery-image] May 14 15:17:38.719 INFO O| May 14 15:17:38.719 INFO STEP 426 (remove_files) COMPLETE
60932026-05-14T15:17:39.379Z[ recovery-image] May 14 15:17:38.719 INFO O| May 14 15:17:38.719 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60942026-05-14T15:17:39.392Z[ recovery-image] May 14 15:17:38.728 INFO O| May 14 15:17:38.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
60952026-05-14T15:17:39.392Z[ recovery-image] May 14 15:17:38.728 INFO O| May 14 15:17:38.728 INFO STEP 427 (remove_files) COMPLETE
60962026-05-14T15:17:39.392Z[ recovery-image] May 14 15:17:38.728 INFO O| May 14 15:17:38.728 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60972026-05-14T15:17:39.397Z[ recovery-image] May 14 15:17:38.738 INFO O| May 14 15:17:38.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
60982026-05-14T15:17:39.397Z[ recovery-image] May 14 15:17:38.738 INFO O| May 14 15:17:38.738 INFO STEP 428 (remove_files) COMPLETE
60992026-05-14T15:17:39.397Z[ recovery-image] May 14 15:17:38.738 INFO O| May 14 15:17:38.738 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61002026-05-14T15:17:39.406Z[ recovery-image] May 14 15:17:38.747 INFO O| May 14 15:17:38.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
61012026-05-14T15:17:39.406Z[ recovery-image] May 14 15:17:38.747 INFO O| May 14 15:17:38.747 INFO STEP 429 (remove_files) COMPLETE
61022026-05-14T15:17:39.409Z[ recovery-image] May 14 15:17:38.747 INFO O| May 14 15:17:38.747 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61032026-05-14T15:17:39.415Z[ recovery-image] May 14 15:17:38.755 INFO O| May 14 15:17:38.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
61042026-05-14T15:17:39.415Z[ recovery-image] May 14 15:17:38.755 INFO O| May 14 15:17:38.755 INFO STEP 430 (remove_files) COMPLETE
61052026-05-14T15:17:39.415Z[ recovery-image] May 14 15:17:38.755 INFO O| May 14 15:17:38.755 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61062026-05-14T15:17:39.424Z[ recovery-image] May 14 15:17:38.765 INFO O| May 14 15:17:38.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
61072026-05-14T15:17:39.424Z[ recovery-image] May 14 15:17:38.765 INFO O| May 14 15:17:38.765 INFO STEP 431 (remove_files) COMPLETE
61082026-05-14T15:17:39.427Z[ recovery-image] May 14 15:17:38.765 INFO O| May 14 15:17:38.765 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61092026-05-14T15:17:39.434Z[ recovery-image] May 14 15:17:38.775 INFO O| May 14 15:17:38.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
61102026-05-14T15:17:39.434Z[ recovery-image] May 14 15:17:38.775 INFO O| May 14 15:17:38.775 INFO STEP 432 (remove_files) COMPLETE
61112026-05-14T15:17:39.437Z[ recovery-image] May 14 15:17:38.775 INFO O| May 14 15:17:38.775 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61122026-05-14T15:17:39.448Z[ recovery-image] May 14 15:17:38.784 INFO O| May 14 15:17:38.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
61132026-05-14T15:17:39.448Z[ recovery-image] May 14 15:17:38.784 INFO O| May 14 15:17:38.784 INFO STEP 433 (remove_files) COMPLETE
61142026-05-14T15:17:39.448Z[ recovery-image] May 14 15:17:38.784 INFO O| May 14 15:17:38.784 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61152026-05-14T15:17:39.453Z[ recovery-image] May 14 15:17:38.794 INFO O| May 14 15:17:38.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
61162026-05-14T15:17:39.453Z[ recovery-image] May 14 15:17:38.794 INFO O| May 14 15:17:38.794 INFO STEP 434 (remove_files) COMPLETE
61172026-05-14T15:17:39.456Z[ recovery-image] May 14 15:17:38.794 INFO O| May 14 15:17:38.794 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61182026-05-14T15:17:39.463Z[ recovery-image] May 14 15:17:38.804 INFO O| May 14 15:17:38.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
61192026-05-14T15:17:39.463Z[ recovery-image] May 14 15:17:38.804 INFO O| May 14 15:17:38.804 INFO STEP 435 (remove_files) COMPLETE
61202026-05-14T15:17:39.463Z[ recovery-image] May 14 15:17:38.804 INFO O| May 14 15:17:38.804 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61212026-05-14T15:17:39.473Z[ recovery-image] May 14 15:17:38.814 INFO O| May 14 15:17:38.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
61222026-05-14T15:17:39.473Z[ recovery-image] May 14 15:17:38.814 INFO O| May 14 15:17:38.814 INFO STEP 436 (remove_files) COMPLETE
61232026-05-14T15:17:39.476Z[ recovery-image] May 14 15:17:38.814 INFO O| May 14 15:17:38.814 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61242026-05-14T15:17:39.489Z[ recovery-image] May 14 15:17:38.825 INFO O| May 14 15:17:38.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
61252026-05-14T15:17:39.489Z[ recovery-image] May 14 15:17:38.825 INFO O| May 14 15:17:38.825 INFO STEP 437 (remove_files) COMPLETE
61262026-05-14T15:17:39.489Z[ recovery-image] May 14 15:17:38.825 INFO O| May 14 15:17:38.825 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61272026-05-14T15:17:39.494Z[ recovery-image] May 14 15:17:38.835 INFO O| May 14 15:17:38.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
61282026-05-14T15:17:39.494Z[ recovery-image] May 14 15:17:38.835 INFO O| May 14 15:17:38.835 INFO STEP 438 (remove_files) COMPLETE
61292026-05-14T15:17:39.494Z[ recovery-image] May 14 15:17:38.835 INFO O| May 14 15:17:38.835 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61302026-05-14T15:17:39.502Z[ recovery-image] May 14 15:17:38.843 INFO O| May 14 15:17:38.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
61312026-05-14T15:17:39.502Z[ recovery-image] May 14 15:17:38.843 INFO O| May 14 15:17:38.843 INFO STEP 439 (remove_files) COMPLETE
61322026-05-14T15:17:39.502Z[ recovery-image] May 14 15:17:38.843 INFO O| May 14 15:17:38.843 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61332026-05-14T15:17:39.510Z[ recovery-image] May 14 15:17:38.851 INFO O| May 14 15:17:38.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
61342026-05-14T15:17:39.510Z[ recovery-image] May 14 15:17:38.851 INFO O| May 14 15:17:38.851 INFO STEP 440 (remove_files) COMPLETE
61352026-05-14T15:17:39.513Z[ recovery-image] May 14 15:17:38.851 INFO O| May 14 15:17:38.851 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61362026-05-14T15:17:39.518Z[ recovery-image] May 14 15:17:38.859 INFO O| May 14 15:17:38.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
61372026-05-14T15:17:39.518Z[ recovery-image] May 14 15:17:38.859 INFO O| May 14 15:17:38.859 INFO STEP 441 (remove_files) COMPLETE
61382026-05-14T15:17:39.518Z[ recovery-image] May 14 15:17:38.859 INFO O| May 14 15:17:38.859 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61392026-05-14T15:17:39.526Z[ recovery-image] May 14 15:17:38.866 INFO O| May 14 15:17:38.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
61402026-05-14T15:17:39.526Z[ recovery-image] May 14 15:17:38.866 INFO O| May 14 15:17:38.866 INFO STEP 442 (remove_files) COMPLETE
61412026-05-14T15:17:39.526Z[ recovery-image] May 14 15:17:38.866 INFO O| May 14 15:17:38.866 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61422026-05-14T15:17:39.534Z[ recovery-image] May 14 15:17:38.875 INFO O| May 14 15:17:38.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
61432026-05-14T15:17:39.534Z[ recovery-image] May 14 15:17:38.875 INFO O| May 14 15:17:38.875 INFO STEP 443 (remove_files) COMPLETE
61442026-05-14T15:17:39.534Z[ recovery-image] May 14 15:17:38.875 INFO O| May 14 15:17:38.875 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61452026-05-14T15:17:39.543Z[ recovery-image] May 14 15:17:38.884 INFO O| May 14 15:17:38.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
61462026-05-14T15:17:39.543Z[ recovery-image] May 14 15:17:38.884 INFO O| May 14 15:17:38.884 INFO STEP 444 (remove_files) COMPLETE
61472026-05-14T15:17:39.543Z[ recovery-image] May 14 15:17:38.884 INFO O| May 14 15:17:38.884 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61482026-05-14T15:17:39.551Z[ recovery-image] May 14 15:17:38.891 INFO O| May 14 15:17:38.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
61492026-05-14T15:17:39.551Z[ recovery-image] May 14 15:17:38.892 INFO O| May 14 15:17:38.892 INFO STEP 445 (remove_files) COMPLETE
61502026-05-14T15:17:39.551Z[ recovery-image] May 14 15:17:38.892 INFO O| May 14 15:17:38.892 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61512026-05-14T15:17:39.562Z[ recovery-image] May 14 15:17:38.899 INFO O| May 14 15:17:38.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
61522026-05-14T15:17:39.562Z[ recovery-image] May 14 15:17:38.900 INFO O| May 14 15:17:38.900 INFO STEP 446 (remove_files) COMPLETE
61532026-05-14T15:17:39.565Z[ recovery-image] May 14 15:17:38.900 INFO O| May 14 15:17:38.900 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61542026-05-14T15:17:39.567Z[ recovery-image] May 14 15:17:38.907 INFO O| May 14 15:17:38.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
61552026-05-14T15:17:39.567Z[ recovery-image] May 14 15:17:38.907 INFO O| May 14 15:17:38.907 INFO STEP 447 (remove_files) COMPLETE
61562026-05-14T15:17:39.567Z[ recovery-image] May 14 15:17:38.907 INFO O| May 14 15:17:38.907 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61572026-05-14T15:17:39.575Z[ recovery-image] May 14 15:17:38.916 INFO O| May 14 15:17:38.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
61582026-05-14T15:17:39.575Z[ recovery-image] May 14 15:17:38.916 INFO O| May 14 15:17:38.916 INFO STEP 448 (remove_files) COMPLETE
61592026-05-14T15:17:39.578Z[ recovery-image] May 14 15:17:38.916 INFO O| May 14 15:17:38.916 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61602026-05-14T15:17:39.592Z[ recovery-image] May 14 15:17:38.933 INFO O| May 14 15:17:38.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
61612026-05-14T15:17:39.592Z[ recovery-image] May 14 15:17:38.933 INFO O| May 14 15:17:38.933 INFO STEP 449 (remove_files) COMPLETE
61622026-05-14T15:17:39.595Z[ recovery-image] May 14 15:17:38.933 INFO O| May 14 15:17:38.933 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61632026-05-14T15:17:39.647Z[ recovery-image] May 14 15:17:38.988 INFO O| May 14 15:17:38.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
61642026-05-14T15:17:39.647Z[ recovery-image] May 14 15:17:38.988 INFO O| May 14 15:17:38.988 INFO STEP 450 (remove_files) COMPLETE
61652026-05-14T15:17:39.647Z[ recovery-image] May 14 15:17:38.988 INFO O| May 14 15:17:38.988 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61662026-05-14T15:17:39.667Z[ recovery-image] May 14 15:17:39.008 INFO O| May 14 15:17:39.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
61672026-05-14T15:17:39.667Z[ recovery-image] May 14 15:17:39.008 INFO O| May 14 15:17:39.008 INFO STEP 451 (remove_files) COMPLETE
61682026-05-14T15:17:39.670Z[ recovery-image] May 14 15:17:39.008 INFO O| May 14 15:17:39.008 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61692026-05-14T15:17:39.677Z[ recovery-image] May 14 15:17:39.018 INFO O| May 14 15:17:39.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
61702026-05-14T15:17:39.677Z[ recovery-image] May 14 15:17:39.018 INFO O| May 14 15:17:39.018 INFO STEP 452 (remove_files) COMPLETE
61712026-05-14T15:17:39.677Z[ recovery-image] May 14 15:17:39.018 INFO O| May 14 15:17:39.018 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61722026-05-14T15:17:39.688Z[ recovery-image] May 14 15:17:39.027 INFO O| May 14 15:17:39.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
61732026-05-14T15:17:39.688Z[ recovery-image] May 14 15:17:39.028 INFO O| May 14 15:17:39.028 INFO STEP 453 (remove_files) COMPLETE
61742026-05-14T15:17:39.688Z[ recovery-image] May 14 15:17:39.028 INFO O| May 14 15:17:39.028 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61752026-05-14T15:17:39.740Z[ recovery-image] May 14 15:17:39.080 INFO O| May 14 15:17:39.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
61762026-05-14T15:17:39.740Z[ recovery-image] May 14 15:17:39.080 INFO O| May 14 15:17:39.080 INFO STEP 454 (remove_files) COMPLETE
61772026-05-14T15:17:39.740Z[ recovery-image] May 14 15:17:39.080 INFO O| May 14 15:17:39.080 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61782026-05-14T15:17:39.750Z[ recovery-image] May 14 15:17:39.091 INFO O| May 14 15:17:39.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
61792026-05-14T15:17:39.750Z[ recovery-image] May 14 15:17:39.091 INFO O| May 14 15:17:39.091 INFO STEP 455 (remove_files) COMPLETE
61802026-05-14T15:17:39.753Z[ recovery-image] May 14 15:17:39.091 INFO O| May 14 15:17:39.091 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61812026-05-14T15:17:39.760Z[ recovery-image] May 14 15:17:39.100 INFO O| May 14 15:17:39.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
61822026-05-14T15:17:39.760Z[ recovery-image] May 14 15:17:39.100 INFO O| May 14 15:17:39.100 INFO STEP 456 (remove_files) COMPLETE
61832026-05-14T15:17:39.760Z[ recovery-image] May 14 15:17:39.100 INFO O| May 14 15:17:39.100 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61842026-05-14T15:17:39.771Z[ recovery-image] May 14 15:17:39.110 INFO O| May 14 15:17:39.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
61852026-05-14T15:17:39.771Z[ recovery-image] May 14 15:17:39.111 INFO O| May 14 15:17:39.111 INFO STEP 457 (remove_files) COMPLETE
61862026-05-14T15:17:39.774Z[ recovery-image] May 14 15:17:39.111 INFO O| May 14 15:17:39.111 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61872026-05-14T15:17:39.780Z[ recovery-image] May 14 15:17:39.120 INFO O| May 14 15:17:39.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
61882026-05-14T15:17:39.780Z[ recovery-image] May 14 15:17:39.121 INFO O| May 14 15:17:39.121 INFO STEP 458 (remove_files) COMPLETE
61892026-05-14T15:17:39.783Z[ recovery-image] May 14 15:17:39.121 INFO O| May 14 15:17:39.121 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61902026-05-14T15:17:39.790Z[ recovery-image] May 14 15:17:39.131 INFO O| May 14 15:17:39.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
61912026-05-14T15:17:39.790Z[ recovery-image] May 14 15:17:39.131 INFO O| May 14 15:17:39.131 INFO STEP 459 (remove_files) COMPLETE
61922026-05-14T15:17:39.791Z[ recovery-image] May 14 15:17:39.131 INFO O| May 14 15:17:39.131 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61932026-05-14T15:17:39.802Z[ recovery-image] May 14 15:17:39.141 INFO O| May 14 15:17:39.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
61942026-05-14T15:17:39.802Z[ recovery-image] May 14 15:17:39.141 INFO O| May 14 15:17:39.141 INFO STEP 460 (remove_files) COMPLETE
61952026-05-14T15:17:39.802Z[ recovery-image] May 14 15:17:39.141 INFO O| May 14 15:17:39.141 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61962026-05-14T15:17:39.811Z[ recovery-image] May 14 15:17:39.151 INFO O| May 14 15:17:39.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
61972026-05-14T15:17:39.811Z[ recovery-image] May 14 15:17:39.151 INFO O| May 14 15:17:39.151 INFO STEP 461 (remove_files) COMPLETE
61982026-05-14T15:17:39.811Z[ recovery-image] May 14 15:17:39.151 INFO O| May 14 15:17:39.151 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61992026-05-14T15:17:39.821Z[ recovery-image] May 14 15:17:39.162 INFO O| May 14 15:17:39.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
62002026-05-14T15:17:39.824Z[ recovery-image] May 14 15:17:39.163 INFO O| May 14 15:17:39.163 INFO STEP 462 (remove_files) COMPLETE
62012026-05-14T15:17:39.824Z[ recovery-image] May 14 15:17:39.163 INFO O| May 14 15:17:39.163 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62022026-05-14T15:17:39.833Z[ recovery-image] May 14 15:17:39.173 INFO O| May 14 15:17:39.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
62032026-05-14T15:17:39.833Z[ recovery-image] May 14 15:17:39.173 INFO O| May 14 15:17:39.173 INFO STEP 463 (remove_files) COMPLETE
62042026-05-14T15:17:39.835Z[ recovery-image] May 14 15:17:39.173 INFO O| May 14 15:17:39.173 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62052026-05-14T15:17:39.857Z[ recovery-image] May 14 15:17:39.184 INFO O| May 14 15:17:39.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
62062026-05-14T15:17:39.857Z[ recovery-image] May 14 15:17:39.184 INFO O| May 14 15:17:39.184 INFO STEP 464 (remove_files) COMPLETE
62072026-05-14T15:17:39.861Z[ recovery-image] May 14 15:17:39.184 INFO O| May 14 15:17:39.184 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62082026-05-14T15:17:39.861Z[ recovery-image] May 14 15:17:39.194 INFO O| May 14 15:17:39.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
62092026-05-14T15:17:39.861Z[ recovery-image] May 14 15:17:39.194 INFO O| May 14 15:17:39.194 INFO STEP 465 (remove_files) COMPLETE
62102026-05-14T15:17:39.861Z[ recovery-image] May 14 15:17:39.194 INFO O| May 14 15:17:39.194 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62112026-05-14T15:17:39.864Z[ recovery-image] May 14 15:17:39.204 INFO O| May 14 15:17:39.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
62122026-05-14T15:17:39.864Z[ recovery-image] May 14 15:17:39.204 INFO O| May 14 15:17:39.204 INFO STEP 466 (remove_files) COMPLETE
62132026-05-14T15:17:39.864Z[ recovery-image] May 14 15:17:39.204 INFO O| May 14 15:17:39.204 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62142026-05-14T15:17:39.873Z[ recovery-image] May 14 15:17:39.214 INFO O| May 14 15:17:39.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
62152026-05-14T15:17:39.873Z[ recovery-image] May 14 15:17:39.214 INFO O| May 14 15:17:39.214 INFO STEP 467 (remove_files) COMPLETE
62162026-05-14T15:17:39.873Z[ recovery-image] May 14 15:17:39.214 INFO O| May 14 15:17:39.214 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62172026-05-14T15:17:39.883Z[ recovery-image] May 14 15:17:39.223 INFO O| May 14 15:17:39.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
62182026-05-14T15:17:39.883Z[ recovery-image] May 14 15:17:39.224 INFO O| May 14 15:17:39.224 INFO STEP 468 (remove_files) COMPLETE
62192026-05-14T15:17:39.883Z[ recovery-image] May 14 15:17:39.224 INFO O| May 14 15:17:39.224 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62202026-05-14T15:17:39.892Z[ recovery-image] May 14 15:17:39.233 INFO O| May 14 15:17:39.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
62212026-05-14T15:17:39.892Z[ recovery-image] May 14 15:17:39.233 INFO O| May 14 15:17:39.233 INFO STEP 469 (remove_files) COMPLETE
62222026-05-14T15:17:39.892Z[ recovery-image] May 14 15:17:39.233 INFO O| May 14 15:17:39.233 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62232026-05-14T15:17:39.916Z[ recovery-image] May 14 15:17:39.242 INFO O| May 14 15:17:39.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
62242026-05-14T15:17:39.916Z[ recovery-image] May 14 15:17:39.242 INFO O| May 14 15:17:39.242 INFO STEP 470 (remove_files) COMPLETE
62252026-05-14T15:17:39.919Z[ recovery-image] May 14 15:17:39.242 INFO O| May 14 15:17:39.242 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62262026-05-14T15:17:39.919Z[ recovery-image] May 14 15:17:39.253 INFO O| May 14 15:17:39.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
62272026-05-14T15:17:39.920Z[ recovery-image] May 14 15:17:39.253 INFO O| May 14 15:17:39.253 INFO STEP 471 (remove_files) COMPLETE
62282026-05-14T15:17:39.920Z[ recovery-image] May 14 15:17:39.253 INFO O| May 14 15:17:39.253 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62292026-05-14T15:17:39.923Z[ recovery-image] May 14 15:17:39.263 INFO O| May 14 15:17:39.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
62302026-05-14T15:17:39.923Z[ recovery-image] May 14 15:17:39.263 INFO O| May 14 15:17:39.263 INFO STEP 472 (remove_files) COMPLETE
62312026-05-14T15:17:39.923Z[ recovery-image] May 14 15:17:39.263 INFO O| May 14 15:17:39.263 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62322026-05-14T15:17:39.932Z[ recovery-image] May 14 15:17:39.273 INFO O| May 14 15:17:39.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
62332026-05-14T15:17:39.932Z[ recovery-image] May 14 15:17:39.273 INFO O| May 14 15:17:39.273 INFO STEP 473 (remove_files) COMPLETE
62342026-05-14T15:17:39.932Z[ recovery-image] May 14 15:17:39.273 INFO O| May 14 15:17:39.273 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62352026-05-14T15:17:39.943Z[ recovery-image] May 14 15:17:39.283 INFO O| May 14 15:17:39.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
62362026-05-14T15:17:39.943Z[ recovery-image] May 14 15:17:39.283 INFO O| May 14 15:17:39.283 INFO STEP 474 (remove_files) COMPLETE
62372026-05-14T15:17:39.943Z[ recovery-image] May 14 15:17:39.283 INFO O| May 14 15:17:39.283 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62382026-05-14T15:17:39.951Z[ recovery-image] May 14 15:17:39.292 INFO O| May 14 15:17:39.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
62392026-05-14T15:17:39.951Z[ recovery-image] May 14 15:17:39.292 INFO O| May 14 15:17:39.292 INFO STEP 475 (remove_files) COMPLETE
62402026-05-14T15:17:39.954Z[ recovery-image] May 14 15:17:39.292 INFO O| May 14 15:17:39.292 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62412026-05-14T15:17:39.961Z[ recovery-image] May 14 15:17:39.301 INFO O| May 14 15:17:39.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
62422026-05-14T15:17:39.961Z[ recovery-image] May 14 15:17:39.301 INFO O| May 14 15:17:39.301 INFO STEP 476 (remove_files) COMPLETE
62432026-05-14T15:17:39.961Z[ recovery-image] May 14 15:17:39.301 INFO O| May 14 15:17:39.301 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62442026-05-14T15:17:39.970Z[ recovery-image] May 14 15:17:39.310 INFO O| May 14 15:17:39.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/vmm"
62452026-05-14T15:17:39.970Z[ recovery-image] May 14 15:17:39.311 INFO O| May 14 15:17:39.311 INFO STEP 477 (remove_files) COMPLETE
62462026-05-14T15:17:39.970Z[ recovery-image] May 14 15:17:39.311 INFO O| May 14 15:17:39.311 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62472026-05-14T15:17:39.979Z[ recovery-image] May 14 15:17:39.320 INFO O| May 14 15:17:39.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
62482026-05-14T15:17:39.979Z[ recovery-image] May 14 15:17:39.320 INFO O| May 14 15:17:39.320 INFO STEP 478 (remove_files) COMPLETE
62492026-05-14T15:17:39.982Z[ recovery-image] May 14 15:17:39.320 INFO O| May 14 15:17:39.320 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62502026-05-14T15:17:39.989Z[ recovery-image] May 14 15:17:39.330 INFO O| May 14 15:17:39.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
62512026-05-14T15:17:39.989Z[ recovery-image] May 14 15:17:39.330 INFO O| May 14 15:17:39.330 INFO STEP 479 (remove_files) COMPLETE
62522026-05-14T15:17:39.992Z[ recovery-image] May 14 15:17:39.330 INFO O| May 14 15:17:39.330 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62532026-05-14T15:17:39.999Z[ recovery-image] May 14 15:17:39.340 INFO O| May 14 15:17:39.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
62542026-05-14T15:17:39.999Z[ recovery-image] May 14 15:17:39.340 INFO O| May 14 15:17:39.340 INFO STEP 480 (remove_files) COMPLETE
62552026-05-14T15:17:40.002Z[ recovery-image] May 14 15:17:39.340 INFO O| May 14 15:17:39.340 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62562026-05-14T15:17:40.009Z[ recovery-image] May 14 15:17:39.350 INFO O| May 14 15:17:39.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
62572026-05-14T15:17:40.009Z[ recovery-image] May 14 15:17:39.350 INFO O| May 14 15:17:39.350 INFO STEP 481 (remove_files) COMPLETE
62582026-05-14T15:17:40.012Z[ recovery-image] May 14 15:17:39.350 INFO O| May 14 15:17:39.350 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62592026-05-14T15:17:40.019Z[ recovery-image] May 14 15:17:39.360 INFO O| May 14 15:17:39.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
62602026-05-14T15:17:40.019Z[ recovery-image] May 14 15:17:39.360 INFO O| May 14 15:17:39.360 INFO STEP 482 (remove_files) COMPLETE
62612026-05-14T15:17:40.019Z[ recovery-image] May 14 15:17:39.360 INFO O| May 14 15:17:39.360 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62622026-05-14T15:17:40.029Z[ recovery-image] May 14 15:17:39.369 INFO O| May 14 15:17:39.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
62632026-05-14T15:17:40.029Z[ recovery-image] May 14 15:17:39.369 INFO O| May 14 15:17:39.369 INFO STEP 483 (remove_files) COMPLETE
62642026-05-14T15:17:40.032Z[ recovery-image] May 14 15:17:39.369 INFO O| May 14 15:17:39.369 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62652026-05-14T15:17:40.039Z[ recovery-image] May 14 15:17:39.379 INFO O| May 14 15:17:39.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
62662026-05-14T15:17:40.039Z[ recovery-image] May 14 15:17:39.379 INFO O| May 14 15:17:39.379 INFO STEP 484 (remove_files) COMPLETE
62672026-05-14T15:17:40.039Z[ recovery-image] May 14 15:17:39.379 INFO O| May 14 15:17:39.379 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62682026-05-14T15:17:40.048Z[ recovery-image] May 14 15:17:39.389 INFO O| May 14 15:17:39.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
62692026-05-14T15:17:40.048Z[ recovery-image] May 14 15:17:39.389 INFO O| May 14 15:17:39.389 INFO STEP 485 (remove_files) COMPLETE
62702026-05-14T15:17:40.051Z[ recovery-image] May 14 15:17:39.389 INFO O| May 14 15:17:39.389 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62712026-05-14T15:17:40.058Z[ recovery-image] May 14 15:17:39.399 INFO O| May 14 15:17:39.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/vmm.conf"
62722026-05-14T15:17:40.058Z[ recovery-image] May 14 15:17:39.399 INFO O| May 14 15:17:39.399 INFO STEP 486 (remove_files) COMPLETE
62732026-05-14T15:17:40.062Z[ recovery-image] May 14 15:17:39.399 INFO O| May 14 15:17:39.399 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62742026-05-14T15:17:40.068Z[ recovery-image] May 14 15:17:39.408 INFO O| May 14 15:17:39.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
62752026-05-14T15:17:40.068Z[ recovery-image] May 14 15:17:39.408 INFO O| May 14 15:17:39.408 INFO STEP 487 (remove_files) COMPLETE
62762026-05-14T15:17:40.072Z[ recovery-image] May 14 15:17:39.408 INFO O| May 14 15:17:39.408 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62772026-05-14T15:17:40.077Z[ recovery-image] May 14 15:17:39.418 INFO O| May 14 15:17:39.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
62782026-05-14T15:17:40.077Z[ recovery-image] May 14 15:17:39.418 INFO O| May 14 15:17:39.418 INFO STEP 488 (remove_files) COMPLETE
62792026-05-14T15:17:40.079Z[ recovery-image] May 14 15:17:39.418 INFO O| May 14 15:17:39.418 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62802026-05-14T15:17:40.086Z[ recovery-image] May 14 15:17:39.427 INFO O| May 14 15:17:39.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
62812026-05-14T15:17:40.086Z[ recovery-image] May 14 15:17:39.427 INFO O| May 14 15:17:39.427 INFO STEP 489 (remove_files) COMPLETE
62822026-05-14T15:17:40.086Z[ recovery-image] May 14 15:17:39.427 INFO O| May 14 15:17:39.427 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62832026-05-14T15:17:40.095Z[ recovery-image] May 14 15:17:39.436 INFO O| May 14 15:17:39.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
62842026-05-14T15:17:40.095Z[ recovery-image] May 14 15:17:39.436 INFO O| May 14 15:17:39.436 INFO STEP 490 (remove_files) COMPLETE
62852026-05-14T15:17:40.095Z[ recovery-image] May 14 15:17:39.436 INFO O| May 14 15:17:39.436 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62862026-05-14T15:17:40.103Z[ recovery-image] May 14 15:17:39.444 INFO O| May 14 15:17:39.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
62872026-05-14T15:17:40.103Z[ recovery-image] May 14 15:17:39.444 INFO O| May 14 15:17:39.444 INFO STEP 491 (remove_files) COMPLETE
62882026-05-14T15:17:40.104Z[ recovery-image] May 14 15:17:39.444 INFO O| May 14 15:17:39.444 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62892026-05-14T15:17:40.112Z[ recovery-image] May 14 15:17:39.453 INFO O| May 14 15:17:39.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
62902026-05-14T15:17:40.112Z[ recovery-image] May 14 15:17:39.453 INFO O| May 14 15:17:39.453 INFO STEP 492 (remove_files) COMPLETE
62912026-05-14T15:17:40.112Z[ recovery-image] May 14 15:17:39.453 INFO O| May 14 15:17:39.453 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62922026-05-14T15:17:40.120Z[ recovery-image] May 14 15:17:39.461 INFO O| May 14 15:17:39.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
62932026-05-14T15:17:40.120Z[ recovery-image] May 14 15:17:39.461 INFO O| May 14 15:17:39.461 INFO STEP 493 (remove_files) COMPLETE
62942026-05-14T15:17:40.120Z[ recovery-image] May 14 15:17:39.461 INFO O| May 14 15:17:39.461 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62952026-05-14T15:17:40.128Z[ recovery-image] May 14 15:17:39.469 INFO O| May 14 15:17:39.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
62962026-05-14T15:17:40.128Z[ recovery-image] May 14 15:17:39.469 INFO O| May 14 15:17:39.469 INFO STEP 494 (remove_files) COMPLETE
62972026-05-14T15:17:40.131Z[ recovery-image] May 14 15:17:39.469 INFO O| May 14 15:17:39.469 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62982026-05-14T15:17:40.139Z[ recovery-image] May 14 15:17:39.478 INFO O| May 14 15:17:39.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
62992026-05-14T15:17:40.139Z[ recovery-image] May 14 15:17:39.478 INFO O| May 14 15:17:39.478 INFO STEP 495 (remove_files) COMPLETE
63002026-05-14T15:17:40.139Z[ recovery-image] May 14 15:17:39.478 INFO O| May 14 15:17:39.478 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63012026-05-14T15:17:40.147Z[ recovery-image] May 14 15:17:39.487 INFO O| May 14 15:17:39.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
63022026-05-14T15:17:40.150Z[ recovery-image] May 14 15:17:39.488 INFO O| May 14 15:17:39.488 INFO STEP 496 (remove_files) COMPLETE
63032026-05-14T15:17:40.150Z[ recovery-image] May 14 15:17:39.488 INFO O| May 14 15:17:39.488 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63042026-05-14T15:17:40.157Z[ recovery-image] May 14 15:17:39.498 INFO O| May 14 15:17:39.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
63052026-05-14T15:17:40.157Z[ recovery-image] May 14 15:17:39.498 INFO O| May 14 15:17:39.498 INFO STEP 497 (remove_files) COMPLETE
63062026-05-14T15:17:40.160Z[ recovery-image] May 14 15:17:39.498 INFO O| May 14 15:17:39.498 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63072026-05-14T15:17:40.166Z[ recovery-image] May 14 15:17:39.507 INFO O| May 14 15:17:39.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
63082026-05-14T15:17:40.166Z[ recovery-image] May 14 15:17:39.507 INFO O| May 14 15:17:39.507 INFO STEP 498 (remove_files) COMPLETE
63092026-05-14T15:17:40.166Z[ recovery-image] May 14 15:17:39.507 INFO O| May 14 15:17:39.507 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63102026-05-14T15:17:40.175Z[ recovery-image] May 14 15:17:39.515 INFO O| May 14 15:17:39.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
63112026-05-14T15:17:40.175Z[ recovery-image] May 14 15:17:39.515 INFO O| May 14 15:17:39.515 INFO STEP 499 (remove_files) COMPLETE
63122026-05-14T15:17:40.177Z[ recovery-image] May 14 15:17:39.515 INFO O| May 14 15:17:39.515 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63132026-05-14T15:17:40.182Z[ recovery-image] May 14 15:17:39.523 INFO O| May 14 15:17:39.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
63142026-05-14T15:17:40.183Z[ recovery-image] May 14 15:17:39.523 INFO O| May 14 15:17:39.523 INFO STEP 500 (remove_files) COMPLETE
63152026-05-14T15:17:40.186Z[ recovery-image] May 14 15:17:39.523 INFO O| May 14 15:17:39.523 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63162026-05-14T15:17:40.191Z[ recovery-image] May 14 15:17:39.532 INFO O| May 14 15:17:39.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
63172026-05-14T15:17:40.194Z[ recovery-image] May 14 15:17:39.533 INFO O| May 14 15:17:39.533 INFO STEP 501 (remove_files) COMPLETE
63182026-05-14T15:17:40.195Z[ recovery-image] May 14 15:17:39.533 INFO O| May 14 15:17:39.533 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63192026-05-14T15:17:40.201Z[ recovery-image] May 14 15:17:39.542 INFO O| May 14 15:17:39.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
63202026-05-14T15:17:40.201Z[ recovery-image] May 14 15:17:39.542 INFO O| May 14 15:17:39.542 INFO STEP 502 (remove_files) COMPLETE
63212026-05-14T15:17:40.204Z[ recovery-image] May 14 15:17:39.542 INFO O| May 14 15:17:39.542 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63222026-05-14T15:17:40.209Z[ recovery-image] May 14 15:17:39.550 INFO O| May 14 15:17:39.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
63232026-05-14T15:17:40.209Z[ recovery-image] May 14 15:17:39.550 INFO O| May 14 15:17:39.550 INFO STEP 503 (remove_files) COMPLETE
63242026-05-14T15:17:40.209Z[ recovery-image] May 14 15:17:39.550 INFO O| May 14 15:17:39.550 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63252026-05-14T15:17:40.217Z[ recovery-image] May 14 15:17:39.558 INFO O| May 14 15:17:39.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
63262026-05-14T15:17:40.217Z[ recovery-image] May 14 15:17:39.558 INFO O| May 14 15:17:39.558 INFO STEP 504 (remove_files) COMPLETE
63272026-05-14T15:17:40.220Z[ recovery-image] May 14 15:17:39.558 INFO O| May 14 15:17:39.558 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63282026-05-14T15:17:40.225Z[ recovery-image] May 14 15:17:39.566 INFO O| May 14 15:17:39.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
63292026-05-14T15:17:40.225Z[ recovery-image] May 14 15:17:39.566 INFO O| May 14 15:17:39.566 INFO STEP 505 (remove_files) COMPLETE
63302026-05-14T15:17:40.225Z[ recovery-image] May 14 15:17:39.566 INFO O| May 14 15:17:39.566 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63312026-05-14T15:17:40.233Z[ recovery-image] May 14 15:17:39.573 INFO O| May 14 15:17:39.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
63322026-05-14T15:17:40.233Z[ recovery-image] May 14 15:17:39.573 INFO O| May 14 15:17:39.573 INFO STEP 506 (remove_files) COMPLETE
63332026-05-14T15:17:40.233Z[ recovery-image] May 14 15:17:39.573 INFO O| May 14 15:17:39.573 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63342026-05-14T15:17:40.240Z[ recovery-image] May 14 15:17:39.581 INFO O| May 14 15:17:39.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
63352026-05-14T15:17:40.240Z[ recovery-image] May 14 15:17:39.581 INFO O| May 14 15:17:39.581 INFO STEP 507 (remove_files) COMPLETE
63362026-05-14T15:17:40.241Z[ recovery-image] May 14 15:17:39.581 INFO O| May 14 15:17:39.581 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63372026-05-14T15:17:40.248Z[ recovery-image] May 14 15:17:39.588 INFO O| May 14 15:17:39.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
63382026-05-14T15:17:40.248Z[ recovery-image] May 14 15:17:39.589 INFO O| May 14 15:17:39.589 INFO STEP 508 (remove_files) COMPLETE
63392026-05-14T15:17:40.250Z[ recovery-image] May 14 15:17:39.589 INFO O| May 14 15:17:39.589 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63402026-05-14T15:17:40.255Z[ recovery-image] May 14 15:17:39.596 INFO O| May 14 15:17:39.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
63412026-05-14T15:17:40.255Z[ recovery-image] May 14 15:17:39.596 INFO O| May 14 15:17:39.596 INFO STEP 509 (remove_files) COMPLETE
63422026-05-14T15:17:40.255Z[ recovery-image] May 14 15:17:39.596 INFO O| May 14 15:17:39.596 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63432026-05-14T15:17:40.262Z[ recovery-image] May 14 15:17:39.603 INFO O| May 14 15:17:39.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
63442026-05-14T15:17:40.262Z[ recovery-image] May 14 15:17:39.603 INFO O| May 14 15:17:39.603 INFO STEP 510 (remove_files) COMPLETE
63452026-05-14T15:17:40.265Z[ recovery-image] May 14 15:17:39.603 INFO O| May 14 15:17:39.603 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63462026-05-14T15:17:40.270Z[ recovery-image] May 14 15:17:39.611 INFO O| May 14 15:17:39.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
63472026-05-14T15:17:40.270Z[ recovery-image] May 14 15:17:39.611 INFO O| May 14 15:17:39.611 INFO STEP 511 (remove_files) COMPLETE
63482026-05-14T15:17:40.270Z[ recovery-image] May 14 15:17:39.611 INFO O| May 14 15:17:39.611 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63492026-05-14T15:17:40.278Z[ recovery-image] May 14 15:17:39.619 INFO O| May 14 15:17:39.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
63502026-05-14T15:17:40.278Z[ recovery-image] May 14 15:17:39.619 INFO O| May 14 15:17:39.619 INFO STEP 512 (remove_files) COMPLETE
63512026-05-14T15:17:40.281Z[ recovery-image] May 14 15:17:39.619 INFO O| May 14 15:17:39.619 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63522026-05-14T15:17:40.286Z[ recovery-image] May 14 15:17:39.627 INFO O| May 14 15:17:39.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
63532026-05-14T15:17:40.289Z[ recovery-image] May 14 15:17:39.627 INFO O| May 14 15:17:39.627 INFO STEP 513 (remove_files) COMPLETE
63542026-05-14T15:17:40.289Z[ recovery-image] May 14 15:17:39.627 INFO O| May 14 15:17:39.627 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63552026-05-14T15:17:40.295Z[ recovery-image] May 14 15:17:39.636 INFO O| May 14 15:17:39.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
63562026-05-14T15:17:40.295Z[ recovery-image] May 14 15:17:39.636 INFO O| May 14 15:17:39.636 INFO STEP 514 (remove_files) COMPLETE
63572026-05-14T15:17:40.295Z[ recovery-image] May 14 15:17:39.636 INFO O| May 14 15:17:39.636 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63582026-05-14T15:17:40.304Z[ recovery-image] May 14 15:17:39.644 INFO O| May 14 15:17:39.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
63592026-05-14T15:17:40.304Z[ recovery-image] May 14 15:17:39.644 INFO O| May 14 15:17:39.644 INFO STEP 515 (remove_files) COMPLETE
63602026-05-14T15:17:40.307Z[ recovery-image] May 14 15:17:39.644 INFO O| May 14 15:17:39.644 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63612026-05-14T15:17:40.312Z[ recovery-image] May 14 15:17:39.653 INFO O| May 14 15:17:39.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
63622026-05-14T15:17:40.312Z[ recovery-image] May 14 15:17:39.653 INFO O| May 14 15:17:39.653 INFO STEP 516 (remove_files) COMPLETE
63632026-05-14T15:17:40.315Z[ recovery-image] May 14 15:17:39.653 INFO O| May 14 15:17:39.653 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63642026-05-14T15:17:40.321Z[ recovery-image] May 14 15:17:39.662 INFO O| May 14 15:17:39.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
63652026-05-14T15:17:40.322Z[ recovery-image] May 14 15:17:39.662 INFO O| May 14 15:17:39.662 INFO STEP 517 (remove_files) COMPLETE
63662026-05-14T15:17:40.322Z[ recovery-image] May 14 15:17:39.662 INFO O| May 14 15:17:39.662 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63672026-05-14T15:17:40.331Z[ recovery-image] May 14 15:17:39.671 INFO O| May 14 15:17:39.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
63682026-05-14T15:17:40.331Z[ recovery-image] May 14 15:17:39.671 INFO O| May 14 15:17:39.671 INFO STEP 518 (remove_files) COMPLETE
63692026-05-14T15:17:40.334Z[ recovery-image] May 14 15:17:39.671 INFO O| May 14 15:17:39.671 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63702026-05-14T15:17:40.339Z[ recovery-image] May 14 15:17:39.680 INFO O| May 14 15:17:39.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
63712026-05-14T15:17:40.339Z[ recovery-image] May 14 15:17:39.680 INFO O| May 14 15:17:39.680 INFO STEP 519 (remove_files) COMPLETE
63722026-05-14T15:17:40.342Z[ recovery-image] May 14 15:17:39.680 INFO O| May 14 15:17:39.680 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63732026-05-14T15:17:40.348Z[ recovery-image] May 14 15:17:39.688 INFO O| May 14 15:17:39.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
63742026-05-14T15:17:40.348Z[ recovery-image] May 14 15:17:39.688 INFO O| May 14 15:17:39.688 INFO STEP 520 (remove_files) COMPLETE
63752026-05-14T15:17:40.351Z[ recovery-image] May 14 15:17:39.688 INFO O| May 14 15:17:39.688 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63762026-05-14T15:17:40.356Z[ recovery-image] May 14 15:17:39.697 INFO O| May 14 15:17:39.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
63772026-05-14T15:17:40.356Z[ recovery-image] May 14 15:17:39.697 INFO O| May 14 15:17:39.697 INFO STEP 521 (remove_files) COMPLETE
63782026-05-14T15:17:40.356Z[ recovery-image] May 14 15:17:39.697 INFO O| May 14 15:17:39.697 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63792026-05-14T15:17:40.364Z[ recovery-image] May 14 15:17:39.705 INFO O| May 14 15:17:39.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
63802026-05-14T15:17:40.367Z[ recovery-image] May 14 15:17:39.706 INFO O| May 14 15:17:39.706 INFO STEP 522 (remove_files) COMPLETE
63812026-05-14T15:17:40.367Z[ recovery-image] May 14 15:17:39.706 INFO O| May 14 15:17:39.706 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63822026-05-14T15:17:40.375Z[ recovery-image] May 14 15:17:39.715 INFO O| May 14 15:17:39.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
63832026-05-14T15:17:40.375Z[ recovery-image] May 14 15:17:39.715 INFO O| May 14 15:17:39.715 INFO STEP 523 (remove_files) COMPLETE
63842026-05-14T15:17:40.375Z[ recovery-image] May 14 15:17:39.715 INFO O| May 14 15:17:39.715 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63852026-05-14T15:17:40.381Z[ recovery-image] May 14 15:17:39.722 INFO O| May 14 15:17:39.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
63862026-05-14T15:17:40.381Z[ recovery-image] May 14 15:17:39.722 INFO O| May 14 15:17:39.722 INFO STEP 524 (remove_files) COMPLETE
63872026-05-14T15:17:40.381Z[ recovery-image] May 14 15:17:39.722 INFO O| May 14 15:17:39.722 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63882026-05-14T15:17:40.390Z[ recovery-image] May 14 15:17:39.729 INFO O| May 14 15:17:39.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
63892026-05-14T15:17:40.390Z[ recovery-image] May 14 15:17:39.729 INFO O| May 14 15:17:39.729 INFO STEP 525 (remove_files) COMPLETE
63902026-05-14T15:17:40.394Z[ recovery-image] May 14 15:17:39.729 INFO O| May 14 15:17:39.729 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63912026-05-14T15:17:40.397Z[ recovery-image] May 14 15:17:39.737 INFO O| May 14 15:17:39.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
63922026-05-14T15:17:40.397Z[ recovery-image] May 14 15:17:39.737 INFO O| May 14 15:17:39.737 INFO STEP 526 (remove_files) COMPLETE
63932026-05-14T15:17:40.397Z[ recovery-image] May 14 15:17:39.737 INFO O| May 14 15:17:39.737 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63942026-05-14T15:17:40.404Z[ recovery-image] May 14 15:17:39.745 INFO O| May 14 15:17:39.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
63952026-05-14T15:17:40.404Z[ recovery-image] May 14 15:17:39.745 INFO O| May 14 15:17:39.745 INFO STEP 527 (remove_files) COMPLETE
63962026-05-14T15:17:40.404Z[ recovery-image] May 14 15:17:39.745 INFO O| May 14 15:17:39.745 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63972026-05-14T15:17:40.411Z[ recovery-image] May 14 15:17:39.752 INFO O| May 14 15:17:39.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
63982026-05-14T15:17:40.412Z[ recovery-image] May 14 15:17:39.752 INFO O| May 14 15:17:39.752 INFO STEP 528 (remove_files) COMPLETE
63992026-05-14T15:17:40.412Z[ recovery-image] May 14 15:17:39.752 INFO O| May 14 15:17:39.752 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64002026-05-14T15:17:40.419Z[ recovery-image] May 14 15:17:39.760 INFO O| May 14 15:17:39.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
64012026-05-14T15:17:40.419Z[ recovery-image] May 14 15:17:39.760 INFO O| May 14 15:17:39.760 INFO STEP 529 (remove_files) COMPLETE
64022026-05-14T15:17:40.419Z[ recovery-image] May 14 15:17:39.760 INFO O| May 14 15:17:39.760 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64032026-05-14T15:17:40.427Z[ recovery-image] May 14 15:17:39.768 INFO O| May 14 15:17:39.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
64042026-05-14T15:17:40.427Z[ recovery-image] May 14 15:17:39.768 INFO O| May 14 15:17:39.768 INFO STEP 530 (remove_files) COMPLETE
64052026-05-14T15:17:40.427Z[ recovery-image] May 14 15:17:39.768 INFO O| May 14 15:17:39.768 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64062026-05-14T15:17:40.435Z[ recovery-image] May 14 15:17:39.776 INFO O| May 14 15:17:39.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
64072026-05-14T15:17:40.435Z[ recovery-image] May 14 15:17:39.776 INFO O| May 14 15:17:39.776 INFO STEP 531 (remove_files) COMPLETE
64082026-05-14T15:17:40.435Z[ recovery-image] May 14 15:17:39.776 INFO O| May 14 15:17:39.776 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64092026-05-14T15:17:40.443Z[ recovery-image] May 14 15:17:39.784 INFO O| May 14 15:17:39.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
64102026-05-14T15:17:40.443Z[ recovery-image] May 14 15:17:39.784 INFO O| May 14 15:17:39.784 INFO STEP 532 (remove_files) COMPLETE
64112026-05-14T15:17:40.443Z[ recovery-image] May 14 15:17:39.784 INFO O| May 14 15:17:39.784 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64122026-05-14T15:17:40.451Z[ recovery-image] May 14 15:17:39.792 INFO O| May 14 15:17:39.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
64132026-05-14T15:17:40.451Z[ recovery-image] May 14 15:17:39.792 INFO O| May 14 15:17:39.792 INFO STEP 533 (remove_files) COMPLETE
64142026-05-14T15:17:40.451Z[ recovery-image] May 14 15:17:39.792 INFO O| May 14 15:17:39.792 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64152026-05-14T15:17:40.459Z[ recovery-image] May 14 15:17:39.800 INFO O| May 14 15:17:39.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
64162026-05-14T15:17:40.459Z[ recovery-image] May 14 15:17:39.800 INFO O| May 14 15:17:39.800 INFO STEP 534 (remove_files) COMPLETE
64172026-05-14T15:17:40.459Z[ recovery-image] May 14 15:17:39.800 INFO O| May 14 15:17:39.800 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64182026-05-14T15:17:40.467Z[ recovery-image] May 14 15:17:39.807 INFO O| May 14 15:17:39.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
64192026-05-14T15:17:40.467Z[ recovery-image] May 14 15:17:39.808 INFO O| May 14 15:17:39.807 INFO STEP 535 (remove_files) COMPLETE
64202026-05-14T15:17:40.467Z[ recovery-image] May 14 15:17:39.808 INFO O| May 14 15:17:39.808 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64212026-05-14T15:17:40.478Z[ recovery-image] May 14 15:17:39.815 INFO O| May 14 15:17:39.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
64222026-05-14T15:17:40.478Z[ recovery-image] May 14 15:17:39.816 INFO O| May 14 15:17:39.816 INFO STEP 536 (remove_files) COMPLETE
64232026-05-14T15:17:40.478Z[ recovery-image] May 14 15:17:39.816 INFO O| May 14 15:17:39.816 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64242026-05-14T15:17:40.483Z[ recovery-image] May 14 15:17:39.824 INFO O| May 14 15:17:39.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
64252026-05-14T15:17:40.483Z[ recovery-image] May 14 15:17:39.824 INFO O| May 14 15:17:39.824 INFO STEP 537 (remove_files) COMPLETE
64262026-05-14T15:17:40.486Z[ recovery-image] May 14 15:17:39.824 INFO O| May 14 15:17:39.824 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64272026-05-14T15:17:40.492Z[ recovery-image] May 14 15:17:39.833 INFO O| May 14 15:17:39.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
64282026-05-14T15:17:40.495Z[ recovery-image] May 14 15:17:39.834 INFO O| May 14 15:17:39.834 INFO STEP 538 (remove_files) COMPLETE
64292026-05-14T15:17:40.495Z[ recovery-image] May 14 15:17:39.834 INFO O| May 14 15:17:39.834 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64302026-05-14T15:17:40.502Z[ recovery-image] May 14 15:17:39.843 INFO O| May 14 15:17:39.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
64312026-05-14T15:17:40.502Z[ recovery-image] May 14 15:17:39.843 INFO O| May 14 15:17:39.843 INFO STEP 539 (remove_files) COMPLETE
64322026-05-14T15:17:40.502Z[ recovery-image] May 14 15:17:39.843 INFO O| May 14 15:17:39.843 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64332026-05-14T15:17:40.510Z[ recovery-image] May 14 15:17:39.851 INFO O| May 14 15:17:39.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
64342026-05-14T15:17:40.511Z[ recovery-image] May 14 15:17:39.851 INFO O| May 14 15:17:39.851 INFO STEP 540 (remove_files) COMPLETE
64352026-05-14T15:17:40.511Z[ recovery-image] May 14 15:17:39.851 INFO O| May 14 15:17:39.851 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64362026-05-14T15:17:40.519Z[ recovery-image] May 14 15:17:39.860 INFO O| May 14 15:17:39.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
64372026-05-14T15:17:40.519Z[ recovery-image] May 14 15:17:39.860 INFO O| May 14 15:17:39.860 INFO STEP 541 (remove_files) COMPLETE
64382026-05-14T15:17:40.519Z[ recovery-image] May 14 15:17:39.860 INFO O| May 14 15:17:39.860 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64392026-05-14T15:17:40.528Z[ recovery-image] May 14 15:17:39.869 INFO O| May 14 15:17:39.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
64402026-05-14T15:17:40.528Z[ recovery-image] May 14 15:17:39.869 INFO O| May 14 15:17:39.869 INFO STEP 542 (remove_files) COMPLETE
64412026-05-14T15:17:40.529Z[ recovery-image] May 14 15:17:39.869 INFO O| May 14 15:17:39.869 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64422026-05-14T15:17:40.538Z[ recovery-image] May 14 15:17:39.879 INFO O| May 14 15:17:39.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
64432026-05-14T15:17:40.538Z[ recovery-image] May 14 15:17:39.879 INFO O| May 14 15:17:39.879 INFO STEP 543 (remove_files) COMPLETE
64442026-05-14T15:17:40.541Z[ recovery-image] May 14 15:17:39.879 INFO O| May 14 15:17:39.879 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64452026-05-14T15:17:40.548Z[ recovery-image] May 14 15:17:39.888 INFO O| May 14 15:17:39.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
64462026-05-14T15:17:40.548Z[ recovery-image] May 14 15:17:39.888 INFO O| May 14 15:17:39.888 INFO STEP 544 (remove_files) COMPLETE
64472026-05-14T15:17:40.551Z[ recovery-image] May 14 15:17:39.888 INFO O| May 14 15:17:39.888 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64482026-05-14T15:17:40.556Z[ recovery-image] May 14 15:17:39.897 INFO O| May 14 15:17:39.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
64492026-05-14T15:17:40.556Z[ recovery-image] May 14 15:17:39.897 INFO O| May 14 15:17:39.897 INFO STEP 545 (remove_files) COMPLETE
64502026-05-14T15:17:40.558Z[ recovery-image] May 14 15:17:39.897 INFO O| May 14 15:17:39.897 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64512026-05-14T15:17:40.565Z[ recovery-image] May 14 15:17:39.906 INFO O| May 14 15:17:39.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
64522026-05-14T15:17:40.565Z[ recovery-image] May 14 15:17:39.906 INFO O| May 14 15:17:39.906 INFO STEP 546 (remove_files) COMPLETE
64532026-05-14T15:17:40.568Z[ recovery-image] May 14 15:17:39.906 INFO O| May 14 15:17:39.906 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64542026-05-14T15:17:40.574Z[ recovery-image] May 14 15:17:39.914 INFO O| May 14 15:17:39.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
64552026-05-14T15:17:40.574Z[ recovery-image] May 14 15:17:39.914 INFO O| May 14 15:17:39.914 INFO STEP 547 (remove_files) COMPLETE
64562026-05-14T15:17:40.577Z[ recovery-image] May 14 15:17:39.914 INFO O| May 14 15:17:39.914 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64572026-05-14T15:17:40.583Z[ recovery-image] May 14 15:17:39.923 INFO O| May 14 15:17:39.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
64582026-05-14T15:17:40.583Z[ recovery-image] May 14 15:17:39.924 INFO O| May 14 15:17:39.924 INFO STEP 548 (remove_files) COMPLETE
64592026-05-14T15:17:40.608Z[ recovery-image] May 14 15:17:39.924 INFO O| May 14 15:17:39.924 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64602026-05-14T15:17:40.608Z[ recovery-image] May 14 15:17:39.933 INFO O| May 14 15:17:39.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
64612026-05-14T15:17:40.608Z[ recovery-image] May 14 15:17:39.933 INFO O| May 14 15:17:39.933 INFO STEP 549 (remove_files) COMPLETE
64622026-05-14T15:17:40.609Z[ recovery-image] May 14 15:17:39.933 INFO O| May 14 15:17:39.933 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64632026-05-14T15:17:40.609Z[ recovery-image] May 14 15:17:39.942 INFO O| May 14 15:17:39.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
64642026-05-14T15:17:40.609Z[ recovery-image] May 14 15:17:39.942 INFO O| May 14 15:17:39.942 INFO STEP 550 (remove_files) COMPLETE
64652026-05-14T15:17:40.609Z[ recovery-image] May 14 15:17:39.942 INFO O| May 14 15:17:39.942 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64662026-05-14T15:17:40.612Z[ recovery-image] May 14 15:17:39.951 INFO O| May 14 15:17:39.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
64672026-05-14T15:17:40.612Z[ recovery-image] May 14 15:17:39.951 INFO O| May 14 15:17:39.951 INFO STEP 551 (remove_files) COMPLETE
64682026-05-14T15:17:40.612Z[ recovery-image] May 14 15:17:39.951 INFO O| May 14 15:17:39.951 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64692026-05-14T15:17:40.636Z[ recovery-image] May 14 15:17:39.976 INFO O| May 14 15:17:39.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
64702026-05-14T15:17:40.636Z[ recovery-image] May 14 15:17:39.976 INFO O| May 14 15:17:39.976 INFO STEP 552 (remove_files) COMPLETE
64712026-05-14T15:17:40.636Z[ recovery-image] May 14 15:17:39.976 INFO O| May 14 15:17:39.976 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64722026-05-14T15:17:40.644Z[ recovery-image] May 14 15:17:39.984 INFO O| May 14 15:17:39.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
64732026-05-14T15:17:40.644Z[ recovery-image] May 14 15:17:39.984 INFO O| May 14 15:17:39.984 INFO STEP 553 (remove_files) COMPLETE
64742026-05-14T15:17:40.644Z[ recovery-image] May 14 15:17:39.984 INFO O| May 14 15:17:39.984 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64752026-05-14T15:17:40.651Z[ recovery-image] May 14 15:17:39.991 INFO O| May 14 15:17:39.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
64762026-05-14T15:17:40.651Z[ recovery-image] May 14 15:17:39.991 INFO O| May 14 15:17:39.991 INFO STEP 554 (remove_files) COMPLETE
64772026-05-14T15:17:40.654Z[ recovery-image] May 14 15:17:39.991 INFO O| May 14 15:17:39.991 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64782026-05-14T15:17:40.658Z[ recovery-image] May 14 15:17:39.998 INFO O| May 14 15:17:39.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
64792026-05-14T15:17:40.658Z[ recovery-image] May 14 15:17:39.998 INFO O| May 14 15:17:39.998 INFO STEP 555 (remove_files) COMPLETE
64802026-05-14T15:17:40.658Z[ recovery-image] May 14 15:17:39.998 INFO O| May 14 15:17:39.998 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64812026-05-14T15:17:40.666Z[ recovery-image] May 14 15:17:40.006 INFO O| May 14 15:17:40.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
64822026-05-14T15:17:40.666Z[ recovery-image] May 14 15:17:40.006 INFO O| May 14 15:17:40.006 INFO STEP 556 (remove_files) COMPLETE
64832026-05-14T15:17:40.666Z[ recovery-image] May 14 15:17:40.006 INFO O| May 14 15:17:40.006 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64842026-05-14T15:17:40.673Z[ recovery-image] May 14 15:17:40.013 INFO O| May 14 15:17:40.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
64852026-05-14T15:17:40.673Z[ recovery-image] May 14 15:17:40.014 INFO O| May 14 15:17:40.014 INFO STEP 557 (remove_files) COMPLETE
64862026-05-14T15:17:40.676Z[ recovery-image] May 14 15:17:40.014 INFO O| May 14 15:17:40.014 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64872026-05-14T15:17:40.680Z[ recovery-image] May 14 15:17:40.021 INFO O| May 14 15:17:40.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
64882026-05-14T15:17:40.680Z[ recovery-image] May 14 15:17:40.021 INFO O| May 14 15:17:40.021 INFO STEP 558 (remove_files) COMPLETE
64892026-05-14T15:17:40.683Z[ recovery-image] May 14 15:17:40.021 INFO O| May 14 15:17:40.021 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64902026-05-14T15:17:40.687Z[ recovery-image] May 14 15:17:40.028 INFO O| May 14 15:17:40.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
64912026-05-14T15:17:40.687Z[ recovery-image] May 14 15:17:40.028 INFO O| May 14 15:17:40.028 INFO STEP 559 (remove_files) COMPLETE
64922026-05-14T15:17:40.687Z[ recovery-image] May 14 15:17:40.028 INFO O| May 14 15:17:40.028 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64932026-05-14T15:17:40.695Z[ recovery-image] May 14 15:17:40.035 INFO O| May 14 15:17:40.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
64942026-05-14T15:17:40.695Z[ recovery-image] May 14 15:17:40.035 INFO O| May 14 15:17:40.035 INFO STEP 560 (remove_files) COMPLETE
64952026-05-14T15:17:40.698Z[ recovery-image] May 14 15:17:40.035 INFO O| May 14 15:17:40.035 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64962026-05-14T15:17:40.703Z[ recovery-image] May 14 15:17:40.044 INFO O| May 14 15:17:40.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
64972026-05-14T15:17:40.703Z[ recovery-image] May 14 15:17:40.044 INFO O| May 14 15:17:40.044 INFO STEP 561 (remove_files) COMPLETE
64982026-05-14T15:17:40.706Z[ recovery-image] May 14 15:17:40.044 INFO O| May 14 15:17:40.044 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64992026-05-14T15:17:40.719Z[ recovery-image] May 14 15:17:40.053 INFO O| May 14 15:17:40.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
65002026-05-14T15:17:40.719Z[ recovery-image] May 14 15:17:40.053 INFO O| May 14 15:17:40.053 INFO STEP 562 (remove_files) COMPLETE
65012026-05-14T15:17:40.722Z[ recovery-image] May 14 15:17:40.053 INFO O| May 14 15:17:40.053 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65022026-05-14T15:17:40.739Z[ recovery-image] May 14 15:17:40.071 INFO O| May 14 15:17:40.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
65032026-05-14T15:17:40.739Z[ recovery-image] May 14 15:17:40.071 INFO O| May 14 15:17:40.064 INFO STEP 563 (remove_files) COMPLETE
65042026-05-14T15:17:40.739Z[ recovery-image] May 14 15:17:40.071 INFO O| May 14 15:17:40.064 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65052026-05-14T15:17:40.739Z[ recovery-image] May 14 15:17:40.078 INFO O| May 14 15:17:40.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
65062026-05-14T15:17:40.739Z[ recovery-image] May 14 15:17:40.078 INFO O| May 14 15:17:40.073 INFO STEP 564 (remove_files) COMPLETE
65072026-05-14T15:17:40.739Z[ recovery-image] May 14 15:17:40.078 INFO O| May 14 15:17:40.073 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65082026-05-14T15:17:40.743Z[ recovery-image] May 14 15:17:40.081 INFO O| May 14 15:17:40.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
65092026-05-14T15:17:40.743Z[ recovery-image] May 14 15:17:40.081 INFO O| May 14 15:17:40.081 INFO STEP 565 (remove_files) COMPLETE
65102026-05-14T15:17:40.743Z[ recovery-image] May 14 15:17:40.081 INFO O| May 14 15:17:40.081 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65112026-05-14T15:17:40.747Z[ recovery-image] May 14 15:17:40.088 INFO O| May 14 15:17:40.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
65122026-05-14T15:17:40.747Z[ recovery-image] May 14 15:17:40.088 INFO O| May 14 15:17:40.088 INFO STEP 566 (remove_files) COMPLETE
65132026-05-14T15:17:40.747Z[ recovery-image] May 14 15:17:40.088 INFO O| May 14 15:17:40.088 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65142026-05-14T15:17:40.755Z[ recovery-image] May 14 15:17:40.096 INFO O| May 14 15:17:40.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
65152026-05-14T15:17:40.755Z[ recovery-image] May 14 15:17:40.096 INFO O| May 14 15:17:40.096 INFO STEP 567 (remove_files) COMPLETE
65162026-05-14T15:17:40.755Z[ recovery-image] May 14 15:17:40.096 INFO O| May 14 15:17:40.096 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65172026-05-14T15:17:40.763Z[ recovery-image] May 14 15:17:40.104 INFO O| May 14 15:17:40.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
65182026-05-14T15:17:40.763Z[ recovery-image] May 14 15:17:40.104 INFO O| May 14 15:17:40.104 INFO STEP 568 (remove_files) COMPLETE
65192026-05-14T15:17:40.766Z[ recovery-image] May 14 15:17:40.104 INFO O| May 14 15:17:40.104 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65202026-05-14T15:17:40.771Z[ recovery-image] May 14 15:17:40.111 INFO O| May 14 15:17:40.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
65212026-05-14T15:17:40.771Z[ recovery-image] May 14 15:17:40.111 INFO O| May 14 15:17:40.111 INFO STEP 569 (remove_files) COMPLETE
65222026-05-14T15:17:40.774Z[ recovery-image] May 14 15:17:40.111 INFO O| May 14 15:17:40.111 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65232026-05-14T15:17:40.778Z[ recovery-image] May 14 15:17:40.119 INFO O| May 14 15:17:40.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
65242026-05-14T15:17:40.778Z[ recovery-image] May 14 15:17:40.119 INFO O| May 14 15:17:40.119 INFO STEP 570 (remove_files) COMPLETE
65252026-05-14T15:17:40.781Z[ recovery-image] May 14 15:17:40.119 INFO O| May 14 15:17:40.119 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65262026-05-14T15:17:40.785Z[ recovery-image] May 14 15:17:40.126 INFO O| May 14 15:17:40.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
65272026-05-14T15:17:40.785Z[ recovery-image] May 14 15:17:40.126 INFO O| May 14 15:17:40.126 INFO STEP 571 (remove_files) COMPLETE
65282026-05-14T15:17:40.785Z[ recovery-image] May 14 15:17:40.126 INFO O| May 14 15:17:40.126 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65292026-05-14T15:17:40.796Z[ recovery-image] May 14 15:17:40.137 INFO O| May 14 15:17:40.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
65302026-05-14T15:17:40.797Z[ recovery-image] May 14 15:17:40.137 INFO O| May 14 15:17:40.137 INFO STEP 572 (remove_files) COMPLETE
65312026-05-14T15:17:40.800Z[ recovery-image] May 14 15:17:40.137 INFO O| May 14 15:17:40.137 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65322026-05-14T15:17:40.806Z[ recovery-image] May 14 15:17:40.147 INFO O| May 14 15:17:40.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
65332026-05-14T15:17:40.806Z[ recovery-image] May 14 15:17:40.147 INFO O| May 14 15:17:40.147 INFO STEP 573 (remove_files) COMPLETE
65342026-05-14T15:17:40.809Z[ recovery-image] May 14 15:17:40.147 INFO O| May 14 15:17:40.147 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65352026-05-14T15:17:40.817Z[ recovery-image] May 14 15:17:40.157 INFO O| May 14 15:17:40.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
65362026-05-14T15:17:40.817Z[ recovery-image] May 14 15:17:40.157 INFO O| May 14 15:17:40.157 INFO STEP 574 (remove_files) COMPLETE
65372026-05-14T15:17:40.817Z[ recovery-image] May 14 15:17:40.157 INFO O| May 14 15:17:40.157 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65382026-05-14T15:17:40.825Z[ recovery-image] May 14 15:17:40.165 INFO O| May 14 15:17:40.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
65392026-05-14T15:17:40.825Z[ recovery-image] May 14 15:17:40.165 INFO O| May 14 15:17:40.165 INFO STEP 575 (remove_files) COMPLETE
65402026-05-14T15:17:40.829Z[ recovery-image] May 14 15:17:40.165 INFO O| May 14 15:17:40.165 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65412026-05-14T15:17:40.832Z[ recovery-image] May 14 15:17:40.173 INFO O| May 14 15:17:40.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
65422026-05-14T15:17:40.832Z[ recovery-image] May 14 15:17:40.173 INFO O| May 14 15:17:40.173 INFO STEP 576 (remove_files) COMPLETE
65432026-05-14T15:17:40.832Z[ recovery-image] May 14 15:17:40.173 INFO O| May 14 15:17:40.173 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65442026-05-14T15:17:40.840Z[ recovery-image] May 14 15:17:40.180 INFO O| May 14 15:17:40.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
65452026-05-14T15:17:40.840Z[ recovery-image] May 14 15:17:40.180 INFO O| May 14 15:17:40.180 INFO STEP 577 (remove_files) COMPLETE
65462026-05-14T15:17:40.840Z[ recovery-image] May 14 15:17:40.180 INFO O| May 14 15:17:40.180 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65472026-05-14T15:17:40.848Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
65482026-05-14T15:17:40.851Z[ recovery-image] May 14 15:17:40.188 INFO O| May 14 15:17:40.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
65492026-05-14T15:17:40.851Z[ recovery-image] May 14 15:17:40.188 INFO O| May 14 15:17:40.188 INFO STEP 578 (remove_files) COMPLETE
65502026-05-14T15:17:40.851Z[ recovery-image] May 14 15:17:40.188 INFO O| May 14 15:17:40.188 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65512026-05-14T15:17:40.857Z[ recovery-image] May 14 15:17:40.197 INFO O| May 14 15:17:40.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
65522026-05-14T15:17:40.857Z[ recovery-image] May 14 15:17:40.197 INFO O| May 14 15:17:40.197 INFO STEP 579 (remove_files) COMPLETE
65532026-05-14T15:17:40.860Z[ recovery-image] May 14 15:17:40.197 INFO O| May 14 15:17:40.197 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65542026-05-14T15:17:40.867Z[ recovery-image] May 14 15:17:40.207 INFO O| May 14 15:17:40.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
65552026-05-14T15:17:40.867Z[ recovery-image] May 14 15:17:40.208 INFO O| May 14 15:17:40.207 INFO STEP 580 (remove_files) COMPLETE
65562026-05-14T15:17:40.870Z[ recovery-image] May 14 15:17:40.208 INFO O| May 14 15:17:40.207 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65572026-05-14T15:17:40.876Z[ recovery-image] May 14 15:17:40.216 INFO O| May 14 15:17:40.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
65582026-05-14T15:17:40.876Z[ recovery-image] May 14 15:17:40.216 INFO O| May 14 15:17:40.216 INFO STEP 581 (remove_files) COMPLETE
65592026-05-14T15:17:40.876Z[ recovery-image] May 14 15:17:40.216 INFO O| May 14 15:17:40.216 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65602026-05-14T15:17:40.884Z[ recovery-image] May 14 15:17:40.224 INFO O| May 14 15:17:40.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
65612026-05-14T15:17:40.884Z[ recovery-image] May 14 15:17:40.224 INFO O| May 14 15:17:40.224 INFO STEP 582 (remove_files) COMPLETE
65622026-05-14T15:17:40.884Z[ recovery-image] May 14 15:17:40.224 INFO O| May 14 15:17:40.224 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65632026-05-14T15:17:40.896Z[ recovery-image] May 14 15:17:40.232 INFO O| May 14 15:17:40.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
65642026-05-14T15:17:40.896Z[ recovery-image] May 14 15:17:40.233 INFO O| May 14 15:17:40.233 INFO STEP 583 (remove_files) COMPLETE
65652026-05-14T15:17:40.897Z[ recovery-image] May 14 15:17:40.233 INFO O| May 14 15:17:40.233 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65662026-05-14T15:17:40.904Z[ recovery-image] May 14 15:17:40.241 INFO O| May 14 15:17:40.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
65672026-05-14T15:17:40.904Z[ recovery-image] May 14 15:17:40.241 INFO O| May 14 15:17:40.241 INFO STEP 584 (remove_files) COMPLETE
65682026-05-14T15:17:40.904Z[ recovery-image] May 14 15:17:40.241 INFO O| May 14 15:17:40.241 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65692026-05-14T15:17:40.916Z[ recovery-image] May 14 15:17:40.249 INFO O| May 14 15:17:40.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
65702026-05-14T15:17:40.916Z[ recovery-image] May 14 15:17:40.249 INFO O| May 14 15:17:40.249 INFO STEP 585 (remove_files) COMPLETE
65712026-05-14T15:17:40.916Z[ recovery-image] May 14 15:17:40.249 INFO O| May 14 15:17:40.249 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65722026-05-14T15:17:40.916Z[ recovery-image] May 14 15:17:40.256 INFO O| May 14 15:17:40.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
65732026-05-14T15:17:40.916Z[ recovery-image] May 14 15:17:40.256 INFO O| May 14 15:17:40.256 INFO STEP 586 (remove_files) COMPLETE
65742026-05-14T15:17:40.919Z[ recovery-image] May 14 15:17:40.256 INFO O| May 14 15:17:40.256 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65752026-05-14T15:17:40.923Z[ recovery-image] May 14 15:17:40.264 INFO O| May 14 15:17:40.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
65762026-05-14T15:17:40.923Z[ recovery-image] May 14 15:17:40.264 INFO O| May 14 15:17:40.264 INFO STEP 587 (remove_files) COMPLETE
65772026-05-14T15:17:40.926Z[ recovery-image] May 14 15:17:40.264 INFO O| May 14 15:17:40.264 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65782026-05-14T15:17:40.931Z[ recovery-image] May 14 15:17:40.271 INFO O| May 14 15:17:40.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
65792026-05-14T15:17:40.931Z[ recovery-image] May 14 15:17:40.271 INFO O| May 14 15:17:40.271 INFO STEP 588 (remove_files) COMPLETE
65802026-05-14T15:17:40.931Z[ recovery-image] May 14 15:17:40.271 INFO O| May 14 15:17:40.271 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65812026-05-14T15:17:40.938Z[ recovery-image] May 14 15:17:40.279 INFO O| May 14 15:17:40.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
65822026-05-14T15:17:40.938Z[ recovery-image] May 14 15:17:40.279 INFO O| May 14 15:17:40.279 INFO STEP 589 (remove_files) COMPLETE
65832026-05-14T15:17:40.942Z[ recovery-image] May 14 15:17:40.279 INFO O| May 14 15:17:40.279 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65842026-05-14T15:17:40.946Z[ recovery-image] May 14 15:17:40.286 INFO O| May 14 15:17:40.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
65852026-05-14T15:17:40.946Z[ recovery-image] May 14 15:17:40.286 INFO O| May 14 15:17:40.286 INFO STEP 590 (remove_files) COMPLETE
65862026-05-14T15:17:40.949Z[ recovery-image] May 14 15:17:40.286 INFO O| May 14 15:17:40.286 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65872026-05-14T15:17:40.964Z[ recovery-image] May 14 15:17:40.295 INFO O| May 14 15:17:40.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
65882026-05-14T15:17:40.964Z[ recovery-image] May 14 15:17:40.295 INFO O| May 14 15:17:40.295 INFO STEP 591 (remove_files) COMPLETE
65892026-05-14T15:17:40.964Z[ recovery-image] May 14 15:17:40.295 INFO O| May 14 15:17:40.295 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65902026-05-14T15:17:40.964Z[ recovery-image] May 14 15:17:40.304 INFO O| May 14 15:17:40.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
65912026-05-14T15:17:40.967Z[ recovery-image] May 14 15:17:40.304 INFO O| May 14 15:17:40.304 INFO STEP 592 (remove_files) COMPLETE
65922026-05-14T15:17:40.967Z[ recovery-image] May 14 15:17:40.304 INFO O| May 14 15:17:40.304 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65932026-05-14T15:17:40.971Z[ recovery-image] May 14 15:17:40.312 INFO O| May 14 15:17:40.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
65942026-05-14T15:17:40.974Z[ recovery-image] May 14 15:17:40.313 INFO O| May 14 15:17:40.313 INFO STEP 593 (remove_files) COMPLETE
65952026-05-14T15:17:40.974Z[ recovery-image] May 14 15:17:40.313 INFO O| May 14 15:17:40.313 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65962026-05-14T15:17:40.980Z[ recovery-image] May 14 15:17:40.320 INFO O| May 14 15:17:40.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
65972026-05-14T15:17:40.980Z[ recovery-image] May 14 15:17:40.320 INFO O| May 14 15:17:40.320 INFO STEP 594 (remove_files) COMPLETE
65982026-05-14T15:17:40.982Z[ recovery-image] May 14 15:17:40.320 INFO O| May 14 15:17:40.320 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65992026-05-14T15:17:40.987Z[ recovery-image] May 14 15:17:40.327 INFO O| May 14 15:17:40.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
66002026-05-14T15:17:40.987Z[ recovery-image] May 14 15:17:40.327 INFO O| May 14 15:17:40.327 INFO STEP 595 (remove_files) COMPLETE
66012026-05-14T15:17:40.987Z[ recovery-image] May 14 15:17:40.327 INFO O| May 14 15:17:40.327 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66022026-05-14T15:17:40.994Z[ recovery-image] May 14 15:17:40.334 INFO O| May 14 15:17:40.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
66032026-05-14T15:17:40.997Z[ recovery-image] May 14 15:17:40.335 INFO O| May 14 15:17:40.335 INFO STEP 596 (remove_files) COMPLETE
66042026-05-14T15:17:40.997Z[ recovery-image] May 14 15:17:40.335 INFO O| May 14 15:17:40.335 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66052026-05-14T15:17:41.002Z[ recovery-image] May 14 15:17:40.343 INFO O| May 14 15:17:40.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
66062026-05-14T15:17:41.002Z[ recovery-image] May 14 15:17:40.343 INFO O| May 14 15:17:40.343 INFO STEP 597 (remove_files) COMPLETE
66072026-05-14T15:17:41.002Z[ recovery-image] May 14 15:17:40.343 INFO O| May 14 15:17:40.343 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66082026-05-14T15:17:41.009Z[ recovery-image] May 14 15:17:40.350 INFO O| May 14 15:17:40.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
66092026-05-14T15:17:41.009Z[ recovery-image] May 14 15:17:40.350 INFO O| May 14 15:17:40.350 INFO STEP 598 (remove_files) COMPLETE
66102026-05-14T15:17:41.015Z[ recovery-image] May 14 15:17:40.350 INFO O| May 14 15:17:40.350 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66112026-05-14T15:17:41.018Z[ recovery-image] May 14 15:17:40.357 INFO O| May 14 15:17:40.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
66122026-05-14T15:17:41.018Z[ recovery-image] May 14 15:17:40.357 INFO O| May 14 15:17:40.357 INFO STEP 599 (remove_files) COMPLETE
66132026-05-14T15:17:41.018Z[ recovery-image] May 14 15:17:40.357 INFO O| May 14 15:17:40.357 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66142026-05-14T15:17:41.025Z[ recovery-image] May 14 15:17:40.365 INFO O| May 14 15:17:40.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
66152026-05-14T15:17:41.025Z[ recovery-image] May 14 15:17:40.365 INFO O| May 14 15:17:40.365 INFO STEP 600 (remove_files) COMPLETE
66162026-05-14T15:17:41.025Z[ recovery-image] May 14 15:17:40.365 INFO O| May 14 15:17:40.365 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66172026-05-14T15:17:41.032Z[ recovery-image] May 14 15:17:40.373 INFO O| May 14 15:17:40.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
66182026-05-14T15:17:41.033Z[ recovery-image] May 14 15:17:40.373 INFO O| May 14 15:17:40.373 INFO STEP 601 (remove_files) COMPLETE
66192026-05-14T15:17:41.036Z[ recovery-image] May 14 15:17:40.373 INFO O| May 14 15:17:40.373 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66202026-05-14T15:17:41.040Z[ recovery-image] May 14 15:17:40.381 INFO O| May 14 15:17:40.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
66212026-05-14T15:17:41.040Z[ recovery-image] May 14 15:17:40.381 INFO O| May 14 15:17:40.381 INFO STEP 602 (remove_files) COMPLETE
66222026-05-14T15:17:41.040Z[ recovery-image] May 14 15:17:40.381 INFO O| May 14 15:17:40.381 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66232026-05-14T15:17:41.048Z[ recovery-image] May 14 15:17:40.389 INFO O| May 14 15:17:40.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
66242026-05-14T15:17:41.048Z[ recovery-image] May 14 15:17:40.389 INFO O| May 14 15:17:40.389 INFO STEP 603 (remove_files) COMPLETE
66252026-05-14T15:17:41.048Z[ recovery-image] May 14 15:17:40.389 INFO O| May 14 15:17:40.389 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66262026-05-14T15:17:41.056Z[ recovery-image] May 14 15:17:40.397 INFO O| May 14 15:17:40.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
66272026-05-14T15:17:41.056Z[ recovery-image] May 14 15:17:40.397 INFO O| May 14 15:17:40.397 INFO STEP 604 (remove_files) COMPLETE
66282026-05-14T15:17:41.056Z[ recovery-image] May 14 15:17:40.397 INFO O| May 14 15:17:40.397 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66292026-05-14T15:17:41.064Z[ recovery-image] May 14 15:17:40.404 INFO O| May 14 15:17:40.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
66302026-05-14T15:17:41.064Z[ recovery-image] May 14 15:17:40.404 INFO O| May 14 15:17:40.404 INFO STEP 605 (remove_files) COMPLETE
66312026-05-14T15:17:41.064Z[ recovery-image] May 14 15:17:40.404 INFO O| May 14 15:17:40.404 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66322026-05-14T15:17:41.071Z[ recovery-image] May 14 15:17:40.412 INFO O| May 14 15:17:40.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
66332026-05-14T15:17:41.071Z[ recovery-image] May 14 15:17:40.412 INFO O| May 14 15:17:40.412 INFO STEP 606 (remove_files) COMPLETE
66342026-05-14T15:17:41.071Z[ recovery-image] May 14 15:17:40.412 INFO O| May 14 15:17:40.412 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66352026-05-14T15:17:41.079Z[ recovery-image] May 14 15:17:40.420 INFO O| May 14 15:17:40.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
66362026-05-14T15:17:41.079Z[ recovery-image] May 14 15:17:40.420 INFO O| May 14 15:17:40.420 INFO STEP 607 (remove_files) COMPLETE
66372026-05-14T15:17:41.079Z[ recovery-image] May 14 15:17:40.420 INFO O| May 14 15:17:40.420 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66382026-05-14T15:17:41.087Z[ recovery-image] May 14 15:17:40.428 INFO O| May 14 15:17:40.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
66392026-05-14T15:17:41.087Z[ recovery-image] May 14 15:17:40.428 INFO O| May 14 15:17:40.428 INFO STEP 608 (remove_files) COMPLETE
66402026-05-14T15:17:41.087Z[ recovery-image] May 14 15:17:40.428 INFO O| May 14 15:17:40.428 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66412026-05-14T15:17:41.095Z[ recovery-image] May 14 15:17:40.435 INFO O| May 14 15:17:40.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
66422026-05-14T15:17:41.095Z[ recovery-image] May 14 15:17:40.435 INFO O| May 14 15:17:40.435 INFO STEP 609 (remove_files) COMPLETE
66432026-05-14T15:17:41.098Z[ recovery-image] May 14 15:17:40.435 INFO O| May 14 15:17:40.435 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66442026-05-14T15:17:41.102Z[ recovery-image] May 14 15:17:40.443 INFO O| May 14 15:17:40.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
66452026-05-14T15:17:41.102Z[ recovery-image] May 14 15:17:40.443 INFO O| May 14 15:17:40.443 INFO STEP 610 (remove_files) COMPLETE
66462026-05-14T15:17:41.102Z[ recovery-image] May 14 15:17:40.443 INFO O| May 14 15:17:40.443 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66472026-05-14T15:17:41.110Z[ recovery-image] May 14 15:17:40.451 INFO O| May 14 15:17:40.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
66482026-05-14T15:17:41.110Z[ recovery-image] May 14 15:17:40.451 INFO O| May 14 15:17:40.451 INFO STEP 611 (remove_files) COMPLETE
66492026-05-14T15:17:41.110Z[ recovery-image] May 14 15:17:40.451 INFO O| May 14 15:17:40.451 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66502026-05-14T15:17:41.118Z[ recovery-image] May 14 15:17:40.458 INFO O| May 14 15:17:40.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
66512026-05-14T15:17:41.118Z[ recovery-image] May 14 15:17:40.458 INFO O| May 14 15:17:40.458 INFO STEP 612 (remove_files) COMPLETE
66522026-05-14T15:17:41.118Z[ recovery-image] May 14 15:17:40.458 INFO O| May 14 15:17:40.458 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66532026-05-14T15:17:41.125Z[ recovery-image] May 14 15:17:40.466 INFO O| May 14 15:17:40.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
66542026-05-14T15:17:41.125Z[ recovery-image] May 14 15:17:40.466 INFO O| May 14 15:17:40.466 INFO STEP 613 (remove_files) COMPLETE
66552026-05-14T15:17:41.129Z[ recovery-image] May 14 15:17:40.466 INFO O| May 14 15:17:40.466 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66562026-05-14T15:17:41.133Z[ recovery-image] May 14 15:17:40.473 INFO O| May 14 15:17:40.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
66572026-05-14T15:17:41.133Z[ recovery-image] May 14 15:17:40.473 INFO O| May 14 15:17:40.473 INFO STEP 614 (remove_files) COMPLETE
66582026-05-14T15:17:41.135Z[ recovery-image] May 14 15:17:40.473 INFO O| May 14 15:17:40.473 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66592026-05-14T15:17:41.140Z[ recovery-image] May 14 15:17:40.481 INFO O| May 14 15:17:40.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
66602026-05-14T15:17:41.140Z[ recovery-image] May 14 15:17:40.481 INFO O| May 14 15:17:40.481 INFO STEP 615 (remove_files) COMPLETE
66612026-05-14T15:17:41.143Z[ recovery-image] May 14 15:17:40.481 INFO O| May 14 15:17:40.481 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66622026-05-14T15:17:41.148Z[ recovery-image] May 14 15:17:40.489 INFO O| May 14 15:17:40.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
66632026-05-14T15:17:41.148Z[ recovery-image] May 14 15:17:40.489 INFO O| May 14 15:17:40.489 INFO STEP 616 (remove_files) COMPLETE
66642026-05-14T15:17:41.151Z[ recovery-image] May 14 15:17:40.489 INFO O| May 14 15:17:40.489 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66652026-05-14T15:17:41.155Z[ recovery-image] May 14 15:17:40.496 INFO O| May 14 15:17:40.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
66662026-05-14T15:17:41.155Z[ recovery-image] May 14 15:17:40.496 INFO O| May 14 15:17:40.496 INFO STEP 617 (remove_files) COMPLETE
66672026-05-14T15:17:41.155Z[ recovery-image] May 14 15:17:40.496 INFO O| May 14 15:17:40.496 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66682026-05-14T15:17:41.162Z[ recovery-image] May 14 15:17:40.503 INFO O| May 14 15:17:40.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
66692026-05-14T15:17:41.163Z[ recovery-image] May 14 15:17:40.503 INFO O| May 14 15:17:40.503 INFO STEP 618 (remove_files) COMPLETE
66702026-05-14T15:17:41.165Z[ recovery-image] May 14 15:17:40.503 INFO O| May 14 15:17:40.503 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66712026-05-14T15:17:41.170Z[ recovery-image] May 14 15:17:40.511 INFO O| May 14 15:17:40.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
66722026-05-14T15:17:41.170Z[ recovery-image] May 14 15:17:40.511 INFO O| May 14 15:17:40.511 INFO STEP 619 (remove_files) COMPLETE
66732026-05-14T15:17:41.172Z[ recovery-image] May 14 15:17:40.511 INFO O| May 14 15:17:40.511 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66742026-05-14T15:17:41.178Z[ recovery-image] May 14 15:17:40.519 INFO O| May 14 15:17:40.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
66752026-05-14T15:17:41.178Z[ recovery-image] May 14 15:17:40.519 INFO O| May 14 15:17:40.519 INFO STEP 620 (remove_files) COMPLETE
66762026-05-14T15:17:41.178Z[ recovery-image] May 14 15:17:40.519 INFO O| May 14 15:17:40.519 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66772026-05-14T15:17:41.186Z[ recovery-image] May 14 15:17:40.527 INFO O| May 14 15:17:40.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
66782026-05-14T15:17:41.186Z[ recovery-image] May 14 15:17:40.527 INFO O| May 14 15:17:40.527 INFO STEP 621 (remove_files) COMPLETE
66792026-05-14T15:17:41.190Z[ recovery-image] May 14 15:17:40.527 INFO O| May 14 15:17:40.527 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66802026-05-14T15:17:41.195Z[ recovery-image] May 14 15:17:40.535 INFO O| May 14 15:17:40.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
66812026-05-14T15:17:41.195Z[ recovery-image] May 14 15:17:40.535 INFO O| May 14 15:17:40.535 INFO STEP 622 (remove_files) COMPLETE
66822026-05-14T15:17:41.195Z[ recovery-image] May 14 15:17:40.535 INFO O| May 14 15:17:40.535 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66832026-05-14T15:17:41.203Z[ recovery-image] May 14 15:17:40.544 INFO O| May 14 15:17:40.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
66842026-05-14T15:17:41.203Z[ recovery-image] May 14 15:17:40.544 INFO O| May 14 15:17:40.544 INFO STEP 623 (remove_files) COMPLETE
66852026-05-14T15:17:41.207Z[ recovery-image] May 14 15:17:40.544 INFO O| May 14 15:17:40.544 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66862026-05-14T15:17:41.211Z[ recovery-image] May 14 15:17:40.552 INFO O| May 14 15:17:40.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
66872026-05-14T15:17:41.214Z[ recovery-image] May 14 15:17:40.553 INFO O| May 14 15:17:40.553 INFO STEP 624 (remove_files) COMPLETE
66882026-05-14T15:17:41.214Z[ recovery-image] May 14 15:17:40.553 INFO O| May 14 15:17:40.553 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66892026-05-14T15:17:41.222Z[ recovery-image] May 14 15:17:40.561 INFO O| May 14 15:17:40.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
66902026-05-14T15:17:41.222Z[ recovery-image] May 14 15:17:40.561 INFO O| May 14 15:17:40.561 INFO STEP 625 (remove_files) COMPLETE
66912026-05-14T15:17:41.225Z[ recovery-image] May 14 15:17:40.561 INFO O| May 14 15:17:40.561 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66922026-05-14T15:17:41.229Z[ recovery-image] May 14 15:17:40.569 INFO O| May 14 15:17:40.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
66932026-05-14T15:17:41.229Z[ recovery-image] May 14 15:17:40.569 INFO O| May 14 15:17:40.569 INFO STEP 626 (remove_files) COMPLETE
66942026-05-14T15:17:41.229Z[ recovery-image] May 14 15:17:40.569 INFO O| May 14 15:17:40.569 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66952026-05-14T15:17:41.237Z[ recovery-image] May 14 15:17:40.577 INFO O| May 14 15:17:40.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
66962026-05-14T15:17:41.237Z[ recovery-image] May 14 15:17:40.577 INFO O| May 14 15:17:40.577 INFO STEP 627 (remove_files) COMPLETE
66972026-05-14T15:17:41.237Z[ recovery-image] May 14 15:17:40.577 INFO O| May 14 15:17:40.577 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66982026-05-14T15:17:41.244Z[ recovery-image] May 14 15:17:40.585 INFO O| May 14 15:17:40.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
66992026-05-14T15:17:41.244Z[ recovery-image] May 14 15:17:40.585 INFO O| May 14 15:17:40.585 INFO STEP 628 (remove_files) COMPLETE
67002026-05-14T15:17:41.245Z[ recovery-image] May 14 15:17:40.585 INFO O| May 14 15:17:40.585 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67012026-05-14T15:17:41.252Z[ recovery-image] May 14 15:17:40.593 INFO O| May 14 15:17:40.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
67022026-05-14T15:17:41.252Z[ recovery-image] May 14 15:17:40.593 INFO O| May 14 15:17:40.593 INFO STEP 629 (remove_files) COMPLETE
67032026-05-14T15:17:41.252Z[ recovery-image] May 14 15:17:40.593 INFO O| May 14 15:17:40.593 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67042026-05-14T15:17:41.260Z[ recovery-image] May 14 15:17:40.601 INFO O| May 14 15:17:40.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
67052026-05-14T15:17:41.260Z[ recovery-image] May 14 15:17:40.601 INFO O| May 14 15:17:40.601 INFO STEP 630 (remove_files) COMPLETE
67062026-05-14T15:17:41.260Z[ recovery-image] May 14 15:17:40.601 INFO O| May 14 15:17:40.601 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67072026-05-14T15:17:41.268Z[ recovery-image] May 14 15:17:40.608 INFO O| May 14 15:17:40.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
67082026-05-14T15:17:41.268Z[ recovery-image] May 14 15:17:40.608 INFO O| May 14 15:17:40.608 INFO STEP 631 (remove_files) COMPLETE
67092026-05-14T15:17:41.268Z[ recovery-image] May 14 15:17:40.608 INFO O| May 14 15:17:40.608 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67102026-05-14T15:17:41.276Z[ recovery-image] May 14 15:17:40.617 INFO O| May 14 15:17:40.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
67112026-05-14T15:17:41.279Z[ recovery-image] May 14 15:17:40.617 INFO O| May 14 15:17:40.617 INFO STEP 632 (remove_files) COMPLETE
67122026-05-14T15:17:41.279Z[ recovery-image] May 14 15:17:40.617 INFO O| May 14 15:17:40.617 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67132026-05-14T15:17:41.286Z[ recovery-image] May 14 15:17:40.627 INFO O| May 14 15:17:40.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
67142026-05-14T15:17:41.286Z[ recovery-image] May 14 15:17:40.627 INFO O| May 14 15:17:40.627 INFO STEP 633 (remove_files) COMPLETE
67152026-05-14T15:17:41.289Z[ recovery-image] May 14 15:17:40.627 INFO O| May 14 15:17:40.627 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67162026-05-14T15:17:41.295Z[ recovery-image] May 14 15:17:40.636 INFO O| May 14 15:17:40.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
67172026-05-14T15:17:41.295Z[ recovery-image] May 14 15:17:40.636 INFO O| May 14 15:17:40.636 INFO STEP 634 (remove_files) COMPLETE
67182026-05-14T15:17:41.295Z[ recovery-image] May 14 15:17:40.636 INFO O| May 14 15:17:40.636 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67192026-05-14T15:17:41.304Z[ recovery-image] May 14 15:17:40.645 INFO O| May 14 15:17:40.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
67202026-05-14T15:17:41.304Z[ recovery-image] May 14 15:17:40.645 INFO O| May 14 15:17:40.645 INFO STEP 635 (remove_files) COMPLETE
67212026-05-14T15:17:41.307Z[ recovery-image] May 14 15:17:40.645 INFO O| May 14 15:17:40.645 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67222026-05-14T15:17:41.312Z[ recovery-image] May 14 15:17:40.653 INFO O| May 14 15:17:40.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
67232026-05-14T15:17:41.312Z[ recovery-image] May 14 15:17:40.653 INFO O| May 14 15:17:40.653 INFO STEP 636 (remove_files) COMPLETE
67242026-05-14T15:17:41.315Z[ recovery-image] May 14 15:17:40.653 INFO O| May 14 15:17:40.653 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67252026-05-14T15:17:41.320Z[ recovery-image] May 14 15:17:40.661 INFO O| May 14 15:17:40.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
67262026-05-14T15:17:41.320Z[ recovery-image] May 14 15:17:40.661 INFO O| May 14 15:17:40.661 INFO STEP 637 (remove_files) COMPLETE
67272026-05-14T15:17:41.320Z[ recovery-image] May 14 15:17:40.661 INFO O| May 14 15:17:40.661 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67282026-05-14T15:17:41.328Z[ recovery-image] May 14 15:17:40.668 INFO O| May 14 15:17:40.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
67292026-05-14T15:17:41.328Z[ recovery-image] May 14 15:17:40.668 INFO O| May 14 15:17:40.668 INFO STEP 638 (remove_files) COMPLETE
67302026-05-14T15:17:41.331Z[ recovery-image] May 14 15:17:40.668 INFO O| May 14 15:17:40.668 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67312026-05-14T15:17:41.335Z[ recovery-image] May 14 15:17:40.676 INFO O| May 14 15:17:40.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
67322026-05-14T15:17:41.335Z[ recovery-image] May 14 15:17:40.676 INFO O| May 14 15:17:40.676 INFO STEP 639 (remove_files) COMPLETE
67332026-05-14T15:17:41.338Z[ recovery-image] May 14 15:17:40.676 INFO O| May 14 15:17:40.676 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67342026-05-14T15:17:41.344Z[ recovery-image] May 14 15:17:40.683 INFO O| May 14 15:17:40.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
67352026-05-14T15:17:41.344Z[ recovery-image] May 14 15:17:40.683 INFO O| May 14 15:17:40.683 INFO STEP 640 (remove_files) COMPLETE
67362026-05-14T15:17:41.347Z[ recovery-image] May 14 15:17:40.683 INFO O| May 14 15:17:40.683 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67372026-05-14T15:17:41.350Z[ recovery-image] May 14 15:17:40.691 INFO O| May 14 15:17:40.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
67382026-05-14T15:17:41.350Z[ recovery-image] May 14 15:17:40.691 INFO O| May 14 15:17:40.691 INFO STEP 641 (remove_files) COMPLETE
67392026-05-14T15:17:41.350Z[ recovery-image] May 14 15:17:40.691 INFO O| May 14 15:17:40.691 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67402026-05-14T15:17:41.358Z[ recovery-image] May 14 15:17:40.698 INFO O| May 14 15:17:40.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
67412026-05-14T15:17:41.358Z[ recovery-image] May 14 15:17:40.698 INFO O| May 14 15:17:40.698 INFO STEP 642 (remove_files) COMPLETE
67422026-05-14T15:17:41.358Z[ recovery-image] May 14 15:17:40.698 INFO O| May 14 15:17:40.698 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67432026-05-14T15:17:41.365Z[ recovery-image] May 14 15:17:40.706 INFO O| May 14 15:17:40.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
67442026-05-14T15:17:41.365Z[ recovery-image] May 14 15:17:40.706 INFO O| May 14 15:17:40.706 INFO STEP 643 (remove_files) COMPLETE
67452026-05-14T15:17:41.365Z[ recovery-image] May 14 15:17:40.706 INFO O| May 14 15:17:40.706 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67462026-05-14T15:17:41.373Z[ recovery-image] May 14 15:17:40.713 INFO O| May 14 15:17:40.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
67472026-05-14T15:17:41.373Z[ recovery-image] May 14 15:17:40.713 INFO O| May 14 15:17:40.713 INFO STEP 644 (remove_files) COMPLETE
67482026-05-14T15:17:41.373Z[ recovery-image] May 14 15:17:40.713 INFO O| May 14 15:17:40.713 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67492026-05-14T15:17:41.379Z[ recovery-image] May 14 15:17:40.720 INFO O| May 14 15:17:40.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
67502026-05-14T15:17:41.379Z[ recovery-image] May 14 15:17:40.720 INFO O| May 14 15:17:40.720 INFO STEP 645 (remove_files) COMPLETE
67512026-05-14T15:17:41.382Z[ recovery-image] May 14 15:17:40.720 INFO O| May 14 15:17:40.720 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67522026-05-14T15:17:41.387Z[ recovery-image] May 14 15:17:40.727 INFO O| May 14 15:17:40.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
67532026-05-14T15:17:41.387Z[ recovery-image] May 14 15:17:40.727 INFO O| May 14 15:17:40.727 INFO STEP 646 (remove_files) COMPLETE
67542026-05-14T15:17:41.390Z[ recovery-image] May 14 15:17:40.727 INFO O| May 14 15:17:40.727 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67552026-05-14T15:17:41.393Z[ recovery-image] May 14 15:17:40.734 INFO O| May 14 15:17:40.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
67562026-05-14T15:17:41.393Z[ recovery-image] May 14 15:17:40.734 INFO O| May 14 15:17:40.734 INFO STEP 647 (remove_files) COMPLETE
67572026-05-14T15:17:41.396Z[ recovery-image] May 14 15:17:40.734 INFO O| May 14 15:17:40.734 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67582026-05-14T15:17:41.401Z[ recovery-image] May 14 15:17:40.742 INFO O| May 14 15:17:40.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
67592026-05-14T15:17:41.401Z[ recovery-image] May 14 15:17:40.742 INFO O| May 14 15:17:40.742 INFO STEP 648 (remove_files) COMPLETE
67602026-05-14T15:17:41.404Z[ recovery-image] May 14 15:17:40.742 INFO O| May 14 15:17:40.742 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67612026-05-14T15:17:41.409Z[ recovery-image] May 14 15:17:40.749 INFO O| May 14 15:17:40.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
67622026-05-14T15:17:41.409Z[ recovery-image] May 14 15:17:40.750 INFO O| May 14 15:17:40.750 INFO STEP 649 (remove_files) COMPLETE
67632026-05-14T15:17:41.411Z[ recovery-image] May 14 15:17:40.750 INFO O| May 14 15:17:40.750 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67642026-05-14T15:17:41.416Z[ recovery-image] May 14 15:17:40.757 INFO O| May 14 15:17:40.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
67652026-05-14T15:17:41.416Z[ recovery-image] May 14 15:17:40.757 INFO O| May 14 15:17:40.757 INFO STEP 650 (remove_files) COMPLETE
67662026-05-14T15:17:41.416Z[ recovery-image] May 14 15:17:40.757 INFO O| May 14 15:17:40.757 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67672026-05-14T15:17:41.424Z[ recovery-image] May 14 15:17:40.764 INFO O| May 14 15:17:40.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
67682026-05-14T15:17:41.427Z[ recovery-image] May 14 15:17:40.765 INFO O| May 14 15:17:40.765 INFO STEP 651 (remove_files) COMPLETE
67692026-05-14T15:17:41.427Z[ recovery-image] May 14 15:17:40.765 INFO O| May 14 15:17:40.765 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67702026-05-14T15:17:41.433Z[ recovery-image] May 14 15:17:40.773 INFO O| May 14 15:17:40.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
67712026-05-14T15:17:41.433Z[ recovery-image] May 14 15:17:40.773 INFO O| May 14 15:17:40.773 INFO STEP 652 (remove_files) COMPLETE
67722026-05-14T15:17:41.435Z[ recovery-image] May 14 15:17:40.773 INFO O| May 14 15:17:40.773 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67732026-05-14T15:17:41.440Z[ recovery-image] May 14 15:17:40.781 INFO O| May 14 15:17:40.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
67742026-05-14T15:17:41.440Z[ recovery-image] May 14 15:17:40.781 INFO O| May 14 15:17:40.781 INFO STEP 653 (remove_files) COMPLETE
67752026-05-14T15:17:41.443Z[ recovery-image] May 14 15:17:40.781 INFO O| May 14 15:17:40.781 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67762026-05-14T15:17:41.447Z[ recovery-image] May 14 15:17:40.788 INFO O| May 14 15:17:40.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
67772026-05-14T15:17:41.447Z[ recovery-image] May 14 15:17:40.788 INFO O| May 14 15:17:40.788 INFO STEP 654 (remove_files) COMPLETE
67782026-05-14T15:17:41.447Z[ recovery-image] May 14 15:17:40.788 INFO O| May 14 15:17:40.788 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67792026-05-14T15:17:41.454Z[ recovery-image] May 14 15:17:40.795 INFO O| May 14 15:17:40.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
67802026-05-14T15:17:41.454Z[ recovery-image] May 14 15:17:40.795 INFO O| May 14 15:17:40.795 INFO STEP 655 (remove_files) COMPLETE
67812026-05-14T15:17:41.457Z[ recovery-image] May 14 15:17:40.795 INFO O| May 14 15:17:40.795 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67822026-05-14T15:17:41.461Z[ recovery-image] May 14 15:17:40.802 INFO O| May 14 15:17:40.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
67832026-05-14T15:17:41.461Z[ recovery-image] May 14 15:17:40.802 INFO O| May 14 15:17:40.802 INFO STEP 656 (remove_files) COMPLETE
67842026-05-14T15:17:41.464Z[ recovery-image] May 14 15:17:40.802 INFO O| May 14 15:17:40.802 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67852026-05-14T15:17:41.469Z[ recovery-image] May 14 15:17:40.810 INFO O| May 14 15:17:40.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
67862026-05-14T15:17:41.469Z[ recovery-image] May 14 15:17:40.810 INFO O| May 14 15:17:40.810 INFO STEP 657 (remove_files) COMPLETE
67872026-05-14T15:17:41.472Z[ recovery-image] May 14 15:17:40.810 INFO O| May 14 15:17:40.810 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67882026-05-14T15:17:41.477Z[ recovery-image] May 14 15:17:40.817 INFO O| May 14 15:17:40.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
67892026-05-14T15:17:41.477Z[ recovery-image] May 14 15:17:40.817 INFO O| May 14 15:17:40.817 INFO STEP 658 (remove_files) COMPLETE
67902026-05-14T15:17:41.477Z[ recovery-image] May 14 15:17:40.817 INFO O| May 14 15:17:40.817 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67912026-05-14T15:17:41.484Z[ recovery-image] May 14 15:17:40.824 INFO O| May 14 15:17:40.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
67922026-05-14T15:17:41.487Z[ recovery-image] May 14 15:17:40.825 INFO O| May 14 15:17:40.825 INFO STEP 659 (remove_files) COMPLETE
67932026-05-14T15:17:41.487Z[ recovery-image] May 14 15:17:40.825 INFO O| May 14 15:17:40.825 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67942026-05-14T15:17:41.493Z[ recovery-image] May 14 15:17:40.833 INFO O| May 14 15:17:40.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
67952026-05-14T15:17:41.496Z[ recovery-image] May 14 15:17:40.834 INFO O| May 14 15:17:40.834 INFO STEP 660 (remove_files) COMPLETE
67962026-05-14T15:17:41.496Z[ recovery-image] May 14 15:17:40.834 INFO O| May 14 15:17:40.834 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67972026-05-14T15:17:41.500Z[ recovery-image] May 14 15:17:40.841 INFO O| May 14 15:17:40.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
67982026-05-14T15:17:41.500Z[ recovery-image] May 14 15:17:40.841 INFO O| May 14 15:17:40.841 INFO STEP 661 (remove_files) COMPLETE
67992026-05-14T15:17:41.503Z[ recovery-image] May 14 15:17:40.841 INFO O| May 14 15:17:40.841 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68002026-05-14T15:17:41.507Z[ recovery-image] May 14 15:17:40.848 INFO O| May 14 15:17:40.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
68012026-05-14T15:17:41.507Z[ recovery-image] May 14 15:17:40.848 INFO O| May 14 15:17:40.848 INFO STEP 662 (remove_files) COMPLETE
68022026-05-14T15:17:41.507Z[ recovery-image] May 14 15:17:40.848 INFO O| May 14 15:17:40.848 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68032026-05-14T15:17:41.514Z[ recovery-image] May 14 15:17:40.855 INFO O| May 14 15:17:40.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
68042026-05-14T15:17:41.514Z[ recovery-image] May 14 15:17:40.855 INFO O| May 14 15:17:40.855 INFO STEP 663 (remove_files) COMPLETE
68052026-05-14T15:17:41.517Z[ recovery-image] May 14 15:17:40.855 INFO O| May 14 15:17:40.855 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68062026-05-14T15:17:41.522Z[ recovery-image] May 14 15:17:40.862 INFO O| May 14 15:17:40.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
68072026-05-14T15:17:41.522Z[ recovery-image] May 14 15:17:40.862 INFO O| May 14 15:17:40.862 INFO STEP 664 (remove_files) COMPLETE
68082026-05-14T15:17:41.525Z[ recovery-image] May 14 15:17:40.862 INFO O| May 14 15:17:40.862 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68092026-05-14T15:17:41.528Z[ recovery-image] May 14 15:17:40.869 INFO O| May 14 15:17:40.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
68102026-05-14T15:17:41.528Z[ recovery-image] May 14 15:17:40.869 INFO O| May 14 15:17:40.869 INFO STEP 665 (remove_files) COMPLETE
68112026-05-14T15:17:41.528Z[ recovery-image] May 14 15:17:40.869 INFO O| May 14 15:17:40.869 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68122026-05-14T15:17:41.535Z[ recovery-image] May 14 15:17:40.876 INFO O| May 14 15:17:40.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
68132026-05-14T15:17:41.535Z[ recovery-image] May 14 15:17:40.876 INFO O| May 14 15:17:40.876 INFO STEP 666 (remove_files) COMPLETE
68142026-05-14T15:17:41.536Z[ recovery-image] May 14 15:17:40.876 INFO O| May 14 15:17:40.876 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68152026-05-14T15:17:41.542Z[ recovery-image] May 14 15:17:40.883 INFO O| May 14 15:17:40.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
68162026-05-14T15:17:41.542Z[ recovery-image] May 14 15:17:40.883 INFO O| May 14 15:17:40.883 INFO STEP 667 (remove_files) COMPLETE
68172026-05-14T15:17:41.545Z[ recovery-image] May 14 15:17:40.883 INFO O| May 14 15:17:40.883 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68182026-05-14T15:17:41.549Z[ recovery-image] May 14 15:17:40.890 INFO O| May 14 15:17:40.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
68192026-05-14T15:17:41.549Z[ recovery-image] May 14 15:17:40.890 INFO O| May 14 15:17:40.890 INFO STEP 668 (remove_files) COMPLETE
68202026-05-14T15:17:41.549Z[ recovery-image] May 14 15:17:40.890 INFO O| May 14 15:17:40.890 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68212026-05-14T15:17:41.556Z[ recovery-image] May 14 15:17:40.897 INFO O| May 14 15:17:40.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
68222026-05-14T15:17:41.556Z[ recovery-image] May 14 15:17:40.897 INFO O| May 14 15:17:40.897 INFO STEP 669 (remove_files) COMPLETE
68232026-05-14T15:17:41.556Z[ recovery-image] May 14 15:17:40.897 INFO O| May 14 15:17:40.897 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68242026-05-14T15:17:41.563Z[ recovery-image] May 14 15:17:40.904 INFO O| May 14 15:17:40.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
68252026-05-14T15:17:41.563Z[ recovery-image] May 14 15:17:40.904 INFO O| May 14 15:17:40.904 INFO STEP 670 (remove_files) COMPLETE
68262026-05-14T15:17:41.563Z[ recovery-image] May 14 15:17:40.904 INFO O| May 14 15:17:40.904 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68272026-05-14T15:17:41.570Z[ recovery-image] May 14 15:17:40.911 INFO O| May 14 15:17:40.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
68282026-05-14T15:17:41.570Z[ recovery-image] May 14 15:17:40.911 INFO O| May 14 15:17:40.911 INFO STEP 671 (remove_files) COMPLETE
68292026-05-14T15:17:41.570Z[ recovery-image] May 14 15:17:40.911 INFO O| May 14 15:17:40.911 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68302026-05-14T15:17:41.577Z[ recovery-image] May 14 15:17:40.918 INFO O| May 14 15:17:40.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
68312026-05-14T15:17:41.578Z[ recovery-image] May 14 15:17:40.918 INFO O| May 14 15:17:40.918 INFO STEP 672 (remove_files) COMPLETE
68322026-05-14T15:17:41.578Z[ recovery-image] May 14 15:17:40.918 INFO O| May 14 15:17:40.918 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68332026-05-14T15:17:41.586Z[ recovery-image] May 14 15:17:40.927 INFO O| May 14 15:17:40.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
68342026-05-14T15:17:41.588Z[ recovery-image] May 14 15:17:40.927 INFO O| May 14 15:17:40.927 INFO STEP 673 (remove_files) COMPLETE
68352026-05-14T15:17:41.588Z[ recovery-image] May 14 15:17:40.927 INFO O| May 14 15:17:40.927 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68362026-05-14T15:17:41.595Z[ recovery-image] May 14 15:17:40.935 INFO O| May 14 15:17:40.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
68372026-05-14T15:17:41.595Z[ recovery-image] May 14 15:17:40.935 INFO O| May 14 15:17:40.935 INFO STEP 674 (remove_files) COMPLETE
68382026-05-14T15:17:41.595Z[ recovery-image] May 14 15:17:40.935 INFO O| May 14 15:17:40.935 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68392026-05-14T15:17:41.602Z[ recovery-image] May 14 15:17:40.942 INFO O| May 14 15:17:40.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
68402026-05-14T15:17:41.602Z[ recovery-image] May 14 15:17:40.942 INFO O| May 14 15:17:40.942 INFO STEP 675 (remove_files) COMPLETE
68412026-05-14T15:17:41.602Z[ recovery-image] May 14 15:17:40.943 INFO O| May 14 15:17:40.942 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68422026-05-14T15:17:41.610Z[ recovery-image] May 14 15:17:40.950 INFO O| May 14 15:17:40.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
68432026-05-14T15:17:41.610Z[ recovery-image] May 14 15:17:40.950 INFO O| May 14 15:17:40.950 INFO STEP 676 (remove_files) COMPLETE
68442026-05-14T15:17:41.612Z[ recovery-image] May 14 15:17:40.950 INFO O| May 14 15:17:40.950 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68452026-05-14T15:17:41.617Z[ recovery-image] May 14 15:17:40.958 INFO O| May 14 15:17:40.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
68462026-05-14T15:17:41.620Z[ recovery-image] May 14 15:17:40.959 INFO O| May 14 15:17:40.959 INFO STEP 677 (remove_files) COMPLETE
68472026-05-14T15:17:41.620Z[ recovery-image] May 14 15:17:40.959 INFO O| May 14 15:17:40.959 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68482026-05-14T15:17:41.626Z[ recovery-image] May 14 15:17:40.967 INFO O| May 14 15:17:40.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
68492026-05-14T15:17:41.627Z[ recovery-image] May 14 15:17:40.967 INFO O| May 14 15:17:40.967 INFO STEP 678 (remove_files) COMPLETE
68502026-05-14T15:17:41.629Z[ recovery-image] May 14 15:17:40.967 INFO O| May 14 15:17:40.967 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68512026-05-14T15:17:41.635Z[ recovery-image] May 14 15:17:40.975 INFO O| May 14 15:17:40.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
68522026-05-14T15:17:41.635Z[ recovery-image] May 14 15:17:40.975 INFO O| May 14 15:17:40.975 INFO STEP 679 (remove_files) COMPLETE
68532026-05-14T15:17:41.638Z[ recovery-image] May 14 15:17:40.975 INFO O| May 14 15:17:40.975 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68542026-05-14T15:17:41.643Z[ recovery-image] May 14 15:17:40.983 INFO O| May 14 15:17:40.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
68552026-05-14T15:17:41.643Z[ recovery-image] May 14 15:17:40.983 INFO O| May 14 15:17:40.983 INFO STEP 680 (remove_files) COMPLETE
68562026-05-14T15:17:41.643Z[ recovery-image] May 14 15:17:40.983 INFO O| May 14 15:17:40.983 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68572026-05-14T15:17:41.652Z[ recovery-image] May 14 15:17:40.991 INFO O| May 14 15:17:40.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
68582026-05-14T15:17:41.652Z[ recovery-image] May 14 15:17:40.992 INFO O| May 14 15:17:40.992 INFO STEP 681 (remove_files) COMPLETE
68592026-05-14T15:17:41.655Z[ recovery-image] May 14 15:17:40.992 INFO O| May 14 15:17:40.992 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68602026-05-14T15:17:41.660Z[ recovery-image] May 14 15:17:41.000 INFO O| May 14 15:17:41.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
68612026-05-14T15:17:41.660Z[ recovery-image] May 14 15:17:41.000 INFO O| May 14 15:17:41.000 INFO STEP 682 (remove_files) COMPLETE
68622026-05-14T15:17:41.660Z[ recovery-image] May 14 15:17:41.000 INFO O| May 14 15:17:41.000 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68632026-05-14T15:17:41.668Z[ recovery-image] May 14 15:17:41.008 INFO O| May 14 15:17:41.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
68642026-05-14T15:17:41.671Z[ recovery-image] May 14 15:17:41.009 INFO O| May 14 15:17:41.009 INFO STEP 683 (remove_files) COMPLETE
68652026-05-14T15:17:41.671Z[ recovery-image] May 14 15:17:41.009 INFO O| May 14 15:17:41.009 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68662026-05-14T15:17:41.677Z[ recovery-image] May 14 15:17:41.018 INFO O| May 14 15:17:41.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
68672026-05-14T15:17:41.677Z[ recovery-image] May 14 15:17:41.018 INFO O| May 14 15:17:41.018 INFO STEP 684 (remove_files) COMPLETE
68682026-05-14T15:17:41.680Z[ recovery-image] May 14 15:17:41.018 INFO O| May 14 15:17:41.018 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68692026-05-14T15:17:41.687Z[ recovery-image] May 14 15:17:41.027 INFO O| May 14 15:17:41.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
68702026-05-14T15:17:41.687Z[ recovery-image] May 14 15:17:41.027 INFO O| May 14 15:17:41.027 INFO STEP 685 (remove_files) COMPLETE
68712026-05-14T15:17:41.690Z[ recovery-image] May 14 15:17:41.027 INFO O| May 14 15:17:41.027 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68722026-05-14T15:17:41.696Z[ recovery-image] May 14 15:17:41.037 INFO O| May 14 15:17:41.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
68732026-05-14T15:17:41.697Z[ recovery-image] May 14 15:17:41.037 INFO O| May 14 15:17:41.037 INFO STEP 686 (remove_files) COMPLETE
68742026-05-14T15:17:41.705Z[ recovery-image] May 14 15:17:41.037 INFO O| May 14 15:17:41.037 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68752026-05-14T15:17:41.721Z[ recovery-image] May 14 15:17:41.062 INFO O| May 14 15:17:41.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
68762026-05-14T15:17:41.721Z[ recovery-image] May 14 15:17:41.062 INFO O| May 14 15:17:41.062 INFO STEP 687 (remove_files) COMPLETE
68772026-05-14T15:17:41.725Z[ recovery-image] May 14 15:17:41.062 INFO O| May 14 15:17:41.062 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68782026-05-14T15:17:41.732Z[ recovery-image] May 14 15:17:41.071 INFO O| May 14 15:17:41.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
68792026-05-14T15:17:41.735Z[ recovery-image] May 14 15:17:41.071 INFO O| May 14 15:17:41.071 INFO STEP 688 (remove_files) COMPLETE
68802026-05-14T15:17:41.735Z[ recovery-image] May 14 15:17:41.071 INFO O| May 14 15:17:41.071 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68812026-05-14T15:17:41.742Z[ recovery-image] May 14 15:17:41.083 INFO O| May 14 15:17:41.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
68822026-05-14T15:17:41.742Z[ recovery-image] May 14 15:17:41.083 INFO O| May 14 15:17:41.083 INFO STEP 689 (remove_files) COMPLETE
68832026-05-14T15:17:41.742Z[ recovery-image] May 14 15:17:41.083 INFO O| May 14 15:17:41.083 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68842026-05-14T15:17:41.753Z[ recovery-image] May 14 15:17:41.094 INFO O| May 14 15:17:41.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
68852026-05-14T15:17:41.753Z[ recovery-image] May 14 15:17:41.094 INFO O| May 14 15:17:41.094 INFO STEP 690 (remove_files) COMPLETE
68862026-05-14T15:17:41.753Z[ recovery-image] May 14 15:17:41.094 INFO O| May 14 15:17:41.094 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68872026-05-14T15:17:41.763Z[ recovery-image] May 14 15:17:41.104 INFO O| May 14 15:17:41.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
68882026-05-14T15:17:41.763Z[ recovery-image] May 14 15:17:41.104 INFO O| May 14 15:17:41.104 INFO STEP 691 (remove_files) COMPLETE
68892026-05-14T15:17:41.766Z[ recovery-image] May 14 15:17:41.104 INFO O| May 14 15:17:41.104 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68902026-05-14T15:17:41.772Z[ recovery-image] May 14 15:17:41.113 INFO O| May 14 15:17:41.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
68912026-05-14T15:17:41.772Z[ recovery-image] May 14 15:17:41.113 INFO O| May 14 15:17:41.113 INFO STEP 692 (remove_files) COMPLETE
68922026-05-14T15:17:41.775Z[ recovery-image] May 14 15:17:41.113 INFO O| May 14 15:17:41.113 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68932026-05-14T15:17:41.782Z[ recovery-image] May 14 15:17:41.123 INFO O| May 14 15:17:41.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
68942026-05-14T15:17:41.782Z[ recovery-image] May 14 15:17:41.123 INFO O| May 14 15:17:41.123 INFO STEP 693 (remove_files) COMPLETE
68952026-05-14T15:17:41.782Z[ recovery-image] May 14 15:17:41.123 INFO O| May 14 15:17:41.123 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68962026-05-14T15:17:41.791Z[ recovery-image] May 14 15:17:41.132 INFO O| May 14 15:17:41.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
68972026-05-14T15:17:41.791Z[ recovery-image] May 14 15:17:41.132 INFO O| May 14 15:17:41.132 INFO STEP 694 (remove_files) COMPLETE
68982026-05-14T15:17:41.791Z[ recovery-image] May 14 15:17:41.132 INFO O| May 14 15:17:41.132 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68992026-05-14T15:17:41.800Z[ recovery-image] May 14 15:17:41.140 INFO O| May 14 15:17:41.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
69002026-05-14T15:17:41.800Z[ recovery-image] May 14 15:17:41.140 INFO O| May 14 15:17:41.140 INFO STEP 695 (remove_files) COMPLETE
69012026-05-14T15:17:41.800Z[ recovery-image] May 14 15:17:41.140 INFO O| May 14 15:17:41.140 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69022026-05-14T15:17:41.808Z[ recovery-image] May 14 15:17:41.148 INFO O| May 14 15:17:41.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
69032026-05-14T15:17:41.808Z[ recovery-image] May 14 15:17:41.148 INFO O| May 14 15:17:41.148 INFO STEP 696 (remove_files) COMPLETE
69042026-05-14T15:17:41.808Z[ recovery-image] May 14 15:17:41.148 INFO O| May 14 15:17:41.148 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69052026-05-14T15:17:41.815Z[ recovery-image] May 14 15:17:41.155 INFO O| May 14 15:17:41.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
69062026-05-14T15:17:41.815Z[ recovery-image] May 14 15:17:41.155 INFO O| May 14 15:17:41.155 INFO STEP 697 (remove_files) COMPLETE
69072026-05-14T15:17:41.815Z[ recovery-image] May 14 15:17:41.155 INFO O| May 14 15:17:41.155 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69082026-05-14T15:17:41.822Z[ recovery-image] May 14 15:17:41.163 INFO O| May 14 15:17:41.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
69092026-05-14T15:17:41.822Z[ recovery-image] May 14 15:17:41.163 INFO O| May 14 15:17:41.163 INFO STEP 698 (remove_files) COMPLETE
69102026-05-14T15:17:41.822Z[ recovery-image] May 14 15:17:41.163 INFO O| May 14 15:17:41.163 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69112026-05-14T15:17:41.831Z[ recovery-image] May 14 15:17:41.171 INFO O| May 14 15:17:41.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
69122026-05-14T15:17:41.831Z[ recovery-image] May 14 15:17:41.171 INFO O| May 14 15:17:41.171 INFO STEP 699 (remove_files) COMPLETE
69132026-05-14T15:17:41.831Z[ recovery-image] May 14 15:17:41.171 INFO O| May 14 15:17:41.171 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69142026-05-14T15:17:41.839Z[ recovery-image] May 14 15:17:41.179 INFO O| May 14 15:17:41.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
69152026-05-14T15:17:41.839Z[ recovery-image] May 14 15:17:41.179 INFO O| May 14 15:17:41.179 INFO STEP 700 (remove_files) COMPLETE
69162026-05-14T15:17:41.841Z[ recovery-image] May 14 15:17:41.179 INFO O| May 14 15:17:41.179 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69172026-05-14T15:17:41.863Z[ recovery-image] May 14 15:17:41.188 INFO O| May 14 15:17:41.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
69182026-05-14T15:17:41.863Z[ recovery-image] May 14 15:17:41.188 INFO O| May 14 15:17:41.188 INFO STEP 701 (remove_files) COMPLETE
69192026-05-14T15:17:41.867Z[ recovery-image] May 14 15:17:41.188 INFO O| May 14 15:17:41.188 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69202026-05-14T15:17:41.868Z[ recovery-image] May 14 15:17:41.195 INFO O| May 14 15:17:41.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
69212026-05-14T15:17:41.868Z[ recovery-image] May 14 15:17:41.196 INFO O| May 14 15:17:41.195 INFO STEP 702 (remove_files) COMPLETE
69222026-05-14T15:17:41.868Z[ recovery-image] May 14 15:17:41.196 INFO O| May 14 15:17:41.195 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69232026-05-14T15:17:41.868Z[ recovery-image] May 14 15:17:41.203 INFO O| May 14 15:17:41.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
69242026-05-14T15:17:41.868Z[ recovery-image] May 14 15:17:41.203 INFO O| May 14 15:17:41.203 INFO STEP 703 (remove_files) COMPLETE
69252026-05-14T15:17:41.868Z[ recovery-image] May 14 15:17:41.203 INFO O| May 14 15:17:41.203 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69262026-05-14T15:17:41.871Z[ recovery-image] May 14 15:17:41.210 INFO O| May 14 15:17:41.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
69272026-05-14T15:17:41.871Z[ recovery-image] May 14 15:17:41.210 INFO O| May 14 15:17:41.210 INFO STEP 704 (remove_files) COMPLETE
69282026-05-14T15:17:41.871Z[ recovery-image] May 14 15:17:41.210 INFO O| May 14 15:17:41.210 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69292026-05-14T15:17:41.877Z[ recovery-image] May 14 15:17:41.218 INFO O| May 14 15:17:41.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
69302026-05-14T15:17:41.877Z[ recovery-image] May 14 15:17:41.218 INFO O| May 14 15:17:41.218 INFO STEP 705 (remove_files) COMPLETE
69312026-05-14T15:17:41.877Z[ recovery-image] May 14 15:17:41.218 INFO O| May 14 15:17:41.218 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69322026-05-14T15:17:41.886Z[ recovery-image] May 14 15:17:41.226 INFO O| May 14 15:17:41.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
69332026-05-14T15:17:41.886Z[ recovery-image] May 14 15:17:41.226 INFO O| May 14 15:17:41.226 INFO STEP 706 (remove_files) COMPLETE
69342026-05-14T15:17:41.886Z[ recovery-image] May 14 15:17:41.226 INFO O| May 14 15:17:41.226 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69352026-05-14T15:17:41.892Z[ recovery-image] May 14 15:17:41.233 INFO O| May 14 15:17:41.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
69362026-05-14T15:17:41.893Z[ recovery-image] May 14 15:17:41.233 INFO O| May 14 15:17:41.233 INFO STEP 707 (remove_files) COMPLETE
69372026-05-14T15:17:41.896Z[ recovery-image] May 14 15:17:41.233 INFO O| May 14 15:17:41.233 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69382026-05-14T15:17:41.902Z[ recovery-image] May 14 15:17:41.243 INFO O| May 14 15:17:41.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
69392026-05-14T15:17:41.903Z[ recovery-image] May 14 15:17:41.243 INFO O| May 14 15:17:41.243 INFO STEP 708 (remove_files) COMPLETE
69402026-05-14T15:17:41.903Z[ recovery-image] May 14 15:17:41.243 INFO O| May 14 15:17:41.243 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69412026-05-14T15:17:41.911Z[ recovery-image] May 14 15:17:41.252 INFO O| May 14 15:17:41.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
69422026-05-14T15:17:41.911Z[ recovery-image] May 14 15:17:41.252 INFO O| May 14 15:17:41.252 INFO STEP 709 (remove_files) COMPLETE
69432026-05-14T15:17:41.911Z[ recovery-image] May 14 15:17:41.252 INFO O| May 14 15:17:41.252 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69442026-05-14T15:17:41.920Z[ recovery-image] May 14 15:17:41.260 INFO O| May 14 15:17:41.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
69452026-05-14T15:17:41.920Z[ recovery-image] May 14 15:17:41.261 INFO O| May 14 15:17:41.260 INFO STEP 710 (remove_files) COMPLETE
69462026-05-14T15:17:41.920Z[ recovery-image] May 14 15:17:41.261 INFO O| May 14 15:17:41.261 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69472026-05-14T15:17:41.928Z[ recovery-image] May 14 15:17:41.269 INFO O| May 14 15:17:41.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
69482026-05-14T15:17:41.928Z[ recovery-image] May 14 15:17:41.269 INFO O| May 14 15:17:41.269 INFO STEP 711 (remove_files) COMPLETE
69492026-05-14T15:17:41.931Z[ recovery-image] May 14 15:17:41.269 INFO O| May 14 15:17:41.269 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69502026-05-14T15:17:41.936Z[ recovery-image] May 14 15:17:41.277 INFO O| May 14 15:17:41.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
69512026-05-14T15:17:41.936Z[ recovery-image] May 14 15:17:41.277 INFO O| May 14 15:17:41.277 INFO STEP 712 (remove_files) COMPLETE
69522026-05-14T15:17:41.936Z[ recovery-image] May 14 15:17:41.277 INFO O| May 14 15:17:41.277 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69532026-05-14T15:17:41.944Z[ recovery-image] May 14 15:17:41.285 INFO O| May 14 15:17:41.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
69542026-05-14T15:17:41.944Z[ recovery-image] May 14 15:17:41.285 INFO O| May 14 15:17:41.285 INFO STEP 713 (remove_files) COMPLETE
69552026-05-14T15:17:41.944Z[ recovery-image] May 14 15:17:41.285 INFO O| May 14 15:17:41.285 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69562026-05-14T15:17:41.952Z[ recovery-image] May 14 15:17:41.293 INFO O| May 14 15:17:41.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
69572026-05-14T15:17:41.952Z[ recovery-image] May 14 15:17:41.293 INFO O| May 14 15:17:41.293 INFO STEP 714 (remove_files) COMPLETE
69582026-05-14T15:17:41.952Z[ recovery-image] May 14 15:17:41.293 INFO O| May 14 15:17:41.293 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69592026-05-14T15:17:41.960Z[ recovery-image] May 14 15:17:41.300 INFO O| May 14 15:17:41.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
69602026-05-14T15:17:41.960Z[ recovery-image] May 14 15:17:41.300 INFO O| May 14 15:17:41.300 INFO STEP 715 (remove_files) COMPLETE
69612026-05-14T15:17:41.963Z[ recovery-image] May 14 15:17:41.300 INFO O| May 14 15:17:41.300 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69622026-05-14T15:17:41.967Z[ recovery-image] May 14 15:17:41.307 INFO O| May 14 15:17:41.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
69632026-05-14T15:17:41.970Z[ recovery-image] May 14 15:17:41.308 INFO O| May 14 15:17:41.308 INFO STEP 716 (remove_files) COMPLETE
69642026-05-14T15:17:41.970Z[ recovery-image] May 14 15:17:41.308 INFO O| May 14 15:17:41.308 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69652026-05-14T15:17:41.974Z[ recovery-image] May 14 15:17:41.315 INFO O| May 14 15:17:41.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
69662026-05-14T15:17:41.976Z[ recovery-image] May 14 15:17:41.315 INFO O| May 14 15:17:41.315 INFO STEP 717 (remove_files) COMPLETE
69672026-05-14T15:17:41.976Z[ recovery-image] May 14 15:17:41.316 INFO O| May 14 15:17:41.315 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69682026-05-14T15:17:41.983Z[ recovery-image] May 14 15:17:41.324 INFO O| May 14 15:17:41.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
69692026-05-14T15:17:41.983Z[ recovery-image] May 14 15:17:41.324 INFO O| May 14 15:17:41.324 INFO STEP 718 (remove_files) COMPLETE
69702026-05-14T15:17:41.983Z[ recovery-image] May 14 15:17:41.324 INFO O| May 14 15:17:41.324 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69712026-05-14T15:17:41.993Z[ recovery-image] May 14 15:17:41.332 INFO O| May 14 15:17:41.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
69722026-05-14T15:17:41.993Z[ recovery-image] May 14 15:17:41.332 INFO O| May 14 15:17:41.332 INFO STEP 719 (remove_files) COMPLETE
69732026-05-14T15:17:41.993Z[ recovery-image] May 14 15:17:41.332 INFO O| May 14 15:17:41.332 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69742026-05-14T15:17:41.999Z[ recovery-image] May 14 15:17:41.340 INFO O| May 14 15:17:41.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
69752026-05-14T15:17:41.999Z[ recovery-image] May 14 15:17:41.340 INFO O| May 14 15:17:41.340 INFO STEP 720 (remove_files) COMPLETE
69762026-05-14T15:17:42.004Z[ recovery-image] May 14 15:17:41.340 INFO O| May 14 15:17:41.340 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69772026-05-14T15:17:42.008Z[ recovery-image] May 14 15:17:41.348 INFO O| May 14 15:17:41.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
69782026-05-14T15:17:42.008Z[ recovery-image] May 14 15:17:41.349 INFO O| May 14 15:17:41.349 INFO STEP 721 (remove_files) COMPLETE
69792026-05-14T15:17:42.011Z[ recovery-image] May 14 15:17:41.349 INFO O| May 14 15:17:41.349 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69802026-05-14T15:17:42.017Z[ recovery-image] May 14 15:17:41.358 INFO O| May 14 15:17:41.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
69812026-05-14T15:17:42.017Z[ recovery-image] May 14 15:17:41.358 INFO O| May 14 15:17:41.358 INFO STEP 722 (remove_files) COMPLETE
69822026-05-14T15:17:42.017Z[ recovery-image] May 14 15:17:41.358 INFO O| May 14 15:17:41.358 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69832026-05-14T15:17:42.027Z[ recovery-image] May 14 15:17:41.367 INFO O| May 14 15:17:41.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
69842026-05-14T15:17:42.027Z[ recovery-image] May 14 15:17:41.367 INFO O| May 14 15:17:41.367 INFO STEP 723 (remove_files) COMPLETE
69852026-05-14T15:17:42.027Z[ recovery-image] May 14 15:17:41.367 INFO O| May 14 15:17:41.367 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69862026-05-14T15:17:42.035Z[ recovery-image] May 14 15:17:41.376 INFO O| May 14 15:17:41.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
69872026-05-14T15:17:42.035Z[ recovery-image] May 14 15:17:41.376 INFO O| May 14 15:17:41.376 INFO STEP 724 (remove_files) COMPLETE
69882026-05-14T15:17:42.035Z[ recovery-image] May 14 15:17:41.376 INFO O| May 14 15:17:41.376 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69892026-05-14T15:17:42.045Z[ recovery-image] May 14 15:17:41.385 INFO O| May 14 15:17:41.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
69902026-05-14T15:17:42.045Z[ recovery-image] May 14 15:17:41.385 INFO O| May 14 15:17:41.385 INFO STEP 725 (remove_files) COMPLETE
69912026-05-14T15:17:42.045Z[ recovery-image] May 14 15:17:41.385 INFO O| May 14 15:17:41.385 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69922026-05-14T15:17:42.054Z[ recovery-image] May 14 15:17:41.394 INFO O| May 14 15:17:41.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
69932026-05-14T15:17:42.054Z[ recovery-image] May 14 15:17:41.394 INFO O| May 14 15:17:41.394 INFO STEP 726 (remove_files) COMPLETE
69942026-05-14T15:17:42.054Z[ recovery-image] May 14 15:17:41.394 INFO O| May 14 15:17:41.394 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69952026-05-14T15:17:42.063Z[ recovery-image] May 14 15:17:41.404 INFO O| May 14 15:17:41.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
69962026-05-14T15:17:42.066Z[ recovery-image] May 14 15:17:41.404 INFO O| May 14 15:17:41.404 INFO STEP 727 (remove_files) COMPLETE
69972026-05-14T15:17:42.066Z[ recovery-image] May 14 15:17:41.405 INFO O| May 14 15:17:41.404 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69982026-05-14T15:17:42.074Z[ recovery-image] May 14 15:17:41.414 INFO O| May 14 15:17:41.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
69992026-05-14T15:17:42.075Z[ recovery-image] May 14 15:17:41.414 INFO O| May 14 15:17:41.414 INFO STEP 728 (remove_files) COMPLETE
70002026-05-14T15:17:42.075Z[ recovery-image] May 14 15:17:41.414 INFO O| May 14 15:17:41.414 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70012026-05-14T15:17:42.084Z[ recovery-image] May 14 15:17:41.424 INFO O| May 14 15:17:41.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
70022026-05-14T15:17:42.084Z[ recovery-image] May 14 15:17:41.424 INFO O| May 14 15:17:41.424 INFO STEP 729 (remove_files) COMPLETE
70032026-05-14T15:17:42.084Z[ recovery-image] May 14 15:17:41.424 INFO O| May 14 15:17:41.424 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70042026-05-14T15:17:42.093Z[ recovery-image] May 14 15:17:41.434 INFO O| May 14 15:17:41.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
70052026-05-14T15:17:42.093Z[ recovery-image] May 14 15:17:41.434 INFO O| May 14 15:17:41.433 INFO STEP 730 (remove_files) COMPLETE
70062026-05-14T15:17:42.096Z[ recovery-image] May 14 15:17:41.434 INFO O| May 14 15:17:41.433 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70072026-05-14T15:17:42.102Z[ recovery-image] May 14 15:17:41.443 INFO O| May 14 15:17:41.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
70082026-05-14T15:17:42.102Z[ recovery-image] May 14 15:17:41.443 INFO O| May 14 15:17:41.443 INFO STEP 731 (remove_files) COMPLETE
70092026-05-14T15:17:42.102Z[ recovery-image] May 14 15:17:41.443 INFO O| May 14 15:17:41.443 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70102026-05-14T15:17:42.111Z[ recovery-image] May 14 15:17:41.451 INFO O| May 14 15:17:41.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
70112026-05-14T15:17:42.111Z[ recovery-image] May 14 15:17:41.451 INFO O| May 14 15:17:41.451 INFO STEP 732 (remove_files) COMPLETE
70122026-05-14T15:17:42.111Z[ recovery-image] May 14 15:17:41.451 INFO O| May 14 15:17:41.451 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70132026-05-14T15:17:42.118Z[ recovery-image] May 14 15:17:41.459 INFO O| May 14 15:17:41.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
70142026-05-14T15:17:42.118Z[ recovery-image] May 14 15:17:41.459 INFO O| May 14 15:17:41.459 INFO STEP 733 (remove_files) COMPLETE
70152026-05-14T15:17:42.119Z[ recovery-image] May 14 15:17:41.459 INFO O| May 14 15:17:41.459 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70162026-05-14T15:17:42.127Z[ recovery-image] May 14 15:17:41.467 INFO O| May 14 15:17:41.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
70172026-05-14T15:17:42.127Z[ recovery-image] May 14 15:17:41.467 INFO O| May 14 15:17:41.467 INFO STEP 734 (remove_files) COMPLETE
70182026-05-14T15:17:42.130Z[ recovery-image] May 14 15:17:41.467 INFO O| May 14 15:17:41.467 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70192026-05-14T15:17:42.135Z[ recovery-image] May 14 15:17:41.475 INFO O| May 14 15:17:41.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
70202026-05-14T15:17:42.135Z[ recovery-image] May 14 15:17:41.475 INFO O| May 14 15:17:41.475 INFO STEP 735 (remove_files) COMPLETE
70212026-05-14T15:17:42.135Z[ recovery-image] May 14 15:17:41.475 INFO O| May 14 15:17:41.475 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70222026-05-14T15:17:42.143Z[ recovery-image] May 14 15:17:41.484 INFO O| May 14 15:17:41.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
70232026-05-14T15:17:42.143Z[ recovery-image] May 14 15:17:41.484 INFO O| May 14 15:17:41.484 INFO STEP 736 (remove_files) COMPLETE
70242026-05-14T15:17:42.143Z[ recovery-image] May 14 15:17:41.484 INFO O| May 14 15:17:41.484 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70252026-05-14T15:17:42.152Z[ recovery-image] May 14 15:17:41.492 INFO O| May 14 15:17:41.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
70262026-05-14T15:17:42.155Z[ recovery-image] May 14 15:17:41.493 INFO O| May 14 15:17:41.493 INFO STEP 737 (remove_files) COMPLETE
70272026-05-14T15:17:42.155Z[ recovery-image] May 14 15:17:41.493 INFO O| May 14 15:17:41.493 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70282026-05-14T15:17:42.161Z[ recovery-image] May 14 15:17:41.502 INFO O| May 14 15:17:41.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
70292026-05-14T15:17:42.161Z[ recovery-image] May 14 15:17:41.502 INFO O| May 14 15:17:41.502 INFO STEP 738 (remove_files) COMPLETE
70302026-05-14T15:17:42.161Z[ recovery-image] May 14 15:17:41.502 INFO O| May 14 15:17:41.502 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70312026-05-14T15:17:42.172Z[ recovery-image] May 14 15:17:41.511 INFO O| May 14 15:17:41.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
70322026-05-14T15:17:42.172Z[ recovery-image] May 14 15:17:41.511 INFO O| May 14 15:17:41.511 INFO STEP 739 (remove_files) COMPLETE
70332026-05-14T15:17:42.172Z[ recovery-image] May 14 15:17:41.511 INFO O| May 14 15:17:41.511 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70342026-05-14T15:17:42.179Z[ recovery-image] May 14 15:17:41.519 INFO O| May 14 15:17:41.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
70352026-05-14T15:17:42.179Z[ recovery-image] May 14 15:17:41.520 INFO O| May 14 15:17:41.519 INFO STEP 740 (remove_files) COMPLETE
70362026-05-14T15:17:42.179Z[ recovery-image] May 14 15:17:41.520 INFO O| May 14 15:17:41.520 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70372026-05-14T15:17:42.189Z[ recovery-image] May 14 15:17:41.528 INFO O| May 14 15:17:41.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
70382026-05-14T15:17:42.189Z[ recovery-image] May 14 15:17:41.528 INFO O| May 14 15:17:41.528 INFO STEP 741 (remove_files) COMPLETE
70392026-05-14T15:17:42.189Z[ recovery-image] May 14 15:17:41.528 INFO O| May 14 15:17:41.528 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70402026-05-14T15:17:42.196Z[ recovery-image] May 14 15:17:41.537 INFO O| May 14 15:17:41.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
70412026-05-14T15:17:42.196Z[ recovery-image] May 14 15:17:41.537 INFO O| May 14 15:17:41.537 INFO STEP 742 (remove_files) COMPLETE
70422026-05-14T15:17:42.196Z[ recovery-image] May 14 15:17:41.537 INFO O| May 14 15:17:41.537 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70432026-05-14T15:17:42.205Z[ recovery-image] May 14 15:17:41.546 INFO O| May 14 15:17:41.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
70442026-05-14T15:17:42.208Z[ recovery-image] May 14 15:17:41.547 INFO O| May 14 15:17:41.547 INFO STEP 743 (remove_files) COMPLETE
70452026-05-14T15:17:42.208Z[ recovery-image] May 14 15:17:41.547 INFO O| May 14 15:17:41.547 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70462026-05-14T15:17:42.216Z[ recovery-image] May 14 15:17:41.556 INFO O| May 14 15:17:41.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
70472026-05-14T15:17:42.216Z[ recovery-image] May 14 15:17:41.556 INFO O| May 14 15:17:41.556 INFO STEP 744 (remove_files) COMPLETE
70482026-05-14T15:17:42.216Z[ recovery-image] May 14 15:17:41.556 INFO O| May 14 15:17:41.556 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70492026-05-14T15:17:42.225Z[ recovery-image] May 14 15:17:41.565 INFO O| May 14 15:17:41.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
70502026-05-14T15:17:42.225Z[ recovery-image] May 14 15:17:41.565 INFO O| May 14 15:17:41.565 INFO STEP 745 (remove_files) COMPLETE
70512026-05-14T15:17:42.225Z[ recovery-image] May 14 15:17:41.565 INFO O| May 14 15:17:41.565 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70522026-05-14T15:17:42.233Z[ recovery-image] May 14 15:17:41.573 INFO O| May 14 15:17:41.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
70532026-05-14T15:17:42.233Z[ recovery-image] May 14 15:17:41.574 INFO O| May 14 15:17:41.574 INFO STEP 746 (remove_files) COMPLETE
70542026-05-14T15:17:42.233Z[ recovery-image] May 14 15:17:41.574 INFO O| May 14 15:17:41.574 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70552026-05-14T15:17:42.242Z[ recovery-image] May 14 15:17:41.582 INFO O| May 14 15:17:41.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
70562026-05-14T15:17:42.242Z[ recovery-image] May 14 15:17:41.582 INFO O| May 14 15:17:41.582 INFO STEP 747 (remove_files) COMPLETE
70572026-05-14T15:17:42.242Z[ recovery-image] May 14 15:17:41.582 INFO O| May 14 15:17:41.582 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70582026-05-14T15:17:42.252Z[ recovery-image] May 14 15:17:41.591 INFO O| May 14 15:17:41.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
70592026-05-14T15:17:42.252Z[ recovery-image] May 14 15:17:41.591 INFO O| May 14 15:17:41.591 INFO STEP 748 (remove_files) COMPLETE
70602026-05-14T15:17:42.256Z[ recovery-image] May 14 15:17:41.591 INFO O| May 14 15:17:41.591 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70612026-05-14T15:17:42.260Z[ recovery-image] May 14 15:17:41.600 INFO O| May 14 15:17:41.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
70622026-05-14T15:17:42.260Z[ recovery-image] May 14 15:17:41.600 INFO O| May 14 15:17:41.600 INFO STEP 749 (remove_files) COMPLETE
70632026-05-14T15:17:42.263Z[ recovery-image] May 14 15:17:41.600 INFO O| May 14 15:17:41.600 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70642026-05-14T15:17:42.270Z[ recovery-image] May 14 15:17:41.609 INFO O| May 14 15:17:41.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
70652026-05-14T15:17:42.270Z[ recovery-image] May 14 15:17:41.609 INFO O| May 14 15:17:41.609 INFO STEP 750 (remove_files) COMPLETE
70662026-05-14T15:17:42.270Z[ recovery-image] May 14 15:17:41.609 INFO O| May 14 15:17:41.609 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70672026-05-14T15:17:42.277Z[ recovery-image] May 14 15:17:41.618 INFO O| May 14 15:17:41.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
70682026-05-14T15:17:42.277Z[ recovery-image] May 14 15:17:41.618 INFO O| May 14 15:17:41.618 INFO STEP 751 (remove_files) COMPLETE
70692026-05-14T15:17:42.281Z[ recovery-image] May 14 15:17:41.618 INFO O| May 14 15:17:41.618 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70702026-05-14T15:17:42.288Z[ recovery-image] May 14 15:17:41.627 INFO O| May 14 15:17:41.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
70712026-05-14T15:17:42.288Z[ recovery-image] May 14 15:17:41.627 INFO O| May 14 15:17:41.627 INFO STEP 752 (remove_files) COMPLETE
70722026-05-14T15:17:42.291Z[ recovery-image] May 14 15:17:41.627 INFO O| May 14 15:17:41.627 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70732026-05-14T15:17:42.295Z[ recovery-image] May 14 15:17:41.636 INFO O| May 14 15:17:41.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
70742026-05-14T15:17:42.295Z[ recovery-image] May 14 15:17:41.636 INFO O| May 14 15:17:41.636 INFO STEP 753 (remove_files) COMPLETE
70752026-05-14T15:17:42.299Z[ recovery-image] May 14 15:17:41.636 INFO O| May 14 15:17:41.636 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70762026-05-14T15:17:42.304Z[ recovery-image] May 14 15:17:41.645 INFO O| May 14 15:17:41.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
70772026-05-14T15:17:42.304Z[ recovery-image] May 14 15:17:41.645 INFO O| May 14 15:17:41.645 INFO STEP 754 (remove_files) COMPLETE
70782026-05-14T15:17:42.307Z[ recovery-image] May 14 15:17:41.645 INFO O| May 14 15:17:41.645 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70792026-05-14T15:17:42.313Z[ recovery-image] May 14 15:17:41.654 INFO O| May 14 15:17:41.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
70802026-05-14T15:17:42.313Z[ recovery-image] May 14 15:17:41.654 INFO O| May 14 15:17:41.654 INFO STEP 755 (remove_files) COMPLETE
70812026-05-14T15:17:42.313Z[ recovery-image] May 14 15:17:41.654 INFO O| May 14 15:17:41.654 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70822026-05-14T15:17:42.323Z[ recovery-image] May 14 15:17:41.664 INFO O| May 14 15:17:41.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
70832026-05-14T15:17:42.323Z[ recovery-image] May 14 15:17:41.664 INFO O| May 14 15:17:41.664 INFO STEP 756 (remove_files) COMPLETE
70842026-05-14T15:17:42.326Z[ recovery-image] May 14 15:17:41.664 INFO O| May 14 15:17:41.664 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70852026-05-14T15:17:42.334Z[ recovery-image] May 14 15:17:41.673 INFO O| May 14 15:17:41.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
70862026-05-14T15:17:42.334Z[ recovery-image] May 14 15:17:41.673 INFO O| May 14 15:17:41.673 INFO STEP 757 (remove_files) COMPLETE
70872026-05-14T15:17:42.338Z[ recovery-image] May 14 15:17:41.673 INFO O| May 14 15:17:41.673 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70882026-05-14T15:17:42.343Z[ recovery-image] May 14 15:17:41.684 INFO O| May 14 15:17:41.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
70892026-05-14T15:17:42.343Z[ recovery-image] May 14 15:17:41.684 INFO O| May 14 15:17:41.684 INFO STEP 758 (remove_files) COMPLETE
70902026-05-14T15:17:42.346Z[ recovery-image] May 14 15:17:41.684 INFO O| May 14 15:17:41.684 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70912026-05-14T15:17:42.352Z[ recovery-image] May 14 15:17:41.693 INFO O| May 14 15:17:41.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
70922026-05-14T15:17:42.352Z[ recovery-image] May 14 15:17:41.693 INFO O| May 14 15:17:41.693 INFO STEP 759 (remove_files) COMPLETE
70932026-05-14T15:17:42.352Z[ recovery-image] May 14 15:17:41.693 INFO O| May 14 15:17:41.693 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70942026-05-14T15:17:42.361Z[ recovery-image] May 14 15:17:41.702 INFO O| May 14 15:17:41.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
70952026-05-14T15:17:42.361Z[ recovery-image] May 14 15:17:41.702 INFO O| May 14 15:17:41.702 INFO STEP 760 (remove_files) COMPLETE
70962026-05-14T15:17:42.361Z[ recovery-image] May 14 15:17:41.702 INFO O| May 14 15:17:41.702 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70972026-05-14T15:17:42.370Z[ recovery-image] May 14 15:17:41.710 INFO O| May 14 15:17:41.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
70982026-05-14T15:17:42.370Z[ recovery-image] May 14 15:17:41.710 INFO O| May 14 15:17:41.710 INFO STEP 761 (remove_files) COMPLETE
70992026-05-14T15:17:42.373Z[ recovery-image] May 14 15:17:41.710 INFO O| May 14 15:17:41.710 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71002026-05-14T15:17:42.377Z[ recovery-image] May 14 15:17:41.718 INFO O| May 14 15:17:41.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
71012026-05-14T15:17:42.377Z[ recovery-image] May 14 15:17:41.718 INFO O| May 14 15:17:41.718 INFO STEP 762 (remove_files) COMPLETE
71022026-05-14T15:17:42.381Z[ recovery-image] May 14 15:17:41.718 INFO O| May 14 15:17:41.718 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71032026-05-14T15:17:42.385Z[ recovery-image] May 14 15:17:41.726 INFO O| May 14 15:17:41.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
71042026-05-14T15:17:42.385Z[ recovery-image] May 14 15:17:41.726 INFO O| May 14 15:17:41.726 INFO STEP 763 (remove_files) COMPLETE
71052026-05-14T15:17:42.385Z[ recovery-image] May 14 15:17:41.726 INFO O| May 14 15:17:41.726 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71062026-05-14T15:17:42.393Z[ recovery-image] May 14 15:17:41.734 INFO O| May 14 15:17:41.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
71072026-05-14T15:17:42.393Z[ recovery-image] May 14 15:17:41.734 INFO O| May 14 15:17:41.734 INFO STEP 764 (remove_files) COMPLETE
71082026-05-14T15:17:42.393Z[ recovery-image] May 14 15:17:41.734 INFO O| May 14 15:17:41.734 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71092026-05-14T15:17:42.401Z[ recovery-image] May 14 15:17:41.742 INFO O| May 14 15:17:41.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
71102026-05-14T15:17:42.401Z[ recovery-image] May 14 15:17:41.742 INFO O| May 14 15:17:41.742 INFO STEP 765 (remove_files) COMPLETE
71112026-05-14T15:17:42.401Z[ recovery-image] May 14 15:17:41.742 INFO O| May 14 15:17:41.742 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71122026-05-14T15:17:42.409Z[ recovery-image] May 14 15:17:41.750 INFO O| May 14 15:17:41.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
71132026-05-14T15:17:42.409Z[ recovery-image] May 14 15:17:41.750 INFO O| May 14 15:17:41.750 INFO STEP 766 (remove_files) COMPLETE
71142026-05-14T15:17:42.409Z[ recovery-image] May 14 15:17:41.750 INFO O| May 14 15:17:41.750 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71152026-05-14T15:17:42.418Z[ recovery-image] May 14 15:17:41.759 INFO O| May 14 15:17:41.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
71162026-05-14T15:17:42.418Z[ recovery-image] May 14 15:17:41.759 INFO O| May 14 15:17:41.759 INFO STEP 767 (remove_files) COMPLETE
71172026-05-14T15:17:42.421Z[ recovery-image] May 14 15:17:41.759 INFO O| May 14 15:17:41.759 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71182026-05-14T15:17:42.427Z[ recovery-image] May 14 15:17:41.768 INFO O| May 14 15:17:41.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
71192026-05-14T15:17:42.427Z[ recovery-image] May 14 15:17:41.768 INFO O| May 14 15:17:41.768 INFO STEP 768 (remove_files) COMPLETE
71202026-05-14T15:17:42.427Z[ recovery-image] May 14 15:17:41.768 INFO O| May 14 15:17:41.768 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71212026-05-14T15:17:42.435Z[ recovery-image] May 14 15:17:41.776 INFO O| May 14 15:17:41.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
71222026-05-14T15:17:42.435Z[ recovery-image] May 14 15:17:41.776 INFO O| May 14 15:17:41.776 INFO STEP 769 (remove_files) COMPLETE
71232026-05-14T15:17:42.438Z[ recovery-image] May 14 15:17:41.776 INFO O| May 14 15:17:41.776 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71242026-05-14T15:17:42.444Z[ recovery-image] May 14 15:17:41.784 INFO O| May 14 15:17:41.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
71252026-05-14T15:17:42.444Z[ recovery-image] May 14 15:17:41.784 INFO O| May 14 15:17:41.784 INFO STEP 770 (remove_files) COMPLETE
71262026-05-14T15:17:42.447Z[ recovery-image] May 14 15:17:41.784 INFO O| May 14 15:17:41.784 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71272026-05-14T15:17:42.452Z[ recovery-image] May 14 15:17:41.793 INFO O| May 14 15:17:41.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
71282026-05-14T15:17:42.452Z[ recovery-image] May 14 15:17:41.793 INFO O| May 14 15:17:41.793 INFO STEP 771 (remove_files) COMPLETE
71292026-05-14T15:17:42.452Z[ recovery-image] May 14 15:17:41.793 INFO O| May 14 15:17:41.793 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71302026-05-14T15:17:42.460Z[ recovery-image] May 14 15:17:41.801 INFO O| May 14 15:17:41.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
71312026-05-14T15:17:42.463Z[ recovery-image] May 14 15:17:41.802 INFO O| May 14 15:17:41.802 INFO STEP 772 (remove_files) COMPLETE
71322026-05-14T15:17:42.463Z[ recovery-image] May 14 15:17:41.802 INFO O| May 14 15:17:41.802 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71332026-05-14T15:17:42.470Z[ recovery-image] May 14 15:17:41.810 INFO O| May 14 15:17:41.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
71342026-05-14T15:17:42.470Z[ recovery-image] May 14 15:17:41.810 INFO O| May 14 15:17:41.810 INFO STEP 773 (remove_files) COMPLETE
71352026-05-14T15:17:42.470Z[ recovery-image] May 14 15:17:41.810 INFO O| May 14 15:17:41.810 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71362026-05-14T15:17:42.478Z[ recovery-image] May 14 15:17:41.818 INFO O| May 14 15:17:41.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
71372026-05-14T15:17:42.478Z[ recovery-image] May 14 15:17:41.818 INFO O| May 14 15:17:41.818 INFO STEP 774 (remove_files) COMPLETE
71382026-05-14T15:17:42.478Z[ recovery-image] May 14 15:17:41.818 INFO O| May 14 15:17:41.818 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71392026-05-14T15:17:42.485Z[ recovery-image] May 14 15:17:41.826 INFO O| May 14 15:17:41.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
71402026-05-14T15:17:42.488Z[ recovery-image] May 14 15:17:41.827 INFO O| May 14 15:17:41.827 INFO STEP 775 (remove_files) COMPLETE
71412026-05-14T15:17:42.488Z[ recovery-image] May 14 15:17:41.827 INFO O| May 14 15:17:41.827 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71422026-05-14T15:17:42.494Z[ recovery-image] May 14 15:17:41.834 INFO O| May 14 15:17:41.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
71432026-05-14T15:17:42.494Z[ recovery-image] May 14 15:17:41.835 INFO O| May 14 15:17:41.835 INFO STEP 776 (remove_files) COMPLETE
71442026-05-14T15:17:42.494Z[ recovery-image] May 14 15:17:41.835 INFO O| May 14 15:17:41.835 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71452026-05-14T15:17:42.502Z[ recovery-image] May 14 15:17:41.843 INFO O| May 14 15:17:41.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
71462026-05-14T15:17:42.502Z[ recovery-image] May 14 15:17:41.843 INFO O| May 14 15:17:41.843 INFO STEP 777 (remove_files) COMPLETE
71472026-05-14T15:17:42.502Z[ recovery-image] May 14 15:17:41.843 INFO O| May 14 15:17:41.843 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71482026-05-14T15:17:42.511Z[ recovery-image] May 14 15:17:41.852 INFO O| May 14 15:17:41.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
71492026-05-14T15:17:42.511Z[ recovery-image] May 14 15:17:41.852 INFO O| May 14 15:17:41.852 INFO STEP 778 (remove_files) COMPLETE
71502026-05-14T15:17:42.514Z[ recovery-image] May 14 15:17:41.852 INFO O| May 14 15:17:41.852 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71512026-05-14T15:17:42.520Z[ recovery-image] May 14 15:17:41.860 INFO O| May 14 15:17:41.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
71522026-05-14T15:17:42.520Z[ recovery-image] May 14 15:17:41.860 INFO O| May 14 15:17:41.860 INFO STEP 779 (remove_files) COMPLETE
71532026-05-14T15:17:42.520Z[ recovery-image] May 14 15:17:41.860 INFO O| May 14 15:17:41.860 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71542026-05-14T15:17:42.527Z[ recovery-image] May 14 15:17:41.868 INFO O| May 14 15:17:41.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
71552026-05-14T15:17:42.527Z[ recovery-image] May 14 15:17:41.868 INFO O| May 14 15:17:41.868 INFO STEP 780 (remove_files) COMPLETE
71562026-05-14T15:17:42.527Z[ recovery-image] May 14 15:17:41.868 INFO O| May 14 15:17:41.868 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71572026-05-14T15:17:42.536Z[ recovery-image] May 14 15:17:41.877 INFO O| May 14 15:17:41.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
71582026-05-14T15:17:42.536Z[ recovery-image] May 14 15:17:41.877 INFO O| May 14 15:17:41.877 INFO STEP 781 (remove_files) COMPLETE
71592026-05-14T15:17:42.536Z[ recovery-image] May 14 15:17:41.877 INFO O| May 14 15:17:41.877 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71602026-05-14T15:17:42.544Z[ recovery-image] May 14 15:17:41.884 INFO O| May 14 15:17:41.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
71612026-05-14T15:17:42.544Z[ recovery-image] May 14 15:17:41.885 INFO O| May 14 15:17:41.885 INFO STEP 782 (remove_files) COMPLETE
71622026-05-14T15:17:42.544Z[ recovery-image] May 14 15:17:41.885 INFO O| May 14 15:17:41.885 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71632026-05-14T15:17:42.553Z[ recovery-image] May 14 15:17:41.893 INFO O| May 14 15:17:41.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
71642026-05-14T15:17:42.553Z[ recovery-image] May 14 15:17:41.893 INFO O| May 14 15:17:41.893 INFO STEP 783 (remove_files) COMPLETE
71652026-05-14T15:17:42.553Z[ recovery-image] May 14 15:17:41.893 INFO O| May 14 15:17:41.893 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71662026-05-14T15:17:42.561Z[ recovery-image] May 14 15:17:41.902 INFO O| May 14 15:17:41.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
71672026-05-14T15:17:42.561Z[ recovery-image] May 14 15:17:41.902 INFO O| May 14 15:17:41.902 INFO STEP 784 (remove_files) COMPLETE
71682026-05-14T15:17:42.563Z[ recovery-image] May 14 15:17:41.902 INFO O| May 14 15:17:41.902 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71692026-05-14T15:17:42.571Z[ recovery-image] May 14 15:17:41.911 INFO O| May 14 15:17:41.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
71702026-05-14T15:17:42.571Z[ recovery-image] May 14 15:17:41.911 INFO O| May 14 15:17:41.911 INFO STEP 785 (remove_files) COMPLETE
71712026-05-14T15:17:42.573Z[ recovery-image] May 14 15:17:41.911 INFO O| May 14 15:17:41.911 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71722026-05-14T15:17:42.580Z[ recovery-image] May 14 15:17:41.921 INFO O| May 14 15:17:41.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
71732026-05-14T15:17:42.580Z[ recovery-image] May 14 15:17:41.921 INFO O| May 14 15:17:41.921 INFO STEP 786 (remove_files) COMPLETE
71742026-05-14T15:17:42.580Z[ recovery-image] May 14 15:17:41.921 INFO O| May 14 15:17:41.921 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71752026-05-14T15:17:42.589Z[ recovery-image] May 14 15:17:41.929 INFO O| May 14 15:17:41.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
71762026-05-14T15:17:42.589Z[ recovery-image] May 14 15:17:41.929 INFO O| May 14 15:17:41.929 INFO STEP 787 (remove_files) COMPLETE
71772026-05-14T15:17:42.589Z[ recovery-image] May 14 15:17:41.929 INFO O| May 14 15:17:41.929 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71782026-05-14T15:17:42.599Z[ recovery-image] May 14 15:17:41.940 INFO O| May 14 15:17:41.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
71792026-05-14T15:17:42.599Z[ recovery-image] May 14 15:17:41.940 INFO O| May 14 15:17:41.940 INFO STEP 788 (remove_files) COMPLETE
71802026-05-14T15:17:42.599Z[ recovery-image] May 14 15:17:41.940 INFO O| May 14 15:17:41.940 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71812026-05-14T15:17:42.609Z[ recovery-image] May 14 15:17:41.950 INFO O| May 14 15:17:41.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
71822026-05-14T15:17:42.610Z[ recovery-image] May 14 15:17:41.950 INFO O| May 14 15:17:41.950 INFO STEP 789 (remove_files) COMPLETE
71832026-05-14T15:17:42.610Z[ recovery-image] May 14 15:17:41.950 INFO O| May 14 15:17:41.950 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71842026-05-14T15:17:42.618Z[ recovery-image] May 14 15:17:41.959 INFO O| May 14 15:17:41.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
71852026-05-14T15:17:42.618Z[ recovery-image] May 14 15:17:41.959 INFO O| May 14 15:17:41.959 INFO STEP 790 (remove_files) COMPLETE
71862026-05-14T15:17:42.622Z[ recovery-image] May 14 15:17:41.959 INFO O| May 14 15:17:41.959 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71872026-05-14T15:17:42.626Z[ recovery-image] May 14 15:17:41.967 INFO O| May 14 15:17:41.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
71882026-05-14T15:17:42.627Z[ recovery-image] May 14 15:17:41.967 INFO O| May 14 15:17:41.967 INFO STEP 791 (remove_files) COMPLETE
71892026-05-14T15:17:42.630Z[ recovery-image] May 14 15:17:41.967 INFO O| May 14 15:17:41.967 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71902026-05-14T15:17:42.634Z[ recovery-image] May 14 15:17:41.975 INFO O| May 14 15:17:41.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
71912026-05-14T15:17:42.637Z[ recovery-image] May 14 15:17:41.975 INFO O| May 14 15:17:41.975 INFO STEP 792 (remove_files) COMPLETE
71922026-05-14T15:17:42.637Z[ recovery-image] May 14 15:17:41.975 INFO O| May 14 15:17:41.975 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71932026-05-14T15:17:42.642Z[ recovery-image] May 14 15:17:41.982 INFO O| May 14 15:17:41.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
71942026-05-14T15:17:42.642Z[ recovery-image] May 14 15:17:41.982 INFO O| May 14 15:17:41.982 INFO STEP 793 (remove_files) COMPLETE
71952026-05-14T15:17:42.642Z[ recovery-image] May 14 15:17:41.982 INFO O| May 14 15:17:41.982 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71962026-05-14T15:17:42.651Z[ recovery-image] May 14 15:17:41.990 INFO O| May 14 15:17:41.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
71972026-05-14T15:17:42.651Z[ recovery-image] May 14 15:17:41.990 INFO O| May 14 15:17:41.990 INFO STEP 794 (remove_files) COMPLETE
71982026-05-14T15:17:42.651Z[ recovery-image] May 14 15:17:41.990 INFO O| May 14 15:17:41.990 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71992026-05-14T15:17:42.660Z[ recovery-image] May 14 15:17:42.001 INFO O| May 14 15:17:42.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
72002026-05-14T15:17:42.660Z[ recovery-image] May 14 15:17:42.001 INFO O| May 14 15:17:42.001 INFO STEP 795 (remove_files) COMPLETE
72012026-05-14T15:17:42.660Z[ recovery-image] May 14 15:17:42.001 INFO O| May 14 15:17:42.001 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72022026-05-14T15:17:42.670Z[ recovery-image] May 14 15:17:42.010 INFO O| May 14 15:17:42.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
72032026-05-14T15:17:42.670Z[ recovery-image] May 14 15:17:42.010 INFO O| May 14 15:17:42.010 INFO STEP 796 (remove_files) COMPLETE
72042026-05-14T15:17:42.670Z[ recovery-image] May 14 15:17:42.010 INFO O| May 14 15:17:42.010 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72052026-05-14T15:17:42.681Z[ recovery-image] May 14 15:17:42.019 INFO O| May 14 15:17:42.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
72062026-05-14T15:17:42.681Z[ recovery-image] May 14 15:17:42.019 INFO O| May 14 15:17:42.019 INFO STEP 797 (remove_files) COMPLETE
72072026-05-14T15:17:42.681Z[ recovery-image] May 14 15:17:42.019 INFO O| May 14 15:17:42.019 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72082026-05-14T15:17:42.688Z[ recovery-image] May 14 15:17:42.028 INFO O| May 14 15:17:42.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
72092026-05-14T15:17:42.688Z[ recovery-image] May 14 15:17:42.028 INFO O| May 14 15:17:42.028 INFO STEP 798 (remove_files) COMPLETE
72102026-05-14T15:17:42.691Z[ recovery-image] May 14 15:17:42.028 INFO O| May 14 15:17:42.028 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72112026-05-14T15:17:42.696Z[ recovery-image] May 14 15:17:42.037 INFO O| May 14 15:17:42.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
72122026-05-14T15:17:42.696Z[ recovery-image] May 14 15:17:42.037 INFO O| May 14 15:17:42.037 INFO STEP 799 (remove_files) COMPLETE
72132026-05-14T15:17:42.699Z[ recovery-image] May 14 15:17:42.037 INFO O| May 14 15:17:42.037 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72142026-05-14T15:17:42.717Z[ recovery-image] May 14 15:17:42.058 INFO O| May 14 15:17:42.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
72152026-05-14T15:17:42.717Z[ recovery-image] May 14 15:17:42.058 INFO O| May 14 15:17:42.058 INFO STEP 800 (remove_files) COMPLETE
72162026-05-14T15:17:42.717Z[ recovery-image] May 14 15:17:42.058 INFO O| May 14 15:17:42.058 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72172026-05-14T15:17:42.728Z[ recovery-image] May 14 15:17:42.069 INFO O| May 14 15:17:42.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
72182026-05-14T15:17:42.728Z[ recovery-image] May 14 15:17:42.069 INFO O| May 14 15:17:42.069 INFO STEP 801 (remove_files) COMPLETE
72192026-05-14T15:17:42.728Z[ recovery-image] May 14 15:17:42.069 INFO O| May 14 15:17:42.069 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72202026-05-14T15:17:42.739Z[ recovery-image] May 14 15:17:42.080 INFO O| May 14 15:17:42.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcieb"
72212026-05-14T15:17:42.740Z[ recovery-image] May 14 15:17:42.080 INFO O| May 14 15:17:42.080 INFO STEP 802 (remove_files) COMPLETE
72222026-05-14T15:17:42.740Z[ recovery-image] May 14 15:17:42.080 INFO O| May 14 15:17:42.080 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72232026-05-14T15:17:42.749Z[ recovery-image] May 14 15:17:42.090 INFO O| May 14 15:17:42.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
72242026-05-14T15:17:42.749Z[ recovery-image] May 14 15:17:42.090 INFO O| May 14 15:17:42.090 INFO STEP 803 (remove_files) COMPLETE
72252026-05-14T15:17:42.752Z[ recovery-image] May 14 15:17:42.090 INFO O| May 14 15:17:42.090 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72262026-05-14T15:17:42.760Z[ recovery-image] May 14 15:17:42.101 INFO O| May 14 15:17:42.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
72272026-05-14T15:17:42.760Z[ recovery-image] May 14 15:17:42.101 INFO O| May 14 15:17:42.101 INFO STEP 804 (remove_files) COMPLETE
72282026-05-14T15:17:42.760Z[ recovery-image] May 14 15:17:42.101 INFO O| May 14 15:17:42.101 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72292026-05-14T15:17:42.771Z[ recovery-image] May 14 15:17:42.111 INFO O| May 14 15:17:42.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
72302026-05-14T15:17:42.771Z[ recovery-image] May 14 15:17:42.111 INFO O| May 14 15:17:42.111 INFO STEP 805 (remove_files) COMPLETE
72312026-05-14T15:17:42.771Z[ recovery-image] May 14 15:17:42.111 INFO O| May 14 15:17:42.111 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72322026-05-14T15:17:42.780Z[ recovery-image] May 14 15:17:42.120 INFO O| May 14 15:17:42.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
72332026-05-14T15:17:42.780Z[ recovery-image] May 14 15:17:42.121 INFO O| May 14 15:17:42.121 INFO STEP 806 (remove_files) COMPLETE
72342026-05-14T15:17:42.783Z[ recovery-image] May 14 15:17:42.121 INFO O| May 14 15:17:42.121 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72352026-05-14T15:17:42.788Z[ recovery-image] May 14 15:17:42.129 INFO O| May 14 15:17:42.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
72362026-05-14T15:17:42.788Z[ recovery-image] May 14 15:17:42.129 INFO O| May 14 15:17:42.129 INFO STEP 807 (remove_files) COMPLETE
72372026-05-14T15:17:42.791Z[ recovery-image] May 14 15:17:42.129 INFO O| May 14 15:17:42.129 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72382026-05-14T15:17:42.796Z[ recovery-image] May 14 15:17:42.136 INFO O| May 14 15:17:42.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
72392026-05-14T15:17:42.796Z[ recovery-image] May 14 15:17:42.136 INFO O| May 14 15:17:42.136 INFO STEP 808 (remove_files) COMPLETE
72402026-05-14T15:17:42.796Z[ recovery-image] May 14 15:17:42.136 INFO O| May 14 15:17:42.136 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72412026-05-14T15:17:42.804Z[ recovery-image] May 14 15:17:42.145 INFO O| May 14 15:17:42.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
72422026-05-14T15:17:42.805Z[ recovery-image] May 14 15:17:42.145 INFO O| May 14 15:17:42.145 INFO STEP 809 (remove_files) COMPLETE
72432026-05-14T15:17:42.805Z[ recovery-image] May 14 15:17:42.145 INFO O| May 14 15:17:42.145 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72442026-05-14T15:17:42.814Z[ recovery-image] May 14 15:17:42.154 INFO O| May 14 15:17:42.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
72452026-05-14T15:17:42.814Z[ recovery-image] May 14 15:17:42.154 INFO O| May 14 15:17:42.154 INFO STEP 810 (remove_files) COMPLETE
72462026-05-14T15:17:42.814Z[ recovery-image] May 14 15:17:42.154 INFO O| May 14 15:17:42.154 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72472026-05-14T15:17:42.822Z[ recovery-image] May 14 15:17:42.163 INFO O| May 14 15:17:42.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
72482026-05-14T15:17:42.822Z[ recovery-image] May 14 15:17:42.163 INFO O| May 14 15:17:42.163 INFO STEP 811 (remove_files) COMPLETE
72492026-05-14T15:17:42.826Z[ recovery-image] May 14 15:17:42.163 INFO O| May 14 15:17:42.163 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72502026-05-14T15:17:42.832Z[ recovery-image] May 14 15:17:42.173 INFO O| May 14 15:17:42.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
72512026-05-14T15:17:42.832Z[ recovery-image] May 14 15:17:42.173 INFO O| May 14 15:17:42.173 INFO STEP 812 (remove_files) COMPLETE
72522026-05-14T15:17:42.835Z[ recovery-image] May 14 15:17:42.173 INFO O| May 14 15:17:42.173 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72532026-05-14T15:17:42.841Z[ recovery-image] May 14 15:17:42.182 INFO O| May 14 15:17:42.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
72542026-05-14T15:17:42.841Z[ recovery-image] May 14 15:17:42.182 INFO O| May 14 15:17:42.182 INFO STEP 813 (remove_files) COMPLETE
72552026-05-14T15:17:42.844Z[ recovery-image] May 14 15:17:42.182 INFO O| May 14 15:17:42.182 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72562026-05-14T15:17:42.849Z[ recovery-image] May 14 15:17:42.190 INFO O| May 14 15:17:42.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
72572026-05-14T15:17:42.849Z[ recovery-image] May 14 15:17:42.190 INFO O| May 14 15:17:42.190 INFO STEP 814 (remove_files) COMPLETE
72582026-05-14T15:17:42.852Z[ recovery-image] May 14 15:17:42.190 INFO O| May 14 15:17:42.190 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72592026-05-14T15:17:42.857Z[ recovery-image] May 14 15:17:42.198 INFO O| May 14 15:17:42.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
72602026-05-14T15:17:42.857Z[ recovery-image] May 14 15:17:42.198 INFO O| May 14 15:17:42.198 INFO STEP 815 (remove_files) COMPLETE
72612026-05-14T15:17:42.860Z[ recovery-image] May 14 15:17:42.198 INFO O| May 14 15:17:42.198 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72622026-05-14T15:17:42.867Z[ recovery-image] May 14 15:17:42.207 INFO O| May 14 15:17:42.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
72632026-05-14T15:17:42.867Z[ recovery-image] May 14 15:17:42.208 INFO O| May 14 15:17:42.208 INFO STEP 816 (remove_files) COMPLETE
72642026-05-14T15:17:42.870Z[ recovery-image] May 14 15:17:42.208 INFO O| May 14 15:17:42.208 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72652026-05-14T15:17:42.875Z[ recovery-image] May 14 15:17:42.216 INFO O| May 14 15:17:42.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
72662026-05-14T15:17:42.875Z[ recovery-image] May 14 15:17:42.216 INFO O| May 14 15:17:42.216 INFO STEP 817 (remove_files) COMPLETE
72672026-05-14T15:17:42.878Z[ recovery-image] May 14 15:17:42.216 INFO O| May 14 15:17:42.216 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72682026-05-14T15:17:42.883Z[ recovery-image] May 14 15:17:42.224 INFO O| May 14 15:17:42.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
72692026-05-14T15:17:42.883Z[ recovery-image] May 14 15:17:42.224 INFO O| May 14 15:17:42.224 INFO STEP 818 (remove_files) COMPLETE
72702026-05-14T15:17:42.883Z[ recovery-image] May 14 15:17:42.224 INFO O| May 14 15:17:42.224 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72712026-05-14T15:17:42.891Z[ recovery-image] May 14 15:17:42.232 INFO O| May 14 15:17:42.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
72722026-05-14T15:17:42.891Z[ recovery-image] May 14 15:17:42.232 INFO O| May 14 15:17:42.232 INFO STEP 819 (remove_files) COMPLETE
72732026-05-14T15:17:42.894Z[ recovery-image] May 14 15:17:42.232 INFO O| May 14 15:17:42.232 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72742026-05-14T15:17:42.900Z[ recovery-image] May 14 15:17:42.240 INFO O| May 14 15:17:42.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
72752026-05-14T15:17:42.900Z[ recovery-image] May 14 15:17:42.240 INFO O| May 14 15:17:42.240 INFO STEP 820 (remove_files) COMPLETE
72762026-05-14T15:17:42.900Z[ recovery-image] May 14 15:17:42.240 INFO O| May 14 15:17:42.240 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72772026-05-14T15:17:42.907Z[ recovery-image] May 14 15:17:42.248 INFO O| May 14 15:17:42.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
72782026-05-14T15:17:42.910Z[ recovery-image] May 14 15:17:42.249 INFO O| May 14 15:17:42.249 INFO STEP 821 (remove_files) COMPLETE
72792026-05-14T15:17:42.910Z[ recovery-image] May 14 15:17:42.249 INFO O| May 14 15:17:42.249 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72802026-05-14T15:17:42.916Z[ recovery-image] May 14 15:17:42.256 INFO O| May 14 15:17:42.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
72812026-05-14T15:17:42.916Z[ recovery-image] May 14 15:17:42.256 INFO O| May 14 15:17:42.256 INFO STEP 822 (remove_files) COMPLETE
72822026-05-14T15:17:42.916Z[ recovery-image] May 14 15:17:42.256 INFO O| May 14 15:17:42.256 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72832026-05-14T15:17:42.923Z[ recovery-image] May 14 15:17:42.264 INFO O| May 14 15:17:42.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
72842026-05-14T15:17:42.923Z[ recovery-image] May 14 15:17:42.264 INFO O| May 14 15:17:42.264 INFO STEP 823 (remove_files) COMPLETE
72852026-05-14T15:17:42.923Z[ recovery-image] May 14 15:17:42.264 INFO O| May 14 15:17:42.264 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72862026-05-14T15:17:42.932Z[ recovery-image] May 14 15:17:42.272 INFO O| May 14 15:17:42.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
72872026-05-14T15:17:42.932Z[ recovery-image] May 14 15:17:42.272 INFO O| May 14 15:17:42.272 INFO STEP 824 (remove_files) COMPLETE
72882026-05-14T15:17:42.936Z[ recovery-image] May 14 15:17:42.272 INFO O| May 14 15:17:42.272 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72892026-05-14T15:17:42.940Z[ recovery-image] May 14 15:17:42.280 INFO O| May 14 15:17:42.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
72902026-05-14T15:17:42.940Z[ recovery-image] May 14 15:17:42.280 INFO O| May 14 15:17:42.280 INFO STEP 825 (remove_files) COMPLETE
72912026-05-14T15:17:42.940Z[ recovery-image] May 14 15:17:42.280 INFO O| May 14 15:17:42.280 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72922026-05-14T15:17:42.948Z[ recovery-image] May 14 15:17:42.288 INFO O| May 14 15:17:42.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
72932026-05-14T15:17:42.948Z[ recovery-image] May 14 15:17:42.288 INFO O| May 14 15:17:42.288 INFO STEP 826 (remove_files) COMPLETE
72942026-05-14T15:17:42.948Z[ recovery-image] May 14 15:17:42.288 INFO O| May 14 15:17:42.288 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72952026-05-14T15:17:42.956Z[ recovery-image] May 14 15:17:42.296 INFO O| May 14 15:17:42.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
72962026-05-14T15:17:42.956Z[ recovery-image] May 14 15:17:42.296 INFO O| May 14 15:17:42.296 INFO STEP 827 (remove_files) COMPLETE
72972026-05-14T15:17:42.956Z[ recovery-image] May 14 15:17:42.296 INFO O| May 14 15:17:42.296 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72982026-05-14T15:17:42.964Z[ recovery-image] May 14 15:17:42.304 INFO O| May 14 15:17:42.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
72992026-05-14T15:17:42.964Z[ recovery-image] May 14 15:17:42.305 INFO O| May 14 15:17:42.304 INFO STEP 828 (remove_files) COMPLETE
73002026-05-14T15:17:42.967Z[ recovery-image] May 14 15:17:42.305 INFO O| May 14 15:17:42.305 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73012026-05-14T15:17:42.972Z[ recovery-image] May 14 15:17:42.312 INFO O| May 14 15:17:42.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
73022026-05-14T15:17:42.972Z[ recovery-image] May 14 15:17:42.312 INFO O| May 14 15:17:42.312 INFO STEP 829 (remove_files) COMPLETE
73032026-05-14T15:17:42.975Z[ recovery-image] May 14 15:17:42.312 INFO O| May 14 15:17:42.312 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73042026-05-14T15:17:42.980Z[ recovery-image] May 14 15:17:42.320 INFO O| May 14 15:17:42.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
73052026-05-14T15:17:42.980Z[ recovery-image] May 14 15:17:42.321 INFO O| May 14 15:17:42.321 INFO STEP 830 (remove_files) COMPLETE
73062026-05-14T15:17:42.983Z[ recovery-image] May 14 15:17:42.321 INFO O| May 14 15:17:42.321 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73072026-05-14T15:17:42.988Z[ recovery-image] May 14 15:17:42.328 INFO O| May 14 15:17:42.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
73082026-05-14T15:17:42.988Z[ recovery-image] May 14 15:17:42.328 INFO O| May 14 15:17:42.328 INFO STEP 831 (remove_files) COMPLETE
73092026-05-14T15:17:42.991Z[ recovery-image] May 14 15:17:42.328 INFO O| May 14 15:17:42.328 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73102026-05-14T15:17:42.996Z[ recovery-image] May 14 15:17:42.336 INFO O| May 14 15:17:42.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
73112026-05-14T15:17:42.996Z[ recovery-image] May 14 15:17:42.336 INFO O| May 14 15:17:42.336 INFO STEP 832 (remove_files) COMPLETE
73122026-05-14T15:17:42.998Z[ recovery-image] May 14 15:17:42.336 INFO O| May 14 15:17:42.336 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73132026-05-14T15:17:43.004Z[ recovery-image] May 14 15:17:42.344 INFO O| May 14 15:17:42.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
73142026-05-14T15:17:43.004Z[ recovery-image] May 14 15:17:42.344 INFO O| May 14 15:17:42.344 INFO STEP 833 (remove_files) COMPLETE
73152026-05-14T15:17:43.006Z[ recovery-image] May 14 15:17:42.344 INFO O| May 14 15:17:42.344 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73162026-05-14T15:17:43.011Z[ recovery-image] May 14 15:17:42.352 INFO O| May 14 15:17:42.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
73172026-05-14T15:17:43.014Z[ recovery-image] May 14 15:17:42.352 INFO O| May 14 15:17:42.352 INFO STEP 834 (remove_files) COMPLETE
73182026-05-14T15:17:43.014Z[ recovery-image] May 14 15:17:42.352 INFO O| May 14 15:17:42.352 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73192026-05-14T15:17:43.019Z[ recovery-image] May 14 15:17:42.360 INFO O| May 14 15:17:42.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
73202026-05-14T15:17:43.019Z[ recovery-image] May 14 15:17:42.360 INFO O| May 14 15:17:42.360 INFO STEP 835 (remove_files) COMPLETE
73212026-05-14T15:17:43.019Z[ recovery-image] May 14 15:17:42.360 INFO O| May 14 15:17:42.360 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73222026-05-14T15:17:43.047Z[ recovery-image] May 14 15:17:42.368 INFO O| May 14 15:17:42.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
73232026-05-14T15:17:43.047Z[ recovery-image] May 14 15:17:42.368 INFO O| May 14 15:17:42.368 INFO STEP 836 (remove_files) COMPLETE
73242026-05-14T15:17:43.047Z[ recovery-image] May 14 15:17:42.368 INFO O| May 14 15:17:42.368 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73252026-05-14T15:17:43.047Z[ recovery-image] May 14 15:17:42.376 INFO O| May 14 15:17:42.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
73262026-05-14T15:17:43.047Z[ recovery-image] May 14 15:17:42.376 INFO O| May 14 15:17:42.376 INFO STEP 837 (remove_files) COMPLETE
73272026-05-14T15:17:43.047Z[ recovery-image] May 14 15:17:42.376 INFO O| May 14 15:17:42.376 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73282026-05-14T15:17:43.048Z[ recovery-image] May 14 15:17:42.383 INFO O| May 14 15:17:42.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
73292026-05-14T15:17:43.048Z[ recovery-image] May 14 15:17:42.383 INFO O| May 14 15:17:42.383 INFO STEP 838 (remove_files) COMPLETE
73302026-05-14T15:17:43.048Z[ recovery-image] May 14 15:17:42.383 INFO O| May 14 15:17:42.383 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73312026-05-14T15:17:43.051Z[ recovery-image] May 14 15:17:42.391 INFO O| May 14 15:17:42.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
73322026-05-14T15:17:43.051Z[ recovery-image] May 14 15:17:42.391 INFO O| May 14 15:17:42.391 INFO STEP 839 (remove_files) COMPLETE
73332026-05-14T15:17:43.051Z[ recovery-image] May 14 15:17:42.391 INFO O| May 14 15:17:42.391 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73342026-05-14T15:17:43.058Z[ recovery-image] May 14 15:17:42.399 INFO O| May 14 15:17:42.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
73352026-05-14T15:17:43.058Z[ recovery-image] May 14 15:17:42.399 INFO O| May 14 15:17:42.399 INFO STEP 840 (remove_files) COMPLETE
73362026-05-14T15:17:43.061Z[ recovery-image] May 14 15:17:42.399 INFO O| May 14 15:17:42.399 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73372026-05-14T15:17:43.065Z[ recovery-image] May 14 15:17:42.406 INFO O| May 14 15:17:42.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
73382026-05-14T15:17:43.065Z[ recovery-image] May 14 15:17:42.406 INFO O| May 14 15:17:42.406 INFO STEP 841 (remove_files) COMPLETE
73392026-05-14T15:17:43.069Z[ recovery-image] May 14 15:17:42.406 INFO O| May 14 15:17:42.406 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73402026-05-14T15:17:43.072Z[ recovery-image] May 14 15:17:42.413 INFO O| May 14 15:17:42.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
73412026-05-14T15:17:43.072Z[ recovery-image] May 14 15:17:42.413 INFO O| May 14 15:17:42.413 INFO STEP 842 (remove_files) COMPLETE
73422026-05-14T15:17:43.076Z[ recovery-image] May 14 15:17:42.413 INFO O| May 14 15:17:42.413 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73432026-05-14T15:17:43.080Z[ recovery-image] May 14 15:17:42.421 INFO O| May 14 15:17:42.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
73442026-05-14T15:17:43.083Z[ recovery-image] May 14 15:17:42.421 INFO O| May 14 15:17:42.421 INFO STEP 843 (remove_files) COMPLETE
73452026-05-14T15:17:43.083Z[ recovery-image] May 14 15:17:42.421 INFO O| May 14 15:17:42.421 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73462026-05-14T15:17:43.087Z[ recovery-image] May 14 15:17:42.428 INFO O| May 14 15:17:42.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
73472026-05-14T15:17:43.087Z[ recovery-image] May 14 15:17:42.428 INFO O| May 14 15:17:42.428 INFO STEP 844 (remove_files) COMPLETE
73482026-05-14T15:17:43.090Z[ recovery-image] May 14 15:17:42.428 INFO O| May 14 15:17:42.428 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73492026-05-14T15:17:43.094Z[ recovery-image] May 14 15:17:42.435 INFO O| May 14 15:17:42.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
73502026-05-14T15:17:43.094Z[ recovery-image] May 14 15:17:42.435 INFO O| May 14 15:17:42.435 INFO STEP 845 (remove_files) COMPLETE
73512026-05-14T15:17:43.097Z[ recovery-image] May 14 15:17:42.435 INFO O| May 14 15:17:42.435 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73522026-05-14T15:17:43.102Z[ recovery-image] May 14 15:17:42.443 INFO O| May 14 15:17:42.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
73532026-05-14T15:17:43.102Z[ recovery-image] May 14 15:17:42.443 INFO O| May 14 15:17:42.443 INFO STEP 846 (remove_files) COMPLETE
73542026-05-14T15:17:43.105Z[ recovery-image] May 14 15:17:42.443 INFO O| May 14 15:17:42.443 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73552026-05-14T15:17:43.110Z[ recovery-image] May 14 15:17:42.451 INFO O| May 14 15:17:42.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
73562026-05-14T15:17:43.110Z[ recovery-image] May 14 15:17:42.451 INFO O| May 14 15:17:42.451 INFO STEP 847 (remove_files) COMPLETE
73572026-05-14T15:17:43.110Z[ recovery-image] May 14 15:17:42.451 INFO O| May 14 15:17:42.451 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73582026-05-14T15:17:43.119Z[ recovery-image] May 14 15:17:42.459 INFO O| May 14 15:17:42.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
73592026-05-14T15:17:43.119Z[ recovery-image] May 14 15:17:42.459 INFO O| May 14 15:17:42.459 INFO STEP 848 (remove_files) COMPLETE
73602026-05-14T15:17:43.122Z[ recovery-image] May 14 15:17:42.459 INFO O| May 14 15:17:42.459 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73612026-05-14T15:17:43.127Z[ recovery-image] May 14 15:17:42.468 INFO O| May 14 15:17:42.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
73622026-05-14T15:17:43.127Z[ recovery-image] May 14 15:17:42.468 INFO O| May 14 15:17:42.468 INFO STEP 849 (remove_files) COMPLETE
73632026-05-14T15:17:43.130Z[ recovery-image] May 14 15:17:42.468 INFO O| May 14 15:17:42.468 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73642026-05-14T15:17:43.136Z[ recovery-image] May 14 15:17:42.476 INFO O| May 14 15:17:42.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
73652026-05-14T15:17:43.136Z[ recovery-image] May 14 15:17:42.476 INFO O| May 14 15:17:42.476 INFO STEP 850 (remove_files) COMPLETE
73662026-05-14T15:17:43.140Z[ recovery-image] May 14 15:17:42.476 INFO O| May 14 15:17:42.476 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73672026-05-14T15:17:43.144Z[ recovery-image] May 14 15:17:42.484 INFO O| May 14 15:17:42.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
73682026-05-14T15:17:43.147Z[ recovery-image] May 14 15:17:42.485 INFO O| May 14 15:17:42.485 INFO STEP 851 (remove_files) COMPLETE
73692026-05-14T15:17:43.147Z[ recovery-image] May 14 15:17:42.485 INFO O| May 14 15:17:42.485 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73702026-05-14T15:17:43.152Z[ recovery-image] May 14 15:17:42.493 INFO O| May 14 15:17:42.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
73712026-05-14T15:17:43.152Z[ recovery-image] May 14 15:17:42.493 INFO O| May 14 15:17:42.493 INFO STEP 852 (remove_files) COMPLETE
73722026-05-14T15:17:43.156Z[ recovery-image] May 14 15:17:42.493 INFO O| May 14 15:17:42.493 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73732026-05-14T15:17:43.159Z[ recovery-image] May 14 15:17:42.500 INFO O| May 14 15:17:42.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
73742026-05-14T15:17:43.159Z[ recovery-image] May 14 15:17:42.500 INFO O| May 14 15:17:42.500 INFO STEP 853 (remove_files) COMPLETE
73752026-05-14T15:17:43.162Z[ recovery-image] May 14 15:17:42.500 INFO O| May 14 15:17:42.500 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73762026-05-14T15:17:43.166Z[ recovery-image] May 14 15:17:42.507 INFO O| May 14 15:17:42.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
73772026-05-14T15:17:43.166Z[ recovery-image] May 14 15:17:42.507 INFO O| May 14 15:17:42.507 INFO STEP 854 (remove_files) COMPLETE
73782026-05-14T15:17:43.169Z[ recovery-image] May 14 15:17:42.507 INFO O| May 14 15:17:42.507 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73792026-05-14T15:17:43.174Z[ recovery-image] May 14 15:17:42.514 INFO O| May 14 15:17:42.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
73802026-05-14T15:17:43.174Z[ recovery-image] May 14 15:17:42.514 INFO O| May 14 15:17:42.514 INFO STEP 855 (remove_files) COMPLETE
73812026-05-14T15:17:43.174Z[ recovery-image] May 14 15:17:42.514 INFO O| May 14 15:17:42.514 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73822026-05-14T15:17:43.181Z[ recovery-image] May 14 15:17:42.521 INFO O| May 14 15:17:42.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
73832026-05-14T15:17:43.181Z[ recovery-image] May 14 15:17:42.521 INFO O| May 14 15:17:42.521 INFO STEP 856 (remove_files) COMPLETE
73842026-05-14T15:17:43.183Z[ recovery-image] May 14 15:17:42.521 INFO O| May 14 15:17:42.521 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73852026-05-14T15:17:43.187Z[ recovery-image] May 14 15:17:42.528 INFO O| May 14 15:17:42.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
73862026-05-14T15:17:43.187Z[ recovery-image] May 14 15:17:42.528 INFO O| May 14 15:17:42.528 INFO STEP 857 (remove_files) COMPLETE
73872026-05-14T15:17:43.190Z[ recovery-image] May 14 15:17:42.528 INFO O| May 14 15:17:42.528 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73882026-05-14T15:17:43.195Z[ recovery-image] May 14 15:17:42.535 INFO O| May 14 15:17:42.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
73892026-05-14T15:17:43.195Z[ recovery-image] May 14 15:17:42.535 INFO O| May 14 15:17:42.535 INFO STEP 858 (remove_files) COMPLETE
73902026-05-14T15:17:43.198Z[ recovery-image] May 14 15:17:42.535 INFO O| May 14 15:17:42.535 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73912026-05-14T15:17:43.202Z[ recovery-image] May 14 15:17:42.543 INFO O| May 14 15:17:42.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
73922026-05-14T15:17:43.202Z[ recovery-image] May 14 15:17:42.543 INFO O| May 14 15:17:42.543 INFO STEP 859 (remove_files) COMPLETE
73932026-05-14T15:17:43.202Z[ recovery-image] May 14 15:17:42.543 INFO O| May 14 15:17:42.543 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73942026-05-14T15:17:43.210Z[ recovery-image] May 14 15:17:42.551 INFO O| May 14 15:17:42.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
73952026-05-14T15:17:43.210Z[ recovery-image] May 14 15:17:42.551 INFO O| May 14 15:17:42.551 INFO STEP 860 (remove_files) COMPLETE
73962026-05-14T15:17:43.210Z[ recovery-image] May 14 15:17:42.551 INFO O| May 14 15:17:42.551 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73972026-05-14T15:17:43.218Z[ recovery-image] May 14 15:17:42.558 INFO O| May 14 15:17:42.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
73982026-05-14T15:17:43.218Z[ recovery-image] May 14 15:17:42.558 INFO O| May 14 15:17:42.558 INFO STEP 861 (remove_files) COMPLETE
73992026-05-14T15:17:43.218Z[ recovery-image] May 14 15:17:42.558 INFO O| May 14 15:17:42.558 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74002026-05-14T15:17:43.226Z[ recovery-image] May 14 15:17:42.566 INFO O| May 14 15:17:42.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
74012026-05-14T15:17:43.226Z[ recovery-image] May 14 15:17:42.566 INFO O| May 14 15:17:42.566 INFO STEP 862 (remove_files) COMPLETE
74022026-05-14T15:17:43.229Z[ recovery-image] May 14 15:17:42.566 INFO O| May 14 15:17:42.566 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74032026-05-14T15:17:43.234Z[ recovery-image] May 14 15:17:42.575 INFO O| May 14 15:17:42.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
74042026-05-14T15:17:43.234Z[ recovery-image] May 14 15:17:42.575 INFO O| May 14 15:17:42.575 INFO STEP 863 (remove_files) COMPLETE
74052026-05-14T15:17:43.234Z[ recovery-image] May 14 15:17:42.575 INFO O| May 14 15:17:42.575 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74062026-05-14T15:17:43.242Z[ recovery-image] May 14 15:17:42.583 INFO O| May 14 15:17:42.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
74072026-05-14T15:17:43.242Z[ recovery-image] May 14 15:17:42.583 INFO O| May 14 15:17:42.583 INFO STEP 864 (remove_files) COMPLETE
74082026-05-14T15:17:43.246Z[ recovery-image] May 14 15:17:42.583 INFO O| May 14 15:17:42.583 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74092026-05-14T15:17:43.250Z[ recovery-image] May 14 15:17:42.590 INFO O| May 14 15:17:42.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
74102026-05-14T15:17:43.250Z[ recovery-image] May 14 15:17:42.590 INFO O| May 14 15:17:42.590 INFO STEP 865 (remove_files) COMPLETE
74112026-05-14T15:17:43.253Z[ recovery-image] May 14 15:17:42.590 INFO O| May 14 15:17:42.590 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74122026-05-14T15:17:43.256Z[ recovery-image] May 14 15:17:42.597 INFO O| May 14 15:17:42.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
74132026-05-14T15:17:43.256Z[ recovery-image] May 14 15:17:42.597 INFO O| May 14 15:17:42.597 INFO STEP 866 (remove_files) COMPLETE
74142026-05-14T15:17:43.259Z[ recovery-image] May 14 15:17:42.597 INFO O| May 14 15:17:42.597 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74152026-05-14T15:17:43.264Z[ recovery-image] May 14 15:17:42.605 INFO O| May 14 15:17:42.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
74162026-05-14T15:17:43.264Z[ recovery-image] May 14 15:17:42.605 INFO O| May 14 15:17:42.605 INFO STEP 867 (remove_files) COMPLETE
74172026-05-14T15:17:43.268Z[ recovery-image] May 14 15:17:42.605 INFO O| May 14 15:17:42.605 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74182026-05-14T15:17:43.272Z[ recovery-image] May 14 15:17:42.611 INFO O| May 14 15:17:42.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
74192026-05-14T15:17:43.272Z[ recovery-image] May 14 15:17:42.612 INFO O| May 14 15:17:42.612 INFO STEP 868 (remove_files) COMPLETE
74202026-05-14T15:17:43.272Z[ recovery-image] May 14 15:17:42.612 INFO O| May 14 15:17:42.612 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74212026-05-14T15:17:43.278Z[ recovery-image] May 14 15:17:42.618 INFO O| May 14 15:17:42.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
74222026-05-14T15:17:43.278Z[ recovery-image] May 14 15:17:42.618 INFO O| May 14 15:17:42.618 INFO STEP 869 (remove_files) COMPLETE
74232026-05-14T15:17:43.281Z[ recovery-image] May 14 15:17:42.618 INFO O| May 14 15:17:42.618 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74242026-05-14T15:17:43.285Z[ recovery-image] May 14 15:17:42.625 INFO O| May 14 15:17:42.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
74252026-05-14T15:17:43.285Z[ recovery-image] May 14 15:17:42.626 INFO O| May 14 15:17:42.626 INFO STEP 870 (remove_files) COMPLETE
74262026-05-14T15:17:43.288Z[ recovery-image] May 14 15:17:42.626 INFO O| May 14 15:17:42.626 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74272026-05-14T15:17:43.292Z[ recovery-image] May 14 15:17:42.632 INFO O| May 14 15:17:42.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
74282026-05-14T15:17:43.292Z[ recovery-image] May 14 15:17:42.633 INFO O| May 14 15:17:42.633 INFO STEP 871 (remove_files) COMPLETE
74292026-05-14T15:17:43.292Z[ recovery-image] May 14 15:17:42.633 INFO O| May 14 15:17:42.633 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74302026-05-14T15:17:43.299Z[ recovery-image] May 14 15:17:42.639 INFO O| May 14 15:17:42.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
74312026-05-14T15:17:43.299Z[ recovery-image] May 14 15:17:42.639 INFO O| May 14 15:17:42.639 INFO STEP 872 (remove_files) COMPLETE
74322026-05-14T15:17:43.299Z[ recovery-image] May 14 15:17:42.639 INFO O| May 14 15:17:42.639 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74332026-05-14T15:17:43.306Z[ recovery-image] May 14 15:17:42.646 INFO O| May 14 15:17:42.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
74342026-05-14T15:17:43.306Z[ recovery-image] May 14 15:17:42.647 INFO O| May 14 15:17:42.646 INFO STEP 873 (remove_files) COMPLETE
74352026-05-14T15:17:43.309Z[ recovery-image] May 14 15:17:42.647 INFO O| May 14 15:17:42.647 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74362026-05-14T15:17:43.312Z[ recovery-image] May 14 15:17:42.653 INFO O| May 14 15:17:42.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
74372026-05-14T15:17:43.312Z[ recovery-image] May 14 15:17:42.653 INFO O| May 14 15:17:42.653 INFO STEP 874 (remove_files) COMPLETE
74382026-05-14T15:17:43.313Z[ recovery-image] May 14 15:17:42.653 INFO O| May 14 15:17:42.653 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74392026-05-14T15:17:43.320Z[ recovery-image] May 14 15:17:42.660 INFO O| May 14 15:17:42.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
74402026-05-14T15:17:43.320Z[ recovery-image] May 14 15:17:42.660 INFO O| May 14 15:17:42.660 INFO STEP 875 (remove_files) COMPLETE
74412026-05-14T15:17:43.320Z[ recovery-image] May 14 15:17:42.660 INFO O| May 14 15:17:42.660 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74422026-05-14T15:17:43.327Z[ recovery-image] May 14 15:17:42.667 INFO O| May 14 15:17:42.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
74432026-05-14T15:17:43.327Z[ recovery-image] May 14 15:17:42.668 INFO O| May 14 15:17:42.668 INFO STEP 876 (remove_files) COMPLETE
74442026-05-14T15:17:43.330Z[ recovery-image] May 14 15:17:42.668 INFO O| May 14 15:17:42.668 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74452026-05-14T15:17:43.334Z[ recovery-image] May 14 15:17:42.674 INFO O| May 14 15:17:42.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
74462026-05-14T15:17:43.334Z[ recovery-image] May 14 15:17:42.674 INFO O| May 14 15:17:42.674 INFO STEP 877 (remove_files) COMPLETE
74472026-05-14T15:17:43.334Z[ recovery-image] May 14 15:17:42.675 INFO O| May 14 15:17:42.674 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74482026-05-14T15:17:43.341Z[ recovery-image] May 14 15:17:42.682 INFO O| May 14 15:17:42.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
74492026-05-14T15:17:43.341Z[ recovery-image] May 14 15:17:42.682 INFO O| May 14 15:17:42.682 INFO STEP 878 (remove_files) COMPLETE
74502026-05-14T15:17:43.341Z[ recovery-image] May 14 15:17:42.682 INFO O| May 14 15:17:42.682 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74512026-05-14T15:17:43.351Z[ recovery-image] May 14 15:17:42.690 INFO O| May 14 15:17:42.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
74522026-05-14T15:17:43.351Z[ recovery-image] May 14 15:17:42.690 INFO O| May 14 15:17:42.690 INFO STEP 879 (remove_files) COMPLETE
74532026-05-14T15:17:43.354Z[ recovery-image] May 14 15:17:42.690 INFO O| May 14 15:17:42.690 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74542026-05-14T15:17:43.357Z[ recovery-image] May 14 15:17:42.698 INFO O| May 14 15:17:42.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
74552026-05-14T15:17:43.357Z[ recovery-image] May 14 15:17:42.698 INFO O| May 14 15:17:42.698 INFO STEP 880 (remove_files) COMPLETE
74562026-05-14T15:17:43.360Z[ recovery-image] May 14 15:17:42.698 INFO O| May 14 15:17:42.698 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74572026-05-14T15:17:43.365Z[ recovery-image] May 14 15:17:42.705 INFO O| May 14 15:17:42.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
74582026-05-14T15:17:43.365Z[ recovery-image] May 14 15:17:42.705 INFO O| May 14 15:17:42.705 INFO STEP 881 (remove_files) COMPLETE
74592026-05-14T15:17:43.368Z[ recovery-image] May 14 15:17:42.705 INFO O| May 14 15:17:42.705 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74602026-05-14T15:17:43.372Z[ recovery-image] May 14 15:17:42.712 INFO O| May 14 15:17:42.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
74612026-05-14T15:17:43.372Z[ recovery-image] May 14 15:17:42.713 INFO O| May 14 15:17:42.712 INFO STEP 882 (remove_files) COMPLETE
74622026-05-14T15:17:43.375Z[ recovery-image] May 14 15:17:42.713 INFO O| May 14 15:17:42.713 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74632026-05-14T15:17:43.379Z[ recovery-image] May 14 15:17:42.720 INFO O| May 14 15:17:42.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
74642026-05-14T15:17:43.379Z[ recovery-image] May 14 15:17:42.720 INFO O| May 14 15:17:42.720 INFO STEP 883 (remove_files) COMPLETE
74652026-05-14T15:17:43.382Z[ recovery-image] May 14 15:17:42.720 INFO O| May 14 15:17:42.720 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74662026-05-14T15:17:43.387Z[ recovery-image] May 14 15:17:42.728 INFO O| May 14 15:17:42.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
74672026-05-14T15:17:43.387Z[ recovery-image] May 14 15:17:42.728 INFO O| May 14 15:17:42.728 INFO STEP 884 (remove_files) COMPLETE
74682026-05-14T15:17:43.394Z[ recovery-image] May 14 15:17:42.728 INFO O| May 14 15:17:42.728 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74692026-05-14T15:17:43.398Z[ recovery-image] May 14 15:17:42.736 INFO O| May 14 15:17:42.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
74702026-05-14T15:17:43.398Z[ recovery-image] May 14 15:17:42.736 INFO O| May 14 15:17:42.736 INFO STEP 885 (remove_files) COMPLETE
74712026-05-14T15:17:43.398Z[ recovery-image] May 14 15:17:42.736 INFO O| May 14 15:17:42.736 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74722026-05-14T15:17:43.403Z[ recovery-image] May 14 15:17:42.744 INFO O| May 14 15:17:42.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
74732026-05-14T15:17:43.403Z[ recovery-image] May 14 15:17:42.744 INFO O| May 14 15:17:42.744 INFO STEP 886 (remove_files) COMPLETE
74742026-05-14T15:17:43.406Z[ recovery-image] May 14 15:17:42.744 INFO O| May 14 15:17:42.744 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74752026-05-14T15:17:43.411Z[ recovery-image] May 14 15:17:42.751 INFO O| May 14 15:17:42.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
74762026-05-14T15:17:43.411Z[ recovery-image] May 14 15:17:42.751 INFO O| May 14 15:17:42.751 INFO STEP 887 (remove_files) COMPLETE
74772026-05-14T15:17:43.413Z[ recovery-image] May 14 15:17:42.751 INFO O| May 14 15:17:42.751 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74782026-05-14T15:17:43.419Z[ recovery-image] May 14 15:17:42.759 INFO O| May 14 15:17:42.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
74792026-05-14T15:17:43.419Z[ recovery-image] May 14 15:17:42.759 INFO O| May 14 15:17:42.759 INFO STEP 888 (remove_files) COMPLETE
74802026-05-14T15:17:43.421Z[ recovery-image] May 14 15:17:42.759 INFO O| May 14 15:17:42.759 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74812026-05-14T15:17:43.425Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
74822026-05-14T15:17:43.428Z[ recovery-image] May 14 15:17:42.768 INFO O| May 14 15:17:42.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
74832026-05-14T15:17:43.428Z[ recovery-image] May 14 15:17:42.768 INFO O| May 14 15:17:42.768 INFO STEP 889 (remove_files) COMPLETE
74842026-05-14T15:17:43.428Z[ recovery-image] May 14 15:17:42.768 INFO O| May 14 15:17:42.768 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74852026-05-14T15:17:43.436Z[ recovery-image] May 14 15:17:42.777 INFO O| May 14 15:17:42.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
74862026-05-14T15:17:43.436Z[ recovery-image] May 14 15:17:42.777 INFO O| May 14 15:17:42.777 INFO STEP 890 (remove_files) COMPLETE
74872026-05-14T15:17:43.436Z[ recovery-image] May 14 15:17:42.777 INFO O| May 14 15:17:42.777 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74882026-05-14T15:17:43.446Z[ recovery-image] May 14 15:17:42.786 INFO O| May 14 15:17:42.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
74892026-05-14T15:17:43.446Z[ recovery-image] May 14 15:17:42.786 INFO O| May 14 15:17:42.786 INFO STEP 891 (remove_files) COMPLETE
74902026-05-14T15:17:43.446Z[ recovery-image] May 14 15:17:42.786 INFO O| May 14 15:17:42.786 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74912026-05-14T15:17:43.485Z[ recovery-image] May 14 15:17:42.825 INFO O| May 14 15:17:42.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
74922026-05-14T15:17:43.485Z[ recovery-image] May 14 15:17:42.825 INFO O| May 14 15:17:42.825 INFO STEP 892 (remove_files) COMPLETE
74932026-05-14T15:17:43.485Z[ recovery-image] May 14 15:17:42.825 INFO O| May 14 15:17:42.825 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74942026-05-14T15:17:43.495Z[ recovery-image] May 14 15:17:42.836 INFO O| May 14 15:17:42.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
74952026-05-14T15:17:43.495Z[ recovery-image] May 14 15:17:42.836 INFO O| May 14 15:17:42.836 INFO STEP 893 (remove_files) COMPLETE
74962026-05-14T15:17:43.498Z[ recovery-image] May 14 15:17:42.836 INFO O| May 14 15:17:42.836 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74972026-05-14T15:17:43.506Z[ recovery-image] May 14 15:17:42.847 INFO O| May 14 15:17:42.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
74982026-05-14T15:17:43.506Z[ recovery-image] May 14 15:17:42.847 INFO O| May 14 15:17:42.847 INFO STEP 894 (remove_files) COMPLETE
74992026-05-14T15:17:43.509Z[ recovery-image] May 14 15:17:42.847 INFO O| May 14 15:17:42.847 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75002026-05-14T15:17:43.516Z[ recovery-image] May 14 15:17:42.856 INFO O| May 14 15:17:42.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
75012026-05-14T15:17:43.516Z[ recovery-image] May 14 15:17:42.856 INFO O| May 14 15:17:42.856 INFO STEP 895 (remove_files) COMPLETE
75022026-05-14T15:17:43.518Z[ recovery-image] May 14 15:17:42.856 INFO O| May 14 15:17:42.856 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75032026-05-14T15:17:43.525Z[ recovery-image] May 14 15:17:42.865 INFO O| May 14 15:17:42.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
75042026-05-14T15:17:43.525Z[ recovery-image] May 14 15:17:42.865 INFO O| May 14 15:17:42.865 INFO STEP 896 (remove_files) COMPLETE
75052026-05-14T15:17:43.525Z[ recovery-image] May 14 15:17:42.865 INFO O| May 14 15:17:42.865 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75062026-05-14T15:17:43.534Z[ recovery-image] May 14 15:17:42.875 INFO O| May 14 15:17:42.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
75072026-05-14T15:17:43.534Z[ recovery-image] May 14 15:17:42.875 INFO O| May 14 15:17:42.875 INFO STEP 897 (remove_files) COMPLETE
75082026-05-14T15:17:43.534Z[ recovery-image] May 14 15:17:42.875 INFO O| May 14 15:17:42.875 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75092026-05-14T15:17:43.544Z[ recovery-image] May 14 15:17:42.884 INFO O| May 14 15:17:42.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
75102026-05-14T15:17:43.544Z[ recovery-image] May 14 15:17:42.884 INFO O| May 14 15:17:42.884 INFO STEP 898 (remove_files) COMPLETE
75112026-05-14T15:17:43.544Z[ recovery-image] May 14 15:17:42.884 INFO O| May 14 15:17:42.884 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75122026-05-14T15:17:43.553Z[ recovery-image] May 14 15:17:42.893 INFO O| May 14 15:17:42.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
75132026-05-14T15:17:43.553Z[ recovery-image] May 14 15:17:42.893 INFO O| May 14 15:17:42.893 INFO STEP 899 (remove_files) COMPLETE
75142026-05-14T15:17:43.553Z[ recovery-image] May 14 15:17:42.893 INFO O| May 14 15:17:42.893 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75152026-05-14T15:17:43.561Z[ recovery-image] May 14 15:17:42.902 INFO O| May 14 15:17:42.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
75162026-05-14T15:17:43.561Z[ recovery-image] May 14 15:17:42.902 INFO O| May 14 15:17:42.902 INFO STEP 900 (remove_files) COMPLETE
75172026-05-14T15:17:43.561Z[ recovery-image] May 14 15:17:42.902 INFO O| May 14 15:17:42.902 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75182026-05-14T15:17:43.572Z[ recovery-image] May 14 15:17:42.910 INFO O| May 14 15:17:42.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
75192026-05-14T15:17:43.572Z[ recovery-image] May 14 15:17:42.910 INFO O| May 14 15:17:42.910 INFO STEP 901 (remove_files) COMPLETE
75202026-05-14T15:17:43.572Z[ recovery-image] May 14 15:17:42.910 INFO O| May 14 15:17:42.910 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75212026-05-14T15:17:43.578Z[ recovery-image] May 14 15:17:42.919 INFO O| May 14 15:17:42.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
75222026-05-14T15:17:43.578Z[ recovery-image] May 14 15:17:42.919 INFO O| May 14 15:17:42.919 INFO STEP 902 (remove_files) COMPLETE
75232026-05-14T15:17:43.579Z[ recovery-image] May 14 15:17:42.919 INFO O| May 14 15:17:42.919 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75242026-05-14T15:17:43.588Z[ recovery-image] May 14 15:17:42.928 INFO O| May 14 15:17:42.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
75252026-05-14T15:17:43.588Z[ recovery-image] May 14 15:17:42.928 INFO O| May 14 15:17:42.928 INFO STEP 903 (remove_files) COMPLETE
75262026-05-14T15:17:43.591Z[ recovery-image] May 14 15:17:42.928 INFO O| May 14 15:17:42.928 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75272026-05-14T15:17:43.597Z[ recovery-image] May 14 15:17:42.937 INFO O| May 14 15:17:42.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
75282026-05-14T15:17:43.597Z[ recovery-image] May 14 15:17:42.937 INFO O| May 14 15:17:42.937 INFO STEP 904 (remove_files) COMPLETE
75292026-05-14T15:17:43.600Z[ recovery-image] May 14 15:17:42.937 INFO O| May 14 15:17:42.937 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75302026-05-14T15:17:43.605Z[ recovery-image] May 14 15:17:42.946 INFO O| May 14 15:17:42.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
75312026-05-14T15:17:43.605Z[ recovery-image] May 14 15:17:42.946 INFO O| May 14 15:17:42.946 INFO STEP 905 (remove_files) COMPLETE
75322026-05-14T15:17:43.609Z[ recovery-image] May 14 15:17:42.946 INFO O| May 14 15:17:42.946 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75332026-05-14T15:17:43.614Z[ recovery-image] May 14 15:17:42.955 INFO O| May 14 15:17:42.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
75342026-05-14T15:17:43.614Z[ recovery-image] May 14 15:17:42.955 INFO O| May 14 15:17:42.955 INFO STEP 906 (remove_files) COMPLETE
75352026-05-14T15:17:43.617Z[ recovery-image] May 14 15:17:42.955 INFO O| May 14 15:17:42.955 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75362026-05-14T15:17:43.623Z[ recovery-image] May 14 15:17:42.963 INFO O| May 14 15:17:42.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
75372026-05-14T15:17:43.623Z[ recovery-image] May 14 15:17:42.964 INFO O| May 14 15:17:42.964 INFO STEP 907 (remove_files) COMPLETE
75382026-05-14T15:17:43.626Z[ recovery-image] May 14 15:17:42.964 INFO O| May 14 15:17:42.964 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75392026-05-14T15:17:43.631Z[ recovery-image] May 14 15:17:42.972 INFO O| May 14 15:17:42.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
75402026-05-14T15:17:43.631Z[ recovery-image] May 14 15:17:42.972 INFO O| May 14 15:17:42.972 INFO STEP 908 (remove_files) COMPLETE
75412026-05-14T15:17:43.632Z[ recovery-image] May 14 15:17:42.972 INFO O| May 14 15:17:42.972 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75422026-05-14T15:17:43.640Z[ recovery-image] May 14 15:17:42.981 INFO O| May 14 15:17:42.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
75432026-05-14T15:17:43.640Z[ recovery-image] May 14 15:17:42.981 INFO O| May 14 15:17:42.981 INFO STEP 909 (remove_files) COMPLETE
75442026-05-14T15:17:43.643Z[ recovery-image] May 14 15:17:42.981 INFO O| May 14 15:17:42.981 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75452026-05-14T15:17:43.681Z[ recovery-image] May 14 15:17:43.022 INFO O| May 14 15:17:43.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
75462026-05-14T15:17:43.681Z[ recovery-image] May 14 15:17:43.022 INFO O| May 14 15:17:43.022 INFO STEP 910 (remove_files) COMPLETE
75472026-05-14T15:17:43.685Z[ recovery-image] May 14 15:17:43.022 INFO O| May 14 15:17:43.022 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75482026-05-14T15:17:43.690Z[ recovery-image] May 14 15:17:43.030 INFO O| May 14 15:17:43.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
75492026-05-14T15:17:43.690Z[ recovery-image] May 14 15:17:43.030 INFO O| May 14 15:17:43.030 INFO STEP 911 (remove_files) COMPLETE
75502026-05-14T15:17:43.693Z[ recovery-image] May 14 15:17:43.030 INFO O| May 14 15:17:43.030 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75512026-05-14T15:17:43.698Z[ recovery-image] May 14 15:17:43.039 INFO O| May 14 15:17:43.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
75522026-05-14T15:17:43.698Z[ recovery-image] May 14 15:17:43.039 INFO O| May 14 15:17:43.039 INFO STEP 912 (remove_files) COMPLETE
75532026-05-14T15:17:43.701Z[ recovery-image] May 14 15:17:43.039 INFO O| May 14 15:17:43.039 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75542026-05-14T15:17:43.718Z[ recovery-image] May 14 15:17:43.058 INFO O| May 14 15:17:43.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
75552026-05-14T15:17:43.718Z[ recovery-image] May 14 15:17:43.058 INFO O| May 14 15:17:43.058 INFO STEP 913 (remove_files) COMPLETE
75562026-05-14T15:17:43.718Z[ recovery-image] May 14 15:17:43.058 INFO O| May 14 15:17:43.058 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75572026-05-14T15:17:43.727Z[ recovery-image] May 14 15:17:43.068 INFO O| May 14 15:17:43.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
75582026-05-14T15:17:43.727Z[ recovery-image] May 14 15:17:43.068 INFO O| May 14 15:17:43.068 INFO STEP 914 (remove_files) COMPLETE
75592026-05-14T15:17:43.727Z[ recovery-image] May 14 15:17:43.068 INFO O| May 14 15:17:43.068 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75602026-05-14T15:17:43.736Z[ recovery-image] May 14 15:17:43.077 INFO O| May 14 15:17:43.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
75612026-05-14T15:17:43.736Z[ recovery-image] May 14 15:17:43.077 INFO O| May 14 15:17:43.077 INFO STEP 915 (remove_files) COMPLETE
75622026-05-14T15:17:43.739Z[ recovery-image] May 14 15:17:43.077 INFO O| May 14 15:17:43.077 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75632026-05-14T15:17:43.745Z[ recovery-image] May 14 15:17:43.085 INFO O| May 14 15:17:43.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
75642026-05-14T15:17:43.745Z[ recovery-image] May 14 15:17:43.085 INFO O| May 14 15:17:43.085 INFO STEP 916 (remove_files) COMPLETE
75652026-05-14T15:17:43.749Z[ recovery-image] May 14 15:17:43.085 INFO O| May 14 15:17:43.085 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75662026-05-14T15:17:43.753Z[ recovery-image] May 14 15:17:43.094 INFO O| May 14 15:17:43.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
75672026-05-14T15:17:43.753Z[ recovery-image] May 14 15:17:43.094 INFO O| May 14 15:17:43.094 INFO STEP 917 (remove_files) COMPLETE
75682026-05-14T15:17:43.753Z[ recovery-image] May 14 15:17:43.094 INFO O| May 14 15:17:43.094 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75692026-05-14T15:17:43.765Z[ recovery-image] May 14 15:17:43.104 INFO O| May 14 15:17:43.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
75702026-05-14T15:17:43.765Z[ recovery-image] May 14 15:17:43.104 INFO O| May 14 15:17:43.104 INFO STEP 918 (remove_files) COMPLETE
75712026-05-14T15:17:43.765Z[ recovery-image] May 14 15:17:43.104 INFO O| May 14 15:17:43.104 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75722026-05-14T15:17:43.772Z[ recovery-image] May 14 15:17:43.113 INFO O| May 14 15:17:43.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
75732026-05-14T15:17:43.772Z[ recovery-image] May 14 15:17:43.113 INFO O| May 14 15:17:43.113 INFO STEP 919 (remove_files) COMPLETE
75742026-05-14T15:17:43.772Z[ recovery-image] May 14 15:17:43.113 INFO O| May 14 15:17:43.113 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75752026-05-14T15:17:43.781Z[ recovery-image] May 14 15:17:43.121 INFO O| May 14 15:17:43.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
75762026-05-14T15:17:43.781Z[ recovery-image] May 14 15:17:43.122 INFO O| May 14 15:17:43.122 INFO STEP 920 (remove_files) COMPLETE
75772026-05-14T15:17:43.781Z[ recovery-image] May 14 15:17:43.122 INFO O| May 14 15:17:43.122 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75782026-05-14T15:17:43.791Z[ recovery-image] May 14 15:17:43.132 INFO O| May 14 15:17:43.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
75792026-05-14T15:17:43.791Z[ recovery-image] May 14 15:17:43.132 INFO O| May 14 15:17:43.132 INFO STEP 921 (remove_files) COMPLETE
75802026-05-14T15:17:43.791Z[ recovery-image] May 14 15:17:43.132 INFO O| May 14 15:17:43.132 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75812026-05-14T15:17:43.801Z[ recovery-image] May 14 15:17:43.142 INFO O| May 14 15:17:43.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
75822026-05-14T15:17:43.802Z[ recovery-image] May 14 15:17:43.142 INFO O| May 14 15:17:43.142 INFO STEP 922 (remove_files) COMPLETE
75832026-05-14T15:17:43.802Z[ recovery-image] May 14 15:17:43.142 INFO O| May 14 15:17:43.142 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75842026-05-14T15:17:43.810Z[ recovery-image] May 14 15:17:43.150 INFO O| May 14 15:17:43.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
75852026-05-14T15:17:43.810Z[ recovery-image] May 14 15:17:43.150 INFO O| May 14 15:17:43.150 INFO STEP 923 (remove_files) COMPLETE
75862026-05-14T15:17:43.810Z[ recovery-image] May 14 15:17:43.150 INFO O| May 14 15:17:43.150 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75872026-05-14T15:17:43.820Z[ recovery-image] May 14 15:17:43.161 INFO O| May 14 15:17:43.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
75882026-05-14T15:17:43.820Z[ recovery-image] May 14 15:17:43.161 INFO O| May 14 15:17:43.161 INFO STEP 924 (remove_files) COMPLETE
75892026-05-14T15:17:43.823Z[ recovery-image] May 14 15:17:43.161 INFO O| May 14 15:17:43.161 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75902026-05-14T15:17:43.828Z[ recovery-image] May 14 15:17:43.169 INFO O| May 14 15:17:43.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
75912026-05-14T15:17:43.832Z[ recovery-image] May 14 15:17:43.169 INFO O| May 14 15:17:43.169 INFO STEP 925 (remove_files) COMPLETE
75922026-05-14T15:17:43.832Z[ recovery-image] May 14 15:17:43.169 INFO O| May 14 15:17:43.169 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75932026-05-14T15:17:43.836Z[ recovery-image] May 14 15:17:43.177 INFO O| May 14 15:17:43.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
75942026-05-14T15:17:43.836Z[ recovery-image] May 14 15:17:43.177 INFO O| May 14 15:17:43.177 INFO STEP 926 (remove_files) COMPLETE
75952026-05-14T15:17:43.836Z[ recovery-image] May 14 15:17:43.177 INFO O| May 14 15:17:43.177 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75962026-05-14T15:17:43.845Z[ recovery-image] May 14 15:17:43.186 INFO O| May 14 15:17:43.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
75972026-05-14T15:17:43.845Z[ recovery-image] May 14 15:17:43.186 INFO O| May 14 15:17:43.186 INFO STEP 927 (remove_files) COMPLETE
75982026-05-14T15:17:43.845Z[ recovery-image] May 14 15:17:43.186 INFO O| May 14 15:17:43.186 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75992026-05-14T15:17:43.854Z[ recovery-image] May 14 15:17:43.195 INFO O| May 14 15:17:43.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
76002026-05-14T15:17:43.854Z[ recovery-image] May 14 15:17:43.195 INFO O| May 14 15:17:43.195 INFO STEP 928 (remove_files) COMPLETE
76012026-05-14T15:17:43.854Z[ recovery-image] May 14 15:17:43.195 INFO O| May 14 15:17:43.195 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76022026-05-14T15:17:43.861Z[ recovery-image] May 14 15:17:43.202 INFO O| May 14 15:17:43.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
76032026-05-14T15:17:43.861Z[ recovery-image] May 14 15:17:43.202 INFO O| May 14 15:17:43.202 INFO STEP 929 (remove_files) COMPLETE
76042026-05-14T15:17:43.861Z[ recovery-image] May 14 15:17:43.202 INFO O| May 14 15:17:43.202 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76052026-05-14T15:17:43.869Z[ recovery-image] May 14 15:17:43.210 INFO O| May 14 15:17:43.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
76062026-05-14T15:17:43.869Z[ recovery-image] May 14 15:17:43.210 INFO O| May 14 15:17:43.210 INFO STEP 930 (remove_files) COMPLETE
76072026-05-14T15:17:43.872Z[ recovery-image] May 14 15:17:43.210 INFO O| May 14 15:17:43.210 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76082026-05-14T15:17:43.876Z[ recovery-image] May 14 15:17:43.217 INFO O| May 14 15:17:43.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
76092026-05-14T15:17:43.877Z[ recovery-image] May 14 15:17:43.217 INFO O| May 14 15:17:43.217 INFO STEP 931 (remove_files) COMPLETE
76102026-05-14T15:17:43.880Z[ recovery-image] May 14 15:17:43.217 INFO O| May 14 15:17:43.217 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76112026-05-14T15:17:43.886Z[ recovery-image] May 14 15:17:43.225 INFO O| May 14 15:17:43.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
76122026-05-14T15:17:43.886Z[ recovery-image] May 14 15:17:43.225 INFO O| May 14 15:17:43.225 INFO STEP 932 (remove_files) COMPLETE
76132026-05-14T15:17:43.886Z[ recovery-image] May 14 15:17:43.225 INFO O| May 14 15:17:43.225 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76142026-05-14T15:17:43.893Z[ recovery-image] May 14 15:17:43.233 INFO O| May 14 15:17:43.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
76152026-05-14T15:17:43.893Z[ recovery-image] May 14 15:17:43.233 INFO O| May 14 15:17:43.233 INFO STEP 933 (remove_files) COMPLETE
76162026-05-14T15:17:43.893Z[ recovery-image] May 14 15:17:43.233 INFO O| May 14 15:17:43.233 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76172026-05-14T15:17:43.900Z[ recovery-image] May 14 15:17:43.241 INFO O| May 14 15:17:43.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
76182026-05-14T15:17:43.900Z[ recovery-image] May 14 15:17:43.241 INFO O| May 14 15:17:43.241 INFO STEP 934 (remove_files) COMPLETE
76192026-05-14T15:17:43.904Z[ recovery-image] May 14 15:17:43.241 INFO O| May 14 15:17:43.241 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76202026-05-14T15:17:43.911Z[ recovery-image] May 14 15:17:43.249 INFO O| May 14 15:17:43.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
76212026-05-14T15:17:43.911Z[ recovery-image] May 14 15:17:43.249 INFO O| May 14 15:17:43.249 INFO STEP 935 (remove_files) COMPLETE
76222026-05-14T15:17:43.915Z[ recovery-image] May 14 15:17:43.249 INFO O| May 14 15:17:43.249 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76232026-05-14T15:17:43.918Z[ recovery-image] May 14 15:17:43.256 INFO O| May 14 15:17:43.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
76242026-05-14T15:17:43.918Z[ recovery-image] May 14 15:17:43.256 INFO O| May 14 15:17:43.256 INFO STEP 936 (remove_files) COMPLETE
76252026-05-14T15:17:43.918Z[ recovery-image] May 14 15:17:43.256 INFO O| May 14 15:17:43.256 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76262026-05-14T15:17:43.923Z[ recovery-image] May 14 15:17:43.264 INFO O| May 14 15:17:43.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
76272026-05-14T15:17:43.923Z[ recovery-image] May 14 15:17:43.264 INFO O| May 14 15:17:43.264 INFO STEP 937 (remove_files) COMPLETE
76282026-05-14T15:17:43.923Z[ recovery-image] May 14 15:17:43.264 INFO O| May 14 15:17:43.264 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76292026-05-14T15:17:43.931Z[ recovery-image] May 14 15:17:43.272 INFO O| May 14 15:17:43.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
76302026-05-14T15:17:43.931Z[ recovery-image] May 14 15:17:43.272 INFO O| May 14 15:17:43.272 INFO STEP 938 (remove_files) COMPLETE
76312026-05-14T15:17:43.931Z[ recovery-image] May 14 15:17:43.272 INFO O| May 14 15:17:43.272 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76322026-05-14T15:17:43.939Z[ recovery-image] May 14 15:17:43.280 INFO O| May 14 15:17:43.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
76332026-05-14T15:17:43.939Z[ recovery-image] May 14 15:17:43.280 INFO O| May 14 15:17:43.280 INFO STEP 939 (remove_files) COMPLETE
76342026-05-14T15:17:43.939Z[ recovery-image] May 14 15:17:43.280 INFO O| May 14 15:17:43.280 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76352026-05-14T15:17:43.947Z[ recovery-image] May 14 15:17:43.288 INFO O| May 14 15:17:43.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
76362026-05-14T15:17:43.950Z[ recovery-image] May 14 15:17:43.289 INFO O| May 14 15:17:43.289 INFO STEP 940 (remove_files) COMPLETE
76372026-05-14T15:17:43.950Z[ recovery-image] May 14 15:17:43.289 INFO O| May 14 15:17:43.289 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76382026-05-14T15:17:43.957Z[ recovery-image] May 14 15:17:43.297 INFO O| May 14 15:17:43.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
76392026-05-14T15:17:43.957Z[ recovery-image] May 14 15:17:43.297 INFO O| May 14 15:17:43.297 INFO STEP 941 (remove_files) COMPLETE
76402026-05-14T15:17:43.960Z[ recovery-image] May 14 15:17:43.297 INFO O| May 14 15:17:43.297 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76412026-05-14T15:17:43.965Z[ recovery-image] May 14 15:17:43.306 INFO O| May 14 15:17:43.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
76422026-05-14T15:17:43.968Z[ recovery-image] May 14 15:17:43.307 INFO O| May 14 15:17:43.307 INFO STEP 942 (remove_files) COMPLETE
76432026-05-14T15:17:43.968Z[ recovery-image] May 14 15:17:43.307 INFO O| May 14 15:17:43.307 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76442026-05-14T15:17:43.974Z[ recovery-image] May 14 15:17:43.315 INFO O| May 14 15:17:43.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
76452026-05-14T15:17:43.974Z[ recovery-image] May 14 15:17:43.315 INFO O| May 14 15:17:43.315 INFO STEP 943 (remove_files) COMPLETE
76462026-05-14T15:17:43.974Z[ recovery-image] May 14 15:17:43.315 INFO O| May 14 15:17:43.315 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76472026-05-14T15:17:43.982Z[ recovery-image] May 14 15:17:43.323 INFO O| May 14 15:17:43.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
76482026-05-14T15:17:43.982Z[ recovery-image] May 14 15:17:43.323 INFO O| May 14 15:17:43.323 INFO STEP 944 (remove_files) COMPLETE
76492026-05-14T15:17:43.982Z[ recovery-image] May 14 15:17:43.323 INFO O| May 14 15:17:43.323 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76502026-05-14T15:17:43.991Z[ recovery-image] May 14 15:17:43.331 INFO O| May 14 15:17:43.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
76512026-05-14T15:17:43.991Z[ recovery-image] May 14 15:17:43.332 INFO O| May 14 15:17:43.331 INFO STEP 945 (remove_files) COMPLETE
76522026-05-14T15:17:43.991Z[ recovery-image] May 14 15:17:43.332 INFO O| May 14 15:17:43.332 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76532026-05-14T15:17:43.999Z[ recovery-image] May 14 15:17:43.340 INFO O| May 14 15:17:43.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
76542026-05-14T15:17:43.999Z[ recovery-image] May 14 15:17:43.340 INFO O| May 14 15:17:43.340 INFO STEP 946 (remove_files) COMPLETE
76552026-05-14T15:17:43.999Z[ recovery-image] May 14 15:17:43.340 INFO O| May 14 15:17:43.340 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76562026-05-14T15:17:44.008Z[ recovery-image] May 14 15:17:43.348 INFO O| May 14 15:17:43.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
76572026-05-14T15:17:44.008Z[ recovery-image] May 14 15:17:43.348 INFO O| May 14 15:17:43.348 INFO STEP 947 (remove_files) COMPLETE
76582026-05-14T15:17:44.008Z[ recovery-image] May 14 15:17:43.348 INFO O| May 14 15:17:43.348 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76592026-05-14T15:17:44.016Z[ recovery-image] May 14 15:17:43.356 INFO O| May 14 15:17:43.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
76602026-05-14T15:17:44.016Z[ recovery-image] May 14 15:17:43.357 INFO O| May 14 15:17:43.357 INFO STEP 948 (remove_files) COMPLETE
76612026-05-14T15:17:44.016Z[ recovery-image] May 14 15:17:43.357 INFO O| May 14 15:17:43.357 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76622026-05-14T15:17:44.024Z[ recovery-image] May 14 15:17:43.365 INFO O| May 14 15:17:43.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
76632026-05-14T15:17:44.024Z[ recovery-image] May 14 15:17:43.365 INFO O| May 14 15:17:43.365 INFO STEP 949 (remove_files) COMPLETE
76642026-05-14T15:17:44.024Z[ recovery-image] May 14 15:17:43.365 INFO O| May 14 15:17:43.365 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76652026-05-14T15:17:44.033Z[ recovery-image] May 14 15:17:43.374 INFO O| May 14 15:17:43.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
76662026-05-14T15:17:44.033Z[ recovery-image] May 14 15:17:43.374 INFO O| May 14 15:17:43.374 INFO STEP 950 (remove_files) COMPLETE
76672026-05-14T15:17:44.033Z[ recovery-image] May 14 15:17:43.374 INFO O| May 14 15:17:43.374 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76682026-05-14T15:17:44.041Z[ recovery-image] May 14 15:17:43.382 INFO O| May 14 15:17:43.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
76692026-05-14T15:17:44.041Z[ recovery-image] May 14 15:17:43.382 INFO O| May 14 15:17:43.382 INFO STEP 951 (remove_files) COMPLETE
76702026-05-14T15:17:44.041Z[ recovery-image] May 14 15:17:43.382 INFO O| May 14 15:17:43.382 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76712026-05-14T15:17:44.049Z[ recovery-image] May 14 15:17:43.390 INFO O| May 14 15:17:43.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
76722026-05-14T15:17:44.049Z[ recovery-image] May 14 15:17:43.390 INFO O| May 14 15:17:43.390 INFO STEP 952 (remove_files) COMPLETE
76732026-05-14T15:17:44.053Z[ recovery-image] May 14 15:17:43.390 INFO O| May 14 15:17:43.390 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76742026-05-14T15:17:44.057Z[ recovery-image] May 14 15:17:43.398 INFO O| May 14 15:17:43.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
76752026-05-14T15:17:44.057Z[ recovery-image] May 14 15:17:43.398 INFO O| May 14 15:17:43.398 INFO STEP 953 (remove_files) COMPLETE
76762026-05-14T15:17:44.060Z[ recovery-image] May 14 15:17:43.398 INFO O| May 14 15:17:43.398 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76772026-05-14T15:17:44.065Z[ recovery-image] May 14 15:17:43.406 INFO O| May 14 15:17:43.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
76782026-05-14T15:17:44.065Z[ recovery-image] May 14 15:17:43.406 INFO O| May 14 15:17:43.406 INFO STEP 954 (remove_files) COMPLETE
76792026-05-14T15:17:44.068Z[ recovery-image] May 14 15:17:43.406 INFO O| May 14 15:17:43.406 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76802026-05-14T15:17:44.074Z[ recovery-image] May 14 15:17:43.414 INFO O| May 14 15:17:43.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
76812026-05-14T15:17:44.074Z[ recovery-image] May 14 15:17:43.414 INFO O| May 14 15:17:43.414 INFO STEP 955 (remove_files) COMPLETE
76822026-05-14T15:17:44.074Z[ recovery-image] May 14 15:17:43.414 INFO O| May 14 15:17:43.414 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76832026-05-14T15:17:44.086Z[ recovery-image] May 14 15:17:43.423 INFO O| May 14 15:17:43.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
76842026-05-14T15:17:44.086Z[ recovery-image] May 14 15:17:43.423 INFO O| May 14 15:17:43.423 INFO STEP 956 (remove_files) COMPLETE
76852026-05-14T15:17:44.086Z[ recovery-image] May 14 15:17:43.423 INFO O| May 14 15:17:43.423 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76862026-05-14T15:17:44.091Z[ recovery-image] May 14 15:17:43.432 INFO O| May 14 15:17:43.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
76872026-05-14T15:17:44.091Z[ recovery-image] May 14 15:17:43.432 INFO O| May 14 15:17:43.432 INFO STEP 957 (remove_files) COMPLETE
76882026-05-14T15:17:44.094Z[ recovery-image] May 14 15:17:43.432 INFO O| May 14 15:17:43.432 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76892026-05-14T15:17:44.101Z[ recovery-image] May 14 15:17:43.442 INFO O| May 14 15:17:43.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
76902026-05-14T15:17:44.101Z[ recovery-image] May 14 15:17:43.442 INFO O| May 14 15:17:43.442 INFO STEP 958 (remove_files) COMPLETE
76912026-05-14T15:17:44.101Z[ recovery-image] May 14 15:17:43.442 INFO O| May 14 15:17:43.442 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76922026-05-14T15:17:44.111Z[ recovery-image] May 14 15:17:43.452 INFO O| May 14 15:17:43.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
76932026-05-14T15:17:44.111Z[ recovery-image] May 14 15:17:43.452 INFO O| May 14 15:17:43.452 INFO STEP 959 (remove_files) COMPLETE
76942026-05-14T15:17:44.111Z[ recovery-image] May 14 15:17:43.452 INFO O| May 14 15:17:43.452 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76952026-05-14T15:17:44.122Z[ recovery-image] May 14 15:17:43.463 INFO O| May 14 15:17:43.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
76962026-05-14T15:17:44.122Z[ recovery-image] May 14 15:17:43.463 INFO O| May 14 15:17:43.463 INFO STEP 960 (remove_files) COMPLETE
76972026-05-14T15:17:44.122Z[ recovery-image] May 14 15:17:43.463 INFO O| May 14 15:17:43.463 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76982026-05-14T15:17:44.132Z[ recovery-image] May 14 15:17:43.473 INFO O| May 14 15:17:43.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
76992026-05-14T15:17:44.132Z[ recovery-image] May 14 15:17:43.473 INFO O| May 14 15:17:43.473 INFO STEP 961 (remove_files) COMPLETE
77002026-05-14T15:17:44.135Z[ recovery-image] May 14 15:17:43.473 INFO O| May 14 15:17:43.473 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77012026-05-14T15:17:44.141Z[ recovery-image] May 14 15:17:43.481 INFO O| May 14 15:17:43.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
77022026-05-14T15:17:44.141Z[ recovery-image] May 14 15:17:43.481 INFO O| May 14 15:17:43.481 INFO STEP 962 (remove_files) COMPLETE
77032026-05-14T15:17:44.144Z[ recovery-image] May 14 15:17:43.482 INFO O| May 14 15:17:43.481 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77042026-05-14T15:17:44.149Z[ recovery-image] May 14 15:17:43.490 INFO O| May 14 15:17:43.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
77052026-05-14T15:17:44.150Z[ recovery-image] May 14 15:17:43.490 INFO O| May 14 15:17:43.490 INFO STEP 963 (remove_files) COMPLETE
77062026-05-14T15:17:44.150Z[ recovery-image] May 14 15:17:43.490 INFO O| May 14 15:17:43.490 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77072026-05-14T15:17:44.157Z[ recovery-image] May 14 15:17:43.497 INFO O| May 14 15:17:43.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
77082026-05-14T15:17:44.157Z[ recovery-image] May 14 15:17:43.497 INFO O| May 14 15:17:43.497 INFO STEP 964 (remove_files) COMPLETE
77092026-05-14T15:17:44.157Z[ recovery-image] May 14 15:17:43.497 INFO O| May 14 15:17:43.497 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77102026-05-14T15:17:44.164Z[ recovery-image] May 14 15:17:43.505 INFO O| May 14 15:17:43.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
77112026-05-14T15:17:44.164Z[ recovery-image] May 14 15:17:43.505 INFO O| May 14 15:17:43.505 INFO STEP 965 (remove_files) COMPLETE
77122026-05-14T15:17:44.164Z[ recovery-image] May 14 15:17:43.505 INFO O| May 14 15:17:43.505 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77132026-05-14T15:17:44.172Z[ recovery-image] May 14 15:17:43.513 INFO O| May 14 15:17:43.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
77142026-05-14T15:17:44.172Z[ recovery-image] May 14 15:17:43.513 INFO O| May 14 15:17:43.513 INFO STEP 966 (remove_files) COMPLETE
77152026-05-14T15:17:44.175Z[ recovery-image] May 14 15:17:43.513 INFO O| May 14 15:17:43.513 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77162026-05-14T15:17:44.180Z[ recovery-image] May 14 15:17:43.521 INFO O| May 14 15:17:43.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
77172026-05-14T15:17:44.180Z[ recovery-image] May 14 15:17:43.521 INFO O| May 14 15:17:43.521 INFO STEP 967 (remove_files) COMPLETE
77182026-05-14T15:17:44.180Z[ recovery-image] May 14 15:17:43.521 INFO O| May 14 15:17:43.521 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77192026-05-14T15:17:44.189Z[ recovery-image] May 14 15:17:43.530 INFO O| May 14 15:17:43.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
77202026-05-14T15:17:44.189Z[ recovery-image] May 14 15:17:43.530 INFO O| May 14 15:17:43.530 INFO STEP 968 (remove_files) COMPLETE
77212026-05-14T15:17:44.192Z[ recovery-image] May 14 15:17:43.530 INFO O| May 14 15:17:43.530 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77222026-05-14T15:17:44.199Z[ recovery-image] May 14 15:17:43.540 INFO O| May 14 15:17:43.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
77232026-05-14T15:17:44.199Z[ recovery-image] May 14 15:17:43.540 INFO O| May 14 15:17:43.540 INFO STEP 969 (remove_files) COMPLETE
77242026-05-14T15:17:44.202Z[ recovery-image] May 14 15:17:43.540 INFO O| May 14 15:17:43.540 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77252026-05-14T15:17:44.208Z[ recovery-image] May 14 15:17:43.549 INFO O| May 14 15:17:43.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
77262026-05-14T15:17:44.211Z[ recovery-image] May 14 15:17:43.549 INFO O| May 14 15:17:43.549 INFO STEP 970 (remove_files) COMPLETE
77272026-05-14T15:17:44.211Z[ recovery-image] May 14 15:17:43.549 INFO O| May 14 15:17:43.549 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77282026-05-14T15:17:44.217Z[ recovery-image] May 14 15:17:43.558 INFO O| May 14 15:17:43.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
77292026-05-14T15:17:44.220Z[ recovery-image] May 14 15:17:43.558 INFO O| May 14 15:17:43.558 INFO STEP 971 (remove_files) COMPLETE
77302026-05-14T15:17:44.220Z[ recovery-image] May 14 15:17:43.558 INFO O| May 14 15:17:43.558 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77312026-05-14T15:17:44.227Z[ recovery-image] May 14 15:17:43.568 INFO O| May 14 15:17:43.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
77322026-05-14T15:17:44.227Z[ recovery-image] May 14 15:17:43.568 INFO O| May 14 15:17:43.568 INFO STEP 972 (remove_files) COMPLETE
77332026-05-14T15:17:44.230Z[ recovery-image] May 14 15:17:43.568 INFO O| May 14 15:17:43.568 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77342026-05-14T15:17:44.236Z[ recovery-image] May 14 15:17:43.577 INFO O| May 14 15:17:43.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
77352026-05-14T15:17:44.236Z[ recovery-image] May 14 15:17:43.577 INFO O| May 14 15:17:43.577 INFO STEP 973 (remove_files) COMPLETE
77362026-05-14T15:17:44.239Z[ recovery-image] May 14 15:17:43.577 INFO O| May 14 15:17:43.577 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77372026-05-14T15:17:44.245Z[ recovery-image] May 14 15:17:43.586 INFO O| May 14 15:17:43.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
77382026-05-14T15:17:44.248Z[ recovery-image] May 14 15:17:43.586 INFO O| May 14 15:17:43.586 INFO STEP 974 (remove_files) COMPLETE
77392026-05-14T15:17:44.248Z[ recovery-image] May 14 15:17:43.586 INFO O| May 14 15:17:43.586 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77402026-05-14T15:17:44.254Z[ recovery-image] May 14 15:17:43.594 INFO O| May 14 15:17:43.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
77412026-05-14T15:17:44.257Z[ recovery-image] May 14 15:17:43.595 INFO O| May 14 15:17:43.595 INFO STEP 975 (remove_files) COMPLETE
77422026-05-14T15:17:44.257Z[ recovery-image] May 14 15:17:43.595 INFO O| May 14 15:17:43.595 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77432026-05-14T15:17:44.263Z[ recovery-image] May 14 15:17:43.604 INFO O| May 14 15:17:43.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
77442026-05-14T15:17:44.263Z[ recovery-image] May 14 15:17:43.604 INFO O| May 14 15:17:43.604 INFO STEP 976 (remove_files) COMPLETE
77452026-05-14T15:17:44.266Z[ recovery-image] May 14 15:17:43.604 INFO O| May 14 15:17:43.604 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77462026-05-14T15:17:44.274Z[ recovery-image] May 14 15:17:43.615 INFO O| May 14 15:17:43.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
77472026-05-14T15:17:44.274Z[ recovery-image] May 14 15:17:43.615 INFO O| May 14 15:17:43.615 INFO STEP 977 (remove_files) COMPLETE
77482026-05-14T15:17:44.277Z[ recovery-image] May 14 15:17:43.615 INFO O| May 14 15:17:43.615 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77492026-05-14T15:17:44.284Z[ recovery-image] May 14 15:17:43.625 INFO O| May 14 15:17:43.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
77502026-05-14T15:17:44.284Z[ recovery-image] May 14 15:17:43.625 INFO O| May 14 15:17:43.625 INFO STEP 978 (remove_files) COMPLETE
77512026-05-14T15:17:44.287Z[ recovery-image] May 14 15:17:43.625 INFO O| May 14 15:17:43.625 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77522026-05-14T15:17:44.294Z[ recovery-image] May 14 15:17:43.634 INFO O| May 14 15:17:43.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
77532026-05-14T15:17:44.294Z[ recovery-image] May 14 15:17:43.634 INFO O| May 14 15:17:43.634 INFO STEP 979 (remove_files) COMPLETE
77542026-05-14T15:17:44.294Z[ recovery-image] May 14 15:17:43.634 INFO O| May 14 15:17:43.634 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77552026-05-14T15:17:44.303Z[ recovery-image] May 14 15:17:43.643 INFO O| May 14 15:17:43.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
77562026-05-14T15:17:44.303Z[ recovery-image] May 14 15:17:43.643 INFO O| May 14 15:17:43.643 INFO STEP 980 (remove_files) COMPLETE
77572026-05-14T15:17:44.303Z[ recovery-image] May 14 15:17:43.643 INFO O| May 14 15:17:43.643 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77582026-05-14T15:17:44.312Z[ recovery-image] May 14 15:17:43.653 INFO O| May 14 15:17:43.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
77592026-05-14T15:17:44.312Z[ recovery-image] May 14 15:17:43.653 INFO O| May 14 15:17:43.653 INFO STEP 981 (remove_files) COMPLETE
77602026-05-14T15:17:44.312Z[ recovery-image] May 14 15:17:43.653 INFO O| May 14 15:17:43.653 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77612026-05-14T15:17:44.321Z[ recovery-image] May 14 15:17:43.662 INFO O| May 14 15:17:43.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
77622026-05-14T15:17:44.321Z[ recovery-image] May 14 15:17:43.662 INFO O| May 14 15:17:43.662 INFO STEP 982 (remove_files) COMPLETE
77632026-05-14T15:17:44.321Z[ recovery-image] May 14 15:17:43.662 INFO O| May 14 15:17:43.662 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77642026-05-14T15:17:44.330Z[ recovery-image] May 14 15:17:43.671 INFO O| May 14 15:17:43.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
77652026-05-14T15:17:44.330Z[ recovery-image] May 14 15:17:43.671 INFO O| May 14 15:17:43.671 INFO STEP 983 (remove_files) COMPLETE
77662026-05-14T15:17:44.333Z[ recovery-image] May 14 15:17:43.671 INFO O| May 14 15:17:43.671 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77672026-05-14T15:17:44.339Z[ recovery-image] May 14 15:17:43.680 INFO O| May 14 15:17:43.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
77682026-05-14T15:17:44.339Z[ recovery-image] May 14 15:17:43.680 INFO O| May 14 15:17:43.680 INFO STEP 984 (remove_files) COMPLETE
77692026-05-14T15:17:44.342Z[ recovery-image] May 14 15:17:43.680 INFO O| May 14 15:17:43.680 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77702026-05-14T15:17:44.350Z[ recovery-image] May 14 15:17:43.690 INFO O| May 14 15:17:43.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
77712026-05-14T15:17:44.350Z[ recovery-image] May 14 15:17:43.690 INFO O| May 14 15:17:43.690 INFO STEP 985 (remove_files) COMPLETE
77722026-05-14T15:17:44.353Z[ recovery-image] May 14 15:17:43.690 INFO O| May 14 15:17:43.690 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77732026-05-14T15:17:44.358Z[ recovery-image] May 14 15:17:43.699 INFO O| May 14 15:17:43.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
77742026-05-14T15:17:44.361Z[ recovery-image] May 14 15:17:43.699 INFO O| May 14 15:17:43.699 INFO STEP 986 (remove_files) COMPLETE
77752026-05-14T15:17:44.361Z[ recovery-image] May 14 15:17:43.699 INFO O| May 14 15:17:43.699 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77762026-05-14T15:17:44.367Z[ recovery-image] May 14 15:17:43.707 INFO O| May 14 15:17:43.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
77772026-05-14T15:17:44.367Z[ recovery-image] May 14 15:17:43.707 INFO O| May 14 15:17:43.707 INFO STEP 987 (remove_files) COMPLETE
77782026-05-14T15:17:44.370Z[ recovery-image] May 14 15:17:43.707 INFO O| May 14 15:17:43.707 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77792026-05-14T15:17:44.375Z[ recovery-image] May 14 15:17:43.715 INFO O| May 14 15:17:43.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
77802026-05-14T15:17:44.378Z[ recovery-image] May 14 15:17:43.715 INFO O| May 14 15:17:43.715 INFO STEP 988 (remove_files) COMPLETE
77812026-05-14T15:17:44.378Z[ recovery-image] May 14 15:17:43.715 INFO O| May 14 15:17:43.715 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77822026-05-14T15:17:44.382Z[ recovery-image] May 14 15:17:43.723 INFO O| May 14 15:17:43.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
77832026-05-14T15:17:44.382Z[ recovery-image] May 14 15:17:43.723 INFO O| May 14 15:17:43.723 INFO STEP 989 (remove_files) COMPLETE
77842026-05-14T15:17:44.382Z[ recovery-image] May 14 15:17:43.723 INFO O| May 14 15:17:43.723 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77852026-05-14T15:17:44.391Z[ recovery-image] May 14 15:17:43.731 INFO O| May 14 15:17:43.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
77862026-05-14T15:17:44.391Z[ recovery-image] May 14 15:17:43.731 INFO O| May 14 15:17:43.731 INFO STEP 990 (remove_files) COMPLETE
77872026-05-14T15:17:44.391Z[ recovery-image] May 14 15:17:43.731 INFO O| May 14 15:17:43.731 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77882026-05-14T15:17:44.399Z[ recovery-image] May 14 15:17:43.740 INFO O| May 14 15:17:43.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
77892026-05-14T15:17:44.399Z[ recovery-image] May 14 15:17:43.740 INFO O| May 14 15:17:43.740 INFO STEP 991 (remove_files) COMPLETE
77902026-05-14T15:17:44.399Z[ recovery-image] May 14 15:17:43.740 INFO O| May 14 15:17:43.740 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77912026-05-14T15:17:44.408Z[ recovery-image] May 14 15:17:43.748 INFO O| May 14 15:17:43.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
77922026-05-14T15:17:44.408Z[ recovery-image] May 14 15:17:43.748 INFO O| May 14 15:17:43.748 INFO STEP 992 (remove_files) COMPLETE
77932026-05-14T15:17:44.408Z[ recovery-image] May 14 15:17:43.748 INFO O| May 14 15:17:43.748 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77942026-05-14T15:17:44.416Z[ recovery-image] May 14 15:17:43.757 INFO O| May 14 15:17:43.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
77952026-05-14T15:17:44.416Z[ recovery-image] May 14 15:17:43.757 INFO O| May 14 15:17:43.757 INFO STEP 993 (remove_files) COMPLETE
77962026-05-14T15:17:44.421Z[ recovery-image] May 14 15:17:43.757 INFO O| May 14 15:17:43.757 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77972026-05-14T15:17:44.426Z[ recovery-image] May 14 15:17:43.766 INFO O| May 14 15:17:43.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
77982026-05-14T15:17:44.426Z[ recovery-image] May 14 15:17:43.766 INFO O| May 14 15:17:43.766 INFO STEP 994 (remove_files) COMPLETE
77992026-05-14T15:17:44.428Z[ recovery-image] May 14 15:17:43.766 INFO O| May 14 15:17:43.766 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78002026-05-14T15:17:44.433Z[ recovery-image] May 14 15:17:43.774 INFO O| May 14 15:17:43.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
78012026-05-14T15:17:44.434Z[ recovery-image] May 14 15:17:43.774 INFO O| May 14 15:17:43.774 INFO STEP 995 (remove_files) COMPLETE
78022026-05-14T15:17:44.434Z[ recovery-image] May 14 15:17:43.774 INFO O| May 14 15:17:43.774 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78032026-05-14T15:17:44.444Z[ recovery-image] May 14 15:17:43.783 INFO O| May 14 15:17:43.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
78042026-05-14T15:17:44.444Z[ recovery-image] May 14 15:17:43.783 INFO O| May 14 15:17:43.783 INFO STEP 996 (remove_files) COMPLETE
78052026-05-14T15:17:44.447Z[ recovery-image] May 14 15:17:43.783 INFO O| May 14 15:17:43.783 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78062026-05-14T15:17:44.451Z[ recovery-image] May 14 15:17:43.792 INFO O| May 14 15:17:43.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
78072026-05-14T15:17:44.455Z[ recovery-image] May 14 15:17:43.793 INFO O| May 14 15:17:43.793 INFO STEP 997 (remove_files) COMPLETE
78082026-05-14T15:17:44.455Z[ recovery-image] May 14 15:17:43.793 INFO O| May 14 15:17:43.793 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78092026-05-14T15:17:44.461Z[ recovery-image] May 14 15:17:43.802 INFO O| May 14 15:17:43.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
78102026-05-14T15:17:44.461Z[ recovery-image] May 14 15:17:43.802 INFO O| May 14 15:17:43.802 INFO STEP 998 (remove_files) COMPLETE
78112026-05-14T15:17:44.461Z[ recovery-image] May 14 15:17:43.802 INFO O| May 14 15:17:43.802 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78122026-05-14T15:17:44.472Z[ recovery-image] May 14 15:17:43.813 INFO O| May 14 15:17:43.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
78132026-05-14T15:17:44.472Z[ recovery-image] May 14 15:17:43.813 INFO O| May 14 15:17:43.813 INFO STEP 999 (remove_files) COMPLETE
78142026-05-14T15:17:44.472Z[ recovery-image] May 14 15:17:43.813 INFO O| May 14 15:17:43.813 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78152026-05-14T15:17:44.481Z[ recovery-image] May 14 15:17:43.822 INFO O| May 14 15:17:43.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
78162026-05-14T15:17:44.481Z[ recovery-image] May 14 15:17:43.822 INFO O| May 14 15:17:43.822 INFO STEP 1000 (remove_files) COMPLETE
78172026-05-14T15:17:44.484Z[ recovery-image] May 14 15:17:43.822 INFO O| May 14 15:17:43.822 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78182026-05-14T15:17:44.489Z[ recovery-image] May 14 15:17:43.830 INFO O| May 14 15:17:43.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
78192026-05-14T15:17:44.489Z[ recovery-image] May 14 15:17:43.830 INFO O| May 14 15:17:43.830 INFO STEP 1001 (remove_files) COMPLETE
78202026-05-14T15:17:44.489Z[ recovery-image] May 14 15:17:43.830 INFO O| May 14 15:17:43.830 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78212026-05-14T15:17:44.497Z[ recovery-image] May 14 15:17:43.838 INFO O| May 14 15:17:43.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
78222026-05-14T15:17:44.497Z[ recovery-image] May 14 15:17:43.838 INFO O| May 14 15:17:43.838 INFO STEP 1002 (remove_files) COMPLETE
78232026-05-14T15:17:44.500Z[ recovery-image] May 14 15:17:43.838 INFO O| May 14 15:17:43.838 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78242026-05-14T15:17:44.506Z[ recovery-image] May 14 15:17:43.847 INFO O| May 14 15:17:43.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
78252026-05-14T15:17:44.506Z[ recovery-image] May 14 15:17:43.847 INFO O| May 14 15:17:43.847 INFO STEP 1003 (remove_files) COMPLETE
78262026-05-14T15:17:44.506Z[ recovery-image] May 14 15:17:43.847 INFO O| May 14 15:17:43.847 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78272026-05-14T15:17:44.514Z[ recovery-image] May 14 15:17:43.855 INFO O| May 14 15:17:43.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
78282026-05-14T15:17:44.514Z[ recovery-image] May 14 15:17:43.855 INFO O| May 14 15:17:43.855 INFO STEP 1004 (remove_files) COMPLETE
78292026-05-14T15:17:44.514Z[ recovery-image] May 14 15:17:43.855 INFO O| May 14 15:17:43.855 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78302026-05-14T15:17:44.524Z[ recovery-image] May 14 15:17:43.865 INFO O| May 14 15:17:43.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
78312026-05-14T15:17:44.524Z[ recovery-image] May 14 15:17:43.865 INFO O| May 14 15:17:43.865 INFO STEP 1005 (remove_files) COMPLETE
78322026-05-14T15:17:44.524Z[ recovery-image] May 14 15:17:43.865 INFO O| May 14 15:17:43.865 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78332026-05-14T15:17:44.533Z[ recovery-image] May 14 15:17:43.873 INFO O| May 14 15:17:43.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
78342026-05-14T15:17:44.533Z[ recovery-image] May 14 15:17:43.873 INFO O| May 14 15:17:43.873 INFO STEP 1006 (remove_files) COMPLETE
78352026-05-14T15:17:44.535Z[ recovery-image] May 14 15:17:43.873 INFO O| May 14 15:17:43.873 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78362026-05-14T15:17:44.541Z[ recovery-image] May 14 15:17:43.881 INFO O| May 14 15:17:43.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
78372026-05-14T15:17:44.541Z[ recovery-image] May 14 15:17:43.881 INFO O| May 14 15:17:43.881 INFO STEP 1007 (remove_files) COMPLETE
78382026-05-14T15:17:44.541Z[ recovery-image] May 14 15:17:43.881 INFO O| May 14 15:17:43.881 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78392026-05-14T15:17:44.549Z[ recovery-image] May 14 15:17:43.890 INFO O| May 14 15:17:43.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
78402026-05-14T15:17:44.549Z[ recovery-image] May 14 15:17:43.890 INFO O| May 14 15:17:43.890 INFO STEP 1008 (remove_files) COMPLETE
78412026-05-14T15:17:44.549Z[ recovery-image] May 14 15:17:43.890 INFO O| May 14 15:17:43.890 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78422026-05-14T15:17:44.559Z[ recovery-image] May 14 15:17:43.899 INFO O| May 14 15:17:43.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
78432026-05-14T15:17:44.559Z[ recovery-image] May 14 15:17:43.899 INFO O| May 14 15:17:43.899 INFO STEP 1009 (remove_files) COMPLETE
78442026-05-14T15:17:44.559Z[ recovery-image] May 14 15:17:43.899 INFO O| May 14 15:17:43.899 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78452026-05-14T15:17:44.567Z[ recovery-image] May 14 15:17:43.908 INFO O| May 14 15:17:43.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
78462026-05-14T15:17:44.567Z[ recovery-image] May 14 15:17:43.908 INFO O| May 14 15:17:43.908 INFO STEP 1010 (remove_files) COMPLETE
78472026-05-14T15:17:44.570Z[ recovery-image] May 14 15:17:43.908 INFO O| May 14 15:17:43.908 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78482026-05-14T15:17:44.575Z[ recovery-image] May 14 15:17:43.915 INFO O| May 14 15:17:43.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
78492026-05-14T15:17:44.575Z[ recovery-image] May 14 15:17:43.915 INFO O| May 14 15:17:43.915 INFO STEP 1011 (remove_files) COMPLETE
78502026-05-14T15:17:44.575Z[ recovery-image] May 14 15:17:43.915 INFO O| May 14 15:17:43.915 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78512026-05-14T15:17:44.582Z[ recovery-image] May 14 15:17:43.923 INFO O| May 14 15:17:43.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
78522026-05-14T15:17:44.582Z[ recovery-image] May 14 15:17:43.923 INFO O| May 14 15:17:43.923 INFO STEP 1012 (remove_files) COMPLETE
78532026-05-14T15:17:44.582Z[ recovery-image] May 14 15:17:43.923 INFO O| May 14 15:17:43.923 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78542026-05-14T15:17:44.593Z[ recovery-image] May 14 15:17:43.934 INFO O| May 14 15:17:43.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
78552026-05-14T15:17:44.593Z[ recovery-image] May 14 15:17:43.934 INFO O| May 14 15:17:43.934 INFO STEP 1013 (remove_files) COMPLETE
78562026-05-14T15:17:44.593Z[ recovery-image] May 14 15:17:43.934 INFO O| May 14 15:17:43.934 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78572026-05-14T15:17:44.601Z[ recovery-image] May 14 15:17:43.942 INFO O| May 14 15:17:43.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
78582026-05-14T15:17:44.601Z[ recovery-image] May 14 15:17:43.942 INFO O| May 14 15:17:43.942 INFO STEP 1014 (remove_files) COMPLETE
78592026-05-14T15:17:44.601Z[ recovery-image] May 14 15:17:43.942 INFO O| May 14 15:17:43.942 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78602026-05-14T15:17:44.609Z[ recovery-image] May 14 15:17:43.950 INFO O| May 14 15:17:43.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
78612026-05-14T15:17:44.609Z[ recovery-image] May 14 15:17:43.950 INFO O| May 14 15:17:43.950 INFO STEP 1015 (remove_files) COMPLETE
78622026-05-14T15:17:44.609Z[ recovery-image] May 14 15:17:43.950 INFO O| May 14 15:17:43.950 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78632026-05-14T15:17:44.620Z[ recovery-image] May 14 15:17:43.960 INFO O| May 14 15:17:43.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
78642026-05-14T15:17:44.620Z[ recovery-image] May 14 15:17:43.960 INFO O| May 14 15:17:43.960 INFO STEP 1016 (remove_files) COMPLETE
78652026-05-14T15:17:44.620Z[ recovery-image] May 14 15:17:43.960 INFO O| May 14 15:17:43.960 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78662026-05-14T15:17:44.627Z[ recovery-image] May 14 15:17:43.968 INFO O| May 14 15:17:43.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
78672026-05-14T15:17:44.627Z[ recovery-image] May 14 15:17:43.968 INFO O| May 14 15:17:43.968 INFO STEP 1017 (remove_files) COMPLETE
78682026-05-14T15:17:44.627Z[ recovery-image] May 14 15:17:43.968 INFO O| May 14 15:17:43.968 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78692026-05-14T15:17:44.635Z[ recovery-image] May 14 15:17:43.976 INFO O| May 14 15:17:43.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
78702026-05-14T15:17:44.635Z[ recovery-image] May 14 15:17:43.976 INFO O| May 14 15:17:43.976 INFO STEP 1018 (remove_files) COMPLETE
78712026-05-14T15:17:44.635Z[ recovery-image] May 14 15:17:43.976 INFO O| May 14 15:17:43.976 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78722026-05-14T15:17:44.642Z[ recovery-image] May 14 15:17:43.983 INFO O| May 14 15:17:43.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
78732026-05-14T15:17:44.643Z[ recovery-image] May 14 15:17:43.983 INFO O| May 14 15:17:43.983 INFO STEP 1019 (remove_files) COMPLETE
78742026-05-14T15:17:44.643Z[ recovery-image] May 14 15:17:43.983 INFO O| May 14 15:17:43.983 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78752026-05-14T15:17:44.651Z[ recovery-image] May 14 15:17:43.991 INFO O| May 14 15:17:43.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
78762026-05-14T15:17:44.651Z[ recovery-image] May 14 15:17:43.991 INFO O| May 14 15:17:43.991 INFO STEP 1020 (remove_files) COMPLETE
78772026-05-14T15:17:44.651Z[ recovery-image] May 14 15:17:43.991 INFO O| May 14 15:17:43.991 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78782026-05-14T15:17:44.659Z[ recovery-image] May 14 15:17:44.000 INFO O| May 14 15:17:43.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
78792026-05-14T15:17:44.659Z[ recovery-image] May 14 15:17:44.000 INFO O| May 14 15:17:44.000 INFO STEP 1021 (remove_files) COMPLETE
78802026-05-14T15:17:44.659Z[ recovery-image] May 14 15:17:44.000 INFO O| May 14 15:17:44.000 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78812026-05-14T15:17:44.667Z[ recovery-image] May 14 15:17:44.008 INFO O| May 14 15:17:44.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
78822026-05-14T15:17:44.667Z[ recovery-image] May 14 15:17:44.008 INFO O| May 14 15:17:44.008 INFO STEP 1022 (remove_files) COMPLETE
78832026-05-14T15:17:44.667Z[ recovery-image] May 14 15:17:44.008 INFO O| May 14 15:17:44.008 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78842026-05-14T15:17:44.676Z[ recovery-image] May 14 15:17:44.017 INFO O| May 14 15:17:44.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
78852026-05-14T15:17:44.676Z[ recovery-image] May 14 15:17:44.017 INFO O| May 14 15:17:44.017 INFO STEP 1023 (remove_files) COMPLETE
78862026-05-14T15:17:44.676Z[ recovery-image] May 14 15:17:44.017 INFO O| May 14 15:17:44.017 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78872026-05-14T15:17:44.687Z[ recovery-image] May 14 15:17:44.027 INFO O| May 14 15:17:44.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
78882026-05-14T15:17:44.687Z[ recovery-image] May 14 15:17:44.027 INFO O| May 14 15:17:44.027 INFO STEP 1024 (remove_files) COMPLETE
78892026-05-14T15:17:44.687Z[ recovery-image] May 14 15:17:44.027 INFO O| May 14 15:17:44.027 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78902026-05-14T15:17:44.696Z[ recovery-image] May 14 15:17:44.036 INFO O| May 14 15:17:44.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
78912026-05-14T15:17:44.696Z[ recovery-image] May 14 15:17:44.036 INFO O| May 14 15:17:44.036 INFO STEP 1025 (remove_files) COMPLETE
78922026-05-14T15:17:44.699Z[ recovery-image] May 14 15:17:44.036 INFO O| May 14 15:17:44.036 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78932026-05-14T15:17:44.704Z[ recovery-image] May 14 15:17:44.045 INFO O| May 14 15:17:44.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
78942026-05-14T15:17:44.704Z[ recovery-image] May 14 15:17:44.045 INFO O| May 14 15:17:44.045 INFO STEP 1026 (remove_files) COMPLETE
78952026-05-14T15:17:44.722Z[ recovery-image] May 14 15:17:44.045 INFO O| May 14 15:17:44.045 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78962026-05-14T15:17:44.722Z[ recovery-image] May 14 15:17:44.053 INFO O| May 14 15:17:44.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
78972026-05-14T15:17:44.722Z[ recovery-image] May 14 15:17:44.053 INFO O| May 14 15:17:44.053 INFO STEP 1027 (remove_files) COMPLETE
78982026-05-14T15:17:44.722Z[ recovery-image] May 14 15:17:44.053 INFO O| May 14 15:17:44.053 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78992026-05-14T15:17:44.722Z[ recovery-image] May 14 15:17:44.061 INFO O| May 14 15:17:44.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
79002026-05-14T15:17:44.722Z[ recovery-image] May 14 15:17:44.061 INFO O| May 14 15:17:44.061 INFO STEP 1028 (remove_files) COMPLETE
79012026-05-14T15:17:44.722Z[ recovery-image] May 14 15:17:44.061 INFO O| May 14 15:17:44.061 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79022026-05-14T15:17:44.728Z[ recovery-image] May 14 15:17:44.069 INFO O| May 14 15:17:44.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
79032026-05-14T15:17:44.728Z[ recovery-image] May 14 15:17:44.069 INFO O| May 14 15:17:44.069 INFO STEP 1029 (remove_files) COMPLETE
79042026-05-14T15:17:44.731Z[ recovery-image] May 14 15:17:44.069 INFO O| May 14 15:17:44.069 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79052026-05-14T15:17:44.737Z[ recovery-image] May 14 15:17:44.078 INFO O| May 14 15:17:44.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
79062026-05-14T15:17:44.737Z[ recovery-image] May 14 15:17:44.078 INFO O| May 14 15:17:44.078 INFO STEP 1030 (remove_files) COMPLETE
79072026-05-14T15:17:44.740Z[ recovery-image] May 14 15:17:44.078 INFO O| May 14 15:17:44.078 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79082026-05-14T15:17:44.746Z[ recovery-image] May 14 15:17:44.087 INFO O| May 14 15:17:44.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
79092026-05-14T15:17:44.746Z[ recovery-image] May 14 15:17:44.087 INFO O| May 14 15:17:44.087 INFO STEP 1031 (remove_files) COMPLETE
79102026-05-14T15:17:44.746Z[ recovery-image] May 14 15:17:44.087 INFO O| May 14 15:17:44.087 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79112026-05-14T15:17:44.754Z[ recovery-image] May 14 15:17:44.095 INFO O| May 14 15:17:44.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
79122026-05-14T15:17:44.755Z[ recovery-image] May 14 15:17:44.095 INFO O| May 14 15:17:44.095 INFO STEP 1032 (remove_files) COMPLETE
79132026-05-14T15:17:44.755Z[ recovery-image] May 14 15:17:44.095 INFO O| May 14 15:17:44.095 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79142026-05-14T15:17:44.763Z[ recovery-image] May 14 15:17:44.103 INFO O| May 14 15:17:44.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
79152026-05-14T15:17:44.763Z[ recovery-image] May 14 15:17:44.103 INFO O| May 14 15:17:44.103 INFO STEP 1033 (remove_files) COMPLETE
79162026-05-14T15:17:44.763Z[ recovery-image] May 14 15:17:44.103 INFO O| May 14 15:17:44.103 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79172026-05-14T15:17:44.773Z[ recovery-image] May 14 15:17:44.111 INFO O| May 14 15:17:44.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
79182026-05-14T15:17:44.773Z[ recovery-image] May 14 15:17:44.111 INFO O| May 14 15:17:44.111 INFO STEP 1034 (remove_files) COMPLETE
79192026-05-14T15:17:44.773Z[ recovery-image] May 14 15:17:44.111 INFO O| May 14 15:17:44.111 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79202026-05-14T15:17:44.780Z[ recovery-image] May 14 15:17:44.120 INFO O| May 14 15:17:44.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
79212026-05-14T15:17:44.783Z[ recovery-image] May 14 15:17:44.120 INFO O| May 14 15:17:44.120 INFO STEP 1035 (remove_files) COMPLETE
79222026-05-14T15:17:44.783Z[ recovery-image] May 14 15:17:44.120 INFO O| May 14 15:17:44.120 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79232026-05-14T15:17:44.788Z[ recovery-image] May 14 15:17:44.128 INFO O| May 14 15:17:44.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
79242026-05-14T15:17:44.788Z[ recovery-image] May 14 15:17:44.128 INFO O| May 14 15:17:44.128 INFO STEP 1036 (remove_files) COMPLETE
79252026-05-14T15:17:44.791Z[ recovery-image] May 14 15:17:44.128 INFO O| May 14 15:17:44.128 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79262026-05-14T15:17:44.796Z[ recovery-image] May 14 15:17:44.136 INFO O| May 14 15:17:44.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
79272026-05-14T15:17:44.796Z[ recovery-image] May 14 15:17:44.137 INFO O| May 14 15:17:44.137 INFO STEP 1037 (remove_files) COMPLETE
79282026-05-14T15:17:44.796Z[ recovery-image] May 14 15:17:44.137 INFO O| May 14 15:17:44.137 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79292026-05-14T15:17:44.805Z[ recovery-image] May 14 15:17:44.144 INFO O| May 14 15:17:44.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
79302026-05-14T15:17:44.805Z[ recovery-image] May 14 15:17:44.144 INFO O| May 14 15:17:44.144 INFO STEP 1038 (remove_files) COMPLETE
79312026-05-14T15:17:44.805Z[ recovery-image] May 14 15:17:44.144 INFO O| May 14 15:17:44.144 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79322026-05-14T15:17:44.812Z[ recovery-image] May 14 15:17:44.152 INFO O| May 14 15:17:44.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
79332026-05-14T15:17:44.812Z[ recovery-image] May 14 15:17:44.152 INFO O| May 14 15:17:44.152 INFO STEP 1039 (remove_files) COMPLETE
79342026-05-14T15:17:44.815Z[ recovery-image] May 14 15:17:44.152 INFO O| May 14 15:17:44.152 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79352026-05-14T15:17:44.820Z[ recovery-image] May 14 15:17:44.161 INFO O| May 14 15:17:44.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
79362026-05-14T15:17:44.820Z[ recovery-image] May 14 15:17:44.161 INFO O| May 14 15:17:44.161 INFO STEP 1040 (remove_files) COMPLETE
79372026-05-14T15:17:44.820Z[ recovery-image] May 14 15:17:44.161 INFO O| May 14 15:17:44.161 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79382026-05-14T15:17:44.829Z[ recovery-image] May 14 15:17:44.169 INFO O| May 14 15:17:44.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
79392026-05-14T15:17:44.829Z[ recovery-image] May 14 15:17:44.169 INFO O| May 14 15:17:44.169 INFO STEP 1041 (remove_files) COMPLETE
79402026-05-14T15:17:44.829Z[ recovery-image] May 14 15:17:44.169 INFO O| May 14 15:17:44.169 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79412026-05-14T15:17:44.839Z[ recovery-image] May 14 15:17:44.179 INFO O| May 14 15:17:44.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
79422026-05-14T15:17:44.839Z[ recovery-image] May 14 15:17:44.179 INFO O| May 14 15:17:44.179 INFO STEP 1042 (remove_files) COMPLETE
79432026-05-14T15:17:44.842Z[ recovery-image] May 14 15:17:44.179 INFO O| May 14 15:17:44.179 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79442026-05-14T15:17:44.847Z[ recovery-image] May 14 15:17:44.188 INFO O| May 14 15:17:44.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
79452026-05-14T15:17:44.847Z[ recovery-image] May 14 15:17:44.188 INFO O| May 14 15:17:44.188 INFO STEP 1043 (remove_files) COMPLETE
79462026-05-14T15:17:44.850Z[ recovery-image] May 14 15:17:44.188 INFO O| May 14 15:17:44.188 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79472026-05-14T15:17:44.855Z[ recovery-image] May 14 15:17:44.195 INFO O| May 14 15:17:44.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
79482026-05-14T15:17:44.855Z[ recovery-image] May 14 15:17:44.195 INFO O| May 14 15:17:44.195 INFO STEP 1044 (remove_files) COMPLETE
79492026-05-14T15:17:44.855Z[ recovery-image] May 14 15:17:44.195 INFO O| May 14 15:17:44.195 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79502026-05-14T15:17:44.863Z[ recovery-image] May 14 15:17:44.204 INFO O| May 14 15:17:44.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
79512026-05-14T15:17:44.863Z[ recovery-image] May 14 15:17:44.204 INFO O| May 14 15:17:44.204 INFO STEP 1045 (remove_files) COMPLETE
79522026-05-14T15:17:44.863Z[ recovery-image] May 14 15:17:44.204 INFO O| May 14 15:17:44.204 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79532026-05-14T15:17:44.873Z[ recovery-image] May 14 15:17:44.213 INFO O| May 14 15:17:44.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
79542026-05-14T15:17:44.873Z[ recovery-image] May 14 15:17:44.214 INFO O| May 14 15:17:44.214 INFO STEP 1046 (remove_files) COMPLETE
79552026-05-14T15:17:44.873Z[ recovery-image] May 14 15:17:44.214 INFO O| May 14 15:17:44.214 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79562026-05-14T15:17:44.884Z[ recovery-image] May 14 15:17:44.224 INFO O| May 14 15:17:44.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
79572026-05-14T15:17:44.884Z[ recovery-image] May 14 15:17:44.224 INFO O| May 14 15:17:44.224 INFO STEP 1047 (remove_files) COMPLETE
79582026-05-14T15:17:44.884Z[ recovery-image] May 14 15:17:44.224 INFO O| May 14 15:17:44.224 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79592026-05-14T15:17:44.893Z[ recovery-image] May 14 15:17:44.233 INFO O| May 14 15:17:44.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
79602026-05-14T15:17:44.893Z[ recovery-image] May 14 15:17:44.234 INFO O| May 14 15:17:44.233 INFO STEP 1048 (remove_files) COMPLETE
79612026-05-14T15:17:44.893Z[ recovery-image] May 14 15:17:44.234 INFO O| May 14 15:17:44.234 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79622026-05-14T15:17:44.902Z[ recovery-image] May 14 15:17:44.242 INFO O| May 14 15:17:44.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
79632026-05-14T15:17:44.902Z[ recovery-image] May 14 15:17:44.242 INFO O| May 14 15:17:44.242 INFO STEP 1049 (remove_files) COMPLETE
79642026-05-14T15:17:44.902Z[ recovery-image] May 14 15:17:44.242 INFO O| May 14 15:17:44.242 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79652026-05-14T15:17:44.910Z[ recovery-image] May 14 15:17:44.250 INFO O| May 14 15:17:44.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
79662026-05-14T15:17:44.910Z[ recovery-image] May 14 15:17:44.251 INFO O| May 14 15:17:44.251 INFO STEP 1050 (remove_files) COMPLETE
79672026-05-14T15:17:44.913Z[ recovery-image] May 14 15:17:44.251 INFO O| May 14 15:17:44.251 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79682026-05-14T15:17:44.919Z[ recovery-image] May 14 15:17:44.259 INFO O| May 14 15:17:44.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
79692026-05-14T15:17:44.919Z[ recovery-image] May 14 15:17:44.259 INFO O| May 14 15:17:44.259 INFO STEP 1051 (remove_files) COMPLETE
79702026-05-14T15:17:44.919Z[ recovery-image] May 14 15:17:44.259 INFO O| May 14 15:17:44.259 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79712026-05-14T15:17:44.930Z[ recovery-image] May 14 15:17:44.267 INFO O| May 14 15:17:44.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
79722026-05-14T15:17:44.930Z[ recovery-image] May 14 15:17:44.267 INFO O| May 14 15:17:44.267 INFO STEP 1052 (remove_files) COMPLETE
79732026-05-14T15:17:44.930Z[ recovery-image] May 14 15:17:44.267 INFO O| May 14 15:17:44.267 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79742026-05-14T15:17:44.939Z[ recovery-image] May 14 15:17:44.275 INFO O| May 14 15:17:44.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
79752026-05-14T15:17:44.939Z[ recovery-image] May 14 15:17:44.275 INFO O| May 14 15:17:44.275 INFO STEP 1053 (remove_files) COMPLETE
79762026-05-14T15:17:44.939Z[ recovery-image] May 14 15:17:44.275 INFO O| May 14 15:17:44.275 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79772026-05-14T15:17:44.942Z[ recovery-image] May 14 15:17:44.283 INFO O| May 14 15:17:44.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
79782026-05-14T15:17:44.942Z[ recovery-image] May 14 15:17:44.283 INFO O| May 14 15:17:44.283 INFO STEP 1054 (remove_files) COMPLETE
79792026-05-14T15:17:44.945Z[ recovery-image] May 14 15:17:44.283 INFO O| May 14 15:17:44.283 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79802026-05-14T15:17:44.949Z[ recovery-image] May 14 15:17:44.290 INFO O| May 14 15:17:44.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
79812026-05-14T15:17:44.949Z[ recovery-image] May 14 15:17:44.290 INFO O| May 14 15:17:44.290 INFO STEP 1055 (remove_files) COMPLETE
79822026-05-14T15:17:44.954Z[ recovery-image] May 14 15:17:44.290 INFO O| May 14 15:17:44.290 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79832026-05-14T15:17:44.957Z[ recovery-image] May 14 15:17:44.298 INFO O| May 14 15:17:44.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
79842026-05-14T15:17:44.960Z[ recovery-image] May 14 15:17:44.298 INFO O| May 14 15:17:44.298 INFO STEP 1056 (remove_files) COMPLETE
79852026-05-14T15:17:44.960Z[ recovery-image] May 14 15:17:44.298 INFO O| May 14 15:17:44.298 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79862026-05-14T15:17:44.965Z[ recovery-image] May 14 15:17:44.306 INFO O| May 14 15:17:44.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
79872026-05-14T15:17:44.965Z[ recovery-image] May 14 15:17:44.306 INFO O| May 14 15:17:44.306 INFO STEP 1057 (remove_files) COMPLETE
79882026-05-14T15:17:44.968Z[ recovery-image] May 14 15:17:44.306 INFO O| May 14 15:17:44.306 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79892026-05-14T15:17:44.973Z[ recovery-image] May 14 15:17:44.313 INFO O| May 14 15:17:44.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
79902026-05-14T15:17:44.973Z[ recovery-image] May 14 15:17:44.313 INFO O| May 14 15:17:44.313 INFO STEP 1058 (remove_files) COMPLETE
79912026-05-14T15:17:44.976Z[ recovery-image] May 14 15:17:44.313 INFO O| May 14 15:17:44.313 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79922026-05-14T15:17:44.980Z[ recovery-image] May 14 15:17:44.321 INFO O| May 14 15:17:44.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
79932026-05-14T15:17:44.980Z[ recovery-image] May 14 15:17:44.321 INFO O| May 14 15:17:44.321 INFO STEP 1059 (remove_files) COMPLETE
79942026-05-14T15:17:44.983Z[ recovery-image] May 14 15:17:44.321 INFO O| May 14 15:17:44.321 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79952026-05-14T15:17:44.988Z[ recovery-image] May 14 15:17:44.328 INFO O| May 14 15:17:44.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
79962026-05-14T15:17:44.988Z[ recovery-image] May 14 15:17:44.328 INFO O| May 14 15:17:44.328 INFO STEP 1060 (remove_files) COMPLETE
79972026-05-14T15:17:44.991Z[ recovery-image] May 14 15:17:44.328 INFO O| May 14 15:17:44.328 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79982026-05-14T15:17:44.995Z[ recovery-image] May 14 15:17:44.336 INFO O| May 14 15:17:44.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
79992026-05-14T15:17:44.995Z[ recovery-image] May 14 15:17:44.336 INFO O| May 14 15:17:44.336 INFO STEP 1061 (remove_files) COMPLETE
80002026-05-14T15:17:44.998Z[ recovery-image] May 14 15:17:44.336 INFO O| May 14 15:17:44.336 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80012026-05-14T15:17:45.002Z[ recovery-image] May 14 15:17:44.343 INFO O| May 14 15:17:44.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
80022026-05-14T15:17:45.002Z[ recovery-image] May 14 15:17:44.343 INFO O| May 14 15:17:44.343 INFO STEP 1062 (remove_files) COMPLETE
80032026-05-14T15:17:45.005Z[ recovery-image] May 14 15:17:44.343 INFO O| May 14 15:17:44.343 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80042026-05-14T15:17:45.009Z[ recovery-image] May 14 15:17:44.350 INFO O| May 14 15:17:44.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
80052026-05-14T15:17:45.009Z[ recovery-image] May 14 15:17:44.350 INFO O| May 14 15:17:44.350 INFO STEP 1063 (remove_files) COMPLETE
80062026-05-14T15:17:45.012Z[ recovery-image] May 14 15:17:44.350 INFO O| May 14 15:17:44.350 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80072026-05-14T15:17:45.017Z[ recovery-image] May 14 15:17:44.357 INFO O| May 14 15:17:44.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
80082026-05-14T15:17:45.017Z[ recovery-image] May 14 15:17:44.357 INFO O| May 14 15:17:44.357 INFO STEP 1064 (remove_files) COMPLETE
80092026-05-14T15:17:45.020Z[ recovery-image] May 14 15:17:44.357 INFO O| May 14 15:17:44.357 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80102026-05-14T15:17:45.024Z[ recovery-image] May 14 15:17:44.365 INFO O| May 14 15:17:44.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
80112026-05-14T15:17:45.024Z[ recovery-image] May 14 15:17:44.365 INFO O| May 14 15:17:44.365 INFO STEP 1065 (remove_files) COMPLETE
80122026-05-14T15:17:45.027Z[ recovery-image] May 14 15:17:44.365 INFO O| May 14 15:17:44.365 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80132026-05-14T15:17:45.032Z[ recovery-image] May 14 15:17:44.372 INFO O| May 14 15:17:44.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
80142026-05-14T15:17:45.032Z[ recovery-image] May 14 15:17:44.372 INFO O| May 14 15:17:44.372 INFO STEP 1066 (remove_files) COMPLETE
80152026-05-14T15:17:45.032Z[ recovery-image] May 14 15:17:44.372 INFO O| May 14 15:17:44.372 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80162026-05-14T15:17:45.046Z[ recovery-image] May 14 15:17:44.380 INFO O| May 14 15:17:44.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
80172026-05-14T15:17:45.046Z[ recovery-image] May 14 15:17:44.380 INFO O| May 14 15:17:44.380 INFO STEP 1067 (remove_files) COMPLETE
80182026-05-14T15:17:45.049Z[ recovery-image] May 14 15:17:44.380 INFO O| May 14 15:17:44.380 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80192026-05-14T15:17:45.049Z[ recovery-image] May 14 15:17:44.388 INFO O| May 14 15:17:44.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
80202026-05-14T15:17:45.049Z[ recovery-image] May 14 15:17:44.388 INFO O| May 14 15:17:44.388 INFO STEP 1068 (remove_files) COMPLETE
80212026-05-14T15:17:45.049Z[ recovery-image] May 14 15:17:44.388 INFO O| May 14 15:17:44.388 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80222026-05-14T15:17:45.055Z[ recovery-image] May 14 15:17:44.395 INFO O| May 14 15:17:44.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
80232026-05-14T15:17:45.055Z[ recovery-image] May 14 15:17:44.395 INFO O| May 14 15:17:44.395 INFO STEP 1069 (remove_files) COMPLETE
80242026-05-14T15:17:45.058Z[ recovery-image] May 14 15:17:44.395 INFO O| May 14 15:17:44.395 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80252026-05-14T15:17:45.063Z[ recovery-image] May 14 15:17:44.403 INFO O| May 14 15:17:44.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
80262026-05-14T15:17:45.063Z[ recovery-image] May 14 15:17:44.403 INFO O| May 14 15:17:44.403 INFO STEP 1070 (remove_files) COMPLETE
80272026-05-14T15:17:45.063Z[ recovery-image] May 14 15:17:44.403 INFO O| May 14 15:17:44.403 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80282026-05-14T15:17:45.071Z[ recovery-image] May 14 15:17:44.411 INFO O| May 14 15:17:44.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
80292026-05-14T15:17:45.071Z[ recovery-image] May 14 15:17:44.411 INFO O| May 14 15:17:44.411 INFO STEP 1071 (remove_files) COMPLETE
80302026-05-14T15:17:45.074Z[ recovery-image] May 14 15:17:44.411 INFO O| May 14 15:17:44.411 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80312026-05-14T15:17:45.079Z[ recovery-image] May 14 15:17:44.419 INFO O| May 14 15:17:44.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
80322026-05-14T15:17:45.079Z[ recovery-image] May 14 15:17:44.419 INFO O| May 14 15:17:44.419 INFO STEP 1072 (remove_files) COMPLETE
80332026-05-14T15:17:45.079Z[ recovery-image] May 14 15:17:44.419 INFO O| May 14 15:17:44.419 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80342026-05-14T15:17:45.087Z[ recovery-image] May 14 15:17:44.428 INFO O| May 14 15:17:44.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
80352026-05-14T15:17:45.087Z[ recovery-image] May 14 15:17:44.428 INFO O| May 14 15:17:44.428 INFO STEP 1073 (remove_files) COMPLETE
80362026-05-14T15:17:45.090Z[ recovery-image] May 14 15:17:44.428 INFO O| May 14 15:17:44.428 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80372026-05-14T15:17:45.095Z[ recovery-image] May 14 15:17:44.435 INFO O| May 14 15:17:44.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
80382026-05-14T15:17:45.095Z[ recovery-image] May 14 15:17:44.436 INFO O| May 14 15:17:44.436 INFO STEP 1074 (remove_files) COMPLETE
80392026-05-14T15:17:45.098Z[ recovery-image] May 14 15:17:44.436 INFO O| May 14 15:17:44.436 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80402026-05-14T15:17:45.102Z[ recovery-image] May 14 15:17:44.443 INFO O| May 14 15:17:44.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
80412026-05-14T15:17:45.103Z[ recovery-image] May 14 15:17:44.443 INFO O| May 14 15:17:44.443 INFO STEP 1075 (remove_files) COMPLETE
80422026-05-14T15:17:45.106Z[ recovery-image] May 14 15:17:44.443 INFO O| May 14 15:17:44.443 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80432026-05-14T15:17:45.110Z[ recovery-image] May 14 15:17:44.451 INFO O| May 14 15:17:44.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
80442026-05-14T15:17:45.110Z[ recovery-image] May 14 15:17:44.451 INFO O| May 14 15:17:44.451 INFO STEP 1076 (remove_files) COMPLETE
80452026-05-14T15:17:45.113Z[ recovery-image] May 14 15:17:44.451 INFO O| May 14 15:17:44.451 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80462026-05-14T15:17:45.118Z[ recovery-image] May 14 15:17:44.459 INFO O| May 14 15:17:44.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
80472026-05-14T15:17:45.118Z[ recovery-image] May 14 15:17:44.459 INFO O| May 14 15:17:44.459 INFO STEP 1077 (remove_files) COMPLETE
80482026-05-14T15:17:45.118Z[ recovery-image] May 14 15:17:44.459 INFO O| May 14 15:17:44.459 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80492026-05-14T15:17:45.126Z[ recovery-image] May 14 15:17:44.467 INFO O| May 14 15:17:44.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
80502026-05-14T15:17:45.126Z[ recovery-image] May 14 15:17:44.467 INFO O| May 14 15:17:44.467 INFO STEP 1078 (remove_files) COMPLETE
80512026-05-14T15:17:45.126Z[ recovery-image] May 14 15:17:44.467 INFO O| May 14 15:17:44.467 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80522026-05-14T15:17:45.134Z[ recovery-image] May 14 15:17:44.474 INFO O| May 14 15:17:44.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
80532026-05-14T15:17:45.134Z[ recovery-image] May 14 15:17:44.474 INFO O| May 14 15:17:44.474 INFO STEP 1079 (remove_files) COMPLETE
80542026-05-14T15:17:45.138Z[ recovery-image] May 14 15:17:44.474 INFO O| May 14 15:17:44.474 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80552026-05-14T15:17:45.142Z[ recovery-image] May 14 15:17:44.482 INFO O| May 14 15:17:44.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
80562026-05-14T15:17:45.142Z[ recovery-image] May 14 15:17:44.482 INFO O| May 14 15:17:44.482 INFO STEP 1080 (remove_files) COMPLETE
80572026-05-14T15:17:45.142Z[ recovery-image] May 14 15:17:44.482 INFO O| May 14 15:17:44.482 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80582026-05-14T15:17:45.150Z[ recovery-image] May 14 15:17:44.490 INFO O| May 14 15:17:44.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
80592026-05-14T15:17:45.150Z[ recovery-image] May 14 15:17:44.491 INFO O| May 14 15:17:44.490 INFO STEP 1081 (remove_files) COMPLETE
80602026-05-14T15:17:45.153Z[ recovery-image] May 14 15:17:44.491 INFO O| May 14 15:17:44.490 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80612026-05-14T15:17:45.158Z[ recovery-image] May 14 15:17:44.498 INFO O| May 14 15:17:44.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
80622026-05-14T15:17:45.158Z[ recovery-image] May 14 15:17:44.498 INFO O| May 14 15:17:44.498 INFO STEP 1082 (remove_files) COMPLETE
80632026-05-14T15:17:45.158Z[ recovery-image] May 14 15:17:44.498 INFO O| May 14 15:17:44.498 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80642026-05-14T15:17:45.166Z[ recovery-image] May 14 15:17:44.506 INFO O| May 14 15:17:44.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
80652026-05-14T15:17:45.166Z[ recovery-image] May 14 15:17:44.506 INFO O| May 14 15:17:44.506 INFO STEP 1083 (remove_files) COMPLETE
80662026-05-14T15:17:45.166Z[ recovery-image] May 14 15:17:44.506 INFO O| May 14 15:17:44.506 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80672026-05-14T15:17:45.173Z[ recovery-image] May 14 15:17:44.514 INFO O| May 14 15:17:44.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
80682026-05-14T15:17:45.173Z[ recovery-image] May 14 15:17:44.514 INFO O| May 14 15:17:44.514 INFO STEP 1084 (remove_files) COMPLETE
80692026-05-14T15:17:45.173Z[ recovery-image] May 14 15:17:44.514 INFO O| May 14 15:17:44.514 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80702026-05-14T15:17:45.180Z[ recovery-image] May 14 15:17:44.521 INFO O| May 14 15:17:44.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
80712026-05-14T15:17:45.181Z[ recovery-image] May 14 15:17:44.521 INFO O| May 14 15:17:44.521 INFO STEP 1085 (remove_files) COMPLETE
80722026-05-14T15:17:45.181Z[ recovery-image] May 14 15:17:44.521 INFO O| May 14 15:17:44.521 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80732026-05-14T15:17:45.188Z[ recovery-image] May 14 15:17:44.528 INFO O| May 14 15:17:44.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
80742026-05-14T15:17:45.188Z[ recovery-image] May 14 15:17:44.528 INFO O| May 14 15:17:44.528 INFO STEP 1086 (remove_files) COMPLETE
80752026-05-14T15:17:45.191Z[ recovery-image] May 14 15:17:44.528 INFO O| May 14 15:17:44.528 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80762026-05-14T15:17:45.195Z[ recovery-image] May 14 15:17:44.535 INFO O| May 14 15:17:44.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
80772026-05-14T15:17:45.195Z[ recovery-image] May 14 15:17:44.535 INFO O| May 14 15:17:44.535 INFO STEP 1087 (remove_files) COMPLETE
80782026-05-14T15:17:45.198Z[ recovery-image] May 14 15:17:44.535 INFO O| May 14 15:17:44.535 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80792026-05-14T15:17:45.202Z[ recovery-image] May 14 15:17:44.542 INFO O| May 14 15:17:44.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
80802026-05-14T15:17:45.202Z[ recovery-image] May 14 15:17:44.542 INFO O| May 14 15:17:44.542 INFO STEP 1088 (remove_files) COMPLETE
80812026-05-14T15:17:45.205Z[ recovery-image] May 14 15:17:44.542 INFO O| May 14 15:17:44.542 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80822026-05-14T15:17:45.209Z[ recovery-image] May 14 15:17:44.550 INFO O| May 14 15:17:44.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
80832026-05-14T15:17:45.209Z[ recovery-image] May 14 15:17:44.550 INFO O| May 14 15:17:44.550 INFO STEP 1089 (remove_files) COMPLETE
80842026-05-14T15:17:45.212Z[ recovery-image] May 14 15:17:44.550 INFO O| May 14 15:17:44.550 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80852026-05-14T15:17:45.216Z[ recovery-image] May 14 15:17:44.557 INFO O| May 14 15:17:44.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
80862026-05-14T15:17:45.216Z[ recovery-image] May 14 15:17:44.557 INFO O| May 14 15:17:44.557 INFO STEP 1090 (remove_files) COMPLETE
80872026-05-14T15:17:45.220Z[ recovery-image] May 14 15:17:44.557 INFO O| May 14 15:17:44.557 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80882026-05-14T15:17:45.223Z[ recovery-image] May 14 15:17:44.564 INFO O| May 14 15:17:44.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
80892026-05-14T15:17:45.223Z[ recovery-image] May 14 15:17:44.564 INFO O| May 14 15:17:44.564 INFO STEP 1091 (remove_files) COMPLETE
80902026-05-14T15:17:45.227Z[ recovery-image] May 14 15:17:44.564 INFO O| May 14 15:17:44.564 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80912026-05-14T15:17:45.232Z[ recovery-image] May 14 15:17:44.572 INFO O| May 14 15:17:44.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
80922026-05-14T15:17:45.232Z[ recovery-image] May 14 15:17:44.572 INFO O| May 14 15:17:44.572 INFO STEP 1092 (remove_files) COMPLETE
80932026-05-14T15:17:45.235Z[ recovery-image] May 14 15:17:44.572 INFO O| May 14 15:17:44.572 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80942026-05-14T15:17:45.239Z[ recovery-image] May 14 15:17:44.579 INFO O| May 14 15:17:44.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
80952026-05-14T15:17:45.239Z[ recovery-image] May 14 15:17:44.579 INFO O| May 14 15:17:44.579 INFO STEP 1093 (remove_files) COMPLETE
80962026-05-14T15:17:45.239Z[ recovery-image] May 14 15:17:44.579 INFO O| May 14 15:17:44.579 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80972026-05-14T15:17:45.246Z[ recovery-image] May 14 15:17:44.587 INFO O| May 14 15:17:44.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
80982026-05-14T15:17:45.246Z[ recovery-image] May 14 15:17:44.587 INFO O| May 14 15:17:44.587 INFO STEP 1094 (remove_files) COMPLETE
80992026-05-14T15:17:45.249Z[ recovery-image] May 14 15:17:44.587 INFO O| May 14 15:17:44.587 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81002026-05-14T15:17:45.254Z[ recovery-image] May 14 15:17:44.595 INFO O| May 14 15:17:44.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
81012026-05-14T15:17:45.257Z[ recovery-image] May 14 15:17:44.595 INFO O| May 14 15:17:44.595 INFO STEP 1095 (remove_files) COMPLETE
81022026-05-14T15:17:45.257Z[ recovery-image] May 14 15:17:44.595 INFO O| May 14 15:17:44.595 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81032026-05-14T15:17:45.263Z[ recovery-image] May 14 15:17:44.603 INFO O| May 14 15:17:44.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
81042026-05-14T15:17:45.263Z[ recovery-image] May 14 15:17:44.603 INFO O| May 14 15:17:44.603 INFO STEP 1096 (remove_files) COMPLETE
81052026-05-14T15:17:45.263Z[ recovery-image] May 14 15:17:44.603 INFO O| May 14 15:17:44.603 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81062026-05-14T15:17:45.270Z[ recovery-image] May 14 15:17:44.611 INFO O| May 14 15:17:44.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
81072026-05-14T15:17:45.270Z[ recovery-image] May 14 15:17:44.611 INFO O| May 14 15:17:44.611 INFO STEP 1097 (remove_files) COMPLETE
81082026-05-14T15:17:45.271Z[ recovery-image] May 14 15:17:44.611 INFO O| May 14 15:17:44.611 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81092026-05-14T15:17:45.279Z[ recovery-image] May 14 15:17:44.619 INFO O| May 14 15:17:44.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
81102026-05-14T15:17:45.279Z[ recovery-image] May 14 15:17:44.619 INFO O| May 14 15:17:44.619 INFO STEP 1098 (remove_files) COMPLETE
81112026-05-14T15:17:45.282Z[ recovery-image] May 14 15:17:44.619 INFO O| May 14 15:17:44.619 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81122026-05-14T15:17:45.287Z[ recovery-image] May 14 15:17:44.628 INFO O| May 14 15:17:44.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
81132026-05-14T15:17:45.287Z[ recovery-image] May 14 15:17:44.628 INFO O| May 14 15:17:44.628 INFO STEP 1099 (remove_files) COMPLETE
81142026-05-14T15:17:45.287Z[ recovery-image] May 14 15:17:44.628 INFO O| May 14 15:17:44.628 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81152026-05-14T15:17:45.309Z[ recovery-image] May 14 15:17:44.650 INFO O| May 14 15:17:44.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
81162026-05-14T15:17:45.310Z[ recovery-image] May 14 15:17:44.650 INFO O| May 14 15:17:44.650 INFO STEP 1100 (remove_files) COMPLETE
81172026-05-14T15:17:45.310Z[ recovery-image] May 14 15:17:44.650 INFO O| May 14 15:17:44.650 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81182026-05-14T15:17:45.320Z[ recovery-image] May 14 15:17:44.660 INFO O| May 14 15:17:44.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
81192026-05-14T15:17:45.320Z[ recovery-image] May 14 15:17:44.660 INFO O| May 14 15:17:44.660 INFO STEP 1101 (remove_files) COMPLETE
81202026-05-14T15:17:45.323Z[ recovery-image] May 14 15:17:44.660 INFO O| May 14 15:17:44.660 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81212026-05-14T15:17:45.327Z[ recovery-image] May 14 15:17:44.668 INFO O| May 14 15:17:44.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
81222026-05-14T15:17:45.327Z[ recovery-image] May 14 15:17:44.668 INFO O| May 14 15:17:44.668 INFO STEP 1102 (remove_files) COMPLETE
81232026-05-14T15:17:45.330Z[ recovery-image] May 14 15:17:44.668 INFO O| May 14 15:17:44.668 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81242026-05-14T15:17:45.338Z[ recovery-image] May 14 15:17:44.678 INFO O| May 14 15:17:44.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
81252026-05-14T15:17:45.338Z[ recovery-image] May 14 15:17:44.678 INFO O| May 14 15:17:44.678 INFO STEP 1103 (remove_files) COMPLETE
81262026-05-14T15:17:45.338Z[ recovery-image] May 14 15:17:44.678 INFO O| May 14 15:17:44.678 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81272026-05-14T15:17:45.346Z[ recovery-image] May 14 15:17:44.687 INFO O| May 14 15:17:44.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
81282026-05-14T15:17:45.346Z[ recovery-image] May 14 15:17:44.687 INFO O| May 14 15:17:44.687 INFO STEP 1104 (remove_files) COMPLETE
81292026-05-14T15:17:45.349Z[ recovery-image] May 14 15:17:44.687 INFO O| May 14 15:17:44.687 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81302026-05-14T15:17:45.353Z[ recovery-image] May 14 15:17:44.694 INFO O| May 14 15:17:44.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
81312026-05-14T15:17:45.353Z[ recovery-image] May 14 15:17:44.694 INFO O| May 14 15:17:44.694 INFO STEP 1105 (remove_files) COMPLETE
81322026-05-14T15:17:45.356Z[ recovery-image] May 14 15:17:44.694 INFO O| May 14 15:17:44.694 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81332026-05-14T15:17:45.364Z[ recovery-image] May 14 15:17:44.705 INFO O| May 14 15:17:44.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
81342026-05-14T15:17:45.365Z[ recovery-image] May 14 15:17:44.705 INFO O| May 14 15:17:44.705 INFO STEP 1106 (remove_files) COMPLETE
81352026-05-14T15:17:45.368Z[ recovery-image] May 14 15:17:44.705 INFO O| May 14 15:17:44.705 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81362026-05-14T15:17:45.374Z[ recovery-image] May 14 15:17:44.715 INFO O| May 14 15:17:44.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
81372026-05-14T15:17:45.374Z[ recovery-image] May 14 15:17:44.715 INFO O| May 14 15:17:44.715 INFO STEP 1107 (remove_files) COMPLETE
81382026-05-14T15:17:45.374Z[ recovery-image] May 14 15:17:44.715 INFO O| May 14 15:17:44.715 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81392026-05-14T15:17:45.395Z[ recovery-image] May 14 15:17:44.735 INFO O| May 14 15:17:44.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
81402026-05-14T15:17:45.395Z[ recovery-image] May 14 15:17:44.735 INFO O| May 14 15:17:44.735 INFO STEP 1108 (remove_files) COMPLETE
81412026-05-14T15:17:45.398Z[ recovery-image] May 14 15:17:44.735 INFO O| May 14 15:17:44.735 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81422026-05-14T15:17:45.404Z[ recovery-image] May 14 15:17:44.745 INFO O| May 14 15:17:44.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
81432026-05-14T15:17:45.404Z[ recovery-image] May 14 15:17:44.745 INFO O| May 14 15:17:44.745 INFO STEP 1109 (remove_files) COMPLETE
81442026-05-14T15:17:45.405Z[ recovery-image] May 14 15:17:44.745 INFO O| May 14 15:17:44.745 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81452026-05-14T15:17:45.413Z[ recovery-image] May 14 15:17:44.753 INFO O| May 14 15:17:44.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
81462026-05-14T15:17:45.413Z[ recovery-image] May 14 15:17:44.753 INFO O| May 14 15:17:44.753 INFO STEP 1110 (remove_files) COMPLETE
81472026-05-14T15:17:45.416Z[ recovery-image] May 14 15:17:44.753 INFO O| May 14 15:17:44.753 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81482026-05-14T15:17:45.421Z[ recovery-image] May 14 15:17:44.761 INFO O| May 14 15:17:44.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
81492026-05-14T15:17:45.421Z[ recovery-image] May 14 15:17:44.761 INFO O| May 14 15:17:44.761 INFO STEP 1111 (remove_files) COMPLETE
81502026-05-14T15:17:45.421Z[ recovery-image] May 14 15:17:44.761 INFO O| May 14 15:17:44.761 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81512026-05-14T15:17:45.429Z[ recovery-image] May 14 15:17:44.770 INFO O| May 14 15:17:44.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
81522026-05-14T15:17:45.430Z[ recovery-image] May 14 15:17:44.770 INFO O| May 14 15:17:44.770 INFO STEP 1112 (remove_files) COMPLETE
81532026-05-14T15:17:45.430Z[ recovery-image] May 14 15:17:44.770 INFO O| May 14 15:17:44.770 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81542026-05-14T15:17:45.438Z[ recovery-image] May 14 15:17:44.778 INFO O| May 14 15:17:44.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
81552026-05-14T15:17:45.438Z[ recovery-image] May 14 15:17:44.778 INFO O| May 14 15:17:44.778 INFO STEP 1113 (remove_files) COMPLETE
81562026-05-14T15:17:45.441Z[ recovery-image] May 14 15:17:44.778 INFO O| May 14 15:17:44.778 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81572026-05-14T15:17:45.446Z[ recovery-image] May 14 15:17:44.787 INFO O| May 14 15:17:44.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
81582026-05-14T15:17:45.446Z[ recovery-image] May 14 15:17:44.787 INFO O| May 14 15:17:44.787 INFO STEP 1114 (remove_files) COMPLETE
81592026-05-14T15:17:45.449Z[ recovery-image] May 14 15:17:44.787 INFO O| May 14 15:17:44.787 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81602026-05-14T15:17:45.456Z[ recovery-image] May 14 15:17:44.795 INFO O| May 14 15:17:44.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
81612026-05-14T15:17:45.456Z[ recovery-image] May 14 15:17:44.795 INFO O| May 14 15:17:44.795 INFO STEP 1115 (remove_files) COMPLETE
81622026-05-14T15:17:45.459Z[ recovery-image] May 14 15:17:44.796 INFO O| May 14 15:17:44.795 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81632026-05-14T15:17:45.464Z[ recovery-image] May 14 15:17:44.804 INFO O| May 14 15:17:44.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
81642026-05-14T15:17:45.464Z[ recovery-image] May 14 15:17:44.804 INFO O| May 14 15:17:44.804 INFO STEP 1116 (remove_files) COMPLETE
81652026-05-14T15:17:45.467Z[ recovery-image] May 14 15:17:44.804 INFO O| May 14 15:17:44.804 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81662026-05-14T15:17:45.472Z[ recovery-image] May 14 15:17:44.813 INFO O| May 14 15:17:44.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
81672026-05-14T15:17:45.475Z[ recovery-image] May 14 15:17:44.813 INFO O| May 14 15:17:44.813 INFO STEP 1117 (remove_files) COMPLETE
81682026-05-14T15:17:45.475Z[ recovery-image] May 14 15:17:44.813 INFO O| May 14 15:17:44.813 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81692026-05-14T15:17:45.480Z[ recovery-image] May 14 15:17:44.821 INFO O| May 14 15:17:44.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
81702026-05-14T15:17:45.480Z[ recovery-image] May 14 15:17:44.821 INFO O| May 14 15:17:44.821 INFO STEP 1118 (remove_files) COMPLETE
81712026-05-14T15:17:45.480Z[ recovery-image] May 14 15:17:44.821 INFO O| May 14 15:17:44.821 INFO STEP 1119: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
81722026-05-14T15:17:45.494Z[ recovery-image] May 14 15:17:44.834 INFO O| May 14 15:17:44.834 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
81732026-05-14T15:17:45.494Z[ recovery-image] May 14 15:17:44.835 INFO O| May 14 15:17:44.834 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
81742026-05-14T15:17:45.598Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
81752026-05-14T15:17:46.281Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
81762026-05-14T15:17:46.396Z[ recovery-image] May 14 15:17:45.736 INFO O| May 14 15:17:45.736 INFO STEP 1119 (pack_tar) COMPLETE
81772026-05-14T15:17:46.396Z[ recovery-image] May 14 15:17:45.736 INFO O| May 14 15:17:45.736 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
81782026-05-14T15:17:46.396Z[ recovery-image] May 14 15:17:45.736 INFO O| May 14 15:17:45.736 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
81792026-05-14T15:17:46.711Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
81802026-05-14T15:17:46.742Z[ recovery-image] May 14 15:17:46.080 INFO O| May 14 15:17:46.080 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
81812026-05-14T15:17:46.940Z[ recovery-image] May 14 15:17:46.281 INFO O| May 14 15:17:46.280 INFO completed processing sled/ramdisk-03-recovery-trim
81822026-05-14T15:17:46.944Z[ recovery-image] May 14 15:17:46.284 INFO image builder template: zfs-recovery...
81832026-05-14T15:17:46.947Z[ recovery-image] May 14 15:17:46.284 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/.tmp2Zpu7x/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", "optever=0.40.479", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-n", "zfs-recovery"], pwd: None
81842026-05-14T15:17:46.973Z[ recovery-image] May 14 15:17:46.313 INFO O| May 14 15:17:46.313 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
81852026-05-14T15:17:46.977Z[ recovery-image] May 14 15:17:46.317 INFO O| May 14 15:17:46.317 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
81862026-05-14T15:17:47.110Z[ recovery-image] May 14 15:17:46.450 INFO O| May 14 15:17:46.450 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
81872026-05-14T15:17:47.183Z[ recovery-image] May 14 15:17:46.523 INFO O| May 14 15:17:46.523 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
81882026-05-14T15:17:47.183Z[ recovery-image] May 14 15:17:46.523 INFO O| May 14 15:17:46.523 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
81892026-05-14T15:17:47.188Z[ recovery-image] May 14 15:17:46.527 INFO O| May 14 15:17:46.527 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
81902026-05-14T15:17:47.278Z[ recovery-image] May 14 15:17:46.616 INFO O| May 14 15:17:46.616 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
81912026-05-14T15:17:47.345Z[ recovery-image] May 14 15:17:46.686 INFO O| May 14 15:17:46.686 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
81922026-05-14T15:17:47.354Z[ recovery-image] May 14 15:17:46.695 INFO O| May 14 15:17:46.695 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
81932026-05-14T15:17:47.359Z[ recovery-image] May 14 15:17:46.700 INFO O| May 14 15:17:46.700 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
81942026-05-14T15:17:47.362Z[ recovery-image] May 14 15:17:46.701 INFO O| May 14 15:17:46.701 INFO no lofi found
81952026-05-14T15:17:47.362Z[ recovery-image] May 14 15:17:46.701 INFO O| May 14 15:17:46.701 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
81962026-05-14T15:17:47.362Z[ recovery-image] May 14 15:17:46.701 INFO O| May 14 15:17:46.701 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
81972026-05-14T15:17:48.253Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
81982026-05-14T15:17:49.324Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
81992026-05-14T15:17:49.661Z[ recovery-image] May 14 15:17:49.001 INFO O| May 14 15:17:49.001 INFO lofi device = /dev/dsk/c2t1d0p0
82002026-05-14T15:17:49.661Z[ recovery-image] May 14 15:17:49.001 INFO O| May 14 15:17:49.001 INFO pool device = /dev/dsk/c2t1d0p0
82012026-05-14T15:17:49.664Z[ recovery-image] May 14 15:17:49.001 INFO O| May 14 15:17:49.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"]
82022026-05-14T15:17:49.868Z[ recovery-image] May 14 15:17:49.209 INFO O| May 14 15:17:49.209 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
82032026-05-14T15:17:49.869Z[ recovery-image] May 14 15:17:49.209 INFO O| May 14 15:17:49.209 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
82042026-05-14T15:17:49.894Z[ recovery-image] May 14 15:17:49.235 INFO O| May 14 15:17:49.234 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
82052026-05-14T15:17:50.064Z[ recovery-image] May 14 15:17:49.404 INFO O| May 14 15:17:49.404 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
82062026-05-14T15:17:50.097Z[ recovery-image] May 14 15:17:49.437 INFO O| May 14 15:17:49.437 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
82072026-05-14T15:17:50.121Z[ recovery-image] May 14 15:17:49.461 INFO O| May 14 15:17:49.461 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
82082026-05-14T15:17:50.139Z[ recovery-image] May 14 15:17:49.479 INFO O| May 14 15:17:49.479 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
82092026-05-14T15:17:50.181Z[ recovery-image] May 14 15:17:49.522 INFO O| May 14 15:17:49.522 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
82102026-05-14T15:17:50.181Z[ recovery-image] May 14 15:17:49.522 INFO O| May 14 15:17:49.522 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
82112026-05-14T15:17:50.181Z[ recovery-image] May 14 15:17:49.522 INFO O| May 14 15:17:49.522 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
82122026-05-14T15:17:50.193Z[ recovery-image] May 14 15:17:49.533 INFO O| May 14 15:17:49.533 INFO boot environment UUID: 20a14e3a-8001-47af-b098-0211b044585f
82132026-05-14T15:17:50.194Z[ recovery-image] May 14 15:17:49.533 INFO O| May 14 15:17:49.533 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 20a14e3a-8001-47af-b098-0211b044585f
82142026-05-14T15:17:50.209Z[ recovery-image] May 14 15:17:49.549 INFO O| May 14 15:17:49.549 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
82152026-05-14T15:17:50.226Z[ recovery-image] May 14 15:17:49.566 INFO O| May 14 15:17:49.566 INFO STEP 0 (create_be) COMPLETE
82162026-05-14T15:17:50.226Z[ recovery-image] May 14 15:17:49.566 INFO O| May 14 15:17:49.566 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
82172026-05-14T15:17:50.241Z[ recovery-image] May 14 15:17:49.581 INFO O| May 14 15:17:49.581 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"]
82182026-05-14T15:17:52.716Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
82192026-05-14T15:17:59.305Z[ recovery-image] May 14 15:17:58.643 INFO O| May 14 15:17:58.643 INFO STEP 1 (unpack_tar) COMPLETE
82202026-05-14T15:17:59.305Z[ recovery-image] May 14 15:17:58.643 INFO O| May 14 15:17:58.643 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82212026-05-14T15:17:59.314Z[ recovery-image] May 14 15:17:58.653 INFO O| May 14 15:17:58.653 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
82222026-05-14T15:18:00.320Z[ recovery-image] May 14 15:17:59.660 INFO O| May 14 15:17:59.660 INFO STEP 2 (devfsadm) COMPLETE
82232026-05-14T15:18:00.320Z[ recovery-image] May 14 15:17:59.660 INFO O| May 14 15:17:59.660 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82242026-05-14T15:18:00.332Z[ recovery-image] May 14 15:17:59.671 INFO O| May 14 15:17:59.670 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
82252026-05-14T15:18:00.332Z[ recovery-image] May 14 15:17:59.671 INFO O| May 14 15:17:59.670 INFO STEP 3 (ensure_dir) COMPLETE
82262026-05-14T15:18:00.332Z[ recovery-image] May 14 15:17:59.671 INFO O| May 14 15:17:59.670 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82272026-05-14T15:18:00.343Z[ recovery-image] May 14 15:17:59.680 INFO O| May 14 15:17:59.680 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
82282026-05-14T15:18:00.343Z[ recovery-image] May 14 15:17:59.680 INFO O| May 14 15:17:59.680 INFO STEP 4 (ensure_dir) COMPLETE
82292026-05-14T15:18:00.347Z[ recovery-image] May 14 15:17:59.680 INFO O| May 14 15:17:59.680 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82302026-05-14T15:18:00.359Z[ recovery-image] May 14 15:17:59.690 INFO O| May 14 15:17:59.689 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
82312026-05-14T15:18:00.359Z[ recovery-image] May 14 15:17:59.690 INFO O| May 14 15:17:59.689 INFO STEP 5 (ensure_dir) COMPLETE
82322026-05-14T15:18:00.366Z[ recovery-image] May 14 15:17:59.690 INFO O| May 14 15:17:59.690 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82332026-05-14T15:18:00.366Z[ recovery-image] May 14 15:17:59.699 INFO O| May 14 15:17:59.699 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
82342026-05-14T15:18:00.366Z[ recovery-image] May 14 15:17:59.699 INFO O| May 14 15:17:59.699 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
82352026-05-14T15:18:00.366Z[ recovery-image] May 14 15:17:59.699 INFO O| May 14 15:17:59.699 INFO STEP 6 (ensure_dir) COMPLETE
82362026-05-14T15:18:00.366Z[ recovery-image] May 14 15:17:59.699 INFO O| May 14 15:17:59.699 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82372026-05-14T15:18:00.370Z[ recovery-image] May 14 15:17:59.710 INFO O| May 14 15:17:59.710 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
82382026-05-14T15:18:00.371Z[ recovery-image] May 14 15:17:59.711 INFO O| May 14 15:17:59.711 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
82392026-05-14T15:18:00.377Z[ recovery-image] May 14 15:17:59.711 INFO O| May 14 15:17:59.711 INFO STEP 7 (ensure_dir) COMPLETE
82402026-05-14T15:18:00.377Z[ recovery-image] May 14 15:17:59.711 INFO O| May 14 15:17:59.711 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82412026-05-14T15:18:00.381Z[ recovery-image] May 14 15:17:59.720 INFO O| May 14 15:17:59.720 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
82422026-05-14T15:18:00.384Z[ recovery-image] May 14 15:17:59.721 INFO O| May 14 15:17:59.721 INFO STEP 8 (remove_files) COMPLETE
82432026-05-14T15:18:00.384Z[ recovery-image] May 14 15:17:59.721 INFO O| May 14 15:17:59.721 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82442026-05-14T15:18:00.390Z[ recovery-image] May 14 15:17:59.730 INFO O| May 14 15:17:59.730 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
82452026-05-14T15:18:00.394Z[ recovery-image] May 14 15:17:59.730 INFO O| May 14 15:17:59.730 INFO STEP 9 (remove_files) COMPLETE
82462026-05-14T15:18:00.394Z[ recovery-image] May 14 15:17:59.730 INFO O| May 14 15:17:59.730 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82472026-05-14T15:18:00.404Z[ recovery-image] May 14 15:17:59.739 INFO O| May 14 15:17:59.739 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
82482026-05-14T15:18:00.410Z[ recovery-image] May 14 15:17:59.740 INFO O| May 14 15:17:59.740 INFO STEP 10 (remove_files) COMPLETE
82492026-05-14T15:18:00.410Z[ recovery-image] May 14 15:17:59.740 INFO O| May 14 15:17:59.740 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82502026-05-14T15:18:00.410Z[ recovery-image] May 14 15:17:59.748 INFO O| May 14 15:17:59.748 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
82512026-05-14T15:18:00.410Z[ recovery-image] May 14 15:17:59.748 INFO O| May 14 15:17:59.748 INFO STEP 11 (remove_files) COMPLETE
82522026-05-14T15:18:00.410Z[ recovery-image] May 14 15:17:59.748 INFO O| May 14 15:17:59.748 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82532026-05-14T15:18:00.419Z[ recovery-image] May 14 15:17:59.757 INFO O| May 14 15:17:59.757 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
82542026-05-14T15:18:00.419Z[ recovery-image] May 14 15:17:59.757 INFO O| May 14 15:17:59.757 INFO STEP 12 (remove_files) COMPLETE
82552026-05-14T15:18:00.419Z[ recovery-image] May 14 15:17:59.757 INFO O| May 14 15:17:59.757 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82562026-05-14T15:18:00.427Z[ recovery-image] May 14 15:17:59.766 INFO O| May 14 15:17:59.766 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
82572026-05-14T15:18:00.427Z[ recovery-image] May 14 15:17:59.766 INFO O| May 14 15:17:59.766 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
82582026-05-14T15:18:00.432Z[ recovery-image] May 14 15:17:59.766 INFO O| May 14 15:17:59.766 INFO STEP 13 (ensure_dir) COMPLETE
82592026-05-14T15:18:00.432Z[ recovery-image] May 14 15:17:59.766 INFO O| May 14 15:17:59.766 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82602026-05-14T15:18:00.441Z[ recovery-image] May 14 15:17:59.775 INFO O| May 14 15:17:59.775 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
82612026-05-14T15:18:00.441Z[ recovery-image] May 14 15:17:59.775 INFO O| May 14 15:17:59.775 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
82622026-05-14T15:18:00.441Z[ recovery-image] May 14 15:17:59.775 INFO O| May 14 15:17:59.775 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
82632026-05-14T15:18:00.441Z[ recovery-image] May 14 15:17:59.775 INFO O| May 14 15:17:59.775 INFO STEP 14 (ensure_dir) COMPLETE
82642026-05-14T15:18:00.441Z[ recovery-image] May 14 15:17:59.775 INFO O| May 14 15:17:59.775 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82652026-05-14T15:18:00.445Z[ recovery-image] May 14 15:17:59.783 INFO O| May 14 15:17:59.783 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
82662026-05-14T15:18:00.445Z[ recovery-image] May 14 15:17:59.783 INFO O| May 14 15:17:59.783 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
82672026-05-14T15:18:00.445Z[ recovery-image] May 14 15:17:59.783 INFO O| May 14 15:17:59.783 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
82682026-05-14T15:18:00.445Z[ recovery-image] May 14 15:17:59.783 INFO O| May 14 15:17:59.783 INFO STEP 15 (ensure_dir) COMPLETE
82692026-05-14T15:18:00.445Z[ recovery-image] May 14 15:17:59.783 INFO O| May 14 15:17:59.783 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82702026-05-14T15:18:00.453Z[ recovery-image] May 14 15:17:59.792 INFO O| May 14 15:17:59.792 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
82712026-05-14T15:18:00.453Z[ recovery-image] May 14 15:17:59.792 INFO O| May 14 15:17:59.792 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
82722026-05-14T15:18:00.460Z[ recovery-image] May 14 15:17:59.792 INFO O| May 14 15:17:59.792 INFO STEP 16 (ensure_dir) COMPLETE
82732026-05-14T15:18:00.460Z[ recovery-image] May 14 15:17:59.792 INFO O| May 14 15:17:59.792 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82742026-05-14T15:18:00.464Z[ recovery-image] May 14 15:17:59.801 INFO O| May 14 15:17:59.801 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
82752026-05-14T15:18:00.464Z[ recovery-image] May 14 15:17:59.801 INFO O| May 14 15:17:59.801 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
82762026-05-14T15:18:00.465Z[ recovery-image] May 14 15:17:59.801 INFO O| May 14 15:17:59.801 INFO STEP 17 (ensure_dir) COMPLETE
82772026-05-14T15:18:00.465Z[ recovery-image] May 14 15:17:59.801 INFO O| May 14 15:17:59.801 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82782026-05-14T15:18:00.473Z[ recovery-image] May 14 15:17:59.810 INFO O| May 14 15:17:59.810 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
82792026-05-14T15:18:00.473Z[ recovery-image] May 14 15:17:59.810 INFO O| May 14 15:17:59.810 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
82802026-05-14T15:18:00.481Z[ recovery-image] May 14 15:17:59.810 INFO O| May 14 15:17:59.810 INFO ok!
82812026-05-14T15:18:00.481Z[ recovery-image] May 14 15:17:59.810 INFO O| May 14 15:17:59.810 INFO STEP 18 (ensure_symlink) COMPLETE
82822026-05-14T15:18:00.481Z[ recovery-image] May 14 15:17:59.810 INFO O| May 14 15:17:59.810 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82832026-05-14T15:18:00.487Z[ recovery-image] May 14 15:17:59.819 INFO O| May 14 15:17:59.819 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
82842026-05-14T15:18:00.487Z[ recovery-image] May 14 15:17:59.819 INFO O| May 14 15:17:59.819 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
82852026-05-14T15:18:00.487Z[ recovery-image] May 14 15:17:59.819 INFO O| May 14 15:17:59.819 INFO ok!
82862026-05-14T15:18:00.487Z[ recovery-image] May 14 15:17:59.819 INFO O| May 14 15:17:59.819 INFO STEP 19 (ensure_file) COMPLETE
82872026-05-14T15:18:00.487Z[ recovery-image] May 14 15:17:59.819 INFO O| May 14 15:17:59.819 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
82882026-05-14T15:18:00.494Z[ recovery-image] May 14 15:17:59.829 INFO O| May 14 15:17:59.829 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
82892026-05-14T15:18:00.494Z[ recovery-image] May 14 15:17:59.829 INFO O| May 14 15:17:59.829 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
82902026-05-14T15:18:00.494Z[ recovery-image] May 14 15:17:59.829 INFO O| May 14 15:17:59.829 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
82912026-05-14T15:18:00.494Z[ recovery-image] May 14 15:17:59.829 INFO O| May 14 15:17:59.829 INFO ok!
82922026-05-14T15:18:00.494Z[ recovery-image] May 14 15:17:59.829 INFO O| May 14 15:17:59.829 INFO STEP 20 (ensure_symlink) COMPLETE
82932026-05-14T15:18:00.494Z[ recovery-image] May 14 15:17:59.829 INFO O| May 14 15:17:59.829 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
82942026-05-14T15:18:00.500Z[ recovery-image] May 14 15:17:59.839 INFO O| May 14 15:17:59.839 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
82952026-05-14T15:18:00.500Z[ recovery-image] May 14 15:17:59.839 INFO O| May 14 15:17:59.839 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
82962026-05-14T15:18:00.508Z[ recovery-image] May 14 15:17:59.839 INFO O| May 14 15:17:59.839 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
82972026-05-14T15:18:00.508Z[ recovery-image] May 14 15:17:59.839 INFO O| May 14 15:17:59.839 INFO ok!
82982026-05-14T15:18:00.508Z[ recovery-image] May 14 15:17:59.839 INFO O| May 14 15:17:59.839 INFO STEP 21 (ensure_symlink) COMPLETE
82992026-05-14T15:18:00.508Z[ recovery-image] May 14 15:17:59.839 INFO O| May 14 15:17:59.839 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83002026-05-14T15:18:00.511Z[ recovery-image] May 14 15:17:59.849 INFO O| May 14 15:17:59.849 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
83012026-05-14T15:18:00.511Z[ recovery-image] May 14 15:17:59.849 INFO O| May 14 15:17:59.849 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
83022026-05-14T15:18:00.511Z[ recovery-image] May 14 15:17:59.849 INFO O| May 14 15:17:59.849 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
83032026-05-14T15:18:00.511Z[ recovery-image] May 14 15:17:59.849 INFO O| May 14 15:17:59.849 INFO ok!
83042026-05-14T15:18:00.511Z[ recovery-image] May 14 15:17:59.849 INFO O| May 14 15:17:59.849 INFO STEP 22 (ensure_symlink) COMPLETE
83052026-05-14T15:18:00.511Z[ recovery-image] May 14 15:17:59.849 INFO O| May 14 15:17:59.849 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83062026-05-14T15:18:00.520Z[ recovery-image] May 14 15:17:59.859 INFO O| May 14 15:17:59.859 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
83072026-05-14T15:18:00.520Z[ recovery-image] May 14 15:17:59.859 INFO O| May 14 15:17:59.859 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
83082026-05-14T15:18:00.526Z[ recovery-image] May 14 15:17:59.860 INFO O| May 14 15:17:59.860 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
83092026-05-14T15:18:00.526Z[ recovery-image] May 14 15:17:59.860 INFO O| May 14 15:17:59.860 INFO ok!
83102026-05-14T15:18:00.526Z[ recovery-image] May 14 15:17:59.860 INFO O| May 14 15:17:59.860 INFO STEP 23 (ensure_symlink) COMPLETE
83112026-05-14T15:18:00.526Z[ recovery-image] May 14 15:17:59.860 INFO O| May 14 15:17:59.860 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83122026-05-14T15:18:00.537Z[ recovery-image] May 14 15:17:59.870 INFO O| May 14 15:17:59.870 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
83132026-05-14T15:18:00.537Z[ recovery-image] May 14 15:17:59.870 INFO O| May 14 15:17:59.870 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 ...
83142026-05-14T15:18:00.537Z[ recovery-image] May 14 15:17:59.870 INFO O| May 14 15:17:59.870 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
83152026-05-14T15:18:00.537Z[ recovery-image] May 14 15:17:59.870 INFO O| May 14 15:17:59.870 INFO ok!
83162026-05-14T15:18:00.537Z[ recovery-image] May 14 15:17:59.870 INFO O| May 14 15:17:59.870 INFO STEP 24 (ensure_file) COMPLETE
83172026-05-14T15:18:00.537Z[ recovery-image] May 14 15:17:59.870 INFO O| May 14 15:17:59.870 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
83182026-05-14T15:18:00.542Z[ recovery-image] May 14 15:17:59.880 INFO O| May 14 15:17:59.880 INFO updating shadow file
83192026-05-14T15:18:00.542Z[ recovery-image] May 14 15:17:59.880 INFO O| May 14 15:17:59.880 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
83202026-05-14T15:18:00.542Z[ recovery-image] May 14 15:17:59.880 INFO O| May 14 15:17:59.880 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
83212026-05-14T15:18:00.542Z[ recovery-image] May 14 15:17:59.880 INFO O| May 14 15:17:59.880 INFO STEP 25 (shadow) COMPLETE
83222026-05-14T15:18:00.542Z[ recovery-image] May 14 15:17:59.880 INFO O| May 14 15:17:59.880 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83232026-05-14T15:18:00.553Z[ recovery-image] May 14 15:17:59.890 INFO O| May 14 15:17:59.890 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
83242026-05-14T15:18:00.553Z[ recovery-image] May 14 15:17:59.890 INFO O| May 14 15:17:59.890 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
83252026-05-14T15:18:00.572Z[ recovery-image] May 14 15:17:59.890 INFO O| May 14 15:17:59.890 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
83262026-05-14T15:18:00.572Z[ recovery-image] May 14 15:17:59.890 INFO O| May 14 15:17:59.890 INFO ok!
83272026-05-14T15:18:00.572Z[ recovery-image] May 14 15:17:59.890 INFO O| May 14 15:17:59.890 INFO STEP 26 (ensure_file) COMPLETE
83282026-05-14T15:18:00.572Z[ recovery-image] May 14 15:17:59.890 INFO O| May 14 15:17:59.890 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83292026-05-14T15:18:00.572Z[ recovery-image] May 14 15:17:59.899 INFO O| May 14 15:17:59.899 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
83302026-05-14T15:18:00.572Z[ recovery-image] May 14 15:17:59.899 INFO O| May 14 15:17:59.899 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
83312026-05-14T15:18:00.572Z[ recovery-image] May 14 15:17:59.899 INFO O| May 14 15:17:59.899 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
83322026-05-14T15:18:00.572Z[ recovery-image] May 14 15:17:59.899 INFO O| May 14 15:17:59.899 INFO ok!
83332026-05-14T15:18:00.572Z[ recovery-image] May 14 15:17:59.899 INFO O| May 14 15:17:59.899 INFO STEP 27 (ensure_file) COMPLETE
83342026-05-14T15:18:00.572Z[ recovery-image] May 14 15:17:59.899 INFO O| May 14 15:17:59.899 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83352026-05-14T15:18:00.576Z[ recovery-image] May 14 15:17:59.910 INFO O| May 14 15:17:59.910 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
83362026-05-14T15:18:00.576Z[ recovery-image] May 14 15:17:59.910 INFO O| May 14 15:17:59.910 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
83372026-05-14T15:18:00.576Z[ recovery-image] May 14 15:17:59.910 INFO O| May 14 15:17:59.910 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
83382026-05-14T15:18:00.576Z[ recovery-image] May 14 15:17:59.910 INFO O| May 14 15:17:59.910 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
83392026-05-14T15:18:00.576Z[ recovery-image] May 14 15:17:59.910 INFO O| May 14 15:17:59.910 INFO ok!
83402026-05-14T15:18:00.576Z[ recovery-image] May 14 15:17:59.910 INFO O| May 14 15:17:59.910 INFO STEP 28 (ensure_file) COMPLETE
83412026-05-14T15:18:00.576Z[ recovery-image] May 14 15:17:59.910 INFO O| May 14 15:17:59.910 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83422026-05-14T15:18:00.580Z[ recovery-image] May 14 15:17:59.920 INFO O| May 14 15:17:59.920 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
83432026-05-14T15:18:00.580Z[ recovery-image] May 14 15:17:59.920 INFO O| May 14 15:17:59.920 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
83442026-05-14T15:18:00.583Z[ recovery-image] May 14 15:17:59.920 INFO O| May 14 15:17:59.920 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
83452026-05-14T15:18:00.583Z[ recovery-image] May 14 15:17:59.920 INFO O| May 14 15:17:59.920 INFO ok!
83462026-05-14T15:18:00.583Z[ recovery-image] May 14 15:17:59.920 INFO O| May 14 15:17:59.920 INFO STEP 29 (ensure_file) COMPLETE
83472026-05-14T15:18:00.583Z[ recovery-image] May 14 15:17:59.920 INFO O| May 14 15:17:59.920 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
83482026-05-14T15:18:00.590Z[ recovery-image] May 14 15:17:59.930 INFO O| May 14 15:17:59.930 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
83492026-05-14T15:18:00.590Z[ recovery-image] May 14 15:17:59.930 INFO O| May 14 15:17:59.930 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
83502026-05-14T15:18:00.590Z[ recovery-image] May 14 15:17:59.930 INFO O| May 14 15:17:59.930 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
83512026-05-14T15:18:00.595Z[ recovery-image] May 14 15:17:59.930 INFO O| May 14 15:17:59.930 INFO STEP 30 (ensure_dir) COMPLETE
83522026-05-14T15:18:00.595Z[ recovery-image] May 14 15:17:59.930 INFO O| May 14 15:17:59.930 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83532026-05-14T15:18:00.603Z[ recovery-image] May 14 15:17:59.939 INFO O| May 14 15:17:59.939 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
83542026-05-14T15:18:00.603Z[ recovery-image] May 14 15:17:59.939 INFO O| May 14 15:17:59.939 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 ...
83552026-05-14T15:18:00.603Z[ recovery-image] May 14 15:17:59.939 INFO O| May 14 15:17:59.939 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
83562026-05-14T15:18:00.607Z[ recovery-image] May 14 15:17:59.939 INFO O| May 14 15:17:59.939 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
83572026-05-14T15:18:00.607Z[ recovery-image] May 14 15:17:59.939 INFO O| May 14 15:17:59.939 INFO ok!
83582026-05-14T15:18:00.607Z[ recovery-image] May 14 15:17:59.939 INFO O| May 14 15:17:59.939 INFO STEP 31 (ensure_file) COMPLETE
83592026-05-14T15:18:00.608Z[ recovery-image] May 14 15:17:59.939 INFO O| May 14 15:17:59.939 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
83602026-05-14T15:18:00.611Z[ recovery-image] May 14 15:17:59.949 INFO O| May 14 15:17:59.949 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
83612026-05-14T15:18:00.611Z[ recovery-image] May 14 15:17:59.949 INFO O| May 14 15:17:59.949 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
83622026-05-14T15:18:00.611Z[ recovery-image] May 14 15:17:59.949 INFO O| May 14 15:17:59.949 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
83632026-05-14T15:18:00.611Z[ recovery-image] May 14 15:17:59.949 INFO O| May 14 15:17:59.949 INFO STEP 32 (ensure_dir) COMPLETE
83642026-05-14T15:18:00.611Z[ recovery-image] May 14 15:17:59.949 INFO O| May 14 15:17:59.949 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83652026-05-14T15:18:00.619Z[ recovery-image] May 14 15:17:59.959 INFO O| May 14 15:17:59.959 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
83662026-05-14T15:18:00.619Z[ recovery-image] May 14 15:17:59.959 INFO O| May 14 15:17:59.959 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml ...
83672026-05-14T15:18:00.619Z[ recovery-image] May 14 15:17:59.959 INFO O| May 14 15:17:59.959 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
83682026-05-14T15:18:00.642Z[ recovery-image] May 14 15:17:59.959 INFO O| May 14 15:17:59.959 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
83692026-05-14T15:18:00.643Z[ recovery-image] May 14 15:17:59.959 INFO O| May 14 15:17:59.959 INFO ok!
83702026-05-14T15:18:00.643Z[ recovery-image] May 14 15:17:59.959 INFO O| May 14 15:17:59.959 INFO STEP 33 (ensure_file) COMPLETE
83712026-05-14T15:18:00.643Z[ recovery-image] May 14 15:17:59.959 INFO O| May 14 15:17:59.959 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83722026-05-14T15:18:00.648Z[ recovery-image] May 14 15:17:59.970 INFO O| May 14 15:17:59.970 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
83732026-05-14T15:18:00.648Z[ recovery-image] May 14 15:17:59.970 INFO O| May 14 15:17:59.970 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
83742026-05-14T15:18:00.648Z[ recovery-image] May 14 15:17:59.970 INFO O| May 14 15:17:59.970 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
83752026-05-14T15:18:00.648Z[ recovery-image] May 14 15:17:59.970 INFO O| May 14 15:17:59.970 INFO ok!
83762026-05-14T15:18:00.648Z[ recovery-image] May 14 15:17:59.970 INFO O| May 14 15:17:59.970 INFO STEP 34 (ensure_file) COMPLETE
83772026-05-14T15:18:00.648Z[ recovery-image] May 14 15:17:59.970 INFO O| May 14 15:17:59.970 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83782026-05-14T15:18:00.648Z[ recovery-image] May 14 15:17:59.979 INFO O| May 14 15:17:59.979 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
83792026-05-14T15:18:00.648Z[ recovery-image] May 14 15:17:59.979 INFO O| May 14 15:17:59.979 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
83802026-05-14T15:18:00.648Z[ recovery-image] May 14 15:17:59.979 INFO O| May 14 15:17:59.979 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
83812026-05-14T15:18:00.649Z[ recovery-image] May 14 15:17:59.979 INFO O| May 14 15:17:59.979 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
83822026-05-14T15:18:00.649Z[ recovery-image] May 14 15:17:59.979 INFO O| May 14 15:17:59.979 INFO ok!
83832026-05-14T15:18:00.649Z[ recovery-image] May 14 15:17:59.979 INFO O| May 14 15:17:59.979 INFO STEP 35 (ensure_file) COMPLETE
83842026-05-14T15:18:00.649Z[ recovery-image] May 14 15:17:59.979 INFO O| May 14 15:17:59.979 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83852026-05-14T15:18:00.656Z[ recovery-image] May 14 15:17:59.989 INFO O| May 14 15:17:59.989 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
83862026-05-14T15:18:00.656Z[ recovery-image] May 14 15:17:59.989 INFO O| May 14 15:17:59.989 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
83872026-05-14T15:18:00.656Z[ recovery-image] May 14 15:17:59.989 INFO O| May 14 15:17:59.989 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
83882026-05-14T15:18:00.656Z[ recovery-image] May 14 15:17:59.989 INFO O| May 14 15:17:59.989 INFO ok!
83892026-05-14T15:18:00.656Z[ recovery-image] May 14 15:17:59.989 INFO O| May 14 15:17:59.989 INFO STEP 36 (ensure_file) COMPLETE
83902026-05-14T15:18:00.656Z[ recovery-image] May 14 15:17:59.989 INFO O| May 14 15:17:59.989 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83912026-05-14T15:18:00.666Z[ recovery-image] May 14 15:17:59.998 INFO O| May 14 15:17:59.998 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
83922026-05-14T15:18:00.666Z[ recovery-image] May 14 15:17:59.998 INFO O| May 14 15:17:59.998 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
83932026-05-14T15:18:00.666Z[ recovery-image] May 14 15:17:59.998 INFO O| May 14 15:17:59.998 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
83942026-05-14T15:18:00.666Z[ recovery-image] May 14 15:17:59.998 INFO O| May 14 15:17:59.998 INFO ok!
83952026-05-14T15:18:00.666Z[ recovery-image] May 14 15:17:59.998 INFO O| May 14 15:17:59.998 INFO STEP 37 (ensure_file) COMPLETE
83962026-05-14T15:18:00.666Z[ recovery-image] May 14 15:17:59.998 INFO O| May 14 15:17:59.998 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83972026-05-14T15:18:00.673Z[ recovery-image] May 14 15:18:00.007 INFO O| May 14 15:18:00.007 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
83982026-05-14T15:18:00.673Z[ recovery-image] May 14 15:18:00.007 INFO O| May 14 15:18:00.007 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
83992026-05-14T15:18:00.673Z[ recovery-image] May 14 15:18:00.007 INFO O| May 14 15:18:00.007 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
84002026-05-14T15:18:00.673Z[ recovery-image] May 14 15:18:00.007 INFO O| May 14 15:18:00.007 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
84012026-05-14T15:18:00.673Z[ recovery-image] May 14 15:18:00.007 INFO O| May 14 15:18:00.007 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
84022026-05-14T15:18:00.673Z[ recovery-image] May 14 15:18:00.007 INFO O| May 14 15:18:00.007 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
84032026-05-14T15:18:00.673Z[ recovery-image] May 14 15:18:00.007 INFO O| May 14 15:18:00.007 INFO ok!
84042026-05-14T15:18:00.673Z[ recovery-image] May 14 15:18:00.007 INFO O| May 14 15:18:00.007 INFO STEP 38 (ensure_file) COMPLETE
84052026-05-14T15:18:00.673Z[ recovery-image] May 14 15:18:00.007 INFO O| May 14 15:18:00.007 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
84062026-05-14T15:18:00.677Z[ recovery-image] May 14 15:18:00.016 INFO O| May 14 15:18:00.016 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
84072026-05-14T15:18:00.677Z[ recovery-image] May 14 15:18:00.016 INFO O| May 14 15:18:00.016 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
84082026-05-14T15:18:00.677Z[ recovery-image] May 14 15:18:00.016 INFO O| May 14 15:18:00.016 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
84092026-05-14T15:18:00.677Z[ recovery-image] May 14 15:18:00.016 INFO O| May 14 15:18:00.016 INFO STEP 39 (ensure_dir) COMPLETE
84102026-05-14T15:18:00.677Z[ recovery-image] May 14 15:18:00.016 INFO O| May 14 15:18:00.016 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
84112026-05-14T15:18:00.687Z[ recovery-image] May 14 15:18:00.025 INFO O| May 14 15:18:00.025 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
84122026-05-14T15:18:00.687Z[ recovery-image] May 14 15:18:00.025 INFO O| May 14 15:18:00.025 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 ...
84132026-05-14T15:18:00.687Z[ recovery-image] May 14 15:18:00.025 INFO O| May 14 15:18:00.025 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
84142026-05-14T15:18:00.693Z[ recovery-image] May 14 15:18:00.025 INFO O| May 14 15:18:00.025 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
84152026-05-14T15:18:00.693Z[ recovery-image] May 14 15:18:00.025 INFO O| May 14 15:18:00.025 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
84162026-05-14T15:18:00.693Z[ recovery-image] May 14 15:18:00.025 INFO O| May 14 15:18:00.025 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
84172026-05-14T15:18:00.693Z[ recovery-image] May 14 15:18:00.025 INFO O| May 14 15:18:00.025 INFO ok!
84182026-05-14T15:18:00.693Z[ recovery-image] May 14 15:18:00.025 INFO O| May 14 15:18:00.025 INFO STEP 40 (ensure_file) COMPLETE
84192026-05-14T15:18:00.693Z[ recovery-image] May 14 15:18:00.025 INFO O| May 14 15:18:00.025 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
84202026-05-14T15:18:00.698Z[ recovery-image] May 14 15:18:00.035 INFO O| May 14 15:18:00.035 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
84212026-05-14T15:18:00.698Z[ recovery-image] May 14 15:18:00.035 INFO O| May 14 15:18:00.035 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 ...
84222026-05-14T15:18:00.698Z[ recovery-image] May 14 15:18:00.035 INFO O| May 14 15:18:00.035 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
84232026-05-14T15:18:00.698Z[ recovery-image] May 14 15:18:00.035 INFO O| May 14 15:18:00.035 INFO ok!
84242026-05-14T15:18:00.699Z[ recovery-image] May 14 15:18:00.035 INFO O| May 14 15:18:00.035 INFO STEP 41 (ensure_symlink) COMPLETE
84252026-05-14T15:18:00.699Z[ recovery-image] May 14 15:18:00.035 INFO O| May 14 15:18:00.035 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
84262026-05-14T15:18:00.717Z[ recovery-image] May 14 15:18:00.056 INFO O| May 14 15:18:00.056 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
84272026-05-14T15:18:00.717Z[ recovery-image] May 14 15:18:00.056 INFO O| May 14 15:18:00.056 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
84282026-05-14T15:18:00.717Z[ recovery-image] May 14 15:18:00.056 INFO O| May 14 15:18:00.056 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
84292026-05-14T15:18:00.721Z[ recovery-image] May 14 15:18:00.056 INFO O| May 14 15:18:00.056 INFO ok!
84302026-05-14T15:18:00.721Z[ recovery-image] May 14 15:18:00.056 INFO O| May 14 15:18:00.056 INFO STEP 42 (ensure_symlink) COMPLETE
84312026-05-14T15:18:00.721Z[ recovery-image] May 14 15:18:00.056 INFO O| May 14 15:18:00.056 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84322026-05-14T15:18:00.727Z[ recovery-image] May 14 15:18:00.067 INFO O| May 14 15:18:00.067 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
84332026-05-14T15:18:00.727Z[ recovery-image] May 14 15:18:00.067 INFO O| May 14 15:18:00.067 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
84342026-05-14T15:18:00.731Z[ recovery-image] May 14 15:18:00.067 INFO O| May 14 15:18:00.067 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
84352026-05-14T15:18:00.731Z[ recovery-image] May 14 15:18:00.067 INFO O| May 14 15:18:00.067 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
84362026-05-14T15:18:00.731Z[ recovery-image] May 14 15:18:00.067 INFO O| May 14 15:18:00.067 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
84372026-05-14T15:18:00.731Z[ recovery-image] May 14 15:18:00.067 INFO O| May 14 15:18:00.067 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
84382026-05-14T15:18:00.731Z[ recovery-image] May 14 15:18:00.067 INFO O| May 14 15:18:00.067 INFO ok!
84392026-05-14T15:18:00.732Z[ recovery-image] May 14 15:18:00.067 INFO O| May 14 15:18:00.067 INFO STEP 43 (ensure_file) COMPLETE
84402026-05-14T15:18:00.732Z[ recovery-image] May 14 15:18:00.067 INFO O| May 14 15:18:00.067 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84412026-05-14T15:18:00.737Z[ recovery-image] May 14 15:18:00.076 INFO O| May 14 15:18:00.076 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
84422026-05-14T15:18:00.737Z[ recovery-image] May 14 15:18:00.076 INFO O| May 14 15:18:00.076 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 ...
84432026-05-14T15:18:00.747Z[ recovery-image] May 14 15:18:00.076 INFO O| May 14 15:18:00.076 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
84442026-05-14T15:18:00.747Z[ recovery-image] May 14 15:18:00.076 INFO O| May 14 15:18:00.076 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
84452026-05-14T15:18:00.747Z[ recovery-image] May 14 15:18:00.076 INFO O| May 14 15:18:00.076 INFO ok!
84462026-05-14T15:18:00.747Z[ recovery-image] May 14 15:18:00.076 INFO O| May 14 15:18:00.076 INFO STEP 44 (ensure_file) COMPLETE
84472026-05-14T15:18:00.747Z[ recovery-image] May 14 15:18:00.076 INFO O| May 14 15:18:00.076 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84482026-05-14T15:18:00.753Z[ recovery-image] May 14 15:18:00.086 INFO O| May 14 15:18:00.086 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
84492026-05-14T15:18:00.753Z[ recovery-image] May 14 15:18:00.086 INFO O| May 14 15:18:00.086 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
84502026-05-14T15:18:00.753Z[ recovery-image] May 14 15:18:00.086 INFO O| May 14 15:18:00.086 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
84512026-05-14T15:18:00.753Z[ recovery-image] May 14 15:18:00.086 INFO O| May 14 15:18:00.086 INFO ok!
84522026-05-14T15:18:00.753Z[ recovery-image] May 14 15:18:00.086 INFO O| May 14 15:18:00.086 INFO STEP 45 (ensure_file) COMPLETE
84532026-05-14T15:18:00.754Z[ recovery-image] May 14 15:18:00.086 INFO O| May 14 15:18:00.086 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
84542026-05-14T15:18:00.760Z[ recovery-image] May 14 15:18:00.098 INFO O| May 14 15:18:00.098 INFO updating shadow file
84552026-05-14T15:18:00.760Z[ recovery-image] May 14 15:18:00.099 INFO O| May 14 15:18:00.099 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
84562026-05-14T15:18:00.760Z[ recovery-image] May 14 15:18:00.099 INFO O| May 14 15:18:00.099 INFO STEP 46 (shadow) COMPLETE
84572026-05-14T15:18:00.766Z[ recovery-image] May 14 15:18:00.099 INFO O| May 14 15:18:00.099 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
84582026-05-14T15:18:00.772Z[ recovery-image] May 14 15:18:00.111 INFO O| May 14 15:18:00.111 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
84592026-05-14T15:18:00.773Z[ recovery-image] May 14 15:18:00.111 INFO O| May 14 15:18:00.111 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
84602026-05-14T15:18:00.778Z[ recovery-image] May 14 15:18:00.111 INFO O| May 14 15:18:00.111 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
84612026-05-14T15:18:00.778Z[ recovery-image] May 14 15:18:00.111 INFO O| May 14 15:18:00.111 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
84622026-05-14T15:18:00.778Z[ recovery-image] May 14 15:18:00.111 INFO O| May 14 15:18:00.111 INFO ok!
84632026-05-14T15:18:00.778Z[ recovery-image] May 14 15:18:00.111 INFO O| May 14 15:18:00.111 INFO STEP 47 (ensure_file) COMPLETE
84642026-05-14T15:18:00.778Z[ recovery-image] May 14 15:18:00.111 INFO O| May 14 15:18:00.111 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84652026-05-14T15:18:00.783Z[ recovery-image] May 14 15:18:00.120 INFO O| May 14 15:18:00.120 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
84662026-05-14T15:18:00.783Z[ recovery-image] May 14 15:18:00.120 INFO O| May 14 15:18:00.120 INFO STEP 48 (ensure_dir) COMPLETE
84672026-05-14T15:18:00.784Z[ recovery-image] May 14 15:18:00.120 INFO O| May 14 15:18:00.120 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84682026-05-14T15:18:00.788Z[ recovery-image] May 14 15:18:00.128 INFO O| May 14 15:18:00.128 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
84692026-05-14T15:18:00.789Z[ recovery-image] May 14 15:18:00.128 INFO O| May 14 15:18:00.128 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
84702026-05-14T15:18:00.789Z[ recovery-image] May 14 15:18:00.128 INFO O| May 14 15:18:00.128 INFO STEP 49 (ensure_dir) COMPLETE
84712026-05-14T15:18:00.792Z[ recovery-image] May 14 15:18:00.128 INFO O| May 14 15:18:00.128 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84722026-05-14T15:18:00.797Z[ recovery-image] May 14 15:18:00.136 INFO O| May 14 15:18:00.136 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
84732026-05-14T15:18:00.798Z[ recovery-image] May 14 15:18:00.136 INFO O| May 14 15:18:00.136 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
84742026-05-14T15:18:00.798Z[ recovery-image] May 14 15:18:00.136 INFO O| May 14 15:18:00.136 INFO STEP 50 (ensure_dir) COMPLETE
84752026-05-14T15:18:00.798Z[ recovery-image] May 14 15:18:00.136 INFO O| May 14 15:18:00.136 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84762026-05-14T15:18:00.809Z[ recovery-image] May 14 15:18:00.144 INFO O| May 14 15:18:00.144 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
84772026-05-14T15:18:00.809Z[ recovery-image] May 14 15:18:00.144 INFO O| May 14 15:18:00.144 INFO copying /tmp/.tmp2Zpu7x/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
84782026-05-14T15:18:00.839Z[ recovery-image] May 14 15:18:00.177 INFO O| May 14 15:18:00.177 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
84792026-05-14T15:18:00.839Z[ recovery-image] May 14 15:18:00.177 INFO O| May 14 15:18:00.177 INFO ok!
84802026-05-14T15:18:00.839Z[ recovery-image] May 14 15:18:00.177 INFO O| May 14 15:18:00.177 INFO STEP 51 (ensure_file) COMPLETE
84812026-05-14T15:18:00.845Z[ recovery-image] May 14 15:18:00.177 INFO O| May 14 15:18:00.177 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84822026-05-14T15:18:00.849Z[ recovery-image] May 14 15:18:00.186 INFO O| May 14 15:18:00.186 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
84832026-05-14T15:18:00.849Z[ recovery-image] May 14 15:18:00.186 INFO O| May 14 15:18:00.186 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
84842026-05-14T15:18:00.849Z[ recovery-image] May 14 15:18:00.186 INFO O| May 14 15:18:00.186 INFO STEP 52 (ensure_dir) COMPLETE
84852026-05-14T15:18:00.849Z[ recovery-image] May 14 15:18:00.186 INFO O| May 14 15:18:00.186 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84862026-05-14T15:18:00.855Z[ recovery-image] May 14 15:18:00.194 INFO O| May 14 15:18:00.194 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
84872026-05-14T15:18:00.856Z[ recovery-image] May 14 15:18:00.194 INFO O| May 14 15:18:00.194 INFO copying /tmp/.tmp2Zpu7x/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
84882026-05-14T15:18:00.856Z[ recovery-image] May 14 15:18:00.194 INFO O| May 14 15:18:00.194 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
84892026-05-14T15:18:00.856Z[ recovery-image] May 14 15:18:00.194 INFO O| May 14 15:18:00.194 INFO ok!
84902026-05-14T15:18:00.856Z[ recovery-image] May 14 15:18:00.194 INFO O| May 14 15:18:00.194 INFO STEP 53 (ensure_file) COMPLETE
84912026-05-14T15:18:00.856Z[ recovery-image] May 14 15:18:00.194 INFO O| May 14 15:18:00.194 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84922026-05-14T15:18:00.862Z[ recovery-image] May 14 15:18:00.202 INFO O| May 14 15:18:00.202 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
84932026-05-14T15:18:00.862Z[ recovery-image] May 14 15:18:00.202 INFO O| May 14 15:18:00.202 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
84942026-05-14T15:18:00.862Z[ recovery-image] May 14 15:18:00.202 INFO O| May 14 15:18:00.202 INFO STEP 54 (ensure_dir) COMPLETE
84952026-05-14T15:18:00.868Z[ recovery-image] May 14 15:18:00.202 INFO O| May 14 15:18:00.202 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84962026-05-14T15:18:00.874Z[ recovery-image] May 14 15:18:00.210 INFO O| May 14 15:18:00.210 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
84972026-05-14T15:18:00.874Z[ recovery-image] May 14 15:18:00.210 INFO O| May 14 15:18:00.210 INFO copying /tmp/.tmp2Zpu7x/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
84982026-05-14T15:18:02.887Z[ recovery-image] May 14 15:18:02.225 INFO O| May 14 15:18:02.225 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
84992026-05-14T15:18:02.887Z[ recovery-image] May 14 15:18:02.225 INFO O| May 14 15:18:02.225 INFO ok!
85002026-05-14T15:18:02.899Z[ recovery-image] May 14 15:18:02.225 INFO O| May 14 15:18:02.225 INFO STEP 55 (ensure_file) COMPLETE
85012026-05-14T15:18:02.899Z[ recovery-image] May 14 15:18:02.225 INFO O| May 14 15:18:02.225 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85022026-05-14T15:18:02.899Z[ recovery-image] May 14 15:18:02.235 INFO O| May 14 15:18:02.235 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
85032026-05-14T15:18:02.899Z[ recovery-image] May 14 15:18:02.235 INFO O| May 14 15:18:02.235 INFO copying /tmp/.tmp2Zpu7x/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
85042026-05-14T15:18:02.912Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
85052026-05-14T15:18:04.825Z[ recovery-image] May 14 15:18:04.164 INFO O| May 14 15:18:04.164 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
85062026-05-14T15:18:04.826Z[ recovery-image] May 14 15:18:04.164 INFO O| May 14 15:18:04.164 INFO ok!
85072026-05-14T15:18:04.832Z[ recovery-image] May 14 15:18:04.164 INFO O| May 14 15:18:04.164 INFO STEP 56 (ensure_file) COMPLETE
85082026-05-14T15:18:04.833Z[ recovery-image] May 14 15:18:04.164 INFO O| May 14 15:18:04.164 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85092026-05-14T15:18:04.840Z[ recovery-image] May 14 15:18:04.174 INFO O| May 14 15:18:04.174 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
85102026-05-14T15:18:04.840Z[ recovery-image] May 14 15:18:04.174 INFO O| May 14 15:18:04.174 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
85112026-05-14T15:18:04.840Z[ recovery-image] May 14 15:18:04.174 INFO O| May 14 15:18:04.174 INFO STEP 57 (ensure_dir) COMPLETE
85122026-05-14T15:18:04.840Z[ recovery-image] May 14 15:18:04.174 INFO O| May 14 15:18:04.174 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85132026-05-14T15:18:04.844Z[ recovery-image] May 14 15:18:04.184 INFO O| May 14 15:18:04.183 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
85142026-05-14T15:18:04.844Z[ recovery-image] May 14 15:18:04.184 INFO O| May 14 15:18:04.183 INFO copying /tmp/.tmp2Zpu7x/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 ...
85152026-05-14T15:18:04.845Z[ recovery-image] May 14 15:18:04.184 INFO O| May 14 15:18:04.184 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
85162026-05-14T15:18:04.845Z[ recovery-image] May 14 15:18:04.184 INFO O| May 14 15:18:04.184 INFO ok!
85172026-05-14T15:18:04.845Z[ recovery-image] May 14 15:18:04.184 INFO O| May 14 15:18:04.184 INFO STEP 58 (ensure_file) COMPLETE
85182026-05-14T15:18:04.845Z[ recovery-image] May 14 15:18:04.184 INFO O| May 14 15:18:04.184 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85192026-05-14T15:18:04.855Z[ recovery-image] May 14 15:18:04.194 INFO O| May 14 15:18:04.194 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
85202026-05-14T15:18:04.855Z[ recovery-image] May 14 15:18:04.195 INFO O| May 14 15:18:04.194 INFO copying /tmp/.tmp2Zpu7x/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 ...
85212026-05-14T15:18:04.855Z[ recovery-image] May 14 15:18:04.195 INFO O| May 14 15:18:04.195 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
85222026-05-14T15:18:04.861Z[ recovery-image] May 14 15:18:04.195 INFO O| May 14 15:18:04.195 INFO ok!
85232026-05-14T15:18:04.862Z[ recovery-image] May 14 15:18:04.195 INFO O| May 14 15:18:04.195 INFO STEP 59 (ensure_file) COMPLETE
85242026-05-14T15:18:04.862Z[ recovery-image] May 14 15:18:04.195 INFO O| May 14 15:18:04.195 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85252026-05-14T15:18:04.866Z[ recovery-image] May 14 15:18:04.204 INFO O| May 14 15:18:04.204 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
85262026-05-14T15:18:04.866Z[ recovery-image] May 14 15:18:04.204 INFO O| May 14 15:18:04.204 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
85272026-05-14T15:18:04.866Z[ recovery-image] May 14 15:18:04.204 INFO O| May 14 15:18:04.204 INFO STEP 60 (ensure_dir) COMPLETE
85282026-05-14T15:18:04.866Z[ recovery-image] May 14 15:18:04.204 INFO O| May 14 15:18:04.204 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85292026-05-14T15:18:04.882Z[ recovery-image] May 14 15:18:04.213 INFO O| May 14 15:18:04.213 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
85302026-05-14T15:18:04.882Z[ recovery-image] May 14 15:18:04.213 INFO O| May 14 15:18:04.213 INFO copying /tmp/.tmp2Zpu7x/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 ...
85312026-05-14T15:18:04.882Z[ recovery-image] May 14 15:18:04.213 INFO O| May 14 15:18:04.213 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
85322026-05-14T15:18:04.894Z[ recovery-image] May 14 15:18:04.213 INFO O| May 14 15:18:04.213 INFO ok!
85332026-05-14T15:18:04.894Z[ recovery-image] May 14 15:18:04.213 INFO O| May 14 15:18:04.213 INFO STEP 61 (ensure_file) COMPLETE
85342026-05-14T15:18:04.894Z[ recovery-image] May 14 15:18:04.213 INFO O| May 14 15:18:04.213 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85352026-05-14T15:18:04.894Z[ recovery-image] May 14 15:18:04.223 INFO O| May 14 15:18:04.222 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
85362026-05-14T15:18:04.894Z[ recovery-image] May 14 15:18:04.223 INFO O| May 14 15:18:04.223 INFO copying /tmp/.tmp2Zpu7x/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 ...
85372026-05-14T15:18:04.894Z[ recovery-image] May 14 15:18:04.223 INFO O| May 14 15:18:04.223 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
85382026-05-14T15:18:04.894Z[ recovery-image] May 14 15:18:04.223 INFO O| May 14 15:18:04.223 INFO ok!
85392026-05-14T15:18:04.894Z[ recovery-image] May 14 15:18:04.223 INFO O| May 14 15:18:04.223 INFO STEP 62 (ensure_file) COMPLETE
85402026-05-14T15:18:04.894Z[ recovery-image] May 14 15:18:04.223 INFO O| May 14 15:18:04.223 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85412026-05-14T15:18:04.900Z[ recovery-image] May 14 15:18:04.231 INFO O| May 14 15:18:04.231 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
85422026-05-14T15:18:04.901Z[ recovery-image] May 14 15:18:04.231 INFO O| May 14 15:18:04.231 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
85432026-05-14T15:18:04.901Z[ recovery-image] May 14 15:18:04.231 INFO O| May 14 15:18:04.231 INFO STEP 63 (ensure_dir) COMPLETE
85442026-05-14T15:18:04.901Z[ recovery-image] May 14 15:18:04.231 INFO O| May 14 15:18:04.231 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85452026-05-14T15:18:04.905Z[ recovery-image] May 14 15:18:04.239 INFO O| May 14 15:18:04.239 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
85462026-05-14T15:18:04.905Z[ recovery-image] May 14 15:18:04.239 INFO O| May 14 15:18:04.239 INFO copying /tmp/.tmp2Zpu7x/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 ...
85472026-05-14T15:18:04.905Z[ recovery-image] May 14 15:18:04.239 INFO O| May 14 15:18:04.239 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
85482026-05-14T15:18:04.905Z[ recovery-image] May 14 15:18:04.239 INFO O| May 14 15:18:04.239 INFO ok!
85492026-05-14T15:18:04.905Z[ recovery-image] May 14 15:18:04.239 INFO O| May 14 15:18:04.239 INFO STEP 64 (ensure_file) COMPLETE
85502026-05-14T15:18:04.905Z[ recovery-image] May 14 15:18:04.239 INFO O| May 14 15:18:04.239 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85512026-05-14T15:18:04.923Z[ recovery-image] May 14 15:18:04.247 INFO O| May 14 15:18:04.247 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
85522026-05-14T15:18:04.923Z[ recovery-image] May 14 15:18:04.247 INFO O| May 14 15:18:04.247 INFO copying /tmp/.tmp2Zpu7x/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
85532026-05-14T15:18:04.923Z[ recovery-image] May 14 15:18:04.247 INFO O| May 14 15:18:04.247 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
85542026-05-14T15:18:04.923Z[ recovery-image] May 14 15:18:04.247 INFO O| May 14 15:18:04.247 INFO ok!
85552026-05-14T15:18:04.923Z[ recovery-image] May 14 15:18:04.248 INFO O| May 14 15:18:04.247 INFO STEP 65 (ensure_file) COMPLETE
85562026-05-14T15:18:04.923Z[ recovery-image] May 14 15:18:04.248 INFO O| May 14 15:18:04.248 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85572026-05-14T15:18:04.923Z[ recovery-image] May 14 15:18:04.255 INFO O| May 14 15:18:04.255 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
85582026-05-14T15:18:04.923Z[ recovery-image] May 14 15:18:04.255 INFO O| May 14 15:18:04.255 INFO STEP 66 (ensure_dir) COMPLETE
85592026-05-14T15:18:04.923Z[ recovery-image] May 14 15:18:04.255 INFO O| May 14 15:18:04.255 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85602026-05-14T15:18:04.927Z[ recovery-image] May 14 15:18:04.263 INFO O| May 14 15:18:04.263 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
85612026-05-14T15:18:04.927Z[ recovery-image] May 14 15:18:04.263 INFO O| May 14 15:18:04.263 INFO STEP 67 (ensure_dir) COMPLETE
85622026-05-14T15:18:04.927Z[ recovery-image] May 14 15:18:04.263 INFO O| May 14 15:18:04.263 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85632026-05-14T15:18:04.933Z[ recovery-image] May 14 15:18:04.271 INFO O| May 14 15:18:04.270 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
85642026-05-14T15:18:04.934Z[ recovery-image] May 14 15:18:04.271 INFO O| May 14 15:18:04.270 INFO STEP 68 (ensure_dir) COMPLETE
85652026-05-14T15:18:04.934Z[ recovery-image] May 14 15:18:04.271 INFO O| May 14 15:18:04.270 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85662026-05-14T15:18:04.941Z[ recovery-image] May 14 15:18:04.279 INFO O| May 14 15:18:04.279 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
85672026-05-14T15:18:04.941Z[ recovery-image] May 14 15:18:04.279 INFO O| May 14 15:18:04.279 INFO STEP 69 (ensure_dir) COMPLETE
85682026-05-14T15:18:04.945Z[ recovery-image] May 14 15:18:04.279 INFO O| May 14 15:18:04.279 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85692026-05-14T15:18:04.949Z[ recovery-image] May 14 15:18:04.287 INFO O| May 14 15:18:04.287 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
85702026-05-14T15:18:04.949Z[ recovery-image] May 14 15:18:04.287 INFO O| May 14 15:18:04.287 INFO copying /tmp/.tmp2Zpu7x/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
85712026-05-14T15:18:04.949Z[ recovery-image] May 14 15:18:04.287 INFO O| May 14 15:18:04.287 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
85722026-05-14T15:18:04.949Z[ recovery-image] May 14 15:18:04.287 INFO O| May 14 15:18:04.287 INFO ok!
85732026-05-14T15:18:04.949Z[ recovery-image] May 14 15:18:04.287 INFO O| May 14 15:18:04.287 INFO STEP 70 (ensure_file) COMPLETE
85742026-05-14T15:18:04.949Z[ recovery-image] May 14 15:18:04.287 INFO O| May 14 15:18:04.287 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85752026-05-14T15:18:04.954Z[ recovery-image] May 14 15:18:04.294 INFO O| May 14 15:18:04.294 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
85762026-05-14T15:18:04.958Z[ recovery-image] May 14 15:18:04.294 INFO O| May 14 15:18:04.294 INFO STEP 71 (remove_files) COMPLETE
85772026-05-14T15:18:04.958Z[ recovery-image] May 14 15:18:04.294 INFO O| May 14 15:18:04.294 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85782026-05-14T15:18:04.964Z[ recovery-image] May 14 15:18:04.301 INFO O| May 14 15:18:04.301 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
85792026-05-14T15:18:04.964Z[ recovery-image] May 14 15:18:04.302 INFO O| May 14 15:18:04.302 INFO STEP 72 (remove_files) COMPLETE
85802026-05-14T15:18:04.964Z[ recovery-image] May 14 15:18:04.302 INFO O| May 14 15:18:04.302 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85812026-05-14T15:18:04.973Z[ recovery-image] May 14 15:18:04.312 INFO O| May 14 15:18:04.312 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
85822026-05-14T15:18:04.973Z[ recovery-image] May 14 15:18:04.312 INFO O| May 14 15:18:04.312 INFO STEP 73 (remove_files) COMPLETE
85832026-05-14T15:18:04.973Z[ recovery-image] May 14 15:18:04.312 INFO O| May 14 15:18:04.312 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85842026-05-14T15:18:04.984Z[ recovery-image] May 14 15:18:04.320 INFO O| May 14 15:18:04.320 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
85852026-05-14T15:18:04.984Z[ recovery-image] May 14 15:18:04.320 INFO O| May 14 15:18:04.320 INFO STEP 74 (remove_files) COMPLETE
85862026-05-14T15:18:04.988Z[ recovery-image] May 14 15:18:04.320 INFO O| May 14 15:18:04.320 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85872026-05-14T15:18:04.992Z[ recovery-image] May 14 15:18:04.329 INFO O| May 14 15:18:04.329 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
85882026-05-14T15:18:04.992Z[ recovery-image] May 14 15:18:04.329 INFO O| May 14 15:18:04.329 INFO STEP 75 (remove_files) COMPLETE
85892026-05-14T15:18:04.992Z[ recovery-image] May 14 15:18:04.329 INFO O| May 14 15:18:04.329 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85902026-05-14T15:18:04.998Z[ recovery-image] May 14 15:18:04.338 INFO O| May 14 15:18:04.338 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
85912026-05-14T15:18:04.998Z[ recovery-image] May 14 15:18:04.338 INFO O| May 14 15:18:04.338 INFO STEP 76 (remove_files) COMPLETE
85922026-05-14T15:18:05.005Z[ recovery-image] May 14 15:18:04.338 INFO O| May 14 15:18:04.338 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85932026-05-14T15:18:05.009Z[ recovery-image] May 14 15:18:04.347 INFO O| May 14 15:18:04.347 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
85942026-05-14T15:18:05.009Z[ recovery-image] May 14 15:18:04.348 INFO O| May 14 15:18:04.348 INFO STEP 77 (remove_files) COMPLETE
85952026-05-14T15:18:05.009Z[ recovery-image] May 14 15:18:04.348 INFO O| May 14 15:18:04.348 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85962026-05-14T15:18:05.019Z[ recovery-image] May 14 15:18:04.357 INFO O| May 14 15:18:04.357 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
85972026-05-14T15:18:05.019Z[ recovery-image] May 14 15:18:04.357 INFO O| May 14 15:18:04.357 INFO STEP 78 (remove_files) COMPLETE
85982026-05-14T15:18:05.023Z[ recovery-image] May 14 15:18:04.357 INFO O| May 14 15:18:04.357 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85992026-05-14T15:18:05.026Z[ recovery-image] May 14 15:18:04.365 INFO O| May 14 15:18:04.365 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
86002026-05-14T15:18:05.026Z[ recovery-image] May 14 15:18:04.365 INFO O| May 14 15:18:04.365 INFO STEP 79 (remove_files) COMPLETE
86012026-05-14T15:18:05.026Z[ recovery-image] May 14 15:18:04.365 INFO O| May 14 15:18:04.365 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86022026-05-14T15:18:05.035Z[ recovery-image] May 14 15:18:04.375 INFO O| May 14 15:18:04.375 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
86032026-05-14T15:18:05.035Z[ recovery-image] May 14 15:18:04.375 INFO O| May 14 15:18:04.375 INFO STEP 80 (remove_files) COMPLETE
86042026-05-14T15:18:05.035Z[ recovery-image] May 14 15:18:04.375 INFO O| May 14 15:18:04.375 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86052026-05-14T15:18:05.044Z[ recovery-image] May 14 15:18:04.384 INFO O| May 14 15:18:04.384 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
86062026-05-14T15:18:05.044Z[ recovery-image] May 14 15:18:04.384 INFO O| May 14 15:18:04.384 INFO STEP 81 (remove_files) COMPLETE
86072026-05-14T15:18:05.045Z[ recovery-image] May 14 15:18:04.384 INFO O| May 14 15:18:04.384 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86082026-05-14T15:18:05.059Z[ recovery-image] May 14 15:18:04.393 INFO O| May 14 15:18:04.393 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
86092026-05-14T15:18:05.059Z[ recovery-image] May 14 15:18:04.393 INFO O| May 14 15:18:04.393 INFO STEP 82 (remove_files) COMPLETE
86102026-05-14T15:18:05.059Z[ recovery-image] May 14 15:18:04.393 INFO O| May 14 15:18:04.393 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86112026-05-14T15:18:05.064Z[ recovery-image] May 14 15:18:04.402 INFO O| May 14 15:18:04.402 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
86122026-05-14T15:18:05.064Z[ recovery-image] May 14 15:18:04.402 INFO O| May 14 15:18:04.402 INFO STEP 83 (remove_files) COMPLETE
86132026-05-14T15:18:05.065Z[ recovery-image] May 14 15:18:04.402 INFO O| May 14 15:18:04.402 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86142026-05-14T15:18:05.071Z[ recovery-image] May 14 15:18:04.410 INFO O| May 14 15:18:04.410 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
86152026-05-14T15:18:05.071Z[ recovery-image] May 14 15:18:04.410 INFO O| May 14 15:18:04.410 INFO STEP 84 (remove_files) COMPLETE
86162026-05-14T15:18:05.076Z[ recovery-image] May 14 15:18:04.410 INFO O| May 14 15:18:04.410 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86172026-05-14T15:18:05.080Z[ recovery-image] May 14 15:18:04.418 INFO O| May 14 15:18:04.418 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
86182026-05-14T15:18:05.081Z[ recovery-image] May 14 15:18:04.418 INFO O| May 14 15:18:04.418 INFO STEP 85 (remove_files) COMPLETE
86192026-05-14T15:18:05.081Z[ recovery-image] May 14 15:18:04.418 INFO O| May 14 15:18:04.418 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86202026-05-14T15:18:05.087Z[ recovery-image] May 14 15:18:04.427 INFO O| May 14 15:18:04.427 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
86212026-05-14T15:18:05.088Z[ recovery-image] May 14 15:18:04.427 INFO O| May 14 15:18:04.427 INFO STEP 86 (remove_files) COMPLETE
86222026-05-14T15:18:05.093Z[ recovery-image] May 14 15:18:04.427 INFO O| May 14 15:18:04.427 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86232026-05-14T15:18:05.097Z[ recovery-image] May 14 15:18:04.437 INFO O| May 14 15:18:04.436 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
86242026-05-14T15:18:05.097Z[ recovery-image] May 14 15:18:04.437 INFO O| May 14 15:18:04.437 INFO STEP 87 (remove_files) COMPLETE
86252026-05-14T15:18:05.097Z[ recovery-image] May 14 15:18:04.437 INFO O| May 14 15:18:04.437 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86262026-05-14T15:18:05.107Z[ recovery-image] May 14 15:18:04.446 INFO O| May 14 15:18:04.445 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
86272026-05-14T15:18:05.107Z[ recovery-image] May 14 15:18:04.446 INFO O| May 14 15:18:04.446 INFO STEP 88 (remove_files) COMPLETE
86282026-05-14T15:18:05.111Z[ recovery-image] May 14 15:18:04.446 INFO O| May 14 15:18:04.446 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86292026-05-14T15:18:05.116Z[ recovery-image] May 14 15:18:04.453 INFO O| May 14 15:18:04.453 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
86302026-05-14T15:18:05.116Z[ recovery-image] May 14 15:18:04.454 INFO O| May 14 15:18:04.454 INFO STEP 89 (remove_files) COMPLETE
86312026-05-14T15:18:05.116Z[ recovery-image] May 14 15:18:04.454 INFO O| May 14 15:18:04.454 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86322026-05-14T15:18:05.121Z[ recovery-image] May 14 15:18:04.461 INFO O| May 14 15:18:04.461 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
86332026-05-14T15:18:05.121Z[ recovery-image] May 14 15:18:04.461 INFO O| May 14 15:18:04.461 INFO STEP 90 (remove_files) COMPLETE
86342026-05-14T15:18:05.125Z[ recovery-image] May 14 15:18:04.461 INFO O| May 14 15:18:04.461 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86352026-05-14T15:18:05.129Z[ recovery-image] May 14 15:18:04.469 INFO O| May 14 15:18:04.469 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
86362026-05-14T15:18:05.129Z[ recovery-image] May 14 15:18:04.469 INFO O| May 14 15:18:04.469 INFO STEP 91 (remove_files) COMPLETE
86372026-05-14T15:18:05.135Z[ recovery-image] May 14 15:18:04.469 INFO O| May 14 15:18:04.469 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86382026-05-14T15:18:05.142Z[ recovery-image] May 14 15:18:04.477 INFO O| May 14 15:18:04.477 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
86392026-05-14T15:18:05.142Z[ recovery-image] May 14 15:18:04.477 INFO O| May 14 15:18:04.477 INFO STEP 92 (remove_files) COMPLETE
86402026-05-14T15:18:05.142Z[ recovery-image] May 14 15:18:04.477 INFO O| May 14 15:18:04.477 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86412026-05-14T15:18:05.147Z[ recovery-image] May 14 15:18:04.485 INFO O| May 14 15:18:04.485 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
86422026-05-14T15:18:05.147Z[ recovery-image] May 14 15:18:04.485 INFO O| May 14 15:18:04.485 INFO STEP 93 (remove_files) COMPLETE
86432026-05-14T15:18:05.147Z[ recovery-image] May 14 15:18:04.485 INFO O| May 14 15:18:04.485 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86442026-05-14T15:18:05.157Z[ recovery-image] May 14 15:18:04.493 INFO O| May 14 15:18:04.493 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
86452026-05-14T15:18:05.157Z[ recovery-image] May 14 15:18:04.493 INFO O| May 14 15:18:04.493 INFO STEP 94 (remove_files) COMPLETE
86462026-05-14T15:18:05.157Z[ recovery-image] May 14 15:18:04.493 INFO O| May 14 15:18:04.493 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86472026-05-14T15:18:05.162Z[ recovery-image] May 14 15:18:04.502 INFO O| May 14 15:18:04.501 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
86482026-05-14T15:18:05.162Z[ recovery-image] May 14 15:18:04.502 INFO O| May 14 15:18:04.502 INFO STEP 95 (remove_files) COMPLETE
86492026-05-14T15:18:05.168Z[ recovery-image] May 14 15:18:04.502 INFO O| May 14 15:18:04.502 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86502026-05-14T15:18:05.174Z[ recovery-image] May 14 15:18:04.509 INFO O| May 14 15:18:04.509 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
86512026-05-14T15:18:05.174Z[ recovery-image] May 14 15:18:04.509 INFO O| May 14 15:18:04.509 INFO STEP 96 (remove_files) COMPLETE
86522026-05-14T15:18:05.174Z[ recovery-image] May 14 15:18:04.510 INFO O| May 14 15:18:04.509 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86532026-05-14T15:18:05.179Z[ recovery-image] May 14 15:18:04.518 INFO O| May 14 15:18:04.517 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
86542026-05-14T15:18:05.179Z[ recovery-image] May 14 15:18:04.518 INFO O| May 14 15:18:04.518 INFO STEP 97 (remove_files) COMPLETE
86552026-05-14T15:18:05.179Z[ recovery-image] May 14 15:18:04.518 INFO O| May 14 15:18:04.518 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86562026-05-14T15:18:05.187Z[ recovery-image] May 14 15:18:04.526 INFO O| May 14 15:18:04.526 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
86572026-05-14T15:18:05.187Z[ recovery-image] May 14 15:18:04.526 INFO O| May 14 15:18:04.526 INFO STEP 98 (remove_files) COMPLETE
86582026-05-14T15:18:05.191Z[ recovery-image] May 14 15:18:04.526 INFO O| May 14 15:18:04.526 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86592026-05-14T15:18:05.194Z[ recovery-image] May 14 15:18:04.534 INFO O| May 14 15:18:04.534 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
86602026-05-14T15:18:05.194Z[ recovery-image] May 14 15:18:04.534 INFO O| May 14 15:18:04.534 INFO STEP 99 (remove_files) COMPLETE
86612026-05-14T15:18:05.197Z[ recovery-image] May 14 15:18:04.534 INFO O| May 14 15:18:04.534 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86622026-05-14T15:18:05.207Z[ recovery-image] May 14 15:18:04.546 INFO O| May 14 15:18:04.546 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
86632026-05-14T15:18:05.207Z[ recovery-image] May 14 15:18:04.546 INFO O| May 14 15:18:04.546 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"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", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
86642026-05-14T15:18:10.053Z[ recovery-image] May 14 15:18:09.392 INFO O| May 14 15:18:09.392 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
86652026-05-14T15:18:10.053Z[ recovery-image] May 14 15:18:09.392 INFO O| May 14 15:18:09.392 INFO E| svccfg: Loaded 68 smf(7) service descriptions
86662026-05-14T15:18:10.064Z[ recovery-image] May 14 15:18:09.403 INFO O| May 14 15:18:09.402 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_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"}
86672026-05-14T15:18:10.162Z[ recovery-image] May 14 15:18:09.502 INFO O| May 14 15:18:09.502 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
86682026-05-14T15:18:10.216Z[ recovery-image] May 14 15:18:09.555 INFO O| May 14 15:18:09.555 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
86692026-05-14T15:18:10.278Z[ recovery-image] May 14 15:18:09.616 INFO O| May 14 15:18:09.616 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
86702026-05-14T15:18:10.278Z[ recovery-image] May 14 15:18:09.616 INFO O| May 14 15:18:09.616 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 ...
86712026-05-14T15:18:10.284Z[ recovery-image] May 14 15:18:09.617 INFO O| May 14 15:18:09.617 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
86722026-05-14T15:18:10.284Z[ recovery-image] May 14 15:18:09.618 INFO O| May 14 15:18:09.617 INFO ok!
86732026-05-14T15:18:10.284Z[ recovery-image] May 14 15:18:09.618 INFO O| May 14 15:18:09.617 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
86742026-05-14T15:18:10.284Z[ recovery-image] May 14 15:18:09.618 INFO O| May 14 15:18:09.618 INFO STEP 100 (seed_smf) COMPLETE
86752026-05-14T15:18:10.284Z[ recovery-image] May 14 15:18:09.618 INFO O| May 14 15:18:09.618 INFO steps complete; finalising image!
86762026-05-14T15:18:10.284Z[ recovery-image] May 14 15:18:09.618 INFO O| May 14 15:18:09.618 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
86772026-05-14T15:18:10.339Z[ recovery-image] May 14 15:18:09.679 INFO O| May 14 15:18:09.679 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Thu May 14 15:18:09 2026)
86782026-05-14T15:18:10.547Z[ recovery-image] May 14 15:18:09.886 INFO O| May 14 15:18:09.886 INFO trim TEMPORARY-sled-zfs-recovery: (87% trimmed, started at Thu May 14 15:18:09 2026)
86792026-05-14T15:18:10.753Z[ recovery-image] May 14 15:18:10.092 INFO O| May 14 15:18:10.092 INFO trim TEMPORARY-sled-zfs-recovery: (87% trimmed, started at Thu May 14 15:18:09 2026)
86802026-05-14T15:18:10.958Z[ recovery-image] May 14 15:18:10.298 INFO O| May 14 15:18:10.298 INFO trim TEMPORARY-sled-zfs-recovery: (87% trimmed, started at Thu May 14 15:18:09 2026)
86812026-05-14T15:18:10.974Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
86822026-05-14T15:18:11.169Z[ recovery-image] May 14 15:18:10.505 INFO O| May 14 15:18:10.505 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Thu May 14 15:18:09 2026)
86832026-05-14T15:18:11.383Z[ recovery-image] May 14 15:18:10.722 INFO O| May 14 15:18:10.722 INFO temporary pool has 490M used, 1.27G avail, 1.00x compressratio
86842026-05-14T15:18:11.383Z[ recovery-image] May 14 15:18:10.722 INFO O| May 14 15:18:10.722 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
86852026-05-14T15:18:12.036Z[ recovery-image] May 14 15:18:11.375 INFO O| May 14 15:18:11.375 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
86862026-05-14T15:18:12.036Z[ recovery-image] May 14 15:18:11.375 INFO O| May 14 15:18:11.375 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
86872026-05-14T15:18:13.533Z[ host-image] May 14 15:18:12.873 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.23989:20260513T150959Z
86882026-05-14T15:18:13.534Z[ host-image] May 14 15:18:12.873 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.23989:20260513T150959Z
86892026-05-14T15:18:13.546Z[ host-image] May 14 15:18:12.873 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
86902026-05-14T15:18:13.546Z[ host-image] May 14 15:18:12.873 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
86912026-05-14T15:18:13.546Z[ host-image] May 14 15:18:12.873 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
86922026-05-14T15:18:13.546Z[ host-image] May 14 15:18:12.873 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
86932026-05-14T15:18:13.546Z[ host-image] May 14 15:18:12.873 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
86942026-05-14T15:18:13.546Z[ host-image] May 14 15:18:12.873 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
86952026-05-14T15:18:13.546Z[ host-image] May 14 15:18:12.874 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@20.0.0.0-3.0:20260514T150444Z
86962026-05-14T15:18:13.546Z[ host-image] May 14 15:18:12.874 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
86972026-05-14T15:18:13.546Z[ host-image] May 14 15:18:12.874 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
86982026-05-14T15:18:13.546Z[ host-image] May 14 15:18:12.874 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.23989:20260513T150959Z
86992026-05-14T15:18:13.546Z[ host-image] May 14 15:18:12.874 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.23989:20260513T151000Z
87002026-05-14T15:18:13.546Z[ host-image] May 14 15:18:12.875 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.23989:20260513T151000Z
87012026-05-14T15:18:13.546Z[ host-image] May 14 15:18:12.875 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.23989:20260513T151000Z
87022026-05-14T15:18:13.546Z[ host-image] May 14 15:18:12.875 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
87032026-05-14T15:18:13.546Z[ host-image] May 14 15:18:12.875 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.23989:20260513T151000Z
87042026-05-14T15:18:13.546Z[ host-image] May 14 15:18:12.875 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.23989:20260513T151000Z
87052026-05-14T15:18:13.546Z[ host-image] May 14 15:18:12.875 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.23989:20260513T151000Z
87062026-05-14T15:18:13.546Z[ host-image] May 14 15:18:12.875 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.23989:20260513T151000Z
87072026-05-14T15:18:13.546Z[ host-image] May 14 15:18:12.875 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.23989:20260513T151001Z
87082026-05-14T15:18:13.546Z[ host-image] May 14 15:18:12.875 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.23989:20260513T151001Z
87092026-05-14T15:18:13.546Z[ host-image] May 14 15:18:12.875 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.23989:20260513T151001Z
87102026-05-14T15:18:13.547Z[ host-image] May 14 15:18:12.875 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.23989:20260513T151001Z
87112026-05-14T15:18:13.547Z[ host-image] May 14 15:18:12.875 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.23989:20260513T151002Z
87122026-05-14T15:18:13.547Z[ host-image] May 14 15:18:12.875 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.23989:20260513T151002Z
87132026-05-14T15:18:13.547Z[ host-image] May 14 15:18:12.876 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.23989:20260513T151003Z
87142026-05-14T15:18:13.547Z[ host-image] May 14 15:18:12.876 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.23989:20260513T151003Z
87152026-05-14T15:18:13.547Z[ host-image] May 14 15:18:12.876 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.23989:20260513T151004Z
87162026-05-14T15:18:13.548Z[ host-image] May 14 15:18:12.876 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.23989:20260513T151005Z
87172026-05-14T15:18:13.548Z[ host-image] May 14 15:18:12.876 INFO O| install = pkg://helios/driver/network/opte@0.40.479-3.0:20260511T233512Z
87182026-05-14T15:18:13.548Z[ host-image] May 14 15:18:12.876 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.23989:20260513T151005Z
87192026-05-14T15:18:13.548Z[ host-image] May 14 15:18:12.876 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.23989:20260513T151007Z
87202026-05-14T15:18:13.548Z[ host-image] May 14 15:18:12.876 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.23989:20260513T151008Z
87212026-05-14T15:18:13.548Z[ host-image] May 14 15:18:12.876 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.23989:20260513T151008Z
87222026-05-14T15:18:13.548Z[ host-image] May 14 15:18:12.876 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.23989:20260513T151009Z
87232026-05-14T15:18:13.548Z[ host-image] May 14 15:18:12.876 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.23989:20260513T151009Z
87242026-05-14T15:18:13.548Z[ host-image] May 14 15:18:12.879 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
87252026-05-14T15:18:13.548Z[ host-image] May 14 15:18:12.879 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.23989:20260513T151009Z
87262026-05-14T15:18:13.548Z[ host-image] May 14 15:18:12.879 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
87272026-05-14T15:18:13.554Z[ host-image] May 14 15:18:12.879 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
87282026-05-14T15:18:13.554Z[ host-image] May 14 15:18:12.879 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
87292026-05-14T15:18:13.554Z[ host-image] May 14 15:18:12.879 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
87302026-05-14T15:18:13.554Z[ host-image] May 14 15:18:12.879 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.23989:20260513T151009Z
87312026-05-14T15:18:13.554Z[ host-image] May 14 15:18:12.879 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
87322026-05-14T15:18:13.554Z[ host-image] May 14 15:18:12.879 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
87332026-05-14T15:18:13.554Z[ host-image] May 14 15:18:12.880 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
87342026-05-14T15:18:13.554Z[ host-image] May 14 15:18:12.880 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
87352026-05-14T15:18:13.554Z[ host-image] May 14 15:18:12.883 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
87362026-05-14T15:18:13.554Z[ host-image] May 14 15:18:12.883 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
87372026-05-14T15:18:13.554Z[ host-image] May 14 15:18:12.883 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
87382026-05-14T15:18:13.554Z[ host-image] May 14 15:18:12.883 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
87392026-05-14T15:18:13.554Z[ host-image] May 14 15:18:12.884 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
87402026-05-14T15:18:13.554Z[ host-image] May 14 15:18:12.884 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
87412026-05-14T15:18:13.559Z[ host-image] May 14 15:18:12.895 INFO O| install = pkg://helios/library/security/openssl-3@3.5.6-3.0:20260411T024444Z
87422026-05-14T15:18:13.559Z[ host-image] May 14 15:18:12.896 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
87432026-05-14T15:18:13.559Z[ host-image] May 14 15:18:12.896 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
87442026-05-14T15:18:13.559Z[ host-image] May 14 15:18:12.896 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.23989:20260513T151011Z
87452026-05-14T15:18:13.559Z[ host-image] May 14 15:18:12.896 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.23989:20260513T151015Z
87462026-05-14T15:18:13.560Z[ host-image] May 14 15:18:12.896 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
87472026-05-14T15:18:13.560Z[ host-image] May 14 15:18:12.896 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.23989:20260513T151015Z
87482026-05-14T15:18:13.560Z[ host-image] May 14 15:18:12.896 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
87492026-05-14T15:18:13.560Z[ host-image] May 14 15:18:12.896 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
87502026-05-14T15:18:13.560Z[ host-image] May 14 15:18:12.896 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
87512026-05-14T15:18:13.560Z[ host-image] May 14 15:18:12.896 INFO O| install = pkg://helios/network/rsync@3.4.2-3.0:20260512T090630Z
87522026-05-14T15:18:13.560Z[ host-image] May 14 15:18:12.896 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.23989:20260513T151015Z
87532026-05-14T15:18:13.560Z[ host-image] May 14 15:18:12.896 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
87542026-05-14T15:18:13.560Z[ host-image] May 14 15:18:12.897 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
87552026-05-14T15:18:13.560Z[ host-image] May 14 15:18:12.897 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
87562026-05-14T15:18:13.560Z[ host-image] May 14 15:18:12.897 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
87572026-05-14T15:18:13.560Z[ host-image] May 14 15:18:12.897 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.23989:20260513T151016Z
87582026-05-14T15:18:13.560Z[ host-image] May 14 15:18:12.897 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
87592026-05-14T15:18:13.564Z[ host-image] May 14 15:18:12.901 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
87602026-05-14T15:18:13.564Z[ host-image] May 14 15:18:12.901 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.23989:20260513T151016Z
87612026-05-14T15:18:13.564Z[ host-image] May 14 15:18:12.902 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.23989:20260513T151016Z
87622026-05-14T15:18:13.565Z[ host-image] May 14 15:18:12.902 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.23989:20260513T151016Z
87632026-05-14T15:18:13.565Z[ host-image] May 14 15:18:12.902 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
87642026-05-14T15:18:13.565Z[ host-image] May 14 15:18:12.902 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.23989:20260513T151017Z
87652026-05-14T15:18:13.565Z[ host-image] May 14 15:18:12.902 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.23989:20260513T151017Z
87662026-05-14T15:18:13.565Z[ host-image] May 14 15:18:12.902 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.23989:20260513T151017Z
87672026-05-14T15:18:13.565Z[ host-image] May 14 15:18:12.902 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.23989:20260513T151017Z
87682026-05-14T15:18:13.565Z[ host-image] May 14 15:18:12.903 INFO O| install = pkg://helios/shell/bash@5.2.32-3.0:20260212T151110Z
87692026-05-14T15:18:13.565Z[ host-image] May 14 15:18:12.903 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.23989:20260513T151018Z
87702026-05-14T15:18:13.565Z[ host-image] May 14 15:18:12.904 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.23989:20260513T151019Z
87712026-05-14T15:18:13.565Z[ host-image] May 14 15:18:12.904 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
87722026-05-14T15:18:13.565Z[ host-image] May 14 15:18:12.904 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.23989:20260513T151019Z
87732026-05-14T15:18:13.566Z[ host-image] May 14 15:18:12.904 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.23989:20260513T151019Z
87742026-05-14T15:18:13.566Z[ host-image] May 14 15:18:12.904 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.23989:20260513T151019Z
87752026-05-14T15:18:13.566Z[ host-image] May 14 15:18:12.904 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.23989:20260513T151019Z
87762026-05-14T15:18:13.571Z[ host-image] May 14 15:18:12.906 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.23989:20260513T151019Z
87772026-05-14T15:18:13.571Z[ host-image] May 14 15:18:12.906 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
87782026-05-14T15:18:13.571Z[ host-image] May 14 15:18:12.906 INFO O| install = pkg://helios/system/data/zoneinfo@2026.2-3.0.23989:20260513T151019Z
87792026-05-14T15:18:13.571Z[ host-image] May 14 15:18:12.907 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.23989:20260513T151019Z
87802026-05-14T15:18:13.571Z[ host-image] May 14 15:18:12.907 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.23989:20260513T151019Z
87812026-05-14T15:18:13.571Z[ host-image] May 14 15:18:12.907 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.23989:20260513T151020Z
87822026-05-14T15:18:13.572Z[ host-image] May 14 15:18:12.907 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.23989:20260513T151020Z
87832026-05-14T15:18:13.572Z[ host-image] May 14 15:18:12.907 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.23989:20260513T151020Z
87842026-05-14T15:18:13.572Z[ host-image] May 14 15:18:12.907 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.23989:20260513T151020Z
87852026-05-14T15:18:13.572Z[ host-image] May 14 15:18:12.910 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.23989:20260513T151021Z
87862026-05-14T15:18:13.572Z[ host-image] May 14 15:18:12.910 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.23989:20260513T151021Z
87872026-05-14T15:18:13.572Z[ host-image] May 14 15:18:12.910 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.23989:20260513T151021Z
87882026-05-14T15:18:13.577Z[ host-image] May 14 15:18:12.911 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.23989:20260513T151021Z
87892026-05-14T15:18:13.577Z[ host-image] May 14 15:18:12.911 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.23989:20260513T151021Z
87902026-05-14T15:18:13.583Z[ host-image] May 14 15:18:12.916 INFO O| install = pkg://helios/system/library@0.5.11-3.0.23989:20260513T151023Z
87912026-05-14T15:18:13.583Z[ host-image] May 14 15:18:12.916 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.23989:20260513T151021Z
87922026-05-14T15:18:13.583Z[ host-image] May 14 15:18:12.916 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.23989:20260513T151021Z
87932026-05-14T15:18:13.583Z[ host-image] May 14 15:18:12.916 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
87942026-05-14T15:18:13.583Z[ host-image] May 14 15:18:12.916 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
87952026-05-14T15:18:13.591Z[ host-image] May 14 15:18:12.924 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.23989:20260513T151022Z
87962026-05-14T15:18:13.591Z[ host-image] May 14 15:18:12.924 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
87972026-05-14T15:18:13.591Z[ host-image] May 14 15:18:12.924 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.23989:20260513T151022Z
87982026-05-14T15:18:13.591Z[ host-image] May 14 15:18:12.924 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.23989:20260513T151022Z
87992026-05-14T15:18:13.592Z[ host-image] May 14 15:18:12.925 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.23989:20260513T151022Z
88002026-05-14T15:18:13.592Z[ host-image] May 14 15:18:12.925 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
88012026-05-14T15:18:13.592Z[ host-image] May 14 15:18:12.925 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
88022026-05-14T15:18:13.592Z[ host-image] May 14 15:18:12.925 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.23989:20260513T151023Z
88032026-05-14T15:18:13.592Z[ host-image] May 14 15:18:12.925 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.23989:20260513T151023Z
88042026-05-14T15:18:13.592Z[ host-image] May 14 15:18:12.925 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.23989:20260513T151023Z
88052026-05-14T15:18:13.592Z[ host-image] May 14 15:18:12.925 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.23989:20260513T151023Z
88062026-05-14T15:18:13.592Z[ host-image] May 14 15:18:12.925 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.23989:20260513T151023Z
88072026-05-14T15:18:13.592Z[ host-image] May 14 15:18:12.925 INFO O| install = pkg://helios/system/man@0.5.11-3.0.23989:20260513T151023Z
88082026-05-14T15:18:13.592Z[ host-image] May 14 15:18:12.926 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
88092026-05-14T15:18:13.592Z[ host-image] May 14 15:18:12.926 INFO O| install = pkg://helios/system/microcode/amd@20251202-3.0.23989:20260513T151024Z
88102026-05-14T15:18:13.592Z[ host-image] May 14 15:18:12.927 INFO O| install = pkg://helios/system/microcode/intel@20260227-3.0.23989:20260513T151024Z
88112026-05-14T15:18:13.592Z[ host-image] May 14 15:18:12.927 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.23989:20260513T151024Z
88122026-05-14T15:18:13.592Z[ host-image] May 14 15:18:12.927 INFO O| install = pkg://helios/system/network@0.5.11-3.0.23989:20260513T151025Z
88132026-05-14T15:18:13.593Z[ host-image] May 14 15:18:12.927 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.23989:20260513T151024Z
88142026-05-14T15:18:13.593Z[ host-image] May 14 15:18:12.927 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.23989:20260513T151024Z
88152026-05-14T15:18:13.593Z[ host-image] May 14 15:18:12.927 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
88162026-05-14T15:18:13.593Z[ host-image] May 14 15:18:12.927 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
88172026-05-14T15:18:13.593Z[ host-image] May 14 15:18:12.927 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.23989:20260513T151026Z
88182026-05-14T15:18:13.593Z[ host-image] May 14 15:18:12.927 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.23989:20260513T151027Z
88192026-05-14T15:18:13.593Z[ host-image] May 14 15:18:12.927 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
88202026-05-14T15:18:13.593Z[ host-image] May 14 15:18:12.927 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
88212026-05-14T15:18:13.593Z[ host-image] May 14 15:18:12.927 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
88222026-05-14T15:18:13.593Z[ host-image] May 14 15:18:12.927 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
88232026-05-14T15:18:13.593Z[ host-image] May 14 15:18:12.927 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
88242026-05-14T15:18:13.609Z[ host-image] May 14 15:18:12.927 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
88252026-05-14T15:18:13.609Z[ host-image] May 14 15:18:12.928 INFO O| install = pkg://helios/web/curl@8.20.0-3.0:20260512T090538Z
88262026-05-14T15:18:13.609Z[ host-image] May 14 15:18:12.928 INFO O| tempdir @ "/tmp/.tmpWkKp6U/tmp"
88272026-05-14T15:18:13.610Z[ host-image] May 14 15:18:12.928 INFO O| image root @ "/tmp/.tmpWkKp6U/tmp/root"
88282026-05-14T15:18:13.610Z[ host-image] May 14 15:18:12.928 INFO O| creating image...
88292026-05-14T15:18:14.402Z[ host-image] May 14 15:18:13.742 INFO O| copying publishers...
88302026-05-14T15:18:14.481Z[ recovery-image] May 14 15:18:13.819 INFO O| May 14 15:18:13.819 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88312026-05-14T15:18:14.482Z[ recovery-image] May 14 15:18:13.819 INFO O| May 14 15:18:13.819 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88322026-05-14T15:18:14.487Z[ recovery-image] May 14 15:18:13.819 INFO O| May 14 15:18:13.819 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88332026-05-14T15:18:14.487Z[ recovery-image] May 14 15:18:13.819 INFO O| May 14 15:18:13.819 INFO completed processing sled/zfs-recovery
88342026-05-14T15:18:14.487Z[ recovery-image] May 14 15:18:13.819 INFO O| May 14 15:18:13.819 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
88352026-05-14T15:18:14.866Z[ recovery-image] May 14 15:18:14.205 INFO O| May 14 15:18:14.205 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
88362026-05-14T15:18:14.969Z[ recovery-image] May 14 15:18:14.309 INFO BUILD STRING "heads/stlouis-0-gd25f6eeb5c\n"
88372026-05-14T15:18:14.969Z[ recovery-image] May 14 15:18:14.309 INFO expanded image name: "recovery 77605f3/${os_short_commit} 2026-05-14 15:04" -> "recovery 77605f3/d25f6ee 2026-05-14 15:04"
88382026-05-14T15:18:14.969Z[ recovery-image] May 14 15:18:14.309 INFO output artefacts stored in: "/work/os-recovery"
88392026-05-14T15:18:14.975Z[ recovery-image] May 14 15:18:14.309 INFO collecting git info from project "pinprick"...
88402026-05-14T15:18:14.982Z[ recovery-image] May 14 15:18:14.316 INFO collecting git info from project "pilot"...
88412026-05-14T15:18:14.989Z[ recovery-image] May 14 15:18:14.324 INFO collecting git info from project "image-builder"...
88422026-05-14T15:18:14.993Z[ recovery-image] May 14 15:18:14.330 INFO collecting git info from project "phbl"...
88432026-05-14T15:18:14.997Z[ recovery-image] May 14 15:18:14.336 INFO collecting git info from project "bootserver"...
88442026-05-14T15:18:15.019Z[ recovery-image] May 14 15:18:14.359 INFO collecting git info from project "chelsio-t6-roms"...
88452026-05-14T15:18:15.049Z[ recovery-image] May 14 15:18:14.377 INFO collecting git info from project "amd-host-image-builder"...
88462026-05-14T15:18:15.095Z[ recovery-image] May 14 15:18:14.415 INFO collecting git info from project "dmar-report"...
88472026-05-14T15:18:15.120Z[ recovery-image] May 14 15:18:14.426 INFO collecting git info from project "amd-firmware"...
88482026-05-14T15:18:15.434Z[ host-image] May 14 15:18:14.761 INFO O| adding properties...
88492026-05-14T15:18:15.440Z[ recovery-image] May 14 15:18:14.764 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
88502026-05-14T15:18:15.958Z[ recovery-image] May 14 15:18:15.168 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
88512026-05-14T15:18:16.236Z[ recovery-image] May 14 15:18:15.576 INFO creating Oxide boot image...
88522026-05-14T15:18:16.236Z[ recovery-image] May 14 15:18:15.576 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 77605f3/d25f6ee 2026-05-14 15:04", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
88532026-05-14T15:18:16.594Z[ host-image] May 14 15:18:15.902 INFO O| installing packages...
88542026-05-14T15:18:32.875Z[ host-image] May 14 15:18:32.214 INFO O| seeding SMF database...
88552026-05-14T15:18:37.192Z[ host-image] May 14 15:18:36.533 INFO O| configuring SMF profile...
88562026-05-14T15:18:37.195Z[ host-image] May 14 15:18:36.533 INFO O| modifying shadow(5)...
88572026-05-14T15:18:37.195Z[ host-image] May 14 15:18:36.533 INFO O| loading user and group database...
88582026-05-14T15:18:37.196Z[ host-image] May 14 15:18:36.533 INFO O| loading facet selections...
88592026-05-14T15:18:37.534Z[ host-image] May 14 15:18:36.874 INFO O| devel -> true
88602026-05-14T15:18:37.534Z[ host-image] May 14 15:18:36.874 INFO O| doc.man -> true
88612026-05-14T15:18:37.534Z[ host-image] May 14 15:18:36.874 INFO O| version-lock.shell/ksh93 -> true
88622026-05-14T15:18:37.538Z[ host-image] May 14 15:18:36.874 INFO O| version-lock.system/data/hardware-registry -> true
88632026-05-14T15:18:37.538Z[ host-image] May 14 15:18:36.874 INFO O| version-lock.system/data/zoneinfo -> true
88642026-05-14T15:18:37.538Z[ host-image] May 14 15:18:36.874 INFO O| version-lock.system/microcode/amd -> true
88652026-05-14T15:18:37.538Z[ host-image] May 14 15:18:36.874 INFO O| version-lock.system/microcode/intel -> true
88662026-05-14T15:18:37.538Z[ host-image] May 14 15:18:36.874 INFO O| version-lock.system/microcode/oxide -> true
88672026-05-14T15:18:37.538Z[ host-image] May 14 15:18:36.874 INFO O| assessing packaged files...
88682026-05-14T15:18:39.242Z[ host-image] May 14 15:18:38.582 INFO O| creating archive...
88692026-05-14T15:18:39.275Z[ host-image] May 14 15:18:38.615 INFO O| missing from packaging:
88702026-05-14T15:18:39.275Z[ host-image] May 14 15:18:38.615 INFO O| "etc/.pwd.lock"
88712026-05-14T15:18:39.275Z[ host-image] May 14 15:18:38.615 INFO O| "etc/bash"
88722026-05-14T15:18:39.279Z[ host-image] May 14 15:18:38.619 INFO O| "etc/svc/profile/generic.xml"
88732026-05-14T15:18:39.279Z[ host-image] May 14 15:18:38.619 INFO O| "etc/svc/profile/inetd_services.xml"
88742026-05-14T15:18:39.282Z[ host-image] May 14 15:18:38.619 INFO O| "etc/svc/profile/name_service.xml"
88752026-05-14T15:18:39.282Z[ host-image] May 14 15:18:38.619 INFO O| "etc/svc/profile/platform.xml"
88762026-05-14T15:18:39.283Z[ host-image] May 14 15:18:38.619 INFO O| "etc/svc/profile/platform_omicron1.xml"
88772026-05-14T15:18:39.283Z[ host-image] May 14 15:18:38.619 INFO O| "etc/svc/repository.db"
88782026-05-14T15:18:39.285Z[ host-image] May 14 15:18:38.625 INFO O| "opt/ooce/share"
88792026-05-14T15:18:39.285Z[ host-image] May 14 15:18:38.625 INFO O| "opt/ooce/share/man"
88802026-05-14T15:18:39.285Z[ host-image] May 14 15:18:38.625 INFO O| "opt/ooce/share/man/man1"
88812026-05-14T15:18:39.293Z[ host-image] May 14 15:18:38.634 INFO O| finishing archive...
88822026-05-14T15:18:41.797Z[ host-image] May 14 15:18:41.138 INFO O| creating gzonly manifest...
88832026-05-14T15:18:41.804Z[ host-image] May 14 15:18:41.144 INFO O| ok
88842026-05-14T15:18:41.893Z[ host-image] May 14 15:18:41.233 INFO image builder template: ramdisk-02-trim...
88852026-05-14T15:18:41.893Z[ host-image] May 14 15:18:41.233 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/.tmp2Zpu7x/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
88862026-05-14T15:18:41.911Z[ host-image] May 14 15:18:41.251 INFO O| May 14 15:18:41.251 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
88872026-05-14T15:18:41.914Z[ host-image] May 14 15:18:41.254 INFO O| May 14 15:18:41.254 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
88882026-05-14T15:18:42.025Z[ host-image] May 14 15:18:41.365 INFO O| May 14 15:18:41.365 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
88892026-05-14T15:18:42.102Z[ host-image] May 14 15:18:41.442 INFO O| May 14 15:18:41.442 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
88902026-05-14T15:18:42.102Z[ host-image] May 14 15:18:41.442 INFO O| May 14 15:18:41.442 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
88912026-05-14T15:18:42.106Z[ host-image] May 14 15:18:41.446 INFO O| May 14 15:18:41.446 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
88922026-05-14T15:18:42.109Z[ host-image] May 14 15:18:41.450 INFO O| May 14 15:18:41.450 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
88932026-05-14T15:18:42.114Z[ host-image] May 14 15:18:41.455 INFO O| May 14 15:18:41.455 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
88942026-05-14T15:18:42.634Z[ host-image] May 14 15:18:41.974 INFO O| May 14 15:18:41.974 INFO rolled back to input snapshot; work may begin
88952026-05-14T15:18:42.634Z[ host-image] May 14 15:18:41.974 INFO O| May 14 15:18:41.974 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
88962026-05-14T15:18:42.638Z[ host-image] May 14 15:18:41.978 INFO O| May 14 15:18:41.978 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
88972026-05-14T15:18:42.647Z[ host-image] May 14 15:18:41.987 INFO O| May 14 15:18:41.987 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
88982026-05-14T15:18:42.685Z[ host-image] May 14 15:18:42.025 INFO O| May 14 15:18:42.025 INFO STEP 0 (remove_files) COMPLETE
88992026-05-14T15:18:42.685Z[ host-image] May 14 15:18:42.025 INFO O| May 14 15:18:42.025 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89002026-05-14T15:18:42.694Z[ host-image] May 14 15:18:42.035 INFO O| May 14 15:18:42.034 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
89012026-05-14T15:18:42.697Z[ host-image] May 14 15:18:42.036 INFO O| May 14 15:18:42.036 INFO STEP 1 (remove_files) COMPLETE
89022026-05-14T15:18:42.697Z[ host-image] May 14 15:18:42.036 INFO O| May 14 15:18:42.036 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89032026-05-14T15:18:42.703Z[ host-image] May 14 15:18:42.044 INFO O| May 14 15:18:42.044 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
89042026-05-14T15:18:42.715Z[ host-image] May 14 15:18:42.055 INFO O| May 14 15:18:42.055 INFO STEP 2 (remove_files) COMPLETE
89052026-05-14T15:18:42.715Z[ host-image] May 14 15:18:42.055 INFO O| May 14 15:18:42.055 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89062026-05-14T15:18:42.723Z[ host-image] May 14 15:18:42.064 INFO O| May 14 15:18:42.064 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
89072026-05-14T15:18:42.726Z[ host-image] May 14 15:18:42.065 INFO O| May 14 15:18:42.065 INFO STEP 3 (remove_files) COMPLETE
89082026-05-14T15:18:42.726Z[ host-image] May 14 15:18:42.065 INFO O| May 14 15:18:42.065 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89092026-05-14T15:18:42.732Z[ host-image] May 14 15:18:42.072 INFO O| May 14 15:18:42.072 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
89102026-05-14T15:18:42.735Z[ host-image] May 14 15:18:42.075 INFO O| May 14 15:18:42.075 INFO STEP 4 (remove_files) COMPLETE
89112026-05-14T15:18:42.735Z[ host-image] May 14 15:18:42.075 INFO O| May 14 15:18:42.075 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89122026-05-14T15:18:42.744Z[ host-image] May 14 15:18:42.085 INFO O| May 14 15:18:42.084 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
89132026-05-14T15:18:42.747Z[ host-image] May 14 15:18:42.087 INFO O| May 14 15:18:42.087 INFO STEP 5 (remove_files) COMPLETE
89142026-05-14T15:18:42.747Z[ host-image] May 14 15:18:42.087 INFO O| May 14 15:18:42.087 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89152026-05-14T15:18:42.756Z[ host-image] May 14 15:18:42.096 INFO O| May 14 15:18:42.096 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
89162026-05-14T15:18:42.765Z[ host-image] May 14 15:18:42.105 INFO O| May 14 15:18:42.105 INFO STEP 6 (remove_files) COMPLETE
89172026-05-14T15:18:42.765Z[ host-image] May 14 15:18:42.105 INFO O| May 14 15:18:42.105 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89182026-05-14T15:18:42.765Z[ host-image] May 14 15:18:42.105 INFO O| May 14 15:18:42.105 INFO skip step because feature "heliosv2" is not enabled
89192026-05-14T15:18:42.769Z[ host-image] May 14 15:18:42.105 INFO O| May 14 15:18:42.105 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89202026-05-14T15:18:42.775Z[ host-image] May 14 15:18:42.116 INFO O| May 14 15:18:42.116 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
89212026-05-14T15:18:42.786Z[ host-image] May 14 15:18:42.126 INFO O| May 14 15:18:42.126 INFO STEP 8 (remove_files) COMPLETE
89222026-05-14T15:18:42.786Z[ host-image] May 14 15:18:42.126 INFO O| May 14 15:18:42.126 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89232026-05-14T15:18:42.795Z[ host-image] May 14 15:18:42.136 INFO O| May 14 15:18:42.136 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
89242026-05-14T15:18:42.860Z[ host-image] May 14 15:18:42.200 INFO O| May 14 15:18:42.200 INFO STEP 9 (remove_files) COMPLETE
89252026-05-14T15:18:42.860Z[ host-image] May 14 15:18:42.200 INFO O| May 14 15:18:42.200 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89262026-05-14T15:18:42.869Z[ host-image] May 14 15:18:42.210 INFO O| May 14 15:18:42.210 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
89272026-05-14T15:18:42.945Z[ host-image] May 14 15:18:42.285 INFO O| May 14 15:18:42.285 INFO STEP 10 (remove_files) COMPLETE
89282026-05-14T15:18:42.945Z[ host-image] May 14 15:18:42.285 INFO O| May 14 15:18:42.285 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89292026-05-14T15:18:42.969Z[ host-image] May 14 15:18:42.309 INFO O| May 14 15:18:42.309 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
89302026-05-14T15:18:42.972Z[ host-image] May 14 15:18:42.312 INFO O| May 14 15:18:42.312 INFO STEP 11 (remove_files) COMPLETE
89312026-05-14T15:18:42.972Z[ host-image] May 14 15:18:42.312 INFO O| May 14 15:18:42.312 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89322026-05-14T15:18:42.983Z[ host-image] May 14 15:18:42.323 INFO O| May 14 15:18:42.323 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
89332026-05-14T15:18:42.986Z[ host-image] May 14 15:18:42.324 INFO O| May 14 15:18:42.324 INFO STEP 12 (remove_files) COMPLETE
89342026-05-14T15:18:42.986Z[ host-image] May 14 15:18:42.324 INFO O| May 14 15:18:42.324 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89352026-05-14T15:18:42.998Z[ host-image] May 14 15:18:42.338 INFO O| May 14 15:18:42.338 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
89362026-05-14T15:18:43.001Z[ host-image] May 14 15:18:42.339 INFO O| May 14 15:18:42.339 INFO STEP 13 (remove_files) COMPLETE
89372026-05-14T15:18:43.001Z[ host-image] May 14 15:18:42.339 INFO O| May 14 15:18:42.339 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89382026-05-14T15:18:43.020Z[ host-image] May 14 15:18:42.360 INFO O| May 14 15:18:42.360 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
89392026-05-14T15:18:43.020Z[ host-image] May 14 15:18:42.360 INFO O| May 14 15:18:42.360 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
89402026-05-14T15:18:43.028Z[ host-image] May 14 15:18:42.368 INFO O| May 14 15:18:42.368 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
89412026-05-14T15:18:43.028Z[ host-image] May 14 15:18:42.368 INFO O| May 14 15:18:42.368 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
89422026-05-14T15:18:43.031Z[ host-image] May 14 15:18:42.368 INFO O| May 14 15:18:42.368 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
89432026-05-14T15:18:43.031Z[ host-image] May 14 15:18:42.368 INFO O| May 14 15:18:42.368 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
89442026-05-14T15:18:43.031Z[ host-image] May 14 15:18:42.369 INFO O| May 14 15:18:42.369 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
89452026-05-14T15:18:43.031Z[ host-image] May 14 15:18:42.369 INFO O| May 14 15:18:42.369 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
89462026-05-14T15:18:43.031Z[ host-image] May 14 15:18:42.369 INFO O| May 14 15:18:42.369 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
89472026-05-14T15:18:43.031Z[ host-image] May 14 15:18:42.369 INFO O| May 14 15:18:42.369 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
89482026-05-14T15:18:43.031Z[ host-image] May 14 15:18:42.369 INFO O| May 14 15:18:42.369 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
89492026-05-14T15:18:43.031Z[ host-image] May 14 15:18:42.369 INFO O| May 14 15:18:42.369 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
89502026-05-14T15:18:43.031Z[ host-image] May 14 15:18:42.369 INFO O| May 14 15:18:42.369 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
89512026-05-14T15:18:43.031Z[ host-image] May 14 15:18:42.369 INFO O| May 14 15:18:42.369 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
89522026-05-14T15:18:43.031Z[ host-image] May 14 15:18:42.369 INFO O| May 14 15:18:42.369 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
89532026-05-14T15:18:43.031Z[ host-image] May 14 15:18:42.369 INFO O| May 14 15:18:42.369 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
89542026-05-14T15:18:43.031Z[ host-image] May 14 15:18:42.369 INFO O| May 14 15:18:42.369 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
89552026-05-14T15:18:43.031Z[ host-image] May 14 15:18:42.369 INFO O| May 14 15:18:42.369 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
89562026-05-14T15:18:43.182Z[ host-image] May 14 15:18:42.522 INFO O| May 14 15:18:42.522 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
89572026-05-14T15:18:43.215Z[ host-image] May 14 15:18:42.555 INFO O| May 14 15:18:42.555 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
89582026-05-14T15:18:43.259Z[ host-image] May 14 15:18:42.600 INFO O| May 14 15:18:42.600 INFO STEP 14 (remove_files) COMPLETE
89592026-05-14T15:18:43.259Z[ host-image] May 14 15:18:42.600 INFO O| May 14 15:18:42.600 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89602026-05-14T15:18:43.276Z[ host-image] May 14 15:18:42.615 INFO O| May 14 15:18:42.615 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
89612026-05-14T15:18:43.281Z[ host-image] May 14 15:18:42.620 INFO O| May 14 15:18:42.620 INFO STEP 15 (remove_files) COMPLETE
89622026-05-14T15:18:43.281Z[ host-image] May 14 15:18:42.620 INFO O| May 14 15:18:42.620 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89632026-05-14T15:18:43.289Z[ host-image] May 14 15:18:42.629 INFO O| May 14 15:18:42.629 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
89642026-05-14T15:18:43.295Z[ host-image] May 14 15:18:42.635 INFO O| May 14 15:18:42.635 INFO STEP 16 (remove_files) COMPLETE
89652026-05-14T15:18:43.295Z[ host-image] May 14 15:18:42.635 INFO O| May 14 15:18:42.635 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89662026-05-14T15:18:43.310Z[ host-image] May 14 15:18:42.651 INFO O| May 14 15:18:42.651 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
89672026-05-14T15:18:43.313Z[ host-image] May 14 15:18:42.651 INFO O| May 14 15:18:42.651 INFO STEP 17 (remove_files) COMPLETE
89682026-05-14T15:18:43.313Z[ host-image] May 14 15:18:42.651 INFO O| May 14 15:18:42.651 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89692026-05-14T15:18:43.321Z[ host-image] May 14 15:18:42.661 INFO O| May 14 15:18:42.661 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
89702026-05-14T15:18:43.324Z[ host-image] May 14 15:18:42.663 INFO O| May 14 15:18:42.663 INFO STEP 18 (remove_files) COMPLETE
89712026-05-14T15:18:43.324Z[ host-image] May 14 15:18:42.663 INFO O| May 14 15:18:42.663 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89722026-05-14T15:18:43.331Z[ host-image] May 14 15:18:42.671 INFO O| May 14 15:18:42.671 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
89732026-05-14T15:18:43.331Z[ host-image] May 14 15:18:42.671 INFO O| May 14 15:18:42.671 INFO STEP 19 (remove_files) COMPLETE
89742026-05-14T15:18:43.334Z[ host-image] May 14 15:18:42.671 INFO O| May 14 15:18:42.671 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89752026-05-14T15:18:43.340Z[ host-image] May 14 15:18:42.681 INFO O| May 14 15:18:42.681 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
89762026-05-14T15:18:43.340Z[ host-image] May 14 15:18:42.681 INFO O| May 14 15:18:42.681 INFO STEP 20 (remove_files) COMPLETE
89772026-05-14T15:18:43.341Z[ host-image] May 14 15:18:42.681 INFO O| May 14 15:18:42.681 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89782026-05-14T15:18:43.352Z[ host-image] May 14 15:18:42.692 INFO O| May 14 15:18:42.692 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
89792026-05-14T15:18:43.357Z[ host-image] May 14 15:18:42.698 INFO O| May 14 15:18:42.698 INFO STEP 21 (remove_files) COMPLETE
89802026-05-14T15:18:43.357Z[ host-image] May 14 15:18:42.698 INFO O| May 14 15:18:42.698 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89812026-05-14T15:18:43.369Z[ host-image] May 14 15:18:42.709 INFO O| May 14 15:18:42.709 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
89822026-05-14T15:18:43.369Z[ host-image] May 14 15:18:42.709 INFO O| May 14 15:18:42.709 INFO STEP 22 (remove_files) COMPLETE
89832026-05-14T15:18:43.369Z[ host-image] May 14 15:18:42.709 INFO O| May 14 15:18:42.709 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89842026-05-14T15:18:43.383Z[ host-image] May 14 15:18:42.723 INFO O| May 14 15:18:42.723 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
89852026-05-14T15:18:43.383Z[ host-image] May 14 15:18:42.723 INFO O| May 14 15:18:42.723 INFO STEP 23 (remove_files) COMPLETE
89862026-05-14T15:18:43.386Z[ host-image] May 14 15:18:42.723 INFO O| May 14 15:18:42.723 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89872026-05-14T15:18:43.392Z[ host-image] May 14 15:18:42.732 INFO O| May 14 15:18:42.732 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
89882026-05-14T15:18:43.392Z[ host-image] May 14 15:18:42.733 INFO O| May 14 15:18:42.733 INFO STEP 24 (remove_files) COMPLETE
89892026-05-14T15:18:43.395Z[ host-image] May 14 15:18:42.733 INFO O| May 14 15:18:42.733 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89902026-05-14T15:18:43.407Z[ host-image] May 14 15:18:42.747 INFO O| May 14 15:18:42.747 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
89912026-05-14T15:18:43.407Z[ host-image] May 14 15:18:42.747 INFO O| May 14 15:18:42.747 INFO STEP 25 (remove_files) COMPLETE
89922026-05-14T15:18:43.410Z[ host-image] May 14 15:18:42.747 INFO O| May 14 15:18:42.747 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89932026-05-14T15:18:43.416Z[ host-image] May 14 15:18:42.756 INFO O| May 14 15:18:42.756 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
89942026-05-14T15:18:43.416Z[ host-image] May 14 15:18:42.756 INFO O| May 14 15:18:42.756 INFO STEP 26 (remove_files) COMPLETE
89952026-05-14T15:18:43.419Z[ host-image] May 14 15:18:42.756 INFO O| May 14 15:18:42.756 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89962026-05-14T15:18:43.427Z[ host-image] May 14 15:18:42.767 INFO O| May 14 15:18:42.767 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
89972026-05-14T15:18:43.427Z[ host-image] May 14 15:18:42.767 INFO O| May 14 15:18:42.767 INFO STEP 27 (remove_files) COMPLETE
89982026-05-14T15:18:43.427Z[ host-image] May 14 15:18:42.767 INFO O| May 14 15:18:42.767 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89992026-05-14T15:18:43.437Z[ host-image] May 14 15:18:42.777 INFO O| May 14 15:18:42.777 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
90002026-05-14T15:18:43.437Z[ host-image] May 14 15:18:42.777 INFO O| May 14 15:18:42.777 INFO STEP 28 (remove_files) COMPLETE
90012026-05-14T15:18:43.441Z[ host-image] May 14 15:18:42.777 INFO O| May 14 15:18:42.777 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90022026-05-14T15:18:43.448Z[ host-image] May 14 15:18:42.787 INFO O| May 14 15:18:42.787 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
90032026-05-14T15:18:43.448Z[ host-image] May 14 15:18:42.788 INFO O| May 14 15:18:42.787 INFO STEP 29 (remove_files) COMPLETE
90042026-05-14T15:18:43.451Z[ host-image] May 14 15:18:42.788 INFO O| May 14 15:18:42.788 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90052026-05-14T15:18:43.458Z[ host-image] May 14 15:18:42.798 INFO O| May 14 15:18:42.798 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
90062026-05-14T15:18:43.458Z[ host-image] May 14 15:18:42.798 INFO O| May 14 15:18:42.798 INFO STEP 30 (remove_files) COMPLETE
90072026-05-14T15:18:43.461Z[ host-image] May 14 15:18:42.798 INFO O| May 14 15:18:42.798 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90082026-05-14T15:18:43.473Z[ host-image] May 14 15:18:42.813 INFO O| May 14 15:18:42.813 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
90092026-05-14T15:18:43.473Z[ host-image] May 14 15:18:42.813 INFO O| May 14 15:18:42.813 INFO STEP 31 (remove_files) COMPLETE
90102026-05-14T15:18:43.473Z[ host-image] May 14 15:18:42.813 INFO O| May 14 15:18:42.813 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90112026-05-14T15:18:43.483Z[ host-image] May 14 15:18:42.823 INFO O| May 14 15:18:42.823 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
90122026-05-14T15:18:43.483Z[ host-image] May 14 15:18:42.823 INFO O| May 14 15:18:42.823 INFO STEP 32 (remove_files) COMPLETE
90132026-05-14T15:18:43.486Z[ host-image] May 14 15:18:42.823 INFO O| May 14 15:18:42.823 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90142026-05-14T15:18:43.494Z[ host-image] May 14 15:18:42.833 INFO O| May 14 15:18:42.833 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
90152026-05-14T15:18:43.494Z[ host-image] May 14 15:18:42.833 INFO O| May 14 15:18:42.833 INFO STEP 33 (remove_files) COMPLETE
90162026-05-14T15:18:43.497Z[ host-image] May 14 15:18:42.833 INFO O| May 14 15:18:42.833 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90172026-05-14T15:18:43.503Z[ host-image] May 14 15:18:42.843 INFO O| May 14 15:18:42.843 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
90182026-05-14T15:18:43.503Z[ host-image] May 14 15:18:42.843 INFO O| May 14 15:18:42.843 INFO STEP 34 (remove_files) COMPLETE
90192026-05-14T15:18:43.506Z[ host-image] May 14 15:18:42.843 INFO O| May 14 15:18:42.843 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90202026-05-14T15:18:43.515Z[ host-image] May 14 15:18:42.856 INFO O| May 14 15:18:42.856 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
90212026-05-14T15:18:43.515Z[ host-image] May 14 15:18:42.856 INFO O| May 14 15:18:42.856 INFO STEP 35 (remove_files) COMPLETE
90222026-05-14T15:18:43.515Z[ host-image] May 14 15:18:42.856 INFO O| May 14 15:18:42.856 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90232026-05-14T15:18:43.528Z[ host-image] May 14 15:18:42.869 INFO O| May 14 15:18:42.868 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
90242026-05-14T15:18:43.528Z[ host-image] May 14 15:18:42.869 INFO O| May 14 15:18:42.869 INFO STEP 36 (remove_files) COMPLETE
90252026-05-14T15:18:43.531Z[ host-image] May 14 15:18:42.869 INFO O| May 14 15:18:42.869 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90262026-05-14T15:18:43.546Z[ host-image] May 14 15:18:42.886 INFO O| May 14 15:18:42.886 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
90272026-05-14T15:18:43.546Z[ host-image] May 14 15:18:42.886 INFO O| May 14 15:18:42.886 INFO STEP 37 (remove_files) COMPLETE
90282026-05-14T15:18:43.549Z[ host-image] May 14 15:18:42.886 INFO O| May 14 15:18:42.886 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90292026-05-14T15:18:43.557Z[ host-image] May 14 15:18:42.897 INFO O| May 14 15:18:42.897 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
90302026-05-14T15:18:43.557Z[ host-image] May 14 15:18:42.897 INFO O| May 14 15:18:42.897 INFO STEP 38 (remove_files) COMPLETE
90312026-05-14T15:18:43.557Z[ host-image] May 14 15:18:42.897 INFO O| May 14 15:18:42.897 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90322026-05-14T15:18:43.569Z[ host-image] May 14 15:18:42.910 INFO O| May 14 15:18:42.909 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
90332026-05-14T15:18:43.569Z[ host-image] May 14 15:18:42.910 INFO O| May 14 15:18:42.910 INFO STEP 39 (remove_files) COMPLETE
90342026-05-14T15:18:43.569Z[ host-image] May 14 15:18:42.910 INFO O| May 14 15:18:42.910 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90352026-05-14T15:18:43.579Z[ host-image] May 14 15:18:42.919 INFO O| May 14 15:18:42.919 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
90362026-05-14T15:18:43.579Z[ host-image] May 14 15:18:42.919 INFO O| May 14 15:18:42.919 INFO STEP 40 (remove_files) COMPLETE
90372026-05-14T15:18:43.582Z[ host-image] May 14 15:18:42.919 INFO O| May 14 15:18:42.919 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90382026-05-14T15:18:43.593Z[ host-image] May 14 15:18:42.934 INFO O| May 14 15:18:42.934 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
90392026-05-14T15:18:43.594Z[ host-image] May 14 15:18:42.934 INFO O| May 14 15:18:42.934 INFO STEP 41 (remove_files) COMPLETE
90402026-05-14T15:18:43.594Z[ host-image] May 14 15:18:42.934 INFO O| May 14 15:18:42.934 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90412026-05-14T15:18:43.607Z[ host-image] May 14 15:18:42.947 INFO O| May 14 15:18:42.947 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
90422026-05-14T15:18:43.607Z[ host-image] May 14 15:18:42.948 INFO O| May 14 15:18:42.948 INFO STEP 42 (remove_files) COMPLETE
90432026-05-14T15:18:43.607Z[ host-image] May 14 15:18:42.948 INFO O| May 14 15:18:42.948 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90442026-05-14T15:18:43.619Z[ host-image] May 14 15:18:42.959 INFO O| May 14 15:18:42.959 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
90452026-05-14T15:18:43.619Z[ host-image] May 14 15:18:42.959 INFO O| May 14 15:18:42.959 INFO STEP 43 (remove_files) COMPLETE
90462026-05-14T15:18:43.619Z[ host-image] May 14 15:18:42.959 INFO O| May 14 15:18:42.959 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90472026-05-14T15:18:43.639Z[ host-image] May 14 15:18:42.976 INFO O| May 14 15:18:42.976 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
90482026-05-14T15:18:43.639Z[ host-image] May 14 15:18:42.976 INFO O| May 14 15:18:42.976 INFO STEP 44 (remove_files) COMPLETE
90492026-05-14T15:18:43.639Z[ host-image] May 14 15:18:42.976 INFO O| May 14 15:18:42.976 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90502026-05-14T15:18:43.653Z[ host-image] May 14 15:18:42.990 INFO O| May 14 15:18:42.990 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
90512026-05-14T15:18:43.653Z[ host-image] May 14 15:18:42.990 INFO O| May 14 15:18:42.990 INFO STEP 45 (remove_files) COMPLETE
90522026-05-14T15:18:43.659Z[ host-image] May 14 15:18:42.990 INFO O| May 14 15:18:42.990 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90532026-05-14T15:18:43.669Z[ host-image] May 14 15:18:43.009 INFO O| May 14 15:18:43.009 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
90542026-05-14T15:18:43.669Z[ host-image] May 14 15:18:43.009 INFO O| May 14 15:18:43.009 INFO STEP 46 (remove_files) COMPLETE
90552026-05-14T15:18:43.669Z[ host-image] May 14 15:18:43.009 INFO O| May 14 15:18:43.009 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90562026-05-14T15:18:43.692Z[ host-image] May 14 15:18:43.032 INFO O| May 14 15:18:43.032 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
90572026-05-14T15:18:43.692Z[ host-image] May 14 15:18:43.032 INFO O| May 14 15:18:43.032 INFO STEP 47 (remove_files) COMPLETE
90582026-05-14T15:18:43.696Z[ host-image] May 14 15:18:43.032 INFO O| May 14 15:18:43.032 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90592026-05-14T15:18:43.707Z[ host-image] May 14 15:18:43.047 INFO O| May 14 15:18:43.047 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
90602026-05-14T15:18:43.707Z[ host-image] May 14 15:18:43.047 INFO O| May 14 15:18:43.047 INFO STEP 48 (remove_files) COMPLETE
90612026-05-14T15:18:43.707Z[ host-image] May 14 15:18:43.047 INFO O| May 14 15:18:43.047 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90622026-05-14T15:18:43.717Z[ host-image] May 14 15:18:43.057 INFO O| May 14 15:18:43.057 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
90632026-05-14T15:18:43.717Z[ host-image] May 14 15:18:43.057 INFO O| May 14 15:18:43.057 INFO STEP 49 (remove_files) COMPLETE
90642026-05-14T15:18:43.720Z[ host-image] May 14 15:18:43.057 INFO O| May 14 15:18:43.057 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90652026-05-14T15:18:43.727Z[ host-image] May 14 15:18:43.067 INFO O| May 14 15:18:43.067 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
90662026-05-14T15:18:43.727Z[ host-image] May 14 15:18:43.067 INFO O| May 14 15:18:43.067 INFO STEP 50 (remove_files) COMPLETE
90672026-05-14T15:18:43.727Z[ host-image] May 14 15:18:43.067 INFO O| May 14 15:18:43.067 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90682026-05-14T15:18:43.736Z[ host-image] May 14 15:18:43.076 INFO O| May 14 15:18:43.076 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
90692026-05-14T15:18:43.736Z[ host-image] May 14 15:18:43.076 INFO O| May 14 15:18:43.076 INFO STEP 51 (remove_files) COMPLETE
90702026-05-14T15:18:43.740Z[ host-image] May 14 15:18:43.076 INFO O| May 14 15:18:43.076 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90712026-05-14T15:18:43.744Z[ host-image] May 14 15:18:43.084 INFO O| May 14 15:18:43.084 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
90722026-05-14T15:18:43.744Z[ host-image] May 14 15:18:43.084 INFO O| May 14 15:18:43.084 INFO STEP 52 (remove_files) COMPLETE
90732026-05-14T15:18:43.746Z[ host-image] May 14 15:18:43.084 INFO O| May 14 15:18:43.084 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90742026-05-14T15:18:43.752Z[ host-image] May 14 15:18:43.092 INFO O| May 14 15:18:43.092 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
90752026-05-14T15:18:43.752Z[ host-image] May 14 15:18:43.092 INFO O| May 14 15:18:43.092 INFO STEP 53 (remove_files) COMPLETE
90762026-05-14T15:18:43.752Z[ host-image] May 14 15:18:43.092 INFO O| May 14 15:18:43.092 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90772026-05-14T15:18:43.760Z[ host-image] May 14 15:18:43.100 INFO O| May 14 15:18:43.100 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
90782026-05-14T15:18:43.760Z[ host-image] May 14 15:18:43.100 INFO O| May 14 15:18:43.100 INFO STEP 54 (remove_files) COMPLETE
90792026-05-14T15:18:43.760Z[ host-image] May 14 15:18:43.100 INFO O| May 14 15:18:43.100 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90802026-05-14T15:18:43.773Z[ host-image] May 14 15:18:43.113 INFO O| May 14 15:18:43.111 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
90812026-05-14T15:18:43.773Z[ host-image] May 14 15:18:43.113 INFO O| May 14 15:18:43.111 INFO STEP 55 (remove_files) COMPLETE
90822026-05-14T15:18:43.776Z[ host-image] May 14 15:18:43.113 INFO O| May 14 15:18:43.111 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90832026-05-14T15:18:43.780Z[ host-image] May 14 15:18:43.120 INFO O| May 14 15:18:43.120 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
90842026-05-14T15:18:43.780Z[ host-image] May 14 15:18:43.120 INFO O| May 14 15:18:43.120 INFO STEP 56 (remove_files) COMPLETE
90852026-05-14T15:18:43.780Z[ host-image] May 14 15:18:43.120 INFO O| May 14 15:18:43.120 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90862026-05-14T15:18:43.789Z[ host-image] May 14 15:18:43.130 INFO O| May 14 15:18:43.130 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
90872026-05-14T15:18:43.790Z[ host-image] May 14 15:18:43.130 INFO O| May 14 15:18:43.130 INFO STEP 57 (remove_files) COMPLETE
90882026-05-14T15:18:43.790Z[ host-image] May 14 15:18:43.130 INFO O| May 14 15:18:43.130 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90892026-05-14T15:18:43.798Z[ host-image] May 14 15:18:43.138 INFO O| May 14 15:18:43.138 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
90902026-05-14T15:18:43.798Z[ host-image] May 14 15:18:43.138 INFO O| May 14 15:18:43.138 INFO STEP 58 (remove_files) COMPLETE
90912026-05-14T15:18:43.798Z[ host-image] May 14 15:18:43.138 INFO O| May 14 15:18:43.138 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90922026-05-14T15:18:43.805Z[ host-image] May 14 15:18:43.145 INFO O| May 14 15:18:43.145 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
90932026-05-14T15:18:43.805Z[ host-image] May 14 15:18:43.145 INFO O| May 14 15:18:43.145 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
90942026-05-14T15:18:43.805Z[ host-image] May 14 15:18:43.145 INFO O| May 14 15:18:43.145 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
90952026-05-14T15:18:43.805Z[ host-image] May 14 15:18:43.145 INFO O| May 14 15:18:43.145 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
90962026-05-14T15:18:43.809Z[ host-image] May 14 15:18:43.146 INFO O| May 14 15:18:43.145 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
90972026-05-14T15:18:43.809Z[ host-image] May 14 15:18:43.146 INFO O| May 14 15:18:43.146 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
90982026-05-14T15:18:43.809Z[ host-image] May 14 15:18:43.146 INFO O| May 14 15:18:43.146 INFO ok!
90992026-05-14T15:18:43.809Z[ host-image] May 14 15:18:43.146 INFO O| May 14 15:18:43.146 INFO STEP 59 (ensure_file) COMPLETE
91002026-05-14T15:18:43.809Z[ host-image] May 14 15:18:43.146 INFO O| May 14 15:18:43.146 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91012026-05-14T15:18:43.813Z[ host-image] May 14 15:18:43.154 INFO O| May 14 15:18:43.154 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
91022026-05-14T15:18:43.814Z[ host-image] May 14 15:18:43.154 INFO O| May 14 15:18:43.154 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
91032026-05-14T15:18:43.814Z[ host-image] May 14 15:18:43.154 INFO O| May 14 15:18:43.154 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
91042026-05-14T15:18:43.817Z[ host-image] May 14 15:18:43.154 INFO O| May 14 15:18:43.154 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
91052026-05-14T15:18:43.817Z[ host-image] May 14 15:18:43.154 INFO O| May 14 15:18:43.154 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
91062026-05-14T15:18:43.817Z[ host-image] May 14 15:18:43.154 INFO O| May 14 15:18:43.154 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
91072026-05-14T15:18:43.817Z[ host-image] May 14 15:18:43.154 INFO O| May 14 15:18:43.154 INFO ok!
91082026-05-14T15:18:43.817Z[ host-image] May 14 15:18:43.154 INFO O| May 14 15:18:43.154 INFO STEP 60 (ensure_file) COMPLETE
91092026-05-14T15:18:43.817Z[ host-image] May 14 15:18:43.154 INFO O| May 14 15:18:43.154 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91102026-05-14T15:18:43.824Z[ host-image] May 14 15:18:43.164 INFO O| May 14 15:18:43.164 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
91112026-05-14T15:18:43.824Z[ host-image] May 14 15:18:43.164 INFO O| May 14 15:18:43.164 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
91122026-05-14T15:18:43.827Z[ host-image] May 14 15:18:43.164 INFO O| May 14 15:18:43.164 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
91132026-05-14T15:18:43.827Z[ host-image] May 14 15:18:43.164 INFO O| May 14 15:18:43.164 INFO ok!
91142026-05-14T15:18:43.827Z[ host-image] May 14 15:18:43.164 INFO O| May 14 15:18:43.164 INFO STEP 61 (ensure_file) COMPLETE
91152026-05-14T15:18:43.827Z[ host-image] May 14 15:18:43.164 INFO O| May 14 15:18:43.164 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91162026-05-14T15:18:43.833Z[ host-image] May 14 15:18:43.174 INFO O| May 14 15:18:43.174 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
91172026-05-14T15:18:43.833Z[ host-image] May 14 15:18:43.174 INFO O| May 14 15:18:43.174 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
91182026-05-14T15:18:43.833Z[ host-image] May 14 15:18:43.174 INFO O| May 14 15:18:43.174 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
91192026-05-14T15:18:43.833Z[ host-image] May 14 15:18:43.174 INFO O| May 14 15:18:43.174 INFO ok!
91202026-05-14T15:18:43.836Z[ host-image] May 14 15:18:43.174 INFO O| May 14 15:18:43.174 INFO STEP 62 (ensure_file) COMPLETE
91212026-05-14T15:18:43.836Z[ host-image] May 14 15:18:43.174 INFO O| May 14 15:18:43.174 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91222026-05-14T15:18:43.843Z[ host-image] May 14 15:18:43.183 INFO O| May 14 15:18:43.183 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
91232026-05-14T15:18:43.843Z[ host-image] May 14 15:18:43.183 INFO O| May 14 15:18:43.183 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
91242026-05-14T15:18:43.846Z[ host-image] May 14 15:18:43.183 INFO O| May 14 15:18:43.183 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
91252026-05-14T15:18:43.846Z[ host-image] May 14 15:18:43.183 INFO O| May 14 15:18:43.183 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
91262026-05-14T15:18:43.846Z[ host-image] May 14 15:18:43.183 INFO O| May 14 15:18:43.183 INFO ok!
91272026-05-14T15:18:43.846Z[ host-image] May 14 15:18:43.183 INFO O| May 14 15:18:43.183 INFO STEP 63 (ensure_file) COMPLETE
91282026-05-14T15:18:43.846Z[ host-image] May 14 15:18:43.183 INFO O| May 14 15:18:43.183 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91292026-05-14T15:18:43.853Z[ host-image] May 14 15:18:43.193 INFO O| May 14 15:18:43.193 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
91302026-05-14T15:18:43.853Z[ host-image] May 14 15:18:43.193 INFO O| May 14 15:18:43.193 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
91312026-05-14T15:18:43.856Z[ host-image] May 14 15:18:43.193 INFO O| May 14 15:18:43.193 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
91322026-05-14T15:18:43.856Z[ host-image] May 14 15:18:43.193 INFO O| May 14 15:18:43.193 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
91332026-05-14T15:18:43.856Z[ host-image] May 14 15:18:43.193 INFO O| May 14 15:18:43.193 INFO ok!
91342026-05-14T15:18:43.856Z[ host-image] May 14 15:18:43.193 INFO O| May 14 15:18:43.193 INFO STEP 64 (ensure_file) COMPLETE
91352026-05-14T15:18:43.856Z[ host-image] May 14 15:18:43.193 INFO O| May 14 15:18:43.193 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91362026-05-14T15:18:43.861Z[ host-image] May 14 15:18:43.201 INFO O| May 14 15:18:43.201 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
91372026-05-14T15:18:43.861Z[ host-image] May 14 15:18:43.201 INFO O| May 14 15:18:43.201 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
91382026-05-14T15:18:43.861Z[ host-image] May 14 15:18:43.201 INFO O| May 14 15:18:43.201 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
91392026-05-14T15:18:43.861Z[ host-image] May 14 15:18:43.201 INFO O| May 14 15:18:43.201 INFO ok!
91402026-05-14T15:18:43.862Z[ host-image] May 14 15:18:43.201 INFO O| May 14 15:18:43.201 INFO STEP 65 (assemble_files) COMPLETE
91412026-05-14T15:18:43.862Z[ host-image] May 14 15:18:43.201 INFO O| May 14 15:18:43.201 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91422026-05-14T15:18:43.874Z[ host-image] May 14 15:18:43.210 INFO O| May 14 15:18:43.210 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
91432026-05-14T15:18:43.874Z[ host-image] May 14 15:18:43.211 INFO O| May 14 15:18:43.210 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
91442026-05-14T15:18:43.874Z[ host-image] May 14 15:18:43.211 INFO O| May 14 15:18:43.211 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
91452026-05-14T15:18:43.874Z[ host-image] May 14 15:18:43.211 INFO O| May 14 15:18:43.211 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
91462026-05-14T15:18:43.874Z[ host-image] May 14 15:18:43.211 INFO O| May 14 15:18:43.211 INFO ok!
91472026-05-14T15:18:43.874Z[ host-image] May 14 15:18:43.211 INFO O| May 14 15:18:43.211 INFO STEP 66 (ensure_file) COMPLETE
91482026-05-14T15:18:43.874Z[ host-image] May 14 15:18:43.211 INFO O| May 14 15:18:43.211 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91492026-05-14T15:18:43.878Z[ host-image] May 14 15:18:43.218 INFO O| May 14 15:18:43.218 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
91502026-05-14T15:18:43.878Z[ host-image] May 14 15:18:43.219 INFO O| May 14 15:18:43.219 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
91512026-05-14T15:18:43.878Z[ host-image] May 14 15:18:43.219 INFO O| May 14 15:18:43.219 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
91522026-05-14T15:18:43.881Z[ host-image] May 14 15:18:43.219 INFO O| May 14 15:18:43.219 INFO STEP 67 (ensure_dir) COMPLETE
91532026-05-14T15:18:43.881Z[ host-image] May 14 15:18:43.219 INFO O| May 14 15:18:43.219 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91542026-05-14T15:18:43.889Z[ host-image] May 14 15:18:43.229 INFO O| May 14 15:18:43.229 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
91552026-05-14T15:18:43.889Z[ host-image] May 14 15:18:43.229 INFO O| May 14 15:18:43.229 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 ...
91562026-05-14T15:18:43.895Z[ host-image] May 14 15:18:43.235 INFO O| May 14 15:18:43.235 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
91572026-05-14T15:18:43.895Z[ host-image] May 14 15:18:43.235 INFO O| May 14 15:18:43.235 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
91582026-05-14T15:18:43.895Z[ host-image] May 14 15:18:43.235 INFO O| May 14 15:18:43.235 INFO ok!
91592026-05-14T15:18:43.895Z[ host-image] May 14 15:18:43.235 INFO O| May 14 15:18:43.235 INFO STEP 68 (ensure_file) COMPLETE
91602026-05-14T15:18:43.898Z[ host-image] May 14 15:18:43.235 INFO O| May 14 15:18:43.235 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91612026-05-14T15:18:43.905Z[ host-image] May 14 15:18:43.245 INFO O| May 14 15:18:43.245 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
91622026-05-14T15:18:43.905Z[ host-image] May 14 15:18:43.246 INFO O| May 14 15:18:43.245 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 ...
91632026-05-14T15:18:43.908Z[ host-image] May 14 15:18:43.246 INFO O| May 14 15:18:43.246 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
91642026-05-14T15:18:43.908Z[ host-image] May 14 15:18:43.246 INFO O| May 14 15:18:43.246 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
91652026-05-14T15:18:43.908Z[ host-image] May 14 15:18:43.246 INFO O| May 14 15:18:43.246 INFO ok!
91662026-05-14T15:18:43.908Z[ host-image] May 14 15:18:43.246 INFO O| May 14 15:18:43.246 INFO STEP 69 (ensure_file) COMPLETE
91672026-05-14T15:18:43.908Z[ host-image] May 14 15:18:43.246 INFO O| May 14 15:18:43.246 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91682026-05-14T15:18:43.930Z[ host-image] May 14 15:18:43.260 INFO O| May 14 15:18:43.260 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
91692026-05-14T15:18:43.930Z[ host-image] May 14 15:18:43.260 INFO O| May 14 15:18:43.260 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
91702026-05-14T15:18:45.262Z[ host-image] May 14 15:18:44.602 INFO O| May 14 15:18:44.602 INFO STEP 70 (pack_tar) COMPLETE
91712026-05-14T15:18:45.262Z[ host-image] May 14 15:18:44.602 INFO O| May 14 15:18:44.602 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
91722026-05-14T15:18:45.262Z[ host-image] May 14 15:18:44.602 INFO O| May 14 15:18:44.602 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
91732026-05-14T15:18:45.887Z[ host-image] May 14 15:18:45.228 INFO O| May 14 15:18:45.228 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
91742026-05-14T15:18:45.987Z[ host-image] May 14 15:18:45.325 INFO O| May 14 15:18:45.325 INFO completed processing sled/ramdisk-02-trim
91752026-05-14T15:18:45.990Z[ host-image] May 14 15:18:45.328 INFO image builder template: zfs...
91762026-05-14T15:18:45.990Z[ host-image] May 14 15:18:45.328 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/.tmp2Zpu7x/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
91772026-05-14T15:18:46.000Z[ host-image] May 14 15:18:45.340 INFO O| May 14 15:18:45.340 INFO skip include "stress" because feature "stress" is not enabled
91782026-05-14T15:18:46.000Z[ host-image] May 14 15:18:45.340 INFO O| May 14 15:18:45.340 INFO skip include "stress" because feature "compliance" is not enabled
91792026-05-14T15:18:46.027Z[ host-image] May 14 15:18:45.367 INFO O| May 14 15:18:45.367 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
91802026-05-14T15:18:46.031Z[ host-image] May 14 15:18:45.370 INFO O| May 14 15:18:45.370 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
91812026-05-14T15:18:46.119Z[ host-image] May 14 15:18:45.456 INFO O| May 14 15:18:45.456 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
91822026-05-14T15:18:46.192Z[ host-image] May 14 15:18:45.532 INFO O| May 14 15:18:45.532 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
91832026-05-14T15:18:46.192Z[ host-image] May 14 15:18:45.532 INFO O| May 14 15:18:45.532 INFO work dataset: rpool/images/build/host/work/sled/zfs
91842026-05-14T15:18:46.196Z[ host-image] May 14 15:18:45.536 INFO O| May 14 15:18:45.536 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
91852026-05-14T15:18:46.285Z[ host-image] May 14 15:18:45.625 INFO O| May 14 15:18:45.625 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
91862026-05-14T15:18:46.365Z[ host-image] May 14 15:18:45.705 INFO O| May 14 15:18:45.705 INFO DESTROY POOL: TEMPORARY-sled-zfs
91872026-05-14T15:18:46.374Z[ host-image] May 14 15:18:45.714 INFO O| May 14 15:18:45.714 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
91882026-05-14T15:18:46.379Z[ host-image] May 14 15:18:45.718 INFO O| May 14 15:18:45.718 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
91892026-05-14T15:18:46.379Z[ host-image] May 14 15:18:45.718 INFO O| May 14 15:18:45.718 INFO no lofi found
91902026-05-14T15:18:46.383Z[ host-image] May 14 15:18:45.718 INFO O| May 14 15:18:45.718 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
91912026-05-14T15:18:46.383Z[ host-image] May 14 15:18:45.718 INFO O| May 14 15:18:45.718 INFO CREATE IMAGE (1050MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
91922026-05-14T15:18:47.661Z[ host-image] May 14 15:18:47.001 INFO O| May 14 15:18:47.001 INFO lofi device = /dev/dsk/c2t1d0p0
91932026-05-14T15:18:47.661Z[ host-image] May 14 15:18:47.001 INFO O| May 14 15:18:47.001 INFO pool device = /dev/dsk/c2t1d0p0
91942026-05-14T15:18:47.665Z[ host-image] May 14 15:18:47.001 INFO O| May 14 15:18:47.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"]
91952026-05-14T15:18:47.820Z[ host-image] May 14 15:18:47.160 INFO O| May 14 15:18:47.160 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
91962026-05-14T15:18:47.823Z[ host-image] May 14 15:18:47.160 INFO O| May 14 15:18:47.160 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
91972026-05-14T15:18:47.901Z[ host-image] May 14 15:18:47.241 INFO O| May 14 15:18:47.241 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
91982026-05-14T15:18:47.966Z[ host-image] May 14 15:18:47.307 INFO O| May 14 15:18:47.307 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
91992026-05-14T15:18:47.998Z[ host-image] May 14 15:18:47.338 INFO O| May 14 15:18:47.338 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
92002026-05-14T15:18:48.015Z[ host-image] May 14 15:18:47.355 INFO O| May 14 15:18:47.355 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
92012026-05-14T15:18:48.030Z[ host-image] May 14 15:18:47.370 INFO O| May 14 15:18:47.370 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
92022026-05-14T15:18:48.068Z[ host-image] May 14 15:18:47.408 INFO O| May 14 15:18:47.408 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
92032026-05-14T15:18:48.068Z[ host-image] May 14 15:18:47.408 INFO O| May 14 15:18:47.408 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
92042026-05-14T15:18:48.068Z[ host-image] May 14 15:18:47.408 INFO O| May 14 15:18:47.408 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
92052026-05-14T15:18:48.076Z[ host-image] May 14 15:18:47.416 INFO O| May 14 15:18:47.416 INFO boot environment UUID: 9f41b4fe-a786-4e45-bc48-c37af1b13e79
92062026-05-14T15:18:48.076Z[ host-image] May 14 15:18:47.416 INFO O| May 14 15:18:47.416 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 9f41b4fe-a786-4e45-bc48-c37af1b13e79
92072026-05-14T15:18:48.089Z[ host-image] May 14 15:18:47.429 INFO O| May 14 15:18:47.429 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
92082026-05-14T15:18:48.103Z[ host-image] May 14 15:18:47.444 INFO O| May 14 15:18:47.444 INFO STEP 0 (create_be) COMPLETE
92092026-05-14T15:18:48.103Z[ host-image] May 14 15:18:47.444 INFO O| May 14 15:18:47.444 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
92102026-05-14T15:18:48.115Z[ host-image] May 14 15:18:47.455 INFO O| May 14 15:18:47.455 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
92112026-05-14T15:18:58.560Z[ host-image] May 14 15:18:57.900 INFO O| May 14 15:18:57.900 INFO STEP 1 (unpack_tar) COMPLETE
92122026-05-14T15:18:58.563Z[ host-image] May 14 15:18:57.900 INFO O| May 14 15:18:57.900 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92132026-05-14T15:18:58.569Z[ host-image] May 14 15:18:57.910 INFO O| May 14 15:18:57.909 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
92142026-05-14T15:18:58.952Z[ host-image] May 14 15:18:58.292 INFO O| May 14 15:18:58.292 INFO STEP 2 (devfsadm) COMPLETE
92152026-05-14T15:18:58.955Z[ host-image] May 14 15:18:58.292 INFO O| May 14 15:18:58.292 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92162026-05-14T15:18:58.962Z[ host-image] May 14 15:18:58.302 INFO O| May 14 15:18:58.302 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
92172026-05-14T15:18:58.962Z[ host-image] May 14 15:18:58.302 INFO O| May 14 15:18:58.302 INFO STEP 3 (ensure_dir) COMPLETE
92182026-05-14T15:18:58.962Z[ host-image] May 14 15:18:58.302 INFO O| May 14 15:18:58.302 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92192026-05-14T15:18:58.972Z[ host-image] May 14 15:18:58.312 INFO O| May 14 15:18:58.312 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
92202026-05-14T15:18:58.972Z[ host-image] May 14 15:18:58.312 INFO O| May 14 15:18:58.312 INFO STEP 4 (ensure_dir) COMPLETE
92212026-05-14T15:18:58.975Z[ host-image] May 14 15:18:58.312 INFO O| May 14 15:18:58.312 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92222026-05-14T15:18:58.981Z[ host-image] May 14 15:18:58.321 INFO O| May 14 15:18:58.321 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
92232026-05-14T15:18:58.981Z[ host-image] May 14 15:18:58.321 INFO O| May 14 15:18:58.321 INFO STEP 5 (ensure_dir) COMPLETE
92242026-05-14T15:18:58.981Z[ host-image] May 14 15:18:58.321 INFO O| May 14 15:18:58.321 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92252026-05-14T15:18:58.990Z[ host-image] May 14 15:18:58.330 INFO O| May 14 15:18:58.330 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
92262026-05-14T15:18:58.990Z[ host-image] May 14 15:18:58.330 INFO O| May 14 15:18:58.330 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
92272026-05-14T15:18:58.990Z[ host-image] May 14 15:18:58.330 INFO O| May 14 15:18:58.330 INFO STEP 6 (ensure_dir) COMPLETE
92282026-05-14T15:18:58.993Z[ host-image] May 14 15:18:58.330 INFO O| May 14 15:18:58.330 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92292026-05-14T15:18:58.998Z[ host-image] May 14 15:18:58.338 INFO O| May 14 15:18:58.338 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
92302026-05-14T15:18:58.998Z[ host-image] May 14 15:18:58.338 INFO O| May 14 15:18:58.338 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
92312026-05-14T15:18:58.998Z[ host-image] May 14 15:18:58.338 INFO O| May 14 15:18:58.338 INFO STEP 7 (ensure_dir) COMPLETE
92322026-05-14T15:18:59.001Z[ host-image] May 14 15:18:58.338 INFO O| May 14 15:18:58.338 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92332026-05-14T15:18:59.005Z[ host-image] May 14 15:18:58.345 INFO O| May 14 15:18:58.345 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
92342026-05-14T15:18:59.008Z[ host-image] May 14 15:18:58.346 INFO O| May 14 15:18:58.346 INFO STEP 8 (remove_files) COMPLETE
92352026-05-14T15:18:59.008Z[ host-image] May 14 15:18:58.346 INFO O| May 14 15:18:58.346 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92362026-05-14T15:18:59.013Z[ host-image] May 14 15:18:58.354 INFO O| May 14 15:18:58.353 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
92372026-05-14T15:18:59.016Z[ host-image] May 14 15:18:58.354 INFO O| May 14 15:18:58.354 INFO STEP 9 (remove_files) COMPLETE
92382026-05-14T15:18:59.016Z[ host-image] May 14 15:18:58.354 INFO O| May 14 15:18:58.354 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92392026-05-14T15:18:59.021Z[ host-image] May 14 15:18:58.362 INFO O| May 14 15:18:58.361 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
92402026-05-14T15:18:59.024Z[ host-image] May 14 15:18:58.362 INFO O| May 14 15:18:58.362 INFO STEP 10 (remove_files) COMPLETE
92412026-05-14T15:18:59.024Z[ host-image] May 14 15:18:58.362 INFO O| May 14 15:18:58.362 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92422026-05-14T15:18:59.029Z[ host-image] May 14 15:18:58.369 INFO O| May 14 15:18:58.369 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
92432026-05-14T15:18:59.029Z[ host-image] May 14 15:18:58.369 INFO O| May 14 15:18:58.369 INFO STEP 11 (remove_files) COMPLETE
92442026-05-14T15:18:59.029Z[ host-image] May 14 15:18:58.369 INFO O| May 14 15:18:58.369 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92452026-05-14T15:18:59.038Z[ host-image] May 14 15:18:58.377 INFO O| May 14 15:18:58.377 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
92462026-05-14T15:18:59.038Z[ host-image] May 14 15:18:58.377 INFO O| May 14 15:18:58.377 INFO STEP 12 (remove_files) COMPLETE
92472026-05-14T15:18:59.038Z[ host-image] May 14 15:18:58.377 INFO O| May 14 15:18:58.377 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92482026-05-14T15:18:59.044Z[ host-image] May 14 15:18:58.384 INFO O| May 14 15:18:58.384 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
92492026-05-14T15:18:59.044Z[ host-image] May 14 15:18:58.384 INFO O| May 14 15:18:58.384 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
92502026-05-14T15:18:59.044Z[ host-image] May 14 15:18:58.384 INFO O| May 14 15:18:58.384 INFO STEP 13 (ensure_dir) COMPLETE
92512026-05-14T15:18:59.047Z[ host-image] May 14 15:18:58.384 INFO O| May 14 15:18:58.384 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92522026-05-14T15:18:59.051Z[ host-image] May 14 15:18:58.391 INFO O| May 14 15:18:58.391 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
92532026-05-14T15:18:59.051Z[ host-image] May 14 15:18:58.392 INFO O| May 14 15:18:58.392 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
92542026-05-14T15:18:59.054Z[ host-image] May 14 15:18:58.392 INFO O| May 14 15:18:58.392 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
92552026-05-14T15:18:59.054Z[ host-image] May 14 15:18:58.392 INFO O| May 14 15:18:58.392 INFO STEP 14 (ensure_dir) COMPLETE
92562026-05-14T15:18:59.054Z[ host-image] May 14 15:18:58.392 INFO O| May 14 15:18:58.392 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92572026-05-14T15:18:59.059Z[ host-image] May 14 15:18:58.399 INFO O| May 14 15:18:58.399 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
92582026-05-14T15:18:59.059Z[ host-image] May 14 15:18:58.399 INFO O| May 14 15:18:58.399 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
92592026-05-14T15:18:59.059Z[ host-image] May 14 15:18:58.399 INFO O| May 14 15:18:58.399 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
92602026-05-14T15:18:59.062Z[ host-image] May 14 15:18:58.399 INFO O| May 14 15:18:58.399 INFO STEP 15 (ensure_dir) COMPLETE
92612026-05-14T15:18:59.062Z[ host-image] May 14 15:18:58.399 INFO O| May 14 15:18:58.399 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92622026-05-14T15:18:59.066Z[ host-image] May 14 15:18:58.406 INFO O| May 14 15:18:58.406 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
92632026-05-14T15:18:59.066Z[ host-image] May 14 15:18:58.406 INFO O| May 14 15:18:58.406 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
92642026-05-14T15:18:59.066Z[ host-image] May 14 15:18:58.406 INFO O| May 14 15:18:58.406 INFO STEP 16 (ensure_dir) COMPLETE
92652026-05-14T15:18:59.069Z[ host-image] May 14 15:18:58.406 INFO O| May 14 15:18:58.406 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92662026-05-14T15:18:59.073Z[ host-image] May 14 15:18:58.414 INFO O| May 14 15:18:58.413 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
92672026-05-14T15:18:59.073Z[ host-image] May 14 15:18:58.414 INFO O| May 14 15:18:58.414 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
92682026-05-14T15:18:59.073Z[ host-image] May 14 15:18:58.414 INFO O| May 14 15:18:58.414 INFO STEP 17 (ensure_dir) COMPLETE
92692026-05-14T15:18:59.076Z[ host-image] May 14 15:18:58.414 INFO O| May 14 15:18:58.414 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92702026-05-14T15:18:59.081Z[ host-image] May 14 15:18:58.421 INFO O| May 14 15:18:58.421 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
92712026-05-14T15:18:59.081Z[ host-image] May 14 15:18:58.421 INFO O| May 14 15:18:58.421 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
92722026-05-14T15:18:59.081Z[ host-image] May 14 15:18:58.421 INFO O| May 14 15:18:58.421 INFO ok!
92732026-05-14T15:18:59.084Z[ host-image] May 14 15:18:58.421 INFO O| May 14 15:18:58.421 INFO STEP 18 (ensure_symlink) COMPLETE
92742026-05-14T15:18:59.084Z[ host-image] May 14 15:18:58.421 INFO O| May 14 15:18:58.421 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92752026-05-14T15:18:59.088Z[ host-image] May 14 15:18:58.429 INFO O| May 14 15:18:58.428 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
92762026-05-14T15:18:59.088Z[ host-image] May 14 15:18:58.429 INFO O| May 14 15:18:58.428 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
92772026-05-14T15:18:59.088Z[ host-image] May 14 15:18:58.429 INFO O| May 14 15:18:58.429 INFO ok!
92782026-05-14T15:18:59.091Z[ host-image] May 14 15:18:58.429 INFO O| May 14 15:18:58.429 INFO STEP 19 (ensure_file) COMPLETE
92792026-05-14T15:18:59.091Z[ host-image] May 14 15:18:58.429 INFO O| May 14 15:18:58.429 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92802026-05-14T15:18:59.095Z[ host-image] May 14 15:18:58.436 INFO O| May 14 15:18:58.436 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
92812026-05-14T15:18:59.096Z[ host-image] May 14 15:18:58.436 INFO O| May 14 15:18:58.436 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
92822026-05-14T15:18:59.098Z[ host-image] May 14 15:18:58.436 INFO O| May 14 15:18:58.436 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
92832026-05-14T15:18:59.098Z[ host-image] May 14 15:18:58.436 INFO O| May 14 15:18:58.436 INFO ok!
92842026-05-14T15:18:59.098Z[ host-image] May 14 15:18:58.436 INFO O| May 14 15:18:58.436 INFO STEP 20 (ensure_symlink) COMPLETE
92852026-05-14T15:18:59.098Z[ host-image] May 14 15:18:58.436 INFO O| May 14 15:18:58.436 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92862026-05-14T15:18:59.103Z[ host-image] May 14 15:18:58.443 INFO O| May 14 15:18:58.443 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
92872026-05-14T15:18:59.103Z[ host-image] May 14 15:18:58.443 INFO O| May 14 15:18:58.443 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
92882026-05-14T15:18:59.106Z[ host-image] May 14 15:18:58.443 INFO O| May 14 15:18:58.443 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
92892026-05-14T15:18:59.106Z[ host-image] May 14 15:18:58.443 INFO O| May 14 15:18:58.443 INFO ok!
92902026-05-14T15:18:59.106Z[ host-image] May 14 15:18:58.443 INFO O| May 14 15:18:58.443 INFO STEP 21 (ensure_symlink) COMPLETE
92912026-05-14T15:18:59.106Z[ host-image] May 14 15:18:58.443 INFO O| May 14 15:18:58.443 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92922026-05-14T15:18:59.110Z[ host-image] May 14 15:18:58.451 INFO O| May 14 15:18:58.451 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
92932026-05-14T15:18:59.110Z[ host-image] May 14 15:18:58.451 INFO O| May 14 15:18:58.451 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
92942026-05-14T15:18:59.113Z[ host-image] May 14 15:18:58.451 INFO O| May 14 15:18:58.451 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
92952026-05-14T15:18:59.113Z[ host-image] May 14 15:18:58.451 INFO O| May 14 15:18:58.451 INFO ok!
92962026-05-14T15:18:59.113Z[ host-image] May 14 15:18:58.451 INFO O| May 14 15:18:58.451 INFO STEP 22 (ensure_symlink) COMPLETE
92972026-05-14T15:18:59.114Z[ host-image] May 14 15:18:58.451 INFO O| May 14 15:18:58.451 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92982026-05-14T15:18:59.118Z[ host-image] May 14 15:18:58.458 INFO O| May 14 15:18:58.458 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
92992026-05-14T15:18:59.118Z[ host-image] May 14 15:18:58.458 INFO O| May 14 15:18:58.458 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
93002026-05-14T15:18:59.118Z[ host-image] May 14 15:18:58.458 INFO O| May 14 15:18:58.458 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
93012026-05-14T15:18:59.121Z[ host-image] May 14 15:18:58.458 INFO O| May 14 15:18:58.458 INFO ok!
93022026-05-14T15:18:59.121Z[ host-image] May 14 15:18:58.458 INFO O| May 14 15:18:58.458 INFO STEP 23 (ensure_symlink) COMPLETE
93032026-05-14T15:18:59.121Z[ host-image] May 14 15:18:58.458 INFO O| May 14 15:18:58.458 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93042026-05-14T15:18:59.126Z[ host-image] May 14 15:18:58.466 INFO O| May 14 15:18:58.466 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
93052026-05-14T15:18:59.126Z[ host-image] May 14 15:18:58.466 INFO O| May 14 15:18:58.466 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
93062026-05-14T15:18:59.128Z[ host-image] May 14 15:18:58.466 INFO O| May 14 15:18:58.466 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
93072026-05-14T15:18:59.129Z[ host-image] May 14 15:18:58.466 INFO O| May 14 15:18:58.466 INFO ok!
93082026-05-14T15:18:59.129Z[ host-image] May 14 15:18:58.466 INFO O| May 14 15:18:58.466 INFO STEP 24 (ensure_file) COMPLETE
93092026-05-14T15:18:59.129Z[ host-image] May 14 15:18:58.466 INFO O| May 14 15:18:58.466 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
93102026-05-14T15:18:59.135Z[ host-image] May 14 15:18:58.476 INFO O| May 14 15:18:58.476 INFO updating shadow file
93112026-05-14T15:18:59.136Z[ host-image] May 14 15:18:58.476 INFO O| May 14 15:18:58.476 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
93122026-05-14T15:18:59.138Z[ host-image] May 14 15:18:58.476 INFO O| May 14 15:18:58.476 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
93132026-05-14T15:18:59.138Z[ host-image] May 14 15:18:58.476 INFO O| May 14 15:18:58.476 INFO STEP 25 (shadow) COMPLETE
93142026-05-14T15:18:59.138Z[ host-image] May 14 15:18:58.476 INFO O| May 14 15:18:58.476 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93152026-05-14T15:18:59.145Z[ host-image] May 14 15:18:58.485 INFO O| May 14 15:18:58.485 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
93162026-05-14T15:18:59.145Z[ host-image] May 14 15:18:58.486 INFO O| May 14 15:18:58.486 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
93172026-05-14T15:18:59.149Z[ host-image] May 14 15:18:58.486 INFO O| May 14 15:18:58.486 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
93182026-05-14T15:18:59.150Z[ host-image] May 14 15:18:58.486 INFO O| May 14 15:18:58.486 INFO ok!
93192026-05-14T15:18:59.150Z[ host-image] May 14 15:18:58.486 INFO O| May 14 15:18:58.486 INFO STEP 26 (ensure_file) COMPLETE
93202026-05-14T15:18:59.150Z[ host-image] May 14 15:18:58.486 INFO O| May 14 15:18:58.486 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93212026-05-14T15:18:59.155Z[ host-image] May 14 15:18:58.496 INFO O| May 14 15:18:58.495 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
93222026-05-14T15:18:59.155Z[ host-image] May 14 15:18:58.496 INFO O| May 14 15:18:58.495 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
93232026-05-14T15:18:59.155Z[ host-image] May 14 15:18:58.496 INFO O| May 14 15:18:58.496 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
93242026-05-14T15:18:59.159Z[ host-image] May 14 15:18:58.496 INFO O| May 14 15:18:58.496 INFO ok!
93252026-05-14T15:18:59.159Z[ host-image] May 14 15:18:58.496 INFO O| May 14 15:18:58.496 INFO STEP 27 (ensure_file) COMPLETE
93262026-05-14T15:18:59.159Z[ host-image] May 14 15:18:58.496 INFO O| May 14 15:18:58.496 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93272026-05-14T15:18:59.165Z[ host-image] May 14 15:18:58.505 INFO O| May 14 15:18:58.505 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
93282026-05-14T15:18:59.165Z[ host-image] May 14 15:18:58.506 INFO O| May 14 15:18:58.505 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
93292026-05-14T15:18:59.168Z[ host-image] May 14 15:18:58.506 INFO O| May 14 15:18:58.506 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
93302026-05-14T15:18:59.168Z[ host-image] May 14 15:18:58.506 INFO O| May 14 15:18:58.506 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
93312026-05-14T15:18:59.168Z[ host-image] May 14 15:18:58.506 INFO O| May 14 15:18:58.506 INFO ok!
93322026-05-14T15:18:59.168Z[ host-image] May 14 15:18:58.506 INFO O| May 14 15:18:58.506 INFO STEP 28 (ensure_file) COMPLETE
93332026-05-14T15:18:59.168Z[ host-image] May 14 15:18:58.506 INFO O| May 14 15:18:58.506 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93342026-05-14T15:18:59.174Z[ host-image] May 14 15:18:58.514 INFO O| May 14 15:18:58.514 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
93352026-05-14T15:18:59.174Z[ host-image] May 14 15:18:58.514 INFO O| May 14 15:18:58.514 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
93362026-05-14T15:18:59.177Z[ host-image] May 14 15:18:58.514 INFO O| May 14 15:18:58.514 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
93372026-05-14T15:18:59.177Z[ host-image] May 14 15:18:58.514 INFO O| May 14 15:18:58.514 INFO ok!
93382026-05-14T15:18:59.177Z[ host-image] May 14 15:18:58.514 INFO O| May 14 15:18:58.514 INFO STEP 29 (ensure_file) COMPLETE
93392026-05-14T15:18:59.177Z[ host-image] May 14 15:18:58.514 INFO O| May 14 15:18:58.514 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
93402026-05-14T15:18:59.184Z[ host-image] May 14 15:18:58.524 INFO O| May 14 15:18:58.524 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
93412026-05-14T15:18:59.184Z[ host-image] May 14 15:18:58.524 INFO O| May 14 15:18:58.524 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
93422026-05-14T15:18:59.187Z[ host-image] May 14 15:18:58.524 INFO O| May 14 15:18:58.524 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
93432026-05-14T15:18:59.187Z[ host-image] May 14 15:18:58.524 INFO O| May 14 15:18:58.524 INFO STEP 30 (ensure_dir) COMPLETE
93442026-05-14T15:18:59.187Z[ host-image] May 14 15:18:58.524 INFO O| May 14 15:18:58.524 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93452026-05-14T15:18:59.193Z[ host-image] May 14 15:18:58.533 INFO O| May 14 15:18:58.533 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
93462026-05-14T15:18:59.193Z[ host-image] May 14 15:18:58.533 INFO O| May 14 15:18:58.533 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
93472026-05-14T15:18:59.196Z[ host-image] May 14 15:18:58.533 INFO O| May 14 15:18:58.533 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
93482026-05-14T15:18:59.196Z[ host-image] May 14 15:18:58.533 INFO O| May 14 15:18:58.533 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
93492026-05-14T15:18:59.196Z[ host-image] May 14 15:18:58.533 INFO O| May 14 15:18:58.533 INFO ok!
93502026-05-14T15:18:59.196Z[ host-image] May 14 15:18:58.533 INFO O| May 14 15:18:58.533 INFO STEP 31 (ensure_file) COMPLETE
93512026-05-14T15:18:59.196Z[ host-image] May 14 15:18:58.533 INFO O| May 14 15:18:58.533 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
93522026-05-14T15:18:59.202Z[ host-image] May 14 15:18:58.542 INFO O| May 14 15:18:58.542 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
93532026-05-14T15:18:59.202Z[ host-image] May 14 15:18:58.542 INFO O| May 14 15:18:58.542 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
93542026-05-14T15:18:59.205Z[ host-image] May 14 15:18:58.542 INFO O| May 14 15:18:58.542 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
93552026-05-14T15:18:59.205Z[ host-image] May 14 15:18:58.542 INFO O| May 14 15:18:58.542 INFO STEP 32 (ensure_dir) COMPLETE
93562026-05-14T15:18:59.205Z[ host-image] May 14 15:18:58.542 INFO O| May 14 15:18:58.542 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93572026-05-14T15:18:59.212Z[ host-image] May 14 15:18:58.552 INFO O| May 14 15:18:58.551 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
93582026-05-14T15:18:59.212Z[ host-image] May 14 15:18:58.552 INFO O| May 14 15:18:58.552 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 ...
93592026-05-14T15:18:59.212Z[ host-image] May 14 15:18:58.552 INFO O| May 14 15:18:58.552 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
93602026-05-14T15:18:59.219Z[ host-image] May 14 15:18:58.552 INFO O| May 14 15:18:58.552 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
93612026-05-14T15:18:59.219Z[ host-image] May 14 15:18:58.552 INFO O| May 14 15:18:58.552 INFO ok!
93622026-05-14T15:18:59.220Z[ host-image] May 14 15:18:58.552 INFO O| May 14 15:18:58.552 INFO STEP 33 (ensure_file) COMPLETE
93632026-05-14T15:18:59.220Z[ host-image] May 14 15:18:58.552 INFO O| May 14 15:18:58.552 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
93642026-05-14T15:18:59.223Z[ host-image] May 14 15:18:58.561 INFO O| May 14 15:18:58.561 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
93652026-05-14T15:18:59.223Z[ host-image] May 14 15:18:58.562 INFO O| May 14 15:18:58.561 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
93662026-05-14T15:18:59.223Z[ host-image] May 14 15:18:58.562 INFO O| May 14 15:18:58.562 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
93672026-05-14T15:18:59.223Z[ host-image] May 14 15:18:58.562 INFO O| May 14 15:18:58.562 INFO ok!
93682026-05-14T15:18:59.223Z[ host-image] May 14 15:18:58.562 INFO O| May 14 15:18:58.562 INFO STEP 34 (ensure_file) COMPLETE
93692026-05-14T15:18:59.223Z[ host-image] May 14 15:18:58.562 INFO O| May 14 15:18:58.562 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
93702026-05-14T15:18:59.229Z[ host-image] May 14 15:18:58.569 INFO O| May 14 15:18:58.569 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
93712026-05-14T15:18:59.229Z[ host-image] May 14 15:18:58.570 INFO O| May 14 15:18:58.569 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
93722026-05-14T15:18:59.232Z[ host-image] May 14 15:18:58.570 INFO O| May 14 15:18:58.570 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
93732026-05-14T15:18:59.232Z[ host-image] May 14 15:18:58.570 INFO O| May 14 15:18:58.570 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
93742026-05-14T15:18:59.232Z[ host-image] May 14 15:18:58.570 INFO O| May 14 15:18:58.570 INFO ok!
93752026-05-14T15:18:59.232Z[ host-image] May 14 15:18:58.570 INFO O| May 14 15:18:58.570 INFO STEP 35 (ensure_file) COMPLETE
93762026-05-14T15:18:59.232Z[ host-image] May 14 15:18:58.570 INFO O| May 14 15:18:58.570 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
93772026-05-14T15:18:59.237Z[ host-image] May 14 15:18:58.577 INFO O| May 14 15:18:58.577 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
93782026-05-14T15:18:59.237Z[ host-image] May 14 15:18:58.577 INFO O| May 14 15:18:58.577 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
93792026-05-14T15:18:59.240Z[ host-image] May 14 15:18:58.577 INFO O| May 14 15:18:58.577 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
93802026-05-14T15:18:59.240Z[ host-image] May 14 15:18:58.577 INFO O| May 14 15:18:58.577 INFO ok!
93812026-05-14T15:18:59.240Z[ host-image] May 14 15:18:58.577 INFO O| May 14 15:18:58.577 INFO STEP 36 (ensure_file) COMPLETE
93822026-05-14T15:18:59.240Z[ host-image] May 14 15:18:58.577 INFO O| May 14 15:18:58.577 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
93832026-05-14T15:18:59.245Z[ host-image] May 14 15:18:58.585 INFO O| May 14 15:18:58.585 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
93842026-05-14T15:18:59.245Z[ host-image] May 14 15:18:58.585 INFO O| May 14 15:18:58.585 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
93852026-05-14T15:18:59.248Z[ host-image] May 14 15:18:58.585 INFO O| May 14 15:18:58.585 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
93862026-05-14T15:18:59.248Z[ host-image] May 14 15:18:58.585 INFO O| May 14 15:18:58.585 INFO ok!
93872026-05-14T15:18:59.248Z[ host-image] May 14 15:18:58.585 INFO O| May 14 15:18:58.585 INFO STEP 37 (ensure_file) COMPLETE
93882026-05-14T15:18:59.248Z[ host-image] May 14 15:18:58.585 INFO O| May 14 15:18:58.585 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
93892026-05-14T15:18:59.253Z[ host-image] May 14 15:18:58.593 INFO O| May 14 15:18:58.593 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
93902026-05-14T15:18:59.253Z[ host-image] May 14 15:18:58.593 INFO O| May 14 15:18:58.593 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
93912026-05-14T15:18:59.253Z[ host-image] May 14 15:18:58.593 INFO O| May 14 15:18:58.593 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
93922026-05-14T15:18:59.257Z[ host-image] May 14 15:18:58.593 INFO O| May 14 15:18:58.593 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
93932026-05-14T15:18:59.257Z[ host-image] May 14 15:18:58.593 INFO O| May 14 15:18:58.593 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
93942026-05-14T15:18:59.257Z[ host-image] May 14 15:18:58.593 INFO O| May 14 15:18:58.593 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
93952026-05-14T15:18:59.257Z[ host-image] May 14 15:18:58.593 INFO O| May 14 15:18:58.593 INFO ok!
93962026-05-14T15:18:59.257Z[ host-image] May 14 15:18:58.593 INFO O| May 14 15:18:58.593 INFO STEP 38 (ensure_file) COMPLETE
93972026-05-14T15:18:59.257Z[ host-image] May 14 15:18:58.593 INFO O| May 14 15:18:58.593 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
93982026-05-14T15:18:59.260Z[ host-image] May 14 15:18:58.600 INFO O| May 14 15:18:58.600 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
93992026-05-14T15:18:59.260Z[ host-image] May 14 15:18:58.600 INFO O| May 14 15:18:58.600 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
94002026-05-14T15:18:59.260Z[ host-image] May 14 15:18:58.600 INFO O| May 14 15:18:58.600 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
94012026-05-14T15:18:59.263Z[ host-image] May 14 15:18:58.600 INFO O| May 14 15:18:58.600 INFO STEP 39 (ensure_dir) COMPLETE
94022026-05-14T15:18:59.263Z[ host-image] May 14 15:18:58.600 INFO O| May 14 15:18:58.600 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94032026-05-14T15:18:59.268Z[ host-image] May 14 15:18:58.608 INFO O| May 14 15:18:58.608 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
94042026-05-14T15:18:59.268Z[ host-image] May 14 15:18:58.608 INFO O| May 14 15:18:58.608 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 ...
94052026-05-14T15:18:59.271Z[ host-image] May 14 15:18:58.608 INFO O| May 14 15:18:58.608 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
94062026-05-14T15:18:59.271Z[ host-image] May 14 15:18:58.608 INFO O| May 14 15:18:58.608 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
94072026-05-14T15:18:59.271Z[ host-image] May 14 15:18:58.608 INFO O| May 14 15:18:58.608 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
94082026-05-14T15:18:59.271Z[ host-image] May 14 15:18:58.608 INFO O| May 14 15:18:58.608 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
94092026-05-14T15:18:59.271Z[ host-image] May 14 15:18:58.608 INFO O| May 14 15:18:58.608 INFO ok!
94102026-05-14T15:18:59.271Z[ host-image] May 14 15:18:58.608 INFO O| May 14 15:18:58.608 INFO STEP 40 (ensure_file) COMPLETE
94112026-05-14T15:18:59.271Z[ host-image] May 14 15:18:58.608 INFO O| May 14 15:18:58.608 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94122026-05-14T15:18:59.275Z[ host-image] May 14 15:18:58.615 INFO O| May 14 15:18:58.615 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
94132026-05-14T15:18:59.275Z[ host-image] May 14 15:18:58.615 INFO O| May 14 15:18:58.615 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 ...
94142026-05-14T15:18:59.278Z[ host-image] May 14 15:18:58.615 INFO O| May 14 15:18:58.615 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
94152026-05-14T15:18:59.278Z[ host-image] May 14 15:18:58.615 INFO O| May 14 15:18:58.615 INFO ok!
94162026-05-14T15:18:59.278Z[ host-image] May 14 15:18:58.615 INFO O| May 14 15:18:58.615 INFO STEP 41 (ensure_symlink) COMPLETE
94172026-05-14T15:18:59.278Z[ host-image] May 14 15:18:58.615 INFO O| May 14 15:18:58.615 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94182026-05-14T15:18:59.282Z[ host-image] May 14 15:18:58.622 INFO O| May 14 15:18:58.622 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
94192026-05-14T15:18:59.282Z[ host-image] May 14 15:18:58.622 INFO O| May 14 15:18:58.622 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
94202026-05-14T15:18:59.285Z[ host-image] May 14 15:18:58.622 INFO O| May 14 15:18:58.622 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
94212026-05-14T15:18:59.285Z[ host-image] May 14 15:18:58.622 INFO O| May 14 15:18:58.622 INFO ok!
94222026-05-14T15:18:59.285Z[ host-image] May 14 15:18:58.622 INFO O| May 14 15:18:58.622 INFO STEP 42 (ensure_symlink) COMPLETE
94232026-05-14T15:18:59.285Z[ host-image] May 14 15:18:58.622 INFO O| May 14 15:18:58.622 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94242026-05-14T15:18:59.289Z[ host-image] May 14 15:18:58.629 INFO O| May 14 15:18:58.629 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
94252026-05-14T15:18:59.289Z[ host-image] May 14 15:18:58.629 INFO O| May 14 15:18:58.629 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
94262026-05-14T15:18:59.292Z[ host-image] May 14 15:18:58.629 INFO O| May 14 15:18:58.629 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
94272026-05-14T15:18:59.292Z[ host-image] May 14 15:18:58.629 INFO O| May 14 15:18:58.629 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
94282026-05-14T15:18:59.292Z[ host-image] May 14 15:18:58.629 INFO O| May 14 15:18:58.629 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
94292026-05-14T15:18:59.292Z[ host-image] May 14 15:18:58.629 INFO O| May 14 15:18:58.629 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
94302026-05-14T15:18:59.292Z[ host-image] May 14 15:18:58.629 INFO O| May 14 15:18:58.629 INFO ok!
94312026-05-14T15:18:59.292Z[ host-image] May 14 15:18:58.629 INFO O| May 14 15:18:58.629 INFO STEP 43 (ensure_file) COMPLETE
94322026-05-14T15:18:59.292Z[ host-image] May 14 15:18:58.629 INFO O| May 14 15:18:58.629 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94332026-05-14T15:18:59.296Z[ host-image] May 14 15:18:58.636 INFO O| May 14 15:18:58.636 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
94342026-05-14T15:18:59.299Z[ host-image] May 14 15:18:58.636 INFO O| May 14 15:18:58.636 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 ...
94352026-05-14T15:18:59.299Z[ host-image] May 14 15:18:58.636 INFO O| May 14 15:18:58.636 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
94362026-05-14T15:18:59.299Z[ host-image] May 14 15:18:58.636 INFO O| May 14 15:18:58.636 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
94372026-05-14T15:18:59.299Z[ host-image] May 14 15:18:58.636 INFO O| May 14 15:18:58.636 INFO ok!
94382026-05-14T15:18:59.299Z[ host-image] May 14 15:18:58.636 INFO O| May 14 15:18:58.636 INFO STEP 44 (ensure_file) COMPLETE
94392026-05-14T15:18:59.299Z[ host-image] May 14 15:18:58.636 INFO O| May 14 15:18:58.636 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94402026-05-14T15:18:59.303Z[ host-image] May 14 15:18:58.643 INFO O| May 14 15:18:58.643 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
94412026-05-14T15:18:59.303Z[ host-image] May 14 15:18:58.643 INFO O| May 14 15:18:58.643 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
94422026-05-14T15:18:59.306Z[ host-image] May 14 15:18:58.643 INFO O| May 14 15:18:58.643 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
94432026-05-14T15:18:59.306Z[ host-image] May 14 15:18:58.643 INFO O| May 14 15:18:58.643 INFO ok!
94442026-05-14T15:18:59.306Z[ host-image] May 14 15:18:58.643 INFO O| May 14 15:18:58.643 INFO STEP 45 (ensure_file) COMPLETE
94452026-05-14T15:18:59.306Z[ host-image] May 14 15:18:58.643 INFO O| May 14 15:18:58.643 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
94462026-05-14T15:18:59.310Z[ host-image] May 14 15:18:58.651 INFO O| May 14 15:18:58.651 INFO updating shadow file
94472026-05-14T15:18:59.310Z[ host-image] May 14 15:18:58.651 INFO O| May 14 15:18:58.651 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
94482026-05-14T15:18:59.314Z[ host-image] May 14 15:18:58.651 INFO O| May 14 15:18:58.651 INFO STEP 46 (shadow) COMPLETE
94492026-05-14T15:18:59.314Z[ host-image] May 14 15:18:58.651 INFO O| May 14 15:18:58.651 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
94502026-05-14T15:18:59.318Z[ host-image] May 14 15:18:58.658 INFO O| May 14 15:18:58.658 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
94512026-05-14T15:18:59.318Z[ host-image] May 14 15:18:58.658 INFO O| May 14 15:18:58.658 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
94522026-05-14T15:18:59.321Z[ host-image] May 14 15:18:58.658 INFO O| May 14 15:18:58.658 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
94532026-05-14T15:18:59.321Z[ host-image] May 14 15:18:58.658 INFO O| May 14 15:18:58.658 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
94542026-05-14T15:18:59.321Z[ host-image] May 14 15:18:58.658 INFO O| May 14 15:18:58.658 INFO ok!
94552026-05-14T15:18:59.321Z[ host-image] May 14 15:18:58.658 INFO O| May 14 15:18:58.658 INFO STEP 47 (ensure_file) COMPLETE
94562026-05-14T15:18:59.321Z[ host-image] May 14 15:18:58.658 INFO O| May 14 15:18:58.658 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94572026-05-14T15:18:59.321Z[ host-image] May 14 15:18:58.658 INFO O| May 14 15:18:58.658 INFO skip step because feature "mfg" is not enabled
94582026-05-14T15:18:59.321Z[ host-image] May 14 15:18:58.658 INFO O| May 14 15:18:58.658 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94592026-05-14T15:18:59.322Z[ host-image] May 14 15:18:58.658 INFO O| May 14 15:18:58.658 INFO skip step because feature "mfg" is not enabled
94602026-05-14T15:18:59.322Z[ host-image] May 14 15:18:58.658 INFO O| May 14 15:18:58.658 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94612026-05-14T15:18:59.326Z[ host-image] May 14 15:18:58.666 INFO O| May 14 15:18:58.666 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
94622026-05-14T15:18:59.326Z[ host-image] May 14 15:18:58.666 INFO O| May 14 15:18:58.666 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
94632026-05-14T15:18:59.346Z[ host-image] May 14 15:18:58.686 INFO O| May 14 15:18:58.686 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
94642026-05-14T15:18:59.346Z[ host-image] May 14 15:18:58.686 INFO O| May 14 15:18:58.686 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
94652026-05-14T15:18:59.346Z[ host-image] May 14 15:18:58.687 INFO O| May 14 15:18:58.686 INFO ok!
94662026-05-14T15:18:59.350Z[ host-image] May 14 15:18:58.687 INFO O| May 14 15:18:58.686 INFO STEP 50 (ensure_file) COMPLETE
94672026-05-14T15:18:59.350Z[ host-image] May 14 15:18:58.687 INFO O| May 14 15:18:58.686 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94682026-05-14T15:18:59.350Z[ host-image] May 14 15:18:58.687 INFO O| May 14 15:18:58.686 INFO skip step because feature "compliance" is not enabled
94692026-05-14T15:18:59.350Z[ host-image] May 14 15:18:58.687 INFO O| May 14 15:18:58.686 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94702026-05-14T15:18:59.356Z[ host-image] May 14 15:18:58.696 INFO O| May 14 15:18:58.696 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
94712026-05-14T15:18:59.356Z[ host-image] May 14 15:18:58.696 INFO O| May 14 15:18:58.696 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
94722026-05-14T15:18:59.359Z[ host-image] May 14 15:18:58.696 INFO O| May 14 15:18:58.696 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
94732026-05-14T15:18:59.359Z[ host-image] May 14 15:18:58.696 INFO O| May 14 15:18:58.696 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
94742026-05-14T15:18:59.359Z[ host-image] May 14 15:18:58.696 INFO O| May 14 15:18:58.696 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
94752026-05-14T15:18:59.359Z[ host-image] May 14 15:18:58.696 INFO O| May 14 15:18:58.696 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
94762026-05-14T15:18:59.359Z[ host-image] May 14 15:18:58.696 INFO O| May 14 15:18:58.696 INFO ok!
94772026-05-14T15:18:59.359Z[ host-image] May 14 15:18:58.696 INFO O| May 14 15:18:58.696 INFO STEP 52 (ensure_file) COMPLETE
94782026-05-14T15:18:59.359Z[ host-image] May 14 15:18:58.696 INFO O| May 14 15:18:58.696 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94792026-05-14T15:18:59.364Z[ host-image] May 14 15:18:58.704 INFO O| May 14 15:18:58.704 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
94802026-05-14T15:18:59.364Z[ host-image] May 14 15:18:58.704 INFO O| May 14 15:18:58.704 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 ...
94812026-05-14T15:18:59.367Z[ host-image] May 14 15:18:58.704 INFO O| May 14 15:18:58.704 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
94822026-05-14T15:18:59.367Z[ host-image] May 14 15:18:58.704 INFO O| May 14 15:18:58.704 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
94832026-05-14T15:18:59.367Z[ host-image] May 14 15:18:58.704 INFO O| May 14 15:18:58.704 INFO ok!
94842026-05-14T15:18:59.367Z[ host-image] May 14 15:18:58.704 INFO O| May 14 15:18:58.704 INFO STEP 53 (ensure_file) COMPLETE
94852026-05-14T15:18:59.367Z[ host-image] May 14 15:18:58.704 INFO O| May 14 15:18:58.704 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94862026-05-14T15:18:59.371Z[ host-image] May 14 15:18:58.711 INFO O| May 14 15:18:58.711 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
94872026-05-14T15:18:59.371Z[ host-image] May 14 15:18:58.711 INFO O| May 14 15:18:58.711 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 ...
94882026-05-14T15:18:59.374Z[ host-image] May 14 15:18:58.711 INFO O| May 14 15:18:58.711 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
94892026-05-14T15:18:59.374Z[ host-image] May 14 15:18:58.711 INFO O| May 14 15:18:58.711 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
94902026-05-14T15:18:59.374Z[ host-image] May 14 15:18:58.711 INFO O| May 14 15:18:58.711 INFO ok!
94912026-05-14T15:18:59.374Z[ host-image] May 14 15:18:58.711 INFO O| May 14 15:18:58.711 INFO STEP 54 (ensure_file) COMPLETE
94922026-05-14T15:18:59.374Z[ host-image] May 14 15:18:58.711 INFO O| May 14 15:18:58.711 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94932026-05-14T15:18:59.378Z[ host-image] May 14 15:18:58.718 INFO O| May 14 15:18:58.718 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
94942026-05-14T15:18:59.378Z[ host-image] May 14 15:18:58.718 INFO O| May 14 15:18:58.718 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 ...
94952026-05-14T15:18:59.381Z[ host-image] May 14 15:18:58.718 INFO O| May 14 15:18:58.718 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
94962026-05-14T15:18:59.381Z[ host-image] May 14 15:18:58.718 INFO O| May 14 15:18:58.718 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
94972026-05-14T15:18:59.381Z[ host-image] May 14 15:18:58.718 INFO O| May 14 15:18:58.718 INFO ok!
94982026-05-14T15:18:59.381Z[ host-image] May 14 15:18:58.718 INFO O| May 14 15:18:58.718 INFO STEP 55 (ensure_file) COMPLETE
94992026-05-14T15:18:59.381Z[ host-image] May 14 15:18:58.718 INFO O| May 14 15:18:58.718 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95002026-05-14T15:18:59.384Z[ host-image] May 14 15:18:58.725 INFO O| May 14 15:18:58.725 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
95012026-05-14T15:18:59.384Z[ host-image] May 14 15:18:58.725 INFO O| May 14 15:18:58.725 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 ...
95022026-05-14T15:18:59.387Z[ host-image] May 14 15:18:58.725 INFO O| May 14 15:18:58.725 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
95032026-05-14T15:18:59.387Z[ host-image] May 14 15:18:58.725 INFO O| May 14 15:18:58.725 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
95042026-05-14T15:18:59.387Z[ host-image] May 14 15:18:58.725 INFO O| May 14 15:18:58.725 INFO ok!
95052026-05-14T15:18:59.387Z[ host-image] May 14 15:18:58.725 INFO O| May 14 15:18:58.725 INFO STEP 56 (ensure_file) COMPLETE
95062026-05-14T15:18:59.387Z[ host-image] May 14 15:18:58.725 INFO O| May 14 15:18:58.725 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95072026-05-14T15:18:59.391Z[ host-image] May 14 15:18:58.731 INFO O| May 14 15:18:58.731 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
95082026-05-14T15:18:59.391Z[ host-image] May 14 15:18:58.731 INFO O| May 14 15:18:58.731 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 ...
95092026-05-14T15:18:59.396Z[ host-image] May 14 15:18:58.731 INFO O| May 14 15:18:58.731 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
95102026-05-14T15:18:59.396Z[ host-image] May 14 15:18:58.731 INFO O| May 14 15:18:58.731 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
95112026-05-14T15:18:59.396Z[ host-image] May 14 15:18:58.731 INFO O| May 14 15:18:58.731 INFO ok!
95122026-05-14T15:18:59.396Z[ host-image] May 14 15:18:58.731 INFO O| May 14 15:18:58.731 INFO STEP 57 (ensure_file) COMPLETE
95132026-05-14T15:18:59.396Z[ host-image] May 14 15:18:58.731 INFO O| May 14 15:18:58.731 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95142026-05-14T15:18:59.400Z[ host-image] May 14 15:18:58.738 INFO O| May 14 15:18:58.738 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
95152026-05-14T15:18:59.400Z[ host-image] May 14 15:18:58.738 INFO O| May 14 15:18:58.738 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 ...
95162026-05-14T15:18:59.400Z[ host-image] May 14 15:18:58.738 INFO O| May 14 15:18:58.738 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
95172026-05-14T15:18:59.401Z[ host-image] May 14 15:18:58.738 INFO O| May 14 15:18:58.738 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
95182026-05-14T15:18:59.401Z[ host-image] May 14 15:18:58.738 INFO O| May 14 15:18:58.738 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
95192026-05-14T15:18:59.401Z[ host-image] May 14 15:18:58.738 INFO O| May 14 15:18:58.738 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
95202026-05-14T15:18:59.401Z[ host-image] May 14 15:18:58.738 INFO O| May 14 15:18:58.738 INFO ok!
95212026-05-14T15:18:59.401Z[ host-image] May 14 15:18:58.738 INFO O| May 14 15:18:58.738 INFO STEP 58 (ensure_file) COMPLETE
95222026-05-14T15:18:59.401Z[ host-image] May 14 15:18:58.738 INFO O| May 14 15:18:58.738 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95232026-05-14T15:18:59.405Z[ host-image] May 14 15:18:58.745 INFO O| May 14 15:18:58.745 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
95242026-05-14T15:18:59.405Z[ host-image] May 14 15:18:58.745 INFO O| May 14 15:18:58.745 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 ...
95252026-05-14T15:18:59.408Z[ host-image] May 14 15:18:58.745 INFO O| May 14 15:18:58.745 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
95262026-05-14T15:18:59.408Z[ host-image] May 14 15:18:58.745 INFO O| May 14 15:18:58.745 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
95272026-05-14T15:18:59.408Z[ host-image] May 14 15:18:58.745 INFO O| May 14 15:18:58.745 INFO ok!
95282026-05-14T15:18:59.408Z[ host-image] May 14 15:18:58.745 INFO O| May 14 15:18:58.745 INFO STEP 59 (ensure_file) COMPLETE
95292026-05-14T15:18:59.408Z[ host-image] May 14 15:18:58.745 INFO O| May 14 15:18:58.745 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95302026-05-14T15:18:59.413Z[ host-image] May 14 15:18:58.753 INFO O| May 14 15:18:58.753 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
95312026-05-14T15:18:59.413Z[ host-image] May 14 15:18:58.753 INFO O| May 14 15:18:58.753 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
95322026-05-14T15:18:59.416Z[ host-image] May 14 15:18:58.753 INFO O| May 14 15:18:58.753 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
95332026-05-14T15:18:59.416Z[ host-image] May 14 15:18:58.753 INFO O| May 14 15:18:58.753 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
95342026-05-14T15:18:59.416Z[ host-image] May 14 15:18:58.753 INFO O| May 14 15:18:58.753 INFO ok!
95352026-05-14T15:18:59.416Z[ host-image] May 14 15:18:58.753 INFO O| May 14 15:18:58.753 INFO STEP 60 (ensure_file) COMPLETE
95362026-05-14T15:18:59.416Z[ host-image] May 14 15:18:58.753 INFO O| May 14 15:18:58.753 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95372026-05-14T15:18:59.420Z[ host-image] May 14 15:18:58.760 INFO O| May 14 15:18:58.760 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
95382026-05-14T15:18:59.420Z[ host-image] May 14 15:18:58.760 INFO O| May 14 15:18:58.760 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 ...
95392026-05-14T15:18:59.423Z[ host-image] May 14 15:18:58.760 INFO O| May 14 15:18:58.760 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
95402026-05-14T15:18:59.423Z[ host-image] May 14 15:18:58.760 INFO O| May 14 15:18:58.760 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
95412026-05-14T15:18:59.423Z[ host-image] May 14 15:18:58.760 INFO O| May 14 15:18:58.760 INFO ok!
95422026-05-14T15:18:59.423Z[ host-image] May 14 15:18:58.760 INFO O| May 14 15:18:58.760 INFO STEP 61 (ensure_file) COMPLETE
95432026-05-14T15:18:59.423Z[ host-image] May 14 15:18:58.760 INFO O| May 14 15:18:58.760 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95442026-05-14T15:18:59.428Z[ host-image] May 14 15:18:58.767 INFO O| May 14 15:18:58.767 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
95452026-05-14T15:18:59.428Z[ host-image] May 14 15:18:58.767 INFO O| May 14 15:18:58.767 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
95462026-05-14T15:18:59.432Z[ host-image] May 14 15:18:58.767 INFO O| May 14 15:18:58.767 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
95472026-05-14T15:18:59.432Z[ host-image] May 14 15:18:58.767 INFO O| May 14 15:18:58.767 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
95482026-05-14T15:18:59.432Z[ host-image] May 14 15:18:58.767 INFO O| May 14 15:18:58.767 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
95492026-05-14T15:18:59.432Z[ host-image] May 14 15:18:58.767 INFO O| May 14 15:18:58.767 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
95502026-05-14T15:18:59.432Z[ host-image] May 14 15:18:58.767 INFO O| May 14 15:18:58.767 INFO ok!
95512026-05-14T15:18:59.432Z[ host-image] May 14 15:18:58.767 INFO O| May 14 15:18:58.767 INFO STEP 62 (ensure_file) COMPLETE
95522026-05-14T15:18:59.432Z[ host-image] May 14 15:18:58.767 INFO O| May 14 15:18:58.767 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95532026-05-14T15:18:59.435Z[ host-image] May 14 15:18:58.774 INFO O| May 14 15:18:58.774 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
95542026-05-14T15:18:59.435Z[ host-image] May 14 15:18:58.774 INFO O| May 14 15:18:58.774 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 ...
95552026-05-14T15:18:59.435Z[ host-image] May 14 15:18:58.774 INFO O| May 14 15:18:58.774 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
95562026-05-14T15:18:59.435Z[ host-image] May 14 15:18:58.774 INFO O| May 14 15:18:58.774 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
95572026-05-14T15:18:59.435Z[ host-image] May 14 15:18:58.774 INFO O| May 14 15:18:58.774 INFO ok!
95582026-05-14T15:18:59.435Z[ host-image] May 14 15:18:58.774 INFO O| May 14 15:18:58.774 INFO STEP 63 (ensure_file) COMPLETE
95592026-05-14T15:18:59.435Z[ host-image] May 14 15:18:58.774 INFO O| May 14 15:18:58.774 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95602026-05-14T15:18:59.441Z[ host-image] May 14 15:18:58.781 INFO O| May 14 15:18:58.781 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
95612026-05-14T15:18:59.441Z[ host-image] May 14 15:18:58.781 INFO O| May 14 15:18:58.781 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 ...
95622026-05-14T15:18:59.444Z[ host-image] May 14 15:18:58.781 INFO O| May 14 15:18:58.781 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
95632026-05-14T15:18:59.444Z[ host-image] May 14 15:18:58.781 INFO O| May 14 15:18:58.781 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
95642026-05-14T15:18:59.444Z[ host-image] May 14 15:18:58.781 INFO O| May 14 15:18:58.781 INFO ok!
95652026-05-14T15:18:59.444Z[ host-image] May 14 15:18:58.781 INFO O| May 14 15:18:58.781 INFO STEP 64 (ensure_file) COMPLETE
95662026-05-14T15:18:59.444Z[ host-image] May 14 15:18:58.781 INFO O| May 14 15:18:58.781 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95672026-05-14T15:18:59.448Z[ host-image] May 14 15:18:58.788 INFO O| May 14 15:18:58.788 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
95682026-05-14T15:18:59.448Z[ host-image] May 14 15:18:58.788 INFO O| May 14 15:18:58.788 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 ...
95692026-05-14T15:18:59.451Z[ host-image] May 14 15:18:58.788 INFO O| May 14 15:18:58.788 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
95702026-05-14T15:18:59.451Z[ host-image] May 14 15:18:58.788 INFO O| May 14 15:18:58.788 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
95712026-05-14T15:18:59.451Z[ host-image] May 14 15:18:58.788 INFO O| May 14 15:18:58.788 INFO ok!
95722026-05-14T15:18:59.451Z[ host-image] May 14 15:18:58.788 INFO O| May 14 15:18:58.788 INFO STEP 65 (ensure_file) COMPLETE
95732026-05-14T15:18:59.451Z[ host-image] May 14 15:18:58.788 INFO O| May 14 15:18:58.788 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95742026-05-14T15:18:59.451Z[ host-image] May 14 15:18:58.788 INFO O| May 14 15:18:58.788 INFO skip step because feature "mbist" is not enabled
95752026-05-14T15:18:59.451Z[ host-image] May 14 15:18:58.788 INFO O| May 14 15:18:58.788 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95762026-05-14T15:18:59.455Z[ host-image] May 14 15:18:58.795 INFO O| May 14 15:18:58.795 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
95772026-05-14T15:18:59.455Z[ host-image] May 14 15:18:58.795 INFO O| May 14 15:18:58.795 INFO STEP 67 (ensure_dir) COMPLETE
95782026-05-14T15:18:59.458Z[ host-image] May 14 15:18:58.795 INFO O| May 14 15:18:58.795 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95792026-05-14T15:18:59.461Z[ host-image] May 14 15:18:58.802 INFO O| May 14 15:18:58.802 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
95802026-05-14T15:18:59.462Z[ host-image] May 14 15:18:58.802 INFO O| May 14 15:18:58.802 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
95812026-05-14T15:18:59.464Z[ host-image] May 14 15:18:58.802 INFO O| May 14 15:18:58.802 INFO STEP 68 (ensure_dir) COMPLETE
95822026-05-14T15:18:59.464Z[ host-image] May 14 15:18:58.802 INFO O| May 14 15:18:58.802 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95832026-05-14T15:18:59.468Z[ host-image] May 14 15:18:58.808 INFO O| May 14 15:18:58.808 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
95842026-05-14T15:18:59.468Z[ host-image] May 14 15:18:58.808 INFO O| May 14 15:18:58.808 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
95852026-05-14T15:18:59.468Z[ host-image] May 14 15:18:58.808 INFO O| May 14 15:18:58.808 INFO STEP 69 (ensure_dir) COMPLETE
95862026-05-14T15:18:59.471Z[ host-image] May 14 15:18:58.808 INFO O| May 14 15:18:58.808 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95872026-05-14T15:18:59.475Z[ host-image] May 14 15:18:58.815 INFO O| May 14 15:18:58.815 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
95882026-05-14T15:18:59.475Z[ host-image] May 14 15:18:58.815 INFO O| May 14 15:18:58.815 INFO copying /tmp/.tmp2Zpu7x/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
95892026-05-14T15:19:00.152Z[ host-image] May 14 15:18:59.492 INFO O| May 14 15:18:59.492 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
95902026-05-14T15:19:00.152Z[ host-image] May 14 15:18:59.492 INFO O| May 14 15:18:59.492 INFO ok!
95912026-05-14T15:19:00.152Z[ host-image] May 14 15:18:59.492 INFO O| May 14 15:18:59.492 INFO STEP 70 (ensure_file) COMPLETE
95922026-05-14T15:19:00.155Z[ host-image] May 14 15:18:59.492 INFO O| May 14 15:18:59.492 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95932026-05-14T15:19:00.162Z[ host-image] May 14 15:18:59.502 INFO O| May 14 15:18:59.502 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
95942026-05-14T15:19:00.162Z[ host-image] May 14 15:18:59.502 INFO O| May 14 15:18:59.502 INFO copying /tmp/.tmp2Zpu7x/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
95952026-05-14T15:19:00.844Z[ host-image] May 14 15:19:00.183 INFO O| May 14 15:19:00.183 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
95962026-05-14T15:19:00.844Z[ host-image] May 14 15:19:00.184 INFO O| May 14 15:19:00.183 INFO ok!
95972026-05-14T15:19:00.844Z[ host-image] May 14 15:19:00.184 INFO O| May 14 15:19:00.183 INFO STEP 71 (ensure_file) COMPLETE
95982026-05-14T15:19:00.847Z[ host-image] May 14 15:19:00.184 INFO O| May 14 15:19:00.183 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95992026-05-14T15:19:00.853Z[ host-image] May 14 15:19:00.193 INFO O| May 14 15:19:00.193 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
96002026-05-14T15:19:00.853Z[ host-image] May 14 15:19:00.194 INFO O| May 14 15:19:00.193 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
96012026-05-14T15:19:00.856Z[ host-image] May 14 15:19:00.194 INFO O| May 14 15:19:00.194 INFO STEP 72 (ensure_dir) COMPLETE
96022026-05-14T15:19:00.856Z[ host-image] May 14 15:19:00.194 INFO O| May 14 15:19:00.194 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96032026-05-14T15:19:00.862Z[ host-image] May 14 15:19:00.202 INFO O| May 14 15:19:00.202 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
96042026-05-14T15:19:00.862Z[ host-image] May 14 15:19:00.202 INFO O| May 14 15:19:00.202 INFO copying /tmp/.tmp2Zpu7x/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 ...
96052026-05-14T15:19:00.865Z[ host-image] May 14 15:19:00.202 INFO O| May 14 15:19:00.202 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
96062026-05-14T15:19:00.865Z[ host-image] May 14 15:19:00.202 INFO O| May 14 15:19:00.202 INFO ok!
96072026-05-14T15:19:00.865Z[ host-image] May 14 15:19:00.202 INFO O| May 14 15:19:00.202 INFO STEP 73 (ensure_file) COMPLETE
96082026-05-14T15:19:00.865Z[ host-image] May 14 15:19:00.202 INFO O| May 14 15:19:00.202 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96092026-05-14T15:19:00.870Z[ host-image] May 14 15:19:00.210 INFO O| May 14 15:19:00.210 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
96102026-05-14T15:19:00.870Z[ host-image] May 14 15:19:00.210 INFO O| May 14 15:19:00.210 INFO copying /tmp/.tmp2Zpu7x/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 ...
96112026-05-14T15:19:00.870Z[ host-image] May 14 15:19:00.210 INFO O| May 14 15:19:00.210 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
96122026-05-14T15:19:00.873Z[ host-image] May 14 15:19:00.210 INFO O| May 14 15:19:00.210 INFO ok!
96132026-05-14T15:19:00.873Z[ host-image] May 14 15:19:00.210 INFO O| May 14 15:19:00.210 INFO STEP 74 (ensure_file) COMPLETE
96142026-05-14T15:19:00.873Z[ host-image] May 14 15:19:00.210 INFO O| May 14 15:19:00.210 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96152026-05-14T15:19:00.892Z[ host-image] May 14 15:19:00.219 INFO O| May 14 15:19:00.218 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
96162026-05-14T15:19:00.892Z[ host-image] May 14 15:19:00.219 INFO O| May 14 15:19:00.219 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
96172026-05-14T15:19:00.892Z[ host-image] May 14 15:19:00.219 INFO O| May 14 15:19:00.219 INFO STEP 75 (ensure_dir) COMPLETE
96182026-05-14T15:19:00.892Z[ host-image] May 14 15:19:00.219 INFO O| May 14 15:19:00.219 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96192026-05-14T15:19:00.892Z[ host-image] May 14 15:19:00.227 INFO O| May 14 15:19:00.227 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
96202026-05-14T15:19:00.892Z[ host-image] May 14 15:19:00.227 INFO O| May 14 15:19:00.227 INFO copying /tmp/.tmp2Zpu7x/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 ...
96212026-05-14T15:19:00.892Z[ host-image] May 14 15:19:00.227 INFO O| May 14 15:19:00.227 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
96222026-05-14T15:19:00.892Z[ host-image] May 14 15:19:00.227 INFO O| May 14 15:19:00.227 INFO ok!
96232026-05-14T15:19:00.892Z[ host-image] May 14 15:19:00.227 INFO O| May 14 15:19:00.227 INFO STEP 76 (ensure_file) COMPLETE
96242026-05-14T15:19:00.892Z[ host-image] May 14 15:19:00.227 INFO O| May 14 15:19:00.227 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96252026-05-14T15:19:00.896Z[ host-image] May 14 15:19:00.236 INFO O| May 14 15:19:00.236 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
96262026-05-14T15:19:00.896Z[ host-image] May 14 15:19:00.236 INFO O| May 14 15:19:00.236 INFO copying /tmp/.tmp2Zpu7x/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 ...
96272026-05-14T15:19:00.899Z[ host-image] May 14 15:19:00.236 INFO O| May 14 15:19:00.236 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
96282026-05-14T15:19:00.899Z[ host-image] May 14 15:19:00.236 INFO O| May 14 15:19:00.236 INFO ok!
96292026-05-14T15:19:00.899Z[ host-image] May 14 15:19:00.236 INFO O| May 14 15:19:00.236 INFO STEP 77 (ensure_file) COMPLETE
96302026-05-14T15:19:00.899Z[ host-image] May 14 15:19:00.236 INFO O| May 14 15:19:00.236 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96312026-05-14T15:19:00.904Z[ host-image] May 14 15:19:00.244 INFO O| May 14 15:19:00.244 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
96322026-05-14T15:19:00.904Z[ host-image] May 14 15:19:00.244 INFO O| May 14 15:19:00.244 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
96332026-05-14T15:19:00.904Z[ host-image] May 14 15:19:00.244 INFO O| May 14 15:19:00.244 INFO STEP 78 (ensure_dir) COMPLETE
96342026-05-14T15:19:00.907Z[ host-image] May 14 15:19:00.244 INFO O| May 14 15:19:00.244 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96352026-05-14T15:19:00.913Z[ host-image] May 14 15:19:00.253 INFO O| May 14 15:19:00.253 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
96362026-05-14T15:19:00.913Z[ host-image] May 14 15:19:00.253 INFO O| May 14 15:19:00.253 INFO copying /tmp/.tmp2Zpu7x/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 ...
96372026-05-14T15:19:00.916Z[ host-image] May 14 15:19:00.253 INFO O| May 14 15:19:00.253 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
96382026-05-14T15:19:00.916Z[ host-image] May 14 15:19:00.253 INFO O| May 14 15:19:00.253 INFO ok!
96392026-05-14T15:19:00.916Z[ host-image] May 14 15:19:00.253 INFO O| May 14 15:19:00.253 INFO STEP 79 (ensure_file) COMPLETE
96402026-05-14T15:19:00.916Z[ host-image] May 14 15:19:00.253 INFO O| May 14 15:19:00.253 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96412026-05-14T15:19:00.921Z[ host-image] May 14 15:19:00.262 INFO O| May 14 15:19:00.262 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
96422026-05-14T15:19:00.921Z[ host-image] May 14 15:19:00.262 INFO O| May 14 15:19:00.262 INFO copying /tmp/.tmp2Zpu7x/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
96432026-05-14T15:19:00.924Z[ host-image] May 14 15:19:00.262 INFO O| May 14 15:19:00.262 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
96442026-05-14T15:19:00.924Z[ host-image] May 14 15:19:00.262 INFO O| May 14 15:19:00.262 INFO ok!
96452026-05-14T15:19:00.924Z[ host-image] May 14 15:19:00.262 INFO O| May 14 15:19:00.262 INFO STEP 80 (ensure_file) COMPLETE
96462026-05-14T15:19:00.924Z[ host-image] May 14 15:19:00.262 INFO O| May 14 15:19:00.262 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96472026-05-14T15:19:00.930Z[ host-image] May 14 15:19:00.270 INFO O| May 14 15:19:00.270 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
96482026-05-14T15:19:00.930Z[ host-image] May 14 15:19:00.270 INFO O| May 14 15:19:00.270 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
96492026-05-14T15:19:00.933Z[ host-image] May 14 15:19:00.270 INFO O| May 14 15:19:00.270 INFO STEP 81 (ensure_dir) COMPLETE
96502026-05-14T15:19:00.933Z[ host-image] May 14 15:19:00.270 INFO O| May 14 15:19:00.270 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96512026-05-14T15:19:00.938Z[ host-image] May 14 15:19:00.279 INFO O| May 14 15:19:00.279 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
96522026-05-14T15:19:00.938Z[ host-image] May 14 15:19:00.279 INFO O| May 14 15:19:00.279 INFO copying /tmp/.tmp2Zpu7x/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
96532026-05-14T15:19:01.306Z[ host-image] May 14 15:19:00.647 INFO O| May 14 15:19:00.646 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
96542026-05-14T15:19:01.307Z[ host-image] May 14 15:19:00.647 INFO O| May 14 15:19:00.646 INFO ok!
96552026-05-14T15:19:01.310Z[ host-image] May 14 15:19:00.647 INFO O| May 14 15:19:00.646 INFO STEP 82 (ensure_file) COMPLETE
96562026-05-14T15:19:01.310Z[ host-image] May 14 15:19:00.647 INFO O| May 14 15:19:00.646 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96572026-05-14T15:19:01.316Z[ host-image] May 14 15:19:00.656 INFO O| May 14 15:19:00.656 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
96582026-05-14T15:19:01.316Z[ host-image] May 14 15:19:00.656 INFO O| May 14 15:19:00.656 INFO copying /tmp/.tmp2Zpu7x/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
96592026-05-14T15:19:01.952Z[ host-image] May 14 15:19:01.292 INFO O| May 14 15:19:01.292 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
96602026-05-14T15:19:01.952Z[ host-image] May 14 15:19:01.292 INFO O| May 14 15:19:01.292 INFO ok!
96612026-05-14T15:19:01.952Z[ host-image] May 14 15:19:01.292 INFO O| May 14 15:19:01.292 INFO STEP 83 (ensure_file) COMPLETE
96622026-05-14T15:19:01.956Z[ host-image] May 14 15:19:01.292 INFO O| May 14 15:19:01.292 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96632026-05-14T15:19:01.962Z[ host-image] May 14 15:19:01.302 INFO O| May 14 15:19:01.302 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
96642026-05-14T15:19:01.962Z[ host-image] May 14 15:19:01.302 INFO O| May 14 15:19:01.302 INFO copying /tmp/.tmp2Zpu7x/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
96652026-05-14T15:19:03.568Z[ host-image] May 14 15:19:02.908 INFO O| May 14 15:19:02.908 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
96662026-05-14T15:19:03.568Z[ host-image] May 14 15:19:02.908 INFO O| May 14 15:19:02.908 INFO ok!
96672026-05-14T15:19:03.568Z[ host-image] May 14 15:19:02.908 INFO O| May 14 15:19:02.908 INFO STEP 84 (ensure_file) COMPLETE
96682026-05-14T15:19:03.572Z[ host-image] May 14 15:19:02.908 INFO O| May 14 15:19:02.908 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96692026-05-14T15:19:03.577Z[ host-image] May 14 15:19:02.917 INFO O| May 14 15:19:02.917 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
96702026-05-14T15:19:03.577Z[ host-image] May 14 15:19:02.917 INFO O| May 14 15:19:02.917 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
96712026-05-14T15:19:03.577Z[ host-image] May 14 15:19:02.917 INFO O| May 14 15:19:02.917 INFO STEP 85 (ensure_dir) COMPLETE
96722026-05-14T15:19:03.577Z[ host-image] May 14 15:19:02.917 INFO O| May 14 15:19:02.917 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96732026-05-14T15:19:03.585Z[ host-image] May 14 15:19:02.925 INFO O| May 14 15:19:02.925 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
96742026-05-14T15:19:03.585Z[ host-image] May 14 15:19:02.925 INFO O| May 14 15:19:02.925 INFO copying /tmp/.tmp2Zpu7x/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 ...
96752026-05-14T15:19:03.585Z[ host-image] May 14 15:19:02.925 INFO O| May 14 15:19:02.925 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
96762026-05-14T15:19:03.588Z[ host-image] May 14 15:19:02.925 INFO O| May 14 15:19:02.925 INFO ok!
96772026-05-14T15:19:03.588Z[ host-image] May 14 15:19:02.925 INFO O| May 14 15:19:02.925 INFO STEP 86 (ensure_file) COMPLETE
96782026-05-14T15:19:03.588Z[ host-image] May 14 15:19:02.925 INFO O| May 14 15:19:02.925 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96792026-05-14T15:19:03.591Z[ host-image] May 14 15:19:02.931 INFO O| May 14 15:19:02.931 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
96802026-05-14T15:19:03.591Z[ host-image] May 14 15:19:02.931 INFO O| May 14 15:19:02.931 INFO copying /tmp/.tmp2Zpu7x/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 ...
96812026-05-14T15:19:03.591Z[ host-image] May 14 15:19:02.931 INFO O| May 14 15:19:02.931 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
96822026-05-14T15:19:03.594Z[ host-image] May 14 15:19:02.931 INFO O| May 14 15:19:02.931 INFO ok!
96832026-05-14T15:19:03.594Z[ host-image] May 14 15:19:02.931 INFO O| May 14 15:19:02.931 INFO STEP 87 (ensure_file) COMPLETE
96842026-05-14T15:19:03.595Z[ host-image] May 14 15:19:02.931 INFO O| May 14 15:19:02.931 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96852026-05-14T15:19:03.598Z[ host-image] May 14 15:19:02.938 INFO O| May 14 15:19:02.938 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
96862026-05-14T15:19:03.598Z[ host-image] May 14 15:19:02.938 INFO O| May 14 15:19:02.938 INFO copying /tmp/.tmp2Zpu7x/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
96872026-05-14T15:19:03.598Z[ host-image] May 14 15:19:02.938 INFO O| May 14 15:19:02.938 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
96882026-05-14T15:19:03.598Z[ host-image] May 14 15:19:02.938 INFO O| May 14 15:19:02.938 INFO ok!
96892026-05-14T15:19:03.601Z[ host-image] May 14 15:19:02.938 INFO O| May 14 15:19:02.938 INFO STEP 88 (ensure_file) COMPLETE
96902026-05-14T15:19:03.601Z[ host-image] May 14 15:19:02.938 INFO O| May 14 15:19:02.938 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96912026-05-14T15:19:03.605Z[ host-image] May 14 15:19:02.946 INFO O| May 14 15:19:02.945 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
96922026-05-14T15:19:03.605Z[ host-image] May 14 15:19:02.946 INFO O| May 14 15:19:02.946 INFO copying /tmp/.tmp2Zpu7x/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
96932026-05-14T15:19:03.605Z[ host-image] May 14 15:19:02.946 INFO O| May 14 15:19:02.946 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
96942026-05-14T15:19:03.609Z[ host-image] May 14 15:19:02.946 INFO O| May 14 15:19:02.946 INFO ok!
96952026-05-14T15:19:03.610Z[ host-image] May 14 15:19:02.946 INFO O| May 14 15:19:02.946 INFO STEP 89 (ensure_file) COMPLETE
96962026-05-14T15:19:03.610Z[ host-image] May 14 15:19:02.946 INFO O| May 14 15:19:02.946 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96972026-05-14T15:19:03.615Z[ host-image] May 14 15:19:02.954 INFO O| May 14 15:19:02.954 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
96982026-05-14T15:19:03.616Z[ host-image] May 14 15:19:02.954 INFO O| May 14 15:19:02.954 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
96992026-05-14T15:19:03.619Z[ host-image] May 14 15:19:02.954 INFO O| May 14 15:19:02.954 INFO STEP 90 (ensure_dir) COMPLETE
97002026-05-14T15:19:03.619Z[ host-image] May 14 15:19:02.954 INFO O| May 14 15:19:02.954 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97012026-05-14T15:19:03.622Z[ host-image] May 14 15:19:02.961 INFO O| May 14 15:19:02.961 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
97022026-05-14T15:19:03.622Z[ host-image] May 14 15:19:02.961 INFO O| May 14 15:19:02.961 INFO copying /tmp/.tmp2Zpu7x/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
97032026-05-14T15:19:03.625Z[ host-image] May 14 15:19:02.964 INFO O| May 14 15:19:02.964 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
97042026-05-14T15:19:03.625Z[ host-image] May 14 15:19:02.964 INFO O| May 14 15:19:02.964 INFO ok!
97052026-05-14T15:19:03.625Z[ host-image] May 14 15:19:02.964 INFO O| May 14 15:19:02.964 INFO STEP 91 (ensure_file) COMPLETE
97062026-05-14T15:19:03.625Z[ host-image] May 14 15:19:02.964 INFO O| May 14 15:19:02.964 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97072026-05-14T15:19:03.633Z[ host-image] May 14 15:19:02.973 INFO O| May 14 15:19:02.973 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
97082026-05-14T15:19:03.633Z[ host-image] May 14 15:19:02.973 INFO O| May 14 15:19:02.973 INFO copying /tmp/.tmp2Zpu7x/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
97092026-05-14T15:19:03.633Z[ host-image] May 14 15:19:02.973 INFO O| May 14 15:19:02.973 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
97102026-05-14T15:19:03.637Z[ host-image] May 14 15:19:02.973 INFO O| May 14 15:19:02.973 INFO ok!
97112026-05-14T15:19:03.637Z[ host-image] May 14 15:19:02.973 INFO O| May 14 15:19:02.973 INFO STEP 92 (ensure_file) COMPLETE
97122026-05-14T15:19:03.637Z[ host-image] May 14 15:19:02.973 INFO O| May 14 15:19:02.973 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97132026-05-14T15:19:03.643Z[ host-image] May 14 15:19:02.983 INFO O| May 14 15:19:02.983 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
97142026-05-14T15:19:03.643Z[ host-image] May 14 15:19:02.983 INFO O| May 14 15:19:02.983 INFO copying /tmp/.tmp2Zpu7x/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
97152026-05-14T15:19:04.737Z[ host-image] May 14 15:19:04.077 INFO O| May 14 15:19:04.076 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
97162026-05-14T15:19:04.737Z[ host-image] May 14 15:19:04.077 INFO O| May 14 15:19:04.077 INFO ok!
97172026-05-14T15:19:04.737Z[ host-image] May 14 15:19:04.077 INFO O| May 14 15:19:04.077 INFO STEP 93 (ensure_file) COMPLETE
97182026-05-14T15:19:04.740Z[ host-image] May 14 15:19:04.077 INFO O| May 14 15:19:04.077 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97192026-05-14T15:19:04.745Z[ host-image] May 14 15:19:04.085 INFO O| May 14 15:19:04.085 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
97202026-05-14T15:19:04.745Z[ host-image] May 14 15:19:04.085 INFO O| May 14 15:19:04.085 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
97212026-05-14T15:19:04.745Z[ host-image] May 14 15:19:04.085 INFO O| May 14 15:19:04.085 INFO STEP 94 (ensure_dir) COMPLETE
97222026-05-14T15:19:04.748Z[ host-image] May 14 15:19:04.085 INFO O| May 14 15:19:04.085 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97232026-05-14T15:19:04.752Z[ host-image] May 14 15:19:04.092 INFO O| May 14 15:19:04.092 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
97242026-05-14T15:19:04.752Z[ host-image] May 14 15:19:04.092 INFO O| May 14 15:19:04.092 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
97252026-05-14T15:19:04.752Z[ host-image] May 14 15:19:04.092 INFO O| May 14 15:19:04.092 INFO STEP 95 (ensure_dir) COMPLETE
97262026-05-14T15:19:04.752Z[ host-image] May 14 15:19:04.092 INFO O| May 14 15:19:04.092 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97272026-05-14T15:19:04.760Z[ host-image] May 14 15:19:04.100 INFO O| May 14 15:19:04.100 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
97282026-05-14T15:19:04.760Z[ host-image] May 14 15:19:04.100 INFO O| May 14 15:19:04.100 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
97292026-05-14T15:19:04.760Z[ host-image] May 14 15:19:04.100 INFO O| May 14 15:19:04.100 INFO STEP 96 (ensure_dir) COMPLETE
97302026-05-14T15:19:04.763Z[ host-image] May 14 15:19:04.100 INFO O| May 14 15:19:04.100 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97312026-05-14T15:19:04.767Z[ host-image] May 14 15:19:04.107 INFO O| May 14 15:19:04.107 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
97322026-05-14T15:19:04.770Z[ host-image] May 14 15:19:04.107 INFO O| May 14 15:19:04.107 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
97332026-05-14T15:19:04.770Z[ host-image] May 14 15:19:04.107 INFO O| May 14 15:19:04.107 INFO STEP 97 (ensure_dir) COMPLETE
97342026-05-14T15:19:04.770Z[ host-image] May 14 15:19:04.107 INFO O| May 14 15:19:04.107 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97352026-05-14T15:19:04.774Z[ host-image] May 14 15:19:04.114 INFO O| May 14 15:19:04.114 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
97362026-05-14T15:19:04.776Z[ host-image] May 14 15:19:04.114 INFO O| May 14 15:19:04.114 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
97372026-05-14T15:19:04.776Z[ host-image] May 14 15:19:04.114 INFO O| May 14 15:19:04.114 INFO STEP 98 (ensure_dir) COMPLETE
97382026-05-14T15:19:04.777Z[ host-image] May 14 15:19:04.114 INFO O| May 14 15:19:04.114 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97392026-05-14T15:19:04.780Z[ host-image] May 14 15:19:04.121 INFO O| May 14 15:19:04.121 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
97402026-05-14T15:19:04.781Z[ host-image] May 14 15:19:04.121 INFO O| May 14 15:19:04.121 INFO copying /tmp/.tmp2Zpu7x/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 ...
97412026-05-14T15:19:04.781Z[ host-image] May 14 15:19:04.121 INFO O| May 14 15:19:04.121 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
97422026-05-14T15:19:04.784Z[ host-image] May 14 15:19:04.121 INFO O| May 14 15:19:04.121 INFO ok!
97432026-05-14T15:19:04.784Z[ host-image] May 14 15:19:04.121 INFO O| May 14 15:19:04.121 INFO STEP 99 (ensure_file) COMPLETE
97442026-05-14T15:19:04.784Z[ host-image] May 14 15:19:04.121 INFO O| May 14 15:19:04.121 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97452026-05-14T15:19:04.788Z[ host-image] May 14 15:19:04.128 INFO O| May 14 15:19:04.128 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
97462026-05-14T15:19:04.788Z[ host-image] May 14 15:19:04.128 INFO O| May 14 15:19:04.128 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
97472026-05-14T15:19:04.788Z[ host-image] May 14 15:19:04.128 INFO O| May 14 15:19:04.128 INFO STEP 100 (ensure_dir) COMPLETE
97482026-05-14T15:19:04.791Z[ host-image] May 14 15:19:04.128 INFO O| May 14 15:19:04.128 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97492026-05-14T15:19:04.794Z[ host-image] May 14 15:19:04.135 INFO O| May 14 15:19:04.134 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
97502026-05-14T15:19:04.794Z[ host-image] May 14 15:19:04.135 INFO O| May 14 15:19:04.134 INFO copying /tmp/.tmp2Zpu7x/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
97512026-05-14T15:19:05.285Z[ host-image] May 14 15:19:04.625 INFO O| May 14 15:19:04.625 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
97522026-05-14T15:19:05.285Z[ host-image] May 14 15:19:04.625 INFO O| May 14 15:19:04.625 INFO ok!
97532026-05-14T15:19:05.285Z[ host-image] May 14 15:19:04.625 INFO O| May 14 15:19:04.625 INFO STEP 101 (ensure_file) COMPLETE
97542026-05-14T15:19:05.285Z[ host-image] May 14 15:19:04.625 INFO O| May 14 15:19:04.625 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97552026-05-14T15:19:05.297Z[ host-image] May 14 15:19:04.635 INFO O| May 14 15:19:04.635 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
97562026-05-14T15:19:05.297Z[ host-image] May 14 15:19:04.635 INFO O| May 14 15:19:04.635 INFO copying /tmp/.tmp2Zpu7x/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
97572026-05-14T15:19:05.297Z[ host-image] May 14 15:19:04.635 INFO O| May 14 15:19:04.635 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
97582026-05-14T15:19:05.300Z[ host-image] May 14 15:19:04.635 INFO O| May 14 15:19:04.635 INFO ok!
97592026-05-14T15:19:05.301Z[ host-image] May 14 15:19:04.635 INFO O| May 14 15:19:04.635 INFO STEP 102 (ensure_file) COMPLETE
97602026-05-14T15:19:05.301Z[ host-image] May 14 15:19:04.635 INFO O| May 14 15:19:04.635 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97612026-05-14T15:19:05.304Z[ host-image] May 14 15:19:04.643 INFO O| May 14 15:19:04.643 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
97622026-05-14T15:19:05.304Z[ host-image] May 14 15:19:04.643 INFO O| May 14 15:19:04.643 INFO copying /tmp/.tmp2Zpu7x/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
97632026-05-14T15:19:05.312Z[ host-image] May 14 15:19:04.652 INFO O| May 14 15:19:04.652 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
97642026-05-14T15:19:05.312Z[ host-image] May 14 15:19:04.652 INFO O| May 14 15:19:04.652 INFO ok!
97652026-05-14T15:19:05.316Z[ host-image] May 14 15:19:04.652 INFO O| May 14 15:19:04.652 INFO STEP 103 (ensure_file) COMPLETE
97662026-05-14T15:19:05.316Z[ host-image] May 14 15:19:04.652 INFO O| May 14 15:19:04.652 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97672026-05-14T15:19:05.321Z[ host-image] May 14 15:19:04.661 INFO O| May 14 15:19:04.661 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
97682026-05-14T15:19:05.321Z[ host-image] May 14 15:19:04.661 INFO O| May 14 15:19:04.661 INFO copying /tmp/.tmp2Zpu7x/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
97692026-05-14T15:19:05.324Z[ host-image] May 14 15:19:04.661 INFO O| May 14 15:19:04.661 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
97702026-05-14T15:19:05.325Z[ host-image] May 14 15:19:04.661 INFO O| May 14 15:19:04.661 INFO ok!
97712026-05-14T15:19:05.325Z[ host-image] May 14 15:19:04.661 INFO O| May 14 15:19:04.661 INFO STEP 104 (ensure_file) COMPLETE
97722026-05-14T15:19:05.325Z[ host-image] May 14 15:19:04.661 INFO O| May 14 15:19:04.661 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97732026-05-14T15:19:05.331Z[ host-image] May 14 15:19:04.669 INFO O| May 14 15:19:04.669 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
97742026-05-14T15:19:05.331Z[ host-image] May 14 15:19:04.669 INFO O| May 14 15:19:04.669 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
97752026-05-14T15:19:05.331Z[ host-image] May 14 15:19:04.669 INFO O| May 14 15:19:04.669 INFO STEP 105 (ensure_dir) COMPLETE
97762026-05-14T15:19:05.335Z[ host-image] May 14 15:19:04.669 INFO O| May 14 15:19:04.669 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97772026-05-14T15:19:05.338Z[ host-image] May 14 15:19:04.677 INFO O| May 14 15:19:04.677 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
97782026-05-14T15:19:05.338Z[ host-image] May 14 15:19:04.677 INFO O| May 14 15:19:04.677 INFO copying /tmp/.tmp2Zpu7x/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 ...
97792026-05-14T15:19:05.633Z[ host-image] May 14 15:19:04.973 INFO O| May 14 15:19:04.972 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
97802026-05-14T15:19:05.633Z[ host-image] May 14 15:19:04.973 INFO O| May 14 15:19:04.973 INFO ok!
97812026-05-14T15:19:05.636Z[ host-image] May 14 15:19:04.973 INFO O| May 14 15:19:04.973 INFO STEP 106 (ensure_file) COMPLETE
97822026-05-14T15:19:05.636Z[ host-image] May 14 15:19:04.973 INFO O| May 14 15:19:04.973 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97832026-05-14T15:19:05.642Z[ host-image] May 14 15:19:04.982 INFO O| May 14 15:19:04.982 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
97842026-05-14T15:19:05.642Z[ host-image] May 14 15:19:04.982 INFO O| May 14 15:19:04.982 INFO copying /tmp/.tmp2Zpu7x/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 ...
97852026-05-14T15:19:05.645Z[ host-image] May 14 15:19:04.982 INFO O| May 14 15:19:04.982 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
97862026-05-14T15:19:05.646Z[ host-image] May 14 15:19:04.982 INFO O| May 14 15:19:04.982 INFO ok!
97872026-05-14T15:19:05.646Z[ host-image] May 14 15:19:04.982 INFO O| May 14 15:19:04.982 INFO STEP 107 (ensure_file) COMPLETE
97882026-05-14T15:19:05.646Z[ host-image] May 14 15:19:04.982 INFO O| May 14 15:19:04.982 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97892026-05-14T15:19:05.651Z[ host-image] May 14 15:19:04.991 INFO O| May 14 15:19:04.991 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
97902026-05-14T15:19:05.651Z[ host-image] May 14 15:19:04.991 INFO O| May 14 15:19:04.991 INFO copying /tmp/.tmp2Zpu7x/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 ...
97912026-05-14T15:19:05.651Z[ host-image] May 14 15:19:04.991 INFO O| May 14 15:19:04.991 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
97922026-05-14T15:19:05.655Z[ host-image] May 14 15:19:04.991 INFO O| May 14 15:19:04.991 INFO ok!
97932026-05-14T15:19:05.655Z[ host-image] May 14 15:19:04.991 INFO O| May 14 15:19:04.991 INFO STEP 108 (ensure_file) COMPLETE
97942026-05-14T15:19:05.655Z[ host-image] May 14 15:19:04.991 INFO O| May 14 15:19:04.991 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97952026-05-14T15:19:05.659Z[ host-image] May 14 15:19:04.999 INFO O| May 14 15:19:04.999 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
97962026-05-14T15:19:05.659Z[ host-image] May 14 15:19:04.999 INFO O| May 14 15:19:04.999 INFO copying /tmp/.tmp2Zpu7x/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 ...
97972026-05-14T15:19:05.659Z[ host-image] May 14 15:19:04.999 INFO O| May 14 15:19:04.999 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
97982026-05-14T15:19:05.659Z[ host-image] May 14 15:19:04.999 INFO O| May 14 15:19:04.999 INFO ok!
97992026-05-14T15:19:05.665Z[ host-image] May 14 15:19:04.999 INFO O| May 14 15:19:04.999 INFO STEP 109 (ensure_file) COMPLETE
98002026-05-14T15:19:05.665Z[ host-image] May 14 15:19:04.999 INFO O| May 14 15:19:04.999 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98012026-05-14T15:19:05.670Z[ host-image] May 14 15:19:05.011 INFO O| May 14 15:19:05.010 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
98022026-05-14T15:19:05.670Z[ host-image] May 14 15:19:05.011 INFO O| May 14 15:19:05.010 INFO copying /tmp/.tmp2Zpu7x/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 ...
98032026-05-14T15:19:05.673Z[ host-image] May 14 15:19:05.011 INFO O| May 14 15:19:05.011 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
98042026-05-14T15:19:05.674Z[ host-image] May 14 15:19:05.011 INFO O| May 14 15:19:05.011 INFO ok!
98052026-05-14T15:19:05.674Z[ host-image] May 14 15:19:05.011 INFO O| May 14 15:19:05.011 INFO STEP 110 (ensure_file) COMPLETE
98062026-05-14T15:19:05.674Z[ host-image] May 14 15:19:05.011 INFO O| May 14 15:19:05.011 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98072026-05-14T15:19:05.678Z[ host-image] May 14 15:19:05.019 INFO O| May 14 15:19:05.019 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
98082026-05-14T15:19:05.681Z[ host-image] May 14 15:19:05.019 INFO O| May 14 15:19:05.019 INFO copying /tmp/.tmp2Zpu7x/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 ...
98092026-05-14T15:19:05.681Z[ host-image] May 14 15:19:05.019 INFO O| May 14 15:19:05.019 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
98102026-05-14T15:19:05.681Z[ host-image] May 14 15:19:05.019 INFO O| May 14 15:19:05.019 INFO ok!
98112026-05-14T15:19:05.681Z[ host-image] May 14 15:19:05.019 INFO O| May 14 15:19:05.019 INFO STEP 111 (ensure_file) COMPLETE
98122026-05-14T15:19:05.681Z[ host-image] May 14 15:19:05.019 INFO O| May 14 15:19:05.019 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98132026-05-14T15:19:05.689Z[ host-image] May 14 15:19:05.029 INFO O| May 14 15:19:05.029 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
98142026-05-14T15:19:05.689Z[ host-image] May 14 15:19:05.029 INFO O| May 14 15:19:05.029 INFO copying /tmp/.tmp2Zpu7x/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 ...
98152026-05-14T15:19:05.692Z[ host-image] May 14 15:19:05.029 INFO O| May 14 15:19:05.029 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
98162026-05-14T15:19:05.692Z[ host-image] May 14 15:19:05.029 INFO O| May 14 15:19:05.029 INFO ok!
98172026-05-14T15:19:05.692Z[ host-image] May 14 15:19:05.029 INFO O| May 14 15:19:05.029 INFO STEP 112 (ensure_file) COMPLETE
98182026-05-14T15:19:05.692Z[ host-image] May 14 15:19:05.029 INFO O| May 14 15:19:05.029 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98192026-05-14T15:19:05.698Z[ host-image] May 14 15:19:05.039 INFO O| May 14 15:19:05.039 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
98202026-05-14T15:19:05.698Z[ host-image] May 14 15:19:05.039 INFO O| May 14 15:19:05.039 INFO copying /tmp/.tmp2Zpu7x/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
98212026-05-14T15:19:05.699Z[ host-image] May 14 15:19:05.039 INFO O| May 14 15:19:05.039 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
98222026-05-14T15:19:05.701Z[ host-image] May 14 15:19:05.039 INFO O| May 14 15:19:05.039 INFO ok!
98232026-05-14T15:19:05.701Z[ host-image] May 14 15:19:05.039 INFO O| May 14 15:19:05.039 INFO STEP 113 (ensure_file) COMPLETE
98242026-05-14T15:19:05.701Z[ host-image] May 14 15:19:05.039 INFO O| May 14 15:19:05.039 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98252026-05-14T15:19:05.707Z[ host-image] May 14 15:19:05.047 INFO O| May 14 15:19:05.047 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
98262026-05-14T15:19:05.707Z[ host-image] May 14 15:19:05.047 INFO O| May 14 15:19:05.047 INFO copying /tmp/.tmp2Zpu7x/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 ...
98272026-05-14T15:19:05.707Z[ host-image] May 14 15:19:05.047 INFO O| May 14 15:19:05.047 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
98282026-05-14T15:19:05.711Z[ host-image] May 14 15:19:05.047 INFO O| May 14 15:19:05.047 INFO ok!
98292026-05-14T15:19:05.711Z[ host-image] May 14 15:19:05.048 INFO O| May 14 15:19:05.047 INFO STEP 114 (ensure_file) COMPLETE
98302026-05-14T15:19:05.711Z[ host-image] May 14 15:19:05.048 INFO O| May 14 15:19:05.047 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98312026-05-14T15:19:05.716Z[ host-image] May 14 15:19:05.056 INFO O| May 14 15:19:05.056 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
98322026-05-14T15:19:05.716Z[ host-image] May 14 15:19:05.056 INFO O| May 14 15:19:05.056 INFO copying /tmp/.tmp2Zpu7x/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 ...
98332026-05-14T15:19:05.719Z[ host-image] May 14 15:19:05.056 INFO O| May 14 15:19:05.056 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
98342026-05-14T15:19:05.720Z[ host-image] May 14 15:19:05.056 INFO O| May 14 15:19:05.056 INFO ok!
98352026-05-14T15:19:05.720Z[ host-image] May 14 15:19:05.056 INFO O| May 14 15:19:05.056 INFO STEP 115 (ensure_file) COMPLETE
98362026-05-14T15:19:05.720Z[ host-image] May 14 15:19:05.056 INFO O| May 14 15:19:05.056 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98372026-05-14T15:19:05.725Z[ host-image] May 14 15:19:05.065 INFO O| May 14 15:19:05.065 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
98382026-05-14T15:19:05.725Z[ host-image] May 14 15:19:05.065 INFO O| May 14 15:19:05.065 INFO copying /tmp/.tmp2Zpu7x/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 ...
98392026-05-14T15:19:05.725Z[ host-image] May 14 15:19:05.065 INFO O| May 14 15:19:05.065 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
98402026-05-14T15:19:05.725Z[ host-image] May 14 15:19:05.065 INFO O| May 14 15:19:05.065 INFO ok!
98412026-05-14T15:19:05.725Z[ host-image] May 14 15:19:05.065 INFO O| May 14 15:19:05.065 INFO STEP 116 (ensure_file) COMPLETE
98422026-05-14T15:19:05.725Z[ host-image] May 14 15:19:05.065 INFO O| May 14 15:19:05.065 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98432026-05-14T15:19:05.736Z[ host-image] May 14 15:19:05.075 INFO O| May 14 15:19:05.075 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
98442026-05-14T15:19:05.736Z[ host-image] May 14 15:19:05.075 INFO O| May 14 15:19:05.075 INFO copying /tmp/.tmp2Zpu7x/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
98452026-05-14T15:19:05.739Z[ host-image] May 14 15:19:05.076 INFO O| May 14 15:19:05.076 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
98462026-05-14T15:19:05.739Z[ host-image] May 14 15:19:05.076 INFO O| May 14 15:19:05.076 INFO ok!
98472026-05-14T15:19:05.739Z[ host-image] May 14 15:19:05.076 INFO O| May 14 15:19:05.076 INFO STEP 117 (ensure_file) COMPLETE
98482026-05-14T15:19:05.739Z[ host-image] May 14 15:19:05.076 INFO O| May 14 15:19:05.076 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98492026-05-14T15:19:05.745Z[ host-image] May 14 15:19:05.085 INFO O| May 14 15:19:05.085 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
98502026-05-14T15:19:05.745Z[ host-image] May 14 15:19:05.085 INFO O| May 14 15:19:05.085 INFO copying /tmp/.tmp2Zpu7x/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 ...
98512026-05-14T15:19:05.745Z[ host-image] May 14 15:19:05.085 INFO O| May 14 15:19:05.085 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
98522026-05-14T15:19:05.748Z[ host-image] May 14 15:19:05.085 INFO O| May 14 15:19:05.085 INFO ok!
98532026-05-14T15:19:05.748Z[ host-image] May 14 15:19:05.085 INFO O| May 14 15:19:05.085 INFO STEP 118 (ensure_file) COMPLETE
98542026-05-14T15:19:05.748Z[ host-image] May 14 15:19:05.085 INFO O| May 14 15:19:05.085 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98552026-05-14T15:19:05.754Z[ host-image] May 14 15:19:05.094 INFO O| May 14 15:19:05.094 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
98562026-05-14T15:19:05.754Z[ host-image] May 14 15:19:05.094 INFO O| May 14 15:19:05.094 INFO copying /tmp/.tmp2Zpu7x/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 ...
98572026-05-14T15:19:05.754Z[ host-image] May 14 15:19:05.094 INFO O| May 14 15:19:05.094 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
98582026-05-14T15:19:05.758Z[ host-image] May 14 15:19:05.094 INFO O| May 14 15:19:05.094 INFO ok!
98592026-05-14T15:19:05.758Z[ host-image] May 14 15:19:05.094 INFO O| May 14 15:19:05.094 INFO STEP 119 (ensure_file) COMPLETE
98602026-05-14T15:19:05.758Z[ host-image] May 14 15:19:05.094 INFO O| May 14 15:19:05.094 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98612026-05-14T15:19:05.764Z[ host-image] May 14 15:19:05.104 INFO O| May 14 15:19:05.104 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
98622026-05-14T15:19:05.764Z[ host-image] May 14 15:19:05.104 INFO O| May 14 15:19:05.104 INFO copying /tmp/.tmp2Zpu7x/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 ...
98632026-05-14T15:19:05.764Z[ host-image] May 14 15:19:05.104 INFO O| May 14 15:19:05.104 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
98642026-05-14T15:19:05.767Z[ host-image] May 14 15:19:05.104 INFO O| May 14 15:19:05.104 INFO ok!
98652026-05-14T15:19:05.767Z[ host-image] May 14 15:19:05.104 INFO O| May 14 15:19:05.104 INFO STEP 120 (ensure_file) COMPLETE
98662026-05-14T15:19:05.767Z[ host-image] May 14 15:19:05.104 INFO O| May 14 15:19:05.104 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98672026-05-14T15:19:05.773Z[ host-image] May 14 15:19:05.114 INFO O| May 14 15:19:05.114 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
98682026-05-14T15:19:05.774Z[ host-image] May 14 15:19:05.114 INFO O| May 14 15:19:05.114 INFO copying /tmp/.tmp2Zpu7x/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 ...
98692026-05-14T15:19:05.774Z[ host-image] May 14 15:19:05.114 INFO O| May 14 15:19:05.114 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
98702026-05-14T15:19:05.776Z[ host-image] May 14 15:19:05.114 INFO O| May 14 15:19:05.114 INFO ok!
98712026-05-14T15:19:05.777Z[ host-image] May 14 15:19:05.114 INFO O| May 14 15:19:05.114 INFO STEP 121 (ensure_file) COMPLETE
98722026-05-14T15:19:05.777Z[ host-image] May 14 15:19:05.114 INFO O| May 14 15:19:05.114 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98732026-05-14T15:19:05.783Z[ host-image] May 14 15:19:05.123 INFO O| May 14 15:19:05.123 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
98742026-05-14T15:19:05.783Z[ host-image] May 14 15:19:05.123 INFO O| May 14 15:19:05.123 INFO copying /tmp/.tmp2Zpu7x/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 ...
98752026-05-14T15:19:05.786Z[ host-image] May 14 15:19:05.123 INFO O| May 14 15:19:05.123 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
98762026-05-14T15:19:05.786Z[ host-image] May 14 15:19:05.123 INFO O| May 14 15:19:05.123 INFO ok!
98772026-05-14T15:19:05.786Z[ host-image] May 14 15:19:05.123 INFO O| May 14 15:19:05.123 INFO STEP 122 (ensure_file) COMPLETE
98782026-05-14T15:19:05.786Z[ host-image] May 14 15:19:05.123 INFO O| May 14 15:19:05.123 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98792026-05-14T15:19:05.791Z[ host-image] May 14 15:19:05.131 INFO O| May 14 15:19:05.131 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
98802026-05-14T15:19:05.791Z[ host-image] May 14 15:19:05.131 INFO O| May 14 15:19:05.131 INFO copying /tmp/.tmp2Zpu7x/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 ...
98812026-05-14T15:19:05.791Z[ host-image] May 14 15:19:05.131 INFO O| May 14 15:19:05.131 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
98822026-05-14T15:19:05.791Z[ host-image] May 14 15:19:05.131 INFO O| May 14 15:19:05.131 INFO ok!
98832026-05-14T15:19:05.794Z[ host-image] May 14 15:19:05.131 INFO O| May 14 15:19:05.131 INFO STEP 123 (ensure_file) COMPLETE
98842026-05-14T15:19:05.794Z[ host-image] May 14 15:19:05.131 INFO O| May 14 15:19:05.131 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98852026-05-14T15:19:05.801Z[ host-image] May 14 15:19:05.141 INFO O| May 14 15:19:05.141 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
98862026-05-14T15:19:05.801Z[ host-image] May 14 15:19:05.141 INFO O| May 14 15:19:05.141 INFO copying /tmp/.tmp2Zpu7x/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 ...
98872026-05-14T15:19:05.801Z[ host-image] May 14 15:19:05.141 INFO O| May 14 15:19:05.141 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
98882026-05-14T15:19:05.801Z[ host-image] May 14 15:19:05.141 INFO O| May 14 15:19:05.141 INFO ok!
98892026-05-14T15:19:05.805Z[ host-image] May 14 15:19:05.141 INFO O| May 14 15:19:05.141 INFO STEP 124 (ensure_file) COMPLETE
98902026-05-14T15:19:05.805Z[ host-image] May 14 15:19:05.141 INFO O| May 14 15:19:05.141 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98912026-05-14T15:19:05.811Z[ host-image] May 14 15:19:05.151 INFO O| May 14 15:19:05.151 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
98922026-05-14T15:19:05.811Z[ host-image] May 14 15:19:05.151 INFO O| May 14 15:19:05.151 INFO copying /tmp/.tmp2Zpu7x/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 ...
98932026-05-14T15:19:05.811Z[ host-image] May 14 15:19:05.151 INFO O| May 14 15:19:05.151 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
98942026-05-14T15:19:05.814Z[ host-image] May 14 15:19:05.151 INFO O| May 14 15:19:05.151 INFO ok!
98952026-05-14T15:19:05.814Z[ host-image] May 14 15:19:05.151 INFO O| May 14 15:19:05.151 INFO STEP 125 (ensure_file) COMPLETE
98962026-05-14T15:19:05.814Z[ host-image] May 14 15:19:05.151 INFO O| May 14 15:19:05.151 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98972026-05-14T15:19:05.819Z[ host-image] May 14 15:19:05.159 INFO O| May 14 15:19:05.159 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
98982026-05-14T15:19:05.819Z[ host-image] May 14 15:19:05.159 INFO O| May 14 15:19:05.159 INFO copying /tmp/.tmp2Zpu7x/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 ...
98992026-05-14T15:19:05.819Z[ host-image] May 14 15:19:05.159 INFO O| May 14 15:19:05.159 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
99002026-05-14T15:19:05.822Z[ host-image] May 14 15:19:05.159 INFO O| May 14 15:19:05.159 INFO ok!
99012026-05-14T15:19:05.822Z[ host-image] May 14 15:19:05.159 INFO O| May 14 15:19:05.159 INFO STEP 126 (ensure_file) COMPLETE
99022026-05-14T15:19:05.822Z[ host-image] May 14 15:19:05.159 INFO O| May 14 15:19:05.159 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99032026-05-14T15:19:05.829Z[ host-image] May 14 15:19:05.169 INFO O| May 14 15:19:05.169 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
99042026-05-14T15:19:05.829Z[ host-image] May 14 15:19:05.169 INFO O| May 14 15:19:05.169 INFO copying /tmp/.tmp2Zpu7x/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 ...
99052026-05-14T15:19:05.829Z[ host-image] May 14 15:19:05.169 INFO O| May 14 15:19:05.169 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
99062026-05-14T15:19:05.832Z[ host-image] May 14 15:19:05.169 INFO O| May 14 15:19:05.169 INFO ok!
99072026-05-14T15:19:05.832Z[ host-image] May 14 15:19:05.169 INFO O| May 14 15:19:05.169 INFO STEP 127 (ensure_file) COMPLETE
99082026-05-14T15:19:05.832Z[ host-image] May 14 15:19:05.169 INFO O| May 14 15:19:05.169 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99092026-05-14T15:19:05.838Z[ host-image] May 14 15:19:05.178 INFO O| May 14 15:19:05.178 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
99102026-05-14T15:19:05.838Z[ host-image] May 14 15:19:05.178 INFO O| May 14 15:19:05.178 INFO copying /tmp/.tmp2Zpu7x/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 ...
99112026-05-14T15:19:05.841Z[ host-image] May 14 15:19:05.178 INFO O| May 14 15:19:05.178 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
99122026-05-14T15:19:05.841Z[ host-image] May 14 15:19:05.178 INFO O| May 14 15:19:05.178 INFO ok!
99132026-05-14T15:19:05.841Z[ host-image] May 14 15:19:05.178 INFO O| May 14 15:19:05.178 INFO STEP 128 (ensure_file) COMPLETE
99142026-05-14T15:19:05.841Z[ host-image] May 14 15:19:05.178 INFO O| May 14 15:19:05.178 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99152026-05-14T15:19:05.846Z[ host-image] May 14 15:19:05.186 INFO O| May 14 15:19:05.186 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
99162026-05-14T15:19:05.846Z[ host-image] May 14 15:19:05.186 INFO O| May 14 15:19:05.186 INFO copying /tmp/.tmp2Zpu7x/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 ...
99172026-05-14T15:19:05.849Z[ host-image] May 14 15:19:05.187 INFO O| May 14 15:19:05.187 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
99182026-05-14T15:19:05.849Z[ host-image] May 14 15:19:05.187 INFO O| May 14 15:19:05.187 INFO ok!
99192026-05-14T15:19:05.849Z[ host-image] May 14 15:19:05.187 INFO O| May 14 15:19:05.187 INFO STEP 129 (ensure_file) COMPLETE
99202026-05-14T15:19:05.849Z[ host-image] May 14 15:19:05.187 INFO O| May 14 15:19:05.187 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99212026-05-14T15:19:05.856Z[ host-image] May 14 15:19:05.196 INFO O| May 14 15:19:05.196 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
99222026-05-14T15:19:05.859Z[ host-image] May 14 15:19:05.196 INFO O| May 14 15:19:05.196 INFO copying /tmp/.tmp2Zpu7x/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 ...
99232026-05-14T15:19:05.859Z[ host-image] May 14 15:19:05.196 INFO O| May 14 15:19:05.196 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
99242026-05-14T15:19:05.859Z[ host-image] May 14 15:19:05.196 INFO O| May 14 15:19:05.196 INFO ok!
99252026-05-14T15:19:05.859Z[ host-image] May 14 15:19:05.196 INFO O| May 14 15:19:05.196 INFO STEP 130 (ensure_file) COMPLETE
99262026-05-14T15:19:05.859Z[ host-image] May 14 15:19:05.196 INFO O| May 14 15:19:05.196 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99272026-05-14T15:19:05.866Z[ host-image] May 14 15:19:05.206 INFO O| May 14 15:19:05.206 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
99282026-05-14T15:19:05.866Z[ host-image] May 14 15:19:05.206 INFO O| May 14 15:19:05.206 INFO copying /tmp/.tmp2Zpu7x/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 ...
99292026-05-14T15:19:05.866Z[ host-image] May 14 15:19:05.206 INFO O| May 14 15:19:05.206 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
99302026-05-14T15:19:05.866Z[ host-image] May 14 15:19:05.206 INFO O| May 14 15:19:05.206 INFO ok!
99312026-05-14T15:19:05.869Z[ host-image] May 14 15:19:05.206 INFO O| May 14 15:19:05.206 INFO STEP 131 (ensure_file) COMPLETE
99322026-05-14T15:19:05.869Z[ host-image] May 14 15:19:05.206 INFO O| May 14 15:19:05.206 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99332026-05-14T15:19:05.876Z[ host-image] May 14 15:19:05.216 INFO O| May 14 15:19:05.216 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
99342026-05-14T15:19:05.876Z[ host-image] May 14 15:19:05.216 INFO O| May 14 15:19:05.216 INFO copying /tmp/.tmp2Zpu7x/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 ...
99352026-05-14T15:19:05.879Z[ host-image] May 14 15:19:05.216 INFO O| May 14 15:19:05.216 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
99362026-05-14T15:19:05.879Z[ host-image] May 14 15:19:05.216 INFO O| May 14 15:19:05.216 INFO ok!
99372026-05-14T15:19:05.879Z[ host-image] May 14 15:19:05.216 INFO O| May 14 15:19:05.216 INFO STEP 132 (ensure_file) COMPLETE
99382026-05-14T15:19:05.879Z[ host-image] May 14 15:19:05.216 INFO O| May 14 15:19:05.216 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99392026-05-14T15:19:05.886Z[ host-image] May 14 15:19:05.226 INFO O| May 14 15:19:05.226 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
99402026-05-14T15:19:05.889Z[ host-image] May 14 15:19:05.226 INFO O| May 14 15:19:05.226 INFO copying /tmp/.tmp2Zpu7x/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 ...
99412026-05-14T15:19:05.889Z[ host-image] May 14 15:19:05.226 INFO O| May 14 15:19:05.226 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
99422026-05-14T15:19:05.889Z[ host-image] May 14 15:19:05.226 INFO O| May 14 15:19:05.226 INFO ok!
99432026-05-14T15:19:05.889Z[ host-image] May 14 15:19:05.226 INFO O| May 14 15:19:05.226 INFO STEP 133 (ensure_file) COMPLETE
99442026-05-14T15:19:05.889Z[ host-image] May 14 15:19:05.226 INFO O| May 14 15:19:05.226 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99452026-05-14T15:19:05.894Z[ host-image] May 14 15:19:05.234 INFO O| May 14 15:19:05.234 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
99462026-05-14T15:19:05.897Z[ host-image] May 14 15:19:05.234 INFO O| May 14 15:19:05.234 INFO copying /tmp/.tmp2Zpu7x/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 ...
99472026-05-14T15:19:05.897Z[ host-image] May 14 15:19:05.234 INFO O| May 14 15:19:05.234 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
99482026-05-14T15:19:05.897Z[ host-image] May 14 15:19:05.234 INFO O| May 14 15:19:05.234 INFO ok!
99492026-05-14T15:19:05.897Z[ host-image] May 14 15:19:05.234 INFO O| May 14 15:19:05.234 INFO STEP 134 (ensure_file) COMPLETE
99502026-05-14T15:19:05.898Z[ host-image] May 14 15:19:05.234 INFO O| May 14 15:19:05.234 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99512026-05-14T15:19:05.902Z[ host-image] May 14 15:19:05.242 INFO O| May 14 15:19:05.242 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
99522026-05-14T15:19:05.902Z[ host-image] May 14 15:19:05.242 INFO O| May 14 15:19:05.242 INFO copying /tmp/.tmp2Zpu7x/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 ...
99532026-05-14T15:19:05.902Z[ host-image] May 14 15:19:05.242 INFO O| May 14 15:19:05.242 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
99542026-05-14T15:19:05.905Z[ host-image] May 14 15:19:05.242 INFO O| May 14 15:19:05.242 INFO ok!
99552026-05-14T15:19:05.905Z[ host-image] May 14 15:19:05.242 INFO O| May 14 15:19:05.242 INFO STEP 135 (ensure_file) COMPLETE
99562026-05-14T15:19:05.905Z[ host-image] May 14 15:19:05.242 INFO O| May 14 15:19:05.242 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99572026-05-14T15:19:05.909Z[ host-image] May 14 15:19:05.249 INFO O| May 14 15:19:05.249 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
99582026-05-14T15:19:05.909Z[ host-image] May 14 15:19:05.249 INFO O| May 14 15:19:05.249 INFO copying /tmp/.tmp2Zpu7x/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
99592026-05-14T15:19:05.912Z[ host-image] May 14 15:19:05.250 INFO O| May 14 15:19:05.249 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
99602026-05-14T15:19:05.912Z[ host-image] May 14 15:19:05.250 INFO O| May 14 15:19:05.250 INFO ok!
99612026-05-14T15:19:05.912Z[ host-image] May 14 15:19:05.250 INFO O| May 14 15:19:05.250 INFO STEP 136 (ensure_file) COMPLETE
99622026-05-14T15:19:05.912Z[ host-image] May 14 15:19:05.250 INFO O| May 14 15:19:05.250 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99632026-05-14T15:19:05.917Z[ host-image] May 14 15:19:05.257 INFO O| May 14 15:19:05.257 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
99642026-05-14T15:19:05.920Z[ host-image] May 14 15:19:05.257 INFO O| May 14 15:19:05.257 INFO copying /tmp/.tmp2Zpu7x/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 ...
99652026-05-14T15:19:05.920Z[ host-image] May 14 15:19:05.257 INFO O| May 14 15:19:05.257 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
99662026-05-14T15:19:05.920Z[ host-image] May 14 15:19:05.257 INFO O| May 14 15:19:05.257 INFO ok!
99672026-05-14T15:19:05.920Z[ host-image] May 14 15:19:05.257 INFO O| May 14 15:19:05.257 INFO STEP 137 (ensure_file) COMPLETE
99682026-05-14T15:19:05.920Z[ host-image] May 14 15:19:05.257 INFO O| May 14 15:19:05.257 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99692026-05-14T15:19:05.924Z[ host-image] May 14 15:19:05.265 INFO O| May 14 15:19:05.265 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
99702026-05-14T15:19:05.924Z[ host-image] May 14 15:19:05.265 INFO O| May 14 15:19:05.265 INFO copying /tmp/.tmp2Zpu7x/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
99712026-05-14T15:19:05.927Z[ host-image] May 14 15:19:05.265 INFO O| May 14 15:19:05.265 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
99722026-05-14T15:19:05.927Z[ host-image] May 14 15:19:05.265 INFO O| May 14 15:19:05.265 INFO ok!
99732026-05-14T15:19:05.927Z[ host-image] May 14 15:19:05.265 INFO O| May 14 15:19:05.265 INFO STEP 138 (ensure_file) COMPLETE
99742026-05-14T15:19:05.927Z[ host-image] May 14 15:19:05.265 INFO O| May 14 15:19:05.265 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99752026-05-14T15:19:05.933Z[ host-image] May 14 15:19:05.274 INFO O| May 14 15:19:05.274 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
99762026-05-14T15:19:05.933Z[ host-image] May 14 15:19:05.274 INFO O| May 14 15:19:05.274 INFO copying /tmp/.tmp2Zpu7x/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
99772026-05-14T15:19:13.136Z[ recovery-image] May 14 15:19:12.476 INFO O| ok, image written!
99782026-05-14T15:19:13.136Z[ recovery-image] May 14 15:19:12.476 INFO O| ok, boot_image_csum file written!
99792026-05-14T15:19:13.141Z[ recovery-image] May 14 15:19:12.478 INFO creating boot archive (CPIO)...
99802026-05-14T15:19:13.141Z[ recovery-image] May 14 15:19:12.478 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
99812026-05-14T15:19:13.146Z[ recovery-image] May 14 15:19:12.486 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
99822026-05-14T15:19:13.146Z[ recovery-image] May 14 15:19:12.486 INFO E| + outfile=/work/os-recovery/cpio
99832026-05-14T15:19:13.146Z[ recovery-image] May 14 15:19:12.486 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
99842026-05-14T15:19:13.149Z[ recovery-image] May 14 15:19:12.488 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
99852026-05-14T15:19:13.149Z[ recovery-image] May 14 15:19:12.488 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
99862026-05-14T15:19:13.177Z[ recovery-image] May 14 15:19:12.517 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
99872026-05-14T15:19:13.177Z[ recovery-image] May 14 15:19:12.517 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
99882026-05-14T15:19:13.187Z[ recovery-image] May 14 15:19:12.524 INFO creating compressed cpio/unix for dev loaders...
99892026-05-14T15:19:13.187Z[ recovery-image] May 14 15:19:12.524 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
99902026-05-14T15:19:13.453Z[ recovery-image] May 14 15:19:12.793 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
99912026-05-14T15:19:17.301Z[ recovery-image] May 14 15:19:16.640 INFO creating reset image...
99922026-05-14T15:19:17.301Z[ recovery-image] May 14 15:19:16.640 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
99932026-05-14T15:19:17.463Z[ host-image] May 14 15:19:16.803 INFO O| May 14 15:19:16.803 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
99942026-05-14T15:19:17.464Z[ host-image] May 14 15:19:16.803 INFO O| May 14 15:19:16.803 INFO ok!
99952026-05-14T15:19:17.467Z[ host-image] May 14 15:19:16.803 INFO O| May 14 15:19:16.803 INFO STEP 139 (ensure_file) COMPLETE
99962026-05-14T15:19:17.467Z[ host-image] May 14 15:19:16.803 INFO O| May 14 15:19:16.803 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99972026-05-14T15:19:17.471Z[ host-image] May 14 15:19:16.811 INFO O| May 14 15:19:16.811 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
99982026-05-14T15:19:17.471Z[ host-image] May 14 15:19:16.811 INFO O| May 14 15:19:16.811 INFO STEP 140 (ensure_dir) COMPLETE
99992026-05-14T15:19:17.477Z[ host-image] May 14 15:19:16.811 INFO O| May 14 15:19:16.811 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100002026-05-14T15:19:17.480Z[ host-image] May 14 15:19:16.819 INFO O| May 14 15:19:16.819 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
100012026-05-14T15:19:17.480Z[ host-image] May 14 15:19:16.819 INFO O| May 14 15:19:16.819 INFO STEP 141 (ensure_dir) COMPLETE
100022026-05-14T15:19:17.480Z[ host-image] May 14 15:19:16.819 INFO O| May 14 15:19:16.819 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100032026-05-14T15:19:17.486Z[ host-image] May 14 15:19:16.826 INFO O| May 14 15:19:16.826 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
100042026-05-14T15:19:17.486Z[ host-image] May 14 15:19:16.826 INFO O| May 14 15:19:16.826 INFO STEP 142 (ensure_dir) COMPLETE
100052026-05-14T15:19:17.490Z[ host-image] May 14 15:19:16.826 INFO O| May 14 15:19:16.826 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100062026-05-14T15:19:17.493Z[ host-image] May 14 15:19:16.833 INFO O| May 14 15:19:16.833 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
100072026-05-14T15:19:17.493Z[ host-image] May 14 15:19:16.833 INFO O| May 14 15:19:16.833 INFO STEP 143 (ensure_dir) COMPLETE
100082026-05-14T15:19:17.494Z[ host-image] May 14 15:19:16.833 INFO O| May 14 15:19:16.833 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100092026-05-14T15:19:17.500Z[ host-image] May 14 15:19:16.840 INFO O| May 14 15:19:16.840 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
100102026-05-14T15:19:17.500Z[ host-image] May 14 15:19:16.840 INFO O| May 14 15:19:16.840 INFO copying /tmp/.tmp2Zpu7x/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 ...
100112026-05-14T15:19:17.503Z[ host-image] May 14 15:19:16.840 INFO O| May 14 15:19:16.840 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
100122026-05-14T15:19:17.503Z[ host-image] May 14 15:19:16.840 INFO O| May 14 15:19:16.840 INFO ok!
100132026-05-14T15:19:17.503Z[ host-image] May 14 15:19:16.840 INFO O| May 14 15:19:16.840 INFO STEP 144 (ensure_file) COMPLETE
100142026-05-14T15:19:17.503Z[ host-image] May 14 15:19:16.840 INFO O| May 14 15:19:16.840 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100152026-05-14T15:19:17.507Z[ host-image] May 14 15:19:16.847 INFO O| May 14 15:19:16.847 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
100162026-05-14T15:19:17.507Z[ host-image] May 14 15:19:16.847 INFO O| May 14 15:19:16.847 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
100172026-05-14T15:19:17.511Z[ host-image] May 14 15:19:16.847 INFO O| May 14 15:19:16.847 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
100182026-05-14T15:19:17.511Z[ host-image] May 14 15:19:16.847 INFO O| May 14 15:19:16.847 INFO STEP 145 (ensure_dir) COMPLETE
100192026-05-14T15:19:17.511Z[ host-image] May 14 15:19:16.847 INFO O| May 14 15:19:16.847 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100202026-05-14T15:19:17.515Z[ host-image] May 14 15:19:16.853 INFO O| May 14 15:19:16.853 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
100212026-05-14T15:19:17.515Z[ host-image] May 14 15:19:16.853 INFO O| May 14 15:19:16.853 INFO copying /tmp/.tmp2Zpu7x/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
100222026-05-14T15:19:17.515Z[ host-image] May 14 15:19:16.853 INFO O| May 14 15:19:16.853 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
100232026-05-14T15:19:17.515Z[ host-image] May 14 15:19:16.853 INFO O| May 14 15:19:16.853 INFO ok!
100242026-05-14T15:19:17.515Z[ host-image] May 14 15:19:16.854 INFO O| May 14 15:19:16.853 INFO STEP 146 (ensure_file) COMPLETE
100252026-05-14T15:19:17.515Z[ host-image] May 14 15:19:16.854 INFO O| May 14 15:19:16.853 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100262026-05-14T15:19:17.520Z[ host-image] May 14 15:19:16.860 INFO O| May 14 15:19:16.860 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
100272026-05-14T15:19:17.524Z[ host-image] May 14 15:19:16.861 INFO O| May 14 15:19:16.861 INFO STEP 147 (remove_files) COMPLETE
100282026-05-14T15:19:17.524Z[ host-image] May 14 15:19:16.861 INFO O| May 14 15:19:16.861 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100292026-05-14T15:19:17.528Z[ host-image] May 14 15:19:16.868 INFO O| May 14 15:19:16.868 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
100302026-05-14T15:19:17.532Z[ host-image] May 14 15:19:16.868 INFO O| May 14 15:19:16.868 INFO STEP 148 (remove_files) COMPLETE
100312026-05-14T15:19:17.532Z[ host-image] May 14 15:19:16.868 INFO O| May 14 15:19:16.868 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100322026-05-14T15:19:17.535Z[ host-image] May 14 15:19:16.875 INFO O| May 14 15:19:16.875 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
100332026-05-14T15:19:17.535Z[ host-image] May 14 15:19:16.875 INFO O| May 14 15:19:16.875 INFO STEP 149 (remove_files) COMPLETE
100342026-05-14T15:19:17.535Z[ host-image] May 14 15:19:16.875 INFO O| May 14 15:19:16.875 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100352026-05-14T15:19:17.542Z[ host-image] May 14 15:19:16.881 INFO O| May 14 15:19:16.881 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
100362026-05-14T15:19:17.545Z[ host-image] May 14 15:19:16.881 INFO O| May 14 15:19:16.881 INFO STEP 150 (remove_files) COMPLETE
100372026-05-14T15:19:17.546Z[ host-image] May 14 15:19:16.881 INFO O| May 14 15:19:16.881 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100382026-05-14T15:19:17.549Z[ host-image] May 14 15:19:16.889 INFO O| May 14 15:19:16.888 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
100392026-05-14T15:19:17.549Z[ host-image] May 14 15:19:16.889 INFO O| May 14 15:19:16.889 INFO STEP 151 (remove_files) COMPLETE
100402026-05-14T15:19:17.549Z[ host-image] May 14 15:19:16.889 INFO O| May 14 15:19:16.889 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100412026-05-14T15:19:17.556Z[ host-image] May 14 15:19:16.896 INFO O| May 14 15:19:16.896 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
100422026-05-14T15:19:17.560Z[ host-image] May 14 15:19:16.896 INFO O| May 14 15:19:16.896 INFO STEP 152 (remove_files) COMPLETE
100432026-05-14T15:19:17.560Z[ host-image] May 14 15:19:16.896 INFO O| May 14 15:19:16.896 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100442026-05-14T15:19:17.564Z[ host-image] May 14 15:19:16.903 INFO O| May 14 15:19:16.903 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
100452026-05-14T15:19:17.564Z[ host-image] May 14 15:19:16.903 INFO O| May 14 15:19:16.903 INFO STEP 153 (remove_files) COMPLETE
100462026-05-14T15:19:17.564Z[ host-image] May 14 15:19:16.903 INFO O| May 14 15:19:16.903 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100472026-05-14T15:19:17.570Z[ host-image] May 14 15:19:16.910 INFO O| May 14 15:19:16.910 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
100482026-05-14T15:19:17.573Z[ host-image] May 14 15:19:16.910 INFO O| May 14 15:19:16.910 INFO STEP 154 (remove_files) COMPLETE
100492026-05-14T15:19:17.573Z[ host-image] May 14 15:19:16.910 INFO O| May 14 15:19:16.910 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100502026-05-14T15:19:17.578Z[ host-image] May 14 15:19:16.918 INFO O| May 14 15:19:16.918 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
100512026-05-14T15:19:17.582Z[ host-image] May 14 15:19:16.918 INFO O| May 14 15:19:16.918 INFO STEP 155 (remove_files) COMPLETE
100522026-05-14T15:19:17.582Z[ host-image] May 14 15:19:16.918 INFO O| May 14 15:19:16.918 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100532026-05-14T15:19:17.585Z[ host-image] May 14 15:19:16.926 INFO O| May 14 15:19:16.926 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
100542026-05-14T15:19:17.586Z[ host-image] May 14 15:19:16.926 INFO O| May 14 15:19:16.926 INFO STEP 156 (remove_files) COMPLETE
100552026-05-14T15:19:17.589Z[ host-image] May 14 15:19:16.926 INFO O| May 14 15:19:16.926 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100562026-05-14T15:19:17.593Z[ host-image] May 14 15:19:16.933 INFO O| May 14 15:19:16.933 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
100572026-05-14T15:19:17.593Z[ host-image] May 14 15:19:16.933 INFO O| May 14 15:19:16.933 INFO STEP 157 (remove_files) COMPLETE
100582026-05-14T15:19:17.596Z[ host-image] May 14 15:19:16.933 INFO O| May 14 15:19:16.933 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100592026-05-14T15:19:17.601Z[ host-image] May 14 15:19:16.941 INFO O| May 14 15:19:16.941 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
100602026-05-14T15:19:17.601Z[ host-image] May 14 15:19:16.941 INFO O| May 14 15:19:16.941 INFO STEP 158 (remove_files) COMPLETE
100612026-05-14T15:19:17.601Z[ host-image] May 14 15:19:16.941 INFO O| May 14 15:19:16.941 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100622026-05-14T15:19:17.608Z[ host-image] May 14 15:19:16.949 INFO O| May 14 15:19:16.949 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
100632026-05-14T15:19:17.609Z[ host-image] May 14 15:19:16.949 INFO O| May 14 15:19:16.949 INFO STEP 159 (remove_files) COMPLETE
100642026-05-14T15:19:17.613Z[ host-image] May 14 15:19:16.949 INFO O| May 14 15:19:16.949 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100652026-05-14T15:19:17.616Z[ host-image] May 14 15:19:16.956 INFO O| May 14 15:19:16.956 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
100662026-05-14T15:19:17.616Z[ host-image] May 14 15:19:16.956 INFO O| May 14 15:19:16.956 INFO STEP 160 (remove_files) COMPLETE
100672026-05-14T15:19:17.616Z[ host-image] May 14 15:19:16.956 INFO O| May 14 15:19:16.956 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100682026-05-14T15:19:17.624Z[ host-image] May 14 15:19:16.964 INFO O| May 14 15:19:16.964 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
100692026-05-14T15:19:17.624Z[ host-image] May 14 15:19:16.964 INFO O| May 14 15:19:16.964 INFO STEP 161 (remove_files) COMPLETE
100702026-05-14T15:19:17.624Z[ host-image] May 14 15:19:16.964 INFO O| May 14 15:19:16.964 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100712026-05-14T15:19:17.631Z[ host-image] May 14 15:19:16.971 INFO O| May 14 15:19:16.971 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
100722026-05-14T15:19:17.631Z[ host-image] May 14 15:19:16.971 INFO O| May 14 15:19:16.971 INFO STEP 162 (remove_files) COMPLETE
100732026-05-14T15:19:17.631Z[ host-image] May 14 15:19:16.971 INFO O| May 14 15:19:16.971 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100742026-05-14T15:19:17.640Z[ host-image] May 14 15:19:16.980 INFO O| May 14 15:19:16.980 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
100752026-05-14T15:19:17.640Z[ host-image] May 14 15:19:16.980 INFO O| May 14 15:19:16.980 INFO STEP 163 (remove_files) COMPLETE
100762026-05-14T15:19:17.640Z[ host-image] May 14 15:19:16.980 INFO O| May 14 15:19:16.980 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100772026-05-14T15:19:17.649Z[ host-image] May 14 15:19:16.989 INFO O| May 14 15:19:16.988 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
100782026-05-14T15:19:17.652Z[ host-image] May 14 15:19:16.989 INFO O| May 14 15:19:16.989 INFO STEP 164 (remove_files) COMPLETE
100792026-05-14T15:19:17.652Z[ host-image] May 14 15:19:16.989 INFO O| May 14 15:19:16.989 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100802026-05-14T15:19:17.657Z[ host-image] May 14 15:19:16.997 INFO O| May 14 15:19:16.997 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
100812026-05-14T15:19:17.657Z[ host-image] May 14 15:19:16.997 INFO O| May 14 15:19:16.997 INFO STEP 165 (remove_files) COMPLETE
100822026-05-14T15:19:17.661Z[ host-image] May 14 15:19:16.997 INFO O| May 14 15:19:16.997 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100832026-05-14T15:19:17.664Z[ host-image] May 14 15:19:17.005 INFO O| May 14 15:19:17.004 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
100842026-05-14T15:19:17.665Z[ host-image] May 14 15:19:17.005 INFO O| May 14 15:19:17.005 INFO STEP 166 (remove_files) COMPLETE
100852026-05-14T15:19:17.665Z[ host-image] May 14 15:19:17.005 INFO O| May 14 15:19:17.005 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100862026-05-14T15:19:17.671Z[ host-image] May 14 15:19:17.011 INFO O| May 14 15:19:17.011 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
100872026-05-14T15:19:17.671Z[ host-image] May 14 15:19:17.011 INFO O| May 14 15:19:17.011 INFO STEP 167 (remove_files) COMPLETE
100882026-05-14T15:19:17.671Z[ host-image] May 14 15:19:17.011 INFO O| May 14 15:19:17.011 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100892026-05-14T15:19:17.682Z[ host-image] May 14 15:19:17.019 INFO O| May 14 15:19:17.019 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
100902026-05-14T15:19:17.682Z[ host-image] May 14 15:19:17.019 INFO O| May 14 15:19:17.019 INFO STEP 168 (remove_files) COMPLETE
100912026-05-14T15:19:17.682Z[ host-image] May 14 15:19:17.019 INFO O| May 14 15:19:17.019 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100922026-05-14T15:19:17.687Z[ host-image] May 14 15:19:17.027 INFO O| May 14 15:19:17.027 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
100932026-05-14T15:19:17.691Z[ host-image] May 14 15:19:17.027 INFO O| May 14 15:19:17.027 INFO STEP 169 (remove_files) COMPLETE
100942026-05-14T15:19:17.691Z[ host-image] May 14 15:19:17.027 INFO O| May 14 15:19:17.027 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100952026-05-14T15:19:17.694Z[ host-image] May 14 15:19:17.034 INFO O| May 14 15:19:17.034 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
100962026-05-14T15:19:17.698Z[ host-image] May 14 15:19:17.034 INFO O| May 14 15:19:17.034 INFO STEP 170 (remove_files) COMPLETE
100972026-05-14T15:19:17.698Z[ host-image] May 14 15:19:17.035 INFO O| May 14 15:19:17.034 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100982026-05-14T15:19:17.702Z[ host-image] May 14 15:19:17.042 INFO O| May 14 15:19:17.042 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
100992026-05-14T15:19:17.705Z[ host-image] May 14 15:19:17.042 INFO O| May 14 15:19:17.042 INFO STEP 171 (remove_files) COMPLETE
101002026-05-14T15:19:17.705Z[ host-image] May 14 15:19:17.042 INFO O| May 14 15:19:17.042 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101012026-05-14T15:19:17.710Z[ host-image] May 14 15:19:17.050 INFO O| May 14 15:19:17.050 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
101022026-05-14T15:19:17.710Z[ host-image] May 14 15:19:17.050 INFO O| May 14 15:19:17.050 INFO STEP 172 (remove_files) COMPLETE
101032026-05-14T15:19:17.710Z[ host-image] May 14 15:19:17.050 INFO O| May 14 15:19:17.050 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101042026-05-14T15:19:17.716Z[ host-image] May 14 15:19:17.056 INFO O| May 14 15:19:17.056 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
101052026-05-14T15:19:17.716Z[ host-image] May 14 15:19:17.056 INFO O| May 14 15:19:17.056 INFO STEP 173 (remove_files) COMPLETE
101062026-05-14T15:19:17.716Z[ host-image] May 14 15:19:17.056 INFO O| May 14 15:19:17.056 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101072026-05-14T15:19:17.723Z[ host-image] May 14 15:19:17.063 INFO O| May 14 15:19:17.063 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
101082026-05-14T15:19:17.726Z[ host-image] May 14 15:19:17.063 INFO O| May 14 15:19:17.063 INFO STEP 174 (remove_files) COMPLETE
101092026-05-14T15:19:17.726Z[ host-image] May 14 15:19:17.063 INFO O| May 14 15:19:17.063 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101102026-05-14T15:19:17.730Z[ host-image] May 14 15:19:17.070 INFO O| May 14 15:19:17.070 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
101112026-05-14T15:19:17.731Z[ host-image] May 14 15:19:17.070 INFO O| May 14 15:19:17.070 INFO STEP 175 (remove_files) COMPLETE
101122026-05-14T15:19:17.731Z[ host-image] May 14 15:19:17.070 INFO O| May 14 15:19:17.070 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101132026-05-14T15:19:17.740Z[ host-image] May 14 15:19:17.080 INFO O| May 14 15:19:17.080 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
101142026-05-14T15:19:17.740Z[ host-image] May 14 15:19:17.080 INFO O| May 14 15:19:17.080 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
101152026-05-14T15:19:21.301Z[ host-image] May 14 15:19:20.641 INFO O| May 14 15:19:20.641 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
101162026-05-14T15:19:21.302Z[ host-image] May 14 15:19:20.641 INFO O| May 14 15:19:20.641 INFO E| svccfg: Loaded 79 smf(7) service descriptions
101172026-05-14T15:19:21.312Z[ host-image] May 14 15:19:20.652 INFO O| May 14 15:19:20.652 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"}
101182026-05-14T15:19:21.414Z[ host-image] May 14 15:19:20.754 INFO O| May 14 15:19:20.754 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
101192026-05-14T15:19:21.471Z[ host-image] May 14 15:19:20.810 INFO O| May 14 15:19:20.810 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
101202026-05-14T15:19:21.533Z[ host-image] May 14 15:19:20.873 INFO O| May 14 15:19:20.873 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
101212026-05-14T15:19:21.534Z[ host-image] May 14 15:19:20.873 INFO O| May 14 15:19:20.873 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
101222026-05-14T15:19:21.623Z[ host-image] May 14 15:19:20.962 INFO O| May 14 15:19:20.962 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
101232026-05-14T15:19:21.623Z[ host-image] May 14 15:19:20.962 INFO O| May 14 15:19:20.962 INFO ok!
101242026-05-14T15:19:21.627Z[ host-image] May 14 15:19:20.962 INFO O| May 14 15:19:20.962 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
101252026-05-14T15:19:21.627Z[ host-image] May 14 15:19:20.962 INFO O| May 14 15:19:20.962 INFO STEP 176 (seed_smf) COMPLETE
101262026-05-14T15:19:21.627Z[ host-image] May 14 15:19:20.962 INFO O| May 14 15:19:20.962 INFO steps complete; finalising image!
101272026-05-14T15:19:21.627Z[ host-image] May 14 15:19:20.962 INFO O| May 14 15:19:20.962 INFO TRIM POOL: TEMPORARY-sled-zfs
101282026-05-14T15:19:21.679Z[ host-image] May 14 15:19:21.018 INFO O| May 14 15:19:21.018 INFO trim TEMPORARY-sled-zfs: (7% trimmed, started at Thu May 14 15:19:20 2026)
101292026-05-14T15:19:21.897Z[ host-image] May 14 15:19:21.236 INFO O| May 14 15:19:21.236 INFO temporary pool has 803M used, 93.0M avail, 1.86x compressratio
101302026-05-14T15:19:21.897Z[ host-image] May 14 15:19:21.237 INFO O| May 14 15:19:21.236 INFO EXPORT POOL: TEMPORARY-sled-zfs
101312026-05-14T15:19:22.230Z[ host-image] May 14 15:19:21.569 INFO O| May 14 15:19:21.569 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
101322026-05-14T15:19:22.234Z[ host-image] May 14 15:19:21.570 INFO O| May 14 15:19:21.570 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
101332026-05-14T15:19:23.240Z[ host-image] May 14 15:19:22.579 INFO O| May 14 15:19:22.579 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
101342026-05-14T15:19:23.240Z[ host-image] May 14 15:19:22.579 INFO O| May 14 15:19:22.579 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
101352026-05-14T15:19:23.245Z[ host-image] May 14 15:19:22.579 INFO O| May 14 15:19:22.579 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
101362026-05-14T15:19:23.245Z[ host-image] May 14 15:19:22.579 INFO O| May 14 15:19:22.579 INFO completed processing sled/zfs
101372026-05-14T15:19:23.245Z[ host-image] May 14 15:19:22.579 INFO O| May 14 15:19:22.579 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
101382026-05-14T15:19:35.880Z[ recovery-image] May 14 15:19:35.220 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')"
101392026-05-14T15:19:35.880Z[ recovery-image] May 14 15:19:35.220 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")
101402026-05-14T15:19:36.039Z[ recovery-image] May 14 15:19:35.378 INFO E| Updating crates.io index
101412026-05-14T15:19:36.340Z[ recovery-image] May 14 15:19:35.680 INFO E| Downloading crates ...
101422026-05-14T15:19:36.394Z[ recovery-image] May 14 15:19:35.734 INFO E| Downloaded colorchoice v1.0.5
101432026-05-14T15:19:36.398Z[ recovery-image] May 14 15:19:35.735 INFO E| Downloaded anstyle-parse v1.0.0
101442026-05-14T15:19:36.402Z[ recovery-image] May 14 15:19:35.742 INFO E| Downloaded shared_thread v0.2.0
101452026-05-14T15:19:36.406Z[ recovery-image] May 14 15:19:35.743 INFO E| Downloaded os_pipe v1.2.3
101462026-05-14T15:19:36.406Z[ recovery-image] May 14 15:19:35.745 INFO E| Downloaded clap_lex v1.1.0
101472026-05-14T15:19:36.410Z[ recovery-image] May 14 15:19:35.748 INFO E| Downloaded sigchld v0.2.4
101482026-05-14T15:19:36.410Z[ recovery-image] May 14 15:19:35.749 INFO E| Downloaded anstream v1.0.0
101492026-05-14T15:19:36.413Z[ recovery-image] May 14 15:19:35.750 INFO E| Downloaded clap_builder v4.6.0
101502026-05-14T15:19:36.417Z[ recovery-image] May 14 15:19:35.756 INFO E| Downloaded duct v1.1.1
101512026-05-14T15:19:36.417Z[ recovery-image] May 14 15:19:35.757 INFO E| Downloaded clap v4.6.1
101522026-05-14T15:19:36.423Z[ recovery-image] May 14 15:19:35.763 INFO E| Downloaded shared_child v1.1.1
101532026-05-14T15:19:36.426Z[ recovery-image] May 14 15:19:35.764 INFO E| Downloaded clap_derive v4.6.1
101542026-05-14T15:19:36.426Z[ recovery-image] May 14 15:19:35.765 INFO E| Downloaded anstyle v1.0.14
101552026-05-14T15:19:36.459Z[ recovery-image] May 14 15:19:35.799 INFO E| Compiling libc v0.2.185
101562026-05-14T15:19:36.463Z[ recovery-image] May 14 15:19:35.799 INFO E| Compiling proc-macro2 v1.0.106
101572026-05-14T15:19:36.463Z[ recovery-image] May 14 15:19:35.799 INFO E| Compiling unicode-ident v1.0.24
101582026-05-14T15:19:36.463Z[ recovery-image] May 14 15:19:35.799 INFO E| Compiling quote v1.0.45
101592026-05-14T15:19:36.463Z[ recovery-image] May 14 15:19:35.799 INFO E| Compiling signal-hook v0.3.18
101602026-05-14T15:19:36.463Z[ recovery-image] May 14 15:19:35.799 INFO E| Compiling utf8parse v0.2.2
101612026-05-14T15:19:36.470Z[ recovery-image] May 14 15:19:35.810 INFO E| Compiling anstyle-query v1.1.5
101622026-05-14T15:19:36.474Z[ recovery-image] May 14 15:19:35.810 INFO E| Compiling anstyle v1.0.14
101632026-05-14T15:19:36.474Z[ recovery-image] May 14 15:19:35.810 INFO E| Compiling colorchoice v1.0.5
101642026-05-14T15:19:36.474Z[ recovery-image] May 14 15:19:35.811 INFO E| Compiling is_terminal_polyfill v1.70.2
101652026-05-14T15:19:36.474Z[ recovery-image] May 14 15:19:35.811 INFO E| Compiling clap_lex v1.1.0
101662026-05-14T15:19:36.474Z[ recovery-image] May 14 15:19:35.811 INFO E| Compiling heck v0.5.0
101672026-05-14T15:19:36.474Z[ recovery-image] May 14 15:19:35.811 INFO E| Compiling strsim v0.11.1
101682026-05-14T15:19:36.474Z[ recovery-image] May 14 15:19:35.811 INFO E| Compiling shared_thread v0.2.0
101692026-05-14T15:19:36.810Z[ recovery-image] May 14 15:19:36.150 INFO E| Compiling anstyle-parse v1.0.0
101702026-05-14T15:19:36.956Z[ recovery-image] May 14 15:19:36.289 INFO E| Compiling anstream v1.0.0
101712026-05-14T15:19:37.143Z[ recovery-image] May 14 15:19:36.482 INFO E| Compiling clap_builder v4.6.0
101722026-05-14T15:19:37.322Z[ recovery-image] May 14 15:19:36.662 INFO E| Compiling errno v0.3.14
101732026-05-14T15:19:37.322Z[ recovery-image] May 14 15:19:36.662 INFO E| Compiling os_pipe v1.2.3
101742026-05-14T15:19:37.426Z[ recovery-image] May 14 15:19:36.765 INFO E| Compiling signal-hook-registry v1.4.8
101752026-05-14T15:19:37.588Z[ recovery-image] May 14 15:19:36.927 INFO E| Compiling syn v2.0.117
101762026-05-14T15:19:37.699Z[ recovery-image] May 14 15:19:37.039 INFO E| Compiling sigchld v0.2.4
101772026-05-14T15:19:37.799Z[ recovery-image] May 14 15:19:37.138 INFO E| Compiling shared_child v1.1.1
101782026-05-14T15:19:37.921Z[ recovery-image] May 14 15:19:37.260 INFO E| Compiling duct v1.1.1
101792026-05-14T15:19:39.717Z[ recovery-image] May 14 15:19:39.007 INFO E| Compiling clap_derive v4.6.1
101802026-05-14T15:19:39.847Z[ host-image] May 14 15:19:39.186 INFO O| May 14 15:19:39.186 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
101812026-05-14T15:19:39.940Z[ host-image] May 14 15:19:39.280 INFO BUILD STRING "heads/stlouis-0-gd25f6eeb5c\n"
101822026-05-14T15:19:39.940Z[ host-image] May 14 15:19:39.280 INFO expanded image name: "ci 77605f3/${os_short_commit} 2026-05-14 15:04" -> "ci 77605f3/d25f6ee 2026-05-14 15:04"
101832026-05-14T15:19:39.943Z[ host-image] May 14 15:19:39.280 INFO output artefacts stored in: "/work/os-host"
101842026-05-14T15:19:39.943Z[ host-image] May 14 15:19:39.280 INFO collecting git info from project "pinprick"...
101852026-05-14T15:19:39.946Z[ host-image] May 14 15:19:39.286 INFO collecting git info from project "pilot"...
101862026-05-14T15:19:39.951Z[ host-image] May 14 15:19:39.291 INFO collecting git info from project "image-builder"...
101872026-05-14T15:19:39.955Z[ host-image] May 14 15:19:39.296 INFO collecting git info from project "phbl"...
101882026-05-14T15:19:39.960Z[ host-image] May 14 15:19:39.300 INFO collecting git info from project "bootserver"...
101892026-05-14T15:19:39.963Z[ host-image] May 14 15:19:39.304 INFO collecting git info from project "chelsio-t6-roms"...
101902026-05-14T15:19:39.968Z[ host-image] May 14 15:19:39.308 INFO collecting git info from project "amd-host-image-builder"...
101912026-05-14T15:19:39.972Z[ host-image] May 14 15:19:39.312 INFO collecting git info from project "dmar-report"...
101922026-05-14T15:19:39.976Z[ host-image] May 14 15:19:39.316 INFO collecting git info from project "amd-firmware"...
101932026-05-14T15:19:39.986Z[ host-image] May 14 15:19:39.326 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
101942026-05-14T15:19:40.319Z[ host-image] May 14 15:19:39.659 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
101952026-05-14T15:19:40.632Z[ host-image] May 14 15:19:39.972 INFO creating Oxide boot image...
101962026-05-14T15:19:40.632Z[ host-image] May 14 15:19:39.972 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 77605f3/d25f6ee 2026-05-14 15:04", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
101972026-05-14T15:19:40.910Z[ recovery-image] May 14 15:19:40.250 INFO E| Compiling clap v4.6.1
101982026-05-14T15:19:40.968Z[ recovery-image] May 14 15:19:40.307 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
101992026-05-14T15:19:41.324Z[ host-image] May 14 15:19:40.664 INFO O| ok, image written!
102002026-05-14T15:19:41.324Z[ host-image] May 14 15:19:40.664 INFO O| ok, boot_image_csum file written!
102012026-05-14T15:19:41.327Z[ host-image] May 14 15:19:40.666 INFO creating boot archive (CPIO)...
102022026-05-14T15:19:41.327Z[ host-image] May 14 15:19:40.666 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
102032026-05-14T15:19:41.330Z[ host-image] May 14 15:19:40.670 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
102042026-05-14T15:19:41.330Z[ host-image] May 14 15:19:40.670 INFO E| + outfile=/work/os-host/cpio
102052026-05-14T15:19:41.330Z[ host-image] May 14 15:19:40.670 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
102062026-05-14T15:19:41.333Z[ host-image] May 14 15:19:40.672 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
102072026-05-14T15:19:41.333Z[ host-image] May 14 15:19:40.673 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
102082026-05-14T15:19:41.360Z[ host-image] May 14 15:19:40.700 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
102092026-05-14T15:19:41.360Z[ host-image] May 14 15:19:40.700 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
102102026-05-14T15:19:41.367Z[ host-image] May 14 15:19:40.707 INFO creating compressed cpio/unix for dev loaders...
102112026-05-14T15:19:41.367Z[ host-image] May 14 15:19:40.707 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
102122026-05-14T15:19:41.589Z[ host-image] May 14 15:19:40.926 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
102132026-05-14T15:19:41.785Z[ recovery-image] May 14 15:19:41.118 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.85s
102142026-05-14T15:19:41.789Z[ recovery-image] May 14 15:19:41.126 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
102152026-05-14T15:19:42.028Z[ recovery-image] May 14 15:19:41.365 INFO E| Downloading crates ...
102162026-05-14T15:19:42.081Z[ recovery-image] May 14 15:19:41.418 INFO E| Downloaded bit_field v0.10.3
102172026-05-14T15:19:42.086Z[ recovery-image] May 14 15:19:41.419 INFO E| Downloaded cpio_reader v0.1.2
102182026-05-14T15:19:42.092Z[ recovery-image] May 14 15:19:41.425 INFO E| Downloaded bitstruct_derive v0.1.0
102192026-05-14T15:19:42.092Z[ recovery-image] May 14 15:19:41.427 INFO E| Downloaded bitstruct v0.1.1
102202026-05-14T15:19:42.092Z[ recovery-image] May 14 15:19:41.429 INFO E| Downloaded bitflags v2.11.1
102212026-05-14T15:19:42.105Z[ recovery-image] May 14 15:19:41.444 INFO E| Downloaded raw-cpuid v10.7.0
102222026-05-14T15:19:42.116Z[ recovery-image] May 14 15:19:41.447 INFO E| Downloaded miniz_oxide v0.9.1
102232026-05-14T15:19:42.265Z[ recovery-image] May 14 15:19:41.605 INFO E| Downloaded x86 v0.52.0
102242026-05-14T15:19:42.307Z[ recovery-image] May 14 15:19:41.636 INFO E| Updating crates.io index
102252026-05-14T15:19:42.349Z[ recovery-image] May 14 15:19:41.687 INFO E| Downloading crates ...
102262026-05-14T15:19:42.389Z[ recovery-image] May 14 15:19:41.729 INFO E| Downloaded rustc-literal-escaper v0.0.7
102272026-05-14T15:19:42.442Z[ recovery-image] May 14 15:19:41.767 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)
102282026-05-14T15:19:42.442Z[ recovery-image] May 14 15:19:41.767 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)
102292026-05-14T15:19:42.446Z[ recovery-image] May 14 15:19:41.767 INFO E| Compiling proc-macro2 v1.0.106
102302026-05-14T15:19:42.446Z[ recovery-image] May 14 15:19:41.768 INFO E| Compiling quote v1.0.45
102312026-05-14T15:19:42.446Z[ recovery-image] May 14 15:19:41.768 INFO E| Compiling unicode-ident v1.0.24
102322026-05-14T15:19:42.446Z[ recovery-image] May 14 15:19:41.768 INFO E| Compiling syn v1.0.109
102332026-05-14T15:19:42.446Z[ recovery-image] May 14 15:19:41.779 INFO E| Compiling x86 v0.52.0
102342026-05-14T15:19:42.446Z[ recovery-image] May 14 15:19:41.779 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
102352026-05-14T15:19:42.446Z[ recovery-image] May 14 15:19:41.779 INFO E| Compiling seq-macro v0.3.6
102362026-05-14T15:19:43.346Z[ recovery-image] May 14 15:19:42.682 INFO E| Compiling syn v2.0.117
102372026-05-14T15:19:44.651Z[ recovery-image] May 14 15:19:43.991 INFO E| Compiling scroll_derive v0.13.1
102382026-05-14T15:19:44.785Z[ host-image] May 14 15:19:44.124 INFO creating reset image...
102392026-05-14T15:19:44.785Z[ host-image] May 14 15:19:44.124 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
102402026-05-14T15:19:44.817Z[ host-image] May 14 15:19:44.156 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')"
102412026-05-14T15:19:44.818Z[ host-image] May 14 15:19:44.156 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")
102422026-05-14T15:19:44.893Z[ host-image] May 14 15:19:44.233 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
102432026-05-14T15:19:44.897Z[ host-image] May 14 15:19:44.235 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
102442026-05-14T15:19:45.236Z[ host-image] May 14 15:19:44.575 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)
102452026-05-14T15:19:45.236Z[ host-image] May 14 15:19:44.576 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)
102462026-05-14T15:19:45.243Z[ host-image] May 14 15:19:44.576 INFO E| Compiling proc-macro2 v1.0.106
102472026-05-14T15:19:45.243Z[ host-image] May 14 15:19:44.576 INFO E| Compiling quote v1.0.45
102482026-05-14T15:19:45.243Z[ host-image] May 14 15:19:44.576 INFO E| Compiling unicode-ident v1.0.24
102492026-05-14T15:19:45.243Z[ host-image] May 14 15:19:44.576 INFO E| Compiling syn v1.0.109
102502026-05-14T15:19:45.243Z[ host-image] May 14 15:19:44.576 INFO E| Compiling x86 v0.52.0
102512026-05-14T15:19:45.243Z[ host-image] May 14 15:19:44.576 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
102522026-05-14T15:19:45.243Z[ host-image] May 14 15:19:44.576 INFO E| Compiling seq-macro v0.3.6
102532026-05-14T15:19:45.760Z[ recovery-image] May 14 15:19:45.099 INFO E| Compiling bitstruct_derive v0.1.0
102542026-05-14T15:19:46.243Z[ host-image] May 14 15:19:45.580 INFO E| Compiling syn v2.0.117
102552026-05-14T15:19:47.540Z[ host-image] May 14 15:19:46.879 INFO E| Compiling scroll_derive v0.13.1
102562026-05-14T15:19:48.536Z[ host-image] May 14 15:19:47.876 INFO E| Compiling bitstruct_derive v0.1.0
102572026-05-14T15:19:54.422Z[ recovery-image] May 14 15:19:53.762 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)
102582026-05-14T15:19:56.546Z[ recovery-image] May 14 15:19:55.886 INFO E| Compiling bitflags v1.3.2
102592026-05-14T15:19:56.546Z[ recovery-image] May 14 15:19:55.886 INFO E| Compiling bitflags v2.11.1
102602026-05-14T15:19:56.549Z[ recovery-image] May 14 15:19:55.886 INFO E| Compiling scroll v0.13.0
102612026-05-14T15:19:56.549Z[ recovery-image] May 14 15:19:55.886 INFO E| Compiling adler2 v2.0.1
102622026-05-14T15:19:56.549Z[ recovery-image] May 14 15:19:55.886 INFO E| Compiling log v0.4.29
102632026-05-14T15:19:56.549Z[ recovery-image] May 14 15:19:55.886 INFO E| Compiling plain v0.2.3
102642026-05-14T15:19:56.549Z[ recovery-image] May 14 15:19:55.886 INFO E| Compiling bit_field v0.10.3
102652026-05-14T15:19:56.549Z[ recovery-image] May 14 15:19:55.886 INFO E| Compiling static_assertions v1.1.0
102662026-05-14T15:19:56.549Z[ recovery-image] May 14 15:19:55.886 INFO E| Compiling bitstruct v0.1.1
102672026-05-14T15:19:56.603Z[ recovery-image] May 14 15:19:55.942 INFO E| Compiling raw-cpuid v10.7.0
102682026-05-14T15:19:56.642Z[ recovery-image] May 14 15:19:55.982 INFO E| Compiling miniz_oxide v0.9.1
102692026-05-14T15:19:56.709Z[ recovery-image] May 14 15:19:56.045 INFO E| Compiling cpio_reader v0.1.2
102702026-05-14T15:19:56.772Z[ recovery-image] May 14 15:19:56.112 INFO E| Compiling goblin v0.10.5
102712026-05-14T15:19:57.101Z[ host-image] May 14 15:19:56.440 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)
102722026-05-14T15:19:59.304Z[ host-image] May 14 15:19:58.643 INFO E| Compiling bitflags v1.3.2
102732026-05-14T15:19:59.304Z[ host-image] May 14 15:19:58.643 INFO E| Compiling plain v0.2.3
102742026-05-14T15:19:59.304Z[ host-image] May 14 15:19:58.643 INFO E| Compiling bit_field v0.10.3
102752026-05-14T15:19:59.307Z[ host-image] May 14 15:19:58.643 INFO E| Compiling scroll v0.13.0
102762026-05-14T15:19:59.307Z[ host-image] May 14 15:19:58.643 INFO E| Compiling adler2 v2.0.1
102772026-05-14T15:19:59.307Z[ host-image] May 14 15:19:58.643 INFO E| Compiling bitflags v2.11.1
102782026-05-14T15:19:59.307Z[ host-image] May 14 15:19:58.643 INFO E| Compiling log v0.4.29
102792026-05-14T15:19:59.307Z[ host-image] May 14 15:19:58.643 INFO E| Compiling static_assertions v1.1.0
102802026-05-14T15:19:59.307Z[ host-image] May 14 15:19:58.644 INFO E| Compiling bitstruct v0.1.1
102812026-05-14T15:19:59.356Z[ host-image] May 14 15:19:58.696 INFO E| Compiling raw-cpuid v10.7.0
102822026-05-14T15:19:59.406Z[ host-image] May 14 15:19:58.746 INFO E| Compiling miniz_oxide v0.9.1
102832026-05-14T15:19:59.452Z[ host-image] May 14 15:19:58.791 INFO E| Compiling cpio_reader v0.1.2
102842026-05-14T15:19:59.535Z[ host-image] May 14 15:19:58.875 INFO E| Compiling goblin v0.10.5
102852026-05-14T15:19:59.616Z[ recovery-image] May 14 15:19:58.956 INFO E| Finished `release` profile [optimized] target(s) in 17.81s
102862026-05-14T15:19:59.639Z[ recovery-image] May 14 15:19:58.978 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
102872026-05-14T15:19:59.676Z[ recovery-image] May 14 15:19:59.015 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')"
102882026-05-14T15:19:59.676Z[ recovery-image] May 14 15:19:59.015 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
102892026-05-14T15:19:59.676Z[ recovery-image] May 14 15:19:59.015 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
102902026-05-14T15:19:59.679Z[ recovery-image] May 14 15:19:59.015 INFO building ROM for cosmo
102912026-05-14T15:19:59.679Z[ recovery-image] May 14 15:19:59.015 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")
102922026-05-14T15:19:59.761Z[ recovery-image] May 14 15:19:59.101 INFO E| Downloading crates ...
102932026-05-14T15:19:59.818Z[ recovery-image] May 14 15:19:59.158 INFO E| Downloaded anstream v0.6.18
102942026-05-14T15:19:59.821Z[ recovery-image] May 14 15:19:59.160 INFO E| Downloaded serde_spanned v0.6.8
102952026-05-14T15:19:59.824Z[ recovery-image] May 14 15:19:59.164 INFO E| Downloaded duct v0.13.7
102962026-05-14T15:19:59.827Z[ recovery-image] May 14 15:19:59.165 INFO E| Downloaded anstyle-query v1.1.2
102972026-05-14T15:19:59.830Z[ recovery-image] May 14 15:19:59.170 INFO E| Downloaded is_terminal_polyfill v1.70.1
102982026-05-14T15:19:59.832Z[ recovery-image] May 14 15:19:59.171 INFO E| Downloaded anstyle v1.0.10
102992026-05-14T15:19:59.832Z[ recovery-image] May 14 15:19:59.172 INFO E| Downloaded toml_datetime v0.6.9
103002026-05-14T15:19:59.838Z[ recovery-image] May 14 15:19:59.177 INFO E| Downloaded colorchoice v1.0.3
103012026-05-14T15:19:59.841Z[ recovery-image] May 14 15:19:59.178 INFO E| Downloaded shared_child v1.0.1
103022026-05-14T15:19:59.841Z[ recovery-image] May 14 15:19:59.179 INFO E| Downloaded os_pipe v1.2.1
103032026-05-14T15:19:59.844Z[ recovery-image] May 14 15:19:59.182 INFO E| Downloaded toml_write v0.1.1
103042026-05-14T15:19:59.845Z[ recovery-image] May 14 15:19:59.184 INFO E| Downloaded clap_derive v4.5.32
103052026-05-14T15:19:59.847Z[ recovery-image] May 14 15:19:59.186 INFO E| Downloaded anstyle-parse v0.2.6
103062026-05-14T15:19:59.855Z[ recovery-image] May 14 15:19:59.195 INFO E| Downloaded toml v0.8.22
103072026-05-14T15:19:59.874Z[ recovery-image] May 14 15:19:59.214 INFO E| Downloaded clap v4.5.37
103082026-05-14T15:19:59.879Z[ recovery-image] May 14 15:19:59.220 INFO E| Downloaded winnow v0.7.7
103092026-05-14T15:19:59.887Z[ recovery-image] May 14 15:19:59.226 INFO E| Downloaded clap_builder v4.5.37
103102026-05-14T15:19:59.890Z[ recovery-image] May 14 15:19:59.230 INFO E| Downloaded toml_edit v0.22.26
103112026-05-14T15:19:59.910Z[ recovery-image] May 14 15:19:59.250 INFO E| Downloaded cc v1.2.20
103122026-05-14T15:19:59.922Z[ recovery-image] May 14 15:19:59.262 INFO E| Compiling libc v0.2.172
103132026-05-14T15:19:59.922Z[ recovery-image] May 14 15:19:59.262 INFO E| Compiling utf8parse v0.2.2
103142026-05-14T15:19:59.925Z[ recovery-image] May 14 15:19:59.262 INFO E| Compiling anstyle-query v1.1.2
103152026-05-14T15:19:59.925Z[ recovery-image] May 14 15:19:59.262 INFO E| Compiling equivalent v1.0.2
103162026-05-14T15:19:59.925Z[ recovery-image] May 14 15:19:59.262 INFO E| Compiling anstyle v1.0.10
103172026-05-14T15:19:59.925Z[ recovery-image] May 14 15:19:59.263 INFO E| Compiling colorchoice v1.0.3
103182026-05-14T15:19:59.925Z[ recovery-image] May 14 15:19:59.263 INFO E| Compiling is_terminal_polyfill v1.70.1
103192026-05-14T15:19:59.925Z[ recovery-image] May 14 15:19:59.263 INFO E| Compiling shlex v1.3.0
103202026-05-14T15:19:59.925Z[ recovery-image] May 14 15:19:59.263 INFO E| Compiling once_cell v1.21.3
103212026-05-14T15:19:59.940Z[ recovery-image] May 14 15:19:59.280 INFO E| Compiling hashbrown v0.15.2
103222026-05-14T15:19:59.943Z[ recovery-image] May 14 15:19:59.280 INFO E| Compiling toml_write v0.1.1
103232026-05-14T15:19:59.943Z[ recovery-image] May 14 15:19:59.280 INFO E| Compiling winnow v0.7.7
103242026-05-14T15:19:59.950Z[ recovery-image] May 14 15:19:59.290 INFO E| Compiling anyhow v1.0.98
103252026-05-14T15:19:59.953Z[ recovery-image] May 14 15:19:59.290 INFO E| Compiling clap_lex v0.7.4
103262026-05-14T15:19:59.960Z[ recovery-image] May 14 15:19:59.300 INFO E| Compiling strsim v0.11.1
103272026-05-14T15:19:59.964Z[ recovery-image] May 14 15:19:59.304 INFO E| Compiling syn v2.0.101
103282026-05-14T15:20:00.170Z[ recovery-image] May 14 15:19:59.509 INFO E| Compiling anstyle-parse v0.2.6
103292026-05-14T15:20:00.170Z[ recovery-image] May 14 15:19:59.509 INFO E| Compiling cc v1.2.20
103302026-05-14T15:20:00.433Z[ recovery-image] May 14 15:19:59.773 INFO E| Compiling indexmap v2.9.0
103312026-05-14T15:20:00.456Z[ recovery-image] May 14 15:19:59.796 INFO E| Compiling anstream v0.6.18
103322026-05-14T15:20:00.675Z[ recovery-image] May 14 15:20:00.015 INFO E| Compiling os_pipe v1.2.1
103332026-05-14T15:20:00.675Z[ recovery-image] May 14 15:20:00.015 INFO E| Compiling shared_child v1.0.1
103342026-05-14T15:20:00.712Z[ recovery-image] May 14 15:20:00.052 INFO E| Compiling clap_builder v4.5.37
103352026-05-14T15:20:00.848Z[ recovery-image] May 14 15:20:00.188 INFO E| Compiling duct v0.13.7
103362026-05-14T15:20:01.290Z[ recovery-image] May 14 15:20:00.629 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
103372026-05-14T15:20:02.203Z[ recovery-image] May 14 15:20:01.543 INFO E| Compiling serde_derive v1.0.219
103382026-05-14T15:20:02.203Z[ recovery-image] May 14 15:20:01.543 INFO E| Compiling clap_derive v4.5.32
103392026-05-14T15:20:02.427Z[ host-image] May 14 15:20:01.766 INFO E| Finished `release` profile [optimized] target(s) in 17.51s
103402026-05-14T15:20:02.443Z[ host-image] May 14 15:20:01.783 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
103412026-05-14T15:20:02.484Z[ host-image] May 14 15:20:01.824 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')"
103422026-05-14T15:20:02.484Z[ host-image] May 14 15:20:01.824 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
103432026-05-14T15:20:02.487Z[ host-image] May 14 15:20:01.824 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
103442026-05-14T15:20:02.487Z[ host-image] May 14 15:20:01.824 INFO building ROM for cosmo
103452026-05-14T15:20:02.487Z[ host-image] May 14 15:20:01.824 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")
103462026-05-14T15:20:02.577Z[ host-image] May 14 15:20:01.917 INFO E| Blocking waiting for file lock on artifact directory
103472026-05-14T15:20:03.457Z[ recovery-image] May 14 15:20:02.797 INFO E| Compiling clap v4.5.37
103482026-05-14T15:20:04.059Z[ recovery-image] May 14 15:20:03.399 INFO E| Compiling serde v1.0.219
103492026-05-14T15:20:05.708Z[ recovery-image] May 14 15:20:05.047 INFO E| Compiling serde_spanned v0.6.8
103502026-05-14T15:20:05.708Z[ recovery-image] May 14 15:20:05.047 INFO E| Compiling toml_datetime v0.6.9
103512026-05-14T15:20:05.841Z[ recovery-image] May 14 15:20:05.180 INFO E| Compiling toml_edit v0.22.26
103522026-05-14T15:20:06.944Z[ recovery-image] May 14 15:20:06.284 INFO E| Compiling toml v0.8.22
103532026-05-14T15:20:08.885Z[ recovery-image] May 14 15:20:08.223 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.17s
103542026-05-14T15:20:08.891Z[ host-image] May 14 15:20:08.231 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.36s
103552026-05-14T15:20:08.894Z[ host-image] May 14 15:20:08.234 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`
103562026-05-14T15:20:08.897Z[ recovery-image] May 14 15:20:08.235 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`
103572026-05-14T15:20:08.909Z[ host-image] May 14 15:20:08.249 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
103582026-05-14T15:20:08.913Z[ recovery-image] May 14 15:20:08.254 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
103592026-05-14T15:20:08.937Z[ recovery-image] May 14 15:20:08.274 INFO E| Blocking waiting for file lock on package cache
103602026-05-14T15:20:08.952Z[ host-image] May 14 15:20:08.292 INFO E| Blocking waiting for file lock on package cache
103612026-05-14T15:20:08.975Z[ host-image] May 14 15:20:08.315 INFO E| Blocking waiting for file lock on package cache
103622026-05-14T15:20:08.978Z[ recovery-image] May 14 15:20:08.316 INFO E| Blocking waiting for file lock on package cache
103632026-05-14T15:20:08.991Z[ host-image] May 14 15:20:08.331 INFO E| Blocking waiting for file lock on package cache
103642026-05-14T15:20:09.005Z[ recovery-image] May 14 15:20:08.344 INFO E| Blocking waiting for file lock on artifact directory
103652026-05-14T15:20:09.015Z[ host-image] May 14 15:20:08.355 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s
103662026-05-14T15:20:09.018Z[ host-image] May 14 15:20:08.358 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`
103672026-05-14T15:20:09.045Z[ recovery-image] May 14 15:20:08.364 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s
103682026-05-14T15:20:09.048Z[ recovery-image] May 14 15:20:08.368 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`
103692026-05-14T15:20:09.245Z[ host-image] May 14 15:20:08.585 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
103702026-05-14T15:20:09.245Z[ host-image] May 14 15:20:08.585 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
103712026-05-14T15:20:09.251Z[ host-image] May 14 15:20:08.585 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
103722026-05-14T15:20:09.251Z[ host-image] May 14 15:20:08.585 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
103732026-05-14T15:20:09.251Z[ host-image] May 14 15:20:08.585 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
103742026-05-14T15:20:09.251Z[ host-image] May 14 15:20:08.585 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
103752026-05-14T15:20:09.251Z[ host-image] May 14 15:20:08.585 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
103762026-05-14T15:20:09.251Z[ host-image] May 14 15:20:08.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
103772026-05-14T15:20:09.251Z[ host-image] May 14 15:20:08.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
103782026-05-14T15:20:09.251Z[ host-image] May 14 15:20:08.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
103792026-05-14T15:20:09.251Z[ host-image] May 14 15:20:08.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
103802026-05-14T15:20:09.251Z[ host-image] May 14 15:20:08.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
103812026-05-14T15:20:09.251Z[ host-image] May 14 15:20:08.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
103822026-05-14T15:20:09.251Z[ host-image] May 14 15:20:08.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
103832026-05-14T15:20:09.251Z[ host-image] May 14 15:20:08.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
103842026-05-14T15:20:09.251Z[ host-image] May 14 15:20:08.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
103852026-05-14T15:20:09.251Z[ host-image] May 14 15:20:08.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
103862026-05-14T15:20:09.251Z[ host-image] May 14 15:20:08.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
103872026-05-14T15:20:09.251Z[ host-image] May 14 15:20:08.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
103882026-05-14T15:20:09.251Z[ host-image] May 14 15:20:08.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
103892026-05-14T15:20:09.251Z[ host-image] May 14 15:20:08.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
103902026-05-14T15:20:09.251Z[ host-image] May 14 15:20:08.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
103912026-05-14T15:20:09.251Z[ host-image] May 14 15:20:08.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
103922026-05-14T15:20:09.251Z[ host-image] May 14 15:20:08.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
103932026-05-14T15:20:09.251Z[ host-image] May 14 15:20:08.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
103942026-05-14T15:20:09.251Z[ host-image] May 14 15:20:08.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
103952026-05-14T15:20:09.251Z[ host-image] May 14 15:20:08.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
103962026-05-14T15:20:09.251Z[ host-image] May 14 15:20:08.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
103972026-05-14T15:20:09.251Z[ host-image] May 14 15:20:08.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
103982026-05-14T15:20:09.251Z[ host-image] May 14 15:20:08.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
103992026-05-14T15:20:09.251Z[ host-image] May 14 15:20:08.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
104002026-05-14T15:20:09.251Z[ host-image] May 14 15:20:08.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
104012026-05-14T15:20:09.251Z[ host-image] May 14 15:20:08.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
104022026-05-14T15:20:09.251Z[ host-image] May 14 15:20:08.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
104032026-05-14T15:20:09.251Z[ host-image] May 14 15:20:08.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
104042026-05-14T15:20:09.251Z[ host-image] May 14 15:20:08.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
104052026-05-14T15:20:09.251Z[ host-image] May 14 15:20:08.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
104062026-05-14T15:20:09.251Z[ host-image] May 14 15:20:08.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
104072026-05-14T15:20:09.252Z[ host-image] May 14 15:20:08.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
104082026-05-14T15:20:09.252Z[ host-image] May 14 15:20:08.587 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
104092026-05-14T15:20:09.252Z[ host-image] May 14 15:20:08.587 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
104102026-05-14T15:20:09.252Z[ host-image] May 14 15:20:08.587 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
104112026-05-14T15:20:09.252Z[ host-image] May 14 15:20:08.587 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
104122026-05-14T15:20:09.252Z[ host-image] May 14 15:20:08.587 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
104132026-05-14T15:20:09.252Z[ host-image] May 14 15:20:08.587 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
104142026-05-14T15:20:09.252Z[ host-image] May 14 15:20:08.587 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
104152026-05-14T15:20:09.252Z[ host-image] May 14 15:20:08.587 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
104162026-05-14T15:20:09.252Z[ host-image] May 14 15:20:08.587 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
104172026-05-14T15:20:09.252Z[ host-image] May 14 15:20:08.587 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
104182026-05-14T15:20:09.252Z[ host-image] May 14 15:20:08.587 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
104192026-05-14T15:20:09.252Z[ host-image] May 14 15:20:08.587 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
104202026-05-14T15:20:09.252Z[ host-image] May 14 15:20:08.587 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
104212026-05-14T15:20:09.252Z[ host-image] May 14 15:20:08.587 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
104222026-05-14T15:20:09.252Z[ host-image] May 14 15:20:08.587 INFO O| Info: ABL version: 0x100af010
104232026-05-14T15:20:09.252Z[ host-image] May 14 15:20:08.587 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
104242026-05-14T15:20:09.252Z[ host-image] May 14 15:20:08.587 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
104252026-05-14T15:20:09.252Z[ host-image] May 14 15:20:08.587 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
104262026-05-14T15:20:09.252Z[ host-image] May 14 15:20:08.587 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
104272026-05-14T15:20:09.252Z[ host-image] May 14 15:20:08.587 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
104282026-05-14T15:20:09.252Z[ host-image] May 14 15:20:08.588 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
104292026-05-14T15:20:09.252Z[ host-image] May 14 15:20:08.588 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
104302026-05-14T15:20:09.252Z[ host-image] May 14 15:20:08.588 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
104312026-05-14T15:20:09.252Z[ host-image] May 14 15:20:08.588 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
104322026-05-14T15:20:09.252Z[ host-image] May 14 15:20:08.588 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
104332026-05-14T15:20:09.252Z[ host-image] May 14 15:20:08.588 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
104342026-05-14T15:20:09.253Z[ host-image] May 14 15:20:08.588 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
104352026-05-14T15:20:09.253Z[ host-image] May 14 15:20:08.588 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
104362026-05-14T15:20:09.253Z[ host-image] May 14 15:20:08.588 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
104372026-05-14T15:20:09.253Z[ host-image] May 14 15:20:08.588 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
104382026-05-14T15:20:09.253Z[ host-image] May 14 15:20:08.588 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
104392026-05-14T15:20:09.253Z[ host-image] May 14 15:20:08.588 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
104402026-05-14T15:20:09.253Z[ host-image] May 14 15:20:08.588 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
104412026-05-14T15:20:09.253Z[ host-image] May 14 15:20:08.588 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
104422026-05-14T15:20:09.253Z[ host-image] May 14 15:20:08.588 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
104432026-05-14T15:20:09.253Z[ host-image] May 14 15:20:08.588 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
104442026-05-14T15:20:09.253Z[ host-image] May 14 15:20:08.588 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
104452026-05-14T15:20:09.253Z[ host-image] May 14 15:20:08.588 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
104462026-05-14T15:20:09.253Z[ host-image] May 14 15:20:08.588 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
104472026-05-14T15:20:09.253Z[ host-image] May 14 15:20:08.588 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
104482026-05-14T15:20:09.253Z[ host-image] May 14 15:20:08.588 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
104492026-05-14T15:20:09.253Z[ host-image] May 14 15:20:08.588 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
104502026-05-14T15:20:09.257Z[ host-image] May 14 15:20:08.588 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
104512026-05-14T15:20:09.257Z[ host-image] May 14 15:20:08.588 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
104522026-05-14T15:20:09.257Z[ host-image] May 14 15:20:08.588 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
104532026-05-14T15:20:09.257Z[ host-image] May 14 15:20:08.588 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
104542026-05-14T15:20:09.257Z[ host-image] May 14 15:20:08.588 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
104552026-05-14T15:20:09.257Z[ host-image] May 14 15:20:08.588 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
104562026-05-14T15:20:09.257Z[ recovery-image] May 14 15:20:08.590 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
104572026-05-14T15:20:09.257Z[ recovery-image] May 14 15:20:08.590 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
104582026-05-14T15:20:09.257Z[ recovery-image] May 14 15:20:08.590 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
104592026-05-14T15:20:09.257Z[ recovery-image] May 14 15:20:08.590 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
104602026-05-14T15:20:09.257Z[ recovery-image] May 14 15:20:08.590 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
104612026-05-14T15:20:09.257Z[ recovery-image] May 14 15:20:08.590 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
104622026-05-14T15:20:09.257Z[ recovery-image] May 14 15:20:08.590 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
104632026-05-14T15:20:09.257Z[ recovery-image] May 14 15:20:08.590 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
104642026-05-14T15:20:09.257Z[ recovery-image] May 14 15:20:08.590 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
104652026-05-14T15:20:09.257Z[ recovery-image] May 14 15:20:08.590 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
104662026-05-14T15:20:09.257Z[ recovery-image] May 14 15:20:08.591 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
104672026-05-14T15:20:09.257Z[ recovery-image] May 14 15:20:08.591 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
104682026-05-14T15:20:09.258Z[ recovery-image] May 14 15:20:08.591 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
104692026-05-14T15:20:09.258Z[ recovery-image] May 14 15:20:08.591 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
104702026-05-14T15:20:09.258Z[ recovery-image] May 14 15:20:08.591 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
104712026-05-14T15:20:09.258Z[ recovery-image] May 14 15:20:08.591 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
104722026-05-14T15:20:09.258Z[ recovery-image] May 14 15:20:08.591 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
104732026-05-14T15:20:09.258Z[ recovery-image] May 14 15:20:08.591 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
104742026-05-14T15:20:09.258Z[ recovery-image] May 14 15:20:08.591 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
104752026-05-14T15:20:09.258Z[ recovery-image] May 14 15:20:08.591 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
104762026-05-14T15:20:09.259Z[ recovery-image] May 14 15:20:08.591 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
104772026-05-14T15:20:09.259Z[ recovery-image] May 14 15:20:08.591 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
104782026-05-14T15:20:09.259Z[ recovery-image] May 14 15:20:08.591 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
104792026-05-14T15:20:09.259Z[ recovery-image] May 14 15:20:08.591 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
104802026-05-14T15:20:09.259Z[ recovery-image] May 14 15:20:08.591 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
104812026-05-14T15:20:09.259Z[ recovery-image] May 14 15:20:08.591 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
104822026-05-14T15:20:09.259Z[ recovery-image] May 14 15:20:08.591 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
104832026-05-14T15:20:09.259Z[ recovery-image] May 14 15:20:08.591 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
104842026-05-14T15:20:09.259Z[ recovery-image] May 14 15:20:08.591 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
104852026-05-14T15:20:09.259Z[ recovery-image] May 14 15:20:08.591 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
104862026-05-14T15:20:09.259Z[ recovery-image] May 14 15:20:08.591 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
104872026-05-14T15:20:09.259Z[ recovery-image] May 14 15:20:08.591 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
104882026-05-14T15:20:09.259Z[ recovery-image] May 14 15:20:08.591 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
104892026-05-14T15:20:09.259Z[ recovery-image] May 14 15:20:08.591 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
104902026-05-14T15:20:09.259Z[ recovery-image] May 14 15:20:08.591 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
104912026-05-14T15:20:09.259Z[ recovery-image] May 14 15:20:08.591 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
104922026-05-14T15:20:09.259Z[ recovery-image] May 14 15:20:08.591 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
104932026-05-14T15:20:09.259Z[ recovery-image] May 14 15:20:08.591 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
104942026-05-14T15:20:09.259Z[ recovery-image] May 14 15:20:08.591 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
104952026-05-14T15:20:09.259Z[ recovery-image] May 14 15:20:08.591 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
104962026-05-14T15:20:09.259Z[ recovery-image] May 14 15:20:08.591 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
104972026-05-14T15:20:09.259Z[ recovery-image] May 14 15:20:08.591 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
104982026-05-14T15:20:09.259Z[ recovery-image] May 14 15:20:08.591 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
104992026-05-14T15:20:09.259Z[ recovery-image] May 14 15:20:08.591 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
105002026-05-14T15:20:09.259Z[ recovery-image] May 14 15:20:08.591 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
105012026-05-14T15:20:09.259Z[ recovery-image] May 14 15:20:08.591 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
105022026-05-14T15:20:09.259Z[ recovery-image] May 14 15:20:08.591 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
105032026-05-14T15:20:09.259Z[ recovery-image] May 14 15:20:08.591 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
105042026-05-14T15:20:09.259Z[ recovery-image] May 14 15:20:08.591 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
105052026-05-14T15:20:09.260Z[ recovery-image] May 14 15:20:08.591 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
105062026-05-14T15:20:09.260Z[ recovery-image] May 14 15:20:08.591 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
105072026-05-14T15:20:09.260Z[ recovery-image] May 14 15:20:08.591 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
105082026-05-14T15:20:09.260Z[ recovery-image] May 14 15:20:08.591 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
105092026-05-14T15:20:09.260Z[ recovery-image] May 14 15:20:08.592 INFO O| Info: ABL version: 0x100af010
105102026-05-14T15:20:09.260Z[ recovery-image] May 14 15:20:08.592 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
105112026-05-14T15:20:09.260Z[ recovery-image] May 14 15:20:08.592 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
105122026-05-14T15:20:09.260Z[ recovery-image] May 14 15:20:08.592 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
105132026-05-14T15:20:09.260Z[ recovery-image] May 14 15:20:08.592 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
105142026-05-14T15:20:09.260Z[ recovery-image] May 14 15:20:08.592 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
105152026-05-14T15:20:09.260Z[ recovery-image] May 14 15:20:08.592 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
105162026-05-14T15:20:09.260Z[ recovery-image] May 14 15:20:08.592 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
105172026-05-14T15:20:09.260Z[ recovery-image] May 14 15:20:08.592 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
105182026-05-14T15:20:09.260Z[ recovery-image] May 14 15:20:08.592 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
105192026-05-14T15:20:09.260Z[ recovery-image] May 14 15:20:08.592 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
105202026-05-14T15:20:09.260Z[ recovery-image] May 14 15:20:08.592 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
105212026-05-14T15:20:09.260Z[ recovery-image] May 14 15:20:08.592 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
105222026-05-14T15:20:09.260Z[ recovery-image] May 14 15:20:08.592 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
105232026-05-14T15:20:09.260Z[ recovery-image] May 14 15:20:08.592 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
105242026-05-14T15:20:09.260Z[ recovery-image] May 14 15:20:08.592 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
105252026-05-14T15:20:09.260Z[ recovery-image] May 14 15:20:08.592 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
105262026-05-14T15:20:09.260Z[ recovery-image] May 14 15:20:08.592 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
105272026-05-14T15:20:09.260Z[ recovery-image] May 14 15:20:08.592 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
105282026-05-14T15:20:09.260Z[ recovery-image] May 14 15:20:08.592 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
105292026-05-14T15:20:09.260Z[ recovery-image] May 14 15:20:08.592 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
105302026-05-14T15:20:09.260Z[ recovery-image] May 14 15:20:08.592 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
105312026-05-14T15:20:09.260Z[ recovery-image] May 14 15:20:08.592 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
105322026-05-14T15:20:09.260Z[ recovery-image] May 14 15:20:08.592 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
105332026-05-14T15:20:09.260Z[ recovery-image] May 14 15:20:08.592 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
105342026-05-14T15:20:09.260Z[ recovery-image] May 14 15:20:08.592 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
105352026-05-14T15:20:09.261Z[ recovery-image] May 14 15:20:08.592 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
105362026-05-14T15:20:09.261Z[ recovery-image] May 14 15:20:08.592 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
105372026-05-14T15:20:09.261Z[ recovery-image] May 14 15:20:08.592 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
105382026-05-14T15:20:09.261Z[ recovery-image] May 14 15:20:08.592 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
105392026-05-14T15:20:09.261Z[ recovery-image] May 14 15:20:08.592 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
105402026-05-14T15:20:09.261Z[ recovery-image] May 14 15:20:08.592 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
105412026-05-14T15:20:09.261Z[ recovery-image] May 14 15:20:08.592 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
105422026-05-14T15:20:09.261Z[ recovery-image] May 14 15:20:08.593 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
105432026-05-14T15:20:09.283Z[ host-image] May 14 15:20:08.623 INFO building ROM for gimlet
105442026-05-14T15:20:09.286Z[ host-image] May 14 15:20:08.623 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")
105452026-05-14T15:20:09.286Z[ recovery-image] May 14 15:20:08.625 INFO building ROM for gimlet
105462026-05-14T15:20:09.286Z[ recovery-image] May 14 15:20:08.626 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")
105472026-05-14T15:20:09.335Z[ recovery-image] May 14 15:20:08.675 INFO E| Blocking waiting for file lock on package cache
105482026-05-14T15:20:09.357Z[ host-image] May 14 15:20:08.697 INFO E| Blocking waiting for file lock on package cache
105492026-05-14T15:20:09.380Z[ recovery-image] May 14 15:20:08.720 INFO E| Blocking waiting for file lock on package cache
105502026-05-14T15:20:09.388Z[ host-image] May 14 15:20:08.728 INFO E| Blocking waiting for file lock on package cache
105512026-05-14T15:20:09.395Z[ host-image] May 14 15:20:08.735 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
105522026-05-14T15:20:09.398Z[ host-image] May 14 15:20:08.738 INFO E| Running `target/debug/xtask gen --amd-firmware /work/oxidecomputer/helios/projects/amd-firmware --payload /work/os-host/phbl/x86_64-oxide-none-elf/release/phbl --app /work/oxidecomputer/helios/image/amd/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`
105532026-05-14T15:20:09.403Z[ recovery-image] May 14 15:20:08.743 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
105542026-05-14T15:20:09.407Z[ recovery-image] May 14 15:20:08.746 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`
105552026-05-14T15:20:09.411Z[ host-image] May 14 15:20:08.752 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
105562026-05-14T15:20:09.419Z[ recovery-image] May 14 15:20:08.759 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
105572026-05-14T15:20:09.437Z[ recovery-image] May 14 15:20:08.778 INFO E| Blocking waiting for file lock on package cache
105582026-05-14T15:20:09.455Z[ host-image] May 14 15:20:08.796 INFO E| Blocking waiting for file lock on package cache
105592026-05-14T15:20:09.478Z[ recovery-image] May 14 15:20:08.818 INFO E| Blocking waiting for file lock on package cache
105602026-05-14T15:20:09.481Z[ host-image] May 14 15:20:08.818 INFO E| Blocking waiting for file lock on package cache
105612026-05-14T15:20:09.481Z[ recovery-image] May 14 15:20:08.820 INFO E| Blocking waiting for file lock on package cache
105622026-05-14T15:20:09.491Z[ host-image] May 14 15:20:08.831 INFO E| Blocking waiting for file lock on package cache
105632026-05-14T15:20:09.505Z[ recovery-image] May 14 15:20:08.844 INFO E| Blocking waiting for file lock on artifact directory
105642026-05-14T15:20:09.513Z[ host-image] May 14 15:20:08.853 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.09s
105652026-05-14T15:20:09.518Z[ host-image] May 14 15:20:08.858 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`
105662026-05-14T15:20:09.521Z[ recovery-image] May 14 15:20:08.862 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.09s
105672026-05-14T15:20:09.525Z[ recovery-image] May 14 15:20:08.865 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`
105682026-05-14T15:20:09.660Z[ host-image] May 14 15:20:09.000 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
105692026-05-14T15:20:09.660Z[ host-image] May 14 15:20:09.000 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
105702026-05-14T15:20:09.660Z[ host-image] May 14 15:20:09.000 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
105712026-05-14T15:20:09.663Z[ host-image] May 14 15:20:09.000 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
105722026-05-14T15:20:09.664Z[ host-image] May 14 15:20:09.000 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
105732026-05-14T15:20:09.664Z[ host-image] May 14 15:20:09.000 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
105742026-05-14T15:20:09.664Z[ host-image] May 14 15:20:09.000 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
105752026-05-14T15:20:09.664Z[ host-image] May 14 15:20:09.000 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
105762026-05-14T15:20:09.664Z[ host-image] May 14 15:20:09.000 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
105772026-05-14T15:20:09.664Z[ host-image] May 14 15:20:09.000 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
105782026-05-14T15:20:09.664Z[ host-image] May 14 15:20:09.000 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
105792026-05-14T15:20:09.664Z[ host-image] May 14 15:20:09.000 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
105802026-05-14T15:20:09.664Z[ host-image] May 14 15:20:09.000 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
105812026-05-14T15:20:09.664Z[ host-image] May 14 15:20:09.000 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
105822026-05-14T15:20:09.664Z[ host-image] May 14 15:20:09.000 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
105832026-05-14T15:20:09.664Z[ host-image] May 14 15:20:09.001 INFO O| Info: ABL version: 0x100f5010
105842026-05-14T15:20:09.664Z[ host-image] May 14 15:20:09.001 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
105852026-05-14T15:20:09.664Z[ host-image] May 14 15:20:09.001 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
105862026-05-14T15:20:09.664Z[ host-image] May 14 15:20:09.001 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
105872026-05-14T15:20:09.664Z[ host-image] May 14 15:20:09.001 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
105882026-05-14T15:20:09.665Z[ host-image] May 14 15:20:09.001 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
105892026-05-14T15:20:09.665Z[ host-image] May 14 15:20:09.001 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
105902026-05-14T15:20:09.665Z[ host-image] May 14 15:20:09.001 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
105912026-05-14T15:20:09.665Z[ host-image] May 14 15:20:09.001 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
105922026-05-14T15:20:09.665Z[ host-image] May 14 15:20:09.001 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
105932026-05-14T15:20:09.665Z[ host-image] May 14 15:20:09.001 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
105942026-05-14T15:20:09.665Z[ host-image] May 14 15:20:09.001 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
105952026-05-14T15:20:09.665Z[ host-image] May 14 15:20:09.001 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
105962026-05-14T15:20:09.665Z[ host-image] May 14 15:20:09.001 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
105972026-05-14T15:20:09.665Z[ host-image] May 14 15:20:09.001 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
105982026-05-14T15:20:09.665Z[ host-image] May 14 15:20:09.001 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
105992026-05-14T15:20:09.665Z[ host-image] May 14 15:20:09.001 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
106002026-05-14T15:20:09.665Z[ host-image] May 14 15:20:09.001 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
106012026-05-14T15:20:09.665Z[ host-image] May 14 15:20:09.001 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
106022026-05-14T15:20:09.665Z[ host-image] May 14 15:20:09.001 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
106032026-05-14T15:20:09.671Z[ recovery-image] May 14 15:20:09.011 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
106042026-05-14T15:20:09.671Z[ recovery-image] May 14 15:20:09.011 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
106052026-05-14T15:20:09.674Z[ recovery-image] May 14 15:20:09.011 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
106062026-05-14T15:20:09.674Z[ recovery-image] May 14 15:20:09.011 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
106072026-05-14T15:20:09.674Z[ recovery-image] May 14 15:20:09.011 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
106082026-05-14T15:20:09.674Z[ recovery-image] May 14 15:20:09.011 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
106092026-05-14T15:20:09.674Z[ recovery-image] May 14 15:20:09.011 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
106102026-05-14T15:20:09.674Z[ recovery-image] May 14 15:20:09.011 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
106112026-05-14T15:20:09.674Z[ recovery-image] May 14 15:20:09.011 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
106122026-05-14T15:20:09.674Z[ recovery-image] May 14 15:20:09.011 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
106132026-05-14T15:20:09.674Z[ recovery-image] May 14 15:20:09.011 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
106142026-05-14T15:20:09.674Z[ recovery-image] May 14 15:20:09.011 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
106152026-05-14T15:20:09.674Z[ recovery-image] May 14 15:20:09.011 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
106162026-05-14T15:20:09.674Z[ recovery-image] May 14 15:20:09.011 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
106172026-05-14T15:20:09.674Z[ recovery-image] May 14 15:20:09.011 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
106182026-05-14T15:20:09.674Z[ recovery-image] May 14 15:20:09.011 INFO O| Info: ABL version: 0x100f5010
106192026-05-14T15:20:09.674Z[ recovery-image] May 14 15:20:09.011 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
106202026-05-14T15:20:09.674Z[ recovery-image] May 14 15:20:09.012 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
106212026-05-14T15:20:09.674Z[ recovery-image] May 14 15:20:09.012 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
106222026-05-14T15:20:09.674Z[ recovery-image] May 14 15:20:09.012 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
106232026-05-14T15:20:09.674Z[ recovery-image] May 14 15:20:09.012 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
106242026-05-14T15:20:09.674Z[ recovery-image] May 14 15:20:09.012 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
106252026-05-14T15:20:09.675Z[ recovery-image] May 14 15:20:09.012 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
106262026-05-14T15:20:09.675Z[ recovery-image] May 14 15:20:09.012 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
106272026-05-14T15:20:09.675Z[ recovery-image] May 14 15:20:09.012 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
106282026-05-14T15:20:09.675Z[ recovery-image] May 14 15:20:09.012 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
106292026-05-14T15:20:09.675Z[ recovery-image] May 14 15:20:09.012 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
106302026-05-14T15:20:09.675Z[ recovery-image] May 14 15:20:09.012 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
106312026-05-14T15:20:09.675Z[ recovery-image] May 14 15:20:09.012 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
106322026-05-14T15:20:09.675Z[ recovery-image] May 14 15:20:09.012 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
106332026-05-14T15:20:09.675Z[ recovery-image] May 14 15:20:09.012 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
106342026-05-14T15:20:09.675Z[ recovery-image] May 14 15:20:09.012 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
106352026-05-14T15:20:09.675Z[ recovery-image] May 14 15:20:09.012 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
106362026-05-14T15:20:09.675Z[ recovery-image] May 14 15:20:09.012 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
106372026-05-14T15:20:09.675Z[ recovery-image] May 14 15:20:09.012 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
106382026-05-14T15:20:09.698Z[ host-image] May 14 15:20:09.038 INFO finishing image archive at "/work/os-host/os.tar.gz"...
106392026-05-14T15:20:09.710Z[ recovery-image] May 14 15:20:09.050 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
106402026-05-14T15:20:10.912Z[ recovery-image] May 14 15:20:10.252 INFO image complete! materials are in "/work/os-recovery"
106412026-05-14T15:20:10.916Z[ recovery-image]
106422026-05-14T15:20:10.916Z[ recovery-image] real 4:53.564454714
106432026-05-14T15:20:10.916Z[ recovery-image] user 2:49.024144622
106442026-05-14T15:20:10.916Z[ recovery-image] sys 40.033212600
106452026-05-14T15:20:10.916Z[ recovery-image] trap 0.104610060
106462026-05-14T15:20:10.916Z[ recovery-image] tflt 0.449649081
106472026-05-14T15:20:10.916Z[ recovery-image] dflt 0.811643347
106482026-05-14T15:20:10.916Z[ recovery-image] kflt 0.000130860
106492026-05-14T15:20:10.916Z[ recovery-image] lock 17:06.616159099
106502026-05-14T15:20:10.916Z[ recovery-image] slp 26:15.238071237
106512026-05-14T15:20:10.916Z[ recovery-image] lat 1:01.465801445
106522026-05-14T15:20:10.916Z[ recovery-image] stop 8.511037241
106532026-05-14T15:20:10.916ZMay 14 15:20:10.256 INFO [recovery-image] process exited with exit status: 0 (293.569258396s)
106542026-05-14T15:20:11.491Z[ host-image] May 14 15:20:10.831 INFO image complete! materials are in "/work/os-host"
106552026-05-14T15:20:11.494Z[ host-image]
106562026-05-14T15:20:11.494Z[ host-image] real 5:21.743724668
106572026-05-14T15:20:11.494Z[ host-image] user 2:30.605630526
106582026-05-14T15:20:11.494Z[ host-image] sys 32.965632108
106592026-05-14T15:20:11.494Z[ host-image] trap 0.073093767
106602026-05-14T15:20:11.494Z[ host-image] tflt 0.212189857
106612026-05-14T15:20:11.494Z[ host-image] dflt 0.245443077
106622026-05-14T15:20:11.494Z[ host-image] kflt 0.000067510
106632026-05-14T15:20:11.495Z[ host-image] lock 8:33.366943473
106642026-05-14T15:20:11.495Z[ host-image] slp 30:05.867875176
106652026-05-14T15:20:11.495Z[ host-image] lat 54.962725392
106662026-05-14T15:20:11.495Z[ host-image] stop 1.966211211
106672026-05-14T15:20:11.498ZMay 14 15:20:10.835 INFO [host-image] process exited with exit status: 0 (321.74847826s)
106682026-05-14T15:20:11.498ZMay 14 15:20:10.835 INFO [tuf-repo] running task
106692026-05-14T15:20:30.068ZMay 14 15:20:29.406 INFO assembling repository in `/tmp/tufaceouszaNLAJ`, component: OmicronRepoAssembler
106702026-05-14T15:20:35.074ZMay 14 15:20:34.413 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
106712026-05-14T15:20:35.356ZMay 14 15:20:34.696 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
106722026-05-14T15:20:43.766ZMay 14 15:20:43.106 INFO extracting uploaded archive to /tmp/.tmp52Rbv9
106732026-05-14T15:20:45.443ZMay 14 15:20:44.782 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.LkmhWk
106742026-05-14T15:20:45.493ZMay 14 15:20:44.832 INFO added artifact, length: 6681025, hash: 507f1a735b9415991df3bfb420eda19e9455dc702be3ae3eb6ca9e7a75cfa773, version: 1.0.67, kind: gimlet_sp, name: cosmo-a
106752026-05-14T15:20:45.585ZMay 14 15:20:44.924 INFO added artifact, length: 6682169, hash: 39114a9d24f509bedd076bbb3f5296f9986ac359b3df902f05e2a3f05e5f9733, version: 1.0.67, kind: gimlet_sp, name: cosmo-b
106762026-05-14T15:20:45.667ZMay 14 15:20:45.003 INFO added artifact, length: 5505128, hash: c9aba93ce5fc19767c084e23d725c13a0f39c70a41fc8715253c7e9418784d4b, version: 1.0.67, kind: gimlet_sp, name: gimlet-b
106772026-05-14T15:20:45.740ZMay 14 15:20:45.076 INFO added artifact, length: 5507388, hash: b4e19a43cee00d0af098c6e222d4f488fda6330fcb38af3ddef7ae9f80634172, version: 1.0.67, kind: gimlet_sp, name: gimlet-c
106782026-05-14T15:20:45.818ZMay 14 15:20:45.155 INFO added artifact, length: 5508118, hash: 36aada9452464887cae88b9b812e2264985f9a42e185c09ea33c04954010877c, version: 1.0.67, kind: gimlet_sp, name: gimlet-d
106792026-05-14T15:20:45.895ZMay 14 15:20:45.231 INFO added artifact, length: 5507840, hash: d0f30f19c49d9eb757bc595be110af3b13777a477e514f91d0196d070520ea71, version: 1.0.67, kind: gimlet_sp, name: gimlet-e
106802026-05-14T15:20:45.969ZMay 14 15:20:45.308 INFO added artifact, length: 5507881, hash: 2b28fe078969f29dcfbe28da86dbff83245ed97852777150937fe67e97cd2378, version: 1.0.67, kind: gimlet_sp, name: gimlet-f
106812026-05-14T15:20:46.052ZMay 14 15:20:45.392 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
106822026-05-14T15:20:46.053ZMay 14 15:20:45.392 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
106832026-05-14T15:20:46.097ZMay 14 15:20:45.437 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
106842026-05-14T15:20:46.097ZMay 14 15:20:45.437 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
106852026-05-14T15:20:46.140ZMay 14 15:20:45.479 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
106862026-05-14T15:20:46.140ZMay 14 15:20:45.479 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
106872026-05-14T15:20:46.184ZMay 14 15:20:45.524 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
106882026-05-14T15:20:46.184ZMay 14 15:20:45.524 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
106892026-05-14T15:20:46.232ZMay 14 15:20:45.572 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
106902026-05-14T15:20:46.232ZMay 14 15:20:45.572 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
106912026-05-14T15:20:46.278ZMay 14 15:20:45.618 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
106922026-05-14T15:20:46.278ZMay 14 15:20:45.618 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
106932026-05-14T15:20:46.323ZMay 14 15:20:45.663 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
106942026-05-14T15:20:46.323ZMay 14 15:20:45.663 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
106952026-05-14T15:20:46.326ZMay 14 15:20:45.663 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
106962026-05-14T15:20:46.326ZMay 14 15:20:45.664 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
106972026-05-14T15:20:46.326ZMay 14 15:20:45.664 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
106982026-05-14T15:20:46.326ZMay 14 15:20:45.665 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
106992026-05-14T15:20:46.326ZMay 14 15:20:45.666 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
107002026-05-14T15:20:51.309ZMay 14 15:20:50.649 INFO added artifact, length: 33554432, hash: bc0a36f598182203f3999aec7c2aae2a5a169bf386e31adde35eacf4ae99c734, version: 20.0.0-0.ci+git77605f30437, kind: gimlet_host_phase_1, name: host
107012026-05-14T15:20:51.309ZMay 14 15:20:50.649 INFO added artifact, length: 33554432, hash: 40d42cb697a524de40a68815624a42f78edf13ffb137e3e6fce51d777db0bb4e, version: 20.0.0-0.ci+git77605f30437, kind: cosmo_host_phase_1, name: host
107022026-05-14T15:20:51.309ZMay 14 15:20:50.649 INFO added artifact, length: 1101008896, hash: 4fff720b93dae3547592e3bc9b27e15ccb50aa80d166485f420c29e30046ede9, version: 20.0.0-0.ci+git77605f30437, kind: host_phase_2, name: host
107032026-05-14T15:20:52.249ZMay 14 15:20:51.589 INFO added artifact, length: 33554432, hash: 4e7241ce3eec83d9e135ac8ea18f34d4808fb0552dfddd2d589bd1f676dc3e02, version: 20.0.0-0.ci+git77605f30437, kind: gimlet_trampoline_phase_1, name: trampoline
107042026-05-14T15:20:52.249ZMay 14 15:20:51.589 INFO added artifact, length: 33554432, hash: b2cbca489b1f1d81838ac7f5cada7bdba4fb8ef9e8fb42eb4d44e5a58d9509ca, version: 20.0.0-0.ci+git77605f30437, kind: cosmo_trampoline_phase_1, name: trampoline
107052026-05-14T15:20:52.249ZMay 14 15:20:51.589 INFO added artifact, length: 166096506, hash: b803e1de6de28c3eef3a5b3b306fa50fede2821614515907117ae6c3c6f03228, version: 20.0.0-0.ci+git77605f30437, kind: trampoline_phase_2, name: trampoline
107062026-05-14T15:20:54.043ZMay 14 15:20:53.383 INFO added artifact, length: 312306085, hash: 9275545b6ddc01fb77d8f3d1dc25f7c5e5012877db1b70cb0e0503c83f751abf, version: 20.0.0-0.ci+git77605f30437, kind: zone, name: clickhouse_keeper
107072026-05-14T15:20:57.215ZMay 14 15:20:56.554 INFO added artifact, length: 327302400, hash: ac3fb3d1bfc5850a4951851ba861e904717aa81fbaf9a6b871e966eaf4eb3771, version: 20.0.0-0.ci+git77605f30437, kind: zone, name: clickhouse_server
107082026-05-14T15:20:59.048ZMay 14 15:20:58.387 INFO added artifact, length: 327304158, hash: bdedda5dbe33002fd637c28693996f176d603898051e90a96001fefe0c1e9208, version: 20.0.0-0.ci+git77605f30437, kind: zone, name: clickhouse
107092026-05-14T15:21:00.025ZMay 14 15:20:59.365 INFO added artifact, length: 169135485, hash: 897bb51dd6b1c5c881f3d5c17d1a36c5994f8f17ddc69c329dc625d077d57ad9, version: 20.0.0-0.ci+git77605f30437, kind: zone, name: cockroachdb
107102026-05-14T15:21:00.223ZMay 14 15:20:59.562 INFO added artifact, length: 45263614, hash: a61e1670435ff010bb48073365332e30ea91b267b6d4ed295b3dc4e9f946f351, version: 20.0.0-0.ci+git77605f30437, kind: zone, name: crucible-pantry-zone
107112026-05-14T15:21:00.488ZMay 14 15:20:59.828 INFO added artifact, length: 59740978, hash: e209274401ec06a267b6a23435ae2b447daae1f81dc61cd070a44bf2a7d28a6a, version: 20.0.0-0.ci+git77605f30437, kind: zone, name: crucible-zone
107122026-05-14T15:21:00.716ZMay 14 15:21:00.055 INFO added artifact, length: 50989120, hash: b3abc113a5a74a97e9789a97943d75890346f6d7314a1ec606c4d88e59655b6e, version: 20.0.0-0.ci+git77605f30437, kind: zone, name: external-dns
107132026-05-14T15:21:00.948ZMay 14 15:21:00.288 INFO added artifact, length: 50988717, hash: 11f9d8805d60d30a8a7bd249a361cca33367f84fdbac6e2b8cd18f72bf61ecda, version: 20.0.0-0.ci+git77605f30437, kind: zone, name: internal-dns
107142026-05-14T15:21:01.969ZMay 14 15:21:01.309 INFO added artifact, length: 226436068, hash: f1242313bc500f81d85105bb191809f5dbd06aaa843084ffc47b238baab2ed71, version: 20.0.0-0.ci+git77605f30437, kind: zone, name: nexus
107152026-05-14T15:21:02.118ZMay 14 15:21:01.458 INFO added artifact, length: 32918283, hash: c4db7c2b6fbdc78a1fc368757b13bb59d96eb1531cd4fd65dbfc73b1aa04b58e, version: 20.0.0-0.ci+git77605f30437, kind: zone, name: ntp
107162026-05-14T15:21:02.505ZMay 14 15:21:01.844 INFO added artifact, length: 69476186, hash: 93300ab9468ec9cfce433966bce4eeda1fa7e38c2b2d49513fd47216bdb5aa3e, version: 20.0.0-0.ci+git77605f30437, kind: zone, name: oximeter
107172026-05-14T15:21:02.524ZMay 14 15:21:01.863 INFO added artifact, length: 3109592, hash: 1b943960cb5d725ab8c7c7204069e53f64bf9667c062dd2a0d5aa7ec9c3ad747, version: 20.0.0-0.ci+git77605f30437, kind: zone, name: probe
107182026-05-14T15:21:02.527ZMay 14 15:21:01.864 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
107192026-05-14T15:21:02.527ZMay 14 15:21:01.864 INFO added artifact, length: 829, hash: 4f0867908a9cec01289c4e8f6d9b590dff33a183fdf37e5592ad146774472fdb, version: 1.0.67, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.67
107202026-05-14T15:21:02.527ZMay 14 15:21:01.864 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
107212026-05-14T15:21:02.555ZMay 14 15:21:01.894 INFO added artifact, length: 4138115, hash: 7aba723634e1207644df6841843b35f8312d8023594c006f4f48c7bda121d152, version: 1.0.67, kind: psc_sp, name: psc-b
107222026-05-14T15:21:02.585ZMay 14 15:21:01.925 INFO added artifact, length: 4141808, hash: fc025c39b8f2900228a168a3fa29bb264d79b0de3b74c5cdd1126c5388150c17, version: 1.0.67, kind: psc_sp, name: psc-c
107232026-05-14T15:21:02.622ZMay 14 15:21:01.962 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
107242026-05-14T15:21:02.622ZMay 14 15:21:01.962 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
107252026-05-14T15:21:02.659ZMay 14 15:21:01.999 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
107262026-05-14T15:21:02.660ZMay 14 15:21:01.999 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
107272026-05-14T15:21:02.712ZMay 14 15:21:02.051 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
107282026-05-14T15:21:02.712ZMay 14 15:21:02.051 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
107292026-05-14T15:21:02.758ZMay 14 15:21:02.098 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
107302026-05-14T15:21:02.758ZMay 14 15:21:02.098 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
107312026-05-14T15:21:02.762ZMay 14 15:21:02.099 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
107322026-05-14T15:21:02.762ZMay 14 15:21:02.099 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
107332026-05-14T15:21:02.762ZMay 14 15:21:02.100 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
107342026-05-14T15:21:02.809ZMay 14 15:21:02.148 INFO added artifact, length: 6959600, hash: 11fc30ac326d25dcdb40343e8e991aae1add089cbedd39ade879879ec1c1c393, version: 1.0.67, kind: switch_sp, name: sidecar-b
107352026-05-14T15:21:02.903ZMay 14 15:21:02.242 INFO added artifact, length: 6977107, hash: 6f8e9f4bed4983694047ec1554f717e59197cfb3d2abeee8897defdf8a367cd2, version: 1.0.67, kind: switch_sp, name: sidecar-c
107362026-05-14T15:21:02.996ZMay 14 15:21:02.335 INFO added artifact, length: 6977239, hash: 36cd4351b68f939124c0dadd69503800aa6118438193e17abb96f4251118707c, version: 1.0.67, kind: switch_sp, name: sidecar-d
107372026-05-14T15:21:03.089ZMay 14 15:21:02.428 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
107382026-05-14T15:21:03.089ZMay 14 15:21:02.428 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
107392026-05-14T15:21:03.137ZMay 14 15:21:02.477 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
107402026-05-14T15:21:03.138ZMay 14 15:21:02.477 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
107412026-05-14T15:21:03.188ZMay 14 15:21:02.527 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
107422026-05-14T15:21:03.188ZMay 14 15:21:02.527 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
107432026-05-14T15:21:03.236ZMay 14 15:21:02.576 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
107442026-05-14T15:21:03.236ZMay 14 15:21:02.576 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
107452026-05-14T15:21:03.240ZMay 14 15:21:02.577 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
107462026-05-14T15:21:03.240ZMay 14 15:21:02.577 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
107472026-05-14T15:21:03.240ZMay 14 15:21:02.578 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
107482026-05-14T15:21:03.240ZMay 14 15:21:02.578 INFO added artifact, length: 924, hash: 7673333d241fcbaa02b7063799d9bf61bb5cb09ed45753793e39bbfadf51b10a, version: 20.0.0-0.ci+git77605f30437, kind: installinator_document, name: installinator_document
107492026-05-14T15:21:03.586ZMay 14 15:21:02.925 INFO extracting uploaded archive to /tmp/.tmpAeYxg1
107502026-05-14T15:21:05.407ZMay 14 15:21:04.746 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.LiNytT
107512026-05-14T15:21:05.456ZMay 14 15:21:04.796 INFO added artifact, length: 6681025, hash: 507f1a735b9415991df3bfb420eda19e9455dc702be3ae3eb6ca9e7a75cfa773, version: 1.0.67, kind: gimlet_sp, name: cosmo-a
107522026-05-14T15:21:05.530ZMay 14 15:21:04.870 INFO added artifact, length: 6682169, hash: 39114a9d24f509bedd076bbb3f5296f9986ac359b3df902f05e2a3f05e5f9733, version: 1.0.67, kind: gimlet_sp, name: cosmo-b
107532026-05-14T15:21:05.604ZMay 14 15:21:04.943 INFO added artifact, length: 5505128, hash: c9aba93ce5fc19767c084e23d725c13a0f39c70a41fc8715253c7e9418784d4b, version: 1.0.67, kind: gimlet_sp, name: gimlet-b
107542026-05-14T15:21:05.672ZMay 14 15:21:05.011 INFO added artifact, length: 5507388, hash: b4e19a43cee00d0af098c6e222d4f488fda6330fcb38af3ddef7ae9f80634172, version: 1.0.67, kind: gimlet_sp, name: gimlet-c
107552026-05-14T15:21:05.739ZMay 14 15:21:05.078 INFO added artifact, length: 5508118, hash: 36aada9452464887cae88b9b812e2264985f9a42e185c09ea33c04954010877c, version: 1.0.67, kind: gimlet_sp, name: gimlet-d
107562026-05-14T15:21:05.806ZMay 14 15:21:05.145 INFO added artifact, length: 5507840, hash: d0f30f19c49d9eb757bc595be110af3b13777a477e514f91d0196d070520ea71, version: 1.0.67, kind: gimlet_sp, name: gimlet-e
107572026-05-14T15:21:05.872ZMay 14 15:21:05.212 INFO added artifact, length: 5507881, hash: 2b28fe078969f29dcfbe28da86dbff83245ed97852777150937fe67e97cd2378, version: 1.0.67, kind: gimlet_sp, name: gimlet-f
107582026-05-14T15:21:05.947ZMay 14 15:21:05.287 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
107592026-05-14T15:21:05.947ZMay 14 15:21:05.287 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
107602026-05-14T15:21:05.994ZMay 14 15:21:05.334 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
107612026-05-14T15:21:05.994ZMay 14 15:21:05.334 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
107622026-05-14T15:21:06.034ZMay 14 15:21:05.374 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
107632026-05-14T15:21:06.035ZMay 14 15:21:05.374 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
107642026-05-14T15:21:06.079ZMay 14 15:21:05.419 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
107652026-05-14T15:21:06.079ZMay 14 15:21:05.419 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
107662026-05-14T15:21:06.133ZMay 14 15:21:05.471 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
107672026-05-14T15:21:06.133ZMay 14 15:21:05.471 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
107682026-05-14T15:21:06.182ZMay 14 15:21:05.521 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
107692026-05-14T15:21:06.182ZMay 14 15:21:05.521 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
107702026-05-14T15:21:06.230ZMay 14 15:21:05.570 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
107712026-05-14T15:21:06.231ZMay 14 15:21:05.570 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
107722026-05-14T15:21:06.234ZMay 14 15:21:05.571 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
107732026-05-14T15:21:06.234ZMay 14 15:21:05.572 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
107742026-05-14T15:21:06.234ZMay 14 15:21:05.572 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
107752026-05-14T15:21:06.234ZMay 14 15:21:05.573 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
107762026-05-14T15:21:06.234ZMay 14 15:21:05.573 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
107772026-05-14T15:21:11.170ZMay 14 15:21:10.509 INFO added artifact, length: 33554432, hash: bc0a36f598182203f3999aec7c2aae2a5a169bf386e31adde35eacf4ae99c734, version: 20.0.0-0.ci+git77605f30437, kind: gimlet_host_phase_1, name: host
107782026-05-14T15:21:11.170ZMay 14 15:21:10.509 INFO added artifact, length: 33554432, hash: 40d42cb697a524de40a68815624a42f78edf13ffb137e3e6fce51d777db0bb4e, version: 20.0.0-0.ci+git77605f30437, kind: cosmo_host_phase_1, name: host
107792026-05-14T15:21:11.174ZMay 14 15:21:10.509 INFO added artifact, length: 1101008896, hash: 4fff720b93dae3547592e3bc9b27e15ccb50aa80d166485f420c29e30046ede9, version: 20.0.0-0.ci+git77605f30437, kind: host_phase_2, name: host
107802026-05-14T15:21:12.116ZMay 14 15:21:11.456 INFO added artifact, length: 33554432, hash: 4e7241ce3eec83d9e135ac8ea18f34d4808fb0552dfddd2d589bd1f676dc3e02, version: 20.0.0-0.ci+git77605f30437, kind: gimlet_trampoline_phase_1, name: trampoline
107812026-05-14T15:21:12.117ZMay 14 15:21:11.456 INFO added artifact, length: 33554432, hash: b2cbca489b1f1d81838ac7f5cada7bdba4fb8ef9e8fb42eb4d44e5a58d9509ca, version: 20.0.0-0.ci+git77605f30437, kind: cosmo_trampoline_phase_1, name: trampoline
107822026-05-14T15:21:12.120ZMay 14 15:21:11.456 INFO added artifact, length: 166096506, hash: b803e1de6de28c3eef3a5b3b306fa50fede2821614515907117ae6c3c6f03228, version: 20.0.0-0.ci+git77605f30437, kind: trampoline_phase_2, name: trampoline
107832026-05-14T15:21:16.691ZMay 14 15:21:16.031 INFO added artifact, length: 1733250389, hash: 09247ea5041748033c53c1e90372ef7229629e2e146305e55844feee371add2d, version: 20.0.0-0.ci+git77605f30437, kind: control_plane, name: control-plane
107842026-05-14T15:21:16.696ZMay 14 15:21:16.031 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
107852026-05-14T15:21:16.696ZMay 14 15:21:16.031 INFO added artifact, length: 829, hash: 4f0867908a9cec01289c4e8f6d9b590dff33a183fdf37e5592ad146774472fdb, version: 1.0.67, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.67
107862026-05-14T15:21:16.697ZMay 14 15:21:16.032 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
107872026-05-14T15:21:16.720ZMay 14 15:21:16.060 INFO added artifact, length: 4138115, hash: 7aba723634e1207644df6841843b35f8312d8023594c006f4f48c7bda121d152, version: 1.0.67, kind: psc_sp, name: psc-b
107882026-05-14T15:21:16.749ZMay 14 15:21:16.089 INFO added artifact, length: 4141808, hash: fc025c39b8f2900228a168a3fa29bb264d79b0de3b74c5cdd1126c5388150c17, version: 1.0.67, kind: psc_sp, name: psc-c
107892026-05-14T15:21:16.796ZMay 14 15:21:16.136 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
107902026-05-14T15:21:16.799ZMay 14 15:21:16.136 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
107912026-05-14T15:21:16.844ZMay 14 15:21:16.184 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
107922026-05-14T15:21:16.844ZMay 14 15:21:16.184 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
107932026-05-14T15:21:16.895ZMay 14 15:21:16.234 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
107942026-05-14T15:21:16.898ZMay 14 15:21:16.234 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
107952026-05-14T15:21:16.942ZMay 14 15:21:16.281 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
107962026-05-14T15:21:16.942ZMay 14 15:21:16.281 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
107972026-05-14T15:21:16.946ZMay 14 15:21:16.282 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
107982026-05-14T15:21:16.946ZMay 14 15:21:16.283 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
107992026-05-14T15:21:16.946ZMay 14 15:21:16.283 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
108002026-05-14T15:21:16.992ZMay 14 15:21:16.332 INFO added artifact, length: 6959600, hash: 11fc30ac326d25dcdb40343e8e991aae1add089cbedd39ade879879ec1c1c393, version: 1.0.67, kind: switch_sp, name: sidecar-b
108012026-05-14T15:21:17.087ZMay 14 15:21:16.426 INFO added artifact, length: 6977107, hash: 6f8e9f4bed4983694047ec1554f717e59197cfb3d2abeee8897defdf8a367cd2, version: 1.0.67, kind: switch_sp, name: sidecar-c
108022026-05-14T15:21:17.188ZMay 14 15:21:16.528 INFO added artifact, length: 6977239, hash: 36cd4351b68f939124c0dadd69503800aa6118438193e17abb96f4251118707c, version: 1.0.67, kind: switch_sp, name: sidecar-d
108032026-05-14T15:21:17.283ZMay 14 15:21:16.622 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
108042026-05-14T15:21:17.283ZMay 14 15:21:16.622 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
108052026-05-14T15:21:17.335ZMay 14 15:21:16.675 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108062026-05-14T15:21:17.338ZMay 14 15:21:16.675 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108072026-05-14T15:21:17.387ZMay 14 15:21:16.727 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
108082026-05-14T15:21:17.390ZMay 14 15:21:16.727 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
108092026-05-14T15:21:17.435ZMay 14 15:21:16.775 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
108102026-05-14T15:21:17.435ZMay 14 15:21:16.775 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
108112026-05-14T15:21:17.438ZMay 14 15:21:16.776 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
108122026-05-14T15:21:17.438ZMay 14 15:21:16.776 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
108132026-05-14T15:21:17.438ZMay 14 15:21:16.777 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
108142026-05-14T15:21:17.438ZMay 14 15:21:16.777 INFO added artifact, length: 924, hash: 7673333d241fcbaa02b7063799d9bf61bb5cb09ed45753793e39bbfadf51b10a, version: 20.0.0-0.ci+git77605f30437, kind: installinator_document, name: installinator_document
108152026-05-14T15:21:17.835ZMay 14 15:21:17.175 INFO [tuf-repo] task succeeded (66.3402723s)
108162026-05-14T15:24:16.539Z[verify-libraries] Finished `release` profile [optimized] target(s) in 8m 55s
108172026-05-14T15:24:16.893ZMay 14 15:24:16.232 INFO [verify-libraries] process exited with exit status: 0 (539.861532219s)
108182026-05-14T15:24:16.893ZMay 14 15:24:16.232 INFO all jobs completed in 1172.869748s
108192026-05-14T15:24:17.875Zprocess exited: duration 1400146 ms, exit code 0
 
108202026-05-14T15:24:17.887Zfound 41 output files
108212026-05-14T15:24:17.887Zuploading: /work/manifest.toml (17174 bytes)
108222026-05-14T15:24:18.898Zuploaded: /work/manifest.toml
108232026-05-14T15:24:18.898Zuploading: /work/repo.zip (2985905781 bytes)
108242026-05-14T15:24:51.047Zuploaded: /work/repo.zip
108252026-05-14T15:24:51.047Zuploading: /work/repo.zip.sha256.txt (65 bytes)
108262026-05-14T15:24:52.062Zuploaded: /work/repo.zip.sha256.txt
108272026-05-14T15:24:52.062Zuploading: /work/helios.json (647 bytes)
108282026-05-14T15:24:53.070Zuploaded: /work/helios.json
108292026-05-14T15:24:53.071Zuploading: /work/incorporation.p5m (113249 bytes)
108302026-05-14T15:24:54.085Zuploaded: /work/incorporation.p5m
108312026-05-14T15:24:54.085Zuploading: /work/incorporation.p5p (133120 bytes)
108322026-05-14T15:24:55.098Zuploaded: /work/incorporation.p5p
108332026-05-14T15:24:55.098Zuploading: /work/helios-incorp.log (522 bytes)
108342026-05-14T15:24:56.106Zuploaded: /work/helios-incorp.log
108352026-05-14T15:24:56.106Zuploading: /work/helios-setup.log (56151 bytes)
108362026-05-14T15:24:57.120Zuploaded: /work/helios-setup.log
108372026-05-14T15:24:57.120Zuploading: /work/host-image.log (236809 bytes)
108382026-05-14T15:24:58.138Zuploaded: /work/host-image.log
108392026-05-14T15:24:58.138Zuploading: /work/host-package.log (33378 bytes)
108402026-05-14T15:24:59.149Zuploaded: /work/host-package.log
108412026-05-14T15:24:59.149Zuploading: /work/host-target.log (101 bytes)
108422026-05-14T15:25:00.159Zuploaded: /work/host-target.log
108432026-05-14T15:25:00.159Zuploading: /work/incorp-create.log (0 bytes)
108442026-05-14T15:25:01.165Zuploaded: /work/incorp-create.log
108452026-05-14T15:25:01.166Zuploading: /work/incorp-fmt.log (0 bytes)
108462026-05-14T15:25:02.173Zuploaded: /work/incorp-fmt.log
108472026-05-14T15:25:02.173Zuploading: /work/incorp-pkgsend.log (108 bytes)
108482026-05-14T15:25:03.182Zuploaded: /work/incorp-pkgsend.log
108492026-05-14T15:25:03.182Zuploading: /work/incorp-publisher.log (0 bytes)
108502026-05-14T15:25:04.190Zuploaded: /work/incorp-publisher.log
108512026-05-14T15:25:04.190Zuploading: /work/omicron-package.log (9209 bytes)
108522026-05-14T15:25:05.200Zuploaded: /work/omicron-package.log
108532026-05-14T15:25:05.200Zuploading: /work/recovery-image.log (593323 bytes)
108542026-05-14T15:25:06.220Zuploaded: /work/recovery-image.log
108552026-05-14T15:25:06.220Zuploading: /work/recovery-package.log (2546 bytes)
108562026-05-14T15:25:07.230Zuploaded: /work/recovery-package.log
108572026-05-14T15:25:07.230Zuploading: /work/recovery-target.log (98 bytes)
108582026-05-14T15:25:08.239Zuploaded: /work/recovery-target.log
108592026-05-14T15:25:08.239Zuploading: /work/stamp-clickhouse.log (117 bytes)
108602026-05-14T15:25:09.247Zuploaded: /work/stamp-clickhouse.log
108612026-05-14T15:25:09.247Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
108622026-05-14T15:25:10.256Zuploaded: /work/stamp-clickhouse_keeper.log
108632026-05-14T15:25:10.256Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
108642026-05-14T15:25:11.265Zuploaded: /work/stamp-clickhouse_server.log
108652026-05-14T15:25:11.265Zuploading: /work/stamp-cockroachdb.log (118 bytes)
108662026-05-14T15:25:12.274Zuploaded: /work/stamp-cockroachdb.log
108672026-05-14T15:25:12.274Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
108682026-05-14T15:25:13.283Zuploaded: /work/stamp-crucible-pantry-zone.log
108692026-05-14T15:25:13.283Zuploading: /work/stamp-crucible-utils.log (118 bytes)
108702026-05-14T15:25:14.292Zuploaded: /work/stamp-crucible-utils.log
108712026-05-14T15:25:14.292Zuploading: /work/stamp-crucible-zone.log (120 bytes)
108722026-05-14T15:25:15.301Zuploaded: /work/stamp-crucible-zone.log
108732026-05-14T15:25:15.301Zuploading: /work/stamp-external-dns.log (119 bytes)
108742026-05-14T15:25:16.310Zuploaded: /work/stamp-external-dns.log
108752026-05-14T15:25:16.310Zuploading: /work/stamp-installinator.log (103 bytes)
108762026-05-14T15:25:17.319Zuploaded: /work/stamp-installinator.log
108772026-05-14T15:25:17.319Zuploading: /work/stamp-internal-dns.log (119 bytes)
108782026-05-14T15:25:18.328Zuploaded: /work/stamp-internal-dns.log
108792026-05-14T15:25:18.328Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
108802026-05-14T15:25:19.338Zuploaded: /work/stamp-mg-ddm-gz.log
108812026-05-14T15:25:19.338Zuploading: /work/stamp-nexus.log (112 bytes)
108822026-05-14T15:25:20.348Zuploaded: /work/stamp-nexus.log
108832026-05-14T15:25:20.348Zuploading: /work/stamp-ntp.log (110 bytes)
108842026-05-14T15:25:21.356Zuploaded: /work/stamp-ntp.log
108852026-05-14T15:25:21.357Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
108862026-05-14T15:25:22.365Zuploaded: /work/stamp-omicron-sled-agent.log
108872026-05-14T15:25:22.365Zuploading: /work/stamp-overlay.log (114 bytes)
108882026-05-14T15:25:23.375Zuploaded: /work/stamp-overlay.log
108892026-05-14T15:25:23.376Zuploading: /work/stamp-oximeter.log (115 bytes)
108902026-05-14T15:25:24.385Zuploaded: /work/stamp-oximeter.log
108912026-05-14T15:25:24.385Zuploading: /work/stamp-oxlog.log (109 bytes)
108922026-05-14T15:25:25.394Zuploaded: /work/stamp-oxlog.log
108932026-05-14T15:25:25.394Zuploading: /work/stamp-probe.log (112 bytes)
108942026-05-14T15:25:26.403Zuploaded: /work/stamp-probe.log
108952026-05-14T15:25:26.403Zuploading: /work/stamp-propolis-server.log (122 bytes)
108962026-05-14T15:25:27.411Zuploaded: /work/stamp-propolis-server.log
108972026-05-14T15:25:27.411Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
108982026-05-14T15:25:28.421Zuploaded: /work/stamp-pumpkind-gz.log
108992026-05-14T15:25:28.421Zuploading: /work/stamp-switch-asic.log (118 bytes)
109002026-05-14T15:25:29.430Zuploaded: /work/stamp-switch-asic.log
109012026-05-14T15:25:29.430Zuploading: /work/verify-libraries.log (13784 bytes)
109022026-05-14T15:25:30.440Zuploaded: /work/verify-libraries.log