01JVWS3EFVY2VZCHPYJM5AXNKZ: helios / build TUF repo

BasicConfig {
    output_rules: [
        "=/work/manifest.toml",
        "=/work/repo.zip",
        "=/work/repo.zip.sha256.txt",
        "=/work/helios.json",
        "=/work/incorporation.p5m",
        "=/work/incorporation.p5p",
        "%/work/*.log",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [
        "oxidecomputer/amd-apcb",
        "oxidecomputer/amd-efs",
        "oxidecomputer/amd-firmware",
        "oxidecomputer/amd-flash",
        "oxidecomputer/amd-host-image-builder",
        "oxidecomputer/boot-image-tools",
        "oxidecomputer/chelsio-t6-roms",
        "oxidecomputer/compliance-pilot",
        "oxidecomputer/facade",
        "oxidecomputer/helios",
        "oxidecomputer/helios-omicron-brand",
        "oxidecomputer/helios-omnios-build",
        "oxidecomputer/helios-omnios-extra",
        "oxidecomputer/nanobl-rs",
    ],
    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.p5m",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01JVWS44AHNVREH5SFCMEDN4WM

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-05-22T19:58:10.188Zjob assigned to worker 01JVWS45SVPSP5BRBYS6NJ2AVF [factory aws, i-0a7c4fedfd4c4135b] (queued for 1 m 8 s)
 
22025-05-22T19:58:18.296Zstarting task 0: "setup"
32025-05-22T19:58:18.301Z++ uname -s
42025-05-22T19:58:18.305Z+ kern=SunOS
52025-05-22T19:58:18.305Z+ build_user=build
62025-05-22T19:58:18.305Z+ build_uid=12345
72025-05-22T19:58:18.305Z+ work_dir=/work
82025-05-22T19:58:18.305Z+ input_dir=/input
92025-05-22T19:58:18.305Z+ [[ 0 == 12345 ]]
102025-05-22T19:58:18.305Z+ case "$kern" in
112025-05-22T19:58:18.305Z+ groupadd -g 12345 build
122025-05-22T19:58:18.308Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-05-22T19:58:20.314Z+ zfs create -o mountpoint=/work rpool/work
142025-05-22T19:58:20.443Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-05-22T19:58:20.446Z+ home_fs=zfs
162025-05-22T19:58:20.446Z+ [[ zfs == autofs ]]
172025-05-22T19:58:20.446Z+ mkdir -p /home/build
182025-05-22T19:58:20.450Z+ chown build:build /home/build /work
192025-05-22T19:58:21.449Z+ chmod 0700 /home/build /work
202025-05-22T19:58:21.453Zprocess exited: duration 3158 ms, exit code 0
 
212025-05-22T19:58:21.459Zstarting task 1: "rust-toolchain"
222025-05-22T19:58:21.464Z+ printf ' * rust toolchain channel = "%s"\n' 1.87.0
232025-05-22T19:58:21.465Z * rust toolchain channel = "1.87.0"
242025-05-22T19:58:21.465Z+ printf ' * rust toolchain profile = "%s"\n' default
252025-05-22T19:58:21.465Z * rust toolchain profile = "default"
262025-05-22T19:58:21.465Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-05-22T19:58:21.465Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-05-22T19:58:21.468Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-05-22T19:58:21.468Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.87.0 --profile default
302025-05-22T19:58:21.588Zinfo: downloading installer
312025-05-22T19:58:23.065Zwarn: It looks like you have an existing installation of Rust at:
322025-05-22T19:58:23.065Zwarn: /opt/ooce/bin
332025-05-22T19:58:23.065Zwarn: It is recommended that rustup be the primary Rust installation.
342025-05-22T19:58:23.065Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-05-22T19:58:23.065Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-05-22T19:58:23.066Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-05-22T19:58:23.066Zwarn: or pass `-y' to ignore all ignorable checks.
382025-05-22T19:58:23.066Zerror: cannot install while Rust is installed
392025-05-22T19:58:23.066Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-05-22T19:58:23.080Zinfo: profile set to 'default'
412025-05-22T19:58:23.080Zinfo: default host triple is x86_64-unknown-illumos
422025-05-22T19:58:23.083Zinfo: syncing channel updates for '1.87.0-x86_64-unknown-illumos'
432025-05-22T19:58:23.257Zinfo: latest update on 2025-05-15, rust version 1.87.0 (17067e9ac 2025-05-09)
442025-05-22T19:58:23.258Zinfo: downloading component 'cargo'
452025-05-22T19:58:24.401Zinfo: downloading component 'clippy'
462025-05-22T19:58:24.800Zinfo: downloading component 'rust-docs'
472025-05-22T19:58:26.313Zinfo: downloading component 'rust-std'
482025-05-22T19:58:28.012Zinfo: downloading component 'rustc'
492025-05-22T19:58:35.877Zinfo: downloading component 'rustfmt'
502025-05-22T19:58:36.117Zinfo: installing component 'cargo'
512025-05-22T19:58:37.012Zinfo: installing component 'clippy'
522025-05-22T19:58:37.405Zinfo: installing component 'rust-docs'
532025-05-22T19:58:39.272Zinfo: installing component 'rust-std'
542025-05-22T19:58:41.142Zinfo: installing component 'rustc'
552025-05-22T19:58:47.912Zinfo: installing component 'rustfmt'
562025-05-22T19:58:48.248Zinfo: default toolchain set to '1.87.0-x86_64-unknown-illumos'
572025-05-22T19:58:48.248Z
582025-05-22T19:58:48.674Z 1.87.0-x86_64-unknown-illumos installed - rustc 1.87.0 (17067e9ac 2025-05-09)
592025-05-22T19:58:48.674Z
602025-05-22T19:58:48.677Z
612025-05-22T19:58:48.677ZRust is installed now. Great!
622025-05-22T19:58:48.677Z
632025-05-22T19:58:48.677ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-05-22T19:58:48.677Zenvironment variable. This has not been done automatically.
652025-05-22T19:58:48.677Z
662025-05-22T19:58:48.677ZTo configure your current shell, you need to source
672025-05-22T19:58:48.677Zthe corresponding env file under $HOME/.cargo.
682025-05-22T19:58:48.677Z
692025-05-22T19:58:48.677ZThis is usually done by running one of the following (note the leading DOT):
702025-05-22T19:58:48.677Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-05-22T19:58:48.677Zsource "$HOME/.cargo/env.fish" # For fish
722025-05-22T19:58:48.677Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732025-05-22T19:58:48.762Z+ rustup --version
742025-05-22T19:58:48.775Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752025-05-22T19:58:48.778Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-05-22T19:58:48.853Zinfo: The currently active `rustc` version is `rustc 1.87.0 (17067e9ac 2025-05-09)`
772025-05-22T19:58:48.857Z+ cargo --version
782025-05-22T19:58:48.919Zcargo 1.87.0 (99624be96 2025-05-06)
792025-05-22T19:58:48.922Z+ rustc --version
802025-05-22T19:58:48.992Zrustc 1.87.0 (17067e9ac 2025-05-09)
812025-05-22T19:58:48.996Zprocess exited: duration 27539 ms, exit code 0
 
822025-05-22T19:58:49.002Zstarting task 2: "authentication"
832025-05-22T19:58:49.025Zprocess exited: duration 21 ms, exit code 0
 
842025-05-22T19:58:49.034Zstarting task 3: "clone repository"
852025-05-22T19:58:49.037Z+ mkdir -p /work/oxidecomputer/omicron
862025-05-22T19:58:49.040Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-05-22T19:58:49.081ZCloning into '/work/oxidecomputer/omicron'...
882025-05-22T19:58:57.250Z+ cd /work/oxidecomputer/omicron
892025-05-22T19:58:57.253Z+ git fetch origin 50160a8100ab2e0e0a264b5535e542d78af78c16
902025-05-22T19:58:57.561ZFrom https://github.com/oxidecomputer/omicron
912025-05-22T19:58:57.564Z * branch 50160a8100ab2e0e0a264b5535e542d78af78c16 -> FETCH_HEAD
922025-05-22T19:58:57.572Z+ [[ -n range-request-sb ]]
932025-05-22T19:58:57.575Z++ git branch --show-current
942025-05-22T19:58:57.578Z+ current=main
952025-05-22T19:58:57.578Z+ [[ main != range-request-sb ]]
962025-05-22T19:58:57.578Z+ git branch -f range-request-sb 50160a8100ab2e0e0a264b5535e542d78af78c16
972025-05-22T19:58:57.581Z+ git checkout -f range-request-sb
982025-05-22T19:58:57.795ZSwitched to branch 'range-request-sb'
992025-05-22T19:58:57.799Z+ git reset --hard 50160a8100ab2e0e0a264b5535e542d78af78c16
1002025-05-22T19:58:57.855ZHEAD is now at 50160a810 More text
1012025-05-22T19:58:57.858Zprocess exited: duration 8826 ms, exit code 0
 
1022025-05-22T19:58:57.866Zstarting task 4: "build"
1032025-05-22T19:58:57.869Z+ source .github/buildomat/ci-env.sh
1042025-05-22T19:58:57.870Z++ export CARGO_TERM_COLOR=always
1052025-05-22T19:58:57.870Z++ CARGO_TERM_COLOR=always
1062025-05-22T19:58:57.870Z+ cargo --version
1072025-05-22T19:58:57.925Zcargo 1.87.0 (99624be96 2025-05-06)
1082025-05-22T19:58:57.928Z+ rustc --version
1092025-05-22T19:58:57.996Zrustc 1.87.0 (17067e9ac 2025-05-09)
1102025-05-22T19:58:58.000Z+ cargo tree --locked
1112025-05-22T19:58:58.372Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1122025-05-22T19:58:58.610Z Updating git repository `https://github.com/seanmonstar/reqwest`
1132025-05-22T19:58:59.319Z Updating crates.io index
1142025-05-22T19:58:59.353Z Updating git repository `https://github.com/oxidecomputer/lldp`
1152025-05-22T19:58:59.633Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1162025-05-22T19:59:00.226Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1172025-05-22T19:59:00.515Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1182025-05-22T19:59:00.780Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1192025-05-22T19:59:01.098Z Updating git repository `https://github.com/oxidecomputer/propolis`
1202025-05-22T19:59:02.272Z Updating git repository `https://github.com/oxidecomputer/crucible`
1212025-05-22T19:59:04.308Z Updating git repository `https://github.com/oxidecomputer/opte`
1222025-05-22T19:59:05.181Z Updating git repository `https://github.com/oxidecomputer/falcon`
1232025-05-22T19:59:05.964Z Updating git repository `https://github.com/oxidecomputer/clickward`
1242025-05-22T19:59:06.230Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1252025-05-22T19:59:06.555Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1262025-05-22T19:59:07.249Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1272025-05-22T19:59:07.542Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1282025-05-22T19:59:07.900Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1292025-05-22T19:59:08.463Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1302025-05-22T19:59:08.828Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1312025-05-22T19:59:09.080Z Updating git repository `https://github.com/oxidecomputer/tofino`
1322025-05-22T19:59:09.469Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1332025-05-22T19:59:09.736Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1342025-05-22T19:59:09.981Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1352025-05-22T19:59:10.326Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1362025-05-22T19:59:10.641Z Updating git repository `https://github.com/oxidecomputer/ispf`
1372025-05-22T19:59:11.035Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382025-05-22T19:59:11.292Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392025-05-22T19:59:11.786Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1402025-05-22T19:59:12.213Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1412025-05-22T19:59:12.497Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1422025-05-22T19:59:12.857Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1432025-05-22T19:59:13.420Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1442025-05-22T19:59:13.662Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1452025-05-22T19:59:13.941Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1462025-05-22T19:59:14.306Z Updating git repository `https://github.com/oxidecomputer/omicron`
1472025-05-22T19:59:22.904Z Updating git repository `https://github.com/illumos/smf-rs`
1482025-05-22T19:59:24.299Z Downloading crates ...
1492025-05-22T19:59:24.430Z Downloaded aead v0.5.2
1502025-05-22T19:59:24.434Z Downloaded adler2 v2.0.0
1512025-05-22T19:59:24.446Z Downloaded async-stream-impl v0.3.6
1522025-05-22T19:59:24.449Z Downloaded escape8259 v0.5.3
1532025-05-22T19:59:24.449Z Downloaded atty v0.2.14
1542025-05-22T19:59:24.455Z Downloaded foreign-types v0.3.2
1552025-05-22T19:59:24.459Z Downloaded foreign-types-shared v0.1.1
1562025-05-22T19:59:24.462Z Downloaded atomicwrites v0.4.4
1572025-05-22T19:59:24.465Z Downloaded cfg_aliases v0.2.1
1582025-05-22T19:59:24.465Z Downloaded cfg_aliases v0.1.1
1592025-05-22T19:59:24.468Z Downloaded equivalent v1.0.1
1602025-05-22T19:59:24.469Z Downloaded addr2line v0.24.2
1612025-05-22T19:59:24.472Z Downloaded async-object-pool v0.1.5
1622025-05-22T19:59:24.472Z Downloaded foreign-types-shared v0.3.1
1632025-05-22T19:59:24.475Z Downloaded assert_matches v1.5.0
1642025-05-22T19:59:24.475Z Downloaded anstyle-query v1.1.1
1652025-05-22T19:59:24.478Z Downloaded async-channel v2.3.1
1662025-05-22T19:59:24.478Z Downloaded async-channel v1.9.0
1672025-05-22T19:59:24.481Z Downloaded headers-core v0.3.0
1682025-05-22T19:59:24.481Z Downloaded guppy-workspace-hack v0.1.0
1692025-05-22T19:59:24.484Z Downloaded fxhash v0.2.1
1702025-05-22T19:59:24.484Z Downloaded bytecount v0.6.8
1712025-05-22T19:59:24.487Z Downloaded hubpack_derive v0.1.1
1722025-05-22T19:59:24.490Z Downloaded bit-vec v0.8.0
1732025-05-22T19:59:24.494Z Downloaded http-range v0.1.5
1742025-05-22T19:59:24.494Z Downloaded http-body v1.0.1
1752025-05-22T19:59:24.497Z Downloaded event-listener-strategy v0.5.2
1762025-05-22T19:59:24.497Z Downloaded base16ct v0.2.0
1772025-05-22T19:59:24.500Z Downloaded ghash v0.5.1
1782025-05-22T19:59:24.504Z Downloaded bit-set v0.5.3
1792025-05-22T19:59:24.504Z Downloaded futures-macro v0.3.31
1802025-05-22T19:59:24.507Z Downloaded futures-timer v3.0.3
1812025-05-22T19:59:24.507Z Downloaded fs-err v2.11.0
1822025-05-22T19:59:24.524Z Downloaded futures-io v0.3.31
1832025-05-22T19:59:24.524Z Downloaded hostname v0.4.0
1842025-05-22T19:59:24.524Z Downloaded cfg-if v1.0.0
1852025-05-22T19:59:24.524Z Downloaded gethostname v0.5.0
1862025-05-22T19:59:24.524Z Downloaded futures-task v0.3.31
1872025-05-22T19:59:24.530Z Downloaded byteorder v1.5.0
1882025-05-22T19:59:24.530Z Downloaded hex-literal v0.4.1
1892025-05-22T19:59:24.530Z Downloaded globwalk v0.9.1
1902025-05-22T19:59:24.534Z Downloaded normalize-line-endings v0.3.0
1912025-05-22T19:59:24.534Z Downloaded futures-core v0.3.31
1922025-05-22T19:59:24.534Z Downloaded parse-size v1.1.0
1932025-05-22T19:59:24.534Z Downloaded hostname v0.3.1
1942025-05-22T19:59:24.537Z Downloaded home v0.5.9
1952025-05-22T19:59:24.540Z Downloaded bitfield v0.14.0
1962025-05-22T19:59:24.540Z Downloaded openssl-macros v0.1.1
1972025-05-22T19:59:24.543Z Downloaded number_prefix v0.4.0
1982025-05-22T19:59:24.543Z Downloaded hubpack v0.1.2
1992025-05-22T19:59:24.546Z Downloaded httpdate v1.0.3
2002025-05-22T19:59:24.549Z Downloaded http-body-util v0.1.3
2012025-05-22T19:59:24.549Z Downloaded futures-lite v2.3.0
2022025-05-22T19:59:24.552Z Downloaded futures-channel v0.3.31
2032025-05-22T19:59:24.555Z Downloaded float-ord v0.3.2
2042025-05-22T19:59:24.559Z Downloaded cbc v0.1.2
2052025-05-22T19:59:24.559Z Downloaded bzip2 v0.4.4
2062025-05-22T19:59:24.565Z Downloaded pretty-hex v0.4.1
2072025-05-22T19:59:24.565Z Downloaded cargo_metadata v0.19.2
2082025-05-22T19:59:24.570Z Downloaded newtype-uuid v1.2.1
2092025-05-22T19:59:24.570Z Downloaded cast v0.3.0
2102025-05-22T19:59:24.574Z Downloaded ahash v0.8.11
2112025-05-22T19:59:24.574Z Downloaded plotters-svg v0.3.7
2122025-05-22T19:59:24.574Z Downloaded predicates-tree v1.0.12
2132025-05-22T19:59:24.577Z Downloaded globset v0.4.15
2142025-05-22T19:59:24.577Z Downloaded rand_seeder v0.3.0
2152025-05-22T19:59:24.581Z Downloaded russh-cryptovec v0.7.3
2162025-05-22T19:59:24.581Z Downloaded progenitor v0.8.0
2172025-05-22T19:59:24.584Z Downloaded httparse v1.9.5
2182025-05-22T19:59:24.588Z Downloaded event-listener v5.3.1
2192025-05-22T19:59:24.591Z Downloaded buf-list v1.0.3
2202025-05-22T19:59:24.594Z Downloaded futures v0.3.31
2212025-05-22T19:59:24.597Z Downloaded env_logger v0.10.2
2222025-05-22T19:59:24.600Z Downloaded phf_generator v0.11.2
2232025-05-22T19:59:24.604Z Downloaded phf_codegen v0.11.2
2242025-05-22T19:59:24.604Z Downloaded parking_lot_core v0.8.6
2252025-05-22T19:59:24.607Z Downloaded serde_urlencoded v0.7.1
2262025-05-22T19:59:24.610Z Downloaded semver v0.1.20
2272025-05-22T19:59:24.610Z Downloaded blake2 v0.10.6
2282025-05-22T19:59:24.613Z Downloaded tinyvec_macros v0.1.1
2292025-05-22T19:59:24.616Z Downloaded cfg-expr v0.18.0
2302025-05-22T19:59:24.620Z Downloaded progenitor v0.10.0
2312025-05-22T19:59:24.622Z Downloaded getrandom v0.3.1
2322025-05-22T19:59:24.626Z Downloaded predicates-core v1.0.8
2332025-05-22T19:59:24.626Z Downloaded ascii-canvas v3.0.0
2342025-05-22T19:59:24.629Z Downloaded half v2.4.1
2352025-05-22T19:59:24.632Z Downloaded thread-id v4.2.2
2362025-05-22T19:59:24.635Z Downloaded xshell-macros v0.2.7
2372025-05-22T19:59:24.635Z Downloaded quote v1.0.40
2382025-05-22T19:59:24.638Z Downloaded secrecy v0.10.3
2392025-05-22T19:59:24.641Z Downloaded ref-cast v1.0.23
2402025-05-22T19:59:24.643Z Downloaded serde_repr v0.1.19
2412025-05-22T19:59:24.648Z Downloaded serde_regex v1.1.0
2422025-05-22T19:59:24.648Z Downloaded blake2b_simd v1.0.2
2432025-05-22T19:59:24.651Z Downloaded usdt-attr-macro v0.5.0
2442025-05-22T19:59:24.651Z Downloaded r2d2 v0.8.10
2452025-05-22T19:59:24.651Z Downloaded quinn-udp v0.5.5
2462025-05-22T19:59:24.654Z Downloaded usdt v0.5.0
2472025-05-22T19:59:24.657Z Downloaded bitflags v2.9.0
2482025-05-22T19:59:24.662Z Downloaded cancel-safe-futures v0.1.5
2492025-05-22T19:59:24.665Z Downloaded serde_tokenstream v0.2.2
2502025-05-22T19:59:24.665Z Downloaded serde_spanned v0.6.8
2512025-05-22T19:59:24.668Z Downloaded snafu-derive v0.8.5
2522025-05-22T19:59:24.671Z Downloaded slog-scope v4.4.0
2532025-05-22T19:59:24.671Z Downloaded spki v0.7.3
2542025-05-22T19:59:24.674Z Downloaded darling_macro v0.20.10
2552025-05-22T19:59:24.677Z Downloaded crc8 v0.1.1
2562025-05-22T19:59:24.677Z Downloaded tabled_derive v0.10.0
2572025-05-22T19:59:24.680Z Downloaded strum_macros v0.25.3
2582025-05-22T19:59:24.683Z Downloaded num-traits v0.2.19
2592025-05-22T19:59:24.685Z Downloaded toml_datetime v0.6.9
2602025-05-22T19:59:24.686Z Downloaded tinystr v0.7.6
2612025-05-22T19:59:24.688Z Downloaded unicode-linebreak v0.1.5
2622025-05-22T19:59:24.691Z Downloaded tui-tree-widget v0.23.0
2632025-05-22T19:59:24.691Z Downloaded xshell v0.2.7
2642025-05-22T19:59:24.694Z Downloaded tiny-keccak v2.0.2
2652025-05-22T19:59:24.697Z Downloaded xattr v1.3.1
2662025-05-22T19:59:24.700Z Downloaded chacha20 v0.9.1
2672025-05-22T19:59:24.703Z Downloaded flate2 v1.1.1
2682025-05-22T19:59:24.707Z Downloaded fancy-regex v0.14.0
2692025-05-22T19:59:24.711Z Downloaded bytes v1.10.1
2702025-05-22T19:59:24.716Z Downloaded base64 v0.22.1
2712025-05-22T19:59:24.721Z Downloaded idna_adapter v1.2.0
2722025-05-22T19:59:24.724Z Downloaded backtrace v0.3.74
2732025-05-22T19:59:24.727Z Downloaded slog-json v2.6.1
2742025-05-22T19:59:24.730Z Downloaded constant_time_eq v0.3.1
2752025-05-22T19:59:24.734Z Downloaded subtle v2.6.1
2762025-05-22T19:59:24.738Z Downloaded newline-converter v0.3.0
2772025-05-22T19:59:24.738Z Downloaded match_cfg v0.1.0
2782025-05-22T19:59:24.738Z Downloaded md5 v0.7.0
2792025-05-22T19:59:24.742Z Downloaded md-5 v0.10.6
2802025-05-22T19:59:24.742Z Downloaded debug-ignore v1.0.5
2812025-05-22T19:59:24.746Z Downloaded data-encoding v2.6.0
2822025-05-22T19:59:24.746Z Downloaded diesel-dtrace v0.4.2
2832025-05-22T19:59:24.749Z Downloaded flume v0.11.1
2842025-05-22T19:59:24.752Z Downloaded uzers v0.12.1
2852025-05-22T19:59:24.755Z Downloaded openssl-probe v0.1.5
2862025-05-22T19:59:24.755Z Downloaded difflib v0.4.0
2872025-05-22T19:59:24.758Z Downloaded num-derive v0.4.2
2882025-05-22T19:59:24.761Z Downloaded indent_write v2.2.0
2892025-05-22T19:59:24.761Z Downloaded humantime v2.1.0
2902025-05-22T19:59:24.764Z Downloaded digest v0.10.7
2912025-05-22T19:59:24.767Z Downloaded dof v0.3.0
2922025-05-22T19:59:24.767Z Downloaded bumpalo v3.16.0
2932025-05-22T19:59:24.771Z Downloaded base64 v0.21.7
2942025-05-22T19:59:24.775Z Downloaded hyper-tls v0.6.0
2952025-05-22T19:59:24.778Z Downloaded rustls-pki-types v1.10.0
2962025-05-22T19:59:24.782Z Downloaded zerocopy-derive v0.7.35
2972025-05-22T19:59:24.786Z Downloaded russh-keys v0.45.0
2982025-05-22T19:59:24.790Z Downloaded proc-macro-error-attr v1.0.4
2992025-05-22T19:59:24.794Z Downloaded progenitor-macro v0.8.0
3002025-05-22T19:59:24.794Z Downloaded kv-log-macro v1.0.7
3012025-05-22T19:59:24.797Z Downloaded tempfile v3.13.0
3022025-05-22T19:59:24.799Z Downloaded maplit v1.0.2
3032025-05-22T19:59:24.802Z Downloaded rtoolbox v0.0.2
3042025-05-22T19:59:24.802Z Downloaded linear-map v1.2.0
3052025-05-22T19:59:24.805Z Downloaded datatest-stable v0.3.2
3062025-05-22T19:59:24.809Z Downloaded olpc-cjson v0.1.4
3072025-05-22T19:59:24.811Z Downloaded trybuild v1.0.103
3082025-05-22T19:59:24.815Z Downloaded which v4.4.2
3092025-05-22T19:59:24.818Z Downloaded value-bag v1.9.0
3102025-05-22T19:59:24.820Z Downloaded hickory-resolver v0.24.4
3112025-05-22T19:59:24.825Z Downloaded twox-hash v2.1.0
3122025-05-22T19:59:24.828Z Downloaded path-slash v0.1.5
3132025-05-22T19:59:24.831Z Downloaded packed_struct_codegen v0.10.1
3142025-05-22T19:59:24.834Z Downloaded slog-bunyan v2.5.0
3152025-05-22T19:59:24.834Z Downloaded shell-words v1.1.0
3162025-05-22T19:59:24.837Z Downloaded structmeta-derive v0.3.0
3172025-05-22T19:59:24.837Z Downloaded ppv-lite86 v0.2.20
3182025-05-22T19:59:24.840Z Downloaded iana-time-zone v0.1.63
3192025-05-22T19:59:24.843Z Downloaded progenitor-macro v0.9.1
3202025-05-22T19:59:24.846Z Downloaded proc-macro-error v1.0.4
3212025-05-22T19:59:24.849Z Downloaded pkg-config v0.3.31
3222025-05-22T19:59:24.852Z Downloaded try-lock v0.2.5
3232025-05-22T19:59:24.852Z Downloaded rand_xorshift v0.3.0
3242025-05-22T19:59:24.855Z Downloaded aes v0.8.4
3252025-05-22T19:59:24.858Z Downloaded proc-macro-error-attr2 v2.0.0
3262025-05-22T19:59:24.858Z Downloaded nibble_vec v0.1.0
3272025-05-22T19:59:24.861Z Downloaded version_check v0.9.5
3282025-05-22T19:59:24.864Z Downloaded crossbeam-utils v0.8.21
3292025-05-22T19:59:24.867Z Downloaded serde-hex v0.1.0
3302025-05-22T19:59:24.870Z Downloaded hashbrown v0.13.2
3312025-05-22T19:59:24.874Z Downloaded crunchy v0.2.2
3322025-05-22T19:59:24.877Z Downloaded toml v0.8.22
3332025-05-22T19:59:24.908Z Downloaded zone_cfg_derive v0.1.2
3342025-05-22T19:59:24.911Z Downloaded zerofrom-derive v0.1.4
3352025-05-22T19:59:24.911Z Downloaded void v1.0.2
3362025-05-22T19:59:24.914Z Downloaded ssh-encoding v0.2.0
3372025-05-22T19:59:24.914Z Downloaded ssh-cipher v0.2.0
3382025-05-22T19:59:24.917Z Downloaded crc v3.2.1
3392025-05-22T19:59:24.920Z Downloaded thiserror-impl v1.0.69
3402025-05-22T19:59:24.923Z Downloaded tabled_derive v0.7.0
3412025-05-22T19:59:24.923Z Downloaded pin-project-lite v0.2.14
3422025-05-22T19:59:24.927Z Downloaded thiserror v2.0.12
3432025-05-22T19:59:24.934Z Downloaded endian-type v0.1.2
3442025-05-22T19:59:24.938Z Downloaded dtrace-parser v0.2.0
3452025-05-22T19:59:24.938Z Downloaded unicode-xid v0.2.6
3462025-05-22T19:59:24.941Z Downloaded enum-as-inner v0.6.1
3472025-05-22T19:59:24.941Z Downloaded doc-comment v0.3.3
3482025-05-22T19:59:24.944Z Downloaded unicase v2.7.0
3492025-05-22T19:59:24.947Z Downloaded hashbrown v0.12.3
3502025-05-22T19:59:24.950Z Downloaded url v2.5.3
3512025-05-22T19:59:24.953Z Downloaded macaddr v1.0.1
3522025-05-22T19:59:24.956Z Downloaded lzss v0.8.2
3532025-05-22T19:59:24.959Z Downloaded xz2 v0.1.7
3542025-05-22T19:59:24.962Z Downloaded clap_lex v0.7.4
3552025-05-22T19:59:24.962Z Downloaded cpufeatures v0.2.14
3562025-05-22T19:59:24.966Z Downloaded ignore v0.4.23
3572025-05-22T19:59:24.969Z Downloaded cmake v0.1.51
3582025-05-22T19:59:24.969Z Downloaded pkcs5 v0.7.1
3592025-05-22T19:59:24.973Z Downloaded ctr v0.9.2
3602025-05-22T19:59:24.975Z Downloaded papergrid v0.11.0
3612025-05-22T19:59:24.981Z Downloaded indicatif v0.17.11
3622025-05-22T19:59:24.985Z Downloaded compact_str v0.8.0
3632025-05-22T19:59:24.990Z Downloaded progenitor-client v0.9.1
3642025-05-22T19:59:24.993Z Downloaded tokio-tungstenite v0.23.1
3652025-05-22T19:59:24.996Z Downloaded rpassword v7.3.1
3662025-05-22T19:59:24.999Z Downloaded rustc-hash v2.1.1
3672025-05-22T19:59:24.999Z Downloaded ipnetwork v0.21.1
3682025-05-22T19:59:25.002Z Downloaded rustc_version v0.4.1
3692025-05-22T19:59:25.005Z Downloaded itoa v1.0.11
3702025-05-22T19:59:25.005Z Downloaded sigpipe v0.1.3
3712025-05-22T19:59:25.008Z Downloaded ref-cast-impl v1.0.23
3722025-05-22T19:59:25.008Z Downloaded libsw v3.4.0
3732025-05-22T19:59:25.011Z Downloaded guppy v0.17.18
3742025-05-22T19:59:25.016Z Downloaded rstest v0.24.0
3752025-05-22T19:59:25.023Z Downloaded signature v2.2.0
3762025-05-22T19:59:25.026Z Downloaded sync_wrapper v1.0.1
3772025-05-22T19:59:25.029Z Downloaded oxnet v0.1.2
3782025-05-22T19:59:25.029Z Downloaded ciborium v0.2.2
3792025-05-22T19:59:25.032Z Downloaded csv-core v0.1.11
3802025-05-22T19:59:25.035Z Downloaded hyper-util v0.1.11
3812025-05-22T19:59:25.040Z Downloaded polyval v0.6.2
3822025-05-22T19:59:25.043Z Downloaded indexmap v2.9.0
3832025-05-22T19:59:25.046Z Downloaded vte_generate_state_changes v0.1.2
3842025-05-22T19:59:25.050Z Downloaded test-strategy v0.4.0
3852025-05-22T19:59:25.052Z Downloaded pest_generator v2.7.14
3862025-05-22T19:59:25.055Z Downloaded waitgroup v0.1.2
3872025-05-22T19:59:25.059Z Downloaded zerofrom v0.1.4
3882025-05-22T19:59:25.059Z Downloaded plain v0.2.3
3892025-05-22T19:59:25.059Z Downloaded jobserver v0.1.32
3902025-05-22T19:59:25.062Z Downloaded siphasher v0.3.11
3912025-05-22T19:59:25.065Z Downloaded rfc6979 v0.4.0
3922025-05-22T19:59:25.065Z Downloaded relative-path v1.9.3
3932025-05-22T19:59:25.068Z Downloaded psl-types v2.0.11
3942025-05-22T19:59:25.071Z Downloaded stringmetrics v2.2.2
3952025-05-22T19:59:25.074Z Downloaded resolv-conf v0.7.0
3962025-05-22T19:59:25.074Z Downloaded icu_locid_transform v1.5.0
3972025-05-22T19:59:25.077Z Downloaded parking_lot v0.11.2
3982025-05-22T19:59:25.080Z Downloaded cstr-argument v0.1.2
3992025-05-22T19:59:25.083Z Downloaded cobs v0.2.3
4002025-05-22T19:59:25.083Z Downloaded thiserror-impl-no-std v2.0.2
4012025-05-22T19:59:25.086Z Downloaded thiserror-impl v2.0.12
4022025-05-22T19:59:25.089Z Downloaded curve25519-dalek-derive v0.1.1
4032025-05-22T19:59:25.089Z Downloaded rustyline v14.0.0
4042025-05-22T19:59:25.094Z Downloaded dropshot_endpoint v0.16.2
4052025-05-22T19:59:25.098Z Downloaded p521 v0.13.3
4062025-05-22T19:59:25.103Z Downloaded wait-timeout v0.2.0
4072025-05-22T19:59:25.107Z Downloaded icu_locid_transform_data v1.5.0
4082025-05-22T19:59:25.109Z Downloaded poly1305 v0.8.0
4092025-05-22T19:59:25.112Z Downloaded libsw-core v0.3.1
4102025-05-22T19:59:25.116Z Downloaded h2 v0.4.6
4112025-05-22T19:59:25.120Z Downloaded peg-runtime v0.8.5
4122025-05-22T19:59:25.125Z Downloaded pkcs1 v0.7.5
4132025-05-22T19:59:25.129Z Downloaded num v0.4.3
4142025-05-22T19:59:25.129Z Downloaded futures-util v0.3.31
4152025-05-22T19:59:25.139Z Downloaded proc-macro-crate v3.2.0
4162025-05-22T19:59:25.142Z Downloaded ena v0.14.3
4172025-05-22T19:59:25.145Z Downloaded pest_meta v2.7.14
4182025-05-22T19:59:25.148Z Downloaded unicode-normalization v0.1.24
4192025-05-22T19:59:25.154Z Downloaded ingot v0.1.0
4202025-05-22T19:59:25.157Z Downloaded crypto-common v0.1.6
4212025-05-22T19:59:25.157Z Downloaded openssl-sys v0.9.107
4222025-05-22T19:59:25.160Z Downloaded darling v0.20.10
4232025-05-22T19:59:25.165Z Downloaded zip v2.6.1
4242025-05-22T19:59:25.170Z Downloaded usdt-macro v0.5.0
4252025-05-22T19:59:25.173Z Downloaded hkdf v0.12.4
4262025-05-22T19:59:25.176Z Downloaded tower-layer v0.3.3
4272025-05-22T19:59:25.176Z Downloaded utf8_iter v1.0.4
4282025-05-22T19:59:25.179Z Downloaded ciborium-io v0.2.2
4292025-05-22T19:59:25.179Z Downloaded utf-8 v0.7.6
4302025-05-22T19:59:25.182Z Downloaded unicode-truncate v1.1.0
4312025-05-22T19:59:25.185Z Downloaded console v0.15.10
4322025-05-22T19:59:25.188Z Downloaded parse-display-derive v0.10.0
4332025-05-22T19:59:25.188Z Downloaded multimap v0.10.1
4342025-05-22T19:59:25.191Z Downloaded reedline v0.38.0
4352025-05-22T19:59:25.197Z Downloaded crucible-workspace-hack v0.1.0
4362025-05-22T19:59:25.200Z Downloaded radium v0.7.0
4372025-05-22T19:59:25.203Z Downloaded vsss-rs v3.3.4
4382025-05-22T19:59:25.203Z Downloaded p256 v0.13.2
4392025-05-22T19:59:25.207Z Downloaded postgres-protocol v0.6.8
4402025-05-22T19:59:25.210Z Downloaded io-lifetimes v1.0.11
4412025-05-22T19:59:25.213Z Downloaded hyper-staticfile v0.10.1
4422025-05-22T19:59:25.216Z Downloaded scrypt v0.11.0
4432025-05-22T19:59:25.219Z Downloaded stringprep v0.1.5
4442025-05-22T19:59:25.222Z Downloaded signal-hook-registry v1.4.2
4452025-05-22T19:59:25.222Z Downloaded string_cache v0.8.9
4462025-05-22T19:59:25.225Z Downloaded schemars_derive v0.8.22
4472025-05-22T19:59:25.228Z Downloaded daft-derive v0.1.3
4482025-05-22T19:59:25.231Z Downloaded new_debug_unreachable v1.0.6
4492025-05-22T19:59:25.233Z Downloaded aws-lc-rs v1.12.4
4502025-05-22T19:59:25.241Z Downloaded secrecy v0.8.0
4512025-05-22T19:59:25.244Z Downloaded proc-macro-error2 v2.0.1
4522025-05-22T19:59:25.247Z Downloaded wyz v0.5.1
4532025-05-22T19:59:25.251Z Downloaded ssh-key v0.6.6
4542025-05-22T19:59:25.257Z Downloaded criterion-plot v0.5.0
4552025-05-22T19:59:25.260Z Downloaded swrite v0.1.0
4562025-05-22T19:59:25.263Z Downloaded yoke v0.7.4
4572025-05-22T19:59:25.263Z Downloaded vte v0.11.1
4582025-05-22T19:59:25.266Z Downloaded hyper-rustls v0.27.3
4592025-05-22T19:59:25.269Z Downloaded num-complex v0.4.6
4602025-05-22T19:59:25.272Z Downloaded partial-io v0.5.4
4612025-05-22T19:59:25.275Z Downloaded ucd-trie v0.1.7
4622025-05-22T19:59:25.280Z Downloaded litemap v0.7.3
4632025-05-22T19:59:25.280Z Downloaded lockfree-object-pool v0.1.6
4642025-05-22T19:59:25.284Z Downloaded qorb v0.3.1
4652025-05-22T19:59:25.287Z Downloaded serde_with v3.12.0
4662025-05-22T19:59:25.296Z Downloaded instant v0.1.13
4672025-05-22T19:59:25.299Z Downloaded unicode-ident v1.0.18
4682025-05-22T19:59:25.302Z Downloaded sec1 v0.7.3
4692025-05-22T19:59:25.305Z Downloaded num_enum_derive v0.5.11
4702025-05-22T19:59:25.308Z Downloaded instability v0.3.2
4712025-05-22T19:59:25.308Z Downloaded progenitor-client v0.10.0
4722025-05-22T19:59:25.311Z Downloaded serde_derive_internals v0.29.1
4732025-05-22T19:59:25.314Z Downloaded slog-stdlog v4.1.1
4742025-05-22T19:59:25.314Z Downloaded time-core v0.1.2
4752025-05-22T19:59:25.317Z Downloaded smallvec v0.6.14
4762025-05-22T19:59:25.317Z Downloaded darling_core v0.20.10
4772025-05-22T19:59:25.322Z Downloaded postgres-types v0.2.9
4782025-05-22T19:59:25.325Z Downloaded tokio-util v0.7.13
4792025-05-22T19:59:25.332Z Downloaded tls_codec_derive v0.4.1
4802025-05-22T19:59:25.336Z Downloaded usdt-impl v0.5.0
4812025-05-22T19:59:25.339Z Downloaded tls_codec v0.4.1
4822025-05-22T19:59:25.342Z Downloaded synstructure v0.13.1
4832025-05-22T19:59:25.342Z Downloaded sqlparser_derive v0.2.2
4842025-05-22T19:59:25.345Z Downloaded yasna v0.5.2
4852025-05-22T19:59:25.348Z Downloaded zeroize_derive v1.4.2
4862025-05-22T19:59:25.348Z Downloaded rustls-webpki v0.101.7
4872025-05-22T19:59:25.362Z Downloaded ident_case v1.0.1
4882025-05-22T19:59:25.365Z Downloaded async-std v1.13.0
4892025-05-22T19:59:25.384Z Downloaded rand_core v0.9.2
4902025-05-22T19:59:25.387Z Downloaded tokio-rustls v0.25.0
4912025-05-22T19:59:25.390Z Downloaded tokio-rustls v0.24.1
4922025-05-22T19:59:25.393Z Downloaded tower-service v0.3.3
4932025-05-22T19:59:25.393Z Downloaded ron v0.8.1
4942025-05-22T19:59:25.399Z Downloaded crossbeam-epoch v0.9.18
4952025-05-22T19:59:25.402Z Downloaded percent-encoding v2.3.1
4962025-05-22T19:59:25.406Z Downloaded phf_shared v0.11.2
4972025-05-22T19:59:25.406Z Downloaded tap v1.0.1
4982025-05-22T19:59:25.409Z Downloaded yoke-derive v0.7.4
4992025-05-22T19:59:25.409Z Downloaded serde_path_to_error v0.1.17
5002025-05-22T19:59:25.412Z Downloaded slog-term v2.9.1
5012025-05-22T19:59:25.415Z Downloaded opaque-debug v0.3.1
5022025-05-22T19:59:25.415Z Downloaded dunce v1.0.5
5032025-05-22T19:59:25.418Z Downloaded diesel_table_macro_syntax v0.2.0
5042025-05-22T19:59:25.418Z Downloaded support-bundle-viewer v0.1.0
5052025-05-22T19:59:25.421Z Downloaded static_assertions v1.1.0
5062025-05-22T19:59:25.424Z Downloaded derive-where v1.2.7
5072025-05-22T19:59:25.427Z Downloaded stable_deref_trait v1.2.0
5082025-05-22T19:59:25.427Z Downloaded derive_builder v0.20.2
5092025-05-22T19:59:25.432Z Downloaded native-tls v0.2.12
5102025-05-22T19:59:25.435Z Downloaded quinn-proto v0.11.8
5112025-05-22T19:59:25.442Z Downloaded pin-project-internal v1.1.6
5122025-05-22T19:59:25.445Z Downloaded embedded-io v0.6.1
5132025-05-22T19:59:25.448Z Downloaded ciborium-ll v0.2.2
5142025-05-22T19:59:25.448Z Downloaded linked-hash-map v0.5.6
5152025-05-22T19:59:25.451Z Downloaded ingot-macros v0.1.0
5162025-05-22T19:59:25.454Z Downloaded once_cell v1.21.3
5172025-05-22T19:59:25.454Z Downloaded parking_lot_core v0.9.10
5182025-05-22T19:59:25.458Z Downloaded smf v0.2.3
5192025-05-22T19:59:25.461Z Downloaded icu_properties v1.5.1
5202025-05-22T19:59:25.463Z Downloaded tabwriter v1.4.0
5212025-05-22T19:59:25.467Z Downloaded tower v0.5.2
5222025-05-22T19:59:25.473Z Downloaded zone_cfg_derive v0.3.0
5232025-05-22T19:59:25.476Z Downloaded want v0.3.1
5242025-05-22T19:59:25.476Z Downloaded memoffset v0.9.1
5252025-05-22T19:59:25.479Z Downloaded lalrpop-util v0.19.12
5262025-05-22T19:59:25.479Z Downloaded minimal-lexical v0.2.1
5272025-05-22T19:59:25.483Z Downloaded cookie_store v0.21.1
5282025-05-22T19:59:25.486Z Downloaded serde-big-array v0.5.1
5292025-05-22T19:59:25.489Z Downloaded untrusted v0.7.1
5302025-05-22T19:59:25.492Z Downloaded rand_chacha v0.3.1
5312025-05-22T19:59:25.492Z Downloaded zerocopy v0.6.6
5322025-05-22T19:59:25.495Z Downloaded scopeguard v1.2.0
5332025-05-22T19:59:25.495Z Downloaded strsim v0.11.1
5342025-05-22T19:59:25.498Z Downloaded shlex v1.3.0
5352025-05-22T19:59:25.498Z Downloaded diff v0.1.13
5362025-05-22T19:59:25.502Z Downloaded serde_json v1.0.140
5372025-05-22T19:59:25.509Z Downloaded dyn-clone v1.0.19
5382025-05-22T19:59:25.512Z Downloaded serde_plain v1.0.2
5392025-05-22T19:59:25.515Z Downloaded mime v0.3.17
5402025-05-22T19:59:25.515Z Downloaded proc-macro2 v1.0.95
5412025-05-22T19:59:25.518Z Downloaded pretty_assertions v1.4.1
5422025-05-22T19:59:25.521Z Downloaded itertools v0.10.5
5432025-05-22T19:59:25.526Z Downloaded predicates v3.1.3
5442025-05-22T19:59:25.529Z Downloaded steno v0.4.1
5452025-05-22T19:59:25.533Z Downloaded utf8parse v0.2.2
5462025-05-22T19:59:25.536Z Downloaded icu_normalizer v1.5.0
5472025-05-22T19:59:25.539Z Downloaded pin-utils v0.1.0
5482025-05-22T19:59:25.542Z Downloaded is_terminal_polyfill v1.70.1
5492025-05-22T19:59:25.542Z Downloaded writeable v0.5.5
5502025-05-22T19:59:25.546Z Downloaded parking_lot v0.12.3
5512025-05-22T19:59:25.546Z Downloaded indoc v2.0.6
5522025-05-22T19:59:25.549Z Downloaded rand_core v0.6.4
5532025-05-22T19:59:25.552Z Downloaded serde_bytes v0.11.17
5542025-05-22T19:59:25.552Z Downloaded either v1.14.0
5552025-05-22T19:59:25.556Z Downloaded lazy_static v1.5.0
5562025-05-22T19:59:25.559Z Downloaded multer v3.1.0
5572025-05-22T19:59:25.559Z Downloaded mime_guess v2.0.5
5582025-05-22T19:59:25.562Z Downloaded typenum v1.17.0
5592025-05-22T19:59:25.565Z Downloaded untrusted v0.9.0
5602025-05-22T19:59:25.570Z Downloaded rand_distr v0.4.3
5612025-05-22T19:59:25.570Z Downloaded powerfmt v0.2.0
5622025-05-22T19:59:25.574Z Downloaded oorandom v11.1.4
5632025-05-22T19:59:25.574Z Downloaded parse-display v0.10.0
5642025-05-22T19:59:25.574Z Downloaded p384 v0.13.0
5652025-05-22T19:59:25.579Z Downloaded pem-rfc7468 v0.7.0
5662025-05-22T19:59:25.582Z Downloaded rand v0.9.0
5672025-05-22T19:59:25.585Z Downloaded progenitor-impl v0.9.1
5682025-05-22T19:59:25.588Z Downloaded prettyplease v0.2.32
5692025-05-22T19:59:25.592Z Downloaded vcpkg v0.2.15
5702025-05-22T19:59:25.629Z Downloaded num_enum v0.5.11
5712025-05-22T19:59:25.633Z Downloaded hyper-rustls v0.26.0
5722025-05-22T19:59:25.636Z Downloaded log v0.4.27
5732025-05-22T19:59:25.639Z Downloaded universal-hash v0.5.1
5742025-05-22T19:59:25.650Z Downloaded const-oid v0.9.6
5752025-05-22T19:59:25.650Z Downloaded tracing v0.1.40
5762025-05-22T19:59:25.650Z Downloaded serde_yaml v0.9.34+deprecated
5772025-05-22T19:59:25.650Z Downloaded crossbeam-channel v0.5.15
5782025-05-22T19:59:25.654Z Downloaded libm v0.2.8
5792025-05-22T19:59:25.662Z Downloaded typify v0.2.0
5802025-05-22T19:59:25.665Z Downloaded des v0.8.1
5812025-05-22T19:59:25.668Z Downloaded tough v0.20.0
5822025-05-22T19:59:25.675Z Downloaded owo-colors v4.2.0
5832025-05-22T19:59:25.678Z Downloaded typify v0.3.0
5842025-05-22T19:59:25.681Z Downloaded nom v7.1.3
5852025-05-22T19:59:25.687Z Downloaded itertools v0.13.0
5862025-05-22T19:59:25.694Z Downloaded diesel_derives v2.2.3
5872025-05-22T19:59:25.698Z Downloaded derive_more v0.99.20
5882025-05-22T19:59:25.702Z Downloaded ed25519-dalek v2.1.1
5892025-05-22T19:59:25.705Z Downloaded zopfli v0.8.1
5902025-05-22T19:59:25.708Z Downloaded plotters v0.3.7
5912025-05-22T19:59:25.717Z Downloaded rayon v1.10.0
5922025-05-22T19:59:25.726Z Downloaded postcard v1.0.10
5932025-05-22T19:59:25.729Z Downloaded icu_properties_data v1.5.0
5942025-05-22T19:59:25.739Z Downloaded mio v1.0.2
5952025-05-22T19:59:25.744Z Downloaded unicode-bidi v0.3.17
5962025-05-22T19:59:25.747Z Downloaded criterion v0.5.1
5972025-05-22T19:59:25.754Z Downloaded winnow v0.6.26
5982025-05-22T19:59:25.764Z Downloaded time v0.3.36
5992025-05-22T19:59:25.770Z Downloaded pest v2.7.14
6002025-05-22T19:59:25.776Z Downloaded syn v2.0.101
6012025-05-22T19:59:25.789Z Downloaded sqlparser v0.45.0
6022025-05-22T19:59:25.795Z Downloaded salty v0.3.0
6032025-05-22T19:59:25.801Z Downloaded tabled v0.15.0
6042025-05-22T19:59:25.816Z Downloaded unicode_categories v0.1.1
6052025-05-22T19:59:25.821Z Downloaded radix_trie v0.2.1
6062025-05-22T19:59:25.824Z Downloaded hyper v1.6.0
6072025-05-22T19:59:25.830Z Downloaded dropshot v0.16.2
6082025-05-22T19:59:25.852Z Downloaded tabled v0.18.0
6092025-05-22T19:59:25.869Z Downloaded rustls v0.21.12
6102025-05-22T19:59:25.882Z Downloaded zerocopy v0.7.35
6112025-05-22T19:59:25.896Z Downloaded diesel v2.2.10
6122025-05-22T19:59:25.914Z Downloaded object v0.36.5
6132025-05-22T19:59:25.926Z Downloaded rustls v0.22.4
6142025-05-22T19:59:25.939Z Downloaded winnow v0.5.40
6152025-05-22T19:59:25.947Z Downloaded smoltcp v0.9.1
6162025-05-22T19:59:25.958Z Downloaded regex-syntax v0.6.29
6172025-05-22T19:59:25.966Z Downloaded quick-xml v0.37.2
6182025-05-22T19:59:25.972Z Downloaded chrono-tz v0.10.3
6192025-05-22T19:59:25.980Z Downloaded syn v1.0.109
6202025-05-22T19:59:25.990Z Downloaded rustls v0.23.19
6212025-05-22T19:59:26.002Z Downloaded lalrpop v0.19.12
6222025-05-22T19:59:26.013Z Downloaded zerocopy-derive v0.6.6
6232025-05-22T19:59:26.022Z Downloaded curve25519-dalek v4.1.3
6242025-05-22T19:59:26.031Z Downloaded nix v0.28.0
6252025-05-22T19:59:26.042Z Downloaded regex-syntax v0.8.5
6262025-05-22T19:59:26.050Z Downloaded regex v1.11.1
6272025-05-22T19:59:26.063Z Downloaded regress v0.10.3
6282025-05-22T19:59:26.073Z Downloaded unicode-width v0.1.14
6292025-05-22T19:59:26.079Z Downloaded smoltcp v0.11.0
6302025-05-22T19:59:26.090Z Downloaded itertools v0.14.0
6312025-05-22T19:59:26.097Z Downloaded openapiv3 v2.0.0
6322025-05-22T19:59:26.109Z Downloaded openssl v0.10.72
6332025-05-22T19:59:26.119Z Downloaded jiff v0.2.13
6342025-05-22T19:59:26.137Z Downloaded nix v0.29.0
6352025-05-22T19:59:26.148Z Downloaded rustix v0.37.28
6362025-05-22T19:59:26.166Z Downloaded unicode-width v0.2.0
6372025-05-22T19:59:26.172Z Downloaded sled v0.34.7
6382025-05-22T19:59:26.183Z Downloaded bstr v1.10.0
6392025-05-22T19:59:26.193Z Downloaded typify-impl v0.4.1
6402025-05-22T19:59:26.208Z Downloaded rustix v0.38.37
6412025-05-22T19:59:26.229Z Downloaded typify-impl v0.2.0
6422025-05-22T19:59:26.244Z Downloaded libz-sys v1.1.20
6432025-05-22T19:59:26.266Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
6442025-05-22T19:59:26.286Z Downloaded sha3 v0.10.8
6452025-05-22T19:59:26.291Z Downloaded bzip2-sys v0.1.13+1.0.8
6462025-05-22T19:59:26.304Z Downloaded tokio v1.45.0
6472025-05-22T19:59:26.342Z Downloaded typify-impl v0.3.0
6482025-05-22T19:59:26.358Z Downloaded regex-automata v0.4.8
6492025-05-22T19:59:26.376Z Downloaded nix v0.27.1
6502025-05-22T19:59:26.386Z Downloaded polar-core v0.27.3
6512025-05-22T19:59:26.395Z Downloaded ratatui v0.29.0
6522025-05-22T19:59:26.417Z Downloaded petgraph v0.7.1
6532025-05-22T19:59:26.436Z Downloaded hickory-proto v0.24.4
6542025-05-22T19:59:26.452Z Downloaded zerocopy v0.8.25
6552025-05-22T19:59:26.476Z Downloaded webpki-roots v0.26.6
6562025-05-22T19:59:26.480Z Downloaded zerovec v0.10.4
6572025-05-22T19:59:26.486Z Downloaded portable-atomic v1.11.0
6582025-05-22T19:59:26.494Z Downloaded petgraph v0.6.5
6592025-05-22T19:59:26.512Z Downloaded winnow v0.7.10
6602025-05-22T19:59:26.521Z Downloaded object v0.30.4
6612025-05-22T19:59:26.531Z Downloaded chrono v0.4.41
6622025-05-22T19:59:26.538Z Downloaded lzma-sys v0.1.20
6632025-05-22T19:59:26.568Z Downloaded csv v1.3.1
6642025-05-22T19:59:26.589Z Downloaded unsafe-libyaml v0.2.11
6652025-05-22T19:59:26.592Z Downloaded num-bigint-dig v0.8.4
6662025-05-22T19:59:26.597Z Downloaded libc v0.2.172
6672025-05-22T19:59:26.623Z Downloaded uuid v1.16.0
6682025-05-22T19:59:26.626Z Downloaded itertools v0.12.1
6692025-05-22T19:59:26.633Z Downloaded httpmock v0.8.0-alpha.1
6702025-05-22T19:59:26.651Z Downloaded num-bigint v0.4.6
6712025-05-22T19:59:26.656Z Downloaded petname v2.0.2
6722025-05-22T19:59:26.661Z Downloaded unarray v0.1.4
6732025-05-22T19:59:26.664Z Downloaded rand_chacha v0.9.0
6742025-05-22T19:59:26.664Z Downloaded deranged v0.3.11
6752025-05-22T19:59:26.667Z Downloaded gimli v0.31.1
6762025-05-22T19:59:26.674Z Downloaded oso v0.27.3
6772025-05-22T19:59:26.677Z Downloaded ecdsa v0.16.9
6782025-05-22T19:59:26.680Z Downloaded cookie v0.18.1
6792025-05-22T19:59:26.683Z Downloaded colored v2.2.0
6802025-05-22T19:59:26.686Z Downloaded ryu v1.0.18
6812025-05-22T19:59:26.689Z Downloaded crypto-bigint v0.5.5
6822025-05-22T19:59:26.693Z Downloaded toml v0.7.8
6832025-05-22T19:59:26.696Z Downloaded pin-project v1.1.6
6842025-05-22T19:59:26.706Z Downloaded encoding_rs v0.8.34
6852025-05-22T19:59:26.730Z Downloaded derive_builder_macro v0.20.2
6862025-05-22T19:59:26.733Z Downloaded ring v0.17.14
6872025-05-22T19:59:26.773Z Downloaded signal-hook-tokio v0.3.1
6882025-05-22T19:59:26.776Z Downloaded icu_provider_macros v1.5.0
6892025-05-22T19:59:26.776Z Downloaded concurrent-queue v2.5.0
6902025-05-22T19:59:26.776Z Downloaded serde_with_macros v3.12.0
6912025-05-22T19:59:26.781Z Downloaded scroll v0.12.0
6922025-05-22T19:59:26.781Z Downloaded rustls-native-certs v0.7.3
6932025-05-22T19:59:26.784Z Downloaded quinn v0.11.5
6942025-05-22T19:59:26.787Z Downloaded salsa20 v0.10.2
6952025-05-22T19:59:26.787Z Downloaded git2 v0.19.0
6962025-05-22T19:59:26.795Z Downloaded bindgen v0.71.1
6972025-05-22T19:59:26.802Z Downloaded bindgen v0.69.5
6982025-05-22T19:59:26.809Z Downloaded lru v0.12.5
6992025-05-22T19:59:26.812Z Downloaded lazycell v1.3.0
7002025-05-22T19:59:26.812Z Downloaded write16 v1.0.0
7012025-05-22T19:59:26.812Z Downloaded termcolor v1.4.1
7022025-05-22T19:59:26.815Z Downloaded smallvec v1.14.0
7032025-05-22T19:59:26.815Z Downloaded libgit2-sys v0.17.0+1.8.1
7042025-05-22T19:59:26.875Z Downloaded rustls-webpki v0.102.8
7052025-05-22T19:59:26.893Z Downloaded colorchoice v1.0.2
7062025-05-22T19:59:26.896Z Downloaded cipher v0.4.4
7072025-05-22T19:59:26.896Z Downloaded toml_write v0.1.1
7082025-05-22T19:59:26.899Z Downloaded smawk v0.3.2
7092025-05-22T19:59:26.900Z Downloaded tokio-rustls v0.26.0
7102025-05-22T19:59:26.903Z Downloaded thread_local v1.1.8
7112025-05-22T19:59:26.904Z Downloaded serde_cbor v0.11.2
7122025-05-22T19:59:26.906Z Downloaded miniz_oxide v0.8.5
7132025-05-22T19:59:26.906Z Downloaded zerocopy-derive v0.8.25
7142025-05-22T19:59:26.912Z Downloaded supports-color v3.0.2
7152025-05-22T19:59:26.915Z Downloaded memmap2 v0.9.5
7162025-05-22T19:59:26.917Z Downloaded progenitor-impl v0.8.0
7172025-05-22T19:59:26.917Z Downloaded proptest v1.6.0
7182025-05-22T19:59:26.926Z Downloaded bitvec v1.0.1
7192025-05-22T19:59:26.941Z Downloaded is_ci v1.2.0
7202025-05-22T19:59:26.944Z Downloaded litrs v0.4.1
7212025-05-22T19:59:26.944Z Downloaded serde_derive v1.0.219
7222025-05-22T19:59:26.947Z Downloaded icu_collections v1.5.0
7232025-05-22T19:59:26.952Z Downloaded der v0.7.9
7242025-05-22T19:59:26.957Z Downloaded proc-macro-crate v1.3.1
7252025-05-22T19:59:26.960Z Downloaded primeorder v0.13.6
7262025-05-22T19:59:26.960Z Downloaded ipnet v2.11.0
7272025-05-22T19:59:26.964Z Downloaded icu_provider v1.5.0
7282025-05-22T19:59:26.964Z Downloaded icu_normalizer_data v1.5.0
7292025-05-22T19:59:26.967Z Downloaded clap_builder v4.5.35
7302025-05-22T19:59:26.972Z Downloaded convert_case v0.4.0
7312025-05-22T19:59:26.975Z Downloaded take_mut v0.2.2
7322025-05-22T19:59:26.975Z Downloaded internet-checksum v0.2.1
7332025-05-22T19:59:26.975Z Downloaded display-error-chain v0.2.2
7342025-05-22T19:59:26.975Z Downloaded dirs-sys-next v0.1.2
7352025-05-22T19:59:26.978Z Downloaded zeroize v1.8.1
7362025-05-22T19:59:26.978Z Downloaded pest_derive v2.7.14
7372025-05-22T19:59:26.982Z Downloaded signal-hook v0.3.17
7382025-05-22T19:59:26.985Z Downloaded num-rational v0.4.2
7392025-05-22T19:59:26.985Z Downloaded num-integer v0.1.46
7402025-05-22T19:59:26.988Z Downloaded publicsuffix v2.3.0
7412025-05-22T19:59:26.988Z Downloaded ed25519 v2.2.3
7422025-05-22T19:59:26.991Z Downloaded piper v0.2.4
7432025-05-22T19:59:26.991Z Downloaded displaydoc v0.2.5
7442025-05-22T19:59:26.994Z Downloaded zstd v0.13.3
7452025-05-22T19:59:26.996Z Downloaded rsa v0.9.6
7462025-05-22T19:59:27.001Z Downloaded x509-cert v0.2.5
7472025-05-22T19:59:27.006Z Downloaded idna v1.0.3
7482025-05-22T19:59:27.010Z Downloaded keccak v0.1.5
7492025-05-22T19:59:27.013Z Downloaded crossterm v0.28.1
7502025-05-22T19:59:27.018Z Downloaded goblin v0.8.2
7512025-05-22T19:59:27.024Z Downloaded aho-corasick v1.1.3
7522025-05-22T19:59:27.029Z Downloaded scroll_derive v0.12.0
7532025-05-22T19:59:27.033Z Downloaded progenitor-client v0.8.0
7542025-05-22T19:59:27.033Z Downloaded nested v0.1.1
7552025-05-22T19:59:27.033Z Downloaded chrono-tz-build v0.4.0
7562025-05-22T19:59:27.033Z Downloaded thiserror-no-std v2.0.2
7572025-05-22T19:59:27.036Z Downloaded termios v0.3.3
7582025-05-22T19:59:27.039Z Downloaded terminal_size v0.4.0
7592025-05-22T19:59:27.039Z Downloaded terminal_size v0.2.6
7602025-05-22T19:59:27.042Z Downloaded sct v0.7.1
7612025-05-22T19:59:27.045Z Downloaded pem v3.0.5
7622025-05-22T19:59:27.045Z Downloaded password-hash v0.4.2
7632025-05-22T19:59:27.049Z Downloaded libxml v0.3.3
7642025-05-22T19:59:27.052Z Downloaded jiff-static v0.2.13
7652025-05-22T19:59:27.054Z Downloaded tokio-postgres v0.7.13
7662025-05-22T19:59:27.059Z Downloaded omicron-zone-package v0.12.2
7672025-05-22T19:59:27.062Z Downloaded der_derive v0.7.3
7682025-05-22T19:59:27.065Z Downloaded libefi-sys v0.1.0
7692025-05-22T19:59:27.065Z Downloaded yansi v1.0.1
7702025-05-22T19:59:27.068Z Downloaded typify v0.4.1
7712025-05-22T19:59:27.071Z Downloaded tracing-attributes v0.1.27
7722025-05-22T19:59:27.075Z Downloaded topological-sort v0.2.2
7732025-05-22T19:59:27.075Z Downloaded strip-ansi-escapes v0.2.0
7742025-05-22T19:59:27.075Z Downloaded signal-hook-mio v0.2.4
7752025-05-22T19:59:27.078Z Downloaded libtest-mimic v0.8.1
7762025-05-22T19:59:27.078Z Downloaded slog-dtrace v0.3.0
7772025-05-22T19:59:27.081Z Downloaded blake3 v1.5.4
7782025-05-22T19:59:27.086Z Downloaded crossbeam-deque v0.8.5
7792025-05-22T19:59:27.089Z Downloaded packed_struct v0.10.1
7802025-05-22T19:59:27.089Z Downloaded lock_api v0.4.12
7812025-05-22T19:59:27.092Z Downloaded icu_locid v1.5.0
7822025-05-22T19:59:27.095Z Downloaded samael v0.0.18
7832025-05-22T19:59:27.100Z Downloaded toml_edit v0.22.26
7842025-05-22T19:59:27.133Z Downloaded crc-catalog v2.4.0
7852025-05-22T19:59:27.136Z Downloaded num-conv v0.1.0
7862025-05-22T19:59:27.136Z Downloaded zstd-safe v7.2.3
7872025-05-22T19:59:27.139Z Downloaded typify-macro v0.2.0
7882025-05-22T19:59:27.139Z Downloaded rand v0.8.5
7892025-05-22T19:59:27.142Z Downloaded memchr v2.7.4
7902025-05-22T19:59:27.145Z Downloaded textwrap v0.16.1
7912025-05-22T19:59:27.148Z Downloaded typify-macro v0.4.1
7922025-05-22T19:59:27.151Z Downloaded typify-macro v0.3.0
7932025-05-22T19:59:27.151Z Downloaded tokio-native-tls v0.3.1
7942025-05-22T19:59:27.151Z Downloaded tokio-macros v2.5.0
7952025-05-22T19:59:27.154Z Downloaded clap_derive v4.5.32
7962025-05-22T19:59:27.154Z Downloaded clang-sys v1.8.1
7972025-05-22T19:59:27.157Z Downloaded termtree v0.5.1
7982025-05-22T19:59:27.160Z Downloaded unicode-segmentation v1.12.0
7992025-05-22T19:59:27.163Z Downloaded rstest_macros v0.24.0
8002025-05-22T19:59:27.166Z Downloaded slog v2.7.0
8012025-05-22T19:59:27.166Z Downloaded typed-path v0.9.3
8022025-05-22T19:59:27.172Z Downloaded slab v0.4.9
8032025-05-22T19:59:27.175Z Downloaded crc-any v2.5.0
8042025-05-22T19:59:27.179Z Downloaded tracing-core v0.1.32
8052025-05-22T19:59:27.179Z Downloaded schemars v0.8.22
8062025-05-22T19:59:27.189Z Downloaded toml_edit v0.19.15
8072025-05-22T19:59:27.204Z Downloaded hashbrown v0.15.1
8082025-05-22T19:59:27.209Z Downloaded dirs-next v2.0.0
8092025-05-22T19:59:27.212Z Downloaded rustc_version v0.1.7
8102025-05-22T19:59:27.212Z Downloaded defmt-macros v0.3.9
8112025-05-22T19:59:27.215Z Downloaded quick-error v1.2.3
8122025-05-22T19:59:27.215Z Downloaded russh v0.45.0
8132025-05-22T19:59:27.220Z Downloaded sync-ptr v0.1.1
8142025-05-22T19:59:27.223Z Downloaded strum v0.26.3
8152025-05-22T19:59:27.223Z Downloaded parking v2.2.1
8162025-05-22T19:59:27.223Z Downloaded papergrid v0.14.0
8172025-05-22T19:59:27.227Z Downloaded num-iter v0.1.45
8182025-05-22T19:59:27.230Z Downloaded nodrop v0.1.14
8192025-05-22T19:59:27.230Z Downloaded nanorand v0.7.0
8202025-05-22T19:59:27.233Z Downloaded memmap v0.7.0
8212025-05-22T19:59:27.233Z Downloaded managed v0.8.0
8222025-05-22T19:59:27.233Z Downloaded libscf-sys v1.1.0
8232025-05-22T19:59:27.237Z Downloaded is-terminal v0.4.13
8242025-05-22T19:59:27.237Z Downloaded inout v0.1.3
8252025-05-22T19:59:27.237Z Downloaded ingot-types v0.1.0
8262025-05-22T19:59:27.240Z Downloaded dsl_auto_type v0.1.2
8272025-05-22T19:59:27.240Z Downloaded derive_builder_core v0.20.2
8282025-05-22T19:59:27.243Z Downloaded defmt-parser v0.3.4
8292025-05-22T19:59:27.243Z Downloaded tokio-tungstenite v0.21.0
8302025-05-22T19:59:27.246Z Downloaded tokio-stream v0.1.17
8312025-05-22T19:59:27.250Z Downloaded progenitor-impl v0.10.0
8322025-05-22T19:59:27.250Z Downloaded const_format v0.2.34
8332025-05-22T19:59:27.255Z Downloaded hickory-server v0.24.4
8342025-05-22T19:59:27.262Z Downloaded zone v0.3.1
8352025-05-22T19:59:27.265Z Downloaded zerovec-derive v0.10.3
8362025-05-22T19:59:27.265Z Downloaded sha2 v0.10.8
8372025-05-22T19:59:27.265Z Downloaded elliptic-curve v0.13.8
8382025-05-22T19:59:27.268Z Downloaded walkdir v2.5.0
8392025-05-22T19:59:27.271Z Downloaded utf16_iter v1.0.5
8402025-05-22T19:59:27.271Z Downloaded tungstenite v0.21.0
8412025-05-22T19:59:27.274Z Downloaded chacha20poly1305 v0.10.1
8422025-05-22T19:59:27.278Z Downloaded thiserror v1.0.69
8432025-05-22T19:59:27.281Z Downloaded structmeta v0.3.0
8442025-05-22T19:59:27.286Z Downloaded indexmap v1.9.3
8452025-05-22T19:59:27.286Z Downloaded slog-async v2.8.0
8462025-05-22T19:59:27.290Z Downloaded sha1 v0.10.6
8472025-05-22T19:59:27.290Z Downloaded peg-macros v0.8.5
8482025-05-22T19:59:27.290Z Downloaded paste v1.0.15
8492025-05-22T19:59:27.293Z Downloaded password-hash v0.5.0
8502025-05-22T19:59:27.293Z Downloaded zip v0.6.6
8512025-05-22T19:59:27.297Z Downloaded serde v1.0.219
8522025-05-22T19:59:27.301Z Downloaded parse-zoneinfo v0.3.1
8532025-05-22T19:59:27.304Z Downloaded rcgen v0.12.1
8542025-05-22T19:59:27.307Z Downloaded http v1.3.1
8552025-05-22T19:59:27.310Z Downloaded scheduled-thread-pool v0.2.7
8562025-05-22T19:59:27.310Z Downloaded same-file v1.0.6
8572025-05-22T19:59:27.314Z Downloaded rustls-pemfile v1.0.4
8582025-05-22T19:59:27.315Z Downloaded rustc-hash v1.1.0
8592025-05-22T19:59:27.315Z Downloaded rayon-core v1.12.1
8602025-05-22T19:59:27.321Z Downloaded libloading v0.8.5
8612025-05-22T19:59:27.324Z Downloaded subprocess v0.2.9
8622025-05-22T19:59:27.324Z Downloaded socket2 v0.5.9
8632025-05-22T19:59:27.327Z Downloaded pkcs8 v0.10.2
8642025-05-22T19:59:27.327Z Downloaded snafu v0.8.5
8652025-05-22T19:59:27.332Z Downloaded impl-trait-for-tuples v0.2.2
8662025-05-22T19:59:27.336Z Downloaded clap v4.5.35
8672025-05-22T19:59:27.343Z Downloaded cc v1.2.15
8682025-05-22T19:59:27.346Z Downloaded path-tree v0.8.1
8692025-05-22T19:59:27.349Z Downloaded tungstenite v0.23.0
8702025-05-22T19:59:27.353Z Downloaded tinyvec v1.8.0
8712025-05-22T19:59:27.356Z Downloaded crc32fast v1.4.2
8722025-05-22T19:59:27.356Z Downloaded tar v0.4.44
8732025-05-22T19:59:27.359Z Downloaded polling v3.7.3
8742025-05-22T19:59:27.362Z Downloaded lru-cache v0.1.2
8752025-05-22T19:59:27.362Z Downloaded similar v2.7.0
8762025-05-22T19:59:27.367Z Downloaded indoc v1.0.9
8772025-05-22T19:59:27.371Z Downloaded aes-gcm v0.10.3
8782025-05-22T19:59:27.375Z Downloaded precomputed-hash v0.1.1
8792025-05-22T19:59:27.375Z Downloaded kstat-rs v0.2.4
8802025-05-22T19:59:27.375Z Downloaded const_format_proc_macros v0.2.34
8812025-05-22T19:59:27.378Z Downloaded vergen v8.3.2
8822025-05-22T19:59:27.381Z Downloaded unicode-properties v0.1.3
8832025-05-22T19:59:27.381Z Downloaded embedded-io v0.4.0
8842025-05-22T19:59:27.384Z Downloaded ron v0.7.1
8852025-05-22T19:59:27.388Z Downloaded document-features v0.2.10
8862025-05-22T19:59:27.388Z Downloaded expectorate v1.2.0
8872025-05-22T19:59:27.391Z Downloaded whoami v1.5.2
8882025-05-22T19:59:27.394Z Downloaded num_threads v0.1.7
8892025-05-22T19:59:27.394Z Downloaded tinytemplate v1.2.1
8902025-05-22T19:59:27.394Z Downloaded heapless v0.8.0
8912025-05-22T19:59:27.398Z Downloaded heapless v0.7.17
8922025-05-22T19:59:27.402Z Downloaded defmt v0.3.8
8932025-05-22T19:59:27.406Z Downloaded term v0.7.0
8942025-05-22T19:59:27.410Z Downloaded target-spec v3.4.2
8952025-05-22T19:59:27.410Z Downloaded target-lexicon v0.13.2
8962025-05-22T19:59:27.413Z Downloaded headers v0.4.0
8972025-05-22T19:59:27.417Z Downloaded maybe-uninit v2.0.0
8982025-05-22T19:59:27.420Z Downloaded daft v0.1.3
8992025-05-22T19:59:27.420Z Downloaded sqlformat v0.3.5
9002025-05-22T19:59:27.424Z Downloaded spin v0.9.8
9012025-05-22T19:59:27.424Z Downloaded rustversion v1.0.17
9022025-05-22T19:59:27.428Z Downloaded rustls-pemfile v2.2.0
9032025-05-22T19:59:27.431Z Downloaded rust-argon2 v2.1.0
9042025-05-22T19:59:27.431Z Downloaded arc-swap v1.7.1
9052025-05-22T19:59:27.434Z Downloaded zone v0.1.8
9062025-05-22T19:59:27.434Z Downloaded semver v1.0.26
9072025-05-22T19:59:27.437Z Downloaded rustc-demangle v0.1.24
9082025-05-22T19:59:27.440Z Downloaded async-io v2.3.4
9092025-05-22T19:59:27.443Z Downloaded allocator-api2 v0.2.18
9102025-05-22T19:59:27.443Z Downloaded time-macros v0.2.18
9112025-05-22T19:59:27.446Z Downloaded strum_macros v0.26.4
9122025-05-22T19:59:27.451Z Downloaded strum_macros v0.24.3
9132025-05-22T19:59:27.451Z Downloaded slog-envlogger v2.2.0
9142025-05-22T19:59:27.454Z Downloaded similar-asserts v1.7.0
9152025-05-22T19:59:27.454Z Downloaded simd-adler32 v0.3.7
9162025-05-22T19:59:27.454Z Downloaded rusty-fork v0.3.0
9172025-05-22T19:59:27.467Z Downloaded base64 v0.13.1
9182025-05-22T19:59:27.467Z Downloaded progenitor-macro v0.10.0
9192025-05-22T19:59:27.467Z Downloaded fatfs v0.3.6
9202025-05-22T19:59:27.467Z Downloaded hmac v0.12.1
9212025-05-22T19:59:27.467Z Downloaded half v1.8.3
9222025-05-22T19:59:27.467Z Downloaded progenitor v0.9.1
9232025-05-22T19:59:27.470Z Downloaded pretty-hex v0.2.1
9242025-05-22T19:59:27.470Z Downloaded phf v0.11.2
9252025-05-22T19:59:27.470Z Downloaded peg v0.8.5
9262025-05-22T19:59:27.473Z Downloaded pbkdf2 v0.12.2
9272025-05-22T19:59:27.476Z Downloaded pbkdf2 v0.11.0
9282025-05-22T19:59:27.476Z Downloaded pathdiff v0.2.3
9292025-05-22T19:59:27.479Z Downloaded hickory-client v0.24.4
9302025-05-22T19:59:27.482Z Downloaded target-triple v0.1.3
9312025-05-22T19:59:27.482Z Downloaded nu-ansi-term v0.50.1
9322025-05-22T19:59:27.485Z Downloaded anyhow v1.0.98
9332025-05-22T19:59:27.488Z Downloaded bitfield-struct v0.6.2
9342025-05-22T19:59:27.488Z Downloaded bit-set v0.8.0
9352025-05-22T19:59:27.491Z Downloaded bb8 v0.8.5
9362025-05-22T19:59:27.491Z Downloaded getrandom v0.2.15
9372025-05-22T19:59:27.495Z Downloaded plotters-backend v0.3.7
9382025-05-22T19:59:27.495Z Downloaded num-derive v0.3.3
9392025-05-22T19:59:27.498Z Downloaded highway v1.3.0
9402025-05-22T19:59:27.498Z Downloaded fs_extra v1.3.0
9412025-05-22T19:59:27.501Z Downloaded cargo_metadata v0.18.1
9422025-05-22T19:59:27.501Z Downloaded camino v1.1.9
9432025-05-22T19:59:27.504Z Downloaded glob v0.3.2
9442025-05-22T19:59:27.504Z Downloaded async-task v4.7.1
9452025-05-22T19:59:27.508Z Downloaded bcs v0.1.6
9462025-05-22T19:59:27.511Z Downloaded async-trait v0.1.88
9472025-05-22T19:59:27.511Z Downloaded bit-vec v0.6.3
9482025-05-22T19:59:27.516Z Downloaded async-lock v3.4.0
9492025-05-22T19:59:27.516Z Downloaded fixedbitset v0.4.2
9502025-05-22T19:59:27.519Z Downloaded camino-tempfile v1.3.0
9512025-05-22T19:59:27.519Z Downloaded async-process v2.3.0
9522025-05-22T19:59:27.519Z Downloaded env_logger v0.11.5
9532025-05-22T19:59:27.522Z Downloaded castaway v0.2.3
9542025-05-22T19:59:27.522Z Downloaded fallible-iterator v0.2.0
9552025-05-22T19:59:27.527Z Downloaded env_filter v0.1.2
9562025-05-22T19:59:27.527Z Downloaded bzip2 v0.5.2
9572025-05-22T19:59:27.530Z Downloaded event-listener v2.5.3
9582025-05-22T19:59:27.530Z Downloaded base64ct v1.6.0
9592025-05-22T19:59:27.530Z Downloaded backoff v0.4.0
9602025-05-22T19:59:27.533Z Downloaded httptest v0.16.3
9612025-05-22T19:59:27.533Z Downloaded fixedbitset v0.5.7
9622025-05-22T19:59:27.536Z Downloaded async-executor v1.13.1
9632025-05-22T19:59:27.539Z Downloaded async-bb8-diesel v0.2.1
9642025-05-22T19:59:27.539Z Downloaded assert_cmd v2.0.17
9652025-05-22T19:59:27.542Z Downloaded approx v0.5.1
9662025-05-22T19:59:27.542Z Downloaded oso-derive v0.27.3
9672025-05-22T19:59:27.542Z Downloaded newtype_derive v0.1.6
9682025-05-22T19:59:27.546Z Downloaded heck v0.4.1
9692025-05-22T19:59:27.547Z Downloaded hash32 v0.3.1
9702025-05-22T19:59:27.547Z Downloaded hash32 v0.2.1
9712025-05-22T19:59:27.549Z Downloaded heck v0.3.3
9722025-05-22T19:59:27.550Z Downloaded fs-err v3.1.0
9732025-05-22T19:59:27.550Z Downloaded blowfish v0.9.1
9742025-05-22T19:59:27.553Z Downloaded arrayvec v0.7.6
9752025-05-22T19:59:27.555Z Downloaded funty v2.0.0
9762025-05-22T19:59:27.555Z Downloaded fnv v1.0.7
9772025-05-22T19:59:27.555Z Downloaded flagset v0.4.6
9782025-05-22T19:59:27.556Z Downloaded argon2 v0.5.3
9792025-05-22T19:59:27.559Z Downloaded anstream v0.6.18
9802025-05-22T19:59:27.562Z Downloaded autocfg v1.4.0
9812025-05-22T19:59:27.562Z Downloaded async-stream v0.3.6
9822025-05-22T19:59:27.565Z Downloaded foreign-types v0.5.0
9832025-05-22T19:59:27.565Z Downloaded float-cmp v0.10.0
9842025-05-22T19:59:27.565Z Downloaded futures-sink v0.3.31
9852025-05-22T19:59:27.568Z Downloaded form_urlencoded v1.2.1
9862025-05-22T19:59:27.568Z Downloaded foldhash v0.1.3
9872025-05-22T19:59:27.568Z Downloaded camino-tempfile-ext v0.3.0
9882025-05-22T19:59:27.571Z Downloaded anes v0.1.6
9892025-05-22T19:59:27.571Z Downloaded blocking v1.6.1
9902025-05-22T19:59:27.574Z Downloaded block-buffer v0.10.4
9912025-05-22T19:59:27.574Z Downloaded atomic-waker v1.1.2
9922025-05-22T19:59:27.580Z Downloaded hex v0.4.3
9932025-05-22T19:59:27.580Z Downloaded heck v0.5.0
9942025-05-22T19:59:27.580Z Downloaded group v0.13.0
9952025-05-22T19:59:27.583Z Downloaded generic-array v0.14.7
9962025-05-22T19:59:27.583Z Downloaded futures-executor v0.3.31
9972025-05-22T19:59:27.583Z Downloaded foreign-types-macros v0.2.3
9982025-05-22T19:59:27.583Z Downloaded filetime v0.2.25
9992025-05-22T19:59:27.583Z Downloaded cexpr v0.6.0
10002025-05-22T19:59:27.586Z Downloaded cargo-platform v0.1.8
10012025-05-22T19:59:27.586Z Downloaded block-padding v0.3.3
10022025-05-22T19:59:27.586Z Downloaded fastrand v2.1.1
10032025-05-22T19:59:27.590Z Downloaded cassowary v0.3.0
10042025-05-22T19:59:27.590Z Downloaded bitflags v1.3.2
10052025-05-22T19:59:27.593Z Downloaded ff v0.13.0
10062025-05-22T19:59:27.595Z Downloaded fd-lock v4.0.2
10072025-05-22T19:59:27.596Z Downloaded errno v0.3.9
10082025-05-22T19:59:27.599Z Downloaded async-recursion v1.1.1
10092025-05-22T19:59:27.602Z Downloaded bcrypt-pbkdf v0.10.0
10102025-05-22T19:59:27.602Z Downloaded async-signal v0.2.10
10112025-05-22T19:59:27.605Z Downloaded async-attributes v1.1.2
10122025-05-22T19:59:27.605Z Downloaded arrayref v0.3.9
10132025-05-22T19:59:27.605Z Downloaded async-global-executor v2.4.1
10142025-05-22T19:59:27.608Z Downloaded array-init v0.0.4
10152025-05-22T19:59:27.608Z Downloaded anstyle-parse v0.2.5
10162025-05-22T19:59:27.611Z Downloaded assert-json-diff v2.0.2
10172025-05-22T19:59:27.611Z Downloaded anstyle v1.0.10
10182025-05-22T19:59:27.744Z Downloaded aws-lc-sys v0.26.0
10192025-05-22T19:59:28.249Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
10202025-05-22T19:59:43.297Z Startup: Refreshing catalog 'helios-dev' ... Done
10212025-05-22T19:59:49.242Z Startup: Caching catalogs ... Done
10222025-05-22T19:59:54.933ZPlanning: Solver setup ... Done (4.513s)
10232025-05-22T19:59:54.977ZPlanning: Running solver ... Done (0.044s)
10242025-05-22T19:59:55.068ZPlanning: Finding local manifests ... Done (0.003s)
10252025-05-22T19:59:55.108ZPlanning: Fetching manifests: 0/4 0% complete
10262025-05-22T19:59:55.307ZPlanning: Fetching manifests: 4/4 100% complete
10272025-05-22T19:59:55.358ZPlanning: Package planning ... Done (0.050s)
10282025-05-22T19:59:55.408ZPlanning: Merging actions ... Done (0.049s)
10292025-05-22T19:59:55.703ZPlanning: Checking for conflicting actions ... Done (0.295s)
10302025-05-22T19:59:55.716ZPlanning: Consolidating action changes ... Done (0.011s)
10312025-05-22T19:59:56.761ZPlanning: Evaluating mediators ... Done (1.047s)
10322025-05-22T19:59:56.771ZPlanning: Planning completed in 7.41 seconds
10332025-05-22T19:59:56.922Z Packages to install: 4
10342025-05-22T19:59:56.922Z Mediators to change: 2
10352025-05-22T19:59:56.922Z Services to change: 1
10362025-05-22T19:59:56.925Z Estimated space available: 155.23 GB
10372025-05-22T19:59:56.925ZEstimated space to be consumed: 1.66 GB
10382025-05-22T19:59:56.925Z Create boot environment: No
10392025-05-22T19:59:56.925ZCreate backup boot environment: No
10402025-05-22T19:59:56.925Z Rebuild boot archive: No
10412025-05-22T19:59:56.925Z
10422025-05-22T19:59:56.925ZChanged mediators:
10432025-05-22T19:59:56.925Z mediator clang:
10442025-05-22T19:59:56.925Z version: None -> 15 (system default)
10452025-05-22T19:59:56.925Z
10462025-05-22T19:59:56.925Z mediator llvm:
10472025-05-22T19:59:56.925Z version: 14 (system default) -> 15 (system default)
10482025-05-22T19:59:56.925Z
10492025-05-22T19:59:56.925ZChanged packages:
10502025-05-22T19:59:56.925Zhelios-dev
10512025-05-22T19:59:56.925Z developer/build-essential
10522025-05-22T19:59:56.925Z None -> 11-2.0
10532025-05-22T19:59:56.925Z library/libxmlsec1
10542025-05-22T19:59:56.926Z None -> 1.2.35-2.0
10552025-05-22T19:59:56.926Z ooce/developer/clang-15
10562025-05-22T19:59:56.926Z None -> 15.0.7-2.0
10572025-05-22T19:59:56.926Z ooce/developer/llvm-15
10582025-05-22T19:59:56.926Z None -> 15.0.7-2.0
10592025-05-22T19:59:56.926Z
10602025-05-22T19:59:56.926ZServices:
10612025-05-22T19:59:56.926Z restart_fmri:
10622025-05-22T19:59:56.926Z svc:/system/update-man-index:default
10632025-05-22T19:59:56.980Z
10642025-05-22T19:59:56.980ZDownload: 0/3290 items 0.0/212.6MB 0% complete
10652025-05-22T20:00:03.508ZDownload: 212/3290 items 1.3/212.6MB 0% complete (499k/s)
10662025-05-22T20:00:08.508ZDownload: 1118/3290 items 34.8/212.6MB 16% complete (3.3M/s)
10672025-05-22T20:00:15.659ZDownload: 1196/3290 items 83.5/212.6MB 39% complete (8.7M/s)
10682025-05-22T20:00:20.661ZDownload: 1606/3290 items 117.8/212.6MB 55% complete (3.6M/s)
10692025-05-22T20:00:25.888ZDownload: 2223/3290 items 119.2/212.6MB 56% complete (4.0M/s)
10702025-05-22T20:00:30.888ZDownload: 3212/3290 items 156.8/212.6MB 73% complete (3.8M/s)
10712025-05-22T20:00:38.572ZDownload: 3284/3290 items 212.2/212.6MB 99% complete (9.3M/s)
10722025-05-22T20:00:38.605ZDownload: Completed 212.60 MB in 41.63 seconds (5.1M/s)
10732025-05-22T20:00:38.774Z Actions: 1/3689 actions (Installing new actions)
10742025-05-22T20:00:43.329Z Actions: Completed 3689 actions in 4.55 seconds.
10752025-05-22T20:00:43.651Z Done (0.318s)
10762025-05-22T20:00:43.651Z Done (0.000s)
10772025-05-22T20:00:44.497Z Done (0.762s)
10782025-05-22T20:00:49.180Z Done (4.486s)
10792025-05-22T20:00:49.269Z Done (0.020s)
10802025-05-22T20:00:49.272Z Done (0.000s)
10812025-05-22T20:00:49.449Z Done (0.000s)
10822025-05-22T20:00:50.276ZPlanning: Evaluating mediator changes ... Done
10832025-05-22T20:00:50.444ZPlanning: Checking for conflicting actions ... Done
10842025-05-22T20:00:50.447ZPlanning: Consolidating action changes ... Done
10852025-05-22T20:00:50.761ZPlanning: Evaluating mediators ... Done
10862025-05-22T20:00:50.764ZPlanning: Planning completed in 0.48 seconds
10872025-05-22T20:00:50.796Z Mediators to change: 2
10882025-05-22T20:00:50.800Z Create boot environment: No
10892025-05-22T20:00:50.800ZCreate backup boot environment: No
10902025-05-22T20:00:50.874Z Done
10912025-05-22T20:00:50.874Z Done
10922025-05-22T20:00:51.407Z Done
10932025-05-22T20:00:55.502Z Done
10942025-05-22T20:00:55.592Z Done
10952025-05-22T20:00:55.595Z Done
10962025-05-22T20:00:55.730Z Done
10972025-05-22T20:00:56.398ZPlanning: Evaluating mediator changes ... Done
10982025-05-22T20:00:56.401ZPlanning: Merging actions ... Done
10992025-05-22T20:00:56.597ZPlanning: Checking for conflicting actions ... Done
11002025-05-22T20:00:56.600ZPlanning: Consolidating action changes ... Done
11012025-05-22T20:00:56.876ZPlanning: Evaluating mediators ... Done
11022025-05-22T20:00:56.936ZPlanning: Planning completed in 0.80 seconds
11032025-05-22T20:00:56.972Z Packages to change: 1
11042025-05-22T20:00:56.972Z Mediators to change: 1
11052025-05-22T20:00:56.976Z Services to change: 1
11062025-05-22T20:00:56.976Z Create boot environment: No
11072025-05-22T20:00:56.976ZCreate backup boot environment: Yes
11082025-05-22T20:00:58.202Z Actions: 1/6 actions (Updating modified actions)
11092025-05-22T20:00:58.205Z Actions: Completed 6 actions in 0.00 seconds.
11102025-05-22T20:00:58.205Z Done
11112025-05-22T20:00:58.205Z Done
11122025-05-22T20:00:58.355Z Done
11132025-05-22T20:01:02.328Z Done
11142025-05-22T20:01:02.423Z Done
11152025-05-22T20:01:02.426Z Done
11162025-05-22T20:01:02.567Z Done
11172025-05-22T20:01:03.040ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
11182025-05-22T20:01:03.040Zclang system 15 system
11192025-05-22T20:01:03.040Zcsh system system illumos
11202025-05-22T20:01:03.040Zctags system system illumos
11212025-05-22T20:01:03.040Zfile system system illumos
11222025-05-22T20:01:03.040Zgcc vendor 12 vendor
11232025-05-22T20:01:03.040Zgcc system 10 system
11242025-05-22T20:01:03.040Zgcc system 7 system
11252025-05-22T20:01:03.040Zgo system 1.20 system
11262025-05-22T20:01:03.040Zgo system 1.19 system
11272025-05-22T20:01:03.040Zllvm system 15 system
11282025-05-22T20:01:03.040Zllvm system 14 system
11292025-05-22T20:01:03.040Zmariadb system 10.6 system
11302025-05-22T20:01:03.040Zmta vendor vendor dma
11312025-05-22T20:01:03.040Zopenjdk system 17 system
11322025-05-22T20:01:03.040Zopenjdk system 11 system
11332025-05-22T20:01:03.040Zopenjdk system 1.8 system
11342025-05-22T20:01:03.040Zopenssl vendor 3 vendor
11352025-05-22T20:01:03.040Zperl system 5.36 system
11362025-05-22T20:01:03.040Zpostgresql system 15 system
11372025-05-22T20:01:03.040Zpostgresql system 13 system
11382025-05-22T20:01:03.040Zpython vendor 3 vendor
11392025-05-22T20:01:03.041Zpython system 2 system
11402025-05-22T20:01:03.041Zpython3 system 3.11 system
11412025-05-22T20:01:03.041Zruby system 3.0 system
11422025-05-22T20:01:03.041Zwords vendor vendor american-english
11432025-05-22T20:01:03.041Zwords system system australian-english
11442025-05-22T20:01:03.041Zwords system system british-english
11452025-05-22T20:01:03.041Zwords system system canadian-english
11462025-05-22T20:01:03.041Zwords system system french
11472025-05-22T20:01:03.041Zwords system system italian
11482025-05-22T20:01:03.041Zwords system system ngerman
11492025-05-22T20:01:03.041Zwords system system ogerman
11502025-05-22T20:01:03.041Zwords system system spanish
11512025-05-22T20:01:03.398ZPUBLISHER TYPE STATUS P LOCATION
11522025-05-22T20:01:03.398Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
11532025-05-22T20:01:07.322ZFMRI IFO
11542025-05-22T20:01:07.322Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
11552025-05-22T20:01:07.322Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
11562025-05-22T20:01:07.322Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
11572025-05-22T20:01:07.322Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
11582025-05-22T20:01:07.322Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
11592025-05-22T20:01:07.322Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
11602025-05-22T20:01:07.322Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
11612025-05-22T20:01:07.322Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
11622025-05-22T20:01:07.322Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
11632025-05-22T20:01:07.322Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
11642025-05-22T20:01:07.322Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
11652025-05-22T20:01:07.322Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
11662025-05-22T20:01:07.322Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
11672025-05-22T20:01:07.322Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
11682025-05-22T20:01:07.322Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
11692025-05-22T20:01:08.718Z Downloading crates ...
11702025-05-22T20:01:08.835Z Downloaded cargo_toml v0.21.0
11712025-05-22T20:01:08.894Z Compiling proc-macro2 v1.0.95
11722025-05-22T20:01:08.894Z Compiling unicode-ident v1.0.18
11732025-05-22T20:01:08.894Z Compiling version_check v0.9.5
11742025-05-22T20:01:08.894Z Compiling serde v1.0.219
11752025-05-22T20:01:08.894Z Compiling libc v0.2.172
11762025-05-22T20:01:08.897Z Compiling memchr v2.7.4
11772025-05-22T20:01:08.897Z Compiling thiserror v1.0.69
11782025-05-22T20:01:08.897Z Compiling itoa v1.0.11
11792025-05-22T20:01:09.245Z Compiling ryu v1.0.18
11802025-05-22T20:01:09.262Z Compiling ucd-trie v0.1.7
11812025-05-22T20:01:09.693Z Compiling once_cell v1.21.3
11822025-05-22T20:01:09.735Z Compiling byteorder v1.5.0
11832025-05-22T20:01:09.765Z Compiling serde_json v1.0.140
11842025-05-22T20:01:10.007Z Compiling rustix v0.38.37
11852025-05-22T20:01:10.123Z Compiling bitflags v2.9.0
11862025-05-22T20:01:10.160Z Compiling usdt-impl v0.5.0
11872025-05-22T20:01:10.389Z Compiling proc-macro-error-attr v1.0.4
11882025-05-22T20:01:10.476Z Compiling io-lifetimes v1.0.11
11892025-05-22T20:01:10.520Z Compiling syn v1.0.109
11902025-05-22T20:01:10.709Z Compiling proc-macro-error v1.0.4
11912025-05-22T20:01:10.750Z Compiling camino v1.1.9
11922025-05-22T20:01:10.765Z Compiling quote v1.0.40
11932025-05-22T20:01:10.999Z Compiling errno v0.3.9
11942025-05-22T20:01:11.067Z Compiling utf8parse v0.2.2
11952025-05-22T20:01:11.143Z Compiling syn v2.0.101
11962025-05-22T20:01:11.249Z Compiling log v0.4.27
11972025-05-22T20:01:11.332Z Compiling rustix v0.37.28
11982025-05-22T20:01:11.367Z Compiling thread-id v4.2.2
11992025-05-22T20:01:11.402Z Compiling plain v0.2.3
12002025-05-22T20:01:11.439Z Compiling equivalent v1.0.1
12012025-05-22T20:01:11.477Z Compiling hashbrown v0.15.1
12022025-05-22T20:01:11.592Z Compiling anstyle-parse v0.2.5
12032025-05-22T20:01:11.925Z Compiling colorchoice v1.0.2
12042025-05-22T20:01:12.094Z Compiling anstyle-query v1.1.1
12052025-05-22T20:01:12.189Z Compiling unicode-width v0.1.14
12062025-05-22T20:01:12.203Z Compiling semver v1.0.26
12072025-05-22T20:01:12.258Z Compiling bitflags v1.3.2
12082025-05-22T20:01:12.281Z Compiling toml_write v0.1.1
12092025-05-22T20:01:12.372Z Compiling autocfg v1.4.0
12102025-05-22T20:01:12.613Z Compiling indexmap v2.9.0
12112025-05-22T20:01:12.722Z Compiling thiserror v2.0.12
12122025-05-22T20:01:12.725Z Compiling winnow v0.7.10
12132025-05-22T20:01:12.799Z Compiling anstyle v1.0.10
12142025-05-22T20:01:13.222Z Compiling is_terminal_polyfill v1.70.1
12152025-05-22T20:01:13.339Z Compiling pretty-hex v0.4.1
12162025-05-22T20:01:13.383Z Compiling fs-err v3.1.0
12172025-05-22T20:01:13.569Z Compiling anstream v0.6.18
12182025-05-22T20:01:13.668Z Compiling terminal_size v0.4.0
12192025-05-22T20:01:13.924Z Compiling fastrand v2.1.1
12202025-05-22T20:01:14.014Z Compiling anyhow v1.0.98
12212025-05-22T20:01:14.043Z Compiling strsim v0.11.1
12222025-05-22T20:01:14.224Z Compiling bytecount v0.6.8
12232025-05-22T20:01:14.437Z Compiling clap_lex v0.7.4
12242025-05-22T20:01:14.589Z Compiling fnv v1.0.7
12252025-05-22T20:01:14.741Z Compiling cfg-if v1.0.0
12262025-05-22T20:01:14.756Z Compiling heck v0.4.1
12272025-05-22T20:01:14.859Z Compiling heck v0.5.0
12282025-05-22T20:01:14.984Z Compiling terminal_size v0.2.6
12292025-05-22T20:01:15.053Z Compiling papergrid v0.11.0
12302025-05-22T20:01:15.176Z Compiling tempfile v3.13.0
12312025-05-22T20:01:15.197Z Compiling clap_builder v4.5.35
12322025-05-22T20:01:15.479Z Compiling memmap v0.7.0
12332025-05-22T20:01:15.654Z Compiling unicode-linebreak v0.1.5
12342025-05-22T20:01:15.809Z Compiling smawk v0.3.2
12352025-05-22T20:01:16.150Z Compiling textwrap v0.16.1
12362025-05-22T20:01:16.307Z Compiling swrite v0.1.0
12372025-05-22T20:01:16.458Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
12382025-05-22T20:01:16.841Z Compiling tabled_derive v0.7.0
12392025-05-22T20:01:18.292Z Compiling tabled v0.15.0
12402025-05-22T20:01:18.361Z Compiling serde_derive v1.0.219
12412025-05-22T20:01:18.361Z Compiling thiserror-impl v1.0.69
12422025-05-22T20:01:18.364Z Compiling zerocopy-derive v0.7.35
12432025-05-22T20:01:18.364Z Compiling scroll_derive v0.12.0
12442025-05-22T20:01:18.364Z Compiling thiserror-impl v2.0.12
12452025-05-22T20:01:18.364Z Compiling clap_derive v4.5.32
12462025-05-22T20:01:19.761Z Compiling scroll v0.12.0
12472025-05-22T20:01:20.305Z Compiling zerocopy v0.7.35
12482025-05-22T20:01:20.319Z Compiling goblin v0.8.2
12492025-05-22T20:01:21.436Z Compiling pest v2.7.14
12502025-05-22T20:01:22.738Z Compiling clap v4.5.35
12512025-05-22T20:01:23.720Z Compiling pest_meta v2.7.14
12522025-05-22T20:01:24.678Z Compiling pest_generator v2.7.14
12532025-05-22T20:01:26.105Z Compiling pest_derive v2.7.14
12542025-05-22T20:01:26.677Z Compiling dtrace-parser v0.2.0
12552025-05-22T20:01:27.518Z Compiling serde_tokenstream v0.2.2
12562025-05-22T20:01:27.642Z Compiling toml_datetime v0.6.9
12572025-05-22T20:01:27.642Z Compiling serde_spanned v0.6.8
12582025-05-22T20:01:27.913Z Compiling cargo-platform v0.1.8
12592025-05-22T20:01:27.947Z Compiling macaddr v1.0.1
12602025-05-22T20:01:28.039Z Compiling toml_edit v0.22.26
12612025-05-22T20:01:28.267Z Compiling camino-tempfile v1.3.0
12622025-05-22T20:01:28.917Z Compiling dof v0.3.0
12632025-05-22T20:01:29.106Z Compiling cargo_metadata v0.19.2
12642025-05-22T20:01:30.317Z Compiling usdt-macro v0.5.0
12652025-05-22T20:01:30.323Z Compiling usdt-attr-macro v0.5.0
12662025-05-22T20:01:30.745Z Compiling toml v0.8.22
12672025-05-22T20:01:31.288Z Compiling usdt v0.5.0
12682025-05-22T20:01:31.564Z Compiling cargo_toml v0.21.0
12692025-05-22T20:01:34.250Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
12702025-05-22T20:01:37.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.43s
12712025-05-22T20:01:37.541Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
12722025-05-22T20:01:38.597Z Compiling serde v1.0.219
12732025-05-22T20:01:38.600Z Compiling value-bag v1.9.0
12742025-05-22T20:01:38.600Z Compiling shlex v1.3.0
12752025-05-22T20:01:38.600Z Compiling lock_api v0.4.12
12762025-05-22T20:01:38.600Z Compiling scopeguard v1.2.0
12772025-05-22T20:01:38.737Z Compiling typenum v1.17.0
12782025-05-22T20:01:38.791Z Compiling syn v2.0.101
12792025-05-22T20:01:38.805Z Compiling getrandom v0.2.15
12802025-05-22T20:01:38.930Z Compiling jobserver v0.1.32
12812025-05-22T20:01:39.071Z Compiling rand_core v0.6.4
12822025-05-22T20:01:39.206Z Compiling log v0.4.27
12832025-05-22T20:01:39.240Z Compiling generic-array v0.14.7
12842025-05-22T20:01:39.269Z Compiling smallvec v1.14.0
12852025-05-22T20:01:39.566Z Compiling cc v1.2.15
12862025-05-22T20:01:39.656Z Compiling subtle v2.6.1
12872025-05-22T20:01:39.675Z Compiling const-oid v0.9.6
12882025-05-22T20:01:39.705Z Compiling stable_deref_trait v1.2.0
12892025-05-22T20:01:39.721Z Compiling pkg-config v0.3.31
12902025-05-22T20:01:39.816Z Compiling parking_lot_core v0.9.10
12912025-05-22T20:01:39.908Z Compiling pin-project-lite v0.2.14
12922025-05-22T20:01:39.983Z Compiling rustix v0.38.37
12932025-05-22T20:01:40.059Z Compiling signal-hook-registry v1.4.2
12942025-05-22T20:01:40.720Z Compiling parking_lot v0.12.3
12952025-05-22T20:01:40.790Z Compiling mio v1.0.2
12962025-05-22T20:01:40.810Z Compiling spin v0.9.8
12972025-05-22T20:01:40.933Z Compiling futures-core v0.3.31
12982025-05-22T20:01:41.071Z Compiling aho-corasick v1.1.3
12992025-05-22T20:01:41.176Z Compiling litemap v0.7.3
13002025-05-22T20:01:41.198Z Compiling either v1.14.0
13012025-05-22T20:01:41.522Z Compiling cpufeatures v0.2.14
13022025-05-22T20:01:41.564Z Compiling regex-syntax v0.8.5
13032025-05-22T20:01:41.602Z Compiling writeable v0.5.5
13042025-05-22T20:01:41.638Z Compiling serde_json v1.0.140
13052025-05-22T20:01:41.719Z Compiling libm v0.2.8
13062025-05-22T20:01:41.809Z Compiling socket2 v0.5.9
13072025-05-22T20:01:41.993Z Compiling num-traits v0.2.19
13082025-05-22T20:01:42.068Z Compiling slab v0.4.9
13092025-05-22T20:01:42.127Z Compiling glob v0.3.2
13102025-05-22T20:01:42.575Z Compiling getrandom v0.3.1
13112025-05-22T20:01:42.669Z Compiling icu_locid_transform_data v1.5.0
13122025-05-22T20:01:42.788Z Compiling futures-sink v0.3.31
13132025-05-22T20:01:42.944Z Compiling clang-sys v1.8.1
13142025-05-22T20:01:42.975Z Compiling prettyplease v0.2.32
13152025-05-22T20:01:43.292Z Compiling lazy_static v1.5.0
13162025-05-22T20:01:43.339Z Compiling icu_properties_data v1.5.0
13172025-05-22T20:01:43.434Z Compiling foldhash v0.1.3
13182025-05-22T20:01:43.588Z Compiling minimal-lexical v0.2.1
13192025-05-22T20:01:43.658Z Compiling allocator-api2 v0.2.18
13202025-05-22T20:01:43.822Z Compiling libloading v0.8.5
13212025-05-22T20:01:44.088Z Compiling nom v7.1.3
13222025-05-22T20:01:44.162Z Compiling bindgen v0.69.5
13232025-05-22T20:01:44.215Z Compiling home v0.5.9
13242025-05-22T20:01:44.436Z Compiling hashbrown v0.15.1
13252025-05-22T20:01:44.439Z Compiling write16 v1.0.0
13262025-05-22T20:01:44.597Z Compiling base64ct v1.6.0
13272025-05-22T20:01:45.062Z Compiling percent-encoding v2.3.1
13282025-05-22T20:01:45.210Z Compiling regex-automata v0.4.8
13292025-05-22T20:01:45.247Z Compiling utf16_iter v1.0.5
13302025-05-22T20:01:45.381Z Compiling icu_normalizer_data v1.5.0
13312025-05-22T20:01:45.395Z Compiling utf8_iter v1.0.4
13322025-05-22T20:01:45.469Z Compiling pem-rfc7468 v0.7.0
13332025-05-22T20:01:45.640Z Compiling itertools v0.12.1
13342025-05-22T20:01:45.658Z Compiling rustc-hash v1.1.0
13352025-05-22T20:01:45.830Z Compiling lazycell v1.3.0
13362025-05-22T20:01:46.014Z Compiling synstructure v0.13.1
13372025-05-22T20:01:47.350Z Compiling cexpr v0.6.0
13382025-05-22T20:01:47.478Z Compiling flagset v0.4.6
13392025-05-22T20:01:47.490Z Compiling futures-channel v0.3.31
13402025-05-22T20:01:47.707Z Compiling cmake v0.1.51
13412025-05-22T20:01:47.928Z Compiling futures-io v0.3.31
13422025-05-22T20:01:48.204Z Compiling fs_extra v1.3.0
13432025-05-22T20:01:48.562Z Compiling dunce v1.0.5
13442025-05-22T20:01:48.607Z Compiling pin-utils v0.1.0
13452025-05-22T20:01:48.715Z Compiling futures-task v0.3.31
13462025-05-22T20:01:48.734Z Compiling form_urlencoded v1.2.1
13472025-05-22T20:01:48.771Z Compiling paste v1.0.15
13482025-05-22T20:01:48.889Z Compiling vcpkg v0.2.15
13492025-05-22T20:01:48.920Z Compiling crossbeam-utils v0.8.21
13502025-05-22T20:01:49.029Z Compiling zerocopy v0.8.25
13512025-05-22T20:01:49.051Z Compiling ring v0.17.14
13522025-05-22T20:01:49.490Z Compiling tracing-core v0.1.32
13532025-05-22T20:01:49.866Z Compiling aws-lc-rs v1.12.4
13542025-05-22T20:01:50.079Z Compiling iana-time-zone v0.1.63
13552025-05-22T20:01:50.431Z Compiling httparse v1.9.5
13562025-05-22T20:01:50.516Z Compiling openssl-sys v0.9.107
13572025-05-22T20:01:50.644Z Compiling rustls-pki-types v1.10.0
13582025-05-22T20:01:50.944Z Compiling serde_derive v1.0.219
13592025-05-22T20:01:51.074Z Compiling zeroize_derive v1.4.2
13602025-05-22T20:01:51.365Z Compiling zerofrom-derive v0.1.4
13612025-05-22T20:01:51.558Z Compiling yoke-derive v0.7.4
13622025-05-22T20:01:51.588Z Compiling zerovec-derive v0.10.3
13632025-05-22T20:01:52.381Z Compiling zeroize v1.8.1
13642025-05-22T20:01:54.007Z Compiling displaydoc v0.2.5
13652025-05-22T20:01:54.030Z Compiling crypto-common v0.1.6
13662025-05-22T20:01:54.108Z Compiling block-buffer v0.10.4
13672025-05-22T20:01:54.257Z Compiling zerocopy-derive v0.7.35
13682025-05-22T20:01:54.401Z Compiling digest v0.10.7
13692025-05-22T20:01:54.732Z Compiling zerofrom v0.1.4
13702025-05-22T20:01:54.872Z Compiling hmac v0.12.1
13712025-05-22T20:01:54.983Z Compiling yoke v0.7.4
13722025-05-22T20:01:55.124Z Compiling tokio-macros v2.5.0
13732025-05-22T20:01:55.346Z Compiling zerovec v0.10.4
13742025-05-22T20:01:55.440Z Compiling icu_provider_macros v1.5.0
13752025-05-22T20:01:55.459Z Compiling block-padding v0.3.3
13762025-05-22T20:01:55.523Z Compiling sha2 v0.10.8
13772025-05-22T20:01:55.689Z Compiling inout v0.1.3
13782025-05-22T20:01:55.947Z Compiling cipher v0.4.4
13792025-05-22T20:01:56.085Z Compiling zerocopy v0.7.35
13802025-05-22T20:01:56.435Z Compiling regex v1.11.1
13812025-05-22T20:01:56.456Z Compiling der_derive v0.7.3
13822025-05-22T20:01:56.459Z Compiling thiserror-impl v1.0.69
13832025-05-22T20:01:56.693Z Compiling futures-macro v0.3.31
13842025-05-22T20:01:57.367Z Compiling tinystr v0.7.6
13852025-05-22T20:01:57.391Z Compiling icu_collections v1.5.0
13862025-05-22T20:01:57.567Z Compiling ppv-lite86 v0.2.20
13872025-05-22T20:01:57.839Z Compiling icu_locid v1.5.0
13882025-05-22T20:01:58.355Z Compiling salsa20 v0.10.2
13892025-05-22T20:01:58.553Z Compiling futures-util v0.3.31
13902025-05-22T20:01:58.601Z Compiling pbkdf2 v0.12.2
13912025-05-22T20:01:58.686Z Compiling der v0.7.9
13922025-05-22T20:01:58.701Z Compiling aes v0.8.4
13932025-05-22T20:01:58.750Z Compiling scrypt v0.11.0
13942025-05-22T20:01:58.784Z Compiling cbc v0.1.2
13952025-05-22T20:01:59.035Z Compiling icu_provider v1.5.0
13962025-05-22T20:01:59.359Z Compiling thiserror v1.0.69
13972025-05-22T20:01:59.380Z Compiling zerocopy-derive v0.8.25
13982025-05-22T20:01:59.511Z Compiling pest v2.7.14
13992025-05-22T20:01:59.796Z Compiling icu_locid_transform v1.5.0
14002025-05-22T20:02:00.001Z Compiling tracing-attributes v0.1.27
14012025-05-22T20:02:01.419Z Compiling icu_properties v1.5.1
14022025-05-22T20:02:01.642Z Compiling spki v0.7.3
14032025-05-22T20:02:02.030Z Compiling pkcs5 v0.7.1
14042025-05-22T20:02:02.163Z Compiling pest_meta v2.7.14
14052025-05-22T20:02:02.533Z Compiling scroll_derive v0.12.0
14062025-05-22T20:02:03.199Z Compiling pkcs8 v0.10.2
14072025-05-22T20:02:03.291Z Compiling tracing v0.1.40
14082025-05-22T20:02:03.798Z Compiling bitflags v2.9.0
14092025-05-22T20:02:03.845Z Compiling bytes v1.10.1
14102025-05-22T20:02:03.962Z Compiling semver v1.0.26
14112025-05-22T20:02:04.046Z Compiling indexmap v2.9.0
14122025-05-22T20:02:04.640Z Compiling rustc_version v0.4.1
14132025-05-22T20:02:05.299Z Compiling tokio v1.45.0
14142025-05-22T20:02:05.319Z Compiling icu_normalizer v1.5.0
14152025-05-22T20:02:05.464Z Compiling http v1.3.1
14162025-05-22T20:02:05.963Z Compiling uuid v1.16.0
14172025-05-22T20:02:06.140Z Compiling chrono v0.4.41
14182025-05-22T20:02:06.490Z Compiling idna_adapter v1.2.0
14192025-05-22T20:02:06.722Z Compiling idna v1.0.3
14202025-05-22T20:02:06.741Z Compiling tinyvec_macros v0.1.1
14212025-05-22T20:02:06.845Z Compiling tinyvec v1.8.0
14222025-05-22T20:02:06.986Z Compiling http-body v1.0.1
14232025-05-22T20:02:07.366Z Compiling scroll v0.12.0
14242025-05-22T20:02:07.511Z Compiling url v2.5.3
14252025-05-22T20:02:07.654Z Compiling pest_generator v2.7.14
14262025-05-22T20:02:07.858Z Compiling which v4.4.2
14272025-05-22T20:02:08.411Z Compiling serde_derive_internals v0.29.1
14282025-05-22T20:02:08.456Z Compiling bzip2-sys v0.1.13+1.0.8
14292025-05-22T20:02:08.897Z Compiling zstd-sys v2.0.14+zstd.1.5.7
14302025-05-22T20:02:08.955Z Compiling adler2 v2.0.0
14312025-05-22T20:02:09.178Z Compiling powerfmt v0.2.0
14322025-05-22T20:02:09.195Z Compiling try-lock v0.2.5
14332025-05-22T20:02:09.361Z Compiling untrusted v0.9.0
14342025-05-22T20:02:09.459Z Compiling schemars v0.8.22
14352025-05-22T20:02:09.535Z Compiling atomic-waker v1.1.2
14362025-05-22T20:02:09.560Z Compiling num-conv v0.1.0
14372025-05-22T20:02:09.580Z Compiling openssl v0.10.72
14382025-05-22T20:02:09.623Z Compiling foreign-types-shared v0.1.1
14392025-05-22T20:02:09.734Z Compiling rustversion v1.0.17
14402025-05-22T20:02:09.764Z Compiling time-core v0.1.2
14412025-05-22T20:02:09.793Z Compiling untrusted v0.7.1
14422025-05-22T20:02:09.861Z Compiling goblin v0.8.2
14432025-05-22T20:02:09.971Z Compiling time-macros v0.2.18
14442025-05-22T20:02:10.025Z Compiling foreign-types v0.3.2
14452025-05-22T20:02:10.394Z Compiling pest_derive v2.7.14
14462025-05-22T20:02:10.607Z Compiling schemars_derive v0.8.22
14472025-05-22T20:02:11.168Z Compiling deranged v0.3.11
14482025-05-22T20:02:12.681Z Compiling want v0.3.1
14492025-05-22T20:02:12.922Z Compiling miniz_oxide v0.8.5
14502025-05-22T20:02:13.527Z Compiling tokio-util v0.7.13
14512025-05-22T20:02:14.242Z Compiling rand_core v0.9.2
14522025-05-22T20:02:14.658Z Compiling h2 v0.4.6
14532025-05-22T20:02:14.868Z Compiling openssl-macros v0.1.1
14542025-05-22T20:02:14.889Z Compiling native-tls v0.2.12
14552025-05-22T20:02:15.223Z Compiling dyn-clone v1.0.19
14562025-05-22T20:02:15.456Z Compiling tower-service v0.3.3
14572025-05-22T20:02:15.554Z Compiling rustls v0.23.19
14582025-05-22T20:02:15.607Z Compiling num_threads v0.1.7
14592025-05-22T20:02:15.670Z Compiling httpdate v1.0.3
14602025-05-22T20:02:15.742Z Compiling syn v1.0.109
14612025-05-22T20:02:15.836Z Compiling time v0.3.36
14622025-05-22T20:02:16.376Z Compiling dof v0.3.0
14632025-05-22T20:02:18.294Z Compiling rand_chacha v0.9.0
14642025-05-22T20:02:18.920Z Compiling dtrace-parser v0.2.0
14652025-05-22T20:02:20.349Z Compiling unicode-normalization v0.1.24
14662025-05-22T20:02:20.609Z Compiling heapless v0.7.17
14672025-05-22T20:02:20.751Z Compiling rand_chacha v0.3.1
14682025-05-22T20:02:21.028Z Compiling signature v2.2.0
14692025-05-22T20:02:21.323Z Compiling crossbeam-epoch v0.9.18
14702025-05-22T20:02:21.375Z Compiling cookie v0.18.1
14712025-05-22T20:02:21.410Z Compiling crc32fast v1.4.2
14722025-05-22T20:02:21.685Z Compiling unicode-bidi v0.3.17
14732025-05-22T20:02:21.759Z Compiling base64 v0.22.1
14742025-05-22T20:02:21.962Z Compiling hyper v1.6.0
14752025-05-22T20:02:22.382Z Compiling openssl-probe v0.1.5
14762025-05-22T20:02:22.404Z Compiling slog v2.7.0
14772025-05-22T20:02:22.734Z Compiling signal-hook v0.3.17
14782025-05-22T20:02:22.902Z Compiling siphasher v0.3.11
14792025-05-22T20:02:22.921Z Compiling rayon-core v1.12.1
14802025-05-22T20:02:22.999Z Compiling zstd-safe v7.2.3
14812025-05-22T20:02:23.200Z Compiling unicode-properties v0.1.3
14822025-05-22T20:02:23.311Z Compiling phf_shared v0.11.2
14832025-05-22T20:02:23.573Z Compiling stringprep v0.1.5
14842025-05-22T20:02:23.611Z Compiling crossbeam-deque v0.8.5
14852025-05-22T20:02:23.744Z Compiling usdt-impl v0.5.0
14862025-05-22T20:02:23.962Z Compiling rand v0.8.5
14872025-05-22T20:02:24.105Z Compiling rand v0.9.0
14882025-05-22T20:02:24.378Z Compiling hyper-util v0.1.11
14892025-05-22T20:02:24.574Z Compiling curve25519-dalek v4.1.3
14902025-05-22T20:02:25.023Z Compiling serde_tokenstream v0.2.2
14912025-05-22T20:02:25.245Z Compiling toml_datetime v0.6.9
14922025-05-22T20:02:25.591Z Compiling serde_spanned v0.6.8
14932025-05-22T20:02:25.605Z Compiling md-5 v0.10.6
14942025-05-22T20:02:25.708Z Compiling num-integer v0.1.46
14952025-05-22T20:02:25.831Z Compiling ff v0.13.0
14962025-05-22T20:02:25.852Z Compiling hash32 v0.2.1
14972025-05-22T20:02:25.906Z Compiling memoffset v0.9.1
14982025-05-22T20:02:25.976Z Compiling portable-atomic v1.11.0
14992025-05-22T20:02:26.064Z Compiling litrs v0.4.1
15002025-05-22T20:02:26.193Z Compiling cfg_aliases v0.2.1
15012025-05-22T20:02:26.217Z Compiling base16ct v0.2.0
15022025-05-22T20:02:26.304Z Compiling num-bigint-dig v0.8.4
15032025-05-22T20:02:26.408Z Compiling psl-types v2.0.11
15042025-05-22T20:02:26.537Z Compiling gimli v0.31.1
15052025-05-22T20:02:26.620Z Compiling smoltcp v0.9.1
15062025-05-22T20:02:26.623Z Compiling fallible-iterator v0.2.0
15072025-05-22T20:02:26.899Z Compiling newtype-uuid v1.2.1
15082025-05-22T20:02:27.135Z Compiling document-features v0.2.10
15092025-05-22T20:02:27.292Z Compiling postgres-protocol v0.6.8
15102025-05-22T20:02:27.295Z Compiling publicsuffix v2.3.0
15112025-05-22T20:02:27.329Z Compiling sec1 v0.7.3
15122025-05-22T20:02:27.333Z Compiling nix v0.29.0
15132025-05-22T20:02:27.811Z Compiling num-iter v0.1.45
15142025-05-22T20:02:28.019Z Compiling group v0.13.0
15152025-05-22T20:02:28.363Z Compiling tokio-native-tls v0.3.1
15162025-05-22T20:02:28.989Z Compiling flate2 v1.1.1
15172025-05-22T20:02:29.343Z Compiling ipnetwork v0.21.1
15182025-05-22T20:02:29.530Z Compiling terminal_size v0.4.0
15192025-05-22T20:02:29.549Z Compiling http-body-util v0.1.3
15202025-05-22T20:02:29.769Z Compiling hkdf v0.12.4
15212025-05-22T20:02:29.799Z Compiling crypto-bigint v0.5.5
15222025-05-22T20:02:29.859Z Compiling webpki-roots v0.26.6
15232025-05-22T20:02:30.041Z Compiling curve25519-dalek-derive v0.1.1
15242025-05-22T20:02:30.061Z Compiling async-trait v0.1.88
15252025-05-22T20:02:30.080Z Compiling sync_wrapper v1.0.1
15262025-05-22T20:02:30.183Z Compiling ahash v0.8.11
15272025-05-22T20:02:30.249Z Compiling object v0.36.5
15282025-05-22T20:02:30.519Z Compiling fs-err v3.1.0
15292025-05-22T20:02:30.834Z Compiling addr2line v0.24.2
15302025-05-22T20:02:31.292Z Compiling lockfree-object-pool v0.1.6
15312025-05-22T20:02:31.406Z Compiling rustc-demangle v0.1.24
15322025-05-22T20:02:31.566Z Compiling simd-adler32 v0.3.7
15332025-05-22T20:02:31.585Z Compiling bumpalo v3.16.0
15342025-05-22T20:02:32.077Z Compiling unicode-width v0.2.0
15352025-05-22T20:02:32.098Z Compiling winnow v0.5.40
15362025-05-22T20:02:32.304Z Compiling anyhow v1.0.98
15372025-05-22T20:02:32.570Z Compiling tower-layer v0.3.3
15382025-05-22T20:02:32.633Z Compiling ipnet v2.11.0
15392025-05-22T20:02:32.859Z Compiling buf-list v1.0.3
15402025-05-22T20:02:32.876Z Compiling managed v0.8.0
15412025-05-22T20:02:33.332Z Compiling zip v2.6.1
15422025-05-22T20:02:33.532Z Compiling strum_macros v0.25.3
15432025-05-22T20:02:33.678Z Compiling clap_builder v4.5.35
15442025-05-22T20:02:35.600Z Compiling toml_edit v0.19.15
15452025-05-22T20:02:35.665Z Compiling tower v0.5.2
15462025-05-22T20:02:36.048Z Compiling elliptic-curve v0.13.8
15472025-05-22T20:02:36.359Z Compiling hubpack_derive v0.1.1
15482025-05-22T20:02:36.523Z Compiling console v0.15.10
15492025-05-22T20:02:36.876Z Compiling zopfli v0.8.1
15502025-05-22T20:02:37.116Z Compiling backtrace v0.3.74
15512025-05-22T20:02:37.231Z Compiling hubpack v0.1.2
15522025-05-22T20:02:37.859Z Compiling hyper-tls v0.6.0
15532025-05-22T20:02:37.916Z Compiling oxnet v0.1.2
15542025-05-22T20:02:38.275Z Compiling rayon v1.10.0
15552025-05-22T20:02:38.486Z Compiling cookie_store v0.21.1
15562025-05-22T20:02:38.671Z Compiling signal-hook-mio v0.2.4
15572025-05-22T20:02:38.861Z Compiling zstd v0.13.3
15582025-05-22T20:02:39.439Z Compiling postgres-types v0.2.9
15592025-05-22T20:02:41.131Z Compiling usdt-macro v0.5.0
15602025-05-22T20:02:41.376Z Compiling usdt-attr-macro v0.5.0
15612025-05-22T20:02:41.450Z Compiling phf v0.11.2
15622025-05-22T20:02:41.738Z Compiling ed25519 v2.2.3
15632025-05-22T20:02:42.169Z Compiling strum_macros v0.26.4
15642025-05-22T20:02:42.568Z Compiling bzip2 v0.4.4
15652025-05-22T20:02:42.745Z Compiling bzip2 v0.5.2
15662025-05-22T20:02:42.943Z Compiling enum-as-inner v0.6.1
15672025-05-22T20:02:42.969Z Compiling clap_derive v4.5.32
15682025-05-22T20:02:43.178Z Compiling futures-executor v0.3.31
15692025-05-22T20:02:43.607Z Compiling pkcs1 v0.7.5
15702025-05-22T20:02:43.686Z Compiling serde-big-array v0.5.1
15712025-05-22T20:02:43.939Z Compiling serde_urlencoded v0.7.1
15722025-05-22T20:02:43.965Z Compiling rfc6979 v0.4.0
15732025-05-22T20:02:44.171Z Compiling rustls-pemfile v2.2.0
15742025-05-22T20:02:44.481Z Compiling serde_repr v0.1.19
15752025-05-22T20:02:44.500Z Compiling daft-derive v0.1.3
15762025-05-22T20:02:44.519Z Compiling bstr v1.10.0
15772025-05-22T20:02:44.916Z Compiling float-cmp v0.10.0
15782025-05-22T20:02:45.182Z Compiling encoding_rs v0.8.34
15792025-05-22T20:02:45.572Z Compiling unicode-segmentation v1.12.0
15802025-05-22T20:02:46.033Z Compiling number_prefix v0.4.0
15812025-05-22T20:02:46.050Z Compiling mime v0.3.17
15822025-05-22T20:02:46.282Z Compiling whoami v1.5.2
15832025-05-22T20:02:46.430Z Compiling fixedbitset v0.4.2
15842025-05-22T20:02:46.551Z Compiling difflib v0.4.0
15852025-05-22T20:02:46.618Z Compiling data-encoding v2.6.0
15862025-05-22T20:02:46.831Z Compiling static_assertions v1.1.0
15872025-05-22T20:02:46.895Z Compiling precomputed-hash v0.1.1
15882025-05-22T20:02:46.953Z Compiling predicates-core v1.0.8
15892025-05-22T20:02:47.025Z Compiling normalize-line-endings v0.3.0
15902025-05-22T20:02:47.176Z Compiling new_debug_unreachable v1.0.6
15912025-05-22T20:02:47.281Z Compiling string_cache v0.8.9
15922025-05-22T20:02:47.300Z Compiling hickory-proto v0.24.4
15932025-05-22T20:02:47.304Z Compiling clap v4.5.35
15942025-05-22T20:02:47.499Z Compiling predicates v3.1.3
15952025-05-22T20:02:47.746Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b)
15962025-05-22T20:02:47.877Z Compiling petgraph v0.6.5
15972025-05-22T20:02:48.372Z Compiling tokio-postgres v0.7.13
15982025-05-22T20:02:48.902Z Compiling strum v0.26.3
15992025-05-22T20:02:48.949Z Compiling similar v2.7.0
16002025-05-22T20:02:49.120Z Compiling indicatif v0.17.11
16012025-05-22T20:02:50.996Z Compiling daft v0.1.3
16022025-05-22T20:02:51.035Z Compiling toml_edit v0.22.26
16032025-05-22T20:02:51.548Z Compiling usdt v0.5.0
16042025-05-22T20:02:51.598Z Compiling ecdsa v0.16.9
16052025-05-22T20:02:52.041Z Compiling rsa v0.9.6
16062025-05-22T20:02:52.427Z Compiling futures v0.3.31
16072025-05-22T20:02:53.347Z Compiling zip v0.6.6
16082025-05-22T20:02:53.855Z Compiling ed25519-dalek v2.1.1
16092025-05-22T20:02:54.663Z Compiling crossterm v0.28.1
16102025-05-22T20:02:54.831Z Compiling toml v0.7.8
16112025-05-22T20:02:56.440Z Compiling tokio-stream v0.1.17
16122025-05-22T20:02:56.554Z Compiling openapiv3 v2.0.0
16132025-05-22T20:02:56.707Z Compiling x509-cert v0.2.5
16142025-05-22T20:02:56.995Z Compiling sha1 v0.10.6
16152025-05-22T20:02:57.400Z Compiling itertools v0.10.5
16162025-05-22T20:02:57.457Z Compiling dirs-sys-next v0.1.2
16172025-05-22T20:02:57.929Z Compiling winnow v0.6.26
16182025-05-22T20:02:58.038Z Compiling unicode-xid v0.2.6
16192025-05-22T20:02:58.075Z Compiling peg-runtime v0.8.5
16202025-05-22T20:02:58.248Z Compiling lalrpop-util v0.19.12
16212025-05-22T20:02:58.628Z Compiling dirs-next v2.0.0
16222025-05-22T20:02:58.654Z Compiling thread_local v1.1.8
16232025-05-22T20:02:58.845Z Compiling slog-async v2.8.0
16242025-05-22T20:02:59.141Z Compiling term v0.7.0
16252025-05-22T20:02:59.417Z Compiling xattr v1.3.1
16262025-05-22T20:02:59.703Z Compiling crossbeam-channel v0.5.15
16272025-05-22T20:02:59.726Z Compiling is-terminal v0.4.13
16282025-05-22T20:02:59.878Z Compiling filetime v0.2.25
16292025-05-22T20:03:00.012Z Compiling take_mut v0.2.2
16302025-05-22T20:03:00.207Z Compiling tar v0.4.44
16312025-05-22T20:03:00.213Z Compiling slog-term v2.9.1
16322025-05-22T20:03:00.369Z Compiling camino v1.1.9
16332025-05-22T20:03:06.788Z Compiling aws-lc-sys v0.26.0
16342025-05-22T20:03:37.871Z Compiling rustls-webpki v0.102.8
16352025-05-22T20:03:43.188Z Compiling tokio-rustls v0.26.0
16362025-05-22T20:03:43.217Z Compiling hyper-rustls v0.27.3
16372025-05-22T20:03:43.217Z Compiling reqwest v0.12.15 (https://github.com/seanmonstar/reqwest?rev=114d97c1a862567b465cb57f14d584626e1cf30c#114d97c1)
16382025-05-22T20:03:46.664Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16392025-05-22T20:03:46.936Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16402025-05-22T20:03:51.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s
16412025-05-22T20:03:51.700Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16422025-05-22T20:03:51.757ZMay 22 20:03:51.355 INFO Starting download, target: Cockroach
16432025-05-22T20:03:51.757ZMay 22 20:03:51.356 INFO Starting download, target: Clickhouse
16442025-05-22T20:03:51.757ZMay 22 20:03:51.356 INFO Starting download, target: Console
16452025-05-22T20:03:51.757ZMay 22 20:03:51.356 INFO Starting download, target: DendriteStub
16462025-05-22T20:03:51.781ZMay 22 20:03:51.356 INFO Starting download, target: MaghemiteMgd
16472025-05-22T20:03:51.782ZMay 22 20:03:51.356 INFO Starting download, target: TransceiverControl
16482025-05-22T20:03:51.782ZMay 22 20:03:51.356 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16492025-05-22T20:03:51.782ZMay 22 20:03:51.357 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16502025-05-22T20:03:51.782ZMay 22 20:03:51.357 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16512025-05-22T20:03:51.782ZMay 22 20:03:51.357 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16522025-05-22T20:03:51.783ZMay 22 20:03:51.357 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16532025-05-22T20:03:51.784ZMay 22 20:03:51.357 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16542025-05-22T20:03:52.357ZMay 22 20:03:51.945 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16552025-05-22T20:03:52.396ZMay 22 20:03:51.986 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16562025-05-22T20:03:52.760ZMay 22 20:03:52.360 INFO Download complete, target: Console
16572025-05-22T20:03:52.797ZMay 22 20:03:52.395 INFO Download complete, target: TransceiverControl
16582025-05-22T20:03:53.624ZMay 22 20:03:53.228 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16592025-05-22T20:03:53.661ZMay 22 20:03:53.262 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16602025-05-22T20:03:53.830ZMay 22 20:03:53.424 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16612025-05-22T20:03:55.447ZMay 22 20:03:55.053 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16622025-05-22T20:03:55.447ZMay 22 20:03:55.053 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16632025-05-22T20:03:56.621ZMay 22 20:03:56.209 INFO Download complete, target: DendriteStub
16642025-05-22T20:03:56.813ZMay 22 20:03:56.413 INFO Download complete, target: MaghemiteMgd
16652025-05-22T20:04:01.684ZMay 22 20:04:01.286 INFO Checking that binary works, target: Cockroach
16662025-05-22T20:04:01.840ZMay 22 20:04:01.448 INFO Download complete, target: Cockroach
16672025-05-22T20:04:04.001ZMay 22 20:04:03.610 INFO Checking that binary works, target: Clickhouse
16682025-05-22T20:04:04.144ZMay 22 20:04:03.754 INFO Download complete, target: Clickhouse
16692025-05-22T20:04:04.151ZAll prerequisites installed successfully
16702025-05-22T20:04:04.154Z
16712025-05-22T20:04:04.154Zreal 4:35.929687056
16722025-05-22T20:04:04.154Zuser 15:17.970192202
16732025-05-22T20:04:04.155Zsys 2:03.172886154
16742025-05-22T20:04:04.155Ztrap 0.541655947
16752025-05-22T20:04:04.155Ztflt 1.795815252
16762025-05-22T20:04:04.155Zdflt 1.676427723
16772025-05-22T20:04:04.155Zkflt 0.032852297
16782025-05-22T20:04:04.155Zlock 25:47.236034063
16792025-05-22T20:04:04.155Zslp 55:38.989869337
16802025-05-22T20:04:04.155Zlat 57.527514907
16812025-05-22T20:04:04.155Zstop 2:13.299221291
16822025-05-22T20:04:04.155Z+ source ./tools/include/force-git-over-https.sh
16832025-05-22T20:04:04.155Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16842025-05-22T20:04:04.155Z++ (( i = 0 ))
16852025-05-22T20:04:04.155Z++ (( i < 5 ))
16862025-05-22T20:04:04.155Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16872025-05-22T20:04:04.159Z++ (( i++ ))
16882025-05-22T20:04:04.159Z++ (( i < 5 ))
16892025-05-22T20:04:04.159Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
16902025-05-22T20:04:04.163Z++ (( i++ ))
16912025-05-22T20:04:04.163Z++ (( i < 5 ))
16922025-05-22T20:04:04.163Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
16932025-05-22T20:04:04.168Z++ (( i++ ))
16942025-05-22T20:04:04.168Z++ (( i < 5 ))
16952025-05-22T20:04:04.168Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
16962025-05-22T20:04:04.168Z++ (( i++ ))
16972025-05-22T20:04:04.168Z++ (( i < 5 ))
16982025-05-22T20:04:04.168Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
16992025-05-22T20:04:04.172Z++ (( i++ ))
17002025-05-22T20:04:04.172Z++ (( i < 5 ))
17012025-05-22T20:04:04.172Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
17022025-05-22T20:04:04.172Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
17032025-05-22T20:04:04.172Z+ rc=0
17042025-05-22T20:04:04.172Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
17052025-05-22T20:04:31.414Z+ case $rc in
17062025-05-22T20:04:31.414Z+ pfexec zfs create -p rpool/images/build/host
17072025-05-22T20:04:31.682Z+ pfexec zfs create -p rpool/images/build/recovery
17082025-05-22T20:04:31.763Z+ cargo xtask releng --output-dir /work --mkincorp
17092025-05-22T20:04:32.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
17102025-05-22T20:04:32.487Z Running `target/debug/xtask releng --output-dir /work --mkincorp`
17112025-05-22T20:04:33.650Z Compiling proc-macro2 v1.0.95
17122025-05-22T20:04:33.650Z Compiling unicode-ident v1.0.18
17132025-05-22T20:04:33.656Z Compiling libc v0.2.172
17142025-05-22T20:04:33.656Z Compiling serde v1.0.219
17152025-05-22T20:04:33.656Z Compiling autocfg v1.4.0
17162025-05-22T20:04:33.656Z Compiling cfg-if v1.0.0
17172025-05-22T20:04:33.656Z Compiling version_check v0.9.5
17182025-05-22T20:04:33.943Z Compiling shlex v1.3.0
17192025-05-22T20:04:33.987Z Compiling typenum v1.17.0
17202025-05-22T20:04:34.050Z Compiling memchr v2.7.4
17212025-05-22T20:04:34.287Z Compiling value-bag v1.9.0
17222025-05-22T20:04:34.363Z Compiling generic-array v0.14.7
17232025-05-22T20:04:34.569Z Compiling lock_api v0.4.12
17242025-05-22T20:04:34.671Z Compiling scopeguard v1.2.0
17252025-05-22T20:04:34.808Z Compiling log v0.4.27
17262025-05-22T20:04:34.840Z Compiling rustix v0.38.37
17272025-05-22T20:04:34.864Z Compiling pkg-config v0.3.31
17282025-05-22T20:04:35.426Z Compiling parking_lot_core v0.9.10
17292025-05-22T20:04:35.505Z Compiling quote v1.0.40
17302025-05-22T20:04:35.528Z Compiling libm v0.2.8
17312025-05-22T20:04:35.837Z Compiling jobserver v0.1.32
17322025-05-22T20:04:35.889Z Compiling getrandom v0.2.15
17332025-05-22T20:04:36.014Z Compiling syn v2.0.101
17342025-05-22T20:04:36.072Z Compiling num-traits v0.2.19
17352025-05-22T20:04:36.230Z Compiling rand_core v0.6.4
17362025-05-22T20:04:36.259Z Compiling cc v1.2.15
17372025-05-22T20:04:36.306Z Compiling serde_json v1.0.140
17382025-05-22T20:04:36.333Z Compiling smallvec v1.14.0
17392025-05-22T20:04:36.507Z Compiling semver v1.0.26
17402025-05-22T20:04:36.896Z Compiling slab v0.4.9
17412025-05-22T20:04:37.756Z Compiling getrandom v0.3.1
17422025-05-22T20:04:37.778Z Compiling subtle v2.6.1
17432025-05-22T20:04:38.018Z Compiling itoa v1.0.11
17442025-05-22T20:04:38.125Z Compiling once_cell v1.21.3
17452025-05-22T20:04:38.177Z Compiling errno v0.3.9
17462025-05-22T20:04:38.322Z Compiling spin v0.9.8
17472025-05-22T20:04:38.439Z Compiling aho-corasick v1.1.3
17482025-05-22T20:04:38.463Z Compiling regex-syntax v0.8.5
17492025-05-22T20:04:38.568Z Compiling either v1.14.0
17502025-05-22T20:04:38.722Z Compiling byteorder v1.5.0
17512025-05-22T20:04:38.840Z Compiling glob v0.3.2
17522025-05-22T20:04:38.987Z Compiling const-oid v0.9.6
17532025-05-22T20:04:39.045Z Compiling prettyplease v0.2.32
17542025-05-22T20:04:39.427Z Compiling lazy_static v1.5.0
17552025-05-22T20:04:39.509Z Compiling minimal-lexical v0.2.1
17562025-05-22T20:04:39.556Z Compiling clang-sys v1.8.1
17572025-05-22T20:04:39.621Z Compiling stable_deref_trait v1.2.0
17582025-05-22T20:04:39.644Z Compiling libloading v0.8.5
17592025-05-22T20:04:39.762Z Compiling home v0.5.9
17602025-05-22T20:04:40.005Z Compiling nom v7.1.3
17612025-05-22T20:04:40.105Z Compiling bindgen v0.69.5
17622025-05-22T20:04:40.580Z Compiling itertools v0.12.1
17632025-05-22T20:04:41.361Z Compiling rustc-hash v1.1.0
17642025-05-22T20:04:41.569Z Compiling lazycell v1.3.0
17652025-05-22T20:04:41.842Z Compiling thiserror v1.0.69
17662025-05-22T20:04:42.211Z Compiling cmake v0.1.51
17672025-05-22T20:04:42.294Z Compiling regex-automata v0.4.8
17682025-05-22T20:04:42.943Z Compiling dunce v1.0.5
17692025-05-22T20:04:43.021Z Compiling fs_extra v1.3.0
17702025-05-22T20:04:43.323Z Compiling cexpr v0.6.0
17712025-05-22T20:04:43.499Z Compiling paste v1.0.15
17722025-05-22T20:04:43.611Z Compiling synstructure v0.13.1
17732025-05-22T20:04:44.068Z Compiling vcpkg v0.2.15
17742025-05-22T20:04:44.116Z Compiling pin-project-lite v0.2.14
17752025-05-22T20:04:45.470Z Compiling openssl-sys v0.9.107
17762025-05-22T20:04:45.510Z Compiling signal-hook-registry v1.4.2
17772025-05-22T20:04:46.375Z Compiling writeable v0.5.5
17782025-05-22T20:04:46.586Z Compiling litemap v0.7.3
17792025-05-22T20:04:47.100Z Compiling ryu v1.0.18
17802025-05-22T20:04:47.273Z Compiling futures-core v0.3.31
17812025-05-22T20:04:47.538Z Compiling serde_derive v1.0.219
17822025-05-22T20:04:47.606Z Compiling zeroize_derive v1.4.2
17832025-05-22T20:04:47.644Z Compiling zerofrom-derive v0.1.4
17842025-05-22T20:04:47.666Z Compiling yoke-derive v0.7.4
17852025-05-22T20:04:47.806Z Compiling zerovec-derive v0.10.3
17862025-05-22T20:04:48.715Z Compiling displaydoc v0.2.5
17872025-05-22T20:04:49.100Z Compiling zeroize v1.8.1
17882025-05-22T20:04:49.621Z Compiling zerocopy-derive v0.7.35
17892025-05-22T20:04:49.749Z Compiling icu_provider_macros v1.5.0
17902025-05-22T20:04:50.155Z Compiling tokio-macros v2.5.0
17912025-05-22T20:04:50.707Z Compiling der_derive v0.7.3
17922025-05-22T20:04:50.822Z Compiling regex v1.11.1
17932025-05-22T20:04:51.423Z Compiling futures-macro v0.3.31
17942025-05-22T20:04:51.675Z Compiling crypto-common v0.1.6
17952025-05-22T20:04:51.763Z Compiling block-buffer v0.10.4
17962025-05-22T20:04:51.814Z Compiling zerofrom v0.1.4
17972025-05-22T20:04:51.961Z Compiling thiserror-impl v1.0.69
17982025-05-22T20:04:52.071Z Compiling digest v0.10.7
17992025-05-22T20:04:52.149Z Compiling yoke v0.7.4
18002025-05-22T20:04:52.190Z Compiling zerocopy v0.7.35
18012025-05-22T20:04:52.636Z Compiling zerovec v0.10.4
18022025-05-22T20:04:52.711Z Compiling tracing-attributes v0.1.27
18032025-05-22T20:04:53.040Z Compiling parking_lot v0.12.3
18042025-05-22T20:04:54.019Z Compiling ring v0.17.14
18052025-05-22T20:04:54.060Z Compiling mio v1.0.2
18062025-05-22T20:04:55.122Z Compiling tinystr v0.7.6
18072025-05-22T20:04:55.419Z Compiling cpufeatures v0.2.14
18082025-05-22T20:04:55.606Z Compiling icu_locid v1.5.0
18092025-05-22T20:04:55.705Z Compiling aws-lc-rs v1.12.4
18102025-05-22T20:04:56.102Z Compiling crossbeam-utils v0.8.21
18112025-05-22T20:04:56.345Z Compiling icu_locid_transform_data v1.5.0
18122025-05-22T20:04:56.529Z Compiling heck v0.5.0
18132025-05-22T20:04:56.692Z Compiling zerocopy v0.8.25
18142025-05-22T20:04:56.986Z Compiling icu_provider v1.5.0
18152025-05-22T20:04:57.039Z Compiling icu_collections v1.5.0
18162025-05-22T20:04:57.362Z Compiling hmac v0.12.1
18172025-05-22T20:04:57.487Z Compiling socket2 v0.5.9
18182025-05-22T20:04:57.862Z Compiling icu_locid_transform v1.5.0
18192025-05-22T20:04:57.951Z Compiling foldhash v0.1.3
18202025-05-22T20:04:58.424Z Compiling icu_properties_data v1.5.0
18212025-05-22T20:04:59.195Z Compiling equivalent v1.0.1
18222025-05-22T20:04:59.378Z Compiling allocator-api2 v0.2.18
18232025-05-22T20:04:59.466Z Compiling httparse v1.9.5
18242025-05-22T20:05:00.088Z Compiling icu_properties v1.5.1
18252025-05-22T20:05:00.358Z Compiling hashbrown v0.15.1
18262025-05-22T20:05:00.465Z Compiling bitflags v2.9.0
18272025-05-22T20:05:00.670Z Compiling bytes v1.10.1
18282025-05-22T20:05:02.842Z Compiling tokio v1.45.0
18292025-05-22T20:05:03.086Z Compiling rustc_version v0.4.1
18302025-05-22T20:05:03.738Z Compiling block-padding v0.3.3
18312025-05-22T20:05:03.940Z Compiling zerocopy-derive v0.8.25
18322025-05-22T20:05:05.447Z Compiling which v4.4.2
18332025-05-22T20:05:06.007Z Compiling write16 v1.0.0
18342025-05-22T20:05:06.210Z Compiling icu_normalizer_data v1.5.0
18352025-05-22T20:05:06.359Z Compiling utf16_iter v1.0.5
18362025-05-22T20:05:06.451Z Compiling utf8_iter v1.0.4
18372025-05-22T20:05:06.729Z Compiling futures-sink v0.3.31
18382025-05-22T20:05:06.858Z Compiling percent-encoding v2.3.1
18392025-05-22T20:05:06.915Z Compiling icu_normalizer v1.5.0
18402025-05-22T20:05:07.867Z Compiling inout v0.1.3
18412025-05-22T20:05:08.246Z Compiling indexmap v2.9.0
18422025-05-22T20:05:09.704Z Compiling sha2 v0.10.8
18432025-05-22T20:05:10.720Z Compiling schemars v0.8.22
18442025-05-22T20:05:11.088Z Compiling openssl v0.10.72
18452025-05-22T20:05:12.926Z Compiling cipher v0.4.4
18462025-05-22T20:05:13.024Z Compiling idna_adapter v1.2.0
18472025-05-22T20:05:13.317Z Compiling ppv-lite86 v0.2.20
18482025-05-22T20:05:13.368Z Compiling serde_derive_internals v0.29.1
18492025-05-22T20:05:13.496Z Compiling bzip2-sys v0.1.13+1.0.8
18502025-05-22T20:05:13.822Z Compiling base64ct v1.6.0
18512025-05-22T20:05:14.549Z Compiling fnv v1.0.7
18522025-05-22T20:05:14.774Z Compiling pem-rfc7468 v0.7.0
18532025-05-22T20:05:15.225Z Compiling idna v1.0.3
18542025-05-22T20:05:15.497Z Compiling schemars_derive v0.8.22
18552025-05-22T20:05:16.585Z Compiling form_urlencoded v1.2.1
18562025-05-22T20:05:17.289Z Compiling openssl-macros v0.1.1
18572025-05-22T20:05:17.788Z Compiling zstd-sys v2.0.14+zstd.1.5.7
18582025-05-22T20:05:18.133Z Compiling num-conv v0.1.0
18592025-05-22T20:05:18.549Z Compiling aws-lc-sys v0.26.0
18602025-05-22T20:05:18.646Z Compiling native-tls v0.2.12
18612025-05-22T20:05:18.878Z Compiling flagset v0.4.6
18622025-05-22T20:05:19.138Z Compiling rustls v0.23.19
18632025-05-22T20:05:19.526Z Compiling syn v1.0.109
18642025-05-22T20:05:19.647Z Compiling time-core v0.1.2
18652025-05-22T20:05:19.860Z Compiling time-macros v0.2.18
18662025-05-22T20:05:20.282Z Compiling der v0.7.9
18672025-05-22T20:05:20.633Z Compiling futures-channel v0.3.31
18682025-05-22T20:05:20.838Z Compiling scroll_derive v0.12.0
18692025-05-22T20:05:21.290Z Compiling futures-io v0.3.31
18702025-05-22T20:05:21.349Z Compiling pin-utils v0.1.0
18712025-05-22T20:05:21.513Z Compiling futures-task v0.3.31
18722025-05-22T20:05:21.621Z Compiling ucd-trie v0.1.7
18732025-05-22T20:05:22.007Z Compiling pest v2.7.14
18742025-05-22T20:05:22.059Z Compiling futures-util v0.3.31
18752025-05-22T20:05:22.720Z Compiling spki v0.7.3
18762025-05-22T20:05:23.357Z Compiling url v2.5.3
18772025-05-22T20:05:25.080Z Compiling salsa20 v0.10.2
18782025-05-22T20:05:25.397Z Compiling pbkdf2 v0.12.2
18792025-05-22T20:05:25.643Z Compiling cookie v0.18.1
18802025-05-22T20:05:25.806Z Compiling iana-time-zone v0.1.63
18812025-05-22T20:05:26.504Z Compiling rustversion v1.0.17
18822025-05-22T20:05:26.964Z Compiling rayon-core v1.12.1
18832025-05-22T20:05:27.426Z Compiling chrono v0.4.41
18842025-05-22T20:05:27.913Z Compiling scrypt v0.11.0
18852025-05-22T20:05:28.832Z Compiling pest_meta v2.7.14
18862025-05-22T20:05:30.332Z Compiling aes v0.8.4
18872025-05-22T20:05:30.712Z Compiling cbc v0.1.2
18882025-05-22T20:05:32.346Z Compiling pkcs5 v0.7.1
18892025-05-22T20:05:32.735Z Compiling pest_generator v2.7.14
18902025-05-22T20:05:34.183Z Compiling http v1.3.1
18912025-05-22T20:05:34.613Z Compiling tokio-util v0.7.13
18922025-05-22T20:05:34.708Z Compiling uuid v1.16.0
18932025-05-22T20:05:35.615Z Compiling tracing-core v0.1.32
18942025-05-22T20:05:36.034Z Compiling zstd-safe v7.2.3
18952025-05-22T20:05:36.163Z Compiling num-bigint-dig v0.8.4
18962025-05-22T20:05:36.467Z Compiling newtype-uuid v1.2.1
18972025-05-22T20:05:36.548Z Compiling tracing v0.1.40
18982025-05-22T20:05:37.819Z Compiling pest_derive v2.7.14
18992025-05-22T20:05:38.494Z Compiling pkcs8 v0.10.2
19002025-05-22T20:05:39.320Z Compiling rand_chacha v0.3.1
19012025-05-22T20:05:39.971Z Compiling heapless v0.7.17
19022025-05-22T20:05:40.788Z Compiling ahash v0.8.11
19032025-05-22T20:05:40.842Z Compiling usdt-impl v0.5.0
19042025-05-22T20:05:41.147Z Compiling slog v2.7.0
19052025-05-22T20:05:41.237Z Compiling tinyvec_macros v0.1.1
19062025-05-22T20:05:41.396Z Compiling litrs v0.4.1
19072025-05-22T20:05:41.498Z Compiling rustls-pki-types v1.10.0
19082025-05-22T20:05:41.788Z Compiling signal-hook v0.3.17
19092025-05-22T20:05:42.208Z Compiling tinyvec v1.8.0
19102025-05-22T20:05:42.527Z Compiling document-features v0.2.10
19112025-05-22T20:05:44.146Z Compiling rand v0.8.5
19122025-05-22T20:05:45.927Z Compiling http-body v1.0.1
19132025-05-22T20:05:45.955Z Compiling scroll v0.12.0
19142025-05-22T20:05:46.438Z Compiling async-trait v0.1.88
19152025-05-22T20:05:47.336Z Compiling dyn-clone v1.0.19
19162025-05-22T20:05:47.511Z Compiling untrusted v0.9.0
19172025-05-22T20:05:47.624Z Compiling plain v0.2.3
19182025-05-22T20:05:47.831Z Compiling try-lock v0.2.5
19192025-05-22T20:05:47.902Z Compiling foreign-types-shared v0.1.1
19202025-05-22T20:05:48.010Z Compiling powerfmt v0.2.0
19212025-05-22T20:05:48.041Z Compiling untrusted v0.7.1
19222025-05-22T20:05:48.255Z Compiling adler2 v2.0.0
19232025-05-22T20:05:48.433Z Compiling atomic-waker v1.1.2
19242025-05-22T20:05:48.509Z Compiling miniz_oxide v0.8.5
19252025-05-22T20:05:48.563Z Compiling deranged v0.3.11
19262025-05-22T20:05:48.641Z Compiling h2 v0.4.6
19272025-05-22T20:05:50.375Z Compiling foreign-types v0.3.2
19282025-05-22T20:05:50.504Z Compiling want v0.3.1
19292025-05-22T20:05:51.877Z Compiling goblin v0.8.2
19302025-05-22T20:05:53.525Z Compiling curve25519-dalek v4.1.3
19312025-05-22T20:05:53.793Z Compiling clap_derive v4.5.32
19322025-05-22T20:05:54.418Z Compiling memoffset v0.9.1
19332025-05-22T20:05:54.887Z Compiling crc32fast v1.4.2
19342025-05-22T20:05:55.447Z Compiling base64 v0.22.1
19352025-05-22T20:05:56.671Z Compiling pretty-hex v0.4.1
19362025-05-22T20:05:57.250Z Compiling httpdate v1.0.3
19372025-05-22T20:05:58.222Z Compiling smoltcp v0.9.1
19382025-05-22T20:05:58.813Z Compiling num_threads v0.1.7
19392025-05-22T20:05:59.002Z Compiling anyhow v1.0.98
19402025-05-22T20:05:59.119Z Compiling tower-service v0.3.3
19412025-05-22T20:05:59.917Z Compiling anstyle v1.0.10
19422025-05-22T20:06:00.268Z Compiling portable-atomic v1.11.0
19432025-05-22T20:06:00.547Z Compiling utf8parse v0.2.2
19442025-05-22T20:06:00.786Z Compiling anstyle-parse v0.2.5
19452025-05-22T20:06:01.318Z Compiling time v0.3.36
19462025-05-22T20:06:05.549Z Compiling dof v0.3.0
19472025-05-22T20:06:05.862Z Compiling hyper v1.6.0
19482025-05-22T20:06:15.034Z Compiling rand_core v0.9.2
19492025-05-22T20:06:15.531Z Compiling unicode-normalization v0.1.24
19502025-05-22T20:06:16.950Z Compiling dtrace-parser v0.2.0
19512025-05-22T20:06:17.209Z Compiling strum_macros v0.26.4
19522025-05-22T20:06:23.345Z Compiling serde_spanned v0.6.8
19532025-05-22T20:06:23.643Z Compiling toml_datetime v0.6.9
19542025-05-22T20:06:24.302Z Compiling signature v2.2.0
19552025-05-22T20:06:24.457Z Compiling daft-derive v0.1.3
19562025-05-22T20:06:24.608Z Compiling thread-id v4.2.2
19572025-05-22T20:06:24.644Z Compiling buf-list v1.0.3
19582025-05-22T20:06:24.750Z Compiling cfg_aliases v0.2.1
19592025-05-22T20:06:24.880Z Compiling openssl-probe v0.1.5
19602025-05-22T20:06:25.188Z Compiling zip v2.6.1
19612025-05-22T20:06:25.251Z Compiling fastrand v2.1.1
19622025-05-22T20:06:25.966Z Compiling anstyle-query v1.1.1
19632025-05-22T20:06:25.990Z Compiling colorchoice v1.0.2
19642025-05-22T20:06:26.190Z Compiling is_terminal_polyfill v1.70.1
19652025-05-22T20:06:26.404Z Compiling anstream v0.6.18
19662025-05-22T20:06:27.724Z Compiling tempfile v3.13.0
19672025-05-22T20:06:29.174Z Compiling nix v0.29.0
19682025-05-22T20:06:29.825Z Compiling rand_chacha v0.9.0
19692025-05-22T20:06:30.029Z Compiling crossbeam-epoch v0.9.18
19702025-05-22T20:06:30.547Z Compiling hyper-util v0.1.11
19712025-05-22T20:06:31.714Z Compiling hubpack_derive v0.1.1
19722025-05-22T20:06:32.672Z Compiling terminal_size v0.4.0
19732025-05-22T20:06:32.804Z Compiling hex v0.4.3
19742025-05-22T20:06:33.041Z Compiling serde_tokenstream v0.2.2
19752025-05-22T20:06:33.639Z Compiling num-integer v0.1.46
19762025-05-22T20:06:33.825Z Compiling curve25519-dalek-derive v0.1.1
19772025-05-22T20:06:34.867Z Compiling fs-err v3.1.0
19782025-05-22T20:06:35.544Z Compiling strsim v0.11.1
19792025-05-22T20:06:35.576Z Compiling clap_lex v0.7.4
19802025-05-22T20:06:36.526Z Compiling unicode-bidi v0.3.17
19812025-05-22T20:06:36.725Z Compiling siphasher v0.3.11
19822025-05-22T20:06:37.128Z Compiling radium v0.7.0
19832025-05-22T20:06:37.459Z Compiling unicode-properties v0.1.3
19842025-05-22T20:06:37.701Z Compiling psl-types v2.0.11
19852025-05-22T20:06:37.960Z Compiling stringprep v0.1.5
19862025-05-22T20:06:37.991Z Compiling publicsuffix v2.3.0
19872025-05-22T20:06:38.292Z Compiling phf_shared v0.11.2
19882025-05-22T20:06:38.756Z Compiling clap_builder v4.5.35
19892025-05-22T20:06:38.894Z Compiling num-iter v0.1.45
19902025-05-22T20:06:41.295Z Compiling crossbeam-deque v0.8.5
19912025-05-22T20:06:41.851Z Compiling rand v0.9.0
19922025-05-22T20:06:43.017Z Compiling tokio-native-tls v0.3.1
19932025-05-22T20:06:43.377Z Compiling ipnetwork v0.21.1
19942025-05-22T20:06:44.225Z Compiling flate2 v1.1.1
19952025-05-22T20:06:45.172Z Compiling http-body-util v0.1.3
19962025-05-22T20:06:45.515Z Compiling webpki-roots v0.26.6
19972025-05-22T20:06:46.956Z Compiling md-5 v0.10.6
19982025-05-22T20:06:47.242Z Compiling sync_wrapper v1.0.1
19992025-05-22T20:06:47.346Z Compiling hash32 v0.2.1
20002025-05-22T20:06:47.415Z Compiling ff v0.13.0
20012025-05-22T20:06:47.723Z Compiling maybe-uninit v2.0.0
20022025-05-22T20:06:47.873Z Compiling camino v1.1.9
20032025-05-22T20:06:48.095Z Compiling gimli v0.31.1
20042025-05-22T20:06:48.494Z Compiling fallible-iterator v0.2.0
20052025-05-22T20:06:48.743Z Compiling heck v0.4.1
20062025-05-22T20:06:49.294Z Compiling base16ct v0.2.0
20072025-05-22T20:06:49.659Z Compiling thiserror v2.0.12
20082025-05-22T20:06:49.799Z Compiling tower-layer v0.3.3
20092025-05-22T20:06:50.217Z Compiling ipnet v2.11.0
20102025-05-22T20:06:50.263Z Compiling tap v1.0.1
20112025-05-22T20:06:50.480Z Compiling winnow v0.5.40
20122025-05-22T20:06:51.958Z Compiling rustls-webpki v0.102.8
20132025-05-22T20:06:54.182Z Compiling addr2line v0.24.2
20142025-05-22T20:06:54.816Z Compiling toml_edit v0.19.15
20152025-05-22T20:06:55.864Z Compiling wyz v0.5.1
20162025-05-22T20:06:56.314Z Compiling tower v0.5.2
20172025-05-22T20:06:56.356Z Compiling sec1 v0.7.3
20182025-05-22T20:06:56.986Z Compiling strum_macros v0.25.3
20192025-05-22T20:06:57.391Z Compiling postgres-protocol v0.6.8
20202025-05-22T20:06:59.177Z Compiling group v0.13.0
20212025-05-22T20:07:00.578Z Compiling tokio-rustls v0.26.0
20222025-05-22T20:07:02.827Z Compiling hyper-tls v0.6.0
20232025-05-22T20:07:03.148Z Compiling oxnet v0.1.2
20242025-05-22T20:07:03.497Z Compiling clap v4.5.35
20252025-05-22T20:07:05.032Z Compiling cookie_store v0.21.1
20262025-05-22T20:07:07.067Z Compiling usdt-macro v0.5.0
20272025-05-22T20:07:07.816Z Compiling usdt-attr-macro v0.5.0
20282025-05-22T20:07:08.638Z Compiling bstr v1.10.0
20292025-05-22T20:07:09.727Z Compiling rustls-pemfile v2.2.0
20302025-05-22T20:07:09.876Z Compiling pkcs1 v0.7.5
20312025-05-22T20:07:10.212Z Compiling futures-executor v0.3.31
20322025-05-22T20:07:11.380Z Compiling serde_urlencoded v0.7.1
20332025-05-22T20:07:11.691Z Compiling hkdf v0.12.4
20342025-05-22T20:07:11.977Z Compiling enum-as-inner v0.6.1
20352025-05-22T20:07:12.257Z Compiling crypto-bigint v0.5.5
20362025-05-22T20:07:12.415Z Compiling zerocopy-derive v0.6.6
20372025-05-22T20:07:12.453Z Compiling thiserror-impl v2.0.12
20382025-05-22T20:07:13.093Z Compiling serde_repr v0.1.19
20392025-05-22T20:07:13.809Z Compiling object v0.36.5
20402025-05-22T20:07:14.224Z Compiling encoding_rs v0.8.34
20412025-05-22T20:07:15.663Z Compiling unicode-width v0.2.0
20422025-05-22T20:07:15.973Z Compiling bumpalo v3.16.0
20432025-05-22T20:07:16.271Z Compiling simd-adler32 v0.3.7
20442025-05-22T20:07:16.416Z Compiling lockfree-object-pool v0.1.6
20452025-05-22T20:07:16.701Z Compiling packed_struct v0.10.1
20462025-05-22T20:07:17.313Z Compiling bitflags v1.3.2
20472025-05-22T20:07:18.701Z Compiling mime v0.3.17
20482025-05-22T20:07:20.118Z Compiling managed v0.8.0
20492025-05-22T20:07:20.616Z Compiling rustc-demangle v0.1.24
20502025-05-22T20:07:21.546Z Compiling funty v2.0.0
20512025-05-22T20:07:22.788Z Compiling bitvec v1.0.1
20522025-05-22T20:07:23.079Z Compiling backtrace v0.3.74
20532025-05-22T20:07:28.988Z Compiling zopfli v0.8.1
20542025-05-22T20:07:30.163Z Compiling console v0.15.10
20552025-05-22T20:07:30.552Z Compiling elliptic-curve v0.13.8
20562025-05-22T20:07:31.291Z Compiling zerocopy v0.6.6
20572025-05-22T20:07:31.312Z Compiling futures v0.3.31
20582025-05-22T20:07:31.455Z Compiling rsa v0.9.6
20592025-05-22T20:07:32.461Z Compiling hyper-rustls v0.27.3
20602025-05-22T20:07:33.871Z Compiling zstd v0.13.3
20612025-05-22T20:07:34.393Z Compiling daft v0.1.3
20622025-05-22T20:07:34.433Z Compiling signal-hook-mio v0.2.4
20632025-05-22T20:07:34.495Z Compiling rayon v1.10.0
20642025-05-22T20:07:35.077Z Compiling toml v0.7.8
20652025-05-22T20:07:35.925Z Compiling reqwest v0.12.15 (https://github.com/seanmonstar/reqwest?rev=114d97c1a862567b465cb57f14d584626e1cf30c#114d97c1)
20662025-05-22T20:07:36.759Z Compiling postgres-types v0.2.9
20672025-05-22T20:07:37.229Z Compiling phf v0.11.2
20682025-05-22T20:07:37.725Z Compiling ed25519 v2.2.3
20692025-05-22T20:07:38.060Z Compiling hubpack v0.1.2
20702025-05-22T20:07:38.235Z Compiling bzip2 v0.4.4
20712025-05-22T20:07:38.495Z Compiling bzip2 v0.5.2
20722025-05-22T20:07:38.910Z Compiling strum v0.26.3
20732025-05-22T20:07:39.500Z Compiling packed_struct_codegen v0.10.1
20742025-05-22T20:07:39.912Z Compiling x509-cert v0.2.5
20752025-05-22T20:07:40.396Z Compiling float-cmp v0.10.0
20762025-05-22T20:07:40.417Z Compiling rfc6979 v0.4.0
20772025-05-22T20:07:40.417Z Compiling serde-big-array v0.5.1
20782025-05-22T20:07:40.499Z Compiling structmeta-derive v0.3.0
20792025-05-22T20:07:41.315Z Compiling wait-timeout v0.2.0
20802025-05-22T20:07:41.708Z Compiling is-terminal v0.4.13
20812025-05-22T20:07:41.740Z Compiling memmap v0.7.0
20822025-05-22T20:07:41.880Z Compiling indexmap v1.9.3
20832025-05-22T20:07:42.224Z Compiling winnow v0.7.10
20842025-05-22T20:07:42.559Z Compiling predicates-core v1.0.8
20852025-05-22T20:07:42.807Z Compiling normalize-line-endings v0.3.0
20862025-05-22T20:07:42.860Z Compiling unicode-segmentation v1.12.0
20872025-05-22T20:07:42.973Z Compiling data-encoding v2.6.0
20882025-05-22T20:07:44.321Z Compiling toml_write v0.1.1
20892025-05-22T20:07:45.264Z Compiling whoami v1.5.2
20902025-05-22T20:07:45.602Z Compiling precomputed-hash v0.1.1
20912025-05-22T20:07:45.748Z Compiling static_assertions v1.1.0
20922025-05-22T20:07:45.875Z Compiling quick-error v1.2.3
20932025-05-22T20:07:46.175Z Compiling bit-vec v0.8.0
20942025-05-22T20:07:46.322Z Compiling crc-catalog v2.4.0
20952025-05-22T20:07:46.504Z Compiling number_prefix v0.4.0
20962025-05-22T20:07:46.662Z Compiling fixedbitset v0.4.2
20972025-05-22T20:07:46.806Z Compiling nodrop v0.1.14
20982025-05-22T20:07:46.920Z Compiling difflib v0.4.0
20992025-05-22T20:07:46.974Z Compiling new_debug_unreachable v1.0.6
21002025-05-22T20:07:47.099Z Compiling string_cache v0.8.9
21012025-05-22T20:07:47.224Z Compiling petgraph v0.6.5
21022025-05-22T20:07:47.534Z Compiling predicates v3.1.3
21032025-05-22T20:07:48.025Z Compiling array-init v0.0.4
21042025-05-22T20:07:48.871Z Compiling indicatif v0.17.11
21052025-05-22T20:07:48.932Z Compiling bit-set v0.8.0
21062025-05-22T20:07:49.120Z Compiling toml_edit v0.22.26
21072025-05-22T20:07:49.857Z Compiling crc v3.2.1
21082025-05-22T20:07:50.910Z Compiling rusty-fork v0.3.0
21092025-05-22T20:07:51.922Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b)
21102025-05-22T20:07:52.827Z Compiling tokio-postgres v0.7.13
21112025-05-22T20:07:56.455Z Compiling hickory-proto v0.24.4
21122025-05-22T20:07:57.052Z Compiling similar v2.7.0
21132025-05-22T20:07:57.900Z Compiling structmeta v0.3.0
21142025-05-22T20:07:58.634Z Compiling usdt v0.5.0
21152025-05-22T20:07:59.519Z Compiling ecdsa v0.16.9
21162025-05-22T20:08:02.906Z Compiling zip v0.6.6
21172025-05-22T20:08:04.709Z Compiling ed25519-dalek v2.1.1
21182025-05-22T20:08:05.562Z Compiling smallvec v0.6.14
21192025-05-22T20:08:06.046Z Compiling crossterm v0.28.1
21202025-05-22T20:08:08.184Z Compiling tokio-stream v0.1.17
21212025-05-22T20:08:08.974Z Compiling openapiv3 v2.0.0
21222025-05-22T20:08:09.158Z Compiling xattr v1.3.1
21232025-05-22T20:08:09.514Z Compiling sha1 v0.10.6
21242025-05-22T20:08:10.585Z Compiling pin-project-internal v1.1.6
21252025-05-22T20:08:14.657Z Compiling itertools v0.10.5
21262025-05-22T20:08:14.727Z Compiling rand_xorshift v0.3.0
21272025-05-22T20:08:14.727Z Compiling filetime v0.2.25
21282025-05-22T20:08:14.727Z Compiling winnow v0.6.26
21292025-05-22T20:08:14.727Z Compiling unarray v0.1.4
21302025-05-22T20:08:14.727Z Compiling bitfield v0.14.0
21312025-05-22T20:08:14.738Z Compiling lalrpop-util v0.19.12
21322025-05-22T20:08:14.738Z Compiling peg-runtime v0.8.5
21332025-05-22T20:08:14.738Z Compiling termcolor v1.4.1
21342025-05-22T20:08:14.738Z Compiling unicode-xid v0.2.6
21352025-05-22T20:08:14.738Z Compiling hashbrown v0.12.3
21362025-05-22T20:08:14.738Z Compiling same-file v1.0.6
21372025-05-22T20:08:14.738Z Compiling base64 v0.21.7
21382025-05-22T20:08:15.214Z Compiling ron v0.8.1
21392025-05-22T20:08:15.827Z Compiling walkdir v2.5.0
21402025-05-22T20:08:16.130Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21412025-05-22T20:08:16.455Z Compiling env_logger v0.10.2
21422025-05-22T20:08:17.446Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
21432025-05-22T20:08:18.473Z Compiling proptest v1.6.0
21442025-05-22T20:08:19.103Z Compiling pin-project v1.1.6
21452025-05-22T20:08:19.267Z Compiling tar v0.4.44
21462025-05-22T20:08:21.841Z Compiling serde-hex v0.1.0
21472025-05-22T20:08:23.571Z Compiling test-strategy v0.4.0
21482025-05-22T20:08:25.738Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21492025-05-22T20:08:26.442Z Compiling hashbrown v0.13.2
21502025-05-22T20:08:26.741Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21512025-05-22T20:08:28.887Z Compiling snafu-derive v0.8.5
21522025-05-22T20:08:29.162Z Compiling blake3 v1.5.4
21532025-05-22T20:08:29.797Z Compiling dirs-sys-next v0.1.2
21542025-05-22T20:08:29.954Z Compiling fs-err v2.11.0
21552025-05-22T20:08:31.493Z Compiling crc-any v2.5.0
21562025-05-22T20:08:37.918Z Compiling snafu v0.8.5
21572025-05-22T20:08:39.065Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
21582025-05-22T20:08:44.535Z Compiling dirs-next v2.0.0
21592025-05-22T20:08:47.221Z Compiling object v0.30.4
21602025-05-22T20:08:48.887Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
21612025-05-22T20:08:49.315Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21622025-05-22T20:08:50.819Z Compiling camino-tempfile v1.3.0
21632025-05-22T20:08:51.248Z Compiling globset v0.4.15
21642025-05-22T20:08:53.468Z Compiling olpc-cjson v0.1.4
21652025-05-22T20:08:53.811Z Compiling pem v3.0.5
21662025-05-22T20:08:55.644Z Compiling cargo-platform v0.1.8
21672025-05-22T20:08:55.866Z Compiling serde_plain v1.0.2
21682025-05-22T20:08:56.684Z Compiling async-recursion v1.1.1
21692025-05-22T20:08:57.252Z Compiling thread_local v1.1.8
21702025-05-22T20:08:57.967Z Compiling memmap2 v0.9.5
21712025-05-22T20:08:57.970Z Compiling arrayvec v0.7.6
21722025-05-22T20:08:58.085Z Compiling path-slash v0.1.5
21732025-05-22T20:08:58.479Z Compiling arrayref v0.3.9
21742025-05-22T20:08:58.586Z Compiling slog-async v2.8.0
21752025-05-22T20:08:58.614Z Compiling constant_time_eq v0.3.1
21762025-05-22T20:08:58.805Z Compiling typed-path v0.9.3
21772025-05-22T20:08:59.057Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
21782025-05-22T20:08:59.113Z Compiling cargo_metadata v0.19.2
21792025-05-22T20:08:59.578Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
21802025-05-22T20:08:59.762Z Compiling term v0.7.0
21812025-05-22T20:09:00.656Z Compiling toml v0.8.22
21822025-05-22T20:09:01.114Z Compiling itertools v0.13.0
21832025-05-22T20:09:01.210Z Compiling crossbeam-channel v0.5.15
21842025-05-22T20:09:01.689Z Compiling tough v0.20.0
21852025-05-22T20:09:02.774Z Compiling serde_path_to_error v0.1.17
21862025-05-22T20:09:03.818Z Compiling topological-sort v0.2.2
21872025-05-22T20:09:03.842Z Compiling take_mut v0.2.2
21882025-05-22T20:09:04.050Z Compiling parse-size v1.1.0
21892025-05-22T20:09:04.138Z Compiling indent_write v2.2.0
21902025-05-22T20:09:04.405Z Compiling debug-ignore v1.0.5
21912025-05-22T20:09:04.429Z Compiling omicron-zone-package v0.12.2
21922025-05-22T20:09:04.890Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
21932025-05-22T20:09:05.565Z Compiling slog-term v2.9.1
21942025-05-22T20:09:06.606Z Compiling shell-words v1.1.0
21952025-05-22T20:09:08.020Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
21962025-05-22T20:09:18.921Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
21972025-05-22T20:09:33.707Z Finished `release` profile [optimized] target(s) in 5m 01s
21982025-05-22T20:09:33.891Z Running `target/release/omicron-releng --output-dir /work --mkincorp`
21992025-05-22T20:09:33.945ZMay 22 20:09:33.593 DEBG changing working directory to /work/oxidecomputer/omicron
22002025-05-22T20:09:34.089ZMay 22 20:09:33.714 DEBG running: git rev-parse HEAD
22012025-05-22T20:09:34.092ZMay 22 20:09:33.717 DEBG process exited with exit status: 0 (3.385777ms)
22022025-05-22T20:09:34.092ZMay 22 20:09:33.717 INFO version: 15.0.0-0.ci+git50160a8100a
22032025-05-22T20:09:34.109ZMay 22 20:09:33.757 INFO cloning helios to /work/oxidecomputer/helios
22042025-05-22T20:09:34.109ZMay 22 20:09:33.757 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
22052025-05-22T20:09:34.114ZCloning into '/work/oxidecomputer/helios'...
22062025-05-22T20:09:34.606ZMay 22 20:09:34.251 DEBG process exited with exit status: 0 (494.31469ms)
22072025-05-22T20:09:34.606ZMay 22 20:09:34.251 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
22082025-05-22T20:09:34.612ZMay 22 20:09:34.255 DEBG process exited with exit status: 0 (3.587526ms)
22092025-05-22T20:09:34.612ZMay 22 20:09:34.255 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
22102025-05-22T20:09:35.695ZMay 22 20:09:35.343 DEBG process exited with exit status: 0 (1.087964799s)
22112025-05-22T20:09:35.695ZMay 22 20:09:35.343 DEBG running: zfs list rpool/images/build/host
22122025-05-22T20:09:35.699ZNAME USED AVAIL REFER MOUNTPOINT
22132025-05-22T20:09:35.699Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
22142025-05-22T20:09:35.703ZMay 22 20:09:35.348 DEBG process exited with exit status: 0 (5.533601ms)
22152025-05-22T20:09:35.703ZMay 22 20:09:35.348 DEBG running: zfs list rpool/images/build/recovery
22162025-05-22T20:09:35.706ZNAME USED AVAIL REFER MOUNTPOINT
22172025-05-22T20:09:35.706Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
22182025-05-22T20:09:35.706ZMay 22 20:09:35.353 DEBG process exited with exit status: 0 (4.745119ms)
22192025-05-22T20:09:35.706ZMay 22 20:09:35.354 INFO [incorp-manifest] running task
22202025-05-22T20:09:35.706ZMay 22 20:09:35.354 INFO [hubris-production] running task
22212025-05-22T20:09:35.706ZMay 22 20:09:35.354 INFO [hubris-staging] running task
22222025-05-22T20:09:35.706ZMay 22 20:09:35.354 DEBG running: pkg list -g https://pkg.oxide.computer/helios/2/dev/ -F json -o fmri '*@latest'
22232025-05-22T20:09:35.709ZMay 22 20:09:35.355 INFO [incorp-create] running: pkgrepo create /work/incorporation
22242025-05-22T20:09:35.709ZMay 22 20:09:35.356 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
22252025-05-22T20:09:35.709ZMay 22 20:09:35.356 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
22262025-05-22T20:09:35.792Z[ helios-setup] cd tools/helios-build && cargo build --quiet
22272025-05-22T20:09:36.086ZMay 22 20:09:35.734 INFO [incorp-create] process exited with exit status: 0 (379.182042ms)
22282025-05-22T20:09:36.091ZMay 22 20:09:35.734 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios-dev
22292025-05-22T20:09:36.426Z[ omicron-package] Blocking waiting for file lock on package cache
22302025-05-22T20:09:36.497ZMay 22 20:09:36.145 INFO [incorp-publisher] process exited with exit status: 0 (411.12681ms)
22312025-05-22T20:09:36.923Z[ omicron-package] Blocking waiting for file lock on package cache
22322025-05-22T20:09:37.241Z[ omicron-package] Blocking waiting for file lock on package cache
22332025-05-22T20:09:37.740ZMay 22 20:09:37.389 INFO [hubris-production] task succeeded (2.034627836s)
22342025-05-22T20:09:38.219Z[ omicron-package] Compiling ring v0.17.14
22352025-05-22T20:09:38.223Z[ omicron-package] Compiling ident_case v1.0.1
22362025-05-22T20:09:38.516Z[ omicron-package] Compiling thiserror v2.0.12
22372025-05-22T20:09:38.597Z[ omicron-package] Compiling regress v0.10.3
22382025-05-22T20:09:38.687Z[ omicron-package] Compiling proc-macro-crate v1.3.1
22392025-05-22T20:09:38.691Z[ omicron-package] Compiling itertools v0.13.0
22402025-05-22T20:09:38.691Z[ omicron-package] Compiling macaddr v1.0.1
22412025-05-22T20:09:39.214Z[ omicron-package] Compiling darling_core v0.20.10
22422025-05-22T20:09:40.228Z[ omicron-package] Compiling heapless v0.8.0
22432025-05-22T20:09:40.715Z[ omicron-package] Compiling num_enum_derive v0.5.11
22442025-05-22T20:09:42.103Z[ omicron-package] Compiling hash32 v0.3.1
22452025-05-22T20:09:42.660Z[ omicron-package] Compiling smoltcp v0.11.0
22462025-05-22T20:09:44.122Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22472025-05-22T20:09:44.673Z[ omicron-package] Compiling heck v0.5.0
22482025-05-22T20:09:45.281Z[ omicron-package] Compiling rustls v0.23.19
22492025-05-22T20:09:45.475Z[ omicron-package] Compiling num_enum v0.5.11
22502025-05-22T20:09:46.521Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
22512025-05-22T20:09:47.611Z[ omicron-package] Compiling typify-impl v0.3.0
22522025-05-22T20:09:47.761Z[ omicron-package] Compiling cobs v0.2.3
22532025-05-22T20:09:48.100Z[ omicron-package] Compiling rustls v0.22.4
22542025-05-22T20:09:48.294Z[ omicron-package] Compiling unsafe-libyaml v0.2.11
22552025-05-22T20:09:48.981Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22562025-05-22T20:09:49.128Z[ omicron-package] Compiling postcard v1.0.10
22572025-05-22T20:09:49.812Z[ omicron-package] Compiling darling_macro v0.20.10
22582025-05-22T20:09:50.569Z[ omicron-package] Compiling rustls-webpki v0.102.8
22592025-05-22T20:09:51.518Z[ omicron-package] Compiling darling v0.20.10
22602025-05-22T20:09:51.812Z[ omicron-package] Compiling serde_yaml v0.9.34+deprecated
22612025-05-22T20:09:51.929Z[ omicron-package] Compiling ingot-macros v0.1.0
22622025-05-22T20:09:56.629Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
22632025-05-22T20:09:56.689Z[ omicron-package] Compiling proc-macro-error v1.0.4
22642025-05-22T20:09:57.481Z[ omicron-package] Compiling multer v3.1.0
22652025-05-22T20:09:58.056Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
22662025-05-22T20:09:58.420Z[ omicron-package] Compiling foreign-types-macros v0.2.3
22672025-05-22T20:09:58.877Z[ omicron-package] Compiling match_cfg v0.1.0
22682025-05-22T20:09:59.067Z[ omicron-package] Compiling foreign-types-shared v0.3.1
22692025-05-22T20:09:59.416Z[ omicron-package] Compiling unicode-width v0.1.14
22702025-05-22T20:10:00.335Z[ omicron-package] Compiling foreign-types v0.5.0
22712025-05-22T20:10:00.401Z[ omicron-package] Compiling tabwriter v1.4.0
22722025-05-22T20:10:00.632Z[ omicron-package] Compiling hostname v0.3.1
22732025-05-22T20:10:01.072Z[ omicron-package] Compiling ingot-types v0.1.0
22742025-05-22T20:10:02.764Z[ omicron-package] Compiling ingot v0.1.0
22752025-05-22T20:10:02.807Z[ omicron-package] Compiling slog-json v2.6.1
22762025-05-22T20:10:03.276Z[ omicron-package] Compiling tokio-rustls v0.26.0
22772025-05-22T20:10:03.839Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22782025-05-22T20:10:03.941Z[ omicron-package] Compiling hyper-rustls v0.27.3
22792025-05-22T20:10:04.039Z[ omicron-package] Compiling typify-macro v0.3.0
22802025-05-22T20:10:04.532Z[ omicron-package] Compiling reqwest v0.12.15 (https://github.com/seanmonstar/reqwest?rev=114d97c1a862567b465cb57f14d584626e1cf30c#114d97c1)
22812025-05-22T20:10:04.855Z[ omicron-package] Compiling cstr-argument v0.1.2
22822025-05-22T20:10:05.322Z[ omicron-package] Compiling dropshot v0.16.2
22832025-05-22T20:10:08.942Z[ omicron-package] Compiling typify v0.3.0
22842025-05-22T20:10:09.499Z[ omicron-package] Compiling progenitor-impl v0.9.1
22852025-05-22T20:10:10.213Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
22862025-05-22T20:10:13.507Z[ omicron-package] Compiling async-stream-impl v0.3.6
22872025-05-22T20:10:14.718Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
22882025-05-22T20:10:15.243Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
22892025-05-22T20:10:15.771Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
22902025-05-22T20:10:16.132Z[ omicron-package] Compiling pretty-hex v0.2.1
22912025-05-22T20:10:16.302ZMay 22 20:10:15.955 INFO [hubris-staging] task succeeded (40.600607327s)
22922025-05-22T20:10:16.533Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22932025-05-22T20:10:17.126Z[ omicron-package] Compiling async-stream v0.3.6
22942025-05-22T20:10:17.610Z[ omicron-package] Compiling tokio-rustls v0.25.0
22952025-05-22T20:10:17.722Z[ omicron-package] Compiling progenitor-macro v0.9.1
22962025-05-22T20:10:17.775Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22972025-05-22T20:10:18.662Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22982025-05-22T20:10:18.833Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22992025-05-22T20:10:19.672Z[ omicron-package] Compiling slog-bunyan v2.5.0
23002025-05-22T20:10:19.962ZMay 22 20:10:19.615 DEBG process exited with exit status: 0 (44.260523052s)
23012025-05-22T20:10:19.965ZMay 22 20:10:19.617 INFO [incorp-manifest] task succeeded (44.262754247s)
23022025-05-22T20:10:19.965ZMay 22 20:10:19.618 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
23032025-05-22T20:10:20.441ZMay 22 20:10:20.094 INFO [incorp-fmt] process exited with exit status: 0 (476.96094ms)
23042025-05-22T20:10:20.444ZMay 22 20:10:20.094 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
23052025-05-22T20:10:20.716Z[ omicron-package] Compiling serde_with_macros v3.12.0
23062025-05-22T20:10:21.540Z[ incorp-pkgsend] pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@15.0.0.0,5.11:20250522T201021Z
23072025-05-22T20:10:21.540Z[ incorp-pkgsend] PUBLISHED
23082025-05-22T20:10:21.807ZMay 22 20:10:21.460 INFO [incorp-pkgsend] process exited with exit status: 0 (1.36631217s)
23092025-05-22T20:10:21.811ZMay 22 20:10:21.465 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
23102025-05-22T20:10:22.646Z[ helios-incorp] Retrieving packages for publisher helios-dev ...
23112025-05-22T20:10:22.656Z[ helios-incorp] Retrieving catalog 'helios-dev' ... Done
23122025-05-22T20:10:22.725Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
23132025-05-22T20:10:22.725Z[ helios-incorp] Fetching manifests: 1/1 100% complete
23142025-05-22T20:10:22.728Z[ helios-incorp] Fetching manifests: 1/1 100% complete
23152025-05-22T20:10:22.735Z[ helios-incorp]
23162025-05-22T20:10:22.735Z[ helios-incorp] Archiving packages ...
23172025-05-22T20:10:22.739Z[ helios-incorp] Packages to add: 1
23182025-05-22T20:10:22.739Z[ helios-incorp] Files to retrieve: 0
23192025-05-22T20:10:22.739Z[ helios-incorp] Estimated transfer size: 0.00 B
23202025-05-22T20:10:22.739Z[ helios-incorp]
23212025-05-22T20:10:22.739Z[ helios-incorp] Packages to archive:
23222025-05-22T20:10:22.739Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@15.0.0.0,5.11:20250522T201021Z
23232025-05-22T20:10:22.739Z[ helios-incorp]
23242025-05-22T20:10:22.739Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
23252025-05-22T20:10:22.739Z[ helios-incorp] Archiving: Completed 106.69 kB in 0.00 seconds
23262025-05-22T20:10:22.890ZMay 22 20:10:22.543 INFO [helios-incorp] process exited with exit status: 0 (1.082406455s)
23272025-05-22T20:10:23.556Z[ omicron-package] Compiling parse-display-derive v0.10.0
23282025-05-22T20:10:23.841Z[ omicron-package] Compiling progenitor-client v0.9.1
23292025-05-22T20:10:25.070Z[ omicron-package] Compiling colored v2.2.0
23302025-05-22T20:10:25.221Z[ helios-setup] May 22 20:10:24.874 INFO helios repository root is: /work/oxidecomputer/helios
23312025-05-22T20:10:25.224Z[ helios-setup] May 22 20:10:24.876 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
23322025-05-22T20:10:25.224Z[ helios-setup] May 22 20:10:24.876 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
23332025-05-22T20:10:25.227Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
23342025-05-22T20:10:26.024Z[ helios-setup] May 22 20:10:25.678 INFO clone ok!, project: phbl
23352025-05-22T20:10:26.028Z[ helios-setup] May 22 20:10:25.678 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
23362025-05-22T20:10:26.028Z[ helios-setup] May 22 20:10:25.678 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
23372025-05-22T20:10:26.028Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
23382025-05-22T20:10:26.550Z[ omicron-package] Compiling waitgroup v0.1.2
23392025-05-22T20:10:26.928Z[ omicron-package] Compiling dropshot_endpoint v0.16.2
23402025-05-22T20:10:27.238Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
23412025-05-22T20:10:27.246Z[ helios-setup] May 22 20:10:26.888 INFO clone ok!, project: amd-host-image-builder
23422025-05-22T20:10:27.246Z[ helios-setup] May 22 20:10:26.888 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
23432025-05-22T20:10:27.246Z[ helios-setup] May 22 20:10:26.888 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
23442025-05-22T20:10:27.471Z[ omicron-package] Compiling hostname v0.4.0
23452025-05-22T20:10:27.819Z[ omicron-package] Compiling instant v0.1.13
23462025-05-22T20:10:27.949Z[ helios-setup] May 22 20:10:27.603 INFO clone ok!, project: pinprick
23472025-05-22T20:10:27.953Z[ helios-setup] May 22 20:10:27.603 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
23482025-05-22T20:10:27.953Z[ helios-setup] May 22 20:10:27.603 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
23492025-05-22T20:10:27.953Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
23502025-05-22T20:10:28.132Z[ omicron-package] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23512025-05-22T20:10:28.839Z[ omicron-package] Compiling derive-where v1.2.7
23522025-05-22T20:10:29.202Z[ helios-setup] May 22 20:10:28.832 INFO clone ok!, project: pilot
23532025-05-22T20:10:29.202Z[ helios-setup] May 22 20:10:28.832 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
23542025-05-22T20:10:29.202Z[ helios-setup] May 22 20:10:28.832 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
23552025-05-22T20:10:29.202Z[ helios-setup] May 22 20:10:28.832 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
23562025-05-22T20:10:29.202Z[ helios-setup] May 22 20:10:28.832 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
23572025-05-22T20:10:29.202Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
23582025-05-22T20:10:29.650Z[ omicron-package] Compiling progenitor v0.9.1
23592025-05-22T20:10:29.970Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
23602025-05-22T20:10:30.061Z[ helios-setup] May 22 20:10:29.715 INFO clone ok!, project: image-builder
23612025-05-22T20:10:30.065Z[ helios-setup] May 22 20:10:29.715 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
23622025-05-22T20:10:30.066Z[ helios-setup] May 22 20:10:29.716 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
23632025-05-22T20:10:30.068Z[ helios-setup] May 22 20:10:29.716 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
23642025-05-22T20:10:30.068Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
23652025-05-22T20:10:30.450Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
23662025-05-22T20:10:31.270Z[ helios-setup] May 22 20:10:30.924 INFO clone ok!, project: chelsio-t6-roms
23672025-05-22T20:10:31.297Z[ helios-setup] May 22 20:10:30.924 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
23682025-05-22T20:10:31.297Z[ helios-setup] May 22 20:10:30.924 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
23692025-05-22T20:10:31.297Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
23702025-05-22T20:10:31.818Z[ omicron-package] Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
23712025-05-22T20:10:32.260Z[ omicron-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=875ae5b7f8f0e32e9be672a36b5dda109b9b2450#875ae5b7)
23722025-05-22T20:10:33.723Z[ omicron-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23732025-05-22T20:10:34.002Z[ omicron-package] Compiling backoff v0.4.0
23742025-05-22T20:10:34.447Z[ omicron-package] Compiling parse-display v0.10.0
23752025-05-22T20:10:42.248Z[ helios-setup] May 22 20:10:41.904 INFO clone ok!, project: amd-firmware
23762025-05-22T20:10:42.252Z[ helios-setup] May 22 20:10:41.904 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
23772025-05-22T20:10:42.252Z[ helios-setup] May 22 20:10:41.904 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
23782025-05-22T20:10:42.255Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
23792025-05-22T20:10:43.154Z[ helios-setup] May 22 20:10:42.808 INFO clone ok!, project: bootserver
23802025-05-22T20:10:43.157Z[ helios-setup] May 22 20:10:42.809 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
23812025-05-22T20:10:43.783Z[ helios-setup] May 22 20:10:43.438 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
23822025-05-22T20:10:43.946Z[ omicron-package] Compiling serde_with v3.12.0
23832025-05-22T20:10:44.378Z[ helios-setup] May 22 20:10:44.034 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
23842025-05-22T20:10:44.378Z[ helios-setup] May 22 20:10:44.034 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
23852025-05-22T20:10:44.918Z[ helios-setup] May 22 20:10:44.573 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
23862025-05-22T20:10:45.570Z[ helios-setup] May 22 20:10:45.226 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
23872025-05-22T20:10:45.570Z[ helios-setup] May 22 20:10:45.226 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
23882025-05-22T20:10:46.157Z[ helios-setup] May 22 20:10:45.811 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
23892025-05-22T20:10:46.762Z[ omicron-package] Compiling progenitor-client v0.10.0
23902025-05-22T20:10:46.813Z[ helios-setup] May 22 20:10:46.466 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
23912025-05-22T20:10:46.816Z[ helios-setup] May 22 20:10:46.466 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
23922025-05-22T20:10:46.816Z[ helios-setup] May 22 20:10:46.466 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
23932025-05-22T20:10:46.816Z[ helios-setup] May 22 20:10:46.466 INFO ok!
23942025-05-22T20:10:46.817Z[ helios-setup] May 22 20:10:46.466 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
23952025-05-22T20:10:46.817Z[ helios-setup] May 22 20:10:46.466 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
23962025-05-22T20:10:46.817Z[ helios-setup] May 22 20:10:46.466 INFO ok!
23972025-05-22T20:10:46.817Z[ helios-setup] May 22 20:10:46.467 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
23982025-05-22T20:10:46.817Z[ helios-setup] May 22 20:10:46.467 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
23992025-05-22T20:10:46.817Z[ helios-setup] May 22 20:10:46.467 INFO ok!
24002025-05-22T20:10:46.817Z[ helios-setup] May 22 20:10:46.467 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
24012025-05-22T20:10:46.929Z[ helios-setup] May 22 20:10:46.585 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.87.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')"
24022025-05-22T20:10:46.929Z[ helios-setup] May 22 20:10:46.585 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
24032025-05-22T20:10:46.932Z[ helios-setup] May 22 20:10:46.585 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
24042025-05-22T20:10:47.345Z[ helios-setup] May 22 20:10:47.001 INFO E| Updating crates.io index
24052025-05-22T20:10:47.455Z[ helios-setup] May 22 20:10:47.110 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
24062025-05-22T20:10:47.880Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
24072025-05-22T20:10:48.261Z[ helios-setup] May 22 20:10:47.917 INFO E| From https://github.com/oxidecomputer/amd-apcb
24082025-05-22T20:10:48.261Z[ helios-setup] May 22 20:10:47.917 INFO E| * [new ref] a8c7f0b7bd3f4cb6b4db7cc90df9a6b2cd7e080f -> refs/commit/a8c7f0b7bd3f4cb6b4db7cc90df9a6b2cd7e080f
24092025-05-22T20:10:48.285Z[ helios-setup] May 22 20:10:47.941 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
24102025-05-22T20:10:48.740Z[ helios-setup] May 22 20:10:48.396 INFO E| From https://github.com/oxidecomputer/amd-efs
24112025-05-22T20:10:48.740Z[ helios-setup] May 22 20:10:48.396 INFO E| * [new ref] 81e565383ee8b0133532edaa54074a0a4bbd200e -> refs/commit/81e565383ee8b0133532edaa54074a0a4bbd200e
24122025-05-22T20:10:48.798Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24132025-05-22T20:10:48.953Z[ helios-setup] May 22 20:10:48.609 INFO E| Downloading crates ...
24142025-05-22T20:10:49.084Z[ helios-setup] May 22 20:10:48.741 INFO E| Downloaded modular-bitfield-impl v0.11.2
24152025-05-22T20:10:49.088Z[ helios-setup] May 22 20:10:48.743 INFO E| Downloaded cpufeatures v0.2.17
24162025-05-22T20:10:49.105Z[ helios-setup] May 22 20:10:48.761 INFO E| Downloaded unic-ucd-version v0.9.0
24172025-05-22T20:10:49.110Z[ helios-setup] May 22 20:10:48.763 INFO E| Downloaded unic-common v0.9.0
24182025-05-22T20:10:49.110Z[ helios-setup] May 22 20:10:48.765 INFO E| Downloaded bytesize v2.0.1
24192025-05-22T20:10:49.114Z[ helios-setup] May 22 20:10:48.769 INFO E| Downloaded itoa v1.0.15
24202025-05-22T20:10:49.125Z[ helios-setup] May 22 20:10:48.772 INFO E| Downloaded fletcher v1.0.0
24212025-05-22T20:10:49.125Z[ helios-setup] May 22 20:10:48.774 INFO E| Downloaded unic-char-range v0.9.0
24222025-05-22T20:10:49.125Z[ helios-setup] May 22 20:10:48.776 INFO E| Downloaded structopt-derive v0.4.18
24232025-05-22T20:10:49.125Z[ helios-setup] May 22 20:10:48.779 INFO E| Downloaded vec_map v0.8.2
24242025-05-22T20:10:49.125Z[ helios-setup] May 22 20:10:48.781 INFO E| Downloaded unic-ucd-ident v0.9.0
24252025-05-22T20:10:49.129Z[ helios-setup] May 22 20:10:48.785 INFO E| Downloaded textwrap v0.11.0
24262025-05-22T20:10:49.132Z[ helios-setup] May 22 20:10:48.788 INFO E| Downloaded strsim v0.8.0
24272025-05-22T20:10:49.135Z[ helios-setup] May 22 20:10:48.790 INFO E| Downloaded ansi_term v0.12.1
24282025-05-22T20:10:49.139Z[ helios-setup] May 22 20:10:48.794 INFO E| Downloaded modular-bitfield v0.11.2
24292025-05-22T20:10:49.161Z[ helios-setup] May 22 20:10:48.816 INFO E| Downloaded strum_macros v0.27.1
24302025-05-22T20:10:49.165Z[ helios-setup] May 22 20:10:48.820 INFO E| Downloaded structopt v0.3.26
24312025-05-22T20:10:49.176Z[ helios-setup] May 22 20:10:48.832 INFO E| Downloaded typenum v1.18.0
24322025-05-22T20:10:49.181Z[ helios-setup] May 22 20:10:48.838 INFO E| Downloaded pest_meta v2.8.0
24332025-05-22T20:10:49.185Z[ helios-setup] May 22 20:10:48.841 INFO E| Downloaded ryu v1.0.20
24342025-05-22T20:10:49.195Z[ helios-setup] May 22 20:10:48.851 INFO E| Downloaded pest_derive v2.8.0
24352025-05-22T20:10:49.199Z[ helios-setup] May 22 20:10:48.855 INFO E| Downloaded pest v2.8.0
24362025-05-22T20:10:49.206Z[ helios-setup] May 22 20:10:48.863 INFO E| Downloaded pest_generator v2.8.0
24372025-05-22T20:10:49.210Z[ helios-setup] May 22 20:10:48.865 INFO E| Downloaded four-cc v0.4.0
24382025-05-22T20:10:49.214Z[ helios-setup] May 22 20:10:48.867 INFO E| Downloaded goblin v0.9.3
24392025-05-22T20:10:49.223Z[ helios-setup] May 22 20:10:48.879 INFO E| Downloaded clap v2.34.0
24402025-05-22T20:10:49.235Z[ helios-setup] May 22 20:10:48.892 INFO E| Downloaded rustversion v1.0.20
24412025-05-22T20:10:49.240Z[ helios-setup] May 22 20:10:48.896 INFO E| Downloaded unic-char-property v0.9.0
24422025-05-22T20:10:49.243Z[ helios-setup] May 22 20:10:48.898 INFO E| Downloaded strum v0.27.1
24432025-05-22T20:10:49.243Z[ helios-setup] May 22 20:10:48.900 INFO E| Downloaded scroll_derive v0.12.1
24442025-05-22T20:10:49.247Z[ helios-setup] May 22 20:10:48.901 INFO E| Downloaded parse_int v0.9.0
24452025-05-22T20:10:49.337Z[ helios-setup] May 22 20:10:48.992 INFO E| Compiling proc-macro2 v1.0.95
24462025-05-22T20:10:49.337Z[ helios-setup] May 22 20:10:48.993 INFO E| Compiling unicode-ident v1.0.18
24472025-05-22T20:10:49.337Z[ helios-setup] May 22 20:10:48.993 INFO E| Compiling memchr v2.7.4
24482025-05-22T20:10:49.340Z[ helios-setup] May 22 20:10:48.993 INFO E| Compiling autocfg v1.4.0
24492025-05-22T20:10:49.340Z[ helios-setup] May 22 20:10:48.993 INFO E| Compiling thiserror v2.0.12
24502025-05-22T20:10:49.340Z[ helios-setup] May 22 20:10:48.993 INFO E| Compiling syn v1.0.109
24512025-05-22T20:10:49.340Z[ helios-setup] May 22 20:10:48.993 INFO E| Compiling serde v1.0.219
24522025-05-22T20:10:49.341Z[ helios-setup] May 22 20:10:48.993 INFO E| Compiling version_check v0.9.5
24532025-05-22T20:10:49.389Z[ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24542025-05-22T20:10:49.764Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
24552025-05-22T20:10:50.110Z[ helios-setup] May 22 20:10:49.766 INFO E| Compiling serde_json v1.0.140
24562025-05-22T20:10:50.510Z[ omicron-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
24572025-05-22T20:10:50.618Z[ helios-setup] May 22 20:10:50.274 INFO E| Compiling itoa v1.0.15
24582025-05-22T20:10:51.300Z[ helios-setup] May 22 20:10:50.489 INFO E| Compiling num-traits v0.2.19
24592025-05-22T20:10:51.312Z[ helios-setup] May 22 20:10:50.623 INFO E| Compiling schemars v0.8.22
24602025-05-22T20:10:51.312Z[ helios-setup] May 22 20:10:50.696 INFO E| Compiling ryu v1.0.20
24612025-05-22T20:10:51.312Z[ helios-setup] May 22 20:10:50.811 INFO E| Compiling memoffset v0.9.1
24622025-05-22T20:10:51.312Z[ helios-setup] May 22 20:10:50.828 INFO E| Compiling proc-macro-error-attr v1.0.4
24632025-05-22T20:10:51.595Z[ helios-setup] May 22 20:10:51.252 INFO E| Compiling ucd-trie v0.1.7
24642025-05-22T20:10:51.612Z[ omicron-package] Compiling sigpipe v0.1.3
24652025-05-22T20:10:51.809Z[ helios-setup] May 22 20:10:51.466 INFO E| Compiling zerocopy v0.8.25
24662025-05-22T20:10:51.930Z[ helios-setup] May 22 20:10:51.587 INFO E| Compiling paste v1.0.15
24672025-05-22T20:10:52.094Z[ helios-setup] May 22 20:10:51.750 INFO E| Compiling dyn-clone v1.0.19
24682025-05-22T20:10:52.135Z[ helios-setup] May 22 20:10:51.791 INFO E| Compiling libc v0.2.172
24692025-05-22T20:10:52.191Z[ helios-setup] May 22 20:10:51.848 INFO E| Compiling rustversion v1.0.20
24702025-05-22T20:10:52.413Z[ omicron-package] Compiling num-derive v0.4.2
24712025-05-22T20:10:52.997Z[ helios-setup] May 22 20:10:52.646 INFO E| Compiling quote v1.0.40
24722025-05-22T20:10:53.016Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24732025-05-22T20:10:53.186Z[ helios-setup] May 22 20:10:52.842 INFO E| Compiling proc-macro-error v1.0.4
24742025-05-22T20:10:53.226Z[ helios-setup] May 22 20:10:52.883 INFO E| Compiling static_assertions v1.1.0
24752025-05-22T20:10:53.392Z[ helios-setup] May 22 20:10:53.047 INFO E| Compiling once_cell v1.21.3
24762025-05-22T20:10:53.795Z[ omicron-package] Compiling libefi-sys v0.1.0
24772025-05-22T20:10:54.015Z[ helios-setup] May 22 20:10:53.672 INFO E| Compiling syn v2.0.101
24782025-05-22T20:10:54.455Z[ helios-setup] May 22 20:10:54.111 INFO E| Compiling heck v0.5.0
24792025-05-22T20:10:54.936Z[ omicron-package] Compiling jiff v0.2.13
24802025-05-22T20:10:55.260Z[ helios-setup] May 22 20:10:54.917 INFO E| Compiling unicode-segmentation v1.12.0
24812025-05-22T20:10:55.274Z[ helios-setup] May 22 20:10:54.930 INFO E| Compiling unicode-width v0.1.14
24822025-05-22T20:10:55.399Z[ helios-setup] May 22 20:10:55.056 INFO E| Compiling atty v0.2.14
24832025-05-22T20:10:55.605Z[ helios-setup] May 22 20:10:55.262 INFO E| Compiling byteorder v1.5.0
24842025-05-22T20:10:56.027Z[ omicron-package] Compiling glob v0.3.2
24852025-05-22T20:10:56.270Z[ helios-setup] May 22 20:10:55.925 INFO E| Compiling textwrap v0.11.0
24862025-05-22T20:10:56.418Z[ helios-setup] May 22 20:10:56.075 INFO E| Compiling parse_int v0.9.0
24872025-05-22T20:10:56.446Z[ helios-setup] May 22 20:10:56.103 INFO E| Compiling unic-common v0.9.0
24882025-05-22T20:10:56.474Z[ helios-setup] May 22 20:10:56.126 INFO E| Compiling fletcher v1.0.0
24892025-05-22T20:10:56.489Z[ helios-setup] May 22 20:10:56.146 INFO E| Compiling strsim v0.8.0
24902025-05-22T20:10:56.517Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
24912025-05-22T20:10:56.741Z[ helios-setup] May 22 20:10:56.398 INFO E| Compiling heck v0.3.3
24922025-05-22T20:10:56.819Z[ helios-setup] May 22 20:10:56.477 INFO E| Compiling ansi_term v0.12.1
24932025-05-22T20:10:56.894Z[ helios-setup] May 22 20:10:56.551 INFO E| Compiling unic-char-range v0.9.0
24942025-05-22T20:10:57.040Z[ helios-setup] May 22 20:10:56.697 INFO E| Compiling vec_map v0.8.2
24952025-05-22T20:10:57.361Z[ helios-setup] May 22 20:10:57.018 INFO E| Compiling strum v0.27.1
24962025-05-22T20:10:57.395Z[ helios-setup] May 22 20:10:57.052 INFO E| Compiling bitflags v1.3.2
24972025-05-22T20:10:57.453Z[ helios-setup] May 22 20:10:57.110 INFO E| Compiling unic-char-property v0.9.0
24982025-05-22T20:10:57.539Z[ helios-setup] May 22 20:10:57.190 INFO E| Compiling clap v2.34.0
24992025-05-22T20:10:57.594Z[ helios-setup] May 22 20:10:57.251 INFO E| Compiling unic-ucd-version v0.9.0
25002025-05-22T20:10:57.616Z[ helios-setup] May 22 20:10:57.269 INFO E| Compiling lazy_static v1.5.0
25012025-05-22T20:10:57.731Z[ helios-setup] May 22 20:10:57.388 INFO E| Compiling log v0.4.27
25022025-05-22T20:10:57.758Z[ helios-setup] May 22 20:10:57.415 INFO E| Compiling plain v0.2.3
25032025-05-22T20:10:57.776Z[ helios-setup] May 22 20:10:57.434 INFO E| Compiling unic-ucd-ident v0.9.0
25042025-05-22T20:10:57.912Z[ helios-setup] May 22 20:10:57.569 INFO E| Compiling bytesize v2.0.1
25052025-05-22T20:10:59.339Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25062025-05-22T20:10:59.655Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
25072025-05-22T20:11:00.640Z[ omicron-package] Compiling zone v0.3.1
25082025-05-22T20:11:02.625Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
25092025-05-22T20:11:03.414Z[ omicron-package] Compiling itertools v0.14.0
25102025-05-22T20:11:04.207Z[ helios-setup] May 22 20:11:03.865 INFO E| Compiling serde_derive_internals v0.29.1
25112025-05-22T20:11:04.639Z[ helios-setup] May 22 20:11:04.297 INFO E| Compiling modular-bitfield-impl v0.11.2
25122025-05-22T20:11:05.186Z[ helios-setup] May 22 20:11:04.844 INFO E| Compiling structopt-derive v0.4.18
25132025-05-22T20:11:06.047Z[ omicron-package] Compiling smf v0.2.3
25142025-05-22T20:11:08.349Z[ helios-setup] May 22 20:11:08.007 INFO E| Compiling thiserror-impl v2.0.12
25152025-05-22T20:11:08.349Z[ helios-setup] May 22 20:11:08.007 INFO E| Compiling serde_derive v1.0.219
25162025-05-22T20:11:08.349Z[ helios-setup] May 22 20:11:08.007 INFO E| Compiling schemars_derive v0.8.22
25172025-05-22T20:11:08.353Z[ helios-setup] May 22 20:11:08.007 INFO E| Compiling zerocopy-derive v0.8.25
25182025-05-22T20:11:08.380Z[ helios-setup] May 22 20:11:08.039 INFO E| Compiling num-derive v0.4.2
25192025-05-22T20:11:08.539Z[ helios-setup] May 22 20:11:08.197 INFO E| Compiling scroll_derive v0.12.1
25202025-05-22T20:11:09.186Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
25212025-05-22T20:11:09.451Z[ helios-setup] May 22 20:11:09.110 INFO E| Compiling modular-bitfield v0.11.2
25222025-05-22T20:11:09.901Z[ helios-setup] May 22 20:11:09.559 INFO E| Compiling strum_macros v0.27.1
25232025-05-22T20:11:10.091Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25242025-05-22T20:11:10.670Z[ omicron-package] Compiling bitfield-struct v0.6.2
25252025-05-22T20:11:11.263Z[ helios-setup] May 22 20:11:10.921 INFO E| Compiling structopt v0.3.26
25262025-05-22T20:11:11.629Z[ helios-setup] May 22 20:11:11.287 INFO E| Compiling scroll v0.12.0
25272025-05-22T20:11:12.230Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25282025-05-22T20:11:12.307Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25292025-05-22T20:11:12.521Z[ helios-setup] May 22 20:11:12.180 INFO E| Compiling goblin v0.9.3
25302025-05-22T20:11:12.667Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25312025-05-22T20:11:13.236Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25322025-05-22T20:11:13.972Z[ helios-setup] May 22 20:11:13.631 INFO E| Compiling pest v2.8.0
25332025-05-22T20:11:14.584Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25342025-05-22T20:11:14.655Z[ omicron-package] Compiling gethostname v0.5.0
25352025-05-22T20:11:15.486Z[ omicron-package] Compiling fixedbitset v0.5.7
25362025-05-22T20:11:15.757Z[ omicron-package] Compiling omicron-zone-package v0.12.2
25372025-05-22T20:11:16.576Z[ omicron-package] Compiling petgraph v0.7.1
25382025-05-22T20:11:17.493Z[ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25392025-05-22T20:11:18.479Z[ helios-setup] May 22 20:11:18.131 INFO E| Compiling pest_meta v2.8.0
25402025-05-22T20:11:20.362Z[ helios-setup] May 22 20:11:20.007 INFO E| Compiling pest_generator v2.8.0
25412025-05-22T20:11:22.857Z[ helios-setup] May 22 20:11:22.516 INFO E| Compiling pest_derive v2.8.0
25422025-05-22T20:11:26.204Z[ helios-setup] May 22 20:11:25.865 INFO E| Compiling json5 v0.4.1
25432025-05-22T20:11:30.813Z[ helios-setup] May 22 20:11:30.474 INFO E| Compiling four-cc v0.4.0
25442025-05-22T20:11:30.813Z[ helios-setup] May 22 20:11:30.474 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#81e56538)
25452025-05-22T20:11:31.011Z[ helios-setup] May 22 20:11:30.672 INFO E| Compiling amd-apcb v0.5.1 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#a8c7f0b7)
25462025-05-22T20:11:31.095Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25472025-05-22T20:11:32.584Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25482025-05-22T20:11:35.757Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
25492025-05-22T20:11:52.450Z[ omicron-package] Finished `release` profile [optimized] target(s) in 2m 16s
25502025-05-22T20:11:52.719Z[ omicron-package]
25512025-05-22T20:11:52.722Z[ omicron-package] real 2:16.969914419
25522025-05-22T20:11:52.722Z[ omicron-package] user 11:20.056596363
25532025-05-22T20:11:52.722Z[ omicron-package] sys 42.756770504
25542025-05-22T20:11:52.722Z[ omicron-package] trap 0.987590626
25552025-05-22T20:11:52.722Z[ omicron-package] tflt 1.819928182
25562025-05-22T20:11:52.722Z[ omicron-package] dflt 0.963947107
25572025-05-22T20:11:52.722Z[ omicron-package] kflt 0.000600074
25582025-05-22T20:11:52.722Z[ omicron-package] lock 32:58.930234691
25592025-05-22T20:11:52.722Z[ omicron-package] slp 52:20.191328035
25602025-05-22T20:11:52.722Z[ omicron-package] lat 5:27.422826366
25612025-05-22T20:11:52.722Z[ omicron-package] stop 1:44.550966735
25622025-05-22T20:11:52.722ZMay 22 20:11:52.383 INFO [omicron-package] process exited with exit status: 0 (137.026586678s)
25632025-05-22T20:11:52.722ZMay 22 20:11:52.383 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
25642025-05-22T20:11:52.722ZMay 22 20:11:52.384 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
25652025-05-22T20:11:52.734Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
25662025-05-22T20:11:52.734Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
25672025-05-22T20:11:52.738Z[ host-target] Created new build target 'host' and set it as active
25682025-05-22T20:11:52.738Z[ recovery-target] Created new build target 'recovery' and set it as active
25692025-05-22T20:11:52.738ZMay 22 20:11:52.401 INFO [host-target] process exited with exit status: 0 (17.607855ms)
25702025-05-22T20:11:52.739ZMay 22 20:11:52.401 INFO [recovery-target] process exited with exit status: 0 (17.276328ms)
25712025-05-22T20:11:52.739ZMay 22 20:11:52.401 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
25722025-05-22T20:11:52.746Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
25732025-05-22T20:11:54.618Z[ host-package] Compiling ring v0.17.14
25742025-05-22T20:11:54.885Z[ host-package] Compiling typify-impl v0.4.1
25752025-05-22T20:11:54.939Z[ host-package] Compiling convert_case v0.4.0
25762025-05-22T20:11:54.939Z[ host-package] Compiling num-rational v0.4.2
25772025-05-22T20:11:54.944Z[ host-package] Compiling num-complex v0.4.6
25782025-05-22T20:11:54.944Z[ host-package] Compiling dirs-sys-next v0.1.2
25792025-05-22T20:11:55.458Z[ host-package] Compiling dirs-next v2.0.0
25802025-05-22T20:11:55.588Z[ host-package] Compiling derive_more v0.99.20
25812025-05-22T20:11:55.694Z[ host-package] Compiling float-ord v0.3.2
25822025-05-22T20:11:55.928Z[ host-package] Compiling term v0.7.0
25832025-05-22T20:11:56.180Z[ host-package] Compiling num v0.4.3
25842025-05-22T20:11:56.331Z[ host-package] Compiling is-terminal v0.4.13
25852025-05-22T20:11:56.517Z[ host-package] Compiling half v2.4.1
25862025-05-22T20:11:57.113Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25872025-05-22T20:11:57.299Z[ host-package] Compiling ciborium-io v0.2.2
25882025-05-22T20:11:57.507Z[ host-package] Compiling ciborium-ll v0.2.2
25892025-05-22T20:11:57.551Z[ host-package] Compiling camino v1.1.9
25902025-05-22T20:11:57.680Z[ host-package] Compiling secrecy v0.10.3
25912025-05-22T20:11:58.006Z[ host-package] Compiling ciborium v0.2.2
25922025-05-22T20:11:58.091Z[ host-package] Compiling atomicwrites v0.4.4
25932025-05-22T20:11:58.666Z[ host-package] Compiling password-hash v0.5.0
25942025-05-22T20:11:58.987Z[ host-package] Compiling blake2 v0.10.6
25952025-05-22T20:12:00.091Z[ host-package] Compiling argon2 v0.5.3
25962025-05-22T20:12:00.306Z[ host-package] Compiling newline-converter v0.3.0
25972025-05-22T20:12:00.646Z[ host-package] Compiling rustls v0.23.19
25982025-05-22T20:12:00.696Z[ host-package] Compiling fastrand v2.1.1
25992025-05-22T20:12:00.935Z[ host-package] Compiling expectorate v1.2.0
26002025-05-22T20:12:01.196Z[ host-package] Compiling tempfile v3.13.0
26012025-05-22T20:12:01.248Z[ host-package] Compiling rustls v0.22.4
26022025-05-22T20:12:01.300Z[ host-package] Compiling thread_local v1.1.8
26032025-05-22T20:12:01.331Z[ host-package] Compiling wait-timeout v0.2.0
26042025-05-22T20:12:01.809Z[ host-package] Compiling match_cfg v0.1.0
26052025-05-22T20:12:01.847Z[ host-package] Compiling bit-vec v0.8.0
26062025-05-22T20:12:01.995Z[ host-package] Compiling quick-error v1.2.3
26072025-05-22T20:12:02.152Z[ host-package] Compiling hostname v0.3.1
26082025-05-22T20:12:02.313Z[ host-package] Compiling bit-set v0.8.0
26092025-05-22T20:12:02.373Z[ host-package] Compiling rusty-fork v0.3.0
26102025-05-22T20:12:02.430Z[ host-package] Compiling multer v3.1.0
26112025-05-22T20:12:02.584Z[ host-package] Compiling slog-async v2.8.0
26122025-05-22T20:12:02.626Z[ host-package] Compiling slog-json v2.6.1
26132025-05-22T20:12:02.670Z[ host-package] Compiling crossbeam-channel v0.5.15
26142025-05-22T20:12:02.727Z[ host-package] Compiling rand_xorshift v0.3.0
26152025-05-22T20:12:02.995Z[ host-package] Compiling hex v0.4.3
26162025-05-22T20:12:03.028Z[ host-package] Compiling take_mut v0.2.2
26172025-05-22T20:12:03.106Z[ host-package] Compiling unarray v0.1.4
26182025-05-22T20:12:03.252Z[ host-package] Compiling slog-bunyan v2.5.0
26192025-05-22T20:12:03.352Z[ host-package] Compiling proptest v1.6.0
26202025-05-22T20:12:03.550Z[ host-package] Compiling rustls-webpki v0.102.8
26212025-05-22T20:12:03.749Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26222025-05-22T20:12:04.533Z[ host-package] Compiling slog-term v2.9.1
26232025-05-22T20:12:05.396Z[ host-package] Compiling dropshot v0.16.2
26242025-05-22T20:12:05.508Z[ host-package] Compiling typify-macro v0.4.1
26252025-05-22T20:12:05.608Z[ host-package] Compiling async-stream v0.3.6
26262025-05-22T20:12:05.674Z[ host-package] Compiling toml v0.8.22
26272025-05-22T20:12:05.775Z[ helios-setup] May 22 20:12:05.440 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
26282025-05-22T20:12:06.082Z[ host-package] Compiling waitgroup v0.1.2
26292025-05-22T20:12:06.403Z[ host-package] Compiling serde_path_to_error v0.1.17
26302025-05-22T20:12:07.488Z[ host-package] Compiling hostname v0.4.0
26312025-05-22T20:12:07.534Z[ host-package] Compiling instant v0.1.13
26322025-05-22T20:12:07.792Z[ host-package] Compiling debug-ignore v1.0.5
26332025-05-22T20:12:07.936Z[ host-package] Compiling backoff v0.4.0
26342025-05-22T20:12:08.074Z[ host-package] Compiling parse-display v0.10.0
26352025-05-22T20:12:08.591Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26362025-05-22T20:12:08.765Z[ host-package] Compiling serde_with v3.12.0
26372025-05-22T20:12:08.858Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26382025-05-22T20:12:09.813Z[ host-package] Compiling typify v0.4.1
26392025-05-22T20:12:10.090Z[ host-package] Compiling progenitor-impl v0.10.0
26402025-05-22T20:12:12.143Z[ host-package] Compiling tokio-rustls v0.25.0
26412025-05-22T20:12:12.738Z[ host-package] Compiling tokio-rustls v0.26.0
26422025-05-22T20:12:13.401Z[ host-package] Compiling hyper-rustls v0.27.3
26432025-05-22T20:12:14.277Z[ host-package] Compiling reqwest v0.12.15 (https://github.com/seanmonstar/reqwest?rev=114d97c1a862567b465cb57f14d584626e1cf30c#114d97c1)
26442025-05-22T20:12:15.969Z[ helios-setup] May 22 20:12:15.635 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
26452025-05-22T20:12:18.879Z[ host-package] Compiling progenitor-macro v0.10.0
26462025-05-22T20:12:21.031Z[ host-package] Compiling progenitor-client v0.9.1
26472025-05-22T20:12:21.804Z[ host-package] Compiling progenitor v0.9.1
26482025-05-22T20:12:22.173Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=875ae5b7f8f0e32e9be672a36b5dda109b9b2450#875ae5b7)
26492025-05-22T20:12:23.728Z[ host-package] Compiling progenitor-client v0.10.0
26502025-05-22T20:12:24.288Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26512025-05-22T20:12:25.039Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26522025-05-22T20:12:26.235Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26532025-05-22T20:12:30.401Z[ host-package] Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
26542025-05-22T20:12:30.655Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
26552025-05-22T20:12:31.937Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
26562025-05-22T20:12:35.499Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26572025-05-22T20:12:41.933Z[ host-package] Compiling progenitor v0.10.0
26582025-05-22T20:12:42.321Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26592025-05-22T20:12:44.371Z[ host-package] Compiling macaddr v1.0.1
26602025-05-22T20:12:44.896Z[ host-package] Compiling cancel-safe-futures v0.1.5
26612025-05-22T20:12:45.358Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26622025-05-22T20:12:46.150Z[ helios-setup] May 22 20:12:45.819 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 59s
26632025-05-22T20:12:46.205Z[ helios-setup] May 22 20:12:45.871 INFO building project "amd-host-image-builder" ok (119 seconds)
26642025-05-22T20:12:46.206Z[ helios-setup] May 22 20:12:45.871 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
26652025-05-22T20:12:46.315Z[ helios-setup] May 22 20:12:45.984 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.87.0-x86_64-unknown-illumos (default)"
26662025-05-22T20:12:46.315Z[ helios-setup] May 22 20:12:45.985 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
26672025-05-22T20:12:46.318Z[ helios-setup] May 22 20:12:45.985 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
26682025-05-22T20:12:46.689Z[ helios-setup] May 22 20:12:46.359 INFO E| Downloading crates ...
26692025-05-22T20:12:46.759Z[ helios-setup] May 22 20:12:46.428 INFO E| Downloaded miniz_oxide v0.8.8
26702025-05-22T20:12:46.842Z[ helios-setup] May 22 20:12:46.512 INFO E| Compiling adler2 v2.0.0
26712025-05-22T20:12:47.022Z[ helios-setup] May 22 20:12:46.691 INFO E| Compiling miniz_oxide v0.8.8
26722025-05-22T20:12:49.752Z[ helios-setup] May 22 20:12:49.422 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
26732025-05-22T20:12:50.682Z[ helios-setup] May 22 20:12:50.352 INFO E| Finished `release` profile [optimized] target(s) in 4.27s
26742025-05-22T20:12:50.694Z[ helios-setup] May 22 20:12:50.364 INFO building project "pinprick" ok (4 seconds)
26752025-05-22T20:12:50.694Z[ helios-setup] May 22 20:12:50.364 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
26762025-05-22T20:12:50.830Z[ helios-setup] May 22 20:12:50.500 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.87.0-x86_64-unknown-illumos (default)"
26772025-05-22T20:12:50.830Z[ helios-setup] May 22 20:12:50.500 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
26782025-05-22T20:12:50.834Z[ helios-setup] May 22 20:12:50.500 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
26792025-05-22T20:12:51.210Z[ helios-setup] May 22 20:12:50.880 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
26802025-05-22T20:12:52.208Z[ helios-setup] May 22 20:12:51.878 INFO E| From https://github.com/oxidecomputer/progenitor
26812025-05-22T20:12:52.208Z[ helios-setup] May 22 20:12:51.878 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
26822025-05-22T20:12:52.324Z[ helios-setup] May 22 20:12:51.994 INFO E| Updating crates.io index
26832025-05-22T20:12:52.412Z[ helios-setup] May 22 20:12:52.082 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
26842025-05-22T20:12:52.875Z[ helios-setup] May 22 20:12:52.546 INFO E| From https://github.com/jclulow/hiercmd
26852025-05-22T20:12:52.875Z[ helios-setup] May 22 20:12:52.546 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
26862025-05-22T20:12:52.895Z[ helios-setup] May 22 20:12:52.565 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
26872025-05-22T20:12:53.334Z[ helios-setup] May 22 20:12:53.004 INFO E| From https://github.com/jclulow/network-interface
26882025-05-22T20:12:53.334Z[ helios-setup] May 22 20:12:53.004 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
26892025-05-22T20:12:53.353Z[ helios-setup] May 22 20:12:53.023 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
26902025-05-22T20:12:53.751Z[ helios-setup] May 22 20:12:53.421 INFO E| From https://github.com/oxidecomputer/boot-image-tools
26912025-05-22T20:12:53.751Z[ helios-setup] May 22 20:12:53.421 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
26922025-05-22T20:12:53.755Z[ host-package] Compiling owo-colors v4.2.0
26932025-05-22T20:12:53.785Z[ helios-setup] May 22 20:12:53.456 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
26942025-05-22T20:12:54.505Z[ helios-setup] May 22 20:12:54.175 INFO E| From https://github.com/oxidecomputer/facade
26952025-05-22T20:12:54.505Z[ helios-setup] May 22 20:12:54.176 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
26962025-05-22T20:12:54.545Z[ helios-setup] May 22 20:12:54.215 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
26972025-05-22T20:12:54.833Z[ host-package] Compiling libsw-core v0.3.1
26982025-05-22T20:12:55.478Z[ host-package] Compiling libsw v3.4.0
26992025-05-22T20:12:55.523Z[ helios-setup] May 22 20:12:55.193 INFO E| From https://github.com/oxidecomputer/dropshot
27002025-05-22T20:12:55.523Z[ helios-setup] May 22 20:12:55.193 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
27012025-05-22T20:12:55.604Z[ helios-setup] May 22 20:12:55.275 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
27022025-05-22T20:12:56.641Z[ helios-setup] May 22 20:12:56.310 INFO E| From https://github.com/oxidecomputer/typify
27032025-05-22T20:12:56.641Z[ helios-setup] May 22 20:12:56.310 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
27042025-05-22T20:12:56.937Z[ helios-setup] May 22 20:12:56.607 INFO E| Downloading crates ...
27052025-05-22T20:12:57.073Z[ helios-setup] May 22 20:12:56.744 INFO E| Downloaded futures-sink v0.3.28
27062025-05-22T20:12:57.077Z[ helios-setup] May 22 20:12:56.746 INFO E| Downloaded async-stream v0.3.5
27072025-05-22T20:12:57.080Z[ helios-setup] May 22 20:12:56.750 INFO E| Downloaded clap_lex v0.4.1
27082025-05-22T20:12:57.085Z[ helios-setup] May 22 20:12:56.756 INFO E| Downloaded block-buffer v0.10.3
27092025-05-22T20:12:57.089Z[ helios-setup] May 22 20:12:56.760 INFO E| Downloaded pkg-config v0.3.26
27102025-05-22T20:12:57.093Z[ helios-setup] May 22 20:12:56.764 INFO E| Downloaded num-integer v0.1.45
27112025-05-22T20:12:57.098Z[ helios-setup] May 22 20:12:56.769 INFO E| Downloaded getrandom v0.2.8
27122025-05-22T20:12:57.104Z[ helios-setup] May 22 20:12:56.776 INFO E| Downloaded pin-project-lite v0.2.9
27132025-05-22T20:12:57.116Z[ helios-setup] May 22 20:12:56.787 INFO E| Downloaded semver v1.0.17
27142025-05-22T20:12:57.126Z[ helios-setup] May 22 20:12:56.797 INFO E| Downloaded tower-service v0.3.2
27152025-05-22T20:12:57.130Z[ helios-setup] May 22 20:12:56.800 INFO E| Downloaded futures-core v0.3.28
27162025-05-22T20:12:57.133Z[ helios-setup] May 22 20:12:56.804 INFO E| Downloaded project-root v0.2.2
27172025-05-22T20:12:57.168Z[ helios-setup] May 22 20:12:56.806 INFO E| Downloaded camino v1.1.4
27182025-05-22T20:12:57.171Z[ helios-setup] May 22 20:12:56.838 INFO E| Downloaded want v0.3.0
27192025-05-22T20:12:57.171Z[ helios-setup] May 22 20:12:56.841 INFO E| Downloaded const-random-macro v0.1.15
27202025-05-22T20:12:57.174Z[ helios-setup] May 22 20:12:56.843 INFO E| Downloaded const-random v0.1.15
27212025-05-22T20:12:57.179Z[ helios-setup] May 22 20:12:56.846 INFO E| Downloaded futures-macro v0.3.28
27222025-05-22T20:12:57.179Z[ helios-setup] May 22 20:12:56.848 INFO E| Downloaded bincode v1.3.3
27232025-05-22T20:12:57.183Z[ helios-setup] May 22 20:12:56.854 INFO E| Downloaded smawk v0.3.1
27242025-05-22T20:12:57.186Z[ helios-setup] May 22 20:12:56.857 INFO E| Downloaded sha2 v0.10.6
27252025-05-22T20:12:57.192Z[ helios-setup] May 22 20:12:56.863 INFO E| Downloaded strsim v0.10.0
27262025-05-22T20:12:57.196Z[ helios-setup] May 22 20:12:56.867 INFO E| Downloaded thiserror-impl v1.0.38
27272025-05-22T20:12:57.199Z[ helios-setup] May 22 20:12:56.870 INFO E| Downloaded thiserror v1.0.38
27282025-05-22T20:12:57.208Z[ helios-setup] May 22 20:12:56.879 INFO E| Downloaded rustls-pemfile v1.0.2
27292025-05-22T20:12:57.213Z[ helios-setup] May 22 20:12:56.884 INFO E| Downloaded walkdir v2.3.3
27302025-05-22T20:12:57.218Z[ helios-setup] May 22 20:12:56.889 INFO E| Downloaded slog-async v2.7.0
27312025-05-22T20:12:57.221Z[ helios-setup] May 22 20:12:56.892 INFO E| Downloaded either v1.8.0
27322025-05-22T20:12:57.224Z[ helios-setup] May 22 20:12:56.895 INFO E| Downloaded unicode-width v0.1.10
27332025-05-22T20:12:57.228Z[ helios-setup] May 22 20:12:56.898 INFO E| Downloaded semver v0.11.0
27342025-05-22T20:12:57.232Z[ helios-setup] May 22 20:12:56.902 INFO E| Downloaded rustfmt-wrapper v0.2.0
27352025-05-22T20:12:57.235Z[ helios-setup] May 22 20:12:56.905 INFO E| Downloaded flate2 v1.0.25
27362025-05-22T20:12:57.244Z[ helios-setup] May 22 20:12:56.915 INFO E| Downloaded tokio-rustls v0.24.0
27372025-05-22T20:12:57.249Z[ helios-setup] May 22 20:12:56.920 INFO E| Downloaded utf8parse v0.2.1
27382025-05-22T20:12:57.252Z[ helios-setup] May 22 20:12:56.922 INFO E| Downloaded tempfile v3.5.0
27392025-05-22T20:12:57.256Z[ helios-setup] May 22 20:12:56.927 INFO E| Downloaded parking_lot v0.12.1
27402025-05-22T20:12:57.261Z[ helios-setup] May 22 20:12:56.933 INFO E| Downloaded tokio-tungstenite v0.18.0
27412025-05-22T20:12:57.266Z[ helios-setup] May 22 20:12:56.937 INFO E| Downloaded num-traits v0.2.15
27422025-05-22T20:12:57.272Z[ helios-setup] May 22 20:12:56.944 INFO E| Downloaded proc-macro2 v1.0.86
27432025-05-22T20:12:57.279Z[ helios-setup] May 22 20:12:56.949 INFO E| Downloaded typenum v1.16.0
27442025-05-22T20:12:57.284Z[ helios-setup] May 22 20:12:56.954 INFO E| Downloaded textwrap v0.16.0
27452025-05-22T20:12:57.289Z[ helios-setup] May 22 20:12:56.960 INFO E| Downloaded ryu v1.0.13
27462025-05-22T20:12:57.296Z[ helios-setup] May 22 20:12:56.967 INFO E| Downloaded toml v0.5.11
27472025-05-22T20:12:57.367Z[ helios-setup] May 22 20:12:57.038 INFO E| Downloaded uuid v1.3.0
27482025-05-22T20:12:57.374Z[ helios-setup] May 22 20:12:57.045 INFO E| Downloaded serde_yaml v0.9.21
27492025-05-22T20:12:57.383Z[ helios-setup] May 22 20:12:57.054 INFO E| Downloaded mio v0.8.5
27502025-05-22T20:12:57.467Z[ helios-setup] May 22 20:12:57.138 INFO E| Downloaded rustls-webpki v0.100.1
27512025-05-22T20:12:57.491Z[ helios-setup] May 22 20:12:57.162 INFO E| Downloaded serde v1.0.204
27522025-05-22T20:12:57.508Z[ helios-setup] May 22 20:12:57.179 INFO E| Downloaded tracing v0.1.37
27532025-05-22T20:12:57.515Z[ helios-setup] May 22 20:12:57.186 INFO E| Downloaded toml_edit v0.19.8
27542025-05-22T20:12:57.568Z[ helios-setup] May 22 20:12:57.239 INFO E| Downloaded tokio-util v0.7.7
27552025-05-22T20:12:57.579Z[ helios-setup] May 22 20:12:57.250 INFO E| Downloaded unicode-normalization v0.1.22
27562025-05-22T20:12:57.584Z[ helios-setup] May 22 20:12:57.255 INFO E| Downloaded h2 v0.3.16
27572025-05-22T20:12:57.596Z[ helios-setup] May 22 20:12:57.267 INFO E| Downloaded winnow v0.4.1
27582025-05-22T20:12:57.611Z[ helios-setup] May 22 20:12:57.282 INFO E| Downloaded git2 v0.16.1
27592025-05-22T20:12:57.627Z[ helios-setup] May 22 20:12:57.298 INFO E| Downloaded serde_json v1.0.95
27602025-05-22T20:12:57.641Z[ helios-setup] May 22 20:12:57.312 INFO E| Downloaded regex v1.7.3
27612025-05-22T20:12:57.656Z[ helios-setup] May 22 20:12:57.327 INFO E| Downloaded hyper v0.14.25
27622025-05-22T20:12:57.671Z[ helios-setup] May 22 20:12:57.342 INFO E| Downloaded regress v0.5.0
27632025-05-22T20:12:57.683Z[ helios-setup] May 22 20:12:57.354 INFO E| Downloaded syn v1.0.107
27642025-05-22T20:12:57.701Z[ helios-setup] May 22 20:12:57.372 INFO E| Downloaded chrono v0.4.24
27652025-05-22T20:12:57.736Z[ helios-setup] May 22 20:12:57.407 INFO E| Downloaded rustls v0.21.0
27662025-05-22T20:12:57.753Z[ helios-setup] May 22 20:12:57.424 INFO E| Downloaded syn v2.0.72
27672025-05-22T20:12:57.770Z[ helios-setup] May 22 20:12:57.441 INFO E| Downloaded rustix v0.37.3
27682025-05-22T20:12:57.800Z[ helios-setup] May 22 20:12:57.470 INFO E| Downloaded rhai v1.14.0
27692025-05-22T20:12:57.818Z[ helios-setup] May 22 20:12:57.489 INFO E| Downloaded idna v0.3.0
27702025-05-22T20:12:57.828Z[ helios-setup] May 22 20:12:57.499 INFO E| Downloaded reqwest v0.11.16
27712025-05-22T20:12:57.840Z[ helios-setup] May 22 20:12:57.510 INFO E| Downloaded openapiv3 v1.0.2
27722025-05-22T20:12:57.858Z[ helios-setup] May 22 20:12:57.529 INFO E| Downloaded rayon v1.6.1
27732025-05-22T20:12:57.873Z[ helios-setup] May 22 20:12:57.543 INFO E| Downloaded pest v2.5.7
27742025-05-22T20:12:57.879Z[ helios-setup] May 22 20:12:57.551 INFO E| Downloaded clap_builder v4.2.1
27752025-05-22T20:12:57.891Z[ helios-setup] May 22 20:12:57.562 INFO E| Downloaded url v2.3.1
27762025-05-22T20:12:57.895Z[ helios-setup] May 22 20:12:57.567 INFO E| Downloaded unsafe-libyaml v0.2.8
27772025-05-22T20:12:57.901Z[ helios-setup] May 22 20:12:57.572 INFO E| Downloaded unicode-linebreak v0.1.4
27782025-05-22T20:12:57.906Z[ helios-setup] May 22 20:12:57.576 INFO E| Downloaded toml v0.7.3
27792025-05-22T20:12:57.910Z[ helios-setup] May 22 20:12:57.581 INFO E| Downloaded futures-util v0.3.28
27802025-05-22T20:12:57.931Z[ helios-setup] May 22 20:12:57.602 INFO E| Downloaded crossbeam-channel v0.5.6
27812025-05-22T20:12:57.938Z[ helios-setup] May 22 20:12:57.609 INFO E| Downloaded http v0.2.9
27822025-05-22T20:12:57.947Z[ helios-setup] May 22 20:12:57.618 INFO E| Downloaded serde_derive v1.0.204
27832025-05-22T20:12:57.951Z[ helios-setup] May 22 20:12:57.622 INFO E| Downloaded unicode-bidi v0.3.13
27842025-05-22T20:12:57.955Z[ helios-setup] May 22 20:12:57.626 INFO E| Downloaded ucd-trie v0.1.5
27852025-05-22T20:12:57.958Z[ helios-setup] May 22 20:12:57.629 INFO E| Downloaded tracing-core v0.1.30
27862025-05-22T20:12:57.963Z[ helios-setup] May 22 20:12:57.634 INFO E| Downloaded aho-corasick v0.7.20
27872025-05-22T20:12:57.970Z[ helios-setup] May 22 20:12:57.641 INFO E| Downloaded rhai_codegen v1.5.0
27882025-05-22T20:12:57.983Z[ helios-setup] May 22 20:12:57.654 INFO E| Downloaded unicode-ident v1.0.8
27892025-05-22T20:12:57.990Z[ helios-setup] May 22 20:12:57.661 INFO E| Downloaded tokio v1.27.0
27902025-05-22T20:12:58.045Z[ helios-setup] May 22 20:12:57.716 INFO E| Downloaded tungstenite v0.18.0
27912025-05-22T20:12:58.050Z[ helios-setup] May 22 20:12:57.721 INFO E| Downloaded tinyvec v1.6.0
27922025-05-22T20:12:58.055Z[ helios-setup] May 22 20:12:57.726 INFO E| Downloaded socket2 v0.4.9
27932025-05-22T20:12:58.059Z[ helios-setup] May 22 20:12:57.730 INFO E| Downloaded libc v0.2.139
27942025-05-22T20:12:58.100Z[ helios-setup] May 22 20:12:57.771 INFO E| Downloaded schemars v0.8.12
27952025-05-22T20:12:58.118Z[ helios-setup] May 22 20:12:57.789 INFO E| Downloaded memchr v2.5.0
27962025-05-22T20:12:58.127Z[ helios-setup] May 22 20:12:57.796 INFO E| Downloaded clap v4.2.1
27972025-05-22T20:12:58.139Z[ helios-setup] May 22 20:12:57.809 INFO E| Downloaded httparse v1.8.0
27982025-05-22T20:12:58.142Z[ helios-setup] May 22 20:12:57.813 INFO E| Downloaded crossbeam-epoch v0.9.13
27992025-05-22T20:12:58.146Z[ helios-setup] May 22 20:12:57.817 INFO E| Downloaded miniz_oxide v0.6.2
28002025-05-22T20:12:58.151Z[ helios-setup] May 22 20:12:57.822 INFO E| Downloaded lock_api v0.4.9
28012025-05-22T20:12:58.154Z[ helios-setup] May 22 20:12:57.824 INFO E| Downloaded anyhow v1.0.68
28022025-05-22T20:12:58.160Z[ helios-setup] May 22 20:12:57.831 INFO E| Downloaded serde_derive_internals v0.26.0
28032025-05-22T20:12:58.163Z[ helios-setup] May 22 20:12:57.834 INFO E| Downloaded cargo-lock v8.0.3
28042025-05-22T20:12:58.167Z[ helios-setup] May 22 20:12:57.838 INFO E| Downloaded time v0.1.45
28052025-05-22T20:12:58.170Z[ helios-setup] May 22 20:12:57.841 INFO E| Downloaded crossbeam-utils v0.8.14
28062025-05-22T20:12:58.174Z[ helios-setup] May 22 20:12:57.845 INFO E| Downloaded clap_derive v4.2.0
28072025-05-22T20:12:58.177Z[ helios-setup] May 22 20:12:57.849 INFO E| Downloaded smartstring v1.0.1
28082025-05-22T20:12:58.182Z[ helios-setup] May 22 20:12:57.853 INFO E| Downloaded smallvec v1.10.0
28092025-05-22T20:12:58.186Z[ helios-setup] May 22 20:12:57.857 INFO E| Downloaded ipnet v2.7.2
28102025-05-22T20:12:58.191Z[ helios-setup] May 22 20:12:57.860 INFO E| Downloaded io-lifetimes v1.0.10
28112025-05-22T20:12:58.194Z[ helios-setup] May 22 20:12:57.865 INFO E| Downloaded parking_lot_core v0.9.6
28122025-05-22T20:12:58.201Z[ helios-setup] May 22 20:12:57.869 INFO E| Downloaded schemars_derive v0.8.12
28132025-05-22T20:12:58.205Z[ helios-setup] May 22 20:12:57.873 INFO E| Downloaded once_cell v1.17.0
28142025-05-22T20:12:58.208Z[ helios-setup] May 22 20:12:57.878 INFO E| Downloaded serde_spanned v0.6.1
28152025-05-22T20:12:58.211Z[ helios-setup] May 22 20:12:57.879 INFO E| Downloaded crossbeam-deque v0.8.2
28162025-05-22T20:12:58.211Z[ helios-setup] May 22 20:12:57.882 INFO E| Downloaded concolor-query v0.3.3
28172025-05-22T20:12:58.215Z[ helios-setup] May 22 20:12:57.884 INFO E| Downloaded slab v0.4.7
28182025-05-22T20:12:58.219Z[ helios-setup] May 22 20:12:57.887 INFO E| Downloaded scopeguard v1.1.0
28192025-05-22T20:12:58.219Z[ helios-setup] May 22 20:12:57.888 INFO E| Downloaded paste v1.0.12
28202025-05-22T20:12:58.222Z[ helios-setup] May 22 20:12:57.894 INFO E| Downloaded dyn-clone v1.0.11
28212025-05-22T20:12:58.226Z[ helios-setup] May 22 20:12:57.896 INFO E| Downloaded digest v0.10.6
28222025-05-22T20:12:58.229Z[ helios-setup] May 22 20:12:57.899 INFO E| Downloaded toml_datetime v0.6.1
28232025-05-22T20:12:58.229Z[ helios-setup] May 22 20:12:57.900 INFO E| Downloaded tokio-macros v2.0.0
28242025-05-22T20:12:58.233Z[ helios-setup] May 22 20:12:57.901 INFO E| Downloaded serde_tokenstream v0.2.0
28252025-05-22T20:12:58.236Z[ helios-setup] May 22 20:12:57.905 INFO E| Downloaded proc-macro-crate v1.2.1
28262025-05-22T20:12:58.251Z[ helios-setup] May 22 20:12:57.907 INFO E| Downloaded num_enum v0.5.7
28272025-05-22T20:12:58.251Z[ helios-setup] May 22 20:12:57.912 INFO E| Downloaded iana-time-zone v0.1.56
28282025-05-22T20:12:58.254Z[ helios-setup] May 22 20:12:57.915 INFO E| Downloaded http-body v0.4.5
28292025-05-22T20:12:58.254Z[ helios-setup] May 22 20:12:57.917 INFO E| Downloaded base64 v0.21.0
28302025-05-22T20:12:58.254Z[ helios-setup] May 22 20:12:57.923 INFO E| Downloaded spin v0.5.2
28312025-05-22T20:12:58.255Z[ helios-setup] May 22 20:12:57.925 INFO E| Downloaded signal-hook-registry v1.4.0
28322025-05-22T20:12:58.258Z[ helios-setup] May 22 20:12:57.927 INFO E| Downloaded rayon-core v1.10.2
28332025-05-22T20:12:58.263Z[ helios-setup] May 22 20:12:57.934 INFO E| Downloaded ppv-lite86 v0.2.17
28342025-05-22T20:12:58.267Z[ helios-setup] May 22 20:12:57.936 INFO E| Downloaded encoding_rs v0.8.32
28352025-05-22T20:12:58.299Z[ helios-setup] May 22 20:12:57.970 INFO E| Downloaded num_enum_derive v0.5.7
28362025-05-22T20:12:58.302Z[ helios-setup] May 22 20:12:57.971 INFO E| Downloaded jobserver v0.1.26
28372025-05-22T20:12:58.306Z[ helios-setup] May 22 20:12:57.974 INFO E| Downloaded is-terminal v0.4.7
28382025-05-22T20:12:58.306Z[ helios-setup] May 22 20:12:57.975 INFO E| Downloaded slog-bunyan v2.4.0
28392025-05-22T20:12:58.306Z[ helios-setup] May 22 20:12:57.977 INFO E| Downloaded serde_path_to_error v0.1.11
28402025-05-22T20:12:58.309Z[ helios-setup] May 22 20:12:57.979 INFO E| Downloaded num_cpus v1.15.0
28412025-05-22T20:12:58.313Z[ helios-setup] May 22 20:12:57.983 INFO E| Downloaded itoa v1.0.6
28422025-05-22T20:12:58.317Z[ helios-setup] May 22 20:12:57.985 INFO E| Downloaded sha1 v0.10.5
28432025-05-22T20:12:58.320Z[ helios-setup] May 22 20:12:57.987 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
28442025-05-22T20:12:58.320Z[ helios-setup] May 22 20:12:57.991 INFO E| Downloaded lazy_static v1.4.0
28452025-05-22T20:12:58.324Z[ helios-setup] May 22 20:12:57.993 INFO E| Downloaded form_urlencoded v1.1.0
28462025-05-22T20:12:58.324Z[ helios-setup] May 22 20:12:57.994 INFO E| Downloaded errno v0.3.1
28472025-05-22T20:12:58.328Z[ helios-setup] May 22 20:12:57.996 INFO E| Downloaded futures-executor v0.3.28
28482025-05-22T20:12:58.328Z[ helios-setup] May 22 20:12:57.998 INFO E| Downloaded cpufeatures v0.2.5
28492025-05-22T20:12:58.331Z[ helios-setup] May 22 20:12:58.000 INFO E| Downloaded concolor-override v1.0.0
28502025-05-22T20:12:58.331Z[ helios-setup] May 22 20:12:58.001 INFO E| Downloaded try-lock v0.2.4
28512025-05-22T20:12:58.331Z[ helios-setup] May 22 20:12:58.002 INFO E| Downloaded toolchain_find v0.2.0
28522025-05-22T20:12:58.334Z[ helios-setup] May 22 20:12:58.003 INFO E| Downloaded percent-encoding v2.2.0
28532025-05-22T20:12:58.334Z[ helios-setup] May 22 20:12:58.004 INFO E| Downloaded generic-array v0.14.6
28542025-05-22T20:12:58.337Z[ helios-setup] May 22 20:12:58.007 INFO E| Downloaded cc v1.0.78
28552025-05-22T20:12:58.341Z[ helios-setup] May 22 20:12:58.011 INFO E| Downloaded bytes v1.4.0
28562025-05-22T20:12:58.372Z[ helios-setup] May 22 20:12:58.043 INFO E| Downloaded ahash v0.8.3
28572025-05-22T20:12:58.377Z[ helios-setup] May 22 20:12:58.047 INFO E| Downloaded semver-parser v0.10.2
28582025-05-22T20:12:58.381Z[ helios-setup] May 22 20:12:58.049 INFO E| Downloaded futures v0.3.28
28592025-05-22T20:12:58.386Z[ helios-setup] May 22 20:12:58.057 INFO E| Downloaded fastrand v1.9.0
28602025-05-22T20:12:58.389Z[ helios-setup] May 22 20:12:58.059 INFO E| Downloaded sct v0.7.0
28612025-05-22T20:12:58.393Z[ helios-setup] May 22 20:12:58.064 INFO E| Downloaded quote v1.0.36
28622025-05-22T20:12:58.401Z[ helios-setup] May 22 20:12:58.067 INFO E| Downloaded anstyle v0.3.5
28632025-05-22T20:12:58.404Z[ helios-setup] May 22 20:12:58.069 INFO E| Downloaded log v0.4.17
28642025-05-22T20:12:58.404Z[ helios-setup] May 22 20:12:58.072 INFO E| Downloaded futures-task v0.3.28
28652025-05-22T20:12:58.412Z[ helios-setup] May 22 20:12:58.078 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
28662025-05-22T20:12:58.542Z[ helios-setup] May 22 20:12:58.213 INFO E| Downloaded futures-io v0.3.28
28672025-05-22T20:12:58.546Z[ helios-setup] May 22 20:12:58.215 INFO E| Downloaded byteorder v1.4.3
28682025-05-22T20:12:58.549Z[ helios-setup] May 22 20:12:58.218 INFO E| Downloaded anstyle-parse v0.1.1
28692025-05-22T20:12:58.549Z[ helios-setup] May 22 20:12:58.221 INFO E| Downloaded ahash v0.7.6
28702025-05-22T20:12:58.554Z[ helios-setup] May 22 20:12:58.225 INFO E| Downloaded futures-channel v0.3.28
28712025-05-22T20:12:58.557Z[ helios-setup] May 22 20:12:58.228 INFO E| Downloaded memoffset v0.7.1
28722025-05-22T20:12:58.561Z[ helios-setup] May 22 20:12:58.230 INFO E| Downloaded httpdate v1.0.2
28732025-05-22T20:12:58.564Z[ helios-setup] May 22 20:12:58.232 INFO E| Downloaded home v0.5.4
28742025-05-22T20:12:58.564Z[ helios-setup] May 22 20:12:58.234 INFO E| Downloaded built v0.6.0
28752025-05-22T20:12:58.568Z[ helios-setup] May 22 20:12:58.236 INFO E| Downloaded async-trait v0.1.68
28762025-05-22T20:12:58.571Z[ helios-setup] May 22 20:12:58.241 INFO E| Downloaded anstream v0.2.6
28772025-05-22T20:12:58.575Z[ helios-setup] May 22 20:12:58.244 INFO E| Downloaded autocfg v1.1.0
28782025-05-22T20:12:58.578Z[ helios-setup] May 22 20:12:58.247 INFO E| Downloaded async-stream-impl v0.3.5
28792025-05-22T20:12:58.680Z[ helios-setup] May 22 20:12:58.349 INFO E| Downloaded libz-sys v1.1.8
28802025-05-22T20:12:58.814Z[ host-package] Compiling swrite v0.1.0
28812025-05-22T20:12:58.953Z[ host-package] Compiling linear-map v1.2.0
28822025-05-22T20:12:59.039Z[ host-package] Compiling utf-8 v0.7.6
28832025-05-22T20:12:59.108Z[ helios-setup] May 22 20:12:58.778 INFO E| Downloaded ring v0.16.20
28842025-05-22T20:12:59.430Z[ helios-setup] May 22 20:12:59.101 INFO E| Compiling proc-macro2 v1.0.86
28852025-05-22T20:12:59.503Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28862025-05-22T20:12:59.516Z[ helios-setup] May 22 20:12:59.187 INFO E| Compiling libc v0.2.139
28872025-05-22T20:12:59.516Z[ helios-setup] May 22 20:12:59.187 INFO E| Compiling unicode-ident v1.0.8
28882025-05-22T20:12:59.520Z[ helios-setup] May 22 20:12:59.187 INFO E| Compiling autocfg v1.1.0
28892025-05-22T20:12:59.520Z[ helios-setup] May 22 20:12:59.187 INFO E| Compiling cfg-if v1.0.0
28902025-05-22T20:12:59.520Z[ helios-setup] May 22 20:12:59.187 INFO E| Compiling version_check v0.9.4
28912025-05-22T20:12:59.520Z[ helios-setup] May 22 20:12:59.187 INFO E| Compiling serde v1.0.204
28922025-05-22T20:12:59.567Z[ helios-setup] May 22 20:12:59.238 INFO E| Compiling syn v1.0.107
28932025-05-22T20:12:59.570Z[ host-package] Compiling keccak v0.1.5
28942025-05-22T20:12:59.973Z[ helios-setup] May 22 20:12:59.645 INFO E| Compiling memchr v2.5.0
28952025-05-22T20:13:00.363Z[ helios-setup] May 22 20:13:00.026 INFO E| Compiling once_cell v1.17.0
28962025-05-22T20:13:01.298Z[ helios-setup] May 22 20:13:00.970 INFO E| Compiling log v0.4.17
28972025-05-22T20:13:01.461Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28982025-05-22T20:13:01.489Z[ helios-setup] May 22 20:13:01.160 INFO E| Compiling thiserror v1.0.38
28992025-05-22T20:13:01.636Z[ helios-setup] May 22 20:13:01.307 INFO E| Compiling itoa v1.0.6
29002025-05-22T20:13:02.287Z[ helios-setup] May 22 20:13:01.959 INFO E| Compiling serde_json v1.0.95
29012025-05-22T20:13:03.083Z[ helios-setup] May 22 20:13:02.755 INFO E| Compiling quote v1.0.36
29022025-05-22T20:13:03.251Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29032025-05-22T20:13:03.498Z[ helios-setup] May 22 20:13:03.170 INFO E| Compiling getrandom v0.2.8
29042025-05-22T20:13:03.633Z[ helios-setup] May 22 20:13:03.305 INFO E| Compiling jobserver v0.1.26
29052025-05-22T20:13:03.867Z[ helios-setup] May 22 20:13:03.539 INFO E| Compiling syn v2.0.72
29062025-05-22T20:13:04.202Z[ helios-setup] May 22 20:13:03.874 INFO E| Compiling cc v1.0.78
29072025-05-22T20:13:04.276Z[ helios-setup] May 22 20:13:03.948 INFO E| Compiling scopeguard v1.1.0
29082025-05-22T20:13:04.470Z[ helios-setup] May 22 20:13:04.142 INFO E| Compiling pin-project-lite v0.2.9
29092025-05-22T20:13:04.587Z[ helios-setup] May 22 20:13:04.258 INFO E| Compiling indexmap v1.9.3
29102025-05-22T20:13:04.665Z[ helios-setup] May 22 20:13:04.337 INFO E| Compiling futures-core v0.3.28
29112025-05-22T20:13:04.865Z[ helios-setup] May 22 20:13:04.536 INFO E| Compiling bytes v1.4.0
29122025-05-22T20:13:05.065Z[ helios-setup] May 22 20:13:04.737 INFO E| Compiling num-integer v0.1.45
29132025-05-22T20:13:05.692Z[ helios-setup] May 22 20:13:05.364 INFO E| Compiling ryu v1.0.13
29142025-05-22T20:13:06.656Z[ helios-setup] May 22 20:13:06.327 INFO E| Compiling lock_api v0.4.9
29152025-05-22T20:13:07.250Z[ helios-setup] May 22 20:13:06.922 INFO E| Compiling typenum v1.16.0
29162025-05-22T20:13:07.452Z[ helios-setup] May 22 20:13:07.122 INFO E| Compiling bitflags v1.3.2
29172025-05-22T20:13:07.578Z[ helios-setup] May 22 20:13:07.250 INFO E| Compiling parking_lot_core v0.9.6
29182025-05-22T20:13:08.052Z[ helios-setup] May 22 20:13:07.724 INFO E| Compiling num_cpus v1.15.0
29192025-05-22T20:13:08.254Z[ helios-setup] May 22 20:13:07.926 INFO E| Compiling generic-array v0.14.6
29202025-05-22T20:13:08.392Z[ helios-setup] May 22 20:13:08.065 INFO E| Compiling slab v0.4.7
29212025-05-22T20:13:08.546Z[ helios-setup] May 22 20:13:08.217 INFO E| Compiling futures-sink v0.3.28
29222025-05-22T20:13:08.546Z[ helios-setup] May 22 20:13:08.217 INFO E| Compiling futures-channel v0.3.28
29232025-05-22T20:13:09.026Z[ helios-setup] May 22 20:13:08.698 INFO E| Compiling futures-task v0.3.28
29242025-05-22T20:13:09.548Z[ helios-setup] May 22 20:13:09.221 INFO E| Compiling tokio v1.27.0
29252025-05-22T20:13:09.704Z[ helios-setup] May 22 20:13:09.377 INFO E| Compiling futures-util v0.3.28
29262025-05-22T20:13:10.580Z[ helios-setup] May 22 20:13:10.253 INFO E| Compiling mio v0.8.5
29272025-05-22T20:13:10.948Z[ helios-setup] May 22 20:13:10.620 INFO E| Compiling signal-hook-registry v1.4.0
29282025-05-22T20:13:11.155Z[ helios-setup] May 22 20:13:10.827 INFO E| Compiling socket2 v0.4.9
29292025-05-22T20:13:11.486Z[ helios-setup] May 22 20:13:11.158 INFO E| Compiling schemars v0.8.12
29302025-05-22T20:13:11.553Z[ helios-setup] May 22 20:13:11.226 INFO E| Compiling futures-io v0.3.28
29312025-05-22T20:13:12.323Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29322025-05-22T20:13:12.507Z[ helios-setup] May 22 20:13:12.179 INFO E| Compiling pin-utils v0.1.0
29332025-05-22T20:13:12.646Z[ helios-setup] May 22 20:13:12.318 INFO E| Compiling ahash v0.7.6
29342025-05-22T20:13:12.759Z[ helios-setup] May 22 20:13:12.432 INFO E| Compiling num-traits v0.2.15
29352025-05-22T20:13:13.746Z[ helios-setup] May 22 20:13:13.309 INFO E| Compiling io-lifetimes v1.0.10
29362025-05-22T20:13:13.777Z[ helios-setup] May 22 20:13:13.368 INFO E| Compiling crunchy v0.2.2
29372025-05-22T20:13:14.126Z[ helios-setup] May 22 20:13:13.799 INFO E| Compiling ahash v0.8.3
29382025-05-22T20:13:14.823Z[ helios-setup] May 22 20:13:14.496 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
29392025-05-22T20:13:15.170Z[ helios-setup] May 22 20:13:14.840 INFO E| Compiling block-buffer v0.10.3
29402025-05-22T20:13:15.269Z[ helios-setup] May 22 20:13:14.943 INFO E| Compiling crypto-common v0.1.6
29412025-05-22T20:13:15.426Z[ helios-setup] May 22 20:13:15.089 INFO E| Compiling tiny-keccak v2.0.2
29422025-05-22T20:13:15.563Z[ helios-setup] May 22 20:13:15.236 INFO E| Compiling serde_derive_internals v0.26.0
29432025-05-22T20:13:16.055Z[ helios-setup] May 22 20:13:15.727 INFO E| Compiling rustix v0.37.3
29442025-05-22T20:13:16.055Z[ helios-setup] May 22 20:13:15.727 INFO E| Compiling crossbeam-utils v0.8.14
29452025-05-22T20:13:16.510Z[ helios-setup] May 22 20:13:16.184 INFO E| Compiling slog v2.7.0
29462025-05-22T20:13:16.540Z[ helios-setup] May 22 20:13:16.213 INFO E| Compiling hashbrown v0.12.3
29472025-05-22T20:13:17.330Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
29482025-05-22T20:13:17.506Z[ helios-setup] May 22 20:13:17.178 INFO E| Compiling digest v0.10.6
29492025-05-22T20:13:17.870Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29502025-05-22T20:13:18.923Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29512025-05-22T20:13:19.145Z[ helios-setup] May 22 20:13:18.818 INFO E| Compiling errno v0.3.1
29522025-05-22T20:13:19.317Z[ helios-setup] May 22 20:13:18.990 INFO E| Compiling anyhow v1.0.68
29532025-05-22T20:13:19.327Z[ helios-setup] May 22 20:13:18.999 INFO E| Compiling pkg-config v0.3.26
29542025-05-22T20:13:19.600Z[ helios-setup] May 22 20:13:19.272 INFO E| Compiling unicode-width v0.1.10
29552025-05-22T20:13:19.652Z[ helios-setup] May 22 20:13:19.326 INFO E| Compiling fnv v1.0.7
29562025-05-22T20:13:20.133Z[ helios-setup] May 22 20:13:19.807 INFO E| Compiling cpufeatures v0.2.5
29572025-05-22T20:13:20.559Z[ helios-setup] May 22 20:13:20.231 INFO E| Compiling http v0.2.9
29582025-05-22T20:13:21.761Z[ host-package] Compiling sha3 v0.10.8
29592025-05-22T20:13:21.999Z[ helios-setup] May 22 20:13:21.673 INFO E| Compiling thiserror-impl v1.0.38
29602025-05-22T20:13:22.221Z[ helios-setup] May 22 20:13:21.872 INFO E| Compiling schemars_derive v0.8.12
29612025-05-22T20:13:22.551Z[ helios-setup] May 22 20:13:22.224 INFO E| Compiling serde_derive v1.0.204
29622025-05-22T20:13:22.597Z[ helios-setup] May 22 20:13:22.271 INFO E| Compiling futures-macro v0.3.28
29632025-05-22T20:13:23.447Z[ helios-setup] May 22 20:13:23.121 INFO E| Compiling tokio-macros v2.0.0
29642025-05-22T20:13:23.762Z[ host-package] Compiling prettyplease v0.2.32
29652025-05-22T20:13:23.864Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
29662025-05-22T20:13:26.842Z[ helios-setup] May 22 20:13:26.516 INFO E| Compiling aho-corasick v0.7.20
29672025-05-22T20:13:28.114Z[ helios-setup] May 22 20:13:27.789 INFO E| Compiling tinyvec_macros v0.1.1
29682025-05-22T20:13:28.422Z[ helios-setup] May 22 20:13:28.096 INFO E| Compiling percent-encoding v2.2.0
29692025-05-22T20:13:28.477Z[ helios-setup] May 22 20:13:28.152 INFO E| Compiling regex-syntax v0.6.29
29702025-05-22T20:13:29.167Z[ helios-setup] May 22 20:13:28.842 INFO E| Compiling httparse v1.8.0
29712025-05-22T20:13:29.401Z[ helios-setup] May 22 20:13:29.054 INFO E| Compiling heck v0.4.1
29722025-05-22T20:13:29.676Z[ helios-setup] May 22 20:13:29.350 INFO E| Compiling const-random-macro v0.1.15
29732025-05-22T20:13:29.724Z[ helios-setup] May 22 20:13:29.399 INFO E| Compiling form_urlencoded v1.1.0
29742025-05-22T20:13:30.279Z[ helios-setup] May 22 20:13:29.953 INFO E| Compiling tinyvec v1.6.0
29752025-05-22T20:13:30.772Z[ helios-setup] May 22 20:13:30.443 INFO E| Compiling hashbrown v0.13.2
29762025-05-22T20:13:31.330Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29772025-05-22T20:13:31.535Z[ helios-setup] May 22 20:13:31.210 INFO E| Compiling libz-sys v1.1.8
29782025-05-22T20:13:32.777Z[ helios-setup] May 22 20:13:32.452 INFO E| Compiling chrono v0.4.24
29792025-05-22T20:13:32.942Z[ host-package] Compiling highway v1.3.0
29802025-05-22T20:13:33.595Z[ helios-setup] May 22 20:13:33.271 INFO E| Compiling getopts v0.2.21
29812025-05-22T20:13:35.022Z[ helios-setup] May 22 20:13:34.697 INFO E| Compiling memoffset v0.7.1
29822025-05-22T20:13:35.272Z[ helios-setup] May 22 20:13:34.946 INFO E| Compiling dyn-clone v1.0.11
29832025-05-22T20:13:35.816Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29842025-05-22T20:13:35.895Z[ host-package] Compiling tungstenite v0.21.0
29852025-05-22T20:13:35.968Z[ helios-setup] May 22 20:13:35.643 INFO E| Compiling regex v1.7.3
29862025-05-22T20:13:36.013Z[ helios-setup] May 22 20:13:35.688 INFO E| Compiling powerfmt v0.2.0
29872025-05-22T20:13:36.163Z[ helios-setup] May 22 20:13:35.838 INFO E| Compiling time-core v0.1.2
29882025-05-22T20:13:36.953Z[ helios-setup] May 22 20:13:36.628 INFO E| Compiling uuid v1.3.0
29892025-05-22T20:13:37.316Z[ host-package] Compiling linked-hash-map v0.5.6
29902025-05-22T20:13:37.388Z[ helios-setup] May 22 20:13:37.064 INFO E| Compiling num-conv v0.1.0
29912025-05-22T20:13:37.737Z[ helios-setup] May 22 20:13:37.412 INFO E| Compiling deranged v0.3.11
29922025-05-22T20:13:38.146Z[ helios-setup] May 22 20:13:37.818 INFO E| Compiling unicode-normalization v0.1.22
29932025-05-22T20:13:38.261Z[ host-package] Compiling semver v0.1.20
29942025-05-22T20:13:38.265Z[ helios-setup] May 22 20:13:37.938 INFO E| Compiling time-macros v0.2.18
29952025-05-22T20:13:39.542Z[ host-package] Compiling rustc_version v0.1.7
29962025-05-22T20:13:40.204Z[ helios-setup] May 22 20:13:39.880 INFO E| Compiling regress v0.5.0
29972025-05-22T20:13:40.523Z[ host-package] Compiling tokio-tungstenite v0.21.0
29982025-05-22T20:13:40.916Z[ helios-setup] May 22 20:13:40.592 INFO E| Compiling const-random v0.1.15
29992025-05-22T20:13:41.737Z[ helios-setup] May 22 20:13:41.401 INFO E| Compiling tracing-core v0.1.30
30002025-05-22T20:13:42.321Z[ host-package] Compiling lru-cache v0.1.2
30012025-05-22T20:13:42.390Z[ helios-setup] May 22 20:13:42.065 INFO E| Compiling crossbeam-epoch v0.9.13
30022025-05-22T20:13:43.457Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30032025-05-22T20:13:43.864Z[ host-package] Compiling newtype_derive v0.1.6
30042025-05-22T20:13:44.274Z[ host-package] Compiling resolv-conf v0.7.0
30052025-05-22T20:13:44.670Z[ helios-setup] May 22 20:13:44.345 INFO E| Compiling unicode-bidi v0.3.13
30062025-05-22T20:13:44.891Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30072025-05-22T20:13:45.117Z[ helios-setup] May 22 20:13:44.793 INFO E| Compiling num_threads v0.1.6
30082025-05-22T20:13:45.394Z[ helios-setup] May 22 20:13:45.071 INFO E| Compiling ucd-trie v0.1.5
30092025-05-22T20:13:45.769Z[ helios-setup] May 22 20:13:45.445 INFO E| Compiling time v0.3.36
30102025-05-22T20:13:46.534Z[ helios-setup] May 22 20:13:46.210 INFO E| Compiling idna v0.3.0
30112025-05-22T20:13:46.777Z[ host-package] Compiling hickory-resolver v0.24.4
30122025-05-22T20:13:47.115Z[ helios-setup] May 22 20:13:46.791 INFO E| Compiling pest v2.5.7
30132025-05-22T20:13:47.358Z[ host-package] Compiling humantime v2.1.0
30142025-05-22T20:13:47.786Z[ helios-setup] May 22 20:13:47.463 INFO E| Compiling toml v0.5.11
30152025-05-22T20:13:49.802Z[ helios-setup] May 22 20:13:49.479 INFO E| Compiling smallvec v1.10.0
30162025-05-22T20:13:49.885Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
30172025-05-22T20:13:52.854Z[ helios-setup] May 22 20:13:52.531 INFO E| Compiling parking_lot v0.12.1
30182025-05-22T20:13:53.099Z[ helios-setup] May 22 20:13:52.775 INFO E| Compiling serde_tokenstream v0.2.0
30192025-05-22T20:13:56.274Z[ helios-setup] May 22 20:13:55.952 INFO E| Compiling tracing v0.1.37
30202025-05-22T20:13:57.041Z[ helios-setup] May 22 20:13:56.719 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
30212025-05-22T20:13:57.432Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
30222025-05-22T20:14:00.116Z[ helios-setup] May 22 20:13:59.794 INFO E| Compiling crossbeam-channel v0.5.6
30232025-05-22T20:14:00.477Z[ helios-setup] May 22 20:14:00.155 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
30242025-05-22T20:14:01.233Z[ helios-setup] May 22 20:14:00.900 INFO E| Compiling time v0.1.45
30252025-05-22T20:14:01.283Z[ host-package] Compiling universal-hash v0.5.1
30262025-05-22T20:14:01.802Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
30272025-05-22T20:14:02.400Z[ helios-setup] May 22 20:14:02.079 INFO E| Compiling dirs-sys-next v0.1.2
30282025-05-22T20:14:02.508Z[ host-package] Compiling opaque-debug v0.3.1
30292025-05-22T20:14:03.231Z[ helios-setup] May 22 20:14:02.909 INFO E| Compiling crc32fast v1.3.2
30302025-05-22T20:14:03.279Z[ host-package] Compiling poly1305 v0.8.0
30312025-05-22T20:14:03.570Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
30322025-05-22T20:14:04.381Z[ helios-setup] May 22 20:14:04.060 INFO E| Compiling iana-time-zone v0.1.56
30332025-05-22T20:14:04.452Z[ helios-setup] May 22 20:14:04.131 INFO E| Compiling semver v1.0.17
30342025-05-22T20:14:05.888Z[ host-package] Compiling steno v0.4.1
30352025-05-22T20:14:05.974Z[ helios-setup] May 22 20:14:05.653 INFO E| Compiling dirs-next v2.0.0
30362025-05-22T20:14:06.050Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30372025-05-22T20:14:06.523Z[ host-package] Compiling thiserror-no-std v2.0.2
30382025-05-22T20:14:06.681Z[ host-package] Compiling chacha20 v0.9.1
30392025-05-22T20:14:06.701Z[ helios-setup] May 22 20:14:06.380 INFO E| Compiling url v2.3.1
30402025-05-22T20:14:07.099Z[ host-package] Compiling aead v0.5.2
30412025-05-22T20:14:07.537Z[ host-package] Compiling vsss-rs v3.3.4
30422025-05-22T20:14:07.662Z[ host-package] Compiling qorb v0.3.1
30432025-05-22T20:14:08.333Z[ host-package] Compiling chacha20poly1305 v0.10.1
30442025-05-22T20:14:08.405Z[ host-package] Compiling slog-dtrace v0.3.0
30452025-05-22T20:14:08.743Z[ helios-setup] May 22 20:14:08.422 INFO E| Compiling semver-parser v0.10.2
30462025-05-22T20:14:08.861Z[ host-package] Compiling bytecount v0.6.8
30472025-05-22T20:14:09.086Z[ helios-setup] May 22 20:14:08.765 INFO E| Compiling proc-macro-crate v1.2.1
30482025-05-22T20:14:10.443Z[ helios-setup] May 22 20:14:10.123 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
30492025-05-22T20:14:11.147Z[ helios-setup] May 22 20:14:10.826 INFO E| Compiling futures-executor v0.3.28
30502025-05-22T20:14:11.482Z[ helios-setup] May 22 20:14:11.162 INFO E| Compiling thread_local v1.1.7
30512025-05-22T20:14:11.854Z[ helios-setup] May 22 20:14:11.534 INFO E| Compiling same-file v1.0.6
30522025-05-22T20:14:11.981Z[ helios-setup] May 22 20:14:11.661 INFO E| Compiling try-lock v0.2.4
30532025-05-22T20:14:12.484Z[ helios-setup] May 22 20:14:12.163 INFO E| Compiling tokio-util v0.7.7
30542025-05-22T20:14:12.540Z[ helios-setup] May 22 20:14:12.219 INFO E| Compiling rayon-core v1.10.2
30552025-05-22T20:14:12.795Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
30562025-05-22T20:14:13.320Z[ helios-setup] May 22 20:14:13.000 INFO E| Compiling adler v1.0.2
30572025-05-22T20:14:13.582Z[ helios-setup] May 22 20:14:13.262 INFO E| Compiling want v0.3.0
30582025-05-22T20:14:14.058Z[ helios-setup] May 22 20:14:13.738 INFO E| Compiling miniz_oxide v0.6.2
30592025-05-22T20:14:14.554Z[ helios-setup] May 22 20:14:14.233 INFO E| Compiling walkdir v2.3.3
30602025-05-22T20:14:15.649Z[ helios-setup] May 22 20:14:15.329 INFO E| Compiling h2 v0.3.16
30612025-05-22T20:14:17.491Z[ helios-setup] May 22 20:14:17.171 INFO E| Compiling futures v0.3.28
30622025-05-22T20:14:17.507Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
30632025-05-22T20:14:18.840Z[ helios-setup] May 22 20:14:18.520 INFO E| Compiling num_enum_derive v0.5.7
30642025-05-22T20:14:18.927Z[ helios-setup] May 22 20:14:18.607 INFO E| Compiling semver v0.11.0
30652025-05-22T20:14:20.454Z[ helios-setup] May 22 20:14:20.134 INFO E| Compiling crossbeam-deque v0.8.2
30662025-05-22T20:14:20.701Z[ helios-setup] May 22 20:14:20.381 INFO E| Compiling term v0.7.0
30672025-05-22T20:14:22.669Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30682025-05-22T20:14:22.726Z[ helios-setup] May 22 20:14:22.406 INFO E| Compiling http-body v0.4.5
30692025-05-22T20:14:23.951Z[ helios-setup] May 22 20:14:23.632 INFO E| Compiling sha2 v0.10.6
30702025-05-22T20:14:25.523Z[ helios-setup] May 22 20:14:25.204 INFO E| Compiling ring v0.16.20
30712025-05-22T20:14:26.722Z[ helios-setup] May 22 20:14:26.401 INFO E| Compiling rand_core v0.6.4
30722025-05-22T20:14:27.656Z[ helios-setup] May 22 20:14:27.337 INFO E| Compiling atty v0.2.14
30732025-05-22T20:14:28.378Z[ helios-setup] May 22 20:14:28.059 INFO E| Compiling home v0.5.4
30742025-05-22T20:14:28.484Z[ helios-setup] May 22 20:14:28.163 INFO E| Compiling base64 v0.21.0
30752025-05-22T20:14:28.898Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
30762025-05-22T20:14:28.903Z[ helios-setup] May 22 20:14:28.581 INFO E| Compiling tower-service v0.3.2
30772025-05-22T20:14:29.483Z[ helios-setup] May 22 20:14:29.164 INFO E| Compiling lazy_static v1.4.0
30782025-05-22T20:14:29.558Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30792025-05-22T20:14:30.086Z[ helios-setup] May 22 20:14:29.766 INFO E| Compiling ppv-lite86 v0.2.17
30802025-05-22T20:14:30.520Z[ helios-setup] May 22 20:14:30.197 INFO E| Compiling fastrand v1.9.0
30812025-05-22T20:14:31.170Z[ helios-setup] May 22 20:14:30.851 INFO E| Compiling utf8parse v0.2.1
30822025-05-22T20:14:31.908Z[ helios-setup] May 22 20:14:31.589 INFO E| Compiling httpdate v1.0.2
30832025-05-22T20:14:32.232Z[ helios-setup] May 22 20:14:31.912 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
30842025-05-22T20:14:32.903Z[ helios-setup] May 22 20:14:32.572 INFO E| Compiling hyper v0.14.25
30852025-05-22T20:14:33.753Z[ helios-setup] May 22 20:14:33.435 INFO E| Compiling rand_chacha v0.3.1
30862025-05-22T20:14:34.006Z[ helios-setup] May 22 20:14:33.688 INFO E| Compiling tempfile v3.5.0
30872025-05-22T20:14:35.379Z[ helios-setup] May 22 20:14:35.061 INFO E| Compiling anstyle-parse v0.1.1
30882025-05-22T20:14:36.491Z[ helios-setup] May 22 20:14:36.173 INFO E| Compiling toolchain_find v0.2.0
30892025-05-22T20:14:36.641Z[ helios-setup] May 22 20:14:36.323 INFO E| Compiling slog-term v2.9.0
30902025-05-22T20:14:38.044Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30912025-05-22T20:14:38.878Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30922025-05-22T20:14:40.093Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
30932025-05-22T20:14:41.189Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
30942025-05-22T20:14:44.661Z[ helios-setup] May 22 20:14:44.343 INFO E| Compiling num_enum v0.5.7
30952025-05-22T20:14:46.273Z[ host-package] Compiling display-error-chain v0.2.2
30962025-05-22T20:14:46.976Z[ host-package] Compiling maplit v1.0.2
30972025-05-22T20:14:47.046Z[ host-package] Compiling crunchy v0.2.2
30982025-05-22T20:14:47.404Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30992025-05-22T20:14:48.002Z[ helios-setup] May 22 20:14:47.684 INFO E| Compiling flate2 v1.0.25
31002025-05-22T20:14:48.150Z[ host-package] Compiling dsl_auto_type v0.1.2
31012025-05-22T20:14:48.661Z[ helios-setup] May 22 20:14:48.320 INFO E| Compiling cargo-lock v8.0.3
31022025-05-22T20:14:51.306Z[ host-package] Compiling scheduled-thread-pool v0.2.7
31032025-05-22T20:14:52.251Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
31042025-05-22T20:14:52.993Z[ helios-setup] May 22 20:14:52.677 INFO E| Compiling serde_urlencoded v0.7.1
31052025-05-22T20:14:53.366Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
31062025-05-22T20:14:53.793Z[ host-package] Compiling tiny-keccak v2.0.2
31072025-05-22T20:14:54.282Z[ helios-setup] May 22 20:14:53.966 INFO E| Compiling is-terminal v0.4.7
31082025-05-22T20:14:54.406Z[ helios-setup] May 22 20:14:54.081 INFO E| Compiling sha1 v0.10.5
31092025-05-22T20:14:54.780Z[ host-package] Compiling diesel_derives v2.2.3
31102025-05-22T20:14:54.991Z[ helios-setup] May 22 20:14:54.675 INFO E| Compiling anstyle v0.3.5
31112025-05-22T20:14:55.368Z[ host-package] Compiling proc-macro-error2 v2.0.1
31122025-05-22T20:14:55.444Z[ host-package] Compiling r2d2 v0.8.10
31132025-05-22T20:14:55.922Z[ helios-setup] May 22 20:14:55.607 INFO E| Compiling either v1.8.0
31142025-05-22T20:14:56.494Z[ helios-setup] May 22 20:14:56.177 INFO E| Compiling concolor-query v0.3.3
31152025-05-22T20:14:56.770Z[ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
31162025-05-22T20:14:56.939Z[ host-package] Compiling const_format_proc_macros v0.2.34
31172025-05-22T20:14:56.945Z[ helios-setup] May 22 20:14:56.629 INFO E| Compiling concolor-override v1.0.0
31182025-05-22T20:14:59.755Z[ helios-setup] May 22 20:14:59.440 INFO E| Compiling anstream v0.2.6
31192025-05-22T20:14:59.944Z[ host-package] Compiling bit-vec v0.6.3
31202025-05-22T20:15:00.555Z[ host-package] Compiling const_format v0.2.34
31212025-05-22T20:15:00.943Z[ host-package] Compiling bit-set v0.5.3
31222025-05-22T20:15:01.562Z[ host-package] Compiling tabled_derive v0.10.0
31232025-05-22T20:15:01.780Z[ helios-setup] May 22 20:15:01.462 INFO E| Compiling rayon v1.6.1
31242025-05-22T20:15:01.831Z[ helios-setup] May 22 20:15:01.516 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
31252025-05-22T20:15:02.152Z[ helios-setup] May 22 20:15:01.837 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
31262025-05-22T20:15:04.539Z[ host-package] Compiling papergrid v0.14.0
31272025-05-22T20:15:04.616Z[ helios-setup] May 22 20:15:04.301 INFO E| Compiling rustfmt-wrapper v0.2.0
31282025-05-22T20:15:04.696Z[ helios-setup] May 22 20:15:04.382 INFO E| Compiling rand v0.8.5
31292025-05-22T20:15:05.484Z[ helios-setup] May 22 20:15:05.169 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
31302025-05-22T20:15:06.026Z[ helios-setup] May 22 20:15:05.712 INFO E| Compiling openapiv3 v1.0.2
31312025-05-22T20:15:06.184Z[ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
31322025-05-22T20:15:07.531Z[ helios-setup] May 22 20:15:07.216 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
31332025-05-22T20:15:08.073Z[ helios-setup] May 22 20:15:07.759 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
31342025-05-22T20:15:08.636Z[ helios-setup] May 22 20:15:08.322 INFO E| Compiling encoding_rs v0.8.32
31352025-05-22T20:15:09.674Z[ host-package] Compiling ascii-canvas v3.0.0
31362025-05-22T20:15:10.645Z[ host-package] Compiling num-derive v0.3.3
31372025-05-22T20:15:12.035Z[ host-package] Compiling ena v0.14.3
31382025-05-22T20:15:12.964Z[ host-package] Compiling regex-syntax v0.6.29
31392025-05-22T20:15:13.107Z[ helios-setup] May 22 20:15:12.781 INFO E| Compiling project-root v0.2.2
31402025-05-22T20:15:13.177Z[ helios-setup] May 22 20:15:12.863 INFO E| Compiling untrusted v0.7.1
31412025-05-22T20:15:13.592Z[ helios-setup] May 22 20:15:13.277 INFO E| Compiling byteorder v1.4.3
31422025-05-22T20:15:13.644Z[ helios-setup] May 22 20:15:13.330 INFO E| Compiling base64 v0.13.1
31432025-05-22T20:15:14.346Z[ helios-setup] May 22 20:15:14.032 INFO E| Compiling utf-8 v0.7.6
31442025-05-22T20:15:14.892Z[ helios-setup] May 22 20:15:14.579 INFO E| Compiling strsim v0.10.0
31452025-05-22T20:15:14.908Z[ host-package] Compiling bindgen v0.71.1
31462025-05-22T20:15:15.033Z[ helios-setup] May 22 20:15:14.720 INFO E| Compiling mime v0.3.17
31472025-05-22T20:15:15.492Z[ host-package] Compiling diesel v2.2.10
31482025-05-22T20:15:15.529Z[ helios-setup] May 22 20:15:15.189 INFO E| Compiling spin v0.5.2
31492025-05-22T20:15:16.178Z[ host-package] Compiling diff v0.1.13
31502025-05-22T20:15:16.341Z[ helios-setup] May 22 20:15:16.028 INFO E| Compiling ipnet v2.7.2
31512025-05-22T20:15:17.392Z[ helios-setup] May 22 20:15:17.079 INFO E| Compiling unsafe-libyaml v0.2.8
31522025-05-22T20:15:17.451Z[ helios-setup] May 22 20:15:17.136 INFO E| Compiling clap_lex v0.4.1
31532025-05-22T20:15:17.597Z[ host-package] Compiling libscf-sys v1.1.0
31542025-05-22T20:15:18.242Z[ helios-setup] May 22 20:15:17.928 INFO E| Compiling clap_builder v4.2.1
31552025-05-22T20:15:18.341Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
31562025-05-22T20:15:18.907Z[ helios-setup] May 22 20:15:18.594 INFO E| Compiling reqwest v0.11.16
31572025-05-22T20:15:20.777Z[ helios-setup] May 22 20:15:20.464 INFO E| Compiling serde_yaml v0.9.21
31582025-05-22T20:15:21.985Z[ helios-setup] May 22 20:15:21.672 INFO E| Compiling tungstenite v0.18.0
31592025-05-22T20:15:23.174Z[ host-package] Compiling lalrpop v0.19.12
31602025-05-22T20:15:27.271Z[ helios-setup] May 22 20:15:26.959 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
31612025-05-22T20:15:29.983Z[ host-package] Compiling tabled v0.18.0
31622025-05-22T20:15:30.991Z[ helios-setup] May 22 20:15:30.680 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
31632025-05-22T20:15:34.838Z[ helios-setup] May 22 20:15:34.527 INFO E| Compiling clap_derive v4.2.0
31642025-05-22T20:15:36.334Z[ helios-setup] May 22 20:15:35.948 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
31652025-05-22T20:15:43.236Z[ helios-setup] May 22 20:15:42.926 INFO E| Compiling clap v4.2.1
31662025-05-22T20:15:55.417Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31672025-05-22T20:15:58.665Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
31682025-05-22T20:15:58.726Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31692025-05-22T20:15:59.474Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
31702025-05-22T20:15:59.857Z[ helios-setup] May 22 20:15:59.549 INFO E| Compiling tokio-tungstenite v0.18.0
31712025-05-22T20:16:00.907Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
31722025-05-22T20:16:01.486Z[ helios-setup] May 22 20:16:01.168 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
31732025-05-22T20:16:02.112Z[ host-package] Compiling rustc-hash v2.1.1
31742025-05-22T20:16:02.156Z[ helios-setup] May 22 20:16:01.848 INFO E| Compiling smartstring v1.0.1
31752025-05-22T20:16:02.897Z[ host-package] Compiling ref-cast v1.0.23
31762025-05-22T20:16:03.077Z[ helios-setup] May 22 20:16:02.769 INFO E| Compiling rustls v0.21.0
31772025-05-22T20:16:04.188Z[ helios-setup] May 22 20:16:03.880 INFO E| Compiling rustls-webpki v0.100.1
31782025-05-22T20:16:04.596Z[ helios-setup] May 22 20:16:04.286 INFO E| Compiling sct v0.7.0
31792025-05-22T20:16:05.480Z[ helios-setup] May 22 20:16:05.173 INFO E| Compiling toml_datetime v0.6.1
31802025-05-22T20:16:05.952Z[ host-package] Compiling polar-core v0.27.3
31812025-05-22T20:16:06.344Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
31822025-05-22T20:16:06.908Z[ helios-setup] May 22 20:16:06.600 INFO E| Compiling serde_spanned v0.6.1
31832025-05-22T20:16:07.550Z[ helios-setup] May 22 20:16:07.242 INFO E| Compiling paste v1.0.12
31842025-05-22T20:16:08.431Z[ helios-setup] May 22 20:16:08.124 INFO E| Compiling async-trait v0.1.68
31852025-05-22T20:16:08.669Z[ helios-setup] May 22 20:16:08.362 INFO E| Compiling camino v1.1.4
31862025-05-22T20:16:08.761Z[ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
31872025-05-22T20:16:09.626Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
31882025-05-22T20:16:09.829Z[ helios-setup] May 22 20:16:09.522 INFO E| Compiling slog-async v2.7.0
31892025-05-22T20:16:10.139Z[ helios-setup] May 22 20:16:09.831 INFO E| Compiling static_assertions v1.1.0
31902025-05-22T20:16:10.472Z[ helios-setup] May 22 20:16:10.164 INFO E| Compiling match_cfg v0.1.0
31912025-05-22T20:16:10.607Z[ helios-setup] May 22 20:16:10.300 INFO E| Compiling winnow v0.4.1
31922025-05-22T20:16:10.715Z[ helios-setup] May 22 20:16:10.408 INFO E| Compiling hostname v0.3.1
31932025-05-22T20:16:10.737Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31942025-05-22T20:16:11.610Z[ host-package] Compiling derive_builder_core v0.20.2
31952025-05-22T20:16:12.789Z[ helios-setup] May 22 20:16:12.483 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
31962025-05-22T20:16:12.891Z[ host-package] Compiling headers-core v0.3.0
31972025-05-22T20:16:13.469Z[ host-package] Compiling phf_generator v0.11.2
31982025-05-22T20:16:14.127Z[ host-package] Compiling libxml v0.3.3
31992025-05-22T20:16:15.353Z[ host-package] Compiling ref-cast-impl v1.0.23
32002025-05-22T20:16:15.479Z[ host-package] Compiling derive_builder_macro v0.20.2
32012025-05-22T20:16:16.616Z[ helios-setup] May 22 20:16:16.309 INFO E| Compiling slog-json v2.6.1
32022025-05-22T20:16:17.550Z[ host-package] Compiling phf_codegen v0.11.2
32032025-05-22T20:16:17.722Z[ helios-setup] May 22 20:16:17.416 INFO E| Compiling toml_edit v0.19.8
32042025-05-22T20:16:17.786Z[ helios-setup] May 22 20:16:17.480 INFO E| Compiling bincode v1.3.3
32052025-05-22T20:16:18.312Z[ host-package] Compiling headers v0.4.0
32062025-05-22T20:16:20.621Z[ helios-setup] May 22 20:16:20.315 INFO E| Compiling unicode-linebreak v0.1.4
32072025-05-22T20:16:20.764Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
32082025-05-22T20:16:25.276Z[ helios-setup] May 22 20:16:24.971 INFO E| Compiling async-stream-impl v0.3.5
32092025-05-22T20:16:25.498Z[ helios-setup] May 22 20:16:25.192 INFO E| Compiling rhai_codegen v1.5.0
32102025-05-22T20:16:27.824Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32112025-05-22T20:16:28.018Z[ helios-setup] May 22 20:16:27.713 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
32122025-05-22T20:16:28.436Z[ helios-setup] May 22 20:16:28.130 INFO E| Compiling take_mut v0.2.2
32132025-05-22T20:16:28.885Z[ host-package] Compiling samael v0.0.18
32142025-05-22T20:16:29.303Z[ helios-setup] May 22 20:16:28.998 INFO E| Compiling async-stream v0.3.5
32152025-05-22T20:16:29.386Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32162025-05-22T20:16:30.173Z[ helios-setup] May 22 20:16:29.868 INFO E| Compiling rhai v1.14.0
32172025-05-22T20:16:30.267Z[ helios-setup] May 22 20:16:29.962 INFO E| Compiling toml v0.7.3
32182025-05-22T20:16:31.896Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32192025-05-22T20:16:31.965Z[ host-package] Compiling strum_macros v0.24.3
32202025-05-22T20:16:32.802Z[ host-package] Compiling parse-zoneinfo v0.3.1
32212025-05-22T20:16:33.242Z[ host-package] Compiling crc8 v0.1.1
32222025-05-22T20:16:34.223Z[ helios-setup] May 22 20:16:33.919 INFO E| Compiling tokio-rustls v0.24.0
32232025-05-22T20:16:34.375Z[ host-package] Compiling indoc v1.0.9
32242025-05-22T20:16:35.242Z[ helios-setup] May 22 20:16:34.937 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
32252025-05-22T20:16:36.231Z[ host-package] Compiling chrono-tz-build v0.4.0
32262025-05-22T20:16:36.326Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
32272025-05-22T20:16:38.308Z[ host-package] Compiling derive_builder v0.20.2
32282025-05-22T20:16:39.093Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32292025-05-22T20:16:39.926Z[ host-package] Compiling oso-derive v0.27.3
32302025-05-22T20:16:40.108Z[ helios-setup] May 22 20:16:39.805 INFO E| Compiling slog-bunyan v2.4.0
32312025-05-22T20:16:42.145Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
32322025-05-22T20:16:44.512Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
32332025-05-22T20:16:45.325Z[ helios-setup] May 22 20:16:45.021 INFO E| Compiling rustls-pemfile v1.0.2
32342025-05-22T20:16:45.949Z[ helios-setup] May 22 20:16:45.646 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
32352025-05-22T20:16:46.359Z[ host-package] Compiling quick-xml v0.37.2
32362025-05-22T20:16:47.039Z[ helios-setup] May 22 20:16:46.736 INFO E| Compiling serde_path_to_error v0.1.11
32372025-05-22T20:16:47.348Z[ host-package] Compiling vte_generate_state_changes v0.1.2
32382025-05-22T20:16:48.148Z[ helios-setup] May 22 20:16:47.845 INFO E| Compiling terminal_size v0.2.6
32392025-05-22T20:16:48.681Z[ helios-setup] May 22 20:16:48.378 INFO E| Compiling smawk v0.3.1
32402025-05-22T20:16:48.932Z[ host-package] Compiling arc-swap v1.7.1
32412025-05-22T20:16:49.236Z[ helios-setup] May 22 20:16:48.933 INFO E| Compiling textwrap v0.16.0
32422025-05-22T20:16:49.476Z[ helios-setup] May 22 20:16:49.174 INFO E| Compiling racktest-control-client v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/client)
32432025-05-22T20:16:50.566Z[ host-package] Compiling slog-scope v4.4.0
32442025-05-22T20:16:52.114Z[ host-package] Compiling vte v0.11.1
32452025-05-22T20:16:53.852Z[ host-package] Compiling chrono-tz v0.10.3
32462025-05-22T20:16:55.613Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32472025-05-22T20:16:55.684Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32482025-05-22T20:16:55.838Z[ host-package] Compiling unicase v2.7.0
32492025-05-22T20:16:57.039Z[ host-package] Compiling diesel-dtrace v0.4.2
32502025-05-22T20:16:59.181Z[ host-package] Compiling strip-ansi-escapes v0.2.0
32512025-05-22T20:17:00.417Z[ host-package] Compiling slog-stdlog v4.1.1
32522025-05-22T20:17:01.022Z[ host-package] Compiling papergrid v0.11.0
32532025-05-22T20:17:02.360Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32542025-05-22T20:17:03.368Z[ host-package] Compiling tabled_derive v0.7.0
32552025-05-22T20:17:04.544Z[ helios-setup] May 22 20:17:04.242 INFO E| Compiling git2 v0.16.1
32562025-05-22T20:17:06.718Z[ host-package] Compiling fd-lock v4.0.2
32572025-05-22T20:17:07.475Z[ host-package] Compiling bb8 v0.8.5
32582025-05-22T20:17:08.842Z[ host-package] Compiling peg-macros v0.8.5
32592025-05-22T20:17:11.984Z[ helios-setup] May 22 20:17:11.683 INFO E| Compiling built v0.6.0
32602025-05-22T20:17:13.598Z[ helios-setup] May 22 20:17:13.291 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32612025-05-22T20:17:13.978Z[ host-package] Compiling oso v0.27.3
32622025-05-22T20:17:15.357Z[ helios-setup] May 22 20:17:15.057 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
32632025-05-22T20:17:16.208Z[ helios-setup] May 22 20:17:15.908 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
32642025-05-22T20:17:21.770Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32652025-05-22T20:17:23.276Z[ host-package] Compiling nu-ansi-term v0.50.1
32662025-05-22T20:17:25.576Z[ host-package] Compiling reedline v0.38.0
32672025-05-22T20:17:35.020Z[ host-package] Compiling peg v0.8.5
32682025-05-22T20:17:35.197Z[ host-package] Compiling async-bb8-diesel v0.2.1
32692025-05-22T20:17:35.691Z[ host-package] Compiling tabled v0.15.0
32702025-05-22T20:17:36.631Z[ host-package] Compiling slog-envlogger v2.2.0
32712025-05-22T20:17:41.062Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32722025-05-22T20:17:41.557Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32732025-05-22T20:17:51.182Z[ helios-setup] May 22 20:17:50.886 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
32742025-05-22T20:17:53.149Z[ host-package] Compiling typify-impl v0.2.0
32752025-05-22T20:17:53.967Z[ host-package] Compiling bcs v0.1.6
32762025-05-22T20:17:55.297Z[ host-package] Compiling fxhash v0.2.1
32772025-05-22T20:17:56.146Z[ host-package] Compiling libz-sys v1.1.20
32782025-05-22T20:17:56.180Z[ host-package] Compiling termtree v0.5.1
32792025-05-22T20:17:58.980Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32802025-05-22T20:17:59.465Z[ host-package] Compiling kstat-rs v0.2.4
32812025-05-22T20:18:00.495Z[ helios-setup] May 22 20:18:00.200 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
32822025-05-22T20:18:00.717Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32832025-05-22T20:18:02.465Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32842025-05-22T20:18:06.946Z[ host-package] Compiling nanorand v0.7.0
32852025-05-22T20:18:08.487Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
32862025-05-22T20:18:10.148Z[ host-package] Compiling parking_lot_core v0.8.6
32872025-05-22T20:18:10.895Z[ host-package] Compiling typify-macro v0.2.0
32882025-05-22T20:18:17.931Z[ host-package] Compiling flume v0.11.1
32892025-05-22T20:18:19.618Z[ host-package] Compiling mime_guess v2.0.5
32902025-05-22T20:18:23.316Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32912025-05-22T20:18:28.850Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32922025-05-22T20:18:29.229Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32932025-05-22T20:18:30.266Z[ helios-setup] May 22 20:18:29.975 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
32942025-05-22T20:18:32.025Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
32952025-05-22T20:18:34.980Z[ host-package] Compiling castaway v0.2.3
32962025-05-22T20:18:35.242Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
32972025-05-22T20:18:35.586Z[ host-package] Compiling compact_str v0.8.0
32982025-05-22T20:18:35.813Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
32992025-05-22T20:18:37.758Z[ host-package] Compiling typify v0.2.0
33002025-05-22T20:18:38.529Z[ host-package] Compiling unicode-truncate v1.1.0
33012025-05-22T20:18:39.015Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33022025-05-22T20:18:39.067Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33032025-05-22T20:18:43.702Z[ host-package] Compiling lru v0.12.5
33042025-05-22T20:18:44.456Z[ host-package] Compiling vergen v8.3.2
33052025-05-22T20:18:45.386Z[ host-package] Compiling nibble_vec v0.1.0
33062025-05-22T20:18:47.761Z[ host-package] Compiling cargo-platform v0.1.8
33072025-05-22T20:18:48.084Z[ host-package] Compiling instability v0.3.2
33082025-05-22T20:18:48.652Z[ host-package] Compiling atty v0.2.14
33092025-05-22T20:18:49.438Z[ host-package] Compiling http-range v0.1.5
33102025-05-22T20:18:49.656Z[ host-package] Compiling endian-type v0.1.2
33112025-05-22T20:18:50.442Z[ host-package] Compiling half v1.8.3
33122025-05-22T20:18:50.736Z[ host-package] Compiling salty v0.3.0
33132025-05-22T20:18:50.977Z[ host-package] Compiling cassowary v0.3.0
33142025-05-22T20:18:51.915Z[ host-package] Compiling indoc v2.0.6
33152025-05-22T20:18:52.453Z[ host-package] Compiling io-lifetimes v1.0.11
33162025-05-22T20:18:53.258Z[ host-package] Compiling ratatui v0.29.0
33172025-05-22T20:18:55.516Z[ host-package] Compiling serde_cbor v0.11.2
33182025-05-22T20:18:56.154Z[ host-package] Compiling tough v0.20.0
33192025-05-22T20:18:58.410Z[ host-package] Compiling radix_trie v0.2.1
33202025-05-22T20:19:00.772Z[ host-package] Compiling cargo_metadata v0.18.1
33212025-05-22T20:19:17.600Z[ host-package] Compiling git2 v0.19.0
33222025-05-22T20:19:24.084Z[ host-package] Compiling parking_lot v0.11.2
33232025-05-22T20:19:25.533Z[ helios-setup] May 22 20:19:25.248 INFO E| Finished `release` profile [optimized] target(s) in 6m 34s
33242025-05-22T20:19:25.671Z[ helios-setup] May 22 20:19:25.386 INFO building project "pilot" ok (394 seconds)
33252025-05-22T20:19:25.671Z[ helios-setup] May 22 20:19:25.386 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
33262025-05-22T20:19:25.808Z[ helios-setup] May 22 20:19:25.522 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.87.0-x86_64-unknown-illumos (default)"
33272025-05-22T20:19:25.808Z[ helios-setup] May 22 20:19:25.522 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
33282025-05-22T20:19:25.811Z[ helios-setup] May 22 20:19:25.522 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
33292025-05-22T20:19:26.125Z[ helios-setup] May 22 20:19:25.840 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
33302025-05-22T20:19:26.356Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33312025-05-22T20:19:26.572Z[ helios-setup] May 22 20:19:26.287 INFO E| From https://github.com/jclulow/rust-jmclib
33322025-05-22T20:19:26.576Z[ helios-setup] May 22 20:19:26.287 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
33332025-05-22T20:19:26.590Z[ helios-setup] May 22 20:19:26.306 INFO E| Updating crates.io index
33342025-05-22T20:19:26.703Z[ helios-setup] May 22 20:19:26.418 INFO E| Downloading crates ...
33352025-05-22T20:19:26.819Z[ helios-setup] May 22 20:19:26.534 INFO E| Downloaded bitflags v2.3.3
33362025-05-22T20:19:26.861Z[ helios-setup] May 22 20:19:26.576 INFO E| Downloaded opaque-debug v0.3.0
33372025-05-22T20:19:26.864Z[ helios-setup] May 22 20:19:26.577 INFO E| Downloaded glob v0.3.1
33382025-05-22T20:19:26.864Z[ helios-setup] May 22 20:19:26.579 INFO E| Downloaded fastrand v2.0.0
33392025-05-22T20:19:26.867Z[ helios-setup] May 22 20:19:26.581 INFO E| Downloaded digest v0.9.0
33402025-05-22T20:19:26.867Z[ helios-setup] May 22 20:19:26.583 INFO E| Downloaded block-buffer v0.9.0
33412025-05-22T20:19:26.871Z[ helios-setup] May 22 20:19:26.584 INFO E| Downloaded libdevinfo-sys v1.0.0
33422025-05-22T20:19:26.871Z[ helios-setup] May 22 20:19:26.585 INFO E| Downloaded anyhow v1.0.72
33432025-05-22T20:19:26.892Z[ helios-setup] May 22 20:19:26.608 INFO E| Downloaded tempfile v3.7.0
33442025-05-22T20:19:26.897Z[ helios-setup] May 22 20:19:26.612 INFO E| Downloaded md-5 v0.9.1
33452025-05-22T20:19:26.900Z[ helios-setup] May 22 20:19:26.614 INFO E| Downloaded itoa v1.0.9
33462025-05-22T20:19:26.903Z[ helios-setup] May 22 20:19:26.617 INFO E| Downloaded getrandom v0.2.10
33472025-05-22T20:19:26.909Z[ helios-setup] May 22 20:19:26.623 INFO E| Downloaded uuid v0.8.2
33482025-05-22T20:19:26.913Z[ helios-setup] May 22 20:19:26.629 INFO E| Downloaded unicode-ident v1.0.11
33492025-05-22T20:19:26.918Z[ helios-setup] May 22 20:19:26.633 INFO E| Downloaded ryu v1.0.15
33502025-05-22T20:19:26.925Z[ helios-setup] May 22 20:19:26.640 INFO E| Downloaded serde_derive v1.0.193
33512025-05-22T20:19:26.931Z[ helios-setup] May 22 20:19:26.646 INFO E| Downloaded quote v1.0.31
33522025-05-22T20:19:26.935Z[ helios-setup] May 22 20:19:26.651 INFO E| Downloaded serde v1.0.193
33532025-05-22T20:19:26.941Z[ helios-setup] May 22 20:19:26.656 INFO E| Downloaded proc-macro2 v1.0.66
33542025-05-22T20:19:26.945Z[ helios-setup] May 22 20:19:26.661 INFO E| Downloaded once_cell v1.18.0
33552025-05-22T20:19:26.949Z[ helios-setup] May 22 20:19:26.665 INFO E| Downloaded serde_json v1.0.103
33562025-05-22T20:19:27.007Z[ helios-setup] May 22 20:19:26.722 INFO E| Downloaded sha-1 v0.9.8
33572025-05-22T20:19:27.010Z[ helios-setup] May 22 20:19:26.725 INFO E| Downloaded cpufeatures v0.2.9
33582025-05-22T20:19:27.016Z[ helios-setup] May 22 20:19:26.732 INFO E| Downloaded syn v2.0.32
33592025-05-22T20:19:27.062Z[ helios-setup] May 22 20:19:26.777 INFO E| Downloaded rustix v0.38.4
33602025-05-22T20:19:27.160Z[ helios-setup] May 22 20:19:26.875 INFO E| Downloaded libc v0.2.147
33612025-05-22T20:19:27.264Z[ helios-setup] May 22 20:19:26.980 INFO E| Compiling libc v0.2.147
33622025-05-22T20:19:27.306Z[ helios-setup] May 22 20:19:27.021 INFO E| Compiling proc-macro2 v1.0.66
33632025-05-22T20:19:27.306Z[ helios-setup] May 22 20:19:27.021 INFO E| Compiling cfg-if v1.0.0
33642025-05-22T20:19:27.306Z[ helios-setup] May 22 20:19:27.021 INFO E| Compiling unicode-ident v1.0.11
33652025-05-22T20:19:27.306Z[ helios-setup] May 22 20:19:27.022 INFO E| Compiling typenum v1.16.0
33662025-05-22T20:19:27.310Z[ helios-setup] May 22 20:19:27.022 INFO E| Compiling version_check v0.9.4
33672025-05-22T20:19:27.310Z[ helios-setup] May 22 20:19:27.022 INFO E| Compiling serde v1.0.193
33682025-05-22T20:19:27.310Z[ helios-setup] May 22 20:19:27.022 INFO E| Compiling time-core v0.1.2
33692025-05-22T20:19:27.776Z[ helios-setup] May 22 20:19:27.491 INFO E| Compiling itoa v1.0.9
33702025-05-22T20:19:27.854Z[ helios-setup] May 22 20:19:27.568 INFO E| Compiling num-conv v0.1.0
33712025-05-22T20:19:27.859Z[ helios-setup] May 22 20:19:27.575 INFO E| Compiling slog v2.7.0
33722025-05-22T20:19:28.381Z[ host-package] Compiling progenitor-impl v0.8.0
33732025-05-22T20:19:28.385Z[ helios-setup] May 22 20:19:28.097 INFO E| Compiling powerfmt v0.2.0
33742025-05-22T20:19:28.501Z[ helios-setup] May 22 20:19:28.215 INFO E| Compiling rustix v0.38.4
33752025-05-22T20:19:28.636Z[ helios-setup] May 22 20:19:28.352 INFO E| Compiling time-macros v0.2.18
33762025-05-22T20:19:28.733Z[ helios-setup] May 22 20:19:28.448 INFO E| Compiling generic-array v0.14.7
33772025-05-22T20:19:29.280Z[ helios-setup] May 22 20:19:28.996 INFO E| Compiling deranged v0.3.11
33782025-05-22T20:19:29.313Z[ helios-setup] May 22 20:19:29.029 INFO E| Compiling num_threads v0.1.6
33792025-05-22T20:19:29.603Z[ helios-setup] May 22 20:19:29.318 INFO E| Compiling bitflags v2.3.3
33802025-05-22T20:19:29.800Z[ helios-setup] May 22 20:19:29.515 INFO E| Compiling once_cell v1.18.0
33812025-05-22T20:19:30.785Z[ helios-setup] May 22 20:19:30.293 INFO E| Compiling quote v1.0.31
33822025-05-22T20:19:30.795Z[ helios-setup] May 22 20:19:30.391 INFO E| Compiling thread_local v1.1.7
33832025-05-22T20:19:31.231Z[ helios-setup] May 22 20:19:30.947 INFO E| Compiling dirs-sys-next v0.1.2
33842025-05-22T20:19:31.471Z[ helios-setup] May 22 20:19:31.187 INFO E| Compiling syn v2.0.32
33852025-05-22T20:19:31.662Z[ helios-setup] May 22 20:19:31.378 INFO E| Compiling errno v0.3.1
33862025-05-22T20:19:31.707Z[ helios-setup] May 22 20:19:31.423 INFO E| Compiling atty v0.2.14
33872025-05-22T20:19:31.759Z[ helios-setup] May 22 20:19:31.475 INFO E| Compiling anyhow v1.0.72
33882025-05-22T20:19:32.134Z[ helios-setup] May 22 20:19:31.850 INFO E| Compiling dirs-next v2.0.0
33892025-05-22T20:19:32.558Z[ helios-setup] May 22 20:19:32.274 INFO E| Compiling term v0.7.0
33902025-05-22T20:19:32.676Z[ helios-setup] May 22 20:19:32.392 INFO E| Compiling opaque-debug v0.3.0
33912025-05-22T20:19:32.801Z[ helios-setup] May 22 20:19:32.517 INFO E| Compiling block-buffer v0.9.0
33922025-05-22T20:19:32.810Z[ helios-setup] May 22 20:19:32.525 INFO E| Compiling digest v0.9.0
33932025-05-22T20:19:33.023Z[ helios-setup] May 22 20:19:32.739 INFO E| Compiling serde_json v1.0.103
33942025-05-22T20:19:33.205Z[ helios-setup] May 22 20:19:32.921 INFO E| Compiling fastrand v2.0.0
33952025-05-22T20:19:33.337Z[ helios-setup] May 22 20:19:33.053 INFO E| Compiling getrandom v0.2.10
33962025-05-22T20:19:33.867Z[ helios-setup] May 22 20:19:33.583 INFO E| Compiling same-file v1.0.6
33972025-05-22T20:19:33.919Z[ helios-setup] May 22 20:19:33.634 INFO E| Compiling time v0.3.36
33982025-05-22T20:19:34.014Z[ helios-setup] May 22 20:19:33.730 INFO E| Compiling unicode-width v0.1.10
33992025-05-22T20:19:34.132Z[ helios-setup] May 22 20:19:33.847 INFO E| Compiling ryu v1.0.15
34002025-05-22T20:19:34.430Z[ helios-setup] May 22 20:19:34.146 INFO E| Compiling cpufeatures v0.2.9
34012025-05-22T20:19:34.475Z[ helios-setup] May 22 20:19:34.191 INFO E| Compiling getopts v0.2.21
34022025-05-22T20:19:34.475Z[ helios-setup] May 22 20:19:34.191 INFO E| Compiling walkdir v2.3.3
34032025-05-22T20:19:34.637Z[ helios-setup] May 22 20:19:34.353 INFO E| Compiling sha-1 v0.9.8
34042025-05-22T20:19:35.672Z[ helios-setup] May 22 20:19:35.387 INFO E| Compiling tempfile v3.7.0
34052025-05-22T20:19:35.989Z[ helios-setup] May 22 20:19:35.705 INFO E| Compiling md-5 v0.9.1
34062025-05-22T20:19:36.090Z[ helios-setup] May 22 20:19:35.806 INFO E| Compiling glob v0.3.1
34072025-05-22T20:19:36.195Z[ helios-setup] May 22 20:19:35.911 INFO E| Compiling libdevinfo-sys v1.0.0
34082025-05-22T20:19:37.143Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34092025-05-22T20:19:37.232Z[ helios-setup] May 22 20:19:36.948 INFO E| Compiling slog-term v2.9.0
34102025-05-22T20:19:38.735Z[ helios-setup] May 22 20:19:38.452 INFO E| Compiling serde_derive v1.0.193
34112025-05-22T20:19:39.471Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
34122025-05-22T20:19:44.800Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34132025-05-22T20:19:47.088Z[ host-package] Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b)
34142025-05-22T20:19:47.588Z[ host-package] Compiling rand_seeder v0.3.0
34152025-05-22T20:19:47.620Z[ host-package] Compiling lzma-sys v0.1.20
34162025-05-22T20:19:48.137Z[ host-package] Compiling rustls v0.21.12
34172025-05-22T20:19:48.543Z[ host-package] Compiling rustix v0.37.28
34182025-05-22T20:19:48.587Z[ host-package] Compiling xshell-macros v0.2.7
34192025-05-22T20:19:49.317Z[ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
34202025-05-22T20:19:49.568Z[ host-package] Compiling xshell v0.2.7
34212025-05-22T20:19:50.692Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34222025-05-22T20:19:51.215Z[ helios-setup] May 22 20:19:50.933 INFO E| Compiling toml v0.5.11
34232025-05-22T20:19:51.215Z[ helios-setup] May 22 20:19:50.933 INFO E| Compiling uuid v0.8.2
34242025-05-22T20:19:51.279Z[ host-package] Compiling progenitor-macro v0.8.0
34252025-05-22T20:19:53.135Z[ host-package] Compiling hyper-staticfile v0.10.1
34262025-05-22T20:19:53.554Z[ helios-setup] May 22 20:19:53.272 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
34272025-05-22T20:19:55.141Z[ helios-setup] May 22 20:19:54.860 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
34282025-05-22T20:19:55.308Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34292025-05-22T20:19:57.875Z[ host-package] Compiling sled v0.34.7
34302025-05-22T20:20:03.869Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34312025-05-22T20:20:04.974Z[ host-package] Compiling hickory-client v0.24.4
34322025-05-22T20:20:05.938Z[ helios-setup] May 22 20:20:05.658 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.01s
34332025-05-22T20:20:05.975Z[ helios-setup] May 22 20:20:05.695 INFO building project "image-builder" ok (40 seconds)
34342025-05-22T20:20:05.975Z[ helios-setup] May 22 20:20:05.695 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
34352025-05-22T20:20:06.075Z[ helios-setup] May 22 20:20:05.795 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.87.0-x86_64-unknown-illumos (default)"
34362025-05-22T20:20:06.075Z[ helios-setup] May 22 20:20:05.795 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
34372025-05-22T20:20:06.078Z[ helios-setup] May 22 20:20:05.795 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
34382025-05-22T20:20:06.380Z[ helios-setup] May 22 20:20:06.100 INFO E| Downloading crates ...
34392025-05-22T20:20:06.467Z[ helios-setup] May 22 20:20:06.186 INFO E| Downloaded bytes v1.2.1
34402025-05-22T20:20:06.473Z[ helios-setup] May 22 20:20:06.193 INFO E| Downloaded sha2 v0.10.5
34412025-05-22T20:20:06.476Z[ helios-setup] May 22 20:20:06.196 INFO E| Downloaded digest v0.10.3
34422025-05-22T20:20:06.479Z[ helios-setup] May 22 20:20:06.199 INFO E| Downloaded typenum v1.15.0
34432025-05-22T20:20:06.483Z[ helios-setup] May 22 20:20:06.202 INFO E| Downloaded anyhow v1.0.62
34442025-05-22T20:20:06.557Z[ helios-setup] May 22 20:20:06.276 INFO E| Compiling version_check v0.9.4
34452025-05-22T20:20:06.557Z[ helios-setup] May 22 20:20:06.276 INFO E| Compiling typenum v1.15.0
34462025-05-22T20:20:06.560Z[ helios-setup] May 22 20:20:06.276 INFO E| Compiling crc32fast v1.3.2
34472025-05-22T20:20:06.560Z[ helios-setup] May 22 20:20:06.276 INFO E| Compiling cfg-if v1.0.0
34482025-05-22T20:20:06.560Z[ helios-setup] May 22 20:20:06.276 INFO E| Compiling anyhow v1.0.62
34492025-05-22T20:20:06.560Z[ helios-setup] May 22 20:20:06.277 INFO E| Compiling adler v1.0.2
34502025-05-22T20:20:06.561Z[ helios-setup] May 22 20:20:06.277 INFO E| Compiling cpufeatures v0.2.5
34512025-05-22T20:20:06.561Z[ helios-setup] May 22 20:20:06.277 INFO E| Compiling unicode-width v0.1.10
34522025-05-22T20:20:06.841Z[ helios-setup] May 22 20:20:06.561 INFO E| Compiling bytes v1.2.1
34532025-05-22T20:20:07.133Z[ helios-setup] May 22 20:20:06.853 INFO E| Compiling miniz_oxide v0.6.2
34542025-05-22T20:20:07.389Z[ helios-setup] May 22 20:20:07.109 INFO E| Compiling getopts v0.2.21
34552025-05-22T20:20:07.445Z[ helios-setup] May 22 20:20:07.165 INFO E| Compiling bitflags v1.3.2
34562025-05-22T20:20:07.622Z[ helios-setup] May 22 20:20:07.342 INFO E| Compiling generic-array v0.14.6
34572025-05-22T20:20:09.359Z[ helios-setup] May 22 20:20:09.079 INFO E| Compiling flate2 v1.0.25
34582025-05-22T20:20:11.942Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34592025-05-22T20:20:12.775Z[ helios-setup] May 22 20:20:12.495 INFO E| Compiling crypto-common v0.1.6
34602025-05-22T20:20:12.776Z[ helios-setup] May 22 20:20:12.495 INFO E| Compiling block-buffer v0.10.3
34612025-05-22T20:20:13.093Z[ helios-setup] May 22 20:20:12.814 INFO E| Compiling digest v0.10.3
34622025-05-22T20:20:13.472Z[ helios-setup] May 22 20:20:13.192 INFO E| Compiling sha2 v0.10.5
34632025-05-22T20:20:13.487Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34642025-05-22T20:20:14.069Z[ helios-setup] May 22 20:20:13.790 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
34652025-05-22T20:20:16.654Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34662025-05-22T20:20:16.910Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34672025-05-22T20:20:18.542Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=875ae5b7f8f0e32e9be672a36b5dda109b9b2450#875ae5b7)
34682025-05-22T20:20:19.002Z[ helios-setup] May 22 20:20:18.722 INFO E| Finished `release` profile [optimized] target(s) in 12.79s
34692025-05-22T20:20:19.018Z[ helios-setup] May 22 20:20:18.739 INFO building project "bootserver" ok (12 seconds)
34702025-05-22T20:20:19.022Z[ helios-setup] rm -f helios-build
34712025-05-22T20:20:19.025Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
34722025-05-22T20:20:19.030Z[ helios-setup]
34732025-05-22T20:20:19.030Z[ helios-setup] Setup complete! ./helios-build is now available.
34742025-05-22T20:20:19.030Z[ helios-setup]
34752025-05-22T20:20:19.036Z[ helios-setup]
34762025-05-22T20:20:19.036Z[ helios-setup] real 10:43.392597260
34772025-05-22T20:20:19.036Z[ helios-setup] user 27:21.367680504
34782025-05-22T20:20:19.036Z[ helios-setup] sys 2:23.386717567
34792025-05-22T20:20:19.036Z[ helios-setup] trap 1.714683721
34802025-05-22T20:20:19.036Z[ helios-setup] tflt 4.484931463
34812025-05-22T20:20:19.036Z[ helios-setup] dflt 14.492992956
34822025-05-22T20:20:19.036Z[ helios-setup] kflt 0.011403661
34832025-05-22T20:20:19.036Z[ helios-setup] lock 1:41:52.454383033
34842025-05-22T20:20:19.036Z[ helios-setup] slp 3:27:14.442846014
34852025-05-22T20:20:19.036Z[ helios-setup] lat 30:27.830031996
34862025-05-22T20:20:19.036Z[ helios-setup] stop 4:53.666416975
34872025-05-22T20:20:19.036ZMay 22 20:20:18.752 INFO [helios-setup] process exited with exit status: 0 (643.39614868s)
34882025-05-22T20:20:19.036ZMay 22 20:20:18.752 INFO [helios-record] running task
34892025-05-22T20:20:19.036ZMay 22 20:20:18.753 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
34902025-05-22T20:20:19.040ZMay 22 20:20:18.759 DEBG process exited with exit status: 0 (6.210707ms)
34912025-05-22T20:20:19.040ZMay 22 20:20:18.759 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
34922025-05-22T20:20:19.044ZMay 22 20:20:18.765 DEBG process exited with exit status: 0 (5.855146ms)
34932025-05-22T20:20:19.044ZMay 22 20:20:18.765 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
34942025-05-22T20:20:19.050ZMay 22 20:20:18.771 DEBG process exited with exit status: 0 (5.776255ms)
34952025-05-22T20:20:19.050ZMay 22 20:20:18.771 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
34962025-05-22T20:20:19.057ZMay 22 20:20:18.777 DEBG process exited with exit status: 0 (5.988715ms)
34972025-05-22T20:20:19.057ZMay 22 20:20:18.777 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
34982025-05-22T20:20:19.061ZMay 22 20:20:18.783 DEBG process exited with exit status: 0 (5.930166ms)
34992025-05-22T20:20:19.062ZMay 22 20:20:18.783 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
35002025-05-22T20:20:19.069ZMay 22 20:20:18.788 DEBG process exited with exit status: 0 (5.540512ms)
35012025-05-22T20:20:19.069ZMay 22 20:20:18.791 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
35022025-05-22T20:20:19.073ZMay 22 20:20:18.794 DEBG process exited with exit status: 0 (5.373548ms)
35032025-05-22T20:20:19.073ZMay 22 20:20:18.794 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
35042025-05-22T20:20:19.078ZMay 22 20:20:18.799 DEBG process exited with exit status: 0 (5.537731ms)
35052025-05-22T20:20:19.082ZMay 22 20:20:18.800 INFO [helios-record] task succeeded (47.942135ms)
35062025-05-22T20:20:20.211Z[ host-package] Compiling progenitor-client v0.8.0
35072025-05-22T20:20:20.525Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
35082025-05-22T20:20:20.903Z[ host-package] Compiling sct v0.7.1
35092025-05-22T20:20:21.154Z[ host-package] Compiling rustls-webpki v0.101.7
35102025-05-22T20:20:21.439Z[ host-package] Compiling hickory-server v0.24.4
35112025-05-22T20:20:24.879Z[ host-package] Compiling primeorder v0.13.6
35122025-05-22T20:20:25.502Z[ host-package] Compiling heck v0.3.3
35132025-05-22T20:20:25.580Z[ host-package] Compiling env_filter v0.1.2
35142025-05-22T20:20:25.883Z[ host-package] Compiling csv-core v0.1.11
35152025-05-22T20:20:26.806Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b)
35162025-05-22T20:20:27.136Z[ host-package] Compiling void v1.0.2
35172025-05-22T20:20:27.281Z[ host-package] Compiling csv v1.3.1
35182025-05-22T20:20:27.372Z[ host-package] Compiling lzss v0.8.2
35192025-05-22T20:20:27.978Z[ host-package] Compiling env_logger v0.11.5
35202025-05-22T20:20:29.364Z[ host-package] Compiling zone_cfg_derive v0.1.2
35212025-05-22T20:20:29.560Z[ host-package] Compiling p384 v0.13.0
35222025-05-22T20:20:30.667Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35232025-05-22T20:20:32.710Z[ host-package] Compiling progenitor v0.8.0
35242025-05-22T20:20:32.991Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
35252025-05-22T20:20:34.040Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
35262025-05-22T20:20:37.019Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
35272025-05-22T20:20:37.124Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
35282025-05-22T20:20:37.194Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
35292025-05-22T20:20:38.205Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
35302025-05-22T20:20:38.724Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
35312025-05-22T20:20:39.119Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
35322025-05-22T20:20:41.567Z[ host-package] Compiling tungstenite v0.23.0
35332025-05-22T20:20:43.942Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
35342025-05-22T20:20:44.841Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35352025-05-22T20:20:45.207Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35362025-05-22T20:20:45.578Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
35372025-05-22T20:20:45.985Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
35382025-05-22T20:20:46.726Z[ host-package] Compiling nix v0.27.1
35392025-05-22T20:20:47.157Z[ host-package] Compiling serde_bytes v0.11.17
35402025-05-22T20:20:47.468Z[ host-package] Compiling base64 v0.13.1
35412025-05-22T20:20:47.730Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
35422025-05-22T20:20:48.160Z[ host-package] Compiling ron v0.7.1
35432025-05-22T20:20:49.059Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
35442025-05-22T20:20:49.538Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
35452025-05-22T20:20:49.798Z[ host-package] Compiling tokio-tungstenite v0.23.1
35462025-05-22T20:20:50.492Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
35472025-05-22T20:20:53.356Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
35482025-05-22T20:20:53.624Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
35492025-05-22T20:20:55.155Z[ host-package] Compiling xz2 v0.1.7
35502025-05-22T20:20:55.800Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
35512025-05-22T20:20:57.122Z[ host-package] Compiling terminal_size v0.2.6
35522025-05-22T20:20:57.393Z[ host-package] Compiling tokio-rustls v0.24.1
35532025-05-22T20:20:57.756Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
35542025-05-22T20:20:57.909Z[ host-package] Compiling zone v0.1.8
35552025-05-22T20:21:01.240Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35562025-05-22T20:21:01.705Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
35572025-05-22T20:21:03.336Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
35582025-05-22T20:21:05.732Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
35592025-05-22T20:21:10.730Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
35602025-05-22T20:21:13.496Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
35612025-05-22T20:21:13.869Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35622025-05-22T20:21:14.277Z[ host-package] Compiling rustls-pemfile v1.0.4
35632025-05-22T20:21:14.555Z[ host-package] Compiling signal-hook-tokio v0.3.1
35642025-05-22T20:21:14.855Z[ host-package] Compiling yasna v0.5.2
35652025-05-22T20:21:14.885Z[ host-package] Compiling twox-hash v2.1.0
35662025-05-22T20:21:15.053Z[ host-package] Compiling secrecy v0.8.0
35672025-05-22T20:21:15.405Z[ host-package] Compiling unicode-linebreak v0.1.5
35682025-05-22T20:21:15.954Z[ host-package] Compiling is_ci v1.2.0
35692025-05-22T20:21:16.044Z[ host-package] Compiling smawk v0.3.2
35702025-05-22T20:21:16.328Z[ host-package] Compiling supports-color v3.0.2
35712025-05-22T20:21:16.398Z[ host-package] Compiling textwrap v0.16.1
35722025-05-22T20:21:16.848Z[ host-package] Compiling rcgen v0.12.1
35732025-05-22T20:21:19.961Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
35742025-05-22T20:21:22.246Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
35752025-05-22T20:21:27.574Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
35762025-05-22T20:21:28.148Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
35772025-05-22T20:21:28.606Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
35782025-05-22T20:21:37.782Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
35792025-05-22T20:21:40.973Z[ host-package] Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
35802025-05-22T20:21:42.908Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
35812025-05-22T20:21:45.626Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35822025-05-22T20:21:47.593Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
35832025-05-22T20:21:47.704Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
35842025-05-22T20:21:59.107Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
35852025-05-22T20:22:04.315Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
35862025-05-22T20:22:04.616Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
35872025-05-22T20:22:04.968Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
35882025-05-22T20:22:11.947Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
35892025-05-22T20:22:14.829Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35902025-05-22T20:22:18.250Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
35912025-05-22T20:22:18.513Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
35922025-05-22T20:22:18.851Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
35932025-05-22T20:22:19.214Z[ host-package] Compiling fatfs v0.3.6
35942025-05-22T20:22:19.446Z[ host-package] Compiling subprocess v0.2.9
35952025-05-22T20:22:21.889Z[ host-package] Compiling rtoolbox v0.0.2
35962025-05-22T20:22:22.206Z[ host-package] Compiling assert_matches v1.5.0
35972025-05-22T20:22:22.400Z[ host-package] Compiling rpassword v7.3.1
35982025-05-22T20:22:22.896Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35992025-05-22T20:22:24.109Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36002025-05-22T20:22:30.248Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
36012025-05-22T20:22:32.259Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
36022025-05-22T20:22:39.208Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
36032025-05-22T20:22:57.211Z[ host-package] Compiling tui-tree-widget v0.23.0
36042025-05-22T20:22:57.717Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
36052025-05-22T20:23:00.388Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
36062025-05-22T20:23:00.765Z[ host-package] Compiling uzers v0.12.1
36072025-05-22T20:23:03.967Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
36082025-05-22T20:23:04.337Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
36092025-05-22T20:23:06.483Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
36102025-05-22T20:23:10.791Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
36112025-05-22T20:23:23.264Z[ host-package] Compiling support-bundle-viewer v0.1.0
36122025-05-22T20:23:26.984Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
36132025-05-22T20:23:31.569Z[ host-package] Compiling multimap v0.10.1
36142025-05-22T20:25:49.379Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
36152025-05-22T20:33:33.888Z[ host-package] Finished `release` profile [optimized] target(s) in 21m 41s
36162025-05-22T20:34:52.523ZMay 22 20:34:52.343 INFO [host-package] process exited with exit status: 0 (1379.942039663s)
36172025-05-22T20:34:52.523ZMay 22 20:34:52.343 INFO [host-stamp] running task
36182025-05-22T20:34:52.528ZMay 22 20:34:52.343 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
36192025-05-22T20:34:52.528ZMay 22 20:34:52.344 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 15.0.0-0.ci+git50160a8100a
36202025-05-22T20:34:52.528ZMay 22 20:34:52.344 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 15.0.0-0.ci+git50160a8100a
36212025-05-22T20:34:52.528ZMay 22 20:34:52.345 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 15.0.0-0.ci+git50160a8100a
36222025-05-22T20:34:52.528ZMay 22 20:34:52.345 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 15.0.0-0.ci+git50160a8100a
36232025-05-22T20:34:52.528ZMay 22 20:34:52.345 INFO [stamp-crucible-dtrace] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-dtrace 15.0.0-0.ci+git50160a8100a
36242025-05-22T20:34:52.528ZMay 22 20:34:52.345 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 15.0.0-0.ci+git50160a8100a
36252025-05-22T20:34:52.528ZMay 22 20:34:52.347 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 15.0.0-0.ci+git50160a8100a
36262025-05-22T20:34:52.528ZMay 22 20:34:52.347 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 15.0.0-0.ci+git50160a8100a
36272025-05-22T20:34:52.538Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
36282025-05-22T20:34:52.542Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
36292025-05-22T20:34:52.542Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
36302025-05-22T20:34:52.542Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
36312025-05-22T20:34:52.542Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
36322025-05-22T20:34:52.542Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
36332025-05-22T20:34:52.542Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
36342025-05-22T20:34:52.542Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
36352025-05-22T20:34:52.542Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
36362025-05-22T20:34:52.542Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
36372025-05-22T20:34:52.542Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
36382025-05-22T20:34:52.546ZMay 22 20:34:52.365 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (19.762899ms)
36392025-05-22T20:34:52.547ZMay 22 20:34:52.365 INFO [stamp-overlay] process exited with exit status: 0 (20.038628ms)
36402025-05-22T20:34:52.561Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
36412025-05-22T20:34:52.566ZMay 22 20:34:52.386 INFO [stamp-oxlog] process exited with exit status: 0 (42.202376ms)
36422025-05-22T20:34:52.647Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
36432025-05-22T20:34:52.650ZMay 22 20:34:52.471 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (125.438083ms)
36442025-05-22T20:34:52.826Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
36452025-05-22T20:34:52.831ZMay 22 20:34:52.649 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (304.76521ms)
36462025-05-22T20:34:52.989Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
36472025-05-22T20:34:52.993ZMay 22 20:34:52.813 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (466.903442ms)
36482025-05-22T20:34:53.738Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
36492025-05-22T20:34:53.742ZMay 22 20:34:53.562 INFO [stamp-propolis-server] process exited with exit status: 0 (1.218082011s)
36502025-05-22T20:34:53.878Z[recovery-package] Compiling newtype-uuid v1.2.1
36512025-05-22T20:34:54.384Z[recovery-package] Compiling daft v0.1.3
36522025-05-22T20:34:54.721Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
36532025-05-22T20:34:55.074Z[recovery-package] Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
36542025-05-22T20:34:55.078Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
36552025-05-22T20:34:55.079Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
36562025-05-22T20:34:55.148Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
36572025-05-22T20:34:55.807Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
36582025-05-22T20:35:02.581Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
36592025-05-22T20:35:02.584ZMay 22 20:35:02.406 INFO [stamp-switch-asic] process exited with exit status: 0 (10.060747193s)
36602025-05-22T20:35:02.584ZMay 22 20:35:02.406 INFO [host-stamp] task succeeded (10.063167884s)
36612025-05-22T20:35:02.584ZMay 22 20:35:02.406 INFO [host-proto] running task
36622025-05-22T20:35:03.037ZMay 22 20:35:02.859 INFO [host-proto] task succeeded (452.66002ms)
36632025-05-22T20:35:03.037ZMay 22 20:35:02.859 INFO [host-profile] running task
36642025-05-22T20:35:03.041ZMay 22 20:35:02.859 INFO [host-profile] task succeeded (295.792µs)
36652025-05-22T20:35:03.042ZMay 22 20:35:02.860 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.35.364' -P /tmp/.tmpm36bV6/proto/host/root -N 'ci 50160a8/${os_short_commit} 2025-05-22 20:09' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@15.0.0.0' -p 'helios-dev=file:///work/incorporation.p5p' -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
36662025-05-22T20:35:03.051Z[ host-image] May 22 20:35:02.867 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
36672025-05-22T20:35:03.051Z[ host-image] May 22 20:35:02.867 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
36682025-05-22T20:35:03.060Z[ host-image] May 22 20:35:02.882 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpm36bV6/proto/host/root"
36692025-05-22T20:35:03.063Z[ host-image] May 22 20:35:02.882 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
36702025-05-22T20:35:03.063Z[ host-image] May 22 20:35:02.882 INFO image builder template: ramdisk-01-os...
36712025-05-22T20:35:03.063Z[ host-image] May 22 20:35:02.882 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/host", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-E", "/tmp/.tmpm36bV6/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.35.364", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@15.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
36722025-05-22T20:35:03.077Z[ host-image] May 22 20:35:02.899 INFO O| May 22 20:35:02.899 INFO CREATE DATASET: rpool/images/build/host/output
36732025-05-22T20:35:03.360Z[ host-image] May 22 20:35:03.182 INFO O| May 22 20:35:03.182 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
36742025-05-22T20:35:03.364Z[ host-image] May 22 20:35:03.186 INFO O| May 22 20:35:03.186 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
36752025-05-22T20:35:03.609Z[ host-image] May 22 20:35:03.424 INFO O| May 22 20:35:03.424 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
36762025-05-22T20:35:03.655Z[ host-image] May 22 20:35:03.477 INFO O| May 22 20:35:03.477 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
36772025-05-22T20:35:03.655Z[ host-image] May 22 20:35:03.477 INFO O| May 22 20:35:03.477 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
36782025-05-22T20:35:03.659Z[ host-image] May 22 20:35:03.477 INFO O| May 22 20:35:03.477 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
36792025-05-22T20:35:03.659Z[ host-image] May 22 20:35:03.477 INFO O| May 22 20:35:03.477 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
36802025-05-22T20:35:03.663Z[ host-image] May 22 20:35:03.483 INFO O| May 22 20:35:03.483 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
36812025-05-22T20:35:03.905Z[ host-image] May 22 20:35:03.723 INFO O| May 22 20:35:03.723 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36822025-05-22T20:35:03.912Z[ host-image] May 22 20:35:03.733 INFO O| May 22 20:35:03.733 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
36832025-05-22T20:35:04.303Z[ host-image] May 22 20:35:04.121 INFO O| May 22 20:35:04.121 INFO O| Caching catalogs ... Done
36842025-05-22T20:35:04.391Z[ host-image] May 22 20:35:04.213 INFO O| May 22 20:35:04.213 INFO STEP 0 (pkg_image_create) COMPLETE
36852025-05-22T20:35:04.391Z[ host-image] May 22 20:35:04.213 INFO O| May 22 20:35:04.213 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36862025-05-22T20:35:04.400Z[ host-image] May 22 20:35:04.222 INFO O| May 22 20:35:04.222 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-G", "*", "-g", "file:///work/incorporation.p5p", "-g", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
36872025-05-22T20:35:04.767Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
36882025-05-22T20:35:04.767Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36892025-05-22T20:35:04.773Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
36902025-05-22T20:35:04.773Z[ host-image] May 22 20:35:04.589 INFO O| May 22 20:35:04.589 INFO STEP 1 (pkg_set_publisher) COMPLETE
36912025-05-22T20:35:04.773Z[ host-image] May 22 20:35:04.590 INFO O| May 22 20:35:04.589 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36922025-05-22T20:35:04.773Z[ host-image] May 22 20:35:04.590 INFO O| May 22 20:35:04.589 INFO skip step because feature "publisher_1_name" is not enabled
36932025-05-22T20:35:04.773Z[ host-image] May 22 20:35:04.590 INFO O| May 22 20:35:04.589 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36942025-05-22T20:35:04.773Z[ host-image] May 22 20:35:04.590 INFO O| May 22 20:35:04.589 INFO skip step because feature "publisher_2_name" is not enabled
36952025-05-22T20:35:04.773Z[ host-image] May 22 20:35:04.590 INFO O| May 22 20:35:04.590 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36962025-05-22T20:35:04.773Z[ host-image] May 22 20:35:04.590 INFO O| May 22 20:35:04.590 INFO skip step because feature "publisher_3_name" is not enabled
36972025-05-22T20:35:04.773Z[ host-image] May 22 20:35:04.590 INFO O| May 22 20:35:04.590 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36982025-05-22T20:35:05.295Z[ host-image] May 22 20:35:05.116 INFO O| May 22 20:35:05.116 INFO variant opensolaris.zone is already global
36992025-05-22T20:35:05.295Z[ host-image] May 22 20:35:05.116 INFO O| May 22 20:35:05.116 INFO STEP 5 (pkg_change_variant) COMPLETE
37002025-05-22T20:35:05.299Z[ host-image] May 22 20:35:05.116 INFO O| May 22 20:35:05.116 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37012025-05-22T20:35:05.908Z[ host-image] May 22 20:35:05.730 INFO O| May 22 20:35:05.730 INFO variant opensolaris.imagetype is full; changing to partial
37022025-05-22T20:35:05.909Z[ host-image] May 22 20:35:05.730 INFO O| May 22 20:35:05.730 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
37032025-05-22T20:35:09.466Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
37042025-05-22T20:35:09.532Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37052025-05-22T20:35:10.361Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37062025-05-22T20:35:11.169Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
37072025-05-22T20:35:11.951Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37082025-05-22T20:35:12.436Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37092025-05-22T20:35:15.204Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
37102025-05-22T20:35:37.088Z[recovery-package] Finished `release` profile [optimized] target(s) in 44.29s
37112025-05-22T20:35:39.894ZMay 22 20:35:39.720 INFO [recovery-package] process exited with exit status: 0 (47.376857225s)
37122025-05-22T20:35:39.894ZMay 22 20:35:39.720 INFO [recovery-stamp] running task
37132025-05-22T20:35:39.898ZMay 22 20:35:39.721 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
37142025-05-22T20:35:39.898ZMay 22 20:35:39.721 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 15.0.0-0.ci+git50160a8100a
37152025-05-22T20:35:39.898ZMay 22 20:35:39.721 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 15.0.0-0.ci+git50160a8100a
37162025-05-22T20:35:39.905Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
37172025-05-22T20:35:39.905Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
37182025-05-22T20:35:40.000Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
37192025-05-22T20:35:40.004ZMay 22 20:35:39.830 INFO [stamp-installinator] process exited with exit status: 0 (108.260198ms)
37202025-05-22T20:35:40.074Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
37212025-05-22T20:35:40.077ZMay 22 20:35:39.903 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (182.654537ms)
37222025-05-22T20:35:40.077ZMay 22 20:35:39.903 INFO [recovery-stamp] task succeeded (182.909773ms)
37232025-05-22T20:35:40.077ZMay 22 20:35:39.903 INFO [recovery-proto] running task
37242025-05-22T20:35:40.077ZMay 22 20:35:39.903 INFO [tuf-stamp] running task
37252025-05-22T20:35:40.081ZMay 22 20:35:39.904 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 15.0.0-0.ci+git50160a8100a
37262025-05-22T20:35:40.081ZMay 22 20:35:39.905 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 15.0.0-0.ci+git50160a8100a
37272025-05-22T20:35:40.081ZMay 22 20:35:39.905 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 15.0.0-0.ci+git50160a8100a
37282025-05-22T20:35:40.081ZMay 22 20:35:39.905 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 15.0.0-0.ci+git50160a8100a
37292025-05-22T20:35:40.081ZMay 22 20:35:39.906 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 15.0.0-0.ci+git50160a8100a
37302025-05-22T20:35:40.081ZMay 22 20:35:39.906 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 15.0.0-0.ci+git50160a8100a
37312025-05-22T20:35:40.081ZMay 22 20:35:39.906 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 15.0.0-0.ci+git50160a8100a
37322025-05-22T20:35:40.081ZMay 22 20:35:39.907 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 15.0.0-0.ci+git50160a8100a
37332025-05-22T20:35:40.084ZMay 22 20:35:39.910 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 15.0.0-0.ci+git50160a8100a
37342025-05-22T20:35:40.091ZMay 22 20:35:39.917 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 15.0.0-0.ci+git50160a8100a
37352025-05-22T20:35:40.095ZMay 22 20:35:39.920 INFO [stamp-clickhouse_server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_server 15.0.0-0.ci+git50160a8100a
37362025-05-22T20:35:40.095Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
37372025-05-22T20:35:40.095Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
37382025-05-22T20:35:40.095Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
37392025-05-22T20:35:40.095ZMay 22 20:35:39.920 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 15.0.0-0.ci+git50160a8100a
37402025-05-22T20:35:40.098Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
37412025-05-22T20:35:40.098Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
37422025-05-22T20:35:40.098Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
37432025-05-22T20:35:40.101Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
37442025-05-22T20:35:40.105Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
37452025-05-22T20:35:40.108Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
37462025-05-22T20:35:40.112Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
37472025-05-22T20:35:40.126Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
37482025-05-22T20:35:40.129Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
37492025-05-22T20:35:40.242Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
37502025-05-22T20:35:40.262ZMay 22 20:35:40.088 INFO [recovery-proto] task succeeded (184.556386ms)
37512025-05-22T20:35:40.265ZMay 22 20:35:40.088 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.35.364' -P /tmp/.tmpm36bV6/proto/recovery/root -N 'recovery 50160a8/${os_short_commit} 2025-05-22 20:09' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@15.0.0.0' -p 'helios-dev=file:///work/incorporation.p5p' -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
37522025-05-22T20:35:40.271Z[ recovery-image] May 22 20:35:40.097 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
37532025-05-22T20:35:40.271Z[ recovery-image] May 22 20:35:40.097 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
37542025-05-22T20:35:40.285Z[ recovery-image] May 22 20:35:40.111 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpm36bV6/proto/recovery/root"
37552025-05-22T20:35:40.285Z[ recovery-image] May 22 20:35:40.111 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
37562025-05-22T20:35:40.288Z[ recovery-image] May 22 20:35:40.111 INFO image builder template: ramdisk-01-os...
37572025-05-22T20:35:40.288Z[ recovery-image] May 22 20:35:40.111 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-E", "/tmp/.tmpm36bV6/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.35.364", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@15.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
37582025-05-22T20:35:40.310ZMay 22 20:35:40.136 INFO [stamp-probe] process exited with exit status: 0 (229.546515ms)
37592025-05-22T20:35:40.313Z[ recovery-image] May 22 20:35:40.136 INFO O| May 22 20:35:40.136 INFO CREATE DATASET: rpool/images/build/recovery/output
37602025-05-22T20:35:40.578Z[ recovery-image] May 22 20:35:40.404 INFO O| May 22 20:35:40.404 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
37612025-05-22T20:35:40.584Z[ recovery-image] May 22 20:35:40.410 INFO O| May 22 20:35:40.410 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
37622025-05-22T20:35:40.886Z[ recovery-image] May 22 20:35:40.712 INFO O| May 22 20:35:40.712 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
37632025-05-22T20:35:40.975Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
37642025-05-22T20:35:40.989Z[ recovery-image] May 22 20:35:40.815 INFO O| May 22 20:35:40.815 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
37652025-05-22T20:35:40.989Z[ recovery-image] May 22 20:35:40.815 INFO O| May 22 20:35:40.815 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
37662025-05-22T20:35:40.992Z[ recovery-image] May 22 20:35:40.815 INFO O| May 22 20:35:40.815 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
37672025-05-22T20:35:40.992Z[ recovery-image] May 22 20:35:40.815 INFO O| May 22 20:35:40.815 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
37682025-05-22T20:35:40.997Z[ recovery-image] May 22 20:35:40.824 INFO O| May 22 20:35:40.824 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
37692025-05-22T20:35:41.045ZMay 22 20:35:40.871 INFO [stamp-ntp] process exited with exit status: 0 (965.148466ms)
37702025-05-22T20:35:41.376Z[ recovery-image] May 22 20:35:41.201 INFO O| May 22 20:35:41.201 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37712025-05-22T20:35:41.382Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
37722025-05-22T20:35:41.389Z[ recovery-image] May 22 20:35:41.215 INFO O| May 22 20:35:41.215 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
37732025-05-22T20:35:41.479Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
37742025-05-22T20:35:42.140Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
37752025-05-22T20:35:42.173Z[ recovery-image] May 22 20:35:41.999 INFO O| May 22 20:35:41.999 INFO O| Caching catalogs ... Done
37762025-05-22T20:35:42.236ZMay 22 20:35:42.062 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (2.157425067s)
37772025-05-22T20:35:42.328Z[ recovery-image] May 22 20:35:42.154 INFO O| May 22 20:35:42.154 INFO STEP 0 (pkg_image_create) COMPLETE
37782025-05-22T20:35:42.328Z[ recovery-image] May 22 20:35:42.154 INFO O| May 22 20:35:42.154 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37792025-05-22T20:35:42.340Z[ recovery-image] May 22 20:35:42.166 INFO O| May 22 20:35:42.166 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-G", "*", "-g", "file:///work/incorporation.p5p", "-g", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
37802025-05-22T20:35:42.496Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
37812025-05-22T20:35:42.537ZMay 22 20:35:42.364 INFO [stamp-external-dns] process exited with exit status: 0 (2.45909402s)
37822025-05-22T20:35:42.648Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
37832025-05-22T20:35:42.673ZMay 22 20:35:42.498 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.588636302s)
37842025-05-22T20:35:42.679Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
37852025-05-22T20:35:42.720ZMay 22 20:35:42.546 INFO [stamp-internal-dns] process exited with exit status: 0 (2.640770739s)
37862025-05-22T20:35:42.967Z[ recovery-image] May 22 20:35:42.793 INFO O| May 22 20:35:42.793 INFO STEP 1 (pkg_set_publisher) COMPLETE
37872025-05-22T20:35:42.967Z[ recovery-image] May 22 20:35:42.793 INFO O| May 22 20:35:42.793 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37882025-05-22T20:35:42.967Z[ recovery-image] May 22 20:35:42.793 INFO O| May 22 20:35:42.793 INFO skip step because feature "publisher_1_name" is not enabled
37892025-05-22T20:35:42.970Z[ recovery-image] May 22 20:35:42.793 INFO O| May 22 20:35:42.793 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37902025-05-22T20:35:42.970Z[ recovery-image] May 22 20:35:42.793 INFO O| May 22 20:35:42.793 INFO skip step because feature "publisher_2_name" is not enabled
37912025-05-22T20:35:42.970Z[ recovery-image] May 22 20:35:42.793 INFO O| May 22 20:35:42.793 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37922025-05-22T20:35:42.970Z[ recovery-image] May 22 20:35:42.793 INFO O| May 22 20:35:42.793 INFO skip step because feature "publisher_3_name" is not enabled
37932025-05-22T20:35:42.970Z[ recovery-image] May 22 20:35:42.793 INFO O| May 22 20:35:42.793 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37942025-05-22T20:35:43.052Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
37952025-05-22T20:35:43.056ZMay 22 20:35:42.883 INFO [stamp-oximeter] process exited with exit status: 0 (2.976540724s)
37962025-05-22T20:35:43.454Z[ recovery-image] May 22 20:35:43.275 INFO O| May 22 20:35:43.274 INFO variant opensolaris.zone is already global
37972025-05-22T20:35:43.454Z[ recovery-image] May 22 20:35:43.275 INFO O| May 22 20:35:43.275 INFO STEP 5 (pkg_change_variant) COMPLETE
37982025-05-22T20:35:43.458Z[ recovery-image] May 22 20:35:43.275 INFO O| May 22 20:35:43.275 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37992025-05-22T20:35:43.940Z[ recovery-image] May 22 20:35:43.766 INFO O| May 22 20:35:43.766 INFO variant opensolaris.imagetype is full; changing to partial
38002025-05-22T20:35:43.940Z[ recovery-image] May 22 20:35:43.766 INFO O| May 22 20:35:43.766 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
38012025-05-22T20:35:45.414Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
38022025-05-22T20:35:45.419ZMay 22 20:35:45.246 INFO [stamp-nexus] process exited with exit status: 0 (5.339696644s)
38032025-05-22T20:35:46.196Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38042025-05-22T20:35:46.393Z[verify-libraries] Compiling home v0.5.9
38052025-05-22T20:35:46.417Z[verify-libraries] Compiling cfg_aliases v0.1.1
38062025-05-22T20:35:46.443Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
38072025-05-22T20:35:46.446Z[verify-libraries] Compiling sqlparser_derive v0.2.2
38082025-05-22T20:35:46.446Z[verify-libraries] Compiling unicode_categories v0.1.1
38092025-05-22T20:35:46.471Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
38102025-05-22T20:35:46.517Z[verify-libraries] Compiling polyval v0.6.2
38112025-05-22T20:35:46.751Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
38122025-05-22T20:35:46.784ZMay 22 20:35:46.610 INFO [stamp-cockroachdb] process exited with exit status: 0 (6.690378179s)
38132025-05-22T20:35:46.806Z[verify-libraries] Compiling nix v0.28.0
38142025-05-22T20:35:47.092Z[verify-libraries] Compiling sqlformat v0.3.5
38152025-05-22T20:35:47.310Z[verify-libraries] Compiling ghash v0.5.1
38162025-05-22T20:35:47.370Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38172025-05-22T20:35:47.448Z[verify-libraries] Compiling ctr v0.9.2
38182025-05-22T20:35:47.724Z[verify-libraries] Compiling ssh-encoding v0.2.0
38192025-05-22T20:35:47.805Z[verify-libraries] Compiling sqlparser v0.45.0
38202025-05-22T20:35:47.907Z[verify-libraries] Compiling aes-gcm v0.10.3
38212025-05-22T20:35:48.131Z[verify-libraries] Compiling blowfish v0.9.1
38222025-05-22T20:35:48.406Z[verify-libraries] Compiling ssh-cipher v0.2.0
38232025-05-22T20:35:49.199Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
38242025-05-22T20:35:49.951Z[verify-libraries] Compiling password-hash v0.4.2
38252025-05-22T20:35:52.810Z[verify-libraries] Compiling rustyline v14.0.0
38262025-05-22T20:35:53.377Z[verify-libraries] Compiling pbkdf2 v0.11.0
38272025-05-22T20:35:53.622Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
38282025-05-22T20:35:53.649ZMay 22 20:35:53.477 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (13.559160975s)
38292025-05-22T20:35:54.036Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
38302025-05-22T20:35:54.072ZMay 22 20:35:53.899 INFO [stamp-clickhouse_server] process exited with exit status: 0 (13.979615751s)
38312025-05-22T20:35:54.076Z[verify-libraries] Compiling ssh-key v0.6.6
38322025-05-22T20:35:54.356Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
38332025-05-22T20:35:54.361ZMay 22 20:35:54.189 INFO [stamp-clickhouse] process exited with exit status: 0 (14.281733127s)
38342025-05-22T20:35:54.362ZMay 22 20:35:54.189 INFO [tuf-stamp] task succeeded (14.286048297s)
38352025-05-22T20:35:54.975Z[verify-libraries] Compiling p256 v0.13.2
38362025-05-22T20:35:56.014Z[verify-libraries] Compiling p521 v0.13.3
38372025-05-22T20:35:57.339Z[verify-libraries] Compiling petname v2.0.2
38382025-05-22T20:35:58.025Z[verify-libraries] Compiling russh-cryptovec v0.7.3
38392025-05-22T20:35:58.224Z[verify-libraries] Compiling md5 v0.7.0
38402025-05-22T20:35:58.732Z[verify-libraries] Compiling russh-keys v0.45.0
38412025-05-22T20:35:58.757Z[verify-libraries] Compiling num-bigint v0.4.6
38422025-05-22T20:36:05.932Z[verify-libraries] Compiling des v0.8.1
38432025-05-22T20:36:06.443Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
38442025-05-22T20:36:07.244Z[verify-libraries] Compiling hex-literal v0.4.1
38452025-05-22T20:36:07.308Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
38462025-05-22T20:36:07.523Z[verify-libraries] Compiling russh v0.45.0
38472025-05-22T20:36:16.099Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38482025-05-22T20:36:16.401Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38492025-05-22T20:36:18.907Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
38502025-05-22T20:36:19.266Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
38512025-05-22T20:36:29.235Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38522025-05-22T20:36:29.548Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
38532025-05-22T20:36:29.600Z[verify-libraries] Compiling sync-ptr v0.1.1
38542025-05-22T20:36:29.898Z[verify-libraries] Compiling internet-checksum v0.2.1
38552025-05-22T20:36:30.093Z[verify-libraries] Compiling omicron-zone-package v0.12.2
38562025-05-22T20:36:30.174Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38572025-05-22T20:36:44.658Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
38582025-05-22T20:36:46.548Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
38592025-05-22T20:36:48.285Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
38602025-05-22T20:36:51.622Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
38612025-05-22T20:36:57.906Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
38622025-05-22T20:36:59.051Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
38632025-05-22T20:37:00.535Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38642025-05-22T20:37:15.653Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
38652025-05-22T20:37:31.654Z[ recovery-image] May 22 20:37:31.492 INFO O| May 22 20:37:31.492 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38662025-05-22T20:37:32.417Z[ host-image] May 22 20:37:32.256 INFO O| May 22 20:37:32.256 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38672025-05-22T20:37:45.090Z[ recovery-image] May 22 20:37:44.930 INFO O| May 22 20:37:44.929 INFO O| Startup: Caching catalogs ... Done
38682025-05-22T20:37:45.212Z[ recovery-image] May 22 20:37:45.051 INFO O| May 22 20:37:45.051 INFO O| Planning: Planning completed in 0.00 seconds
38692025-05-22T20:37:45.217Z[ recovery-image] May 22 20:37:45.052 INFO O| May 22 20:37:45.052 INFO O| Planning: Consolidating action changes ... Done
38702025-05-22T20:37:45.217Z[ recovery-image] May 22 20:37:45.052 INFO O| May 22 20:37:45.052 INFO O| Planning: Evaluating mediators ... Done
38712025-05-22T20:37:45.217Z[ recovery-image] May 22 20:37:45.053 INFO O| May 22 20:37:45.053 INFO O| Planning: Planning completed in 0.00 seconds
38722025-05-22T20:37:45.217Z[ recovery-image] May 22 20:37:45.053 INFO O| May 22 20:37:45.053 INFO O| Variants/Facets to change: 1
38732025-05-22T20:37:45.281Z[ recovery-image] May 22 20:37:45.121 INFO O| May 22 20:37:45.121 INFO O| Done
38742025-05-22T20:37:45.281Z[ recovery-image] May 22 20:37:45.121 INFO O| May 22 20:37:45.121 INFO O| Done
38752025-05-22T20:37:45.719Z[ host-image] May 22 20:37:45.559 INFO O| May 22 20:37:45.559 INFO O| Startup: Caching catalogs ... Done
38762025-05-22T20:37:45.812Z[ host-image] May 22 20:37:45.653 INFO O| May 22 20:37:45.653 INFO O| Planning: Planning completed in 0.00 seconds
38772025-05-22T20:37:45.816Z[ host-image] May 22 20:37:45.654 INFO O| May 22 20:37:45.654 INFO O| Planning: Consolidating action changes ... Done
38782025-05-22T20:37:45.816Z[ host-image] May 22 20:37:45.654 INFO O| May 22 20:37:45.654 INFO O| Planning: Evaluating mediators ... Done
38792025-05-22T20:37:45.816Z[ host-image] May 22 20:37:45.655 INFO O| May 22 20:37:45.655 INFO O| Planning: Planning completed in 0.00 seconds
38802025-05-22T20:37:45.816Z[ host-image] May 22 20:37:45.655 INFO O| May 22 20:37:45.655 INFO O| Variants/Facets to change: 1
38812025-05-22T20:37:45.885Z[ host-image] May 22 20:37:45.725 INFO O| May 22 20:37:45.725 INFO O| Done
38822025-05-22T20:37:45.885Z[ host-image] May 22 20:37:45.725 INFO O| May 22 20:37:45.725 INFO O| Done
38832025-05-22T20:37:46.000Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
38842025-05-22T20:37:47.528Z[ recovery-image] May 22 20:37:47.368 INFO O| May 22 20:37:47.368 INFO O| Done
38852025-05-22T20:37:47.683Z[ recovery-image] May 22 20:37:47.524 INFO O| May 22 20:37:47.524 INFO O| Done
38862025-05-22T20:37:47.686Z[ recovery-image] May 22 20:37:47.525 INFO O| May 22 20:37:47.525 INFO O| Done
38872025-05-22T20:37:47.686Z[ recovery-image] May 22 20:37:47.525 INFO O| May 22 20:37:47.525 INFO O| Done
38882025-05-22T20:37:47.690Z[ recovery-image] May 22 20:37:47.528 INFO O| May 22 20:37:47.528 INFO O| Done
38892025-05-22T20:37:48.042Z[ host-image] May 22 20:37:47.883 INFO O| May 22 20:37:47.882 INFO O| Done
38902025-05-22T20:37:48.206Z[ host-image] May 22 20:37:48.046 INFO O| May 22 20:37:48.046 INFO O| Done
38912025-05-22T20:37:48.211Z[ host-image] May 22 20:37:48.048 INFO O| May 22 20:37:48.048 INFO O| Done
38922025-05-22T20:37:48.211Z[ host-image] May 22 20:37:48.048 INFO O| May 22 20:37:48.048 INFO O| Done
38932025-05-22T20:37:48.211Z[ host-image] May 22 20:37:48.050 INFO O| May 22 20:37:48.050 INFO O| Done
38942025-05-22T20:37:49.327Z[ recovery-image] May 22 20:37:49.167 INFO O| May 22 20:37:49.167 INFO STEP 6 (pkg_change_variant) COMPLETE
38952025-05-22T20:37:49.327Z[ recovery-image] May 22 20:37:49.167 INFO O| May 22 20:37:49.167 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38962025-05-22T20:37:49.327Z[ recovery-image] May 22 20:37:49.167 INFO O| May 22 20:37:49.167 INFO skip step because feature "debug_variant" is not enabled
38972025-05-22T20:37:49.330Z[ recovery-image] May 22 20:37:49.167 INFO O| May 22 20:37:49.167 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38982025-05-22T20:37:49.775Z[ host-image] May 22 20:37:49.616 INFO O| May 22 20:37:49.616 INFO STEP 6 (pkg_change_variant) COMPLETE
38992025-05-22T20:37:49.775Z[ host-image] May 22 20:37:49.616 INFO O| May 22 20:37:49.616 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39002025-05-22T20:37:49.779Z[ host-image] May 22 20:37:49.616 INFO O| May 22 20:37:49.616 INFO skip step because feature "debug_variant" is not enabled
39012025-05-22T20:37:49.779Z[ host-image] May 22 20:37:49.616 INFO O| May 22 20:37:49.616 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39022025-05-22T20:37:50.057Z[ recovery-image] May 22 20:37:49.898 INFO O| May 22 20:37:49.898 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
39032025-05-22T20:37:50.495Z[ host-image] May 22 20:37:50.336 INFO O| May 22 20:37:50.336 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
39042025-05-22T20:37:53.536Z[verify-libraries] Compiling heck v0.4.1
39052025-05-22T20:37:54.705Z[verify-libraries] Compiling diff v0.1.13
39062025-05-22T20:37:55.624Z[verify-libraries] Compiling yansi v1.0.1
39072025-05-22T20:37:55.893Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
39082025-05-22T20:37:56.646Z[verify-libraries] Compiling pretty_assertions v1.4.1
39092025-05-22T20:38:00.590Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
39102025-05-22T20:38:03.212Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39112025-05-22T20:38:11.298Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39122025-05-22T20:38:11.749Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
39132025-05-22T20:38:12.121Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
39142025-05-22T20:38:12.589Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
39152025-05-22T20:38:12.980Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
39162025-05-22T20:38:13.368Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
39172025-05-22T20:38:17.701Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39182025-05-22T20:38:45.388Z[ recovery-image] May 22 20:38:45.162 INFO O| May 22 20:38:45.162 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39192025-05-22T20:38:46.671Z[ host-image] May 22 20:38:46.518 INFO O| May 22 20:38:46.518 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39202025-05-22T20:38:47.091Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
39212025-05-22T20:38:59.279Z[ recovery-image] May 22 20:38:59.127 INFO O| May 22 20:38:59.127 INFO O| Startup: Caching catalogs ... Done
39222025-05-22T20:38:59.371Z[ recovery-image] May 22 20:38:59.219 INFO O| May 22 20:38:59.219 INFO O| Planning: Planning completed in 0.00 seconds
39232025-05-22T20:38:59.374Z[ recovery-image] May 22 20:38:59.220 INFO O| May 22 20:38:59.220 INFO O| Planning: Consolidating action changes ... Done
39242025-05-22T20:38:59.375Z[ recovery-image] May 22 20:38:59.221 INFO O| May 22 20:38:59.221 INFO O| Planning: Evaluating mediators ... Done
39252025-05-22T20:38:59.375Z[ recovery-image] May 22 20:38:59.221 INFO O| May 22 20:38:59.221 INFO O| Planning: Planning completed in 0.00 seconds
39262025-05-22T20:38:59.375Z[ recovery-image] May 22 20:38:59.221 INFO O| May 22 20:38:59.221 INFO O| Variants/Facets to change: 1
39272025-05-22T20:38:59.440Z[ recovery-image] May 22 20:38:59.289 INFO O| May 22 20:38:59.289 INFO O| Done
39282025-05-22T20:38:59.444Z[ recovery-image] May 22 20:38:59.289 INFO O| May 22 20:38:59.289 INFO O| Done
39292025-05-22T20:39:00.430Z[ host-image] May 22 20:39:00.278 INFO O| May 22 20:39:00.278 INFO O| Startup: Caching catalogs ... Done
39302025-05-22T20:39:00.552Z[ host-image] May 22 20:39:00.401 INFO O| May 22 20:39:00.401 INFO O| Planning: Planning completed in 0.00 seconds
39312025-05-22T20:39:00.556Z[ host-image] May 22 20:39:00.402 INFO O| May 22 20:39:00.402 INFO O| Planning: Consolidating action changes ... Done
39322025-05-22T20:39:00.556Z[ host-image] May 22 20:39:00.402 INFO O| May 22 20:39:00.402 INFO O| Planning: Evaluating mediators ... Done
39332025-05-22T20:39:00.556Z[ host-image] May 22 20:39:00.402 INFO O| May 22 20:39:00.402 INFO O| Planning: Planning completed in 0.00 seconds
39342025-05-22T20:39:00.556Z[ host-image] May 22 20:39:00.403 INFO O| May 22 20:39:00.403 INFO O| Variants/Facets to change: 1
39352025-05-22T20:39:00.621Z[ host-image] May 22 20:39:00.469 INFO O| May 22 20:39:00.469 INFO O| Done
39362025-05-22T20:39:00.621Z[ host-image] May 22 20:39:00.469 INFO O| May 22 20:39:00.469 INFO O| Done
39372025-05-22T20:39:01.609Z[ recovery-image] May 22 20:39:01.458 INFO O| May 22 20:39:01.458 INFO O| Done
39382025-05-22T20:39:01.809Z[ recovery-image] May 22 20:39:01.658 INFO O| May 22 20:39:01.658 INFO O| Done
39392025-05-22T20:39:01.812Z[ recovery-image] May 22 20:39:01.659 INFO O| May 22 20:39:01.659 INFO O| Done
39402025-05-22T20:39:01.813Z[ recovery-image] May 22 20:39:01.659 INFO O| May 22 20:39:01.659 INFO O| Done
39412025-05-22T20:39:01.816Z[ recovery-image] May 22 20:39:01.662 INFO O| May 22 20:39:01.662 INFO O| Done
39422025-05-22T20:39:02.787Z[ host-image] May 22 20:39:02.636 INFO O| May 22 20:39:02.636 INFO O| Done
39432025-05-22T20:39:02.913Z[ host-image] May 22 20:39:02.762 INFO O| May 22 20:39:02.761 INFO O| Done
39442025-05-22T20:39:02.916Z[ host-image] May 22 20:39:02.762 INFO O| May 22 20:39:02.762 INFO O| Done
39452025-05-22T20:39:02.916Z[ host-image] May 22 20:39:02.763 INFO O| May 22 20:39:02.763 INFO O| Done
39462025-05-22T20:39:02.916Z[ host-image] May 22 20:39:02.764 INFO O| May 22 20:39:02.764 INFO O| Done
39472025-05-22T20:39:03.701Z[ recovery-image] May 22 20:39:03.550 INFO O| May 22 20:39:03.550 INFO STEP 8 (pkg_change_facet) COMPLETE
39482025-05-22T20:39:03.701Z[ recovery-image] May 22 20:39:03.551 INFO O| May 22 20:39:03.550 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39492025-05-22T20:39:04.416Z[ recovery-image] May 22 20:39:04.266 INFO O| May 22 20:39:04.266 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
39502025-05-22T20:39:04.420Z[ host-image] May 22 20:39:04.268 INFO O| May 22 20:39:04.268 INFO STEP 8 (pkg_change_facet) COMPLETE
39512025-05-22T20:39:04.420Z[ host-image] May 22 20:39:04.268 INFO O| May 22 20:39:04.268 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39522025-05-22T20:39:04.420Z[ host-image] May 22 20:39:04.268 INFO O| May 22 20:39:04.268 INFO skip step because feature "recovery" is not enabled
39532025-05-22T20:39:04.420Z[ host-image] May 22 20:39:04.268 INFO O| May 22 20:39:04.268 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39542025-05-22T20:39:04.420Z[ host-image] May 22 20:39:04.268 INFO O| May 22 20:39:04.268 INFO skip step because feature "recovery" is not enabled
39552025-05-22T20:39:04.423Z[ host-image] May 22 20:39:04.268 INFO O| May 22 20:39:04.268 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39562025-05-22T20:39:04.432Z[ host-image] May 22 20:39:04.282 INFO O| May 22 20:39:04.281 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/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@15.0.0.0"]
39572025-05-22T20:39:07.203Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
39582025-05-22T20:39:22.292Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39592025-05-22T20:39:24.396Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
39602025-05-22T20:39:28.150Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
39612025-05-22T20:39:31.997Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39622025-05-22T20:39:33.021Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
39632025-05-22T20:39:33.375Z[verify-libraries] Compiling termios v0.3.3
39642025-05-22T20:39:33.954Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
39652025-05-22T20:39:43.972Z[ host-image] May 22 20:39:43.826 INFO O| May 22 20:39:43.825 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39662025-05-22T20:39:47.851Z[ recovery-image] May 22 20:39:47.706 INFO O| May 22 20:39:47.705 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39672025-05-22T20:39:49.523Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
39682025-05-22T20:39:57.370Z[ host-image] May 22 20:39:57.225 INFO O| May 22 20:39:57.225 INFO O| Startup: Caching catalogs ... Done
39692025-05-22T20:40:01.301Z[ recovery-image] May 22 20:40:01.156 INFO O| May 22 20:40:01.156 INFO O| Startup: Caching catalogs ... Done
39702025-05-22T20:40:01.434Z[ recovery-image] May 22 20:40:01.290 INFO O| May 22 20:40:01.289 INFO O| Planning: Planning completed in 0.00 seconds
39712025-05-22T20:40:01.437Z[ recovery-image] May 22 20:40:01.290 INFO O| May 22 20:40:01.290 INFO O| Planning: Consolidating action changes ... Done
39722025-05-22T20:40:01.437Z[ recovery-image] May 22 20:40:01.290 INFO O| May 22 20:40:01.290 INFO O| Planning: Evaluating mediators ... Done
39732025-05-22T20:40:01.437Z[ recovery-image] May 22 20:40:01.291 INFO O| May 22 20:40:01.291 INFO O| Planning: Planning completed in 0.00 seconds
39742025-05-22T20:40:01.437Z[ recovery-image] May 22 20:40:01.291 INFO O| May 22 20:40:01.291 INFO O| Variants/Facets to change: 1
39752025-05-22T20:40:01.505Z[ recovery-image] May 22 20:40:01.361 INFO O| May 22 20:40:01.361 INFO O| Done
39762025-05-22T20:40:01.509Z[ recovery-image] May 22 20:40:01.361 INFO O| May 22 20:40:01.361 INFO O| Done
39772025-05-22T20:40:02.479Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39782025-05-22T20:40:03.488Z[ recovery-image] May 22 20:40:03.344 INFO O| May 22 20:40:03.344 INFO O| Done
39792025-05-22T20:40:03.639Z[ recovery-image] May 22 20:40:03.495 INFO O| May 22 20:40:03.495 INFO O| Done
39802025-05-22T20:40:03.653Z[ recovery-image] May 22 20:40:03.508 INFO O| May 22 20:40:03.508 INFO O| Done
39812025-05-22T20:40:03.657Z[ recovery-image] May 22 20:40:03.508 INFO O| May 22 20:40:03.508 INFO O| Done
39822025-05-22T20:40:03.657Z[ recovery-image] May 22 20:40:03.511 INFO O| May 22 20:40:03.511 INFO O| Done
39832025-05-22T20:40:05.317Z[ recovery-image] May 22 20:40:05.170 INFO O| May 22 20:40:05.170 INFO STEP 9 (pkg_change_facet) COMPLETE
39842025-05-22T20:40:05.317Z[ recovery-image] May 22 20:40:05.170 INFO O| May 22 20:40:05.170 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39852025-05-22T20:40:06.065Z[ recovery-image] May 22 20:40:05.921 INFO O| May 22 20:40:05.921 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
39862025-05-22T20:40:10.725Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
39872025-05-22T20:40:50.248Z[ recovery-image] May 22 20:40:50.109 INFO O| May 22 20:40:50.109 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39882025-05-22T20:41:03.908Z[ recovery-image] May 22 20:41:03.770 INFO O| May 22 20:41:03.770 INFO O| Startup: Caching catalogs ... Done
39892025-05-22T20:41:04.028Z[ recovery-image] May 22 20:41:03.891 INFO O| May 22 20:41:03.891 INFO O| Planning: Planning completed in 0.00 seconds
39902025-05-22T20:41:04.035Z[ recovery-image] May 22 20:41:03.892 INFO O| May 22 20:41:03.892 INFO O| Planning: Consolidating action changes ... Done
39912025-05-22T20:41:04.035Z[ recovery-image] May 22 20:41:03.892 INFO O| May 22 20:41:03.892 INFO O| Planning: Evaluating mediators ... Done
39922025-05-22T20:41:04.035Z[ recovery-image] May 22 20:41:03.893 INFO O| May 22 20:41:03.892 INFO O| Planning: Planning completed in 0.00 seconds
39932025-05-22T20:41:04.035Z[ recovery-image] May 22 20:41:03.893 INFO O| May 22 20:41:03.893 INFO O| Variants/Facets to change: 1
39942025-05-22T20:41:04.088Z[ recovery-image] May 22 20:41:03.950 INFO O| May 22 20:41:03.950 INFO O| Done
39952025-05-22T20:41:04.088Z[ recovery-image] May 22 20:41:03.951 INFO O| May 22 20:41:03.950 INFO O| Done
39962025-05-22T20:41:06.075Z[ recovery-image] May 22 20:41:05.938 INFO O| May 22 20:41:05.938 INFO O| Done
39972025-05-22T20:41:06.251Z[ recovery-image] May 22 20:41:06.115 INFO O| May 22 20:41:06.114 INFO O| Done
39982025-05-22T20:41:06.257Z[ recovery-image] May 22 20:41:06.116 INFO O| May 22 20:41:06.115 INFO O| Done
39992025-05-22T20:41:06.260Z[ recovery-image] May 22 20:41:06.121 INFO O| May 22 20:41:06.121 INFO O| Done
40002025-05-22T20:41:06.260Z[ recovery-image] May 22 20:41:06.123 INFO O| May 22 20:41:06.123 INFO O| Done
40012025-05-22T20:41:07.934Z[ recovery-image] May 22 20:41:07.791 INFO O| May 22 20:41:07.791 INFO STEP 10 (pkg_change_facet) COMPLETE
40022025-05-22T20:41:07.934Z[ recovery-image] May 22 20:41:07.791 INFO O| May 22 20:41:07.791 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40032025-05-22T20:41:07.952Z[ recovery-image] May 22 20:41:07.809 INFO O| May 22 20:41:07.809 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/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@15.0.0.0"]
40042025-05-22T20:41:43.972Z[ recovery-image] May 22 20:41:43.838 INFO O| May 22 20:41:43.838 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40052025-05-22T20:41:51.126Z[ host-image] May 22 20:41:50.994 INFO O| May 22 20:41:50.994 INFO O| Planning: Solver setup ... Done
40062025-05-22T20:41:59.504Z[ recovery-image] May 22 20:41:59.373 INFO O| May 22 20:41:59.373 INFO O| Startup: Caching catalogs ... Done
40072025-05-22T20:42:56.156Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
40082025-05-22T20:42:56.938Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
40092025-05-22T20:43:30.827Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40102025-05-22T20:43:58.635Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
40112025-05-22T20:44:01.556Z[ recovery-image] May 22 20:44:01.439 INFO O| May 22 20:44:01.439 INFO O| Planning: Solver setup ... Done
40122025-05-22T20:44:09.946Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
40132025-05-22T20:44:16.556Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40142025-05-22T20:44:23.076Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
40152025-05-22T20:46:41.485Z[ host-image] May 22 20:46:41.386 INFO O| May 22 20:46:41.386 INFO O| Planning: Running solver ... Done
40162025-05-22T20:46:42.481Z[ host-image] May 22 20:46:42.382 INFO O| May 22 20:46:42.382 INFO O| Planning: Finding local manifests ... Done
40172025-05-22T20:46:42.592Z[ host-image] May 22 20:46:42.493 INFO O| May 22 20:46:42.493 INFO O| Planning: Fetching manifests: 0/126 0% complete
40182025-05-22T20:46:47.838Z[ host-image] May 22 20:46:47.739 INFO O| May 22 20:46:47.739 INFO O| Planning: Fetching manifests: 53/126 42% complete
40192025-05-22T20:46:51.610Z[ host-image] May 22 20:46:51.512 INFO O| May 22 20:46:51.511 INFO O| Planning: Fetching manifests: 126/126 100% complete
40202025-05-22T20:46:53.391Z[ host-image] May 22 20:46:53.293 INFO O| May 22 20:46:53.293 INFO O| Planning: Package planning ... Done
40212025-05-22T20:46:54.913Z[ host-image] May 22 20:46:54.815 INFO O| May 22 20:46:54.815 INFO O| Planning: Merging actions ... Done
40222025-05-22T20:46:55.250Z[ host-image] May 22 20:46:55.152 INFO O| May 22 20:46:55.152 INFO O| Planning: Checking for conflicting actions ... Done
40232025-05-22T20:46:55.543Z[ host-image] May 22 20:46:55.445 INFO O| May 22 20:46:55.445 INFO O| Planning: Consolidating action changes ... Done
40242025-05-22T20:46:56.097Z[ host-image] May 22 20:46:55.996 INFO O| May 22 20:46:55.996 INFO O| Planning: Evaluating mediators ... Done
40252025-05-22T20:47:02.673Z[ host-image] May 22 20:47:02.576 INFO O| May 22 20:47:02.576 INFO O| Planning: Planning completed in 425.23 seconds
40262025-05-22T20:47:02.678Z[ host-image] May 22 20:47:02.581 INFO O| May 22 20:47:02.581 INFO O| Packages to install: 126
40272025-05-22T20:47:02.681Z[ host-image] May 22 20:47:02.581 INFO O| May 22 20:47:02.581 INFO O| Mediators to change: 5
40282025-05-22T20:47:02.681Z[ host-image] May 22 20:47:02.581 INFO O| May 22 20:47:02.581 INFO O| Services to change: 6
40292025-05-22T20:47:02.853Z[ host-image] May 22 20:47:02.756 INFO O| May 22 20:47:02.756 INFO O| Download: 0/22866 items 0.0/202.2MB 0% complete
40302025-05-22T20:47:07.979Z[ host-image] May 22 20:47:07.883 INFO O| May 22 20:47:07.883 INFO O| Download: 1017/22866 items 5.9/202.2MB 2% complete (1.2M/s)
40312025-05-22T20:47:13.175Z[ host-image] May 22 20:47:13.079 INFO O| May 22 20:47:13.079 INFO O| Download: 1613/22866 items 9.7/202.2MB 4% complete (1013k/s)
40322025-05-22T20:47:18.174Z[ host-image] May 22 20:47:18.079 INFO O| May 22 20:47:18.079 INFO O| Download: 1698/22866 items 11.3/202.2MB 5% complete (572k/s)
40332025-05-22T20:47:23.379Z[ host-image] May 22 20:47:23.285 INFO O| May 22 20:47:23.285 INFO O| Download: 1942/22866 items 22.1/202.2MB 10% complete (1.2M/s)
40342025-05-22T20:47:28.489Z[ host-image] May 22 20:47:28.357 INFO O| May 22 20:47:28.357 INFO O| Download: 2225/22866 items 24.4/202.2MB 12% complete (1.3M/s)
40352025-05-22T20:47:33.450Z[ host-image] May 22 20:47:33.357 INFO O| May 22 20:47:33.357 INFO O| Download: 2779/22866 items 31.4/202.2MB 15% complete (948k/s)
40362025-05-22T20:47:38.517Z[ host-image] May 22 20:47:38.424 INFO O| May 22 20:47:38.424 INFO O| Download: 3611/22866 items 36.0/202.2MB 17% complete (1.2M/s)
40372025-05-22T20:47:43.516Z[ host-image] May 22 20:47:43.425 INFO O| May 22 20:47:43.424 INFO O| Download: 4223/22866 items 40.8/202.2MB 20% complete (973k/s)
40382025-05-22T20:47:48.531Z[ host-image] May 22 20:47:48.439 INFO O| May 22 20:47:48.439 INFO O| Download: 4763/22866 items 44.3/202.2MB 21% complete (830k/s)
40392025-05-22T20:47:53.545Z[ host-image] May 22 20:47:53.454 INFO O| May 22 20:47:53.453 INFO O| Download: 5328/22866 items 46.2/202.2MB 22% complete (557k/s)
40402025-05-22T20:47:58.560Z[ host-image] May 22 20:47:58.464 INFO O| May 22 20:47:58.464 INFO O| Download: 6221/22866 items 46.8/202.2MB 23% complete (269k/s)
40412025-05-22T20:48:03.554Z[ host-image] May 22 20:48:03.465 INFO O| May 22 20:48:03.465 INFO O| Download: 6889/22866 items 49.0/202.2MB 24% complete (262k/s)
40422025-05-22T20:48:08.568Z[ host-image] May 22 20:48:08.478 INFO O| May 22 20:48:08.478 INFO O| Download: 7209/22866 items 56.6/202.2MB 28% complete (974k/s)
40432025-05-22T20:48:13.570Z[ host-image] May 22 20:48:13.482 INFO O| May 22 20:48:13.482 INFO O| Download: 7874/22866 items 59.3/202.2MB 29% complete (1.0M/s)
40442025-05-22T20:48:19.163Z[ host-image] May 22 20:48:19.075 INFO O| May 22 20:48:19.075 INFO O| Download: 8033/22866 items 59.9/202.2MB 29% complete (1.2M/s)
40452025-05-22T20:48:24.173Z[ host-image] May 22 20:48:24.085 INFO O| May 22 20:48:24.085 INFO O| Download: 8302/22866 items 63.2/202.2MB 31% complete (282k/s)
40462025-05-22T20:48:31.100Z[ recovery-image] May 22 20:48:28.470 INFO O| May 22 20:48:28.470 INFO O| Planning: Running solver ... Done
40472025-05-22T20:48:31.100Z[ host-image] May 22 20:48:29.232 INFO O| May 22 20:48:29.232 INFO O| Download: 8422/22866 items 72.1/202.2MB 35% complete (1.2M/s)
40482025-05-22T20:48:31.100Z[ recovery-image] May 22 20:48:29.400 INFO O| May 22 20:48:29.400 INFO O| Planning: Finding local manifests ... Done
40492025-05-22T20:48:31.100Z[ recovery-image] May 22 20:48:29.487 INFO O| May 22 20:48:29.487 INFO O| Planning: Fetching manifests: 0/126 0% complete
40502025-05-22T20:48:34.355Z[ host-image] May 22 20:48:34.268 INFO O| May 22 20:48:34.268 INFO O| Download: 9332/22866 items 82.8/202.2MB 40% complete (2.0M/s)
40512025-05-22T20:48:34.576Z[ recovery-image] May 22 20:48:34.489 INFO O| May 22 20:48:34.489 INFO O| Planning: Fetching manifests: 52/126 41% complete
40522025-05-22T20:48:39.356Z[ host-image] May 22 20:48:39.270 INFO O| May 22 20:48:39.270 INFO O| Download: 10043/22866 items 87.0/202.2MB 43% complete (1.5M/s)
40532025-05-22T20:48:39.618Z[ recovery-image] May 22 20:48:39.532 INFO O| May 22 20:48:39.532 INFO O| Planning: Fetching manifests: 106/126 84% complete
40542025-05-22T20:48:41.838Z[ recovery-image] May 22 20:48:41.752 INFO O| May 22 20:48:41.752 INFO O| Planning: Fetching manifests: 126/126 100% complete
40552025-05-22T20:48:42.978Z[ recovery-image] May 22 20:48:42.893 INFO O| May 22 20:48:42.893 INFO O| Planning: Package planning ... Done
40562025-05-22T20:48:43.729Z[ recovery-image] May 22 20:48:43.643 INFO O| May 22 20:48:43.643 INFO O| Planning: Merging actions ... Done
40572025-05-22T20:48:43.924Z[ recovery-image] May 22 20:48:43.839 INFO O| May 22 20:48:43.838 INFO O| Planning: Checking for conflicting actions ... Done
40582025-05-22T20:48:44.064Z[ recovery-image] May 22 20:48:43.979 INFO O| May 22 20:48:43.979 INFO O| Planning: Consolidating action changes ... Done
40592025-05-22T20:48:44.360Z[ host-image] May 22 20:48:44.275 INFO O| May 22 20:48:44.275 INFO O| Download: 10752/22866 items 92.6/202.2MB 45% complete (1.1M/s)
40602025-05-22T20:48:44.390Z[ recovery-image] May 22 20:48:44.305 INFO O| May 22 20:48:44.305 INFO O| Planning: Evaluating mediators ... Done
40612025-05-22T20:48:49.814Z[ recovery-image] May 22 20:48:49.728 INFO O| May 22 20:48:49.728 INFO O| Planning: Planning completed in 410.23 seconds
40622025-05-22T20:48:49.818Z[ recovery-image] May 22 20:48:49.734 INFO O| May 22 20:48:49.734 INFO O| Packages to install: 126
40632025-05-22T20:48:49.818Z[ recovery-image] May 22 20:48:49.734 INFO O| May 22 20:48:49.734 INFO O| Mediators to change: 5
40642025-05-22T20:48:49.822Z[ recovery-image] May 22 20:48:49.734 INFO O| May 22 20:48:49.734 INFO O| Services to change: 5
40652025-05-22T20:48:49.870Z[ recovery-image] May 22 20:48:49.786 INFO O| May 22 20:48:49.786 INFO O| Download: 0/15932 items 0.0/178.9MB 0% complete
40662025-05-22T20:48:50.213Z[ host-image] May 22 20:48:50.128 INFO O| May 22 20:48:50.128 INFO O| Download: 10921/22866 items 93.3/202.2MB 46% complete (766k/s)
40672025-05-22T20:48:54.910Z[ recovery-image] May 22 20:48:54.826 INFO O| May 22 20:48:54.826 INFO O| Download: 400/15932 items 3.7/178.9MB 2% complete (819k/s)
40682025-05-22T20:48:56.385Z[ host-image] May 22 20:48:56.301 INFO O| May 22 20:48:56.301 INFO O| Download: 10936/22866 items 93.3/202.2MB 46% complete (412k/s)
40692025-05-22T20:49:00.571Z[ recovery-image] May 22 20:49:00.487 INFO O| May 22 20:49:00.487 INFO O| Download: 1007/15932 items 7.9/178.9MB 4% complete (1000k/s)
40702025-05-22T20:49:02.814Z[ host-image] May 22 20:49:02.731 INFO O| May 22 20:49:02.731 INFO O| Download: 10940/22866 items 93.4/202.2MB 46% complete
40712025-05-22T20:49:05.905Z[ recovery-image] May 22 20:49:05.822 INFO O| May 22 20:49:05.822 INFO O| Download: 1054/15932 items 8.0/178.9MB 4% complete (584k/s)
40722025-05-22T20:49:08.890Z[ host-image] May 22 20:49:08.808 INFO O| May 22 20:49:08.808 INFO O| Download: 11167/22866 items 95.2/202.2MB 47% complete (279k/s)
40732025-05-22T20:49:11.793Z[ recovery-image] May 22 20:49:11.711 INFO O| May 22 20:49:11.711 INFO O| Download: 1077/15932 items 9.1/178.9MB 5% complete (124k/s)
40742025-05-22T20:49:14.071Z[ host-image] May 22 20:49:13.990 INFO O| May 22 20:49:13.990 INFO O| Download: 11347/22866 items 98.6/202.2MB 48% complete (447k/s)
40752025-05-22T20:49:17.041Z[ recovery-image] May 22 20:49:16.960 INFO O| May 22 20:49:16.959 INFO O| Download: 1456/15932 items 21.2/178.9MB 11% complete (1.7M/s)
40762025-05-22T20:49:19.125Z[ host-image] May 22 20:49:19.045 INFO O| May 22 20:49:19.044 INFO O| Download: 12079/22866 items 103.6/202.2MB 51% complete (782k/s)
40772025-05-22T20:49:22.042Z[ recovery-image] May 22 20:49:21.960 INFO O| May 22 20:49:21.960 INFO O| Download: 1822/15932 items 28.2/178.9MB 15% complete (1.9M/s)
40782025-05-22T20:49:24.688Z[ host-image] May 22 20:49:24.608 INFO O| May 22 20:49:24.607 INFO O| Download: 12255/22866 items 111.9/202.2MB 55% complete (1.4M/s)
40792025-05-22T20:49:27.065Z[ recovery-image] May 22 20:49:26.985 INFO O| May 22 20:49:26.985 INFO O| Download: 2874/15932 items 36.9/178.9MB 20% complete (1.4M/s)
40802025-05-22T20:49:29.689Z[ host-image] May 22 20:49:29.610 INFO O| May 22 20:49:29.609 INFO O| Download: 12599/22866 items 112.9/202.2MB 55% complete (982k/s)
40812025-05-22T20:49:32.332Z[ recovery-image] May 22 20:49:32.252 INFO O| May 22 20:49:32.252 INFO O| Download: 3669/15932 items 39.3/178.9MB 21% complete (1.2M/s)
40822025-05-22T20:49:34.698Z[ host-image] May 22 20:49:34.619 INFO O| May 22 20:49:34.618 INFO O| Download: 13370/22866 items 113.3/202.2MB 56% complete (146k/s)
40832025-05-22T20:49:38.597Z[ recovery-image] May 22 20:49:38.517 INFO O| May 22 20:49:38.517 INFO O| Download: 3704/15932 items 39.6/178.9MB 22% complete (656k/s)
40842025-05-22T20:49:39.789Z[ host-image] May 22 20:49:39.710 INFO O| May 22 20:49:39.710 INFO O| Download: 13388/22866 items 113.3/202.2MB 56% complete (124k/s)
40852025-05-22T20:49:43.600Z[ recovery-image] May 22 20:49:43.522 INFO O| May 22 20:49:43.522 INFO O| Download: 4616/15932 items 43.1/178.9MB 24% complete (420k/s)
40862025-05-22T20:49:45.202Z[ host-image] May 22 20:49:45.124 INFO O| May 22 20:49:45.124 INFO O| Download: 13964/22866 items 113.6/202.2MB 56% complete (29.5k/s)
40872025-05-22T20:49:48.601Z[ recovery-image] May 22 20:49:48.523 INFO O| May 22 20:49:48.523 INFO O| Download: 5403/15932 items 43.5/178.9MB 24% complete (405k/s)
40882025-05-22T20:49:50.207Z[ host-image] May 22 20:49:50.130 INFO O| May 22 20:49:50.129 INFO O| Download: 14070/22866 items 113.6/202.2MB 56% complete (34.1k/s)
40892025-05-22T20:49:53.640Z[ recovery-image] May 22 20:49:53.562 INFO O| May 22 20:49:53.562 INFO O| Download: 5769/15932 items 45.6/178.9MB 25% complete (231k/s)
40902025-05-22T20:49:55.375Z[ host-image] May 22 20:49:55.298 INFO O| May 22 20:49:55.298 INFO O| Download: 14556/22866 items 119.5/202.2MB 59% complete (437k/s)
40912025-05-22T20:49:58.916Z[ recovery-image] May 22 20:49:58.839 INFO O| May 22 20:49:58.839 INFO O| Download: 6168/15932 items 56.0/178.9MB 31% complete (1.1M/s)
40922025-05-22T20:50:00.376Z[ host-image] May 22 20:50:00.300 INFO O| May 22 20:50:00.299 INFO O| Download: 15095/22866 items 121.4/202.2MB 60% complete (781k/s)
40932025-05-22T20:50:04.176Z[ recovery-image] May 22 20:50:04.100 INFO O| May 22 20:50:04.100 INFO O| Download: 6258/15932 items 65.3/178.9MB 36% complete (2.0M/s)
40942025-05-22T20:50:06.289Z[ host-image] May 22 20:50:06.213 INFO O| May 22 20:50:06.213 INFO O| Download: 15797/22866 items 129.3/202.2MB 63% complete (1.4M/s)
40952025-05-22T20:50:09.187Z[ recovery-image] May 22 20:50:09.111 INFO O| May 22 20:50:09.111 INFO O| Download: 7138/15932 items 75.9/178.9MB 42% complete (1.8M/s)
40962025-05-22T20:50:11.302Z[ host-image] May 22 20:50:11.227 INFO O| May 22 20:50:11.227 INFO O| Download: 16086/22866 items 135.4/202.2MB 66% complete (1.4M/s)
40972025-05-22T20:50:14.467Z[ recovery-image] May 22 20:50:14.392 INFO O| May 22 20:50:14.392 INFO O| Download: 7714/15932 items 77.0/178.9MB 43% complete (1.2M/s)
40982025-05-22T20:50:16.303Z[ host-image] May 22 20:50:16.228 INFO O| May 22 20:50:16.228 INFO O| Download: 16873/22866 items 149.7/202.2MB 74% complete (2.0M/s)
40992025-05-22T20:50:19.466Z[ recovery-image] May 22 20:50:19.392 INFO O| May 22 20:50:19.392 INFO O| Download: 8077/15932 items 82.6/178.9MB 46% complete (654k/s)
41002025-05-22T20:50:21.464Z[ host-image] May 22 20:50:21.390 INFO O| May 22 20:50:21.390 INFO O| Download: 17955/22866 items 153.9/202.2MB 76% complete (1.9M/s)
41012025-05-22T20:50:24.606Z[ recovery-image] May 22 20:50:24.532 INFO O| May 22 20:50:24.532 INFO O| Download: 8837/15932 items 87.5/178.9MB 48% complete (1.0M/s)
41022025-05-22T20:50:26.464Z[ host-image] May 22 20:50:26.390 INFO O| May 22 20:50:26.390 INFO O| Download: 18442/22866 items 166.9/202.2MB 82% complete (1.7M/s)
41032025-05-22T20:50:29.628Z[ recovery-image] May 22 20:50:29.555 INFO O| May 22 20:50:29.555 INFO O| Download: 9288/15932 items 96.0/178.9MB 53% complete (1.3M/s)
41042025-05-22T20:50:31.464Z[ host-image] May 22 20:50:31.391 INFO O| May 22 20:50:31.391 INFO O| Download: 19201/22866 items 170.0/202.2MB 84% complete (1.6M/s)
41052025-05-22T20:50:34.936Z[ recovery-image] May 22 20:50:34.863 INFO O| May 22 20:50:34.863 INFO O| Download: 10030/15932 items 96.4/178.9MB 53% complete (1.1M/s)
41062025-05-22T20:50:36.464Z[ host-image] May 22 20:50:36.391 INFO O| May 22 20:50:36.391 INFO O| Download: 20086/22866 items 173.9/202.2MB 86% complete (719k/s)
41072025-05-22T20:50:40.397Z[ recovery-image] May 22 20:50:39.877 INFO O| May 22 20:50:39.876 INFO O| Download: 10783/15932 items 97.1/178.9MB 54% complete (96.0k/s)
41082025-05-22T20:50:41.475Z[ host-image] May 22 20:50:41.403 INFO O| May 22 20:50:41.403 INFO O| Download: 20872/22866 items 177.7/202.2MB 87% complete (787k/s)
41092025-05-22T20:50:44.964Z[ recovery-image] May 22 20:50:44.892 INFO O| May 22 20:50:44.892 INFO O| Download: 11202/15932 items 103.2/178.9MB 57% complete (677k/s)
41102025-05-22T20:50:46.484Z[ host-image] May 22 20:50:46.413 INFO O| May 22 20:50:46.413 INFO O| Download: 21260/22866 items 183.4/202.2MB 90% complete (971k/s)
41112025-05-22T20:50:49.990Z[ recovery-image] May 22 20:50:49.919 INFO O| May 22 20:50:49.919 INFO O| Download: 11760/15932 items 121.1/178.9MB 67% complete (2.3M/s)
41122025-05-22T20:50:51.505Z[ host-image] May 22 20:50:51.434 INFO O| May 22 20:50:51.434 INFO O| Download: 21921/22866 items 192.0/202.2MB 94% complete (1.4M/s)
41132025-05-22T20:50:55.007Z[ recovery-image] May 22 20:50:54.935 INFO O| May 22 20:50:54.935 INFO O| Download: 12177/15932 items 144.1/178.9MB 80% complete (4.2M/s)
41142025-05-22T20:50:56.519Z[ host-image] May 22 20:50:56.449 INFO O| May 22 20:50:56.449 INFO O| Download: 22249/22866 items 199.8/202.2MB 98% complete (1.6M/s)
41152025-05-22T20:51:00.012Z[ recovery-image] May 22 20:50:59.942 INFO O| May 22 20:50:59.942 INFO O| Download: 13042/15932 items 147.5/178.9MB 82% complete (2.7M/s)
41162025-05-22T20:51:01.222Z[ host-image] May 22 20:51:01.153 INFO O| May 22 20:51:01.153 INFO O| Download: Completed 202.20 MB in 238.40 seconds (866k/s)
41172025-05-22T20:51:02.867Z[ host-image] May 22 20:51:02.797 INFO O| May 22 20:51:02.797 INFO O| Actions: 1/50756 actions (Installing new actions)
41182025-05-22T20:51:05.019Z[ recovery-image] May 22 20:51:04.950 INFO O| May 22 20:51:04.950 INFO O| Download: 13801/15932 items 150.9/178.9MB 84% complete (695k/s)
41192025-05-22T20:51:07.866Z[ host-image] May 22 20:51:07.797 INFO O| May 22 20:51:07.797 INFO O| Actions: 10249/50756 actions (Installing new actions)
41202025-05-22T20:51:10.081Z[ recovery-image] May 22 20:51:10.012 INFO O| May 22 20:51:10.012 INFO O| Download: 14758/15932 items 154.7/178.9MB 86% complete (732k/s)
41212025-05-22T20:51:12.867Z[ host-image] May 22 20:51:12.799 INFO O| May 22 20:51:12.799 INFO O| Actions: 18621/50756 actions (Installing new actions)
41222025-05-22T20:51:15.173Z[ recovery-image] May 22 20:51:15.106 INFO O| May 22 20:51:15.105 INFO O| Download: 15400/15932 items 164.9/178.9MB 92% complete (1.4M/s)
41232025-05-22T20:51:17.871Z[ host-image] May 22 20:51:17.803 INFO O| May 22 20:51:17.803 INFO O| Actions: 26195/50756 actions (Installing new actions)
41242025-05-22T20:51:19.839Z[ recovery-image] May 22 20:51:19.771 INFO O| May 22 20:51:19.771 INFO O| Download: Completed 178.89 MB in 149.99 seconds (1.2M/s)
41252025-05-22T20:51:21.195Z[ recovery-image] May 22 20:51:21.128 INFO O| May 22 20:51:21.128 INFO O| Actions: 1/26273 actions (Installing new actions)
41262025-05-22T20:51:22.875Z[ host-image] May 22 20:51:22.807 INFO O| May 22 20:51:22.807 INFO O| Actions: 50362/50756 actions (Installing new actions)
41272025-05-22T20:51:23.160Z[ host-image] May 22 20:51:23.093 INFO O| May 22 20:51:23.093 INFO O| Actions: Completed 50756 actions in 20.29 seconds.
41282025-05-22T20:51:24.462Z[ host-image] May 22 20:51:24.395 INFO O| May 22 20:51:24.394 INFO O| Done
41292025-05-22T20:51:24.462Z[ host-image] May 22 20:51:24.395 INFO O| May 22 20:51:24.394 INFO O| Done
41302025-05-22T20:51:26.198Z[ recovery-image] May 22 20:51:26.132 INFO O| May 22 20:51:26.132 INFO O| Actions: 9544/26273 actions (Installing new actions)
41312025-05-22T20:51:27.114Z[ host-image] May 22 20:51:27.047 INFO O| May 22 20:51:27.047 INFO O| Done
41322025-05-22T20:51:30.089Z[ host-image] May 22 20:51:30.023 INFO O| May 22 20:51:30.023 INFO O| Done
41332025-05-22T20:51:30.150Z[ host-image] May 22 20:51:30.084 INFO O| May 22 20:51:30.084 INFO O| Done
41342025-05-22T20:51:31.198Z[ recovery-image] May 22 20:51:31.132 INFO O| May 22 20:51:31.132 INFO O| Actions: 15467/26273 actions (Installing new actions)
41352025-05-22T20:51:35.526Z[ recovery-image] May 22 20:51:35.460 INFO O| May 22 20:51:35.460 INFO O| Actions: Completed 26273 actions in 14.33 seconds.
41362025-05-22T20:51:35.984Z[ recovery-image] May 22 20:51:35.916 INFO O| May 22 20:51:35.916 INFO O| Done
41372025-05-22T20:51:35.987Z[ recovery-image] May 22 20:51:35.916 INFO O| May 22 20:51:35.916 INFO O| Done
41382025-05-22T20:51:36.764Z[ host-image] May 22 20:51:36.698 INFO O| May 22 20:51:36.697 INFO O| Done
41392025-05-22T20:51:37.591Z[ host-image] May 22 20:51:37.526 INFO O| May 22 20:51:37.526 INFO O| Done
41402025-05-22T20:51:38.007Z[ recovery-image] May 22 20:51:37.942 INFO O| May 22 20:51:37.942 INFO O| Done
41412025-05-22T20:51:39.650Z[ recovery-image] May 22 20:51:39.584 INFO O| May 22 20:51:39.584 INFO O| Done
41422025-05-22T20:51:39.668Z[ recovery-image] May 22 20:51:39.603 INFO O| May 22 20:51:39.603 INFO O| Done
41432025-05-22T20:51:39.790Z[ host-image] May 22 20:51:39.724 INFO O| May 22 20:51:39.724 INFO STEP 11 (pkg_install) COMPLETE
41442025-05-22T20:51:39.790Z[ host-image] May 22 20:51:39.724 INFO O| May 22 20:51:39.724 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41452025-05-22T20:51:39.817Z[ host-image] May 22 20:51:39.752 INFO O| May 22 20:51:39.751 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor", "/driver/ktest"]
41462025-05-22T20:51:42.091Z[ recovery-image] May 22 20:51:42.025 INFO O| May 22 20:51:42.025 INFO O| Done
41472025-05-22T20:51:42.561Z[ recovery-image] May 22 20:51:42.497 INFO O| May 22 20:51:42.497 INFO O| Done
41482025-05-22T20:51:44.241Z[ recovery-image] May 22 20:51:44.176 INFO O| May 22 20:51:44.176 INFO STEP 11 (pkg_install) COMPLETE
41492025-05-22T20:51:44.241Z[ recovery-image] May 22 20:51:44.176 INFO O| May 22 20:51:44.176 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41502025-05-22T20:51:44.241Z[ recovery-image] May 22 20:51:44.176 INFO O| May 22 20:51:44.176 INFO skip step because feature "recovery" is enabled
41512025-05-22T20:51:44.245Z[ recovery-image] May 22 20:51:44.176 INFO O| May 22 20:51:44.176 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41522025-05-22T20:51:44.245Z[ recovery-image] May 22 20:51:44.176 INFO O| May 22 20:51:44.176 INFO skip step because feature "omicron1" is not enabled
41532025-05-22T20:51:44.245Z[ recovery-image] May 22 20:51:44.176 INFO O| May 22 20:51:44.176 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41542025-05-22T20:51:44.255Z[ recovery-image] May 22 20:51:44.190 INFO O| May 22 20:51:44.190 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.35.364"]
41552025-05-22T20:51:58.533Z[ host-image] May 22 20:51:58.470 INFO O| May 22 20:51:58.470 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41562025-05-22T20:52:05.700Z[ recovery-image] May 22 20:52:05.638 INFO O| May 22 20:52:05.637 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41572025-05-22T20:52:09.622Z[ host-image] May 22 20:52:09.560 INFO O| May 22 20:52:09.560 INFO O| Startup: Caching catalogs ... Done
41582025-05-22T20:52:18.335Z[ recovery-image] May 22 20:52:18.274 INFO O| May 22 20:52:18.274 INFO O| Startup: Caching catalogs ... Done
41592025-05-22T20:52:19.523Z[ host-image] May 22 20:52:19.462 INFO O| May 22 20:52:19.462 INFO O| Planning: Solver setup ... Done
41602025-05-22T20:52:19.537Z[ host-image] May 22 20:52:19.476 INFO O| May 22 20:52:19.476 INFO O| Planning: Running solver ... Done
41612025-05-22T20:52:19.693Z[ host-image] May 22 20:52:19.633 INFO O| May 22 20:52:19.633 INFO O| Planning: Finding local manifests ... Done
41622025-05-22T20:52:19.764Z[ host-image] May 22 20:52:19.703 INFO O| May 22 20:52:19.703 INFO O| Planning: Fetching manifests: 0/5 0% complete
41632025-05-22T20:52:19.886Z[ host-image] May 22 20:52:19.825 INFO O| May 22 20:52:19.825 INFO O| Planning: Fetching manifests: 5/5 100% complete
41642025-05-22T20:52:19.964Z[ host-image] May 22 20:52:19.903 INFO O| May 22 20:52:19.903 INFO O| Planning: Package planning ... Done
41652025-05-22T20:52:19.971Z[ host-image] May 22 20:52:19.910 INFO O| May 22 20:52:19.910 INFO O| Planning: Merging actions ... Done
41662025-05-22T20:52:20.123Z[ host-image] May 22 20:52:20.062 INFO O| May 22 20:52:20.062 INFO O| Planning: Checking for conflicting actions ... Done
41672025-05-22T20:52:20.126Z[ host-image] May 22 20:52:20.065 INFO O| May 22 20:52:20.064 INFO O| Planning: Consolidating action changes ... Done
41682025-05-22T20:52:20.612Z[ host-image] May 22 20:52:20.552 INFO O| May 22 20:52:20.552 INFO O| Planning: Evaluating mediators ... Done
41692025-05-22T20:52:20.619Z[ host-image] May 22 20:52:20.554 INFO O| May 22 20:52:20.554 INFO O| Planning: Planning completed in 10.89 seconds
41702025-05-22T20:52:20.619Z[ host-image] May 22 20:52:20.555 INFO O| May 22 20:52:20.555 INFO O| Packages to install: 5
41712025-05-22T20:52:20.619Z[ host-image] May 22 20:52:20.555 INFO O| May 22 20:52:20.555 INFO O| Services to change: 2
41722025-05-22T20:52:20.646Z[ host-image] May 22 20:52:20.585 INFO O| May 22 20:52:20.585 INFO O| Download: 0/119 items 0.0/1.5MB 0% complete
41732025-05-22T20:52:22.234Z[ host-image] May 22 20:52:22.174 INFO O| May 22 20:52:22.174 INFO O| Download: Completed 1.47 MB in 1.59 seconds (948k/s)
41742025-05-22T20:52:22.287Z[ host-image] May 22 20:52:22.227 INFO O| May 22 20:52:22.227 INFO O| Actions: 1/311 actions (Installing new actions)
41752025-05-22T20:52:22.513Z[ host-image] May 22 20:52:22.453 INFO O| May 22 20:52:22.453 INFO O| Actions: Completed 311 actions in 0.23 seconds.
41762025-05-22T20:52:23.091Z[ host-image] May 22 20:52:23.030 INFO O| May 22 20:52:23.030 INFO O| Done
41772025-05-22T20:52:23.091Z[ host-image] May 22 20:52:23.030 INFO O| May 22 20:52:23.030 INFO O| Done
41782025-05-22T20:52:24.982Z[ host-image] May 22 20:52:24.922 INFO O| May 22 20:52:24.922 INFO O| Done
41792025-05-22T20:52:27.265Z[ recovery-image] May 22 20:52:27.206 INFO O| May 22 20:52:27.205 INFO O| Planning: Solver setup ... Done
41802025-05-22T20:52:27.278Z[ recovery-image] May 22 20:52:27.219 INFO O| May 22 20:52:27.219 INFO O| Planning: Running solver ... Done
41812025-05-22T20:52:27.448Z[ recovery-image] May 22 20:52:27.387 INFO O| May 22 20:52:27.387 INFO O| Planning: Finding local manifests ... Done
41822025-05-22T20:52:27.551Z[ recovery-image] May 22 20:52:27.492 INFO O| May 22 20:52:27.491 INFO O| Planning: Fetching manifests: 0/1 0% complete
41832025-05-22T20:52:27.564Z[ recovery-image] May 22 20:52:27.505 INFO O| May 22 20:52:27.505 INFO O| Planning: Fetching manifests: 1/1 100% complete
41842025-05-22T20:52:27.617Z[ recovery-image] May 22 20:52:27.557 INFO O| May 22 20:52:27.557 INFO O| Planning: Package planning ... Done
41852025-05-22T20:52:27.620Z[ recovery-image] May 22 20:52:27.558 INFO O| May 22 20:52:27.558 INFO O| Planning: Merging actions ... Done
41862025-05-22T20:52:27.696Z[ recovery-image] May 22 20:52:27.637 INFO O| May 22 20:52:27.637 INFO O| Planning: Checking for conflicting actions ... Done
41872025-05-22T20:52:27.700Z[ recovery-image] May 22 20:52:27.638 INFO O| May 22 20:52:27.638 INFO O| Planning: Consolidating action changes ... Done
41882025-05-22T20:52:28.031Z[ recovery-image] May 22 20:52:27.971 INFO O| May 22 20:52:27.971 INFO O| Planning: Evaluating mediators ... Done
41892025-05-22T20:52:28.035Z[ recovery-image] May 22 20:52:27.972 INFO O| May 22 20:52:27.972 INFO O| Planning: Planning completed in 9.60 seconds
41902025-05-22T20:52:28.035Z[ recovery-image] May 22 20:52:27.972 INFO O| May 22 20:52:27.972 INFO O| Packages to install: 1
41912025-05-22T20:52:28.083Z[ recovery-image] May 22 20:52:28.023 INFO O| May 22 20:52:28.023 INFO O| Download: 0/4 items 0.0/17.2MB 0% complete
41922025-05-22T20:52:28.113Z[ host-image] May 22 20:52:28.053 INFO O| May 22 20:52:28.053 INFO O| Done
41932025-05-22T20:52:28.175Z[ host-image] May 22 20:52:28.115 INFO O| May 22 20:52:28.115 INFO O| Done
41942025-05-22T20:52:28.178Z[ host-image] May 22 20:52:28.115 INFO O| May 22 20:52:28.115 INFO O| Done
41952025-05-22T20:52:28.213Z[ host-image] May 22 20:52:28.153 INFO O| May 22 20:52:28.153 INFO O| Done
41962025-05-22T20:52:28.805Z[ recovery-image] May 22 20:52:28.745 INFO O| May 22 20:52:28.745 INFO O| Download: Completed 17.23 MB in 0.72 seconds (23.9M/s)
41972025-05-22T20:52:28.899Z[ recovery-image] May 22 20:52:28.839 INFO O| May 22 20:52:28.839 INFO O| Actions: 1/22 actions (Installing new actions)
41982025-05-22T20:52:29.504Z[ recovery-image] May 22 20:52:29.444 INFO O| May 22 20:52:29.444 INFO O| Actions: Completed 22 actions in 0.60 seconds.
41992025-05-22T20:52:29.635Z[ host-image] May 22 20:52:29.576 INFO O| May 22 20:52:29.576 INFO STEP 12 (pkg_install) COMPLETE
42002025-05-22T20:52:29.636Z[ host-image] May 22 20:52:29.576 INFO O| May 22 20:52:29.576 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42012025-05-22T20:52:29.650Z[ host-image] May 22 20:52:29.591 INFO O| May 22 20:52:29.591 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
42022025-05-22T20:52:30.023Z[ recovery-image] May 22 20:52:29.963 INFO O| May 22 20:52:29.963 INFO O| Done
42032025-05-22T20:52:30.023Z[ recovery-image] May 22 20:52:29.963 INFO O| May 22 20:52:29.963 INFO O| Done
42042025-05-22T20:52:31.964Z[ recovery-image] May 22 20:52:31.905 INFO O| May 22 20:52:31.904 INFO O| Done
42052025-05-22T20:52:34.418Z[ recovery-image] May 22 20:52:34.360 INFO O| May 22 20:52:34.359 INFO O| Done
42062025-05-22T20:52:34.446Z[ recovery-image] May 22 20:52:34.386 INFO O| May 22 20:52:34.386 INFO O| Done
42072025-05-22T20:52:34.450Z[ recovery-image] May 22 20:52:34.386 INFO O| May 22 20:52:34.386 INFO O| Done
42082025-05-22T20:52:34.469Z[ recovery-image] May 22 20:52:34.410 INFO O| May 22 20:52:34.410 INFO O| Done
42092025-05-22T20:52:35.846Z[ recovery-image] May 22 20:52:35.787 INFO O| May 22 20:52:35.787 INFO STEP 14 (pkg_install) COMPLETE
42102025-05-22T20:52:35.846Z[ recovery-image] May 22 20:52:35.787 INFO O| May 22 20:52:35.787 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42112025-05-22T20:52:35.850Z[ recovery-image] May 22 20:52:35.787 INFO O| May 22 20:52:35.787 INFO skip step because feature "mfg" is not enabled
42122025-05-22T20:52:35.850Z[ recovery-image] May 22 20:52:35.787 INFO O| May 22 20:52:35.787 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42132025-05-22T20:52:35.850Z[ recovery-image] May 22 20:52:35.787 INFO O| May 22 20:52:35.787 INFO skip step because feature "compliance" is not enabled
42142025-05-22T20:52:35.850Z[ recovery-image] May 22 20:52:35.787 INFO O| May 22 20:52:35.787 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42152025-05-22T20:52:35.850Z[ recovery-image] May 22 20:52:35.787 INFO O| May 22 20:52:35.787 INFO skip step because feature "stress" is not enabled
42162025-05-22T20:52:35.850Z[ recovery-image] May 22 20:52:35.787 INFO O| May 22 20:52:35.787 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42172025-05-22T20:52:35.850Z[ recovery-image] May 22 20:52:35.787 INFO O| May 22 20:52:35.787 INFO skip step because feature "nfs" is not enabled
42182025-05-22T20:52:35.850Z[ recovery-image] May 22 20:52:35.787 INFO O| May 22 20:52:35.787 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
42192025-05-22T20:52:35.850Z[ recovery-image] May 22 20:52:35.788 INFO O| May 22 20:52:35.788 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
42202025-05-22T20:52:35.949Z[ recovery-image] May 22 20:52:35.890 INFO O| May 22 20:52:35.890 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
42212025-05-22T20:52:36.076Z[ recovery-image] May 22 20:52:36.017 INFO O| May 22 20:52:36.017 INFO completed processing gimlet/ramdisk-01-os
42222025-05-22T20:52:36.080Z[ recovery-image] May 22 20:52:36.022 INFO image builder template: ramdisk-02-trim...
42232025-05-22T20:52:36.080Z[ recovery-image] May 22 20:52:36.022 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-E", "/tmp/.tmpm36bV6/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.35.364", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@15.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
42242025-05-22T20:52:36.118Z[ recovery-image] May 22 20:52:36.058 INFO O| May 22 20:52:36.058 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
42252025-05-22T20:52:36.123Z[ recovery-image] May 22 20:52:36.064 INFO O| May 22 20:52:36.064 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
42262025-05-22T20:52:36.224Z[ recovery-image] May 22 20:52:36.165 INFO O| May 22 20:52:36.165 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
42272025-05-22T20:52:36.296Z[ recovery-image] May 22 20:52:36.237 INFO O| May 22 20:52:36.237 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
42282025-05-22T20:52:36.296Z[ recovery-image] May 22 20:52:36.237 INFO O| May 22 20:52:36.237 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
42292025-05-22T20:52:36.304Z[ recovery-image] May 22 20:52:36.245 INFO O| May 22 20:52:36.245 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
42302025-05-22T20:52:36.310Z[ recovery-image] May 22 20:52:36.252 INFO O| May 22 20:52:36.251 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
42312025-05-22T20:52:36.320Z[ recovery-image] May 22 20:52:36.259 INFO O| May 22 20:52:36.259 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
42322025-05-22T20:52:36.736Z[ recovery-image] May 22 20:52:36.678 INFO O| May 22 20:52:36.678 INFO rolled back to input snapshot; work may begin
42332025-05-22T20:52:36.736Z[ recovery-image] May 22 20:52:36.678 INFO O| May 22 20:52:36.678 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
42342025-05-22T20:52:36.744Z[ recovery-image] May 22 20:52:36.685 INFO O| May 22 20:52:36.685 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42352025-05-22T20:52:36.760Z[ recovery-image] May 22 20:52:36.701 INFO O| May 22 20:52:36.701 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
42362025-05-22T20:52:36.831Z[ recovery-image] May 22 20:52:36.772 INFO O| May 22 20:52:36.772 INFO STEP 0 (remove_files) COMPLETE
42372025-05-22T20:52:36.831Z[ recovery-image] May 22 20:52:36.772 INFO O| May 22 20:52:36.772 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42382025-05-22T20:52:36.847Z[ recovery-image] May 22 20:52:36.788 INFO O| May 22 20:52:36.788 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
42392025-05-22T20:52:36.851Z[ recovery-image] May 22 20:52:36.791 INFO O| May 22 20:52:36.791 INFO STEP 1 (remove_files) COMPLETE
42402025-05-22T20:52:36.851Z[ recovery-image] May 22 20:52:36.791 INFO O| May 22 20:52:36.791 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42412025-05-22T20:52:36.866Z[ recovery-image] May 22 20:52:36.807 INFO O| May 22 20:52:36.807 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
42422025-05-22T20:52:36.884Z[ recovery-image] May 22 20:52:36.826 INFO O| May 22 20:52:36.825 INFO STEP 2 (remove_files) COMPLETE
42432025-05-22T20:52:36.885Z[ recovery-image] May 22 20:52:36.826 INFO O| May 22 20:52:36.826 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42442025-05-22T20:52:36.901Z[ recovery-image] May 22 20:52:36.842 INFO O| May 22 20:52:36.842 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
42452025-05-22T20:52:36.904Z[ recovery-image] May 22 20:52:36.845 INFO O| May 22 20:52:36.845 INFO STEP 3 (remove_files) COMPLETE
42462025-05-22T20:52:36.904Z[ recovery-image] May 22 20:52:36.845 INFO O| May 22 20:52:36.845 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42472025-05-22T20:52:36.919Z[ recovery-image] May 22 20:52:36.860 INFO O| May 22 20:52:36.860 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
42482025-05-22T20:52:36.923Z[ recovery-image] May 22 20:52:36.865 INFO O| May 22 20:52:36.865 INFO STEP 4 (remove_files) COMPLETE
42492025-05-22T20:52:36.924Z[ recovery-image] May 22 20:52:36.865 INFO O| May 22 20:52:36.865 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42502025-05-22T20:52:36.939Z[ recovery-image] May 22 20:52:36.880 INFO O| May 22 20:52:36.879 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
42512025-05-22T20:52:36.942Z[ recovery-image] May 22 20:52:36.880 INFO O| May 22 20:52:36.880 INFO STEP 5 (remove_files) COMPLETE
42522025-05-22T20:52:36.942Z[ recovery-image] May 22 20:52:36.880 INFO O| May 22 20:52:36.880 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42532025-05-22T20:52:36.952Z[ recovery-image] May 22 20:52:36.893 INFO O| May 22 20:52:36.893 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
42542025-05-22T20:52:36.989Z[ recovery-image] May 22 20:52:36.930 INFO O| May 22 20:52:36.930 INFO STEP 6 (remove_files) COMPLETE
42552025-05-22T20:52:36.989Z[ recovery-image] May 22 20:52:36.930 INFO O| May 22 20:52:36.930 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42562025-05-22T20:52:36.989Z[ recovery-image] May 22 20:52:36.930 INFO O| May 22 20:52:36.930 INFO skip step because feature "recovery" is enabled
42572025-05-22T20:52:36.992Z[ recovery-image] May 22 20:52:36.930 INFO O| May 22 20:52:36.930 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42582025-05-22T20:52:36.992Z[ recovery-image] May 22 20:52:36.930 INFO O| May 22 20:52:36.930 INFO skip step because feature "recovery" is enabled
42592025-05-22T20:52:36.992Z[ recovery-image] May 22 20:52:36.930 INFO O| May 22 20:52:36.930 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42602025-05-22T20:52:36.992Z[ recovery-image] May 22 20:52:36.930 INFO O| May 22 20:52:36.930 INFO skip step because feature "recovery" is enabled
42612025-05-22T20:52:36.992Z[ recovery-image] May 22 20:52:36.930 INFO O| May 22 20:52:36.930 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42622025-05-22T20:52:37.004Z[ recovery-image] May 22 20:52:36.945 INFO O| May 22 20:52:36.945 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
42632025-05-22T20:52:37.008Z[ recovery-image] May 22 20:52:36.950 INFO O| May 22 20:52:36.950 INFO STEP 10 (remove_files) COMPLETE
42642025-05-22T20:52:37.012Z[ recovery-image] May 22 20:52:36.950 INFO O| May 22 20:52:36.950 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42652025-05-22T20:52:37.023Z[ recovery-image] May 22 20:52:36.964 INFO O| May 22 20:52:36.964 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
42662025-05-22T20:52:37.026Z[ recovery-image] May 22 20:52:36.965 INFO O| May 22 20:52:36.965 INFO STEP 11 (remove_files) COMPLETE
42672025-05-22T20:52:37.026Z[ recovery-image] May 22 20:52:36.965 INFO O| May 22 20:52:36.965 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42682025-05-22T20:52:37.037Z[ recovery-image] May 22 20:52:36.978 INFO O| May 22 20:52:36.978 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
42692025-05-22T20:52:37.040Z[ recovery-image] May 22 20:52:36.980 INFO O| May 22 20:52:36.980 INFO STEP 12 (remove_files) COMPLETE
42702025-05-22T20:52:37.040Z[ recovery-image] May 22 20:52:36.980 INFO O| May 22 20:52:36.980 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42712025-05-22T20:52:37.087Z[ recovery-image] May 22 20:52:37.028 INFO O| May 22 20:52:37.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
42722025-05-22T20:52:37.257Z[ recovery-image] May 22 20:52:37.198 INFO O| May 22 20:52:37.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
42732025-05-22T20:52:37.261Z[ recovery-image] May 22 20:52:37.203 INFO O| May 22 20:52:37.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
42742025-05-22T20:52:37.276Z[ recovery-image] May 22 20:52:37.218 INFO O| May 22 20:52:37.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
42752025-05-22T20:52:37.280Z[ recovery-image] May 22 20:52:37.220 INFO O| May 22 20:52:37.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
42762025-05-22T20:52:37.512Z[ recovery-image] May 22 20:52:37.453 INFO O| May 22 20:52:37.453 INFO STEP 13 (remove_files) COMPLETE
42772025-05-22T20:52:37.512Z[ recovery-image] May 22 20:52:37.453 INFO O| May 22 20:52:37.453 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42782025-05-22T20:52:37.527Z[ recovery-image] May 22 20:52:37.468 INFO O| May 22 20:52:37.468 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
42792025-05-22T20:52:37.530Z[ recovery-image] May 22 20:52:37.470 INFO O| May 22 20:52:37.470 INFO STEP 14 (remove_files) COMPLETE
42802025-05-22T20:52:37.530Z[ recovery-image] May 22 20:52:37.470 INFO O| May 22 20:52:37.470 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42812025-05-22T20:52:37.542Z[ recovery-image] May 22 20:52:37.484 INFO O| May 22 20:52:37.484 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
42822025-05-22T20:52:37.551Z[ recovery-image] May 22 20:52:37.492 INFO O| May 22 20:52:37.492 INFO STEP 15 (remove_files) COMPLETE
42832025-05-22T20:52:37.551Z[ recovery-image] May 22 20:52:37.492 INFO O| May 22 20:52:37.492 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42842025-05-22T20:52:37.564Z[ recovery-image] May 22 20:52:37.505 INFO O| May 22 20:52:37.505 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
42852025-05-22T20:52:37.567Z[ recovery-image] May 22 20:52:37.506 INFO O| May 22 20:52:37.506 INFO STEP 16 (remove_files) COMPLETE
42862025-05-22T20:52:37.567Z[ recovery-image] May 22 20:52:37.506 INFO O| May 22 20:52:37.506 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42872025-05-22T20:52:37.578Z[ recovery-image] May 22 20:52:37.519 INFO O| May 22 20:52:37.519 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
42882025-05-22T20:52:37.581Z[ recovery-image] May 22 20:52:37.521 INFO O| May 22 20:52:37.521 INFO STEP 17 (remove_files) COMPLETE
42892025-05-22T20:52:37.581Z[ recovery-image] May 22 20:52:37.521 INFO O| May 22 20:52:37.521 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42902025-05-22T20:52:37.596Z[ recovery-image] May 22 20:52:37.537 INFO O| May 22 20:52:37.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
42912025-05-22T20:52:37.596Z[ recovery-image] May 22 20:52:37.538 INFO O| May 22 20:52:37.538 INFO STEP 18 (remove_files) COMPLETE
42922025-05-22T20:52:37.600Z[ recovery-image] May 22 20:52:37.538 INFO O| May 22 20:52:37.538 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42932025-05-22T20:52:37.625Z[ recovery-image] May 22 20:52:37.567 INFO O| May 22 20:52:37.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
42942025-05-22T20:52:37.625Z[ recovery-image] May 22 20:52:37.567 INFO O| May 22 20:52:37.567 INFO STEP 19 (remove_files) COMPLETE
42952025-05-22T20:52:37.625Z[ recovery-image] May 22 20:52:37.567 INFO O| May 22 20:52:37.567 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42962025-05-22T20:52:37.640Z[ recovery-image] May 22 20:52:37.581 INFO O| May 22 20:52:37.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
42972025-05-22T20:52:37.640Z[ recovery-image] May 22 20:52:37.581 INFO O| May 22 20:52:37.581 INFO STEP 20 (remove_files) COMPLETE
42982025-05-22T20:52:37.640Z[ recovery-image] May 22 20:52:37.581 INFO O| May 22 20:52:37.581 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42992025-05-22T20:52:37.666Z[ recovery-image] May 22 20:52:37.608 INFO O| May 22 20:52:37.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
43002025-05-22T20:52:37.666Z[ recovery-image] May 22 20:52:37.608 INFO O| May 22 20:52:37.608 INFO STEP 21 (remove_files) COMPLETE
43012025-05-22T20:52:37.666Z[ recovery-image] May 22 20:52:37.608 INFO O| May 22 20:52:37.608 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43022025-05-22T20:52:37.680Z[ recovery-image] May 22 20:52:37.621 INFO O| May 22 20:52:37.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
43032025-05-22T20:52:37.680Z[ recovery-image] May 22 20:52:37.622 INFO O| May 22 20:52:37.622 INFO STEP 22 (remove_files) COMPLETE
43042025-05-22T20:52:37.680Z[ recovery-image] May 22 20:52:37.622 INFO O| May 22 20:52:37.622 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43052025-05-22T20:52:37.693Z[ recovery-image] May 22 20:52:37.634 INFO O| May 22 20:52:37.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
43062025-05-22T20:52:37.693Z[ recovery-image] May 22 20:52:37.634 INFO O| May 22 20:52:37.634 INFO STEP 23 (remove_files) COMPLETE
43072025-05-22T20:52:37.693Z[ recovery-image] May 22 20:52:37.634 INFO O| May 22 20:52:37.634 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43082025-05-22T20:52:37.706Z[ recovery-image] May 22 20:52:37.647 INFO O| May 22 20:52:37.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
43092025-05-22T20:52:37.706Z[ recovery-image] May 22 20:52:37.647 INFO O| May 22 20:52:37.647 INFO STEP 24 (remove_files) COMPLETE
43102025-05-22T20:52:37.709Z[ recovery-image] May 22 20:52:37.647 INFO O| May 22 20:52:37.647 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43112025-05-22T20:52:37.720Z[ recovery-image] May 22 20:52:37.661 INFO O| May 22 20:52:37.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
43122025-05-22T20:52:37.720Z[ recovery-image] May 22 20:52:37.661 INFO O| May 22 20:52:37.661 INFO STEP 25 (remove_files) COMPLETE
43132025-05-22T20:52:37.723Z[ recovery-image] May 22 20:52:37.661 INFO O| May 22 20:52:37.661 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43142025-05-22T20:52:37.736Z[ recovery-image] May 22 20:52:37.676 INFO O| May 22 20:52:37.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
43152025-05-22T20:52:37.736Z[ recovery-image] May 22 20:52:37.676 INFO O| May 22 20:52:37.676 INFO STEP 26 (remove_files) COMPLETE
43162025-05-22T20:52:37.739Z[ recovery-image] May 22 20:52:37.676 INFO O| May 22 20:52:37.676 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43172025-05-22T20:52:37.760Z[ recovery-image] May 22 20:52:37.701 INFO O| May 22 20:52:37.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
43182025-05-22T20:52:37.760Z[ recovery-image] May 22 20:52:37.701 INFO O| May 22 20:52:37.701 INFO STEP 27 (remove_files) COMPLETE
43192025-05-22T20:52:37.760Z[ recovery-image] May 22 20:52:37.701 INFO O| May 22 20:52:37.701 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43202025-05-22T20:52:37.774Z[ recovery-image] May 22 20:52:37.715 INFO O| May 22 20:52:37.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
43212025-05-22T20:52:37.774Z[ recovery-image] May 22 20:52:37.715 INFO O| May 22 20:52:37.715 INFO STEP 28 (remove_files) COMPLETE
43222025-05-22T20:52:37.774Z[ recovery-image] May 22 20:52:37.715 INFO O| May 22 20:52:37.715 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43232025-05-22T20:52:37.789Z[ recovery-image] May 22 20:52:37.730 INFO O| May 22 20:52:37.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
43242025-05-22T20:52:37.789Z[ recovery-image] May 22 20:52:37.730 INFO O| May 22 20:52:37.730 INFO STEP 29 (remove_files) COMPLETE
43252025-05-22T20:52:37.789Z[ recovery-image] May 22 20:52:37.730 INFO O| May 22 20:52:37.730 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43262025-05-22T20:52:37.804Z[ recovery-image] May 22 20:52:37.746 INFO O| May 22 20:52:37.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
43272025-05-22T20:52:37.804Z[ recovery-image] May 22 20:52:37.746 INFO O| May 22 20:52:37.746 INFO STEP 30 (remove_files) COMPLETE
43282025-05-22T20:52:37.808Z[ recovery-image] May 22 20:52:37.746 INFO O| May 22 20:52:37.746 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43292025-05-22T20:52:37.819Z[ recovery-image] May 22 20:52:37.759 INFO O| May 22 20:52:37.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
43302025-05-22T20:52:37.819Z[ recovery-image] May 22 20:52:37.759 INFO O| May 22 20:52:37.759 INFO STEP 31 (remove_files) COMPLETE
43312025-05-22T20:52:37.819Z[ recovery-image] May 22 20:52:37.759 INFO O| May 22 20:52:37.759 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43322025-05-22T20:52:37.830Z[ recovery-image] May 22 20:52:37.771 INFO O| May 22 20:52:37.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
43332025-05-22T20:52:37.830Z[ recovery-image] May 22 20:52:37.771 INFO O| May 22 20:52:37.771 INFO STEP 32 (remove_files) COMPLETE
43342025-05-22T20:52:37.833Z[ recovery-image] May 22 20:52:37.771 INFO O| May 22 20:52:37.771 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43352025-05-22T20:52:37.841Z[ recovery-image] May 22 20:52:37.782 INFO O| May 22 20:52:37.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
43362025-05-22T20:52:37.841Z[ recovery-image] May 22 20:52:37.782 INFO O| May 22 20:52:37.782 INFO STEP 33 (remove_files) COMPLETE
43372025-05-22T20:52:37.841Z[ recovery-image] May 22 20:52:37.782 INFO O| May 22 20:52:37.782 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43382025-05-22T20:52:37.879Z[ recovery-image] May 22 20:52:37.820 INFO O| May 22 20:52:37.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
43392025-05-22T20:52:37.879Z[ recovery-image] May 22 20:52:37.820 INFO O| May 22 20:52:37.820 INFO STEP 34 (remove_files) COMPLETE
43402025-05-22T20:52:37.882Z[ recovery-image] May 22 20:52:37.820 INFO O| May 22 20:52:37.820 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43412025-05-22T20:52:37.894Z[ recovery-image] May 22 20:52:37.835 INFO O| May 22 20:52:37.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
43422025-05-22T20:52:37.894Z[ recovery-image] May 22 20:52:37.835 INFO O| May 22 20:52:37.835 INFO STEP 35 (remove_files) COMPLETE
43432025-05-22T20:52:37.897Z[ recovery-image] May 22 20:52:37.835 INFO O| May 22 20:52:37.835 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43442025-05-22T20:52:37.908Z[ recovery-image] May 22 20:52:37.850 INFO O| May 22 20:52:37.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
43452025-05-22T20:52:37.908Z[ recovery-image] May 22 20:52:37.850 INFO O| May 22 20:52:37.850 INFO STEP 36 (remove_files) COMPLETE
43462025-05-22T20:52:37.908Z[ recovery-image] May 22 20:52:37.850 INFO O| May 22 20:52:37.850 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43472025-05-22T20:52:37.945Z[ recovery-image] May 22 20:52:37.886 INFO O| May 22 20:52:37.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
43482025-05-22T20:52:37.945Z[ recovery-image] May 22 20:52:37.886 INFO O| May 22 20:52:37.886 INFO STEP 37 (remove_files) COMPLETE
43492025-05-22T20:52:37.945Z[ recovery-image] May 22 20:52:37.886 INFO O| May 22 20:52:37.886 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43502025-05-22T20:52:37.977Z[ recovery-image] May 22 20:52:37.918 INFO O| May 22 20:52:37.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
43512025-05-22T20:52:37.977Z[ recovery-image] May 22 20:52:37.918 INFO O| May 22 20:52:37.918 INFO STEP 38 (remove_files) COMPLETE
43522025-05-22T20:52:37.981Z[ recovery-image] May 22 20:52:37.918 INFO O| May 22 20:52:37.918 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43532025-05-22T20:52:37.992Z[ recovery-image] May 22 20:52:37.934 INFO O| May 22 20:52:37.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
43542025-05-22T20:52:37.992Z[ recovery-image] May 22 20:52:37.934 INFO O| May 22 20:52:37.934 INFO STEP 39 (remove_files) COMPLETE
43552025-05-22T20:52:37.992Z[ recovery-image] May 22 20:52:37.934 INFO O| May 22 20:52:37.934 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43562025-05-22T20:52:38.031Z[ recovery-image] May 22 20:52:37.973 INFO O| May 22 20:52:37.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
43572025-05-22T20:52:38.031Z[ recovery-image] May 22 20:52:37.973 INFO O| May 22 20:52:37.973 INFO STEP 40 (remove_files) COMPLETE
43582025-05-22T20:52:38.035Z[ recovery-image] May 22 20:52:37.973 INFO O| May 22 20:52:37.973 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43592025-05-22T20:52:38.068Z[ recovery-image] May 22 20:52:38.009 INFO O| May 22 20:52:38.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
43602025-05-22T20:52:38.068Z[ recovery-image] May 22 20:52:38.009 INFO O| May 22 20:52:38.009 INFO STEP 41 (remove_files) COMPLETE
43612025-05-22T20:52:38.071Z[ recovery-image] May 22 20:52:38.009 INFO O| May 22 20:52:38.009 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43622025-05-22T20:52:38.081Z[ recovery-image] May 22 20:52:38.023 INFO O| May 22 20:52:38.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
43632025-05-22T20:52:38.081Z[ recovery-image] May 22 20:52:38.023 INFO O| May 22 20:52:38.023 INFO STEP 42 (remove_files) COMPLETE
43642025-05-22T20:52:38.081Z[ recovery-image] May 22 20:52:38.023 INFO O| May 22 20:52:38.023 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43652025-05-22T20:52:38.116Z[ recovery-image] May 22 20:52:38.057 INFO O| May 22 20:52:38.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
43662025-05-22T20:52:38.119Z[ recovery-image] May 22 20:52:38.058 INFO O| May 22 20:52:38.058 INFO STEP 43 (remove_files) COMPLETE
43672025-05-22T20:52:38.120Z[ recovery-image] May 22 20:52:38.058 INFO O| May 22 20:52:38.058 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43682025-05-22T20:52:38.132Z[ recovery-image] May 22 20:52:38.073 INFO O| May 22 20:52:38.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
43692025-05-22T20:52:38.135Z[ recovery-image] May 22 20:52:38.074 INFO O| May 22 20:52:38.074 INFO STEP 44 (remove_files) COMPLETE
43702025-05-22T20:52:38.136Z[ recovery-image] May 22 20:52:38.074 INFO O| May 22 20:52:38.074 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43712025-05-22T20:52:38.149Z[ recovery-image] May 22 20:52:38.090 INFO O| May 22 20:52:38.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
43722025-05-22T20:52:38.152Z[ recovery-image] May 22 20:52:38.091 INFO O| May 22 20:52:38.090 INFO STEP 45 (remove_files) COMPLETE
43732025-05-22T20:52:38.152Z[ recovery-image] May 22 20:52:38.091 INFO O| May 22 20:52:38.091 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43742025-05-22T20:52:38.164Z[ recovery-image] May 22 20:52:38.106 INFO O| May 22 20:52:38.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
43752025-05-22T20:52:38.168Z[ recovery-image] May 22 20:52:38.106 INFO O| May 22 20:52:38.106 INFO STEP 46 (remove_files) COMPLETE
43762025-05-22T20:52:38.168Z[ recovery-image] May 22 20:52:38.106 INFO O| May 22 20:52:38.106 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43772025-05-22T20:52:38.180Z[ recovery-image] May 22 20:52:38.122 INFO O| May 22 20:52:38.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
43782025-05-22T20:52:38.180Z[ recovery-image] May 22 20:52:38.122 INFO O| May 22 20:52:38.122 INFO STEP 47 (remove_files) COMPLETE
43792025-05-22T20:52:38.183Z[ recovery-image] May 22 20:52:38.122 INFO O| May 22 20:52:38.122 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43802025-05-22T20:52:38.206Z[ recovery-image] May 22 20:52:38.147 INFO O| May 22 20:52:38.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
43812025-05-22T20:52:38.206Z[ recovery-image] May 22 20:52:38.147 INFO O| May 22 20:52:38.147 INFO STEP 48 (remove_files) COMPLETE
43822025-05-22T20:52:38.209Z[ recovery-image] May 22 20:52:38.147 INFO O| May 22 20:52:38.147 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43832025-05-22T20:52:38.222Z[ recovery-image] May 22 20:52:38.163 INFO O| May 22 20:52:38.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
43842025-05-22T20:52:38.225Z[ recovery-image] May 22 20:52:38.163 INFO O| May 22 20:52:38.163 INFO STEP 49 (remove_files) COMPLETE
43852025-05-22T20:52:38.225Z[ recovery-image] May 22 20:52:38.163 INFO O| May 22 20:52:38.163 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43862025-05-22T20:52:38.237Z[ recovery-image] May 22 20:52:38.179 INFO O| May 22 20:52:38.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
43872025-05-22T20:52:38.237Z[ recovery-image] May 22 20:52:38.179 INFO O| May 22 20:52:38.179 INFO STEP 50 (remove_files) COMPLETE
43882025-05-22T20:52:38.237Z[ recovery-image] May 22 20:52:38.179 INFO O| May 22 20:52:38.179 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43892025-05-22T20:52:38.254Z[ recovery-image] May 22 20:52:38.196 INFO O| May 22 20:52:38.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
43902025-05-22T20:52:38.254Z[ recovery-image] May 22 20:52:38.196 INFO O| May 22 20:52:38.196 INFO STEP 51 (remove_files) COMPLETE
43912025-05-22T20:52:38.258Z[ recovery-image] May 22 20:52:38.196 INFO O| May 22 20:52:38.196 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43922025-05-22T20:52:38.271Z[ recovery-image] May 22 20:52:38.212 INFO O| May 22 20:52:38.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
43932025-05-22T20:52:38.271Z[ recovery-image] May 22 20:52:38.212 INFO O| May 22 20:52:38.212 INFO STEP 52 (remove_files) COMPLETE
43942025-05-22T20:52:38.271Z[ recovery-image] May 22 20:52:38.212 INFO O| May 22 20:52:38.212 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43952025-05-22T20:52:38.285Z[ recovery-image] May 22 20:52:38.226 INFO O| May 22 20:52:38.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
43962025-05-22T20:52:38.285Z[ recovery-image] May 22 20:52:38.227 INFO O| May 22 20:52:38.227 INFO STEP 53 (remove_files) COMPLETE
43972025-05-22T20:52:38.288Z[ recovery-image] May 22 20:52:38.227 INFO O| May 22 20:52:38.227 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43982025-05-22T20:52:38.299Z[ recovery-image] May 22 20:52:38.241 INFO O| May 22 20:52:38.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
43992025-05-22T20:52:38.299Z[ recovery-image] May 22 20:52:38.241 INFO O| May 22 20:52:38.241 INFO STEP 54 (remove_files) COMPLETE
44002025-05-22T20:52:38.299Z[ recovery-image] May 22 20:52:38.241 INFO O| May 22 20:52:38.241 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44012025-05-22T20:52:38.314Z[ recovery-image] May 22 20:52:38.256 INFO O| May 22 20:52:38.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
44022025-05-22T20:52:38.314Z[ recovery-image] May 22 20:52:38.256 INFO O| May 22 20:52:38.256 INFO STEP 55 (remove_files) COMPLETE
44032025-05-22T20:52:38.314Z[ recovery-image] May 22 20:52:38.256 INFO O| May 22 20:52:38.256 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44042025-05-22T20:52:38.331Z[ recovery-image] May 22 20:52:38.272 INFO O| May 22 20:52:38.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
44052025-05-22T20:52:38.331Z[ recovery-image] May 22 20:52:38.272 INFO O| May 22 20:52:38.272 INFO STEP 56 (remove_files) COMPLETE
44062025-05-22T20:52:38.334Z[ recovery-image] May 22 20:52:38.272 INFO O| May 22 20:52:38.272 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44072025-05-22T20:52:38.347Z[ recovery-image] May 22 20:52:38.288 INFO O| May 22 20:52:38.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
44082025-05-22T20:52:38.347Z[ recovery-image] May 22 20:52:38.289 INFO O| May 22 20:52:38.289 INFO STEP 57 (remove_files) COMPLETE
44092025-05-22T20:52:38.351Z[ recovery-image] May 22 20:52:38.289 INFO O| May 22 20:52:38.289 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44102025-05-22T20:52:38.365Z[ recovery-image] May 22 20:52:38.306 INFO O| May 22 20:52:38.306 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
44112025-05-22T20:52:38.365Z[ recovery-image] May 22 20:52:38.306 INFO O| May 22 20:52:38.306 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
44122025-05-22T20:52:38.365Z[ recovery-image] May 22 20:52:38.306 INFO O| May 22 20:52:38.306 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
44132025-05-22T20:52:38.368Z[ recovery-image] May 22 20:52:38.306 INFO O| May 22 20:52:38.306 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
44142025-05-22T20:52:38.368Z[ recovery-image] May 22 20:52:38.307 INFO O| May 22 20:52:38.306 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
44152025-05-22T20:52:38.368Z[ recovery-image] May 22 20:52:38.307 INFO O| May 22 20:52:38.307 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
44162025-05-22T20:52:38.368Z[ recovery-image] May 22 20:52:38.307 INFO O| May 22 20:52:38.307 INFO ok!
44172025-05-22T20:52:38.368Z[ recovery-image] May 22 20:52:38.307 INFO O| May 22 20:52:38.307 INFO STEP 58 (ensure_file) COMPLETE
44182025-05-22T20:52:38.368Z[ recovery-image] May 22 20:52:38.307 INFO O| May 22 20:52:38.307 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44192025-05-22T20:52:38.384Z[ recovery-image] May 22 20:52:38.325 INFO O| May 22 20:52:38.325 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
44202025-05-22T20:52:38.384Z[ recovery-image] May 22 20:52:38.325 INFO O| May 22 20:52:38.325 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
44212025-05-22T20:52:38.384Z[ recovery-image] May 22 20:52:38.325 INFO O| May 22 20:52:38.325 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
44222025-05-22T20:52:38.387Z[ recovery-image] May 22 20:52:38.325 INFO O| May 22 20:52:38.325 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
44232025-05-22T20:52:38.387Z[ recovery-image] May 22 20:52:38.325 INFO O| May 22 20:52:38.325 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
44242025-05-22T20:52:38.387Z[ recovery-image] May 22 20:52:38.325 INFO O| May 22 20:52:38.325 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
44252025-05-22T20:52:38.387Z[ recovery-image] May 22 20:52:38.325 INFO O| May 22 20:52:38.325 INFO ok!
44262025-05-22T20:52:38.387Z[ recovery-image] May 22 20:52:38.325 INFO O| May 22 20:52:38.325 INFO STEP 59 (ensure_file) COMPLETE
44272025-05-22T20:52:38.387Z[ recovery-image] May 22 20:52:38.325 INFO O| May 22 20:52:38.325 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44282025-05-22T20:52:38.401Z[ recovery-image] May 22 20:52:38.343 INFO O| May 22 20:52:38.342 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
44292025-05-22T20:52:38.401Z[ recovery-image] May 22 20:52:38.343 INFO O| May 22 20:52:38.342 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
44302025-05-22T20:52:38.401Z[ recovery-image] May 22 20:52:38.343 INFO O| May 22 20:52:38.343 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
44312025-05-22T20:52:38.405Z[ recovery-image] May 22 20:52:38.343 INFO O| May 22 20:52:38.343 INFO ok!
44322025-05-22T20:52:38.405Z[ recovery-image] May 22 20:52:38.343 INFO O| May 22 20:52:38.343 INFO STEP 60 (ensure_file) COMPLETE
44332025-05-22T20:52:38.405Z[ recovery-image] May 22 20:52:38.343 INFO O| May 22 20:52:38.343 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44342025-05-22T20:52:38.417Z[ recovery-image] May 22 20:52:38.359 INFO O| May 22 20:52:38.358 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
44352025-05-22T20:52:38.417Z[ recovery-image] May 22 20:52:38.359 INFO O| May 22 20:52:38.359 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
44362025-05-22T20:52:38.421Z[ recovery-image] May 22 20:52:38.359 INFO O| May 22 20:52:38.359 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
44372025-05-22T20:52:38.421Z[ recovery-image] May 22 20:52:38.359 INFO O| May 22 20:52:38.359 INFO ok!
44382025-05-22T20:52:38.421Z[ recovery-image] May 22 20:52:38.359 INFO O| May 22 20:52:38.359 INFO STEP 61 (ensure_file) COMPLETE
44392025-05-22T20:52:38.421Z[ recovery-image] May 22 20:52:38.359 INFO O| May 22 20:52:38.359 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44402025-05-22T20:52:38.433Z[ recovery-image] May 22 20:52:38.375 INFO O| May 22 20:52:38.375 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
44412025-05-22T20:52:38.433Z[ recovery-image] May 22 20:52:38.375 INFO O| May 22 20:52:38.375 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
44422025-05-22T20:52:38.437Z[ recovery-image] May 22 20:52:38.375 INFO O| May 22 20:52:38.375 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
44432025-05-22T20:52:38.437Z[ recovery-image] May 22 20:52:38.375 INFO O| May 22 20:52:38.375 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
44442025-05-22T20:52:38.437Z[ recovery-image] May 22 20:52:38.375 INFO O| May 22 20:52:38.375 INFO ok!
44452025-05-22T20:52:38.437Z[ recovery-image] May 22 20:52:38.375 INFO O| May 22 20:52:38.375 INFO STEP 62 (ensure_file) COMPLETE
44462025-05-22T20:52:38.437Z[ recovery-image] May 22 20:52:38.375 INFO O| May 22 20:52:38.375 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44472025-05-22T20:52:38.451Z[ recovery-image] May 22 20:52:38.392 INFO O| May 22 20:52:38.392 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
44482025-05-22T20:52:38.451Z[ recovery-image] May 22 20:52:38.392 INFO O| May 22 20:52:38.392 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
44492025-05-22T20:52:38.451Z[ recovery-image] May 22 20:52:38.392 INFO O| May 22 20:52:38.392 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
44502025-05-22T20:52:38.454Z[ recovery-image] May 22 20:52:38.392 INFO O| May 22 20:52:38.392 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
44512025-05-22T20:52:38.454Z[ recovery-image] May 22 20:52:38.392 INFO O| May 22 20:52:38.392 INFO ok!
44522025-05-22T20:52:38.454Z[ recovery-image] May 22 20:52:38.392 INFO O| May 22 20:52:38.392 INFO STEP 63 (ensure_file) COMPLETE
44532025-05-22T20:52:38.454Z[ recovery-image] May 22 20:52:38.392 INFO O| May 22 20:52:38.392 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44542025-05-22T20:52:38.466Z[ recovery-image] May 22 20:52:38.408 INFO O| May 22 20:52:38.408 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
44552025-05-22T20:52:38.466Z[ recovery-image] May 22 20:52:38.408 INFO O| May 22 20:52:38.408 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
44562025-05-22T20:52:38.466Z[ recovery-image] May 22 20:52:38.408 INFO O| May 22 20:52:38.408 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
44572025-05-22T20:52:38.466Z[ recovery-image] May 22 20:52:38.408 INFO O| May 22 20:52:38.408 INFO ok!
44582025-05-22T20:52:38.466Z[ recovery-image] May 22 20:52:38.408 INFO O| May 22 20:52:38.408 INFO STEP 64 (assemble_files) COMPLETE
44592025-05-22T20:52:38.469Z[ recovery-image] May 22 20:52:38.408 INFO O| May 22 20:52:38.408 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44602025-05-22T20:52:38.482Z[ recovery-image] May 22 20:52:38.424 INFO O| May 22 20:52:38.424 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
44612025-05-22T20:52:38.482Z[ recovery-image] May 22 20:52:38.424 INFO O| May 22 20:52:38.424 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
44622025-05-22T20:52:38.486Z[ recovery-image] May 22 20:52:38.424 INFO O| May 22 20:52:38.424 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
44632025-05-22T20:52:38.486Z[ recovery-image] May 22 20:52:38.424 INFO O| May 22 20:52:38.424 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
44642025-05-22T20:52:38.486Z[ recovery-image] May 22 20:52:38.424 INFO O| May 22 20:52:38.424 INFO ok!
44652025-05-22T20:52:38.486Z[ recovery-image] May 22 20:52:38.424 INFO O| May 22 20:52:38.424 INFO STEP 65 (ensure_file) COMPLETE
44662025-05-22T20:52:38.486Z[ recovery-image] May 22 20:52:38.424 INFO O| May 22 20:52:38.424 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44672025-05-22T20:52:38.486Z[ recovery-image] May 22 20:52:38.424 INFO O| May 22 20:52:38.424 INFO skip step because feature "omicron1" is not enabled
44682025-05-22T20:52:38.486Z[ recovery-image] May 22 20:52:38.424 INFO O| May 22 20:52:38.424 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44692025-05-22T20:52:38.486Z[ recovery-image] May 22 20:52:38.424 INFO O| May 22 20:52:38.424 INFO skip step because feature "omicron1" is not enabled
44702025-05-22T20:52:38.486Z[ recovery-image] May 22 20:52:38.424 INFO O| May 22 20:52:38.424 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44712025-05-22T20:52:38.486Z[ recovery-image] May 22 20:52:38.424 INFO O| May 22 20:52:38.424 INFO skip step because feature "omicron1" is not enabled
44722025-05-22T20:52:38.486Z[ recovery-image] May 22 20:52:38.424 INFO O| May 22 20:52:38.424 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44732025-05-22T20:52:38.508Z[ recovery-image] May 22 20:52:38.450 INFO O| May 22 20:52:38.449 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
44742025-05-22T20:52:38.508Z[ recovery-image] May 22 20:52:38.450 INFO O| May 22 20:52:38.450 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
44752025-05-22T20:52:41.868Z[ recovery-image] May 22 20:52:41.810 INFO O| May 22 20:52:41.810 INFO STEP 69 (pack_tar) COMPLETE
44762025-05-22T20:52:41.868Z[ recovery-image] May 22 20:52:41.810 INFO O| May 22 20:52:41.810 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
44772025-05-22T20:52:41.872Z[ recovery-image] May 22 20:52:41.810 INFO O| May 22 20:52:41.810 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
44782025-05-22T20:52:42.035Z[ recovery-image] May 22 20:52:41.977 INFO O| May 22 20:52:41.977 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
44792025-05-22T20:52:42.199Z[ recovery-image] May 22 20:52:42.141 INFO O| May 22 20:52:42.141 INFO completed processing gimlet/ramdisk-02-trim
44802025-05-22T20:52:42.203Z[ recovery-image] May 22 20:52:42.144 INFO image builder template: ramdisk-03-recovery-trim...
44812025-05-22T20:52:42.203Z[ recovery-image] May 22 20:52:42.144 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-E", "/tmp/.tmpm36bV6/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.35.364", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@15.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None
44822025-05-22T20:52:42.444Z[ recovery-image] May 22 20:52:42.386 INFO O| May 22 20:52:42.386 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
44832025-05-22T20:52:42.452Z[ recovery-image] May 22 20:52:42.393 INFO O| May 22 20:52:42.393 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
44842025-05-22T20:52:42.621Z[ recovery-image] May 22 20:52:42.562 INFO O| May 22 20:52:42.562 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
44852025-05-22T20:52:42.779Z[ recovery-image] May 22 20:52:42.721 INFO O| May 22 20:52:42.721 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
44862025-05-22T20:52:42.782Z[ recovery-image] May 22 20:52:42.721 INFO O| May 22 20:52:42.721 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
44872025-05-22T20:52:42.791Z[ recovery-image] May 22 20:52:42.733 INFO O| May 22 20:52:42.733 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
44882025-05-22T20:52:42.797Z[ recovery-image] May 22 20:52:42.739 INFO O| May 22 20:52:42.739 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
44892025-05-22T20:52:42.805Z[ recovery-image] May 22 20:52:42.747 INFO O| May 22 20:52:42.747 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
44902025-05-22T20:52:43.481Z[ recovery-image] May 22 20:52:43.423 INFO O| May 22 20:52:43.423 INFO rolled back to input snapshot; work may begin
44912025-05-22T20:52:43.481Z[ recovery-image] May 22 20:52:43.423 INFO O| May 22 20:52:43.423 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
44922025-05-22T20:52:43.489Z[ recovery-image] May 22 20:52:43.431 INFO O| May 22 20:52:43.431 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44932025-05-22T20:52:43.503Z[ recovery-image] May 22 20:52:43.446 INFO O| May 22 20:52:43.445 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
44942025-05-22T20:52:43.509Z[ recovery-image] May 22 20:52:43.452 INFO O| May 22 20:52:43.451 INFO STEP 0 (remove_files) COMPLETE
44952025-05-22T20:52:43.509Z[ recovery-image] May 22 20:52:43.452 INFO O| May 22 20:52:43.452 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44962025-05-22T20:52:43.525Z[ recovery-image] May 22 20:52:43.467 INFO O| May 22 20:52:43.467 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
44972025-05-22T20:52:43.597Z[ recovery-image] May 22 20:52:43.539 INFO O| May 22 20:52:43.539 INFO STEP 1 (remove_files) COMPLETE
44982025-05-22T20:52:43.597Z[ recovery-image] May 22 20:52:43.539 INFO O| May 22 20:52:43.539 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44992025-05-22T20:52:43.613Z[ recovery-image] May 22 20:52:43.554 INFO O| May 22 20:52:43.554 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
45002025-05-22T20:52:43.617Z[ recovery-image] May 22 20:52:43.558 INFO O| May 22 20:52:43.557 INFO STEP 2 (remove_files) COMPLETE
45012025-05-22T20:52:43.617Z[ recovery-image] May 22 20:52:43.558 INFO O| May 22 20:52:43.558 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45022025-05-22T20:52:43.632Z[ recovery-image] May 22 20:52:43.573 INFO O| May 22 20:52:43.573 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
45032025-05-22T20:52:43.730Z[ recovery-image] May 22 20:52:43.672 INFO O| May 22 20:52:43.672 INFO STEP 3 (remove_files) COMPLETE
45042025-05-22T20:52:43.730Z[ recovery-image] May 22 20:52:43.672 INFO O| May 22 20:52:43.672 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45052025-05-22T20:52:43.767Z[ recovery-image] May 22 20:52:43.710 INFO O| May 22 20:52:43.709 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
45062025-05-22T20:52:43.887Z[ recovery-image] May 22 20:52:43.829 INFO O| May 22 20:52:43.829 INFO STEP 4 (remove_files) COMPLETE
45072025-05-22T20:52:43.887Z[ recovery-image] May 22 20:52:43.829 INFO O| May 22 20:52:43.829 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45082025-05-22T20:52:43.903Z[ recovery-image] May 22 20:52:43.845 INFO O| May 22 20:52:43.845 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
45092025-05-22T20:52:43.949Z[ recovery-image] May 22 20:52:43.891 INFO O| May 22 20:52:43.891 INFO STEP 5 (remove_files) COMPLETE
45102025-05-22T20:52:43.949Z[ recovery-image] May 22 20:52:43.891 INFO O| May 22 20:52:43.891 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45112025-05-22T20:52:43.965Z[ recovery-image] May 22 20:52:43.907 INFO O| May 22 20:52:43.907 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
45122025-05-22T20:52:43.993Z[ recovery-image] May 22 20:52:43.935 INFO O| May 22 20:52:43.935 INFO STEP 6 (remove_files) COMPLETE
45132025-05-22T20:52:43.993Z[ recovery-image] May 22 20:52:43.935 INFO O| May 22 20:52:43.935 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45142025-05-22T20:52:44.009Z[ recovery-image] May 22 20:52:43.951 INFO O| May 22 20:52:43.951 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
45152025-05-22T20:52:44.103Z[ recovery-image] May 22 20:52:44.045 INFO O| May 22 20:52:44.045 INFO STEP 7 (remove_files) COMPLETE
45162025-05-22T20:52:44.103Z[ recovery-image] May 22 20:52:44.045 INFO O| May 22 20:52:44.045 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45172025-05-22T20:52:44.118Z[ recovery-image] May 22 20:52:44.060 INFO O| May 22 20:52:44.060 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
45182025-05-22T20:52:44.144Z[ recovery-image] May 22 20:52:44.086 INFO O| May 22 20:52:44.086 INFO STEP 8 (remove_files) COMPLETE
45192025-05-22T20:52:44.144Z[ recovery-image] May 22 20:52:44.086 INFO O| May 22 20:52:44.086 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45202025-05-22T20:52:44.159Z[ recovery-image] May 22 20:52:44.101 INFO O| May 22 20:52:44.101 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
45212025-05-22T20:52:44.182Z[ recovery-image] May 22 20:52:44.124 INFO O| May 22 20:52:44.124 INFO STEP 9 (remove_files) COMPLETE
45222025-05-22T20:52:44.182Z[ recovery-image] May 22 20:52:44.124 INFO O| May 22 20:52:44.124 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45232025-05-22T20:52:44.198Z[ recovery-image] May 22 20:52:44.141 INFO O| May 22 20:52:44.141 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
45242025-05-22T20:52:44.292Z[ recovery-image] May 22 20:52:44.234 INFO O| May 22 20:52:44.234 INFO STEP 10 (remove_files) COMPLETE
45252025-05-22T20:52:44.292Z[ recovery-image] May 22 20:52:44.234 INFO O| May 22 20:52:44.234 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45262025-05-22T20:52:44.336Z[ recovery-image] May 22 20:52:44.249 INFO O| May 22 20:52:44.249 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
45272025-05-22T20:52:44.336Z[ recovery-image] May 22 20:52:44.254 INFO O| May 22 20:52:44.254 INFO STEP 11 (remove_files) COMPLETE
45282025-05-22T20:52:44.340Z[ recovery-image] May 22 20:52:44.254 INFO O| May 22 20:52:44.254 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45292025-05-22T20:52:44.340Z[ recovery-image] May 22 20:52:44.267 INFO O| May 22 20:52:44.267 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
45302025-05-22T20:52:44.340Z[ recovery-image] May 22 20:52:44.281 INFO O| May 22 20:52:44.281 INFO STEP 12 (remove_files) COMPLETE
45312025-05-22T20:52:44.340Z[ recovery-image] May 22 20:52:44.281 INFO O| May 22 20:52:44.281 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45322025-05-22T20:52:44.353Z[ recovery-image] May 22 20:52:44.295 INFO O| May 22 20:52:44.295 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
45332025-05-22T20:52:44.357Z[ recovery-image] May 22 20:52:44.296 INFO O| May 22 20:52:44.296 INFO STEP 13 (remove_files) COMPLETE
45342025-05-22T20:52:44.357Z[ recovery-image] May 22 20:52:44.296 INFO O| May 22 20:52:44.296 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45352025-05-22T20:52:44.366Z[ recovery-image] May 22 20:52:44.308 INFO O| May 22 20:52:44.308 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
45362025-05-22T20:52:44.369Z[ recovery-image] May 22 20:52:44.309 INFO O| May 22 20:52:44.309 INFO STEP 14 (remove_files) COMPLETE
45372025-05-22T20:52:44.369Z[ recovery-image] May 22 20:52:44.309 INFO O| May 22 20:52:44.309 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45382025-05-22T20:52:44.379Z[ recovery-image] May 22 20:52:44.321 INFO O| May 22 20:52:44.321 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
45392025-05-22T20:52:44.500Z[ recovery-image] May 22 20:52:44.378 INFO O| May 22 20:52:44.378 INFO STEP 15 (remove_files) COMPLETE
45402025-05-22T20:52:44.500Z[ recovery-image] May 22 20:52:44.378 INFO O| May 22 20:52:44.378 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45412025-05-22T20:52:44.500Z[ recovery-image] May 22 20:52:44.416 INFO O| May 22 20:52:44.416 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
45422025-05-22T20:52:44.500Z[ recovery-image] May 22 20:52:44.417 INFO O| May 22 20:52:44.416 INFO STEP 16 (remove_files) COMPLETE
45432025-05-22T20:52:44.500Z[ recovery-image] May 22 20:52:44.417 INFO O| May 22 20:52:44.416 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45442025-05-22T20:52:44.500Z[ recovery-image] May 22 20:52:44.429 INFO O| May 22 20:52:44.429 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
45452025-05-22T20:52:44.500Z[ recovery-image] May 22 20:52:44.429 INFO O| May 22 20:52:44.429 INFO STEP 17 (remove_files) COMPLETE
45462025-05-22T20:52:44.500Z[ recovery-image] May 22 20:52:44.429 INFO O| May 22 20:52:44.429 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45472025-05-22T20:52:44.500Z[ recovery-image] May 22 20:52:44.441 INFO O| May 22 20:52:44.441 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
45482025-05-22T20:52:45.026Z[ recovery-image] May 22 20:52:44.968 INFO O| May 22 20:52:44.968 INFO STEP 18 (remove_files) COMPLETE
45492025-05-22T20:52:45.026Z[ recovery-image] May 22 20:52:44.968 INFO O| May 22 20:52:44.968 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45502025-05-22T20:52:45.042Z[ recovery-image] May 22 20:52:44.984 INFO O| May 22 20:52:44.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
45512025-05-22T20:52:45.047Z[ recovery-image] May 22 20:52:44.989 INFO O| May 22 20:52:44.989 INFO STEP 19 (remove_files) COMPLETE
45522025-05-22T20:52:45.047Z[ recovery-image] May 22 20:52:44.989 INFO O| May 22 20:52:44.989 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45532025-05-22T20:52:45.075Z[ recovery-image] May 22 20:52:45.017 INFO O| May 22 20:52:45.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
45542025-05-22T20:52:45.078Z[ recovery-image] May 22 20:52:45.017 INFO O| May 22 20:52:45.017 INFO STEP 20 (remove_files) COMPLETE
45552025-05-22T20:52:45.078Z[ recovery-image] May 22 20:52:45.017 INFO O| May 22 20:52:45.017 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45562025-05-22T20:52:45.090Z[ recovery-image] May 22 20:52:45.032 INFO O| May 22 20:52:45.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
45572025-05-22T20:52:45.093Z[ recovery-image] May 22 20:52:45.033 INFO O| May 22 20:52:45.033 INFO STEP 21 (remove_files) COMPLETE
45582025-05-22T20:52:45.093Z[ recovery-image] May 22 20:52:45.033 INFO O| May 22 20:52:45.033 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45592025-05-22T20:52:45.105Z[ recovery-image] May 22 20:52:45.047 INFO O| May 22 20:52:45.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
45602025-05-22T20:52:45.116Z[ recovery-image] May 22 20:52:45.059 INFO O| May 22 20:52:45.059 INFO STEP 22 (remove_files) COMPLETE
45612025-05-22T20:52:45.116Z[ recovery-image] May 22 20:52:45.059 INFO O| May 22 20:52:45.059 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45622025-05-22T20:52:45.169Z[ recovery-image] May 22 20:52:45.111 INFO O| May 22 20:52:45.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
45632025-05-22T20:52:45.172Z[ recovery-image] May 22 20:52:45.111 INFO O| May 22 20:52:45.111 INFO STEP 23 (remove_files) COMPLETE
45642025-05-22T20:52:45.172Z[ recovery-image] May 22 20:52:45.111 INFO O| May 22 20:52:45.111 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45652025-05-22T20:52:45.183Z[ recovery-image] May 22 20:52:45.125 INFO O| May 22 20:52:45.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
45662025-05-22T20:52:45.187Z[ recovery-image] May 22 20:52:45.126 INFO O| May 22 20:52:45.126 INFO STEP 24 (remove_files) COMPLETE
45672025-05-22T20:52:45.187Z[ recovery-image] May 22 20:52:45.126 INFO O| May 22 20:52:45.126 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45682025-05-22T20:52:45.197Z[ recovery-image] May 22 20:52:45.139 INFO O| May 22 20:52:45.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
45692025-05-22T20:52:45.200Z[ recovery-image] May 22 20:52:45.141 INFO O| May 22 20:52:45.141 INFO STEP 25 (remove_files) COMPLETE
45702025-05-22T20:52:45.200Z[ recovery-image] May 22 20:52:45.141 INFO O| May 22 20:52:45.141 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45712025-05-22T20:52:45.214Z[ recovery-image] May 22 20:52:45.156 INFO O| May 22 20:52:45.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
45722025-05-22T20:52:45.217Z[ recovery-image] May 22 20:52:45.157 INFO O| May 22 20:52:45.157 INFO STEP 26 (remove_files) COMPLETE
45732025-05-22T20:52:45.217Z[ recovery-image] May 22 20:52:45.157 INFO O| May 22 20:52:45.157 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45742025-05-22T20:52:45.229Z[ recovery-image] May 22 20:52:45.172 INFO O| May 22 20:52:45.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
45752025-05-22T20:52:45.233Z[ recovery-image] May 22 20:52:45.173 INFO O| May 22 20:52:45.173 INFO STEP 27 (remove_files) COMPLETE
45762025-05-22T20:52:45.233Z[ recovery-image] May 22 20:52:45.173 INFO O| May 22 20:52:45.173 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45772025-05-22T20:52:45.245Z[ recovery-image] May 22 20:52:45.187 INFO O| May 22 20:52:45.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
45782025-05-22T20:52:45.245Z[ recovery-image] May 22 20:52:45.187 INFO O| May 22 20:52:45.187 INFO STEP 28 (remove_files) COMPLETE
45792025-05-22T20:52:45.248Z[ recovery-image] May 22 20:52:45.187 INFO O| May 22 20:52:45.187 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45802025-05-22T20:52:45.261Z[ recovery-image] May 22 20:52:45.203 INFO O| May 22 20:52:45.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
45812025-05-22T20:52:45.261Z[ recovery-image] May 22 20:52:45.203 INFO O| May 22 20:52:45.203 INFO STEP 29 (remove_files) COMPLETE
45822025-05-22T20:52:45.261Z[ recovery-image] May 22 20:52:45.203 INFO O| May 22 20:52:45.203 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45832025-05-22T20:52:45.276Z[ recovery-image] May 22 20:52:45.218 INFO O| May 22 20:52:45.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
45842025-05-22T20:52:45.276Z[ recovery-image] May 22 20:52:45.218 INFO O| May 22 20:52:45.218 INFO STEP 30 (remove_files) COMPLETE
45852025-05-22T20:52:45.279Z[ recovery-image] May 22 20:52:45.218 INFO O| May 22 20:52:45.218 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45862025-05-22T20:52:45.291Z[ recovery-image] May 22 20:52:45.233 INFO O| May 22 20:52:45.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
45872025-05-22T20:52:45.294Z[ recovery-image] May 22 20:52:45.234 INFO O| May 22 20:52:45.234 INFO STEP 31 (remove_files) COMPLETE
45882025-05-22T20:52:45.294Z[ recovery-image] May 22 20:52:45.234 INFO O| May 22 20:52:45.234 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45892025-05-22T20:52:45.304Z[ recovery-image] May 22 20:52:45.246 INFO O| May 22 20:52:45.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
45902025-05-22T20:52:45.309Z[ recovery-image] May 22 20:52:45.248 INFO O| May 22 20:52:45.248 INFO STEP 32 (remove_files) COMPLETE
45912025-05-22T20:52:45.309Z[ recovery-image] May 22 20:52:45.248 INFO O| May 22 20:52:45.248 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45922025-05-22T20:52:45.320Z[ recovery-image] May 22 20:52:45.261 INFO O| May 22 20:52:45.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
45932025-05-22T20:52:45.320Z[ recovery-image] May 22 20:52:45.261 INFO O| May 22 20:52:45.261 INFO STEP 33 (remove_files) COMPLETE
45942025-05-22T20:52:45.320Z[ recovery-image] May 22 20:52:45.261 INFO O| May 22 20:52:45.261 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45952025-05-22T20:52:45.333Z[ recovery-image] May 22 20:52:45.275 INFO O| May 22 20:52:45.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
45962025-05-22T20:52:45.337Z[ recovery-image] May 22 20:52:45.277 INFO O| May 22 20:52:45.277 INFO STEP 34 (remove_files) COMPLETE
45972025-05-22T20:52:45.337Z[ recovery-image] May 22 20:52:45.277 INFO O| May 22 20:52:45.277 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45982025-05-22T20:52:45.348Z[ recovery-image] May 22 20:52:45.291 INFO O| May 22 20:52:45.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
45992025-05-22T20:52:45.352Z[ recovery-image] May 22 20:52:45.292 INFO O| May 22 20:52:45.291 INFO STEP 35 (remove_files) COMPLETE
46002025-05-22T20:52:45.352Z[ recovery-image] May 22 20:52:45.292 INFO O| May 22 20:52:45.292 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46012025-05-22T20:52:45.363Z[ recovery-image] May 22 20:52:45.305 INFO O| May 22 20:52:45.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
46022025-05-22T20:52:45.363Z[ recovery-image] May 22 20:52:45.305 INFO O| May 22 20:52:45.305 INFO STEP 36 (remove_files) COMPLETE
46032025-05-22T20:52:45.367Z[ recovery-image] May 22 20:52:45.305 INFO O| May 22 20:52:45.305 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46042025-05-22T20:52:45.377Z[ recovery-image] May 22 20:52:45.319 INFO O| May 22 20:52:45.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
46052025-05-22T20:52:45.377Z[ recovery-image] May 22 20:52:45.319 INFO O| May 22 20:52:45.319 INFO STEP 37 (remove_files) COMPLETE
46062025-05-22T20:52:45.377Z[ recovery-image] May 22 20:52:45.320 INFO O| May 22 20:52:45.319 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46072025-05-22T20:52:45.391Z[ recovery-image] May 22 20:52:45.333 INFO O| May 22 20:52:45.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
46082025-05-22T20:52:45.391Z[ recovery-image] May 22 20:52:45.333 INFO O| May 22 20:52:45.333 INFO STEP 38 (remove_files) COMPLETE
46092025-05-22T20:52:45.394Z[ recovery-image] May 22 20:52:45.333 INFO O| May 22 20:52:45.333 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46102025-05-22T20:52:45.405Z[ recovery-image] May 22 20:52:45.348 INFO O| May 22 20:52:45.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
46112025-05-22T20:52:45.405Z[ recovery-image] May 22 20:52:45.348 INFO O| May 22 20:52:45.348 INFO STEP 39 (remove_files) COMPLETE
46122025-05-22T20:52:45.405Z[ recovery-image] May 22 20:52:45.348 INFO O| May 22 20:52:45.348 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46132025-05-22T20:52:45.419Z[ recovery-image] May 22 20:52:45.362 INFO O| May 22 20:52:45.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
46142025-05-22T20:52:45.419Z[ recovery-image] May 22 20:52:45.362 INFO O| May 22 20:52:45.362 INFO STEP 40 (remove_files) COMPLETE
46152025-05-22T20:52:45.420Z[ recovery-image] May 22 20:52:45.362 INFO O| May 22 20:52:45.362 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46162025-05-22T20:52:45.433Z[ recovery-image] May 22 20:52:45.376 INFO O| May 22 20:52:45.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
46172025-05-22T20:52:45.437Z[ recovery-image] May 22 20:52:45.376 INFO O| May 22 20:52:45.376 INFO STEP 41 (remove_files) COMPLETE
46182025-05-22T20:52:45.437Z[ recovery-image] May 22 20:52:45.376 INFO O| May 22 20:52:45.376 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46192025-05-22T20:52:45.449Z[ recovery-image] May 22 20:52:45.392 INFO O| May 22 20:52:45.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
46202025-05-22T20:52:45.449Z[ recovery-image] May 22 20:52:45.392 INFO O| May 22 20:52:45.392 INFO STEP 42 (remove_files) COMPLETE
46212025-05-22T20:52:45.449Z[ recovery-image] May 22 20:52:45.392 INFO O| May 22 20:52:45.392 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46222025-05-22T20:52:45.465Z[ recovery-image] May 22 20:52:45.407 INFO O| May 22 20:52:45.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
46232025-05-22T20:52:45.465Z[ recovery-image] May 22 20:52:45.407 INFO O| May 22 20:52:45.407 INFO STEP 43 (remove_files) COMPLETE
46242025-05-22T20:52:45.468Z[ recovery-image] May 22 20:52:45.407 INFO O| May 22 20:52:45.407 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46252025-05-22T20:52:45.482Z[ recovery-image] May 22 20:52:45.424 INFO O| May 22 20:52:45.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
46262025-05-22T20:52:45.482Z[ recovery-image] May 22 20:52:45.424 INFO O| May 22 20:52:45.424 INFO STEP 44 (remove_files) COMPLETE
46272025-05-22T20:52:45.485Z[ recovery-image] May 22 20:52:45.424 INFO O| May 22 20:52:45.424 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46282025-05-22T20:52:45.496Z[ recovery-image] May 22 20:52:45.438 INFO O| May 22 20:52:45.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
46292025-05-22T20:52:45.496Z[ recovery-image] May 22 20:52:45.438 INFO O| May 22 20:52:45.438 INFO STEP 45 (remove_files) COMPLETE
46302025-05-22T20:52:45.496Z[ recovery-image] May 22 20:52:45.438 INFO O| May 22 20:52:45.438 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46312025-05-22T20:52:45.510Z[ recovery-image] May 22 20:52:45.452 INFO O| May 22 20:52:45.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
46322025-05-22T20:52:45.510Z[ recovery-image] May 22 20:52:45.452 INFO O| May 22 20:52:45.452 INFO STEP 46 (remove_files) COMPLETE
46332025-05-22T20:52:45.513Z[ recovery-image] May 22 20:52:45.452 INFO O| May 22 20:52:45.452 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46342025-05-22T20:52:45.525Z[ recovery-image] May 22 20:52:45.467 INFO O| May 22 20:52:45.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
46352025-05-22T20:52:45.529Z[ recovery-image] May 22 20:52:45.468 INFO O| May 22 20:52:45.468 INFO STEP 47 (remove_files) COMPLETE
46362025-05-22T20:52:45.529Z[ recovery-image] May 22 20:52:45.468 INFO O| May 22 20:52:45.468 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46372025-05-22T20:52:45.580Z[ recovery-image] May 22 20:52:45.522 INFO O| May 22 20:52:45.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
46382025-05-22T20:52:45.580Z[ recovery-image] May 22 20:52:45.522 INFO O| May 22 20:52:45.522 INFO STEP 48 (remove_files) COMPLETE
46392025-05-22T20:52:45.583Z[ recovery-image] May 22 20:52:45.522 INFO O| May 22 20:52:45.522 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46402025-05-22T20:52:45.594Z[ recovery-image] May 22 20:52:45.536 INFO O| May 22 20:52:45.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
46412025-05-22T20:52:45.620Z[ recovery-image] May 22 20:52:45.560 INFO O| May 22 20:52:45.560 INFO STEP 49 (remove_files) COMPLETE
46422025-05-22T20:52:45.620Z[ recovery-image] May 22 20:52:45.560 INFO O| May 22 20:52:45.560 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46432025-05-22T20:52:45.631Z[ recovery-image] May 22 20:52:45.573 INFO O| May 22 20:52:45.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
46442025-05-22T20:52:45.653Z[ recovery-image] May 22 20:52:45.595 INFO O| May 22 20:52:45.595 INFO STEP 50 (remove_files) COMPLETE
46452025-05-22T20:52:45.653Z[ recovery-image] May 22 20:52:45.595 INFO O| May 22 20:52:45.595 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46462025-05-22T20:52:45.667Z[ recovery-image] May 22 20:52:45.609 INFO O| May 22 20:52:45.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
46472025-05-22T20:52:45.671Z[ recovery-image] May 22 20:52:45.610 INFO O| May 22 20:52:45.610 INFO STEP 51 (remove_files) COMPLETE
46482025-05-22T20:52:45.671Z[ recovery-image] May 22 20:52:45.610 INFO O| May 22 20:52:45.610 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46492025-05-22T20:52:45.680Z[ recovery-image] May 22 20:52:45.623 INFO O| May 22 20:52:45.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
46502025-05-22T20:52:45.707Z[ recovery-image] May 22 20:52:45.650 INFO O| May 22 20:52:45.650 INFO STEP 52 (remove_files) COMPLETE
46512025-05-22T20:52:45.707Z[ recovery-image] May 22 20:52:45.650 INFO O| May 22 20:52:45.650 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46522025-05-22T20:52:45.721Z[ recovery-image] May 22 20:52:45.664 INFO O| May 22 20:52:45.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
46532025-05-22T20:52:45.751Z[ recovery-image] May 22 20:52:45.693 INFO O| May 22 20:52:45.693 INFO STEP 53 (remove_files) COMPLETE
46542025-05-22T20:52:45.751Z[ recovery-image] May 22 20:52:45.693 INFO O| May 22 20:52:45.693 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46552025-05-22T20:52:45.794Z[ recovery-image] May 22 20:52:45.736 INFO O| May 22 20:52:45.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
46562025-05-22T20:52:45.797Z[ recovery-image] May 22 20:52:45.736 INFO O| May 22 20:52:45.736 INFO STEP 54 (remove_files) COMPLETE
46572025-05-22T20:52:45.797Z[ recovery-image] May 22 20:52:45.736 INFO O| May 22 20:52:45.736 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46582025-05-22T20:52:45.808Z[ recovery-image] May 22 20:52:45.750 INFO O| May 22 20:52:45.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
46592025-05-22T20:52:45.811Z[ recovery-image] May 22 20:52:45.750 INFO O| May 22 20:52:45.750 INFO STEP 55 (remove_files) COMPLETE
46602025-05-22T20:52:45.811Z[ recovery-image] May 22 20:52:45.750 INFO O| May 22 20:52:45.750 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46612025-05-22T20:52:45.821Z[ recovery-image] May 22 20:52:45.763 INFO O| May 22 20:52:45.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
46622025-05-22T20:52:45.824Z[ recovery-image] May 22 20:52:45.763 INFO O| May 22 20:52:45.763 INFO STEP 56 (remove_files) COMPLETE
46632025-05-22T20:52:45.824Z[ recovery-image] May 22 20:52:45.763 INFO O| May 22 20:52:45.763 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46642025-05-22T20:52:45.834Z[ recovery-image] May 22 20:52:45.776 INFO O| May 22 20:52:45.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
46652025-05-22T20:52:45.834Z[ recovery-image] May 22 20:52:45.776 INFO O| May 22 20:52:45.776 INFO STEP 57 (remove_files) COMPLETE
46662025-05-22T20:52:45.834Z[ recovery-image] May 22 20:52:45.776 INFO O| May 22 20:52:45.776 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46672025-05-22T20:52:45.848Z[ recovery-image] May 22 20:52:45.791 INFO O| May 22 20:52:45.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
46682025-05-22T20:52:45.848Z[ recovery-image] May 22 20:52:45.791 INFO O| May 22 20:52:45.791 INFO STEP 58 (remove_files) COMPLETE
46692025-05-22T20:52:45.852Z[ recovery-image] May 22 20:52:45.791 INFO O| May 22 20:52:45.791 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46702025-05-22T20:52:45.862Z[ recovery-image] May 22 20:52:45.804 INFO O| May 22 20:52:45.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
46712025-05-22T20:52:45.862Z[ recovery-image] May 22 20:52:45.804 INFO O| May 22 20:52:45.804 INFO STEP 59 (remove_files) COMPLETE
46722025-05-22T20:52:45.866Z[ recovery-image] May 22 20:52:45.804 INFO O| May 22 20:52:45.804 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46732025-05-22T20:52:45.879Z[ recovery-image] May 22 20:52:45.819 INFO O| May 22 20:52:45.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
46742025-05-22T20:52:45.901Z[ recovery-image] May 22 20:52:45.843 INFO O| May 22 20:52:45.843 INFO STEP 60 (remove_files) COMPLETE
46752025-05-22T20:52:45.901Z[ recovery-image] May 22 20:52:45.843 INFO O| May 22 20:52:45.843 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46762025-05-22T20:52:45.918Z[ recovery-image] May 22 20:52:45.859 INFO O| May 22 20:52:45.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
46772025-05-22T20:52:45.922Z[ recovery-image] May 22 20:52:45.860 INFO O| May 22 20:52:45.860 INFO STEP 61 (remove_files) COMPLETE
46782025-05-22T20:52:45.922Z[ recovery-image] May 22 20:52:45.860 INFO O| May 22 20:52:45.860 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46792025-05-22T20:52:45.936Z[ recovery-image] May 22 20:52:45.873 INFO O| May 22 20:52:45.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
46802025-05-22T20:52:45.936Z[ recovery-image] May 22 20:52:45.873 INFO O| May 22 20:52:45.873 INFO STEP 62 (remove_files) COMPLETE
46812025-05-22T20:52:45.936Z[ recovery-image] May 22 20:52:45.873 INFO O| May 22 20:52:45.873 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46822025-05-22T20:52:45.968Z[ recovery-image] May 22 20:52:45.910 INFO O| May 22 20:52:45.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
46832025-05-22T20:52:45.972Z[ recovery-image] May 22 20:52:45.911 INFO O| May 22 20:52:45.911 INFO STEP 63 (remove_files) COMPLETE
46842025-05-22T20:52:45.972Z[ recovery-image] May 22 20:52:45.911 INFO O| May 22 20:52:45.911 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46852025-05-22T20:52:45.984Z[ recovery-image] May 22 20:52:45.926 INFO O| May 22 20:52:45.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
46862025-05-22T20:52:45.987Z[ recovery-image] May 22 20:52:45.926 INFO O| May 22 20:52:45.926 INFO STEP 64 (remove_files) COMPLETE
46872025-05-22T20:52:45.987Z[ recovery-image] May 22 20:52:45.926 INFO O| May 22 20:52:45.926 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46882025-05-22T20:52:45.998Z[ recovery-image] May 22 20:52:45.941 INFO O| May 22 20:52:45.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
46892025-05-22T20:52:45.998Z[ recovery-image] May 22 20:52:45.941 INFO O| May 22 20:52:45.941 INFO STEP 65 (remove_files) COMPLETE
46902025-05-22T20:52:46.002Z[ recovery-image] May 22 20:52:45.941 INFO O| May 22 20:52:45.941 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46912025-05-22T20:52:46.013Z[ recovery-image] May 22 20:52:45.955 INFO O| May 22 20:52:45.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
46922025-05-22T20:52:46.016Z[ recovery-image] May 22 20:52:45.955 INFO O| May 22 20:52:45.955 INFO STEP 66 (remove_files) COMPLETE
46932025-05-22T20:52:46.016Z[ recovery-image] May 22 20:52:45.955 INFO O| May 22 20:52:45.955 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46942025-05-22T20:52:46.033Z[ recovery-image] May 22 20:52:45.975 INFO O| May 22 20:52:45.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
46952025-05-22T20:52:46.036Z[ recovery-image] May 22 20:52:45.975 INFO O| May 22 20:52:45.975 INFO STEP 67 (remove_files) COMPLETE
46962025-05-22T20:52:46.036Z[ recovery-image] May 22 20:52:45.975 INFO O| May 22 20:52:45.975 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46972025-05-22T20:52:46.047Z[ recovery-image] May 22 20:52:45.989 INFO O| May 22 20:52:45.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
46982025-05-22T20:52:46.050Z[ recovery-image] May 22 20:52:45.990 INFO O| May 22 20:52:45.989 INFO STEP 68 (remove_files) COMPLETE
46992025-05-22T20:52:46.050Z[ recovery-image] May 22 20:52:45.990 INFO O| May 22 20:52:45.990 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47002025-05-22T20:52:46.066Z[ recovery-image] May 22 20:52:46.008 INFO O| May 22 20:52:46.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
47012025-05-22T20:52:46.069Z[ recovery-image] May 22 20:52:46.009 INFO O| May 22 20:52:46.009 INFO STEP 69 (remove_files) COMPLETE
47022025-05-22T20:52:46.069Z[ recovery-image] May 22 20:52:46.009 INFO O| May 22 20:52:46.009 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47032025-05-22T20:52:46.081Z[ recovery-image] May 22 20:52:46.024 INFO O| May 22 20:52:46.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
47042025-05-22T20:52:46.084Z[ recovery-image] May 22 20:52:46.024 INFO O| May 22 20:52:46.024 INFO STEP 70 (remove_files) COMPLETE
47052025-05-22T20:52:46.084Z[ recovery-image] May 22 20:52:46.024 INFO O| May 22 20:52:46.024 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47062025-05-22T20:52:46.096Z[ recovery-image] May 22 20:52:46.038 INFO O| May 22 20:52:46.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
47072025-05-22T20:52:46.096Z[ recovery-image] May 22 20:52:46.038 INFO O| May 22 20:52:46.038 INFO STEP 71 (remove_files) COMPLETE
47082025-05-22T20:52:46.099Z[ recovery-image] May 22 20:52:46.039 INFO O| May 22 20:52:46.038 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47092025-05-22T20:52:46.110Z[ recovery-image] May 22 20:52:46.052 INFO O| May 22 20:52:46.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
47102025-05-22T20:52:46.110Z[ recovery-image] May 22 20:52:46.052 INFO O| May 22 20:52:46.052 INFO STEP 72 (remove_files) COMPLETE
47112025-05-22T20:52:46.113Z[ recovery-image] May 22 20:52:46.052 INFO O| May 22 20:52:46.052 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47122025-05-22T20:52:46.126Z[ recovery-image] May 22 20:52:46.068 INFO O| May 22 20:52:46.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
47132025-05-22T20:52:46.126Z[ recovery-image] May 22 20:52:46.069 INFO O| May 22 20:52:46.068 INFO STEP 73 (remove_files) COMPLETE
47142025-05-22T20:52:46.126Z[ recovery-image] May 22 20:52:46.069 INFO O| May 22 20:52:46.069 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47152025-05-22T20:52:46.142Z[ recovery-image] May 22 20:52:46.084 INFO O| May 22 20:52:46.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
47162025-05-22T20:52:46.142Z[ recovery-image] May 22 20:52:46.084 INFO O| May 22 20:52:46.084 INFO STEP 74 (remove_files) COMPLETE
47172025-05-22T20:52:46.145Z[ recovery-image] May 22 20:52:46.084 INFO O| May 22 20:52:46.084 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47182025-05-22T20:52:46.159Z[ recovery-image] May 22 20:52:46.101 INFO O| May 22 20:52:46.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
47192025-05-22T20:52:46.162Z[ recovery-image] May 22 20:52:46.101 INFO O| May 22 20:52:46.101 INFO STEP 75 (remove_files) COMPLETE
47202025-05-22T20:52:46.162Z[ recovery-image] May 22 20:52:46.101 INFO O| May 22 20:52:46.101 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47212025-05-22T20:52:46.203Z[ recovery-image] May 22 20:52:46.146 INFO O| May 22 20:52:46.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
47222025-05-22T20:52:46.204Z[ recovery-image] May 22 20:52:46.146 INFO O| May 22 20:52:46.146 INFO STEP 76 (remove_files) COMPLETE
47232025-05-22T20:52:46.206Z[ recovery-image] May 22 20:52:46.146 INFO O| May 22 20:52:46.146 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47242025-05-22T20:52:46.219Z[ recovery-image] May 22 20:52:46.162 INFO O| May 22 20:52:46.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
47252025-05-22T20:52:46.219Z[ recovery-image] May 22 20:52:46.162 INFO O| May 22 20:52:46.162 INFO STEP 77 (remove_files) COMPLETE
47262025-05-22T20:52:46.220Z[ recovery-image] May 22 20:52:46.162 INFO O| May 22 20:52:46.162 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47272025-05-22T20:52:46.234Z[ recovery-image] May 22 20:52:46.177 INFO O| May 22 20:52:46.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
47282025-05-22T20:52:46.234Z[ recovery-image] May 22 20:52:46.177 INFO O| May 22 20:52:46.177 INFO STEP 78 (remove_files) COMPLETE
47292025-05-22T20:52:46.234Z[ recovery-image] May 22 20:52:46.177 INFO O| May 22 20:52:46.177 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47302025-05-22T20:52:46.250Z[ recovery-image] May 22 20:52:46.192 INFO O| May 22 20:52:46.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
47312025-05-22T20:52:46.250Z[ recovery-image] May 22 20:52:46.192 INFO O| May 22 20:52:46.192 INFO STEP 79 (remove_files) COMPLETE
47322025-05-22T20:52:46.250Z[ recovery-image] May 22 20:52:46.192 INFO O| May 22 20:52:46.192 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47332025-05-22T20:52:46.266Z[ recovery-image] May 22 20:52:46.209 INFO O| May 22 20:52:46.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
47342025-05-22T20:52:46.266Z[ recovery-image] May 22 20:52:46.209 INFO O| May 22 20:52:46.209 INFO STEP 80 (remove_files) COMPLETE
47352025-05-22T20:52:46.270Z[ recovery-image] May 22 20:52:46.209 INFO O| May 22 20:52:46.209 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47362025-05-22T20:52:46.281Z[ recovery-image] May 22 20:52:46.223 INFO O| May 22 20:52:46.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
47372025-05-22T20:52:46.281Z[ recovery-image] May 22 20:52:46.223 INFO O| May 22 20:52:46.223 INFO STEP 81 (remove_files) COMPLETE
47382025-05-22T20:52:46.281Z[ recovery-image] May 22 20:52:46.223 INFO O| May 22 20:52:46.223 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47392025-05-22T20:52:46.296Z[ recovery-image] May 22 20:52:46.237 INFO O| May 22 20:52:46.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
47402025-05-22T20:52:46.296Z[ recovery-image] May 22 20:52:46.237 INFO O| May 22 20:52:46.237 INFO STEP 82 (remove_files) COMPLETE
47412025-05-22T20:52:46.296Z[ recovery-image] May 22 20:52:46.237 INFO O| May 22 20:52:46.237 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47422025-05-22T20:52:46.309Z[ recovery-image] May 22 20:52:46.251 INFO O| May 22 20:52:46.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
47432025-05-22T20:52:46.309Z[ recovery-image] May 22 20:52:46.251 INFO O| May 22 20:52:46.251 INFO STEP 83 (remove_files) COMPLETE
47442025-05-22T20:52:46.312Z[ recovery-image] May 22 20:52:46.251 INFO O| May 22 20:52:46.251 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47452025-05-22T20:52:46.325Z[ recovery-image] May 22 20:52:46.267 INFO O| May 22 20:52:46.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
47462025-05-22T20:52:46.325Z[ recovery-image] May 22 20:52:46.267 INFO O| May 22 20:52:46.267 INFO STEP 84 (remove_files) COMPLETE
47472025-05-22T20:52:46.328Z[ recovery-image] May 22 20:52:46.267 INFO O| May 22 20:52:46.267 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47482025-05-22T20:52:46.340Z[ recovery-image] May 22 20:52:46.282 INFO O| May 22 20:52:46.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
47492025-05-22T20:52:46.340Z[ recovery-image] May 22 20:52:46.282 INFO O| May 22 20:52:46.282 INFO STEP 85 (remove_files) COMPLETE
47502025-05-22T20:52:46.343Z[ recovery-image] May 22 20:52:46.282 INFO O| May 22 20:52:46.282 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47512025-05-22T20:52:46.356Z[ recovery-image] May 22 20:52:46.298 INFO O| May 22 20:52:46.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
47522025-05-22T20:52:46.356Z[ recovery-image] May 22 20:52:46.298 INFO O| May 22 20:52:46.298 INFO STEP 86 (remove_files) COMPLETE
47532025-05-22T20:52:46.356Z[ recovery-image] May 22 20:52:46.298 INFO O| May 22 20:52:46.298 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47542025-05-22T20:52:46.371Z[ recovery-image] May 22 20:52:46.313 INFO O| May 22 20:52:46.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
47552025-05-22T20:52:46.371Z[ recovery-image] May 22 20:52:46.313 INFO O| May 22 20:52:46.313 INFO STEP 87 (remove_files) COMPLETE
47562025-05-22T20:52:46.374Z[ recovery-image] May 22 20:52:46.313 INFO O| May 22 20:52:46.313 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47572025-05-22T20:52:46.387Z[ recovery-image] May 22 20:52:46.329 INFO O| May 22 20:52:46.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
47582025-05-22T20:52:46.387Z[ recovery-image] May 22 20:52:46.329 INFO O| May 22 20:52:46.329 INFO STEP 88 (remove_files) COMPLETE
47592025-05-22T20:52:46.387Z[ recovery-image] May 22 20:52:46.329 INFO O| May 22 20:52:46.329 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47602025-05-22T20:52:46.403Z[ recovery-image] May 22 20:52:46.346 INFO O| May 22 20:52:46.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
47612025-05-22T20:52:46.403Z[ recovery-image] May 22 20:52:46.346 INFO O| May 22 20:52:46.346 INFO STEP 89 (remove_files) COMPLETE
47622025-05-22T20:52:46.407Z[ recovery-image] May 22 20:52:46.346 INFO O| May 22 20:52:46.346 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47632025-05-22T20:52:46.420Z[ recovery-image] May 22 20:52:46.362 INFO O| May 22 20:52:46.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
47642025-05-22T20:52:46.423Z[ recovery-image] May 22 20:52:46.362 INFO O| May 22 20:52:46.362 INFO STEP 90 (remove_files) COMPLETE
47652025-05-22T20:52:46.423Z[ recovery-image] May 22 20:52:46.362 INFO O| May 22 20:52:46.362 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47662025-05-22T20:52:46.436Z[ recovery-image] May 22 20:52:46.378 INFO O| May 22 20:52:46.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
47672025-05-22T20:52:46.436Z[ recovery-image] May 22 20:52:46.378 INFO O| May 22 20:52:46.378 INFO STEP 91 (remove_files) COMPLETE
47682025-05-22T20:52:46.439Z[ recovery-image] May 22 20:52:46.378 INFO O| May 22 20:52:46.378 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47692025-05-22T20:52:46.451Z[ recovery-image] May 22 20:52:46.394 INFO O| May 22 20:52:46.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
47702025-05-22T20:52:46.451Z[ recovery-image] May 22 20:52:46.394 INFO O| May 22 20:52:46.394 INFO STEP 92 (remove_files) COMPLETE
47712025-05-22T20:52:46.451Z[ recovery-image] May 22 20:52:46.394 INFO O| May 22 20:52:46.394 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47722025-05-22T20:52:46.467Z[ recovery-image] May 22 20:52:46.409 INFO O| May 22 20:52:46.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
47732025-05-22T20:52:46.467Z[ recovery-image] May 22 20:52:46.409 INFO O| May 22 20:52:46.409 INFO STEP 93 (remove_files) COMPLETE
47742025-05-22T20:52:46.467Z[ recovery-image] May 22 20:52:46.409 INFO O| May 22 20:52:46.409 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47752025-05-22T20:52:46.482Z[ recovery-image] May 22 20:52:46.424 INFO O| May 22 20:52:46.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
47762025-05-22T20:52:46.486Z[ recovery-image] May 22 20:52:46.425 INFO O| May 22 20:52:46.425 INFO STEP 94 (remove_files) COMPLETE
47772025-05-22T20:52:46.486Z[ recovery-image] May 22 20:52:46.425 INFO O| May 22 20:52:46.425 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47782025-05-22T20:52:46.498Z[ recovery-image] May 22 20:52:46.440 INFO O| May 22 20:52:46.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
47792025-05-22T20:52:46.498Z[ recovery-image] May 22 20:52:46.440 INFO O| May 22 20:52:46.440 INFO STEP 95 (remove_files) COMPLETE
47802025-05-22T20:52:46.498Z[ recovery-image] May 22 20:52:46.440 INFO O| May 22 20:52:46.440 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47812025-05-22T20:52:46.512Z[ recovery-image] May 22 20:52:46.454 INFO O| May 22 20:52:46.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
47822025-05-22T20:52:46.515Z[ recovery-image] May 22 20:52:46.455 INFO O| May 22 20:52:46.455 INFO STEP 96 (remove_files) COMPLETE
47832025-05-22T20:52:46.515Z[ recovery-image] May 22 20:52:46.455 INFO O| May 22 20:52:46.455 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47842025-05-22T20:52:46.529Z[ recovery-image] May 22 20:52:46.471 INFO O| May 22 20:52:46.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
47852025-05-22T20:52:46.529Z[ recovery-image] May 22 20:52:46.471 INFO O| May 22 20:52:46.471 INFO STEP 97 (remove_files) COMPLETE
47862025-05-22T20:52:46.529Z[ recovery-image] May 22 20:52:46.471 INFO O| May 22 20:52:46.471 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47872025-05-22T20:52:46.545Z[ recovery-image] May 22 20:52:46.487 INFO O| May 22 20:52:46.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
47882025-05-22T20:52:46.545Z[ recovery-image] May 22 20:52:46.487 INFO O| May 22 20:52:46.487 INFO STEP 98 (remove_files) COMPLETE
47892025-05-22T20:52:46.548Z[ recovery-image] May 22 20:52:46.487 INFO O| May 22 20:52:46.487 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47902025-05-22T20:52:46.561Z[ recovery-image] May 22 20:52:46.503 INFO O| May 22 20:52:46.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
47912025-05-22T20:52:46.564Z[ recovery-image] May 22 20:52:46.504 INFO O| May 22 20:52:46.504 INFO STEP 99 (remove_files) COMPLETE
47922025-05-22T20:52:46.564Z[ recovery-image] May 22 20:52:46.504 INFO O| May 22 20:52:46.504 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47932025-05-22T20:52:46.576Z[ recovery-image] May 22 20:52:46.519 INFO O| May 22 20:52:46.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
47942025-05-22T20:52:46.576Z[ recovery-image] May 22 20:52:46.519 INFO O| May 22 20:52:46.519 INFO STEP 100 (remove_files) COMPLETE
47952025-05-22T20:52:46.576Z[ recovery-image] May 22 20:52:46.519 INFO O| May 22 20:52:46.519 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47962025-05-22T20:52:46.590Z[ recovery-image] May 22 20:52:46.533 INFO O| May 22 20:52:46.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
47972025-05-22T20:52:46.590Z[ recovery-image] May 22 20:52:46.533 INFO O| May 22 20:52:46.533 INFO STEP 101 (remove_files) COMPLETE
47982025-05-22T20:52:46.594Z[ recovery-image] May 22 20:52:46.533 INFO O| May 22 20:52:46.533 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47992025-05-22T20:52:46.604Z[ recovery-image] May 22 20:52:46.546 INFO O| May 22 20:52:46.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
48002025-05-22T20:52:46.604Z[ recovery-image] May 22 20:52:46.546 INFO O| May 22 20:52:46.546 INFO STEP 102 (remove_files) COMPLETE
48012025-05-22T20:52:46.604Z[ recovery-image] May 22 20:52:46.546 INFO O| May 22 20:52:46.546 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48022025-05-22T20:52:46.617Z[ recovery-image] May 22 20:52:46.559 INFO O| May 22 20:52:46.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
48032025-05-22T20:52:46.617Z[ recovery-image] May 22 20:52:46.559 INFO O| May 22 20:52:46.559 INFO STEP 103 (remove_files) COMPLETE
48042025-05-22T20:52:46.617Z[ recovery-image] May 22 20:52:46.559 INFO O| May 22 20:52:46.559 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48052025-05-22T20:52:46.629Z[ recovery-image] May 22 20:52:46.571 INFO O| May 22 20:52:46.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
48062025-05-22T20:52:46.629Z[ recovery-image] May 22 20:52:46.571 INFO O| May 22 20:52:46.571 INFO STEP 104 (remove_files) COMPLETE
48072025-05-22T20:52:46.629Z[ recovery-image] May 22 20:52:46.571 INFO O| May 22 20:52:46.571 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48082025-05-22T20:52:46.641Z[ recovery-image] May 22 20:52:46.583 INFO O| May 22 20:52:46.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
48092025-05-22T20:52:46.641Z[ recovery-image] May 22 20:52:46.583 INFO O| May 22 20:52:46.583 INFO STEP 105 (remove_files) COMPLETE
48102025-05-22T20:52:46.645Z[ recovery-image] May 22 20:52:46.583 INFO O| May 22 20:52:46.583 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48112025-05-22T20:52:46.655Z[ recovery-image] May 22 20:52:46.597 INFO O| May 22 20:52:46.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
48122025-05-22T20:52:46.655Z[ recovery-image] May 22 20:52:46.597 INFO O| May 22 20:52:46.597 INFO STEP 106 (remove_files) COMPLETE
48132025-05-22T20:52:46.655Z[ recovery-image] May 22 20:52:46.597 INFO O| May 22 20:52:46.597 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48142025-05-22T20:52:46.670Z[ recovery-image] May 22 20:52:46.612 INFO O| May 22 20:52:46.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
48152025-05-22T20:52:46.670Z[ recovery-image] May 22 20:52:46.612 INFO O| May 22 20:52:46.612 INFO STEP 107 (remove_files) COMPLETE
48162025-05-22T20:52:46.670Z[ recovery-image] May 22 20:52:46.612 INFO O| May 22 20:52:46.612 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48172025-05-22T20:52:46.683Z[ recovery-image] May 22 20:52:46.625 INFO O| May 22 20:52:46.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
48182025-05-22T20:52:46.683Z[ recovery-image] May 22 20:52:46.625 INFO O| May 22 20:52:46.625 INFO STEP 108 (remove_files) COMPLETE
48192025-05-22T20:52:46.683Z[ recovery-image] May 22 20:52:46.625 INFO O| May 22 20:52:46.625 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48202025-05-22T20:52:46.695Z[ recovery-image] May 22 20:52:46.637 INFO O| May 22 20:52:46.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
48212025-05-22T20:52:46.695Z[ recovery-image] May 22 20:52:46.638 INFO O| May 22 20:52:46.637 INFO STEP 109 (remove_files) COMPLETE
48222025-05-22T20:52:46.698Z[ recovery-image] May 22 20:52:46.638 INFO O| May 22 20:52:46.637 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48232025-05-22T20:52:46.707Z[ recovery-image] May 22 20:52:46.650 INFO O| May 22 20:52:46.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
48242025-05-22T20:52:46.707Z[ recovery-image] May 22 20:52:46.650 INFO O| May 22 20:52:46.650 INFO STEP 110 (remove_files) COMPLETE
48252025-05-22T20:52:46.711Z[ recovery-image] May 22 20:52:46.650 INFO O| May 22 20:52:46.650 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48262025-05-22T20:52:46.722Z[ recovery-image] May 22 20:52:46.665 INFO O| May 22 20:52:46.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
48272025-05-22T20:52:46.722Z[ recovery-image] May 22 20:52:46.665 INFO O| May 22 20:52:46.665 INFO STEP 111 (remove_files) COMPLETE
48282025-05-22T20:52:46.726Z[ recovery-image] May 22 20:52:46.665 INFO O| May 22 20:52:46.665 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48292025-05-22T20:52:46.737Z[ recovery-image] May 22 20:52:46.680 INFO O| May 22 20:52:46.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
48302025-05-22T20:52:46.740Z[ recovery-image] May 22 20:52:46.680 INFO O| May 22 20:52:46.680 INFO STEP 112 (remove_files) COMPLETE
48312025-05-22T20:52:46.740Z[ recovery-image] May 22 20:52:46.680 INFO O| May 22 20:52:46.680 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48322025-05-22T20:52:46.755Z[ recovery-image] May 22 20:52:46.696 INFO O| May 22 20:52:46.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
48332025-05-22T20:52:46.755Z[ recovery-image] May 22 20:52:46.696 INFO O| May 22 20:52:46.696 INFO STEP 113 (remove_files) COMPLETE
48342025-05-22T20:52:46.758Z[ recovery-image] May 22 20:52:46.696 INFO O| May 22 20:52:46.696 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48352025-05-22T20:52:46.768Z[ recovery-image] May 22 20:52:46.710 INFO O| May 22 20:52:46.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
48362025-05-22T20:52:46.768Z[ recovery-image] May 22 20:52:46.711 INFO O| May 22 20:52:46.711 INFO STEP 114 (remove_files) COMPLETE
48372025-05-22T20:52:46.768Z[ recovery-image] May 22 20:52:46.711 INFO O| May 22 20:52:46.711 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48382025-05-22T20:52:46.782Z[ recovery-image] May 22 20:52:46.725 INFO O| May 22 20:52:46.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
48392025-05-22T20:52:46.782Z[ recovery-image] May 22 20:52:46.725 INFO O| May 22 20:52:46.725 INFO STEP 115 (remove_files) COMPLETE
48402025-05-22T20:52:46.782Z[ recovery-image] May 22 20:52:46.725 INFO O| May 22 20:52:46.725 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48412025-05-22T20:52:46.797Z[ recovery-image] May 22 20:52:46.740 INFO O| May 22 20:52:46.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
48422025-05-22T20:52:46.797Z[ recovery-image] May 22 20:52:46.740 INFO O| May 22 20:52:46.740 INFO STEP 116 (remove_files) COMPLETE
48432025-05-22T20:52:46.801Z[ recovery-image] May 22 20:52:46.740 INFO O| May 22 20:52:46.740 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48442025-05-22T20:52:46.812Z[ recovery-image] May 22 20:52:46.755 INFO O| May 22 20:52:46.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
48452025-05-22T20:52:46.816Z[ recovery-image] May 22 20:52:46.755 INFO O| May 22 20:52:46.755 INFO STEP 117 (remove_files) COMPLETE
48462025-05-22T20:52:46.816Z[ recovery-image] May 22 20:52:46.755 INFO O| May 22 20:52:46.755 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48472025-05-22T20:52:46.828Z[ recovery-image] May 22 20:52:46.770 INFO O| May 22 20:52:46.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
48482025-05-22T20:52:46.828Z[ recovery-image] May 22 20:52:46.771 INFO O| May 22 20:52:46.770 INFO STEP 118 (remove_files) COMPLETE
48492025-05-22T20:52:46.828Z[ recovery-image] May 22 20:52:46.771 INFO O| May 22 20:52:46.770 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48502025-05-22T20:52:46.844Z[ recovery-image] May 22 20:52:46.787 INFO O| May 22 20:52:46.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
48512025-05-22T20:52:46.848Z[ recovery-image] May 22 20:52:46.787 INFO O| May 22 20:52:46.787 INFO STEP 119 (remove_files) COMPLETE
48522025-05-22T20:52:46.848Z[ recovery-image] May 22 20:52:46.787 INFO O| May 22 20:52:46.787 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48532025-05-22T20:52:46.860Z[ recovery-image] May 22 20:52:46.802 INFO O| May 22 20:52:46.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
48542025-05-22T20:52:46.860Z[ recovery-image] May 22 20:52:46.803 INFO O| May 22 20:52:46.803 INFO STEP 120 (remove_files) COMPLETE
48552025-05-22T20:52:46.863Z[ recovery-image] May 22 20:52:46.803 INFO O| May 22 20:52:46.803 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48562025-05-22T20:52:46.875Z[ recovery-image] May 22 20:52:46.817 INFO O| May 22 20:52:46.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
48572025-05-22T20:52:46.875Z[ recovery-image] May 22 20:52:46.817 INFO O| May 22 20:52:46.817 INFO STEP 121 (remove_files) COMPLETE
48582025-05-22T20:52:46.878Z[ recovery-image] May 22 20:52:46.817 INFO O| May 22 20:52:46.817 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48592025-05-22T20:52:46.888Z[ recovery-image] May 22 20:52:46.831 INFO O| May 22 20:52:46.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
48602025-05-22T20:52:46.888Z[ recovery-image] May 22 20:52:46.831 INFO O| May 22 20:52:46.831 INFO STEP 122 (remove_files) COMPLETE
48612025-05-22T20:52:46.888Z[ recovery-image] May 22 20:52:46.831 INFO O| May 22 20:52:46.831 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48622025-05-22T20:52:46.903Z[ recovery-image] May 22 20:52:46.846 INFO O| May 22 20:52:46.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
48632025-05-22T20:52:46.903Z[ recovery-image] May 22 20:52:46.846 INFO O| May 22 20:52:46.846 INFO STEP 123 (remove_files) COMPLETE
48642025-05-22T20:52:46.903Z[ recovery-image] May 22 20:52:46.846 INFO O| May 22 20:52:46.846 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48652025-05-22T20:52:46.918Z[ recovery-image] May 22 20:52:46.860 INFO O| May 22 20:52:46.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
48662025-05-22T20:52:46.918Z[ recovery-image] May 22 20:52:46.860 INFO O| May 22 20:52:46.860 INFO STEP 124 (remove_files) COMPLETE
48672025-05-22T20:52:46.918Z[ recovery-image] May 22 20:52:46.860 INFO O| May 22 20:52:46.860 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48682025-05-22T20:52:46.933Z[ recovery-image] May 22 20:52:46.876 INFO O| May 22 20:52:46.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
48692025-05-22T20:52:46.933Z[ recovery-image] May 22 20:52:46.876 INFO O| May 22 20:52:46.876 INFO STEP 125 (remove_files) COMPLETE
48702025-05-22T20:52:46.933Z[ recovery-image] May 22 20:52:46.876 INFO O| May 22 20:52:46.876 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48712025-05-22T20:52:46.950Z[ recovery-image] May 22 20:52:46.891 INFO O| May 22 20:52:46.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
48722025-05-22T20:52:46.951Z[ recovery-image] May 22 20:52:46.891 INFO O| May 22 20:52:46.891 INFO STEP 126 (remove_files) COMPLETE
48732025-05-22T20:52:46.951Z[ recovery-image] May 22 20:52:46.891 INFO O| May 22 20:52:46.891 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48742025-05-22T20:52:46.964Z[ recovery-image] May 22 20:52:46.906 INFO O| May 22 20:52:46.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
48752025-05-22T20:52:46.964Z[ recovery-image] May 22 20:52:46.907 INFO O| May 22 20:52:46.906 INFO STEP 127 (remove_files) COMPLETE
48762025-05-22T20:52:46.967Z[ recovery-image] May 22 20:52:46.907 INFO O| May 22 20:52:46.907 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48772025-05-22T20:52:46.979Z[ recovery-image] May 22 20:52:46.922 INFO O| May 22 20:52:46.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
48782025-05-22T20:52:46.979Z[ recovery-image] May 22 20:52:46.922 INFO O| May 22 20:52:46.922 INFO STEP 128 (remove_files) COMPLETE
48792025-05-22T20:52:46.979Z[ recovery-image] May 22 20:52:46.922 INFO O| May 22 20:52:46.922 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48802025-05-22T20:52:46.995Z[ recovery-image] May 22 20:52:46.937 INFO O| May 22 20:52:46.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
48812025-05-22T20:52:46.995Z[ recovery-image] May 22 20:52:46.937 INFO O| May 22 20:52:46.937 INFO STEP 129 (remove_files) COMPLETE
48822025-05-22T20:52:46.995Z[ recovery-image] May 22 20:52:46.937 INFO O| May 22 20:52:46.937 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48832025-05-22T20:52:47.009Z[ recovery-image] May 22 20:52:46.952 INFO O| May 22 20:52:46.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
48842025-05-22T20:52:47.010Z[ recovery-image] May 22 20:52:46.952 INFO O| May 22 20:52:46.952 INFO STEP 130 (remove_files) COMPLETE
48852025-05-22T20:52:47.013Z[ recovery-image] May 22 20:52:46.952 INFO O| May 22 20:52:46.952 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48862025-05-22T20:52:47.023Z[ recovery-image] May 22 20:52:46.965 INFO O| May 22 20:52:46.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
48872025-05-22T20:52:47.023Z[ recovery-image] May 22 20:52:46.965 INFO O| May 22 20:52:46.965 INFO STEP 131 (remove_files) COMPLETE
48882025-05-22T20:52:47.023Z[ recovery-image] May 22 20:52:46.965 INFO O| May 22 20:52:46.965 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48892025-05-22T20:52:47.036Z[ recovery-image] May 22 20:52:46.979 INFO O| May 22 20:52:46.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
48902025-05-22T20:52:47.036Z[ recovery-image] May 22 20:52:46.979 INFO O| May 22 20:52:46.979 INFO STEP 132 (remove_files) COMPLETE
48912025-05-22T20:52:47.040Z[ recovery-image] May 22 20:52:46.979 INFO O| May 22 20:52:46.979 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48922025-05-22T20:52:47.050Z[ recovery-image] May 22 20:52:46.993 INFO O| May 22 20:52:46.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
48932025-05-22T20:52:47.050Z[ recovery-image] May 22 20:52:46.993 INFO O| May 22 20:52:46.993 INFO STEP 133 (remove_files) COMPLETE
48942025-05-22T20:52:47.050Z[ recovery-image] May 22 20:52:46.993 INFO O| May 22 20:52:46.993 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48952025-05-22T20:52:47.066Z[ recovery-image] May 22 20:52:47.008 INFO O| May 22 20:52:47.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
48962025-05-22T20:52:47.066Z[ recovery-image] May 22 20:52:47.008 INFO O| May 22 20:52:47.008 INFO STEP 134 (remove_files) COMPLETE
48972025-05-22T20:52:47.066Z[ recovery-image] May 22 20:52:47.008 INFO O| May 22 20:52:47.008 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48982025-05-22T20:52:47.081Z[ recovery-image] May 22 20:52:47.023 INFO O| May 22 20:52:47.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
48992025-05-22T20:52:47.081Z[ recovery-image] May 22 20:52:47.023 INFO O| May 22 20:52:47.023 INFO STEP 135 (remove_files) COMPLETE
49002025-05-22T20:52:47.081Z[ recovery-image] May 22 20:52:47.024 INFO O| May 22 20:52:47.023 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49012025-05-22T20:52:47.096Z[ recovery-image] May 22 20:52:47.038 INFO O| May 22 20:52:47.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
49022025-05-22T20:52:47.096Z[ recovery-image] May 22 20:52:47.039 INFO O| May 22 20:52:47.038 INFO STEP 136 (remove_files) COMPLETE
49032025-05-22T20:52:47.096Z[ recovery-image] May 22 20:52:47.039 INFO O| May 22 20:52:47.039 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49042025-05-22T20:52:47.110Z[ recovery-image] May 22 20:52:47.053 INFO O| May 22 20:52:47.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
49052025-05-22T20:52:47.110Z[ recovery-image] May 22 20:52:47.053 INFO O| May 22 20:52:47.053 INFO STEP 137 (remove_files) COMPLETE
49062025-05-22T20:52:47.114Z[ recovery-image] May 22 20:52:47.053 INFO O| May 22 20:52:47.053 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49072025-05-22T20:52:47.125Z[ recovery-image] May 22 20:52:47.068 INFO O| May 22 20:52:47.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
49082025-05-22T20:52:47.126Z[ recovery-image] May 22 20:52:47.068 INFO O| May 22 20:52:47.068 INFO STEP 138 (remove_files) COMPLETE
49092025-05-22T20:52:47.129Z[ recovery-image] May 22 20:52:47.068 INFO O| May 22 20:52:47.068 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49102025-05-22T20:52:47.141Z[ recovery-image] May 22 20:52:47.083 INFO O| May 22 20:52:47.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
49112025-05-22T20:52:47.141Z[ recovery-image] May 22 20:52:47.083 INFO O| May 22 20:52:47.083 INFO STEP 139 (remove_files) COMPLETE
49122025-05-22T20:52:47.141Z[ recovery-image] May 22 20:52:47.083 INFO O| May 22 20:52:47.083 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49132025-05-22T20:52:47.156Z[ recovery-image] May 22 20:52:47.098 INFO O| May 22 20:52:47.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
49142025-05-22T20:52:47.156Z[ recovery-image] May 22 20:52:47.099 INFO O| May 22 20:52:47.099 INFO STEP 140 (remove_files) COMPLETE
49152025-05-22T20:52:47.156Z[ recovery-image] May 22 20:52:47.099 INFO O| May 22 20:52:47.099 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49162025-05-22T20:52:47.170Z[ recovery-image] May 22 20:52:47.113 INFO O| May 22 20:52:47.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
49172025-05-22T20:52:47.170Z[ recovery-image] May 22 20:52:47.113 INFO O| May 22 20:52:47.113 INFO STEP 141 (remove_files) COMPLETE
49182025-05-22T20:52:47.170Z[ recovery-image] May 22 20:52:47.113 INFO O| May 22 20:52:47.113 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49192025-05-22T20:52:47.189Z[ recovery-image] May 22 20:52:47.132 INFO O| May 22 20:52:47.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
49202025-05-22T20:52:47.189Z[ recovery-image] May 22 20:52:47.132 INFO O| May 22 20:52:47.132 INFO STEP 142 (remove_files) COMPLETE
49212025-05-22T20:52:47.189Z[ recovery-image] May 22 20:52:47.132 INFO O| May 22 20:52:47.132 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49222025-05-22T20:52:47.204Z[ recovery-image] May 22 20:52:47.146 INFO O| May 22 20:52:47.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
49232025-05-22T20:52:47.204Z[ recovery-image] May 22 20:52:47.147 INFO O| May 22 20:52:47.147 INFO STEP 143 (remove_files) COMPLETE
49242025-05-22T20:52:47.204Z[ recovery-image] May 22 20:52:47.147 INFO O| May 22 20:52:47.147 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49252025-05-22T20:52:47.220Z[ recovery-image] May 22 20:52:47.162 INFO O| May 22 20:52:47.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
49262025-05-22T20:52:47.220Z[ recovery-image] May 22 20:52:47.162 INFO O| May 22 20:52:47.162 INFO STEP 144 (remove_files) COMPLETE
49272025-05-22T20:52:47.220Z[ recovery-image] May 22 20:52:47.162 INFO O| May 22 20:52:47.162 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49282025-05-22T20:52:47.234Z[ recovery-image] May 22 20:52:47.176 INFO O| May 22 20:52:47.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
49292025-05-22T20:52:47.234Z[ recovery-image] May 22 20:52:47.177 INFO O| May 22 20:52:47.176 INFO STEP 145 (remove_files) COMPLETE
49302025-05-22T20:52:47.237Z[ recovery-image] May 22 20:52:47.177 INFO O| May 22 20:52:47.177 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49312025-05-22T20:52:47.247Z[ recovery-image] May 22 20:52:47.189 INFO O| May 22 20:52:47.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
49322025-05-22T20:52:47.247Z[ recovery-image] May 22 20:52:47.189 INFO O| May 22 20:52:47.189 INFO STEP 146 (remove_files) COMPLETE
49332025-05-22T20:52:47.247Z[ recovery-image] May 22 20:52:47.189 INFO O| May 22 20:52:47.189 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49342025-05-22T20:52:47.261Z[ recovery-image] May 22 20:52:47.203 INFO O| May 22 20:52:47.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
49352025-05-22T20:52:47.261Z[ recovery-image] May 22 20:52:47.204 INFO O| May 22 20:52:47.203 INFO STEP 147 (remove_files) COMPLETE
49362025-05-22T20:52:47.261Z[ recovery-image] May 22 20:52:47.204 INFO O| May 22 20:52:47.204 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49372025-05-22T20:52:47.276Z[ recovery-image] May 22 20:52:47.219 INFO O| May 22 20:52:47.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
49382025-05-22T20:52:47.276Z[ recovery-image] May 22 20:52:47.219 INFO O| May 22 20:52:47.219 INFO STEP 148 (remove_files) COMPLETE
49392025-05-22T20:52:47.279Z[ recovery-image] May 22 20:52:47.219 INFO O| May 22 20:52:47.219 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49402025-05-22T20:52:47.292Z[ recovery-image] May 22 20:52:47.234 INFO O| May 22 20:52:47.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
49412025-05-22T20:52:47.292Z[ recovery-image] May 22 20:52:47.234 INFO O| May 22 20:52:47.234 INFO STEP 149 (remove_files) COMPLETE
49422025-05-22T20:52:47.295Z[ recovery-image] May 22 20:52:47.234 INFO O| May 22 20:52:47.234 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49432025-05-22T20:52:47.308Z[ recovery-image] May 22 20:52:47.250 INFO O| May 22 20:52:47.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
49442025-05-22T20:52:47.311Z[ recovery-image] May 22 20:52:47.251 INFO O| May 22 20:52:47.251 INFO STEP 150 (remove_files) COMPLETE
49452025-05-22T20:52:47.311Z[ recovery-image] May 22 20:52:47.251 INFO O| May 22 20:52:47.251 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49462025-05-22T20:52:47.325Z[ recovery-image] May 22 20:52:47.267 INFO O| May 22 20:52:47.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
49472025-05-22T20:52:47.325Z[ recovery-image] May 22 20:52:47.267 INFO O| May 22 20:52:47.267 INFO STEP 151 (remove_files) COMPLETE
49482025-05-22T20:52:47.325Z[ recovery-image] May 22 20:52:47.267 INFO O| May 22 20:52:47.267 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49492025-05-22T20:52:47.340Z[ recovery-image] May 22 20:52:47.283 INFO O| May 22 20:52:47.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
49502025-05-22T20:52:47.340Z[ recovery-image] May 22 20:52:47.283 INFO O| May 22 20:52:47.283 INFO STEP 152 (remove_files) COMPLETE
49512025-05-22T20:52:47.340Z[ recovery-image] May 22 20:52:47.283 INFO O| May 22 20:52:47.283 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49522025-05-22T20:52:47.356Z[ recovery-image] May 22 20:52:47.298 INFO O| May 22 20:52:47.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
49532025-05-22T20:52:47.356Z[ recovery-image] May 22 20:52:47.298 INFO O| May 22 20:52:47.298 INFO STEP 153 (remove_files) COMPLETE
49542025-05-22T20:52:47.359Z[ recovery-image] May 22 20:52:47.298 INFO O| May 22 20:52:47.298 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49552025-05-22T20:52:47.370Z[ recovery-image] May 22 20:52:47.312 INFO O| May 22 20:52:47.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
49562025-05-22T20:52:47.370Z[ recovery-image] May 22 20:52:47.313 INFO O| May 22 20:52:47.313 INFO STEP 154 (remove_files) COMPLETE
49572025-05-22T20:52:47.373Z[ recovery-image] May 22 20:52:47.313 INFO O| May 22 20:52:47.313 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49582025-05-22T20:52:47.384Z[ recovery-image] May 22 20:52:47.326 INFO O| May 22 20:52:47.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
49592025-05-22T20:52:47.387Z[ recovery-image] May 22 20:52:47.327 INFO O| May 22 20:52:47.327 INFO STEP 155 (remove_files) COMPLETE
49602025-05-22T20:52:47.387Z[ recovery-image] May 22 20:52:47.327 INFO O| May 22 20:52:47.327 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49612025-05-22T20:52:47.399Z[ recovery-image] May 22 20:52:47.342 INFO O| May 22 20:52:47.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
49622025-05-22T20:52:47.399Z[ recovery-image] May 22 20:52:47.342 INFO O| May 22 20:52:47.342 INFO STEP 156 (remove_files) COMPLETE
49632025-05-22T20:52:47.403Z[ recovery-image] May 22 20:52:47.342 INFO O| May 22 20:52:47.342 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49642025-05-22T20:52:47.415Z[ recovery-image] May 22 20:52:47.358 INFO O| May 22 20:52:47.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
49652025-05-22T20:52:47.415Z[ recovery-image] May 22 20:52:47.358 INFO O| May 22 20:52:47.358 INFO STEP 157 (remove_files) COMPLETE
49662025-05-22T20:52:47.415Z[ recovery-image] May 22 20:52:47.358 INFO O| May 22 20:52:47.358 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49672025-05-22T20:52:47.430Z[ recovery-image] May 22 20:52:47.373 INFO O| May 22 20:52:47.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
49682025-05-22T20:52:47.430Z[ recovery-image] May 22 20:52:47.373 INFO O| May 22 20:52:47.373 INFO STEP 158 (remove_files) COMPLETE
49692025-05-22T20:52:47.430Z[ recovery-image] May 22 20:52:47.373 INFO O| May 22 20:52:47.373 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49702025-05-22T20:52:47.446Z[ recovery-image] May 22 20:52:47.389 INFO O| May 22 20:52:47.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
49712025-05-22T20:52:47.449Z[ recovery-image] May 22 20:52:47.390 INFO O| May 22 20:52:47.390 INFO STEP 159 (remove_files) COMPLETE
49722025-05-22T20:52:47.449Z[ recovery-image] May 22 20:52:47.390 INFO O| May 22 20:52:47.390 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49732025-05-22T20:52:47.461Z[ recovery-image] May 22 20:52:47.403 INFO O| May 22 20:52:47.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
49742025-05-22T20:52:47.461Z[ recovery-image] May 22 20:52:47.403 INFO O| May 22 20:52:47.403 INFO STEP 160 (remove_files) COMPLETE
49752025-05-22T20:52:47.464Z[ recovery-image] May 22 20:52:47.403 INFO O| May 22 20:52:47.403 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49762025-05-22T20:52:47.474Z[ recovery-image] May 22 20:52:47.417 INFO O| May 22 20:52:47.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
49772025-05-22T20:52:47.474Z[ recovery-image] May 22 20:52:47.417 INFO O| May 22 20:52:47.417 INFO STEP 161 (remove_files) COMPLETE
49782025-05-22T20:52:47.474Z[ recovery-image] May 22 20:52:47.417 INFO O| May 22 20:52:47.417 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49792025-05-22T20:52:47.490Z[ recovery-image] May 22 20:52:47.433 INFO O| May 22 20:52:47.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
49802025-05-22T20:52:47.493Z[ recovery-image] May 22 20:52:47.433 INFO O| May 22 20:52:47.433 INFO STEP 162 (remove_files) COMPLETE
49812025-05-22T20:52:47.494Z[ recovery-image] May 22 20:52:47.433 INFO O| May 22 20:52:47.433 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49822025-05-22T20:52:47.506Z[ recovery-image] May 22 20:52:47.449 INFO O| May 22 20:52:47.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
49832025-05-22T20:52:47.506Z[ recovery-image] May 22 20:52:47.449 INFO O| May 22 20:52:47.449 INFO STEP 163 (remove_files) COMPLETE
49842025-05-22T20:52:47.506Z[ recovery-image] May 22 20:52:47.449 INFO O| May 22 20:52:47.449 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49852025-05-22T20:52:47.520Z[ recovery-image] May 22 20:52:47.463 INFO O| May 22 20:52:47.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
49862025-05-22T20:52:47.520Z[ recovery-image] May 22 20:52:47.463 INFO O| May 22 20:52:47.463 INFO STEP 164 (remove_files) COMPLETE
49872025-05-22T20:52:47.523Z[ recovery-image] May 22 20:52:47.463 INFO O| May 22 20:52:47.463 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49882025-05-22T20:52:47.535Z[ recovery-image] May 22 20:52:47.477 INFO O| May 22 20:52:47.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
49892025-05-22T20:52:47.535Z[ recovery-image] May 22 20:52:47.477 INFO O| May 22 20:52:47.477 INFO STEP 165 (remove_files) COMPLETE
49902025-05-22T20:52:47.535Z[ recovery-image] May 22 20:52:47.477 INFO O| May 22 20:52:47.477 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49912025-05-22T20:52:47.551Z[ recovery-image] May 22 20:52:47.493 INFO O| May 22 20:52:47.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
49922025-05-22T20:52:47.551Z[ recovery-image] May 22 20:52:47.493 INFO O| May 22 20:52:47.493 INFO STEP 166 (remove_files) COMPLETE
49932025-05-22T20:52:47.551Z[ recovery-image] May 22 20:52:47.493 INFO O| May 22 20:52:47.493 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49942025-05-22T20:52:47.568Z[ recovery-image] May 22 20:52:47.510 INFO O| May 22 20:52:47.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
49952025-05-22T20:52:47.568Z[ recovery-image] May 22 20:52:47.511 INFO O| May 22 20:52:47.511 INFO STEP 167 (remove_files) COMPLETE
49962025-05-22T20:52:47.571Z[ recovery-image] May 22 20:52:47.511 INFO O| May 22 20:52:47.511 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49972025-05-22T20:52:47.583Z[ recovery-image] May 22 20:52:47.526 INFO O| May 22 20:52:47.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
49982025-05-22T20:52:47.583Z[ recovery-image] May 22 20:52:47.526 INFO O| May 22 20:52:47.526 INFO STEP 168 (remove_files) COMPLETE
49992025-05-22T20:52:47.583Z[ recovery-image] May 22 20:52:47.526 INFO O| May 22 20:52:47.526 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50002025-05-22T20:52:47.597Z[ recovery-image] May 22 20:52:47.539 INFO O| May 22 20:52:47.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
50012025-05-22T20:52:47.597Z[ recovery-image] May 22 20:52:47.540 INFO O| May 22 20:52:47.540 INFO STEP 169 (remove_files) COMPLETE
50022025-05-22T20:52:47.597Z[ recovery-image] May 22 20:52:47.540 INFO O| May 22 20:52:47.540 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50032025-05-22T20:52:47.613Z[ recovery-image] May 22 20:52:47.555 INFO O| May 22 20:52:47.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
50042025-05-22T20:52:47.613Z[ recovery-image] May 22 20:52:47.555 INFO O| May 22 20:52:47.555 INFO STEP 170 (remove_files) COMPLETE
50052025-05-22T20:52:47.616Z[ recovery-image] May 22 20:52:47.555 INFO O| May 22 20:52:47.555 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50062025-05-22T20:52:47.629Z[ recovery-image] May 22 20:52:47.572 INFO O| May 22 20:52:47.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
50072025-05-22T20:52:47.629Z[ recovery-image] May 22 20:52:47.572 INFO O| May 22 20:52:47.572 INFO STEP 171 (remove_files) COMPLETE
50082025-05-22T20:52:47.632Z[ recovery-image] May 22 20:52:47.572 INFO O| May 22 20:52:47.572 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50092025-05-22T20:52:47.646Z[ recovery-image] May 22 20:52:47.588 INFO O| May 22 20:52:47.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
50102025-05-22T20:52:47.649Z[ recovery-image] May 22 20:52:47.588 INFO O| May 22 20:52:47.588 INFO STEP 172 (remove_files) COMPLETE
50112025-05-22T20:52:47.649Z[ recovery-image] May 22 20:52:47.588 INFO O| May 22 20:52:47.588 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50122025-05-22T20:52:47.662Z[ recovery-image] May 22 20:52:47.605 INFO O| May 22 20:52:47.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
50132025-05-22T20:52:47.665Z[ recovery-image] May 22 20:52:47.606 INFO O| May 22 20:52:47.606 INFO STEP 173 (remove_files) COMPLETE
50142025-05-22T20:52:47.665Z[ recovery-image] May 22 20:52:47.606 INFO O| May 22 20:52:47.606 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50152025-05-22T20:52:47.678Z[ recovery-image] May 22 20:52:47.621 INFO O| May 22 20:52:47.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
50162025-05-22T20:52:47.678Z[ recovery-image] May 22 20:52:47.621 INFO O| May 22 20:52:47.621 INFO STEP 174 (remove_files) COMPLETE
50172025-05-22T20:52:47.678Z[ recovery-image] May 22 20:52:47.621 INFO O| May 22 20:52:47.621 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50182025-05-22T20:52:47.695Z[ recovery-image] May 22 20:52:47.637 INFO O| May 22 20:52:47.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
50192025-05-22T20:52:47.695Z[ recovery-image] May 22 20:52:47.637 INFO O| May 22 20:52:47.637 INFO STEP 175 (remove_files) COMPLETE
50202025-05-22T20:52:47.698Z[ recovery-image] May 22 20:52:47.637 INFO O| May 22 20:52:47.637 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50212025-05-22T20:52:47.710Z[ recovery-image] May 22 20:52:47.652 INFO O| May 22 20:52:47.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
50222025-05-22T20:52:47.710Z[ recovery-image] May 22 20:52:47.652 INFO O| May 22 20:52:47.652 INFO STEP 176 (remove_files) COMPLETE
50232025-05-22T20:52:47.713Z[ recovery-image] May 22 20:52:47.652 INFO O| May 22 20:52:47.652 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50242025-05-22T20:52:47.725Z[ recovery-image] May 22 20:52:47.667 INFO O| May 22 20:52:47.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
50252025-05-22T20:52:47.725Z[ recovery-image] May 22 20:52:47.667 INFO O| May 22 20:52:47.667 INFO STEP 177 (remove_files) COMPLETE
50262025-05-22T20:52:47.725Z[ recovery-image] May 22 20:52:47.667 INFO O| May 22 20:52:47.667 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50272025-05-22T20:52:47.740Z[ recovery-image] May 22 20:52:47.682 INFO O| May 22 20:52:47.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
50282025-05-22T20:52:47.740Z[ recovery-image] May 22 20:52:47.683 INFO O| May 22 20:52:47.682 INFO STEP 178 (remove_files) COMPLETE
50292025-05-22T20:52:47.743Z[ recovery-image] May 22 20:52:47.683 INFO O| May 22 20:52:47.683 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50302025-05-22T20:52:47.755Z[ recovery-image] May 22 20:52:47.698 INFO O| May 22 20:52:47.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
50312025-05-22T20:52:47.755Z[ recovery-image] May 22 20:52:47.698 INFO O| May 22 20:52:47.698 INFO STEP 179 (remove_files) COMPLETE
50322025-05-22T20:52:47.759Z[ recovery-image] May 22 20:52:47.698 INFO O| May 22 20:52:47.698 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50332025-05-22T20:52:47.770Z[ recovery-image] May 22 20:52:47.713 INFO O| May 22 20:52:47.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
50342025-05-22T20:52:47.770Z[ recovery-image] May 22 20:52:47.713 INFO O| May 22 20:52:47.713 INFO STEP 180 (remove_files) COMPLETE
50352025-05-22T20:52:47.770Z[ recovery-image] May 22 20:52:47.713 INFO O| May 22 20:52:47.713 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50362025-05-22T20:52:47.785Z[ recovery-image] May 22 20:52:47.727 INFO O| May 22 20:52:47.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
50372025-05-22T20:52:47.785Z[ recovery-image] May 22 20:52:47.727 INFO O| May 22 20:52:47.727 INFO STEP 181 (remove_files) COMPLETE
50382025-05-22T20:52:47.785Z[ recovery-image] May 22 20:52:47.727 INFO O| May 22 20:52:47.727 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50392025-05-22T20:52:47.799Z[ recovery-image] May 22 20:52:47.742 INFO O| May 22 20:52:47.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
50402025-05-22T20:52:47.799Z[ recovery-image] May 22 20:52:47.742 INFO O| May 22 20:52:47.742 INFO STEP 182 (remove_files) COMPLETE
50412025-05-22T20:52:47.803Z[ recovery-image] May 22 20:52:47.742 INFO O| May 22 20:52:47.742 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50422025-05-22T20:52:47.814Z[ recovery-image] May 22 20:52:47.756 INFO O| May 22 20:52:47.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
50432025-05-22T20:52:47.814Z[ recovery-image] May 22 20:52:47.757 INFO O| May 22 20:52:47.757 INFO STEP 183 (remove_files) COMPLETE
50442025-05-22T20:52:47.817Z[ recovery-image] May 22 20:52:47.757 INFO O| May 22 20:52:47.757 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50452025-05-22T20:52:47.830Z[ recovery-image] May 22 20:52:47.773 INFO O| May 22 20:52:47.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
50462025-05-22T20:52:47.830Z[ recovery-image] May 22 20:52:47.773 INFO O| May 22 20:52:47.773 INFO STEP 184 (remove_files) COMPLETE
50472025-05-22T20:52:47.830Z[ recovery-image] May 22 20:52:47.773 INFO O| May 22 20:52:47.773 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50482025-05-22T20:52:47.847Z[ recovery-image] May 22 20:52:47.789 INFO O| May 22 20:52:47.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
50492025-05-22T20:52:47.847Z[ recovery-image] May 22 20:52:47.790 INFO O| May 22 20:52:47.790 INFO STEP 185 (remove_files) COMPLETE
50502025-05-22T20:52:47.847Z[ recovery-image] May 22 20:52:47.790 INFO O| May 22 20:52:47.790 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50512025-05-22T20:52:47.863Z[ recovery-image] May 22 20:52:47.806 INFO O| May 22 20:52:47.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
50522025-05-22T20:52:47.863Z[ recovery-image] May 22 20:52:47.806 INFO O| May 22 20:52:47.806 INFO STEP 186 (remove_files) COMPLETE
50532025-05-22T20:52:47.867Z[ recovery-image] May 22 20:52:47.806 INFO O| May 22 20:52:47.806 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50542025-05-22T20:52:47.879Z[ recovery-image] May 22 20:52:47.822 INFO O| May 22 20:52:47.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
50552025-05-22T20:52:47.879Z[ recovery-image] May 22 20:52:47.822 INFO O| May 22 20:52:47.822 INFO STEP 187 (remove_files) COMPLETE
50562025-05-22T20:52:47.879Z[ recovery-image] May 22 20:52:47.822 INFO O| May 22 20:52:47.822 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50572025-05-22T20:52:47.896Z[ recovery-image] May 22 20:52:47.838 INFO O| May 22 20:52:47.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
50582025-05-22T20:52:47.896Z[ recovery-image] May 22 20:52:47.838 INFO O| May 22 20:52:47.838 INFO STEP 188 (remove_files) COMPLETE
50592025-05-22T20:52:47.896Z[ recovery-image] May 22 20:52:47.838 INFO O| May 22 20:52:47.838 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50602025-05-22T20:52:47.912Z[ recovery-image] May 22 20:52:47.855 INFO O| May 22 20:52:47.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
50612025-05-22T20:52:47.912Z[ recovery-image] May 22 20:52:47.855 INFO O| May 22 20:52:47.855 INFO STEP 189 (remove_files) COMPLETE
50622025-05-22T20:52:47.915Z[ recovery-image] May 22 20:52:47.855 INFO O| May 22 20:52:47.855 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50632025-05-22T20:52:47.928Z[ recovery-image] May 22 20:52:47.871 INFO O| May 22 20:52:47.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
50642025-05-22T20:52:47.928Z[ recovery-image] May 22 20:52:47.871 INFO O| May 22 20:52:47.871 INFO STEP 190 (remove_files) COMPLETE
50652025-05-22T20:52:47.932Z[ recovery-image] May 22 20:52:47.871 INFO O| May 22 20:52:47.871 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50662025-05-22T20:52:47.943Z[ recovery-image] May 22 20:52:47.886 INFO O| May 22 20:52:47.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
50672025-05-22T20:52:47.944Z[ recovery-image] May 22 20:52:47.886 INFO O| May 22 20:52:47.886 INFO STEP 191 (remove_files) COMPLETE
50682025-05-22T20:52:47.944Z[ recovery-image] May 22 20:52:47.886 INFO O| May 22 20:52:47.886 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50692025-05-22T20:52:47.960Z[ recovery-image] May 22 20:52:47.902 INFO O| May 22 20:52:47.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
50702025-05-22T20:52:47.960Z[ recovery-image] May 22 20:52:47.902 INFO O| May 22 20:52:47.902 INFO STEP 192 (remove_files) COMPLETE
50712025-05-22T20:52:47.960Z[ recovery-image] May 22 20:52:47.902 INFO O| May 22 20:52:47.902 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50722025-05-22T20:52:47.976Z[ recovery-image] May 22 20:52:47.919 INFO O| May 22 20:52:47.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
50732025-05-22T20:52:47.976Z[ recovery-image] May 22 20:52:47.919 INFO O| May 22 20:52:47.919 INFO STEP 193 (remove_files) COMPLETE
50742025-05-22T20:52:47.976Z[ recovery-image] May 22 20:52:47.919 INFO O| May 22 20:52:47.919 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50752025-05-22T20:52:47.990Z[ recovery-image] May 22 20:52:47.933 INFO O| May 22 20:52:47.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
50762025-05-22T20:52:47.990Z[ recovery-image] May 22 20:52:47.933 INFO O| May 22 20:52:47.933 INFO STEP 194 (remove_files) COMPLETE
50772025-05-22T20:52:47.990Z[ recovery-image] May 22 20:52:47.933 INFO O| May 22 20:52:47.933 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50782025-05-22T20:52:48.002Z[ recovery-image] May 22 20:52:47.945 INFO O| May 22 20:52:47.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
50792025-05-22T20:52:48.002Z[ recovery-image] May 22 20:52:47.945 INFO O| May 22 20:52:47.945 INFO STEP 195 (remove_files) COMPLETE
50802025-05-22T20:52:48.006Z[ recovery-image] May 22 20:52:47.945 INFO O| May 22 20:52:47.945 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50812025-05-22T20:52:48.016Z[ recovery-image] May 22 20:52:47.958 INFO O| May 22 20:52:47.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
50822025-05-22T20:52:48.016Z[ recovery-image] May 22 20:52:47.958 INFO O| May 22 20:52:47.958 INFO STEP 196 (remove_files) COMPLETE
50832025-05-22T20:52:48.016Z[ recovery-image] May 22 20:52:47.958 INFO O| May 22 20:52:47.958 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50842025-05-22T20:52:48.030Z[ recovery-image] May 22 20:52:47.973 INFO O| May 22 20:52:47.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
50852025-05-22T20:52:48.034Z[ recovery-image] May 22 20:52:47.973 INFO O| May 22 20:52:47.973 INFO STEP 197 (remove_files) COMPLETE
50862025-05-22T20:52:48.034Z[ recovery-image] May 22 20:52:47.973 INFO O| May 22 20:52:47.973 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50872025-05-22T20:52:48.045Z[ recovery-image] May 22 20:52:47.987 INFO O| May 22 20:52:47.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
50882025-05-22T20:52:48.048Z[ recovery-image] May 22 20:52:47.988 INFO O| May 22 20:52:47.988 INFO STEP 198 (remove_files) COMPLETE
50892025-05-22T20:52:48.048Z[ recovery-image] May 22 20:52:47.988 INFO O| May 22 20:52:47.988 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50902025-05-22T20:52:48.061Z[ recovery-image] May 22 20:52:48.004 INFO O| May 22 20:52:48.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
50912025-05-22T20:52:48.061Z[ recovery-image] May 22 20:52:48.004 INFO O| May 22 20:52:48.004 INFO STEP 199 (remove_files) COMPLETE
50922025-05-22T20:52:48.061Z[ recovery-image] May 22 20:52:48.004 INFO O| May 22 20:52:48.004 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50932025-05-22T20:52:48.077Z[ recovery-image] May 22 20:52:48.019 INFO O| May 22 20:52:48.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
50942025-05-22T20:52:48.077Z[ recovery-image] May 22 20:52:48.019 INFO O| May 22 20:52:48.019 INFO STEP 200 (remove_files) COMPLETE
50952025-05-22T20:52:48.077Z[ recovery-image] May 22 20:52:48.019 INFO O| May 22 20:52:48.019 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50962025-05-22T20:52:48.094Z[ recovery-image] May 22 20:52:48.036 INFO O| May 22 20:52:48.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
50972025-05-22T20:52:48.094Z[ recovery-image] May 22 20:52:48.036 INFO O| May 22 20:52:48.036 INFO STEP 201 (remove_files) COMPLETE
50982025-05-22T20:52:48.097Z[ recovery-image] May 22 20:52:48.036 INFO O| May 22 20:52:48.036 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50992025-05-22T20:52:48.110Z[ recovery-image] May 22 20:52:48.053 INFO O| May 22 20:52:48.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
51002025-05-22T20:52:48.110Z[ recovery-image] May 22 20:52:48.053 INFO O| May 22 20:52:48.053 INFO STEP 202 (remove_files) COMPLETE
51012025-05-22T20:52:48.110Z[ recovery-image] May 22 20:52:48.053 INFO O| May 22 20:52:48.053 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51022025-05-22T20:52:48.126Z[ recovery-image] May 22 20:52:48.069 INFO O| May 22 20:52:48.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
51032025-05-22T20:52:48.126Z[ recovery-image] May 22 20:52:48.069 INFO O| May 22 20:52:48.069 INFO STEP 203 (remove_files) COMPLETE
51042025-05-22T20:52:48.126Z[ recovery-image] May 22 20:52:48.069 INFO O| May 22 20:52:48.069 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51052025-05-22T20:52:48.142Z[ recovery-image] May 22 20:52:48.084 INFO O| May 22 20:52:48.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
51062025-05-22T20:52:48.142Z[ recovery-image] May 22 20:52:48.084 INFO O| May 22 20:52:48.084 INFO STEP 204 (remove_files) COMPLETE
51072025-05-22T20:52:48.145Z[ recovery-image] May 22 20:52:48.084 INFO O| May 22 20:52:48.084 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51082025-05-22T20:52:48.157Z[ recovery-image] May 22 20:52:48.100 INFO O| May 22 20:52:48.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
51092025-05-22T20:52:48.157Z[ recovery-image] May 22 20:52:48.100 INFO O| May 22 20:52:48.100 INFO STEP 205 (remove_files) COMPLETE
51102025-05-22T20:52:48.160Z[ recovery-image] May 22 20:52:48.100 INFO O| May 22 20:52:48.100 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51112025-05-22T20:52:48.173Z[ recovery-image] May 22 20:52:48.116 INFO O| May 22 20:52:48.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
51122025-05-22T20:52:48.173Z[ recovery-image] May 22 20:52:48.116 INFO O| May 22 20:52:48.116 INFO STEP 206 (remove_files) COMPLETE
51132025-05-22T20:52:48.173Z[ recovery-image] May 22 20:52:48.116 INFO O| May 22 20:52:48.116 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51142025-05-22T20:52:48.189Z[ recovery-image] May 22 20:52:48.132 INFO O| May 22 20:52:48.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
51152025-05-22T20:52:48.190Z[ recovery-image] May 22 20:52:48.132 INFO O| May 22 20:52:48.132 INFO STEP 207 (remove_files) COMPLETE
51162025-05-22T20:52:48.194Z[ recovery-image] May 22 20:52:48.132 INFO O| May 22 20:52:48.132 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51172025-05-22T20:52:48.205Z[ recovery-image] May 22 20:52:48.148 INFO O| May 22 20:52:48.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
51182025-05-22T20:52:48.209Z[ recovery-image] May 22 20:52:48.149 INFO O| May 22 20:52:48.148 INFO STEP 208 (remove_files) COMPLETE
51192025-05-22T20:52:48.209Z[ recovery-image] May 22 20:52:48.149 INFO O| May 22 20:52:48.149 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51202025-05-22T20:52:48.229Z[ recovery-image] May 22 20:52:48.171 INFO O| May 22 20:52:48.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
51212025-05-22T20:52:48.229Z[ recovery-image] May 22 20:52:48.171 INFO O| May 22 20:52:48.171 INFO STEP 209 (remove_files) COMPLETE
51222025-05-22T20:52:48.229Z[ recovery-image] May 22 20:52:48.171 INFO O| May 22 20:52:48.171 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51232025-05-22T20:52:48.246Z[ recovery-image] May 22 20:52:48.188 INFO O| May 22 20:52:48.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
51242025-05-22T20:52:48.246Z[ recovery-image] May 22 20:52:48.189 INFO O| May 22 20:52:48.189 INFO STEP 210 (remove_files) COMPLETE
51252025-05-22T20:52:48.251Z[ recovery-image] May 22 20:52:48.189 INFO O| May 22 20:52:48.189 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51262025-05-22T20:52:48.262Z[ recovery-image] May 22 20:52:48.205 INFO O| May 22 20:52:48.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
51272025-05-22T20:52:48.263Z[ recovery-image] May 22 20:52:48.205 INFO O| May 22 20:52:48.205 INFO STEP 211 (remove_files) COMPLETE
51282025-05-22T20:52:48.263Z[ recovery-image] May 22 20:52:48.205 INFO O| May 22 20:52:48.205 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51292025-05-22T20:52:48.277Z[ recovery-image] May 22 20:52:48.220 INFO O| May 22 20:52:48.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
51302025-05-22T20:52:48.278Z[ recovery-image] May 22 20:52:48.220 INFO O| May 22 20:52:48.220 INFO STEP 212 (remove_files) COMPLETE
51312025-05-22T20:52:48.281Z[ recovery-image] May 22 20:52:48.220 INFO O| May 22 20:52:48.220 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51322025-05-22T20:52:48.294Z[ recovery-image] May 22 20:52:48.236 INFO O| May 22 20:52:48.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
51332025-05-22T20:52:48.294Z[ recovery-image] May 22 20:52:48.236 INFO O| May 22 20:52:48.236 INFO STEP 213 (remove_files) COMPLETE
51342025-05-22T20:52:48.294Z[ recovery-image] May 22 20:52:48.236 INFO O| May 22 20:52:48.236 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51352025-05-22T20:52:48.308Z[ recovery-image] May 22 20:52:48.251 INFO O| May 22 20:52:48.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
51362025-05-22T20:52:48.308Z[ recovery-image] May 22 20:52:48.251 INFO O| May 22 20:52:48.251 INFO STEP 214 (remove_files) COMPLETE
51372025-05-22T20:52:48.311Z[ recovery-image] May 22 20:52:48.251 INFO O| May 22 20:52:48.251 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51382025-05-22T20:52:48.322Z[ recovery-image] May 22 20:52:48.264 INFO O| May 22 20:52:48.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
51392025-05-22T20:52:48.322Z[ recovery-image] May 22 20:52:48.264 INFO O| May 22 20:52:48.264 INFO STEP 215 (remove_files) COMPLETE
51402025-05-22T20:52:48.322Z[ recovery-image] May 22 20:52:48.264 INFO O| May 22 20:52:48.264 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51412025-05-22T20:52:48.336Z[ recovery-image] May 22 20:52:48.278 INFO O| May 22 20:52:48.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
51422025-05-22T20:52:48.336Z[ recovery-image] May 22 20:52:48.278 INFO O| May 22 20:52:48.278 INFO STEP 216 (remove_files) COMPLETE
51432025-05-22T20:52:48.336Z[ recovery-image] May 22 20:52:48.278 INFO O| May 22 20:52:48.278 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51442025-05-22T20:52:48.350Z[ recovery-image] May 22 20:52:48.293 INFO O| May 22 20:52:48.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
51452025-05-22T20:52:48.350Z[ recovery-image] May 22 20:52:48.293 INFO O| May 22 20:52:48.293 INFO STEP 217 (remove_files) COMPLETE
51462025-05-22T20:52:48.350Z[ recovery-image] May 22 20:52:48.293 INFO O| May 22 20:52:48.293 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51472025-05-22T20:52:48.364Z[ recovery-image] May 22 20:52:48.306 INFO O| May 22 20:52:48.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
51482025-05-22T20:52:48.364Z[ recovery-image] May 22 20:52:48.307 INFO O| May 22 20:52:48.306 INFO STEP 218 (remove_files) COMPLETE
51492025-05-22T20:52:48.364Z[ recovery-image] May 22 20:52:48.307 INFO O| May 22 20:52:48.307 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51502025-05-22T20:52:48.377Z[ recovery-image] May 22 20:52:48.320 INFO O| May 22 20:52:48.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
51512025-05-22T20:52:48.377Z[ recovery-image] May 22 20:52:48.320 INFO O| May 22 20:52:48.320 INFO STEP 219 (remove_files) COMPLETE
51522025-05-22T20:52:48.377Z[ recovery-image] May 22 20:52:48.320 INFO O| May 22 20:52:48.320 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51532025-05-22T20:52:48.389Z[ recovery-image] May 22 20:52:48.332 INFO O| May 22 20:52:48.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
51542025-05-22T20:52:48.393Z[ recovery-image] May 22 20:52:48.332 INFO O| May 22 20:52:48.332 INFO STEP 220 (remove_files) COMPLETE
51552025-05-22T20:52:48.393Z[ recovery-image] May 22 20:52:48.332 INFO O| May 22 20:52:48.332 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51562025-05-22T20:52:48.402Z[ recovery-image] May 22 20:52:48.345 INFO O| May 22 20:52:48.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
51572025-05-22T20:52:48.402Z[ recovery-image] May 22 20:52:48.345 INFO O| May 22 20:52:48.345 INFO STEP 221 (remove_files) COMPLETE
51582025-05-22T20:52:48.406Z[ recovery-image] May 22 20:52:48.345 INFO O| May 22 20:52:48.345 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51592025-05-22T20:52:48.415Z[ recovery-image] May 22 20:52:48.357 INFO O| May 22 20:52:48.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
51602025-05-22T20:52:48.415Z[ recovery-image] May 22 20:52:48.357 INFO O| May 22 20:52:48.357 INFO STEP 222 (remove_files) COMPLETE
51612025-05-22T20:52:48.418Z[ recovery-image] May 22 20:52:48.357 INFO O| May 22 20:52:48.357 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51622025-05-22T20:52:48.426Z[ recovery-image] May 22 20:52:48.369 INFO O| May 22 20:52:48.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
51632025-05-22T20:52:48.426Z[ recovery-image] May 22 20:52:48.369 INFO O| May 22 20:52:48.369 INFO STEP 223 (remove_files) COMPLETE
51642025-05-22T20:52:48.430Z[ recovery-image] May 22 20:52:48.369 INFO O| May 22 20:52:48.369 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51652025-05-22T20:52:48.438Z[ recovery-image] May 22 20:52:48.381 INFO O| May 22 20:52:48.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
51662025-05-22T20:52:48.439Z[ recovery-image] May 22 20:52:48.381 INFO O| May 22 20:52:48.381 INFO STEP 224 (remove_files) COMPLETE
51672025-05-22T20:52:48.442Z[ recovery-image] May 22 20:52:48.381 INFO O| May 22 20:52:48.381 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51682025-05-22T20:52:48.450Z[ recovery-image] May 22 20:52:48.392 INFO O| May 22 20:52:48.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
51692025-05-22T20:52:48.450Z[ recovery-image] May 22 20:52:48.393 INFO O| May 22 20:52:48.393 INFO STEP 225 (remove_files) COMPLETE
51702025-05-22T20:52:48.453Z[ recovery-image] May 22 20:52:48.393 INFO O| May 22 20:52:48.393 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51712025-05-22T20:52:48.463Z[ recovery-image] May 22 20:52:48.405 INFO O| May 22 20:52:48.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
51722025-05-22T20:52:48.463Z[ recovery-image] May 22 20:52:48.405 INFO O| May 22 20:52:48.405 INFO STEP 226 (remove_files) COMPLETE
51732025-05-22T20:52:48.463Z[ recovery-image] May 22 20:52:48.405 INFO O| May 22 20:52:48.405 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51742025-05-22T20:52:48.475Z[ recovery-image] May 22 20:52:48.418 INFO O| May 22 20:52:48.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
51752025-05-22T20:52:48.478Z[ recovery-image] May 22 20:52:48.419 INFO O| May 22 20:52:48.419 INFO STEP 227 (remove_files) COMPLETE
51762025-05-22T20:52:48.479Z[ recovery-image] May 22 20:52:48.419 INFO O| May 22 20:52:48.419 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51772025-05-22T20:52:48.490Z[ recovery-image] May 22 20:52:48.432 INFO O| May 22 20:52:48.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
51782025-05-22T20:52:48.490Z[ recovery-image] May 22 20:52:48.432 INFO O| May 22 20:52:48.432 INFO STEP 228 (remove_files) COMPLETE
51792025-05-22T20:52:48.490Z[ recovery-image] May 22 20:52:48.432 INFO O| May 22 20:52:48.432 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51802025-05-22T20:52:48.505Z[ recovery-image] May 22 20:52:48.447 INFO O| May 22 20:52:48.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
51812025-05-22T20:52:48.505Z[ recovery-image] May 22 20:52:48.448 INFO O| May 22 20:52:48.447 INFO STEP 229 (remove_files) COMPLETE
51822025-05-22T20:52:48.505Z[ recovery-image] May 22 20:52:48.448 INFO O| May 22 20:52:48.447 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51832025-05-22T20:52:48.520Z[ recovery-image] May 22 20:52:48.463 INFO O| May 22 20:52:48.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
51842025-05-22T20:52:48.520Z[ recovery-image] May 22 20:52:48.463 INFO O| May 22 20:52:48.463 INFO STEP 230 (remove_files) COMPLETE
51852025-05-22T20:52:48.520Z[ recovery-image] May 22 20:52:48.463 INFO O| May 22 20:52:48.463 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51862025-05-22T20:52:48.536Z[ recovery-image] May 22 20:52:48.478 INFO O| May 22 20:52:48.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
51872025-05-22T20:52:48.536Z[ recovery-image] May 22 20:52:48.478 INFO O| May 22 20:52:48.478 INFO STEP 231 (remove_files) COMPLETE
51882025-05-22T20:52:48.536Z[ recovery-image] May 22 20:52:48.478 INFO O| May 22 20:52:48.478 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51892025-05-22T20:52:48.550Z[ recovery-image] May 22 20:52:48.492 INFO O| May 22 20:52:48.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
51902025-05-22T20:52:48.550Z[ recovery-image] May 22 20:52:48.493 INFO O| May 22 20:52:48.492 INFO STEP 232 (remove_files) COMPLETE
51912025-05-22T20:52:48.550Z[ recovery-image] May 22 20:52:48.493 INFO O| May 22 20:52:48.492 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51922025-05-22T20:52:48.562Z[ recovery-image] May 22 20:52:48.505 INFO O| May 22 20:52:48.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
51932025-05-22T20:52:48.562Z[ recovery-image] May 22 20:52:48.505 INFO O| May 22 20:52:48.505 INFO STEP 233 (remove_files) COMPLETE
51942025-05-22T20:52:48.566Z[ recovery-image] May 22 20:52:48.505 INFO O| May 22 20:52:48.505 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51952025-05-22T20:52:48.575Z[ recovery-image] May 22 20:52:48.518 INFO O| May 22 20:52:48.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
51962025-05-22T20:52:48.575Z[ recovery-image] May 22 20:52:48.518 INFO O| May 22 20:52:48.518 INFO STEP 234 (remove_files) COMPLETE
51972025-05-22T20:52:48.578Z[ recovery-image] May 22 20:52:48.518 INFO O| May 22 20:52:48.518 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51982025-05-22T20:52:48.588Z[ recovery-image] May 22 20:52:48.531 INFO O| May 22 20:52:48.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
51992025-05-22T20:52:48.588Z[ recovery-image] May 22 20:52:48.531 INFO O| May 22 20:52:48.531 INFO STEP 235 (remove_files) COMPLETE
52002025-05-22T20:52:48.588Z[ recovery-image] May 22 20:52:48.531 INFO O| May 22 20:52:48.531 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52012025-05-22T20:52:48.603Z[ recovery-image] May 22 20:52:48.546 INFO O| May 22 20:52:48.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
52022025-05-22T20:52:48.603Z[ recovery-image] May 22 20:52:48.546 INFO O| May 22 20:52:48.546 INFO STEP 236 (remove_files) COMPLETE
52032025-05-22T20:52:48.606Z[ recovery-image] May 22 20:52:48.546 INFO O| May 22 20:52:48.546 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52042025-05-22T20:52:48.617Z[ recovery-image] May 22 20:52:48.560 INFO O| May 22 20:52:48.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
52052025-05-22T20:52:48.617Z[ recovery-image] May 22 20:52:48.560 INFO O| May 22 20:52:48.560 INFO STEP 237 (remove_files) COMPLETE
52062025-05-22T20:52:48.617Z[ recovery-image] May 22 20:52:48.560 INFO O| May 22 20:52:48.560 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52072025-05-22T20:52:48.630Z[ recovery-image] May 22 20:52:48.572 INFO O| May 22 20:52:48.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
52082025-05-22T20:52:48.630Z[ recovery-image] May 22 20:52:48.572 INFO O| May 22 20:52:48.572 INFO STEP 238 (remove_files) COMPLETE
52092025-05-22T20:52:48.630Z[ recovery-image] May 22 20:52:48.572 INFO O| May 22 20:52:48.572 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52102025-05-22T20:52:48.644Z[ recovery-image] May 22 20:52:48.586 INFO O| May 22 20:52:48.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
52112025-05-22T20:52:48.644Z[ recovery-image] May 22 20:52:48.586 INFO O| May 22 20:52:48.586 INFO STEP 239 (remove_files) COMPLETE
52122025-05-22T20:52:48.644Z[ recovery-image] May 22 20:52:48.586 INFO O| May 22 20:52:48.586 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52132025-05-22T20:52:48.658Z[ recovery-image] May 22 20:52:48.601 INFO O| May 22 20:52:48.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
52142025-05-22T20:52:48.658Z[ recovery-image] May 22 20:52:48.601 INFO O| May 22 20:52:48.601 INFO STEP 240 (remove_files) COMPLETE
52152025-05-22T20:52:48.658Z[ recovery-image] May 22 20:52:48.601 INFO O| May 22 20:52:48.601 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52162025-05-22T20:52:48.673Z[ recovery-image] May 22 20:52:48.615 INFO O| May 22 20:52:48.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
52172025-05-22T20:52:48.673Z[ recovery-image] May 22 20:52:48.615 INFO O| May 22 20:52:48.615 INFO STEP 241 (remove_files) COMPLETE
52182025-05-22T20:52:48.677Z[ recovery-image] May 22 20:52:48.615 INFO O| May 22 20:52:48.615 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52192025-05-22T20:52:48.685Z[ recovery-image] May 22 20:52:48.628 INFO O| May 22 20:52:48.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
52202025-05-22T20:52:48.685Z[ recovery-image] May 22 20:52:48.628 INFO O| May 22 20:52:48.628 INFO STEP 242 (remove_files) COMPLETE
52212025-05-22T20:52:48.689Z[ recovery-image] May 22 20:52:48.628 INFO O| May 22 20:52:48.628 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52222025-05-22T20:52:48.700Z[ recovery-image] May 22 20:52:48.643 INFO O| May 22 20:52:48.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
52232025-05-22T20:52:48.700Z[ recovery-image] May 22 20:52:48.643 INFO O| May 22 20:52:48.643 INFO STEP 243 (remove_files) COMPLETE
52242025-05-22T20:52:48.700Z[ recovery-image] May 22 20:52:48.643 INFO O| May 22 20:52:48.643 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52252025-05-22T20:52:48.738Z[ recovery-image] May 22 20:52:48.658 INFO O| May 22 20:52:48.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
52262025-05-22T20:52:48.738Z[ recovery-image] May 22 20:52:48.658 INFO O| May 22 20:52:48.658 INFO STEP 244 (remove_files) COMPLETE
52272025-05-22T20:52:48.738Z[ recovery-image] May 22 20:52:48.658 INFO O| May 22 20:52:48.658 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52282025-05-22T20:52:48.742Z[ recovery-image] May 22 20:52:48.672 INFO O| May 22 20:52:48.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
52292025-05-22T20:52:48.742Z[ recovery-image] May 22 20:52:48.673 INFO O| May 22 20:52:48.672 INFO STEP 245 (remove_files) COMPLETE
52302025-05-22T20:52:48.742Z[ recovery-image] May 22 20:52:48.673 INFO O| May 22 20:52:48.672 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52312025-05-22T20:52:48.747Z[ recovery-image] May 22 20:52:48.687 INFO O| May 22 20:52:48.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
52322025-05-22T20:52:48.747Z[ recovery-image] May 22 20:52:48.687 INFO O| May 22 20:52:48.687 INFO STEP 246 (remove_files) COMPLETE
52332025-05-22T20:52:48.747Z[ recovery-image] May 22 20:52:48.687 INFO O| May 22 20:52:48.687 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52342025-05-22T20:52:48.758Z[ recovery-image] May 22 20:52:48.700 INFO O| May 22 20:52:48.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
52352025-05-22T20:52:48.758Z[ recovery-image] May 22 20:52:48.701 INFO O| May 22 20:52:48.701 INFO STEP 247 (remove_files) COMPLETE
52362025-05-22T20:52:48.758Z[ recovery-image] May 22 20:52:48.701 INFO O| May 22 20:52:48.701 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52372025-05-22T20:52:48.772Z[ recovery-image] May 22 20:52:48.714 INFO O| May 22 20:52:48.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
52382025-05-22T20:52:48.772Z[ recovery-image] May 22 20:52:48.714 INFO O| May 22 20:52:48.714 INFO STEP 248 (remove_files) COMPLETE
52392025-05-22T20:52:48.772Z[ recovery-image] May 22 20:52:48.714 INFO O| May 22 20:52:48.714 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52402025-05-22T20:52:48.787Z[ recovery-image] May 22 20:52:48.729 INFO O| May 22 20:52:48.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
52412025-05-22T20:52:48.787Z[ recovery-image] May 22 20:52:48.729 INFO O| May 22 20:52:48.729 INFO STEP 249 (remove_files) COMPLETE
52422025-05-22T20:52:48.787Z[ recovery-image] May 22 20:52:48.729 INFO O| May 22 20:52:48.729 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52432025-05-22T20:52:48.799Z[ recovery-image] May 22 20:52:48.742 INFO O| May 22 20:52:48.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
52442025-05-22T20:52:48.799Z[ recovery-image] May 22 20:52:48.742 INFO O| May 22 20:52:48.742 INFO STEP 250 (remove_files) COMPLETE
52452025-05-22T20:52:48.800Z[ recovery-image] May 22 20:52:48.742 INFO O| May 22 20:52:48.742 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52462025-05-22T20:52:48.813Z[ recovery-image] May 22 20:52:48.756 INFO O| May 22 20:52:48.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
52472025-05-22T20:52:48.817Z[ recovery-image] May 22 20:52:48.757 INFO O| May 22 20:52:48.757 INFO STEP 251 (remove_files) COMPLETE
52482025-05-22T20:52:48.817Z[ recovery-image] May 22 20:52:48.757 INFO O| May 22 20:52:48.757 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52492025-05-22T20:52:48.831Z[ recovery-image] May 22 20:52:48.773 INFO O| May 22 20:52:48.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
52502025-05-22T20:52:48.831Z[ recovery-image] May 22 20:52:48.773 INFO O| May 22 20:52:48.773 INFO STEP 252 (remove_files) COMPLETE
52512025-05-22T20:52:48.836Z[ recovery-image] May 22 20:52:48.773 INFO O| May 22 20:52:48.773 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52522025-05-22T20:52:48.847Z[ recovery-image] May 22 20:52:48.790 INFO O| May 22 20:52:48.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
52532025-05-22T20:52:48.847Z[ recovery-image] May 22 20:52:48.790 INFO O| May 22 20:52:48.790 INFO STEP 253 (remove_files) COMPLETE
52542025-05-22T20:52:48.847Z[ recovery-image] May 22 20:52:48.790 INFO O| May 22 20:52:48.790 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52552025-05-22T20:52:48.863Z[ recovery-image] May 22 20:52:48.806 INFO O| May 22 20:52:48.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
52562025-05-22T20:52:48.863Z[ recovery-image] May 22 20:52:48.806 INFO O| May 22 20:52:48.806 INFO STEP 254 (remove_files) COMPLETE
52572025-05-22T20:52:48.863Z[ recovery-image] May 22 20:52:48.806 INFO O| May 22 20:52:48.806 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52582025-05-22T20:52:48.880Z[ recovery-image] May 22 20:52:48.822 INFO O| May 22 20:52:48.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
52592025-05-22T20:52:48.880Z[ recovery-image] May 22 20:52:48.822 INFO O| May 22 20:52:48.822 INFO STEP 255 (remove_files) COMPLETE
52602025-05-22T20:52:48.880Z[ recovery-image] May 22 20:52:48.822 INFO O| May 22 20:52:48.822 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52612025-05-22T20:52:48.894Z[ recovery-image] May 22 20:52:48.836 INFO O| May 22 20:52:48.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
52622025-05-22T20:52:48.898Z[ recovery-image] May 22 20:52:48.837 INFO O| May 22 20:52:48.837 INFO STEP 256 (remove_files) COMPLETE
52632025-05-22T20:52:48.898Z[ recovery-image] May 22 20:52:48.837 INFO O| May 22 20:52:48.837 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52642025-05-22T20:52:48.908Z[ recovery-image] May 22 20:52:48.851 INFO O| May 22 20:52:48.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
52652025-05-22T20:52:48.908Z[ recovery-image] May 22 20:52:48.851 INFO O| May 22 20:52:48.851 INFO STEP 257 (remove_files) COMPLETE
52662025-05-22T20:52:48.908Z[ recovery-image] May 22 20:52:48.851 INFO O| May 22 20:52:48.851 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52672025-05-22T20:52:48.923Z[ recovery-image] May 22 20:52:48.866 INFO O| May 22 20:52:48.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
52682025-05-22T20:52:48.923Z[ recovery-image] May 22 20:52:48.866 INFO O| May 22 20:52:48.866 INFO STEP 258 (remove_files) COMPLETE
52692025-05-22T20:52:48.923Z[ recovery-image] May 22 20:52:48.866 INFO O| May 22 20:52:48.866 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52702025-05-22T20:52:48.939Z[ recovery-image] May 22 20:52:48.881 INFO O| May 22 20:52:48.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
52712025-05-22T20:52:48.939Z[ recovery-image] May 22 20:52:48.881 INFO O| May 22 20:52:48.881 INFO STEP 259 (remove_files) COMPLETE
52722025-05-22T20:52:48.939Z[ recovery-image] May 22 20:52:48.882 INFO O| May 22 20:52:48.881 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52732025-05-22T20:52:48.956Z[ recovery-image] May 22 20:52:48.898 INFO O| May 22 20:52:48.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
52742025-05-22T20:52:48.956Z[ recovery-image] May 22 20:52:48.898 INFO O| May 22 20:52:48.898 INFO STEP 260 (remove_files) COMPLETE
52752025-05-22T20:52:48.956Z[ recovery-image] May 22 20:52:48.898 INFO O| May 22 20:52:48.898 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52762025-05-22T20:52:48.971Z[ recovery-image] May 22 20:52:48.913 INFO O| May 22 20:52:48.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
52772025-05-22T20:52:48.971Z[ recovery-image] May 22 20:52:48.913 INFO O| May 22 20:52:48.913 INFO STEP 261 (remove_files) COMPLETE
52782025-05-22T20:52:48.971Z[ recovery-image] May 22 20:52:48.913 INFO O| May 22 20:52:48.913 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52792025-05-22T20:52:48.986Z[ recovery-image] May 22 20:52:48.928 INFO O| May 22 20:52:48.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
52802025-05-22T20:52:48.986Z[ recovery-image] May 22 20:52:48.929 INFO O| May 22 20:52:48.929 INFO STEP 262 (remove_files) COMPLETE
52812025-05-22T20:52:48.986Z[ recovery-image] May 22 20:52:48.929 INFO O| May 22 20:52:48.929 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52822025-05-22T20:52:49.002Z[ recovery-image] May 22 20:52:48.944 INFO O| May 22 20:52:48.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
52832025-05-22T20:52:49.002Z[ recovery-image] May 22 20:52:48.944 INFO O| May 22 20:52:48.944 INFO STEP 263 (remove_files) COMPLETE
52842025-05-22T20:52:49.002Z[ recovery-image] May 22 20:52:48.944 INFO O| May 22 20:52:48.944 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52852025-05-22T20:52:49.017Z[ recovery-image] May 22 20:52:48.960 INFO O| May 22 20:52:48.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
52862025-05-22T20:52:49.017Z[ recovery-image] May 22 20:52:48.960 INFO O| May 22 20:52:48.960 INFO STEP 264 (remove_files) COMPLETE
52872025-05-22T20:52:49.017Z[ recovery-image] May 22 20:52:48.960 INFO O| May 22 20:52:48.960 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52882025-05-22T20:52:49.032Z[ recovery-image] May 22 20:52:48.974 INFO O| May 22 20:52:48.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
52892025-05-22T20:52:49.032Z[ recovery-image] May 22 20:52:48.975 INFO O| May 22 20:52:48.975 INFO STEP 265 (remove_files) COMPLETE
52902025-05-22T20:52:49.032Z[ recovery-image] May 22 20:52:48.975 INFO O| May 22 20:52:48.975 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52912025-05-22T20:52:49.046Z[ recovery-image] May 22 20:52:48.989 INFO O| May 22 20:52:48.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
52922025-05-22T20:52:49.046Z[ recovery-image] May 22 20:52:48.989 INFO O| May 22 20:52:48.989 INFO STEP 266 (remove_files) COMPLETE
52932025-05-22T20:52:49.049Z[ recovery-image] May 22 20:52:48.989 INFO O| May 22 20:52:48.989 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52942025-05-22T20:52:49.061Z[ recovery-image] May 22 20:52:49.004 INFO O| May 22 20:52:49.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
52952025-05-22T20:52:49.061Z[ recovery-image] May 22 20:52:49.004 INFO O| May 22 20:52:49.004 INFO STEP 267 (remove_files) COMPLETE
52962025-05-22T20:52:49.061Z[ recovery-image] May 22 20:52:49.004 INFO O| May 22 20:52:49.004 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52972025-05-22T20:52:49.076Z[ recovery-image] May 22 20:52:49.018 INFO O| May 22 20:52:49.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
52982025-05-22T20:52:49.076Z[ recovery-image] May 22 20:52:49.018 INFO O| May 22 20:52:49.018 INFO STEP 268 (remove_files) COMPLETE
52992025-05-22T20:52:49.079Z[ recovery-image] May 22 20:52:49.018 INFO O| May 22 20:52:49.018 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53002025-05-22T20:52:49.090Z[ recovery-image] May 22 20:52:49.033 INFO O| May 22 20:52:49.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
53012025-05-22T20:52:49.090Z[ recovery-image] May 22 20:52:49.033 INFO O| May 22 20:52:49.033 INFO STEP 269 (remove_files) COMPLETE
53022025-05-22T20:52:49.090Z[ recovery-image] May 22 20:52:49.033 INFO O| May 22 20:52:49.033 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53032025-05-22T20:52:49.104Z[ recovery-image] May 22 20:52:49.047 INFO O| May 22 20:52:49.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
53042025-05-22T20:52:49.104Z[ recovery-image] May 22 20:52:49.047 INFO O| May 22 20:52:49.047 INFO STEP 270 (remove_files) COMPLETE
53052025-05-22T20:52:49.108Z[ recovery-image] May 22 20:52:49.047 INFO O| May 22 20:52:49.047 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53062025-05-22T20:52:49.120Z[ recovery-image] May 22 20:52:49.062 INFO O| May 22 20:52:49.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
53072025-05-22T20:52:49.120Z[ recovery-image] May 22 20:52:49.062 INFO O| May 22 20:52:49.062 INFO STEP 271 (remove_files) COMPLETE
53082025-05-22T20:52:49.120Z[ recovery-image] May 22 20:52:49.062 INFO O| May 22 20:52:49.062 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53092025-05-22T20:52:49.135Z[ recovery-image] May 22 20:52:49.078 INFO O| May 22 20:52:49.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
53102025-05-22T20:52:49.135Z[ recovery-image] May 22 20:52:49.078 INFO O| May 22 20:52:49.078 INFO STEP 272 (remove_files) COMPLETE
53112025-05-22T20:52:49.135Z[ recovery-image] May 22 20:52:49.078 INFO O| May 22 20:52:49.078 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53122025-05-22T20:52:49.153Z[ recovery-image] May 22 20:52:49.095 INFO O| May 22 20:52:49.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
53132025-05-22T20:52:49.153Z[ recovery-image] May 22 20:52:49.095 INFO O| May 22 20:52:49.095 INFO STEP 273 (remove_files) COMPLETE
53142025-05-22T20:52:49.157Z[ recovery-image] May 22 20:52:49.095 INFO O| May 22 20:52:49.095 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53152025-05-22T20:52:49.168Z[ recovery-image] May 22 20:52:49.111 INFO O| May 22 20:52:49.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
53162025-05-22T20:52:49.168Z[ recovery-image] May 22 20:52:49.111 INFO O| May 22 20:52:49.111 INFO STEP 274 (remove_files) COMPLETE
53172025-05-22T20:52:49.172Z[ recovery-image] May 22 20:52:49.111 INFO O| May 22 20:52:49.111 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53182025-05-22T20:52:49.188Z[ recovery-image] May 22 20:52:49.131 INFO O| May 22 20:52:49.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
53192025-05-22T20:52:49.189Z[ recovery-image] May 22 20:52:49.131 INFO O| May 22 20:52:49.131 INFO STEP 275 (remove_files) COMPLETE
53202025-05-22T20:52:49.189Z[ recovery-image] May 22 20:52:49.131 INFO O| May 22 20:52:49.131 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53212025-05-22T20:52:49.204Z[ recovery-image] May 22 20:52:49.146 INFO O| May 22 20:52:49.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
53222025-05-22T20:52:49.204Z[ recovery-image] May 22 20:52:49.146 INFO O| May 22 20:52:49.146 INFO STEP 276 (remove_files) COMPLETE
53232025-05-22T20:52:49.207Z[ recovery-image] May 22 20:52:49.146 INFO O| May 22 20:52:49.146 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53242025-05-22T20:52:49.219Z[ recovery-image] May 22 20:52:49.161 INFO O| May 22 20:52:49.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
53252025-05-22T20:52:49.219Z[ recovery-image] May 22 20:52:49.161 INFO O| May 22 20:52:49.161 INFO STEP 277 (remove_files) COMPLETE
53262025-05-22T20:52:49.219Z[ recovery-image] May 22 20:52:49.161 INFO O| May 22 20:52:49.161 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53272025-05-22T20:52:49.233Z[ recovery-image] May 22 20:52:49.175 INFO O| May 22 20:52:49.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
53282025-05-22T20:52:49.233Z[ recovery-image] May 22 20:52:49.176 INFO O| May 22 20:52:49.176 INFO STEP 278 (remove_files) COMPLETE
53292025-05-22T20:52:49.236Z[ recovery-image] May 22 20:52:49.176 INFO O| May 22 20:52:49.176 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53302025-05-22T20:52:49.246Z[ recovery-image] May 22 20:52:49.189 INFO O| May 22 20:52:49.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
53312025-05-22T20:52:49.246Z[ recovery-image] May 22 20:52:49.189 INFO O| May 22 20:52:49.189 INFO STEP 279 (remove_files) COMPLETE
53322025-05-22T20:52:49.250Z[ recovery-image] May 22 20:52:49.189 INFO O| May 22 20:52:49.189 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53332025-05-22T20:52:49.261Z[ recovery-image] May 22 20:52:49.204 INFO O| May 22 20:52:49.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
53342025-05-22T20:52:49.261Z[ recovery-image] May 22 20:52:49.204 INFO O| May 22 20:52:49.204 INFO STEP 280 (remove_files) COMPLETE
53352025-05-22T20:52:49.261Z[ recovery-image] May 22 20:52:49.204 INFO O| May 22 20:52:49.204 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53362025-05-22T20:52:49.276Z[ recovery-image] May 22 20:52:49.218 INFO O| May 22 20:52:49.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
53372025-05-22T20:52:49.276Z[ recovery-image] May 22 20:52:49.218 INFO O| May 22 20:52:49.218 INFO STEP 281 (remove_files) COMPLETE
53382025-05-22T20:52:49.276Z[ recovery-image] May 22 20:52:49.218 INFO O| May 22 20:52:49.218 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53392025-05-22T20:52:49.289Z[ recovery-image] May 22 20:52:49.232 INFO O| May 22 20:52:49.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
53402025-05-22T20:52:49.289Z[ recovery-image] May 22 20:52:49.232 INFO O| May 22 20:52:49.232 INFO STEP 282 (remove_files) COMPLETE
53412025-05-22T20:52:49.289Z[ recovery-image] May 22 20:52:49.232 INFO O| May 22 20:52:49.232 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53422025-05-22T20:52:49.302Z[ recovery-image] May 22 20:52:49.245 INFO O| May 22 20:52:49.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
53432025-05-22T20:52:49.302Z[ recovery-image] May 22 20:52:49.245 INFO O| May 22 20:52:49.245 INFO STEP 283 (remove_files) COMPLETE
53442025-05-22T20:52:49.302Z[ recovery-image] May 22 20:52:49.245 INFO O| May 22 20:52:49.245 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53452025-05-22T20:52:49.316Z[ recovery-image] May 22 20:52:49.259 INFO O| May 22 20:52:49.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
53462025-05-22T20:52:49.316Z[ recovery-image] May 22 20:52:49.259 INFO O| May 22 20:52:49.259 INFO STEP 284 (remove_files) COMPLETE
53472025-05-22T20:52:49.316Z[ recovery-image] May 22 20:52:49.259 INFO O| May 22 20:52:49.259 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53482025-05-22T20:52:49.329Z[ recovery-image] May 22 20:52:49.272 INFO O| May 22 20:52:49.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
53492025-05-22T20:52:49.329Z[ recovery-image] May 22 20:52:49.272 INFO O| May 22 20:52:49.272 INFO STEP 285 (remove_files) COMPLETE
53502025-05-22T20:52:49.329Z[ recovery-image] May 22 20:52:49.272 INFO O| May 22 20:52:49.272 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53512025-05-22T20:52:49.343Z[ recovery-image] May 22 20:52:49.285 INFO O| May 22 20:52:49.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
53522025-05-22T20:52:49.346Z[ recovery-image] May 22 20:52:49.286 INFO O| May 22 20:52:49.286 INFO STEP 286 (remove_files) COMPLETE
53532025-05-22T20:52:49.346Z[ recovery-image] May 22 20:52:49.286 INFO O| May 22 20:52:49.286 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53542025-05-22T20:52:49.356Z[ recovery-image] May 22 20:52:49.299 INFO O| May 22 20:52:49.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
53552025-05-22T20:52:49.356Z[ recovery-image] May 22 20:52:49.299 INFO O| May 22 20:52:49.299 INFO STEP 287 (remove_files) COMPLETE
53562025-05-22T20:52:49.356Z[ recovery-image] May 22 20:52:49.299 INFO O| May 22 20:52:49.299 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53572025-05-22T20:52:49.370Z[ recovery-image] May 22 20:52:49.313 INFO O| May 22 20:52:49.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
53582025-05-22T20:52:49.370Z[ recovery-image] May 22 20:52:49.313 INFO O| May 22 20:52:49.313 INFO STEP 288 (remove_files) COMPLETE
53592025-05-22T20:52:49.370Z[ recovery-image] May 22 20:52:49.313 INFO O| May 22 20:52:49.313 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53602025-05-22T20:52:49.385Z[ recovery-image] May 22 20:52:49.327 INFO O| May 22 20:52:49.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
53612025-05-22T20:52:49.385Z[ recovery-image] May 22 20:52:49.328 INFO O| May 22 20:52:49.328 INFO STEP 289 (remove_files) COMPLETE
53622025-05-22T20:52:49.385Z[ recovery-image] May 22 20:52:49.328 INFO O| May 22 20:52:49.328 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53632025-05-22T20:52:49.399Z[ recovery-image] May 22 20:52:49.341 INFO O| May 22 20:52:49.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
53642025-05-22T20:52:49.399Z[ recovery-image] May 22 20:52:49.341 INFO O| May 22 20:52:49.341 INFO STEP 290 (remove_files) COMPLETE
53652025-05-22T20:52:49.399Z[ recovery-image] May 22 20:52:49.341 INFO O| May 22 20:52:49.341 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53662025-05-22T20:52:49.412Z[ recovery-image] May 22 20:52:49.355 INFO O| May 22 20:52:49.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
53672025-05-22T20:52:49.412Z[ recovery-image] May 22 20:52:49.355 INFO O| May 22 20:52:49.355 INFO STEP 291 (remove_files) COMPLETE
53682025-05-22T20:52:49.412Z[ recovery-image] May 22 20:52:49.355 INFO O| May 22 20:52:49.355 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53692025-05-22T20:52:49.426Z[ recovery-image] May 22 20:52:49.368 INFO O| May 22 20:52:49.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
53702025-05-22T20:52:49.426Z[ recovery-image] May 22 20:52:49.368 INFO O| May 22 20:52:49.368 INFO STEP 292 (remove_files) COMPLETE
53712025-05-22T20:52:49.426Z[ recovery-image] May 22 20:52:49.368 INFO O| May 22 20:52:49.368 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53722025-05-22T20:52:49.439Z[ recovery-image] May 22 20:52:49.382 INFO O| May 22 20:52:49.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
53732025-05-22T20:52:49.439Z[ recovery-image] May 22 20:52:49.382 INFO O| May 22 20:52:49.382 INFO STEP 293 (remove_files) COMPLETE
53742025-05-22T20:52:49.439Z[ recovery-image] May 22 20:52:49.382 INFO O| May 22 20:52:49.382 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53752025-05-22T20:52:49.452Z[ recovery-image] May 22 20:52:49.395 INFO O| May 22 20:52:49.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
53762025-05-22T20:52:49.452Z[ recovery-image] May 22 20:52:49.395 INFO O| May 22 20:52:49.395 INFO STEP 294 (remove_files) COMPLETE
53772025-05-22T20:52:49.452Z[ recovery-image] May 22 20:52:49.395 INFO O| May 22 20:52:49.395 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53782025-05-22T20:52:49.466Z[ recovery-image] May 22 20:52:49.409 INFO O| May 22 20:52:49.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
53792025-05-22T20:52:49.466Z[ recovery-image] May 22 20:52:49.409 INFO O| May 22 20:52:49.409 INFO STEP 295 (remove_files) COMPLETE
53802025-05-22T20:52:49.466Z[ recovery-image] May 22 20:52:49.409 INFO O| May 22 20:52:49.409 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53812025-05-22T20:52:49.481Z[ recovery-image] May 22 20:52:49.424 INFO O| May 22 20:52:49.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
53822025-05-22T20:52:49.481Z[ recovery-image] May 22 20:52:49.424 INFO O| May 22 20:52:49.424 INFO STEP 296 (remove_files) COMPLETE
53832025-05-22T20:52:49.481Z[ recovery-image] May 22 20:52:49.424 INFO O| May 22 20:52:49.424 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53842025-05-22T20:52:49.496Z[ recovery-image] May 22 20:52:49.439 INFO O| May 22 20:52:49.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
53852025-05-22T20:52:49.496Z[ recovery-image] May 22 20:52:49.439 INFO O| May 22 20:52:49.439 INFO STEP 297 (remove_files) COMPLETE
53862025-05-22T20:52:49.496Z[ recovery-image] May 22 20:52:49.439 INFO O| May 22 20:52:49.439 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53872025-05-22T20:52:49.514Z[ recovery-image] May 22 20:52:49.457 INFO O| May 22 20:52:49.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
53882025-05-22T20:52:49.514Z[ recovery-image] May 22 20:52:49.457 INFO O| May 22 20:52:49.457 INFO STEP 298 (remove_files) COMPLETE
53892025-05-22T20:52:49.514Z[ recovery-image] May 22 20:52:49.457 INFO O| May 22 20:52:49.457 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53902025-05-22T20:52:49.531Z[ recovery-image] May 22 20:52:49.474 INFO O| May 22 20:52:49.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
53912025-05-22T20:52:49.531Z[ recovery-image] May 22 20:52:49.474 INFO O| May 22 20:52:49.474 INFO STEP 299 (remove_files) COMPLETE
53922025-05-22T20:52:49.531Z[ recovery-image] May 22 20:52:49.474 INFO O| May 22 20:52:49.474 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53932025-05-22T20:52:49.548Z[ recovery-image] May 22 20:52:49.490 INFO O| May 22 20:52:49.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
53942025-05-22T20:52:49.552Z[ recovery-image] May 22 20:52:49.491 INFO O| May 22 20:52:49.491 INFO STEP 300 (remove_files) COMPLETE
53952025-05-22T20:52:49.552Z[ recovery-image] May 22 20:52:49.491 INFO O| May 22 20:52:49.491 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53962025-05-22T20:52:49.569Z[ recovery-image] May 22 20:52:49.509 INFO O| May 22 20:52:49.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
53972025-05-22T20:52:49.569Z[ recovery-image] May 22 20:52:49.509 INFO O| May 22 20:52:49.509 INFO STEP 301 (remove_files) COMPLETE
53982025-05-22T20:52:49.569Z[ recovery-image] May 22 20:52:49.509 INFO O| May 22 20:52:49.509 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53992025-05-22T20:52:49.584Z[ recovery-image] May 22 20:52:49.527 INFO O| May 22 20:52:49.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
54002025-05-22T20:52:49.584Z[ recovery-image] May 22 20:52:49.527 INFO O| May 22 20:52:49.527 INFO STEP 302 (remove_files) COMPLETE
54012025-05-22T20:52:49.584Z[ recovery-image] May 22 20:52:49.527 INFO O| May 22 20:52:49.527 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54022025-05-22T20:52:49.601Z[ recovery-image] May 22 20:52:49.544 INFO O| May 22 20:52:49.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
54032025-05-22T20:52:49.601Z[ recovery-image] May 22 20:52:49.544 INFO O| May 22 20:52:49.544 INFO STEP 303 (remove_files) COMPLETE
54042025-05-22T20:52:49.602Z[ recovery-image] May 22 20:52:49.544 INFO O| May 22 20:52:49.544 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54052025-05-22T20:52:49.619Z[ recovery-image] May 22 20:52:49.561 INFO O| May 22 20:52:49.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
54062025-05-22T20:52:49.619Z[ recovery-image] May 22 20:52:49.561 INFO O| May 22 20:52:49.561 INFO STEP 304 (remove_files) COMPLETE
54072025-05-22T20:52:49.619Z[ recovery-image] May 22 20:52:49.561 INFO O| May 22 20:52:49.561 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54082025-05-22T20:52:49.633Z[ recovery-image] May 22 20:52:49.576 INFO O| May 22 20:52:49.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
54092025-05-22T20:52:49.633Z[ recovery-image] May 22 20:52:49.576 INFO O| May 22 20:52:49.576 INFO STEP 305 (remove_files) COMPLETE
54102025-05-22T20:52:49.633Z[ recovery-image] May 22 20:52:49.576 INFO O| May 22 20:52:49.576 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54112025-05-22T20:52:49.649Z[ recovery-image] May 22 20:52:49.592 INFO O| May 22 20:52:49.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
54122025-05-22T20:52:49.649Z[ recovery-image] May 22 20:52:49.592 INFO O| May 22 20:52:49.592 INFO STEP 306 (remove_files) COMPLETE
54132025-05-22T20:52:49.649Z[ recovery-image] May 22 20:52:49.592 INFO O| May 22 20:52:49.592 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54142025-05-22T20:52:49.667Z[ recovery-image] May 22 20:52:49.609 INFO O| May 22 20:52:49.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
54152025-05-22T20:52:49.667Z[ recovery-image] May 22 20:52:49.609 INFO O| May 22 20:52:49.609 INFO STEP 307 (remove_files) COMPLETE
54162025-05-22T20:52:49.667Z[ recovery-image] May 22 20:52:49.609 INFO O| May 22 20:52:49.609 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54172025-05-22T20:52:49.683Z[ recovery-image] May 22 20:52:49.625 INFO O| May 22 20:52:49.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
54182025-05-22T20:52:49.686Z[ recovery-image] May 22 20:52:49.626 INFO O| May 22 20:52:49.626 INFO STEP 308 (remove_files) COMPLETE
54192025-05-22T20:52:49.686Z[ recovery-image] May 22 20:52:49.626 INFO O| May 22 20:52:49.626 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54202025-05-22T20:52:49.700Z[ recovery-image] May 22 20:52:49.642 INFO O| May 22 20:52:49.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
54212025-05-22T20:52:49.700Z[ recovery-image] May 22 20:52:49.642 INFO O| May 22 20:52:49.642 INFO STEP 309 (remove_files) COMPLETE
54222025-05-22T20:52:49.704Z[ recovery-image] May 22 20:52:49.642 INFO O| May 22 20:52:49.642 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54232025-05-22T20:52:49.714Z[ recovery-image] May 22 20:52:49.657 INFO O| May 22 20:52:49.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
54242025-05-22T20:52:49.715Z[ recovery-image] May 22 20:52:49.657 INFO O| May 22 20:52:49.657 INFO STEP 310 (remove_files) COMPLETE
54252025-05-22T20:52:49.715Z[ recovery-image] May 22 20:52:49.657 INFO O| May 22 20:52:49.657 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54262025-05-22T20:52:49.733Z[ recovery-image] May 22 20:52:49.673 INFO O| May 22 20:52:49.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
54272025-05-22T20:52:49.733Z[ recovery-image] May 22 20:52:49.673 INFO O| May 22 20:52:49.673 INFO STEP 311 (remove_files) COMPLETE
54282025-05-22T20:52:49.736Z[ recovery-image] May 22 20:52:49.673 INFO O| May 22 20:52:49.673 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54292025-05-22T20:52:49.744Z[ recovery-image] May 22 20:52:49.687 INFO O| May 22 20:52:49.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
54302025-05-22T20:52:49.744Z[ recovery-image] May 22 20:52:49.687 INFO O| May 22 20:52:49.687 INFO STEP 312 (remove_files) COMPLETE
54312025-05-22T20:52:49.744Z[ recovery-image] May 22 20:52:49.687 INFO O| May 22 20:52:49.687 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54322025-05-22T20:52:49.758Z[ recovery-image] May 22 20:52:49.701 INFO O| May 22 20:52:49.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
54332025-05-22T20:52:49.758Z[ recovery-image] May 22 20:52:49.701 INFO O| May 22 20:52:49.701 INFO STEP 313 (remove_files) COMPLETE
54342025-05-22T20:52:49.762Z[ recovery-image] May 22 20:52:49.701 INFO O| May 22 20:52:49.701 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54352025-05-22T20:52:49.772Z[ recovery-image] May 22 20:52:49.715 INFO O| May 22 20:52:49.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
54362025-05-22T20:52:49.772Z[ recovery-image] May 22 20:52:49.715 INFO O| May 22 20:52:49.715 INFO STEP 314 (remove_files) COMPLETE
54372025-05-22T20:52:49.772Z[ recovery-image] May 22 20:52:49.715 INFO O| May 22 20:52:49.715 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54382025-05-22T20:52:49.786Z[ recovery-image] May 22 20:52:49.728 INFO O| May 22 20:52:49.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
54392025-05-22T20:52:49.786Z[ recovery-image] May 22 20:52:49.728 INFO O| May 22 20:52:49.728 INFO STEP 315 (remove_files) COMPLETE
54402025-05-22T20:52:49.786Z[ recovery-image] May 22 20:52:49.728 INFO O| May 22 20:52:49.728 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54412025-05-22T20:52:49.801Z[ recovery-image] May 22 20:52:49.743 INFO O| May 22 20:52:49.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
54422025-05-22T20:52:49.801Z[ recovery-image] May 22 20:52:49.743 INFO O| May 22 20:52:49.743 INFO STEP 316 (remove_files) COMPLETE
54432025-05-22T20:52:49.801Z[ recovery-image] May 22 20:52:49.743 INFO O| May 22 20:52:49.743 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54442025-05-22T20:52:49.816Z[ recovery-image] May 22 20:52:49.758 INFO O| May 22 20:52:49.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
54452025-05-22T20:52:49.816Z[ recovery-image] May 22 20:52:49.758 INFO O| May 22 20:52:49.758 INFO STEP 317 (remove_files) COMPLETE
54462025-05-22T20:52:49.816Z[ recovery-image] May 22 20:52:49.758 INFO O| May 22 20:52:49.758 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54472025-05-22T20:52:49.830Z[ recovery-image] May 22 20:52:49.773 INFO O| May 22 20:52:49.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
54482025-05-22T20:52:49.830Z[ recovery-image] May 22 20:52:49.773 INFO O| May 22 20:52:49.773 INFO STEP 318 (remove_files) COMPLETE
54492025-05-22T20:52:49.834Z[ recovery-image] May 22 20:52:49.773 INFO O| May 22 20:52:49.773 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54502025-05-22T20:52:49.842Z[ recovery-image] May 22 20:52:49.785 INFO O| May 22 20:52:49.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
54512025-05-22T20:52:49.842Z[ recovery-image] May 22 20:52:49.785 INFO O| May 22 20:52:49.785 INFO STEP 319 (remove_files) COMPLETE
54522025-05-22T20:52:49.842Z[ recovery-image] May 22 20:52:49.785 INFO O| May 22 20:52:49.785 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54532025-05-22T20:52:49.855Z[ recovery-image] May 22 20:52:49.798 INFO O| May 22 20:52:49.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
54542025-05-22T20:52:49.855Z[ recovery-image] May 22 20:52:49.798 INFO O| May 22 20:52:49.798 INFO STEP 320 (remove_files) COMPLETE
54552025-05-22T20:52:49.855Z[ recovery-image] May 22 20:52:49.798 INFO O| May 22 20:52:49.798 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54562025-05-22T20:52:49.869Z[ recovery-image] May 22 20:52:49.812 INFO O| May 22 20:52:49.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
54572025-05-22T20:52:49.869Z[ recovery-image] May 22 20:52:49.812 INFO O| May 22 20:52:49.812 INFO STEP 321 (remove_files) COMPLETE
54582025-05-22T20:52:49.869Z[ recovery-image] May 22 20:52:49.812 INFO O| May 22 20:52:49.812 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54592025-05-22T20:52:49.884Z[ recovery-image] May 22 20:52:49.826 INFO O| May 22 20:52:49.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
54602025-05-22T20:52:49.884Z[ recovery-image] May 22 20:52:49.826 INFO O| May 22 20:52:49.826 INFO STEP 322 (remove_files) COMPLETE
54612025-05-22T20:52:49.884Z[ recovery-image] May 22 20:52:49.827 INFO O| May 22 20:52:49.826 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54622025-05-22T20:52:49.897Z[ recovery-image] May 22 20:52:49.839 INFO O| May 22 20:52:49.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
54632025-05-22T20:52:49.897Z[ recovery-image] May 22 20:52:49.840 INFO O| May 22 20:52:49.839 INFO STEP 323 (remove_files) COMPLETE
54642025-05-22T20:52:49.897Z[ recovery-image] May 22 20:52:49.840 INFO O| May 22 20:52:49.840 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54652025-05-22T20:52:49.910Z[ recovery-image] May 22 20:52:49.853 INFO O| May 22 20:52:49.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
54662025-05-22T20:52:49.910Z[ recovery-image] May 22 20:52:49.853 INFO O| May 22 20:52:49.853 INFO STEP 324 (remove_files) COMPLETE
54672025-05-22T20:52:49.910Z[ recovery-image] May 22 20:52:49.853 INFO O| May 22 20:52:49.853 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54682025-05-22T20:52:49.923Z[ recovery-image] May 22 20:52:49.866 INFO O| May 22 20:52:49.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
54692025-05-22T20:52:49.924Z[ recovery-image] May 22 20:52:49.866 INFO O| May 22 20:52:49.866 INFO STEP 325 (remove_files) COMPLETE
54702025-05-22T20:52:49.927Z[ recovery-image] May 22 20:52:49.866 INFO O| May 22 20:52:49.866 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54712025-05-22T20:52:49.937Z[ recovery-image] May 22 20:52:49.880 INFO O| May 22 20:52:49.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
54722025-05-22T20:52:49.937Z[ recovery-image] May 22 20:52:49.880 INFO O| May 22 20:52:49.880 INFO STEP 326 (remove_files) COMPLETE
54732025-05-22T20:52:49.940Z[ recovery-image] May 22 20:52:49.880 INFO O| May 22 20:52:49.880 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54742025-05-22T20:52:49.951Z[ recovery-image] May 22 20:52:49.894 INFO O| May 22 20:52:49.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
54752025-05-22T20:52:49.951Z[ recovery-image] May 22 20:52:49.894 INFO O| May 22 20:52:49.894 INFO STEP 327 (remove_files) COMPLETE
54762025-05-22T20:52:49.951Z[ recovery-image] May 22 20:52:49.894 INFO O| May 22 20:52:49.894 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54772025-05-22T20:52:49.965Z[ recovery-image] May 22 20:52:49.908 INFO O| May 22 20:52:49.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
54782025-05-22T20:52:49.965Z[ recovery-image] May 22 20:52:49.908 INFO O| May 22 20:52:49.908 INFO STEP 328 (remove_files) COMPLETE
54792025-05-22T20:52:49.965Z[ recovery-image] May 22 20:52:49.908 INFO O| May 22 20:52:49.908 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54802025-05-22T20:52:49.980Z[ recovery-image] May 22 20:52:49.923 INFO O| May 22 20:52:49.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
54812025-05-22T20:52:49.980Z[ recovery-image] May 22 20:52:49.923 INFO O| May 22 20:52:49.923 INFO STEP 329 (remove_files) COMPLETE
54822025-05-22T20:52:49.980Z[ recovery-image] May 22 20:52:49.923 INFO O| May 22 20:52:49.923 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54832025-05-22T20:52:49.995Z[ recovery-image] May 22 20:52:49.937 INFO O| May 22 20:52:49.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
54842025-05-22T20:52:49.995Z[ recovery-image] May 22 20:52:49.937 INFO O| May 22 20:52:49.937 INFO STEP 330 (remove_files) COMPLETE
54852025-05-22T20:52:49.995Z[ recovery-image] May 22 20:52:49.937 INFO O| May 22 20:52:49.937 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54862025-05-22T20:52:50.009Z[ recovery-image] May 22 20:52:49.951 INFO O| May 22 20:52:49.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
54872025-05-22T20:52:50.009Z[ recovery-image] May 22 20:52:49.951 INFO O| May 22 20:52:49.951 INFO STEP 331 (remove_files) COMPLETE
54882025-05-22T20:52:50.009Z[ recovery-image] May 22 20:52:49.951 INFO O| May 22 20:52:49.951 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54892025-05-22T20:52:50.024Z[ recovery-image] May 22 20:52:49.965 INFO O| May 22 20:52:49.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
54902025-05-22T20:52:50.024Z[ recovery-image] May 22 20:52:49.965 INFO O| May 22 20:52:49.965 INFO STEP 332 (remove_files) COMPLETE
54912025-05-22T20:52:50.024Z[ recovery-image] May 22 20:52:49.965 INFO O| May 22 20:52:49.965 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54922025-05-22T20:52:50.037Z[ recovery-image] May 22 20:52:49.980 INFO O| May 22 20:52:49.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
54932025-05-22T20:52:50.037Z[ recovery-image] May 22 20:52:49.980 INFO O| May 22 20:52:49.980 INFO STEP 333 (remove_files) COMPLETE
54942025-05-22T20:52:50.041Z[ recovery-image] May 22 20:52:49.980 INFO O| May 22 20:52:49.980 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54952025-05-22T20:52:50.053Z[ recovery-image] May 22 20:52:49.995 INFO O| May 22 20:52:49.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
54962025-05-22T20:52:50.053Z[ recovery-image] May 22 20:52:49.995 INFO O| May 22 20:52:49.995 INFO STEP 334 (remove_files) COMPLETE
54972025-05-22T20:52:50.053Z[ recovery-image] May 22 20:52:49.995 INFO O| May 22 20:52:49.995 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54982025-05-22T20:52:50.069Z[ recovery-image] May 22 20:52:50.012 INFO O| May 22 20:52:50.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
54992025-05-22T20:52:50.069Z[ recovery-image] May 22 20:52:50.012 INFO O| May 22 20:52:50.012 INFO STEP 335 (remove_files) COMPLETE
55002025-05-22T20:52:50.069Z[ recovery-image] May 22 20:52:50.012 INFO O| May 22 20:52:50.012 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55012025-05-22T20:52:50.084Z[ recovery-image] May 22 20:52:50.027 INFO O| May 22 20:52:50.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
55022025-05-22T20:52:50.084Z[ recovery-image] May 22 20:52:50.027 INFO O| May 22 20:52:50.027 INFO STEP 336 (remove_files) COMPLETE
55032025-05-22T20:52:50.084Z[ recovery-image] May 22 20:52:50.027 INFO O| May 22 20:52:50.027 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55042025-05-22T20:52:50.099Z[ recovery-image] May 22 20:52:50.041 INFO O| May 22 20:52:50.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
55052025-05-22T20:52:50.099Z[ recovery-image] May 22 20:52:50.041 INFO O| May 22 20:52:50.041 INFO STEP 337 (remove_files) COMPLETE
55062025-05-22T20:52:50.102Z[ recovery-image] May 22 20:52:50.041 INFO O| May 22 20:52:50.041 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55072025-05-22T20:52:50.112Z[ recovery-image] May 22 20:52:50.054 INFO O| May 22 20:52:50.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
55082025-05-22T20:52:50.112Z[ recovery-image] May 22 20:52:50.054 INFO O| May 22 20:52:50.054 INFO STEP 338 (remove_files) COMPLETE
55092025-05-22T20:52:50.112Z[ recovery-image] May 22 20:52:50.054 INFO O| May 22 20:52:50.054 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55102025-05-22T20:52:50.127Z[ recovery-image] May 22 20:52:50.069 INFO O| May 22 20:52:50.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
55112025-05-22T20:52:50.127Z[ recovery-image] May 22 20:52:50.069 INFO O| May 22 20:52:50.069 INFO STEP 339 (remove_files) COMPLETE
55122025-05-22T20:52:50.127Z[ recovery-image] May 22 20:52:50.069 INFO O| May 22 20:52:50.069 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55132025-05-22T20:52:50.141Z[ recovery-image] May 22 20:52:50.084 INFO O| May 22 20:52:50.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
55142025-05-22T20:52:50.141Z[ recovery-image] May 22 20:52:50.084 INFO O| May 22 20:52:50.084 INFO STEP 340 (remove_files) COMPLETE
55152025-05-22T20:52:50.144Z[ recovery-image] May 22 20:52:50.084 INFO O| May 22 20:52:50.084 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55162025-05-22T20:52:50.156Z[ recovery-image] May 22 20:52:50.099 INFO O| May 22 20:52:50.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
55172025-05-22T20:52:50.156Z[ recovery-image] May 22 20:52:50.099 INFO O| May 22 20:52:50.099 INFO STEP 341 (remove_files) COMPLETE
55182025-05-22T20:52:50.156Z[ recovery-image] May 22 20:52:50.099 INFO O| May 22 20:52:50.099 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55192025-05-22T20:52:50.172Z[ recovery-image] May 22 20:52:50.114 INFO O| May 22 20:52:50.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
55202025-05-22T20:52:50.172Z[ recovery-image] May 22 20:52:50.114 INFO O| May 22 20:52:50.114 INFO STEP 342 (remove_files) COMPLETE
55212025-05-22T20:52:50.172Z[ recovery-image] May 22 20:52:50.115 INFO O| May 22 20:52:50.114 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55222025-05-22T20:52:50.189Z[ recovery-image] May 22 20:52:50.130 INFO O| May 22 20:52:50.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
55232025-05-22T20:52:50.189Z[ recovery-image] May 22 20:52:50.130 INFO O| May 22 20:52:50.130 INFO STEP 343 (remove_files) COMPLETE
55242025-05-22T20:52:50.192Z[ recovery-image] May 22 20:52:50.130 INFO O| May 22 20:52:50.130 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55252025-05-22T20:52:50.201Z[ recovery-image] May 22 20:52:50.144 INFO O| May 22 20:52:50.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
55262025-05-22T20:52:50.201Z[ recovery-image] May 22 20:52:50.144 INFO O| May 22 20:52:50.144 INFO STEP 344 (remove_files) COMPLETE
55272025-05-22T20:52:50.201Z[ recovery-image] May 22 20:52:50.144 INFO O| May 22 20:52:50.144 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55282025-05-22T20:52:50.216Z[ recovery-image] May 22 20:52:50.158 INFO O| May 22 20:52:50.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
55292025-05-22T20:52:50.216Z[ recovery-image] May 22 20:52:50.158 INFO O| May 22 20:52:50.158 INFO STEP 345 (remove_files) COMPLETE
55302025-05-22T20:52:50.216Z[ recovery-image] May 22 20:52:50.158 INFO O| May 22 20:52:50.158 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55312025-05-22T20:52:50.229Z[ recovery-image] May 22 20:52:50.171 INFO O| May 22 20:52:50.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
55322025-05-22T20:52:50.229Z[ recovery-image] May 22 20:52:50.172 INFO O| May 22 20:52:50.172 INFO STEP 346 (remove_files) COMPLETE
55332025-05-22T20:52:50.229Z[ recovery-image] May 22 20:52:50.172 INFO O| May 22 20:52:50.172 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55342025-05-22T20:52:50.242Z[ recovery-image] May 22 20:52:50.184 INFO O| May 22 20:52:50.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
55352025-05-22T20:52:50.242Z[ recovery-image] May 22 20:52:50.184 INFO O| May 22 20:52:50.184 INFO STEP 347 (remove_files) COMPLETE
55362025-05-22T20:52:50.242Z[ recovery-image] May 22 20:52:50.184 INFO O| May 22 20:52:50.184 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55372025-05-22T20:52:50.257Z[ recovery-image] May 22 20:52:50.200 INFO O| May 22 20:52:50.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
55382025-05-22T20:52:50.257Z[ recovery-image] May 22 20:52:50.200 INFO O| May 22 20:52:50.200 INFO STEP 348 (remove_files) COMPLETE
55392025-05-22T20:52:50.261Z[ recovery-image] May 22 20:52:50.200 INFO O| May 22 20:52:50.200 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55402025-05-22T20:52:50.271Z[ recovery-image] May 22 20:52:50.214 INFO O| May 22 20:52:50.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
55412025-05-22T20:52:50.271Z[ recovery-image] May 22 20:52:50.214 INFO O| May 22 20:52:50.214 INFO STEP 349 (remove_files) COMPLETE
55422025-05-22T20:52:50.275Z[ recovery-image] May 22 20:52:50.214 INFO O| May 22 20:52:50.214 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55432025-05-22T20:52:50.286Z[ recovery-image] May 22 20:52:50.229 INFO O| May 22 20:52:50.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
55442025-05-22T20:52:50.286Z[ recovery-image] May 22 20:52:50.229 INFO O| May 22 20:52:50.229 INFO STEP 350 (remove_files) COMPLETE
55452025-05-22T20:52:50.286Z[ recovery-image] May 22 20:52:50.229 INFO O| May 22 20:52:50.229 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55462025-05-22T20:52:50.299Z[ recovery-image] May 22 20:52:50.242 INFO O| May 22 20:52:50.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
55472025-05-22T20:52:50.299Z[ recovery-image] May 22 20:52:50.242 INFO O| May 22 20:52:50.242 INFO STEP 351 (remove_files) COMPLETE
55482025-05-22T20:52:50.299Z[ recovery-image] May 22 20:52:50.242 INFO O| May 22 20:52:50.242 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55492025-05-22T20:52:50.313Z[ recovery-image] May 22 20:52:50.255 INFO O| May 22 20:52:50.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
55502025-05-22T20:52:50.313Z[ recovery-image] May 22 20:52:50.256 INFO O| May 22 20:52:50.255 INFO STEP 352 (remove_files) COMPLETE
55512025-05-22T20:52:50.313Z[ recovery-image] May 22 20:52:50.256 INFO O| May 22 20:52:50.256 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55522025-05-22T20:52:50.327Z[ recovery-image] May 22 20:52:50.270 INFO O| May 22 20:52:50.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
55532025-05-22T20:52:50.331Z[ recovery-image] May 22 20:52:50.271 INFO O| May 22 20:52:50.271 INFO STEP 353 (remove_files) COMPLETE
55542025-05-22T20:52:50.331Z[ recovery-image] May 22 20:52:50.271 INFO O| May 22 20:52:50.271 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55552025-05-22T20:52:50.342Z[ recovery-image] May 22 20:52:50.285 INFO O| May 22 20:52:50.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
55562025-05-22T20:52:50.343Z[ recovery-image] May 22 20:52:50.285 INFO O| May 22 20:52:50.285 INFO STEP 354 (remove_files) COMPLETE
55572025-05-22T20:52:50.343Z[ recovery-image] May 22 20:52:50.285 INFO O| May 22 20:52:50.285 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55582025-05-22T20:52:50.357Z[ recovery-image] May 22 20:52:50.300 INFO O| May 22 20:52:50.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
55592025-05-22T20:52:50.358Z[ recovery-image] May 22 20:52:50.300 INFO O| May 22 20:52:50.300 INFO STEP 355 (remove_files) COMPLETE
55602025-05-22T20:52:50.358Z[ recovery-image] May 22 20:52:50.300 INFO O| May 22 20:52:50.300 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55612025-05-22T20:52:50.371Z[ recovery-image] May 22 20:52:50.313 INFO O| May 22 20:52:50.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
55622025-05-22T20:52:50.371Z[ recovery-image] May 22 20:52:50.313 INFO O| May 22 20:52:50.313 INFO STEP 356 (remove_files) COMPLETE
55632025-05-22T20:52:50.371Z[ recovery-image] May 22 20:52:50.313 INFO O| May 22 20:52:50.313 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55642025-05-22T20:52:50.385Z[ recovery-image] May 22 20:52:50.328 INFO O| May 22 20:52:50.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
55652025-05-22T20:52:50.385Z[ recovery-image] May 22 20:52:50.328 INFO O| May 22 20:52:50.328 INFO STEP 357 (remove_files) COMPLETE
55662025-05-22T20:52:50.385Z[ recovery-image] May 22 20:52:50.328 INFO O| May 22 20:52:50.328 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55672025-05-22T20:52:50.400Z[ recovery-image] May 22 20:52:50.343 INFO O| May 22 20:52:50.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
55682025-05-22T20:52:50.400Z[ recovery-image] May 22 20:52:50.343 INFO O| May 22 20:52:50.343 INFO STEP 358 (remove_files) COMPLETE
55692025-05-22T20:52:50.400Z[ recovery-image] May 22 20:52:50.343 INFO O| May 22 20:52:50.343 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55702025-05-22T20:52:50.416Z[ recovery-image] May 22 20:52:50.359 INFO O| May 22 20:52:50.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
55712025-05-22T20:52:50.416Z[ recovery-image] May 22 20:52:50.359 INFO O| May 22 20:52:50.359 INFO STEP 359 (remove_files) COMPLETE
55722025-05-22T20:52:50.416Z[ recovery-image] May 22 20:52:50.359 INFO O| May 22 20:52:50.359 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55732025-05-22T20:52:50.431Z[ recovery-image] May 22 20:52:50.374 INFO O| May 22 20:52:50.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
55742025-05-22T20:52:50.431Z[ recovery-image] May 22 20:52:50.374 INFO O| May 22 20:52:50.374 INFO STEP 360 (remove_files) COMPLETE
55752025-05-22T20:52:50.431Z[ recovery-image] May 22 20:52:50.374 INFO O| May 22 20:52:50.374 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55762025-05-22T20:52:50.446Z[ recovery-image] May 22 20:52:50.389 INFO O| May 22 20:52:50.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
55772025-05-22T20:52:50.447Z[ recovery-image] May 22 20:52:50.389 INFO O| May 22 20:52:50.389 INFO STEP 361 (remove_files) COMPLETE
55782025-05-22T20:52:50.447Z[ recovery-image] May 22 20:52:50.389 INFO O| May 22 20:52:50.389 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55792025-05-22T20:52:50.461Z[ recovery-image] May 22 20:52:50.403 INFO O| May 22 20:52:50.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
55802025-05-22T20:52:50.461Z[ recovery-image] May 22 20:52:50.403 INFO O| May 22 20:52:50.403 INFO STEP 362 (remove_files) COMPLETE
55812025-05-22T20:52:50.461Z[ recovery-image] May 22 20:52:50.403 INFO O| May 22 20:52:50.403 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55822025-05-22T20:52:50.475Z[ recovery-image] May 22 20:52:50.418 INFO O| May 22 20:52:50.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
55832025-05-22T20:52:50.475Z[ recovery-image] May 22 20:52:50.418 INFO O| May 22 20:52:50.418 INFO STEP 363 (remove_files) COMPLETE
55842025-05-22T20:52:50.475Z[ recovery-image] May 22 20:52:50.418 INFO O| May 22 20:52:50.418 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55852025-05-22T20:52:50.491Z[ recovery-image] May 22 20:52:50.433 INFO O| May 22 20:52:50.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
55862025-05-22T20:52:50.491Z[ recovery-image] May 22 20:52:50.433 INFO O| May 22 20:52:50.433 INFO STEP 364 (remove_files) COMPLETE
55872025-05-22T20:52:50.491Z[ recovery-image] May 22 20:52:50.433 INFO O| May 22 20:52:50.433 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55882025-05-22T20:52:50.505Z[ recovery-image] May 22 20:52:50.448 INFO O| May 22 20:52:50.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
55892025-05-22T20:52:50.505Z[ recovery-image] May 22 20:52:50.448 INFO O| May 22 20:52:50.448 INFO STEP 365 (remove_files) COMPLETE
55902025-05-22T20:52:50.505Z[ recovery-image] May 22 20:52:50.448 INFO O| May 22 20:52:50.448 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55912025-05-22T20:52:50.520Z[ recovery-image] May 22 20:52:50.463 INFO O| May 22 20:52:50.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
55922025-05-22T20:52:50.523Z[ recovery-image] May 22 20:52:50.464 INFO O| May 22 20:52:50.464 INFO STEP 366 (remove_files) COMPLETE
55932025-05-22T20:52:50.523Z[ recovery-image] May 22 20:52:50.464 INFO O| May 22 20:52:50.464 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55942025-05-22T20:52:50.535Z[ recovery-image] May 22 20:52:50.478 INFO O| May 22 20:52:50.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
55952025-05-22T20:52:50.539Z[ recovery-image] May 22 20:52:50.479 INFO O| May 22 20:52:50.479 INFO STEP 367 (remove_files) COMPLETE
55962025-05-22T20:52:50.539Z[ recovery-image] May 22 20:52:50.479 INFO O| May 22 20:52:50.479 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55972025-05-22T20:52:50.552Z[ recovery-image] May 22 20:52:50.494 INFO O| May 22 20:52:50.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
55982025-05-22T20:52:50.552Z[ recovery-image] May 22 20:52:50.494 INFO O| May 22 20:52:50.494 INFO STEP 368 (remove_files) COMPLETE
55992025-05-22T20:52:50.557Z[ recovery-image] May 22 20:52:50.494 INFO O| May 22 20:52:50.494 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56002025-05-22T20:52:50.566Z[ recovery-image] May 22 20:52:50.509 INFO O| May 22 20:52:50.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
56012025-05-22T20:52:50.566Z[ recovery-image] May 22 20:52:50.509 INFO O| May 22 20:52:50.509 INFO STEP 369 (remove_files) COMPLETE
56022025-05-22T20:52:50.567Z[ recovery-image] May 22 20:52:50.509 INFO O| May 22 20:52:50.509 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56032025-05-22T20:52:50.580Z[ recovery-image] May 22 20:52:50.523 INFO O| May 22 20:52:50.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
56042025-05-22T20:52:50.580Z[ recovery-image] May 22 20:52:50.523 INFO O| May 22 20:52:50.523 INFO STEP 370 (remove_files) COMPLETE
56052025-05-22T20:52:50.581Z[ recovery-image] May 22 20:52:50.523 INFO O| May 22 20:52:50.523 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56062025-05-22T20:52:50.595Z[ recovery-image] May 22 20:52:50.538 INFO O| May 22 20:52:50.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
56072025-05-22T20:52:50.595Z[ recovery-image] May 22 20:52:50.538 INFO O| May 22 20:52:50.538 INFO STEP 371 (remove_files) COMPLETE
56082025-05-22T20:52:50.595Z[ recovery-image] May 22 20:52:50.538 INFO O| May 22 20:52:50.538 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56092025-05-22T20:52:50.610Z[ recovery-image] May 22 20:52:50.553 INFO O| May 22 20:52:50.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
56102025-05-22T20:52:50.610Z[ recovery-image] May 22 20:52:50.553 INFO O| May 22 20:52:50.553 INFO STEP 372 (remove_files) COMPLETE
56112025-05-22T20:52:50.610Z[ recovery-image] May 22 20:52:50.553 INFO O| May 22 20:52:50.553 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56122025-05-22T20:52:50.626Z[ recovery-image] May 22 20:52:50.569 INFO O| May 22 20:52:50.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
56132025-05-22T20:52:50.626Z[ recovery-image] May 22 20:52:50.569 INFO O| May 22 20:52:50.569 INFO STEP 373 (remove_files) COMPLETE
56142025-05-22T20:52:50.626Z[ recovery-image] May 22 20:52:50.569 INFO O| May 22 20:52:50.569 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56152025-05-22T20:52:50.639Z[ recovery-image] May 22 20:52:50.582 INFO O| May 22 20:52:50.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
56162025-05-22T20:52:50.639Z[ recovery-image] May 22 20:52:50.582 INFO O| May 22 20:52:50.582 INFO STEP 374 (remove_files) COMPLETE
56172025-05-22T20:52:50.639Z[ recovery-image] May 22 20:52:50.582 INFO O| May 22 20:52:50.582 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56182025-05-22T20:52:50.653Z[ recovery-image] May 22 20:52:50.596 INFO O| May 22 20:52:50.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
56192025-05-22T20:52:50.653Z[ recovery-image] May 22 20:52:50.596 INFO O| May 22 20:52:50.596 INFO STEP 375 (remove_files) COMPLETE
56202025-05-22T20:52:50.653Z[ recovery-image] May 22 20:52:50.596 INFO O| May 22 20:52:50.596 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56212025-05-22T20:52:50.668Z[ recovery-image] May 22 20:52:50.610 INFO O| May 22 20:52:50.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
56222025-05-22T20:52:50.668Z[ recovery-image] May 22 20:52:50.610 INFO O| May 22 20:52:50.610 INFO STEP 376 (remove_files) COMPLETE
56232025-05-22T20:52:50.668Z[ recovery-image] May 22 20:52:50.610 INFO O| May 22 20:52:50.610 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56242025-05-22T20:52:50.683Z[ recovery-image] May 22 20:52:50.625 INFO O| May 22 20:52:50.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
56252025-05-22T20:52:50.683Z[ recovery-image] May 22 20:52:50.625 INFO O| May 22 20:52:50.625 INFO STEP 377 (remove_files) COMPLETE
56262025-05-22T20:52:50.686Z[ recovery-image] May 22 20:52:50.625 INFO O| May 22 20:52:50.625 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56272025-05-22T20:52:50.695Z[ recovery-image] May 22 20:52:50.638 INFO O| May 22 20:52:50.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
56282025-05-22T20:52:50.695Z[ recovery-image] May 22 20:52:50.638 INFO O| May 22 20:52:50.638 INFO STEP 378 (remove_files) COMPLETE
56292025-05-22T20:52:50.695Z[ recovery-image] May 22 20:52:50.638 INFO O| May 22 20:52:50.638 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56302025-05-22T20:52:50.709Z[ recovery-image] May 22 20:52:50.651 INFO O| May 22 20:52:50.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
56312025-05-22T20:52:50.709Z[ recovery-image] May 22 20:52:50.652 INFO O| May 22 20:52:50.651 INFO STEP 379 (remove_files) COMPLETE
56322025-05-22T20:52:50.709Z[ recovery-image] May 22 20:52:50.652 INFO O| May 22 20:52:50.652 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56332025-05-22T20:52:50.722Z[ recovery-image] May 22 20:52:50.665 INFO O| May 22 20:52:50.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
56342025-05-22T20:52:50.722Z[ recovery-image] May 22 20:52:50.665 INFO O| May 22 20:52:50.665 INFO STEP 380 (remove_files) COMPLETE
56352025-05-22T20:52:50.725Z[ recovery-image] May 22 20:52:50.665 INFO O| May 22 20:52:50.665 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56362025-05-22T20:52:50.737Z[ recovery-image] May 22 20:52:50.677 INFO O| May 22 20:52:50.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
56372025-05-22T20:52:50.737Z[ recovery-image] May 22 20:52:50.677 INFO O| May 22 20:52:50.677 INFO STEP 381 (remove_files) COMPLETE
56382025-05-22T20:52:50.737Z[ recovery-image] May 22 20:52:50.677 INFO O| May 22 20:52:50.677 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56392025-05-22T20:52:50.747Z[ recovery-image] May 22 20:52:50.690 INFO O| May 22 20:52:50.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
56402025-05-22T20:52:50.747Z[ recovery-image] May 22 20:52:50.690 INFO O| May 22 20:52:50.690 INFO STEP 382 (remove_files) COMPLETE
56412025-05-22T20:52:50.747Z[ recovery-image] May 22 20:52:50.690 INFO O| May 22 20:52:50.690 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56422025-05-22T20:52:50.762Z[ recovery-image] May 22 20:52:50.705 INFO O| May 22 20:52:50.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
56432025-05-22T20:52:50.762Z[ recovery-image] May 22 20:52:50.705 INFO O| May 22 20:52:50.705 INFO STEP 383 (remove_files) COMPLETE
56442025-05-22T20:52:50.762Z[ recovery-image] May 22 20:52:50.705 INFO O| May 22 20:52:50.705 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56452025-05-22T20:52:50.777Z[ recovery-image] May 22 20:52:50.720 INFO O| May 22 20:52:50.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
56462025-05-22T20:52:50.777Z[ recovery-image] May 22 20:52:50.720 INFO O| May 22 20:52:50.720 INFO STEP 384 (remove_files) COMPLETE
56472025-05-22T20:52:50.777Z[ recovery-image] May 22 20:52:50.720 INFO O| May 22 20:52:50.720 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56482025-05-22T20:52:50.792Z[ recovery-image] May 22 20:52:50.735 INFO O| May 22 20:52:50.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
56492025-05-22T20:52:50.792Z[ recovery-image] May 22 20:52:50.735 INFO O| May 22 20:52:50.735 INFO STEP 385 (remove_files) COMPLETE
56502025-05-22T20:52:50.792Z[ recovery-image] May 22 20:52:50.735 INFO O| May 22 20:52:50.735 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56512025-05-22T20:52:50.808Z[ recovery-image] May 22 20:52:50.750 INFO O| May 22 20:52:50.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
56522025-05-22T20:52:50.808Z[ recovery-image] May 22 20:52:50.751 INFO O| May 22 20:52:50.751 INFO STEP 386 (remove_files) COMPLETE
56532025-05-22T20:52:50.811Z[ recovery-image] May 22 20:52:50.751 INFO O| May 22 20:52:50.751 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56542025-05-22T20:52:50.823Z[ recovery-image] May 22 20:52:50.766 INFO O| May 22 20:52:50.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
56552025-05-22T20:52:50.823Z[ recovery-image] May 22 20:52:50.766 INFO O| May 22 20:52:50.766 INFO STEP 387 (remove_files) COMPLETE
56562025-05-22T20:52:50.826Z[ recovery-image] May 22 20:52:50.766 INFO O| May 22 20:52:50.766 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56572025-05-22T20:52:50.838Z[ recovery-image] May 22 20:52:50.781 INFO O| May 22 20:52:50.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
56582025-05-22T20:52:50.838Z[ recovery-image] May 22 20:52:50.781 INFO O| May 22 20:52:50.781 INFO STEP 388 (remove_files) COMPLETE
56592025-05-22T20:52:50.838Z[ recovery-image] May 22 20:52:50.781 INFO O| May 22 20:52:50.781 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56602025-05-22T20:52:50.853Z[ recovery-image] May 22 20:52:50.795 INFO O| May 22 20:52:50.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
56612025-05-22T20:52:50.853Z[ recovery-image] May 22 20:52:50.795 INFO O| May 22 20:52:50.795 INFO STEP 389 (remove_files) COMPLETE
56622025-05-22T20:52:50.853Z[ recovery-image] May 22 20:52:50.795 INFO O| May 22 20:52:50.795 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56632025-05-22T20:52:50.867Z[ recovery-image] May 22 20:52:50.810 INFO O| May 22 20:52:50.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
56642025-05-22T20:52:50.867Z[ recovery-image] May 22 20:52:50.810 INFO O| May 22 20:52:50.810 INFO STEP 390 (remove_files) COMPLETE
56652025-05-22T20:52:50.867Z[ recovery-image] May 22 20:52:50.810 INFO O| May 22 20:52:50.810 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56662025-05-22T20:52:50.882Z[ recovery-image] May 22 20:52:50.825 INFO O| May 22 20:52:50.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
56672025-05-22T20:52:50.883Z[ recovery-image] May 22 20:52:50.825 INFO O| May 22 20:52:50.825 INFO STEP 391 (remove_files) COMPLETE
56682025-05-22T20:52:50.886Z[ recovery-image] May 22 20:52:50.825 INFO O| May 22 20:52:50.825 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56692025-05-22T20:52:50.900Z[ recovery-image] May 22 20:52:50.843 INFO O| May 22 20:52:50.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
56702025-05-22T20:52:50.901Z[ recovery-image] May 22 20:52:50.843 INFO O| May 22 20:52:50.843 INFO STEP 392 (remove_files) COMPLETE
56712025-05-22T20:52:50.901Z[ recovery-image] May 22 20:52:50.843 INFO O| May 22 20:52:50.843 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56722025-05-22T20:52:50.918Z[ recovery-image] May 22 20:52:50.861 INFO O| May 22 20:52:50.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
56732025-05-22T20:52:50.918Z[ recovery-image] May 22 20:52:50.861 INFO O| May 22 20:52:50.861 INFO STEP 393 (remove_files) COMPLETE
56742025-05-22T20:52:50.918Z[ recovery-image] May 22 20:52:50.861 INFO O| May 22 20:52:50.861 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56752025-05-22T20:52:50.936Z[ recovery-image] May 22 20:52:50.879 INFO O| May 22 20:52:50.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
56762025-05-22T20:52:50.936Z[ recovery-image] May 22 20:52:50.879 INFO O| May 22 20:52:50.879 INFO STEP 394 (remove_files) COMPLETE
56772025-05-22T20:52:50.940Z[ recovery-image] May 22 20:52:50.879 INFO O| May 22 20:52:50.879 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56782025-05-22T20:52:50.952Z[ recovery-image] May 22 20:52:50.895 INFO O| May 22 20:52:50.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
56792025-05-22T20:52:50.952Z[ recovery-image] May 22 20:52:50.895 INFO O| May 22 20:52:50.895 INFO STEP 395 (remove_files) COMPLETE
56802025-05-22T20:52:50.952Z[ recovery-image] May 22 20:52:50.895 INFO O| May 22 20:52:50.895 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56812025-05-22T20:52:50.968Z[ recovery-image] May 22 20:52:50.911 INFO O| May 22 20:52:50.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
56822025-05-22T20:52:50.968Z[ recovery-image] May 22 20:52:50.911 INFO O| May 22 20:52:50.911 INFO STEP 396 (remove_files) COMPLETE
56832025-05-22T20:52:50.972Z[ recovery-image] May 22 20:52:50.911 INFO O| May 22 20:52:50.911 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56842025-05-22T20:52:50.986Z[ recovery-image] May 22 20:52:50.928 INFO O| May 22 20:52:50.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
56852025-05-22T20:52:50.986Z[ recovery-image] May 22 20:52:50.929 INFO O| May 22 20:52:50.928 INFO STEP 397 (remove_files) COMPLETE
56862025-05-22T20:52:50.986Z[ recovery-image] May 22 20:52:50.929 INFO O| May 22 20:52:50.929 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56872025-05-22T20:52:51.003Z[ recovery-image] May 22 20:52:50.946 INFO O| May 22 20:52:50.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
56882025-05-22T20:52:51.003Z[ recovery-image] May 22 20:52:50.946 INFO O| May 22 20:52:50.946 INFO STEP 398 (remove_files) COMPLETE
56892025-05-22T20:52:51.004Z[ recovery-image] May 22 20:52:50.946 INFO O| May 22 20:52:50.946 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56902025-05-22T20:52:51.020Z[ recovery-image] May 22 20:52:50.963 INFO O| May 22 20:52:50.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
56912025-05-22T20:52:51.020Z[ recovery-image] May 22 20:52:50.963 INFO O| May 22 20:52:50.963 INFO STEP 399 (remove_files) COMPLETE
56922025-05-22T20:52:51.020Z[ recovery-image] May 22 20:52:50.963 INFO O| May 22 20:52:50.963 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56932025-05-22T20:52:51.036Z[ recovery-image] May 22 20:52:50.979 INFO O| May 22 20:52:50.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
56942025-05-22T20:52:51.036Z[ recovery-image] May 22 20:52:50.979 INFO O| May 22 20:52:50.979 INFO STEP 400 (remove_files) COMPLETE
56952025-05-22T20:52:51.036Z[ recovery-image] May 22 20:52:50.979 INFO O| May 22 20:52:50.979 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56962025-05-22T20:52:51.051Z[ recovery-image] May 22 20:52:50.994 INFO O| May 22 20:52:50.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
56972025-05-22T20:52:51.051Z[ recovery-image] May 22 20:52:50.994 INFO O| May 22 20:52:50.994 INFO STEP 401 (remove_files) COMPLETE
56982025-05-22T20:52:51.057Z[ recovery-image] May 22 20:52:50.994 INFO O| May 22 20:52:50.994 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56992025-05-22T20:52:51.068Z[ recovery-image] May 22 20:52:51.011 INFO O| May 22 20:52:51.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
57002025-05-22T20:52:51.069Z[ recovery-image] May 22 20:52:51.011 INFO O| May 22 20:52:51.011 INFO STEP 402 (remove_files) COMPLETE
57012025-05-22T20:52:51.069Z[ recovery-image] May 22 20:52:51.011 INFO O| May 22 20:52:51.011 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57022025-05-22T20:52:51.086Z[ recovery-image] May 22 20:52:51.029 INFO O| May 22 20:52:51.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
57032025-05-22T20:52:51.086Z[ recovery-image] May 22 20:52:51.029 INFO O| May 22 20:52:51.029 INFO STEP 403 (remove_files) COMPLETE
57042025-05-22T20:52:51.086Z[ recovery-image] May 22 20:52:51.029 INFO O| May 22 20:52:51.029 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57052025-05-22T20:52:51.104Z[ recovery-image] May 22 20:52:51.047 INFO O| May 22 20:52:51.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
57062025-05-22T20:52:51.104Z[ recovery-image] May 22 20:52:51.047 INFO O| May 22 20:52:51.047 INFO STEP 404 (remove_files) COMPLETE
57072025-05-22T20:52:51.108Z[ recovery-image] May 22 20:52:51.047 INFO O| May 22 20:52:51.047 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57082025-05-22T20:52:51.121Z[ recovery-image] May 22 20:52:51.064 INFO O| May 22 20:52:51.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
57092025-05-22T20:52:51.121Z[ recovery-image] May 22 20:52:51.064 INFO O| May 22 20:52:51.064 INFO STEP 405 (remove_files) COMPLETE
57102025-05-22T20:52:51.121Z[ recovery-image] May 22 20:52:51.064 INFO O| May 22 20:52:51.064 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57112025-05-22T20:52:51.136Z[ recovery-image] May 22 20:52:51.079 INFO O| May 22 20:52:51.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
57122025-05-22T20:52:51.136Z[ recovery-image] May 22 20:52:51.079 INFO O| May 22 20:52:51.079 INFO STEP 406 (remove_files) COMPLETE
57132025-05-22T20:52:51.136Z[ recovery-image] May 22 20:52:51.079 INFO O| May 22 20:52:51.079 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57142025-05-22T20:52:51.152Z[ recovery-image] May 22 20:52:51.095 INFO O| May 22 20:52:51.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
57152025-05-22T20:52:51.152Z[ recovery-image] May 22 20:52:51.095 INFO O| May 22 20:52:51.095 INFO STEP 407 (remove_files) COMPLETE
57162025-05-22T20:52:51.152Z[ recovery-image] May 22 20:52:51.095 INFO O| May 22 20:52:51.095 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57172025-05-22T20:52:51.166Z[ recovery-image] May 22 20:52:51.109 INFO O| May 22 20:52:51.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
57182025-05-22T20:52:51.166Z[ recovery-image] May 22 20:52:51.109 INFO O| May 22 20:52:51.109 INFO STEP 408 (remove_files) COMPLETE
57192025-05-22T20:52:51.170Z[ recovery-image] May 22 20:52:51.109 INFO O| May 22 20:52:51.109 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57202025-05-22T20:52:51.181Z[ recovery-image] May 22 20:52:51.124 INFO O| May 22 20:52:51.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
57212025-05-22T20:52:51.181Z[ recovery-image] May 22 20:52:51.124 INFO O| May 22 20:52:51.124 INFO STEP 409 (remove_files) COMPLETE
57222025-05-22T20:52:51.181Z[ recovery-image] May 22 20:52:51.124 INFO O| May 22 20:52:51.124 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57232025-05-22T20:52:51.199Z[ recovery-image] May 22 20:52:51.142 INFO O| May 22 20:52:51.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
57242025-05-22T20:52:51.199Z[ recovery-image] May 22 20:52:51.142 INFO O| May 22 20:52:51.142 INFO STEP 410 (remove_files) COMPLETE
57252025-05-22T20:52:51.199Z[ recovery-image] May 22 20:52:51.142 INFO O| May 22 20:52:51.142 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57262025-05-22T20:52:51.214Z[ recovery-image] May 22 20:52:51.157 INFO O| May 22 20:52:51.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
57272025-05-22T20:52:51.214Z[ recovery-image] May 22 20:52:51.157 INFO O| May 22 20:52:51.157 INFO STEP 411 (remove_files) COMPLETE
57282025-05-22T20:52:51.214Z[ recovery-image] May 22 20:52:51.157 INFO O| May 22 20:52:51.157 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57292025-05-22T20:52:51.228Z[ recovery-image] May 22 20:52:51.171 INFO O| May 22 20:52:51.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
57302025-05-22T20:52:51.228Z[ recovery-image] May 22 20:52:51.171 INFO O| May 22 20:52:51.171 INFO STEP 412 (remove_files) COMPLETE
57312025-05-22T20:52:51.228Z[ recovery-image] May 22 20:52:51.171 INFO O| May 22 20:52:51.171 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57322025-05-22T20:52:51.243Z[ recovery-image] May 22 20:52:51.186 INFO O| May 22 20:52:51.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
57332025-05-22T20:52:51.243Z[ recovery-image] May 22 20:52:51.186 INFO O| May 22 20:52:51.186 INFO STEP 413 (remove_files) COMPLETE
57342025-05-22T20:52:51.246Z[ recovery-image] May 22 20:52:51.186 INFO O| May 22 20:52:51.186 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57352025-05-22T20:52:51.258Z[ recovery-image] May 22 20:52:51.200 INFO O| May 22 20:52:51.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
57362025-05-22T20:52:51.258Z[ recovery-image] May 22 20:52:51.201 INFO O| May 22 20:52:51.201 INFO STEP 414 (remove_files) COMPLETE
57372025-05-22T20:52:51.258Z[ recovery-image] May 22 20:52:51.201 INFO O| May 22 20:52:51.201 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57382025-05-22T20:52:51.273Z[ recovery-image] May 22 20:52:51.216 INFO O| May 22 20:52:51.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
57392025-05-22T20:52:51.273Z[ recovery-image] May 22 20:52:51.216 INFO O| May 22 20:52:51.216 INFO STEP 415 (remove_files) COMPLETE
57402025-05-22T20:52:51.273Z[ recovery-image] May 22 20:52:51.216 INFO O| May 22 20:52:51.216 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57412025-05-22T20:52:51.289Z[ recovery-image] May 22 20:52:51.232 INFO O| May 22 20:52:51.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
57422025-05-22T20:52:51.289Z[ recovery-image] May 22 20:52:51.232 INFO O| May 22 20:52:51.232 INFO STEP 416 (remove_files) COMPLETE
57432025-05-22T20:52:51.289Z[ recovery-image] May 22 20:52:51.232 INFO O| May 22 20:52:51.232 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57442025-05-22T20:52:51.304Z[ recovery-image] May 22 20:52:51.247 INFO O| May 22 20:52:51.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
57452025-05-22T20:52:51.304Z[ recovery-image] May 22 20:52:51.247 INFO O| May 22 20:52:51.247 INFO STEP 417 (remove_files) COMPLETE
57462025-05-22T20:52:51.304Z[ recovery-image] May 22 20:52:51.247 INFO O| May 22 20:52:51.247 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57472025-05-22T20:52:51.319Z[ recovery-image] May 22 20:52:51.261 INFO O| May 22 20:52:51.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
57482025-05-22T20:52:51.319Z[ recovery-image] May 22 20:52:51.261 INFO O| May 22 20:52:51.261 INFO STEP 418 (remove_files) COMPLETE
57492025-05-22T20:52:51.319Z[ recovery-image] May 22 20:52:51.262 INFO O| May 22 20:52:51.261 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57502025-05-22T20:52:51.332Z[ recovery-image] May 22 20:52:51.275 INFO O| May 22 20:52:51.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
57512025-05-22T20:52:51.332Z[ recovery-image] May 22 20:52:51.275 INFO O| May 22 20:52:51.275 INFO STEP 419 (remove_files) COMPLETE
57522025-05-22T20:52:51.332Z[ recovery-image] May 22 20:52:51.275 INFO O| May 22 20:52:51.275 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57532025-05-22T20:52:51.346Z[ recovery-image] May 22 20:52:51.289 INFO O| May 22 20:52:51.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
57542025-05-22T20:52:51.346Z[ recovery-image] May 22 20:52:51.289 INFO O| May 22 20:52:51.289 INFO STEP 420 (remove_files) COMPLETE
57552025-05-22T20:52:51.349Z[ recovery-image] May 22 20:52:51.289 INFO O| May 22 20:52:51.289 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57562025-05-22T20:52:51.362Z[ recovery-image] May 22 20:52:51.305 INFO O| May 22 20:52:51.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
57572025-05-22T20:52:51.362Z[ recovery-image] May 22 20:52:51.305 INFO O| May 22 20:52:51.305 INFO STEP 421 (remove_files) COMPLETE
57582025-05-22T20:52:51.365Z[ recovery-image] May 22 20:52:51.305 INFO O| May 22 20:52:51.305 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57592025-05-22T20:52:51.379Z[ recovery-image] May 22 20:52:51.320 INFO O| May 22 20:52:51.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
57602025-05-22T20:52:51.379Z[ recovery-image] May 22 20:52:51.321 INFO O| May 22 20:52:51.321 INFO STEP 422 (remove_files) COMPLETE
57612025-05-22T20:52:51.382Z[ recovery-image] May 22 20:52:51.321 INFO O| May 22 20:52:51.321 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57622025-05-22T20:52:51.393Z[ recovery-image] May 22 20:52:51.336 INFO O| May 22 20:52:51.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
57632025-05-22T20:52:51.393Z[ recovery-image] May 22 20:52:51.336 INFO O| May 22 20:52:51.336 INFO STEP 423 (remove_files) COMPLETE
57642025-05-22T20:52:51.397Z[ recovery-image] May 22 20:52:51.336 INFO O| May 22 20:52:51.336 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57652025-05-22T20:52:51.408Z[ recovery-image] May 22 20:52:51.351 INFO O| May 22 20:52:51.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
57662025-05-22T20:52:51.408Z[ recovery-image] May 22 20:52:51.351 INFO O| May 22 20:52:51.351 INFO STEP 424 (remove_files) COMPLETE
57672025-05-22T20:52:51.411Z[ recovery-image] May 22 20:52:51.351 INFO O| May 22 20:52:51.351 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57682025-05-22T20:52:51.423Z[ recovery-image] May 22 20:52:51.366 INFO O| May 22 20:52:51.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
57692025-05-22T20:52:51.423Z[ recovery-image] May 22 20:52:51.366 INFO O| May 22 20:52:51.366 INFO STEP 425 (remove_files) COMPLETE
57702025-05-22T20:52:51.423Z[ recovery-image] May 22 20:52:51.366 INFO O| May 22 20:52:51.366 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57712025-05-22T20:52:51.439Z[ recovery-image] May 22 20:52:51.382 INFO O| May 22 20:52:51.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
57722025-05-22T20:52:51.442Z[ recovery-image] May 22 20:52:51.382 INFO O| May 22 20:52:51.382 INFO STEP 426 (remove_files) COMPLETE
57732025-05-22T20:52:51.442Z[ recovery-image] May 22 20:52:51.382 INFO O| May 22 20:52:51.382 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57742025-05-22T20:52:51.455Z[ recovery-image] May 22 20:52:51.398 INFO O| May 22 20:52:51.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
57752025-05-22T20:52:51.455Z[ recovery-image] May 22 20:52:51.398 INFO O| May 22 20:52:51.398 INFO STEP 427 (remove_files) COMPLETE
57762025-05-22T20:52:51.455Z[ recovery-image] May 22 20:52:51.398 INFO O| May 22 20:52:51.398 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57772025-05-22T20:52:51.471Z[ recovery-image] May 22 20:52:51.413 INFO O| May 22 20:52:51.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
57782025-05-22T20:52:51.471Z[ recovery-image] May 22 20:52:51.414 INFO O| May 22 20:52:51.414 INFO STEP 428 (remove_files) COMPLETE
57792025-05-22T20:52:51.471Z[ recovery-image] May 22 20:52:51.414 INFO O| May 22 20:52:51.414 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57802025-05-22T20:52:51.485Z[ recovery-image] May 22 20:52:51.428 INFO O| May 22 20:52:51.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
57812025-05-22T20:52:51.486Z[ recovery-image] May 22 20:52:51.428 INFO O| May 22 20:52:51.428 INFO STEP 429 (remove_files) COMPLETE
57822025-05-22T20:52:51.486Z[ recovery-image] May 22 20:52:51.428 INFO O| May 22 20:52:51.428 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57832025-05-22T20:52:51.501Z[ recovery-image] May 22 20:52:51.444 INFO O| May 22 20:52:51.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
57842025-05-22T20:52:51.501Z[ recovery-image] May 22 20:52:51.444 INFO O| May 22 20:52:51.444 INFO STEP 430 (remove_files) COMPLETE
57852025-05-22T20:52:51.501Z[ recovery-image] May 22 20:52:51.444 INFO O| May 22 20:52:51.444 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57862025-05-22T20:52:51.517Z[ recovery-image] May 22 20:52:51.460 INFO O| May 22 20:52:51.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
57872025-05-22T20:52:51.517Z[ recovery-image] May 22 20:52:51.460 INFO O| May 22 20:52:51.460 INFO STEP 431 (remove_files) COMPLETE
57882025-05-22T20:52:51.517Z[ recovery-image] May 22 20:52:51.460 INFO O| May 22 20:52:51.460 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57892025-05-22T20:52:51.532Z[ recovery-image] May 22 20:52:51.475 INFO O| May 22 20:52:51.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
57902025-05-22T20:52:51.535Z[ recovery-image] May 22 20:52:51.476 INFO O| May 22 20:52:51.476 INFO STEP 432 (remove_files) COMPLETE
57912025-05-22T20:52:51.536Z[ recovery-image] May 22 20:52:51.476 INFO O| May 22 20:52:51.476 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57922025-05-22T20:52:51.549Z[ recovery-image] May 22 20:52:51.491 INFO O| May 22 20:52:51.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
57932025-05-22T20:52:51.549Z[ recovery-image] May 22 20:52:51.492 INFO O| May 22 20:52:51.492 INFO STEP 433 (remove_files) COMPLETE
57942025-05-22T20:52:51.549Z[ recovery-image] May 22 20:52:51.492 INFO O| May 22 20:52:51.492 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57952025-05-22T20:52:51.565Z[ recovery-image] May 22 20:52:51.508 INFO O| May 22 20:52:51.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
57962025-05-22T20:52:51.565Z[ recovery-image] May 22 20:52:51.508 INFO O| May 22 20:52:51.508 INFO STEP 434 (remove_files) COMPLETE
57972025-05-22T20:52:51.565Z[ recovery-image] May 22 20:52:51.508 INFO O| May 22 20:52:51.508 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57982025-05-22T20:52:51.579Z[ recovery-image] May 22 20:52:51.522 INFO O| May 22 20:52:51.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
57992025-05-22T20:52:51.579Z[ recovery-image] May 22 20:52:51.522 INFO O| May 22 20:52:51.522 INFO STEP 435 (remove_files) COMPLETE
58002025-05-22T20:52:51.579Z[ recovery-image] May 22 20:52:51.522 INFO O| May 22 20:52:51.522 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58012025-05-22T20:52:51.594Z[ recovery-image] May 22 20:52:51.537 INFO O| May 22 20:52:51.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
58022025-05-22T20:52:51.594Z[ recovery-image] May 22 20:52:51.537 INFO O| May 22 20:52:51.537 INFO STEP 436 (remove_files) COMPLETE
58032025-05-22T20:52:51.594Z[ recovery-image] May 22 20:52:51.537 INFO O| May 22 20:52:51.537 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58042025-05-22T20:52:51.610Z[ recovery-image] May 22 20:52:51.553 INFO O| May 22 20:52:51.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
58052025-05-22T20:52:51.610Z[ recovery-image] May 22 20:52:51.553 INFO O| May 22 20:52:51.553 INFO STEP 437 (remove_files) COMPLETE
58062025-05-22T20:52:51.613Z[ recovery-image] May 22 20:52:51.553 INFO O| May 22 20:52:51.553 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58072025-05-22T20:52:51.626Z[ recovery-image] May 22 20:52:51.568 INFO O| May 22 20:52:51.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
58082025-05-22T20:52:51.626Z[ recovery-image] May 22 20:52:51.569 INFO O| May 22 20:52:51.569 INFO STEP 438 (remove_files) COMPLETE
58092025-05-22T20:52:51.626Z[ recovery-image] May 22 20:52:51.569 INFO O| May 22 20:52:51.569 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58102025-05-22T20:52:51.641Z[ recovery-image] May 22 20:52:51.584 INFO O| May 22 20:52:51.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
58112025-05-22T20:52:51.641Z[ recovery-image] May 22 20:52:51.584 INFO O| May 22 20:52:51.584 INFO STEP 439 (remove_files) COMPLETE
58122025-05-22T20:52:51.644Z[ recovery-image] May 22 20:52:51.584 INFO O| May 22 20:52:51.584 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58132025-05-22T20:52:51.657Z[ recovery-image] May 22 20:52:51.599 INFO O| May 22 20:52:51.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
58142025-05-22T20:52:51.660Z[ recovery-image] May 22 20:52:51.600 INFO O| May 22 20:52:51.600 INFO STEP 440 (remove_files) COMPLETE
58152025-05-22T20:52:51.660Z[ recovery-image] May 22 20:52:51.600 INFO O| May 22 20:52:51.600 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58162025-05-22T20:52:51.673Z[ recovery-image] May 22 20:52:51.616 INFO O| May 22 20:52:51.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
58172025-05-22T20:52:51.673Z[ recovery-image] May 22 20:52:51.616 INFO O| May 22 20:52:51.616 INFO STEP 441 (remove_files) COMPLETE
58182025-05-22T20:52:51.676Z[ recovery-image] May 22 20:52:51.616 INFO O| May 22 20:52:51.616 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58192025-05-22T20:52:51.687Z[ recovery-image] May 22 20:52:51.630 INFO O| May 22 20:52:51.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
58202025-05-22T20:52:51.687Z[ recovery-image] May 22 20:52:51.631 INFO O| May 22 20:52:51.630 INFO STEP 442 (remove_files) COMPLETE
58212025-05-22T20:52:51.691Z[ recovery-image] May 22 20:52:51.631 INFO O| May 22 20:52:51.631 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58222025-05-22T20:52:51.703Z[ recovery-image] May 22 20:52:51.645 INFO O| May 22 20:52:51.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
58232025-05-22T20:52:51.703Z[ recovery-image] May 22 20:52:51.646 INFO O| May 22 20:52:51.646 INFO STEP 443 (remove_files) COMPLETE
58242025-05-22T20:52:51.703Z[ recovery-image] May 22 20:52:51.646 INFO O| May 22 20:52:51.646 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58252025-05-22T20:52:51.717Z[ recovery-image] May 22 20:52:51.660 INFO O| May 22 20:52:51.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
58262025-05-22T20:52:51.717Z[ recovery-image] May 22 20:52:51.660 INFO O| May 22 20:52:51.660 INFO STEP 444 (remove_files) COMPLETE
58272025-05-22T20:52:51.718Z[ recovery-image] May 22 20:52:51.660 INFO O| May 22 20:52:51.660 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58282025-05-22T20:52:51.732Z[ recovery-image] May 22 20:52:51.674 INFO O| May 22 20:52:51.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
58292025-05-22T20:52:51.732Z[ recovery-image] May 22 20:52:51.675 INFO O| May 22 20:52:51.675 INFO STEP 445 (remove_files) COMPLETE
58302025-05-22T20:52:51.732Z[ recovery-image] May 22 20:52:51.675 INFO O| May 22 20:52:51.675 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58312025-05-22T20:52:51.748Z[ recovery-image] May 22 20:52:51.691 INFO O| May 22 20:52:51.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
58322025-05-22T20:52:51.748Z[ recovery-image] May 22 20:52:51.691 INFO O| May 22 20:52:51.691 INFO STEP 446 (remove_files) COMPLETE
58332025-05-22T20:52:51.748Z[ recovery-image] May 22 20:52:51.691 INFO O| May 22 20:52:51.691 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58342025-05-22T20:52:51.764Z[ recovery-image] May 22 20:52:51.707 INFO O| May 22 20:52:51.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
58352025-05-22T20:52:51.764Z[ recovery-image] May 22 20:52:51.707 INFO O| May 22 20:52:51.707 INFO STEP 447 (remove_files) COMPLETE
58362025-05-22T20:52:51.764Z[ recovery-image] May 22 20:52:51.707 INFO O| May 22 20:52:51.707 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58372025-05-22T20:52:51.778Z[ recovery-image] May 22 20:52:51.721 INFO O| May 22 20:52:51.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
58382025-05-22T20:52:51.778Z[ recovery-image] May 22 20:52:51.721 INFO O| May 22 20:52:51.721 INFO STEP 448 (remove_files) COMPLETE
58392025-05-22T20:52:51.778Z[ recovery-image] May 22 20:52:51.721 INFO O| May 22 20:52:51.721 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58402025-05-22T20:52:51.793Z[ recovery-image] May 22 20:52:51.736 INFO O| May 22 20:52:51.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
58412025-05-22T20:52:51.793Z[ recovery-image] May 22 20:52:51.736 INFO O| May 22 20:52:51.736 INFO STEP 449 (remove_files) COMPLETE
58422025-05-22T20:52:51.793Z[ recovery-image] May 22 20:52:51.736 INFO O| May 22 20:52:51.736 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58432025-05-22T20:52:51.806Z[ recovery-image] May 22 20:52:51.749 INFO O| May 22 20:52:51.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
58442025-05-22T20:52:51.807Z[ recovery-image] May 22 20:52:51.749 INFO O| May 22 20:52:51.749 INFO STEP 450 (remove_files) COMPLETE
58452025-05-22T20:52:51.810Z[ recovery-image] May 22 20:52:51.749 INFO O| May 22 20:52:51.749 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58462025-05-22T20:52:51.823Z[ recovery-image] May 22 20:52:51.765 INFO O| May 22 20:52:51.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
58472025-05-22T20:52:51.823Z[ recovery-image] May 22 20:52:51.765 INFO O| May 22 20:52:51.765 INFO STEP 451 (remove_files) COMPLETE
58482025-05-22T20:52:51.826Z[ recovery-image] May 22 20:52:51.765 INFO O| May 22 20:52:51.765 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58492025-05-22T20:52:51.838Z[ recovery-image] May 22 20:52:51.781 INFO O| May 22 20:52:51.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
58502025-05-22T20:52:51.842Z[ recovery-image] May 22 20:52:51.782 INFO O| May 22 20:52:51.782 INFO STEP 452 (remove_files) COMPLETE
58512025-05-22T20:52:51.842Z[ recovery-image] May 22 20:52:51.782 INFO O| May 22 20:52:51.782 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58522025-05-22T20:52:51.855Z[ recovery-image] May 22 20:52:51.797 INFO O| May 22 20:52:51.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
58532025-05-22T20:52:51.855Z[ recovery-image] May 22 20:52:51.798 INFO O| May 22 20:52:51.797 INFO STEP 453 (remove_files) COMPLETE
58542025-05-22T20:52:51.858Z[ recovery-image] May 22 20:52:51.798 INFO O| May 22 20:52:51.798 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58552025-05-22T20:52:51.870Z[ recovery-image] May 22 20:52:51.812 INFO O| May 22 20:52:51.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
58562025-05-22T20:52:51.870Z[ recovery-image] May 22 20:52:51.813 INFO O| May 22 20:52:51.813 INFO STEP 454 (remove_files) COMPLETE
58572025-05-22T20:52:51.870Z[ recovery-image] May 22 20:52:51.813 INFO O| May 22 20:52:51.813 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58582025-05-22T20:52:51.885Z[ recovery-image] May 22 20:52:51.828 INFO O| May 22 20:52:51.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
58592025-05-22T20:52:51.889Z[ recovery-image] May 22 20:52:51.829 INFO O| May 22 20:52:51.829 INFO STEP 455 (remove_files) COMPLETE
58602025-05-22T20:52:51.889Z[ recovery-image] May 22 20:52:51.829 INFO O| May 22 20:52:51.829 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58612025-05-22T20:52:51.901Z[ recovery-image] May 22 20:52:51.844 INFO O| May 22 20:52:51.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
58622025-05-22T20:52:51.902Z[ recovery-image] May 22 20:52:51.844 INFO O| May 22 20:52:51.844 INFO STEP 456 (remove_files) COMPLETE
58632025-05-22T20:52:51.902Z[ recovery-image] May 22 20:52:51.845 INFO O| May 22 20:52:51.844 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58642025-05-22T20:52:51.916Z[ recovery-image] May 22 20:52:51.859 INFO O| May 22 20:52:51.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
58652025-05-22T20:52:51.916Z[ recovery-image] May 22 20:52:51.859 INFO O| May 22 20:52:51.859 INFO STEP 457 (remove_files) COMPLETE
58662025-05-22T20:52:51.920Z[ recovery-image] May 22 20:52:51.859 INFO O| May 22 20:52:51.859 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58672025-05-22T20:52:51.932Z[ recovery-image] May 22 20:52:51.875 INFO O| May 22 20:52:51.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
58682025-05-22T20:52:51.932Z[ recovery-image] May 22 20:52:51.875 INFO O| May 22 20:52:51.875 INFO STEP 458 (remove_files) COMPLETE
58692025-05-22T20:52:51.932Z[ recovery-image] May 22 20:52:51.875 INFO O| May 22 20:52:51.875 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58702025-05-22T20:52:51.948Z[ recovery-image] May 22 20:52:51.891 INFO O| May 22 20:52:51.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
58712025-05-22T20:52:51.948Z[ recovery-image] May 22 20:52:51.891 INFO O| May 22 20:52:51.891 INFO STEP 459 (remove_files) COMPLETE
58722025-05-22T20:52:51.948Z[ recovery-image] May 22 20:52:51.891 INFO O| May 22 20:52:51.891 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58732025-05-22T20:52:51.965Z[ recovery-image] May 22 20:52:51.908 INFO O| May 22 20:52:51.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
58742025-05-22T20:52:51.965Z[ recovery-image] May 22 20:52:51.908 INFO O| May 22 20:52:51.908 INFO STEP 460 (remove_files) COMPLETE
58752025-05-22T20:52:51.965Z[ recovery-image] May 22 20:52:51.908 INFO O| May 22 20:52:51.908 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58762025-05-22T20:52:51.982Z[ recovery-image] May 22 20:52:51.925 INFO O| May 22 20:52:51.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
58772025-05-22T20:52:51.986Z[ recovery-image] May 22 20:52:51.926 INFO O| May 22 20:52:51.926 INFO STEP 461 (remove_files) COMPLETE
58782025-05-22T20:52:51.986Z[ recovery-image] May 22 20:52:51.926 INFO O| May 22 20:52:51.926 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58792025-05-22T20:52:51.999Z[ recovery-image] May 22 20:52:51.942 INFO O| May 22 20:52:51.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
58802025-05-22T20:52:51.999Z[ recovery-image] May 22 20:52:51.942 INFO O| May 22 20:52:51.942 INFO STEP 462 (remove_files) COMPLETE
58812025-05-22T20:52:51.999Z[ recovery-image] May 22 20:52:51.942 INFO O| May 22 20:52:51.942 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58822025-05-22T20:52:52.014Z[ recovery-image] May 22 20:52:51.957 INFO O| May 22 20:52:51.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
58832025-05-22T20:52:52.014Z[ recovery-image] May 22 20:52:51.957 INFO O| May 22 20:52:51.957 INFO STEP 463 (remove_files) COMPLETE
58842025-05-22T20:52:52.014Z[ recovery-image] May 22 20:52:51.957 INFO O| May 22 20:52:51.957 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58852025-05-22T20:52:52.029Z[ recovery-image] May 22 20:52:51.972 INFO O| May 22 20:52:51.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
58862025-05-22T20:52:52.032Z[ recovery-image] May 22 20:52:51.972 INFO O| May 22 20:52:51.972 INFO STEP 464 (remove_files) COMPLETE
58872025-05-22T20:52:52.032Z[ recovery-image] May 22 20:52:51.972 INFO O| May 22 20:52:51.972 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58882025-05-22T20:52:52.043Z[ recovery-image] May 22 20:52:51.986 INFO O| May 22 20:52:51.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
58892025-05-22T20:52:52.048Z[ recovery-image] May 22 20:52:51.986 INFO O| May 22 20:52:51.986 INFO STEP 465 (remove_files) COMPLETE
58902025-05-22T20:52:52.048Z[ recovery-image] May 22 20:52:51.986 INFO O| May 22 20:52:51.986 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58912025-05-22T20:52:52.057Z[ recovery-image] May 22 20:52:52.000 INFO O| May 22 20:52:51.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
58922025-05-22T20:52:52.057Z[ recovery-image] May 22 20:52:52.000 INFO O| May 22 20:52:52.000 INFO STEP 466 (remove_files) COMPLETE
58932025-05-22T20:52:52.057Z[ recovery-image] May 22 20:52:52.000 INFO O| May 22 20:52:52.000 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58942025-05-22T20:52:52.072Z[ recovery-image] May 22 20:52:52.015 INFO O| May 22 20:52:52.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
58952025-05-22T20:52:52.072Z[ recovery-image] May 22 20:52:52.015 INFO O| May 22 20:52:52.015 INFO STEP 467 (remove_files) COMPLETE
58962025-05-22T20:52:52.075Z[ recovery-image] May 22 20:52:52.015 INFO O| May 22 20:52:52.015 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58972025-05-22T20:52:52.087Z[ recovery-image] May 22 20:52:52.030 INFO O| May 22 20:52:52.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
58982025-05-22T20:52:52.087Z[ recovery-image] May 22 20:52:52.030 INFO O| May 22 20:52:52.030 INFO STEP 468 (remove_files) COMPLETE
58992025-05-22T20:52:52.087Z[ recovery-image] May 22 20:52:52.030 INFO O| May 22 20:52:52.030 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59002025-05-22T20:52:52.104Z[ recovery-image] May 22 20:52:52.047 INFO O| May 22 20:52:52.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
59012025-05-22T20:52:52.104Z[ recovery-image] May 22 20:52:52.047 INFO O| May 22 20:52:52.047 INFO STEP 469 (remove_files) COMPLETE
59022025-05-22T20:52:52.104Z[ recovery-image] May 22 20:52:52.047 INFO O| May 22 20:52:52.047 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59032025-05-22T20:52:52.121Z[ recovery-image] May 22 20:52:52.064 INFO O| May 22 20:52:52.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
59042025-05-22T20:52:52.121Z[ recovery-image] May 22 20:52:52.065 INFO O| May 22 20:52:52.065 INFO STEP 470 (remove_files) COMPLETE
59052025-05-22T20:52:52.121Z[ recovery-image] May 22 20:52:52.065 INFO O| May 22 20:52:52.065 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59062025-05-22T20:52:52.136Z[ recovery-image] May 22 20:52:52.079 INFO O| May 22 20:52:52.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
59072025-05-22T20:52:52.136Z[ recovery-image] May 22 20:52:52.079 INFO O| May 22 20:52:52.079 INFO STEP 471 (remove_files) COMPLETE
59082025-05-22T20:52:52.136Z[ recovery-image] May 22 20:52:52.079 INFO O| May 22 20:52:52.079 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59092025-05-22T20:52:52.152Z[ recovery-image] May 22 20:52:52.094 INFO O| May 22 20:52:52.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
59102025-05-22T20:52:52.152Z[ recovery-image] May 22 20:52:52.094 INFO O| May 22 20:52:52.094 INFO STEP 472 (remove_files) COMPLETE
59112025-05-22T20:52:52.155Z[ recovery-image] May 22 20:52:52.094 INFO O| May 22 20:52:52.094 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59122025-05-22T20:52:52.166Z[ recovery-image] May 22 20:52:52.109 INFO O| May 22 20:52:52.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
59132025-05-22T20:52:52.166Z[ recovery-image] May 22 20:52:52.109 INFO O| May 22 20:52:52.109 INFO STEP 473 (remove_files) COMPLETE
59142025-05-22T20:52:52.169Z[ recovery-image] May 22 20:52:52.109 INFO O| May 22 20:52:52.109 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59152025-05-22T20:52:52.181Z[ recovery-image] May 22 20:52:52.124 INFO O| May 22 20:52:52.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
59162025-05-22T20:52:52.188Z[ recovery-image] May 22 20:52:52.124 INFO O| May 22 20:52:52.124 INFO STEP 474 (remove_files) COMPLETE
59172025-05-22T20:52:52.188Z[ recovery-image] May 22 20:52:52.124 INFO O| May 22 20:52:52.124 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59182025-05-22T20:52:52.197Z[ recovery-image] May 22 20:52:52.140 INFO O| May 22 20:52:52.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
59192025-05-22T20:52:52.197Z[ recovery-image] May 22 20:52:52.140 INFO O| May 22 20:52:52.140 INFO STEP 475 (remove_files) COMPLETE
59202025-05-22T20:52:52.200Z[ recovery-image] May 22 20:52:52.140 INFO O| May 22 20:52:52.140 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59212025-05-22T20:52:52.213Z[ recovery-image] May 22 20:52:52.156 INFO O| May 22 20:52:52.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
59222025-05-22T20:52:52.213Z[ recovery-image] May 22 20:52:52.156 INFO O| May 22 20:52:52.156 INFO STEP 476 (remove_files) COMPLETE
59232025-05-22T20:52:52.213Z[ recovery-image] May 22 20:52:52.156 INFO O| May 22 20:52:52.156 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59242025-05-22T20:52:52.230Z[ recovery-image] May 22 20:52:52.173 INFO O| May 22 20:52:52.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
59252025-05-22T20:52:52.230Z[ recovery-image] May 22 20:52:52.173 INFO O| May 22 20:52:52.173 INFO STEP 477 (remove_files) COMPLETE
59262025-05-22T20:52:52.230Z[ recovery-image] May 22 20:52:52.173 INFO O| May 22 20:52:52.173 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59272025-05-22T20:52:52.245Z[ recovery-image] May 22 20:52:52.188 INFO O| May 22 20:52:52.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
59282025-05-22T20:52:52.245Z[ recovery-image] May 22 20:52:52.189 INFO O| May 22 20:52:52.189 INFO STEP 478 (remove_files) COMPLETE
59292025-05-22T20:52:52.246Z[ recovery-image] May 22 20:52:52.189 INFO O| May 22 20:52:52.189 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59302025-05-22T20:52:52.261Z[ recovery-image] May 22 20:52:52.203 INFO O| May 22 20:52:52.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
59312025-05-22T20:52:52.264Z[ recovery-image] May 22 20:52:52.204 INFO O| May 22 20:52:52.204 INFO STEP 479 (remove_files) COMPLETE
59322025-05-22T20:52:52.264Z[ recovery-image] May 22 20:52:52.204 INFO O| May 22 20:52:52.204 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59332025-05-22T20:52:52.278Z[ recovery-image] May 22 20:52:52.221 INFO O| May 22 20:52:52.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
59342025-05-22T20:52:52.278Z[ recovery-image] May 22 20:52:52.221 INFO O| May 22 20:52:52.221 INFO STEP 480 (remove_files) COMPLETE
59352025-05-22T20:52:52.278Z[ recovery-image] May 22 20:52:52.221 INFO O| May 22 20:52:52.221 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59362025-05-22T20:52:52.292Z[ recovery-image] May 22 20:52:52.235 INFO O| May 22 20:52:52.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
59372025-05-22T20:52:52.296Z[ recovery-image] May 22 20:52:52.235 INFO O| May 22 20:52:52.235 INFO STEP 481 (remove_files) COMPLETE
59382025-05-22T20:52:52.296Z[ recovery-image] May 22 20:52:52.235 INFO O| May 22 20:52:52.235 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59392025-05-22T20:52:52.308Z[ recovery-image] May 22 20:52:52.251 INFO O| May 22 20:52:52.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
59402025-05-22T20:52:52.308Z[ recovery-image] May 22 20:52:52.251 INFO O| May 22 20:52:52.251 INFO STEP 482 (remove_files) COMPLETE
59412025-05-22T20:52:52.311Z[ recovery-image] May 22 20:52:52.251 INFO O| May 22 20:52:52.251 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59422025-05-22T20:52:52.325Z[ recovery-image] May 22 20:52:52.268 INFO O| May 22 20:52:52.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
59432025-05-22T20:52:52.325Z[ recovery-image] May 22 20:52:52.268 INFO O| May 22 20:52:52.268 INFO STEP 483 (remove_files) COMPLETE
59442025-05-22T20:52:52.325Z[ recovery-image] May 22 20:52:52.268 INFO O| May 22 20:52:52.268 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59452025-05-22T20:52:52.342Z[ recovery-image] May 22 20:52:52.284 INFO O| May 22 20:52:52.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
59462025-05-22T20:52:52.342Z[ recovery-image] May 22 20:52:52.285 INFO O| May 22 20:52:52.285 INFO STEP 484 (remove_files) COMPLETE
59472025-05-22T20:52:52.342Z[ recovery-image] May 22 20:52:52.285 INFO O| May 22 20:52:52.285 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59482025-05-22T20:52:52.356Z[ recovery-image] May 22 20:52:52.299 INFO O| May 22 20:52:52.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
59492025-05-22T20:52:52.356Z[ recovery-image] May 22 20:52:52.299 INFO O| May 22 20:52:52.299 INFO STEP 485 (remove_files) COMPLETE
59502025-05-22T20:52:52.356Z[ recovery-image] May 22 20:52:52.299 INFO O| May 22 20:52:52.299 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59512025-05-22T20:52:52.370Z[ recovery-image] May 22 20:52:52.313 INFO O| May 22 20:52:52.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
59522025-05-22T20:52:52.370Z[ recovery-image] May 22 20:52:52.313 INFO O| May 22 20:52:52.313 INFO STEP 486 (remove_files) COMPLETE
59532025-05-22T20:52:52.370Z[ recovery-image] May 22 20:52:52.313 INFO O| May 22 20:52:52.313 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59542025-05-22T20:52:52.385Z[ recovery-image] May 22 20:52:52.328 INFO O| May 22 20:52:52.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
59552025-05-22T20:52:52.385Z[ recovery-image] May 22 20:52:52.328 INFO O| May 22 20:52:52.328 INFO STEP 487 (remove_files) COMPLETE
59562025-05-22T20:52:52.385Z[ recovery-image] May 22 20:52:52.328 INFO O| May 22 20:52:52.328 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59572025-05-22T20:52:52.399Z[ recovery-image] May 22 20:52:52.342 INFO O| May 22 20:52:52.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
59582025-05-22T20:52:52.399Z[ recovery-image] May 22 20:52:52.342 INFO O| May 22 20:52:52.342 INFO STEP 488 (remove_files) COMPLETE
59592025-05-22T20:52:52.399Z[ recovery-image] May 22 20:52:52.342 INFO O| May 22 20:52:52.342 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59602025-05-22T20:52:52.412Z[ recovery-image] May 22 20:52:52.355 INFO O| May 22 20:52:52.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
59612025-05-22T20:52:52.412Z[ recovery-image] May 22 20:52:52.355 INFO O| May 22 20:52:52.355 INFO STEP 489 (remove_files) COMPLETE
59622025-05-22T20:52:52.412Z[ recovery-image] May 22 20:52:52.355 INFO O| May 22 20:52:52.355 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59632025-05-22T20:52:52.427Z[ recovery-image] May 22 20:52:52.370 INFO O| May 22 20:52:52.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
59642025-05-22T20:52:52.427Z[ recovery-image] May 22 20:52:52.370 INFO O| May 22 20:52:52.370 INFO STEP 490 (remove_files) COMPLETE
59652025-05-22T20:52:52.427Z[ recovery-image] May 22 20:52:52.370 INFO O| May 22 20:52:52.370 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59662025-05-22T20:52:52.443Z[ recovery-image] May 22 20:52:52.386 INFO O| May 22 20:52:52.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
59672025-05-22T20:52:52.443Z[ recovery-image] May 22 20:52:52.386 INFO O| May 22 20:52:52.386 INFO STEP 491 (remove_files) COMPLETE
59682025-05-22T20:52:52.446Z[ recovery-image] May 22 20:52:52.386 INFO O| May 22 20:52:52.386 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59692025-05-22T20:52:52.457Z[ recovery-image] May 22 20:52:52.400 INFO O| May 22 20:52:52.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
59702025-05-22T20:52:52.457Z[ recovery-image] May 22 20:52:52.400 INFO O| May 22 20:52:52.400 INFO STEP 492 (remove_files) COMPLETE
59712025-05-22T20:52:52.457Z[ recovery-image] May 22 20:52:52.400 INFO O| May 22 20:52:52.400 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59722025-05-22T20:52:52.473Z[ recovery-image] May 22 20:52:52.415 INFO O| May 22 20:52:52.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
59732025-05-22T20:52:52.473Z[ recovery-image] May 22 20:52:52.416 INFO O| May 22 20:52:52.416 INFO STEP 493 (remove_files) COMPLETE
59742025-05-22T20:52:52.473Z[ recovery-image] May 22 20:52:52.416 INFO O| May 22 20:52:52.416 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59752025-05-22T20:52:52.505Z[ recovery-image] May 22 20:52:52.428 INFO O| May 22 20:52:52.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
59762025-05-22T20:52:52.505Z[ recovery-image] May 22 20:52:52.429 INFO O| May 22 20:52:52.428 INFO STEP 494 (remove_files) COMPLETE
59772025-05-22T20:52:52.505Z[ recovery-image] May 22 20:52:52.429 INFO O| May 22 20:52:52.429 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59782025-05-22T20:52:52.506Z[ recovery-image] May 22 20:52:52.443 INFO O| May 22 20:52:52.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
59792025-05-22T20:52:52.506Z[ recovery-image] May 22 20:52:52.443 INFO O| May 22 20:52:52.443 INFO STEP 495 (remove_files) COMPLETE
59802025-05-22T20:52:52.506Z[ recovery-image] May 22 20:52:52.443 INFO O| May 22 20:52:52.443 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59812025-05-22T20:52:52.606Z[ recovery-image] May 22 20:52:52.456 INFO O| May 22 20:52:52.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
59822025-05-22T20:52:52.606Z[ recovery-image] May 22 20:52:52.456 INFO O| May 22 20:52:52.456 INFO STEP 496 (remove_files) COMPLETE
59832025-05-22T20:52:52.606Z[ recovery-image] May 22 20:52:52.456 INFO O| May 22 20:52:52.456 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59842025-05-22T20:52:52.606Z[ recovery-image] May 22 20:52:52.468 INFO O| May 22 20:52:52.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
59852025-05-22T20:52:52.606Z[ recovery-image] May 22 20:52:52.468 INFO O| May 22 20:52:52.468 INFO STEP 497 (remove_files) COMPLETE
59862025-05-22T20:52:52.606Z[ recovery-image] May 22 20:52:52.468 INFO O| May 22 20:52:52.468 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59872025-05-22T20:52:52.606Z[ recovery-image] May 22 20:52:52.480 INFO O| May 22 20:52:52.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
59882025-05-22T20:52:52.606Z[ recovery-image] May 22 20:52:52.481 INFO O| May 22 20:52:52.480 INFO STEP 498 (remove_files) COMPLETE
59892025-05-22T20:52:52.606Z[ recovery-image] May 22 20:52:52.481 INFO O| May 22 20:52:52.481 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59902025-05-22T20:52:52.606Z[ recovery-image] May 22 20:52:52.495 INFO O| May 22 20:52:52.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
59912025-05-22T20:52:52.607Z[ recovery-image] May 22 20:52:52.495 INFO O| May 22 20:52:52.495 INFO STEP 499 (remove_files) COMPLETE
59922025-05-22T20:52:52.607Z[ recovery-image] May 22 20:52:52.495 INFO O| May 22 20:52:52.495 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59932025-05-22T20:52:52.607Z[ recovery-image] May 22 20:52:52.508 INFO O| May 22 20:52:52.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
59942025-05-22T20:52:52.607Z[ recovery-image] May 22 20:52:52.508 INFO O| May 22 20:52:52.508 INFO STEP 500 (remove_files) COMPLETE
59952025-05-22T20:52:52.607Z[ recovery-image] May 22 20:52:52.509 INFO O| May 22 20:52:52.508 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59962025-05-22T20:52:52.607Z[ recovery-image] May 22 20:52:52.522 INFO O| May 22 20:52:52.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
59972025-05-22T20:52:52.607Z[ recovery-image] May 22 20:52:52.522 INFO O| May 22 20:52:52.522 INFO STEP 501 (remove_files) COMPLETE
59982025-05-22T20:52:52.607Z[ recovery-image] May 22 20:52:52.522 INFO O| May 22 20:52:52.522 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59992025-05-22T20:52:52.607Z[ recovery-image] May 22 20:52:52.536 INFO O| May 22 20:52:52.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
60002025-05-22T20:52:52.607Z[ recovery-image] May 22 20:52:52.536 INFO O| May 22 20:52:52.536 INFO STEP 502 (remove_files) COMPLETE
60012025-05-22T20:52:52.607Z[ recovery-image] May 22 20:52:52.536 INFO O| May 22 20:52:52.536 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60022025-05-22T20:52:52.625Z[ recovery-image] May 22 20:52:52.551 INFO O| May 22 20:52:52.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
60032025-05-22T20:52:52.625Z[ recovery-image] May 22 20:52:52.552 INFO O| May 22 20:52:52.552 INFO STEP 503 (remove_files) COMPLETE
60042025-05-22T20:52:52.626Z[ recovery-image] May 22 20:52:52.552 INFO O| May 22 20:52:52.552 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60052025-05-22T20:52:52.626Z[ recovery-image] May 22 20:52:52.565 INFO O| May 22 20:52:52.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
60062025-05-22T20:52:52.626Z[ recovery-image] May 22 20:52:52.565 INFO O| May 22 20:52:52.565 INFO STEP 504 (remove_files) COMPLETE
60072025-05-22T20:52:52.626Z[ recovery-image] May 22 20:52:52.565 INFO O| May 22 20:52:52.565 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60082025-05-22T20:52:52.637Z[ recovery-image] May 22 20:52:52.580 INFO O| May 22 20:52:52.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
60092025-05-22T20:52:52.637Z[ recovery-image] May 22 20:52:52.580 INFO O| May 22 20:52:52.580 INFO STEP 505 (remove_files) COMPLETE
60102025-05-22T20:52:52.637Z[ recovery-image] May 22 20:52:52.580 INFO O| May 22 20:52:52.580 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60112025-05-22T20:52:52.653Z[ recovery-image] May 22 20:52:52.596 INFO O| May 22 20:52:52.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
60122025-05-22T20:52:52.653Z[ recovery-image] May 22 20:52:52.596 INFO O| May 22 20:52:52.596 INFO STEP 506 (remove_files) COMPLETE
60132025-05-22T20:52:52.653Z[ recovery-image] May 22 20:52:52.596 INFO O| May 22 20:52:52.596 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60142025-05-22T20:52:52.669Z[ recovery-image] May 22 20:52:52.612 INFO O| May 22 20:52:52.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
60152025-05-22T20:52:52.669Z[ recovery-image] May 22 20:52:52.612 INFO O| May 22 20:52:52.612 INFO STEP 507 (remove_files) COMPLETE
60162025-05-22T20:52:52.669Z[ recovery-image] May 22 20:52:52.612 INFO O| May 22 20:52:52.612 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60172025-05-22T20:52:52.685Z[ recovery-image] May 22 20:52:52.628 INFO O| May 22 20:52:52.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
60182025-05-22T20:52:52.685Z[ recovery-image] May 22 20:52:52.628 INFO O| May 22 20:52:52.628 INFO STEP 508 (remove_files) COMPLETE
60192025-05-22T20:52:52.685Z[ recovery-image] May 22 20:52:52.628 INFO O| May 22 20:52:52.628 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60202025-05-22T20:52:52.700Z[ recovery-image] May 22 20:52:52.643 INFO O| May 22 20:52:52.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
60212025-05-22T20:52:52.700Z[ recovery-image] May 22 20:52:52.643 INFO O| May 22 20:52:52.643 INFO STEP 509 (remove_files) COMPLETE
60222025-05-22T20:52:52.700Z[ recovery-image] May 22 20:52:52.643 INFO O| May 22 20:52:52.643 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60232025-05-22T20:52:52.715Z[ recovery-image] May 22 20:52:52.658 INFO O| May 22 20:52:52.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
60242025-05-22T20:52:52.715Z[ recovery-image] May 22 20:52:52.658 INFO O| May 22 20:52:52.658 INFO STEP 510 (remove_files) COMPLETE
60252025-05-22T20:52:52.715Z[ recovery-image] May 22 20:52:52.658 INFO O| May 22 20:52:52.658 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60262025-05-22T20:52:52.729Z[ recovery-image] May 22 20:52:52.672 INFO O| May 22 20:52:52.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
60272025-05-22T20:52:52.729Z[ recovery-image] May 22 20:52:52.672 INFO O| May 22 20:52:52.672 INFO STEP 511 (remove_files) COMPLETE
60282025-05-22T20:52:52.729Z[ recovery-image] May 22 20:52:52.672 INFO O| May 22 20:52:52.672 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60292025-05-22T20:52:52.745Z[ recovery-image] May 22 20:52:52.686 INFO O| May 22 20:52:52.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
60302025-05-22T20:52:52.745Z[ recovery-image] May 22 20:52:52.686 INFO O| May 22 20:52:52.686 INFO STEP 512 (remove_files) COMPLETE
60312025-05-22T20:52:52.745Z[ recovery-image] May 22 20:52:52.686 INFO O| May 22 20:52:52.686 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60322025-05-22T20:52:52.758Z[ recovery-image] May 22 20:52:52.701 INFO O| May 22 20:52:52.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
60332025-05-22T20:52:52.758Z[ recovery-image] May 22 20:52:52.701 INFO O| May 22 20:52:52.701 INFO STEP 513 (remove_files) COMPLETE
60342025-05-22T20:52:52.758Z[ recovery-image] May 22 20:52:52.701 INFO O| May 22 20:52:52.701 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60352025-05-22T20:52:52.773Z[ recovery-image] May 22 20:52:52.716 INFO O| May 22 20:52:52.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
60362025-05-22T20:52:52.773Z[ recovery-image] May 22 20:52:52.716 INFO O| May 22 20:52:52.716 INFO STEP 514 (remove_files) COMPLETE
60372025-05-22T20:52:52.776Z[ recovery-image] May 22 20:52:52.716 INFO O| May 22 20:52:52.716 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60382025-05-22T20:52:52.787Z[ recovery-image] May 22 20:52:52.730 INFO O| May 22 20:52:52.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
60392025-05-22T20:52:52.790Z[ recovery-image] May 22 20:52:52.730 INFO O| May 22 20:52:52.730 INFO STEP 515 (remove_files) COMPLETE
60402025-05-22T20:52:52.790Z[ recovery-image] May 22 20:52:52.730 INFO O| May 22 20:52:52.730 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60412025-05-22T20:52:52.802Z[ recovery-image] May 22 20:52:52.745 INFO O| May 22 20:52:52.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
60422025-05-22T20:52:52.802Z[ recovery-image] May 22 20:52:52.745 INFO O| May 22 20:52:52.745 INFO STEP 516 (remove_files) COMPLETE
60432025-05-22T20:52:52.802Z[ recovery-image] May 22 20:52:52.745 INFO O| May 22 20:52:52.745 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60442025-05-22T20:52:52.826Z[ recovery-image] May 22 20:52:52.769 INFO O| May 22 20:52:52.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
60452025-05-22T20:52:52.826Z[ recovery-image] May 22 20:52:52.769 INFO O| May 22 20:52:52.769 INFO STEP 517 (remove_files) COMPLETE
60462025-05-22T20:52:52.830Z[ recovery-image] May 22 20:52:52.769 INFO O| May 22 20:52:52.769 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60472025-05-22T20:52:52.927Z[ recovery-image] May 22 20:52:52.867 INFO O| May 22 20:52:52.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
60482025-05-22T20:52:52.927Z[ recovery-image] May 22 20:52:52.867 INFO O| May 22 20:52:52.867 INFO STEP 518 (remove_files) COMPLETE
60492025-05-22T20:52:52.927Z[ recovery-image] May 22 20:52:52.867 INFO O| May 22 20:52:52.867 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60502025-05-22T20:52:52.941Z[ recovery-image] May 22 20:52:52.883 INFO O| May 22 20:52:52.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
60512025-05-22T20:52:52.941Z[ recovery-image] May 22 20:52:52.883 INFO O| May 22 20:52:52.883 INFO STEP 519 (remove_files) COMPLETE
60522025-05-22T20:52:52.941Z[ recovery-image] May 22 20:52:52.884 INFO O| May 22 20:52:52.883 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60532025-05-22T20:52:52.959Z[ recovery-image] May 22 20:52:52.899 INFO O| May 22 20:52:52.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
60542025-05-22T20:52:52.959Z[ recovery-image] May 22 20:52:52.899 INFO O| May 22 20:52:52.899 INFO STEP 520 (remove_files) COMPLETE
60552025-05-22T20:52:52.959Z[ recovery-image] May 22 20:52:52.899 INFO O| May 22 20:52:52.899 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60562025-05-22T20:52:52.972Z[ recovery-image] May 22 20:52:52.914 INFO O| May 22 20:52:52.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
60572025-05-22T20:52:52.972Z[ recovery-image] May 22 20:52:52.914 INFO O| May 22 20:52:52.914 INFO STEP 521 (remove_files) COMPLETE
60582025-05-22T20:52:52.972Z[ recovery-image] May 22 20:52:52.914 INFO O| May 22 20:52:52.914 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60592025-05-22T20:52:52.987Z[ recovery-image] May 22 20:52:52.929 INFO O| May 22 20:52:52.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
60602025-05-22T20:52:52.987Z[ recovery-image] May 22 20:52:52.930 INFO O| May 22 20:52:52.930 INFO STEP 522 (remove_files) COMPLETE
60612025-05-22T20:52:52.987Z[ recovery-image] May 22 20:52:52.930 INFO O| May 22 20:52:52.930 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60622025-05-22T20:52:53.005Z[ recovery-image] May 22 20:52:52.947 INFO O| May 22 20:52:52.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
60632025-05-22T20:52:53.008Z[ recovery-image] May 22 20:52:52.948 INFO O| May 22 20:52:52.948 INFO STEP 523 (remove_files) COMPLETE
60642025-05-22T20:52:53.008Z[ recovery-image] May 22 20:52:52.948 INFO O| May 22 20:52:52.948 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60652025-05-22T20:52:53.021Z[ recovery-image] May 22 20:52:52.963 INFO O| May 22 20:52:52.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
60662025-05-22T20:52:53.021Z[ recovery-image] May 22 20:52:52.963 INFO O| May 22 20:52:52.963 INFO STEP 524 (remove_files) COMPLETE
60672025-05-22T20:52:53.021Z[ recovery-image] May 22 20:52:52.963 INFO O| May 22 20:52:52.963 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60682025-05-22T20:52:53.035Z[ recovery-image] May 22 20:52:52.978 INFO O| May 22 20:52:52.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
60692025-05-22T20:52:53.035Z[ recovery-image] May 22 20:52:52.978 INFO O| May 22 20:52:52.978 INFO STEP 525 (remove_files) COMPLETE
60702025-05-22T20:52:53.035Z[ recovery-image] May 22 20:52:52.978 INFO O| May 22 20:52:52.978 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60712025-05-22T20:52:53.052Z[ recovery-image] May 22 20:52:52.995 INFO O| May 22 20:52:52.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
60722025-05-22T20:52:53.052Z[ recovery-image] May 22 20:52:52.995 INFO O| May 22 20:52:52.995 INFO STEP 526 (remove_files) COMPLETE
60732025-05-22T20:52:53.052Z[ recovery-image] May 22 20:52:52.995 INFO O| May 22 20:52:52.995 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60742025-05-22T20:52:53.066Z[ recovery-image] May 22 20:52:53.008 INFO O| May 22 20:52:53.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
60752025-05-22T20:52:53.066Z[ recovery-image] May 22 20:52:53.008 INFO O| May 22 20:52:53.008 INFO STEP 527 (remove_files) COMPLETE
60762025-05-22T20:52:53.066Z[ recovery-image] May 22 20:52:53.008 INFO O| May 22 20:52:53.008 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60772025-05-22T20:52:53.082Z[ recovery-image] May 22 20:52:53.025 INFO O| May 22 20:52:53.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
60782025-05-22T20:52:53.082Z[ recovery-image] May 22 20:52:53.025 INFO O| May 22 20:52:53.025 INFO STEP 528 (remove_files) COMPLETE
60792025-05-22T20:52:53.082Z[ recovery-image] May 22 20:52:53.025 INFO O| May 22 20:52:53.025 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60802025-05-22T20:52:53.099Z[ recovery-image] May 22 20:52:53.042 INFO O| May 22 20:52:53.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
60812025-05-22T20:52:53.100Z[ recovery-image] May 22 20:52:53.042 INFO O| May 22 20:52:53.042 INFO STEP 529 (remove_files) COMPLETE
60822025-05-22T20:52:53.100Z[ recovery-image] May 22 20:52:53.042 INFO O| May 22 20:52:53.042 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60832025-05-22T20:52:53.113Z[ recovery-image] May 22 20:52:53.057 INFO O| May 22 20:52:53.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
60842025-05-22T20:52:53.113Z[ recovery-image] May 22 20:52:53.057 INFO O| May 22 20:52:53.057 INFO STEP 530 (remove_files) COMPLETE
60852025-05-22T20:52:53.114Z[ recovery-image] May 22 20:52:53.057 INFO O| May 22 20:52:53.057 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60862025-05-22T20:52:53.130Z[ recovery-image] May 22 20:52:53.073 INFO O| May 22 20:52:53.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
60872025-05-22T20:52:53.130Z[ recovery-image] May 22 20:52:53.073 INFO O| May 22 20:52:53.073 INFO STEP 531 (remove_files) COMPLETE
60882025-05-22T20:52:53.133Z[ recovery-image] May 22 20:52:53.073 INFO O| May 22 20:52:53.073 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60892025-05-22T20:52:53.146Z[ recovery-image] May 22 20:52:53.089 INFO O| May 22 20:52:53.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
60902025-05-22T20:52:53.146Z[ recovery-image] May 22 20:52:53.089 INFO O| May 22 20:52:53.089 INFO STEP 532 (remove_files) COMPLETE
60912025-05-22T20:52:53.149Z[ recovery-image] May 22 20:52:53.089 INFO O| May 22 20:52:53.089 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60922025-05-22T20:52:53.165Z[ recovery-image] May 22 20:52:53.107 INFO O| May 22 20:52:53.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
60932025-05-22T20:52:53.165Z[ recovery-image] May 22 20:52:53.107 INFO O| May 22 20:52:53.107 INFO STEP 533 (remove_files) COMPLETE
60942025-05-22T20:52:53.169Z[ recovery-image] May 22 20:52:53.107 INFO O| May 22 20:52:53.107 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60952025-05-22T20:52:53.180Z[ recovery-image] May 22 20:52:53.123 INFO O| May 22 20:52:53.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
60962025-05-22T20:52:53.180Z[ recovery-image] May 22 20:52:53.123 INFO O| May 22 20:52:53.123 INFO STEP 534 (remove_files) COMPLETE
60972025-05-22T20:52:53.186Z[ recovery-image] May 22 20:52:53.123 INFO O| May 22 20:52:53.123 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60982025-05-22T20:52:53.196Z[ recovery-image] May 22 20:52:53.138 INFO O| May 22 20:52:53.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
60992025-05-22T20:52:53.196Z[ recovery-image] May 22 20:52:53.138 INFO O| May 22 20:52:53.138 INFO STEP 535 (remove_files) COMPLETE
61002025-05-22T20:52:53.199Z[ recovery-image] May 22 20:52:53.138 INFO O| May 22 20:52:53.138 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61012025-05-22T20:52:53.216Z[ recovery-image] May 22 20:52:53.159 INFO O| May 22 20:52:53.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
61022025-05-22T20:52:53.216Z[ recovery-image] May 22 20:52:53.159 INFO O| May 22 20:52:53.159 INFO STEP 536 (remove_files) COMPLETE
61032025-05-22T20:52:53.220Z[ recovery-image] May 22 20:52:53.160 INFO O| May 22 20:52:53.159 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61042025-05-22T20:52:53.232Z[ recovery-image] May 22 20:52:53.175 INFO O| May 22 20:52:53.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
61052025-05-22T20:52:53.232Z[ recovery-image] May 22 20:52:53.175 INFO O| May 22 20:52:53.175 INFO STEP 537 (remove_files) COMPLETE
61062025-05-22T20:52:53.232Z[ recovery-image] May 22 20:52:53.175 INFO O| May 22 20:52:53.175 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61072025-05-22T20:52:53.245Z[ recovery-image] May 22 20:52:53.188 INFO O| May 22 20:52:53.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
61082025-05-22T20:52:53.292Z[ recovery-image] May 22 20:52:53.188 INFO O| May 22 20:52:53.188 INFO STEP 538 (remove_files) COMPLETE
61092025-05-22T20:52:53.292Z[ recovery-image] May 22 20:52:53.188 INFO O| May 22 20:52:53.188 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61102025-05-22T20:52:53.292Z[ recovery-image] May 22 20:52:53.201 INFO O| May 22 20:52:53.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
61112025-05-22T20:52:53.292Z[ recovery-image] May 22 20:52:53.201 INFO O| May 22 20:52:53.201 INFO STEP 539 (remove_files) COMPLETE
61122025-05-22T20:52:53.293Z[ recovery-image] May 22 20:52:53.201 INFO O| May 22 20:52:53.201 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61132025-05-22T20:52:53.293Z[ recovery-image] May 22 20:52:53.215 INFO O| May 22 20:52:53.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
61142025-05-22T20:52:53.293Z[ recovery-image] May 22 20:52:53.215 INFO O| May 22 20:52:53.215 INFO STEP 540 (remove_files) COMPLETE
61152025-05-22T20:52:53.293Z[ recovery-image] May 22 20:52:53.215 INFO O| May 22 20:52:53.215 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61162025-05-22T20:52:53.293Z[ recovery-image] May 22 20:52:53.229 INFO O| May 22 20:52:53.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
61172025-05-22T20:52:53.293Z[ recovery-image] May 22 20:52:53.229 INFO O| May 22 20:52:53.229 INFO STEP 541 (remove_files) COMPLETE
61182025-05-22T20:52:53.293Z[ recovery-image] May 22 20:52:53.229 INFO O| May 22 20:52:53.229 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61192025-05-22T20:52:53.301Z[ recovery-image] May 22 20:52:53.244 INFO O| May 22 20:52:53.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
61202025-05-22T20:52:53.301Z[ recovery-image] May 22 20:52:53.244 INFO O| May 22 20:52:53.244 INFO STEP 542 (remove_files) COMPLETE
61212025-05-22T20:52:53.301Z[ recovery-image] May 22 20:52:53.244 INFO O| May 22 20:52:53.244 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61222025-05-22T20:52:53.319Z[ recovery-image] May 22 20:52:53.262 INFO O| May 22 20:52:53.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
61232025-05-22T20:52:53.319Z[ recovery-image] May 22 20:52:53.262 INFO O| May 22 20:52:53.262 INFO STEP 543 (remove_files) COMPLETE
61242025-05-22T20:52:53.319Z[ recovery-image] May 22 20:52:53.262 INFO O| May 22 20:52:53.262 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61252025-05-22T20:52:53.335Z[ recovery-image] May 22 20:52:53.278 INFO O| May 22 20:52:53.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
61262025-05-22T20:52:53.335Z[ recovery-image] May 22 20:52:53.278 INFO O| May 22 20:52:53.278 INFO STEP 544 (remove_files) COMPLETE
61272025-05-22T20:52:53.336Z[ recovery-image] May 22 20:52:53.278 INFO O| May 22 20:52:53.278 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61282025-05-22T20:52:53.351Z[ recovery-image] May 22 20:52:53.294 INFO O| May 22 20:52:53.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
61292025-05-22T20:52:53.351Z[ recovery-image] May 22 20:52:53.294 INFO O| May 22 20:52:53.294 INFO STEP 545 (remove_files) COMPLETE
61302025-05-22T20:52:53.351Z[ recovery-image] May 22 20:52:53.294 INFO O| May 22 20:52:53.294 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61312025-05-22T20:52:53.364Z[ recovery-image] May 22 20:52:53.307 INFO O| May 22 20:52:53.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
61322025-05-22T20:52:53.364Z[ recovery-image] May 22 20:52:53.307 INFO O| May 22 20:52:53.307 INFO STEP 546 (remove_files) COMPLETE
61332025-05-22T20:52:53.364Z[ recovery-image] May 22 20:52:53.307 INFO O| May 22 20:52:53.307 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61342025-05-22T20:52:53.377Z[ recovery-image] May 22 20:52:53.320 INFO O| May 22 20:52:53.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
61352025-05-22T20:52:53.377Z[ recovery-image] May 22 20:52:53.321 INFO O| May 22 20:52:53.321 INFO STEP 547 (remove_files) COMPLETE
61362025-05-22T20:52:53.381Z[ recovery-image] May 22 20:52:53.321 INFO O| May 22 20:52:53.321 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61372025-05-22T20:52:53.392Z[ recovery-image] May 22 20:52:53.335 INFO O| May 22 20:52:53.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
61382025-05-22T20:52:53.392Z[ recovery-image] May 22 20:52:53.335 INFO O| May 22 20:52:53.335 INFO STEP 548 (remove_files) COMPLETE
61392025-05-22T20:52:53.392Z[ recovery-image] May 22 20:52:53.335 INFO O| May 22 20:52:53.335 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61402025-05-22T20:52:53.407Z[ recovery-image] May 22 20:52:53.350 INFO O| May 22 20:52:53.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
61412025-05-22T20:52:53.407Z[ recovery-image] May 22 20:52:53.350 INFO O| May 22 20:52:53.350 INFO STEP 549 (remove_files) COMPLETE
61422025-05-22T20:52:53.410Z[ recovery-image] May 22 20:52:53.350 INFO O| May 22 20:52:53.350 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61432025-05-22T20:52:53.422Z[ recovery-image] May 22 20:52:53.365 INFO O| May 22 20:52:53.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
61442025-05-22T20:52:53.422Z[ recovery-image] May 22 20:52:53.365 INFO O| May 22 20:52:53.365 INFO STEP 550 (remove_files) COMPLETE
61452025-05-22T20:52:53.427Z[ recovery-image] May 22 20:52:53.365 INFO O| May 22 20:52:53.365 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61462025-05-22T20:52:53.439Z[ recovery-image] May 22 20:52:53.382 INFO O| May 22 20:52:53.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
61472025-05-22T20:52:53.439Z[ recovery-image] May 22 20:52:53.382 INFO O| May 22 20:52:53.382 INFO STEP 551 (remove_files) COMPLETE
61482025-05-22T20:52:53.439Z[ recovery-image] May 22 20:52:53.382 INFO O| May 22 20:52:53.382 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61492025-05-22T20:52:53.497Z[ recovery-image] May 22 20:52:53.399 INFO O| May 22 20:52:53.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
61502025-05-22T20:52:53.497Z[ recovery-image] May 22 20:52:53.399 INFO O| May 22 20:52:53.399 INFO STEP 552 (remove_files) COMPLETE
61512025-05-22T20:52:53.497Z[ recovery-image] May 22 20:52:53.399 INFO O| May 22 20:52:53.399 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61522025-05-22T20:52:53.497Z[ recovery-image] May 22 20:52:53.416 INFO O| May 22 20:52:53.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
61532025-05-22T20:52:53.497Z[ recovery-image] May 22 20:52:53.416 INFO O| May 22 20:52:53.416 INFO STEP 553 (remove_files) COMPLETE
61542025-05-22T20:52:53.497Z[ recovery-image] May 22 20:52:53.416 INFO O| May 22 20:52:53.416 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61552025-05-22T20:52:53.497Z[ recovery-image] May 22 20:52:53.433 INFO O| May 22 20:52:53.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
61562025-05-22T20:52:53.497Z[ recovery-image] May 22 20:52:53.433 INFO O| May 22 20:52:53.433 INFO STEP 554 (remove_files) COMPLETE
61572025-05-22T20:52:53.497Z[ recovery-image] May 22 20:52:53.433 INFO O| May 22 20:52:53.433 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61582025-05-22T20:52:53.505Z[ recovery-image] May 22 20:52:53.448 INFO O| May 22 20:52:53.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
61592025-05-22T20:52:53.505Z[ recovery-image] May 22 20:52:53.448 INFO O| May 22 20:52:53.448 INFO STEP 555 (remove_files) COMPLETE
61602025-05-22T20:52:53.505Z[ recovery-image] May 22 20:52:53.448 INFO O| May 22 20:52:53.448 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61612025-05-22T20:52:53.547Z[ recovery-image] May 22 20:52:53.490 INFO O| May 22 20:52:53.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
61622025-05-22T20:52:53.547Z[ recovery-image] May 22 20:52:53.490 INFO O| May 22 20:52:53.490 INFO STEP 556 (remove_files) COMPLETE
61632025-05-22T20:52:53.547Z[ recovery-image] May 22 20:52:53.490 INFO O| May 22 20:52:53.490 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61642025-05-22T20:52:53.564Z[ recovery-image] May 22 20:52:53.507 INFO O| May 22 20:52:53.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
61652025-05-22T20:52:53.564Z[ recovery-image] May 22 20:52:53.507 INFO O| May 22 20:52:53.507 INFO STEP 557 (remove_files) COMPLETE
61662025-05-22T20:52:53.564Z[ recovery-image] May 22 20:52:53.507 INFO O| May 22 20:52:53.507 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61672025-05-22T20:52:53.579Z[ recovery-image] May 22 20:52:53.522 INFO O| May 22 20:52:53.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
61682025-05-22T20:52:53.579Z[ recovery-image] May 22 20:52:53.522 INFO O| May 22 20:52:53.522 INFO STEP 558 (remove_files) COMPLETE
61692025-05-22T20:52:53.579Z[ recovery-image] May 22 20:52:53.522 INFO O| May 22 20:52:53.522 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61702025-05-22T20:52:53.594Z[ recovery-image] May 22 20:52:53.537 INFO O| May 22 20:52:53.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
61712025-05-22T20:52:53.597Z[ recovery-image] May 22 20:52:53.537 INFO O| May 22 20:52:53.537 INFO STEP 559 (remove_files) COMPLETE
61722025-05-22T20:52:53.597Z[ recovery-image] May 22 20:52:53.537 INFO O| May 22 20:52:53.537 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61732025-05-22T20:52:53.610Z[ recovery-image] May 22 20:52:53.553 INFO O| May 22 20:52:53.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
61742025-05-22T20:52:53.610Z[ recovery-image] May 22 20:52:53.553 INFO O| May 22 20:52:53.553 INFO STEP 560 (remove_files) COMPLETE
61752025-05-22T20:52:53.610Z[ recovery-image] May 22 20:52:53.553 INFO O| May 22 20:52:53.553 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61762025-05-22T20:52:53.626Z[ recovery-image] May 22 20:52:53.570 INFO O| May 22 20:52:53.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
61772025-05-22T20:52:53.627Z[ recovery-image] May 22 20:52:53.570 INFO O| May 22 20:52:53.570 INFO STEP 561 (remove_files) COMPLETE
61782025-05-22T20:52:53.627Z[ recovery-image] May 22 20:52:53.570 INFO O| May 22 20:52:53.570 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61792025-05-22T20:52:53.642Z[ recovery-image] May 22 20:52:53.585 INFO O| May 22 20:52:53.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
61802025-05-22T20:52:53.642Z[ recovery-image] May 22 20:52:53.585 INFO O| May 22 20:52:53.585 INFO STEP 562 (remove_files) COMPLETE
61812025-05-22T20:52:53.645Z[ recovery-image] May 22 20:52:53.585 INFO O| May 22 20:52:53.585 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61822025-05-22T20:52:53.658Z[ recovery-image] May 22 20:52:53.601 INFO O| May 22 20:52:53.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
61832025-05-22T20:52:53.658Z[ recovery-image] May 22 20:52:53.601 INFO O| May 22 20:52:53.601 INFO STEP 563 (remove_files) COMPLETE
61842025-05-22T20:52:53.658Z[ recovery-image] May 22 20:52:53.601 INFO O| May 22 20:52:53.601 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61852025-05-22T20:52:53.673Z[ recovery-image] May 22 20:52:53.616 INFO O| May 22 20:52:53.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
61862025-05-22T20:52:53.673Z[ recovery-image] May 22 20:52:53.616 INFO O| May 22 20:52:53.616 INFO STEP 564 (remove_files) COMPLETE
61872025-05-22T20:52:53.673Z[ recovery-image] May 22 20:52:53.616 INFO O| May 22 20:52:53.616 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61882025-05-22T20:52:53.686Z[ recovery-image] May 22 20:52:53.629 INFO O| May 22 20:52:53.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
61892025-05-22T20:52:53.689Z[ recovery-image] May 22 20:52:53.629 INFO O| May 22 20:52:53.629 INFO STEP 565 (remove_files) COMPLETE
61902025-05-22T20:52:53.689Z[ recovery-image] May 22 20:52:53.629 INFO O| May 22 20:52:53.629 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61912025-05-22T20:52:53.701Z[ recovery-image] May 22 20:52:53.644 INFO O| May 22 20:52:53.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
61922025-05-22T20:52:53.701Z[ recovery-image] May 22 20:52:53.644 INFO O| May 22 20:52:53.644 INFO STEP 566 (remove_files) COMPLETE
61932025-05-22T20:52:53.701Z[ recovery-image] May 22 20:52:53.644 INFO O| May 22 20:52:53.644 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61942025-05-22T20:52:53.716Z[ recovery-image] May 22 20:52:53.659 INFO O| May 22 20:52:53.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
61952025-05-22T20:52:53.716Z[ recovery-image] May 22 20:52:53.659 INFO O| May 22 20:52:53.659 INFO STEP 567 (remove_files) COMPLETE
61962025-05-22T20:52:53.716Z[ recovery-image] May 22 20:52:53.659 INFO O| May 22 20:52:53.659 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61972025-05-22T20:52:53.730Z[ recovery-image] May 22 20:52:53.673 INFO O| May 22 20:52:53.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
61982025-05-22T20:52:53.733Z[ recovery-image] May 22 20:52:53.673 INFO O| May 22 20:52:53.673 INFO STEP 568 (remove_files) COMPLETE
61992025-05-22T20:52:53.733Z[ recovery-image] May 22 20:52:53.673 INFO O| May 22 20:52:53.673 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62002025-05-22T20:52:53.744Z[ recovery-image] May 22 20:52:53.687 INFO O| May 22 20:52:53.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
62012025-05-22T20:52:53.744Z[ recovery-image] May 22 20:52:53.688 INFO O| May 22 20:52:53.687 INFO STEP 569 (remove_files) COMPLETE
62022025-05-22T20:52:53.744Z[ recovery-image] May 22 20:52:53.688 INFO O| May 22 20:52:53.687 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62032025-05-22T20:52:53.757Z[ recovery-image] May 22 20:52:53.700 INFO O| May 22 20:52:53.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
62042025-05-22T20:52:53.757Z[ recovery-image] May 22 20:52:53.700 INFO O| May 22 20:52:53.700 INFO STEP 570 (remove_files) COMPLETE
62052025-05-22T20:52:53.757Z[ recovery-image] May 22 20:52:53.700 INFO O| May 22 20:52:53.700 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62062025-05-22T20:52:53.770Z[ recovery-image] May 22 20:52:53.713 INFO O| May 22 20:52:53.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
62072025-05-22T20:52:53.770Z[ recovery-image] May 22 20:52:53.713 INFO O| May 22 20:52:53.713 INFO STEP 571 (remove_files) COMPLETE
62082025-05-22T20:52:53.770Z[ recovery-image] May 22 20:52:53.713 INFO O| May 22 20:52:53.713 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62092025-05-22T20:52:53.784Z[ recovery-image] May 22 20:52:53.728 INFO O| May 22 20:52:53.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
62102025-05-22T20:52:53.784Z[ recovery-image] May 22 20:52:53.728 INFO O| May 22 20:52:53.728 INFO STEP 572 (remove_files) COMPLETE
62112025-05-22T20:52:53.784Z[ recovery-image] May 22 20:52:53.728 INFO O| May 22 20:52:53.728 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62122025-05-22T20:52:53.798Z[ recovery-image] May 22 20:52:53.742 INFO O| May 22 20:52:53.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
62132025-05-22T20:52:53.799Z[ recovery-image] May 22 20:52:53.742 INFO O| May 22 20:52:53.742 INFO STEP 573 (remove_files) COMPLETE
62142025-05-22T20:52:53.799Z[ recovery-image] May 22 20:52:53.742 INFO O| May 22 20:52:53.742 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62152025-05-22T20:52:53.814Z[ recovery-image] May 22 20:52:53.757 INFO O| May 22 20:52:53.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
62162025-05-22T20:52:53.814Z[ recovery-image] May 22 20:52:53.757 INFO O| May 22 20:52:53.757 INFO STEP 574 (remove_files) COMPLETE
62172025-05-22T20:52:53.814Z[ recovery-image] May 22 20:52:53.757 INFO O| May 22 20:52:53.757 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62182025-05-22T20:52:53.901Z[ recovery-image] May 22 20:52:53.844 INFO O| May 22 20:52:53.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
62192025-05-22T20:52:53.901Z[ recovery-image] May 22 20:52:53.844 INFO O| May 22 20:52:53.771 INFO STEP 575 (remove_files) COMPLETE
62202025-05-22T20:52:53.901Z[ recovery-image] May 22 20:52:53.844 INFO O| May 22 20:52:53.771 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62212025-05-22T20:52:53.901Z[ recovery-image] May 22 20:52:53.844 INFO O| May 22 20:52:53.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
62222025-05-22T20:52:53.905Z[ recovery-image] May 22 20:52:53.844 INFO O| May 22 20:52:53.784 INFO STEP 576 (remove_files) COMPLETE
62232025-05-22T20:52:53.905Z[ recovery-image] May 22 20:52:53.844 INFO O| May 22 20:52:53.784 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62242025-05-22T20:52:53.905Z[ recovery-image] May 22 20:52:53.844 INFO O| May 22 20:52:53.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
62252025-05-22T20:52:53.905Z[ recovery-image] May 22 20:52:53.844 INFO O| May 22 20:52:53.796 INFO STEP 577 (remove_files) COMPLETE
62262025-05-22T20:52:53.905Z[ recovery-image] May 22 20:52:53.844 INFO O| May 22 20:52:53.796 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62272025-05-22T20:52:53.905Z[ recovery-image] May 22 20:52:53.844 INFO O| May 22 20:52:53.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
62282025-05-22T20:52:53.905Z[ recovery-image] May 22 20:52:53.844 INFO O| May 22 20:52:53.810 INFO STEP 578 (remove_files) COMPLETE
62292025-05-22T20:52:53.905Z[ recovery-image] May 22 20:52:53.844 INFO O| May 22 20:52:53.810 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62302025-05-22T20:52:53.905Z[ recovery-image] May 22 20:52:53.844 INFO O| May 22 20:52:53.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
62312025-05-22T20:52:53.905Z[ recovery-image] May 22 20:52:53.844 INFO O| May 22 20:52:53.823 INFO STEP 579 (remove_files) COMPLETE
62322025-05-22T20:52:53.905Z[ recovery-image] May 22 20:52:53.844 INFO O| May 22 20:52:53.823 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62332025-05-22T20:52:53.905Z[ recovery-image] May 22 20:52:53.844 INFO O| May 22 20:52:53.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
62342025-05-22T20:52:53.905Z[ recovery-image] May 22 20:52:53.844 INFO O| May 22 20:52:53.838 INFO STEP 580 (remove_files) COMPLETE
62352025-05-22T20:52:53.905Z[ recovery-image] May 22 20:52:53.844 INFO O| May 22 20:52:53.838 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62362025-05-22T20:52:53.911Z[ recovery-image] May 22 20:52:53.855 INFO O| May 22 20:52:53.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
62372025-05-22T20:52:53.911Z[ recovery-image] May 22 20:52:53.855 INFO O| May 22 20:52:53.855 INFO STEP 581 (remove_files) COMPLETE
62382025-05-22T20:52:53.911Z[ recovery-image] May 22 20:52:53.855 INFO O| May 22 20:52:53.855 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62392025-05-22T20:52:53.928Z[ recovery-image] May 22 20:52:53.871 INFO O| May 22 20:52:53.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
62402025-05-22T20:52:53.928Z[ recovery-image] May 22 20:52:53.871 INFO O| May 22 20:52:53.871 INFO STEP 582 (remove_files) COMPLETE
62412025-05-22T20:52:53.931Z[ recovery-image] May 22 20:52:53.871 INFO O| May 22 20:52:53.871 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62422025-05-22T20:52:53.941Z[ recovery-image] May 22 20:52:53.884 INFO O| May 22 20:52:53.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
62432025-05-22T20:52:53.941Z[ recovery-image] May 22 20:52:53.884 INFO O| May 22 20:52:53.884 INFO STEP 583 (remove_files) COMPLETE
62442025-05-22T20:52:53.944Z[ recovery-image] May 22 20:52:53.884 INFO O| May 22 20:52:53.884 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62452025-05-22T20:52:53.954Z[ recovery-image] May 22 20:52:53.897 INFO O| May 22 20:52:53.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
62462025-05-22T20:52:53.954Z[ recovery-image] May 22 20:52:53.897 INFO O| May 22 20:52:53.897 INFO STEP 584 (remove_files) COMPLETE
62472025-05-22T20:52:53.954Z[ recovery-image] May 22 20:52:53.897 INFO O| May 22 20:52:53.897 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62482025-05-22T20:52:53.967Z[ recovery-image] May 22 20:52:53.910 INFO O| May 22 20:52:53.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
62492025-05-22T20:52:53.970Z[ recovery-image] May 22 20:52:53.911 INFO O| May 22 20:52:53.911 INFO STEP 585 (remove_files) COMPLETE
62502025-05-22T20:52:53.970Z[ recovery-image] May 22 20:52:53.911 INFO O| May 22 20:52:53.911 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62512025-05-22T20:52:53.981Z[ recovery-image] May 22 20:52:53.925 INFO O| May 22 20:52:53.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
62522025-05-22T20:52:53.981Z[ recovery-image] May 22 20:52:53.925 INFO O| May 22 20:52:53.925 INFO STEP 586 (remove_files) COMPLETE
62532025-05-22T20:52:53.981Z[ recovery-image] May 22 20:52:53.925 INFO O| May 22 20:52:53.925 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62542025-05-22T20:52:53.997Z[ recovery-image] May 22 20:52:53.940 INFO O| May 22 20:52:53.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
62552025-05-22T20:52:53.997Z[ recovery-image] May 22 20:52:53.940 INFO O| May 22 20:52:53.940 INFO STEP 587 (remove_files) COMPLETE
62562025-05-22T20:52:53.997Z[ recovery-image] May 22 20:52:53.940 INFO O| May 22 20:52:53.940 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62572025-05-22T20:52:54.031Z[ recovery-image] May 22 20:52:53.956 INFO O| May 22 20:52:53.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
62582025-05-22T20:52:54.031Z[ recovery-image] May 22 20:52:53.956 INFO O| May 22 20:52:53.956 INFO STEP 588 (remove_files) COMPLETE
62592025-05-22T20:52:54.032Z[ recovery-image] May 22 20:52:53.956 INFO O| May 22 20:52:53.956 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62602025-05-22T20:52:54.032Z[ recovery-image] May 22 20:52:53.971 INFO O| May 22 20:52:53.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
62612025-05-22T20:52:54.032Z[ recovery-image] May 22 20:52:53.971 INFO O| May 22 20:52:53.971 INFO STEP 589 (remove_files) COMPLETE
62622025-05-22T20:52:54.032Z[ recovery-image] May 22 20:52:53.971 INFO O| May 22 20:52:53.971 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62632025-05-22T20:52:55.050Z[ recovery-image] May 22 20:52:53.985 INFO O| May 22 20:52:53.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
62642025-05-22T20:52:55.051Z[ recovery-image] May 22 20:52:53.985 INFO O| May 22 20:52:53.985 INFO STEP 590 (remove_files) COMPLETE
62652025-05-22T20:52:55.051Z[ recovery-image] May 22 20:52:53.985 INFO O| May 22 20:52:53.985 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62662025-05-22T20:52:55.058Z[ recovery-image] May 22 20:52:53.999 INFO O| May 22 20:52:53.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
62672025-05-22T20:52:55.058Z[ recovery-image] May 22 20:52:53.999 INFO O| May 22 20:52:53.999 INFO STEP 591 (remove_files) COMPLETE
62682025-05-22T20:52:55.058Z[ recovery-image] May 22 20:52:53.999 INFO O| May 22 20:52:53.999 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62692025-05-22T20:52:55.058Z[ recovery-image] May 22 20:52:54.016 INFO O| May 22 20:52:54.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
62702025-05-22T20:52:55.058Z[ recovery-image] May 22 20:52:54.016 INFO O| May 22 20:52:54.016 INFO STEP 592 (remove_files) COMPLETE
62712025-05-22T20:52:55.058Z[ recovery-image] May 22 20:52:54.016 INFO O| May 22 20:52:54.016 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62722025-05-22T20:52:55.058Z[ recovery-image] May 22 20:52:54.032 INFO O| May 22 20:52:54.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
62732025-05-22T20:52:55.058Z[ recovery-image] May 22 20:52:54.032 INFO O| May 22 20:52:54.032 INFO STEP 593 (remove_files) COMPLETE
62742025-05-22T20:52:55.058Z[ recovery-image] May 22 20:52:54.032 INFO O| May 22 20:52:54.032 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62752025-05-22T20:52:55.058Z[ recovery-image] May 22 20:52:54.073 INFO O| May 22 20:52:54.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
62762025-05-22T20:52:55.058Z[ recovery-image] May 22 20:52:54.073 INFO O| May 22 20:52:54.073 INFO STEP 594 (remove_files) COMPLETE
62772025-05-22T20:52:55.058Z[ recovery-image] May 22 20:52:54.073 INFO O| May 22 20:52:54.073 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62782025-05-22T20:52:55.058Z[ recovery-image] May 22 20:52:54.089 INFO O| May 22 20:52:54.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
62792025-05-22T20:52:55.059Z[ recovery-image] May 22 20:52:54.089 INFO O| May 22 20:52:54.089 INFO STEP 595 (remove_files) COMPLETE
62802025-05-22T20:52:55.059Z[ recovery-image] May 22 20:52:54.089 INFO O| May 22 20:52:54.089 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62812025-05-22T20:52:55.059Z[ recovery-image] May 22 20:52:54.105 INFO O| May 22 20:52:54.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
62822025-05-22T20:52:55.059Z[ recovery-image] May 22 20:52:54.105 INFO O| May 22 20:52:54.105 INFO STEP 596 (remove_files) COMPLETE
62832025-05-22T20:52:55.059Z[ recovery-image] May 22 20:52:54.105 INFO O| May 22 20:52:54.105 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62842025-05-22T20:52:55.059Z[ recovery-image] May 22 20:52:54.121 INFO O| May 22 20:52:54.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
62852025-05-22T20:52:55.059Z[ recovery-image] May 22 20:52:54.121 INFO O| May 22 20:52:54.121 INFO STEP 597 (remove_files) COMPLETE
62862025-05-22T20:52:55.059Z[ recovery-image] May 22 20:52:54.121 INFO O| May 22 20:52:54.121 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62872025-05-22T20:52:55.059Z[ recovery-image] May 22 20:52:54.147 INFO O| May 22 20:52:54.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
62882025-05-22T20:52:55.059Z[ recovery-image] May 22 20:52:54.147 INFO O| May 22 20:52:54.147 INFO STEP 598 (remove_files) COMPLETE
62892025-05-22T20:52:55.059Z[ recovery-image] May 22 20:52:54.147 INFO O| May 22 20:52:54.147 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62902025-05-22T20:52:55.059Z[ recovery-image] May 22 20:52:54.163 INFO O| May 22 20:52:54.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
62912025-05-22T20:52:55.059Z[ recovery-image] May 22 20:52:54.163 INFO O| May 22 20:52:54.163 INFO STEP 599 (remove_files) COMPLETE
62922025-05-22T20:52:55.059Z[ recovery-image] May 22 20:52:54.163 INFO O| May 22 20:52:54.163 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62932025-05-22T20:52:55.059Z[ recovery-image] May 22 20:52:54.201 INFO O| May 22 20:52:54.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
62942025-05-22T20:52:55.059Z[ recovery-image] May 22 20:52:54.201 INFO O| May 22 20:52:54.201 INFO STEP 600 (remove_files) COMPLETE
62952025-05-22T20:52:55.059Z[ recovery-image] May 22 20:52:54.201 INFO O| May 22 20:52:54.201 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62962025-05-22T20:52:55.059Z[ recovery-image] May 22 20:52:54.216 INFO O| May 22 20:52:54.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
62972025-05-22T20:52:55.060Z[ recovery-image] May 22 20:52:54.216 INFO O| May 22 20:52:54.216 INFO STEP 601 (remove_files) COMPLETE
62982025-05-22T20:52:55.060Z[ recovery-image] May 22 20:52:54.216 INFO O| May 22 20:52:54.216 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62992025-05-22T20:52:55.060Z[ recovery-image] May 22 20:52:54.232 INFO O| May 22 20:52:54.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
63002025-05-22T20:52:55.060Z[ recovery-image] May 22 20:52:54.232 INFO O| May 22 20:52:54.232 INFO STEP 602 (remove_files) COMPLETE
63012025-05-22T20:52:55.060Z[ recovery-image] May 22 20:52:54.232 INFO O| May 22 20:52:54.232 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63022025-05-22T20:52:55.060Z[ recovery-image] May 22 20:52:54.248 INFO O| May 22 20:52:54.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
63032025-05-22T20:52:55.060Z[ recovery-image] May 22 20:52:54.248 INFO O| May 22 20:52:54.248 INFO STEP 603 (remove_files) COMPLETE
63042025-05-22T20:52:55.060Z[ recovery-image] May 22 20:52:54.248 INFO O| May 22 20:52:54.248 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63052025-05-22T20:52:55.060Z[ recovery-image] May 22 20:52:54.263 INFO O| May 22 20:52:54.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
63062025-05-22T20:52:55.060Z[ recovery-image] May 22 20:52:54.263 INFO O| May 22 20:52:54.263 INFO STEP 604 (remove_files) COMPLETE
63072025-05-22T20:52:55.060Z[ recovery-image] May 22 20:52:54.263 INFO O| May 22 20:52:54.263 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63082025-05-22T20:52:55.060Z[ recovery-image] May 22 20:52:54.278 INFO O| May 22 20:52:54.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
63092025-05-22T20:52:55.060Z[ recovery-image] May 22 20:52:54.278 INFO O| May 22 20:52:54.278 INFO STEP 605 (remove_files) COMPLETE
63102025-05-22T20:52:55.060Z[ recovery-image] May 22 20:52:54.278 INFO O| May 22 20:52:54.278 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63112025-05-22T20:52:55.060Z[ recovery-image] May 22 20:52:54.294 INFO O| May 22 20:52:54.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
63122025-05-22T20:52:55.060Z[ recovery-image] May 22 20:52:54.294 INFO O| May 22 20:52:54.294 INFO STEP 606 (remove_files) COMPLETE
63132025-05-22T20:52:55.060Z[ recovery-image] May 22 20:52:54.294 INFO O| May 22 20:52:54.294 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63142025-05-22T20:52:55.060Z[ recovery-image] May 22 20:52:54.309 INFO O| May 22 20:52:54.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
63152025-05-22T20:52:55.060Z[ recovery-image] May 22 20:52:54.310 INFO O| May 22 20:52:54.309 INFO STEP 607 (remove_files) COMPLETE
63162025-05-22T20:52:55.060Z[ recovery-image] May 22 20:52:54.310 INFO O| May 22 20:52:54.310 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63172025-05-22T20:52:55.060Z[ recovery-image] May 22 20:52:54.324 INFO O| May 22 20:52:54.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
63182025-05-22T20:52:55.060Z[ recovery-image] May 22 20:52:54.324 INFO O| May 22 20:52:54.324 INFO STEP 608 (remove_files) COMPLETE
63192025-05-22T20:52:55.060Z[ recovery-image] May 22 20:52:54.324 INFO O| May 22 20:52:54.324 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63202025-05-22T20:52:55.060Z[ recovery-image] May 22 20:52:54.337 INFO O| May 22 20:52:54.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
63212025-05-22T20:52:55.060Z[ recovery-image] May 22 20:52:54.337 INFO O| May 22 20:52:54.337 INFO STEP 609 (remove_files) COMPLETE
63222025-05-22T20:52:55.060Z[ recovery-image] May 22 20:52:54.337 INFO O| May 22 20:52:54.337 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63232025-05-22T20:52:55.060Z[ recovery-image] May 22 20:52:54.352 INFO O| May 22 20:52:54.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
63242025-05-22T20:52:55.060Z[ recovery-image] May 22 20:52:54.353 INFO O| May 22 20:52:54.353 INFO STEP 610 (remove_files) COMPLETE
63252025-05-22T20:52:55.060Z[ recovery-image] May 22 20:52:54.353 INFO O| May 22 20:52:54.353 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63262025-05-22T20:52:55.060Z[ recovery-image] May 22 20:52:54.366 INFO O| May 22 20:52:54.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
63272025-05-22T20:52:55.060Z[ recovery-image] May 22 20:52:54.366 INFO O| May 22 20:52:54.366 INFO STEP 611 (remove_files) COMPLETE
63282025-05-22T20:52:55.060Z[ recovery-image] May 22 20:52:54.366 INFO O| May 22 20:52:54.366 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63292025-05-22T20:52:55.060Z[ recovery-image] May 22 20:52:54.381 INFO O| May 22 20:52:54.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
63302025-05-22T20:52:55.060Z[ recovery-image] May 22 20:52:54.381 INFO O| May 22 20:52:54.381 INFO STEP 612 (remove_files) COMPLETE
63312025-05-22T20:52:55.060Z[ recovery-image] May 22 20:52:54.381 INFO O| May 22 20:52:54.381 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63322025-05-22T20:52:55.060Z[ recovery-image] May 22 20:52:54.396 INFO O| May 22 20:52:54.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
63332025-05-22T20:52:55.060Z[ recovery-image] May 22 20:52:54.396 INFO O| May 22 20:52:54.396 INFO STEP 613 (remove_files) COMPLETE
63342025-05-22T20:52:55.060Z[ recovery-image] May 22 20:52:54.396 INFO O| May 22 20:52:54.396 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63352025-05-22T20:52:55.060Z[ recovery-image] May 22 20:52:54.412 INFO O| May 22 20:52:54.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
63362025-05-22T20:52:55.060Z[ recovery-image] May 22 20:52:54.412 INFO O| May 22 20:52:54.412 INFO STEP 614 (remove_files) COMPLETE
63372025-05-22T20:52:55.061Z[ recovery-image] May 22 20:52:54.412 INFO O| May 22 20:52:54.412 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63382025-05-22T20:52:55.061Z[ recovery-image] May 22 20:52:54.426 INFO O| May 22 20:52:54.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
63392025-05-22T20:52:55.061Z[ recovery-image] May 22 20:52:54.426 INFO O| May 22 20:52:54.426 INFO STEP 615 (remove_files) COMPLETE
63402025-05-22T20:52:55.061Z[ recovery-image] May 22 20:52:54.426 INFO O| May 22 20:52:54.426 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63412025-05-22T20:52:55.061Z[ recovery-image] May 22 20:52:54.441 INFO O| May 22 20:52:54.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
63422025-05-22T20:52:55.061Z[ recovery-image] May 22 20:52:54.441 INFO O| May 22 20:52:54.441 INFO STEP 616 (remove_files) COMPLETE
63432025-05-22T20:52:55.061Z[ recovery-image] May 22 20:52:54.441 INFO O| May 22 20:52:54.441 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63442025-05-22T20:52:55.061Z[ recovery-image] May 22 20:52:54.454 INFO O| May 22 20:52:54.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
63452025-05-22T20:52:55.061Z[ recovery-image] May 22 20:52:54.454 INFO O| May 22 20:52:54.454 INFO STEP 617 (remove_files) COMPLETE
63462025-05-22T20:52:55.061Z[ recovery-image] May 22 20:52:54.454 INFO O| May 22 20:52:54.454 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63472025-05-22T20:52:55.061Z[ recovery-image] May 22 20:52:54.467 INFO O| May 22 20:52:54.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
63482025-05-22T20:52:55.061Z[ recovery-image] May 22 20:52:54.467 INFO O| May 22 20:52:54.467 INFO STEP 618 (remove_files) COMPLETE
63492025-05-22T20:52:55.061Z[ recovery-image] May 22 20:52:54.467 INFO O| May 22 20:52:54.467 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63502025-05-22T20:52:55.061Z[ recovery-image] May 22 20:52:54.479 INFO O| May 22 20:52:54.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
63512025-05-22T20:52:55.062Z[ recovery-image] May 22 20:52:54.479 INFO O| May 22 20:52:54.479 INFO STEP 619 (remove_files) COMPLETE
63522025-05-22T20:52:55.062Z[ recovery-image] May 22 20:52:54.479 INFO O| May 22 20:52:54.479 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63532025-05-22T20:52:55.062Z[ recovery-image] May 22 20:52:54.491 INFO O| May 22 20:52:54.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
63542025-05-22T20:52:55.062Z[ recovery-image] May 22 20:52:54.491 INFO O| May 22 20:52:54.491 INFO STEP 620 (remove_files) COMPLETE
63552025-05-22T20:52:55.062Z[ recovery-image] May 22 20:52:54.492 INFO O| May 22 20:52:54.491 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63562025-05-22T20:52:55.062Z[ recovery-image] May 22 20:52:54.504 INFO O| May 22 20:52:54.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
63572025-05-22T20:52:55.062Z[ recovery-image] May 22 20:52:54.504 INFO O| May 22 20:52:54.504 INFO STEP 621 (remove_files) COMPLETE
63582025-05-22T20:52:55.062Z[ recovery-image] May 22 20:52:54.504 INFO O| May 22 20:52:54.504 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63592025-05-22T20:52:55.062Z[ recovery-image] May 22 20:52:54.516 INFO O| May 22 20:52:54.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
63602025-05-22T20:52:55.062Z[ recovery-image] May 22 20:52:54.516 INFO O| May 22 20:52:54.516 INFO STEP 622 (remove_files) COMPLETE
63612025-05-22T20:52:55.062Z[ recovery-image] May 22 20:52:54.516 INFO O| May 22 20:52:54.516 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63622025-05-22T20:52:55.062Z[ recovery-image] May 22 20:52:54.529 INFO O| May 22 20:52:54.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
63632025-05-22T20:52:55.062Z[ recovery-image] May 22 20:52:54.529 INFO O| May 22 20:52:54.529 INFO STEP 623 (remove_files) COMPLETE
63642025-05-22T20:52:55.062Z[ recovery-image] May 22 20:52:54.529 INFO O| May 22 20:52:54.529 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63652025-05-22T20:52:55.062Z[ recovery-image] May 22 20:52:54.543 INFO O| May 22 20:52:54.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
63662025-05-22T20:52:55.067Z[ recovery-image] May 22 20:52:54.543 INFO O| May 22 20:52:54.543 INFO STEP 624 (remove_files) COMPLETE
63672025-05-22T20:52:55.068Z[ recovery-image] May 22 20:52:54.543 INFO O| May 22 20:52:54.543 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63682025-05-22T20:52:55.068Z[ recovery-image] May 22 20:52:54.557 INFO O| May 22 20:52:54.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
63692025-05-22T20:52:55.068Z[ recovery-image] May 22 20:52:54.557 INFO O| May 22 20:52:54.557 INFO STEP 625 (remove_files) COMPLETE
63702025-05-22T20:52:55.068Z[ recovery-image] May 22 20:52:54.557 INFO O| May 22 20:52:54.557 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63712025-05-22T20:52:55.068Z[ recovery-image] May 22 20:52:54.569 INFO O| May 22 20:52:54.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
63722025-05-22T20:52:55.068Z[ recovery-image] May 22 20:52:54.569 INFO O| May 22 20:52:54.569 INFO STEP 626 (remove_files) COMPLETE
63732025-05-22T20:52:55.068Z[ recovery-image] May 22 20:52:54.569 INFO O| May 22 20:52:54.569 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63742025-05-22T20:52:55.068Z[ recovery-image] May 22 20:52:54.581 INFO O| May 22 20:52:54.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
63752025-05-22T20:52:55.068Z[ recovery-image] May 22 20:52:54.581 INFO O| May 22 20:52:54.581 INFO STEP 627 (remove_files) COMPLETE
63762025-05-22T20:52:55.068Z[ recovery-image] May 22 20:52:54.581 INFO O| May 22 20:52:54.581 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63772025-05-22T20:52:55.068Z[ recovery-image] May 22 20:52:54.592 INFO O| May 22 20:52:54.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
63782025-05-22T20:52:55.068Z[ recovery-image] May 22 20:52:54.592 INFO O| May 22 20:52:54.592 INFO STEP 628 (remove_files) COMPLETE
63792025-05-22T20:52:55.068Z[ recovery-image] May 22 20:52:54.592 INFO O| May 22 20:52:54.592 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63802025-05-22T20:52:55.068Z[ recovery-image] May 22 20:52:54.603 INFO O| May 22 20:52:54.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
63812025-05-22T20:52:55.068Z[ recovery-image] May 22 20:52:54.603 INFO O| May 22 20:52:54.603 INFO STEP 629 (remove_files) COMPLETE
63822025-05-22T20:52:55.068Z[ recovery-image] May 22 20:52:54.603 INFO O| May 22 20:52:54.603 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63832025-05-22T20:52:55.068Z[ recovery-image] May 22 20:52:54.622 INFO O| May 22 20:52:54.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
63842025-05-22T20:52:55.068Z[ recovery-image] May 22 20:52:54.622 INFO O| May 22 20:52:54.622 INFO STEP 630 (remove_files) COMPLETE
63852025-05-22T20:52:55.068Z[ recovery-image] May 22 20:52:54.622 INFO O| May 22 20:52:54.622 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63862025-05-22T20:52:55.068Z[ recovery-image] May 22 20:52:54.636 INFO O| May 22 20:52:54.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
63872025-05-22T20:52:55.068Z[ recovery-image] May 22 20:52:54.636 INFO O| May 22 20:52:54.636 INFO STEP 631 (remove_files) COMPLETE
63882025-05-22T20:52:55.068Z[ recovery-image] May 22 20:52:54.636 INFO O| May 22 20:52:54.636 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63892025-05-22T20:52:55.068Z[ recovery-image] May 22 20:52:54.649 INFO O| May 22 20:52:54.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
63902025-05-22T20:52:55.068Z[ recovery-image] May 22 20:52:54.650 INFO O| May 22 20:52:54.650 INFO STEP 632 (remove_files) COMPLETE
63912025-05-22T20:52:55.068Z[ recovery-image] May 22 20:52:54.650 INFO O| May 22 20:52:54.650 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63922025-05-22T20:52:55.068Z[ recovery-image] May 22 20:52:54.663 INFO O| May 22 20:52:54.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
63932025-05-22T20:52:55.068Z[ recovery-image] May 22 20:52:54.663 INFO O| May 22 20:52:54.663 INFO STEP 633 (remove_files) COMPLETE
63942025-05-22T20:52:55.068Z[ recovery-image] May 22 20:52:54.663 INFO O| May 22 20:52:54.663 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63952025-05-22T20:52:55.068Z[ recovery-image] May 22 20:52:54.674 INFO O| May 22 20:52:54.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
63962025-05-22T20:52:55.068Z[ recovery-image] May 22 20:52:54.675 INFO O| May 22 20:52:54.675 INFO STEP 634 (remove_files) COMPLETE
63972025-05-22T20:52:55.068Z[ recovery-image] May 22 20:52:54.675 INFO O| May 22 20:52:54.675 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63982025-05-22T20:52:55.068Z[ recovery-image] May 22 20:52:54.689 INFO O| May 22 20:52:54.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
63992025-05-22T20:52:55.068Z[ recovery-image] May 22 20:52:54.689 INFO O| May 22 20:52:54.689 INFO STEP 635 (remove_files) COMPLETE
64002025-05-22T20:52:55.068Z[ recovery-image] May 22 20:52:54.689 INFO O| May 22 20:52:54.689 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64012025-05-22T20:52:55.068Z[ recovery-image] May 22 20:52:54.703 INFO O| May 22 20:52:54.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
64022025-05-22T20:52:55.068Z[ recovery-image] May 22 20:52:54.703 INFO O| May 22 20:52:54.703 INFO STEP 636 (remove_files) COMPLETE
64032025-05-22T20:52:55.068Z[ recovery-image] May 22 20:52:54.703 INFO O| May 22 20:52:54.703 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64042025-05-22T20:52:55.068Z[ recovery-image] May 22 20:52:54.716 INFO O| May 22 20:52:54.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
64052025-05-22T20:52:55.068Z[ recovery-image] May 22 20:52:54.716 INFO O| May 22 20:52:54.716 INFO STEP 637 (remove_files) COMPLETE
64062025-05-22T20:52:55.069Z[ recovery-image] May 22 20:52:54.716 INFO O| May 22 20:52:54.716 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64072025-05-22T20:52:55.069Z[ recovery-image] May 22 20:52:54.731 INFO O| May 22 20:52:54.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
64082025-05-22T20:52:55.069Z[ recovery-image] May 22 20:52:54.731 INFO O| May 22 20:52:54.731 INFO STEP 638 (remove_files) COMPLETE
64092025-05-22T20:52:55.069Z[ recovery-image] May 22 20:52:54.732 INFO O| May 22 20:52:54.731 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64102025-05-22T20:52:55.069Z[ recovery-image] May 22 20:52:54.745 INFO O| May 22 20:52:54.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
64112025-05-22T20:52:55.069Z[ recovery-image] May 22 20:52:54.745 INFO O| May 22 20:52:54.745 INFO STEP 639 (remove_files) COMPLETE
64122025-05-22T20:52:55.069Z[ recovery-image] May 22 20:52:54.745 INFO O| May 22 20:52:54.745 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64132025-05-22T20:52:55.069Z[ recovery-image] May 22 20:52:54.757 INFO O| May 22 20:52:54.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
64142025-05-22T20:52:55.069Z[ recovery-image] May 22 20:52:54.757 INFO O| May 22 20:52:54.757 INFO STEP 640 (remove_files) COMPLETE
64152025-05-22T20:52:55.069Z[ recovery-image] May 22 20:52:54.757 INFO O| May 22 20:52:54.757 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64162025-05-22T20:52:55.069Z[ recovery-image] May 22 20:52:54.771 INFO O| May 22 20:52:54.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
64172025-05-22T20:52:55.069Z[ recovery-image] May 22 20:52:54.771 INFO O| May 22 20:52:54.771 INFO STEP 641 (remove_files) COMPLETE
64182025-05-22T20:52:55.069Z[ recovery-image] May 22 20:52:54.771 INFO O| May 22 20:52:54.771 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64192025-05-22T20:52:55.069Z[ recovery-image] May 22 20:52:54.787 INFO O| May 22 20:52:54.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
64202025-05-22T20:52:55.069Z[ recovery-image] May 22 20:52:54.787 INFO O| May 22 20:52:54.787 INFO STEP 642 (remove_files) COMPLETE
64212025-05-22T20:52:55.069Z[ recovery-image] May 22 20:52:54.787 INFO O| May 22 20:52:54.787 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64222025-05-22T20:52:55.069Z[ recovery-image] May 22 20:52:54.803 INFO O| May 22 20:52:54.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
64232025-05-22T20:52:55.069Z[ recovery-image] May 22 20:52:54.803 INFO O| May 22 20:52:54.803 INFO STEP 643 (remove_files) COMPLETE
64242025-05-22T20:52:55.069Z[ recovery-image] May 22 20:52:54.803 INFO O| May 22 20:52:54.803 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64252025-05-22T20:52:55.069Z[ recovery-image] May 22 20:52:54.818 INFO O| May 22 20:52:54.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
64262025-05-22T20:52:55.069Z[ recovery-image] May 22 20:52:54.818 INFO O| May 22 20:52:54.818 INFO STEP 644 (remove_files) COMPLETE
64272025-05-22T20:52:55.069Z[ recovery-image] May 22 20:52:54.818 INFO O| May 22 20:52:54.818 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64282025-05-22T20:52:55.069Z[ recovery-image] May 22 20:52:54.831 INFO O| May 22 20:52:54.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
64292025-05-22T20:52:55.070Z[ recovery-image] May 22 20:52:54.831 INFO O| May 22 20:52:54.831 INFO STEP 645 (remove_files) COMPLETE
64302025-05-22T20:52:55.070Z[ recovery-image] May 22 20:52:54.831 INFO O| May 22 20:52:54.831 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64312025-05-22T20:52:55.070Z[ recovery-image] May 22 20:52:54.845 INFO O| May 22 20:52:54.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
64322025-05-22T20:52:55.070Z[ recovery-image] May 22 20:52:54.845 INFO O| May 22 20:52:54.845 INFO STEP 646 (remove_files) COMPLETE
64332025-05-22T20:52:55.070Z[ recovery-image] May 22 20:52:54.845 INFO O| May 22 20:52:54.845 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64342025-05-22T20:52:55.070Z[ recovery-image] May 22 20:52:54.858 INFO O| May 22 20:52:54.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
64352025-05-22T20:52:55.070Z[ recovery-image] May 22 20:52:54.859 INFO O| May 22 20:52:54.858 INFO STEP 647 (remove_files) COMPLETE
64362025-05-22T20:52:55.070Z[ recovery-image] May 22 20:52:54.859 INFO O| May 22 20:52:54.858 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64372025-05-22T20:52:55.070Z[ recovery-image] May 22 20:52:54.871 INFO O| May 22 20:52:54.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
64382025-05-22T20:52:55.070Z[ recovery-image] May 22 20:52:54.871 INFO O| May 22 20:52:54.871 INFO STEP 648 (remove_files) COMPLETE
64392025-05-22T20:52:55.070Z[ recovery-image] May 22 20:52:54.871 INFO O| May 22 20:52:54.871 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64402025-05-22T20:52:55.070Z[ recovery-image] May 22 20:52:54.884 INFO O| May 22 20:52:54.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
64412025-05-22T20:52:55.070Z[ recovery-image] May 22 20:52:54.884 INFO O| May 22 20:52:54.884 INFO STEP 649 (remove_files) COMPLETE
64422025-05-22T20:52:55.070Z[ recovery-image] May 22 20:52:54.884 INFO O| May 22 20:52:54.884 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64432025-05-22T20:52:55.070Z[ recovery-image] May 22 20:52:54.897 INFO O| May 22 20:52:54.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
64442025-05-22T20:52:55.070Z[ recovery-image] May 22 20:52:54.897 INFO O| May 22 20:52:54.897 INFO STEP 650 (remove_files) COMPLETE
64452025-05-22T20:52:55.070Z[ recovery-image] May 22 20:52:54.897 INFO O| May 22 20:52:54.897 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64462025-05-22T20:52:55.070Z[ recovery-image] May 22 20:52:54.908 INFO O| May 22 20:52:54.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
64472025-05-22T20:52:55.070Z[ recovery-image] May 22 20:52:54.909 INFO O| May 22 20:52:54.909 INFO STEP 651 (remove_files) COMPLETE
64482025-05-22T20:52:55.070Z[ recovery-image] May 22 20:52:54.909 INFO O| May 22 20:52:54.909 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64492025-05-22T20:52:55.070Z[ recovery-image] May 22 20:52:54.922 INFO O| May 22 20:52:54.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
64502025-05-22T20:52:55.070Z[ recovery-image] May 22 20:52:54.922 INFO O| May 22 20:52:54.922 INFO STEP 652 (remove_files) COMPLETE
64512025-05-22T20:52:55.070Z[ recovery-image] May 22 20:52:54.922 INFO O| May 22 20:52:54.922 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64522025-05-22T20:52:55.070Z[ recovery-image] May 22 20:52:54.938 INFO O| May 22 20:52:54.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
64532025-05-22T20:52:55.070Z[ recovery-image] May 22 20:52:54.938 INFO O| May 22 20:52:54.938 INFO STEP 653 (remove_files) COMPLETE
64542025-05-22T20:52:55.070Z[ recovery-image] May 22 20:52:54.938 INFO O| May 22 20:52:54.938 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64552025-05-22T20:52:55.070Z[ recovery-image] May 22 20:52:54.953 INFO O| May 22 20:52:54.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
64562025-05-22T20:52:55.070Z[ recovery-image] May 22 20:52:54.953 INFO O| May 22 20:52:54.953 INFO STEP 654 (remove_files) COMPLETE
64572025-05-22T20:52:55.070Z[ recovery-image] May 22 20:52:54.953 INFO O| May 22 20:52:54.953 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64582025-05-22T20:52:55.070Z[ recovery-image] May 22 20:52:54.968 INFO O| May 22 20:52:54.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
64592025-05-22T20:52:55.071Z[ recovery-image] May 22 20:52:54.968 INFO O| May 22 20:52:54.968 INFO STEP 655 (remove_files) COMPLETE
64602025-05-22T20:52:55.071Z[ recovery-image] May 22 20:52:54.968 INFO O| May 22 20:52:54.968 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64612025-05-22T20:52:55.071Z[ recovery-image] May 22 20:52:54.982 INFO O| May 22 20:52:54.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
64622025-05-22T20:52:55.071Z[ recovery-image] May 22 20:52:54.982 INFO O| May 22 20:52:54.982 INFO STEP 656 (remove_files) COMPLETE
64632025-05-22T20:52:55.071Z[ recovery-image] May 22 20:52:54.982 INFO O| May 22 20:52:54.982 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64642025-05-22T20:52:55.071Z[ recovery-image] May 22 20:52:54.995 INFO O| May 22 20:52:54.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
64652025-05-22T20:52:55.071Z[ recovery-image] May 22 20:52:54.995 INFO O| May 22 20:52:54.995 INFO STEP 657 (remove_files) COMPLETE
64662025-05-22T20:52:55.075Z[ recovery-image] May 22 20:52:54.995 INFO O| May 22 20:52:54.995 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64672025-05-22T20:52:55.075Z[ recovery-image] May 22 20:52:55.011 INFO O| May 22 20:52:55.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
64682025-05-22T20:52:55.075Z[ recovery-image] May 22 20:52:55.011 INFO O| May 22 20:52:55.011 INFO STEP 658 (remove_files) COMPLETE
64692025-05-22T20:52:55.075Z[ recovery-image] May 22 20:52:55.011 INFO O| May 22 20:52:55.011 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64702025-05-22T20:52:55.083Z[ recovery-image] May 22 20:52:55.026 INFO O| May 22 20:52:55.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
64712025-05-22T20:52:55.083Z[ recovery-image] May 22 20:52:55.026 INFO O| May 22 20:52:55.026 INFO STEP 659 (remove_files) COMPLETE
64722025-05-22T20:52:55.086Z[ recovery-image] May 22 20:52:55.026 INFO O| May 22 20:52:55.026 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64732025-05-22T20:52:55.096Z[ recovery-image] May 22 20:52:55.040 INFO O| May 22 20:52:55.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
64742025-05-22T20:52:55.096Z[ recovery-image] May 22 20:52:55.040 INFO O| May 22 20:52:55.040 INFO STEP 660 (remove_files) COMPLETE
64752025-05-22T20:52:55.099Z[ recovery-image] May 22 20:52:55.040 INFO O| May 22 20:52:55.040 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64762025-05-22T20:52:55.108Z[ recovery-image] May 22 20:52:55.052 INFO O| May 22 20:52:55.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
64772025-05-22T20:52:55.108Z[ recovery-image] May 22 20:52:55.052 INFO O| May 22 20:52:55.052 INFO STEP 661 (remove_files) COMPLETE
64782025-05-22T20:52:55.108Z[ recovery-image] May 22 20:52:55.052 INFO O| May 22 20:52:55.052 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64792025-05-22T20:52:55.120Z[ recovery-image] May 22 20:52:55.064 INFO O| May 22 20:52:55.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
64802025-05-22T20:52:55.124Z[ recovery-image] May 22 20:52:55.065 INFO O| May 22 20:52:55.065 INFO STEP 662 (remove_files) COMPLETE
64812025-05-22T20:52:55.124Z[ recovery-image] May 22 20:52:55.065 INFO O| May 22 20:52:55.065 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64822025-05-22T20:52:55.134Z[ recovery-image] May 22 20:52:55.077 INFO O| May 22 20:52:55.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
64832025-05-22T20:52:55.134Z[ recovery-image] May 22 20:52:55.077 INFO O| May 22 20:52:55.077 INFO STEP 663 (remove_files) COMPLETE
64842025-05-22T20:52:55.134Z[ recovery-image] May 22 20:52:55.077 INFO O| May 22 20:52:55.077 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64852025-05-22T20:52:55.147Z[ recovery-image] May 22 20:52:55.090 INFO O| May 22 20:52:55.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
64862025-05-22T20:52:55.147Z[ recovery-image] May 22 20:52:55.090 INFO O| May 22 20:52:55.090 INFO STEP 664 (remove_files) COMPLETE
64872025-05-22T20:52:55.147Z[ recovery-image] May 22 20:52:55.091 INFO O| May 22 20:52:55.090 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64882025-05-22T20:52:55.161Z[ recovery-image] May 22 20:52:55.104 INFO O| May 22 20:52:55.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
64892025-05-22T20:52:55.161Z[ recovery-image] May 22 20:52:55.104 INFO O| May 22 20:52:55.104 INFO STEP 665 (remove_files) COMPLETE
64902025-05-22T20:52:55.164Z[ recovery-image] May 22 20:52:55.104 INFO O| May 22 20:52:55.104 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64912025-05-22T20:52:55.176Z[ recovery-image] May 22 20:52:55.119 INFO O| May 22 20:52:55.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
64922025-05-22T20:52:55.176Z[ recovery-image] May 22 20:52:55.119 INFO O| May 22 20:52:55.119 INFO STEP 666 (remove_files) COMPLETE
64932025-05-22T20:52:55.179Z[ recovery-image] May 22 20:52:55.119 INFO O| May 22 20:52:55.119 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64942025-05-22T20:52:55.196Z[ recovery-image] May 22 20:52:55.140 INFO O| May 22 20:52:55.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
64952025-05-22T20:52:55.200Z[ recovery-image] May 22 20:52:55.140 INFO O| May 22 20:52:55.140 INFO STEP 667 (remove_files) COMPLETE
64962025-05-22T20:52:55.200Z[ recovery-image] May 22 20:52:55.140 INFO O| May 22 20:52:55.140 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64972025-05-22T20:52:55.211Z[ recovery-image] May 22 20:52:55.154 INFO O| May 22 20:52:55.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
64982025-05-22T20:52:55.211Z[ recovery-image] May 22 20:52:55.154 INFO O| May 22 20:52:55.154 INFO STEP 668 (remove_files) COMPLETE
64992025-05-22T20:52:55.211Z[ recovery-image] May 22 20:52:55.154 INFO O| May 22 20:52:55.154 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65002025-05-22T20:52:55.226Z[ recovery-image] May 22 20:52:55.169 INFO O| May 22 20:52:55.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
65012025-05-22T20:52:55.226Z[ recovery-image] May 22 20:52:55.170 INFO O| May 22 20:52:55.169 INFO STEP 669 (remove_files) COMPLETE
65022025-05-22T20:52:55.226Z[ recovery-image] May 22 20:52:55.170 INFO O| May 22 20:52:55.169 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65032025-05-22T20:52:55.241Z[ recovery-image] May 22 20:52:55.184 INFO O| May 22 20:52:55.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
65042025-05-22T20:52:55.244Z[ recovery-image] May 22 20:52:55.185 INFO O| May 22 20:52:55.185 INFO STEP 670 (remove_files) COMPLETE
65052025-05-22T20:52:55.244Z[ recovery-image] May 22 20:52:55.185 INFO O| May 22 20:52:55.185 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65062025-05-22T20:52:55.255Z[ recovery-image] May 22 20:52:55.199 INFO O| May 22 20:52:55.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
65072025-05-22T20:52:55.255Z[ recovery-image] May 22 20:52:55.199 INFO O| May 22 20:52:55.199 INFO STEP 671 (remove_files) COMPLETE
65082025-05-22T20:52:55.259Z[ recovery-image] May 22 20:52:55.199 INFO O| May 22 20:52:55.199 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65092025-05-22T20:52:55.270Z[ recovery-image] May 22 20:52:55.213 INFO O| May 22 20:52:55.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
65102025-05-22T20:52:55.270Z[ recovery-image] May 22 20:52:55.213 INFO O| May 22 20:52:55.213 INFO STEP 672 (remove_files) COMPLETE
65112025-05-22T20:52:55.273Z[ recovery-image] May 22 20:52:55.213 INFO O| May 22 20:52:55.213 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65122025-05-22T20:52:55.281Z[ recovery-image] May 22 20:52:55.225 INFO O| May 22 20:52:55.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
65132025-05-22T20:52:55.281Z[ recovery-image] May 22 20:52:55.225 INFO O| May 22 20:52:55.225 INFO STEP 673 (remove_files) COMPLETE
65142025-05-22T20:52:55.285Z[ recovery-image] May 22 20:52:55.225 INFO O| May 22 20:52:55.225 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65152025-05-22T20:52:55.294Z[ recovery-image] May 22 20:52:55.237 INFO O| May 22 20:52:55.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
65162025-05-22T20:52:55.297Z[ recovery-image] May 22 20:52:55.237 INFO O| May 22 20:52:55.237 INFO STEP 674 (remove_files) COMPLETE
65172025-05-22T20:52:55.297Z[ recovery-image] May 22 20:52:55.237 INFO O| May 22 20:52:55.237 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65182025-05-22T20:52:55.307Z[ recovery-image] May 22 20:52:55.250 INFO O| May 22 20:52:55.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
65192025-05-22T20:52:55.307Z[ recovery-image] May 22 20:52:55.250 INFO O| May 22 20:52:55.250 INFO STEP 675 (remove_files) COMPLETE
65202025-05-22T20:52:55.307Z[ recovery-image] May 22 20:52:55.250 INFO O| May 22 20:52:55.250 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65212025-05-22T20:52:55.318Z[ recovery-image] May 22 20:52:55.262 INFO O| May 22 20:52:55.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
65222025-05-22T20:52:55.318Z[ recovery-image] May 22 20:52:55.262 INFO O| May 22 20:52:55.262 INFO STEP 676 (remove_files) COMPLETE
65232025-05-22T20:52:55.318Z[ recovery-image] May 22 20:52:55.262 INFO O| May 22 20:52:55.262 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65242025-05-22T20:52:55.331Z[ recovery-image] May 22 20:52:55.273 INFO O| May 22 20:52:55.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
65252025-05-22T20:52:55.331Z[ recovery-image] May 22 20:52:55.273 INFO O| May 22 20:52:55.273 INFO STEP 677 (remove_files) COMPLETE
65262025-05-22T20:52:55.331Z[ recovery-image] May 22 20:52:55.273 INFO O| May 22 20:52:55.273 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65272025-05-22T20:52:55.342Z[ recovery-image] May 22 20:52:55.285 INFO O| May 22 20:52:55.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
65282025-05-22T20:52:55.342Z[ recovery-image] May 22 20:52:55.286 INFO O| May 22 20:52:55.286 INFO STEP 678 (remove_files) COMPLETE
65292025-05-22T20:52:55.342Z[ recovery-image] May 22 20:52:55.286 INFO O| May 22 20:52:55.286 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65302025-05-22T20:52:55.356Z[ recovery-image] May 22 20:52:55.299 INFO O| May 22 20:52:55.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
65312025-05-22T20:52:55.356Z[ recovery-image] May 22 20:52:55.299 INFO O| May 22 20:52:55.299 INFO STEP 679 (remove_files) COMPLETE
65322025-05-22T20:52:55.356Z[ recovery-image] May 22 20:52:55.299 INFO O| May 22 20:52:55.299 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65332025-05-22T20:52:55.370Z[ recovery-image] May 22 20:52:55.314 INFO O| May 22 20:52:55.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
65342025-05-22T20:52:55.371Z[ recovery-image] May 22 20:52:55.314 INFO O| May 22 20:52:55.314 INFO STEP 680 (remove_files) COMPLETE
65352025-05-22T20:52:55.371Z[ recovery-image] May 22 20:52:55.314 INFO O| May 22 20:52:55.314 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65362025-05-22T20:52:55.386Z[ recovery-image] May 22 20:52:55.329 INFO O| May 22 20:52:55.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
65372025-05-22T20:52:55.386Z[ recovery-image] May 22 20:52:55.329 INFO O| May 22 20:52:55.329 INFO STEP 681 (remove_files) COMPLETE
65382025-05-22T20:52:55.390Z[ recovery-image] May 22 20:52:55.329 INFO O| May 22 20:52:55.329 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65392025-05-22T20:52:55.400Z[ recovery-image] May 22 20:52:55.343 INFO O| May 22 20:52:55.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
65402025-05-22T20:52:55.400Z[ recovery-image] May 22 20:52:55.343 INFO O| May 22 20:52:55.343 INFO STEP 682 (remove_files) COMPLETE
65412025-05-22T20:52:55.400Z[ recovery-image] May 22 20:52:55.343 INFO O| May 22 20:52:55.343 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65422025-05-22T20:52:55.413Z[ recovery-image] May 22 20:52:55.356 INFO O| May 22 20:52:55.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
65432025-05-22T20:52:55.413Z[ recovery-image] May 22 20:52:55.357 INFO O| May 22 20:52:55.356 INFO STEP 683 (remove_files) COMPLETE
65442025-05-22T20:52:55.413Z[ recovery-image] May 22 20:52:55.357 INFO O| May 22 20:52:55.357 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65452025-05-22T20:52:55.428Z[ recovery-image] May 22 20:52:55.371 INFO O| May 22 20:52:55.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
65462025-05-22T20:52:55.428Z[ recovery-image] May 22 20:52:55.371 INFO O| May 22 20:52:55.371 INFO STEP 684 (remove_files) COMPLETE
65472025-05-22T20:52:55.428Z[ recovery-image] May 22 20:52:55.371 INFO O| May 22 20:52:55.371 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65482025-05-22T20:52:55.442Z[ recovery-image] May 22 20:52:55.385 INFO O| May 22 20:52:55.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
65492025-05-22T20:52:55.442Z[ recovery-image] May 22 20:52:55.385 INFO O| May 22 20:52:55.385 INFO STEP 685 (remove_files) COMPLETE
65502025-05-22T20:52:55.445Z[ recovery-image] May 22 20:52:55.385 INFO O| May 22 20:52:55.385 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65512025-05-22T20:52:55.455Z[ recovery-image] May 22 20:52:55.399 INFO O| May 22 20:52:55.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
65522025-05-22T20:52:55.455Z[ recovery-image] May 22 20:52:55.399 INFO O| May 22 20:52:55.399 INFO STEP 686 (remove_files) COMPLETE
65532025-05-22T20:52:55.459Z[ recovery-image] May 22 20:52:55.399 INFO O| May 22 20:52:55.399 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65542025-05-22T20:52:55.469Z[ recovery-image] May 22 20:52:55.412 INFO O| May 22 20:52:55.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
65552025-05-22T20:52:55.469Z[ recovery-image] May 22 20:52:55.412 INFO O| May 22 20:52:55.412 INFO STEP 687 (remove_files) COMPLETE
65562025-05-22T20:52:55.469Z[ recovery-image] May 22 20:52:55.412 INFO O| May 22 20:52:55.412 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65572025-05-22T20:52:55.482Z[ recovery-image] May 22 20:52:55.425 INFO O| May 22 20:52:55.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
65582025-05-22T20:52:55.482Z[ recovery-image] May 22 20:52:55.425 INFO O| May 22 20:52:55.425 INFO STEP 688 (remove_files) COMPLETE
65592025-05-22T20:52:55.485Z[ recovery-image] May 22 20:52:55.425 INFO O| May 22 20:52:55.425 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65602025-05-22T20:52:55.495Z[ recovery-image] May 22 20:52:55.438 INFO O| May 22 20:52:55.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
65612025-05-22T20:52:55.495Z[ recovery-image] May 22 20:52:55.438 INFO O| May 22 20:52:55.438 INFO STEP 689 (remove_files) COMPLETE
65622025-05-22T20:52:55.495Z[ recovery-image] May 22 20:52:55.438 INFO O| May 22 20:52:55.438 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65632025-05-22T20:52:55.508Z[ recovery-image] May 22 20:52:55.451 INFO O| May 22 20:52:55.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
65642025-05-22T20:52:55.508Z[ recovery-image] May 22 20:52:55.451 INFO O| May 22 20:52:55.451 INFO STEP 690 (remove_files) COMPLETE
65652025-05-22T20:52:55.508Z[ recovery-image] May 22 20:52:55.451 INFO O| May 22 20:52:55.451 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65662025-05-22T20:52:55.520Z[ recovery-image] May 22 20:52:55.463 INFO O| May 22 20:52:55.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
65672025-05-22T20:52:55.520Z[ recovery-image] May 22 20:52:55.463 INFO O| May 22 20:52:55.463 INFO STEP 691 (remove_files) COMPLETE
65682025-05-22T20:52:55.520Z[ recovery-image] May 22 20:52:55.463 INFO O| May 22 20:52:55.463 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65692025-05-22T20:52:55.532Z[ recovery-image] May 22 20:52:55.475 INFO O| May 22 20:52:55.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
65702025-05-22T20:52:55.535Z[ recovery-image] May 22 20:52:55.475 INFO O| May 22 20:52:55.475 INFO STEP 692 (remove_files) COMPLETE
65712025-05-22T20:52:55.535Z[ recovery-image] May 22 20:52:55.475 INFO O| May 22 20:52:55.475 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65722025-05-22T20:52:55.544Z[ recovery-image] May 22 20:52:55.487 INFO O| May 22 20:52:55.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
65732025-05-22T20:52:55.544Z[ recovery-image] May 22 20:52:55.488 INFO O| May 22 20:52:55.487 INFO STEP 693 (remove_files) COMPLETE
65742025-05-22T20:52:55.547Z[ recovery-image] May 22 20:52:55.488 INFO O| May 22 20:52:55.487 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65752025-05-22T20:52:55.556Z[ recovery-image] May 22 20:52:55.500 INFO O| May 22 20:52:55.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
65762025-05-22T20:52:55.556Z[ recovery-image] May 22 20:52:55.500 INFO O| May 22 20:52:55.500 INFO STEP 694 (remove_files) COMPLETE
65772025-05-22T20:52:55.560Z[ recovery-image] May 22 20:52:55.500 INFO O| May 22 20:52:55.500 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65782025-05-22T20:52:55.571Z[ recovery-image] May 22 20:52:55.514 INFO O| May 22 20:52:55.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
65792025-05-22T20:52:55.571Z[ recovery-image] May 22 20:52:55.514 INFO O| May 22 20:52:55.514 INFO STEP 695 (remove_files) COMPLETE
65802025-05-22T20:52:55.571Z[ recovery-image] May 22 20:52:55.514 INFO O| May 22 20:52:55.514 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65812025-05-22T20:52:55.586Z[ recovery-image] May 22 20:52:55.529 INFO O| May 22 20:52:55.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
65822025-05-22T20:52:55.586Z[ recovery-image] May 22 20:52:55.529 INFO O| May 22 20:52:55.529 INFO STEP 696 (remove_files) COMPLETE
65832025-05-22T20:52:55.589Z[ recovery-image] May 22 20:52:55.529 INFO O| May 22 20:52:55.529 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65842025-05-22T20:52:55.600Z[ recovery-image] May 22 20:52:55.543 INFO O| May 22 20:52:55.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
65852025-05-22T20:52:55.600Z[ recovery-image] May 22 20:52:55.544 INFO O| May 22 20:52:55.543 INFO STEP 697 (remove_files) COMPLETE
65862025-05-22T20:52:55.600Z[ recovery-image] May 22 20:52:55.544 INFO O| May 22 20:52:55.544 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65872025-05-22T20:52:55.613Z[ recovery-image] May 22 20:52:55.557 INFO O| May 22 20:52:55.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
65882025-05-22T20:52:55.613Z[ recovery-image] May 22 20:52:55.557 INFO O| May 22 20:52:55.557 INFO STEP 698 (remove_files) COMPLETE
65892025-05-22T20:52:55.617Z[ recovery-image] May 22 20:52:55.557 INFO O| May 22 20:52:55.557 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65902025-05-22T20:52:55.626Z[ recovery-image] May 22 20:52:55.569 INFO O| May 22 20:52:55.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
65912025-05-22T20:52:55.626Z[ recovery-image] May 22 20:52:55.569 INFO O| May 22 20:52:55.569 INFO STEP 699 (remove_files) COMPLETE
65922025-05-22T20:52:55.626Z[ recovery-image] May 22 20:52:55.569 INFO O| May 22 20:52:55.569 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65932025-05-22T20:52:55.641Z[ recovery-image] May 22 20:52:55.584 INFO O| May 22 20:52:55.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
65942025-05-22T20:52:55.641Z[ recovery-image] May 22 20:52:55.584 INFO O| May 22 20:52:55.584 INFO STEP 700 (remove_files) COMPLETE
65952025-05-22T20:52:55.644Z[ recovery-image] May 22 20:52:55.584 INFO O| May 22 20:52:55.584 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65962025-05-22T20:52:55.656Z[ recovery-image] May 22 20:52:55.600 INFO O| May 22 20:52:55.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
65972025-05-22T20:52:55.659Z[ recovery-image] May 22 20:52:55.600 INFO O| May 22 20:52:55.600 INFO STEP 701 (remove_files) COMPLETE
65982025-05-22T20:52:55.659Z[ recovery-image] May 22 20:52:55.600 INFO O| May 22 20:52:55.600 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65992025-05-22T20:52:55.672Z[ recovery-image] May 22 20:52:55.615 INFO O| May 22 20:52:55.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
66002025-05-22T20:52:55.672Z[ recovery-image] May 22 20:52:55.615 INFO O| May 22 20:52:55.615 INFO STEP 702 (remove_files) COMPLETE
66012025-05-22T20:52:55.675Z[ recovery-image] May 22 20:52:55.615 INFO O| May 22 20:52:55.615 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66022025-05-22T20:52:55.687Z[ recovery-image] May 22 20:52:55.630 INFO O| May 22 20:52:55.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
66032025-05-22T20:52:55.687Z[ recovery-image] May 22 20:52:55.631 INFO O| May 22 20:52:55.630 INFO STEP 703 (remove_files) COMPLETE
66042025-05-22T20:52:55.687Z[ recovery-image] May 22 20:52:55.631 INFO O| May 22 20:52:55.631 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66052025-05-22T20:52:55.702Z[ recovery-image] May 22 20:52:55.645 INFO O| May 22 20:52:55.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
66062025-05-22T20:52:55.702Z[ recovery-image] May 22 20:52:55.645 INFO O| May 22 20:52:55.645 INFO STEP 704 (remove_files) COMPLETE
66072025-05-22T20:52:55.705Z[ recovery-image] May 22 20:52:55.645 INFO O| May 22 20:52:55.645 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66082025-05-22T20:52:55.717Z[ recovery-image] May 22 20:52:55.660 INFO O| May 22 20:52:55.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
66092025-05-22T20:52:55.717Z[ recovery-image] May 22 20:52:55.660 INFO O| May 22 20:52:55.660 INFO STEP 705 (remove_files) COMPLETE
66102025-05-22T20:52:55.720Z[ recovery-image] May 22 20:52:55.660 INFO O| May 22 20:52:55.660 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66112025-05-22T20:52:55.730Z[ recovery-image] May 22 20:52:55.673 INFO O| May 22 20:52:55.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
66122025-05-22T20:52:55.733Z[ recovery-image] May 22 20:52:55.674 INFO O| May 22 20:52:55.674 INFO STEP 706 (remove_files) COMPLETE
66132025-05-22T20:52:55.733Z[ recovery-image] May 22 20:52:55.674 INFO O| May 22 20:52:55.674 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66142025-05-22T20:52:55.744Z[ recovery-image] May 22 20:52:55.687 INFO O| May 22 20:52:55.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
66152025-05-22T20:52:55.747Z[ recovery-image] May 22 20:52:55.688 INFO O| May 22 20:52:55.688 INFO STEP 707 (remove_files) COMPLETE
66162025-05-22T20:52:55.747Z[ recovery-image] May 22 20:52:55.689 INFO O| May 22 20:52:55.688 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66172025-05-22T20:52:55.760Z[ recovery-image] May 22 20:52:55.702 INFO O| May 22 20:52:55.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
66182025-05-22T20:52:55.760Z[ recovery-image] May 22 20:52:55.702 INFO O| May 22 20:52:55.702 INFO STEP 708 (remove_files) COMPLETE
66192025-05-22T20:52:55.763Z[ recovery-image] May 22 20:52:55.702 INFO O| May 22 20:52:55.702 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66202025-05-22T20:52:55.772Z[ recovery-image] May 22 20:52:55.716 INFO O| May 22 20:52:55.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
66212025-05-22T20:52:55.772Z[ recovery-image] May 22 20:52:55.716 INFO O| May 22 20:52:55.716 INFO STEP 709 (remove_files) COMPLETE
66222025-05-22T20:52:55.775Z[ recovery-image] May 22 20:52:55.716 INFO O| May 22 20:52:55.716 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66232025-05-22T20:52:55.785Z[ recovery-image] May 22 20:52:55.729 INFO O| May 22 20:52:55.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
66242025-05-22T20:52:55.785Z[ recovery-image] May 22 20:52:55.729 INFO O| May 22 20:52:55.729 INFO STEP 710 (remove_files) COMPLETE
66252025-05-22T20:52:55.785Z[ recovery-image] May 22 20:52:55.729 INFO O| May 22 20:52:55.729 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66262025-05-22T20:52:55.798Z[ recovery-image] May 22 20:52:55.742 INFO O| May 22 20:52:55.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
66272025-05-22T20:52:55.798Z[ recovery-image] May 22 20:52:55.742 INFO O| May 22 20:52:55.742 INFO STEP 711 (remove_files) COMPLETE
66282025-05-22T20:52:55.801Z[ recovery-image] May 22 20:52:55.742 INFO O| May 22 20:52:55.742 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66292025-05-22T20:52:55.812Z[ recovery-image] May 22 20:52:55.755 INFO O| May 22 20:52:55.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
66302025-05-22T20:52:55.812Z[ recovery-image] May 22 20:52:55.755 INFO O| May 22 20:52:55.755 INFO STEP 712 (remove_files) COMPLETE
66312025-05-22T20:52:55.812Z[ recovery-image] May 22 20:52:55.755 INFO O| May 22 20:52:55.755 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66322025-05-22T20:52:55.825Z[ recovery-image] May 22 20:52:55.769 INFO O| May 22 20:52:55.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
66332025-05-22T20:52:55.825Z[ recovery-image] May 22 20:52:55.769 INFO O| May 22 20:52:55.769 INFO STEP 713 (remove_files) COMPLETE
66342025-05-22T20:52:55.825Z[ recovery-image] May 22 20:52:55.769 INFO O| May 22 20:52:55.769 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66352025-05-22T20:52:55.838Z[ recovery-image] May 22 20:52:55.781 INFO O| May 22 20:52:55.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
66362025-05-22T20:52:55.838Z[ recovery-image] May 22 20:52:55.782 INFO O| May 22 20:52:55.781 INFO STEP 714 (remove_files) COMPLETE
66372025-05-22T20:52:55.838Z[ recovery-image] May 22 20:52:55.782 INFO O| May 22 20:52:55.781 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66382025-05-22T20:52:55.853Z[ recovery-image] May 22 20:52:55.796 INFO O| May 22 20:52:55.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
66392025-05-22T20:52:55.853Z[ recovery-image] May 22 20:52:55.797 INFO O| May 22 20:52:55.797 INFO STEP 715 (remove_files) COMPLETE
66402025-05-22T20:52:55.853Z[ recovery-image] May 22 20:52:55.797 INFO O| May 22 20:52:55.797 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66412025-05-22T20:52:55.868Z[ recovery-image] May 22 20:52:55.811 INFO O| May 22 20:52:55.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
66422025-05-22T20:52:55.868Z[ recovery-image] May 22 20:52:55.811 INFO O| May 22 20:52:55.811 INFO STEP 716 (remove_files) COMPLETE
66432025-05-22T20:52:55.872Z[ recovery-image] May 22 20:52:55.811 INFO O| May 22 20:52:55.811 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66442025-05-22T20:52:55.882Z[ recovery-image] May 22 20:52:55.826 INFO O| May 22 20:52:55.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
66452025-05-22T20:52:55.883Z[ recovery-image] May 22 20:52:55.826 INFO O| May 22 20:52:55.826 INFO STEP 717 (remove_files) COMPLETE
66462025-05-22T20:52:55.883Z[ recovery-image] May 22 20:52:55.826 INFO O| May 22 20:52:55.826 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66472025-05-22T20:52:55.896Z[ recovery-image] May 22 20:52:55.839 INFO O| May 22 20:52:55.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
66482025-05-22T20:52:55.896Z[ recovery-image] May 22 20:52:55.839 INFO O| May 22 20:52:55.839 INFO STEP 718 (remove_files) COMPLETE
66492025-05-22T20:52:55.901Z[ recovery-image] May 22 20:52:55.839 INFO O| May 22 20:52:55.839 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66502025-05-22T20:52:55.909Z[ recovery-image] May 22 20:52:55.852 INFO O| May 22 20:52:55.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
66512025-05-22T20:52:55.909Z[ recovery-image] May 22 20:52:55.852 INFO O| May 22 20:52:55.852 INFO STEP 719 (remove_files) COMPLETE
66522025-05-22T20:52:55.909Z[ recovery-image] May 22 20:52:55.852 INFO O| May 22 20:52:55.852 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66532025-05-22T20:52:55.924Z[ recovery-image] May 22 20:52:55.867 INFO O| May 22 20:52:55.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
66542025-05-22T20:52:55.924Z[ recovery-image] May 22 20:52:55.867 INFO O| May 22 20:52:55.867 INFO STEP 720 (remove_files) COMPLETE
66552025-05-22T20:52:55.924Z[ recovery-image] May 22 20:52:55.867 INFO O| May 22 20:52:55.867 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66562025-05-22T20:52:55.938Z[ recovery-image] May 22 20:52:55.881 INFO O| May 22 20:52:55.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
66572025-05-22T20:52:55.938Z[ recovery-image] May 22 20:52:55.881 INFO O| May 22 20:52:55.881 INFO STEP 721 (remove_files) COMPLETE
66582025-05-22T20:52:55.938Z[ recovery-image] May 22 20:52:55.881 INFO O| May 22 20:52:55.881 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66592025-05-22T20:52:55.951Z[ recovery-image] May 22 20:52:55.895 INFO O| May 22 20:52:55.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
66602025-05-22T20:52:55.951Z[ recovery-image] May 22 20:52:55.895 INFO O| May 22 20:52:55.895 INFO STEP 722 (remove_files) COMPLETE
66612025-05-22T20:52:55.951Z[ recovery-image] May 22 20:52:55.895 INFO O| May 22 20:52:55.895 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66622025-05-22T20:52:55.966Z[ recovery-image] May 22 20:52:55.909 INFO O| May 22 20:52:55.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
66632025-05-22T20:52:55.966Z[ recovery-image] May 22 20:52:55.910 INFO O| May 22 20:52:55.909 INFO STEP 723 (remove_files) COMPLETE
66642025-05-22T20:52:55.966Z[ recovery-image] May 22 20:52:55.910 INFO O| May 22 20:52:55.910 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66652025-05-22T20:52:55.979Z[ recovery-image] May 22 20:52:55.923 INFO O| May 22 20:52:55.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
66662025-05-22T20:52:55.979Z[ recovery-image] May 22 20:52:55.923 INFO O| May 22 20:52:55.923 INFO STEP 724 (remove_files) COMPLETE
66672025-05-22T20:52:55.979Z[ recovery-image] May 22 20:52:55.923 INFO O| May 22 20:52:55.923 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66682025-05-22T20:52:55.994Z[ recovery-image] May 22 20:52:55.938 INFO O| May 22 20:52:55.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
66692025-05-22T20:52:55.995Z[ recovery-image] May 22 20:52:55.938 INFO O| May 22 20:52:55.938 INFO STEP 725 (remove_files) COMPLETE
66702025-05-22T20:52:55.995Z[ recovery-image] May 22 20:52:55.938 INFO O| May 22 20:52:55.938 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66712025-05-22T20:52:56.008Z[ recovery-image] May 22 20:52:55.951 INFO O| May 22 20:52:55.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
66722025-05-22T20:52:56.008Z[ recovery-image] May 22 20:52:55.951 INFO O| May 22 20:52:55.951 INFO STEP 726 (remove_files) COMPLETE
66732025-05-22T20:52:56.008Z[ recovery-image] May 22 20:52:55.951 INFO O| May 22 20:52:55.951 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66742025-05-22T20:52:56.022Z[ recovery-image] May 22 20:52:55.965 INFO O| May 22 20:52:55.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
66752025-05-22T20:52:56.022Z[ recovery-image] May 22 20:52:55.966 INFO O| May 22 20:52:55.965 INFO STEP 727 (remove_files) COMPLETE
66762025-05-22T20:52:56.022Z[ recovery-image] May 22 20:52:55.966 INFO O| May 22 20:52:55.965 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66772025-05-22T20:52:56.037Z[ recovery-image] May 22 20:52:55.980 INFO O| May 22 20:52:55.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
66782025-05-22T20:52:56.037Z[ recovery-image] May 22 20:52:55.980 INFO O| May 22 20:52:55.980 INFO STEP 728 (remove_files) COMPLETE
66792025-05-22T20:52:56.037Z[ recovery-image] May 22 20:52:55.981 INFO O| May 22 20:52:55.980 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66802025-05-22T20:52:56.053Z[ recovery-image] May 22 20:52:55.994 INFO O| May 22 20:52:55.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
66812025-05-22T20:52:56.053Z[ recovery-image] May 22 20:52:55.994 INFO O| May 22 20:52:55.994 INFO STEP 729 (remove_files) COMPLETE
66822025-05-22T20:52:56.053Z[ recovery-image] May 22 20:52:55.994 INFO O| May 22 20:52:55.994 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66832025-05-22T20:52:56.064Z[ recovery-image] May 22 20:52:56.008 INFO O| May 22 20:52:56.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
66842025-05-22T20:52:56.065Z[ recovery-image] May 22 20:52:56.008 INFO O| May 22 20:52:56.008 INFO STEP 730 (remove_files) COMPLETE
66852025-05-22T20:52:56.065Z[ recovery-image] May 22 20:52:56.008 INFO O| May 22 20:52:56.008 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66862025-05-22T20:52:56.080Z[ recovery-image] May 22 20:52:56.022 INFO O| May 22 20:52:56.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
66872025-05-22T20:52:56.080Z[ recovery-image] May 22 20:52:56.022 INFO O| May 22 20:52:56.022 INFO STEP 731 (remove_files) COMPLETE
66882025-05-22T20:52:56.083Z[ recovery-image] May 22 20:52:56.022 INFO O| May 22 20:52:56.022 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66892025-05-22T20:52:56.092Z[ recovery-image] May 22 20:52:56.035 INFO O| May 22 20:52:56.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
66902025-05-22T20:52:56.093Z[ recovery-image] May 22 20:52:56.035 INFO O| May 22 20:52:56.035 INFO STEP 732 (remove_files) COMPLETE
66912025-05-22T20:52:56.093Z[ recovery-image] May 22 20:52:56.035 INFO O| May 22 20:52:56.035 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66922025-05-22T20:52:56.105Z[ recovery-image] May 22 20:52:56.048 INFO O| May 22 20:52:56.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
66932025-05-22T20:52:56.105Z[ recovery-image] May 22 20:52:56.048 INFO O| May 22 20:52:56.048 INFO STEP 733 (remove_files) COMPLETE
66942025-05-22T20:52:56.109Z[ recovery-image] May 22 20:52:56.048 INFO O| May 22 20:52:56.048 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66952025-05-22T20:52:56.117Z[ recovery-image] May 22 20:52:56.060 INFO O| May 22 20:52:56.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
66962025-05-22T20:52:56.117Z[ recovery-image] May 22 20:52:56.060 INFO O| May 22 20:52:56.060 INFO STEP 734 (remove_files) COMPLETE
66972025-05-22T20:52:56.117Z[ recovery-image] May 22 20:52:56.060 INFO O| May 22 20:52:56.060 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66982025-05-22T20:52:56.129Z[ recovery-image] May 22 20:52:56.073 INFO O| May 22 20:52:56.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
66992025-05-22T20:52:56.130Z[ recovery-image] May 22 20:52:56.073 INFO O| May 22 20:52:56.073 INFO STEP 735 (remove_files) COMPLETE
67002025-05-22T20:52:56.133Z[ recovery-image] May 22 20:52:56.073 INFO O| May 22 20:52:56.073 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67012025-05-22T20:52:56.143Z[ recovery-image] May 22 20:52:56.087 INFO O| May 22 20:52:56.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
67022025-05-22T20:52:56.143Z[ recovery-image] May 22 20:52:56.087 INFO O| May 22 20:52:56.087 INFO STEP 736 (remove_files) COMPLETE
67032025-05-22T20:52:56.147Z[ recovery-image] May 22 20:52:56.087 INFO O| May 22 20:52:56.087 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67042025-05-22T20:52:56.159Z[ recovery-image] May 22 20:52:56.101 INFO O| May 22 20:52:56.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
67052025-05-22T20:52:56.159Z[ recovery-image] May 22 20:52:56.101 INFO O| May 22 20:52:56.101 INFO STEP 737 (remove_files) COMPLETE
67062025-05-22T20:52:56.159Z[ recovery-image] May 22 20:52:56.101 INFO O| May 22 20:52:56.101 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67072025-05-22T20:52:56.172Z[ recovery-image] May 22 20:52:56.115 INFO O| May 22 20:52:56.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
67082025-05-22T20:52:56.172Z[ recovery-image] May 22 20:52:56.115 INFO O| May 22 20:52:56.115 INFO STEP 738 (remove_files) COMPLETE
67092025-05-22T20:52:56.176Z[ recovery-image] May 22 20:52:56.115 INFO O| May 22 20:52:56.115 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67102025-05-22T20:52:56.185Z[ recovery-image] May 22 20:52:56.129 INFO O| May 22 20:52:56.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
67112025-05-22T20:52:56.185Z[ recovery-image] May 22 20:52:56.129 INFO O| May 22 20:52:56.129 INFO STEP 739 (remove_files) COMPLETE
67122025-05-22T20:52:56.185Z[ recovery-image] May 22 20:52:56.129 INFO O| May 22 20:52:56.129 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67132025-05-22T20:52:56.200Z[ recovery-image] May 22 20:52:56.144 INFO O| May 22 20:52:56.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
67142025-05-22T20:52:56.200Z[ recovery-image] May 22 20:52:56.144 INFO O| May 22 20:52:56.144 INFO STEP 740 (remove_files) COMPLETE
67152025-05-22T20:52:56.205Z[ recovery-image] May 22 20:52:56.144 INFO O| May 22 20:52:56.144 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67162025-05-22T20:52:56.214Z[ recovery-image] May 22 20:52:56.158 INFO O| May 22 20:52:56.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
67172025-05-22T20:52:56.214Z[ recovery-image] May 22 20:52:56.158 INFO O| May 22 20:52:56.158 INFO STEP 741 (remove_files) COMPLETE
67182025-05-22T20:52:56.214Z[ recovery-image] May 22 20:52:56.158 INFO O| May 22 20:52:56.158 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67192025-05-22T20:52:56.227Z[ recovery-image] May 22 20:52:56.171 INFO O| May 22 20:52:56.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
67202025-05-22T20:52:56.227Z[ recovery-image] May 22 20:52:56.171 INFO O| May 22 20:52:56.171 INFO STEP 742 (remove_files) COMPLETE
67212025-05-22T20:52:56.227Z[ recovery-image] May 22 20:52:56.171 INFO O| May 22 20:52:56.171 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67222025-05-22T20:52:56.239Z[ recovery-image] May 22 20:52:56.183 INFO O| May 22 20:52:56.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
67232025-05-22T20:52:56.240Z[ recovery-image] May 22 20:52:56.183 INFO O| May 22 20:52:56.183 INFO STEP 743 (remove_files) COMPLETE
67242025-05-22T20:52:56.240Z[ recovery-image] May 22 20:52:56.183 INFO O| May 22 20:52:56.183 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67252025-05-22T20:52:56.252Z[ recovery-image] May 22 20:52:56.196 INFO O| May 22 20:52:56.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
67262025-05-22T20:52:56.252Z[ recovery-image] May 22 20:52:56.196 INFO O| May 22 20:52:56.196 INFO STEP 744 (remove_files) COMPLETE
67272025-05-22T20:52:56.255Z[ recovery-image] May 22 20:52:56.196 INFO O| May 22 20:52:56.196 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67282025-05-22T20:52:56.265Z[ recovery-image] May 22 20:52:56.208 INFO O| May 22 20:52:56.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
67292025-05-22T20:52:56.265Z[ recovery-image] May 22 20:52:56.208 INFO O| May 22 20:52:56.208 INFO STEP 745 (remove_files) COMPLETE
67302025-05-22T20:52:56.265Z[ recovery-image] May 22 20:52:56.208 INFO O| May 22 20:52:56.208 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67312025-05-22T20:52:56.280Z[ recovery-image] May 22 20:52:56.223 INFO O| May 22 20:52:56.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
67322025-05-22T20:52:56.280Z[ recovery-image] May 22 20:52:56.223 INFO O| May 22 20:52:56.223 INFO STEP 746 (remove_files) COMPLETE
67332025-05-22T20:52:56.280Z[ recovery-image] May 22 20:52:56.223 INFO O| May 22 20:52:56.223 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67342025-05-22T20:52:56.304Z[ recovery-image] May 22 20:52:56.238 INFO O| May 22 20:52:56.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
67352025-05-22T20:52:56.304Z[ recovery-image] May 22 20:52:56.239 INFO O| May 22 20:52:56.239 INFO STEP 747 (remove_files) COMPLETE
67362025-05-22T20:52:56.304Z[ recovery-image] May 22 20:52:56.239 INFO O| May 22 20:52:56.239 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67372025-05-22T20:52:56.309Z[ recovery-image] May 22 20:52:56.252 INFO O| May 22 20:52:56.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
67382025-05-22T20:52:56.309Z[ recovery-image] May 22 20:52:56.253 INFO O| May 22 20:52:56.253 INFO STEP 748 (remove_files) COMPLETE
67392025-05-22T20:52:56.309Z[ recovery-image] May 22 20:52:56.253 INFO O| May 22 20:52:56.253 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67402025-05-22T20:52:56.324Z[ recovery-image] May 22 20:52:56.266 INFO O| May 22 20:52:56.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
67412025-05-22T20:52:56.324Z[ recovery-image] May 22 20:52:56.267 INFO O| May 22 20:52:56.266 INFO STEP 749 (remove_files) COMPLETE
67422025-05-22T20:52:56.328Z[ recovery-image] May 22 20:52:56.267 INFO O| May 22 20:52:56.267 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67432025-05-22T20:52:56.338Z[ recovery-image] May 22 20:52:56.281 INFO O| May 22 20:52:56.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
67442025-05-22T20:52:56.338Z[ recovery-image] May 22 20:52:56.281 INFO O| May 22 20:52:56.281 INFO STEP 750 (remove_files) COMPLETE
67452025-05-22T20:52:56.341Z[ recovery-image] May 22 20:52:56.281 INFO O| May 22 20:52:56.281 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67462025-05-22T20:52:56.353Z[ recovery-image] May 22 20:52:56.296 INFO O| May 22 20:52:56.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
67472025-05-22T20:52:56.353Z[ recovery-image] May 22 20:52:56.297 INFO O| May 22 20:52:56.297 INFO STEP 751 (remove_files) COMPLETE
67482025-05-22T20:52:56.357Z[ recovery-image] May 22 20:52:56.297 INFO O| May 22 20:52:56.297 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67492025-05-22T20:52:56.370Z[ recovery-image] May 22 20:52:56.312 INFO O| May 22 20:52:56.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
67502025-05-22T20:52:56.370Z[ recovery-image] May 22 20:52:56.312 INFO O| May 22 20:52:56.312 INFO STEP 752 (remove_files) COMPLETE
67512025-05-22T20:52:56.373Z[ recovery-image] May 22 20:52:56.312 INFO O| May 22 20:52:56.312 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67522025-05-22T20:52:56.386Z[ recovery-image] May 22 20:52:56.328 INFO O| May 22 20:52:56.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
67532025-05-22T20:52:56.386Z[ recovery-image] May 22 20:52:56.328 INFO O| May 22 20:52:56.328 INFO STEP 753 (remove_files) COMPLETE
67542025-05-22T20:52:56.386Z[ recovery-image] May 22 20:52:56.328 INFO O| May 22 20:52:56.328 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67552025-05-22T20:52:56.399Z[ recovery-image] May 22 20:52:56.342 INFO O| May 22 20:52:56.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
67562025-05-22T20:52:56.399Z[ recovery-image] May 22 20:52:56.343 INFO O| May 22 20:52:56.343 INFO STEP 754 (remove_files) COMPLETE
67572025-05-22T20:52:56.399Z[ recovery-image] May 22 20:52:56.343 INFO O| May 22 20:52:56.343 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67582025-05-22T20:52:56.412Z[ recovery-image] May 22 20:52:56.356 INFO O| May 22 20:52:56.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
67592025-05-22T20:52:56.413Z[ recovery-image] May 22 20:52:56.356 INFO O| May 22 20:52:56.356 INFO STEP 755 (remove_files) COMPLETE
67602025-05-22T20:52:56.416Z[ recovery-image] May 22 20:52:56.356 INFO O| May 22 20:52:56.356 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67612025-05-22T20:52:56.425Z[ recovery-image] May 22 20:52:56.368 INFO O| May 22 20:52:56.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
67622025-05-22T20:52:56.425Z[ recovery-image] May 22 20:52:56.368 INFO O| May 22 20:52:56.368 INFO STEP 756 (remove_files) COMPLETE
67632025-05-22T20:52:56.428Z[ recovery-image] May 22 20:52:56.368 INFO O| May 22 20:52:56.368 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67642025-05-22T20:52:56.438Z[ recovery-image] May 22 20:52:56.381 INFO O| May 22 20:52:56.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
67652025-05-22T20:52:56.438Z[ recovery-image] May 22 20:52:56.381 INFO O| May 22 20:52:56.381 INFO STEP 757 (remove_files) COMPLETE
67662025-05-22T20:52:56.438Z[ recovery-image] May 22 20:52:56.381 INFO O| May 22 20:52:56.381 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67672025-05-22T20:52:56.452Z[ recovery-image] May 22 20:52:56.395 INFO O| May 22 20:52:56.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
67682025-05-22T20:52:56.452Z[ recovery-image] May 22 20:52:56.395 INFO O| May 22 20:52:56.395 INFO STEP 758 (remove_files) COMPLETE
67692025-05-22T20:52:56.452Z[ recovery-image] May 22 20:52:56.395 INFO O| May 22 20:52:56.395 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67702025-05-22T20:52:56.464Z[ recovery-image] May 22 20:52:56.407 INFO O| May 22 20:52:56.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
67712025-05-22T20:52:56.465Z[ recovery-image] May 22 20:52:56.408 INFO O| May 22 20:52:56.407 INFO STEP 759 (remove_files) COMPLETE
67722025-05-22T20:52:56.465Z[ recovery-image] May 22 20:52:56.408 INFO O| May 22 20:52:56.408 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67732025-05-22T20:52:56.476Z[ recovery-image] May 22 20:52:56.419 INFO O| May 22 20:52:56.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
67742025-05-22T20:52:56.476Z[ recovery-image] May 22 20:52:56.419 INFO O| May 22 20:52:56.419 INFO STEP 760 (remove_files) COMPLETE
67752025-05-22T20:52:56.476Z[ recovery-image] May 22 20:52:56.419 INFO O| May 22 20:52:56.419 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67762025-05-22T20:52:56.489Z[ recovery-image] May 22 20:52:56.432 INFO O| May 22 20:52:56.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
67772025-05-22T20:52:56.489Z[ recovery-image] May 22 20:52:56.432 INFO O| May 22 20:52:56.432 INFO STEP 761 (remove_files) COMPLETE
67782025-05-22T20:52:56.489Z[ recovery-image] May 22 20:52:56.432 INFO O| May 22 20:52:56.432 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67792025-05-22T20:52:56.501Z[ recovery-image] May 22 20:52:56.445 INFO O| May 22 20:52:56.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
67802025-05-22T20:52:56.501Z[ recovery-image] May 22 20:52:56.445 INFO O| May 22 20:52:56.445 INFO STEP 762 (remove_files) COMPLETE
67812025-05-22T20:52:56.502Z[ recovery-image] May 22 20:52:56.445 INFO O| May 22 20:52:56.445 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67822025-05-22T20:52:56.514Z[ recovery-image] May 22 20:52:56.457 INFO O| May 22 20:52:56.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
67832025-05-22T20:52:56.517Z[ recovery-image] May 22 20:52:56.458 INFO O| May 22 20:52:56.458 INFO STEP 763 (remove_files) COMPLETE
67842025-05-22T20:52:56.517Z[ recovery-image] May 22 20:52:56.458 INFO O| May 22 20:52:56.458 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67852025-05-22T20:52:56.528Z[ recovery-image] May 22 20:52:56.472 INFO O| May 22 20:52:56.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
67862025-05-22T20:52:56.528Z[ recovery-image] May 22 20:52:56.472 INFO O| May 22 20:52:56.472 INFO STEP 764 (remove_files) COMPLETE
67872025-05-22T20:52:56.528Z[ recovery-image] May 22 20:52:56.472 INFO O| May 22 20:52:56.472 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67882025-05-22T20:52:56.543Z[ recovery-image] May 22 20:52:56.487 INFO O| May 22 20:52:56.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
67892025-05-22T20:52:56.543Z[ recovery-image] May 22 20:52:56.487 INFO O| May 22 20:52:56.487 INFO STEP 765 (remove_files) COMPLETE
67902025-05-22T20:52:56.543Z[ recovery-image] May 22 20:52:56.487 INFO O| May 22 20:52:56.487 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67912025-05-22T20:52:56.560Z[ recovery-image] May 22 20:52:56.503 INFO O| May 22 20:52:56.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
67922025-05-22T20:52:56.560Z[ recovery-image] May 22 20:52:56.504 INFO O| May 22 20:52:56.504 INFO STEP 766 (remove_files) COMPLETE
67932025-05-22T20:52:56.560Z[ recovery-image] May 22 20:52:56.504 INFO O| May 22 20:52:56.504 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67942025-05-22T20:52:56.576Z[ recovery-image] May 22 20:52:56.520 INFO O| May 22 20:52:56.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
67952025-05-22T20:52:56.580Z[ recovery-image] May 22 20:52:56.520 INFO O| May 22 20:52:56.520 INFO STEP 767 (remove_files) COMPLETE
67962025-05-22T20:52:56.580Z[ recovery-image] May 22 20:52:56.520 INFO O| May 22 20:52:56.520 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67972025-05-22T20:52:56.590Z[ recovery-image] May 22 20:52:56.534 INFO O| May 22 20:52:56.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
67982025-05-22T20:52:56.594Z[ recovery-image] May 22 20:52:56.534 INFO O| May 22 20:52:56.534 INFO STEP 768 (remove_files) COMPLETE
67992025-05-22T20:52:56.594Z[ recovery-image] May 22 20:52:56.534 INFO O| May 22 20:52:56.534 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68002025-05-22T20:52:56.606Z[ recovery-image] May 22 20:52:56.550 INFO O| May 22 20:52:56.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
68012025-05-22T20:52:56.606Z[ recovery-image] May 22 20:52:56.550 INFO O| May 22 20:52:56.550 INFO STEP 769 (remove_files) COMPLETE
68022025-05-22T20:52:56.606Z[ recovery-image] May 22 20:52:56.550 INFO O| May 22 20:52:56.550 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68032025-05-22T20:52:56.622Z[ recovery-image] May 22 20:52:56.565 INFO O| May 22 20:52:56.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
68042025-05-22T20:52:56.622Z[ recovery-image] May 22 20:52:56.565 INFO O| May 22 20:52:56.565 INFO STEP 770 (remove_files) COMPLETE
68052025-05-22T20:52:56.625Z[ recovery-image] May 22 20:52:56.565 INFO O| May 22 20:52:56.565 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68062025-05-22T20:52:56.637Z[ recovery-image] May 22 20:52:56.581 INFO O| May 22 20:52:56.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
68072025-05-22T20:52:56.637Z[ recovery-image] May 22 20:52:56.581 INFO O| May 22 20:52:56.581 INFO STEP 771 (remove_files) COMPLETE
68082025-05-22T20:52:56.641Z[ recovery-image] May 22 20:52:56.581 INFO O| May 22 20:52:56.581 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68092025-05-22T20:52:56.654Z[ recovery-image] May 22 20:52:56.597 INFO O| May 22 20:52:56.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
68102025-05-22T20:52:56.654Z[ recovery-image] May 22 20:52:56.597 INFO O| May 22 20:52:56.597 INFO STEP 772 (remove_files) COMPLETE
68112025-05-22T20:52:56.654Z[ recovery-image] May 22 20:52:56.597 INFO O| May 22 20:52:56.597 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68122025-05-22T20:52:56.669Z[ recovery-image] May 22 20:52:56.612 INFO O| May 22 20:52:56.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
68132025-05-22T20:52:56.669Z[ recovery-image] May 22 20:52:56.613 INFO O| May 22 20:52:56.613 INFO STEP 773 (remove_files) COMPLETE
68142025-05-22T20:52:56.669Z[ recovery-image] May 22 20:52:56.613 INFO O| May 22 20:52:56.613 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68152025-05-22T20:52:56.684Z[ recovery-image] May 22 20:52:56.628 INFO O| May 22 20:52:56.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
68162025-05-22T20:52:56.688Z[ recovery-image] May 22 20:52:56.628 INFO O| May 22 20:52:56.628 INFO STEP 774 (remove_files) COMPLETE
68172025-05-22T20:52:56.688Z[ recovery-image] May 22 20:52:56.628 INFO O| May 22 20:52:56.628 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68182025-05-22T20:52:56.699Z[ recovery-image] May 22 20:52:56.642 INFO O| May 22 20:52:56.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
68192025-05-22T20:52:56.699Z[ recovery-image] May 22 20:52:56.642 INFO O| May 22 20:52:56.642 INFO STEP 775 (remove_files) COMPLETE
68202025-05-22T20:52:56.699Z[ recovery-image] May 22 20:52:56.642 INFO O| May 22 20:52:56.642 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68212025-05-22T20:52:56.713Z[ recovery-image] May 22 20:52:56.657 INFO O| May 22 20:52:56.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
68222025-05-22T20:52:56.713Z[ recovery-image] May 22 20:52:56.657 INFO O| May 22 20:52:56.657 INFO STEP 776 (remove_files) COMPLETE
68232025-05-22T20:52:56.713Z[ recovery-image] May 22 20:52:56.657 INFO O| May 22 20:52:56.657 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68242025-05-22T20:52:56.727Z[ recovery-image] May 22 20:52:56.671 INFO O| May 22 20:52:56.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
68252025-05-22T20:52:56.727Z[ recovery-image] May 22 20:52:56.671 INFO O| May 22 20:52:56.671 INFO STEP 777 (remove_files) COMPLETE
68262025-05-22T20:52:56.727Z[ recovery-image] May 22 20:52:56.671 INFO O| May 22 20:52:56.671 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68272025-05-22T20:52:56.741Z[ recovery-image] May 22 20:52:56.685 INFO O| May 22 20:52:56.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
68282025-05-22T20:52:56.742Z[ recovery-image] May 22 20:52:56.685 INFO O| May 22 20:52:56.685 INFO STEP 778 (remove_files) COMPLETE
68292025-05-22T20:52:56.742Z[ recovery-image] May 22 20:52:56.685 INFO O| May 22 20:52:56.685 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68302025-05-22T20:52:56.758Z[ recovery-image] May 22 20:52:56.700 INFO O| May 22 20:52:56.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
68312025-05-22T20:52:56.758Z[ recovery-image] May 22 20:52:56.701 INFO O| May 22 20:52:56.700 INFO STEP 779 (remove_files) COMPLETE
68322025-05-22T20:52:56.758Z[ recovery-image] May 22 20:52:56.701 INFO O| May 22 20:52:56.701 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68332025-05-22T20:52:56.769Z[ recovery-image] May 22 20:52:56.713 INFO O| May 22 20:52:56.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
68342025-05-22T20:52:56.773Z[ recovery-image] May 22 20:52:56.713 INFO O| May 22 20:52:56.713 INFO STEP 780 (remove_files) COMPLETE
68352025-05-22T20:52:56.773Z[ recovery-image] May 22 20:52:56.714 INFO O| May 22 20:52:56.713 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68362025-05-22T20:52:56.785Z[ recovery-image] May 22 20:52:56.729 INFO O| May 22 20:52:56.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
68372025-05-22T20:52:56.785Z[ recovery-image] May 22 20:52:56.729 INFO O| May 22 20:52:56.729 INFO STEP 781 (remove_files) COMPLETE
68382025-05-22T20:52:56.789Z[ recovery-image] May 22 20:52:56.729 INFO O| May 22 20:52:56.729 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68392025-05-22T20:52:56.800Z[ recovery-image] May 22 20:52:56.743 INFO O| May 22 20:52:56.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
68402025-05-22T20:52:56.800Z[ recovery-image] May 22 20:52:56.744 INFO O| May 22 20:52:56.744 INFO STEP 782 (remove_files) COMPLETE
68412025-05-22T20:52:56.800Z[ recovery-image] May 22 20:52:56.744 INFO O| May 22 20:52:56.744 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68422025-05-22T20:52:56.812Z[ recovery-image] May 22 20:52:56.756 INFO O| May 22 20:52:56.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
68432025-05-22T20:52:56.812Z[ recovery-image] May 22 20:52:56.756 INFO O| May 22 20:52:56.756 INFO STEP 783 (remove_files) COMPLETE
68442025-05-22T20:52:56.812Z[ recovery-image] May 22 20:52:56.756 INFO O| May 22 20:52:56.756 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68452025-05-22T20:52:56.826Z[ recovery-image] May 22 20:52:56.769 INFO O| May 22 20:52:56.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
68462025-05-22T20:52:56.826Z[ recovery-image] May 22 20:52:56.770 INFO O| May 22 20:52:56.770 INFO STEP 784 (remove_files) COMPLETE
68472025-05-22T20:52:56.829Z[ recovery-image] May 22 20:52:56.770 INFO O| May 22 20:52:56.770 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68482025-05-22T20:52:56.842Z[ recovery-image] May 22 20:52:56.785 INFO O| May 22 20:52:56.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
68492025-05-22T20:52:56.842Z[ recovery-image] May 22 20:52:56.785 INFO O| May 22 20:52:56.785 INFO STEP 785 (remove_files) COMPLETE
68502025-05-22T20:52:56.846Z[ recovery-image] May 22 20:52:56.785 INFO O| May 22 20:52:56.785 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68512025-05-22T20:52:56.858Z[ recovery-image] May 22 20:52:56.801 INFO O| May 22 20:52:56.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
68522025-05-22T20:52:56.858Z[ recovery-image] May 22 20:52:56.801 INFO O| May 22 20:52:56.801 INFO STEP 786 (remove_files) COMPLETE
68532025-05-22T20:52:56.858Z[ recovery-image] May 22 20:52:56.801 INFO O| May 22 20:52:56.801 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68542025-05-22T20:52:56.873Z[ recovery-image] May 22 20:52:56.817 INFO O| May 22 20:52:56.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
68552025-05-22T20:52:56.873Z[ recovery-image] May 22 20:52:56.817 INFO O| May 22 20:52:56.817 INFO STEP 787 (remove_files) COMPLETE
68562025-05-22T20:52:56.873Z[ recovery-image] May 22 20:52:56.817 INFO O| May 22 20:52:56.817 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68572025-05-22T20:52:56.889Z[ recovery-image] May 22 20:52:56.832 INFO O| May 22 20:52:56.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
68582025-05-22T20:52:56.892Z[ recovery-image] May 22 20:52:56.833 INFO O| May 22 20:52:56.832 INFO STEP 788 (remove_files) COMPLETE
68592025-05-22T20:52:56.892Z[ recovery-image] May 22 20:52:56.833 INFO O| May 22 20:52:56.832 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68602025-05-22T20:52:56.903Z[ recovery-image] May 22 20:52:56.847 INFO O| May 22 20:52:56.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
68612025-05-22T20:52:56.903Z[ recovery-image] May 22 20:52:56.847 INFO O| May 22 20:52:56.847 INFO STEP 789 (remove_files) COMPLETE
68622025-05-22T20:52:56.903Z[ recovery-image] May 22 20:52:56.847 INFO O| May 22 20:52:56.847 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68632025-05-22T20:52:56.917Z[ recovery-image] May 22 20:52:56.861 INFO O| May 22 20:52:56.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
68642025-05-22T20:52:56.917Z[ recovery-image] May 22 20:52:56.861 INFO O| May 22 20:52:56.861 INFO STEP 790 (remove_files) COMPLETE
68652025-05-22T20:52:56.917Z[ recovery-image] May 22 20:52:56.861 INFO O| May 22 20:52:56.861 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68662025-05-22T20:52:56.932Z[ recovery-image] May 22 20:52:56.875 INFO O| May 22 20:52:56.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
68672025-05-22T20:52:56.932Z[ recovery-image] May 22 20:52:56.875 INFO O| May 22 20:52:56.875 INFO STEP 791 (remove_files) COMPLETE
68682025-05-22T20:52:56.935Z[ recovery-image] May 22 20:52:56.875 INFO O| May 22 20:52:56.875 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68692025-05-22T20:52:56.945Z[ recovery-image] May 22 20:52:56.889 INFO O| May 22 20:52:56.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
68702025-05-22T20:52:56.945Z[ recovery-image] May 22 20:52:56.889 INFO O| May 22 20:52:56.889 INFO STEP 792 (remove_files) COMPLETE
68712025-05-22T20:52:56.949Z[ recovery-image] May 22 20:52:56.889 INFO O| May 22 20:52:56.889 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68722025-05-22T20:52:56.959Z[ recovery-image] May 22 20:52:56.903 INFO O| May 22 20:52:56.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
68732025-05-22T20:52:56.959Z[ recovery-image] May 22 20:52:56.903 INFO O| May 22 20:52:56.903 INFO STEP 793 (remove_files) COMPLETE
68742025-05-22T20:52:56.963Z[ recovery-image] May 22 20:52:56.903 INFO O| May 22 20:52:56.903 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68752025-05-22T20:52:56.974Z[ recovery-image] May 22 20:52:56.918 INFO O| May 22 20:52:56.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
68762025-05-22T20:52:56.974Z[ recovery-image] May 22 20:52:56.918 INFO O| May 22 20:52:56.918 INFO STEP 794 (remove_files) COMPLETE
68772025-05-22T20:52:56.974Z[ recovery-image] May 22 20:52:56.918 INFO O| May 22 20:52:56.918 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68782025-05-22T20:52:56.987Z[ recovery-image] May 22 20:52:56.931 INFO O| May 22 20:52:56.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
68792025-05-22T20:52:56.987Z[ recovery-image] May 22 20:52:56.931 INFO O| May 22 20:52:56.931 INFO STEP 795 (remove_files) COMPLETE
68802025-05-22T20:52:56.987Z[ recovery-image] May 22 20:52:56.931 INFO O| May 22 20:52:56.931 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68812025-05-22T20:52:57.002Z[ recovery-image] May 22 20:52:56.945 INFO O| May 22 20:52:56.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
68822025-05-22T20:52:57.002Z[ recovery-image] May 22 20:52:56.945 INFO O| May 22 20:52:56.945 INFO STEP 796 (remove_files) COMPLETE
68832025-05-22T20:52:57.002Z[ recovery-image] May 22 20:52:56.945 INFO O| May 22 20:52:56.945 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68842025-05-22T20:52:57.017Z[ recovery-image] May 22 20:52:56.960 INFO O| May 22 20:52:56.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
68852025-05-22T20:52:57.017Z[ recovery-image] May 22 20:52:56.960 INFO O| May 22 20:52:56.960 INFO STEP 797 (remove_files) COMPLETE
68862025-05-22T20:52:57.017Z[ recovery-image] May 22 20:52:56.960 INFO O| May 22 20:52:56.960 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68872025-05-22T20:52:57.031Z[ recovery-image] May 22 20:52:56.974 INFO O| May 22 20:52:56.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
68882025-05-22T20:52:57.031Z[ recovery-image] May 22 20:52:56.974 INFO O| May 22 20:52:56.974 INFO STEP 798 (remove_files) COMPLETE
68892025-05-22T20:52:57.031Z[ recovery-image] May 22 20:52:56.974 INFO O| May 22 20:52:56.974 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68902025-05-22T20:52:57.041Z[ recovery-image] May 22 20:52:56.985 INFO O| May 22 20:52:56.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
68912025-05-22T20:52:57.045Z[ recovery-image] May 22 20:52:56.986 INFO O| May 22 20:52:56.986 INFO STEP 799 (remove_files) COMPLETE
68922025-05-22T20:52:57.045Z[ recovery-image] May 22 20:52:56.986 INFO O| May 22 20:52:56.986 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68932025-05-22T20:52:57.058Z[ recovery-image] May 22 20:52:57.002 INFO O| May 22 20:52:57.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
68942025-05-22T20:52:57.058Z[ recovery-image] May 22 20:52:57.002 INFO O| May 22 20:52:57.002 INFO STEP 800 (remove_files) COMPLETE
68952025-05-22T20:52:57.058Z[ recovery-image] May 22 20:52:57.002 INFO O| May 22 20:52:57.002 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68962025-05-22T20:52:57.075Z[ recovery-image] May 22 20:52:57.018 INFO O| May 22 20:52:57.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
68972025-05-22T20:52:57.075Z[ recovery-image] May 22 20:52:57.018 INFO O| May 22 20:52:57.018 INFO STEP 801 (remove_files) COMPLETE
68982025-05-22T20:52:57.078Z[ recovery-image] May 22 20:52:57.018 INFO O| May 22 20:52:57.018 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68992025-05-22T20:52:57.089Z[ recovery-image] May 22 20:52:57.032 INFO O| May 22 20:52:57.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
69002025-05-22T20:52:57.089Z[ recovery-image] May 22 20:52:57.032 INFO O| May 22 20:52:57.032 INFO STEP 802 (remove_files) COMPLETE
69012025-05-22T20:52:57.092Z[ recovery-image] May 22 20:52:57.032 INFO O| May 22 20:52:57.032 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69022025-05-22T20:52:57.103Z[ recovery-image] May 22 20:52:57.047 INFO O| May 22 20:52:57.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
69032025-05-22T20:52:57.103Z[ recovery-image] May 22 20:52:57.047 INFO O| May 22 20:52:57.047 INFO STEP 803 (remove_files) COMPLETE
69042025-05-22T20:52:57.107Z[ recovery-image] May 22 20:52:57.047 INFO O| May 22 20:52:57.047 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69052025-05-22T20:52:57.119Z[ recovery-image] May 22 20:52:57.062 INFO O| May 22 20:52:57.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
69062025-05-22T20:52:57.119Z[ recovery-image] May 22 20:52:57.062 INFO O| May 22 20:52:57.062 INFO STEP 804 (remove_files) COMPLETE
69072025-05-22T20:52:57.122Z[ recovery-image] May 22 20:52:57.062 INFO O| May 22 20:52:57.062 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69082025-05-22T20:52:57.135Z[ recovery-image] May 22 20:52:57.078 INFO O| May 22 20:52:57.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
69092025-05-22T20:52:57.135Z[ recovery-image] May 22 20:52:57.078 INFO O| May 22 20:52:57.078 INFO STEP 805 (remove_files) COMPLETE
69102025-05-22T20:52:57.135Z[ recovery-image] May 22 20:52:57.078 INFO O| May 22 20:52:57.078 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69112025-05-22T20:52:57.150Z[ recovery-image] May 22 20:52:57.093 INFO O| May 22 20:52:57.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
69122025-05-22T20:52:57.150Z[ recovery-image] May 22 20:52:57.094 INFO O| May 22 20:52:57.093 INFO STEP 806 (remove_files) COMPLETE
69132025-05-22T20:52:57.150Z[ recovery-image] May 22 20:52:57.094 INFO O| May 22 20:52:57.094 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69142025-05-22T20:52:57.161Z[ recovery-image] May 22 20:52:57.104 INFO O| May 22 20:52:57.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
69152025-05-22T20:52:57.164Z[ recovery-image] May 22 20:52:57.105 INFO O| May 22 20:52:57.105 INFO STEP 807 (remove_files) COMPLETE
69162025-05-22T20:52:57.164Z[ recovery-image] May 22 20:52:57.105 INFO O| May 22 20:52:57.105 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69172025-05-22T20:52:57.174Z[ recovery-image] May 22 20:52:57.118 INFO O| May 22 20:52:57.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
69182025-05-22T20:52:57.177Z[ recovery-image] May 22 20:52:57.118 INFO O| May 22 20:52:57.118 INFO STEP 808 (remove_files) COMPLETE
69192025-05-22T20:52:57.177Z[ recovery-image] May 22 20:52:57.118 INFO O| May 22 20:52:57.118 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69202025-05-22T20:52:57.185Z[ recovery-image] May 22 20:52:57.129 INFO O| May 22 20:52:57.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
69212025-05-22T20:52:57.189Z[ recovery-image] May 22 20:52:57.129 INFO O| May 22 20:52:57.129 INFO STEP 809 (remove_files) COMPLETE
69222025-05-22T20:52:57.189Z[ recovery-image] May 22 20:52:57.129 INFO O| May 22 20:52:57.129 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69232025-05-22T20:52:57.197Z[ recovery-image] May 22 20:52:57.141 INFO O| May 22 20:52:57.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
69242025-05-22T20:52:57.197Z[ recovery-image] May 22 20:52:57.141 INFO O| May 22 20:52:57.141 INFO STEP 810 (remove_files) COMPLETE
69252025-05-22T20:52:57.201Z[ recovery-image] May 22 20:52:57.141 INFO O| May 22 20:52:57.141 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69262025-05-22T20:52:57.206Z[ recovery-image] May 22 20:52:57.150 INFO O| May 22 20:52:57.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
69272025-05-22T20:52:57.206Z[ recovery-image] May 22 20:52:57.150 INFO O| May 22 20:52:57.150 INFO STEP 811 (remove_files) COMPLETE
69282025-05-22T20:52:57.206Z[ recovery-image] May 22 20:52:57.150 INFO O| May 22 20:52:57.150 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69292025-05-22T20:52:57.218Z[ recovery-image] May 22 20:52:57.161 INFO O| May 22 20:52:57.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
69302025-05-22T20:52:57.218Z[ recovery-image] May 22 20:52:57.162 INFO O| May 22 20:52:57.162 INFO STEP 812 (remove_files) COMPLETE
69312025-05-22T20:52:57.221Z[ recovery-image] May 22 20:52:57.162 INFO O| May 22 20:52:57.162 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69322025-05-22T20:52:57.232Z[ recovery-image] May 22 20:52:57.175 INFO O| May 22 20:52:57.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
69332025-05-22T20:52:57.232Z[ recovery-image] May 22 20:52:57.175 INFO O| May 22 20:52:57.175 INFO STEP 813 (remove_files) COMPLETE
69342025-05-22T20:52:57.235Z[ recovery-image] May 22 20:52:57.175 INFO O| May 22 20:52:57.175 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69352025-05-22T20:52:57.244Z[ recovery-image] May 22 20:52:57.188 INFO O| May 22 20:52:57.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
69362025-05-22T20:52:57.247Z[ recovery-image] May 22 20:52:57.189 INFO O| May 22 20:52:57.189 INFO STEP 814 (remove_files) COMPLETE
69372025-05-22T20:52:57.247Z[ recovery-image] May 22 20:52:57.189 INFO O| May 22 20:52:57.189 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69382025-05-22T20:52:57.255Z[ recovery-image] May 22 20:52:57.199 INFO O| May 22 20:52:57.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
69392025-05-22T20:52:57.255Z[ recovery-image] May 22 20:52:57.199 INFO O| May 22 20:52:57.199 INFO STEP 815 (remove_files) COMPLETE
69402025-05-22T20:52:57.258Z[ recovery-image] May 22 20:52:57.199 INFO O| May 22 20:52:57.199 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69412025-05-22T20:52:57.269Z[ recovery-image] May 22 20:52:57.213 INFO O| May 22 20:52:57.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
69422025-05-22T20:52:57.269Z[ recovery-image] May 22 20:52:57.213 INFO O| May 22 20:52:57.213 INFO STEP 816 (remove_files) COMPLETE
69432025-05-22T20:52:57.272Z[ recovery-image] May 22 20:52:57.213 INFO O| May 22 20:52:57.213 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69442025-05-22T20:52:57.278Z[ recovery-image] May 22 20:52:57.222 INFO O| May 22 20:52:57.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
69452025-05-22T20:52:57.278Z[ recovery-image] May 22 20:52:57.222 INFO O| May 22 20:52:57.222 INFO STEP 817 (remove_files) COMPLETE
69462025-05-22T20:52:57.281Z[ recovery-image] May 22 20:52:57.222 INFO O| May 22 20:52:57.222 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69472025-05-22T20:52:57.286Z[ recovery-image] May 22 20:52:57.230 INFO O| May 22 20:52:57.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
69482025-05-22T20:52:57.286Z[ recovery-image] May 22 20:52:57.230 INFO O| May 22 20:52:57.230 INFO STEP 818 (remove_files) COMPLETE
69492025-05-22T20:52:57.286Z[ recovery-image] May 22 20:52:57.230 INFO O| May 22 20:52:57.230 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69502025-05-22T20:52:57.296Z[ recovery-image] May 22 20:52:57.240 INFO O| May 22 20:52:57.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
69512025-05-22T20:52:57.296Z[ recovery-image] May 22 20:52:57.240 INFO O| May 22 20:52:57.240 INFO STEP 819 (remove_files) COMPLETE
69522025-05-22T20:52:57.296Z[ recovery-image] May 22 20:52:57.240 INFO O| May 22 20:52:57.240 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69532025-05-22T20:52:57.308Z[ recovery-image] May 22 20:52:57.252 INFO O| May 22 20:52:57.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
69542025-05-22T20:52:57.308Z[ recovery-image] May 22 20:52:57.252 INFO O| May 22 20:52:57.252 INFO STEP 820 (remove_files) COMPLETE
69552025-05-22T20:52:57.312Z[ recovery-image] May 22 20:52:57.252 INFO O| May 22 20:52:57.252 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69562025-05-22T20:52:57.322Z[ recovery-image] May 22 20:52:57.266 INFO O| May 22 20:52:57.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
69572025-05-22T20:52:57.322Z[ recovery-image] May 22 20:52:57.266 INFO O| May 22 20:52:57.266 INFO STEP 821 (remove_files) COMPLETE
69582025-05-22T20:52:57.325Z[ recovery-image] May 22 20:52:57.266 INFO O| May 22 20:52:57.266 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69592025-05-22T20:52:57.332Z[ recovery-image] May 22 20:52:57.276 INFO O| May 22 20:52:57.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
69602025-05-22T20:52:57.332Z[ recovery-image] May 22 20:52:57.276 INFO O| May 22 20:52:57.276 INFO STEP 822 (remove_files) COMPLETE
69612025-05-22T20:52:57.332Z[ recovery-image] May 22 20:52:57.276 INFO O| May 22 20:52:57.276 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69622025-05-22T20:52:57.343Z[ recovery-image] May 22 20:52:57.287 INFO O| May 22 20:52:57.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
69632025-05-22T20:52:57.346Z[ recovery-image] May 22 20:52:57.287 INFO O| May 22 20:52:57.287 INFO STEP 823 (remove_files) COMPLETE
69642025-05-22T20:52:57.346Z[ recovery-image] May 22 20:52:57.287 INFO O| May 22 20:52:57.287 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69652025-05-22T20:52:57.354Z[ recovery-image] May 22 20:52:57.298 INFO O| May 22 20:52:57.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
69662025-05-22T20:52:57.354Z[ recovery-image] May 22 20:52:57.298 INFO O| May 22 20:52:57.298 INFO STEP 824 (remove_files) COMPLETE
69672025-05-22T20:52:57.358Z[ recovery-image] May 22 20:52:57.298 INFO O| May 22 20:52:57.298 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69682025-05-22T20:52:57.364Z[ recovery-image] May 22 20:52:57.307 INFO O| May 22 20:52:57.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
69692025-05-22T20:52:57.368Z[ recovery-image] May 22 20:52:57.307 INFO O| May 22 20:52:57.307 INFO STEP 825 (remove_files) COMPLETE
69702025-05-22T20:52:57.368Z[ recovery-image] May 22 20:52:57.307 INFO O| May 22 20:52:57.307 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69712025-05-22T20:52:57.375Z[ recovery-image] May 22 20:52:57.316 INFO O| May 22 20:52:57.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
69722025-05-22T20:52:57.379Z[ recovery-image] May 22 20:52:57.316 INFO O| May 22 20:52:57.316 INFO STEP 826 (remove_files) COMPLETE
69732025-05-22T20:52:57.379Z[ recovery-image] May 22 20:52:57.316 INFO O| May 22 20:52:57.316 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69742025-05-22T20:52:57.384Z[ recovery-image] May 22 20:52:57.327 INFO O| May 22 20:52:57.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
69752025-05-22T20:52:57.384Z[ recovery-image] May 22 20:52:57.327 INFO O| May 22 20:52:57.327 INFO STEP 827 (remove_files) COMPLETE
69762025-05-22T20:52:57.384Z[ recovery-image] May 22 20:52:57.327 INFO O| May 22 20:52:57.327 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69772025-05-22T20:52:57.395Z[ recovery-image] May 22 20:52:57.338 INFO O| May 22 20:52:57.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
69782025-05-22T20:52:57.395Z[ recovery-image] May 22 20:52:57.338 INFO O| May 22 20:52:57.338 INFO STEP 828 (remove_files) COMPLETE
69792025-05-22T20:52:57.401Z[ recovery-image] May 22 20:52:57.338 INFO O| May 22 20:52:57.338 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69802025-05-22T20:52:57.404Z[ recovery-image] May 22 20:52:57.348 INFO O| May 22 20:52:57.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
69812025-05-22T20:52:57.404Z[ recovery-image] May 22 20:52:57.348 INFO O| May 22 20:52:57.348 INFO STEP 829 (remove_files) COMPLETE
69822025-05-22T20:52:57.404Z[ recovery-image] May 22 20:52:57.348 INFO O| May 22 20:52:57.348 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69832025-05-22T20:52:57.414Z[ recovery-image] May 22 20:52:57.357 INFO O| May 22 20:52:57.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
69842025-05-22T20:52:57.414Z[ recovery-image] May 22 20:52:57.357 INFO O| May 22 20:52:57.357 INFO STEP 830 (remove_files) COMPLETE
69852025-05-22T20:52:57.414Z[ recovery-image] May 22 20:52:57.357 INFO O| May 22 20:52:57.357 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69862025-05-22T20:52:57.427Z[ recovery-image] May 22 20:52:57.370 INFO O| May 22 20:52:57.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
69872025-05-22T20:52:57.430Z[ recovery-image] May 22 20:52:57.370 INFO O| May 22 20:52:57.370 INFO STEP 831 (remove_files) COMPLETE
69882025-05-22T20:52:57.430Z[ recovery-image] May 22 20:52:57.371 INFO O| May 22 20:52:57.370 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69892025-05-22T20:52:57.441Z[ recovery-image] May 22 20:52:57.384 INFO O| May 22 20:52:57.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
69902025-05-22T20:52:57.441Z[ recovery-image] May 22 20:52:57.385 INFO O| May 22 20:52:57.385 INFO STEP 832 (remove_files) COMPLETE
69912025-05-22T20:52:57.441Z[ recovery-image] May 22 20:52:57.385 INFO O| May 22 20:52:57.385 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69922025-05-22T20:52:57.457Z[ recovery-image] May 22 20:52:57.401 INFO O| May 22 20:52:57.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
69932025-05-22T20:52:57.457Z[ recovery-image] May 22 20:52:57.401 INFO O| May 22 20:52:57.401 INFO STEP 833 (remove_files) COMPLETE
69942025-05-22T20:52:57.460Z[ recovery-image] May 22 20:52:57.401 INFO O| May 22 20:52:57.401 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69952025-05-22T20:52:57.469Z[ recovery-image] May 22 20:52:57.412 INFO O| May 22 20:52:57.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
69962025-05-22T20:52:57.469Z[ recovery-image] May 22 20:52:57.412 INFO O| May 22 20:52:57.412 INFO STEP 834 (remove_files) COMPLETE
69972025-05-22T20:52:57.469Z[ recovery-image] May 22 20:52:57.412 INFO O| May 22 20:52:57.412 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69982025-05-22T20:52:57.480Z[ recovery-image] May 22 20:52:57.423 INFO O| May 22 20:52:57.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
69992025-05-22T20:52:57.480Z[ recovery-image] May 22 20:52:57.424 INFO O| May 22 20:52:57.424 INFO STEP 835 (remove_files) COMPLETE
70002025-05-22T20:52:57.484Z[ recovery-image] May 22 20:52:57.424 INFO O| May 22 20:52:57.424 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70012025-05-22T20:52:57.490Z[ recovery-image] May 22 20:52:57.434 INFO O| May 22 20:52:57.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
70022025-05-22T20:52:57.490Z[ recovery-image] May 22 20:52:57.434 INFO O| May 22 20:52:57.434 INFO STEP 836 (remove_files) COMPLETE
70032025-05-22T20:52:57.496Z[ recovery-image] May 22 20:52:57.434 INFO O| May 22 20:52:57.434 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70042025-05-22T20:52:57.500Z[ recovery-image] May 22 20:52:57.443 INFO O| May 22 20:52:57.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
70052025-05-22T20:52:57.500Z[ recovery-image] May 22 20:52:57.443 INFO O| May 22 20:52:57.443 INFO STEP 837 (remove_files) COMPLETE
70062025-05-22T20:52:57.500Z[ recovery-image] May 22 20:52:57.443 INFO O| May 22 20:52:57.443 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70072025-05-22T20:52:57.510Z[ recovery-image] May 22 20:52:57.452 INFO O| May 22 20:52:57.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
70082025-05-22T20:52:57.514Z[ recovery-image] May 22 20:52:57.452 INFO O| May 22 20:52:57.452 INFO STEP 838 (remove_files) COMPLETE
70092025-05-22T20:52:57.514Z[ recovery-image] May 22 20:52:57.452 INFO O| May 22 20:52:57.452 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70102025-05-22T20:52:57.517Z[ recovery-image] May 22 20:52:57.461 INFO O| May 22 20:52:57.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
70112025-05-22T20:52:57.522Z[ recovery-image] May 22 20:52:57.461 INFO O| May 22 20:52:57.461 INFO STEP 839 (remove_files) COMPLETE
70122025-05-22T20:52:57.522Z[ recovery-image] May 22 20:52:57.461 INFO O| May 22 20:52:57.461 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70132025-05-22T20:52:57.527Z[ recovery-image] May 22 20:52:57.470 INFO O| May 22 20:52:57.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
70142025-05-22T20:52:57.530Z[ recovery-image] May 22 20:52:57.470 INFO O| May 22 20:52:57.470 INFO STEP 840 (remove_files) COMPLETE
70152025-05-22T20:52:57.530Z[ recovery-image] May 22 20:52:57.470 INFO O| May 22 20:52:57.470 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70162025-05-22T20:52:57.536Z[ recovery-image] May 22 20:52:57.479 INFO O| May 22 20:52:57.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
70172025-05-22T20:52:57.536Z[ recovery-image] May 22 20:52:57.479 INFO O| May 22 20:52:57.479 INFO STEP 841 (remove_files) COMPLETE
70182025-05-22T20:52:57.536Z[ recovery-image] May 22 20:52:57.479 INFO O| May 22 20:52:57.479 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70192025-05-22T20:52:57.548Z[ recovery-image] May 22 20:52:57.491 INFO O| May 22 20:52:57.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
70202025-05-22T20:52:57.548Z[ recovery-image] May 22 20:52:57.492 INFO O| May 22 20:52:57.492 INFO STEP 842 (remove_files) COMPLETE
70212025-05-22T20:52:57.548Z[ recovery-image] May 22 20:52:57.492 INFO O| May 22 20:52:57.492 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70222025-05-22T20:52:57.561Z[ recovery-image] May 22 20:52:57.505 INFO O| May 22 20:52:57.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
70232025-05-22T20:52:57.561Z[ recovery-image] May 22 20:52:57.505 INFO O| May 22 20:52:57.505 INFO STEP 843 (remove_files) COMPLETE
70242025-05-22T20:52:57.561Z[ recovery-image] May 22 20:52:57.505 INFO O| May 22 20:52:57.505 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70252025-05-22T20:52:57.572Z[ recovery-image] May 22 20:52:57.516 INFO O| May 22 20:52:57.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
70262025-05-22T20:52:57.572Z[ recovery-image] May 22 20:52:57.516 INFO O| May 22 20:52:57.516 INFO STEP 844 (remove_files) COMPLETE
70272025-05-22T20:52:57.576Z[ recovery-image] May 22 20:52:57.516 INFO O| May 22 20:52:57.516 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70282025-05-22T20:52:57.583Z[ recovery-image] May 22 20:52:57.527 INFO O| May 22 20:52:57.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
70292025-05-22T20:52:57.583Z[ recovery-image] May 22 20:52:57.527 INFO O| May 22 20:52:57.527 INFO STEP 845 (remove_files) COMPLETE
70302025-05-22T20:52:57.583Z[ recovery-image] May 22 20:52:57.527 INFO O| May 22 20:52:57.527 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70312025-05-22T20:52:57.598Z[ recovery-image] May 22 20:52:57.542 INFO O| May 22 20:52:57.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
70322025-05-22T20:52:57.598Z[ recovery-image] May 22 20:52:57.542 INFO O| May 22 20:52:57.542 INFO STEP 846 (remove_files) COMPLETE
70332025-05-22T20:52:57.598Z[ recovery-image] May 22 20:52:57.542 INFO O| May 22 20:52:57.542 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70342025-05-22T20:52:57.612Z[ recovery-image] May 22 20:52:57.555 INFO O| May 22 20:52:57.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
70352025-05-22T20:52:57.615Z[ recovery-image] May 22 20:52:57.556 INFO O| May 22 20:52:57.556 INFO STEP 847 (remove_files) COMPLETE
70362025-05-22T20:52:57.615Z[ recovery-image] May 22 20:52:57.556 INFO O| May 22 20:52:57.556 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70372025-05-22T20:52:57.624Z[ recovery-image] May 22 20:52:57.568 INFO O| May 22 20:52:57.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
70382025-05-22T20:52:57.624Z[ recovery-image] May 22 20:52:57.568 INFO O| May 22 20:52:57.568 INFO STEP 848 (remove_files) COMPLETE
70392025-05-22T20:52:57.624Z[ recovery-image] May 22 20:52:57.568 INFO O| May 22 20:52:57.568 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70402025-05-22T20:52:57.637Z[ recovery-image] May 22 20:52:57.581 INFO O| May 22 20:52:57.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
70412025-05-22T20:52:57.637Z[ recovery-image] May 22 20:52:57.581 INFO O| May 22 20:52:57.581 INFO STEP 849 (remove_files) COMPLETE
70422025-05-22T20:52:57.637Z[ recovery-image] May 22 20:52:57.581 INFO O| May 22 20:52:57.581 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70432025-05-22T20:52:57.648Z[ recovery-image] May 22 20:52:57.592 INFO O| May 22 20:52:57.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
70442025-05-22T20:52:57.648Z[ recovery-image] May 22 20:52:57.592 INFO O| May 22 20:52:57.592 INFO STEP 850 (remove_files) COMPLETE
70452025-05-22T20:52:57.652Z[ recovery-image] May 22 20:52:57.592 INFO O| May 22 20:52:57.592 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70462025-05-22T20:52:57.660Z[ recovery-image] May 22 20:52:57.603 INFO O| May 22 20:52:57.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
70472025-05-22T20:52:57.663Z[ recovery-image] May 22 20:52:57.603 INFO O| May 22 20:52:57.603 INFO STEP 851 (remove_files) COMPLETE
70482025-05-22T20:52:57.663Z[ recovery-image] May 22 20:52:57.604 INFO O| May 22 20:52:57.603 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70492025-05-22T20:52:57.669Z[ recovery-image] May 22 20:52:57.613 INFO O| May 22 20:52:57.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
70502025-05-22T20:52:57.669Z[ recovery-image] May 22 20:52:57.613 INFO O| May 22 20:52:57.613 INFO STEP 852 (remove_files) COMPLETE
70512025-05-22T20:52:57.672Z[ recovery-image] May 22 20:52:57.613 INFO O| May 22 20:52:57.613 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70522025-05-22T20:52:57.680Z[ recovery-image] May 22 20:52:57.624 INFO O| May 22 20:52:57.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
70532025-05-22T20:52:57.680Z[ recovery-image] May 22 20:52:57.624 INFO O| May 22 20:52:57.624 INFO STEP 853 (remove_files) COMPLETE
70542025-05-22T20:52:57.680Z[ recovery-image] May 22 20:52:57.624 INFO O| May 22 20:52:57.624 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70552025-05-22T20:52:57.691Z[ recovery-image] May 22 20:52:57.635 INFO O| May 22 20:52:57.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
70562025-05-22T20:52:57.691Z[ recovery-image] May 22 20:52:57.635 INFO O| May 22 20:52:57.635 INFO STEP 854 (remove_files) COMPLETE
70572025-05-22T20:52:57.691Z[ recovery-image] May 22 20:52:57.635 INFO O| May 22 20:52:57.635 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70582025-05-22T20:52:57.699Z[ recovery-image] May 22 20:52:57.643 INFO O| May 22 20:52:57.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
70592025-05-22T20:52:57.699Z[ recovery-image] May 22 20:52:57.643 INFO O| May 22 20:52:57.643 INFO STEP 855 (remove_files) COMPLETE
70602025-05-22T20:52:57.703Z[ recovery-image] May 22 20:52:57.643 INFO O| May 22 20:52:57.643 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70612025-05-22T20:52:57.712Z[ recovery-image] May 22 20:52:57.656 INFO O| May 22 20:52:57.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
70622025-05-22T20:52:57.715Z[ recovery-image] May 22 20:52:57.656 INFO O| May 22 20:52:57.656 INFO STEP 856 (remove_files) COMPLETE
70632025-05-22T20:52:57.715Z[ recovery-image] May 22 20:52:57.656 INFO O| May 22 20:52:57.656 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70642025-05-22T20:52:57.724Z[ recovery-image] May 22 20:52:57.668 INFO O| May 22 20:52:57.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
70652025-05-22T20:52:57.724Z[ recovery-image] May 22 20:52:57.668 INFO O| May 22 20:52:57.668 INFO STEP 857 (remove_files) COMPLETE
70662025-05-22T20:52:57.727Z[ recovery-image] May 22 20:52:57.668 INFO O| May 22 20:52:57.668 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70672025-05-22T20:52:57.736Z[ recovery-image] May 22 20:52:57.680 INFO O| May 22 20:52:57.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
70682025-05-22T20:52:57.736Z[ recovery-image] May 22 20:52:57.680 INFO O| May 22 20:52:57.680 INFO STEP 858 (remove_files) COMPLETE
70692025-05-22T20:52:57.739Z[ recovery-image] May 22 20:52:57.680 INFO O| May 22 20:52:57.680 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70702025-05-22T20:52:57.747Z[ recovery-image] May 22 20:52:57.691 INFO O| May 22 20:52:57.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
70712025-05-22T20:52:57.747Z[ recovery-image] May 22 20:52:57.691 INFO O| May 22 20:52:57.691 INFO STEP 859 (remove_files) COMPLETE
70722025-05-22T20:52:57.747Z[ recovery-image] May 22 20:52:57.691 INFO O| May 22 20:52:57.691 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70732025-05-22T20:52:57.757Z[ recovery-image] May 22 20:52:57.700 INFO O| May 22 20:52:57.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
70742025-05-22T20:52:57.757Z[ recovery-image] May 22 20:52:57.701 INFO O| May 22 20:52:57.700 INFO STEP 860 (remove_files) COMPLETE
70752025-05-22T20:52:57.765Z[ recovery-image] May 22 20:52:57.701 INFO O| May 22 20:52:57.700 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70762025-05-22T20:52:57.771Z[ recovery-image] May 22 20:52:57.714 INFO O| May 22 20:52:57.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
70772025-05-22T20:52:57.771Z[ recovery-image] May 22 20:52:57.714 INFO O| May 22 20:52:57.714 INFO STEP 861 (remove_files) COMPLETE
70782025-05-22T20:52:57.774Z[ recovery-image] May 22 20:52:57.714 INFO O| May 22 20:52:57.714 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70792025-05-22T20:52:57.780Z[ recovery-image] May 22 20:52:57.724 INFO O| May 22 20:52:57.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
70802025-05-22T20:52:57.780Z[ recovery-image] May 22 20:52:57.724 INFO O| May 22 20:52:57.724 INFO STEP 862 (remove_files) COMPLETE
70812025-05-22T20:52:57.780Z[ recovery-image] May 22 20:52:57.724 INFO O| May 22 20:52:57.724 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70822025-05-22T20:52:57.789Z[ recovery-image] May 22 20:52:57.733 INFO O| May 22 20:52:57.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
70832025-05-22T20:52:57.789Z[ recovery-image] May 22 20:52:57.733 INFO O| May 22 20:52:57.733 INFO STEP 863 (remove_files) COMPLETE
70842025-05-22T20:52:57.793Z[ recovery-image] May 22 20:52:57.733 INFO O| May 22 20:52:57.733 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70852025-05-22T20:52:57.800Z[ recovery-image] May 22 20:52:57.744 INFO O| May 22 20:52:57.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
70862025-05-22T20:52:57.803Z[ recovery-image] May 22 20:52:57.744 INFO O| May 22 20:52:57.744 INFO STEP 864 (remove_files) COMPLETE
70872025-05-22T20:52:57.803Z[ recovery-image] May 22 20:52:57.744 INFO O| May 22 20:52:57.744 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70882025-05-22T20:52:57.812Z[ recovery-image] May 22 20:52:57.755 INFO O| May 22 20:52:57.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
70892025-05-22T20:52:57.815Z[ recovery-image] May 22 20:52:57.756 INFO O| May 22 20:52:57.756 INFO STEP 865 (remove_files) COMPLETE
70902025-05-22T20:52:57.815Z[ recovery-image] May 22 20:52:57.756 INFO O| May 22 20:52:57.756 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70912025-05-22T20:52:57.824Z[ recovery-image] May 22 20:52:57.768 INFO O| May 22 20:52:57.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
70922025-05-22T20:52:57.827Z[ recovery-image] May 22 20:52:57.768 INFO O| May 22 20:52:57.768 INFO STEP 866 (remove_files) COMPLETE
70932025-05-22T20:52:57.827Z[ recovery-image] May 22 20:52:57.768 INFO O| May 22 20:52:57.768 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70942025-05-22T20:52:57.837Z[ recovery-image] May 22 20:52:57.780 INFO O| May 22 20:52:57.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
70952025-05-22T20:52:57.837Z[ recovery-image] May 22 20:52:57.780 INFO O| May 22 20:52:57.780 INFO STEP 867 (remove_files) COMPLETE
70962025-05-22T20:52:57.837Z[ recovery-image] May 22 20:52:57.780 INFO O| May 22 20:52:57.780 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70972025-05-22T20:52:57.846Z[ recovery-image] May 22 20:52:57.790 INFO O| May 22 20:52:57.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
70982025-05-22T20:52:57.846Z[ recovery-image] May 22 20:52:57.790 INFO O| May 22 20:52:57.790 INFO STEP 868 (remove_files) COMPLETE
70992025-05-22T20:52:57.850Z[ recovery-image] May 22 20:52:57.790 INFO O| May 22 20:52:57.790 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71002025-05-22T20:52:57.860Z[ recovery-image] May 22 20:52:57.803 INFO O| May 22 20:52:57.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
71012025-05-22T20:52:57.860Z[ recovery-image] May 22 20:52:57.804 INFO O| May 22 20:52:57.803 INFO STEP 869 (remove_files) COMPLETE
71022025-05-22T20:52:57.864Z[ recovery-image] May 22 20:52:57.804 INFO O| May 22 20:52:57.804 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71032025-05-22T20:52:57.871Z[ recovery-image] May 22 20:52:57.814 INFO O| May 22 20:52:57.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
71042025-05-22T20:52:57.874Z[ recovery-image] May 22 20:52:57.815 INFO O| May 22 20:52:57.815 INFO STEP 870 (remove_files) COMPLETE
71052025-05-22T20:52:57.874Z[ recovery-image] May 22 20:52:57.815 INFO O| May 22 20:52:57.815 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71062025-05-22T20:52:57.880Z[ recovery-image] May 22 20:52:57.823 INFO O| May 22 20:52:57.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
71072025-05-22T20:52:57.880Z[ recovery-image] May 22 20:52:57.824 INFO O| May 22 20:52:57.823 INFO STEP 871 (remove_files) COMPLETE
71082025-05-22T20:52:57.880Z[ recovery-image] May 22 20:52:57.824 INFO O| May 22 20:52:57.823 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71092025-05-22T20:52:57.893Z[ recovery-image] May 22 20:52:57.837 INFO O| May 22 20:52:57.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
71102025-05-22T20:52:57.893Z[ recovery-image] May 22 20:52:57.837 INFO O| May 22 20:52:57.837 INFO STEP 872 (remove_files) COMPLETE
71112025-05-22T20:52:57.893Z[ recovery-image] May 22 20:52:57.837 INFO O| May 22 20:52:57.837 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71122025-05-22T20:52:57.906Z[ recovery-image] May 22 20:52:57.849 INFO O| May 22 20:52:57.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
71132025-05-22T20:52:57.906Z[ recovery-image] May 22 20:52:57.849 INFO O| May 22 20:52:57.849 INFO STEP 873 (remove_files) COMPLETE
71142025-05-22T20:52:57.909Z[ recovery-image] May 22 20:52:57.849 INFO O| May 22 20:52:57.849 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71152025-05-22T20:52:57.917Z[ recovery-image] May 22 20:52:57.860 INFO O| May 22 20:52:57.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
71162025-05-22T20:52:57.917Z[ recovery-image] May 22 20:52:57.861 INFO O| May 22 20:52:57.860 INFO STEP 874 (remove_files) COMPLETE
71172025-05-22T20:52:57.917Z[ recovery-image] May 22 20:52:57.861 INFO O| May 22 20:52:57.861 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71182025-05-22T20:52:57.927Z[ recovery-image] May 22 20:52:57.869 INFO O| May 22 20:52:57.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
71192025-05-22T20:52:57.927Z[ recovery-image] May 22 20:52:57.870 INFO O| May 22 20:52:57.870 INFO STEP 875 (remove_files) COMPLETE
71202025-05-22T20:52:57.927Z[ recovery-image] May 22 20:52:57.870 INFO O| May 22 20:52:57.870 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71212025-05-22T20:52:57.939Z[ recovery-image] May 22 20:52:57.883 INFO O| May 22 20:52:57.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
71222025-05-22T20:52:57.939Z[ recovery-image] May 22 20:52:57.883 INFO O| May 22 20:52:57.883 INFO STEP 876 (remove_files) COMPLETE
71232025-05-22T20:52:57.943Z[ recovery-image] May 22 20:52:57.883 INFO O| May 22 20:52:57.883 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71242025-05-22T20:52:57.951Z[ recovery-image] May 22 20:52:57.894 INFO O| May 22 20:52:57.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
71252025-05-22T20:52:57.951Z[ recovery-image] May 22 20:52:57.895 INFO O| May 22 20:52:57.894 INFO STEP 877 (remove_files) COMPLETE
71262025-05-22T20:52:57.954Z[ recovery-image] May 22 20:52:57.895 INFO O| May 22 20:52:57.894 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71272025-05-22T20:52:57.961Z[ recovery-image] May 22 20:52:57.905 INFO O| May 22 20:52:57.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
71282025-05-22T20:52:57.961Z[ recovery-image] May 22 20:52:57.905 INFO O| May 22 20:52:57.905 INFO STEP 878 (remove_files) COMPLETE
71292025-05-22T20:52:57.961Z[ recovery-image] May 22 20:52:57.905 INFO O| May 22 20:52:57.905 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71302025-05-22T20:52:57.974Z[ recovery-image] May 22 20:52:57.917 INFO O| May 22 20:52:57.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
71312025-05-22T20:52:57.974Z[ recovery-image] May 22 20:52:57.918 INFO O| May 22 20:52:57.918 INFO STEP 879 (remove_files) COMPLETE
71322025-05-22T20:52:57.974Z[ recovery-image] May 22 20:52:57.918 INFO O| May 22 20:52:57.918 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71332025-05-22T20:52:57.985Z[ recovery-image] May 22 20:52:57.928 INFO O| May 22 20:52:57.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
71342025-05-22T20:52:57.988Z[ recovery-image] May 22 20:52:57.929 INFO O| May 22 20:52:57.929 INFO STEP 880 (remove_files) COMPLETE
71352025-05-22T20:52:57.988Z[ recovery-image] May 22 20:52:57.929 INFO O| May 22 20:52:57.929 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71362025-05-22T20:52:58.000Z[ recovery-image] May 22 20:52:57.943 INFO O| May 22 20:52:57.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
71372025-05-22T20:52:58.000Z[ recovery-image] May 22 20:52:57.943 INFO O| May 22 20:52:57.943 INFO STEP 881 (remove_files) COMPLETE
71382025-05-22T20:52:58.000Z[ recovery-image] May 22 20:52:57.943 INFO O| May 22 20:52:57.943 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71392025-05-22T20:52:58.010Z[ recovery-image] May 22 20:52:57.954 INFO O| May 22 20:52:57.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
71402025-05-22T20:52:58.010Z[ recovery-image] May 22 20:52:57.954 INFO O| May 22 20:52:57.954 INFO STEP 882 (remove_files) COMPLETE
71412025-05-22T20:52:58.010Z[ recovery-image] May 22 20:52:57.954 INFO O| May 22 20:52:57.954 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71422025-05-22T20:52:58.024Z[ recovery-image] May 22 20:52:57.968 INFO O| May 22 20:52:57.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
71432025-05-22T20:52:58.024Z[ recovery-image] May 22 20:52:57.968 INFO O| May 22 20:52:57.968 INFO STEP 883 (remove_files) COMPLETE
71442025-05-22T20:52:58.024Z[ recovery-image] May 22 20:52:57.968 INFO O| May 22 20:52:57.968 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71452025-05-22T20:52:58.039Z[ recovery-image] May 22 20:52:57.983 INFO O| May 22 20:52:57.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
71462025-05-22T20:52:58.039Z[ recovery-image] May 22 20:52:57.983 INFO O| May 22 20:52:57.983 INFO STEP 884 (remove_files) COMPLETE
71472025-05-22T20:52:58.039Z[ recovery-image] May 22 20:52:57.983 INFO O| May 22 20:52:57.983 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71482025-05-22T20:52:58.051Z[ recovery-image] May 22 20:52:57.994 INFO O| May 22 20:52:57.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
71492025-05-22T20:52:58.051Z[ recovery-image] May 22 20:52:57.995 INFO O| May 22 20:52:57.995 INFO STEP 885 (remove_files) COMPLETE
71502025-05-22T20:52:58.054Z[ recovery-image] May 22 20:52:57.995 INFO O| May 22 20:52:57.995 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71512025-05-22T20:52:58.063Z[ recovery-image] May 22 20:52:58.007 INFO O| May 22 20:52:58.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
71522025-05-22T20:52:58.063Z[ recovery-image] May 22 20:52:58.007 INFO O| May 22 20:52:58.007 INFO STEP 886 (remove_files) COMPLETE
71532025-05-22T20:52:58.063Z[ recovery-image] May 22 20:52:58.007 INFO O| May 22 20:52:58.007 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71542025-05-22T20:52:58.077Z[ recovery-image] May 22 20:52:58.020 INFO O| May 22 20:52:58.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
71552025-05-22T20:52:58.077Z[ recovery-image] May 22 20:52:58.020 INFO O| May 22 20:52:58.020 INFO STEP 887 (remove_files) COMPLETE
71562025-05-22T20:52:58.080Z[ recovery-image] May 22 20:52:58.020 INFO O| May 22 20:52:58.020 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71572025-05-22T20:52:58.091Z[ recovery-image] May 22 20:52:58.034 INFO O| May 22 20:52:58.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
71582025-05-22T20:52:58.091Z[ recovery-image] May 22 20:52:58.034 INFO O| May 22 20:52:58.034 INFO STEP 888 (remove_files) COMPLETE
71592025-05-22T20:52:58.091Z[ recovery-image] May 22 20:52:58.034 INFO O| May 22 20:52:58.034 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71602025-05-22T20:52:58.100Z[ recovery-image] May 22 20:52:58.044 INFO O| May 22 20:52:58.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
71612025-05-22T20:52:58.100Z[ recovery-image] May 22 20:52:58.044 INFO O| May 22 20:52:58.044 INFO STEP 889 (remove_files) COMPLETE
71622025-05-22T20:52:58.104Z[ recovery-image] May 22 20:52:58.044 INFO O| May 22 20:52:58.044 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71632025-05-22T20:52:58.113Z[ recovery-image] May 22 20:52:58.057 INFO O| May 22 20:52:58.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
71642025-05-22T20:52:58.114Z[ recovery-image] May 22 20:52:58.057 INFO O| May 22 20:52:58.057 INFO STEP 890 (remove_files) COMPLETE
71652025-05-22T20:52:58.114Z[ recovery-image] May 22 20:52:58.057 INFO O| May 22 20:52:58.057 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71662025-05-22T20:52:58.124Z[ recovery-image] May 22 20:52:58.068 INFO O| May 22 20:52:58.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
71672025-05-22T20:52:58.124Z[ recovery-image] May 22 20:52:58.068 INFO O| May 22 20:52:58.068 INFO STEP 891 (remove_files) COMPLETE
71682025-05-22T20:52:58.128Z[ recovery-image] May 22 20:52:58.068 INFO O| May 22 20:52:58.068 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71692025-05-22T20:52:58.136Z[ recovery-image] May 22 20:52:58.079 INFO O| May 22 20:52:58.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
71702025-05-22T20:52:58.136Z[ recovery-image] May 22 20:52:58.080 INFO O| May 22 20:52:58.079 INFO STEP 892 (remove_files) COMPLETE
71712025-05-22T20:52:58.136Z[ recovery-image] May 22 20:52:58.080 INFO O| May 22 20:52:58.080 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71722025-05-22T20:52:58.147Z[ recovery-image] May 22 20:52:58.091 INFO O| May 22 20:52:58.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
71732025-05-22T20:52:58.150Z[ recovery-image] May 22 20:52:58.091 INFO O| May 22 20:52:58.091 INFO STEP 893 (remove_files) COMPLETE
71742025-05-22T20:52:58.150Z[ recovery-image] May 22 20:52:58.091 INFO O| May 22 20:52:58.091 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71752025-05-22T20:52:58.155Z[ recovery-image] May 22 20:52:58.099 INFO O| May 22 20:52:58.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
71762025-05-22T20:52:58.155Z[ recovery-image] May 22 20:52:58.099 INFO O| May 22 20:52:58.099 INFO STEP 894 (remove_files) COMPLETE
71772025-05-22T20:52:58.155Z[ recovery-image] May 22 20:52:58.099 INFO O| May 22 20:52:58.099 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71782025-05-22T20:52:58.166Z[ recovery-image] May 22 20:52:58.109 INFO O| May 22 20:52:58.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
71792025-05-22T20:52:58.166Z[ recovery-image] May 22 20:52:58.110 INFO O| May 22 20:52:58.110 INFO STEP 895 (remove_files) COMPLETE
71802025-05-22T20:52:58.166Z[ recovery-image] May 22 20:52:58.110 INFO O| May 22 20:52:58.110 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71812025-05-22T20:52:58.175Z[ recovery-image] May 22 20:52:58.119 INFO O| May 22 20:52:58.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
71822025-05-22T20:52:58.175Z[ recovery-image] May 22 20:52:58.119 INFO O| May 22 20:52:58.119 INFO STEP 896 (remove_files) COMPLETE
71832025-05-22T20:52:58.176Z[ recovery-image] May 22 20:52:58.119 INFO O| May 22 20:52:58.119 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71842025-05-22T20:52:58.185Z[ recovery-image] May 22 20:52:58.128 INFO O| May 22 20:52:58.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
71852025-05-22T20:52:58.185Z[ recovery-image] May 22 20:52:58.129 INFO O| May 22 20:52:58.128 INFO STEP 897 (remove_files) COMPLETE
71862025-05-22T20:52:58.188Z[ recovery-image] May 22 20:52:58.129 INFO O| May 22 20:52:58.129 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71872025-05-22T20:52:58.197Z[ recovery-image] May 22 20:52:58.141 INFO O| May 22 20:52:58.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
71882025-05-22T20:52:58.246Z[ recovery-image] May 22 20:52:58.189 INFO O| May 22 20:52:58.141 INFO STEP 898 (remove_files) COMPLETE
71892025-05-22T20:52:58.250Z[ recovery-image] May 22 20:52:58.189 INFO O| May 22 20:52:58.141 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71902025-05-22T20:52:58.250Z[ recovery-image] May 22 20:52:58.189 INFO O| May 22 20:52:58.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
71912025-05-22T20:52:58.250Z[ recovery-image] May 22 20:52:58.189 INFO O| May 22 20:52:58.189 INFO STEP 899 (remove_files) COMPLETE
71922025-05-22T20:52:58.250Z[ recovery-image] May 22 20:52:58.189 INFO O| May 22 20:52:58.189 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71932025-05-22T20:52:58.261Z[ recovery-image] May 22 20:52:58.205 INFO O| May 22 20:52:58.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
71942025-05-22T20:52:58.261Z[ recovery-image] May 22 20:52:58.205 INFO O| May 22 20:52:58.205 INFO STEP 900 (remove_files) COMPLETE
71952025-05-22T20:52:58.265Z[ recovery-image] May 22 20:52:58.205 INFO O| May 22 20:52:58.205 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71962025-05-22T20:52:58.280Z[ recovery-image] May 22 20:52:58.220 INFO O| May 22 20:52:58.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
71972025-05-22T20:52:58.283Z[ recovery-image] May 22 20:52:58.220 INFO O| May 22 20:52:58.220 INFO STEP 901 (remove_files) COMPLETE
71982025-05-22T20:52:58.283Z[ recovery-image] May 22 20:52:58.220 INFO O| May 22 20:52:58.220 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71992025-05-22T20:52:58.289Z[ recovery-image] May 22 20:52:58.233 INFO O| May 22 20:52:58.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
72002025-05-22T20:52:58.290Z[ recovery-image] May 22 20:52:58.233 INFO O| May 22 20:52:58.233 INFO STEP 902 (remove_files) COMPLETE
72012025-05-22T20:52:58.293Z[ recovery-image] May 22 20:52:58.233 INFO O| May 22 20:52:58.233 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72022025-05-22T20:52:58.303Z[ recovery-image] May 22 20:52:58.246 INFO O| May 22 20:52:58.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
72032025-05-22T20:52:58.303Z[ recovery-image] May 22 20:52:58.247 INFO O| May 22 20:52:58.246 INFO STEP 903 (remove_files) COMPLETE
72042025-05-22T20:52:58.306Z[ recovery-image] May 22 20:52:58.247 INFO O| May 22 20:52:58.247 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72052025-05-22T20:52:58.313Z[ recovery-image] May 22 20:52:58.257 INFO O| May 22 20:52:58.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
72062025-05-22T20:52:58.313Z[ recovery-image] May 22 20:52:58.257 INFO O| May 22 20:52:58.257 INFO STEP 904 (remove_files) COMPLETE
72072025-05-22T20:52:58.313Z[ recovery-image] May 22 20:52:58.257 INFO O| May 22 20:52:58.257 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72082025-05-22T20:52:58.323Z[ recovery-image] May 22 20:52:58.267 INFO O| May 22 20:52:58.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
72092025-05-22T20:52:58.323Z[ recovery-image] May 22 20:52:58.267 INFO O| May 22 20:52:58.267 INFO STEP 905 (remove_files) COMPLETE
72102025-05-22T20:52:58.326Z[ recovery-image] May 22 20:52:58.267 INFO O| May 22 20:52:58.267 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72112025-05-22T20:52:58.333Z[ recovery-image] May 22 20:52:58.276 INFO O| May 22 20:52:58.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
72122025-05-22T20:52:58.336Z[ recovery-image] May 22 20:52:58.276 INFO O| May 22 20:52:58.276 INFO STEP 906 (remove_files) COMPLETE
72132025-05-22T20:52:58.336Z[ recovery-image] May 22 20:52:58.276 INFO O| May 22 20:52:58.276 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72142025-05-22T20:52:58.343Z[ recovery-image] May 22 20:52:58.287 INFO O| May 22 20:52:58.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
72152025-05-22T20:52:58.343Z[ recovery-image] May 22 20:52:58.287 INFO O| May 22 20:52:58.287 INFO STEP 907 (remove_files) COMPLETE
72162025-05-22T20:52:58.343Z[ recovery-image] May 22 20:52:58.287 INFO O| May 22 20:52:58.287 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72172025-05-22T20:52:58.357Z[ recovery-image] May 22 20:52:58.301 INFO O| May 22 20:52:58.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
72182025-05-22T20:52:58.361Z[ recovery-image] May 22 20:52:58.301 INFO O| May 22 20:52:58.301 INFO STEP 908 (remove_files) COMPLETE
72192025-05-22T20:52:58.361Z[ recovery-image] May 22 20:52:58.301 INFO O| May 22 20:52:58.301 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72202025-05-22T20:52:58.370Z[ recovery-image] May 22 20:52:58.314 INFO O| May 22 20:52:58.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
72212025-05-22T20:52:58.370Z[ recovery-image] May 22 20:52:58.314 INFO O| May 22 20:52:58.314 INFO STEP 909 (remove_files) COMPLETE
72222025-05-22T20:52:58.370Z[ recovery-image] May 22 20:52:58.314 INFO O| May 22 20:52:58.314 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72232025-05-22T20:52:58.380Z[ recovery-image] May 22 20:52:58.324 INFO O| May 22 20:52:58.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
72242025-05-22T20:52:58.380Z[ recovery-image] May 22 20:52:58.324 INFO O| May 22 20:52:58.324 INFO STEP 910 (remove_files) COMPLETE
72252025-05-22T20:52:58.380Z[ recovery-image] May 22 20:52:58.324 INFO O| May 22 20:52:58.324 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72262025-05-22T20:52:58.390Z[ recovery-image] May 22 20:52:58.334 INFO O| May 22 20:52:58.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
72272025-05-22T20:52:58.390Z[ recovery-image] May 22 20:52:58.334 INFO O| May 22 20:52:58.334 INFO STEP 911 (remove_files) COMPLETE
72282025-05-22T20:52:58.394Z[ recovery-image] May 22 20:52:58.334 INFO O| May 22 20:52:58.334 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72292025-05-22T20:52:58.399Z[ recovery-image] May 22 20:52:58.343 INFO O| May 22 20:52:58.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
72302025-05-22T20:52:58.399Z[ recovery-image] May 22 20:52:58.343 INFO O| May 22 20:52:58.343 INFO STEP 912 (remove_files) COMPLETE
72312025-05-22T20:52:58.399Z[ recovery-image] May 22 20:52:58.343 INFO O| May 22 20:52:58.343 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72322025-05-22T20:52:58.413Z[ recovery-image] May 22 20:52:58.357 INFO O| May 22 20:52:58.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
72332025-05-22T20:52:58.413Z[ recovery-image] May 22 20:52:58.357 INFO O| May 22 20:52:58.357 INFO STEP 913 (remove_files) COMPLETE
72342025-05-22T20:52:58.417Z[ recovery-image] May 22 20:52:58.357 INFO O| May 22 20:52:58.357 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72352025-05-22T20:52:58.426Z[ recovery-image] May 22 20:52:58.369 INFO O| May 22 20:52:58.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
72362025-05-22T20:52:58.430Z[ recovery-image] May 22 20:52:58.369 INFO O| May 22 20:52:58.369 INFO STEP 914 (remove_files) COMPLETE
72372025-05-22T20:52:58.430Z[ recovery-image] May 22 20:52:58.369 INFO O| May 22 20:52:58.369 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72382025-05-22T20:52:58.438Z[ recovery-image] May 22 20:52:58.381 INFO O| May 22 20:52:58.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
72392025-05-22T20:52:58.438Z[ recovery-image] May 22 20:52:58.382 INFO O| May 22 20:52:58.382 INFO STEP 915 (remove_files) COMPLETE
72402025-05-22T20:52:58.438Z[ recovery-image] May 22 20:52:58.382 INFO O| May 22 20:52:58.382 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72412025-05-22T20:52:58.450Z[ recovery-image] May 22 20:52:58.394 INFO O| May 22 20:52:58.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
72422025-05-22T20:52:58.455Z[ recovery-image] May 22 20:52:58.394 INFO O| May 22 20:52:58.394 INFO STEP 916 (remove_files) COMPLETE
72432025-05-22T20:52:58.455Z[ recovery-image] May 22 20:52:58.394 INFO O| May 22 20:52:58.394 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72442025-05-22T20:52:58.461Z[ recovery-image] May 22 20:52:58.403 INFO O| May 22 20:52:58.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
72452025-05-22T20:52:58.461Z[ recovery-image] May 22 20:52:58.403 INFO O| May 22 20:52:58.403 INFO STEP 917 (remove_files) COMPLETE
72462025-05-22T20:52:58.461Z[ recovery-image] May 22 20:52:58.403 INFO O| May 22 20:52:58.403 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72472025-05-22T20:52:58.474Z[ recovery-image] May 22 20:52:58.416 INFO O| May 22 20:52:58.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
72482025-05-22T20:52:58.474Z[ recovery-image] May 22 20:52:58.416 INFO O| May 22 20:52:58.416 INFO STEP 918 (remove_files) COMPLETE
72492025-05-22T20:52:58.474Z[ recovery-image] May 22 20:52:58.416 INFO O| May 22 20:52:58.416 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72502025-05-22T20:52:58.489Z[ recovery-image] May 22 20:52:58.426 INFO O| May 22 20:52:58.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
72512025-05-22T20:52:58.489Z[ recovery-image] May 22 20:52:58.426 INFO O| May 22 20:52:58.426 INFO STEP 919 (remove_files) COMPLETE
72522025-05-22T20:52:58.489Z[ recovery-image] May 22 20:52:58.426 INFO O| May 22 20:52:58.426 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72532025-05-22T20:52:58.494Z[ recovery-image] May 22 20:52:58.435 INFO O| May 22 20:52:58.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
72542025-05-22T20:52:58.494Z[ recovery-image] May 22 20:52:58.435 INFO O| May 22 20:52:58.435 INFO STEP 920 (remove_files) COMPLETE
72552025-05-22T20:52:58.494Z[ recovery-image] May 22 20:52:58.435 INFO O| May 22 20:52:58.435 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72562025-05-22T20:52:58.504Z[ recovery-image] May 22 20:52:58.447 INFO O| May 22 20:52:58.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
72572025-05-22T20:52:58.507Z[ recovery-image] May 22 20:52:58.447 INFO O| May 22 20:52:58.447 INFO STEP 921 (remove_files) COMPLETE
72582025-05-22T20:52:58.507Z[ recovery-image] May 22 20:52:58.447 INFO O| May 22 20:52:58.447 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72592025-05-22T20:52:58.515Z[ recovery-image] May 22 20:52:58.458 INFO O| May 22 20:52:58.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
72602025-05-22T20:52:58.518Z[ recovery-image] May 22 20:52:58.458 INFO O| May 22 20:52:58.458 INFO STEP 922 (remove_files) COMPLETE
72612025-05-22T20:52:58.519Z[ recovery-image] May 22 20:52:58.458 INFO O| May 22 20:52:58.458 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72622025-05-22T20:52:58.527Z[ recovery-image] May 22 20:52:58.470 INFO O| May 22 20:52:58.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
72632025-05-22T20:52:58.531Z[ recovery-image] May 22 20:52:58.471 INFO O| May 22 20:52:58.470 INFO STEP 923 (remove_files) COMPLETE
72642025-05-22T20:52:58.531Z[ recovery-image] May 22 20:52:58.471 INFO O| May 22 20:52:58.470 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72652025-05-22T20:52:58.539Z[ recovery-image] May 22 20:52:58.481 INFO O| May 22 20:52:58.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
72662025-05-22T20:52:58.539Z[ recovery-image] May 22 20:52:58.481 INFO O| May 22 20:52:58.481 INFO STEP 924 (remove_files) COMPLETE
72672025-05-22T20:52:58.539Z[ recovery-image] May 22 20:52:58.481 INFO O| May 22 20:52:58.481 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72682025-05-22T20:52:58.551Z[ recovery-image] May 22 20:52:58.494 INFO O| May 22 20:52:58.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
72692025-05-22T20:52:58.552Z[ recovery-image] May 22 20:52:58.494 INFO O| May 22 20:52:58.494 INFO STEP 925 (remove_files) COMPLETE
72702025-05-22T20:52:58.555Z[ recovery-image] May 22 20:52:58.494 INFO O| May 22 20:52:58.494 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72712025-05-22T20:52:58.562Z[ recovery-image] May 22 20:52:58.505 INFO O| May 22 20:52:58.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
72722025-05-22T20:52:58.562Z[ recovery-image] May 22 20:52:58.505 INFO O| May 22 20:52:58.505 INFO STEP 926 (remove_files) COMPLETE
72732025-05-22T20:52:58.565Z[ recovery-image] May 22 20:52:58.505 INFO O| May 22 20:52:58.505 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72742025-05-22T20:52:58.571Z[ recovery-image] May 22 20:52:58.515 INFO O| May 22 20:52:58.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
72752025-05-22T20:52:58.577Z[ recovery-image] May 22 20:52:58.515 INFO O| May 22 20:52:58.515 INFO STEP 927 (remove_files) COMPLETE
72762025-05-22T20:52:58.577Z[ recovery-image] May 22 20:52:58.515 INFO O| May 22 20:52:58.515 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72772025-05-22T20:52:58.580Z[ recovery-image] May 22 20:52:58.524 INFO O| May 22 20:52:58.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
72782025-05-22T20:52:58.580Z[ recovery-image] May 22 20:52:58.524 INFO O| May 22 20:52:58.524 INFO STEP 928 (remove_files) COMPLETE
72792025-05-22T20:52:58.580Z[ recovery-image] May 22 20:52:58.524 INFO O| May 22 20:52:58.524 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72802025-05-22T20:52:58.591Z[ recovery-image] May 22 20:52:58.535 INFO O| May 22 20:52:58.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
72812025-05-22T20:52:58.591Z[ recovery-image] May 22 20:52:58.535 INFO O| May 22 20:52:58.535 INFO STEP 929 (remove_files) COMPLETE
72822025-05-22T20:52:58.595Z[ recovery-image] May 22 20:52:58.535 INFO O| May 22 20:52:58.535 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72832025-05-22T20:52:58.601Z[ recovery-image] May 22 20:52:58.545 INFO O| May 22 20:52:58.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
72842025-05-22T20:52:58.601Z[ recovery-image] May 22 20:52:58.545 INFO O| May 22 20:52:58.545 INFO STEP 930 (remove_files) COMPLETE
72852025-05-22T20:52:58.605Z[ recovery-image] May 22 20:52:58.545 INFO O| May 22 20:52:58.545 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72862025-05-22T20:52:58.611Z[ recovery-image] May 22 20:52:58.555 INFO O| May 22 20:52:58.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
72872025-05-22T20:52:58.615Z[ recovery-image] May 22 20:52:58.555 INFO O| May 22 20:52:58.555 INFO STEP 931 (remove_files) COMPLETE
72882025-05-22T20:52:58.615Z[ recovery-image] May 22 20:52:58.555 INFO O| May 22 20:52:58.555 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72892025-05-22T20:52:58.625Z[ recovery-image] May 22 20:52:58.569 INFO O| May 22 20:52:58.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
72902025-05-22T20:52:58.625Z[ recovery-image] May 22 20:52:58.569 INFO O| May 22 20:52:58.569 INFO STEP 932 (remove_files) COMPLETE
72912025-05-22T20:52:58.628Z[ recovery-image] May 22 20:52:58.569 INFO O| May 22 20:52:58.569 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72922025-05-22T20:52:58.637Z[ recovery-image] May 22 20:52:58.581 INFO O| May 22 20:52:58.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
72932025-05-22T20:52:58.637Z[ recovery-image] May 22 20:52:58.581 INFO O| May 22 20:52:58.581 INFO STEP 933 (remove_files) COMPLETE
72942025-05-22T20:52:58.640Z[ recovery-image] May 22 20:52:58.581 INFO O| May 22 20:52:58.581 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72952025-05-22T20:52:58.647Z[ recovery-image] May 22 20:52:58.591 INFO O| May 22 20:52:58.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
72962025-05-22T20:52:58.648Z[ recovery-image] May 22 20:52:58.591 INFO O| May 22 20:52:58.591 INFO STEP 934 (remove_files) COMPLETE
72972025-05-22T20:52:58.648Z[ recovery-image] May 22 20:52:58.591 INFO O| May 22 20:52:58.591 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72982025-05-22T20:52:58.661Z[ recovery-image] May 22 20:52:58.605 INFO O| May 22 20:52:58.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
72992025-05-22T20:52:58.661Z[ recovery-image] May 22 20:52:58.605 INFO O| May 22 20:52:58.605 INFO STEP 935 (remove_files) COMPLETE
73002025-05-22T20:52:58.664Z[ recovery-image] May 22 20:52:58.605 INFO O| May 22 20:52:58.605 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73012025-05-22T20:52:58.673Z[ recovery-image] May 22 20:52:58.617 INFO O| May 22 20:52:58.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
73022025-05-22T20:52:58.676Z[ recovery-image] May 22 20:52:58.617 INFO O| May 22 20:52:58.617 INFO STEP 936 (remove_files) COMPLETE
73032025-05-22T20:52:58.676Z[ recovery-image] May 22 20:52:58.617 INFO O| May 22 20:52:58.617 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73042025-05-22T20:52:58.684Z[ recovery-image] May 22 20:52:58.628 INFO O| May 22 20:52:58.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
73052025-05-22T20:52:58.684Z[ recovery-image] May 22 20:52:58.628 INFO O| May 22 20:52:58.628 INFO STEP 937 (remove_files) COMPLETE
73062025-05-22T20:52:58.687Z[ recovery-image] May 22 20:52:58.628 INFO O| May 22 20:52:58.628 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73072025-05-22T20:52:58.696Z[ recovery-image] May 22 20:52:58.640 INFO O| May 22 20:52:58.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
73082025-05-22T20:52:58.699Z[ recovery-image] May 22 20:52:58.640 INFO O| May 22 20:52:58.640 INFO STEP 938 (remove_files) COMPLETE
73092025-05-22T20:52:58.699Z[ recovery-image] May 22 20:52:58.640 INFO O| May 22 20:52:58.640 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73102025-05-22T20:52:58.709Z[ recovery-image] May 22 20:52:58.653 INFO O| May 22 20:52:58.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
73112025-05-22T20:52:58.712Z[ recovery-image] May 22 20:52:58.653 INFO O| May 22 20:52:58.653 INFO STEP 939 (remove_files) COMPLETE
73122025-05-22T20:52:58.712Z[ recovery-image] May 22 20:52:58.653 INFO O| May 22 20:52:58.653 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73132025-05-22T20:52:58.722Z[ recovery-image] May 22 20:52:58.666 INFO O| May 22 20:52:58.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
73142025-05-22T20:52:58.722Z[ recovery-image] May 22 20:52:58.666 INFO O| May 22 20:52:58.666 INFO STEP 940 (remove_files) COMPLETE
73152025-05-22T20:52:58.726Z[ recovery-image] May 22 20:52:58.666 INFO O| May 22 20:52:58.666 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73162025-05-22T20:52:58.733Z[ recovery-image] May 22 20:52:58.677 INFO O| May 22 20:52:58.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
73172025-05-22T20:52:58.733Z[ recovery-image] May 22 20:52:58.677 INFO O| May 22 20:52:58.677 INFO STEP 941 (remove_files) COMPLETE
73182025-05-22T20:52:58.737Z[ recovery-image] May 22 20:52:58.677 INFO O| May 22 20:52:58.677 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73192025-05-22T20:52:58.742Z[ recovery-image] May 22 20:52:58.686 INFO O| May 22 20:52:58.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
73202025-05-22T20:52:58.742Z[ recovery-image] May 22 20:52:58.686 INFO O| May 22 20:52:58.686 INFO STEP 942 (remove_files) COMPLETE
73212025-05-22T20:52:58.746Z[ recovery-image] May 22 20:52:58.686 INFO O| May 22 20:52:58.686 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73222025-05-22T20:52:58.754Z[ recovery-image] May 22 20:52:58.698 INFO O| May 22 20:52:58.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
73232025-05-22T20:52:58.754Z[ recovery-image] May 22 20:52:58.698 INFO O| May 22 20:52:58.698 INFO STEP 943 (remove_files) COMPLETE
73242025-05-22T20:52:58.754Z[ recovery-image] May 22 20:52:58.698 INFO O| May 22 20:52:58.698 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73252025-05-22T20:52:58.769Z[ recovery-image] May 22 20:52:58.708 INFO O| May 22 20:52:58.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
73262025-05-22T20:52:58.769Z[ recovery-image] May 22 20:52:58.709 INFO O| May 22 20:52:58.709 INFO STEP 944 (remove_files) COMPLETE
73272025-05-22T20:52:58.769Z[ recovery-image] May 22 20:52:58.709 INFO O| May 22 20:52:58.709 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73282025-05-22T20:52:58.777Z[ recovery-image] May 22 20:52:58.721 INFO O| May 22 20:52:58.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
73292025-05-22T20:52:58.777Z[ recovery-image] May 22 20:52:58.721 INFO O| May 22 20:52:58.721 INFO STEP 945 (remove_files) COMPLETE
73302025-05-22T20:52:58.781Z[ recovery-image] May 22 20:52:58.721 INFO O| May 22 20:52:58.721 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73312025-05-22T20:52:58.787Z[ recovery-image] May 22 20:52:58.730 INFO O| May 22 20:52:58.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
73322025-05-22T20:52:58.787Z[ recovery-image] May 22 20:52:58.730 INFO O| May 22 20:52:58.730 INFO STEP 946 (remove_files) COMPLETE
73332025-05-22T20:52:58.787Z[ recovery-image] May 22 20:52:58.730 INFO O| May 22 20:52:58.730 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73342025-05-22T20:52:58.799Z[ recovery-image] May 22 20:52:58.742 INFO O| May 22 20:52:58.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
73352025-05-22T20:52:58.799Z[ recovery-image] May 22 20:52:58.742 INFO O| May 22 20:52:58.742 INFO STEP 947 (remove_files) COMPLETE
73362025-05-22T20:52:58.799Z[ recovery-image] May 22 20:52:58.742 INFO O| May 22 20:52:58.742 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73372025-05-22T20:52:58.810Z[ recovery-image] May 22 20:52:58.754 INFO O| May 22 20:52:58.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
73382025-05-22T20:52:58.810Z[ recovery-image] May 22 20:52:58.754 INFO O| May 22 20:52:58.754 INFO STEP 948 (remove_files) COMPLETE
73392025-05-22T20:52:58.810Z[ recovery-image] May 22 20:52:58.754 INFO O| May 22 20:52:58.754 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73402025-05-22T20:52:58.822Z[ recovery-image] May 22 20:52:58.766 INFO O| May 22 20:52:58.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
73412025-05-22T20:52:58.822Z[ recovery-image] May 22 20:52:58.766 INFO O| May 22 20:52:58.766 INFO STEP 949 (remove_files) COMPLETE
73422025-05-22T20:52:58.826Z[ recovery-image] May 22 20:52:58.766 INFO O| May 22 20:52:58.766 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73432025-05-22T20:52:58.835Z[ recovery-image] May 22 20:52:58.779 INFO O| May 22 20:52:58.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
73442025-05-22T20:52:58.839Z[ recovery-image] May 22 20:52:58.779 INFO O| May 22 20:52:58.779 INFO STEP 950 (remove_files) COMPLETE
73452025-05-22T20:52:58.839Z[ recovery-image] May 22 20:52:58.779 INFO O| May 22 20:52:58.779 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73462025-05-22T20:52:58.846Z[ recovery-image] May 22 20:52:58.790 INFO O| May 22 20:52:58.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
73472025-05-22T20:52:58.846Z[ recovery-image] May 22 20:52:58.790 INFO O| May 22 20:52:58.790 INFO STEP 951 (remove_files) COMPLETE
73482025-05-22T20:52:58.850Z[ recovery-image] May 22 20:52:58.790 INFO O| May 22 20:52:58.790 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73492025-05-22T20:52:58.855Z[ recovery-image] May 22 20:52:58.799 INFO O| May 22 20:52:58.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
73502025-05-22T20:52:58.855Z[ recovery-image] May 22 20:52:58.799 INFO O| May 22 20:52:58.799 INFO STEP 952 (remove_files) COMPLETE
73512025-05-22T20:52:58.859Z[ recovery-image] May 22 20:52:58.799 INFO O| May 22 20:52:58.799 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73522025-05-22T20:52:58.865Z[ recovery-image] May 22 20:52:58.809 INFO O| May 22 20:52:58.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
73532025-05-22T20:52:58.865Z[ recovery-image] May 22 20:52:58.809 INFO O| May 22 20:52:58.809 INFO STEP 953 (remove_files) COMPLETE
73542025-05-22T20:52:58.865Z[ recovery-image] May 22 20:52:58.809 INFO O| May 22 20:52:58.809 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73552025-05-22T20:52:58.877Z[ recovery-image] May 22 20:52:58.820 INFO O| May 22 20:52:58.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
73562025-05-22T20:52:58.877Z[ recovery-image] May 22 20:52:58.820 INFO O| May 22 20:52:58.820 INFO STEP 954 (remove_files) COMPLETE
73572025-05-22T20:52:58.877Z[ recovery-image] May 22 20:52:58.820 INFO O| May 22 20:52:58.820 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73582025-05-22T20:52:58.886Z[ recovery-image] May 22 20:52:58.830 INFO O| May 22 20:52:58.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
73592025-05-22T20:52:58.886Z[ recovery-image] May 22 20:52:58.830 INFO O| May 22 20:52:58.830 INFO STEP 955 (remove_files) COMPLETE
73602025-05-22T20:52:58.886Z[ recovery-image] May 22 20:52:58.830 INFO O| May 22 20:52:58.830 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73612025-05-22T20:52:58.900Z[ recovery-image] May 22 20:52:58.843 INFO O| May 22 20:52:58.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
73622025-05-22T20:52:58.900Z[ recovery-image] May 22 20:52:58.843 INFO O| May 22 20:52:58.843 INFO STEP 956 (remove_files) COMPLETE
73632025-05-22T20:52:58.900Z[ recovery-image] May 22 20:52:58.843 INFO O| May 22 20:52:58.843 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73642025-05-22T20:52:58.907Z[ recovery-image] May 22 20:52:58.851 INFO O| May 22 20:52:58.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
73652025-05-22T20:52:58.908Z[ recovery-image] May 22 20:52:58.851 INFO O| May 22 20:52:58.851 INFO STEP 957 (remove_files) COMPLETE
73662025-05-22T20:52:58.911Z[ recovery-image] May 22 20:52:58.851 INFO O| May 22 20:52:58.851 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73672025-05-22T20:52:58.916Z[ recovery-image] May 22 20:52:58.860 INFO O| May 22 20:52:58.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
73682025-05-22T20:52:58.916Z[ recovery-image] May 22 20:52:58.860 INFO O| May 22 20:52:58.860 INFO STEP 958 (remove_files) COMPLETE
73692025-05-22T20:52:58.920Z[ recovery-image] May 22 20:52:58.860 INFO O| May 22 20:52:58.860 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73702025-05-22T20:52:58.927Z[ recovery-image] May 22 20:52:58.871 INFO O| May 22 20:52:58.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
73712025-05-22T20:52:58.927Z[ recovery-image] May 22 20:52:58.871 INFO O| May 22 20:52:58.871 INFO STEP 959 (remove_files) COMPLETE
73722025-05-22T20:52:58.927Z[ recovery-image] May 22 20:52:58.871 INFO O| May 22 20:52:58.871 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73732025-05-22T20:52:58.939Z[ recovery-image] May 22 20:52:58.883 INFO O| May 22 20:52:58.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
73742025-05-22T20:52:58.939Z[ recovery-image] May 22 20:52:58.883 INFO O| May 22 20:52:58.883 INFO STEP 960 (remove_files) COMPLETE
73752025-05-22T20:52:58.939Z[ recovery-image] May 22 20:52:58.883 INFO O| May 22 20:52:58.883 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73762025-05-22T20:52:58.949Z[ recovery-image] May 22 20:52:58.893 INFO O| May 22 20:52:58.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
73772025-05-22T20:52:58.949Z[ recovery-image] May 22 20:52:58.893 INFO O| May 22 20:52:58.893 INFO STEP 961 (remove_files) COMPLETE
73782025-05-22T20:52:58.953Z[ recovery-image] May 22 20:52:58.893 INFO O| May 22 20:52:58.893 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73792025-05-22T20:52:58.959Z[ recovery-image] May 22 20:52:58.902 INFO O| May 22 20:52:58.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
73802025-05-22T20:52:58.959Z[ recovery-image] May 22 20:52:58.902 INFO O| May 22 20:52:58.902 INFO STEP 962 (remove_files) COMPLETE
73812025-05-22T20:52:58.962Z[ recovery-image] May 22 20:52:58.902 INFO O| May 22 20:52:58.902 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73822025-05-22T20:52:58.972Z[ recovery-image] May 22 20:52:58.916 INFO O| May 22 20:52:58.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
73832025-05-22T20:52:58.975Z[ recovery-image] May 22 20:52:58.916 INFO O| May 22 20:52:58.916 INFO STEP 963 (remove_files) COMPLETE
73842025-05-22T20:52:58.975Z[ recovery-image] May 22 20:52:58.916 INFO O| May 22 20:52:58.916 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73852025-05-22T20:52:58.981Z[ recovery-image] May 22 20:52:58.925 INFO O| May 22 20:52:58.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
73862025-05-22T20:52:58.985Z[ recovery-image] May 22 20:52:58.925 INFO O| May 22 20:52:58.925 INFO STEP 964 (remove_files) COMPLETE
73872025-05-22T20:52:58.985Z[ recovery-image] May 22 20:52:58.925 INFO O| May 22 20:52:58.925 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73882025-05-22T20:52:58.991Z[ recovery-image] May 22 20:52:58.935 INFO O| May 22 20:52:58.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
73892025-05-22T20:52:58.994Z[ recovery-image] May 22 20:52:58.936 INFO O| May 22 20:52:58.936 INFO STEP 965 (remove_files) COMPLETE
73902025-05-22T20:52:58.994Z[ recovery-image] May 22 20:52:58.936 INFO O| May 22 20:52:58.936 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73912025-05-22T20:52:59.002Z[ recovery-image] May 22 20:52:58.945 INFO O| May 22 20:52:58.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
73922025-05-22T20:52:59.002Z[ recovery-image] May 22 20:52:58.945 INFO O| May 22 20:52:58.945 INFO STEP 966 (remove_files) COMPLETE
73932025-05-22T20:52:59.002Z[ recovery-image] May 22 20:52:58.945 INFO O| May 22 20:52:58.945 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73942025-05-22T20:52:59.011Z[ recovery-image] May 22 20:52:58.954 INFO O| May 22 20:52:58.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
73952025-05-22T20:52:59.011Z[ recovery-image] May 22 20:52:58.955 INFO O| May 22 20:52:58.954 INFO STEP 967 (remove_files) COMPLETE
73962025-05-22T20:52:59.011Z[ recovery-image] May 22 20:52:58.955 INFO O| May 22 20:52:58.955 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73972025-05-22T20:52:59.021Z[ recovery-image] May 22 20:52:58.965 INFO O| May 22 20:52:58.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
73982025-05-22T20:52:59.021Z[ recovery-image] May 22 20:52:58.965 INFO O| May 22 20:52:58.965 INFO STEP 968 (remove_files) COMPLETE
73992025-05-22T20:52:59.024Z[ recovery-image] May 22 20:52:58.965 INFO O| May 22 20:52:58.965 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74002025-05-22T20:52:59.034Z[ recovery-image] May 22 20:52:58.978 INFO O| May 22 20:52:58.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
74012025-05-22T20:52:59.034Z[ recovery-image] May 22 20:52:58.978 INFO O| May 22 20:52:58.978 INFO STEP 969 (remove_files) COMPLETE
74022025-05-22T20:52:59.034Z[ recovery-image] May 22 20:52:58.978 INFO O| May 22 20:52:58.978 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74032025-05-22T20:52:59.046Z[ recovery-image] May 22 20:52:58.990 INFO O| May 22 20:52:58.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
74042025-05-22T20:52:59.046Z[ recovery-image] May 22 20:52:58.990 INFO O| May 22 20:52:58.990 INFO STEP 970 (remove_files) COMPLETE
74052025-05-22T20:52:59.049Z[ recovery-image] May 22 20:52:58.990 INFO O| May 22 20:52:58.990 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74062025-05-22T20:52:59.056Z[ recovery-image] May 22 20:52:59.000 INFO O| May 22 20:52:59.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
74072025-05-22T20:52:59.056Z[ recovery-image] May 22 20:52:59.000 INFO O| May 22 20:52:59.000 INFO STEP 971 (remove_files) COMPLETE
74082025-05-22T20:52:59.056Z[ recovery-image] May 22 20:52:59.000 INFO O| May 22 20:52:59.000 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74092025-05-22T20:52:59.066Z[ recovery-image] May 22 20:52:59.010 INFO O| May 22 20:52:59.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
74102025-05-22T20:52:59.066Z[ recovery-image] May 22 20:52:59.010 INFO O| May 22 20:52:59.010 INFO STEP 972 (remove_files) COMPLETE
74112025-05-22T20:52:59.066Z[ recovery-image] May 22 20:52:59.010 INFO O| May 22 20:52:59.010 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74122025-05-22T20:52:59.076Z[ recovery-image] May 22 20:52:59.019 INFO O| May 22 20:52:59.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
74132025-05-22T20:52:59.076Z[ recovery-image] May 22 20:52:59.019 INFO O| May 22 20:52:59.019 INFO STEP 973 (remove_files) COMPLETE
74142025-05-22T20:52:59.079Z[ recovery-image] May 22 20:52:59.019 INFO O| May 22 20:52:59.019 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74152025-05-22T20:52:59.084Z[ recovery-image] May 22 20:52:59.028 INFO O| May 22 20:52:59.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
74162025-05-22T20:52:59.084Z[ recovery-image] May 22 20:52:59.028 INFO O| May 22 20:52:59.028 INFO STEP 974 (remove_files) COMPLETE
74172025-05-22T20:52:59.084Z[ recovery-image] May 22 20:52:59.028 INFO O| May 22 20:52:59.028 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74182025-05-22T20:52:59.093Z[ recovery-image] May 22 20:52:59.037 INFO O| May 22 20:52:59.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
74192025-05-22T20:52:59.096Z[ recovery-image] May 22 20:52:59.037 INFO O| May 22 20:52:59.037 INFO STEP 975 (remove_files) COMPLETE
74202025-05-22T20:52:59.096Z[ recovery-image] May 22 20:52:59.037 INFO O| May 22 20:52:59.037 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74212025-05-22T20:52:59.102Z[ recovery-image] May 22 20:52:59.046 INFO O| May 22 20:52:59.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
74222025-05-22T20:52:59.105Z[ recovery-image] May 22 20:52:59.046 INFO O| May 22 20:52:59.046 INFO STEP 976 (remove_files) COMPLETE
74232025-05-22T20:52:59.106Z[ recovery-image] May 22 20:52:59.046 INFO O| May 22 20:52:59.046 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74242025-05-22T20:52:59.113Z[ recovery-image] May 22 20:52:59.056 INFO O| May 22 20:52:59.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
74252025-05-22T20:52:59.116Z[ recovery-image] May 22 20:52:59.057 INFO O| May 22 20:52:59.057 INFO STEP 977 (remove_files) COMPLETE
74262025-05-22T20:52:59.116Z[ recovery-image] May 22 20:52:59.057 INFO O| May 22 20:52:59.057 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74272025-05-22T20:52:59.121Z[ recovery-image] May 22 20:52:59.065 INFO O| May 22 20:52:59.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
74282025-05-22T20:52:59.121Z[ recovery-image] May 22 20:52:59.065 INFO O| May 22 20:52:59.065 INFO STEP 978 (remove_files) COMPLETE
74292025-05-22T20:52:59.125Z[ recovery-image] May 22 20:52:59.065 INFO O| May 22 20:52:59.065 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74302025-05-22T20:52:59.131Z[ recovery-image] May 22 20:52:59.075 INFO O| May 22 20:52:59.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
74312025-05-22T20:52:59.134Z[ recovery-image] May 22 20:52:59.076 INFO O| May 22 20:52:59.076 INFO STEP 979 (remove_files) COMPLETE
74322025-05-22T20:52:59.134Z[ recovery-image] May 22 20:52:59.076 INFO O| May 22 20:52:59.076 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74332025-05-22T20:52:59.140Z[ recovery-image] May 22 20:52:59.084 INFO O| May 22 20:52:59.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
74342025-05-22T20:52:59.144Z[ recovery-image] May 22 20:52:59.084 INFO O| May 22 20:52:59.084 INFO STEP 980 (remove_files) COMPLETE
74352025-05-22T20:52:59.144Z[ recovery-image] May 22 20:52:59.084 INFO O| May 22 20:52:59.084 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74362025-05-22T20:52:59.149Z[ recovery-image] May 22 20:52:59.093 INFO O| May 22 20:52:59.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
74372025-05-22T20:52:59.153Z[ recovery-image] May 22 20:52:59.094 INFO O| May 22 20:52:59.094 INFO STEP 981 (remove_files) COMPLETE
74382025-05-22T20:52:59.153Z[ recovery-image] May 22 20:52:59.094 INFO O| May 22 20:52:59.094 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74392025-05-22T20:52:59.161Z[ recovery-image] May 22 20:52:59.105 INFO O| May 22 20:52:59.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
74402025-05-22T20:52:59.164Z[ recovery-image] May 22 20:52:59.105 INFO O| May 22 20:52:59.105 INFO STEP 982 (remove_files) COMPLETE
74412025-05-22T20:52:59.164Z[ recovery-image] May 22 20:52:59.105 INFO O| May 22 20:52:59.105 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74422025-05-22T20:52:59.171Z[ recovery-image] May 22 20:52:59.115 INFO O| May 22 20:52:59.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
74432025-05-22T20:52:59.174Z[ recovery-image] May 22 20:52:59.115 INFO O| May 22 20:52:59.115 INFO STEP 983 (remove_files) COMPLETE
74442025-05-22T20:52:59.174Z[ recovery-image] May 22 20:52:59.115 INFO O| May 22 20:52:59.115 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74452025-05-22T20:52:59.182Z[ recovery-image] May 22 20:52:59.126 INFO O| May 22 20:52:59.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
74462025-05-22T20:52:59.185Z[ recovery-image] May 22 20:52:59.126 INFO O| May 22 20:52:59.126 INFO STEP 984 (remove_files) COMPLETE
74472025-05-22T20:52:59.185Z[ recovery-image] May 22 20:52:59.126 INFO O| May 22 20:52:59.126 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74482025-05-22T20:52:59.195Z[ recovery-image] May 22 20:52:59.139 INFO O| May 22 20:52:59.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
74492025-05-22T20:52:59.195Z[ recovery-image] May 22 20:52:59.139 INFO O| May 22 20:52:59.139 INFO STEP 985 (remove_files) COMPLETE
74502025-05-22T20:52:59.198Z[ recovery-image] May 22 20:52:59.139 INFO O| May 22 20:52:59.139 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74512025-05-22T20:52:59.205Z[ recovery-image] May 22 20:52:59.149 INFO O| May 22 20:52:59.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
74522025-05-22T20:52:59.205Z[ recovery-image] May 22 20:52:59.149 INFO O| May 22 20:52:59.149 INFO STEP 986 (remove_files) COMPLETE
74532025-05-22T20:52:59.209Z[ recovery-image] May 22 20:52:59.149 INFO O| May 22 20:52:59.149 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74542025-05-22T20:52:59.215Z[ recovery-image] May 22 20:52:59.159 INFO O| May 22 20:52:59.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
74552025-05-22T20:52:59.215Z[ recovery-image] May 22 20:52:59.159 INFO O| May 22 20:52:59.159 INFO STEP 987 (remove_files) COMPLETE
74562025-05-22T20:52:59.219Z[ recovery-image] May 22 20:52:59.159 INFO O| May 22 20:52:59.159 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74572025-05-22T20:52:59.227Z[ recovery-image] May 22 20:52:59.170 INFO O| May 22 20:52:59.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
74582025-05-22T20:52:59.230Z[ recovery-image] May 22 20:52:59.171 INFO O| May 22 20:52:59.171 INFO STEP 988 (remove_files) COMPLETE
74592025-05-22T20:52:59.230Z[ recovery-image] May 22 20:52:59.171 INFO O| May 22 20:52:59.171 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74602025-05-22T20:52:59.239Z[ recovery-image] May 22 20:52:59.182 INFO O| May 22 20:52:59.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
74612025-05-22T20:52:59.239Z[ recovery-image] May 22 20:52:59.183 INFO O| May 22 20:52:59.183 INFO STEP 989 (remove_files) COMPLETE
74622025-05-22T20:52:59.242Z[ recovery-image] May 22 20:52:59.183 INFO O| May 22 20:52:59.183 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74632025-05-22T20:52:59.247Z[ recovery-image] May 22 20:52:59.191 INFO O| May 22 20:52:59.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
74642025-05-22T20:52:59.251Z[ recovery-image] May 22 20:52:59.192 INFO O| May 22 20:52:59.192 INFO STEP 990 (remove_files) COMPLETE
74652025-05-22T20:52:59.251Z[ recovery-image] May 22 20:52:59.192 INFO O| May 22 20:52:59.192 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74662025-05-22T20:52:59.259Z[ recovery-image] May 22 20:52:59.201 INFO O| May 22 20:52:59.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
74672025-05-22T20:52:59.262Z[ recovery-image] May 22 20:52:59.201 INFO O| May 22 20:52:59.201 INFO STEP 991 (remove_files) COMPLETE
74682025-05-22T20:52:59.262Z[ recovery-image] May 22 20:52:59.201 INFO O| May 22 20:52:59.201 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74692025-05-22T20:52:59.268Z[ recovery-image] May 22 20:52:59.212 INFO O| May 22 20:52:59.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
74702025-05-22T20:52:59.268Z[ recovery-image] May 22 20:52:59.212 INFO O| May 22 20:52:59.212 INFO STEP 992 (remove_files) COMPLETE
74712025-05-22T20:52:59.271Z[ recovery-image] May 22 20:52:59.212 INFO O| May 22 20:52:59.212 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74722025-05-22T20:52:59.279Z[ recovery-image] May 22 20:52:59.223 INFO O| May 22 20:52:59.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
74732025-05-22T20:52:59.279Z[ recovery-image] May 22 20:52:59.223 INFO O| May 22 20:52:59.223 INFO STEP 993 (remove_files) COMPLETE
74742025-05-22T20:52:59.283Z[ recovery-image] May 22 20:52:59.223 INFO O| May 22 20:52:59.223 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74752025-05-22T20:52:59.289Z[ recovery-image] May 22 20:52:59.233 INFO O| May 22 20:52:59.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
74762025-05-22T20:52:59.289Z[ recovery-image] May 22 20:52:59.233 INFO O| May 22 20:52:59.233 INFO STEP 994 (remove_files) COMPLETE
74772025-05-22T20:52:59.292Z[ recovery-image] May 22 20:52:59.233 INFO O| May 22 20:52:59.233 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74782025-05-22T20:52:59.297Z[ recovery-image] May 22 20:52:59.241 INFO O| May 22 20:52:59.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
74792025-05-22T20:52:59.301Z[ recovery-image] May 22 20:52:59.242 INFO O| May 22 20:52:59.242 INFO STEP 995 (remove_files) COMPLETE
74802025-05-22T20:52:59.301Z[ recovery-image] May 22 20:52:59.242 INFO O| May 22 20:52:59.242 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74812025-05-22T20:52:59.311Z[ recovery-image] May 22 20:52:59.254 INFO O| May 22 20:52:59.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
74822025-05-22T20:52:59.311Z[ recovery-image] May 22 20:52:59.255 INFO O| May 22 20:52:59.255 INFO STEP 996 (remove_files) COMPLETE
74832025-05-22T20:52:59.314Z[ recovery-image] May 22 20:52:59.255 INFO O| May 22 20:52:59.255 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74842025-05-22T20:52:59.321Z[ recovery-image] May 22 20:52:59.265 INFO O| May 22 20:52:59.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
74852025-05-22T20:52:59.321Z[ recovery-image] May 22 20:52:59.265 INFO O| May 22 20:52:59.265 INFO STEP 997 (remove_files) COMPLETE
74862025-05-22T20:52:59.321Z[ recovery-image] May 22 20:52:59.265 INFO O| May 22 20:52:59.265 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74872025-05-22T20:52:59.331Z[ recovery-image] May 22 20:52:59.275 INFO O| May 22 20:52:59.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
74882025-05-22T20:52:59.331Z[ recovery-image] May 22 20:52:59.275 INFO O| May 22 20:52:59.275 INFO STEP 998 (remove_files) COMPLETE
74892025-05-22T20:52:59.331Z[ recovery-image] May 22 20:52:59.275 INFO O| May 22 20:52:59.275 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74902025-05-22T20:52:59.340Z[ recovery-image] May 22 20:52:59.284 INFO O| May 22 20:52:59.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
74912025-05-22T20:52:59.343Z[ recovery-image] May 22 20:52:59.284 INFO O| May 22 20:52:59.284 INFO STEP 999 (remove_files) COMPLETE
74922025-05-22T20:52:59.343Z[ recovery-image] May 22 20:52:59.284 INFO O| May 22 20:52:59.284 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74932025-05-22T20:52:59.350Z[ recovery-image] May 22 20:52:59.294 INFO O| May 22 20:52:59.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
74942025-05-22T20:52:59.350Z[ recovery-image] May 22 20:52:59.294 INFO O| May 22 20:52:59.294 INFO STEP 1000 (remove_files) COMPLETE
74952025-05-22T20:52:59.353Z[ recovery-image] May 22 20:52:59.294 INFO O| May 22 20:52:59.294 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74962025-05-22T20:52:59.359Z[ recovery-image] May 22 20:52:59.303 INFO O| May 22 20:52:59.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
74972025-05-22T20:52:59.362Z[ recovery-image] May 22 20:52:59.303 INFO O| May 22 20:52:59.303 INFO STEP 1001 (remove_files) COMPLETE
74982025-05-22T20:52:59.362Z[ recovery-image] May 22 20:52:59.303 INFO O| May 22 20:52:59.303 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74992025-05-22T20:52:59.369Z[ recovery-image] May 22 20:52:59.312 INFO O| May 22 20:52:59.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
75002025-05-22T20:52:59.372Z[ recovery-image] May 22 20:52:59.312 INFO O| May 22 20:52:59.312 INFO STEP 1002 (remove_files) COMPLETE
75012025-05-22T20:52:59.373Z[ recovery-image] May 22 20:52:59.312 INFO O| May 22 20:52:59.312 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75022025-05-22T20:52:59.377Z[ recovery-image] May 22 20:52:59.321 INFO O| May 22 20:52:59.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
75032025-05-22T20:52:59.377Z[ recovery-image] May 22 20:52:59.321 INFO O| May 22 20:52:59.321 INFO STEP 1003 (remove_files) COMPLETE
75042025-05-22T20:52:59.383Z[ recovery-image] May 22 20:52:59.321 INFO O| May 22 20:52:59.321 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75052025-05-22T20:52:59.387Z[ recovery-image] May 22 20:52:59.331 INFO O| May 22 20:52:59.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
75062025-05-22T20:52:59.387Z[ recovery-image] May 22 20:52:59.331 INFO O| May 22 20:52:59.331 INFO STEP 1004 (remove_files) COMPLETE
75072025-05-22T20:52:59.387Z[ recovery-image] May 22 20:52:59.331 INFO O| May 22 20:52:59.331 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75082025-05-22T20:52:59.398Z[ recovery-image] May 22 20:52:59.341 INFO O| May 22 20:52:59.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
75092025-05-22T20:52:59.398Z[ recovery-image] May 22 20:52:59.341 INFO O| May 22 20:52:59.341 INFO STEP 1005 (remove_files) COMPLETE
75102025-05-22T20:52:59.401Z[ recovery-image] May 22 20:52:59.341 INFO O| May 22 20:52:59.341 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75112025-05-22T20:52:59.412Z[ recovery-image] May 22 20:52:59.351 INFO O| May 22 20:52:59.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
75122025-05-22T20:52:59.413Z[ recovery-image] May 22 20:52:59.352 INFO O| May 22 20:52:59.351 INFO STEP 1006 (remove_files) COMPLETE
75132025-05-22T20:52:59.416Z[ recovery-image] May 22 20:52:59.352 INFO O| May 22 20:52:59.351 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75142025-05-22T20:52:59.420Z[ recovery-image] May 22 20:52:59.361 INFO O| May 22 20:52:59.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
75152025-05-22T20:52:59.420Z[ recovery-image] May 22 20:52:59.361 INFO O| May 22 20:52:59.361 INFO STEP 1007 (remove_files) COMPLETE
75162025-05-22T20:52:59.420Z[ recovery-image] May 22 20:52:59.361 INFO O| May 22 20:52:59.361 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75172025-05-22T20:52:59.429Z[ recovery-image] May 22 20:52:59.373 INFO O| May 22 20:52:59.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
75182025-05-22T20:52:59.429Z[ recovery-image] May 22 20:52:59.373 INFO O| May 22 20:52:59.373 INFO STEP 1008 (remove_files) COMPLETE
75192025-05-22T20:52:59.429Z[ recovery-image] May 22 20:52:59.373 INFO O| May 22 20:52:59.373 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75202025-05-22T20:52:59.439Z[ recovery-image] May 22 20:52:59.383 INFO O| May 22 20:52:59.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
75212025-05-22T20:52:59.439Z[ recovery-image] May 22 20:52:59.383 INFO O| May 22 20:52:59.383 INFO STEP 1009 (remove_files) COMPLETE
75222025-05-22T20:52:59.439Z[ recovery-image] May 22 20:52:59.383 INFO O| May 22 20:52:59.383 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75232025-05-22T20:52:59.449Z[ recovery-image] May 22 20:52:59.393 INFO O| May 22 20:52:59.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
75242025-05-22T20:52:59.449Z[ recovery-image] May 22 20:52:59.393 INFO O| May 22 20:52:59.393 INFO STEP 1010 (remove_files) COMPLETE
75252025-05-22T20:52:59.453Z[ recovery-image] May 22 20:52:59.393 INFO O| May 22 20:52:59.393 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75262025-05-22T20:52:59.459Z[ recovery-image] May 22 20:52:59.403 INFO O| May 22 20:52:59.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
75272025-05-22T20:52:59.463Z[ recovery-image] May 22 20:52:59.404 INFO O| May 22 20:52:59.404 INFO STEP 1011 (remove_files) COMPLETE
75282025-05-22T20:52:59.463Z[ recovery-image] May 22 20:52:59.404 INFO O| May 22 20:52:59.404 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75292025-05-22T20:52:59.470Z[ recovery-image] May 22 20:52:59.414 INFO O| May 22 20:52:59.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
75302025-05-22T20:52:59.470Z[ recovery-image] May 22 20:52:59.414 INFO O| May 22 20:52:59.414 INFO STEP 1012 (remove_files) COMPLETE
75312025-05-22T20:52:59.474Z[ recovery-image] May 22 20:52:59.414 INFO O| May 22 20:52:59.414 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75322025-05-22T20:52:59.481Z[ recovery-image] May 22 20:52:59.425 INFO O| May 22 20:52:59.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
75332025-05-22T20:52:59.481Z[ recovery-image] May 22 20:52:59.425 INFO O| May 22 20:52:59.425 INFO STEP 1013 (remove_files) COMPLETE
75342025-05-22T20:52:59.485Z[ recovery-image] May 22 20:52:59.425 INFO O| May 22 20:52:59.425 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75352025-05-22T20:52:59.491Z[ recovery-image] May 22 20:52:59.435 INFO O| May 22 20:52:59.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
75362025-05-22T20:52:59.495Z[ recovery-image] May 22 20:52:59.435 INFO O| May 22 20:52:59.435 INFO STEP 1014 (remove_files) COMPLETE
75372025-05-22T20:52:59.496Z[ recovery-image] May 22 20:52:59.435 INFO O| May 22 20:52:59.435 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75382025-05-22T20:52:59.500Z[ recovery-image] May 22 20:52:59.444 INFO O| May 22 20:52:59.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
75392025-05-22T20:52:59.501Z[ recovery-image] May 22 20:52:59.445 INFO O| May 22 20:52:59.445 INFO STEP 1015 (remove_files) COMPLETE
75402025-05-22T20:52:59.501Z[ recovery-image] May 22 20:52:59.445 INFO O| May 22 20:52:59.445 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75412025-05-22T20:52:59.509Z[ recovery-image] May 22 20:52:59.453 INFO O| May 22 20:52:59.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
75422025-05-22T20:52:59.512Z[ recovery-image] May 22 20:52:59.453 INFO O| May 22 20:52:59.453 INFO STEP 1016 (remove_files) COMPLETE
75432025-05-22T20:52:59.513Z[ recovery-image] May 22 20:52:59.453 INFO O| May 22 20:52:59.453 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75442025-05-22T20:52:59.518Z[ recovery-image] May 22 20:52:59.462 INFO O| May 22 20:52:59.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
75452025-05-22T20:52:59.518Z[ recovery-image] May 22 20:52:59.462 INFO O| May 22 20:52:59.462 INFO STEP 1017 (remove_files) COMPLETE
75462025-05-22T20:52:59.522Z[ recovery-image] May 22 20:52:59.462 INFO O| May 22 20:52:59.462 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75472025-05-22T20:52:59.527Z[ recovery-image] May 22 20:52:59.471 INFO O| May 22 20:52:59.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
75482025-05-22T20:52:59.531Z[ recovery-image] May 22 20:52:59.471 INFO O| May 22 20:52:59.471 INFO STEP 1018 (remove_files) COMPLETE
75492025-05-22T20:52:59.531Z[ recovery-image] May 22 20:52:59.471 INFO O| May 22 20:52:59.471 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75502025-05-22T20:52:59.536Z[ recovery-image] May 22 20:52:59.480 INFO O| May 22 20:52:59.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
75512025-05-22T20:52:59.536Z[ recovery-image] May 22 20:52:59.480 INFO O| May 22 20:52:59.480 INFO STEP 1019 (remove_files) COMPLETE
75522025-05-22T20:52:59.539Z[ recovery-image] May 22 20:52:59.480 INFO O| May 22 20:52:59.480 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75532025-05-22T20:52:59.545Z[ recovery-image] May 22 20:52:59.489 INFO O| May 22 20:52:59.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
75542025-05-22T20:52:59.545Z[ recovery-image] May 22 20:52:59.489 INFO O| May 22 20:52:59.489 INFO STEP 1020 (remove_files) COMPLETE
75552025-05-22T20:52:59.548Z[ recovery-image] May 22 20:52:59.489 INFO O| May 22 20:52:59.489 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75562025-05-22T20:52:59.556Z[ recovery-image] May 22 20:52:59.500 INFO O| May 22 20:52:59.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
75572025-05-22T20:52:59.556Z[ recovery-image] May 22 20:52:59.500 INFO O| May 22 20:52:59.500 INFO STEP 1021 (remove_files) COMPLETE
75582025-05-22T20:52:59.559Z[ recovery-image] May 22 20:52:59.500 INFO O| May 22 20:52:59.500 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75592025-05-22T20:52:59.565Z[ recovery-image] May 22 20:52:59.509 INFO O| May 22 20:52:59.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
75602025-05-22T20:52:59.568Z[ recovery-image] May 22 20:52:59.509 INFO O| May 22 20:52:59.509 INFO STEP 1022 (remove_files) COMPLETE
75612025-05-22T20:52:59.568Z[ recovery-image] May 22 20:52:59.509 INFO O| May 22 20:52:59.509 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75622025-05-22T20:52:59.573Z[ recovery-image] May 22 20:52:59.517 INFO O| May 22 20:52:59.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
75632025-05-22T20:52:59.573Z[ recovery-image] May 22 20:52:59.518 INFO O| May 22 20:52:59.518 INFO STEP 1023 (remove_files) COMPLETE
75642025-05-22T20:52:59.573Z[ recovery-image] May 22 20:52:59.518 INFO O| May 22 20:52:59.518 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75652025-05-22T20:52:59.586Z[ recovery-image] May 22 20:52:59.530 INFO O| May 22 20:52:59.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
75662025-05-22T20:52:59.590Z[ recovery-image] May 22 20:52:59.530 INFO O| May 22 20:52:59.530 INFO STEP 1024 (remove_files) COMPLETE
75672025-05-22T20:52:59.590Z[ recovery-image] May 22 20:52:59.530 INFO O| May 22 20:52:59.530 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75682025-05-22T20:52:59.597Z[ recovery-image] May 22 20:52:59.541 INFO O| May 22 20:52:59.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
75692025-05-22T20:52:59.601Z[ recovery-image] May 22 20:52:59.541 INFO O| May 22 20:52:59.541 INFO STEP 1025 (remove_files) COMPLETE
75702025-05-22T20:52:59.601Z[ recovery-image] May 22 20:52:59.541 INFO O| May 22 20:52:59.541 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75712025-05-22T20:52:59.606Z[ recovery-image] May 22 20:52:59.550 INFO O| May 22 20:52:59.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
75722025-05-22T20:52:59.616Z[ recovery-image] May 22 20:52:59.551 INFO O| May 22 20:52:59.551 INFO STEP 1026 (remove_files) COMPLETE
75732025-05-22T20:52:59.616Z[ recovery-image] May 22 20:52:59.551 INFO O| May 22 20:52:59.551 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75742025-05-22T20:52:59.619Z[ recovery-image] May 22 20:52:59.560 INFO O| May 22 20:52:59.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
75752025-05-22T20:52:59.619Z[ recovery-image] May 22 20:52:59.560 INFO O| May 22 20:52:59.560 INFO STEP 1027 (remove_files) COMPLETE
75762025-05-22T20:52:59.619Z[ recovery-image] May 22 20:52:59.560 INFO O| May 22 20:52:59.560 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75772025-05-22T20:52:59.626Z[ recovery-image] May 22 20:52:59.570 INFO O| May 22 20:52:59.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
75782025-05-22T20:52:59.626Z[ recovery-image] May 22 20:52:59.570 INFO O| May 22 20:52:59.570 INFO STEP 1028 (remove_files) COMPLETE
75792025-05-22T20:52:59.629Z[ recovery-image] May 22 20:52:59.570 INFO O| May 22 20:52:59.570 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75802025-05-22T20:52:59.636Z[ recovery-image] May 22 20:52:59.580 INFO O| May 22 20:52:59.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
75812025-05-22T20:52:59.636Z[ recovery-image] May 22 20:52:59.580 INFO O| May 22 20:52:59.580 INFO STEP 1029 (remove_files) COMPLETE
75822025-05-22T20:52:59.636Z[ recovery-image] May 22 20:52:59.580 INFO O| May 22 20:52:59.580 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75832025-05-22T20:52:59.645Z[ recovery-image] May 22 20:52:59.589 INFO O| May 22 20:52:59.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
75842025-05-22T20:52:59.645Z[ recovery-image] May 22 20:52:59.589 INFO O| May 22 20:52:59.589 INFO STEP 1030 (remove_files) COMPLETE
75852025-05-22T20:52:59.648Z[ recovery-image] May 22 20:52:59.589 INFO O| May 22 20:52:59.589 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75862025-05-22T20:52:59.658Z[ recovery-image] May 22 20:52:59.600 INFO O| May 22 20:52:59.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
75872025-05-22T20:52:59.658Z[ recovery-image] May 22 20:52:59.601 INFO O| May 22 20:52:59.600 INFO STEP 1031 (remove_files) COMPLETE
75882025-05-22T20:52:59.661Z[ recovery-image] May 22 20:52:59.601 INFO O| May 22 20:52:59.600 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75892025-05-22T20:52:59.665Z[ recovery-image] May 22 20:52:59.609 INFO O| May 22 20:52:59.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
75902025-05-22T20:52:59.665Z[ recovery-image] May 22 20:52:59.610 INFO O| May 22 20:52:59.609 INFO STEP 1032 (remove_files) COMPLETE
75912025-05-22T20:52:59.669Z[ recovery-image] May 22 20:52:59.610 INFO O| May 22 20:52:59.610 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75922025-05-22T20:52:59.674Z[ recovery-image] May 22 20:52:59.618 INFO O| May 22 20:52:59.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
75932025-05-22T20:52:59.674Z[ recovery-image] May 22 20:52:59.618 INFO O| May 22 20:52:59.618 INFO STEP 1033 (remove_files) COMPLETE
75942025-05-22T20:52:59.677Z[ recovery-image] May 22 20:52:59.618 INFO O| May 22 20:52:59.618 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75952025-05-22T20:52:59.684Z[ recovery-image] May 22 20:52:59.628 INFO O| May 22 20:52:59.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
75962025-05-22T20:52:59.684Z[ recovery-image] May 22 20:52:59.628 INFO O| May 22 20:52:59.628 INFO STEP 1034 (remove_files) COMPLETE
75972025-05-22T20:52:59.687Z[ recovery-image] May 22 20:52:59.628 INFO O| May 22 20:52:59.628 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75982025-05-22T20:52:59.693Z[ recovery-image] May 22 20:52:59.637 INFO O| May 22 20:52:59.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
75992025-05-22T20:52:59.693Z[ recovery-image] May 22 20:52:59.637 INFO O| May 22 20:52:59.637 INFO STEP 1035 (remove_files) COMPLETE
76002025-05-22T20:52:59.696Z[ recovery-image] May 22 20:52:59.637 INFO O| May 22 20:52:59.637 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76012025-05-22T20:52:59.703Z[ recovery-image] May 22 20:52:59.647 INFO O| May 22 20:52:59.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
76022025-05-22T20:52:59.706Z[ recovery-image] May 22 20:52:59.647 INFO O| May 22 20:52:59.647 INFO STEP 1036 (remove_files) COMPLETE
76032025-05-22T20:52:59.706Z[ recovery-image] May 22 20:52:59.647 INFO O| May 22 20:52:59.647 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76042025-05-22T20:52:59.712Z[ recovery-image] May 22 20:52:59.656 INFO O| May 22 20:52:59.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
76052025-05-22T20:52:59.712Z[ recovery-image] May 22 20:52:59.656 INFO O| May 22 20:52:59.656 INFO STEP 1037 (remove_files) COMPLETE
76062025-05-22T20:52:59.712Z[ recovery-image] May 22 20:52:59.656 INFO O| May 22 20:52:59.656 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76072025-05-22T20:52:59.721Z[ recovery-image] May 22 20:52:59.665 INFO O| May 22 20:52:59.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
76082025-05-22T20:52:59.721Z[ recovery-image] May 22 20:52:59.665 INFO O| May 22 20:52:59.665 INFO STEP 1038 (remove_files) COMPLETE
76092025-05-22T20:52:59.721Z[ recovery-image] May 22 20:52:59.665 INFO O| May 22 20:52:59.665 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76102025-05-22T20:52:59.731Z[ recovery-image] May 22 20:52:59.675 INFO O| May 22 20:52:59.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
76112025-05-22T20:52:59.731Z[ recovery-image] May 22 20:52:59.675 INFO O| May 22 20:52:59.675 INFO STEP 1039 (remove_files) COMPLETE
76122025-05-22T20:52:59.734Z[ recovery-image] May 22 20:52:59.675 INFO O| May 22 20:52:59.675 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76132025-05-22T20:52:59.741Z[ recovery-image] May 22 20:52:59.685 INFO O| May 22 20:52:59.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
76142025-05-22T20:52:59.744Z[ recovery-image] May 22 20:52:59.685 INFO O| May 22 20:52:59.685 INFO STEP 1040 (remove_files) COMPLETE
76152025-05-22T20:52:59.744Z[ recovery-image] May 22 20:52:59.685 INFO O| May 22 20:52:59.685 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76162025-05-22T20:52:59.751Z[ recovery-image] May 22 20:52:59.695 INFO O| May 22 20:52:59.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
76172025-05-22T20:52:59.751Z[ recovery-image] May 22 20:52:59.695 INFO O| May 22 20:52:59.695 INFO STEP 1041 (remove_files) COMPLETE
76182025-05-22T20:52:59.754Z[ recovery-image] May 22 20:52:59.695 INFO O| May 22 20:52:59.695 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76192025-05-22T20:52:59.760Z[ recovery-image] May 22 20:52:59.704 INFO O| May 22 20:52:59.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
76202025-05-22T20:52:59.763Z[ recovery-image] May 22 20:52:59.704 INFO O| May 22 20:52:59.704 INFO STEP 1042 (remove_files) COMPLETE
76212025-05-22T20:52:59.763Z[ recovery-image] May 22 20:52:59.704 INFO O| May 22 20:52:59.704 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76222025-05-22T20:52:59.771Z[ recovery-image] May 22 20:52:59.712 INFO O| May 22 20:52:59.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
76232025-05-22T20:52:59.774Z[ recovery-image] May 22 20:52:59.713 INFO O| May 22 20:52:59.713 INFO STEP 1043 (remove_files) COMPLETE
76242025-05-22T20:52:59.775Z[ recovery-image] May 22 20:52:59.713 INFO O| May 22 20:52:59.713 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76252025-05-22T20:52:59.778Z[ recovery-image] May 22 20:52:59.722 INFO O| May 22 20:52:59.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
76262025-05-22T20:52:59.778Z[ recovery-image] May 22 20:52:59.722 INFO O| May 22 20:52:59.722 INFO STEP 1044 (remove_files) COMPLETE
76272025-05-22T20:52:59.778Z[ recovery-image] May 22 20:52:59.722 INFO O| May 22 20:52:59.722 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76282025-05-22T20:52:59.787Z[ recovery-image] May 22 20:52:59.731 INFO O| May 22 20:52:59.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
76292025-05-22T20:52:59.787Z[ recovery-image] May 22 20:52:59.731 INFO O| May 22 20:52:59.731 INFO STEP 1045 (remove_files) COMPLETE
76302025-05-22T20:52:59.787Z[ recovery-image] May 22 20:52:59.731 INFO O| May 22 20:52:59.731 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76312025-05-22T20:52:59.798Z[ recovery-image] May 22 20:52:59.742 INFO O| May 22 20:52:59.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
76322025-05-22T20:52:59.798Z[ recovery-image] May 22 20:52:59.742 INFO O| May 22 20:52:59.742 INFO STEP 1046 (remove_files) COMPLETE
76332025-05-22T20:52:59.802Z[ recovery-image] May 22 20:52:59.742 INFO O| May 22 20:52:59.742 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76342025-05-22T20:52:59.811Z[ recovery-image] May 22 20:52:59.755 INFO O| May 22 20:52:59.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
76352025-05-22T20:52:59.811Z[ recovery-image] May 22 20:52:59.755 INFO O| May 22 20:52:59.755 INFO STEP 1047 (remove_files) COMPLETE
76362025-05-22T20:52:59.814Z[ recovery-image] May 22 20:52:59.755 INFO O| May 22 20:52:59.755 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76372025-05-22T20:52:59.820Z[ recovery-image] May 22 20:52:59.764 INFO O| May 22 20:52:59.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
76382025-05-22T20:52:59.820Z[ recovery-image] May 22 20:52:59.764 INFO O| May 22 20:52:59.764 INFO STEP 1048 (remove_files) COMPLETE
76392025-05-22T20:52:59.820Z[ recovery-image] May 22 20:52:59.764 INFO O| May 22 20:52:59.764 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76402025-05-22T20:52:59.829Z[ recovery-image] May 22 20:52:59.772 INFO O| May 22 20:52:59.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
76412025-05-22T20:52:59.833Z[ recovery-image] May 22 20:52:59.773 INFO O| May 22 20:52:59.772 INFO STEP 1049 (remove_files) COMPLETE
76422025-05-22T20:52:59.833Z[ recovery-image] May 22 20:52:59.773 INFO O| May 22 20:52:59.773 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76432025-05-22T20:52:59.837Z[ recovery-image] May 22 20:52:59.781 INFO O| May 22 20:52:59.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
76442025-05-22T20:52:59.837Z[ recovery-image] May 22 20:52:59.781 INFO O| May 22 20:52:59.781 INFO STEP 1050 (remove_files) COMPLETE
76452025-05-22T20:52:59.841Z[ recovery-image] May 22 20:52:59.781 INFO O| May 22 20:52:59.781 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76462025-05-22T20:52:59.846Z[ recovery-image] May 22 20:52:59.790 INFO O| May 22 20:52:59.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
76472025-05-22T20:52:59.851Z[ recovery-image] May 22 20:52:59.791 INFO O| May 22 20:52:59.791 INFO STEP 1051 (remove_files) COMPLETE
76482025-05-22T20:52:59.851Z[ recovery-image] May 22 20:52:59.792 INFO O| May 22 20:52:59.791 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76492025-05-22T20:52:59.858Z[ recovery-image] May 22 20:52:59.802 INFO O| May 22 20:52:59.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
76502025-05-22T20:52:59.858Z[ recovery-image] May 22 20:52:59.802 INFO O| May 22 20:52:59.802 INFO STEP 1052 (remove_files) COMPLETE
76512025-05-22T20:52:59.858Z[ recovery-image] May 22 20:52:59.802 INFO O| May 22 20:52:59.802 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76522025-05-22T20:52:59.870Z[ recovery-image] May 22 20:52:59.814 INFO O| May 22 20:52:59.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
76532025-05-22T20:52:59.870Z[ recovery-image] May 22 20:52:59.814 INFO O| May 22 20:52:59.814 INFO STEP 1053 (remove_files) COMPLETE
76542025-05-22T20:52:59.873Z[ recovery-image] May 22 20:52:59.814 INFO O| May 22 20:52:59.814 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76552025-05-22T20:52:59.881Z[ recovery-image] May 22 20:52:59.825 INFO O| May 22 20:52:59.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
76562025-05-22T20:52:59.881Z[ recovery-image] May 22 20:52:59.825 INFO O| May 22 20:52:59.825 INFO STEP 1054 (remove_files) COMPLETE
76572025-05-22T20:52:59.881Z[ recovery-image] May 22 20:52:59.825 INFO O| May 22 20:52:59.825 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76582025-05-22T20:52:59.891Z[ recovery-image] May 22 20:52:59.834 INFO O| May 22 20:52:59.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
76592025-05-22T20:52:59.891Z[ recovery-image] May 22 20:52:59.835 INFO O| May 22 20:52:59.834 INFO STEP 1055 (remove_files) COMPLETE
76602025-05-22T20:52:59.894Z[ recovery-image] May 22 20:52:59.835 INFO O| May 22 20:52:59.835 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76612025-05-22T20:52:59.900Z[ recovery-image] May 22 20:52:59.844 INFO O| May 22 20:52:59.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
76622025-05-22T20:52:59.900Z[ recovery-image] May 22 20:52:59.844 INFO O| May 22 20:52:59.844 INFO STEP 1056 (remove_files) COMPLETE
76632025-05-22T20:52:59.903Z[ recovery-image] May 22 20:52:59.844 INFO O| May 22 20:52:59.844 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76642025-05-22T20:52:59.911Z[ recovery-image] May 22 20:52:59.855 INFO O| May 22 20:52:59.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
76652025-05-22T20:52:59.911Z[ recovery-image] May 22 20:52:59.855 INFO O| May 22 20:52:59.855 INFO STEP 1057 (remove_files) COMPLETE
76662025-05-22T20:52:59.914Z[ recovery-image] May 22 20:52:59.855 INFO O| May 22 20:52:59.855 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76672025-05-22T20:52:59.922Z[ recovery-image] May 22 20:52:59.866 INFO O| May 22 20:52:59.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
76682025-05-22T20:52:59.922Z[ recovery-image] May 22 20:52:59.866 INFO O| May 22 20:52:59.866 INFO STEP 1058 (remove_files) COMPLETE
76692025-05-22T20:52:59.922Z[ recovery-image] May 22 20:52:59.866 INFO O| May 22 20:52:59.866 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76702025-05-22T20:52:59.933Z[ recovery-image] May 22 20:52:59.877 INFO O| May 22 20:52:59.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
76712025-05-22T20:52:59.933Z[ recovery-image] May 22 20:52:59.877 INFO O| May 22 20:52:59.877 INFO STEP 1059 (remove_files) COMPLETE
76722025-05-22T20:52:59.936Z[ recovery-image] May 22 20:52:59.877 INFO O| May 22 20:52:59.877 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76732025-05-22T20:52:59.944Z[ recovery-image] May 22 20:52:59.888 INFO O| May 22 20:52:59.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
76742025-05-22T20:52:59.944Z[ recovery-image] May 22 20:52:59.888 INFO O| May 22 20:52:59.888 INFO STEP 1060 (remove_files) COMPLETE
76752025-05-22T20:52:59.944Z[ recovery-image] May 22 20:52:59.888 INFO O| May 22 20:52:59.888 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76762025-05-22T20:52:59.953Z[ recovery-image] May 22 20:52:59.897 INFO O| May 22 20:52:59.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
76772025-05-22T20:52:59.953Z[ recovery-image] May 22 20:52:59.897 INFO O| May 22 20:52:59.897 INFO STEP 1061 (remove_files) COMPLETE
76782025-05-22T20:52:59.956Z[ recovery-image] May 22 20:52:59.897 INFO O| May 22 20:52:59.897 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76792025-05-22T20:52:59.961Z[ recovery-image] May 22 20:52:59.905 INFO O| May 22 20:52:59.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
76802025-05-22T20:52:59.964Z[ recovery-image] May 22 20:52:59.905 INFO O| May 22 20:52:59.905 INFO STEP 1062 (remove_files) COMPLETE
76812025-05-22T20:52:59.964Z[ recovery-image] May 22 20:52:59.905 INFO O| May 22 20:52:59.905 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76822025-05-22T20:52:59.972Z[ recovery-image] May 22 20:52:59.916 INFO O| May 22 20:52:59.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
76832025-05-22T20:52:59.972Z[ recovery-image] May 22 20:52:59.916 INFO O| May 22 20:52:59.916 INFO STEP 1063 (remove_files) COMPLETE
76842025-05-22T20:52:59.972Z[ recovery-image] May 22 20:52:59.916 INFO O| May 22 20:52:59.916 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76852025-05-22T20:52:59.981Z[ recovery-image] May 22 20:52:59.925 INFO O| May 22 20:52:59.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
76862025-05-22T20:52:59.984Z[ recovery-image] May 22 20:52:59.925 INFO O| May 22 20:52:59.925 INFO STEP 1064 (remove_files) COMPLETE
76872025-05-22T20:52:59.984Z[ recovery-image] May 22 20:52:59.925 INFO O| May 22 20:52:59.925 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76882025-05-22T20:52:59.991Z[ recovery-image] May 22 20:52:59.935 INFO O| May 22 20:52:59.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
76892025-05-22T20:52:59.991Z[ recovery-image] May 22 20:52:59.935 INFO O| May 22 20:52:59.935 INFO STEP 1065 (remove_files) COMPLETE
76902025-05-22T20:52:59.991Z[ recovery-image] May 22 20:52:59.935 INFO O| May 22 20:52:59.935 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76912025-05-22T20:53:00.000Z[ recovery-image] May 22 20:52:59.944 INFO O| May 22 20:52:59.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
76922025-05-22T20:53:00.003Z[ recovery-image] May 22 20:52:59.944 INFO O| May 22 20:52:59.944 INFO STEP 1066 (remove_files) COMPLETE
76932025-05-22T20:53:00.003Z[ recovery-image] May 22 20:52:59.944 INFO O| May 22 20:52:59.944 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76942025-05-22T20:53:00.008Z[ recovery-image] May 22 20:52:59.952 INFO O| May 22 20:52:59.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
76952025-05-22T20:53:00.011Z[ recovery-image] May 22 20:52:59.952 INFO O| May 22 20:52:59.952 INFO STEP 1067 (remove_files) COMPLETE
76962025-05-22T20:53:00.012Z[ recovery-image] May 22 20:52:59.952 INFO O| May 22 20:52:59.952 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76972025-05-22T20:53:00.017Z[ recovery-image] May 22 20:52:59.961 INFO O| May 22 20:52:59.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
76982025-05-22T20:53:00.017Z[ recovery-image] May 22 20:52:59.961 INFO O| May 22 20:52:59.961 INFO STEP 1068 (remove_files) COMPLETE
76992025-05-22T20:53:00.020Z[ recovery-image] May 22 20:52:59.961 INFO O| May 22 20:52:59.961 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77002025-05-22T20:53:00.027Z[ recovery-image] May 22 20:52:59.970 INFO O| May 22 20:52:59.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
77012025-05-22T20:53:00.027Z[ recovery-image] May 22 20:52:59.970 INFO O| May 22 20:52:59.970 INFO STEP 1069 (remove_files) COMPLETE
77022025-05-22T20:53:00.030Z[ recovery-image] May 22 20:52:59.970 INFO O| May 22 20:52:59.970 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77032025-05-22T20:53:00.036Z[ recovery-image] May 22 20:52:59.980 INFO O| May 22 20:52:59.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
77042025-05-22T20:53:00.036Z[ recovery-image] May 22 20:52:59.980 INFO O| May 22 20:52:59.980 INFO STEP 1070 (remove_files) COMPLETE
77052025-05-22T20:53:00.039Z[ recovery-image] May 22 20:52:59.980 INFO O| May 22 20:52:59.980 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77062025-05-22T20:53:00.049Z[ recovery-image] May 22 20:52:59.993 INFO O| May 22 20:52:59.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
77072025-05-22T20:53:00.049Z[ recovery-image] May 22 20:52:59.993 INFO O| May 22 20:52:59.993 INFO STEP 1071 (remove_files) COMPLETE
77082025-05-22T20:53:00.052Z[ recovery-image] May 22 20:52:59.993 INFO O| May 22 20:52:59.993 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77092025-05-22T20:53:00.059Z[ recovery-image] May 22 20:53:00.003 INFO O| May 22 20:53:00.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
77102025-05-22T20:53:00.059Z[ recovery-image] May 22 20:53:00.003 INFO O| May 22 20:53:00.003 INFO STEP 1072 (remove_files) COMPLETE
77112025-05-22T20:53:00.059Z[ recovery-image] May 22 20:53:00.003 INFO O| May 22 20:53:00.003 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77122025-05-22T20:53:00.068Z[ recovery-image] May 22 20:53:00.012 INFO O| May 22 20:53:00.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
77132025-05-22T20:53:00.068Z[ recovery-image] May 22 20:53:00.012 INFO O| May 22 20:53:00.012 INFO STEP 1073 (remove_files) COMPLETE
77142025-05-22T20:53:00.068Z[ recovery-image] May 22 20:53:00.012 INFO O| May 22 20:53:00.012 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77152025-05-22T20:53:00.079Z[ recovery-image] May 22 20:53:00.023 INFO O| May 22 20:53:00.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
77162025-05-22T20:53:00.079Z[ recovery-image] May 22 20:53:00.023 INFO O| May 22 20:53:00.023 INFO STEP 1074 (remove_files) COMPLETE
77172025-05-22T20:53:00.083Z[ recovery-image] May 22 20:53:00.023 INFO O| May 22 20:53:00.023 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77182025-05-22T20:53:00.088Z[ recovery-image] May 22 20:53:00.032 INFO O| May 22 20:53:00.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
77192025-05-22T20:53:00.088Z[ recovery-image] May 22 20:53:00.032 INFO O| May 22 20:53:00.032 INFO STEP 1075 (remove_files) COMPLETE
77202025-05-22T20:53:00.088Z[ recovery-image] May 22 20:53:00.032 INFO O| May 22 20:53:00.032 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77212025-05-22T20:53:00.098Z[ recovery-image] May 22 20:53:00.042 INFO O| May 22 20:53:00.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
77222025-05-22T20:53:00.098Z[ recovery-image] May 22 20:53:00.042 INFO O| May 22 20:53:00.042 INFO STEP 1076 (remove_files) COMPLETE
77232025-05-22T20:53:00.101Z[ recovery-image] May 22 20:53:00.042 INFO O| May 22 20:53:00.042 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77242025-05-22T20:53:00.107Z[ recovery-image] May 22 20:53:00.051 INFO O| May 22 20:53:00.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
77252025-05-22T20:53:00.107Z[ recovery-image] May 22 20:53:00.051 INFO O| May 22 20:53:00.051 INFO STEP 1077 (remove_files) COMPLETE
77262025-05-22T20:53:00.110Z[ recovery-image] May 22 20:53:00.051 INFO O| May 22 20:53:00.051 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77272025-05-22T20:53:00.115Z[ recovery-image] May 22 20:53:00.059 INFO O| May 22 20:53:00.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
77282025-05-22T20:53:00.115Z[ recovery-image] May 22 20:53:00.059 INFO O| May 22 20:53:00.059 INFO STEP 1078 (remove_files) COMPLETE
77292025-05-22T20:53:00.118Z[ recovery-image] May 22 20:53:00.059 INFO O| May 22 20:53:00.059 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77302025-05-22T20:53:00.124Z[ recovery-image] May 22 20:53:00.068 INFO O| May 22 20:53:00.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
77312025-05-22T20:53:00.124Z[ recovery-image] May 22 20:53:00.068 INFO O| May 22 20:53:00.068 INFO STEP 1079 (remove_files) COMPLETE
77322025-05-22T20:53:00.128Z[ recovery-image] May 22 20:53:00.068 INFO O| May 22 20:53:00.068 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77332025-05-22T20:53:00.134Z[ recovery-image] May 22 20:53:00.078 INFO O| May 22 20:53:00.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
77342025-05-22T20:53:00.134Z[ recovery-image] May 22 20:53:00.078 INFO O| May 22 20:53:00.078 INFO STEP 1080 (remove_files) COMPLETE
77352025-05-22T20:53:00.134Z[ recovery-image] May 22 20:53:00.078 INFO O| May 22 20:53:00.078 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77362025-05-22T20:53:00.147Z[ recovery-image] May 22 20:53:00.091 INFO O| May 22 20:53:00.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
77372025-05-22T20:53:00.147Z[ recovery-image] May 22 20:53:00.091 INFO O| May 22 20:53:00.091 INFO STEP 1081 (remove_files) COMPLETE
77382025-05-22T20:53:00.151Z[ recovery-image] May 22 20:53:00.091 INFO O| May 22 20:53:00.091 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77392025-05-22T20:53:00.162Z[ recovery-image] May 22 20:53:00.106 INFO O| May 22 20:53:00.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
77402025-05-22T20:53:00.162Z[ recovery-image] May 22 20:53:00.106 INFO O| May 22 20:53:00.106 INFO STEP 1082 (remove_files) COMPLETE
77412025-05-22T20:53:00.165Z[ recovery-image] May 22 20:53:00.106 INFO O| May 22 20:53:00.106 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77422025-05-22T20:53:00.174Z[ recovery-image] May 22 20:53:00.118 INFO O| May 22 20:53:00.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
77432025-05-22T20:53:00.174Z[ recovery-image] May 22 20:53:00.118 INFO O| May 22 20:53:00.118 INFO STEP 1083 (remove_files) COMPLETE
77442025-05-22T20:53:00.174Z[ recovery-image] May 22 20:53:00.118 INFO O| May 22 20:53:00.118 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77452025-05-22T20:53:00.186Z[ recovery-image] May 22 20:53:00.130 INFO O| May 22 20:53:00.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
77462025-05-22T20:53:00.186Z[ recovery-image] May 22 20:53:00.130 INFO O| May 22 20:53:00.130 INFO STEP 1084 (remove_files) COMPLETE
77472025-05-22T20:53:00.190Z[ recovery-image] May 22 20:53:00.130 INFO O| May 22 20:53:00.130 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77482025-05-22T20:53:00.194Z[ recovery-image] May 22 20:53:00.138 INFO O| May 22 20:53:00.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
77492025-05-22T20:53:00.207Z[ recovery-image] May 22 20:53:00.139 INFO O| May 22 20:53:00.139 INFO STEP 1085 (remove_files) COMPLETE
77502025-05-22T20:53:00.207Z[ recovery-image] May 22 20:53:00.139 INFO O| May 22 20:53:00.139 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77512025-05-22T20:53:00.207Z[ recovery-image] May 22 20:53:00.147 INFO O| May 22 20:53:00.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
77522025-05-22T20:53:00.207Z[ recovery-image] May 22 20:53:00.147 INFO O| May 22 20:53:00.147 INFO STEP 1086 (remove_files) COMPLETE
77532025-05-22T20:53:00.207Z[ recovery-image] May 22 20:53:00.147 INFO O| May 22 20:53:00.147 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77542025-05-22T20:53:00.213Z[ recovery-image] May 22 20:53:00.155 INFO O| May 22 20:53:00.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
77552025-05-22T20:53:00.213Z[ recovery-image] May 22 20:53:00.156 INFO O| May 22 20:53:00.156 INFO STEP 1087 (remove_files) COMPLETE
77562025-05-22T20:53:00.213Z[ recovery-image] May 22 20:53:00.156 INFO O| May 22 20:53:00.156 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77572025-05-22T20:53:00.220Z[ recovery-image] May 22 20:53:00.164 INFO O| May 22 20:53:00.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
77582025-05-22T20:53:00.223Z[ recovery-image] May 22 20:53:00.164 INFO O| May 22 20:53:00.164 INFO STEP 1088 (remove_files) COMPLETE
77592025-05-22T20:53:00.223Z[ recovery-image] May 22 20:53:00.164 INFO O| May 22 20:53:00.164 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77602025-05-22T20:53:00.229Z[ recovery-image] May 22 20:53:00.173 INFO O| May 22 20:53:00.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
77612025-05-22T20:53:00.229Z[ recovery-image] May 22 20:53:00.173 INFO O| May 22 20:53:00.173 INFO STEP 1089 (remove_files) COMPLETE
77622025-05-22T20:53:00.229Z[ recovery-image] May 22 20:53:00.173 INFO O| May 22 20:53:00.173 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77632025-05-22T20:53:00.240Z[ recovery-image] May 22 20:53:00.184 INFO O| May 22 20:53:00.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
77642025-05-22T20:53:00.240Z[ recovery-image] May 22 20:53:00.184 INFO O| May 22 20:53:00.184 INFO STEP 1090 (remove_files) COMPLETE
77652025-05-22T20:53:00.244Z[ recovery-image] May 22 20:53:00.184 INFO O| May 22 20:53:00.184 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77662025-05-22T20:53:00.249Z[ recovery-image] May 22 20:53:00.194 INFO O| May 22 20:53:00.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
77672025-05-22T20:53:00.253Z[ recovery-image] May 22 20:53:00.194 INFO O| May 22 20:53:00.194 INFO STEP 1091 (remove_files) COMPLETE
77682025-05-22T20:53:00.253Z[ recovery-image] May 22 20:53:00.194 INFO O| May 22 20:53:00.194 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77692025-05-22T20:53:00.260Z[ recovery-image] May 22 20:53:00.204 INFO O| May 22 20:53:00.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
77702025-05-22T20:53:00.263Z[ recovery-image] May 22 20:53:00.204 INFO O| May 22 20:53:00.204 INFO STEP 1092 (remove_files) COMPLETE
77712025-05-22T20:53:00.263Z[ recovery-image] May 22 20:53:00.204 INFO O| May 22 20:53:00.204 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77722025-05-22T20:53:00.271Z[ recovery-image] May 22 20:53:00.214 INFO O| May 22 20:53:00.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
77732025-05-22T20:53:00.271Z[ recovery-image] May 22 20:53:00.214 INFO O| May 22 20:53:00.214 INFO STEP 1093 (remove_files) COMPLETE
77742025-05-22T20:53:00.275Z[ recovery-image] May 22 20:53:00.214 INFO O| May 22 20:53:00.214 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77752025-05-22T20:53:00.279Z[ recovery-image] May 22 20:53:00.223 INFO O| May 22 20:53:00.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
77762025-05-22T20:53:00.284Z[ recovery-image] May 22 20:53:00.224 INFO O| May 22 20:53:00.224 INFO STEP 1094 (remove_files) COMPLETE
77772025-05-22T20:53:00.285Z[ recovery-image] May 22 20:53:00.224 INFO O| May 22 20:53:00.224 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77782025-05-22T20:53:00.289Z[ recovery-image] May 22 20:53:00.233 INFO O| May 22 20:53:00.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
77792025-05-22T20:53:00.289Z[ recovery-image] May 22 20:53:00.233 INFO O| May 22 20:53:00.233 INFO STEP 1095 (remove_files) COMPLETE
77802025-05-22T20:53:00.292Z[ recovery-image] May 22 20:53:00.233 INFO O| May 22 20:53:00.233 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77812025-05-22T20:53:00.298Z[ recovery-image] May 22 20:53:00.242 INFO O| May 22 20:53:00.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
77822025-05-22T20:53:00.298Z[ recovery-image] May 22 20:53:00.242 INFO O| May 22 20:53:00.242 INFO STEP 1096 (remove_files) COMPLETE
77832025-05-22T20:53:00.302Z[ recovery-image] May 22 20:53:00.242 INFO O| May 22 20:53:00.242 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77842025-05-22T20:53:00.310Z[ recovery-image] May 22 20:53:00.252 INFO O| May 22 20:53:00.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
77852025-05-22T20:53:00.313Z[ recovery-image] May 22 20:53:00.252 INFO O| May 22 20:53:00.252 INFO STEP 1097 (remove_files) COMPLETE
77862025-05-22T20:53:00.313Z[ recovery-image] May 22 20:53:00.252 INFO O| May 22 20:53:00.252 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77872025-05-22T20:53:00.317Z[ recovery-image] May 22 20:53:00.260 INFO O| May 22 20:53:00.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
77882025-05-22T20:53:00.317Z[ recovery-image] May 22 20:53:00.260 INFO O| May 22 20:53:00.260 INFO STEP 1098 (remove_files) COMPLETE
77892025-05-22T20:53:00.317Z[ recovery-image] May 22 20:53:00.260 INFO O| May 22 20:53:00.260 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77902025-05-22T20:53:00.325Z[ recovery-image] May 22 20:53:00.269 INFO O| May 22 20:53:00.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
77912025-05-22T20:53:00.329Z[ recovery-image] May 22 20:53:00.269 INFO O| May 22 20:53:00.269 INFO STEP 1099 (remove_files) COMPLETE
77922025-05-22T20:53:00.329Z[ recovery-image] May 22 20:53:00.269 INFO O| May 22 20:53:00.269 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77932025-05-22T20:53:00.335Z[ recovery-image] May 22 20:53:00.278 INFO O| May 22 20:53:00.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
77942025-05-22T20:53:00.338Z[ recovery-image] May 22 20:53:00.278 INFO O| May 22 20:53:00.278 INFO STEP 1100 (remove_files) COMPLETE
77952025-05-22T20:53:00.338Z[ recovery-image] May 22 20:53:00.278 INFO O| May 22 20:53:00.278 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77962025-05-22T20:53:00.342Z[ recovery-image] May 22 20:53:00.286 INFO O| May 22 20:53:00.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
77972025-05-22T20:53:00.345Z[ recovery-image] May 22 20:53:00.286 INFO O| May 22 20:53:00.286 INFO STEP 1101 (remove_files) COMPLETE
77982025-05-22T20:53:00.345Z[ recovery-image] May 22 20:53:00.286 INFO O| May 22 20:53:00.286 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77992025-05-22T20:53:00.352Z[ recovery-image] May 22 20:53:00.294 INFO O| May 22 20:53:00.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
78002025-05-22T20:53:00.356Z[ recovery-image] May 22 20:53:00.294 INFO O| May 22 20:53:00.294 INFO STEP 1102 (remove_files) COMPLETE
78012025-05-22T20:53:00.356Z[ recovery-image] May 22 20:53:00.295 INFO O| May 22 20:53:00.294 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78022025-05-22T20:53:00.359Z[ recovery-image] May 22 20:53:00.303 INFO O| May 22 20:53:00.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
78032025-05-22T20:53:00.359Z[ recovery-image] May 22 20:53:00.303 INFO O| May 22 20:53:00.303 INFO STEP 1103 (remove_files) COMPLETE
78042025-05-22T20:53:00.360Z[ recovery-image] May 22 20:53:00.303 INFO O| May 22 20:53:00.303 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78052025-05-22T20:53:00.370Z[ recovery-image] May 22 20:53:00.314 INFO O| May 22 20:53:00.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
78062025-05-22T20:53:00.373Z[ recovery-image] May 22 20:53:00.314 INFO O| May 22 20:53:00.314 INFO STEP 1104 (remove_files) COMPLETE
78072025-05-22T20:53:00.373Z[ recovery-image] May 22 20:53:00.314 INFO O| May 22 20:53:00.314 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78082025-05-22T20:53:00.379Z[ recovery-image] May 22 20:53:00.323 INFO O| May 22 20:53:00.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
78092025-05-22T20:53:00.383Z[ recovery-image] May 22 20:53:00.323 INFO O| May 22 20:53:00.323 INFO STEP 1105 (remove_files) COMPLETE
78102025-05-22T20:53:00.383Z[ recovery-image] May 22 20:53:00.323 INFO O| May 22 20:53:00.323 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78112025-05-22T20:53:00.389Z[ recovery-image] May 22 20:53:00.333 INFO O| May 22 20:53:00.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
78122025-05-22T20:53:00.392Z[ recovery-image] May 22 20:53:00.333 INFO O| May 22 20:53:00.333 INFO STEP 1106 (remove_files) COMPLETE
78132025-05-22T20:53:00.392Z[ recovery-image] May 22 20:53:00.333 INFO O| May 22 20:53:00.333 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78142025-05-22T20:53:00.399Z[ recovery-image] May 22 20:53:00.343 INFO O| May 22 20:53:00.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
78152025-05-22T20:53:00.399Z[ recovery-image] May 22 20:53:00.343 INFO O| May 22 20:53:00.343 INFO STEP 1107 (remove_files) COMPLETE
78162025-05-22T20:53:00.399Z[ recovery-image] May 22 20:53:00.343 INFO O| May 22 20:53:00.343 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78172025-05-22T20:53:00.409Z[ recovery-image] May 22 20:53:00.353 INFO O| May 22 20:53:00.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
78182025-05-22T20:53:00.414Z[ recovery-image] May 22 20:53:00.353 INFO O| May 22 20:53:00.353 INFO STEP 1108 (remove_files) COMPLETE
78192025-05-22T20:53:00.414Z[ recovery-image] May 22 20:53:00.353 INFO O| May 22 20:53:00.353 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78202025-05-22T20:53:00.418Z[ recovery-image] May 22 20:53:00.362 INFO O| May 22 20:53:00.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
78212025-05-22T20:53:00.422Z[ recovery-image] May 22 20:53:00.363 INFO O| May 22 20:53:00.363 INFO STEP 1109 (remove_files) COMPLETE
78222025-05-22T20:53:00.422Z[ recovery-image] May 22 20:53:00.363 INFO O| May 22 20:53:00.363 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78232025-05-22T20:53:00.428Z[ recovery-image] May 22 20:53:00.372 INFO O| May 22 20:53:00.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
78242025-05-22T20:53:00.428Z[ recovery-image] May 22 20:53:00.372 INFO O| May 22 20:53:00.372 INFO STEP 1110 (remove_files) COMPLETE
78252025-05-22T20:53:00.429Z[ recovery-image] May 22 20:53:00.372 INFO O| May 22 20:53:00.372 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78262025-05-22T20:53:00.436Z[ recovery-image] May 22 20:53:00.380 INFO O| May 22 20:53:00.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
78272025-05-22T20:53:00.436Z[ recovery-image] May 22 20:53:00.381 INFO O| May 22 20:53:00.381 INFO STEP 1111 (remove_files) COMPLETE
78282025-05-22T20:53:00.440Z[ recovery-image] May 22 20:53:00.381 INFO O| May 22 20:53:00.381 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78292025-05-22T20:53:00.444Z[ recovery-image] May 22 20:53:00.389 INFO O| May 22 20:53:00.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
78302025-05-22T20:53:00.448Z[ recovery-image] May 22 20:53:00.389 INFO O| May 22 20:53:00.389 INFO STEP 1112 (remove_files) COMPLETE
78312025-05-22T20:53:00.448Z[ recovery-image] May 22 20:53:00.389 INFO O| May 22 20:53:00.389 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78322025-05-22T20:53:00.454Z[ recovery-image] May 22 20:53:00.398 INFO O| May 22 20:53:00.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
78332025-05-22T20:53:00.454Z[ recovery-image] May 22 20:53:00.398 INFO O| May 22 20:53:00.398 INFO STEP 1113 (remove_files) COMPLETE
78342025-05-22T20:53:00.457Z[ recovery-image] May 22 20:53:00.398 INFO O| May 22 20:53:00.398 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78352025-05-22T20:53:00.464Z[ recovery-image] May 22 20:53:00.408 INFO O| May 22 20:53:00.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
78362025-05-22T20:53:00.468Z[ recovery-image] May 22 20:53:00.408 INFO O| May 22 20:53:00.408 INFO STEP 1114 (remove_files) COMPLETE
78372025-05-22T20:53:00.468Z[ recovery-image] May 22 20:53:00.408 INFO O| May 22 20:53:00.408 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78382025-05-22T20:53:00.473Z[ recovery-image] May 22 20:53:00.417 INFO O| May 22 20:53:00.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
78392025-05-22T20:53:00.479Z[ recovery-image] May 22 20:53:00.417 INFO O| May 22 20:53:00.417 INFO STEP 1115 (remove_files) COMPLETE
78402025-05-22T20:53:00.479Z[ recovery-image] May 22 20:53:00.418 INFO O| May 22 20:53:00.417 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78412025-05-22T20:53:00.482Z[ recovery-image] May 22 20:53:00.426 INFO O| May 22 20:53:00.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
78422025-05-22T20:53:00.482Z[ recovery-image] May 22 20:53:00.426 INFO O| May 22 20:53:00.426 INFO STEP 1116 (remove_files) COMPLETE
78432025-05-22T20:53:00.482Z[ recovery-image] May 22 20:53:00.426 INFO O| May 22 20:53:00.426 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78442025-05-22T20:53:00.490Z[ recovery-image] May 22 20:53:00.434 INFO O| May 22 20:53:00.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
78452025-05-22T20:53:00.490Z[ recovery-image] May 22 20:53:00.434 INFO O| May 22 20:53:00.434 INFO STEP 1117 (remove_files) COMPLETE
78462025-05-22T20:53:00.493Z[ recovery-image] May 22 20:53:00.434 INFO O| May 22 20:53:00.434 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78472025-05-22T20:53:00.498Z[ recovery-image] May 22 20:53:00.443 INFO O| May 22 20:53:00.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
78482025-05-22T20:53:00.502Z[ recovery-image] May 22 20:53:00.443 INFO O| May 22 20:53:00.443 INFO STEP 1118 (remove_files) COMPLETE
78492025-05-22T20:53:00.502Z[ recovery-image] May 22 20:53:00.443 INFO O| May 22 20:53:00.443 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78502025-05-22T20:53:00.502Z[ host-image] May 22 20:53:00.443 INFO O| May 22 20:53:00.443 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
78512025-05-22T20:53:00.508Z[ recovery-image] May 22 20:53:00.453 INFO O| May 22 20:53:00.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
78522025-05-22T20:53:00.508Z[ recovery-image] May 22 20:53:00.453 INFO O| May 22 20:53:00.453 INFO STEP 1119 (remove_files) COMPLETE
78532025-05-22T20:53:00.508Z[ recovery-image] May 22 20:53:00.453 INFO O| May 22 20:53:00.453 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78542025-05-22T20:53:00.517Z[ recovery-image] May 22 20:53:00.461 INFO O| May 22 20:53:00.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
78552025-05-22T20:53:00.517Z[ recovery-image] May 22 20:53:00.461 INFO O| May 22 20:53:00.461 INFO STEP 1120 (remove_files) COMPLETE
78562025-05-22T20:53:00.517Z[ recovery-image] May 22 20:53:00.461 INFO O| May 22 20:53:00.461 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78572025-05-22T20:53:00.528Z[ recovery-image] May 22 20:53:00.471 INFO O| May 22 20:53:00.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
78582025-05-22T20:53:00.528Z[ recovery-image] May 22 20:53:00.472 INFO O| May 22 20:53:00.472 INFO STEP 1121 (remove_files) COMPLETE
78592025-05-22T20:53:00.528Z[ recovery-image] May 22 20:53:00.472 INFO O| May 22 20:53:00.472 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78602025-05-22T20:53:00.538Z[ recovery-image] May 22 20:53:00.482 INFO O| May 22 20:53:00.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
78612025-05-22T20:53:00.538Z[ recovery-image] May 22 20:53:00.482 INFO O| May 22 20:53:00.482 INFO STEP 1122 (remove_files) COMPLETE
78622025-05-22T20:53:00.541Z[ recovery-image] May 22 20:53:00.482 INFO O| May 22 20:53:00.482 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78632025-05-22T20:53:00.549Z[ recovery-image] May 22 20:53:00.493 INFO O| May 22 20:53:00.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
78642025-05-22T20:53:00.552Z[ recovery-image] May 22 20:53:00.493 INFO O| May 22 20:53:00.493 INFO STEP 1123 (remove_files) COMPLETE
78652025-05-22T20:53:00.552Z[ recovery-image] May 22 20:53:00.493 INFO O| May 22 20:53:00.493 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78662025-05-22T20:53:00.557Z[ recovery-image] May 22 20:53:00.502 INFO O| May 22 20:53:00.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
78672025-05-22T20:53:00.561Z[ recovery-image] May 22 20:53:00.502 INFO O| May 22 20:53:00.502 INFO STEP 1124 (remove_files) COMPLETE
78682025-05-22T20:53:00.561Z[ recovery-image] May 22 20:53:00.502 INFO O| May 22 20:53:00.502 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78692025-05-22T20:53:00.566Z[ recovery-image] May 22 20:53:00.510 INFO O| May 22 20:53:00.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
78702025-05-22T20:53:00.569Z[ recovery-image] May 22 20:53:00.510 INFO O| May 22 20:53:00.510 INFO STEP 1125 (remove_files) COMPLETE
78712025-05-22T20:53:00.569Z[ recovery-image] May 22 20:53:00.510 INFO O| May 22 20:53:00.510 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78722025-05-22T20:53:00.575Z[ recovery-image] May 22 20:53:00.519 INFO O| May 22 20:53:00.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
78732025-05-22T20:53:00.578Z[ recovery-image] May 22 20:53:00.519 INFO O| May 22 20:53:00.519 INFO STEP 1126 (remove_files) COMPLETE
78742025-05-22T20:53:00.578Z[ recovery-image] May 22 20:53:00.519 INFO O| May 22 20:53:00.519 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78752025-05-22T20:53:00.585Z[ recovery-image] May 22 20:53:00.529 INFO O| May 22 20:53:00.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
78762025-05-22T20:53:00.588Z[ recovery-image] May 22 20:53:00.529 INFO O| May 22 20:53:00.529 INFO STEP 1127 (remove_files) COMPLETE
78772025-05-22T20:53:00.588Z[ recovery-image] May 22 20:53:00.529 INFO O| May 22 20:53:00.529 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78782025-05-22T20:53:00.594Z[ recovery-image] May 22 20:53:00.538 INFO O| May 22 20:53:00.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
78792025-05-22T20:53:00.597Z[ recovery-image] May 22 20:53:00.538 INFO O| May 22 20:53:00.538 INFO STEP 1128 (remove_files) COMPLETE
78802025-05-22T20:53:00.597Z[ recovery-image] May 22 20:53:00.538 INFO O| May 22 20:53:00.538 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78812025-05-22T20:53:00.603Z[ recovery-image] May 22 20:53:00.548 INFO O| May 22 20:53:00.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
78822025-05-22T20:53:00.607Z[ recovery-image] May 22 20:53:00.548 INFO O| May 22 20:53:00.548 INFO STEP 1129 (remove_files) COMPLETE
78832025-05-22T20:53:00.607Z[ recovery-image] May 22 20:53:00.548 INFO O| May 22 20:53:00.548 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78842025-05-22T20:53:00.613Z[ recovery-image] May 22 20:53:00.557 INFO O| May 22 20:53:00.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
78852025-05-22T20:53:00.616Z[ recovery-image] May 22 20:53:00.558 INFO O| May 22 20:53:00.558 INFO STEP 1130 (remove_files) COMPLETE
78862025-05-22T20:53:00.616Z[ recovery-image] May 22 20:53:00.558 INFO O| May 22 20:53:00.558 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78872025-05-22T20:53:00.623Z[ recovery-image] May 22 20:53:00.567 INFO O| May 22 20:53:00.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
78882025-05-22T20:53:00.626Z[ recovery-image] May 22 20:53:00.567 INFO O| May 22 20:53:00.567 INFO STEP 1131 (remove_files) COMPLETE
78892025-05-22T20:53:00.626Z[ recovery-image] May 22 20:53:00.567 INFO O| May 22 20:53:00.567 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78902025-05-22T20:53:00.631Z[ recovery-image] May 22 20:53:00.575 INFO O| May 22 20:53:00.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
78912025-05-22T20:53:00.634Z[ recovery-image] May 22 20:53:00.575 INFO O| May 22 20:53:00.575 INFO STEP 1132 (remove_files) COMPLETE
78922025-05-22T20:53:00.634Z[ recovery-image] May 22 20:53:00.575 INFO O| May 22 20:53:00.575 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78932025-05-22T20:53:00.640Z[ recovery-image] May 22 20:53:00.584 INFO O| May 22 20:53:00.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
78942025-05-22T20:53:00.640Z[ recovery-image] May 22 20:53:00.585 INFO O| May 22 20:53:00.585 INFO STEP 1133 (remove_files) COMPLETE
78952025-05-22T20:53:00.644Z[ recovery-image] May 22 20:53:00.585 INFO O| May 22 20:53:00.585 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78962025-05-22T20:53:00.648Z[ recovery-image] May 22 20:53:00.592 INFO O| May 22 20:53:00.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
78972025-05-22T20:53:00.648Z[ recovery-image] May 22 20:53:00.593 INFO O| May 22 20:53:00.593 INFO STEP 1134 (remove_files) COMPLETE
78982025-05-22T20:53:00.648Z[ recovery-image] May 22 20:53:00.593 INFO O| May 22 20:53:00.593 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78992025-05-22T20:53:00.659Z[ recovery-image] May 22 20:53:00.603 INFO O| May 22 20:53:00.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
79002025-05-22T20:53:00.659Z[ recovery-image] May 22 20:53:00.603 INFO O| May 22 20:53:00.603 INFO STEP 1135 (remove_files) COMPLETE
79012025-05-22T20:53:00.662Z[ recovery-image] May 22 20:53:00.603 INFO O| May 22 20:53:00.603 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79022025-05-22T20:53:00.668Z[ recovery-image] May 22 20:53:00.612 INFO O| May 22 20:53:00.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
79032025-05-22T20:53:00.668Z[ recovery-image] May 22 20:53:00.613 INFO O| May 22 20:53:00.612 INFO STEP 1136 (remove_files) COMPLETE
79042025-05-22T20:53:00.671Z[ recovery-image] May 22 20:53:00.613 INFO O| May 22 20:53:00.613 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79052025-05-22T20:53:00.678Z[ recovery-image] May 22 20:53:00.622 INFO O| May 22 20:53:00.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
79062025-05-22T20:53:00.678Z[ recovery-image] May 22 20:53:00.622 INFO O| May 22 20:53:00.622 INFO STEP 1137 (remove_files) COMPLETE
79072025-05-22T20:53:00.681Z[ recovery-image] May 22 20:53:00.622 INFO O| May 22 20:53:00.622 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79082025-05-22T20:53:00.688Z[ recovery-image] May 22 20:53:00.632 INFO O| May 22 20:53:00.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
79092025-05-22T20:53:00.688Z[ recovery-image] May 22 20:53:00.632 INFO O| May 22 20:53:00.632 INFO STEP 1138 (remove_files) COMPLETE
79102025-05-22T20:53:00.691Z[ recovery-image] May 22 20:53:00.632 INFO O| May 22 20:53:00.632 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79112025-05-22T20:53:00.700Z[ recovery-image] May 22 20:53:00.644 INFO O| May 22 20:53:00.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
79122025-05-22T20:53:00.703Z[ recovery-image] May 22 20:53:00.644 INFO O| May 22 20:53:00.644 INFO STEP 1139 (remove_files) COMPLETE
79132025-05-22T20:53:00.703Z[ recovery-image] May 22 20:53:00.644 INFO O| May 22 20:53:00.644 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79142025-05-22T20:53:00.710Z[ recovery-image] May 22 20:53:00.654 INFO O| May 22 20:53:00.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
79152025-05-22T20:53:00.710Z[ recovery-image] May 22 20:53:00.654 INFO O| May 22 20:53:00.654 INFO STEP 1140 (remove_files) COMPLETE
79162025-05-22T20:53:00.710Z[ recovery-image] May 22 20:53:00.654 INFO O| May 22 20:53:00.654 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79172025-05-22T20:53:00.720Z[ recovery-image] May 22 20:53:00.664 INFO O| May 22 20:53:00.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
79182025-05-22T20:53:00.724Z[ recovery-image] May 22 20:53:00.664 INFO O| May 22 20:53:00.664 INFO STEP 1141 (remove_files) COMPLETE
79192025-05-22T20:53:00.724Z[ recovery-image] May 22 20:53:00.664 INFO O| May 22 20:53:00.664 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79202025-05-22T20:53:00.729Z[ recovery-image] May 22 20:53:00.673 INFO O| May 22 20:53:00.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
79212025-05-22T20:53:00.732Z[ recovery-image] May 22 20:53:00.673 INFO O| May 22 20:53:00.673 INFO STEP 1142 (remove_files) COMPLETE
79222025-05-22T20:53:00.732Z[ recovery-image] May 22 20:53:00.673 INFO O| May 22 20:53:00.673 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79232025-05-22T20:53:00.739Z[ recovery-image] May 22 20:53:00.683 INFO O| May 22 20:53:00.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
79242025-05-22T20:53:00.742Z[ recovery-image] May 22 20:53:00.683 INFO O| May 22 20:53:00.683 INFO STEP 1143 (remove_files) COMPLETE
79252025-05-22T20:53:00.742Z[ recovery-image] May 22 20:53:00.683 INFO O| May 22 20:53:00.683 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79262025-05-22T20:53:00.749Z[ recovery-image] May 22 20:53:00.693 INFO O| May 22 20:53:00.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
79272025-05-22T20:53:00.749Z[ recovery-image] May 22 20:53:00.693 INFO O| May 22 20:53:00.693 INFO STEP 1144 (remove_files) COMPLETE
79282025-05-22T20:53:00.749Z[ recovery-image] May 22 20:53:00.693 INFO O| May 22 20:53:00.693 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79292025-05-22T20:53:00.759Z[ recovery-image] May 22 20:53:00.703 INFO O| May 22 20:53:00.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
79302025-05-22T20:53:00.759Z[ recovery-image] May 22 20:53:00.703 INFO O| May 22 20:53:00.703 INFO STEP 1145 (remove_files) COMPLETE
79312025-05-22T20:53:00.759Z[ recovery-image] May 22 20:53:00.703 INFO O| May 22 20:53:00.703 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79322025-05-22T20:53:00.768Z[ recovery-image] May 22 20:53:00.712 INFO O| May 22 20:53:00.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
79332025-05-22T20:53:00.768Z[ recovery-image] May 22 20:53:00.712 INFO O| May 22 20:53:00.712 INFO STEP 1146 (remove_files) COMPLETE
79342025-05-22T20:53:00.771Z[ recovery-image] May 22 20:53:00.712 INFO O| May 22 20:53:00.712 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79352025-05-22T20:53:00.776Z[ recovery-image] May 22 20:53:00.720 INFO O| May 22 20:53:00.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
79362025-05-22T20:53:00.776Z[ recovery-image] May 22 20:53:00.720 INFO O| May 22 20:53:00.720 INFO STEP 1147 (remove_files) COMPLETE
79372025-05-22T20:53:00.776Z[ recovery-image] May 22 20:53:00.720 INFO O| May 22 20:53:00.720 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79382025-05-22T20:53:00.785Z[ recovery-image] May 22 20:53:00.729 INFO O| May 22 20:53:00.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
79392025-05-22T20:53:00.785Z[ recovery-image] May 22 20:53:00.729 INFO O| May 22 20:53:00.729 INFO STEP 1148 (remove_files) COMPLETE
79402025-05-22T20:53:00.788Z[ recovery-image] May 22 20:53:00.729 INFO O| May 22 20:53:00.729 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79412025-05-22T20:53:00.795Z[ recovery-image] May 22 20:53:00.739 INFO O| May 22 20:53:00.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
79422025-05-22T20:53:00.798Z[ recovery-image] May 22 20:53:00.739 INFO O| May 22 20:53:00.739 INFO STEP 1149 (remove_files) COMPLETE
79432025-05-22T20:53:00.798Z[ recovery-image] May 22 20:53:00.739 INFO O| May 22 20:53:00.739 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79442025-05-22T20:53:00.803Z[ recovery-image] May 22 20:53:00.748 INFO O| May 22 20:53:00.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
79452025-05-22T20:53:00.807Z[ recovery-image] May 22 20:53:00.748 INFO O| May 22 20:53:00.748 INFO STEP 1150 (remove_files) COMPLETE
79462025-05-22T20:53:00.807Z[ recovery-image] May 22 20:53:00.748 INFO O| May 22 20:53:00.748 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79472025-05-22T20:53:00.814Z[ recovery-image] May 22 20:53:00.759 INFO O| May 22 20:53:00.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
79482025-05-22T20:53:00.815Z[ recovery-image] May 22 20:53:00.759 INFO O| May 22 20:53:00.759 INFO STEP 1151 (remove_files) COMPLETE
79492025-05-22T20:53:00.815Z[ recovery-image] May 22 20:53:00.759 INFO O| May 22 20:53:00.759 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79502025-05-22T20:53:00.824Z[ recovery-image] May 22 20:53:00.768 INFO O| May 22 20:53:00.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
79512025-05-22T20:53:00.824Z[ recovery-image] May 22 20:53:00.768 INFO O| May 22 20:53:00.768 INFO STEP 1152 (remove_files) COMPLETE
79522025-05-22T20:53:00.827Z[ recovery-image] May 22 20:53:00.768 INFO O| May 22 20:53:00.768 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79532025-05-22T20:53:00.833Z[ recovery-image] May 22 20:53:00.777 INFO O| May 22 20:53:00.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
79542025-05-22T20:53:00.836Z[ recovery-image] May 22 20:53:00.777 INFO O| May 22 20:53:00.777 INFO STEP 1153 (remove_files) COMPLETE
79552025-05-22T20:53:00.836Z[ recovery-image] May 22 20:53:00.777 INFO O| May 22 20:53:00.777 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79562025-05-22T20:53:00.842Z[ recovery-image] May 22 20:53:00.786 INFO O| May 22 20:53:00.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
79572025-05-22T20:53:00.842Z[ recovery-image] May 22 20:53:00.786 INFO O| May 22 20:53:00.786 INFO STEP 1154 (remove_files) COMPLETE
79582025-05-22T20:53:00.842Z[ recovery-image] May 22 20:53:00.786 INFO O| May 22 20:53:00.786 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79592025-05-22T20:53:00.852Z[ recovery-image] May 22 20:53:00.796 INFO O| May 22 20:53:00.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
79602025-05-22T20:53:00.852Z[ recovery-image] May 22 20:53:00.796 INFO O| May 22 20:53:00.796 INFO STEP 1155 (remove_files) COMPLETE
79612025-05-22T20:53:00.856Z[ recovery-image] May 22 20:53:00.796 INFO O| May 22 20:53:00.796 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79622025-05-22T20:53:00.863Z[ recovery-image] May 22 20:53:00.807 INFO O| May 22 20:53:00.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
79632025-05-22T20:53:00.863Z[ recovery-image] May 22 20:53:00.807 INFO O| May 22 20:53:00.807 INFO STEP 1156 (remove_files) COMPLETE
79642025-05-22T20:53:00.863Z[ recovery-image] May 22 20:53:00.807 INFO O| May 22 20:53:00.807 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79652025-05-22T20:53:00.873Z[ recovery-image] May 22 20:53:00.817 INFO O| May 22 20:53:00.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
79662025-05-22T20:53:00.873Z[ recovery-image] May 22 20:53:00.817 INFO O| May 22 20:53:00.817 INFO STEP 1157 (remove_files) COMPLETE
79672025-05-22T20:53:00.873Z[ recovery-image] May 22 20:53:00.817 INFO O| May 22 20:53:00.817 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79682025-05-22T20:53:00.882Z[ recovery-image] May 22 20:53:00.826 INFO O| May 22 20:53:00.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
79692025-05-22T20:53:00.885Z[ recovery-image] May 22 20:53:00.826 INFO O| May 22 20:53:00.826 INFO STEP 1158 (remove_files) COMPLETE
79702025-05-22T20:53:00.885Z[ recovery-image] May 22 20:53:00.826 INFO O| May 22 20:53:00.826 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79712025-05-22T20:53:00.893Z[ recovery-image] May 22 20:53:00.836 INFO O| May 22 20:53:00.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
79722025-05-22T20:53:00.893Z[ recovery-image] May 22 20:53:00.837 INFO O| May 22 20:53:00.837 INFO STEP 1159 (remove_files) COMPLETE
79732025-05-22T20:53:00.893Z[ recovery-image] May 22 20:53:00.837 INFO O| May 22 20:53:00.837 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79742025-05-22T20:53:00.905Z[ recovery-image] May 22 20:53:00.849 INFO O| May 22 20:53:00.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
79752025-05-22T20:53:00.905Z[ recovery-image] May 22 20:53:00.849 INFO O| May 22 20:53:00.849 INFO STEP 1160 (remove_files) COMPLETE
79762025-05-22T20:53:00.908Z[ recovery-image] May 22 20:53:00.849 INFO O| May 22 20:53:00.849 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79772025-05-22T20:53:00.916Z[ recovery-image] May 22 20:53:00.860 INFO O| May 22 20:53:00.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
79782025-05-22T20:53:00.916Z[ recovery-image] May 22 20:53:00.860 INFO O| May 22 20:53:00.860 INFO STEP 1161 (remove_files) COMPLETE
79792025-05-22T20:53:00.919Z[ recovery-image] May 22 20:53:00.860 INFO O| May 22 20:53:00.860 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79802025-05-22T20:53:00.926Z[ recovery-image] May 22 20:53:00.870 INFO O| May 22 20:53:00.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
79812025-05-22T20:53:00.926Z[ recovery-image] May 22 20:53:00.871 INFO O| May 22 20:53:00.871 INFO STEP 1162 (remove_files) COMPLETE
79822025-05-22T20:53:00.927Z[ recovery-image] May 22 20:53:00.871 INFO O| May 22 20:53:00.871 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79832025-05-22T20:53:00.938Z[ recovery-image] May 22 20:53:00.882 INFO O| May 22 20:53:00.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
79842025-05-22T20:53:00.938Z[ recovery-image] May 22 20:53:00.882 INFO O| May 22 20:53:00.882 INFO STEP 1163 (remove_files) COMPLETE
79852025-05-22T20:53:00.938Z[ recovery-image] May 22 20:53:00.882 INFO O| May 22 20:53:00.882 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79862025-05-22T20:53:00.948Z[ recovery-image] May 22 20:53:00.892 INFO O| May 22 20:53:00.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
79872025-05-22T20:53:00.951Z[ recovery-image] May 22 20:53:00.892 INFO O| May 22 20:53:00.892 INFO STEP 1164 (remove_files) COMPLETE
79882025-05-22T20:53:00.951Z[ recovery-image] May 22 20:53:00.892 INFO O| May 22 20:53:00.892 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79892025-05-22T20:53:00.959Z[ recovery-image] May 22 20:53:00.903 INFO O| May 22 20:53:00.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
79902025-05-22T20:53:00.959Z[ recovery-image] May 22 20:53:00.903 INFO O| May 22 20:53:00.903 INFO STEP 1165 (remove_files) COMPLETE
79912025-05-22T20:53:00.963Z[ recovery-image] May 22 20:53:00.903 INFO O| May 22 20:53:00.903 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
79922025-05-22T20:53:00.972Z[ recovery-image] May 22 20:53:00.917 INFO O| May 22 20:53:00.916 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
79932025-05-22T20:53:00.972Z[ recovery-image] May 22 20:53:00.917 INFO O| May 22 20:53:00.917 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
79942025-05-22T20:53:01.861Z[ recovery-image] May 22 20:53:01.805 INFO O| May 22 20:53:01.805 INFO STEP 1166 (pack_tar) COMPLETE
79952025-05-22T20:53:01.861Z[ recovery-image] May 22 20:53:01.805 INFO O| May 22 20:53:01.805 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
79962025-05-22T20:53:01.864Z[ recovery-image] May 22 20:53:01.805 INFO O| May 22 20:53:01.805 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
79972025-05-22T20:53:02.188Z[ recovery-image] May 22 20:53:02.132 INFO O| May 22 20:53:02.132 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
79982025-05-22T20:53:02.275Z[ recovery-image] May 22 20:53:02.219 INFO O| May 22 20:53:02.219 INFO completed processing gimlet/ramdisk-03-recovery-trim
79992025-05-22T20:53:02.279Z[ recovery-image] May 22 20:53:02.223 INFO image builder template: zfs-recovery...
80002025-05-22T20:53:02.279Z[ recovery-image] May 22 20:53:02.223 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-E", "/tmp/.tmpm36bV6/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.35.364", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@15.0.0.0", "-n", "zfs-recovery"], pwd: None
80012025-05-22T20:53:02.310Z[ recovery-image] May 22 20:53:02.254 INFO O| May 22 20:53:02.254 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80022025-05-22T20:53:02.313Z[ recovery-image] May 22 20:53:02.258 INFO O| May 22 20:53:02.258 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80032025-05-22T20:53:02.407Z[ recovery-image] May 22 20:53:02.351 INFO O| May 22 20:53:02.351 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
80042025-05-22T20:53:02.470Z[ recovery-image] May 22 20:53:02.414 INFO O| May 22 20:53:02.414 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80052025-05-22T20:53:02.474Z[ recovery-image] May 22 20:53:02.415 INFO O| May 22 20:53:02.415 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
80062025-05-22T20:53:02.477Z[ recovery-image] May 22 20:53:02.420 INFO O| May 22 20:53:02.420 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
80072025-05-22T20:53:02.561Z[ recovery-image] May 22 20:53:02.505 INFO O| May 22 20:53:02.505 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
80082025-05-22T20:53:03.190Z[ recovery-image] May 22 20:53:02.554 INFO O| May 22 20:53:02.553 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
80092025-05-22T20:53:03.206Z[ recovery-image] May 22 20:53:02.569 INFO O| May 22 20:53:02.569 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
80102025-05-22T20:53:03.207Z[ recovery-image] May 22 20:53:02.574 INFO O| May 22 20:53:02.574 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
80112025-05-22T20:53:03.207Z[ recovery-image] May 22 20:53:02.586 INFO O| May 22 20:53:02.586 INFO no lofi found
80122025-05-22T20:53:03.207Z[ recovery-image] May 22 20:53:02.586 INFO O| May 22 20:53:02.586 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
80132025-05-22T20:53:03.207Z[ recovery-image] May 22 20:53:02.586 INFO O| May 22 20:53:02.586 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
80142025-05-22T20:53:05.059Z[ recovery-image] May 22 20:53:05.003 INFO O| May 22 20:53:05.003 INFO lofi device = /dev/dsk/c2t1d0p0
80152025-05-22T20:53:05.059Z[ recovery-image] May 22 20:53:05.003 INFO O| May 22 20:53:05.003 INFO pool device = /dev/dsk/c2t1d0p0
80162025-05-22T20:53:05.059Z[ recovery-image] May 22 20:53:05.003 INFO O| May 22 20:53:05.003 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
80172025-05-22T20:53:05.204Z[ recovery-image] May 22 20:53:05.149 INFO O| May 22 20:53:05.148 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80182025-05-22T20:53:05.204Z[ recovery-image] May 22 20:53:05.149 INFO O| May 22 20:53:05.149 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
80192025-05-22T20:53:05.225Z[ recovery-image] May 22 20:53:05.170 INFO O| May 22 20:53:05.170 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
80202025-05-22T20:53:05.305Z[ recovery-image] May 22 20:53:05.250 INFO O| May 22 20:53:05.250 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
80212025-05-22T20:53:05.352Z[ recovery-image] May 22 20:53:05.297 INFO O| May 22 20:53:05.297 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
80222025-05-22T20:53:05.370Z[ recovery-image] May 22 20:53:05.314 INFO O| May 22 20:53:05.314 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
80232025-05-22T20:53:05.381Z[ recovery-image] May 22 20:53:05.326 INFO O| May 22 20:53:05.326 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
80242025-05-22T20:53:05.434Z[ recovery-image] May 22 20:53:05.377 INFO O| May 22 20:53:05.377 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
80252025-05-22T20:53:05.437Z[ recovery-image] May 22 20:53:05.377 INFO O| May 22 20:53:05.377 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
80262025-05-22T20:53:05.437Z[ recovery-image] May 22 20:53:05.377 INFO O| May 22 20:53:05.377 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
80272025-05-22T20:53:05.446Z[ recovery-image] May 22 20:53:05.390 INFO O| May 22 20:53:05.390 INFO boot environment UUID: 3f6f37f1-3140-40d0-9a65-42ade51c45b7
80282025-05-22T20:53:05.446Z[ recovery-image] May 22 20:53:05.390 INFO O| May 22 20:53:05.390 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 3f6f37f1-3140-40d0-9a65-42ade51c45b7
80292025-05-22T20:53:05.456Z[ recovery-image] May 22 20:53:05.401 INFO O| May 22 20:53:05.401 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
80302025-05-22T20:53:05.466Z[ recovery-image] May 22 20:53:05.411 INFO O| May 22 20:53:05.411 INFO STEP 0 (create_be) COMPLETE
80312025-05-22T20:53:05.466Z[ recovery-image] May 22 20:53:05.411 INFO O| May 22 20:53:05.411 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80322025-05-22T20:53:05.481Z[ recovery-image] May 22 20:53:05.425 INFO O| May 22 20:53:05.425 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
80332025-05-22T20:53:08.002Z[ host-image] May 22 20:53:07.920 INFO O| May 22 20:53:07.920 INFO O| Startup: Caching catalogs ... Done
80342025-05-22T20:53:08.449Z[verify-libraries] Finished `release` profile [optimized] target(s) in 17m 24s
80352025-05-22T20:53:09.058Z[ recovery-image] May 22 20:53:09.003 INFO O| May 22 20:53:09.003 INFO STEP 1 (unpack_tar) COMPLETE
80362025-05-22T20:53:09.058Z[ recovery-image] May 22 20:53:09.003 INFO O| May 22 20:53:09.003 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80372025-05-22T20:53:09.069Z[ recovery-image] May 22 20:53:09.014 INFO O| May 22 20:53:09.014 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
80382025-05-22T20:53:09.111ZMay 22 20:53:09.054 INFO [verify-libraries] process exited with exit status: 0 (1049.333536792s)
80392025-05-22T20:53:09.139Z[ recovery-image] May 22 20:53:09.084 INFO O| May 22 20:53:09.084 INFO STEP 2 (devfsadm) COMPLETE
80402025-05-22T20:53:09.139Z[ recovery-image] May 22 20:53:09.084 INFO O| May 22 20:53:09.084 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80412025-05-22T20:53:09.150Z[ recovery-image] May 22 20:53:09.095 INFO O| May 22 20:53:09.095 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80422025-05-22T20:53:09.154Z[ recovery-image] May 22 20:53:09.095 INFO O| May 22 20:53:09.095 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80432025-05-22T20:53:09.154Z[ recovery-image] May 22 20:53:09.095 INFO O| May 22 20:53:09.095 INFO STEP 3 (ensure_dir) COMPLETE
80442025-05-22T20:53:09.154Z[ recovery-image] May 22 20:53:09.095 INFO O| May 22 20:53:09.095 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80452025-05-22T20:53:09.161Z[ recovery-image] May 22 20:53:09.106 INFO O| May 22 20:53:09.106 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80462025-05-22T20:53:09.161Z[ recovery-image] May 22 20:53:09.106 INFO O| May 22 20:53:09.106 INFO STEP 4 (ensure_dir) COMPLETE
80472025-05-22T20:53:09.161Z[ recovery-image] May 22 20:53:09.106 INFO O| May 22 20:53:09.106 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80482025-05-22T20:53:09.170Z[ recovery-image] May 22 20:53:09.115 INFO O| May 22 20:53:09.115 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80492025-05-22T20:53:09.170Z[ recovery-image] May 22 20:53:09.115 INFO O| May 22 20:53:09.115 INFO STEP 5 (ensure_dir) COMPLETE
80502025-05-22T20:53:09.170Z[ recovery-image] May 22 20:53:09.115 INFO O| May 22 20:53:09.115 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80512025-05-22T20:53:09.178Z[ recovery-image] May 22 20:53:09.123 INFO O| May 22 20:53:09.123 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80522025-05-22T20:53:09.181Z[ recovery-image] May 22 20:53:09.123 INFO O| May 22 20:53:09.123 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80532025-05-22T20:53:09.181Z[ recovery-image] May 22 20:53:09.123 INFO O| May 22 20:53:09.123 INFO STEP 6 (ensure_dir) COMPLETE
80542025-05-22T20:53:09.181Z[ recovery-image] May 22 20:53:09.123 INFO O| May 22 20:53:09.123 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80552025-05-22T20:53:09.187Z[ recovery-image] May 22 20:53:09.132 INFO O| May 22 20:53:09.132 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80562025-05-22T20:53:09.187Z[ recovery-image] May 22 20:53:09.132 INFO O| May 22 20:53:09.132 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80572025-05-22T20:53:09.190Z[ recovery-image] May 22 20:53:09.132 INFO O| May 22 20:53:09.132 INFO STEP 7 (ensure_dir) COMPLETE
80582025-05-22T20:53:09.190Z[ recovery-image] May 22 20:53:09.132 INFO O| May 22 20:53:09.132 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80592025-05-22T20:53:09.195Z[ recovery-image] May 22 20:53:09.140 INFO O| May 22 20:53:09.140 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
80602025-05-22T20:53:09.198Z[ recovery-image] May 22 20:53:09.140 INFO O| May 22 20:53:09.140 INFO STEP 8 (remove_files) COMPLETE
80612025-05-22T20:53:09.198Z[ recovery-image] May 22 20:53:09.141 INFO O| May 22 20:53:09.140 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80622025-05-22T20:53:09.204Z[ recovery-image] May 22 20:53:09.149 INFO O| May 22 20:53:09.149 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
80632025-05-22T20:53:09.207Z[ recovery-image] May 22 20:53:09.150 INFO O| May 22 20:53:09.150 INFO STEP 9 (remove_files) COMPLETE
80642025-05-22T20:53:09.207Z[ recovery-image] May 22 20:53:09.150 INFO O| May 22 20:53:09.150 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80652025-05-22T20:53:09.215Z[ recovery-image] May 22 20:53:09.160 INFO O| May 22 20:53:09.160 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
80662025-05-22T20:53:09.218Z[ recovery-image] May 22 20:53:09.161 INFO O| May 22 20:53:09.161 INFO STEP 10 (remove_files) COMPLETE
80672025-05-22T20:53:09.218Z[ recovery-image] May 22 20:53:09.161 INFO O| May 22 20:53:09.161 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80682025-05-22T20:53:09.225Z[ recovery-image] May 22 20:53:09.170 INFO O| May 22 20:53:09.170 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
80692025-05-22T20:53:09.225Z[ recovery-image] May 22 20:53:09.170 INFO O| May 22 20:53:09.170 INFO STEP 11 (remove_files) COMPLETE
80702025-05-22T20:53:09.225Z[ recovery-image] May 22 20:53:09.170 INFO O| May 22 20:53:09.170 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80712025-05-22T20:53:09.234Z[ recovery-image] May 22 20:53:09.179 INFO O| May 22 20:53:09.179 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
80722025-05-22T20:53:09.234Z[ recovery-image] May 22 20:53:09.179 INFO O| May 22 20:53:09.179 INFO STEP 12 (remove_files) COMPLETE
80732025-05-22T20:53:09.237Z[ recovery-image] May 22 20:53:09.179 INFO O| May 22 20:53:09.179 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80742025-05-22T20:53:09.242Z[ recovery-image] May 22 20:53:09.188 INFO O| May 22 20:53:09.187 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80752025-05-22T20:53:09.242Z[ recovery-image] May 22 20:53:09.188 INFO O| May 22 20:53:09.188 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80762025-05-22T20:53:09.246Z[ recovery-image] May 22 20:53:09.188 INFO O| May 22 20:53:09.188 INFO STEP 13 (ensure_dir) COMPLETE
80772025-05-22T20:53:09.246Z[ recovery-image] May 22 20:53:09.188 INFO O| May 22 20:53:09.188 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80782025-05-22T20:53:09.252Z[ recovery-image] May 22 20:53:09.197 INFO O| May 22 20:53:09.197 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80792025-05-22T20:53:09.252Z[ recovery-image] May 22 20:53:09.197 INFO O| May 22 20:53:09.197 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80802025-05-22T20:53:09.255Z[ recovery-image] May 22 20:53:09.197 INFO O| May 22 20:53:09.197 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80812025-05-22T20:53:09.255Z[ recovery-image] May 22 20:53:09.197 INFO O| May 22 20:53:09.197 INFO STEP 14 (ensure_dir) COMPLETE
80822025-05-22T20:53:09.255Z[ recovery-image] May 22 20:53:09.197 INFO O| May 22 20:53:09.197 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80832025-05-22T20:53:09.260Z[ recovery-image] May 22 20:53:09.205 INFO O| May 22 20:53:09.205 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80842025-05-22T20:53:09.260Z[ recovery-image] May 22 20:53:09.205 INFO O| May 22 20:53:09.205 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80852025-05-22T20:53:09.263Z[ recovery-image] May 22 20:53:09.205 INFO O| May 22 20:53:09.205 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80862025-05-22T20:53:09.263Z[ recovery-image] May 22 20:53:09.205 INFO O| May 22 20:53:09.205 INFO STEP 15 (ensure_dir) COMPLETE
80872025-05-22T20:53:09.263Z[ recovery-image] May 22 20:53:09.205 INFO O| May 22 20:53:09.205 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80882025-05-22T20:53:09.268Z[ recovery-image] May 22 20:53:09.213 INFO O| May 22 20:53:09.213 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80892025-05-22T20:53:09.268Z[ recovery-image] May 22 20:53:09.213 INFO O| May 22 20:53:09.213 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80902025-05-22T20:53:09.268Z[ recovery-image] May 22 20:53:09.213 INFO O| May 22 20:53:09.213 INFO STEP 16 (ensure_dir) COMPLETE
80912025-05-22T20:53:09.268Z[ recovery-image] May 22 20:53:09.213 INFO O| May 22 20:53:09.213 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80922025-05-22T20:53:09.278Z[ recovery-image] May 22 20:53:09.223 INFO O| May 22 20:53:09.223 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80932025-05-22T20:53:09.278Z[ recovery-image] May 22 20:53:09.223 INFO O| May 22 20:53:09.223 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80942025-05-22T20:53:09.281Z[ recovery-image] May 22 20:53:09.223 INFO O| May 22 20:53:09.223 INFO STEP 17 (ensure_dir) COMPLETE
80952025-05-22T20:53:09.281Z[ recovery-image] May 22 20:53:09.223 INFO O| May 22 20:53:09.223 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80962025-05-22T20:53:09.286Z[ recovery-image] May 22 20:53:09.231 INFO O| May 22 20:53:09.231 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
80972025-05-22T20:53:09.286Z[ recovery-image] May 22 20:53:09.231 INFO O| May 22 20:53:09.231 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
80982025-05-22T20:53:09.286Z[ recovery-image] May 22 20:53:09.231 INFO O| May 22 20:53:09.231 INFO ok!
80992025-05-22T20:53:09.289Z[ recovery-image] May 22 20:53:09.231 INFO O| May 22 20:53:09.231 INFO STEP 18 (ensure_symlink) COMPLETE
81002025-05-22T20:53:09.290Z[ recovery-image] May 22 20:53:09.231 INFO O| May 22 20:53:09.231 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81012025-05-22T20:53:09.295Z[ recovery-image] May 22 20:53:09.240 INFO O| May 22 20:53:09.240 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
81022025-05-22T20:53:09.295Z[ recovery-image] May 22 20:53:09.240 INFO O| May 22 20:53:09.240 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
81032025-05-22T20:53:09.295Z[ recovery-image] May 22 20:53:09.240 INFO O| May 22 20:53:09.240 INFO ok!
81042025-05-22T20:53:09.299Z[ recovery-image] May 22 20:53:09.240 INFO O| May 22 20:53:09.240 INFO STEP 19 (ensure_file) COMPLETE
81052025-05-22T20:53:09.299Z[ recovery-image] May 22 20:53:09.240 INFO O| May 22 20:53:09.240 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81062025-05-22T20:53:09.304Z[ recovery-image] May 22 20:53:09.249 INFO O| May 22 20:53:09.249 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
81072025-05-22T20:53:09.307Z[ recovery-image] May 22 20:53:09.249 INFO O| May 22 20:53:09.249 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
81082025-05-22T20:53:09.308Z[ recovery-image] May 22 20:53:09.250 INFO O| May 22 20:53:09.250 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
81092025-05-22T20:53:09.308Z[ recovery-image] May 22 20:53:09.250 INFO O| May 22 20:53:09.250 INFO ok!
81102025-05-22T20:53:09.308Z[ recovery-image] May 22 20:53:09.250 INFO O| May 22 20:53:09.250 INFO STEP 20 (ensure_symlink) COMPLETE
81112025-05-22T20:53:09.308Z[ recovery-image] May 22 20:53:09.250 INFO O| May 22 20:53:09.250 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81122025-05-22T20:53:09.313Z[ recovery-image] May 22 20:53:09.259 INFO O| May 22 20:53:09.259 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
81132025-05-22T20:53:09.317Z[ recovery-image] May 22 20:53:09.259 INFO O| May 22 20:53:09.259 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
81142025-05-22T20:53:09.317Z[ recovery-image] May 22 20:53:09.259 INFO O| May 22 20:53:09.259 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
81152025-05-22T20:53:09.317Z[ recovery-image] May 22 20:53:09.259 INFO O| May 22 20:53:09.259 INFO ok!
81162025-05-22T20:53:09.317Z[ recovery-image] May 22 20:53:09.259 INFO O| May 22 20:53:09.259 INFO STEP 21 (ensure_symlink) COMPLETE
81172025-05-22T20:53:09.317Z[ recovery-image] May 22 20:53:09.259 INFO O| May 22 20:53:09.259 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81182025-05-22T20:53:09.322Z[ recovery-image] May 22 20:53:09.268 INFO O| May 22 20:53:09.268 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
81192025-05-22T20:53:09.322Z[ recovery-image] May 22 20:53:09.268 INFO O| May 22 20:53:09.268 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
81202025-05-22T20:53:09.326Z[ recovery-image] May 22 20:53:09.268 INFO O| May 22 20:53:09.268 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
81212025-05-22T20:53:09.326Z[ recovery-image] May 22 20:53:09.268 INFO O| May 22 20:53:09.268 INFO ok!
81222025-05-22T20:53:09.326Z[ recovery-image] May 22 20:53:09.268 INFO O| May 22 20:53:09.268 INFO STEP 22 (ensure_symlink) COMPLETE
81232025-05-22T20:53:09.326Z[ recovery-image] May 22 20:53:09.268 INFO O| May 22 20:53:09.268 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81242025-05-22T20:53:09.331Z[ recovery-image] May 22 20:53:09.276 INFO O| May 22 20:53:09.276 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
81252025-05-22T20:53:09.331Z[ recovery-image] May 22 20:53:09.276 INFO O| May 22 20:53:09.276 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
81262025-05-22T20:53:09.335Z[ recovery-image] May 22 20:53:09.277 INFO O| May 22 20:53:09.276 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
81272025-05-22T20:53:09.335Z[ recovery-image] May 22 20:53:09.277 INFO O| May 22 20:53:09.277 INFO ok!
81282025-05-22T20:53:09.335Z[ recovery-image] May 22 20:53:09.277 INFO O| May 22 20:53:09.277 INFO STEP 23 (ensure_symlink) COMPLETE
81292025-05-22T20:53:09.335Z[ recovery-image] May 22 20:53:09.277 INFO O| May 22 20:53:09.277 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81302025-05-22T20:53:09.340Z[ recovery-image] May 22 20:53:09.285 INFO O| May 22 20:53:09.285 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
81312025-05-22T20:53:09.343Z[ recovery-image] May 22 20:53:09.285 INFO O| May 22 20:53:09.285 INFO copying /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.dns -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf ...
81322025-05-22T20:53:09.343Z[ recovery-image] May 22 20:53:09.285 INFO O| May 22 20:53:09.285 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
81332025-05-22T20:53:09.343Z[ recovery-image] May 22 20:53:09.285 INFO O| May 22 20:53:09.285 INFO ok!
81342025-05-22T20:53:09.343Z[ recovery-image] May 22 20:53:09.285 INFO O| May 22 20:53:09.285 INFO STEP 24 (ensure_file) COMPLETE
81352025-05-22T20:53:09.343Z[ recovery-image] May 22 20:53:09.285 INFO O| May 22 20:53:09.285 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
81362025-05-22T20:53:09.349Z[ recovery-image] May 22 20:53:09.294 INFO O| May 22 20:53:09.294 INFO updating shadow file
81372025-05-22T20:53:09.353Z[ recovery-image] May 22 20:53:09.295 INFO O| May 22 20:53:09.295 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
81382025-05-22T20:53:09.353Z[ recovery-image] May 22 20:53:09.295 INFO O| May 22 20:53:09.295 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
81392025-05-22T20:53:09.353Z[ recovery-image] May 22 20:53:09.295 INFO O| May 22 20:53:09.295 INFO STEP 25 (shadow) COMPLETE
81402025-05-22T20:53:09.353Z[ recovery-image] May 22 20:53:09.295 INFO O| May 22 20:53:09.295 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81412025-05-22T20:53:09.359Z[ recovery-image] May 22 20:53:09.304 INFO O| May 22 20:53:09.304 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
81422025-05-22T20:53:09.359Z[ recovery-image] May 22 20:53:09.304 INFO O| May 22 20:53:09.304 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
81432025-05-22T20:53:09.362Z[ recovery-image] May 22 20:53:09.304 INFO O| May 22 20:53:09.304 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
81442025-05-22T20:53:09.362Z[ recovery-image] May 22 20:53:09.304 INFO O| May 22 20:53:09.304 INFO ok!
81452025-05-22T20:53:09.362Z[ recovery-image] May 22 20:53:09.304 INFO O| May 22 20:53:09.304 INFO STEP 26 (ensure_file) COMPLETE
81462025-05-22T20:53:09.362Z[ recovery-image] May 22 20:53:09.304 INFO O| May 22 20:53:09.304 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81472025-05-22T20:53:09.368Z[ recovery-image] May 22 20:53:09.313 INFO O| May 22 20:53:09.313 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
81482025-05-22T20:53:09.368Z[ recovery-image] May 22 20:53:09.313 INFO O| May 22 20:53:09.313 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
81492025-05-22T20:53:09.368Z[ recovery-image] May 22 20:53:09.313 INFO O| May 22 20:53:09.313 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
81502025-05-22T20:53:09.368Z[ recovery-image] May 22 20:53:09.313 INFO O| May 22 20:53:09.313 INFO ok!
81512025-05-22T20:53:09.371Z[ recovery-image] May 22 20:53:09.313 INFO O| May 22 20:53:09.313 INFO STEP 27 (ensure_file) COMPLETE
81522025-05-22T20:53:09.371Z[ recovery-image] May 22 20:53:09.313 INFO O| May 22 20:53:09.313 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81532025-05-22T20:53:09.376Z[ recovery-image] May 22 20:53:09.322 INFO O| May 22 20:53:09.322 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
81542025-05-22T20:53:09.376Z[ recovery-image] May 22 20:53:09.322 INFO O| May 22 20:53:09.322 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
81552025-05-22T20:53:09.380Z[ recovery-image] May 22 20:53:09.322 INFO O| May 22 20:53:09.322 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
81562025-05-22T20:53:09.380Z[ recovery-image] May 22 20:53:09.322 INFO O| May 22 20:53:09.322 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
81572025-05-22T20:53:09.380Z[ recovery-image] May 22 20:53:09.322 INFO O| May 22 20:53:09.322 INFO ok!
81582025-05-22T20:53:09.380Z[ recovery-image] May 22 20:53:09.322 INFO O| May 22 20:53:09.322 INFO STEP 28 (ensure_file) COMPLETE
81592025-05-22T20:53:09.380Z[ recovery-image] May 22 20:53:09.322 INFO O| May 22 20:53:09.322 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81602025-05-22T20:53:09.385Z[ recovery-image] May 22 20:53:09.330 INFO O| May 22 20:53:09.330 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
81612025-05-22T20:53:09.385Z[ recovery-image] May 22 20:53:09.330 INFO O| May 22 20:53:09.330 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
81622025-05-22T20:53:09.388Z[ recovery-image] May 22 20:53:09.330 INFO O| May 22 20:53:09.330 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
81632025-05-22T20:53:09.388Z[ recovery-image] May 22 20:53:09.330 INFO O| May 22 20:53:09.330 INFO ok!
81642025-05-22T20:53:09.388Z[ recovery-image] May 22 20:53:09.330 INFO O| May 22 20:53:09.330 INFO STEP 29 (ensure_file) COMPLETE
81652025-05-22T20:53:09.388Z[ recovery-image] May 22 20:53:09.331 INFO O| May 22 20:53:09.330 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81662025-05-22T20:53:09.394Z[ recovery-image] May 22 20:53:09.339 INFO O| May 22 20:53:09.339 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
81672025-05-22T20:53:09.394Z[ recovery-image] May 22 20:53:09.339 INFO O| May 22 20:53:09.339 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
81682025-05-22T20:53:09.394Z[ recovery-image] May 22 20:53:09.339 INFO O| May 22 20:53:09.339 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
81692025-05-22T20:53:09.398Z[ recovery-image] May 22 20:53:09.339 INFO O| May 22 20:53:09.339 INFO ok!
81702025-05-22T20:53:09.398Z[ recovery-image] May 22 20:53:09.339 INFO O| May 22 20:53:09.339 INFO STEP 30 (ensure_file) COMPLETE
81712025-05-22T20:53:09.398Z[ recovery-image] May 22 20:53:09.339 INFO O| May 22 20:53:09.339 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81722025-05-22T20:53:09.403Z[ recovery-image] May 22 20:53:09.348 INFO O| May 22 20:53:09.348 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
81732025-05-22T20:53:09.403Z[ recovery-image] May 22 20:53:09.348 INFO O| May 22 20:53:09.348 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
81742025-05-22T20:53:09.406Z[ recovery-image] May 22 20:53:09.348 INFO O| May 22 20:53:09.348 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81752025-05-22T20:53:09.406Z[ recovery-image] May 22 20:53:09.348 INFO O| May 22 20:53:09.348 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81762025-05-22T20:53:09.406Z[ recovery-image] May 22 20:53:09.348 INFO O| May 22 20:53:09.348 INFO ok!
81772025-05-22T20:53:09.406Z[ recovery-image] May 22 20:53:09.348 INFO O| May 22 20:53:09.348 INFO STEP 31 (ensure_file) COMPLETE
81782025-05-22T20:53:09.406Z[ recovery-image] May 22 20:53:09.348 INFO O| May 22 20:53:09.348 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81792025-05-22T20:53:09.412Z[ recovery-image] May 22 20:53:09.357 INFO O| May 22 20:53:09.357 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
81802025-05-22T20:53:09.412Z[ recovery-image] May 22 20:53:09.357 INFO O| May 22 20:53:09.357 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
81812025-05-22T20:53:09.415Z[ recovery-image] May 22 20:53:09.357 INFO O| May 22 20:53:09.357 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
81822025-05-22T20:53:09.415Z[ recovery-image] May 22 20:53:09.357 INFO O| May 22 20:53:09.357 INFO ok!
81832025-05-22T20:53:09.415Z[ recovery-image] May 22 20:53:09.357 INFO O| May 22 20:53:09.357 INFO STEP 32 (ensure_file) COMPLETE
81842025-05-22T20:53:09.416Z[ recovery-image] May 22 20:53:09.357 INFO O| May 22 20:53:09.357 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81852025-05-22T20:53:09.422Z[ recovery-image] May 22 20:53:09.367 INFO O| May 22 20:53:09.367 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
81862025-05-22T20:53:09.422Z[ recovery-image] May 22 20:53:09.367 INFO O| May 22 20:53:09.367 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
81872025-05-22T20:53:09.425Z[ recovery-image] May 22 20:53:09.367 INFO O| May 22 20:53:09.367 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
81882025-05-22T20:53:09.425Z[ recovery-image] May 22 20:53:09.367 INFO O| May 22 20:53:09.367 INFO ok!
81892025-05-22T20:53:09.425Z[ recovery-image] May 22 20:53:09.367 INFO O| May 22 20:53:09.367 INFO STEP 33 (ensure_file) COMPLETE
81902025-05-22T20:53:09.425Z[ recovery-image] May 22 20:53:09.367 INFO O| May 22 20:53:09.367 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81912025-05-22T20:53:09.431Z[ recovery-image] May 22 20:53:09.376 INFO O| May 22 20:53:09.376 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
81922025-05-22T20:53:09.431Z[ recovery-image] May 22 20:53:09.377 INFO O| May 22 20:53:09.376 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
81932025-05-22T20:53:09.435Z[ recovery-image] May 22 20:53:09.377 INFO O| May 22 20:53:09.377 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81942025-05-22T20:53:09.435Z[ recovery-image] May 22 20:53:09.377 INFO O| May 22 20:53:09.377 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81952025-05-22T20:53:09.435Z[ recovery-image] May 22 20:53:09.377 INFO O| May 22 20:53:09.377 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81962025-05-22T20:53:09.435Z[ recovery-image] May 22 20:53:09.377 INFO O| May 22 20:53:09.377 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81972025-05-22T20:53:09.435Z[ recovery-image] May 22 20:53:09.377 INFO O| May 22 20:53:09.377 INFO ok!
81982025-05-22T20:53:09.435Z[ recovery-image] May 22 20:53:09.377 INFO O| May 22 20:53:09.377 INFO STEP 34 (ensure_file) COMPLETE
81992025-05-22T20:53:09.435Z[ recovery-image] May 22 20:53:09.377 INFO O| May 22 20:53:09.377 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82002025-05-22T20:53:09.441Z[ recovery-image] May 22 20:53:09.386 INFO O| May 22 20:53:09.386 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82012025-05-22T20:53:09.444Z[ recovery-image] May 22 20:53:09.386 INFO O| May 22 20:53:09.386 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82022025-05-22T20:53:09.444Z[ recovery-image] May 22 20:53:09.386 INFO O| May 22 20:53:09.386 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82032025-05-22T20:53:09.444Z[ recovery-image] May 22 20:53:09.386 INFO O| May 22 20:53:09.386 INFO STEP 35 (ensure_dir) COMPLETE
82042025-05-22T20:53:09.444Z[ recovery-image] May 22 20:53:09.386 INFO O| May 22 20:53:09.386 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82052025-05-22T20:53:09.453Z[ recovery-image] May 22 20:53:09.398 INFO O| May 22 20:53:09.398 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin does not exist
82062025-05-22T20:53:09.456Z[ recovery-image] May 22 20:53:09.398 INFO O| May 22 20:53:09.398 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/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
82072025-05-22T20:53:09.456Z[ recovery-image] May 22 20:53:09.398 INFO O| May 22 20:53:09.398 INFO perms are 644, should be 555, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
82082025-05-22T20:53:09.456Z[ recovery-image] May 22 20:53:09.398 INFO O| May 22 20:53:09.398 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
82092025-05-22T20:53:09.456Z[ recovery-image] May 22 20:53:09.398 INFO O| May 22 20:53:09.398 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
82102025-05-22T20:53:09.456Z[ recovery-image] May 22 20:53:09.398 INFO O| May 22 20:53:09.398 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
82112025-05-22T20:53:09.456Z[ recovery-image] May 22 20:53:09.398 INFO O| May 22 20:53:09.398 INFO ok!
82122025-05-22T20:53:09.456Z[ recovery-image] May 22 20:53:09.398 INFO O| May 22 20:53:09.398 INFO STEP 36 (ensure_file) COMPLETE
82132025-05-22T20:53:09.456Z[ recovery-image] May 22 20:53:09.398 INFO O| May 22 20:53:09.398 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82142025-05-22T20:53:09.462Z[ recovery-image] May 22 20:53:09.407 INFO O| May 22 20:53:09.407 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
82152025-05-22T20:53:09.462Z[ recovery-image] May 22 20:53:09.407 INFO O| May 22 20:53:09.407 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin -> Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
82162025-05-22T20:53:09.465Z[ recovery-image] May 22 20:53:09.407 INFO O| May 22 20:53:09.407 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
82172025-05-22T20:53:09.465Z[ recovery-image] May 22 20:53:09.407 INFO O| May 22 20:53:09.407 INFO ok!
82182025-05-22T20:53:09.465Z[ recovery-image] May 22 20:53:09.407 INFO O| May 22 20:53:09.407 INFO STEP 37 (ensure_symlink) COMPLETE
82192025-05-22T20:53:09.465Z[ recovery-image] May 22 20:53:09.407 INFO O| May 22 20:53:09.407 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82202025-05-22T20:53:09.471Z[ recovery-image] May 22 20:53:09.416 INFO O| May 22 20:53:09.416 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
82212025-05-22T20:53:09.471Z[ recovery-image] May 22 20:53:09.416 INFO O| May 22 20:53:09.416 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
82222025-05-22T20:53:09.475Z[ recovery-image] May 22 20:53:09.417 INFO O| May 22 20:53:09.417 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82232025-05-22T20:53:09.475Z[ recovery-image] May 22 20:53:09.417 INFO O| May 22 20:53:09.417 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82242025-05-22T20:53:09.475Z[ recovery-image] May 22 20:53:09.417 INFO O| May 22 20:53:09.417 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82252025-05-22T20:53:09.475Z[ recovery-image] May 22 20:53:09.417 INFO O| May 22 20:53:09.417 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82262025-05-22T20:53:09.475Z[ recovery-image] May 22 20:53:09.417 INFO O| May 22 20:53:09.417 INFO ok!
82272025-05-22T20:53:09.475Z[ recovery-image] May 22 20:53:09.417 INFO O| May 22 20:53:09.417 INFO STEP 38 (ensure_file) COMPLETE
82282025-05-22T20:53:09.475Z[ recovery-image] May 22 20:53:09.417 INFO O| May 22 20:53:09.417 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82292025-05-22T20:53:09.481Z[ recovery-image] May 22 20:53:09.426 INFO O| May 22 20:53:09.426 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
82302025-05-22T20:53:09.481Z[ recovery-image] May 22 20:53:09.426 INFO O| May 22 20:53:09.426 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml ...
82312025-05-22T20:53:09.484Z[ recovery-image] May 22 20:53:09.426 INFO O| May 22 20:53:09.426 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
82322025-05-22T20:53:09.484Z[ recovery-image] May 22 20:53:09.426 INFO O| May 22 20:53:09.426 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
82332025-05-22T20:53:09.484Z[ recovery-image] May 22 20:53:09.426 INFO O| May 22 20:53:09.426 INFO ok!
82342025-05-22T20:53:09.484Z[ recovery-image] May 22 20:53:09.426 INFO O| May 22 20:53:09.426 INFO STEP 39 (ensure_file) COMPLETE
82352025-05-22T20:53:09.484Z[ recovery-image] May 22 20:53:09.426 INFO O| May 22 20:53:09.426 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82362025-05-22T20:53:09.489Z[ recovery-image] May 22 20:53:09.434 INFO O| May 22 20:53:09.434 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
82372025-05-22T20:53:09.492Z[ recovery-image] May 22 20:53:09.434 INFO O| May 22 20:53:09.434 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
82382025-05-22T20:53:09.492Z[ recovery-image] May 22 20:53:09.435 INFO O| May 22 20:53:09.435 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
82392025-05-22T20:53:09.492Z[ recovery-image] May 22 20:53:09.435 INFO O| May 22 20:53:09.435 INFO ok!
82402025-05-22T20:53:09.492Z[ recovery-image] May 22 20:53:09.435 INFO O| May 22 20:53:09.435 INFO STEP 40 (ensure_file) COMPLETE
82412025-05-22T20:53:09.493Z[ recovery-image] May 22 20:53:09.435 INFO O| May 22 20:53:09.435 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
82422025-05-22T20:53:09.499Z[ recovery-image] May 22 20:53:09.444 INFO O| May 22 20:53:09.444 INFO updating shadow file
82432025-05-22T20:53:09.502Z[ recovery-image] May 22 20:53:09.444 INFO O| May 22 20:53:09.444 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
82442025-05-22T20:53:09.502Z[ recovery-image] May 22 20:53:09.444 INFO O| May 22 20:53:09.444 INFO STEP 41 (shadow) COMPLETE
82452025-05-22T20:53:09.502Z[ recovery-image] May 22 20:53:09.444 INFO O| May 22 20:53:09.444 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
82462025-05-22T20:53:09.508Z[ recovery-image] May 22 20:53:09.453 INFO O| May 22 20:53:09.453 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
82472025-05-22T20:53:09.508Z[ recovery-image] May 22 20:53:09.453 INFO O| May 22 20:53:09.453 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
82482025-05-22T20:53:09.512Z[ recovery-image] May 22 20:53:09.453 INFO O| May 22 20:53:09.453 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
82492025-05-22T20:53:09.512Z[ recovery-image] May 22 20:53:09.453 INFO O| May 22 20:53:09.453 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
82502025-05-22T20:53:09.512Z[ recovery-image] May 22 20:53:09.453 INFO O| May 22 20:53:09.453 INFO ok!
82512025-05-22T20:53:09.512Z[ recovery-image] May 22 20:53:09.453 INFO O| May 22 20:53:09.453 INFO STEP 42 (ensure_file) COMPLETE
82522025-05-22T20:53:09.512Z[ recovery-image] May 22 20:53:09.453 INFO O| May 22 20:53:09.453 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82532025-05-22T20:53:09.518Z[ recovery-image] May 22 20:53:09.463 INFO O| May 22 20:53:09.463 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
82542025-05-22T20:53:09.518Z[ recovery-image] May 22 20:53:09.463 INFO O| May 22 20:53:09.463 INFO STEP 43 (ensure_dir) COMPLETE
82552025-05-22T20:53:09.521Z[ recovery-image] May 22 20:53:09.463 INFO O| May 22 20:53:09.463 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82562025-05-22T20:53:09.527Z[ recovery-image] May 22 20:53:09.472 INFO O| May 22 20:53:09.472 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
82572025-05-22T20:53:09.527Z[ recovery-image] May 22 20:53:09.472 INFO O| May 22 20:53:09.472 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
82582025-05-22T20:53:09.530Z[ recovery-image] May 22 20:53:09.472 INFO O| May 22 20:53:09.472 INFO STEP 44 (ensure_dir) COMPLETE
82592025-05-22T20:53:09.530Z[ recovery-image] May 22 20:53:09.472 INFO O| May 22 20:53:09.472 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82602025-05-22T20:53:09.538Z[ recovery-image] May 22 20:53:09.483 INFO O| May 22 20:53:09.483 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
82612025-05-22T20:53:09.538Z[ recovery-image] May 22 20:53:09.483 INFO O| May 22 20:53:09.483 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
82622025-05-22T20:53:09.542Z[ recovery-image] May 22 20:53:09.483 INFO O| May 22 20:53:09.483 INFO STEP 45 (ensure_dir) COMPLETE
82632025-05-22T20:53:09.542Z[ recovery-image] May 22 20:53:09.483 INFO O| May 22 20:53:09.483 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82642025-05-22T20:53:09.548Z[ recovery-image] May 22 20:53:09.493 INFO O| May 22 20:53:09.493 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
82652025-05-22T20:53:09.548Z[ recovery-image] May 22 20:53:09.493 INFO O| May 22 20:53:09.493 INFO copying /tmp/.tmpm36bV6/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
82662025-05-22T20:53:09.592Z[ recovery-image] May 22 20:53:09.537 INFO O| May 22 20:53:09.537 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
82672025-05-22T20:53:09.592Z[ recovery-image] May 22 20:53:09.537 INFO O| May 22 20:53:09.537 INFO ok!
82682025-05-22T20:53:09.596Z[ recovery-image] May 22 20:53:09.537 INFO O| May 22 20:53:09.537 INFO STEP 46 (ensure_file) COMPLETE
82692025-05-22T20:53:09.596Z[ recovery-image] May 22 20:53:09.537 INFO O| May 22 20:53:09.537 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82702025-05-22T20:53:09.604Z[ recovery-image] May 22 20:53:09.547 INFO O| May 22 20:53:09.547 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82712025-05-22T20:53:09.604Z[ recovery-image] May 22 20:53:09.547 INFO O| May 22 20:53:09.547 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82722025-05-22T20:53:09.604Z[ recovery-image] May 22 20:53:09.548 INFO O| May 22 20:53:09.547 INFO STEP 47 (ensure_dir) COMPLETE
82732025-05-22T20:53:09.608Z[ recovery-image] May 22 20:53:09.548 INFO O| May 22 20:53:09.548 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82742025-05-22T20:53:09.613Z[ recovery-image] May 22 20:53:09.558 INFO O| May 22 20:53:09.558 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
82752025-05-22T20:53:09.613Z[ recovery-image] May 22 20:53:09.558 INFO O| May 22 20:53:09.558 INFO copying /tmp/.tmpm36bV6/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
82762025-05-22T20:53:09.617Z[ recovery-image] May 22 20:53:09.558 INFO O| May 22 20:53:09.558 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
82772025-05-22T20:53:09.617Z[ recovery-image] May 22 20:53:09.558 INFO O| May 22 20:53:09.558 INFO ok!
82782025-05-22T20:53:09.617Z[ recovery-image] May 22 20:53:09.558 INFO O| May 22 20:53:09.558 INFO STEP 48 (ensure_file) COMPLETE
82792025-05-22T20:53:09.617Z[ recovery-image] May 22 20:53:09.558 INFO O| May 22 20:53:09.558 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82802025-05-22T20:53:09.622Z[ recovery-image] May 22 20:53:09.567 INFO O| May 22 20:53:09.567 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82812025-05-22T20:53:09.626Z[ recovery-image] May 22 20:53:09.568 INFO O| May 22 20:53:09.567 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82822025-05-22T20:53:09.626Z[ recovery-image] May 22 20:53:09.568 INFO O| May 22 20:53:09.568 INFO STEP 49 (ensure_dir) COMPLETE
82832025-05-22T20:53:09.626Z[ recovery-image] May 22 20:53:09.568 INFO O| May 22 20:53:09.568 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82842025-05-22T20:53:09.632Z[ recovery-image] May 22 20:53:09.578 INFO O| May 22 20:53:09.577 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
82852025-05-22T20:53:09.632Z[ recovery-image] May 22 20:53:09.578 INFO O| May 22 20:53:09.577 INFO copying /tmp/.tmpm36bV6/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
82862025-05-22T20:53:10.125Z[ recovery-image] May 22 20:53:10.070 INFO O| May 22 20:53:10.070 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
82872025-05-22T20:53:10.125Z[ recovery-image] May 22 20:53:10.070 INFO O| May 22 20:53:10.070 INFO ok!
82882025-05-22T20:53:10.125Z[ recovery-image] May 22 20:53:10.070 INFO O| May 22 20:53:10.070 INFO STEP 50 (ensure_file) COMPLETE
82892025-05-22T20:53:10.129Z[ recovery-image] May 22 20:53:10.070 INFO O| May 22 20:53:10.070 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82902025-05-22T20:53:10.138Z[ recovery-image] May 22 20:53:10.083 INFO O| May 22 20:53:10.083 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
82912025-05-22T20:53:10.138Z[ recovery-image] May 22 20:53:10.083 INFO O| May 22 20:53:10.083 INFO copying /tmp/.tmpm36bV6/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
82922025-05-22T20:53:10.631Z[ recovery-image] May 22 20:53:10.576 INFO O| May 22 20:53:10.576 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
82932025-05-22T20:53:10.631Z[ recovery-image] May 22 20:53:10.576 INFO O| May 22 20:53:10.576 INFO ok!
82942025-05-22T20:53:10.634Z[ recovery-image] May 22 20:53:10.576 INFO O| May 22 20:53:10.576 INFO STEP 51 (ensure_file) COMPLETE
82952025-05-22T20:53:10.634Z[ recovery-image] May 22 20:53:10.576 INFO O| May 22 20:53:10.576 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82962025-05-22T20:53:10.641Z[ recovery-image] May 22 20:53:10.586 INFO O| May 22 20:53:10.586 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
82972025-05-22T20:53:10.645Z[ recovery-image] May 22 20:53:10.587 INFO O| May 22 20:53:10.587 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
82982025-05-22T20:53:10.645Z[ recovery-image] May 22 20:53:10.587 INFO O| May 22 20:53:10.587 INFO STEP 52 (ensure_dir) COMPLETE
82992025-05-22T20:53:10.645Z[ recovery-image] May 22 20:53:10.587 INFO O| May 22 20:53:10.587 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83002025-05-22T20:53:10.650Z[ recovery-image] May 22 20:53:10.596 INFO O| May 22 20:53:10.596 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
83012025-05-22T20:53:10.650Z[ recovery-image] May 22 20:53:10.596 INFO O| May 22 20:53:10.596 INFO copying /tmp/.tmpm36bV6/proto/recovery/root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh ...
83022025-05-22T20:53:10.654Z[ recovery-image] May 22 20:53:10.596 INFO O| May 22 20:53:10.596 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
83032025-05-22T20:53:10.654Z[ recovery-image] May 22 20:53:10.596 INFO O| May 22 20:53:10.596 INFO ok!
83042025-05-22T20:53:10.654Z[ recovery-image] May 22 20:53:10.596 INFO O| May 22 20:53:10.596 INFO STEP 53 (ensure_file) COMPLETE
83052025-05-22T20:53:10.654Z[ recovery-image] May 22 20:53:10.596 INFO O| May 22 20:53:10.596 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83062025-05-22T20:53:10.660Z[ recovery-image] May 22 20:53:10.605 INFO O| May 22 20:53:10.605 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
83072025-05-22T20:53:10.663Z[ recovery-image] May 22 20:53:10.605 INFO O| May 22 20:53:10.605 INFO copying /tmp/.tmpm36bV6/proto/recovery/root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh ...
83082025-05-22T20:53:10.663Z[ recovery-image] May 22 20:53:10.605 INFO O| May 22 20:53:10.605 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
83092025-05-22T20:53:10.663Z[ recovery-image] May 22 20:53:10.605 INFO O| May 22 20:53:10.605 INFO ok!
83102025-05-22T20:53:10.663Z[ recovery-image] May 22 20:53:10.605 INFO O| May 22 20:53:10.605 INFO STEP 54 (ensure_file) COMPLETE
83112025-05-22T20:53:10.663Z[ recovery-image] May 22 20:53:10.605 INFO O| May 22 20:53:10.605 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83122025-05-22T20:53:10.670Z[ recovery-image] May 22 20:53:10.615 INFO O| May 22 20:53:10.615 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
83132025-05-22T20:53:10.670Z[ recovery-image] May 22 20:53:10.615 INFO O| May 22 20:53:10.615 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
83142025-05-22T20:53:10.670Z[ recovery-image] May 22 20:53:10.615 INFO O| May 22 20:53:10.615 INFO STEP 55 (ensure_dir) COMPLETE
83152025-05-22T20:53:10.674Z[ recovery-image] May 22 20:53:10.615 INFO O| May 22 20:53:10.615 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83162025-05-22T20:53:10.679Z[ recovery-image] May 22 20:53:10.624 INFO O| May 22 20:53:10.624 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
83172025-05-22T20:53:10.679Z[ recovery-image] May 22 20:53:10.624 INFO O| May 22 20:53:10.624 INFO copying /tmp/.tmpm36bV6/proto/recovery/root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml ...
83182025-05-22T20:53:10.682Z[ recovery-image] May 22 20:53:10.625 INFO O| May 22 20:53:10.624 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
83192025-05-22T20:53:10.682Z[ recovery-image] May 22 20:53:10.625 INFO O| May 22 20:53:10.624 INFO ok!
83202025-05-22T20:53:10.682Z[ recovery-image] May 22 20:53:10.625 INFO O| May 22 20:53:10.625 INFO STEP 56 (ensure_file) COMPLETE
83212025-05-22T20:53:10.682Z[ recovery-image] May 22 20:53:10.625 INFO O| May 22 20:53:10.625 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83222025-05-22T20:53:10.688Z[ recovery-image] May 22 20:53:10.633 INFO O| May 22 20:53:10.633 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
83232025-05-22T20:53:10.691Z[ recovery-image] May 22 20:53:10.633 INFO O| May 22 20:53:10.633 INFO copying /tmp/.tmpm36bV6/proto/recovery/root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh ...
83242025-05-22T20:53:10.691Z[ recovery-image] May 22 20:53:10.633 INFO O| May 22 20:53:10.633 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
83252025-05-22T20:53:10.691Z[ recovery-image] May 22 20:53:10.633 INFO O| May 22 20:53:10.633 INFO ok!
83262025-05-22T20:53:10.691Z[ recovery-image] May 22 20:53:10.633 INFO O| May 22 20:53:10.633 INFO STEP 57 (ensure_file) COMPLETE
83272025-05-22T20:53:10.691Z[ recovery-image] May 22 20:53:10.633 INFO O| May 22 20:53:10.633 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83282025-05-22T20:53:10.696Z[ recovery-image] May 22 20:53:10.641 INFO O| May 22 20:53:10.641 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
83292025-05-22T20:53:10.699Z[ recovery-image] May 22 20:53:10.641 INFO O| May 22 20:53:10.641 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
83302025-05-22T20:53:10.699Z[ recovery-image] May 22 20:53:10.641 INFO O| May 22 20:53:10.641 INFO STEP 58 (ensure_dir) COMPLETE
83312025-05-22T20:53:10.699Z[ recovery-image] May 22 20:53:10.641 INFO O| May 22 20:53:10.641 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83322025-05-22T20:53:10.705Z[ recovery-image] May 22 20:53:10.651 INFO O| May 22 20:53:10.650 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
83332025-05-22T20:53:10.705Z[ recovery-image] May 22 20:53:10.651 INFO O| May 22 20:53:10.650 INFO copying /tmp/.tmpm36bV6/proto/recovery/root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml ...
83342025-05-22T20:53:10.708Z[ recovery-image] May 22 20:53:10.651 INFO O| May 22 20:53:10.651 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
83352025-05-22T20:53:10.708Z[ recovery-image] May 22 20:53:10.651 INFO O| May 22 20:53:10.651 INFO ok!
83362025-05-22T20:53:10.708Z[ recovery-image] May 22 20:53:10.651 INFO O| May 22 20:53:10.651 INFO STEP 59 (ensure_file) COMPLETE
83372025-05-22T20:53:10.709Z[ recovery-image] May 22 20:53:10.651 INFO O| May 22 20:53:10.651 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83382025-05-22T20:53:10.713Z[ recovery-image] May 22 20:53:10.658 INFO O| May 22 20:53:10.658 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
83392025-05-22T20:53:10.713Z[ recovery-image] May 22 20:53:10.658 INFO O| May 22 20:53:10.658 INFO copying /tmp/.tmpm36bV6/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
83402025-05-22T20:53:10.716Z[ recovery-image] May 22 20:53:10.659 INFO O| May 22 20:53:10.659 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
83412025-05-22T20:53:10.716Z[ recovery-image] May 22 20:53:10.659 INFO O| May 22 20:53:10.659 INFO ok!
83422025-05-22T20:53:10.717Z[ recovery-image] May 22 20:53:10.659 INFO O| May 22 20:53:10.659 INFO STEP 60 (ensure_file) COMPLETE
83432025-05-22T20:53:10.717Z[ recovery-image] May 22 20:53:10.659 INFO O| May 22 20:53:10.659 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83442025-05-22T20:53:10.721Z[ recovery-image] May 22 20:53:10.667 INFO O| May 22 20:53:10.667 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
83452025-05-22T20:53:10.724Z[ recovery-image] May 22 20:53:10.667 INFO O| May 22 20:53:10.667 INFO STEP 61 (ensure_dir) COMPLETE
83462025-05-22T20:53:10.724Z[ recovery-image] May 22 20:53:10.667 INFO O| May 22 20:53:10.667 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83472025-05-22T20:53:10.729Z[ recovery-image] May 22 20:53:10.674 INFO O| May 22 20:53:10.674 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
83482025-05-22T20:53:10.729Z[ recovery-image] May 22 20:53:10.674 INFO O| May 22 20:53:10.674 INFO STEP 62 (ensure_dir) COMPLETE
83492025-05-22T20:53:10.732Z[ recovery-image] May 22 20:53:10.674 INFO O| May 22 20:53:10.674 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83502025-05-22T20:53:10.737Z[ recovery-image] May 22 20:53:10.682 INFO O| May 22 20:53:10.682 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
83512025-05-22T20:53:10.740Z[ recovery-image] May 22 20:53:10.682 INFO O| May 22 20:53:10.682 INFO STEP 63 (ensure_dir) COMPLETE
83522025-05-22T20:53:10.740Z[ recovery-image] May 22 20:53:10.682 INFO O| May 22 20:53:10.682 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83532025-05-22T20:53:10.745Z[ recovery-image] May 22 20:53:10.690 INFO O| May 22 20:53:10.690 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
83542025-05-22T20:53:10.745Z[ recovery-image] May 22 20:53:10.690 INFO O| May 22 20:53:10.690 INFO STEP 64 (ensure_dir) COMPLETE
83552025-05-22T20:53:10.748Z[ recovery-image] May 22 20:53:10.690 INFO O| May 22 20:53:10.690 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83562025-05-22T20:53:10.753Z[ recovery-image] May 22 20:53:10.698 INFO O| May 22 20:53:10.698 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
83572025-05-22T20:53:10.753Z[ recovery-image] May 22 20:53:10.698 INFO O| May 22 20:53:10.698 INFO copying /tmp/.tmpm36bV6/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
83582025-05-22T20:53:10.757Z[ recovery-image] May 22 20:53:10.699 INFO O| May 22 20:53:10.698 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
83592025-05-22T20:53:10.757Z[ recovery-image] May 22 20:53:10.699 INFO O| May 22 20:53:10.698 INFO ok!
83602025-05-22T20:53:10.757Z[ recovery-image] May 22 20:53:10.699 INFO O| May 22 20:53:10.699 INFO STEP 65 (ensure_file) COMPLETE
83612025-05-22T20:53:10.757Z[ recovery-image] May 22 20:53:10.699 INFO O| May 22 20:53:10.699 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83622025-05-22T20:53:10.764Z[ recovery-image] May 22 20:53:10.709 INFO O| May 22 20:53:10.709 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
83632025-05-22T20:53:10.767Z[ recovery-image] May 22 20:53:10.710 INFO O| May 22 20:53:10.710 INFO STEP 66 (remove_files) COMPLETE
83642025-05-22T20:53:10.767Z[ recovery-image] May 22 20:53:10.710 INFO O| May 22 20:53:10.710 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83652025-05-22T20:53:10.774Z[ recovery-image] May 22 20:53:10.719 INFO O| May 22 20:53:10.719 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
83662025-05-22T20:53:10.778Z[ recovery-image] May 22 20:53:10.719 INFO O| May 22 20:53:10.719 INFO STEP 67 (remove_files) COMPLETE
83672025-05-22T20:53:10.778Z[ recovery-image] May 22 20:53:10.719 INFO O| May 22 20:53:10.719 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83682025-05-22T20:53:10.783Z[ recovery-image] May 22 20:53:10.728 INFO O| May 22 20:53:10.728 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
83692025-05-22T20:53:10.786Z[ recovery-image] May 22 20:53:10.728 INFO O| May 22 20:53:10.728 INFO STEP 68 (remove_files) COMPLETE
83702025-05-22T20:53:10.786Z[ recovery-image] May 22 20:53:10.728 INFO O| May 22 20:53:10.728 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83712025-05-22T20:53:10.792Z[ recovery-image] May 22 20:53:10.737 INFO O| May 22 20:53:10.737 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
83722025-05-22T20:53:10.795Z[ recovery-image] May 22 20:53:10.737 INFO O| May 22 20:53:10.737 INFO STEP 69 (remove_files) COMPLETE
83732025-05-22T20:53:10.796Z[ recovery-image] May 22 20:53:10.737 INFO O| May 22 20:53:10.737 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83742025-05-22T20:53:10.800Z[ recovery-image] May 22 20:53:10.745 INFO O| May 22 20:53:10.745 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
83752025-05-22T20:53:10.805Z[ recovery-image] May 22 20:53:10.746 INFO O| May 22 20:53:10.745 INFO STEP 70 (remove_files) COMPLETE
83762025-05-22T20:53:10.805Z[ recovery-image] May 22 20:53:10.746 INFO O| May 22 20:53:10.745 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83772025-05-22T20:53:10.808Z[ recovery-image] May 22 20:53:10.753 INFO O| May 22 20:53:10.753 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
83782025-05-22T20:53:10.808Z[ recovery-image] May 22 20:53:10.753 INFO O| May 22 20:53:10.753 INFO STEP 71 (remove_files) COMPLETE
83792025-05-22T20:53:10.808Z[ recovery-image] May 22 20:53:10.753 INFO O| May 22 20:53:10.753 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83802025-05-22T20:53:10.816Z[ recovery-image] May 22 20:53:10.761 INFO O| May 22 20:53:10.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
83812025-05-22T20:53:10.816Z[ recovery-image] May 22 20:53:10.761 INFO O| May 22 20:53:10.761 INFO STEP 72 (remove_files) COMPLETE
83822025-05-22T20:53:10.819Z[ recovery-image] May 22 20:53:10.761 INFO O| May 22 20:53:10.761 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83832025-05-22T20:53:10.824Z[ recovery-image] May 22 20:53:10.769 INFO O| May 22 20:53:10.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
83842025-05-22T20:53:10.824Z[ recovery-image] May 22 20:53:10.769 INFO O| May 22 20:53:10.769 INFO STEP 73 (remove_files) COMPLETE
83852025-05-22T20:53:10.824Z[ recovery-image] May 22 20:53:10.769 INFO O| May 22 20:53:10.769 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83862025-05-22T20:53:10.832Z[ recovery-image] May 22 20:53:10.777 INFO O| May 22 20:53:10.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
83872025-05-22T20:53:10.835Z[ recovery-image] May 22 20:53:10.777 INFO O| May 22 20:53:10.777 INFO STEP 74 (remove_files) COMPLETE
83882025-05-22T20:53:10.835Z[ recovery-image] May 22 20:53:10.777 INFO O| May 22 20:53:10.777 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83892025-05-22T20:53:10.840Z[ recovery-image] May 22 20:53:10.785 INFO O| May 22 20:53:10.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
83902025-05-22T20:53:10.843Z[ recovery-image] May 22 20:53:10.785 INFO O| May 22 20:53:10.785 INFO STEP 75 (remove_files) COMPLETE
83912025-05-22T20:53:10.843Z[ recovery-image] May 22 20:53:10.785 INFO O| May 22 20:53:10.785 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83922025-05-22T20:53:10.848Z[ recovery-image] May 22 20:53:10.793 INFO O| May 22 20:53:10.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
83932025-05-22T20:53:10.852Z[ recovery-image] May 22 20:53:10.793 INFO O| May 22 20:53:10.793 INFO STEP 76 (remove_files) COMPLETE
83942025-05-22T20:53:10.852Z[ recovery-image] May 22 20:53:10.793 INFO O| May 22 20:53:10.793 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83952025-05-22T20:53:10.856Z[ recovery-image] May 22 20:53:10.801 INFO O| May 22 20:53:10.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
83962025-05-22T20:53:10.856Z[ recovery-image] May 22 20:53:10.801 INFO O| May 22 20:53:10.801 INFO STEP 77 (remove_files) COMPLETE
83972025-05-22T20:53:10.856Z[ recovery-image] May 22 20:53:10.801 INFO O| May 22 20:53:10.801 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83982025-05-22T20:53:10.864Z[ recovery-image] May 22 20:53:10.809 INFO O| May 22 20:53:10.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
83992025-05-22T20:53:10.864Z[ recovery-image] May 22 20:53:10.809 INFO O| May 22 20:53:10.809 INFO STEP 78 (remove_files) COMPLETE
84002025-05-22T20:53:10.864Z[ recovery-image] May 22 20:53:10.809 INFO O| May 22 20:53:10.809 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84012025-05-22T20:53:10.872Z[ recovery-image] May 22 20:53:10.817 INFO O| May 22 20:53:10.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
84022025-05-22T20:53:10.876Z[ recovery-image] May 22 20:53:10.817 INFO O| May 22 20:53:10.817 INFO STEP 79 (remove_files) COMPLETE
84032025-05-22T20:53:10.876Z[ recovery-image] May 22 20:53:10.817 INFO O| May 22 20:53:10.817 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84042025-05-22T20:53:10.895Z[ recovery-image] May 22 20:53:10.826 INFO O| May 22 20:53:10.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
84052025-05-22T20:53:10.895Z[ recovery-image] May 22 20:53:10.826 INFO O| May 22 20:53:10.826 INFO STEP 80 (remove_files) COMPLETE
84062025-05-22T20:53:10.895Z[ recovery-image] May 22 20:53:10.826 INFO O| May 22 20:53:10.826 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84072025-05-22T20:53:10.895Z[ recovery-image] May 22 20:53:10.835 INFO O| May 22 20:53:10.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
84082025-05-22T20:53:10.895Z[ recovery-image] May 22 20:53:10.835 INFO O| May 22 20:53:10.835 INFO STEP 81 (remove_files) COMPLETE
84092025-05-22T20:53:10.895Z[ recovery-image] May 22 20:53:10.835 INFO O| May 22 20:53:10.835 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84102025-05-22T20:53:10.898Z[ recovery-image] May 22 20:53:10.842 INFO O| May 22 20:53:10.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
84112025-05-22T20:53:10.898Z[ recovery-image] May 22 20:53:10.843 INFO O| May 22 20:53:10.843 INFO STEP 82 (remove_files) COMPLETE
84122025-05-22T20:53:10.899Z[ recovery-image] May 22 20:53:10.843 INFO O| May 22 20:53:10.843 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84132025-05-22T20:53:10.912Z[ recovery-image] May 22 20:53:10.851 INFO O| May 22 20:53:10.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
84142025-05-22T20:53:10.912Z[ recovery-image] May 22 20:53:10.851 INFO O| May 22 20:53:10.851 INFO STEP 83 (remove_files) COMPLETE
84152025-05-22T20:53:10.912Z[ recovery-image] May 22 20:53:10.851 INFO O| May 22 20:53:10.851 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84162025-05-22T20:53:10.915Z[ recovery-image] May 22 20:53:10.859 INFO O| May 22 20:53:10.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
84172025-05-22T20:53:10.915Z[ recovery-image] May 22 20:53:10.859 INFO O| May 22 20:53:10.859 INFO STEP 84 (remove_files) COMPLETE
84182025-05-22T20:53:10.915Z[ recovery-image] May 22 20:53:10.859 INFO O| May 22 20:53:10.859 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84192025-05-22T20:53:10.922Z[ recovery-image] May 22 20:53:10.868 INFO O| May 22 20:53:10.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
84202025-05-22T20:53:10.925Z[ recovery-image] May 22 20:53:10.868 INFO O| May 22 20:53:10.868 INFO STEP 85 (remove_files) COMPLETE
84212025-05-22T20:53:10.925Z[ recovery-image] May 22 20:53:10.868 INFO O| May 22 20:53:10.868 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84222025-05-22T20:53:10.931Z[ recovery-image] May 22 20:53:10.877 INFO O| May 22 20:53:10.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
84232025-05-22T20:53:10.931Z[ recovery-image] May 22 20:53:10.877 INFO O| May 22 20:53:10.877 INFO STEP 86 (remove_files) COMPLETE
84242025-05-22T20:53:10.931Z[ recovery-image] May 22 20:53:10.877 INFO O| May 22 20:53:10.877 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84252025-05-22T20:53:10.940Z[ recovery-image] May 22 20:53:10.886 INFO O| May 22 20:53:10.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
84262025-05-22T20:53:10.940Z[ recovery-image] May 22 20:53:10.886 INFO O| May 22 20:53:10.886 INFO STEP 87 (remove_files) COMPLETE
84272025-05-22T20:53:10.943Z[ recovery-image] May 22 20:53:10.886 INFO O| May 22 20:53:10.886 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84282025-05-22T20:53:10.949Z[ recovery-image] May 22 20:53:10.894 INFO O| May 22 20:53:10.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
84292025-05-22T20:53:10.953Z[ recovery-image] May 22 20:53:10.894 INFO O| May 22 20:53:10.894 INFO STEP 88 (remove_files) COMPLETE
84302025-05-22T20:53:10.953Z[ recovery-image] May 22 20:53:10.894 INFO O| May 22 20:53:10.894 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84312025-05-22T20:53:10.958Z[ recovery-image] May 22 20:53:10.903 INFO O| May 22 20:53:10.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
84322025-05-22T20:53:10.958Z[ recovery-image] May 22 20:53:10.903 INFO O| May 22 20:53:10.903 INFO STEP 89 (remove_files) COMPLETE
84332025-05-22T20:53:10.958Z[ recovery-image] May 22 20:53:10.903 INFO O| May 22 20:53:10.903 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84342025-05-22T20:53:10.967Z[ recovery-image] May 22 20:53:10.912 INFO O| May 22 20:53:10.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
84352025-05-22T20:53:10.967Z[ recovery-image] May 22 20:53:10.912 INFO O| May 22 20:53:10.912 INFO STEP 90 (remove_files) COMPLETE
84362025-05-22T20:53:10.970Z[ recovery-image] May 22 20:53:10.912 INFO O| May 22 20:53:10.912 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84372025-05-22T20:53:10.974Z[ recovery-image] May 22 20:53:10.920 INFO O| May 22 20:53:10.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
84382025-05-22T20:53:10.977Z[ recovery-image] May 22 20:53:10.920 INFO O| May 22 20:53:10.920 INFO STEP 91 (remove_files) COMPLETE
84392025-05-22T20:53:10.977Z[ recovery-image] May 22 20:53:10.920 INFO O| May 22 20:53:10.920 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84402025-05-22T20:53:10.982Z[ recovery-image] May 22 20:53:10.928 INFO O| May 22 20:53:10.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
84412025-05-22T20:53:10.983Z[ recovery-image] May 22 20:53:10.928 INFO O| May 22 20:53:10.928 INFO STEP 92 (remove_files) COMPLETE
84422025-05-22T20:53:10.983Z[ recovery-image] May 22 20:53:10.928 INFO O| May 22 20:53:10.928 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84432025-05-22T20:53:10.991Z[ recovery-image] May 22 20:53:10.936 INFO O| May 22 20:53:10.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
84442025-05-22T20:53:10.991Z[ recovery-image] May 22 20:53:10.936 INFO O| May 22 20:53:10.936 INFO STEP 93 (remove_files) COMPLETE
84452025-05-22T20:53:10.994Z[ recovery-image] May 22 20:53:10.936 INFO O| May 22 20:53:10.936 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84462025-05-22T20:53:11.001Z[ recovery-image] May 22 20:53:10.947 INFO O| May 22 20:53:10.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
84472025-05-22T20:53:11.002Z[ recovery-image] May 22 20:53:10.947 INFO O| May 22 20:53:10.947 INFO STEP 94 (remove_files) COMPLETE
84482025-05-22T20:53:11.002Z[ recovery-image] May 22 20:53:10.947 INFO O| May 22 20:53:10.947 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
84492025-05-22T20:53:11.014Z[ recovery-image] May 22 20:53:10.960 INFO O| May 22 20:53:10.960 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
84502025-05-22T20:53:11.017Z[ recovery-image] May 22 20:53:10.960 INFO O| May 22 20:53:10.960 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"}
84512025-05-22T20:53:13.573Z[ host-image] May 22 20:53:13.518 INFO O| May 22 20:53:13.518 INFO O| Planning: Solver setup ... Done
84522025-05-22T20:53:13.580Z[ host-image] May 22 20:53:13.525 INFO O| May 22 20:53:13.525 INFO O| Planning: Running solver ... Done
84532025-05-22T20:53:13.672Z[ host-image] May 22 20:53:13.617 INFO O| May 22 20:53:13.617 INFO O| Planning: Finding local manifests ... Done
84542025-05-22T20:53:13.694Z[ host-image] May 22 20:53:13.639 INFO O| May 22 20:53:13.639 INFO O| Planning: Fetching manifests: 0/6 0% complete
84552025-05-22T20:53:13.774Z[ host-image] May 22 20:53:13.719 INFO O| May 22 20:53:13.719 INFO O| Planning: Fetching manifests: 6/6 100% complete
84562025-05-22T20:53:13.814Z[ host-image] May 22 20:53:13.759 INFO O| May 22 20:53:13.759 INFO O| Planning: Package planning ... Done
84572025-05-22T20:53:13.833Z[ host-image] May 22 20:53:13.778 INFO O| May 22 20:53:13.778 INFO O| Planning: Merging actions ... Done
84582025-05-22T20:53:13.901Z[ host-image] May 22 20:53:13.845 INFO O| May 22 20:53:13.845 INFO O| Planning: Checking for conflicting actions ... Done
84592025-05-22T20:53:13.905Z[ host-image] May 22 20:53:13.849 INFO O| May 22 20:53:13.849 INFO O| Planning: Consolidating action changes ... Done
84602025-05-22T20:53:14.099Z[ host-image] May 22 20:53:14.044 INFO O| May 22 20:53:14.044 INFO O| Planning: Evaluating mediators ... Done
84612025-05-22T20:53:14.104Z[ host-image] May 22 20:53:14.050 INFO O| May 22 20:53:14.050 INFO O| Planning: Planning completed in 6.01 seconds
84622025-05-22T20:53:14.107Z[ host-image] May 22 20:53:14.051 INFO O| May 22 20:53:14.051 INFO O| Packages to install: 6
84632025-05-22T20:53:14.108Z[ host-image] May 22 20:53:14.051 INFO O| May 22 20:53:14.051 INFO O| Mediators to change: 1
84642025-05-22T20:53:14.108Z[ host-image] May 22 20:53:14.051 INFO O| May 22 20:53:14.051 INFO O| Services to change: 1
84652025-05-22T20:53:14.129Z[ host-image] May 22 20:53:14.075 INFO O| May 22 20:53:14.075 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
84662025-05-22T20:53:15.609Z[ recovery-image] May 22 20:53:15.555 INFO O| May 22 20:53:15.554 INFO O| Loading smf(7) service descriptions: 1/672/673/674/675/676/677/678/679/6710/6711/6712/6713/6714/6715/6716/6717/6718/6719/6720/6721/6722/6723/6724/6725/6726/6727/6728/6729/6730/6731/6732/6733/6734/6735/6736/6737/6738/6739/6740/6741/6742/6743/6744/6745/6746/6747/6748/6749/6750/6751/6752/6753/6754/6755/6756/6757/6758/6759/6760/6761/6762/6763/6764/6765/6766/6767/67
84672025-05-22T20:53:15.609Z[ recovery-image] May 22 20:53:15.555 INFO O| May 22 20:53:15.555 INFO E| svccfg: Loaded 67 smf(7) service descriptions
84682025-05-22T20:53:15.621Z[ recovery-image] May 22 20:53:15.567 INFO O| May 22 20:53:15.567 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"}
84692025-05-22T20:53:15.763Z[ recovery-image] May 22 20:53:15.709 INFO O| May 22 20:53:15.709 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"}
84702025-05-22T20:53:15.835Z[ recovery-image] May 22 20:53:15.781 INFO O| May 22 20:53:15.781 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
84712025-05-22T20:53:15.910Z[ recovery-image] May 22 20:53:15.856 INFO O| May 22 20:53:15.855 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
84722025-05-22T20:53:15.910Z[ recovery-image] May 22 20:53:15.856 INFO O| May 22 20:53:15.855 INFO copying /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db ...
84732025-05-22T20:53:15.913Z[ recovery-image] May 22 20:53:15.857 INFO O| May 22 20:53:15.857 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
84742025-05-22T20:53:15.914Z[ recovery-image] May 22 20:53:15.857 INFO O| May 22 20:53:15.857 INFO ok!
84752025-05-22T20:53:15.914Z[ recovery-image] May 22 20:53:15.857 INFO O| May 22 20:53:15.857 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
84762025-05-22T20:53:15.914Z[ recovery-image] May 22 20:53:15.858 INFO O| May 22 20:53:15.858 INFO STEP 95 (seed_smf) COMPLETE
84772025-05-22T20:53:15.914Z[ recovery-image] May 22 20:53:15.858 INFO O| May 22 20:53:15.858 INFO steps complete; finalising image!
84782025-05-22T20:53:15.914Z[ recovery-image] May 22 20:53:15.858 INFO O| May 22 20:53:15.858 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
84792025-05-22T20:53:15.938Z[ recovery-image] May 22 20:53:15.884 INFO O| May 22 20:53:15.884 INFO trim TEMPORARY-gimlet-zfs-recovery: (4% trimmed, started at Thu May 22 20:53:15 2025)
84802025-05-22T20:53:16.144Z[ recovery-image] May 22 20:53:16.090 INFO O| May 22 20:53:16.090 INFO trim TEMPORARY-gimlet-zfs-recovery: (67% trimmed, started at Thu May 22 20:53:15 2025)
84812025-05-22T20:53:16.353Z[ recovery-image] May 22 20:53:16.299 INFO O| May 22 20:53:16.299 INFO trim TEMPORARY-gimlet-zfs-recovery: (98% trimmed, started at Thu May 22 20:53:15 2025)
84822025-05-22T20:53:16.572Z[ recovery-image] May 22 20:53:16.517 INFO O| May 22 20:53:16.517 INFO temporary pool has 446M used, 1.31G avail, 1.00x compressratio
84832025-05-22T20:53:16.572Z[ recovery-image] May 22 20:53:16.517 INFO O| May 22 20:53:16.517 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
84842025-05-22T20:53:16.786Z[ recovery-image] May 22 20:53:16.732 INFO O| May 22 20:53:16.732 INFO copying image /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw to output file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84852025-05-22T20:53:16.790Z[ recovery-image] May 22 20:53:16.732 INFO O| May 22 20:53:16.732 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
84862025-05-22T20:53:18.564Z[ host-image] May 22 20:53:18.509 INFO O| May 22 20:53:18.509 INFO O| Download: Completed 8.42 MB in 4.43 seconds (1.9M/s)
84872025-05-22T20:53:18.648Z[ host-image] May 22 20:53:18.593 INFO O| May 22 20:53:18.593 INFO O| Actions: 1/1361 actions (Installing new actions)
84882025-05-22T20:53:19.081Z[ host-image] May 22 20:53:19.027 INFO O| May 22 20:53:19.027 INFO O| Actions: Completed 1361 actions in 0.43 seconds.
84892025-05-22T20:53:19.404Z[ host-image] May 22 20:53:19.350 INFO O| May 22 20:53:19.350 INFO O| Done
84902025-05-22T20:53:19.404Z[ host-image] May 22 20:53:19.350 INFO O| May 22 20:53:19.350 INFO O| Done
84912025-05-22T20:53:19.727Z[ recovery-image] May 22 20:53:19.673 INFO O| May 22 20:53:19.673 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84922025-05-22T20:53:19.727Z[ recovery-image] May 22 20:53:19.673 INFO O| May 22 20:53:19.673 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84932025-05-22T20:53:19.730Z[ recovery-image] May 22 20:53:19.673 INFO O| May 22 20:53:19.673 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84942025-05-22T20:53:19.730Z[ recovery-image] May 22 20:53:19.673 INFO O| May 22 20:53:19.673 INFO completed processing gimlet/zfs-recovery
84952025-05-22T20:53:19.730Z[ recovery-image] May 22 20:53:19.673 INFO O| May 22 20:53:19.673 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
84962025-05-22T20:53:20.220Z[ host-image] May 22 20:53:20.166 INFO O| May 22 20:53:20.166 INFO O| Done
84972025-05-22T20:53:21.437Z[ recovery-image] May 22 20:53:21.383 INFO O| May 22 20:53:21.383 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
84982025-05-22T20:53:21.530Z[ recovery-image] May 22 20:53:21.476 INFO BUILD STRING "heads/stlouis-0-g361574b73e\n"
84992025-05-22T20:53:21.534Z[ recovery-image] May 22 20:53:21.476 INFO expanded image name: "recovery 50160a8/${os_short_commit} 2025-05-22 20:09" -> "recovery 50160a8/361574b 2025-05-22 20:09"
85002025-05-22T20:53:21.534Z[ recovery-image] May 22 20:53:21.477 INFO output artefacts stored in: "/work/os-recovery"
85012025-05-22T20:53:21.534Z[ recovery-image] May 22 20:53:21.478 INFO collecting git info from project "chelsio-t6-roms"...
85022025-05-22T20:53:21.609Z[ recovery-image] May 22 20:53:21.555 INFO collecting git info from project "pilot"...
85032025-05-22T20:53:21.678Z[ recovery-image] May 22 20:53:21.624 INFO collecting git info from project "pinprick"...
85042025-05-22T20:53:21.691Z[ recovery-image] May 22 20:53:21.637 INFO collecting git info from project "image-builder"...
85052025-05-22T20:53:21.712Z[ recovery-image] May 22 20:53:21.658 INFO collecting git info from project "bootserver"...
85062025-05-22T20:53:21.730Z[ recovery-image] May 22 20:53:21.676 INFO collecting git info from project "amd-host-image-builder"...
85072025-05-22T20:53:21.766Z[ host-image] May 22 20:53:21.713 INFO O| May 22 20:53:21.713 INFO O| Done
85082025-05-22T20:53:21.792Z[ host-image] May 22 20:53:21.738 INFO O| May 22 20:53:21.738 INFO O| Done
85092025-05-22T20:53:21.792Z[ host-image] May 22 20:53:21.739 INFO O| May 22 20:53:21.739 INFO O| Done
85102025-05-22T20:53:21.796Z[ recovery-image] May 22 20:53:21.740 INFO collecting git info from project "amd-firmware"...
85112025-05-22T20:53:21.835Z[ host-image] May 22 20:53:21.781 INFO O| May 22 20:53:21.781 INFO O| Done
85122025-05-22T20:53:22.259Z[ recovery-image] May 22 20:53:22.206 INFO collecting git info from project "phbl"...
85132025-05-22T20:53:22.276Z[ recovery-image] May 22 20:53:22.223 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
85142025-05-22T20:53:22.691Z[ recovery-image] May 22 20:53:22.638 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
85152025-05-22T20:53:22.820Z[ host-image] May 22 20:53:22.766 INFO O| May 22 20:53:22.766 INFO STEP 13 (pkg_install) COMPLETE
85162025-05-22T20:53:22.820Z[ host-image] May 22 20:53:22.766 INFO O| May 22 20:53:22.766 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
85172025-05-22T20:53:22.828Z[ host-image] May 22 20:53:22.775 INFO O| May 22 20:53:22.775 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.35.364"]
85182025-05-22T20:53:23.066Z[ recovery-image] May 22 20:53:23.012 INFO creating Oxide boot image...
85192025-05-22T20:53:23.069Z[ recovery-image] May 22 20:53:23.013 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 50160a8/361574b 2025-05-22 20:09", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
85202025-05-22T20:53:38.991Z[ host-image] May 22 20:53:38.939 INFO O| May 22 20:53:38.939 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
85212025-05-22T20:53:45.212Z[ host-image] May 22 20:53:45.161 INFO O| May 22 20:53:45.161 INFO O| Startup: Caching catalogs ... Done
85222025-05-22T20:53:49.840Z[ host-image] May 22 20:53:49.789 INFO O| May 22 20:53:49.789 INFO O| Planning: Solver setup ... Done
85232025-05-22T20:53:49.847Z[ host-image] May 22 20:53:49.796 INFO O| May 22 20:53:49.796 INFO O| Planning: Running solver ... Done
85242025-05-22T20:53:49.936Z[ host-image] May 22 20:53:49.886 INFO O| May 22 20:53:49.886 INFO O| Planning: Finding local manifests ... Done
85252025-05-22T20:53:49.951Z[ host-image] May 22 20:53:49.901 INFO O| May 22 20:53:49.901 INFO O| Planning: Fetching manifests: 0/1 0% complete
85262025-05-22T20:53:49.957Z[ host-image] May 22 20:53:49.907 INFO O| May 22 20:53:49.907 INFO O| Planning: Fetching manifests: 1/1 100% complete
85272025-05-22T20:53:49.977Z[ host-image] May 22 20:53:49.926 INFO O| May 22 20:53:49.926 INFO O| Planning: Package planning ... Done
85282025-05-22T20:53:49.980Z[ host-image] May 22 20:53:49.927 INFO O| May 22 20:53:49.927 INFO O| Planning: Merging actions ... Done
85292025-05-22T20:53:50.028Z[ host-image] May 22 20:53:49.977 INFO O| May 22 20:53:49.977 INFO O| Planning: Checking for conflicting actions ... Done
85302025-05-22T20:53:50.031Z[ host-image] May 22 20:53:49.977 INFO O| May 22 20:53:49.977 INFO O| Planning: Consolidating action changes ... Done
85312025-05-22T20:53:50.787Z[ host-image] May 22 20:53:50.171 INFO O| May 22 20:53:50.171 INFO O| Planning: Evaluating mediators ... Done
85322025-05-22T20:53:50.802Z[ host-image] May 22 20:53:50.172 INFO O| May 22 20:53:50.171 INFO O| Planning: Planning completed in 4.94 seconds
85332025-05-22T20:53:50.802Z[ host-image] May 22 20:53:50.172 INFO O| May 22 20:53:50.172 INFO O| Packages to install: 1
85342025-05-22T20:53:50.802Z[ host-image] May 22 20:53:50.189 INFO O| May 22 20:53:50.189 INFO O| Download: 0/4 items 0.0/17.2MB 0% complete
85352025-05-22T20:53:50.802Z[ host-image] May 22 20:53:50.484 INFO O| May 22 20:53:50.483 INFO O| Download: Completed 17.23 MB in 0.29 seconds (58.5M/s)
85362025-05-22T20:53:50.802Z[ host-image] May 22 20:53:50.513 INFO O| May 22 20:53:50.513 INFO O| Actions: 1/22 actions (Installing new actions)
85372025-05-22T20:53:50.917Z[ host-image] May 22 20:53:50.867 INFO O| May 22 20:53:50.867 INFO O| Actions: Completed 22 actions in 0.35 seconds.
85382025-05-22T20:53:51.213Z[ host-image] May 22 20:53:51.162 INFO O| May 22 20:53:51.162 INFO O| Done
85392025-05-22T20:53:51.213Z[ host-image] May 22 20:53:51.162 INFO O| May 22 20:53:51.162 INFO O| Done
85402025-05-22T20:53:52.009Z[ host-image] May 22 20:53:51.959 INFO O| May 22 20:53:51.959 INFO O| Done
85412025-05-22T20:53:53.498Z[ host-image] May 22 20:53:53.448 INFO O| May 22 20:53:53.448 INFO O| Done
85422025-05-22T20:53:53.524Z[ host-image] May 22 20:53:53.474 INFO O| May 22 20:53:53.473 INFO O| Done
85432025-05-22T20:53:53.524Z[ host-image] May 22 20:53:53.474 INFO O| May 22 20:53:53.474 INFO O| Done
85442025-05-22T20:53:53.537Z[ host-image] May 22 20:53:53.488 INFO O| May 22 20:53:53.487 INFO O| Done
85452025-05-22T20:53:54.479Z[ host-image] May 22 20:53:54.429 INFO O| May 22 20:53:54.429 INFO STEP 14 (pkg_install) COMPLETE
85462025-05-22T20:53:54.479Z[ host-image] May 22 20:53:54.429 INFO O| May 22 20:53:54.429 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
85472025-05-22T20:53:54.483Z[ host-image] May 22 20:53:54.429 INFO O| May 22 20:53:54.429 INFO skip step because feature "mfg" is not enabled
85482025-05-22T20:53:54.483Z[ host-image] May 22 20:53:54.429 INFO O| May 22 20:53:54.429 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
85492025-05-22T20:53:54.483Z[ host-image] May 22 20:53:54.429 INFO O| May 22 20:53:54.429 INFO skip step because feature "compliance" is not enabled
85502025-05-22T20:53:54.483Z[ host-image] May 22 20:53:54.429 INFO O| May 22 20:53:54.429 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
85512025-05-22T20:53:54.483Z[ host-image] May 22 20:53:54.429 INFO O| May 22 20:53:54.429 INFO skip step because feature "stress" is not enabled
85522025-05-22T20:53:54.483Z[ host-image] May 22 20:53:54.429 INFO O| May 22 20:53:54.429 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
85532025-05-22T20:53:54.483Z[ host-image] May 22 20:53:54.429 INFO O| May 22 20:53:54.429 INFO skip step because feature "nfs" is not enabled
85542025-05-22T20:53:54.483Z[ host-image] May 22 20:53:54.429 INFO O| May 22 20:53:54.429 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
85552025-05-22T20:53:54.483Z[ host-image] May 22 20:53:54.429 INFO O| May 22 20:53:54.429 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
85562025-05-22T20:53:54.595Z[ host-image] May 22 20:53:54.545 INFO O| May 22 20:53:54.545 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
85572025-05-22T20:53:54.684Z[ host-image] May 22 20:53:54.634 INFO O| May 22 20:53:54.634 INFO completed processing gimlet/ramdisk-01-os
85582025-05-22T20:53:54.688Z[ host-image] May 22 20:53:54.636 INFO omicron1 baseline generation...
85592025-05-22T20:53:54.688Z[ host-image] May 22 20:53:54.637 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
85602025-05-22T20:53:55.109Z[ host-image] May 22 20:53:55.059 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23359:20250425T223722Z
85612025-05-22T20:54:21.039Z[ recovery-image] May 22 20:54:20.991 INFO O| ok, image written!
85622025-05-22T20:54:21.039Z[ recovery-image] May 22 20:54:20.991 INFO O| ok, boot_image_csum file written!
85632025-05-22T20:54:21.044Z[ recovery-image] May 22 20:54:20.996 INFO creating boot archive (CPIO)...
85642025-05-22T20:54:21.047Z[ recovery-image] May 22 20:54:20.996 INFO exec: ["bash", "/work/oxidecomputer/helios/image/mkcpio.sh", "/rpool/images/build/recovery/work/gimlet/ramdisk", "/work/os-recovery/cpio", "/work/oxidecomputer/helios/tmp/image.recovery"], pwd: None
85652025-05-22T20:54:21.054Z[ recovery-image] May 22 20:54:21.007 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
85662025-05-22T20:54:21.054Z[ recovery-image] May 22 20:54:21.007 INFO E| + outfile=/work/os-recovery/cpio
85672025-05-22T20:54:21.057Z[ recovery-image] May 22 20:54:21.007 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
85682025-05-22T20:54:21.061Z[ recovery-image] May 22 20:54:21.012 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
85692025-05-22T20:54:21.061Z[ recovery-image] May 22 20:54:21.012 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
85702025-05-22T20:54:21.095Z[ recovery-image] May 22 20:54:21.048 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
85712025-05-22T20:54:21.095Z[ recovery-image] May 22 20:54:21.048 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
85722025-05-22T20:54:21.102Z[ recovery-image] May 22 20:54:21.055 INFO creating compressed cpio/unix for dev loaders...
85732025-05-22T20:54:21.105Z[ recovery-image] May 22 20:54:21.055 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/rpool/images/build/recovery/work/gimlet/ramdisk/platform/oxide/kernel/amd64/unix\' >\'/work/os-recovery/unix.z\'"], pwd: None
85742025-05-22T20:54:21.395Z[ recovery-image] May 22 20:54:21.348 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
85752025-05-22T20:54:25.759Z[ recovery-image] May 22 20:54:25.712 INFO creating reset image...
85762025-05-22T20:54:25.759Z[ recovery-image] May 22 20:54:25.712 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
85772025-05-22T20:54:46.962Z[ host-image] May 22 20:54:46.918 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23359:20250425T223755Z
85782025-05-22T20:54:46.962Z[ host-image] May 22 20:54:46.918 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23359:20250425T223755Z
85792025-05-22T20:54:46.965Z[ host-image] May 22 20:54:46.918 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
85802025-05-22T20:54:46.965Z[ host-image] May 22 20:54:46.918 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
85812025-05-22T20:54:46.965Z[ host-image] May 22 20:54:46.919 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
85822025-05-22T20:54:46.965Z[ host-image] May 22 20:54:46.919 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
85832025-05-22T20:54:46.965Z[ host-image] May 22 20:54:46.919 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
85842025-05-22T20:54:46.965Z[ host-image] May 22 20:54:46.920 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
85852025-05-22T20:54:46.969Z[ host-image] May 22 20:54:46.922 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@15.0.0.0:20250522T201021Z
85862025-05-22T20:54:46.969Z[ host-image] May 22 20:54:46.922 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
85872025-05-22T20:54:46.969Z[ host-image] May 22 20:54:46.922 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
85882025-05-22T20:54:46.969Z[ host-image] May 22 20:54:46.922 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23359:20250425T223755Z
85892025-05-22T20:54:46.969Z[ host-image] May 22 20:54:46.924 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23359:20250425T223756Z
85902025-05-22T20:54:46.969Z[ host-image] May 22 20:54:46.925 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23359:20250425T223756Z
85912025-05-22T20:54:46.972Z[ host-image] May 22 20:54:46.926 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23359:20250425T223756Z
85922025-05-22T20:54:46.972Z[ host-image] May 22 20:54:46.926 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
85932025-05-22T20:54:46.972Z[ host-image] May 22 20:54:46.926 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23359:20250425T223756Z
85942025-05-22T20:54:46.972Z[ host-image] May 22 20:54:46.927 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23359:20250425T223757Z
85952025-05-22T20:54:46.972Z[ host-image] May 22 20:54:46.927 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23359:20250425T223757Z
85962025-05-22T20:54:46.972Z[ host-image] May 22 20:54:46.927 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23359:20250425T223757Z
85972025-05-22T20:54:46.972Z[ host-image] May 22 20:54:46.927 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23359:20250425T223758Z
85982025-05-22T20:54:46.972Z[ host-image] May 22 20:54:46.928 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23359:20250425T223758Z
85992025-05-22T20:54:46.972Z[ host-image] May 22 20:54:46.928 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23359:20250425T223758Z
86002025-05-22T20:54:46.972Z[ host-image] May 22 20:54:46.928 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23359:20250425T223758Z
86012025-05-22T20:54:46.972Z[ host-image] May 22 20:54:46.928 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23359:20250425T223759Z
86022025-05-22T20:54:46.972Z[ host-image] May 22 20:54:46.928 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23359:20250425T223759Z
86032025-05-22T20:54:46.976Z[ host-image] May 22 20:54:46.928 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23359:20250425T223800Z
86042025-05-22T20:54:46.976Z[ host-image] May 22 20:54:46.929 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23359:20250425T223800Z
86052025-05-22T20:54:46.976Z[ host-image] May 22 20:54:46.929 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23359:20250425T223802Z
86062025-05-22T20:54:46.976Z[ host-image] May 22 20:54:46.929 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23359:20250425T223803Z
86072025-05-22T20:54:46.976Z[ host-image] May 22 20:54:46.929 INFO O| install = pkg://helios-dev/driver/network/opte@0.35.364:20250508T212537Z
86082025-05-22T20:54:46.976Z[ host-image] May 22 20:54:46.929 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23359:20250425T223804Z
86092025-05-22T20:54:46.976Z[ host-image] May 22 20:54:46.929 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23359:20250425T223806Z
86102025-05-22T20:54:46.976Z[ host-image] May 22 20:54:46.929 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23359:20250425T223807Z
86112025-05-22T20:54:46.976Z[ host-image] May 22 20:54:46.929 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23359:20250425T223807Z
86122025-05-22T20:54:46.976Z[ host-image] May 22 20:54:46.930 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23359:20250425T223809Z
86132025-05-22T20:54:46.976Z[ host-image] May 22 20:54:46.931 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23359:20250425T223809Z
86142025-05-22T20:54:46.984Z[ host-image] May 22 20:54:46.940 INFO O| install = pkg://helios-dev/editor/vim@9.0.2136-2.0:20250221T133345Z
86152025-05-22T20:54:46.987Z[ host-image] May 22 20:54:46.940 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23359:20250425T223809Z
86162025-05-22T20:54:46.987Z[ host-image] May 22 20:54:46.941 INFO O| install = pkg://helios-dev/library/expat@2.7.1-2.0:20250329T143900Z
86172025-05-22T20:54:46.987Z[ host-image] May 22 20:54:46.941 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
86182025-05-22T20:54:46.987Z[ host-image] May 22 20:54:46.941 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
86192025-05-22T20:54:46.987Z[ host-image] May 22 20:54:46.942 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23359:20250425T223809Z
86202025-05-22T20:54:46.987Z[ host-image] May 22 20:54:46.942 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
86212025-05-22T20:54:46.987Z[ host-image] May 22 20:54:46.942 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
86222025-05-22T20:54:46.987Z[ host-image] May 22 20:54:46.943 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
86232025-05-22T20:54:46.991Z[ host-image] May 22 20:54:46.944 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
86242025-05-22T20:54:47.000Z[ host-image] May 22 20:54:46.956 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
86252025-05-22T20:54:47.000Z[ host-image] May 22 20:54:46.956 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
86262025-05-22T20:54:47.003Z[ host-image] May 22 20:54:46.956 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
86272025-05-22T20:54:47.003Z[ host-image] May 22 20:54:46.957 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
86282025-05-22T20:54:47.003Z[ host-image] May 22 20:54:46.957 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
86292025-05-22T20:54:47.003Z[ host-image] May 22 20:54:46.957 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
86302025-05-22T20:54:47.037Z[ host-image] May 22 20:54:46.993 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.16-2.0:20250212T181143Z
86312025-05-22T20:54:47.041Z[ host-image] May 22 20:54:46.994 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
86322025-05-22T20:54:47.041Z[ host-image] May 22 20:54:46.994 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
86332025-05-22T20:54:47.041Z[ host-image] May 22 20:54:46.995 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23359:20250425T223811Z
86342025-05-22T20:54:47.041Z[ host-image] May 22 20:54:46.995 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23359:20250425T223817Z
86352025-05-22T20:54:47.041Z[ host-image] May 22 20:54:46.995 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
86362025-05-22T20:54:47.041Z[ host-image] May 22 20:54:46.995 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23359:20250425T223817Z
86372025-05-22T20:54:47.041Z[ host-image] May 22 20:54:46.995 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.2:20250218T230209Z
86382025-05-22T20:54:47.041Z[ host-image] May 22 20:54:46.995 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z
86392025-05-22T20:54:47.041Z[ host-image] May 22 20:54:46.995 INFO O| install = pkg://helios-dev/network/overwatch@0.1.0.40:20250409T152351Z
86402025-05-22T20:54:47.041Z[ host-image] May 22 20:54:46.995 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z
86412025-05-22T20:54:47.041Z[ host-image] May 22 20:54:46.995 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23359:20250425T223817Z
86422025-05-22T20:54:47.041Z[ host-image] May 22 20:54:46.996 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
86432025-05-22T20:54:47.044Z[ host-image] May 22 20:54:47.000 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
86442025-05-22T20:54:47.044Z[ host-image] May 22 20:54:47.000 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
86452025-05-22T20:54:47.044Z[ host-image] May 22 20:54:47.000 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
86462025-05-22T20:54:47.047Z[ host-image] May 22 20:54:47.001 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23359:20250425T223818Z
86472025-05-22T20:54:47.047Z[ host-image] May 22 20:54:47.001 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
86482025-05-22T20:54:47.060Z[ host-image] May 22 20:54:47.016 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
86492025-05-22T20:54:47.063Z[ host-image] May 22 20:54:47.016 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23359:20250425T223818Z
86502025-05-22T20:54:47.063Z[ host-image] May 22 20:54:47.018 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23359:20250425T223819Z
86512025-05-22T20:54:47.063Z[ host-image] May 22 20:54:47.018 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23359:20250425T223819Z
86522025-05-22T20:54:47.063Z[ host-image] May 22 20:54:47.019 INFO O| install = pkg://helios-dev/service/network/chrony@4.6.1-2.0:20250326T213914Z
86532025-05-22T20:54:47.063Z[ host-image] May 22 20:54:47.019 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23359:20250425T223820Z
86542025-05-22T20:54:47.067Z[ host-image] May 22 20:54:47.020 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23359:20250425T223820Z
86552025-05-22T20:54:47.067Z[ host-image] May 22 20:54:47.020 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23359:20250425T223820Z
86562025-05-22T20:54:47.067Z[ host-image] May 22 20:54:47.020 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23359:20250425T223820Z
86572025-05-22T20:54:47.070Z[ host-image] May 22 20:54:47.024 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
86582025-05-22T20:54:47.070Z[ host-image] May 22 20:54:47.024 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23359:20250425T223821Z
86592025-05-22T20:54:47.070Z[ host-image] May 22 20:54:47.025 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23359:20250425T223822Z
86602025-05-22T20:54:47.070Z[ host-image] May 22 20:54:47.025 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
86612025-05-22T20:54:47.070Z[ host-image] May 22 20:54:47.025 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23359:20250425T223822Z
86622025-05-22T20:54:47.070Z[ host-image] May 22 20:54:47.026 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23359:20250425T223823Z
86632025-05-22T20:54:47.070Z[ host-image] May 22 20:54:47.026 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.1.27-2.0.23359:20250425T223823Z
86642025-05-22T20:54:47.070Z[ host-image] May 22 20:54:47.026 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23359:20250425T223823Z
86652025-05-22T20:54:47.078Z[ host-image] May 22 20:54:47.034 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23359:20250425T223823Z
86662025-05-22T20:54:47.078Z[ host-image] May 22 20:54:47.034 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
86672025-05-22T20:54:47.081Z[ host-image] May 22 20:54:47.036 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2025.2-2.0.23359:20250425T223823Z
86682025-05-22T20:54:47.084Z[ host-image] May 22 20:54:47.038 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23359:20250425T223823Z
86692025-05-22T20:54:47.084Z[ host-image] May 22 20:54:47.038 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23359:20250425T223823Z
86702025-05-22T20:54:47.084Z[ host-image] May 22 20:54:47.038 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23359:20250425T223823Z
86712025-05-22T20:54:47.084Z[ host-image] May 22 20:54:47.039 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23359:20250425T223824Z
86722025-05-22T20:54:47.085Z[ host-image] May 22 20:54:47.039 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23359:20250425T223824Z
86732025-05-22T20:54:47.093Z[ host-image] May 22 20:54:47.050 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23359:20250425T223825Z
86742025-05-22T20:54:47.097Z[ host-image] May 22 20:54:47.050 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23359:20250425T223825Z
86752025-05-22T20:54:47.097Z[ host-image] May 22 20:54:47.050 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23359:20250425T223825Z
86762025-05-22T20:54:47.097Z[ host-image] May 22 20:54:47.051 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23359:20250425T223825Z
86772025-05-22T20:54:47.097Z[ host-image] May 22 20:54:47.051 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23359:20250425T223825Z
86782025-05-22T20:54:47.118Z[ host-image] May 22 20:54:47.074 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23359:20250425T223828Z
86792025-05-22T20:54:47.118Z[ host-image] May 22 20:54:47.074 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23359:20250425T223825Z
86802025-05-22T20:54:47.121Z[ host-image] May 22 20:54:47.074 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23359:20250425T223826Z
86812025-05-22T20:54:47.121Z[ host-image] May 22 20:54:47.074 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
86822025-05-22T20:54:47.121Z[ host-image] May 22 20:54:47.074 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
86832025-05-22T20:54:47.147Z[ host-image] May 22 20:54:47.103 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23359:20250425T223826Z
86842025-05-22T20:54:47.150Z[ host-image] May 22 20:54:47.103 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
86852025-05-22T20:54:47.151Z[ host-image] May 22 20:54:47.103 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23359:20250425T223826Z
86862025-05-22T20:54:47.151Z[ host-image] May 22 20:54:47.104 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23359:20250425T223826Z
86872025-05-22T20:54:47.151Z[ host-image] May 22 20:54:47.105 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23359:20250425T223826Z
86882025-05-22T20:54:47.151Z[ host-image] May 22 20:54:47.105 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
86892025-05-22T20:54:47.151Z[ host-image] May 22 20:54:47.106 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
86902025-05-22T20:54:47.151Z[ host-image] May 22 20:54:47.106 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23359:20250425T223827Z
86912025-05-22T20:54:47.151Z[ host-image] May 22 20:54:47.106 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23359:20250425T223827Z
86922025-05-22T20:54:47.151Z[ host-image] May 22 20:54:47.106 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23359:20250425T223827Z
86932025-05-22T20:54:47.154Z[ host-image] May 22 20:54:47.107 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23359:20250425T223827Z
86942025-05-22T20:54:47.154Z[ host-image] May 22 20:54:47.107 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23359:20250425T223828Z
86952025-05-22T20:54:47.154Z[ host-image] May 22 20:54:47.107 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23359:20250425T223828Z
86962025-05-22T20:54:47.154Z[ host-image] May 22 20:54:47.110 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
86972025-05-22T20:54:47.154Z[ host-image] May 22 20:54:47.111 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23359:20250425T223829Z
86982025-05-22T20:54:47.158Z[ host-image] May 22 20:54:47.112 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23359:20250425T223829Z
86992025-05-22T20:54:47.158Z[ host-image] May 22 20:54:47.112 INFO O| install = pkg://helios-dev/system/microcode/oxide@20250327-2.0.23359:20250425T223829Z
87002025-05-22T20:54:47.158Z[ host-image] May 22 20:54:47.113 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23359:20250425T223830Z
87012025-05-22T20:54:47.158Z[ host-image] May 22 20:54:47.113 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23359:20250425T223829Z
87022025-05-22T20:54:47.158Z[ host-image] May 22 20:54:47.113 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23359:20250425T223830Z
87032025-05-22T20:54:47.158Z[ host-image] May 22 20:54:47.113 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
87042025-05-22T20:54:47.158Z[ host-image] May 22 20:54:47.113 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
87052025-05-22T20:54:47.158Z[ host-image] May 22 20:54:47.114 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23359:20250425T223832Z
87062025-05-22T20:54:47.158Z[ host-image] May 22 20:54:47.114 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23359:20250425T223832Z
87072025-05-22T20:54:47.158Z[ host-image] May 22 20:54:47.114 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
87082025-05-22T20:54:47.158Z[ host-image] May 22 20:54:47.114 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
87092025-05-22T20:54:47.162Z[ host-image] May 22 20:54:47.114 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
87102025-05-22T20:54:47.162Z[ host-image] May 22 20:54:47.114 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
87112025-05-22T20:54:47.162Z[ host-image] May 22 20:54:47.115 INFO O| install = pkg://helios-dev/text/looker@0.1.0.13-2.0:20250303T182037Z
87122025-05-22T20:54:47.162Z[ host-image] May 22 20:54:47.116 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
87132025-05-22T20:54:47.162Z[ host-image] May 22 20:54:47.117 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z
87142025-05-22T20:54:47.162Z[ host-image] May 22 20:54:47.117 INFO O| tempdir @ "/tmp/.tmpmbxncE/tmp"
87152025-05-22T20:54:47.162Z[ host-image] May 22 20:54:47.117 INFO O| image root @ "/tmp/.tmpmbxncE/tmp/root"
87162025-05-22T20:54:47.162Z[ host-image] May 22 20:54:47.117 INFO O| creating image...
87172025-05-22T20:54:47.698Z[ host-image] May 22 20:54:47.654 INFO O| copying publishers...
87182025-05-22T20:55:04.154Z[ recovery-image] May 22 20:55:04.112 INFO rust toolchain for "/work/oxidecomputer/helios/projects/phbl": "nightly-2025-04-22-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/phbl/rust-toolchain.toml')"
87192025-05-22T20:55:04.154Z[ recovery-image] May 22 20:55:04.112 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
87202025-05-22T20:55:04.402Z[ recovery-image] May 22 20:55:04.360 INFO E| Updating crates.io index
87212025-05-22T20:55:04.632Z[ recovery-image] May 22 20:55:04.590 INFO E| Downloading crates ...
87222025-05-22T20:55:04.727Z[ recovery-image] May 22 20:55:04.685 INFO E| Downloaded anstyle-query v1.1.2
87232025-05-22T20:55:04.730Z[ recovery-image] May 22 20:55:04.687 INFO E| Downloaded shared_child v1.0.1
87242025-05-22T20:55:04.730Z[ recovery-image] May 22 20:55:04.688 INFO E| Downloaded os_pipe v1.2.1
87252025-05-22T20:55:04.736Z[ recovery-image] May 22 20:55:04.694 INFO E| Downloaded anstyle-parse v0.2.6
87262025-05-22T20:55:04.745Z[ recovery-image] May 22 20:55:04.704 INFO E| Downloaded colorchoice v1.0.3
87272025-05-22T20:55:04.749Z[ recovery-image] May 22 20:55:04.705 INFO E| Downloaded clap v4.5.37
87282025-05-22T20:55:04.764Z[ recovery-image] May 22 20:55:04.714 INFO E| Downloaded duct v0.13.7
87292025-05-22T20:55:04.764Z[ recovery-image] May 22 20:55:04.719 INFO E| Downloaded clap_builder v4.5.37
87302025-05-22T20:55:04.778Z[ recovery-image] May 22 20:55:04.736 INFO E| Downloaded syn v2.0.100
87312025-05-22T20:55:04.828Z[ recovery-image] May 22 20:55:04.786 INFO E| Compiling proc-macro2 v1.0.95
87322025-05-22T20:55:04.828Z[ recovery-image] May 22 20:55:04.786 INFO E| Compiling unicode-ident v1.0.18
87332025-05-22T20:55:04.832Z[ recovery-image] May 22 20:55:04.786 INFO E| Compiling libc v0.2.172
87342025-05-22T20:55:04.832Z[ recovery-image] May 22 20:55:04.786 INFO E| Compiling utf8parse v0.2.2
87352025-05-22T20:55:04.832Z[ recovery-image] May 22 20:55:04.787 INFO E| Compiling anstyle-query v1.1.2
87362025-05-22T20:55:04.832Z[ recovery-image] May 22 20:55:04.787 INFO E| Compiling colorchoice v1.0.3
87372025-05-22T20:55:04.832Z[ recovery-image] May 22 20:55:04.787 INFO E| Compiling anstyle v1.0.10
87382025-05-22T20:55:04.832Z[ recovery-image] May 22 20:55:04.787 INFO E| Compiling is_terminal_polyfill v1.70.1
87392025-05-22T20:55:05.050Z[ recovery-image] May 22 20:55:05.000 INFO E| Compiling anstyle-parse v0.2.6
87402025-05-22T20:55:05.061Z[ recovery-image] May 22 20:55:05.019 INFO E| Compiling strsim v0.11.1
87412025-05-22T20:55:05.061Z[ recovery-image] May 22 20:55:05.019 INFO E| Compiling clap_lex v0.7.4
87422025-05-22T20:55:05.061Z[ recovery-image] May 22 20:55:05.019 INFO E| Compiling heck v0.5.0
87432025-05-22T20:55:05.061Z[ recovery-image] May 22 20:55:05.019 INFO E| Compiling once_cell v1.21.3
87442025-05-22T20:55:05.339Z[ recovery-image] May 22 20:55:05.297 INFO E| Compiling anstream v0.6.18
87452025-05-22T20:55:05.737Z[ recovery-image] May 22 20:55:05.695 INFO E| Compiling clap_builder v4.5.37
87462025-05-22T20:55:06.168Z[ recovery-image] May 22 20:55:06.126 INFO E| Compiling os_pipe v1.2.1
87472025-05-22T20:55:06.168Z[ recovery-image] May 22 20:55:06.126 INFO E| Compiling shared_child v1.0.1
87482025-05-22T20:55:06.343Z[ recovery-image] May 22 20:55:06.301 INFO E| Compiling duct v0.13.7
87492025-05-22T20:55:06.367Z[ recovery-image] May 22 20:55:06.325 INFO E| Compiling quote v1.0.40
87502025-05-22T20:55:06.709Z[ recovery-image] May 22 20:55:06.667 INFO E| Compiling syn v2.0.100
87512025-05-22T20:55:10.586Z[ recovery-image] May 22 20:55:10.545 INFO E| Compiling clap_derive v4.5.32
87522025-05-22T20:55:12.505Z[ recovery-image] May 22 20:55:12.464 INFO E| Compiling clap v4.5.37
87532025-05-22T20:55:12.572Z[ recovery-image] May 22 20:55:12.531 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
87542025-05-22T20:55:13.632Z[ recovery-image] May 22 20:55:13.591 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.41s
87552025-05-22T20:55:13.644Z[ recovery-image] May 22 20:55:13.603 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
87562025-05-22T20:55:13.808Z[ recovery-image] May 22 20:55:13.767 INFO E| Downloading crates ...
87572025-05-22T20:55:13.874Z[ recovery-image] May 22 20:55:13.833 INFO E| Downloaded bit_field v0.10.2
87582025-05-22T20:55:13.879Z[ recovery-image] May 22 20:55:13.838 INFO E| Downloaded seq-macro v0.3.6
87592025-05-22T20:55:13.884Z[ recovery-image] May 22 20:55:13.843 INFO E| Downloaded bitstruct_derive v0.1.0
87602025-05-22T20:55:13.887Z[ recovery-image] May 22 20:55:13.843 INFO E| Downloaded bitstruct v0.1.1
87612025-05-22T20:55:13.890Z[ recovery-image] May 22 20:55:13.848 INFO E| Downloaded cpio_reader v0.1.1
87622025-05-22T20:55:13.925Z[ recovery-image] May 22 20:55:13.884 INFO E| Downloaded raw-cpuid v10.7.0
87632025-05-22T20:55:14.031Z[ recovery-image] May 22 20:55:13.990 INFO E| Downloaded x86 v0.52.0
87642025-05-22T20:55:14.084Z[ recovery-image] May 22 20:55:14.043 INFO E| Updating crates.io index
87652025-05-22T20:55:14.222Z[ recovery-image] May 22 20:55:14.181 INFO E| Downloading crates ...
87662025-05-22T20:55:14.276Z[ recovery-image] May 22 20:55:14.235 INFO E| Downloaded rustc-literal-escaper v0.0.2
87672025-05-22T20:55:14.281Z[ recovery-image] May 22 20:55:14.240 INFO E| Downloaded allocator-api2 v0.2.21
87682025-05-22T20:55:14.288Z[ recovery-image] May 22 20:55:14.248 INFO E| Downloaded compiler_builtins v0.1.155
87692025-05-22T20:55:14.316Z[ recovery-image] May 22 20:55:14.275 INFO E| Compiling compiler_builtins v0.1.155
87702025-05-22T20:55:14.316Z[ recovery-image] May 22 20:55:14.276 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-04-22-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
87712025-05-22T20:55:14.320Z[ recovery-image] May 22 20:55:14.276 INFO E| Compiling proc-macro2 v1.0.95
87722025-05-22T20:55:14.320Z[ recovery-image] May 22 20:55:14.276 INFO E| Compiling unicode-ident v1.0.18
87732025-05-22T20:55:14.320Z[ recovery-image] May 22 20:55:14.276 INFO E| Compiling syn v1.0.109
87742025-05-22T20:55:14.320Z[ recovery-image] May 22 20:55:14.276 INFO E| Compiling x86 v0.52.0
87752025-05-22T20:55:14.320Z[ recovery-image] May 22 20:55:14.276 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
87762025-05-22T20:55:14.320Z[ recovery-image] May 22 20:55:14.276 INFO E| Compiling seq-macro v0.3.6
87772025-05-22T20:55:15.625Z[ recovery-image] May 22 20:55:15.584 INFO E| Compiling quote v1.0.40
87782025-05-22T20:55:15.916Z[ recovery-image] May 22 20:55:15.876 INFO E| Compiling syn v2.0.100
87792025-05-22T20:55:16.260Z[ host-image] May 22 20:55:16.220 INFO O| adding properties...
87802025-05-22T20:55:17.483Z[ host-image] May 22 20:55:17.442 INFO O| installing packages...
87812025-05-22T20:55:18.460Z[ recovery-image] May 22 20:55:18.420 INFO E| Compiling scroll_derive v0.12.1
87822025-05-22T20:55:20.715Z[ recovery-image] May 22 20:55:20.675 INFO E| Compiling bitstruct_derive v0.1.0
87832025-05-22T20:55:33.812Z[ recovery-image] May 22 20:55:33.774 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2025-04-22-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
87842025-05-22T20:55:35.923Z[ recovery-image] May 22 20:55:35.884 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-04-22-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
87852025-05-22T20:55:39.512Z[ recovery-image] May 22 20:55:39.474 INFO E| Compiling bitflags v1.3.2
87862025-05-22T20:55:39.516Z[ recovery-image] May 22 20:55:39.474 INFO E| Compiling plain v0.2.3
87872025-05-22T20:55:39.516Z[ recovery-image] May 22 20:55:39.474 INFO E| Compiling scroll v0.12.0
87882025-05-22T20:55:39.516Z[ recovery-image] May 22 20:55:39.474 INFO E| Compiling log v0.4.27
87892025-05-22T20:55:39.516Z[ recovery-image] May 22 20:55:39.474 INFO E| Compiling bit_field v0.10.2
87902025-05-22T20:55:39.516Z[ recovery-image] May 22 20:55:39.475 INFO E| Compiling adler2 v2.0.0
87912025-05-22T20:55:39.516Z[ recovery-image] May 22 20:55:39.475 INFO E| Compiling bitstruct v0.1.1
87922025-05-22T20:55:39.620Z[ recovery-image] May 22 20:55:39.581 INFO E| Compiling raw-cpuid v10.7.0
87932025-05-22T20:55:39.650Z[ recovery-image] May 22 20:55:39.612 INFO E| Compiling cpio_reader v0.1.1
87942025-05-22T20:55:39.699Z[ recovery-image] May 22 20:55:39.661 INFO E| Compiling miniz_oxide v0.8.8
87952025-05-22T20:55:39.815Z[ recovery-image] May 22 20:55:39.777 INFO E| Compiling static_assertions v1.1.0
87962025-05-22T20:55:40.004Z[ recovery-image] May 22 20:55:39.966 INFO E| Compiling goblin v0.9.3
87972025-05-22T20:55:41.229Z[ host-image] May 22 20:55:41.191 INFO O| seeding SMF database...
87982025-05-22T20:55:45.581Z[ recovery-image] May 22 20:55:45.543 INFO E| Finished `release` profile [optimized] target(s) in 31.92s
87992025-05-22T20:55:45.600Z[ recovery-image] May 22 20:55:45.563 INFO building host image...
88002025-05-22T20:55:45.603Z[ recovery-image] May 22 20:55:45.563 INFO exec: ["/work/oxidecomputer/helios/projects/amd-host-image-builder/target/debug/amd-host-image-builder", "-B", "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a", "--config", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5", "--output-file", "/work/os-recovery/rom", "--reset-image", "/work/oxidecomputer/helios/projects/phbl/target/x86_64-oxide-none-elf/release/phbl"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
88012025-05-22T20:55:46.033Z[ recovery-image] May 22 20:55:45.995 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
88022025-05-22T20:55:47.156Z[ recovery-image] May 22 20:55:47.119 INFO image complete! materials are in "/work/os-recovery"
88032025-05-22T20:55:47.160Z[ recovery-image]
88042025-05-22T20:55:47.160Z[ recovery-image] real 20:07.029473274
88052025-05-22T20:55:47.164Z[ recovery-image] user 12:32.339786916
88062025-05-22T20:55:47.164Z[ recovery-image] sys 1:13.494253567
88072025-05-22T20:55:47.164Z[ recovery-image] trap 0.501228182
88082025-05-22T20:55:47.164Z[ recovery-image] tflt 0.421080015
88092025-05-22T20:55:47.164Z[ recovery-image] dflt 0.697397515
88102025-05-22T20:55:47.164Z[ recovery-image] kflt 0.009180939
88112025-05-22T20:55:47.164Z[ recovery-image] lock 31:34.268705013
88122025-05-22T20:55:47.164Z[ recovery-image] slp 1:59:55.719161419
88132025-05-22T20:55:47.164Z[ recovery-image] lat 3:36.403992240
88142025-05-22T20:55:47.164Z[ recovery-image] stop 3.432159290
88152025-05-22T20:55:47.164ZMay 22 20:55:47.124 INFO [recovery-image] process exited with exit status: 0 (1207.036375149s)
88162025-05-22T20:55:49.582Z[ host-image] May 22 20:55:49.545 INFO O| configuring SMF profile...
88172025-05-22T20:55:49.585Z[ host-image] May 22 20:55:49.545 INFO O| modifying shadow(5)...
88182025-05-22T20:55:49.585Z[ host-image] May 22 20:55:49.545 INFO O| loading user and group database...
88192025-05-22T20:55:49.585Z[ host-image] May 22 20:55:49.545 INFO O| assessing packaged files...
88202025-05-22T20:55:51.852Z[ host-image] May 22 20:55:51.815 INFO O| creating archive...
88212025-05-22T20:55:51.885Z[ host-image] May 22 20:55:51.849 INFO O| missing from packaging:
88222025-05-22T20:55:51.885Z[ host-image] May 22 20:55:51.849 INFO O| "etc/.pwd.lock"
88232025-05-22T20:55:51.888Z[ host-image] May 22 20:55:51.849 INFO O| "etc/bash"
88242025-05-22T20:55:51.892Z[ host-image] May 22 20:55:51.854 INFO O| "etc/svc/profile/generic.xml"
88252025-05-22T20:55:51.892Z[ host-image] May 22 20:55:51.854 INFO O| "etc/svc/profile/inetd_services.xml"
88262025-05-22T20:55:51.892Z[ host-image] May 22 20:55:51.854 INFO O| "etc/svc/profile/name_service.xml"
88272025-05-22T20:55:51.892Z[ host-image] May 22 20:55:51.854 INFO O| "etc/svc/profile/platform.xml"
88282025-05-22T20:55:51.892Z[ host-image] May 22 20:55:51.854 INFO O| "etc/svc/profile/platform_omicron1.xml"
88292025-05-22T20:55:51.892Z[ host-image] May 22 20:55:51.854 INFO O| "etc/svc/repository.db"
88302025-05-22T20:55:51.900Z[ host-image] May 22 20:55:51.863 INFO O| "opt/ooce/share"
88312025-05-22T20:55:51.900Z[ host-image] May 22 20:55:51.863 INFO O| "opt/ooce/share/man"
88322025-05-22T20:55:51.903Z[ host-image] May 22 20:55:51.863 INFO O| "opt/ooce/share/man/man1"
88332025-05-22T20:55:51.909Z[ host-image] May 22 20:55:51.873 INFO O| finishing archive...
88342025-05-22T20:55:54.788Z[ host-image] May 22 20:55:54.751 INFO O| creating gzonly manifest...
88352025-05-22T20:55:54.794Z[ host-image] May 22 20:55:54.758 INFO O| ok
88362025-05-22T20:55:54.921Z[ host-image] May 22 20:55:54.884 INFO image builder template: ramdisk-02-trim...
88372025-05-22T20:55:54.921Z[ host-image] May 22 20:55:54.884 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/host", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-E", "/tmp/.tmpm36bV6/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.35.364", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@15.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
88382025-05-22T20:55:54.940Z[ host-image] May 22 20:55:54.904 INFO O| May 22 20:55:54.904 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
88392025-05-22T20:55:54.944Z[ host-image] May 22 20:55:54.907 INFO O| May 22 20:55:54.907 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
88402025-05-22T20:55:55.045Z[ host-image] May 22 20:55:55.008 INFO O| May 22 20:55:55.008 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
88412025-05-22T20:55:55.100Z[ host-image] May 22 20:55:55.064 INFO O| May 22 20:55:55.064 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
88422025-05-22T20:55:55.100Z[ host-image] May 22 20:55:55.064 INFO O| May 22 20:55:55.064 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
88432025-05-22T20:55:55.104Z[ host-image] May 22 20:55:55.068 INFO O| May 22 20:55:55.068 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
88442025-05-22T20:55:55.107Z[ host-image] May 22 20:55:55.070 INFO O| May 22 20:55:55.070 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
88452025-05-22T20:55:55.111Z[ host-image] May 22 20:55:55.075 INFO O| May 22 20:55:55.075 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
88462025-05-22T20:55:55.327Z[ host-image] May 22 20:55:55.291 INFO O| May 22 20:55:55.291 INFO rolled back to input snapshot; work may begin
88472025-05-22T20:55:55.327Z[ host-image] May 22 20:55:55.291 INFO O| May 22 20:55:55.291 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
88482025-05-22T20:55:55.332Z[ host-image] May 22 20:55:55.296 INFO O| May 22 20:55:55.296 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88492025-05-22T20:55:55.341Z[ host-image] May 22 20:55:55.305 INFO O| May 22 20:55:55.305 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
88502025-05-22T20:55:55.392Z[ host-image] May 22 20:55:55.356 INFO O| May 22 20:55:55.356 INFO STEP 0 (remove_files) COMPLETE
88512025-05-22T20:55:55.392Z[ host-image] May 22 20:55:55.356 INFO O| May 22 20:55:55.356 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88522025-05-22T20:55:55.402Z[ host-image] May 22 20:55:55.366 INFO O| May 22 20:55:55.366 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
88532025-05-22T20:55:55.406Z[ host-image] May 22 20:55:55.368 INFO O| May 22 20:55:55.368 INFO STEP 1 (remove_files) COMPLETE
88542025-05-22T20:55:55.406Z[ host-image] May 22 20:55:55.368 INFO O| May 22 20:55:55.368 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88552025-05-22T20:55:55.413Z[ host-image] May 22 20:55:55.377 INFO O| May 22 20:55:55.376 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
88562025-05-22T20:55:55.428Z[ host-image] May 22 20:55:55.392 INFO O| May 22 20:55:55.391 INFO STEP 2 (remove_files) COMPLETE
88572025-05-22T20:55:55.428Z[ host-image] May 22 20:55:55.392 INFO O| May 22 20:55:55.392 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88582025-05-22T20:55:55.439Z[ host-image] May 22 20:55:55.403 INFO O| May 22 20:55:55.402 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
88592025-05-22T20:55:55.442Z[ host-image] May 22 20:55:55.405 INFO O| May 22 20:55:55.405 INFO STEP 3 (remove_files) COMPLETE
88602025-05-22T20:55:55.442Z[ host-image] May 22 20:55:55.405 INFO O| May 22 20:55:55.405 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88612025-05-22T20:55:55.450Z[ host-image] May 22 20:55:55.414 INFO O| May 22 20:55:55.414 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
88622025-05-22T20:55:55.455Z[ host-image] May 22 20:55:55.419 INFO O| May 22 20:55:55.419 INFO STEP 4 (remove_files) COMPLETE
88632025-05-22T20:55:55.458Z[ host-image] May 22 20:55:55.419 INFO O| May 22 20:55:55.419 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88642025-05-22T20:55:55.463Z[ host-image] May 22 20:55:55.428 INFO O| May 22 20:55:55.427 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
88652025-05-22T20:55:55.467Z[ host-image] May 22 20:55:55.430 INFO O| May 22 20:55:55.430 INFO STEP 5 (remove_files) COMPLETE
88662025-05-22T20:55:55.467Z[ host-image] May 22 20:55:55.430 INFO O| May 22 20:55:55.430 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88672025-05-22T20:55:55.475Z[ host-image] May 22 20:55:55.439 INFO O| May 22 20:55:55.438 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
88682025-05-22T20:55:55.487Z[ host-image] May 22 20:55:55.451 INFO O| May 22 20:55:55.450 INFO STEP 6 (remove_files) COMPLETE
88692025-05-22T20:55:55.487Z[ host-image] May 22 20:55:55.451 INFO O| May 22 20:55:55.451 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88702025-05-22T20:55:55.495Z[ host-image] May 22 20:55:55.459 INFO O| May 22 20:55:55.459 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
88712025-05-22T20:55:55.509Z[ host-image] May 22 20:55:55.473 INFO O| May 22 20:55:55.473 INFO STEP 7 (remove_files) COMPLETE
88722025-05-22T20:55:55.509Z[ host-image] May 22 20:55:55.473 INFO O| May 22 20:55:55.473 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88732025-05-22T20:55:55.517Z[ host-image] May 22 20:55:55.481 INFO O| May 22 20:55:55.481 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
88742025-05-22T20:55:55.601Z[ host-image] May 22 20:55:55.565 INFO O| May 22 20:55:55.565 INFO STEP 8 (remove_files) COMPLETE
88752025-05-22T20:55:55.601Z[ host-image] May 22 20:55:55.565 INFO O| May 22 20:55:55.565 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88762025-05-22T20:55:55.611Z[ host-image] May 22 20:55:55.575 INFO O| May 22 20:55:55.575 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
88772025-05-22T20:55:55.702Z[ host-image] May 22 20:55:55.665 INFO O| May 22 20:55:55.665 INFO STEP 9 (remove_files) COMPLETE
88782025-05-22T20:55:55.702Z[ host-image] May 22 20:55:55.665 INFO O| May 22 20:55:55.665 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88792025-05-22T20:55:55.711Z[ host-image] May 22 20:55:55.675 INFO O| May 22 20:55:55.675 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
88802025-05-22T20:55:55.714Z[ host-image] May 22 20:55:55.679 INFO O| May 22 20:55:55.678 INFO STEP 10 (remove_files) COMPLETE
88812025-05-22T20:55:55.715Z[ host-image] May 22 20:55:55.679 INFO O| May 22 20:55:55.678 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88822025-05-22T20:55:55.723Z[ host-image] May 22 20:55:55.687 INFO O| May 22 20:55:55.686 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
88832025-05-22T20:55:55.726Z[ host-image] May 22 20:55:55.688 INFO O| May 22 20:55:55.688 INFO STEP 11 (remove_files) COMPLETE
88842025-05-22T20:55:55.726Z[ host-image] May 22 20:55:55.688 INFO O| May 22 20:55:55.688 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88852025-05-22T20:55:55.732Z[ host-image] May 22 20:55:55.696 INFO O| May 22 20:55:55.696 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
88862025-05-22T20:55:55.735Z[ host-image] May 22 20:55:55.697 INFO O| May 22 20:55:55.697 INFO STEP 12 (remove_files) COMPLETE
88872025-05-22T20:55:55.735Z[ host-image] May 22 20:55:55.697 INFO O| May 22 20:55:55.697 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88882025-05-22T20:55:55.778Z[ host-image] May 22 20:55:55.741 INFO O| May 22 20:55:55.741 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
88892025-05-22T20:55:55.781Z[ host-image] May 22 20:55:55.745 INFO O| May 22 20:55:55.745 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
88902025-05-22T20:55:55.784Z[ host-image] May 22 20:55:55.747 INFO O| May 22 20:55:55.747 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
88912025-05-22T20:55:55.784Z[ host-image] May 22 20:55:55.748 INFO O| May 22 20:55:55.748 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
88922025-05-22T20:55:56.119Z[ host-image] May 22 20:55:56.083 INFO O| May 22 20:55:56.083 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
88932025-05-22T20:55:56.119Z[ host-image] May 22 20:55:56.083 INFO O| May 22 20:55:56.083 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
88942025-05-22T20:55:56.122Z[ host-image] May 22 20:55:56.083 INFO O| May 22 20:55:56.083 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
88952025-05-22T20:55:56.122Z[ host-image] May 22 20:55:56.083 INFO O| May 22 20:55:56.083 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
88962025-05-22T20:55:56.122Z[ host-image] May 22 20:55:56.083 INFO O| May 22 20:55:56.083 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
88972025-05-22T20:55:56.122Z[ host-image] May 22 20:55:56.083 INFO O| May 22 20:55:56.083 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
88982025-05-22T20:55:56.122Z[ host-image] May 22 20:55:56.084 INFO O| May 22 20:55:56.084 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
88992025-05-22T20:55:56.122Z[ host-image] May 22 20:55:56.084 INFO O| May 22 20:55:56.084 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
89002025-05-22T20:55:56.122Z[ host-image] May 22 20:55:56.084 INFO O| May 22 20:55:56.084 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
89012025-05-22T20:55:56.122Z[ host-image] May 22 20:55:56.084 INFO O| May 22 20:55:56.084 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
89022025-05-22T20:55:56.123Z[ host-image] May 22 20:55:56.084 INFO O| May 22 20:55:56.084 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
89032025-05-22T20:55:56.123Z[ host-image] May 22 20:55:56.084 INFO O| May 22 20:55:56.084 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
89042025-05-22T20:55:56.123Z[ host-image] May 22 20:55:56.084 INFO O| May 22 20:55:56.084 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
89052025-05-22T20:55:56.123Z[ host-image] May 22 20:55:56.085 INFO O| May 22 20:55:56.085 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
89062025-05-22T20:55:56.123Z[ host-image] May 22 20:55:56.085 INFO O| May 22 20:55:56.085 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
89072025-05-22T20:55:56.123Z[ host-image] May 22 20:55:56.085 INFO O| May 22 20:55:56.085 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
89082025-05-22T20:55:56.132Z[ host-image] May 22 20:55:56.096 INFO O| May 22 20:55:56.096 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
89092025-05-22T20:55:56.135Z[ host-image] May 22 20:55:56.097 INFO O| May 22 20:55:56.097 INFO STEP 13 (remove_files) COMPLETE
89102025-05-22T20:55:56.135Z[ host-image] May 22 20:55:56.097 INFO O| May 22 20:55:56.097 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89112025-05-22T20:55:56.143Z[ host-image] May 22 20:55:56.107 INFO O| May 22 20:55:56.107 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
89122025-05-22T20:55:56.146Z[ host-image] May 22 20:55:56.108 INFO O| May 22 20:55:56.108 INFO STEP 14 (remove_files) COMPLETE
89132025-05-22T20:55:56.146Z[ host-image] May 22 20:55:56.108 INFO O| May 22 20:55:56.108 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89142025-05-22T20:55:56.152Z[ host-image] May 22 20:55:56.116 INFO O| May 22 20:55:56.116 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
89152025-05-22T20:55:56.159Z[ host-image] May 22 20:55:56.123 INFO O| May 22 20:55:56.123 INFO STEP 15 (remove_files) COMPLETE
89162025-05-22T20:55:56.162Z[ host-image] May 22 20:55:56.123 INFO O| May 22 20:55:56.123 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89172025-05-22T20:55:56.167Z[ host-image] May 22 20:55:56.132 INFO O| May 22 20:55:56.131 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
89182025-05-22T20:55:56.171Z[ host-image] May 22 20:55:56.132 INFO O| May 22 20:55:56.132 INFO STEP 16 (remove_files) COMPLETE
89192025-05-22T20:55:56.171Z[ host-image] May 22 20:55:56.132 INFO O| May 22 20:55:56.132 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89202025-05-22T20:55:56.175Z[ host-image] May 22 20:55:56.140 INFO O| May 22 20:55:56.140 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
89212025-05-22T20:55:56.179Z[ host-image] May 22 20:55:56.141 INFO O| May 22 20:55:56.141 INFO STEP 17 (remove_files) COMPLETE
89222025-05-22T20:55:56.179Z[ host-image] May 22 20:55:56.141 INFO O| May 22 20:55:56.141 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89232025-05-22T20:55:56.185Z[ host-image] May 22 20:55:56.149 INFO O| May 22 20:55:56.149 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
89242025-05-22T20:55:56.185Z[ host-image] May 22 20:55:56.149 INFO O| May 22 20:55:56.149 INFO STEP 18 (remove_files) COMPLETE
89252025-05-22T20:55:56.188Z[ host-image] May 22 20:55:56.149 INFO O| May 22 20:55:56.149 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89262025-05-22T20:55:56.193Z[ host-image] May 22 20:55:56.157 INFO O| May 22 20:55:56.157 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
89272025-05-22T20:55:56.193Z[ host-image] May 22 20:55:56.157 INFO O| May 22 20:55:56.157 INFO STEP 19 (remove_files) COMPLETE
89282025-05-22T20:55:56.196Z[ host-image] May 22 20:55:56.157 INFO O| May 22 20:55:56.157 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89292025-05-22T20:55:56.201Z[ host-image] May 22 20:55:56.165 INFO O| May 22 20:55:56.165 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
89302025-05-22T20:55:56.201Z[ host-image] May 22 20:55:56.165 INFO O| May 22 20:55:56.165 INFO STEP 20 (remove_files) COMPLETE
89312025-05-22T20:55:56.204Z[ host-image] May 22 20:55:56.165 INFO O| May 22 20:55:56.165 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89322025-05-22T20:55:56.209Z[ host-image] May 22 20:55:56.173 INFO O| May 22 20:55:56.173 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
89332025-05-22T20:55:56.209Z[ host-image] May 22 20:55:56.173 INFO O| May 22 20:55:56.173 INFO STEP 21 (remove_files) COMPLETE
89342025-05-22T20:55:56.209Z[ host-image] May 22 20:55:56.173 INFO O| May 22 20:55:56.173 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89352025-05-22T20:55:56.217Z[ host-image] May 22 20:55:56.181 INFO O| May 22 20:55:56.181 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
89362025-05-22T20:55:56.220Z[ host-image] May 22 20:55:56.181 INFO O| May 22 20:55:56.181 INFO STEP 22 (remove_files) COMPLETE
89372025-05-22T20:55:56.220Z[ host-image] May 22 20:55:56.181 INFO O| May 22 20:55:56.181 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89382025-05-22T20:55:56.225Z[ host-image] May 22 20:55:56.189 INFO O| May 22 20:55:56.189 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
89392025-05-22T20:55:56.225Z[ host-image] May 22 20:55:56.189 INFO O| May 22 20:55:56.189 INFO STEP 23 (remove_files) COMPLETE
89402025-05-22T20:55:56.228Z[ host-image] May 22 20:55:56.189 INFO O| May 22 20:55:56.189 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89412025-05-22T20:55:56.233Z[ host-image] May 22 20:55:56.197 INFO O| May 22 20:55:56.197 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
89422025-05-22T20:55:56.236Z[ host-image] May 22 20:55:56.197 INFO O| May 22 20:55:56.197 INFO STEP 24 (remove_files) COMPLETE
89432025-05-22T20:55:56.236Z[ host-image] May 22 20:55:56.197 INFO O| May 22 20:55:56.197 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89442025-05-22T20:55:56.240Z[ host-image] May 22 20:55:56.205 INFO O| May 22 20:55:56.205 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
89452025-05-22T20:55:56.244Z[ host-image] May 22 20:55:56.205 INFO O| May 22 20:55:56.205 INFO STEP 25 (remove_files) COMPLETE
89462025-05-22T20:55:56.244Z[ host-image] May 22 20:55:56.205 INFO O| May 22 20:55:56.205 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89472025-05-22T20:55:56.249Z[ host-image] May 22 20:55:56.213 INFO O| May 22 20:55:56.213 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
89482025-05-22T20:55:56.249Z[ host-image] May 22 20:55:56.213 INFO O| May 22 20:55:56.213 INFO STEP 26 (remove_files) COMPLETE
89492025-05-22T20:55:56.254Z[ host-image] May 22 20:55:56.213 INFO O| May 22 20:55:56.213 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89502025-05-22T20:55:56.257Z[ host-image] May 22 20:55:56.222 INFO O| May 22 20:55:56.222 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
89512025-05-22T20:55:56.258Z[ host-image] May 22 20:55:56.222 INFO O| May 22 20:55:56.222 INFO STEP 27 (remove_files) COMPLETE
89522025-05-22T20:55:56.258Z[ host-image] May 22 20:55:56.222 INFO O| May 22 20:55:56.222 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89532025-05-22T20:55:56.266Z[ host-image] May 22 20:55:56.230 INFO O| May 22 20:55:56.230 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
89542025-05-22T20:55:56.266Z[ host-image] May 22 20:55:56.230 INFO O| May 22 20:55:56.230 INFO STEP 28 (remove_files) COMPLETE
89552025-05-22T20:55:56.266Z[ host-image] May 22 20:55:56.230 INFO O| May 22 20:55:56.230 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89562025-05-22T20:55:56.274Z[ host-image] May 22 20:55:56.238 INFO O| May 22 20:55:56.237 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
89572025-05-22T20:55:56.274Z[ host-image] May 22 20:55:56.238 INFO O| May 22 20:55:56.238 INFO STEP 29 (remove_files) COMPLETE
89582025-05-22T20:55:56.274Z[ host-image] May 22 20:55:56.238 INFO O| May 22 20:55:56.238 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89592025-05-22T20:55:56.281Z[ host-image] May 22 20:55:56.245 INFO O| May 22 20:55:56.245 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
89602025-05-22T20:55:56.284Z[ host-image] May 22 20:55:56.245 INFO O| May 22 20:55:56.245 INFO STEP 30 (remove_files) COMPLETE
89612025-05-22T20:55:56.284Z[ host-image] May 22 20:55:56.245 INFO O| May 22 20:55:56.245 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89622025-05-22T20:55:56.288Z[ host-image] May 22 20:55:56.253 INFO O| May 22 20:55:56.253 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
89632025-05-22T20:55:56.292Z[ host-image] May 22 20:55:56.253 INFO O| May 22 20:55:56.253 INFO STEP 31 (remove_files) COMPLETE
89642025-05-22T20:55:56.292Z[ host-image] May 22 20:55:56.253 INFO O| May 22 20:55:56.253 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89652025-05-22T20:55:56.297Z[ host-image] May 22 20:55:56.261 INFO O| May 22 20:55:56.261 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
89662025-05-22T20:55:56.297Z[ host-image] May 22 20:55:56.261 INFO O| May 22 20:55:56.261 INFO STEP 32 (remove_files) COMPLETE
89672025-05-22T20:55:56.300Z[ host-image] May 22 20:55:56.261 INFO O| May 22 20:55:56.261 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89682025-05-22T20:55:56.305Z[ host-image] May 22 20:55:56.268 INFO O| May 22 20:55:56.268 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
89692025-05-22T20:55:56.305Z[ host-image] May 22 20:55:56.269 INFO O| May 22 20:55:56.269 INFO STEP 33 (remove_files) COMPLETE
89702025-05-22T20:55:56.308Z[ host-image] May 22 20:55:56.269 INFO O| May 22 20:55:56.269 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89712025-05-22T20:55:56.313Z[ host-image] May 22 20:55:56.277 INFO O| May 22 20:55:56.277 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
89722025-05-22T20:55:56.316Z[ host-image] May 22 20:55:56.277 INFO O| May 22 20:55:56.277 INFO STEP 34 (remove_files) COMPLETE
89732025-05-22T20:55:56.316Z[ host-image] May 22 20:55:56.277 INFO O| May 22 20:55:56.277 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89742025-05-22T20:55:56.321Z[ host-image] May 22 20:55:56.285 INFO O| May 22 20:55:56.285 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
89752025-05-22T20:55:56.321Z[ host-image] May 22 20:55:56.285 INFO O| May 22 20:55:56.285 INFO STEP 35 (remove_files) COMPLETE
89762025-05-22T20:55:56.324Z[ host-image] May 22 20:55:56.285 INFO O| May 22 20:55:56.285 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89772025-05-22T20:55:56.329Z[ host-image] May 22 20:55:56.293 INFO O| May 22 20:55:56.293 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
89782025-05-22T20:55:56.329Z[ host-image] May 22 20:55:56.293 INFO O| May 22 20:55:56.293 INFO STEP 36 (remove_files) COMPLETE
89792025-05-22T20:55:56.329Z[ host-image] May 22 20:55:56.293 INFO O| May 22 20:55:56.293 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89802025-05-22T20:55:56.337Z[ host-image] May 22 20:55:56.301 INFO O| May 22 20:55:56.301 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
89812025-05-22T20:55:56.337Z[ host-image] May 22 20:55:56.301 INFO O| May 22 20:55:56.301 INFO STEP 37 (remove_files) COMPLETE
89822025-05-22T20:55:56.340Z[ host-image] May 22 20:55:56.301 INFO O| May 22 20:55:56.301 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89832025-05-22T20:55:56.345Z[ host-image] May 22 20:55:56.310 INFO O| May 22 20:55:56.309 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
89842025-05-22T20:55:56.349Z[ host-image] May 22 20:55:56.310 INFO O| May 22 20:55:56.310 INFO STEP 38 (remove_files) COMPLETE
89852025-05-22T20:55:56.349Z[ host-image] May 22 20:55:56.310 INFO O| May 22 20:55:56.310 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89862025-05-22T20:55:56.353Z[ host-image] May 22 20:55:56.317 INFO O| May 22 20:55:56.317 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
89872025-05-22T20:55:56.353Z[ host-image] May 22 20:55:56.317 INFO O| May 22 20:55:56.317 INFO STEP 39 (remove_files) COMPLETE
89882025-05-22T20:55:56.353Z[ host-image] May 22 20:55:56.318 INFO O| May 22 20:55:56.317 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89892025-05-22T20:55:56.361Z[ host-image] May 22 20:55:56.325 INFO O| May 22 20:55:56.325 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
89902025-05-22T20:55:56.364Z[ host-image] May 22 20:55:56.325 INFO O| May 22 20:55:56.325 INFO STEP 40 (remove_files) COMPLETE
89912025-05-22T20:55:56.364Z[ host-image] May 22 20:55:56.325 INFO O| May 22 20:55:56.325 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89922025-05-22T20:55:56.369Z[ host-image] May 22 20:55:56.333 INFO O| May 22 20:55:56.333 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
89932025-05-22T20:55:56.369Z[ host-image] May 22 20:55:56.333 INFO O| May 22 20:55:56.333 INFO STEP 41 (remove_files) COMPLETE
89942025-05-22T20:55:56.373Z[ host-image] May 22 20:55:56.333 INFO O| May 22 20:55:56.333 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89952025-05-22T20:55:56.376Z[ host-image] May 22 20:55:56.341 INFO O| May 22 20:55:56.340 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
89962025-05-22T20:55:56.380Z[ host-image] May 22 20:55:56.341 INFO O| May 22 20:55:56.341 INFO STEP 42 (remove_files) COMPLETE
89972025-05-22T20:55:56.380Z[ host-image] May 22 20:55:56.341 INFO O| May 22 20:55:56.341 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89982025-05-22T20:55:56.385Z[ host-image] May 22 20:55:56.349 INFO O| May 22 20:55:56.349 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
89992025-05-22T20:55:56.385Z[ host-image] May 22 20:55:56.349 INFO O| May 22 20:55:56.349 INFO STEP 43 (remove_files) COMPLETE
90002025-05-22T20:55:56.388Z[ host-image] May 22 20:55:56.349 INFO O| May 22 20:55:56.349 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90012025-05-22T20:55:56.393Z[ host-image] May 22 20:55:56.357 INFO O| May 22 20:55:56.357 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
90022025-05-22T20:55:56.393Z[ host-image] May 22 20:55:56.357 INFO O| May 22 20:55:56.357 INFO STEP 44 (remove_files) COMPLETE
90032025-05-22T20:55:56.396Z[ host-image] May 22 20:55:56.357 INFO O| May 22 20:55:56.357 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90042025-05-22T20:55:56.401Z[ host-image] May 22 20:55:56.365 INFO O| May 22 20:55:56.365 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
90052025-05-22T20:55:56.401Z[ host-image] May 22 20:55:56.365 INFO O| May 22 20:55:56.365 INFO STEP 45 (remove_files) COMPLETE
90062025-05-22T20:55:56.401Z[ host-image] May 22 20:55:56.365 INFO O| May 22 20:55:56.365 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90072025-05-22T20:55:56.408Z[ host-image] May 22 20:55:56.373 INFO O| May 22 20:55:56.373 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
90082025-05-22T20:55:56.412Z[ host-image] May 22 20:55:56.373 INFO O| May 22 20:55:56.373 INFO STEP 46 (remove_files) COMPLETE
90092025-05-22T20:55:56.412Z[ host-image] May 22 20:55:56.373 INFO O| May 22 20:55:56.373 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90102025-05-22T20:55:56.416Z[ host-image] May 22 20:55:56.380 INFO O| May 22 20:55:56.380 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
90112025-05-22T20:55:56.416Z[ host-image] May 22 20:55:56.380 INFO O| May 22 20:55:56.380 INFO STEP 47 (remove_files) COMPLETE
90122025-05-22T20:55:56.416Z[ host-image] May 22 20:55:56.380 INFO O| May 22 20:55:56.380 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90132025-05-22T20:55:56.424Z[ host-image] May 22 20:55:56.388 INFO O| May 22 20:55:56.388 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
90142025-05-22T20:55:56.424Z[ host-image] May 22 20:55:56.388 INFO O| May 22 20:55:56.388 INFO STEP 48 (remove_files) COMPLETE
90152025-05-22T20:55:56.424Z[ host-image] May 22 20:55:56.388 INFO O| May 22 20:55:56.388 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90162025-05-22T20:55:56.432Z[ host-image] May 22 20:55:56.396 INFO O| May 22 20:55:56.396 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
90172025-05-22T20:55:56.435Z[ host-image] May 22 20:55:56.397 INFO O| May 22 20:55:56.397 INFO STEP 49 (remove_files) COMPLETE
90182025-05-22T20:55:56.435Z[ host-image] May 22 20:55:56.397 INFO O| May 22 20:55:56.397 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90192025-05-22T20:55:56.442Z[ host-image] May 22 20:55:56.405 INFO O| May 22 20:55:56.405 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
90202025-05-22T20:55:56.442Z[ host-image] May 22 20:55:56.405 INFO O| May 22 20:55:56.405 INFO STEP 50 (remove_files) COMPLETE
90212025-05-22T20:55:56.445Z[ host-image] May 22 20:55:56.405 INFO O| May 22 20:55:56.405 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90222025-05-22T20:55:56.449Z[ host-image] May 22 20:55:56.413 INFO O| May 22 20:55:56.413 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
90232025-05-22T20:55:56.449Z[ host-image] May 22 20:55:56.413 INFO O| May 22 20:55:56.413 INFO STEP 51 (remove_files) COMPLETE
90242025-05-22T20:55:56.452Z[ host-image] May 22 20:55:56.413 INFO O| May 22 20:55:56.413 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90252025-05-22T20:55:56.457Z[ host-image] May 22 20:55:56.420 INFO O| May 22 20:55:56.420 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
90262025-05-22T20:55:56.460Z[ host-image] May 22 20:55:56.421 INFO O| May 22 20:55:56.420 INFO STEP 52 (remove_files) COMPLETE
90272025-05-22T20:55:56.460Z[ host-image] May 22 20:55:56.421 INFO O| May 22 20:55:56.420 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90282025-05-22T20:55:56.464Z[ host-image] May 22 20:55:56.428 INFO O| May 22 20:55:56.428 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
90292025-05-22T20:55:56.467Z[ host-image] May 22 20:55:56.428 INFO O| May 22 20:55:56.428 INFO STEP 53 (remove_files) COMPLETE
90302025-05-22T20:55:56.467Z[ host-image] May 22 20:55:56.428 INFO O| May 22 20:55:56.428 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90312025-05-22T20:55:56.471Z[ host-image] May 22 20:55:56.436 INFO O| May 22 20:55:56.436 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
90322025-05-22T20:55:56.471Z[ host-image] May 22 20:55:56.436 INFO O| May 22 20:55:56.436 INFO STEP 54 (remove_files) COMPLETE
90332025-05-22T20:55:56.475Z[ host-image] May 22 20:55:56.436 INFO O| May 22 20:55:56.436 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90342025-05-22T20:55:56.479Z[ host-image] May 22 20:55:56.443 INFO O| May 22 20:55:56.443 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
90352025-05-22T20:55:56.479Z[ host-image] May 22 20:55:56.443 INFO O| May 22 20:55:56.443 INFO STEP 55 (remove_files) COMPLETE
90362025-05-22T20:55:56.482Z[ host-image] May 22 20:55:56.443 INFO O| May 22 20:55:56.443 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90372025-05-22T20:55:56.487Z[ host-image] May 22 20:55:56.451 INFO O| May 22 20:55:56.451 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
90382025-05-22T20:55:56.487Z[ host-image] May 22 20:55:56.451 INFO O| May 22 20:55:56.451 INFO STEP 56 (remove_files) COMPLETE
90392025-05-22T20:55:56.490Z[ host-image] May 22 20:55:56.451 INFO O| May 22 20:55:56.451 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90402025-05-22T20:55:56.495Z[ host-image] May 22 20:55:56.459 INFO O| May 22 20:55:56.459 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
90412025-05-22T20:55:56.495Z[ host-image] May 22 20:55:56.459 INFO O| May 22 20:55:56.459 INFO STEP 57 (remove_files) COMPLETE
90422025-05-22T20:55:56.499Z[ host-image] May 22 20:55:56.459 INFO O| May 22 20:55:56.459 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90432025-05-22T20:55:56.504Z[ host-image] May 22 20:55:56.467 INFO O| May 22 20:55:56.467 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
90442025-05-22T20:55:56.504Z[ host-image] May 22 20:55:56.467 INFO O| May 22 20:55:56.467 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
90452025-05-22T20:55:56.508Z[ host-image] May 22 20:55:56.467 INFO O| May 22 20:55:56.467 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
90462025-05-22T20:55:56.508Z[ host-image] May 22 20:55:56.467 INFO O| May 22 20:55:56.467 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
90472025-05-22T20:55:56.508Z[ host-image] May 22 20:55:56.467 INFO O| May 22 20:55:56.467 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
90482025-05-22T20:55:56.508Z[ host-image] May 22 20:55:56.467 INFO O| May 22 20:55:56.467 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
90492025-05-22T20:55:56.508Z[ host-image] May 22 20:55:56.467 INFO O| May 22 20:55:56.467 INFO ok!
90502025-05-22T20:55:56.508Z[ host-image] May 22 20:55:56.467 INFO O| May 22 20:55:56.467 INFO STEP 58 (ensure_file) COMPLETE
90512025-05-22T20:55:56.508Z[ host-image] May 22 20:55:56.467 INFO O| May 22 20:55:56.467 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90522025-05-22T20:55:56.511Z[ host-image] May 22 20:55:56.476 INFO O| May 22 20:55:56.476 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
90532025-05-22T20:55:56.511Z[ host-image] May 22 20:55:56.476 INFO O| May 22 20:55:56.476 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
90542025-05-22T20:55:56.515Z[ host-image] May 22 20:55:56.476 INFO O| May 22 20:55:56.476 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
90552025-05-22T20:55:56.515Z[ host-image] May 22 20:55:56.476 INFO O| May 22 20:55:56.476 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
90562025-05-22T20:55:56.515Z[ host-image] May 22 20:55:56.476 INFO O| May 22 20:55:56.476 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
90572025-05-22T20:55:56.515Z[ host-image] May 22 20:55:56.476 INFO O| May 22 20:55:56.476 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
90582025-05-22T20:55:56.515Z[ host-image] May 22 20:55:56.476 INFO O| May 22 20:55:56.476 INFO ok!
90592025-05-22T20:55:56.516Z[ host-image] May 22 20:55:56.476 INFO O| May 22 20:55:56.476 INFO STEP 59 (ensure_file) COMPLETE
90602025-05-22T20:55:56.516Z[ host-image] May 22 20:55:56.476 INFO O| May 22 20:55:56.476 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90612025-05-22T20:55:56.520Z[ host-image] May 22 20:55:56.484 INFO O| May 22 20:55:56.484 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
90622025-05-22T20:55:56.520Z[ host-image] May 22 20:55:56.484 INFO O| May 22 20:55:56.484 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
90632025-05-22T20:55:56.523Z[ host-image] May 22 20:55:56.484 INFO O| May 22 20:55:56.484 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
90642025-05-22T20:55:56.523Z[ host-image] May 22 20:55:56.484 INFO O| May 22 20:55:56.484 INFO ok!
90652025-05-22T20:55:56.523Z[ host-image] May 22 20:55:56.484 INFO O| May 22 20:55:56.484 INFO STEP 60 (ensure_file) COMPLETE
90662025-05-22T20:55:56.523Z[ host-image] May 22 20:55:56.484 INFO O| May 22 20:55:56.484 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90672025-05-22T20:55:56.528Z[ host-image] May 22 20:55:56.492 INFO O| May 22 20:55:56.492 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
90682025-05-22T20:55:56.528Z[ host-image] May 22 20:55:56.492 INFO O| May 22 20:55:56.492 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
90692025-05-22T20:55:56.531Z[ host-image] May 22 20:55:56.492 INFO O| May 22 20:55:56.492 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
90702025-05-22T20:55:56.531Z[ host-image] May 22 20:55:56.492 INFO O| May 22 20:55:56.492 INFO ok!
90712025-05-22T20:55:56.531Z[ host-image] May 22 20:55:56.492 INFO O| May 22 20:55:56.492 INFO STEP 61 (ensure_file) COMPLETE
90722025-05-22T20:55:56.531Z[ host-image] May 22 20:55:56.492 INFO O| May 22 20:55:56.492 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90732025-05-22T20:55:56.536Z[ host-image] May 22 20:55:56.500 INFO O| May 22 20:55:56.500 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
90742025-05-22T20:55:56.540Z[ host-image] May 22 20:55:56.500 INFO O| May 22 20:55:56.500 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
90752025-05-22T20:55:56.540Z[ host-image] May 22 20:55:56.500 INFO O| May 22 20:55:56.500 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
90762025-05-22T20:55:56.540Z[ host-image] May 22 20:55:56.500 INFO O| May 22 20:55:56.500 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
90772025-05-22T20:55:56.540Z[ host-image] May 22 20:55:56.500 INFO O| May 22 20:55:56.500 INFO ok!
90782025-05-22T20:55:56.540Z[ host-image] May 22 20:55:56.500 INFO O| May 22 20:55:56.500 INFO STEP 62 (ensure_file) COMPLETE
90792025-05-22T20:55:56.540Z[ host-image] May 22 20:55:56.500 INFO O| May 22 20:55:56.500 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90802025-05-22T20:55:56.544Z[ host-image] May 22 20:55:56.508 INFO O| May 22 20:55:56.508 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
90812025-05-22T20:55:56.547Z[ host-image] May 22 20:55:56.508 INFO O| May 22 20:55:56.508 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
90822025-05-22T20:55:56.547Z[ host-image] May 22 20:55:56.508 INFO O| May 22 20:55:56.508 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
90832025-05-22T20:55:56.548Z[ host-image] May 22 20:55:56.508 INFO O| May 22 20:55:56.508 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
90842025-05-22T20:55:56.548Z[ host-image] May 22 20:55:56.508 INFO O| May 22 20:55:56.508 INFO ok!
90852025-05-22T20:55:56.548Z[ host-image] May 22 20:55:56.508 INFO O| May 22 20:55:56.508 INFO STEP 63 (ensure_file) COMPLETE
90862025-05-22T20:55:56.548Z[ host-image] May 22 20:55:56.508 INFO O| May 22 20:55:56.508 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90872025-05-22T20:55:56.552Z[ host-image] May 22 20:55:56.516 INFO O| May 22 20:55:56.516 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
90882025-05-22T20:55:56.555Z[ host-image] May 22 20:55:56.516 INFO O| May 22 20:55:56.516 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
90892025-05-22T20:55:56.555Z[ host-image] May 22 20:55:56.516 INFO O| May 22 20:55:56.516 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
90902025-05-22T20:55:56.555Z[ host-image] May 22 20:55:56.516 INFO O| May 22 20:55:56.516 INFO ok!
90912025-05-22T20:55:56.555Z[ host-image] May 22 20:55:56.516 INFO O| May 22 20:55:56.516 INFO STEP 64 (assemble_files) COMPLETE
90922025-05-22T20:55:56.555Z[ host-image] May 22 20:55:56.516 INFO O| May 22 20:55:56.516 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90932025-05-22T20:55:56.560Z[ host-image] May 22 20:55:56.524 INFO O| May 22 20:55:56.524 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
90942025-05-22T20:55:56.560Z[ host-image] May 22 20:55:56.524 INFO O| May 22 20:55:56.524 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
90952025-05-22T20:55:56.563Z[ host-image] May 22 20:55:56.524 INFO O| May 22 20:55:56.524 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
90962025-05-22T20:55:56.563Z[ host-image] May 22 20:55:56.524 INFO O| May 22 20:55:56.524 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
90972025-05-22T20:55:56.563Z[ host-image] May 22 20:55:56.524 INFO O| May 22 20:55:56.524 INFO ok!
90982025-05-22T20:55:56.563Z[ host-image] May 22 20:55:56.524 INFO O| May 22 20:55:56.524 INFO STEP 65 (ensure_file) COMPLETE
90992025-05-22T20:55:56.563Z[ host-image] May 22 20:55:56.524 INFO O| May 22 20:55:56.524 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91002025-05-22T20:55:56.567Z[ host-image] May 22 20:55:56.531 INFO O| May 22 20:55:56.531 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
91012025-05-22T20:55:56.570Z[ host-image] May 22 20:55:56.531 INFO O| May 22 20:55:56.531 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
91022025-05-22T20:55:56.570Z[ host-image] May 22 20:55:56.531 INFO O| May 22 20:55:56.531 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
91032025-05-22T20:55:56.570Z[ host-image] May 22 20:55:56.531 INFO O| May 22 20:55:56.531 INFO STEP 66 (ensure_dir) COMPLETE
91042025-05-22T20:55:56.570Z[ host-image] May 22 20:55:56.531 INFO O| May 22 20:55:56.531 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91052025-05-22T20:55:56.574Z[ host-image] May 22 20:55:56.539 INFO O| May 22 20:55:56.539 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
91062025-05-22T20:55:56.574Z[ host-image] May 22 20:55:56.539 INFO O| May 22 20:55:56.539 INFO copying /work/oxidecomputer/helios/tmp/image.host/omicron1/files.tar.gz -> /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz ...
91072025-05-22T20:55:56.581Z[ host-image] May 22 20:55:56.545 INFO O| May 22 20:55:56.545 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
91082025-05-22T20:55:56.581Z[ host-image] May 22 20:55:56.545 INFO O| May 22 20:55:56.545 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
91092025-05-22T20:55:56.581Z[ host-image] May 22 20:55:56.545 INFO O| May 22 20:55:56.545 INFO ok!
91102025-05-22T20:55:56.584Z[ host-image] May 22 20:55:56.545 INFO O| May 22 20:55:56.545 INFO STEP 67 (ensure_file) COMPLETE
91112025-05-22T20:55:56.585Z[ host-image] May 22 20:55:56.545 INFO O| May 22 20:55:56.545 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91122025-05-22T20:55:56.589Z[ host-image] May 22 20:55:56.553 INFO O| May 22 20:55:56.553 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
91132025-05-22T20:55:56.589Z[ host-image] May 22 20:55:56.553 INFO O| May 22 20:55:56.553 INFO copying /work/oxidecomputer/helios/tmp/image.host/omicron1/gzonly.txt -> /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt ...
91142025-05-22T20:55:56.592Z[ host-image] May 22 20:55:56.553 INFO O| May 22 20:55:56.553 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
91152025-05-22T20:55:56.592Z[ host-image] May 22 20:55:56.553 INFO O| May 22 20:55:56.553 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
91162025-05-22T20:55:56.592Z[ host-image] May 22 20:55:56.553 INFO O| May 22 20:55:56.553 INFO ok!
91172025-05-22T20:55:56.592Z[ host-image] May 22 20:55:56.553 INFO O| May 22 20:55:56.553 INFO STEP 68 (ensure_file) COMPLETE
91182025-05-22T20:55:56.592Z[ host-image] May 22 20:55:56.553 INFO O| May 22 20:55:56.553 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91192025-05-22T20:55:56.600Z[ host-image] May 22 20:55:56.564 INFO O| May 22 20:55:56.564 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
91202025-05-22T20:55:56.600Z[ host-image] May 22 20:55:56.564 INFO O| May 22 20:55:56.564 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
91212025-05-22T20:55:58.669Z[ host-image] May 22 20:55:58.633 INFO O| May 22 20:55:58.633 INFO STEP 69 (pack_tar) COMPLETE
91222025-05-22T20:55:58.669Z[ host-image] May 22 20:55:58.633 INFO O| May 22 20:55:58.633 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
91232025-05-22T20:55:58.672Z[ host-image] May 22 20:55:58.633 INFO O| May 22 20:55:58.633 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
91242025-05-22T20:55:58.947Z[ host-image] May 22 20:55:58.911 INFO O| May 22 20:55:58.911 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
91252025-05-22T20:55:59.033Z[ host-image] May 22 20:55:58.997 INFO O| May 22 20:55:58.997 INFO completed processing gimlet/ramdisk-02-trim
91262025-05-22T20:55:59.036Z[ host-image] May 22 20:55:58.999 INFO image builder template: zfs...
91272025-05-22T20:55:59.036Z[ host-image] May 22 20:55:58.999 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/host", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-E", "/tmp/.tmpm36bV6/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.35.364", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@15.0.0.0", "-n", "zfs"], pwd: None
91282025-05-22T20:55:59.048Z[ host-image] May 22 20:55:59.013 INFO O| May 22 20:55:59.012 INFO skip include "stress" because feature "stress" is not enabled
91292025-05-22T20:55:59.079Z[ host-image] May 22 20:55:59.043 INFO O| May 22 20:55:59.043 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
91302025-05-22T20:55:59.082Z[ host-image] May 22 20:55:59.046 INFO O| May 22 20:55:59.046 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
91312025-05-22T20:55:59.160Z[ host-image] May 22 20:55:59.125 INFO O| May 22 20:55:59.125 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
91322025-05-22T20:55:59.223Z[ host-image] May 22 20:55:59.187 INFO O| May 22 20:55:59.187 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
91332025-05-22T20:55:59.223Z[ host-image] May 22 20:55:59.187 INFO O| May 22 20:55:59.187 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
91342025-05-22T20:55:59.227Z[ host-image] May 22 20:55:59.191 INFO O| May 22 20:55:59.191 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
91352025-05-22T20:55:59.376Z[ host-image] May 22 20:55:59.340 INFO O| May 22 20:55:59.340 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
91362025-05-22T20:55:59.490Z[ host-image] May 22 20:55:59.454 INFO O| May 22 20:55:59.454 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
91372025-05-22T20:55:59.498Z[ host-image] May 22 20:55:59.462 INFO O| May 22 20:55:59.462 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
91382025-05-22T20:55:59.502Z[ host-image] May 22 20:55:59.466 INFO O| May 22 20:55:59.466 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
91392025-05-22T20:55:59.502Z[ host-image] May 22 20:55:59.466 INFO O| May 22 20:55:59.466 INFO no lofi found
91402025-05-22T20:55:59.505Z[ host-image] May 22 20:55:59.466 INFO O| May 22 20:55:59.466 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
91412025-05-22T20:55:59.505Z[ host-image] May 22 20:55:59.466 INFO O| May 22 20:55:59.466 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
91422025-05-22T20:56:01.038Z[ host-image] May 22 20:56:01.002 INFO O| May 22 20:56:01.002 INFO lofi device = /dev/dsk/c2t1d0p0
91432025-05-22T20:56:01.038Z[ host-image] May 22 20:56:01.002 INFO O| May 22 20:56:01.002 INFO pool device = /dev/dsk/c2t1d0p0
91442025-05-22T20:56:01.042Z[ host-image] May 22 20:56:01.003 INFO O| May 22 20:56:01.002 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
91452025-05-22T20:56:01.142Z[ host-image] May 22 20:56:01.106 INFO O| May 22 20:56:01.106 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91462025-05-22T20:56:01.142Z[ host-image] May 22 20:56:01.106 INFO O| May 22 20:56:01.106 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
91472025-05-22T20:56:01.160Z[ host-image] May 22 20:56:01.124 INFO O| May 22 20:56:01.124 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
91482025-05-22T20:56:01.220Z[ host-image] May 22 20:56:01.184 INFO O| May 22 20:56:01.184 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
91492025-05-22T20:56:01.256Z[ host-image] May 22 20:56:01.220 INFO O| May 22 20:56:01.220 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
91502025-05-22T20:56:01.267Z[ host-image] May 22 20:56:01.232 INFO O| May 22 20:56:01.232 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
91512025-05-22T20:56:01.276Z[ host-image] May 22 20:56:01.240 INFO O| May 22 20:56:01.240 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
91522025-05-22T20:56:01.317Z[ host-image] May 22 20:56:01.281 INFO O| May 22 20:56:01.281 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
91532025-05-22T20:56:01.317Z[ host-image] May 22 20:56:01.281 INFO O| May 22 20:56:01.281 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
91542025-05-22T20:56:01.320Z[ host-image] May 22 20:56:01.281 INFO O| May 22 20:56:01.281 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
91552025-05-22T20:56:01.326Z[ host-image] May 22 20:56:01.291 INFO O| May 22 20:56:01.291 INFO boot environment UUID: 5d528861-5f35-4ad5-bae2-94b99b732219
91562025-05-22T20:56:01.326Z[ host-image] May 22 20:56:01.291 INFO O| May 22 20:56:01.291 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 5d528861-5f35-4ad5-bae2-94b99b732219
91572025-05-22T20:56:01.335Z[ host-image] May 22 20:56:01.300 INFO O| May 22 20:56:01.300 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
91582025-05-22T20:56:01.344Z[ host-image] May 22 20:56:01.308 INFO O| May 22 20:56:01.308 INFO STEP 0 (create_be) COMPLETE
91592025-05-22T20:56:01.344Z[ host-image] May 22 20:56:01.308 INFO O| May 22 20:56:01.308 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91602025-05-22T20:56:01.357Z[ host-image] May 22 20:56:01.321 INFO O| May 22 20:56:01.321 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
91612025-05-22T20:56:20.235Z[ host-image] May 22 20:56:20.201 INFO O| May 22 20:56:20.201 INFO STEP 1 (unpack_tar) COMPLETE
91622025-05-22T20:56:20.235Z[ host-image] May 22 20:56:20.201 INFO O| May 22 20:56:20.201 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91632025-05-22T20:56:20.245Z[ host-image] May 22 20:56:20.212 INFO O| May 22 20:56:20.212 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
91642025-05-22T20:56:20.352Z[ host-image] May 22 20:56:20.318 INFO O| May 22 20:56:20.318 INFO STEP 2 (devfsadm) COMPLETE
91652025-05-22T20:56:20.355Z[ host-image] May 22 20:56:20.318 INFO O| May 22 20:56:20.318 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91662025-05-22T20:56:20.361Z[ host-image] May 22 20:56:20.328 INFO O| May 22 20:56:20.328 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91672025-05-22T20:56:20.364Z[ host-image] May 22 20:56:20.328 INFO O| May 22 20:56:20.328 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91682025-05-22T20:56:20.364Z[ host-image] May 22 20:56:20.328 INFO O| May 22 20:56:20.328 INFO STEP 3 (ensure_dir) COMPLETE
91692025-05-22T20:56:20.364Z[ host-image] May 22 20:56:20.328 INFO O| May 22 20:56:20.328 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91702025-05-22T20:56:20.368Z[ host-image] May 22 20:56:20.335 INFO O| May 22 20:56:20.335 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91712025-05-22T20:56:20.368Z[ host-image] May 22 20:56:20.335 INFO O| May 22 20:56:20.335 INFO STEP 4 (ensure_dir) COMPLETE
91722025-05-22T20:56:20.372Z[ host-image] May 22 20:56:20.335 INFO O| May 22 20:56:20.335 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91732025-05-22T20:56:20.375Z[ host-image] May 22 20:56:20.342 INFO O| May 22 20:56:20.342 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91742025-05-22T20:56:20.379Z[ host-image] May 22 20:56:20.342 INFO O| May 22 20:56:20.342 INFO STEP 5 (ensure_dir) COMPLETE
91752025-05-22T20:56:20.379Z[ host-image] May 22 20:56:20.342 INFO O| May 22 20:56:20.342 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91762025-05-22T20:56:20.383Z[ host-image] May 22 20:56:20.349 INFO O| May 22 20:56:20.349 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91772025-05-22T20:56:20.386Z[ host-image] May 22 20:56:20.350 INFO O| May 22 20:56:20.349 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91782025-05-22T20:56:20.386Z[ host-image] May 22 20:56:20.350 INFO O| May 22 20:56:20.350 INFO STEP 6 (ensure_dir) COMPLETE
91792025-05-22T20:56:20.386Z[ host-image] May 22 20:56:20.350 INFO O| May 22 20:56:20.350 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91802025-05-22T20:56:20.391Z[ host-image] May 22 20:56:20.358 INFO O| May 22 20:56:20.358 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91812025-05-22T20:56:20.391Z[ host-image] May 22 20:56:20.358 INFO O| May 22 20:56:20.358 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91822025-05-22T20:56:20.391Z[ host-image] May 22 20:56:20.358 INFO O| May 22 20:56:20.358 INFO STEP 7 (ensure_dir) COMPLETE
91832025-05-22T20:56:20.394Z[ host-image] May 22 20:56:20.358 INFO O| May 22 20:56:20.358 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91842025-05-22T20:56:20.400Z[ host-image] May 22 20:56:20.367 INFO O| May 22 20:56:20.367 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
91852025-05-22T20:56:20.403Z[ host-image] May 22 20:56:20.367 INFO O| May 22 20:56:20.367 INFO STEP 8 (remove_files) COMPLETE
91862025-05-22T20:56:20.403Z[ host-image] May 22 20:56:20.367 INFO O| May 22 20:56:20.367 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91872025-05-22T20:56:20.409Z[ host-image] May 22 20:56:20.376 INFO O| May 22 20:56:20.375 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
91882025-05-22T20:56:20.412Z[ host-image] May 22 20:56:20.376 INFO O| May 22 20:56:20.376 INFO STEP 9 (remove_files) COMPLETE
91892025-05-22T20:56:20.412Z[ host-image] May 22 20:56:20.376 INFO O| May 22 20:56:20.376 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91902025-05-22T20:56:20.419Z[ host-image] May 22 20:56:20.385 INFO O| May 22 20:56:20.385 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
91912025-05-22T20:56:20.422Z[ host-image] May 22 20:56:20.386 INFO O| May 22 20:56:20.386 INFO STEP 10 (remove_files) COMPLETE
91922025-05-22T20:56:20.422Z[ host-image] May 22 20:56:20.386 INFO O| May 22 20:56:20.386 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91932025-05-22T20:56:20.429Z[ host-image] May 22 20:56:20.395 INFO O| May 22 20:56:20.395 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
91942025-05-22T20:56:20.429Z[ host-image] May 22 20:56:20.395 INFO O| May 22 20:56:20.395 INFO STEP 11 (remove_files) COMPLETE
91952025-05-22T20:56:20.432Z[ host-image] May 22 20:56:20.395 INFO O| May 22 20:56:20.395 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91962025-05-22T20:56:20.437Z[ host-image] May 22 20:56:20.404 INFO O| May 22 20:56:20.404 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
91972025-05-22T20:56:20.440Z[ host-image] May 22 20:56:20.404 INFO O| May 22 20:56:20.404 INFO STEP 12 (remove_files) COMPLETE
91982025-05-22T20:56:20.441Z[ host-image] May 22 20:56:20.404 INFO O| May 22 20:56:20.404 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91992025-05-22T20:56:20.447Z[ host-image] May 22 20:56:20.413 INFO O| May 22 20:56:20.413 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
92002025-05-22T20:56:20.450Z[ host-image] May 22 20:56:20.414 INFO O| May 22 20:56:20.414 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
92012025-05-22T20:56:20.450Z[ host-image] May 22 20:56:20.414 INFO O| May 22 20:56:20.414 INFO STEP 13 (ensure_dir) COMPLETE
92022025-05-22T20:56:20.450Z[ host-image] May 22 20:56:20.414 INFO O| May 22 20:56:20.414 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92032025-05-22T20:56:20.457Z[ host-image] May 22 20:56:20.424 INFO O| May 22 20:56:20.423 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
92042025-05-22T20:56:20.460Z[ host-image] May 22 20:56:20.424 INFO O| May 22 20:56:20.424 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
92052025-05-22T20:56:20.460Z[ host-image] May 22 20:56:20.424 INFO O| May 22 20:56:20.424 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
92062025-05-22T20:56:20.460Z[ host-image] May 22 20:56:20.424 INFO O| May 22 20:56:20.424 INFO STEP 14 (ensure_dir) COMPLETE
92072025-05-22T20:56:20.460Z[ host-image] May 22 20:56:20.424 INFO O| May 22 20:56:20.424 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92082025-05-22T20:56:20.467Z[ host-image] May 22 20:56:20.434 INFO O| May 22 20:56:20.434 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
92092025-05-22T20:56:20.467Z[ host-image] May 22 20:56:20.434 INFO O| May 22 20:56:20.434 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
92102025-05-22T20:56:20.470Z[ host-image] May 22 20:56:20.434 INFO O| May 22 20:56:20.434 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
92112025-05-22T20:56:20.470Z[ host-image] May 22 20:56:20.434 INFO O| May 22 20:56:20.434 INFO STEP 15 (ensure_dir) COMPLETE
92122025-05-22T20:56:20.470Z[ host-image] May 22 20:56:20.434 INFO O| May 22 20:56:20.434 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92132025-05-22T20:56:20.476Z[ host-image] May 22 20:56:20.443 INFO O| May 22 20:56:20.443 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
92142025-05-22T20:56:20.476Z[ host-image] May 22 20:56:20.443 INFO O| May 22 20:56:20.443 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
92152025-05-22T20:56:20.476Z[ host-image] May 22 20:56:20.443 INFO O| May 22 20:56:20.443 INFO STEP 16 (ensure_dir) COMPLETE
92162025-05-22T20:56:20.480Z[ host-image] May 22 20:56:20.443 INFO O| May 22 20:56:20.443 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92172025-05-22T20:56:20.486Z[ host-image] May 22 20:56:20.453 INFO O| May 22 20:56:20.453 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
92182025-05-22T20:56:20.486Z[ host-image] May 22 20:56:20.453 INFO O| May 22 20:56:20.453 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
92192025-05-22T20:56:20.489Z[ host-image] May 22 20:56:20.453 INFO O| May 22 20:56:20.453 INFO STEP 17 (ensure_dir) COMPLETE
92202025-05-22T20:56:20.490Z[ host-image] May 22 20:56:20.453 INFO O| May 22 20:56:20.453 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92212025-05-22T20:56:20.495Z[ host-image] May 22 20:56:20.462 INFO O| May 22 20:56:20.462 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
92222025-05-22T20:56:20.498Z[ host-image] May 22 20:56:20.462 INFO O| May 22 20:56:20.462 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
92232025-05-22T20:56:20.498Z[ host-image] May 22 20:56:20.462 INFO O| May 22 20:56:20.462 INFO ok!
92242025-05-22T20:56:20.499Z[ host-image] May 22 20:56:20.462 INFO O| May 22 20:56:20.462 INFO STEP 18 (ensure_symlink) COMPLETE
92252025-05-22T20:56:20.499Z[ host-image] May 22 20:56:20.462 INFO O| May 22 20:56:20.462 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92262025-05-22T20:56:20.504Z[ host-image] May 22 20:56:20.471 INFO O| May 22 20:56:20.470 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
92272025-05-22T20:56:20.504Z[ host-image] May 22 20:56:20.471 INFO O| May 22 20:56:20.470 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
92282025-05-22T20:56:20.521Z[ host-image] May 22 20:56:20.471 INFO O| May 22 20:56:20.471 INFO ok!
92292025-05-22T20:56:20.521Z[ host-image] May 22 20:56:20.471 INFO O| May 22 20:56:20.471 INFO STEP 19 (ensure_file) COMPLETE
92302025-05-22T20:56:20.521Z[ host-image] May 22 20:56:20.471 INFO O| May 22 20:56:20.471 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92312025-05-22T20:56:20.521Z[ host-image] May 22 20:56:20.479 INFO O| May 22 20:56:20.479 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
92322025-05-22T20:56:20.521Z[ host-image] May 22 20:56:20.479 INFO O| May 22 20:56:20.479 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
92332025-05-22T20:56:20.521Z[ host-image] May 22 20:56:20.479 INFO O| May 22 20:56:20.479 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
92342025-05-22T20:56:20.521Z[ host-image] May 22 20:56:20.479 INFO O| May 22 20:56:20.479 INFO ok!
92352025-05-22T20:56:20.521Z[ host-image] May 22 20:56:20.479 INFO O| May 22 20:56:20.479 INFO STEP 20 (ensure_symlink) COMPLETE
92362025-05-22T20:56:20.521Z[ host-image] May 22 20:56:20.479 INFO O| May 22 20:56:20.479 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92372025-05-22T20:56:20.521Z[ host-image] May 22 20:56:20.486 INFO O| May 22 20:56:20.486 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
92382025-05-22T20:56:20.521Z[ host-image] May 22 20:56:20.486 INFO O| May 22 20:56:20.486 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
92392025-05-22T20:56:20.521Z[ host-image] May 22 20:56:20.486 INFO O| May 22 20:56:20.486 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
92402025-05-22T20:56:20.522Z[ host-image] May 22 20:56:20.486 INFO O| May 22 20:56:20.486 INFO ok!
92412025-05-22T20:56:20.522Z[ host-image] May 22 20:56:20.486 INFO O| May 22 20:56:20.486 INFO STEP 21 (ensure_symlink) COMPLETE
92422025-05-22T20:56:20.522Z[ host-image] May 22 20:56:20.486 INFO O| May 22 20:56:20.486 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92432025-05-22T20:56:20.528Z[ host-image] May 22 20:56:20.494 INFO O| May 22 20:56:20.494 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
92442025-05-22T20:56:20.528Z[ host-image] May 22 20:56:20.494 INFO O| May 22 20:56:20.494 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
92452025-05-22T20:56:20.532Z[ host-image] May 22 20:56:20.495 INFO O| May 22 20:56:20.494 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
92462025-05-22T20:56:20.532Z[ host-image] May 22 20:56:20.495 INFO O| May 22 20:56:20.495 INFO ok!
92472025-05-22T20:56:20.532Z[ host-image] May 22 20:56:20.495 INFO O| May 22 20:56:20.495 INFO STEP 22 (ensure_symlink) COMPLETE
92482025-05-22T20:56:20.532Z[ host-image] May 22 20:56:20.495 INFO O| May 22 20:56:20.495 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92492025-05-22T20:56:20.535Z[ host-image] May 22 20:56:20.502 INFO O| May 22 20:56:20.502 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
92502025-05-22T20:56:20.535Z[ host-image] May 22 20:56:20.502 INFO O| May 22 20:56:20.502 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
92512025-05-22T20:56:20.538Z[ host-image] May 22 20:56:20.502 INFO O| May 22 20:56:20.502 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
92522025-05-22T20:56:20.538Z[ host-image] May 22 20:56:20.502 INFO O| May 22 20:56:20.502 INFO ok!
92532025-05-22T20:56:20.538Z[ host-image] May 22 20:56:20.502 INFO O| May 22 20:56:20.502 INFO STEP 23 (ensure_symlink) COMPLETE
92542025-05-22T20:56:20.538Z[ host-image] May 22 20:56:20.502 INFO O| May 22 20:56:20.502 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92552025-05-22T20:56:20.543Z[ host-image] May 22 20:56:20.510 INFO O| May 22 20:56:20.510 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
92562025-05-22T20:56:20.546Z[ host-image] May 22 20:56:20.510 INFO O| May 22 20:56:20.510 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
92572025-05-22T20:56:20.546Z[ host-image] May 22 20:56:20.510 INFO O| May 22 20:56:20.510 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
92582025-05-22T20:56:20.546Z[ host-image] May 22 20:56:20.510 INFO O| May 22 20:56:20.510 INFO ok!
92592025-05-22T20:56:20.546Z[ host-image] May 22 20:56:20.510 INFO O| May 22 20:56:20.510 INFO STEP 24 (ensure_file) COMPLETE
92602025-05-22T20:56:20.546Z[ host-image] May 22 20:56:20.510 INFO O| May 22 20:56:20.510 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
92612025-05-22T20:56:20.550Z[ host-image] May 22 20:56:20.517 INFO O| May 22 20:56:20.517 INFO updating shadow file
92622025-05-22T20:56:20.554Z[ host-image] May 22 20:56:20.518 INFO O| May 22 20:56:20.518 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
92632025-05-22T20:56:20.554Z[ host-image] May 22 20:56:20.518 INFO O| May 22 20:56:20.518 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
92642025-05-22T20:56:20.554Z[ host-image] May 22 20:56:20.518 INFO O| May 22 20:56:20.518 INFO STEP 25 (shadow) COMPLETE
92652025-05-22T20:56:20.554Z[ host-image] May 22 20:56:20.518 INFO O| May 22 20:56:20.518 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92662025-05-22T20:56:20.559Z[ host-image] May 22 20:56:20.526 INFO O| May 22 20:56:20.526 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
92672025-05-22T20:56:20.559Z[ host-image] May 22 20:56:20.526 INFO O| May 22 20:56:20.526 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
92682025-05-22T20:56:20.562Z[ host-image] May 22 20:56:20.526 INFO O| May 22 20:56:20.526 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
92692025-05-22T20:56:20.562Z[ host-image] May 22 20:56:20.526 INFO O| May 22 20:56:20.526 INFO ok!
92702025-05-22T20:56:20.562Z[ host-image] May 22 20:56:20.526 INFO O| May 22 20:56:20.526 INFO STEP 26 (ensure_file) COMPLETE
92712025-05-22T20:56:20.562Z[ host-image] May 22 20:56:20.526 INFO O| May 22 20:56:20.526 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92722025-05-22T20:56:20.567Z[ host-image] May 22 20:56:20.534 INFO O| May 22 20:56:20.534 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
92732025-05-22T20:56:20.567Z[ host-image] May 22 20:56:20.534 INFO O| May 22 20:56:20.534 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
92742025-05-22T20:56:20.570Z[ host-image] May 22 20:56:20.534 INFO O| May 22 20:56:20.534 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
92752025-05-22T20:56:20.571Z[ host-image] May 22 20:56:20.534 INFO O| May 22 20:56:20.534 INFO ok!
92762025-05-22T20:56:20.571Z[ host-image] May 22 20:56:20.534 INFO O| May 22 20:56:20.534 INFO STEP 27 (ensure_file) COMPLETE
92772025-05-22T20:56:20.571Z[ host-image] May 22 20:56:20.534 INFO O| May 22 20:56:20.534 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92782025-05-22T20:56:20.576Z[ host-image] May 22 20:56:20.543 INFO O| May 22 20:56:20.543 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
92792025-05-22T20:56:20.579Z[ host-image] May 22 20:56:20.543 INFO O| May 22 20:56:20.543 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
92802025-05-22T20:56:20.579Z[ host-image] May 22 20:56:20.543 INFO O| May 22 20:56:20.543 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
92812025-05-22T20:56:20.579Z[ host-image] May 22 20:56:20.543 INFO O| May 22 20:56:20.543 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
92822025-05-22T20:56:20.579Z[ host-image] May 22 20:56:20.543 INFO O| May 22 20:56:20.543 INFO ok!
92832025-05-22T20:56:20.579Z[ host-image] May 22 20:56:20.543 INFO O| May 22 20:56:20.543 INFO STEP 28 (ensure_file) COMPLETE
92842025-05-22T20:56:20.579Z[ host-image] May 22 20:56:20.543 INFO O| May 22 20:56:20.543 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92852025-05-22T20:56:20.585Z[ host-image] May 22 20:56:20.551 INFO O| May 22 20:56:20.551 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
92862025-05-22T20:56:20.585Z[ host-image] May 22 20:56:20.551 INFO O| May 22 20:56:20.551 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
92872025-05-22T20:56:20.589Z[ host-image] May 22 20:56:20.551 INFO O| May 22 20:56:20.551 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
92882025-05-22T20:56:20.589Z[ host-image] May 22 20:56:20.551 INFO O| May 22 20:56:20.551 INFO ok!
92892025-05-22T20:56:20.589Z[ host-image] May 22 20:56:20.551 INFO O| May 22 20:56:20.551 INFO STEP 29 (ensure_file) COMPLETE
92902025-05-22T20:56:20.589Z[ host-image] May 22 20:56:20.551 INFO O| May 22 20:56:20.551 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92912025-05-22T20:56:20.592Z[ host-image] May 22 20:56:20.559 INFO O| May 22 20:56:20.559 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
92922025-05-22T20:56:20.595Z[ host-image] May 22 20:56:20.559 INFO O| May 22 20:56:20.559 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
92932025-05-22T20:56:20.595Z[ host-image] May 22 20:56:20.559 INFO O| May 22 20:56:20.559 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
92942025-05-22T20:56:20.595Z[ host-image] May 22 20:56:20.559 INFO O| May 22 20:56:20.559 INFO ok!
92952025-05-22T20:56:20.595Z[ host-image] May 22 20:56:20.559 INFO O| May 22 20:56:20.559 INFO STEP 30 (ensure_file) COMPLETE
92962025-05-22T20:56:20.595Z[ host-image] May 22 20:56:20.559 INFO O| May 22 20:56:20.559 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92972025-05-22T20:56:20.601Z[ host-image] May 22 20:56:20.568 INFO O| May 22 20:56:20.568 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
92982025-05-22T20:56:20.602Z[ host-image] May 22 20:56:20.568 INFO O| May 22 20:56:20.568 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
92992025-05-22T20:56:20.605Z[ host-image] May 22 20:56:20.568 INFO O| May 22 20:56:20.568 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
93002025-05-22T20:56:20.605Z[ host-image] May 22 20:56:20.569 INFO O| May 22 20:56:20.568 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
93012025-05-22T20:56:20.605Z[ host-image] May 22 20:56:20.569 INFO O| May 22 20:56:20.569 INFO ok!
93022025-05-22T20:56:20.605Z[ host-image] May 22 20:56:20.569 INFO O| May 22 20:56:20.569 INFO STEP 31 (ensure_file) COMPLETE
93032025-05-22T20:56:20.605Z[ host-image] May 22 20:56:20.569 INFO O| May 22 20:56:20.569 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93042025-05-22T20:56:20.611Z[ host-image] May 22 20:56:20.578 INFO O| May 22 20:56:20.578 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
93052025-05-22T20:56:20.615Z[ host-image] May 22 20:56:20.578 INFO O| May 22 20:56:20.578 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
93062025-05-22T20:56:20.615Z[ host-image] May 22 20:56:20.578 INFO O| May 22 20:56:20.578 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
93072025-05-22T20:56:20.615Z[ host-image] May 22 20:56:20.578 INFO O| May 22 20:56:20.578 INFO ok!
93082025-05-22T20:56:20.615Z[ host-image] May 22 20:56:20.578 INFO O| May 22 20:56:20.578 INFO STEP 32 (ensure_file) COMPLETE
93092025-05-22T20:56:20.615Z[ host-image] May 22 20:56:20.578 INFO O| May 22 20:56:20.578 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93102025-05-22T20:56:20.621Z[ host-image] May 22 20:56:20.587 INFO O| May 22 20:56:20.587 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
93112025-05-22T20:56:20.621Z[ host-image] May 22 20:56:20.588 INFO O| May 22 20:56:20.588 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
93122025-05-22T20:56:20.624Z[ host-image] May 22 20:56:20.588 INFO O| May 22 20:56:20.588 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
93132025-05-22T20:56:20.624Z[ host-image] May 22 20:56:20.588 INFO O| May 22 20:56:20.588 INFO ok!
93142025-05-22T20:56:20.624Z[ host-image] May 22 20:56:20.588 INFO O| May 22 20:56:20.588 INFO STEP 33 (ensure_file) COMPLETE
93152025-05-22T20:56:20.624Z[ host-image] May 22 20:56:20.588 INFO O| May 22 20:56:20.588 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93162025-05-22T20:56:20.631Z[ host-image] May 22 20:56:20.598 INFO O| May 22 20:56:20.597 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
93172025-05-22T20:56:20.631Z[ host-image] May 22 20:56:20.598 INFO O| May 22 20:56:20.598 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
93182025-05-22T20:56:20.636Z[ host-image] May 22 20:56:20.598 INFO O| May 22 20:56:20.598 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
93192025-05-22T20:56:20.636Z[ host-image] May 22 20:56:20.598 INFO O| May 22 20:56:20.598 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
93202025-05-22T20:56:20.636Z[ host-image] May 22 20:56:20.598 INFO O| May 22 20:56:20.598 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
93212025-05-22T20:56:20.637Z[ host-image] May 22 20:56:20.598 INFO O| May 22 20:56:20.598 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
93222025-05-22T20:56:20.637Z[ host-image] May 22 20:56:20.598 INFO O| May 22 20:56:20.598 INFO ok!
93232025-05-22T20:56:20.637Z[ host-image] May 22 20:56:20.598 INFO O| May 22 20:56:20.598 INFO STEP 34 (ensure_file) COMPLETE
93242025-05-22T20:56:20.637Z[ host-image] May 22 20:56:20.598 INFO O| May 22 20:56:20.598 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
93252025-05-22T20:56:20.641Z[ host-image] May 22 20:56:20.607 INFO O| May 22 20:56:20.607 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
93262025-05-22T20:56:20.641Z[ host-image] May 22 20:56:20.608 INFO O| May 22 20:56:20.608 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
93272025-05-22T20:56:20.644Z[ host-image] May 22 20:56:20.608 INFO O| May 22 20:56:20.608 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
93282025-05-22T20:56:20.644Z[ host-image] May 22 20:56:20.608 INFO O| May 22 20:56:20.608 INFO STEP 35 (ensure_dir) COMPLETE
93292025-05-22T20:56:20.644Z[ host-image] May 22 20:56:20.608 INFO O| May 22 20:56:20.608 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
93302025-05-22T20:56:20.650Z[ host-image] May 22 20:56:20.617 INFO O| May 22 20:56:20.617 INFO file /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin does not exist
93312025-05-22T20:56:20.650Z[ host-image] May 22 20:56:20.617 INFO O| May 22 20:56:20.617 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/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
93322025-05-22T20:56:20.654Z[ host-image] May 22 20:56:20.617 INFO O| May 22 20:56:20.617 INFO perms are 644, should be 555, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
93332025-05-22T20:56:20.654Z[ host-image] May 22 20:56:20.617 INFO O| May 22 20:56:20.617 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
93342025-05-22T20:56:20.654Z[ host-image] May 22 20:56:20.617 INFO O| May 22 20:56:20.617 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
93352025-05-22T20:56:20.654Z[ host-image] May 22 20:56:20.617 INFO O| May 22 20:56:20.617 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
93362025-05-22T20:56:20.654Z[ host-image] May 22 20:56:20.617 INFO O| May 22 20:56:20.617 INFO ok!
93372025-05-22T20:56:20.654Z[ host-image] May 22 20:56:20.618 INFO O| May 22 20:56:20.617 INFO STEP 36 (ensure_file) COMPLETE
93382025-05-22T20:56:20.654Z[ host-image] May 22 20:56:20.618 INFO O| May 22 20:56:20.617 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
93392025-05-22T20:56:20.659Z[ host-image] May 22 20:56:20.626 INFO O| May 22 20:56:20.626 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
93402025-05-22T20:56:20.662Z[ host-image] May 22 20:56:20.626 INFO O| May 22 20:56:20.626 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin -> Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
93412025-05-22T20:56:20.662Z[ host-image] May 22 20:56:20.626 INFO O| May 22 20:56:20.626 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
93422025-05-22T20:56:20.662Z[ host-image] May 22 20:56:20.626 INFO O| May 22 20:56:20.626 INFO ok!
93432025-05-22T20:56:20.662Z[ host-image] May 22 20:56:20.626 INFO O| May 22 20:56:20.626 INFO STEP 37 (ensure_symlink) COMPLETE
93442025-05-22T20:56:20.662Z[ host-image] May 22 20:56:20.626 INFO O| May 22 20:56:20.626 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93452025-05-22T20:56:20.668Z[ host-image] May 22 20:56:20.635 INFO O| May 22 20:56:20.635 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
93462025-05-22T20:56:20.668Z[ host-image] May 22 20:56:20.635 INFO O| May 22 20:56:20.635 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
93472025-05-22T20:56:20.671Z[ host-image] May 22 20:56:20.635 INFO O| May 22 20:56:20.635 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93482025-05-22T20:56:20.671Z[ host-image] May 22 20:56:20.635 INFO O| May 22 20:56:20.635 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93492025-05-22T20:56:20.671Z[ host-image] May 22 20:56:20.635 INFO O| May 22 20:56:20.635 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93502025-05-22T20:56:20.671Z[ host-image] May 22 20:56:20.635 INFO O| May 22 20:56:20.635 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93512025-05-22T20:56:20.671Z[ host-image] May 22 20:56:20.635 INFO O| May 22 20:56:20.635 INFO ok!
93522025-05-22T20:56:20.671Z[ host-image] May 22 20:56:20.635 INFO O| May 22 20:56:20.635 INFO STEP 38 (ensure_file) COMPLETE
93532025-05-22T20:56:20.671Z[ host-image] May 22 20:56:20.635 INFO O| May 22 20:56:20.635 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93542025-05-22T20:56:20.676Z[ host-image] May 22 20:56:20.643 INFO O| May 22 20:56:20.643 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
93552025-05-22T20:56:20.679Z[ host-image] May 22 20:56:20.643 INFO O| May 22 20:56:20.643 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml ...
93562025-05-22T20:56:20.679Z[ host-image] May 22 20:56:20.643 INFO O| May 22 20:56:20.643 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
93572025-05-22T20:56:20.680Z[ host-image] May 22 20:56:20.643 INFO O| May 22 20:56:20.643 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
93582025-05-22T20:56:20.680Z[ host-image] May 22 20:56:20.643 INFO O| May 22 20:56:20.643 INFO ok!
93592025-05-22T20:56:20.680Z[ host-image] May 22 20:56:20.643 INFO O| May 22 20:56:20.643 INFO STEP 39 (ensure_file) COMPLETE
93602025-05-22T20:56:20.680Z[ host-image] May 22 20:56:20.643 INFO O| May 22 20:56:20.643 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93612025-05-22T20:56:20.685Z[ host-image] May 22 20:56:20.652 INFO O| May 22 20:56:20.652 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
93622025-05-22T20:56:20.685Z[ host-image] May 22 20:56:20.652 INFO O| May 22 20:56:20.652 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
93632025-05-22T20:56:20.689Z[ host-image] May 22 20:56:20.652 INFO O| May 22 20:56:20.652 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
93642025-05-22T20:56:20.689Z[ host-image] May 22 20:56:20.652 INFO O| May 22 20:56:20.652 INFO ok!
93652025-05-22T20:56:20.689Z[ host-image] May 22 20:56:20.652 INFO O| May 22 20:56:20.652 INFO STEP 40 (ensure_file) COMPLETE
93662025-05-22T20:56:20.689Z[ host-image] May 22 20:56:20.652 INFO O| May 22 20:56:20.652 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
93672025-05-22T20:56:20.694Z[ host-image] May 22 20:56:20.661 INFO O| May 22 20:56:20.661 INFO updating shadow file
93682025-05-22T20:56:20.697Z[ host-image] May 22 20:56:20.661 INFO O| May 22 20:56:20.661 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
93692025-05-22T20:56:20.697Z[ host-image] May 22 20:56:20.661 INFO O| May 22 20:56:20.661 INFO STEP 41 (shadow) COMPLETE
93702025-05-22T20:56:20.697Z[ host-image] May 22 20:56:20.661 INFO O| May 22 20:56:20.661 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
93712025-05-22T20:56:20.703Z[ host-image] May 22 20:56:20.670 INFO O| May 22 20:56:20.670 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
93722025-05-22T20:56:20.707Z[ host-image] May 22 20:56:20.670 INFO O| May 22 20:56:20.670 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
93732025-05-22T20:56:20.707Z[ host-image] May 22 20:56:20.670 INFO O| May 22 20:56:20.670 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
93742025-05-22T20:56:20.707Z[ host-image] May 22 20:56:20.671 INFO O| May 22 20:56:20.670 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
93752025-05-22T20:56:20.707Z[ host-image] May 22 20:56:20.671 INFO O| May 22 20:56:20.671 INFO ok!
93762025-05-22T20:56:20.707Z[ host-image] May 22 20:56:20.671 INFO O| May 22 20:56:20.671 INFO STEP 42 (ensure_file) COMPLETE
93772025-05-22T20:56:20.707Z[ host-image] May 22 20:56:20.671 INFO O| May 22 20:56:20.671 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93782025-05-22T20:56:20.707Z[ host-image] May 22 20:56:20.671 INFO O| May 22 20:56:20.671 INFO skip step because feature "mfg" is not enabled
93792025-05-22T20:56:20.707Z[ host-image] May 22 20:56:20.671 INFO O| May 22 20:56:20.671 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93802025-05-22T20:56:20.707Z[ host-image] May 22 20:56:20.671 INFO O| May 22 20:56:20.671 INFO skip step because feature "mfg" is not enabled
93812025-05-22T20:56:20.707Z[ host-image] May 22 20:56:20.671 INFO O| May 22 20:56:20.671 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93822025-05-22T20:56:20.714Z[ host-image] May 22 20:56:20.681 INFO O| May 22 20:56:20.681 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
93832025-05-22T20:56:20.714Z[ host-image] May 22 20:56:20.681 INFO O| May 22 20:56:20.681 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
93842025-05-22T20:56:21.290Z[ host-image] May 22 20:56:21.257 INFO O| May 22 20:56:21.257 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
93852025-05-22T20:56:21.291Z[ host-image] May 22 20:56:21.257 INFO O| May 22 20:56:21.257 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
93862025-05-22T20:56:21.294Z[ host-image] May 22 20:56:21.257 INFO O| May 22 20:56:21.257 INFO ok!
93872025-05-22T20:56:21.294Z[ host-image] May 22 20:56:21.257 INFO O| May 22 20:56:21.257 INFO STEP 45 (ensure_file) COMPLETE
93882025-05-22T20:56:21.294Z[ host-image] May 22 20:56:21.257 INFO O| May 22 20:56:21.257 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93892025-05-22T20:56:21.300Z[ host-image] May 22 20:56:21.267 INFO O| May 22 20:56:21.267 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
93902025-05-22T20:56:21.300Z[ host-image] May 22 20:56:21.267 INFO O| May 22 20:56:21.267 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
93912025-05-22T20:56:21.304Z[ host-image] May 22 20:56:21.267 INFO O| May 22 20:56:21.267 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93922025-05-22T20:56:21.304Z[ host-image] May 22 20:56:21.267 INFO O| May 22 20:56:21.267 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93932025-05-22T20:56:21.304Z[ host-image] May 22 20:56:21.267 INFO O| May 22 20:56:21.267 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93942025-05-22T20:56:21.304Z[ host-image] May 22 20:56:21.267 INFO O| May 22 20:56:21.267 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93952025-05-22T20:56:21.304Z[ host-image] May 22 20:56:21.267 INFO O| May 22 20:56:21.267 INFO ok!
93962025-05-22T20:56:21.304Z[ host-image] May 22 20:56:21.267 INFO O| May 22 20:56:21.267 INFO STEP 46 (ensure_file) COMPLETE
93972025-05-22T20:56:21.304Z[ host-image] May 22 20:56:21.267 INFO O| May 22 20:56:21.267 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93982025-05-22T20:56:21.309Z[ host-image] May 22 20:56:21.276 INFO O| May 22 20:56:21.276 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
93992025-05-22T20:56:21.309Z[ host-image] May 22 20:56:21.276 INFO O| May 22 20:56:21.276 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml ...
94002025-05-22T20:56:21.312Z[ host-image] May 22 20:56:21.276 INFO O| May 22 20:56:21.276 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
94012025-05-22T20:56:21.312Z[ host-image] May 22 20:56:21.276 INFO O| May 22 20:56:21.276 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
94022025-05-22T20:56:21.312Z[ host-image] May 22 20:56:21.276 INFO O| May 22 20:56:21.276 INFO ok!
94032025-05-22T20:56:21.312Z[ host-image] May 22 20:56:21.276 INFO O| May 22 20:56:21.276 INFO STEP 47 (ensure_file) COMPLETE
94042025-05-22T20:56:21.312Z[ host-image] May 22 20:56:21.276 INFO O| May 22 20:56:21.276 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94052025-05-22T20:56:21.317Z[ host-image] May 22 20:56:21.284 INFO O| May 22 20:56:21.284 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
94062025-05-22T20:56:21.317Z[ host-image] May 22 20:56:21.284 INFO O| May 22 20:56:21.284 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
94072025-05-22T20:56:21.321Z[ host-image] May 22 20:56:21.284 INFO O| May 22 20:56:21.284 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
94082025-05-22T20:56:21.321Z[ host-image] May 22 20:56:21.284 INFO O| May 22 20:56:21.284 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
94092025-05-22T20:56:21.321Z[ host-image] May 22 20:56:21.284 INFO O| May 22 20:56:21.284 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
94102025-05-22T20:56:21.321Z[ host-image] May 22 20:56:21.284 INFO O| May 22 20:56:21.284 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
94112025-05-22T20:56:21.321Z[ host-image] May 22 20:56:21.284 INFO O| May 22 20:56:21.284 INFO ok!
94122025-05-22T20:56:21.321Z[ host-image] May 22 20:56:21.284 INFO O| May 22 20:56:21.284 INFO STEP 48 (ensure_file) COMPLETE
94132025-05-22T20:56:21.321Z[ host-image] May 22 20:56:21.284 INFO O| May 22 20:56:21.284 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94142025-05-22T20:56:21.326Z[ host-image] May 22 20:56:21.293 INFO O| May 22 20:56:21.293 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
94152025-05-22T20:56:21.326Z[ host-image] May 22 20:56:21.293 INFO O| May 22 20:56:21.293 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml ...
94162025-05-22T20:56:21.329Z[ host-image] May 22 20:56:21.293 INFO O| May 22 20:56:21.293 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
94172025-05-22T20:56:21.329Z[ host-image] May 22 20:56:21.293 INFO O| May 22 20:56:21.293 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
94182025-05-22T20:56:21.329Z[ host-image] May 22 20:56:21.293 INFO O| May 22 20:56:21.293 INFO ok!
94192025-05-22T20:56:21.329Z[ host-image] May 22 20:56:21.293 INFO O| May 22 20:56:21.293 INFO STEP 49 (ensure_file) COMPLETE
94202025-05-22T20:56:21.329Z[ host-image] May 22 20:56:21.293 INFO O| May 22 20:56:21.293 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94212025-05-22T20:56:21.334Z[ host-image] May 22 20:56:21.301 INFO O| May 22 20:56:21.301 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
94222025-05-22T20:56:21.334Z[ host-image] May 22 20:56:21.301 INFO O| May 22 20:56:21.301 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-cpu-loadgen.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-cpu-loadgen ...
94232025-05-22T20:56:21.334Z[ host-image] May 22 20:56:21.301 INFO O| May 22 20:56:21.301 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-cpu-loadgen
94242025-05-22T20:56:21.338Z[ host-image] May 22 20:56:21.301 INFO O| May 22 20:56:21.301 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-cpu-loadgen
94252025-05-22T20:56:21.338Z[ host-image] May 22 20:56:21.301 INFO O| May 22 20:56:21.301 INFO ok!
94262025-05-22T20:56:21.338Z[ host-image] May 22 20:56:21.301 INFO O| May 22 20:56:21.301 INFO STEP 50 (ensure_file) COMPLETE
94272025-05-22T20:56:21.338Z[ host-image] May 22 20:56:21.301 INFO O| May 22 20:56:21.301 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94282025-05-22T20:56:21.342Z[ host-image] May 22 20:56:21.309 INFO O| May 22 20:56:21.309 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
94292025-05-22T20:56:21.342Z[ host-image] May 22 20:56:21.309 INFO O| May 22 20:56:21.309 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-cpu-loadgen.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml ...
94302025-05-22T20:56:21.346Z[ host-image] May 22 20:56:21.309 INFO O| May 22 20:56:21.309 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
94312025-05-22T20:56:21.346Z[ host-image] May 22 20:56:21.309 INFO O| May 22 20:56:21.309 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
94322025-05-22T20:56:21.346Z[ host-image] May 22 20:56:21.309 INFO O| May 22 20:56:21.309 INFO ok!
94332025-05-22T20:56:21.346Z[ host-image] May 22 20:56:21.309 INFO O| May 22 20:56:21.309 INFO STEP 51 (ensure_file) COMPLETE
94342025-05-22T20:56:21.346Z[ host-image] May 22 20:56:21.310 INFO O| May 22 20:56:21.309 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94352025-05-22T20:56:21.351Z[ host-image] May 22 20:56:21.318 INFO O| May 22 20:56:21.318 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
94362025-05-22T20:56:21.351Z[ host-image] May 22 20:56:21.318 INFO O| May 22 20:56:21.318 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
94372025-05-22T20:56:21.354Z[ host-image] May 22 20:56:21.318 INFO O| May 22 20:56:21.318 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
94382025-05-22T20:56:21.354Z[ host-image] May 22 20:56:21.318 INFO O| May 22 20:56:21.318 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
94392025-05-22T20:56:21.354Z[ host-image] May 22 20:56:21.318 INFO O| May 22 20:56:21.318 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
94402025-05-22T20:56:21.354Z[ host-image] May 22 20:56:21.318 INFO O| May 22 20:56:21.318 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
94412025-05-22T20:56:21.354Z[ host-image] May 22 20:56:21.318 INFO O| May 22 20:56:21.318 INFO ok!
94422025-05-22T20:56:21.354Z[ host-image] May 22 20:56:21.318 INFO O| May 22 20:56:21.318 INFO STEP 52 (ensure_file) COMPLETE
94432025-05-22T20:56:21.354Z[ host-image] May 22 20:56:21.318 INFO O| May 22 20:56:21.318 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94442025-05-22T20:56:21.359Z[ host-image] May 22 20:56:21.326 INFO O| May 22 20:56:21.326 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
94452025-05-22T20:56:21.359Z[ host-image] May 22 20:56:21.326 INFO O| May 22 20:56:21.326 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml ...
94462025-05-22T20:56:21.363Z[ host-image] May 22 20:56:21.326 INFO O| May 22 20:56:21.326 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
94472025-05-22T20:56:21.363Z[ host-image] May 22 20:56:21.326 INFO O| May 22 20:56:21.326 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
94482025-05-22T20:56:21.363Z[ host-image] May 22 20:56:21.326 INFO O| May 22 20:56:21.326 INFO ok!
94492025-05-22T20:56:21.363Z[ host-image] May 22 20:56:21.326 INFO O| May 22 20:56:21.326 INFO STEP 53 (ensure_file) COMPLETE
94502025-05-22T20:56:21.363Z[ host-image] May 22 20:56:21.326 INFO O| May 22 20:56:21.326 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94512025-05-22T20:56:21.367Z[ host-image] May 22 20:56:21.334 INFO O| May 22 20:56:21.334 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
94522025-05-22T20:56:21.367Z[ host-image] May 22 20:56:21.334 INFO O| May 22 20:56:21.334 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-time.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml ...
94532025-05-22T20:56:21.370Z[ host-image] May 22 20:56:21.334 INFO O| May 22 20:56:21.334 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
94542025-05-22T20:56:21.370Z[ host-image] May 22 20:56:21.334 INFO O| May 22 20:56:21.334 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
94552025-05-22T20:56:21.370Z[ host-image] May 22 20:56:21.334 INFO O| May 22 20:56:21.334 INFO ok!
94562025-05-22T20:56:21.370Z[ host-image] May 22 20:56:21.334 INFO O| May 22 20:56:21.334 INFO STEP 54 (ensure_file) COMPLETE
94572025-05-22T20:56:21.371Z[ host-image] May 22 20:56:21.334 INFO O| May 22 20:56:21.334 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94582025-05-22T20:56:21.375Z[ host-image] May 22 20:56:21.342 INFO O| May 22 20:56:21.341 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
94592025-05-22T20:56:21.375Z[ host-image] May 22 20:56:21.342 INFO O| May 22 20:56:21.342 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-dump.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml ...
94602025-05-22T20:56:21.378Z[ host-image] May 22 20:56:21.342 INFO O| May 22 20:56:21.342 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
94612025-05-22T20:56:21.378Z[ host-image] May 22 20:56:21.342 INFO O| May 22 20:56:21.342 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
94622025-05-22T20:56:21.378Z[ host-image] May 22 20:56:21.342 INFO O| May 22 20:56:21.342 INFO ok!
94632025-05-22T20:56:21.378Z[ host-image] May 22 20:56:21.342 INFO O| May 22 20:56:21.342 INFO STEP 55 (ensure_file) COMPLETE
94642025-05-22T20:56:21.378Z[ host-image] May 22 20:56:21.342 INFO O| May 22 20:56:21.342 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94652025-05-22T20:56:21.383Z[ host-image] May 22 20:56:21.350 INFO O| May 22 20:56:21.350 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
94662025-05-22T20:56:21.383Z[ host-image] May 22 20:56:21.350 INFO O| May 22 20:56:21.350 INFO STEP 56 (ensure_dir) COMPLETE
94672025-05-22T20:56:21.386Z[ host-image] May 22 20:56:21.350 INFO O| May 22 20:56:21.350 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94682025-05-22T20:56:21.390Z[ host-image] May 22 20:56:21.357 INFO O| May 22 20:56:21.357 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
94692025-05-22T20:56:21.390Z[ host-image] May 22 20:56:21.357 INFO O| May 22 20:56:21.357 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
94702025-05-22T20:56:21.393Z[ host-image] May 22 20:56:21.357 INFO O| May 22 20:56:21.357 INFO STEP 57 (ensure_dir) COMPLETE
94712025-05-22T20:56:21.393Z[ host-image] May 22 20:56:21.357 INFO O| May 22 20:56:21.357 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94722025-05-22T20:56:21.397Z[ host-image] May 22 20:56:21.364 INFO O| May 22 20:56:21.364 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
94732025-05-22T20:56:21.400Z[ host-image] May 22 20:56:21.364 INFO O| May 22 20:56:21.364 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
94742025-05-22T20:56:21.400Z[ host-image] May 22 20:56:21.364 INFO O| May 22 20:56:21.364 INFO STEP 58 (ensure_dir) COMPLETE
94752025-05-22T20:56:21.400Z[ host-image] May 22 20:56:21.364 INFO O| May 22 20:56:21.364 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94762025-05-22T20:56:21.405Z[ host-image] May 22 20:56:21.372 INFO O| May 22 20:56:21.371 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
94772025-05-22T20:56:21.405Z[ host-image] May 22 20:56:21.372 INFO O| May 22 20:56:21.372 INFO copying /tmp/.tmpm36bV6/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
94782025-05-22T20:56:22.514Z[ host-image] May 22 20:56:22.481 INFO O| May 22 20:56:22.481 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
94792025-05-22T20:56:22.514Z[ host-image] May 22 20:56:22.481 INFO O| May 22 20:56:22.481 INFO ok!
94802025-05-22T20:56:22.518Z[ host-image] May 22 20:56:22.481 INFO O| May 22 20:56:22.481 INFO STEP 59 (ensure_file) COMPLETE
94812025-05-22T20:56:22.518Z[ host-image] May 22 20:56:22.481 INFO O| May 22 20:56:22.481 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94822025-05-22T20:56:22.524Z[ host-image] May 22 20:56:22.491 INFO O| May 22 20:56:22.491 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
94832025-05-22T20:56:22.527Z[ host-image] May 22 20:56:22.491 INFO O| May 22 20:56:22.491 INFO copying /tmp/.tmpm36bV6/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
94842025-05-22T20:56:23.535Z[ host-image] May 22 20:56:23.502 INFO O| May 22 20:56:23.502 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
94852025-05-22T20:56:23.535Z[ host-image] May 22 20:56:23.502 INFO O| May 22 20:56:23.502 INFO ok!
94862025-05-22T20:56:23.539Z[ host-image] May 22 20:56:23.502 INFO O| May 22 20:56:23.502 INFO STEP 60 (ensure_file) COMPLETE
94872025-05-22T20:56:23.539Z[ host-image] May 22 20:56:23.502 INFO O| May 22 20:56:23.502 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94882025-05-22T20:56:23.545Z[ host-image] May 22 20:56:23.512 INFO O| May 22 20:56:23.512 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
94892025-05-22T20:56:23.549Z[ host-image] May 22 20:56:23.512 INFO O| May 22 20:56:23.512 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
94902025-05-22T20:56:23.549Z[ host-image] May 22 20:56:23.512 INFO O| May 22 20:56:23.512 INFO STEP 61 (ensure_dir) COMPLETE
94912025-05-22T20:56:23.549Z[ host-image] May 22 20:56:23.512 INFO O| May 22 20:56:23.512 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94922025-05-22T20:56:23.554Z[ host-image] May 22 20:56:23.522 INFO O| May 22 20:56:23.522 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
94932025-05-22T20:56:23.559Z[ host-image] May 22 20:56:23.522 INFO O| May 22 20:56:23.522 INFO copying /tmp/.tmpm36bV6/proto/host/root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh ...
94942025-05-22T20:56:23.559Z[ host-image] May 22 20:56:23.522 INFO O| May 22 20:56:23.522 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
94952025-05-22T20:56:23.559Z[ host-image] May 22 20:56:23.522 INFO O| May 22 20:56:23.522 INFO ok!
94962025-05-22T20:56:23.559Z[ host-image] May 22 20:56:23.522 INFO O| May 22 20:56:23.522 INFO STEP 62 (ensure_file) COMPLETE
94972025-05-22T20:56:23.559Z[ host-image] May 22 20:56:23.522 INFO O| May 22 20:56:23.522 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94982025-05-22T20:56:23.565Z[ host-image] May 22 20:56:23.530 INFO O| May 22 20:56:23.530 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
94992025-05-22T20:56:23.565Z[ host-image] May 22 20:56:23.530 INFO O| May 22 20:56:23.530 INFO copying /tmp/.tmpm36bV6/proto/host/root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh ...
95002025-05-22T20:56:23.565Z[ host-image] May 22 20:56:23.530 INFO O| May 22 20:56:23.530 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
95012025-05-22T20:56:23.565Z[ host-image] May 22 20:56:23.530 INFO O| May 22 20:56:23.530 INFO ok!
95022025-05-22T20:56:23.565Z[ host-image] May 22 20:56:23.530 INFO O| May 22 20:56:23.530 INFO STEP 63 (ensure_file) COMPLETE
95032025-05-22T20:56:23.565Z[ host-image] May 22 20:56:23.530 INFO O| May 22 20:56:23.530 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95042025-05-22T20:56:23.571Z[ host-image] May 22 20:56:23.538 INFO O| May 22 20:56:23.538 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
95052025-05-22T20:56:23.571Z[ host-image] May 22 20:56:23.538 INFO O| May 22 20:56:23.538 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
95062025-05-22T20:56:23.571Z[ host-image] May 22 20:56:23.538 INFO O| May 22 20:56:23.538 INFO STEP 64 (ensure_dir) COMPLETE
95072025-05-22T20:56:23.571Z[ host-image] May 22 20:56:23.538 INFO O| May 22 20:56:23.538 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95082025-05-22T20:56:23.578Z[ host-image] May 22 20:56:23.545 INFO O| May 22 20:56:23.545 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
95092025-05-22T20:56:23.578Z[ host-image] May 22 20:56:23.545 INFO O| May 22 20:56:23.545 INFO copying /tmp/.tmpm36bV6/proto/host/root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml ...
95102025-05-22T20:56:23.581Z[ host-image] May 22 20:56:23.545 INFO O| May 22 20:56:23.545 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
95112025-05-22T20:56:23.581Z[ host-image] May 22 20:56:23.545 INFO O| May 22 20:56:23.545 INFO ok!
95122025-05-22T20:56:23.581Z[ host-image] May 22 20:56:23.545 INFO O| May 22 20:56:23.545 INFO STEP 65 (ensure_file) COMPLETE
95132025-05-22T20:56:23.581Z[ host-image] May 22 20:56:23.545 INFO O| May 22 20:56:23.545 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95142025-05-22T20:56:23.586Z[ host-image] May 22 20:56:23.553 INFO O| May 22 20:56:23.553 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
95152025-05-22T20:56:23.588Z[ host-image] May 22 20:56:23.553 INFO O| May 22 20:56:23.553 INFO copying /tmp/.tmpm36bV6/proto/host/root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh ...
95162025-05-22T20:56:23.588Z[ host-image] May 22 20:56:23.553 INFO O| May 22 20:56:23.553 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
95172025-05-22T20:56:23.588Z[ host-image] May 22 20:56:23.553 INFO O| May 22 20:56:23.553 INFO ok!
95182025-05-22T20:56:23.588Z[ host-image] May 22 20:56:23.553 INFO O| May 22 20:56:23.553 INFO STEP 66 (ensure_file) COMPLETE
95192025-05-22T20:56:23.588Z[ host-image] May 22 20:56:23.553 INFO O| May 22 20:56:23.553 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95202025-05-22T20:56:23.594Z[ host-image] May 22 20:56:23.561 INFO O| May 22 20:56:23.561 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
95212025-05-22T20:56:23.597Z[ host-image] May 22 20:56:23.561 INFO O| May 22 20:56:23.561 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
95222025-05-22T20:56:23.597Z[ host-image] May 22 20:56:23.561 INFO O| May 22 20:56:23.561 INFO STEP 67 (ensure_dir) COMPLETE
95232025-05-22T20:56:23.597Z[ host-image] May 22 20:56:23.561 INFO O| May 22 20:56:23.561 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95242025-05-22T20:56:23.602Z[ host-image] May 22 20:56:23.570 INFO O| May 22 20:56:23.569 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
95252025-05-22T20:56:23.602Z[ host-image] May 22 20:56:23.570 INFO O| May 22 20:56:23.570 INFO copying /tmp/.tmpm36bV6/proto/host/root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml ...
95262025-05-22T20:56:23.605Z[ host-image] May 22 20:56:23.570 INFO O| May 22 20:56:23.570 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
95272025-05-22T20:56:23.605Z[ host-image] May 22 20:56:23.570 INFO O| May 22 20:56:23.570 INFO ok!
95282025-05-22T20:56:23.605Z[ host-image] May 22 20:56:23.570 INFO O| May 22 20:56:23.570 INFO STEP 68 (ensure_file) COMPLETE
95292025-05-22T20:56:23.605Z[ host-image] May 22 20:56:23.570 INFO O| May 22 20:56:23.570 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95302025-05-22T20:56:23.610Z[ host-image] May 22 20:56:23.578 INFO O| May 22 20:56:23.578 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
95312025-05-22T20:56:23.610Z[ host-image] May 22 20:56:23.578 INFO O| May 22 20:56:23.578 INFO copying /tmp/.tmpm36bV6/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
95322025-05-22T20:56:23.613Z[ host-image] May 22 20:56:23.578 INFO O| May 22 20:56:23.578 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
95332025-05-22T20:56:23.613Z[ host-image] May 22 20:56:23.578 INFO O| May 22 20:56:23.578 INFO ok!
95342025-05-22T20:56:23.613Z[ host-image] May 22 20:56:23.578 INFO O| May 22 20:56:23.578 INFO STEP 69 (ensure_file) COMPLETE
95352025-05-22T20:56:23.613Z[ host-image] May 22 20:56:23.578 INFO O| May 22 20:56:23.578 INFO STEP 70: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95362025-05-22T20:56:23.618Z[ host-image] May 22 20:56:23.585 INFO O| May 22 20:56:23.585 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
95372025-05-22T20:56:23.618Z[ host-image] May 22 20:56:23.585 INFO O| May 22 20:56:23.585 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
95382025-05-22T20:56:23.621Z[ host-image] May 22 20:56:23.585 INFO O| May 22 20:56:23.585 INFO STEP 70 (ensure_dir) COMPLETE
95392025-05-22T20:56:23.621Z[ host-image] May 22 20:56:23.585 INFO O| May 22 20:56:23.585 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95402025-05-22T20:56:23.626Z[ host-image] May 22 20:56:23.593 INFO O| May 22 20:56:23.593 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
95412025-05-22T20:56:23.629Z[ host-image] May 22 20:56:23.593 INFO O| May 22 20:56:23.593 INFO copying /tmp/.tmpm36bV6/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
95422025-05-22T20:56:24.077Z[ host-image] May 22 20:56:24.043 INFO O| May 22 20:56:24.043 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
95432025-05-22T20:56:24.077Z[ host-image] May 22 20:56:24.043 INFO O| May 22 20:56:24.043 INFO ok!
95442025-05-22T20:56:24.077Z[ host-image] May 22 20:56:24.043 INFO O| May 22 20:56:24.043 INFO STEP 71 (ensure_file) COMPLETE
95452025-05-22T20:56:24.077Z[ host-image] May 22 20:56:24.043 INFO O| May 22 20:56:24.043 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95462025-05-22T20:56:24.087Z[ host-image] May 22 20:56:24.054 INFO O| May 22 20:56:24.054 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
95472025-05-22T20:56:24.087Z[ host-image] May 22 20:56:24.054 INFO O| May 22 20:56:24.054 INFO copying /tmp/.tmpm36bV6/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
95482025-05-22T20:56:26.357Z[ host-image] May 22 20:56:26.324 INFO O| May 22 20:56:26.324 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
95492025-05-22T20:56:26.357Z[ host-image] May 22 20:56:26.324 INFO O| May 22 20:56:26.324 INFO ok!
95502025-05-22T20:56:26.362Z[ host-image] May 22 20:56:26.324 INFO O| May 22 20:56:26.324 INFO STEP 72 (ensure_file) COMPLETE
95512025-05-22T20:56:26.362Z[ host-image] May 22 20:56:26.324 INFO O| May 22 20:56:26.324 INFO STEP 73: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95522025-05-22T20:56:26.367Z[ host-image] May 22 20:56:26.335 INFO O| May 22 20:56:26.335 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
95532025-05-22T20:56:26.367Z[ host-image] May 22 20:56:26.335 INFO O| May 22 20:56:26.335 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
95542025-05-22T20:56:26.371Z[ host-image] May 22 20:56:26.335 INFO O| May 22 20:56:26.335 INFO STEP 73 (ensure_dir) COMPLETE
95552025-05-22T20:56:26.371Z[ host-image] May 22 20:56:26.335 INFO O| May 22 20:56:26.335 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95562025-05-22T20:56:26.377Z[ host-image] May 22 20:56:26.345 INFO O| May 22 20:56:26.345 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
95572025-05-22T20:56:26.377Z[ host-image] May 22 20:56:26.345 INFO O| May 22 20:56:26.345 INFO copying /tmp/.tmpm36bV6/proto/host/root/opt/oxide/sled-agent/pkg/config.toml -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml ...
95582025-05-22T20:56:26.380Z[ host-image] May 22 20:56:26.345 INFO O| May 22 20:56:26.345 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
95592025-05-22T20:56:26.380Z[ host-image] May 22 20:56:26.345 INFO O| May 22 20:56:26.345 INFO ok!
95602025-05-22T20:56:26.381Z[ host-image] May 22 20:56:26.345 INFO O| May 22 20:56:26.345 INFO STEP 74 (ensure_file) COMPLETE
95612025-05-22T20:56:26.381Z[ host-image] May 22 20:56:26.345 INFO O| May 22 20:56:26.345 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95622025-05-22T20:56:26.386Z[ host-image] May 22 20:56:26.354 INFO O| May 22 20:56:26.354 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
95632025-05-22T20:56:26.386Z[ host-image] May 22 20:56:26.354 INFO O| May 22 20:56:26.354 INFO copying /tmp/.tmpm36bV6/proto/host/root/opt/oxide/sled-agent/pkg/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md ...
95642025-05-22T20:56:26.390Z[ host-image] May 22 20:56:26.354 INFO O| May 22 20:56:26.354 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
95652025-05-22T20:56:26.390Z[ host-image] May 22 20:56:26.354 INFO O| May 22 20:56:26.354 INFO ok!
95662025-05-22T20:56:26.390Z[ host-image] May 22 20:56:26.354 INFO O| May 22 20:56:26.354 INFO STEP 75 (ensure_file) COMPLETE
95672025-05-22T20:56:26.390Z[ host-image] May 22 20:56:26.354 INFO O| May 22 20:56:26.354 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95682025-05-22T20:56:26.395Z[ host-image] May 22 20:56:26.363 INFO O| May 22 20:56:26.363 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
95692025-05-22T20:56:26.395Z[ host-image] May 22 20:56:26.363 INFO O| May 22 20:56:26.363 INFO copying /tmp/.tmpm36bV6/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
95702025-05-22T20:56:26.395Z[ host-image] May 22 20:56:26.363 INFO O| May 22 20:56:26.363 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
95712025-05-22T20:56:26.395Z[ host-image] May 22 20:56:26.363 INFO O| May 22 20:56:26.363 INFO ok!
95722025-05-22T20:56:26.399Z[ host-image] May 22 20:56:26.363 INFO O| May 22 20:56:26.363 INFO STEP 76 (ensure_file) COMPLETE
95732025-05-22T20:56:26.399Z[ host-image] May 22 20:56:26.363 INFO O| May 22 20:56:26.363 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95742025-05-22T20:56:26.450Z[ host-image] May 22 20:56:26.371 INFO O| May 22 20:56:26.371 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
95752025-05-22T20:56:26.450Z[ host-image] May 22 20:56:26.371 INFO O| May 22 20:56:26.371 INFO copying /tmp/.tmpm36bV6/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
95762025-05-22T20:56:26.454Z[ host-image] May 22 20:56:26.372 INFO O| May 22 20:56:26.371 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
95772025-05-22T20:56:26.454Z[ host-image] May 22 20:56:26.372 INFO O| May 22 20:56:26.371 INFO ok!
95782025-05-22T20:56:26.454Z[ host-image] May 22 20:56:26.372 INFO O| May 22 20:56:26.372 INFO STEP 77 (ensure_file) COMPLETE
95792025-05-22T20:56:26.454Z[ host-image] May 22 20:56:26.372 INFO O| May 22 20:56:26.372 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95802025-05-22T20:56:26.454Z[ host-image] May 22 20:56:26.380 INFO O| May 22 20:56:26.380 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
95812025-05-22T20:56:26.454Z[ host-image] May 22 20:56:26.380 INFO O| May 22 20:56:26.380 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
95822025-05-22T20:56:26.454Z[ host-image] May 22 20:56:26.380 INFO O| May 22 20:56:26.380 INFO STEP 78 (ensure_dir) COMPLETE
95832025-05-22T20:56:26.454Z[ host-image] May 22 20:56:26.380 INFO O| May 22 20:56:26.380 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95842025-05-22T20:56:26.454Z[ host-image] May 22 20:56:26.388 INFO O| May 22 20:56:26.388 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
95852025-05-22T20:56:26.454Z[ host-image] May 22 20:56:26.388 INFO O| May 22 20:56:26.388 INFO copying /tmp/.tmpm36bV6/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
95862025-05-22T20:56:26.454Z[ host-image] May 22 20:56:26.392 INFO O| May 22 20:56:26.392 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
95872025-05-22T20:56:26.454Z[ host-image] May 22 20:56:26.392 INFO O| May 22 20:56:26.392 INFO ok!
95882025-05-22T20:56:26.454Z[ host-image] May 22 20:56:26.392 INFO O| May 22 20:56:26.392 INFO STEP 79 (ensure_file) COMPLETE
95892025-05-22T20:56:26.454Z[ host-image] May 22 20:56:26.392 INFO O| May 22 20:56:26.392 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95902025-05-22T20:56:26.454Z[ host-image] May 22 20:56:26.400 INFO O| May 22 20:56:26.400 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
95912025-05-22T20:56:26.454Z[ host-image] May 22 20:56:26.400 INFO O| May 22 20:56:26.400 INFO copying /tmp/.tmpm36bV6/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
95922025-05-22T20:56:26.454Z[ host-image] May 22 20:56:26.400 INFO O| May 22 20:56:26.400 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
95932025-05-22T20:56:26.454Z[ host-image] May 22 20:56:26.400 INFO O| May 22 20:56:26.400 INFO ok!
95942025-05-22T20:56:26.454Z[ host-image] May 22 20:56:26.400 INFO O| May 22 20:56:26.400 INFO STEP 80 (ensure_file) COMPLETE
95952025-05-22T20:56:26.454Z[ host-image] May 22 20:56:26.400 INFO O| May 22 20:56:26.400 INFO STEP 81: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95962025-05-22T20:56:26.454Z[ host-image] May 22 20:56:26.407 INFO O| May 22 20:56:26.407 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
95972025-05-22T20:56:26.454Z[ host-image] May 22 20:56:26.408 INFO O| May 22 20:56:26.407 INFO copying /tmp/.tmpm36bV6/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
95982025-05-22T20:56:27.072Z[ host-image] May 22 20:56:27.040 INFO O| May 22 20:56:27.040 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
95992025-05-22T20:56:27.076Z[ host-image] May 22 20:56:27.040 INFO O| May 22 20:56:27.040 INFO ok!
96002025-05-22T20:56:27.076Z[ host-image] May 22 20:56:27.040 INFO O| May 22 20:56:27.040 INFO STEP 81 (ensure_file) COMPLETE
96012025-05-22T20:56:27.076Z[ host-image] May 22 20:56:27.040 INFO O| May 22 20:56:27.040 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96022025-05-22T20:56:27.082Z[ host-image] May 22 20:56:27.050 INFO O| May 22 20:56:27.050 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
96032025-05-22T20:56:27.085Z[ host-image] May 22 20:56:27.050 INFO O| May 22 20:56:27.050 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
96042025-05-22T20:56:27.085Z[ host-image] May 22 20:56:27.050 INFO O| May 22 20:56:27.050 INFO STEP 82 (ensure_dir) COMPLETE
96052025-05-22T20:56:27.085Z[ host-image] May 22 20:56:27.050 INFO O| May 22 20:56:27.050 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96062025-05-22T20:56:27.091Z[ host-image] May 22 20:56:27.059 INFO O| May 22 20:56:27.059 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
96072025-05-22T20:56:27.091Z[ host-image] May 22 20:56:27.059 INFO O| May 22 20:56:27.059 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
96082025-05-22T20:56:27.091Z[ host-image] May 22 20:56:27.059 INFO O| May 22 20:56:27.059 INFO STEP 83 (ensure_dir) COMPLETE
96092025-05-22T20:56:27.094Z[ host-image] May 22 20:56:27.059 INFO O| May 22 20:56:27.059 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96102025-05-22T20:56:27.099Z[ host-image] May 22 20:56:27.067 INFO O| May 22 20:56:27.067 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
96112025-05-22T20:56:27.102Z[ host-image] May 22 20:56:27.067 INFO O| May 22 20:56:27.067 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
96122025-05-22T20:56:27.102Z[ host-image] May 22 20:56:27.067 INFO O| May 22 20:56:27.067 INFO STEP 84 (ensure_dir) COMPLETE
96132025-05-22T20:56:27.102Z[ host-image] May 22 20:56:27.067 INFO O| May 22 20:56:27.067 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96142025-05-22T20:56:27.107Z[ host-image] May 22 20:56:27.075 INFO O| May 22 20:56:27.075 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
96152025-05-22T20:56:27.107Z[ host-image] May 22 20:56:27.075 INFO O| May 22 20:56:27.075 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
96162025-05-22T20:56:27.110Z[ host-image] May 22 20:56:27.075 INFO O| May 22 20:56:27.075 INFO STEP 85 (ensure_dir) COMPLETE
96172025-05-22T20:56:27.110Z[ host-image] May 22 20:56:27.075 INFO O| May 22 20:56:27.075 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96182025-05-22T20:56:27.114Z[ host-image] May 22 20:56:27.082 INFO O| May 22 20:56:27.082 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
96192025-05-22T20:56:27.117Z[ host-image] May 22 20:56:27.082 INFO O| May 22 20:56:27.082 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
96202025-05-22T20:56:27.117Z[ host-image] May 22 20:56:27.082 INFO O| May 22 20:56:27.082 INFO STEP 86 (ensure_dir) COMPLETE
96212025-05-22T20:56:27.117Z[ host-image] May 22 20:56:27.082 INFO O| May 22 20:56:27.082 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96222025-05-22T20:56:27.122Z[ host-image] May 22 20:56:27.090 INFO O| May 22 20:56:27.090 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
96232025-05-22T20:56:27.122Z[ host-image] May 22 20:56:27.090 INFO O| May 22 20:56:27.090 INFO copying /tmp/.tmpm36bV6/proto/host/root/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml ...
96242025-05-22T20:56:27.125Z[ host-image] May 22 20:56:27.090 INFO O| May 22 20:56:27.090 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
96252025-05-22T20:56:27.125Z[ host-image] May 22 20:56:27.090 INFO O| May 22 20:56:27.090 INFO ok!
96262025-05-22T20:56:27.125Z[ host-image] May 22 20:56:27.090 INFO O| May 22 20:56:27.090 INFO STEP 87 (ensure_file) COMPLETE
96272025-05-22T20:56:27.125Z[ host-image] May 22 20:56:27.090 INFO O| May 22 20:56:27.090 INFO STEP 88: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96282025-05-22T20:56:27.130Z[ host-image] May 22 20:56:27.097 INFO O| May 22 20:56:27.097 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
96292025-05-22T20:56:27.133Z[ host-image] May 22 20:56:27.098 INFO O| May 22 20:56:27.098 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
96302025-05-22T20:56:27.133Z[ host-image] May 22 20:56:27.098 INFO O| May 22 20:56:27.098 INFO STEP 88 (ensure_dir) COMPLETE
96312025-05-22T20:56:27.133Z[ host-image] May 22 20:56:27.098 INFO O| May 22 20:56:27.098 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96322025-05-22T20:56:27.138Z[ host-image] May 22 20:56:27.105 INFO O| May 22 20:56:27.105 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
96332025-05-22T20:56:27.138Z[ host-image] May 22 20:56:27.105 INFO O| May 22 20:56:27.105 INFO copying /tmp/.tmpm36bV6/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
96342025-05-22T20:56:27.141Z[ host-image] May 22 20:56:27.106 INFO O| May 22 20:56:27.106 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
96352025-05-22T20:56:27.141Z[ host-image] May 22 20:56:27.106 INFO O| May 22 20:56:27.106 INFO ok!
96362025-05-22T20:56:27.141Z[ host-image] May 22 20:56:27.106 INFO O| May 22 20:56:27.106 INFO STEP 89 (ensure_file) COMPLETE
96372025-05-22T20:56:27.141Z[ host-image] May 22 20:56:27.106 INFO O| May 22 20:56:27.106 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96382025-05-22T20:56:27.145Z[ host-image] May 22 20:56:27.113 INFO O| May 22 20:56:27.113 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
96392025-05-22T20:56:27.145Z[ host-image] May 22 20:56:27.113 INFO O| May 22 20:56:27.113 INFO copying /tmp/.tmpm36bV6/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
96402025-05-22T20:56:27.353Z[ host-image] May 22 20:56:27.321 INFO O| May 22 20:56:27.321 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
96412025-05-22T20:56:27.353Z[ host-image] May 22 20:56:27.321 INFO O| May 22 20:56:27.321 INFO ok!
96422025-05-22T20:56:27.353Z[ host-image] May 22 20:56:27.321 INFO O| May 22 20:56:27.321 INFO STEP 90 (ensure_file) COMPLETE
96432025-05-22T20:56:27.356Z[ host-image] May 22 20:56:27.321 INFO O| May 22 20:56:27.321 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96442025-05-22T20:56:27.363Z[ host-image] May 22 20:56:27.331 INFO O| May 22 20:56:27.331 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
96452025-05-22T20:56:27.363Z[ host-image] May 22 20:56:27.331 INFO O| May 22 20:56:27.331 INFO copying /tmp/.tmpm36bV6/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
96462025-05-22T20:56:27.801Z[ host-image] May 22 20:56:27.768 INFO O| May 22 20:56:27.768 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
96472025-05-22T20:56:27.801Z[ host-image] May 22 20:56:27.768 INFO O| May 22 20:56:27.768 INFO ok!
96482025-05-22T20:56:27.801Z[ host-image] May 22 20:56:27.768 INFO O| May 22 20:56:27.768 INFO STEP 91 (ensure_file) COMPLETE
96492025-05-22T20:56:27.801Z[ host-image] May 22 20:56:27.768 INFO O| May 22 20:56:27.768 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96502025-05-22T20:56:27.810Z[ host-image] May 22 20:56:27.778 INFO O| May 22 20:56:27.778 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
96512025-05-22T20:56:27.811Z[ host-image] May 22 20:56:27.778 INFO O| May 22 20:56:27.778 INFO copying /tmp/.tmpm36bV6/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
96522025-05-22T20:56:27.811Z[ host-image] May 22 20:56:27.778 INFO O| May 22 20:56:27.778 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
96532025-05-22T20:56:27.814Z[ host-image] May 22 20:56:27.778 INFO O| May 22 20:56:27.778 INFO ok!
96542025-05-22T20:56:27.814Z[ host-image] May 22 20:56:27.778 INFO O| May 22 20:56:27.778 INFO STEP 92 (ensure_file) COMPLETE
96552025-05-22T20:56:27.814Z[ host-image] May 22 20:56:27.778 INFO O| May 22 20:56:27.778 INFO STEP 93: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96562025-05-22T20:56:27.818Z[ host-image] May 22 20:56:27.786 INFO O| May 22 20:56:27.786 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
96572025-05-22T20:56:27.822Z[ host-image] May 22 20:56:27.786 INFO O| May 22 20:56:27.786 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
96582025-05-22T20:56:27.822Z[ host-image] May 22 20:56:27.786 INFO O| May 22 20:56:27.786 INFO STEP 93 (ensure_dir) COMPLETE
96592025-05-22T20:56:27.822Z[ host-image] May 22 20:56:27.786 INFO O| May 22 20:56:27.786 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96602025-05-22T20:56:27.827Z[ host-image] May 22 20:56:27.794 INFO O| May 22 20:56:27.794 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
96612025-05-22T20:56:27.830Z[ host-image] May 22 20:56:27.794 INFO O| May 22 20:56:27.794 INFO copying /tmp/.tmpm36bV6/proto/host/root/opt/oxide/crucible_dtrace/upstairs_repair.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d ...
96622025-05-22T20:56:27.830Z[ host-image] May 22 20:56:27.795 INFO O| May 22 20:56:27.794 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
96632025-05-22T20:56:27.830Z[ host-image] May 22 20:56:27.795 INFO O| May 22 20:56:27.795 INFO ok!
96642025-05-22T20:56:27.830Z[ host-image] May 22 20:56:27.795 INFO O| May 22 20:56:27.795 INFO STEP 94 (ensure_file) COMPLETE
96652025-05-22T20:56:27.830Z[ host-image] May 22 20:56:27.795 INFO O| May 22 20:56:27.795 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96662025-05-22T20:56:27.834Z[ host-image] May 22 20:56:27.802 INFO O| May 22 20:56:27.802 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
96672025-05-22T20:56:27.834Z[ host-image] May 22 20:56:27.802 INFO O| May 22 20:56:27.802 INFO copying /tmp/.tmpm36bV6/proto/host/root/opt/oxide/crucible_dtrace/upstairs_raw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d ...
96682025-05-22T20:56:27.837Z[ host-image] May 22 20:56:27.802 INFO O| May 22 20:56:27.802 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
96692025-05-22T20:56:27.837Z[ host-image] May 22 20:56:27.802 INFO O| May 22 20:56:27.802 INFO ok!
96702025-05-22T20:56:27.837Z[ host-image] May 22 20:56:27.802 INFO O| May 22 20:56:27.802 INFO STEP 95 (ensure_file) COMPLETE
96712025-05-22T20:56:27.837Z[ host-image] May 22 20:56:27.802 INFO O| May 22 20:56:27.802 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96722025-05-22T20:56:27.842Z[ host-image] May 22 20:56:27.810 INFO O| May 22 20:56:27.810 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
96732025-05-22T20:56:27.842Z[ host-image] May 22 20:56:27.810 INFO O| May 22 20:56:27.810 INFO copying /tmp/.tmpm36bV6/proto/host/root/opt/oxide/crucible_dtrace/upstairs_info.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d ...
96742025-05-22T20:56:27.845Z[ host-image] May 22 20:56:27.810 INFO O| May 22 20:56:27.810 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
96752025-05-22T20:56:27.845Z[ host-image] May 22 20:56:27.810 INFO O| May 22 20:56:27.810 INFO ok!
96762025-05-22T20:56:27.845Z[ host-image] May 22 20:56:27.810 INFO O| May 22 20:56:27.810 INFO STEP 96 (ensure_file) COMPLETE
96772025-05-22T20:56:27.845Z[ host-image] May 22 20:56:27.810 INFO O| May 22 20:56:27.810 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96782025-05-22T20:56:27.850Z[ host-image] May 22 20:56:27.818 INFO O| May 22 20:56:27.818 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
96792025-05-22T20:56:27.850Z[ host-image] May 22 20:56:27.818 INFO O| May 22 20:56:27.818 INFO copying /tmp/.tmpm36bV6/proto/host/root/opt/oxide/crucible_dtrace/upstairs_count.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d ...
96802025-05-22T20:56:27.853Z[ host-image] May 22 20:56:27.818 INFO O| May 22 20:56:27.818 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
96812025-05-22T20:56:27.853Z[ host-image] May 22 20:56:27.818 INFO O| May 22 20:56:27.818 INFO ok!
96822025-05-22T20:56:27.853Z[ host-image] May 22 20:56:27.818 INFO O| May 22 20:56:27.818 INFO STEP 97 (ensure_file) COMPLETE
96832025-05-22T20:56:27.853Z[ host-image] May 22 20:56:27.818 INFO O| May 22 20:56:27.818 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96842025-05-22T20:56:27.859Z[ host-image] May 22 20:56:27.827 INFO O| May 22 20:56:27.826 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
96852025-05-22T20:56:27.859Z[ host-image] May 22 20:56:27.827 INFO O| May 22 20:56:27.827 INFO copying /tmp/.tmpm36bV6/proto/host/root/opt/oxide/crucible_dtrace/upstairs_action.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d ...
96862025-05-22T20:56:27.859Z[ host-image] May 22 20:56:27.827 INFO O| May 22 20:56:27.827 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
96872025-05-22T20:56:27.864Z[ host-image] May 22 20:56:27.827 INFO O| May 22 20:56:27.827 INFO ok!
96882025-05-22T20:56:27.864Z[ host-image] May 22 20:56:27.827 INFO O| May 22 20:56:27.827 INFO STEP 98 (ensure_file) COMPLETE
96892025-05-22T20:56:27.864Z[ host-image] May 22 20:56:27.827 INFO O| May 22 20:56:27.827 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96902025-05-22T20:56:27.869Z[ host-image] May 22 20:56:27.835 INFO O| May 22 20:56:27.835 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d does not exist
96912025-05-22T20:56:27.869Z[ host-image] May 22 20:56:27.835 INFO O| May 22 20:56:27.835 INFO copying /tmp/.tmpm36bV6/proto/host/root/opt/oxide/crucible_dtrace/up-info.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d ...
96922025-05-22T20:56:27.869Z[ host-image] May 22 20:56:27.835 INFO O| May 22 20:56:27.835 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d
96932025-05-22T20:56:27.869Z[ host-image] May 22 20:56:27.835 INFO O| May 22 20:56:27.835 INFO ok!
96942025-05-22T20:56:27.869Z[ host-image] May 22 20:56:27.835 INFO O| May 22 20:56:27.835 INFO STEP 99 (ensure_file) COMPLETE
96952025-05-22T20:56:27.869Z[ host-image] May 22 20:56:27.835 INFO O| May 22 20:56:27.835 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96962025-05-22T20:56:27.875Z[ host-image] May 22 20:56:27.843 INFO O| May 22 20:56:27.843 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
96972025-05-22T20:56:27.875Z[ host-image] May 22 20:56:27.843 INFO O| May 22 20:56:27.843 INFO copying /tmp/.tmpm36bV6/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
96982025-05-22T20:56:27.878Z[ host-image] May 22 20:56:27.843 INFO O| May 22 20:56:27.843 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
96992025-05-22T20:56:27.878Z[ host-image] May 22 20:56:27.843 INFO O| May 22 20:56:27.843 INFO ok!
97002025-05-22T20:56:27.878Z[ host-image] May 22 20:56:27.843 INFO O| May 22 20:56:27.843 INFO STEP 100 (ensure_file) COMPLETE
97012025-05-22T20:56:27.878Z[ host-image] May 22 20:56:27.843 INFO O| May 22 20:56:27.843 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97022025-05-22T20:56:27.883Z[ host-image] May 22 20:56:27.851 INFO O| May 22 20:56:27.851 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
97032025-05-22T20:56:27.883Z[ host-image] May 22 20:56:27.851 INFO O| May 22 20:56:27.851 INFO copying /tmp/.tmpm36bV6/proto/host/root/opt/oxide/crucible_dtrace/trace-vol.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d ...
97042025-05-22T20:56:27.883Z[ host-image] May 22 20:56:27.851 INFO O| May 22 20:56:27.851 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
97052025-05-22T20:56:27.888Z[ host-image] May 22 20:56:27.851 INFO O| May 22 20:56:27.851 INFO ok!
97062025-05-22T20:56:27.888Z[ host-image] May 22 20:56:27.851 INFO O| May 22 20:56:27.851 INFO STEP 101 (ensure_file) COMPLETE
97072025-05-22T20:56:27.888Z[ host-image] May 22 20:56:27.851 INFO O| May 22 20:56:27.851 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97082025-05-22T20:56:27.893Z[ host-image] May 22 20:56:27.860 INFO O| May 22 20:56:27.860 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
97092025-05-22T20:56:27.893Z[ host-image] May 22 20:56:27.860 INFO O| May 22 20:56:27.860 INFO copying /tmp/.tmpm36bV6/proto/host/root/opt/oxide/crucible_dtrace/sled_upstairs_info.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d ...
97102025-05-22T20:56:27.893Z[ host-image] May 22 20:56:27.860 INFO O| May 22 20:56:27.860 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
97112025-05-22T20:56:27.893Z[ host-image] May 22 20:56:27.860 INFO O| May 22 20:56:27.860 INFO ok!
97122025-05-22T20:56:27.893Z[ host-image] May 22 20:56:27.860 INFO O| May 22 20:56:27.860 INFO STEP 102 (ensure_file) COMPLETE
97132025-05-22T20:56:27.893Z[ host-image] May 22 20:56:27.860 INFO O| May 22 20:56:27.860 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97142025-05-22T20:56:27.907Z[ host-image] May 22 20:56:27.868 INFO O| May 22 20:56:27.868 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
97152025-05-22T20:56:27.907Z[ host-image] May 22 20:56:27.868 INFO O| May 22 20:56:27.868 INFO copying /tmp/.tmpm36bV6/proto/host/root/opt/oxide/crucible_dtrace/single_up_info.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d ...
97162025-05-22T20:56:27.907Z[ host-image] May 22 20:56:27.868 INFO O| May 22 20:56:27.868 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
97172025-05-22T20:56:27.907Z[ host-image] May 22 20:56:27.868 INFO O| May 22 20:56:27.868 INFO ok!
97182025-05-22T20:56:27.907Z[ host-image] May 22 20:56:27.868 INFO O| May 22 20:56:27.868 INFO STEP 103 (ensure_file) COMPLETE
97192025-05-22T20:56:27.907Z[ host-image] May 22 20:56:27.868 INFO O| May 22 20:56:27.868 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97202025-05-22T20:56:27.913Z[ host-image] May 22 20:56:27.876 INFO O| May 22 20:56:27.875 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
97212025-05-22T20:56:27.913Z[ host-image] May 22 20:56:27.876 INFO O| May 22 20:56:27.876 INFO copying /tmp/.tmpm36bV6/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
97222025-05-22T20:56:27.913Z[ host-image] May 22 20:56:27.876 INFO O| May 22 20:56:27.876 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
97232025-05-22T20:56:27.913Z[ host-image] May 22 20:56:27.876 INFO O| May 22 20:56:27.876 INFO ok!
97242025-05-22T20:56:27.913Z[ host-image] May 22 20:56:27.876 INFO O| May 22 20:56:27.876 INFO STEP 104 (ensure_file) COMPLETE
97252025-05-22T20:56:27.913Z[ host-image] May 22 20:56:27.876 INFO O| May 22 20:56:27.876 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97262025-05-22T20:56:27.917Z[ host-image] May 22 20:56:27.883 INFO O| May 22 20:56:27.883 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
97272025-05-22T20:56:27.917Z[ host-image] May 22 20:56:27.883 INFO O| May 22 20:56:27.883 INFO copying /tmp/.tmpm36bV6/proto/host/root/opt/oxide/crucible_dtrace/perf-vol.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d ...
97282025-05-22T20:56:27.917Z[ host-image] May 22 20:56:27.883 INFO O| May 22 20:56:27.883 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
97292025-05-22T20:56:27.917Z[ host-image] May 22 20:56:27.883 INFO O| May 22 20:56:27.883 INFO ok!
97302025-05-22T20:56:27.917Z[ host-image] May 22 20:56:27.883 INFO O| May 22 20:56:27.883 INFO STEP 105 (ensure_file) COMPLETE
97312025-05-22T20:56:27.917Z[ host-image] May 22 20:56:27.883 INFO O| May 22 20:56:27.883 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97322025-05-22T20:56:27.924Z[ host-image] May 22 20:56:27.892 INFO O| May 22 20:56:27.892 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
97332025-05-22T20:56:27.924Z[ host-image] May 22 20:56:27.892 INFO O| May 22 20:56:27.892 INFO copying /tmp/.tmpm36bV6/proto/host/root/opt/oxide/crucible_dtrace/perf-upstairs-wf.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d ...
97342025-05-22T20:56:27.924Z[ host-image] May 22 20:56:27.892 INFO O| May 22 20:56:27.892 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
97352025-05-22T20:56:27.930Z[ host-image] May 22 20:56:27.892 INFO O| May 22 20:56:27.892 INFO ok!
97362025-05-22T20:56:27.930Z[ host-image] May 22 20:56:27.892 INFO O| May 22 20:56:27.892 INFO STEP 106 (ensure_file) COMPLETE
97372025-05-22T20:56:27.930Z[ host-image] May 22 20:56:27.892 INFO O| May 22 20:56:27.892 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97382025-05-22T20:56:27.936Z[ host-image] May 22 20:56:27.899 INFO O| May 22 20:56:27.899 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
97392025-05-22T20:56:27.936Z[ host-image] May 22 20:56:27.899 INFO O| May 22 20:56:27.899 INFO copying /tmp/.tmpm36bV6/proto/host/root/opt/oxide/crucible_dtrace/perf-reqwest.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d ...
97402025-05-22T20:56:27.936Z[ host-image] May 22 20:56:27.899 INFO O| May 22 20:56:27.899 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
97412025-05-22T20:56:27.936Z[ host-image] May 22 20:56:27.899 INFO O| May 22 20:56:27.899 INFO ok!
97422025-05-22T20:56:27.936Z[ host-image] May 22 20:56:27.900 INFO O| May 22 20:56:27.899 INFO STEP 107 (ensure_file) COMPLETE
97432025-05-22T20:56:27.936Z[ host-image] May 22 20:56:27.900 INFO O| May 22 20:56:27.899 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97442025-05-22T20:56:27.941Z[ host-image] May 22 20:56:27.907 INFO O| May 22 20:56:27.907 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
97452025-05-22T20:56:27.941Z[ host-image] May 22 20:56:27.907 INFO O| May 22 20:56:27.907 INFO copying /tmp/.tmpm36bV6/proto/host/root/opt/oxide/crucible_dtrace/perf-online-repair.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d ...
97462025-05-22T20:56:27.941Z[ host-image] May 22 20:56:27.907 INFO O| May 22 20:56:27.907 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
97472025-05-22T20:56:27.941Z[ host-image] May 22 20:56:27.907 INFO O| May 22 20:56:27.907 INFO ok!
97482025-05-22T20:56:27.941Z[ host-image] May 22 20:56:27.907 INFO O| May 22 20:56:27.907 INFO STEP 108 (ensure_file) COMPLETE
97492025-05-22T20:56:27.941Z[ host-image] May 22 20:56:27.907 INFO O| May 22 20:56:27.907 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97502025-05-22T20:56:27.947Z[ host-image] May 22 20:56:27.915 INFO O| May 22 20:56:27.914 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
97512025-05-22T20:56:27.947Z[ host-image] May 22 20:56:27.915 INFO O| May 22 20:56:27.915 INFO copying /tmp/.tmpm36bV6/proto/host/root/opt/oxide/crucible_dtrace/perf-ds-net.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d ...
97522025-05-22T20:56:27.949Z[ host-image] May 22 20:56:27.915 INFO O| May 22 20:56:27.915 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
97532025-05-22T20:56:27.949Z[ host-image] May 22 20:56:27.915 INFO O| May 22 20:56:27.915 INFO ok!
97542025-05-22T20:56:27.949Z[ host-image] May 22 20:56:27.915 INFO O| May 22 20:56:27.915 INFO STEP 109 (ensure_file) COMPLETE
97552025-05-22T20:56:27.949Z[ host-image] May 22 20:56:27.915 INFO O| May 22 20:56:27.915 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97562025-05-22T20:56:27.954Z[ host-image] May 22 20:56:27.922 INFO O| May 22 20:56:27.922 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
97572025-05-22T20:56:27.954Z[ host-image] May 22 20:56:27.922 INFO O| May 22 20:56:27.922 INFO copying /tmp/.tmpm36bV6/proto/host/root/opt/oxide/crucible_dtrace/perf-ds-client.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d ...
97582025-05-22T20:56:27.957Z[ host-image] May 22 20:56:27.922 INFO O| May 22 20:56:27.922 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
97592025-05-22T20:56:27.957Z[ host-image] May 22 20:56:27.922 INFO O| May 22 20:56:27.922 INFO ok!
97602025-05-22T20:56:27.957Z[ host-image] May 22 20:56:27.922 INFO O| May 22 20:56:27.922 INFO STEP 110 (ensure_file) COMPLETE
97612025-05-22T20:56:27.957Z[ host-image] May 22 20:56:27.922 INFO O| May 22 20:56:27.922 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97622025-05-22T20:56:27.962Z[ host-image] May 22 20:56:27.930 INFO O| May 22 20:56:27.930 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
97632025-05-22T20:56:27.963Z[ host-image] May 22 20:56:27.930 INFO O| May 22 20:56:27.930 INFO copying /tmp/.tmpm36bV6/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d ...
97642025-05-22T20:56:27.965Z[ host-image] May 22 20:56:27.930 INFO O| May 22 20:56:27.930 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
97652025-05-22T20:56:27.965Z[ host-image] May 22 20:56:27.930 INFO O| May 22 20:56:27.930 INFO ok!
97662025-05-22T20:56:27.965Z[ host-image] May 22 20:56:27.930 INFO O| May 22 20:56:27.930 INFO STEP 111 (ensure_file) COMPLETE
97672025-05-22T20:56:27.965Z[ host-image] May 22 20:56:27.930 INFO O| May 22 20:56:27.930 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97682025-05-22T20:56:27.970Z[ host-image] May 22 20:56:27.938 INFO O| May 22 20:56:27.938 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
97692025-05-22T20:56:27.970Z[ host-image] May 22 20:56:27.938 INFO O| May 22 20:56:27.938 INFO copying /tmp/.tmpm36bV6/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs-tick.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d ...
97702025-05-22T20:56:27.970Z[ host-image] May 22 20:56:27.938 INFO O| May 22 20:56:27.938 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
97712025-05-22T20:56:27.972Z[ host-image] May 22 20:56:27.938 INFO O| May 22 20:56:27.938 INFO ok!
97722025-05-22T20:56:27.972Z[ host-image] May 22 20:56:27.938 INFO O| May 22 20:56:27.938 INFO STEP 112 (ensure_file) COMPLETE
97732025-05-22T20:56:27.972Z[ host-image] May 22 20:56:27.938 INFO O| May 22 20:56:27.938 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97742025-05-22T20:56:27.977Z[ host-image] May 22 20:56:27.945 INFO O| May 22 20:56:27.945 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
97752025-05-22T20:56:27.979Z[ host-image] May 22 20:56:27.945 INFO O| May 22 20:56:27.945 INFO copying /tmp/.tmpm36bV6/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs-three.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d ...
97762025-05-22T20:56:27.979Z[ host-image] May 22 20:56:27.945 INFO O| May 22 20:56:27.945 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
97772025-05-22T20:56:27.980Z[ host-image] May 22 20:56:27.945 INFO O| May 22 20:56:27.945 INFO ok!
97782025-05-22T20:56:27.980Z[ host-image] May 22 20:56:27.945 INFO O| May 22 20:56:27.945 INFO STEP 113 (ensure_file) COMPLETE
97792025-05-22T20:56:27.980Z[ host-image] May 22 20:56:27.945 INFO O| May 22 20:56:27.945 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97802025-05-22T20:56:27.985Z[ host-image] May 22 20:56:27.953 INFO O| May 22 20:56:27.953 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
97812025-05-22T20:56:27.985Z[ host-image] May 22 20:56:27.953 INFO O| May 22 20:56:27.953 INFO copying /tmp/.tmpm36bV6/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs-os.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d ...
97822025-05-22T20:56:27.988Z[ host-image] May 22 20:56:27.953 INFO O| May 22 20:56:27.953 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
97832025-05-22T20:56:27.988Z[ host-image] May 22 20:56:27.953 INFO O| May 22 20:56:27.953 INFO ok!
97842025-05-22T20:56:27.988Z[ host-image] May 22 20:56:27.953 INFO O| May 22 20:56:27.953 INFO STEP 114 (ensure_file) COMPLETE
97852025-05-22T20:56:27.988Z[ host-image] May 22 20:56:27.953 INFO O| May 22 20:56:27.953 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97862025-05-22T20:56:27.993Z[ host-image] May 22 20:56:27.961 INFO O| May 22 20:56:27.961 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh does not exist
97872025-05-22T20:56:27.993Z[ host-image] May 22 20:56:27.961 INFO O| May 22 20:56:27.961 INFO copying /tmp/.tmpm36bV6/proto/host/root/opt/oxide/crucible_dtrace/get-up-state.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh ...
97882025-05-22T20:56:27.996Z[ host-image] May 22 20:56:27.961 INFO O| May 22 20:56:27.961 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh
97892025-05-22T20:56:27.996Z[ host-image] May 22 20:56:27.961 INFO O| May 22 20:56:27.961 INFO ok!
97902025-05-22T20:56:27.996Z[ host-image] May 22 20:56:27.961 INFO O| May 22 20:56:27.961 INFO STEP 115 (ensure_file) COMPLETE
97912025-05-22T20:56:27.996Z[ host-image] May 22 20:56:27.961 INFO O| May 22 20:56:27.961 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97922025-05-22T20:56:28.000Z[ host-image] May 22 20:56:27.968 INFO O| May 22 20:56:27.968 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d does not exist
97932025-05-22T20:56:28.000Z[ host-image] May 22 20:56:27.968 INFO O| May 22 20:56:27.968 INFO copying /tmp/.tmpm36bV6/proto/host/root/opt/oxide/crucible_dtrace/get-up-state.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d ...
97942025-05-22T20:56:28.003Z[ host-image] May 22 20:56:27.968 INFO O| May 22 20:56:27.968 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d
97952025-05-22T20:56:28.003Z[ host-image] May 22 20:56:27.968 INFO O| May 22 20:56:27.968 INFO ok!
97962025-05-22T20:56:28.003Z[ host-image] May 22 20:56:27.968 INFO O| May 22 20:56:27.968 INFO STEP 116 (ensure_file) COMPLETE
97972025-05-22T20:56:28.004Z[ host-image] May 22 20:56:27.968 INFO O| May 22 20:56:27.968 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97982025-05-22T20:56:28.009Z[ host-image] May 22 20:56:27.976 INFO O| May 22 20:56:27.976 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
97992025-05-22T20:56:28.009Z[ host-image] May 22 20:56:27.976 INFO O| May 22 20:56:27.976 INFO copying /tmp/.tmpm36bV6/proto/host/root/opt/oxide/crucible_dtrace/get-lr-state.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh ...
98002025-05-22T20:56:28.011Z[ host-image] May 22 20:56:27.977 INFO O| May 22 20:56:27.976 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
98012025-05-22T20:56:28.011Z[ host-image] May 22 20:56:27.977 INFO O| May 22 20:56:27.976 INFO ok!
98022025-05-22T20:56:28.012Z[ host-image] May 22 20:56:27.977 INFO O| May 22 20:56:27.977 INFO STEP 117 (ensure_file) COMPLETE
98032025-05-22T20:56:28.012Z[ host-image] May 22 20:56:27.977 INFO O| May 22 20:56:27.977 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98042025-05-22T20:56:28.017Z[ host-image] May 22 20:56:27.985 INFO O| May 22 20:56:27.985 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist
98052025-05-22T20:56:28.019Z[ host-image] May 22 20:56:27.985 INFO O| May 22 20:56:27.985 INFO copying /tmp/.tmpm36bV6/proto/host/root/opt/oxide/crucible_dtrace/get-lr-state.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d ...
98062025-05-22T20:56:28.019Z[ host-image] May 22 20:56:27.985 INFO O| May 22 20:56:27.985 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d
98072025-05-22T20:56:28.020Z[ host-image] May 22 20:56:27.985 INFO O| May 22 20:56:27.985 INFO ok!
98082025-05-22T20:56:28.020Z[ host-image] May 22 20:56:27.985 INFO O| May 22 20:56:27.985 INFO STEP 118 (ensure_file) COMPLETE
98092025-05-22T20:56:28.020Z[ host-image] May 22 20:56:27.985 INFO O| May 22 20:56:27.985 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98102025-05-22T20:56:28.026Z[ host-image] May 22 20:56:27.994 INFO O| May 22 20:56:27.994 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
98112025-05-22T20:56:28.026Z[ host-image] May 22 20:56:27.994 INFO O| May 22 20:56:27.994 INFO copying /tmp/.tmpm36bV6/proto/host/root/opt/oxide/crucible_dtrace/get-ds-state.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh ...
98122025-05-22T20:56:28.026Z[ host-image] May 22 20:56:27.994 INFO O| May 22 20:56:27.994 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
98132025-05-22T20:56:28.029Z[ host-image] May 22 20:56:27.994 INFO O| May 22 20:56:27.994 INFO ok!
98142025-05-22T20:56:28.029Z[ host-image] May 22 20:56:27.994 INFO O| May 22 20:56:27.994 INFO STEP 119 (ensure_file) COMPLETE
98152025-05-22T20:56:28.029Z[ host-image] May 22 20:56:27.994 INFO O| May 22 20:56:27.994 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98162025-05-22T20:56:28.035Z[ host-image] May 22 20:56:28.003 INFO O| May 22 20:56:28.003 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist
98172025-05-22T20:56:28.035Z[ host-image] May 22 20:56:28.003 INFO O| May 22 20:56:28.003 INFO copying /tmp/.tmpm36bV6/proto/host/root/opt/oxide/crucible_dtrace/get-ds-state.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d ...
98182025-05-22T20:56:28.038Z[ host-image] May 22 20:56:28.003 INFO O| May 22 20:56:28.003 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d
98192025-05-22T20:56:28.038Z[ host-image] May 22 20:56:28.003 INFO O| May 22 20:56:28.003 INFO ok!
98202025-05-22T20:56:28.038Z[ host-image] May 22 20:56:28.003 INFO O| May 22 20:56:28.003 INFO STEP 120 (ensure_file) COMPLETE
98212025-05-22T20:56:28.038Z[ host-image] May 22 20:56:28.003 INFO O| May 22 20:56:28.003 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98222025-05-22T20:56:28.044Z[ host-image] May 22 20:56:28.012 INFO O| May 22 20:56:28.012 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
98232025-05-22T20:56:28.044Z[ host-image] May 22 20:56:28.012 INFO O| May 22 20:56:28.012 INFO copying /tmp/.tmpm36bV6/proto/host/root/opt/oxide/crucible_dtrace/downstairs_count.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d ...
98242025-05-22T20:56:28.047Z[ host-image] May 22 20:56:28.012 INFO O| May 22 20:56:28.012 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
98252025-05-22T20:56:28.047Z[ host-image] May 22 20:56:28.012 INFO O| May 22 20:56:28.012 INFO ok!
98262025-05-22T20:56:28.047Z[ host-image] May 22 20:56:28.012 INFO O| May 22 20:56:28.012 INFO STEP 121 (ensure_file) COMPLETE
98272025-05-22T20:56:28.047Z[ host-image] May 22 20:56:28.012 INFO O| May 22 20:56:28.012 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98282025-05-22T20:56:28.054Z[ host-image] May 22 20:56:28.021 INFO O| May 22 20:56:28.021 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
98292025-05-22T20:56:28.054Z[ host-image] May 22 20:56:28.022 INFO O| May 22 20:56:28.021 INFO copying /tmp/.tmpm36bV6/proto/host/root/opt/oxide/crucible_dtrace/all_downstairs.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d ...
98302025-05-22T20:56:28.057Z[ host-image] May 22 20:56:28.022 INFO O| May 22 20:56:28.022 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
98312025-05-22T20:56:28.057Z[ host-image] May 22 20:56:28.022 INFO O| May 22 20:56:28.022 INFO ok!
98322025-05-22T20:56:28.057Z[ host-image] May 22 20:56:28.022 INFO O| May 22 20:56:28.022 INFO STEP 122 (ensure_file) COMPLETE
98332025-05-22T20:56:28.057Z[ host-image] May 22 20:56:28.022 INFO O| May 22 20:56:28.022 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98342025-05-22T20:56:28.062Z[ host-image] May 22 20:56:28.030 INFO O| May 22 20:56:28.030 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
98352025-05-22T20:56:28.062Z[ host-image] May 22 20:56:28.030 INFO O| May 22 20:56:28.030 INFO copying /tmp/.tmpm36bV6/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
98362025-05-22T20:56:28.065Z[ host-image] May 22 20:56:28.030 INFO O| May 22 20:56:28.030 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
98372025-05-22T20:56:28.065Z[ host-image] May 22 20:56:28.030 INFO O| May 22 20:56:28.030 INFO ok!
98382025-05-22T20:56:28.065Z[ host-image] May 22 20:56:28.030 INFO O| May 22 20:56:28.030 INFO STEP 123 (ensure_file) COMPLETE
98392025-05-22T20:56:28.065Z[ host-image] May 22 20:56:28.030 INFO O| May 22 20:56:28.030 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98402025-05-22T20:56:28.071Z[ host-image] May 22 20:56:28.038 INFO O| May 22 20:56:28.038 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
98412025-05-22T20:56:28.073Z[ host-image] May 22 20:56:28.039 INFO O| May 22 20:56:28.038 INFO copying /tmp/.tmpm36bV6/proto/host/root/opt/oxide/crucible_dtrace/dtrace-info.txt -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt ...
98422025-05-22T20:56:28.073Z[ host-image] May 22 20:56:28.039 INFO O| May 22 20:56:28.039 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
98432025-05-22T20:56:28.073Z[ host-image] May 22 20:56:28.039 INFO O| May 22 20:56:28.039 INFO ok!
98442025-05-22T20:56:28.074Z[ host-image] May 22 20:56:28.039 INFO O| May 22 20:56:28.039 INFO STEP 124 (ensure_file) COMPLETE
98452025-05-22T20:56:28.074Z[ host-image] May 22 20:56:28.039 INFO O| May 22 20:56:28.039 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98462025-05-22T20:56:28.079Z[ host-image] May 22 20:56:28.047 INFO O| May 22 20:56:28.047 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
98472025-05-22T20:56:28.079Z[ host-image] May 22 20:56:28.047 INFO O| May 22 20:56:28.047 INFO copying /tmp/.tmpm36bV6/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
98482025-05-22T20:56:28.080Z[ host-image] May 22 20:56:28.047 INFO O| May 22 20:56:28.047 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
98492025-05-22T20:56:28.082Z[ host-image] May 22 20:56:28.047 INFO O| May 22 20:56:28.047 INFO ok!
98502025-05-22T20:56:28.082Z[ host-image] May 22 20:56:28.047 INFO O| May 22 20:56:28.047 INFO STEP 125 (ensure_file) COMPLETE
98512025-05-22T20:56:28.082Z[ host-image] May 22 20:56:28.047 INFO O| May 22 20:56:28.047 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98522025-05-22T20:56:28.087Z[ host-image] May 22 20:56:28.055 INFO O| May 22 20:56:28.055 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
98532025-05-22T20:56:28.088Z[ host-image] May 22 20:56:28.055 INFO O| May 22 20:56:28.055 INFO copying /tmp/.tmpm36bV6/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
98542025-05-22T20:56:31.480Z[ host-image] May 22 20:56:31.448 INFO O| May 22 20:56:31.448 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
98552025-05-22T20:56:31.481Z[ host-image] May 22 20:56:31.448 INFO O| May 22 20:56:31.448 INFO ok!
98562025-05-22T20:56:31.484Z[ host-image] May 22 20:56:31.448 INFO O| May 22 20:56:31.448 INFO STEP 126 (ensure_file) COMPLETE
98572025-05-22T20:56:31.484Z[ host-image] May 22 20:56:31.448 INFO O| May 22 20:56:31.448 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98582025-05-22T20:56:31.490Z[ host-image] May 22 20:56:31.458 INFO O| May 22 20:56:31.458 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
98592025-05-22T20:56:31.490Z[ host-image] May 22 20:56:31.458 INFO O| May 22 20:56:31.458 INFO STEP 127 (ensure_dir) COMPLETE
98602025-05-22T20:56:31.494Z[ host-image] May 22 20:56:31.458 INFO O| May 22 20:56:31.458 INFO STEP 128: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98612025-05-22T20:56:31.499Z[ host-image] May 22 20:56:31.467 INFO O| May 22 20:56:31.467 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
98622025-05-22T20:56:31.499Z[ host-image] May 22 20:56:31.467 INFO O| May 22 20:56:31.467 INFO STEP 128 (ensure_dir) COMPLETE
98632025-05-22T20:56:31.502Z[ host-image] May 22 20:56:31.467 INFO O| May 22 20:56:31.467 INFO STEP 129: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98642025-05-22T20:56:31.507Z[ host-image] May 22 20:56:31.475 INFO O| May 22 20:56:31.475 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
98652025-05-22T20:56:31.507Z[ host-image] May 22 20:56:31.475 INFO O| May 22 20:56:31.475 INFO STEP 129 (ensure_dir) COMPLETE
98662025-05-22T20:56:31.510Z[ host-image] May 22 20:56:31.475 INFO O| May 22 20:56:31.475 INFO STEP 130: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98672025-05-22T20:56:31.515Z[ host-image] May 22 20:56:31.483 INFO O| May 22 20:56:31.483 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
98682025-05-22T20:56:31.518Z[ host-image] May 22 20:56:31.483 INFO O| May 22 20:56:31.483 INFO STEP 130 (ensure_dir) COMPLETE
98692025-05-22T20:56:31.518Z[ host-image] May 22 20:56:31.483 INFO O| May 22 20:56:31.483 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98702025-05-22T20:56:31.524Z[ host-image] May 22 20:56:31.492 INFO O| May 22 20:56:31.492 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
98712025-05-22T20:56:31.524Z[ host-image] May 22 20:56:31.492 INFO O| May 22 20:56:31.492 INFO copying /tmp/.tmpm36bV6/proto/host/root/lib/svc/manifest/site/sled-agent.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml ...
98722025-05-22T20:56:31.527Z[ host-image] May 22 20:56:31.492 INFO O| May 22 20:56:31.492 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
98732025-05-22T20:56:31.527Z[ host-image] May 22 20:56:31.492 INFO O| May 22 20:56:31.492 INFO ok!
98742025-05-22T20:56:31.527Z[ host-image] May 22 20:56:31.492 INFO O| May 22 20:56:31.492 INFO STEP 131 (ensure_file) COMPLETE
98752025-05-22T20:56:31.527Z[ host-image] May 22 20:56:31.492 INFO O| May 22 20:56:31.492 INFO STEP 132: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98762025-05-22T20:56:31.532Z[ host-image] May 22 20:56:31.501 INFO O| May 22 20:56:31.501 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
98772025-05-22T20:56:31.532Z[ host-image] May 22 20:56:31.501 INFO O| May 22 20:56:31.501 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
98782025-05-22T20:56:31.532Z[ host-image] May 22 20:56:31.501 INFO O| May 22 20:56:31.501 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
98792025-05-22T20:56:31.536Z[ host-image] May 22 20:56:31.501 INFO O| May 22 20:56:31.501 INFO STEP 132 (ensure_dir) COMPLETE
98802025-05-22T20:56:31.536Z[ host-image] May 22 20:56:31.501 INFO O| May 22 20:56:31.501 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98812025-05-22T20:56:31.541Z[ host-image] May 22 20:56:31.509 INFO O| May 22 20:56:31.509 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
98822025-05-22T20:56:31.541Z[ host-image] May 22 20:56:31.509 INFO O| May 22 20:56:31.509 INFO copying /tmp/.tmpm36bV6/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
98832025-05-22T20:56:31.544Z[ host-image] May 22 20:56:31.509 INFO O| May 22 20:56:31.509 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
98842025-05-22T20:56:31.544Z[ host-image] May 22 20:56:31.509 INFO O| May 22 20:56:31.509 INFO ok!
98852025-05-22T20:56:31.544Z[ host-image] May 22 20:56:31.509 INFO O| May 22 20:56:31.509 INFO STEP 133 (ensure_file) COMPLETE
98862025-05-22T20:56:31.544Z[ host-image] May 22 20:56:31.509 INFO O| May 22 20:56:31.509 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98872025-05-22T20:56:31.549Z[ host-image] May 22 20:56:31.517 INFO O| May 22 20:56:31.517 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
98882025-05-22T20:56:31.552Z[ host-image] May 22 20:56:31.517 INFO O| May 22 20:56:31.517 INFO STEP 134 (remove_files) COMPLETE
98892025-05-22T20:56:31.552Z[ host-image] May 22 20:56:31.517 INFO O| May 22 20:56:31.517 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98902025-05-22T20:56:31.556Z[ host-image] May 22 20:56:31.525 INFO O| May 22 20:56:31.525 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
98912025-05-22T20:56:31.559Z[ host-image] May 22 20:56:31.525 INFO O| May 22 20:56:31.525 INFO STEP 135 (remove_files) COMPLETE
98922025-05-22T20:56:31.559Z[ host-image] May 22 20:56:31.525 INFO O| May 22 20:56:31.525 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98932025-05-22T20:56:31.564Z[ host-image] May 22 20:56:31.532 INFO O| May 22 20:56:31.532 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
98942025-05-22T20:56:31.567Z[ host-image] May 22 20:56:31.532 INFO O| May 22 20:56:31.532 INFO STEP 136 (remove_files) COMPLETE
98952025-05-22T20:56:31.567Z[ host-image] May 22 20:56:31.532 INFO O| May 22 20:56:31.532 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98962025-05-22T20:56:31.572Z[ host-image] May 22 20:56:31.540 INFO O| May 22 20:56:31.540 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
98972025-05-22T20:56:31.575Z[ host-image] May 22 20:56:31.540 INFO O| May 22 20:56:31.540 INFO STEP 137 (remove_files) COMPLETE
98982025-05-22T20:56:31.575Z[ host-image] May 22 20:56:31.540 INFO O| May 22 20:56:31.540 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98992025-05-22T20:56:31.579Z[ host-image] May 22 20:56:31.548 INFO O| May 22 20:56:31.548 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
99002025-05-22T20:56:31.582Z[ host-image] May 22 20:56:31.548 INFO O| May 22 20:56:31.548 INFO STEP 138 (remove_files) COMPLETE
99012025-05-22T20:56:31.582Z[ host-image] May 22 20:56:31.548 INFO O| May 22 20:56:31.548 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99022025-05-22T20:56:31.587Z[ host-image] May 22 20:56:31.555 INFO O| May 22 20:56:31.555 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
99032025-05-22T20:56:31.590Z[ host-image] May 22 20:56:31.555 INFO O| May 22 20:56:31.555 INFO STEP 139 (remove_files) COMPLETE
99042025-05-22T20:56:31.590Z[ host-image] May 22 20:56:31.555 INFO O| May 22 20:56:31.555 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99052025-05-22T20:56:31.594Z[ host-image] May 22 20:56:31.562 INFO O| May 22 20:56:31.562 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
99062025-05-22T20:56:31.594Z[ host-image] May 22 20:56:31.562 INFO O| May 22 20:56:31.562 INFO STEP 140 (remove_files) COMPLETE
99072025-05-22T20:56:31.597Z[ host-image] May 22 20:56:31.562 INFO O| May 22 20:56:31.562 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99082025-05-22T20:56:31.602Z[ host-image] May 22 20:56:31.570 INFO O| May 22 20:56:31.570 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
99092025-05-22T20:56:31.602Z[ host-image] May 22 20:56:31.570 INFO O| May 22 20:56:31.570 INFO STEP 141 (remove_files) COMPLETE
99102025-05-22T20:56:31.605Z[ host-image] May 22 20:56:31.570 INFO O| May 22 20:56:31.570 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99112025-05-22T20:56:31.610Z[ host-image] May 22 20:56:31.578 INFO O| May 22 20:56:31.578 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
99122025-05-22T20:56:31.610Z[ host-image] May 22 20:56:31.578 INFO O| May 22 20:56:31.578 INFO STEP 142 (remove_files) COMPLETE
99132025-05-22T20:56:31.610Z[ host-image] May 22 20:56:31.578 INFO O| May 22 20:56:31.578 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99142025-05-22T20:56:31.617Z[ host-image] May 22 20:56:31.586 INFO O| May 22 20:56:31.586 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
99152025-05-22T20:56:31.621Z[ host-image] May 22 20:56:31.586 INFO O| May 22 20:56:31.586 INFO STEP 143 (remove_files) COMPLETE
99162025-05-22T20:56:31.621Z[ host-image] May 22 20:56:31.586 INFO O| May 22 20:56:31.586 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99172025-05-22T20:56:31.625Z[ host-image] May 22 20:56:31.594 INFO O| May 22 20:56:31.594 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
99182025-05-22T20:56:31.625Z[ host-image] May 22 20:56:31.594 INFO O| May 22 20:56:31.594 INFO STEP 144 (remove_files) COMPLETE
99192025-05-22T20:56:31.628Z[ host-image] May 22 20:56:31.594 INFO O| May 22 20:56:31.594 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99202025-05-22T20:56:31.633Z[ host-image] May 22 20:56:31.601 INFO O| May 22 20:56:31.601 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
99212025-05-22T20:56:31.633Z[ host-image] May 22 20:56:31.601 INFO O| May 22 20:56:31.601 INFO STEP 145 (remove_files) COMPLETE
99222025-05-22T20:56:31.636Z[ host-image] May 22 20:56:31.601 INFO O| May 22 20:56:31.601 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99232025-05-22T20:56:31.641Z[ host-image] May 22 20:56:31.609 INFO O| May 22 20:56:31.609 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
99242025-05-22T20:56:31.644Z[ host-image] May 22 20:56:31.609 INFO O| May 22 20:56:31.609 INFO STEP 146 (remove_files) COMPLETE
99252025-05-22T20:56:31.644Z[ host-image] May 22 20:56:31.609 INFO O| May 22 20:56:31.609 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99262025-05-22T20:56:31.649Z[ host-image] May 22 20:56:31.618 INFO O| May 22 20:56:31.618 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
99272025-05-22T20:56:31.649Z[ host-image] May 22 20:56:31.618 INFO O| May 22 20:56:31.618 INFO STEP 147 (remove_files) COMPLETE
99282025-05-22T20:56:31.652Z[ host-image] May 22 20:56:31.618 INFO O| May 22 20:56:31.618 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99292025-05-22T20:56:31.658Z[ host-image] May 22 20:56:31.626 INFO O| May 22 20:56:31.626 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
99302025-05-22T20:56:31.658Z[ host-image] May 22 20:56:31.626 INFO O| May 22 20:56:31.626 INFO STEP 148 (remove_files) COMPLETE
99312025-05-22T20:56:31.661Z[ host-image] May 22 20:56:31.626 INFO O| May 22 20:56:31.626 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99322025-05-22T20:56:31.666Z[ host-image] May 22 20:56:31.635 INFO O| May 22 20:56:31.634 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
99332025-05-22T20:56:31.666Z[ host-image] May 22 20:56:31.635 INFO O| May 22 20:56:31.635 INFO STEP 149 (remove_files) COMPLETE
99342025-05-22T20:56:31.669Z[ host-image] May 22 20:56:31.635 INFO O| May 22 20:56:31.635 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99352025-05-22T20:56:31.677Z[ host-image] May 22 20:56:31.643 INFO O| May 22 20:56:31.643 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
99362025-05-22T20:56:31.677Z[ host-image] May 22 20:56:31.643 INFO O| May 22 20:56:31.643 INFO STEP 150 (remove_files) COMPLETE
99372025-05-22T20:56:31.677Z[ host-image] May 22 20:56:31.643 INFO O| May 22 20:56:31.643 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99382025-05-22T20:56:31.683Z[ host-image] May 22 20:56:31.651 INFO O| May 22 20:56:31.651 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
99392025-05-22T20:56:31.686Z[ host-image] May 22 20:56:31.651 INFO O| May 22 20:56:31.651 INFO STEP 151 (remove_files) COMPLETE
99402025-05-22T20:56:31.686Z[ host-image] May 22 20:56:31.651 INFO O| May 22 20:56:31.651 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99412025-05-22T20:56:31.691Z[ host-image] May 22 20:56:31.659 INFO O| May 22 20:56:31.659 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
99422025-05-22T20:56:31.691Z[ host-image] May 22 20:56:31.659 INFO O| May 22 20:56:31.659 INFO STEP 152 (remove_files) COMPLETE
99432025-05-22T20:56:31.694Z[ host-image] May 22 20:56:31.659 INFO O| May 22 20:56:31.659 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99442025-05-22T20:56:31.699Z[ host-image] May 22 20:56:31.667 INFO O| May 22 20:56:31.667 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
99452025-05-22T20:56:31.699Z[ host-image] May 22 20:56:31.667 INFO O| May 22 20:56:31.667 INFO STEP 153 (remove_files) COMPLETE
99462025-05-22T20:56:31.702Z[ host-image] May 22 20:56:31.667 INFO O| May 22 20:56:31.667 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99472025-05-22T20:56:31.707Z[ host-image] May 22 20:56:31.675 INFO O| May 22 20:56:31.675 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
99482025-05-22T20:56:31.707Z[ host-image] May 22 20:56:31.675 INFO O| May 22 20:56:31.675 INFO STEP 154 (remove_files) COMPLETE
99492025-05-22T20:56:31.710Z[ host-image] May 22 20:56:31.675 INFO O| May 22 20:56:31.675 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99502025-05-22T20:56:31.715Z[ host-image] May 22 20:56:31.684 INFO O| May 22 20:56:31.684 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
99512025-05-22T20:56:31.718Z[ host-image] May 22 20:56:31.684 INFO O| May 22 20:56:31.684 INFO STEP 155 (remove_files) COMPLETE
99522025-05-22T20:56:31.718Z[ host-image] May 22 20:56:31.684 INFO O| May 22 20:56:31.684 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99532025-05-22T20:56:31.724Z[ host-image] May 22 20:56:31.692 INFO O| May 22 20:56:31.692 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
99542025-05-22T20:56:31.727Z[ host-image] May 22 20:56:31.692 INFO O| May 22 20:56:31.692 INFO STEP 156 (remove_files) COMPLETE
99552025-05-22T20:56:31.727Z[ host-image] May 22 20:56:31.692 INFO O| May 22 20:56:31.692 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99562025-05-22T20:56:31.733Z[ host-image] May 22 20:56:31.701 INFO O| May 22 20:56:31.701 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
99572025-05-22T20:56:31.733Z[ host-image] May 22 20:56:31.701 INFO O| May 22 20:56:31.701 INFO STEP 157 (remove_files) COMPLETE
99582025-05-22T20:56:31.738Z[ host-image] May 22 20:56:31.701 INFO O| May 22 20:56:31.701 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99592025-05-22T20:56:31.741Z[ host-image] May 22 20:56:31.710 INFO O| May 22 20:56:31.709 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
99602025-05-22T20:56:31.741Z[ host-image] May 22 20:56:31.710 INFO O| May 22 20:56:31.710 INFO STEP 158 (remove_files) COMPLETE
99612025-05-22T20:56:31.744Z[ host-image] May 22 20:56:31.710 INFO O| May 22 20:56:31.710 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99622025-05-22T20:56:31.749Z[ host-image] May 22 20:56:31.717 INFO O| May 22 20:56:31.717 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
99632025-05-22T20:56:31.749Z[ host-image] May 22 20:56:31.718 INFO O| May 22 20:56:31.718 INFO STEP 159 (remove_files) COMPLETE
99642025-05-22T20:56:31.753Z[ host-image] May 22 20:56:31.718 INFO O| May 22 20:56:31.718 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99652025-05-22T20:56:31.757Z[ host-image] May 22 20:56:31.726 INFO O| May 22 20:56:31.726 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
99662025-05-22T20:56:31.760Z[ host-image] May 22 20:56:31.726 INFO O| May 22 20:56:31.726 INFO STEP 160 (remove_files) COMPLETE
99672025-05-22T20:56:31.760Z[ host-image] May 22 20:56:31.726 INFO O| May 22 20:56:31.726 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99682025-05-22T20:56:31.765Z[ host-image] May 22 20:56:31.734 INFO O| May 22 20:56:31.734 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
99692025-05-22T20:56:31.769Z[ host-image] May 22 20:56:31.734 INFO O| May 22 20:56:31.734 INFO STEP 161 (remove_files) COMPLETE
99702025-05-22T20:56:31.769Z[ host-image] May 22 20:56:31.734 INFO O| May 22 20:56:31.734 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99712025-05-22T20:56:31.773Z[ host-image] May 22 20:56:31.741 INFO O| May 22 20:56:31.741 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
99722025-05-22T20:56:31.777Z[ host-image] May 22 20:56:31.741 INFO O| May 22 20:56:31.741 INFO STEP 162 (remove_files) COMPLETE
99732025-05-22T20:56:31.777Z[ host-image] May 22 20:56:31.741 INFO O| May 22 20:56:31.741 INFO STEP 163: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
99742025-05-22T20:56:31.784Z[ host-image] May 22 20:56:31.752 INFO O| May 22 20:56:31.752 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
99752025-05-22T20:56:31.787Z[ host-image] May 22 20:56:31.752 INFO O| May 22 20:56:31.752 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"}
99762025-05-22T20:56:40.900Z[ host-image] May 22 20:56:40.869 INFO O| May 22 20:56:40.869 INFO O| Loading smf(7) service descriptions: 1/752/753/754/755/756/757/758/759/7510/7511/7512/7513/7514/7515/7516/7517/7518/7519/7520/7521/7522/7523/7524/7525/7526/7527/7528/7529/7530/7531/7532/7533/7534/7535/7536/7537/7538/7539/7540/7541/7542/7543/7544/7545/7546/7547/7548/7549/7550/7551/7552/7553/7554/7555/7556/7557/7558/7559/7560/7561/7562/7563/7564/7565/7566/7567/7568/7569/7570/7571/7572/7573/7574/7575/75
99772025-05-22T20:56:40.900Z[ host-image] May 22 20:56:40.869 INFO O| May 22 20:56:40.869 INFO E| svccfg: Loaded 75 smf(7) service descriptions
99782025-05-22T20:56:40.915Z[ host-image] May 22 20:56:40.884 INFO O| May 22 20:56:40.884 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"}
99792025-05-22T20:56:41.064Z[ host-image] May 22 20:56:41.033 INFO O| May 22 20:56:41.033 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"}
99802025-05-22T20:56:41.141Z[ host-image] May 22 20:56:41.109 INFO O| May 22 20:56:41.109 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
99812025-05-22T20:56:41.222Z[ host-image] May 22 20:56:41.191 INFO O| May 22 20:56:41.191 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
99822025-05-22T20:56:41.222Z[ host-image] May 22 20:56:41.191 INFO O| May 22 20:56:41.191 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
99832025-05-22T20:56:41.227Z[ host-image] May 22 20:56:41.193 INFO O| May 22 20:56:41.193 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
99842025-05-22T20:56:41.227Z[ host-image] May 22 20:56:41.193 INFO O| May 22 20:56:41.193 INFO ok!
99852025-05-22T20:56:41.227Z[ host-image] May 22 20:56:41.193 INFO O| May 22 20:56:41.193 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
99862025-05-22T20:56:41.227Z[ host-image] May 22 20:56:41.193 INFO O| May 22 20:56:41.193 INFO STEP 163 (seed_smf) COMPLETE
99872025-05-22T20:56:41.227Z[ host-image] May 22 20:56:41.193 INFO O| May 22 20:56:41.193 INFO steps complete; finalising image!
99882025-05-22T20:56:41.227Z[ host-image] May 22 20:56:41.193 INFO O| May 22 20:56:41.193 INFO TRIM POOL: TEMPORARY-gimlet-zfs
99892025-05-22T20:56:41.384Z[ host-image] May 22 20:56:41.351 INFO O| May 22 20:56:41.351 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Thu May 22 20:56:41 2025)
99902025-05-22T20:56:41.599Z[ host-image] May 22 20:56:41.568 INFO O| May 22 20:56:41.568 INFO temporary pool has 714M used, 118M avail, 1.88x compressratio
99912025-05-22T20:56:41.605Z[ host-image] May 22 20:56:41.568 INFO O| May 22 20:56:41.568 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
99922025-05-22T20:56:41.951Z[ host-image] May 22 20:56:41.920 INFO O| May 22 20:56:41.920 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
99932025-05-22T20:56:41.951Z[ host-image] May 22 20:56:41.920 INFO O| May 22 20:56:41.920 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
99942025-05-22T20:56:42.850Z[ host-image] May 22 20:56:42.819 INFO O| May 22 20:56:42.819 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
99952025-05-22T20:56:42.850Z[ host-image] May 22 20:56:42.819 INFO O| May 22 20:56:42.819 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
99962025-05-22T20:56:42.854Z[ host-image] May 22 20:56:42.819 INFO O| May 22 20:56:42.819 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
99972025-05-22T20:56:42.854Z[ host-image] May 22 20:56:42.819 INFO O| May 22 20:56:42.819 INFO completed processing gimlet/zfs
99982025-05-22T20:56:42.854Z[ host-image] May 22 20:56:42.819 INFO O| May 22 20:56:42.819 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
99992025-05-22T20:56:51.848Z[ host-image] May 22 20:56:51.818 INFO O| May 22 20:56:51.818 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
100002025-05-22T20:56:51.945Z[ host-image] May 22 20:56:51.915 INFO BUILD STRING "heads/stlouis-0-g361574b73e\n"
100012025-05-22T20:56:51.945Z[ host-image] May 22 20:56:51.915 INFO expanded image name: "ci 50160a8/${os_short_commit} 2025-05-22 20:09" -> "ci 50160a8/361574b 2025-05-22 20:09"
100022025-05-22T20:56:51.949Z[ host-image] May 22 20:56:51.916 INFO output artefacts stored in: "/work/os-host"
100032025-05-22T20:56:51.949Z[ host-image] May 22 20:56:51.916 INFO collecting git info from project "chelsio-t6-roms"...
100042025-05-22T20:56:51.953Z[ host-image] May 22 20:56:51.922 INFO collecting git info from project "pilot"...
100052025-05-22T20:56:51.958Z[ host-image] May 22 20:56:51.928 INFO collecting git info from project "pinprick"...
100062025-05-22T20:56:51.963Z[ host-image] May 22 20:56:51.933 INFO collecting git info from project "image-builder"...
100072025-05-22T20:56:51.967Z[ host-image] May 22 20:56:51.938 INFO collecting git info from project "bootserver"...
100082025-05-22T20:56:51.972Z[ host-image] May 22 20:56:51.942 INFO collecting git info from project "amd-host-image-builder"...
100092025-05-22T20:56:51.977Z[ host-image] May 22 20:56:51.947 INFO collecting git info from project "amd-firmware"...
100102025-05-22T20:56:51.987Z[ host-image] May 22 20:56:51.958 INFO collecting git info from project "phbl"...
100112025-05-22T20:56:51.992Z[ host-image] May 22 20:56:51.962 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
100122025-05-22T20:56:52.377Z[ host-image] May 22 20:56:52.347 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
100132025-05-22T20:56:52.756Z[ host-image] May 22 20:56:52.726 INFO creating Oxide boot image...
100142025-05-22T20:56:52.756Z[ host-image] May 22 20:56:52.726 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 50160a8/361574b 2025-05-22 20:09", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
100152025-05-22T20:56:54.313Z[ host-image] May 22 20:56:54.283 INFO O| ok, image written!
100162025-05-22T20:56:54.317Z[ host-image] May 22 20:56:54.283 INFO O| ok, boot_image_csum file written!
100172025-05-22T20:56:54.317Z[ host-image] May 22 20:56:54.286 INFO creating boot archive (CPIO)...
100182025-05-22T20:56:54.317Z[ host-image] May 22 20:56:54.286 INFO exec: ["bash", "/work/oxidecomputer/helios/image/mkcpio.sh", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/os-host/cpio", "/work/oxidecomputer/helios/tmp/image.host"], pwd: None
100192025-05-22T20:56:54.321Z[ host-image] May 22 20:56:54.290 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
100202025-05-22T20:56:54.321Z[ host-image] May 22 20:56:54.290 INFO E| + outfile=/work/os-host/cpio
100212025-05-22T20:56:54.321Z[ host-image] May 22 20:56:54.290 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
100222025-05-22T20:56:54.324Z[ host-image] May 22 20:56:54.292 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
100232025-05-22T20:56:54.324Z[ host-image] May 22 20:56:54.292 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
100242025-05-22T20:56:54.363Z[ host-image] May 22 20:56:54.333 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
100252025-05-22T20:56:54.363Z[ host-image] May 22 20:56:54.333 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
100262025-05-22T20:56:54.370Z[ host-image] May 22 20:56:54.341 INFO creating compressed cpio/unix for dev loaders...
100272025-05-22T20:56:54.370Z[ host-image] May 22 20:56:54.341 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/rpool/images/build/host/work/gimlet/ramdisk/platform/oxide/kernel/amd64/unix\' >\'/work/os-host/unix.z\'"], pwd: None
100282025-05-22T20:56:54.659Z[ host-image] May 22 20:56:54.629 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
100292025-05-22T20:56:58.997Z[ host-image] May 22 20:56:58.968 INFO creating reset image...
100302025-05-22T20:56:58.997Z[ host-image] May 22 20:56:58.968 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
100312025-05-22T20:56:59.058Z[ host-image] May 22 20:56:59.029 INFO rust toolchain for "/work/oxidecomputer/helios/projects/phbl": "nightly-2025-04-22-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/phbl/rust-toolchain.toml')"
100322025-05-22T20:56:59.058Z[ host-image] May 22 20:56:59.029 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
100332025-05-22T20:56:59.162Z[ host-image] May 22 20:56:59.133 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.04s
100342025-05-22T20:56:59.176Z[ host-image] May 22 20:56:59.135 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
100352025-05-22T20:56:59.299Z[ host-image] May 22 20:56:59.270 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
100362025-05-22T20:57:01.152Z[ host-image] May 22 20:57:01.056 INFO E| Finished `release` profile [optimized] target(s) in 1.91s
100372025-05-22T20:57:01.165Z[ host-image] May 22 20:57:01.070 INFO building host image...
100382025-05-22T20:57:01.165Z[ host-image] May 22 20:57:01.070 INFO exec: ["/work/oxidecomputer/helios/projects/amd-host-image-builder/target/debug/amd-host-image-builder", "-B", "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a", "--config", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5", "--output-file", "/work/os-host/rom", "--reset-image", "/work/oxidecomputer/helios/projects/phbl/target/x86_64-oxide-none-elf/release/phbl"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
100392025-05-22T20:57:01.525Z[ host-image] May 22 20:57:01.495 INFO finishing image archive at "/work/os-host/os.tar.gz"...
100402025-05-22T20:57:40.188Z[ host-image] May 22 20:57:40.163 INFO image complete! materials are in "/work/os-host"
100412025-05-22T20:57:40.191Z[ host-image]
100422025-05-22T20:57:40.191Z[ host-image] real 22:37.301761175
100432025-05-22T20:57:40.191Z[ host-image] user 11:57.834330123
100442025-05-22T20:57:40.191Z[ host-image] sys 1:12.941346391
100452025-05-22T20:57:40.191Z[ host-image] trap 0.572943829
100462025-05-22T20:57:40.191Z[ host-image] tflt 0.085663198
100472025-05-22T20:57:40.191Z[ host-image] dflt 0.134717400
100482025-05-22T20:57:40.191Z[ host-image] kflt 0.132349085
100492025-05-22T20:57:40.191Z[ host-image] lock 19:23.644127955
100502025-05-22T20:57:40.191Z[ host-image] slp 2:14:15.617686422
100512025-05-22T20:57:40.191Z[ host-image] lat 3:20.713643118
100522025-05-22T20:57:40.195Z[ host-image] stop 0.568214911
100532025-05-22T20:57:40.195ZMay 22 20:57:40.167 INFO [host-image] process exited with exit status: 0 (1357.307578775s)
100542025-05-22T20:57:40.195ZMay 22 20:57:40.167 INFO [tuf-repo] running task
100552025-05-22T20:57:53.352ZMay 22 20:57:53.329 INFO assembling repository in `/tmp/tufaceousFJfMcA`, component: OmicronRepoAssembler
100562025-05-22T20:58:00.936ZMay 22 20:58:00.915 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
100572025-05-22T20:58:01.220ZMay 22 20:58:01.198 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
100582025-05-22T20:58:18.830ZMay 22 20:58:18.811 INFO [tuf-repo] task succeeded (38.643479519s)
100592025-05-22T20:58:18.831ZMay 22 20:58:18.811 INFO all jobs completed in 2923.456987761s
100602025-05-22T20:58:19.781Zprocess exited: duration 3562320 ms, exit code 0
 
100612025-05-22T20:58:19.796Zfound 41 output files
100622025-05-22T20:58:19.797Zuploading: /work/manifest.toml (13599 bytes)
100632025-05-22T20:58:20.808Zuploaded: /work/manifest.toml
100642025-05-22T20:58:20.818Zuploading: /work/repo.zip (2483129326 bytes)
100652025-05-22T20:59:15.303Zuploaded: /work/repo.zip
100662025-05-22T20:59:15.303Zuploading: /work/repo.zip.sha256.txt (65 bytes)
100672025-05-22T20:59:16.318Zuploaded: /work/repo.zip.sha256.txt
100682025-05-22T20:59:16.321Zuploading: /work/helios.json (584 bytes)
100692025-05-22T20:59:17.328Zuploaded: /work/helios.json
100702025-05-22T20:59:17.331Zuploading: /work/incorporation.p5m (98900 bytes)
100712025-05-22T20:59:18.349Zuploaded: /work/incorporation.p5m
100722025-05-22T20:59:18.349Zuploading: /work/incorporation.p5p (112640 bytes)
100732025-05-22T20:59:19.369Zuploaded: /work/incorporation.p5p
100742025-05-22T20:59:19.373Zuploading: /work/helios-incorp.log (526 bytes)
100752025-05-22T20:59:20.380Zuploaded: /work/helios-incorp.log
100762025-05-22T20:59:20.383Zuploading: /work/helios-setup.log (61919 bytes)
100772025-05-22T20:59:21.396Zuploaded: /work/helios-setup.log
100782025-05-22T20:59:21.401Zuploading: /work/host-image.log (205093 bytes)
100792025-05-22T20:59:22.422Zuploaded: /work/host-image.log
100802025-05-22T20:59:22.426Zuploading: /work/host-package.log (28635 bytes)
100812025-05-22T20:59:23.435Zuploaded: /work/host-package.log
100822025-05-22T20:59:23.435Zuploading: /work/host-target.log (101 bytes)
100832025-05-22T20:59:24.446Zuploaded: /work/host-target.log
100842025-05-22T20:59:24.446Zuploading: /work/incorp-create.log (0 bytes)
100852025-05-22T20:59:26.838Zuploaded: /work/incorp-create.log
100862025-05-22T20:59:26.838Zuploading: /work/incorp-fmt.log (0 bytes)
100872025-05-22T20:59:27.845Zuploaded: /work/incorp-fmt.log
100882025-05-22T20:59:27.848Zuploading: /work/incorp-pkgsend.log (108 bytes)
100892025-05-22T20:59:28.854Zuploaded: /work/incorp-pkgsend.log
100902025-05-22T20:59:28.858Zuploading: /work/incorp-publisher.log (0 bytes)
100912025-05-22T20:59:29.862Zuploaded: /work/incorp-publisher.log
100922025-05-22T20:59:29.866Zuploading: /work/omicron-package.log (8643 bytes)
100932025-05-22T20:59:30.873Zuploaded: /work/omicron-package.log
100942025-05-22T20:59:30.876Zuploading: /work/recovery-image.log (579838 bytes)
100952025-05-22T20:59:31.900Zuploaded: /work/recovery-image.log
100962025-05-22T20:59:31.903Zuploading: /work/recovery-package.log (1685 bytes)
100972025-05-22T20:59:32.910Zuploaded: /work/recovery-package.log
100982025-05-22T20:59:32.911Zuploading: /work/recovery-target.log (98 bytes)
100992025-05-22T20:59:33.922Zuploaded: /work/recovery-target.log
101002025-05-22T20:59:33.922Zuploading: /work/stamp-clickhouse.log (117 bytes)
101012025-05-22T20:59:34.932Zuploaded: /work/stamp-clickhouse.log
101022025-05-22T20:59:34.932Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
101032025-05-22T20:59:35.942Zuploaded: /work/stamp-clickhouse_keeper.log
101042025-05-22T20:59:35.942Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
101052025-05-22T20:59:36.951Zuploaded: /work/stamp-clickhouse_server.log
101062025-05-22T20:59:36.954Zuploading: /work/stamp-cockroachdb.log (118 bytes)
101072025-05-22T20:59:37.960Zuploaded: /work/stamp-cockroachdb.log
101082025-05-22T20:59:37.960Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
101092025-05-22T20:59:38.970Zuploaded: /work/stamp-crucible-dtrace.log
101102025-05-22T20:59:38.970Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
101112025-05-22T20:59:39.981Zuploaded: /work/stamp-crucible-pantry-zone.log
101122025-05-22T20:59:39.981Zuploading: /work/stamp-crucible-zone.log (120 bytes)
101132025-05-22T20:59:40.994Zuploaded: /work/stamp-crucible-zone.log
101142025-05-22T20:59:40.997Zuploading: /work/stamp-external-dns.log (119 bytes)
101152025-05-22T20:59:42.005Zuploaded: /work/stamp-external-dns.log
101162025-05-22T20:59:42.005Zuploading: /work/stamp-installinator.log (103 bytes)
101172025-05-22T20:59:43.017Zuploaded: /work/stamp-installinator.log
101182025-05-22T20:59:43.017Zuploading: /work/stamp-internal-dns.log (119 bytes)
101192025-05-22T20:59:44.029Zuploaded: /work/stamp-internal-dns.log
101202025-05-22T20:59:44.029Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
101212025-05-22T20:59:45.039Zuploaded: /work/stamp-mg-ddm-gz.log
101222025-05-22T20:59:45.039Zuploading: /work/stamp-nexus.log (112 bytes)
101232025-05-22T20:59:46.049Zuploaded: /work/stamp-nexus.log
101242025-05-22T20:59:46.053Zuploading: /work/stamp-ntp.log (110 bytes)
101252025-05-22T20:59:47.060Zuploaded: /work/stamp-ntp.log
101262025-05-22T20:59:47.060Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
101272025-05-22T20:59:48.071Zuploaded: /work/stamp-omicron-sled-agent.log
101282025-05-22T20:59:48.071Zuploading: /work/stamp-overlay.log (114 bytes)
101292025-05-22T20:59:49.082Zuploaded: /work/stamp-overlay.log
101302025-05-22T20:59:49.082Zuploading: /work/stamp-oximeter.log (115 bytes)
101312025-05-22T20:59:50.092Zuploaded: /work/stamp-oximeter.log
101322025-05-22T20:59:50.092Zuploading: /work/stamp-oxlog.log (109 bytes)
101332025-05-22T20:59:51.103Zuploaded: /work/stamp-oxlog.log
101342025-05-22T20:59:51.104Zuploading: /work/stamp-probe.log (112 bytes)
101352025-05-22T20:59:52.112Zuploaded: /work/stamp-probe.log
101362025-05-22T20:59:52.119Zuploading: /work/stamp-propolis-server.log (122 bytes)
101372025-05-22T20:59:53.124Zuploaded: /work/stamp-propolis-server.log
101382025-05-22T20:59:53.124Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
101392025-05-22T20:59:54.134Zuploaded: /work/stamp-pumpkind-gz.log
101402025-05-22T20:59:54.139Zuploading: /work/stamp-switch-asic.log (118 bytes)
101412025-05-22T20:59:55.147Zuploaded: /work/stamp-switch-asic.log
101422025-05-22T20:59:55.147Zuploading: /work/verify-libraries.log (7073 bytes)
101432025-05-22T20:59:56.158Zuploaded: /work/verify-libraries.log