01JFKQ1C4JMRDFM8VXWAYT82PP: helios / build TUF repo

BasicConfig {
    output_rules: [
        "=/work/manifest.toml",
        "=/work/repo.zip",
        "=/work/repo.zip.sha256.txt",
        "%/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",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01JFKQ2N61PVPMZ722Z5TBJMTA

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-21T04:20:41.707Zjob assigned to worker 01JFKQ2XA3A155VH4XQCTMFJKV [factory aws, i-0b6074c3832aff39c] (queued for 57 s)
 
22024-12-21T04:20:49.638Zstarting task 0: "setup"
32024-12-21T04:20:49.731Z++ uname -s
42024-12-21T04:20:49.732Z+ kern=SunOS
52024-12-21T04:20:49.732Z+ case "$kern" in
62024-12-21T04:20:49.732Z+ groupadd -g 12345 build
72024-12-21T04:20:49.732Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-21T04:20:51.719Z+ zfs create -o mountpoint=/work rpool/work
92024-12-21T04:20:52.010Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-21T04:20:52.010Z+ home_fs=zfs
112024-12-21T04:20:52.011Z+ [[ zfs == autofs ]]
122024-12-21T04:20:52.012Z+ mkdir -p /home/build
132024-12-21T04:20:52.012Z+ chown build:build /home/build /work
142024-12-21T04:20:53.825Z+ chmod 0700 /home/build /work
152024-12-21T04:20:53.905Zprocess exited: duration 4166 ms, exit code 0
 
162024-12-21T04:20:54.159Zstarting task 1: "rust-toolchain"
172024-12-21T04:20:54.184Z+ printf ' * toolchain channel = "%s"
182024-12-21T04:20:54.184Z' 1.81.0
192024-12-21T04:20:54.186Z+ printf ' * toolchain profile = "%s"
202024-12-21T04:20:54.186Z' default
212024-12-21T04:20:54.186Z * toolchain channel = "1.81.0"
222024-12-21T04:20:54.186Z * toolchain profile = "default"
232024-12-21T04:20:54.186Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-21T04:20:54.186Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-21T04:20:54.281Zinfo: downloading installer
262024-12-21T04:20:55.612Zinfo: profile set to 'default'
272024-12-21T04:20:55.612Zinfo: default host triple is x86_64-unknown-illumos
282024-12-21T04:20:55.712Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-21T04:20:55.805Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-21T04:20:55.805Zinfo: downloading component 'cargo'
312024-12-21T04:20:56.791Zinfo: downloading component 'clippy'
322024-12-21T04:20:57.209Zinfo: downloading component 'rust-docs'
332024-12-21T04:20:58.436Zinfo: downloading component 'rust-std'
342024-12-21T04:21:00.560Zinfo: downloading component 'rustc'
352024-12-21T04:21:08.177Zinfo: downloading component 'rustfmt'
362024-12-21T04:21:08.490Zinfo: installing component 'cargo'
372024-12-21T04:21:09.258Zinfo: installing component 'clippy'
382024-12-21T04:21:09.616Zinfo: installing component 'rust-docs'
392024-12-21T04:21:11.213Zinfo: installing component 'rust-std'
402024-12-21T04:21:12.930Zinfo: installing component 'rustc'
412024-12-21T04:21:18.588Zinfo: installing component 'rustfmt'
422024-12-21T04:21:18.888Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-21T04:21:18.889Z
442024-12-21T04:21:19.337Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-21T04:21:19.337Z
462024-12-21T04:21:19.424Z
472024-12-21T04:21:19.424ZRust is installed now. Great!
482024-12-21T04:21:19.424Z
492024-12-21T04:21:19.424ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-21T04:21:19.425Zenvironment variable. This has not been done automatically.
512024-12-21T04:21:19.425Z
522024-12-21T04:21:19.425ZTo configure your current shell, you need to source
532024-12-21T04:21:19.425Zthe corresponding env file under $HOME/.cargo.
542024-12-21T04:21:19.425Z
552024-12-21T04:21:19.425ZThis is usually done by running one of the following (note the leading DOT):
562024-12-21T04:21:19.425Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-21T04:21:19.425Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-21T04:21:19.426Z+ rustc --version
592024-12-21T04:21:19.539Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-21T04:21:19.539Zprocess exited: duration 25293 ms, exit code 0
 
612024-12-21T04:21:19.709Zstarting task 2: "authentication"
622024-12-21T04:21:19.863ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
632024-12-21T04:21:43.966Zprocess exited: duration 24316 ms, exit code 0
 
642024-12-21T04:21:43.971Zstarting task 3: "clone repository"
652024-12-21T04:21:43.977Z+ mkdir -p /work/oxidecomputer/omicron
662024-12-21T04:21:43.981Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
672024-12-21T04:21:44.019ZCloning into '/work/oxidecomputer/omicron'...
682024-12-21T04:21:52.117Z+ cd /work/oxidecomputer/omicron
692024-12-21T04:21:52.118Z+ git fetch origin 9026ed2f3d434656d97e98729aaab9eb0c87eb4e
702024-12-21T04:21:52.496ZFrom https://github.com/oxidecomputer/omicron
712024-12-21T04:21:52.496Z * branch 9026ed2f3d434656d97e98729aaab9eb0c87eb4e -> FETCH_HEAD
722024-12-21T04:21:52.504Z+ [[ -n renovate/hyper-1.x ]]
732024-12-21T04:21:52.508Z++ git branch --show-current
742024-12-21T04:21:52.509Z+ current=main
752024-12-21T04:21:52.509Z+ [[ main != renovate/hyper-1.x ]]
762024-12-21T04:21:52.509Z+ git branch -f renovate/hyper-1.x 9026ed2f3d434656d97e98729aaab9eb0c87eb4e
772024-12-21T04:21:52.514Z+ git checkout -f renovate/hyper-1.x
782024-12-21T04:21:52.706ZSwitched to branch 'renovate/hyper-1.x'
792024-12-21T04:21:52.733Z+ git reset --hard 9026ed2f3d434656d97e98729aaab9eb0c87eb4e
802024-12-21T04:21:52.733ZHEAD is now at 9026ed2f3 Update Rust crate hyper to 1.5.2
812024-12-21T04:21:52.733Zprocess exited: duration 8734 ms, exit code 0
 
822024-12-21T04:21:52.757Zstarting task 4: "build"
832024-12-21T04:21:52.767Z+ source .github/buildomat/ci-env.sh
842024-12-21T04:21:52.767Z++ export CARGO_TERM_COLOR=always
852024-12-21T04:21:52.767Z++ CARGO_TERM_COLOR=always
862024-12-21T04:21:52.767Z+ cargo --version
872024-12-21T04:21:52.817Zcargo 1.81.0 (2dbb1af80 2024-08-20)
882024-12-21T04:21:52.822Z+ rustc --version
892024-12-21T04:21:52.883Zrustc 1.81.0 (eeb90cda1 2024-09-04)
902024-12-21T04:21:52.889Z+ cargo tree --locked
912024-12-21T04:21:53.137Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
922024-12-21T04:21:53.436Z Updating crates.io index
932024-12-21T04:21:53.439Z Updating git repository `https://github.com/oxidecomputer/diffus`
942024-12-21T04:21:53.747Z Updating git repository `https://github.com/oxidecomputer/maghemite`
952024-12-21T04:21:54.212Z Updating git repository `https://github.com/oxidecomputer/oxnet`
962024-12-21T04:21:54.461Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
972024-12-21T04:21:54.701Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
982024-12-21T04:21:55.004Z Updating git repository `https://github.com/oxidecomputer/propolis`
992024-12-21T04:21:56.024Z Updating git repository `https://github.com/oxidecomputer/crucible`
1002024-12-21T04:21:57.528Z Updating git repository `https://github.com/oxidecomputer/opte`
1012024-12-21T04:21:58.171Z Updating git repository `https://github.com/oxidecomputer/falcon`
1022024-12-21T04:21:58.930Z Updating git repository `https://github.com/oxidecomputer/clickward`
1032024-12-21T04:21:59.187Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1042024-12-21T04:21:59.478Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1052024-12-21T04:22:00.101Z Updating git repository `https://github.com/oxidecomputer/libipcc`
1062024-12-21T04:22:00.377Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1072024-12-21T04:22:00.722Z Updating git repository `https://github.com/oxidecomputer/tofino`
1082024-12-21T04:22:00.941Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1092024-12-21T04:22:01.234Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1102024-12-21T04:22:01.450Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1112024-12-21T04:22:01.713Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1122024-12-21T04:22:02.296Z Updating git repository `https://github.com/oxidecomputer/ispf`
1132024-12-21T04:22:02.663Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1142024-12-21T04:22:03.037Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1152024-12-21T04:22:03.612Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1162024-12-21T04:22:03.904Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1172024-12-21T04:22:04.275Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1182024-12-21T04:22:04.626Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
1192024-12-21T04:22:04.877Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1202024-12-21T04:22:05.145Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1212024-12-21T04:22:05.409Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1222024-12-21T04:22:06.810Z Downloading crates ...
1232024-12-21T04:22:06.939Z Downloaded allocator-api2 v0.2.18
1242024-12-21T04:22:07.014Z Downloaded arrayvec v0.7.6
1252024-12-21T04:22:07.014Z Downloaded async-channel v2.3.1
1262024-12-21T04:22:07.014Z Downloaded async-channel v1.9.0
1272024-12-21T04:22:07.014Z Downloaded async-executor v1.13.1
1282024-12-21T04:22:07.015Z Downloaded async-global-executor v2.4.1
1292024-12-21T04:22:07.015Z Downloaded async-io v2.3.4
1302024-12-21T04:22:07.015Z Downloaded escape8259 v0.5.3
1312024-12-21T04:22:07.015Z Downloaded async-lock v3.4.0
1322024-12-21T04:22:07.015Z Downloaded fatfs v0.3.6
1332024-12-21T04:22:07.015Z Downloaded fallible-streaming-iterator v0.1.9
1342024-12-21T04:22:07.015Z Downloaded event-listener v2.5.3
1352024-12-21T04:22:07.015Z Downloaded ciborium v0.2.2
1362024-12-21T04:22:07.015Z Downloaded foreign-types v0.3.2
1372024-12-21T04:22:07.015Z Downloaded foreign-types-shared v0.1.1
1382024-12-21T04:22:07.016Z Downloaded foreign-types-macros v0.2.3
1392024-12-21T04:22:07.016Z Downloaded foldhash v0.1.3
1402024-12-21T04:22:07.016Z Downloaded form_urlencoded v1.2.1
1412024-12-21T04:22:07.016Z Downloaded async-stream-impl v0.3.6
1422024-12-21T04:22:07.016Z Downloaded async-stream v0.3.6
1432024-12-21T04:22:07.016Z Downloaded funty v2.0.0
1442024-12-21T04:22:07.016Z Downloaded fragile v2.0.0
1452024-12-21T04:22:07.016Z Downloaded futures-macro v0.3.31
1462024-12-21T04:22:07.016Z Downloaded futures-io v0.3.31
1472024-12-21T04:22:07.017Z Downloaded atomicwrites v0.4.4
1482024-12-21T04:22:07.017Z Downloaded atomic-waker v1.1.2
1492024-12-21T04:22:07.017Z Downloaded ghash v0.5.1
1502024-12-21T04:22:07.018Z Downloaded generic-array v0.14.7
1512024-12-21T04:22:07.018Z Downloaded futures v0.3.31
1522024-12-21T04:22:07.018Z Downloaded fxhash v0.2.1
1532024-12-21T04:22:07.018Z Downloaded futures-channel v0.3.31
1542024-12-21T04:22:07.018Z Downloaded hash32 v0.3.1
1552024-12-21T04:22:07.018Z Downloaded futures-timer v3.0.3
1562024-12-21T04:22:07.018Z Downloaded flate2 v1.0.34
1572024-12-21T04:22:07.019Z Downloaded home v0.5.9
1582024-12-21T04:22:07.019Z Downloaded hex v0.4.3
1592024-12-21T04:22:07.019Z Downloaded async-bb8-diesel v0.2.1
1602024-12-21T04:22:07.037Z Downloaded heck v0.3.3
1612024-12-21T04:22:07.037Z Downloaded heck v0.5.0
1622024-12-21T04:22:07.037Z Downloaded async-recursion v1.1.1
1632024-12-21T04:22:07.037Z Downloaded hmac v0.12.1
1642024-12-21T04:22:07.037Z Downloaded futures-task v0.3.31
1652024-12-21T04:22:07.038Z Downloaded hashbrown v0.12.3
1662024-12-21T04:22:07.038Z Downloaded half v2.4.1
1672024-12-21T04:22:07.038Z Downloaded fancy-regex v0.13.0
1682024-12-21T04:22:07.038Z Downloaded assert_cmd v2.0.16
1692024-12-21T04:22:07.038Z Downloaded hashbrown v0.13.2
1702024-12-21T04:22:07.038Z Downloaded adler2 v2.0.0
1712024-12-21T04:22:07.038Z Downloaded aead v0.5.2
1722024-12-21T04:22:07.038Z Downloaded addr2line v0.24.2
1732024-12-21T04:22:07.038Z Downloaded anstyle-query v1.1.1
1742024-12-21T04:22:07.039Z Downloaded futures-util v0.3.31
1752024-12-21T04:22:07.039Z Downloaded headers v0.4.0
1762024-12-21T04:22:07.039Z Downloaded h2 v0.4.6
1772024-12-21T04:22:07.051Z Downloaded assert_matches v1.5.0
1782024-12-21T04:22:07.051Z Downloaded arc-swap v1.7.1
1792024-12-21T04:22:07.051Z Downloaded ascii-canvas v3.0.0
1802024-12-21T04:22:07.051Z Downloaded assert-json-diff v2.0.2
1812024-12-21T04:22:07.051Z Downloaded anyhow v1.0.93
1822024-12-21T04:22:07.051Z Downloaded gimli v0.31.1
1832024-12-21T04:22:07.283Z Downloaded hkdf v0.12.4
1842024-12-21T04:22:07.283Z Downloaded bb8 v0.8.5
1852024-12-21T04:22:07.283Z Downloaded base64ct v1.6.0
1862024-12-21T04:22:07.283Z Downloaded base16ct v0.2.0
1872024-12-21T04:22:07.283Z Downloaded autocfg v1.4.0
1882024-12-21T04:22:07.283Z Downloaded base64 v0.22.1
1892024-12-21T04:22:07.283Z Downloaded atty v0.2.14
1902024-12-21T04:22:07.283Z Downloaded base64 v0.21.7
1912024-12-21T04:22:07.284Z Downloaded async-object-pool v0.1.5
1922024-12-21T04:22:07.284Z Downloaded aho-corasick v1.1.3
1932024-12-21T04:22:07.284Z Downloaded bit-vec v0.6.3
1942024-12-21T04:22:07.284Z Downloaded bit-set v0.5.3
1952024-12-21T04:22:07.284Z Downloaded cast v0.3.0
1962024-12-21T04:22:07.284Z Downloaded cexpr v0.6.0
1972024-12-21T04:22:07.284Z Downloaded cfg-expr v0.17.0
1982024-12-21T04:22:07.284Z Downloaded blocking v1.6.1
1992024-12-21T04:22:07.284Z Downloaded backtrace v0.3.74
2002024-12-21T04:22:07.284Z Downloaded aes v0.8.4
2012024-12-21T04:22:07.284Z Downloaded arrayref v0.3.9
2022024-12-21T04:22:07.284Z Downloaded approx v0.5.1
2032024-12-21T04:22:07.284Z Downloaded chrono v0.4.38
2042024-12-21T04:22:07.402Z Downloaded http-body-util v0.1.2
2052024-12-21T04:22:07.402Z Downloaded http v1.1.0
2062024-12-21T04:22:07.403Z Downloaded fs_extra v1.3.0
2072024-12-21T04:22:07.403Z Downloaded hash32 v0.2.1
2082024-12-21T04:22:07.403Z Downloaded aes-gcm v0.10.3
2092024-12-21T04:22:07.403Z Downloaded globset v0.4.15
2102024-12-21T04:22:07.403Z Downloaded ff v0.13.0
2112024-12-21T04:22:07.403Z Downloaded fastrand v2.1.1
2122024-12-21T04:22:07.403Z Downloaded ahash v0.8.11
2132024-12-21T04:22:07.403Z Downloaded git2 v0.19.0
2142024-12-21T04:22:07.403Z Downloaded hashlink v0.9.1
2152024-12-21T04:22:07.403Z Downloaded glob v0.3.1
2162024-12-21T04:22:07.404Z Downloaded http-body v1.0.1
2172024-12-21T04:22:07.404Z Downloaded hashbrown v0.14.5
2182024-12-21T04:22:07.404Z Downloaded hyper-rustls v0.27.3
2192024-12-21T04:22:07.404Z Downloaded humantime v2.1.0
2202024-12-21T04:22:07.404Z Downloaded block-buffer v0.10.4
2212024-12-21T04:22:07.404Z Downloaded block-padding v0.3.3
2222024-12-21T04:22:07.404Z Downloaded bitflags v1.3.2
2232024-12-21T04:22:07.404Z Downloaded backoff v0.4.0
2242024-12-21T04:22:07.404Z Downloaded bzip2 v0.4.4
2252024-12-21T04:22:07.404Z Downloaded hyper v1.5.2
2262024-12-21T04:22:07.404Z Downloaded castaway v0.2.3
2272024-12-21T04:22:07.405Z Downloaded bitflags v2.6.0
2282024-12-21T04:22:07.405Z Downloaded httparse v1.9.5
2292024-12-21T04:22:07.405Z Downloaded async-signal v0.2.10
2302024-12-21T04:22:07.405Z Downloaded async-process v2.3.0
2312024-12-21T04:22:07.405Z Downloaded byteorder v1.5.0
2322024-12-21T04:22:07.405Z Downloaded bitvec v1.0.1
2332024-12-21T04:22:07.405Z Downloaded cfg_aliases v0.2.1
2342024-12-21T04:22:07.405Z Downloaded cfg-if v1.0.0
2352024-12-21T04:22:07.405Z Downloaded bumpalo v3.16.0
2362024-12-21T04:22:07.406Z Downloaded async-attributes v1.1.2
2372024-12-21T04:22:07.406Z Downloaded httpdate v1.0.3
2382024-12-21T04:22:07.406Z Downloaded float-ord v0.3.2
2392024-12-21T04:22:07.406Z Downloaded fd-lock v4.0.2
2402024-12-21T04:22:07.406Z Downloaded gethostname v0.5.0
2412024-12-21T04:22:07.406Z Downloaded fallible-iterator v0.2.0
2422024-12-21T04:22:07.406Z Downloaded anstyle v1.0.10
2432024-12-21T04:22:07.406Z Downloaded anstyle-parse v0.2.5
2442024-12-21T04:22:07.406Z Downloaded anstream v0.6.15
2452024-12-21T04:22:07.406Z Downloaded expectorate v1.1.0
2462024-12-21T04:22:07.406Z Downloaded bstr v1.10.0
2472024-12-21T04:22:07.406Z Downloaded hyper-rustls v0.26.0
2482024-12-21T04:22:07.406Z Downloaded guppy-workspace-hack v0.1.0
2492024-12-21T04:22:07.406Z Downloaded group v0.13.0
2502024-12-21T04:22:07.407Z Downloaded futures-lite v2.3.0
2512024-12-21T04:22:07.407Z Downloaded fs-err v2.11.0
2522024-12-21T04:22:07.407Z Downloaded hostname v0.4.0
2532024-12-21T04:22:07.407Z Downloaded hostname v0.3.1
2542024-12-21T04:22:07.407Z Downloaded bcrypt-pbkdf v0.10.0
2552024-12-21T04:22:07.407Z Downloaded cfg_aliases v0.1.1
2562024-12-21T04:22:07.407Z Downloaded highway v1.2.0
2572024-12-21T04:22:07.407Z Downloaded hickory-server v0.24.1
2582024-12-21T04:22:07.407Z Downloaded bytes v1.8.0
2592024-12-21T04:22:07.407Z Downloaded powerfmt v0.2.0
2602024-12-21T04:22:07.407Z Downloaded pkcs1 v0.7.5
2612024-12-21T04:22:07.408Z Downloaded percent-encoding v2.3.1
2622024-12-21T04:22:07.408Z Downloaded hickory-resolver v0.24.1
2632024-12-21T04:22:07.408Z Downloaded ppv-lite86 v0.2.20
2642024-12-21T04:22:07.408Z Downloaded paste v1.0.15
2652024-12-21T04:22:07.408Z Downloaded postgres-types v0.2.8
2662024-12-21T04:22:07.408Z Downloaded pest_meta v2.7.14
2672024-12-21T04:22:07.408Z Downloaded bytecount v0.6.8
2682024-12-21T04:22:07.408Z Downloaded blake2b_simd v1.0.2
2692024-12-21T04:22:07.408Z Downloaded parse-zoneinfo v0.3.1
2702024-12-21T04:22:07.408Z Downloaded hickory-client v0.24.1
2712024-12-21T04:22:07.408Z Downloaded hex-literal v0.4.1
2722024-12-21T04:22:07.408Z Downloaded cargo-platform v0.1.8
2732024-12-21T04:22:07.408Z Downloaded cassowary v0.3.0
2742024-12-21T04:22:07.408Z Downloaded pkcs5 v0.7.1
2752024-12-21T04:22:07.409Z Downloaded rustversion v1.0.17
2762024-12-21T04:22:07.409Z Downloaded rand_distr v0.4.3
2772024-12-21T04:22:07.409Z Downloaded rusty-fork v0.3.0
2782024-12-21T04:22:07.409Z Downloaded camino-tempfile v1.1.1
2792024-12-21T04:22:07.409Z Downloaded serde v1.0.215
2802024-12-21T04:22:07.409Z Downloaded cc v1.1.30
2812024-12-21T04:22:07.409Z Downloaded cbc v0.1.2
2822024-12-21T04:22:07.421Z Downloaded cargo_metadata v0.18.1
2832024-12-21T04:22:07.421Z Downloaded reqwest v0.12.9
2842024-12-21T04:22:07.421Z Downloaded blowfish v0.9.1
2852024-12-21T04:22:07.421Z Downloaded blake2 v0.10.6
2862024-12-21T04:22:07.421Z Downloaded bcs v0.1.6
2872024-12-21T04:22:07.421Z Downloaded rfc6979 v0.4.0
2882024-12-21T04:22:07.421Z Downloaded rand_xorshift v0.3.0
2892024-12-21T04:22:07.422Z Downloaded camino v1.1.9
2902024-12-21T04:22:07.429Z Downloaded blake3 v1.5.4
2912024-12-21T04:22:07.431Z Downloaded heapless v0.8.0
2922024-12-21T04:22:07.431Z Downloaded rustls-webpki v0.102.8
2932024-12-21T04:22:07.432Z Downloaded rustyline v14.0.0
2942024-12-21T04:22:07.434Z Downloaded bitfield-struct v0.6.2
2952024-12-21T04:22:07.434Z Downloaded bitfield v0.14.0
2962024-12-21T04:22:07.434Z Downloaded relative-path v1.9.3
2972024-12-21T04:22:07.434Z Downloaded num-traits v0.2.19
2982024-12-21T04:22:07.435Z Downloaded simd-adler32 v0.3.7
2992024-12-21T04:22:07.435Z Downloaded siphasher v0.3.11
3002024-12-21T04:22:07.435Z Downloaded signature v2.2.0
3012024-12-21T04:22:07.435Z Downloaded similar v2.6.0
3022024-12-21T04:22:07.435Z Downloaded signal-hook-tokio v0.3.1
3032024-12-21T04:22:07.435Z Downloaded serde_repr v0.1.19
3042024-12-21T04:22:07.435Z Downloaded quinn-proto v0.11.8
3052024-12-21T04:22:07.435Z Downloaded proc-macro-error-attr v1.0.4
3062024-12-21T04:22:07.435Z Downloaded rand_core v0.6.4
3072024-12-21T04:22:07.435Z Downloaded proc-macro-error v1.0.4
3082024-12-21T04:22:07.435Z Downloaded slab v0.4.9
3092024-12-21T04:22:07.435Z Downloaded sync_wrapper v1.0.1
3102024-12-21T04:22:07.436Z Downloaded termcolor v1.4.1
3112024-12-21T04:22:07.436Z Downloaded thiserror v1.0.69
3122024-12-21T04:22:07.436Z Downloaded tracing-attributes v0.1.27
3132024-12-21T04:22:07.436Z Downloaded twox-hash v1.6.3
3142024-12-21T04:22:07.436Z Downloaded tiny-keccak v2.0.2
3152024-12-21T04:22:07.436Z Downloaded rustc_version v0.4.1
3162024-12-21T04:22:07.436Z Downloaded structmeta-derive v0.3.0
3172024-12-21T04:22:07.436Z Downloaded sigpipe v0.1.3
3182024-12-21T04:22:07.436Z Downloaded rustls-webpki v0.101.7
3192024-12-21T04:22:07.437Z Downloaded unicode-width v0.2.0
3202024-12-21T04:22:07.437Z Downloaded toml_datetime v0.6.8
3212024-12-21T04:22:07.437Z Downloaded tokio-rustls v0.24.1
3222024-12-21T04:22:07.437Z Downloaded toml v0.8.19
3232024-12-21T04:22:07.458Z Downloaded write16 v1.0.0
3242024-12-21T04:22:07.459Z Downloaded tungstenite v0.24.0
3252024-12-21T04:22:07.459Z Downloaded hubpack_derive v0.1.1
3262024-12-21T04:22:07.459Z Downloaded heapless v0.7.17
3272024-12-21T04:22:07.459Z Downloaded untrusted v0.9.0
3282024-12-21T04:22:07.459Z Downloaded tungstenite v0.21.0
3292024-12-21T04:22:07.459Z Downloaded untrusted v0.7.1
3302024-12-21T04:22:07.459Z Downloaded polling v3.7.3
3312024-12-21T04:22:07.459Z Downloaded dirs-next v2.0.0
3322024-12-21T04:22:07.459Z Downloaded dirs-sys-next v0.1.2
3332024-12-21T04:22:07.459Z Downloaded digest v0.10.7
3342024-12-21T04:22:07.459Z Downloaded enum-as-inner v0.6.1
3352024-12-21T04:22:07.459Z Downloaded icu_locid_transform v1.5.0
3362024-12-21T04:22:07.460Z Downloaded icu_locid_transform_data v1.5.0
3372024-12-21T04:22:07.460Z Downloaded yansi v1.0.1
3382024-12-21T04:22:07.460Z Downloaded yoke-derive v0.7.4
3392024-12-21T04:22:07.517Z Downloaded instant v0.1.13
3402024-12-21T04:22:07.519Z Downloaded itoa v1.0.11
3412024-12-21T04:22:07.519Z Downloaded yasna v0.5.2
3422024-12-21T04:22:07.519Z Downloaded keccak v0.1.5
3432024-12-21T04:22:07.519Z Downloaded convert_case v0.4.0
3442024-12-21T04:22:07.519Z Downloaded concurrent-queue v2.5.0
3452024-12-21T04:22:07.519Z Downloaded criterion-plot v0.5.0
3462024-12-21T04:22:07.520Z Downloaded crc32fast v1.4.2
3472024-12-21T04:22:07.520Z Downloaded libm v0.2.8
3482024-12-21T04:22:07.520Z Downloaded ctr v0.9.2
3492024-12-21T04:22:07.520Z Downloaded csv-core v0.1.11
3502024-12-21T04:22:07.520Z Downloaded criterion v0.5.1
3512024-12-21T04:22:07.520Z Downloaded jobserver v0.1.32
3522024-12-21T04:22:07.520Z Downloaded bzip2-sys v0.1.11+1.0.8
3532024-12-21T04:22:07.521Z Downloaded lru v0.12.5
3542024-12-21T04:22:07.521Z Downloaded resolv-conf v0.7.0
3552024-12-21T04:22:07.521Z Downloaded chrono-tz-build v0.4.0
3562024-12-21T04:22:07.521Z Downloaded debug-ignore v1.0.5
3572024-12-21T04:22:07.537Z Downloaded cipher v0.4.4
3582024-12-21T04:22:07.538Z Downloaded ciborium-ll v0.2.2
3592024-12-21T04:22:07.538Z Downloaded indexmap v2.6.0
3602024-12-21T04:22:07.538Z Downloaded yoke v0.7.4
3612024-12-21T04:22:07.538Z Downloaded xz2 v0.1.7
3622024-12-21T04:22:07.539Z Downloaded endian-type v0.1.2
3632024-12-21T04:22:07.539Z Downloaded num_enum_derive v0.5.11
3642024-12-21T04:22:07.539Z Downloaded ecdsa v0.16.9
3652024-12-21T04:22:07.539Z Downloaded difflib v0.4.0
3662024-12-21T04:22:07.539Z Downloaded ed25519 v2.2.3
3672024-12-21T04:22:07.539Z Downloaded walkdir v2.5.0
3682024-12-21T04:22:07.539Z Downloaded serde_regex v1.1.0
3692024-12-21T04:22:07.539Z Downloaded usdt v0.5.0
3702024-12-21T04:22:07.539Z Downloaded piper v0.2.4
3712024-12-21T04:22:07.539Z Downloaded phf v0.11.2
3722024-12-21T04:22:07.539Z Downloaded path-slash v0.1.5
3732024-12-21T04:22:07.539Z Downloaded petname v2.0.2
3742024-12-21T04:22:07.563Z Downloaded predicates-tree v1.0.11
3752024-12-21T04:22:07.563Z Downloaded nu-ansi-term v0.50.1
3762024-12-21T04:22:07.563Z Downloaded lock_api v0.4.12
3772024-12-21T04:22:07.564Z Downloaded predicates v3.1.2
3782024-12-21T04:22:07.564Z Downloaded log v0.4.22
3792024-12-21T04:22:07.564Z Downloaded portable-atomic v1.9.0
3802024-12-21T04:22:07.590Z Downloaded pretty_assertions v1.4.1
3812024-12-21T04:22:07.590Z Downloaded predicates-core v1.0.8
3822024-12-21T04:22:07.590Z Downloaded num v0.4.3
3832024-12-21T04:22:07.590Z Downloaded normalize-line-endings v0.3.0
3842024-12-21T04:22:07.591Z Downloaded new_debug_unreachable v1.0.6
3852024-12-21T04:22:07.591Z Downloaded nested v0.1.1
3862024-12-21T04:22:07.591Z Downloaded mio v1.0.2
3872024-12-21T04:22:07.591Z Downloaded owo-colors v4.1.0
3882024-12-21T04:22:07.592Z Downloaded parking_lot_core v0.9.10
3892024-12-21T04:22:07.592Z Downloaded lockfree-object-pool v0.1.6
3902024-12-21T04:22:07.592Z Downloaded miniz_oxide v0.8.0
3912024-12-21T04:22:07.593Z Downloaded postgres-protocol v0.6.7
3922024-12-21T04:22:07.593Z Downloaded packed_struct_codegen v0.10.1
3932024-12-21T04:22:07.593Z Downloaded httptest v0.16.1
3942024-12-21T04:22:07.622Z Downloaded hyper-staticfile v0.10.1
3952024-12-21T04:22:07.622Z Downloaded hashbrown v0.15.1
3962024-12-21T04:22:07.622Z Downloaded regress v0.9.1
3972024-12-21T04:22:07.622Z Downloaded rustls-pki-types v1.10.0
3982024-12-21T04:22:07.622Z Downloaded plotters-backend v0.3.7
3992024-12-21T04:22:07.622Z Downloaded rustfmt-wrapper v0.2.1
4002024-12-21T04:22:07.622Z Downloaded quinn v0.11.5
4012024-12-21T04:22:07.622Z Downloaded packed_struct v0.10.1
4022024-12-21T04:22:07.622Z Downloaded oso-derive v0.27.3
4032024-12-21T04:22:07.622Z Downloaded goblin v0.8.2
4042024-12-21T04:22:07.639Z Downloaded chacha20poly1305 v0.10.1
4052024-12-21T04:22:07.639Z Downloaded chacha20 v0.9.1
4062024-12-21T04:22:07.639Z Downloaded tokio-postgres v0.7.12
4072024-12-21T04:22:07.639Z Downloaded slog-json v2.6.1
4082024-12-21T04:22:07.640Z Downloaded schemars v0.8.21
4092024-12-21T04:22:07.672Z Downloaded rustls v0.22.4
4102024-12-21T04:22:07.672Z Downloaded strum_macros v0.25.3
4112024-12-21T04:22:07.673Z Downloaded tungstenite v0.23.0
4122024-12-21T04:22:07.673Z Downloaded tui-tree-widget v0.22.0
4132024-12-21T04:22:07.673Z Downloaded tls_codec v0.4.1
4142024-12-21T04:22:07.673Z Downloaded tabled_derive v0.7.0
4152024-12-21T04:22:07.674Z Downloaded tinyvec_macros v0.1.1
4162024-12-21T04:22:07.674Z Downloaded stringmetrics v2.2.2
4172024-12-21T04:22:07.674Z Downloaded tinyvec v1.8.0
4182024-12-21T04:22:07.674Z Downloaded serde_with_macros v3.11.0
4192024-12-21T04:22:07.674Z Downloaded try-lock v0.2.5
4202024-12-21T04:22:07.688Z Downloaded toml v0.7.8
4212024-12-21T04:22:07.688Z Downloaded serde_yaml v0.9.34+deprecated
4222024-12-21T04:22:07.688Z Downloaded tls_codec_derive v0.4.1
4232024-12-21T04:22:07.688Z Downloaded thiserror-no-std v2.0.2
4242024-12-21T04:22:07.688Z Downloaded tap v1.0.1
4252024-12-21T04:22:07.688Z Downloaded take_mut v0.2.2
4262024-12-21T04:22:07.688Z Downloaded tough v0.19.0
4272024-12-21T04:22:07.800Z Downloaded ciborium-io v0.2.2
4282024-12-21T04:22:07.800Z Downloaded der_derive v0.7.3
4292024-12-21T04:22:07.800Z Downloaded zopfli v0.8.1
4302024-12-21T04:22:07.801Z Downloaded compact_str v0.8.0
4312024-12-21T04:22:07.801Z Downloaded chrono-tz v0.10.0
4322024-12-21T04:22:07.801Z Downloaded want v0.3.1
4332024-12-21T04:22:07.801Z Downloaded zerocopy v0.6.6
4342024-12-21T04:22:07.801Z Downloaded utf8parse v0.2.2
4352024-12-21T04:22:07.801Z Downloaded uuid v1.11.0
4362024-12-21T04:22:07.801Z Downloaded which v4.4.2
4372024-12-21T04:22:07.801Z Downloaded whoami v1.5.2
4382024-12-21T04:22:07.801Z Downloaded instability v0.3.2
4392024-12-21T04:22:07.802Z Downloaded enum-as-inner v0.5.1
4402024-12-21T04:22:07.803Z Downloaded petgraph v0.6.5
4412024-12-21T04:22:07.803Z Downloaded indoc v2.0.5
4422024-12-21T04:22:07.804Z Downloaded maplit v1.0.2
4432024-12-21T04:22:07.805Z Downloaded macaddr v1.0.1
4442024-12-21T04:22:07.805Z Downloaded litemap v0.7.3
4452024-12-21T04:22:07.805Z Downloaded oso v0.27.3
4462024-12-21T04:22:07.806Z Downloaded managed v0.8.0
4472024-12-21T04:22:07.806Z Downloaded constant_time_eq v0.3.1
4482024-12-21T04:22:07.866Z Downloaded cookie v0.18.1
4492024-12-21T04:22:07.866Z Downloaded cpufeatures v0.2.14
4502024-12-21T04:22:07.866Z Downloaded cookie_store v0.21.0
4512024-12-21T04:22:07.866Z Downloaded webpki-roots v0.26.6
4522024-12-21T04:22:07.866Z Downloaded num_enum v0.5.11
4532024-12-21T04:22:07.867Z Downloaded winnow v0.5.40
4542024-12-21T04:22:07.867Z Downloaded parking v2.2.1
4552024-12-21T04:22:07.867Z Downloaded parking_lot v0.11.2
4562024-12-21T04:22:07.867Z Downloaded parking_lot v0.12.3
4572024-12-21T04:22:07.867Z Downloaded openssl-probe v0.1.5
4582024-12-21T04:22:07.867Z Downloaded native-tls v0.2.12
4592024-12-21T04:22:07.867Z Downloaded nanorand v0.7.0
4602024-12-21T04:22:07.867Z Downloaded darling_macro v0.20.10
4612024-12-21T04:22:07.867Z Downloaded multimap v0.10.0
4622024-12-21T04:22:07.867Z Downloaded hickory-proto v0.24.1
4632024-12-21T04:22:07.868Z Downloaded defmt-parser v0.3.4
4642024-12-21T04:22:07.868Z Downloaded lru-cache v0.1.2
4652024-12-21T04:22:07.868Z Downloaded wait-timeout v0.2.0
4662024-12-21T04:22:07.868Z Downloaded unicode-segmentation v1.12.0
4672024-12-21T04:22:07.869Z Downloaded tabwriter v1.4.0
4682024-12-21T04:22:07.869Z Downloaded swrite v0.1.0
4692024-12-21T04:22:07.869Z Downloaded snafu v0.8.5
4702024-12-21T04:22:07.870Z Downloaded slog-scope v4.4.0
4712024-12-21T04:22:07.870Z Downloaded sha1 v0.10.6
4722024-12-21T04:22:07.870Z Downloaded ident_case v1.0.1
4732024-12-21T04:22:07.870Z Downloaded icu_provider_macros v1.5.0
4742024-12-21T04:22:07.870Z Downloaded hyper-tls v0.6.0
4752024-12-21T04:22:07.870Z Downloaded embedded-io v0.4.0
4762024-12-21T04:22:07.870Z Downloaded hyper-util v0.1.10
4772024-12-21T04:22:07.870Z Downloaded inout v0.1.3
4782024-12-21T04:22:07.871Z Downloaded icu_provider v1.5.0
4792024-12-21T04:22:07.871Z Downloaded parse-display-derive v0.10.0
4802024-12-21T04:22:07.871Z Downloaded parse-display v0.10.0
4812024-12-21T04:22:07.871Z Downloaded signal-hook-mio v0.2.4
4822024-12-21T04:22:07.903Z Downloaded itertools v0.12.1
4832024-12-21T04:22:07.903Z Downloaded itertools v0.13.0
4842024-12-21T04:22:07.903Z Downloaded termios v0.3.3
4852024-12-21T04:22:07.903Z Downloaded smallvec v1.13.2
4862024-12-21T04:22:07.903Z Downloaded pretty-hex v0.4.1
4872024-12-21T04:22:07.903Z Downloaded pretty-hex v0.2.1
4882024-12-21T04:22:07.904Z Downloaded precomputed-hash v0.1.1
4892024-12-21T04:22:07.904Z Downloaded postcard v1.0.10
4902024-12-21T04:22:07.904Z Downloaded regex-syntax v0.8.5
4912024-12-21T04:22:07.904Z Downloaded pem-rfc7468 v0.7.0
4922024-12-21T04:22:07.904Z Downloaded syn v2.0.87
4932024-12-21T04:22:07.904Z Downloaded tower-service v0.3.3
4942024-12-21T04:22:07.904Z Downloaded tokio-stream v0.1.16
4952024-12-21T04:22:07.904Z Downloaded tokio-rustls v0.26.0
4962024-12-21T04:22:07.904Z Downloaded unicode-properties v0.1.3
4972024-12-21T04:22:07.948Z Downloaded usdt-macro v0.5.0
4982024-12-21T04:22:07.948Z Downloaded radium v0.7.0
4992024-12-21T04:22:07.948Z Downloaded r2d2 v0.8.10
5002024-12-21T04:22:07.948Z Downloaded quote v1.0.37
5012024-12-21T04:22:07.948Z Downloaded zerofrom v0.1.4
5022024-12-21T04:22:07.948Z Downloaded salsa20 v0.10.2
5032024-12-21T04:22:07.948Z Downloaded thiserror-impl-no-std v2.0.2
5042024-12-21T04:22:07.948Z Downloaded steno v0.4.1
5052024-12-21T04:22:07.949Z Downloaded writeable v0.5.5
5062024-12-21T04:22:07.949Z Downloaded rustc-demangle v0.1.24
5072024-12-21T04:22:07.949Z Downloaded salty v0.3.0
5082024-12-21T04:22:07.949Z Downloaded smawk v0.3.2
5092024-12-21T04:22:07.949Z Downloaded waitgroup v0.1.2
5102024-12-21T04:22:07.949Z Downloaded cmake v0.1.51
5112024-12-21T04:22:07.950Z Downloaded typify-macro v0.2.0
5122024-12-21T04:22:07.950Z Downloaded slog v2.7.0
5132024-12-21T04:22:07.950Z Downloaded dtrace-parser v0.2.0
5142024-12-21T04:22:07.950Z Downloaded ssh-encoding v0.2.0
5152024-12-21T04:22:07.950Z Downloaded semver v1.0.23
5162024-12-21T04:22:07.950Z Downloaded equivalent v1.0.1
5172024-12-21T04:22:07.950Z Downloaded elliptic-curve v0.13.8
5182024-12-21T04:22:08.008Z Downloaded lazycell v1.3.0
5192024-12-21T04:22:08.009Z Downloaded icu_normalizer v1.5.0
5202024-12-21T04:22:08.010Z Downloaded lazy_static v1.5.0
5212024-12-21T04:22:08.010Z Downloaded zerofrom-derive v0.1.4
5222024-12-21T04:22:08.011Z Downloaded wyz v0.5.1
5232024-12-21T04:22:08.011Z Downloaded scrypt v0.11.0
5242024-12-21T04:22:08.011Z Downloaded unicase v2.7.0
5252024-12-21T04:22:08.011Z Downloaded thread_local v1.1.8
5262024-12-21T04:22:08.011Z Downloaded thiserror-impl v2.0.3
5272024-12-21T04:22:08.011Z Downloaded synstructure v0.13.1
5282024-12-21T04:22:08.011Z Downloaded proptest v1.5.0
5292024-12-21T04:22:08.011Z Downloaded thiserror-impl v1.0.69
5302024-12-21T04:22:08.012Z Downloaded prettyplease v0.2.25
5312024-12-21T04:22:08.012Z Downloaded polyval v0.6.2
5322024-12-21T04:22:08.012Z Downloaded pest v2.7.14
5332024-12-21T04:22:08.049Z Downloaded pem v3.0.4
5342024-12-21T04:22:08.049Z Downloaded peg-runtime v0.8.3
5352024-12-21T04:22:08.049Z Downloaded dhcproto-macros v0.1.0
5362024-12-21T04:22:08.050Z Downloaded crunchy v0.2.2
5372024-12-21T04:22:08.050Z Downloaded darling v0.20.10
5382024-12-21T04:22:08.050Z Downloaded darling_core v0.20.10
5392024-12-21T04:22:08.050Z Downloaded dropshot_endpoint v0.12.0
5402024-12-21T04:22:08.050Z Downloaded derive_more v0.99.18
5412024-12-21T04:22:08.050Z Downloaded diesel_derives v2.2.3
5422024-12-21T04:22:08.050Z Downloaded indexmap v1.9.3
5432024-12-21T04:22:08.050Z Downloaded indent_write v2.2.0
5442024-12-21T04:22:08.050Z Downloaded icu_normalizer_data v1.5.0
5452024-12-21T04:22:08.050Z Downloaded idna v0.2.3
5462024-12-21T04:22:08.050Z Downloaded diesel v2.2.6
5472024-12-21T04:22:08.051Z Downloaded proc-macro-crate v1.3.1
5482024-12-21T04:22:08.051Z Downloaded number_prefix v0.4.0
5492024-12-21T04:22:08.051Z Downloaded nix v0.28.0
5502024-12-21T04:22:08.106Z Downloaded ron v0.7.1
5512024-12-21T04:22:08.106Z Downloaded openssl-macros v0.1.1
5522024-12-21T04:22:08.106Z Downloaded opaque-debug v0.3.1
5532024-12-21T04:22:08.106Z Downloaded oorandom v11.1.4
5542024-12-21T04:22:08.106Z Downloaded openssl-sys v0.9.103
5552024-12-21T04:22:08.106Z Downloaded regex-syntax v0.6.29
5562024-12-21T04:22:08.106Z Downloaded ron v0.8.1
5572024-12-21T04:22:08.107Z Downloaded cobs v0.2.3
5582024-12-21T04:22:08.107Z Downloaded dhcproto v0.12.0
5592024-12-21T04:22:08.107Z Downloaded des v0.8.1
5602024-12-21T04:22:08.107Z Downloaded nibble_vec v0.1.0
5612024-12-21T04:22:08.107Z Downloaded semver v0.1.20
5622024-12-21T04:22:08.107Z Downloaded regex v1.11.1
5632024-12-21T04:22:08.107Z Downloaded russh-keys v0.45.0
5642024-12-21T04:22:08.107Z Downloaded rstest v0.23.0
5652024-12-21T04:22:08.140Z Downloaded quinn-udp v0.5.5
5662024-12-21T04:22:08.141Z Downloaded quick-xml v0.33.0
5672024-12-21T04:22:08.141Z Downloaded ref-cast-impl v1.0.23
5682024-12-21T04:22:08.141Z Downloaded ref-cast v1.0.23
5692024-12-21T04:22:08.141Z Downloaded peg-macros v0.8.4
5702024-12-21T04:22:08.142Z Downloaded newtype-uuid v1.1.3
5712024-12-21T04:22:08.142Z Downloaded newline-converter v0.3.0
5722024-12-21T04:22:08.142Z Downloaded shell-words v1.1.0
5732024-12-21T04:22:08.142Z Downloaded newtype_derive v0.1.6
5742024-12-21T04:22:08.143Z Downloaded sha2 v0.10.8
5752024-12-21T04:22:08.143Z Downloaded static_assertions v1.1.0
5762024-12-21T04:22:08.143Z Downloaded shlex v1.3.0
5772024-12-21T04:22:08.143Z Downloaded sec1 v0.7.3
5782024-12-21T04:22:08.143Z Downloaded tar v0.4.42
5792024-12-21T04:22:08.143Z Downloaded sct v0.7.1
5802024-12-21T04:22:08.143Z Downloaded serde_with v3.11.0
5812024-12-21T04:22:08.192Z Downloaded tokio-native-tls v0.3.1
5822024-12-21T04:22:08.192Z Downloaded time v0.3.36
5832024-12-21T04:22:08.192Z Downloaded embedded-io v0.6.1
5842024-12-21T04:22:08.192Z Downloaded vsss-rs v3.3.4
5852024-12-21T04:22:08.192Z Downloaded url v2.5.3
5862024-12-21T04:22:08.193Z Downloaded thread-id v4.2.2
5872024-12-21T04:22:08.193Z Downloaded sync-ptr v0.1.1
5882024-12-21T04:22:08.193Z Downloaded structmeta-derive v0.2.0
5892024-12-21T04:22:08.193Z Downloaded similar-asserts v1.6.0
5902024-12-21T04:22:08.193Z Downloaded regress v0.10.1
5912024-12-21T04:22:08.193Z Downloaded string_cache v0.8.7
5922024-12-21T04:22:08.193Z Downloaded csv v1.3.0
5932024-12-21T04:22:08.358Z Downloaded unicode-ident v1.0.13
5942024-12-21T04:22:08.358Z Downloaded unarray v0.1.4
5952024-12-21T04:22:08.358Z Downloaded ucd-trie v0.1.7
5962024-12-21T04:22:08.359Z Downloaded typenum v1.17.0
5972024-12-21T04:22:08.359Z Downloaded unicode-bidi v0.3.17
5982024-12-21T04:22:08.359Z Downloaded tokio-macros v2.4.0
5992024-12-21T04:22:08.359Z Downloaded syn v1.0.109
6002024-12-21T04:22:08.359Z Downloaded dunce v1.0.5
6012024-12-21T04:22:08.359Z Downloaded dropshot_endpoint v0.13.0
6022024-12-21T04:22:08.359Z Downloaded dsl_auto_type v0.1.2
6032024-12-21T04:22:08.359Z Downloaded derive_builder_macro v0.20.2
6042024-12-21T04:22:08.359Z Downloaded derive_builder_core v0.20.2
6052024-12-21T04:22:08.359Z Downloaded zone v0.3.0
6062024-12-21T04:22:08.360Z Downloaded zerocopy-derive v0.8.10
6072024-12-21T04:22:08.360Z Downloaded strum v0.26.3
6082024-12-21T04:22:08.360Z Downloaded target-lexicon v0.12.16
6092024-12-21T04:22:08.360Z Downloaded structmeta v0.3.0
6102024-12-21T04:22:08.360Z Downloaded dropshot v0.12.0
6112024-12-21T04:22:08.480Z Downloaded idna_adapter v1.2.0
6122024-12-21T04:22:08.480Z Downloaded libefi-sys v0.1.0
6132024-12-21T04:22:08.481Z Downloaded icu_properties_data v1.5.0
6142024-12-21T04:22:08.481Z Downloaded crypto-common v0.1.6
6152024-12-21T04:22:08.481Z Downloaded zip v0.6.6
6162024-12-21T04:22:08.481Z Downloaded crc-catalog v2.4.0
6172024-12-21T04:22:08.481Z Downloaded crc v3.2.1
6182024-12-21T04:22:08.481Z Downloaded signal-hook-registry v1.4.2
6192024-12-21T04:22:08.481Z Downloaded hubpack v0.1.2
6202024-12-21T04:22:08.484Z Downloaded cancel-safe-futures v0.1.5
6212024-12-21T04:22:08.484Z Downloaded buf-list v1.0.3
6222024-12-21T04:22:08.484Z Downloaded aws-lc-rs v1.10.0
6232024-12-21T04:22:08.484Z Downloaded pin-project v1.1.6
6242024-12-21T04:22:08.484Z Downloaded spin v0.9.8
6252024-12-21T04:22:08.484Z Downloaded md5 v0.7.0
6262024-12-21T04:22:08.485Z Downloaded serde_urlencoded v0.7.1
6272024-12-21T04:22:08.485Z Downloaded spin v0.5.2
6282024-12-21T04:22:08.485Z Downloaded socket2 v0.5.7
6292024-12-21T04:22:08.485Z Downloaded time-macros v0.2.18
6302024-12-21T04:22:08.485Z Downloaded tinystr v0.7.6
6312024-12-21T04:22:08.485Z Downloaded terminal_size v0.4.0
6322024-12-21T04:22:08.485Z Downloaded spki v0.7.3
6332024-12-21T04:22:08.486Z Downloaded memchr v2.7.4
6342024-12-21T04:22:08.486Z Downloaded unicode_categories v0.1.1
6352024-12-21T04:22:08.486Z Downloaded smoltcp v0.11.0
6362024-12-21T04:22:08.486Z Downloaded proc-macro2 v1.0.89
6372024-12-21T04:22:08.486Z Downloaded plotters-svg v0.3.7
6382024-12-21T04:22:08.486Z Downloaded num_threads v0.1.7
6392024-12-21T04:22:08.486Z Downloaded num-bigint-dig v0.8.4
6402024-12-21T04:22:08.487Z Downloaded lalrpop-util v0.19.12
6412024-12-21T04:22:08.487Z Downloaded impl-trait-for-tuples v0.2.2
6422024-12-21T04:22:08.487Z Downloaded diesel-dtrace v0.4.2
6432024-12-21T04:22:08.487Z Downloaded crc-any v2.5.0
6442024-12-21T04:22:08.487Z Downloaded utf-8 v0.7.6
6452024-12-21T04:22:08.487Z Downloaded zeroize_derive v1.4.2
6462024-12-21T04:22:08.487Z Downloaded zeroize v1.8.1
6472024-12-21T04:22:08.487Z Downloaded vergen v8.3.2
6482024-12-21T04:22:08.487Z Downloaded zerocopy-derive v0.7.35
6492024-12-21T04:22:08.487Z Downloaded dropshot v0.13.0
6502024-12-21T04:22:08.488Z Downloaded data-encoding v2.6.0
6512024-12-21T04:22:08.488Z Downloaded lzma-sys v0.1.20
6522024-12-21T04:22:08.488Z Downloaded defmt v0.3.8
6532024-12-21T04:22:08.488Z Downloaded curve25519-dalek v4.1.3
6542024-12-21T04:22:08.488Z Downloaded vcpkg v0.2.15
6552024-12-21T04:22:08.584Z Downloaded version_check v0.9.5
6562024-12-21T04:22:08.584Z Downloaded idna v0.5.0
6572024-12-21T04:22:08.584Z Downloaded time-core v0.1.2
6582024-12-21T04:22:08.585Z Downloaded threadpool v1.8.1
6592024-12-21T04:22:08.585Z Downloaded curve25519-dalek-derive v0.1.1
6602024-12-21T04:22:08.585Z Downloaded cstr-argument v0.1.2
6612024-12-21T04:22:08.585Z Downloaded crossbeam-epoch v0.9.18
6622024-12-21T04:22:08.585Z Downloaded zerovec v0.10.4
6632024-12-21T04:22:08.585Z Downloaded rustls v0.21.12
6642024-12-21T04:22:08.585Z Downloaded idna v0.4.0
6652024-12-21T04:22:08.585Z Downloaded num-derive v0.4.2
6662024-12-21T04:22:08.585Z Downloaded icu_locid v1.5.0
6672024-12-21T04:22:08.585Z Downloaded icu_collections v1.5.0
6682024-12-21T04:22:08.585Z Downloaded p521 v0.13.3
6692024-12-21T04:22:08.585Z Downloaded primeorder v0.13.6
6702024-12-21T04:22:08.585Z Downloaded poly1305 v0.8.0
6712024-12-21T04:22:08.585Z Downloaded p256 v0.13.2
6722024-12-21T04:22:08.585Z Downloaded phf_shared v0.10.0
6732024-12-21T04:22:08.585Z Downloaded phf_codegen v0.11.2
6742024-12-21T04:22:08.586Z Downloaded phf_generator v0.11.2
6752024-12-21T04:22:08.587Z Downloaded rand_chacha v0.3.1
6762024-12-21T04:22:08.587Z Downloaded num-conv v0.1.0
6772024-12-21T04:22:08.587Z Downloaded minimal-lexical v0.2.1
6782024-12-21T04:22:08.587Z Downloaded rpassword v7.3.1
6792024-12-21T04:22:08.587Z Downloaded icu_properties v1.5.1
6802024-12-21T04:22:08.587Z Downloaded iana-time-zone v0.1.61
6812024-12-21T04:22:08.617Z Downloaded mirai-annotations v1.12.0
6822024-12-21T04:22:08.617Z Downloaded lalrpop v0.19.12
6832024-12-21T04:22:08.617Z Downloaded slog-async v2.8.0
6842024-12-21T04:22:08.617Z Downloaded signal-hook v0.3.17
6852024-12-21T04:22:08.617Z Downloaded same-file v1.0.6
6862024-12-21T04:22:08.618Z Downloaded rustix v0.38.37
6872024-12-21T04:22:08.618Z Downloaded clap_derive v4.5.18
6882024-12-21T04:22:08.618Z Downloaded clap v4.5.21
6892024-12-21T04:22:08.618Z Downloaded tracing v0.1.40
6902024-12-21T04:22:08.618Z Downloaded clap_builder v4.5.21
6912024-12-21T04:22:08.618Z Downloaded memmap v0.7.0
6922024-12-21T04:22:08.618Z Downloaded memmap2 v0.9.5
6932024-12-21T04:22:08.618Z Downloaded matches v0.1.10
6942024-12-21T04:22:08.618Z Downloaded match_cfg v0.1.0
6952024-12-21T04:22:08.618Z Downloaded ipnet v2.10.1
6962024-12-21T04:22:08.618Z Downloaded phf_shared v0.11.2
6972024-12-21T04:22:08.618Z Downloaded pest_derive v2.7.14
6982024-12-21T04:22:08.618Z Downloaded tabled v0.15.0
6992024-12-21T04:22:08.619Z Downloaded rsa v0.9.6
7002024-12-21T04:22:08.646Z Downloaded supports-color v3.0.1
7012024-12-21T04:22:08.646Z Downloaded typify v0.2.0
7022024-12-21T04:22:08.646Z Downloaded scroll v0.12.0
7032024-12-21T04:22:08.647Z Downloaded unicode-xid v0.2.6
7042024-12-21T04:22:08.647Z Downloaded topological-sort v0.2.2
7052024-12-21T04:22:08.647Z Downloaded unicode-linebreak v0.1.5
7062024-12-21T04:22:08.647Z Downloaded slog-envlogger v2.2.0
7072024-12-21T04:22:08.647Z Downloaded trybuild v1.0.101
7082024-12-21T04:22:08.647Z Downloaded sha3 v0.10.8
7092024-12-21T04:22:08.648Z Downloaded thiserror v2.0.3
7102024-12-21T04:22:08.679Z Downloaded rayon-core v1.12.1
7112024-12-21T04:22:08.682Z Downloaded crossterm v0.28.1
7122024-12-21T04:22:08.682Z Downloaded unicode-width v0.1.14
7132024-12-21T04:22:08.683Z Downloaded libsw v3.3.1
7142024-12-21T04:22:08.683Z Downloaded ipnetwork v0.20.0
7152024-12-21T04:22:08.683Z Downloaded password-hash v0.4.2
7162024-12-21T04:22:08.683Z Downloaded dyn-clone v1.0.17
7172024-12-21T04:22:08.683Z Downloaded universal-hash v0.5.1
7182024-12-21T04:22:08.683Z Downloaded downcast v0.11.0
7192024-12-21T04:22:08.683Z Downloaded dof v0.3.0
7202024-12-21T04:22:08.683Z Downloaded usdt-impl v0.5.0
7212024-12-21T04:22:08.684Z Downloaded regex-automata v0.4.8
7222024-12-21T04:22:08.726Z Downloaded rustc-hash v2.0.0
7232024-12-21T04:22:08.726Z Downloaded nix v0.29.0
7242024-12-21T04:22:08.727Z Downloaded zone v0.1.8
7252024-12-21T04:22:08.727Z Downloaded sled v0.34.7
7262024-12-21T04:22:08.764Z Downloaded num_cpus v1.16.0
7272024-12-21T04:22:08.764Z Downloaded memoffset v0.9.1
7282024-12-21T04:22:08.765Z Downloaded kv-log-macro v1.0.7
7292024-12-21T04:22:08.765Z Downloaded diff v0.1.13
7302024-12-21T04:22:08.765Z Downloaded zip v2.1.3
7312024-12-21T04:22:08.765Z Downloaded tokio v1.40.0
7322024-12-21T04:22:08.765Z Downloaded slog-bunyan v2.5.0
7332024-12-21T04:22:08.802Z Downloaded russh-cryptovec v0.7.3
7342024-12-21T04:22:08.802Z Downloaded progenitor-impl v0.8.0
7352024-12-21T04:22:08.803Z Downloaded progenitor-client v0.8.0
7362024-12-21T04:22:08.803Z Downloaded progenitor v0.8.0
7372024-12-21T04:22:08.804Z Downloaded libc v0.2.162
7382024-12-21T04:22:08.824Z Downloaded displaydoc v0.2.5
7392024-12-21T04:22:08.825Z Downloaded zone_cfg_derive v0.3.0
7402024-12-21T04:22:08.825Z Downloaded zone_cfg_derive v0.1.2
7412024-12-21T04:22:08.825Z Downloaded zerovec-derive v0.10.3
7422024-12-21T04:22:08.825Z Downloaded zerocopy v0.7.35
7432024-12-21T04:22:08.826Z Downloaded serde_json v1.0.133
7442024-12-21T04:22:08.826Z Downloaded serde_spanned v0.6.8
7452024-12-21T04:22:08.826Z Downloaded serde_path_to_error v0.1.16
7462024-12-21T04:22:08.826Z Downloaded serde_derive v1.0.215
7472024-12-21T04:22:08.843Z Downloaded mime v0.3.17
7482024-12-21T04:22:08.843Z Downloaded linked-hash-map v0.5.6
7492024-12-21T04:22:08.844Z Downloaded is_terminal_polyfill v1.70.1
7502024-12-21T04:22:08.844Z Downloaded rustc-hash v1.1.0
7512024-12-21T04:22:08.844Z Downloaded scopeguard v1.2.0
7522024-12-21T04:22:08.844Z Downloaded maybe-uninit v2.0.0
7532024-12-21T04:22:08.844Z Downloaded schemars_derive v0.8.21
7542024-12-21T04:22:08.844Z Downloaded pkg-config v0.3.31
7552024-12-21T04:22:08.844Z Downloaded vte_generate_state_changes v0.1.2
7562024-12-21T04:22:08.844Z Downloaded pkcs8 v0.10.2
7572024-12-21T04:22:08.844Z Downloaded unsafe-libyaml v0.2.11
7582024-12-21T04:22:08.845Z Downloaded papergrid v0.11.0
7592024-12-21T04:22:08.845Z Downloaded xattr v1.3.1
7602024-12-21T04:22:08.881Z Downloaded openapiv3 v2.0.0
7612024-12-21T04:22:08.881Z Downloaded winnow v0.6.20
7622024-12-21T04:22:09.096Z Downloaded multer v3.1.0
7632024-12-21T04:22:09.096Z Downloaded vte v0.11.1
7642024-12-21T04:22:09.096Z Downloaded tokio-util v0.7.12
7652024-12-21T04:22:09.096Z Downloaded toml_edit v0.19.15
7662024-12-21T04:22:09.096Z Downloaded tokio-tungstenite v0.24.0
7672024-12-21T04:22:09.096Z Downloaded pbkdf2 v0.11.0
7682024-12-21T04:22:09.096Z Downloaded itertools v0.10.5
7692024-12-21T04:22:09.096Z Downloaded subtle v2.6.1
7702024-12-21T04:22:09.096Z Downloaded parking_lot_core v0.8.6
7712024-12-21T04:22:09.096Z Downloaded term v0.7.0
7722024-12-21T04:22:09.096Z Downloaded is-terminal v0.4.13
7732024-12-21T04:22:09.096Z Downloaded tinytemplate v1.2.1
7742024-12-21T04:22:09.296Z Downloaded errno v0.3.9
7752024-12-21T04:22:09.296Z Downloaded tokio-tungstenite v0.21.0
7762024-12-21T04:22:09.296Z Downloaded is_ci v1.2.0
7772024-12-21T04:22:09.296Z Downloaded indicatif v0.17.9
7782024-12-21T04:22:09.296Z Downloaded num-iter v0.1.45
7792024-12-21T04:22:09.296Z Downloaded num-integer v0.1.46
7802024-12-21T04:22:09.296Z Downloaded idna v1.0.3
7812024-12-21T04:22:09.296Z Downloaded rustls-pemfile v1.0.4
7822024-12-21T04:22:09.296Z Downloaded rustls-native-certs v0.7.3
7832024-12-21T04:22:09.297Z Downloaded peg v0.8.4
7842024-12-21T04:22:09.297Z Downloaded olpc-cjson v0.1.4
7852024-12-21T04:22:09.297Z Downloaded libtest-mimic v0.7.3
7862024-12-21T04:22:09.297Z Downloaded env_logger v0.10.2
7872024-12-21T04:22:09.297Z Downloaded test-strategy v0.3.1
7882024-12-21T04:22:09.297Z Downloaded internet-checksum v0.2.1
7892024-12-21T04:22:09.297Z Downloaded plotters v0.3.7
7902024-12-21T04:22:09.297Z Downloaded const_format v0.2.33
7912024-12-21T04:22:09.297Z Downloaded sqlparser v0.45.0
7922024-12-21T04:22:09.297Z Downloaded either v1.13.0
7932024-12-21T04:22:09.297Z Downloaded scroll_derive v0.12.0
7942024-12-21T04:22:09.298Z Downloaded rstest_macros v0.23.0
7952024-12-21T04:22:09.298Z Downloaded const-oid v0.9.6
7962024-12-21T04:22:09.298Z Downloaded console v0.15.8
7972024-12-21T04:22:09.298Z Downloaded mime_guess v2.0.5
7982024-12-21T04:22:09.298Z Downloaded tokio-rustls v0.25.0
7992024-12-21T04:22:09.298Z Downloaded subprocess v0.2.9
8002024-12-21T04:22:09.298Z Downloaded const_format_proc_macros v0.2.33
8012024-12-21T04:22:09.299Z Downloaded sqlformat v0.2.6
8022024-12-21T04:22:09.299Z Downloaded tempfile v3.13.0
8032024-12-21T04:22:09.299Z Downloaded doc-comment v0.3.3
8042024-12-21T04:22:09.299Z Downloaded structmeta v0.2.0
8052024-12-21T04:22:09.299Z Downloaded stringprep v0.1.5
8062024-12-21T04:22:09.299Z Downloaded samael v0.0.17
8072024-12-21T04:22:09.299Z Downloaded deranged v0.3.11
8082024-12-21T04:22:09.299Z Downloaded partial-io v0.5.4
8092024-12-21T04:22:09.299Z Downloaded rustls v0.23.19
8102024-12-21T04:22:09.299Z Downloaded pin-utils v0.1.0
8112024-12-21T04:22:09.300Z Downloaded diesel_table_macro_syntax v0.2.0
8122024-12-21T04:22:09.300Z Downloaded defmt-macros v0.3.9
8132024-12-21T04:22:09.300Z Downloaded crossbeam-deque v0.8.5
8142024-12-21T04:22:09.300Z Downloaded clap_lex v0.7.2
8152024-12-21T04:22:09.301Z Downloaded colorchoice v1.0.2
8162024-12-21T04:22:09.302Z Downloaded derive-where v1.2.7
8172024-12-21T04:22:09.302Z Downloaded crypto-bigint v0.5.5
8182024-12-21T04:22:09.302Z Downloaded derive_builder v0.20.2
8192024-12-21T04:22:09.302Z Downloaded crossbeam-channel v0.5.13
8202024-12-21T04:22:09.302Z Downloaded env_logger v0.11.5
8212024-12-21T04:22:09.302Z Downloaded omicron-zone-package v0.11.1
8222024-12-21T04:22:09.302Z Downloaded ed25519-dalek v2.1.1
8232024-12-21T04:22:09.302Z Downloaded zerocopy v0.8.10
8242024-12-21T04:22:09.303Z Downloaded zerocopy-derive v0.6.6
8252024-12-21T04:22:09.303Z Downloaded stable_deref_trait v1.2.0
8262024-12-21T04:22:09.303Z Downloaded rayon v1.10.0
8272024-12-21T04:22:09.303Z Downloaded nodrop v0.1.14
8282024-12-21T04:22:09.303Z Downloaded snafu-derive v0.8.5
8292024-12-21T04:22:09.303Z Downloaded russh v0.45.0
8302024-12-21T04:22:09.303Z Downloaded tokio-tungstenite v0.23.1
8312024-12-21T04:22:09.303Z Downloaded crossbeam-utils v0.8.20
8322024-12-21T04:22:09.303Z Downloaded clang-sys v1.8.1
8332024-12-21T04:22:09.303Z Downloaded strum_macros v0.26.4
8342024-12-21T04:22:09.303Z Downloaded env_filter v0.1.2
8352024-12-21T04:22:09.303Z Downloaded indoc v1.0.9
8362024-12-21T04:22:09.304Z Downloaded display-error-chain v0.2.2
8372024-12-21T04:22:09.304Z Downloaded smf v0.2.3
8382024-12-21T04:22:09.304Z Downloaded nix v0.27.1
8392024-12-21T04:22:09.304Z Downloaded httpmock v0.8.0-alpha.1
8402024-12-21T04:22:09.304Z Downloaded linear-map v1.2.0
8412024-12-21T04:22:09.304Z Downloaded smallvec v0.6.14
8422024-12-21T04:22:09.304Z Downloaded slog-term v2.9.1
8432024-12-21T04:22:09.304Z Downloaded secrecy v0.8.0
8442024-12-21T04:22:09.304Z Downloaded path-tree v0.8.1
8452024-12-21T04:22:09.304Z Downloaded idna v0.3.0
8462024-12-21T04:22:09.305Z Downloaded toolchain_find v0.4.0
8472024-12-21T04:22:09.305Z Downloaded object v0.36.5
8482024-12-21T04:22:09.305Z Downloaded usdt-attr-macro v0.5.0
8492024-12-21T04:22:09.305Z Downloaded slog-stdlog v4.1.1
8502024-12-21T04:22:09.305Z Downloaded quick-error v1.2.3
8512024-12-21T04:22:09.305Z Downloaded psl-types v2.0.11
8522024-12-21T04:22:09.305Z Downloaded serde_tokenstream v0.2.2
8532024-12-21T04:22:09.305Z Downloaded colored v2.1.0
8542024-12-21T04:22:09.305Z Downloaded strip-ansi-escapes v0.2.0
8552024-12-21T04:22:09.305Z Downloaded slog-dtrace v0.3.0
8562024-12-21T04:22:09.305Z Downloaded der v0.7.9
8572024-12-21T04:22:09.305Z Downloaded nom v7.1.3
8582024-12-21T04:22:09.305Z Downloaded num-bigint v0.4.6
8592024-12-21T04:22:09.327Z Downloaded rand v0.8.5
8602024-12-21T04:22:09.327Z Downloaded ena v0.14.3
8612024-12-21T04:22:09.327Z Downloaded strum_macros v0.24.3
8622024-12-21T04:22:09.328Z Downloaded plain v0.2.3
8632024-12-21T04:22:09.328Z Downloaded password-hash v0.5.0
8642024-12-21T04:22:09.328Z Downloaded publicsuffix v2.2.3
8652024-12-21T04:22:09.328Z Downloaded pin-project-lite v0.2.14
8662024-12-21T04:22:09.328Z Downloaded pin-project-internal v1.1.6
8672024-12-21T04:22:09.328Z Downloaded pbkdf2 v0.12.2
8682024-12-21T04:22:09.328Z Downloaded toml_edit v0.22.22
8692024-12-21T04:22:09.328Z Downloaded x509-cert v0.2.5
8702024-12-21T04:22:09.328Z Downloaded libz-sys v1.1.20
8712024-12-21T04:22:09.328Z Downloaded value-bag v1.9.0
8722024-12-21T04:22:09.328Z Downloaded kstat-rs v0.2.4
8732024-12-21T04:22:09.328Z Downloaded rusqlite v0.32.1
8742024-12-21T04:22:09.329Z Downloaded rustc_version v0.1.7
8752024-12-21T04:22:09.329Z Downloaded radix_trie v0.2.1
8762024-12-21T04:22:09.329Z Downloaded target-triple v0.1.3
8772024-12-21T04:22:09.329Z Downloaded target-spec v3.2.2
8782024-12-21T04:22:09.329Z Downloaded smoltcp v0.9.1
8792024-12-21T04:22:09.329Z Downloaded ratatui v0.28.1
8802024-12-21T04:22:09.329Z Downloaded crucible-workspace-hack v0.1.0
8812024-12-21T04:22:09.329Z Downloaded p384 v0.13.0
8822024-12-21T04:22:09.329Z Downloaded rtoolbox v0.0.2
8832024-12-21T04:22:09.329Z Downloaded libxml v0.3.3
8842024-12-21T04:22:09.329Z Downloaded qorb v0.2.1
8852024-12-21T04:22:09.329Z Downloaded progenitor-macro v0.8.0
8862024-12-21T04:22:09.329Z Downloaded encoding_rs v0.8.34
8872024-12-21T04:22:09.359Z Downloaded mockall_derive v0.13.0
8882024-12-21T04:22:09.359Z Downloaded trust-dns-proto v0.22.0
8892024-12-21T04:22:09.393Z Downloaded polar-core v0.27.3
8902024-12-21T04:22:09.393Z Downloaded mockall v0.13.0
8912024-12-21T04:22:09.393Z Downloaded rustls-pemfile v2.2.0
8922024-12-21T04:22:09.393Z Downloaded datatest-stable v0.2.9
8932024-12-21T04:22:09.393Z Downloaded unicode-normalization v0.1.24
8942024-12-21T04:22:09.393Z Downloaded reedline v0.35.0
8952024-12-21T04:22:09.393Z Downloaded rcgen v0.12.1
8962024-12-21T04:22:09.405Z Downloaded tracing-core v0.1.32
8972024-12-21T04:22:09.405Z Downloaded uzers v0.12.1
8982024-12-21T04:22:09.405Z Downloaded utf8_iter v1.0.4
8992024-12-21T04:22:09.405Z Downloaded utf16_iter v1.0.5
9002024-12-21T04:22:09.405Z Downloaded textwrap v0.16.1
9012024-12-21T04:22:09.405Z Downloaded termtree v0.4.1
9022024-12-21T04:22:09.405Z Downloaded strsim v0.11.1
9032024-12-21T04:22:09.405Z Downloaded ryu v1.0.18
9042024-12-21T04:22:09.405Z Downloaded unicode-truncate v1.1.0
9052024-12-21T04:22:09.405Z Downloaded typed-path v0.9.3
9062024-12-21T04:22:09.405Z Downloaded typify-impl v0.2.0
9072024-12-21T04:22:09.425Z Downloaded md-5 v0.10.6
9082024-12-21T04:22:09.425Z Downloaded serde_derive_internals v0.29.1
9092024-12-21T04:22:09.425Z Downloaded scheduled-thread-pool v0.2.7
9102024-12-21T04:22:09.425Z Downloaded libloading v0.8.5
9112024-12-21T04:22:09.425Z Downloaded ssh-cipher v0.2.0
9122024-12-21T04:22:09.425Z Downloaded sqlparser_derive v0.2.2
9132024-12-21T04:22:09.425Z Downloaded serde-hex v0.1.0
9142024-12-21T04:22:09.425Z Downloaded serde-big-array v0.5.1
9152024-12-21T04:22:09.426Z Downloaded rust-argon2 v2.1.0
9162024-12-21T04:22:09.426Z Downloaded pest_generator v2.7.14
9172024-12-21T04:22:09.447Z Downloaded pathdiff v0.2.2
9182024-12-21T04:22:09.448Z Downloaded parse-size v1.1.0
9192024-12-21T04:22:09.448Z Downloaded object v0.30.4
9202024-12-21T04:22:09.448Z Downloaded ssh-key v0.6.6
9212024-12-21T04:22:09.448Z Downloaded array-init v0.0.4
9222024-12-21T04:22:09.448Z Downloaded rand_seeder v0.3.0
9232024-12-21T04:22:09.462Z Downloaded serde_plain v1.0.2
9242024-12-21T04:22:09.462Z Downloaded proc-macro-crate v3.2.0
9252024-12-21T04:22:09.462Z Downloaded openssl v0.10.66
9262024-12-21T04:22:09.462Z Downloaded once_cell v1.20.2
9272024-12-21T04:22:09.463Z Downloaded num-rational v0.4.2
9282024-12-21T04:22:09.463Z Downloaded num-complex v0.4.6
9292024-12-21T04:22:09.463Z Downloaded flume v0.11.1
9302024-12-21T04:22:09.495Z Downloaded flagset v0.4.6
9312024-12-21T04:22:09.495Z Downloaded http-range v0.1.5
9322024-12-21T04:22:09.496Z Downloaded guppy v0.17.8
9332024-12-21T04:22:09.496Z Downloaded anes v0.1.6
9342024-12-21T04:22:09.496Z Downloaded heck v0.4.1
9352024-12-21T04:22:09.496Z Downloaded headers-core v0.3.0
9362024-12-21T04:22:09.545Z Downloaded getrandom v0.2.15
9372024-12-21T04:22:09.545Z Downloaded futures-sink v0.3.31
9382024-12-21T04:22:09.545Z Downloaded futures-executor v0.3.31
9392024-12-21T04:22:09.545Z Downloaded fallible-iterator v0.3.0
9402024-12-21T04:22:09.545Z Downloaded bindgen v0.69.5
9412024-12-21T04:22:09.545Z Downloaded argon2 v0.5.3
9422024-12-21T04:22:09.546Z Downloaded base64 v0.13.1
9432024-12-21T04:22:09.546Z Downloaded futures-core v0.3.31
9442024-12-21T04:22:09.546Z Downloaded fnv v1.0.7
9452024-12-21T04:22:09.546Z Downloaded float-cmp v0.9.0
9462024-12-21T04:22:09.546Z Downloaded foreign-types v0.5.0
9472024-12-21T04:22:09.547Z Downloaded fixedbitset v0.4.2
9482024-12-21T04:22:09.547Z Downloaded async-trait v0.1.83
9492024-12-21T04:22:09.547Z Downloaded async-task v4.7.1
9502024-12-21T04:22:09.547Z Downloaded async-std v1.13.0
9512024-12-21T04:22:09.574Z Downloaded foreign-types-shared v0.3.1
9522024-12-21T04:22:09.574Z Downloaded event-listener v5.3.1
9532024-12-21T04:22:09.574Z Downloaded filetime v0.2.25
9542024-12-21T04:22:09.574Z Downloaded event-listener-strategy v0.5.2
9552024-12-21T04:22:09.575Z Downloaded libgit2-sys v0.17.0+1.8.1
9562024-12-21T04:22:09.704Z Downloaded ring v0.17.8
9572024-12-21T04:22:09.828Z Downloaded ring v0.16.20
9582024-12-21T04:22:09.935Z Downloaded libsqlite3-sys v0.30.1
9592024-12-21T04:22:10.256Z Downloaded aws-lc-sys v0.22.0
9602024-12-21T04:22:10.738Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9612024-12-21T04:22:25.161Z Startup: Refreshing catalog 'helios-dev' ... Done
9622024-12-21T04:22:29.258Z Startup: Caching catalogs ... Done
9632024-12-21T04:22:40.003ZPlanning: Solver setup ... Done (9.768s)
9642024-12-21T04:22:40.139ZPlanning: Running solver ... Done (0.134s)
9652024-12-21T04:22:40.248ZPlanning: Finding local manifests ... Done (0.004s)
9662024-12-21T04:22:40.316ZPlanning: Fetching manifests: 0/5 0% complete
9672024-12-21T04:22:40.582ZPlanning: Fetching manifests: 5/5 100% complete
9682024-12-21T04:22:40.681ZPlanning: Package planning ... Done (0.098s)
9692024-12-21T04:22:40.738ZPlanning: Merging actions ... Done (0.057s)
9702024-12-21T04:22:41.101ZPlanning: Checking for conflicting actions ... Done (0.364s)
9712024-12-21T04:22:43.196ZPlanning: Consolidating action changes ... Done (2.095s)
9722024-12-21T04:22:43.640ZPlanning: Evaluating mediators ... Done (0.444s)
9732024-12-21T04:22:43.729ZPlanning: Planning completed in 14.37 seconds
9742024-12-21T04:22:43.737Z Packages to install: 4
9752024-12-21T04:22:43.737Z Packages to update: 1
9762024-12-21T04:22:43.741Z Mediators to change: 2
9772024-12-21T04:22:43.741Z Services to change: 1
9782024-12-21T04:22:43.741Z Estimated space available: 155.38 GB
9792024-12-21T04:22:43.741ZEstimated space to be consumed: 1.62 GB
9802024-12-21T04:22:43.741Z Create boot environment: No
9812024-12-21T04:22:43.741ZCreate backup boot environment: Yes
9822024-12-21T04:22:43.741Z Rebuild boot archive: No
9832024-12-21T04:22:43.741Z
9842024-12-21T04:22:43.741ZChanged mediators:
9852024-12-21T04:22:43.741Z mediator clang:
9862024-12-21T04:22:43.741Z version: None -> 15 (system default)
9872024-12-21T04:22:43.741Z
9882024-12-21T04:22:43.741Z mediator llvm:
9892024-12-21T04:22:43.741Z version: 14 (system default) -> 15 (system default)
9902024-12-21T04:22:43.741Z
9912024-12-21T04:22:43.741ZChanged packages:
9922024-12-21T04:22:43.741Zhelios-dev
9932024-12-21T04:22:43.741Z developer/build-essential
9942024-12-21T04:22:43.741Z None -> 11-2.0
9952024-12-21T04:22:43.741Z library/libxmlsec1
9962024-12-21T04:22:43.741Z None -> 1.2.35-2.0
9972024-12-21T04:22:43.741Z ooce/developer/clang-15
9982024-12-21T04:22:43.742Z None -> 15.0.7-2.0
9992024-12-21T04:22:43.742Z ooce/developer/llvm-15
10002024-12-21T04:22:43.742Z None -> 15.0.7-2.0
10012024-12-21T04:22:43.742Z package/pkg
10022024-12-21T04:22:43.742Z 0.5.11-2.0 -> 0.5.11-2.1.6412
10032024-12-21T04:22:43.742Z
10042024-12-21T04:22:43.742ZServices:
10052024-12-21T04:22:43.742Z restart_fmri:
10062024-12-21T04:22:43.742Z svc:/system/update-man-index:default
10072024-12-21T04:22:43.742Z
10082024-12-21T04:22:43.742ZEditable files to change:
10092024-12-21T04:22:43.742Z Update:
10102024-12-21T04:22:43.742Z usr/share/lib/pkg/web/config.shtml
10112024-12-21T04:22:43.822Z
10122024-12-21T04:22:43.822ZDownload: 0/4281 items 0.0/220.6MB 0% complete
10132024-12-21T04:22:48.836ZDownload: 201/4281 items 1.2/220.6MB 0% complete (232k/s)
10142024-12-21T04:22:54.003ZDownload: 211/4281 items 1.2/220.6MB 0% complete (220k/s)
10152024-12-21T04:22:59.011ZDownload: 236/4281 items 1.5/220.6MB 0% complete (29.4k/s)
10162024-12-21T04:23:04.019ZDownload: 359/4281 items 16.3/220.6MB 7% complete (1.6M/s)
10172024-12-21T04:23:09.061ZDownload: 675/4281 items 18.1/220.6MB 8% complete (1.7M/s)
10182024-12-21T04:23:14.060ZDownload: 1105/4281 items 21.4/220.6MB 9% complete (444k/s)
10192024-12-21T04:23:21.558ZDownload: 1195/4281 items 83.5/220.6MB 37% complete (6.6M/s)
10202024-12-21T04:23:26.922ZDownload: 1197/4281 items 83.5/220.6MB 37% complete (6.4M/s)
10212024-12-21T04:23:31.927ZDownload: 1291/4281 items 115.3/220.6MB 52% complete (3.4M/s)
10222024-12-21T04:23:36.927ZDownload: 1669/4281 items 118.0/220.6MB 53% complete (3.8M/s)
10232024-12-21T04:23:41.929ZDownload: 1928/4281 items 118.6/220.6MB 53% complete (1.7M/s)
10242024-12-21T04:23:47.001ZDownload: 2072/4281 items 118.8/220.6MB 53% complete (119k/s)
10252024-12-21T04:23:52.044ZDownload: 2206/4281 items 119.2/220.6MB 54% complete (51.2k/s)
10262024-12-21T04:23:57.686ZDownload: 2220/4281 items 119.2/220.6MB 54% complete (52.1k/s)
10272024-12-21T04:24:02.998ZDownload: 2222/4281 items 119.2/220.6MB 54% complete (50.2k/s)
10282024-12-21T04:24:09.378ZDownload: 2223/4281 items 119.2/220.6MB 54% complete
10292024-12-21T04:24:14.377ZDownload: 2558/4281 items 120.4/220.6MB 54% complete (237k/s)
10302024-12-21T04:24:19.378ZDownload: 3020/4281 items 121.3/220.6MB 54% complete (218k/s)
10312024-12-21T04:24:24.486ZDownload: 3246/4281 items 203.1/220.6MB 92% complete (8.3M/s)
10322024-12-21T04:24:36.415ZDownload: 3248/4281 items 203.1/220.6MB 92% complete
10332024-12-21T04:24:43.170ZDownload: 3288/4281 items 212.5/220.6MB 96% complete (5.5M/s)
10342024-12-21T04:24:48.172ZDownload: 3744/4281 items 217.0/220.6MB 98% complete (882k/s)
10352024-12-21T04:24:49.571ZDownload: Completed 220.60 MB in 125.76 seconds (1.8M/s)
10362024-12-21T04:24:51.616Z Actions: 1/5063 actions (Removing old actions)
10372024-12-21T04:24:51.633Z Actions: 194/5063 actions (Installing new actions)
10382024-12-21T04:24:56.292Z Actions: 4226/5063 actions (Updating modified actions)
10392024-12-21T04:24:56.608Z Actions: Completed 5063 actions in 5.00 seconds.
10402024-12-21T04:24:57.005Z Done (0.388s)
10412024-12-21T04:24:57.008Z Done (0.000s)
10422024-12-21T04:24:57.581Z Done (0.576s)
10432024-12-21T04:25:01.922Z Done (4.120s)
10442024-12-21T04:25:02.011Z Done (0.019s)
10452024-12-21T04:25:02.014Z Done (0.000s)
10462024-12-21T04:25:02.193Z Done (0.000s)
10472024-12-21T04:25:02.892ZPlanning: Evaluating mediator changes ... Done
10482024-12-21T04:25:03.053ZPlanning: Checking for conflicting actions ... Done
10492024-12-21T04:25:03.056ZPlanning: Consolidating action changes ... Done
10502024-12-21T04:25:03.328ZPlanning: Evaluating mediators ... Done
10512024-12-21T04:25:03.331ZPlanning: Planning completed in 0.44 seconds
10522024-12-21T04:25:03.368Z Mediators to change: 2
10532024-12-21T04:25:03.371Z Create boot environment: No
10542024-12-21T04:25:03.371ZCreate backup boot environment: No
10552024-12-21T04:25:03.449Z Done
10562024-12-21T04:25:03.449Z Done
10572024-12-21T04:25:03.816Z Done
10582024-12-21T04:25:07.459Z Done
10592024-12-21T04:25:07.556Z Done
10602024-12-21T04:25:07.558Z Done
10612024-12-21T04:25:07.668Z Done
10622024-12-21T04:25:08.280ZPlanning: Evaluating mediator changes ... Done
10632024-12-21T04:25:08.282ZPlanning: Merging actions ... Done
10642024-12-21T04:25:08.467ZPlanning: Checking for conflicting actions ... Done
10652024-12-21T04:25:08.471ZPlanning: Consolidating action changes ... Done
10662024-12-21T04:25:08.735ZPlanning: Evaluating mediators ... Done
10672024-12-21T04:25:08.790ZPlanning: Planning completed in 0.76 seconds
10682024-12-21T04:25:08.831Z Packages to change: 1
10692024-12-21T04:25:08.831Z Mediators to change: 1
10702024-12-21T04:25:08.833Z Services to change: 1
10712024-12-21T04:25:08.833Z Create boot environment: No
10722024-12-21T04:25:08.833ZCreate backup boot environment: Yes
10732024-12-21T04:25:11.032Z Actions: 1/6 actions (Updating modified actions)
10742024-12-21T04:25:11.035Z Actions: Completed 6 actions in 0.00 seconds.
10752024-12-21T04:25:11.035Z Done
10762024-12-21T04:25:11.035Z Done
10772024-12-21T04:25:11.148Z Done
10782024-12-21T04:25:14.770Z Done
10792024-12-21T04:25:14.864Z Done
10802024-12-21T04:25:14.867Z Done
10812024-12-21T04:25:14.995Z Done
10822024-12-21T04:25:15.427ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
10832024-12-21T04:25:15.427Zclang system 15 system
10842024-12-21T04:25:15.427Zcsh system system illumos
10852024-12-21T04:25:15.427Zctags system system illumos
10862024-12-21T04:25:15.427Zgcc vendor 12 vendor
10872024-12-21T04:25:15.427Zgcc system 10 system
10882024-12-21T04:25:15.427Zgcc system 7 system
10892024-12-21T04:25:15.427Zgo system 1.20 system
10902024-12-21T04:25:15.427Zgo system 1.19 system
10912024-12-21T04:25:15.427Zllvm system 15 system
10922024-12-21T04:25:15.427Zllvm system 14 system
10932024-12-21T04:25:15.427Zmariadb system 10.6 system
10942024-12-21T04:25:15.427Zmta vendor vendor dma
10952024-12-21T04:25:15.427Zopenjdk system 17 system
10962024-12-21T04:25:15.427Zopenjdk system 11 system
10972024-12-21T04:25:15.427Zopenjdk system 1.8 system
10982024-12-21T04:25:15.427Zopenssl vendor 3 vendor
10992024-12-21T04:25:15.428Zperl system 5.36 system
11002024-12-21T04:25:15.428Zpostgresql system 15 system
11012024-12-21T04:25:15.428Zpostgresql system 13 system
11022024-12-21T04:25:15.428Zpython vendor 3 vendor
11032024-12-21T04:25:15.428Zpython system 2 system
11042024-12-21T04:25:15.428Zpython3 system 3.11 system
11052024-12-21T04:25:15.428Zruby system 3.0 system
11062024-12-21T04:25:15.428Zwords vendor vendor american-english
11072024-12-21T04:25:15.428Zwords system system australian-english
11082024-12-21T04:25:15.428Zwords system system british-english
11092024-12-21T04:25:15.428Zwords system system canadian-english
11102024-12-21T04:25:15.428Zwords system system french
11112024-12-21T04:25:15.428Zwords system system italian
11122024-12-21T04:25:15.428Zwords system system ngerman
11132024-12-21T04:25:15.428Zwords system system ogerman
11142024-12-21T04:25:15.428Zwords system system spanish
11152024-12-21T04:25:15.759ZPUBLISHER TYPE STATUS P LOCATION
11162024-12-21T04:25:15.759Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
11172024-12-21T04:25:18.514ZFMRI IFO
11182024-12-21T04:25:18.515Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
11192024-12-21T04:25:18.515Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
11202024-12-21T04:25:18.515Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
11212024-12-21T04:25:18.515Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
11222024-12-21T04:25:18.515Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
11232024-12-21T04:25:18.515Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
11242024-12-21T04:25:18.515Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
11252024-12-21T04:25:18.515Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
11262024-12-21T04:25:18.515Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
11272024-12-21T04:25:18.516Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
11282024-12-21T04:25:18.516Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
11292024-12-21T04:25:18.516Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
11302024-12-21T04:25:18.516Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
11312024-12-21T04:25:18.516Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
11322024-12-21T04:25:18.517Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
11332024-12-21T04:25:19.563Z Downloading crates ...
11342024-12-21T04:25:19.639Z Downloaded cargo_toml v0.20.5
11352024-12-21T04:25:19.775Z Compiling proc-macro2 v1.0.89
11362024-12-21T04:25:19.775Z Compiling unicode-ident v1.0.13
11372024-12-21T04:25:19.778Z Compiling version_check v0.9.5
11382024-12-21T04:25:19.778Z Compiling serde v1.0.215
11392024-12-21T04:25:19.779Z Compiling memchr v2.7.4
11402024-12-21T04:25:19.779Z Compiling thiserror v1.0.69
11412024-12-21T04:25:19.779Z Compiling libc v0.2.162
11422024-12-21T04:25:19.779Z Compiling itoa v1.0.11
11432024-12-21T04:25:20.026Z Compiling ucd-trie v0.1.7
11442024-12-21T04:25:20.041Z Compiling ryu v1.0.18
11452024-12-21T04:25:20.381Z Compiling once_cell v1.20.2
11462024-12-21T04:25:20.648Z Compiling byteorder v1.5.0
11472024-12-21T04:25:20.652Z Compiling rustix v0.38.37
11482024-12-21T04:25:20.760Z Compiling serde_json v1.0.133
11492024-12-21T04:25:21.079Z Compiling bitflags v2.6.0
11502024-12-21T04:25:21.095Z Compiling proc-macro-error-attr v1.0.4
11512024-12-21T04:25:21.369Z Compiling usdt-impl v0.5.0
11522024-12-21T04:25:21.383Z Compiling syn v1.0.109
11532024-12-21T04:25:21.515Z Compiling proc-macro-error v1.0.4
11542024-12-21T04:25:21.515Z Compiling hashbrown v0.15.1
11552024-12-21T04:25:21.535Z Compiling quote v1.0.37
11562024-12-21T04:25:21.768Z Compiling equivalent v1.0.1
11572024-12-21T04:25:21.795Z Compiling utf8parse v0.2.2
11582024-12-21T04:25:21.876Z Compiling errno v0.3.9
11592024-12-21T04:25:21.947Z Compiling syn v2.0.87
11602024-12-21T04:25:22.100Z Compiling camino v1.1.9
11612024-12-21T04:25:22.168Z Compiling log v0.4.22
11622024-12-21T04:25:22.248Z Compiling plain v0.2.3
11632024-12-21T04:25:22.379Z Compiling thread-id v4.2.2
11642024-12-21T04:25:22.484Z Compiling anstyle-parse v0.2.5
11652024-12-21T04:25:22.701Z Compiling indexmap v2.6.0
11662024-12-21T04:25:22.787Z Compiling anstyle v1.0.10
11672024-12-21T04:25:22.803Z Compiling pretty-hex v0.4.1
11682024-12-21T04:25:23.002Z Compiling autocfg v1.4.0
11692024-12-21T04:25:23.071Z Compiling semver v1.0.23
11702024-12-21T04:25:23.217Z Compiling unicode-width v0.1.14
11712024-12-21T04:25:23.301Z Compiling winnow v0.6.20
11722024-12-21T04:25:23.563Z Compiling colorchoice v1.0.2
11732024-12-21T04:25:23.729Z Compiling anstyle-query v1.1.1
11742024-12-21T04:25:23.747Z Compiling is_terminal_polyfill v1.70.1
11752024-12-21T04:25:23.856Z Compiling anstream v0.6.15
11762024-12-21T04:25:24.079Z Compiling fastrand v2.1.1
11772024-12-21T04:25:24.154Z Compiling fs-err v2.11.0
11782024-12-21T04:25:24.176Z Compiling terminal_size v0.4.0
11792024-12-21T04:25:24.398Z Compiling anyhow v1.0.93
11802024-12-21T04:25:24.439Z Compiling fnv v1.0.7
11812024-12-21T04:25:24.561Z Compiling clap_lex v0.7.2
11822024-12-21T04:25:24.600Z Compiling cfg-if v1.0.0
11832024-12-21T04:25:24.650Z Compiling strsim v0.11.1
11842024-12-21T04:25:24.980Z Compiling heck v0.4.1
11852024-12-21T04:25:25.078Z Compiling heck v0.5.0
11862024-12-21T04:25:25.090Z Compiling bytecount v0.6.8
11872024-12-21T04:25:25.468Z Compiling papergrid v0.11.0
11882024-12-21T04:25:25.493Z Compiling tempfile v3.13.0
11892024-12-21T04:25:25.599Z Compiling clap_builder v4.5.21
11902024-12-21T04:25:25.742Z Compiling memmap v0.7.0
11912024-12-21T04:25:26.046Z Compiling unicode-linebreak v0.1.5
11922024-12-21T04:25:26.162Z Compiling smawk v0.3.2
11932024-12-21T04:25:26.517Z Compiling textwrap v0.16.1
11942024-12-21T04:25:26.908Z Compiling swrite v0.1.0
11952024-12-21T04:25:28.072Z Compiling tabled_derive v0.7.0
11962024-12-21T04:25:29.475Z Compiling tabled v0.15.0
11972024-12-21T04:25:31.032Z Compiling serde_derive v1.0.215
11982024-12-21T04:25:31.032Z Compiling thiserror-impl v1.0.69
11992024-12-21T04:25:31.046Z Compiling zerocopy-derive v0.7.35
12002024-12-21T04:25:31.048Z Compiling scroll_derive v0.12.0
12012024-12-21T04:25:31.258Z Compiling clap_derive v4.5.18
12022024-12-21T04:25:32.302Z Compiling scroll v0.12.0
12032024-12-21T04:25:32.719Z Compiling zerocopy v0.7.35
12042024-12-21T04:25:32.774Z Compiling goblin v0.8.2
12052024-12-21T04:25:33.922Z Compiling pest v2.7.14
12062024-12-21T04:25:35.008Z Compiling clap v4.5.21
12072024-12-21T04:25:36.067Z Compiling pest_meta v2.7.14
12082024-12-21T04:25:36.886Z Compiling pest_generator v2.7.14
12092024-12-21T04:25:38.746Z Compiling pest_derive v2.7.14
12102024-12-21T04:25:39.294Z Compiling dtrace-parser v0.2.0
12112024-12-21T04:25:41.284Z Compiling serde_tokenstream v0.2.2
12122024-12-21T04:25:41.387Z Compiling toml_datetime v0.6.8
12132024-12-21T04:25:41.387Z Compiling serde_spanned v0.6.8
12142024-12-21T04:25:41.539Z Compiling cargo-platform v0.1.8
12152024-12-21T04:25:41.809Z Compiling toml_edit v0.22.22
12162024-12-21T04:25:41.885Z Compiling macaddr v1.0.1
12172024-12-21T04:25:42.050Z Compiling camino-tempfile v1.1.1
12182024-12-21T04:25:42.765Z Compiling dof v0.3.0
12192024-12-21T04:25:42.883Z Compiling cargo_metadata v0.18.1
12202024-12-21T04:25:44.441Z Compiling usdt-macro v0.5.0
12212024-12-21T04:25:44.441Z Compiling usdt-attr-macro v0.5.0
12222024-12-21T04:25:44.629Z Compiling toml v0.8.19
12232024-12-21T04:25:45.433Z Compiling cargo_toml v0.20.5
12242024-12-21T04:25:45.664Z Compiling usdt v0.5.0
12252024-12-21T04:25:48.877Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
12262024-12-21T04:25:52.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.96s
12272024-12-21T04:25:53.055Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
12282024-12-21T04:25:53.889Z Compiling serde v1.0.215
12292024-12-21T04:25:53.895Z Compiling lock_api v0.4.12
12302024-12-21T04:25:53.895Z Compiling scopeguard v1.2.0
12312024-12-21T04:25:53.895Z Compiling value-bag v1.9.0
12322024-12-21T04:25:53.895Z Compiling typenum v1.17.0
12332024-12-21T04:25:53.895Z Compiling generic-array v0.14.7
12342024-12-21T04:25:54.037Z Compiling syn v2.0.87
12352024-12-21T04:25:54.049Z Compiling getrandom v0.2.15
12362024-12-21T04:25:54.131Z Compiling shlex v1.3.0
12372024-12-21T04:25:54.355Z Compiling rand_core v0.6.4
12382024-12-21T04:25:54.468Z Compiling log v0.4.22
12392024-12-21T04:25:54.550Z Compiling subtle v2.6.1
12402024-12-21T04:25:54.591Z Compiling jobserver v0.1.32
12412024-12-21T04:25:54.622Z Compiling const-oid v0.9.6
12422024-12-21T04:25:54.859Z Compiling smallvec v1.13.2
12432024-12-21T04:25:54.890Z Compiling spin v0.9.8
12442024-12-21T04:25:54.965Z Compiling cc v1.1.30
12452024-12-21T04:25:55.272Z Compiling pin-project-lite v0.2.14
12462024-12-21T04:25:55.325Z Compiling rustix v0.38.37
12472024-12-21T04:25:55.397Z Compiling parking_lot_core v0.9.10
12482024-12-21T04:25:55.405Z Compiling futures-core v0.3.31
12492024-12-21T04:25:55.501Z Compiling signal-hook-registry v1.4.2
12502024-12-21T04:25:55.642Z Compiling mio v1.0.2
12512024-12-21T04:25:56.179Z Compiling aho-corasick v1.1.3
12522024-12-21T04:25:56.361Z Compiling parking_lot v0.12.3
12532024-12-21T04:25:56.484Z Compiling regex-syntax v0.8.5
12542024-12-21T04:25:56.545Z Compiling either v1.13.0
12552024-12-21T04:25:56.666Z Compiling cpufeatures v0.2.14
12562024-12-21T04:25:56.766Z Compiling lazy_static v1.5.0
12572024-12-21T04:25:56.809Z Compiling glob v0.3.1
12582024-12-21T04:25:56.894Z Compiling futures-sink v0.3.31
12592024-12-21T04:25:56.952Z Compiling stable_deref_trait v1.2.0
12602024-12-21T04:25:57.053Z Compiling socket2 v0.5.7
12612024-12-21T04:25:57.072Z Compiling slab v0.4.9
12622024-12-21T04:25:57.295Z Compiling prettyplease v0.2.25
12632024-12-21T04:25:57.497Z Compiling serde_json v1.0.133
12642024-12-21T04:25:57.635Z Compiling minimal-lexical v0.2.1
12652024-12-21T04:25:57.803Z Compiling clang-sys v1.8.1
12662024-12-21T04:25:58.009Z Compiling libloading v0.8.5
12672024-12-21T04:25:58.146Z Compiling nom v7.1.3
12682024-12-21T04:25:58.165Z Compiling home v0.5.9
12692024-12-21T04:25:58.416Z Compiling bindgen v0.69.5
12702024-12-21T04:25:58.435Z Compiling futures-channel v0.3.31
12712024-12-21T04:25:58.867Z Compiling itertools v0.12.1
12722024-12-21T04:25:59.213Z Compiling futures-io v0.3.31
12732024-12-21T04:25:59.233Z Compiling lazycell v1.3.0
12742024-12-21T04:25:59.400Z Compiling pin-utils v0.1.0
12752024-12-21T04:25:59.498Z Compiling allocator-api2 v0.2.18
12762024-12-21T04:25:59.537Z Compiling futures-task v0.3.31
12772024-12-21T04:25:59.833Z Compiling libm v0.2.8
12782024-12-21T04:26:00.157Z Compiling regex-automata v0.4.8
12792024-12-21T04:26:00.297Z Compiling foldhash v0.1.3
12802024-12-21T04:26:00.612Z Compiling rustc-hash v1.1.0
12812024-12-21T04:26:00.767Z Compiling hashbrown v0.15.1
12822024-12-21T04:26:01.836Z Compiling synstructure v0.13.1
12832024-12-21T04:26:01.945Z Compiling cexpr v0.6.0
12842024-12-21T04:26:02.081Z Compiling cmake v0.1.51
12852024-12-21T04:26:03.119Z Compiling num-traits v0.2.19
12862024-12-21T04:26:03.295Z Compiling tinyvec_macros v0.1.1
12872024-12-21T04:26:03.393Z Compiling dunce v1.0.5
12882024-12-21T04:26:03.396Z Compiling pkg-config v0.3.31
12892024-12-21T04:26:03.513Z Compiling fs_extra v1.3.0
12902024-12-21T04:26:03.754Z Compiling tinyvec v1.8.0
12912024-12-21T04:26:04.127Z Compiling ring v0.17.8
12922024-12-21T04:26:05.161Z Compiling paste v1.0.15
12932024-12-21T04:26:05.180Z Compiling base64ct v1.6.0
12942024-12-21T04:26:05.268Z Compiling unicode-normalization v0.1.24
12952024-12-21T04:26:05.285Z Compiling writeable v0.5.5
12962024-12-21T04:26:05.682Z Compiling regex v1.11.1
12972024-12-21T04:26:05.777Z Compiling unicode-bidi v0.3.17
12982024-12-21T04:26:05.858Z Compiling litemap v0.7.3
12992024-12-21T04:26:06.327Z Compiling pem-rfc7468 v0.7.0
13002024-12-21T04:26:06.749Z Compiling flagset v0.4.6
13012024-12-21T04:26:06.960Z Compiling aws-lc-rs v1.10.0
13022024-12-21T04:26:06.978Z Compiling httparse v1.9.5
13032024-12-21T04:26:07.188Z Compiling tracing-core v0.1.32
13042024-12-21T04:26:07.411Z Compiling crossbeam-utils v0.8.20
13052024-12-21T04:26:07.772Z Compiling icu_locid_transform_data v1.5.0
13062024-12-21T04:26:07.878Z Compiling percent-encoding v2.3.1
13072024-12-21T04:26:08.003Z Compiling rustls-pki-types v1.10.0
13082024-12-21T04:26:08.247Z Compiling mirai-annotations v1.12.0
13092024-12-21T04:26:08.434Z Compiling untrusted v0.7.1
13102024-12-21T04:26:08.541Z Compiling untrusted v0.9.0
13112024-12-21T04:26:08.604Z Compiling powerfmt v0.2.0
13122024-12-21T04:26:08.723Z Compiling time-core v0.1.2
13132024-12-21T04:26:08.774Z Compiling serde_derive v1.0.215
13142024-12-21T04:26:08.868Z Compiling zeroize_derive v1.4.2
13152024-12-21T04:26:08.906Z Compiling zerocopy-derive v0.7.35
13162024-12-21T04:26:09.012Z Compiling tokio-macros v2.4.0
13172024-12-21T04:26:09.087Z Compiling zerofrom-derive v0.1.4
13182024-12-21T04:26:10.444Z Compiling zeroize v1.8.1
13192024-12-21T04:26:10.612Z Compiling yoke-derive v0.7.4
13202024-12-21T04:26:10.641Z Compiling thiserror-impl v1.0.69
13212024-12-21T04:26:11.173Z Compiling zerocopy v0.7.35
13222024-12-21T04:26:12.179Z Compiling crypto-common v0.1.6
13232024-12-21T04:26:12.259Z Compiling block-buffer v0.10.4
13242024-12-21T04:26:12.455Z Compiling zerovec-derive v0.10.3
13252024-12-21T04:26:12.519Z Compiling digest v0.10.7
13262024-12-21T04:26:12.877Z Compiling futures-macro v0.3.31
13272024-12-21T04:26:12.999Z Compiling hmac v0.12.1
13282024-12-21T04:26:13.079Z Compiling block-padding v0.3.3
13292024-12-21T04:26:13.232Z Compiling displaydoc v0.2.5
13302024-12-21T04:26:13.268Z Compiling zerofrom v0.1.4
13312024-12-21T04:26:13.324Z Compiling inout v0.1.3
13322024-12-21T04:26:13.498Z Compiling sha2 v0.10.8
13332024-12-21T04:26:13.609Z Compiling cipher v0.4.4
13342024-12-21T04:26:13.721Z Compiling yoke v0.7.4
13352024-12-21T04:26:13.946Z Compiling thiserror v1.0.69
13362024-12-21T04:26:14.089Z Compiling ppv-lite86 v0.2.20
13372024-12-21T04:26:14.105Z Compiling icu_provider_macros v1.5.0
13382024-12-21T04:26:14.132Z Compiling der_derive v0.7.3
13392024-12-21T04:26:14.871Z Compiling futures-util v0.3.31
13402024-12-21T04:26:14.969Z Compiling rand_chacha v0.3.1
13412024-12-21T04:26:14.992Z Compiling tracing-attributes v0.1.27
13422024-12-21T04:26:15.250Z Compiling zerovec v0.10.4
13432024-12-21T04:26:15.347Z Compiling salsa20 v0.10.2
13442024-12-21T04:26:15.587Z Compiling rand v0.8.5
13452024-12-21T04:26:16.749Z Compiling der v0.7.9
13462024-12-21T04:26:17.009Z Compiling pest v2.7.14
13472024-12-21T04:26:17.327Z Compiling tinystr v0.7.6
13482024-12-21T04:26:17.550Z Compiling icu_collections v1.5.0
13492024-12-21T04:26:17.643Z Compiling pbkdf2 v0.12.2
13502024-12-21T04:26:17.795Z Compiling icu_locid v1.5.0
13512024-12-21T04:26:17.821Z Compiling icu_properties_data v1.5.0
13522024-12-21T04:26:18.086Z Compiling vcpkg v0.2.15
13532024-12-21T04:26:18.848Z Compiling tracing v0.1.40
13542024-12-21T04:26:18.992Z Compiling icu_provider v1.5.0
13552024-12-21T04:26:19.406Z Compiling spki v0.7.3
13562024-12-21T04:26:19.778Z Compiling icu_locid_transform v1.5.0
13572024-12-21T04:26:20.172Z Compiling num-conv v0.1.0
13582024-12-21T04:26:20.258Z Compiling pest_meta v2.7.14
13592024-12-21T04:26:20.295Z Compiling scrypt v0.11.0
13602024-12-21T04:26:20.295Z Compiling aes v0.8.4
13612024-12-21T04:26:20.405Z Compiling time-macros v0.2.18
13622024-12-21T04:26:20.427Z Compiling openssl-sys v0.9.103
13632024-12-21T04:26:20.814Z Compiling cbc v0.1.2
13642024-12-21T04:26:21.257Z Compiling icu_properties v1.5.1
13652024-12-21T04:26:21.509Z Compiling deranged v0.3.11
13662024-12-21T04:26:22.494Z Compiling scroll_derive v0.12.0
13672024-12-21T04:26:23.155Z Compiling bitflags v2.6.0
13682024-12-21T04:26:23.483Z Compiling bytes v1.8.0
13692024-12-21T04:26:23.672Z Compiling indexmap v2.6.0
13702024-12-21T04:26:23.944Z Compiling semver v1.0.23
13712024-12-21T04:26:24.661Z Compiling tokio v1.40.0
13722024-12-21T04:26:24.808Z Compiling http v1.1.0
13732024-12-21T04:26:25.111Z Compiling rustc_version v0.4.1
13742024-12-21T04:26:25.312Z Compiling write16 v1.0.0
13752024-12-21T04:26:25.443Z Compiling utf16_iter v1.0.5
13762024-12-21T04:26:25.643Z Compiling icu_normalizer_data v1.5.0
13772024-12-21T04:26:25.749Z Compiling atomic-waker v1.1.2
13782024-12-21T04:26:25.910Z Compiling num_threads v0.1.7
13792024-12-21T04:26:25.946Z Compiling utf8_iter v1.0.4
13802024-12-21T04:26:26.002Z Compiling time v0.3.36
13812024-12-21T04:26:26.035Z Compiling scroll v0.12.0
13822024-12-21T04:26:26.190Z Compiling icu_normalizer v1.5.0
13832024-12-21T04:26:26.416Z Compiling http-body v1.0.1
13842024-12-21T04:26:26.660Z Compiling pest_generator v2.7.14
13852024-12-21T04:26:26.724Z Compiling pkcs5 v0.7.1
13862024-12-21T04:26:26.924Z Compiling form_urlencoded v1.2.1
13872024-12-21T04:26:27.245Z Compiling try-lock v0.2.5
13882024-12-21T04:26:27.372Z Compiling slog v2.7.0
13892024-12-21T04:26:27.393Z Compiling want v0.3.1
13902024-12-21T04:26:27.680Z Compiling which v4.4.2
13912024-12-21T04:26:27.984Z Compiling pkcs8 v0.10.2
13922024-12-21T04:26:28.242Z Compiling goblin v0.8.2
13932024-12-21T04:26:28.258Z Compiling idna_adapter v1.2.0
13942024-12-21T04:26:28.518Z Compiling uuid v1.11.0
13952024-12-21T04:26:28.655Z Compiling pest_derive v2.7.14
13962024-12-21T04:26:28.676Z Compiling httpdate v1.0.3
13972024-12-21T04:26:28.979Z Compiling iana-time-zone v0.1.61
13982024-12-21T04:26:29.142Z Compiling idna v1.0.3
13992024-12-21T04:26:29.446Z Compiling chrono v0.4.38
14002024-12-21T04:26:29.470Z Compiling dtrace-parser v0.2.0
14012024-12-21T04:26:30.785Z Compiling serde_spanned v0.6.8
14022024-12-21T04:26:31.026Z Compiling toml_datetime v0.6.8
14032024-12-21T04:26:31.087Z Compiling serde_tokenstream v0.2.2
14042024-12-21T04:26:31.289Z Compiling tower-service v0.3.3
14052024-12-21T04:26:31.423Z Compiling rustversion v1.0.17
14062024-12-21T04:26:31.525Z Compiling base64 v0.22.1
14072024-12-21T04:26:31.667Z Compiling openssl v0.10.66
14082024-12-21T04:26:31.690Z Compiling adler2 v2.0.0
14092024-12-21T04:26:31.903Z Compiling match_cfg v0.1.0
14102024-12-21T04:26:31.996Z Compiling foreign-types-shared v0.1.1
14112024-12-21T04:26:32.103Z Compiling foreign-types v0.3.2
14122024-12-21T04:26:32.120Z Compiling hostname v0.3.1
14132024-12-21T04:26:32.192Z Compiling miniz_oxide v0.8.0
14142024-12-21T04:26:32.210Z Compiling url v2.5.3
14152024-12-21T04:26:32.363Z Compiling openssl-macros v0.1.1
14162024-12-21T04:26:33.132Z Compiling tokio-util v0.7.12
14172024-12-21T04:26:33.279Z Compiling async-trait v0.1.83
14182024-12-21T04:26:33.672Z Compiling serde_derive_internals v0.29.1
14192024-12-21T04:26:33.722Z Compiling dirs-sys-next v0.1.2
14202024-12-21T04:26:34.175Z Compiling h2 v0.4.6
14212024-12-21T04:26:34.378Z Compiling dof v0.3.0
14222024-12-21T04:26:34.571Z Compiling data-encoding v2.6.0
14232024-12-21T04:26:36.027Z Compiling usdt-impl v0.5.0
14242024-12-21T04:26:36.477Z Compiling siphasher v0.3.11
14252024-12-21T04:26:36.631Z Compiling schemars v0.8.21
14262024-12-21T04:26:36.863Z Compiling native-tls v0.2.12
14272024-12-21T04:26:36.955Z Compiling rustls v0.22.4
14282024-12-21T04:26:37.043Z Compiling syn v1.0.109
14292024-12-21T04:26:37.198Z Compiling rustls v0.23.19
14302024-12-21T04:26:37.301Z Compiling schemars_derive v0.8.21
14312024-12-21T04:26:37.457Z Compiling dirs-next v2.0.0
14322024-12-21T04:26:37.759Z Compiling http-body-util v0.1.2
14332024-12-21T04:26:38.299Z Compiling heapless v0.7.17
14342024-12-21T04:26:38.548Z Compiling crossbeam-epoch v0.9.18
14352024-12-21T04:26:38.735Z Compiling sha1 v0.10.6
14362024-12-21T04:26:39.055Z Compiling signature v2.2.0
14372024-12-21T04:26:39.150Z Compiling bzip2-sys v0.1.11+1.0.8
14382024-12-21T04:26:39.314Z Compiling thread_local v1.1.8
14392024-12-21T04:26:39.341Z Compiling multer v3.1.0
14402024-12-21T04:26:39.607Z Compiling cookie v0.18.1
14412024-12-21T04:26:39.630Z Compiling encoding_rs v0.8.34
14422024-12-21T04:26:39.877Z Compiling signal-hook v0.3.17
14432024-12-21T04:26:39.897Z Compiling rayon-core v1.12.1
14442024-12-21T04:26:40.145Z Compiling dyn-clone v1.0.17
14452024-12-21T04:26:40.172Z Compiling unicode-properties v0.1.3
14462024-12-21T04:26:40.332Z Compiling mime v0.3.17
14472024-12-21T04:26:40.352Z Compiling slog-async v2.8.0
14482024-12-21T04:26:40.551Z Compiling gimli v0.31.1
14492024-12-21T04:26:40.717Z Compiling ipnet v2.10.1
14502024-12-21T04:26:40.858Z Compiling openssl-probe v0.1.5
14512024-12-21T04:26:40.907Z Compiling toml_edit v0.22.22
14522024-12-21T04:26:41.204Z Compiling hyper v1.5.2
14532024-12-21T04:26:44.152Z Compiling hyper-util v0.1.10
14542024-12-21T04:26:45.390Z Compiling addr2line v0.24.2
14552024-12-21T04:26:45.536Z Compiling stringprep v0.1.5
14562024-12-21T04:26:46.036Z Compiling crossbeam-deque v0.8.5
14572024-12-21T04:26:46.130Z Compiling usdt-attr-macro v0.5.0
14582024-12-21T04:26:46.367Z Compiling usdt-macro v0.5.0
14592024-12-21T04:26:46.741Z Compiling term v0.7.0
14602024-12-21T04:26:47.176Z Compiling slog-json v2.6.1
14612024-12-21T04:26:47.315Z Compiling serde_urlencoded v0.7.1
14622024-12-21T04:26:47.535Z Compiling curve25519-dalek v4.1.3
14632024-12-21T04:26:47.766Z Compiling crossbeam-channel v0.5.13
14642024-12-21T04:26:47.804Z Compiling futures-executor v0.3.31
14652024-12-21T04:26:47.840Z Compiling md-5 v0.10.6
14662024-12-21T04:26:48.114Z Compiling enum-as-inner v0.6.1
14672024-12-21T04:26:48.158Z Compiling async-stream-impl v0.3.6
14682024-12-21T04:26:48.305Z Compiling rustls-pemfile v2.2.0
14692024-12-21T04:26:48.390Z Compiling num-integer v0.1.46
14702024-12-21T04:26:48.635Z Compiling idna v0.4.0
14712024-12-21T04:26:48.895Z Compiling idna v0.3.0
14722024-12-21T04:26:49.180Z Compiling hash32 v0.2.1
14732024-12-21T04:26:49.200Z Compiling ff v0.13.0
14742024-12-21T04:26:49.238Z Compiling is-terminal v0.4.13
14752024-12-21T04:26:49.356Z Compiling dropshot v0.12.0
14762024-12-21T04:26:49.435Z Compiling object v0.36.5
14772024-12-21T04:26:49.517Z Compiling rustc-demangle v0.1.24
14782024-12-21T04:26:49.567Z Compiling num-bigint-dig v0.8.4
14792024-12-21T04:26:49.643Z Compiling base16ct v0.2.0
14802024-12-21T04:26:49.849Z Compiling anyhow v1.0.93
14812024-12-21T04:26:50.015Z Compiling fallible-iterator v0.2.0
14822024-12-21T04:26:50.347Z Compiling quick-error v1.2.3
14832024-12-21T04:26:50.500Z Compiling linked-hash-map v0.5.6
14842024-12-21T04:26:50.543Z Compiling portable-atomic v1.9.0
14852024-12-21T04:26:50.560Z Compiling smoltcp v0.9.1
14862024-12-21T04:26:50.614Z Compiling psl-types v2.0.11
14872024-12-21T04:26:50.740Z Compiling take_mut v0.2.2
14882024-12-21T04:26:50.815Z Compiling utf-8 v0.7.6
14892024-12-21T04:26:50.852Z Compiling lru-cache v0.1.2
14902024-12-21T04:26:51.042Z Compiling tungstenite v0.24.0
14912024-12-21T04:26:51.123Z Compiling publicsuffix v2.2.3
14922024-12-21T04:26:51.318Z Compiling postgres-protocol v0.6.7
14932024-12-21T04:26:51.685Z Compiling resolv-conf v0.7.0
14942024-12-21T04:26:51.781Z Compiling sec1 v0.7.3
14952024-12-21T04:26:52.149Z Compiling async-stream v0.3.6
14962024-12-21T04:26:52.379Z Compiling hickory-proto v0.24.1
14972024-12-21T04:26:52.469Z Compiling group v0.13.0
14982024-12-21T04:26:52.594Z Compiling slog-term v2.9.1
14992024-12-21T04:26:52.781Z Compiling usdt v0.5.0
15002024-12-21T04:26:53.317Z Compiling num-iter v0.1.45
15012024-12-21T04:26:53.491Z Compiling futures v0.3.31
15022024-12-21T04:26:53.512Z Compiling slog-bunyan v2.5.0
15032024-12-21T04:26:54.859Z Compiling tokio-native-tls v0.3.1
15042024-12-21T04:26:54.903Z Compiling toml v0.8.19
15052024-12-21T04:26:54.922Z Compiling camino v1.1.9
15062024-12-21T04:26:55.135Z Compiling phf_shared v0.11.2
15072024-12-21T04:26:55.445Z Compiling dropshot_endpoint v0.12.0
15082024-12-21T04:26:55.538Z Compiling terminal_size v0.4.0
15092024-12-21T04:26:55.770Z Compiling waitgroup v0.1.2
15102024-12-21T04:26:55.890Z Compiling openapiv3 v2.0.0
15112024-12-21T04:26:55.994Z Compiling serde_path_to_error v0.1.16
15122024-12-21T04:26:56.676Z Compiling hkdf v0.12.4
15132024-12-21T04:26:56.871Z Compiling backtrace v0.3.74
15142024-12-21T04:26:56.928Z Compiling crypto-bigint v0.5.5
15152024-12-21T04:26:57.614Z Compiling zerocopy-derive v0.6.6
15162024-12-21T04:26:59.905Z Compiling curve25519-dalek-derive v0.1.1
15172024-12-21T04:27:00.186Z Compiling webpki-roots v0.26.6
15182024-12-21T04:27:00.331Z Compiling idna v0.5.0
15192024-12-21T04:27:00.396Z Compiling hostname v0.4.0
15202024-12-21T04:27:00.668Z Compiling fs-err v2.11.0
15212024-12-21T04:27:00.687Z Compiling crc32fast v1.4.2
15222024-12-21T04:27:00.777Z Compiling hubpack_derive v0.1.1
15232024-12-21T04:27:00.946Z Compiling ahash v0.8.11
15242024-12-21T04:27:01.027Z Compiling debug-ignore v1.0.5
15252024-12-21T04:27:01.173Z Compiling newtype-uuid v1.1.3
15262024-12-21T04:27:01.285Z Compiling winnow v0.5.40
15272024-12-21T04:27:01.444Z Compiling managed v0.8.0
15282024-12-21T04:27:01.475Z Compiling bitflags v1.3.2
15292024-12-21T04:27:01.583Z Compiling console v0.15.8
15302024-12-21T04:27:01.676Z Compiling hubpack v0.1.2
15312024-12-21T04:27:02.033Z Compiling clap_builder v4.5.21
15322024-12-21T04:27:03.109Z Compiling cookie_store v0.21.0
15332024-12-21T04:27:03.160Z Compiling strum_macros v0.25.3
15342024-12-21T04:27:03.357Z Compiling flate2 v1.0.34
15352024-12-21T04:27:04.069Z Compiling elliptic-curve v0.13.8
15362024-12-21T04:27:04.343Z Compiling zerocopy v0.6.6
15372024-12-21T04:27:04.727Z Compiling hickory-resolver v0.24.1
15382024-12-21T04:27:04.891Z Compiling toml_edit v0.19.15
15392024-12-21T04:27:05.298Z Compiling phf v0.11.2
15402024-12-21T04:27:05.617Z Compiling hyper-tls v0.6.0
15412024-12-21T04:27:06.054Z Compiling rayon v1.10.0
15422024-12-21T04:27:06.104Z Compiling signal-hook-mio v0.2.4
15432024-12-21T04:27:06.275Z Compiling bzip2 v0.4.4
15442024-12-21T04:27:07.338Z Compiling tokio-tungstenite v0.24.0
15452024-12-21T04:27:07.878Z Compiling postgres-types v0.2.8
15462024-12-21T04:27:10.505Z Compiling ed25519 v2.2.3
15472024-12-21T04:27:10.826Z Compiling phf_shared v0.10.0
15482024-12-21T04:27:10.912Z Compiling tokio-stream v0.1.16
15492024-12-21T04:27:11.244Z Compiling pkcs1 v0.7.5
15502024-12-21T04:27:11.434Z Compiling serde-big-array v0.5.1
15512024-12-21T04:27:11.559Z Compiling rfc6979 v0.4.0
15522024-12-21T04:27:11.694Z Compiling clap_derive v4.5.18
15532024-12-21T04:27:11.753Z Compiling serde_repr v0.1.19
15542024-12-21T04:27:11.991Z Compiling derive-where v1.2.7
15552024-12-21T04:27:12.229Z Compiling float-cmp v0.9.0
15562024-12-21T04:27:12.431Z Compiling bstr v1.10.0
15572024-12-21T04:27:12.448Z Compiling sync_wrapper v1.0.1
15582024-12-21T04:27:12.593Z Compiling unicode-segmentation v1.12.0
15592024-12-21T04:27:12.959Z Compiling number_prefix v0.4.0
15602024-12-21T04:27:13.046Z Compiling normalize-line-endings v0.3.0
15612024-12-21T04:27:13.183Z Compiling fixedbitset v0.4.2
15622024-12-21T04:27:13.200Z Compiling whoami v1.5.2
15632024-12-21T04:27:13.494Z Compiling predicates-core v1.0.8
15642024-12-21T04:27:13.664Z Compiling unicode-width v0.2.0
15652024-12-21T04:27:13.843Z Compiling bit-vec v0.6.3
15662024-12-21T04:27:13.872Z Compiling precomputed-hash v0.1.1
15672024-12-21T04:27:13.987Z Compiling static_assertions v1.1.0
15682024-12-21T04:27:14.094Z Compiling difflib v0.4.0
15692024-12-21T04:27:14.183Z Compiling new_debug_unreachable v1.0.6
15702024-12-21T04:27:14.269Z Compiling bit-set v0.5.3
15712024-12-21T04:27:14.286Z Compiling string_cache v0.8.7
15722024-12-21T04:27:14.302Z Compiling indicatif v0.17.9
15732024-12-21T04:27:14.544Z Compiling predicates v3.1.2
15742024-12-21T04:27:14.760Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15752024-12-21T04:27:15.619Z Compiling tokio-postgres v0.7.12
15762024-12-21T04:27:15.804Z Compiling similar v2.6.0
15772024-12-21T04:27:16.358Z Compiling petgraph v0.6.5
15782024-12-21T04:27:16.575Z Compiling ecdsa v0.16.9
15792024-12-21T04:27:16.893Z Compiling clap v4.5.21
15802024-12-21T04:27:17.023Z Compiling rsa v0.9.6
15812024-12-21T04:27:17.398Z Compiling ed25519-dalek v2.1.1
15822024-12-21T04:27:18.315Z Compiling toml v0.7.8
15832024-12-21T04:27:18.739Z Compiling zip v0.6.6
15842024-12-21T04:27:20.114Z Compiling crossterm v0.28.1
15852024-12-21T04:27:21.150Z Compiling hex v0.4.3
15862024-12-21T04:27:21.237Z Compiling x509-cert v0.2.5
15872024-12-21T04:27:21.384Z Compiling itertools v0.10.5
15882024-12-21T04:27:21.559Z Compiling unicode-xid v0.2.6
15892024-12-21T04:27:21.723Z Compiling lalrpop-util v0.19.12
15902024-12-21T04:27:21.766Z Compiling peg-runtime v0.8.3
15912024-12-21T04:27:21.805Z Compiling strum_macros v0.26.4
15922024-12-21T04:27:22.050Z Compiling xattr v1.3.1
15932024-12-21T04:27:22.322Z Compiling filetime v0.2.25
15942024-12-21T04:27:22.649Z Compiling tar v0.4.42
15952024-12-21T04:27:27.052Z Compiling strum v0.26.3
15962024-12-21T04:27:29.712Z Compiling aws-lc-sys v0.22.0
15972024-12-21T04:27:57.637Z Compiling rustls-webpki v0.102.8
15982024-12-21T04:28:00.965Z Compiling tokio-rustls v0.25.0
15992024-12-21T04:28:02.650Z Compiling tokio-rustls v0.26.0
16002024-12-21T04:28:03.047Z Compiling hyper-rustls v0.27.3
16012024-12-21T04:28:03.377Z Compiling reqwest v0.12.9
16022024-12-21T04:28:04.748Z Compiling qorb v0.2.1
16032024-12-21T04:28:09.324Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16042024-12-21T04:28:09.560Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16052024-12-21T04:28:15.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s
16062024-12-21T04:28:15.493Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
16072024-12-21T04:28:15.536ZDec 21 04:28:14.473 INFO Starting download, target: Clickhouse
16082024-12-21T04:28:15.536ZDec 21 04:28:14.474 INFO Starting download, target: Console
16092024-12-21T04:28:15.536ZDec 21 04:28:14.474 INFO Starting download, target: Cockroach
16102024-12-21T04:28:15.536ZDec 21 04:28:14.474 INFO Starting download, target: DendriteOpenapi
16112024-12-21T04:28:15.539ZDec 21 04:28:14.474 INFO Starting download, target: DendriteStub
16122024-12-21T04:28:15.539ZDec 21 04:28:14.474 INFO Starting download, target: MaghemiteMgd
16132024-12-21T04:28:15.539ZDec 21 04:28:14.474 INFO Starting download, target: TransceiverControl
16142024-12-21T04:28:15.539ZDec 21 04:28:14.474 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16152024-12-21T04:28:15.539ZDec 21 04:28:14.474 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
16162024-12-21T04:28:15.539ZDec 21 04:28:14.474 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16172024-12-21T04:28:15.539ZDec 21 04:28:14.475 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16182024-12-21T04:28:15.539ZDec 21 04:28:14.475 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16192024-12-21T04:28:15.539ZDec 21 04:28:14.475 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16202024-12-21T04:28:15.539ZDec 21 04:28:14.475 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16212024-12-21T04:28:15.757ZDec 21 04:28:14.682 INFO Download complete, target: DendriteOpenapi
16222024-12-21T04:28:15.885ZDec 21 04:28:14.808 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16232024-12-21T04:28:16.067ZDec 21 04:28:14.946 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16242024-12-21T04:28:16.766ZDec 21 04:28:15.281 INFO Download complete, target: Console
16252024-12-21T04:28:16.784ZDec 21 04:28:15.432 INFO Download complete, target: TransceiverControl
16262024-12-21T04:28:16.785ZDec 21 04:28:15.605 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16272024-12-21T04:28:16.832ZDec 21 04:28:15.761 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16282024-12-21T04:28:17.710ZDec 21 04:28:16.629 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16292024-12-21T04:28:17.829ZDec 21 04:28:16.765 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16302024-12-21T04:28:17.830ZDec 21 04:28:16.766 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16312024-12-21T04:28:19.560ZDec 21 04:28:18.393 INFO Download complete, target: MaghemiteMgd
16322024-12-21T04:28:19.699ZDec 21 04:28:18.632 INFO Download complete, target: DendriteStub
16332024-12-21T04:28:25.365ZDec 21 04:28:24.304 INFO Checking that binary works, target: Cockroach
16342024-12-21T04:28:25.523ZDec 21 04:28:24.461 INFO Download complete, target: Cockroach
16352024-12-21T04:28:30.306ZDec 21 04:28:29.245 INFO Checking that binary works, target: Clickhouse
16362024-12-21T04:28:30.419ZDec 21 04:28:29.359 INFO Download complete, target: Clickhouse
16372024-12-21T04:28:30.429ZAll prerequisites installed successfully
16382024-12-21T04:28:30.432Z
16392024-12-21T04:28:30.432Zreal 6:19.806183076
16402024-12-21T04:28:30.432Zuser 16:30.554728184
16412024-12-21T04:28:30.432Zsys 3:10.325326790
16422024-12-21T04:28:30.432Ztrap 0.502968693
16432024-12-21T04:28:30.432Ztflt 1.585112573
16442024-12-21T04:28:30.432Zdflt 2.297616843
16452024-12-21T04:28:30.432Zkflt 0.024976923
16462024-12-21T04:28:30.432Zlock 32:44.469845372
16472024-12-21T04:28:30.433Zslp 1:04:40.000455303
16482024-12-21T04:28:30.433Zlat 56.034014915
16492024-12-21T04:28:30.433Zstop 2:13.167171095
16502024-12-21T04:28:30.433Z+ source ./tools/include/force-git-over-https.sh
16512024-12-21T04:28:30.433Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16522024-12-21T04:28:30.433Z++ (( i = 0 ))
16532024-12-21T04:28:30.433Z++ (( i < 5 ))
16542024-12-21T04:28:30.433Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16552024-12-21T04:28:30.433Z++ (( i++ ))
16562024-12-21T04:28:30.433Z++ (( i < 5 ))
16572024-12-21T04:28:30.433Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
16582024-12-21T04:28:30.435Z++ (( i++ ))
16592024-12-21T04:28:30.435Z++ (( i < 5 ))
16602024-12-21T04:28:30.435Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
16612024-12-21T04:28:30.438Z++ (( i++ ))
16622024-12-21T04:28:30.438Z++ (( i < 5 ))
16632024-12-21T04:28:30.438Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
16642024-12-21T04:28:30.441Z++ (( i++ ))
16652024-12-21T04:28:30.441Z++ (( i < 5 ))
16662024-12-21T04:28:30.441Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
16672024-12-21T04:28:30.444Z++ (( i++ ))
16682024-12-21T04:28:30.444Z++ (( i < 5 ))
16692024-12-21T04:28:30.447Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
16702024-12-21T04:28:30.447Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
16712024-12-21T04:28:30.447Z+ rc=0
16722024-12-21T04:28:30.447Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
16732024-12-21T04:29:02.010Z+ case $rc in
16742024-12-21T04:29:02.010Z+ pfexec zfs create -p rpool/images/build/host
16752024-12-21T04:29:02.298Z+ pfexec zfs create -p rpool/images/build/recovery
16762024-12-21T04:29:02.381Z+ cargo xtask releng --output-dir /work
16772024-12-21T04:29:02.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
16782024-12-21T04:29:02.927Z Running `target/debug/xtask releng --output-dir /work`
16792024-12-21T04:29:03.837Z Compiling proc-macro2 v1.0.89
16802024-12-21T04:29:03.837Z Compiling unicode-ident v1.0.13
16812024-12-21T04:29:03.839Z Compiling libc v0.2.162
16822024-12-21T04:29:03.839Z Compiling serde v1.0.215
16832024-12-21T04:29:03.839Z Compiling autocfg v1.4.0
16842024-12-21T04:29:03.840Z Compiling version_check v0.9.5
16852024-12-21T04:29:03.840Z Compiling cfg-if v1.0.0
16862024-12-21T04:29:04.150Z Compiling memchr v2.7.4
16872024-12-21T04:29:04.179Z Compiling typenum v1.17.0
16882024-12-21T04:29:04.232Z Compiling shlex v1.3.0
16892024-12-21T04:29:04.593Z Compiling value-bag v1.9.0
16902024-12-21T04:29:04.752Z Compiling generic-array v0.14.7
16912024-12-21T04:29:04.972Z Compiling lock_api v0.4.12
16922024-12-21T04:29:05.077Z Compiling log v0.4.22
16932024-12-21T04:29:05.098Z Compiling scopeguard v1.2.0
16942024-12-21T04:29:05.257Z Compiling rustix v0.38.37
16952024-12-21T04:29:05.634Z Compiling quote v1.0.37
16962024-12-21T04:29:05.915Z Compiling parking_lot_core v0.9.10
16972024-12-21T04:29:05.918Z Compiling serde_json v1.0.133
16982024-12-21T04:29:05.956Z Compiling libm v0.2.8
16992024-12-21T04:29:06.226Z Compiling syn v2.0.87
17002024-12-21T04:29:06.244Z Compiling jobserver v0.1.32
17012024-12-21T04:29:06.262Z Compiling getrandom v0.2.15
17022024-12-21T04:29:06.317Z Compiling num-traits v0.2.19
17032024-12-21T04:29:06.338Z Compiling thiserror v1.0.69
17042024-12-21T04:29:06.557Z Compiling itoa v1.0.11
17052024-12-21T04:29:06.607Z Compiling cc v1.1.30
17062024-12-21T04:29:06.645Z Compiling once_cell v1.20.2
17072024-12-21T04:29:06.745Z Compiling spin v0.9.8
17082024-12-21T04:29:06.850Z Compiling aho-corasick v1.1.3
17092024-12-21T04:29:07.037Z Compiling regex-syntax v0.8.5
17102024-12-21T04:29:07.077Z Compiling slab v0.4.9
17112024-12-21T04:29:07.193Z Compiling errno v0.3.9
17122024-12-21T04:29:07.931Z Compiling byteorder v1.5.0
17132024-12-21T04:29:08.085Z Compiling either v1.13.0
17142024-12-21T04:29:08.589Z Compiling lazy_static v1.5.0
17152024-12-21T04:29:08.613Z Compiling rand_core v0.6.4
17162024-12-21T04:29:08.616Z Compiling glob v0.3.1
17172024-12-21T04:29:08.751Z Compiling subtle v2.6.1
17182024-12-21T04:29:09.028Z Compiling prettyplease v0.2.25
17192024-12-21T04:29:09.281Z Compiling minimal-lexical v0.2.1
17202024-12-21T04:29:09.488Z Compiling clang-sys v1.8.1
17212024-12-21T04:29:09.564Z Compiling libloading v0.8.5
17222024-12-21T04:29:09.802Z Compiling nom v7.1.3
17232024-12-21T04:29:10.205Z Compiling home v0.5.9
17242024-12-21T04:29:10.240Z Compiling bindgen v0.69.5
17252024-12-21T04:29:10.482Z Compiling itertools v0.12.1
17262024-12-21T04:29:10.876Z Compiling regex-automata v0.4.8
17272024-12-21T04:29:11.340Z Compiling rustc-hash v1.1.0
17282024-12-21T04:29:11.548Z Compiling lazycell v1.3.0
17292024-12-21T04:29:11.841Z Compiling cmake v0.1.51
17302024-12-21T04:29:12.900Z Compiling dunce v1.0.5
17312024-12-21T04:29:13.042Z Compiling smallvec v1.13.2
17322024-12-21T04:29:13.412Z Compiling cexpr v0.6.0
17332024-12-21T04:29:13.454Z Compiling pkg-config v0.3.31
17342024-12-21T04:29:13.594Z Compiling semver v1.0.23
17352024-12-21T04:29:13.636Z Compiling fs_extra v1.3.0
17362024-12-21T04:29:13.693Z Compiling ring v0.17.8
17372024-12-21T04:29:14.250Z Compiling synstructure v0.13.1
17382024-12-21T04:29:14.774Z Compiling ryu v1.0.18
17392024-12-21T04:29:15.089Z Compiling heck v0.5.0
17402024-12-21T04:29:15.142Z Compiling paste v1.0.15
17412024-12-21T04:29:15.277Z Compiling const-oid v0.9.6
17422024-12-21T04:29:15.579Z Compiling aws-lc-rs v1.10.0
17432024-12-21T04:29:15.748Z Compiling httparse v1.9.5
17442024-12-21T04:29:16.350Z Compiling pin-project-lite v0.2.14
17452024-12-21T04:29:16.512Z Compiling allocator-api2 v0.2.18
17462024-12-21T04:29:17.281Z Compiling regex v1.11.1
17472024-12-21T04:29:17.535Z Compiling futures-core v0.3.31
17482024-12-21T04:29:18.109Z Compiling signal-hook-registry v1.4.2
17492024-12-21T04:29:18.403Z Compiling num-conv v0.1.0
17502024-12-21T04:29:18.453Z Compiling crossbeam-utils v0.8.20
17512024-12-21T04:29:18.714Z Compiling time-core v0.1.2
17522024-12-21T04:29:18.797Z Compiling schemars v0.8.21
17532024-12-21T04:29:18.921Z Compiling time-macros v0.2.18
17542024-12-21T04:29:19.073Z Compiling parking_lot v0.12.3
17552024-12-21T04:29:19.194Z Compiling serde_derive_internals v0.29.1
17562024-12-21T04:29:19.197Z Compiling mio v1.0.2
17572024-12-21T04:29:19.971Z Compiling vcpkg v0.2.15
17582024-12-21T04:29:20.030Z Compiling serde_derive v1.0.215
17592024-12-21T04:29:21.039Z Compiling zeroize_derive v1.4.2
17602024-12-21T04:29:21.206Z Compiling zerocopy-derive v0.7.35
17612024-12-21T04:29:21.426Z Compiling tokio-macros v2.4.0
17622024-12-21T04:29:21.556Z Compiling thiserror-impl v1.0.69
17632024-12-21T04:29:22.001Z Compiling zerofrom-derive v0.1.4
17642024-12-21T04:29:22.284Z Compiling yoke-derive v0.7.4
17652024-12-21T04:29:22.517Z Compiling futures-macro v0.3.31
17662024-12-21T04:29:22.670Z Compiling zeroize v1.8.1
17672024-12-21T04:29:23.269Z Compiling zerovec-derive v0.10.3
17682024-12-21T04:29:23.476Z Compiling displaydoc v0.2.5
17692024-12-21T04:29:24.449Z Compiling zerocopy v0.7.35
17702024-12-21T04:29:24.904Z Compiling crypto-common v0.1.6
17712024-12-21T04:29:25.182Z Compiling icu_provider_macros v1.5.0
17722024-12-21T04:29:25.218Z Compiling tracing-attributes v0.1.27
17732024-12-21T04:29:25.348Z Compiling block-buffer v0.10.4
17742024-12-21T04:29:25.841Z Compiling digest v0.10.7
17752024-12-21T04:29:26.012Z Compiling der_derive v0.7.3
17762024-12-21T04:29:26.260Z Compiling openssl-sys v0.9.103
17772024-12-21T04:29:26.293Z Compiling schemars_derive v0.8.21
17782024-12-21T04:29:28.002Z Compiling fnv v1.0.7
17792024-12-21T04:29:28.840Z Compiling socket2 v0.5.7
17802024-12-21T04:29:29.408Z Compiling ahash v0.8.11
17812024-12-21T04:29:30.532Z Compiling cpufeatures v0.2.14
17822024-12-21T04:29:30.566Z Compiling futures-sink v0.3.31
17832024-12-21T04:29:30.566Z Compiling foldhash v0.1.3
17842024-12-21T04:29:30.572Z Compiling equivalent v1.0.1
17852024-12-21T04:29:30.709Z Compiling hashbrown v0.15.1
17862024-12-21T04:29:30.900Z Compiling slog v2.7.0
17872024-12-21T04:29:30.954Z Compiling stable_deref_trait v1.2.0
17882024-12-21T04:29:31.718Z Compiling futures-channel v0.3.31
17892024-12-21T04:29:31.881Z Compiling zerofrom v0.1.4
17902024-12-21T04:29:32.146Z Compiling scroll_derive v0.12.0
17912024-12-21T04:29:32.170Z Compiling futures-task v0.3.31
17922024-12-21T04:29:32.211Z Compiling ucd-trie v0.1.7
17932024-12-21T04:29:32.215Z Compiling futures-io v0.3.31
17942024-12-21T04:29:32.269Z Compiling pin-utils v0.1.0
17952024-12-21T04:29:32.441Z Compiling openssl v0.10.66
17962024-12-21T04:29:32.635Z Compiling pest v2.7.14
17972024-12-21T04:29:32.783Z Compiling futures-util v0.3.31
17982024-12-21T04:29:32.839Z Compiling yoke v0.7.4
17992024-12-21T04:29:33.253Z Compiling hmac v0.12.1
18002024-12-21T04:29:33.304Z Compiling tinyvec_macros v0.1.1
18012024-12-21T04:29:33.519Z Compiling iana-time-zone v0.1.61
18022024-12-21T04:29:33.821Z Compiling tinyvec v1.8.0
18032024-12-21T04:29:33.879Z Compiling bitflags v2.6.0
18042024-12-21T04:29:33.915Z Compiling bytes v1.8.0
18052024-12-21T04:29:35.640Z Compiling indexmap v2.6.0
18062024-12-21T04:29:35.838Z Compiling serde_tokenstream v0.2.2
18072024-12-21T04:29:36.321Z Compiling tokio v1.40.0
18082024-12-21T04:29:37.249Z Compiling http v1.1.0
18092024-12-21T04:29:37.421Z Compiling rustc_version v0.4.1
18102024-12-21T04:29:38.171Z Compiling uuid v1.11.0
18112024-12-21T04:29:39.045Z Compiling which v4.4.2
18122024-12-21T04:29:39.782Z Compiling pest_meta v2.7.14
18132024-12-21T04:29:40.370Z Compiling chrono v0.4.38
18142024-12-21T04:29:42.474Z Compiling zerovec v0.10.4
18152024-12-21T04:29:44.579Z Compiling block-padding v0.3.3
18162024-12-21T04:29:44.692Z Compiling openssl-macros v0.1.1
18172024-12-21T04:29:44.872Z Compiling syn v1.0.109
18182024-12-21T04:29:45.523Z Compiling native-tls v0.2.12
18192024-12-21T04:29:45.681Z Compiling rustls v0.23.19
18202024-12-21T04:29:46.015Z Compiling inout v0.1.3
18212024-12-21T04:29:46.081Z Compiling pest_generator v2.7.14
18222024-12-21T04:29:46.402Z Compiling unicode-normalization v0.1.24
18232024-12-21T04:29:46.862Z Compiling tinystr v0.7.6
18242024-12-21T04:29:47.552Z Compiling cipher v0.4.4
18252024-12-21T04:29:47.993Z Compiling pest_derive v2.7.14
18262024-12-21T04:29:48.692Z Compiling sha2 v0.10.8
18272024-12-21T04:29:49.034Z Compiling async-trait v0.1.83
18282024-12-21T04:29:49.522Z Compiling usdt-impl v0.5.0
18292024-12-21T04:29:49.970Z Compiling cookie v0.18.1
18302024-12-21T04:29:50.370Z Compiling unicode-bidi v0.3.17
18312024-12-21T04:29:50.880Z Compiling litemap v0.7.3
18322024-12-21T04:29:51.341Z Compiling base64ct v1.6.0
18332024-12-21T04:29:51.730Z Compiling writeable v0.5.5
18342024-12-21T04:29:52.660Z Compiling dyn-clone v1.0.17
18352024-12-21T04:29:52.956Z Compiling icu_locid v1.5.0
18362024-12-21T04:29:54.520Z Compiling aws-lc-sys v0.22.0
18372024-12-21T04:29:55.330Z Compiling pem-rfc7468 v0.7.0
18382024-12-21T04:29:56.668Z Compiling scroll v0.12.0
18392024-12-21T04:29:57.257Z Compiling ppv-lite86 v0.2.20
18402024-12-21T04:29:58.166Z Compiling tracing-core v0.1.32
18412024-12-21T04:30:00.558Z Compiling camino v1.1.9
18422024-12-21T04:30:01.110Z Compiling percent-encoding v2.3.1
18432024-12-21T04:30:01.562Z Compiling flagset v0.4.6
18442024-12-21T04:30:01.709Z Compiling untrusted v0.7.1
18452024-12-21T04:30:01.790Z Compiling plain v0.2.3
18462024-12-21T04:30:01.900Z Compiling rustls-pki-types v1.10.0
18472024-12-21T04:30:01.959Z Compiling goblin v0.8.2
18482024-12-21T04:30:02.574Z Compiling der v0.7.9
18492024-12-21T04:30:02.910Z Compiling tracing v0.1.40
18502024-12-21T04:30:03.718Z Compiling rand_chacha v0.3.1
18512024-12-21T04:30:04.650Z Compiling icu_provider v1.5.0
18522024-12-21T04:30:05.010Z Compiling tokio-util v0.7.12
18532024-12-21T04:30:05.956Z Compiling mirai-annotations v1.12.0
18542024-12-21T04:30:06.143Z Compiling pretty-hex v0.4.1
18552024-12-21T04:30:06.198Z Compiling rustls v0.22.4
18562024-12-21T04:30:06.485Z Compiling icu_locid_transform_data v1.5.0
18572024-12-21T04:30:06.523Z Compiling powerfmt v0.2.0
18582024-12-21T04:30:06.546Z Compiling rayon-core v1.12.1
18592024-12-21T04:30:07.099Z Compiling untrusted v0.9.0
18602024-12-21T04:30:07.148Z Compiling icu_locid_transform v1.5.0
18612024-12-21T04:30:07.183Z Compiling deranged v0.3.11
18622024-12-21T04:30:08.335Z Compiling dof v0.3.0
18632024-12-21T04:30:09.865Z Compiling spki v0.7.3
18642024-12-21T04:30:10.291Z Compiling rand v0.8.5
18652024-12-21T04:30:10.810Z Compiling dtrace-parser v0.2.0
18662024-12-21T04:30:10.967Z Compiling salsa20 v0.10.2
18672024-12-21T04:30:11.223Z Compiling icu_collections v1.5.0
18682024-12-21T04:30:12.664Z Compiling pbkdf2 v0.12.2
18692024-12-21T04:30:13.259Z Compiling bzip2-sys v0.1.11+1.0.8
18702024-12-21T04:30:13.359Z Compiling thread-id v4.2.2
18712024-12-21T04:30:13.527Z Compiling icu_properties_data v1.5.0
18722024-12-21T04:30:14.262Z Compiling num_threads v0.1.7
18732024-12-21T04:30:14.489Z Compiling atomic-waker v1.1.2
18742024-12-21T04:30:15.073Z Compiling time v0.3.36
18752024-12-21T04:30:15.211Z Compiling icu_properties v1.5.1
18762024-12-21T04:30:18.548Z Compiling scrypt v0.11.0
18772024-12-21T04:30:19.016Z Compiling form_urlencoded v1.2.1
18782024-12-21T04:30:19.710Z Compiling aes v0.8.4
18792024-12-21T04:30:19.778Z Compiling cbc v0.1.2
18802024-12-21T04:30:19.880Z Compiling http-body v1.0.1
18812024-12-21T04:30:20.337Z Compiling multer v3.1.0
18822024-12-21T04:30:20.493Z Compiling icu_normalizer_data v1.5.0
18832024-12-21T04:30:20.632Z Compiling write16 v1.0.0
18842024-12-21T04:30:20.773Z Compiling utf8_iter v1.0.4
18852024-12-21T04:30:20.853Z Compiling utf16_iter v1.0.5
18862024-12-21T04:30:21.449Z Compiling slog-async v2.8.0
18872024-12-21T04:30:21.487Z Compiling try-lock v0.2.5
18882024-12-21T04:30:21.719Z Compiling want v0.3.1
18892024-12-21T04:30:21.747Z Compiling icu_normalizer v1.5.0
18902024-12-21T04:30:22.089Z Compiling pkcs5 v0.7.1
18912024-12-21T04:30:27.216Z Compiling h2 v0.4.6
18922024-12-21T04:30:29.562Z Compiling heapless v0.7.17
18932024-12-21T04:30:29.921Z Compiling zerocopy-derive v0.6.6
18942024-12-21T04:30:30.209Z Compiling anyhow v1.0.93
18952024-12-21T04:30:30.580Z Compiling signal-hook v0.3.17
18962024-12-21T04:30:30.944Z Compiling httpdate v1.0.3
18972024-12-21T04:30:30.973Z Compiling num-bigint-dig v0.8.4
18982024-12-21T04:30:31.585Z Compiling base64 v0.22.1
18992024-12-21T04:30:32.828Z Compiling idna_adapter v1.2.0
19002024-12-21T04:30:33.079Z Compiling pkcs8 v0.10.2
19012024-12-21T04:30:33.859Z Compiling usdt-macro v0.5.0
19022024-12-21T04:30:34.295Z Compiling usdt-attr-macro v0.5.0
19032024-12-21T04:30:35.610Z Compiling hyper v1.5.2
19042024-12-21T04:30:35.791Z Compiling async-stream-impl v0.3.6
19052024-12-21T04:30:35.815Z Compiling rustversion v1.0.17
19062024-12-21T04:30:36.432Z Compiling tower-service v0.3.3
19072024-12-21T04:30:36.602Z Compiling strsim v0.11.1
19082024-12-21T04:30:37.919Z Compiling idna v1.0.3
19092024-12-21T04:30:39.595Z Compiling hyper-util v0.1.10
19102024-12-21T04:30:44.311Z Compiling curve25519-dalek v4.1.3
19112024-12-21T04:30:44.778Z Compiling openapiv3 v2.0.0
19122024-12-21T04:30:44.860Z Compiling serde_spanned v0.6.8
19132024-12-21T04:30:45.230Z Compiling toml_datetime v0.6.8
19142024-12-21T04:30:45.800Z Compiling enum-as-inner v0.6.1
19152024-12-21T04:30:46.463Z Compiling dropshot v0.12.0
19162024-12-21T04:30:46.957Z Compiling smoltcp v0.9.1
19172024-12-21T04:30:47.244Z Compiling newtype-uuid v1.1.3
19182024-12-21T04:30:47.639Z Compiling portable-atomic v1.9.0
19192024-12-21T04:30:47.692Z Compiling foreign-types-shared v0.1.1
19202024-12-21T04:30:47.855Z Compiling match_cfg v0.1.0
19212024-12-21T04:30:48.162Z Compiling adler2 v2.0.0
19222024-12-21T04:30:48.523Z Compiling foreign-types v0.3.2
19232024-12-21T04:30:48.631Z Compiling miniz_oxide v0.8.0
19242024-12-21T04:30:48.713Z Compiling hostname v0.3.1
19252024-12-21T04:30:50.094Z Compiling url v2.5.3
19262024-12-21T04:30:57.938Z Compiling http-body-util v0.1.2
19272024-12-21T04:30:58.757Z Compiling clap_derive v4.5.18
19282024-12-21T04:30:58.786Z Compiling dirs-sys-next v0.1.2
19292024-12-21T04:30:59.341Z Compiling encoding_rs v0.8.34
19302024-12-21T04:31:01.767Z Compiling siphasher v0.3.11
19312024-12-21T04:31:02.351Z Compiling data-encoding v2.6.0
19322024-12-21T04:31:04.206Z Compiling mime v0.3.17
19332024-12-21T04:31:05.486Z Compiling dirs-next v2.0.0
19342024-12-21T04:31:11.078Z Compiling crossbeam-epoch v0.9.18
19352024-12-21T04:31:11.361Z Compiling serde_urlencoded v0.7.1
19362024-12-21T04:31:11.837Z Compiling hashbrown v0.14.5
19372024-12-21T04:31:11.936Z Compiling rustls-webpki v0.102.8
19382024-12-21T04:31:13.037Z Compiling rustls-pemfile v2.2.0
19392024-12-21T04:31:13.298Z Compiling hubpack_derive v0.1.1
19402024-12-21T04:31:13.552Z Compiling dropshot_endpoint v0.12.0
19412024-12-21T04:31:14.473Z Compiling sha1 v0.10.6
19422024-12-21T04:31:14.537Z Compiling signature v2.2.0
19432024-12-21T04:31:14.581Z Compiling curve25519-dalek-derive v0.1.1
19442024-12-21T04:31:14.848Z Compiling thread_local v1.1.8
19452024-12-21T04:31:14.880Z Compiling fs-err v2.11.0
19462024-12-21T04:31:15.368Z Compiling winnow v0.6.20
19472024-12-21T04:31:16.015Z Compiling ipnet v2.10.1
19482024-12-21T04:31:18.151Z Compiling unicode-properties v0.1.3
19492024-12-21T04:31:18.720Z Compiling anstyle v1.0.10
19502024-12-21T04:31:19.089Z Compiling utf8parse v0.2.2
19512024-12-21T04:31:19.112Z Compiling openssl-probe v0.1.5
19522024-12-21T04:31:19.262Z Compiling gimli v0.31.1
19532024-12-21T04:31:19.618Z Compiling anstyle-parse v0.2.5
19542024-12-21T04:31:19.957Z Compiling toml_edit v0.22.22
19552024-12-21T04:31:20.041Z Compiling stringprep v0.1.5
19562024-12-21T04:31:21.057Z Compiling regress v0.10.1
19572024-12-21T04:31:24.324Z Compiling addr2line v0.24.2
19582024-12-21T04:31:25.030Z Compiling crossbeam-deque v0.8.5
19592024-12-21T04:31:25.371Z Compiling term v0.7.0
19602024-12-21T04:31:25.811Z Compiling slog-json v2.6.1
19612024-12-21T04:31:26.787Z Compiling crossbeam-channel v0.5.13
19622024-12-21T04:31:27.593Z Compiling idna v0.3.0
19632024-12-21T04:31:28.243Z Compiling idna v0.4.0
19642024-12-21T04:31:29.324Z Compiling futures-executor v0.3.31
19652024-12-21T04:31:29.721Z Compiling num-integer v0.1.46
19662024-12-21T04:31:29.803Z Compiling md-5 v0.10.6
19672024-12-21T04:31:30.067Z Compiling ff v0.13.0
19682024-12-21T04:31:30.312Z Compiling hash32 v0.2.1
19692024-12-21T04:31:30.465Z Compiling memmap v0.7.0
19702024-12-21T04:31:30.712Z Compiling is-terminal v0.4.13
19712024-12-21T04:31:30.795Z Compiling object v0.36.5
19722024-12-21T04:31:30.854Z Compiling psl-types v2.0.11
19732024-12-21T04:31:30.981Z Compiling is_terminal_polyfill v1.70.1
19742024-12-21T04:31:31.089Z Compiling fallible-iterator v0.2.0
19752024-12-21T04:31:31.124Z Compiling linked-hash-map v0.5.6
19762024-12-21T04:31:31.471Z Compiling utf-8 v0.7.6
19772024-12-21T04:31:31.496Z Compiling take_mut v0.2.2
19782024-12-21T04:31:31.782Z Compiling quick-error v1.2.3
19792024-12-21T04:31:31.813Z Compiling rustc-demangle v0.1.24
19802024-12-21T04:31:31.891Z Compiling anstyle-query v1.1.1
19812024-12-21T04:31:31.933Z Compiling base16ct v0.2.0
19822024-12-21T04:31:32.045Z Compiling heck v0.4.1
19832024-12-21T04:31:32.215Z Compiling colorchoice v1.0.2
19842024-12-21T04:31:32.406Z Compiling anstream v0.6.15
19852024-12-21T04:31:32.493Z Compiling strum_macros v0.25.3
19862024-12-21T04:31:32.697Z Compiling sec1 v0.7.3
19872024-12-21T04:31:33.108Z Compiling resolv-conf v0.7.0
19882024-12-21T04:31:33.276Z Compiling publicsuffix v2.2.3
19892024-12-21T04:31:33.549Z Compiling postgres-protocol v0.6.7
19902024-12-21T04:31:33.802Z Compiling tungstenite v0.24.0
19912024-12-21T04:31:35.169Z Compiling lru-cache v0.1.2
19922024-12-21T04:31:35.707Z Compiling slog-term v2.9.1
19932024-12-21T04:31:35.777Z Compiling usdt v0.5.0
19942024-12-21T04:31:36.106Z Compiling group v0.13.0
19952024-12-21T04:31:36.239Z Compiling num-iter v0.1.45
19962024-12-21T04:31:36.356Z Compiling futures v0.3.31
19972024-12-21T04:31:36.485Z Compiling hickory-proto v0.24.1
19982024-12-21T04:31:36.788Z Compiling tokio-rustls v0.26.0
19992024-12-21T04:31:38.080Z Compiling tokio-rustls v0.25.0
20002024-12-21T04:31:38.248Z Compiling backtrace v0.3.74
20012024-12-21T04:31:38.837Z Compiling slog-bunyan v2.5.0
20022024-12-21T04:31:38.879Z Compiling typify-impl v0.2.0
20032024-12-21T04:31:39.058Z Compiling toml v0.8.19
20042024-12-21T04:31:39.114Z Compiling tokio-native-tls v0.3.1
20052024-12-21T04:31:39.443Z Compiling phf_shared v0.11.2
20062024-12-21T04:31:39.860Z Compiling async-stream v0.3.6
20072024-12-21T04:31:40.141Z Compiling waitgroup v0.1.2
20082024-12-21T04:31:40.364Z Compiling webpki-roots v0.26.6
20092024-12-21T04:31:40.591Z Compiling idna v0.5.0
20102024-12-21T04:31:40.667Z Compiling terminal_size v0.4.0
20112024-12-21T04:31:40.890Z Compiling serde_path_to_error v0.1.16
20122024-12-21T04:31:41.725Z Compiling hkdf v0.12.4
20132024-12-21T04:31:41.809Z Compiling crypto-bigint v0.5.5
20142024-12-21T04:31:41.954Z Compiling derive-where v1.2.7
20152024-12-21T04:31:42.070Z Compiling serde_repr v0.1.19
20162024-12-21T04:31:43.320Z Compiling hostname v0.4.0
20172024-12-21T04:31:43.558Z Compiling crc32fast v1.4.2
20182024-12-21T04:31:44.452Z Compiling unicode-width v0.1.14
20192024-12-21T04:31:44.472Z Compiling clap_lex v0.7.2
20202024-12-21T04:31:44.889Z Compiling winnow v0.5.40
20212024-12-21T04:31:45.011Z Compiling managed v0.8.0
20222024-12-21T04:31:45.099Z Compiling bitflags v1.3.2
20232024-12-21T04:31:45.475Z Compiling debug-ignore v1.0.5
20242024-12-21T04:31:46.880Z Compiling console v0.15.8
20252024-12-21T04:31:48.203Z Compiling elliptic-curve v0.13.8
20262024-12-21T04:31:48.730Z Compiling toml_edit v0.19.15
20272024-12-21T04:31:48.907Z Compiling clap_builder v4.5.21
20282024-12-21T04:31:48.952Z Compiling flate2 v1.0.34
20292024-12-21T04:31:49.939Z Compiling hickory-resolver v0.24.1
20302024-12-21T04:31:52.782Z Compiling typify-macro v0.2.0
20312024-12-21T04:31:54.235Z Compiling cookie_store v0.21.0
20322024-12-21T04:31:55.644Z Compiling hyper-rustls v0.27.3
20332024-12-21T04:31:56.520Z Compiling phf v0.11.2
20342024-12-21T04:31:56.696Z Compiling hyper-tls v0.6.0
20352024-12-21T04:31:57.108Z Compiling signal-hook-mio v0.2.4
20362024-12-21T04:31:57.271Z Compiling rayon v1.10.0
20372024-12-21T04:31:57.320Z Compiling bzip2 v0.4.4
20382024-12-21T04:31:57.717Z Compiling tokio-tungstenite v0.24.0
20392024-12-21T04:31:57.970Z Compiling postgres-types v0.2.8
20402024-12-21T04:31:58.801Z Compiling ed25519 v2.2.3
20412024-12-21T04:31:58.886Z Compiling hubpack v0.1.2
20422024-12-21T04:31:59.257Z Compiling phf_shared v0.10.0
20432024-12-21T04:31:59.406Z Compiling pkcs1 v0.7.5
20442024-12-21T04:31:59.671Z Compiling zerocopy v0.6.6
20452024-12-21T04:32:00.141Z Compiling tokio-stream v0.1.16
20462024-12-21T04:32:00.580Z Compiling serde-big-array v0.5.1
20472024-12-21T04:32:00.827Z Compiling rfc6979 v0.4.0
20482024-12-21T04:32:00.949Z Compiling float-cmp v0.9.0
20492024-12-21T04:32:01.173Z Compiling sync_wrapper v1.0.1
20502024-12-21T04:32:01.342Z Compiling bstr v1.10.0
20512024-12-21T04:32:01.473Z Compiling bit-vec v0.6.3
20522024-12-21T04:32:01.919Z Compiling new_debug_unreachable v1.0.6
20532024-12-21T04:32:01.981Z Compiling whoami v1.5.2
20542024-12-21T04:32:02.228Z Compiling precomputed-hash v0.1.1
20552024-12-21T04:32:02.412Z Compiling unicode-segmentation v1.12.0
20562024-12-21T04:32:02.542Z Compiling fixedbitset v0.4.2
20572024-12-21T04:32:02.600Z Compiling difflib v0.4.0
20582024-12-21T04:32:02.970Z Compiling unicode-width v0.2.0
20592024-12-21T04:32:03.150Z Compiling static_assertions v1.1.0
20602024-12-21T04:32:03.265Z Compiling normalize-line-endings v0.3.0
20612024-12-21T04:32:03.404Z Compiling number_prefix v0.4.0
20622024-12-21T04:32:03.511Z Compiling predicates-core v1.0.8
20632024-12-21T04:32:03.632Z Compiling indicatif v0.17.9
20642024-12-21T04:32:03.830Z Compiling predicates v3.1.2
20652024-12-21T04:32:03.850Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20662024-12-21T04:32:05.394Z Compiling similar v2.6.0
20672024-12-21T04:32:06.312Z Compiling petgraph v0.6.5
20682024-12-21T04:32:07.391Z Compiling tokio-postgres v0.7.12
20692024-12-21T04:32:07.446Z Compiling string_cache v0.8.7
20702024-12-21T04:32:07.868Z Compiling bit-set v0.5.3
20712024-12-21T04:32:08.465Z Compiling reqwest v0.12.9
20722024-12-21T04:32:09.572Z Compiling qorb v0.2.1
20732024-12-21T04:32:09.801Z Compiling ecdsa v0.16.9
20742024-12-21T04:32:10.646Z Compiling rsa v0.9.6
20752024-12-21T04:32:10.998Z Compiling ed25519-dalek v2.1.1
20762024-12-21T04:32:11.550Z Compiling zip v0.6.6
20772024-12-21T04:32:12.054Z Compiling crossterm v0.28.1
20782024-12-21T04:32:12.328Z Compiling clap v4.5.21
20792024-12-21T04:32:12.479Z Compiling toml v0.7.8
20802024-12-21T04:32:15.205Z Compiling x509-cert v0.2.5
20812024-12-21T04:32:15.667Z Compiling hex v0.4.3
20822024-12-21T04:32:17.547Z Compiling itertools v0.10.5
20832024-12-21T04:32:20.286Z Compiling lalrpop-util v0.19.12
20842024-12-21T04:32:20.649Z Compiling peg-runtime v0.8.3
20852024-12-21T04:32:21.108Z Compiling unicode-xid v0.2.6
20862024-12-21T04:32:21.458Z Compiling radium v0.7.0
20872024-12-21T04:32:21.947Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20882024-12-21T04:32:37.832Z Compiling ident_case v1.0.1
20892024-12-21T04:32:37.871Z Compiling maybe-uninit v2.0.0
20902024-12-21T04:32:38.513Z Compiling tap v1.0.1
20912024-12-21T04:32:38.716Z Compiling wyz v0.5.1
20922024-12-21T04:32:43.275Z Compiling darling_core v0.20.10
20932024-12-21T04:32:51.099Z Compiling typify v0.2.0
20942024-12-21T04:32:54.931Z Compiling unsafe-libyaml v0.2.11
20952024-12-21T04:32:55.638Z Compiling funty v2.0.0
20962024-12-21T04:32:55.718Z Compiling packed_struct v0.10.1
20972024-12-21T04:32:56.225Z Compiling serde_yaml v0.9.34+deprecated
20982024-12-21T04:32:58.072Z Compiling bitvec v1.0.1
20992024-12-21T04:33:00.915Z Compiling progenitor-impl v0.8.0
21002024-12-21T04:33:02.080Z Compiling darling_macro v0.20.10
21012024-12-21T04:33:04.339Z Compiling ipnetwork v0.20.0
21022024-12-21T04:33:06.056Z Compiling packed_struct_codegen v0.10.1
21032024-12-21T04:33:07.876Z Compiling structmeta-derive v0.3.0
21042024-12-21T04:33:07.878Z Compiling indexmap v1.9.3
21052024-12-21T04:33:08.205Z Compiling crc-catalog v2.4.0
21062024-12-21T04:33:08.497Z Compiling nodrop v0.1.14
21072024-12-21T04:33:08.577Z Compiling fastrand v2.1.1
21082024-12-21T04:33:09.260Z Compiling tempfile v3.13.0
21092024-12-21T04:33:10.474Z Compiling structmeta v0.3.0
21102024-12-21T04:33:10.939Z Compiling array-init v0.0.4
21112024-12-21T04:33:11.944Z Compiling crc v3.2.1
21122024-12-21T04:33:12.290Z Compiling progenitor-macro v0.8.0
21132024-12-21T04:33:12.526Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21142024-12-21T04:33:16.738Z Compiling smallvec v0.6.14
21152024-12-21T04:33:17.264Z Compiling darling v0.20.10
21162024-12-21T04:33:24.544Z Compiling progenitor-client v0.8.0
21172024-12-21T04:33:25.907Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
21182024-12-21T04:33:26.909Z Compiling pin-project-internal v1.1.6
21192024-12-21T04:33:27.052Z Compiling dropshot v0.13.0
21202024-12-21T04:33:28.093Z Compiling hashbrown v0.12.3
21212024-12-21T04:33:29.483Z Compiling same-file v1.0.6
21222024-12-21T04:33:29.770Z Compiling base64 v0.21.7
21232024-12-21T04:33:29.855Z Compiling termcolor v1.4.1
21242024-12-21T04:33:30.801Z Compiling bitfield v0.14.0
21252024-12-21T04:33:31.129Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21262024-12-21T04:33:34.963Z Compiling env_logger v0.10.2
21272024-12-21T04:33:38.074Z Compiling ron v0.8.1
21282024-12-21T04:33:40.234Z Compiling pin-project v1.1.6
21292024-12-21T04:33:40.391Z Compiling walkdir v2.5.0
21302024-12-21T04:33:44.711Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
21312024-12-21T04:33:46.261Z Compiling progenitor v0.8.0
21322024-12-21T04:33:47.191Z Compiling serde_with_macros v3.11.0
21332024-12-21T04:33:47.476Z Compiling serde-hex v0.1.0
21342024-12-21T04:33:47.564Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21352024-12-21T04:33:47.909Z Compiling parse-display-derive v0.10.0
21362024-12-21T04:33:51.875Z Compiling strum_macros v0.26.4
21372024-12-21T04:33:52.947Z Compiling hashbrown v0.13.2
21382024-12-21T04:33:53.431Z Compiling xattr v1.3.1
21392024-12-21T04:33:53.770Z Compiling dropshot_endpoint v0.13.0
21402024-12-21T04:33:54.330Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21412024-12-21T04:33:55.074Z Compiling snafu-derive v0.8.5
21422024-12-21T04:33:55.389Z Compiling ring v0.16.20
21432024-12-21T04:33:56.419Z Compiling blake3 v1.5.4
21442024-12-21T04:33:56.462Z Compiling filetime v0.2.25
21452024-12-21T04:33:56.736Z Compiling instant v0.1.13
21462024-12-21T04:33:56.813Z Compiling bumpalo v3.16.0
21472024-12-21T04:33:57.045Z Compiling buf-list v1.0.3
21482024-12-21T04:33:57.444Z Compiling crc-any v2.5.0
21492024-12-21T04:33:57.622Z Compiling lockfree-object-pool v0.1.6
21502024-12-21T04:33:58.022Z Compiling zip v2.1.3
21512024-12-21T04:33:58.156Z Compiling simd-adler32 v0.3.7
21522024-12-21T04:33:58.362Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21532024-12-21T04:33:58.497Z Compiling zopfli v0.8.1
21542024-12-21T04:33:59.120Z Compiling backoff v0.4.0
21552024-12-21T04:33:59.326Z Compiling tar v0.4.42
21562024-12-21T04:33:59.511Z Compiling strum v0.26.3
21572024-12-21T04:33:59.925Z Compiling snafu v0.8.5
21582024-12-21T04:34:01.251Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21592024-12-21T04:34:01.491Z Compiling object v0.30.4
21602024-12-21T04:34:02.734Z Compiling parse-display v0.10.0
21612024-12-21T04:34:04.601Z Compiling serde_with v3.11.0
21622024-12-21T04:34:04.661Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21632024-12-21T04:34:05.075Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21642024-12-21T04:34:05.576Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21652024-12-21T04:34:05.816Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21662024-12-21T04:34:06.222Z Compiling camino-tempfile v1.1.1
21672024-12-21T04:34:06.540Z Compiling globset v0.4.15
21682024-12-21T04:34:07.000Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21692024-12-21T04:34:07.211Z Compiling regress v0.9.1
21702024-12-21T04:34:09.073Z Compiling pem v3.0.4
21712024-12-21T04:34:10.526Z Compiling olpc-cjson v0.1.4
21722024-12-21T04:34:10.889Z Compiling serde_plain v1.0.2
21732024-12-21T04:34:11.423Z Compiling macaddr v1.0.1
21742024-12-21T04:34:12.071Z Compiling async-recursion v1.1.1
21752024-12-21T04:34:13.383Z Compiling memmap2 v0.9.5
21762024-12-21T04:34:13.613Z Compiling constant_time_eq v0.3.1
21772024-12-21T04:34:13.811Z Compiling arrayvec v0.7.6
21782024-12-21T04:34:13.982Z Compiling path-slash v0.1.5
21792024-12-21T04:34:14.146Z Compiling arrayref v0.3.9
21802024-12-21T04:34:14.236Z Compiling spin v0.5.2
21812024-12-21T04:34:14.266Z Compiling typed-path v0.9.3
21822024-12-21T04:34:14.971Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
21832024-12-21T04:34:15.903Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21842024-12-21T04:34:17.090Z Compiling tough v0.19.0
21852024-12-21T04:34:21.645Z Compiling itertools v0.13.0
21862024-12-21T04:34:21.803Z Compiling cargo-platform v0.1.8
21872024-12-21T04:34:22.033Z Compiling parse-size v1.1.0
21882024-12-21T04:34:22.359Z Compiling topological-sort v0.2.2
21892024-12-21T04:34:22.649Z Compiling omicron-zone-package v0.11.1
21902024-12-21T04:34:22.956Z Compiling cargo_metadata v0.18.1
21912024-12-21T04:34:24.523Z Compiling shell-words v1.1.0
21922024-12-21T04:34:29.554Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21932024-12-21T04:34:42.567Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
21942024-12-21T04:34:57.203Z Finished `release` profile [optimized] target(s) in 5m 54s
21952024-12-21T04:34:57.374Z Running `target/release/omicron-releng --output-dir /work`
21962024-12-21T04:34:57.425ZDec 21 04:34:56.414 DEBG changing working directory to /work/oxidecomputer/omicron
21972024-12-21T04:34:57.531ZDec 21 04:34:56.523 DEBG running: git rev-parse HEAD
21982024-12-21T04:34:57.538ZDec 21 04:34:56.529 DEBG process exited with exit status: 0 (6.839066ms)
21992024-12-21T04:34:57.538ZDec 21 04:34:56.530 INFO version: 12.0.0-0.ci+git9026ed2f3d4
22002024-12-21T04:34:57.583ZDec 21 04:34:56.575 INFO cloning helios to /work/oxidecomputer/helios
22012024-12-21T04:34:57.583ZDec 21 04:34:56.575 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
22022024-12-21T04:34:57.589ZCloning into '/work/oxidecomputer/helios'...
22032024-12-21T04:34:58.091ZDec 21 04:34:57.082 DEBG process exited with exit status: 0 (507.478817ms)
22042024-12-21T04:34:58.091ZDec 21 04:34:57.082 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
22052024-12-21T04:34:58.098Z# branch.oid 68aae52278cdbc7049c703b3b0eb76173cee9067
22062024-12-21T04:34:58.098Z# branch.head master
22072024-12-21T04:34:58.098Z# branch.upstream origin/master
22082024-12-21T04:34:58.098Z# branch.ab +0 -0
22092024-12-21T04:34:58.101ZDec 21 04:34:57.091 DEBG process exited with exit status: 0 (8.039765ms)
22102024-12-21T04:34:58.101ZDec 21 04:34:57.091 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
22112024-12-21T04:34:58.975ZDec 21 04:34:57.967 DEBG process exited with exit status: 0 (876.575991ms)
22122024-12-21T04:34:58.976ZDec 21 04:34:57.967 DEBG running: zfs list rpool/images/build/host
22132024-12-21T04:34:58.984ZNAME USED AVAIL REFER MOUNTPOINT
22142024-12-21T04:34:58.984Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
22152024-12-21T04:34:58.986ZDec 21 04:34:57.975 DEBG process exited with exit status: 0 (7.391686ms)
22162024-12-21T04:34:58.986ZDec 21 04:34:57.975 DEBG running: zfs list rpool/images/build/recovery
22172024-12-21T04:34:58.989ZNAME USED AVAIL REFER MOUNTPOINT
22182024-12-21T04:34:58.989Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
22192024-12-21T04:34:58.991ZDec 21 04:34:57.981 DEBG process exited with exit status: 0 (6.302039ms)
22202024-12-21T04:34:58.991ZDec 21 04:34:57.982 INFO [hubris-staging] running task
22212024-12-21T04:34:58.991ZDec 21 04:34:57.982 INFO [hubris-production] running task
22222024-12-21T04:34:58.991ZDec 21 04:34:57.982 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
22232024-12-21T04:34:58.994ZDec 21 04:34:57.986 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
22242024-12-21T04:34:59.062Z[ helios-setup] cd tools/helios-build && cargo build --quiet
22252024-12-21T04:34:59.471Z[ omicron-package] Blocking waiting for file lock on package cache
22262024-12-21T04:35:00.070Z[ omicron-package] Blocking waiting for file lock on package cache
22272024-12-21T04:35:00.340Z[ omicron-package] Blocking waiting for file lock on package cache
22282024-12-21T04:35:01.110ZDec 21 04:35:00.102 INFO [hubris-production] task succeeded (2.119285486s)
22292024-12-21T04:35:01.125Z[ omicron-package] Compiling zerocopy v0.8.10
22302024-12-21T04:35:01.127Z[ omicron-package] Compiling proc-macro-crate v1.3.1
22312024-12-21T04:35:01.127Z[ omicron-package] Compiling itertools v0.13.0
22322024-12-21T04:35:01.127Z[ omicron-package] Compiling zerocopy-derive v0.8.10
22332024-12-21T04:35:01.127Z[ omicron-package] Compiling heapless v0.8.0
22342024-12-21T04:35:01.127Z[ omicron-package] Compiling hash32 v0.3.1
22352024-12-21T04:35:01.127Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22362024-12-21T04:35:01.127Z[ omicron-package] Compiling smoltcp v0.11.0
22372024-12-21T04:35:02.513Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
22382024-12-21T04:35:02.624Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22392024-12-21T04:35:02.753Z[ omicron-package] Compiling cobs v0.2.3
22402024-12-21T04:35:03.143Z[ omicron-package] Compiling foreign-types-macros v0.2.3
22412024-12-21T04:35:03.372Z[ omicron-package] Compiling num_enum_derive v0.5.11
22422024-12-21T04:35:03.638Z[ omicron-package] Compiling postcard v1.0.10
22432024-12-21T04:35:03.969Z[ omicron-package] Compiling proc-macro-error v1.0.4
22442024-12-21T04:35:04.118Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22452024-12-21T04:35:04.963Z[ omicron-package] Compiling foreign-types-shared v0.3.1
22462024-12-21T04:35:05.213Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22472024-12-21T04:35:05.740Z[ omicron-package] Compiling foreign-types v0.5.0
22482024-12-21T04:35:06.185Z[ omicron-package] Compiling tabwriter v1.4.0
22492024-12-21T04:35:06.282Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22502024-12-21T04:35:06.790Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22512024-12-21T04:35:06.886Z[ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22522024-12-21T04:35:07.496Z[ omicron-package] Compiling cstr-argument v0.1.2
22532024-12-21T04:35:07.639Z[ omicron-package] Compiling num_enum v0.5.11
22542024-12-21T04:35:07.750Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22552024-12-21T04:35:08.108Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
22562024-12-21T04:35:08.230Z[ omicron-package] Compiling thiserror v2.0.3
22572024-12-21T04:35:08.252Z[ omicron-package] Compiling pretty-hex v0.2.1
22582024-12-21T04:35:08.608Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22592024-12-21T04:35:08.919Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22602024-12-21T04:35:09.023Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22612024-12-21T04:35:09.362Z[ omicron-package] Compiling colored v2.1.0
22622024-12-21T04:35:09.764Z[ omicron-package] Compiling thiserror-impl v2.0.3
22632024-12-21T04:35:10.380Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22642024-12-21T04:35:10.451Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
22652024-12-21T04:35:11.559Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
22662024-12-21T04:35:11.646Z[ omicron-package] Compiling num-derive v0.4.2
22672024-12-21T04:35:12.479Z[ omicron-package] Compiling sigpipe v0.1.3
22682024-12-21T04:35:12.867Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22692024-12-21T04:35:13.409Z[ omicron-package] Compiling libefi-sys v0.1.0
22702024-12-21T04:35:13.734Z[ omicron-package] Compiling zone v0.3.0
22712024-12-21T04:35:14.232Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22722024-12-21T04:35:14.528ZDec 21 04:35:13.521 INFO [hubris-staging] task succeeded (15.538548682s)
22732024-12-21T04:35:14.557Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
22742024-12-21T04:35:15.367Z[ omicron-package] Compiling smf v0.2.3
22752024-12-21T04:35:15.599Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
22762024-12-21T04:35:15.808Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
22772024-12-21T04:35:16.747Z[ omicron-package] Compiling bitfield-struct v0.6.2
22782024-12-21T04:35:18.901Z[ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22792024-12-21T04:35:18.969Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22802024-12-21T04:35:19.043Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22812024-12-21T04:35:19.164Z[ omicron-package] Compiling gethostname v0.5.0
22822024-12-21T04:35:19.256Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22832024-12-21T04:35:19.377Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
22842024-12-21T04:35:20.292Z[ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22852024-12-21T04:35:20.320Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22862024-12-21T04:35:22.773Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22872024-12-21T04:35:24.119Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22882024-12-21T04:35:25.670Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22892024-12-21T04:35:28.521Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22902024-12-21T04:35:29.197Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22912024-12-21T04:35:30.839Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
22922024-12-21T04:35:41.882Z[ helios-setup] Dec 21 04:35:40.879 INFO helios repository root is: /work/oxidecomputer/helios
22932024-12-21T04:35:41.885Z[ helios-setup] Dec 21 04:35:40.882 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
22942024-12-21T04:35:41.885Z[ helios-setup] Dec 21 04:35:40.882 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
22952024-12-21T04:35:41.889Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
22962024-12-21T04:35:42.809Z[ helios-setup] Dec 21 04:35:41.805 INFO clone ok!, project: pilot
22972024-12-21T04:35:42.811Z[ helios-setup] Dec 21 04:35:41.805 INFO project amd-host-image-builder: Project { github: Some("oxidecomputer/amd-host-image-builder"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: true, unless_env: Some("OXIDE_STAFF"), fixup: [Fixup { from_commit: "4eae23e8a86a6b5ae16e26283e9c0bee87cc2167", to_branch: "main" }] }, project: amd-host-image-builder
22982024-12-21T04:35:42.811Z[ helios-setup] Dec 21 04:35:41.805 INFO cloning git@github.com:oxidecomputer/amd-host-image-builder.git at "/work/oxidecomputer/helios/projects/amd-host-image-builder"..., project: amd-host-image-builder
22992024-12-21T04:35:42.815Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
23002024-12-21T04:35:43.758Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
23012024-12-21T04:35:43.764Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
23022024-12-21T04:35:48.932Z[ omicron-package] Finished `release` profile [optimized] target(s) in 49.93s
23032024-12-21T04:35:49.191Z[ omicron-package]
23042024-12-21T04:35:49.191Z[ omicron-package] real 50.154299376
23052024-12-21T04:35:49.193Z[ omicron-package] user 2:56.606015321
23062024-12-21T04:35:49.193Z[ omicron-package] sys 26.163153531
23072024-12-21T04:35:49.193Z[ omicron-package] trap 0.233353261
23082024-12-21T04:35:49.193Z[ omicron-package] tflt 0.573304498
23092024-12-21T04:35:49.193Z[ omicron-package] dflt 0.884664499
23102024-12-21T04:35:49.193Z[ omicron-package] kflt 0.000007070
23112024-12-21T04:35:49.193Z[ omicron-package] lock 6:08.908096918
23122024-12-21T04:35:49.193Z[ omicron-package] slp 10:10.332382285
23132024-12-21T04:35:49.193Z[ omicron-package] lat 1:38.740448342
23142024-12-21T04:35:49.193Z[ omicron-package] stop 1:00.940915499
23152024-12-21T04:35:49.193ZDec 21 04:35:48.190 INFO [omicron-package] process exited with exit status: 0 (50.204282511s)
23162024-12-21T04:35:49.193ZDec 21 04:35:48.190 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --image standard --machine gimlet --switch asic --rack-topology multi-sled
23172024-12-21T04:35:49.264ZDec 21 04:35:48.262 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
23182024-12-21T04:35:49.276Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
23192024-12-21T04:35:49.280Z[ host-target] Created new build target 'host' and set it as active
23202024-12-21T04:35:49.280ZDec 21 04:35:48.277 INFO [host-target] process exited with exit status: 0 (86.696127ms)
23212024-12-21T04:35:49.283ZDec 21 04:35:48.277 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
23222024-12-21T04:35:49.287Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
23232024-12-21T04:35:49.289Z[ recovery-target] Created new build target 'recovery' and set it as active
23242024-12-21T04:35:49.293ZDec 21 04:35:48.289 INFO [recovery-target] process exited with exit status: 0 (26.107235ms)
23252024-12-21T04:35:49.297Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
23262024-12-21T04:35:49.311Z[ helios-setup] Submodule path 'amd-firmware': checked out '7a9b5f6729edd91286f20e794f130fd370ed2fbe'
23272024-12-21T04:35:49.320Z[ helios-setup] Dec 21 04:35:48.319 INFO clone ok!, project: amd-host-image-builder
23282024-12-21T04:35:49.323Z[ helios-setup] Dec 21 04:35:48.319 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
23292024-12-21T04:35:49.323Z[ helios-setup] Dec 21 04:35:48.319 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
23302024-12-21T04:35:49.323Z[ helios-setup] Dec 21 04:35:48.319 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
23312024-12-21T04:35:49.326Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
23322024-12-21T04:35:50.446Z[ host-package] Compiling convert_case v0.4.0
23332024-12-21T04:35:50.446Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23342024-12-21T04:35:50.446Z[ host-package] Compiling newline-converter v0.3.0
23352024-12-21T04:35:50.449Z[ host-package] Compiling password-hash v0.5.0
23362024-12-21T04:35:50.449Z[ host-package] Compiling blake2 v0.10.6
23372024-12-21T04:35:50.449Z[ host-package] Compiling atomicwrites v0.4.4
23382024-12-21T04:35:50.580Z[ host-package] Compiling progenitor-client v0.8.0
23392024-12-21T04:35:50.639Z[ host-package] Compiling owo-colors v4.1.0
23402024-12-21T04:35:50.777Z[ host-package] Compiling expectorate v1.1.0
23412024-12-21T04:35:50.985Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23422024-12-21T04:35:51.008Z[ host-package] Compiling cancel-safe-futures v0.1.5
23432024-12-21T04:35:51.143Z[ host-package] Compiling argon2 v0.5.3
23442024-12-21T04:35:51.209Z[ host-package] Compiling progenitor v0.8.0
23452024-12-21T04:35:51.290Z[ host-package] Compiling derive_more v0.99.18
23462024-12-21T04:35:51.333Z[ host-package] Compiling num-rational v0.4.2
23472024-12-21T04:35:51.391Z[ host-package] Compiling num-complex v0.4.6
23482024-12-21T04:35:51.799Z[ host-package] Compiling libsw v3.3.1
23492024-12-21T04:35:52.170Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23502024-12-21T04:35:52.193Z[ host-package] Compiling linear-map v1.2.0
23512024-12-21T04:35:52.684Z[ host-package] Compiling num v0.4.3
23522024-12-21T04:35:52.729Z[ host-package] Compiling float-ord v0.3.2
23532024-12-21T04:35:52.756Z[ host-package] Compiling swrite v0.1.0
23542024-12-21T04:35:52.813Z[ host-package] Compiling indent_write v2.2.0
23552024-12-21T04:35:52.846Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23562024-12-21T04:35:52.917Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23572024-12-21T04:35:52.942Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
23582024-12-21T04:35:53.082Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23592024-12-21T04:35:53.623Z[ host-package] Compiling highway v1.2.0
23602024-12-21T04:35:53.922Z[ host-package] Compiling semver v0.1.20
23612024-12-21T04:35:54.588Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23622024-12-21T04:35:54.830Z[ host-package] Compiling rustc_version v0.1.7
23632024-12-21T04:35:55.082Z[ host-package] Compiling tungstenite v0.21.0
23642024-12-21T04:35:55.271Z[ host-package] Compiling newtype_derive v0.1.6
23652024-12-21T04:35:55.599Z[ host-package] Compiling ipnetwork v0.20.0
23662024-12-21T04:35:56.494Z[ host-package] Compiling tokio-tungstenite v0.21.0
23672024-12-21T04:35:57.103Z[ helios-setup] Dec 21 04:35:56.102 INFO clone ok!, project: amd-firmware
23682024-12-21T04:35:57.105Z[ helios-setup] Dec 21 04:35:56.103 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
23692024-12-21T04:35:57.105Z[ helios-setup] Dec 21 04:35:56.103 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
23702024-12-21T04:35:57.109Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
23712024-12-21T04:35:57.218Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
23722024-12-21T04:35:57.982Z[ helios-setup] Dec 21 04:35:56.981 INFO clone ok!, project: image-builder
23732024-12-21T04:35:57.985Z[ helios-setup] Dec 21 04:35:56.981 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
23742024-12-21T04:35:57.985Z[ helios-setup] Dec 21 04:35:56.982 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
23752024-12-21T04:35:57.990Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
23762024-12-21T04:35:58.050Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23772024-12-21T04:35:58.467Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23782024-12-21T04:35:58.608Z[ helios-setup] Dec 21 04:35:57.608 INFO clone ok!, project: pinprick
23792024-12-21T04:35:58.611Z[ helios-setup] Dec 21 04:35:57.608 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
23802024-12-21T04:35:58.611Z[ helios-setup] Dec 21 04:35:57.608 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
23812024-12-21T04:35:58.611Z[ helios-setup] Dec 21 04:35:57.608 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
23822024-12-21T04:35:58.614Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
23832024-12-21T04:35:59.361Z[ helios-setup] Dec 21 04:35:58.361 INFO clone ok!, project: bootserver
23842024-12-21T04:35:59.365Z[ helios-setup] Dec 21 04:35:58.361 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
23852024-12-21T04:35:59.365Z[ helios-setup] Dec 21 04:35:58.361 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
23862024-12-21T04:35:59.365Z[ helios-setup] Dec 21 04:35:58.361 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
23872024-12-21T04:35:59.368Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
23882024-12-21T04:36:00.506Z[ helios-setup] Dec 21 04:35:59.505 INFO clone ok!, project: chelsio-t6-roms
23892024-12-21T04:36:00.510Z[ helios-setup] Dec 21 04:35:59.505 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
23902024-12-21T04:36:00.510Z[ helios-setup] Dec 21 04:35:59.505 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
23912024-12-21T04:36:00.512Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
23922024-12-21T04:36:00.791Z[ host-package] Compiling humantime v2.1.0
23932024-12-21T04:36:01.265Z[ helios-setup] Dec 21 04:36:00.265 INFO clone ok!, project: phbl
23942024-12-21T04:36:01.268Z[ helios-setup] Dec 21 04:36:00.266 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
23952024-12-21T04:36:01.599Z[ host-package] Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
23962024-12-21T04:36:01.732Z[ host-package] Compiling dropshot v0.13.0
23972024-12-21T04:36:01.837Z[ host-package] Compiling instant v0.1.13
23982024-12-21T04:36:02.077Z[ host-package] Compiling backoff v0.4.0
23992024-12-21T04:36:02.176Z[ helios-setup] Dec 21 04:36:01.176 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
24002024-12-21T04:36:02.502Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24012024-12-21T04:36:02.744Z[ helios-setup] Dec 21 04:36:01.744 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
24022024-12-21T04:36:02.748Z[ helios-setup] Dec 21 04:36:01.744 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
24032024-12-21T04:36:02.913Z[ host-package] Compiling steno v0.4.1
24042024-12-21T04:36:02.973Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
24052024-12-21T04:36:03.121Z[ host-package] Compiling parse-display v0.10.0
24062024-12-21T04:36:03.300Z[ helios-setup] Dec 21 04:36:02.301 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
24072024-12-21T04:36:03.807Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24082024-12-21T04:36:03.838Z[ helios-setup] Dec 21 04:36:02.839 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
24092024-12-21T04:36:03.850Z[ helios-setup] Dec 21 04:36:02.839 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
24102024-12-21T04:36:04.067Z[ host-package] Compiling strum v0.26.3
24112024-12-21T04:36:04.302Z[ host-package] Compiling serde_with v3.11.0
24122024-12-21T04:36:04.399Z[ helios-setup] Dec 21 04:36:03.398 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
24132024-12-21T04:36:04.923Z[ helios-setup] Dec 21 04:36:03.923 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
24142024-12-21T04:36:04.944Z[ helios-setup] Dec 21 04:36:03.923 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
24152024-12-21T04:36:04.945Z[ helios-setup] Dec 21 04:36:03.923 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
24162024-12-21T04:36:04.947Z[ helios-setup] Dec 21 04:36:03.923 INFO ok!
24172024-12-21T04:36:04.947Z[ helios-setup] Dec 21 04:36:03.923 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
24182024-12-21T04:36:04.947Z[ helios-setup] Dec 21 04:36:03.923 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
24192024-12-21T04:36:04.947Z[ helios-setup] Dec 21 04:36:03.923 INFO ok!
24202024-12-21T04:36:04.947Z[ helios-setup] Dec 21 04:36:03.923 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
24212024-12-21T04:36:04.947Z[ helios-setup] Dec 21 04:36:03.923 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
24222024-12-21T04:36:04.947Z[ helios-setup] Dec 21 04:36:03.923 INFO ok!
24232024-12-21T04:36:04.947Z[ helios-setup] Dec 21 04:36:03.923 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
24242024-12-21T04:36:04.947Z[ helios-setup] Dec 21 04:36:03.923 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
24252024-12-21T04:36:05.252Z[ helios-setup] Dec 21 04:36:04.251 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
24262024-12-21T04:36:06.471Z[ helios-setup] Dec 21 04:36:05.472 INFO E| From https://github.com/oxidecomputer/progenitor
24272024-12-21T04:36:06.471Z[ helios-setup] Dec 21 04:36:05.472 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
24282024-12-21T04:36:06.507Z[ helios-setup] Dec 21 04:36:05.507 INFO E| * [new tag] v0.1.1 -> v0.1.1
24292024-12-21T04:36:06.507Z[ helios-setup] Dec 21 04:36:05.508 INFO E| * [new tag] v0.2.0 -> v0.2.0
24302024-12-21T04:36:06.634Z[ helios-setup] Dec 21 04:36:05.634 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
24312024-12-21T04:36:07.185Z[ helios-setup] Dec 21 04:36:06.185 INFO E| From https://github.com/jclulow/hiercmd
24322024-12-21T04:36:07.185Z[ helios-setup] Dec 21 04:36:06.185 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
24332024-12-21T04:36:07.203Z[ helios-setup] Dec 21 04:36:06.203 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
24342024-12-21T04:36:07.767Z[ helios-setup] Dec 21 04:36:06.768 INFO E| From https://github.com/jclulow/network-interface
24352024-12-21T04:36:07.768Z[ helios-setup] Dec 21 04:36:06.768 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
24362024-12-21T04:36:07.803Z[ helios-setup] Dec 21 04:36:06.804 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
24372024-12-21T04:36:08.256Z[ helios-setup] Dec 21 04:36:07.257 INFO E| From https://github.com/oxidecomputer/boot-image-tools
24382024-12-21T04:36:08.256Z[ helios-setup] Dec 21 04:36:07.257 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
24392024-12-21T04:36:08.291Z[ helios-setup] Dec 21 04:36:07.292 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
24402024-12-21T04:36:08.430Z[ host-package] Compiling regress v0.9.1
24412024-12-21T04:36:08.900Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24422024-12-21T04:36:09.169Z[ helios-setup] Dec 21 04:36:08.170 INFO E| From https://github.com/oxidecomputer/facade
24432024-12-21T04:36:09.169Z[ helios-setup] Dec 21 04:36:08.170 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
24442024-12-21T04:36:09.215Z[ helios-setup] Dec 21 04:36:08.216 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
24452024-12-21T04:36:10.309Z[ helios-setup] Dec 21 04:36:09.310 INFO E| From https://github.com/oxidecomputer/dropshot
24462024-12-21T04:36:10.309Z[ helios-setup] Dec 21 04:36:09.310 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
24472024-12-21T04:36:10.345Z[ helios-setup] Dec 21 04:36:09.346 INFO E| * [new tag] v0.3.0 -> v0.3.0
24482024-12-21T04:36:10.345Z[ helios-setup] Dec 21 04:36:09.346 INFO E| * [new tag] v0.4.0 -> v0.4.0
24492024-12-21T04:36:10.348Z[ helios-setup] Dec 21 04:36:09.347 INFO E| * [new tag] v0.5.0 -> v0.5.0
24502024-12-21T04:36:10.348Z[ helios-setup] Dec 21 04:36:09.347 INFO E| * [new tag] v0.5.1 -> v0.5.1
24512024-12-21T04:36:10.348Z[ helios-setup] Dec 21 04:36:09.347 INFO E| * [new tag] v0.6.0 -> v0.6.0
24522024-12-21T04:36:10.348Z[ helios-setup] Dec 21 04:36:09.347 INFO E| * [new tag] v0.7.0 -> v0.7.0
24532024-12-21T04:36:10.348Z[ helios-setup] Dec 21 04:36:09.347 INFO E| * [new tag] v0.8.0 -> v0.8.0
24542024-12-21T04:36:10.348Z[ helios-setup] Dec 21 04:36:09.347 INFO E| * [new tag] v0.9.0 -> v0.9.0
24552024-12-21T04:36:10.395Z[ helios-setup] Dec 21 04:36:09.396 INFO E| Updating crates.io index
24562024-12-21T04:36:10.590Z[ helios-setup] Dec 21 04:36:09.591 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
24572024-12-21T04:36:11.461Z[ helios-setup] Dec 21 04:36:10.462 INFO E| From https://github.com/oxidecomputer/typify
24582024-12-21T04:36:11.461Z[ helios-setup] Dec 21 04:36:10.463 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
24592024-12-21T04:36:11.529Z[ host-package] Compiling macaddr v1.0.1
24602024-12-21T04:36:11.563Z[ helios-setup] Dec 21 04:36:10.559 INFO E| * [new tag] v0.0.10 -> v0.0.10
24612024-12-21T04:36:11.563Z[ helios-setup] Dec 21 04:36:10.559 INFO E| * [new tag] v0.0.11 -> v0.0.11
24622024-12-21T04:36:11.563Z[ helios-setup] Dec 21 04:36:10.559 INFO E| * [new tag] v0.0.4 -> v0.0.4
24632024-12-21T04:36:11.563Z[ helios-setup] Dec 21 04:36:10.559 INFO E| * [new tag] v0.0.5 -> v0.0.5
24642024-12-21T04:36:11.563Z[ helios-setup] Dec 21 04:36:10.559 INFO E| * [new tag] v0.0.7 -> v0.0.7
24652024-12-21T04:36:11.563Z[ helios-setup] Dec 21 04:36:10.559 INFO E| * [new tag] v0.0.8 -> v0.0.8
24662024-12-21T04:36:11.563Z[ helios-setup] Dec 21 04:36:10.559 INFO E| * [new tag] v0.0.9 -> v0.0.9
24672024-12-21T04:36:11.674Z[ host-package] Compiling slog-dtrace v0.3.0
24682024-12-21T04:36:11.928Z[ helios-setup] Dec 21 04:36:10.930 INFO E| Downloading crates ...
24692024-12-21T04:36:12.046Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24702024-12-21T04:36:12.134Z[ helios-setup] Dec 21 04:36:11.130 INFO E| Downloaded ahash v0.7.6
24712024-12-21T04:36:12.142Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
24722024-12-21T04:36:12.145Z[ helios-setup] Dec 21 04:36:11.144 INFO E| Downloaded semver-parser v0.10.2
24732024-12-21T04:36:12.154Z[ helios-setup] Dec 21 04:36:11.150 INFO E| Downloaded rhai_codegen v1.5.0
24742024-12-21T04:36:12.177Z[ helios-setup] Dec 21 04:36:11.179 INFO E| Downloaded serde_spanned v0.6.1
24752024-12-21T04:36:12.181Z[ helios-setup] Dec 21 04:36:11.180 INFO E| Downloaded anstream v0.2.6
24762024-12-21T04:36:12.183Z[ helios-setup] Dec 21 04:36:11.183 INFO E| Downloaded aho-corasick v0.7.20
24772024-12-21T04:36:12.188Z[ helios-setup] Dec 21 04:36:11.190 INFO E| Downloaded tower-service v0.3.2
24782024-12-21T04:36:12.192Z[ helios-setup] Dec 21 04:36:11.191 INFO E| Downloaded toolchain_find v0.2.0
24792024-12-21T04:36:12.195Z[ helios-setup] Dec 21 04:36:11.192 INFO E| Downloaded ahash v0.8.3
24802024-12-21T04:36:12.208Z[ helios-setup] Dec 21 04:36:11.209 INFO E| Downloaded semver v0.11.0
24812024-12-21T04:36:12.211Z[ helios-setup] Dec 21 04:36:11.213 INFO E| Downloaded futures-io v0.3.28
24822024-12-21T04:36:12.214Z[ helios-setup] Dec 21 04:36:11.214 INFO E| Downloaded futures-core v0.3.28
24832024-12-21T04:36:12.216Z[ helios-setup] Dec 21 04:36:11.217 INFO E| Downloaded slab v0.4.7
24842024-12-21T04:36:12.219Z[ helios-setup] Dec 21 04:36:11.220 INFO E| Downloaded toml_datetime v0.6.1
24852024-12-21T04:36:12.222Z[ helios-setup] Dec 21 04:36:11.222 INFO E| Downloaded terminal_size v0.2.6
24862024-12-21T04:36:12.224Z[ helios-setup] Dec 21 04:36:11.224 INFO E| Downloaded dyn-clone v1.0.11
24872024-12-21T04:36:12.227Z[ helios-setup] Dec 21 04:36:11.227 INFO E| Downloaded walkdir v2.3.3
24882024-12-21T04:36:12.229Z[ helios-setup] Dec 21 04:36:11.230 INFO E| Downloaded tokio-macros v2.0.0
24892024-12-21T04:36:12.231Z[ helios-setup] Dec 21 04:36:11.233 INFO E| Downloaded sha1 v0.10.5
24902024-12-21T04:36:12.234Z[ helios-setup] Dec 21 04:36:11.236 INFO E| Downloaded slog-bunyan v2.4.0
24912024-12-21T04:36:12.236Z[ helios-setup] Dec 21 04:36:11.237 INFO E| Downloaded futures-channel v0.3.28
24922024-12-21T04:36:12.250Z[ helios-setup] Dec 21 04:36:11.241 INFO E| Downloaded unicode-width v0.1.10
24932024-12-21T04:36:12.275Z[ helios-setup] Dec 21 04:36:11.276 INFO E| Downloaded utf8parse v0.2.1
24942024-12-21T04:36:12.277Z[ helios-setup] Dec 21 04:36:11.279 INFO E| Downloaded semver v1.0.17
24952024-12-21T04:36:12.280Z[ helios-setup] Dec 21 04:36:11.282 INFO E| Downloaded schemars_derive v0.8.12
24962024-12-21T04:36:12.284Z[ helios-setup] Dec 21 04:36:11.286 INFO E| Downloaded tokio-tungstenite v0.18.0
24972024-12-21T04:36:12.293Z[ helios-setup] Dec 21 04:36:11.289 INFO E| Downloaded tokio-rustls v0.24.0
24982024-12-21T04:36:12.296Z[ helios-setup] Dec 21 04:36:11.297 INFO E| Downloaded tempfile v3.5.0
24992024-12-21T04:36:12.299Z[ helios-setup] Dec 21 04:36:11.301 INFO E| Downloaded project-root v0.2.2
25002024-12-21T04:36:12.301Z[ helios-setup] Dec 21 04:36:11.302 INFO E| Downloaded autocfg v1.1.0
25012024-12-21T04:36:12.304Z[ helios-setup] Dec 21 04:36:11.304 INFO E| Downloaded byteorder v1.4.3
25022024-12-21T04:36:12.306Z[ helios-setup] Dec 21 04:36:11.307 INFO E| Downloaded want v0.3.0
25032024-12-21T04:36:12.309Z[ helios-setup] Dec 21 04:36:11.309 INFO E| Downloaded try-lock v0.2.4
25042024-12-21T04:36:12.309Z[ helios-setup] Dec 21 04:36:11.310 INFO E| Downloaded serde_derive v1.0.204
25052024-12-21T04:36:12.313Z[ helios-setup] Dec 21 04:36:11.315 INFO E| Downloaded tinyvec v1.6.0
25062024-12-21T04:36:12.320Z[ helios-setup] Dec 21 04:36:11.321 INFO E| Downloaded uuid v1.3.0
25072024-12-21T04:36:12.326Z[ helios-setup] Dec 21 04:36:11.328 INFO E| Downloaded serde_tokenstream v0.2.0
25082024-12-21T04:36:12.332Z[ helios-setup] Dec 21 04:36:11.334 INFO E| Downloaded tungstenite v0.18.0
25092024-12-21T04:36:12.338Z[ helios-setup] Dec 21 04:36:11.339 INFO E| Downloaded sha2 v0.10.6
25102024-12-21T04:36:12.341Z[ helios-setup] Dec 21 04:36:11.343 INFO E| Downloaded tracing-core v0.1.30
25112024-12-21T04:36:12.346Z[ helios-setup] Dec 21 04:36:11.347 INFO E| Downloaded url v2.3.1
25122024-12-21T04:36:12.382Z[ helios-setup] Dec 21 04:36:11.384 INFO E| Downloaded tracing v0.1.37
25132024-12-21T04:36:12.390Z[ helios-setup] Dec 21 04:36:11.392 INFO E| Downloaded unicode-linebreak v0.1.4
25142024-12-21T04:36:12.394Z[ helios-setup] Dec 21 04:36:11.395 INFO E| Downloaded parking_lot_core v0.9.6
25152024-12-21T04:36:12.398Z[ helios-setup] Dec 21 04:36:11.400 INFO E| Downloaded toml_edit v0.19.8
25162024-12-21T04:36:12.428Z[ helios-setup] Dec 21 04:36:11.429 INFO E| Downloaded unicode-bidi v0.3.13
25172024-12-21T04:36:12.431Z[ helios-setup] Dec 21 04:36:11.432 INFO E| Downloaded serde v1.0.204
25182024-12-21T04:36:12.435Z[ helios-setup] Dec 21 04:36:11.437 INFO E| Downloaded parking_lot v0.12.1
25192024-12-21T04:36:12.439Z[ helios-setup] Dec 21 04:36:11.441 INFO E| Downloaded camino v1.1.4
25202024-12-21T04:36:12.442Z[ helios-setup] Dec 21 04:36:11.444 INFO E| Downloaded memchr v2.5.0
25212024-12-21T04:36:12.449Z[ helios-setup] Dec 21 04:36:11.451 INFO E| Downloaded winnow v0.4.1
25222024-12-21T04:36:12.462Z[ helios-setup] Dec 21 04:36:11.463 INFO E| Downloaded reqwest v0.11.16
25232024-12-21T04:36:12.474Z[ helios-setup] Dec 21 04:36:11.476 INFO E| Downloaded proc-macro2 v1.0.86
25242024-12-21T04:36:12.478Z[ helios-setup] Dec 21 04:36:11.480 INFO E| Downloaded cc v1.0.78
25252024-12-21T04:36:12.487Z[ helios-setup] Dec 21 04:36:11.484 INFO E| Downloaded unicode-normalization v0.1.22
25262024-12-21T04:36:12.489Z[ helios-setup] Dec 21 04:36:11.490 INFO E| Downloaded rustls v0.21.0
25272024-12-21T04:36:12.506Z[ helios-setup] Dec 21 04:36:11.508 INFO E| Downloaded mio v0.8.5
25282024-12-21T04:36:12.514Z[ helios-setup] Dec 21 04:36:11.516 INFO E| Downloaded rayon-core v1.10.2
25292024-12-21T04:36:12.520Z[ helios-setup] Dec 21 04:36:11.521 INFO E| Downloaded syn v1.0.107
25302024-12-21T04:36:12.538Z[ helios-setup] Dec 21 04:36:11.539 INFO E| Downloaded regress v0.5.0
25312024-12-21T04:36:12.547Z[ helios-setup] Dec 21 04:36:11.548 INFO E| Downloaded syn v2.0.72
25322024-12-21T04:36:12.574Z[ helios-setup] Dec 21 04:36:11.565 INFO E| Downloaded rustix v0.37.3
25332024-12-21T04:36:12.592Z[ helios-setup] Dec 21 04:36:11.594 INFO E| Downloaded clap_builder v4.2.1
25342024-12-21T04:36:12.595Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25352024-12-21T04:36:12.604Z[ helios-setup] Dec 21 04:36:11.606 INFO E| Downloaded rhai v1.14.0
25362024-12-21T04:36:12.622Z[ helios-setup] Dec 21 04:36:11.623 INFO E| Downloaded rayon v1.6.1
25372024-12-21T04:36:12.634Z[ helios-setup] Dec 21 04:36:11.635 INFO E| Downloaded h2 v0.3.16
25382024-12-21T04:36:12.642Z[ helios-setup] Dec 21 04:36:11.643 INFO E| Downloaded chrono v0.4.24
25392024-12-21T04:36:12.653Z[ helios-setup] Dec 21 04:36:11.654 INFO E| Downloaded hyper v0.14.25
25402024-12-21T04:36:12.666Z[ helios-setup] Dec 21 04:36:11.668 INFO E| Downloaded git2 v0.16.1
25412024-12-21T04:36:12.681Z[ helios-setup] Dec 21 04:36:11.682 INFO E| Downloaded regex v1.7.3
25422024-12-21T04:36:12.695Z[ helios-setup] Dec 21 04:36:11.696 INFO E| Downloaded pest v2.5.7
25432024-12-21T04:36:12.703Z[ helios-setup] Dec 21 04:36:11.703 INFO E| Downloaded crossbeam-channel v0.5.6
25442024-12-21T04:36:12.709Z[ helios-setup] Dec 21 04:36:11.710 INFO E| Downloaded http v0.2.9
25452024-12-21T04:36:12.715Z[ helios-setup] Dec 21 04:36:11.716 INFO E| Downloaded serde_json v1.0.95
25462024-12-21T04:36:12.727Z[ helios-setup] Dec 21 04:36:11.729 INFO E| Downloaded httparse v1.8.0
25472024-12-21T04:36:12.731Z[ helios-setup] Dec 21 04:36:11.732 INFO E| Downloaded base64 v0.21.0
25482024-12-21T04:36:12.736Z[ helios-setup] Dec 21 04:36:11.738 INFO E| Downloaded getrandom v0.2.8
25492024-12-21T04:36:12.740Z[ helios-setup] Dec 21 04:36:11.742 INFO E| Downloaded crossbeam-utils v0.8.14
25502024-12-21T04:36:12.744Z[ helios-setup] Dec 21 04:36:11.746 INFO E| Downloaded openapiv3 v1.0.2
25512024-12-21T04:36:12.766Z[ helios-setup] Dec 21 04:36:11.767 INFO E| Downloaded crossbeam-epoch v0.9.13
25522024-12-21T04:36:12.770Z[ helios-setup] Dec 21 04:36:11.772 INFO E| Downloaded clap v4.2.1
25532024-12-21T04:36:12.785Z[ helios-setup] Dec 21 04:36:11.786 INFO E| Downloaded tokio v1.27.0
25542024-12-21T04:36:12.839Z[ helios-setup] Dec 21 04:36:11.839 INFO E| Downloaded miniz_oxide v0.6.2
25552024-12-21T04:36:12.842Z[ helios-setup] Dec 21 04:36:11.843 INFO E| Downloaded log v0.4.17
25562024-12-21T04:36:12.844Z[ helios-setup] Dec 21 04:36:11.846 INFO E| Downloaded rustls-webpki v0.100.1
25572024-12-21T04:36:12.853Z[ helios-setup] Dec 21 04:36:11.854 INFO E| Downloaded quote v1.0.36
25582024-12-21T04:36:12.857Z[ helios-setup] Dec 21 04:36:11.858 INFO E| Downloaded pin-project-lite v0.2.9
25592024-12-21T04:36:12.864Z[ helios-setup] Dec 21 04:36:11.864 INFO E| Downloaded num-traits v0.2.15
25602024-12-21T04:36:12.867Z[ helios-setup] Dec 21 04:36:11.868 INFO E| Downloaded lock_api v0.4.9
25612024-12-21T04:36:12.869Z[ helios-setup] Dec 21 04:36:11.871 INFO E| Downloaded ipnet v2.7.2
25622024-12-21T04:36:12.871Z[ helios-setup] Dec 21 04:36:11.873 INFO E| Downloaded io-lifetimes v1.0.10
25632024-12-21T04:36:12.874Z[ helios-setup] Dec 21 04:36:11.876 INFO E| Downloaded cargo-lock v8.0.3
25642024-12-21T04:36:12.878Z[ helios-setup] Dec 21 04:36:11.880 INFO E| Downloaded anyhow v1.0.68
25652024-12-21T04:36:12.883Z[ helios-setup] Dec 21 04:36:11.885 INFO E| Downloaded tokio-util v0.7.7
25662024-12-21T04:36:12.891Z[ helios-setup] Dec 21 04:36:11.893 INFO E| Downloaded once_cell v1.17.0
25672024-12-21T04:36:12.895Z[ helios-setup] Dec 21 04:36:11.896 INFO E| Downloaded clap_derive v4.2.0
25682024-12-21T04:36:12.898Z[ helios-setup] Dec 21 04:36:11.899 INFO E| Downloaded anstyle-parse v0.1.1
25692024-12-21T04:36:12.900Z[ helios-setup] Dec 21 04:36:11.902 INFO E| Downloaded toml v0.5.11
25702024-12-21T04:36:12.903Z[ helios-setup] Dec 21 04:36:11.905 INFO E| Downloaded serde_yaml v0.9.21
25712024-12-21T04:36:12.908Z[ helios-setup] Dec 21 04:36:11.910 INFO E| Downloaded ryu v1.0.13
25722024-12-21T04:36:12.913Z[ helios-setup] Dec 21 04:36:11.915 INFO E| Downloaded libc v0.2.139
25732024-12-21T04:36:12.953Z[ helios-setup] Dec 21 04:36:11.955 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
25742024-12-21T04:36:12.957Z[ helios-setup] Dec 21 04:36:11.958 INFO E| Downloaded proc-macro-crate v1.2.1
25752024-12-21T04:36:12.959Z[ helios-setup] Dec 21 04:36:11.960 INFO E| Downloaded ppv-lite86 v0.2.17
25762024-12-21T04:36:12.962Z[ helios-setup] Dec 21 04:36:11.962 INFO E| Downloaded pkg-config v0.3.26
25772024-12-21T04:36:12.964Z[ helios-setup] Dec 21 04:36:11.964 INFO E| Downloaded lazy_static v1.4.0
25782024-12-21T04:36:12.965Z[ helios-setup] Dec 21 04:36:11.966 INFO E| Downloaded jobserver v0.1.26
25792024-12-21T04:36:12.967Z[ helios-setup] Dec 21 04:36:11.968 INFO E| Downloaded itoa v1.0.6
25802024-12-21T04:36:12.970Z[ helios-setup] Dec 21 04:36:11.971 INFO E| Downloaded http-body v0.4.5
25812024-12-21T04:36:12.972Z[ helios-setup] Dec 21 04:36:11.973 INFO E| Downloaded async-trait v0.1.68
25822024-12-21T04:36:12.977Z[ helios-setup] Dec 21 04:36:11.979 INFO E| Downloaded unsafe-libyaml v0.2.8
25832024-12-21T04:36:12.989Z[ helios-setup] Dec 21 04:36:11.985 INFO E| Downloaded unicode-ident v1.0.8
25842024-12-21T04:36:12.991Z[ helios-setup] Dec 21 04:36:11.989 INFO E| Downloaded typenum v1.16.0
25852024-12-21T04:36:12.995Z[ helios-setup] Dec 21 04:36:11.993 INFO E| Downloaded anstyle v0.3.5
25862024-12-21T04:36:12.995Z[ helios-setup] Dec 21 04:36:11.995 INFO E| Downloaded is-terminal v0.4.7
25872024-12-21T04:36:12.997Z[ helios-setup] Dec 21 04:36:11.997 INFO E| Downloaded concolor-query v0.3.3
25882024-12-21T04:36:12.997Z[ helios-setup] Dec 21 04:36:11.999 INFO E| Downloaded clap_lex v0.4.1
25892024-12-21T04:36:12.999Z[ helios-setup] Dec 21 04:36:12.000 INFO E| Downloaded bincode v1.3.3
25902024-12-21T04:36:13.002Z[ helios-setup] Dec 21 04:36:12.004 INFO E| Downloaded schemars v0.8.12
25912024-12-21T04:36:13.020Z[ helios-setup] Dec 21 04:36:12.021 INFO E| Downloaded httpdate v1.0.2
25922024-12-21T04:36:13.022Z[ helios-setup] Dec 21 04:36:12.023 INFO E| Downloaded crossbeam-deque v0.8.2
25932024-12-21T04:36:13.025Z[ helios-setup] Dec 21 04:36:12.027 INFO E| Downloaded home v0.5.4
25942024-12-21T04:36:13.028Z[ helios-setup] Dec 21 04:36:12.029 INFO E| Downloaded percent-encoding v2.2.0
25952024-12-21T04:36:13.028Z[ helios-setup] Dec 21 04:36:12.030 INFO E| Downloaded paste v1.0.12
25962024-12-21T04:36:13.033Z[ helios-setup] Dec 21 04:36:12.034 INFO E| Downloaded cpufeatures v0.2.5
25972024-12-21T04:36:13.035Z[ helios-setup] Dec 21 04:36:12.036 INFO E| Downloaded ucd-trie v0.1.5
25982024-12-21T04:36:13.037Z[ helios-setup] Dec 21 04:36:12.039 INFO E| Downloaded toml v0.7.3
25992024-12-21T04:36:13.042Z[ helios-setup] Dec 21 04:36:12.044 INFO E| Downloaded socket2 v0.4.9
26002024-12-21T04:36:13.045Z[ helios-setup] Dec 21 04:36:12.047 INFO E| Downloaded num_enum_derive v0.5.7
26012024-12-21T04:36:13.049Z[ helios-setup] Dec 21 04:36:12.049 INFO E| Downloaded encoding_rs v0.8.32
26022024-12-21T04:36:13.118Z[ helios-setup] Dec 21 04:36:12.119 INFO E| Downloaded num_enum v0.5.7
26032024-12-21T04:36:13.124Z[ helios-setup] Dec 21 04:36:12.126 INFO E| Downloaded num_cpus v1.15.0
26042024-12-21T04:36:13.129Z[ helios-setup] Dec 21 04:36:12.130 INFO E| Downloaded num-integer v0.1.45
26052024-12-21T04:36:13.131Z[ helios-setup] Dec 21 04:36:12.133 INFO E| Downloaded memoffset v0.7.1
26062024-12-21T04:36:13.134Z[ helios-setup] Dec 21 04:36:12.135 INFO E| Downloaded iana-time-zone v0.1.56
26072024-12-21T04:36:13.137Z[ helios-setup] Dec 21 04:36:12.138 INFO E| Downloaded textwrap v0.16.0
26082024-12-21T04:36:13.140Z[ helios-setup] Dec 21 04:36:12.142 INFO E| Downloaded generic-array v0.14.6
26092024-12-21T04:36:13.143Z[ helios-setup] Dec 21 04:36:12.144 INFO E| Downloaded built v0.6.0
26102024-12-21T04:36:13.145Z[ helios-setup] Dec 21 04:36:12.146 INFO E| Downloaded const-random v0.1.15
26112024-12-21T04:36:13.148Z[ helios-setup] Dec 21 04:36:12.148 INFO E| Downloaded block-buffer v0.10.3
26122024-12-21T04:36:13.148Z[ helios-setup] Dec 21 04:36:12.149 INFO E| Downloaded smartstring v1.0.1
26132024-12-21T04:36:13.152Z[ helios-setup] Dec 21 04:36:12.153 INFO E| Downloaded smallvec v1.10.0
26142024-12-21T04:36:13.155Z[ helios-setup] Dec 21 04:36:12.155 INFO E| Downloaded const-random-macro v0.1.15
26152024-12-21T04:36:13.155Z[ helios-setup] Dec 21 04:36:12.156 INFO E| Downloaded thiserror-impl v1.0.38
26162024-12-21T04:36:13.158Z[ helios-setup] Dec 21 04:36:12.158 INFO E| Downloaded concolor-override v1.0.0
26172024-12-21T04:36:13.158Z[ helios-setup] Dec 21 04:36:12.159 INFO E| Downloaded async-stream-impl v0.3.5
26182024-12-21T04:36:13.160Z[ helios-setup] Dec 21 04:36:12.161 INFO E| Downloaded time v0.1.45
26192024-12-21T04:36:13.165Z[ helios-setup] Dec 21 04:36:12.163 INFO E| Downloaded thiserror v1.0.38
26202024-12-21T04:36:13.168Z[ helios-setup] Dec 21 04:36:12.170 INFO E| Downloaded sct v0.7.0
26212024-12-21T04:36:13.174Z[ helios-setup] Dec 21 04:36:12.176 INFO E| Downloaded rustfmt-wrapper v0.2.0
26222024-12-21T04:36:13.178Z[ helios-setup] Dec 21 04:36:12.178 INFO E| Downloaded futures-util v0.3.28
26232024-12-21T04:36:13.196Z[ helios-setup] Dec 21 04:36:12.198 INFO E| Downloaded slog-async v2.7.0
26242024-12-21T04:36:13.199Z[ helios-setup] Dec 21 04:36:12.200 INFO E| Downloaded serde_derive_internals v0.26.0
26252024-12-21T04:36:13.202Z[ helios-setup] Dec 21 04:36:12.202 INFO E| Downloaded flate2 v1.0.25
26262024-12-21T04:36:13.208Z[ helios-setup] Dec 21 04:36:12.209 INFO E| Downloaded strsim v0.10.0
26272024-12-21T04:36:13.210Z[ helios-setup] Dec 21 04:36:12.212 INFO E| Downloaded smawk v0.3.1
26282024-12-21T04:36:13.212Z[ helios-setup] Dec 21 04:36:12.214 INFO E| Downloaded signal-hook-registry v1.4.0
26292024-12-21T04:36:13.215Z[ helios-setup] Dec 21 04:36:12.216 INFO E| Downloaded futures-task v0.3.28
26302024-12-21T04:36:13.218Z[ helios-setup] Dec 21 04:36:12.217 INFO E| Downloaded futures-sink v0.3.28
26312024-12-21T04:36:13.218Z[ helios-setup] Dec 21 04:36:12.219 INFO E| Downloaded futures-macro v0.3.28
26322024-12-21T04:36:13.220Z[ helios-setup] Dec 21 04:36:12.220 INFO E| Downloaded form_urlencoded v1.1.0
26332024-12-21T04:36:13.220Z[ helios-setup] Dec 21 04:36:12.222 INFO E| Downloaded bytes v1.4.0
26342024-12-21T04:36:13.226Z[ helios-setup] Dec 21 04:36:12.228 INFO E| Downloaded async-stream v0.3.5
26352024-12-21T04:36:13.231Z[ helios-setup] Dec 21 04:36:12.233 INFO E| Downloaded serde_path_to_error v0.1.11
26362024-12-21T04:36:13.238Z[ helios-setup] Dec 21 04:36:12.240 INFO E| Downloaded rustls-pemfile v1.0.2
26372024-12-21T04:36:13.238Z[ helios-setup] Dec 21 04:36:12.240 INFO E| Downloaded errno v0.3.1
26382024-12-21T04:36:13.240Z[ helios-setup] Dec 21 04:36:12.242 INFO E| Downloaded either v1.8.0
26392024-12-21T04:36:13.242Z[ helios-setup] Dec 21 04:36:12.244 INFO E| Downloaded digest v0.10.6
26402024-12-21T04:36:13.245Z[ helios-setup] Dec 21 04:36:12.247 INFO E| Downloaded futures v0.3.28
26412024-12-21T04:36:13.254Z[ helios-setup] Dec 21 04:36:12.256 INFO E| Downloaded fastrand v1.9.0
26422024-12-21T04:36:13.256Z[ helios-setup] Dec 21 04:36:12.258 INFO E| Downloaded scopeguard v1.1.0
26432024-12-21T04:36:13.259Z[ helios-setup] Dec 21 04:36:12.259 INFO E| Downloaded futures-executor v0.3.28
26442024-12-21T04:36:13.270Z[ helios-setup] Dec 21 04:36:12.271 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
26452024-12-21T04:36:13.477Z[ helios-setup] Dec 21 04:36:12.479 INFO E| Downloaded libz-sys v1.1.8
26462024-12-21T04:36:13.788Z[ helios-setup] Dec 21 04:36:12.789 INFO E| Compiling proc-macro2 v1.0.86
26472024-12-21T04:36:13.791Z[ helios-setup] Dec 21 04:36:12.790 INFO E| Compiling libc v0.2.139
26482024-12-21T04:36:13.791Z[ helios-setup] Dec 21 04:36:12.790 INFO E| Compiling unicode-ident v1.0.8
26492024-12-21T04:36:13.791Z[ helios-setup] Dec 21 04:36:12.790 INFO E| Compiling autocfg v1.1.0
26502024-12-21T04:36:13.791Z[ helios-setup] Dec 21 04:36:12.790 INFO E| Compiling cfg-if v1.0.0
26512024-12-21T04:36:13.791Z[ helios-setup] Dec 21 04:36:12.790 INFO E| Compiling version_check v0.9.4
26522024-12-21T04:36:13.791Z[ helios-setup] Dec 21 04:36:12.790 INFO E| Compiling serde v1.0.204
26532024-12-21T04:36:13.791Z[ helios-setup] Dec 21 04:36:12.790 INFO E| Compiling syn v1.0.107
26542024-12-21T04:36:14.178Z[ helios-setup] Dec 21 04:36:13.179 INFO E| Compiling memchr v2.5.0
26552024-12-21T04:36:14.394Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
26562024-12-21T04:36:14.690Z[ helios-setup] Dec 21 04:36:13.691 INFO E| Compiling once_cell v1.17.0
26572024-12-21T04:36:15.156Z[ host-package] Compiling prettyplease v0.2.25
26582024-12-21T04:36:15.238Z[ helios-setup] Dec 21 04:36:14.239 INFO E| Compiling log v0.4.17
26592024-12-21T04:36:15.361Z[ helios-setup] Dec 21 04:36:14.363 INFO E| Compiling thiserror v1.0.38
26602024-12-21T04:36:15.671Z[ helios-setup] Dec 21 04:36:14.672 INFO E| Compiling itoa v1.0.6
26612024-12-21T04:36:15.844Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26622024-12-21T04:36:16.117Z[ helios-setup] Dec 21 04:36:15.119 INFO E| Compiling serde_json v1.0.95
26632024-12-21T04:36:16.244Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
26642024-12-21T04:36:16.891Z[ helios-setup] Dec 21 04:36:15.893 INFO E| Compiling indexmap v1.9.3
26652024-12-21T04:36:17.090Z[ helios-setup] Dec 21 04:36:16.093 INFO E| Compiling scopeguard v1.1.0
26662024-12-21T04:36:17.507Z[ helios-setup] Dec 21 04:36:16.509 INFO E| Compiling pin-project-lite v0.2.9
26672024-12-21T04:36:17.580Z[ helios-setup] Dec 21 04:36:16.566 INFO E| Compiling num-integer v0.1.45
26682024-12-21T04:36:17.694Z[ helios-setup] Dec 21 04:36:16.696 INFO E| Compiling bytes v1.4.0
26692024-12-21T04:36:17.855Z[ helios-setup] Dec 21 04:36:16.857 INFO E| Compiling futures-core v0.3.28
26702024-12-21T04:36:18.206Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26712024-12-21T04:36:18.529Z[ helios-setup] Dec 21 04:36:17.531 INFO E| Compiling quote v1.0.36
26722024-12-21T04:36:18.945Z[ helios-setup] Dec 21 04:36:17.947 INFO E| Compiling getrandom v0.2.8
26732024-12-21T04:36:19.039Z[ helios-setup] Dec 21 04:36:18.042 INFO E| Compiling jobserver v0.1.26
26742024-12-21T04:36:19.518Z[ helios-setup] Dec 21 04:36:18.520 INFO E| Compiling syn v2.0.72
26752024-12-21T04:36:19.999Z[ helios-setup] Dec 21 04:36:19.000 INFO E| Compiling cc v1.0.78
26762024-12-21T04:36:20.386Z[ helios-setup] Dec 21 04:36:19.389 INFO E| Compiling ryu v1.0.13
26772024-12-21T04:36:21.031Z[ helios-setup] Dec 21 04:36:20.034 INFO E| Compiling lock_api v0.4.9
26782024-12-21T04:36:21.237Z[ helios-setup] Dec 21 04:36:20.239 INFO E| Compiling typenum v1.16.0
26792024-12-21T04:36:21.356Z[ helios-setup] Dec 21 04:36:20.358 INFO E| Compiling bitflags v1.3.2
26802024-12-21T04:36:21.512Z[ helios-setup] Dec 21 04:36:20.515 INFO E| Compiling parking_lot_core v0.9.6
26812024-12-21T04:36:21.656Z[ helios-setup] Dec 21 04:36:20.659 INFO E| Compiling num_cpus v1.15.0
26822024-12-21T04:36:21.883Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26832024-12-21T04:36:21.998Z[ helios-setup] Dec 21 04:36:21.001 INFO E| Compiling slab v0.4.7
26842024-12-21T04:36:22.172Z[ helios-setup] Dec 21 04:36:21.174 INFO E| Compiling generic-array v0.14.6
26852024-12-21T04:36:22.704Z[ helios-setup] Dec 21 04:36:21.707 INFO E| Compiling futures-task v0.3.28
26862024-12-21T04:36:22.856Z[ helios-setup] Dec 21 04:36:21.858 INFO E| Compiling futures-sink v0.3.28
26872024-12-21T04:36:23.178Z[ helios-setup] Dec 21 04:36:22.181 INFO E| Compiling futures-channel v0.3.28
26882024-12-21T04:36:23.499Z[ helios-setup] Dec 21 04:36:22.500 INFO E| Compiling tokio v1.27.0
26892024-12-21T04:36:23.784Z[ helios-setup] Dec 21 04:36:22.785 INFO E| Compiling schemars v0.8.12
26902024-12-21T04:36:23.854Z[ helios-setup] Dec 21 04:36:22.856 INFO E| Compiling futures-util v0.3.28
26912024-12-21T04:36:24.292Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
26922024-12-21T04:36:24.911Z[ helios-setup] Dec 21 04:36:23.915 INFO E| Compiling signal-hook-registry v1.4.0
26932024-12-21T04:36:25.072Z[ helios-setup] Dec 21 04:36:24.076 INFO E| Compiling mio v0.8.5
26942024-12-21T04:36:25.276Z[ helios-setup] Dec 21 04:36:24.279 INFO E| Compiling socket2 v0.4.9
26952024-12-21T04:36:25.324Z[ helios-setup] Dec 21 04:36:24.327 INFO E| Compiling num-traits v0.2.15
26962024-12-21T04:36:25.468Z[ helios-setup] Dec 21 04:36:24.471 INFO E| Compiling ahash v0.7.6
26972024-12-21T04:36:26.176Z[ helios-setup] Dec 21 04:36:25.180 INFO E| Compiling futures-io v0.3.28
26982024-12-21T04:36:26.817Z[ helios-setup] Dec 21 04:36:25.820 INFO E| Compiling io-lifetimes v1.0.10
26992024-12-21T04:36:27.155Z[ helios-setup] Dec 21 04:36:26.158 INFO E| Compiling crunchy v0.2.2
27002024-12-21T04:36:27.928Z[ helios-setup] Dec 21 04:36:26.932 INFO E| Compiling pin-utils v0.1.0
27012024-12-21T04:36:28.872Z[ helios-setup] Dec 21 04:36:27.874 INFO E| Compiling ahash v0.8.3
27022024-12-21T04:36:28.973Z[ helios-setup] Dec 21 04:36:27.976 INFO E| Compiling rustix v0.37.3
27032024-12-21T04:36:29.298Z[ helios-setup] Dec 21 04:36:28.302 INFO E| Compiling hashbrown v0.12.3
27042024-12-21T04:36:29.603Z[ helios-setup] Dec 21 04:36:28.606 INFO E| Compiling tiny-keccak v2.0.2
27052024-12-21T04:36:30.013Z[ helios-setup] Dec 21 04:36:29.017 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
27062024-12-21T04:36:30.278Z[ helios-setup] Dec 21 04:36:29.282 INFO E| Compiling block-buffer v0.10.3
27072024-12-21T04:36:30.361Z[ helios-setup] Dec 21 04:36:29.365 INFO E| Compiling crypto-common v0.1.6
27082024-12-21T04:36:31.508Z[ helios-setup] Dec 21 04:36:30.511 INFO E| Compiling errno v0.3.1
27092024-12-21T04:36:32.069Z[ helios-setup] Dec 21 04:36:31.073 INFO E| Compiling serde_derive_internals v0.26.0
27102024-12-21T04:36:32.129Z[ helios-setup] Dec 21 04:36:31.133 INFO E| Compiling fnv v1.0.7
27112024-12-21T04:36:32.129Z[ helios-setup] Dec 21 04:36:31.133 INFO E| Compiling crossbeam-utils v0.8.14
27122024-12-21T04:36:32.216Z[ helios-setup] Dec 21 04:36:31.220 INFO E| Compiling slog v2.7.0
27132024-12-21T04:36:32.596Z[ helios-setup] Dec 21 04:36:31.600 INFO E| Compiling pkg-config v0.3.26
27142024-12-21T04:36:33.058Z[ helios-setup] Dec 21 04:36:32.062 INFO E| Compiling http v0.2.9
27152024-12-21T04:36:35.802Z[ helios-setup] Dec 21 04:36:34.806 INFO E| Compiling digest v0.10.6
27162024-12-21T04:36:36.406Z[ helios-setup] Dec 21 04:36:35.410 INFO E| Compiling aho-corasick v0.7.20
27172024-12-21T04:36:37.276Z[ helios-setup] Dec 21 04:36:36.009 INFO E| Compiling regex-syntax v0.6.29
27182024-12-21T04:36:37.296Z[ helios-setup] Dec 21 04:36:36.107 INFO E| Compiling heck v0.4.1
27192024-12-21T04:36:38.368Z[ helios-setup] Dec 21 04:36:37.372 INFO E| Compiling tinyvec_macros v0.1.1
27202024-12-21T04:36:38.633Z[ helios-setup] Dec 21 04:36:37.637 INFO E| Compiling percent-encoding v2.2.0
27212024-12-21T04:36:39.076Z[ helios-setup] Dec 21 04:36:38.081 INFO E| Compiling httparse v1.8.0
27222024-12-21T04:36:39.167Z[ helios-setup] Dec 21 04:36:38.172 INFO E| Compiling anyhow v1.0.68
27232024-12-21T04:36:39.663Z[ helios-setup] Dec 21 04:36:38.666 INFO E| Compiling cpufeatures v0.2.5
27242024-12-21T04:36:40.149Z[ helios-setup] Dec 21 04:36:39.154 INFO E| Compiling unicode-width v0.1.10
27252024-12-21T04:36:40.562Z[ helios-setup] Dec 21 04:36:39.567 INFO E| Compiling tinyvec v1.6.0
27262024-12-21T04:36:40.674Z[ helios-setup] Dec 21 04:36:39.679 INFO E| Compiling form_urlencoded v1.1.0
27272024-12-21T04:36:40.930Z[ helios-setup] Dec 21 04:36:39.936 INFO E| Compiling const-random-macro v0.1.15
27282024-12-21T04:36:41.644Z[ helios-setup] Dec 21 04:36:40.649 INFO E| Compiling hashbrown v0.13.2
27292024-12-21T04:36:42.572Z[ helios-setup] Dec 21 04:36:41.578 INFO E| Compiling thiserror-impl v1.0.38
27302024-12-21T04:36:43.255Z[ helios-setup] Dec 21 04:36:42.260 INFO E| Compiling schemars_derive v0.8.12
27312024-12-21T04:36:44.043Z[ helios-setup] Dec 21 04:36:43.049 INFO E| Compiling regex v1.7.3
27322024-12-21T04:36:44.202Z[ helios-setup] Dec 21 04:36:43.208 INFO E| Compiling serde_derive v1.0.204
27332024-12-21T04:36:44.249Z[ helios-setup] Dec 21 04:36:43.255 INFO E| Compiling futures-macro v0.3.28
27342024-12-21T04:36:44.445Z[ helios-setup] Dec 21 04:36:43.451 INFO E| Compiling tokio-macros v2.0.0
27352024-12-21T04:36:46.847Z[ helios-setup] Dec 21 04:36:45.853 INFO E| Compiling libz-sys v1.1.8
27362024-12-21T04:36:47.266Z[ helios-setup] Dec 21 04:36:46.272 INFO E| Compiling chrono v0.4.24
27372024-12-21T04:36:48.282Z[ host-package] Compiling half v2.4.1
27382024-12-21T04:36:49.515Z[ helios-setup] Dec 21 04:36:48.521 INFO E| Compiling dyn-clone v1.0.11
27392024-12-21T04:36:49.566Z[ helios-setup] Dec 21 04:36:48.573 INFO E| Compiling uuid v1.3.0
27402024-12-21T04:36:49.996Z[ host-package] Compiling ciborium-io v0.2.2
27412024-12-21T04:36:50.153Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27422024-12-21T04:36:50.251Z[ helios-setup] Dec 21 04:36:49.257 INFO E| Compiling unicode-normalization v0.1.22
27432024-12-21T04:36:50.264Z[ host-package] Compiling ciborium-ll v0.2.2
27442024-12-21T04:36:50.461Z[ helios-setup] Dec 21 04:36:49.468 INFO E| Compiling regress v0.5.0
27452024-12-21T04:36:50.510Z[ host-package] Compiling same-file v1.0.6
27462024-12-21T04:36:51.151Z[ host-package] Compiling ciborium v0.2.2
27472024-12-21T04:36:51.154Z[ host-package] Compiling display-error-chain v0.2.2
27482024-12-21T04:36:51.325Z[ host-package] Compiling fastrand v2.1.1
27492024-12-21T04:36:51.663Z[ helios-setup] Dec 21 04:36:50.670 INFO E| Compiling const-random v0.1.15
27502024-12-21T04:36:52.065Z[ helios-setup] Dec 21 04:36:51.071 INFO E| Compiling getopts v0.2.21
27512024-12-21T04:36:52.118Z[ host-package] Compiling walkdir v2.5.0
27522024-12-21T04:36:52.372Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27532024-12-21T04:36:52.499Z[ host-package] Compiling tempfile v3.13.0
27542024-12-21T04:36:52.725Z[ host-package] Compiling ring v0.16.20
27552024-12-21T04:36:53.373Z[ helios-setup] Dec 21 04:36:52.379 INFO E| Compiling tracing-core v0.1.30
27562024-12-21T04:36:53.502Z[ host-package] Compiling blake3 v1.5.4
27572024-12-21T04:36:54.136Z[ helios-setup] Dec 21 04:36:53.143 INFO E| Compiling memoffset v0.7.1
27582024-12-21T04:36:54.390Z[ helios-setup] Dec 21 04:36:53.398 INFO E| Compiling unicode-bidi v0.3.13
27592024-12-21T04:36:54.517Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27602024-12-21T04:36:54.816Z[ host-package] Compiling xattr v1.3.1
27612024-12-21T04:36:54.945Z[ helios-setup] Dec 21 04:36:53.952 INFO E| Compiling time-core v0.1.2
27622024-12-21T04:36:55.039Z[ helios-setup] Dec 21 04:36:54.047 INFO E| Compiling ucd-trie v0.1.5
27632024-12-21T04:36:55.490Z[ host-package] Compiling memmap2 v0.9.5
27642024-12-21T04:36:55.575Z[ host-package] Compiling filetime v0.2.25
27652024-12-21T04:36:55.874Z[ helios-setup] Dec 21 04:36:54.881 INFO E| Compiling powerfmt v0.2.0
27662024-12-21T04:36:56.207Z[ host-package] Compiling arrayref v0.3.9
27672024-12-21T04:36:56.244Z[ host-package] Compiling constant_time_eq v0.3.1
27682024-12-21T04:36:56.274Z[ helios-setup] Dec 21 04:36:55.281 INFO E| Compiling num-conv v0.1.0
27692024-12-21T04:36:56.617Z[ host-package] Compiling spin v0.5.2
27702024-12-21T04:36:56.725Z[ host-package] Compiling arrayvec v0.7.6
27712024-12-21T04:36:57.144Z[ host-package] Compiling keccak v0.1.5
27722024-12-21T04:36:57.182Z[ helios-setup] Dec 21 04:36:56.189 INFO E| Compiling time-macros v0.2.18
27732024-12-21T04:36:57.720Z[ host-package] Compiling sha3 v0.10.8
27742024-12-21T04:36:58.777Z[ helios-setup] Dec 21 04:36:57.784 INFO E| Compiling idna v0.3.0
27752024-12-21T04:36:59.186Z[ host-package] Compiling tar v0.4.42
27762024-12-21T04:36:59.196Z[ helios-setup] Dec 21 04:36:58.204 INFO E| Compiling deranged v0.3.11
27772024-12-21T04:36:59.450Z[ helios-setup] Dec 21 04:36:58.457 INFO E| Compiling pest v2.5.7
27782024-12-21T04:37:01.479Z[ host-package] Compiling camino-tempfile v1.1.1
27792024-12-21T04:37:02.275Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27802024-12-21T04:37:02.639Z[ host-package] Compiling toolchain_find v0.4.0
27812024-12-21T04:37:02.642Z[ helios-setup] Dec 21 04:37:01.648 INFO E| Compiling tracing v0.1.37
27822024-12-21T04:37:02.690Z[ host-package] Compiling const_format_proc_macros v0.2.33
27832024-12-21T04:37:02.693Z[ host-package] Compiling maplit v1.0.2
27842024-12-21T04:37:02.992Z[ host-package] Compiling crunchy v0.2.2
27852024-12-21T04:37:03.323Z[ host-package] Compiling topological-sort v0.2.2
27862024-12-21T04:37:03.460Z[ host-package] Compiling rustfmt-wrapper v0.2.1
27872024-12-21T04:37:03.927Z[ host-package] Compiling omicron-zone-package v0.11.1
27882024-12-21T04:37:04.053Z[ host-package] Compiling tiny-keccak v2.0.2
27892024-12-21T04:37:04.410Z[ helios-setup] Dec 21 04:37:03.419 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
27902024-12-21T04:37:04.688Z[ host-package] Compiling dsl_auto_type v0.1.2
27912024-12-21T04:37:05.017Z[ host-package] Compiling phf_generator v0.11.2
27922024-12-21T04:37:05.284Z[ helios-setup] Dec 21 04:37:04.292 INFO E| Compiling time v0.1.45
27932024-12-21T04:37:05.317Z[ host-package] Compiling scheduled-thread-pool v0.2.7
27942024-12-21T04:37:05.356Z[ helios-setup] Dec 21 04:37:04.365 INFO E| Compiling crossbeam-epoch v0.9.13
27952024-12-21T04:37:05.579Z[ host-package] Compiling secrecy v0.8.0
27962024-12-21T04:37:05.679Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
27972024-12-21T04:37:06.156Z[ host-package] Compiling arc-swap v1.7.1
27982024-12-21T04:37:06.241Z[ host-package] Compiling const_format v0.2.33
27992024-12-21T04:37:06.258Z[ helios-setup] Dec 21 04:37:05.266 INFO E| Compiling iana-time-zone v0.1.56
28002024-12-21T04:37:06.677Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
28012024-12-21T04:37:07.241Z[ host-package] Compiling diesel_derives v2.2.3
28022024-12-21T04:37:07.526Z[ host-package] Compiling slog-scope v4.4.0
28032024-12-21T04:37:07.739Z[ host-package] Compiling r2d2 v0.8.10
28042024-12-21T04:37:07.811Z[ helios-setup] Dec 21 04:37:06.820 INFO E| Compiling num_threads v0.1.6
28052024-12-21T04:37:08.277Z[ helios-setup] Dec 21 04:37:07.286 INFO E| Compiling semver v1.0.17
28062024-12-21T04:37:08.617Z[ helios-setup] Dec 21 04:37:07.626 INFO E| Compiling time v0.3.36
28072024-12-21T04:37:08.829Z[ host-package] Compiling phf_codegen v0.11.2
28082024-12-21T04:37:08.935Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28092024-12-21T04:37:09.070Z[ host-package] Compiling ascii-canvas v3.0.0
28102024-12-21T04:37:09.171Z[ host-package] Compiling universal-hash v0.5.1
28112024-12-21T04:37:09.257Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
28122024-12-21T04:37:09.803Z[ helios-setup] Dec 21 04:37:08.812 INFO E| Compiling semver-parser v0.10.2
28132024-12-21T04:37:09.927Z[ host-package] Compiling parse-zoneinfo v0.3.1
28142024-12-21T04:37:10.152Z[ host-package] Compiling ena v0.14.3
28152024-12-21T04:37:10.163Z[ helios-setup] Dec 21 04:37:09.163 INFO E| Compiling url v2.3.1
28162024-12-21T04:37:11.074Z[ helios-setup] Dec 21 04:37:10.083 INFO E| Compiling toml v0.5.11
28172024-12-21T04:37:11.150Z[ host-package] Compiling diff v0.1.13
28182024-12-21T04:37:11.619Z[ helios-setup] Dec 21 04:37:10.628 INFO E| Compiling smallvec v1.10.0
28192024-12-21T04:37:12.419Z[ host-package] Compiling regex-syntax v0.6.29
28202024-12-21T04:37:12.887Z[ host-package] Compiling opaque-debug v0.3.1
28212024-12-21T04:37:13.185Z[ host-package] Compiling poly1305 v0.8.0
28222024-12-21T04:37:14.034Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28232024-12-21T04:37:14.471Z[ host-package] Compiling thiserror-no-std v2.0.2
28242024-12-21T04:37:14.582Z[ helios-setup] Dec 21 04:37:13.592 INFO E| Compiling parking_lot v0.12.1
28252024-12-21T04:37:14.935Z[ host-package] Compiling chrono-tz-build v0.4.0
28262024-12-21T04:37:15.632Z[ helios-setup] Dec 21 04:37:14.642 INFO E| Compiling serde_tokenstream v0.2.0
28272024-12-21T04:37:16.341Z[ host-package] Compiling slog-stdlog v4.1.1
28282024-12-21T04:37:18.141Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28292024-12-21T04:37:18.523Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28302024-12-21T04:37:19.136Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28312024-12-21T04:37:20.007Z[ host-package] Compiling lalrpop v0.19.12
28322024-12-21T04:37:20.759Z[ host-package] Compiling chacha20 v0.9.1
28332024-12-21T04:37:21.134Z[ helios-setup] Dec 21 04:37:20.145 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
28342024-12-21T04:37:22.054Z[ helios-setup] Dec 21 04:37:21.065 INFO E| Compiling crossbeam-channel v0.5.6
28352024-12-21T04:37:22.196Z[ host-package] Compiling aead v0.5.2
28362024-12-21T04:37:22.923Z[ helios-setup] Dec 21 04:37:21.934 INFO E| Compiling dirs-sys-next v0.1.2
28372024-12-21T04:37:23.146Z[ host-package] Compiling vte_generate_state_changes v0.1.2
28382024-12-21T04:37:23.741Z[ host-package] Compiling ref-cast v1.0.23
28392024-12-21T04:37:24.770Z[ helios-setup] Dec 21 04:37:23.667 INFO E| Compiling try-lock v0.2.4
28402024-12-21T04:37:24.999Z[ host-package] Compiling vte v0.11.1
28412024-12-21T04:37:25.055Z[ host-package] Compiling chacha20poly1305 v0.10.1
28422024-12-21T04:37:25.087Z[ helios-setup] Dec 21 04:37:24.098 INFO E| Compiling same-file v1.0.6
28432024-12-21T04:37:25.323Z[ helios-setup] Dec 21 04:37:24.334 INFO E| Compiling crc32fast v1.3.2
28442024-12-21T04:37:25.641Z[ helios-setup] Dec 21 04:37:24.652 INFO E| Compiling walkdir v2.3.3
28452024-12-21T04:37:26.033Z[ host-package] Compiling chrono-tz v0.10.0
28462024-12-21T04:37:26.789Z[ helios-setup] Dec 21 04:37:25.797 INFO E| Compiling want v0.3.0
28472024-12-21T04:37:27.400Z[ helios-setup] Dec 21 04:37:26.412 INFO E| Compiling dirs-next v2.0.0
28482024-12-21T04:37:27.729Z[ host-package] Compiling slog-envlogger v2.2.0
28492024-12-21T04:37:27.938Z[ host-package] Compiling vsss-rs v3.3.4
28502024-12-21T04:37:28.053Z[ helios-setup] Dec 21 04:37:27.064 INFO E| Compiling proc-macro-crate v1.2.1
28512024-12-21T04:37:29.851Z[ helios-setup] Dec 21 04:37:28.863 INFO E| Compiling semver v0.11.0
28522024-12-21T04:37:30.451Z[ host-package] Compiling diesel v2.2.6
28532024-12-21T04:37:32.498Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28542024-12-21T04:37:33.160Z[ host-package] Compiling derive_builder_core v0.20.2
28552024-12-21T04:37:33.633Z[ helios-setup] Dec 21 04:37:32.645 INFO E| Compiling futures-executor v0.3.28
28562024-12-21T04:37:35.011Z[ helios-setup] Dec 21 04:37:34.022 INFO E| Compiling tokio-util v0.7.7
28572024-12-21T04:37:35.575Z[ helios-setup] Dec 21 04:37:34.587 INFO E| Compiling http-body v0.4.5
28582024-12-21T04:37:36.668Z[ helios-setup] Dec 21 04:37:35.680 INFO E| Compiling ring v0.16.20
28592024-12-21T04:37:36.668Z[ helios-setup] Dec 21 04:37:35.680 INFO E| Compiling rand_core v0.6.4
28602024-12-21T04:37:37.319Z[ host-package] Compiling headers-core v0.3.0
28612024-12-21T04:37:37.562Z[ host-package] Compiling fxhash v0.2.1
28622024-12-21T04:37:37.733Z[ host-package] Compiling libxml v0.3.3
28632024-12-21T04:37:38.030Z[ helios-setup] Dec 21 04:37:37.042 INFO E| Compiling h2 v0.3.16
28642024-12-21T04:37:38.142Z[ host-package] Compiling ref-cast-impl v1.0.23
28652024-12-21T04:37:38.688Z[ helios-setup] Dec 21 04:37:37.701 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
28662024-12-21T04:37:38.785Z[ host-package] Compiling bytecount v0.6.8
28672024-12-21T04:37:39.062Z[ helios-setup] Dec 21 04:37:38.073 INFO E| Compiling thread_local v1.1.7
28682024-12-21T04:37:39.415Z[ host-package] Compiling papergrid v0.11.0
28692024-12-21T04:37:39.918Z[ helios-setup] Dec 21 04:37:38.930 INFO E| Compiling adler v1.0.2
28702024-12-21T04:37:40.457Z[ helios-setup] Dec 21 04:37:39.470 INFO E| Compiling ppv-lite86 v0.2.17
28712024-12-21T04:37:40.497Z[ helios-setup] Dec 21 04:37:39.510 INFO E| Compiling rayon-core v1.10.2
28722024-12-21T04:37:40.777Z[ helios-setup] Dec 21 04:37:39.790 INFO E| Compiling utf8parse v0.2.1
28732024-12-21T04:37:41.167Z[ helios-setup] Dec 21 04:37:40.180 INFO E| Compiling tower-service v0.3.2
28742024-12-21T04:37:41.318Z[ host-package] Compiling headers v0.4.0
28752024-12-21T04:37:41.597Z[ helios-setup] Dec 21 04:37:40.610 INFO E| Compiling fastrand v1.9.0
28762024-12-21T04:37:42.190Z[ helios-setup] Dec 21 04:37:41.201 INFO E| Compiling httpdate v1.0.2
28772024-12-21T04:37:42.811Z[ helios-setup] Dec 21 04:37:41.813 INFO E| Compiling lazy_static v1.4.0
28782024-12-21T04:37:43.155Z[ helios-setup] Dec 21 04:37:42.163 INFO E| Compiling home v0.5.4
28792024-12-21T04:37:43.980Z[ helios-setup] Dec 21 04:37:42.993 INFO E| Compiling base64 v0.21.0
28802024-12-21T04:37:46.018Z[ helios-setup] Dec 21 04:37:45.032 INFO E| Compiling toolchain_find v0.2.0
28812024-12-21T04:37:46.941Z[ helios-setup] Dec 21 04:37:45.955 INFO E| Compiling tempfile v3.5.0
28822024-12-21T04:37:47.257Z[ helios-setup] Dec 21 04:37:46.271 INFO E| Compiling rand_chacha v0.3.1
28832024-12-21T04:37:47.836Z[ host-package] Compiling derive_builder_macro v0.20.2
28842024-12-21T04:37:47.999Z[ helios-setup] Dec 21 04:37:47.013 INFO E| Compiling anstyle-parse v0.1.1
28852024-12-21T04:37:48.405Z[ helios-setup] Dec 21 04:37:47.420 INFO E| Compiling miniz_oxide v0.6.2
28862024-12-21T04:37:48.955Z[ helios-setup] Dec 21 04:37:47.969 INFO E| Compiling hyper v0.14.25
28872024-12-21T04:37:54.813Z[ helios-setup] Dec 21 04:37:53.828 INFO E| Compiling futures v0.3.28
28882024-12-21T04:37:58.858Z[ helios-setup] Dec 21 04:37:57.874 INFO E| Compiling crossbeam-deque v0.8.2
28892024-12-21T04:38:00.165Z[ helios-setup] Dec 21 04:37:59.180 INFO E| Compiling cargo-lock v8.0.3
28902024-12-21T04:38:06.575Z[ host-package] Compiling strip-ansi-escapes v0.2.0
28912024-12-21T04:38:08.449Z[ helios-setup] Dec 21 04:38:07.466 INFO E| Compiling num_enum_derive v0.5.7
28922024-12-21T04:38:08.652Z[ helios-setup] Dec 21 04:38:07.669 INFO E| Compiling term v0.7.0
28932024-12-21T04:38:09.911Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
28942024-12-21T04:38:11.314Z[ helios-setup] Dec 21 04:38:10.331 INFO E| Compiling serde_urlencoded v0.7.1
28952024-12-21T04:38:11.524Z[ helios-setup] Dec 21 04:38:10.541 INFO E| Compiling sha2 v0.10.6
28962024-12-21T04:38:12.585Z[ helios-setup] Dec 21 04:38:11.599 INFO E| Compiling sha1 v0.10.5
28972024-12-21T04:38:12.812Z[ helios-setup] Dec 21 04:38:11.830 INFO E| Compiling is-terminal v0.4.7
28982024-12-21T04:38:13.153Z[ helios-setup] Dec 21 04:38:12.171 INFO E| Compiling atty v0.2.14
28992024-12-21T04:38:13.802Z[ helios-setup] Dec 21 04:38:12.819 INFO E| Compiling concolor-override v1.0.0
29002024-12-21T04:38:14.102Z[ helios-setup] Dec 21 04:38:13.120 INFO E| Compiling anstyle v0.3.5
29012024-12-21T04:38:14.601Z[ host-package] Compiling polar-core v0.27.3
29022024-12-21T04:38:15.484Z[ helios-setup] Dec 21 04:38:14.502 INFO E| Compiling concolor-query v0.3.3
29032024-12-21T04:38:15.685Z[ helios-setup] Dec 21 04:38:14.703 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
29042024-12-21T04:38:16.042Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
29052024-12-21T04:38:16.874Z[ helios-setup] Dec 21 04:38:15.892 INFO E| Compiling anstream v0.2.6
29062024-12-21T04:38:16.877Z[ host-package] Compiling tabled_derive v0.7.0
29072024-12-21T04:38:17.917Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29082024-12-21T04:38:18.577Z[ helios-setup] Dec 21 04:38:17.595 INFO E| Compiling slog-term v2.9.0
29092024-12-21T04:38:18.773Z[ helios-setup] Dec 21 04:38:17.791 INFO E| Compiling num_enum v0.5.7
29102024-12-21T04:38:19.132Z[ helios-setup] Dec 21 04:38:18.150 INFO E| Compiling flate2 v1.0.25
29112024-12-21T04:38:21.030Z[ helios-setup] Dec 21 04:38:20.049 INFO E| Compiling rand v0.8.5
29122024-12-21T04:38:21.213Z[ host-package] Compiling fd-lock v4.0.2
29132024-12-21T04:38:21.650Z[ host-package] Compiling peg-macros v0.8.4
29142024-12-21T04:38:21.800Z[ host-package] Compiling strum_macros v0.24.3
29152024-12-21T04:38:22.108Z[ helios-setup] Dec 21 04:38:21.126 INFO E| Compiling rustfmt-wrapper v0.2.0
29162024-12-21T04:38:23.540Z[ helios-setup] Dec 21 04:38:22.560 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
29172024-12-21T04:38:23.566Z[ helios-setup] Dec 21 04:38:22.584 INFO E| Compiling openapiv3 v1.0.2
29182024-12-21T04:38:24.065Z[ helios-setup] Dec 21 04:38:23.084 INFO E| Compiling encoding_rs v0.8.32
29192024-12-21T04:38:25.268Z[ helios-setup] Dec 21 04:38:24.285 INFO E| Compiling untrusted v0.7.1
29202024-12-21T04:38:25.881Z[ helios-setup] Dec 21 04:38:24.900 INFO E| Compiling project-root v0.2.2
29212024-12-21T04:38:26.436Z[ helios-setup] Dec 21 04:38:25.456 INFO E| Compiling utf-8 v0.7.6
29222024-12-21T04:38:27.307Z[ helios-setup] Dec 21 04:38:26.326 INFO E| Compiling base64 v0.13.1
29232024-12-21T04:38:27.484Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29242024-12-21T04:38:27.586Z[ host-package] Compiling kstat-rs v0.2.4
29252024-12-21T04:38:28.071Z[ host-package] Compiling samael v0.0.17
29262024-12-21T04:38:29.129Z[ helios-setup] Dec 21 04:38:28.149 INFO E| Compiling unsafe-libyaml v0.2.8
29272024-12-21T04:38:29.700Z[ host-package] Compiling unicase v2.7.0
29282024-12-21T04:38:30.149Z[ host-package] Compiling indoc v1.0.9
29292024-12-21T04:38:30.338Z[ host-package] Compiling nu-ansi-term v0.50.1
29302024-12-21T04:38:31.587Z[ helios-setup] Dec 21 04:38:30.607 INFO E| Compiling byteorder v1.4.3
29312024-12-21T04:38:32.174Z[ host-package] Compiling reedline v0.35.0
29322024-12-21T04:38:32.299Z[ helios-setup] Dec 21 04:38:31.319 INFO E| Compiling mime v0.3.17
29332024-12-21T04:38:32.546Z[ helios-setup] Dec 21 04:38:31.566 INFO E| Compiling either v1.8.0
29342024-12-21T04:38:32.988Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29352024-12-21T04:38:33.136Z[ helios-setup] Dec 21 04:38:32.156 INFO E| Compiling ipnet v2.7.2
29362024-12-21T04:38:33.249Z[ helios-setup] Dec 21 04:38:32.270 INFO E| Compiling spin v0.5.2
29372024-12-21T04:38:34.034Z[ helios-setup] Dec 21 04:38:33.054 INFO E| Compiling strsim v0.10.0
29382024-12-21T04:38:34.427Z[ helios-setup] Dec 21 04:38:33.447 INFO E| Compiling clap_lex v0.4.1
29392024-12-21T04:38:35.834Z[ helios-setup] Dec 21 04:38:34.854 INFO E| Compiling clap_builder v4.2.1
29402024-12-21T04:38:36.660Z[ helios-setup] Dec 21 04:38:35.681 INFO E| Compiling reqwest v0.11.16
29412024-12-21T04:38:37.268Z[ helios-setup] Dec 21 04:38:36.288 INFO E| Compiling rayon v1.6.1
29422024-12-21T04:38:37.885Z[ helios-setup] Dec 21 04:38:36.906 INFO E| Compiling tungstenite v0.18.0
29432024-12-21T04:38:38.856Z[ helios-setup] Dec 21 04:38:37.877 INFO E| Compiling serde_yaml v0.9.21
29442024-12-21T04:38:40.075Z[ host-package] Compiling peg v0.8.4
29452024-12-21T04:38:40.511Z[ host-package] Compiling tabled v0.15.0
29462024-12-21T04:38:44.693Z[ helios-setup] Dec 21 04:38:43.715 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29472024-12-21T04:38:46.922Z[ helios-setup] Dec 21 04:38:45.944 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
29482024-12-21T04:38:48.398Z[ helios-setup] Dec 21 04:38:47.420 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
29492024-12-21T04:38:50.639Z[ helios-setup] Dec 21 04:38:49.661 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
29502024-12-21T04:38:50.745Z[ helios-setup] Dec 21 04:38:49.768 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
29512024-12-21T04:38:52.200Z[ helios-setup] Dec 21 04:38:51.223 INFO E| Compiling clap_derive v4.2.0
29522024-12-21T04:38:55.734Z[ helios-setup] Dec 21 04:38:54.757 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
29532024-12-21T04:38:56.044Z[ helios-setup] Dec 21 04:38:55.067 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29542024-12-21T04:39:01.753Z[ helios-setup] Dec 21 04:39:00.777 INFO E| Compiling clap v4.2.1
29552024-12-21T04:39:13.831Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29562024-12-21T04:39:17.876Z[ host-package] Compiling derive_builder v0.20.2
29572024-12-21T04:39:19.543Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29582024-12-21T04:39:20.032Z[ helios-setup] Dec 21 04:39:19.059 INFO E| Compiling tokio-tungstenite v0.18.0
29592024-12-21T04:39:21.301Z[ helios-setup] Dec 21 04:39:20.328 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29602024-12-21T04:39:21.374Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
29612024-12-21T04:39:23.183Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
29622024-12-21T04:39:24.150Z[ host-package] Compiling bcs v0.1.6
29632024-12-21T04:39:24.376Z[ helios-setup] Dec 21 04:39:23.403 INFO E| Compiling smartstring v1.0.1
29642024-12-21T04:39:25.851Z[ helios-setup] Dec 21 04:39:24.879 INFO E| Compiling rustls v0.21.0
29652024-12-21T04:39:26.137Z[ host-package] Compiling oso-derive v0.27.3
29662024-12-21T04:39:27.885Z[ helios-setup] Dec 21 04:39:26.912 INFO E| Compiling toml_datetime v0.6.1
29672024-12-21T04:39:27.966Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
29682024-12-21T04:39:28.240Z[ host-package] Compiling libz-sys v1.1.20
29692024-12-21T04:39:29.366Z[ helios-setup] Dec 21 04:39:28.394 INFO E| Compiling serde_spanned v0.6.1
29702024-12-21T04:39:29.418Z[ helios-setup] Dec 21 04:39:28.446 INFO E| Compiling camino v1.1.4
29712024-12-21T04:39:29.845Z[ host-package] Compiling quick-xml v0.33.0
29722024-12-21T04:39:30.125Z[ helios-setup] Dec 21 04:39:29.153 INFO E| Compiling match_cfg v0.1.0
29732024-12-21T04:39:30.531Z[ helios-setup] Dec 21 04:39:29.558 INFO E| Compiling async-trait v0.1.68
29742024-12-21T04:39:30.829Z[ host-package] Compiling diesel-dtrace v0.4.2
29752024-12-21T04:39:30.886Z[ helios-setup] Dec 21 04:39:29.914 INFO E| Compiling winnow v0.4.1
29762024-12-21T04:39:30.965Z[ helios-setup] Dec 21 04:39:29.993 INFO E| Compiling static_assertions v1.1.0
29772024-12-21T04:39:31.200Z[ helios-setup] Dec 21 04:39:30.228 INFO E| Compiling slog-async v2.7.0
29782024-12-21T04:39:31.583Z[ host-package] Compiling parking_lot_core v0.8.6
29792024-12-21T04:39:31.713Z[ helios-setup] Dec 21 04:39:30.741 INFO E| Compiling paste v1.0.12
29802024-12-21T04:39:33.086Z[ helios-setup] Dec 21 04:39:32.114 INFO E| Compiling hostname v0.3.1
29812024-12-21T04:39:33.644Z[ helios-setup] Dec 21 04:39:32.671 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
29822024-12-21T04:39:33.897Z[ helios-setup] Dec 21 04:39:32.926 INFO E| Compiling slog-json v2.6.1
29832024-12-21T04:39:35.117Z[ helios-setup] Dec 21 04:39:34.146 INFO E| Compiling unicode-linebreak v0.1.4
29842024-12-21T04:39:38.994Z[ helios-setup] Dec 21 04:39:38.023 INFO E| Compiling toml_edit v0.19.8
29852024-12-21T04:39:40.336Z[ helios-setup] Dec 21 04:39:39.366 INFO E| Compiling async-stream-impl v0.3.5
29862024-12-21T04:39:41.443Z[ host-package] Compiling oso v0.27.3
29872024-12-21T04:39:41.698Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
29882024-12-21T04:39:42.390Z[ helios-setup] Dec 21 04:39:41.418 INFO E| Compiling rhai_codegen v1.5.0
29892024-12-21T04:39:43.465Z[ helios-setup] Dec 21 04:39:42.495 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
29902024-12-21T04:39:44.799Z[ helios-setup] Dec 21 04:39:43.829 INFO E| Compiling take_mut v0.2.2
29912024-12-21T04:39:44.937Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29922024-12-21T04:39:47.245Z[ helios-setup] Dec 21 04:39:46.275 INFO E| Compiling rhai v1.14.0
29932024-12-21T04:39:48.743Z[ helios-setup] Dec 21 04:39:47.773 INFO E| Compiling toml v0.7.3
29942024-12-21T04:39:49.527Z[ helios-setup] Dec 21 04:39:48.557 INFO E| Compiling async-stream v0.3.5
29952024-12-21T04:39:50.478Z[ helios-setup] Dec 21 04:39:49.509 INFO E| Compiling slog-bunyan v2.4.0
29962024-12-21T04:39:54.807Z[ helios-setup] Dec 21 04:39:53.837 INFO E| Compiling rustls-pemfile v1.0.2
29972024-12-21T04:39:54.859Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
29982024-12-21T04:39:56.086Z[ helios-setup] Dec 21 04:39:55.118 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
29992024-12-21T04:39:57.019Z[ helios-setup] Dec 21 04:39:56.051 INFO E| Compiling serde_path_to_error v0.1.11
30002024-12-21T04:39:58.902Z[ helios-setup] Dec 21 04:39:57.931 INFO E| Compiling bincode v1.3.3
30012024-12-21T04:39:59.782Z[ helios-setup] Dec 21 04:39:58.810 INFO E| Compiling terminal_size v0.2.6
30022024-12-21T04:40:00.225Z[ helios-setup] Dec 21 04:39:59.257 INFO E| Compiling smawk v0.3.1
30032024-12-21T04:40:00.320Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30042024-12-21T04:40:00.877Z[ helios-setup] Dec 21 04:39:59.908 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
30052024-12-21T04:40:01.079Z[ helios-setup] Dec 21 04:40:00.111 INFO E| Compiling textwrap v0.16.0
30062024-12-21T04:40:01.141Z[ host-package] Compiling bb8 v0.8.5
30072024-12-21T04:40:02.796Z[ host-package] Compiling async-bb8-diesel v0.2.1
30082024-12-21T04:40:08.225Z[ host-package] Compiling nibble_vec v0.1.0
30092024-12-21T04:40:08.854Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
30102024-12-21T04:40:11.150Z[ host-package] Compiling atty v0.2.14
30112024-12-21T04:40:12.000Z[ host-package] Compiling salty v0.3.0
30122024-12-21T04:40:12.377Z[ helios-setup] Dec 21 04:40:11.410 INFO E| Compiling rustls-webpki v0.100.1
30132024-12-21T04:40:13.087Z[ helios-setup] Dec 21 04:40:12.121 INFO E| Compiling sct v0.7.0
30142024-12-21T04:40:13.133Z[ host-package] Compiling endian-type v0.1.2
30152024-12-21T04:40:13.998Z[ host-package] Compiling radix_trie v0.2.1
30162024-12-21T04:40:17.796Z[ host-package] Compiling parking_lot v0.11.2
30172024-12-21T04:40:20.165Z[ helios-setup] Dec 21 04:40:19.200 INFO E| Compiling git2 v0.16.1
30182024-12-21T04:40:21.377Z[ helios-setup] Dec 21 04:40:20.412 INFO E| Compiling tokio-rustls v0.24.0
30192024-12-21T04:40:21.832Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
30202024-12-21T04:40:27.596Z[ helios-setup] Dec 21 04:40:26.621 INFO E| Compiling built v0.6.0
30212024-12-21T04:40:32.401Z[ helios-setup] Dec 21 04:40:31.437 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30222024-12-21T04:40:32.838Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
30232024-12-21T04:40:35.110Z[ helios-setup] Dec 21 04:40:34.146 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
30242024-12-21T04:40:35.917Z[ helios-setup] Dec 21 04:40:34.954 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
30252024-12-21T04:40:41.354Z[ host-package] Compiling sled v0.34.7
30262024-12-21T04:40:46.377Z[ helios-setup] Dec 21 04:40:45.415 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
30272024-12-21T04:40:49.818Z[ helios-setup] Dec 21 04:40:48.856 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
30282024-12-21T04:41:16.023Z[ host-package] Compiling mime_guess v2.0.5
30292024-12-21T04:41:18.571Z[ host-package] Compiling hickory-client v0.24.1
30302024-12-21T04:41:19.149Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30312024-12-21T04:41:20.050Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30322024-12-21T04:41:20.973Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
30332024-12-21T04:41:22.189Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30342024-12-21T04:41:23.152Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
30352024-12-21T04:41:26.573Z[ host-package] Compiling hickory-server v0.24.1
30362024-12-21T04:41:27.325Z[ host-package] Compiling primeorder v0.13.6
30372024-12-21T04:41:28.927Z[ host-package] Compiling castaway v0.2.3
30382024-12-21T04:41:29.674Z[ host-package] Compiling vergen v8.3.2
30392024-12-21T04:41:30.150Z[ host-package] Compiling env_filter v0.1.2
30402024-12-21T04:41:30.518Z[ host-package] Compiling cargo-platform v0.1.8
30412024-12-21T04:41:31.902Z[ host-package] Compiling nanorand v0.7.0
30422024-12-21T04:41:33.191Z[ host-package] Compiling memoffset v0.9.1
30432024-12-21T04:41:33.384Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30442024-12-21T04:41:34.337Z[ host-package] Compiling flume v0.11.1
30452024-12-21T04:41:35.776Z[ host-package] Compiling cargo_metadata v0.18.1
30462024-12-21T04:41:36.992Z[ host-package] Compiling env_logger v0.11.5
30472024-12-21T04:41:38.726Z[ host-package] Compiling compact_str v0.8.0
30482024-12-21T04:41:39.170Z[ helios-setup] Dec 21 04:41:38.215 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
30492024-12-21T04:41:39.820Z[ host-package] Compiling p384 v0.13.0
30502024-12-21T04:41:41.747Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30512024-12-21T04:41:41.972Z[ host-package] Compiling git2 v0.19.0
30522024-12-21T04:41:44.129Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30532024-12-21T04:41:45.854Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
30542024-12-21T04:41:46.683Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
30552024-12-21T04:41:47.261Z[ host-package] Compiling unicode-truncate v1.1.0
30562024-12-21T04:41:47.611Z[ host-package] Compiling lru v0.12.5
30572024-12-21T04:41:48.081Z[ host-package] Compiling rand_seeder v0.3.0
30582024-12-21T04:41:48.830Z[ host-package] Compiling libsqlite3-sys v0.30.1
30592024-12-21T04:41:49.409Z[ host-package] Compiling lzma-sys v0.1.20
30602024-12-21T04:41:50.340Z[ host-package] Compiling instability v0.3.2
30612024-12-21T04:41:51.116Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
30622024-12-21T04:41:51.561Z[ host-package] Compiling http-range v0.1.5
30632024-12-21T04:41:51.763Z[ host-package] Compiling rustls v0.21.12
30642024-12-21T04:41:52.237Z[ host-package] Compiling cassowary v0.3.0
30652024-12-21T04:41:52.373Z[ host-package] Compiling cfg_aliases v0.2.1
30662024-12-21T04:41:52.622Z[ host-package] Compiling nix v0.29.0
30672024-12-21T04:41:53.008Z[ host-package] Compiling ratatui v0.28.1
30682024-12-21T04:41:53.709Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30692024-12-21T04:41:55.017Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
30702024-12-21T04:41:56.073Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30712024-12-21T04:41:56.582Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30722024-12-21T04:41:57.390Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30732024-12-21T04:41:57.996Z[ host-package] Compiling sct v0.7.1
30742024-12-21T04:41:58.074Z[ host-package] Compiling rustls-webpki v0.101.7
30752024-12-21T04:41:58.161Z[ host-package] Compiling heck v0.3.3
30762024-12-21T04:41:58.919Z[ host-package] Compiling csv-core v0.1.11
30772024-12-21T04:41:59.208Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
30782024-12-21T04:41:59.795Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
30792024-12-21T04:42:00.298Z[ host-package] Compiling glob v0.3.1
30802024-12-21T04:42:04.263Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30812024-12-21T04:42:04.379Z[ host-package] Compiling csv v1.3.0
30822024-12-21T04:42:04.437Z[ host-package] Compiling zone_cfg_derive v0.1.2
30832024-12-21T04:42:06.955Z[ host-package] Compiling nix v0.27.1
30842024-12-21T04:42:08.246Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
30852024-12-21T04:42:12.041Z[ host-package] Compiling hyper-staticfile v0.10.1
30862024-12-21T04:42:15.832Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30872024-12-21T04:42:25.839Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
30882024-12-21T04:42:26.109Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30892024-12-21T04:42:28.601Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
30902024-12-21T04:42:30.578Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
30912024-12-21T04:42:37.033Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
30922024-12-21T04:42:41.210Z[ helios-setup] Dec 21 04:42:40.263 INFO E| Finished `release` profile [optimized] target(s) in 6m 36s
30932024-12-21T04:42:41.337Z[ helios-setup] Dec 21 04:42:40.391 INFO building project "pilot" ok (396 seconds)
30942024-12-21T04:42:41.340Z[ helios-setup] Dec 21 04:42:40.391 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
30952024-12-21T04:42:41.340Z[ helios-setup] Dec 21 04:42:40.391 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
30962024-12-21T04:42:41.346Z[ helios-setup] Dec 21 04:42:40.400 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
30972024-12-21T04:42:41.560Z[ helios-setup] Dec 21 04:42:40.613 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
30982024-12-21T04:42:41.560Z[ helios-setup] Dec 21 04:42:40.614 INFO E| info: downloading component 'cargo'
30992024-12-21T04:42:43.142Z[ helios-setup] Dec 21 04:42:42.196 INFO E| info: downloading component 'clippy'
31002024-12-21T04:42:43.269Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
31012024-12-21T04:42:43.413Z[ helios-setup] Dec 21 04:42:42.466 INFO E| info: downloading component 'rust-docs'
31022024-12-21T04:42:43.649Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31032024-12-21T04:42:43.970Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31042024-12-21T04:42:44.250Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31052024-12-21T04:42:44.293Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31062024-12-21T04:42:45.133Z[ helios-setup] Dec 21 04:42:44.187 INFO E| info: downloading component 'rust-src'
31072024-12-21T04:42:45.327Z[ helios-setup] Dec 21 04:42:44.380 INFO E| info: downloading component 'rust-std'
31082024-12-21T04:42:45.407Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31092024-12-21T04:42:46.086Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
31102024-12-21T04:42:46.699Z[ host-package] Compiling hashlink v0.9.1
31112024-12-21T04:42:47.380Z[ host-package] Compiling tungstenite v0.23.0
31122024-12-21T04:42:47.522Z[ helios-setup] Dec 21 04:42:46.574 INFO E| info: downloading component 'rustc'
31132024-12-21T04:42:47.631Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
31142024-12-21T04:42:48.001Z[ host-package] Compiling fallible-iterator v0.3.0
31152024-12-21T04:42:48.886Z[ host-package] Compiling base64 v0.13.1
31162024-12-21T04:42:49.695Z[ host-package] Compiling ron v0.7.1
31172024-12-21T04:42:50.204Z[ host-package] Compiling rusqlite v0.32.1
31182024-12-21T04:42:51.760Z[ host-package] Compiling tokio-tungstenite v0.23.1
31192024-12-21T04:42:52.420Z[ helios-setup] Dec 21 04:42:51.475 INFO E| info: downloading component 'rustfmt'
31202024-12-21T04:42:52.462Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
31212024-12-21T04:42:52.663Z[ helios-setup] Dec 21 04:42:51.718 INFO E| info: installing component 'cargo'
31222024-12-21T04:42:53.384Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31232024-12-21T04:42:53.789Z[ host-package] Compiling xz2 v0.1.7
31242024-12-21T04:42:54.016Z[ helios-setup] Dec 21 04:42:53.071 INFO E| info: installing component 'clippy'
31252024-12-21T04:42:54.445Z[ helios-setup] Dec 21 04:42:53.500 INFO E| info: installing component 'rust-docs'
31262024-12-21T04:42:55.672Z[ host-package] Compiling tokio-rustls v0.24.1
31272024-12-21T04:42:55.931Z[ host-package] Compiling zone v0.1.8
31282024-12-21T04:42:56.249Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31292024-12-21T04:42:58.851Z[ helios-setup] Dec 21 04:42:57.907 INFO E| info: installing component 'rust-src'
31302024-12-21T04:42:59.423Z[ helios-setup] Dec 21 04:42:58.479 INFO E| info: installing component 'rust-std'
31312024-12-21T04:43:02.087Z[ helios-setup] Dec 21 04:43:01.123 INFO E| info: installing component 'rustc'
31322024-12-21T04:43:08.403Z[ helios-setup] Dec 21 04:43:07.459 INFO E| info: installing component 'rustfmt'
31332024-12-21T04:43:09.296Z[ helios-setup] Dec 21 04:43:08.354 INFO E| Blocking waiting for file lock on package cache
31342024-12-21T04:43:10.180Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31352024-12-21T04:43:11.289Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
31362024-12-21T04:43:13.968Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31372024-12-21T04:43:14.783Z[ helios-setup] Dec 21 04:43:13.841 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
31382024-12-21T04:43:15.348Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31392024-12-21T04:43:15.520Z[ helios-setup] Dec 21 04:43:14.578 INFO E| From https://github.com/oxidecomputer/amd-apcb
31402024-12-21T04:43:15.523Z[ helios-setup] Dec 21 04:43:14.578 INFO E| * [new ref] fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 -> refs/commit/fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9
31412024-12-21T04:43:15.523Z[ helios-setup] Dec 21 04:43:14.578 INFO E| * [new tag] v0.4.3 -> v0.4.3
31422024-12-21T04:43:15.553Z[ helios-setup] Dec 21 04:43:14.610 INFO E| * [new tag] v0.1.3 -> v0.1.3
31432024-12-21T04:43:15.553Z[ helios-setup] Dec 21 04:43:14.610 INFO E| * [new tag] v0.1.4 -> v0.1.4
31442024-12-21T04:43:15.556Z[ helios-setup] Dec 21 04:43:14.610 INFO E| * [new tag] v0.1.5 -> v0.1.5
31452024-12-21T04:43:15.556Z[ helios-setup] Dec 21 04:43:14.610 INFO E| * [new tag] v0.2.0 -> v0.2.0
31462024-12-21T04:43:15.556Z[ helios-setup] Dec 21 04:43:14.610 INFO E| * [new tag] v0.3.0 -> v0.3.0
31472024-12-21T04:43:15.556Z[ helios-setup] Dec 21 04:43:14.611 INFO E| * [new tag] v0.3.1 -> v0.3.1
31482024-12-21T04:43:15.556Z[ helios-setup] Dec 21 04:43:14.611 INFO E| * [new tag] v0.3.2 -> v0.3.2
31492024-12-21T04:43:15.556Z[ helios-setup] Dec 21 04:43:14.611 INFO E| * [new tag] v0.3.3 -> v0.3.3
31502024-12-21T04:43:15.556Z[ helios-setup] Dec 21 04:43:14.611 INFO E| * [new tag] v0.4.0 -> v0.4.0
31512024-12-21T04:43:15.556Z[ helios-setup] Dec 21 04:43:14.611 INFO E| * [new tag] v0.4.1 -> v0.4.1
31522024-12-21T04:43:15.556Z[ helios-setup] Dec 21 04:43:14.611 INFO E| * [new tag] v0.4.2 -> v0.4.2
31532024-12-21T04:43:15.589Z[ helios-setup] Dec 21 04:43:14.647 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
31542024-12-21T04:43:16.424Z[ helios-setup] Dec 21 04:43:15.482 INFO E| From https://github.com/oxidecomputer/amd-efs
31552024-12-21T04:43:16.424Z[ helios-setup] Dec 21 04:43:15.482 INFO E| * [new branch] empty -> origin/empty
31562024-12-21T04:43:16.424Z[ helios-setup] Dec 21 04:43:15.483 INFO E| * [new branch] issue-99 -> origin/issue-99
31572024-12-21T04:43:16.427Z[ helios-setup] Dec 21 04:43:15.483 INFO E| * [new branch] main -> origin/main
31582024-12-21T04:43:16.427Z[ helios-setup] Dec 21 04:43:15.483 INFO E| * [new branch] review -> origin/review
31592024-12-21T04:43:16.427Z[ helios-setup] Dec 21 04:43:15.483 INFO E| * [new ref] -> origin/HEAD
31602024-12-21T04:43:16.427Z[ helios-setup] Dec 21 04:43:15.483 INFO E| * [new tag] v0.2.0 -> v0.2.0
31612024-12-21T04:43:16.427Z[ helios-setup] Dec 21 04:43:15.483 INFO E| * [new tag] v0.2.1 -> v0.2.1
31622024-12-21T04:43:16.427Z[ helios-setup] Dec 21 04:43:15.484 INFO E| * [new tag] v0.2.2 -> v0.2.2
31632024-12-21T04:43:16.427Z[ helios-setup] Dec 21 04:43:15.484 INFO E| * [new tag] v0.2.3 -> v0.2.3
31642024-12-21T04:43:16.427Z[ helios-setup] Dec 21 04:43:15.484 INFO E| * [new tag] v0.2.4 -> v0.2.4
31652024-12-21T04:43:16.427Z[ helios-setup] Dec 21 04:43:15.484 INFO E| * [new tag] v0.2.5 -> v0.2.5
31662024-12-21T04:43:16.427Z[ helios-setup] Dec 21 04:43:15.484 INFO E| * [new tag] v0.2.6 -> v0.2.6
31672024-12-21T04:43:16.427Z[ helios-setup] Dec 21 04:43:15.484 INFO E| * [new tag] v0.2.7 -> v0.2.7
31682024-12-21T04:43:16.427Z[ helios-setup] Dec 21 04:43:15.484 INFO E| * [new tag] v0.3.0 -> v0.3.0
31692024-12-21T04:43:16.427Z[ helios-setup] Dec 21 04:43:15.485 INFO E| * [new tag] v0.3.1 -> v0.3.1
31702024-12-21T04:43:16.427Z[ helios-setup] Dec 21 04:43:15.485 INFO E| * [new tag] v0.4.0 -> v0.4.0
31712024-12-21T04:43:16.427Z[ helios-setup] Dec 21 04:43:15.485 INFO E| * [new tag] v0.4.1 -> v0.4.1
31722024-12-21T04:43:16.427Z[ helios-setup] Dec 21 04:43:15.485 INFO E| * [new tag] v0.4.2 -> v0.4.2
31732024-12-21T04:43:16.427Z[ helios-setup] Dec 21 04:43:15.485 INFO E| * [new tag] v0.4.3 -> v0.4.3
31742024-12-21T04:43:16.452Z[ helios-setup] Dec 21 04:43:15.510 INFO E| Updating crates.io index
31752024-12-21T04:43:16.568Z[ helios-setup] Dec 21 04:43:15.626 INFO E| Downloading crates ...
31762024-12-21T04:43:16.743Z[ helios-setup] Dec 21 04:43:15.801 INFO E| Downloaded pest_generator v2.7.13
31772024-12-21T04:43:16.748Z[ helios-setup] Dec 21 04:43:15.807 INFO E| Downloaded once_cell v1.20.1
31782024-12-21T04:43:16.753Z[ helios-setup] Dec 21 04:43:15.812 INFO E| Downloaded unic-char-range v0.9.0
31792024-12-21T04:43:16.756Z[ helios-setup] Dec 21 04:43:15.814 INFO E| Downloaded scroll_derive v0.10.5
31802024-12-21T04:43:16.758Z[ helios-setup] Dec 21 04:43:15.816 INFO E| Downloaded memoffset v0.5.6
31812024-12-21T04:43:16.761Z[ helios-setup] Dec 21 04:43:15.818 INFO E| Downloaded fletcher v0.1.0
31822024-12-21T04:43:16.763Z[ helios-setup] Dec 21 04:43:15.820 INFO E| Downloaded unic-ucd-version v0.9.0
31832024-12-21T04:43:16.763Z[ helios-setup] Dec 21 04:43:15.821 INFO E| Downloaded bytesize v1.3.0
31842024-12-21T04:43:16.766Z[ helios-setup] Dec 21 04:43:15.823 INFO E| Downloaded ansi_term v0.12.1
31852024-12-21T04:43:16.769Z[ helios-setup] Dec 21 04:43:15.826 INFO E| Downloaded unic-common v0.9.0
31862024-12-21T04:43:16.771Z[ helios-setup] Dec 21 04:43:15.828 INFO E| Downloaded unic-char-property v0.9.0
31872024-12-21T04:43:16.771Z[ helios-setup] Dec 21 04:43:15.830 INFO E| Downloaded strum v0.23.0
31882024-12-21T04:43:16.774Z[ helios-setup] Dec 21 04:43:15.831 INFO E| Downloaded strsim v0.8.0
31892024-12-21T04:43:16.776Z[ helios-setup] Dec 21 04:43:15.834 INFO E| Downloaded semver-parser v0.7.0
31902024-12-21T04:43:16.779Z[ helios-setup] Dec 21 04:43:15.835 INFO E| Downloaded proc-macro-crate v0.1.5
31912024-12-21T04:43:16.779Z[ helios-setup] Dec 21 04:43:15.837 INFO E| Downloaded parse_int v0.6.0
31922024-12-21T04:43:16.782Z[ helios-setup] Dec 21 04:43:15.838 INFO E| Downloaded pre v0.2.1
31932024-12-21T04:43:16.782Z[ helios-setup] Dec 21 04:43:15.840 INFO E| Downloaded vec_map v0.8.2
31942024-12-21T04:43:16.785Z[ helios-setup] Dec 21 04:43:15.842 INFO E| Downloaded strum_macros v0.23.1
31952024-12-21T04:43:16.788Z[ helios-setup] Dec 21 04:43:15.845 INFO E| Downloaded unic-ucd-ident v0.9.0
31962024-12-21T04:43:16.790Z[ helios-setup] Dec 21 04:43:15.849 INFO E| Downloaded structopt-derive v0.4.18
31972024-12-21T04:43:16.792Z[ helios-setup] Dec 21 04:43:15.851 INFO E| Downloaded semver v0.9.0
31982024-12-21T04:43:16.795Z[ helios-setup] Dec 21 04:43:15.853 INFO E| Downloaded scroll v0.10.2
31992024-12-21T04:43:16.798Z[ helios-setup] Dec 21 04:43:15.857 INFO E| Downloaded thiserror-impl v1.0.64
32002024-12-21T04:43:16.801Z[ helios-setup] Dec 21 04:43:15.859 INFO E| Downloaded pest_derive v2.7.13
32012024-12-21T04:43:16.805Z[ helios-setup] Dec 21 04:43:15.864 INFO E| Downloaded modular-bitfield v0.11.2
32022024-12-21T04:43:16.826Z[ helios-setup] Dec 21 04:43:15.884 INFO E| Downloaded structopt v0.3.26
32032024-12-21T04:43:16.837Z[ helios-setup] Dec 21 04:43:15.895 INFO E| Downloaded serde v1.0.210
32042024-12-21T04:43:16.842Z[ helios-setup] Dec 21 04:43:15.900 INFO E| Downloaded pest_meta v2.7.13
32052024-12-21T04:43:16.845Z[ helios-setup] Dec 21 04:43:15.904 INFO E| Downloaded pre-proc-macro v0.2.1
32062024-12-21T04:43:16.849Z[ helios-setup] Dec 21 04:43:15.908 INFO E| Downloaded rustc_version v0.2.3
32072024-12-21T04:43:16.851Z[ helios-setup] Dec 21 04:43:15.909 INFO E| Downloaded modular-bitfield-impl v0.11.2
32082024-12-21T04:43:16.854Z[ helios-setup] Dec 21 04:43:15.912 INFO E| Downloaded serde_derive v1.0.210
32092024-12-21T04:43:16.858Z[ helios-setup] Dec 21 04:43:15.917 INFO E| Downloaded serde_json v1.0.128
32102024-12-21T04:43:16.967Z[ helios-setup] Dec 21 04:43:16.025 INFO E| Downloaded syn v2.0.79
32112024-12-21T04:43:16.987Z[ helios-setup] Dec 21 04:43:16.045 INFO E| Downloaded libc v0.2.159
32122024-12-21T04:43:17.028Z[ helios-setup] Dec 21 04:43:16.087 INFO E| Downloaded clap v2.34.0
32132024-12-21T04:43:17.038Z[ helios-setup] Dec 21 04:43:16.097 INFO E| Downloaded pest v2.7.13
32142024-12-21T04:43:17.046Z[ helios-setup] Dec 21 04:43:16.105 INFO E| Downloaded goblin v0.4.3
32152024-12-21T04:43:17.059Z[ helios-setup] Dec 21 04:43:16.113 INFO E| Downloaded four-cc v0.3.0
32162024-12-21T04:43:17.061Z[ helios-setup] Dec 21 04:43:16.115 INFO E| Downloaded thiserror v1.0.64
32172024-12-21T04:43:17.065Z[ helios-setup] Dec 21 04:43:16.123 INFO E| Downloaded textwrap v0.11.0
32182024-12-21T04:43:17.067Z[ helios-setup] Dec 21 04:43:16.125 INFO E| Downloaded cfg-if v0.1.10
32192024-12-21T04:43:17.251Z[ helios-setup] Dec 21 04:43:16.309 INFO E| Compiling proc-macro2 v1.0.86
32202024-12-21T04:43:17.251Z[ helios-setup] Dec 21 04:43:16.309 INFO E| Compiling unicode-ident v1.0.13
32212024-12-21T04:43:17.251Z[ helios-setup] Dec 21 04:43:16.309 INFO E| Compiling syn v1.0.109
32222024-12-21T04:43:17.254Z[ helios-setup] Dec 21 04:43:16.309 INFO E| Compiling version_check v0.9.5
32232024-12-21T04:43:17.254Z[ helios-setup] Dec 21 04:43:16.310 INFO E| Compiling memchr v2.7.4
32242024-12-21T04:43:17.254Z[ helios-setup] Dec 21 04:43:16.310 INFO E| Compiling thiserror v1.0.64
32252024-12-21T04:43:17.254Z[ helios-setup] Dec 21 04:43:16.310 INFO E| Compiling autocfg v1.4.0
32262024-12-21T04:43:17.254Z[ helios-setup] Dec 21 04:43:16.310 INFO E| Compiling semver-parser v0.7.0
32272024-12-21T04:43:17.545Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32282024-12-21T04:43:18.071Z[ helios-setup] Dec 21 04:43:17.130 INFO E| Compiling serde v1.0.210
32292024-12-21T04:43:18.505Z[ helios-setup] Dec 21 04:43:17.563 INFO E| Compiling proc-macro-error-attr v1.0.4
32302024-12-21T04:43:19.100Z[ helios-setup] Dec 21 04:43:18.159 INFO E| Compiling semver v0.9.0
32312024-12-21T04:43:19.331Z[ helios-setup] Dec 21 04:43:18.389 INFO E| Compiling proc-macro-error v1.0.4
32322024-12-21T04:43:19.556Z[ helios-setup] Dec 21 04:43:18.615 INFO E| Compiling rustc_version v0.2.3
32332024-12-21T04:43:19.865Z[ helios-setup] Dec 21 04:43:18.924 INFO E| Compiling serde_json v1.0.128
32342024-12-21T04:43:19.991Z[ helios-setup] Dec 21 04:43:19.050 INFO E| Compiling num-traits v0.2.19
32352024-12-21T04:43:20.232Z[ helios-setup] Dec 21 04:43:19.291 INFO E| Compiling quote v1.0.37
32362024-12-21T04:43:20.232Z[ helios-setup] Dec 21 04:43:19.291 INFO E| Compiling schemars v0.8.21
32372024-12-21T04:43:20.780Z[ helios-setup] Dec 21 04:43:19.838 INFO E| Compiling ryu v1.0.18
32382024-12-21T04:43:20.831Z[ helios-setup] Dec 21 04:43:19.889 INFO E| Compiling unicode-segmentation v1.12.0
32392024-12-21T04:43:20.891Z[ helios-setup] Dec 21 04:43:19.950 INFO E| Compiling itoa v1.0.11
32402024-12-21T04:43:20.977Z[ helios-setup] Dec 21 04:43:20.035 INFO E| Compiling syn v2.0.79
32412024-12-21T04:43:21.730Z[ helios-setup] Dec 21 04:43:20.789 INFO E| Compiling pre-proc-macro v0.2.1
32422024-12-21T04:43:22.080Z[ helios-setup] Dec 21 04:43:21.139 INFO E| Compiling memoffset v0.5.6
32432024-12-21T04:43:22.495Z[ helios-setup] Dec 21 04:43:21.553 INFO E| Compiling heck v0.3.3
32442024-12-21T04:43:22.621Z[ helios-setup] Dec 21 04:43:21.680 INFO E| Compiling dyn-clone v1.0.17
32452024-12-21T04:43:23.035Z[ helios-setup] Dec 21 04:43:22.093 INFO E| Compiling ucd-trie v0.1.7
32462024-12-21T04:43:23.093Z[ helios-setup] Dec 21 04:43:22.152 INFO E| Compiling libc v0.2.159
32472024-12-21T04:43:23.179Z[ helios-setup] Dec 21 04:43:22.238 INFO E| Compiling rustversion v1.0.17
32482024-12-21T04:43:23.242Z[ helios-setup] Dec 21 04:43:22.301 INFO E| Compiling lazy_static v1.5.0
32492024-12-21T04:43:23.297Z[ helios-setup] Dec 21 04:43:22.355 INFO E| Compiling paste v1.0.15
32502024-12-21T04:43:24.459Z[ helios-setup] Dec 21 04:43:23.519 INFO E| Compiling pre v0.2.1
32512024-12-21T04:43:24.701Z[ helios-setup] Dec 21 04:43:23.760 INFO E| Compiling byteorder v1.5.0
32522024-12-21T04:43:24.783Z[ helios-setup] Dec 21 04:43:23.843 INFO E| Compiling once_cell v1.20.1
32532024-12-21T04:43:24.907Z[ helios-setup] Dec 21 04:43:23.966 INFO E| Compiling cfg-if v0.1.10
32542024-12-21T04:43:24.998Z[ helios-setup] Dec 21 04:43:24.057 INFO E| Compiling static_assertions v1.1.0
32552024-12-21T04:43:26.096Z[ helios-setup] Dec 21 04:43:25.156 INFO E| Compiling unicode-width v0.1.14
32562024-12-21T04:43:26.538Z[ helios-setup] Dec 21 04:43:25.598 INFO E| Compiling atty v0.2.14
32572024-12-21T04:43:26.775Z[ helios-setup] Dec 21 04:43:25.835 INFO E| Compiling bitflags v1.3.2
32582024-12-21T04:43:26.870Z[ helios-setup] Dec 21 04:43:25.930 INFO E| Compiling textwrap v0.11.0
32592024-12-21T04:43:27.092Z[ helios-setup] Dec 21 04:43:26.152 INFO E| Compiling strsim v0.8.0
32602024-12-21T04:43:27.965Z[ helios-setup] Dec 21 04:43:27.025 INFO E| Compiling strum v0.23.0
32612024-12-21T04:43:28.129Z[ helios-setup] Dec 21 04:43:27.189 INFO E| Compiling parse_int v0.6.0
32622024-12-21T04:43:28.168Z[ helios-setup] Dec 21 04:43:27.228 INFO E| Compiling vec_map v0.8.2
32632024-12-21T04:43:28.286Z[ helios-setup] Dec 21 04:43:27.345 INFO E| Compiling unic-char-range v0.9.0
32642024-12-21T04:43:28.469Z[ helios-setup] Dec 21 04:43:27.529 INFO E| Compiling unic-common v0.9.0
32652024-12-21T04:43:28.603Z[ helios-setup] Dec 21 04:43:27.663 INFO E| Compiling ansi_term v0.12.1
32662024-12-21T04:43:28.748Z[ helios-setup] Dec 21 04:43:27.807 INFO E| Compiling fletcher v0.1.0
32672024-12-21T04:43:28.781Z[ helios-setup] Dec 21 04:43:27.841 INFO E| Compiling unic-ucd-version v0.9.0
32682024-12-21T04:43:28.859Z[ helios-setup] Dec 21 04:43:27.919 INFO E| Compiling unic-char-property v0.9.0
32692024-12-21T04:43:28.865Z[ helios-setup] Dec 21 04:43:27.925 INFO E| Compiling plain v0.2.3
32702024-12-21T04:43:29.082Z[ helios-setup] Dec 21 04:43:28.141 INFO E| Compiling log v0.4.22
32712024-12-21T04:43:29.124Z[ helios-setup] Dec 21 04:43:28.184 INFO E| Compiling unic-ucd-ident v0.9.0
32722024-12-21T04:43:29.131Z[ helios-setup] Dec 21 04:43:28.191 INFO E| Compiling bytesize v1.3.0
32732024-12-21T04:43:29.228Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32742024-12-21T04:43:29.343Z[ helios-setup] Dec 21 04:43:28.403 INFO E| Compiling clap v2.34.0
32752024-12-21T04:43:30.092Z[ helios-setup] Dec 21 04:43:29.153 INFO E| Compiling serde_derive_internals v0.29.1
32762024-12-21T04:43:30.832Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32772024-12-21T04:43:32.401Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32782024-12-21T04:43:32.902Z[ host-package] Compiling rustls-pemfile v1.0.4
32792024-12-21T04:43:33.048Z[ helios-setup] Dec 21 04:43:32.100 INFO E| Compiling toml v0.5.11
32802024-12-21T04:43:34.304Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32812024-12-21T04:43:35.167Z[ helios-setup] Dec 21 04:43:34.228 INFO E| Compiling thiserror-impl v1.0.64
32822024-12-21T04:43:35.167Z[ helios-setup] Dec 21 04:43:34.228 INFO E| Compiling serde_derive v1.0.210
32832024-12-21T04:43:35.171Z[ helios-setup] Dec 21 04:43:34.229 INFO E| Compiling schemars_derive v0.8.21
32842024-12-21T04:43:35.318Z[ helios-setup] Dec 21 04:43:34.379 INFO E| Compiling zerocopy-derive v0.6.6
32852024-12-21T04:43:37.927Z[ helios-setup] Dec 21 04:43:36.988 INFO E| Compiling proc-macro-crate v0.1.5
32862024-12-21T04:43:38.325Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32872024-12-21T04:43:38.678Z[ helios-setup] Dec 21 04:43:37.738 INFO E| Compiling zerocopy v0.6.6
32882024-12-21T04:43:38.870Z[ host-package] Compiling signal-hook-tokio v0.3.1
32892024-12-21T04:43:39.333Z[ helios-setup] Dec 21 04:43:38.394 INFO E| Compiling num-derive v0.4.2
32902024-12-21T04:43:39.664Z[ host-package] Compiling twox-hash v1.6.3
32912024-12-21T04:43:40.671Z[ helios-setup] Dec 21 04:43:39.733 INFO E| Compiling pest v2.7.13
32922024-12-21T04:43:40.893Z[ host-package] Compiling yasna v0.5.2
32932024-12-21T04:43:41.780Z[ host-package] Compiling unicode-linebreak v0.1.5
32942024-12-21T04:43:42.920Z[ host-package] Compiling smawk v0.3.2
32952024-12-21T04:43:43.377Z[ helios-setup] Dec 21 04:43:42.439 INFO E| Compiling modular-bitfield-impl v0.11.2
32962024-12-21T04:43:43.672Z[ host-package] Compiling is_ci v1.2.0
32972024-12-21T04:43:43.984Z[ helios-setup] Dec 21 04:43:43.046 INFO E| Compiling strum_macros v0.23.1
32982024-12-21T04:43:44.096Z[ host-package] Compiling supports-color v3.0.1
32992024-12-21T04:43:44.168Z[ host-package] Compiling textwrap v0.16.1
33002024-12-21T04:43:44.766Z[ helios-setup] Dec 21 04:43:43.827 INFO E| Compiling scroll_derive v0.10.5
33012024-12-21T04:43:45.037Z[ host-package] Compiling rcgen v0.12.1
33022024-12-21T04:43:46.507Z[ helios-setup] Dec 21 04:43:45.569 INFO E| Compiling pest_meta v2.7.13
33032024-12-21T04:43:48.113Z[ helios-setup] Dec 21 04:43:47.175 INFO E| Compiling scroll v0.10.2
33042024-12-21T04:43:48.489Z[ helios-setup] Dec 21 04:43:47.551 INFO E| Compiling modular-bitfield v0.11.2
33052024-12-21T04:43:49.029Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33062024-12-21T04:43:49.107Z[ helios-setup] Dec 21 04:43:48.169 INFO E| Compiling structopt-derive v0.4.18
33072024-12-21T04:43:49.249Z[ helios-setup] Dec 21 04:43:48.311 INFO E| Compiling goblin v0.4.3
33082024-12-21T04:43:49.545Z[ helios-setup] Dec 21 04:43:48.606 INFO E| Compiling pest_generator v2.7.13
33092024-12-21T04:43:49.976Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33102024-12-21T04:43:54.103Z[ helios-setup] Dec 21 04:43:53.166 INFO E| Compiling pest_derive v2.7.13
33112024-12-21T04:43:55.281Z[ helios-setup] Dec 21 04:43:54.345 INFO E| Compiling structopt v0.3.26
33122024-12-21T04:43:58.919Z[ helios-setup] Dec 21 04:43:57.983 INFO E| Compiling json5 v0.4.1
33132024-12-21T04:44:01.798Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
33142024-12-21T04:44:04.600Z[ helios-setup] Dec 21 04:44:03.664 INFO E| Compiling four-cc v0.3.0
33152024-12-21T04:44:04.600Z[ helios-setup] Dec 21 04:44:03.664 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0)
33162024-12-21T04:44:04.829Z[ helios-setup] Dec 21 04:44:03.894 INFO E| Compiling amd-apcb v0.4.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.3#fc35d39d)
33172024-12-21T04:44:05.404Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
33182024-12-21T04:44:11.908Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33192024-12-21T04:44:28.207Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33202024-12-21T04:44:33.606Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33212024-12-21T04:44:41.834Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33222024-12-21T04:44:43.107Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33232024-12-21T04:44:47.449Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
33242024-12-21T04:44:47.523Z[ helios-setup] Dec 21 04:44:46.593 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
33252024-12-21T04:44:48.041Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
33262024-12-21T04:44:48.734Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33272024-12-21T04:44:56.189Z[ host-package] Compiling fatfs v0.3.6
33282024-12-21T04:44:59.544Z[ host-package] Compiling subprocess v0.2.9
33292024-12-21T04:45:00.462Z[ host-package] Compiling rtoolbox v0.0.2
33302024-12-21T04:45:01.086Z[ host-package] Compiling assert_matches v1.5.0
33312024-12-21T04:45:01.558Z[ host-package] Compiling rpassword v7.3.1
33322024-12-21T04:45:01.822Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33332024-12-21T04:45:02.431Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33342024-12-21T04:45:03.162Z[ helios-setup] Dec 21 04:45:02.230 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
33352024-12-21T04:45:05.425Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33362024-12-21T04:45:05.984Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33372024-12-21T04:45:10.817Z[ host-package] Compiling tui-tree-widget v0.22.0
33382024-12-21T04:45:11.306Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33392024-12-21T04:45:13.295Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
33402024-12-21T04:45:13.791Z[ host-package] Compiling uzers v0.12.1
33412024-12-21T04:45:17.225Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33422024-12-21T04:45:25.882Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33432024-12-21T04:45:28.315Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33442024-12-21T04:45:54.301Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33452024-12-21T04:45:56.124Z[ helios-setup] Dec 21 04:45:55.204 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 47s
33462024-12-21T04:45:56.162Z[ helios-setup] Dec 21 04:45:55.241 INFO building project "amd-host-image-builder" ok (194 seconds)
33472024-12-21T04:45:56.162Z[ helios-setup] Dec 21 04:45:55.241 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
33482024-12-21T04:45:56.165Z[ helios-setup] Dec 21 04:45:55.242 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
33492024-12-21T04:45:56.530Z[ helios-setup] Dec 21 04:45:55.609 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
33502024-12-21T04:45:57.055Z[ helios-setup] Dec 21 04:45:56.135 INFO E| From https://github.com/jclulow/rust-jmclib
33512024-12-21T04:45:57.055Z[ helios-setup] Dec 21 04:45:56.135 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
33522024-12-21T04:45:57.077Z[ helios-setup] Dec 21 04:45:56.157 INFO E| Updating crates.io index
33532024-12-21T04:45:57.209Z[ helios-setup] Dec 21 04:45:56.289 INFO E| Downloading crates ...
33542024-12-21T04:45:57.474Z[ helios-setup] Dec 21 04:45:56.554 INFO E| Downloaded tempfile v3.7.0
33552024-12-21T04:45:57.478Z[ helios-setup] Dec 21 04:45:56.558 INFO E| Downloaded block-buffer v0.9.0
33562024-12-21T04:45:57.480Z[ helios-setup] Dec 21 04:45:56.559 INFO E| Downloaded libdevinfo-sys v1.0.0
33572024-12-21T04:45:57.480Z[ helios-setup] Dec 21 04:45:56.560 INFO E| Downloaded digest v0.9.0
33582024-12-21T04:45:57.483Z[ helios-setup] Dec 21 04:45:56.562 INFO E| Downloaded fastrand v2.0.0
33592024-12-21T04:45:57.485Z[ helios-setup] Dec 21 04:45:56.564 INFO E| Downloaded md-5 v0.9.1
33602024-12-21T04:45:57.515Z[ helios-setup] Dec 21 04:45:56.595 INFO E| Downloaded sha-1 v0.9.8
33612024-12-21T04:45:57.518Z[ helios-setup] Dec 21 04:45:56.598 INFO E| Downloaded quote v1.0.31
33622024-12-21T04:45:57.522Z[ helios-setup] Dec 21 04:45:56.602 INFO E| Downloaded once_cell v1.18.0
33632024-12-21T04:45:57.526Z[ helios-setup] Dec 21 04:45:56.606 INFO E| Downloaded uuid v0.8.2
33642024-12-21T04:45:57.532Z[ helios-setup] Dec 21 04:45:56.612 INFO E| Downloaded getrandom v0.2.10
33652024-12-21T04:45:57.536Z[ helios-setup] Dec 21 04:45:56.617 INFO E| Downloaded unicode-ident v1.0.11
33662024-12-21T04:45:57.541Z[ helios-setup] Dec 21 04:45:56.621 INFO E| Downloaded serde v1.0.193
33672024-12-21T04:45:57.547Z[ helios-setup] Dec 21 04:45:56.627 INFO E| Downloaded serde_derive v1.0.193
33682024-12-21T04:45:57.552Z[ helios-setup] Dec 21 04:45:56.631 INFO E| Downloaded proc-macro2 v1.0.66
33692024-12-21T04:45:57.555Z[ helios-setup] Dec 21 04:45:56.635 INFO E| Downloaded serde_json v1.0.103
33702024-12-21T04:45:57.567Z[ helios-setup] Dec 21 04:45:56.646 INFO E| Downloaded bitflags v2.3.3
33712024-12-21T04:45:57.570Z[ helios-setup] Dec 21 04:45:56.650 INFO E| Downloaded anyhow v1.0.72
33722024-12-21T04:45:57.576Z[ helios-setup] Dec 21 04:45:56.656 INFO E| Downloaded cpufeatures v0.2.9
33732024-12-21T04:45:57.579Z[ helios-setup] Dec 21 04:45:56.658 INFO E| Downloaded syn v2.0.32
33742024-12-21T04:45:57.627Z[ helios-setup] Dec 21 04:45:56.707 INFO E| Downloaded rustix v0.38.4
33752024-12-21T04:45:57.703Z[ helios-setup] Dec 21 04:45:56.783 INFO E| Downloaded libc v0.2.147
33762024-12-21T04:45:57.868Z[ helios-setup] Dec 21 04:45:56.948 INFO E| Compiling libc v0.2.147
33772024-12-21T04:45:57.890Z[ helios-setup] Dec 21 04:45:56.970 INFO E| Compiling proc-macro2 v1.0.66
33782024-12-21T04:45:57.893Z[ helios-setup] Dec 21 04:45:56.970 INFO E| Compiling unicode-ident v1.0.11
33792024-12-21T04:45:57.893Z[ helios-setup] Dec 21 04:45:56.970 INFO E| Compiling cfg-if v1.0.0
33802024-12-21T04:45:57.893Z[ helios-setup] Dec 21 04:45:56.970 INFO E| Compiling typenum v1.16.0
33812024-12-21T04:45:57.893Z[ helios-setup] Dec 21 04:45:56.970 INFO E| Compiling version_check v0.9.4
33822024-12-21T04:45:57.893Z[ helios-setup] Dec 21 04:45:56.970 INFO E| Compiling serde v1.0.193
33832024-12-21T04:45:57.893Z[ helios-setup] Dec 21 04:45:56.970 INFO E| Compiling itoa v1.0.9
33842024-12-21T04:45:58.315Z[ helios-setup] Dec 21 04:45:57.395 INFO E| Compiling rustix v0.38.4
33852024-12-21T04:45:58.526Z[ helios-setup] Dec 21 04:45:57.606 INFO E| Compiling time-core v0.1.2
33862024-12-21T04:45:58.588Z[ helios-setup] Dec 21 04:45:57.668 INFO E| Compiling num-conv v0.1.0
33872024-12-21T04:45:58.870Z[ helios-setup] Dec 21 04:45:57.949 INFO E| Compiling slog v2.7.0
33882024-12-21T04:45:59.155Z[ helios-setup] Dec 21 04:45:58.233 INFO E| Compiling powerfmt v0.2.0
33892024-12-21T04:45:59.279Z[ helios-setup] Dec 21 04:45:58.358 INFO E| Compiling generic-array v0.14.7
33902024-12-21T04:45:59.344Z[ helios-setup] Dec 21 04:45:58.424 INFO E| Compiling time-macros v0.2.18
33912024-12-21T04:45:59.948Z[ helios-setup] Dec 21 04:45:59.028 INFO E| Compiling deranged v0.3.11
33922024-12-21T04:45:59.948Z[ helios-setup] Dec 21 04:45:59.028 INFO E| Compiling bitflags v2.3.3
33932024-12-21T04:46:00.202Z[ helios-setup] Dec 21 04:45:59.282 INFO E| Compiling num_threads v0.1.6
33942024-12-21T04:46:00.357Z[ helios-setup] Dec 21 04:45:59.437 INFO E| Compiling once_cell v1.18.0
33952024-12-21T04:46:00.935Z[ helios-setup] Dec 21 04:46:00.016 INFO E| Compiling thread_local v1.1.7
33962024-12-21T04:46:01.275Z[ helios-setup] Dec 21 04:46:00.355 INFO E| Compiling opaque-debug v0.3.0
33972024-12-21T04:46:01.708Z[ helios-setup] Dec 21 04:46:00.789 INFO E| Compiling quote v1.0.31
33982024-12-21T04:46:02.191Z[ helios-setup] Dec 21 04:46:01.272 INFO E| Compiling dirs-sys-next v0.1.2
33992024-12-21T04:46:02.331Z[ helios-setup] Dec 21 04:46:01.412 INFO E| Compiling errno v0.3.1
34002024-12-21T04:46:02.608Z[ helios-setup] Dec 21 04:46:01.689 INFO E| Compiling syn v2.0.32
34012024-12-21T04:46:02.904Z[ helios-setup] Dec 21 04:46:01.984 INFO E| Compiling dirs-next v2.0.0
34022024-12-21T04:46:03.119Z[ helios-setup] Dec 21 04:46:02.200 INFO E| Compiling term v0.7.0
34032024-12-21T04:46:03.273Z[ helios-setup] Dec 21 04:46:02.353 INFO E| Compiling atty v0.2.14
34042024-12-21T04:46:03.682Z[ helios-setup] Dec 21 04:46:02.763 INFO E| Compiling fastrand v2.0.0
34052024-12-21T04:46:03.915Z[ helios-setup] Dec 21 04:46:02.995 INFO E| Compiling serde_json v1.0.103
34062024-12-21T04:46:03.919Z[ helios-setup] Dec 21 04:46:02.996 INFO E| Compiling anyhow v1.0.72
34072024-12-21T04:46:04.513Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34082024-12-21T04:46:04.758Z[ helios-setup] Dec 21 04:46:03.839 INFO E| Compiling time v0.3.36
34092024-12-21T04:46:04.874Z[ helios-setup] Dec 21 04:46:03.954 INFO E| Compiling digest v0.9.0
34102024-12-21T04:46:05.075Z[ helios-setup] Dec 21 04:46:04.156 INFO E| Compiling block-buffer v0.9.0
34112024-12-21T04:46:05.159Z[ helios-setup] Dec 21 04:46:04.240 INFO E| Compiling getrandom v0.2.10
34122024-12-21T04:46:05.208Z[ helios-setup] Dec 21 04:46:04.289 INFO E| Compiling cpufeatures v0.2.9
34132024-12-21T04:46:05.309Z[ helios-setup] Dec 21 04:46:04.388 INFO E| Compiling same-file v1.0.6
34142024-12-21T04:46:05.592Z[ helios-setup] Dec 21 04:46:04.673 INFO E| Compiling unicode-width v0.1.10
34152024-12-21T04:46:05.866Z[ helios-setup] Dec 21 04:46:04.946 INFO E| Compiling ryu v1.0.15
34162024-12-21T04:46:05.876Z[ helios-setup] Dec 21 04:46:04.954 INFO E| Compiling getopts v0.2.21
34172024-12-21T04:46:06.085Z[ helios-setup] Dec 21 04:46:05.166 INFO E| Compiling walkdir v2.3.3
34182024-12-21T04:46:06.943Z[ helios-setup] Dec 21 04:46:05.703 INFO E| Compiling tempfile v3.7.0
34192024-12-21T04:46:06.966Z[ helios-setup] Dec 21 04:46:06.011 INFO E| Compiling md-5 v0.9.1
34202024-12-21T04:46:07.743Z[ helios-setup] Dec 21 04:46:06.824 INFO E| Compiling sha-1 v0.9.8
34212024-12-21T04:46:07.751Z[ helios-setup] Dec 21 04:46:06.832 INFO E| Compiling libdevinfo-sys v1.0.0
34222024-12-21T04:46:07.852Z[ helios-setup] Dec 21 04:46:06.933 INFO E| Compiling glob v0.3.1
34232024-12-21T04:46:08.775Z[ helios-setup] Dec 21 04:46:07.857 INFO E| Compiling slog-term v2.9.0
34242024-12-21T04:46:11.384Z[ host-package] Compiling multimap v0.10.0
34252024-12-21T04:46:11.939Z[ helios-setup] Dec 21 04:46:11.020 INFO E| Compiling serde_derive v1.0.193
34262024-12-21T04:46:26.833Z[ helios-setup] Dec 21 04:46:25.917 INFO E| Compiling toml v0.5.11
34272024-12-21T04:46:26.833Z[ helios-setup] Dec 21 04:46:25.917 INFO E| Compiling uuid v0.8.2
34282024-12-21T04:46:29.127Z[ helios-setup] Dec 21 04:46:28.211 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
34292024-12-21T04:46:33.287Z[ helios-setup] Dec 21 04:46:32.371 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
34302024-12-21T04:46:47.359Z[ helios-setup] Dec 21 04:46:46.446 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.09s
34312024-12-21T04:46:47.393Z[ helios-setup] Dec 21 04:46:46.480 INFO building project "image-builder" ok (51 seconds)
34322024-12-21T04:46:47.396Z[ helios-setup] Dec 21 04:46:46.480 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
34332024-12-21T04:46:47.396Z[ helios-setup] Dec 21 04:46:46.480 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
34342024-12-21T04:46:47.844Z[ helios-setup] Dec 21 04:46:46.931 INFO E| Downloading crates ...
34352024-12-21T04:46:47.970Z[ helios-setup] Dec 21 04:46:47.056 INFO E| Downloaded miniz_oxide v0.7.2
34362024-12-21T04:46:48.039Z[ helios-setup] Dec 21 04:46:47.117 INFO E| Compiling adler v1.0.2
34372024-12-21T04:46:48.174Z[ helios-setup] Dec 21 04:46:47.260 INFO E| Compiling miniz_oxide v0.7.2
34382024-12-21T04:46:50.833Z[ helios-setup] Dec 21 04:46:49.920 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
34392024-12-21T04:46:51.866Z[ helios-setup] Dec 21 04:46:50.953 INFO E| Finished `release` profile [optimized] target(s) in 4.36s
34402024-12-21T04:46:51.877Z[ helios-setup] Dec 21 04:46:50.965 INFO building project "pinprick" ok (4 seconds)
34412024-12-21T04:46:51.877Z[ helios-setup] Dec 21 04:46:50.965 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
34422024-12-21T04:46:51.878Z[ helios-setup] Dec 21 04:46:50.965 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
34432024-12-21T04:46:52.262Z[ helios-setup] Dec 21 04:46:51.349 INFO E| Downloading crates ...
34442024-12-21T04:46:52.331Z[ helios-setup] Dec 21 04:46:51.417 INFO E| Downloaded typenum v1.15.0
34452024-12-21T04:46:52.335Z[ helios-setup] Dec 21 04:46:51.421 INFO E| Downloaded digest v0.10.3
34462024-12-21T04:46:52.337Z[ helios-setup] Dec 21 04:46:51.424 INFO E| Downloaded bytes v1.2.1
34472024-12-21T04:46:52.343Z[ helios-setup] Dec 21 04:46:51.430 INFO E| Downloaded sha2 v0.10.5
34482024-12-21T04:46:52.346Z[ helios-setup] Dec 21 04:46:51.434 INFO E| Downloaded anyhow v1.0.62
34492024-12-21T04:46:52.426Z[ helios-setup] Dec 21 04:46:51.513 INFO E| Compiling typenum v1.15.0
34502024-12-21T04:46:52.426Z[ helios-setup] Dec 21 04:46:51.513 INFO E| Compiling version_check v0.9.4
34512024-12-21T04:46:52.426Z[ helios-setup] Dec 21 04:46:51.513 INFO E| Compiling cfg-if v1.0.0
34522024-12-21T04:46:52.428Z[ helios-setup] Dec 21 04:46:51.513 INFO E| Compiling crc32fast v1.3.2
34532024-12-21T04:46:52.428Z[ helios-setup] Dec 21 04:46:51.513 INFO E| Compiling anyhow v1.0.62
34542024-12-21T04:46:52.428Z[ helios-setup] Dec 21 04:46:51.513 INFO E| Compiling adler v1.0.2
34552024-12-21T04:46:52.428Z[ helios-setup] Dec 21 04:46:51.513 INFO E| Compiling unicode-width v0.1.10
34562024-12-21T04:46:52.428Z[ helios-setup] Dec 21 04:46:51.513 INFO E| Compiling cpufeatures v0.2.5
34572024-12-21T04:46:53.455Z[ helios-setup] Dec 21 04:46:52.542 INFO E| Compiling bytes v1.2.1
34582024-12-21T04:46:53.482Z[ helios-setup] Dec 21 04:46:52.569 INFO E| Compiling getopts v0.2.21
34592024-12-21T04:46:53.539Z[ helios-setup] Dec 21 04:46:52.626 INFO E| Compiling miniz_oxide v0.6.2
34602024-12-21T04:46:53.686Z[ helios-setup] Dec 21 04:46:52.773 INFO E| Compiling generic-array v0.14.6
34612024-12-21T04:46:54.356Z[ helios-setup] Dec 21 04:46:53.050 INFO E| Compiling bitflags v1.3.2
34622024-12-21T04:46:55.215Z[ helios-setup] Dec 21 04:46:54.302 INFO E| Compiling flate2 v1.0.25
34632024-12-21T04:46:58.721Z[ helios-setup] Dec 21 04:46:57.808 INFO E| Compiling crypto-common v0.1.6
34642024-12-21T04:46:58.722Z[ helios-setup] Dec 21 04:46:57.808 INFO E| Compiling block-buffer v0.10.3
34652024-12-21T04:46:58.933Z[ helios-setup] Dec 21 04:46:58.019 INFO E| Compiling digest v0.10.3
34662024-12-21T04:46:59.302Z[ helios-setup] Dec 21 04:46:58.390 INFO E| Compiling sha2 v0.10.5
34672024-12-21T04:46:59.864Z[ helios-setup] Dec 21 04:46:58.952 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
34682024-12-21T04:47:05.241Z[ helios-setup] Dec 21 04:47:04.329 INFO E| Finished `release` profile [optimized] target(s) in 13.25s
34692024-12-21T04:47:05.257Z[ helios-setup] Dec 21 04:47:04.346 INFO building project "bootserver" ok (13 seconds)
34702024-12-21T04:47:05.260Z[ helios-setup] rm -f helios-build
34712024-12-21T04:47:05.262Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
34722024-12-21T04:47:05.266Z[ helios-setup]
34732024-12-21T04:47:05.269Z[ helios-setup] Setup complete! ./helios-build is now available.
34742024-12-21T04:47:05.271Z[ helios-setup]
34752024-12-21T04:47:05.271Z[ helios-setup]
34762024-12-21T04:47:05.271Z[ helios-setup] real 12:06.372782677
34772024-12-21T04:47:05.271Z[ helios-setup] user 28:57.906197789
34782024-12-21T04:47:05.271Z[ helios-setup] sys 3:33.259343447
34792024-12-21T04:47:05.271Z[ helios-setup] trap 1.641777571
34802024-12-21T04:47:05.271Z[ helios-setup] tflt 6.385398398
34812024-12-21T04:47:05.271Z[ helios-setup] dflt 32.682555085
34822024-12-21T04:47:05.271Z[ helios-setup] kflt 0.024555248
34832024-12-21T04:47:05.271Z[ helios-setup] lock 2:07:14.236395687
34842024-12-21T04:47:05.271Z[ helios-setup] slp 3:47:01.388822569
34852024-12-21T04:47:05.271Z[ helios-setup] lat 32:59.284322896
34862024-12-21T04:47:05.271Z[ helios-setup] stop 4:41.572151147
34872024-12-21T04:47:05.274ZDec 21 04:47:04.361 INFO [helios-setup] process exited with exit status: 0 (726.378587447s)
34882024-12-21T04:47:05.274ZDec 21 04:47:04.361 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
34892024-12-21T04:47:05.300Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos'
34902024-12-21T04:47:05.522Z[ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26)
34912024-12-21T04:47:05.522Z[ phbl-toolchain] info: downloading component 'cargo'
34922024-12-21T04:47:07.135Z[ phbl-toolchain] info: downloading component 'clippy'
34932024-12-21T04:47:07.434Z[ phbl-toolchain] info: downloading component 'llvm-tools'
34942024-12-21T04:47:12.663Z[ phbl-toolchain] info: downloading component 'miri'
34952024-12-21T04:47:13.113Z[ phbl-toolchain] info: downloading component 'rust-docs'
34962024-12-21T04:47:14.464Z[ phbl-toolchain] info: downloading component 'rust-src'
34972024-12-21T04:47:14.649Z[ phbl-toolchain] info: downloading component 'rust-std'
34982024-12-21T04:47:17.159Z[ phbl-toolchain] info: downloading component 'rustc'
34992024-12-21T04:47:25.281Z[ phbl-toolchain] info: downloading component 'rustfmt'
35002024-12-21T04:47:25.508Z[ phbl-toolchain] info: installing component 'cargo'
35012024-12-21T04:47:26.771Z[ phbl-toolchain] info: installing component 'clippy'
35022024-12-21T04:47:27.361Z[ phbl-toolchain] info: installing component 'llvm-tools'
35032024-12-21T04:47:32.923Z[ phbl-toolchain] info: installing component 'miri'
35042024-12-21T04:47:33.267Z[ phbl-toolchain] info: installing component 'rust-docs'
35052024-12-21T04:47:41.776Z[ phbl-toolchain] info: installing component 'rust-src'
35062024-12-21T04:47:42.384Z[ phbl-toolchain] info: installing component 'rust-std'
35072024-12-21T04:47:44.780Z[ phbl-toolchain] info: installing component 'rustc'
35082024-12-21T04:47:54.014Z[ phbl-toolchain] info: installing component 'rustfmt'
35092024-12-21T04:47:54.831Z[ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25)
35102024-12-21T04:47:54.833ZDec 21 04:47:53.929 INFO [phbl-toolchain] process exited with exit status: 0 (49.567919487s)
35112024-12-21T04:48:47.700Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
35122024-12-21T04:48:51.324Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
35132024-12-21T04:55:30.118Z[ host-package] Finished `release` profile [optimized] target(s) in 19m 40s
35142024-12-21T04:56:37.684ZDec 21 04:56:36.846 INFO [host-package] process exited with exit status: 0 (1248.568716359s)
35152024-12-21T04:56:37.689ZDec 21 04:56:36.846 INFO [host-stamp] running task
35162024-12-21T04:56:37.690ZDec 21 04:56:36.846 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
35172024-12-21T04:56:37.690ZDec 21 04:56:36.847 INFO [stamp-crucible-dtrace] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-dtrace 12.0.0-0.ci+git9026ed2f3d4
35182024-12-21T04:56:37.697ZDec 21 04:56:36.862 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 12.0.0-0.ci+git9026ed2f3d4
35192024-12-21T04:56:37.702Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
35202024-12-21T04:56:37.704ZDec 21 04:56:36.869 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 12.0.0-0.ci+git9026ed2f3d4
35212024-12-21T04:56:37.709Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
35222024-12-21T04:56:37.709Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
35232024-12-21T04:56:37.716Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35242024-12-21T04:56:37.716ZDec 21 04:56:36.877 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 12.0.0-0.ci+git9026ed2f3d4
35252024-12-21T04:56:37.724Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
35262024-12-21T04:56:37.730ZDec 21 04:56:36.888 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 12.0.0-0.ci+git9026ed2f3d4
35272024-12-21T04:56:37.737Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
35282024-12-21T04:56:37.737ZDec 21 04:56:36.900 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 12.0.0-0.ci+git9026ed2f3d4
35292024-12-21T04:56:37.745Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
35302024-12-21T04:56:37.751Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35312024-12-21T04:56:37.755ZDec 21 04:56:36.916 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 12.0.0-0.ci+git9026ed2f3d4
35322024-12-21T04:56:37.767Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
35332024-12-21T04:56:37.770ZDec 21 04:56:36.932 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 12.0.0-0.ci+git9026ed2f3d4
35342024-12-21T04:56:37.782Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
35352024-12-21T04:56:37.785Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
35362024-12-21T04:56:37.785ZDec 21 04:56:36.950 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (103.700973ms)
35372024-12-21T04:56:37.785ZDec 21 04:56:36.951 INFO [stamp-oxlog] process exited with exit status: 0 (81.697369ms)
35382024-12-21T04:56:37.788ZDec 21 04:56:36.952 INFO [stamp-overlay] process exited with exit status: 0 (35.280437ms)
35392024-12-21T04:56:37.796Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
35402024-12-21T04:56:37.816Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
35412024-12-21T04:56:37.816ZDec 21 04:56:36.967 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (104.751014ms)
35422024-12-21T04:56:37.966Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
35432024-12-21T04:56:37.975ZDec 21 04:56:37.132 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (243.950118ms)
35442024-12-21T04:56:38.146Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
35452024-12-21T04:56:38.153ZDec 21 04:56:37.315 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (414.322299ms)
35462024-12-21T04:56:38.948Z[recovery-package] Compiling newtype-uuid v1.1.3
35472024-12-21T04:56:39.003Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
35482024-12-21T04:56:39.007ZDec 21 04:56:38.172 INFO [stamp-propolis-server] process exited with exit status: 0 (1.239535821s)
35492024-12-21T04:56:39.473Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
35502024-12-21T04:56:39.743Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
35512024-12-21T04:56:39.743Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
35522024-12-21T04:56:39.778Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
35532024-12-21T04:56:40.352Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
35542024-12-21T04:56:47.516Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
35552024-12-21T04:56:47.542ZDec 21 04:56:46.678 INFO [stamp-switch-asic] process exited with exit status: 0 (9.800791366s)
35562024-12-21T04:56:47.542ZDec 21 04:56:46.678 INFO [host-stamp] task succeeded (9.832292769s)
35572024-12-21T04:56:47.542ZDec 21 04:56:46.678 INFO [host-proto] running task
35582024-12-21T04:56:47.951ZDec 21 04:56:47.118 INFO [host-proto] task succeeded (439.092306ms)
35592024-12-21T04:56:47.952ZDec 21 04:56:47.118 INFO [host-profile] running task
35602024-12-21T04:56:47.962ZDec 21 04:56:47.118 INFO [host-profile] task succeeded (303.15µs)
35612024-12-21T04:56:47.962ZDec 21 04:56:47.118 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.34.311' -P /tmp/.tmphaBfYb/proto/host/root -N 'ci 9026ed2/${os_short_commit} 2024-12-21 04:34' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
35622024-12-21T04:56:47.970Z[ host-image] Dec 21 04:56:47.136 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
35632024-12-21T04:56:47.995Z[ host-image] Dec 21 04:56:47.137 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
35642024-12-21T04:56:48.018Z[ host-image] Dec 21 04:56:47.153 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmphaBfYb/proto/host/root"
35652024-12-21T04:56:48.018Z[ host-image] Dec 21 04:56:47.153 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
35662024-12-21T04:56:48.018Z[ host-image] Dec 21 04:56:47.153 INFO image builder template: ramdisk-01-os...
35672024-12-21T04:56:48.018Z[ host-image] Dec 21 04:56:47.153 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", "-F", "relver=2", "-E", "/tmp/.tmphaBfYb/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", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.311", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
35682024-12-21T04:56:48.018Z[ host-image] Dec 21 04:56:47.173 INFO O| Dec 21 04:56:47.173 INFO CREATE DATASET: rpool/images/build/host/output
35692024-12-21T04:56:48.358Z[ host-image] Dec 21 04:56:47.524 INFO O| Dec 21 04:56:47.524 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35702024-12-21T04:56:48.369Z[ host-image] Dec 21 04:56:47.528 INFO O| Dec 21 04:56:47.528 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35712024-12-21T04:56:48.624Z[ host-image] Dec 21 04:56:47.791 INFO O| Dec 21 04:56:47.791 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
35722024-12-21T04:56:48.711Z[ host-image] Dec 21 04:56:47.875 INFO O| Dec 21 04:56:47.875 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35732024-12-21T04:56:48.711Z[ host-image] Dec 21 04:56:47.876 INFO O| Dec 21 04:56:47.876 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
35742024-12-21T04:56:48.723Z[ host-image] Dec 21 04:56:47.876 INFO O| Dec 21 04:56:47.876 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
35752024-12-21T04:56:48.723Z[ host-image] Dec 21 04:56:47.876 INFO O| Dec 21 04:56:47.876 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
35762024-12-21T04:56:48.723Z[ host-image] Dec 21 04:56:47.884 INFO O| Dec 21 04:56:47.884 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
35772024-12-21T04:56:49.103Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
35782024-12-21T04:56:49.103Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35792024-12-21T04:56:49.103Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
35802024-12-21T04:56:49.121Z[recovery-package] Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
35812024-12-21T04:56:49.121Z[ host-image] Dec 21 04:56:48.267 INFO O| Dec 21 04:56:48.267 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35822024-12-21T04:56:49.122Z[ host-image] Dec 21 04:56:48.278 INFO O| Dec 21 04:56:48.277 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
35832024-12-21T04:56:49.562Z[ host-image] Dec 21 04:56:48.729 INFO O| Dec 21 04:56:48.729 INFO O| Caching catalogs ... Done
35842024-12-21T04:56:49.681Z[ host-image] Dec 21 04:56:48.848 INFO O| Dec 21 04:56:48.848 INFO STEP 0 (pkg_image_create) COMPLETE
35852024-12-21T04:56:49.681Z[ host-image] Dec 21 04:56:48.848 INFO O| Dec 21 04:56:48.848 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35862024-12-21T04:56:49.691Z[ host-image] Dec 21 04:56:48.848 INFO O| Dec 21 04:56:48.848 INFO skip step because feature "repo_redist" is not enabled
35872024-12-21T04:56:49.691Z[ host-image] Dec 21 04:56:48.848 INFO O| Dec 21 04:56:48.848 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35882024-12-21T04:56:49.704Z[ host-image] Dec 21 04:56:48.865 INFO O| Dec 21 04:56:48.865 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
35892024-12-21T04:56:50.310Z[ host-image] Dec 21 04:56:49.437 INFO O| Dec 21 04:56:49.437 INFO STEP 2 (pkg_set_publisher) COMPLETE
35902024-12-21T04:56:50.310Z[ host-image] Dec 21 04:56:49.437 INFO O| Dec 21 04:56:49.437 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35912024-12-21T04:56:50.336Z[ host-image] Dec 21 04:56:49.455 INFO O| Dec 21 04:56:49.455 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
35922024-12-21T04:56:50.896Z[ host-image] Dec 21 04:56:50.059 INFO O| Dec 21 04:56:50.059 INFO STEP 3 (pkg_set_publisher) COMPLETE
35932024-12-21T04:56:50.896Z[ host-image] Dec 21 04:56:50.059 INFO O| Dec 21 04:56:50.059 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35942024-12-21T04:56:50.907Z[ host-image] Dec 21 04:56:50.059 INFO O| Dec 21 04:56:50.059 INFO skip step because feature "repo_redist" is not enabled
35952024-12-21T04:56:50.907Z[ host-image] Dec 21 04:56:50.059 INFO O| Dec 21 04:56:50.059 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35962024-12-21T04:56:53.749Z[ host-image] Dec 21 04:56:50.653 INFO O| Dec 21 04:56:50.653 INFO variant opensolaris.zone is already global
35972024-12-21T04:56:53.749Z[ host-image] Dec 21 04:56:50.653 INFO O| Dec 21 04:56:50.653 INFO STEP 5 (pkg_change_variant) COMPLETE
35982024-12-21T04:56:53.804Z[ host-image] Dec 21 04:56:50.653 INFO O| Dec 21 04:56:50.653 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35992024-12-21T04:56:53.804Z[ host-image] Dec 21 04:56:51.237 INFO O| Dec 21 04:56:51.237 INFO variant opensolaris.imagetype is full; changing to partial
36002024-12-21T04:56:53.804Z[ host-image] Dec 21 04:56:51.237 INFO O| Dec 21 04:56:51.237 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
36012024-12-21T04:56:53.804Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
36022024-12-21T04:56:53.804Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36032024-12-21T04:56:54.889Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36042024-12-21T04:56:58.175Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36052024-12-21T04:57:02.034Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
36062024-12-21T04:57:02.183Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36072024-12-21T04:57:03.525Z[ host-image] Dec 21 04:57:02.693 INFO O| Dec 21 04:57:02.693 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36082024-12-21T04:57:06.561Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
36092024-12-21T04:57:11.170Z[ host-image] Dec 21 04:57:10.113 INFO O| Dec 21 04:57:10.113 INFO O| Startup: Caching catalogs ... Done
36102024-12-21T04:57:11.254Z[ host-image] Dec 21 04:57:10.216 INFO O| Dec 21 04:57:10.216 INFO O| Planning: Planning completed in 0.00 seconds
36112024-12-21T04:57:11.254Z[ host-image] Dec 21 04:57:10.217 INFO O| Dec 21 04:57:10.217 INFO O| Planning: Consolidating action changes ... Done
36122024-12-21T04:57:11.254Z[ host-image] Dec 21 04:57:10.217 INFO O| Dec 21 04:57:10.217 INFO O| Planning: Evaluating mediators ... Done
36132024-12-21T04:57:11.255Z[ host-image] Dec 21 04:57:10.218 INFO O| Dec 21 04:57:10.218 INFO O| Planning: Planning completed in 0.00 seconds
36142024-12-21T04:57:11.255Z[ host-image] Dec 21 04:57:10.218 INFO O| Dec 21 04:57:10.218 INFO O| Variants/Facets to change: 1
36152024-12-21T04:57:11.255Z[ host-image] Dec 21 04:57:10.245 INFO O| Dec 21 04:57:10.244 INFO O| Done
36162024-12-21T04:57:11.255Z[ host-image] Dec 21 04:57:10.245 INFO O| Dec 21 04:57:10.244 INFO O| Done
36172024-12-21T04:57:11.978Z[ host-image] Dec 21 04:57:11.079 INFO O| Dec 21 04:57:11.079 INFO O| Done
36182024-12-21T04:57:12.008Z[ host-image] Dec 21 04:57:11.148 INFO O| Dec 21 04:57:11.148 INFO O| Done
36192024-12-21T04:57:12.008Z[ host-image] Dec 21 04:57:11.149 INFO O| Dec 21 04:57:11.149 INFO O| Done
36202024-12-21T04:57:12.009Z[ host-image] Dec 21 04:57:11.150 INFO O| Dec 21 04:57:11.149 INFO O| Done
36212024-12-21T04:57:12.009Z[ host-image] Dec 21 04:57:11.151 INFO O| Dec 21 04:57:11.151 INFO O| Done
36222024-12-21T04:57:12.480Z[ host-image] Dec 21 04:57:11.637 INFO O| Dec 21 04:57:11.636 INFO STEP 6 (pkg_change_variant) COMPLETE
36232024-12-21T04:57:12.480Z[ host-image] Dec 21 04:57:11.637 INFO O| Dec 21 04:57:11.637 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36242024-12-21T04:57:12.484Z[ host-image] Dec 21 04:57:11.637 INFO O| Dec 21 04:57:11.637 INFO skip step because feature "debug_variant" is not enabled
36252024-12-21T04:57:12.484Z[ host-image] Dec 21 04:57:11.637 INFO O| Dec 21 04:57:11.637 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36262024-12-21T04:57:13.062Z[ host-image] Dec 21 04:57:12.228 INFO O| Dec 21 04:57:12.228 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
36272024-12-21T04:57:14.043Z[ host-image] Dec 21 04:57:13.212 INFO O| Dec 21 04:57:13.212 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36282024-12-21T04:57:14.047Z[ host-image] Dec 21 04:57:13.213 INFO O| Dec 21 04:57:13.213 INFO O| Planning: Planning completed in 0.00 seconds
36292024-12-21T04:57:14.047Z[ host-image] Dec 21 04:57:13.214 INFO O| Dec 21 04:57:13.214 INFO O| Planning: Consolidating action changes ... Done
36302024-12-21T04:57:14.047Z[ host-image] Dec 21 04:57:13.214 INFO O| Dec 21 04:57:13.214 INFO O| Planning: Evaluating mediators ... Done
36312024-12-21T04:57:14.047Z[ host-image] Dec 21 04:57:13.214 INFO O| Dec 21 04:57:13.214 INFO O| Planning: Planning completed in 0.00 seconds
36322024-12-21T04:57:14.047Z[ host-image] Dec 21 04:57:13.215 INFO O| Dec 21 04:57:13.215 INFO O| Variants/Facets to change: 1
36332024-12-21T04:57:14.071Z[ host-image] Dec 21 04:57:13.241 INFO O| Dec 21 04:57:13.241 INFO O| Done
36342024-12-21T04:57:14.071Z[ host-image] Dec 21 04:57:13.241 INFO O| Dec 21 04:57:13.241 INFO O| Done
36352024-12-21T04:57:14.461Z[ host-image] Dec 21 04:57:13.630 INFO O| Dec 21 04:57:13.630 INFO O| Done
36362024-12-21T04:57:14.514Z[ host-image] Dec 21 04:57:13.684 INFO O| Dec 21 04:57:13.683 INFO O| Done
36372024-12-21T04:57:14.521Z[ host-image] Dec 21 04:57:13.684 INFO O| Dec 21 04:57:13.684 INFO O| Done
36382024-12-21T04:57:14.521Z[ host-image] Dec 21 04:57:13.684 INFO O| Dec 21 04:57:13.684 INFO O| Done
36392024-12-21T04:57:14.521Z[ host-image] Dec 21 04:57:13.685 INFO O| Dec 21 04:57:13.685 INFO O| Done
36402024-12-21T04:57:14.568Z[ host-image] Dec 21 04:57:13.738 INFO O| Dec 21 04:57:13.738 INFO STEP 8 (pkg_change_facet) COMPLETE
36412024-12-21T04:57:14.569Z[ host-image] Dec 21 04:57:13.738 INFO O| Dec 21 04:57:13.738 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36422024-12-21T04:57:14.573Z[ host-image] Dec 21 04:57:13.738 INFO O| Dec 21 04:57:13.738 INFO skip step because feature "recovery" is not enabled
36432024-12-21T04:57:14.573Z[ host-image] Dec 21 04:57:13.738 INFO O| Dec 21 04:57:13.738 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36442024-12-21T04:57:14.573Z[ host-image] Dec 21 04:57:13.738 INFO O| Dec 21 04:57:13.738 INFO skip step because feature "recovery" is not enabled
36452024-12-21T04:57:14.573Z[ host-image] Dec 21 04:57:13.738 INFO O| Dec 21 04:57:13.738 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36462024-12-21T04:57:14.582Z[ host-image] Dec 21 04:57:13.751 INFO O| Dec 21 04:57:13.751 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", "/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"]
36472024-12-21T04:57:15.044Z[ host-image] Dec 21 04:57:14.214 INFO O| Dec 21 04:57:14.214 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36482024-12-21T04:57:27.221Z[recovery-package] Finished `release` profile [optimized] target(s) in 49.27s
36492024-12-21T04:57:29.046ZDec 21 04:57:28.217 INFO [recovery-package] process exited with exit status: 0 (51.370127073s)
36502024-12-21T04:57:29.047ZDec 21 04:57:28.217 INFO [recovery-stamp] running task
36512024-12-21T04:57:29.061ZDec 21 04:57:28.217 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
36522024-12-21T04:57:29.062ZDec 21 04:57:28.217 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+git9026ed2f3d4
36532024-12-21T04:57:29.074ZDec 21 04:57:28.236 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 12.0.0-0.ci+git9026ed2f3d4
36542024-12-21T04:57:29.075Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
36552024-12-21T04:57:29.092Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
36562024-12-21T04:57:29.160Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
36572024-12-21T04:57:29.175ZDec 21 04:57:28.333 INFO [stamp-installinator] process exited with exit status: 0 (116.085878ms)
36582024-12-21T04:57:29.206Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
36592024-12-21T04:57:29.214ZDec 21 04:57:28.373 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (137.604096ms)
36602024-12-21T04:57:29.215ZDec 21 04:57:28.374 INFO [recovery-stamp] task succeeded (156.740718ms)
36612024-12-21T04:57:29.215ZDec 21 04:57:28.374 INFO [recovery-proto] running task
36622024-12-21T04:57:29.215ZDec 21 04:57:28.374 INFO [tuf-stamp] running task
36632024-12-21T04:57:29.215ZDec 21 04:57:28.375 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 12.0.0-0.ci+git9026ed2f3d4
36642024-12-21T04:57:29.220ZDec 21 04:57:28.390 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 12.0.0-0.ci+git9026ed2f3d4
36652024-12-21T04:57:29.231Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
36662024-12-21T04:57:29.231ZDec 21 04:57:28.404 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 12.0.0-0.ci+git9026ed2f3d4
36672024-12-21T04:57:29.242Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
36682024-12-21T04:57:29.249ZDec 21 04:57:28.417 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 12.0.0-0.ci+git9026ed2f3d4
36692024-12-21T04:57:29.262Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
36702024-12-21T04:57:29.270ZDec 21 04:57:28.432 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 12.0.0-0.ci+git9026ed2f3d4
36712024-12-21T04:57:29.286Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
36722024-12-21T04:57:29.293ZDec 21 04:57:28.458 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 12.0.0-0.ci+git9026ed2f3d4
36732024-12-21T04:57:29.326Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
36742024-12-21T04:57:29.326ZDec 21 04:57:28.492 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 12.0.0-0.ci+git9026ed2f3d4
36752024-12-21T04:57:29.340Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
36762024-12-21T04:57:29.370Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
36772024-12-21T04:57:29.379ZDec 21 04:57:28.542 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 12.0.0-0.ci+git9026ed2f3d4
36782024-12-21T04:57:29.451Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
36792024-12-21T04:57:29.463ZDec 21 04:57:28.623 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 12.0.0-0.ci+git9026ed2f3d4
36802024-12-21T04:57:29.485ZDec 21 04:57:28.657 INFO [recovery-proto] task succeeded (283.064001ms)
36812024-12-21T04:57:29.492ZDec 21 04:57:28.659 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.34.311' -P /tmp/.tmphaBfYb/proto/recovery/root -N 'recovery 9026ed2/${os_short_commit} 2024-12-21 04:34' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
36822024-12-21T04:57:29.629ZDec 21 04:57:28.801 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 12.0.0-0.ci+git9026ed2f3d4
36832024-12-21T04:57:29.630Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
36842024-12-21T04:57:29.728Z[ recovery-image] Dec 21 04:57:28.862 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
36852024-12-21T04:57:29.728Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
36862024-12-21T04:57:29.728Z[ recovery-image] Dec 21 04:57:28.862 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
36872024-12-21T04:57:29.739Z[ recovery-image] Dec 21 04:57:28.880 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmphaBfYb/proto/recovery/root"
36882024-12-21T04:57:29.739Z[ recovery-image] Dec 21 04:57:28.880 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
36892024-12-21T04:57:29.739Z[ recovery-image] Dec 21 04:57:28.880 INFO image builder template: ramdisk-01-os...
36902024-12-21T04:57:29.739Z[ recovery-image] Dec 21 04:57:28.880 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", "-F", "relver=2", "-E", "/tmp/.tmphaBfYb/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", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
36912024-12-21T04:57:29.753Z[ recovery-image] Dec 21 04:57:28.915 INFO O| Dec 21 04:57:28.908 INFO CREATE DATASET: rpool/images/build/recovery/output
36922024-12-21T04:57:29.753Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
36932024-12-21T04:57:29.754ZDec 21 04:57:28.921 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 12.0.0-0.ci+git9026ed2f3d4
36942024-12-21T04:57:29.888Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
36952024-12-21T04:57:29.898ZDec 21 04:57:29.058 INFO [stamp-probe] process exited with exit status: 0 (683.559778ms)
36962024-12-21T04:57:29.898ZDec 21 04:57:29.058 INFO [stamp-ntp] process exited with exit status: 0 (668.390948ms)
36972024-12-21T04:57:30.039Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
36982024-12-21T04:57:30.039Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
36992024-12-21T04:57:30.191Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
37002024-12-21T04:57:30.228Z[ recovery-image] Dec 21 04:57:29.271 INFO O| Dec 21 04:57:29.271 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
37012024-12-21T04:57:30.228Z[ recovery-image] Dec 21 04:57:29.277 INFO O| Dec 21 04:57:29.277 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
37022024-12-21T04:57:30.595Z[ recovery-image] Dec 21 04:57:29.767 INFO O| Dec 21 04:57:29.767 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
37032024-12-21T04:57:30.712Z[ recovery-image] Dec 21 04:57:29.884 INFO O| Dec 21 04:57:29.884 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
37042024-12-21T04:57:30.712Z[ recovery-image] Dec 21 04:57:29.884 INFO O| Dec 21 04:57:29.884 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
37052024-12-21T04:57:30.720Z[ recovery-image] Dec 21 04:57:29.884 INFO O| Dec 21 04:57:29.884 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
37062024-12-21T04:57:30.720Z[ recovery-image] Dec 21 04:57:29.884 INFO O| Dec 21 04:57:29.884 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
37072024-12-21T04:57:30.741Z[ recovery-image] Dec 21 04:57:29.913 INFO O| Dec 21 04:57:29.913 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
37082024-12-21T04:57:30.801Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
37092024-12-21T04:57:30.819ZDec 21 04:57:29.992 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.533360981s)
37102024-12-21T04:57:31.171Z[ recovery-image] Dec 21 04:57:30.343 INFO O| Dec 21 04:57:30.343 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37112024-12-21T04:57:31.185Z[ recovery-image] Dec 21 04:57:30.357 INFO O| Dec 21 04:57:30.357 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
37122024-12-21T04:57:31.344Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
37132024-12-21T04:57:31.409ZDec 21 04:57:30.548 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.056441684s)
37142024-12-21T04:57:31.429Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
37152024-12-21T04:57:31.498ZDec 21 04:57:30.669 INFO [stamp-internal-dns] process exited with exit status: 0 (2.046036146s)
37162024-12-21T04:57:31.644Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
37172024-12-21T04:57:31.651Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
37182024-12-21T04:57:31.665ZDec 21 04:57:30.826 INFO [stamp-external-dns] process exited with exit status: 0 (1.904988782s)
37192024-12-21T04:57:31.665ZDec 21 04:57:30.830 INFO [stamp-oximeter] process exited with exit status: 0 (2.28737249s)
37202024-12-21T04:57:31.760Z[ recovery-image] Dec 21 04:57:30.931 INFO O| Dec 21 04:57:30.931 INFO O| Caching catalogs ... Done
37212024-12-21T04:57:31.874Z[ recovery-image] Dec 21 04:57:31.042 INFO O| Dec 21 04:57:31.042 INFO STEP 0 (pkg_image_create) COMPLETE
37222024-12-21T04:57:31.874Z[ recovery-image] Dec 21 04:57:31.042 INFO O| Dec 21 04:57:31.042 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37232024-12-21T04:57:31.874Z[ recovery-image] Dec 21 04:57:31.042 INFO O| Dec 21 04:57:31.042 INFO skip step because feature "repo_redist" is not enabled
37242024-12-21T04:57:31.874Z[ recovery-image] Dec 21 04:57:31.042 INFO O| Dec 21 04:57:31.042 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37252024-12-21T04:57:31.885Z[ recovery-image] Dec 21 04:57:31.057 INFO O| Dec 21 04:57:31.057 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
37262024-12-21T04:57:32.355Z[ recovery-image] Dec 21 04:57:31.523 INFO O| Dec 21 04:57:31.523 INFO STEP 2 (pkg_set_publisher) COMPLETE
37272024-12-21T04:57:32.355Z[ recovery-image] Dec 21 04:57:31.523 INFO O| Dec 21 04:57:31.523 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37282024-12-21T04:57:32.375Z[ recovery-image] Dec 21 04:57:31.538 INFO O| Dec 21 04:57:31.538 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
37292024-12-21T04:57:32.758Z[ recovery-image] Dec 21 04:57:31.928 INFO O| Dec 21 04:57:31.928 INFO STEP 3 (pkg_set_publisher) COMPLETE
37302024-12-21T04:57:32.758Z[ recovery-image] Dec 21 04:57:31.928 INFO O| Dec 21 04:57:31.928 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37312024-12-21T04:57:32.767Z[ recovery-image] Dec 21 04:57:31.928 INFO O| Dec 21 04:57:31.928 INFO skip step because feature "repo_redist" is not enabled
37322024-12-21T04:57:32.767Z[ recovery-image] Dec 21 04:57:31.928 INFO O| Dec 21 04:57:31.928 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37332024-12-21T04:57:33.222Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
37342024-12-21T04:57:33.238ZDec 21 04:57:32.398 INFO [stamp-nexus] process exited with exit status: 0 (3.966056599s)
37352024-12-21T04:57:33.238Z[ recovery-image] Dec 21 04:57:32.400 INFO O| Dec 21 04:57:32.399 INFO variant opensolaris.zone is already global
37362024-12-21T04:57:33.238Z[ recovery-image] Dec 21 04:57:32.400 INFO O| Dec 21 04:57:32.400 INFO STEP 5 (pkg_change_variant) COMPLETE
37372024-12-21T04:57:33.238Z[ recovery-image] Dec 21 04:57:32.400 INFO O| Dec 21 04:57:32.400 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37382024-12-21T04:57:33.591Z[ recovery-image] Dec 21 04:57:32.749 INFO O| Dec 21 04:57:32.749 INFO variant opensolaris.imagetype is full; changing to partial
37392024-12-21T04:57:33.592Z[ recovery-image] Dec 21 04:57:32.749 INFO O| Dec 21 04:57:32.749 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
37402024-12-21T04:57:34.199Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37412024-12-21T04:57:34.211Z[verify-libraries] Compiling home v0.5.9
37422024-12-21T04:57:34.379Z[verify-libraries] Compiling cfg_aliases v0.1.1
37432024-12-21T04:57:34.418Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
37442024-12-21T04:57:34.418Z[verify-libraries] Compiling sqlparser_derive v0.2.2
37452024-12-21T04:57:34.418Z[verify-libraries] Compiling unicode_categories v0.1.1
37462024-12-21T04:57:34.429Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
37472024-12-21T04:57:34.429Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37482024-12-21T04:57:34.938Z[verify-libraries] Compiling polyval v0.6.2
37492024-12-21T04:57:35.073Z[verify-libraries] Compiling sqlformat v0.2.6
37502024-12-21T04:57:35.084Z[verify-libraries] Compiling nix v0.28.0
37512024-12-21T04:57:35.098Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
37522024-12-21T04:57:35.134ZDec 21 04:57:34.303 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.886323262s)
37532024-12-21T04:57:35.667Z[verify-libraries] Compiling sqlparser v0.45.0
37542024-12-21T04:57:35.744Z[verify-libraries] Compiling ghash v0.5.1
37552024-12-21T04:57:35.832Z[verify-libraries] Compiling ctr v0.9.2
37562024-12-21T04:57:36.072Z[verify-libraries] Compiling ssh-encoding v0.2.0
37572024-12-21T04:57:36.262Z[verify-libraries] Compiling blowfish v0.9.1
37582024-12-21T04:57:36.600Z[verify-libraries] Compiling aes-gcm v0.10.3
37592024-12-21T04:57:37.211Z[verify-libraries] Compiling ssh-cipher v0.2.0
37602024-12-21T04:57:40.658Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
37612024-12-21T04:57:40.735Z[verify-libraries] Compiling password-hash v0.4.2
37622024-12-21T04:57:41.287Z[verify-libraries] Compiling rustyline v14.0.0
37632024-12-21T04:57:42.582Z[verify-libraries] Compiling matches v0.1.10
37642024-12-21T04:57:42.796Z[verify-libraries] Compiling idna v0.2.3
37652024-12-21T04:57:42.867Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
37662024-12-21T04:57:42.889Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
37672024-12-21T04:57:42.899ZDec 21 04:57:42.069 INFO [stamp-clickhouse] process exited with exit status: 0 (13.665452959s)
37682024-12-21T04:57:42.921ZDec 21 04:57:42.095 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (13.29338341s)
37692024-12-21T04:57:42.921ZDec 21 04:57:42.095 INFO [tuf-stamp] task succeeded (13.721299444s)
37702024-12-21T04:57:44.756Z[verify-libraries] Compiling pbkdf2 v0.11.0
37712024-12-21T04:57:44.809Z[verify-libraries] Compiling ssh-key v0.6.6
37722024-12-21T04:57:45.291Z[verify-libraries] Compiling p521 v0.13.3
37732024-12-21T04:57:51.039Z[verify-libraries] Compiling p256 v0.13.2
37742024-12-21T04:57:51.063Z[ recovery-image] Dec 21 04:57:46.842 INFO O| Dec 21 04:57:46.842 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37752024-12-21T04:57:51.063Z[verify-libraries] Compiling enum-as-inner v0.5.1
37762024-12-21T04:57:51.063Z[verify-libraries] Compiling russh-cryptovec v0.7.3
37772024-12-21T04:57:51.146Z[verify-libraries] Compiling md5 v0.7.0
37782024-12-21T04:57:51.787Z[verify-libraries] Compiling trust-dns-proto v0.22.0
37792024-12-21T04:57:51.976Z[verify-libraries] Compiling russh-keys v0.45.0
37802024-12-21T04:57:56.139Z[ recovery-image] Dec 21 04:57:55.315 INFO O| Dec 21 04:57:55.314 INFO O| Startup: Caching catalogs ... Done
37812024-12-21T04:57:56.260Z[ recovery-image] Dec 21 04:57:55.436 INFO O| Dec 21 04:57:55.436 INFO O| Planning: Planning completed in 0.00 seconds
37822024-12-21T04:57:56.263Z[ recovery-image] Dec 21 04:57:55.437 INFO O| Dec 21 04:57:55.437 INFO O| Planning: Consolidating action changes ... Done
37832024-12-21T04:57:56.263Z[ recovery-image] Dec 21 04:57:55.438 INFO O| Dec 21 04:57:55.438 INFO O| Planning: Evaluating mediators ... Done
37842024-12-21T04:57:56.263Z[ recovery-image] Dec 21 04:57:55.438 INFO O| Dec 21 04:57:55.438 INFO O| Planning: Planning completed in 0.00 seconds
37852024-12-21T04:57:56.263Z[ recovery-image] Dec 21 04:57:55.439 INFO O| Dec 21 04:57:55.439 INFO O| Variants/Facets to change: 1
37862024-12-21T04:57:56.522Z[ recovery-image] Dec 21 04:57:55.697 INFO O| Dec 21 04:57:55.697 INFO O| Done
37872024-12-21T04:57:56.522Z[ recovery-image] Dec 21 04:57:55.697 INFO O| Dec 21 04:57:55.697 INFO O| Done
37882024-12-21T04:57:57.498Z[ recovery-image] Dec 21 04:57:56.674 INFO O| Dec 21 04:57:56.674 INFO O| Done
37892024-12-21T04:57:57.593Z[ recovery-image] Dec 21 04:57:56.769 INFO O| Dec 21 04:57:56.769 INFO O| Done
37902024-12-21T04:57:57.597Z[ recovery-image] Dec 21 04:57:56.772 INFO O| Dec 21 04:57:56.772 INFO O| Done
37912024-12-21T04:57:57.597Z[ recovery-image] Dec 21 04:57:56.772 INFO O| Dec 21 04:57:56.772 INFO O| Done
37922024-12-21T04:57:57.600Z[ recovery-image] Dec 21 04:57:56.774 INFO O| Dec 21 04:57:56.774 INFO O| Done
37932024-12-21T04:57:57.819Z[verify-libraries] Compiling num-bigint v0.4.6
37942024-12-21T04:57:58.474Z[ recovery-image] Dec 21 04:57:57.624 INFO O| Dec 21 04:57:57.624 INFO STEP 6 (pkg_change_variant) COMPLETE
37952024-12-21T04:57:58.474Z[ recovery-image] Dec 21 04:57:57.624 INFO O| Dec 21 04:57:57.624 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37962024-12-21T04:57:58.474Z[ recovery-image] Dec 21 04:57:57.624 INFO O| Dec 21 04:57:57.624 INFO skip step because feature "debug_variant" is not enabled
37972024-12-21T04:57:58.474Z[ recovery-image] Dec 21 04:57:57.624 INFO O| Dec 21 04:57:57.624 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37982024-12-21T04:57:59.172Z[ recovery-image] Dec 21 04:57:58.348 INFO O| Dec 21 04:57:58.348 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
37992024-12-21T04:58:00.258Z[ recovery-image] Dec 21 04:57:59.434 INFO O| Dec 21 04:57:59.434 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38002024-12-21T04:58:00.261Z[ recovery-image] Dec 21 04:57:59.436 INFO O| Dec 21 04:57:59.436 INFO O| Planning: Planning completed in 0.00 seconds
38012024-12-21T04:58:00.261Z[ recovery-image] Dec 21 04:57:59.437 INFO O| Dec 21 04:57:59.437 INFO O| Planning: Consolidating action changes ... Done
38022024-12-21T04:58:00.261Z[ recovery-image] Dec 21 04:57:59.437 INFO O| Dec 21 04:57:59.437 INFO O| Planning: Evaluating mediators ... Done
38032024-12-21T04:58:00.264Z[ recovery-image] Dec 21 04:57:59.438 INFO O| Dec 21 04:57:59.438 INFO O| Planning: Planning completed in 0.00 seconds
38042024-12-21T04:58:00.265Z[ recovery-image] Dec 21 04:57:59.439 INFO O| Dec 21 04:57:59.439 INFO O| Variants/Facets to change: 1
38052024-12-21T04:58:00.377Z[ recovery-image] Dec 21 04:57:59.554 INFO O| Dec 21 04:57:59.553 INFO O| Done
38062024-12-21T04:58:00.378Z[ recovery-image] Dec 21 04:57:59.554 INFO O| Dec 21 04:57:59.554 INFO O| Done
38072024-12-21T04:58:01.373Z[ recovery-image] Dec 21 04:58:00.550 INFO O| Dec 21 04:58:00.549 INFO O| Done
38082024-12-21T04:58:01.462Z[ recovery-image] Dec 21 04:58:00.639 INFO O| Dec 21 04:58:00.638 INFO O| Done
38092024-12-21T04:58:01.481Z[ recovery-image] Dec 21 04:58:00.657 INFO O| Dec 21 04:58:00.657 INFO O| Done
38102024-12-21T04:58:01.484Z[ recovery-image] Dec 21 04:58:00.657 INFO O| Dec 21 04:58:00.657 INFO O| Done
38112024-12-21T04:58:01.484Z[ recovery-image] Dec 21 04:58:00.659 INFO O| Dec 21 04:58:00.659 INFO O| Done
38122024-12-21T04:58:01.606Z[ recovery-image] Dec 21 04:58:00.774 INFO O| Dec 21 04:58:00.774 INFO STEP 8 (pkg_change_facet) COMPLETE
38132024-12-21T04:58:01.606Z[ recovery-image] Dec 21 04:58:00.774 INFO O| Dec 21 04:58:00.774 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38142024-12-21T04:58:02.279Z[ recovery-image] Dec 21 04:58:01.456 INFO O| Dec 21 04:58:01.455 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
38152024-12-21T04:58:03.298Z[ recovery-image] Dec 21 04:58:02.475 INFO O| Dec 21 04:58:02.475 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38162024-12-21T04:58:03.302Z[ recovery-image] Dec 21 04:58:02.477 INFO O| Dec 21 04:58:02.477 INFO O| Planning: Planning completed in 0.00 seconds
38172024-12-21T04:58:03.302Z[ recovery-image] Dec 21 04:58:02.478 INFO O| Dec 21 04:58:02.478 INFO O| Planning: Consolidating action changes ... Done
38182024-12-21T04:58:03.302Z[ recovery-image] Dec 21 04:58:02.478 INFO O| Dec 21 04:58:02.478 INFO O| Planning: Evaluating mediators ... Done
38192024-12-21T04:58:03.302Z[ recovery-image] Dec 21 04:58:02.478 INFO O| Dec 21 04:58:02.478 INFO O| Planning: Planning completed in 0.00 seconds
38202024-12-21T04:58:03.302Z[ recovery-image] Dec 21 04:58:02.479 INFO O| Dec 21 04:58:02.479 INFO O| Variants/Facets to change: 1
38212024-12-21T04:58:03.407Z[ recovery-image] Dec 21 04:58:02.584 INFO O| Dec 21 04:58:02.583 INFO O| Done
38222024-12-21T04:58:03.407Z[ recovery-image] Dec 21 04:58:02.584 INFO O| Dec 21 04:58:02.583 INFO O| Done
38232024-12-21T04:58:04.195Z[ recovery-image] Dec 21 04:58:03.371 INFO O| Dec 21 04:58:03.371 INFO O| Done
38242024-12-21T04:58:04.270Z[ recovery-image] Dec 21 04:58:03.447 INFO O| Dec 21 04:58:03.447 INFO O| Done
38252024-12-21T04:58:04.274Z[ recovery-image] Dec 21 04:58:03.448 INFO O| Dec 21 04:58:03.448 INFO O| Done
38262024-12-21T04:58:04.274Z[ recovery-image] Dec 21 04:58:03.448 INFO O| Dec 21 04:58:03.448 INFO O| Done
38272024-12-21T04:58:04.274Z[ recovery-image] Dec 21 04:58:03.450 INFO O| Dec 21 04:58:03.450 INFO O| Done
38282024-12-21T04:58:04.367Z[ recovery-image] Dec 21 04:58:03.544 INFO O| Dec 21 04:58:03.544 INFO STEP 9 (pkg_change_facet) COMPLETE
38292024-12-21T04:58:04.367Z[ recovery-image] Dec 21 04:58:03.544 INFO O| Dec 21 04:58:03.544 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38302024-12-21T04:58:05.104Z[ recovery-image] Dec 21 04:58:04.281 INFO O| Dec 21 04:58:04.281 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
38312024-12-21T04:58:06.253Z[ recovery-image] Dec 21 04:58:05.430 INFO O| Dec 21 04:58:05.430 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38322024-12-21T04:58:06.256Z[ recovery-image] Dec 21 04:58:05.432 INFO O| Dec 21 04:58:05.432 INFO O| Planning: Planning completed in 0.00 seconds
38332024-12-21T04:58:06.256Z[ recovery-image] Dec 21 04:58:05.433 INFO O| Dec 21 04:58:05.433 INFO O| Planning: Consolidating action changes ... Done
38342024-12-21T04:58:06.256Z[ recovery-image] Dec 21 04:58:05.433 INFO O| Dec 21 04:58:05.433 INFO O| Planning: Evaluating mediators ... Done
38352024-12-21T04:58:06.256Z[ recovery-image] Dec 21 04:58:05.434 INFO O| Dec 21 04:58:05.434 INFO O| Planning: Planning completed in 0.00 seconds
38362024-12-21T04:58:06.259Z[ recovery-image] Dec 21 04:58:05.434 INFO O| Dec 21 04:58:05.434 INFO O| Variants/Facets to change: 1
38372024-12-21T04:58:06.352Z[ recovery-image] Dec 21 04:58:05.529 INFO O| Dec 21 04:58:05.529 INFO O| Done
38382024-12-21T04:58:06.352Z[ recovery-image] Dec 21 04:58:05.529 INFO O| Dec 21 04:58:05.529 INFO O| Done
38392024-12-21T04:58:07.094Z[ recovery-image] Dec 21 04:58:06.271 INFO O| Dec 21 04:58:06.271 INFO O| Done
38402024-12-21T04:58:07.191Z[ recovery-image] Dec 21 04:58:06.368 INFO O| Dec 21 04:58:06.368 INFO O| Done
38412024-12-21T04:58:07.194Z[ recovery-image] Dec 21 04:58:06.369 INFO O| Dec 21 04:58:06.369 INFO O| Done
38422024-12-21T04:58:07.194Z[ recovery-image] Dec 21 04:58:06.369 INFO O| Dec 21 04:58:06.369 INFO O| Done
38432024-12-21T04:58:07.194Z[ recovery-image] Dec 21 04:58:06.371 INFO O| Dec 21 04:58:06.371 INFO O| Done
38442024-12-21T04:58:07.304Z[ recovery-image] Dec 21 04:58:06.481 INFO O| Dec 21 04:58:06.481 INFO STEP 10 (pkg_change_facet) COMPLETE
38452024-12-21T04:58:07.304Z[ recovery-image] Dec 21 04:58:06.481 INFO O| Dec 21 04:58:06.481 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38462024-12-21T04:58:07.324Z[ recovery-image] Dec 21 04:58:06.501 INFO O| Dec 21 04:58:06.500 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", "/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"]
38472024-12-21T04:58:07.912Z[verify-libraries] Compiling des v0.8.1
38482024-12-21T04:58:08.027Z[verify-libraries] Compiling dhcproto-macros v0.1.0
38492024-12-21T04:58:08.321Z[ recovery-image] Dec 21 04:58:07.498 INFO O| Dec 21 04:58:07.498 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38502024-12-21T04:58:08.537Z[verify-libraries] Compiling hex-literal v0.4.1
38512024-12-21T04:58:08.792Z[ host-image] Dec 21 04:58:07.969 INFO O| Dec 21 04:58:07.968 INFO O| Planning: Solver setup ... Done
38522024-12-21T04:58:08.881Z[verify-libraries] Compiling russh v0.45.0
38532024-12-21T04:58:09.203Z[verify-libraries] Compiling dhcproto v0.12.0
38542024-12-21T04:58:15.558Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38552024-12-21T04:58:18.953Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38562024-12-21T04:58:20.529Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
38572024-12-21T04:58:32.353Z[verify-libraries] Compiling petname v2.0.2
38582024-12-21T04:58:33.721Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
38592024-12-21T04:58:34.423Z[verify-libraries] Compiling internet-checksum v0.2.1
38602024-12-21T04:58:35.428Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
38612024-12-21T04:58:36.675Z[verify-libraries] Compiling heck v0.4.1
38622024-12-21T04:58:38.125Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
38632024-12-21T04:58:46.679Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
38642024-12-21T04:58:51.895Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
38652024-12-21T04:58:54.245Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
38662024-12-21T04:59:01.751Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
38672024-12-21T04:59:12.019Z[ recovery-image] Dec 21 04:59:11.205 INFO O| Dec 21 04:59:11.204 INFO O| Planning: Solver setup ... Done
38682024-12-21T04:59:19.136Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
38692024-12-21T04:59:21.137Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38702024-12-21T04:59:29.080Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
38712024-12-21T04:59:34.732Z[ host-image] Dec 21 04:59:33.921 INFO O| Dec 21 04:59:33.921 INFO O| Planning: Running solver ... Done
38722024-12-21T04:59:35.472Z[ host-image] Dec 21 04:59:34.661 INFO O| Dec 21 04:59:34.661 INFO O| Planning: Finding local manifests ... Done
38732024-12-21T04:59:35.495Z[ host-image] Dec 21 04:59:34.684 INFO O| Dec 21 04:59:34.684 INFO O| Planning: Fetching manifests: 0/124 0% complete
38742024-12-21T04:59:40.943Z[ host-image] Dec 21 04:59:40.131 INFO O| Dec 21 04:59:40.130 INFO O| Planning: Fetching manifests: 124/124 100% complete
38752024-12-21T04:59:42.516Z[ host-image] Dec 21 04:59:41.706 INFO O| Dec 21 04:59:41.706 INFO O| Planning: Package planning ... Done
38762024-12-21T04:59:44.064Z[ host-image] Dec 21 04:59:43.254 INFO O| Dec 21 04:59:43.254 INFO O| Planning: Merging actions ... Done
38772024-12-21T04:59:44.596Z[ host-image] Dec 21 04:59:43.787 INFO O| Dec 21 04:59:43.787 INFO O| Planning: Checking for conflicting actions ... Done
38782024-12-21T04:59:44.880Z[ host-image] Dec 21 04:59:44.070 INFO O| Dec 21 04:59:44.070 INFO O| Planning: Consolidating action changes ... Done
38792024-12-21T04:59:45.342Z[ host-image] Dec 21 04:59:44.532 INFO O| Dec 21 04:59:44.532 INFO O| Planning: Evaluating mediators ... Done
38802024-12-21T04:59:51.726Z[ host-image] Dec 21 04:59:50.918 INFO O| Dec 21 04:59:50.917 INFO O| Planning: Planning completed in 156.70 seconds
38812024-12-21T04:59:51.734Z[ host-image] Dec 21 04:59:50.925 INFO O| Dec 21 04:59:50.925 INFO O| Packages to install: 124
38822024-12-21T04:59:51.736Z[ host-image] Dec 21 04:59:50.925 INFO O| Dec 21 04:59:50.925 INFO O| Mediators to change: 4
38832024-12-21T04:59:51.736Z[ host-image] Dec 21 04:59:50.925 INFO O| Dec 21 04:59:50.925 INFO O| Services to change: 6
38842024-12-21T04:59:51.875Z[ host-image] Dec 21 04:59:51.066 INFO O| Dec 21 04:59:51.066 INFO O| Download: 0/22788 items 0.0/199.7MB 0% complete
38852024-12-21T04:59:53.940Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
38862024-12-21T04:59:56.899Z[ host-image] Dec 21 04:59:56.091 INFO O| Dec 21 04:59:56.090 INFO O| Download: 740/22788 items 5.0/199.7MB 2% complete (1012k/s)
38872024-12-21T04:59:59.481Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
38882024-12-21T05:00:00.799Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
38892024-12-21T05:00:01.205Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
38902024-12-21T05:00:01.771Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38912024-12-21T05:00:02.149Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
38922024-12-21T05:00:02.571Z[verify-libraries] Compiling sync-ptr v0.1.1
38932024-12-21T05:00:02.598Z[ host-image] Dec 21 05:00:01.791 INFO O| Dec 21 05:00:01.791 INFO O| Download: 1596/22788 items 9.6/199.7MB 4% complete (1.0M/s)
38942024-12-21T05:00:02.927Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38952024-12-21T05:00:08.076Z[ host-image] Dec 21 05:00:07.269 INFO O| Dec 21 05:00:07.269 INFO O| Download: 1658/22788 items 10.9/199.7MB 5% complete (843k/s)
38962024-12-21T05:00:12.340Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
38972024-12-21T05:00:13.362Z[ host-image] Dec 21 05:00:12.556 INFO O| Dec 21 05:00:12.556 INFO O| Download: 1792/22788 items 13.2/199.7MB 6% complete (302k/s)
38982024-12-21T05:00:15.427Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38992024-12-21T05:00:18.124Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
39002024-12-21T05:00:18.579Z[ host-image] Dec 21 05:00:17.775 INFO O| Dec 21 05:00:17.774 INFO O| Download: 2090/22788 items 23.4/199.7MB 11% complete (1.4M/s)
39012024-12-21T05:00:20.130Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
39022024-12-21T05:00:23.804Z[ host-image] Dec 21 05:00:23.000 INFO O| Dec 21 05:00:23.000 INFO O| Download: 2257/22788 items 24.8/199.7MB 12% complete (1.2M/s)
39032024-12-21T05:00:28.811Z[ host-image] Dec 21 05:00:28.007 INFO O| Dec 21 05:00:28.007 INFO O| Download: 2412/22788 items 28.0/199.7MB 14% complete (437k/s)
39042024-12-21T05:00:31.213Z[ recovery-image] Dec 21 05:00:30.410 INFO O| Dec 21 05:00:30.410 INFO O| Planning: Running solver ... Done
39052024-12-21T05:00:31.767Z[ recovery-image] Dec 21 05:00:30.963 INFO O| Dec 21 05:00:30.963 INFO O| Planning: Finding local manifests ... Done
39062024-12-21T05:00:31.783Z[ recovery-image] Dec 21 05:00:30.980 INFO O| Dec 21 05:00:30.980 INFO O| Planning: Fetching manifests: 0/124 0% complete
39072024-12-21T05:00:33.834Z[ host-image] Dec 21 05:00:33.031 INFO O| Dec 21 05:00:33.030 INFO O| Download: 2782/22788 items 31.6/199.7MB 15% complete (684k/s)
39082024-12-21T05:00:36.924Z[ recovery-image] Dec 21 05:00:36.122 INFO O| Dec 21 05:00:36.122 INFO O| Planning: Fetching manifests: 121/124 97% complete
39092024-12-21T05:00:37.260Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39102024-12-21T05:00:39.026Z[ host-image] Dec 21 05:00:38.224 INFO O| Dec 21 05:00:38.224 INFO O| Download: 3487/22788 items 35.7/199.7MB 17% complete (825k/s)
39112024-12-21T05:00:41.479Z[ recovery-image] Dec 21 05:00:40.677 INFO O| Dec 21 05:00:40.677 INFO O| Planning: Fetching manifests: 124/124 100% complete
39122024-12-21T05:00:42.593Z[ recovery-image] Dec 21 05:00:41.791 INFO O| Dec 21 05:00:41.791 INFO O| Planning: Package planning ... Done
39132024-12-21T05:00:42.825Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
39142024-12-21T05:00:43.289Z[ recovery-image] Dec 21 05:00:42.487 INFO O| Dec 21 05:00:42.487 INFO O| Planning: Merging actions ... Done
39152024-12-21T05:00:43.459Z[ recovery-image] Dec 21 05:00:42.658 INFO O| Dec 21 05:00:42.658 INFO O| Planning: Checking for conflicting actions ... Done
39162024-12-21T05:00:43.610Z[ recovery-image] Dec 21 05:00:42.808 INFO O| Dec 21 05:00:42.808 INFO O| Planning: Consolidating action changes ... Done
39172024-12-21T05:00:44.002Z[ recovery-image] Dec 21 05:00:43.198 INFO O| Dec 21 05:00:43.198 INFO O| Planning: Evaluating mediators ... Done
39182024-12-21T05:00:44.031Z[ host-image] Dec 21 05:00:43.229 INFO O| Dec 21 05:00:43.229 INFO O| Download: 3932/22788 items 40.0/199.7MB 20% complete (855k/s)
39192024-12-21T05:00:49.030Z[ host-image] Dec 21 05:00:48.230 INFO O| Dec 21 05:00:48.229 INFO O| Download: 4481/22788 items 41.8/199.7MB 20% complete (613k/s)
39202024-12-21T05:00:49.726Z[ recovery-image] Dec 21 05:00:48.925 INFO O| Dec 21 05:00:48.925 INFO O| Planning: Planning completed in 161.43 seconds
39212024-12-21T05:00:49.733Z[ recovery-image] Dec 21 05:00:48.933 INFO O| Dec 21 05:00:48.933 INFO O| Packages to install: 124
39222024-12-21T05:00:49.733Z[ recovery-image] Dec 21 05:00:48.933 INFO O| Dec 21 05:00:48.933 INFO O| Mediators to change: 4
39232024-12-21T05:00:49.737Z[ recovery-image] Dec 21 05:00:48.933 INFO O| Dec 21 05:00:48.933 INFO O| Services to change: 5
39242024-12-21T05:00:49.829Z[ recovery-image] Dec 21 05:00:49.028 INFO O| Dec 21 05:00:49.028 INFO O| Download: 0/15862 items 0.0/176.4MB 0% complete
39252024-12-21T05:00:52.869Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
39262024-12-21T05:00:54.187Z[ host-image] Dec 21 05:00:53.386 INFO O| Dec 21 05:00:53.386 INFO O| Download: 4547/22788 items 42.5/199.7MB 21% complete (256k/s)
39272024-12-21T05:00:54.854Z[ recovery-image] Dec 21 05:00:54.052 INFO O| Dec 21 05:00:54.052 INFO O| Download: 519/15862 items 4.8/176.4MB 2% complete (1013k/s)
39282024-12-21T05:00:59.467Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39292024-12-21T05:01:00.091Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
39302024-12-21T05:01:00.379Z[ host-image] Dec 21 05:00:59.579 INFO O| Dec 21 05:00:59.579 INFO O| Download: 4723/22788 items 44.8/199.7MB 22% complete (331k/s)
39312024-12-21T05:01:02.368Z[ recovery-image] Dec 21 05:01:01.569 INFO O| Dec 21 05:01:01.569 INFO O| Download: 1007/15862 items 7.9/176.4MB 4% complete (1009k/s)
39322024-12-21T05:01:03.886Z[verify-libraries] Compiling termios v0.3.3
39332024-12-21T05:01:04.255Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
39342024-12-21T05:01:05.379Z[ host-image] Dec 21 05:01:04.581 INFO O| Dec 21 05:01:04.580 INFO O| Download: 5349/22788 items 46.0/199.7MB 23% complete (353k/s)
39352024-12-21T05:01:07.985Z[ recovery-image] Dec 21 05:01:06.919 INFO O| Dec 21 05:01:06.919 INFO O| Download: 1160/15862 items 9.9/176.4MB 5% complete (312k/s)
39362024-12-21T05:01:10.380Z[ host-image] Dec 21 05:01:09.581 INFO O| Dec 21 05:01:09.581 INFO O| Download: 5797/22788 items 46.3/199.7MB 23% complete (152k/s)
39372024-12-21T05:01:15.070Z[ recovery-image] Dec 21 05:01:14.272 INFO O| Dec 21 05:01:14.272 INFO O| Download: 1185/15862 items 14.9/176.4MB 8% complete (717k/s)
39382024-12-21T05:01:15.408Z[ host-image] Dec 21 05:01:14.611 INFO O| Dec 21 05:01:14.611 INFO O| Download: 6469/22788 items 46.7/199.7MB 23% complete (67.2k/s)
39392024-12-21T05:01:20.093Z[ recovery-image] Dec 21 05:01:19.296 INFO O| Dec 21 05:01:19.296 INFO O| Download: 1407/15862 items 21.2/176.4MB 12% complete (868k/s)
39402024-12-21T05:01:20.183Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
39412024-12-21T05:01:20.451Z[ host-image] Dec 21 05:01:19.654 INFO O| Dec 21 05:01:19.654 INFO O| Download: 6850/22788 items 49.0/199.7MB 24% complete (248k/s)
39422024-12-21T05:01:25.539Z[ recovery-image] Dec 21 05:01:24.743 INFO O| Dec 21 05:01:24.743 INFO O| Download: 1525/15862 items 22.1/176.4MB 12% complete (796k/s)
39432024-12-21T05:01:26.037Z[ host-image] Dec 21 05:01:25.241 INFO O| Dec 21 05:01:25.241 INFO O| Download: 6998/22788 items 50.6/199.7MB 25% complete (391k/s)
39442024-12-21T05:01:30.541Z[ recovery-image] Dec 21 05:01:29.746 INFO O| Dec 21 05:01:29.746 INFO O| Download: 1557/15862 items 22.6/176.4MB 12% complete (493k/s)
39452024-12-21T05:01:31.037Z[ host-image] Dec 21 05:01:30.241 INFO O| Dec 21 05:01:30.241 INFO O| Download: 7458/22788 items 57.9/199.7MB 29% complete (956k/s)
39462024-12-21T05:01:35.547Z[ recovery-image] Dec 21 05:01:34.752 INFO O| Dec 21 05:01:34.752 INFO O| Download: 1761/15862 items 28.1/176.4MB 15% complete (622k/s)
39472024-12-21T05:01:37.185Z[ host-image] Dec 21 05:01:36.391 INFO O| Dec 21 05:01:36.391 INFO O| Download: 7954/22788 items 59.6/199.7MB 29% complete (933k/s)
39482024-12-21T05:01:37.301Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39492024-12-21T05:01:40.560Z[ recovery-image] Dec 21 05:01:39.766 INFO O| Dec 21 05:01:39.766 INFO O| Download: 2231/15862 items 31.2/176.4MB 17% complete (890k/s)
39502024-12-21T05:01:45.747Z[ recovery-image] Dec 21 05:01:44.954 INFO O| Dec 21 05:01:44.953 INFO O| Download: 2860/15862 items 36.3/176.4MB 20% complete (812k/s)
39512024-12-21T05:01:46.041Z[ host-image] Dec 21 05:01:45.248 INFO O| Dec 21 05:01:45.247 INFO O| Download: 7956/22788 items 59.6/199.7MB 29% complete
39522024-12-21T05:01:50.832Z[ recovery-image] Dec 21 05:01:50.039 INFO O| Dec 21 05:01:50.039 INFO O| Download: 3601/15862 items 39.0/176.4MB 22% complete (784k/s)
39532024-12-21T05:01:52.445Z[ host-image] Dec 21 05:01:51.651 INFO O| Dec 21 05:01:51.651 INFO O| Download: 8085/22788 items 60.5/199.7MB 30% complete (209k/s)
39542024-12-21T05:01:56.238Z[ recovery-image] Dec 21 05:01:55.446 INFO O| Dec 21 05:01:55.446 INFO O| Download: 3636/15862 items 39.5/176.4MB 22% complete (503k/s)
39552024-12-21T05:01:57.548Z[ host-image] Dec 21 05:01:56.756 INFO O| Dec 21 05:01:56.756 INFO O| Download: 8275/22788 items 65.8/199.7MB 32% complete (559k/s)
39562024-12-21T05:02:02.556Z[ host-image] Dec 21 05:02:01.765 INFO O| Dec 21 05:02:01.765 INFO O| Download: 8555/22788 items 70.1/199.7MB 35% complete (947k/s)
39572024-12-21T05:02:04.041Z[ recovery-image] Dec 21 05:02:03.250 INFO O| Dec 21 05:02:03.250 INFO O| Download: 3756/15862 items 41.9/176.4MB 23% complete (330k/s)
39582024-12-21T05:02:07.615Z[ host-image] Dec 21 05:02:06.824 INFO O| Dec 21 05:02:06.823 INFO O| Download: 9292/22788 items 80.1/199.7MB 40% complete (1.4M/s)
39592024-12-21T05:02:09.046Z[ recovery-image] Dec 21 05:02:08.256 INFO O| Dec 21 05:02:08.255 INFO O| Download: 4611/15862 items 42.9/176.4MB 24% complete (186k/s)
39602024-12-21T05:02:12.737Z[ host-image] Dec 21 05:02:11.947 INFO O| Dec 21 05:02:11.947 INFO O| Download: 9659/22788 items 83.2/199.7MB 41% complete (1.3M/s)
39612024-12-21T05:02:14.045Z[ recovery-image] Dec 21 05:02:13.256 INFO O| Dec 21 05:02:13.256 INFO O| Download: 4784/15862 items 43.0/176.4MB 24% complete (113k/s)
39622024-12-21T05:02:17.752Z[ host-image] Dec 21 05:02:16.962 INFO O| Dec 21 05:02:16.962 INFO O| Download: 10028/22788 items 83.8/199.7MB 41% complete (401k/s)
39632024-12-21T05:02:19.093Z[ recovery-image] Dec 21 05:02:18.305 INFO O| Dec 21 05:02:18.304 INFO O| Download: 5364/15862 items 43.3/176.4MB 24% complete (48.6k/s)
39642024-12-21T05:02:22.794Z[ host-image] Dec 21 05:02:22.006 INFO O| Dec 21 05:02:22.006 INFO O| Download: 10410/22788 items 88.0/199.7MB 44% complete (490k/s)
39652024-12-21T05:02:24.438Z[ recovery-image] Dec 21 05:02:23.650 INFO O| Dec 21 05:02:23.650 INFO O| Download: 5667/15862 items 44.6/176.4MB 25% complete (154k/s)
39662024-12-21T05:02:27.917Z[ host-image] Dec 21 05:02:27.129 INFO O| Dec 21 05:02:27.129 INFO O| Download: 10435/22788 items 88.1/199.7MB 44% complete (444k/s)
39672024-12-21T05:02:32.220Z[ recovery-image] Dec 21 05:02:31.433 INFO O| Dec 21 05:02:31.431 INFO O| Download: 5733/15862 items 46.6/176.4MB 26% complete (284k/s)
39682024-12-21T05:02:32.917Z[ host-image] Dec 21 05:02:32.130 INFO O| Dec 21 05:02:32.130 INFO O| Download: 11009/22788 items 91.3/199.7MB 45% complete (319k/s)
39692024-12-21T05:02:37.304Z[ recovery-image] Dec 21 05:02:36.517 INFO O| Dec 21 05:02:36.517 INFO O| Download: 5883/15862 items 49.6/176.4MB 28% complete (344k/s)
39702024-12-21T05:02:45.097Z[ host-image] Dec 21 05:02:44.311 INFO O| Dec 21 05:02:44.311 INFO O| Download: 11096/22788 items 92.1/199.7MB 46% complete
39712024-12-21T05:02:47.562Z[ recovery-image] Dec 21 05:02:46.777 INFO O| Dec 21 05:02:46.777 INFO O| Download: 5911/15862 items 50.6/176.4MB 28% complete (391k/s)
39722024-12-21T05:02:50.541Z[ host-image] Dec 21 05:02:49.756 INFO O| Dec 21 05:02:49.756 INFO O| Download: 11234/22788 items 94.0/199.7MB 47% complete (534k/s)
39732024-12-21T05:02:52.622Z[ recovery-image] Dec 21 05:02:51.838 INFO O| Dec 21 05:02:51.838 INFO O| Download: 6087/15862 items 54.4/176.4MB 30% complete (686k/s)
39742024-12-21T05:02:56.266Z[ host-image] Dec 21 05:02:55.483 INFO O| Dec 21 05:02:55.483 INFO O| Download: 11284/22788 items 95.4/199.7MB 47% complete (323k/s)
39752024-12-21T05:02:57.759Z[ recovery-image] Dec 21 05:02:56.976 INFO O| Dec 21 05:02:56.976 INFO O| Download: 6179/15862 items 61.8/176.4MB 35% complete (1.1M/s)
39762024-12-21T05:03:01.277Z[ host-image] Dec 21 05:03:00.494 INFO O| Dec 21 05:03:00.494 INFO O| Download: 11410/22788 items 96.2/199.7MB 48% complete (207k/s)
39772024-12-21T05:03:02.767Z[ recovery-image] Dec 21 05:03:01.985 INFO O| Dec 21 05:03:01.985 INFO O| Download: 6505/15862 items 64.0/176.4MB 36% complete (937k/s)
39782024-12-21T05:03:06.380Z[ host-image] Dec 21 05:03:05.597 INFO O| Dec 21 05:03:05.597 INFO O| Download: 11962/22788 items 97.8/199.7MB 48% complete (189k/s)
39792024-12-21T05:03:07.772Z[ recovery-image] Dec 21 05:03:06.990 INFO O| Dec 21 05:03:06.990 INFO O| Download: 7129/15862 items 73.0/176.4MB 41% complete (1.1M/s)
39802024-12-21T05:03:12.021Z[ host-image] Dec 21 05:03:11.239 INFO O| Dec 21 05:03:11.239 INFO O| Download: 11978/22788 items 98.2/199.7MB 49% complete (283k/s)
39812024-12-21T05:03:12.949Z[ recovery-image] Dec 21 05:03:12.167 INFO O| Dec 21 05:03:12.167 INFO O| Download: 7355/15862 items 73.4/176.4MB 41% complete (1017k/s)
39822024-12-21T05:03:17.162Z[ host-image] Dec 21 05:03:16.380 INFO O| Dec 21 05:03:16.380 INFO O| Download: 12108/22788 items 101.0/199.7MB 50% complete (417k/s)
39832024-12-21T05:03:18.299Z[ recovery-image] Dec 21 05:03:17.518 INFO O| Dec 21 05:03:17.518 INFO O| Download: 7624/15862 items 73.7/176.4MB 41% complete (736k/s)
39842024-12-21T05:03:22.284Z[ host-image] Dec 21 05:03:21.504 INFO O| Dec 21 05:03:21.504 INFO O| Download: 12236/22788 items 109.4/199.7MB 54% complete (1.2M/s)
39852024-12-21T05:03:23.425Z[ recovery-image] Dec 21 05:03:22.645 INFO O| Dec 21 05:03:22.645 INFO O| Download: 7634/15862 items 73.7/176.4MB 41% complete (23.9k/s)
39862024-12-21T05:03:27.286Z[ host-image] Dec 21 05:03:26.506 INFO O| Dec 21 05:03:26.506 INFO O| Download: 12604/22788 items 109.6/199.7MB 54% complete (939k/s)
39872024-12-21T05:03:30.564Z[ recovery-image] Dec 21 05:03:29.785 INFO O| Dec 21 05:03:29.785 INFO O| Download: 7941/15862 items 77.7/176.4MB 44% complete (396k/s)
39882024-12-21T05:03:32.482Z[ host-image] Dec 21 05:03:31.703 INFO O| Dec 21 05:03:31.703 INFO O| Download: 13343/22788 items 110.0/199.7MB 55% complete (58.9k/s)
39892024-12-21T05:03:33.177Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
39902024-12-21T05:03:33.558Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39912024-12-21T05:03:35.574Z[ recovery-image] Dec 21 05:03:34.795 INFO O| Dec 21 05:03:34.795 INFO O| Download: 8306/15862 items 79.8/176.4MB 45% complete (430k/s)
39922024-12-21T05:03:37.488Z[ host-image] Dec 21 05:03:36.710 INFO O| Dec 21 05:03:36.710 INFO O| Download: 13750/22788 items 110.2/199.7MB 55% complete (58.6k/s)
39932024-12-21T05:03:40.576Z[ recovery-image] Dec 21 05:03:39.798 INFO O| Dec 21 05:03:39.798 INFO O| Download: 8683/15862 items 83.7/176.4MB 47% complete (514k/s)
39942024-12-21T05:03:42.496Z[ host-image] Dec 21 05:03:41.719 INFO O| Dec 21 05:03:41.719 INFO O| Download: 14162/22788 items 110.5/199.7MB 55% complete (53.0k/s)
39952024-12-21T05:03:46.064Z[ recovery-image] Dec 21 05:03:45.287 INFO O| Dec 21 05:03:45.287 INFO O| Download: 8845/15862 items 91.9/176.4MB 52% complete (1.2M/s)
39962024-12-21T05:03:47.683Z[ host-image] Dec 21 05:03:46.906 INFO O| Dec 21 05:03:46.905 INFO O| Download: 14456/22788 items 112.1/199.7MB 56% complete (176k/s)
39972024-12-21T05:03:51.064Z[ recovery-image] Dec 21 05:03:50.287 INFO O| Dec 21 05:03:50.287 INFO O| Download: 8979/15862 items 92.7/176.4MB 52% complete (936k/s)
39982024-12-21T05:03:52.701Z[ host-image] Dec 21 05:03:51.925 INFO O| Dec 21 05:03:51.925 INFO O| Download: 14690/22788 items 117.1/199.7MB 58% complete (662k/s)
39992024-12-21T05:03:56.075Z[ recovery-image] Dec 21 05:03:55.299 INFO O| Dec 21 05:03:55.299 INFO O| Download: 9593/15862 items 93.0/176.4MB 52% complete (106k/s)
40002024-12-21T05:03:57.724Z[ host-image] Dec 21 05:03:56.949 INFO O| Dec 21 05:03:56.949 INFO O| Download: 15504/22788 items 124.2/199.7MB 62% complete (1.2M/s)
40012024-12-21T05:03:59.702Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
40022024-12-21T05:04:01.075Z[ recovery-image] Dec 21 05:04:00.300 INFO O| Dec 21 05:04:00.300 INFO O| Download: 10076/15862 items 93.2/176.4MB 52% complete (53.9k/s)
40032024-12-21T05:04:04.762Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40042024-12-21T05:04:06.226Z[ recovery-image] Dec 21 05:04:05.452 INFO O| Dec 21 05:04:05.452 INFO O| Download: 10543/15862 items 93.5/176.4MB 52% complete (55.0k/s)
40052024-12-21T05:04:10.230Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
40062024-12-21T05:04:11.308Z[ recovery-image] Dec 21 05:04:10.455 INFO O| Dec 21 05:04:10.452 INFO O| Download: 10919/15862 items 93.9/176.4MB 53% complete (66.9k/s)
40072024-12-21T05:04:12.299Z[ host-image] Dec 21 05:04:11.525 INFO O| Dec 21 05:04:11.525 INFO O| Download: 15733/22788 items 126.0/199.7MB 63% complete
40082024-12-21T05:04:16.614Z[ recovery-image] Dec 21 05:04:15.841 INFO O| Dec 21 05:04:15.841 INFO O| Download: 11045/15862 items 95.3/176.4MB 54% complete (165k/s)
40092024-12-21T05:04:18.396Z[ host-image] Dec 21 05:04:17.623 INFO O| Dec 21 05:04:17.623 INFO O| Download: 15762/22788 items 126.1/199.7MB 63% complete (92.2k/s)
40102024-12-21T05:04:21.842Z[ recovery-image] Dec 21 05:04:21.070 INFO O| Dec 21 05:04:21.070 INFO O| Download: 11074/15862 items 98.0/176.4MB 55% complete (330k/s)
40112024-12-21T05:04:23.407Z[ host-image] Dec 21 05:04:22.635 INFO O| Dec 21 05:04:22.634 INFO O| Download: 16406/22788 items 147.4/199.7MB 73% complete (2.2M/s)
40122024-12-21T05:04:26.842Z[ recovery-image] Dec 21 05:04:26.070 INFO O| Dec 21 05:04:26.070 INFO O| Download: 11407/15862 items 107.1/176.4MB 60% complete (1.4M/s)
40132024-12-21T05:04:28.417Z[ host-image] Dec 21 05:04:27.646 INFO O| Dec 21 05:04:27.646 INFO O| Download: 16951/22788 items 148.5/199.7MB 74% complete (2.3M/s)
40142024-12-21T05:04:31.860Z[ recovery-image] Dec 21 05:04:31.089 INFO O| Dec 21 05:04:31.089 INFO O| Download: 11685/15862 items 119.7/176.4MB 67% complete (2.1M/s)
40152024-12-21T05:04:33.442Z[ host-image] Dec 21 05:04:32.672 INFO O| Dec 21 05:04:32.671 INFO O| Download: 17636/22788 items 149.8/199.7MB 75% complete (252k/s)
40162024-12-21T05:04:36.863Z[ recovery-image] Dec 21 05:04:36.093 INFO O| Dec 21 05:04:36.092 INFO O| Download: 12026/15862 items 140.1/176.4MB 79% complete (3.4M/s)
40172024-12-21T05:04:39.860Z[ host-image] Dec 21 05:04:39.090 INFO O| Dec 21 05:04:39.090 INFO O| Download: 17887/22788 items 150.2/199.7MB 75% complete (199k/s)
40182024-12-21T05:04:41.867Z[ recovery-image] Dec 21 05:04:41.098 INFO O| Dec 21 05:04:41.098 INFO O| Download: 12499/15862 items 142.1/176.4MB 80% complete (2.4M/s)
40192024-12-21T05:04:46.871Z[ recovery-image] Dec 21 05:04:46.103 INFO O| Dec 21 05:04:46.102 INFO O| Download: 12957/15862 items 143.7/176.4MB 81% complete (372k/s)
40202024-12-21T05:04:47.118Z[ host-image] Dec 21 05:04:46.349 INFO O| Dec 21 05:04:46.349 INFO O| Download: 17889/22788 items 150.3/199.7MB 75% complete
40212024-12-21T05:04:52.118Z[ host-image] Dec 21 05:04:51.350 INFO O| Dec 21 05:04:51.350 INFO O| Download: 18508/22788 items 164.0/199.7MB 82% complete (2.8M/s)
40222024-12-21T05:04:57.118Z[ host-image] Dec 21 05:04:56.350 INFO O| Dec 21 05:04:56.350 INFO O| Download: 18988/22788 items 165.9/199.7MB 83% complete (1.6M/s)
40232024-12-21T05:05:02.126Z[ host-image] Dec 21 05:05:01.360 INFO O| Dec 21 05:05:01.360 INFO O| Download: 20078/22788 items 170.6/199.7MB 85% complete (679k/s)
40242024-12-21T05:05:07.126Z[ host-image] Dec 21 05:05:06.360 INFO O| Dec 21 05:05:06.360 INFO O| Download: 20810/22788 items 174.0/199.7MB 87% complete (847k/s)
40252024-12-21T05:05:07.383Z[ recovery-image] Dec 21 05:05:06.617 INFO O| Dec 21 05:05:06.617 INFO O| Download: 13021/15862 items 144.1/176.4MB 81% complete
40262024-12-21T05:05:12.560Z[ recovery-image] Dec 21 05:05:11.795 INFO O| Dec 21 05:05:11.795 INFO O| Download: 13389/15862 items 145.7/176.4MB 82% complete (291k/s)
40272024-12-21T05:05:13.002Z[ host-image] Dec 21 05:05:12.236 INFO O| Dec 21 05:05:12.236 INFO O| Download: 20936/22788 items 178.7/199.7MB 89% complete (847k/s)
40282024-12-21T05:05:17.564Z[ recovery-image] Dec 21 05:05:16.800 INFO O| Dec 21 05:05:16.799 INFO O| Download: 13842/15862 items 147.9/176.4MB 83% complete (384k/s)
40292024-12-21T05:05:19.072Z[ host-image] Dec 21 05:05:18.307 INFO O| Dec 21 05:05:18.307 INFO O| Download: 20982/22788 items 178.9/199.7MB 89% complete (701k/s)
40302024-12-21T05:05:23.007Z[ recovery-image] Dec 21 05:05:22.243 INFO O| Dec 21 05:05:22.242 INFO O| Download: 14044/15862 items 148.5/176.4MB 84% complete (410k/s)
40312024-12-21T05:05:24.243Z[ host-image] Dec 21 05:05:23.479 INFO O| Dec 21 05:05:23.479 INFO O| Download: 21582/22788 items 183.5/199.7MB 91% complete (488k/s)
40322024-12-21T05:05:29.416Z[ host-image] Dec 21 05:05:28.653 INFO O| Dec 21 05:05:28.653 INFO O| Download: 21703/22788 items 183.7/199.7MB 91% complete (640k/s)
40332024-12-21T05:05:35.535Z[ host-image] Dec 21 05:05:34.773 INFO O| Dec 21 05:05:34.772 INFO O| Download: 21925/22788 items 191.3/199.7MB 95% complete (1.0M/s)
40342024-12-21T05:05:41.038Z[ recovery-image] Dec 21 05:05:40.276 INFO O| Dec 21 05:05:40.276 INFO O| Download: 14045/15862 items 148.5/176.4MB 84% complete
40352024-12-21T05:05:46.042Z[ recovery-image] Dec 21 05:05:45.281 INFO O| Dec 21 05:05:45.280 INFO O| Download: 14389/15862 items 149.7/176.4MB 84% complete (239k/s)
40362024-12-21T05:05:51.210Z[ recovery-image] Dec 21 05:05:50.450 INFO O| Dec 21 05:05:50.450 INFO O| Download: 14670/15862 items 150.6/176.4MB 85% complete (285k/s)
40372024-12-21T05:05:54.748Z[ host-image] Dec 21 05:05:53.988 INFO O| Dec 21 05:05:53.988 INFO O| Download: 21926/22788 items 191.4/199.7MB 95% complete
40382024-12-21T05:05:56.745Z[ recovery-image] Dec 21 05:05:55.986 INFO O| Dec 21 05:05:55.986 INFO O| Download: 14686/15862 items 151.0/176.4MB 85% complete (160k/s)
40392024-12-21T05:06:01.319Z[ host-image] Dec 21 05:06:00.560 INFO O| Dec 21 05:06:00.560 INFO O| Download: 21964/22788 items 191.6/199.7MB 95% complete (314k/s)
40402024-12-21T05:06:02.403Z[ recovery-image] Dec 21 05:06:01.644 INFO O| Dec 21 05:06:01.644 INFO O| Download: 14764/15862 items 156.4/176.4MB 88% complete (544k/s)
40412024-12-21T05:06:06.684Z[ host-image] Dec 21 05:06:05.925 INFO O| Dec 21 05:06:05.925 INFO O| Download: 22034/22788 items 192.4/199.7MB 96% complete (85.5k/s)
40422024-12-21T05:06:07.408Z[ recovery-image] Dec 21 05:06:06.650 INFO O| Dec 21 05:06:06.650 INFO O| Download: 15216/15862 items 158.0/176.4MB 89% complete (949k/s)
40432024-12-21T05:06:12.750Z[ host-image] Dec 21 05:06:11.992 INFO O| Dec 21 05:06:11.992 INFO O| Download: 22080/22788 items 193.0/199.7MB 96% complete (126k/s)
40442024-12-21T05:06:13.598Z[ recovery-image] Dec 21 05:06:12.841 INFO O| Dec 21 05:06:12.841 INFO O| Download: 15307/15862 items 161.1/176.4MB 91% complete (544k/s)
40452024-12-21T05:06:17.765Z[ host-image] Dec 21 05:06:17.009 INFO O| Dec 21 05:06:17.009 INFO O| Download: 22426/22788 items 198.8/199.7MB 99% complete (842k/s)
40462024-12-21T05:06:18.607Z[ recovery-image] Dec 21 05:06:17.850 INFO O| Dec 21 05:06:17.850 INFO O| Download: 15513/15862 items 168.5/176.4MB 95% complete (746k/s)
40472024-12-21T05:06:20.780Z[ host-image] Dec 21 05:06:20.024 INFO O| Dec 21 05:06:20.024 INFO O| Download: Completed 199.66 MB in 388.96 seconds (524k/s)
40482024-12-21T05:06:22.700Z[ host-image] Dec 21 05:06:21.942 INFO O| Dec 21 05:06:21.942 INFO O| Actions: 1/49485 actions (Installing new actions)
40492024-12-21T05:06:24.343Z[ recovery-image] Dec 21 05:06:23.587 INFO O| Dec 21 05:06:23.587 INFO O| Download: 15561/15862 items 169.1/176.4MB 95% complete (836k/s)
40502024-12-21T05:06:27.698Z[ host-image] Dec 21 05:06:26.942 INFO O| Dec 21 05:06:26.942 INFO O| Actions: 9413/49485 actions (Installing new actions)
40512024-12-21T05:06:30.520Z[ recovery-image] Dec 21 05:06:29.765 INFO O| Dec 21 05:06:29.765 INFO O| Download: 15632/15862 items 169.9/176.4MB 96% complete (512k/s)
40522024-12-21T05:06:32.697Z[ host-image] Dec 21 05:06:31.943 INFO O| Dec 21 05:06:31.942 INFO O| Actions: 16562/49485 actions (Installing new actions)
40532024-12-21T05:06:35.811Z[ recovery-image] Dec 21 05:06:35.057 INFO O| Dec 21 05:06:35.057 INFO O| Download: 15861/15862 items 176.4/176.4MB 100% complete (712k/s)
40542024-12-21T05:06:35.823Z[ recovery-image] Dec 21 05:06:35.069 INFO O| Dec 21 05:06:35.069 INFO O| Download: Completed 176.38 MB in 346.04 seconds (520k/s)
40552024-12-21T05:06:37.119Z[ recovery-image] Dec 21 05:06:36.365 INFO O| Dec 21 05:06:36.365 INFO O| Actions: 1/25028 actions (Installing new actions)
40562024-12-21T05:06:37.697Z[ host-image] Dec 21 05:06:36.943 INFO O| Dec 21 05:06:36.943 INFO O| Actions: 24754/49485 actions (Installing new actions)
40572024-12-21T05:06:42.119Z[ recovery-image] Dec 21 05:06:41.365 INFO O| Dec 21 05:06:41.365 INFO O| Actions: 8233/25028 actions (Installing new actions)
40582024-12-21T05:06:42.697Z[ host-image] Dec 21 05:06:41.944 INFO O| Dec 21 05:06:41.944 INFO O| Actions: 49040/49485 actions (Installing new actions)
40592024-12-21T05:06:43.349Z[ host-image] Dec 21 05:06:42.596 INFO O| Dec 21 05:06:42.596 INFO O| Actions: Completed 49485 actions in 20.65 seconds.
40602024-12-21T05:06:44.266Z[ host-image] Dec 21 05:06:43.512 INFO O| Dec 21 05:06:43.512 INFO O| Done
40612024-12-21T05:06:44.268Z[ host-image] Dec 21 05:06:43.513 INFO O| Dec 21 05:06:43.512 INFO O| Done
40622024-12-21T05:06:46.155Z[ host-image] Dec 21 05:06:45.401 INFO O| Dec 21 05:06:45.401 INFO O| Done
40632024-12-21T05:06:47.118Z[ recovery-image] Dec 21 05:06:46.366 INFO O| Dec 21 05:06:46.365 INFO O| Actions: 14270/25028 actions (Installing new actions)
40642024-12-21T05:06:49.148Z[ host-image] Dec 21 05:06:48.395 INFO O| Dec 21 05:06:48.395 INFO O| Done
40652024-12-21T05:06:49.223Z[ host-image] Dec 21 05:06:48.471 INFO O| Dec 21 05:06:48.471 INFO O| Done
40662024-12-21T05:06:52.652Z[ recovery-image] Dec 21 05:06:51.900 INFO O| Dec 21 05:06:51.900 INFO O| Actions: 24473/25028 actions (Installing new actions)
40672024-12-21T05:06:54.025Z[ recovery-image] Dec 21 05:06:53.273 INFO O| Dec 21 05:06:53.273 INFO O| Actions: Completed 25028 actions in 16.90 seconds.
40682024-12-21T05:06:54.766Z[ recovery-image] Dec 21 05:06:54.014 INFO O| Dec 21 05:06:54.014 INFO O| Done
40692024-12-21T05:06:54.769Z[ recovery-image] Dec 21 05:06:54.014 INFO O| Dec 21 05:06:54.014 INFO O| Done
40702024-12-21T05:06:56.482Z[ recovery-image] Dec 21 05:06:55.731 INFO O| Dec 21 05:06:55.731 INFO O| Done
40712024-12-21T05:06:57.144Z[ host-image] Dec 21 05:06:56.392 INFO O| Dec 21 05:06:56.392 INFO O| Done
40722024-12-21T05:06:58.123Z[ host-image] Dec 21 05:06:57.372 INFO O| Dec 21 05:06:57.372 INFO O| Done
40732024-12-21T05:06:58.574Z[ recovery-image] Dec 21 05:06:57.823 INFO O| Dec 21 05:06:57.822 INFO O| Done
40742024-12-21T05:06:58.618Z[ recovery-image] Dec 21 05:06:57.867 INFO O| Dec 21 05:06:57.867 INFO O| Done
40752024-12-21T05:06:58.872Z[ host-image] Dec 21 05:06:58.119 INFO O| Dec 21 05:06:58.118 INFO STEP 11 (pkg_install) COMPLETE
40762024-12-21T05:06:58.872Z[ host-image] Dec 21 05:06:58.119 INFO O| Dec 21 05:06:58.118 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40772024-12-21T05:06:58.911Z[ host-image] Dec 21 05:06:58.160 INFO O| Dec 21 05:06:58.160 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"]
40782024-12-21T05:07:02.398Z[ host-image] Dec 21 05:07:01.648 INFO O| Dec 21 05:07:01.647 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40792024-12-21T05:07:03.721Z[ recovery-image] Dec 21 05:07:02.971 INFO O| Dec 21 05:07:02.971 INFO O| Done
40802024-12-21T05:07:04.492Z[ recovery-image] Dec 21 05:07:03.741 INFO O| Dec 21 05:07:03.741 INFO O| Done
40812024-12-21T05:07:04.998Z[ recovery-image] Dec 21 05:07:04.248 INFO O| Dec 21 05:07:04.248 INFO STEP 11 (pkg_install) COMPLETE
40822024-12-21T05:07:04.998Z[ recovery-image] Dec 21 05:07:04.248 INFO O| Dec 21 05:07:04.248 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40832024-12-21T05:07:05.002Z[ recovery-image] Dec 21 05:07:04.248 INFO O| Dec 21 05:07:04.248 INFO skip step because feature "recovery" is enabled
40842024-12-21T05:07:05.002Z[ recovery-image] Dec 21 05:07:04.248 INFO O| Dec 21 05:07:04.248 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40852024-12-21T05:07:05.002Z[ recovery-image] Dec 21 05:07:04.248 INFO O| Dec 21 05:07:04.248 INFO skip step because feature "omicron1" is not enabled
40862024-12-21T05:07:05.002Z[ recovery-image] Dec 21 05:07:04.248 INFO O| Dec 21 05:07:04.248 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40872024-12-21T05:07:05.018Z[ recovery-image] Dec 21 05:07:04.268 INFO O| Dec 21 05:07:04.268 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
40882024-12-21T05:07:06.223Z[ recovery-image] Dec 21 05:07:05.473 INFO O| Dec 21 05:07:05.473 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40892024-12-21T05:07:07.777Z[ host-image] Dec 21 05:07:07.027 INFO O| Dec 21 05:07:07.027 INFO O| Planning: Solver setup ... Done
40902024-12-21T05:07:07.782Z[ host-image] Dec 21 05:07:07.033 INFO O| Dec 21 05:07:07.033 INFO O| Planning: Running solver ... Done
40912024-12-21T05:07:07.888Z[ host-image] Dec 21 05:07:07.137 INFO O| Dec 21 05:07:07.137 INFO O| Planning: Finding local manifests ... Done
40922024-12-21T05:07:07.891Z[ host-image] Dec 21 05:07:07.139 INFO O| Dec 21 05:07:07.139 INFO O| Planning: Fetching manifests: 0/5 0% complete
40932024-12-21T05:07:08.178Z[ host-image] Dec 21 05:07:07.429 INFO O| Dec 21 05:07:07.429 INFO O| Planning: Fetching manifests: 5/5 100% complete
40942024-12-21T05:07:08.276Z[ host-image] Dec 21 05:07:07.525 INFO O| Dec 21 05:07:07.525 INFO O| Planning: Package planning ... Done
40952024-12-21T05:07:08.299Z[ host-image] Dec 21 05:07:07.547 INFO O| Dec 21 05:07:07.547 INFO O| Planning: Merging actions ... Done
40962024-12-21T05:07:08.456Z[ host-image] Dec 21 05:07:07.706 INFO O| Dec 21 05:07:07.706 INFO O| Planning: Checking for conflicting actions ... Done
40972024-12-21T05:07:08.459Z[ host-image] Dec 21 05:07:07.708 INFO O| Dec 21 05:07:07.708 INFO O| Planning: Consolidating action changes ... Done
40982024-12-21T05:07:08.944Z[ host-image] Dec 21 05:07:08.194 INFO O| Dec 21 05:07:08.194 INFO O| Planning: Evaluating mediators ... Done
40992024-12-21T05:07:08.958Z[ host-image] Dec 21 05:07:08.208 INFO O| Dec 21 05:07:08.208 INFO O| Planning: Planning completed in 6.56 seconds
41002024-12-21T05:07:08.961Z[ host-image] Dec 21 05:07:08.211 INFO O| Dec 21 05:07:08.211 INFO O| Packages to install: 5
41012024-12-21T05:07:08.961Z[ host-image] Dec 21 05:07:08.211 INFO O| Dec 21 05:07:08.211 INFO O| Services to change: 2
41022024-12-21T05:07:08.979Z[ host-image] Dec 21 05:07:08.229 INFO O| Dec 21 05:07:08.229 INFO O| Download: 0/116 items 0.0/1.4MB 0% complete
41032024-12-21T05:07:10.110Z[ host-image] Dec 21 05:07:09.361 INFO O| Dec 21 05:07:09.360 INFO O| Download: Completed 1.45 MB in 1.13 seconds (1.3M/s)
41042024-12-21T05:07:10.249Z[ host-image] Dec 21 05:07:09.499 INFO O| Dec 21 05:07:09.499 INFO O| Actions: 1/305 actions (Installing new actions)
41052024-12-21T05:07:10.373Z[ recovery-image] Dec 21 05:07:09.624 INFO O| Dec 21 05:07:09.623 INFO O| Planning: Solver setup ... Done
41062024-12-21T05:07:10.379Z[ recovery-image] Dec 21 05:07:09.630 INFO O| Dec 21 05:07:09.630 INFO O| Planning: Running solver ... Done
41072024-12-21T05:07:10.459Z[ host-image] Dec 21 05:07:09.709 INFO O| Dec 21 05:07:09.709 INFO O| Actions: Completed 305 actions in 0.21 seconds.
41082024-12-21T05:07:10.466Z[ recovery-image] Dec 21 05:07:09.717 INFO O| Dec 21 05:07:09.717 INFO O| Planning: Finding local manifests ... Done
41092024-12-21T05:07:10.469Z[ recovery-image] Dec 21 05:07:09.718 INFO O| Dec 21 05:07:09.718 INFO O| Planning: Fetching manifests: 0/1 0% complete
41102024-12-21T05:07:10.641Z[ recovery-image] Dec 21 05:07:09.892 INFO O| Dec 21 05:07:09.892 INFO O| Planning: Fetching manifests: 1/1 100% complete
41112024-12-21T05:07:10.706Z[ recovery-image] Dec 21 05:07:09.957 INFO O| Dec 21 05:07:09.957 INFO O| Planning: Package planning ... Done
41122024-12-21T05:07:10.709Z[ recovery-image] Dec 21 05:07:09.957 INFO O| Dec 21 05:07:09.957 INFO O| Planning: Merging actions ... Done
41132024-12-21T05:07:10.809Z[ recovery-image] Dec 21 05:07:10.060 INFO O| Dec 21 05:07:10.060 INFO O| Planning: Checking for conflicting actions ... Done
41142024-12-21T05:07:10.812Z[ recovery-image] Dec 21 05:07:10.060 INFO O| Dec 21 05:07:10.060 INFO O| Planning: Consolidating action changes ... Done
41152024-12-21T05:07:11.096Z[ recovery-image] Dec 21 05:07:10.347 INFO O| Dec 21 05:07:10.346 INFO O| Planning: Evaluating mediators ... Done
41162024-12-21T05:07:11.100Z[ recovery-image] Dec 21 05:07:10.347 INFO O| Dec 21 05:07:10.347 INFO O| Planning: Planning completed in 4.87 seconds
41172024-12-21T05:07:11.100Z[ recovery-image] Dec 21 05:07:10.349 INFO O| Dec 21 05:07:10.349 INFO O| Packages to install: 1
41182024-12-21T05:07:11.104Z[ host-image] Dec 21 05:07:10.354 INFO O| Dec 21 05:07:10.354 INFO O| Done
41192024-12-21T05:07:11.104Z[ host-image] Dec 21 05:07:10.354 INFO O| Dec 21 05:07:10.354 INFO O| Done
41202024-12-21T05:07:11.118Z[ recovery-image] Dec 21 05:07:10.368 INFO O| Dec 21 05:07:10.368 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
41212024-12-21T05:07:11.772Z[ recovery-image] Dec 21 05:07:11.023 INFO O| Dec 21 05:07:11.023 INFO O| Download: Completed 9.99 MB in 0.65 seconds (15.3M/s)
41222024-12-21T05:07:11.808Z[ recovery-image] Dec 21 05:07:11.058 INFO O| Dec 21 05:07:11.058 INFO O| Actions: 1/22 actions (Installing new actions)
41232024-12-21T05:07:11.915Z[ host-image] Dec 21 05:07:11.166 INFO O| Dec 21 05:07:11.166 INFO O| Done
41242024-12-21T05:07:12.140Z[ recovery-image] Dec 21 05:07:11.391 INFO O| Dec 21 05:07:11.390 INFO O| Actions: Completed 22 actions in 0.33 seconds.
41252024-12-21T05:07:12.499Z[ recovery-image] Dec 21 05:07:11.750 INFO O| Dec 21 05:07:11.750 INFO O| Done
41262024-12-21T05:07:12.499Z[ recovery-image] Dec 21 05:07:11.750 INFO O| Dec 21 05:07:11.750 INFO O| Done
41272024-12-21T05:07:13.529Z[ recovery-image] Dec 21 05:07:12.780 INFO O| Dec 21 05:07:12.779 INFO O| Done
41282024-12-21T05:07:13.816Z[ host-image] Dec 21 05:07:13.067 INFO O| Dec 21 05:07:13.067 INFO O| Done
41292024-12-21T05:07:13.855Z[ host-image] Dec 21 05:07:13.106 INFO O| Dec 21 05:07:13.106 INFO O| Done
41302024-12-21T05:07:13.858Z[ host-image] Dec 21 05:07:13.106 INFO O| Dec 21 05:07:13.106 INFO O| Done
41312024-12-21T05:07:13.871Z[ host-image] Dec 21 05:07:13.122 INFO O| Dec 21 05:07:13.122 INFO O| Done
41322024-12-21T05:07:14.036Z[ host-image] Dec 21 05:07:13.287 INFO O| Dec 21 05:07:13.286 INFO STEP 12 (pkg_install) COMPLETE
41332024-12-21T05:07:14.036Z[ host-image] Dec 21 05:07:13.287 INFO O| Dec 21 05:07:13.287 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41342024-12-21T05:07:14.053Z[ host-image] Dec 21 05:07:13.304 INFO O| Dec 21 05:07:13.304 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
41352024-12-21T05:07:14.800Z[ host-image] Dec 21 05:07:14.051 INFO O| Dec 21 05:07:14.051 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41362024-12-21T05:07:14.898Z[ recovery-image] Dec 21 05:07:14.150 INFO O| Dec 21 05:07:14.149 INFO O| Done
41372024-12-21T05:07:14.920Z[ recovery-image] Dec 21 05:07:14.171 INFO O| Dec 21 05:07:14.171 INFO O| Done
41382024-12-21T05:07:14.924Z[ recovery-image] Dec 21 05:07:14.172 INFO O| Dec 21 05:07:14.172 INFO O| Done
41392024-12-21T05:07:14.936Z[ recovery-image] Dec 21 05:07:14.187 INFO O| Dec 21 05:07:14.187 INFO O| Done
41402024-12-21T05:07:15.081Z[ recovery-image] Dec 21 05:07:14.332 INFO O| Dec 21 05:07:14.332 INFO STEP 14 (pkg_install) COMPLETE
41412024-12-21T05:07:15.081Z[ recovery-image] Dec 21 05:07:14.332 INFO O| Dec 21 05:07:14.332 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41422024-12-21T05:07:15.085Z[ recovery-image] Dec 21 05:07:14.333 INFO O| Dec 21 05:07:14.332 INFO skip step because feature "mfg" is not enabled
41432024-12-21T05:07:15.085Z[ recovery-image] Dec 21 05:07:14.333 INFO O| Dec 21 05:07:14.332 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41442024-12-21T05:07:15.085Z[ recovery-image] Dec 21 05:07:14.333 INFO O| Dec 21 05:07:14.332 INFO skip step because feature "compliance" is not enabled
41452024-12-21T05:07:15.085Z[ recovery-image] Dec 21 05:07:14.333 INFO O| Dec 21 05:07:14.332 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41462024-12-21T05:07:15.085Z[ recovery-image] Dec 21 05:07:14.333 INFO O| Dec 21 05:07:14.332 INFO skip step because feature "stress" is not enabled
41472024-12-21T05:07:15.085Z[ recovery-image] Dec 21 05:07:14.333 INFO O| Dec 21 05:07:14.333 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41482024-12-21T05:07:15.085Z[ recovery-image] Dec 21 05:07:14.333 INFO O| Dec 21 05:07:14.333 INFO skip step because feature "nfs" is not enabled
41492024-12-21T05:07:15.085Z[ recovery-image] Dec 21 05:07:14.333 INFO O| Dec 21 05:07:14.333 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
41502024-12-21T05:07:15.085Z[ recovery-image] Dec 21 05:07:14.333 INFO O| Dec 21 05:07:14.333 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
41512024-12-21T05:07:15.381Z[ recovery-image] Dec 21 05:07:14.632 INFO O| Dec 21 05:07:14.632 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
41522024-12-21T05:07:15.492Z[ recovery-image] Dec 21 05:07:14.743 INFO O| Dec 21 05:07:14.743 INFO completed processing gimlet/ramdisk-01-os
41532024-12-21T05:07:15.495Z[ recovery-image] Dec 21 05:07:14.746 INFO image builder template: ramdisk-02-trim...
41542024-12-21T05:07:15.495Z[ recovery-image] Dec 21 05:07:14.746 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", "-F", "relver=2", "-E", "/tmp/.tmphaBfYb/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", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "ramdisk-02-trim"], pwd: None
41552024-12-21T05:07:15.524Z[ recovery-image] Dec 21 05:07:14.775 INFO O| Dec 21 05:07:14.775 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
41562024-12-21T05:07:15.532Z[ recovery-image] Dec 21 05:07:14.781 INFO O| Dec 21 05:07:14.781 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
41572024-12-21T05:07:15.623Z[ recovery-image] Dec 21 05:07:14.874 INFO O| Dec 21 05:07:14.874 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
41582024-12-21T05:07:15.707Z[ recovery-image] Dec 21 05:07:14.958 INFO O| Dec 21 05:07:14.958 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
41592024-12-21T05:07:15.709Z[ recovery-image] Dec 21 05:07:14.958 INFO O| Dec 21 05:07:14.958 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
41602024-12-21T05:07:15.716Z[ recovery-image] Dec 21 05:07:14.968 INFO O| Dec 21 05:07:14.968 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
41612024-12-21T05:07:15.727Z[ recovery-image] Dec 21 05:07:14.977 INFO O| Dec 21 05:07:14.976 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
41622024-12-21T05:07:15.735Z[ recovery-image] Dec 21 05:07:14.986 INFO O| Dec 21 05:07:14.986 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
41632024-12-21T05:07:15.971Z[ recovery-image] Dec 21 05:07:15.219 INFO O| Dec 21 05:07:15.218 INFO rolled back to input snapshot; work may begin
41642024-12-21T05:07:15.971Z[ recovery-image] Dec 21 05:07:15.219 INFO O| Dec 21 05:07:15.218 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
41652024-12-21T05:07:15.976Z[ recovery-image] Dec 21 05:07:15.227 INFO O| Dec 21 05:07:15.227 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41662024-12-21T05:07:15.995Z[ recovery-image] Dec 21 05:07:15.246 INFO O| Dec 21 05:07:15.246 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
41672024-12-21T05:07:16.060Z[ recovery-image] Dec 21 05:07:15.312 INFO O| Dec 21 05:07:15.311 INFO STEP 0 (remove_files) COMPLETE
41682024-12-21T05:07:16.060Z[ recovery-image] Dec 21 05:07:15.312 INFO O| Dec 21 05:07:15.311 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41692024-12-21T05:07:16.074Z[ recovery-image] Dec 21 05:07:15.326 INFO O| Dec 21 05:07:15.325 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
41702024-12-21T05:07:16.077Z[ recovery-image] Dec 21 05:07:15.328 INFO O| Dec 21 05:07:15.328 INFO STEP 1 (remove_files) COMPLETE
41712024-12-21T05:07:16.079Z[ recovery-image] Dec 21 05:07:15.329 INFO O| Dec 21 05:07:15.328 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41722024-12-21T05:07:16.094Z[ recovery-image] Dec 21 05:07:15.345 INFO O| Dec 21 05:07:15.345 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
41732024-12-21T05:07:16.116Z[ recovery-image] Dec 21 05:07:15.367 INFO O| Dec 21 05:07:15.367 INFO STEP 2 (remove_files) COMPLETE
41742024-12-21T05:07:16.116Z[ recovery-image] Dec 21 05:07:15.367 INFO O| Dec 21 05:07:15.367 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41752024-12-21T05:07:16.133Z[ recovery-image] Dec 21 05:07:15.384 INFO O| Dec 21 05:07:15.384 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
41762024-12-21T05:07:16.136Z[ recovery-image] Dec 21 05:07:15.388 INFO O| Dec 21 05:07:15.388 INFO STEP 3 (remove_files) COMPLETE
41772024-12-21T05:07:16.136Z[ recovery-image] Dec 21 05:07:15.388 INFO O| Dec 21 05:07:15.388 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41782024-12-21T05:07:16.155Z[ recovery-image] Dec 21 05:07:15.406 INFO O| Dec 21 05:07:15.406 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
41792024-12-21T05:07:16.163Z[ recovery-image] Dec 21 05:07:15.413 INFO O| Dec 21 05:07:15.413 INFO STEP 4 (remove_files) COMPLETE
41802024-12-21T05:07:16.163Z[ recovery-image] Dec 21 05:07:15.413 INFO O| Dec 21 05:07:15.413 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41812024-12-21T05:07:16.181Z[ recovery-image] Dec 21 05:07:15.431 INFO O| Dec 21 05:07:15.431 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
41822024-12-21T05:07:16.184Z[ recovery-image] Dec 21 05:07:15.431 INFO O| Dec 21 05:07:15.431 INFO STEP 5 (remove_files) COMPLETE
41832024-12-21T05:07:16.184Z[ recovery-image] Dec 21 05:07:15.432 INFO O| Dec 21 05:07:15.431 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41842024-12-21T05:07:16.200Z[ recovery-image] Dec 21 05:07:15.451 INFO O| Dec 21 05:07:15.451 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
41852024-12-21T05:07:16.219Z[ recovery-image] Dec 21 05:07:15.469 INFO O| Dec 21 05:07:15.469 INFO STEP 6 (remove_files) COMPLETE
41862024-12-21T05:07:16.219Z[ recovery-image] Dec 21 05:07:15.469 INFO O| Dec 21 05:07:15.469 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41872024-12-21T05:07:16.223Z[ recovery-image] Dec 21 05:07:15.469 INFO O| Dec 21 05:07:15.469 INFO skip step because feature "recovery" is enabled
41882024-12-21T05:07:16.223Z[ recovery-image] Dec 21 05:07:15.469 INFO O| Dec 21 05:07:15.469 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41892024-12-21T05:07:16.223Z[ recovery-image] Dec 21 05:07:15.469 INFO O| Dec 21 05:07:15.469 INFO skip step because feature "recovery" is enabled
41902024-12-21T05:07:16.223Z[ recovery-image] Dec 21 05:07:15.469 INFO O| Dec 21 05:07:15.469 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41912024-12-21T05:07:16.223Z[ recovery-image] Dec 21 05:07:15.469 INFO O| Dec 21 05:07:15.469 INFO skip step because feature "recovery" is enabled
41922024-12-21T05:07:16.223Z[ recovery-image] Dec 21 05:07:15.469 INFO O| Dec 21 05:07:15.469 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41932024-12-21T05:07:16.231Z[ recovery-image] Dec 21 05:07:15.483 INFO O| Dec 21 05:07:15.482 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
41942024-12-21T05:07:16.237Z[ recovery-image] Dec 21 05:07:15.487 INFO O| Dec 21 05:07:15.487 INFO STEP 10 (remove_files) COMPLETE
41952024-12-21T05:07:16.237Z[ recovery-image] Dec 21 05:07:15.487 INFO O| Dec 21 05:07:15.487 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41962024-12-21T05:07:16.255Z[ recovery-image] Dec 21 05:07:15.507 INFO O| Dec 21 05:07:15.506 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
41972024-12-21T05:07:16.258Z[ recovery-image] Dec 21 05:07:15.508 INFO O| Dec 21 05:07:15.508 INFO STEP 11 (remove_files) COMPLETE
41982024-12-21T05:07:16.259Z[ recovery-image] Dec 21 05:07:15.508 INFO O| Dec 21 05:07:15.508 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41992024-12-21T05:07:16.278Z[ recovery-image] Dec 21 05:07:15.526 INFO O| Dec 21 05:07:15.526 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
42002024-12-21T05:07:16.281Z[ recovery-image] Dec 21 05:07:15.528 INFO O| Dec 21 05:07:15.528 INFO STEP 12 (remove_files) COMPLETE
42012024-12-21T05:07:16.281Z[ recovery-image] Dec 21 05:07:15.528 INFO O| Dec 21 05:07:15.528 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42022024-12-21T05:07:16.581Z[ recovery-image] Dec 21 05:07:15.829 INFO O| Dec 21 05:07:15.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
42032024-12-21T05:07:16.584Z[ recovery-image] Dec 21 05:07:15.832 INFO O| Dec 21 05:07:15.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
42042024-12-21T05:07:16.595Z[ recovery-image] Dec 21 05:07:15.846 INFO O| Dec 21 05:07:15.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
42052024-12-21T05:07:16.645Z[ recovery-image] Dec 21 05:07:15.896 INFO O| Dec 21 05:07:15.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
42062024-12-21T05:07:16.692Z[ recovery-image] Dec 21 05:07:15.943 INFO O| Dec 21 05:07:15.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
42072024-12-21T05:07:16.695Z[ recovery-image] Dec 21 05:07:15.944 INFO O| Dec 21 05:07:15.944 INFO STEP 13 (remove_files) COMPLETE
42082024-12-21T05:07:16.695Z[ recovery-image] Dec 21 05:07:15.944 INFO O| Dec 21 05:07:15.944 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42092024-12-21T05:07:16.712Z[ recovery-image] Dec 21 05:07:15.963 INFO O| Dec 21 05:07:15.963 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
42102024-12-21T05:07:16.716Z[ recovery-image] Dec 21 05:07:15.965 INFO O| Dec 21 05:07:15.965 INFO STEP 14 (remove_files) COMPLETE
42112024-12-21T05:07:16.716Z[ recovery-image] Dec 21 05:07:15.965 INFO O| Dec 21 05:07:15.965 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42122024-12-21T05:07:16.731Z[ recovery-image] Dec 21 05:07:15.982 INFO O| Dec 21 05:07:15.982 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
42132024-12-21T05:07:16.740Z[ recovery-image] Dec 21 05:07:15.991 INFO O| Dec 21 05:07:15.991 INFO STEP 15 (remove_files) COMPLETE
42142024-12-21T05:07:16.740Z[ recovery-image] Dec 21 05:07:15.991 INFO O| Dec 21 05:07:15.991 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42152024-12-21T05:07:16.758Z[ recovery-image] Dec 21 05:07:16.009 INFO O| Dec 21 05:07:16.009 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
42162024-12-21T05:07:16.761Z[ recovery-image] Dec 21 05:07:16.010 INFO O| Dec 21 05:07:16.010 INFO STEP 16 (remove_files) COMPLETE
42172024-12-21T05:07:16.761Z[ recovery-image] Dec 21 05:07:16.010 INFO O| Dec 21 05:07:16.010 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42182024-12-21T05:07:16.771Z[ recovery-image] Dec 21 05:07:16.023 INFO O| Dec 21 05:07:16.022 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
42192024-12-21T05:07:16.775Z[ recovery-image] Dec 21 05:07:16.024 INFO O| Dec 21 05:07:16.024 INFO STEP 17 (remove_files) COMPLETE
42202024-12-21T05:07:16.775Z[ recovery-image] Dec 21 05:07:16.024 INFO O| Dec 21 05:07:16.024 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42212024-12-21T05:07:16.794Z[ recovery-image] Dec 21 05:07:16.045 INFO O| Dec 21 05:07:16.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
42222024-12-21T05:07:16.794Z[ recovery-image] Dec 21 05:07:16.045 INFO O| Dec 21 05:07:16.045 INFO STEP 18 (remove_files) COMPLETE
42232024-12-21T05:07:16.794Z[ recovery-image] Dec 21 05:07:16.045 INFO O| Dec 21 05:07:16.045 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42242024-12-21T05:07:16.813Z[ recovery-image] Dec 21 05:07:16.064 INFO O| Dec 21 05:07:16.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
42252024-12-21T05:07:16.813Z[ recovery-image] Dec 21 05:07:16.064 INFO O| Dec 21 05:07:16.064 INFO STEP 19 (remove_files) COMPLETE
42262024-12-21T05:07:16.813Z[ recovery-image] Dec 21 05:07:16.064 INFO O| Dec 21 05:07:16.064 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42272024-12-21T05:07:16.832Z[ recovery-image] Dec 21 05:07:16.082 INFO O| Dec 21 05:07:16.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
42282024-12-21T05:07:16.832Z[ recovery-image] Dec 21 05:07:16.083 INFO O| Dec 21 05:07:16.082 INFO STEP 20 (remove_files) COMPLETE
42292024-12-21T05:07:16.832Z[ recovery-image] Dec 21 05:07:16.083 INFO O| Dec 21 05:07:16.082 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42302024-12-21T05:07:16.849Z[ recovery-image] Dec 21 05:07:16.101 INFO O| Dec 21 05:07:16.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
42312024-12-21T05:07:16.850Z[ recovery-image] Dec 21 05:07:16.101 INFO O| Dec 21 05:07:16.101 INFO STEP 21 (remove_files) COMPLETE
42322024-12-21T05:07:16.853Z[ recovery-image] Dec 21 05:07:16.101 INFO O| Dec 21 05:07:16.101 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42332024-12-21T05:07:16.867Z[ recovery-image] Dec 21 05:07:16.118 INFO O| Dec 21 05:07:16.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
42342024-12-21T05:07:16.867Z[ recovery-image] Dec 21 05:07:16.118 INFO O| Dec 21 05:07:16.118 INFO STEP 22 (remove_files) COMPLETE
42352024-12-21T05:07:16.867Z[ recovery-image] Dec 21 05:07:16.118 INFO O| Dec 21 05:07:16.118 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42362024-12-21T05:07:16.883Z[ recovery-image] Dec 21 05:07:16.134 INFO O| Dec 21 05:07:16.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
42372024-12-21T05:07:16.883Z[ recovery-image] Dec 21 05:07:16.134 INFO O| Dec 21 05:07:16.134 INFO STEP 23 (remove_files) COMPLETE
42382024-12-21T05:07:16.883Z[ recovery-image] Dec 21 05:07:16.134 INFO O| Dec 21 05:07:16.134 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42392024-12-21T05:07:16.898Z[ recovery-image] Dec 21 05:07:16.150 INFO O| Dec 21 05:07:16.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
42402024-12-21T05:07:16.898Z[ recovery-image] Dec 21 05:07:16.150 INFO O| Dec 21 05:07:16.150 INFO STEP 24 (remove_files) COMPLETE
42412024-12-21T05:07:16.901Z[ recovery-image] Dec 21 05:07:16.150 INFO O| Dec 21 05:07:16.150 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42422024-12-21T05:07:16.915Z[ recovery-image] Dec 21 05:07:16.167 INFO O| Dec 21 05:07:16.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
42432024-12-21T05:07:16.915Z[ recovery-image] Dec 21 05:07:16.167 INFO O| Dec 21 05:07:16.167 INFO STEP 25 (remove_files) COMPLETE
42442024-12-21T05:07:16.918Z[ recovery-image] Dec 21 05:07:16.167 INFO O| Dec 21 05:07:16.167 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42452024-12-21T05:07:16.934Z[ recovery-image] Dec 21 05:07:16.184 INFO O| Dec 21 05:07:16.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
42462024-12-21T05:07:16.934Z[ recovery-image] Dec 21 05:07:16.184 INFO O| Dec 21 05:07:16.184 INFO STEP 26 (remove_files) COMPLETE
42472024-12-21T05:07:16.934Z[ recovery-image] Dec 21 05:07:16.184 INFO O| Dec 21 05:07:16.184 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42482024-12-21T05:07:16.949Z[ recovery-image] Dec 21 05:07:16.200 INFO O| Dec 21 05:07:16.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
42492024-12-21T05:07:16.949Z[ recovery-image] Dec 21 05:07:16.200 INFO O| Dec 21 05:07:16.200 INFO STEP 27 (remove_files) COMPLETE
42502024-12-21T05:07:16.950Z[ recovery-image] Dec 21 05:07:16.200 INFO O| Dec 21 05:07:16.200 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42512024-12-21T05:07:16.966Z[ recovery-image] Dec 21 05:07:16.218 INFO O| Dec 21 05:07:16.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
42522024-12-21T05:07:16.966Z[ recovery-image] Dec 21 05:07:16.218 INFO O| Dec 21 05:07:16.218 INFO STEP 28 (remove_files) COMPLETE
42532024-12-21T05:07:16.966Z[ recovery-image] Dec 21 05:07:16.218 INFO O| Dec 21 05:07:16.218 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42542024-12-21T05:07:16.983Z[ recovery-image] Dec 21 05:07:16.235 INFO O| Dec 21 05:07:16.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
42552024-12-21T05:07:16.983Z[ recovery-image] Dec 21 05:07:16.235 INFO O| Dec 21 05:07:16.235 INFO STEP 29 (remove_files) COMPLETE
42562024-12-21T05:07:16.986Z[ recovery-image] Dec 21 05:07:16.235 INFO O| Dec 21 05:07:16.235 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42572024-12-21T05:07:17.002Z[ recovery-image] Dec 21 05:07:16.252 INFO O| Dec 21 05:07:16.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
42582024-12-21T05:07:17.002Z[ recovery-image] Dec 21 05:07:16.252 INFO O| Dec 21 05:07:16.252 INFO STEP 30 (remove_files) COMPLETE
42592024-12-21T05:07:17.002Z[ recovery-image] Dec 21 05:07:16.252 INFO O| Dec 21 05:07:16.252 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42602024-12-21T05:07:17.017Z[ recovery-image] Dec 21 05:07:16.269 INFO O| Dec 21 05:07:16.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
42612024-12-21T05:07:17.018Z[ recovery-image] Dec 21 05:07:16.269 INFO O| Dec 21 05:07:16.269 INFO STEP 31 (remove_files) COMPLETE
42622024-12-21T05:07:17.021Z[ recovery-image] Dec 21 05:07:16.269 INFO O| Dec 21 05:07:16.269 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42632024-12-21T05:07:17.034Z[ recovery-image] Dec 21 05:07:16.285 INFO O| Dec 21 05:07:16.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
42642024-12-21T05:07:17.034Z[ recovery-image] Dec 21 05:07:16.285 INFO O| Dec 21 05:07:16.285 INFO STEP 32 (remove_files) COMPLETE
42652024-12-21T05:07:17.034Z[ recovery-image] Dec 21 05:07:16.285 INFO O| Dec 21 05:07:16.285 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42662024-12-21T05:07:17.050Z[ recovery-image] Dec 21 05:07:16.301 INFO O| Dec 21 05:07:16.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
42672024-12-21T05:07:17.050Z[ recovery-image] Dec 21 05:07:16.301 INFO O| Dec 21 05:07:16.301 INFO STEP 33 (remove_files) COMPLETE
42682024-12-21T05:07:17.052Z[ recovery-image] Dec 21 05:07:16.301 INFO O| Dec 21 05:07:16.301 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42692024-12-21T05:07:17.066Z[ recovery-image] Dec 21 05:07:16.318 INFO O| Dec 21 05:07:16.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
42702024-12-21T05:07:17.067Z[ recovery-image] Dec 21 05:07:16.318 INFO O| Dec 21 05:07:16.318 INFO STEP 34 (remove_files) COMPLETE
42712024-12-21T05:07:17.067Z[ recovery-image] Dec 21 05:07:16.318 INFO O| Dec 21 05:07:16.318 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42722024-12-21T05:07:17.104Z[ recovery-image] Dec 21 05:07:16.355 INFO O| Dec 21 05:07:16.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
42732024-12-21T05:07:17.104Z[ recovery-image] Dec 21 05:07:16.355 INFO O| Dec 21 05:07:16.355 INFO STEP 35 (remove_files) COMPLETE
42742024-12-21T05:07:17.104Z[ recovery-image] Dec 21 05:07:16.355 INFO O| Dec 21 05:07:16.355 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42752024-12-21T05:07:17.153Z[ recovery-image] Dec 21 05:07:16.404 INFO O| Dec 21 05:07:16.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
42762024-12-21T05:07:17.153Z[ recovery-image] Dec 21 05:07:16.404 INFO O| Dec 21 05:07:16.404 INFO STEP 36 (remove_files) COMPLETE
42772024-12-21T05:07:17.153Z[ recovery-image] Dec 21 05:07:16.404 INFO O| Dec 21 05:07:16.404 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42782024-12-21T05:07:17.187Z[ recovery-image] Dec 21 05:07:16.438 INFO O| Dec 21 05:07:16.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
42792024-12-21T05:07:17.187Z[ recovery-image] Dec 21 05:07:16.438 INFO O| Dec 21 05:07:16.438 INFO STEP 37 (remove_files) COMPLETE
42802024-12-21T05:07:17.187Z[ recovery-image] Dec 21 05:07:16.438 INFO O| Dec 21 05:07:16.438 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42812024-12-21T05:07:17.228Z[ recovery-image] Dec 21 05:07:16.479 INFO O| Dec 21 05:07:16.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
42822024-12-21T05:07:17.228Z[ recovery-image] Dec 21 05:07:16.479 INFO O| Dec 21 05:07:16.479 INFO STEP 38 (remove_files) COMPLETE
42832024-12-21T05:07:17.228Z[ recovery-image] Dec 21 05:07:16.479 INFO O| Dec 21 05:07:16.479 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42842024-12-21T05:07:17.245Z[ recovery-image] Dec 21 05:07:16.496 INFO O| Dec 21 05:07:16.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
42852024-12-21T05:07:17.245Z[ recovery-image] Dec 21 05:07:16.496 INFO O| Dec 21 05:07:16.496 INFO STEP 39 (remove_files) COMPLETE
42862024-12-21T05:07:17.245Z[ recovery-image] Dec 21 05:07:16.496 INFO O| Dec 21 05:07:16.496 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42872024-12-21T05:07:17.262Z[ recovery-image] Dec 21 05:07:16.513 INFO O| Dec 21 05:07:16.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
42882024-12-21T05:07:17.262Z[ recovery-image] Dec 21 05:07:16.513 INFO O| Dec 21 05:07:16.513 INFO STEP 40 (remove_files) COMPLETE
42892024-12-21T05:07:17.262Z[ recovery-image] Dec 21 05:07:16.513 INFO O| Dec 21 05:07:16.513 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42902024-12-21T05:07:17.300Z[ recovery-image] Dec 21 05:07:16.552 INFO O| Dec 21 05:07:16.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
42912024-12-21T05:07:17.303Z[ recovery-image] Dec 21 05:07:16.552 INFO O| Dec 21 05:07:16.552 INFO STEP 41 (remove_files) COMPLETE
42922024-12-21T05:07:17.303Z[ recovery-image] Dec 21 05:07:16.552 INFO O| Dec 21 05:07:16.552 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42932024-12-21T05:07:17.319Z[ recovery-image] Dec 21 05:07:16.571 INFO O| Dec 21 05:07:16.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
42942024-12-21T05:07:17.322Z[ recovery-image] Dec 21 05:07:16.571 INFO O| Dec 21 05:07:16.571 INFO STEP 42 (remove_files) COMPLETE
42952024-12-21T05:07:17.322Z[ recovery-image] Dec 21 05:07:16.571 INFO O| Dec 21 05:07:16.571 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42962024-12-21T05:07:17.337Z[ recovery-image] Dec 21 05:07:16.588 INFO O| Dec 21 05:07:16.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
42972024-12-21T05:07:17.339Z[ recovery-image] Dec 21 05:07:16.588 INFO O| Dec 21 05:07:16.588 INFO STEP 43 (remove_files) COMPLETE
42982024-12-21T05:07:17.340Z[ recovery-image] Dec 21 05:07:16.588 INFO O| Dec 21 05:07:16.588 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42992024-12-21T05:07:17.371Z[ recovery-image] Dec 21 05:07:16.623 INFO O| Dec 21 05:07:16.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
43002024-12-21T05:07:17.371Z[ recovery-image] Dec 21 05:07:16.623 INFO O| Dec 21 05:07:16.623 INFO STEP 44 (remove_files) COMPLETE
43012024-12-21T05:07:17.374Z[ recovery-image] Dec 21 05:07:16.623 INFO O| Dec 21 05:07:16.623 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43022024-12-21T05:07:17.402Z[ recovery-image] Dec 21 05:07:16.653 INFO O| Dec 21 05:07:16.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
43032024-12-21T05:07:17.402Z[ recovery-image] Dec 21 05:07:16.653 INFO O| Dec 21 05:07:16.653 INFO STEP 45 (remove_files) COMPLETE
43042024-12-21T05:07:17.405Z[ recovery-image] Dec 21 05:07:16.654 INFO O| Dec 21 05:07:16.653 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43052024-12-21T05:07:17.419Z[ recovery-image] Dec 21 05:07:16.670 INFO O| Dec 21 05:07:16.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
43062024-12-21T05:07:17.422Z[ recovery-image] Dec 21 05:07:16.671 INFO O| Dec 21 05:07:16.670 INFO STEP 46 (remove_files) COMPLETE
43072024-12-21T05:07:17.422Z[ recovery-image] Dec 21 05:07:16.671 INFO O| Dec 21 05:07:16.671 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43082024-12-21T05:07:17.436Z[ recovery-image] Dec 21 05:07:16.688 INFO O| Dec 21 05:07:16.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
43092024-12-21T05:07:17.436Z[ recovery-image] Dec 21 05:07:16.688 INFO O| Dec 21 05:07:16.688 INFO STEP 47 (remove_files) COMPLETE
43102024-12-21T05:07:17.439Z[ recovery-image] Dec 21 05:07:16.688 INFO O| Dec 21 05:07:16.688 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43112024-12-21T05:07:17.469Z[ recovery-image] Dec 21 05:07:16.720 INFO O| Dec 21 05:07:16.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
43122024-12-21T05:07:17.469Z[ recovery-image] Dec 21 05:07:16.720 INFO O| Dec 21 05:07:16.720 INFO STEP 48 (remove_files) COMPLETE
43132024-12-21T05:07:17.471Z[ recovery-image] Dec 21 05:07:16.720 INFO O| Dec 21 05:07:16.720 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43142024-12-21T05:07:17.579Z[ recovery-image] Dec 21 05:07:16.831 INFO O| Dec 21 05:07:16.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
43152024-12-21T05:07:17.579Z[ recovery-image] Dec 21 05:07:16.831 INFO O| Dec 21 05:07:16.831 INFO STEP 49 (remove_files) COMPLETE
43162024-12-21T05:07:17.580Z[ recovery-image] Dec 21 05:07:16.831 INFO O| Dec 21 05:07:16.831 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43172024-12-21T05:07:17.600Z[ recovery-image] Dec 21 05:07:16.850 INFO O| Dec 21 05:07:16.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
43182024-12-21T05:07:17.600Z[ recovery-image] Dec 21 05:07:16.850 INFO O| Dec 21 05:07:16.850 INFO STEP 50 (remove_files) COMPLETE
43192024-12-21T05:07:17.600Z[ recovery-image] Dec 21 05:07:16.850 INFO O| Dec 21 05:07:16.850 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43202024-12-21T05:07:17.615Z[ recovery-image] Dec 21 05:07:16.867 INFO O| Dec 21 05:07:16.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
43212024-12-21T05:07:17.615Z[ recovery-image] Dec 21 05:07:16.867 INFO O| Dec 21 05:07:16.867 INFO STEP 51 (remove_files) COMPLETE
43222024-12-21T05:07:17.615Z[ recovery-image] Dec 21 05:07:16.867 INFO O| Dec 21 05:07:16.867 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43232024-12-21T05:07:17.632Z[ recovery-image] Dec 21 05:07:16.884 INFO O| Dec 21 05:07:16.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
43242024-12-21T05:07:17.632Z[ recovery-image] Dec 21 05:07:16.884 INFO O| Dec 21 05:07:16.884 INFO STEP 52 (remove_files) COMPLETE
43252024-12-21T05:07:17.635Z[ recovery-image] Dec 21 05:07:16.884 INFO O| Dec 21 05:07:16.884 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43262024-12-21T05:07:17.664Z[ recovery-image] Dec 21 05:07:16.916 INFO O| Dec 21 05:07:16.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
43272024-12-21T05:07:17.665Z[ recovery-image] Dec 21 05:07:16.916 INFO O| Dec 21 05:07:16.916 INFO STEP 53 (remove_files) COMPLETE
43282024-12-21T05:07:17.665Z[ recovery-image] Dec 21 05:07:16.916 INFO O| Dec 21 05:07:16.916 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43292024-12-21T05:07:17.699Z[ recovery-image] Dec 21 05:07:16.950 INFO O| Dec 21 05:07:16.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
43302024-12-21T05:07:17.702Z[ recovery-image] Dec 21 05:07:16.950 INFO O| Dec 21 05:07:16.950 INFO STEP 54 (remove_files) COMPLETE
43312024-12-21T05:07:17.702Z[ recovery-image] Dec 21 05:07:16.951 INFO O| Dec 21 05:07:16.950 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43322024-12-21T05:07:17.718Z[ recovery-image] Dec 21 05:07:16.969 INFO O| Dec 21 05:07:16.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
43332024-12-21T05:07:17.721Z[ recovery-image] Dec 21 05:07:16.970 INFO O| Dec 21 05:07:16.969 INFO STEP 55 (remove_files) COMPLETE
43342024-12-21T05:07:17.721Z[ recovery-image] Dec 21 05:07:16.970 INFO O| Dec 21 05:07:16.970 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43352024-12-21T05:07:17.737Z[ recovery-image] Dec 21 05:07:16.989 INFO O| Dec 21 05:07:16.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
43362024-12-21T05:07:17.738Z[ recovery-image] Dec 21 05:07:16.989 INFO O| Dec 21 05:07:16.989 INFO STEP 56 (remove_files) COMPLETE
43372024-12-21T05:07:17.741Z[ recovery-image] Dec 21 05:07:16.989 INFO O| Dec 21 05:07:16.989 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43382024-12-21T05:07:17.757Z[ recovery-image] Dec 21 05:07:17.008 INFO O| Dec 21 05:07:17.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
43392024-12-21T05:07:17.757Z[ recovery-image] Dec 21 05:07:17.008 INFO O| Dec 21 05:07:17.008 INFO STEP 57 (remove_files) COMPLETE
43402024-12-21T05:07:17.760Z[ recovery-image] Dec 21 05:07:17.008 INFO O| Dec 21 05:07:17.008 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43412024-12-21T05:07:17.777Z[ recovery-image] Dec 21 05:07:17.026 INFO O| Dec 21 05:07:17.026 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
43422024-12-21T05:07:17.777Z[ recovery-image] Dec 21 05:07:17.026 INFO O| Dec 21 05:07:17.026 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
43432024-12-21T05:07:17.781Z[ recovery-image] Dec 21 05:07:17.026 INFO O| Dec 21 05:07:17.026 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
43442024-12-21T05:07:17.781Z[ recovery-image] Dec 21 05:07:17.027 INFO O| Dec 21 05:07:17.027 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
43452024-12-21T05:07:17.781Z[ recovery-image] Dec 21 05:07:17.027 INFO O| Dec 21 05:07:17.027 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
43462024-12-21T05:07:17.781Z[ recovery-image] Dec 21 05:07:17.027 INFO O| Dec 21 05:07:17.027 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
43472024-12-21T05:07:17.781Z[ recovery-image] Dec 21 05:07:17.027 INFO O| Dec 21 05:07:17.027 INFO ok!
43482024-12-21T05:07:17.782Z[ recovery-image] Dec 21 05:07:17.027 INFO O| Dec 21 05:07:17.027 INFO STEP 58 (ensure_file) COMPLETE
43492024-12-21T05:07:17.782Z[ recovery-image] Dec 21 05:07:17.027 INFO O| Dec 21 05:07:17.027 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43502024-12-21T05:07:17.814Z[ recovery-image] Dec 21 05:07:17.065 INFO O| Dec 21 05:07:17.065 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
43512024-12-21T05:07:17.814Z[ recovery-image] Dec 21 05:07:17.065 INFO O| Dec 21 05:07:17.065 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
43522024-12-21T05:07:17.817Z[ recovery-image] Dec 21 05:07:17.066 INFO O| Dec 21 05:07:17.066 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
43532024-12-21T05:07:17.817Z[ recovery-image] Dec 21 05:07:17.066 INFO O| Dec 21 05:07:17.066 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
43542024-12-21T05:07:17.817Z[ recovery-image] Dec 21 05:07:17.066 INFO O| Dec 21 05:07:17.066 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
43552024-12-21T05:07:17.817Z[ recovery-image] Dec 21 05:07:17.066 INFO O| Dec 21 05:07:17.066 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
43562024-12-21T05:07:17.817Z[ recovery-image] Dec 21 05:07:17.066 INFO O| Dec 21 05:07:17.066 INFO ok!
43572024-12-21T05:07:17.817Z[ recovery-image] Dec 21 05:07:17.066 INFO O| Dec 21 05:07:17.066 INFO STEP 59 (ensure_file) COMPLETE
43582024-12-21T05:07:17.817Z[ recovery-image] Dec 21 05:07:17.066 INFO O| Dec 21 05:07:17.066 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43592024-12-21T05:07:17.854Z[ recovery-image] Dec 21 05:07:17.105 INFO O| Dec 21 05:07:17.105 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
43602024-12-21T05:07:17.854Z[ recovery-image] Dec 21 05:07:17.105 INFO O| Dec 21 05:07:17.105 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
43612024-12-21T05:07:17.854Z[ recovery-image] Dec 21 05:07:17.105 INFO O| Dec 21 05:07:17.105 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
43622024-12-21T05:07:17.857Z[ recovery-image] Dec 21 05:07:17.105 INFO O| Dec 21 05:07:17.105 INFO ok!
43632024-12-21T05:07:17.857Z[ recovery-image] Dec 21 05:07:17.105 INFO O| Dec 21 05:07:17.105 INFO STEP 60 (ensure_file) COMPLETE
43642024-12-21T05:07:17.857Z[ recovery-image] Dec 21 05:07:17.105 INFO O| Dec 21 05:07:17.105 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43652024-12-21T05:07:17.890Z[ recovery-image] Dec 21 05:07:17.141 INFO O| Dec 21 05:07:17.141 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
43662024-12-21T05:07:17.890Z[ recovery-image] Dec 21 05:07:17.141 INFO O| Dec 21 05:07:17.141 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
43672024-12-21T05:07:17.890Z[ recovery-image] Dec 21 05:07:17.141 INFO O| Dec 21 05:07:17.141 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
43682024-12-21T05:07:17.893Z[ recovery-image] Dec 21 05:07:17.142 INFO O| Dec 21 05:07:17.141 INFO ok!
43692024-12-21T05:07:17.893Z[ recovery-image] Dec 21 05:07:17.142 INFO O| Dec 21 05:07:17.141 INFO STEP 61 (ensure_file) COMPLETE
43702024-12-21T05:07:17.893Z[ recovery-image] Dec 21 05:07:17.142 INFO O| Dec 21 05:07:17.141 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43712024-12-21T05:07:17.909Z[ recovery-image] Dec 21 05:07:17.161 INFO O| Dec 21 05:07:17.161 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
43722024-12-21T05:07:17.909Z[ recovery-image] Dec 21 05:07:17.161 INFO O| Dec 21 05:07:17.161 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
43732024-12-21T05:07:17.910Z[ recovery-image] Dec 21 05:07:17.161 INFO O| Dec 21 05:07:17.161 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
43742024-12-21T05:07:17.912Z[ recovery-image] Dec 21 05:07:17.161 INFO O| Dec 21 05:07:17.161 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
43752024-12-21T05:07:17.912Z[ recovery-image] Dec 21 05:07:17.161 INFO O| Dec 21 05:07:17.161 INFO ok!
43762024-12-21T05:07:17.912Z[ recovery-image] Dec 21 05:07:17.161 INFO O| Dec 21 05:07:17.161 INFO STEP 62 (ensure_file) COMPLETE
43772024-12-21T05:07:17.912Z[ recovery-image] Dec 21 05:07:17.161 INFO O| Dec 21 05:07:17.161 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43782024-12-21T05:07:17.931Z[ recovery-image] Dec 21 05:07:17.182 INFO O| Dec 21 05:07:17.182 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
43792024-12-21T05:07:17.931Z[ recovery-image] Dec 21 05:07:17.182 INFO O| Dec 21 05:07:17.182 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
43802024-12-21T05:07:17.934Z[ recovery-image] Dec 21 05:07:17.183 INFO O| Dec 21 05:07:17.183 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
43812024-12-21T05:07:17.934Z[ recovery-image] Dec 21 05:07:17.183 INFO O| Dec 21 05:07:17.183 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
43822024-12-21T05:07:17.934Z[ recovery-image] Dec 21 05:07:17.183 INFO O| Dec 21 05:07:17.183 INFO ok!
43832024-12-21T05:07:17.934Z[ recovery-image] Dec 21 05:07:17.183 INFO O| Dec 21 05:07:17.183 INFO STEP 63 (ensure_file) COMPLETE
43842024-12-21T05:07:17.934Z[ recovery-image] Dec 21 05:07:17.183 INFO O| Dec 21 05:07:17.183 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43852024-12-21T05:07:18.008Z[ recovery-image] Dec 21 05:07:17.260 INFO O| Dec 21 05:07:17.260 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
43862024-12-21T05:07:18.008Z[ recovery-image] Dec 21 05:07:17.260 INFO O| Dec 21 05:07:17.260 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
43872024-12-21T05:07:18.011Z[ recovery-image] Dec 21 05:07:17.260 INFO O| Dec 21 05:07:17.260 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
43882024-12-21T05:07:18.011Z[ recovery-image] Dec 21 05:07:17.260 INFO O| Dec 21 05:07:17.260 INFO ok!
43892024-12-21T05:07:18.011Z[ recovery-image] Dec 21 05:07:17.260 INFO O| Dec 21 05:07:17.260 INFO STEP 64 (assemble_files) COMPLETE
43902024-12-21T05:07:18.011Z[ recovery-image] Dec 21 05:07:17.260 INFO O| Dec 21 05:07:17.260 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43912024-12-21T05:07:18.066Z[ recovery-image] Dec 21 05:07:17.318 INFO O| Dec 21 05:07:17.318 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
43922024-12-21T05:07:18.069Z[ recovery-image] Dec 21 05:07:17.318 INFO O| Dec 21 05:07:17.318 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
43932024-12-21T05:07:18.069Z[ recovery-image] Dec 21 05:07:17.318 INFO O| Dec 21 05:07:17.318 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
43942024-12-21T05:07:18.069Z[ recovery-image] Dec 21 05:07:17.318 INFO O| Dec 21 05:07:17.318 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
43952024-12-21T05:07:18.069Z[ recovery-image] Dec 21 05:07:17.318 INFO O| Dec 21 05:07:17.318 INFO ok!
43962024-12-21T05:07:18.069Z[ recovery-image] Dec 21 05:07:17.318 INFO O| Dec 21 05:07:17.318 INFO STEP 65 (ensure_file) COMPLETE
43972024-12-21T05:07:18.069Z[ recovery-image] Dec 21 05:07:17.318 INFO O| Dec 21 05:07:17.318 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43982024-12-21T05:07:18.069Z[ recovery-image] Dec 21 05:07:17.318 INFO O| Dec 21 05:07:17.318 INFO skip step because feature "omicron1" is not enabled
43992024-12-21T05:07:18.069Z[ recovery-image] Dec 21 05:07:17.318 INFO O| Dec 21 05:07:17.318 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44002024-12-21T05:07:18.069Z[ recovery-image] Dec 21 05:07:17.318 INFO O| Dec 21 05:07:17.318 INFO skip step because feature "omicron1" is not enabled
44012024-12-21T05:07:18.069Z[ recovery-image] Dec 21 05:07:17.318 INFO O| Dec 21 05:07:17.318 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44022024-12-21T05:07:18.069Z[ recovery-image] Dec 21 05:07:17.318 INFO O| Dec 21 05:07:17.318 INFO skip step because feature "omicron1" is not enabled
44032024-12-21T05:07:18.069Z[ recovery-image] Dec 21 05:07:17.318 INFO O| Dec 21 05:07:17.318 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44042024-12-21T05:07:18.093Z[ recovery-image] Dec 21 05:07:17.344 INFO O| Dec 21 05:07:17.344 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
44052024-12-21T05:07:18.093Z[ recovery-image] Dec 21 05:07:17.344 INFO O| Dec 21 05:07:17.344 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
44062024-12-21T05:07:18.286Z[ host-image] Dec 21 05:07:17.537 INFO O| Dec 21 05:07:17.537 INFO O| Planning: Solver setup ... Done
44072024-12-21T05:07:18.293Z[ host-image] Dec 21 05:07:17.544 INFO O| Dec 21 05:07:17.544 INFO O| Planning: Running solver ... Done
44082024-12-21T05:07:18.394Z[ host-image] Dec 21 05:07:17.646 INFO O| Dec 21 05:07:17.646 INFO O| Planning: Finding local manifests ... Done
44092024-12-21T05:07:18.397Z[ host-image] Dec 21 05:07:17.648 INFO O| Dec 21 05:07:17.648 INFO O| Planning: Fetching manifests: 0/6 0% complete
44102024-12-21T05:07:18.764Z[ host-image] Dec 21 05:07:18.015 INFO O| Dec 21 05:07:18.015 INFO O| Planning: Fetching manifests: 6/6 100% complete
44112024-12-21T05:07:18.823Z[ host-image] Dec 21 05:07:18.075 INFO O| Dec 21 05:07:18.074 INFO O| Planning: Package planning ... Done
44122024-12-21T05:07:18.882Z[ host-image] Dec 21 05:07:18.133 INFO O| Dec 21 05:07:18.133 INFO O| Planning: Merging actions ... Done
44132024-12-21T05:07:19.041Z[ host-image] Dec 21 05:07:18.292 INFO O| Dec 21 05:07:18.292 INFO O| Planning: Checking for conflicting actions ... Done
44142024-12-21T05:07:19.048Z[ host-image] Dec 21 05:07:18.300 INFO O| Dec 21 05:07:18.300 INFO O| Planning: Consolidating action changes ... Done
44152024-12-21T05:07:19.518Z[ host-image] Dec 21 05:07:18.769 INFO O| Dec 21 05:07:18.769 INFO O| Planning: Evaluating mediators ... Done
44162024-12-21T05:07:19.523Z[ host-image] Dec 21 05:07:18.775 INFO O| Dec 21 05:07:18.774 INFO O| Planning: Planning completed in 4.72 seconds
44172024-12-21T05:07:19.526Z[ host-image] Dec 21 05:07:18.777 INFO O| Dec 21 05:07:18.777 INFO O| Packages to install: 6
44182024-12-21T05:07:19.526Z[ host-image] Dec 21 05:07:18.777 INFO O| Dec 21 05:07:18.777 INFO O| Mediators to change: 1
44192024-12-21T05:07:19.526Z[ host-image] Dec 21 05:07:18.777 INFO O| Dec 21 05:07:18.777 INFO O| Services to change: 1
44202024-12-21T05:07:19.549Z[ host-image] Dec 21 05:07:18.801 INFO O| Dec 21 05:07:18.801 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
44212024-12-21T05:07:21.267Z[ recovery-image] Dec 21 05:07:20.518 INFO O| Dec 21 05:07:20.518 INFO STEP 69 (pack_tar) COMPLETE
44222024-12-21T05:07:21.267Z[ recovery-image] Dec 21 05:07:20.518 INFO O| Dec 21 05:07:20.518 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
44232024-12-21T05:07:21.267Z[ recovery-image] Dec 21 05:07:20.518 INFO O| Dec 21 05:07:20.518 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
44242024-12-21T05:07:21.477Z[ recovery-image] Dec 21 05:07:20.729 INFO O| Dec 21 05:07:20.729 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
44252024-12-21T05:07:21.620Z[ recovery-image] Dec 21 05:07:20.872 INFO O| Dec 21 05:07:20.872 INFO completed processing gimlet/ramdisk-02-trim
44262024-12-21T05:07:21.623Z[ recovery-image] Dec 21 05:07:20.875 INFO image builder template: ramdisk-03-recovery-trim...
44272024-12-21T05:07:21.623Z[ recovery-image] Dec 21 05:07:20.876 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", "-F", "relver=2", "-E", "/tmp/.tmphaBfYb/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", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "ramdisk-03-recovery-trim"], pwd: None
44282024-12-21T05:07:21.833Z[ recovery-image] Dec 21 05:07:21.084 INFO O| Dec 21 05:07:21.084 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
44292024-12-21T05:07:21.855Z[ recovery-image] Dec 21 05:07:21.106 INFO O| Dec 21 05:07:21.106 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
44302024-12-21T05:07:21.961Z[ recovery-image] Dec 21 05:07:21.213 INFO O| Dec 21 05:07:21.213 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
44312024-12-21T05:07:22.042Z[ recovery-image] Dec 21 05:07:21.294 INFO O| Dec 21 05:07:21.294 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
44322024-12-21T05:07:22.044Z[ recovery-image] Dec 21 05:07:21.294 INFO O| Dec 21 05:07:21.294 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
44332024-12-21T05:07:22.057Z[ recovery-image] Dec 21 05:07:21.309 INFO O| Dec 21 05:07:21.309 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
44342024-12-21T05:07:22.064Z[ recovery-image] Dec 21 05:07:21.316 INFO O| Dec 21 05:07:21.316 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
44352024-12-21T05:07:22.092Z[ recovery-image] Dec 21 05:07:21.343 INFO O| Dec 21 05:07:21.343 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
44362024-12-21T05:07:22.844Z[ recovery-image] Dec 21 05:07:22.096 INFO O| Dec 21 05:07:22.096 INFO rolled back to input snapshot; work may begin
44372024-12-21T05:07:22.844Z[ recovery-image] Dec 21 05:07:22.096 INFO O| Dec 21 05:07:22.096 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
44382024-12-21T05:07:22.865Z[ recovery-image] Dec 21 05:07:22.117 INFO O| Dec 21 05:07:22.117 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44392024-12-21T05:07:22.895Z[ recovery-image] Dec 21 05:07:22.148 INFO O| Dec 21 05:07:22.147 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
44402024-12-21T05:07:22.905Z[ recovery-image] Dec 21 05:07:22.157 INFO O| Dec 21 05:07:22.157 INFO STEP 0 (remove_files) COMPLETE
44412024-12-21T05:07:22.905Z[ recovery-image] Dec 21 05:07:22.157 INFO O| Dec 21 05:07:22.157 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44422024-12-21T05:07:22.942Z[ recovery-image] Dec 21 05:07:22.194 INFO O| Dec 21 05:07:22.194 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
44432024-12-21T05:07:23.239Z[ recovery-image] Dec 21 05:07:22.491 INFO O| Dec 21 05:07:22.491 INFO STEP 1 (remove_files) COMPLETE
44442024-12-21T05:07:23.239Z[ recovery-image] Dec 21 05:07:22.491 INFO O| Dec 21 05:07:22.491 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44452024-12-21T05:07:23.281Z[ recovery-image] Dec 21 05:07:22.533 INFO O| Dec 21 05:07:22.533 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
44462024-12-21T05:07:23.320Z[ recovery-image] Dec 21 05:07:22.573 INFO O| Dec 21 05:07:22.572 INFO STEP 2 (remove_files) COMPLETE
44472024-12-21T05:07:23.320Z[ recovery-image] Dec 21 05:07:22.573 INFO O| Dec 21 05:07:22.572 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44482024-12-21T05:07:23.367Z[ recovery-image] Dec 21 05:07:22.619 INFO O| Dec 21 05:07:22.619 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
44492024-12-21T05:07:23.435Z[ recovery-image] Dec 21 05:07:22.687 INFO O| Dec 21 05:07:22.687 INFO STEP 3 (remove_files) COMPLETE
44502024-12-21T05:07:23.435Z[ recovery-image] Dec 21 05:07:22.687 INFO O| Dec 21 05:07:22.687 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44512024-12-21T05:07:23.475Z[ recovery-image] Dec 21 05:07:22.727 INFO O| Dec 21 05:07:22.727 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
44522024-12-21T05:07:23.624Z[ recovery-image] Dec 21 05:07:22.876 INFO O| Dec 21 05:07:22.876 INFO STEP 4 (remove_files) COMPLETE
44532024-12-21T05:07:23.624Z[ recovery-image] Dec 21 05:07:22.876 INFO O| Dec 21 05:07:22.876 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44542024-12-21T05:07:23.665Z[ recovery-image] Dec 21 05:07:22.918 INFO O| Dec 21 05:07:22.917 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
44552024-12-21T05:07:23.696Z[ recovery-image] Dec 21 05:07:22.948 INFO O| Dec 21 05:07:22.948 INFO STEP 5 (remove_files) COMPLETE
44562024-12-21T05:07:23.696Z[ recovery-image] Dec 21 05:07:22.949 INFO O| Dec 21 05:07:22.948 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44572024-12-21T05:07:23.732Z[ recovery-image] Dec 21 05:07:22.984 INFO O| Dec 21 05:07:22.984 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
44582024-12-21T05:07:23.736Z[ recovery-image] Dec 21 05:07:22.988 INFO O| Dec 21 05:07:22.988 INFO STEP 6 (remove_files) COMPLETE
44592024-12-21T05:07:23.738Z[ recovery-image] Dec 21 05:07:22.988 INFO O| Dec 21 05:07:22.988 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44602024-12-21T05:07:23.756Z[ recovery-image] Dec 21 05:07:23.009 INFO O| Dec 21 05:07:23.008 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
44612024-12-21T05:07:23.759Z[ recovery-image] Dec 21 05:07:23.011 INFO O| Dec 21 05:07:23.011 INFO STEP 7 (remove_files) COMPLETE
44622024-12-21T05:07:23.760Z[ recovery-image] Dec 21 05:07:23.011 INFO O| Dec 21 05:07:23.011 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44632024-12-21T05:07:23.778Z[ recovery-image] Dec 21 05:07:23.030 INFO O| Dec 21 05:07:23.030 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
44642024-12-21T05:07:23.864Z[ recovery-image] Dec 21 05:07:23.116 INFO O| Dec 21 05:07:23.116 INFO STEP 8 (remove_files) COMPLETE
44652024-12-21T05:07:23.864Z[ recovery-image] Dec 21 05:07:23.116 INFO O| Dec 21 05:07:23.116 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44662024-12-21T05:07:23.928Z[ recovery-image] Dec 21 05:07:23.181 INFO O| Dec 21 05:07:23.181 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
44672024-12-21T05:07:23.944Z[ recovery-image] Dec 21 05:07:23.181 INFO O| Dec 21 05:07:23.181 INFO STEP 9 (remove_files) COMPLETE
44682024-12-21T05:07:23.944Z[ recovery-image] Dec 21 05:07:23.181 INFO O| Dec 21 05:07:23.181 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44692024-12-21T05:07:23.972Z[ recovery-image] Dec 21 05:07:23.224 INFO O| Dec 21 05:07:23.224 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
44702024-12-21T05:07:23.975Z[ recovery-image] Dec 21 05:07:23.226 INFO O| Dec 21 05:07:23.226 INFO STEP 10 (remove_files) COMPLETE
44712024-12-21T05:07:23.975Z[ recovery-image] Dec 21 05:07:23.226 INFO O| Dec 21 05:07:23.226 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44722024-12-21T05:07:24.002Z[ recovery-image] Dec 21 05:07:23.254 INFO O| Dec 21 05:07:23.254 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
44732024-12-21T05:07:24.574Z[ host-image] Dec 21 05:07:23.827 INFO O| Dec 21 05:07:23.826 INFO O| Download: 1061/1140 items 3.5/8.4MB 41% complete (733k/s)
44742024-12-21T05:07:24.612Z[ recovery-image] Dec 21 05:07:23.865 INFO O| Dec 21 05:07:23.864 INFO STEP 11 (remove_files) COMPLETE
44752024-12-21T05:07:24.612Z[ recovery-image] Dec 21 05:07:23.865 INFO O| Dec 21 05:07:23.864 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44762024-12-21T05:07:24.634Z[ recovery-image] Dec 21 05:07:23.887 INFO O| Dec 21 05:07:23.887 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
44772024-12-21T05:07:24.641Z[ recovery-image] Dec 21 05:07:23.894 INFO O| Dec 21 05:07:23.893 INFO STEP 12 (remove_files) COMPLETE
44782024-12-21T05:07:24.641Z[ recovery-image] Dec 21 05:07:23.894 INFO O| Dec 21 05:07:23.893 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44792024-12-21T05:07:24.665Z[ recovery-image] Dec 21 05:07:23.918 INFO O| Dec 21 05:07:23.918 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
44802024-12-21T05:07:24.687Z[ recovery-image] Dec 21 05:07:23.939 INFO O| Dec 21 05:07:23.939 INFO STEP 13 (remove_files) COMPLETE
44812024-12-21T05:07:24.687Z[ recovery-image] Dec 21 05:07:23.939 INFO O| Dec 21 05:07:23.939 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44822024-12-21T05:07:24.730Z[ recovery-image] Dec 21 05:07:23.982 INFO O| Dec 21 05:07:23.982 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
44832024-12-21T05:07:24.750Z[ recovery-image] Dec 21 05:07:24.002 INFO O| Dec 21 05:07:24.002 INFO STEP 14 (remove_files) COMPLETE
44842024-12-21T05:07:24.750Z[ recovery-image] Dec 21 05:07:24.002 INFO O| Dec 21 05:07:24.002 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44852024-12-21T05:07:24.769Z[ recovery-image] Dec 21 05:07:24.022 INFO O| Dec 21 05:07:24.022 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
44862024-12-21T05:07:24.786Z[ recovery-image] Dec 21 05:07:24.038 INFO O| Dec 21 05:07:24.038 INFO STEP 15 (remove_files) COMPLETE
44872024-12-21T05:07:24.786Z[ recovery-image] Dec 21 05:07:24.038 INFO O| Dec 21 05:07:24.038 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44882024-12-21T05:07:24.828Z[ recovery-image] Dec 21 05:07:24.080 INFO O| Dec 21 05:07:24.080 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
44892024-12-21T05:07:24.883Z[ recovery-image] Dec 21 05:07:24.133 INFO O| Dec 21 05:07:24.133 INFO STEP 16 (remove_files) COMPLETE
44902024-12-21T05:07:24.883Z[ recovery-image] Dec 21 05:07:24.133 INFO O| Dec 21 05:07:24.133 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44912024-12-21T05:07:24.907Z[ recovery-image] Dec 21 05:07:24.159 INFO O| Dec 21 05:07:24.159 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
44922024-12-21T05:07:24.907Z[ recovery-image] Dec 21 05:07:24.159 INFO O| Dec 21 05:07:24.159 INFO STEP 17 (remove_files) COMPLETE
44932024-12-21T05:07:24.909Z[ recovery-image] Dec 21 05:07:24.159 INFO O| Dec 21 05:07:24.159 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44942024-12-21T05:07:24.961Z[ recovery-image] Dec 21 05:07:24.213 INFO O| Dec 21 05:07:24.213 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
44952024-12-21T05:07:24.981Z[ recovery-image] Dec 21 05:07:24.233 INFO O| Dec 21 05:07:24.233 INFO STEP 18 (remove_files) COMPLETE
44962024-12-21T05:07:24.981Z[ recovery-image] Dec 21 05:07:24.233 INFO O| Dec 21 05:07:24.233 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44972024-12-21T05:07:25.003Z[ recovery-image] Dec 21 05:07:24.255 INFO O| Dec 21 05:07:24.255 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
44982024-12-21T05:07:25.407Z[ recovery-image] Dec 21 05:07:24.659 INFO O| Dec 21 05:07:24.659 INFO STEP 19 (remove_files) COMPLETE
44992024-12-21T05:07:25.407Z[ recovery-image] Dec 21 05:07:24.659 INFO O| Dec 21 05:07:24.659 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45002024-12-21T05:07:25.427Z[ recovery-image] Dec 21 05:07:24.680 INFO O| Dec 21 05:07:24.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
45012024-12-21T05:07:25.433Z[ recovery-image] Dec 21 05:07:24.685 INFO O| Dec 21 05:07:24.685 INFO STEP 20 (remove_files) COMPLETE
45022024-12-21T05:07:25.435Z[ recovery-image] Dec 21 05:07:24.685 INFO O| Dec 21 05:07:24.685 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45032024-12-21T05:07:25.452Z[ recovery-image] Dec 21 05:07:24.705 INFO O| Dec 21 05:07:24.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
45042024-12-21T05:07:25.456Z[ recovery-image] Dec 21 05:07:24.707 INFO O| Dec 21 05:07:24.707 INFO STEP 21 (remove_files) COMPLETE
45052024-12-21T05:07:25.456Z[ recovery-image] Dec 21 05:07:24.707 INFO O| Dec 21 05:07:24.707 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45062024-12-21T05:07:25.476Z[ recovery-image] Dec 21 05:07:24.727 INFO O| Dec 21 05:07:24.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
45072024-12-21T05:07:25.479Z[ recovery-image] Dec 21 05:07:24.727 INFO O| Dec 21 05:07:24.727 INFO STEP 22 (remove_files) COMPLETE
45082024-12-21T05:07:25.479Z[ recovery-image] Dec 21 05:07:24.727 INFO O| Dec 21 05:07:24.727 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45092024-12-21T05:07:25.495Z[ recovery-image] Dec 21 05:07:24.748 INFO O| Dec 21 05:07:24.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
45102024-12-21T05:07:25.495Z[ recovery-image] Dec 21 05:07:24.748 INFO O| Dec 21 05:07:24.748 INFO STEP 23 (remove_files) COMPLETE
45112024-12-21T05:07:25.495Z[ recovery-image] Dec 21 05:07:24.748 INFO O| Dec 21 05:07:24.748 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45122024-12-21T05:07:25.513Z[ recovery-image] Dec 21 05:07:24.765 INFO O| Dec 21 05:07:24.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
45132024-12-21T05:07:25.538Z[ recovery-image] Dec 21 05:07:24.790 INFO O| Dec 21 05:07:24.790 INFO STEP 24 (remove_files) COMPLETE
45142024-12-21T05:07:25.538Z[ recovery-image] Dec 21 05:07:24.790 INFO O| Dec 21 05:07:24.790 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45152024-12-21T05:07:25.582Z[ host-image] Dec 21 05:07:24.835 INFO O| Dec 21 05:07:24.834 INFO O| Download: Completed 8.42 MB in 6.03 seconds (1.4M/s)
45162024-12-21T05:07:25.619Z[ recovery-image] Dec 21 05:07:24.872 INFO O| Dec 21 05:07:24.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
45172024-12-21T05:07:25.619Z[ recovery-image] Dec 21 05:07:24.872 INFO O| Dec 21 05:07:24.872 INFO STEP 25 (remove_files) COMPLETE
45182024-12-21T05:07:25.624Z[ recovery-image] Dec 21 05:07:24.872 INFO O| Dec 21 05:07:24.872 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45192024-12-21T05:07:25.674Z[ recovery-image] Dec 21 05:07:24.925 INFO O| Dec 21 05:07:24.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
45202024-12-21T05:07:25.677Z[ recovery-image] Dec 21 05:07:24.926 INFO O| Dec 21 05:07:24.926 INFO STEP 26 (remove_files) COMPLETE
45212024-12-21T05:07:25.677Z[ recovery-image] Dec 21 05:07:24.926 INFO O| Dec 21 05:07:24.926 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45222024-12-21T05:07:25.708Z[ recovery-image] Dec 21 05:07:24.960 INFO O| Dec 21 05:07:24.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
45232024-12-21T05:07:25.714Z[ host-image] Dec 21 05:07:24.967 INFO O| Dec 21 05:07:24.967 INFO O| Actions: 1/1361 actions (Installing new actions)
45242024-12-21T05:07:25.730Z[ recovery-image] Dec 21 05:07:24.983 INFO O| Dec 21 05:07:24.983 INFO STEP 27 (remove_files) COMPLETE
45252024-12-21T05:07:25.731Z[ recovery-image] Dec 21 05:07:24.983 INFO O| Dec 21 05:07:24.983 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45262024-12-21T05:07:25.751Z[ recovery-image] Dec 21 05:07:25.003 INFO O| Dec 21 05:07:25.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
45272024-12-21T05:07:25.778Z[ recovery-image] Dec 21 05:07:25.031 INFO O| Dec 21 05:07:25.031 INFO STEP 28 (remove_files) COMPLETE
45282024-12-21T05:07:25.778Z[ recovery-image] Dec 21 05:07:25.031 INFO O| Dec 21 05:07:25.031 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45292024-12-21T05:07:25.799Z[ recovery-image] Dec 21 05:07:25.051 INFO O| Dec 21 05:07:25.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
45302024-12-21T05:07:25.801Z[ recovery-image] Dec 21 05:07:25.052 INFO O| Dec 21 05:07:25.052 INFO STEP 29 (remove_files) COMPLETE
45312024-12-21T05:07:25.801Z[ recovery-image] Dec 21 05:07:25.052 INFO O| Dec 21 05:07:25.052 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45322024-12-21T05:07:25.838Z[ recovery-image] Dec 21 05:07:25.091 INFO O| Dec 21 05:07:25.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
45332024-12-21T05:07:25.841Z[ recovery-image] Dec 21 05:07:25.091 INFO O| Dec 21 05:07:25.091 INFO STEP 30 (remove_files) COMPLETE
45342024-12-21T05:07:25.841Z[ recovery-image] Dec 21 05:07:25.091 INFO O| Dec 21 05:07:25.091 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45352024-12-21T05:07:25.857Z[ recovery-image] Dec 21 05:07:25.109 INFO O| Dec 21 05:07:25.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
45362024-12-21T05:07:25.857Z[ recovery-image] Dec 21 05:07:25.109 INFO O| Dec 21 05:07:25.109 INFO STEP 31 (remove_files) COMPLETE
45372024-12-21T05:07:25.857Z[ recovery-image] Dec 21 05:07:25.109 INFO O| Dec 21 05:07:25.109 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45382024-12-21T05:07:25.875Z[ recovery-image] Dec 21 05:07:25.128 INFO O| Dec 21 05:07:25.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
45392024-12-21T05:07:25.881Z[ recovery-image] Dec 21 05:07:25.134 INFO O| Dec 21 05:07:25.134 INFO STEP 32 (remove_files) COMPLETE
45402024-12-21T05:07:25.881Z[ recovery-image] Dec 21 05:07:25.134 INFO O| Dec 21 05:07:25.134 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45412024-12-21T05:07:25.915Z[ recovery-image] Dec 21 05:07:25.167 INFO O| Dec 21 05:07:25.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
45422024-12-21T05:07:25.915Z[ recovery-image] Dec 21 05:07:25.167 INFO O| Dec 21 05:07:25.167 INFO STEP 33 (remove_files) COMPLETE
45432024-12-21T05:07:25.915Z[ recovery-image] Dec 21 05:07:25.167 INFO O| Dec 21 05:07:25.167 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45442024-12-21T05:07:25.975Z[ recovery-image] Dec 21 05:07:25.227 INFO O| Dec 21 05:07:25.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
45452024-12-21T05:07:25.975Z[ recovery-image] Dec 21 05:07:25.227 INFO O| Dec 21 05:07:25.227 INFO STEP 34 (remove_files) COMPLETE
45462024-12-21T05:07:25.978Z[ recovery-image] Dec 21 05:07:25.228 INFO O| Dec 21 05:07:25.227 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45472024-12-21T05:07:25.995Z[ recovery-image] Dec 21 05:07:25.248 INFO O| Dec 21 05:07:25.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
45482024-12-21T05:07:25.995Z[ recovery-image] Dec 21 05:07:25.248 INFO O| Dec 21 05:07:25.248 INFO STEP 35 (remove_files) COMPLETE
45492024-12-21T05:07:25.998Z[ recovery-image] Dec 21 05:07:25.248 INFO O| Dec 21 05:07:25.248 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45502024-12-21T05:07:26.023Z[ recovery-image] Dec 21 05:07:25.275 INFO O| Dec 21 05:07:25.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
45512024-12-21T05:07:26.023Z[ recovery-image] Dec 21 05:07:25.275 INFO O| Dec 21 05:07:25.275 INFO STEP 36 (remove_files) COMPLETE
45522024-12-21T05:07:26.023Z[ recovery-image] Dec 21 05:07:25.275 INFO O| Dec 21 05:07:25.275 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45532024-12-21T05:07:26.089Z[ recovery-image] Dec 21 05:07:25.341 INFO O| Dec 21 05:07:25.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
45542024-12-21T05:07:26.089Z[ recovery-image] Dec 21 05:07:25.341 INFO O| Dec 21 05:07:25.341 INFO STEP 37 (remove_files) COMPLETE
45552024-12-21T05:07:26.089Z[ recovery-image] Dec 21 05:07:25.341 INFO O| Dec 21 05:07:25.341 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45562024-12-21T05:07:26.442Z[ recovery-image] Dec 21 05:07:25.410 INFO O| Dec 21 05:07:25.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
45572024-12-21T05:07:26.442Z[ recovery-image] Dec 21 05:07:25.410 INFO O| Dec 21 05:07:25.410 INFO STEP 38 (remove_files) COMPLETE
45582024-12-21T05:07:26.455Z[ recovery-image] Dec 21 05:07:25.410 INFO O| Dec 21 05:07:25.410 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45592024-12-21T05:07:26.455Z[ recovery-image] Dec 21 05:07:25.438 INFO O| Dec 21 05:07:25.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
45602024-12-21T05:07:26.455Z[ recovery-image] Dec 21 05:07:25.438 INFO O| Dec 21 05:07:25.438 INFO STEP 39 (remove_files) COMPLETE
45612024-12-21T05:07:26.455Z[ recovery-image] Dec 21 05:07:25.438 INFO O| Dec 21 05:07:25.438 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45622024-12-21T05:07:26.455Z[ recovery-image] Dec 21 05:07:25.478 INFO O| Dec 21 05:07:25.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
45632024-12-21T05:07:26.455Z[ recovery-image] Dec 21 05:07:25.479 INFO O| Dec 21 05:07:25.478 INFO STEP 40 (remove_files) COMPLETE
45642024-12-21T05:07:26.455Z[ recovery-image] Dec 21 05:07:25.479 INFO O| Dec 21 05:07:25.479 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45652024-12-21T05:07:26.455Z[ recovery-image] Dec 21 05:07:25.517 INFO O| Dec 21 05:07:25.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
45662024-12-21T05:07:26.455Z[ recovery-image] Dec 21 05:07:25.517 INFO O| Dec 21 05:07:25.517 INFO STEP 41 (remove_files) COMPLETE
45672024-12-21T05:07:26.455Z[ recovery-image] Dec 21 05:07:25.517 INFO O| Dec 21 05:07:25.517 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45682024-12-21T05:07:26.455Z[ recovery-image] Dec 21 05:07:25.552 INFO O| Dec 21 05:07:25.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
45692024-12-21T05:07:26.455Z[ recovery-image] Dec 21 05:07:25.552 INFO O| Dec 21 05:07:25.552 INFO STEP 42 (remove_files) COMPLETE
45702024-12-21T05:07:26.455Z[ recovery-image] Dec 21 05:07:25.552 INFO O| Dec 21 05:07:25.552 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45712024-12-21T05:07:26.455Z[ host-image] Dec 21 05:07:25.654 INFO O| Dec 21 05:07:25.653 INFO O| Actions: Completed 1361 actions in 0.69 seconds.
45722024-12-21T05:07:26.455Z[ recovery-image] Dec 21 05:07:25.661 INFO O| Dec 21 05:07:25.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
45732024-12-21T05:07:26.455Z[ recovery-image] Dec 21 05:07:25.661 INFO O| Dec 21 05:07:25.661 INFO STEP 43 (remove_files) COMPLETE
45742024-12-21T05:07:26.455Z[ recovery-image] Dec 21 05:07:25.661 INFO O| Dec 21 05:07:25.661 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45752024-12-21T05:07:26.455Z[ recovery-image] Dec 21 05:07:25.679 INFO O| Dec 21 05:07:25.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
45762024-12-21T05:07:26.455Z[ recovery-image] Dec 21 05:07:25.679 INFO O| Dec 21 05:07:25.679 INFO STEP 44 (remove_files) COMPLETE
45772024-12-21T05:07:26.456Z[ recovery-image] Dec 21 05:07:25.680 INFO O| Dec 21 05:07:25.679 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45782024-12-21T05:07:26.456Z[ recovery-image] Dec 21 05:07:25.697 INFO O| Dec 21 05:07:25.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
45792024-12-21T05:07:26.456Z[ recovery-image] Dec 21 05:07:25.697 INFO O| Dec 21 05:07:25.697 INFO STEP 45 (remove_files) COMPLETE
45802024-12-21T05:07:26.456Z[ recovery-image] Dec 21 05:07:25.697 INFO O| Dec 21 05:07:25.697 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45812024-12-21T05:07:26.471Z[ recovery-image] Dec 21 05:07:25.723 INFO O| Dec 21 05:07:25.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
45822024-12-21T05:07:26.471Z[ recovery-image] Dec 21 05:07:25.723 INFO O| Dec 21 05:07:25.723 INFO STEP 46 (remove_files) COMPLETE
45832024-12-21T05:07:26.474Z[ recovery-image] Dec 21 05:07:25.723 INFO O| Dec 21 05:07:25.723 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45842024-12-21T05:07:26.491Z[ recovery-image] Dec 21 05:07:25.743 INFO O| Dec 21 05:07:25.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
45852024-12-21T05:07:26.510Z[ recovery-image] Dec 21 05:07:25.763 INFO O| Dec 21 05:07:25.763 INFO STEP 47 (remove_files) COMPLETE
45862024-12-21T05:07:26.510Z[ recovery-image] Dec 21 05:07:25.763 INFO O| Dec 21 05:07:25.763 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45872024-12-21T05:07:26.541Z[ recovery-image] Dec 21 05:07:25.793 INFO O| Dec 21 05:07:25.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
45882024-12-21T05:07:26.541Z[ recovery-image] Dec 21 05:07:25.793 INFO O| Dec 21 05:07:25.793 INFO STEP 48 (remove_files) COMPLETE
45892024-12-21T05:07:26.541Z[ recovery-image] Dec 21 05:07:25.793 INFO O| Dec 21 05:07:25.793 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45902024-12-21T05:07:26.564Z[ recovery-image] Dec 21 05:07:25.816 INFO O| Dec 21 05:07:25.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
45912024-12-21T05:07:26.564Z[ recovery-image] Dec 21 05:07:25.816 INFO O| Dec 21 05:07:25.816 INFO STEP 49 (remove_files) COMPLETE
45922024-12-21T05:07:26.567Z[ recovery-image] Dec 21 05:07:25.817 INFO O| Dec 21 05:07:25.816 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45932024-12-21T05:07:26.586Z[ recovery-image] Dec 21 05:07:25.838 INFO O| Dec 21 05:07:25.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
45942024-12-21T05:07:26.586Z[ recovery-image] Dec 21 05:07:25.838 INFO O| Dec 21 05:07:25.838 INFO STEP 50 (remove_files) COMPLETE
45952024-12-21T05:07:26.589Z[ recovery-image] Dec 21 05:07:25.838 INFO O| Dec 21 05:07:25.838 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45962024-12-21T05:07:26.606Z[ recovery-image] Dec 21 05:07:25.859 INFO O| Dec 21 05:07:25.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
45972024-12-21T05:07:26.606Z[ recovery-image] Dec 21 05:07:25.859 INFO O| Dec 21 05:07:25.859 INFO STEP 51 (remove_files) COMPLETE
45982024-12-21T05:07:26.606Z[ recovery-image] Dec 21 05:07:25.859 INFO O| Dec 21 05:07:25.859 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45992024-12-21T05:07:26.644Z[ recovery-image] Dec 21 05:07:25.896 INFO O| Dec 21 05:07:25.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
46002024-12-21T05:07:26.646Z[ recovery-image] Dec 21 05:07:25.896 INFO O| Dec 21 05:07:25.896 INFO STEP 52 (remove_files) COMPLETE
46012024-12-21T05:07:26.646Z[ recovery-image] Dec 21 05:07:25.897 INFO O| Dec 21 05:07:25.896 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46022024-12-21T05:07:26.664Z[ recovery-image] Dec 21 05:07:25.917 INFO O| Dec 21 05:07:25.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
46032024-12-21T05:07:26.670Z[ recovery-image] Dec 21 05:07:25.923 INFO O| Dec 21 05:07:25.923 INFO STEP 53 (remove_files) COMPLETE
46042024-12-21T05:07:26.670Z[ recovery-image] Dec 21 05:07:25.923 INFO O| Dec 21 05:07:25.923 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46052024-12-21T05:07:26.690Z[ recovery-image] Dec 21 05:07:25.942 INFO O| Dec 21 05:07:25.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
46062024-12-21T05:07:26.692Z[ recovery-image] Dec 21 05:07:25.942 INFO O| Dec 21 05:07:25.942 INFO STEP 54 (remove_files) COMPLETE
46072024-12-21T05:07:26.693Z[ recovery-image] Dec 21 05:07:25.942 INFO O| Dec 21 05:07:25.942 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46082024-12-21T05:07:26.708Z[ recovery-image] Dec 21 05:07:25.960 INFO O| Dec 21 05:07:25.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
46092024-12-21T05:07:26.711Z[ recovery-image] Dec 21 05:07:25.960 INFO O| Dec 21 05:07:25.960 INFO STEP 55 (remove_files) COMPLETE
46102024-12-21T05:07:26.711Z[ recovery-image] Dec 21 05:07:25.960 INFO O| Dec 21 05:07:25.960 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46112024-12-21T05:07:26.805Z[ recovery-image] Dec 21 05:07:26.057 INFO O| Dec 21 05:07:26.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
46122024-12-21T05:07:26.805Z[ recovery-image] Dec 21 05:07:26.058 INFO O| Dec 21 05:07:26.058 INFO STEP 56 (remove_files) COMPLETE
46132024-12-21T05:07:26.808Z[ recovery-image] Dec 21 05:07:26.058 INFO O| Dec 21 05:07:26.058 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46142024-12-21T05:07:26.831Z[ recovery-image] Dec 21 05:07:26.083 INFO O| Dec 21 05:07:26.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
46152024-12-21T05:07:26.831Z[ recovery-image] Dec 21 05:07:26.083 INFO O| Dec 21 05:07:26.083 INFO STEP 57 (remove_files) COMPLETE
46162024-12-21T05:07:26.831Z[ recovery-image] Dec 21 05:07:26.083 INFO O| Dec 21 05:07:26.083 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46172024-12-21T05:07:26.865Z[ recovery-image] Dec 21 05:07:26.118 INFO O| Dec 21 05:07:26.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
46182024-12-21T05:07:26.865Z[ recovery-image] Dec 21 05:07:26.118 INFO O| Dec 21 05:07:26.118 INFO STEP 58 (remove_files) COMPLETE
46192024-12-21T05:07:26.865Z[ recovery-image] Dec 21 05:07:26.118 INFO O| Dec 21 05:07:26.118 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46202024-12-21T05:07:26.884Z[ recovery-image] Dec 21 05:07:26.137 INFO O| Dec 21 05:07:26.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
46212024-12-21T05:07:26.884Z[ recovery-image] Dec 21 05:07:26.137 INFO O| Dec 21 05:07:26.137 INFO STEP 59 (remove_files) COMPLETE
46222024-12-21T05:07:26.887Z[ recovery-image] Dec 21 05:07:26.137 INFO O| Dec 21 05:07:26.137 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46232024-12-21T05:07:26.903Z[ recovery-image] Dec 21 05:07:26.156 INFO O| Dec 21 05:07:26.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
46242024-12-21T05:07:26.903Z[ recovery-image] Dec 21 05:07:26.156 INFO O| Dec 21 05:07:26.156 INFO STEP 60 (remove_files) COMPLETE
46252024-12-21T05:07:26.903Z[ recovery-image] Dec 21 05:07:26.156 INFO O| Dec 21 05:07:26.156 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46262024-12-21T05:07:26.962Z[ recovery-image] Dec 21 05:07:26.215 INFO O| Dec 21 05:07:26.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
46272024-12-21T05:07:26.964Z[ recovery-image] Dec 21 05:07:26.215 INFO O| Dec 21 05:07:26.215 INFO STEP 61 (remove_files) COMPLETE
46282024-12-21T05:07:26.964Z[ recovery-image] Dec 21 05:07:26.215 INFO O| Dec 21 05:07:26.215 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46292024-12-21T05:07:26.997Z[ recovery-image] Dec 21 05:07:26.248 INFO O| Dec 21 05:07:26.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
46302024-12-21T05:07:27.002Z[ recovery-image] Dec 21 05:07:26.248 INFO O| Dec 21 05:07:26.248 INFO STEP 62 (remove_files) COMPLETE
46312024-12-21T05:07:27.002Z[ recovery-image] Dec 21 05:07:26.248 INFO O| Dec 21 05:07:26.248 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46322024-12-21T05:07:27.015Z[ recovery-image] Dec 21 05:07:26.267 INFO O| Dec 21 05:07:26.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
46332024-12-21T05:07:27.015Z[ recovery-image] Dec 21 05:07:26.267 INFO O| Dec 21 05:07:26.267 INFO STEP 63 (remove_files) COMPLETE
46342024-12-21T05:07:27.015Z[ recovery-image] Dec 21 05:07:26.267 INFO O| Dec 21 05:07:26.267 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46352024-12-21T05:07:27.032Z[ recovery-image] Dec 21 05:07:26.284 INFO O| Dec 21 05:07:26.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
46362024-12-21T05:07:27.033Z[ recovery-image] Dec 21 05:07:26.284 INFO O| Dec 21 05:07:26.284 INFO STEP 64 (remove_files) COMPLETE
46372024-12-21T05:07:27.033Z[ recovery-image] Dec 21 05:07:26.285 INFO O| Dec 21 05:07:26.284 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46382024-12-21T05:07:27.059Z[ recovery-image] Dec 21 05:07:26.310 INFO O| Dec 21 05:07:26.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
46392024-12-21T05:07:27.059Z[ recovery-image] Dec 21 05:07:26.310 INFO O| Dec 21 05:07:26.310 INFO STEP 65 (remove_files) COMPLETE
46402024-12-21T05:07:27.063Z[ recovery-image] Dec 21 05:07:26.310 INFO O| Dec 21 05:07:26.310 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46412024-12-21T05:07:27.063Z[ host-image] Dec 21 05:07:26.314 INFO O| Dec 21 05:07:26.314 INFO O| Done
46422024-12-21T05:07:27.063Z[ host-image] Dec 21 05:07:26.314 INFO O| Dec 21 05:07:26.314 INFO O| Done
46432024-12-21T05:07:27.101Z[ recovery-image] Dec 21 05:07:26.352 INFO O| Dec 21 05:07:26.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
46442024-12-21T05:07:27.101Z[ recovery-image] Dec 21 05:07:26.352 INFO O| Dec 21 05:07:26.352 INFO STEP 66 (remove_files) COMPLETE
46452024-12-21T05:07:27.101Z[ recovery-image] Dec 21 05:07:26.353 INFO O| Dec 21 05:07:26.352 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46462024-12-21T05:07:27.118Z[ recovery-image] Dec 21 05:07:26.370 INFO O| Dec 21 05:07:26.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
46472024-12-21T05:07:27.118Z[ recovery-image] Dec 21 05:07:26.370 INFO O| Dec 21 05:07:26.370 INFO STEP 67 (remove_files) COMPLETE
46482024-12-21T05:07:27.118Z[ recovery-image] Dec 21 05:07:26.370 INFO O| Dec 21 05:07:26.370 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46492024-12-21T05:07:27.148Z[ recovery-image] Dec 21 05:07:26.388 INFO O| Dec 21 05:07:26.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
46502024-12-21T05:07:27.148Z[ recovery-image] Dec 21 05:07:26.388 INFO O| Dec 21 05:07:26.388 INFO STEP 68 (remove_files) COMPLETE
46512024-12-21T05:07:27.151Z[ recovery-image] Dec 21 05:07:26.388 INFO O| Dec 21 05:07:26.388 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46522024-12-21T05:07:27.200Z[ recovery-image] Dec 21 05:07:26.453 INFO O| Dec 21 05:07:26.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
46532024-12-21T05:07:27.200Z[ recovery-image] Dec 21 05:07:26.453 INFO O| Dec 21 05:07:26.453 INFO STEP 69 (remove_files) COMPLETE
46542024-12-21T05:07:27.200Z[ recovery-image] Dec 21 05:07:26.453 INFO O| Dec 21 05:07:26.453 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46552024-12-21T05:07:27.242Z[ recovery-image] Dec 21 05:07:26.494 INFO O| Dec 21 05:07:26.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
46562024-12-21T05:07:27.245Z[ recovery-image] Dec 21 05:07:26.494 INFO O| Dec 21 05:07:26.494 INFO STEP 70 (remove_files) COMPLETE
46572024-12-21T05:07:27.245Z[ recovery-image] Dec 21 05:07:26.494 INFO O| Dec 21 05:07:26.494 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46582024-12-21T05:07:27.260Z[ recovery-image] Dec 21 05:07:26.513 INFO O| Dec 21 05:07:26.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
46592024-12-21T05:07:27.260Z[ recovery-image] Dec 21 05:07:26.513 INFO O| Dec 21 05:07:26.513 INFO STEP 71 (remove_files) COMPLETE
46602024-12-21T05:07:27.263Z[ recovery-image] Dec 21 05:07:26.513 INFO O| Dec 21 05:07:26.513 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46612024-12-21T05:07:27.281Z[ recovery-image] Dec 21 05:07:26.532 INFO O| Dec 21 05:07:26.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
46622024-12-21T05:07:27.284Z[ recovery-image] Dec 21 05:07:26.532 INFO O| Dec 21 05:07:26.532 INFO STEP 72 (remove_files) COMPLETE
46632024-12-21T05:07:27.284Z[ recovery-image] Dec 21 05:07:26.532 INFO O| Dec 21 05:07:26.532 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46642024-12-21T05:07:27.297Z[ recovery-image] Dec 21 05:07:26.550 INFO O| Dec 21 05:07:26.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
46652024-12-21T05:07:27.297Z[ recovery-image] Dec 21 05:07:26.550 INFO O| Dec 21 05:07:26.550 INFO STEP 73 (remove_files) COMPLETE
46662024-12-21T05:07:27.301Z[ recovery-image] Dec 21 05:07:26.551 INFO O| Dec 21 05:07:26.550 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46672024-12-21T05:07:27.314Z[ recovery-image] Dec 21 05:07:26.567 INFO O| Dec 21 05:07:26.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
46682024-12-21T05:07:27.314Z[ recovery-image] Dec 21 05:07:26.567 INFO O| Dec 21 05:07:26.567 INFO STEP 74 (remove_files) COMPLETE
46692024-12-21T05:07:27.317Z[ recovery-image] Dec 21 05:07:26.567 INFO O| Dec 21 05:07:26.567 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46702024-12-21T05:07:27.340Z[ recovery-image] Dec 21 05:07:26.592 INFO O| Dec 21 05:07:26.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
46712024-12-21T05:07:27.340Z[ recovery-image] Dec 21 05:07:26.592 INFO O| Dec 21 05:07:26.592 INFO STEP 75 (remove_files) COMPLETE
46722024-12-21T05:07:27.340Z[ recovery-image] Dec 21 05:07:26.592 INFO O| Dec 21 05:07:26.592 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46732024-12-21T05:07:27.374Z[ recovery-image] Dec 21 05:07:26.627 INFO O| Dec 21 05:07:26.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
46742024-12-21T05:07:27.374Z[ recovery-image] Dec 21 05:07:26.627 INFO O| Dec 21 05:07:26.627 INFO STEP 76 (remove_files) COMPLETE
46752024-12-21T05:07:27.377Z[ recovery-image] Dec 21 05:07:26.627 INFO O| Dec 21 05:07:26.627 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46762024-12-21T05:07:27.415Z[ recovery-image] Dec 21 05:07:26.667 INFO O| Dec 21 05:07:26.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
46772024-12-21T05:07:27.415Z[ recovery-image] Dec 21 05:07:26.667 INFO O| Dec 21 05:07:26.667 INFO STEP 77 (remove_files) COMPLETE
46782024-12-21T05:07:27.415Z[ recovery-image] Dec 21 05:07:26.667 INFO O| Dec 21 05:07:26.667 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46792024-12-21T05:07:27.431Z[ recovery-image] Dec 21 05:07:26.684 INFO O| Dec 21 05:07:26.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
46802024-12-21T05:07:27.432Z[ recovery-image] Dec 21 05:07:26.684 INFO O| Dec 21 05:07:26.684 INFO STEP 78 (remove_files) COMPLETE
46812024-12-21T05:07:27.434Z[ recovery-image] Dec 21 05:07:26.684 INFO O| Dec 21 05:07:26.684 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46822024-12-21T05:07:27.447Z[ recovery-image] Dec 21 05:07:26.700 INFO O| Dec 21 05:07:26.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
46832024-12-21T05:07:27.447Z[ recovery-image] Dec 21 05:07:26.700 INFO O| Dec 21 05:07:26.700 INFO STEP 79 (remove_files) COMPLETE
46842024-12-21T05:07:27.447Z[ recovery-image] Dec 21 05:07:26.700 INFO O| Dec 21 05:07:26.700 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46852024-12-21T05:07:27.463Z[ recovery-image] Dec 21 05:07:26.716 INFO O| Dec 21 05:07:26.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
46862024-12-21T05:07:27.463Z[ recovery-image] Dec 21 05:07:26.716 INFO O| Dec 21 05:07:26.716 INFO STEP 80 (remove_files) COMPLETE
46872024-12-21T05:07:27.463Z[ recovery-image] Dec 21 05:07:26.716 INFO O| Dec 21 05:07:26.716 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46882024-12-21T05:07:27.497Z[ recovery-image] Dec 21 05:07:26.750 INFO O| Dec 21 05:07:26.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
46892024-12-21T05:07:27.497Z[ recovery-image] Dec 21 05:07:26.750 INFO O| Dec 21 05:07:26.750 INFO STEP 81 (remove_files) COMPLETE
46902024-12-21T05:07:27.500Z[ recovery-image] Dec 21 05:07:26.750 INFO O| Dec 21 05:07:26.750 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46912024-12-21T05:07:27.516Z[ recovery-image] Dec 21 05:07:26.769 INFO O| Dec 21 05:07:26.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
46922024-12-21T05:07:27.516Z[ recovery-image] Dec 21 05:07:26.769 INFO O| Dec 21 05:07:26.769 INFO STEP 82 (remove_files) COMPLETE
46932024-12-21T05:07:27.516Z[ recovery-image] Dec 21 05:07:26.769 INFO O| Dec 21 05:07:26.769 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46942024-12-21T05:07:27.549Z[ recovery-image] Dec 21 05:07:26.802 INFO O| Dec 21 05:07:26.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
46952024-12-21T05:07:27.552Z[ recovery-image] Dec 21 05:07:26.802 INFO O| Dec 21 05:07:26.802 INFO STEP 83 (remove_files) COMPLETE
46962024-12-21T05:07:27.552Z[ recovery-image] Dec 21 05:07:26.802 INFO O| Dec 21 05:07:26.802 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46972024-12-21T05:07:27.576Z[ recovery-image] Dec 21 05:07:26.829 INFO O| Dec 21 05:07:26.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
46982024-12-21T05:07:27.577Z[ recovery-image] Dec 21 05:07:26.829 INFO O| Dec 21 05:07:26.829 INFO STEP 84 (remove_files) COMPLETE
46992024-12-21T05:07:27.577Z[ recovery-image] Dec 21 05:07:26.829 INFO O| Dec 21 05:07:26.829 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47002024-12-21T05:07:27.609Z[ recovery-image] Dec 21 05:07:26.862 INFO O| Dec 21 05:07:26.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
47012024-12-21T05:07:27.609Z[ recovery-image] Dec 21 05:07:26.862 INFO O| Dec 21 05:07:26.862 INFO STEP 85 (remove_files) COMPLETE
47022024-12-21T05:07:27.613Z[ recovery-image] Dec 21 05:07:26.862 INFO O| Dec 21 05:07:26.862 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47032024-12-21T05:07:27.723Z[ recovery-image] Dec 21 05:07:26.976 INFO O| Dec 21 05:07:26.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
47042024-12-21T05:07:27.723Z[ recovery-image] Dec 21 05:07:26.976 INFO O| Dec 21 05:07:26.976 INFO STEP 86 (remove_files) COMPLETE
47052024-12-21T05:07:27.726Z[ recovery-image] Dec 21 05:07:26.976 INFO O| Dec 21 05:07:26.976 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47062024-12-21T05:07:27.774Z[ recovery-image] Dec 21 05:07:27.027 INFO O| Dec 21 05:07:27.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
47072024-12-21T05:07:27.776Z[ recovery-image] Dec 21 05:07:27.028 INFO O| Dec 21 05:07:27.027 INFO STEP 87 (remove_files) COMPLETE
47082024-12-21T05:07:27.776Z[ recovery-image] Dec 21 05:07:27.028 INFO O| Dec 21 05:07:27.027 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47092024-12-21T05:07:27.813Z[ recovery-image] Dec 21 05:07:27.063 INFO O| Dec 21 05:07:27.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
47102024-12-21T05:07:27.813Z[ recovery-image] Dec 21 05:07:27.063 INFO O| Dec 21 05:07:27.063 INFO STEP 88 (remove_files) COMPLETE
47112024-12-21T05:07:27.813Z[ recovery-image] Dec 21 05:07:27.063 INFO O| Dec 21 05:07:27.063 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47122024-12-21T05:07:27.829Z[ recovery-image] Dec 21 05:07:27.082 INFO O| Dec 21 05:07:27.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
47132024-12-21T05:07:27.833Z[ recovery-image] Dec 21 05:07:27.086 INFO O| Dec 21 05:07:27.086 INFO STEP 89 (remove_files) COMPLETE
47142024-12-21T05:07:27.833Z[ recovery-image] Dec 21 05:07:27.086 INFO O| Dec 21 05:07:27.086 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47152024-12-21T05:07:27.869Z[ recovery-image] Dec 21 05:07:27.122 INFO O| Dec 21 05:07:27.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
47162024-12-21T05:07:27.869Z[ recovery-image] Dec 21 05:07:27.122 INFO O| Dec 21 05:07:27.122 INFO STEP 90 (remove_files) COMPLETE
47172024-12-21T05:07:27.869Z[ recovery-image] Dec 21 05:07:27.122 INFO O| Dec 21 05:07:27.122 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47182024-12-21T05:07:27.899Z[ recovery-image] Dec 21 05:07:27.150 INFO O| Dec 21 05:07:27.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
47192024-12-21T05:07:27.899Z[ recovery-image] Dec 21 05:07:27.151 INFO O| Dec 21 05:07:27.151 INFO STEP 91 (remove_files) COMPLETE
47202024-12-21T05:07:27.902Z[ recovery-image] Dec 21 05:07:27.151 INFO O| Dec 21 05:07:27.151 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47212024-12-21T05:07:27.925Z[ recovery-image] Dec 21 05:07:27.178 INFO O| Dec 21 05:07:27.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
47222024-12-21T05:07:27.925Z[ recovery-image] Dec 21 05:07:27.178 INFO O| Dec 21 05:07:27.178 INFO STEP 92 (remove_files) COMPLETE
47232024-12-21T05:07:27.925Z[ recovery-image] Dec 21 05:07:27.178 INFO O| Dec 21 05:07:27.178 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47242024-12-21T05:07:27.989Z[ recovery-image] Dec 21 05:07:27.242 INFO O| Dec 21 05:07:27.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
47252024-12-21T05:07:27.989Z[ recovery-image] Dec 21 05:07:27.242 INFO O| Dec 21 05:07:27.242 INFO STEP 93 (remove_files) COMPLETE
47262024-12-21T05:07:27.992Z[ recovery-image] Dec 21 05:07:27.242 INFO O| Dec 21 05:07:27.242 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47272024-12-21T05:07:28.028Z[ recovery-image] Dec 21 05:07:27.281 INFO O| Dec 21 05:07:27.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
47282024-12-21T05:07:28.028Z[ recovery-image] Dec 21 05:07:27.281 INFO O| Dec 21 05:07:27.281 INFO STEP 94 (remove_files) COMPLETE
47292024-12-21T05:07:28.028Z[ recovery-image] Dec 21 05:07:27.281 INFO O| Dec 21 05:07:27.281 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47302024-12-21T05:07:28.133Z[ recovery-image] Dec 21 05:07:27.385 INFO O| Dec 21 05:07:27.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
47312024-12-21T05:07:28.133Z[ recovery-image] Dec 21 05:07:27.385 INFO O| Dec 21 05:07:27.385 INFO STEP 95 (remove_files) COMPLETE
47322024-12-21T05:07:28.133Z[ recovery-image] Dec 21 05:07:27.385 INFO O| Dec 21 05:07:27.385 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47332024-12-21T05:07:28.170Z[ recovery-image] Dec 21 05:07:27.423 INFO O| Dec 21 05:07:27.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
47342024-12-21T05:07:28.170Z[ recovery-image] Dec 21 05:07:27.423 INFO O| Dec 21 05:07:27.423 INFO STEP 96 (remove_files) COMPLETE
47352024-12-21T05:07:28.173Z[ recovery-image] Dec 21 05:07:27.423 INFO O| Dec 21 05:07:27.423 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47362024-12-21T05:07:28.224Z[ recovery-image] Dec 21 05:07:27.476 INFO O| Dec 21 05:07:27.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
47372024-12-21T05:07:28.224Z[ recovery-image] Dec 21 05:07:27.476 INFO O| Dec 21 05:07:27.476 INFO STEP 97 (remove_files) COMPLETE
47382024-12-21T05:07:28.224Z[ recovery-image] Dec 21 05:07:27.476 INFO O| Dec 21 05:07:27.476 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47392024-12-21T05:07:28.283Z[ recovery-image] Dec 21 05:07:27.536 INFO O| Dec 21 05:07:27.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
47402024-12-21T05:07:28.305Z[ recovery-image] Dec 21 05:07:27.558 INFO O| Dec 21 05:07:27.558 INFO STEP 98 (remove_files) COMPLETE
47412024-12-21T05:07:28.308Z[ recovery-image] Dec 21 05:07:27.558 INFO O| Dec 21 05:07:27.558 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47422024-12-21T05:07:28.357Z[ recovery-image] Dec 21 05:07:27.610 INFO O| Dec 21 05:07:27.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
47432024-12-21T05:07:28.357Z[ recovery-image] Dec 21 05:07:27.610 INFO O| Dec 21 05:07:27.610 INFO STEP 99 (remove_files) COMPLETE
47442024-12-21T05:07:28.357Z[ recovery-image] Dec 21 05:07:27.610 INFO O| Dec 21 05:07:27.610 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47452024-12-21T05:07:28.376Z[ recovery-image] Dec 21 05:07:27.629 INFO O| Dec 21 05:07:27.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
47462024-12-21T05:07:28.376Z[ recovery-image] Dec 21 05:07:27.629 INFO O| Dec 21 05:07:27.629 INFO STEP 100 (remove_files) COMPLETE
47472024-12-21T05:07:28.379Z[ recovery-image] Dec 21 05:07:27.629 INFO O| Dec 21 05:07:27.629 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47482024-12-21T05:07:28.416Z[ recovery-image] Dec 21 05:07:27.669 INFO O| Dec 21 05:07:27.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
47492024-12-21T05:07:28.416Z[ recovery-image] Dec 21 05:07:27.669 INFO O| Dec 21 05:07:27.669 INFO STEP 101 (remove_files) COMPLETE
47502024-12-21T05:07:28.419Z[ recovery-image] Dec 21 05:07:27.669 INFO O| Dec 21 05:07:27.669 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47512024-12-21T05:07:28.429Z[ host-image] Dec 21 05:07:27.682 INFO O| Dec 21 05:07:27.682 INFO O| Done
47522024-12-21T05:07:28.437Z[ recovery-image] Dec 21 05:07:27.690 INFO O| Dec 21 05:07:27.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
47532024-12-21T05:07:28.461Z[ recovery-image] Dec 21 05:07:27.714 INFO O| Dec 21 05:07:27.714 INFO STEP 102 (remove_files) COMPLETE
47542024-12-21T05:07:28.461Z[ recovery-image] Dec 21 05:07:27.714 INFO O| Dec 21 05:07:27.714 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47552024-12-21T05:07:28.493Z[ recovery-image] Dec 21 05:07:27.746 INFO O| Dec 21 05:07:27.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
47562024-12-21T05:07:28.495Z[ recovery-image] Dec 21 05:07:27.746 INFO O| Dec 21 05:07:27.746 INFO STEP 103 (remove_files) COMPLETE
47572024-12-21T05:07:28.495Z[ recovery-image] Dec 21 05:07:27.746 INFO O| Dec 21 05:07:27.746 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47582024-12-21T05:07:28.526Z[ recovery-image] Dec 21 05:07:27.779 INFO O| Dec 21 05:07:27.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
47592024-12-21T05:07:28.529Z[ recovery-image] Dec 21 05:07:27.779 INFO O| Dec 21 05:07:27.779 INFO STEP 104 (remove_files) COMPLETE
47602024-12-21T05:07:28.529Z[ recovery-image] Dec 21 05:07:27.780 INFO O| Dec 21 05:07:27.779 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47612024-12-21T05:07:28.546Z[ recovery-image] Dec 21 05:07:27.799 INFO O| Dec 21 05:07:27.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
47622024-12-21T05:07:28.546Z[ recovery-image] Dec 21 05:07:27.799 INFO O| Dec 21 05:07:27.799 INFO STEP 105 (remove_files) COMPLETE
47632024-12-21T05:07:28.549Z[ recovery-image] Dec 21 05:07:27.799 INFO O| Dec 21 05:07:27.799 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47642024-12-21T05:07:28.564Z[ recovery-image] Dec 21 05:07:27.817 INFO O| Dec 21 05:07:27.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
47652024-12-21T05:07:28.565Z[ recovery-image] Dec 21 05:07:27.817 INFO O| Dec 21 05:07:27.817 INFO STEP 106 (remove_files) COMPLETE
47662024-12-21T05:07:28.565Z[ recovery-image] Dec 21 05:07:27.817 INFO O| Dec 21 05:07:27.817 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47672024-12-21T05:07:28.583Z[ recovery-image] Dec 21 05:07:27.835 INFO O| Dec 21 05:07:27.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
47682024-12-21T05:07:28.583Z[ recovery-image] Dec 21 05:07:27.835 INFO O| Dec 21 05:07:27.835 INFO STEP 107 (remove_files) COMPLETE
47692024-12-21T05:07:28.587Z[ recovery-image] Dec 21 05:07:27.835 INFO O| Dec 21 05:07:27.835 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47702024-12-21T05:07:28.620Z[ recovery-image] Dec 21 05:07:27.873 INFO O| Dec 21 05:07:27.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
47712024-12-21T05:07:28.620Z[ recovery-image] Dec 21 05:07:27.873 INFO O| Dec 21 05:07:27.873 INFO STEP 108 (remove_files) COMPLETE
47722024-12-21T05:07:28.623Z[ recovery-image] Dec 21 05:07:27.873 INFO O| Dec 21 05:07:27.873 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47732024-12-21T05:07:28.641Z[ recovery-image] Dec 21 05:07:27.894 INFO O| Dec 21 05:07:27.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
47742024-12-21T05:07:28.641Z[ recovery-image] Dec 21 05:07:27.894 INFO O| Dec 21 05:07:27.894 INFO STEP 109 (remove_files) COMPLETE
47752024-12-21T05:07:28.641Z[ recovery-image] Dec 21 05:07:27.894 INFO O| Dec 21 05:07:27.894 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47762024-12-21T05:07:28.659Z[ recovery-image] Dec 21 05:07:27.912 INFO O| Dec 21 05:07:27.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
47772024-12-21T05:07:28.659Z[ recovery-image] Dec 21 05:07:27.913 INFO O| Dec 21 05:07:27.912 INFO STEP 110 (remove_files) COMPLETE
47782024-12-21T05:07:28.662Z[ recovery-image] Dec 21 05:07:27.913 INFO O| Dec 21 05:07:27.913 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47792024-12-21T05:07:28.693Z[ recovery-image] Dec 21 05:07:27.944 INFO O| Dec 21 05:07:27.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
47802024-12-21T05:07:28.693Z[ recovery-image] Dec 21 05:07:27.944 INFO O| Dec 21 05:07:27.944 INFO STEP 111 (remove_files) COMPLETE
47812024-12-21T05:07:28.697Z[ recovery-image] Dec 21 05:07:27.945 INFO O| Dec 21 05:07:27.944 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47822024-12-21T05:07:28.725Z[ recovery-image] Dec 21 05:07:27.978 INFO O| Dec 21 05:07:27.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
47832024-12-21T05:07:28.725Z[ recovery-image] Dec 21 05:07:27.978 INFO O| Dec 21 05:07:27.978 INFO STEP 112 (remove_files) COMPLETE
47842024-12-21T05:07:28.725Z[ recovery-image] Dec 21 05:07:27.978 INFO O| Dec 21 05:07:27.978 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47852024-12-21T05:07:28.758Z[ recovery-image] Dec 21 05:07:28.010 INFO O| Dec 21 05:07:28.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
47862024-12-21T05:07:28.759Z[ recovery-image] Dec 21 05:07:28.010 INFO O| Dec 21 05:07:28.010 INFO STEP 113 (remove_files) COMPLETE
47872024-12-21T05:07:28.759Z[ recovery-image] Dec 21 05:07:28.010 INFO O| Dec 21 05:07:28.010 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47882024-12-21T05:07:28.820Z[ recovery-image] Dec 21 05:07:28.073 INFO O| Dec 21 05:07:28.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
47892024-12-21T05:07:28.820Z[ recovery-image] Dec 21 05:07:28.073 INFO O| Dec 21 05:07:28.073 INFO STEP 114 (remove_files) COMPLETE
47902024-12-21T05:07:28.822Z[ recovery-image] Dec 21 05:07:28.073 INFO O| Dec 21 05:07:28.073 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47912024-12-21T05:07:28.841Z[ recovery-image] Dec 21 05:07:28.094 INFO O| Dec 21 05:07:28.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
47922024-12-21T05:07:28.842Z[ recovery-image] Dec 21 05:07:28.094 INFO O| Dec 21 05:07:28.094 INFO STEP 115 (remove_files) COMPLETE
47932024-12-21T05:07:28.846Z[ recovery-image] Dec 21 05:07:28.095 INFO O| Dec 21 05:07:28.094 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47942024-12-21T05:07:28.868Z[ recovery-image] Dec 21 05:07:28.121 INFO O| Dec 21 05:07:28.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
47952024-12-21T05:07:28.868Z[ recovery-image] Dec 21 05:07:28.121 INFO O| Dec 21 05:07:28.121 INFO STEP 116 (remove_files) COMPLETE
47962024-12-21T05:07:28.872Z[ recovery-image] Dec 21 05:07:28.121 INFO O| Dec 21 05:07:28.121 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47972024-12-21T05:07:28.886Z[ recovery-image] Dec 21 05:07:28.139 INFO O| Dec 21 05:07:28.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
47982024-12-21T05:07:28.890Z[ recovery-image] Dec 21 05:07:28.140 INFO O| Dec 21 05:07:28.140 INFO STEP 117 (remove_files) COMPLETE
47992024-12-21T05:07:28.891Z[ recovery-image] Dec 21 05:07:28.140 INFO O| Dec 21 05:07:28.140 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48002024-12-21T05:07:28.927Z[ recovery-image] Dec 21 05:07:28.180 INFO O| Dec 21 05:07:28.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
48012024-12-21T05:07:28.928Z[ recovery-image] Dec 21 05:07:28.180 INFO O| Dec 21 05:07:28.180 INFO STEP 118 (remove_files) COMPLETE
48022024-12-21T05:07:28.928Z[ recovery-image] Dec 21 05:07:28.180 INFO O| Dec 21 05:07:28.180 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48032024-12-21T05:07:28.948Z[ recovery-image] Dec 21 05:07:28.201 INFO O| Dec 21 05:07:28.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
48042024-12-21T05:07:28.969Z[ recovery-image] Dec 21 05:07:28.222 INFO O| Dec 21 05:07:28.222 INFO STEP 119 (remove_files) COMPLETE
48052024-12-21T05:07:28.972Z[ recovery-image] Dec 21 05:07:28.222 INFO O| Dec 21 05:07:28.222 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48062024-12-21T05:07:28.988Z[ recovery-image] Dec 21 05:07:28.241 INFO O| Dec 21 05:07:28.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
48072024-12-21T05:07:29.009Z[ recovery-image] Dec 21 05:07:28.262 INFO O| Dec 21 05:07:28.262 INFO STEP 120 (remove_files) COMPLETE
48082024-12-21T05:07:29.012Z[ recovery-image] Dec 21 05:07:28.262 INFO O| Dec 21 05:07:28.262 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48092024-12-21T05:07:29.044Z[ recovery-image] Dec 21 05:07:28.295 INFO O| Dec 21 05:07:28.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
48102024-12-21T05:07:29.065Z[ recovery-image] Dec 21 05:07:28.317 INFO O| Dec 21 05:07:28.317 INFO STEP 121 (remove_files) COMPLETE
48112024-12-21T05:07:29.065Z[ recovery-image] Dec 21 05:07:28.317 INFO O| Dec 21 05:07:28.317 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48122024-12-21T05:07:29.118Z[ recovery-image] Dec 21 05:07:28.371 INFO O| Dec 21 05:07:28.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
48132024-12-21T05:07:29.118Z[ recovery-image] Dec 21 05:07:28.371 INFO O| Dec 21 05:07:28.371 INFO STEP 122 (remove_files) COMPLETE
48142024-12-21T05:07:29.121Z[ recovery-image] Dec 21 05:07:28.371 INFO O| Dec 21 05:07:28.371 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48152024-12-21T05:07:29.137Z[ recovery-image] Dec 21 05:07:28.389 INFO O| Dec 21 05:07:28.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
48162024-12-21T05:07:29.140Z[ recovery-image] Dec 21 05:07:28.389 INFO O| Dec 21 05:07:28.389 INFO STEP 123 (remove_files) COMPLETE
48172024-12-21T05:07:29.140Z[ recovery-image] Dec 21 05:07:28.389 INFO O| Dec 21 05:07:28.389 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48182024-12-21T05:07:29.175Z[ recovery-image] Dec 21 05:07:28.428 INFO O| Dec 21 05:07:28.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
48192024-12-21T05:07:29.176Z[ recovery-image] Dec 21 05:07:28.428 INFO O| Dec 21 05:07:28.428 INFO STEP 124 (remove_files) COMPLETE
48202024-12-21T05:07:29.176Z[ recovery-image] Dec 21 05:07:28.428 INFO O| Dec 21 05:07:28.428 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48212024-12-21T05:07:29.234Z[ recovery-image] Dec 21 05:07:28.486 INFO O| Dec 21 05:07:28.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
48222024-12-21T05:07:29.234Z[ recovery-image] Dec 21 05:07:28.486 INFO O| Dec 21 05:07:28.486 INFO STEP 125 (remove_files) COMPLETE
48232024-12-21T05:07:29.234Z[ recovery-image] Dec 21 05:07:28.487 INFO O| Dec 21 05:07:28.486 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48242024-12-21T05:07:29.297Z[ recovery-image] Dec 21 05:07:28.550 INFO O| Dec 21 05:07:28.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
48252024-12-21T05:07:29.297Z[ recovery-image] Dec 21 05:07:28.550 INFO O| Dec 21 05:07:28.550 INFO STEP 126 (remove_files) COMPLETE
48262024-12-21T05:07:29.297Z[ recovery-image] Dec 21 05:07:28.550 INFO O| Dec 21 05:07:28.550 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48272024-12-21T05:07:29.337Z[ recovery-image] Dec 21 05:07:28.590 INFO O| Dec 21 05:07:28.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
48282024-12-21T05:07:29.337Z[ recovery-image] Dec 21 05:07:28.590 INFO O| Dec 21 05:07:28.590 INFO STEP 127 (remove_files) COMPLETE
48292024-12-21T05:07:29.337Z[ recovery-image] Dec 21 05:07:28.590 INFO O| Dec 21 05:07:28.590 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48302024-12-21T05:07:29.356Z[ recovery-image] Dec 21 05:07:28.609 INFO O| Dec 21 05:07:28.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
48312024-12-21T05:07:29.356Z[ recovery-image] Dec 21 05:07:28.609 INFO O| Dec 21 05:07:28.609 INFO STEP 128 (remove_files) COMPLETE
48322024-12-21T05:07:29.356Z[ recovery-image] Dec 21 05:07:28.609 INFO O| Dec 21 05:07:28.609 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48332024-12-21T05:07:29.385Z[ recovery-image] Dec 21 05:07:28.637 INFO O| Dec 21 05:07:28.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
48342024-12-21T05:07:29.386Z[ recovery-image] Dec 21 05:07:28.637 INFO O| Dec 21 05:07:28.637 INFO STEP 129 (remove_files) COMPLETE
48352024-12-21T05:07:29.389Z[ recovery-image] Dec 21 05:07:28.637 INFO O| Dec 21 05:07:28.637 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48362024-12-21T05:07:29.422Z[ recovery-image] Dec 21 05:07:28.675 INFO O| Dec 21 05:07:28.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
48372024-12-21T05:07:29.422Z[ recovery-image] Dec 21 05:07:28.675 INFO O| Dec 21 05:07:28.675 INFO STEP 130 (remove_files) COMPLETE
48382024-12-21T05:07:29.422Z[ recovery-image] Dec 21 05:07:28.675 INFO O| Dec 21 05:07:28.675 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48392024-12-21T05:07:29.450Z[ recovery-image] Dec 21 05:07:28.702 INFO O| Dec 21 05:07:28.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
48402024-12-21T05:07:29.450Z[ recovery-image] Dec 21 05:07:28.702 INFO O| Dec 21 05:07:28.702 INFO STEP 131 (remove_files) COMPLETE
48412024-12-21T05:07:29.450Z[ recovery-image] Dec 21 05:07:28.702 INFO O| Dec 21 05:07:28.702 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48422024-12-21T05:07:29.470Z[ recovery-image] Dec 21 05:07:28.720 INFO O| Dec 21 05:07:28.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
48432024-12-21T05:07:29.470Z[ recovery-image] Dec 21 05:07:28.720 INFO O| Dec 21 05:07:28.720 INFO STEP 132 (remove_files) COMPLETE
48442024-12-21T05:07:29.470Z[ recovery-image] Dec 21 05:07:28.720 INFO O| Dec 21 05:07:28.720 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48452024-12-21T05:07:29.485Z[ recovery-image] Dec 21 05:07:28.738 INFO O| Dec 21 05:07:28.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
48462024-12-21T05:07:29.487Z[ recovery-image] Dec 21 05:07:28.738 INFO O| Dec 21 05:07:28.738 INFO STEP 133 (remove_files) COMPLETE
48472024-12-21T05:07:29.487Z[ recovery-image] Dec 21 05:07:28.738 INFO O| Dec 21 05:07:28.738 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48482024-12-21T05:07:29.576Z[ recovery-image] Dec 21 05:07:28.829 INFO O| Dec 21 05:07:28.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
48492024-12-21T05:07:29.578Z[ recovery-image] Dec 21 05:07:28.829 INFO O| Dec 21 05:07:28.829 INFO STEP 134 (remove_files) COMPLETE
48502024-12-21T05:07:29.578Z[ recovery-image] Dec 21 05:07:28.829 INFO O| Dec 21 05:07:28.829 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48512024-12-21T05:07:29.596Z[ recovery-image] Dec 21 05:07:28.849 INFO O| Dec 21 05:07:28.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
48522024-12-21T05:07:29.599Z[ recovery-image] Dec 21 05:07:28.849 INFO O| Dec 21 05:07:28.849 INFO STEP 135 (remove_files) COMPLETE
48532024-12-21T05:07:29.599Z[ recovery-image] Dec 21 05:07:28.850 INFO O| Dec 21 05:07:28.849 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48542024-12-21T05:07:29.660Z[ recovery-image] Dec 21 05:07:28.913 INFO O| Dec 21 05:07:28.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
48552024-12-21T05:07:29.664Z[ recovery-image] Dec 21 05:07:28.914 INFO O| Dec 21 05:07:28.914 INFO STEP 136 (remove_files) COMPLETE
48562024-12-21T05:07:29.664Z[ recovery-image] Dec 21 05:07:28.914 INFO O| Dec 21 05:07:28.914 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48572024-12-21T05:07:29.699Z[ recovery-image] Dec 21 05:07:28.952 INFO O| Dec 21 05:07:28.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
48582024-12-21T05:07:29.699Z[ recovery-image] Dec 21 05:07:28.952 INFO O| Dec 21 05:07:28.952 INFO STEP 137 (remove_files) COMPLETE
48592024-12-21T05:07:29.699Z[ recovery-image] Dec 21 05:07:28.952 INFO O| Dec 21 05:07:28.952 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48602024-12-21T05:07:29.731Z[ recovery-image] Dec 21 05:07:28.984 INFO O| Dec 21 05:07:28.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
48612024-12-21T05:07:29.731Z[ recovery-image] Dec 21 05:07:28.984 INFO O| Dec 21 05:07:28.984 INFO STEP 138 (remove_files) COMPLETE
48622024-12-21T05:07:29.731Z[ recovery-image] Dec 21 05:07:28.984 INFO O| Dec 21 05:07:28.984 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48632024-12-21T05:07:29.751Z[ recovery-image] Dec 21 05:07:29.004 INFO O| Dec 21 05:07:29.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
48642024-12-21T05:07:29.751Z[ recovery-image] Dec 21 05:07:29.004 INFO O| Dec 21 05:07:29.004 INFO STEP 139 (remove_files) COMPLETE
48652024-12-21T05:07:29.754Z[ recovery-image] Dec 21 05:07:29.005 INFO O| Dec 21 05:07:29.004 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48662024-12-21T05:07:29.788Z[ recovery-image] Dec 21 05:07:29.041 INFO O| Dec 21 05:07:29.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
48672024-12-21T05:07:29.791Z[ recovery-image] Dec 21 05:07:29.041 INFO O| Dec 21 05:07:29.041 INFO STEP 140 (remove_files) COMPLETE
48682024-12-21T05:07:29.791Z[ recovery-image] Dec 21 05:07:29.042 INFO O| Dec 21 05:07:29.041 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48692024-12-21T05:07:29.808Z[ recovery-image] Dec 21 05:07:29.061 INFO O| Dec 21 05:07:29.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
48702024-12-21T05:07:29.810Z[ recovery-image] Dec 21 05:07:29.061 INFO O| Dec 21 05:07:29.061 INFO STEP 141 (remove_files) COMPLETE
48712024-12-21T05:07:29.810Z[ recovery-image] Dec 21 05:07:29.061 INFO O| Dec 21 05:07:29.061 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48722024-12-21T05:07:29.827Z[ recovery-image] Dec 21 05:07:29.080 INFO O| Dec 21 05:07:29.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
48732024-12-21T05:07:29.829Z[ recovery-image] Dec 21 05:07:29.080 INFO O| Dec 21 05:07:29.080 INFO STEP 142 (remove_files) COMPLETE
48742024-12-21T05:07:29.829Z[ recovery-image] Dec 21 05:07:29.080 INFO O| Dec 21 05:07:29.080 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48752024-12-21T05:07:29.859Z[ recovery-image] Dec 21 05:07:29.112 INFO O| Dec 21 05:07:29.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
48762024-12-21T05:07:29.859Z[ recovery-image] Dec 21 05:07:29.112 INFO O| Dec 21 05:07:29.112 INFO STEP 143 (remove_files) COMPLETE
48772024-12-21T05:07:29.859Z[ recovery-image] Dec 21 05:07:29.112 INFO O| Dec 21 05:07:29.112 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48782024-12-21T05:07:29.892Z[ recovery-image] Dec 21 05:07:29.144 INFO O| Dec 21 05:07:29.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
48792024-12-21T05:07:29.892Z[ recovery-image] Dec 21 05:07:29.144 INFO O| Dec 21 05:07:29.144 INFO STEP 144 (remove_files) COMPLETE
48802024-12-21T05:07:29.895Z[ recovery-image] Dec 21 05:07:29.144 INFO O| Dec 21 05:07:29.144 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48812024-12-21T05:07:29.908Z[ recovery-image] Dec 21 05:07:29.161 INFO O| Dec 21 05:07:29.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
48822024-12-21T05:07:29.908Z[ recovery-image] Dec 21 05:07:29.161 INFO O| Dec 21 05:07:29.161 INFO STEP 145 (remove_files) COMPLETE
48832024-12-21T05:07:29.908Z[ recovery-image] Dec 21 05:07:29.161 INFO O| Dec 21 05:07:29.161 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48842024-12-21T05:07:29.952Z[ recovery-image] Dec 21 05:07:29.205 INFO O| Dec 21 05:07:29.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
48852024-12-21T05:07:29.952Z[ recovery-image] Dec 21 05:07:29.205 INFO O| Dec 21 05:07:29.205 INFO STEP 146 (remove_files) COMPLETE
48862024-12-21T05:07:29.952Z[ recovery-image] Dec 21 05:07:29.205 INFO O| Dec 21 05:07:29.205 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48872024-12-21T05:07:30.020Z[ recovery-image] Dec 21 05:07:29.273 INFO O| Dec 21 05:07:29.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
48882024-12-21T05:07:30.041Z[ recovery-image] Dec 21 05:07:29.294 INFO O| Dec 21 05:07:29.294 INFO STEP 147 (remove_files) COMPLETE
48892024-12-21T05:07:30.042Z[ recovery-image] Dec 21 05:07:29.294 INFO O| Dec 21 05:07:29.294 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48902024-12-21T05:07:30.082Z[ recovery-image] Dec 21 05:07:29.336 INFO O| Dec 21 05:07:29.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
48912024-12-21T05:07:30.083Z[ recovery-image] Dec 21 05:07:29.336 INFO O| Dec 21 05:07:29.336 INFO STEP 148 (remove_files) COMPLETE
48922024-12-21T05:07:30.083Z[ recovery-image] Dec 21 05:07:29.336 INFO O| Dec 21 05:07:29.336 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48932024-12-21T05:07:30.128Z[ recovery-image] Dec 21 05:07:29.381 INFO O| Dec 21 05:07:29.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
48942024-12-21T05:07:30.131Z[ recovery-image] Dec 21 05:07:29.382 INFO O| Dec 21 05:07:29.382 INFO STEP 149 (remove_files) COMPLETE
48952024-12-21T05:07:30.131Z[ recovery-image] Dec 21 05:07:29.382 INFO O| Dec 21 05:07:29.382 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48962024-12-21T05:07:30.160Z[ recovery-image] Dec 21 05:07:29.413 INFO O| Dec 21 05:07:29.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
48972024-12-21T05:07:30.160Z[ recovery-image] Dec 21 05:07:29.413 INFO O| Dec 21 05:07:29.413 INFO STEP 150 (remove_files) COMPLETE
48982024-12-21T05:07:30.163Z[ recovery-image] Dec 21 05:07:29.414 INFO O| Dec 21 05:07:29.413 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48992024-12-21T05:07:30.181Z[ recovery-image] Dec 21 05:07:29.434 INFO O| Dec 21 05:07:29.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
49002024-12-21T05:07:30.181Z[ recovery-image] Dec 21 05:07:29.434 INFO O| Dec 21 05:07:29.434 INFO STEP 151 (remove_files) COMPLETE
49012024-12-21T05:07:30.183Z[ recovery-image] Dec 21 05:07:29.434 INFO O| Dec 21 05:07:29.434 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49022024-12-21T05:07:30.200Z[ recovery-image] Dec 21 05:07:29.453 INFO O| Dec 21 05:07:29.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
49032024-12-21T05:07:30.200Z[ recovery-image] Dec 21 05:07:29.453 INFO O| Dec 21 05:07:29.453 INFO STEP 152 (remove_files) COMPLETE
49042024-12-21T05:07:30.200Z[ recovery-image] Dec 21 05:07:29.453 INFO O| Dec 21 05:07:29.453 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49052024-12-21T05:07:30.218Z[ recovery-image] Dec 21 05:07:29.472 INFO O| Dec 21 05:07:29.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
49062024-12-21T05:07:30.222Z[ recovery-image] Dec 21 05:07:29.472 INFO O| Dec 21 05:07:29.472 INFO STEP 153 (remove_files) COMPLETE
49072024-12-21T05:07:30.222Z[ recovery-image] Dec 21 05:07:29.472 INFO O| Dec 21 05:07:29.472 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49082024-12-21T05:07:30.255Z[ recovery-image] Dec 21 05:07:29.508 INFO O| Dec 21 05:07:29.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
49092024-12-21T05:07:30.255Z[ recovery-image] Dec 21 05:07:29.508 INFO O| Dec 21 05:07:29.508 INFO STEP 154 (remove_files) COMPLETE
49102024-12-21T05:07:30.255Z[ recovery-image] Dec 21 05:07:29.508 INFO O| Dec 21 05:07:29.508 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49112024-12-21T05:07:30.288Z[ recovery-image] Dec 21 05:07:29.542 INFO O| Dec 21 05:07:29.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
49122024-12-21T05:07:30.288Z[ recovery-image] Dec 21 05:07:29.542 INFO O| Dec 21 05:07:29.542 INFO STEP 155 (remove_files) COMPLETE
49132024-12-21T05:07:30.288Z[ recovery-image] Dec 21 05:07:29.542 INFO O| Dec 21 05:07:29.542 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49142024-12-21T05:07:30.330Z[ recovery-image] Dec 21 05:07:29.583 INFO O| Dec 21 05:07:29.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
49152024-12-21T05:07:30.331Z[ recovery-image] Dec 21 05:07:29.583 INFO O| Dec 21 05:07:29.583 INFO STEP 156 (remove_files) COMPLETE
49162024-12-21T05:07:30.331Z[ recovery-image] Dec 21 05:07:29.583 INFO O| Dec 21 05:07:29.583 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49172024-12-21T05:07:30.371Z[ recovery-image] Dec 21 05:07:29.624 INFO O| Dec 21 05:07:29.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
49182024-12-21T05:07:30.371Z[ recovery-image] Dec 21 05:07:29.625 INFO O| Dec 21 05:07:29.624 INFO STEP 157 (remove_files) COMPLETE
49192024-12-21T05:07:30.371Z[ recovery-image] Dec 21 05:07:29.625 INFO O| Dec 21 05:07:29.625 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49202024-12-21T05:07:30.390Z[ recovery-image] Dec 21 05:07:29.643 INFO O| Dec 21 05:07:29.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
49212024-12-21T05:07:30.390Z[ recovery-image] Dec 21 05:07:29.643 INFO O| Dec 21 05:07:29.643 INFO STEP 158 (remove_files) COMPLETE
49222024-12-21T05:07:30.393Z[ recovery-image] Dec 21 05:07:29.643 INFO O| Dec 21 05:07:29.643 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49232024-12-21T05:07:30.408Z[ recovery-image] Dec 21 05:07:29.661 INFO O| Dec 21 05:07:29.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
49242024-12-21T05:07:30.408Z[ recovery-image] Dec 21 05:07:29.661 INFO O| Dec 21 05:07:29.661 INFO STEP 159 (remove_files) COMPLETE
49252024-12-21T05:07:30.411Z[ recovery-image] Dec 21 05:07:29.661 INFO O| Dec 21 05:07:29.661 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49262024-12-21T05:07:30.433Z[ recovery-image] Dec 21 05:07:29.685 INFO O| Dec 21 05:07:29.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
49272024-12-21T05:07:30.433Z[ recovery-image] Dec 21 05:07:29.685 INFO O| Dec 21 05:07:29.685 INFO STEP 160 (remove_files) COMPLETE
49282024-12-21T05:07:30.433Z[ recovery-image] Dec 21 05:07:29.685 INFO O| Dec 21 05:07:29.685 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49292024-12-21T05:07:30.465Z[ recovery-image] Dec 21 05:07:29.717 INFO O| Dec 21 05:07:29.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
49302024-12-21T05:07:30.465Z[ recovery-image] Dec 21 05:07:29.718 INFO O| Dec 21 05:07:29.717 INFO STEP 161 (remove_files) COMPLETE
49312024-12-21T05:07:30.465Z[ recovery-image] Dec 21 05:07:29.718 INFO O| Dec 21 05:07:29.718 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49322024-12-21T05:07:30.484Z[ recovery-image] Dec 21 05:07:29.737 INFO O| Dec 21 05:07:29.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
49332024-12-21T05:07:30.484Z[ recovery-image] Dec 21 05:07:29.737 INFO O| Dec 21 05:07:29.737 INFO STEP 162 (remove_files) COMPLETE
49342024-12-21T05:07:30.484Z[ recovery-image] Dec 21 05:07:29.737 INFO O| Dec 21 05:07:29.737 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49352024-12-21T05:07:30.518Z[ recovery-image] Dec 21 05:07:29.771 INFO O| Dec 21 05:07:29.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
49362024-12-21T05:07:30.518Z[ recovery-image] Dec 21 05:07:29.771 INFO O| Dec 21 05:07:29.771 INFO STEP 163 (remove_files) COMPLETE
49372024-12-21T05:07:30.518Z[ recovery-image] Dec 21 05:07:29.772 INFO O| Dec 21 05:07:29.771 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49382024-12-21T05:07:30.578Z[ recovery-image] Dec 21 05:07:29.832 INFO O| Dec 21 05:07:29.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
49392024-12-21T05:07:30.578Z[ recovery-image] Dec 21 05:07:29.832 INFO O| Dec 21 05:07:29.832 INFO STEP 164 (remove_files) COMPLETE
49402024-12-21T05:07:30.578Z[ recovery-image] Dec 21 05:07:29.832 INFO O| Dec 21 05:07:29.832 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49412024-12-21T05:07:30.599Z[ recovery-image] Dec 21 05:07:29.852 INFO O| Dec 21 05:07:29.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
49422024-12-21T05:07:30.602Z[ recovery-image] Dec 21 05:07:29.852 INFO O| Dec 21 05:07:29.852 INFO STEP 165 (remove_files) COMPLETE
49432024-12-21T05:07:30.602Z[ recovery-image] Dec 21 05:07:29.852 INFO O| Dec 21 05:07:29.852 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49442024-12-21T05:07:30.617Z[ recovery-image] Dec 21 05:07:29.871 INFO O| Dec 21 05:07:29.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
49452024-12-21T05:07:30.620Z[ recovery-image] Dec 21 05:07:29.871 INFO O| Dec 21 05:07:29.871 INFO STEP 166 (remove_files) COMPLETE
49462024-12-21T05:07:30.620Z[ recovery-image] Dec 21 05:07:29.871 INFO O| Dec 21 05:07:29.871 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49472024-12-21T05:07:30.636Z[ recovery-image] Dec 21 05:07:29.889 INFO O| Dec 21 05:07:29.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
49482024-12-21T05:07:30.639Z[ recovery-image] Dec 21 05:07:29.890 INFO O| Dec 21 05:07:29.889 INFO STEP 167 (remove_files) COMPLETE
49492024-12-21T05:07:30.639Z[ recovery-image] Dec 21 05:07:29.890 INFO O| Dec 21 05:07:29.890 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49502024-12-21T05:07:30.656Z[ recovery-image] Dec 21 05:07:29.907 INFO O| Dec 21 05:07:29.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
49512024-12-21T05:07:30.658Z[ recovery-image] Dec 21 05:07:29.908 INFO O| Dec 21 05:07:29.908 INFO STEP 168 (remove_files) COMPLETE
49522024-12-21T05:07:30.658Z[ recovery-image] Dec 21 05:07:29.908 INFO O| Dec 21 05:07:29.908 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49532024-12-21T05:07:30.672Z[ recovery-image] Dec 21 05:07:29.925 INFO O| Dec 21 05:07:29.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
49542024-12-21T05:07:30.674Z[ recovery-image] Dec 21 05:07:29.925 INFO O| Dec 21 05:07:29.925 INFO STEP 169 (remove_files) COMPLETE
49552024-12-21T05:07:30.674Z[ recovery-image] Dec 21 05:07:29.925 INFO O| Dec 21 05:07:29.925 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49562024-12-21T05:07:30.691Z[ recovery-image] Dec 21 05:07:29.944 INFO O| Dec 21 05:07:29.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
49572024-12-21T05:07:30.714Z[ recovery-image] Dec 21 05:07:29.968 INFO O| Dec 21 05:07:29.968 INFO STEP 170 (remove_files) COMPLETE
49582024-12-21T05:07:30.715Z[ recovery-image] Dec 21 05:07:29.968 INFO O| Dec 21 05:07:29.968 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49592024-12-21T05:07:30.742Z[ recovery-image] Dec 21 05:07:29.995 INFO O| Dec 21 05:07:29.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
49602024-12-21T05:07:30.742Z[ recovery-image] Dec 21 05:07:29.996 INFO O| Dec 21 05:07:29.995 INFO STEP 171 (remove_files) COMPLETE
49612024-12-21T05:07:30.742Z[ recovery-image] Dec 21 05:07:29.996 INFO O| Dec 21 05:07:29.996 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49622024-12-21T05:07:30.793Z[ recovery-image] Dec 21 05:07:30.046 INFO O| Dec 21 05:07:30.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
49632024-12-21T05:07:30.793Z[ recovery-image] Dec 21 05:07:30.046 INFO O| Dec 21 05:07:30.046 INFO STEP 172 (remove_files) COMPLETE
49642024-12-21T05:07:30.793Z[ recovery-image] Dec 21 05:07:30.046 INFO O| Dec 21 05:07:30.046 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49652024-12-21T05:07:30.812Z[ recovery-image] Dec 21 05:07:30.065 INFO O| Dec 21 05:07:30.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
49662024-12-21T05:07:30.812Z[ recovery-image] Dec 21 05:07:30.065 INFO O| Dec 21 05:07:30.065 INFO STEP 173 (remove_files) COMPLETE
49672024-12-21T05:07:30.814Z[ recovery-image] Dec 21 05:07:30.065 INFO O| Dec 21 05:07:30.065 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49682024-12-21T05:07:30.829Z[ recovery-image] Dec 21 05:07:30.083 INFO O| Dec 21 05:07:30.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
49692024-12-21T05:07:30.830Z[ recovery-image] Dec 21 05:07:30.083 INFO O| Dec 21 05:07:30.083 INFO STEP 174 (remove_files) COMPLETE
49702024-12-21T05:07:30.830Z[ recovery-image] Dec 21 05:07:30.083 INFO O| Dec 21 05:07:30.083 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49712024-12-21T05:07:30.864Z[ recovery-image] Dec 21 05:07:30.117 INFO O| Dec 21 05:07:30.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
49722024-12-21T05:07:30.864Z[ recovery-image] Dec 21 05:07:30.117 INFO O| Dec 21 05:07:30.117 INFO STEP 175 (remove_files) COMPLETE
49732024-12-21T05:07:30.864Z[ recovery-image] Dec 21 05:07:30.117 INFO O| Dec 21 05:07:30.117 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49742024-12-21T05:07:30.901Z[ recovery-image] Dec 21 05:07:30.154 INFO O| Dec 21 05:07:30.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
49752024-12-21T05:07:30.901Z[ recovery-image] Dec 21 05:07:30.154 INFO O| Dec 21 05:07:30.154 INFO STEP 176 (remove_files) COMPLETE
49762024-12-21T05:07:30.901Z[ recovery-image] Dec 21 05:07:30.154 INFO O| Dec 21 05:07:30.154 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49772024-12-21T05:07:30.939Z[ recovery-image] Dec 21 05:07:30.192 INFO O| Dec 21 05:07:30.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
49782024-12-21T05:07:30.939Z[ recovery-image] Dec 21 05:07:30.192 INFO O| Dec 21 05:07:30.192 INFO STEP 177 (remove_files) COMPLETE
49792024-12-21T05:07:30.942Z[ recovery-image] Dec 21 05:07:30.192 INFO O| Dec 21 05:07:30.192 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49802024-12-21T05:07:30.982Z[ recovery-image] Dec 21 05:07:30.236 INFO O| Dec 21 05:07:30.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
49812024-12-21T05:07:30.985Z[ recovery-image] Dec 21 05:07:30.236 INFO O| Dec 21 05:07:30.236 INFO STEP 178 (remove_files) COMPLETE
49822024-12-21T05:07:30.985Z[ recovery-image] Dec 21 05:07:30.236 INFO O| Dec 21 05:07:30.236 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49832024-12-21T05:07:31.002Z[ recovery-image] Dec 21 05:07:30.255 INFO O| Dec 21 05:07:30.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
49842024-12-21T05:07:31.004Z[ recovery-image] Dec 21 05:07:30.255 INFO O| Dec 21 05:07:30.255 INFO STEP 179 (remove_files) COMPLETE
49852024-12-21T05:07:31.004Z[ recovery-image] Dec 21 05:07:30.255 INFO O| Dec 21 05:07:30.255 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49862024-12-21T05:07:31.037Z[ recovery-image] Dec 21 05:07:30.290 INFO O| Dec 21 05:07:30.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
49872024-12-21T05:07:31.040Z[ recovery-image] Dec 21 05:07:30.290 INFO O| Dec 21 05:07:30.290 INFO STEP 180 (remove_files) COMPLETE
49882024-12-21T05:07:31.040Z[ recovery-image] Dec 21 05:07:30.291 INFO O| Dec 21 05:07:30.290 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49892024-12-21T05:07:31.101Z[ recovery-image] Dec 21 05:07:30.354 INFO O| Dec 21 05:07:30.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
49902024-12-21T05:07:31.101Z[ recovery-image] Dec 21 05:07:30.354 INFO O| Dec 21 05:07:30.354 INFO STEP 181 (remove_files) COMPLETE
49912024-12-21T05:07:31.105Z[ recovery-image] Dec 21 05:07:30.354 INFO O| Dec 21 05:07:30.354 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49922024-12-21T05:07:31.110Z[ host-image] Dec 21 05:07:30.364 INFO O| Dec 21 05:07:30.364 INFO O| Done
49932024-12-21T05:07:31.120Z[ recovery-image] Dec 21 05:07:30.373 INFO O| Dec 21 05:07:30.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
49942024-12-21T05:07:31.120Z[ recovery-image] Dec 21 05:07:30.373 INFO O| Dec 21 05:07:30.373 INFO STEP 182 (remove_files) COMPLETE
49952024-12-21T05:07:31.123Z[ recovery-image] Dec 21 05:07:30.373 INFO O| Dec 21 05:07:30.373 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49962024-12-21T05:07:31.139Z[ recovery-image] Dec 21 05:07:30.392 INFO O| Dec 21 05:07:30.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
49972024-12-21T05:07:31.139Z[ recovery-image] Dec 21 05:07:30.392 INFO O| Dec 21 05:07:30.392 INFO STEP 183 (remove_files) COMPLETE
49982024-12-21T05:07:31.141Z[ recovery-image] Dec 21 05:07:30.393 INFO O| Dec 21 05:07:30.392 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49992024-12-21T05:07:31.154Z[ host-image] Dec 21 05:07:30.407 INFO O| Dec 21 05:07:30.407 INFO O| Done
50002024-12-21T05:07:31.157Z[ host-image] Dec 21 05:07:30.408 INFO O| Dec 21 05:07:30.408 INFO O| Done
50012024-12-21T05:07:31.159Z[ recovery-image] Dec 21 05:07:30.411 INFO O| Dec 21 05:07:30.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
50022024-12-21T05:07:31.159Z[ recovery-image] Dec 21 05:07:30.411 INFO O| Dec 21 05:07:30.411 INFO STEP 184 (remove_files) COMPLETE
50032024-12-21T05:07:31.159Z[ recovery-image] Dec 21 05:07:30.411 INFO O| Dec 21 05:07:30.411 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50042024-12-21T05:07:31.176Z[ recovery-image] Dec 21 05:07:30.430 INFO O| Dec 21 05:07:30.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
50052024-12-21T05:07:31.179Z[ recovery-image] Dec 21 05:07:30.430 INFO O| Dec 21 05:07:30.430 INFO STEP 185 (remove_files) COMPLETE
50062024-12-21T05:07:31.179Z[ recovery-image] Dec 21 05:07:30.430 INFO O| Dec 21 05:07:30.430 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50072024-12-21T05:07:31.212Z[ recovery-image] Dec 21 05:07:30.465 INFO O| Dec 21 05:07:30.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
50082024-12-21T05:07:31.212Z[ recovery-image] Dec 21 05:07:30.465 INFO O| Dec 21 05:07:30.465 INFO STEP 186 (remove_files) COMPLETE
50092024-12-21T05:07:31.214Z[ recovery-image] Dec 21 05:07:30.465 INFO O| Dec 21 05:07:30.465 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50102024-12-21T05:07:31.226Z[ host-image] Dec 21 05:07:30.479 INFO O| Dec 21 05:07:30.479 INFO O| Done
50112024-12-21T05:07:31.250Z[ recovery-image] Dec 21 05:07:30.504 INFO O| Dec 21 05:07:30.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
50122024-12-21T05:07:31.250Z[ recovery-image] Dec 21 05:07:30.504 INFO O| Dec 21 05:07:30.504 INFO STEP 187 (remove_files) COMPLETE
50132024-12-21T05:07:31.253Z[ recovery-image] Dec 21 05:07:30.504 INFO O| Dec 21 05:07:30.504 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50142024-12-21T05:07:31.270Z[ recovery-image] Dec 21 05:07:30.524 INFO O| Dec 21 05:07:30.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
50152024-12-21T05:07:31.271Z[ recovery-image] Dec 21 05:07:30.524 INFO O| Dec 21 05:07:30.524 INFO STEP 188 (remove_files) COMPLETE
50162024-12-21T05:07:31.273Z[ recovery-image] Dec 21 05:07:30.524 INFO O| Dec 21 05:07:30.524 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50172024-12-21T05:07:31.290Z[ recovery-image] Dec 21 05:07:30.544 INFO O| Dec 21 05:07:30.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
50182024-12-21T05:07:31.290Z[ recovery-image] Dec 21 05:07:30.544 INFO O| Dec 21 05:07:30.544 INFO STEP 189 (remove_files) COMPLETE
50192024-12-21T05:07:31.293Z[ recovery-image] Dec 21 05:07:30.544 INFO O| Dec 21 05:07:30.544 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50202024-12-21T05:07:31.343Z[ recovery-image] Dec 21 05:07:30.596 INFO O| Dec 21 05:07:30.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
50212024-12-21T05:07:31.343Z[ recovery-image] Dec 21 05:07:30.596 INFO O| Dec 21 05:07:30.596 INFO STEP 190 (remove_files) COMPLETE
50222024-12-21T05:07:31.343Z[ recovery-image] Dec 21 05:07:30.596 INFO O| Dec 21 05:07:30.596 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50232024-12-21T05:07:31.359Z[ recovery-image] Dec 21 05:07:30.612 INFO O| Dec 21 05:07:30.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
50242024-12-21T05:07:31.360Z[ recovery-image] Dec 21 05:07:30.612 INFO O| Dec 21 05:07:30.612 INFO STEP 191 (remove_files) COMPLETE
50252024-12-21T05:07:31.360Z[ recovery-image] Dec 21 05:07:30.612 INFO O| Dec 21 05:07:30.612 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50262024-12-21T05:07:31.394Z[ recovery-image] Dec 21 05:07:30.647 INFO O| Dec 21 05:07:30.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
50272024-12-21T05:07:31.394Z[ recovery-image] Dec 21 05:07:30.647 INFO O| Dec 21 05:07:30.647 INFO STEP 192 (remove_files) COMPLETE
50282024-12-21T05:07:31.394Z[ recovery-image] Dec 21 05:07:30.647 INFO O| Dec 21 05:07:30.647 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50292024-12-21T05:07:31.401Z[ host-image] Dec 21 05:07:30.654 INFO O| Dec 21 05:07:30.654 INFO STEP 13 (pkg_install) COMPLETE
50302024-12-21T05:07:31.401Z[ host-image] Dec 21 05:07:30.654 INFO O| Dec 21 05:07:30.654 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
50312024-12-21T05:07:31.418Z[ host-image] Dec 21 05:07:30.672 INFO O| Dec 21 05:07:30.671 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
50322024-12-21T05:07:31.437Z[ recovery-image] Dec 21 05:07:30.690 INFO O| Dec 21 05:07:30.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
50332024-12-21T05:07:31.440Z[ recovery-image] Dec 21 05:07:30.690 INFO O| Dec 21 05:07:30.690 INFO STEP 193 (remove_files) COMPLETE
50342024-12-21T05:07:31.440Z[ recovery-image] Dec 21 05:07:30.691 INFO O| Dec 21 05:07:30.691 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50352024-12-21T05:07:31.455Z[ recovery-image] Dec 21 05:07:30.708 INFO O| Dec 21 05:07:30.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
50362024-12-21T05:07:31.455Z[ recovery-image] Dec 21 05:07:30.708 INFO O| Dec 21 05:07:30.708 INFO STEP 194 (remove_files) COMPLETE
50372024-12-21T05:07:31.459Z[ recovery-image] Dec 21 05:07:30.708 INFO O| Dec 21 05:07:30.708 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50382024-12-21T05:07:31.473Z[ recovery-image] Dec 21 05:07:30.726 INFO O| Dec 21 05:07:30.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
50392024-12-21T05:07:31.473Z[ recovery-image] Dec 21 05:07:30.726 INFO O| Dec 21 05:07:30.726 INFO STEP 195 (remove_files) COMPLETE
50402024-12-21T05:07:31.475Z[ recovery-image] Dec 21 05:07:30.726 INFO O| Dec 21 05:07:30.726 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50412024-12-21T05:07:31.490Z[ recovery-image] Dec 21 05:07:30.743 INFO O| Dec 21 05:07:30.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
50422024-12-21T05:07:31.490Z[ recovery-image] Dec 21 05:07:30.743 INFO O| Dec 21 05:07:30.743 INFO STEP 196 (remove_files) COMPLETE
50432024-12-21T05:07:31.493Z[ recovery-image] Dec 21 05:07:30.743 INFO O| Dec 21 05:07:30.743 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50442024-12-21T05:07:31.528Z[ recovery-image] Dec 21 05:07:30.780 INFO O| Dec 21 05:07:30.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
50452024-12-21T05:07:31.531Z[ recovery-image] Dec 21 05:07:30.780 INFO O| Dec 21 05:07:30.780 INFO STEP 197 (remove_files) COMPLETE
50462024-12-21T05:07:31.531Z[ recovery-image] Dec 21 05:07:30.781 INFO O| Dec 21 05:07:30.780 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50472024-12-21T05:07:31.545Z[ recovery-image] Dec 21 05:07:30.798 INFO O| Dec 21 05:07:30.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
50482024-12-21T05:07:31.547Z[ recovery-image] Dec 21 05:07:30.798 INFO O| Dec 21 05:07:30.798 INFO STEP 198 (remove_files) COMPLETE
50492024-12-21T05:07:31.547Z[ recovery-image] Dec 21 05:07:30.798 INFO O| Dec 21 05:07:30.798 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50502024-12-21T05:07:31.561Z[ recovery-image] Dec 21 05:07:30.814 INFO O| Dec 21 05:07:30.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
50512024-12-21T05:07:31.561Z[ recovery-image] Dec 21 05:07:30.814 INFO O| Dec 21 05:07:30.814 INFO STEP 199 (remove_files) COMPLETE
50522024-12-21T05:07:31.564Z[ recovery-image] Dec 21 05:07:30.814 INFO O| Dec 21 05:07:30.814 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50532024-12-21T05:07:31.588Z[ recovery-image] Dec 21 05:07:30.841 INFO O| Dec 21 05:07:30.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
50542024-12-21T05:07:31.588Z[ recovery-image] Dec 21 05:07:30.841 INFO O| Dec 21 05:07:30.841 INFO STEP 200 (remove_files) COMPLETE
50552024-12-21T05:07:31.588Z[ recovery-image] Dec 21 05:07:30.842 INFO O| Dec 21 05:07:30.841 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50562024-12-21T05:07:31.604Z[ recovery-image] Dec 21 05:07:30.857 INFO O| Dec 21 05:07:30.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
50572024-12-21T05:07:31.604Z[ recovery-image] Dec 21 05:07:30.857 INFO O| Dec 21 05:07:30.857 INFO STEP 201 (remove_files) COMPLETE
50582024-12-21T05:07:31.607Z[ recovery-image] Dec 21 05:07:30.857 INFO O| Dec 21 05:07:30.857 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50592024-12-21T05:07:31.641Z[ recovery-image] Dec 21 05:07:30.894 INFO O| Dec 21 05:07:30.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
50602024-12-21T05:07:31.641Z[ recovery-image] Dec 21 05:07:30.894 INFO O| Dec 21 05:07:30.894 INFO STEP 202 (remove_files) COMPLETE
50612024-12-21T05:07:31.644Z[ recovery-image] Dec 21 05:07:30.894 INFO O| Dec 21 05:07:30.894 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50622024-12-21T05:07:31.661Z[ recovery-image] Dec 21 05:07:30.913 INFO O| Dec 21 05:07:30.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
50632024-12-21T05:07:31.682Z[ recovery-image] Dec 21 05:07:30.935 INFO O| Dec 21 05:07:30.935 INFO STEP 203 (remove_files) COMPLETE
50642024-12-21T05:07:31.682Z[ recovery-image] Dec 21 05:07:30.935 INFO O| Dec 21 05:07:30.935 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50652024-12-21T05:07:31.736Z[ recovery-image] Dec 21 05:07:30.989 INFO O| Dec 21 05:07:30.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
50662024-12-21T05:07:31.736Z[ recovery-image] Dec 21 05:07:30.989 INFO O| Dec 21 05:07:30.989 INFO STEP 204 (remove_files) COMPLETE
50672024-12-21T05:07:31.739Z[ recovery-image] Dec 21 05:07:30.989 INFO O| Dec 21 05:07:30.989 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50682024-12-21T05:07:31.778Z[ recovery-image] Dec 21 05:07:31.031 INFO O| Dec 21 05:07:31.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
50692024-12-21T05:07:31.779Z[ recovery-image] Dec 21 05:07:31.031 INFO O| Dec 21 05:07:31.031 INFO STEP 205 (remove_files) COMPLETE
50702024-12-21T05:07:31.779Z[ recovery-image] Dec 21 05:07:31.031 INFO O| Dec 21 05:07:31.031 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50712024-12-21T05:07:31.870Z[ recovery-image] Dec 21 05:07:31.124 INFO O| Dec 21 05:07:31.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
50722024-12-21T05:07:31.870Z[ recovery-image] Dec 21 05:07:31.124 INFO O| Dec 21 05:07:31.124 INFO STEP 206 (remove_files) COMPLETE
50732024-12-21T05:07:31.871Z[ recovery-image] Dec 21 05:07:31.124 INFO O| Dec 21 05:07:31.124 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50742024-12-21T05:07:31.894Z[ recovery-image] Dec 21 05:07:31.148 INFO O| Dec 21 05:07:31.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
50752024-12-21T05:07:31.894Z[ recovery-image] Dec 21 05:07:31.148 INFO O| Dec 21 05:07:31.148 INFO STEP 207 (remove_files) COMPLETE
50762024-12-21T05:07:31.894Z[ recovery-image] Dec 21 05:07:31.148 INFO O| Dec 21 05:07:31.148 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50772024-12-21T05:07:31.913Z[ recovery-image] Dec 21 05:07:31.166 INFO O| Dec 21 05:07:31.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
50782024-12-21T05:07:31.913Z[ recovery-image] Dec 21 05:07:31.166 INFO O| Dec 21 05:07:31.166 INFO STEP 208 (remove_files) COMPLETE
50792024-12-21T05:07:31.913Z[ recovery-image] Dec 21 05:07:31.166 INFO O| Dec 21 05:07:31.166 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50802024-12-21T05:07:31.945Z[ recovery-image] Dec 21 05:07:31.198 INFO O| Dec 21 05:07:31.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
50812024-12-21T05:07:31.945Z[ recovery-image] Dec 21 05:07:31.198 INFO O| Dec 21 05:07:31.198 INFO STEP 209 (remove_files) COMPLETE
50822024-12-21T05:07:31.948Z[ recovery-image] Dec 21 05:07:31.198 INFO O| Dec 21 05:07:31.198 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50832024-12-21T05:07:31.965Z[ recovery-image] Dec 21 05:07:31.219 INFO O| Dec 21 05:07:31.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
50842024-12-21T05:07:31.965Z[ recovery-image] Dec 21 05:07:31.219 INFO O| Dec 21 05:07:31.219 INFO STEP 210 (remove_files) COMPLETE
50852024-12-21T05:07:31.981Z[ recovery-image] Dec 21 05:07:31.219 INFO O| Dec 21 05:07:31.219 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50862024-12-21T05:07:31.991Z[ recovery-image] Dec 21 05:07:31.245 INFO O| Dec 21 05:07:31.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
50872024-12-21T05:07:31.994Z[ recovery-image] Dec 21 05:07:31.245 INFO O| Dec 21 05:07:31.245 INFO STEP 211 (remove_files) COMPLETE
50882024-12-21T05:07:31.994Z[ recovery-image] Dec 21 05:07:31.245 INFO O| Dec 21 05:07:31.245 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50892024-12-21T05:07:32.011Z[ recovery-image] Dec 21 05:07:31.264 INFO O| Dec 21 05:07:31.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
50902024-12-21T05:07:32.013Z[ recovery-image] Dec 21 05:07:31.264 INFO O| Dec 21 05:07:31.264 INFO STEP 212 (remove_files) COMPLETE
50912024-12-21T05:07:32.013Z[ recovery-image] Dec 21 05:07:31.264 INFO O| Dec 21 05:07:31.264 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50922024-12-21T05:07:32.115Z[ recovery-image] Dec 21 05:07:31.369 INFO O| Dec 21 05:07:31.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
50932024-12-21T05:07:32.115Z[ recovery-image] Dec 21 05:07:31.369 INFO O| Dec 21 05:07:31.369 INFO STEP 213 (remove_files) COMPLETE
50942024-12-21T05:07:32.115Z[ recovery-image] Dec 21 05:07:31.369 INFO O| Dec 21 05:07:31.369 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50952024-12-21T05:07:32.161Z[ recovery-image] Dec 21 05:07:31.414 INFO O| Dec 21 05:07:31.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
50962024-12-21T05:07:32.161Z[ recovery-image] Dec 21 05:07:31.414 INFO O| Dec 21 05:07:31.414 INFO STEP 214 (remove_files) COMPLETE
50972024-12-21T05:07:32.161Z[ recovery-image] Dec 21 05:07:31.414 INFO O| Dec 21 05:07:31.414 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50982024-12-21T05:07:32.269Z[ recovery-image] Dec 21 05:07:31.523 INFO O| Dec 21 05:07:31.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
50992024-12-21T05:07:32.269Z[ recovery-image] Dec 21 05:07:31.523 INFO O| Dec 21 05:07:31.523 INFO STEP 215 (remove_files) COMPLETE
51002024-12-21T05:07:32.272Z[ recovery-image] Dec 21 05:07:31.523 INFO O| Dec 21 05:07:31.523 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51012024-12-21T05:07:32.382Z[ recovery-image] Dec 21 05:07:31.636 INFO O| Dec 21 05:07:31.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
51022024-12-21T05:07:32.382Z[ recovery-image] Dec 21 05:07:31.636 INFO O| Dec 21 05:07:31.636 INFO STEP 216 (remove_files) COMPLETE
51032024-12-21T05:07:32.386Z[ recovery-image] Dec 21 05:07:31.636 INFO O| Dec 21 05:07:31.636 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51042024-12-21T05:07:32.402Z[ recovery-image] Dec 21 05:07:31.656 INFO O| Dec 21 05:07:31.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
51052024-12-21T05:07:32.402Z[ recovery-image] Dec 21 05:07:31.656 INFO O| Dec 21 05:07:31.656 INFO STEP 217 (remove_files) COMPLETE
51062024-12-21T05:07:32.406Z[ recovery-image] Dec 21 05:07:31.656 INFO O| Dec 21 05:07:31.656 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51072024-12-21T05:07:32.420Z[ recovery-image] Dec 21 05:07:31.674 INFO O| Dec 21 05:07:31.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
51082024-12-21T05:07:32.420Z[ recovery-image] Dec 21 05:07:31.674 INFO O| Dec 21 05:07:31.674 INFO STEP 218 (remove_files) COMPLETE
51092024-12-21T05:07:32.423Z[ recovery-image] Dec 21 05:07:31.674 INFO O| Dec 21 05:07:31.674 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51102024-12-21T05:07:32.449Z[ recovery-image] Dec 21 05:07:31.702 INFO O| Dec 21 05:07:31.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
51112024-12-21T05:07:32.449Z[ recovery-image] Dec 21 05:07:31.702 INFO O| Dec 21 05:07:31.702 INFO STEP 219 (remove_files) COMPLETE
51122024-12-21T05:07:32.449Z[ recovery-image] Dec 21 05:07:31.702 INFO O| Dec 21 05:07:31.702 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51132024-12-21T05:07:32.468Z[ recovery-image] Dec 21 05:07:31.721 INFO O| Dec 21 05:07:31.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
51142024-12-21T05:07:32.469Z[ recovery-image] Dec 21 05:07:31.721 INFO O| Dec 21 05:07:31.721 INFO STEP 220 (remove_files) COMPLETE
51152024-12-21T05:07:32.469Z[ recovery-image] Dec 21 05:07:31.721 INFO O| Dec 21 05:07:31.721 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51162024-12-21T05:07:32.489Z[ recovery-image] Dec 21 05:07:31.742 INFO O| Dec 21 05:07:31.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
51172024-12-21T05:07:32.489Z[ recovery-image] Dec 21 05:07:31.742 INFO O| Dec 21 05:07:31.742 INFO STEP 221 (remove_files) COMPLETE
51182024-12-21T05:07:32.489Z[ recovery-image] Dec 21 05:07:31.742 INFO O| Dec 21 05:07:31.742 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51192024-12-21T05:07:32.571Z[ recovery-image] Dec 21 05:07:31.824 INFO O| Dec 21 05:07:31.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
51202024-12-21T05:07:32.571Z[ recovery-image] Dec 21 05:07:31.824 INFO O| Dec 21 05:07:31.824 INFO STEP 222 (remove_files) COMPLETE
51212024-12-21T05:07:32.573Z[ recovery-image] Dec 21 05:07:31.824 INFO O| Dec 21 05:07:31.824 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51222024-12-21T05:07:32.603Z[ recovery-image] Dec 21 05:07:31.856 INFO O| Dec 21 05:07:31.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
51232024-12-21T05:07:32.624Z[ recovery-image] Dec 21 05:07:31.876 INFO O| Dec 21 05:07:31.876 INFO STEP 223 (remove_files) COMPLETE
51242024-12-21T05:07:32.624Z[ recovery-image] Dec 21 05:07:31.876 INFO O| Dec 21 05:07:31.876 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51252024-12-21T05:07:32.668Z[ recovery-image] Dec 21 05:07:31.922 INFO O| Dec 21 05:07:31.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
51262024-12-21T05:07:32.668Z[ recovery-image] Dec 21 05:07:31.922 INFO O| Dec 21 05:07:31.922 INFO STEP 224 (remove_files) COMPLETE
51272024-12-21T05:07:32.671Z[ recovery-image] Dec 21 05:07:31.922 INFO O| Dec 21 05:07:31.922 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51282024-12-21T05:07:32.716Z[ recovery-image] Dec 21 05:07:31.969 INFO O| Dec 21 05:07:31.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
51292024-12-21T05:07:32.716Z[ recovery-image] Dec 21 05:07:31.969 INFO O| Dec 21 05:07:31.969 INFO STEP 225 (remove_files) COMPLETE
51302024-12-21T05:07:32.718Z[ recovery-image] Dec 21 05:07:31.970 INFO O| Dec 21 05:07:31.969 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51312024-12-21T05:07:32.757Z[ recovery-image] Dec 21 05:07:32.008 INFO O| Dec 21 05:07:32.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
51322024-12-21T05:07:32.757Z[ recovery-image] Dec 21 05:07:32.008 INFO O| Dec 21 05:07:32.008 INFO STEP 226 (remove_files) COMPLETE
51332024-12-21T05:07:32.762Z[ recovery-image] Dec 21 05:07:32.008 INFO O| Dec 21 05:07:32.008 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51342024-12-21T05:07:32.791Z[ recovery-image] Dec 21 05:07:32.043 INFO O| Dec 21 05:07:32.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
51352024-12-21T05:07:32.791Z[ recovery-image] Dec 21 05:07:32.043 INFO O| Dec 21 05:07:32.043 INFO STEP 227 (remove_files) COMPLETE
51362024-12-21T05:07:32.791Z[ recovery-image] Dec 21 05:07:32.043 INFO O| Dec 21 05:07:32.043 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51372024-12-21T05:07:32.795Z[ host-image] Dec 21 05:07:32.049 INFO O| Dec 21 05:07:32.049 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
51382024-12-21T05:07:32.808Z[ recovery-image] Dec 21 05:07:32.061 INFO O| Dec 21 05:07:32.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
51392024-12-21T05:07:32.808Z[ recovery-image] Dec 21 05:07:32.062 INFO O| Dec 21 05:07:32.062 INFO STEP 228 (remove_files) COMPLETE
51402024-12-21T05:07:32.808Z[ recovery-image] Dec 21 05:07:32.062 INFO O| Dec 21 05:07:32.062 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51412024-12-21T05:07:32.827Z[ recovery-image] Dec 21 05:07:32.080 INFO O| Dec 21 05:07:32.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
51422024-12-21T05:07:32.827Z[ recovery-image] Dec 21 05:07:32.080 INFO O| Dec 21 05:07:32.080 INFO STEP 229 (remove_files) COMPLETE
51432024-12-21T05:07:32.827Z[ recovery-image] Dec 21 05:07:32.080 INFO O| Dec 21 05:07:32.080 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51442024-12-21T05:07:32.867Z[ recovery-image] Dec 21 05:07:32.121 INFO O| Dec 21 05:07:32.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
51452024-12-21T05:07:32.867Z[ recovery-image] Dec 21 05:07:32.121 INFO O| Dec 21 05:07:32.121 INFO STEP 230 (remove_files) COMPLETE
51462024-12-21T05:07:32.867Z[ recovery-image] Dec 21 05:07:32.121 INFO O| Dec 21 05:07:32.121 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51472024-12-21T05:07:32.886Z[ recovery-image] Dec 21 05:07:32.140 INFO O| Dec 21 05:07:32.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
51482024-12-21T05:07:32.887Z[ recovery-image] Dec 21 05:07:32.140 INFO O| Dec 21 05:07:32.140 INFO STEP 231 (remove_files) COMPLETE
51492024-12-21T05:07:32.887Z[ recovery-image] Dec 21 05:07:32.140 INFO O| Dec 21 05:07:32.140 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51502024-12-21T05:07:32.904Z[ recovery-image] Dec 21 05:07:32.157 INFO O| Dec 21 05:07:32.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
51512024-12-21T05:07:32.904Z[ recovery-image] Dec 21 05:07:32.157 INFO O| Dec 21 05:07:32.157 INFO STEP 232 (remove_files) COMPLETE
51522024-12-21T05:07:32.906Z[ recovery-image] Dec 21 05:07:32.158 INFO O| Dec 21 05:07:32.157 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51532024-12-21T05:07:32.957Z[ recovery-image] Dec 21 05:07:32.211 INFO O| Dec 21 05:07:32.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
51542024-12-21T05:07:32.957Z[ recovery-image] Dec 21 05:07:32.211 INFO O| Dec 21 05:07:32.211 INFO STEP 233 (remove_files) COMPLETE
51552024-12-21T05:07:32.960Z[ recovery-image] Dec 21 05:07:32.211 INFO O| Dec 21 05:07:32.211 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51562024-12-21T05:07:32.989Z[ recovery-image] Dec 21 05:07:32.242 INFO O| Dec 21 05:07:32.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
51572024-12-21T05:07:32.989Z[ recovery-image] Dec 21 05:07:32.243 INFO O| Dec 21 05:07:32.243 INFO STEP 234 (remove_files) COMPLETE
51582024-12-21T05:07:32.992Z[ recovery-image] Dec 21 05:07:32.243 INFO O| Dec 21 05:07:32.243 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51592024-12-21T05:07:33.038Z[ recovery-image] Dec 21 05:07:32.291 INFO O| Dec 21 05:07:32.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
51602024-12-21T05:07:33.038Z[ recovery-image] Dec 21 05:07:32.291 INFO O| Dec 21 05:07:32.291 INFO STEP 235 (remove_files) COMPLETE
51612024-12-21T05:07:33.038Z[ recovery-image] Dec 21 05:07:32.291 INFO O| Dec 21 05:07:32.291 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51622024-12-21T05:07:33.100Z[ recovery-image] Dec 21 05:07:32.354 INFO O| Dec 21 05:07:32.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
51632024-12-21T05:07:33.100Z[ recovery-image] Dec 21 05:07:32.354 INFO O| Dec 21 05:07:32.354 INFO STEP 236 (remove_files) COMPLETE
51642024-12-21T05:07:33.100Z[ recovery-image] Dec 21 05:07:32.354 INFO O| Dec 21 05:07:32.354 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51652024-12-21T05:07:33.122Z[ recovery-image] Dec 21 05:07:32.376 INFO O| Dec 21 05:07:32.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
51662024-12-21T05:07:33.126Z[ recovery-image] Dec 21 05:07:32.376 INFO O| Dec 21 05:07:32.376 INFO STEP 237 (remove_files) COMPLETE
51672024-12-21T05:07:33.126Z[ recovery-image] Dec 21 05:07:32.376 INFO O| Dec 21 05:07:32.376 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51682024-12-21T05:07:33.141Z[ recovery-image] Dec 21 05:07:32.395 INFO O| Dec 21 05:07:32.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
51692024-12-21T05:07:33.143Z[ recovery-image] Dec 21 05:07:32.395 INFO O| Dec 21 05:07:32.395 INFO STEP 238 (remove_files) COMPLETE
51702024-12-21T05:07:33.143Z[ recovery-image] Dec 21 05:07:32.395 INFO O| Dec 21 05:07:32.395 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51712024-12-21T05:07:33.159Z[ recovery-image] Dec 21 05:07:32.412 INFO O| Dec 21 05:07:32.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
51722024-12-21T05:07:33.163Z[ recovery-image] Dec 21 05:07:32.412 INFO O| Dec 21 05:07:32.412 INFO STEP 239 (remove_files) COMPLETE
51732024-12-21T05:07:33.163Z[ recovery-image] Dec 21 05:07:32.413 INFO O| Dec 21 05:07:32.412 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51742024-12-21T05:07:33.177Z[ recovery-image] Dec 21 05:07:32.431 INFO O| Dec 21 05:07:32.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
51752024-12-21T05:07:33.180Z[ recovery-image] Dec 21 05:07:32.431 INFO O| Dec 21 05:07:32.431 INFO STEP 240 (remove_files) COMPLETE
51762024-12-21T05:07:33.180Z[ recovery-image] Dec 21 05:07:32.431 INFO O| Dec 21 05:07:32.431 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51772024-12-21T05:07:33.196Z[ recovery-image] Dec 21 05:07:32.450 INFO O| Dec 21 05:07:32.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
51782024-12-21T05:07:33.198Z[ recovery-image] Dec 21 05:07:32.450 INFO O| Dec 21 05:07:32.450 INFO STEP 241 (remove_files) COMPLETE
51792024-12-21T05:07:33.198Z[ recovery-image] Dec 21 05:07:32.450 INFO O| Dec 21 05:07:32.450 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51802024-12-21T05:07:33.216Z[ recovery-image] Dec 21 05:07:32.470 INFO O| Dec 21 05:07:32.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
51812024-12-21T05:07:33.219Z[ recovery-image] Dec 21 05:07:32.471 INFO O| Dec 21 05:07:32.471 INFO STEP 242 (remove_files) COMPLETE
51822024-12-21T05:07:33.219Z[ recovery-image] Dec 21 05:07:32.471 INFO O| Dec 21 05:07:32.471 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51832024-12-21T05:07:33.240Z[ recovery-image] Dec 21 05:07:32.493 INFO O| Dec 21 05:07:32.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
51842024-12-21T05:07:33.261Z[ recovery-image] Dec 21 05:07:32.514 INFO O| Dec 21 05:07:32.514 INFO STEP 243 (remove_files) COMPLETE
51852024-12-21T05:07:33.261Z[ recovery-image] Dec 21 05:07:32.514 INFO O| Dec 21 05:07:32.514 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51862024-12-21T05:07:33.313Z[ recovery-image] Dec 21 05:07:32.565 INFO O| Dec 21 05:07:32.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
51872024-12-21T05:07:33.313Z[ recovery-image] Dec 21 05:07:32.566 INFO O| Dec 21 05:07:32.566 INFO STEP 244 (remove_files) COMPLETE
51882024-12-21T05:07:33.313Z[ recovery-image] Dec 21 05:07:32.566 INFO O| Dec 21 05:07:32.566 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51892024-12-21T05:07:33.332Z[ recovery-image] Dec 21 05:07:32.585 INFO O| Dec 21 05:07:32.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
51902024-12-21T05:07:33.332Z[ recovery-image] Dec 21 05:07:32.585 INFO O| Dec 21 05:07:32.585 INFO STEP 245 (remove_files) COMPLETE
51912024-12-21T05:07:33.332Z[ recovery-image] Dec 21 05:07:32.586 INFO O| Dec 21 05:07:32.585 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51922024-12-21T05:07:33.351Z[ recovery-image] Dec 21 05:07:32.604 INFO O| Dec 21 05:07:32.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
51932024-12-21T05:07:33.351Z[ recovery-image] Dec 21 05:07:32.604 INFO O| Dec 21 05:07:32.604 INFO STEP 246 (remove_files) COMPLETE
51942024-12-21T05:07:33.351Z[ recovery-image] Dec 21 05:07:32.604 INFO O| Dec 21 05:07:32.604 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51952024-12-21T05:07:33.370Z[ recovery-image] Dec 21 05:07:32.623 INFO O| Dec 21 05:07:32.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
51962024-12-21T05:07:33.370Z[ recovery-image] Dec 21 05:07:32.623 INFO O| Dec 21 05:07:32.623 INFO STEP 247 (remove_files) COMPLETE
51972024-12-21T05:07:33.370Z[ recovery-image] Dec 21 05:07:32.623 INFO O| Dec 21 05:07:32.623 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51982024-12-21T05:07:33.423Z[ recovery-image] Dec 21 05:07:32.677 INFO O| Dec 21 05:07:32.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
51992024-12-21T05:07:33.423Z[ recovery-image] Dec 21 05:07:32.677 INFO O| Dec 21 05:07:32.677 INFO STEP 248 (remove_files) COMPLETE
52002024-12-21T05:07:33.424Z[ recovery-image] Dec 21 05:07:32.677 INFO O| Dec 21 05:07:32.677 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52012024-12-21T05:07:33.443Z[ recovery-image] Dec 21 05:07:32.697 INFO O| Dec 21 05:07:32.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
52022024-12-21T05:07:33.444Z[ recovery-image] Dec 21 05:07:32.697 INFO O| Dec 21 05:07:32.697 INFO STEP 249 (remove_files) COMPLETE
52032024-12-21T05:07:33.444Z[ recovery-image] Dec 21 05:07:32.697 INFO O| Dec 21 05:07:32.697 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52042024-12-21T05:07:33.472Z[ recovery-image] Dec 21 05:07:32.726 INFO O| Dec 21 05:07:32.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
52052024-12-21T05:07:33.472Z[ recovery-image] Dec 21 05:07:32.726 INFO O| Dec 21 05:07:32.726 INFO STEP 250 (remove_files) COMPLETE
52062024-12-21T05:07:33.475Z[ recovery-image] Dec 21 05:07:32.726 INFO O| Dec 21 05:07:32.726 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52072024-12-21T05:07:33.534Z[ recovery-image] Dec 21 05:07:32.788 INFO O| Dec 21 05:07:32.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
52082024-12-21T05:07:33.534Z[ recovery-image] Dec 21 05:07:32.788 INFO O| Dec 21 05:07:32.788 INFO STEP 251 (remove_files) COMPLETE
52092024-12-21T05:07:33.538Z[ recovery-image] Dec 21 05:07:32.788 INFO O| Dec 21 05:07:32.788 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52102024-12-21T05:07:33.557Z[ recovery-image] Dec 21 05:07:32.809 INFO O| Dec 21 05:07:32.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
52112024-12-21T05:07:33.557Z[ recovery-image] Dec 21 05:07:32.809 INFO O| Dec 21 05:07:32.809 INFO STEP 252 (remove_files) COMPLETE
52122024-12-21T05:07:33.560Z[ recovery-image] Dec 21 05:07:32.809 INFO O| Dec 21 05:07:32.809 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52132024-12-21T05:07:33.616Z[ recovery-image] Dec 21 05:07:32.870 INFO O| Dec 21 05:07:32.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
52142024-12-21T05:07:33.616Z[ recovery-image] Dec 21 05:07:32.870 INFO O| Dec 21 05:07:32.870 INFO STEP 253 (remove_files) COMPLETE
52152024-12-21T05:07:33.618Z[ recovery-image] Dec 21 05:07:32.870 INFO O| Dec 21 05:07:32.870 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52162024-12-21T05:07:33.650Z[ recovery-image] Dec 21 05:07:32.902 INFO O| Dec 21 05:07:32.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
52172024-12-21T05:07:33.650Z[ recovery-image] Dec 21 05:07:32.902 INFO O| Dec 21 05:07:32.902 INFO STEP 254 (remove_files) COMPLETE
52182024-12-21T05:07:33.653Z[ recovery-image] Dec 21 05:07:32.902 INFO O| Dec 21 05:07:32.902 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52192024-12-21T05:07:33.668Z[ recovery-image] Dec 21 05:07:32.922 INFO O| Dec 21 05:07:32.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
52202024-12-21T05:07:33.668Z[ recovery-image] Dec 21 05:07:32.922 INFO O| Dec 21 05:07:32.922 INFO STEP 255 (remove_files) COMPLETE
52212024-12-21T05:07:33.671Z[ recovery-image] Dec 21 05:07:32.922 INFO O| Dec 21 05:07:32.922 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52222024-12-21T05:07:33.687Z[ recovery-image] Dec 21 05:07:32.941 INFO O| Dec 21 05:07:32.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
52232024-12-21T05:07:33.687Z[ recovery-image] Dec 21 05:07:32.941 INFO O| Dec 21 05:07:32.941 INFO STEP 256 (remove_files) COMPLETE
52242024-12-21T05:07:33.690Z[ recovery-image] Dec 21 05:07:32.941 INFO O| Dec 21 05:07:32.941 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52252024-12-21T05:07:33.741Z[ recovery-image] Dec 21 05:07:32.994 INFO O| Dec 21 05:07:32.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
52262024-12-21T05:07:33.741Z[ recovery-image] Dec 21 05:07:32.994 INFO O| Dec 21 05:07:32.994 INFO STEP 257 (remove_files) COMPLETE
52272024-12-21T05:07:33.741Z[ recovery-image] Dec 21 05:07:32.994 INFO O| Dec 21 05:07:32.994 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52282024-12-21T05:07:33.837Z[ recovery-image] Dec 21 05:07:33.091 INFO O| Dec 21 05:07:33.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
52292024-12-21T05:07:33.837Z[ recovery-image] Dec 21 05:07:33.091 INFO O| Dec 21 05:07:33.091 INFO STEP 258 (remove_files) COMPLETE
52302024-12-21T05:07:33.841Z[ recovery-image] Dec 21 05:07:33.091 INFO O| Dec 21 05:07:33.091 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52312024-12-21T05:07:33.889Z[ recovery-image] Dec 21 05:07:33.143 INFO O| Dec 21 05:07:33.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
52322024-12-21T05:07:33.889Z[ recovery-image] Dec 21 05:07:33.143 INFO O| Dec 21 05:07:33.143 INFO STEP 259 (remove_files) COMPLETE
52332024-12-21T05:07:33.889Z[ recovery-image] Dec 21 05:07:33.143 INFO O| Dec 21 05:07:33.143 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52342024-12-21T05:07:33.912Z[ recovery-image] Dec 21 05:07:33.165 INFO O| Dec 21 05:07:33.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
52352024-12-21T05:07:33.912Z[ recovery-image] Dec 21 05:07:33.166 INFO O| Dec 21 05:07:33.165 INFO STEP 260 (remove_files) COMPLETE
52362024-12-21T05:07:33.912Z[ recovery-image] Dec 21 05:07:33.166 INFO O| Dec 21 05:07:33.165 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52372024-12-21T05:07:33.933Z[ recovery-image] Dec 21 05:07:33.186 INFO O| Dec 21 05:07:33.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
52382024-12-21T05:07:33.933Z[ recovery-image] Dec 21 05:07:33.187 INFO O| Dec 21 05:07:33.186 INFO STEP 261 (remove_files) COMPLETE
52392024-12-21T05:07:33.933Z[ recovery-image] Dec 21 05:07:33.187 INFO O| Dec 21 05:07:33.187 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52402024-12-21T05:07:33.962Z[ recovery-image] Dec 21 05:07:33.214 INFO O| Dec 21 05:07:33.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
52412024-12-21T05:07:33.962Z[ recovery-image] Dec 21 05:07:33.214 INFO O| Dec 21 05:07:33.214 INFO STEP 262 (remove_files) COMPLETE
52422024-12-21T05:07:33.962Z[ recovery-image] Dec 21 05:07:33.215 INFO O| Dec 21 05:07:33.214 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52432024-12-21T05:07:33.983Z[ recovery-image] Dec 21 05:07:33.237 INFO O| Dec 21 05:07:33.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
52442024-12-21T05:07:33.983Z[ recovery-image] Dec 21 05:07:33.237 INFO O| Dec 21 05:07:33.237 INFO STEP 263 (remove_files) COMPLETE
52452024-12-21T05:07:33.983Z[ recovery-image] Dec 21 05:07:33.237 INFO O| Dec 21 05:07:33.237 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52462024-12-21T05:07:34.004Z[ recovery-image] Dec 21 05:07:33.258 INFO O| Dec 21 05:07:33.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
52472024-12-21T05:07:34.004Z[ recovery-image] Dec 21 05:07:33.258 INFO O| Dec 21 05:07:33.258 INFO STEP 264 (remove_files) COMPLETE
52482024-12-21T05:07:34.007Z[ recovery-image] Dec 21 05:07:33.258 INFO O| Dec 21 05:07:33.258 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52492024-12-21T05:07:34.025Z[ recovery-image] Dec 21 05:07:33.278 INFO O| Dec 21 05:07:33.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
52502024-12-21T05:07:34.025Z[ recovery-image] Dec 21 05:07:33.279 INFO O| Dec 21 05:07:33.279 INFO STEP 265 (remove_files) COMPLETE
52512024-12-21T05:07:34.025Z[ recovery-image] Dec 21 05:07:33.279 INFO O| Dec 21 05:07:33.279 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52522024-12-21T05:07:34.045Z[ recovery-image] Dec 21 05:07:33.299 INFO O| Dec 21 05:07:33.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
52532024-12-21T05:07:34.045Z[ recovery-image] Dec 21 05:07:33.299 INFO O| Dec 21 05:07:33.299 INFO STEP 266 (remove_files) COMPLETE
52542024-12-21T05:07:34.045Z[ recovery-image] Dec 21 05:07:33.299 INFO O| Dec 21 05:07:33.299 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52552024-12-21T05:07:34.065Z[ recovery-image] Dec 21 05:07:33.319 INFO O| Dec 21 05:07:33.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
52562024-12-21T05:07:34.065Z[ recovery-image] Dec 21 05:07:33.319 INFO O| Dec 21 05:07:33.319 INFO STEP 267 (remove_files) COMPLETE
52572024-12-21T05:07:34.070Z[ recovery-image] Dec 21 05:07:33.319 INFO O| Dec 21 05:07:33.319 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52582024-12-21T05:07:34.103Z[ recovery-image] Dec 21 05:07:33.356 INFO O| Dec 21 05:07:33.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
52592024-12-21T05:07:34.106Z[ recovery-image] Dec 21 05:07:33.356 INFO O| Dec 21 05:07:33.356 INFO STEP 268 (remove_files) COMPLETE
52602024-12-21T05:07:34.107Z[ recovery-image] Dec 21 05:07:33.356 INFO O| Dec 21 05:07:33.356 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52612024-12-21T05:07:34.121Z[ recovery-image] Dec 21 05:07:33.375 INFO O| Dec 21 05:07:33.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
52622024-12-21T05:07:34.123Z[ recovery-image] Dec 21 05:07:33.375 INFO O| Dec 21 05:07:33.375 INFO STEP 269 (remove_files) COMPLETE
52632024-12-21T05:07:34.124Z[ recovery-image] Dec 21 05:07:33.375 INFO O| Dec 21 05:07:33.375 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52642024-12-21T05:07:34.142Z[ recovery-image] Dec 21 05:07:33.396 INFO O| Dec 21 05:07:33.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
52652024-12-21T05:07:34.142Z[ recovery-image] Dec 21 05:07:33.396 INFO O| Dec 21 05:07:33.396 INFO STEP 270 (remove_files) COMPLETE
52662024-12-21T05:07:34.142Z[ recovery-image] Dec 21 05:07:33.396 INFO O| Dec 21 05:07:33.396 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52672024-12-21T05:07:34.160Z[ recovery-image] Dec 21 05:07:33.413 INFO O| Dec 21 05:07:33.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
52682024-12-21T05:07:34.161Z[ recovery-image] Dec 21 05:07:33.413 INFO O| Dec 21 05:07:33.413 INFO STEP 271 (remove_files) COMPLETE
52692024-12-21T05:07:34.174Z[ recovery-image] Dec 21 05:07:33.414 INFO O| Dec 21 05:07:33.413 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52702024-12-21T05:07:34.177Z[ recovery-image] Dec 21 05:07:33.431 INFO O| Dec 21 05:07:33.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
52712024-12-21T05:07:34.177Z[ recovery-image] Dec 21 05:07:33.431 INFO O| Dec 21 05:07:33.431 INFO STEP 272 (remove_files) COMPLETE
52722024-12-21T05:07:34.179Z[ recovery-image] Dec 21 05:07:33.431 INFO O| Dec 21 05:07:33.431 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52732024-12-21T05:07:34.194Z[ recovery-image] Dec 21 05:07:33.448 INFO O| Dec 21 05:07:33.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
52742024-12-21T05:07:34.194Z[ recovery-image] Dec 21 05:07:33.448 INFO O| Dec 21 05:07:33.448 INFO STEP 273 (remove_files) COMPLETE
52752024-12-21T05:07:34.194Z[ recovery-image] Dec 21 05:07:33.448 INFO O| Dec 21 05:07:33.448 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52762024-12-21T05:07:34.218Z[ recovery-image] Dec 21 05:07:33.471 INFO O| Dec 21 05:07:33.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
52772024-12-21T05:07:34.218Z[ recovery-image] Dec 21 05:07:33.471 INFO O| Dec 21 05:07:33.471 INFO STEP 274 (remove_files) COMPLETE
52782024-12-21T05:07:34.218Z[ recovery-image] Dec 21 05:07:33.471 INFO O| Dec 21 05:07:33.471 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52792024-12-21T05:07:34.271Z[ recovery-image] Dec 21 05:07:33.524 INFO O| Dec 21 05:07:33.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
52802024-12-21T05:07:34.271Z[ recovery-image] Dec 21 05:07:33.525 INFO O| Dec 21 05:07:33.524 INFO STEP 275 (remove_files) COMPLETE
52812024-12-21T05:07:34.271Z[ recovery-image] Dec 21 05:07:33.525 INFO O| Dec 21 05:07:33.524 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52822024-12-21T05:07:34.289Z[ recovery-image] Dec 21 05:07:33.543 INFO O| Dec 21 05:07:33.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
52832024-12-21T05:07:34.289Z[ recovery-image] Dec 21 05:07:33.543 INFO O| Dec 21 05:07:33.543 INFO STEP 276 (remove_files) COMPLETE
52842024-12-21T05:07:34.289Z[ recovery-image] Dec 21 05:07:33.543 INFO O| Dec 21 05:07:33.543 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52852024-12-21T05:07:34.346Z[ recovery-image] Dec 21 05:07:33.599 INFO O| Dec 21 05:07:33.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
52862024-12-21T05:07:34.347Z[ recovery-image] Dec 21 05:07:33.599 INFO O| Dec 21 05:07:33.599 INFO STEP 277 (remove_files) COMPLETE
52872024-12-21T05:07:34.349Z[ recovery-image] Dec 21 05:07:33.599 INFO O| Dec 21 05:07:33.599 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52882024-12-21T05:07:34.364Z[ recovery-image] Dec 21 05:07:33.618 INFO O| Dec 21 05:07:33.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
52892024-12-21T05:07:34.364Z[ recovery-image] Dec 21 05:07:33.618 INFO O| Dec 21 05:07:33.618 INFO STEP 278 (remove_files) COMPLETE
52902024-12-21T05:07:34.367Z[ recovery-image] Dec 21 05:07:33.618 INFO O| Dec 21 05:07:33.618 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52912024-12-21T05:07:34.381Z[ recovery-image] Dec 21 05:07:33.635 INFO O| Dec 21 05:07:33.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
52922024-12-21T05:07:34.381Z[ recovery-image] Dec 21 05:07:33.635 INFO O| Dec 21 05:07:33.635 INFO STEP 279 (remove_files) COMPLETE
52932024-12-21T05:07:34.384Z[ recovery-image] Dec 21 05:07:33.635 INFO O| Dec 21 05:07:33.635 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52942024-12-21T05:07:34.400Z[ recovery-image] Dec 21 05:07:33.654 INFO O| Dec 21 05:07:33.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
52952024-12-21T05:07:34.400Z[ recovery-image] Dec 21 05:07:33.654 INFO O| Dec 21 05:07:33.654 INFO STEP 280 (remove_files) COMPLETE
52962024-12-21T05:07:34.404Z[ recovery-image] Dec 21 05:07:33.654 INFO O| Dec 21 05:07:33.654 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52972024-12-21T05:07:34.439Z[ recovery-image] Dec 21 05:07:33.693 INFO O| Dec 21 05:07:33.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
52982024-12-21T05:07:34.439Z[ recovery-image] Dec 21 05:07:33.693 INFO O| Dec 21 05:07:33.693 INFO STEP 281 (remove_files) COMPLETE
52992024-12-21T05:07:34.439Z[ recovery-image] Dec 21 05:07:33.693 INFO O| Dec 21 05:07:33.693 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53002024-12-21T05:07:34.460Z[ recovery-image] Dec 21 05:07:33.714 INFO O| Dec 21 05:07:33.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
53012024-12-21T05:07:34.460Z[ recovery-image] Dec 21 05:07:33.714 INFO O| Dec 21 05:07:33.714 INFO STEP 282 (remove_files) COMPLETE
53022024-12-21T05:07:34.463Z[ recovery-image] Dec 21 05:07:33.714 INFO O| Dec 21 05:07:33.714 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53032024-12-21T05:07:34.535Z[ recovery-image] Dec 21 05:07:33.789 INFO O| Dec 21 05:07:33.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
53042024-12-21T05:07:34.535Z[ recovery-image] Dec 21 05:07:33.789 INFO O| Dec 21 05:07:33.789 INFO STEP 283 (remove_files) COMPLETE
53052024-12-21T05:07:34.535Z[ recovery-image] Dec 21 05:07:33.789 INFO O| Dec 21 05:07:33.789 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53062024-12-21T05:07:34.559Z[ recovery-image] Dec 21 05:07:33.813 INFO O| Dec 21 05:07:33.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
53072024-12-21T05:07:34.560Z[ recovery-image] Dec 21 05:07:33.813 INFO O| Dec 21 05:07:33.813 INFO STEP 284 (remove_files) COMPLETE
53082024-12-21T05:07:34.562Z[ recovery-image] Dec 21 05:07:33.813 INFO O| Dec 21 05:07:33.813 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53092024-12-21T05:07:34.580Z[ recovery-image] Dec 21 05:07:33.834 INFO O| Dec 21 05:07:33.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
53102024-12-21T05:07:34.580Z[ recovery-image] Dec 21 05:07:33.834 INFO O| Dec 21 05:07:33.834 INFO STEP 285 (remove_files) COMPLETE
53112024-12-21T05:07:34.580Z[ recovery-image] Dec 21 05:07:33.834 INFO O| Dec 21 05:07:33.834 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53122024-12-21T05:07:34.601Z[ recovery-image] Dec 21 05:07:33.854 INFO O| Dec 21 05:07:33.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
53132024-12-21T05:07:34.601Z[ recovery-image] Dec 21 05:07:33.854 INFO O| Dec 21 05:07:33.854 INFO STEP 286 (remove_files) COMPLETE
53142024-12-21T05:07:34.601Z[ recovery-image] Dec 21 05:07:33.854 INFO O| Dec 21 05:07:33.854 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53152024-12-21T05:07:34.622Z[ recovery-image] Dec 21 05:07:33.875 INFO O| Dec 21 05:07:33.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
53162024-12-21T05:07:34.622Z[ recovery-image] Dec 21 05:07:33.875 INFO O| Dec 21 05:07:33.875 INFO STEP 287 (remove_files) COMPLETE
53172024-12-21T05:07:34.622Z[ recovery-image] Dec 21 05:07:33.875 INFO O| Dec 21 05:07:33.875 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53182024-12-21T05:07:34.643Z[ recovery-image] Dec 21 05:07:33.896 INFO O| Dec 21 05:07:33.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
53192024-12-21T05:07:34.646Z[ recovery-image] Dec 21 05:07:33.896 INFO O| Dec 21 05:07:33.896 INFO STEP 288 (remove_files) COMPLETE
53202024-12-21T05:07:34.646Z[ recovery-image] Dec 21 05:07:33.896 INFO O| Dec 21 05:07:33.896 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53212024-12-21T05:07:34.674Z[ recovery-image] Dec 21 05:07:33.928 INFO O| Dec 21 05:07:33.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
53222024-12-21T05:07:34.674Z[ recovery-image] Dec 21 05:07:33.928 INFO O| Dec 21 05:07:33.928 INFO STEP 289 (remove_files) COMPLETE
53232024-12-21T05:07:34.674Z[ recovery-image] Dec 21 05:07:33.928 INFO O| Dec 21 05:07:33.928 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53242024-12-21T05:07:34.707Z[ recovery-image] Dec 21 05:07:33.959 INFO O| Dec 21 05:07:33.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
53252024-12-21T05:07:34.707Z[ recovery-image] Dec 21 05:07:33.959 INFO O| Dec 21 05:07:33.959 INFO STEP 290 (remove_files) COMPLETE
53262024-12-21T05:07:34.707Z[ recovery-image] Dec 21 05:07:33.959 INFO O| Dec 21 05:07:33.959 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53272024-12-21T05:07:34.766Z[ recovery-image] Dec 21 05:07:34.019 INFO O| Dec 21 05:07:34.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
53282024-12-21T05:07:34.766Z[ recovery-image] Dec 21 05:07:34.019 INFO O| Dec 21 05:07:34.019 INFO STEP 291 (remove_files) COMPLETE
53292024-12-21T05:07:34.769Z[ recovery-image] Dec 21 05:07:34.019 INFO O| Dec 21 05:07:34.019 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53302024-12-21T05:07:34.804Z[ recovery-image] Dec 21 05:07:34.058 INFO O| Dec 21 05:07:34.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
53312024-12-21T05:07:34.807Z[ recovery-image] Dec 21 05:07:34.058 INFO O| Dec 21 05:07:34.058 INFO STEP 292 (remove_files) COMPLETE
53322024-12-21T05:07:34.807Z[ recovery-image] Dec 21 05:07:34.058 INFO O| Dec 21 05:07:34.058 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53332024-12-21T05:07:34.825Z[ recovery-image] Dec 21 05:07:34.079 INFO O| Dec 21 05:07:34.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
53342024-12-21T05:07:34.828Z[ recovery-image] Dec 21 05:07:34.079 INFO O| Dec 21 05:07:34.079 INFO STEP 293 (remove_files) COMPLETE
53352024-12-21T05:07:34.828Z[ recovery-image] Dec 21 05:07:34.079 INFO O| Dec 21 05:07:34.079 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53362024-12-21T05:07:34.844Z[ recovery-image] Dec 21 05:07:34.098 INFO O| Dec 21 05:07:34.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
53372024-12-21T05:07:34.844Z[ recovery-image] Dec 21 05:07:34.098 INFO O| Dec 21 05:07:34.098 INFO STEP 294 (remove_files) COMPLETE
53382024-12-21T05:07:34.844Z[ recovery-image] Dec 21 05:07:34.098 INFO O| Dec 21 05:07:34.098 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53392024-12-21T05:07:34.863Z[ recovery-image] Dec 21 05:07:34.117 INFO O| Dec 21 05:07:34.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
53402024-12-21T05:07:34.863Z[ recovery-image] Dec 21 05:07:34.117 INFO O| Dec 21 05:07:34.117 INFO STEP 295 (remove_files) COMPLETE
53412024-12-21T05:07:34.866Z[ recovery-image] Dec 21 05:07:34.117 INFO O| Dec 21 05:07:34.117 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53422024-12-21T05:07:34.891Z[ recovery-image] Dec 21 05:07:34.145 INFO O| Dec 21 05:07:34.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
53432024-12-21T05:07:34.891Z[ recovery-image] Dec 21 05:07:34.145 INFO O| Dec 21 05:07:34.145 INFO STEP 296 (remove_files) COMPLETE
53442024-12-21T05:07:34.891Z[ recovery-image] Dec 21 05:07:34.145 INFO O| Dec 21 05:07:34.145 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53452024-12-21T05:07:34.928Z[ recovery-image] Dec 21 05:07:34.182 INFO O| Dec 21 05:07:34.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
53462024-12-21T05:07:34.928Z[ recovery-image] Dec 21 05:07:34.182 INFO O| Dec 21 05:07:34.182 INFO STEP 297 (remove_files) COMPLETE
53472024-12-21T05:07:34.928Z[ recovery-image] Dec 21 05:07:34.182 INFO O| Dec 21 05:07:34.182 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53482024-12-21T05:07:34.967Z[ recovery-image] Dec 21 05:07:34.221 INFO O| Dec 21 05:07:34.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
53492024-12-21T05:07:34.967Z[ recovery-image] Dec 21 05:07:34.221 INFO O| Dec 21 05:07:34.221 INFO STEP 298 (remove_files) COMPLETE
53502024-12-21T05:07:34.967Z[ recovery-image] Dec 21 05:07:34.221 INFO O| Dec 21 05:07:34.221 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53512024-12-21T05:07:34.986Z[ recovery-image] Dec 21 05:07:34.240 INFO O| Dec 21 05:07:34.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
53522024-12-21T05:07:34.986Z[ recovery-image] Dec 21 05:07:34.240 INFO O| Dec 21 05:07:34.240 INFO STEP 299 (remove_files) COMPLETE
53532024-12-21T05:07:34.988Z[ recovery-image] Dec 21 05:07:34.240 INFO O| Dec 21 05:07:34.240 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53542024-12-21T05:07:35.003Z[ recovery-image] Dec 21 05:07:34.257 INFO O| Dec 21 05:07:34.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
53552024-12-21T05:07:35.006Z[ recovery-image] Dec 21 05:07:34.257 INFO O| Dec 21 05:07:34.257 INFO STEP 300 (remove_files) COMPLETE
53562024-12-21T05:07:35.006Z[ recovery-image] Dec 21 05:07:34.257 INFO O| Dec 21 05:07:34.257 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53572024-12-21T05:07:35.021Z[ recovery-image] Dec 21 05:07:34.274 INFO O| Dec 21 05:07:34.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
53582024-12-21T05:07:35.021Z[ recovery-image] Dec 21 05:07:34.274 INFO O| Dec 21 05:07:34.274 INFO STEP 301 (remove_files) COMPLETE
53592024-12-21T05:07:35.024Z[ recovery-image] Dec 21 05:07:34.274 INFO O| Dec 21 05:07:34.274 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53602024-12-21T05:07:35.046Z[ recovery-image] Dec 21 05:07:34.300 INFO O| Dec 21 05:07:34.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
53612024-12-21T05:07:35.046Z[ recovery-image] Dec 21 05:07:34.300 INFO O| Dec 21 05:07:34.300 INFO STEP 302 (remove_files) COMPLETE
53622024-12-21T05:07:35.049Z[ recovery-image] Dec 21 05:07:34.300 INFO O| Dec 21 05:07:34.300 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53632024-12-21T05:07:35.066Z[ recovery-image] Dec 21 05:07:34.320 INFO O| Dec 21 05:07:34.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
53642024-12-21T05:07:35.066Z[ recovery-image] Dec 21 05:07:34.320 INFO O| Dec 21 05:07:34.320 INFO STEP 303 (remove_files) COMPLETE
53652024-12-21T05:07:35.069Z[ recovery-image] Dec 21 05:07:34.320 INFO O| Dec 21 05:07:34.320 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53662024-12-21T05:07:35.100Z[ recovery-image] Dec 21 05:07:34.353 INFO O| Dec 21 05:07:34.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
53672024-12-21T05:07:35.100Z[ recovery-image] Dec 21 05:07:34.353 INFO O| Dec 21 05:07:34.353 INFO STEP 304 (remove_files) COMPLETE
53682024-12-21T05:07:35.104Z[ recovery-image] Dec 21 05:07:34.353 INFO O| Dec 21 05:07:34.353 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53692024-12-21T05:07:35.138Z[ recovery-image] Dec 21 05:07:34.392 INFO O| Dec 21 05:07:34.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
53702024-12-21T05:07:35.138Z[ recovery-image] Dec 21 05:07:34.392 INFO O| Dec 21 05:07:34.392 INFO STEP 305 (remove_files) COMPLETE
53712024-12-21T05:07:35.142Z[ recovery-image] Dec 21 05:07:34.392 INFO O| Dec 21 05:07:34.392 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53722024-12-21T05:07:35.199Z[ recovery-image] Dec 21 05:07:34.453 INFO O| Dec 21 05:07:34.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
53732024-12-21T05:07:35.199Z[ recovery-image] Dec 21 05:07:34.453 INFO O| Dec 21 05:07:34.453 INFO STEP 306 (remove_files) COMPLETE
53742024-12-21T05:07:35.199Z[ recovery-image] Dec 21 05:07:34.453 INFO O| Dec 21 05:07:34.453 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53752024-12-21T05:07:35.219Z[ recovery-image] Dec 21 05:07:34.473 INFO O| Dec 21 05:07:34.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
53762024-12-21T05:07:35.219Z[ recovery-image] Dec 21 05:07:34.473 INFO O| Dec 21 05:07:34.473 INFO STEP 307 (remove_files) COMPLETE
53772024-12-21T05:07:35.219Z[ recovery-image] Dec 21 05:07:34.473 INFO O| Dec 21 05:07:34.473 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53782024-12-21T05:07:35.239Z[ recovery-image] Dec 21 05:07:34.493 INFO O| Dec 21 05:07:34.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
53792024-12-21T05:07:35.239Z[ recovery-image] Dec 21 05:07:34.493 INFO O| Dec 21 05:07:34.493 INFO STEP 308 (remove_files) COMPLETE
53802024-12-21T05:07:35.242Z[ recovery-image] Dec 21 05:07:34.493 INFO O| Dec 21 05:07:34.493 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53812024-12-21T05:07:35.257Z[ recovery-image] Dec 21 05:07:34.510 INFO O| Dec 21 05:07:34.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
53822024-12-21T05:07:35.257Z[ recovery-image] Dec 21 05:07:34.510 INFO O| Dec 21 05:07:34.510 INFO STEP 309 (remove_files) COMPLETE
53832024-12-21T05:07:35.257Z[ recovery-image] Dec 21 05:07:34.510 INFO O| Dec 21 05:07:34.510 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53842024-12-21T05:07:35.274Z[ recovery-image] Dec 21 05:07:34.527 INFO O| Dec 21 05:07:34.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
53852024-12-21T05:07:35.275Z[ recovery-image] Dec 21 05:07:34.527 INFO O| Dec 21 05:07:34.527 INFO STEP 310 (remove_files) COMPLETE
53862024-12-21T05:07:35.277Z[ recovery-image] Dec 21 05:07:34.528 INFO O| Dec 21 05:07:34.527 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53872024-12-21T05:07:35.294Z[ recovery-image] Dec 21 05:07:34.546 INFO O| Dec 21 05:07:34.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
53882024-12-21T05:07:35.294Z[ recovery-image] Dec 21 05:07:34.546 INFO O| Dec 21 05:07:34.546 INFO STEP 311 (remove_files) COMPLETE
53892024-12-21T05:07:35.298Z[ recovery-image] Dec 21 05:07:34.546 INFO O| Dec 21 05:07:34.546 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53902024-12-21T05:07:35.311Z[ recovery-image] Dec 21 05:07:34.565 INFO O| Dec 21 05:07:34.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
53912024-12-21T05:07:35.311Z[ recovery-image] Dec 21 05:07:34.565 INFO O| Dec 21 05:07:34.565 INFO STEP 312 (remove_files) COMPLETE
53922024-12-21T05:07:35.317Z[ recovery-image] Dec 21 05:07:34.565 INFO O| Dec 21 05:07:34.565 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53932024-12-21T05:07:35.328Z[ recovery-image] Dec 21 05:07:34.582 INFO O| Dec 21 05:07:34.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
53942024-12-21T05:07:35.329Z[ recovery-image] Dec 21 05:07:34.582 INFO O| Dec 21 05:07:34.582 INFO STEP 313 (remove_files) COMPLETE
53952024-12-21T05:07:35.332Z[ recovery-image] Dec 21 05:07:34.583 INFO O| Dec 21 05:07:34.582 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53962024-12-21T05:07:35.346Z[ recovery-image] Dec 21 05:07:34.600 INFO O| Dec 21 05:07:34.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
53972024-12-21T05:07:35.346Z[ recovery-image] Dec 21 05:07:34.600 INFO O| Dec 21 05:07:34.600 INFO STEP 314 (remove_files) COMPLETE
53982024-12-21T05:07:35.349Z[ recovery-image] Dec 21 05:07:34.600 INFO O| Dec 21 05:07:34.600 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53992024-12-21T05:07:35.380Z[ recovery-image] Dec 21 05:07:34.634 INFO O| Dec 21 05:07:34.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
54002024-12-21T05:07:35.380Z[ recovery-image] Dec 21 05:07:34.634 INFO O| Dec 21 05:07:34.634 INFO STEP 315 (remove_files) COMPLETE
54012024-12-21T05:07:35.384Z[ recovery-image] Dec 21 05:07:34.634 INFO O| Dec 21 05:07:34.634 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54022024-12-21T05:07:35.401Z[ recovery-image] Dec 21 05:07:34.654 INFO O| Dec 21 05:07:34.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
54032024-12-21T05:07:35.401Z[ recovery-image] Dec 21 05:07:34.655 INFO O| Dec 21 05:07:34.655 INFO STEP 316 (remove_files) COMPLETE
54042024-12-21T05:07:35.401Z[ recovery-image] Dec 21 05:07:34.655 INFO O| Dec 21 05:07:34.655 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54052024-12-21T05:07:35.435Z[ recovery-image] Dec 21 05:07:34.689 INFO O| Dec 21 05:07:34.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
54062024-12-21T05:07:35.435Z[ recovery-image] Dec 21 05:07:34.689 INFO O| Dec 21 05:07:34.689 INFO STEP 317 (remove_files) COMPLETE
54072024-12-21T05:07:35.439Z[ recovery-image] Dec 21 05:07:34.689 INFO O| Dec 21 05:07:34.689 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54082024-12-21T05:07:35.457Z[ recovery-image] Dec 21 05:07:34.711 INFO O| Dec 21 05:07:34.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
54092024-12-21T05:07:35.457Z[ recovery-image] Dec 21 05:07:34.711 INFO O| Dec 21 05:07:34.711 INFO STEP 318 (remove_files) COMPLETE
54102024-12-21T05:07:35.457Z[ recovery-image] Dec 21 05:07:34.711 INFO O| Dec 21 05:07:34.711 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54112024-12-21T05:07:35.479Z[ recovery-image] Dec 21 05:07:34.731 INFO O| Dec 21 05:07:34.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
54122024-12-21T05:07:35.479Z[ recovery-image] Dec 21 05:07:34.732 INFO O| Dec 21 05:07:34.732 INFO STEP 319 (remove_files) COMPLETE
54132024-12-21T05:07:35.479Z[ recovery-image] Dec 21 05:07:34.732 INFO O| Dec 21 05:07:34.732 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54142024-12-21T05:07:35.514Z[ recovery-image] Dec 21 05:07:34.767 INFO O| Dec 21 05:07:34.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
54152024-12-21T05:07:35.517Z[ recovery-image] Dec 21 05:07:34.768 INFO O| Dec 21 05:07:34.767 INFO STEP 320 (remove_files) COMPLETE
54162024-12-21T05:07:35.517Z[ recovery-image] Dec 21 05:07:34.768 INFO O| Dec 21 05:07:34.768 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54172024-12-21T05:07:35.537Z[ recovery-image] Dec 21 05:07:34.791 INFO O| Dec 21 05:07:34.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
54182024-12-21T05:07:35.540Z[ recovery-image] Dec 21 05:07:34.791 INFO O| Dec 21 05:07:34.791 INFO STEP 321 (remove_files) COMPLETE
54192024-12-21T05:07:35.540Z[ recovery-image] Dec 21 05:07:34.792 INFO O| Dec 21 05:07:34.791 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54202024-12-21T05:07:35.575Z[ recovery-image] Dec 21 05:07:34.828 INFO O| Dec 21 05:07:34.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
54212024-12-21T05:07:35.575Z[ recovery-image] Dec 21 05:07:34.829 INFO O| Dec 21 05:07:34.829 INFO STEP 322 (remove_files) COMPLETE
54222024-12-21T05:07:35.577Z[ recovery-image] Dec 21 05:07:34.829 INFO O| Dec 21 05:07:34.829 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54232024-12-21T05:07:35.592Z[ recovery-image] Dec 21 05:07:34.846 INFO O| Dec 21 05:07:34.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
54242024-12-21T05:07:35.595Z[ recovery-image] Dec 21 05:07:34.846 INFO O| Dec 21 05:07:34.846 INFO STEP 323 (remove_files) COMPLETE
54252024-12-21T05:07:35.595Z[ recovery-image] Dec 21 05:07:34.846 INFO O| Dec 21 05:07:34.846 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54262024-12-21T05:07:35.610Z[ recovery-image] Dec 21 05:07:34.864 INFO O| Dec 21 05:07:34.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
54272024-12-21T05:07:35.613Z[ recovery-image] Dec 21 05:07:34.864 INFO O| Dec 21 05:07:34.864 INFO STEP 324 (remove_files) COMPLETE
54282024-12-21T05:07:35.613Z[ recovery-image] Dec 21 05:07:34.864 INFO O| Dec 21 05:07:34.864 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54292024-12-21T05:07:35.631Z[ recovery-image] Dec 21 05:07:34.885 INFO O| Dec 21 05:07:34.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
54302024-12-21T05:07:35.634Z[ recovery-image] Dec 21 05:07:34.885 INFO O| Dec 21 05:07:34.885 INFO STEP 325 (remove_files) COMPLETE
54312024-12-21T05:07:35.634Z[ recovery-image] Dec 21 05:07:34.885 INFO O| Dec 21 05:07:34.885 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54322024-12-21T05:07:35.651Z[ recovery-image] Dec 21 05:07:34.905 INFO O| Dec 21 05:07:34.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
54332024-12-21T05:07:35.654Z[ recovery-image] Dec 21 05:07:34.905 INFO O| Dec 21 05:07:34.905 INFO STEP 326 (remove_files) COMPLETE
54342024-12-21T05:07:35.654Z[ recovery-image] Dec 21 05:07:34.905 INFO O| Dec 21 05:07:34.905 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54352024-12-21T05:07:35.671Z[ recovery-image] Dec 21 05:07:34.925 INFO O| Dec 21 05:07:34.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
54362024-12-21T05:07:35.674Z[ recovery-image] Dec 21 05:07:34.926 INFO O| Dec 21 05:07:34.926 INFO STEP 327 (remove_files) COMPLETE
54372024-12-21T05:07:35.674Z[ recovery-image] Dec 21 05:07:34.926 INFO O| Dec 21 05:07:34.926 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54382024-12-21T05:07:35.713Z[ recovery-image] Dec 21 05:07:34.966 INFO O| Dec 21 05:07:34.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
54392024-12-21T05:07:35.716Z[ recovery-image] Dec 21 05:07:34.966 INFO O| Dec 21 05:07:34.966 INFO STEP 328 (remove_files) COMPLETE
54402024-12-21T05:07:35.716Z[ recovery-image] Dec 21 05:07:34.966 INFO O| Dec 21 05:07:34.966 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54412024-12-21T05:07:35.733Z[ recovery-image] Dec 21 05:07:34.986 INFO O| Dec 21 05:07:34.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
54422024-12-21T05:07:35.736Z[ recovery-image] Dec 21 05:07:34.986 INFO O| Dec 21 05:07:34.986 INFO STEP 329 (remove_files) COMPLETE
54432024-12-21T05:07:35.736Z[ recovery-image] Dec 21 05:07:34.986 INFO O| Dec 21 05:07:34.986 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54442024-12-21T05:07:35.753Z[ recovery-image] Dec 21 05:07:35.006 INFO O| Dec 21 05:07:35.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
54452024-12-21T05:07:35.753Z[ recovery-image] Dec 21 05:07:35.006 INFO O| Dec 21 05:07:35.006 INFO STEP 330 (remove_files) COMPLETE
54462024-12-21T05:07:35.753Z[ recovery-image] Dec 21 05:07:35.006 INFO O| Dec 21 05:07:35.006 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54472024-12-21T05:07:35.771Z[ recovery-image] Dec 21 05:07:35.025 INFO O| Dec 21 05:07:35.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
54482024-12-21T05:07:35.771Z[ recovery-image] Dec 21 05:07:35.025 INFO O| Dec 21 05:07:35.025 INFO STEP 331 (remove_files) COMPLETE
54492024-12-21T05:07:35.771Z[ recovery-image] Dec 21 05:07:35.026 INFO O| Dec 21 05:07:35.025 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54502024-12-21T05:07:35.829Z[ recovery-image] Dec 21 05:07:35.083 INFO O| Dec 21 05:07:35.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
54512024-12-21T05:07:35.829Z[ recovery-image] Dec 21 05:07:35.083 INFO O| Dec 21 05:07:35.083 INFO STEP 332 (remove_files) COMPLETE
54522024-12-21T05:07:35.834Z[ recovery-image] Dec 21 05:07:35.083 INFO O| Dec 21 05:07:35.083 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54532024-12-21T05:07:35.866Z[ recovery-image] Dec 21 05:07:35.117 INFO O| Dec 21 05:07:35.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
54542024-12-21T05:07:35.866Z[ recovery-image] Dec 21 05:07:35.117 INFO O| Dec 21 05:07:35.117 INFO STEP 333 (remove_files) COMPLETE
54552024-12-21T05:07:35.866Z[ recovery-image] Dec 21 05:07:35.117 INFO O| Dec 21 05:07:35.117 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54562024-12-21T05:07:35.900Z[ recovery-image] Dec 21 05:07:35.154 INFO O| Dec 21 05:07:35.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
54572024-12-21T05:07:35.900Z[ recovery-image] Dec 21 05:07:35.154 INFO O| Dec 21 05:07:35.154 INFO STEP 334 (remove_files) COMPLETE
54582024-12-21T05:07:35.900Z[ recovery-image] Dec 21 05:07:35.154 INFO O| Dec 21 05:07:35.154 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54592024-12-21T05:07:35.930Z[ recovery-image] Dec 21 05:07:35.184 INFO O| Dec 21 05:07:35.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
54602024-12-21T05:07:35.930Z[ recovery-image] Dec 21 05:07:35.184 INFO O| Dec 21 05:07:35.184 INFO STEP 335 (remove_files) COMPLETE
54612024-12-21T05:07:35.930Z[ recovery-image] Dec 21 05:07:35.184 INFO O| Dec 21 05:07:35.184 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54622024-12-21T05:07:35.972Z[ recovery-image] Dec 21 05:07:35.226 INFO O| Dec 21 05:07:35.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
54632024-12-21T05:07:35.972Z[ recovery-image] Dec 21 05:07:35.226 INFO O| Dec 21 05:07:35.226 INFO STEP 336 (remove_files) COMPLETE
54642024-12-21T05:07:35.975Z[ recovery-image] Dec 21 05:07:35.226 INFO O| Dec 21 05:07:35.226 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54652024-12-21T05:07:35.988Z[ recovery-image] Dec 21 05:07:35.242 INFO O| Dec 21 05:07:35.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
54662024-12-21T05:07:35.988Z[ recovery-image] Dec 21 05:07:35.242 INFO O| Dec 21 05:07:35.242 INFO STEP 337 (remove_files) COMPLETE
54672024-12-21T05:07:35.991Z[ recovery-image] Dec 21 05:07:35.242 INFO O| Dec 21 05:07:35.242 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54682024-12-21T05:07:36.004Z[ recovery-image] Dec 21 05:07:35.258 INFO O| Dec 21 05:07:35.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
54692024-12-21T05:07:36.004Z[ recovery-image] Dec 21 05:07:35.258 INFO O| Dec 21 05:07:35.258 INFO STEP 338 (remove_files) COMPLETE
54702024-12-21T05:07:36.007Z[ recovery-image] Dec 21 05:07:35.258 INFO O| Dec 21 05:07:35.258 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54712024-12-21T05:07:36.020Z[ recovery-image] Dec 21 05:07:35.274 INFO O| Dec 21 05:07:35.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
54722024-12-21T05:07:36.020Z[ recovery-image] Dec 21 05:07:35.274 INFO O| Dec 21 05:07:35.274 INFO STEP 339 (remove_files) COMPLETE
54732024-12-21T05:07:36.021Z[ recovery-image] Dec 21 05:07:35.274 INFO O| Dec 21 05:07:35.274 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54742024-12-21T05:07:36.050Z[ recovery-image] Dec 21 05:07:35.304 INFO O| Dec 21 05:07:35.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
54752024-12-21T05:07:36.053Z[ recovery-image] Dec 21 05:07:35.304 INFO O| Dec 21 05:07:35.304 INFO STEP 340 (remove_files) COMPLETE
54762024-12-21T05:07:36.053Z[ recovery-image] Dec 21 05:07:35.304 INFO O| Dec 21 05:07:35.304 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54772024-12-21T05:07:36.093Z[ recovery-image] Dec 21 05:07:35.347 INFO O| Dec 21 05:07:35.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
54782024-12-21T05:07:36.096Z[ recovery-image] Dec 21 05:07:35.348 INFO O| Dec 21 05:07:35.347 INFO STEP 341 (remove_files) COMPLETE
54792024-12-21T05:07:36.096Z[ recovery-image] Dec 21 05:07:35.348 INFO O| Dec 21 05:07:35.348 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54802024-12-21T05:07:36.113Z[ recovery-image] Dec 21 05:07:35.367 INFO O| Dec 21 05:07:35.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
54812024-12-21T05:07:36.113Z[ recovery-image] Dec 21 05:07:35.367 INFO O| Dec 21 05:07:35.367 INFO STEP 342 (remove_files) COMPLETE
54822024-12-21T05:07:36.117Z[ recovery-image] Dec 21 05:07:35.367 INFO O| Dec 21 05:07:35.367 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54832024-12-21T05:07:36.140Z[ recovery-image] Dec 21 05:07:35.394 INFO O| Dec 21 05:07:35.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
54842024-12-21T05:07:36.143Z[ recovery-image] Dec 21 05:07:35.394 INFO O| Dec 21 05:07:35.394 INFO STEP 343 (remove_files) COMPLETE
54852024-12-21T05:07:36.143Z[ recovery-image] Dec 21 05:07:35.394 INFO O| Dec 21 05:07:35.394 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54862024-12-21T05:07:36.159Z[ recovery-image] Dec 21 05:07:35.413 INFO O| Dec 21 05:07:35.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
54872024-12-21T05:07:36.162Z[ recovery-image] Dec 21 05:07:35.414 INFO O| Dec 21 05:07:35.414 INFO STEP 344 (remove_files) COMPLETE
54882024-12-21T05:07:36.162Z[ recovery-image] Dec 21 05:07:35.414 INFO O| Dec 21 05:07:35.414 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54892024-12-21T05:07:36.178Z[ recovery-image] Dec 21 05:07:35.432 INFO O| Dec 21 05:07:35.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
54902024-12-21T05:07:36.180Z[ recovery-image] Dec 21 05:07:35.432 INFO O| Dec 21 05:07:35.432 INFO STEP 345 (remove_files) COMPLETE
54912024-12-21T05:07:36.180Z[ recovery-image] Dec 21 05:07:35.432 INFO O| Dec 21 05:07:35.432 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54922024-12-21T05:07:36.206Z[ recovery-image] Dec 21 05:07:35.460 INFO O| Dec 21 05:07:35.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
54932024-12-21T05:07:36.206Z[ recovery-image] Dec 21 05:07:35.460 INFO O| Dec 21 05:07:35.460 INFO STEP 346 (remove_files) COMPLETE
54942024-12-21T05:07:36.209Z[ recovery-image] Dec 21 05:07:35.461 INFO O| Dec 21 05:07:35.460 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54952024-12-21T05:07:36.229Z[ recovery-image] Dec 21 05:07:35.483 INFO O| Dec 21 05:07:35.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
54962024-12-21T05:07:36.232Z[ recovery-image] Dec 21 05:07:35.483 INFO O| Dec 21 05:07:35.483 INFO STEP 347 (remove_files) COMPLETE
54972024-12-21T05:07:36.232Z[ recovery-image] Dec 21 05:07:35.484 INFO O| Dec 21 05:07:35.483 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54982024-12-21T05:07:36.247Z[ recovery-image] Dec 21 05:07:35.500 INFO O| Dec 21 05:07:35.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
54992024-12-21T05:07:36.247Z[ recovery-image] Dec 21 05:07:35.500 INFO O| Dec 21 05:07:35.500 INFO STEP 348 (remove_files) COMPLETE
55002024-12-21T05:07:36.247Z[ recovery-image] Dec 21 05:07:35.501 INFO O| Dec 21 05:07:35.500 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55012024-12-21T05:07:36.263Z[ recovery-image] Dec 21 05:07:35.517 INFO O| Dec 21 05:07:35.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
55022024-12-21T05:07:36.263Z[ recovery-image] Dec 21 05:07:35.517 INFO O| Dec 21 05:07:35.517 INFO STEP 349 (remove_files) COMPLETE
55032024-12-21T05:07:36.266Z[ recovery-image] Dec 21 05:07:35.518 INFO O| Dec 21 05:07:35.517 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55042024-12-21T05:07:36.302Z[ recovery-image] Dec 21 05:07:35.556 INFO O| Dec 21 05:07:35.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
55052024-12-21T05:07:36.302Z[ recovery-image] Dec 21 05:07:35.556 INFO O| Dec 21 05:07:35.556 INFO STEP 350 (remove_files) COMPLETE
55062024-12-21T05:07:36.305Z[ recovery-image] Dec 21 05:07:35.556 INFO O| Dec 21 05:07:35.556 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55072024-12-21T05:07:36.322Z[ recovery-image] Dec 21 05:07:35.576 INFO O| Dec 21 05:07:35.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
55082024-12-21T05:07:36.323Z[ recovery-image] Dec 21 05:07:35.576 INFO O| Dec 21 05:07:35.576 INFO STEP 351 (remove_files) COMPLETE
55092024-12-21T05:07:36.323Z[ recovery-image] Dec 21 05:07:35.576 INFO O| Dec 21 05:07:35.576 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55102024-12-21T05:07:36.360Z[ recovery-image] Dec 21 05:07:35.614 INFO O| Dec 21 05:07:35.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
55112024-12-21T05:07:36.360Z[ recovery-image] Dec 21 05:07:35.614 INFO O| Dec 21 05:07:35.614 INFO STEP 352 (remove_files) COMPLETE
55122024-12-21T05:07:36.360Z[ recovery-image] Dec 21 05:07:35.614 INFO O| Dec 21 05:07:35.614 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55132024-12-21T05:07:36.381Z[ recovery-image] Dec 21 05:07:35.635 INFO O| Dec 21 05:07:35.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
55142024-12-21T05:07:36.381Z[ recovery-image] Dec 21 05:07:35.635 INFO O| Dec 21 05:07:35.635 INFO STEP 353 (remove_files) COMPLETE
55152024-12-21T05:07:36.382Z[ recovery-image] Dec 21 05:07:35.635 INFO O| Dec 21 05:07:35.635 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55162024-12-21T05:07:36.419Z[ recovery-image] Dec 21 05:07:35.669 INFO O| Dec 21 05:07:35.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
55172024-12-21T05:07:36.419Z[ recovery-image] Dec 21 05:07:35.669 INFO O| Dec 21 05:07:35.669 INFO STEP 354 (remove_files) COMPLETE
55182024-12-21T05:07:36.419Z[ recovery-image] Dec 21 05:07:35.669 INFO O| Dec 21 05:07:35.669 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55192024-12-21T05:07:36.437Z[ recovery-image] Dec 21 05:07:35.691 INFO O| Dec 21 05:07:35.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
55202024-12-21T05:07:36.437Z[ recovery-image] Dec 21 05:07:35.691 INFO O| Dec 21 05:07:35.691 INFO STEP 355 (remove_files) COMPLETE
55212024-12-21T05:07:36.440Z[ recovery-image] Dec 21 05:07:35.691 INFO O| Dec 21 05:07:35.691 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55222024-12-21T05:07:36.469Z[ recovery-image] Dec 21 05:07:35.723 INFO O| Dec 21 05:07:35.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
55232024-12-21T05:07:36.469Z[ recovery-image] Dec 21 05:07:35.723 INFO O| Dec 21 05:07:35.723 INFO STEP 356 (remove_files) COMPLETE
55242024-12-21T05:07:36.470Z[ recovery-image] Dec 21 05:07:35.723 INFO O| Dec 21 05:07:35.723 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55252024-12-21T05:07:36.493Z[ recovery-image] Dec 21 05:07:35.747 INFO O| Dec 21 05:07:35.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
55262024-12-21T05:07:36.493Z[ recovery-image] Dec 21 05:07:35.747 INFO O| Dec 21 05:07:35.747 INFO STEP 357 (remove_files) COMPLETE
55272024-12-21T05:07:36.493Z[ recovery-image] Dec 21 05:07:35.747 INFO O| Dec 21 05:07:35.747 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55282024-12-21T05:07:36.515Z[ recovery-image] Dec 21 05:07:35.768 INFO O| Dec 21 05:07:35.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
55292024-12-21T05:07:36.518Z[ recovery-image] Dec 21 05:07:35.768 INFO O| Dec 21 05:07:35.768 INFO STEP 358 (remove_files) COMPLETE
55302024-12-21T05:07:36.518Z[ recovery-image] Dec 21 05:07:35.768 INFO O| Dec 21 05:07:35.768 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55312024-12-21T05:07:36.564Z[ recovery-image] Dec 21 05:07:35.818 INFO O| Dec 21 05:07:35.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
55322024-12-21T05:07:36.564Z[ recovery-image] Dec 21 05:07:35.818 INFO O| Dec 21 05:07:35.818 INFO STEP 359 (remove_files) COMPLETE
55332024-12-21T05:07:36.567Z[ recovery-image] Dec 21 05:07:35.818 INFO O| Dec 21 05:07:35.818 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55342024-12-21T05:07:36.624Z[ recovery-image] Dec 21 05:07:35.878 INFO O| Dec 21 05:07:35.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
55352024-12-21T05:07:36.624Z[ recovery-image] Dec 21 05:07:35.878 INFO O| Dec 21 05:07:35.878 INFO STEP 360 (remove_files) COMPLETE
55362024-12-21T05:07:36.624Z[ recovery-image] Dec 21 05:07:35.878 INFO O| Dec 21 05:07:35.878 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55372024-12-21T05:07:36.649Z[ recovery-image] Dec 21 05:07:35.903 INFO O| Dec 21 05:07:35.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
55382024-12-21T05:07:36.649Z[ recovery-image] Dec 21 05:07:35.903 INFO O| Dec 21 05:07:35.903 INFO STEP 361 (remove_files) COMPLETE
55392024-12-21T05:07:36.649Z[ recovery-image] Dec 21 05:07:35.903 INFO O| Dec 21 05:07:35.903 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55402024-12-21T05:07:36.683Z[ recovery-image] Dec 21 05:07:35.936 INFO O| Dec 21 05:07:35.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
55412024-12-21T05:07:36.683Z[ recovery-image] Dec 21 05:07:35.936 INFO O| Dec 21 05:07:35.936 INFO STEP 362 (remove_files) COMPLETE
55422024-12-21T05:07:36.683Z[ recovery-image] Dec 21 05:07:35.936 INFO O| Dec 21 05:07:35.936 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55432024-12-21T05:07:36.702Z[ recovery-image] Dec 21 05:07:35.956 INFO O| Dec 21 05:07:35.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
55442024-12-21T05:07:36.705Z[ recovery-image] Dec 21 05:07:35.956 INFO O| Dec 21 05:07:35.956 INFO STEP 363 (remove_files) COMPLETE
55452024-12-21T05:07:36.705Z[ recovery-image] Dec 21 05:07:35.957 INFO O| Dec 21 05:07:35.956 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55462024-12-21T05:07:36.745Z[ recovery-image] Dec 21 05:07:35.997 INFO O| Dec 21 05:07:35.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
55472024-12-21T05:07:36.748Z[ recovery-image] Dec 21 05:07:35.997 INFO O| Dec 21 05:07:35.997 INFO STEP 364 (remove_files) COMPLETE
55482024-12-21T05:07:36.748Z[ recovery-image] Dec 21 05:07:35.997 INFO O| Dec 21 05:07:35.997 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55492024-12-21T05:07:36.763Z[ recovery-image] Dec 21 05:07:36.016 INFO O| Dec 21 05:07:36.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
55502024-12-21T05:07:36.768Z[ recovery-image] Dec 21 05:07:36.017 INFO O| Dec 21 05:07:36.017 INFO STEP 365 (remove_files) COMPLETE
55512024-12-21T05:07:36.768Z[ recovery-image] Dec 21 05:07:36.017 INFO O| Dec 21 05:07:36.017 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55522024-12-21T05:07:36.785Z[ recovery-image] Dec 21 05:07:36.038 INFO O| Dec 21 05:07:36.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
55532024-12-21T05:07:36.789Z[ recovery-image] Dec 21 05:07:36.038 INFO O| Dec 21 05:07:36.038 INFO STEP 366 (remove_files) COMPLETE
55542024-12-21T05:07:36.789Z[ recovery-image] Dec 21 05:07:36.038 INFO O| Dec 21 05:07:36.038 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55552024-12-21T05:07:36.819Z[ recovery-image] Dec 21 05:07:36.073 INFO O| Dec 21 05:07:36.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
55562024-12-21T05:07:36.819Z[ recovery-image] Dec 21 05:07:36.073 INFO O| Dec 21 05:07:36.073 INFO STEP 367 (remove_files) COMPLETE
55572024-12-21T05:07:36.819Z[ recovery-image] Dec 21 05:07:36.073 INFO O| Dec 21 05:07:36.073 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55582024-12-21T05:07:36.881Z[ recovery-image] Dec 21 05:07:36.135 INFO O| Dec 21 05:07:36.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
55592024-12-21T05:07:36.881Z[ recovery-image] Dec 21 05:07:36.135 INFO O| Dec 21 05:07:36.135 INFO STEP 368 (remove_files) COMPLETE
55602024-12-21T05:07:36.881Z[ recovery-image] Dec 21 05:07:36.135 INFO O| Dec 21 05:07:36.135 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55612024-12-21T05:07:36.900Z[ recovery-image] Dec 21 05:07:36.153 INFO O| Dec 21 05:07:36.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
55622024-12-21T05:07:36.900Z[ recovery-image] Dec 21 05:07:36.153 INFO O| Dec 21 05:07:36.153 INFO STEP 369 (remove_files) COMPLETE
55632024-12-21T05:07:36.900Z[ recovery-image] Dec 21 05:07:36.153 INFO O| Dec 21 05:07:36.153 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55642024-12-21T05:07:36.933Z[ recovery-image] Dec 21 05:07:36.187 INFO O| Dec 21 05:07:36.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
55652024-12-21T05:07:36.933Z[ recovery-image] Dec 21 05:07:36.187 INFO O| Dec 21 05:07:36.187 INFO STEP 370 (remove_files) COMPLETE
55662024-12-21T05:07:36.936Z[ recovery-image] Dec 21 05:07:36.188 INFO O| Dec 21 05:07:36.187 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55672024-12-21T05:07:36.991Z[ recovery-image] Dec 21 05:07:36.245 INFO O| Dec 21 05:07:36.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
55682024-12-21T05:07:36.991Z[ recovery-image] Dec 21 05:07:36.245 INFO O| Dec 21 05:07:36.245 INFO STEP 371 (remove_files) COMPLETE
55692024-12-21T05:07:36.994Z[ recovery-image] Dec 21 05:07:36.245 INFO O| Dec 21 05:07:36.245 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55702024-12-21T05:07:37.019Z[ recovery-image] Dec 21 05:07:36.273 INFO O| Dec 21 05:07:36.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
55712024-12-21T05:07:37.022Z[ recovery-image] Dec 21 05:07:36.273 INFO O| Dec 21 05:07:36.273 INFO STEP 372 (remove_files) COMPLETE
55722024-12-21T05:07:37.022Z[ recovery-image] Dec 21 05:07:36.273 INFO O| Dec 21 05:07:36.273 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55732024-12-21T05:07:37.038Z[ host-image] Dec 21 05:07:36.292 INFO O| Dec 21 05:07:36.292 INFO O| Planning: Solver setup ... Done
55742024-12-21T05:07:37.045Z[ host-image] Dec 21 05:07:36.300 INFO O| Dec 21 05:07:36.299 INFO O| Planning: Running solver ... Done
55752024-12-21T05:07:37.053Z[ recovery-image] Dec 21 05:07:36.307 INFO O| Dec 21 05:07:36.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
55762024-12-21T05:07:37.053Z[ recovery-image] Dec 21 05:07:36.307 INFO O| Dec 21 05:07:36.307 INFO STEP 373 (remove_files) COMPLETE
55772024-12-21T05:07:37.055Z[ recovery-image] Dec 21 05:07:36.307 INFO O| Dec 21 05:07:36.307 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55782024-12-21T05:07:37.073Z[ recovery-image] Dec 21 05:07:36.326 INFO O| Dec 21 05:07:36.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
55792024-12-21T05:07:37.073Z[ recovery-image] Dec 21 05:07:36.326 INFO O| Dec 21 05:07:36.326 INFO STEP 374 (remove_files) COMPLETE
55802024-12-21T05:07:37.073Z[ recovery-image] Dec 21 05:07:36.326 INFO O| Dec 21 05:07:36.326 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55812024-12-21T05:07:37.090Z[ recovery-image] Dec 21 05:07:36.344 INFO O| Dec 21 05:07:36.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
55822024-12-21T05:07:37.090Z[ recovery-image] Dec 21 05:07:36.344 INFO O| Dec 21 05:07:36.344 INFO STEP 375 (remove_files) COMPLETE
55832024-12-21T05:07:37.090Z[ recovery-image] Dec 21 05:07:36.344 INFO O| Dec 21 05:07:36.344 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55842024-12-21T05:07:37.109Z[ recovery-image] Dec 21 05:07:36.363 INFO O| Dec 21 05:07:36.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
55852024-12-21T05:07:37.109Z[ recovery-image] Dec 21 05:07:36.363 INFO O| Dec 21 05:07:36.363 INFO STEP 376 (remove_files) COMPLETE
55862024-12-21T05:07:37.109Z[ recovery-image] Dec 21 05:07:36.364 INFO O| Dec 21 05:07:36.363 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55872024-12-21T05:07:37.137Z[ recovery-image] Dec 21 05:07:36.390 INFO O| Dec 21 05:07:36.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
55882024-12-21T05:07:37.141Z[ recovery-image] Dec 21 05:07:36.390 INFO O| Dec 21 05:07:36.390 INFO STEP 377 (remove_files) COMPLETE
55892024-12-21T05:07:37.141Z[ recovery-image] Dec 21 05:07:36.390 INFO O| Dec 21 05:07:36.390 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55902024-12-21T05:07:37.145Z[ host-image] Dec 21 05:07:36.396 INFO O| Dec 21 05:07:36.396 INFO O| Planning: Finding local manifests ... Done
55912024-12-21T05:07:37.146Z[ host-image] Dec 21 05:07:36.397 INFO O| Dec 21 05:07:36.397 INFO O| Planning: Fetching manifests: 0/1 0% complete
55922024-12-21T05:07:37.162Z[ recovery-image] Dec 21 05:07:36.416 INFO O| Dec 21 05:07:36.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
55932024-12-21T05:07:37.162Z[ recovery-image] Dec 21 05:07:36.416 INFO O| Dec 21 05:07:36.416 INFO STEP 378 (remove_files) COMPLETE
55942024-12-21T05:07:37.162Z[ recovery-image] Dec 21 05:07:36.416 INFO O| Dec 21 05:07:36.416 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55952024-12-21T05:07:37.181Z[ recovery-image] Dec 21 05:07:36.435 INFO O| Dec 21 05:07:36.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
55962024-12-21T05:07:37.205Z[ recovery-image] Dec 21 05:07:36.459 INFO O| Dec 21 05:07:36.459 INFO STEP 379 (remove_files) COMPLETE
55972024-12-21T05:07:37.205Z[ recovery-image] Dec 21 05:07:36.459 INFO O| Dec 21 05:07:36.459 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55982024-12-21T05:07:37.238Z[ recovery-image] Dec 21 05:07:36.492 INFO O| Dec 21 05:07:36.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
55992024-12-21T05:07:37.238Z[ recovery-image] Dec 21 05:07:36.492 INFO O| Dec 21 05:07:36.492 INFO STEP 380 (remove_files) COMPLETE
56002024-12-21T05:07:37.241Z[ recovery-image] Dec 21 05:07:36.492 INFO O| Dec 21 05:07:36.492 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56012024-12-21T05:07:37.299Z[ recovery-image] Dec 21 05:07:36.553 INFO O| Dec 21 05:07:36.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
56022024-12-21T05:07:37.301Z[ recovery-image] Dec 21 05:07:36.553 INFO O| Dec 21 05:07:36.553 INFO STEP 381 (remove_files) COMPLETE
56032024-12-21T05:07:37.301Z[ recovery-image] Dec 21 05:07:36.553 INFO O| Dec 21 05:07:36.553 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56042024-12-21T05:07:37.318Z[ recovery-image] Dec 21 05:07:36.572 INFO O| Dec 21 05:07:36.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
56052024-12-21T05:07:37.318Z[ recovery-image] Dec 21 05:07:36.573 INFO O| Dec 21 05:07:36.573 INFO STEP 382 (remove_files) COMPLETE
56062024-12-21T05:07:37.322Z[ recovery-image] Dec 21 05:07:36.573 INFO O| Dec 21 05:07:36.573 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56072024-12-21T05:07:37.337Z[ host-image] Dec 21 05:07:36.592 INFO O| Dec 21 05:07:36.592 INFO O| Planning: Fetching manifests: 1/1 100% complete
56082024-12-21T05:07:37.349Z[ recovery-image] Dec 21 05:07:36.603 INFO O| Dec 21 05:07:36.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
56092024-12-21T05:07:37.349Z[ recovery-image] Dec 21 05:07:36.603 INFO O| Dec 21 05:07:36.603 INFO STEP 383 (remove_files) COMPLETE
56102024-12-21T05:07:37.349Z[ recovery-image] Dec 21 05:07:36.603 INFO O| Dec 21 05:07:36.603 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56112024-12-21T05:07:37.368Z[ host-image] Dec 21 05:07:36.622 INFO O| Dec 21 05:07:36.622 INFO O| Planning: Package planning ... Done
56122024-12-21T05:07:37.372Z[ host-image] Dec 21 05:07:36.623 INFO O| Dec 21 05:07:36.623 INFO O| Planning: Merging actions ... Done
56132024-12-21T05:07:37.411Z[ recovery-image] Dec 21 05:07:36.665 INFO O| Dec 21 05:07:36.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
56142024-12-21T05:07:37.412Z[ recovery-image] Dec 21 05:07:36.665 INFO O| Dec 21 05:07:36.665 INFO STEP 384 (remove_files) COMPLETE
56152024-12-21T05:07:37.412Z[ recovery-image] Dec 21 05:07:36.665 INFO O| Dec 21 05:07:36.665 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56162024-12-21T05:07:37.447Z[ recovery-image] Dec 21 05:07:36.700 INFO O| Dec 21 05:07:36.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
56172024-12-21T05:07:37.447Z[ recovery-image] Dec 21 05:07:36.700 INFO O| Dec 21 05:07:36.700 INFO STEP 385 (remove_files) COMPLETE
56182024-12-21T05:07:37.447Z[ recovery-image] Dec 21 05:07:36.700 INFO O| Dec 21 05:07:36.700 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56192024-12-21T05:07:37.465Z[ recovery-image] Dec 21 05:07:36.719 INFO O| Dec 21 05:07:36.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
56202024-12-21T05:07:37.466Z[ recovery-image] Dec 21 05:07:36.719 INFO O| Dec 21 05:07:36.719 INFO STEP 386 (remove_files) COMPLETE
56212024-12-21T05:07:37.466Z[ recovery-image] Dec 21 05:07:36.719 INFO O| Dec 21 05:07:36.719 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56222024-12-21T05:07:37.483Z[ recovery-image] Dec 21 05:07:36.737 INFO O| Dec 21 05:07:36.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
56232024-12-21T05:07:37.483Z[ recovery-image] Dec 21 05:07:36.737 INFO O| Dec 21 05:07:36.737 INFO STEP 387 (remove_files) COMPLETE
56242024-12-21T05:07:37.483Z[ recovery-image] Dec 21 05:07:36.737 INFO O| Dec 21 05:07:36.737 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56252024-12-21T05:07:37.502Z[ recovery-image] Dec 21 05:07:36.756 INFO O| Dec 21 05:07:36.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
56262024-12-21T05:07:37.502Z[ recovery-image] Dec 21 05:07:36.756 INFO O| Dec 21 05:07:36.756 INFO STEP 388 (remove_files) COMPLETE
56272024-12-21T05:07:37.502Z[ recovery-image] Dec 21 05:07:36.756 INFO O| Dec 21 05:07:36.756 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56282024-12-21T05:07:37.541Z[ recovery-image] Dec 21 05:07:36.793 INFO O| Dec 21 05:07:36.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
56292024-12-21T05:07:37.541Z[ recovery-image] Dec 21 05:07:36.793 INFO O| Dec 21 05:07:36.793 INFO STEP 389 (remove_files) COMPLETE
56302024-12-21T05:07:37.541Z[ recovery-image] Dec 21 05:07:36.793 INFO O| Dec 21 05:07:36.793 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56312024-12-21T05:07:37.546Z[ host-image] Dec 21 05:07:36.798 INFO O| Dec 21 05:07:36.798 INFO O| Planning: Checking for conflicting actions ... Done
56322024-12-21T05:07:37.549Z[ host-image] Dec 21 05:07:36.799 INFO O| Dec 21 05:07:36.799 INFO O| Planning: Consolidating action changes ... Done
56332024-12-21T05:07:37.595Z[ recovery-image] Dec 21 05:07:36.849 INFO O| Dec 21 05:07:36.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
56342024-12-21T05:07:37.599Z[ recovery-image] Dec 21 05:07:36.849 INFO O| Dec 21 05:07:36.849 INFO STEP 390 (remove_files) COMPLETE
56352024-12-21T05:07:37.599Z[ recovery-image] Dec 21 05:07:36.849 INFO O| Dec 21 05:07:36.849 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56362024-12-21T05:07:37.640Z[ recovery-image] Dec 21 05:07:36.893 INFO O| Dec 21 05:07:36.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
56372024-12-21T05:07:37.640Z[ recovery-image] Dec 21 05:07:36.893 INFO O| Dec 21 05:07:36.893 INFO STEP 391 (remove_files) COMPLETE
56382024-12-21T05:07:37.640Z[ recovery-image] Dec 21 05:07:36.893 INFO O| Dec 21 05:07:36.893 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56392024-12-21T05:07:37.693Z[ recovery-image] Dec 21 05:07:36.948 INFO O| Dec 21 05:07:36.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
56402024-12-21T05:07:37.696Z[ recovery-image] Dec 21 05:07:36.948 INFO O| Dec 21 05:07:36.948 INFO STEP 392 (remove_files) COMPLETE
56412024-12-21T05:07:37.696Z[ recovery-image] Dec 21 05:07:36.948 INFO O| Dec 21 05:07:36.948 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56422024-12-21T05:07:37.760Z[ recovery-image] Dec 21 05:07:37.012 INFO O| Dec 21 05:07:37.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
56432024-12-21T05:07:37.763Z[ recovery-image] Dec 21 05:07:37.012 INFO O| Dec 21 05:07:37.012 INFO STEP 393 (remove_files) COMPLETE
56442024-12-21T05:07:37.763Z[ recovery-image] Dec 21 05:07:37.012 INFO O| Dec 21 05:07:37.012 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56452024-12-21T05:07:37.779Z[ recovery-image] Dec 21 05:07:37.033 INFO O| Dec 21 05:07:37.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
56462024-12-21T05:07:37.782Z[ recovery-image] Dec 21 05:07:37.034 INFO O| Dec 21 05:07:37.034 INFO STEP 394 (remove_files) COMPLETE
56472024-12-21T05:07:37.782Z[ recovery-image] Dec 21 05:07:37.034 INFO O| Dec 21 05:07:37.034 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56482024-12-21T05:07:37.798Z[ recovery-image] Dec 21 05:07:37.052 INFO O| Dec 21 05:07:37.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
56492024-12-21T05:07:37.801Z[ recovery-image] Dec 21 05:07:37.052 INFO O| Dec 21 05:07:37.052 INFO STEP 395 (remove_files) COMPLETE
56502024-12-21T05:07:37.801Z[ recovery-image] Dec 21 05:07:37.053 INFO O| Dec 21 05:07:37.052 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56512024-12-21T05:07:37.816Z[ recovery-image] Dec 21 05:07:37.071 INFO O| Dec 21 05:07:37.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
56522024-12-21T05:07:37.821Z[ recovery-image] Dec 21 05:07:37.071 INFO O| Dec 21 05:07:37.071 INFO STEP 396 (remove_files) COMPLETE
56532024-12-21T05:07:37.821Z[ recovery-image] Dec 21 05:07:37.071 INFO O| Dec 21 05:07:37.071 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56542024-12-21T05:07:37.851Z[ recovery-image] Dec 21 05:07:37.104 INFO O| Dec 21 05:07:37.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
56552024-12-21T05:07:37.851Z[ recovery-image] Dec 21 05:07:37.104 INFO O| Dec 21 05:07:37.104 INFO STEP 397 (remove_files) COMPLETE
56562024-12-21T05:07:37.851Z[ recovery-image] Dec 21 05:07:37.104 INFO O| Dec 21 05:07:37.104 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56572024-12-21T05:07:37.898Z[ recovery-image] Dec 21 05:07:37.152 INFO O| Dec 21 05:07:37.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
56582024-12-21T05:07:37.901Z[ recovery-image] Dec 21 05:07:37.153 INFO O| Dec 21 05:07:37.153 INFO STEP 398 (remove_files) COMPLETE
56592024-12-21T05:07:37.901Z[ recovery-image] Dec 21 05:07:37.153 INFO O| Dec 21 05:07:37.153 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56602024-12-21T05:07:37.917Z[ recovery-image] Dec 21 05:07:37.171 INFO O| Dec 21 05:07:37.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
56612024-12-21T05:07:37.917Z[ recovery-image] Dec 21 05:07:37.171 INFO O| Dec 21 05:07:37.171 INFO STEP 399 (remove_files) COMPLETE
56622024-12-21T05:07:37.917Z[ recovery-image] Dec 21 05:07:37.171 INFO O| Dec 21 05:07:37.171 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56632024-12-21T05:07:37.954Z[ recovery-image] Dec 21 05:07:37.208 INFO O| Dec 21 05:07:37.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
56642024-12-21T05:07:37.954Z[ recovery-image] Dec 21 05:07:37.208 INFO O| Dec 21 05:07:37.208 INFO STEP 400 (remove_files) COMPLETE
56652024-12-21T05:07:37.958Z[ recovery-image] Dec 21 05:07:37.208 INFO O| Dec 21 05:07:37.208 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56662024-12-21T05:07:37.973Z[ recovery-image] Dec 21 05:07:37.227 INFO O| Dec 21 05:07:37.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
56672024-12-21T05:07:37.973Z[ recovery-image] Dec 21 05:07:37.227 INFO O| Dec 21 05:07:37.227 INFO STEP 401 (remove_files) COMPLETE
56682024-12-21T05:07:37.976Z[ recovery-image] Dec 21 05:07:37.227 INFO O| Dec 21 05:07:37.227 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56692024-12-21T05:07:37.978Z[ host-image] Dec 21 05:07:37.232 INFO O| Dec 21 05:07:37.232 INFO O| Planning: Evaluating mediators ... Done
56702024-12-21T05:07:37.979Z[ host-image] Dec 21 05:07:37.233 INFO O| Dec 21 05:07:37.233 INFO O| Planning: Planning completed in 5.18 seconds
56712024-12-21T05:07:37.981Z[ host-image] Dec 21 05:07:37.235 INFO O| Dec 21 05:07:37.235 INFO O| Packages to install: 1
56722024-12-21T05:07:37.994Z[ recovery-image] Dec 21 05:07:37.245 INFO O| Dec 21 05:07:37.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
56732024-12-21T05:07:37.994Z[ recovery-image] Dec 21 05:07:37.245 INFO O| Dec 21 05:07:37.245 INFO STEP 402 (remove_files) COMPLETE
56742024-12-21T05:07:37.995Z[ recovery-image] Dec 21 05:07:37.245 INFO O| Dec 21 05:07:37.245 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56752024-12-21T05:07:38.003Z[ host-image] Dec 21 05:07:37.256 INFO O| Dec 21 05:07:37.256 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
56762024-12-21T05:07:38.020Z[ recovery-image] Dec 21 05:07:37.274 INFO O| Dec 21 05:07:37.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
56772024-12-21T05:07:38.020Z[ recovery-image] Dec 21 05:07:37.274 INFO O| Dec 21 05:07:37.274 INFO STEP 403 (remove_files) COMPLETE
56782024-12-21T05:07:38.022Z[ recovery-image] Dec 21 05:07:37.274 INFO O| Dec 21 05:07:37.274 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56792024-12-21T05:07:38.060Z[ recovery-image] Dec 21 05:07:37.314 INFO O| Dec 21 05:07:37.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
56802024-12-21T05:07:38.060Z[ recovery-image] Dec 21 05:07:37.314 INFO O| Dec 21 05:07:37.314 INFO STEP 404 (remove_files) COMPLETE
56812024-12-21T05:07:38.060Z[ recovery-image] Dec 21 05:07:37.314 INFO O| Dec 21 05:07:37.314 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56822024-12-21T05:07:38.080Z[ recovery-image] Dec 21 05:07:37.335 INFO O| Dec 21 05:07:37.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
56832024-12-21T05:07:38.080Z[ recovery-image] Dec 21 05:07:37.335 INFO O| Dec 21 05:07:37.335 INFO STEP 405 (remove_files) COMPLETE
56842024-12-21T05:07:38.083Z[ recovery-image] Dec 21 05:07:37.335 INFO O| Dec 21 05:07:37.335 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56852024-12-21T05:07:38.101Z[ recovery-image] Dec 21 05:07:37.355 INFO O| Dec 21 05:07:37.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
56862024-12-21T05:07:38.101Z[ recovery-image] Dec 21 05:07:37.355 INFO O| Dec 21 05:07:37.355 INFO STEP 406 (remove_files) COMPLETE
56872024-12-21T05:07:38.101Z[ recovery-image] Dec 21 05:07:37.355 INFO O| Dec 21 05:07:37.355 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56882024-12-21T05:07:38.121Z[ recovery-image] Dec 21 05:07:37.375 INFO O| Dec 21 05:07:37.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
56892024-12-21T05:07:38.121Z[ recovery-image] Dec 21 05:07:37.375 INFO O| Dec 21 05:07:37.375 INFO STEP 407 (remove_files) COMPLETE
56902024-12-21T05:07:38.121Z[ recovery-image] Dec 21 05:07:37.375 INFO O| Dec 21 05:07:37.375 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56912024-12-21T05:07:38.140Z[ recovery-image] Dec 21 05:07:37.394 INFO O| Dec 21 05:07:37.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
56922024-12-21T05:07:38.140Z[ recovery-image] Dec 21 05:07:37.394 INFO O| Dec 21 05:07:37.394 INFO STEP 408 (remove_files) COMPLETE
56932024-12-21T05:07:38.140Z[ recovery-image] Dec 21 05:07:37.395 INFO O| Dec 21 05:07:37.394 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56942024-12-21T05:07:38.157Z[ recovery-image] Dec 21 05:07:37.412 INFO O| Dec 21 05:07:37.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
56952024-12-21T05:07:38.157Z[ recovery-image] Dec 21 05:07:37.412 INFO O| Dec 21 05:07:37.412 INFO STEP 409 (remove_files) COMPLETE
56962024-12-21T05:07:38.157Z[ recovery-image] Dec 21 05:07:37.412 INFO O| Dec 21 05:07:37.412 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56972024-12-21T05:07:38.179Z[ recovery-image] Dec 21 05:07:37.432 INFO O| Dec 21 05:07:37.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
56982024-12-21T05:07:38.179Z[ recovery-image] Dec 21 05:07:37.432 INFO O| Dec 21 05:07:37.432 INFO STEP 410 (remove_files) COMPLETE
56992024-12-21T05:07:38.182Z[ recovery-image] Dec 21 05:07:37.432 INFO O| Dec 21 05:07:37.432 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57002024-12-21T05:07:38.209Z[ recovery-image] Dec 21 05:07:37.463 INFO O| Dec 21 05:07:37.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
57012024-12-21T05:07:38.209Z[ recovery-image] Dec 21 05:07:37.463 INFO O| Dec 21 05:07:37.463 INFO STEP 411 (remove_files) COMPLETE
57022024-12-21T05:07:38.209Z[ recovery-image] Dec 21 05:07:37.463 INFO O| Dec 21 05:07:37.463 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57032024-12-21T05:07:38.227Z[ recovery-image] Dec 21 05:07:37.481 INFO O| Dec 21 05:07:37.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
57042024-12-21T05:07:38.255Z[ recovery-image] Dec 21 05:07:37.509 INFO O| Dec 21 05:07:37.509 INFO STEP 412 (remove_files) COMPLETE
57052024-12-21T05:07:38.255Z[ recovery-image] Dec 21 05:07:37.509 INFO O| Dec 21 05:07:37.509 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57062024-12-21T05:07:38.317Z[ recovery-image] Dec 21 05:07:37.570 INFO O| Dec 21 05:07:37.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
57072024-12-21T05:07:38.317Z[ recovery-image] Dec 21 05:07:37.570 INFO O| Dec 21 05:07:37.570 INFO STEP 413 (remove_files) COMPLETE
57082024-12-21T05:07:38.320Z[ recovery-image] Dec 21 05:07:37.570 INFO O| Dec 21 05:07:37.570 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57092024-12-21T05:07:38.378Z[ recovery-image] Dec 21 05:07:37.632 INFO O| Dec 21 05:07:37.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
57102024-12-21T05:07:38.378Z[ recovery-image] Dec 21 05:07:37.632 INFO O| Dec 21 05:07:37.632 INFO STEP 414 (remove_files) COMPLETE
57112024-12-21T05:07:38.378Z[ recovery-image] Dec 21 05:07:37.632 INFO O| Dec 21 05:07:37.632 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57122024-12-21T05:07:38.396Z[ recovery-image] Dec 21 05:07:37.650 INFO O| Dec 21 05:07:37.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
57132024-12-21T05:07:38.396Z[ recovery-image] Dec 21 05:07:37.650 INFO O| Dec 21 05:07:37.650 INFO STEP 415 (remove_files) COMPLETE
57142024-12-21T05:07:38.398Z[ recovery-image] Dec 21 05:07:37.651 INFO O| Dec 21 05:07:37.650 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57152024-12-21T05:07:38.415Z[ recovery-image] Dec 21 05:07:37.669 INFO O| Dec 21 05:07:37.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
57162024-12-21T05:07:38.415Z[ recovery-image] Dec 21 05:07:37.670 INFO O| Dec 21 05:07:37.670 INFO STEP 416 (remove_files) COMPLETE
57172024-12-21T05:07:38.418Z[ recovery-image] Dec 21 05:07:37.670 INFO O| Dec 21 05:07:37.670 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57182024-12-21T05:07:38.435Z[ recovery-image] Dec 21 05:07:37.689 INFO O| Dec 21 05:07:37.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
57192024-12-21T05:07:38.435Z[ recovery-image] Dec 21 05:07:37.689 INFO O| Dec 21 05:07:37.689 INFO STEP 417 (remove_files) COMPLETE
57202024-12-21T05:07:38.437Z[ recovery-image] Dec 21 05:07:37.689 INFO O| Dec 21 05:07:37.689 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57212024-12-21T05:07:38.454Z[ recovery-image] Dec 21 05:07:37.708 INFO O| Dec 21 05:07:37.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
57222024-12-21T05:07:38.454Z[ recovery-image] Dec 21 05:07:37.708 INFO O| Dec 21 05:07:37.708 INFO STEP 418 (remove_files) COMPLETE
57232024-12-21T05:07:38.457Z[ recovery-image] Dec 21 05:07:37.708 INFO O| Dec 21 05:07:37.708 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57242024-12-21T05:07:38.473Z[ recovery-image] Dec 21 05:07:37.728 INFO O| Dec 21 05:07:37.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
57252024-12-21T05:07:38.473Z[ recovery-image] Dec 21 05:07:37.728 INFO O| Dec 21 05:07:37.728 INFO STEP 419 (remove_files) COMPLETE
57262024-12-21T05:07:38.473Z[ recovery-image] Dec 21 05:07:37.728 INFO O| Dec 21 05:07:37.728 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57272024-12-21T05:07:38.492Z[ recovery-image] Dec 21 05:07:37.747 INFO O| Dec 21 05:07:37.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
57282024-12-21T05:07:38.492Z[ recovery-image] Dec 21 05:07:37.747 INFO O| Dec 21 05:07:37.747 INFO STEP 420 (remove_files) COMPLETE
57292024-12-21T05:07:38.492Z[ recovery-image] Dec 21 05:07:37.747 INFO O| Dec 21 05:07:37.747 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57302024-12-21T05:07:38.512Z[ recovery-image] Dec 21 05:07:37.767 INFO O| Dec 21 05:07:37.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
57312024-12-21T05:07:38.512Z[ recovery-image] Dec 21 05:07:37.767 INFO O| Dec 21 05:07:37.767 INFO STEP 421 (remove_files) COMPLETE
57322024-12-21T05:07:38.512Z[ recovery-image] Dec 21 05:07:37.767 INFO O| Dec 21 05:07:37.767 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57332024-12-21T05:07:38.533Z[ recovery-image] Dec 21 05:07:37.787 INFO O| Dec 21 05:07:37.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
57342024-12-21T05:07:38.533Z[ recovery-image] Dec 21 05:07:37.787 INFO O| Dec 21 05:07:37.787 INFO STEP 422 (remove_files) COMPLETE
57352024-12-21T05:07:38.535Z[ recovery-image] Dec 21 05:07:37.787 INFO O| Dec 21 05:07:37.787 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57362024-12-21T05:07:38.554Z[ recovery-image] Dec 21 05:07:37.808 INFO O| Dec 21 05:07:37.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
57372024-12-21T05:07:38.554Z[ recovery-image] Dec 21 05:07:37.808 INFO O| Dec 21 05:07:37.808 INFO STEP 423 (remove_files) COMPLETE
57382024-12-21T05:07:38.554Z[ recovery-image] Dec 21 05:07:37.808 INFO O| Dec 21 05:07:37.808 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57392024-12-21T05:07:38.573Z[ recovery-image] Dec 21 05:07:37.827 INFO O| Dec 21 05:07:37.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
57402024-12-21T05:07:38.573Z[ recovery-image] Dec 21 05:07:37.827 INFO O| Dec 21 05:07:37.827 INFO STEP 424 (remove_files) COMPLETE
57412024-12-21T05:07:38.575Z[ recovery-image] Dec 21 05:07:37.827 INFO O| Dec 21 05:07:37.827 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57422024-12-21T05:07:38.594Z[ recovery-image] Dec 21 05:07:37.848 INFO O| Dec 21 05:07:37.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
57432024-12-21T05:07:38.594Z[ recovery-image] Dec 21 05:07:37.848 INFO O| Dec 21 05:07:37.848 INFO STEP 425 (remove_files) COMPLETE
57442024-12-21T05:07:38.594Z[ recovery-image] Dec 21 05:07:37.848 INFO O| Dec 21 05:07:37.848 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57452024-12-21T05:07:38.656Z[ recovery-image] Dec 21 05:07:37.911 INFO O| Dec 21 05:07:37.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
57462024-12-21T05:07:38.656Z[ recovery-image] Dec 21 05:07:37.911 INFO O| Dec 21 05:07:37.911 INFO STEP 426 (remove_files) COMPLETE
57472024-12-21T05:07:38.659Z[ recovery-image] Dec 21 05:07:37.911 INFO O| Dec 21 05:07:37.911 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57482024-12-21T05:07:38.716Z[ recovery-image] Dec 21 05:07:37.970 INFO O| Dec 21 05:07:37.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
57492024-12-21T05:07:38.716Z[ recovery-image] Dec 21 05:07:37.970 INFO O| Dec 21 05:07:37.970 INFO STEP 427 (remove_files) COMPLETE
57502024-12-21T05:07:38.719Z[ recovery-image] Dec 21 05:07:37.970 INFO O| Dec 21 05:07:37.970 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57512024-12-21T05:07:38.736Z[ host-image] Dec 21 05:07:37.991 INFO O| Dec 21 05:07:37.991 INFO O| Download: Completed 9.99 MB in 0.73 seconds (13.6M/s)
57522024-12-21T05:07:38.743Z[ recovery-image] Dec 21 05:07:37.997 INFO O| Dec 21 05:07:37.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
57532024-12-21T05:07:38.746Z[ recovery-image] Dec 21 05:07:37.997 INFO O| Dec 21 05:07:37.997 INFO STEP 428 (remove_files) COMPLETE
57542024-12-21T05:07:38.746Z[ recovery-image] Dec 21 05:07:37.997 INFO O| Dec 21 05:07:37.997 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57552024-12-21T05:07:38.774Z[ recovery-image] Dec 21 05:07:38.027 INFO O| Dec 21 05:07:38.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
57562024-12-21T05:07:38.774Z[ recovery-image] Dec 21 05:07:38.027 INFO O| Dec 21 05:07:38.027 INFO STEP 429 (remove_files) COMPLETE
57572024-12-21T05:07:38.774Z[ recovery-image] Dec 21 05:07:38.027 INFO O| Dec 21 05:07:38.027 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57582024-12-21T05:07:38.819Z[ recovery-image] Dec 21 05:07:38.073 INFO O| Dec 21 05:07:38.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
57592024-12-21T05:07:38.819Z[ recovery-image] Dec 21 05:07:38.073 INFO O| Dec 21 05:07:38.073 INFO STEP 430 (remove_files) COMPLETE
57602024-12-21T05:07:38.819Z[ recovery-image] Dec 21 05:07:38.074 INFO O| Dec 21 05:07:38.073 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57612024-12-21T05:07:38.842Z[ host-image] Dec 21 05:07:38.096 INFO O| Dec 21 05:07:38.096 INFO O| Actions: 1/22 actions (Installing new actions)
57622024-12-21T05:07:38.875Z[ recovery-image] Dec 21 05:07:38.130 INFO O| Dec 21 05:07:38.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
57632024-12-21T05:07:38.875Z[ recovery-image] Dec 21 05:07:38.130 INFO O| Dec 21 05:07:38.130 INFO STEP 431 (remove_files) COMPLETE
57642024-12-21T05:07:38.875Z[ recovery-image] Dec 21 05:07:38.130 INFO O| Dec 21 05:07:38.130 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57652024-12-21T05:07:38.897Z[ recovery-image] Dec 21 05:07:38.151 INFO O| Dec 21 05:07:38.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
57662024-12-21T05:07:38.897Z[ recovery-image] Dec 21 05:07:38.151 INFO O| Dec 21 05:07:38.151 INFO STEP 432 (remove_files) COMPLETE
57672024-12-21T05:07:38.897Z[ recovery-image] Dec 21 05:07:38.151 INFO O| Dec 21 05:07:38.151 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57682024-12-21T05:07:38.944Z[ recovery-image] Dec 21 05:07:38.199 INFO O| Dec 21 05:07:38.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
57692024-12-21T05:07:38.944Z[ recovery-image] Dec 21 05:07:38.199 INFO O| Dec 21 05:07:38.199 INFO STEP 433 (remove_files) COMPLETE
57702024-12-21T05:07:38.945Z[ recovery-image] Dec 21 05:07:38.199 INFO O| Dec 21 05:07:38.199 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57712024-12-21T05:07:39.005Z[ recovery-image] Dec 21 05:07:38.259 INFO O| Dec 21 05:07:38.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
57722024-12-21T05:07:39.005Z[ recovery-image] Dec 21 05:07:38.259 INFO O| Dec 21 05:07:38.259 INFO STEP 434 (remove_files) COMPLETE
57732024-12-21T05:07:39.006Z[ recovery-image] Dec 21 05:07:38.259 INFO O| Dec 21 05:07:38.259 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57742024-12-21T05:07:39.023Z[ recovery-image] Dec 21 05:07:38.277 INFO O| Dec 21 05:07:38.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
57752024-12-21T05:07:39.023Z[ recovery-image] Dec 21 05:07:38.277 INFO O| Dec 21 05:07:38.277 INFO STEP 435 (remove_files) COMPLETE
57762024-12-21T05:07:39.026Z[ recovery-image] Dec 21 05:07:38.278 INFO O| Dec 21 05:07:38.277 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57772024-12-21T05:07:39.042Z[ recovery-image] Dec 21 05:07:38.296 INFO O| Dec 21 05:07:38.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
57782024-12-21T05:07:39.042Z[ recovery-image] Dec 21 05:07:38.296 INFO O| Dec 21 05:07:38.296 INFO STEP 436 (remove_files) COMPLETE
57792024-12-21T05:07:39.042Z[ recovery-image] Dec 21 05:07:38.296 INFO O| Dec 21 05:07:38.296 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57802024-12-21T05:07:39.101Z[ recovery-image] Dec 21 05:07:38.356 INFO O| Dec 21 05:07:38.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
57812024-12-21T05:07:39.101Z[ recovery-image] Dec 21 05:07:38.356 INFO O| Dec 21 05:07:38.356 INFO STEP 437 (remove_files) COMPLETE
57822024-12-21T05:07:39.104Z[ recovery-image] Dec 21 05:07:38.356 INFO O| Dec 21 05:07:38.356 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57832024-12-21T05:07:39.122Z[ recovery-image] Dec 21 05:07:38.377 INFO O| Dec 21 05:07:38.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
57842024-12-21T05:07:39.122Z[ recovery-image] Dec 21 05:07:38.377 INFO O| Dec 21 05:07:38.377 INFO STEP 438 (remove_files) COMPLETE
57852024-12-21T05:07:39.122Z[ recovery-image] Dec 21 05:07:38.377 INFO O| Dec 21 05:07:38.377 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57862024-12-21T05:07:39.158Z[ recovery-image] Dec 21 05:07:38.411 INFO O| Dec 21 05:07:38.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
57872024-12-21T05:07:39.161Z[ recovery-image] Dec 21 05:07:38.411 INFO O| Dec 21 05:07:38.411 INFO STEP 439 (remove_files) COMPLETE
57882024-12-21T05:07:39.161Z[ recovery-image] Dec 21 05:07:38.412 INFO O| Dec 21 05:07:38.412 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57892024-12-21T05:07:39.177Z[ recovery-image] Dec 21 05:07:38.432 INFO O| Dec 21 05:07:38.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
57902024-12-21T05:07:39.180Z[ recovery-image] Dec 21 05:07:38.432 INFO O| Dec 21 05:07:38.432 INFO STEP 440 (remove_files) COMPLETE
57912024-12-21T05:07:39.180Z[ recovery-image] Dec 21 05:07:38.432 INFO O| Dec 21 05:07:38.432 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57922024-12-21T05:07:39.213Z[ recovery-image] Dec 21 05:07:38.468 INFO O| Dec 21 05:07:38.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
57932024-12-21T05:07:39.216Z[ recovery-image] Dec 21 05:07:38.468 INFO O| Dec 21 05:07:38.468 INFO STEP 441 (remove_files) COMPLETE
57942024-12-21T05:07:39.216Z[ recovery-image] Dec 21 05:07:38.468 INFO O| Dec 21 05:07:38.468 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57952024-12-21T05:07:39.235Z[ recovery-image] Dec 21 05:07:38.489 INFO O| Dec 21 05:07:38.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
57962024-12-21T05:07:39.239Z[ recovery-image] Dec 21 05:07:38.490 INFO O| Dec 21 05:07:38.489 INFO STEP 442 (remove_files) COMPLETE
57972024-12-21T05:07:39.239Z[ recovery-image] Dec 21 05:07:38.490 INFO O| Dec 21 05:07:38.490 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57982024-12-21T05:07:39.271Z[ host-image] Dec 21 05:07:38.525 INFO O| Dec 21 05:07:38.525 INFO O| Actions: Completed 22 actions in 0.43 seconds.
57992024-12-21T05:07:39.278Z[ recovery-image] Dec 21 05:07:38.531 INFO O| Dec 21 05:07:38.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
58002024-12-21T05:07:39.278Z[ recovery-image] Dec 21 05:07:38.531 INFO O| Dec 21 05:07:38.531 INFO STEP 443 (remove_files) COMPLETE
58012024-12-21T05:07:39.282Z[ recovery-image] Dec 21 05:07:38.531 INFO O| Dec 21 05:07:38.531 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58022024-12-21T05:07:39.298Z[ recovery-image] Dec 21 05:07:38.551 INFO O| Dec 21 05:07:38.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
58032024-12-21T05:07:39.298Z[ recovery-image] Dec 21 05:07:38.551 INFO O| Dec 21 05:07:38.551 INFO STEP 444 (remove_files) COMPLETE
58042024-12-21T05:07:39.301Z[ recovery-image] Dec 21 05:07:38.551 INFO O| Dec 21 05:07:38.551 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58052024-12-21T05:07:39.328Z[ recovery-image] Dec 21 05:07:38.583 INFO O| Dec 21 05:07:38.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
58062024-12-21T05:07:39.328Z[ recovery-image] Dec 21 05:07:38.583 INFO O| Dec 21 05:07:38.583 INFO STEP 445 (remove_files) COMPLETE
58072024-12-21T05:07:39.329Z[ recovery-image] Dec 21 05:07:38.583 INFO O| Dec 21 05:07:38.583 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58082024-12-21T05:07:39.359Z[ recovery-image] Dec 21 05:07:38.613 INFO O| Dec 21 05:07:38.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
58092024-12-21T05:07:39.379Z[ recovery-image] Dec 21 05:07:38.634 INFO O| Dec 21 05:07:38.634 INFO STEP 446 (remove_files) COMPLETE
58102024-12-21T05:07:39.379Z[ recovery-image] Dec 21 05:07:38.634 INFO O| Dec 21 05:07:38.634 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58112024-12-21T05:07:39.401Z[ recovery-image] Dec 21 05:07:38.656 INFO O| Dec 21 05:07:38.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
58122024-12-21T05:07:39.404Z[ recovery-image] Dec 21 05:07:38.656 INFO O| Dec 21 05:07:38.656 INFO STEP 447 (remove_files) COMPLETE
58132024-12-21T05:07:39.404Z[ recovery-image] Dec 21 05:07:38.656 INFO O| Dec 21 05:07:38.656 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58142024-12-21T05:07:39.422Z[ recovery-image] Dec 21 05:07:38.676 INFO O| Dec 21 05:07:38.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
58152024-12-21T05:07:39.423Z[ recovery-image] Dec 21 05:07:38.676 INFO O| Dec 21 05:07:38.676 INFO STEP 448 (remove_files) COMPLETE
58162024-12-21T05:07:39.424Z[ recovery-image] Dec 21 05:07:38.676 INFO O| Dec 21 05:07:38.676 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58172024-12-21T05:07:39.486Z[ recovery-image] Dec 21 05:07:38.739 INFO O| Dec 21 05:07:38.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
58182024-12-21T05:07:39.486Z[ recovery-image] Dec 21 05:07:38.739 INFO O| Dec 21 05:07:38.739 INFO STEP 449 (remove_files) COMPLETE
58192024-12-21T05:07:39.486Z[ recovery-image] Dec 21 05:07:38.739 INFO O| Dec 21 05:07:38.739 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58202024-12-21T05:07:39.527Z[ recovery-image] Dec 21 05:07:38.782 INFO O| Dec 21 05:07:38.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
58212024-12-21T05:07:39.528Z[ recovery-image] Dec 21 05:07:38.782 INFO O| Dec 21 05:07:38.782 INFO STEP 450 (remove_files) COMPLETE
58222024-12-21T05:07:39.528Z[ recovery-image] Dec 21 05:07:38.782 INFO O| Dec 21 05:07:38.782 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58232024-12-21T05:07:39.550Z[ recovery-image] Dec 21 05:07:38.804 INFO O| Dec 21 05:07:38.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
58242024-12-21T05:07:39.550Z[ recovery-image] Dec 21 05:07:38.804 INFO O| Dec 21 05:07:38.804 INFO STEP 451 (remove_files) COMPLETE
58252024-12-21T05:07:39.550Z[ recovery-image] Dec 21 05:07:38.804 INFO O| Dec 21 05:07:38.804 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58262024-12-21T05:07:39.571Z[ recovery-image] Dec 21 05:07:38.825 INFO O| Dec 21 05:07:38.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
58272024-12-21T05:07:39.574Z[ recovery-image] Dec 21 05:07:38.826 INFO O| Dec 21 05:07:38.826 INFO STEP 452 (remove_files) COMPLETE
58282024-12-21T05:07:39.574Z[ recovery-image] Dec 21 05:07:38.826 INFO O| Dec 21 05:07:38.826 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58292024-12-21T05:07:39.612Z[ recovery-image] Dec 21 05:07:38.867 INFO O| Dec 21 05:07:38.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
58302024-12-21T05:07:39.612Z[ recovery-image] Dec 21 05:07:38.867 INFO O| Dec 21 05:07:38.867 INFO STEP 453 (remove_files) COMPLETE
58312024-12-21T05:07:39.612Z[ recovery-image] Dec 21 05:07:38.867 INFO O| Dec 21 05:07:38.867 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58322024-12-21T05:07:39.634Z[ recovery-image] Dec 21 05:07:38.889 INFO O| Dec 21 05:07:38.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
58332024-12-21T05:07:39.634Z[ recovery-image] Dec 21 05:07:38.889 INFO O| Dec 21 05:07:38.889 INFO STEP 454 (remove_files) COMPLETE
58342024-12-21T05:07:39.634Z[ recovery-image] Dec 21 05:07:38.889 INFO O| Dec 21 05:07:38.889 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58352024-12-21T05:07:39.653Z[ recovery-image] Dec 21 05:07:38.907 INFO O| Dec 21 05:07:38.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
58362024-12-21T05:07:39.653Z[ recovery-image] Dec 21 05:07:38.908 INFO O| Dec 21 05:07:38.907 INFO STEP 455 (remove_files) COMPLETE
58372024-12-21T05:07:39.653Z[ recovery-image] Dec 21 05:07:38.908 INFO O| Dec 21 05:07:38.908 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58382024-12-21T05:07:39.670Z[ recovery-image] Dec 21 05:07:38.924 INFO O| Dec 21 05:07:38.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
58392024-12-21T05:07:39.670Z[ recovery-image] Dec 21 05:07:38.924 INFO O| Dec 21 05:07:38.924 INFO STEP 456 (remove_files) COMPLETE
58402024-12-21T05:07:39.670Z[ recovery-image] Dec 21 05:07:38.924 INFO O| Dec 21 05:07:38.924 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58412024-12-21T05:07:39.707Z[ recovery-image] Dec 21 05:07:38.961 INFO O| Dec 21 05:07:38.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
58422024-12-21T05:07:39.707Z[ recovery-image] Dec 21 05:07:38.961 INFO O| Dec 21 05:07:38.961 INFO STEP 457 (remove_files) COMPLETE
58432024-12-21T05:07:39.707Z[ recovery-image] Dec 21 05:07:38.961 INFO O| Dec 21 05:07:38.961 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58442024-12-21T05:07:39.746Z[ recovery-image] Dec 21 05:07:39.001 INFO O| Dec 21 05:07:39.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
58452024-12-21T05:07:39.750Z[ recovery-image] Dec 21 05:07:39.001 INFO O| Dec 21 05:07:39.001 INFO STEP 458 (remove_files) COMPLETE
58462024-12-21T05:07:39.750Z[ recovery-image] Dec 21 05:07:39.001 INFO O| Dec 21 05:07:39.001 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58472024-12-21T05:07:39.772Z[ recovery-image] Dec 21 05:07:39.026 INFO O| Dec 21 05:07:39.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
58482024-12-21T05:07:39.772Z[ recovery-image] Dec 21 05:07:39.026 INFO O| Dec 21 05:07:39.026 INFO STEP 459 (remove_files) COMPLETE
58492024-12-21T05:07:39.772Z[ recovery-image] Dec 21 05:07:39.026 INFO O| Dec 21 05:07:39.026 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58502024-12-21T05:07:39.809Z[ recovery-image] Dec 21 05:07:39.064 INFO O| Dec 21 05:07:39.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
58512024-12-21T05:07:39.829Z[ recovery-image] Dec 21 05:07:39.084 INFO O| Dec 21 05:07:39.084 INFO STEP 460 (remove_files) COMPLETE
58522024-12-21T05:07:39.829Z[ recovery-image] Dec 21 05:07:39.084 INFO O| Dec 21 05:07:39.084 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58532024-12-21T05:07:39.851Z[ recovery-image] Dec 21 05:07:39.105 INFO O| Dec 21 05:07:39.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
58542024-12-21T05:07:39.854Z[ recovery-image] Dec 21 05:07:39.105 INFO O| Dec 21 05:07:39.105 INFO STEP 461 (remove_files) COMPLETE
58552024-12-21T05:07:39.854Z[ recovery-image] Dec 21 05:07:39.105 INFO O| Dec 21 05:07:39.105 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58562024-12-21T05:07:39.872Z[ recovery-image] Dec 21 05:07:39.126 INFO O| Dec 21 05:07:39.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
58572024-12-21T05:07:39.872Z[ recovery-image] Dec 21 05:07:39.126 INFO O| Dec 21 05:07:39.126 INFO STEP 462 (remove_files) COMPLETE
58582024-12-21T05:07:39.872Z[ recovery-image] Dec 21 05:07:39.126 INFO O| Dec 21 05:07:39.126 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58592024-12-21T05:07:39.896Z[ recovery-image] Dec 21 05:07:39.151 INFO O| Dec 21 05:07:39.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
58602024-12-21T05:07:39.896Z[ recovery-image] Dec 21 05:07:39.151 INFO O| Dec 21 05:07:39.151 INFO STEP 463 (remove_files) COMPLETE
58612024-12-21T05:07:39.896Z[ recovery-image] Dec 21 05:07:39.151 INFO O| Dec 21 05:07:39.151 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58622024-12-21T05:07:39.917Z[ recovery-image] Dec 21 05:07:39.171 INFO O| Dec 21 05:07:39.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
58632024-12-21T05:07:39.919Z[ recovery-image] Dec 21 05:07:39.172 INFO O| Dec 21 05:07:39.172 INFO STEP 464 (remove_files) COMPLETE
58642024-12-21T05:07:39.919Z[ recovery-image] Dec 21 05:07:39.172 INFO O| Dec 21 05:07:39.172 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58652024-12-21T05:07:39.938Z[ recovery-image] Dec 21 05:07:39.191 INFO O| Dec 21 05:07:39.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
58662024-12-21T05:07:39.938Z[ recovery-image] Dec 21 05:07:39.192 INFO O| Dec 21 05:07:39.191 INFO STEP 465 (remove_files) COMPLETE
58672024-12-21T05:07:39.938Z[ recovery-image] Dec 21 05:07:39.192 INFO O| Dec 21 05:07:39.192 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58682024-12-21T05:07:39.954Z[ host-image] Dec 21 05:07:39.206 INFO O| Dec 21 05:07:39.205 INFO O| Done
58692024-12-21T05:07:39.954Z[ host-image] Dec 21 05:07:39.206 INFO O| Dec 21 05:07:39.205 INFO O| Done
58702024-12-21T05:07:40.001Z[ recovery-image] Dec 21 05:07:39.256 INFO O| Dec 21 05:07:39.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
58712024-12-21T05:07:40.022Z[ recovery-image] Dec 21 05:07:39.277 INFO O| Dec 21 05:07:39.277 INFO STEP 466 (remove_files) COMPLETE
58722024-12-21T05:07:40.022Z[ recovery-image] Dec 21 05:07:39.277 INFO O| Dec 21 05:07:39.277 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58732024-12-21T05:07:40.060Z[ recovery-image] Dec 21 05:07:39.315 INFO O| Dec 21 05:07:39.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
58742024-12-21T05:07:40.060Z[ recovery-image] Dec 21 05:07:39.315 INFO O| Dec 21 05:07:39.315 INFO STEP 467 (remove_files) COMPLETE
58752024-12-21T05:07:40.063Z[ recovery-image] Dec 21 05:07:39.315 INFO O| Dec 21 05:07:39.315 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58762024-12-21T05:07:40.079Z[ recovery-image] Dec 21 05:07:39.334 INFO O| Dec 21 05:07:39.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
58772024-12-21T05:07:40.079Z[ recovery-image] Dec 21 05:07:39.334 INFO O| Dec 21 05:07:39.334 INFO STEP 468 (remove_files) COMPLETE
58782024-12-21T05:07:40.079Z[ recovery-image] Dec 21 05:07:39.334 INFO O| Dec 21 05:07:39.334 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58792024-12-21T05:07:40.107Z[ recovery-image] Dec 21 05:07:39.361 INFO O| Dec 21 05:07:39.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
58802024-12-21T05:07:40.109Z[ recovery-image] Dec 21 05:07:39.361 INFO O| Dec 21 05:07:39.361 INFO STEP 469 (remove_files) COMPLETE
58812024-12-21T05:07:40.109Z[ recovery-image] Dec 21 05:07:39.361 INFO O| Dec 21 05:07:39.361 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58822024-12-21T05:07:40.128Z[ recovery-image] Dec 21 05:07:39.382 INFO O| Dec 21 05:07:39.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
58832024-12-21T05:07:40.128Z[ recovery-image] Dec 21 05:07:39.382 INFO O| Dec 21 05:07:39.382 INFO STEP 470 (remove_files) COMPLETE
58842024-12-21T05:07:40.128Z[ recovery-image] Dec 21 05:07:39.382 INFO O| Dec 21 05:07:39.382 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58852024-12-21T05:07:40.147Z[ recovery-image] Dec 21 05:07:39.401 INFO O| Dec 21 05:07:39.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
58862024-12-21T05:07:40.147Z[ recovery-image] Dec 21 05:07:39.401 INFO O| Dec 21 05:07:39.401 INFO STEP 471 (remove_files) COMPLETE
58872024-12-21T05:07:40.147Z[ recovery-image] Dec 21 05:07:39.401 INFO O| Dec 21 05:07:39.401 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58882024-12-21T05:07:40.167Z[ recovery-image] Dec 21 05:07:39.420 INFO O| Dec 21 05:07:39.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
58892024-12-21T05:07:40.176Z[ recovery-image] Dec 21 05:07:39.430 INFO O| Dec 21 05:07:39.430 INFO STEP 472 (remove_files) COMPLETE
58902024-12-21T05:07:40.176Z[ recovery-image] Dec 21 05:07:39.430 INFO O| Dec 21 05:07:39.430 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58912024-12-21T05:07:40.195Z[ recovery-image] Dec 21 05:07:39.449 INFO O| Dec 21 05:07:39.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
58922024-12-21T05:07:40.195Z[ recovery-image] Dec 21 05:07:39.449 INFO O| Dec 21 05:07:39.449 INFO STEP 473 (remove_files) COMPLETE
58932024-12-21T05:07:40.195Z[ recovery-image] Dec 21 05:07:39.449 INFO O| Dec 21 05:07:39.449 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58942024-12-21T05:07:40.227Z[ recovery-image] Dec 21 05:07:39.481 INFO O| Dec 21 05:07:39.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
58952024-12-21T05:07:40.227Z[ recovery-image] Dec 21 05:07:39.481 INFO O| Dec 21 05:07:39.481 INFO STEP 474 (remove_files) COMPLETE
58962024-12-21T05:07:40.227Z[ recovery-image] Dec 21 05:07:39.481 INFO O| Dec 21 05:07:39.481 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58972024-12-21T05:07:40.286Z[ recovery-image] Dec 21 05:07:39.540 INFO O| Dec 21 05:07:39.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
58982024-12-21T05:07:40.286Z[ recovery-image] Dec 21 05:07:39.540 INFO O| Dec 21 05:07:39.540 INFO STEP 475 (remove_files) COMPLETE
58992024-12-21T05:07:40.286Z[ recovery-image] Dec 21 05:07:39.540 INFO O| Dec 21 05:07:39.540 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59002024-12-21T05:07:40.306Z[ recovery-image] Dec 21 05:07:39.560 INFO O| Dec 21 05:07:39.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
59012024-12-21T05:07:40.306Z[ recovery-image] Dec 21 05:07:39.560 INFO O| Dec 21 05:07:39.560 INFO STEP 476 (remove_files) COMPLETE
59022024-12-21T05:07:40.310Z[ recovery-image] Dec 21 05:07:39.560 INFO O| Dec 21 05:07:39.560 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59032024-12-21T05:07:40.324Z[ recovery-image] Dec 21 05:07:39.579 INFO O| Dec 21 05:07:39.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
59042024-12-21T05:07:40.324Z[ recovery-image] Dec 21 05:07:39.579 INFO O| Dec 21 05:07:39.579 INFO STEP 477 (remove_files) COMPLETE
59052024-12-21T05:07:40.324Z[ recovery-image] Dec 21 05:07:39.579 INFO O| Dec 21 05:07:39.579 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59062024-12-21T05:07:40.342Z[ recovery-image] Dec 21 05:07:39.596 INFO O| Dec 21 05:07:39.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
59072024-12-21T05:07:40.342Z[ recovery-image] Dec 21 05:07:39.596 INFO O| Dec 21 05:07:39.596 INFO STEP 478 (remove_files) COMPLETE
59082024-12-21T05:07:40.344Z[ recovery-image] Dec 21 05:07:39.597 INFO O| Dec 21 05:07:39.596 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59092024-12-21T05:07:40.359Z[ recovery-image] Dec 21 05:07:39.614 INFO O| Dec 21 05:07:39.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
59102024-12-21T05:07:40.379Z[ recovery-image] Dec 21 05:07:39.634 INFO O| Dec 21 05:07:39.634 INFO STEP 479 (remove_files) COMPLETE
59112024-12-21T05:07:40.379Z[ recovery-image] Dec 21 05:07:39.634 INFO O| Dec 21 05:07:39.634 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59122024-12-21T05:07:40.416Z[ recovery-image] Dec 21 05:07:39.671 INFO O| Dec 21 05:07:39.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
59132024-12-21T05:07:40.439Z[ recovery-image] Dec 21 05:07:39.694 INFO O| Dec 21 05:07:39.694 INFO STEP 480 (remove_files) COMPLETE
59142024-12-21T05:07:40.439Z[ recovery-image] Dec 21 05:07:39.694 INFO O| Dec 21 05:07:39.694 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59152024-12-21T05:07:40.474Z[ recovery-image] Dec 21 05:07:39.729 INFO O| Dec 21 05:07:39.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
59162024-12-21T05:07:40.474Z[ recovery-image] Dec 21 05:07:39.729 INFO O| Dec 21 05:07:39.729 INFO STEP 481 (remove_files) COMPLETE
59172024-12-21T05:07:40.477Z[ recovery-image] Dec 21 05:07:39.729 INFO O| Dec 21 05:07:39.729 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59182024-12-21T05:07:40.516Z[ recovery-image] Dec 21 05:07:39.770 INFO O| Dec 21 05:07:39.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
59192024-12-21T05:07:40.518Z[ recovery-image] Dec 21 05:07:39.770 INFO O| Dec 21 05:07:39.770 INFO STEP 482 (remove_files) COMPLETE
59202024-12-21T05:07:40.518Z[ recovery-image] Dec 21 05:07:39.771 INFO O| Dec 21 05:07:39.770 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59212024-12-21T05:07:40.571Z[ recovery-image] Dec 21 05:07:39.826 INFO O| Dec 21 05:07:39.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
59222024-12-21T05:07:40.574Z[ recovery-image] Dec 21 05:07:39.826 INFO O| Dec 21 05:07:39.826 INFO STEP 483 (remove_files) COMPLETE
59232024-12-21T05:07:40.574Z[ recovery-image] Dec 21 05:07:39.826 INFO O| Dec 21 05:07:39.826 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59242024-12-21T05:07:40.592Z[ recovery-image] Dec 21 05:07:39.846 INFO O| Dec 21 05:07:39.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
59252024-12-21T05:07:40.595Z[ recovery-image] Dec 21 05:07:39.847 INFO O| Dec 21 05:07:39.846 INFO STEP 484 (remove_files) COMPLETE
59262024-12-21T05:07:40.595Z[ recovery-image] Dec 21 05:07:39.847 INFO O| Dec 21 05:07:39.847 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59272024-12-21T05:07:40.628Z[ recovery-image] Dec 21 05:07:39.883 INFO O| Dec 21 05:07:39.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
59282024-12-21T05:07:40.628Z[ recovery-image] Dec 21 05:07:39.883 INFO O| Dec 21 05:07:39.883 INFO STEP 485 (remove_files) COMPLETE
59292024-12-21T05:07:40.632Z[ recovery-image] Dec 21 05:07:39.883 INFO O| Dec 21 05:07:39.883 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59302024-12-21T05:07:40.664Z[ recovery-image] Dec 21 05:07:39.918 INFO O| Dec 21 05:07:39.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
59312024-12-21T05:07:40.664Z[ recovery-image] Dec 21 05:07:39.919 INFO O| Dec 21 05:07:39.919 INFO STEP 486 (remove_files) COMPLETE
59322024-12-21T05:07:40.664Z[ recovery-image] Dec 21 05:07:39.919 INFO O| Dec 21 05:07:39.919 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59332024-12-21T05:07:40.683Z[ recovery-image] Dec 21 05:07:39.937 INFO O| Dec 21 05:07:39.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
59342024-12-21T05:07:40.683Z[ recovery-image] Dec 21 05:07:39.938 INFO O| Dec 21 05:07:39.937 INFO STEP 487 (remove_files) COMPLETE
59352024-12-21T05:07:40.686Z[ recovery-image] Dec 21 05:07:39.938 INFO O| Dec 21 05:07:39.938 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59362024-12-21T05:07:40.718Z[ recovery-image] Dec 21 05:07:39.972 INFO O| Dec 21 05:07:39.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
59372024-12-21T05:07:40.720Z[ recovery-image] Dec 21 05:07:39.973 INFO O| Dec 21 05:07:39.972 INFO STEP 488 (remove_files) COMPLETE
59382024-12-21T05:07:40.720Z[ recovery-image] Dec 21 05:07:39.973 INFO O| Dec 21 05:07:39.973 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59392024-12-21T05:07:40.750Z[ recovery-image] Dec 21 05:07:40.005 INFO O| Dec 21 05:07:40.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
59402024-12-21T05:07:40.753Z[ recovery-image] Dec 21 05:07:40.005 INFO O| Dec 21 05:07:40.005 INFO STEP 489 (remove_files) COMPLETE
59412024-12-21T05:07:40.753Z[ recovery-image] Dec 21 05:07:40.005 INFO O| Dec 21 05:07:40.005 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59422024-12-21T05:07:40.810Z[ recovery-image] Dec 21 05:07:40.065 INFO O| Dec 21 05:07:40.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
59432024-12-21T05:07:40.813Z[ recovery-image] Dec 21 05:07:40.065 INFO O| Dec 21 05:07:40.065 INFO STEP 490 (remove_files) COMPLETE
59442024-12-21T05:07:40.813Z[ recovery-image] Dec 21 05:07:40.066 INFO O| Dec 21 05:07:40.065 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59452024-12-21T05:07:40.831Z[ recovery-image] Dec 21 05:07:40.086 INFO O| Dec 21 05:07:40.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
59462024-12-21T05:07:40.834Z[ recovery-image] Dec 21 05:07:40.086 INFO O| Dec 21 05:07:40.086 INFO STEP 491 (remove_files) COMPLETE
59472024-12-21T05:07:40.834Z[ recovery-image] Dec 21 05:07:40.086 INFO O| Dec 21 05:07:40.086 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59482024-12-21T05:07:40.851Z[ recovery-image] Dec 21 05:07:40.106 INFO O| Dec 21 05:07:40.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
59492024-12-21T05:07:40.854Z[ recovery-image] Dec 21 05:07:40.106 INFO O| Dec 21 05:07:40.106 INFO STEP 492 (remove_files) COMPLETE
59502024-12-21T05:07:40.854Z[ recovery-image] Dec 21 05:07:40.106 INFO O| Dec 21 05:07:40.106 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59512024-12-21T05:07:40.882Z[ recovery-image] Dec 21 05:07:40.136 INFO O| Dec 21 05:07:40.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
59522024-12-21T05:07:40.882Z[ recovery-image] Dec 21 05:07:40.136 INFO O| Dec 21 05:07:40.136 INFO STEP 493 (remove_files) COMPLETE
59532024-12-21T05:07:40.882Z[ recovery-image] Dec 21 05:07:40.136 INFO O| Dec 21 05:07:40.136 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59542024-12-21T05:07:40.900Z[ recovery-image] Dec 21 05:07:40.155 INFO O| Dec 21 05:07:40.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
59552024-12-21T05:07:40.900Z[ recovery-image] Dec 21 05:07:40.155 INFO O| Dec 21 05:07:40.155 INFO STEP 494 (remove_files) COMPLETE
59562024-12-21T05:07:40.901Z[ recovery-image] Dec 21 05:07:40.155 INFO O| Dec 21 05:07:40.155 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59572024-12-21T05:07:40.934Z[ recovery-image] Dec 21 05:07:40.189 INFO O| Dec 21 05:07:40.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
59582024-12-21T05:07:40.935Z[ recovery-image] Dec 21 05:07:40.189 INFO O| Dec 21 05:07:40.189 INFO STEP 495 (remove_files) COMPLETE
59592024-12-21T05:07:40.935Z[ recovery-image] Dec 21 05:07:40.189 INFO O| Dec 21 05:07:40.189 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59602024-12-21T05:07:40.991Z[ recovery-image] Dec 21 05:07:40.246 INFO O| Dec 21 05:07:40.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
59612024-12-21T05:07:40.991Z[ recovery-image] Dec 21 05:07:40.246 INFO O| Dec 21 05:07:40.246 INFO STEP 496 (remove_files) COMPLETE
59622024-12-21T05:07:40.991Z[ recovery-image] Dec 21 05:07:40.246 INFO O| Dec 21 05:07:40.246 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59632024-12-21T05:07:41.010Z[ recovery-image] Dec 21 05:07:40.265 INFO O| Dec 21 05:07:40.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
59642024-12-21T05:07:41.011Z[ recovery-image] Dec 21 05:07:40.265 INFO O| Dec 21 05:07:40.265 INFO STEP 497 (remove_files) COMPLETE
59652024-12-21T05:07:41.015Z[ recovery-image] Dec 21 05:07:40.265 INFO O| Dec 21 05:07:40.265 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59662024-12-21T05:07:41.042Z[ recovery-image] Dec 21 05:07:40.297 INFO O| Dec 21 05:07:40.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
59672024-12-21T05:07:41.043Z[ recovery-image] Dec 21 05:07:40.297 INFO O| Dec 21 05:07:40.297 INFO STEP 498 (remove_files) COMPLETE
59682024-12-21T05:07:41.046Z[ recovery-image] Dec 21 05:07:40.297 INFO O| Dec 21 05:07:40.297 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59692024-12-21T05:07:41.061Z[ recovery-image] Dec 21 05:07:40.316 INFO O| Dec 21 05:07:40.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
59702024-12-21T05:07:41.062Z[ recovery-image] Dec 21 05:07:40.316 INFO O| Dec 21 05:07:40.316 INFO STEP 499 (remove_files) COMPLETE
59712024-12-21T05:07:41.062Z[ recovery-image] Dec 21 05:07:40.316 INFO O| Dec 21 05:07:40.316 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59722024-12-21T05:07:41.079Z[ recovery-image] Dec 21 05:07:40.334 INFO O| Dec 21 05:07:40.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
59732024-12-21T05:07:41.083Z[ recovery-image] Dec 21 05:07:40.334 INFO O| Dec 21 05:07:40.334 INFO STEP 500 (remove_files) COMPLETE
59742024-12-21T05:07:41.083Z[ recovery-image] Dec 21 05:07:40.334 INFO O| Dec 21 05:07:40.334 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59752024-12-21T05:07:41.098Z[ recovery-image] Dec 21 05:07:40.353 INFO O| Dec 21 05:07:40.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
59762024-12-21T05:07:41.098Z[ recovery-image] Dec 21 05:07:40.353 INFO O| Dec 21 05:07:40.353 INFO STEP 501 (remove_files) COMPLETE
59772024-12-21T05:07:41.098Z[ recovery-image] Dec 21 05:07:40.353 INFO O| Dec 21 05:07:40.353 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59782024-12-21T05:07:41.115Z[ recovery-image] Dec 21 05:07:40.370 INFO O| Dec 21 05:07:40.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
59792024-12-21T05:07:41.115Z[ recovery-image] Dec 21 05:07:40.370 INFO O| Dec 21 05:07:40.370 INFO STEP 502 (remove_files) COMPLETE
59802024-12-21T05:07:41.115Z[ recovery-image] Dec 21 05:07:40.370 INFO O| Dec 21 05:07:40.370 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59812024-12-21T05:07:41.132Z[ recovery-image] Dec 21 05:07:40.387 INFO O| Dec 21 05:07:40.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
59822024-12-21T05:07:41.132Z[ recovery-image] Dec 21 05:07:40.387 INFO O| Dec 21 05:07:40.387 INFO STEP 503 (remove_files) COMPLETE
59832024-12-21T05:07:41.132Z[ recovery-image] Dec 21 05:07:40.387 INFO O| Dec 21 05:07:40.387 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59842024-12-21T05:07:41.149Z[ recovery-image] Dec 21 05:07:40.403 INFO O| Dec 21 05:07:40.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
59852024-12-21T05:07:41.149Z[ recovery-image] Dec 21 05:07:40.403 INFO O| Dec 21 05:07:40.403 INFO STEP 504 (remove_files) COMPLETE
59862024-12-21T05:07:41.149Z[ recovery-image] Dec 21 05:07:40.403 INFO O| Dec 21 05:07:40.403 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59872024-12-21T05:07:41.175Z[ recovery-image] Dec 21 05:07:40.430 INFO O| Dec 21 05:07:40.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
59882024-12-21T05:07:41.176Z[ recovery-image] Dec 21 05:07:40.430 INFO O| Dec 21 05:07:40.430 INFO STEP 505 (remove_files) COMPLETE
59892024-12-21T05:07:41.179Z[ recovery-image] Dec 21 05:07:40.430 INFO O| Dec 21 05:07:40.430 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59902024-12-21T05:07:41.201Z[ recovery-image] Dec 21 05:07:40.456 INFO O| Dec 21 05:07:40.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
59912024-12-21T05:07:41.205Z[ recovery-image] Dec 21 05:07:40.459 INFO O| Dec 21 05:07:40.459 INFO STEP 506 (remove_files) COMPLETE
59922024-12-21T05:07:41.205Z[ recovery-image] Dec 21 05:07:40.459 INFO O| Dec 21 05:07:40.459 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59932024-12-21T05:07:41.262Z[ recovery-image] Dec 21 05:07:40.517 INFO O| Dec 21 05:07:40.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
59942024-12-21T05:07:41.262Z[ recovery-image] Dec 21 05:07:40.517 INFO O| Dec 21 05:07:40.517 INFO STEP 507 (remove_files) COMPLETE
59952024-12-21T05:07:41.265Z[ recovery-image] Dec 21 05:07:40.517 INFO O| Dec 21 05:07:40.517 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59962024-12-21T05:07:41.279Z[ host-image] Dec 21 05:07:40.533 INFO O| Dec 21 05:07:40.533 INFO O| Done
59972024-12-21T05:07:41.297Z[ recovery-image] Dec 21 05:07:40.551 INFO O| Dec 21 05:07:40.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
59982024-12-21T05:07:41.297Z[ recovery-image] Dec 21 05:07:40.551 INFO O| Dec 21 05:07:40.551 INFO STEP 508 (remove_files) COMPLETE
59992024-12-21T05:07:41.297Z[ recovery-image] Dec 21 05:07:40.551 INFO O| Dec 21 05:07:40.551 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60002024-12-21T05:07:41.330Z[ recovery-image] Dec 21 05:07:40.584 INFO O| Dec 21 05:07:40.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
60012024-12-21T05:07:41.330Z[ recovery-image] Dec 21 05:07:40.584 INFO O| Dec 21 05:07:40.584 INFO STEP 509 (remove_files) COMPLETE
60022024-12-21T05:07:41.330Z[ recovery-image] Dec 21 05:07:40.584 INFO O| Dec 21 05:07:40.584 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60032024-12-21T05:07:41.369Z[ recovery-image] Dec 21 05:07:40.623 INFO O| Dec 21 05:07:40.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
60042024-12-21T05:07:41.372Z[ recovery-image] Dec 21 05:07:40.623 INFO O| Dec 21 05:07:40.623 INFO STEP 510 (remove_files) COMPLETE
60052024-12-21T05:07:41.372Z[ recovery-image] Dec 21 05:07:40.623 INFO O| Dec 21 05:07:40.623 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60062024-12-21T05:07:41.386Z[ recovery-image] Dec 21 05:07:40.641 INFO O| Dec 21 05:07:40.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
60072024-12-21T05:07:41.388Z[ recovery-image] Dec 21 05:07:40.641 INFO O| Dec 21 05:07:40.641 INFO STEP 511 (remove_files) COMPLETE
60082024-12-21T05:07:41.389Z[ recovery-image] Dec 21 05:07:40.641 INFO O| Dec 21 05:07:40.641 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60092024-12-21T05:07:41.405Z[ recovery-image] Dec 21 05:07:40.659 INFO O| Dec 21 05:07:40.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
60102024-12-21T05:07:41.405Z[ recovery-image] Dec 21 05:07:40.659 INFO O| Dec 21 05:07:40.659 INFO STEP 512 (remove_files) COMPLETE
60112024-12-21T05:07:41.405Z[ recovery-image] Dec 21 05:07:40.659 INFO O| Dec 21 05:07:40.659 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60122024-12-21T05:07:41.447Z[ recovery-image] Dec 21 05:07:40.701 INFO O| Dec 21 05:07:40.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
60132024-12-21T05:07:41.449Z[ recovery-image] Dec 21 05:07:40.702 INFO O| Dec 21 05:07:40.701 INFO STEP 513 (remove_files) COMPLETE
60142024-12-21T05:07:41.449Z[ recovery-image] Dec 21 05:07:40.702 INFO O| Dec 21 05:07:40.702 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60152024-12-21T05:07:41.467Z[ recovery-image] Dec 21 05:07:40.722 INFO O| Dec 21 05:07:40.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
60162024-12-21T05:07:41.469Z[ recovery-image] Dec 21 05:07:40.722 INFO O| Dec 21 05:07:40.722 INFO STEP 514 (remove_files) COMPLETE
60172024-12-21T05:07:41.469Z[ recovery-image] Dec 21 05:07:40.722 INFO O| Dec 21 05:07:40.722 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60182024-12-21T05:07:41.502Z[ recovery-image] Dec 21 05:07:40.756 INFO O| Dec 21 05:07:40.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
60192024-12-21T05:07:41.505Z[ recovery-image] Dec 21 05:07:40.756 INFO O| Dec 21 05:07:40.756 INFO STEP 515 (remove_files) COMPLETE
60202024-12-21T05:07:41.505Z[ recovery-image] Dec 21 05:07:40.756 INFO O| Dec 21 05:07:40.756 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60212024-12-21T05:07:41.540Z[ recovery-image] Dec 21 05:07:40.795 INFO O| Dec 21 05:07:40.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
60222024-12-21T05:07:41.544Z[ recovery-image] Dec 21 05:07:40.795 INFO O| Dec 21 05:07:40.795 INFO STEP 516 (remove_files) COMPLETE
60232024-12-21T05:07:41.544Z[ recovery-image] Dec 21 05:07:40.796 INFO O| Dec 21 05:07:40.795 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60242024-12-21T05:07:41.560Z[ recovery-image] Dec 21 05:07:40.815 INFO O| Dec 21 05:07:40.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
60252024-12-21T05:07:41.563Z[ recovery-image] Dec 21 05:07:40.815 INFO O| Dec 21 05:07:40.815 INFO STEP 517 (remove_files) COMPLETE
60262024-12-21T05:07:41.563Z[ recovery-image] Dec 21 05:07:40.815 INFO O| Dec 21 05:07:40.815 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60272024-12-21T05:07:41.596Z[ recovery-image] Dec 21 05:07:40.851 INFO O| Dec 21 05:07:40.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
60282024-12-21T05:07:41.596Z[ recovery-image] Dec 21 05:07:40.851 INFO O| Dec 21 05:07:40.851 INFO STEP 518 (remove_files) COMPLETE
60292024-12-21T05:07:41.596Z[ recovery-image] Dec 21 05:07:40.851 INFO O| Dec 21 05:07:40.851 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60302024-12-21T05:07:41.674Z[ recovery-image] Dec 21 05:07:40.929 INFO O| Dec 21 05:07:40.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
60312024-12-21T05:07:41.675Z[ recovery-image] Dec 21 05:07:40.929 INFO O| Dec 21 05:07:40.929 INFO STEP 519 (remove_files) COMPLETE
60322024-12-21T05:07:41.675Z[ recovery-image] Dec 21 05:07:40.929 INFO O| Dec 21 05:07:40.929 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60332024-12-21T05:07:41.692Z[ recovery-image] Dec 21 05:07:40.947 INFO O| Dec 21 05:07:40.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
60342024-12-21T05:07:41.692Z[ recovery-image] Dec 21 05:07:40.947 INFO O| Dec 21 05:07:40.947 INFO STEP 520 (remove_files) COMPLETE
60352024-12-21T05:07:41.695Z[ recovery-image] Dec 21 05:07:40.947 INFO O| Dec 21 05:07:40.947 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60362024-12-21T05:07:41.709Z[ recovery-image] Dec 21 05:07:40.964 INFO O| Dec 21 05:07:40.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
60372024-12-21T05:07:41.709Z[ recovery-image] Dec 21 05:07:40.964 INFO O| Dec 21 05:07:40.964 INFO STEP 521 (remove_files) COMPLETE
60382024-12-21T05:07:41.713Z[ recovery-image] Dec 21 05:07:40.964 INFO O| Dec 21 05:07:40.964 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60392024-12-21T05:07:41.726Z[ recovery-image] Dec 21 05:07:40.981 INFO O| Dec 21 05:07:40.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
60402024-12-21T05:07:41.750Z[ recovery-image] Dec 21 05:07:41.005 INFO O| Dec 21 05:07:41.005 INFO STEP 522 (remove_files) COMPLETE
60412024-12-21T05:07:41.750Z[ recovery-image] Dec 21 05:07:41.005 INFO O| Dec 21 05:07:41.005 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60422024-12-21T05:07:41.769Z[ recovery-image] Dec 21 05:07:41.023 INFO O| Dec 21 05:07:41.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
60432024-12-21T05:07:41.770Z[ recovery-image] Dec 21 05:07:41.023 INFO O| Dec 21 05:07:41.023 INFO STEP 523 (remove_files) COMPLETE
60442024-12-21T05:07:41.770Z[ recovery-image] Dec 21 05:07:41.023 INFO O| Dec 21 05:07:41.023 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60452024-12-21T05:07:41.786Z[ recovery-image] Dec 21 05:07:41.041 INFO O| Dec 21 05:07:41.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
60462024-12-21T05:07:41.786Z[ recovery-image] Dec 21 05:07:41.041 INFO O| Dec 21 05:07:41.041 INFO STEP 524 (remove_files) COMPLETE
60472024-12-21T05:07:41.786Z[ recovery-image] Dec 21 05:07:41.041 INFO O| Dec 21 05:07:41.041 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60482024-12-21T05:07:41.805Z[ recovery-image] Dec 21 05:07:41.059 INFO O| Dec 21 05:07:41.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
60492024-12-21T05:07:41.805Z[ recovery-image] Dec 21 05:07:41.059 INFO O| Dec 21 05:07:41.059 INFO STEP 525 (remove_files) COMPLETE
60502024-12-21T05:07:41.805Z[ recovery-image] Dec 21 05:07:41.059 INFO O| Dec 21 05:07:41.059 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60512024-12-21T05:07:41.821Z[ recovery-image] Dec 21 05:07:41.076 INFO O| Dec 21 05:07:41.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
60522024-12-21T05:07:41.822Z[ recovery-image] Dec 21 05:07:41.076 INFO O| Dec 21 05:07:41.076 INFO STEP 526 (remove_files) COMPLETE
60532024-12-21T05:07:41.825Z[ recovery-image] Dec 21 05:07:41.076 INFO O| Dec 21 05:07:41.076 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60542024-12-21T05:07:41.857Z[ recovery-image] Dec 21 05:07:41.109 INFO O| Dec 21 05:07:41.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
60552024-12-21T05:07:41.859Z[ recovery-image] Dec 21 05:07:41.109 INFO O| Dec 21 05:07:41.109 INFO STEP 527 (remove_files) COMPLETE
60562024-12-21T05:07:41.859Z[ recovery-image] Dec 21 05:07:41.109 INFO O| Dec 21 05:07:41.109 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60572024-12-21T05:07:41.876Z[ recovery-image] Dec 21 05:07:41.131 INFO O| Dec 21 05:07:41.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
60582024-12-21T05:07:41.879Z[ recovery-image] Dec 21 05:07:41.132 INFO O| Dec 21 05:07:41.132 INFO STEP 528 (remove_files) COMPLETE
60592024-12-21T05:07:41.879Z[ recovery-image] Dec 21 05:07:41.132 INFO O| Dec 21 05:07:41.132 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60602024-12-21T05:07:41.907Z[ recovery-image] Dec 21 05:07:41.162 INFO O| Dec 21 05:07:41.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
60612024-12-21T05:07:41.908Z[ recovery-image] Dec 21 05:07:41.162 INFO O| Dec 21 05:07:41.162 INFO STEP 529 (remove_files) COMPLETE
60622024-12-21T05:07:41.908Z[ recovery-image] Dec 21 05:07:41.162 INFO O| Dec 21 05:07:41.162 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60632024-12-21T05:07:41.944Z[ recovery-image] Dec 21 05:07:41.199 INFO O| Dec 21 05:07:41.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
60642024-12-21T05:07:41.947Z[ recovery-image] Dec 21 05:07:41.199 INFO O| Dec 21 05:07:41.199 INFO STEP 530 (remove_files) COMPLETE
60652024-12-21T05:07:41.947Z[ recovery-image] Dec 21 05:07:41.199 INFO O| Dec 21 05:07:41.199 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60662024-12-21T05:07:41.966Z[ recovery-image] Dec 21 05:07:41.221 INFO O| Dec 21 05:07:41.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
60672024-12-21T05:07:41.966Z[ recovery-image] Dec 21 05:07:41.221 INFO O| Dec 21 05:07:41.221 INFO STEP 531 (remove_files) COMPLETE
60682024-12-21T05:07:41.970Z[ recovery-image] Dec 21 05:07:41.221 INFO O| Dec 21 05:07:41.221 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60692024-12-21T05:07:41.986Z[ recovery-image] Dec 21 05:07:41.240 INFO O| Dec 21 05:07:41.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
60702024-12-21T05:07:41.986Z[ recovery-image] Dec 21 05:07:41.240 INFO O| Dec 21 05:07:41.240 INFO STEP 532 (remove_files) COMPLETE
60712024-12-21T05:07:41.986Z[ recovery-image] Dec 21 05:07:41.240 INFO O| Dec 21 05:07:41.240 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60722024-12-21T05:07:42.027Z[ recovery-image] Dec 21 05:07:41.281 INFO O| Dec 21 05:07:41.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
60732024-12-21T05:07:42.028Z[ recovery-image] Dec 21 05:07:41.281 INFO O| Dec 21 05:07:41.281 INFO STEP 533 (remove_files) COMPLETE
60742024-12-21T05:07:42.028Z[ recovery-image] Dec 21 05:07:41.281 INFO O| Dec 21 05:07:41.281 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60752024-12-21T05:07:42.083Z[ recovery-image] Dec 21 05:07:41.336 INFO O| Dec 21 05:07:41.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
60762024-12-21T05:07:42.085Z[ recovery-image] Dec 21 05:07:41.336 INFO O| Dec 21 05:07:41.336 INFO STEP 534 (remove_files) COMPLETE
60772024-12-21T05:07:42.085Z[ recovery-image] Dec 21 05:07:41.336 INFO O| Dec 21 05:07:41.336 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60782024-12-21T05:07:42.120Z[ recovery-image] Dec 21 05:07:41.375 INFO O| Dec 21 05:07:41.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
60792024-12-21T05:07:42.120Z[ recovery-image] Dec 21 05:07:41.375 INFO O| Dec 21 05:07:41.375 INFO STEP 535 (remove_files) COMPLETE
60802024-12-21T05:07:42.120Z[ recovery-image] Dec 21 05:07:41.375 INFO O| Dec 21 05:07:41.375 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60812024-12-21T05:07:42.183Z[ recovery-image] Dec 21 05:07:41.438 INFO O| Dec 21 05:07:41.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
60822024-12-21T05:07:42.186Z[ recovery-image] Dec 21 05:07:41.438 INFO O| Dec 21 05:07:41.438 INFO STEP 536 (remove_files) COMPLETE
60832024-12-21T05:07:42.186Z[ recovery-image] Dec 21 05:07:41.438 INFO O| Dec 21 05:07:41.438 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60842024-12-21T05:07:42.214Z[ recovery-image] Dec 21 05:07:41.469 INFO O| Dec 21 05:07:41.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
60852024-12-21T05:07:42.217Z[ recovery-image] Dec 21 05:07:41.469 INFO O| Dec 21 05:07:41.469 INFO STEP 537 (remove_files) COMPLETE
60862024-12-21T05:07:42.217Z[ recovery-image] Dec 21 05:07:41.470 INFO O| Dec 21 05:07:41.469 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60872024-12-21T05:07:42.235Z[ recovery-image] Dec 21 05:07:41.489 INFO O| Dec 21 05:07:41.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
60882024-12-21T05:07:42.238Z[ recovery-image] Dec 21 05:07:41.490 INFO O| Dec 21 05:07:41.490 INFO STEP 538 (remove_files) COMPLETE
60892024-12-21T05:07:42.238Z[ recovery-image] Dec 21 05:07:41.490 INFO O| Dec 21 05:07:41.490 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60902024-12-21T05:07:42.268Z[ recovery-image] Dec 21 05:07:41.523 INFO O| Dec 21 05:07:41.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
60912024-12-21T05:07:42.271Z[ recovery-image] Dec 21 05:07:41.523 INFO O| Dec 21 05:07:41.523 INFO STEP 539 (remove_files) COMPLETE
60922024-12-21T05:07:42.271Z[ recovery-image] Dec 21 05:07:41.523 INFO O| Dec 21 05:07:41.523 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60932024-12-21T05:07:42.288Z[ recovery-image] Dec 21 05:07:41.543 INFO O| Dec 21 05:07:41.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
60942024-12-21T05:07:42.288Z[ recovery-image] Dec 21 05:07:41.543 INFO O| Dec 21 05:07:41.543 INFO STEP 540 (remove_files) COMPLETE
60952024-12-21T05:07:42.288Z[ recovery-image] Dec 21 05:07:41.543 INFO O| Dec 21 05:07:41.543 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60962024-12-21T05:07:42.322Z[ recovery-image] Dec 21 05:07:41.575 INFO O| Dec 21 05:07:41.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
60972024-12-21T05:07:42.322Z[ recovery-image] Dec 21 05:07:41.575 INFO O| Dec 21 05:07:41.575 INFO STEP 541 (remove_files) COMPLETE
60982024-12-21T05:07:42.324Z[ recovery-image] Dec 21 05:07:41.575 INFO O| Dec 21 05:07:41.575 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60992024-12-21T05:07:42.340Z[ recovery-image] Dec 21 05:07:41.595 INFO O| Dec 21 05:07:41.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
61002024-12-21T05:07:42.340Z[ recovery-image] Dec 21 05:07:41.596 INFO O| Dec 21 05:07:41.595 INFO STEP 542 (remove_files) COMPLETE
61012024-12-21T05:07:42.343Z[ recovery-image] Dec 21 05:07:41.596 INFO O| Dec 21 05:07:41.596 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61022024-12-21T05:07:42.360Z[ recovery-image] Dec 21 05:07:41.615 INFO O| Dec 21 05:07:41.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
61032024-12-21T05:07:42.360Z[ recovery-image] Dec 21 05:07:41.615 INFO O| Dec 21 05:07:41.615 INFO STEP 543 (remove_files) COMPLETE
61042024-12-21T05:07:42.363Z[ recovery-image] Dec 21 05:07:41.616 INFO O| Dec 21 05:07:41.615 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61052024-12-21T05:07:42.383Z[ recovery-image] Dec 21 05:07:41.638 INFO O| Dec 21 05:07:41.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
61062024-12-21T05:07:42.383Z[ recovery-image] Dec 21 05:07:41.638 INFO O| Dec 21 05:07:41.638 INFO STEP 544 (remove_files) COMPLETE
61072024-12-21T05:07:42.383Z[ recovery-image] Dec 21 05:07:41.638 INFO O| Dec 21 05:07:41.638 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61082024-12-21T05:07:42.419Z[ recovery-image] Dec 21 05:07:41.674 INFO O| Dec 21 05:07:41.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
61092024-12-21T05:07:42.420Z[ recovery-image] Dec 21 05:07:41.674 INFO O| Dec 21 05:07:41.674 INFO STEP 545 (remove_files) COMPLETE
61102024-12-21T05:07:42.423Z[ recovery-image] Dec 21 05:07:41.674 INFO O| Dec 21 05:07:41.674 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61112024-12-21T05:07:42.461Z[ recovery-image] Dec 21 05:07:41.716 INFO O| Dec 21 05:07:41.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
61122024-12-21T05:07:42.482Z[ recovery-image] Dec 21 05:07:41.736 INFO O| Dec 21 05:07:41.736 INFO STEP 546 (remove_files) COMPLETE
61132024-12-21T05:07:42.482Z[ recovery-image] Dec 21 05:07:41.736 INFO O| Dec 21 05:07:41.736 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61142024-12-21T05:07:42.612Z[ recovery-image] Dec 21 05:07:41.865 INFO O| Dec 21 05:07:41.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
61152024-12-21T05:07:42.651Z[ recovery-image] Dec 21 05:07:41.906 INFO O| Dec 21 05:07:41.906 INFO STEP 547 (remove_files) COMPLETE
61162024-12-21T05:07:42.652Z[ recovery-image] Dec 21 05:07:41.907 INFO O| Dec 21 05:07:41.906 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61172024-12-21T05:07:42.707Z[ recovery-image] Dec 21 05:07:41.962 INFO O| Dec 21 05:07:41.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
61182024-12-21T05:07:42.710Z[ recovery-image] Dec 21 05:07:41.963 INFO O| Dec 21 05:07:41.962 INFO STEP 548 (remove_files) COMPLETE
61192024-12-21T05:07:42.710Z[ recovery-image] Dec 21 05:07:41.963 INFO O| Dec 21 05:07:41.963 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61202024-12-21T05:07:42.745Z[ recovery-image] Dec 21 05:07:42.000 INFO O| Dec 21 05:07:41.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
61212024-12-21T05:07:42.747Z[ recovery-image] Dec 21 05:07:42.000 INFO O| Dec 21 05:07:42.000 INFO STEP 549 (remove_files) COMPLETE
61222024-12-21T05:07:42.747Z[ recovery-image] Dec 21 05:07:42.000 INFO O| Dec 21 05:07:42.000 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61232024-12-21T05:07:42.763Z[ recovery-image] Dec 21 05:07:42.018 INFO O| Dec 21 05:07:42.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
61242024-12-21T05:07:42.766Z[ recovery-image] Dec 21 05:07:42.018 INFO O| Dec 21 05:07:42.018 INFO STEP 550 (remove_files) COMPLETE
61252024-12-21T05:07:42.766Z[ recovery-image] Dec 21 05:07:42.019 INFO O| Dec 21 05:07:42.018 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61262024-12-21T05:07:42.783Z[ recovery-image] Dec 21 05:07:42.038 INFO O| Dec 21 05:07:42.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
61272024-12-21T05:07:42.783Z[ recovery-image] Dec 21 05:07:42.038 INFO O| Dec 21 05:07:42.038 INFO STEP 551 (remove_files) COMPLETE
61282024-12-21T05:07:42.786Z[ recovery-image] Dec 21 05:07:42.038 INFO O| Dec 21 05:07:42.038 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61292024-12-21T05:07:42.823Z[ recovery-image] Dec 21 05:07:42.078 INFO O| Dec 21 05:07:42.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
61302024-12-21T05:07:42.823Z[ recovery-image] Dec 21 05:07:42.078 INFO O| Dec 21 05:07:42.078 INFO STEP 552 (remove_files) COMPLETE
61312024-12-21T05:07:42.823Z[ recovery-image] Dec 21 05:07:42.078 INFO O| Dec 21 05:07:42.078 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61322024-12-21T05:07:42.845Z[ recovery-image] Dec 21 05:07:42.100 INFO O| Dec 21 05:07:42.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
61332024-12-21T05:07:42.848Z[ recovery-image] Dec 21 05:07:42.100 INFO O| Dec 21 05:07:42.100 INFO STEP 553 (remove_files) COMPLETE
61342024-12-21T05:07:42.848Z[ recovery-image] Dec 21 05:07:42.100 INFO O| Dec 21 05:07:42.100 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61352024-12-21T05:07:42.865Z[ recovery-image] Dec 21 05:07:42.120 INFO O| Dec 21 05:07:42.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
61362024-12-21T05:07:42.868Z[ recovery-image] Dec 21 05:07:42.120 INFO O| Dec 21 05:07:42.120 INFO STEP 554 (remove_files) COMPLETE
61372024-12-21T05:07:42.868Z[ recovery-image] Dec 21 05:07:42.120 INFO O| Dec 21 05:07:42.120 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61382024-12-21T05:07:42.887Z[ recovery-image] Dec 21 05:07:42.141 INFO O| Dec 21 05:07:42.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
61392024-12-21T05:07:42.890Z[ recovery-image] Dec 21 05:07:42.142 INFO O| Dec 21 05:07:42.142 INFO STEP 555 (remove_files) COMPLETE
61402024-12-21T05:07:42.890Z[ recovery-image] Dec 21 05:07:42.142 INFO O| Dec 21 05:07:42.142 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61412024-12-21T05:07:42.920Z[ recovery-image] Dec 21 05:07:42.174 INFO O| Dec 21 05:07:42.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
61422024-12-21T05:07:42.920Z[ recovery-image] Dec 21 05:07:42.174 INFO O| Dec 21 05:07:42.174 INFO STEP 556 (remove_files) COMPLETE
61432024-12-21T05:07:42.920Z[ recovery-image] Dec 21 05:07:42.174 INFO O| Dec 21 05:07:42.174 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61442024-12-21T05:07:42.957Z[ recovery-image] Dec 21 05:07:42.212 INFO O| Dec 21 05:07:42.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
61452024-12-21T05:07:42.960Z[ recovery-image] Dec 21 05:07:42.212 INFO O| Dec 21 05:07:42.212 INFO STEP 557 (remove_files) COMPLETE
61462024-12-21T05:07:42.960Z[ recovery-image] Dec 21 05:07:42.212 INFO O| Dec 21 05:07:42.212 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61472024-12-21T05:07:42.998Z[ recovery-image] Dec 21 05:07:42.251 INFO O| Dec 21 05:07:42.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
61482024-12-21T05:07:42.998Z[ recovery-image] Dec 21 05:07:42.251 INFO O| Dec 21 05:07:42.251 INFO STEP 558 (remove_files) COMPLETE
61492024-12-21T05:07:43.000Z[ recovery-image] Dec 21 05:07:42.251 INFO O| Dec 21 05:07:42.251 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61502024-12-21T05:07:43.053Z[ recovery-image] Dec 21 05:07:42.308 INFO O| Dec 21 05:07:42.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
61512024-12-21T05:07:43.053Z[ recovery-image] Dec 21 05:07:42.308 INFO O| Dec 21 05:07:42.308 INFO STEP 559 (remove_files) COMPLETE
61522024-12-21T05:07:43.056Z[ recovery-image] Dec 21 05:07:42.308 INFO O| Dec 21 05:07:42.308 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61532024-12-21T05:07:43.113Z[ recovery-image] Dec 21 05:07:42.368 INFO O| Dec 21 05:07:42.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
61542024-12-21T05:07:43.113Z[ recovery-image] Dec 21 05:07:42.368 INFO O| Dec 21 05:07:42.368 INFO STEP 560 (remove_files) COMPLETE
61552024-12-21T05:07:43.113Z[ recovery-image] Dec 21 05:07:42.368 INFO O| Dec 21 05:07:42.368 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61562024-12-21T05:07:43.132Z[ recovery-image] Dec 21 05:07:42.387 INFO O| Dec 21 05:07:42.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
61572024-12-21T05:07:43.132Z[ recovery-image] Dec 21 05:07:42.387 INFO O| Dec 21 05:07:42.387 INFO STEP 561 (remove_files) COMPLETE
61582024-12-21T05:07:43.134Z[ recovery-image] Dec 21 05:07:42.387 INFO O| Dec 21 05:07:42.387 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61592024-12-21T05:07:43.163Z[ recovery-image] Dec 21 05:07:42.418 INFO O| Dec 21 05:07:42.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
61602024-12-21T05:07:43.166Z[ recovery-image] Dec 21 05:07:42.418 INFO O| Dec 21 05:07:42.418 INFO STEP 562 (remove_files) COMPLETE
61612024-12-21T05:07:43.166Z[ recovery-image] Dec 21 05:07:42.419 INFO O| Dec 21 05:07:42.419 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61622024-12-21T05:07:43.228Z[ recovery-image] Dec 21 05:07:42.482 INFO O| Dec 21 05:07:42.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
61632024-12-21T05:07:43.228Z[ recovery-image] Dec 21 05:07:42.482 INFO O| Dec 21 05:07:42.482 INFO STEP 563 (remove_files) COMPLETE
61642024-12-21T05:07:43.228Z[ recovery-image] Dec 21 05:07:42.482 INFO O| Dec 21 05:07:42.482 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61652024-12-21T05:07:43.260Z[ recovery-image] Dec 21 05:07:42.515 INFO O| Dec 21 05:07:42.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
61662024-12-21T05:07:43.260Z[ recovery-image] Dec 21 05:07:42.515 INFO O| Dec 21 05:07:42.515 INFO STEP 564 (remove_files) COMPLETE
61672024-12-21T05:07:43.263Z[ recovery-image] Dec 21 05:07:42.515 INFO O| Dec 21 05:07:42.515 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61682024-12-21T05:07:43.280Z[ recovery-image] Dec 21 05:07:42.535 INFO O| Dec 21 05:07:42.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
61692024-12-21T05:07:43.280Z[ recovery-image] Dec 21 05:07:42.535 INFO O| Dec 21 05:07:42.535 INFO STEP 565 (remove_files) COMPLETE
61702024-12-21T05:07:43.283Z[ recovery-image] Dec 21 05:07:42.535 INFO O| Dec 21 05:07:42.535 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61712024-12-21T05:07:43.313Z[ recovery-image] Dec 21 05:07:42.568 INFO O| Dec 21 05:07:42.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
61722024-12-21T05:07:43.314Z[ recovery-image] Dec 21 05:07:42.568 INFO O| Dec 21 05:07:42.568 INFO STEP 566 (remove_files) COMPLETE
61732024-12-21T05:07:43.316Z[ recovery-image] Dec 21 05:07:42.568 INFO O| Dec 21 05:07:42.568 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61742024-12-21T05:07:43.333Z[ recovery-image] Dec 21 05:07:42.588 INFO O| Dec 21 05:07:42.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
61752024-12-21T05:07:43.333Z[ recovery-image] Dec 21 05:07:42.588 INFO O| Dec 21 05:07:42.588 INFO STEP 567 (remove_files) COMPLETE
61762024-12-21T05:07:43.336Z[ recovery-image] Dec 21 05:07:42.588 INFO O| Dec 21 05:07:42.588 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61772024-12-21T05:07:43.353Z[ recovery-image] Dec 21 05:07:42.608 INFO O| Dec 21 05:07:42.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
61782024-12-21T05:07:43.353Z[ recovery-image] Dec 21 05:07:42.608 INFO O| Dec 21 05:07:42.608 INFO STEP 568 (remove_files) COMPLETE
61792024-12-21T05:07:43.353Z[ recovery-image] Dec 21 05:07:42.608 INFO O| Dec 21 05:07:42.608 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61802024-12-21T05:07:43.386Z[ recovery-image] Dec 21 05:07:42.641 INFO O| Dec 21 05:07:42.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
61812024-12-21T05:07:43.386Z[ recovery-image] Dec 21 05:07:42.641 INFO O| Dec 21 05:07:42.641 INFO STEP 569 (remove_files) COMPLETE
61822024-12-21T05:07:43.386Z[ recovery-image] Dec 21 05:07:42.641 INFO O| Dec 21 05:07:42.641 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61832024-12-21T05:07:43.414Z[ recovery-image] Dec 21 05:07:42.669 INFO O| Dec 21 05:07:42.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
61842024-12-21T05:07:43.417Z[ recovery-image] Dec 21 05:07:42.669 INFO O| Dec 21 05:07:42.669 INFO STEP 570 (remove_files) COMPLETE
61852024-12-21T05:07:43.418Z[ recovery-image] Dec 21 05:07:42.669 INFO O| Dec 21 05:07:42.669 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61862024-12-21T05:07:43.456Z[ recovery-image] Dec 21 05:07:42.711 INFO O| Dec 21 05:07:42.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
61872024-12-21T05:07:43.457Z[ recovery-image] Dec 21 05:07:42.711 INFO O| Dec 21 05:07:42.711 INFO STEP 571 (remove_files) COMPLETE
61882024-12-21T05:07:43.457Z[ recovery-image] Dec 21 05:07:42.711 INFO O| Dec 21 05:07:42.711 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61892024-12-21T05:07:43.502Z[ recovery-image] Dec 21 05:07:42.757 INFO O| Dec 21 05:07:42.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
61902024-12-21T05:07:43.502Z[ recovery-image] Dec 21 05:07:42.757 INFO O| Dec 21 05:07:42.757 INFO STEP 572 (remove_files) COMPLETE
61912024-12-21T05:07:43.502Z[ recovery-image] Dec 21 05:07:42.757 INFO O| Dec 21 05:07:42.757 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61922024-12-21T05:07:43.536Z[ recovery-image] Dec 21 05:07:42.791 INFO O| Dec 21 05:07:42.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
61932024-12-21T05:07:43.536Z[ recovery-image] Dec 21 05:07:42.791 INFO O| Dec 21 05:07:42.791 INFO STEP 573 (remove_files) COMPLETE
61942024-12-21T05:07:43.539Z[ recovery-image] Dec 21 05:07:42.791 INFO O| Dec 21 05:07:42.791 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61952024-12-21T05:07:43.557Z[ recovery-image] Dec 21 05:07:42.811 INFO O| Dec 21 05:07:42.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
61962024-12-21T05:07:43.557Z[ recovery-image] Dec 21 05:07:42.811 INFO O| Dec 21 05:07:42.811 INFO STEP 574 (remove_files) COMPLETE
61972024-12-21T05:07:43.557Z[ recovery-image] Dec 21 05:07:42.811 INFO O| Dec 21 05:07:42.811 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61982024-12-21T05:07:43.613Z[ recovery-image] Dec 21 05:07:42.866 INFO O| Dec 21 05:07:42.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
61992024-12-21T05:07:43.613Z[ recovery-image] Dec 21 05:07:42.866 INFO O| Dec 21 05:07:42.866 INFO STEP 575 (remove_files) COMPLETE
62002024-12-21T05:07:43.614Z[ recovery-image] Dec 21 05:07:42.866 INFO O| Dec 21 05:07:42.866 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62012024-12-21T05:07:43.632Z[ recovery-image] Dec 21 05:07:42.886 INFO O| Dec 21 05:07:42.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
62022024-12-21T05:07:43.634Z[ recovery-image] Dec 21 05:07:42.886 INFO O| Dec 21 05:07:42.886 INFO STEP 576 (remove_files) COMPLETE
62032024-12-21T05:07:43.634Z[ recovery-image] Dec 21 05:07:42.886 INFO O| Dec 21 05:07:42.886 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62042024-12-21T05:07:43.657Z[ recovery-image] Dec 21 05:07:42.912 INFO O| Dec 21 05:07:42.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
62052024-12-21T05:07:43.657Z[ recovery-image] Dec 21 05:07:42.912 INFO O| Dec 21 05:07:42.912 INFO STEP 577 (remove_files) COMPLETE
62062024-12-21T05:07:43.657Z[ recovery-image] Dec 21 05:07:42.912 INFO O| Dec 21 05:07:42.912 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62072024-12-21T05:07:43.717Z[ recovery-image] Dec 21 05:07:42.972 INFO O| Dec 21 05:07:42.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
62082024-12-21T05:07:43.720Z[ recovery-image] Dec 21 05:07:42.972 INFO O| Dec 21 05:07:42.972 INFO STEP 578 (remove_files) COMPLETE
62092024-12-21T05:07:43.720Z[ recovery-image] Dec 21 05:07:42.972 INFO O| Dec 21 05:07:42.972 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62102024-12-21T05:07:43.737Z[ recovery-image] Dec 21 05:07:42.992 INFO O| Dec 21 05:07:42.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
62112024-12-21T05:07:43.737Z[ recovery-image] Dec 21 05:07:42.993 INFO O| Dec 21 05:07:42.993 INFO STEP 579 (remove_files) COMPLETE
62122024-12-21T05:07:43.740Z[ recovery-image] Dec 21 05:07:42.993 INFO O| Dec 21 05:07:42.993 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62132024-12-21T05:07:43.758Z[ recovery-image] Dec 21 05:07:43.013 INFO O| Dec 21 05:07:43.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
62142024-12-21T05:07:43.758Z[ recovery-image] Dec 21 05:07:43.013 INFO O| Dec 21 05:07:43.013 INFO STEP 580 (remove_files) COMPLETE
62152024-12-21T05:07:43.758Z[ recovery-image] Dec 21 05:07:43.013 INFO O| Dec 21 05:07:43.013 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62162024-12-21T05:07:43.774Z[ recovery-image] Dec 21 05:07:43.030 INFO O| Dec 21 05:07:43.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
62172024-12-21T05:07:43.774Z[ recovery-image] Dec 21 05:07:43.030 INFO O| Dec 21 05:07:43.030 INFO STEP 581 (remove_files) COMPLETE
62182024-12-21T05:07:43.774Z[ recovery-image] Dec 21 05:07:43.030 INFO O| Dec 21 05:07:43.030 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62192024-12-21T05:07:43.793Z[ recovery-image] Dec 21 05:07:43.048 INFO O| Dec 21 05:07:43.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
62202024-12-21T05:07:43.793Z[ recovery-image] Dec 21 05:07:43.048 INFO O| Dec 21 05:07:43.048 INFO STEP 582 (remove_files) COMPLETE
62212024-12-21T05:07:43.794Z[ recovery-image] Dec 21 05:07:43.048 INFO O| Dec 21 05:07:43.048 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62222024-12-21T05:07:43.823Z[ recovery-image] Dec 21 05:07:43.078 INFO O| Dec 21 05:07:43.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
62232024-12-21T05:07:43.843Z[ recovery-image] Dec 21 05:07:43.098 INFO O| Dec 21 05:07:43.098 INFO STEP 583 (remove_files) COMPLETE
62242024-12-21T05:07:43.844Z[ recovery-image] Dec 21 05:07:43.098 INFO O| Dec 21 05:07:43.098 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62252024-12-21T05:07:43.872Z[ recovery-image] Dec 21 05:07:43.122 INFO O| Dec 21 05:07:43.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
62262024-12-21T05:07:43.872Z[ recovery-image] Dec 21 05:07:43.122 INFO O| Dec 21 05:07:43.122 INFO STEP 584 (remove_files) COMPLETE
62272024-12-21T05:07:43.872Z[ recovery-image] Dec 21 05:07:43.122 INFO O| Dec 21 05:07:43.122 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62282024-12-21T05:07:43.888Z[ recovery-image] Dec 21 05:07:43.142 INFO O| Dec 21 05:07:43.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
62292024-12-21T05:07:43.888Z[ recovery-image] Dec 21 05:07:43.142 INFO O| Dec 21 05:07:43.142 INFO STEP 585 (remove_files) COMPLETE
62302024-12-21T05:07:43.893Z[ recovery-image] Dec 21 05:07:43.142 INFO O| Dec 21 05:07:43.142 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62312024-12-21T05:07:43.913Z[ recovery-image] Dec 21 05:07:43.168 INFO O| Dec 21 05:07:43.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
62322024-12-21T05:07:43.916Z[ recovery-image] Dec 21 05:07:43.168 INFO O| Dec 21 05:07:43.168 INFO STEP 586 (remove_files) COMPLETE
62332024-12-21T05:07:43.916Z[ recovery-image] Dec 21 05:07:43.169 INFO O| Dec 21 05:07:43.168 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62342024-12-21T05:07:43.972Z[ recovery-image] Dec 21 05:07:43.226 INFO O| Dec 21 05:07:43.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
62352024-12-21T05:07:43.976Z[ recovery-image] Dec 21 05:07:43.226 INFO O| Dec 21 05:07:43.226 INFO STEP 587 (remove_files) COMPLETE
62362024-12-21T05:07:43.976Z[ recovery-image] Dec 21 05:07:43.226 INFO O| Dec 21 05:07:43.226 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62372024-12-21T05:07:44.005Z[ recovery-image] Dec 21 05:07:43.259 INFO O| Dec 21 05:07:43.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
62382024-12-21T05:07:44.005Z[ recovery-image] Dec 21 05:07:43.259 INFO O| Dec 21 05:07:43.259 INFO STEP 588 (remove_files) COMPLETE
62392024-12-21T05:07:44.008Z[ recovery-image] Dec 21 05:07:43.260 INFO O| Dec 21 05:07:43.259 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62402024-12-21T05:07:44.042Z[ recovery-image] Dec 21 05:07:43.297 INFO O| Dec 21 05:07:43.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
62412024-12-21T05:07:44.042Z[ recovery-image] Dec 21 05:07:43.297 INFO O| Dec 21 05:07:43.297 INFO STEP 589 (remove_files) COMPLETE
62422024-12-21T05:07:44.045Z[ recovery-image] Dec 21 05:07:43.297 INFO O| Dec 21 05:07:43.297 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62432024-12-21T05:07:44.062Z[ recovery-image] Dec 21 05:07:43.317 INFO O| Dec 21 05:07:43.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
62442024-12-21T05:07:44.062Z[ recovery-image] Dec 21 05:07:43.317 INFO O| Dec 21 05:07:43.317 INFO STEP 590 (remove_files) COMPLETE
62452024-12-21T05:07:44.066Z[ recovery-image] Dec 21 05:07:43.317 INFO O| Dec 21 05:07:43.317 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62462024-12-21T05:07:44.081Z[ recovery-image] Dec 21 05:07:43.336 INFO O| Dec 21 05:07:43.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
62472024-12-21T05:07:44.084Z[ recovery-image] Dec 21 05:07:43.336 INFO O| Dec 21 05:07:43.336 INFO STEP 591 (remove_files) COMPLETE
62482024-12-21T05:07:44.084Z[ recovery-image] Dec 21 05:07:43.336 INFO O| Dec 21 05:07:43.336 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62492024-12-21T05:07:44.084Z[ host-image] Dec 21 05:07:43.336 INFO O| Dec 21 05:07:43.336 INFO O| Done
62502024-12-21T05:07:44.104Z[ recovery-image] Dec 21 05:07:43.354 INFO O| Dec 21 05:07:43.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
62512024-12-21T05:07:44.104Z[ recovery-image] Dec 21 05:07:43.354 INFO O| Dec 21 05:07:43.354 INFO STEP 592 (remove_files) COMPLETE
62522024-12-21T05:07:44.105Z[ recovery-image] Dec 21 05:07:43.354 INFO O| Dec 21 05:07:43.354 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62532024-12-21T05:07:44.117Z[ recovery-image] Dec 21 05:07:43.372 INFO O| Dec 21 05:07:43.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
62542024-12-21T05:07:44.117Z[ recovery-image] Dec 21 05:07:43.372 INFO O| Dec 21 05:07:43.372 INFO STEP 593 (remove_files) COMPLETE
62552024-12-21T05:07:44.117Z[ recovery-image] Dec 21 05:07:43.372 INFO O| Dec 21 05:07:43.372 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62562024-12-21T05:07:44.126Z[ host-image] Dec 21 05:07:43.380 INFO O| Dec 21 05:07:43.380 INFO O| Done
62572024-12-21T05:07:44.126Z[ host-image] Dec 21 05:07:43.380 INFO O| Dec 21 05:07:43.380 INFO O| Done
62582024-12-21T05:07:44.137Z[ recovery-image] Dec 21 05:07:43.390 INFO O| Dec 21 05:07:43.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
62592024-12-21T05:07:44.137Z[ recovery-image] Dec 21 05:07:43.390 INFO O| Dec 21 05:07:43.390 INFO STEP 594 (remove_files) COMPLETE
62602024-12-21T05:07:44.142Z[ recovery-image] Dec 21 05:07:43.390 INFO O| Dec 21 05:07:43.390 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62612024-12-21T05:07:44.154Z[ recovery-image] Dec 21 05:07:43.408 INFO O| Dec 21 05:07:43.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
62622024-12-21T05:07:44.154Z[ recovery-image] Dec 21 05:07:43.408 INFO O| Dec 21 05:07:43.408 INFO STEP 595 (remove_files) COMPLETE
62632024-12-21T05:07:44.154Z[ recovery-image] Dec 21 05:07:43.409 INFO O| Dec 21 05:07:43.408 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62642024-12-21T05:07:44.159Z[ host-image] Dec 21 05:07:43.409 INFO O| Dec 21 05:07:43.409 INFO O| Done
62652024-12-21T05:07:44.194Z[ recovery-image] Dec 21 05:07:43.449 INFO O| Dec 21 05:07:43.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
62662024-12-21T05:07:44.194Z[ recovery-image] Dec 21 05:07:43.449 INFO O| Dec 21 05:07:43.449 INFO STEP 596 (remove_files) COMPLETE
62672024-12-21T05:07:44.194Z[ recovery-image] Dec 21 05:07:43.449 INFO O| Dec 21 05:07:43.449 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62682024-12-21T05:07:44.240Z[ recovery-image] Dec 21 05:07:43.494 INFO O| Dec 21 05:07:43.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
62692024-12-21T05:07:44.240Z[ recovery-image] Dec 21 05:07:43.495 INFO O| Dec 21 05:07:43.495 INFO STEP 597 (remove_files) COMPLETE
62702024-12-21T05:07:44.240Z[ recovery-image] Dec 21 05:07:43.495 INFO O| Dec 21 05:07:43.495 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62712024-12-21T05:07:44.259Z[ recovery-image] Dec 21 05:07:43.514 INFO O| Dec 21 05:07:43.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
62722024-12-21T05:07:44.259Z[ recovery-image] Dec 21 05:07:43.514 INFO O| Dec 21 05:07:43.514 INFO STEP 598 (remove_files) COMPLETE
62732024-12-21T05:07:44.263Z[ recovery-image] Dec 21 05:07:43.514 INFO O| Dec 21 05:07:43.514 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62742024-12-21T05:07:44.293Z[ recovery-image] Dec 21 05:07:43.547 INFO O| Dec 21 05:07:43.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
62752024-12-21T05:07:44.293Z[ recovery-image] Dec 21 05:07:43.547 INFO O| Dec 21 05:07:43.547 INFO STEP 599 (remove_files) COMPLETE
62762024-12-21T05:07:44.294Z[ recovery-image] Dec 21 05:07:43.547 INFO O| Dec 21 05:07:43.547 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62772024-12-21T05:07:44.317Z[ recovery-image] Dec 21 05:07:43.569 INFO O| Dec 21 05:07:43.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
62782024-12-21T05:07:44.317Z[ recovery-image] Dec 21 05:07:43.569 INFO O| Dec 21 05:07:43.569 INFO STEP 600 (remove_files) COMPLETE
62792024-12-21T05:07:44.317Z[ recovery-image] Dec 21 05:07:43.570 INFO O| Dec 21 05:07:43.569 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62802024-12-21T05:07:44.336Z[ recovery-image] Dec 21 05:07:43.590 INFO O| Dec 21 05:07:43.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
62812024-12-21T05:07:44.336Z[ recovery-image] Dec 21 05:07:43.590 INFO O| Dec 21 05:07:43.590 INFO STEP 601 (remove_files) COMPLETE
62822024-12-21T05:07:44.336Z[ recovery-image] Dec 21 05:07:43.590 INFO O| Dec 21 05:07:43.590 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62832024-12-21T05:07:44.369Z[ recovery-image] Dec 21 05:07:43.624 INFO O| Dec 21 05:07:43.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
62842024-12-21T05:07:44.369Z[ recovery-image] Dec 21 05:07:43.624 INFO O| Dec 21 05:07:43.624 INFO STEP 602 (remove_files) COMPLETE
62852024-12-21T05:07:44.369Z[ recovery-image] Dec 21 05:07:43.624 INFO O| Dec 21 05:07:43.624 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62862024-12-21T05:07:44.393Z[ recovery-image] Dec 21 05:07:43.648 INFO O| Dec 21 05:07:43.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
62872024-12-21T05:07:44.394Z[ recovery-image] Dec 21 05:07:43.648 INFO O| Dec 21 05:07:43.648 INFO STEP 603 (remove_files) COMPLETE
62882024-12-21T05:07:44.394Z[ recovery-image] Dec 21 05:07:43.648 INFO O| Dec 21 05:07:43.648 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62892024-12-21T05:07:44.422Z[ host-image] Dec 21 05:07:43.677 INFO O| Dec 21 05:07:43.676 INFO STEP 14 (pkg_install) COMPLETE
62902024-12-21T05:07:44.422Z[ host-image] Dec 21 05:07:43.677 INFO O| Dec 21 05:07:43.677 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
62912024-12-21T05:07:44.425Z[ host-image] Dec 21 05:07:43.677 INFO O| Dec 21 05:07:43.677 INFO skip step because feature "mfg" is not enabled
62922024-12-21T05:07:44.425Z[ host-image] Dec 21 05:07:43.677 INFO O| Dec 21 05:07:43.677 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
62932024-12-21T05:07:44.425Z[ host-image] Dec 21 05:07:43.677 INFO O| Dec 21 05:07:43.677 INFO skip step because feature "compliance" is not enabled
62942024-12-21T05:07:44.425Z[ host-image] Dec 21 05:07:43.677 INFO O| Dec 21 05:07:43.677 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
62952024-12-21T05:07:44.425Z[ host-image] Dec 21 05:07:43.677 INFO O| Dec 21 05:07:43.677 INFO skip step because feature "stress" is not enabled
62962024-12-21T05:07:44.425Z[ host-image] Dec 21 05:07:43.677 INFO O| Dec 21 05:07:43.677 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
62972024-12-21T05:07:44.425Z[ host-image] Dec 21 05:07:43.677 INFO O| Dec 21 05:07:43.677 INFO skip step because feature "nfs" is not enabled
62982024-12-21T05:07:44.425Z[ host-image] Dec 21 05:07:43.677 INFO O| Dec 21 05:07:43.677 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
62992024-12-21T05:07:44.425Z[ host-image] Dec 21 05:07:43.677 INFO O| Dec 21 05:07:43.677 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
63002024-12-21T05:07:44.445Z[ recovery-image] Dec 21 05:07:43.700 INFO O| Dec 21 05:07:43.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
63012024-12-21T05:07:44.446Z[ recovery-image] Dec 21 05:07:43.700 INFO O| Dec 21 05:07:43.700 INFO STEP 604 (remove_files) COMPLETE
63022024-12-21T05:07:44.449Z[ recovery-image] Dec 21 05:07:43.701 INFO O| Dec 21 05:07:43.700 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63032024-12-21T05:07:44.464Z[ recovery-image] Dec 21 05:07:43.719 INFO O| Dec 21 05:07:43.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
63042024-12-21T05:07:44.465Z[ recovery-image] Dec 21 05:07:43.719 INFO O| Dec 21 05:07:43.719 INFO STEP 605 (remove_files) COMPLETE
63052024-12-21T05:07:44.468Z[ recovery-image] Dec 21 05:07:43.719 INFO O| Dec 21 05:07:43.719 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63062024-12-21T05:07:44.484Z[ recovery-image] Dec 21 05:07:43.737 INFO O| Dec 21 05:07:43.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
63072024-12-21T05:07:44.484Z[ recovery-image] Dec 21 05:07:43.737 INFO O| Dec 21 05:07:43.737 INFO STEP 606 (remove_files) COMPLETE
63082024-12-21T05:07:44.488Z[ recovery-image] Dec 21 05:07:43.737 INFO O| Dec 21 05:07:43.737 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63092024-12-21T05:07:44.501Z[ recovery-image] Dec 21 05:07:43.755 INFO O| Dec 21 05:07:43.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
63102024-12-21T05:07:44.501Z[ recovery-image] Dec 21 05:07:43.755 INFO O| Dec 21 05:07:43.755 INFO STEP 607 (remove_files) COMPLETE
63112024-12-21T05:07:44.504Z[ recovery-image] Dec 21 05:07:43.755 INFO O| Dec 21 05:07:43.755 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63122024-12-21T05:07:44.518Z[ recovery-image] Dec 21 05:07:43.772 INFO O| Dec 21 05:07:43.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
63132024-12-21T05:07:44.518Z[ recovery-image] Dec 21 05:07:43.773 INFO O| Dec 21 05:07:43.772 INFO STEP 608 (remove_files) COMPLETE
63142024-12-21T05:07:44.518Z[ recovery-image] Dec 21 05:07:43.773 INFO O| Dec 21 05:07:43.773 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63152024-12-21T05:07:44.521Z[ host-image] Dec 21 05:07:43.776 INFO O| Dec 21 05:07:43.776 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
63162024-12-21T05:07:44.583Z[ recovery-image] Dec 21 05:07:43.838 INFO O| Dec 21 05:07:43.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
63172024-12-21T05:07:44.583Z[ recovery-image] Dec 21 05:07:43.838 INFO O| Dec 21 05:07:43.838 INFO STEP 609 (remove_files) COMPLETE
63182024-12-21T05:07:44.585Z[ recovery-image] Dec 21 05:07:43.839 INFO O| Dec 21 05:07:43.838 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63192024-12-21T05:07:44.603Z[ recovery-image] Dec 21 05:07:43.858 INFO O| Dec 21 05:07:43.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
63202024-12-21T05:07:44.603Z[ recovery-image] Dec 21 05:07:43.858 INFO O| Dec 21 05:07:43.858 INFO STEP 610 (remove_files) COMPLETE
63212024-12-21T05:07:44.603Z[ recovery-image] Dec 21 05:07:43.858 INFO O| Dec 21 05:07:43.858 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63222024-12-21T05:07:44.621Z[ recovery-image] Dec 21 05:07:43.876 INFO O| Dec 21 05:07:43.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
63232024-12-21T05:07:44.621Z[ recovery-image] Dec 21 05:07:43.876 INFO O| Dec 21 05:07:43.876 INFO STEP 611 (remove_files) COMPLETE
63242024-12-21T05:07:44.622Z[ recovery-image] Dec 21 05:07:43.876 INFO O| Dec 21 05:07:43.876 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63252024-12-21T05:07:44.638Z[ recovery-image] Dec 21 05:07:43.893 INFO O| Dec 21 05:07:43.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
63262024-12-21T05:07:44.638Z[ recovery-image] Dec 21 05:07:43.893 INFO O| Dec 21 05:07:43.893 INFO STEP 612 (remove_files) COMPLETE
63272024-12-21T05:07:44.638Z[ recovery-image] Dec 21 05:07:43.893 INFO O| Dec 21 05:07:43.893 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63282024-12-21T05:07:44.658Z[ host-image] Dec 21 05:07:43.911 INFO O| Dec 21 05:07:43.911 INFO completed processing gimlet/ramdisk-01-os
63292024-12-21T05:07:44.662Z[ host-image] Dec 21 05:07:43.914 INFO omicron1 baseline generation...
63302024-12-21T05:07:44.662Z[ host-image] Dec 21 05:07:43.914 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
63312024-12-21T05:07:44.666Z[ recovery-image] Dec 21 05:07:43.917 INFO O| Dec 21 05:07:43.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
63322024-12-21T05:07:44.667Z[ recovery-image] Dec 21 05:07:43.917 INFO O| Dec 21 05:07:43.917 INFO STEP 613 (remove_files) COMPLETE
63332024-12-21T05:07:44.667Z[ recovery-image] Dec 21 05:07:43.918 INFO O| Dec 21 05:07:43.917 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63342024-12-21T05:07:44.767Z[ recovery-image] Dec 21 05:07:44.022 INFO O| Dec 21 05:07:44.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
63352024-12-21T05:07:44.767Z[ recovery-image] Dec 21 05:07:44.022 INFO O| Dec 21 05:07:44.022 INFO STEP 614 (remove_files) COMPLETE
63362024-12-21T05:07:44.767Z[ recovery-image] Dec 21 05:07:44.022 INFO O| Dec 21 05:07:44.022 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63372024-12-21T05:07:44.827Z[ recovery-image] Dec 21 05:07:44.082 INFO O| Dec 21 05:07:44.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
63382024-12-21T05:07:44.827Z[ recovery-image] Dec 21 05:07:44.082 INFO O| Dec 21 05:07:44.082 INFO STEP 615 (remove_files) COMPLETE
63392024-12-21T05:07:44.827Z[ recovery-image] Dec 21 05:07:44.082 INFO O| Dec 21 05:07:44.082 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63402024-12-21T05:07:44.845Z[ recovery-image] Dec 21 05:07:44.101 INFO O| Dec 21 05:07:44.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
63412024-12-21T05:07:44.845Z[ recovery-image] Dec 21 05:07:44.101 INFO O| Dec 21 05:07:44.101 INFO STEP 616 (remove_files) COMPLETE
63422024-12-21T05:07:44.846Z[ recovery-image] Dec 21 05:07:44.101 INFO O| Dec 21 05:07:44.101 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63432024-12-21T05:07:44.879Z[ recovery-image] Dec 21 05:07:44.135 INFO O| Dec 21 05:07:44.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
63442024-12-21T05:07:44.883Z[ recovery-image] Dec 21 05:07:44.136 INFO O| Dec 21 05:07:44.136 INFO STEP 617 (remove_files) COMPLETE
63452024-12-21T05:07:44.883Z[ recovery-image] Dec 21 05:07:44.136 INFO O| Dec 21 05:07:44.136 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63462024-12-21T05:07:44.900Z[ recovery-image] Dec 21 05:07:44.153 INFO O| Dec 21 05:07:44.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
63472024-12-21T05:07:44.900Z[ recovery-image] Dec 21 05:07:44.154 INFO O| Dec 21 05:07:44.154 INFO STEP 618 (remove_files) COMPLETE
63482024-12-21T05:07:44.900Z[ recovery-image] Dec 21 05:07:44.154 INFO O| Dec 21 05:07:44.154 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63492024-12-21T05:07:44.937Z[ recovery-image] Dec 21 05:07:44.191 INFO O| Dec 21 05:07:44.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
63502024-12-21T05:07:44.937Z[ recovery-image] Dec 21 05:07:44.191 INFO O| Dec 21 05:07:44.191 INFO STEP 619 (remove_files) COMPLETE
63512024-12-21T05:07:44.941Z[ recovery-image] Dec 21 05:07:44.191 INFO O| Dec 21 05:07:44.191 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63522024-12-21T05:07:44.957Z[ recovery-image] Dec 21 05:07:44.211 INFO O| Dec 21 05:07:44.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
63532024-12-21T05:07:44.957Z[ recovery-image] Dec 21 05:07:44.211 INFO O| Dec 21 05:07:44.211 INFO STEP 620 (remove_files) COMPLETE
63542024-12-21T05:07:44.960Z[ recovery-image] Dec 21 05:07:44.211 INFO O| Dec 21 05:07:44.211 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63552024-12-21T05:07:44.993Z[ recovery-image] Dec 21 05:07:44.249 INFO O| Dec 21 05:07:44.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
63562024-12-21T05:07:44.993Z[ recovery-image] Dec 21 05:07:44.249 INFO O| Dec 21 05:07:44.249 INFO STEP 621 (remove_files) COMPLETE
63572024-12-21T05:07:44.993Z[ recovery-image] Dec 21 05:07:44.249 INFO O| Dec 21 05:07:44.249 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63582024-12-21T05:07:45.013Z[ recovery-image] Dec 21 05:07:44.266 INFO O| Dec 21 05:07:44.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
63592024-12-21T05:07:45.013Z[ recovery-image] Dec 21 05:07:44.266 INFO O| Dec 21 05:07:44.266 INFO STEP 622 (remove_files) COMPLETE
63602024-12-21T05:07:45.013Z[ recovery-image] Dec 21 05:07:44.266 INFO O| Dec 21 05:07:44.266 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63612024-12-21T05:07:45.028Z[ recovery-image] Dec 21 05:07:44.282 INFO O| Dec 21 05:07:44.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
63622024-12-21T05:07:45.028Z[ recovery-image] Dec 21 05:07:44.282 INFO O| Dec 21 05:07:44.282 INFO STEP 623 (remove_files) COMPLETE
63632024-12-21T05:07:45.028Z[ recovery-image] Dec 21 05:07:44.282 INFO O| Dec 21 05:07:44.282 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63642024-12-21T05:07:45.046Z[ recovery-image] Dec 21 05:07:44.300 INFO O| Dec 21 05:07:44.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
63652024-12-21T05:07:45.046Z[ recovery-image] Dec 21 05:07:44.300 INFO O| Dec 21 05:07:44.300 INFO STEP 624 (remove_files) COMPLETE
63662024-12-21T05:07:45.051Z[ recovery-image] Dec 21 05:07:44.300 INFO O| Dec 21 05:07:44.300 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63672024-12-21T05:07:45.105Z[ recovery-image] Dec 21 05:07:44.360 INFO O| Dec 21 05:07:44.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
63682024-12-21T05:07:45.107Z[ recovery-image] Dec 21 05:07:44.360 INFO O| Dec 21 05:07:44.360 INFO STEP 625 (remove_files) COMPLETE
63692024-12-21T05:07:45.107Z[ recovery-image] Dec 21 05:07:44.360 INFO O| Dec 21 05:07:44.360 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63702024-12-21T05:07:45.122Z[ recovery-image] Dec 21 05:07:44.378 INFO O| Dec 21 05:07:44.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
63712024-12-21T05:07:45.125Z[ recovery-image] Dec 21 05:07:44.378 INFO O| Dec 21 05:07:44.378 INFO STEP 626 (remove_files) COMPLETE
63722024-12-21T05:07:45.126Z[ recovery-image] Dec 21 05:07:44.378 INFO O| Dec 21 05:07:44.378 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63732024-12-21T05:07:45.141Z[ recovery-image] Dec 21 05:07:44.395 INFO O| Dec 21 05:07:44.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
63742024-12-21T05:07:45.141Z[ recovery-image] Dec 21 05:07:44.395 INFO O| Dec 21 05:07:44.395 INFO STEP 627 (remove_files) COMPLETE
63752024-12-21T05:07:45.144Z[ recovery-image] Dec 21 05:07:44.395 INFO O| Dec 21 05:07:44.395 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63762024-12-21T05:07:45.161Z[ recovery-image] Dec 21 05:07:44.415 INFO O| Dec 21 05:07:44.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
63772024-12-21T05:07:45.162Z[ recovery-image] Dec 21 05:07:44.415 INFO O| Dec 21 05:07:44.415 INFO STEP 628 (remove_files) COMPLETE
63782024-12-21T05:07:45.162Z[ recovery-image] Dec 21 05:07:44.415 INFO O| Dec 21 05:07:44.415 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63792024-12-21T05:07:45.216Z[ recovery-image] Dec 21 05:07:44.471 INFO O| Dec 21 05:07:44.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
63802024-12-21T05:07:45.217Z[ recovery-image] Dec 21 05:07:44.471 INFO O| Dec 21 05:07:44.471 INFO STEP 629 (remove_files) COMPLETE
63812024-12-21T05:07:45.217Z[ recovery-image] Dec 21 05:07:44.471 INFO O| Dec 21 05:07:44.471 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63822024-12-21T05:07:45.241Z[ recovery-image] Dec 21 05:07:44.496 INFO O| Dec 21 05:07:44.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
63832024-12-21T05:07:45.246Z[ recovery-image] Dec 21 05:07:44.496 INFO O| Dec 21 05:07:44.496 INFO STEP 630 (remove_files) COMPLETE
63842024-12-21T05:07:45.246Z[ recovery-image] Dec 21 05:07:44.497 INFO O| Dec 21 05:07:44.497 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63852024-12-21T05:07:45.275Z[ recovery-image] Dec 21 05:07:44.528 INFO O| Dec 21 05:07:44.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
63862024-12-21T05:07:45.280Z[ recovery-image] Dec 21 05:07:44.528 INFO O| Dec 21 05:07:44.528 INFO STEP 631 (remove_files) COMPLETE
63872024-12-21T05:07:45.280Z[ recovery-image] Dec 21 05:07:44.529 INFO O| Dec 21 05:07:44.528 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63882024-12-21T05:07:45.334Z[ recovery-image] Dec 21 05:07:44.589 INFO O| Dec 21 05:07:44.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
63892024-12-21T05:07:45.342Z[ recovery-image] Dec 21 05:07:44.590 INFO O| Dec 21 05:07:44.590 INFO STEP 632 (remove_files) COMPLETE
63902024-12-21T05:07:45.342Z[ recovery-image] Dec 21 05:07:44.590 INFO O| Dec 21 05:07:44.590 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63912024-12-21T05:07:45.367Z[ recovery-image] Dec 21 05:07:44.608 INFO O| Dec 21 05:07:44.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
63922024-12-21T05:07:45.368Z[ recovery-image] Dec 21 05:07:44.608 INFO O| Dec 21 05:07:44.608 INFO STEP 633 (remove_files) COMPLETE
63932024-12-21T05:07:45.368Z[ recovery-image] Dec 21 05:07:44.608 INFO O| Dec 21 05:07:44.608 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63942024-12-21T05:07:45.386Z[ recovery-image] Dec 21 05:07:44.639 INFO O| Dec 21 05:07:44.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
63952024-12-21T05:07:45.386Z[ recovery-image] Dec 21 05:07:44.639 INFO O| Dec 21 05:07:44.639 INFO STEP 634 (remove_files) COMPLETE
63962024-12-21T05:07:45.389Z[ recovery-image] Dec 21 05:07:44.639 INFO O| Dec 21 05:07:44.639 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63972024-12-21T05:07:45.405Z[ recovery-image] Dec 21 05:07:44.661 INFO O| Dec 21 05:07:44.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
63982024-12-21T05:07:45.406Z[ recovery-image] Dec 21 05:07:44.661 INFO O| Dec 21 05:07:44.661 INFO STEP 635 (remove_files) COMPLETE
63992024-12-21T05:07:45.408Z[ recovery-image] Dec 21 05:07:44.661 INFO O| Dec 21 05:07:44.661 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64002024-12-21T05:07:45.430Z[ recovery-image] Dec 21 05:07:44.678 INFO O| Dec 21 05:07:44.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
64012024-12-21T05:07:45.430Z[ recovery-image] Dec 21 05:07:44.679 INFO O| Dec 21 05:07:44.679 INFO STEP 636 (remove_files) COMPLETE
64022024-12-21T05:07:45.430Z[ recovery-image] Dec 21 05:07:44.679 INFO O| Dec 21 05:07:44.679 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64032024-12-21T05:07:45.437Z[ host-image] Dec 21 05:07:44.686 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23080:20241219T204626Z
64042024-12-21T05:07:45.440Z[ recovery-image] Dec 21 05:07:44.696 INFO O| Dec 21 05:07:44.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
64052024-12-21T05:07:45.440Z[ recovery-image] Dec 21 05:07:44.696 INFO O| Dec 21 05:07:44.696 INFO STEP 637 (remove_files) COMPLETE
64062024-12-21T05:07:45.440Z[ recovery-image] Dec 21 05:07:44.696 INFO O| Dec 21 05:07:44.696 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64072024-12-21T05:07:45.498Z[ recovery-image] Dec 21 05:07:44.752 INFO O| Dec 21 05:07:44.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
64082024-12-21T05:07:45.498Z[ recovery-image] Dec 21 05:07:44.752 INFO O| Dec 21 05:07:44.752 INFO STEP 638 (remove_files) COMPLETE
64092024-12-21T05:07:45.504Z[ recovery-image] Dec 21 05:07:44.752 INFO O| Dec 21 05:07:44.752 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64102024-12-21T05:07:45.518Z[ recovery-image] Dec 21 05:07:44.769 INFO O| Dec 21 05:07:44.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
64112024-12-21T05:07:45.518Z[ recovery-image] Dec 21 05:07:44.769 INFO O| Dec 21 05:07:44.769 INFO STEP 639 (remove_files) COMPLETE
64122024-12-21T05:07:45.526Z[ recovery-image] Dec 21 05:07:44.769 INFO O| Dec 21 05:07:44.769 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64132024-12-21T05:07:45.535Z[ recovery-image] Dec 21 05:07:44.786 INFO O| Dec 21 05:07:44.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
64142024-12-21T05:07:45.535Z[ recovery-image] Dec 21 05:07:44.786 INFO O| Dec 21 05:07:44.786 INFO STEP 640 (remove_files) COMPLETE
64152024-12-21T05:07:45.539Z[ recovery-image] Dec 21 05:07:44.787 INFO O| Dec 21 05:07:44.786 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64162024-12-21T05:07:45.568Z[ recovery-image] Dec 21 05:07:44.823 INFO O| Dec 21 05:07:44.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
64172024-12-21T05:07:45.568Z[ recovery-image] Dec 21 05:07:44.823 INFO O| Dec 21 05:07:44.823 INFO STEP 641 (remove_files) COMPLETE
64182024-12-21T05:07:45.568Z[ recovery-image] Dec 21 05:07:44.823 INFO O| Dec 21 05:07:44.823 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64192024-12-21T05:07:45.627Z[ recovery-image] Dec 21 05:07:44.881 INFO O| Dec 21 05:07:44.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
64202024-12-21T05:07:45.627Z[ recovery-image] Dec 21 05:07:44.881 INFO O| Dec 21 05:07:44.881 INFO STEP 642 (remove_files) COMPLETE
64212024-12-21T05:07:45.634Z[ recovery-image] Dec 21 05:07:44.881 INFO O| Dec 21 05:07:44.881 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64222024-12-21T05:07:45.646Z[ recovery-image] Dec 21 05:07:44.900 INFO O| Dec 21 05:07:44.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
64232024-12-21T05:07:45.646Z[ recovery-image] Dec 21 05:07:44.900 INFO O| Dec 21 05:07:44.900 INFO STEP 643 (remove_files) COMPLETE
64242024-12-21T05:07:45.646Z[ recovery-image] Dec 21 05:07:44.900 INFO O| Dec 21 05:07:44.900 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64252024-12-21T05:07:45.667Z[ recovery-image] Dec 21 05:07:44.920 INFO O| Dec 21 05:07:44.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
64262024-12-21T05:07:45.667Z[ recovery-image] Dec 21 05:07:44.920 INFO O| Dec 21 05:07:44.920 INFO STEP 644 (remove_files) COMPLETE
64272024-12-21T05:07:45.667Z[ recovery-image] Dec 21 05:07:44.920 INFO O| Dec 21 05:07:44.920 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64282024-12-21T05:07:45.724Z[ recovery-image] Dec 21 05:07:44.979 INFO O| Dec 21 05:07:44.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
64292024-12-21T05:07:45.724Z[ recovery-image] Dec 21 05:07:44.979 INFO O| Dec 21 05:07:44.979 INFO STEP 645 (remove_files) COMPLETE
64302024-12-21T05:07:45.724Z[ recovery-image] Dec 21 05:07:44.979 INFO O| Dec 21 05:07:44.979 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64312024-12-21T05:07:45.743Z[ recovery-image] Dec 21 05:07:44.998 INFO O| Dec 21 05:07:44.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
64322024-12-21T05:07:45.743Z[ recovery-image] Dec 21 05:07:44.998 INFO O| Dec 21 05:07:44.998 INFO STEP 646 (remove_files) COMPLETE
64332024-12-21T05:07:45.743Z[ recovery-image] Dec 21 05:07:44.998 INFO O| Dec 21 05:07:44.998 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64342024-12-21T05:07:45.763Z[ recovery-image] Dec 21 05:07:45.018 INFO O| Dec 21 05:07:45.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
64352024-12-21T05:07:45.763Z[ recovery-image] Dec 21 05:07:45.018 INFO O| Dec 21 05:07:45.018 INFO STEP 647 (remove_files) COMPLETE
64362024-12-21T05:07:45.763Z[ recovery-image] Dec 21 05:07:45.018 INFO O| Dec 21 05:07:45.018 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64372024-12-21T05:07:45.799Z[ recovery-image] Dec 21 05:07:45.054 INFO O| Dec 21 05:07:45.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
64382024-12-21T05:07:45.799Z[ recovery-image] Dec 21 05:07:45.054 INFO O| Dec 21 05:07:45.054 INFO STEP 648 (remove_files) COMPLETE
64392024-12-21T05:07:45.799Z[ recovery-image] Dec 21 05:07:45.054 INFO O| Dec 21 05:07:45.054 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64402024-12-21T05:07:45.836Z[ recovery-image] Dec 21 05:07:45.090 INFO O| Dec 21 05:07:45.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
64412024-12-21T05:07:45.836Z[ recovery-image] Dec 21 05:07:45.090 INFO O| Dec 21 05:07:45.090 INFO STEP 649 (remove_files) COMPLETE
64422024-12-21T05:07:45.840Z[ recovery-image] Dec 21 05:07:45.090 INFO O| Dec 21 05:07:45.090 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64432024-12-21T05:07:45.858Z[ recovery-image] Dec 21 05:07:45.110 INFO O| Dec 21 05:07:45.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
64442024-12-21T05:07:45.859Z[ recovery-image] Dec 21 05:07:45.110 INFO O| Dec 21 05:07:45.110 INFO STEP 650 (remove_files) COMPLETE
64452024-12-21T05:07:45.859Z[ recovery-image] Dec 21 05:07:45.110 INFO O| Dec 21 05:07:45.110 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64462024-12-21T05:07:45.886Z[ recovery-image] Dec 21 05:07:45.140 INFO O| Dec 21 05:07:45.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
64472024-12-21T05:07:45.886Z[ recovery-image] Dec 21 05:07:45.140 INFO O| Dec 21 05:07:45.140 INFO STEP 651 (remove_files) COMPLETE
64482024-12-21T05:07:45.886Z[ recovery-image] Dec 21 05:07:45.141 INFO O| Dec 21 05:07:45.140 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64492024-12-21T05:07:45.902Z[ recovery-image] Dec 21 05:07:45.157 INFO O| Dec 21 05:07:45.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
64502024-12-21T05:07:45.902Z[ recovery-image] Dec 21 05:07:45.157 INFO O| Dec 21 05:07:45.157 INFO STEP 652 (remove_files) COMPLETE
64512024-12-21T05:07:45.902Z[ recovery-image] Dec 21 05:07:45.157 INFO O| Dec 21 05:07:45.157 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64522024-12-21T05:07:45.925Z[ recovery-image] Dec 21 05:07:45.180 INFO O| Dec 21 05:07:45.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
64532024-12-21T05:07:45.925Z[ recovery-image] Dec 21 05:07:45.180 INFO O| Dec 21 05:07:45.180 INFO STEP 653 (remove_files) COMPLETE
64542024-12-21T05:07:45.925Z[ recovery-image] Dec 21 05:07:45.180 INFO O| Dec 21 05:07:45.180 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64552024-12-21T05:07:45.995Z[ recovery-image] Dec 21 05:07:45.251 INFO O| Dec 21 05:07:45.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
64562024-12-21T05:07:45.995Z[ recovery-image] Dec 21 05:07:45.251 INFO O| Dec 21 05:07:45.251 INFO STEP 654 (remove_files) COMPLETE
64572024-12-21T05:07:45.999Z[ recovery-image] Dec 21 05:07:45.251 INFO O| Dec 21 05:07:45.251 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64582024-12-21T05:07:46.017Z[ recovery-image] Dec 21 05:07:45.270 INFO O| Dec 21 05:07:45.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
64592024-12-21T05:07:46.017Z[ recovery-image] Dec 21 05:07:45.270 INFO O| Dec 21 05:07:45.270 INFO STEP 655 (remove_files) COMPLETE
64602024-12-21T05:07:46.020Z[ recovery-image] Dec 21 05:07:45.270 INFO O| Dec 21 05:07:45.270 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64612024-12-21T05:07:46.077Z[ recovery-image] Dec 21 05:07:45.330 INFO O| Dec 21 05:07:45.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
64622024-12-21T05:07:46.078Z[ recovery-image] Dec 21 05:07:45.330 INFO O| Dec 21 05:07:45.330 INFO STEP 656 (remove_files) COMPLETE
64632024-12-21T05:07:46.082Z[ recovery-image] Dec 21 05:07:45.330 INFO O| Dec 21 05:07:45.330 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64642024-12-21T05:07:46.101Z[ recovery-image] Dec 21 05:07:45.351 INFO O| Dec 21 05:07:45.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
64652024-12-21T05:07:46.101Z[ recovery-image] Dec 21 05:07:45.351 INFO O| Dec 21 05:07:45.351 INFO STEP 657 (remove_files) COMPLETE
64662024-12-21T05:07:46.106Z[ recovery-image] Dec 21 05:07:45.351 INFO O| Dec 21 05:07:45.351 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64672024-12-21T05:07:46.117Z[ recovery-image] Dec 21 05:07:45.371 INFO O| Dec 21 05:07:45.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
64682024-12-21T05:07:46.117Z[ recovery-image] Dec 21 05:07:45.372 INFO O| Dec 21 05:07:45.372 INFO STEP 658 (remove_files) COMPLETE
64692024-12-21T05:07:46.120Z[ recovery-image] Dec 21 05:07:45.372 INFO O| Dec 21 05:07:45.372 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64702024-12-21T05:07:46.156Z[ recovery-image] Dec 21 05:07:45.411 INFO O| Dec 21 05:07:45.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
64712024-12-21T05:07:46.156Z[ recovery-image] Dec 21 05:07:45.411 INFO O| Dec 21 05:07:45.411 INFO STEP 659 (remove_files) COMPLETE
64722024-12-21T05:07:46.161Z[ recovery-image] Dec 21 05:07:45.412 INFO O| Dec 21 05:07:45.411 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64732024-12-21T05:07:46.181Z[ recovery-image] Dec 21 05:07:45.431 INFO O| Dec 21 05:07:45.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
64742024-12-21T05:07:46.181Z[ recovery-image] Dec 21 05:07:45.431 INFO O| Dec 21 05:07:45.431 INFO STEP 660 (remove_files) COMPLETE
64752024-12-21T05:07:46.189Z[ recovery-image] Dec 21 05:07:45.431 INFO O| Dec 21 05:07:45.431 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64762024-12-21T05:07:46.197Z[ recovery-image] Dec 21 05:07:45.452 INFO O| Dec 21 05:07:45.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
64772024-12-21T05:07:46.197Z[ recovery-image] Dec 21 05:07:45.452 INFO O| Dec 21 05:07:45.452 INFO STEP 661 (remove_files) COMPLETE
64782024-12-21T05:07:46.197Z[ recovery-image] Dec 21 05:07:45.452 INFO O| Dec 21 05:07:45.452 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64792024-12-21T05:07:46.217Z[ recovery-image] Dec 21 05:07:45.472 INFO O| Dec 21 05:07:45.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
64802024-12-21T05:07:46.217Z[ recovery-image] Dec 21 05:07:45.472 INFO O| Dec 21 05:07:45.472 INFO STEP 662 (remove_files) COMPLETE
64812024-12-21T05:07:46.222Z[ recovery-image] Dec 21 05:07:45.472 INFO O| Dec 21 05:07:45.472 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64822024-12-21T05:07:46.240Z[ recovery-image] Dec 21 05:07:45.493 INFO O| Dec 21 05:07:45.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
64832024-12-21T05:07:46.240Z[ recovery-image] Dec 21 05:07:45.493 INFO O| Dec 21 05:07:45.493 INFO STEP 663 (remove_files) COMPLETE
64842024-12-21T05:07:46.241Z[ recovery-image] Dec 21 05:07:45.493 INFO O| Dec 21 05:07:45.493 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64852024-12-21T05:07:46.261Z[ recovery-image] Dec 21 05:07:45.513 INFO O| Dec 21 05:07:45.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
64862024-12-21T05:07:46.261Z[ recovery-image] Dec 21 05:07:45.513 INFO O| Dec 21 05:07:45.513 INFO STEP 664 (remove_files) COMPLETE
64872024-12-21T05:07:46.265Z[ recovery-image] Dec 21 05:07:45.513 INFO O| Dec 21 05:07:45.513 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64882024-12-21T05:07:46.277Z[ recovery-image] Dec 21 05:07:45.531 INFO O| Dec 21 05:07:45.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
64892024-12-21T05:07:46.277Z[ recovery-image] Dec 21 05:07:45.531 INFO O| Dec 21 05:07:45.531 INFO STEP 665 (remove_files) COMPLETE
64902024-12-21T05:07:46.277Z[ recovery-image] Dec 21 05:07:45.531 INFO O| Dec 21 05:07:45.531 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64912024-12-21T05:07:46.314Z[ recovery-image] Dec 21 05:07:45.569 INFO O| Dec 21 05:07:45.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
64922024-12-21T05:07:46.314Z[ recovery-image] Dec 21 05:07:45.569 INFO O| Dec 21 05:07:45.569 INFO STEP 666 (remove_files) COMPLETE
64932024-12-21T05:07:46.314Z[ recovery-image] Dec 21 05:07:45.569 INFO O| Dec 21 05:07:45.569 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64942024-12-21T05:07:46.349Z[ recovery-image] Dec 21 05:07:45.603 INFO O| Dec 21 05:07:45.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
64952024-12-21T05:07:46.349Z[ recovery-image] Dec 21 05:07:45.603 INFO O| Dec 21 05:07:45.603 INFO STEP 667 (remove_files) COMPLETE
64962024-12-21T05:07:46.349Z[ recovery-image] Dec 21 05:07:45.603 INFO O| Dec 21 05:07:45.603 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64972024-12-21T05:07:46.381Z[ recovery-image] Dec 21 05:07:45.635 INFO O| Dec 21 05:07:45.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
64982024-12-21T05:07:46.386Z[ recovery-image] Dec 21 05:07:45.635 INFO O| Dec 21 05:07:45.635 INFO STEP 668 (remove_files) COMPLETE
64992024-12-21T05:07:46.386Z[ recovery-image] Dec 21 05:07:45.635 INFO O| Dec 21 05:07:45.635 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65002024-12-21T05:07:46.420Z[ recovery-image] Dec 21 05:07:45.675 INFO O| Dec 21 05:07:45.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
65012024-12-21T05:07:46.427Z[ recovery-image] Dec 21 05:07:45.675 INFO O| Dec 21 05:07:45.675 INFO STEP 669 (remove_files) COMPLETE
65022024-12-21T05:07:46.427Z[ recovery-image] Dec 21 05:07:45.676 INFO O| Dec 21 05:07:45.676 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65032024-12-21T05:07:46.450Z[ recovery-image] Dec 21 05:07:45.705 INFO O| Dec 21 05:07:45.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
65042024-12-21T05:07:46.454Z[ recovery-image] Dec 21 05:07:45.705 INFO O| Dec 21 05:07:45.705 INFO STEP 670 (remove_files) COMPLETE
65052024-12-21T05:07:46.454Z[ recovery-image] Dec 21 05:07:45.706 INFO O| Dec 21 05:07:45.705 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65062024-12-21T05:07:46.477Z[ recovery-image] Dec 21 05:07:45.732 INFO O| Dec 21 05:07:45.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
65072024-12-21T05:07:46.477Z[ recovery-image] Dec 21 05:07:45.732 INFO O| Dec 21 05:07:45.732 INFO STEP 671 (remove_files) COMPLETE
65082024-12-21T05:07:46.481Z[ recovery-image] Dec 21 05:07:45.733 INFO O| Dec 21 05:07:45.732 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65092024-12-21T05:07:46.535Z[ recovery-image] Dec 21 05:07:45.786 INFO O| Dec 21 05:07:45.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
65102024-12-21T05:07:46.535Z[ recovery-image] Dec 21 05:07:45.786 INFO O| Dec 21 05:07:45.786 INFO STEP 672 (remove_files) COMPLETE
65112024-12-21T05:07:46.535Z[ recovery-image] Dec 21 05:07:45.786 INFO O| Dec 21 05:07:45.786 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65122024-12-21T05:07:46.592Z[ recovery-image] Dec 21 05:07:45.847 INFO O| Dec 21 05:07:45.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
65132024-12-21T05:07:46.592Z[ recovery-image] Dec 21 05:07:45.847 INFO O| Dec 21 05:07:45.847 INFO STEP 673 (remove_files) COMPLETE
65142024-12-21T05:07:46.595Z[ recovery-image] Dec 21 05:07:45.847 INFO O| Dec 21 05:07:45.847 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65152024-12-21T05:07:46.618Z[ recovery-image] Dec 21 05:07:45.873 INFO O| Dec 21 05:07:45.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
65162024-12-21T05:07:46.621Z[ recovery-image] Dec 21 05:07:45.873 INFO O| Dec 21 05:07:45.873 INFO STEP 674 (remove_files) COMPLETE
65172024-12-21T05:07:46.621Z[ recovery-image] Dec 21 05:07:45.874 INFO O| Dec 21 05:07:45.873 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65182024-12-21T05:07:46.638Z[ recovery-image] Dec 21 05:07:45.892 INFO O| Dec 21 05:07:45.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
65192024-12-21T05:07:46.643Z[ recovery-image] Dec 21 05:07:45.892 INFO O| Dec 21 05:07:45.892 INFO STEP 675 (remove_files) COMPLETE
65202024-12-21T05:07:46.643Z[ recovery-image] Dec 21 05:07:45.892 INFO O| Dec 21 05:07:45.892 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65212024-12-21T05:07:46.659Z[ recovery-image] Dec 21 05:07:45.915 INFO O| Dec 21 05:07:45.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
65222024-12-21T05:07:46.660Z[ recovery-image] Dec 21 05:07:45.915 INFO O| Dec 21 05:07:45.915 INFO STEP 676 (remove_files) COMPLETE
65232024-12-21T05:07:46.662Z[ recovery-image] Dec 21 05:07:45.915 INFO O| Dec 21 05:07:45.915 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65242024-12-21T05:07:46.678Z[ recovery-image] Dec 21 05:07:45.933 INFO O| Dec 21 05:07:45.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
65252024-12-21T05:07:46.678Z[ recovery-image] Dec 21 05:07:45.933 INFO O| Dec 21 05:07:45.933 INFO STEP 677 (remove_files) COMPLETE
65262024-12-21T05:07:46.678Z[ recovery-image] Dec 21 05:07:45.933 INFO O| Dec 21 05:07:45.933 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65272024-12-21T05:07:46.697Z[ recovery-image] Dec 21 05:07:45.950 INFO O| Dec 21 05:07:45.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
65282024-12-21T05:07:46.698Z[ recovery-image] Dec 21 05:07:45.950 INFO O| Dec 21 05:07:45.950 INFO STEP 678 (remove_files) COMPLETE
65292024-12-21T05:07:46.700Z[ recovery-image] Dec 21 05:07:45.950 INFO O| Dec 21 05:07:45.950 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65302024-12-21T05:07:46.728Z[ recovery-image] Dec 21 05:07:45.983 INFO O| Dec 21 05:07:45.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
65312024-12-21T05:07:46.732Z[ recovery-image] Dec 21 05:07:45.983 INFO O| Dec 21 05:07:45.983 INFO STEP 679 (remove_files) COMPLETE
65322024-12-21T05:07:46.732Z[ recovery-image] Dec 21 05:07:45.983 INFO O| Dec 21 05:07:45.983 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65332024-12-21T05:07:46.748Z[ recovery-image] Dec 21 05:07:46.002 INFO O| Dec 21 05:07:46.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
65342024-12-21T05:07:46.748Z[ recovery-image] Dec 21 05:07:46.002 INFO O| Dec 21 05:07:46.002 INFO STEP 680 (remove_files) COMPLETE
65352024-12-21T05:07:46.749Z[ recovery-image] Dec 21 05:07:46.002 INFO O| Dec 21 05:07:46.002 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65362024-12-21T05:07:46.801Z[ recovery-image] Dec 21 05:07:46.056 INFO O| Dec 21 05:07:46.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
65372024-12-21T05:07:46.801Z[ recovery-image] Dec 21 05:07:46.056 INFO O| Dec 21 05:07:46.056 INFO STEP 681 (remove_files) COMPLETE
65382024-12-21T05:07:46.801Z[ recovery-image] Dec 21 05:07:46.056 INFO O| Dec 21 05:07:46.056 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65392024-12-21T05:07:46.822Z[ recovery-image] Dec 21 05:07:46.076 INFO O| Dec 21 05:07:46.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
65402024-12-21T05:07:46.822Z[ recovery-image] Dec 21 05:07:46.076 INFO O| Dec 21 05:07:46.076 INFO STEP 682 (remove_files) COMPLETE
65412024-12-21T05:07:46.822Z[ recovery-image] Dec 21 05:07:46.076 INFO O| Dec 21 05:07:46.076 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65422024-12-21T05:07:46.838Z[ recovery-image] Dec 21 05:07:46.093 INFO O| Dec 21 05:07:46.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
65432024-12-21T05:07:46.838Z[ recovery-image] Dec 21 05:07:46.093 INFO O| Dec 21 05:07:46.093 INFO STEP 683 (remove_files) COMPLETE
65442024-12-21T05:07:46.838Z[ recovery-image] Dec 21 05:07:46.094 INFO O| Dec 21 05:07:46.093 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65452024-12-21T05:07:46.862Z[ recovery-image] Dec 21 05:07:46.114 INFO O| Dec 21 05:07:46.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
65462024-12-21T05:07:46.862Z[ recovery-image] Dec 21 05:07:46.114 INFO O| Dec 21 05:07:46.114 INFO STEP 684 (remove_files) COMPLETE
65472024-12-21T05:07:46.862Z[ recovery-image] Dec 21 05:07:46.114 INFO O| Dec 21 05:07:46.114 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65482024-12-21T05:07:46.883Z[ recovery-image] Dec 21 05:07:46.135 INFO O| Dec 21 05:07:46.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
65492024-12-21T05:07:46.883Z[ recovery-image] Dec 21 05:07:46.135 INFO O| Dec 21 05:07:46.135 INFO STEP 685 (remove_files) COMPLETE
65502024-12-21T05:07:46.883Z[ recovery-image] Dec 21 05:07:46.135 INFO O| Dec 21 05:07:46.135 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65512024-12-21T05:07:46.917Z[ recovery-image] Dec 21 05:07:46.164 INFO O| Dec 21 05:07:46.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
65522024-12-21T05:07:46.917Z[ recovery-image] Dec 21 05:07:46.164 INFO O| Dec 21 05:07:46.164 INFO STEP 686 (remove_files) COMPLETE
65532024-12-21T05:07:46.918Z[ recovery-image] Dec 21 05:07:46.164 INFO O| Dec 21 05:07:46.164 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65542024-12-21T05:07:46.934Z[ recovery-image] Dec 21 05:07:46.187 INFO O| Dec 21 05:07:46.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
65552024-12-21T05:07:46.934Z[ recovery-image] Dec 21 05:07:46.188 INFO O| Dec 21 05:07:46.188 INFO STEP 687 (remove_files) COMPLETE
65562024-12-21T05:07:46.934Z[ recovery-image] Dec 21 05:07:46.188 INFO O| Dec 21 05:07:46.188 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65572024-12-21T05:07:46.993Z[ recovery-image] Dec 21 05:07:46.242 INFO O| Dec 21 05:07:46.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
65582024-12-21T05:07:46.994Z[ recovery-image] Dec 21 05:07:46.242 INFO O| Dec 21 05:07:46.242 INFO STEP 688 (remove_files) COMPLETE
65592024-12-21T05:07:46.994Z[ recovery-image] Dec 21 05:07:46.242 INFO O| Dec 21 05:07:46.242 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65602024-12-21T05:07:47.006Z[ recovery-image] Dec 21 05:07:46.261 INFO O| Dec 21 05:07:46.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
65612024-12-21T05:07:47.006Z[ recovery-image] Dec 21 05:07:46.261 INFO O| Dec 21 05:07:46.261 INFO STEP 689 (remove_files) COMPLETE
65622024-12-21T05:07:47.009Z[ recovery-image] Dec 21 05:07:46.261 INFO O| Dec 21 05:07:46.261 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65632024-12-21T05:07:47.025Z[ recovery-image] Dec 21 05:07:46.279 INFO O| Dec 21 05:07:46.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
65642024-12-21T05:07:47.026Z[ recovery-image] Dec 21 05:07:46.279 INFO O| Dec 21 05:07:46.279 INFO STEP 690 (remove_files) COMPLETE
65652024-12-21T05:07:47.026Z[ recovery-image] Dec 21 05:07:46.279 INFO O| Dec 21 05:07:46.279 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65662024-12-21T05:07:47.045Z[ recovery-image] Dec 21 05:07:46.296 INFO O| Dec 21 05:07:46.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
65672024-12-21T05:07:47.045Z[ recovery-image] Dec 21 05:07:46.296 INFO O| Dec 21 05:07:46.296 INFO STEP 691 (remove_files) COMPLETE
65682024-12-21T05:07:47.046Z[ recovery-image] Dec 21 05:07:46.296 INFO O| Dec 21 05:07:46.296 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65692024-12-21T05:07:47.070Z[ recovery-image] Dec 21 05:07:46.325 INFO O| Dec 21 05:07:46.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
65702024-12-21T05:07:47.070Z[ recovery-image] Dec 21 05:07:46.325 INFO O| Dec 21 05:07:46.325 INFO STEP 692 (remove_files) COMPLETE
65712024-12-21T05:07:47.070Z[ recovery-image] Dec 21 05:07:46.325 INFO O| Dec 21 05:07:46.325 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65722024-12-21T05:07:47.097Z[ recovery-image] Dec 21 05:07:46.351 INFO O| Dec 21 05:07:46.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
65732024-12-21T05:07:47.097Z[ recovery-image] Dec 21 05:07:46.351 INFO O| Dec 21 05:07:46.351 INFO STEP 693 (remove_files) COMPLETE
65742024-12-21T05:07:47.097Z[ recovery-image] Dec 21 05:07:46.351 INFO O| Dec 21 05:07:46.351 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65752024-12-21T05:07:47.196Z[ recovery-image] Dec 21 05:07:46.451 INFO O| Dec 21 05:07:46.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
65762024-12-21T05:07:47.198Z[ recovery-image] Dec 21 05:07:46.451 INFO O| Dec 21 05:07:46.451 INFO STEP 694 (remove_files) COMPLETE
65772024-12-21T05:07:47.198Z[ recovery-image] Dec 21 05:07:46.451 INFO O| Dec 21 05:07:46.451 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65782024-12-21T05:07:47.231Z[ recovery-image] Dec 21 05:07:46.486 INFO O| Dec 21 05:07:46.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
65792024-12-21T05:07:47.240Z[ recovery-image] Dec 21 05:07:46.486 INFO O| Dec 21 05:07:46.486 INFO STEP 695 (remove_files) COMPLETE
65802024-12-21T05:07:47.240Z[ recovery-image] Dec 21 05:07:46.486 INFO O| Dec 21 05:07:46.486 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65812024-12-21T05:07:47.275Z[ recovery-image] Dec 21 05:07:46.529 INFO O| Dec 21 05:07:46.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
65822024-12-21T05:07:47.279Z[ recovery-image] Dec 21 05:07:46.529 INFO O| Dec 21 05:07:46.529 INFO STEP 696 (remove_files) COMPLETE
65832024-12-21T05:07:47.279Z[ recovery-image] Dec 21 05:07:46.530 INFO O| Dec 21 05:07:46.529 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65842024-12-21T05:07:47.293Z[ recovery-image] Dec 21 05:07:46.547 INFO O| Dec 21 05:07:46.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
65852024-12-21T05:07:47.296Z[ recovery-image] Dec 21 05:07:46.548 INFO O| Dec 21 05:07:46.547 INFO STEP 697 (remove_files) COMPLETE
65862024-12-21T05:07:47.296Z[ recovery-image] Dec 21 05:07:46.548 INFO O| Dec 21 05:07:46.548 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65872024-12-21T05:07:47.312Z[ recovery-image] Dec 21 05:07:46.567 INFO O| Dec 21 05:07:46.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
65882024-12-21T05:07:47.312Z[ recovery-image] Dec 21 05:07:46.567 INFO O| Dec 21 05:07:46.567 INFO STEP 698 (remove_files) COMPLETE
65892024-12-21T05:07:47.312Z[ recovery-image] Dec 21 05:07:46.567 INFO O| Dec 21 05:07:46.567 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65902024-12-21T05:07:47.332Z[ recovery-image] Dec 21 05:07:46.587 INFO O| Dec 21 05:07:46.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
65912024-12-21T05:07:47.332Z[ recovery-image] Dec 21 05:07:46.587 INFO O| Dec 21 05:07:46.587 INFO STEP 699 (remove_files) COMPLETE
65922024-12-21T05:07:47.335Z[ recovery-image] Dec 21 05:07:46.587 INFO O| Dec 21 05:07:46.587 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65932024-12-21T05:07:47.350Z[ recovery-image] Dec 21 05:07:46.605 INFO O| Dec 21 05:07:46.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
65942024-12-21T05:07:47.350Z[ recovery-image] Dec 21 05:07:46.605 INFO O| Dec 21 05:07:46.605 INFO STEP 700 (remove_files) COMPLETE
65952024-12-21T05:07:47.350Z[ recovery-image] Dec 21 05:07:46.605 INFO O| Dec 21 05:07:46.605 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65962024-12-21T05:07:47.381Z[ recovery-image] Dec 21 05:07:46.635 INFO O| Dec 21 05:07:46.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
65972024-12-21T05:07:47.381Z[ recovery-image] Dec 21 05:07:46.635 INFO O| Dec 21 05:07:46.635 INFO STEP 701 (remove_files) COMPLETE
65982024-12-21T05:07:47.381Z[ recovery-image] Dec 21 05:07:46.635 INFO O| Dec 21 05:07:46.635 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65992024-12-21T05:07:47.400Z[ recovery-image] Dec 21 05:07:46.656 INFO O| Dec 21 05:07:46.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
66002024-12-21T05:07:47.400Z[ recovery-image] Dec 21 05:07:46.656 INFO O| Dec 21 05:07:46.656 INFO STEP 702 (remove_files) COMPLETE
66012024-12-21T05:07:47.400Z[ recovery-image] Dec 21 05:07:46.656 INFO O| Dec 21 05:07:46.656 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66022024-12-21T05:07:47.421Z[ recovery-image] Dec 21 05:07:46.676 INFO O| Dec 21 05:07:46.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
66032024-12-21T05:07:47.421Z[ recovery-image] Dec 21 05:07:46.676 INFO O| Dec 21 05:07:46.676 INFO STEP 703 (remove_files) COMPLETE
66042024-12-21T05:07:47.427Z[ recovery-image] Dec 21 05:07:46.676 INFO O| Dec 21 05:07:46.676 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66052024-12-21T05:07:47.482Z[ recovery-image] Dec 21 05:07:46.736 INFO O| Dec 21 05:07:46.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
66062024-12-21T05:07:47.482Z[ recovery-image] Dec 21 05:07:46.736 INFO O| Dec 21 05:07:46.736 INFO STEP 704 (remove_files) COMPLETE
66072024-12-21T05:07:47.482Z[ recovery-image] Dec 21 05:07:46.736 INFO O| Dec 21 05:07:46.736 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66082024-12-21T05:07:47.508Z[ recovery-image] Dec 21 05:07:46.761 INFO O| Dec 21 05:07:46.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
66092024-12-21T05:07:47.514Z[ recovery-image] Dec 21 05:07:46.761 INFO O| Dec 21 05:07:46.761 INFO STEP 705 (remove_files) COMPLETE
66102024-12-21T05:07:47.514Z[ recovery-image] Dec 21 05:07:46.761 INFO O| Dec 21 05:07:46.761 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66112024-12-21T05:07:47.569Z[ recovery-image] Dec 21 05:07:46.817 INFO O| Dec 21 05:07:46.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
66122024-12-21T05:07:47.570Z[ recovery-image] Dec 21 05:07:46.817 INFO O| Dec 21 05:07:46.817 INFO STEP 706 (remove_files) COMPLETE
66132024-12-21T05:07:47.571Z[ recovery-image] Dec 21 05:07:46.817 INFO O| Dec 21 05:07:46.817 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66142024-12-21T05:07:47.580Z[ recovery-image] Dec 21 05:07:46.835 INFO O| Dec 21 05:07:46.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
66152024-12-21T05:07:47.580Z[ recovery-image] Dec 21 05:07:46.835 INFO O| Dec 21 05:07:46.835 INFO STEP 707 (remove_files) COMPLETE
66162024-12-21T05:07:47.589Z[ recovery-image] Dec 21 05:07:46.835 INFO O| Dec 21 05:07:46.835 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66172024-12-21T05:07:47.602Z[ recovery-image] Dec 21 05:07:46.853 INFO O| Dec 21 05:07:46.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
66182024-12-21T05:07:47.602Z[ recovery-image] Dec 21 05:07:46.853 INFO O| Dec 21 05:07:46.853 INFO STEP 708 (remove_files) COMPLETE
66192024-12-21T05:07:47.606Z[ recovery-image] Dec 21 05:07:46.853 INFO O| Dec 21 05:07:46.853 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66202024-12-21T05:07:47.617Z[ recovery-image] Dec 21 05:07:46.871 INFO O| Dec 21 05:07:46.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
66212024-12-21T05:07:47.617Z[ recovery-image] Dec 21 05:07:46.871 INFO O| Dec 21 05:07:46.871 INFO STEP 709 (remove_files) COMPLETE
66222024-12-21T05:07:47.617Z[ recovery-image] Dec 21 05:07:46.871 INFO O| Dec 21 05:07:46.871 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66232024-12-21T05:07:47.636Z[ recovery-image] Dec 21 05:07:46.888 INFO O| Dec 21 05:07:46.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
66242024-12-21T05:07:47.641Z[ recovery-image] Dec 21 05:07:46.889 INFO O| Dec 21 05:07:46.888 INFO STEP 710 (remove_files) COMPLETE
66252024-12-21T05:07:47.641Z[ recovery-image] Dec 21 05:07:46.889 INFO O| Dec 21 05:07:46.888 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66262024-12-21T05:07:47.653Z[ recovery-image] Dec 21 05:07:46.908 INFO O| Dec 21 05:07:46.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
66272024-12-21T05:07:47.653Z[ recovery-image] Dec 21 05:07:46.908 INFO O| Dec 21 05:07:46.908 INFO STEP 711 (remove_files) COMPLETE
66282024-12-21T05:07:47.659Z[ recovery-image] Dec 21 05:07:46.908 INFO O| Dec 21 05:07:46.908 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66292024-12-21T05:07:47.695Z[ recovery-image] Dec 21 05:07:46.948 INFO O| Dec 21 05:07:46.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
66302024-12-21T05:07:47.695Z[ recovery-image] Dec 21 05:07:46.948 INFO O| Dec 21 05:07:46.948 INFO STEP 712 (remove_files) COMPLETE
66312024-12-21T05:07:47.695Z[ recovery-image] Dec 21 05:07:46.948 INFO O| Dec 21 05:07:46.948 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66322024-12-21T05:07:47.710Z[ recovery-image] Dec 21 05:07:46.966 INFO O| Dec 21 05:07:46.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
66332024-12-21T05:07:47.710Z[ recovery-image] Dec 21 05:07:46.966 INFO O| Dec 21 05:07:46.966 INFO STEP 713 (remove_files) COMPLETE
66342024-12-21T05:07:47.712Z[ recovery-image] Dec 21 05:07:46.966 INFO O| Dec 21 05:07:46.966 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66352024-12-21T05:07:47.729Z[ recovery-image] Dec 21 05:07:46.985 INFO O| Dec 21 05:07:46.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
66362024-12-21T05:07:47.729Z[ recovery-image] Dec 21 05:07:46.985 INFO O| Dec 21 05:07:46.985 INFO STEP 714 (remove_files) COMPLETE
66372024-12-21T05:07:47.729Z[ recovery-image] Dec 21 05:07:46.985 INFO O| Dec 21 05:07:46.985 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66382024-12-21T05:07:47.753Z[ recovery-image] Dec 21 05:07:47.009 INFO O| Dec 21 05:07:47.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
66392024-12-21T05:07:47.754Z[ recovery-image] Dec 21 05:07:47.009 INFO O| Dec 21 05:07:47.009 INFO STEP 715 (remove_files) COMPLETE
66402024-12-21T05:07:47.754Z[ recovery-image] Dec 21 05:07:47.009 INFO O| Dec 21 05:07:47.009 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66412024-12-21T05:07:47.788Z[ recovery-image] Dec 21 05:07:47.044 INFO O| Dec 21 05:07:47.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
66422024-12-21T05:07:47.788Z[ recovery-image] Dec 21 05:07:47.044 INFO O| Dec 21 05:07:47.044 INFO STEP 716 (remove_files) COMPLETE
66432024-12-21T05:07:47.788Z[ recovery-image] Dec 21 05:07:47.044 INFO O| Dec 21 05:07:47.044 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66442024-12-21T05:07:47.812Z[ recovery-image] Dec 21 05:07:47.065 INFO O| Dec 21 05:07:47.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
66452024-12-21T05:07:47.813Z[ recovery-image] Dec 21 05:07:47.066 INFO O| Dec 21 05:07:47.065 INFO STEP 717 (remove_files) COMPLETE
66462024-12-21T05:07:47.813Z[ recovery-image] Dec 21 05:07:47.066 INFO O| Dec 21 05:07:47.065 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66472024-12-21T05:07:47.832Z[ recovery-image] Dec 21 05:07:47.085 INFO O| Dec 21 05:07:47.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
66482024-12-21T05:07:47.832Z[ recovery-image] Dec 21 05:07:47.085 INFO O| Dec 21 05:07:47.085 INFO STEP 718 (remove_files) COMPLETE
66492024-12-21T05:07:47.833Z[ recovery-image] Dec 21 05:07:47.086 INFO O| Dec 21 05:07:47.085 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66502024-12-21T05:07:47.895Z[ recovery-image] Dec 21 05:07:47.150 INFO O| Dec 21 05:07:47.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
66512024-12-21T05:07:47.895Z[ recovery-image] Dec 21 05:07:47.150 INFO O| Dec 21 05:07:47.150 INFO STEP 719 (remove_files) COMPLETE
66522024-12-21T05:07:47.895Z[ recovery-image] Dec 21 05:07:47.150 INFO O| Dec 21 05:07:47.150 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66532024-12-21T05:07:47.911Z[ recovery-image] Dec 21 05:07:47.166 INFO O| Dec 21 05:07:47.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
66542024-12-21T05:07:47.911Z[ recovery-image] Dec 21 05:07:47.166 INFO O| Dec 21 05:07:47.166 INFO STEP 720 (remove_files) COMPLETE
66552024-12-21T05:07:47.911Z[ recovery-image] Dec 21 05:07:47.166 INFO O| Dec 21 05:07:47.166 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66562024-12-21T05:07:47.951Z[ recovery-image] Dec 21 05:07:47.206 INFO O| Dec 21 05:07:47.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
66572024-12-21T05:07:47.955Z[ recovery-image] Dec 21 05:07:47.207 INFO O| Dec 21 05:07:47.206 INFO STEP 721 (remove_files) COMPLETE
66582024-12-21T05:07:47.955Z[ recovery-image] Dec 21 05:07:47.207 INFO O| Dec 21 05:07:47.207 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66592024-12-21T05:07:47.989Z[ recovery-image] Dec 21 05:07:47.244 INFO O| Dec 21 05:07:47.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
66602024-12-21T05:07:47.993Z[ recovery-image] Dec 21 05:07:47.244 INFO O| Dec 21 05:07:47.244 INFO STEP 722 (remove_files) COMPLETE
66612024-12-21T05:07:47.993Z[ recovery-image] Dec 21 05:07:47.244 INFO O| Dec 21 05:07:47.244 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66622024-12-21T05:07:48.009Z[ recovery-image] Dec 21 05:07:47.264 INFO O| Dec 21 05:07:47.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
66632024-12-21T05:07:48.014Z[ recovery-image] Dec 21 05:07:47.264 INFO O| Dec 21 05:07:47.264 INFO STEP 723 (remove_files) COMPLETE
66642024-12-21T05:07:48.014Z[ recovery-image] Dec 21 05:07:47.264 INFO O| Dec 21 05:07:47.264 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66652024-12-21T05:07:48.040Z[ recovery-image] Dec 21 05:07:47.295 INFO O| Dec 21 05:07:47.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
66662024-12-21T05:07:48.043Z[ recovery-image] Dec 21 05:07:47.295 INFO O| Dec 21 05:07:47.295 INFO STEP 724 (remove_files) COMPLETE
66672024-12-21T05:07:48.044Z[ recovery-image] Dec 21 05:07:47.295 INFO O| Dec 21 05:07:47.295 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66682024-12-21T05:07:48.071Z[ recovery-image] Dec 21 05:07:47.326 INFO O| Dec 21 05:07:47.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
66692024-12-21T05:07:48.072Z[ recovery-image] Dec 21 05:07:47.326 INFO O| Dec 21 05:07:47.326 INFO STEP 725 (remove_files) COMPLETE
66702024-12-21T05:07:48.072Z[ recovery-image] Dec 21 05:07:47.326 INFO O| Dec 21 05:07:47.326 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66712024-12-21T05:07:48.102Z[ recovery-image] Dec 21 05:07:47.357 INFO O| Dec 21 05:07:47.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
66722024-12-21T05:07:48.102Z[ recovery-image] Dec 21 05:07:47.357 INFO O| Dec 21 05:07:47.357 INFO STEP 726 (remove_files) COMPLETE
66732024-12-21T05:07:48.102Z[ recovery-image] Dec 21 05:07:47.357 INFO O| Dec 21 05:07:47.357 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66742024-12-21T05:07:48.146Z[ recovery-image] Dec 21 05:07:47.400 INFO O| Dec 21 05:07:47.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
66752024-12-21T05:07:48.146Z[ recovery-image] Dec 21 05:07:47.400 INFO O| Dec 21 05:07:47.400 INFO STEP 727 (remove_files) COMPLETE
66762024-12-21T05:07:48.146Z[ recovery-image] Dec 21 05:07:47.400 INFO O| Dec 21 05:07:47.400 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66772024-12-21T05:07:48.194Z[ recovery-image] Dec 21 05:07:47.449 INFO O| Dec 21 05:07:47.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
66782024-12-21T05:07:48.194Z[ recovery-image] Dec 21 05:07:47.449 INFO O| Dec 21 05:07:47.449 INFO STEP 728 (remove_files) COMPLETE
66792024-12-21T05:07:48.194Z[ recovery-image] Dec 21 05:07:47.449 INFO O| Dec 21 05:07:47.449 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66802024-12-21T05:07:48.275Z[ recovery-image] Dec 21 05:07:47.531 INFO O| Dec 21 05:07:47.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
66812024-12-21T05:07:48.275Z[ recovery-image] Dec 21 05:07:47.531 INFO O| Dec 21 05:07:47.531 INFO STEP 729 (remove_files) COMPLETE
66822024-12-21T05:07:48.275Z[ recovery-image] Dec 21 05:07:47.531 INFO O| Dec 21 05:07:47.531 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66832024-12-21T05:07:48.316Z[ recovery-image] Dec 21 05:07:47.571 INFO O| Dec 21 05:07:47.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
66842024-12-21T05:07:48.319Z[ recovery-image] Dec 21 05:07:47.571 INFO O| Dec 21 05:07:47.571 INFO STEP 730 (remove_files) COMPLETE
66852024-12-21T05:07:48.319Z[ recovery-image] Dec 21 05:07:47.572 INFO O| Dec 21 05:07:47.571 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66862024-12-21T05:07:48.344Z[ recovery-image] Dec 21 05:07:47.600 INFO O| Dec 21 05:07:47.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
66872024-12-21T05:07:48.347Z[ recovery-image] Dec 21 05:07:47.600 INFO O| Dec 21 05:07:47.600 INFO STEP 731 (remove_files) COMPLETE
66882024-12-21T05:07:48.347Z[ recovery-image] Dec 21 05:07:47.601 INFO O| Dec 21 05:07:47.600 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66892024-12-21T05:07:48.366Z[ recovery-image] Dec 21 05:07:47.622 INFO O| Dec 21 05:07:47.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
66902024-12-21T05:07:48.366Z[ recovery-image] Dec 21 05:07:47.622 INFO O| Dec 21 05:07:47.622 INFO STEP 732 (remove_files) COMPLETE
66912024-12-21T05:07:48.367Z[ recovery-image] Dec 21 05:07:47.622 INFO O| Dec 21 05:07:47.622 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66922024-12-21T05:07:48.388Z[ recovery-image] Dec 21 05:07:47.644 INFO O| Dec 21 05:07:47.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
66932024-12-21T05:07:48.390Z[ recovery-image] Dec 21 05:07:47.644 INFO O| Dec 21 05:07:47.644 INFO STEP 733 (remove_files) COMPLETE
66942024-12-21T05:07:48.391Z[ recovery-image] Dec 21 05:07:47.644 INFO O| Dec 21 05:07:47.644 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66952024-12-21T05:07:48.419Z[ recovery-image] Dec 21 05:07:47.673 INFO O| Dec 21 05:07:47.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
66962024-12-21T05:07:48.423Z[ recovery-image] Dec 21 05:07:47.673 INFO O| Dec 21 05:07:47.673 INFO STEP 734 (remove_files) COMPLETE
66972024-12-21T05:07:48.424Z[ recovery-image] Dec 21 05:07:47.674 INFO O| Dec 21 05:07:47.673 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66982024-12-21T05:07:48.440Z[ recovery-image] Dec 21 05:07:47.695 INFO O| Dec 21 05:07:47.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
66992024-12-21T05:07:48.445Z[ recovery-image] Dec 21 05:07:47.695 INFO O| Dec 21 05:07:47.695 INFO STEP 735 (remove_files) COMPLETE
67002024-12-21T05:07:48.445Z[ recovery-image] Dec 21 05:07:47.695 INFO O| Dec 21 05:07:47.695 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67012024-12-21T05:07:48.479Z[ recovery-image] Dec 21 05:07:47.729 INFO O| Dec 21 05:07:47.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
67022024-12-21T05:07:48.479Z[ recovery-image] Dec 21 05:07:47.729 INFO O| Dec 21 05:07:47.729 INFO STEP 736 (remove_files) COMPLETE
67032024-12-21T05:07:48.479Z[ recovery-image] Dec 21 05:07:47.729 INFO O| Dec 21 05:07:47.729 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67042024-12-21T05:07:48.492Z[ recovery-image] Dec 21 05:07:47.748 INFO O| Dec 21 05:07:47.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
67052024-12-21T05:07:48.492Z[ recovery-image] Dec 21 05:07:47.748 INFO O| Dec 21 05:07:47.748 INFO STEP 737 (remove_files) COMPLETE
67062024-12-21T05:07:48.495Z[ recovery-image] Dec 21 05:07:47.748 INFO O| Dec 21 05:07:47.748 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67072024-12-21T05:07:48.510Z[ recovery-image] Dec 21 05:07:47.765 INFO O| Dec 21 05:07:47.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
67082024-12-21T05:07:48.510Z[ recovery-image] Dec 21 05:07:47.766 INFO O| Dec 21 05:07:47.766 INFO STEP 738 (remove_files) COMPLETE
67092024-12-21T05:07:48.514Z[ recovery-image] Dec 21 05:07:47.766 INFO O| Dec 21 05:07:47.766 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67102024-12-21T05:07:48.527Z[ recovery-image] Dec 21 05:07:47.783 INFO O| Dec 21 05:07:47.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
67112024-12-21T05:07:48.527Z[ recovery-image] Dec 21 05:07:47.783 INFO O| Dec 21 05:07:47.783 INFO STEP 739 (remove_files) COMPLETE
67122024-12-21T05:07:48.530Z[ recovery-image] Dec 21 05:07:47.783 INFO O| Dec 21 05:07:47.783 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67132024-12-21T05:07:48.550Z[ recovery-image] Dec 21 05:07:47.801 INFO O| Dec 21 05:07:47.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
67142024-12-21T05:07:48.551Z[ recovery-image] Dec 21 05:07:47.801 INFO O| Dec 21 05:07:47.801 INFO STEP 740 (remove_files) COMPLETE
67152024-12-21T05:07:48.560Z[ recovery-image] Dec 21 05:07:47.801 INFO O| Dec 21 05:07:47.801 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67162024-12-21T05:07:48.566Z[ recovery-image] Dec 21 05:07:47.821 INFO O| Dec 21 05:07:47.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
67172024-12-21T05:07:48.566Z[ recovery-image] Dec 21 05:07:47.821 INFO O| Dec 21 05:07:47.821 INFO STEP 741 (remove_files) COMPLETE
67182024-12-21T05:07:48.566Z[ recovery-image] Dec 21 05:07:47.821 INFO O| Dec 21 05:07:47.821 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67192024-12-21T05:07:48.600Z[ recovery-image] Dec 21 05:07:47.855 INFO O| Dec 21 05:07:47.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
67202024-12-21T05:07:48.601Z[ recovery-image] Dec 21 05:07:47.855 INFO O| Dec 21 05:07:47.855 INFO STEP 742 (remove_files) COMPLETE
67212024-12-21T05:07:48.601Z[ recovery-image] Dec 21 05:07:47.855 INFO O| Dec 21 05:07:47.855 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67222024-12-21T05:07:48.620Z[ recovery-image] Dec 21 05:07:47.876 INFO O| Dec 21 05:07:47.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
67232024-12-21T05:07:48.624Z[ recovery-image] Dec 21 05:07:47.876 INFO O| Dec 21 05:07:47.876 INFO STEP 743 (remove_files) COMPLETE
67242024-12-21T05:07:48.624Z[ recovery-image] Dec 21 05:07:47.876 INFO O| Dec 21 05:07:47.876 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67252024-12-21T05:07:48.640Z[ recovery-image] Dec 21 05:07:47.896 INFO O| Dec 21 05:07:47.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
67262024-12-21T05:07:48.640Z[ recovery-image] Dec 21 05:07:47.896 INFO O| Dec 21 05:07:47.896 INFO STEP 744 (remove_files) COMPLETE
67272024-12-21T05:07:48.640Z[ recovery-image] Dec 21 05:07:47.896 INFO O| Dec 21 05:07:47.896 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67282024-12-21T05:07:48.663Z[ recovery-image] Dec 21 05:07:47.917 INFO O| Dec 21 05:07:47.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
67292024-12-21T05:07:48.663Z[ recovery-image] Dec 21 05:07:47.917 INFO O| Dec 21 05:07:47.917 INFO STEP 745 (remove_files) COMPLETE
67302024-12-21T05:07:48.667Z[ recovery-image] Dec 21 05:07:47.917 INFO O| Dec 21 05:07:47.917 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67312024-12-21T05:07:48.698Z[ recovery-image] Dec 21 05:07:47.953 INFO O| Dec 21 05:07:47.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
67322024-12-21T05:07:48.698Z[ recovery-image] Dec 21 05:07:47.953 INFO O| Dec 21 05:07:47.953 INFO STEP 746 (remove_files) COMPLETE
67332024-12-21T05:07:48.701Z[ recovery-image] Dec 21 05:07:47.953 INFO O| Dec 21 05:07:47.953 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67342024-12-21T05:07:48.719Z[ recovery-image] Dec 21 05:07:47.971 INFO O| Dec 21 05:07:47.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
67352024-12-21T05:07:48.723Z[ recovery-image] Dec 21 05:07:47.971 INFO O| Dec 21 05:07:47.971 INFO STEP 747 (remove_files) COMPLETE
67362024-12-21T05:07:48.723Z[ recovery-image] Dec 21 05:07:47.971 INFO O| Dec 21 05:07:47.971 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67372024-12-21T05:07:48.737Z[ recovery-image] Dec 21 05:07:47.989 INFO O| Dec 21 05:07:47.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
67382024-12-21T05:07:48.737Z[ recovery-image] Dec 21 05:07:47.989 INFO O| Dec 21 05:07:47.989 INFO STEP 748 (remove_files) COMPLETE
67392024-12-21T05:07:48.748Z[ recovery-image] Dec 21 05:07:47.989 INFO O| Dec 21 05:07:47.989 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67402024-12-21T05:07:48.752Z[ recovery-image] Dec 21 05:07:48.007 INFO O| Dec 21 05:07:48.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
67412024-12-21T05:07:48.752Z[ recovery-image] Dec 21 05:07:48.007 INFO O| Dec 21 05:07:48.007 INFO STEP 749 (remove_files) COMPLETE
67422024-12-21T05:07:48.752Z[ recovery-image] Dec 21 05:07:48.007 INFO O| Dec 21 05:07:48.007 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67432024-12-21T05:07:48.792Z[ recovery-image] Dec 21 05:07:48.048 INFO O| Dec 21 05:07:48.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
67442024-12-21T05:07:48.812Z[ recovery-image] Dec 21 05:07:48.068 INFO O| Dec 21 05:07:48.068 INFO STEP 750 (remove_files) COMPLETE
67452024-12-21T05:07:48.812Z[ recovery-image] Dec 21 05:07:48.068 INFO O| Dec 21 05:07:48.068 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67462024-12-21T05:07:48.832Z[ recovery-image] Dec 21 05:07:48.087 INFO O| Dec 21 05:07:48.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
67472024-12-21T05:07:48.832Z[ recovery-image] Dec 21 05:07:48.088 INFO O| Dec 21 05:07:48.087 INFO STEP 751 (remove_files) COMPLETE
67482024-12-21T05:07:48.835Z[ recovery-image] Dec 21 05:07:48.088 INFO O| Dec 21 05:07:48.088 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67492024-12-21T05:07:48.852Z[ recovery-image] Dec 21 05:07:48.106 INFO O| Dec 21 05:07:48.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
67502024-12-21T05:07:48.862Z[ recovery-image] Dec 21 05:07:48.106 INFO O| Dec 21 05:07:48.106 INFO STEP 752 (remove_files) COMPLETE
67512024-12-21T05:07:48.862Z[ recovery-image] Dec 21 05:07:48.106 INFO O| Dec 21 05:07:48.106 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67522024-12-21T05:07:48.869Z[ recovery-image] Dec 21 05:07:48.124 INFO O| Dec 21 05:07:48.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
67532024-12-21T05:07:48.869Z[ recovery-image] Dec 21 05:07:48.124 INFO O| Dec 21 05:07:48.124 INFO STEP 753 (remove_files) COMPLETE
67542024-12-21T05:07:48.869Z[ recovery-image] Dec 21 05:07:48.124 INFO O| Dec 21 05:07:48.124 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67552024-12-21T05:07:48.896Z[ recovery-image] Dec 21 05:07:48.141 INFO O| Dec 21 05:07:48.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
67562024-12-21T05:07:48.896Z[ recovery-image] Dec 21 05:07:48.141 INFO O| Dec 21 05:07:48.141 INFO STEP 754 (remove_files) COMPLETE
67572024-12-21T05:07:48.896Z[ recovery-image] Dec 21 05:07:48.141 INFO O| Dec 21 05:07:48.141 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67582024-12-21T05:07:48.931Z[ recovery-image] Dec 21 05:07:48.187 INFO O| Dec 21 05:07:48.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
67592024-12-21T05:07:48.931Z[ recovery-image] Dec 21 05:07:48.187 INFO O| Dec 21 05:07:48.187 INFO STEP 755 (remove_files) COMPLETE
67602024-12-21T05:07:48.935Z[ recovery-image] Dec 21 05:07:48.187 INFO O| Dec 21 05:07:48.187 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67612024-12-21T05:07:48.974Z[ recovery-image] Dec 21 05:07:48.229 INFO O| Dec 21 05:07:48.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
67622024-12-21T05:07:48.977Z[ recovery-image] Dec 21 05:07:48.229 INFO O| Dec 21 05:07:48.229 INFO STEP 756 (remove_files) COMPLETE
67632024-12-21T05:07:48.977Z[ recovery-image] Dec 21 05:07:48.230 INFO O| Dec 21 05:07:48.230 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67642024-12-21T05:07:48.996Z[ recovery-image] Dec 21 05:07:48.251 INFO O| Dec 21 05:07:48.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
67652024-12-21T05:07:49.001Z[ recovery-image] Dec 21 05:07:48.251 INFO O| Dec 21 05:07:48.251 INFO STEP 757 (remove_files) COMPLETE
67662024-12-21T05:07:49.001Z[ recovery-image] Dec 21 05:07:48.251 INFO O| Dec 21 05:07:48.251 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67672024-12-21T05:07:49.017Z[ recovery-image] Dec 21 05:07:48.272 INFO O| Dec 21 05:07:48.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
67682024-12-21T05:07:49.021Z[ recovery-image] Dec 21 05:07:48.272 INFO O| Dec 21 05:07:48.272 INFO STEP 758 (remove_files) COMPLETE
67692024-12-21T05:07:49.021Z[ recovery-image] Dec 21 05:07:48.272 INFO O| Dec 21 05:07:48.272 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67702024-12-21T05:07:49.036Z[ recovery-image] Dec 21 05:07:48.291 INFO O| Dec 21 05:07:48.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
67712024-12-21T05:07:49.039Z[ recovery-image] Dec 21 05:07:48.292 INFO O| Dec 21 05:07:48.292 INFO STEP 759 (remove_files) COMPLETE
67722024-12-21T05:07:49.039Z[ recovery-image] Dec 21 05:07:48.292 INFO O| Dec 21 05:07:48.292 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67732024-12-21T05:07:49.065Z[ recovery-image] Dec 21 05:07:48.311 INFO O| Dec 21 05:07:48.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
67742024-12-21T05:07:49.065Z[ recovery-image] Dec 21 05:07:48.311 INFO O| Dec 21 05:07:48.311 INFO STEP 760 (remove_files) COMPLETE
67752024-12-21T05:07:49.068Z[ recovery-image] Dec 21 05:07:48.311 INFO O| Dec 21 05:07:48.311 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67762024-12-21T05:07:49.077Z[ recovery-image] Dec 21 05:07:48.332 INFO O| Dec 21 05:07:48.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
67772024-12-21T05:07:49.077Z[ recovery-image] Dec 21 05:07:48.332 INFO O| Dec 21 05:07:48.332 INFO STEP 761 (remove_files) COMPLETE
67782024-12-21T05:07:49.081Z[ recovery-image] Dec 21 05:07:48.333 INFO O| Dec 21 05:07:48.332 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67792024-12-21T05:07:49.097Z[ recovery-image] Dec 21 05:07:48.352 INFO O| Dec 21 05:07:48.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
67802024-12-21T05:07:49.097Z[ recovery-image] Dec 21 05:07:48.352 INFO O| Dec 21 05:07:48.352 INFO STEP 762 (remove_files) COMPLETE
67812024-12-21T05:07:49.101Z[ recovery-image] Dec 21 05:07:48.353 INFO O| Dec 21 05:07:48.352 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67822024-12-21T05:07:49.143Z[ recovery-image] Dec 21 05:07:48.396 INFO O| Dec 21 05:07:48.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
67832024-12-21T05:07:49.143Z[ recovery-image] Dec 21 05:07:48.396 INFO O| Dec 21 05:07:48.396 INFO STEP 763 (remove_files) COMPLETE
67842024-12-21T05:07:49.147Z[ recovery-image] Dec 21 05:07:48.396 INFO O| Dec 21 05:07:48.396 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67852024-12-21T05:07:49.182Z[ recovery-image] Dec 21 05:07:48.437 INFO O| Dec 21 05:07:48.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
67862024-12-21T05:07:49.182Z[ recovery-image] Dec 21 05:07:48.437 INFO O| Dec 21 05:07:48.437 INFO STEP 764 (remove_files) COMPLETE
67872024-12-21T05:07:49.186Z[ recovery-image] Dec 21 05:07:48.437 INFO O| Dec 21 05:07:48.437 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67882024-12-21T05:07:49.200Z[ recovery-image] Dec 21 05:07:48.455 INFO O| Dec 21 05:07:48.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
67892024-12-21T05:07:49.206Z[ recovery-image] Dec 21 05:07:48.455 INFO O| Dec 21 05:07:48.455 INFO STEP 765 (remove_files) COMPLETE
67902024-12-21T05:07:49.206Z[ recovery-image] Dec 21 05:07:48.455 INFO O| Dec 21 05:07:48.455 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67912024-12-21T05:07:49.241Z[ recovery-image] Dec 21 05:07:48.492 INFO O| Dec 21 05:07:48.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
67922024-12-21T05:07:49.241Z[ recovery-image] Dec 21 05:07:48.492 INFO O| Dec 21 05:07:48.492 INFO STEP 766 (remove_files) COMPLETE
67932024-12-21T05:07:49.241Z[ recovery-image] Dec 21 05:07:48.492 INFO O| Dec 21 05:07:48.492 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67942024-12-21T05:07:49.256Z[ recovery-image] Dec 21 05:07:48.512 INFO O| Dec 21 05:07:48.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
67952024-12-21T05:07:49.282Z[ recovery-image] Dec 21 05:07:48.535 INFO O| Dec 21 05:07:48.535 INFO STEP 767 (remove_files) COMPLETE
67962024-12-21T05:07:49.282Z[ recovery-image] Dec 21 05:07:48.535 INFO O| Dec 21 05:07:48.535 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67972024-12-21T05:07:49.311Z[ recovery-image] Dec 21 05:07:48.566 INFO O| Dec 21 05:07:48.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
67982024-12-21T05:07:49.311Z[ recovery-image] Dec 21 05:07:48.567 INFO O| Dec 21 05:07:48.567 INFO STEP 768 (remove_files) COMPLETE
67992024-12-21T05:07:49.311Z[ recovery-image] Dec 21 05:07:48.567 INFO O| Dec 21 05:07:48.567 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68002024-12-21T05:07:49.333Z[ recovery-image] Dec 21 05:07:48.586 INFO O| Dec 21 05:07:48.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
68012024-12-21T05:07:49.333Z[ recovery-image] Dec 21 05:07:48.586 INFO O| Dec 21 05:07:48.586 INFO STEP 769 (remove_files) COMPLETE
68022024-12-21T05:07:49.333Z[ recovery-image] Dec 21 05:07:48.586 INFO O| Dec 21 05:07:48.586 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68032024-12-21T05:07:49.348Z[ recovery-image] Dec 21 05:07:48.603 INFO O| Dec 21 05:07:48.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
68042024-12-21T05:07:49.349Z[ recovery-image] Dec 21 05:07:48.603 INFO O| Dec 21 05:07:48.603 INFO STEP 770 (remove_files) COMPLETE
68052024-12-21T05:07:49.349Z[ recovery-image] Dec 21 05:07:48.603 INFO O| Dec 21 05:07:48.603 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68062024-12-21T05:07:49.364Z[ recovery-image] Dec 21 05:07:48.620 INFO O| Dec 21 05:07:48.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
68072024-12-21T05:07:49.365Z[ recovery-image] Dec 21 05:07:48.620 INFO O| Dec 21 05:07:48.620 INFO STEP 771 (remove_files) COMPLETE
68082024-12-21T05:07:49.365Z[ recovery-image] Dec 21 05:07:48.620 INFO O| Dec 21 05:07:48.620 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68092024-12-21T05:07:49.392Z[ recovery-image] Dec 21 05:07:48.646 INFO O| Dec 21 05:07:48.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
68102024-12-21T05:07:49.392Z[ recovery-image] Dec 21 05:07:48.646 INFO O| Dec 21 05:07:48.646 INFO STEP 772 (remove_files) COMPLETE
68112024-12-21T05:07:49.392Z[ recovery-image] Dec 21 05:07:48.646 INFO O| Dec 21 05:07:48.646 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68122024-12-21T05:07:49.425Z[ recovery-image] Dec 21 05:07:48.681 INFO O| Dec 21 05:07:48.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
68132024-12-21T05:07:49.425Z[ recovery-image] Dec 21 05:07:48.681 INFO O| Dec 21 05:07:48.681 INFO STEP 773 (remove_files) COMPLETE
68142024-12-21T05:07:49.425Z[ recovery-image] Dec 21 05:07:48.681 INFO O| Dec 21 05:07:48.681 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68152024-12-21T05:07:49.443Z[ recovery-image] Dec 21 05:07:48.699 INFO O| Dec 21 05:07:48.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
68162024-12-21T05:07:49.443Z[ recovery-image] Dec 21 05:07:48.699 INFO O| Dec 21 05:07:48.699 INFO STEP 774 (remove_files) COMPLETE
68172024-12-21T05:07:49.443Z[ recovery-image] Dec 21 05:07:48.699 INFO O| Dec 21 05:07:48.699 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68182024-12-21T05:07:49.461Z[ recovery-image] Dec 21 05:07:48.717 INFO O| Dec 21 05:07:48.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
68192024-12-21T05:07:49.462Z[ recovery-image] Dec 21 05:07:48.717 INFO O| Dec 21 05:07:48.717 INFO STEP 775 (remove_files) COMPLETE
68202024-12-21T05:07:49.462Z[ recovery-image] Dec 21 05:07:48.717 INFO O| Dec 21 05:07:48.717 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68212024-12-21T05:07:49.480Z[ recovery-image] Dec 21 05:07:48.735 INFO O| Dec 21 05:07:48.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
68222024-12-21T05:07:49.480Z[ recovery-image] Dec 21 05:07:48.735 INFO O| Dec 21 05:07:48.735 INFO STEP 776 (remove_files) COMPLETE
68232024-12-21T05:07:49.480Z[ recovery-image] Dec 21 05:07:48.735 INFO O| Dec 21 05:07:48.735 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68242024-12-21T05:07:49.498Z[ recovery-image] Dec 21 05:07:48.754 INFO O| Dec 21 05:07:48.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
68252024-12-21T05:07:49.498Z[ recovery-image] Dec 21 05:07:48.754 INFO O| Dec 21 05:07:48.754 INFO STEP 777 (remove_files) COMPLETE
68262024-12-21T05:07:49.500Z[ recovery-image] Dec 21 05:07:48.754 INFO O| Dec 21 05:07:48.754 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68272024-12-21T05:07:49.532Z[ recovery-image] Dec 21 05:07:48.787 INFO O| Dec 21 05:07:48.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
68282024-12-21T05:07:49.532Z[ recovery-image] Dec 21 05:07:48.787 INFO O| Dec 21 05:07:48.787 INFO STEP 778 (remove_files) COMPLETE
68292024-12-21T05:07:49.535Z[ recovery-image] Dec 21 05:07:48.788 INFO O| Dec 21 05:07:48.787 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68302024-12-21T05:07:49.563Z[ recovery-image] Dec 21 05:07:48.819 INFO O| Dec 21 05:07:48.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
68312024-12-21T05:07:49.563Z[ recovery-image] Dec 21 05:07:48.819 INFO O| Dec 21 05:07:48.819 INFO STEP 779 (remove_files) COMPLETE
68322024-12-21T05:07:49.568Z[ recovery-image] Dec 21 05:07:48.819 INFO O| Dec 21 05:07:48.819 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68332024-12-21T05:07:49.586Z[ recovery-image] Dec 21 05:07:48.841 INFO O| Dec 21 05:07:48.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
68342024-12-21T05:07:49.586Z[ recovery-image] Dec 21 05:07:48.841 INFO O| Dec 21 05:07:48.841 INFO STEP 780 (remove_files) COMPLETE
68352024-12-21T05:07:49.591Z[ recovery-image] Dec 21 05:07:48.841 INFO O| Dec 21 05:07:48.841 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68362024-12-21T05:07:49.606Z[ recovery-image] Dec 21 05:07:48.860 INFO O| Dec 21 05:07:48.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
68372024-12-21T05:07:49.606Z[ recovery-image] Dec 21 05:07:48.860 INFO O| Dec 21 05:07:48.860 INFO STEP 781 (remove_files) COMPLETE
68382024-12-21T05:07:49.610Z[ recovery-image] Dec 21 05:07:48.860 INFO O| Dec 21 05:07:48.860 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68392024-12-21T05:07:49.623Z[ recovery-image] Dec 21 05:07:48.879 INFO O| Dec 21 05:07:48.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
68402024-12-21T05:07:49.624Z[ recovery-image] Dec 21 05:07:48.879 INFO O| Dec 21 05:07:48.879 INFO STEP 782 (remove_files) COMPLETE
68412024-12-21T05:07:49.633Z[ recovery-image] Dec 21 05:07:48.879 INFO O| Dec 21 05:07:48.879 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68422024-12-21T05:07:49.666Z[ recovery-image] Dec 21 05:07:48.921 INFO O| Dec 21 05:07:48.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
68432024-12-21T05:07:49.666Z[ recovery-image] Dec 21 05:07:48.921 INFO O| Dec 21 05:07:48.921 INFO STEP 783 (remove_files) COMPLETE
68442024-12-21T05:07:49.669Z[ recovery-image] Dec 21 05:07:48.921 INFO O| Dec 21 05:07:48.921 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68452024-12-21T05:07:49.724Z[ recovery-image] Dec 21 05:07:48.979 INFO O| Dec 21 05:07:48.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
68462024-12-21T05:07:49.724Z[ recovery-image] Dec 21 05:07:48.979 INFO O| Dec 21 05:07:48.979 INFO STEP 784 (remove_files) COMPLETE
68472024-12-21T05:07:49.724Z[ recovery-image] Dec 21 05:07:48.979 INFO O| Dec 21 05:07:48.979 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68482024-12-21T05:07:49.742Z[ recovery-image] Dec 21 05:07:48.998 INFO O| Dec 21 05:07:48.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
68492024-12-21T05:07:49.742Z[ recovery-image] Dec 21 05:07:48.998 INFO O| Dec 21 05:07:48.998 INFO STEP 785 (remove_files) COMPLETE
68502024-12-21T05:07:49.745Z[ recovery-image] Dec 21 05:07:48.998 INFO O| Dec 21 05:07:48.998 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68512024-12-21T05:07:49.783Z[ recovery-image] Dec 21 05:07:49.039 INFO O| Dec 21 05:07:49.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
68522024-12-21T05:07:49.784Z[ recovery-image] Dec 21 05:07:49.039 INFO O| Dec 21 05:07:49.039 INFO STEP 786 (remove_files) COMPLETE
68532024-12-21T05:07:49.787Z[ recovery-image] Dec 21 05:07:49.039 INFO O| Dec 21 05:07:49.039 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68542024-12-21T05:07:49.800Z[ recovery-image] Dec 21 05:07:49.056 INFO O| Dec 21 05:07:49.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
68552024-12-21T05:07:49.800Z[ recovery-image] Dec 21 05:07:49.056 INFO O| Dec 21 05:07:49.056 INFO STEP 787 (remove_files) COMPLETE
68562024-12-21T05:07:49.800Z[ recovery-image] Dec 21 05:07:49.056 INFO O| Dec 21 05:07:49.056 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68572024-12-21T05:07:49.816Z[ recovery-image] Dec 21 05:07:49.071 INFO O| Dec 21 05:07:49.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
68582024-12-21T05:07:49.816Z[ recovery-image] Dec 21 05:07:49.071 INFO O| Dec 21 05:07:49.071 INFO STEP 788 (remove_files) COMPLETE
68592024-12-21T05:07:49.822Z[ recovery-image] Dec 21 05:07:49.071 INFO O| Dec 21 05:07:49.071 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68602024-12-21T05:07:49.832Z[ recovery-image] Dec 21 05:07:49.088 INFO O| Dec 21 05:07:49.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
68612024-12-21T05:07:49.832Z[ recovery-image] Dec 21 05:07:49.088 INFO O| Dec 21 05:07:49.088 INFO STEP 789 (remove_files) COMPLETE
68622024-12-21T05:07:49.835Z[ recovery-image] Dec 21 05:07:49.088 INFO O| Dec 21 05:07:49.088 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68632024-12-21T05:07:49.849Z[ recovery-image] Dec 21 05:07:49.105 INFO O| Dec 21 05:07:49.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
68642024-12-21T05:07:49.849Z[ recovery-image] Dec 21 05:07:49.105 INFO O| Dec 21 05:07:49.105 INFO STEP 790 (remove_files) COMPLETE
68652024-12-21T05:07:49.852Z[ recovery-image] Dec 21 05:07:49.105 INFO O| Dec 21 05:07:49.105 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68662024-12-21T05:07:49.865Z[ recovery-image] Dec 21 05:07:49.121 INFO O| Dec 21 05:07:49.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
68672024-12-21T05:07:49.868Z[ recovery-image] Dec 21 05:07:49.121 INFO O| Dec 21 05:07:49.121 INFO STEP 791 (remove_files) COMPLETE
68682024-12-21T05:07:49.868Z[ recovery-image] Dec 21 05:07:49.121 INFO O| Dec 21 05:07:49.121 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68692024-12-21T05:07:49.882Z[ recovery-image] Dec 21 05:07:49.138 INFO O| Dec 21 05:07:49.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
68702024-12-21T05:07:49.885Z[ recovery-image] Dec 21 05:07:49.139 INFO O| Dec 21 05:07:49.139 INFO STEP 792 (remove_files) COMPLETE
68712024-12-21T05:07:49.885Z[ recovery-image] Dec 21 05:07:49.139 INFO O| Dec 21 05:07:49.139 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68722024-12-21T05:07:49.902Z[ recovery-image] Dec 21 05:07:49.156 INFO O| Dec 21 05:07:49.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
68732024-12-21T05:07:49.905Z[ recovery-image] Dec 21 05:07:49.157 INFO O| Dec 21 05:07:49.157 INFO STEP 793 (remove_files) COMPLETE
68742024-12-21T05:07:49.905Z[ recovery-image] Dec 21 05:07:49.157 INFO O| Dec 21 05:07:49.157 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68752024-12-21T05:07:49.919Z[ recovery-image] Dec 21 05:07:49.175 INFO O| Dec 21 05:07:49.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
68762024-12-21T05:07:49.924Z[ recovery-image] Dec 21 05:07:49.175 INFO O| Dec 21 05:07:49.175 INFO STEP 794 (remove_files) COMPLETE
68772024-12-21T05:07:49.924Z[ recovery-image] Dec 21 05:07:49.175 INFO O| Dec 21 05:07:49.175 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68782024-12-21T05:07:49.939Z[ recovery-image] Dec 21 05:07:49.194 INFO O| Dec 21 05:07:49.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
68792024-12-21T05:07:49.939Z[ recovery-image] Dec 21 05:07:49.194 INFO O| Dec 21 05:07:49.194 INFO STEP 795 (remove_files) COMPLETE
68802024-12-21T05:07:49.943Z[ recovery-image] Dec 21 05:07:49.194 INFO O| Dec 21 05:07:49.194 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68812024-12-21T05:07:49.957Z[ recovery-image] Dec 21 05:07:49.212 INFO O| Dec 21 05:07:49.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
68822024-12-21T05:07:49.960Z[ recovery-image] Dec 21 05:07:49.212 INFO O| Dec 21 05:07:49.212 INFO STEP 796 (remove_files) COMPLETE
68832024-12-21T05:07:49.960Z[ recovery-image] Dec 21 05:07:49.213 INFO O| Dec 21 05:07:49.213 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68842024-12-21T05:07:49.975Z[ recovery-image] Dec 21 05:07:49.231 INFO O| Dec 21 05:07:49.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
68852024-12-21T05:07:49.978Z[ recovery-image] Dec 21 05:07:49.231 INFO O| Dec 21 05:07:49.231 INFO STEP 797 (remove_files) COMPLETE
68862024-12-21T05:07:49.978Z[ recovery-image] Dec 21 05:07:49.231 INFO O| Dec 21 05:07:49.231 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68872024-12-21T05:07:49.993Z[ recovery-image] Dec 21 05:07:49.249 INFO O| Dec 21 05:07:49.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
68882024-12-21T05:07:49.997Z[ recovery-image] Dec 21 05:07:49.249 INFO O| Dec 21 05:07:49.249 INFO STEP 798 (remove_files) COMPLETE
68892024-12-21T05:07:49.997Z[ recovery-image] Dec 21 05:07:49.249 INFO O| Dec 21 05:07:49.249 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68902024-12-21T05:07:50.013Z[ recovery-image] Dec 21 05:07:49.268 INFO O| Dec 21 05:07:49.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
68912024-12-21T05:07:50.016Z[ recovery-image] Dec 21 05:07:49.268 INFO O| Dec 21 05:07:49.268 INFO STEP 799 (remove_files) COMPLETE
68922024-12-21T05:07:50.017Z[ recovery-image] Dec 21 05:07:49.268 INFO O| Dec 21 05:07:49.268 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68932024-12-21T05:07:50.032Z[ recovery-image] Dec 21 05:07:49.286 INFO O| Dec 21 05:07:49.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
68942024-12-21T05:07:50.036Z[ recovery-image] Dec 21 05:07:49.287 INFO O| Dec 21 05:07:49.287 INFO STEP 800 (remove_files) COMPLETE
68952024-12-21T05:07:50.036Z[ recovery-image] Dec 21 05:07:49.287 INFO O| Dec 21 05:07:49.287 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68962024-12-21T05:07:50.051Z[ recovery-image] Dec 21 05:07:49.306 INFO O| Dec 21 05:07:49.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
68972024-12-21T05:07:50.054Z[ recovery-image] Dec 21 05:07:49.306 INFO O| Dec 21 05:07:49.306 INFO STEP 801 (remove_files) COMPLETE
68982024-12-21T05:07:50.054Z[ recovery-image] Dec 21 05:07:49.306 INFO O| Dec 21 05:07:49.306 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68992024-12-21T05:07:50.070Z[ recovery-image] Dec 21 05:07:49.326 INFO O| Dec 21 05:07:49.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
69002024-12-21T05:07:50.075Z[ recovery-image] Dec 21 05:07:49.326 INFO O| Dec 21 05:07:49.326 INFO STEP 802 (remove_files) COMPLETE
69012024-12-21T05:07:50.075Z[ recovery-image] Dec 21 05:07:49.326 INFO O| Dec 21 05:07:49.326 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69022024-12-21T05:07:50.090Z[ recovery-image] Dec 21 05:07:49.345 INFO O| Dec 21 05:07:49.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
69032024-12-21T05:07:50.094Z[ recovery-image] Dec 21 05:07:49.345 INFO O| Dec 21 05:07:49.345 INFO STEP 803 (remove_files) COMPLETE
69042024-12-21T05:07:50.095Z[ recovery-image] Dec 21 05:07:49.345 INFO O| Dec 21 05:07:49.345 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69052024-12-21T05:07:50.108Z[ recovery-image] Dec 21 05:07:49.364 INFO O| Dec 21 05:07:49.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
69062024-12-21T05:07:50.112Z[ recovery-image] Dec 21 05:07:49.364 INFO O| Dec 21 05:07:49.364 INFO STEP 804 (remove_files) COMPLETE
69072024-12-21T05:07:50.112Z[ recovery-image] Dec 21 05:07:49.364 INFO O| Dec 21 05:07:49.364 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69082024-12-21T05:07:50.127Z[ recovery-image] Dec 21 05:07:49.383 INFO O| Dec 21 05:07:49.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
69092024-12-21T05:07:50.130Z[ recovery-image] Dec 21 05:07:49.383 INFO O| Dec 21 05:07:49.383 INFO STEP 805 (remove_files) COMPLETE
69102024-12-21T05:07:50.130Z[ recovery-image] Dec 21 05:07:49.383 INFO O| Dec 21 05:07:49.383 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69112024-12-21T05:07:50.147Z[ recovery-image] Dec 21 05:07:49.402 INFO O| Dec 21 05:07:49.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
69122024-12-21T05:07:50.150Z[ recovery-image] Dec 21 05:07:49.403 INFO O| Dec 21 05:07:49.403 INFO STEP 806 (remove_files) COMPLETE
69132024-12-21T05:07:50.150Z[ recovery-image] Dec 21 05:07:49.403 INFO O| Dec 21 05:07:49.403 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69142024-12-21T05:07:50.165Z[ recovery-image] Dec 21 05:07:49.421 INFO O| Dec 21 05:07:49.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
69152024-12-21T05:07:50.168Z[ recovery-image] Dec 21 05:07:49.422 INFO O| Dec 21 05:07:49.422 INFO STEP 807 (remove_files) COMPLETE
69162024-12-21T05:07:50.168Z[ recovery-image] Dec 21 05:07:49.422 INFO O| Dec 21 05:07:49.422 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69172024-12-21T05:07:50.184Z[ recovery-image] Dec 21 05:07:49.440 INFO O| Dec 21 05:07:49.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
69182024-12-21T05:07:50.187Z[ recovery-image] Dec 21 05:07:49.440 INFO O| Dec 21 05:07:49.440 INFO STEP 808 (remove_files) COMPLETE
69192024-12-21T05:07:50.187Z[ recovery-image] Dec 21 05:07:49.440 INFO O| Dec 21 05:07:49.440 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69202024-12-21T05:07:50.202Z[ recovery-image] Dec 21 05:07:49.458 INFO O| Dec 21 05:07:49.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
69212024-12-21T05:07:50.206Z[ recovery-image] Dec 21 05:07:49.459 INFO O| Dec 21 05:07:49.458 INFO STEP 809 (remove_files) COMPLETE
69222024-12-21T05:07:50.206Z[ recovery-image] Dec 21 05:07:49.459 INFO O| Dec 21 05:07:49.459 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69232024-12-21T05:07:50.220Z[ recovery-image] Dec 21 05:07:49.476 INFO O| Dec 21 05:07:49.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
69242024-12-21T05:07:50.220Z[ recovery-image] Dec 21 05:07:49.476 INFO O| Dec 21 05:07:49.476 INFO STEP 810 (remove_files) COMPLETE
69252024-12-21T05:07:50.224Z[ recovery-image] Dec 21 05:07:49.477 INFO O| Dec 21 05:07:49.476 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69262024-12-21T05:07:50.239Z[ recovery-image] Dec 21 05:07:49.495 INFO O| Dec 21 05:07:49.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
69272024-12-21T05:07:50.239Z[ recovery-image] Dec 21 05:07:49.495 INFO O| Dec 21 05:07:49.495 INFO STEP 811 (remove_files) COMPLETE
69282024-12-21T05:07:50.242Z[ recovery-image] Dec 21 05:07:49.496 INFO O| Dec 21 05:07:49.495 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69292024-12-21T05:07:50.260Z[ recovery-image] Dec 21 05:07:49.515 INFO O| Dec 21 05:07:49.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
69302024-12-21T05:07:50.263Z[ recovery-image] Dec 21 05:07:49.515 INFO O| Dec 21 05:07:49.515 INFO STEP 812 (remove_files) COMPLETE
69312024-12-21T05:07:50.263Z[ recovery-image] Dec 21 05:07:49.516 INFO O| Dec 21 05:07:49.515 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69322024-12-21T05:07:50.281Z[ recovery-image] Dec 21 05:07:49.536 INFO O| Dec 21 05:07:49.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
69332024-12-21T05:07:50.283Z[ recovery-image] Dec 21 05:07:49.537 INFO O| Dec 21 05:07:49.537 INFO STEP 813 (remove_files) COMPLETE
69342024-12-21T05:07:50.283Z[ recovery-image] Dec 21 05:07:49.537 INFO O| Dec 21 05:07:49.537 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69352024-12-21T05:07:50.303Z[ recovery-image] Dec 21 05:07:49.558 INFO O| Dec 21 05:07:49.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
69362024-12-21T05:07:50.307Z[ recovery-image] Dec 21 05:07:49.558 INFO O| Dec 21 05:07:49.558 INFO STEP 814 (remove_files) COMPLETE
69372024-12-21T05:07:50.307Z[ recovery-image] Dec 21 05:07:49.558 INFO O| Dec 21 05:07:49.558 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69382024-12-21T05:07:50.324Z[ recovery-image] Dec 21 05:07:49.579 INFO O| Dec 21 05:07:49.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
69392024-12-21T05:07:50.328Z[ recovery-image] Dec 21 05:07:49.580 INFO O| Dec 21 05:07:49.579 INFO STEP 815 (remove_files) COMPLETE
69402024-12-21T05:07:50.328Z[ recovery-image] Dec 21 05:07:49.580 INFO O| Dec 21 05:07:49.580 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69412024-12-21T05:07:50.342Z[ recovery-image] Dec 21 05:07:49.598 INFO O| Dec 21 05:07:49.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
69422024-12-21T05:07:50.342Z[ recovery-image] Dec 21 05:07:49.598 INFO O| Dec 21 05:07:49.598 INFO STEP 816 (remove_files) COMPLETE
69432024-12-21T05:07:50.342Z[ recovery-image] Dec 21 05:07:49.598 INFO O| Dec 21 05:07:49.598 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69442024-12-21T05:07:50.360Z[ recovery-image] Dec 21 05:07:49.615 INFO O| Dec 21 05:07:49.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
69452024-12-21T05:07:50.360Z[ recovery-image] Dec 21 05:07:49.616 INFO O| Dec 21 05:07:49.615 INFO STEP 817 (remove_files) COMPLETE
69462024-12-21T05:07:50.360Z[ recovery-image] Dec 21 05:07:49.616 INFO O| Dec 21 05:07:49.616 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69472024-12-21T05:07:50.378Z[ recovery-image] Dec 21 05:07:49.633 INFO O| Dec 21 05:07:49.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
69482024-12-21T05:07:50.378Z[ recovery-image] Dec 21 05:07:49.633 INFO O| Dec 21 05:07:49.633 INFO STEP 818 (remove_files) COMPLETE
69492024-12-21T05:07:50.378Z[ recovery-image] Dec 21 05:07:49.633 INFO O| Dec 21 05:07:49.633 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69502024-12-21T05:07:50.396Z[ recovery-image] Dec 21 05:07:49.651 INFO O| Dec 21 05:07:49.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
69512024-12-21T05:07:50.399Z[ recovery-image] Dec 21 05:07:49.652 INFO O| Dec 21 05:07:49.652 INFO STEP 819 (remove_files) COMPLETE
69522024-12-21T05:07:50.399Z[ recovery-image] Dec 21 05:07:49.652 INFO O| Dec 21 05:07:49.652 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69532024-12-21T05:07:50.414Z[ recovery-image] Dec 21 05:07:49.669 INFO O| Dec 21 05:07:49.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
69542024-12-21T05:07:50.415Z[ recovery-image] Dec 21 05:07:49.669 INFO O| Dec 21 05:07:49.669 INFO STEP 820 (remove_files) COMPLETE
69552024-12-21T05:07:50.418Z[ recovery-image] Dec 21 05:07:49.669 INFO O| Dec 21 05:07:49.669 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69562024-12-21T05:07:50.431Z[ recovery-image] Dec 21 05:07:49.687 INFO O| Dec 21 05:07:49.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
69572024-12-21T05:07:50.431Z[ recovery-image] Dec 21 05:07:49.687 INFO O| Dec 21 05:07:49.687 INFO STEP 821 (remove_files) COMPLETE
69582024-12-21T05:07:50.431Z[ recovery-image] Dec 21 05:07:49.687 INFO O| Dec 21 05:07:49.687 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69592024-12-21T05:07:50.449Z[ recovery-image] Dec 21 05:07:49.705 INFO O| Dec 21 05:07:49.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
69602024-12-21T05:07:50.449Z[ recovery-image] Dec 21 05:07:49.705 INFO O| Dec 21 05:07:49.705 INFO STEP 822 (remove_files) COMPLETE
69612024-12-21T05:07:50.452Z[ recovery-image] Dec 21 05:07:49.705 INFO O| Dec 21 05:07:49.705 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69622024-12-21T05:07:50.466Z[ recovery-image] Dec 21 05:07:49.722 INFO O| Dec 21 05:07:49.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
69632024-12-21T05:07:50.466Z[ recovery-image] Dec 21 05:07:49.722 INFO O| Dec 21 05:07:49.722 INFO STEP 823 (remove_files) COMPLETE
69642024-12-21T05:07:50.466Z[ recovery-image] Dec 21 05:07:49.722 INFO O| Dec 21 05:07:49.722 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69652024-12-21T05:07:50.483Z[ recovery-image] Dec 21 05:07:49.739 INFO O| Dec 21 05:07:49.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
69662024-12-21T05:07:50.483Z[ recovery-image] Dec 21 05:07:49.739 INFO O| Dec 21 05:07:49.739 INFO STEP 824 (remove_files) COMPLETE
69672024-12-21T05:07:50.483Z[ recovery-image] Dec 21 05:07:49.739 INFO O| Dec 21 05:07:49.739 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69682024-12-21T05:07:50.500Z[ recovery-image] Dec 21 05:07:49.756 INFO O| Dec 21 05:07:49.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
69692024-12-21T05:07:50.501Z[ recovery-image] Dec 21 05:07:49.756 INFO O| Dec 21 05:07:49.756 INFO STEP 825 (remove_files) COMPLETE
69702024-12-21T05:07:50.501Z[ recovery-image] Dec 21 05:07:49.756 INFO O| Dec 21 05:07:49.756 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69712024-12-21T05:07:50.520Z[ recovery-image] Dec 21 05:07:49.775 INFO O| Dec 21 05:07:49.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
69722024-12-21T05:07:50.520Z[ recovery-image] Dec 21 05:07:49.775 INFO O| Dec 21 05:07:49.775 INFO STEP 826 (remove_files) COMPLETE
69732024-12-21T05:07:50.524Z[ recovery-image] Dec 21 05:07:49.775 INFO O| Dec 21 05:07:49.775 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69742024-12-21T05:07:50.540Z[ recovery-image] Dec 21 05:07:49.795 INFO O| Dec 21 05:07:49.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
69752024-12-21T05:07:50.540Z[ recovery-image] Dec 21 05:07:49.795 INFO O| Dec 21 05:07:49.795 INFO STEP 827 (remove_files) COMPLETE
69762024-12-21T05:07:50.540Z[ recovery-image] Dec 21 05:07:49.795 INFO O| Dec 21 05:07:49.795 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69772024-12-21T05:07:50.559Z[ recovery-image] Dec 21 05:07:49.815 INFO O| Dec 21 05:07:49.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
69782024-12-21T05:07:50.559Z[ recovery-image] Dec 21 05:07:49.815 INFO O| Dec 21 05:07:49.815 INFO STEP 828 (remove_files) COMPLETE
69792024-12-21T05:07:50.562Z[ recovery-image] Dec 21 05:07:49.815 INFO O| Dec 21 05:07:49.815 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69802024-12-21T05:07:50.578Z[ recovery-image] Dec 21 05:07:49.834 INFO O| Dec 21 05:07:49.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
69812024-12-21T05:07:50.578Z[ recovery-image] Dec 21 05:07:49.834 INFO O| Dec 21 05:07:49.834 INFO STEP 829 (remove_files) COMPLETE
69822024-12-21T05:07:50.578Z[ recovery-image] Dec 21 05:07:49.834 INFO O| Dec 21 05:07:49.834 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69832024-12-21T05:07:50.599Z[ recovery-image] Dec 21 05:07:49.854 INFO O| Dec 21 05:07:49.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
69842024-12-21T05:07:50.599Z[ recovery-image] Dec 21 05:07:49.854 INFO O| Dec 21 05:07:49.854 INFO STEP 830 (remove_files) COMPLETE
69852024-12-21T05:07:50.600Z[ recovery-image] Dec 21 05:07:49.854 INFO O| Dec 21 05:07:49.854 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69862024-12-21T05:07:50.617Z[ recovery-image] Dec 21 05:07:49.873 INFO O| Dec 21 05:07:49.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
69872024-12-21T05:07:50.617Z[ recovery-image] Dec 21 05:07:49.873 INFO O| Dec 21 05:07:49.873 INFO STEP 831 (remove_files) COMPLETE
69882024-12-21T05:07:50.617Z[ recovery-image] Dec 21 05:07:49.873 INFO O| Dec 21 05:07:49.873 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69892024-12-21T05:07:50.638Z[ recovery-image] Dec 21 05:07:49.893 INFO O| Dec 21 05:07:49.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
69902024-12-21T05:07:50.642Z[ recovery-image] Dec 21 05:07:49.893 INFO O| Dec 21 05:07:49.893 INFO STEP 832 (remove_files) COMPLETE
69912024-12-21T05:07:50.642Z[ recovery-image] Dec 21 05:07:49.894 INFO O| Dec 21 05:07:49.893 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69922024-12-21T05:07:50.658Z[ recovery-image] Dec 21 05:07:49.914 INFO O| Dec 21 05:07:49.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
69932024-12-21T05:07:50.658Z[ recovery-image] Dec 21 05:07:49.914 INFO O| Dec 21 05:07:49.914 INFO STEP 833 (remove_files) COMPLETE
69942024-12-21T05:07:50.662Z[ recovery-image] Dec 21 05:07:49.914 INFO O| Dec 21 05:07:49.914 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69952024-12-21T05:07:50.678Z[ recovery-image] Dec 21 05:07:49.934 INFO O| Dec 21 05:07:49.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
69962024-12-21T05:07:50.678Z[ recovery-image] Dec 21 05:07:49.934 INFO O| Dec 21 05:07:49.934 INFO STEP 834 (remove_files) COMPLETE
69972024-12-21T05:07:50.678Z[ recovery-image] Dec 21 05:07:49.934 INFO O| Dec 21 05:07:49.934 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69982024-12-21T05:07:50.698Z[ recovery-image] Dec 21 05:07:49.954 INFO O| Dec 21 05:07:49.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
69992024-12-21T05:07:50.699Z[ recovery-image] Dec 21 05:07:49.954 INFO O| Dec 21 05:07:49.954 INFO STEP 835 (remove_files) COMPLETE
70002024-12-21T05:07:50.699Z[ recovery-image] Dec 21 05:07:49.954 INFO O| Dec 21 05:07:49.954 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70012024-12-21T05:07:50.718Z[ recovery-image] Dec 21 05:07:49.972 INFO O| Dec 21 05:07:49.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
70022024-12-21T05:07:50.718Z[ recovery-image] Dec 21 05:07:49.972 INFO O| Dec 21 05:07:49.972 INFO STEP 836 (remove_files) COMPLETE
70032024-12-21T05:07:50.720Z[ recovery-image] Dec 21 05:07:49.972 INFO O| Dec 21 05:07:49.972 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70042024-12-21T05:07:50.734Z[ recovery-image] Dec 21 05:07:49.990 INFO O| Dec 21 05:07:49.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
70052024-12-21T05:07:50.734Z[ recovery-image] Dec 21 05:07:49.990 INFO O| Dec 21 05:07:49.990 INFO STEP 837 (remove_files) COMPLETE
70062024-12-21T05:07:50.734Z[ recovery-image] Dec 21 05:07:49.990 INFO O| Dec 21 05:07:49.990 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70072024-12-21T05:07:50.753Z[ recovery-image] Dec 21 05:07:50.008 INFO O| Dec 21 05:07:50.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
70082024-12-21T05:07:50.753Z[ recovery-image] Dec 21 05:07:50.008 INFO O| Dec 21 05:07:50.008 INFO STEP 838 (remove_files) COMPLETE
70092024-12-21T05:07:50.753Z[ recovery-image] Dec 21 05:07:50.008 INFO O| Dec 21 05:07:50.008 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70102024-12-21T05:07:50.771Z[ recovery-image] Dec 21 05:07:50.026 INFO O| Dec 21 05:07:50.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
70112024-12-21T05:07:50.771Z[ recovery-image] Dec 21 05:07:50.027 INFO O| Dec 21 05:07:50.026 INFO STEP 839 (remove_files) COMPLETE
70122024-12-21T05:07:50.771Z[ recovery-image] Dec 21 05:07:50.027 INFO O| Dec 21 05:07:50.027 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70132024-12-21T05:07:50.788Z[ recovery-image] Dec 21 05:07:50.044 INFO O| Dec 21 05:07:50.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
70142024-12-21T05:07:50.788Z[ recovery-image] Dec 21 05:07:50.044 INFO O| Dec 21 05:07:50.044 INFO STEP 840 (remove_files) COMPLETE
70152024-12-21T05:07:50.788Z[ recovery-image] Dec 21 05:07:50.044 INFO O| Dec 21 05:07:50.044 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70162024-12-21T05:07:50.807Z[ recovery-image] Dec 21 05:07:50.063 INFO O| Dec 21 05:07:50.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
70172024-12-21T05:07:50.807Z[ recovery-image] Dec 21 05:07:50.063 INFO O| Dec 21 05:07:50.063 INFO STEP 841 (remove_files) COMPLETE
70182024-12-21T05:07:50.810Z[ recovery-image] Dec 21 05:07:50.063 INFO O| Dec 21 05:07:50.063 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70192024-12-21T05:07:50.825Z[ recovery-image] Dec 21 05:07:50.081 INFO O| Dec 21 05:07:50.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
70202024-12-21T05:07:50.825Z[ recovery-image] Dec 21 05:07:50.081 INFO O| Dec 21 05:07:50.081 INFO STEP 842 (remove_files) COMPLETE
70212024-12-21T05:07:50.828Z[ recovery-image] Dec 21 05:07:50.081 INFO O| Dec 21 05:07:50.081 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70222024-12-21T05:07:50.844Z[ recovery-image] Dec 21 05:07:50.099 INFO O| Dec 21 05:07:50.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
70232024-12-21T05:07:50.847Z[ recovery-image] Dec 21 05:07:50.099 INFO O| Dec 21 05:07:50.099 INFO STEP 843 (remove_files) COMPLETE
70242024-12-21T05:07:50.847Z[ recovery-image] Dec 21 05:07:50.099 INFO O| Dec 21 05:07:50.099 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70252024-12-21T05:07:50.861Z[ recovery-image] Dec 21 05:07:50.117 INFO O| Dec 21 05:07:50.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
70262024-12-21T05:07:50.866Z[ recovery-image] Dec 21 05:07:50.117 INFO O| Dec 21 05:07:50.117 INFO STEP 844 (remove_files) COMPLETE
70272024-12-21T05:07:50.866Z[ recovery-image] Dec 21 05:07:50.117 INFO O| Dec 21 05:07:50.117 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70282024-12-21T05:07:50.879Z[ recovery-image] Dec 21 05:07:50.135 INFO O| Dec 21 05:07:50.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
70292024-12-21T05:07:50.879Z[ recovery-image] Dec 21 05:07:50.135 INFO O| Dec 21 05:07:50.135 INFO STEP 845 (remove_files) COMPLETE
70302024-12-21T05:07:50.882Z[ recovery-image] Dec 21 05:07:50.135 INFO O| Dec 21 05:07:50.135 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70312024-12-21T05:07:50.897Z[ recovery-image] Dec 21 05:07:50.153 INFO O| Dec 21 05:07:50.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
70322024-12-21T05:07:50.900Z[ recovery-image] Dec 21 05:07:50.153 INFO O| Dec 21 05:07:50.153 INFO STEP 846 (remove_files) COMPLETE
70332024-12-21T05:07:50.900Z[ recovery-image] Dec 21 05:07:50.153 INFO O| Dec 21 05:07:50.153 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70342024-12-21T05:07:50.916Z[ recovery-image] Dec 21 05:07:50.171 INFO O| Dec 21 05:07:50.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
70352024-12-21T05:07:50.919Z[ recovery-image] Dec 21 05:07:50.172 INFO O| Dec 21 05:07:50.172 INFO STEP 847 (remove_files) COMPLETE
70362024-12-21T05:07:50.919Z[ recovery-image] Dec 21 05:07:50.172 INFO O| Dec 21 05:07:50.172 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70372024-12-21T05:07:50.935Z[ recovery-image] Dec 21 05:07:50.191 INFO O| Dec 21 05:07:50.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
70382024-12-21T05:07:50.940Z[ recovery-image] Dec 21 05:07:50.191 INFO O| Dec 21 05:07:50.191 INFO STEP 848 (remove_files) COMPLETE
70392024-12-21T05:07:50.940Z[ recovery-image] Dec 21 05:07:50.191 INFO O| Dec 21 05:07:50.191 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70402024-12-21T05:07:50.953Z[ recovery-image] Dec 21 05:07:50.208 INFO O| Dec 21 05:07:50.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
70412024-12-21T05:07:50.956Z[ recovery-image] Dec 21 05:07:50.209 INFO O| Dec 21 05:07:50.209 INFO STEP 849 (remove_files) COMPLETE
70422024-12-21T05:07:50.956Z[ recovery-image] Dec 21 05:07:50.209 INFO O| Dec 21 05:07:50.209 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70432024-12-21T05:07:50.971Z[ recovery-image] Dec 21 05:07:50.226 INFO O| Dec 21 05:07:50.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
70442024-12-21T05:07:50.974Z[ recovery-image] Dec 21 05:07:50.226 INFO O| Dec 21 05:07:50.226 INFO STEP 850 (remove_files) COMPLETE
70452024-12-21T05:07:50.974Z[ recovery-image] Dec 21 05:07:50.226 INFO O| Dec 21 05:07:50.226 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70462024-12-21T05:07:50.989Z[ recovery-image] Dec 21 05:07:50.244 INFO O| Dec 21 05:07:50.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
70472024-12-21T05:07:50.992Z[ recovery-image] Dec 21 05:07:50.245 INFO O| Dec 21 05:07:50.244 INFO STEP 851 (remove_files) COMPLETE
70482024-12-21T05:07:50.992Z[ recovery-image] Dec 21 05:07:50.245 INFO O| Dec 21 05:07:50.245 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70492024-12-21T05:07:51.006Z[ recovery-image] Dec 21 05:07:50.262 INFO O| Dec 21 05:07:50.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
70502024-12-21T05:07:51.009Z[ recovery-image] Dec 21 05:07:50.262 INFO O| Dec 21 05:07:50.262 INFO STEP 852 (remove_files) COMPLETE
70512024-12-21T05:07:51.009Z[ recovery-image] Dec 21 05:07:50.262 INFO O| Dec 21 05:07:50.262 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70522024-12-21T05:07:51.024Z[ recovery-image] Dec 21 05:07:50.280 INFO O| Dec 21 05:07:50.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
70532024-12-21T05:07:51.027Z[ recovery-image] Dec 21 05:07:50.280 INFO O| Dec 21 05:07:50.280 INFO STEP 853 (remove_files) COMPLETE
70542024-12-21T05:07:51.027Z[ recovery-image] Dec 21 05:07:50.280 INFO O| Dec 21 05:07:50.280 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70552024-12-21T05:07:51.042Z[ recovery-image] Dec 21 05:07:50.298 INFO O| Dec 21 05:07:50.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
70562024-12-21T05:07:51.045Z[ recovery-image] Dec 21 05:07:50.298 INFO O| Dec 21 05:07:50.298 INFO STEP 854 (remove_files) COMPLETE
70572024-12-21T05:07:51.045Z[ recovery-image] Dec 21 05:07:50.298 INFO O| Dec 21 05:07:50.298 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70582024-12-21T05:07:51.061Z[ recovery-image] Dec 21 05:07:50.316 INFO O| Dec 21 05:07:50.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
70592024-12-21T05:07:51.064Z[ recovery-image] Dec 21 05:07:50.316 INFO O| Dec 21 05:07:50.316 INFO STEP 855 (remove_files) COMPLETE
70602024-12-21T05:07:51.064Z[ recovery-image] Dec 21 05:07:50.316 INFO O| Dec 21 05:07:50.316 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70612024-12-21T05:07:51.080Z[ recovery-image] Dec 21 05:07:50.335 INFO O| Dec 21 05:07:50.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
70622024-12-21T05:07:51.080Z[ recovery-image] Dec 21 05:07:50.336 INFO O| Dec 21 05:07:50.335 INFO STEP 856 (remove_files) COMPLETE
70632024-12-21T05:07:51.084Z[ recovery-image] Dec 21 05:07:50.336 INFO O| Dec 21 05:07:50.335 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70642024-12-21T05:07:51.099Z[ recovery-image] Dec 21 05:07:50.354 INFO O| Dec 21 05:07:50.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
70652024-12-21T05:07:51.101Z[ recovery-image] Dec 21 05:07:50.355 INFO O| Dec 21 05:07:50.355 INFO STEP 857 (remove_files) COMPLETE
70662024-12-21T05:07:51.101Z[ recovery-image] Dec 21 05:07:50.355 INFO O| Dec 21 05:07:50.355 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70672024-12-21T05:07:51.118Z[ recovery-image] Dec 21 05:07:50.373 INFO O| Dec 21 05:07:50.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
70682024-12-21T05:07:51.118Z[ recovery-image] Dec 21 05:07:50.373 INFO O| Dec 21 05:07:50.373 INFO STEP 858 (remove_files) COMPLETE
70692024-12-21T05:07:51.121Z[ recovery-image] Dec 21 05:07:50.373 INFO O| Dec 21 05:07:50.373 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70702024-12-21T05:07:51.136Z[ recovery-image] Dec 21 05:07:50.392 INFO O| Dec 21 05:07:50.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
70712024-12-21T05:07:51.136Z[ recovery-image] Dec 21 05:07:50.392 INFO O| Dec 21 05:07:50.392 INFO STEP 859 (remove_files) COMPLETE
70722024-12-21T05:07:51.139Z[ recovery-image] Dec 21 05:07:50.392 INFO O| Dec 21 05:07:50.392 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70732024-12-21T05:07:51.154Z[ recovery-image] Dec 21 05:07:50.410 INFO O| Dec 21 05:07:50.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
70742024-12-21T05:07:51.155Z[ recovery-image] Dec 21 05:07:50.410 INFO O| Dec 21 05:07:50.410 INFO STEP 860 (remove_files) COMPLETE
70752024-12-21T05:07:51.159Z[ recovery-image] Dec 21 05:07:50.410 INFO O| Dec 21 05:07:50.410 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70762024-12-21T05:07:51.183Z[ recovery-image] Dec 21 05:07:50.429 INFO O| Dec 21 05:07:50.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
70772024-12-21T05:07:51.187Z[ recovery-image] Dec 21 05:07:50.429 INFO O| Dec 21 05:07:50.429 INFO STEP 861 (remove_files) COMPLETE
70782024-12-21T05:07:51.187Z[ recovery-image] Dec 21 05:07:50.429 INFO O| Dec 21 05:07:50.429 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70792024-12-21T05:07:51.192Z[ recovery-image] Dec 21 05:07:50.448 INFO O| Dec 21 05:07:50.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
70802024-12-21T05:07:51.192Z[ recovery-image] Dec 21 05:07:50.448 INFO O| Dec 21 05:07:50.448 INFO STEP 862 (remove_files) COMPLETE
70812024-12-21T05:07:51.194Z[ recovery-image] Dec 21 05:07:50.448 INFO O| Dec 21 05:07:50.448 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70822024-12-21T05:07:51.211Z[ recovery-image] Dec 21 05:07:50.466 INFO O| Dec 21 05:07:50.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
70832024-12-21T05:07:51.211Z[ recovery-image] Dec 21 05:07:50.467 INFO O| Dec 21 05:07:50.466 INFO STEP 863 (remove_files) COMPLETE
70842024-12-21T05:07:51.214Z[ recovery-image] Dec 21 05:07:50.467 INFO O| Dec 21 05:07:50.466 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70852024-12-21T05:07:51.229Z[ recovery-image] Dec 21 05:07:50.485 INFO O| Dec 21 05:07:50.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
70862024-12-21T05:07:51.229Z[ recovery-image] Dec 21 05:07:50.485 INFO O| Dec 21 05:07:50.485 INFO STEP 864 (remove_files) COMPLETE
70872024-12-21T05:07:51.232Z[ recovery-image] Dec 21 05:07:50.485 INFO O| Dec 21 05:07:50.485 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70882024-12-21T05:07:51.248Z[ recovery-image] Dec 21 05:07:50.504 INFO O| Dec 21 05:07:50.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
70892024-12-21T05:07:51.248Z[ recovery-image] Dec 21 05:07:50.504 INFO O| Dec 21 05:07:50.504 INFO STEP 865 (remove_files) COMPLETE
70902024-12-21T05:07:51.251Z[ recovery-image] Dec 21 05:07:50.504 INFO O| Dec 21 05:07:50.504 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70912024-12-21T05:07:51.267Z[ recovery-image] Dec 21 05:07:50.523 INFO O| Dec 21 05:07:50.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
70922024-12-21T05:07:51.272Z[ recovery-image] Dec 21 05:07:50.523 INFO O| Dec 21 05:07:50.523 INFO STEP 866 (remove_files) COMPLETE
70932024-12-21T05:07:51.272Z[ recovery-image] Dec 21 05:07:50.524 INFO O| Dec 21 05:07:50.523 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70942024-12-21T05:07:51.286Z[ recovery-image] Dec 21 05:07:50.542 INFO O| Dec 21 05:07:50.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
70952024-12-21T05:07:51.286Z[ recovery-image] Dec 21 05:07:50.542 INFO O| Dec 21 05:07:50.542 INFO STEP 867 (remove_files) COMPLETE
70962024-12-21T05:07:51.290Z[ recovery-image] Dec 21 05:07:50.542 INFO O| Dec 21 05:07:50.542 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70972024-12-21T05:07:51.306Z[ recovery-image] Dec 21 05:07:50.561 INFO O| Dec 21 05:07:50.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
70982024-12-21T05:07:51.309Z[ recovery-image] Dec 21 05:07:50.561 INFO O| Dec 21 05:07:50.561 INFO STEP 868 (remove_files) COMPLETE
70992024-12-21T05:07:51.309Z[ recovery-image] Dec 21 05:07:50.562 INFO O| Dec 21 05:07:50.561 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71002024-12-21T05:07:51.326Z[ recovery-image] Dec 21 05:07:50.581 INFO O| Dec 21 05:07:50.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
71012024-12-21T05:07:51.327Z[ recovery-image] Dec 21 05:07:50.581 INFO O| Dec 21 05:07:50.581 INFO STEP 869 (remove_files) COMPLETE
71022024-12-21T05:07:51.327Z[ recovery-image] Dec 21 05:07:50.581 INFO O| Dec 21 05:07:50.581 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71032024-12-21T05:07:51.342Z[ recovery-image] Dec 21 05:07:50.597 INFO O| Dec 21 05:07:50.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
71042024-12-21T05:07:51.343Z[ recovery-image] Dec 21 05:07:50.597 INFO O| Dec 21 05:07:50.597 INFO STEP 870 (remove_files) COMPLETE
71052024-12-21T05:07:51.348Z[ recovery-image] Dec 21 05:07:50.597 INFO O| Dec 21 05:07:50.597 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71062024-12-21T05:07:51.361Z[ recovery-image] Dec 21 05:07:50.617 INFO O| Dec 21 05:07:50.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
71072024-12-21T05:07:51.361Z[ recovery-image] Dec 21 05:07:50.617 INFO O| Dec 21 05:07:50.617 INFO STEP 871 (remove_files) COMPLETE
71082024-12-21T05:07:51.364Z[ recovery-image] Dec 21 05:07:50.617 INFO O| Dec 21 05:07:50.617 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71092024-12-21T05:07:51.380Z[ recovery-image] Dec 21 05:07:50.636 INFO O| Dec 21 05:07:50.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
71102024-12-21T05:07:51.380Z[ recovery-image] Dec 21 05:07:50.636 INFO O| Dec 21 05:07:50.636 INFO STEP 872 (remove_files) COMPLETE
71112024-12-21T05:07:51.382Z[ recovery-image] Dec 21 05:07:50.636 INFO O| Dec 21 05:07:50.636 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71122024-12-21T05:07:51.397Z[ recovery-image] Dec 21 05:07:50.652 INFO O| Dec 21 05:07:50.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
71132024-12-21T05:07:51.397Z[ recovery-image] Dec 21 05:07:50.652 INFO O| Dec 21 05:07:50.652 INFO STEP 873 (remove_files) COMPLETE
71142024-12-21T05:07:51.402Z[ recovery-image] Dec 21 05:07:50.653 INFO O| Dec 21 05:07:50.652 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71152024-12-21T05:07:51.414Z[ recovery-image] Dec 21 05:07:50.670 INFO O| Dec 21 05:07:50.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
71162024-12-21T05:07:51.414Z[ recovery-image] Dec 21 05:07:50.670 INFO O| Dec 21 05:07:50.670 INFO STEP 874 (remove_files) COMPLETE
71172024-12-21T05:07:51.414Z[ recovery-image] Dec 21 05:07:50.670 INFO O| Dec 21 05:07:50.670 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71182024-12-21T05:07:51.431Z[ recovery-image] Dec 21 05:07:50.687 INFO O| Dec 21 05:07:50.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
71192024-12-21T05:07:51.431Z[ recovery-image] Dec 21 05:07:50.687 INFO O| Dec 21 05:07:50.687 INFO STEP 875 (remove_files) COMPLETE
71202024-12-21T05:07:51.431Z[ recovery-image] Dec 21 05:07:50.687 INFO O| Dec 21 05:07:50.687 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71212024-12-21T05:07:51.447Z[ recovery-image] Dec 21 05:07:50.703 INFO O| Dec 21 05:07:50.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
71222024-12-21T05:07:51.447Z[ recovery-image] Dec 21 05:07:50.703 INFO O| Dec 21 05:07:50.703 INFO STEP 876 (remove_files) COMPLETE
71232024-12-21T05:07:51.447Z[ recovery-image] Dec 21 05:07:50.703 INFO O| Dec 21 05:07:50.703 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71242024-12-21T05:07:51.464Z[ recovery-image] Dec 21 05:07:50.720 INFO O| Dec 21 05:07:50.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
71252024-12-21T05:07:51.464Z[ recovery-image] Dec 21 05:07:50.720 INFO O| Dec 21 05:07:50.720 INFO STEP 877 (remove_files) COMPLETE
71262024-12-21T05:07:51.466Z[ recovery-image] Dec 21 05:07:50.720 INFO O| Dec 21 05:07:50.720 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71272024-12-21T05:07:51.481Z[ recovery-image] Dec 21 05:07:50.737 INFO O| Dec 21 05:07:50.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
71282024-12-21T05:07:51.481Z[ recovery-image] Dec 21 05:07:50.737 INFO O| Dec 21 05:07:50.737 INFO STEP 878 (remove_files) COMPLETE
71292024-12-21T05:07:51.481Z[ recovery-image] Dec 21 05:07:50.737 INFO O| Dec 21 05:07:50.737 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71302024-12-21T05:07:51.496Z[ recovery-image] Dec 21 05:07:50.752 INFO O| Dec 21 05:07:50.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
71312024-12-21T05:07:51.496Z[ recovery-image] Dec 21 05:07:50.752 INFO O| Dec 21 05:07:50.752 INFO STEP 879 (remove_files) COMPLETE
71322024-12-21T05:07:51.499Z[ recovery-image] Dec 21 05:07:50.752 INFO O| Dec 21 05:07:50.752 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71332024-12-21T05:07:51.512Z[ recovery-image] Dec 21 05:07:50.767 INFO O| Dec 21 05:07:50.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
71342024-12-21T05:07:51.512Z[ recovery-image] Dec 21 05:07:50.767 INFO O| Dec 21 05:07:50.767 INFO STEP 880 (remove_files) COMPLETE
71352024-12-21T05:07:51.512Z[ recovery-image] Dec 21 05:07:50.767 INFO O| Dec 21 05:07:50.767 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71362024-12-21T05:07:51.527Z[ recovery-image] Dec 21 05:07:50.782 INFO O| Dec 21 05:07:50.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
71372024-12-21T05:07:51.527Z[ recovery-image] Dec 21 05:07:50.782 INFO O| Dec 21 05:07:50.782 INFO STEP 881 (remove_files) COMPLETE
71382024-12-21T05:07:51.527Z[ recovery-image] Dec 21 05:07:50.782 INFO O| Dec 21 05:07:50.782 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71392024-12-21T05:07:51.543Z[ recovery-image] Dec 21 05:07:50.798 INFO O| Dec 21 05:07:50.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
71402024-12-21T05:07:51.547Z[ recovery-image] Dec 21 05:07:50.799 INFO O| Dec 21 05:07:50.799 INFO STEP 882 (remove_files) COMPLETE
71412024-12-21T05:07:51.547Z[ recovery-image] Dec 21 05:07:50.799 INFO O| Dec 21 05:07:50.799 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71422024-12-21T05:07:51.559Z[ recovery-image] Dec 21 05:07:50.814 INFO O| Dec 21 05:07:50.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
71432024-12-21T05:07:51.562Z[ recovery-image] Dec 21 05:07:50.815 INFO O| Dec 21 05:07:50.815 INFO STEP 883 (remove_files) COMPLETE
71442024-12-21T05:07:51.562Z[ recovery-image] Dec 21 05:07:50.815 INFO O| Dec 21 05:07:50.815 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71452024-12-21T05:07:51.582Z[ recovery-image] Dec 21 05:07:50.831 INFO O| Dec 21 05:07:50.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
71462024-12-21T05:07:51.597Z[ recovery-image] Dec 21 05:07:50.831 INFO O| Dec 21 05:07:50.831 INFO STEP 884 (remove_files) COMPLETE
71472024-12-21T05:07:51.597Z[ recovery-image] Dec 21 05:07:50.831 INFO O| Dec 21 05:07:50.831 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71482024-12-21T05:07:51.605Z[ recovery-image] Dec 21 05:07:50.848 INFO O| Dec 21 05:07:50.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
71492024-12-21T05:07:51.605Z[ recovery-image] Dec 21 05:07:50.848 INFO O| Dec 21 05:07:50.848 INFO STEP 885 (remove_files) COMPLETE
71502024-12-21T05:07:51.605Z[ recovery-image] Dec 21 05:07:50.848 INFO O| Dec 21 05:07:50.848 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71512024-12-21T05:07:51.611Z[ recovery-image] Dec 21 05:07:50.867 INFO O| Dec 21 05:07:50.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
71522024-12-21T05:07:51.615Z[ recovery-image] Dec 21 05:07:50.867 INFO O| Dec 21 05:07:50.867 INFO STEP 886 (remove_files) COMPLETE
71532024-12-21T05:07:51.615Z[ recovery-image] Dec 21 05:07:50.868 INFO O| Dec 21 05:07:50.867 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71542024-12-21T05:07:51.630Z[ recovery-image] Dec 21 05:07:50.886 INFO O| Dec 21 05:07:50.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
71552024-12-21T05:07:51.633Z[ recovery-image] Dec 21 05:07:50.887 INFO O| Dec 21 05:07:50.886 INFO STEP 887 (remove_files) COMPLETE
71562024-12-21T05:07:51.633Z[ recovery-image] Dec 21 05:07:50.887 INFO O| Dec 21 05:07:50.887 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71572024-12-21T05:07:51.646Z[ recovery-image] Dec 21 05:07:50.902 INFO O| Dec 21 05:07:50.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
71582024-12-21T05:07:51.646Z[ recovery-image] Dec 21 05:07:50.902 INFO O| Dec 21 05:07:50.902 INFO STEP 888 (remove_files) COMPLETE
71592024-12-21T05:07:51.649Z[ recovery-image] Dec 21 05:07:50.902 INFO O| Dec 21 05:07:50.902 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71602024-12-21T05:07:51.662Z[ recovery-image] Dec 21 05:07:50.918 INFO O| Dec 21 05:07:50.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
71612024-12-21T05:07:51.665Z[ recovery-image] Dec 21 05:07:50.919 INFO O| Dec 21 05:07:50.919 INFO STEP 889 (remove_files) COMPLETE
71622024-12-21T05:07:51.665Z[ recovery-image] Dec 21 05:07:50.919 INFO O| Dec 21 05:07:50.919 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71632024-12-21T05:07:51.680Z[ recovery-image] Dec 21 05:07:50.936 INFO O| Dec 21 05:07:50.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
71642024-12-21T05:07:51.684Z[ recovery-image] Dec 21 05:07:50.936 INFO O| Dec 21 05:07:50.936 INFO STEP 890 (remove_files) COMPLETE
71652024-12-21T05:07:51.684Z[ recovery-image] Dec 21 05:07:50.936 INFO O| Dec 21 05:07:50.936 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71662024-12-21T05:07:51.697Z[ recovery-image] Dec 21 05:07:50.953 INFO O| Dec 21 05:07:50.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
71672024-12-21T05:07:51.697Z[ recovery-image] Dec 21 05:07:50.953 INFO O| Dec 21 05:07:50.953 INFO STEP 891 (remove_files) COMPLETE
71682024-12-21T05:07:51.700Z[ recovery-image] Dec 21 05:07:50.953 INFO O| Dec 21 05:07:50.953 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71692024-12-21T05:07:51.713Z[ recovery-image] Dec 21 05:07:50.969 INFO O| Dec 21 05:07:50.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
71702024-12-21T05:07:51.713Z[ recovery-image] Dec 21 05:07:50.969 INFO O| Dec 21 05:07:50.969 INFO STEP 892 (remove_files) COMPLETE
71712024-12-21T05:07:51.718Z[ recovery-image] Dec 21 05:07:50.970 INFO O| Dec 21 05:07:50.969 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71722024-12-21T05:07:51.732Z[ recovery-image] Dec 21 05:07:50.986 INFO O| Dec 21 05:07:50.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
71732024-12-21T05:07:51.732Z[ recovery-image] Dec 21 05:07:50.986 INFO O| Dec 21 05:07:50.986 INFO STEP 893 (remove_files) COMPLETE
71742024-12-21T05:07:51.732Z[ recovery-image] Dec 21 05:07:50.986 INFO O| Dec 21 05:07:50.986 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71752024-12-21T05:07:51.748Z[ recovery-image] Dec 21 05:07:51.004 INFO O| Dec 21 05:07:51.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
71762024-12-21T05:07:51.748Z[ recovery-image] Dec 21 05:07:51.004 INFO O| Dec 21 05:07:51.004 INFO STEP 894 (remove_files) COMPLETE
71772024-12-21T05:07:51.752Z[ recovery-image] Dec 21 05:07:51.004 INFO O| Dec 21 05:07:51.004 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71782024-12-21T05:07:51.767Z[ recovery-image] Dec 21 05:07:51.023 INFO O| Dec 21 05:07:51.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
71792024-12-21T05:07:51.767Z[ recovery-image] Dec 21 05:07:51.023 INFO O| Dec 21 05:07:51.023 INFO STEP 895 (remove_files) COMPLETE
71802024-12-21T05:07:51.768Z[ recovery-image] Dec 21 05:07:51.023 INFO O| Dec 21 05:07:51.023 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71812024-12-21T05:07:51.787Z[ recovery-image] Dec 21 05:07:51.042 INFO O| Dec 21 05:07:51.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
71822024-12-21T05:07:51.787Z[ recovery-image] Dec 21 05:07:51.042 INFO O| Dec 21 05:07:51.042 INFO STEP 896 (remove_files) COMPLETE
71832024-12-21T05:07:51.787Z[ recovery-image] Dec 21 05:07:51.042 INFO O| Dec 21 05:07:51.042 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71842024-12-21T05:07:51.804Z[ recovery-image] Dec 21 05:07:51.059 INFO O| Dec 21 05:07:51.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
71852024-12-21T05:07:51.804Z[ recovery-image] Dec 21 05:07:51.060 INFO O| Dec 21 05:07:51.060 INFO STEP 897 (remove_files) COMPLETE
71862024-12-21T05:07:51.809Z[ recovery-image] Dec 21 05:07:51.060 INFO O| Dec 21 05:07:51.060 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71872024-12-21T05:07:51.823Z[ recovery-image] Dec 21 05:07:51.078 INFO O| Dec 21 05:07:51.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
71882024-12-21T05:07:51.823Z[ recovery-image] Dec 21 05:07:51.078 INFO O| Dec 21 05:07:51.078 INFO STEP 898 (remove_files) COMPLETE
71892024-12-21T05:07:51.823Z[ recovery-image] Dec 21 05:07:51.078 INFO O| Dec 21 05:07:51.078 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71902024-12-21T05:07:51.842Z[ recovery-image] Dec 21 05:07:51.097 INFO O| Dec 21 05:07:51.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
71912024-12-21T05:07:51.845Z[ recovery-image] Dec 21 05:07:51.097 INFO O| Dec 21 05:07:51.097 INFO STEP 899 (remove_files) COMPLETE
71922024-12-21T05:07:51.846Z[ recovery-image] Dec 21 05:07:51.097 INFO O| Dec 21 05:07:51.097 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71932024-12-21T05:07:51.860Z[ recovery-image] Dec 21 05:07:51.115 INFO O| Dec 21 05:07:51.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
71942024-12-21T05:07:51.864Z[ recovery-image] Dec 21 05:07:51.115 INFO O| Dec 21 05:07:51.115 INFO STEP 900 (remove_files) COMPLETE
71952024-12-21T05:07:51.864Z[ recovery-image] Dec 21 05:07:51.115 INFO O| Dec 21 05:07:51.115 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71962024-12-21T05:07:51.876Z[ recovery-image] Dec 21 05:07:51.132 INFO O| Dec 21 05:07:51.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
71972024-12-21T05:07:51.876Z[ recovery-image] Dec 21 05:07:51.132 INFO O| Dec 21 05:07:51.132 INFO STEP 901 (remove_files) COMPLETE
71982024-12-21T05:07:51.880Z[ recovery-image] Dec 21 05:07:51.132 INFO O| Dec 21 05:07:51.132 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71992024-12-21T05:07:51.895Z[ recovery-image] Dec 21 05:07:51.151 INFO O| Dec 21 05:07:51.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
72002024-12-21T05:07:51.895Z[ recovery-image] Dec 21 05:07:51.151 INFO O| Dec 21 05:07:51.151 INFO STEP 902 (remove_files) COMPLETE
72012024-12-21T05:07:51.899Z[ recovery-image] Dec 21 05:07:51.151 INFO O| Dec 21 05:07:51.151 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72022024-12-21T05:07:51.918Z[ recovery-image] Dec 21 05:07:51.172 INFO O| Dec 21 05:07:51.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
72032024-12-21T05:07:51.921Z[ recovery-image] Dec 21 05:07:51.173 INFO O| Dec 21 05:07:51.173 INFO STEP 903 (remove_files) COMPLETE
72042024-12-21T05:07:51.921Z[ recovery-image] Dec 21 05:07:51.173 INFO O| Dec 21 05:07:51.173 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72052024-12-21T05:07:51.940Z[ recovery-image] Dec 21 05:07:51.194 INFO O| Dec 21 05:07:51.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
72062024-12-21T05:07:51.940Z[ recovery-image] Dec 21 05:07:51.194 INFO O| Dec 21 05:07:51.194 INFO STEP 904 (remove_files) COMPLETE
72072024-12-21T05:07:51.941Z[ recovery-image] Dec 21 05:07:51.194 INFO O| Dec 21 05:07:51.194 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72082024-12-21T05:07:51.964Z[ recovery-image] Dec 21 05:07:51.212 INFO O| Dec 21 05:07:51.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
72092024-12-21T05:07:51.964Z[ recovery-image] Dec 21 05:07:51.212 INFO O| Dec 21 05:07:51.212 INFO STEP 905 (remove_files) COMPLETE
72102024-12-21T05:07:51.968Z[ recovery-image] Dec 21 05:07:51.212 INFO O| Dec 21 05:07:51.212 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72112024-12-21T05:07:51.974Z[ recovery-image] Dec 21 05:07:51.230 INFO O| Dec 21 05:07:51.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
72122024-12-21T05:07:51.974Z[ recovery-image] Dec 21 05:07:51.230 INFO O| Dec 21 05:07:51.230 INFO STEP 906 (remove_files) COMPLETE
72132024-12-21T05:07:51.977Z[ recovery-image] Dec 21 05:07:51.230 INFO O| Dec 21 05:07:51.230 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72142024-12-21T05:07:51.991Z[ recovery-image] Dec 21 05:07:51.246 INFO O| Dec 21 05:07:51.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
72152024-12-21T05:07:51.991Z[ recovery-image] Dec 21 05:07:51.247 INFO O| Dec 21 05:07:51.246 INFO STEP 907 (remove_files) COMPLETE
72162024-12-21T05:07:51.991Z[ recovery-image] Dec 21 05:07:51.247 INFO O| Dec 21 05:07:51.247 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72172024-12-21T05:07:52.007Z[ recovery-image] Dec 21 05:07:51.262 INFO O| Dec 21 05:07:51.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
72182024-12-21T05:07:52.007Z[ recovery-image] Dec 21 05:07:51.263 INFO O| Dec 21 05:07:51.263 INFO STEP 908 (remove_files) COMPLETE
72192024-12-21T05:07:52.007Z[ recovery-image] Dec 21 05:07:51.263 INFO O| Dec 21 05:07:51.263 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72202024-12-21T05:07:52.023Z[ recovery-image] Dec 21 05:07:51.279 INFO O| Dec 21 05:07:51.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
72212024-12-21T05:07:52.023Z[ recovery-image] Dec 21 05:07:51.279 INFO O| Dec 21 05:07:51.279 INFO STEP 909 (remove_files) COMPLETE
72222024-12-21T05:07:52.023Z[ recovery-image] Dec 21 05:07:51.279 INFO O| Dec 21 05:07:51.279 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72232024-12-21T05:07:52.040Z[ recovery-image] Dec 21 05:07:51.296 INFO O| Dec 21 05:07:51.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
72242024-12-21T05:07:52.040Z[ recovery-image] Dec 21 05:07:51.296 INFO O| Dec 21 05:07:51.296 INFO STEP 910 (remove_files) COMPLETE
72252024-12-21T05:07:52.043Z[ recovery-image] Dec 21 05:07:51.296 INFO O| Dec 21 05:07:51.296 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72262024-12-21T05:07:52.056Z[ recovery-image] Dec 21 05:07:51.312 INFO O| Dec 21 05:07:51.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
72272024-12-21T05:07:52.056Z[ recovery-image] Dec 21 05:07:51.312 INFO O| Dec 21 05:07:51.312 INFO STEP 911 (remove_files) COMPLETE
72282024-12-21T05:07:52.056Z[ recovery-image] Dec 21 05:07:51.312 INFO O| Dec 21 05:07:51.312 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72292024-12-21T05:07:52.074Z[ recovery-image] Dec 21 05:07:51.330 INFO O| Dec 21 05:07:51.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
72302024-12-21T05:07:52.074Z[ recovery-image] Dec 21 05:07:51.330 INFO O| Dec 21 05:07:51.330 INFO STEP 912 (remove_files) COMPLETE
72312024-12-21T05:07:52.077Z[ recovery-image] Dec 21 05:07:51.330 INFO O| Dec 21 05:07:51.330 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72322024-12-21T05:07:52.087Z[ recovery-image] Dec 21 05:07:51.343 INFO O| Dec 21 05:07:51.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
72332024-12-21T05:07:52.087Z[ recovery-image] Dec 21 05:07:51.343 INFO O| Dec 21 05:07:51.343 INFO STEP 913 (remove_files) COMPLETE
72342024-12-21T05:07:52.089Z[ recovery-image] Dec 21 05:07:51.343 INFO O| Dec 21 05:07:51.343 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72352024-12-21T05:07:52.101Z[ recovery-image] Dec 21 05:07:51.357 INFO O| Dec 21 05:07:51.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
72362024-12-21T05:07:52.105Z[ recovery-image] Dec 21 05:07:51.357 INFO O| Dec 21 05:07:51.357 INFO STEP 914 (remove_files) COMPLETE
72372024-12-21T05:07:52.105Z[ recovery-image] Dec 21 05:07:51.357 INFO O| Dec 21 05:07:51.357 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72382024-12-21T05:07:52.117Z[ recovery-image] Dec 21 05:07:51.373 INFO O| Dec 21 05:07:51.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
72392024-12-21T05:07:52.117Z[ recovery-image] Dec 21 05:07:51.373 INFO O| Dec 21 05:07:51.373 INFO STEP 915 (remove_files) COMPLETE
72402024-12-21T05:07:52.120Z[ recovery-image] Dec 21 05:07:51.373 INFO O| Dec 21 05:07:51.373 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72412024-12-21T05:07:52.133Z[ recovery-image] Dec 21 05:07:51.390 INFO O| Dec 21 05:07:51.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
72422024-12-21T05:07:52.133Z[ recovery-image] Dec 21 05:07:51.390 INFO O| Dec 21 05:07:51.390 INFO STEP 916 (remove_files) COMPLETE
72432024-12-21T05:07:52.136Z[ recovery-image] Dec 21 05:07:51.390 INFO O| Dec 21 05:07:51.390 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72442024-12-21T05:07:52.151Z[ recovery-image] Dec 21 05:07:51.406 INFO O| Dec 21 05:07:51.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
72452024-12-21T05:07:52.151Z[ recovery-image] Dec 21 05:07:51.406 INFO O| Dec 21 05:07:51.406 INFO STEP 917 (remove_files) COMPLETE
72462024-12-21T05:07:52.154Z[ recovery-image] Dec 21 05:07:51.406 INFO O| Dec 21 05:07:51.406 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72472024-12-21T05:07:52.168Z[ recovery-image] Dec 21 05:07:51.424 INFO O| Dec 21 05:07:51.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
72482024-12-21T05:07:52.168Z[ recovery-image] Dec 21 05:07:51.424 INFO O| Dec 21 05:07:51.424 INFO STEP 918 (remove_files) COMPLETE
72492024-12-21T05:07:52.170Z[ recovery-image] Dec 21 05:07:51.424 INFO O| Dec 21 05:07:51.424 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72502024-12-21T05:07:52.183Z[ recovery-image] Dec 21 05:07:51.439 INFO O| Dec 21 05:07:51.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
72512024-12-21T05:07:52.186Z[ recovery-image] Dec 21 05:07:51.439 INFO O| Dec 21 05:07:51.439 INFO STEP 919 (remove_files) COMPLETE
72522024-12-21T05:07:52.186Z[ recovery-image] Dec 21 05:07:51.440 INFO O| Dec 21 05:07:51.439 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72532024-12-21T05:07:52.200Z[ recovery-image] Dec 21 05:07:51.456 INFO O| Dec 21 05:07:51.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
72542024-12-21T05:07:52.200Z[ recovery-image] Dec 21 05:07:51.456 INFO O| Dec 21 05:07:51.456 INFO STEP 920 (remove_files) COMPLETE
72552024-12-21T05:07:52.203Z[ recovery-image] Dec 21 05:07:51.456 INFO O| Dec 21 05:07:51.456 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72562024-12-21T05:07:52.219Z[ recovery-image] Dec 21 05:07:51.474 INFO O| Dec 21 05:07:51.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
72572024-12-21T05:07:52.222Z[ recovery-image] Dec 21 05:07:51.474 INFO O| Dec 21 05:07:51.474 INFO STEP 921 (remove_files) COMPLETE
72582024-12-21T05:07:52.222Z[ recovery-image] Dec 21 05:07:51.475 INFO O| Dec 21 05:07:51.474 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72592024-12-21T05:07:52.238Z[ recovery-image] Dec 21 05:07:51.492 INFO O| Dec 21 05:07:51.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
72602024-12-21T05:07:52.238Z[ recovery-image] Dec 21 05:07:51.493 INFO O| Dec 21 05:07:51.493 INFO STEP 922 (remove_files) COMPLETE
72612024-12-21T05:07:52.239Z[ recovery-image] Dec 21 05:07:51.493 INFO O| Dec 21 05:07:51.493 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72622024-12-21T05:07:52.255Z[ recovery-image] Dec 21 05:07:51.510 INFO O| Dec 21 05:07:51.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
72632024-12-21T05:07:52.255Z[ recovery-image] Dec 21 05:07:51.510 INFO O| Dec 21 05:07:51.510 INFO STEP 923 (remove_files) COMPLETE
72642024-12-21T05:07:52.259Z[ recovery-image] Dec 21 05:07:51.510 INFO O| Dec 21 05:07:51.510 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72652024-12-21T05:07:52.268Z[ recovery-image] Dec 21 05:07:51.523 INFO O| Dec 21 05:07:51.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
72662024-12-21T05:07:52.268Z[ recovery-image] Dec 21 05:07:51.523 INFO O| Dec 21 05:07:51.523 INFO STEP 924 (remove_files) COMPLETE
72672024-12-21T05:07:52.272Z[ recovery-image] Dec 21 05:07:51.523 INFO O| Dec 21 05:07:51.523 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72682024-12-21T05:07:52.280Z[ recovery-image] Dec 21 05:07:51.536 INFO O| Dec 21 05:07:51.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
72692024-12-21T05:07:52.282Z[ recovery-image] Dec 21 05:07:51.536 INFO O| Dec 21 05:07:51.536 INFO STEP 925 (remove_files) COMPLETE
72702024-12-21T05:07:52.282Z[ recovery-image] Dec 21 05:07:51.536 INFO O| Dec 21 05:07:51.536 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72712024-12-21T05:07:52.292Z[ recovery-image] Dec 21 05:07:51.549 INFO O| Dec 21 05:07:51.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
72722024-12-21T05:07:52.295Z[ recovery-image] Dec 21 05:07:51.549 INFO O| Dec 21 05:07:51.549 INFO STEP 926 (remove_files) COMPLETE
72732024-12-21T05:07:52.295Z[ recovery-image] Dec 21 05:07:51.549 INFO O| Dec 21 05:07:51.549 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72742024-12-21T05:07:52.305Z[ recovery-image] Dec 21 05:07:51.562 INFO O| Dec 21 05:07:51.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
72752024-12-21T05:07:52.308Z[ recovery-image] Dec 21 05:07:51.562 INFO O| Dec 21 05:07:51.562 INFO STEP 927 (remove_files) COMPLETE
72762024-12-21T05:07:52.308Z[ recovery-image] Dec 21 05:07:51.562 INFO O| Dec 21 05:07:51.562 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72772024-12-21T05:07:52.325Z[ recovery-image] Dec 21 05:07:51.578 INFO O| Dec 21 05:07:51.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
72782024-12-21T05:07:52.325Z[ recovery-image] Dec 21 05:07:51.579 INFO O| Dec 21 05:07:51.578 INFO STEP 928 (remove_files) COMPLETE
72792024-12-21T05:07:52.325Z[ recovery-image] Dec 21 05:07:51.579 INFO O| Dec 21 05:07:51.578 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72802024-12-21T05:07:52.340Z[ recovery-image] Dec 21 05:07:51.596 INFO O| Dec 21 05:07:51.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
72812024-12-21T05:07:52.340Z[ recovery-image] Dec 21 05:07:51.596 INFO O| Dec 21 05:07:51.596 INFO STEP 929 (remove_files) COMPLETE
72822024-12-21T05:07:52.340Z[ recovery-image] Dec 21 05:07:51.596 INFO O| Dec 21 05:07:51.596 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72832024-12-21T05:07:52.358Z[ recovery-image] Dec 21 05:07:51.614 INFO O| Dec 21 05:07:51.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
72842024-12-21T05:07:52.362Z[ recovery-image] Dec 21 05:07:51.614 INFO O| Dec 21 05:07:51.614 INFO STEP 930 (remove_files) COMPLETE
72852024-12-21T05:07:52.362Z[ recovery-image] Dec 21 05:07:51.614 INFO O| Dec 21 05:07:51.614 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72862024-12-21T05:07:52.376Z[ recovery-image] Dec 21 05:07:51.631 INFO O| Dec 21 05:07:51.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
72872024-12-21T05:07:52.378Z[ recovery-image] Dec 21 05:07:51.631 INFO O| Dec 21 05:07:51.631 INFO STEP 931 (remove_files) COMPLETE
72882024-12-21T05:07:52.378Z[ recovery-image] Dec 21 05:07:51.631 INFO O| Dec 21 05:07:51.631 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72892024-12-21T05:07:52.392Z[ recovery-image] Dec 21 05:07:51.648 INFO O| Dec 21 05:07:51.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
72902024-12-21T05:07:52.392Z[ recovery-image] Dec 21 05:07:51.648 INFO O| Dec 21 05:07:51.648 INFO STEP 932 (remove_files) COMPLETE
72912024-12-21T05:07:52.395Z[ recovery-image] Dec 21 05:07:51.648 INFO O| Dec 21 05:07:51.648 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72922024-12-21T05:07:52.408Z[ recovery-image] Dec 21 05:07:51.664 INFO O| Dec 21 05:07:51.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
72932024-12-21T05:07:52.408Z[ recovery-image] Dec 21 05:07:51.664 INFO O| Dec 21 05:07:51.664 INFO STEP 933 (remove_files) COMPLETE
72942024-12-21T05:07:52.408Z[ recovery-image] Dec 21 05:07:51.664 INFO O| Dec 21 05:07:51.664 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72952024-12-21T05:07:52.428Z[ recovery-image] Dec 21 05:07:51.684 INFO O| Dec 21 05:07:51.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
72962024-12-21T05:07:52.428Z[ recovery-image] Dec 21 05:07:51.685 INFO O| Dec 21 05:07:51.685 INFO STEP 934 (remove_files) COMPLETE
72972024-12-21T05:07:52.431Z[ recovery-image] Dec 21 05:07:51.685 INFO O| Dec 21 05:07:51.685 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72982024-12-21T05:07:52.446Z[ recovery-image] Dec 21 05:07:51.702 INFO O| Dec 21 05:07:51.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
72992024-12-21T05:07:52.447Z[ recovery-image] Dec 21 05:07:51.702 INFO O| Dec 21 05:07:51.702 INFO STEP 935 (remove_files) COMPLETE
73002024-12-21T05:07:52.450Z[ recovery-image] Dec 21 05:07:51.702 INFO O| Dec 21 05:07:51.702 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73012024-12-21T05:07:52.465Z[ recovery-image] Dec 21 05:07:51.720 INFO O| Dec 21 05:07:51.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
73022024-12-21T05:07:52.465Z[ recovery-image] Dec 21 05:07:51.721 INFO O| Dec 21 05:07:51.720 INFO STEP 936 (remove_files) COMPLETE
73032024-12-21T05:07:52.469Z[ recovery-image] Dec 21 05:07:51.721 INFO O| Dec 21 05:07:51.721 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73042024-12-21T05:07:52.481Z[ recovery-image] Dec 21 05:07:51.737 INFO O| Dec 21 05:07:51.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
73052024-12-21T05:07:52.481Z[ recovery-image] Dec 21 05:07:51.737 INFO O| Dec 21 05:07:51.737 INFO STEP 937 (remove_files) COMPLETE
73062024-12-21T05:07:52.481Z[ recovery-image] Dec 21 05:07:51.737 INFO O| Dec 21 05:07:51.737 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73072024-12-21T05:07:52.496Z[ recovery-image] Dec 21 05:07:51.752 INFO O| Dec 21 05:07:51.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
73082024-12-21T05:07:52.496Z[ recovery-image] Dec 21 05:07:51.752 INFO O| Dec 21 05:07:51.752 INFO STEP 938 (remove_files) COMPLETE
73092024-12-21T05:07:52.497Z[ recovery-image] Dec 21 05:07:51.752 INFO O| Dec 21 05:07:51.752 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73102024-12-21T05:07:52.513Z[ recovery-image] Dec 21 05:07:51.767 INFO O| Dec 21 05:07:51.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
73112024-12-21T05:07:52.517Z[ recovery-image] Dec 21 05:07:51.768 INFO O| Dec 21 05:07:51.767 INFO STEP 939 (remove_files) COMPLETE
73122024-12-21T05:07:52.517Z[ recovery-image] Dec 21 05:07:51.768 INFO O| Dec 21 05:07:51.767 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73132024-12-21T05:07:52.527Z[ recovery-image] Dec 21 05:07:51.783 INFO O| Dec 21 05:07:51.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
73142024-12-21T05:07:52.528Z[ recovery-image] Dec 21 05:07:51.783 INFO O| Dec 21 05:07:51.783 INFO STEP 940 (remove_files) COMPLETE
73152024-12-21T05:07:52.528Z[ recovery-image] Dec 21 05:07:51.783 INFO O| Dec 21 05:07:51.783 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73162024-12-21T05:07:52.543Z[ recovery-image] Dec 21 05:07:51.798 INFO O| Dec 21 05:07:51.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
73172024-12-21T05:07:52.544Z[ recovery-image] Dec 21 05:07:51.799 INFO O| Dec 21 05:07:51.799 INFO STEP 941 (remove_files) COMPLETE
73182024-12-21T05:07:52.548Z[ recovery-image] Dec 21 05:07:51.799 INFO O| Dec 21 05:07:51.799 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73192024-12-21T05:07:52.561Z[ recovery-image] Dec 21 05:07:51.816 INFO O| Dec 21 05:07:51.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
73202024-12-21T05:07:52.561Z[ recovery-image] Dec 21 05:07:51.816 INFO O| Dec 21 05:07:51.816 INFO STEP 942 (remove_files) COMPLETE
73212024-12-21T05:07:52.561Z[ recovery-image] Dec 21 05:07:51.816 INFO O| Dec 21 05:07:51.816 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73222024-12-21T05:07:52.577Z[ recovery-image] Dec 21 05:07:51.832 INFO O| Dec 21 05:07:51.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
73232024-12-21T05:07:52.580Z[ recovery-image] Dec 21 05:07:51.832 INFO O| Dec 21 05:07:51.832 INFO STEP 943 (remove_files) COMPLETE
73242024-12-21T05:07:52.581Z[ recovery-image] Dec 21 05:07:51.832 INFO O| Dec 21 05:07:51.832 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73252024-12-21T05:07:52.593Z[ recovery-image] Dec 21 05:07:51.849 INFO O| Dec 21 05:07:51.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
73262024-12-21T05:07:52.593Z[ recovery-image] Dec 21 05:07:51.849 INFO O| Dec 21 05:07:51.849 INFO STEP 944 (remove_files) COMPLETE
73272024-12-21T05:07:52.596Z[ recovery-image] Dec 21 05:07:51.849 INFO O| Dec 21 05:07:51.849 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73282024-12-21T05:07:52.609Z[ recovery-image] Dec 21 05:07:51.865 INFO O| Dec 21 05:07:51.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
73292024-12-21T05:07:52.612Z[ recovery-image] Dec 21 05:07:51.865 INFO O| Dec 21 05:07:51.865 INFO STEP 945 (remove_files) COMPLETE
73302024-12-21T05:07:52.612Z[ recovery-image] Dec 21 05:07:51.865 INFO O| Dec 21 05:07:51.865 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73312024-12-21T05:07:52.627Z[ recovery-image] Dec 21 05:07:51.883 INFO O| Dec 21 05:07:51.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
73322024-12-21T05:07:52.627Z[ recovery-image] Dec 21 05:07:51.883 INFO O| Dec 21 05:07:51.883 INFO STEP 946 (remove_files) COMPLETE
73332024-12-21T05:07:52.628Z[ recovery-image] Dec 21 05:07:51.883 INFO O| Dec 21 05:07:51.883 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73342024-12-21T05:07:52.646Z[ recovery-image] Dec 21 05:07:51.902 INFO O| Dec 21 05:07:51.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
73352024-12-21T05:07:52.649Z[ recovery-image] Dec 21 05:07:51.902 INFO O| Dec 21 05:07:51.902 INFO STEP 947 (remove_files) COMPLETE
73362024-12-21T05:07:52.649Z[ recovery-image] Dec 21 05:07:51.902 INFO O| Dec 21 05:07:51.902 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73372024-12-21T05:07:52.666Z[ recovery-image] Dec 21 05:07:51.922 INFO O| Dec 21 05:07:51.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
73382024-12-21T05:07:52.670Z[ recovery-image] Dec 21 05:07:51.922 INFO O| Dec 21 05:07:51.922 INFO STEP 948 (remove_files) COMPLETE
73392024-12-21T05:07:52.670Z[ recovery-image] Dec 21 05:07:51.922 INFO O| Dec 21 05:07:51.922 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73402024-12-21T05:07:52.684Z[ recovery-image] Dec 21 05:07:51.941 INFO O| Dec 21 05:07:51.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
73412024-12-21T05:07:52.684Z[ recovery-image] Dec 21 05:07:51.941 INFO O| Dec 21 05:07:51.941 INFO STEP 949 (remove_files) COMPLETE
73422024-12-21T05:07:52.685Z[ recovery-image] Dec 21 05:07:51.941 INFO O| Dec 21 05:07:51.941 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73432024-12-21T05:07:52.702Z[ recovery-image] Dec 21 05:07:51.958 INFO O| Dec 21 05:07:51.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
73442024-12-21T05:07:52.702Z[ recovery-image] Dec 21 05:07:51.958 INFO O| Dec 21 05:07:51.958 INFO STEP 950 (remove_files) COMPLETE
73452024-12-21T05:07:52.705Z[ recovery-image] Dec 21 05:07:51.958 INFO O| Dec 21 05:07:51.958 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73462024-12-21T05:07:52.718Z[ recovery-image] Dec 21 05:07:51.974 INFO O| Dec 21 05:07:51.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
73472024-12-21T05:07:52.718Z[ recovery-image] Dec 21 05:07:51.974 INFO O| Dec 21 05:07:51.974 INFO STEP 951 (remove_files) COMPLETE
73482024-12-21T05:07:52.722Z[ recovery-image] Dec 21 05:07:51.974 INFO O| Dec 21 05:07:51.974 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73492024-12-21T05:07:52.734Z[ recovery-image] Dec 21 05:07:51.990 INFO O| Dec 21 05:07:51.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
73502024-12-21T05:07:52.737Z[ recovery-image] Dec 21 05:07:51.990 INFO O| Dec 21 05:07:51.990 INFO STEP 952 (remove_files) COMPLETE
73512024-12-21T05:07:52.738Z[ recovery-image] Dec 21 05:07:51.990 INFO O| Dec 21 05:07:51.990 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73522024-12-21T05:07:52.749Z[ recovery-image] Dec 21 05:07:52.005 INFO O| Dec 21 05:07:52.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
73532024-12-21T05:07:52.749Z[ recovery-image] Dec 21 05:07:52.006 INFO O| Dec 21 05:07:52.006 INFO STEP 953 (remove_files) COMPLETE
73542024-12-21T05:07:52.752Z[ recovery-image] Dec 21 05:07:52.006 INFO O| Dec 21 05:07:52.006 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73552024-12-21T05:07:52.766Z[ recovery-image] Dec 21 05:07:52.021 INFO O| Dec 21 05:07:52.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
73562024-12-21T05:07:52.766Z[ recovery-image] Dec 21 05:07:52.021 INFO O| Dec 21 05:07:52.021 INFO STEP 954 (remove_files) COMPLETE
73572024-12-21T05:07:52.769Z[ recovery-image] Dec 21 05:07:52.021 INFO O| Dec 21 05:07:52.021 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73582024-12-21T05:07:52.780Z[ recovery-image] Dec 21 05:07:52.036 INFO O| Dec 21 05:07:52.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
73592024-12-21T05:07:52.780Z[ recovery-image] Dec 21 05:07:52.036 INFO O| Dec 21 05:07:52.036 INFO STEP 955 (remove_files) COMPLETE
73602024-12-21T05:07:52.780Z[ recovery-image] Dec 21 05:07:52.036 INFO O| Dec 21 05:07:52.036 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73612024-12-21T05:07:52.792Z[ recovery-image] Dec 21 05:07:52.048 INFO O| Dec 21 05:07:52.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
73622024-12-21T05:07:52.796Z[ recovery-image] Dec 21 05:07:52.048 INFO O| Dec 21 05:07:52.048 INFO STEP 956 (remove_files) COMPLETE
73632024-12-21T05:07:52.796Z[ recovery-image] Dec 21 05:07:52.048 INFO O| Dec 21 05:07:52.048 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73642024-12-21T05:07:52.807Z[ recovery-image] Dec 21 05:07:52.063 INFO O| Dec 21 05:07:52.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
73652024-12-21T05:07:52.807Z[ recovery-image] Dec 21 05:07:52.063 INFO O| Dec 21 05:07:52.063 INFO STEP 957 (remove_files) COMPLETE
73662024-12-21T05:07:52.810Z[ recovery-image] Dec 21 05:07:52.063 INFO O| Dec 21 05:07:52.063 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73672024-12-21T05:07:52.823Z[ recovery-image] Dec 21 05:07:52.079 INFO O| Dec 21 05:07:52.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
73682024-12-21T05:07:52.825Z[ recovery-image] Dec 21 05:07:52.079 INFO O| Dec 21 05:07:52.079 INFO STEP 958 (remove_files) COMPLETE
73692024-12-21T05:07:52.825Z[ recovery-image] Dec 21 05:07:52.079 INFO O| Dec 21 05:07:52.079 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73702024-12-21T05:07:52.838Z[ recovery-image] Dec 21 05:07:52.094 INFO O| Dec 21 05:07:52.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
73712024-12-21T05:07:52.838Z[ recovery-image] Dec 21 05:07:52.094 INFO O| Dec 21 05:07:52.094 INFO STEP 959 (remove_files) COMPLETE
73722024-12-21T05:07:52.842Z[ recovery-image] Dec 21 05:07:52.094 INFO O| Dec 21 05:07:52.094 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73732024-12-21T05:07:52.852Z[ recovery-image] Dec 21 05:07:52.108 INFO O| Dec 21 05:07:52.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
73742024-12-21T05:07:52.852Z[ recovery-image] Dec 21 05:07:52.108 INFO O| Dec 21 05:07:52.108 INFO STEP 960 (remove_files) COMPLETE
73752024-12-21T05:07:52.852Z[ recovery-image] Dec 21 05:07:52.108 INFO O| Dec 21 05:07:52.108 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73762024-12-21T05:07:52.869Z[ recovery-image] Dec 21 05:07:52.124 INFO O| Dec 21 05:07:52.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
73772024-12-21T05:07:52.877Z[ recovery-image] Dec 21 05:07:52.124 INFO O| Dec 21 05:07:52.124 INFO STEP 961 (remove_files) COMPLETE
73782024-12-21T05:07:52.877Z[ recovery-image] Dec 21 05:07:52.124 INFO O| Dec 21 05:07:52.124 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73792024-12-21T05:07:52.883Z[ recovery-image] Dec 21 05:07:52.138 INFO O| Dec 21 05:07:52.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
73802024-12-21T05:07:52.888Z[ recovery-image] Dec 21 05:07:52.138 INFO O| Dec 21 05:07:52.138 INFO STEP 962 (remove_files) COMPLETE
73812024-12-21T05:07:52.888Z[ recovery-image] Dec 21 05:07:52.138 INFO O| Dec 21 05:07:52.138 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73822024-12-21T05:07:52.899Z[ recovery-image] Dec 21 05:07:52.154 INFO O| Dec 21 05:07:52.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
73832024-12-21T05:07:52.899Z[ recovery-image] Dec 21 05:07:52.154 INFO O| Dec 21 05:07:52.154 INFO STEP 963 (remove_files) COMPLETE
73842024-12-21T05:07:52.902Z[ recovery-image] Dec 21 05:07:52.155 INFO O| Dec 21 05:07:52.154 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73852024-12-21T05:07:52.925Z[ recovery-image] Dec 21 05:07:52.180 INFO O| Dec 21 05:07:52.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
73862024-12-21T05:07:52.929Z[ recovery-image] Dec 21 05:07:52.180 INFO O| Dec 21 05:07:52.180 INFO STEP 964 (remove_files) COMPLETE
73872024-12-21T05:07:52.929Z[ recovery-image] Dec 21 05:07:52.180 INFO O| Dec 21 05:07:52.180 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73882024-12-21T05:07:52.942Z[ recovery-image] Dec 21 05:07:52.198 INFO O| Dec 21 05:07:52.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
73892024-12-21T05:07:52.945Z[ recovery-image] Dec 21 05:07:52.199 INFO O| Dec 21 05:07:52.199 INFO STEP 965 (remove_files) COMPLETE
73902024-12-21T05:07:52.945Z[ recovery-image] Dec 21 05:07:52.199 INFO O| Dec 21 05:07:52.199 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73912024-12-21T05:07:52.964Z[ recovery-image] Dec 21 05:07:52.220 INFO O| Dec 21 05:07:52.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
73922024-12-21T05:07:52.964Z[ recovery-image] Dec 21 05:07:52.220 INFO O| Dec 21 05:07:52.220 INFO STEP 966 (remove_files) COMPLETE
73932024-12-21T05:07:52.964Z[ recovery-image] Dec 21 05:07:52.220 INFO O| Dec 21 05:07:52.220 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73942024-12-21T05:07:52.987Z[ recovery-image] Dec 21 05:07:52.241 INFO O| Dec 21 05:07:52.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
73952024-12-21T05:07:52.987Z[ recovery-image] Dec 21 05:07:52.241 INFO O| Dec 21 05:07:52.241 INFO STEP 967 (remove_files) COMPLETE
73962024-12-21T05:07:52.987Z[ recovery-image] Dec 21 05:07:52.241 INFO O| Dec 21 05:07:52.241 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73972024-12-21T05:07:53.005Z[ recovery-image] Dec 21 05:07:52.261 INFO O| Dec 21 05:07:52.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
73982024-12-21T05:07:53.005Z[ recovery-image] Dec 21 05:07:52.261 INFO O| Dec 21 05:07:52.261 INFO STEP 968 (remove_files) COMPLETE
73992024-12-21T05:07:53.005Z[ recovery-image] Dec 21 05:07:52.261 INFO O| Dec 21 05:07:52.261 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74002024-12-21T05:07:53.023Z[ recovery-image] Dec 21 05:07:52.279 INFO O| Dec 21 05:07:52.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
74012024-12-21T05:07:53.023Z[ recovery-image] Dec 21 05:07:52.279 INFO O| Dec 21 05:07:52.279 INFO STEP 969 (remove_files) COMPLETE
74022024-12-21T05:07:53.024Z[ recovery-image] Dec 21 05:07:52.279 INFO O| Dec 21 05:07:52.279 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74032024-12-21T05:07:53.042Z[ recovery-image] Dec 21 05:07:52.297 INFO O| Dec 21 05:07:52.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
74042024-12-21T05:07:53.042Z[ recovery-image] Dec 21 05:07:52.297 INFO O| Dec 21 05:07:52.297 INFO STEP 970 (remove_files) COMPLETE
74052024-12-21T05:07:53.047Z[ recovery-image] Dec 21 05:07:52.297 INFO O| Dec 21 05:07:52.297 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74062024-12-21T05:07:53.059Z[ recovery-image] Dec 21 05:07:52.314 INFO O| Dec 21 05:07:52.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
74072024-12-21T05:07:53.063Z[ recovery-image] Dec 21 05:07:52.315 INFO O| Dec 21 05:07:52.315 INFO STEP 971 (remove_files) COMPLETE
74082024-12-21T05:07:53.064Z[ recovery-image] Dec 21 05:07:52.315 INFO O| Dec 21 05:07:52.315 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74092024-12-21T05:07:53.077Z[ recovery-image] Dec 21 05:07:52.332 INFO O| Dec 21 05:07:52.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
74102024-12-21T05:07:53.077Z[ recovery-image] Dec 21 05:07:52.333 INFO O| Dec 21 05:07:52.333 INFO STEP 972 (remove_files) COMPLETE
74112024-12-21T05:07:53.077Z[ recovery-image] Dec 21 05:07:52.333 INFO O| Dec 21 05:07:52.333 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74122024-12-21T05:07:53.093Z[ recovery-image] Dec 21 05:07:52.350 INFO O| Dec 21 05:07:52.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
74132024-12-21T05:07:53.094Z[ recovery-image] Dec 21 05:07:52.350 INFO O| Dec 21 05:07:52.350 INFO STEP 973 (remove_files) COMPLETE
74142024-12-21T05:07:53.096Z[ recovery-image] Dec 21 05:07:52.350 INFO O| Dec 21 05:07:52.350 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74152024-12-21T05:07:53.112Z[ recovery-image] Dec 21 05:07:52.368 INFO O| Dec 21 05:07:52.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
74162024-12-21T05:07:53.112Z[ recovery-image] Dec 21 05:07:52.368 INFO O| Dec 21 05:07:52.368 INFO STEP 974 (remove_files) COMPLETE
74172024-12-21T05:07:53.115Z[ recovery-image] Dec 21 05:07:52.368 INFO O| Dec 21 05:07:52.368 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74182024-12-21T05:07:53.129Z[ recovery-image] Dec 21 05:07:52.385 INFO O| Dec 21 05:07:52.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
74192024-12-21T05:07:53.129Z[ recovery-image] Dec 21 05:07:52.385 INFO O| Dec 21 05:07:52.385 INFO STEP 975 (remove_files) COMPLETE
74202024-12-21T05:07:53.129Z[ recovery-image] Dec 21 05:07:52.385 INFO O| Dec 21 05:07:52.385 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74212024-12-21T05:07:53.146Z[ recovery-image] Dec 21 05:07:52.402 INFO O| Dec 21 05:07:52.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
74222024-12-21T05:07:53.146Z[ recovery-image] Dec 21 05:07:52.403 INFO O| Dec 21 05:07:52.403 INFO STEP 976 (remove_files) COMPLETE
74232024-12-21T05:07:53.146Z[ recovery-image] Dec 21 05:07:52.403 INFO O| Dec 21 05:07:52.403 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74242024-12-21T05:07:53.164Z[ recovery-image] Dec 21 05:07:52.421 INFO O| Dec 21 05:07:52.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
74252024-12-21T05:07:53.165Z[ recovery-image] Dec 21 05:07:52.421 INFO O| Dec 21 05:07:52.421 INFO STEP 977 (remove_files) COMPLETE
74262024-12-21T05:07:53.168Z[ recovery-image] Dec 21 05:07:52.421 INFO O| Dec 21 05:07:52.421 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74272024-12-21T05:07:53.185Z[ recovery-image] Dec 21 05:07:52.439 INFO O| Dec 21 05:07:52.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
74282024-12-21T05:07:53.185Z[ recovery-image] Dec 21 05:07:52.439 INFO O| Dec 21 05:07:52.439 INFO STEP 978 (remove_files) COMPLETE
74292024-12-21T05:07:53.187Z[ recovery-image] Dec 21 05:07:52.439 INFO O| Dec 21 05:07:52.439 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74302024-12-21T05:07:53.201Z[ recovery-image] Dec 21 05:07:52.457 INFO O| Dec 21 05:07:52.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
74312024-12-21T05:07:53.201Z[ recovery-image] Dec 21 05:07:52.457 INFO O| Dec 21 05:07:52.457 INFO STEP 979 (remove_files) COMPLETE
74322024-12-21T05:07:53.201Z[ recovery-image] Dec 21 05:07:52.457 INFO O| Dec 21 05:07:52.457 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74332024-12-21T05:07:53.219Z[ recovery-image] Dec 21 05:07:52.475 INFO O| Dec 21 05:07:52.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
74342024-12-21T05:07:53.219Z[ recovery-image] Dec 21 05:07:52.475 INFO O| Dec 21 05:07:52.475 INFO STEP 980 (remove_files) COMPLETE
74352024-12-21T05:07:53.221Z[ recovery-image] Dec 21 05:07:52.475 INFO O| Dec 21 05:07:52.475 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74362024-12-21T05:07:53.235Z[ recovery-image] Dec 21 05:07:52.490 INFO O| Dec 21 05:07:52.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
74372024-12-21T05:07:53.238Z[ recovery-image] Dec 21 05:07:52.491 INFO O| Dec 21 05:07:52.490 INFO STEP 981 (remove_files) COMPLETE
74382024-12-21T05:07:53.238Z[ recovery-image] Dec 21 05:07:52.491 INFO O| Dec 21 05:07:52.491 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74392024-12-21T05:07:53.255Z[ recovery-image] Dec 21 05:07:52.508 INFO O| Dec 21 05:07:52.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
74402024-12-21T05:07:53.255Z[ recovery-image] Dec 21 05:07:52.508 INFO O| Dec 21 05:07:52.508 INFO STEP 982 (remove_files) COMPLETE
74412024-12-21T05:07:53.255Z[ recovery-image] Dec 21 05:07:52.508 INFO O| Dec 21 05:07:52.508 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74422024-12-21T05:07:53.268Z[ recovery-image] Dec 21 05:07:52.523 INFO O| Dec 21 05:07:52.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
74432024-12-21T05:07:53.268Z[ recovery-image] Dec 21 05:07:52.523 INFO O| Dec 21 05:07:52.523 INFO STEP 983 (remove_files) COMPLETE
74442024-12-21T05:07:53.272Z[ recovery-image] Dec 21 05:07:52.524 INFO O| Dec 21 05:07:52.523 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74452024-12-21T05:07:53.284Z[ recovery-image] Dec 21 05:07:52.539 INFO O| Dec 21 05:07:52.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
74462024-12-21T05:07:53.289Z[ recovery-image] Dec 21 05:07:52.539 INFO O| Dec 21 05:07:52.539 INFO STEP 984 (remove_files) COMPLETE
74472024-12-21T05:07:53.290Z[ recovery-image] Dec 21 05:07:52.539 INFO O| Dec 21 05:07:52.539 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74482024-12-21T05:07:53.299Z[ recovery-image] Dec 21 05:07:52.555 INFO O| Dec 21 05:07:52.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
74492024-12-21T05:07:53.302Z[ recovery-image] Dec 21 05:07:52.555 INFO O| Dec 21 05:07:52.555 INFO STEP 985 (remove_files) COMPLETE
74502024-12-21T05:07:53.302Z[ recovery-image] Dec 21 05:07:52.555 INFO O| Dec 21 05:07:52.555 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74512024-12-21T05:07:53.317Z[ recovery-image] Dec 21 05:07:52.572 INFO O| Dec 21 05:07:52.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
74522024-12-21T05:07:53.317Z[ recovery-image] Dec 21 05:07:52.572 INFO O| Dec 21 05:07:52.572 INFO STEP 986 (remove_files) COMPLETE
74532024-12-21T05:07:53.321Z[ recovery-image] Dec 21 05:07:52.572 INFO O| Dec 21 05:07:52.572 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74542024-12-21T05:07:53.332Z[ recovery-image] Dec 21 05:07:52.588 INFO O| Dec 21 05:07:52.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
74552024-12-21T05:07:53.332Z[ recovery-image] Dec 21 05:07:52.588 INFO O| Dec 21 05:07:52.588 INFO STEP 987 (remove_files) COMPLETE
74562024-12-21T05:07:53.332Z[ recovery-image] Dec 21 05:07:52.589 INFO O| Dec 21 05:07:52.588 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74572024-12-21T05:07:53.348Z[ recovery-image] Dec 21 05:07:52.604 INFO O| Dec 21 05:07:52.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
74582024-12-21T05:07:53.351Z[ recovery-image] Dec 21 05:07:52.604 INFO O| Dec 21 05:07:52.604 INFO STEP 988 (remove_files) COMPLETE
74592024-12-21T05:07:53.351Z[ recovery-image] Dec 21 05:07:52.605 INFO O| Dec 21 05:07:52.604 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74602024-12-21T05:07:53.365Z[ recovery-image] Dec 21 05:07:52.621 INFO O| Dec 21 05:07:52.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
74612024-12-21T05:07:53.365Z[ recovery-image] Dec 21 05:07:52.621 INFO O| Dec 21 05:07:52.621 INFO STEP 989 (remove_files) COMPLETE
74622024-12-21T05:07:53.365Z[ recovery-image] Dec 21 05:07:52.621 INFO O| Dec 21 05:07:52.621 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74632024-12-21T05:07:53.382Z[ recovery-image] Dec 21 05:07:52.638 INFO O| Dec 21 05:07:52.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
74642024-12-21T05:07:53.382Z[ recovery-image] Dec 21 05:07:52.638 INFO O| Dec 21 05:07:52.638 INFO STEP 990 (remove_files) COMPLETE
74652024-12-21T05:07:53.382Z[ recovery-image] Dec 21 05:07:52.638 INFO O| Dec 21 05:07:52.638 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74662024-12-21T05:07:53.395Z[ recovery-image] Dec 21 05:07:52.651 INFO O| Dec 21 05:07:52.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
74672024-12-21T05:07:53.395Z[ recovery-image] Dec 21 05:07:52.651 INFO O| Dec 21 05:07:52.651 INFO STEP 991 (remove_files) COMPLETE
74682024-12-21T05:07:53.395Z[ recovery-image] Dec 21 05:07:52.651 INFO O| Dec 21 05:07:52.651 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74692024-12-21T05:07:53.413Z[ recovery-image] Dec 21 05:07:52.668 INFO O| Dec 21 05:07:52.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
74702024-12-21T05:07:53.413Z[ recovery-image] Dec 21 05:07:52.668 INFO O| Dec 21 05:07:52.668 INFO STEP 992 (remove_files) COMPLETE
74712024-12-21T05:07:53.416Z[ recovery-image] Dec 21 05:07:52.668 INFO O| Dec 21 05:07:52.668 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74722024-12-21T05:07:53.429Z[ recovery-image] Dec 21 05:07:52.686 INFO O| Dec 21 05:07:52.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
74732024-12-21T05:07:53.429Z[ recovery-image] Dec 21 05:07:52.686 INFO O| Dec 21 05:07:52.686 INFO STEP 993 (remove_files) COMPLETE
74742024-12-21T05:07:53.432Z[ recovery-image] Dec 21 05:07:52.686 INFO O| Dec 21 05:07:52.686 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74752024-12-21T05:07:53.444Z[ recovery-image] Dec 21 05:07:52.700 INFO O| Dec 21 05:07:52.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
74762024-12-21T05:07:53.444Z[ recovery-image] Dec 21 05:07:52.701 INFO O| Dec 21 05:07:52.701 INFO STEP 994 (remove_files) COMPLETE
74772024-12-21T05:07:53.448Z[ recovery-image] Dec 21 05:07:52.701 INFO O| Dec 21 05:07:52.701 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74782024-12-21T05:07:53.461Z[ recovery-image] Dec 21 05:07:52.717 INFO O| Dec 21 05:07:52.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
74792024-12-21T05:07:53.463Z[ recovery-image] Dec 21 05:07:52.717 INFO O| Dec 21 05:07:52.717 INFO STEP 995 (remove_files) COMPLETE
74802024-12-21T05:07:53.463Z[ recovery-image] Dec 21 05:07:52.717 INFO O| Dec 21 05:07:52.717 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74812024-12-21T05:07:53.480Z[ recovery-image] Dec 21 05:07:52.736 INFO O| Dec 21 05:07:52.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
74822024-12-21T05:07:53.480Z[ recovery-image] Dec 21 05:07:52.736 INFO O| Dec 21 05:07:52.736 INFO STEP 996 (remove_files) COMPLETE
74832024-12-21T05:07:53.484Z[ recovery-image] Dec 21 05:07:52.737 INFO O| Dec 21 05:07:52.736 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74842024-12-21T05:07:53.500Z[ recovery-image] Dec 21 05:07:52.756 INFO O| Dec 21 05:07:52.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
74852024-12-21T05:07:53.500Z[ recovery-image] Dec 21 05:07:52.756 INFO O| Dec 21 05:07:52.756 INFO STEP 997 (remove_files) COMPLETE
74862024-12-21T05:07:53.503Z[ recovery-image] Dec 21 05:07:52.756 INFO O| Dec 21 05:07:52.756 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74872024-12-21T05:07:53.518Z[ recovery-image] Dec 21 05:07:52.775 INFO O| Dec 21 05:07:52.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
74882024-12-21T05:07:53.519Z[ recovery-image] Dec 21 05:07:52.775 INFO O| Dec 21 05:07:52.775 INFO STEP 998 (remove_files) COMPLETE
74892024-12-21T05:07:53.521Z[ recovery-image] Dec 21 05:07:52.775 INFO O| Dec 21 05:07:52.775 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74902024-12-21T05:07:53.534Z[ recovery-image] Dec 21 05:07:52.790 INFO O| Dec 21 05:07:52.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
74912024-12-21T05:07:53.534Z[ recovery-image] Dec 21 05:07:52.790 INFO O| Dec 21 05:07:52.790 INFO STEP 999 (remove_files) COMPLETE
74922024-12-21T05:07:53.534Z[ recovery-image] Dec 21 05:07:52.790 INFO O| Dec 21 05:07:52.790 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74932024-12-21T05:07:53.547Z[ recovery-image] Dec 21 05:07:52.803 INFO O| Dec 21 05:07:52.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
74942024-12-21T05:07:53.547Z[ recovery-image] Dec 21 05:07:52.803 INFO O| Dec 21 05:07:52.803 INFO STEP 1000 (remove_files) COMPLETE
74952024-12-21T05:07:53.547Z[ recovery-image] Dec 21 05:07:52.803 INFO O| Dec 21 05:07:52.803 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74962024-12-21T05:07:53.559Z[ recovery-image] Dec 21 05:07:52.815 INFO O| Dec 21 05:07:52.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
74972024-12-21T05:07:53.561Z[ recovery-image] Dec 21 05:07:52.815 INFO O| Dec 21 05:07:52.815 INFO STEP 1001 (remove_files) COMPLETE
74982024-12-21T05:07:53.561Z[ recovery-image] Dec 21 05:07:52.815 INFO O| Dec 21 05:07:52.815 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74992024-12-21T05:07:53.576Z[ recovery-image] Dec 21 05:07:52.832 INFO O| Dec 21 05:07:52.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
75002024-12-21T05:07:53.576Z[ recovery-image] Dec 21 05:07:52.832 INFO O| Dec 21 05:07:52.832 INFO STEP 1002 (remove_files) COMPLETE
75012024-12-21T05:07:53.576Z[ recovery-image] Dec 21 05:07:52.832 INFO O| Dec 21 05:07:52.832 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75022024-12-21T05:07:53.592Z[ recovery-image] Dec 21 05:07:52.849 INFO O| Dec 21 05:07:52.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
75032024-12-21T05:07:53.592Z[ recovery-image] Dec 21 05:07:52.849 INFO O| Dec 21 05:07:52.849 INFO STEP 1003 (remove_files) COMPLETE
75042024-12-21T05:07:53.592Z[ recovery-image] Dec 21 05:07:52.849 INFO O| Dec 21 05:07:52.849 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75052024-12-21T05:07:53.609Z[ recovery-image] Dec 21 05:07:52.864 INFO O| Dec 21 05:07:52.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
75062024-12-21T05:07:53.609Z[ recovery-image] Dec 21 05:07:52.865 INFO O| Dec 21 05:07:52.865 INFO STEP 1004 (remove_files) COMPLETE
75072024-12-21T05:07:53.609Z[ recovery-image] Dec 21 05:07:52.865 INFO O| Dec 21 05:07:52.865 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75082024-12-21T05:07:53.626Z[ recovery-image] Dec 21 05:07:52.882 INFO O| Dec 21 05:07:52.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
75092024-12-21T05:07:53.626Z[ recovery-image] Dec 21 05:07:52.882 INFO O| Dec 21 05:07:52.882 INFO STEP 1005 (remove_files) COMPLETE
75102024-12-21T05:07:53.631Z[ recovery-image] Dec 21 05:07:52.882 INFO O| Dec 21 05:07:52.882 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75112024-12-21T05:07:53.644Z[ recovery-image] Dec 21 05:07:52.900 INFO O| Dec 21 05:07:52.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
75122024-12-21T05:07:53.644Z[ recovery-image] Dec 21 05:07:52.900 INFO O| Dec 21 05:07:52.900 INFO STEP 1006 (remove_files) COMPLETE
75132024-12-21T05:07:53.644Z[ recovery-image] Dec 21 05:07:52.900 INFO O| Dec 21 05:07:52.900 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75142024-12-21T05:07:53.659Z[ recovery-image] Dec 21 05:07:52.915 INFO O| Dec 21 05:07:52.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
75152024-12-21T05:07:53.659Z[ recovery-image] Dec 21 05:07:52.915 INFO O| Dec 21 05:07:52.915 INFO STEP 1007 (remove_files) COMPLETE
75162024-12-21T05:07:53.662Z[ recovery-image] Dec 21 05:07:52.916 INFO O| Dec 21 05:07:52.915 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75172024-12-21T05:07:53.677Z[ recovery-image] Dec 21 05:07:52.932 INFO O| Dec 21 05:07:52.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
75182024-12-21T05:07:53.677Z[ recovery-image] Dec 21 05:07:52.932 INFO O| Dec 21 05:07:52.932 INFO STEP 1008 (remove_files) COMPLETE
75192024-12-21T05:07:53.677Z[ recovery-image] Dec 21 05:07:52.932 INFO O| Dec 21 05:07:52.932 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75202024-12-21T05:07:53.693Z[ recovery-image] Dec 21 05:07:52.949 INFO O| Dec 21 05:07:52.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
75212024-12-21T05:07:53.693Z[ recovery-image] Dec 21 05:07:52.949 INFO O| Dec 21 05:07:52.949 INFO STEP 1009 (remove_files) COMPLETE
75222024-12-21T05:07:53.693Z[ recovery-image] Dec 21 05:07:52.949 INFO O| Dec 21 05:07:52.949 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75232024-12-21T05:07:53.708Z[ recovery-image] Dec 21 05:07:52.964 INFO O| Dec 21 05:07:52.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
75242024-12-21T05:07:53.708Z[ recovery-image] Dec 21 05:07:52.964 INFO O| Dec 21 05:07:52.964 INFO STEP 1010 (remove_files) COMPLETE
75252024-12-21T05:07:53.710Z[ recovery-image] Dec 21 05:07:52.964 INFO O| Dec 21 05:07:52.964 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75262024-12-21T05:07:53.722Z[ recovery-image] Dec 21 05:07:52.978 INFO O| Dec 21 05:07:52.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
75272024-12-21T05:07:53.723Z[ recovery-image] Dec 21 05:07:52.979 INFO O| Dec 21 05:07:52.978 INFO STEP 1011 (remove_files) COMPLETE
75282024-12-21T05:07:53.725Z[ recovery-image] Dec 21 05:07:52.979 INFO O| Dec 21 05:07:52.979 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75292024-12-21T05:07:53.740Z[ recovery-image] Dec 21 05:07:52.996 INFO O| Dec 21 05:07:52.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
75302024-12-21T05:07:53.740Z[ recovery-image] Dec 21 05:07:52.996 INFO O| Dec 21 05:07:52.996 INFO STEP 1012 (remove_files) COMPLETE
75312024-12-21T05:07:53.740Z[ recovery-image] Dec 21 05:07:52.996 INFO O| Dec 21 05:07:52.996 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75322024-12-21T05:07:53.758Z[ recovery-image] Dec 21 05:07:53.014 INFO O| Dec 21 05:07:53.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
75332024-12-21T05:07:53.761Z[ recovery-image] Dec 21 05:07:53.014 INFO O| Dec 21 05:07:53.014 INFO STEP 1013 (remove_files) COMPLETE
75342024-12-21T05:07:53.761Z[ recovery-image] Dec 21 05:07:53.014 INFO O| Dec 21 05:07:53.014 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75352024-12-21T05:07:53.777Z[ recovery-image] Dec 21 05:07:53.030 INFO O| Dec 21 05:07:53.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
75362024-12-21T05:07:53.777Z[ recovery-image] Dec 21 05:07:53.030 INFO O| Dec 21 05:07:53.030 INFO STEP 1014 (remove_files) COMPLETE
75372024-12-21T05:07:53.781Z[ recovery-image] Dec 21 05:07:53.031 INFO O| Dec 21 05:07:53.030 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75382024-12-21T05:07:53.793Z[ recovery-image] Dec 21 05:07:53.047 INFO O| Dec 21 05:07:53.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
75392024-12-21T05:07:53.793Z[ recovery-image] Dec 21 05:07:53.047 INFO O| Dec 21 05:07:53.047 INFO STEP 1015 (remove_files) COMPLETE
75402024-12-21T05:07:53.797Z[ recovery-image] Dec 21 05:07:53.047 INFO O| Dec 21 05:07:53.047 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75412024-12-21T05:07:53.806Z[ recovery-image] Dec 21 05:07:53.062 INFO O| Dec 21 05:07:53.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
75422024-12-21T05:07:53.806Z[ recovery-image] Dec 21 05:07:53.063 INFO O| Dec 21 05:07:53.063 INFO STEP 1016 (remove_files) COMPLETE
75432024-12-21T05:07:53.806Z[ recovery-image] Dec 21 05:07:53.063 INFO O| Dec 21 05:07:53.063 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75442024-12-21T05:07:53.824Z[ recovery-image] Dec 21 05:07:53.080 INFO O| Dec 21 05:07:53.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
75452024-12-21T05:07:53.826Z[ recovery-image] Dec 21 05:07:53.081 INFO O| Dec 21 05:07:53.081 INFO STEP 1017 (remove_files) COMPLETE
75462024-12-21T05:07:53.826Z[ recovery-image] Dec 21 05:07:53.081 INFO O| Dec 21 05:07:53.081 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75472024-12-21T05:07:53.843Z[ recovery-image] Dec 21 05:07:53.098 INFO O| Dec 21 05:07:53.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
75482024-12-21T05:07:53.843Z[ recovery-image] Dec 21 05:07:53.098 INFO O| Dec 21 05:07:53.098 INFO STEP 1018 (remove_files) COMPLETE
75492024-12-21T05:07:53.843Z[ recovery-image] Dec 21 05:07:53.098 INFO O| Dec 21 05:07:53.098 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75502024-12-21T05:07:53.859Z[ recovery-image] Dec 21 05:07:53.115 INFO O| Dec 21 05:07:53.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
75512024-12-21T05:07:53.861Z[ recovery-image] Dec 21 05:07:53.116 INFO O| Dec 21 05:07:53.115 INFO STEP 1019 (remove_files) COMPLETE
75522024-12-21T05:07:53.862Z[ recovery-image] Dec 21 05:07:53.116 INFO O| Dec 21 05:07:53.116 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75532024-12-21T05:07:53.876Z[ recovery-image] Dec 21 05:07:53.132 INFO O| Dec 21 05:07:53.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
75542024-12-21T05:07:53.879Z[ recovery-image] Dec 21 05:07:53.132 INFO O| Dec 21 05:07:53.132 INFO STEP 1020 (remove_files) COMPLETE
75552024-12-21T05:07:53.879Z[ recovery-image] Dec 21 05:07:53.132 INFO O| Dec 21 05:07:53.132 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75562024-12-21T05:07:53.892Z[ recovery-image] Dec 21 05:07:53.148 INFO O| Dec 21 05:07:53.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
75572024-12-21T05:07:53.892Z[ recovery-image] Dec 21 05:07:53.148 INFO O| Dec 21 05:07:53.148 INFO STEP 1021 (remove_files) COMPLETE
75582024-12-21T05:07:53.894Z[ recovery-image] Dec 21 05:07:53.148 INFO O| Dec 21 05:07:53.148 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75592024-12-21T05:07:53.906Z[ recovery-image] Dec 21 05:07:53.163 INFO O| Dec 21 05:07:53.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
75602024-12-21T05:07:53.907Z[ recovery-image] Dec 21 05:07:53.163 INFO O| Dec 21 05:07:53.163 INFO STEP 1022 (remove_files) COMPLETE
75612024-12-21T05:07:53.910Z[ recovery-image] Dec 21 05:07:53.163 INFO O| Dec 21 05:07:53.163 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75622024-12-21T05:07:53.922Z[ recovery-image] Dec 21 05:07:53.178 INFO O| Dec 21 05:07:53.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
75632024-12-21T05:07:53.923Z[ recovery-image] Dec 21 05:07:53.178 INFO O| Dec 21 05:07:53.178 INFO STEP 1023 (remove_files) COMPLETE
75642024-12-21T05:07:53.927Z[ recovery-image] Dec 21 05:07:53.178 INFO O| Dec 21 05:07:53.178 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75652024-12-21T05:07:53.941Z[ recovery-image] Dec 21 05:07:53.196 INFO O| Dec 21 05:07:53.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
75662024-12-21T05:07:53.941Z[ recovery-image] Dec 21 05:07:53.196 INFO O| Dec 21 05:07:53.196 INFO STEP 1024 (remove_files) COMPLETE
75672024-12-21T05:07:53.941Z[ recovery-image] Dec 21 05:07:53.196 INFO O| Dec 21 05:07:53.196 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75682024-12-21T05:07:53.953Z[ recovery-image] Dec 21 05:07:53.208 INFO O| Dec 21 05:07:53.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
75692024-12-21T05:07:53.953Z[ recovery-image] Dec 21 05:07:53.208 INFO O| Dec 21 05:07:53.208 INFO STEP 1025 (remove_files) COMPLETE
75702024-12-21T05:07:53.956Z[ recovery-image] Dec 21 05:07:53.209 INFO O| Dec 21 05:07:53.208 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75712024-12-21T05:07:53.968Z[ recovery-image] Dec 21 05:07:53.224 INFO O| Dec 21 05:07:53.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
75722024-12-21T05:07:53.968Z[ recovery-image] Dec 21 05:07:53.224 INFO O| Dec 21 05:07:53.224 INFO STEP 1026 (remove_files) COMPLETE
75732024-12-21T05:07:53.971Z[ recovery-image] Dec 21 05:07:53.225 INFO O| Dec 21 05:07:53.224 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75742024-12-21T05:07:53.986Z[ recovery-image] Dec 21 05:07:53.241 INFO O| Dec 21 05:07:53.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
75752024-12-21T05:07:53.987Z[ recovery-image] Dec 21 05:07:53.241 INFO O| Dec 21 05:07:53.241 INFO STEP 1027 (remove_files) COMPLETE
75762024-12-21T05:07:53.987Z[ recovery-image] Dec 21 05:07:53.241 INFO O| Dec 21 05:07:53.241 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75772024-12-21T05:07:54.001Z[ recovery-image] Dec 21 05:07:53.258 INFO O| Dec 21 05:07:53.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
75782024-12-21T05:07:54.002Z[ recovery-image] Dec 21 05:07:53.258 INFO O| Dec 21 05:07:53.258 INFO STEP 1028 (remove_files) COMPLETE
75792024-12-21T05:07:54.002Z[ recovery-image] Dec 21 05:07:53.258 INFO O| Dec 21 05:07:53.258 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75802024-12-21T05:07:54.014Z[ recovery-image] Dec 21 05:07:53.271 INFO O| Dec 21 05:07:53.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
75812024-12-21T05:07:54.014Z[ recovery-image] Dec 21 05:07:53.271 INFO O| Dec 21 05:07:53.271 INFO STEP 1029 (remove_files) COMPLETE
75822024-12-21T05:07:54.018Z[ recovery-image] Dec 21 05:07:53.271 INFO O| Dec 21 05:07:53.271 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75832024-12-21T05:07:54.032Z[ recovery-image] Dec 21 05:07:53.287 INFO O| Dec 21 05:07:53.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
75842024-12-21T05:07:54.035Z[ recovery-image] Dec 21 05:07:53.287 INFO O| Dec 21 05:07:53.287 INFO STEP 1030 (remove_files) COMPLETE
75852024-12-21T05:07:54.035Z[ recovery-image] Dec 21 05:07:53.287 INFO O| Dec 21 05:07:53.287 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75862024-12-21T05:07:54.046Z[ recovery-image] Dec 21 05:07:53.302 INFO O| Dec 21 05:07:53.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
75872024-12-21T05:07:54.062Z[ recovery-image] Dec 21 05:07:53.302 INFO O| Dec 21 05:07:53.302 INFO STEP 1031 (remove_files) COMPLETE
75882024-12-21T05:07:54.063Z[ recovery-image] Dec 21 05:07:53.303 INFO O| Dec 21 05:07:53.302 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75892024-12-21T05:07:54.066Z[ recovery-image] Dec 21 05:07:53.317 INFO O| Dec 21 05:07:53.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
75902024-12-21T05:07:54.066Z[ recovery-image] Dec 21 05:07:53.317 INFO O| Dec 21 05:07:53.317 INFO STEP 1032 (remove_files) COMPLETE
75912024-12-21T05:07:54.066Z[ recovery-image] Dec 21 05:07:53.317 INFO O| Dec 21 05:07:53.317 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75922024-12-21T05:07:54.073Z[ recovery-image] Dec 21 05:07:53.329 INFO O| Dec 21 05:07:53.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
75932024-12-21T05:07:54.076Z[ recovery-image] Dec 21 05:07:53.330 INFO O| Dec 21 05:07:53.330 INFO STEP 1033 (remove_files) COMPLETE
75942024-12-21T05:07:54.076Z[ recovery-image] Dec 21 05:07:53.330 INFO O| Dec 21 05:07:53.330 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75952024-12-21T05:07:54.090Z[ recovery-image] Dec 21 05:07:53.346 INFO O| Dec 21 05:07:53.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
75962024-12-21T05:07:54.090Z[ recovery-image] Dec 21 05:07:53.346 INFO O| Dec 21 05:07:53.346 INFO STEP 1034 (remove_files) COMPLETE
75972024-12-21T05:07:54.090Z[ recovery-image] Dec 21 05:07:53.346 INFO O| Dec 21 05:07:53.346 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75982024-12-21T05:07:54.105Z[ recovery-image] Dec 21 05:07:53.361 INFO O| Dec 21 05:07:53.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
75992024-12-21T05:07:54.105Z[ recovery-image] Dec 21 05:07:53.361 INFO O| Dec 21 05:07:53.361 INFO STEP 1035 (remove_files) COMPLETE
76002024-12-21T05:07:54.109Z[ recovery-image] Dec 21 05:07:53.361 INFO O| Dec 21 05:07:53.361 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76012024-12-21T05:07:54.120Z[ recovery-image] Dec 21 05:07:53.377 INFO O| Dec 21 05:07:53.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
76022024-12-21T05:07:54.120Z[ recovery-image] Dec 21 05:07:53.377 INFO O| Dec 21 05:07:53.377 INFO STEP 1036 (remove_files) COMPLETE
76032024-12-21T05:07:54.125Z[ recovery-image] Dec 21 05:07:53.377 INFO O| Dec 21 05:07:53.377 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76042024-12-21T05:07:54.138Z[ recovery-image] Dec 21 05:07:53.393 INFO O| Dec 21 05:07:53.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
76052024-12-21T05:07:54.138Z[ recovery-image] Dec 21 05:07:53.394 INFO O| Dec 21 05:07:53.394 INFO STEP 1037 (remove_files) COMPLETE
76062024-12-21T05:07:54.140Z[ recovery-image] Dec 21 05:07:53.394 INFO O| Dec 21 05:07:53.394 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76072024-12-21T05:07:54.148Z[ recovery-image] Dec 21 05:07:53.405 INFO O| Dec 21 05:07:53.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
76082024-12-21T05:07:54.148Z[ recovery-image] Dec 21 05:07:53.405 INFO O| Dec 21 05:07:53.405 INFO STEP 1038 (remove_files) COMPLETE
76092024-12-21T05:07:54.148Z[ recovery-image] Dec 21 05:07:53.405 INFO O| Dec 21 05:07:53.405 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76102024-12-21T05:07:54.161Z[ recovery-image] Dec 21 05:07:53.417 INFO O| Dec 21 05:07:53.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
76112024-12-21T05:07:54.162Z[ recovery-image] Dec 21 05:07:53.417 INFO O| Dec 21 05:07:53.417 INFO STEP 1039 (remove_files) COMPLETE
76122024-12-21T05:07:54.164Z[ recovery-image] Dec 21 05:07:53.417 INFO O| Dec 21 05:07:53.417 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76132024-12-21T05:07:54.176Z[ recovery-image] Dec 21 05:07:53.429 INFO O| Dec 21 05:07:53.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
76142024-12-21T05:07:54.179Z[ recovery-image] Dec 21 05:07:53.429 INFO O| Dec 21 05:07:53.429 INFO STEP 1040 (remove_files) COMPLETE
76152024-12-21T05:07:54.179Z[ recovery-image] Dec 21 05:07:53.429 INFO O| Dec 21 05:07:53.429 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76162024-12-21T05:07:54.188Z[ recovery-image] Dec 21 05:07:53.444 INFO O| Dec 21 05:07:53.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
76172024-12-21T05:07:54.188Z[ recovery-image] Dec 21 05:07:53.444 INFO O| Dec 21 05:07:53.444 INFO STEP 1041 (remove_files) COMPLETE
76182024-12-21T05:07:54.193Z[ recovery-image] Dec 21 05:07:53.444 INFO O| Dec 21 05:07:53.444 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76192024-12-21T05:07:54.206Z[ recovery-image] Dec 21 05:07:53.462 INFO O| Dec 21 05:07:53.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
76202024-12-21T05:07:54.210Z[ recovery-image] Dec 21 05:07:53.462 INFO O| Dec 21 05:07:53.462 INFO STEP 1042 (remove_files) COMPLETE
76212024-12-21T05:07:54.210Z[ recovery-image] Dec 21 05:07:53.462 INFO O| Dec 21 05:07:53.462 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76222024-12-21T05:07:54.224Z[ recovery-image] Dec 21 05:07:53.479 INFO O| Dec 21 05:07:53.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
76232024-12-21T05:07:54.228Z[ recovery-image] Dec 21 05:07:53.479 INFO O| Dec 21 05:07:53.479 INFO STEP 1043 (remove_files) COMPLETE
76242024-12-21T05:07:54.228Z[ recovery-image] Dec 21 05:07:53.479 INFO O| Dec 21 05:07:53.479 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76252024-12-21T05:07:54.240Z[ recovery-image] Dec 21 05:07:53.496 INFO O| Dec 21 05:07:53.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
76262024-12-21T05:07:54.240Z[ recovery-image] Dec 21 05:07:53.497 INFO O| Dec 21 05:07:53.497 INFO STEP 1044 (remove_files) COMPLETE
76272024-12-21T05:07:54.243Z[ recovery-image] Dec 21 05:07:53.497 INFO O| Dec 21 05:07:53.497 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76282024-12-21T05:07:54.253Z[ recovery-image] Dec 21 05:07:53.509 INFO O| Dec 21 05:07:53.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
76292024-12-21T05:07:54.253Z[ recovery-image] Dec 21 05:07:53.509 INFO O| Dec 21 05:07:53.509 INFO STEP 1045 (remove_files) COMPLETE
76302024-12-21T05:07:54.255Z[ recovery-image] Dec 21 05:07:53.509 INFO O| Dec 21 05:07:53.509 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76312024-12-21T05:07:54.266Z[ recovery-image] Dec 21 05:07:53.521 INFO O| Dec 21 05:07:53.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
76322024-12-21T05:07:54.266Z[ recovery-image] Dec 21 05:07:53.522 INFO O| Dec 21 05:07:53.522 INFO STEP 1046 (remove_files) COMPLETE
76332024-12-21T05:07:54.270Z[ recovery-image] Dec 21 05:07:53.522 INFO O| Dec 21 05:07:53.522 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76342024-12-21T05:07:54.282Z[ recovery-image] Dec 21 05:07:53.538 INFO O| Dec 21 05:07:53.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
76352024-12-21T05:07:54.282Z[ recovery-image] Dec 21 05:07:53.538 INFO O| Dec 21 05:07:53.538 INFO STEP 1047 (remove_files) COMPLETE
76362024-12-21T05:07:54.285Z[ recovery-image] Dec 21 05:07:53.538 INFO O| Dec 21 05:07:53.538 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76372024-12-21T05:07:54.297Z[ recovery-image] Dec 21 05:07:53.553 INFO O| Dec 21 05:07:53.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
76382024-12-21T05:07:54.297Z[ recovery-image] Dec 21 05:07:53.553 INFO O| Dec 21 05:07:53.553 INFO STEP 1048 (remove_files) COMPLETE
76392024-12-21T05:07:54.297Z[ recovery-image] Dec 21 05:07:53.553 INFO O| Dec 21 05:07:53.553 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76402024-12-21T05:07:54.312Z[ recovery-image] Dec 21 05:07:53.569 INFO O| Dec 21 05:07:53.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
76412024-12-21T05:07:54.312Z[ recovery-image] Dec 21 05:07:53.569 INFO O| Dec 21 05:07:53.569 INFO STEP 1049 (remove_files) COMPLETE
76422024-12-21T05:07:54.315Z[ recovery-image] Dec 21 05:07:53.569 INFO O| Dec 21 05:07:53.569 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76432024-12-21T05:07:54.327Z[ recovery-image] Dec 21 05:07:53.583 INFO O| Dec 21 05:07:53.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
76442024-12-21T05:07:54.327Z[ recovery-image] Dec 21 05:07:53.584 INFO O| Dec 21 05:07:53.583 INFO STEP 1050 (remove_files) COMPLETE
76452024-12-21T05:07:54.329Z[ recovery-image] Dec 21 05:07:53.584 INFO O| Dec 21 05:07:53.583 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76462024-12-21T05:07:54.342Z[ recovery-image] Dec 21 05:07:53.598 INFO O| Dec 21 05:07:53.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
76472024-12-21T05:07:54.342Z[ recovery-image] Dec 21 05:07:53.598 INFO O| Dec 21 05:07:53.598 INFO STEP 1051 (remove_files) COMPLETE
76482024-12-21T05:07:54.345Z[ recovery-image] Dec 21 05:07:53.599 INFO O| Dec 21 05:07:53.598 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76492024-12-21T05:07:54.357Z[ recovery-image] Dec 21 05:07:53.614 INFO O| Dec 21 05:07:53.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
76502024-12-21T05:07:54.357Z[ recovery-image] Dec 21 05:07:53.614 INFO O| Dec 21 05:07:53.614 INFO STEP 1052 (remove_files) COMPLETE
76512024-12-21T05:07:54.360Z[ recovery-image] Dec 21 05:07:53.614 INFO O| Dec 21 05:07:53.614 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76522024-12-21T05:07:54.370Z[ recovery-image] Dec 21 05:07:53.626 INFO O| Dec 21 05:07:53.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
76532024-12-21T05:07:54.373Z[ recovery-image] Dec 21 05:07:53.626 INFO O| Dec 21 05:07:53.626 INFO STEP 1053 (remove_files) COMPLETE
76542024-12-21T05:07:54.373Z[ recovery-image] Dec 21 05:07:53.626 INFO O| Dec 21 05:07:53.626 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76552024-12-21T05:07:54.388Z[ recovery-image] Dec 21 05:07:53.644 INFO O| Dec 21 05:07:53.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
76562024-12-21T05:07:54.391Z[ recovery-image] Dec 21 05:07:53.644 INFO O| Dec 21 05:07:53.644 INFO STEP 1054 (remove_files) COMPLETE
76572024-12-21T05:07:54.391Z[ recovery-image] Dec 21 05:07:53.644 INFO O| Dec 21 05:07:53.644 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76582024-12-21T05:07:54.405Z[ recovery-image] Dec 21 05:07:53.661 INFO O| Dec 21 05:07:53.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
76592024-12-21T05:07:54.405Z[ recovery-image] Dec 21 05:07:53.661 INFO O| Dec 21 05:07:53.661 INFO STEP 1055 (remove_files) COMPLETE
76602024-12-21T05:07:54.405Z[ recovery-image] Dec 21 05:07:53.661 INFO O| Dec 21 05:07:53.661 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76612024-12-21T05:07:54.421Z[ recovery-image] Dec 21 05:07:53.676 INFO O| Dec 21 05:07:53.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
76622024-12-21T05:07:54.427Z[ recovery-image] Dec 21 05:07:53.677 INFO O| Dec 21 05:07:53.677 INFO STEP 1056 (remove_files) COMPLETE
76632024-12-21T05:07:54.427Z[ recovery-image] Dec 21 05:07:53.677 INFO O| Dec 21 05:07:53.677 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76642024-12-21T05:07:54.436Z[ recovery-image] Dec 21 05:07:53.692 INFO O| Dec 21 05:07:53.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
76652024-12-21T05:07:54.436Z[ recovery-image] Dec 21 05:07:53.692 INFO O| Dec 21 05:07:53.692 INFO STEP 1057 (remove_files) COMPLETE
76662024-12-21T05:07:54.436Z[ recovery-image] Dec 21 05:07:53.692 INFO O| Dec 21 05:07:53.692 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76672024-12-21T05:07:54.451Z[ recovery-image] Dec 21 05:07:53.707 INFO O| Dec 21 05:07:53.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
76682024-12-21T05:07:54.451Z[ recovery-image] Dec 21 05:07:53.707 INFO O| Dec 21 05:07:53.707 INFO STEP 1058 (remove_files) COMPLETE
76692024-12-21T05:07:54.454Z[ recovery-image] Dec 21 05:07:53.707 INFO O| Dec 21 05:07:53.707 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76702024-12-21T05:07:54.464Z[ recovery-image] Dec 21 05:07:53.720 INFO O| Dec 21 05:07:53.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
76712024-12-21T05:07:54.468Z[ recovery-image] Dec 21 05:07:53.721 INFO O| Dec 21 05:07:53.721 INFO STEP 1059 (remove_files) COMPLETE
76722024-12-21T05:07:54.468Z[ recovery-image] Dec 21 05:07:53.721 INFO O| Dec 21 05:07:53.721 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76732024-12-21T05:07:54.484Z[ recovery-image] Dec 21 05:07:53.739 INFO O| Dec 21 05:07:53.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
76742024-12-21T05:07:54.484Z[ recovery-image] Dec 21 05:07:53.739 INFO O| Dec 21 05:07:53.739 INFO STEP 1060 (remove_files) COMPLETE
76752024-12-21T05:07:54.487Z[ recovery-image] Dec 21 05:07:53.739 INFO O| Dec 21 05:07:53.739 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76762024-12-21T05:07:54.495Z[ recovery-image] Dec 21 05:07:53.751 INFO O| Dec 21 05:07:53.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
76772024-12-21T05:07:54.495Z[ recovery-image] Dec 21 05:07:53.751 INFO O| Dec 21 05:07:53.751 INFO STEP 1061 (remove_files) COMPLETE
76782024-12-21T05:07:54.498Z[ recovery-image] Dec 21 05:07:53.751 INFO O| Dec 21 05:07:53.751 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76792024-12-21T05:07:54.510Z[ recovery-image] Dec 21 05:07:53.767 INFO O| Dec 21 05:07:53.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
76802024-12-21T05:07:54.510Z[ recovery-image] Dec 21 05:07:53.767 INFO O| Dec 21 05:07:53.767 INFO STEP 1062 (remove_files) COMPLETE
76812024-12-21T05:07:54.513Z[ recovery-image] Dec 21 05:07:53.767 INFO O| Dec 21 05:07:53.767 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76822024-12-21T05:07:54.527Z[ recovery-image] Dec 21 05:07:53.783 INFO O| Dec 21 05:07:53.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
76832024-12-21T05:07:54.528Z[ recovery-image] Dec 21 05:07:53.783 INFO O| Dec 21 05:07:53.783 INFO STEP 1063 (remove_files) COMPLETE
76842024-12-21T05:07:54.531Z[ recovery-image] Dec 21 05:07:53.783 INFO O| Dec 21 05:07:53.783 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76852024-12-21T05:07:54.542Z[ recovery-image] Dec 21 05:07:53.798 INFO O| Dec 21 05:07:53.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
76862024-12-21T05:07:54.542Z[ recovery-image] Dec 21 05:07:53.799 INFO O| Dec 21 05:07:53.798 INFO STEP 1064 (remove_files) COMPLETE
76872024-12-21T05:07:54.545Z[ recovery-image] Dec 21 05:07:53.799 INFO O| Dec 21 05:07:53.799 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76882024-12-21T05:07:54.558Z[ recovery-image] Dec 21 05:07:53.814 INFO O| Dec 21 05:07:53.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
76892024-12-21T05:07:54.558Z[ recovery-image] Dec 21 05:07:53.814 INFO O| Dec 21 05:07:53.814 INFO STEP 1065 (remove_files) COMPLETE
76902024-12-21T05:07:54.558Z[ recovery-image] Dec 21 05:07:53.814 INFO O| Dec 21 05:07:53.814 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76912024-12-21T05:07:54.573Z[ recovery-image] Dec 21 05:07:53.829 INFO O| Dec 21 05:07:53.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
76922024-12-21T05:07:54.573Z[ recovery-image] Dec 21 05:07:53.829 INFO O| Dec 21 05:07:53.829 INFO STEP 1066 (remove_files) COMPLETE
76932024-12-21T05:07:54.585Z[ recovery-image] Dec 21 05:07:53.829 INFO O| Dec 21 05:07:53.829 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76942024-12-21T05:07:54.617Z[ recovery-image] Dec 21 05:07:53.873 INFO O| Dec 21 05:07:53.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
76952024-12-21T05:07:54.617Z[ recovery-image] Dec 21 05:07:53.873 INFO O| Dec 21 05:07:53.873 INFO STEP 1067 (remove_files) COMPLETE
76962024-12-21T05:07:54.617Z[ recovery-image] Dec 21 05:07:53.873 INFO O| Dec 21 05:07:53.873 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76972024-12-21T05:07:54.633Z[ recovery-image] Dec 21 05:07:53.889 INFO O| Dec 21 05:07:53.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
76982024-12-21T05:07:54.633Z[ recovery-image] Dec 21 05:07:53.889 INFO O| Dec 21 05:07:53.889 INFO STEP 1068 (remove_files) COMPLETE
76992024-12-21T05:07:54.636Z[ recovery-image] Dec 21 05:07:53.889 INFO O| Dec 21 05:07:53.889 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77002024-12-21T05:07:54.649Z[ recovery-image] Dec 21 05:07:53.905 INFO O| Dec 21 05:07:53.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
77012024-12-21T05:07:54.649Z[ recovery-image] Dec 21 05:07:53.905 INFO O| Dec 21 05:07:53.905 INFO STEP 1069 (remove_files) COMPLETE
77022024-12-21T05:07:54.649Z[ recovery-image] Dec 21 05:07:53.905 INFO O| Dec 21 05:07:53.905 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77032024-12-21T05:07:54.663Z[ recovery-image] Dec 21 05:07:53.919 INFO O| Dec 21 05:07:53.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
77042024-12-21T05:07:54.663Z[ recovery-image] Dec 21 05:07:53.919 INFO O| Dec 21 05:07:53.919 INFO STEP 1070 (remove_files) COMPLETE
77052024-12-21T05:07:54.667Z[ recovery-image] Dec 21 05:07:53.919 INFO O| Dec 21 05:07:53.919 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77062024-12-21T05:07:54.676Z[ recovery-image] Dec 21 05:07:53.932 INFO O| Dec 21 05:07:53.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
77072024-12-21T05:07:54.676Z[ recovery-image] Dec 21 05:07:53.932 INFO O| Dec 21 05:07:53.932 INFO STEP 1071 (remove_files) COMPLETE
77082024-12-21T05:07:54.681Z[ recovery-image] Dec 21 05:07:53.932 INFO O| Dec 21 05:07:53.932 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77092024-12-21T05:07:54.691Z[ recovery-image] Dec 21 05:07:53.947 INFO O| Dec 21 05:07:53.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
77102024-12-21T05:07:54.691Z[ recovery-image] Dec 21 05:07:53.947 INFO O| Dec 21 05:07:53.947 INFO STEP 1072 (remove_files) COMPLETE
77112024-12-21T05:07:54.694Z[ recovery-image] Dec 21 05:07:53.947 INFO O| Dec 21 05:07:53.947 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77122024-12-21T05:07:54.707Z[ recovery-image] Dec 21 05:07:53.962 INFO O| Dec 21 05:07:53.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
77132024-12-21T05:07:54.707Z[ recovery-image] Dec 21 05:07:53.962 INFO O| Dec 21 05:07:53.962 INFO STEP 1073 (remove_files) COMPLETE
77142024-12-21T05:07:54.711Z[ recovery-image] Dec 21 05:07:53.962 INFO O| Dec 21 05:07:53.962 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77152024-12-21T05:07:54.723Z[ recovery-image] Dec 21 05:07:53.976 INFO O| Dec 21 05:07:53.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
77162024-12-21T05:07:54.723Z[ recovery-image] Dec 21 05:07:53.976 INFO O| Dec 21 05:07:53.976 INFO STEP 1074 (remove_files) COMPLETE
77172024-12-21T05:07:54.726Z[ recovery-image] Dec 21 05:07:53.976 INFO O| Dec 21 05:07:53.976 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77182024-12-21T05:07:54.733Z[ recovery-image] Dec 21 05:07:53.990 INFO O| Dec 21 05:07:53.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
77192024-12-21T05:07:54.733Z[ recovery-image] Dec 21 05:07:53.990 INFO O| Dec 21 05:07:53.990 INFO STEP 1075 (remove_files) COMPLETE
77202024-12-21T05:07:54.737Z[ recovery-image] Dec 21 05:07:53.990 INFO O| Dec 21 05:07:53.990 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77212024-12-21T05:07:54.748Z[ recovery-image] Dec 21 05:07:54.003 INFO O| Dec 21 05:07:54.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
77222024-12-21T05:07:54.748Z[ recovery-image] Dec 21 05:07:54.003 INFO O| Dec 21 05:07:54.003 INFO STEP 1076 (remove_files) COMPLETE
77232024-12-21T05:07:54.751Z[ recovery-image] Dec 21 05:07:54.003 INFO O| Dec 21 05:07:54.003 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77242024-12-21T05:07:54.760Z[ recovery-image] Dec 21 05:07:54.016 INFO O| Dec 21 05:07:54.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
77252024-12-21T05:07:54.760Z[ recovery-image] Dec 21 05:07:54.016 INFO O| Dec 21 05:07:54.016 INFO STEP 1077 (remove_files) COMPLETE
77262024-12-21T05:07:54.762Z[ recovery-image] Dec 21 05:07:54.016 INFO O| Dec 21 05:07:54.016 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77272024-12-21T05:07:54.775Z[ recovery-image] Dec 21 05:07:54.032 INFO O| Dec 21 05:07:54.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
77282024-12-21T05:07:54.775Z[ recovery-image] Dec 21 05:07:54.032 INFO O| Dec 21 05:07:54.032 INFO STEP 1078 (remove_files) COMPLETE
77292024-12-21T05:07:54.775Z[ recovery-image] Dec 21 05:07:54.032 INFO O| Dec 21 05:07:54.032 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77302024-12-21T05:07:54.791Z[ recovery-image] Dec 21 05:07:54.047 INFO O| Dec 21 05:07:54.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
77312024-12-21T05:07:54.791Z[ recovery-image] Dec 21 05:07:54.047 INFO O| Dec 21 05:07:54.047 INFO STEP 1079 (remove_files) COMPLETE
77322024-12-21T05:07:54.791Z[ recovery-image] Dec 21 05:07:54.047 INFO O| Dec 21 05:07:54.047 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77332024-12-21T05:07:54.807Z[ recovery-image] Dec 21 05:07:54.063 INFO O| Dec 21 05:07:54.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
77342024-12-21T05:07:54.809Z[ recovery-image] Dec 21 05:07:54.063 INFO O| Dec 21 05:07:54.063 INFO STEP 1080 (remove_files) COMPLETE
77352024-12-21T05:07:54.809Z[ recovery-image] Dec 21 05:07:54.063 INFO O| Dec 21 05:07:54.063 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77362024-12-21T05:07:54.822Z[ recovery-image] Dec 21 05:07:54.078 INFO O| Dec 21 05:07:54.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
77372024-12-21T05:07:54.822Z[ recovery-image] Dec 21 05:07:54.078 INFO O| Dec 21 05:07:54.078 INFO STEP 1081 (remove_files) COMPLETE
77382024-12-21T05:07:54.825Z[ recovery-image] Dec 21 05:07:54.078 INFO O| Dec 21 05:07:54.078 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77392024-12-21T05:07:54.838Z[ recovery-image] Dec 21 05:07:54.094 INFO O| Dec 21 05:07:54.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
77402024-12-21T05:07:54.838Z[ recovery-image] Dec 21 05:07:54.094 INFO O| Dec 21 05:07:54.094 INFO STEP 1082 (remove_files) COMPLETE
77412024-12-21T05:07:54.838Z[ recovery-image] Dec 21 05:07:54.094 INFO O| Dec 21 05:07:54.094 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77422024-12-21T05:07:54.852Z[ recovery-image] Dec 21 05:07:54.109 INFO O| Dec 21 05:07:54.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
77432024-12-21T05:07:54.855Z[ recovery-image] Dec 21 05:07:54.109 INFO O| Dec 21 05:07:54.109 INFO STEP 1083 (remove_files) COMPLETE
77442024-12-21T05:07:54.855Z[ recovery-image] Dec 21 05:07:54.109 INFO O| Dec 21 05:07:54.109 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77452024-12-21T05:07:54.867Z[ recovery-image] Dec 21 05:07:54.123 INFO O| Dec 21 05:07:54.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
77462024-12-21T05:07:54.870Z[ recovery-image] Dec 21 05:07:54.123 INFO O| Dec 21 05:07:54.123 INFO STEP 1084 (remove_files) COMPLETE
77472024-12-21T05:07:54.871Z[ recovery-image] Dec 21 05:07:54.123 INFO O| Dec 21 05:07:54.123 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77482024-12-21T05:07:54.880Z[ recovery-image] Dec 21 05:07:54.136 INFO O| Dec 21 05:07:54.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
77492024-12-21T05:07:54.884Z[ recovery-image] Dec 21 05:07:54.136 INFO O| Dec 21 05:07:54.136 INFO STEP 1085 (remove_files) COMPLETE
77502024-12-21T05:07:54.884Z[ recovery-image] Dec 21 05:07:54.136 INFO O| Dec 21 05:07:54.136 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77512024-12-21T05:07:54.894Z[ recovery-image] Dec 21 05:07:54.150 INFO O| Dec 21 05:07:54.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
77522024-12-21T05:07:54.894Z[ recovery-image] Dec 21 05:07:54.150 INFO O| Dec 21 05:07:54.150 INFO STEP 1086 (remove_files) COMPLETE
77532024-12-21T05:07:54.898Z[ recovery-image] Dec 21 05:07:54.151 INFO O| Dec 21 05:07:54.150 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77542024-12-21T05:07:54.906Z[ recovery-image] Dec 21 05:07:54.162 INFO O| Dec 21 05:07:54.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
77552024-12-21T05:07:54.906Z[ recovery-image] Dec 21 05:07:54.162 INFO O| Dec 21 05:07:54.162 INFO STEP 1087 (remove_files) COMPLETE
77562024-12-21T05:07:54.906Z[ recovery-image] Dec 21 05:07:54.163 INFO O| Dec 21 05:07:54.162 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77572024-12-21T05:07:54.919Z[ recovery-image] Dec 21 05:07:54.175 INFO O| Dec 21 05:07:54.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
77582024-12-21T05:07:54.919Z[ recovery-image] Dec 21 05:07:54.175 INFO O| Dec 21 05:07:54.175 INFO STEP 1088 (remove_files) COMPLETE
77592024-12-21T05:07:54.919Z[ recovery-image] Dec 21 05:07:54.175 INFO O| Dec 21 05:07:54.175 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77602024-12-21T05:07:54.935Z[ recovery-image] Dec 21 05:07:54.191 INFO O| Dec 21 05:07:54.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
77612024-12-21T05:07:54.935Z[ recovery-image] Dec 21 05:07:54.191 INFO O| Dec 21 05:07:54.191 INFO STEP 1089 (remove_files) COMPLETE
77622024-12-21T05:07:54.939Z[ recovery-image] Dec 21 05:07:54.191 INFO O| Dec 21 05:07:54.191 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77632024-12-21T05:07:54.951Z[ recovery-image] Dec 21 05:07:54.207 INFO O| Dec 21 05:07:54.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
77642024-12-21T05:07:54.951Z[ recovery-image] Dec 21 05:07:54.207 INFO O| Dec 21 05:07:54.207 INFO STEP 1090 (remove_files) COMPLETE
77652024-12-21T05:07:54.954Z[ recovery-image] Dec 21 05:07:54.207 INFO O| Dec 21 05:07:54.207 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77662024-12-21T05:07:54.963Z[ recovery-image] Dec 21 05:07:54.219 INFO O| Dec 21 05:07:54.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
77672024-12-21T05:07:54.966Z[ recovery-image] Dec 21 05:07:54.219 INFO O| Dec 21 05:07:54.219 INFO STEP 1091 (remove_files) COMPLETE
77682024-12-21T05:07:54.966Z[ recovery-image] Dec 21 05:07:54.219 INFO O| Dec 21 05:07:54.219 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77692024-12-21T05:07:54.975Z[ recovery-image] Dec 21 05:07:54.232 INFO O| Dec 21 05:07:54.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
77702024-12-21T05:07:54.976Z[ recovery-image] Dec 21 05:07:54.232 INFO O| Dec 21 05:07:54.232 INFO STEP 1092 (remove_files) COMPLETE
77712024-12-21T05:07:54.976Z[ recovery-image] Dec 21 05:07:54.232 INFO O| Dec 21 05:07:54.232 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77722024-12-21T05:07:54.990Z[ recovery-image] Dec 21 05:07:54.246 INFO O| Dec 21 05:07:54.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
77732024-12-21T05:07:54.992Z[ recovery-image] Dec 21 05:07:54.246 INFO O| Dec 21 05:07:54.246 INFO STEP 1093 (remove_files) COMPLETE
77742024-12-21T05:07:54.992Z[ recovery-image] Dec 21 05:07:54.246 INFO O| Dec 21 05:07:54.246 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77752024-12-21T05:07:55.004Z[ recovery-image] Dec 21 05:07:54.260 INFO O| Dec 21 05:07:54.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
77762024-12-21T05:07:55.007Z[ recovery-image] Dec 21 05:07:54.261 INFO O| Dec 21 05:07:54.261 INFO STEP 1094 (remove_files) COMPLETE
77772024-12-21T05:07:55.007Z[ recovery-image] Dec 21 05:07:54.261 INFO O| Dec 21 05:07:54.261 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77782024-12-21T05:07:55.019Z[ recovery-image] Dec 21 05:07:54.276 INFO O| Dec 21 05:07:54.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
77792024-12-21T05:07:55.019Z[ recovery-image] Dec 21 05:07:54.276 INFO O| Dec 21 05:07:54.276 INFO STEP 1095 (remove_files) COMPLETE
77802024-12-21T05:07:55.019Z[ recovery-image] Dec 21 05:07:54.276 INFO O| Dec 21 05:07:54.276 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77812024-12-21T05:07:55.033Z[ recovery-image] Dec 21 05:07:54.289 INFO O| Dec 21 05:07:54.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
77822024-12-21T05:07:55.033Z[ recovery-image] Dec 21 05:07:54.289 INFO O| Dec 21 05:07:54.289 INFO STEP 1096 (remove_files) COMPLETE
77832024-12-21T05:07:55.035Z[ recovery-image] Dec 21 05:07:54.289 INFO O| Dec 21 05:07:54.289 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77842024-12-21T05:07:55.046Z[ recovery-image] Dec 21 05:07:54.303 INFO O| Dec 21 05:07:54.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
77852024-12-21T05:07:55.050Z[ recovery-image] Dec 21 05:07:54.303 INFO O| Dec 21 05:07:54.303 INFO STEP 1097 (remove_files) COMPLETE
77862024-12-21T05:07:55.050Z[ recovery-image] Dec 21 05:07:54.303 INFO O| Dec 21 05:07:54.303 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77872024-12-21T05:07:55.064Z[ recovery-image] Dec 21 05:07:54.318 INFO O| Dec 21 05:07:54.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
77882024-12-21T05:07:55.064Z[ recovery-image] Dec 21 05:07:54.318 INFO O| Dec 21 05:07:54.318 INFO STEP 1098 (remove_files) COMPLETE
77892024-12-21T05:07:55.064Z[ recovery-image] Dec 21 05:07:54.318 INFO O| Dec 21 05:07:54.318 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77902024-12-21T05:07:55.076Z[ recovery-image] Dec 21 05:07:54.332 INFO O| Dec 21 05:07:54.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
77912024-12-21T05:07:55.076Z[ recovery-image] Dec 21 05:07:54.332 INFO O| Dec 21 05:07:54.332 INFO STEP 1099 (remove_files) COMPLETE
77922024-12-21T05:07:55.076Z[ recovery-image] Dec 21 05:07:54.332 INFO O| Dec 21 05:07:54.332 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77932024-12-21T05:07:55.090Z[ recovery-image] Dec 21 05:07:54.346 INFO O| Dec 21 05:07:54.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
77942024-12-21T05:07:55.090Z[ recovery-image] Dec 21 05:07:54.346 INFO O| Dec 21 05:07:54.346 INFO STEP 1100 (remove_files) COMPLETE
77952024-12-21T05:07:55.090Z[ recovery-image] Dec 21 05:07:54.346 INFO O| Dec 21 05:07:54.346 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77962024-12-21T05:07:55.105Z[ recovery-image] Dec 21 05:07:54.361 INFO O| Dec 21 05:07:54.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
77972024-12-21T05:07:55.109Z[ recovery-image] Dec 21 05:07:54.361 INFO O| Dec 21 05:07:54.361 INFO STEP 1101 (remove_files) COMPLETE
77982024-12-21T05:07:55.109Z[ recovery-image] Dec 21 05:07:54.361 INFO O| Dec 21 05:07:54.361 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77992024-12-21T05:07:55.120Z[ recovery-image] Dec 21 05:07:54.375 INFO O| Dec 21 05:07:54.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
78002024-12-21T05:07:55.120Z[ recovery-image] Dec 21 05:07:54.375 INFO O| Dec 21 05:07:54.375 INFO STEP 1102 (remove_files) COMPLETE
78012024-12-21T05:07:55.124Z[ recovery-image] Dec 21 05:07:54.375 INFO O| Dec 21 05:07:54.375 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78022024-12-21T05:07:55.132Z[ recovery-image] Dec 21 05:07:54.388 INFO O| Dec 21 05:07:54.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
78032024-12-21T05:07:55.132Z[ recovery-image] Dec 21 05:07:54.388 INFO O| Dec 21 05:07:54.388 INFO STEP 1103 (remove_files) COMPLETE
78042024-12-21T05:07:55.132Z[ recovery-image] Dec 21 05:07:54.388 INFO O| Dec 21 05:07:54.388 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78052024-12-21T05:07:55.147Z[ recovery-image] Dec 21 05:07:54.402 INFO O| Dec 21 05:07:54.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
78062024-12-21T05:07:55.147Z[ recovery-image] Dec 21 05:07:54.403 INFO O| Dec 21 05:07:54.402 INFO STEP 1104 (remove_files) COMPLETE
78072024-12-21T05:07:55.147Z[ recovery-image] Dec 21 05:07:54.403 INFO O| Dec 21 05:07:54.403 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78082024-12-21T05:07:55.161Z[ recovery-image] Dec 21 05:07:54.417 INFO O| Dec 21 05:07:54.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
78092024-12-21T05:07:55.161Z[ recovery-image] Dec 21 05:07:54.417 INFO O| Dec 21 05:07:54.417 INFO STEP 1105 (remove_files) COMPLETE
78102024-12-21T05:07:55.164Z[ recovery-image] Dec 21 05:07:54.417 INFO O| Dec 21 05:07:54.417 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78112024-12-21T05:07:55.174Z[ recovery-image] Dec 21 05:07:54.430 INFO O| Dec 21 05:07:54.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
78122024-12-21T05:07:55.174Z[ recovery-image] Dec 21 05:07:54.430 INFO O| Dec 21 05:07:54.430 INFO STEP 1106 (remove_files) COMPLETE
78132024-12-21T05:07:55.174Z[ recovery-image] Dec 21 05:07:54.430 INFO O| Dec 21 05:07:54.430 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78142024-12-21T05:07:55.190Z[ recovery-image] Dec 21 05:07:54.445 INFO O| Dec 21 05:07:54.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
78152024-12-21T05:07:55.190Z[ recovery-image] Dec 21 05:07:54.445 INFO O| Dec 21 05:07:54.445 INFO STEP 1107 (remove_files) COMPLETE
78162024-12-21T05:07:55.194Z[ recovery-image] Dec 21 05:07:54.446 INFO O| Dec 21 05:07:54.445 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78172024-12-21T05:07:55.202Z[ recovery-image] Dec 21 05:07:54.459 INFO O| Dec 21 05:07:54.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
78182024-12-21T05:07:55.202Z[ recovery-image] Dec 21 05:07:54.459 INFO O| Dec 21 05:07:54.459 INFO STEP 1108 (remove_files) COMPLETE
78192024-12-21T05:07:55.206Z[ recovery-image] Dec 21 05:07:54.459 INFO O| Dec 21 05:07:54.459 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78202024-12-21T05:07:55.217Z[ recovery-image] Dec 21 05:07:54.473 INFO O| Dec 21 05:07:54.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
78212024-12-21T05:07:55.221Z[ recovery-image] Dec 21 05:07:54.473 INFO O| Dec 21 05:07:54.473 INFO STEP 1109 (remove_files) COMPLETE
78222024-12-21T05:07:55.221Z[ recovery-image] Dec 21 05:07:54.473 INFO O| Dec 21 05:07:54.473 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78232024-12-21T05:07:55.230Z[ recovery-image] Dec 21 05:07:54.487 INFO O| Dec 21 05:07:54.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
78242024-12-21T05:07:55.230Z[ recovery-image] Dec 21 05:07:54.487 INFO O| Dec 21 05:07:54.487 INFO STEP 1110 (remove_files) COMPLETE
78252024-12-21T05:07:55.230Z[ recovery-image] Dec 21 05:07:54.487 INFO O| Dec 21 05:07:54.487 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78262024-12-21T05:07:55.243Z[ recovery-image] Dec 21 05:07:54.499 INFO O| Dec 21 05:07:54.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
78272024-12-21T05:07:55.243Z[ recovery-image] Dec 21 05:07:54.499 INFO O| Dec 21 05:07:54.499 INFO STEP 1111 (remove_files) COMPLETE
78282024-12-21T05:07:55.246Z[ recovery-image] Dec 21 05:07:54.500 INFO O| Dec 21 05:07:54.499 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78292024-12-21T05:07:55.257Z[ recovery-image] Dec 21 05:07:54.514 INFO O| Dec 21 05:07:54.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
78302024-12-21T05:07:55.257Z[ recovery-image] Dec 21 05:07:54.514 INFO O| Dec 21 05:07:54.514 INFO STEP 1112 (remove_files) COMPLETE
78312024-12-21T05:07:55.260Z[ recovery-image] Dec 21 05:07:54.514 INFO O| Dec 21 05:07:54.514 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78322024-12-21T05:07:55.273Z[ recovery-image] Dec 21 05:07:54.527 INFO O| Dec 21 05:07:54.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
78332024-12-21T05:07:55.273Z[ recovery-image] Dec 21 05:07:54.527 INFO O| Dec 21 05:07:54.527 INFO STEP 1113 (remove_files) COMPLETE
78342024-12-21T05:07:55.273Z[ recovery-image] Dec 21 05:07:54.527 INFO O| Dec 21 05:07:54.527 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78352024-12-21T05:07:55.286Z[ recovery-image] Dec 21 05:07:54.542 INFO O| Dec 21 05:07:54.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
78362024-12-21T05:07:55.286Z[ recovery-image] Dec 21 05:07:54.542 INFO O| Dec 21 05:07:54.542 INFO STEP 1114 (remove_files) COMPLETE
78372024-12-21T05:07:55.286Z[ recovery-image] Dec 21 05:07:54.542 INFO O| Dec 21 05:07:54.542 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78382024-12-21T05:07:55.301Z[ recovery-image] Dec 21 05:07:54.556 INFO O| Dec 21 05:07:54.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
78392024-12-21T05:07:55.301Z[ recovery-image] Dec 21 05:07:54.556 INFO O| Dec 21 05:07:54.556 INFO STEP 1115 (remove_files) COMPLETE
78402024-12-21T05:07:55.301Z[ recovery-image] Dec 21 05:07:54.556 INFO O| Dec 21 05:07:54.556 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78412024-12-21T05:07:55.312Z[ recovery-image] Dec 21 05:07:54.567 INFO O| Dec 21 05:07:54.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
78422024-12-21T05:07:55.312Z[ recovery-image] Dec 21 05:07:54.568 INFO O| Dec 21 05:07:54.567 INFO STEP 1116 (remove_files) COMPLETE
78432024-12-21T05:07:55.312Z[ recovery-image] Dec 21 05:07:54.568 INFO O| Dec 21 05:07:54.567 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78442024-12-21T05:07:55.326Z[ recovery-image] Dec 21 05:07:54.582 INFO O| Dec 21 05:07:54.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
78452024-12-21T05:07:55.326Z[ recovery-image] Dec 21 05:07:54.582 INFO O| Dec 21 05:07:54.582 INFO STEP 1117 (remove_files) COMPLETE
78462024-12-21T05:07:55.329Z[ recovery-image] Dec 21 05:07:54.582 INFO O| Dec 21 05:07:54.582 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78472024-12-21T05:07:55.342Z[ recovery-image] Dec 21 05:07:54.596 INFO O| Dec 21 05:07:54.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
78482024-12-21T05:07:55.342Z[ recovery-image] Dec 21 05:07:54.596 INFO O| Dec 21 05:07:54.596 INFO STEP 1118 (remove_files) COMPLETE
78492024-12-21T05:07:55.346Z[ recovery-image] Dec 21 05:07:54.596 INFO O| Dec 21 05:07:54.596 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78502024-12-21T05:07:55.353Z[ recovery-image] Dec 21 05:07:54.608 INFO O| Dec 21 05:07:54.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
78512024-12-21T05:07:55.353Z[ recovery-image] Dec 21 05:07:54.609 INFO O| Dec 21 05:07:54.609 INFO STEP 1119 (remove_files) COMPLETE
78522024-12-21T05:07:55.358Z[ recovery-image] Dec 21 05:07:54.609 INFO O| Dec 21 05:07:54.609 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78532024-12-21T05:07:55.365Z[ recovery-image] Dec 21 05:07:54.622 INFO O| Dec 21 05:07:54.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
78542024-12-21T05:07:55.365Z[ recovery-image] Dec 21 05:07:54.622 INFO O| Dec 21 05:07:54.622 INFO STEP 1120 (remove_files) COMPLETE
78552024-12-21T05:07:55.365Z[ recovery-image] Dec 21 05:07:54.622 INFO O| Dec 21 05:07:54.622 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78562024-12-21T05:07:55.379Z[ recovery-image] Dec 21 05:07:54.636 INFO O| Dec 21 05:07:54.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
78572024-12-21T05:07:55.380Z[ recovery-image] Dec 21 05:07:54.636 INFO O| Dec 21 05:07:54.636 INFO STEP 1121 (remove_files) COMPLETE
78582024-12-21T05:07:55.382Z[ recovery-image] Dec 21 05:07:54.636 INFO O| Dec 21 05:07:54.636 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78592024-12-21T05:07:55.395Z[ recovery-image] Dec 21 05:07:54.651 INFO O| Dec 21 05:07:54.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
78602024-12-21T05:07:55.395Z[ recovery-image] Dec 21 05:07:54.651 INFO O| Dec 21 05:07:54.651 INFO STEP 1122 (remove_files) COMPLETE
78612024-12-21T05:07:55.395Z[ recovery-image] Dec 21 05:07:54.651 INFO O| Dec 21 05:07:54.651 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78622024-12-21T05:07:55.408Z[ recovery-image] Dec 21 05:07:54.663 INFO O| Dec 21 05:07:54.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
78632024-12-21T05:07:55.408Z[ recovery-image] Dec 21 05:07:54.663 INFO O| Dec 21 05:07:54.663 INFO STEP 1123 (remove_files) COMPLETE
78642024-12-21T05:07:55.409Z[ recovery-image] Dec 21 05:07:54.663 INFO O| Dec 21 05:07:54.663 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78652024-12-21T05:07:55.420Z[ recovery-image] Dec 21 05:07:54.676 INFO O| Dec 21 05:07:54.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
78662024-12-21T05:07:55.420Z[ recovery-image] Dec 21 05:07:54.677 INFO O| Dec 21 05:07:54.677 INFO STEP 1124 (remove_files) COMPLETE
78672024-12-21T05:07:55.421Z[ recovery-image] Dec 21 05:07:54.677 INFO O| Dec 21 05:07:54.677 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78682024-12-21T05:07:55.434Z[ recovery-image] Dec 21 05:07:54.690 INFO O| Dec 21 05:07:54.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
78692024-12-21T05:07:55.434Z[ recovery-image] Dec 21 05:07:54.690 INFO O| Dec 21 05:07:54.690 INFO STEP 1125 (remove_files) COMPLETE
78702024-12-21T05:07:55.434Z[ recovery-image] Dec 21 05:07:54.690 INFO O| Dec 21 05:07:54.690 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78712024-12-21T05:07:55.447Z[ recovery-image] Dec 21 05:07:54.703 INFO O| Dec 21 05:07:54.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
78722024-12-21T05:07:55.447Z[ recovery-image] Dec 21 05:07:54.703 INFO O| Dec 21 05:07:54.703 INFO STEP 1126 (remove_files) COMPLETE
78732024-12-21T05:07:55.450Z[ recovery-image] Dec 21 05:07:54.703 INFO O| Dec 21 05:07:54.703 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78742024-12-21T05:07:55.462Z[ recovery-image] Dec 21 05:07:54.719 INFO O| Dec 21 05:07:54.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
78752024-12-21T05:07:55.462Z[ recovery-image] Dec 21 05:07:54.719 INFO O| Dec 21 05:07:54.719 INFO STEP 1127 (remove_files) COMPLETE
78762024-12-21T05:07:55.465Z[ recovery-image] Dec 21 05:07:54.719 INFO O| Dec 21 05:07:54.719 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78772024-12-21T05:07:55.477Z[ recovery-image] Dec 21 05:07:54.733 INFO O| Dec 21 05:07:54.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
78782024-12-21T05:07:55.477Z[ recovery-image] Dec 21 05:07:54.733 INFO O| Dec 21 05:07:54.733 INFO STEP 1128 (remove_files) COMPLETE
78792024-12-21T05:07:55.479Z[ recovery-image] Dec 21 05:07:54.733 INFO O| Dec 21 05:07:54.733 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78802024-12-21T05:07:55.491Z[ recovery-image] Dec 21 05:07:54.748 INFO O| Dec 21 05:07:54.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
78812024-12-21T05:07:55.491Z[ recovery-image] Dec 21 05:07:54.748 INFO O| Dec 21 05:07:54.748 INFO STEP 1129 (remove_files) COMPLETE
78822024-12-21T05:07:55.491Z[ recovery-image] Dec 21 05:07:54.748 INFO O| Dec 21 05:07:54.748 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78832024-12-21T05:07:55.506Z[ recovery-image] Dec 21 05:07:54.763 INFO O| Dec 21 05:07:54.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
78842024-12-21T05:07:55.506Z[ recovery-image] Dec 21 05:07:54.763 INFO O| Dec 21 05:07:54.763 INFO STEP 1130 (remove_files) COMPLETE
78852024-12-21T05:07:55.506Z[ recovery-image] Dec 21 05:07:54.763 INFO O| Dec 21 05:07:54.763 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78862024-12-21T05:07:55.523Z[ recovery-image] Dec 21 05:07:54.779 INFO O| Dec 21 05:07:54.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
78872024-12-21T05:07:55.523Z[ recovery-image] Dec 21 05:07:54.779 INFO O| Dec 21 05:07:54.779 INFO STEP 1131 (remove_files) COMPLETE
78882024-12-21T05:07:55.526Z[ recovery-image] Dec 21 05:07:54.779 INFO O| Dec 21 05:07:54.779 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78892024-12-21T05:07:55.536Z[ recovery-image] Dec 21 05:07:54.793 INFO O| Dec 21 05:07:54.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
78902024-12-21T05:07:55.536Z[ recovery-image] Dec 21 05:07:54.793 INFO O| Dec 21 05:07:54.793 INFO STEP 1132 (remove_files) COMPLETE
78912024-12-21T05:07:55.539Z[ recovery-image] Dec 21 05:07:54.793 INFO O| Dec 21 05:07:54.793 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78922024-12-21T05:07:55.549Z[ recovery-image] Dec 21 05:07:54.806 INFO O| Dec 21 05:07:54.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
78932024-12-21T05:07:55.549Z[ recovery-image] Dec 21 05:07:54.806 INFO O| Dec 21 05:07:54.806 INFO STEP 1133 (remove_files) COMPLETE
78942024-12-21T05:07:55.552Z[ recovery-image] Dec 21 05:07:54.806 INFO O| Dec 21 05:07:54.806 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78952024-12-21T05:07:55.564Z[ recovery-image] Dec 21 05:07:54.820 INFO O| Dec 21 05:07:54.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
78962024-12-21T05:07:55.564Z[ recovery-image] Dec 21 05:07:54.820 INFO O| Dec 21 05:07:54.820 INFO STEP 1134 (remove_files) COMPLETE
78972024-12-21T05:07:55.566Z[ recovery-image] Dec 21 05:07:54.820 INFO O| Dec 21 05:07:54.820 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78982024-12-21T05:07:55.579Z[ recovery-image] Dec 21 05:07:54.836 INFO O| Dec 21 05:07:54.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
78992024-12-21T05:07:55.582Z[ recovery-image] Dec 21 05:07:54.836 INFO O| Dec 21 05:07:54.836 INFO STEP 1135 (remove_files) COMPLETE
79002024-12-21T05:07:55.582Z[ recovery-image] Dec 21 05:07:54.836 INFO O| Dec 21 05:07:54.836 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79012024-12-21T05:07:55.591Z[ recovery-image] Dec 21 05:07:54.848 INFO O| Dec 21 05:07:54.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
79022024-12-21T05:07:55.594Z[ recovery-image] Dec 21 05:07:54.848 INFO O| Dec 21 05:07:54.848 INFO STEP 1136 (remove_files) COMPLETE
79032024-12-21T05:07:55.594Z[ recovery-image] Dec 21 05:07:54.848 INFO O| Dec 21 05:07:54.848 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79042024-12-21T05:07:55.603Z[ recovery-image] Dec 21 05:07:54.860 INFO O| Dec 21 05:07:54.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
79052024-12-21T05:07:55.603Z[ recovery-image] Dec 21 05:07:54.860 INFO O| Dec 21 05:07:54.860 INFO STEP 1137 (remove_files) COMPLETE
79062024-12-21T05:07:55.607Z[ recovery-image] Dec 21 05:07:54.860 INFO O| Dec 21 05:07:54.860 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79072024-12-21T05:07:55.614Z[ recovery-image] Dec 21 05:07:54.871 INFO O| Dec 21 05:07:54.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
79082024-12-21T05:07:55.614Z[ recovery-image] Dec 21 05:07:54.871 INFO O| Dec 21 05:07:54.871 INFO STEP 1138 (remove_files) COMPLETE
79092024-12-21T05:07:55.614Z[ recovery-image] Dec 21 05:07:54.871 INFO O| Dec 21 05:07:54.871 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79102024-12-21T05:07:55.630Z[ recovery-image] Dec 21 05:07:54.886 INFO O| Dec 21 05:07:54.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
79112024-12-21T05:07:55.630Z[ recovery-image] Dec 21 05:07:54.886 INFO O| Dec 21 05:07:54.886 INFO STEP 1139 (remove_files) COMPLETE
79122024-12-21T05:07:55.633Z[ recovery-image] Dec 21 05:07:54.886 INFO O| Dec 21 05:07:54.886 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79132024-12-21T05:07:55.643Z[ recovery-image] Dec 21 05:07:54.899 INFO O| Dec 21 05:07:54.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
79142024-12-21T05:07:55.646Z[ recovery-image] Dec 21 05:07:54.900 INFO O| Dec 21 05:07:54.900 INFO STEP 1140 (remove_files) COMPLETE
79152024-12-21T05:07:55.646Z[ recovery-image] Dec 21 05:07:54.900 INFO O| Dec 21 05:07:54.900 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79162024-12-21T05:07:55.657Z[ recovery-image] Dec 21 05:07:54.913 INFO O| Dec 21 05:07:54.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
79172024-12-21T05:07:55.659Z[ recovery-image] Dec 21 05:07:54.914 INFO O| Dec 21 05:07:54.914 INFO STEP 1141 (remove_files) COMPLETE
79182024-12-21T05:07:55.659Z[ recovery-image] Dec 21 05:07:54.914 INFO O| Dec 21 05:07:54.914 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79192024-12-21T05:07:55.669Z[ recovery-image] Dec 21 05:07:54.926 INFO O| Dec 21 05:07:54.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
79202024-12-21T05:07:55.669Z[ recovery-image] Dec 21 05:07:54.926 INFO O| Dec 21 05:07:54.926 INFO STEP 1142 (remove_files) COMPLETE
79212024-12-21T05:07:55.669Z[ recovery-image] Dec 21 05:07:54.926 INFO O| Dec 21 05:07:54.926 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79222024-12-21T05:07:55.680Z[ recovery-image] Dec 21 05:07:54.936 INFO O| Dec 21 05:07:54.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
79232024-12-21T05:07:55.680Z[ recovery-image] Dec 21 05:07:54.937 INFO O| Dec 21 05:07:54.937 INFO STEP 1143 (remove_files) COMPLETE
79242024-12-21T05:07:55.682Z[ recovery-image] Dec 21 05:07:54.937 INFO O| Dec 21 05:07:54.937 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79252024-12-21T05:07:55.694Z[ recovery-image] Dec 21 05:07:54.951 INFO O| Dec 21 05:07:54.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
79262024-12-21T05:07:55.694Z[ recovery-image] Dec 21 05:07:54.951 INFO O| Dec 21 05:07:54.951 INFO STEP 1144 (remove_files) COMPLETE
79272024-12-21T05:07:55.694Z[ recovery-image] Dec 21 05:07:54.951 INFO O| Dec 21 05:07:54.951 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79282024-12-21T05:07:55.708Z[ recovery-image] Dec 21 05:07:54.965 INFO O| Dec 21 05:07:54.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
79292024-12-21T05:07:55.708Z[ recovery-image] Dec 21 05:07:54.965 INFO O| Dec 21 05:07:54.965 INFO STEP 1145 (remove_files) COMPLETE
79302024-12-21T05:07:55.712Z[ recovery-image] Dec 21 05:07:54.965 INFO O| Dec 21 05:07:54.965 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79312024-12-21T05:07:55.723Z[ recovery-image] Dec 21 05:07:54.979 INFO O| Dec 21 05:07:54.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
79322024-12-21T05:07:55.723Z[ recovery-image] Dec 21 05:07:54.979 INFO O| Dec 21 05:07:54.979 INFO STEP 1146 (remove_files) COMPLETE
79332024-12-21T05:07:55.723Z[ recovery-image] Dec 21 05:07:54.979 INFO O| Dec 21 05:07:54.979 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79342024-12-21T05:07:55.738Z[ recovery-image] Dec 21 05:07:54.994 INFO O| Dec 21 05:07:54.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
79352024-12-21T05:07:55.738Z[ recovery-image] Dec 21 05:07:54.995 INFO O| Dec 21 05:07:54.994 INFO STEP 1147 (remove_files) COMPLETE
79362024-12-21T05:07:55.738Z[ recovery-image] Dec 21 05:07:54.995 INFO O| Dec 21 05:07:54.995 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79372024-12-21T05:07:55.753Z[ recovery-image] Dec 21 05:07:55.010 INFO O| Dec 21 05:07:55.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
79382024-12-21T05:07:55.756Z[ recovery-image] Dec 21 05:07:55.010 INFO O| Dec 21 05:07:55.010 INFO STEP 1148 (remove_files) COMPLETE
79392024-12-21T05:07:55.756Z[ recovery-image] Dec 21 05:07:55.010 INFO O| Dec 21 05:07:55.010 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79402024-12-21T05:07:55.769Z[ recovery-image] Dec 21 05:07:55.026 INFO O| Dec 21 05:07:55.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
79412024-12-21T05:07:55.769Z[ recovery-image] Dec 21 05:07:55.026 INFO O| Dec 21 05:07:55.026 INFO STEP 1149 (remove_files) COMPLETE
79422024-12-21T05:07:55.769Z[ recovery-image] Dec 21 05:07:55.026 INFO O| Dec 21 05:07:55.026 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79432024-12-21T05:07:55.784Z[ recovery-image] Dec 21 05:07:55.041 INFO O| Dec 21 05:07:55.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
79442024-12-21T05:07:55.786Z[ recovery-image] Dec 21 05:07:55.041 INFO O| Dec 21 05:07:55.041 INFO STEP 1150 (remove_files) COMPLETE
79452024-12-21T05:07:55.786Z[ recovery-image] Dec 21 05:07:55.041 INFO O| Dec 21 05:07:55.041 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79462024-12-21T05:07:55.797Z[ recovery-image] Dec 21 05:07:55.054 INFO O| Dec 21 05:07:55.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
79472024-12-21T05:07:55.800Z[ recovery-image] Dec 21 05:07:55.055 INFO O| Dec 21 05:07:55.055 INFO STEP 1151 (remove_files) COMPLETE
79482024-12-21T05:07:55.800Z[ recovery-image] Dec 21 05:07:55.055 INFO O| Dec 21 05:07:55.055 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79492024-12-21T05:07:55.811Z[ recovery-image] Dec 21 05:07:55.068 INFO O| Dec 21 05:07:55.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
79502024-12-21T05:07:55.811Z[ recovery-image] Dec 21 05:07:55.068 INFO O| Dec 21 05:07:55.068 INFO STEP 1152 (remove_files) COMPLETE
79512024-12-21T05:07:55.811Z[ recovery-image] Dec 21 05:07:55.068 INFO O| Dec 21 05:07:55.068 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79522024-12-21T05:07:55.827Z[ recovery-image] Dec 21 05:07:55.081 INFO O| Dec 21 05:07:55.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
79532024-12-21T05:07:55.827Z[ recovery-image] Dec 21 05:07:55.081 INFO O| Dec 21 05:07:55.081 INFO STEP 1153 (remove_files) COMPLETE
79542024-12-21T05:07:55.829Z[ recovery-image] Dec 21 05:07:55.082 INFO O| Dec 21 05:07:55.081 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79552024-12-21T05:07:55.840Z[ recovery-image] Dec 21 05:07:55.097 INFO O| Dec 21 05:07:55.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
79562024-12-21T05:07:55.840Z[ recovery-image] Dec 21 05:07:55.097 INFO O| Dec 21 05:07:55.097 INFO STEP 1154 (remove_files) COMPLETE
79572024-12-21T05:07:55.840Z[ recovery-image] Dec 21 05:07:55.097 INFO O| Dec 21 05:07:55.097 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79582024-12-21T05:07:55.852Z[ recovery-image] Dec 21 05:07:55.109 INFO O| Dec 21 05:07:55.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
79592024-12-21T05:07:55.852Z[ recovery-image] Dec 21 05:07:55.109 INFO O| Dec 21 05:07:55.109 INFO STEP 1155 (remove_files) COMPLETE
79602024-12-21T05:07:55.855Z[ recovery-image] Dec 21 05:07:55.109 INFO O| Dec 21 05:07:55.109 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79612024-12-21T05:07:55.865Z[ recovery-image] Dec 21 05:07:55.122 INFO O| Dec 21 05:07:55.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
79622024-12-21T05:07:55.868Z[ recovery-image] Dec 21 05:07:55.122 INFO O| Dec 21 05:07:55.122 INFO STEP 1156 (remove_files) COMPLETE
79632024-12-21T05:07:55.868Z[ recovery-image] Dec 21 05:07:55.122 INFO O| Dec 21 05:07:55.122 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79642024-12-21T05:07:55.878Z[ recovery-image] Dec 21 05:07:55.135 INFO O| Dec 21 05:07:55.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
79652024-12-21T05:07:55.879Z[ recovery-image] Dec 21 05:07:55.135 INFO O| Dec 21 05:07:55.135 INFO STEP 1157 (remove_files) COMPLETE
79662024-12-21T05:07:55.879Z[ recovery-image] Dec 21 05:07:55.135 INFO O| Dec 21 05:07:55.135 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79672024-12-21T05:07:55.892Z[ recovery-image] Dec 21 05:07:55.149 INFO O| Dec 21 05:07:55.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
79682024-12-21T05:07:55.892Z[ recovery-image] Dec 21 05:07:55.149 INFO O| Dec 21 05:07:55.149 INFO STEP 1158 (remove_files) COMPLETE
79692024-12-21T05:07:55.892Z[ recovery-image] Dec 21 05:07:55.149 INFO O| Dec 21 05:07:55.149 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79702024-12-21T05:07:55.905Z[ recovery-image] Dec 21 05:07:55.162 INFO O| Dec 21 05:07:55.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
79712024-12-21T05:07:55.905Z[ recovery-image] Dec 21 05:07:55.162 INFO O| Dec 21 05:07:55.162 INFO STEP 1159 (remove_files) COMPLETE
79722024-12-21T05:07:55.905Z[ recovery-image] Dec 21 05:07:55.162 INFO O| Dec 21 05:07:55.162 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79732024-12-21T05:07:55.917Z[ recovery-image] Dec 21 05:07:55.174 INFO O| Dec 21 05:07:55.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
79742024-12-21T05:07:55.917Z[ recovery-image] Dec 21 05:07:55.174 INFO O| Dec 21 05:07:55.174 INFO STEP 1160 (remove_files) COMPLETE
79752024-12-21T05:07:55.920Z[ recovery-image] Dec 21 05:07:55.174 INFO O| Dec 21 05:07:55.174 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79762024-12-21T05:07:55.931Z[ recovery-image] Dec 21 05:07:55.188 INFO O| Dec 21 05:07:55.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
79772024-12-21T05:07:55.931Z[ recovery-image] Dec 21 05:07:55.188 INFO O| Dec 21 05:07:55.188 INFO STEP 1161 (remove_files) COMPLETE
79782024-12-21T05:07:55.933Z[ recovery-image] Dec 21 05:07:55.188 INFO O| Dec 21 05:07:55.188 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79792024-12-21T05:07:55.943Z[ recovery-image] Dec 21 05:07:55.200 INFO O| Dec 21 05:07:55.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
79802024-12-21T05:07:55.943Z[ recovery-image] Dec 21 05:07:55.200 INFO O| Dec 21 05:07:55.200 INFO STEP 1162 (remove_files) COMPLETE
79812024-12-21T05:07:55.946Z[ recovery-image] Dec 21 05:07:55.200 INFO O| Dec 21 05:07:55.200 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79822024-12-21T05:07:55.957Z[ recovery-image] Dec 21 05:07:55.212 INFO O| Dec 21 05:07:55.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
79832024-12-21T05:07:55.957Z[ recovery-image] Dec 21 05:07:55.212 INFO O| Dec 21 05:07:55.212 INFO STEP 1163 (remove_files) COMPLETE
79842024-12-21T05:07:55.960Z[ recovery-image] Dec 21 05:07:55.212 INFO O| Dec 21 05:07:55.212 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79852024-12-21T05:07:55.967Z[ recovery-image] Dec 21 05:07:55.223 INFO O| Dec 21 05:07:55.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
79862024-12-21T05:07:55.967Z[ recovery-image] Dec 21 05:07:55.223 INFO O| Dec 21 05:07:55.223 INFO STEP 1164 (remove_files) COMPLETE
79872024-12-21T05:07:55.967Z[ recovery-image] Dec 21 05:07:55.223 INFO O| Dec 21 05:07:55.223 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79882024-12-21T05:07:55.980Z[ recovery-image] Dec 21 05:07:55.237 INFO O| Dec 21 05:07:55.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
79892024-12-21T05:07:55.980Z[ recovery-image] Dec 21 05:07:55.237 INFO O| Dec 21 05:07:55.237 INFO STEP 1165 (remove_files) COMPLETE
79902024-12-21T05:07:55.981Z[ recovery-image] Dec 21 05:07:55.237 INFO O| Dec 21 05:07:55.237 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79912024-12-21T05:07:55.994Z[ recovery-image] Dec 21 05:07:55.251 INFO O| Dec 21 05:07:55.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
79922024-12-21T05:07:55.994Z[ recovery-image] Dec 21 05:07:55.251 INFO O| Dec 21 05:07:55.251 INFO STEP 1166 (remove_files) COMPLETE
79932024-12-21T05:07:55.998Z[ recovery-image] Dec 21 05:07:55.251 INFO O| Dec 21 05:07:55.251 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79942024-12-21T05:07:56.007Z[ recovery-image] Dec 21 05:07:55.264 INFO O| Dec 21 05:07:55.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
79952024-12-21T05:07:56.007Z[ recovery-image] Dec 21 05:07:55.264 INFO O| Dec 21 05:07:55.264 INFO STEP 1167 (remove_files) COMPLETE
79962024-12-21T05:07:56.007Z[ recovery-image] Dec 21 05:07:55.264 INFO O| Dec 21 05:07:55.264 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79972024-12-21T05:07:56.019Z[ recovery-image] Dec 21 05:07:55.275 INFO O| Dec 21 05:07:55.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
79982024-12-21T05:07:56.019Z[ recovery-image] Dec 21 05:07:55.276 INFO O| Dec 21 05:07:55.276 INFO STEP 1168 (remove_files) COMPLETE
79992024-12-21T05:07:56.022Z[ recovery-image] Dec 21 05:07:55.276 INFO O| Dec 21 05:07:55.276 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80002024-12-21T05:07:56.031Z[ recovery-image] Dec 21 05:07:55.288 INFO O| Dec 21 05:07:55.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
80012024-12-21T05:07:56.031Z[ recovery-image] Dec 21 05:07:55.288 INFO O| Dec 21 05:07:55.288 INFO STEP 1169 (remove_files) COMPLETE
80022024-12-21T05:07:56.031Z[ recovery-image] Dec 21 05:07:55.288 INFO O| Dec 21 05:07:55.288 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80032024-12-21T05:07:56.044Z[ recovery-image] Dec 21 05:07:55.301 INFO O| Dec 21 05:07:55.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
80042024-12-21T05:07:56.044Z[ recovery-image] Dec 21 05:07:55.301 INFO O| Dec 21 05:07:55.301 INFO STEP 1170 (remove_files) COMPLETE
80052024-12-21T05:07:56.047Z[ recovery-image] Dec 21 05:07:55.301 INFO O| Dec 21 05:07:55.301 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80062024-12-21T05:07:56.059Z[ recovery-image] Dec 21 05:07:55.315 INFO O| Dec 21 05:07:55.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
80072024-12-21T05:07:56.062Z[ recovery-image] Dec 21 05:07:55.315 INFO O| Dec 21 05:07:55.315 INFO STEP 1171 (remove_files) COMPLETE
80082024-12-21T05:07:56.062Z[ recovery-image] Dec 21 05:07:55.315 INFO O| Dec 21 05:07:55.315 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80092024-12-21T05:07:56.072Z[ recovery-image] Dec 21 05:07:55.327 INFO O| Dec 21 05:07:55.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
80102024-12-21T05:07:56.072Z[ recovery-image] Dec 21 05:07:55.327 INFO O| Dec 21 05:07:55.327 INFO STEP 1172 (remove_files) COMPLETE
80112024-12-21T05:07:56.072Z[ recovery-image] Dec 21 05:07:55.327 INFO O| Dec 21 05:07:55.327 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80122024-12-21T05:07:56.085Z[ recovery-image] Dec 21 05:07:55.342 INFO O| Dec 21 05:07:55.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
80132024-12-21T05:07:56.085Z[ recovery-image] Dec 21 05:07:55.342 INFO O| Dec 21 05:07:55.342 INFO STEP 1173 (remove_files) COMPLETE
80142024-12-21T05:07:56.085Z[ recovery-image] Dec 21 05:07:55.342 INFO O| Dec 21 05:07:55.342 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80152024-12-21T05:07:56.099Z[ recovery-image] Dec 21 05:07:55.356 INFO O| Dec 21 05:07:55.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
80162024-12-21T05:07:56.099Z[ recovery-image] Dec 21 05:07:55.356 INFO O| Dec 21 05:07:55.356 INFO STEP 1174 (remove_files) COMPLETE
80172024-12-21T05:07:56.099Z[ recovery-image] Dec 21 05:07:55.356 INFO O| Dec 21 05:07:55.356 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80182024-12-21T05:07:56.114Z[ recovery-image] Dec 21 05:07:55.370 INFO O| Dec 21 05:07:55.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
80192024-12-21T05:07:56.114Z[ recovery-image] Dec 21 05:07:55.370 INFO O| Dec 21 05:07:55.370 INFO STEP 1175 (remove_files) COMPLETE
80202024-12-21T05:07:56.118Z[ recovery-image] Dec 21 05:07:55.370 INFO O| Dec 21 05:07:55.370 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80212024-12-21T05:07:56.126Z[ recovery-image] Dec 21 05:07:55.383 INFO O| Dec 21 05:07:55.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
80222024-12-21T05:07:56.129Z[ recovery-image] Dec 21 05:07:55.383 INFO O| Dec 21 05:07:55.383 INFO STEP 1176 (remove_files) COMPLETE
80232024-12-21T05:07:56.129Z[ recovery-image] Dec 21 05:07:55.383 INFO O| Dec 21 05:07:55.383 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80242024-12-21T05:07:56.137Z[ recovery-image] Dec 21 05:07:55.394 INFO O| Dec 21 05:07:55.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
80252024-12-21T05:07:56.137Z[ recovery-image] Dec 21 05:07:55.394 INFO O| Dec 21 05:07:55.394 INFO STEP 1177 (remove_files) COMPLETE
80262024-12-21T05:07:56.137Z[ recovery-image] Dec 21 05:07:55.394 INFO O| Dec 21 05:07:55.394 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80272024-12-21T05:07:56.148Z[ recovery-image] Dec 21 05:07:55.405 INFO O| Dec 21 05:07:55.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
80282024-12-21T05:07:56.148Z[ recovery-image] Dec 21 05:07:55.405 INFO O| Dec 21 05:07:55.405 INFO STEP 1178 (remove_files) COMPLETE
80292024-12-21T05:07:56.153Z[ recovery-image] Dec 21 05:07:55.405 INFO O| Dec 21 05:07:55.405 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80302024-12-21T05:07:56.158Z[ recovery-image] Dec 21 05:07:55.415 INFO O| Dec 21 05:07:55.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
80312024-12-21T05:07:56.158Z[ recovery-image] Dec 21 05:07:55.415 INFO O| Dec 21 05:07:55.415 INFO STEP 1179 (remove_files) COMPLETE
80322024-12-21T05:07:56.161Z[ recovery-image] Dec 21 05:07:55.415 INFO O| Dec 21 05:07:55.415 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80332024-12-21T05:07:56.169Z[ recovery-image] Dec 21 05:07:55.425 INFO O| Dec 21 05:07:55.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
80342024-12-21T05:07:56.169Z[ recovery-image] Dec 21 05:07:55.426 INFO O| Dec 21 05:07:55.426 INFO STEP 1180 (remove_files) COMPLETE
80352024-12-21T05:07:56.172Z[ recovery-image] Dec 21 05:07:55.426 INFO O| Dec 21 05:07:55.426 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80362024-12-21T05:07:56.179Z[ recovery-image] Dec 21 05:07:55.436 INFO O| Dec 21 05:07:55.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
80372024-12-21T05:07:56.183Z[ recovery-image] Dec 21 05:07:55.436 INFO O| Dec 21 05:07:55.436 INFO STEP 1181 (remove_files) COMPLETE
80382024-12-21T05:07:56.183Z[ recovery-image] Dec 21 05:07:55.436 INFO O| Dec 21 05:07:55.436 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80392024-12-21T05:07:56.190Z[ recovery-image] Dec 21 05:07:55.447 INFO O| Dec 21 05:07:55.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
80402024-12-21T05:07:56.194Z[ recovery-image] Dec 21 05:07:55.447 INFO O| Dec 21 05:07:55.447 INFO STEP 1182 (remove_files) COMPLETE
80412024-12-21T05:07:56.194Z[ recovery-image] Dec 21 05:07:55.447 INFO O| Dec 21 05:07:55.447 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80422024-12-21T05:07:56.201Z[ recovery-image] Dec 21 05:07:55.457 INFO O| Dec 21 05:07:55.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
80432024-12-21T05:07:56.203Z[ recovery-image] Dec 21 05:07:55.458 INFO O| Dec 21 05:07:55.458 INFO STEP 1183 (remove_files) COMPLETE
80442024-12-21T05:07:56.203Z[ recovery-image] Dec 21 05:07:55.458 INFO O| Dec 21 05:07:55.458 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80452024-12-21T05:07:56.212Z[ recovery-image] Dec 21 05:07:55.468 INFO O| Dec 21 05:07:55.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
80462024-12-21T05:07:56.212Z[ recovery-image] Dec 21 05:07:55.468 INFO O| Dec 21 05:07:55.468 INFO STEP 1184 (remove_files) COMPLETE
80472024-12-21T05:07:56.212Z[ recovery-image] Dec 21 05:07:55.468 INFO O| Dec 21 05:07:55.468 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80482024-12-21T05:07:56.225Z[ recovery-image] Dec 21 05:07:55.481 INFO O| Dec 21 05:07:55.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
80492024-12-21T05:07:56.225Z[ recovery-image] Dec 21 05:07:55.481 INFO O| Dec 21 05:07:55.481 INFO STEP 1185 (remove_files) COMPLETE
80502024-12-21T05:07:56.225Z[ recovery-image] Dec 21 05:07:55.481 INFO O| Dec 21 05:07:55.481 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80512024-12-21T05:07:56.238Z[ recovery-image] Dec 21 05:07:55.492 INFO O| Dec 21 05:07:55.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
80522024-12-21T05:07:56.238Z[ recovery-image] Dec 21 05:07:55.492 INFO O| Dec 21 05:07:55.492 INFO STEP 1186 (remove_files) COMPLETE
80532024-12-21T05:07:56.238Z[ recovery-image] Dec 21 05:07:55.492 INFO O| Dec 21 05:07:55.492 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80542024-12-21T05:07:56.247Z[ recovery-image] Dec 21 05:07:55.503 INFO O| Dec 21 05:07:55.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
80552024-12-21T05:07:56.247Z[ recovery-image] Dec 21 05:07:55.503 INFO O| Dec 21 05:07:55.503 INFO STEP 1187 (remove_files) COMPLETE
80562024-12-21T05:07:56.247Z[ recovery-image] Dec 21 05:07:55.503 INFO O| Dec 21 05:07:55.503 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80572024-12-21T05:07:56.258Z[ recovery-image] Dec 21 05:07:55.514 INFO O| Dec 21 05:07:55.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
80582024-12-21T05:07:56.258Z[ recovery-image] Dec 21 05:07:55.514 INFO O| Dec 21 05:07:55.514 INFO STEP 1188 (remove_files) COMPLETE
80592024-12-21T05:07:56.261Z[ recovery-image] Dec 21 05:07:55.514 INFO O| Dec 21 05:07:55.514 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80602024-12-21T05:07:56.271Z[ recovery-image] Dec 21 05:07:55.528 INFO O| Dec 21 05:07:55.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
80612024-12-21T05:07:56.276Z[ recovery-image] Dec 21 05:07:55.528 INFO O| Dec 21 05:07:55.528 INFO STEP 1189 (remove_files) COMPLETE
80622024-12-21T05:07:56.276Z[ recovery-image] Dec 21 05:07:55.528 INFO O| Dec 21 05:07:55.528 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80632024-12-21T05:07:56.287Z[ recovery-image] Dec 21 05:07:55.542 INFO O| Dec 21 05:07:55.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
80642024-12-21T05:07:56.290Z[ recovery-image] Dec 21 05:07:55.542 INFO O| Dec 21 05:07:55.542 INFO STEP 1190 (remove_files) COMPLETE
80652024-12-21T05:07:56.290Z[ recovery-image] Dec 21 05:07:55.542 INFO O| Dec 21 05:07:55.542 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80662024-12-21T05:07:56.299Z[ recovery-image] Dec 21 05:07:55.556 INFO O| Dec 21 05:07:55.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
80672024-12-21T05:07:56.299Z[ recovery-image] Dec 21 05:07:55.556 INFO O| Dec 21 05:07:55.556 INFO STEP 1191 (remove_files) COMPLETE
80682024-12-21T05:07:56.302Z[ recovery-image] Dec 21 05:07:55.556 INFO O| Dec 21 05:07:55.556 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80692024-12-21T05:07:56.318Z[ recovery-image] Dec 21 05:07:55.570 INFO O| Dec 21 05:07:55.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
80702024-12-21T05:07:56.318Z[ recovery-image] Dec 21 05:07:55.570 INFO O| Dec 21 05:07:55.570 INFO STEP 1192 (remove_files) COMPLETE
80712024-12-21T05:07:56.318Z[ recovery-image] Dec 21 05:07:55.570 INFO O| Dec 21 05:07:55.570 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80722024-12-21T05:07:56.327Z[ recovery-image] Dec 21 05:07:55.584 INFO O| Dec 21 05:07:55.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
80732024-12-21T05:07:56.327Z[ recovery-image] Dec 21 05:07:55.584 INFO O| Dec 21 05:07:55.584 INFO STEP 1193 (remove_files) COMPLETE
80742024-12-21T05:07:56.327Z[ recovery-image] Dec 21 05:07:55.584 INFO O| Dec 21 05:07:55.584 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80752024-12-21T05:07:56.340Z[ recovery-image] Dec 21 05:07:55.597 INFO O| Dec 21 05:07:55.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
80762024-12-21T05:07:56.340Z[ recovery-image] Dec 21 05:07:55.597 INFO O| Dec 21 05:07:55.597 INFO STEP 1194 (remove_files) COMPLETE
80772024-12-21T05:07:56.340Z[ recovery-image] Dec 21 05:07:55.597 INFO O| Dec 21 05:07:55.597 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80782024-12-21T05:07:56.356Z[ recovery-image] Dec 21 05:07:55.611 INFO O| Dec 21 05:07:55.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
80792024-12-21T05:07:56.356Z[ recovery-image] Dec 21 05:07:55.611 INFO O| Dec 21 05:07:55.611 INFO STEP 1195 (remove_files) COMPLETE
80802024-12-21T05:07:56.356Z[ recovery-image] Dec 21 05:07:55.611 INFO O| Dec 21 05:07:55.611 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80812024-12-21T05:07:56.369Z[ recovery-image] Dec 21 05:07:55.624 INFO O| Dec 21 05:07:55.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
80822024-12-21T05:07:56.369Z[ recovery-image] Dec 21 05:07:55.624 INFO O| Dec 21 05:07:55.624 INFO STEP 1196 (remove_files) COMPLETE
80832024-12-21T05:07:56.372Z[ recovery-image] Dec 21 05:07:55.624 INFO O| Dec 21 05:07:55.624 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80842024-12-21T05:07:56.379Z[ recovery-image] Dec 21 05:07:55.636 INFO O| Dec 21 05:07:55.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
80852024-12-21T05:07:56.379Z[ recovery-image] Dec 21 05:07:55.636 INFO O| Dec 21 05:07:55.636 INFO STEP 1197 (remove_files) COMPLETE
80862024-12-21T05:07:56.382Z[ recovery-image] Dec 21 05:07:55.636 INFO O| Dec 21 05:07:55.636 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80872024-12-21T05:07:56.390Z[ recovery-image] Dec 21 05:07:55.647 INFO O| Dec 21 05:07:55.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
80882024-12-21T05:07:56.392Z[ recovery-image] Dec 21 05:07:55.647 INFO O| Dec 21 05:07:55.647 INFO STEP 1198 (remove_files) COMPLETE
80892024-12-21T05:07:56.393Z[ recovery-image] Dec 21 05:07:55.647 INFO O| Dec 21 05:07:55.647 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80902024-12-21T05:07:56.404Z[ recovery-image] Dec 21 05:07:55.661 INFO O| Dec 21 05:07:55.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
80912024-12-21T05:07:56.404Z[ recovery-image] Dec 21 05:07:55.661 INFO O| Dec 21 05:07:55.661 INFO STEP 1199 (remove_files) COMPLETE
80922024-12-21T05:07:56.406Z[ recovery-image] Dec 21 05:07:55.661 INFO O| Dec 21 05:07:55.661 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80932024-12-21T05:07:56.414Z[ recovery-image] Dec 21 05:07:55.671 INFO O| Dec 21 05:07:55.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
80942024-12-21T05:07:56.416Z[ recovery-image] Dec 21 05:07:55.671 INFO O| Dec 21 05:07:55.671 INFO STEP 1200 (remove_files) COMPLETE
80952024-12-21T05:07:56.416Z[ recovery-image] Dec 21 05:07:55.671 INFO O| Dec 21 05:07:55.671 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80962024-12-21T05:07:56.424Z[ recovery-image] Dec 21 05:07:55.681 INFO O| Dec 21 05:07:55.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
80972024-12-21T05:07:56.424Z[ recovery-image] Dec 21 05:07:55.681 INFO O| Dec 21 05:07:55.681 INFO STEP 1201 (remove_files) COMPLETE
80982024-12-21T05:07:56.427Z[ recovery-image] Dec 21 05:07:55.681 INFO O| Dec 21 05:07:55.681 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80992024-12-21T05:07:56.437Z[ recovery-image] Dec 21 05:07:55.693 INFO O| Dec 21 05:07:55.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
81002024-12-21T05:07:56.437Z[ recovery-image] Dec 21 05:07:55.694 INFO O| Dec 21 05:07:55.694 INFO STEP 1202 (remove_files) COMPLETE
81012024-12-21T05:07:56.437Z[ recovery-image] Dec 21 05:07:55.694 INFO O| Dec 21 05:07:55.694 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81022024-12-21T05:07:56.450Z[ recovery-image] Dec 21 05:07:55.707 INFO O| Dec 21 05:07:55.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
81032024-12-21T05:07:56.451Z[ recovery-image] Dec 21 05:07:55.707 INFO O| Dec 21 05:07:55.707 INFO STEP 1203 (remove_files) COMPLETE
81042024-12-21T05:07:56.453Z[ recovery-image] Dec 21 05:07:55.707 INFO O| Dec 21 05:07:55.707 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81052024-12-21T05:07:56.463Z[ recovery-image] Dec 21 05:07:55.720 INFO O| Dec 21 05:07:55.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
81062024-12-21T05:07:56.463Z[ recovery-image] Dec 21 05:07:55.720 INFO O| Dec 21 05:07:55.720 INFO STEP 1204 (remove_files) COMPLETE
81072024-12-21T05:07:56.463Z[ recovery-image] Dec 21 05:07:55.720 INFO O| Dec 21 05:07:55.720 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81082024-12-21T05:07:56.473Z[ recovery-image] Dec 21 05:07:55.730 INFO O| Dec 21 05:07:55.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
81092024-12-21T05:07:56.473Z[ recovery-image] Dec 21 05:07:55.730 INFO O| Dec 21 05:07:55.730 INFO STEP 1205 (remove_files) COMPLETE
81102024-12-21T05:07:56.476Z[ recovery-image] Dec 21 05:07:55.730 INFO O| Dec 21 05:07:55.730 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
81112024-12-21T05:07:56.489Z[ recovery-image] Dec 21 05:07:55.746 INFO O| Dec 21 05:07:55.746 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
81122024-12-21T05:07:56.491Z[ recovery-image] Dec 21 05:07:55.746 INFO O| Dec 21 05:07:55.746 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
81132024-12-21T05:07:57.190Z[ recovery-image] Dec 21 05:07:56.446 INFO O| Dec 21 05:07:56.446 INFO STEP 1206 (pack_tar) COMPLETE
81142024-12-21T05:07:57.190Z[ recovery-image] Dec 21 05:07:56.446 INFO O| Dec 21 05:07:56.446 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
81152024-12-21T05:07:57.193Z[ recovery-image] Dec 21 05:07:56.446 INFO O| Dec 21 05:07:56.446 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
81162024-12-21T05:07:57.539Z[ recovery-image] Dec 21 05:07:56.795 INFO O| Dec 21 05:07:56.795 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
81172024-12-21T05:07:57.621Z[ recovery-image] Dec 21 05:07:56.878 INFO O| Dec 21 05:07:56.878 INFO completed processing gimlet/ramdisk-03-recovery-trim
81182024-12-21T05:07:57.629Z[ recovery-image] Dec 21 05:07:56.885 INFO image builder template: zfs-recovery...
81192024-12-21T05:07:57.630Z[ recovery-image] Dec 21 05:07:56.885 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", "-F", "relver=2", "-E", "/tmp/.tmphaBfYb/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", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "zfs-recovery"], pwd: None
81202024-12-21T05:07:57.663Z[ recovery-image] Dec 21 05:07:56.919 INFO O| Dec 21 05:07:56.918 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
81212024-12-21T05:07:57.667Z[ recovery-image] Dec 21 05:07:56.924 INFO O| Dec 21 05:07:56.924 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
81222024-12-21T05:07:57.764Z[ recovery-image] Dec 21 05:07:57.021 INFO O| Dec 21 05:07:57.021 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
81232024-12-21T05:07:57.834Z[ recovery-image] Dec 21 05:07:57.091 INFO O| Dec 21 05:07:57.091 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
81242024-12-21T05:07:57.834Z[ recovery-image] Dec 21 05:07:57.091 INFO O| Dec 21 05:07:57.091 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
81252024-12-21T05:07:57.839Z[ recovery-image] Dec 21 05:07:57.096 INFO O| Dec 21 05:07:57.096 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
81262024-12-21T05:07:57.916Z[ recovery-image] Dec 21 05:07:57.173 INFO O| Dec 21 05:07:57.173 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
81272024-12-21T05:07:57.991Z[ recovery-image] Dec 21 05:07:57.247 INFO O| Dec 21 05:07:57.247 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
81282024-12-21T05:07:58.001Z[ recovery-image] Dec 21 05:07:57.257 INFO O| Dec 21 05:07:57.257 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
81292024-12-21T05:07:58.007Z[ recovery-image] Dec 21 05:07:57.264 INFO O| Dec 21 05:07:57.264 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
81302024-12-21T05:07:58.013Z[ recovery-image] Dec 21 05:07:57.270 INFO O| Dec 21 05:07:57.270 INFO no lofi found
81312024-12-21T05:07:58.013Z[ recovery-image] Dec 21 05:07:57.271 INFO O| Dec 21 05:07:57.270 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
81322024-12-21T05:07:58.017Z[ recovery-image] Dec 21 05:07:57.271 INFO O| Dec 21 05:07:57.270 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
81332024-12-21T05:07:59.752Z[ recovery-image] Dec 21 05:07:59.009 INFO O| Dec 21 05:07:59.009 INFO lofi device = /dev/dsk/c2t1d0p0
81342024-12-21T05:07:59.752Z[ recovery-image] Dec 21 05:07:59.009 INFO O| Dec 21 05:07:59.009 INFO pool device = /dev/dsk/c2t1d0p0
81352024-12-21T05:07:59.755Z[ recovery-image] Dec 21 05:07:59.010 INFO O| Dec 21 05:07:59.009 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"]
81362024-12-21T05:07:59.839Z[ recovery-image] Dec 21 05:07:59.093 INFO O| Dec 21 05:07:59.092 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81372024-12-21T05:07:59.839Z[ recovery-image] Dec 21 05:07:59.093 INFO O| Dec 21 05:07:59.093 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
81382024-12-21T05:07:59.860Z[ recovery-image] Dec 21 05:07:59.116 INFO O| Dec 21 05:07:59.116 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
81392024-12-21T05:07:59.935Z[ recovery-image] Dec 21 05:07:59.192 INFO O| Dec 21 05:07:59.192 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
81402024-12-21T05:07:59.975Z[ recovery-image] Dec 21 05:07:59.232 INFO O| Dec 21 05:07:59.232 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
81412024-12-21T05:07:59.992Z[ recovery-image] Dec 21 05:07:59.250 INFO O| Dec 21 05:07:59.250 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
81422024-12-21T05:08:00.005Z[ recovery-image] Dec 21 05:07:59.262 INFO O| Dec 21 05:07:59.262 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
81432024-12-21T05:08:00.052Z[ recovery-image] Dec 21 05:07:59.309 INFO O| Dec 21 05:07:59.309 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
81442024-12-21T05:08:00.052Z[ recovery-image] Dec 21 05:07:59.310 INFO O| Dec 21 05:07:59.310 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
81452024-12-21T05:08:00.055Z[ recovery-image] Dec 21 05:07:59.310 INFO O| Dec 21 05:07:59.310 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
81462024-12-21T05:08:00.064Z[ recovery-image] Dec 21 05:07:59.321 INFO O| Dec 21 05:07:59.321 INFO boot environment UUID: 146b9b3c-653e-453f-b565-f840af4fb4e1
81472024-12-21T05:08:00.064Z[ recovery-image] Dec 21 05:07:59.321 INFO O| Dec 21 05:07:59.321 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 146b9b3c-653e-453f-b565-f840af4fb4e1
81482024-12-21T05:08:00.076Z[ recovery-image] Dec 21 05:07:59.333 INFO O| Dec 21 05:07:59.333 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
81492024-12-21T05:08:00.087Z[ recovery-image] Dec 21 05:07:59.344 INFO O| Dec 21 05:07:59.344 INFO STEP 0 (create_be) COMPLETE
81502024-12-21T05:08:00.088Z[ recovery-image] Dec 21 05:07:59.344 INFO O| Dec 21 05:07:59.344 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81512024-12-21T05:08:00.109Z[ recovery-image] Dec 21 05:07:59.366 INFO O| Dec 21 05:07:59.366 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"]
81522024-12-21T05:08:02.832Z[ recovery-image] Dec 21 05:08:02.089 INFO O| Dec 21 05:08:02.089 INFO STEP 1 (unpack_tar) COMPLETE
81532024-12-21T05:08:02.832Z[ recovery-image] Dec 21 05:08:02.089 INFO O| Dec 21 05:08:02.089 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81542024-12-21T05:08:02.846Z[ recovery-image] Dec 21 05:08:02.104 INFO O| Dec 21 05:08:02.104 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
81552024-12-21T05:08:03.008Z[ recovery-image] Dec 21 05:08:02.266 INFO O| Dec 21 05:08:02.266 INFO STEP 2 (devfsadm) COMPLETE
81562024-12-21T05:08:03.008Z[ recovery-image] Dec 21 05:08:02.266 INFO O| Dec 21 05:08:02.266 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81572024-12-21T05:08:03.022Z[ recovery-image] Dec 21 05:08:02.280 INFO O| Dec 21 05:08:02.280 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
81582024-12-21T05:08:03.022Z[ recovery-image] Dec 21 05:08:02.280 INFO O| Dec 21 05:08:02.280 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
81592024-12-21T05:08:03.022Z[ recovery-image] Dec 21 05:08:02.280 INFO O| Dec 21 05:08:02.280 INFO STEP 3 (ensure_dir) COMPLETE
81602024-12-21T05:08:03.025Z[ recovery-image] Dec 21 05:08:02.280 INFO O| Dec 21 05:08:02.280 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81612024-12-21T05:08:03.034Z[ recovery-image] Dec 21 05:08:02.292 INFO O| Dec 21 05:08:02.292 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
81622024-12-21T05:08:03.034Z[ recovery-image] Dec 21 05:08:02.292 INFO O| Dec 21 05:08:02.292 INFO STEP 4 (ensure_dir) COMPLETE
81632024-12-21T05:08:03.034Z[ recovery-image] Dec 21 05:08:02.292 INFO O| Dec 21 05:08:02.292 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81642024-12-21T05:08:03.048Z[ recovery-image] Dec 21 05:08:02.305 INFO O| Dec 21 05:08:02.305 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
81652024-12-21T05:08:03.049Z[ recovery-image] Dec 21 05:08:02.305 INFO O| Dec 21 05:08:02.305 INFO STEP 5 (ensure_dir) COMPLETE
81662024-12-21T05:08:03.052Z[ recovery-image] Dec 21 05:08:02.305 INFO O| Dec 21 05:08:02.305 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81672024-12-21T05:08:03.060Z[ recovery-image] Dec 21 05:08:02.317 INFO O| Dec 21 05:08:02.317 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
81682024-12-21T05:08:03.060Z[ recovery-image] Dec 21 05:08:02.317 INFO O| Dec 21 05:08:02.317 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
81692024-12-21T05:08:03.060Z[ recovery-image] Dec 21 05:08:02.317 INFO O| Dec 21 05:08:02.317 INFO STEP 6 (ensure_dir) COMPLETE
81702024-12-21T05:08:03.063Z[ recovery-image] Dec 21 05:08:02.317 INFO O| Dec 21 05:08:02.317 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81712024-12-21T05:08:03.071Z[ recovery-image] Dec 21 05:08:02.328 INFO O| Dec 21 05:08:02.328 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
81722024-12-21T05:08:03.071Z[ recovery-image] Dec 21 05:08:02.328 INFO O| Dec 21 05:08:02.328 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
81732024-12-21T05:08:03.071Z[ recovery-image] Dec 21 05:08:02.329 INFO O| Dec 21 05:08:02.328 INFO STEP 7 (ensure_dir) COMPLETE
81742024-12-21T05:08:03.074Z[ recovery-image] Dec 21 05:08:02.329 INFO O| Dec 21 05:08:02.329 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81752024-12-21T05:08:03.082Z[ recovery-image] Dec 21 05:08:02.340 INFO O| Dec 21 05:08:02.340 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
81762024-12-21T05:08:03.084Z[ recovery-image] Dec 21 05:08:02.340 INFO O| Dec 21 05:08:02.340 INFO STEP 8 (remove_files) COMPLETE
81772024-12-21T05:08:03.085Z[ recovery-image] Dec 21 05:08:02.340 INFO O| Dec 21 05:08:02.340 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81782024-12-21T05:08:03.093Z[ recovery-image] Dec 21 05:08:02.351 INFO O| Dec 21 05:08:02.351 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
81792024-12-21T05:08:03.095Z[ recovery-image] Dec 21 05:08:02.351 INFO O| Dec 21 05:08:02.351 INFO STEP 9 (remove_files) COMPLETE
81802024-12-21T05:08:03.095Z[ recovery-image] Dec 21 05:08:02.351 INFO O| Dec 21 05:08:02.351 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81812024-12-21T05:08:03.108Z[ recovery-image] Dec 21 05:08:02.366 INFO O| Dec 21 05:08:02.366 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
81822024-12-21T05:08:03.111Z[ recovery-image] Dec 21 05:08:02.367 INFO O| Dec 21 05:08:02.367 INFO STEP 10 (remove_files) COMPLETE
81832024-12-21T05:08:03.111Z[ recovery-image] Dec 21 05:08:02.367 INFO O| Dec 21 05:08:02.367 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81842024-12-21T05:08:03.123Z[ recovery-image] Dec 21 05:08:02.380 INFO O| Dec 21 05:08:02.380 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
81852024-12-21T05:08:03.126Z[ recovery-image] Dec 21 05:08:02.380 INFO O| Dec 21 05:08:02.380 INFO STEP 11 (remove_files) COMPLETE
81862024-12-21T05:08:03.126Z[ recovery-image] Dec 21 05:08:02.380 INFO O| Dec 21 05:08:02.380 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81872024-12-21T05:08:03.139Z[ recovery-image] Dec 21 05:08:02.395 INFO O| Dec 21 05:08:02.395 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
81882024-12-21T05:08:03.139Z[ recovery-image] Dec 21 05:08:02.395 INFO O| Dec 21 05:08:02.395 INFO STEP 12 (remove_files) COMPLETE
81892024-12-21T05:08:03.142Z[ recovery-image] Dec 21 05:08:02.395 INFO O| Dec 21 05:08:02.395 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81902024-12-21T05:08:03.148Z[ recovery-image] Dec 21 05:08:02.406 INFO O| Dec 21 05:08:02.406 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
81912024-12-21T05:08:03.151Z[ recovery-image] Dec 21 05:08:02.406 INFO O| Dec 21 05:08:02.406 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
81922024-12-21T05:08:03.151Z[ recovery-image] Dec 21 05:08:02.406 INFO O| Dec 21 05:08:02.406 INFO STEP 13 (ensure_dir) COMPLETE
81932024-12-21T05:08:03.151Z[ recovery-image] Dec 21 05:08:02.406 INFO O| Dec 21 05:08:02.406 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81942024-12-21T05:08:03.163Z[ recovery-image] Dec 21 05:08:02.421 INFO O| Dec 21 05:08:02.421 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
81952024-12-21T05:08:03.167Z[ recovery-image] Dec 21 05:08:02.421 INFO O| Dec 21 05:08:02.421 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
81962024-12-21T05:08:03.167Z[ recovery-image] Dec 21 05:08:02.421 INFO O| Dec 21 05:08:02.421 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
81972024-12-21T05:08:03.167Z[ recovery-image] Dec 21 05:08:02.421 INFO O| Dec 21 05:08:02.421 INFO STEP 14 (ensure_dir) COMPLETE
81982024-12-21T05:08:03.167Z[ recovery-image] Dec 21 05:08:02.421 INFO O| Dec 21 05:08:02.421 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81992024-12-21T05:08:03.174Z[ recovery-image] Dec 21 05:08:02.432 INFO O| Dec 21 05:08:02.432 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
82002024-12-21T05:08:03.177Z[ recovery-image] Dec 21 05:08:02.432 INFO O| Dec 21 05:08:02.432 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
82012024-12-21T05:08:03.177Z[ recovery-image] Dec 21 05:08:02.432 INFO O| Dec 21 05:08:02.432 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
82022024-12-21T05:08:03.177Z[ recovery-image] Dec 21 05:08:02.432 INFO O| Dec 21 05:08:02.432 INFO STEP 15 (ensure_dir) COMPLETE
82032024-12-21T05:08:03.177Z[ recovery-image] Dec 21 05:08:02.432 INFO O| Dec 21 05:08:02.432 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82042024-12-21T05:08:03.186Z[ recovery-image] Dec 21 05:08:02.443 INFO O| Dec 21 05:08:02.443 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
82052024-12-21T05:08:03.186Z[ recovery-image] Dec 21 05:08:02.443 INFO O| Dec 21 05:08:02.443 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
82062024-12-21T05:08:03.188Z[ recovery-image] Dec 21 05:08:02.443 INFO O| Dec 21 05:08:02.443 INFO STEP 16 (ensure_dir) COMPLETE
82072024-12-21T05:08:03.188Z[ recovery-image] Dec 21 05:08:02.443 INFO O| Dec 21 05:08:02.443 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82082024-12-21T05:08:03.195Z[ recovery-image] Dec 21 05:08:02.453 INFO O| Dec 21 05:08:02.453 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
82092024-12-21T05:08:03.195Z[ recovery-image] Dec 21 05:08:02.453 INFO O| Dec 21 05:08:02.453 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
82102024-12-21T05:08:03.195Z[ recovery-image] Dec 21 05:08:02.453 INFO O| Dec 21 05:08:02.453 INFO STEP 17 (ensure_dir) COMPLETE
82112024-12-21T05:08:03.198Z[ recovery-image] Dec 21 05:08:02.453 INFO O| Dec 21 05:08:02.453 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82122024-12-21T05:08:03.209Z[ recovery-image] Dec 21 05:08:02.467 INFO O| Dec 21 05:08:02.467 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
82132024-12-21T05:08:03.209Z[ recovery-image] Dec 21 05:08:02.467 INFO O| Dec 21 05:08:02.467 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
82142024-12-21T05:08:03.212Z[ recovery-image] Dec 21 05:08:02.467 INFO O| Dec 21 05:08:02.467 INFO ok!
82152024-12-21T05:08:03.212Z[ recovery-image] Dec 21 05:08:02.467 INFO O| Dec 21 05:08:02.467 INFO STEP 18 (ensure_symlink) COMPLETE
82162024-12-21T05:08:03.213Z[ recovery-image] Dec 21 05:08:02.467 INFO O| Dec 21 05:08:02.467 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82172024-12-21T05:08:03.223Z[ recovery-image] Dec 21 05:08:02.480 INFO O| Dec 21 05:08:02.480 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
82182024-12-21T05:08:03.223Z[ recovery-image] Dec 21 05:08:02.480 INFO O| Dec 21 05:08:02.480 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
82192024-12-21T05:08:03.226Z[ recovery-image] Dec 21 05:08:02.480 INFO O| Dec 21 05:08:02.480 INFO ok!
82202024-12-21T05:08:03.226Z[ recovery-image] Dec 21 05:08:02.480 INFO O| Dec 21 05:08:02.480 INFO STEP 19 (ensure_file) COMPLETE
82212024-12-21T05:08:03.226Z[ recovery-image] Dec 21 05:08:02.480 INFO O| Dec 21 05:08:02.480 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
82222024-12-21T05:08:03.238Z[ recovery-image] Dec 21 05:08:02.495 INFO O| Dec 21 05:08:02.495 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
82232024-12-21T05:08:03.238Z[ recovery-image] Dec 21 05:08:02.495 INFO O| Dec 21 05:08:02.495 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
82242024-12-21T05:08:03.241Z[ recovery-image] Dec 21 05:08:02.495 INFO O| Dec 21 05:08:02.495 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
82252024-12-21T05:08:03.241Z[ recovery-image] Dec 21 05:08:02.495 INFO O| Dec 21 05:08:02.495 INFO ok!
82262024-12-21T05:08:03.241Z[ recovery-image] Dec 21 05:08:02.495 INFO O| Dec 21 05:08:02.495 INFO STEP 20 (ensure_symlink) COMPLETE
82272024-12-21T05:08:03.241Z[ recovery-image] Dec 21 05:08:02.495 INFO O| Dec 21 05:08:02.495 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
82282024-12-21T05:08:03.249Z[ recovery-image] Dec 21 05:08:02.506 INFO O| Dec 21 05:08:02.506 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
82292024-12-21T05:08:03.249Z[ recovery-image] Dec 21 05:08:02.506 INFO O| Dec 21 05:08:02.506 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
82302024-12-21T05:08:03.251Z[ recovery-image] Dec 21 05:08:02.507 INFO O| Dec 21 05:08:02.507 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
82312024-12-21T05:08:03.251Z[ recovery-image] Dec 21 05:08:02.507 INFO O| Dec 21 05:08:02.507 INFO ok!
82322024-12-21T05:08:03.251Z[ recovery-image] Dec 21 05:08:02.507 INFO O| Dec 21 05:08:02.507 INFO STEP 21 (ensure_symlink) COMPLETE
82332024-12-21T05:08:03.251Z[ recovery-image] Dec 21 05:08:02.507 INFO O| Dec 21 05:08:02.507 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
82342024-12-21T05:08:03.260Z[ recovery-image] Dec 21 05:08:02.517 INFO O| Dec 21 05:08:02.517 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
82352024-12-21T05:08:03.260Z[ recovery-image] Dec 21 05:08:02.517 INFO O| Dec 21 05:08:02.517 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
82362024-12-21T05:08:03.268Z[ recovery-image] Dec 21 05:08:02.517 INFO O| Dec 21 05:08:02.517 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
82372024-12-21T05:08:03.269Z[ recovery-image] Dec 21 05:08:02.517 INFO O| Dec 21 05:08:02.517 INFO ok!
82382024-12-21T05:08:03.269Z[ recovery-image] Dec 21 05:08:02.518 INFO O| Dec 21 05:08:02.517 INFO STEP 22 (ensure_symlink) COMPLETE
82392024-12-21T05:08:03.269Z[ recovery-image] Dec 21 05:08:02.518 INFO O| Dec 21 05:08:02.518 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
82402024-12-21T05:08:03.273Z[ recovery-image] Dec 21 05:08:02.528 INFO O| Dec 21 05:08:02.528 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
82412024-12-21T05:08:03.273Z[ recovery-image] Dec 21 05:08:02.528 INFO O| Dec 21 05:08:02.528 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
82422024-12-21T05:08:03.273Z[ recovery-image] Dec 21 05:08:02.528 INFO O| Dec 21 05:08:02.528 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
82432024-12-21T05:08:03.273Z[ recovery-image] Dec 21 05:08:02.528 INFO O| Dec 21 05:08:02.528 INFO ok!
82442024-12-21T05:08:03.274Z[ recovery-image] Dec 21 05:08:02.528 INFO O| Dec 21 05:08:02.528 INFO STEP 23 (ensure_symlink) COMPLETE
82452024-12-21T05:08:03.274Z[ recovery-image] Dec 21 05:08:02.528 INFO O| Dec 21 05:08:02.528 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
82462024-12-21T05:08:03.281Z[ recovery-image] Dec 21 05:08:02.539 INFO O| Dec 21 05:08:02.539 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
82472024-12-21T05:08:03.282Z[ recovery-image] Dec 21 05:08:02.539 INFO O| Dec 21 05:08:02.539 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 ...
82482024-12-21T05:08:03.285Z[ recovery-image] Dec 21 05:08:02.540 INFO O| Dec 21 05:08:02.539 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
82492024-12-21T05:08:03.285Z[ recovery-image] Dec 21 05:08:02.540 INFO O| Dec 21 05:08:02.540 INFO ok!
82502024-12-21T05:08:03.285Z[ recovery-image] Dec 21 05:08:02.540 INFO O| Dec 21 05:08:02.540 INFO STEP 24 (ensure_file) COMPLETE
82512024-12-21T05:08:03.285Z[ recovery-image] Dec 21 05:08:02.540 INFO O| Dec 21 05:08:02.540 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
82522024-12-21T05:08:03.295Z[ recovery-image] Dec 21 05:08:02.553 INFO O| Dec 21 05:08:02.552 INFO updating shadow file
82532024-12-21T05:08:03.298Z[ recovery-image] Dec 21 05:08:02.553 INFO O| Dec 21 05:08:02.553 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
82542024-12-21T05:08:03.298Z[ recovery-image] Dec 21 05:08:02.553 INFO O| Dec 21 05:08:02.553 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
82552024-12-21T05:08:03.298Z[ recovery-image] Dec 21 05:08:02.553 INFO O| Dec 21 05:08:02.553 INFO STEP 25 (shadow) COMPLETE
82562024-12-21T05:08:03.298Z[ recovery-image] Dec 21 05:08:02.553 INFO O| Dec 21 05:08:02.553 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
82572024-12-21T05:08:03.310Z[ recovery-image] Dec 21 05:08:02.566 INFO O| Dec 21 05:08:02.566 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
82582024-12-21T05:08:03.310Z[ recovery-image] Dec 21 05:08:02.566 INFO O| Dec 21 05:08:02.566 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
82592024-12-21T05:08:03.313Z[ recovery-image] Dec 21 05:08:02.566 INFO O| Dec 21 05:08:02.566 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
82602024-12-21T05:08:03.313Z[ recovery-image] Dec 21 05:08:02.566 INFO O| Dec 21 05:08:02.566 INFO ok!
82612024-12-21T05:08:03.313Z[ recovery-image] Dec 21 05:08:02.566 INFO O| Dec 21 05:08:02.566 INFO STEP 26 (ensure_file) COMPLETE
82622024-12-21T05:08:03.313Z[ recovery-image] Dec 21 05:08:02.566 INFO O| Dec 21 05:08:02.566 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
82632024-12-21T05:08:03.324Z[ recovery-image] Dec 21 05:08:02.581 INFO O| Dec 21 05:08:02.581 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
82642024-12-21T05:08:03.324Z[ recovery-image] Dec 21 05:08:02.581 INFO O| Dec 21 05:08:02.581 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
82652024-12-21T05:08:03.327Z[ recovery-image] Dec 21 05:08:02.581 INFO O| Dec 21 05:08:02.581 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
82662024-12-21T05:08:03.327Z[ recovery-image] Dec 21 05:08:02.581 INFO O| Dec 21 05:08:02.581 INFO ok!
82672024-12-21T05:08:03.327Z[ recovery-image] Dec 21 05:08:02.581 INFO O| Dec 21 05:08:02.581 INFO STEP 27 (ensure_file) COMPLETE
82682024-12-21T05:08:03.327Z[ recovery-image] Dec 21 05:08:02.581 INFO O| Dec 21 05:08:02.581 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
82692024-12-21T05:08:03.336Z[ recovery-image] Dec 21 05:08:02.594 INFO O| Dec 21 05:08:02.594 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
82702024-12-21T05:08:03.336Z[ recovery-image] Dec 21 05:08:02.594 INFO O| Dec 21 05:08:02.594 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
82712024-12-21T05:08:03.339Z[ recovery-image] Dec 21 05:08:02.594 INFO O| Dec 21 05:08:02.594 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
82722024-12-21T05:08:03.339Z[ recovery-image] Dec 21 05:08:02.594 INFO O| Dec 21 05:08:02.594 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
82732024-12-21T05:08:03.339Z[ recovery-image] Dec 21 05:08:02.594 INFO O| Dec 21 05:08:02.594 INFO ok!
82742024-12-21T05:08:03.339Z[ recovery-image] Dec 21 05:08:02.594 INFO O| Dec 21 05:08:02.594 INFO STEP 28 (ensure_file) COMPLETE
82752024-12-21T05:08:03.339Z[ recovery-image] Dec 21 05:08:02.594 INFO O| Dec 21 05:08:02.594 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
82762024-12-21T05:08:03.348Z[ recovery-image] Dec 21 05:08:02.605 INFO O| Dec 21 05:08:02.605 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
82772024-12-21T05:08:03.348Z[ recovery-image] Dec 21 05:08:02.605 INFO O| Dec 21 05:08:02.605 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
82782024-12-21T05:08:03.351Z[ recovery-image] Dec 21 05:08:02.605 INFO O| Dec 21 05:08:02.605 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
82792024-12-21T05:08:03.351Z[ recovery-image] Dec 21 05:08:02.605 INFO O| Dec 21 05:08:02.605 INFO ok!
82802024-12-21T05:08:03.351Z[ recovery-image] Dec 21 05:08:02.605 INFO O| Dec 21 05:08:02.605 INFO STEP 29 (ensure_file) COMPLETE
82812024-12-21T05:08:03.351Z[ recovery-image] Dec 21 05:08:02.605 INFO O| Dec 21 05:08:02.605 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82822024-12-21T05:08:03.360Z[ recovery-image] Dec 21 05:08:02.617 INFO O| Dec 21 05:08:02.617 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
82832024-12-21T05:08:03.362Z[ recovery-image] Dec 21 05:08:02.618 INFO O| Dec 21 05:08:02.617 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
82842024-12-21T05:08:03.362Z[ recovery-image] Dec 21 05:08:02.618 INFO O| Dec 21 05:08:02.618 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
82852024-12-21T05:08:03.362Z[ recovery-image] Dec 21 05:08:02.618 INFO O| Dec 21 05:08:02.618 INFO ok!
82862024-12-21T05:08:03.362Z[ recovery-image] Dec 21 05:08:02.618 INFO O| Dec 21 05:08:02.618 INFO STEP 30 (ensure_file) COMPLETE
82872024-12-21T05:08:03.362Z[ recovery-image] Dec 21 05:08:02.618 INFO O| Dec 21 05:08:02.618 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82882024-12-21T05:08:03.372Z[ recovery-image] Dec 21 05:08:02.629 INFO O| Dec 21 05:08:02.629 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
82892024-12-21T05:08:03.372Z[ recovery-image] Dec 21 05:08:02.629 INFO O| Dec 21 05:08:02.629 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
82902024-12-21T05:08:03.376Z[ recovery-image] Dec 21 05:08:02.629 INFO O| Dec 21 05:08:02.629 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
82912024-12-21T05:08:03.376Z[ recovery-image] Dec 21 05:08:02.629 INFO O| Dec 21 05:08:02.629 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
82922024-12-21T05:08:03.376Z[ recovery-image] Dec 21 05:08:02.629 INFO O| Dec 21 05:08:02.629 INFO ok!
82932024-12-21T05:08:03.376Z[ recovery-image] Dec 21 05:08:02.629 INFO O| Dec 21 05:08:02.629 INFO STEP 31 (ensure_file) COMPLETE
82942024-12-21T05:08:03.376Z[ recovery-image] Dec 21 05:08:02.629 INFO O| Dec 21 05:08:02.629 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82952024-12-21T05:08:03.381Z[ recovery-image] Dec 21 05:08:02.639 INFO O| Dec 21 05:08:02.639 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
82962024-12-21T05:08:03.381Z[ recovery-image] Dec 21 05:08:02.639 INFO O| Dec 21 05:08:02.639 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
82972024-12-21T05:08:03.386Z[ recovery-image] Dec 21 05:08:02.639 INFO O| Dec 21 05:08:02.639 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
82982024-12-21T05:08:03.386Z[ recovery-image] Dec 21 05:08:02.639 INFO O| Dec 21 05:08:02.639 INFO ok!
82992024-12-21T05:08:03.386Z[ recovery-image] Dec 21 05:08:02.639 INFO O| Dec 21 05:08:02.639 INFO STEP 32 (ensure_file) COMPLETE
83002024-12-21T05:08:03.386Z[ recovery-image] Dec 21 05:08:02.639 INFO O| Dec 21 05:08:02.639 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83012024-12-21T05:08:03.392Z[ recovery-image] Dec 21 05:08:02.650 INFO O| Dec 21 05:08:02.650 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
83022024-12-21T05:08:03.392Z[ recovery-image] Dec 21 05:08:02.650 INFO O| Dec 21 05:08:02.650 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
83032024-12-21T05:08:03.396Z[ recovery-image] Dec 21 05:08:02.650 INFO O| Dec 21 05:08:02.650 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
83042024-12-21T05:08:03.396Z[ recovery-image] Dec 21 05:08:02.650 INFO O| Dec 21 05:08:02.650 INFO ok!
83052024-12-21T05:08:03.396Z[ recovery-image] Dec 21 05:08:02.650 INFO O| Dec 21 05:08:02.650 INFO STEP 33 (ensure_file) COMPLETE
83062024-12-21T05:08:03.397Z[ recovery-image] Dec 21 05:08:02.650 INFO O| Dec 21 05:08:02.650 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83072024-12-21T05:08:03.403Z[ recovery-image] Dec 21 05:08:02.661 INFO O| Dec 21 05:08:02.660 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
83082024-12-21T05:08:03.403Z[ recovery-image] Dec 21 05:08:02.661 INFO O| Dec 21 05:08:02.660 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
83092024-12-21T05:08:03.403Z[ recovery-image] Dec 21 05:08:02.661 INFO O| Dec 21 05:08:02.661 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
83102024-12-21T05:08:03.406Z[ recovery-image] Dec 21 05:08:02.661 INFO O| Dec 21 05:08:02.661 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
83112024-12-21T05:08:03.406Z[ recovery-image] Dec 21 05:08:02.661 INFO O| Dec 21 05:08:02.661 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
83122024-12-21T05:08:03.406Z[ recovery-image] Dec 21 05:08:02.661 INFO O| Dec 21 05:08:02.661 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
83132024-12-21T05:08:03.406Z[ recovery-image] Dec 21 05:08:02.661 INFO O| Dec 21 05:08:02.661 INFO ok!
83142024-12-21T05:08:03.406Z[ recovery-image] Dec 21 05:08:02.661 INFO O| Dec 21 05:08:02.661 INFO STEP 34 (ensure_file) COMPLETE
83152024-12-21T05:08:03.406Z[ recovery-image] Dec 21 05:08:02.661 INFO O| Dec 21 05:08:02.661 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
83162024-12-21T05:08:03.416Z[ recovery-image] Dec 21 05:08:02.673 INFO O| Dec 21 05:08:02.672 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
83172024-12-21T05:08:03.419Z[ recovery-image] Dec 21 05:08:02.673 INFO O| Dec 21 05:08:02.673 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
83182024-12-21T05:08:03.419Z[ recovery-image] Dec 21 05:08:02.673 INFO O| Dec 21 05:08:02.673 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
83192024-12-21T05:08:03.419Z[ recovery-image] Dec 21 05:08:02.673 INFO O| Dec 21 05:08:02.673 INFO STEP 35 (ensure_dir) COMPLETE
83202024-12-21T05:08:03.419Z[ recovery-image] Dec 21 05:08:02.673 INFO O| Dec 21 05:08:02.673 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
83212024-12-21T05:08:03.428Z[ recovery-image] Dec 21 05:08:02.686 INFO O| Dec 21 05:08:02.686 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
83222024-12-21T05:08:03.428Z[ recovery-image] Dec 21 05:08:02.686 INFO O| Dec 21 05:08:02.686 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 ...
83232024-12-21T05:08:03.431Z[ recovery-image] Dec 21 05:08:02.686 INFO O| Dec 21 05:08:02.686 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
83242024-12-21T05:08:03.431Z[ recovery-image] Dec 21 05:08:02.686 INFO O| Dec 21 05:08:02.686 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
83252024-12-21T05:08:03.432Z[ recovery-image] Dec 21 05:08:02.686 INFO O| Dec 21 05:08:02.686 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
83262024-12-21T05:08:03.432Z[ recovery-image] Dec 21 05:08:02.686 INFO O| Dec 21 05:08:02.686 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
83272024-12-21T05:08:03.432Z[ recovery-image] Dec 21 05:08:02.686 INFO O| Dec 21 05:08:02.686 INFO ok!
83282024-12-21T05:08:03.432Z[ recovery-image] Dec 21 05:08:02.686 INFO O| Dec 21 05:08:02.686 INFO STEP 36 (ensure_file) COMPLETE
83292024-12-21T05:08:03.432Z[ recovery-image] Dec 21 05:08:02.686 INFO O| Dec 21 05:08:02.686 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
83302024-12-21T05:08:03.440Z[ recovery-image] Dec 21 05:08:02.698 INFO O| Dec 21 05:08:02.698 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
83312024-12-21T05:08:03.440Z[ recovery-image] Dec 21 05:08:02.698 INFO O| Dec 21 05:08:02.698 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 ...
83322024-12-21T05:08:03.442Z[ recovery-image] Dec 21 05:08:02.698 INFO O| Dec 21 05:08:02.698 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
83332024-12-21T05:08:03.442Z[ recovery-image] Dec 21 05:08:02.698 INFO O| Dec 21 05:08:02.698 INFO ok!
83342024-12-21T05:08:03.442Z[ recovery-image] Dec 21 05:08:02.698 INFO O| Dec 21 05:08:02.698 INFO STEP 37 (ensure_symlink) COMPLETE
83352024-12-21T05:08:03.442Z[ recovery-image] Dec 21 05:08:02.698 INFO O| Dec 21 05:08:02.698 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83362024-12-21T05:08:03.452Z[ recovery-image] Dec 21 05:08:02.709 INFO O| Dec 21 05:08:02.709 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
83372024-12-21T05:08:03.452Z[ recovery-image] Dec 21 05:08:02.709 INFO O| Dec 21 05:08:02.709 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
83382024-12-21T05:08:03.455Z[ recovery-image] Dec 21 05:08:02.710 INFO O| Dec 21 05:08:02.709 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
83392024-12-21T05:08:03.455Z[ recovery-image] Dec 21 05:08:02.710 INFO O| Dec 21 05:08:02.710 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
83402024-12-21T05:08:03.456Z[ recovery-image] Dec 21 05:08:02.710 INFO O| Dec 21 05:08:02.710 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
83412024-12-21T05:08:03.456Z[ recovery-image] Dec 21 05:08:02.710 INFO O| Dec 21 05:08:02.710 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
83422024-12-21T05:08:03.456Z[ recovery-image] Dec 21 05:08:02.710 INFO O| Dec 21 05:08:02.710 INFO ok!
83432024-12-21T05:08:03.456Z[ recovery-image] Dec 21 05:08:02.710 INFO O| Dec 21 05:08:02.710 INFO STEP 38 (ensure_file) COMPLETE
83442024-12-21T05:08:03.456Z[ recovery-image] Dec 21 05:08:02.710 INFO O| Dec 21 05:08:02.710 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83452024-12-21T05:08:03.462Z[ recovery-image] Dec 21 05:08:02.720 INFO O| Dec 21 05:08:02.720 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
83462024-12-21T05:08:03.462Z[ recovery-image] Dec 21 05:08:02.720 INFO O| Dec 21 05:08:02.720 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 ...
83472024-12-21T05:08:03.465Z[ recovery-image] Dec 21 05:08:02.720 INFO O| Dec 21 05:08:02.720 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
83482024-12-21T05:08:03.465Z[ recovery-image] Dec 21 05:08:02.720 INFO O| Dec 21 05:08:02.720 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
83492024-12-21T05:08:03.465Z[ recovery-image] Dec 21 05:08:02.720 INFO O| Dec 21 05:08:02.720 INFO ok!
83502024-12-21T05:08:03.465Z[ recovery-image] Dec 21 05:08:02.720 INFO O| Dec 21 05:08:02.720 INFO STEP 39 (ensure_file) COMPLETE
83512024-12-21T05:08:03.465Z[ recovery-image] Dec 21 05:08:02.720 INFO O| Dec 21 05:08:02.720 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83522024-12-21T05:08:03.479Z[ recovery-image] Dec 21 05:08:02.734 INFO O| Dec 21 05:08:02.732 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
83532024-12-21T05:08:03.479Z[ recovery-image] Dec 21 05:08:02.734 INFO O| Dec 21 05:08:02.732 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
83542024-12-21T05:08:03.479Z[ recovery-image] Dec 21 05:08:02.734 INFO O| Dec 21 05:08:02.732 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
83552024-12-21T05:08:03.479Z[ recovery-image] Dec 21 05:08:02.734 INFO O| Dec 21 05:08:02.732 INFO ok!
83562024-12-21T05:08:03.479Z[ recovery-image] Dec 21 05:08:02.734 INFO O| Dec 21 05:08:02.732 INFO STEP 40 (ensure_file) COMPLETE
83572024-12-21T05:08:03.479Z[ recovery-image] Dec 21 05:08:02.734 INFO O| Dec 21 05:08:02.732 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
83582024-12-21T05:08:03.496Z[ recovery-image] Dec 21 05:08:02.752 INFO O| Dec 21 05:08:02.752 INFO updating shadow file
83592024-12-21T05:08:03.496Z[ recovery-image] Dec 21 05:08:02.753 INFO O| Dec 21 05:08:02.753 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
83602024-12-21T05:08:03.496Z[ recovery-image] Dec 21 05:08:02.753 INFO O| Dec 21 05:08:02.753 INFO STEP 41 (shadow) COMPLETE
83612024-12-21T05:08:03.496Z[ recovery-image] Dec 21 05:08:02.753 INFO O| Dec 21 05:08:02.753 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
83622024-12-21T05:08:03.524Z[ recovery-image] Dec 21 05:08:02.778 INFO O| Dec 21 05:08:02.778 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
83632024-12-21T05:08:03.524Z[ recovery-image] Dec 21 05:08:02.779 INFO O| Dec 21 05:08:02.779 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
83642024-12-21T05:08:03.524Z[ recovery-image] Dec 21 05:08:02.779 INFO O| Dec 21 05:08:02.779 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
83652024-12-21T05:08:03.524Z[ recovery-image] Dec 21 05:08:02.780 INFO O| Dec 21 05:08:02.779 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
83662024-12-21T05:08:03.524Z[ recovery-image] Dec 21 05:08:02.780 INFO O| Dec 21 05:08:02.780 INFO ok!
83672024-12-21T05:08:03.524Z[ recovery-image] Dec 21 05:08:02.780 INFO O| Dec 21 05:08:02.780 INFO STEP 42 (ensure_file) COMPLETE
83682024-12-21T05:08:03.524Z[ recovery-image] Dec 21 05:08:02.780 INFO O| Dec 21 05:08:02.780 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83692024-12-21T05:08:03.549Z[ recovery-image] Dec 21 05:08:02.805 INFO O| Dec 21 05:08:02.805 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
83702024-12-21T05:08:03.552Z[ recovery-image] Dec 21 05:08:02.806 INFO O| Dec 21 05:08:02.805 INFO STEP 43 (ensure_dir) COMPLETE
83712024-12-21T05:08:03.552Z[ recovery-image] Dec 21 05:08:02.806 INFO O| Dec 21 05:08:02.806 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83722024-12-21T05:08:03.582Z[ recovery-image] Dec 21 05:08:02.835 INFO O| Dec 21 05:08:02.835 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
83732024-12-21T05:08:03.582Z[ recovery-image] Dec 21 05:08:02.835 INFO O| Dec 21 05:08:02.835 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
83742024-12-21T05:08:03.582Z[ recovery-image] Dec 21 05:08:02.835 INFO O| Dec 21 05:08:02.835 INFO STEP 44 (ensure_dir) COMPLETE
83752024-12-21T05:08:03.582Z[ recovery-image] Dec 21 05:08:02.835 INFO O| Dec 21 05:08:02.835 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83762024-12-21T05:08:03.600Z[ recovery-image] Dec 21 05:08:02.858 INFO O| Dec 21 05:08:02.858 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
83772024-12-21T05:08:03.600Z[ recovery-image] Dec 21 05:08:02.858 INFO O| Dec 21 05:08:02.858 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
83782024-12-21T05:08:03.600Z[ recovery-image] Dec 21 05:08:02.858 INFO O| Dec 21 05:08:02.858 INFO STEP 45 (ensure_dir) COMPLETE
83792024-12-21T05:08:03.603Z[ recovery-image] Dec 21 05:08:02.858 INFO O| Dec 21 05:08:02.858 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83802024-12-21T05:08:03.613Z[ recovery-image] Dec 21 05:08:02.871 INFO O| Dec 21 05:08:02.871 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
83812024-12-21T05:08:03.613Z[ recovery-image] Dec 21 05:08:02.871 INFO O| Dec 21 05:08:02.871 INFO copying /tmp/.tmphaBfYb/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
83822024-12-21T05:08:03.658Z[ recovery-image] Dec 21 05:08:02.916 INFO O| Dec 21 05:08:02.915 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
83832024-12-21T05:08:03.658Z[ recovery-image] Dec 21 05:08:02.916 INFO O| Dec 21 05:08:02.915 INFO ok!
83842024-12-21T05:08:03.658Z[ recovery-image] Dec 21 05:08:02.916 INFO O| Dec 21 05:08:02.916 INFO STEP 46 (ensure_file) COMPLETE
83852024-12-21T05:08:03.661Z[ recovery-image] Dec 21 05:08:02.916 INFO O| Dec 21 05:08:02.916 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83862024-12-21T05:08:03.671Z[ recovery-image] Dec 21 05:08:02.929 INFO O| Dec 21 05:08:02.929 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
83872024-12-21T05:08:03.674Z[ recovery-image] Dec 21 05:08:02.929 INFO O| Dec 21 05:08:02.929 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
83882024-12-21T05:08:03.674Z[ recovery-image] Dec 21 05:08:02.929 INFO O| Dec 21 05:08:02.929 INFO STEP 47 (ensure_dir) COMPLETE
83892024-12-21T05:08:03.674Z[ recovery-image] Dec 21 05:08:02.929 INFO O| Dec 21 05:08:02.929 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83902024-12-21T05:08:03.684Z[ recovery-image] Dec 21 05:08:02.941 INFO O| Dec 21 05:08:02.941 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
83912024-12-21T05:08:03.686Z[ recovery-image] Dec 21 05:08:02.941 INFO O| Dec 21 05:08:02.941 INFO copying /tmp/.tmphaBfYb/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
83922024-12-21T05:08:03.687Z[ recovery-image] Dec 21 05:08:02.942 INFO O| Dec 21 05:08:02.942 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
83932024-12-21T05:08:03.687Z[ recovery-image] Dec 21 05:08:02.942 INFO O| Dec 21 05:08:02.942 INFO ok!
83942024-12-21T05:08:03.687Z[ recovery-image] Dec 21 05:08:02.942 INFO O| Dec 21 05:08:02.942 INFO STEP 48 (ensure_file) COMPLETE
83952024-12-21T05:08:03.687Z[ recovery-image] Dec 21 05:08:02.942 INFO O| Dec 21 05:08:02.942 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83962024-12-21T05:08:03.695Z[ recovery-image] Dec 21 05:08:02.953 INFO O| Dec 21 05:08:02.953 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
83972024-12-21T05:08:03.695Z[ recovery-image] Dec 21 05:08:02.953 INFO O| Dec 21 05:08:02.953 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
83982024-12-21T05:08:03.695Z[ recovery-image] Dec 21 05:08:02.953 INFO O| Dec 21 05:08:02.953 INFO STEP 49 (ensure_dir) COMPLETE
83992024-12-21T05:08:03.698Z[ recovery-image] Dec 21 05:08:02.953 INFO O| Dec 21 05:08:02.953 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84002024-12-21T05:08:03.706Z[ recovery-image] Dec 21 05:08:02.964 INFO O| Dec 21 05:08:02.964 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
84012024-12-21T05:08:03.706Z[ recovery-image] Dec 21 05:08:02.964 INFO O| Dec 21 05:08:02.964 INFO copying /tmp/.tmphaBfYb/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
84022024-12-21T05:08:03.722Z[ recovery-image] Dec 21 05:08:02.979 INFO O| Dec 21 05:08:02.979 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
84032024-12-21T05:08:03.722Z[ recovery-image] Dec 21 05:08:02.980 INFO O| Dec 21 05:08:02.979 INFO ok!
84042024-12-21T05:08:03.722Z[ recovery-image] Dec 21 05:08:02.980 INFO O| Dec 21 05:08:02.979 INFO STEP 50 (ensure_file) COMPLETE
84052024-12-21T05:08:03.724Z[ recovery-image] Dec 21 05:08:02.980 INFO O| Dec 21 05:08:02.979 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84062024-12-21T05:08:03.736Z[ recovery-image] Dec 21 05:08:02.994 INFO O| Dec 21 05:08:02.994 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
84072024-12-21T05:08:03.741Z[ recovery-image] Dec 21 05:08:02.994 INFO O| Dec 21 05:08:02.994 INFO copying /tmp/.tmphaBfYb/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
84082024-12-21T05:08:04.460Z[ recovery-image] Dec 21 05:08:03.718 INFO O| Dec 21 05:08:03.718 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
84092024-12-21T05:08:04.460Z[ recovery-image] Dec 21 05:08:03.718 INFO O| Dec 21 05:08:03.718 INFO ok!
84102024-12-21T05:08:04.465Z[ recovery-image] Dec 21 05:08:03.718 INFO O| Dec 21 05:08:03.718 INFO STEP 51 (ensure_file) COMPLETE
84112024-12-21T05:08:04.465Z[ recovery-image] Dec 21 05:08:03.718 INFO O| Dec 21 05:08:03.718 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84122024-12-21T05:08:04.472Z[ recovery-image] Dec 21 05:08:03.730 INFO O| Dec 21 05:08:03.730 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
84132024-12-21T05:08:04.474Z[ recovery-image] Dec 21 05:08:03.730 INFO O| Dec 21 05:08:03.730 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
84142024-12-21T05:08:04.474Z[ recovery-image] Dec 21 05:08:03.730 INFO O| Dec 21 05:08:03.730 INFO STEP 52 (ensure_dir) COMPLETE
84152024-12-21T05:08:04.474Z[ recovery-image] Dec 21 05:08:03.730 INFO O| Dec 21 05:08:03.730 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84162024-12-21T05:08:04.485Z[ recovery-image] Dec 21 05:08:03.742 INFO O| Dec 21 05:08:03.742 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
84172024-12-21T05:08:04.485Z[ recovery-image] Dec 21 05:08:03.743 INFO O| Dec 21 05:08:03.742 INFO copying /tmp/.tmphaBfYb/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 ...
84182024-12-21T05:08:04.488Z[ recovery-image] Dec 21 05:08:03.743 INFO O| Dec 21 05:08:03.743 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
84192024-12-21T05:08:04.488Z[ recovery-image] Dec 21 05:08:03.743 INFO O| Dec 21 05:08:03.743 INFO ok!
84202024-12-21T05:08:04.488Z[ recovery-image] Dec 21 05:08:03.743 INFO O| Dec 21 05:08:03.743 INFO STEP 53 (ensure_file) COMPLETE
84212024-12-21T05:08:04.488Z[ recovery-image] Dec 21 05:08:03.743 INFO O| Dec 21 05:08:03.743 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84222024-12-21T05:08:04.499Z[ recovery-image] Dec 21 05:08:03.757 INFO O| Dec 21 05:08:03.757 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
84232024-12-21T05:08:04.499Z[ recovery-image] Dec 21 05:08:03.757 INFO O| Dec 21 05:08:03.757 INFO copying /tmp/.tmphaBfYb/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 ...
84242024-12-21T05:08:04.502Z[ recovery-image] Dec 21 05:08:03.757 INFO O| Dec 21 05:08:03.757 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
84252024-12-21T05:08:04.502Z[ recovery-image] Dec 21 05:08:03.757 INFO O| Dec 21 05:08:03.757 INFO ok!
84262024-12-21T05:08:04.502Z[ recovery-image] Dec 21 05:08:03.757 INFO O| Dec 21 05:08:03.757 INFO STEP 54 (ensure_file) COMPLETE
84272024-12-21T05:08:04.502Z[ recovery-image] Dec 21 05:08:03.757 INFO O| Dec 21 05:08:03.757 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84282024-12-21T05:08:04.512Z[ recovery-image] Dec 21 05:08:03.770 INFO O| Dec 21 05:08:03.770 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
84292024-12-21T05:08:04.513Z[ recovery-image] Dec 21 05:08:03.770 INFO O| Dec 21 05:08:03.770 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
84302024-12-21T05:08:04.513Z[ recovery-image] Dec 21 05:08:03.770 INFO O| Dec 21 05:08:03.770 INFO STEP 55 (ensure_dir) COMPLETE
84312024-12-21T05:08:04.515Z[ recovery-image] Dec 21 05:08:03.770 INFO O| Dec 21 05:08:03.770 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84322024-12-21T05:08:04.527Z[ recovery-image] Dec 21 05:08:03.783 INFO O| Dec 21 05:08:03.783 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
84332024-12-21T05:08:04.527Z[ recovery-image] Dec 21 05:08:03.783 INFO O| Dec 21 05:08:03.783 INFO copying /tmp/.tmphaBfYb/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 ...
84342024-12-21T05:08:04.527Z[ recovery-image] Dec 21 05:08:03.783 INFO O| Dec 21 05:08:03.783 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
84352024-12-21T05:08:04.527Z[ recovery-image] Dec 21 05:08:03.783 INFO O| Dec 21 05:08:03.783 INFO ok!
84362024-12-21T05:08:04.530Z[ recovery-image] Dec 21 05:08:03.783 INFO O| Dec 21 05:08:03.783 INFO STEP 56 (ensure_file) COMPLETE
84372024-12-21T05:08:04.530Z[ recovery-image] Dec 21 05:08:03.783 INFO O| Dec 21 05:08:03.783 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84382024-12-21T05:08:04.537Z[ recovery-image] Dec 21 05:08:03.795 INFO O| Dec 21 05:08:03.795 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
84392024-12-21T05:08:04.537Z[ recovery-image] Dec 21 05:08:03.795 INFO O| Dec 21 05:08:03.795 INFO copying /tmp/.tmphaBfYb/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 ...
84402024-12-21T05:08:04.539Z[ recovery-image] Dec 21 05:08:03.795 INFO O| Dec 21 05:08:03.795 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
84412024-12-21T05:08:04.539Z[ recovery-image] Dec 21 05:08:03.795 INFO O| Dec 21 05:08:03.795 INFO ok!
84422024-12-21T05:08:04.539Z[ recovery-image] Dec 21 05:08:03.795 INFO O| Dec 21 05:08:03.795 INFO STEP 57 (ensure_file) COMPLETE
84432024-12-21T05:08:04.539Z[ recovery-image] Dec 21 05:08:03.795 INFO O| Dec 21 05:08:03.795 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84442024-12-21T05:08:04.548Z[ recovery-image] Dec 21 05:08:03.806 INFO O| Dec 21 05:08:03.806 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
84452024-12-21T05:08:04.548Z[ recovery-image] Dec 21 05:08:03.806 INFO O| Dec 21 05:08:03.806 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
84462024-12-21T05:08:04.548Z[ recovery-image] Dec 21 05:08:03.806 INFO O| Dec 21 05:08:03.806 INFO STEP 58 (ensure_dir) COMPLETE
84472024-12-21T05:08:04.548Z[ recovery-image] Dec 21 05:08:03.806 INFO O| Dec 21 05:08:03.806 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84482024-12-21T05:08:04.562Z[ recovery-image] Dec 21 05:08:03.820 INFO O| Dec 21 05:08:03.820 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
84492024-12-21T05:08:04.562Z[ recovery-image] Dec 21 05:08:03.820 INFO O| Dec 21 05:08:03.820 INFO copying /tmp/.tmphaBfYb/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 ...
84502024-12-21T05:08:04.566Z[ recovery-image] Dec 21 05:08:03.820 INFO O| Dec 21 05:08:03.820 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
84512024-12-21T05:08:04.566Z[ recovery-image] Dec 21 05:08:03.820 INFO O| Dec 21 05:08:03.820 INFO ok!
84522024-12-21T05:08:04.566Z[ recovery-image] Dec 21 05:08:03.820 INFO O| Dec 21 05:08:03.820 INFO STEP 59 (ensure_file) COMPLETE
84532024-12-21T05:08:04.566Z[ recovery-image] Dec 21 05:08:03.820 INFO O| Dec 21 05:08:03.820 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84542024-12-21T05:08:04.574Z[ recovery-image] Dec 21 05:08:03.832 INFO O| Dec 21 05:08:03.832 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
84552024-12-21T05:08:04.574Z[ recovery-image] Dec 21 05:08:03.832 INFO O| Dec 21 05:08:03.832 INFO copying /tmp/.tmphaBfYb/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
84562024-12-21T05:08:04.577Z[ recovery-image] Dec 21 05:08:03.832 INFO O| Dec 21 05:08:03.832 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
84572024-12-21T05:08:04.577Z[ recovery-image] Dec 21 05:08:03.832 INFO O| Dec 21 05:08:03.832 INFO ok!
84582024-12-21T05:08:04.577Z[ recovery-image] Dec 21 05:08:03.832 INFO O| Dec 21 05:08:03.832 INFO STEP 60 (ensure_file) COMPLETE
84592024-12-21T05:08:04.577Z[ recovery-image] Dec 21 05:08:03.832 INFO O| Dec 21 05:08:03.832 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84602024-12-21T05:08:04.585Z[ recovery-image] Dec 21 05:08:03.843 INFO O| Dec 21 05:08:03.843 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
84612024-12-21T05:08:04.585Z[ recovery-image] Dec 21 05:08:03.843 INFO O| Dec 21 05:08:03.843 INFO STEP 61 (ensure_dir) COMPLETE
84622024-12-21T05:08:04.585Z[ recovery-image] Dec 21 05:08:03.843 INFO O| Dec 21 05:08:03.843 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84632024-12-21T05:08:04.598Z[ recovery-image] Dec 21 05:08:03.856 INFO O| Dec 21 05:08:03.856 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
84642024-12-21T05:08:04.598Z[ recovery-image] Dec 21 05:08:03.856 INFO O| Dec 21 05:08:03.856 INFO STEP 62 (ensure_dir) COMPLETE
84652024-12-21T05:08:04.601Z[ recovery-image] Dec 21 05:08:03.856 INFO O| Dec 21 05:08:03.856 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84662024-12-21T05:08:04.612Z[ recovery-image] Dec 21 05:08:03.870 INFO O| Dec 21 05:08:03.870 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
84672024-12-21T05:08:04.612Z[ recovery-image] Dec 21 05:08:03.870 INFO O| Dec 21 05:08:03.870 INFO STEP 63 (ensure_dir) COMPLETE
84682024-12-21T05:08:04.615Z[ recovery-image] Dec 21 05:08:03.870 INFO O| Dec 21 05:08:03.870 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84692024-12-21T05:08:04.623Z[ recovery-image] Dec 21 05:08:03.881 INFO O| Dec 21 05:08:03.881 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
84702024-12-21T05:08:04.624Z[ recovery-image] Dec 21 05:08:03.881 INFO O| Dec 21 05:08:03.881 INFO STEP 64 (ensure_dir) COMPLETE
84712024-12-21T05:08:04.626Z[ recovery-image] Dec 21 05:08:03.881 INFO O| Dec 21 05:08:03.881 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84722024-12-21T05:08:04.636Z[ recovery-image] Dec 21 05:08:03.892 INFO O| Dec 21 05:08:03.892 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
84732024-12-21T05:08:04.636Z[ recovery-image] Dec 21 05:08:03.892 INFO O| Dec 21 05:08:03.892 INFO copying /tmp/.tmphaBfYb/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
84742024-12-21T05:08:04.638Z[ recovery-image] Dec 21 05:08:03.892 INFO O| Dec 21 05:08:03.892 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
84752024-12-21T05:08:04.638Z[ recovery-image] Dec 21 05:08:03.892 INFO O| Dec 21 05:08:03.892 INFO ok!
84762024-12-21T05:08:04.638Z[ recovery-image] Dec 21 05:08:03.892 INFO O| Dec 21 05:08:03.892 INFO STEP 65 (ensure_file) COMPLETE
84772024-12-21T05:08:04.638Z[ recovery-image] Dec 21 05:08:03.892 INFO O| Dec 21 05:08:03.892 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84782024-12-21T05:08:04.645Z[ recovery-image] Dec 21 05:08:03.903 INFO O| Dec 21 05:08:03.903 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
84792024-12-21T05:08:04.648Z[ recovery-image] Dec 21 05:08:03.903 INFO O| Dec 21 05:08:03.903 INFO STEP 66 (remove_files) COMPLETE
84802024-12-21T05:08:04.648Z[ recovery-image] Dec 21 05:08:03.903 INFO O| Dec 21 05:08:03.903 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84812024-12-21T05:08:04.656Z[ recovery-image] Dec 21 05:08:03.914 INFO O| Dec 21 05:08:03.913 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
84822024-12-21T05:08:04.659Z[ recovery-image] Dec 21 05:08:03.914 INFO O| Dec 21 05:08:03.914 INFO STEP 67 (remove_files) COMPLETE
84832024-12-21T05:08:04.659Z[ recovery-image] Dec 21 05:08:03.914 INFO O| Dec 21 05:08:03.914 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84842024-12-21T05:08:04.666Z[ recovery-image] Dec 21 05:08:03.924 INFO O| Dec 21 05:08:03.924 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
84852024-12-21T05:08:04.669Z[ recovery-image] Dec 21 05:08:03.924 INFO O| Dec 21 05:08:03.924 INFO STEP 68 (remove_files) COMPLETE
84862024-12-21T05:08:04.669Z[ recovery-image] Dec 21 05:08:03.924 INFO O| Dec 21 05:08:03.924 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84872024-12-21T05:08:04.678Z[ recovery-image] Dec 21 05:08:03.935 INFO O| Dec 21 05:08:03.934 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
84882024-12-21T05:08:04.680Z[ recovery-image] Dec 21 05:08:03.935 INFO O| Dec 21 05:08:03.935 INFO STEP 69 (remove_files) COMPLETE
84892024-12-21T05:08:04.680Z[ recovery-image] Dec 21 05:08:03.935 INFO O| Dec 21 05:08:03.935 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84902024-12-21T05:08:04.687Z[ recovery-image] Dec 21 05:08:03.945 INFO O| Dec 21 05:08:03.945 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
84912024-12-21T05:08:04.689Z[ recovery-image] Dec 21 05:08:03.945 INFO O| Dec 21 05:08:03.945 INFO STEP 70 (remove_files) COMPLETE
84922024-12-21T05:08:04.690Z[ recovery-image] Dec 21 05:08:03.945 INFO O| Dec 21 05:08:03.945 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84932024-12-21T05:08:04.701Z[ recovery-image] Dec 21 05:08:03.956 INFO O| Dec 21 05:08:03.956 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
84942024-12-21T05:08:04.704Z[ recovery-image] Dec 21 05:08:03.957 INFO O| Dec 21 05:08:03.957 INFO STEP 71 (remove_files) COMPLETE
84952024-12-21T05:08:04.704Z[ recovery-image] Dec 21 05:08:03.957 INFO O| Dec 21 05:08:03.957 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84962024-12-21T05:08:04.712Z[ recovery-image] Dec 21 05:08:03.970 INFO O| Dec 21 05:08:03.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
84972024-12-21T05:08:04.712Z[ recovery-image] Dec 21 05:08:03.970 INFO O| Dec 21 05:08:03.970 INFO STEP 72 (remove_files) COMPLETE
84982024-12-21T05:08:04.712Z[ recovery-image] Dec 21 05:08:03.970 INFO O| Dec 21 05:08:03.970 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84992024-12-21T05:08:04.723Z[ recovery-image] Dec 21 05:08:03.981 INFO O| Dec 21 05:08:03.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
85002024-12-21T05:08:04.723Z[ recovery-image] Dec 21 05:08:03.981 INFO O| Dec 21 05:08:03.981 INFO STEP 73 (remove_files) COMPLETE
85012024-12-21T05:08:04.723Z[ recovery-image] Dec 21 05:08:03.981 INFO O| Dec 21 05:08:03.981 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85022024-12-21T05:08:04.734Z[ recovery-image] Dec 21 05:08:03.992 INFO O| Dec 21 05:08:03.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
85032024-12-21T05:08:04.734Z[ recovery-image] Dec 21 05:08:03.992 INFO O| Dec 21 05:08:03.992 INFO STEP 74 (remove_files) COMPLETE
85042024-12-21T05:08:04.734Z[ recovery-image] Dec 21 05:08:03.992 INFO O| Dec 21 05:08:03.992 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85052024-12-21T05:08:04.746Z[ recovery-image] Dec 21 05:08:04.002 INFO O| Dec 21 05:08:04.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
85062024-12-21T05:08:04.746Z[ recovery-image] Dec 21 05:08:04.002 INFO O| Dec 21 05:08:04.002 INFO STEP 75 (remove_files) COMPLETE
85072024-12-21T05:08:04.746Z[ recovery-image] Dec 21 05:08:04.003 INFO O| Dec 21 05:08:04.002 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85082024-12-21T05:08:04.755Z[ recovery-image] Dec 21 05:08:04.013 INFO O| Dec 21 05:08:04.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
85092024-12-21T05:08:04.755Z[ recovery-image] Dec 21 05:08:04.013 INFO O| Dec 21 05:08:04.013 INFO STEP 76 (remove_files) COMPLETE
85102024-12-21T05:08:04.755Z[ recovery-image] Dec 21 05:08:04.013 INFO O| Dec 21 05:08:04.013 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85112024-12-21T05:08:04.766Z[ recovery-image] Dec 21 05:08:04.024 INFO O| Dec 21 05:08:04.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
85122024-12-21T05:08:04.766Z[ recovery-image] Dec 21 05:08:04.024 INFO O| Dec 21 05:08:04.024 INFO STEP 77 (remove_files) COMPLETE
85132024-12-21T05:08:04.766Z[ recovery-image] Dec 21 05:08:04.024 INFO O| Dec 21 05:08:04.024 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85142024-12-21T05:08:04.776Z[ recovery-image] Dec 21 05:08:04.034 INFO O| Dec 21 05:08:04.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
85152024-12-21T05:08:04.778Z[ recovery-image] Dec 21 05:08:04.034 INFO O| Dec 21 05:08:04.034 INFO STEP 78 (remove_files) COMPLETE
85162024-12-21T05:08:04.778Z[ recovery-image] Dec 21 05:08:04.034 INFO O| Dec 21 05:08:04.034 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85172024-12-21T05:08:04.787Z[ recovery-image] Dec 21 05:08:04.045 INFO O| Dec 21 05:08:04.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
85182024-12-21T05:08:04.787Z[ recovery-image] Dec 21 05:08:04.045 INFO O| Dec 21 05:08:04.045 INFO STEP 79 (remove_files) COMPLETE
85192024-12-21T05:08:04.790Z[ recovery-image] Dec 21 05:08:04.045 INFO O| Dec 21 05:08:04.045 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85202024-12-21T05:08:04.798Z[ recovery-image] Dec 21 05:08:04.056 INFO O| Dec 21 05:08:04.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
85212024-12-21T05:08:04.798Z[ recovery-image] Dec 21 05:08:04.056 INFO O| Dec 21 05:08:04.056 INFO STEP 80 (remove_files) COMPLETE
85222024-12-21T05:08:04.801Z[ recovery-image] Dec 21 05:08:04.056 INFO O| Dec 21 05:08:04.056 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85232024-12-21T05:08:04.808Z[ recovery-image] Dec 21 05:08:04.066 INFO O| Dec 21 05:08:04.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
85242024-12-21T05:08:04.808Z[ recovery-image] Dec 21 05:08:04.066 INFO O| Dec 21 05:08:04.066 INFO STEP 81 (remove_files) COMPLETE
85252024-12-21T05:08:04.811Z[ recovery-image] Dec 21 05:08:04.066 INFO O| Dec 21 05:08:04.066 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85262024-12-21T05:08:04.819Z[ recovery-image] Dec 21 05:08:04.077 INFO O| Dec 21 05:08:04.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
85272024-12-21T05:08:04.822Z[ recovery-image] Dec 21 05:08:04.077 INFO O| Dec 21 05:08:04.077 INFO STEP 82 (remove_files) COMPLETE
85282024-12-21T05:08:04.822Z[ recovery-image] Dec 21 05:08:04.077 INFO O| Dec 21 05:08:04.077 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85292024-12-21T05:08:04.830Z[ recovery-image] Dec 21 05:08:04.087 INFO O| Dec 21 05:08:04.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
85302024-12-21T05:08:04.830Z[ recovery-image] Dec 21 05:08:04.088 INFO O| Dec 21 05:08:04.088 INFO STEP 83 (remove_files) COMPLETE
85312024-12-21T05:08:04.833Z[ recovery-image] Dec 21 05:08:04.088 INFO O| Dec 21 05:08:04.088 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85322024-12-21T05:08:04.843Z[ recovery-image] Dec 21 05:08:04.101 INFO O| Dec 21 05:08:04.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
85332024-12-21T05:08:04.843Z[ recovery-image] Dec 21 05:08:04.101 INFO O| Dec 21 05:08:04.101 INFO STEP 84 (remove_files) COMPLETE
85342024-12-21T05:08:04.843Z[ recovery-image] Dec 21 05:08:04.101 INFO O| Dec 21 05:08:04.101 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85352024-12-21T05:08:04.853Z[ recovery-image] Dec 21 05:08:04.111 INFO O| Dec 21 05:08:04.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
85362024-12-21T05:08:04.856Z[ recovery-image] Dec 21 05:08:04.111 INFO O| Dec 21 05:08:04.111 INFO STEP 85 (remove_files) COMPLETE
85372024-12-21T05:08:04.856Z[ recovery-image] Dec 21 05:08:04.111 INFO O| Dec 21 05:08:04.111 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85382024-12-21T05:08:04.864Z[ recovery-image] Dec 21 05:08:04.122 INFO O| Dec 21 05:08:04.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
85392024-12-21T05:08:04.867Z[ recovery-image] Dec 21 05:08:04.122 INFO O| Dec 21 05:08:04.122 INFO STEP 86 (remove_files) COMPLETE
85402024-12-21T05:08:04.867Z[ recovery-image] Dec 21 05:08:04.122 INFO O| Dec 21 05:08:04.122 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85412024-12-21T05:08:04.877Z[ recovery-image] Dec 21 05:08:04.133 INFO O| Dec 21 05:08:04.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
85422024-12-21T05:08:04.878Z[ recovery-image] Dec 21 05:08:04.133 INFO O| Dec 21 05:08:04.133 INFO STEP 87 (remove_files) COMPLETE
85432024-12-21T05:08:04.880Z[ recovery-image] Dec 21 05:08:04.133 INFO O| Dec 21 05:08:04.133 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85442024-12-21T05:08:04.885Z[ recovery-image] Dec 21 05:08:04.143 INFO O| Dec 21 05:08:04.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
85452024-12-21T05:08:04.888Z[ recovery-image] Dec 21 05:08:04.143 INFO O| Dec 21 05:08:04.143 INFO STEP 88 (remove_files) COMPLETE
85462024-12-21T05:08:04.888Z[ recovery-image] Dec 21 05:08:04.143 INFO O| Dec 21 05:08:04.143 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85472024-12-21T05:08:04.898Z[ recovery-image] Dec 21 05:08:04.155 INFO O| Dec 21 05:08:04.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
85482024-12-21T05:08:04.898Z[ recovery-image] Dec 21 05:08:04.155 INFO O| Dec 21 05:08:04.155 INFO STEP 89 (remove_files) COMPLETE
85492024-12-21T05:08:04.898Z[ recovery-image] Dec 21 05:08:04.155 INFO O| Dec 21 05:08:04.155 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85502024-12-21T05:08:04.908Z[ recovery-image] Dec 21 05:08:04.166 INFO O| Dec 21 05:08:04.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
85512024-12-21T05:08:04.908Z[ recovery-image] Dec 21 05:08:04.166 INFO O| Dec 21 05:08:04.166 INFO STEP 90 (remove_files) COMPLETE
85522024-12-21T05:08:04.911Z[ recovery-image] Dec 21 05:08:04.166 INFO O| Dec 21 05:08:04.166 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85532024-12-21T05:08:04.920Z[ recovery-image] Dec 21 05:08:04.178 INFO O| Dec 21 05:08:04.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
85542024-12-21T05:08:04.920Z[ recovery-image] Dec 21 05:08:04.178 INFO O| Dec 21 05:08:04.178 INFO STEP 91 (remove_files) COMPLETE
85552024-12-21T05:08:04.920Z[ recovery-image] Dec 21 05:08:04.178 INFO O| Dec 21 05:08:04.178 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85562024-12-21T05:08:04.933Z[ recovery-image] Dec 21 05:08:04.189 INFO O| Dec 21 05:08:04.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
85572024-12-21T05:08:04.933Z[ recovery-image] Dec 21 05:08:04.189 INFO O| Dec 21 05:08:04.189 INFO STEP 92 (remove_files) COMPLETE
85582024-12-21T05:08:04.937Z[ recovery-image] Dec 21 05:08:04.189 INFO O| Dec 21 05:08:04.189 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85592024-12-21T05:08:04.944Z[ recovery-image] Dec 21 05:08:04.202 INFO O| Dec 21 05:08:04.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
85602024-12-21T05:08:04.944Z[ recovery-image] Dec 21 05:08:04.202 INFO O| Dec 21 05:08:04.202 INFO STEP 93 (remove_files) COMPLETE
85612024-12-21T05:08:04.946Z[ recovery-image] Dec 21 05:08:04.202 INFO O| Dec 21 05:08:04.202 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85622024-12-21T05:08:04.958Z[ recovery-image] Dec 21 05:08:04.215 INFO O| Dec 21 05:08:04.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
85632024-12-21T05:08:04.958Z[ recovery-image] Dec 21 05:08:04.215 INFO O| Dec 21 05:08:04.215 INFO STEP 94 (remove_files) COMPLETE
85642024-12-21T05:08:04.962Z[ recovery-image] Dec 21 05:08:04.215 INFO O| Dec 21 05:08:04.215 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
85652024-12-21T05:08:04.973Z[ recovery-image] Dec 21 05:08:04.231 INFO O| Dec 21 05:08:04.230 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
85662024-12-21T05:08:04.976Z[ recovery-image] Dec 21 05:08:04.231 INFO O| Dec 21 05:08:04.231 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"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", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"}
85672024-12-21T05:08:13.277Z[ recovery-image] Dec 21 05:08:12.535 INFO O| Dec 21 05:08:12.535 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
85682024-12-21T05:08:13.277Z[ recovery-image] Dec 21 05:08:12.535 INFO O| Dec 21 05:08:12.535 INFO E| svccfg: Loaded 67 smf(7) service descriptions
85692024-12-21T05:08:13.290Z[ recovery-image] Dec 21 05:08:12.548 INFO O| Dec 21 05:08:12.548 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "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"}
85702024-12-21T05:08:13.367Z[ recovery-image] Dec 21 05:08:12.626 INFO O| Dec 21 05:08:12.626 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
85712024-12-21T05:08:13.367Z[ recovery-image] Dec 21 05:08:12.626 INFO O| Dec 21 05:08:12.626 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 ...
85722024-12-21T05:08:13.370Z[ recovery-image] Dec 21 05:08:12.629 INFO O| Dec 21 05:08:12.629 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
85732024-12-21T05:08:13.370Z[ recovery-image] Dec 21 05:08:12.629 INFO O| Dec 21 05:08:12.629 INFO ok!
85742024-12-21T05:08:13.370Z[ recovery-image] Dec 21 05:08:12.629 INFO O| Dec 21 05:08:12.629 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
85752024-12-21T05:08:13.370Z[ recovery-image] Dec 21 05:08:12.629 INFO O| Dec 21 05:08:12.629 INFO STEP 95 (seed_smf) COMPLETE
85762024-12-21T05:08:13.370Z[ recovery-image] Dec 21 05:08:12.629 INFO O| Dec 21 05:08:12.629 INFO steps complete; finalising image!
85772024-12-21T05:08:13.373Z[ recovery-image] Dec 21 05:08:12.629 INFO O| Dec 21 05:08:12.629 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
85782024-12-21T05:08:13.408Z[ recovery-image] Dec 21 05:08:12.666 INFO O| Dec 21 05:08:12.666 INFO trim TEMPORARY-gimlet-zfs-recovery: (8% trimmed, started at Sat Dec 21 05:08:12 2024)
85792024-12-21T05:08:13.805Z[ recovery-image] Dec 21 05:08:12.873 INFO O| Dec 21 05:08:12.873 INFO trim TEMPORARY-gimlet-zfs-recovery: (62% trimmed, started at Sat Dec 21 05:08:12 2024)
85802024-12-21T05:08:13.823Z[ recovery-image] Dec 21 05:08:13.082 INFO O| Dec 21 05:08:13.082 INFO trim TEMPORARY-gimlet-zfs-recovery: (62% trimmed, started at Sat Dec 21 05:08:12 2024)
85812024-12-21T05:08:14.050Z[ recovery-image] Dec 21 05:08:13.309 INFO O| Dec 21 05:08:13.308 INFO temporary pool has 363M used, 1.40G avail, 1.00x compressratio
85822024-12-21T05:08:14.050Z[ recovery-image] Dec 21 05:08:13.309 INFO O| Dec 21 05:08:13.308 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
85832024-12-21T05:08:14.289Z[ recovery-image] Dec 21 05:08:13.548 INFO O| Dec 21 05:08:13.548 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
85842024-12-21T05:08:14.290Z[ recovery-image] Dec 21 05:08:13.548 INFO O| Dec 21 05:08:13.548 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
85852024-12-21T05:08:17.374Z[ recovery-image] Dec 21 05:08:16.634 INFO O| Dec 21 05:08:16.634 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
85862024-12-21T05:08:17.374Z[ recovery-image] Dec 21 05:08:16.634 INFO O| Dec 21 05:08:16.634 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
85872024-12-21T05:08:17.377Z[ recovery-image] Dec 21 05:08:16.634 INFO O| Dec 21 05:08:16.634 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
85882024-12-21T05:08:17.377Z[ recovery-image] Dec 21 05:08:16.634 INFO O| Dec 21 05:08:16.634 INFO completed processing gimlet/zfs-recovery
85892024-12-21T05:08:17.377Z[ recovery-image] Dec 21 05:08:16.634 INFO O| Dec 21 05:08:16.634 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
85902024-12-21T05:08:17.948Z[ recovery-image] Dec 21 05:08:17.208 INFO O| Dec 21 05:08:17.208 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
85912024-12-21T05:08:18.050Z[ recovery-image] Dec 21 05:08:17.310 INFO BUILD STRING "heads/stlouis-0-g37a4469737\n"
85922024-12-21T05:08:18.053Z[ recovery-image] Dec 21 05:08:17.311 INFO expanded image name: "recovery 9026ed2/${os_short_commit} 2024-12-21 04:34" -> "recovery 9026ed2/37a4469 2024-12-21 04:34"
85932024-12-21T05:08:18.053Z[ recovery-image] Dec 21 05:08:17.311 INFO output artefacts stored in: "/work/os-recovery"
85942024-12-21T05:08:18.053Z[ recovery-image] Dec 21 05:08:17.311 INFO collecting git info from project "image-builder"...
85952024-12-21T05:08:18.079Z[ recovery-image] Dec 21 05:08:17.339 INFO collecting git info from project "bootserver"...
85962024-12-21T05:08:18.088Z[ recovery-image] Dec 21 05:08:17.347 INFO collecting git info from project "phbl"...
85972024-12-21T05:08:18.095Z[ recovery-image] Dec 21 05:08:17.355 INFO collecting git info from project "chelsio-t6-roms"...
85982024-12-21T05:08:18.117Z[ recovery-image] Dec 21 05:08:17.376 INFO collecting git info from project "amd-firmware"...
85992024-12-21T05:08:18.426Z[ recovery-image] Dec 21 05:08:17.685 INFO collecting git info from project "pinprick"...
86002024-12-21T05:08:18.432Z[ recovery-image] Dec 21 05:08:17.692 INFO collecting git info from project "amd-host-image-builder"...
86012024-12-21T05:08:18.733Z[ recovery-image] Dec 21 05:08:17.992 INFO collecting git info from project "pilot"...
86022024-12-21T05:08:18.751Z[ recovery-image] Dec 21 05:08:18.011 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
86032024-12-21T05:08:19.125Z[ recovery-image] Dec 21 05:08:18.384 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
86042024-12-21T05:08:19.482Z[ recovery-image] Dec 21 05:08:18.742 INFO creating Oxide boot image...
86052024-12-21T05:08:19.485Z[ recovery-image] Dec 21 05:08:18.742 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 9026ed2/37a4469 2024-12-21 04:34", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
86062024-12-21T05:09:03.017Z[ host-image] Dec 21 05:09:02.283 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23080:20241219T204658Z
86072024-12-21T05:09:03.017Z[ host-image] Dec 21 05:09:02.283 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23080:20241219T204658Z
86082024-12-21T05:09:03.021Z[ host-image] Dec 21 05:09:02.283 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
86092024-12-21T05:09:03.021Z[ host-image] Dec 21 05:09:02.283 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
86102024-12-21T05:09:03.021Z[ host-image] Dec 21 05:09:02.284 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
86112024-12-21T05:09:03.021Z[ host-image] Dec 21 05:09:02.284 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
86122024-12-21T05:09:03.021Z[ host-image] Dec 21 05:09:02.285 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
86132024-12-21T05:09:03.021Z[ host-image] Dec 21 05:09:02.285 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
86142024-12-21T05:09:03.021Z[ host-image] Dec 21 05:09:02.285 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
86152024-12-21T05:09:03.021Z[ host-image] Dec 21 05:09:02.285 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
86162024-12-21T05:09:03.021Z[ host-image] Dec 21 05:09:02.286 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23080:20241219T204659Z
86172024-12-21T05:09:03.024Z[ host-image] Dec 21 05:09:02.288 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23080:20241219T204659Z
86182024-12-21T05:09:03.024Z[ host-image] Dec 21 05:09:02.289 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23080:20241219T204659Z
86192024-12-21T05:09:03.027Z[ host-image] Dec 21 05:09:02.290 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23080:20241219T204700Z
86202024-12-21T05:09:03.027Z[ host-image] Dec 21 05:09:02.290 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
86212024-12-21T05:09:03.027Z[ host-image] Dec 21 05:09:02.291 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23080:20241219T204700Z
86222024-12-21T05:09:03.027Z[ host-image] Dec 21 05:09:02.293 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23080:20241219T204700Z
86232024-12-21T05:09:03.027Z[ host-image] Dec 21 05:09:02.293 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23080:20241219T204700Z
86242024-12-21T05:09:03.030Z[ host-image] Dec 21 05:09:02.293 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23080:20241219T204700Z
86252024-12-21T05:09:03.030Z[ host-image] Dec 21 05:09:02.293 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23080:20241219T204701Z
86262024-12-21T05:09:03.030Z[ host-image] Dec 21 05:09:02.293 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23080:20241219T204701Z
86272024-12-21T05:09:03.030Z[ host-image] Dec 21 05:09:02.293 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23080:20241219T204701Z
86282024-12-21T05:09:03.030Z[ host-image] Dec 21 05:09:02.294 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23080:20241219T204702Z
86292024-12-21T05:09:03.030Z[ host-image] Dec 21 05:09:02.294 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23080:20241219T204702Z
86302024-12-21T05:09:03.030Z[ host-image] Dec 21 05:09:02.294 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23080:20241219T204702Z
86312024-12-21T05:09:03.030Z[ host-image] Dec 21 05:09:02.295 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23080:20241219T204704Z
86322024-12-21T05:09:03.030Z[ host-image] Dec 21 05:09:02.295 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23080:20241219T204704Z
86332024-12-21T05:09:03.031Z[ host-image] Dec 21 05:09:02.295 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23080:20241219T204705Z
86342024-12-21T05:09:03.031Z[ host-image] Dec 21 05:09:02.295 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23080:20241219T204706Z
86352024-12-21T05:09:03.031Z[ host-image] Dec 21 05:09:02.295 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.311:20241203T104954Z
86362024-12-21T05:09:03.031Z[ host-image] Dec 21 05:09:02.295 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23080:20241219T204707Z
86372024-12-21T05:09:03.031Z[ host-image] Dec 21 05:09:02.295 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23080:20241219T204709Z
86382024-12-21T05:09:03.034Z[ host-image] Dec 21 05:09:02.296 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23080:20241219T204710Z
86392024-12-21T05:09:03.034Z[ host-image] Dec 21 05:09:02.296 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23080:20241219T204711Z
86402024-12-21T05:09:03.034Z[ host-image] Dec 21 05:09:02.297 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23080:20241219T204712Z
86412024-12-21T05:09:03.034Z[ host-image] Dec 21 05:09:02.298 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23080:20241219T204712Z
86422024-12-21T05:09:03.046Z[ host-image] Dec 21 05:09:02.311 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
86432024-12-21T05:09:03.046Z[ host-image] Dec 21 05:09:02.311 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23080:20241219T204712Z
86442024-12-21T05:09:03.049Z[ host-image] Dec 21 05:09:02.312 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z
86452024-12-21T05:09:03.049Z[ host-image] Dec 21 05:09:02.312 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
86462024-12-21T05:09:03.049Z[ host-image] Dec 21 05:09:02.313 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
86472024-12-21T05:09:03.049Z[ host-image] Dec 21 05:09:02.313 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23080:20241219T204712Z
86482024-12-21T05:09:03.049Z[ host-image] Dec 21 05:09:02.313 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
86492024-12-21T05:09:03.049Z[ host-image] Dec 21 05:09:02.314 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
86502024-12-21T05:09:03.051Z[ host-image] Dec 21 05:09:02.315 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
86512024-12-21T05:09:03.051Z[ host-image] Dec 21 05:09:02.316 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
86522024-12-21T05:09:03.069Z[ host-image] Dec 21 05:09:02.334 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
86532024-12-21T05:09:03.069Z[ host-image] Dec 21 05:09:02.335 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
86542024-12-21T05:09:03.071Z[ host-image] Dec 21 05:09:02.335 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
86552024-12-21T05:09:03.071Z[ host-image] Dec 21 05:09:02.336 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
86562024-12-21T05:09:03.071Z[ host-image] Dec 21 05:09:02.337 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
86572024-12-21T05:09:03.071Z[ host-image] Dec 21 05:09:02.337 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
86582024-12-21T05:09:03.135Z[ host-image] Dec 21 05:09:02.401 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
86592024-12-21T05:09:03.138Z[ host-image] Dec 21 05:09:02.402 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
86602024-12-21T05:09:03.138Z[ host-image] Dec 21 05:09:02.402 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
86612024-12-21T05:09:03.138Z[ host-image] Dec 21 05:09:02.403 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23080:20241219T204714Z
86622024-12-21T05:09:03.138Z[ host-image] Dec 21 05:09:02.403 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23080:20241219T204720Z
86632024-12-21T05:09:03.138Z[ host-image] Dec 21 05:09:02.404 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
86642024-12-21T05:09:03.138Z[ host-image] Dec 21 05:09:02.404 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23080:20241219T204720Z
86652024-12-21T05:09:03.141Z[ host-image] Dec 21 05:09:02.404 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
86662024-12-21T05:09:03.141Z[ host-image] Dec 21 05:09:02.404 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
86672024-12-21T05:09:03.141Z[ host-image] Dec 21 05:09:02.404 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
86682024-12-21T05:09:03.141Z[ host-image] Dec 21 05:09:02.405 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23080:20241219T204720Z
86692024-12-21T05:09:03.141Z[ host-image] Dec 21 05:09:02.405 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
86702024-12-21T05:09:03.145Z[ host-image] Dec 21 05:09:02.411 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
86712024-12-21T05:09:03.148Z[ host-image] Dec 21 05:09:02.411 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
86722024-12-21T05:09:03.148Z[ host-image] Dec 21 05:09:02.412 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
86732024-12-21T05:09:03.148Z[ host-image] Dec 21 05:09:02.412 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23080:20241219T204721Z
86742024-12-21T05:09:03.148Z[ host-image] Dec 21 05:09:02.412 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
86752024-12-21T05:09:03.176Z[ host-image] Dec 21 05:09:02.442 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
86762024-12-21T05:09:03.180Z[ host-image] Dec 21 05:09:02.442 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23080:20241219T204721Z
86772024-12-21T05:09:03.184Z[ host-image] Dec 21 05:09:02.445 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23080:20241219T204721Z
86782024-12-21T05:09:03.184Z[ host-image] Dec 21 05:09:02.446 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23080:20241219T204721Z
86792024-12-21T05:09:03.184Z[ host-image] Dec 21 05:09:02.446 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
86802024-12-21T05:09:03.184Z[ host-image] Dec 21 05:09:02.447 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23080:20241219T204723Z
86812024-12-21T05:09:03.184Z[ host-image] Dec 21 05:09:02.448 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23080:20241219T204723Z
86822024-12-21T05:09:03.184Z[ host-image] Dec 21 05:09:02.448 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23080:20241219T204723Z
86832024-12-21T05:09:03.184Z[ host-image] Dec 21 05:09:02.448 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23080:20241219T204723Z
86842024-12-21T05:09:03.188Z[ host-image] Dec 21 05:09:02.453 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
86852024-12-21T05:09:03.208Z[ host-image] Dec 21 05:09:02.474 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23080:20241219T204724Z
86862024-12-21T05:09:03.211Z[ host-image] Dec 21 05:09:02.475 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23080:20241219T204725Z
86872024-12-21T05:09:03.211Z[ host-image] Dec 21 05:09:02.475 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
86882024-12-21T05:09:03.211Z[ host-image] Dec 21 05:09:02.476 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23080:20241219T204725Z
86892024-12-21T05:09:03.211Z[ host-image] Dec 21 05:09:02.476 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23080:20241219T204725Z
86902024-12-21T05:09:03.211Z[ host-image] Dec 21 05:09:02.477 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.10.24-2.0.23080:20241219T204725Z
86912024-12-21T05:09:03.214Z[ host-image] Dec 21 05:09:02.478 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23080:20241219T204725Z
86922024-12-21T05:09:03.224Z[ host-image] Dec 21 05:09:02.490 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23080:20241219T204725Z
86932024-12-21T05:09:03.224Z[ host-image] Dec 21 05:09:02.490 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
86942024-12-21T05:09:03.227Z[ host-image] Dec 21 05:09:02.493 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23080:20241219T204725Z
86952024-12-21T05:09:03.229Z[ host-image] Dec 21 05:09:02.495 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23080:20241219T204726Z
86962024-12-21T05:09:03.229Z[ host-image] Dec 21 05:09:02.495 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23080:20241219T204726Z
86972024-12-21T05:09:03.232Z[ host-image] Dec 21 05:09:02.496 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23080:20241219T204726Z
86982024-12-21T05:09:03.232Z[ host-image] Dec 21 05:09:02.497 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23080:20241219T204726Z
86992024-12-21T05:09:03.232Z[ host-image] Dec 21 05:09:02.497 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23080:20241219T204726Z
87002024-12-21T05:09:03.245Z[ host-image] Dec 21 05:09:02.511 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23080:20241219T204728Z
87012024-12-21T05:09:03.248Z[ host-image] Dec 21 05:09:02.511 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23080:20241219T204727Z
87022024-12-21T05:09:03.248Z[ host-image] Dec 21 05:09:02.512 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23080:20241219T204727Z
87032024-12-21T05:09:03.248Z[ host-image] Dec 21 05:09:02.514 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23080:20241219T204727Z
87042024-12-21T05:09:03.251Z[ host-image] Dec 21 05:09:02.514 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23080:20241219T204728Z
87052024-12-21T05:09:03.297Z[ host-image] Dec 21 05:09:02.563 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23080:20241219T204731Z
87062024-12-21T05:09:03.297Z[ host-image] Dec 21 05:09:02.563 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23080:20241219T204728Z
87072024-12-21T05:09:03.300Z[ host-image] Dec 21 05:09:02.563 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23080:20241219T204728Z
87082024-12-21T05:09:03.300Z[ host-image] Dec 21 05:09:02.563 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
87092024-12-21T05:09:03.300Z[ host-image] Dec 21 05:09:02.564 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
87102024-12-21T05:09:03.360Z[ host-image] Dec 21 05:09:02.626 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23080:20241219T204728Z
87112024-12-21T05:09:03.363Z[ host-image] Dec 21 05:09:02.626 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
87122024-12-21T05:09:03.363Z[ host-image] Dec 21 05:09:02.627 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23080:20241219T204729Z
87132024-12-21T05:09:03.363Z[ host-image] Dec 21 05:09:02.627 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23080:20241219T204729Z
87142024-12-21T05:09:03.363Z[ host-image] Dec 21 05:09:02.629 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23080:20241219T204729Z
87152024-12-21T05:09:03.363Z[ host-image] Dec 21 05:09:02.629 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
87162024-12-21T05:09:03.366Z[ host-image] Dec 21 05:09:02.630 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
87172024-12-21T05:09:03.366Z[ host-image] Dec 21 05:09:02.630 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23080:20241219T204730Z
87182024-12-21T05:09:03.366Z[ host-image] Dec 21 05:09:02.630 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23080:20241219T204730Z
87192024-12-21T05:09:03.366Z[ host-image] Dec 21 05:09:02.631 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23080:20241219T204730Z
87202024-12-21T05:09:03.367Z[ host-image] Dec 21 05:09:02.631 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23080:20241219T204730Z
87212024-12-21T05:09:03.367Z[ host-image] Dec 21 05:09:02.631 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23080:20241219T204730Z
87222024-12-21T05:09:03.369Z[ host-image] Dec 21 05:09:02.632 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23080:20241219T204731Z
87232024-12-21T05:09:03.372Z[ host-image] Dec 21 05:09:02.636 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
87242024-12-21T05:09:03.372Z[ host-image] Dec 21 05:09:02.636 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23080:20241219T204731Z
87252024-12-21T05:09:03.375Z[ host-image] Dec 21 05:09:02.639 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23080:20241219T204731Z
87262024-12-21T05:09:03.375Z[ host-image] Dec 21 05:09:02.639 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23080:20241219T204731Z
87272024-12-21T05:09:03.375Z[ host-image] Dec 21 05:09:02.639 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23080:20241219T204733Z
87282024-12-21T05:09:03.375Z[ host-image] Dec 21 05:09:02.639 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23080:20241219T204732Z
87292024-12-21T05:09:03.375Z[ host-image] Dec 21 05:09:02.640 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23080:20241219T204732Z
87302024-12-21T05:09:03.375Z[ host-image] Dec 21 05:09:02.640 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
87312024-12-21T05:09:03.376Z[ host-image] Dec 21 05:09:02.640 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
87322024-12-21T05:09:03.376Z[ host-image] Dec 21 05:09:02.640 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23080:20241219T204734Z
87332024-12-21T05:09:03.376Z[ host-image] Dec 21 05:09:02.641 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23080:20241219T204735Z
87342024-12-21T05:09:03.376Z[ host-image] Dec 21 05:09:02.641 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
87352024-12-21T05:09:03.376Z[ host-image] Dec 21 05:09:02.641 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
87362024-12-21T05:09:03.378Z[ host-image] Dec 21 05:09:02.641 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
87372024-12-21T05:09:03.378Z[ host-image] Dec 21 05:09:02.642 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
87382024-12-21T05:09:03.378Z[ host-image] Dec 21 05:09:02.642 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
87392024-12-21T05:09:03.378Z[ host-image] Dec 21 05:09:02.643 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
87402024-12-21T05:09:03.381Z[ host-image] Dec 21 05:09:02.645 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z
87412024-12-21T05:09:03.381Z[ host-image] Dec 21 05:09:02.645 INFO O| tempdir @ "/tmp/.tmp6TojMS/tmp"
87422024-12-21T05:09:03.381Z[ host-image] Dec 21 05:09:02.645 INFO O| image root @ "/tmp/.tmp6TojMS/tmp/root"
87432024-12-21T05:09:03.381Z[ host-image] Dec 21 05:09:02.645 INFO O| creating image...
87442024-12-21T05:09:04.486Z[ host-image] Dec 21 05:09:03.751 INFO O| copying publishers...
87452024-12-21T05:09:26.811Z[ host-image] Dec 21 05:09:26.080 INFO O| adding properties...
87462024-12-21T05:09:29.040Z[ host-image] Dec 21 05:09:28.308 INFO O| installing packages...
87472024-12-21T05:09:30.583Z[ recovery-image] Dec 21 05:09:29.851 INFO O| ok, image written!
87482024-12-21T05:09:30.583Z[ recovery-image] Dec 21 05:09:29.851 INFO O| ok, boot_image_csum file written!
87492024-12-21T05:09:30.589Z[ recovery-image] Dec 21 05:09:29.858 INFO creating boot archive (CPIO)...
87502024-12-21T05:09:30.589Z[ recovery-image] Dec 21 05:09:29.858 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
87512024-12-21T05:09:30.601Z[ recovery-image] Dec 21 05:09:29.870 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
87522024-12-21T05:09:30.601Z[ recovery-image] Dec 21 05:09:29.870 INFO E| + outfile=/work/os-recovery/cpio
87532024-12-21T05:09:30.603Z[ recovery-image] Dec 21 05:09:29.870 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
87542024-12-21T05:09:30.606Z[ recovery-image] Dec 21 05:09:29.873 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
87552024-12-21T05:09:30.606Z[ recovery-image] Dec 21 05:09:29.873 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
87562024-12-21T05:09:30.651Z[ recovery-image] Dec 21 05:09:29.920 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
87572024-12-21T05:09:30.651Z[ recovery-image] Dec 21 05:09:29.920 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
87582024-12-21T05:09:30.661Z[ recovery-image] Dec 21 05:09:29.931 INFO creating compressed cpio/unix for nanobl-rs...
87592024-12-21T05:09:30.661Z[ recovery-image] Dec 21 05:09:29.931 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
87602024-12-21T05:09:31.094Z[ recovery-image] Dec 21 05:09:30.363 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
87612024-12-21T05:09:36.727Z[ recovery-image] Dec 21 05:09:35.996 INFO creating reset image...
87622024-12-21T05:09:36.729Z[ recovery-image] Dec 21 05:09:35.997 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
87632024-12-21T05:09:37.439Z[ recovery-image] Dec 21 05:09:36.709 INFO E| Updating crates.io index
87642024-12-21T05:09:37.862Z[ recovery-image] Dec 21 05:09:37.132 INFO E| Downloading crates ...
87652024-12-21T05:09:37.980Z[ recovery-image] Dec 21 05:09:37.250 INFO E| Downloaded os_pipe v1.2.1
87662024-12-21T05:09:37.988Z[ recovery-image] Dec 21 05:09:37.257 INFO E| Downloaded shared_child v1.0.1
87672024-12-21T05:09:37.993Z[ recovery-image] Dec 21 05:09:37.261 INFO E| Downloaded duct v0.13.7
87682024-12-21T05:09:37.996Z[ recovery-image] Dec 21 05:09:37.263 INFO E| Downloaded clap_derive v4.5.13
87692024-12-21T05:09:37.999Z[ recovery-image] Dec 21 05:09:37.266 INFO E| Downloaded clap v4.5.17
87702024-12-21T05:09:38.009Z[ recovery-image] Dec 21 05:09:37.279 INFO E| Downloaded syn v2.0.77
87712024-12-21T05:09:38.047Z[ recovery-image] Dec 21 05:09:37.317 INFO E| Downloaded clap_builder v4.5.17
87722024-12-21T05:09:38.115Z[ recovery-image] Dec 21 05:09:37.385 INFO E| Downloaded libc v0.2.158
87732024-12-21T05:09:38.271Z[ recovery-image] Dec 21 05:09:37.541 INFO E| Compiling proc-macro2 v1.0.86
87742024-12-21T05:09:38.274Z[ recovery-image] Dec 21 05:09:37.541 INFO E| Compiling unicode-ident v1.0.13
87752024-12-21T05:09:38.274Z[ recovery-image] Dec 21 05:09:37.542 INFO E| Compiling libc v0.2.158
87762024-12-21T05:09:38.274Z[ recovery-image] Dec 21 05:09:37.542 INFO E| Compiling utf8parse v0.2.2
87772024-12-21T05:09:38.274Z[ recovery-image] Dec 21 05:09:37.542 INFO E| Compiling anstyle v1.0.8
87782024-12-21T05:09:38.275Z[ recovery-image] Dec 21 05:09:37.542 INFO E| Compiling anstyle-query v1.1.1
87792024-12-21T05:09:38.275Z[ recovery-image] Dec 21 05:09:37.542 INFO E| Compiling colorchoice v1.0.2
87802024-12-21T05:09:38.275Z[ recovery-image] Dec 21 05:09:37.542 INFO E| Compiling is_terminal_polyfill v1.70.1
87812024-12-21T05:09:38.912Z[ recovery-image] Dec 21 05:09:38.182 INFO E| Compiling anstyle-parse v0.2.5
87822024-12-21T05:09:39.098Z[ recovery-image] Dec 21 05:09:38.369 INFO E| Compiling clap_lex v0.7.2
87832024-12-21T05:09:39.124Z[ recovery-image] Dec 21 05:09:38.395 INFO E| Compiling heck v0.5.0
87842024-12-21T05:09:39.219Z[ recovery-image] Dec 21 05:09:38.488 INFO E| Compiling strsim v0.11.1
87852024-12-21T05:09:39.270Z[ recovery-image] Dec 21 05:09:38.540 INFO E| Compiling once_cell v1.19.0
87862024-12-21T05:09:39.911Z[ recovery-image] Dec 21 05:09:39.182 INFO E| Compiling anstream v0.6.15
87872024-12-21T05:09:40.545Z[ recovery-image] Dec 21 05:09:39.815 INFO E| Compiling clap_builder v4.5.17
87882024-12-21T05:09:41.446Z[ recovery-image] Dec 21 05:09:40.717 INFO E| Compiling quote v1.0.37
87892024-12-21T05:09:41.479Z[ recovery-image] Dec 21 05:09:40.749 INFO E| Compiling shared_child v1.0.1
87902024-12-21T05:09:41.479Z[ recovery-image] Dec 21 05:09:40.749 INFO E| Compiling os_pipe v1.2.1
87912024-12-21T05:09:41.741Z[ recovery-image] Dec 21 05:09:41.012 INFO E| Compiling duct v0.13.7
87922024-12-21T05:09:42.104Z[ recovery-image] Dec 21 05:09:41.374 INFO E| Compiling syn v2.0.77
87932024-12-21T05:09:51.285Z[ recovery-image] Dec 21 05:09:50.557 INFO E| Compiling clap_derive v4.5.13
87942024-12-21T05:09:55.792Z[ recovery-image] Dec 21 05:09:55.064 INFO E| Compiling clap v4.5.17
87952024-12-21T05:09:55.882Z[ recovery-image] Dec 21 05:09:55.155 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
87962024-12-21T05:09:58.146Z[ recovery-image] Dec 21 05:09:57.418 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.21s
87972024-12-21T05:09:58.161Z[ recovery-image] Dec 21 05:09:57.434 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
87982024-12-21T05:09:58.469Z[ recovery-image] Dec 21 05:09:57.742 INFO E| Updating crates.io index
87992024-12-21T05:09:58.698Z[ recovery-image] Dec 21 05:09:57.971 INFO E| Downloading crates ...
88002024-12-21T05:09:58.909Z[ recovery-image] Dec 21 05:09:58.182 INFO E| Downloaded seq-macro v0.3.5
88012024-12-21T05:09:58.913Z[ recovery-image] Dec 21 05:09:58.185 INFO E| Downloaded bitstruct v0.1.1
88022024-12-21T05:09:58.915Z[ recovery-image] Dec 21 05:09:58.187 INFO E| Downloaded bit_field v0.10.2
88032024-12-21T05:09:58.918Z[ recovery-image] Dec 21 05:09:58.190 INFO E| Downloaded cpio_reader v0.1.1
88042024-12-21T05:09:58.921Z[ recovery-image] Dec 21 05:09:58.192 INFO E| Downloaded bitstruct_derive v0.1.0
88052024-12-21T05:09:58.930Z[ recovery-image] Dec 21 05:09:58.204 INFO E| Downloaded raw-cpuid v10.7.0
88062024-12-21T05:09:58.953Z[ recovery-image] Dec 21 05:09:58.226 INFO E| Downloaded syn v2.0.85
88072024-12-21T05:09:59.115Z[ recovery-image] Dec 21 05:09:58.388 INFO E| Downloaded x86 v0.52.0
88082024-12-21T05:09:59.208Z[ recovery-image] Dec 21 05:09:58.481 INFO E| Updating crates.io index
88092024-12-21T05:09:59.426Z[ recovery-image] Dec 21 05:09:58.699 INFO E| Downloading crates ...
88102024-12-21T05:09:59.588Z[ recovery-image] Dec 21 05:09:58.861 INFO E| Downloaded hashbrown v0.15.0
88112024-12-21T05:09:59.625Z[ recovery-image] Dec 21 05:09:58.898 INFO E| Downloaded compiler_builtins v0.1.134
88122024-12-21T05:09:59.801Z[ recovery-image] Dec 21 05:09:59.074 INFO E| Compiling compiler_builtins v0.1.134
88132024-12-21T05:09:59.801Z[ recovery-image] Dec 21 05:09:59.075 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-10-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
88142024-12-21T05:09:59.804Z[ recovery-image] Dec 21 05:09:59.075 INFO E| Compiling proc-macro2 v1.0.89
88152024-12-21T05:09:59.804Z[ recovery-image] Dec 21 05:09:59.075 INFO E| Compiling unicode-ident v1.0.13
88162024-12-21T05:09:59.804Z[ recovery-image] Dec 21 05:09:59.075 INFO E| Compiling syn v1.0.109
88172024-12-21T05:09:59.804Z[ recovery-image] Dec 21 05:09:59.075 INFO E| Compiling x86 v0.52.0
88182024-12-21T05:09:59.804Z[ recovery-image] Dec 21 05:09:59.075 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
88192024-12-21T05:09:59.804Z[ recovery-image] Dec 21 05:09:59.075 INFO E| Compiling seq-macro v0.3.5
88202024-12-21T05:10:00.224Z[ host-image] Dec 21 05:09:59.497 INFO O| seeding SMF database...
88212024-12-21T05:10:02.012Z[ recovery-image] Dec 21 05:10:01.285 INFO E| Compiling quote v1.0.37
88222024-12-21T05:10:02.396Z[ recovery-image] Dec 21 05:10:01.670 INFO E| Compiling syn v2.0.85
88232024-12-21T05:10:07.990Z[ recovery-image] Dec 21 05:10:07.264 INFO E| Compiling scroll_derive v0.12.0
88242024-12-21T05:10:12.143Z[ recovery-image] Dec 21 05:10:11.418 INFO E| Compiling bitstruct_derive v0.1.0
88252024-12-21T05:10:14.017Z[ host-image] Dec 21 05:10:13.291 INFO O| configuring SMF profile...
88262024-12-21T05:10:14.020Z[ host-image] Dec 21 05:10:13.292 INFO O| modifying shadow(5)...
88272024-12-21T05:10:14.020Z[ host-image] Dec 21 05:10:13.292 INFO O| loading user and group database...
88282024-12-21T05:10:14.020Z[ host-image] Dec 21 05:10:13.292 INFO O| assessing packaged files...
88292024-12-21T05:10:18.494Z[ host-image] Dec 21 05:10:17.770 INFO O| creating archive...
88302024-12-21T05:10:18.578Z[ host-image] Dec 21 05:10:17.854 INFO O| missing from packaging:
88312024-12-21T05:10:18.578Z[ host-image] Dec 21 05:10:17.854 INFO O| "etc/.pwd.lock"
88322024-12-21T05:10:18.581Z[ host-image] Dec 21 05:10:17.854 INFO O| "etc/bash"
88332024-12-21T05:10:18.588Z[ host-image] Dec 21 05:10:17.864 INFO O| "etc/svc/profile/generic.xml"
88342024-12-21T05:10:18.588Z[ host-image] Dec 21 05:10:17.864 INFO O| "etc/svc/profile/inetd_services.xml"
88352024-12-21T05:10:18.594Z[ host-image] Dec 21 05:10:17.864 INFO O| "etc/svc/profile/name_service.xml"
88362024-12-21T05:10:18.594Z[ host-image] Dec 21 05:10:17.864 INFO O| "etc/svc/profile/platform.xml"
88372024-12-21T05:10:18.594Z[ host-image] Dec 21 05:10:17.864 INFO O| "etc/svc/profile/platform_omicron1.xml"
88382024-12-21T05:10:18.594Z[ host-image] Dec 21 05:10:17.864 INFO O| "etc/svc/repository.db"
88392024-12-21T05:10:18.605Z[ host-image] Dec 21 05:10:17.880 INFO O| "opt/ooce/share"
88402024-12-21T05:10:18.605Z[ host-image] Dec 21 05:10:17.881 INFO O| "opt/ooce/share/man"
88412024-12-21T05:10:18.616Z[ host-image] Dec 21 05:10:17.881 INFO O| "opt/ooce/share/man/man1"
88422024-12-21T05:10:18.637Z[ host-image] Dec 21 05:10:17.913 INFO O| finishing archive...
88432024-12-21T05:10:22.180Z[ host-image] Dec 21 05:10:21.456 INFO O| creating gzonly manifest...
88442024-12-21T05:10:22.192Z[ host-image] Dec 21 05:10:21.468 INFO O| ok
88452024-12-21T05:10:22.351Z[ host-image] Dec 21 05:10:21.627 INFO image builder template: ramdisk-02-trim...
88462024-12-21T05:10:22.354Z[ host-image] Dec 21 05:10:21.628 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", "-F", "relver=2", "-E", "/tmp/.tmphaBfYb/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", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.311", "-n", "ramdisk-02-trim"], pwd: None
88472024-12-21T05:10:22.393Z[ host-image] Dec 21 05:10:21.669 INFO O| Dec 21 05:10:21.669 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
88482024-12-21T05:10:22.400Z[ host-image] Dec 21 05:10:21.676 INFO O| Dec 21 05:10:21.676 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
88492024-12-21T05:10:22.625Z[ host-image] Dec 21 05:10:21.901 INFO O| Dec 21 05:10:21.901 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
88502024-12-21T05:10:22.738Z[ host-image] Dec 21 05:10:22.014 INFO O| Dec 21 05:10:22.014 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
88512024-12-21T05:10:22.742Z[ host-image] Dec 21 05:10:22.015 INFO O| Dec 21 05:10:22.015 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
88522024-12-21T05:10:22.751Z[ host-image] Dec 21 05:10:22.027 INFO O| Dec 21 05:10:22.027 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
88532024-12-21T05:10:22.774Z[ host-image] Dec 21 05:10:22.049 INFO O| Dec 21 05:10:22.049 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
88542024-12-21T05:10:22.801Z[ host-image] Dec 21 05:10:22.077 INFO O| Dec 21 05:10:22.077 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
88552024-12-21T05:10:23.127Z[ host-image] Dec 21 05:10:22.403 INFO O| Dec 21 05:10:22.403 INFO rolled back to input snapshot; work may begin
88562024-12-21T05:10:23.127Z[ host-image] Dec 21 05:10:22.403 INFO O| Dec 21 05:10:22.403 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
88572024-12-21T05:10:23.136Z[ host-image] Dec 21 05:10:22.412 INFO O| Dec 21 05:10:22.412 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88582024-12-21T05:10:23.152Z[ host-image] Dec 21 05:10:22.429 INFO O| Dec 21 05:10:22.429 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
88592024-12-21T05:10:23.289Z[ host-image] Dec 21 05:10:22.566 INFO O| Dec 21 05:10:22.565 INFO STEP 0 (remove_files) COMPLETE
88602024-12-21T05:10:23.290Z[ host-image] Dec 21 05:10:22.566 INFO O| Dec 21 05:10:22.565 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88612024-12-21T05:10:23.336Z[ host-image] Dec 21 05:10:22.612 INFO O| Dec 21 05:10:22.612 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
88622024-12-21T05:10:23.339Z[ host-image] Dec 21 05:10:22.615 INFO O| Dec 21 05:10:22.615 INFO STEP 1 (remove_files) COMPLETE
88632024-12-21T05:10:23.339Z[ host-image] Dec 21 05:10:22.615 INFO O| Dec 21 05:10:22.615 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88642024-12-21T05:10:23.357Z[ host-image] Dec 21 05:10:22.634 INFO O| Dec 21 05:10:22.633 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
88652024-12-21T05:10:23.381Z[ host-image] Dec 21 05:10:22.657 INFO O| Dec 21 05:10:22.657 INFO STEP 2 (remove_files) COMPLETE
88662024-12-21T05:10:23.381Z[ host-image] Dec 21 05:10:22.657 INFO O| Dec 21 05:10:22.657 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88672024-12-21T05:10:23.400Z[ host-image] Dec 21 05:10:22.676 INFO O| Dec 21 05:10:22.676 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
88682024-12-21T05:10:23.403Z[ host-image] Dec 21 05:10:22.679 INFO O| Dec 21 05:10:22.679 INFO STEP 3 (remove_files) COMPLETE
88692024-12-21T05:10:23.403Z[ host-image] Dec 21 05:10:22.679 INFO O| Dec 21 05:10:22.679 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88702024-12-21T05:10:23.421Z[ host-image] Dec 21 05:10:22.697 INFO O| Dec 21 05:10:22.697 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
88712024-12-21T05:10:23.427Z[ host-image] Dec 21 05:10:22.703 INFO O| Dec 21 05:10:22.703 INFO STEP 4 (remove_files) COMPLETE
88722024-12-21T05:10:23.430Z[ host-image] Dec 21 05:10:22.703 INFO O| Dec 21 05:10:22.703 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88732024-12-21T05:10:23.445Z[ host-image] Dec 21 05:10:22.721 INFO O| Dec 21 05:10:22.721 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
88742024-12-21T05:10:23.449Z[ host-image] Dec 21 05:10:22.726 INFO O| Dec 21 05:10:22.726 INFO STEP 5 (remove_files) COMPLETE
88752024-12-21T05:10:23.449Z[ host-image] Dec 21 05:10:22.726 INFO O| Dec 21 05:10:22.726 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88762024-12-21T05:10:23.469Z[ host-image] Dec 21 05:10:22.745 INFO O| Dec 21 05:10:22.745 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
88772024-12-21T05:10:23.486Z[ host-image] Dec 21 05:10:22.763 INFO O| Dec 21 05:10:22.762 INFO STEP 6 (remove_files) COMPLETE
88782024-12-21T05:10:23.486Z[ host-image] Dec 21 05:10:22.763 INFO O| Dec 21 05:10:22.763 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88792024-12-21T05:10:23.509Z[ host-image] Dec 21 05:10:22.785 INFO O| Dec 21 05:10:22.785 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
88802024-12-21T05:10:23.529Z[ host-image] Dec 21 05:10:22.806 INFO O| Dec 21 05:10:22.805 INFO STEP 7 (remove_files) COMPLETE
88812024-12-21T05:10:23.530Z[ host-image] Dec 21 05:10:22.806 INFO O| Dec 21 05:10:22.805 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88822024-12-21T05:10:23.549Z[ host-image] Dec 21 05:10:22.826 INFO O| Dec 21 05:10:22.825 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
88832024-12-21T05:10:23.675Z[ host-image] Dec 21 05:10:22.951 INFO O| Dec 21 05:10:22.951 INFO STEP 8 (remove_files) COMPLETE
88842024-12-21T05:10:23.675Z[ host-image] Dec 21 05:10:22.951 INFO O| Dec 21 05:10:22.951 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88852024-12-21T05:10:23.694Z[ host-image] Dec 21 05:10:22.970 INFO O| Dec 21 05:10:22.970 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
88862024-12-21T05:10:23.849Z[ host-image] Dec 21 05:10:23.125 INFO O| Dec 21 05:10:23.125 INFO STEP 9 (remove_files) COMPLETE
88872024-12-21T05:10:23.851Z[ host-image] Dec 21 05:10:23.125 INFO O| Dec 21 05:10:23.125 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88882024-12-21T05:10:23.880Z[ host-image] Dec 21 05:10:23.156 INFO O| Dec 21 05:10:23.156 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
88892024-12-21T05:10:23.886Z[ host-image] Dec 21 05:10:23.162 INFO O| Dec 21 05:10:23.162 INFO STEP 10 (remove_files) COMPLETE
88902024-12-21T05:10:23.886Z[ host-image] Dec 21 05:10:23.162 INFO O| Dec 21 05:10:23.162 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88912024-12-21T05:10:23.913Z[ host-image] Dec 21 05:10:23.189 INFO O| Dec 21 05:10:23.189 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
88922024-12-21T05:10:23.916Z[ host-image] Dec 21 05:10:23.191 INFO O| Dec 21 05:10:23.191 INFO STEP 11 (remove_files) COMPLETE
88932024-12-21T05:10:23.916Z[ host-image] Dec 21 05:10:23.191 INFO O| Dec 21 05:10:23.191 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88942024-12-21T05:10:23.932Z[ host-image] Dec 21 05:10:23.208 INFO O| Dec 21 05:10:23.208 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
88952024-12-21T05:10:23.935Z[ host-image] Dec 21 05:10:23.211 INFO O| Dec 21 05:10:23.211 INFO STEP 12 (remove_files) COMPLETE
88962024-12-21T05:10:23.935Z[ host-image] Dec 21 05:10:23.211 INFO O| Dec 21 05:10:23.211 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88972024-12-21T05:10:24.301Z[ host-image] Dec 21 05:10:23.577 INFO O| Dec 21 05:10:23.577 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
88982024-12-21T05:10:24.384Z[ host-image] Dec 21 05:10:23.660 INFO O| Dec 21 05:10:23.660 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
88992024-12-21T05:10:24.390Z[ host-image] Dec 21 05:10:23.666 INFO O| Dec 21 05:10:23.666 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
89002024-12-21T05:10:24.393Z[ host-image] Dec 21 05:10:23.669 INFO O| Dec 21 05:10:23.669 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
89012024-12-21T05:10:24.591Z[ host-image] Dec 21 05:10:23.867 INFO O| Dec 21 05:10:23.867 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
89022024-12-21T05:10:24.592Z[ host-image] Dec 21 05:10:23.868 INFO O| Dec 21 05:10:23.867 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
89032024-12-21T05:10:24.592Z[ host-image] Dec 21 05:10:23.868 INFO O| Dec 21 05:10:23.868 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
89042024-12-21T05:10:24.595Z[ host-image] Dec 21 05:10:23.868 INFO O| Dec 21 05:10:23.868 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
89052024-12-21T05:10:24.595Z[ host-image] Dec 21 05:10:23.868 INFO O| Dec 21 05:10:23.868 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
89062024-12-21T05:10:24.596Z[ host-image] Dec 21 05:10:23.868 INFO O| Dec 21 05:10:23.868 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
89072024-12-21T05:10:24.596Z[ host-image] Dec 21 05:10:23.868 INFO O| Dec 21 05:10:23.868 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
89082024-12-21T05:10:24.596Z[ host-image] Dec 21 05:10:23.869 INFO O| Dec 21 05:10:23.869 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
89092024-12-21T05:10:24.596Z[ host-image] Dec 21 05:10:23.869 INFO O| Dec 21 05:10:23.869 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
89102024-12-21T05:10:24.596Z[ host-image] Dec 21 05:10:23.869 INFO O| Dec 21 05:10:23.869 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
89112024-12-21T05:10:24.596Z[ host-image] Dec 21 05:10:23.870 INFO O| Dec 21 05:10:23.869 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
89122024-12-21T05:10:24.596Z[ host-image] Dec 21 05:10:23.870 INFO O| Dec 21 05:10:23.870 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
89132024-12-21T05:10:24.596Z[ host-image] Dec 21 05:10:23.870 INFO O| Dec 21 05:10:23.870 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
89142024-12-21T05:10:24.596Z[ host-image] Dec 21 05:10:23.870 INFO O| Dec 21 05:10:23.870 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
89152024-12-21T05:10:24.596Z[ host-image] Dec 21 05:10:23.871 INFO O| Dec 21 05:10:23.871 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
89162024-12-21T05:10:24.596Z[ host-image] Dec 21 05:10:23.871 INFO O| Dec 21 05:10:23.871 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
89172024-12-21T05:10:24.599Z[ host-image] Dec 21 05:10:23.872 INFO O| Dec 21 05:10:23.872 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
89182024-12-21T05:10:24.630Z[ host-image] Dec 21 05:10:23.906 INFO O| Dec 21 05:10:23.906 INFO STEP 13 (remove_files) COMPLETE
89192024-12-21T05:10:24.630Z[ host-image] Dec 21 05:10:23.906 INFO O| Dec 21 05:10:23.906 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89202024-12-21T05:10:24.655Z[ host-image] Dec 21 05:10:23.931 INFO O| Dec 21 05:10:23.931 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
89212024-12-21T05:10:24.657Z[ host-image] Dec 21 05:10:23.933 INFO O| Dec 21 05:10:23.933 INFO STEP 14 (remove_files) COMPLETE
89222024-12-21T05:10:24.657Z[ host-image] Dec 21 05:10:23.934 INFO O| Dec 21 05:10:23.933 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89232024-12-21T05:10:24.698Z[ host-image] Dec 21 05:10:23.974 INFO O| Dec 21 05:10:23.974 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
89242024-12-21T05:10:24.710Z[ host-image] Dec 21 05:10:23.986 INFO O| Dec 21 05:10:23.986 INFO STEP 15 (remove_files) COMPLETE
89252024-12-21T05:10:24.710Z[ host-image] Dec 21 05:10:23.986 INFO O| Dec 21 05:10:23.986 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89262024-12-21T05:10:24.744Z[ host-image] Dec 21 05:10:24.021 INFO O| Dec 21 05:10:24.021 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
89272024-12-21T05:10:24.747Z[ host-image] Dec 21 05:10:24.022 INFO O| Dec 21 05:10:24.021 INFO STEP 16 (remove_files) COMPLETE
89282024-12-21T05:10:24.747Z[ host-image] Dec 21 05:10:24.022 INFO O| Dec 21 05:10:24.022 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89292024-12-21T05:10:24.769Z[ host-image] Dec 21 05:10:24.045 INFO O| Dec 21 05:10:24.045 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
89302024-12-21T05:10:24.772Z[ host-image] Dec 21 05:10:24.048 INFO O| Dec 21 05:10:24.048 INFO STEP 17 (remove_files) COMPLETE
89312024-12-21T05:10:24.772Z[ host-image] Dec 21 05:10:24.048 INFO O| Dec 21 05:10:24.048 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89322024-12-21T05:10:24.800Z[ host-image] Dec 21 05:10:24.076 INFO O| Dec 21 05:10:24.076 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
89332024-12-21T05:10:24.800Z[ host-image] Dec 21 05:10:24.076 INFO O| Dec 21 05:10:24.076 INFO STEP 18 (remove_files) COMPLETE
89342024-12-21T05:10:24.800Z[ host-image] Dec 21 05:10:24.076 INFO O| Dec 21 05:10:24.076 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89352024-12-21T05:10:24.833Z[ host-image] Dec 21 05:10:24.110 INFO O| Dec 21 05:10:24.110 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
89362024-12-21T05:10:24.834Z[ host-image] Dec 21 05:10:24.110 INFO O| Dec 21 05:10:24.110 INFO STEP 19 (remove_files) COMPLETE
89372024-12-21T05:10:24.837Z[ host-image] Dec 21 05:10:24.110 INFO O| Dec 21 05:10:24.110 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89382024-12-21T05:10:24.854Z[ host-image] Dec 21 05:10:24.131 INFO O| Dec 21 05:10:24.131 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
89392024-12-21T05:10:24.855Z[ host-image] Dec 21 05:10:24.131 INFO O| Dec 21 05:10:24.131 INFO STEP 20 (remove_files) COMPLETE
89402024-12-21T05:10:24.855Z[ host-image] Dec 21 05:10:24.131 INFO O| Dec 21 05:10:24.131 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89412024-12-21T05:10:24.872Z[ host-image] Dec 21 05:10:24.149 INFO O| Dec 21 05:10:24.149 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
89422024-12-21T05:10:24.872Z[ host-image] Dec 21 05:10:24.149 INFO O| Dec 21 05:10:24.149 INFO STEP 21 (remove_files) COMPLETE
89432024-12-21T05:10:24.875Z[ host-image] Dec 21 05:10:24.149 INFO O| Dec 21 05:10:24.149 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89442024-12-21T05:10:24.890Z[ host-image] Dec 21 05:10:24.167 INFO O| Dec 21 05:10:24.167 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
89452024-12-21T05:10:24.893Z[ host-image] Dec 21 05:10:24.167 INFO O| Dec 21 05:10:24.167 INFO STEP 22 (remove_files) COMPLETE
89462024-12-21T05:10:24.893Z[ host-image] Dec 21 05:10:24.167 INFO O| Dec 21 05:10:24.167 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89472024-12-21T05:10:24.912Z[ host-image] Dec 21 05:10:24.189 INFO O| Dec 21 05:10:24.189 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
89482024-12-21T05:10:24.912Z[ host-image] Dec 21 05:10:24.189 INFO O| Dec 21 05:10:24.189 INFO STEP 23 (remove_files) COMPLETE
89492024-12-21T05:10:24.915Z[ host-image] Dec 21 05:10:24.189 INFO O| Dec 21 05:10:24.189 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89502024-12-21T05:10:24.943Z[ host-image] Dec 21 05:10:24.220 INFO O| Dec 21 05:10:24.220 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
89512024-12-21T05:10:24.944Z[ host-image] Dec 21 05:10:24.220 INFO O| Dec 21 05:10:24.220 INFO STEP 24 (remove_files) COMPLETE
89522024-12-21T05:10:24.944Z[ host-image] Dec 21 05:10:24.220 INFO O| Dec 21 05:10:24.220 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89532024-12-21T05:10:24.974Z[ host-image] Dec 21 05:10:24.251 INFO O| Dec 21 05:10:24.251 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
89542024-12-21T05:10:24.974Z[ host-image] Dec 21 05:10:24.251 INFO O| Dec 21 05:10:24.251 INFO STEP 25 (remove_files) COMPLETE
89552024-12-21T05:10:24.977Z[ host-image] Dec 21 05:10:24.251 INFO O| Dec 21 05:10:24.251 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89562024-12-21T05:10:24.999Z[ host-image] Dec 21 05:10:24.275 INFO O| Dec 21 05:10:24.275 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
89572024-12-21T05:10:24.999Z[ host-image] Dec 21 05:10:24.275 INFO O| Dec 21 05:10:24.275 INFO STEP 26 (remove_files) COMPLETE
89582024-12-21T05:10:25.002Z[ host-image] Dec 21 05:10:24.275 INFO O| Dec 21 05:10:24.275 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89592024-12-21T05:10:25.048Z[ host-image] Dec 21 05:10:24.325 INFO O| Dec 21 05:10:24.325 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
89602024-12-21T05:10:25.048Z[ host-image] Dec 21 05:10:24.325 INFO O| Dec 21 05:10:24.325 INFO STEP 27 (remove_files) COMPLETE
89612024-12-21T05:10:25.048Z[ host-image] Dec 21 05:10:24.325 INFO O| Dec 21 05:10:24.325 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89622024-12-21T05:10:25.067Z[ host-image] Dec 21 05:10:24.343 INFO O| Dec 21 05:10:24.343 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
89632024-12-21T05:10:25.067Z[ host-image] Dec 21 05:10:24.343 INFO O| Dec 21 05:10:24.343 INFO STEP 28 (remove_files) COMPLETE
89642024-12-21T05:10:25.067Z[ host-image] Dec 21 05:10:24.344 INFO O| Dec 21 05:10:24.343 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89652024-12-21T05:10:25.085Z[ host-image] Dec 21 05:10:24.361 INFO O| Dec 21 05:10:24.361 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
89662024-12-21T05:10:25.086Z[ host-image] Dec 21 05:10:24.361 INFO O| Dec 21 05:10:24.361 INFO STEP 29 (remove_files) COMPLETE
89672024-12-21T05:10:25.086Z[ host-image] Dec 21 05:10:24.361 INFO O| Dec 21 05:10:24.361 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89682024-12-21T05:10:25.103Z[ host-image] Dec 21 05:10:24.379 INFO O| Dec 21 05:10:24.379 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
89692024-12-21T05:10:25.103Z[ host-image] Dec 21 05:10:24.379 INFO O| Dec 21 05:10:24.379 INFO STEP 30 (remove_files) COMPLETE
89702024-12-21T05:10:25.106Z[ host-image] Dec 21 05:10:24.379 INFO O| Dec 21 05:10:24.379 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89712024-12-21T05:10:25.138Z[ host-image] Dec 21 05:10:24.415 INFO O| Dec 21 05:10:24.415 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
89722024-12-21T05:10:25.138Z[ host-image] Dec 21 05:10:24.415 INFO O| Dec 21 05:10:24.415 INFO STEP 31 (remove_files) COMPLETE
89732024-12-21T05:10:25.138Z[ host-image] Dec 21 05:10:24.415 INFO O| Dec 21 05:10:24.415 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89742024-12-21T05:10:25.154Z[ host-image] Dec 21 05:10:24.431 INFO O| Dec 21 05:10:24.431 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
89752024-12-21T05:10:25.155Z[ host-image] Dec 21 05:10:24.431 INFO O| Dec 21 05:10:24.431 INFO STEP 32 (remove_files) COMPLETE
89762024-12-21T05:10:25.155Z[ host-image] Dec 21 05:10:24.431 INFO O| Dec 21 05:10:24.431 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89772024-12-21T05:10:25.169Z[ host-image] Dec 21 05:10:24.446 INFO O| Dec 21 05:10:24.446 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
89782024-12-21T05:10:25.169Z[ host-image] Dec 21 05:10:24.446 INFO O| Dec 21 05:10:24.446 INFO STEP 33 (remove_files) COMPLETE
89792024-12-21T05:10:25.169Z[ host-image] Dec 21 05:10:24.446 INFO O| Dec 21 05:10:24.446 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89802024-12-21T05:10:25.183Z[ host-image] Dec 21 05:10:24.460 INFO O| Dec 21 05:10:24.460 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
89812024-12-21T05:10:25.184Z[ host-image] Dec 21 05:10:24.460 INFO O| Dec 21 05:10:24.460 INFO STEP 34 (remove_files) COMPLETE
89822024-12-21T05:10:25.186Z[ host-image] Dec 21 05:10:24.460 INFO O| Dec 21 05:10:24.460 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89832024-12-21T05:10:25.198Z[ host-image] Dec 21 05:10:24.475 INFO O| Dec 21 05:10:24.475 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
89842024-12-21T05:10:25.198Z[ host-image] Dec 21 05:10:24.475 INFO O| Dec 21 05:10:24.475 INFO STEP 35 (remove_files) COMPLETE
89852024-12-21T05:10:25.198Z[ host-image] Dec 21 05:10:24.475 INFO O| Dec 21 05:10:24.475 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89862024-12-21T05:10:25.233Z[ host-image] Dec 21 05:10:24.510 INFO O| Dec 21 05:10:24.510 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
89872024-12-21T05:10:25.234Z[ host-image] Dec 21 05:10:24.510 INFO O| Dec 21 05:10:24.510 INFO STEP 36 (remove_files) COMPLETE
89882024-12-21T05:10:25.234Z[ host-image] Dec 21 05:10:24.510 INFO O| Dec 21 05:10:24.510 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89892024-12-21T05:10:25.251Z[ host-image] Dec 21 05:10:24.528 INFO O| Dec 21 05:10:24.527 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
89902024-12-21T05:10:25.251Z[ host-image] Dec 21 05:10:24.528 INFO O| Dec 21 05:10:24.528 INFO STEP 37 (remove_files) COMPLETE
89912024-12-21T05:10:25.251Z[ host-image] Dec 21 05:10:24.528 INFO O| Dec 21 05:10:24.528 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89922024-12-21T05:10:25.266Z[ host-image] Dec 21 05:10:24.542 INFO O| Dec 21 05:10:24.542 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
89932024-12-21T05:10:25.266Z[ host-image] Dec 21 05:10:24.543 INFO O| Dec 21 05:10:24.543 INFO STEP 38 (remove_files) COMPLETE
89942024-12-21T05:10:25.268Z[ host-image] Dec 21 05:10:24.543 INFO O| Dec 21 05:10:24.543 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89952024-12-21T05:10:25.280Z[ host-image] Dec 21 05:10:24.557 INFO O| Dec 21 05:10:24.557 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
89962024-12-21T05:10:25.282Z[ host-image] Dec 21 05:10:24.557 INFO O| Dec 21 05:10:24.557 INFO STEP 39 (remove_files) COMPLETE
89972024-12-21T05:10:25.282Z[ host-image] Dec 21 05:10:24.557 INFO O| Dec 21 05:10:24.557 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89982024-12-21T05:10:25.302Z[ host-image] Dec 21 05:10:24.578 INFO O| Dec 21 05:10:24.578 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
89992024-12-21T05:10:25.302Z[ host-image] Dec 21 05:10:24.578 INFO O| Dec 21 05:10:24.578 INFO STEP 40 (remove_files) COMPLETE
90002024-12-21T05:10:25.308Z[ host-image] Dec 21 05:10:24.578 INFO O| Dec 21 05:10:24.578 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90012024-12-21T05:10:25.360Z[ host-image] Dec 21 05:10:24.636 INFO O| Dec 21 05:10:24.636 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
90022024-12-21T05:10:25.360Z[ host-image] Dec 21 05:10:24.636 INFO O| Dec 21 05:10:24.636 INFO STEP 41 (remove_files) COMPLETE
90032024-12-21T05:10:25.360Z[ host-image] Dec 21 05:10:24.636 INFO O| Dec 21 05:10:24.636 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90042024-12-21T05:10:25.378Z[ host-image] Dec 21 05:10:24.655 INFO O| Dec 21 05:10:24.654 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
90052024-12-21T05:10:25.382Z[ host-image] Dec 21 05:10:24.655 INFO O| Dec 21 05:10:24.655 INFO STEP 42 (remove_files) COMPLETE
90062024-12-21T05:10:25.382Z[ host-image] Dec 21 05:10:24.655 INFO O| Dec 21 05:10:24.655 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90072024-12-21T05:10:25.404Z[ host-image] Dec 21 05:10:24.681 INFO O| Dec 21 05:10:24.681 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
90082024-12-21T05:10:25.407Z[ host-image] Dec 21 05:10:24.681 INFO O| Dec 21 05:10:24.681 INFO STEP 43 (remove_files) COMPLETE
90092024-12-21T05:10:25.407Z[ host-image] Dec 21 05:10:24.681 INFO O| Dec 21 05:10:24.681 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90102024-12-21T05:10:25.421Z[ host-image] Dec 21 05:10:24.697 INFO O| Dec 21 05:10:24.697 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
90112024-12-21T05:10:25.425Z[ host-image] Dec 21 05:10:24.697 INFO O| Dec 21 05:10:24.697 INFO STEP 44 (remove_files) COMPLETE
90122024-12-21T05:10:25.425Z[ host-image] Dec 21 05:10:24.697 INFO O| Dec 21 05:10:24.697 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90132024-12-21T05:10:25.435Z[ host-image] Dec 21 05:10:24.712 INFO O| Dec 21 05:10:24.712 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
90142024-12-21T05:10:25.438Z[ host-image] Dec 21 05:10:24.712 INFO O| Dec 21 05:10:24.712 INFO STEP 45 (remove_files) COMPLETE
90152024-12-21T05:10:25.438Z[ host-image] Dec 21 05:10:24.712 INFO O| Dec 21 05:10:24.712 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90162024-12-21T05:10:25.452Z[ host-image] Dec 21 05:10:24.729 INFO O| Dec 21 05:10:24.729 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
90172024-12-21T05:10:25.455Z[ host-image] Dec 21 05:10:24.729 INFO O| Dec 21 05:10:24.729 INFO STEP 46 (remove_files) COMPLETE
90182024-12-21T05:10:25.455Z[ host-image] Dec 21 05:10:24.729 INFO O| Dec 21 05:10:24.729 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90192024-12-21T05:10:25.469Z[ host-image] Dec 21 05:10:24.746 INFO O| Dec 21 05:10:24.746 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
90202024-12-21T05:10:25.472Z[ host-image] Dec 21 05:10:24.746 INFO O| Dec 21 05:10:24.746 INFO STEP 47 (remove_files) COMPLETE
90212024-12-21T05:10:25.472Z[ host-image] Dec 21 05:10:24.746 INFO O| Dec 21 05:10:24.746 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90222024-12-21T05:10:25.490Z[ host-image] Dec 21 05:10:24.767 INFO O| Dec 21 05:10:24.767 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
90232024-12-21T05:10:25.491Z[ host-image] Dec 21 05:10:24.767 INFO O| Dec 21 05:10:24.767 INFO STEP 48 (remove_files) COMPLETE
90242024-12-21T05:10:25.491Z[ host-image] Dec 21 05:10:24.767 INFO O| Dec 21 05:10:24.767 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90252024-12-21T05:10:25.520Z[ host-image] Dec 21 05:10:24.796 INFO O| Dec 21 05:10:24.796 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
90262024-12-21T05:10:25.520Z[ host-image] Dec 21 05:10:24.796 INFO O| Dec 21 05:10:24.796 INFO STEP 49 (remove_files) COMPLETE
90272024-12-21T05:10:25.522Z[ host-image] Dec 21 05:10:24.796 INFO O| Dec 21 05:10:24.796 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90282024-12-21T05:10:25.534Z[ host-image] Dec 21 05:10:24.811 INFO O| Dec 21 05:10:24.811 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
90292024-12-21T05:10:25.534Z[ host-image] Dec 21 05:10:24.811 INFO O| Dec 21 05:10:24.811 INFO STEP 50 (remove_files) COMPLETE
90302024-12-21T05:10:25.534Z[ host-image] Dec 21 05:10:24.811 INFO O| Dec 21 05:10:24.811 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90312024-12-21T05:10:25.551Z[ host-image] Dec 21 05:10:24.827 INFO O| Dec 21 05:10:24.827 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
90322024-12-21T05:10:25.551Z[ host-image] Dec 21 05:10:24.827 INFO O| Dec 21 05:10:24.827 INFO STEP 51 (remove_files) COMPLETE
90332024-12-21T05:10:25.554Z[ host-image] Dec 21 05:10:24.827 INFO O| Dec 21 05:10:24.827 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90342024-12-21T05:10:25.569Z[ host-image] Dec 21 05:10:24.845 INFO O| Dec 21 05:10:24.845 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
90352024-12-21T05:10:25.569Z[ host-image] Dec 21 05:10:24.845 INFO O| Dec 21 05:10:24.845 INFO STEP 52 (remove_files) COMPLETE
90362024-12-21T05:10:25.569Z[ host-image] Dec 21 05:10:24.845 INFO O| Dec 21 05:10:24.845 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90372024-12-21T05:10:25.586Z[ host-image] Dec 21 05:10:24.863 INFO O| Dec 21 05:10:24.862 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
90382024-12-21T05:10:25.586Z[ host-image] Dec 21 05:10:24.863 INFO O| Dec 21 05:10:24.863 INFO STEP 53 (remove_files) COMPLETE
90392024-12-21T05:10:25.589Z[ host-image] Dec 21 05:10:24.863 INFO O| Dec 21 05:10:24.863 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90402024-12-21T05:10:25.603Z[ host-image] Dec 21 05:10:24.880 INFO O| Dec 21 05:10:24.880 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
90412024-12-21T05:10:25.605Z[ host-image] Dec 21 05:10:24.880 INFO O| Dec 21 05:10:24.880 INFO STEP 54 (remove_files) COMPLETE
90422024-12-21T05:10:25.605Z[ host-image] Dec 21 05:10:24.880 INFO O| Dec 21 05:10:24.880 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90432024-12-21T05:10:25.625Z[ host-image] Dec 21 05:10:24.901 INFO O| Dec 21 05:10:24.901 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
90442024-12-21T05:10:25.625Z[ host-image] Dec 21 05:10:24.901 INFO O| Dec 21 05:10:24.901 INFO STEP 55 (remove_files) COMPLETE
90452024-12-21T05:10:25.628Z[ host-image] Dec 21 05:10:24.901 INFO O| Dec 21 05:10:24.901 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90462024-12-21T05:10:25.682Z[ host-image] Dec 21 05:10:24.959 INFO O| Dec 21 05:10:24.959 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
90472024-12-21T05:10:25.682Z[ host-image] Dec 21 05:10:24.959 INFO O| Dec 21 05:10:24.959 INFO STEP 56 (remove_files) COMPLETE
90482024-12-21T05:10:25.685Z[ host-image] Dec 21 05:10:24.959 INFO O| Dec 21 05:10:24.959 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90492024-12-21T05:10:25.741Z[ host-image] Dec 21 05:10:25.018 INFO O| Dec 21 05:10:25.018 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
90502024-12-21T05:10:25.742Z[ host-image] Dec 21 05:10:25.018 INFO O| Dec 21 05:10:25.018 INFO STEP 57 (remove_files) COMPLETE
90512024-12-21T05:10:25.742Z[ host-image] Dec 21 05:10:25.018 INFO O| Dec 21 05:10:25.018 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90522024-12-21T05:10:25.757Z[ host-image] Dec 21 05:10:25.034 INFO O| Dec 21 05:10:25.034 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
90532024-12-21T05:10:25.758Z[ host-image] Dec 21 05:10:25.034 INFO O| Dec 21 05:10:25.034 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
90542024-12-21T05:10:25.758Z[ host-image] Dec 21 05:10:25.034 INFO O| Dec 21 05:10:25.034 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
90552024-12-21T05:10:25.760Z[ host-image] Dec 21 05:10:25.034 INFO O| Dec 21 05:10:25.034 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
90562024-12-21T05:10:25.761Z[ host-image] Dec 21 05:10:25.034 INFO O| Dec 21 05:10:25.034 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
90572024-12-21T05:10:25.761Z[ host-image] Dec 21 05:10:25.034 INFO O| Dec 21 05:10:25.034 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
90582024-12-21T05:10:25.761Z[ host-image] Dec 21 05:10:25.034 INFO O| Dec 21 05:10:25.034 INFO ok!
90592024-12-21T05:10:25.761Z[ host-image] Dec 21 05:10:25.034 INFO O| Dec 21 05:10:25.034 INFO STEP 58 (ensure_file) COMPLETE
90602024-12-21T05:10:25.761Z[ host-image] Dec 21 05:10:25.034 INFO O| Dec 21 05:10:25.034 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90612024-12-21T05:10:25.772Z[ host-image] Dec 21 05:10:25.049 INFO O| Dec 21 05:10:25.049 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
90622024-12-21T05:10:25.772Z[ host-image] Dec 21 05:10:25.049 INFO O| Dec 21 05:10:25.049 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
90632024-12-21T05:10:25.777Z[ host-image] Dec 21 05:10:25.049 INFO O| Dec 21 05:10:25.049 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
90642024-12-21T05:10:25.777Z[ host-image] Dec 21 05:10:25.049 INFO O| Dec 21 05:10:25.049 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
90652024-12-21T05:10:25.777Z[ host-image] Dec 21 05:10:25.049 INFO O| Dec 21 05:10:25.049 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
90662024-12-21T05:10:25.777Z[ host-image] Dec 21 05:10:25.049 INFO O| Dec 21 05:10:25.049 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
90672024-12-21T05:10:25.777Z[ host-image] Dec 21 05:10:25.049 INFO O| Dec 21 05:10:25.049 INFO ok!
90682024-12-21T05:10:25.777Z[ host-image] Dec 21 05:10:25.049 INFO O| Dec 21 05:10:25.049 INFO STEP 59 (ensure_file) COMPLETE
90692024-12-21T05:10:25.777Z[ host-image] Dec 21 05:10:25.049 INFO O| Dec 21 05:10:25.049 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90702024-12-21T05:10:25.788Z[ host-image] Dec 21 05:10:25.064 INFO O| Dec 21 05:10:25.064 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
90712024-12-21T05:10:25.788Z[ host-image] Dec 21 05:10:25.064 INFO O| Dec 21 05:10:25.064 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
90722024-12-21T05:10:25.788Z[ host-image] Dec 21 05:10:25.064 INFO O| Dec 21 05:10:25.064 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
90732024-12-21T05:10:25.791Z[ host-image] Dec 21 05:10:25.064 INFO O| Dec 21 05:10:25.064 INFO ok!
90742024-12-21T05:10:25.791Z[ host-image] Dec 21 05:10:25.064 INFO O| Dec 21 05:10:25.064 INFO STEP 60 (ensure_file) COMPLETE
90752024-12-21T05:10:25.791Z[ host-image] Dec 21 05:10:25.064 INFO O| Dec 21 05:10:25.064 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90762024-12-21T05:10:25.804Z[ host-image] Dec 21 05:10:25.080 INFO O| Dec 21 05:10:25.080 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
90772024-12-21T05:10:25.804Z[ host-image] Dec 21 05:10:25.080 INFO O| Dec 21 05:10:25.080 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
90782024-12-21T05:10:25.807Z[ host-image] Dec 21 05:10:25.080 INFO O| Dec 21 05:10:25.080 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
90792024-12-21T05:10:25.807Z[ host-image] Dec 21 05:10:25.080 INFO O| Dec 21 05:10:25.080 INFO ok!
90802024-12-21T05:10:25.807Z[ host-image] Dec 21 05:10:25.081 INFO O| Dec 21 05:10:25.080 INFO STEP 61 (ensure_file) COMPLETE
90812024-12-21T05:10:25.807Z[ host-image] Dec 21 05:10:25.081 INFO O| Dec 21 05:10:25.080 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90822024-12-21T05:10:25.841Z[ host-image] Dec 21 05:10:25.117 INFO O| Dec 21 05:10:25.117 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
90832024-12-21T05:10:25.841Z[ host-image] Dec 21 05:10:25.118 INFO O| Dec 21 05:10:25.117 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
90842024-12-21T05:10:25.841Z[ host-image] Dec 21 05:10:25.118 INFO O| Dec 21 05:10:25.118 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
90852024-12-21T05:10:25.845Z[ host-image] Dec 21 05:10:25.118 INFO O| Dec 21 05:10:25.118 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
90862024-12-21T05:10:25.846Z[ host-image] Dec 21 05:10:25.118 INFO O| Dec 21 05:10:25.118 INFO ok!
90872024-12-21T05:10:25.846Z[ host-image] Dec 21 05:10:25.118 INFO O| Dec 21 05:10:25.118 INFO STEP 62 (ensure_file) COMPLETE
90882024-12-21T05:10:25.846Z[ host-image] Dec 21 05:10:25.118 INFO O| Dec 21 05:10:25.118 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90892024-12-21T05:10:25.871Z[ host-image] Dec 21 05:10:25.147 INFO O| Dec 21 05:10:25.147 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
90902024-12-21T05:10:25.871Z[ host-image] Dec 21 05:10:25.147 INFO O| Dec 21 05:10:25.147 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
90912024-12-21T05:10:25.871Z[ host-image] Dec 21 05:10:25.147 INFO O| Dec 21 05:10:25.147 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
90922024-12-21T05:10:25.871Z[ host-image] Dec 21 05:10:25.147 INFO O| Dec 21 05:10:25.147 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
90932024-12-21T05:10:25.874Z[ host-image] Dec 21 05:10:25.147 INFO O| Dec 21 05:10:25.147 INFO ok!
90942024-12-21T05:10:25.874Z[ host-image] Dec 21 05:10:25.147 INFO O| Dec 21 05:10:25.147 INFO STEP 63 (ensure_file) COMPLETE
90952024-12-21T05:10:25.874Z[ host-image] Dec 21 05:10:25.147 INFO O| Dec 21 05:10:25.147 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90962024-12-21T05:10:25.894Z[ host-image] Dec 21 05:10:25.169 INFO O| Dec 21 05:10:25.169 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
90972024-12-21T05:10:25.894Z[ host-image] Dec 21 05:10:25.169 INFO O| Dec 21 05:10:25.169 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
90982024-12-21T05:10:25.898Z[ host-image] Dec 21 05:10:25.170 INFO O| Dec 21 05:10:25.169 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
90992024-12-21T05:10:25.898Z[ host-image] Dec 21 05:10:25.170 INFO O| Dec 21 05:10:25.170 INFO ok!
91002024-12-21T05:10:25.898Z[ host-image] Dec 21 05:10:25.170 INFO O| Dec 21 05:10:25.170 INFO STEP 64 (assemble_files) COMPLETE
91012024-12-21T05:10:25.898Z[ host-image] Dec 21 05:10:25.170 INFO O| Dec 21 05:10:25.170 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91022024-12-21T05:10:25.912Z[ host-image] Dec 21 05:10:25.189 INFO O| Dec 21 05:10:25.189 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
91032024-12-21T05:10:25.913Z[ host-image] Dec 21 05:10:25.189 INFO O| Dec 21 05:10:25.189 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
91042024-12-21T05:10:25.913Z[ host-image] Dec 21 05:10:25.189 INFO O| Dec 21 05:10:25.189 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
91052024-12-21T05:10:25.913Z[ host-image] Dec 21 05:10:25.189 INFO O| Dec 21 05:10:25.189 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
91062024-12-21T05:10:25.916Z[ host-image] Dec 21 05:10:25.189 INFO O| Dec 21 05:10:25.189 INFO ok!
91072024-12-21T05:10:25.916Z[ host-image] Dec 21 05:10:25.189 INFO O| Dec 21 05:10:25.189 INFO STEP 65 (ensure_file) COMPLETE
91082024-12-21T05:10:25.916Z[ host-image] Dec 21 05:10:25.189 INFO O| Dec 21 05:10:25.189 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91092024-12-21T05:10:25.931Z[ host-image] Dec 21 05:10:25.208 INFO O| Dec 21 05:10:25.208 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
91102024-12-21T05:10:25.934Z[ host-image] Dec 21 05:10:25.208 INFO O| Dec 21 05:10:25.208 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
91112024-12-21T05:10:25.934Z[ host-image] Dec 21 05:10:25.208 INFO O| Dec 21 05:10:25.208 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
91122024-12-21T05:10:25.934Z[ host-image] Dec 21 05:10:25.208 INFO O| Dec 21 05:10:25.208 INFO STEP 66 (ensure_dir) COMPLETE
91132024-12-21T05:10:25.934Z[ host-image] Dec 21 05:10:25.208 INFO O| Dec 21 05:10:25.208 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91142024-12-21T05:10:25.950Z[ host-image] Dec 21 05:10:25.226 INFO O| Dec 21 05:10:25.226 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
91152024-12-21T05:10:25.950Z[ host-image] Dec 21 05:10:25.226 INFO O| Dec 21 05:10:25.226 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 ...
91162024-12-21T05:10:25.960Z[ host-image] Dec 21 05:10:25.237 INFO O| Dec 21 05:10:25.237 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
91172024-12-21T05:10:25.960Z[ host-image] Dec 21 05:10:25.237 INFO O| Dec 21 05:10:25.237 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
91182024-12-21T05:10:25.960Z[ host-image] Dec 21 05:10:25.237 INFO O| Dec 21 05:10:25.237 INFO ok!
91192024-12-21T05:10:25.963Z[ host-image] Dec 21 05:10:25.237 INFO O| Dec 21 05:10:25.237 INFO STEP 67 (ensure_file) COMPLETE
91202024-12-21T05:10:25.963Z[ host-image] Dec 21 05:10:25.237 INFO O| Dec 21 05:10:25.237 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91212024-12-21T05:10:25.980Z[ host-image] Dec 21 05:10:25.257 INFO O| Dec 21 05:10:25.256 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
91222024-12-21T05:10:25.980Z[ host-image] Dec 21 05:10:25.257 INFO O| Dec 21 05:10:25.257 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 ...
91232024-12-21T05:10:25.983Z[ host-image] Dec 21 05:10:25.257 INFO O| Dec 21 05:10:25.257 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
91242024-12-21T05:10:25.983Z[ host-image] Dec 21 05:10:25.257 INFO O| Dec 21 05:10:25.257 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
91252024-12-21T05:10:25.983Z[ host-image] Dec 21 05:10:25.257 INFO O| Dec 21 05:10:25.257 INFO ok!
91262024-12-21T05:10:25.983Z[ host-image] Dec 21 05:10:25.257 INFO O| Dec 21 05:10:25.257 INFO STEP 68 (ensure_file) COMPLETE
91272024-12-21T05:10:25.983Z[ host-image] Dec 21 05:10:25.257 INFO O| Dec 21 05:10:25.257 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91282024-12-21T05:10:26.050Z[ host-image] Dec 21 05:10:25.327 INFO O| Dec 21 05:10:25.327 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
91292024-12-21T05:10:26.050Z[ host-image] Dec 21 05:10:25.327 INFO O| Dec 21 05:10:25.327 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
91302024-12-21T05:10:29.492Z[ host-image] Dec 21 05:10:28.769 INFO O| Dec 21 05:10:28.769 INFO STEP 69 (pack_tar) COMPLETE
91312024-12-21T05:10:29.492Z[ host-image] Dec 21 05:10:28.769 INFO O| Dec 21 05:10:28.769 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
91322024-12-21T05:10:29.496Z[ host-image] Dec 21 05:10:28.769 INFO O| Dec 21 05:10:28.769 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
91332024-12-21T05:10:29.785Z[ host-image] Dec 21 05:10:29.062 INFO O| Dec 21 05:10:29.062 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
91342024-12-21T05:10:29.882Z[ host-image] Dec 21 05:10:29.159 INFO O| Dec 21 05:10:29.159 INFO completed processing gimlet/ramdisk-02-trim
91352024-12-21T05:10:29.885Z[ host-image] Dec 21 05:10:29.162 INFO image builder template: zfs...
91362024-12-21T05:10:29.885Z[ host-image] Dec 21 05:10:29.162 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", "-F", "relver=2", "-E", "/tmp/.tmphaBfYb/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", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.311", "-n", "zfs"], pwd: None
91372024-12-21T05:10:29.909Z[ host-image] Dec 21 05:10:29.187 INFO O| Dec 21 05:10:29.186 INFO skip include "stress" because feature "stress" is not enabled
91382024-12-21T05:10:29.988Z[ host-image] Dec 21 05:10:29.265 INFO O| Dec 21 05:10:29.265 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
91392024-12-21T05:10:29.996Z[ host-image] Dec 21 05:10:29.273 INFO O| Dec 21 05:10:29.273 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
91402024-12-21T05:10:30.113Z[ host-image] Dec 21 05:10:29.390 INFO O| Dec 21 05:10:29.390 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
91412024-12-21T05:10:30.222Z[ host-image] Dec 21 05:10:29.499 INFO O| Dec 21 05:10:29.499 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
91422024-12-21T05:10:30.222Z[ host-image] Dec 21 05:10:29.499 INFO O| Dec 21 05:10:29.499 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
91432024-12-21T05:10:30.247Z[ host-image] Dec 21 05:10:29.524 INFO O| Dec 21 05:10:29.524 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
91442024-12-21T05:10:30.367Z[ host-image] Dec 21 05:10:29.644 INFO O| Dec 21 05:10:29.644 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
91452024-12-21T05:10:30.471Z[ host-image] Dec 21 05:10:29.748 INFO O| Dec 21 05:10:29.748 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
91462024-12-21T05:10:30.490Z[ host-image] Dec 21 05:10:29.767 INFO O| Dec 21 05:10:29.767 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
91472024-12-21T05:10:30.499Z[ host-image] Dec 21 05:10:29.776 INFO O| Dec 21 05:10:29.776 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
91482024-12-21T05:10:30.499Z[ host-image] Dec 21 05:10:29.777 INFO O| Dec 21 05:10:29.776 INFO no lofi found
91492024-12-21T05:10:30.502Z[ host-image] Dec 21 05:10:29.777 INFO O| Dec 21 05:10:29.777 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
91502024-12-21T05:10:30.502Z[ host-image] Dec 21 05:10:29.777 INFO O| Dec 21 05:10:29.777 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
91512024-12-21T05:10:32.733Z[ host-image] Dec 21 05:10:32.010 INFO O| Dec 21 05:10:32.010 INFO lofi device = /dev/dsk/c2t1d0p0
91522024-12-21T05:10:32.733Z[ host-image] Dec 21 05:10:32.010 INFO O| Dec 21 05:10:32.010 INFO pool device = /dev/dsk/c2t1d0p0
91532024-12-21T05:10:32.735Z[ host-image] Dec 21 05:10:32.010 INFO O| Dec 21 05:10:32.010 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"]
91542024-12-21T05:10:32.956Z[ host-image] Dec 21 05:10:32.233 INFO O| Dec 21 05:10:32.233 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91552024-12-21T05:10:32.956Z[ host-image] Dec 21 05:10:32.233 INFO O| Dec 21 05:10:32.233 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
91562024-12-21T05:10:32.987Z[ host-image] Dec 21 05:10:32.264 INFO O| Dec 21 05:10:32.264 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
91572024-12-21T05:10:33.095Z[ host-image] Dec 21 05:10:32.373 INFO O| Dec 21 05:10:32.373 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
91582024-12-21T05:10:33.151Z[ host-image] Dec 21 05:10:32.428 INFO O| Dec 21 05:10:32.428 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
91592024-12-21T05:10:33.178Z[ host-image] Dec 21 05:10:32.455 INFO O| Dec 21 05:10:32.455 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
91602024-12-21T05:10:33.200Z[ host-image] Dec 21 05:10:32.478 INFO O| Dec 21 05:10:32.478 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
91612024-12-21T05:10:33.319Z[ host-image] Dec 21 05:10:32.597 INFO O| Dec 21 05:10:32.597 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
91622024-12-21T05:10:33.323Z[ host-image] Dec 21 05:10:32.597 INFO O| Dec 21 05:10:32.597 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
91632024-12-21T05:10:33.323Z[ host-image] Dec 21 05:10:32.597 INFO O| Dec 21 05:10:32.597 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
91642024-12-21T05:10:33.344Z[ host-image] Dec 21 05:10:32.621 INFO O| Dec 21 05:10:32.621 INFO boot environment UUID: 542b0455-9997-46f4-a039-3a67bb7980e9
91652024-12-21T05:10:33.344Z[ host-image] Dec 21 05:10:32.621 INFO O| Dec 21 05:10:32.621 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 542b0455-9997-46f4-a039-3a67bb7980e9
91662024-12-21T05:10:33.415Z[ host-image] Dec 21 05:10:32.691 INFO O| Dec 21 05:10:32.691 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
91672024-12-21T05:10:33.459Z[ host-image] Dec 21 05:10:32.736 INFO O| Dec 21 05:10:32.736 INFO STEP 0 (create_be) COMPLETE
91682024-12-21T05:10:33.459Z[ host-image] Dec 21 05:10:32.736 INFO O| Dec 21 05:10:32.736 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91692024-12-21T05:10:33.489Z[ host-image] Dec 21 05:10:32.766 INFO O| Dec 21 05:10:32.766 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
91702024-12-21T05:10:33.981Z[ recovery-image] Dec 21 05:10:33.259 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-10-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
91712024-12-21T05:10:38.853Z[ recovery-image] Dec 21 05:10:38.132 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-10-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
91722024-12-21T05:10:51.049Z[ recovery-image] Dec 21 05:10:50.326 INFO E| Compiling bitflags v1.3.2
91732024-12-21T05:10:51.050Z[ recovery-image] Dec 21 05:10:50.326 INFO E| Compiling bit_field v0.10.2
91742024-12-21T05:10:51.050Z[ recovery-image] Dec 21 05:10:50.326 INFO E| Compiling scroll v0.12.0
91752024-12-21T05:10:51.050Z[ recovery-image] Dec 21 05:10:50.326 INFO E| Compiling plain v0.2.3
91762024-12-21T05:10:51.050Z[ recovery-image] Dec 21 05:10:50.326 INFO E| Compiling log v0.4.22
91772024-12-21T05:10:51.050Z[ recovery-image] Dec 21 05:10:50.327 INFO E| Compiling adler2 v2.0.0
91782024-12-21T05:10:51.050Z[ recovery-image] Dec 21 05:10:50.327 INFO E| Compiling static_assertions v1.1.0
91792024-12-21T05:10:51.259Z[ recovery-image] Dec 21 05:10:50.539 INFO E| Compiling raw-cpuid v10.7.0
91802024-12-21T05:10:51.540Z[ recovery-image] Dec 21 05:10:50.818 INFO E| Compiling cpio_reader v0.1.1
91812024-12-21T05:10:51.752Z[ recovery-image] Dec 21 05:10:51.032 INFO E| Compiling miniz_oxide v0.8.0
91822024-12-21T05:10:51.970Z[ recovery-image] Dec 21 05:10:51.249 INFO E| Compiling bitstruct v0.1.1
91832024-12-21T05:10:52.972Z[ recovery-image] Dec 21 05:10:52.249 INFO E| Compiling goblin v0.8.2
91842024-12-21T05:10:58.344Z[ host-image] Dec 21 05:10:57.624 INFO O| Dec 21 05:10:57.624 INFO STEP 1 (unpack_tar) COMPLETE
91852024-12-21T05:10:58.344Z[ host-image] Dec 21 05:10:57.624 INFO O| Dec 21 05:10:57.624 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91862024-12-21T05:10:58.363Z[ host-image] Dec 21 05:10:57.644 INFO O| Dec 21 05:10:57.643 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
91872024-12-21T05:10:59.607Z[ host-image] Dec 21 05:10:58.887 INFO O| Dec 21 05:10:58.887 INFO STEP 2 (devfsadm) COMPLETE
91882024-12-21T05:10:59.607Z[ host-image] Dec 21 05:10:58.888 INFO O| Dec 21 05:10:58.887 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91892024-12-21T05:10:59.627Z[ host-image] Dec 21 05:10:58.908 INFO O| Dec 21 05:10:58.907 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91902024-12-21T05:10:59.627Z[ host-image] Dec 21 05:10:58.908 INFO O| Dec 21 05:10:58.908 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91912024-12-21T05:10:59.631Z[ host-image] Dec 21 05:10:58.908 INFO O| Dec 21 05:10:58.908 INFO STEP 3 (ensure_dir) COMPLETE
91922024-12-21T05:10:59.631Z[ host-image] Dec 21 05:10:58.908 INFO O| Dec 21 05:10:58.908 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91932024-12-21T05:10:59.662Z[ host-image] Dec 21 05:10:58.927 INFO O| Dec 21 05:10:58.927 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91942024-12-21T05:10:59.662Z[ host-image] Dec 21 05:10:58.927 INFO O| Dec 21 05:10:58.927 INFO STEP 4 (ensure_dir) COMPLETE
91952024-12-21T05:10:59.674Z[ host-image] Dec 21 05:10:58.927 INFO O| Dec 21 05:10:58.927 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91962024-12-21T05:10:59.680Z[ host-image] Dec 21 05:10:58.956 INFO O| Dec 21 05:10:58.956 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91972024-12-21T05:10:59.680Z[ host-image] Dec 21 05:10:58.956 INFO O| Dec 21 05:10:58.956 INFO STEP 5 (ensure_dir) COMPLETE
91982024-12-21T05:10:59.680Z[ host-image] Dec 21 05:10:58.956 INFO O| Dec 21 05:10:58.956 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91992024-12-21T05:10:59.735Z[ host-image] Dec 21 05:10:59.012 INFO O| Dec 21 05:10:59.012 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
92002024-12-21T05:10:59.741Z[ host-image] Dec 21 05:10:59.012 INFO O| Dec 21 05:10:59.012 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
92012024-12-21T05:10:59.741Z[ host-image] Dec 21 05:10:59.012 INFO O| Dec 21 05:10:59.012 INFO STEP 6 (ensure_dir) COMPLETE
92022024-12-21T05:10:59.742Z[ host-image] Dec 21 05:10:59.012 INFO O| Dec 21 05:10:59.012 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92032024-12-21T05:10:59.823Z[ host-image] Dec 21 05:10:59.102 INFO O| Dec 21 05:10:59.102 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
92042024-12-21T05:10:59.823Z[ host-image] Dec 21 05:10:59.102 INFO O| Dec 21 05:10:59.102 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
92052024-12-21T05:10:59.860Z[ host-image] Dec 21 05:10:59.102 INFO O| Dec 21 05:10:59.102 INFO STEP 7 (ensure_dir) COMPLETE
92062024-12-21T05:10:59.860Z[ host-image] Dec 21 05:10:59.103 INFO O| Dec 21 05:10:59.102 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92072024-12-21T05:10:59.860Z[ host-image] Dec 21 05:10:59.137 INFO O| Dec 21 05:10:59.137 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
92082024-12-21T05:10:59.867Z[ host-image] Dec 21 05:10:59.138 INFO O| Dec 21 05:10:59.138 INFO STEP 8 (remove_files) COMPLETE
92092024-12-21T05:10:59.867Z[ host-image] Dec 21 05:10:59.138 INFO O| Dec 21 05:10:59.138 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92102024-12-21T05:10:59.894Z[ host-image] Dec 21 05:10:59.163 INFO O| Dec 21 05:10:59.163 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
92112024-12-21T05:10:59.929Z[ host-image] Dec 21 05:10:59.164 INFO O| Dec 21 05:10:59.164 INFO STEP 9 (remove_files) COMPLETE
92122024-12-21T05:10:59.929Z[ host-image] Dec 21 05:10:59.164 INFO O| Dec 21 05:10:59.164 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92132024-12-21T05:10:59.929Z[ host-image] Dec 21 05:10:59.188 INFO O| Dec 21 05:10:59.188 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
92142024-12-21T05:10:59.929Z[ host-image] Dec 21 05:10:59.190 INFO O| Dec 21 05:10:59.190 INFO STEP 10 (remove_files) COMPLETE
92152024-12-21T05:10:59.929Z[ host-image] Dec 21 05:10:59.190 INFO O| Dec 21 05:10:59.190 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92162024-12-21T05:10:59.987Z[ host-image] Dec 21 05:10:59.221 INFO O| Dec 21 05:10:59.221 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
92172024-12-21T05:10:59.987Z[ host-image] Dec 21 05:10:59.222 INFO O| Dec 21 05:10:59.221 INFO STEP 11 (remove_files) COMPLETE
92182024-12-21T05:10:59.987Z[ host-image] Dec 21 05:10:59.222 INFO O| Dec 21 05:10:59.222 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92192024-12-21T05:11:00.040Z[ host-image] Dec 21 05:10:59.313 INFO O| Dec 21 05:10:59.313 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
92202024-12-21T05:11:00.040Z[ host-image] Dec 21 05:10:59.313 INFO O| Dec 21 05:10:59.313 INFO STEP 12 (remove_files) COMPLETE
92212024-12-21T05:11:00.040Z[ host-image] Dec 21 05:10:59.313 INFO O| Dec 21 05:10:59.313 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92222024-12-21T05:11:00.133Z[ host-image] Dec 21 05:10:59.402 INFO O| Dec 21 05:10:59.402 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
92232024-12-21T05:11:00.133Z[ host-image] Dec 21 05:10:59.402 INFO O| Dec 21 05:10:59.402 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
92242024-12-21T05:11:00.133Z[ host-image] Dec 21 05:10:59.402 INFO O| Dec 21 05:10:59.402 INFO STEP 13 (ensure_dir) COMPLETE
92252024-12-21T05:11:00.133Z[ host-image] Dec 21 05:10:59.402 INFO O| Dec 21 05:10:59.402 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92262024-12-21T05:11:00.162Z[ host-image] Dec 21 05:10:59.443 INFO O| Dec 21 05:10:59.443 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
92272024-12-21T05:11:00.162Z[ host-image] Dec 21 05:10:59.443 INFO O| Dec 21 05:10:59.443 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
92282024-12-21T05:11:00.166Z[ host-image] Dec 21 05:10:59.443 INFO O| Dec 21 05:10:59.443 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
92292024-12-21T05:11:00.166Z[ host-image] Dec 21 05:10:59.443 INFO O| Dec 21 05:10:59.443 INFO STEP 14 (ensure_dir) COMPLETE
92302024-12-21T05:11:00.167Z[ host-image] Dec 21 05:10:59.443 INFO O| Dec 21 05:10:59.443 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92312024-12-21T05:11:00.252Z[ host-image] Dec 21 05:10:59.532 INFO O| Dec 21 05:10:59.532 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
92322024-12-21T05:11:00.252Z[ host-image] Dec 21 05:10:59.532 INFO O| Dec 21 05:10:59.532 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
92332024-12-21T05:11:00.256Z[ host-image] Dec 21 05:10:59.533 INFO O| Dec 21 05:10:59.533 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
92342024-12-21T05:11:00.256Z[ host-image] Dec 21 05:10:59.533 INFO O| Dec 21 05:10:59.533 INFO STEP 15 (ensure_dir) COMPLETE
92352024-12-21T05:11:00.256Z[ host-image] Dec 21 05:10:59.533 INFO O| Dec 21 05:10:59.533 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92362024-12-21T05:11:00.281Z[ host-image] Dec 21 05:10:59.561 INFO O| Dec 21 05:10:59.561 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
92372024-12-21T05:11:00.281Z[ host-image] Dec 21 05:10:59.561 INFO O| Dec 21 05:10:59.561 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
92382024-12-21T05:11:00.281Z[ host-image] Dec 21 05:10:59.561 INFO O| Dec 21 05:10:59.561 INFO STEP 16 (ensure_dir) COMPLETE
92392024-12-21T05:11:00.281Z[ host-image] Dec 21 05:10:59.561 INFO O| Dec 21 05:10:59.561 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92402024-12-21T05:11:00.353Z[ host-image] Dec 21 05:10:59.592 INFO O| Dec 21 05:10:59.592 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
92412024-12-21T05:11:00.353Z[ host-image] Dec 21 05:10:59.593 INFO O| Dec 21 05:10:59.593 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
92422024-12-21T05:11:00.357Z[ host-image] Dec 21 05:10:59.593 INFO O| Dec 21 05:10:59.593 INFO STEP 17 (ensure_dir) COMPLETE
92432024-12-21T05:11:00.357Z[ host-image] Dec 21 05:10:59.593 INFO O| Dec 21 05:10:59.593 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92442024-12-21T05:11:00.388Z[ host-image] Dec 21 05:10:59.612 INFO O| Dec 21 05:10:59.612 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
92452024-12-21T05:11:00.388Z[ host-image] Dec 21 05:10:59.612 INFO O| Dec 21 05:10:59.612 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
92462024-12-21T05:11:00.388Z[ host-image] Dec 21 05:10:59.612 INFO O| Dec 21 05:10:59.612 INFO ok!
92472024-12-21T05:11:00.388Z[ host-image] Dec 21 05:10:59.612 INFO O| Dec 21 05:10:59.612 INFO STEP 18 (ensure_symlink) COMPLETE
92482024-12-21T05:11:00.388Z[ host-image] Dec 21 05:10:59.612 INFO O| Dec 21 05:10:59.612 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92492024-12-21T05:11:00.388Z[ host-image] Dec 21 05:10:59.632 INFO O| Dec 21 05:10:59.632 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
92502024-12-21T05:11:00.388Z[ host-image] Dec 21 05:10:59.632 INFO O| Dec 21 05:10:59.632 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
92512024-12-21T05:11:00.388Z[ host-image] Dec 21 05:10:59.632 INFO O| Dec 21 05:10:59.632 INFO ok!
92522024-12-21T05:11:00.388Z[ host-image] Dec 21 05:10:59.632 INFO O| Dec 21 05:10:59.632 INFO STEP 19 (ensure_file) COMPLETE
92532024-12-21T05:11:00.388Z[ host-image] Dec 21 05:10:59.632 INFO O| Dec 21 05:10:59.632 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92542024-12-21T05:11:00.440Z[ host-image] Dec 21 05:10:59.652 INFO O| Dec 21 05:10:59.652 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
92552024-12-21T05:11:00.440Z[ host-image] Dec 21 05:10:59.653 INFO O| Dec 21 05:10:59.652 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
92562024-12-21T05:11:00.440Z[ host-image] Dec 21 05:10:59.653 INFO O| Dec 21 05:10:59.653 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
92572024-12-21T05:11:00.440Z[ host-image] Dec 21 05:10:59.653 INFO O| Dec 21 05:10:59.653 INFO ok!
92582024-12-21T05:11:00.440Z[ host-image] Dec 21 05:10:59.653 INFO O| Dec 21 05:10:59.653 INFO STEP 20 (ensure_symlink) COMPLETE
92592024-12-21T05:11:00.440Z[ host-image] Dec 21 05:10:59.653 INFO O| Dec 21 05:10:59.653 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92602024-12-21T05:11:00.440Z[ host-image] Dec 21 05:10:59.676 INFO O| Dec 21 05:10:59.676 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
92612024-12-21T05:11:00.441Z[ host-image] Dec 21 05:10:59.676 INFO O| Dec 21 05:10:59.676 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
92622024-12-21T05:11:00.441Z[ host-image] Dec 21 05:10:59.676 INFO O| Dec 21 05:10:59.676 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
92632024-12-21T05:11:00.441Z[ host-image] Dec 21 05:10:59.676 INFO O| Dec 21 05:10:59.676 INFO ok!
92642024-12-21T05:11:00.441Z[ host-image] Dec 21 05:10:59.677 INFO O| Dec 21 05:10:59.676 INFO STEP 21 (ensure_symlink) COMPLETE
92652024-12-21T05:11:00.441Z[ host-image] Dec 21 05:10:59.677 INFO O| Dec 21 05:10:59.676 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92662024-12-21T05:11:00.446Z[ host-image] Dec 21 05:10:59.717 INFO O| Dec 21 05:10:59.717 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
92672024-12-21T05:11:00.446Z[ host-image] Dec 21 05:10:59.717 INFO O| Dec 21 05:10:59.717 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
92682024-12-21T05:11:00.446Z[ host-image] Dec 21 05:10:59.717 INFO O| Dec 21 05:10:59.717 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
92692024-12-21T05:11:00.450Z[ host-image] Dec 21 05:10:59.718 INFO O| Dec 21 05:10:59.717 INFO ok!
92702024-12-21T05:11:00.450Z[ host-image] Dec 21 05:10:59.718 INFO O| Dec 21 05:10:59.718 INFO STEP 22 (ensure_symlink) COMPLETE
92712024-12-21T05:11:00.450Z[ host-image] Dec 21 05:10:59.718 INFO O| Dec 21 05:10:59.718 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92722024-12-21T05:11:00.515Z[ host-image] Dec 21 05:10:59.785 INFO O| Dec 21 05:10:59.785 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
92732024-12-21T05:11:00.515Z[ host-image] Dec 21 05:10:59.785 INFO O| Dec 21 05:10:59.785 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
92742024-12-21T05:11:00.556Z[ host-image] Dec 21 05:10:59.785 INFO O| Dec 21 05:10:59.785 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
92752024-12-21T05:11:00.556Z[ host-image] Dec 21 05:10:59.785 INFO O| Dec 21 05:10:59.785 INFO ok!
92762024-12-21T05:11:00.556Z[ host-image] Dec 21 05:10:59.785 INFO O| Dec 21 05:10:59.785 INFO STEP 23 (ensure_symlink) COMPLETE
92772024-12-21T05:11:00.556Z[ host-image] Dec 21 05:10:59.785 INFO O| Dec 21 05:10:59.785 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92782024-12-21T05:11:00.705Z[ host-image] Dec 21 05:10:59.854 INFO O| Dec 21 05:10:59.854 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
92792024-12-21T05:11:00.705Z[ host-image] Dec 21 05:10:59.854 INFO O| Dec 21 05:10:59.854 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
92802024-12-21T05:11:00.712Z[ host-image] Dec 21 05:10:59.854 INFO O| Dec 21 05:10:59.854 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
92812024-12-21T05:11:00.712Z[ host-image] Dec 21 05:10:59.854 INFO O| Dec 21 05:10:59.854 INFO ok!
92822024-12-21T05:11:00.712Z[ host-image] Dec 21 05:10:59.854 INFO O| Dec 21 05:10:59.854 INFO STEP 24 (ensure_file) COMPLETE
92832024-12-21T05:11:00.712Z[ host-image] Dec 21 05:10:59.854 INFO O| Dec 21 05:10:59.854 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
92842024-12-21T05:11:00.712Z[ host-image] Dec 21 05:10:59.885 INFO O| Dec 21 05:10:59.884 INFO updating shadow file
92852024-12-21T05:11:00.713Z[ host-image] Dec 21 05:10:59.885 INFO O| Dec 21 05:10:59.885 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
92862024-12-21T05:11:00.713Z[ host-image] Dec 21 05:10:59.885 INFO O| Dec 21 05:10:59.885 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
92872024-12-21T05:11:00.713Z[ host-image] Dec 21 05:10:59.885 INFO O| Dec 21 05:10:59.885 INFO STEP 25 (shadow) COMPLETE
92882024-12-21T05:11:00.713Z[ host-image] Dec 21 05:10:59.885 INFO O| Dec 21 05:10:59.885 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92892024-12-21T05:11:00.713Z[ host-image] Dec 21 05:10:59.942 INFO O| Dec 21 05:10:59.942 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
92902024-12-21T05:11:00.713Z[ host-image] Dec 21 05:10:59.942 INFO O| Dec 21 05:10:59.942 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
92912024-12-21T05:11:00.713Z[ host-image] Dec 21 05:10:59.942 INFO O| Dec 21 05:10:59.942 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
92922024-12-21T05:11:00.713Z[ host-image] Dec 21 05:10:59.942 INFO O| Dec 21 05:10:59.942 INFO ok!
92932024-12-21T05:11:00.713Z[ host-image] Dec 21 05:10:59.943 INFO O| Dec 21 05:10:59.943 INFO STEP 26 (ensure_file) COMPLETE
92942024-12-21T05:11:00.713Z[ host-image] Dec 21 05:10:59.943 INFO O| Dec 21 05:10:59.943 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92952024-12-21T05:11:00.713Z[ host-image] Dec 21 05:10:59.961 INFO O| Dec 21 05:10:59.960 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
92962024-12-21T05:11:00.713Z[ host-image] Dec 21 05:10:59.961 INFO O| Dec 21 05:10:59.961 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
92972024-12-21T05:11:00.713Z[ host-image] Dec 21 05:10:59.961 INFO O| Dec 21 05:10:59.961 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
92982024-12-21T05:11:00.714Z[ host-image] Dec 21 05:10:59.961 INFO O| Dec 21 05:10:59.961 INFO ok!
92992024-12-21T05:11:00.714Z[ host-image] Dec 21 05:10:59.961 INFO O| Dec 21 05:10:59.961 INFO STEP 27 (ensure_file) COMPLETE
93002024-12-21T05:11:00.714Z[ host-image] Dec 21 05:10:59.961 INFO O| Dec 21 05:10:59.961 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93012024-12-21T05:11:00.714Z[ host-image] Dec 21 05:10:59.979 INFO O| Dec 21 05:10:59.979 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
93022024-12-21T05:11:00.714Z[ host-image] Dec 21 05:10:59.979 INFO O| Dec 21 05:10:59.979 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
93032024-12-21T05:11:00.714Z[ host-image] Dec 21 05:10:59.979 INFO O| Dec 21 05:10:59.979 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
93042024-12-21T05:11:00.714Z[ host-image] Dec 21 05:10:59.979 INFO O| Dec 21 05:10:59.979 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
93052024-12-21T05:11:00.714Z[ host-image] Dec 21 05:10:59.979 INFO O| Dec 21 05:10:59.979 INFO ok!
93062024-12-21T05:11:00.714Z[ host-image] Dec 21 05:10:59.979 INFO O| Dec 21 05:10:59.979 INFO STEP 28 (ensure_file) COMPLETE
93072024-12-21T05:11:00.714Z[ host-image] Dec 21 05:10:59.979 INFO O| Dec 21 05:10:59.979 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93082024-12-21T05:11:00.744Z[ host-image] Dec 21 05:10:59.999 INFO O| Dec 21 05:10:59.999 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
93092024-12-21T05:11:00.744Z[ host-image] Dec 21 05:10:59.999 INFO O| Dec 21 05:10:59.999 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
93102024-12-21T05:11:00.745Z[ host-image] Dec 21 05:10:59.999 INFO O| Dec 21 05:10:59.999 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
93112024-12-21T05:11:00.754Z[ host-image] Dec 21 05:10:59.999 INFO O| Dec 21 05:10:59.999 INFO ok!
93122024-12-21T05:11:00.755Z[ host-image] Dec 21 05:10:59.999 INFO O| Dec 21 05:10:59.999 INFO STEP 29 (ensure_file) COMPLETE
93132024-12-21T05:11:00.755Z[ host-image] Dec 21 05:10:59.999 INFO O| Dec 21 05:10:59.999 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93142024-12-21T05:11:00.755Z[ host-image] Dec 21 05:11:00.018 INFO O| Dec 21 05:11:00.018 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
93152024-12-21T05:11:00.755Z[ host-image] Dec 21 05:11:00.018 INFO O| Dec 21 05:11:00.018 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
93162024-12-21T05:11:00.755Z[ host-image] Dec 21 05:11:00.018 INFO O| Dec 21 05:11:00.018 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
93172024-12-21T05:11:00.755Z[ host-image] Dec 21 05:11:00.018 INFO O| Dec 21 05:11:00.018 INFO ok!
93182024-12-21T05:11:00.755Z[ host-image] Dec 21 05:11:00.018 INFO O| Dec 21 05:11:00.018 INFO STEP 30 (ensure_file) COMPLETE
93192024-12-21T05:11:00.756Z[ host-image] Dec 21 05:11:00.018 INFO O| Dec 21 05:11:00.018 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93202024-12-21T05:11:00.808Z[ host-image] Dec 21 05:11:00.038 INFO O| Dec 21 05:11:00.038 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
93212024-12-21T05:11:00.808Z[ host-image] Dec 21 05:11:00.038 INFO O| Dec 21 05:11:00.038 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
93222024-12-21T05:11:00.808Z[ host-image] Dec 21 05:11:00.038 INFO O| Dec 21 05:11:00.038 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
93232024-12-21T05:11:00.808Z[ host-image] Dec 21 05:11:00.038 INFO O| Dec 21 05:11:00.038 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
93242024-12-21T05:11:00.808Z[ host-image] Dec 21 05:11:00.038 INFO O| Dec 21 05:11:00.038 INFO ok!
93252024-12-21T05:11:00.808Z[ host-image] Dec 21 05:11:00.038 INFO O| Dec 21 05:11:00.038 INFO STEP 31 (ensure_file) COMPLETE
93262024-12-21T05:11:00.808Z[ host-image] Dec 21 05:11:00.038 INFO O| Dec 21 05:11:00.038 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93272024-12-21T05:11:00.819Z[ host-image] Dec 21 05:11:00.072 INFO O| Dec 21 05:11:00.072 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
93282024-12-21T05:11:00.820Z[ host-image] Dec 21 05:11:00.072 INFO O| Dec 21 05:11:00.072 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
93292024-12-21T05:11:00.820Z[ host-image] Dec 21 05:11:00.073 INFO O| Dec 21 05:11:00.073 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
93302024-12-21T05:11:00.820Z[ host-image] Dec 21 05:11:00.073 INFO O| Dec 21 05:11:00.073 INFO ok!
93312024-12-21T05:11:00.820Z[ host-image] Dec 21 05:11:00.073 INFO O| Dec 21 05:11:00.073 INFO STEP 32 (ensure_file) COMPLETE
93322024-12-21T05:11:00.820Z[ host-image] Dec 21 05:11:00.073 INFO O| Dec 21 05:11:00.073 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93332024-12-21T05:11:00.860Z[ host-image] Dec 21 05:11:00.128 INFO O| Dec 21 05:11:00.128 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
93342024-12-21T05:11:00.860Z[ host-image] Dec 21 05:11:00.128 INFO O| Dec 21 05:11:00.128 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
93352024-12-21T05:11:00.860Z[ host-image] Dec 21 05:11:00.129 INFO O| Dec 21 05:11:00.129 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
93362024-12-21T05:11:00.860Z[ host-image] Dec 21 05:11:00.129 INFO O| Dec 21 05:11:00.129 INFO ok!
93372024-12-21T05:11:00.860Z[ host-image] Dec 21 05:11:00.129 INFO O| Dec 21 05:11:00.129 INFO STEP 33 (ensure_file) COMPLETE
93382024-12-21T05:11:00.860Z[ host-image] Dec 21 05:11:00.129 INFO O| Dec 21 05:11:00.129 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93392024-12-21T05:11:00.877Z[ host-image] Dec 21 05:11:00.158 INFO O| Dec 21 05:11:00.158 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
93402024-12-21T05:11:00.877Z[ host-image] Dec 21 05:11:00.158 INFO O| Dec 21 05:11:00.158 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
93412024-12-21T05:11:00.878Z[ host-image] Dec 21 05:11:00.159 INFO O| Dec 21 05:11:00.158 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
93422024-12-21T05:11:00.890Z[ host-image] Dec 21 05:11:00.159 INFO O| Dec 21 05:11:00.159 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
93432024-12-21T05:11:00.890Z[ host-image] Dec 21 05:11:00.159 INFO O| Dec 21 05:11:00.159 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
93442024-12-21T05:11:00.890Z[ host-image] Dec 21 05:11:00.159 INFO O| Dec 21 05:11:00.159 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
93452024-12-21T05:11:00.891Z[ host-image] Dec 21 05:11:00.159 INFO O| Dec 21 05:11:00.159 INFO ok!
93462024-12-21T05:11:00.891Z[ host-image] Dec 21 05:11:00.159 INFO O| Dec 21 05:11:00.159 INFO STEP 34 (ensure_file) COMPLETE
93472024-12-21T05:11:00.891Z[ host-image] Dec 21 05:11:00.159 INFO O| Dec 21 05:11:00.159 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
93482024-12-21T05:11:00.897Z[ host-image] Dec 21 05:11:00.178 INFO O| Dec 21 05:11:00.178 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
93492024-12-21T05:11:00.901Z[ host-image] Dec 21 05:11:00.179 INFO O| Dec 21 05:11:00.179 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
93502024-12-21T05:11:00.901Z[ host-image] Dec 21 05:11:00.179 INFO O| Dec 21 05:11:00.179 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
93512024-12-21T05:11:00.901Z[ host-image] Dec 21 05:11:00.179 INFO O| Dec 21 05:11:00.179 INFO STEP 35 (ensure_dir) COMPLETE
93522024-12-21T05:11:00.901Z[ host-image] Dec 21 05:11:00.179 INFO O| Dec 21 05:11:00.179 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
93532024-12-21T05:11:00.917Z[ host-image] Dec 21 05:11:00.198 INFO O| Dec 21 05:11:00.198 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
93542024-12-21T05:11:00.917Z[ host-image] Dec 21 05:11:00.198 INFO O| Dec 21 05:11:00.198 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 ...
93552024-12-21T05:11:00.920Z[ host-image] Dec 21 05:11:00.198 INFO O| Dec 21 05:11:00.198 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
93562024-12-21T05:11:00.921Z[ host-image] Dec 21 05:11:00.198 INFO O| Dec 21 05:11:00.198 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
93572024-12-21T05:11:00.921Z[ host-image] Dec 21 05:11:00.198 INFO O| Dec 21 05:11:00.198 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
93582024-12-21T05:11:00.921Z[ host-image] Dec 21 05:11:00.198 INFO O| Dec 21 05:11:00.198 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
93592024-12-21T05:11:00.921Z[ host-image] Dec 21 05:11:00.198 INFO O| Dec 21 05:11:00.198 INFO ok!
93602024-12-21T05:11:00.921Z[ host-image] Dec 21 05:11:00.198 INFO O| Dec 21 05:11:00.198 INFO STEP 36 (ensure_file) COMPLETE
93612024-12-21T05:11:00.921Z[ host-image] Dec 21 05:11:00.198 INFO O| Dec 21 05:11:00.198 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
93622024-12-21T05:11:00.944Z[ host-image] Dec 21 05:11:00.225 INFO O| Dec 21 05:11:00.225 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
93632024-12-21T05:11:00.944Z[ host-image] Dec 21 05:11:00.225 INFO O| Dec 21 05:11:00.225 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 ...
93642024-12-21T05:11:00.956Z[ host-image] Dec 21 05:11:00.225 INFO O| Dec 21 05:11:00.225 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
93652024-12-21T05:11:00.957Z[ host-image] Dec 21 05:11:00.226 INFO O| Dec 21 05:11:00.225 INFO ok!
93662024-12-21T05:11:00.957Z[ host-image] Dec 21 05:11:00.226 INFO O| Dec 21 05:11:00.226 INFO STEP 37 (ensure_symlink) COMPLETE
93672024-12-21T05:11:00.957Z[ host-image] Dec 21 05:11:00.226 INFO O| Dec 21 05:11:00.226 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93682024-12-21T05:11:00.963Z[ host-image] Dec 21 05:11:00.244 INFO O| Dec 21 05:11:00.244 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
93692024-12-21T05:11:00.963Z[ host-image] Dec 21 05:11:00.244 INFO O| Dec 21 05:11:00.244 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
93702024-12-21T05:11:00.967Z[ host-image] Dec 21 05:11:00.245 INFO O| Dec 21 05:11:00.244 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93712024-12-21T05:11:00.967Z[ host-image] Dec 21 05:11:00.245 INFO O| Dec 21 05:11:00.245 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93722024-12-21T05:11:00.967Z[ host-image] Dec 21 05:11:00.245 INFO O| Dec 21 05:11:00.245 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93732024-12-21T05:11:00.967Z[ host-image] Dec 21 05:11:00.245 INFO O| Dec 21 05:11:00.245 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93742024-12-21T05:11:00.967Z[ host-image] Dec 21 05:11:00.245 INFO O| Dec 21 05:11:00.245 INFO ok!
93752024-12-21T05:11:00.967Z[ host-image] Dec 21 05:11:00.245 INFO O| Dec 21 05:11:00.245 INFO STEP 38 (ensure_file) COMPLETE
93762024-12-21T05:11:00.967Z[ host-image] Dec 21 05:11:00.245 INFO O| Dec 21 05:11:00.245 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93772024-12-21T05:11:01.008Z[ host-image] Dec 21 05:11:00.263 INFO O| Dec 21 05:11:00.262 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
93782024-12-21T05:11:01.008Z[ host-image] Dec 21 05:11:00.263 INFO O| Dec 21 05:11:00.263 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 ...
93792024-12-21T05:11:01.013Z[ host-image] Dec 21 05:11:00.263 INFO O| Dec 21 05:11:00.263 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
93802024-12-21T05:11:01.013Z[ host-image] Dec 21 05:11:00.263 INFO O| Dec 21 05:11:00.263 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
93812024-12-21T05:11:01.013Z[ host-image] Dec 21 05:11:00.263 INFO O| Dec 21 05:11:00.263 INFO ok!
93822024-12-21T05:11:01.013Z[ host-image] Dec 21 05:11:00.263 INFO O| Dec 21 05:11:00.263 INFO STEP 39 (ensure_file) COMPLETE
93832024-12-21T05:11:01.013Z[ host-image] Dec 21 05:11:00.263 INFO O| Dec 21 05:11:00.263 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93842024-12-21T05:11:01.014Z[ host-image] Dec 21 05:11:00.282 INFO O| Dec 21 05:11:00.282 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
93852024-12-21T05:11:01.014Z[ host-image] Dec 21 05:11:00.282 INFO O| Dec 21 05:11:00.282 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
93862024-12-21T05:11:01.014Z[ host-image] Dec 21 05:11:00.282 INFO O| Dec 21 05:11:00.282 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
93872024-12-21T05:11:01.015Z[ host-image] Dec 21 05:11:00.282 INFO O| Dec 21 05:11:00.282 INFO ok!
93882024-12-21T05:11:01.015Z[ host-image] Dec 21 05:11:00.282 INFO O| Dec 21 05:11:00.282 INFO STEP 40 (ensure_file) COMPLETE
93892024-12-21T05:11:01.015Z[ host-image] Dec 21 05:11:00.282 INFO O| Dec 21 05:11:00.282 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
93902024-12-21T05:11:01.064Z[ host-image] Dec 21 05:11:00.301 INFO O| Dec 21 05:11:00.301 INFO updating shadow file
93912024-12-21T05:11:01.065Z[ host-image] Dec 21 05:11:00.301 INFO O| Dec 21 05:11:00.301 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
93922024-12-21T05:11:01.065Z[ host-image] Dec 21 05:11:00.301 INFO O| Dec 21 05:11:00.301 INFO STEP 41 (shadow) COMPLETE
93932024-12-21T05:11:01.065Z[ host-image] Dec 21 05:11:00.301 INFO O| Dec 21 05:11:00.301 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
93942024-12-21T05:11:01.065Z[ host-image] Dec 21 05:11:00.320 INFO O| Dec 21 05:11:00.320 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
93952024-12-21T05:11:01.065Z[ host-image] Dec 21 05:11:00.320 INFO O| Dec 21 05:11:00.320 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
93962024-12-21T05:11:01.066Z[ host-image] Dec 21 05:11:00.320 INFO O| Dec 21 05:11:00.320 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
93972024-12-21T05:11:01.066Z[ host-image] Dec 21 05:11:00.320 INFO O| Dec 21 05:11:00.320 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
93982024-12-21T05:11:01.066Z[ host-image] Dec 21 05:11:00.320 INFO O| Dec 21 05:11:00.320 INFO ok!
93992024-12-21T05:11:01.066Z[ host-image] Dec 21 05:11:00.321 INFO O| Dec 21 05:11:00.320 INFO STEP 42 (ensure_file) COMPLETE
94002024-12-21T05:11:01.066Z[ host-image] Dec 21 05:11:00.321 INFO O| Dec 21 05:11:00.321 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94012024-12-21T05:11:01.067Z[ host-image] Dec 21 05:11:00.321 INFO O| Dec 21 05:11:00.321 INFO skip step because feature "mfg" is not enabled
94022024-12-21T05:11:01.067Z[ host-image] Dec 21 05:11:00.321 INFO O| Dec 21 05:11:00.321 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94032024-12-21T05:11:01.067Z[ host-image] Dec 21 05:11:00.321 INFO O| Dec 21 05:11:00.321 INFO skip step because feature "mfg" is not enabled
94042024-12-21T05:11:01.067Z[ host-image] Dec 21 05:11:00.321 INFO O| Dec 21 05:11:00.321 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94052024-12-21T05:11:01.077Z[ host-image] Dec 21 05:11:00.340 INFO O| Dec 21 05:11:00.340 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
94062024-12-21T05:11:01.077Z[ host-image] Dec 21 05:11:00.340 INFO O| Dec 21 05:11:00.340 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
94072024-12-21T05:11:01.913Z[ host-image] Dec 21 05:11:01.174 INFO O| Dec 21 05:11:01.174 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
94082024-12-21T05:11:01.913Z[ host-image] Dec 21 05:11:01.174 INFO O| Dec 21 05:11:01.174 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
94092024-12-21T05:11:01.913Z[ host-image] Dec 21 05:11:01.174 INFO O| Dec 21 05:11:01.174 INFO ok!
94102024-12-21T05:11:01.949Z[ host-image] Dec 21 05:11:01.174 INFO O| Dec 21 05:11:01.174 INFO STEP 45 (ensure_file) COMPLETE
94112024-12-21T05:11:01.950Z[ host-image] Dec 21 05:11:01.174 INFO O| Dec 21 05:11:01.174 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94122024-12-21T05:11:01.950Z[ host-image] Dec 21 05:11:01.192 INFO O| Dec 21 05:11:01.192 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
94132024-12-21T05:11:01.950Z[ host-image] Dec 21 05:11:01.192 INFO O| Dec 21 05:11:01.192 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
94142024-12-21T05:11:01.950Z[ host-image] Dec 21 05:11:01.192 INFO O| Dec 21 05:11:01.192 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94152024-12-21T05:11:01.950Z[ host-image] Dec 21 05:11:01.192 INFO O| Dec 21 05:11:01.192 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94162024-12-21T05:11:01.950Z[ host-image] Dec 21 05:11:01.192 INFO O| Dec 21 05:11:01.192 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94172024-12-21T05:11:01.950Z[ host-image] Dec 21 05:11:01.192 INFO O| Dec 21 05:11:01.192 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94182024-12-21T05:11:01.950Z[ host-image] Dec 21 05:11:01.192 INFO O| Dec 21 05:11:01.192 INFO ok!
94192024-12-21T05:11:01.950Z[ host-image] Dec 21 05:11:01.192 INFO O| Dec 21 05:11:01.192 INFO STEP 46 (ensure_file) COMPLETE
94202024-12-21T05:11:01.950Z[ host-image] Dec 21 05:11:01.192 INFO O| Dec 21 05:11:01.192 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94212024-12-21T05:11:01.954Z[ host-image] Dec 21 05:11:01.210 INFO O| Dec 21 05:11:01.210 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
94222024-12-21T05:11:01.955Z[ host-image] Dec 21 05:11:01.210 INFO O| Dec 21 05:11:01.210 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 ...
94232024-12-21T05:11:01.955Z[ host-image] Dec 21 05:11:01.210 INFO O| Dec 21 05:11:01.210 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
94242024-12-21T05:11:01.955Z[ host-image] Dec 21 05:11:01.210 INFO O| Dec 21 05:11:01.210 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
94252024-12-21T05:11:01.955Z[ host-image] Dec 21 05:11:01.210 INFO O| Dec 21 05:11:01.210 INFO ok!
94262024-12-21T05:11:01.955Z[ host-image] Dec 21 05:11:01.210 INFO O| Dec 21 05:11:01.210 INFO STEP 47 (ensure_file) COMPLETE
94272024-12-21T05:11:01.955Z[ host-image] Dec 21 05:11:01.210 INFO O| Dec 21 05:11:01.210 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94282024-12-21T05:11:01.955Z[ host-image] Dec 21 05:11:01.227 INFO O| Dec 21 05:11:01.227 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
94292024-12-21T05:11:01.955Z[ host-image] Dec 21 05:11:01.227 INFO O| Dec 21 05:11:01.227 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
94302024-12-21T05:11:01.955Z[ host-image] Dec 21 05:11:01.228 INFO O| Dec 21 05:11:01.227 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
94312024-12-21T05:11:01.955Z[ host-image] Dec 21 05:11:01.228 INFO O| Dec 21 05:11:01.228 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
94322024-12-21T05:11:01.955Z[ host-image] Dec 21 05:11:01.228 INFO O| Dec 21 05:11:01.228 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
94332024-12-21T05:11:01.955Z[ host-image] Dec 21 05:11:01.228 INFO O| Dec 21 05:11:01.228 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
94342024-12-21T05:11:01.955Z[ host-image] Dec 21 05:11:01.228 INFO O| Dec 21 05:11:01.228 INFO ok!
94352024-12-21T05:11:01.955Z[ host-image] Dec 21 05:11:01.228 INFO O| Dec 21 05:11:01.228 INFO STEP 48 (ensure_file) COMPLETE
94362024-12-21T05:11:01.955Z[ host-image] Dec 21 05:11:01.228 INFO O| Dec 21 05:11:01.228 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94372024-12-21T05:11:01.970Z[ host-image] Dec 21 05:11:01.245 INFO O| Dec 21 05:11:01.245 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
94382024-12-21T05:11:01.970Z[ host-image] Dec 21 05:11:01.245 INFO O| Dec 21 05:11:01.245 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 ...
94392024-12-21T05:11:01.970Z[ host-image] Dec 21 05:11:01.246 INFO O| Dec 21 05:11:01.246 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
94402024-12-21T05:11:01.970Z[ host-image] Dec 21 05:11:01.246 INFO O| Dec 21 05:11:01.246 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
94412024-12-21T05:11:02.011Z[ host-image] Dec 21 05:11:01.246 INFO O| Dec 21 05:11:01.246 INFO ok!
94422024-12-21T05:11:02.011Z[ host-image] Dec 21 05:11:01.246 INFO O| Dec 21 05:11:01.246 INFO STEP 49 (ensure_file) COMPLETE
94432024-12-21T05:11:02.011Z[ host-image] Dec 21 05:11:01.246 INFO O| Dec 21 05:11:01.246 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94442024-12-21T05:11:02.011Z[ host-image] Dec 21 05:11:01.264 INFO O| Dec 21 05:11:01.264 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
94452024-12-21T05:11:02.011Z[ host-image] Dec 21 05:11:01.264 INFO O| Dec 21 05:11:01.264 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
94462024-12-21T05:11:02.011Z[ host-image] Dec 21 05:11:01.264 INFO O| Dec 21 05:11:01.264 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
94472024-12-21T05:11:02.011Z[ host-image] Dec 21 05:11:01.264 INFO O| Dec 21 05:11:01.264 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
94482024-12-21T05:11:02.011Z[ host-image] Dec 21 05:11:01.264 INFO O| Dec 21 05:11:01.264 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
94492024-12-21T05:11:02.011Z[ host-image] Dec 21 05:11:01.264 INFO O| Dec 21 05:11:01.264 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
94502024-12-21T05:11:02.011Z[ host-image] Dec 21 05:11:01.264 INFO O| Dec 21 05:11:01.264 INFO ok!
94512024-12-21T05:11:02.011Z[ host-image] Dec 21 05:11:01.264 INFO O| Dec 21 05:11:01.264 INFO STEP 50 (ensure_file) COMPLETE
94522024-12-21T05:11:02.012Z[ host-image] Dec 21 05:11:01.264 INFO O| Dec 21 05:11:01.264 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94532024-12-21T05:11:02.035Z[ host-image] Dec 21 05:11:01.283 INFO O| Dec 21 05:11:01.283 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
94542024-12-21T05:11:02.035Z[ host-image] Dec 21 05:11:01.283 INFO O| Dec 21 05:11:01.283 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 ...
94552024-12-21T05:11:02.035Z[ host-image] Dec 21 05:11:01.283 INFO O| Dec 21 05:11:01.283 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
94562024-12-21T05:11:02.035Z[ host-image] Dec 21 05:11:01.283 INFO O| Dec 21 05:11:01.283 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
94572024-12-21T05:11:02.035Z[ host-image] Dec 21 05:11:01.283 INFO O| Dec 21 05:11:01.283 INFO ok!
94582024-12-21T05:11:02.035Z[ host-image] Dec 21 05:11:01.283 INFO O| Dec 21 05:11:01.283 INFO STEP 51 (ensure_file) COMPLETE
94592024-12-21T05:11:02.035Z[ host-image] Dec 21 05:11:01.283 INFO O| Dec 21 05:11:01.283 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94602024-12-21T05:11:02.035Z[ host-image] Dec 21 05:11:01.302 INFO O| Dec 21 05:11:01.302 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
94612024-12-21T05:11:02.035Z[ host-image] Dec 21 05:11:01.302 INFO O| Dec 21 05:11:01.302 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 ...
94622024-12-21T05:11:02.035Z[ host-image] Dec 21 05:11:01.302 INFO O| Dec 21 05:11:01.302 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
94632024-12-21T05:11:02.035Z[ host-image] Dec 21 05:11:01.302 INFO O| Dec 21 05:11:01.302 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
94642024-12-21T05:11:02.035Z[ host-image] Dec 21 05:11:01.302 INFO O| Dec 21 05:11:01.302 INFO ok!
94652024-12-21T05:11:02.035Z[ host-image] Dec 21 05:11:01.302 INFO O| Dec 21 05:11:01.302 INFO STEP 52 (ensure_file) COMPLETE
94662024-12-21T05:11:02.035Z[ host-image] Dec 21 05:11:01.302 INFO O| Dec 21 05:11:01.302 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94672024-12-21T05:11:02.044Z[ host-image] Dec 21 05:11:01.320 INFO O| Dec 21 05:11:01.320 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
94682024-12-21T05:11:02.044Z[ host-image] Dec 21 05:11:01.320 INFO O| Dec 21 05:11:01.320 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 ...
94692024-12-21T05:11:02.045Z[ host-image] Dec 21 05:11:01.320 INFO O| Dec 21 05:11:01.320 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
94702024-12-21T05:11:02.045Z[ host-image] Dec 21 05:11:01.320 INFO O| Dec 21 05:11:01.320 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
94712024-12-21T05:11:02.045Z[ host-image] Dec 21 05:11:01.321 INFO O| Dec 21 05:11:01.320 INFO ok!
94722024-12-21T05:11:02.045Z[ host-image] Dec 21 05:11:01.321 INFO O| Dec 21 05:11:01.321 INFO STEP 53 (ensure_file) COMPLETE
94732024-12-21T05:11:02.053Z[ host-image] Dec 21 05:11:01.321 INFO O| Dec 21 05:11:01.321 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94742024-12-21T05:11:02.059Z[ host-image] Dec 21 05:11:01.339 INFO O| Dec 21 05:11:01.339 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
94752024-12-21T05:11:02.059Z[ host-image] Dec 21 05:11:01.339 INFO O| Dec 21 05:11:01.339 INFO STEP 54 (ensure_dir) COMPLETE
94762024-12-21T05:11:02.059Z[ host-image] Dec 21 05:11:01.339 INFO O| Dec 21 05:11:01.339 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94772024-12-21T05:11:02.092Z[ host-image] Dec 21 05:11:01.358 INFO O| Dec 21 05:11:01.358 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
94782024-12-21T05:11:02.092Z[ host-image] Dec 21 05:11:01.358 INFO O| Dec 21 05:11:01.358 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
94792024-12-21T05:11:02.092Z[ host-image] Dec 21 05:11:01.358 INFO O| Dec 21 05:11:01.358 INFO STEP 55 (ensure_dir) COMPLETE
94802024-12-21T05:11:02.092Z[ host-image] Dec 21 05:11:01.358 INFO O| Dec 21 05:11:01.358 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94812024-12-21T05:11:02.110Z[ host-image] Dec 21 05:11:01.376 INFO O| Dec 21 05:11:01.376 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
94822024-12-21T05:11:02.111Z[ host-image] Dec 21 05:11:01.376 INFO O| Dec 21 05:11:01.376 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
94832024-12-21T05:11:02.111Z[ host-image] Dec 21 05:11:01.376 INFO O| Dec 21 05:11:01.376 INFO STEP 56 (ensure_dir) COMPLETE
94842024-12-21T05:11:02.111Z[ host-image] Dec 21 05:11:01.376 INFO O| Dec 21 05:11:01.376 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94852024-12-21T05:11:02.119Z[ host-image] Dec 21 05:11:01.394 INFO O| Dec 21 05:11:01.394 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
94862024-12-21T05:11:02.119Z[ host-image] Dec 21 05:11:01.394 INFO O| Dec 21 05:11:01.394 INFO copying /tmp/.tmphaBfYb/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
94872024-12-21T05:11:02.143Z[ host-image] Dec 21 05:11:01.419 INFO O| Dec 21 05:11:01.419 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
94882024-12-21T05:11:02.143Z[ host-image] Dec 21 05:11:01.419 INFO O| Dec 21 05:11:01.419 INFO ok!
94892024-12-21T05:11:02.143Z[ host-image] Dec 21 05:11:01.419 INFO O| Dec 21 05:11:01.419 INFO STEP 57 (ensure_file) COMPLETE
94902024-12-21T05:11:02.143Z[ host-image] Dec 21 05:11:01.419 INFO O| Dec 21 05:11:01.419 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94912024-12-21T05:11:02.157Z[ host-image] Dec 21 05:11:01.438 INFO O| Dec 21 05:11:01.438 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
94922024-12-21T05:11:02.157Z[ host-image] Dec 21 05:11:01.438 INFO O| Dec 21 05:11:01.438 INFO copying /tmp/.tmphaBfYb/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
94932024-12-21T05:11:03.590Z[ host-image] Dec 21 05:11:02.871 INFO O| Dec 21 05:11:02.871 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
94942024-12-21T05:11:03.590Z[ host-image] Dec 21 05:11:02.871 INFO O| Dec 21 05:11:02.871 INFO ok!
94952024-12-21T05:11:03.593Z[ host-image] Dec 21 05:11:02.871 INFO O| Dec 21 05:11:02.871 INFO STEP 58 (ensure_file) COMPLETE
94962024-12-21T05:11:03.593Z[ host-image] Dec 21 05:11:02.871 INFO O| Dec 21 05:11:02.871 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94972024-12-21T05:11:03.608Z[ host-image] Dec 21 05:11:02.889 INFO O| Dec 21 05:11:02.889 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
94982024-12-21T05:11:03.610Z[ host-image] Dec 21 05:11:02.890 INFO O| Dec 21 05:11:02.890 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
94992024-12-21T05:11:03.610Z[ host-image] Dec 21 05:11:02.890 INFO O| Dec 21 05:11:02.890 INFO STEP 59 (ensure_dir) COMPLETE
95002024-12-21T05:11:03.611Z[ host-image] Dec 21 05:11:02.890 INFO O| Dec 21 05:11:02.890 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95012024-12-21T05:11:03.628Z[ host-image] Dec 21 05:11:02.908 INFO O| Dec 21 05:11:02.908 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
95022024-12-21T05:11:03.628Z[ host-image] Dec 21 05:11:02.909 INFO O| Dec 21 05:11:02.908 INFO copying /tmp/.tmphaBfYb/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 ...
95032024-12-21T05:11:03.629Z[ host-image] Dec 21 05:11:02.909 INFO O| Dec 21 05:11:02.909 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
95042024-12-21T05:11:03.629Z[ host-image] Dec 21 05:11:02.909 INFO O| Dec 21 05:11:02.909 INFO ok!
95052024-12-21T05:11:03.629Z[ host-image] Dec 21 05:11:02.909 INFO O| Dec 21 05:11:02.909 INFO STEP 60 (ensure_file) COMPLETE
95062024-12-21T05:11:03.629Z[ host-image] Dec 21 05:11:02.909 INFO O| Dec 21 05:11:02.909 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95072024-12-21T05:11:03.645Z[ host-image] Dec 21 05:11:02.927 INFO O| Dec 21 05:11:02.927 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
95082024-12-21T05:11:03.645Z[ host-image] Dec 21 05:11:02.927 INFO O| Dec 21 05:11:02.927 INFO copying /tmp/.tmphaBfYb/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 ...
95092024-12-21T05:11:03.650Z[ host-image] Dec 21 05:11:02.927 INFO O| Dec 21 05:11:02.927 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
95102024-12-21T05:11:03.650Z[ host-image] Dec 21 05:11:02.927 INFO O| Dec 21 05:11:02.927 INFO ok!
95112024-12-21T05:11:03.650Z[ host-image] Dec 21 05:11:02.927 INFO O| Dec 21 05:11:02.927 INFO STEP 61 (ensure_file) COMPLETE
95122024-12-21T05:11:03.650Z[ host-image] Dec 21 05:11:02.927 INFO O| Dec 21 05:11:02.927 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95132024-12-21T05:11:03.666Z[ host-image] Dec 21 05:11:02.945 INFO O| Dec 21 05:11:02.945 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
95142024-12-21T05:11:03.667Z[ host-image] Dec 21 05:11:02.945 INFO O| Dec 21 05:11:02.945 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
95152024-12-21T05:11:03.667Z[ host-image] Dec 21 05:11:02.945 INFO O| Dec 21 05:11:02.945 INFO STEP 62 (ensure_dir) COMPLETE
95162024-12-21T05:11:03.670Z[ host-image] Dec 21 05:11:02.945 INFO O| Dec 21 05:11:02.945 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95172024-12-21T05:11:03.683Z[ host-image] Dec 21 05:11:02.963 INFO O| Dec 21 05:11:02.963 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
95182024-12-21T05:11:03.689Z[ host-image] Dec 21 05:11:02.963 INFO O| Dec 21 05:11:02.963 INFO copying /tmp/.tmphaBfYb/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 ...
95192024-12-21T05:11:03.689Z[ host-image] Dec 21 05:11:02.963 INFO O| Dec 21 05:11:02.963 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
95202024-12-21T05:11:03.689Z[ host-image] Dec 21 05:11:02.963 INFO O| Dec 21 05:11:02.963 INFO ok!
95212024-12-21T05:11:03.689Z[ host-image] Dec 21 05:11:02.963 INFO O| Dec 21 05:11:02.963 INFO STEP 63 (ensure_file) COMPLETE
95222024-12-21T05:11:03.689Z[ host-image] Dec 21 05:11:02.963 INFO O| Dec 21 05:11:02.963 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95232024-12-21T05:11:03.707Z[ host-image] Dec 21 05:11:02.981 INFO O| Dec 21 05:11:02.981 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
95242024-12-21T05:11:03.707Z[ host-image] Dec 21 05:11:02.981 INFO O| Dec 21 05:11:02.981 INFO copying /tmp/.tmphaBfYb/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 ...
95252024-12-21T05:11:03.707Z[ host-image] Dec 21 05:11:02.981 INFO O| Dec 21 05:11:02.981 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
95262024-12-21T05:11:03.707Z[ host-image] Dec 21 05:11:02.981 INFO O| Dec 21 05:11:02.981 INFO ok!
95272024-12-21T05:11:03.727Z[ host-image] Dec 21 05:11:02.981 INFO O| Dec 21 05:11:02.981 INFO STEP 64 (ensure_file) COMPLETE
95282024-12-21T05:11:03.727Z[ host-image] Dec 21 05:11:02.981 INFO O| Dec 21 05:11:02.981 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95292024-12-21T05:11:03.731Z[ host-image] Dec 21 05:11:02.998 INFO O| Dec 21 05:11:02.998 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
95302024-12-21T05:11:03.731Z[ host-image] Dec 21 05:11:02.998 INFO O| Dec 21 05:11:02.998 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
95312024-12-21T05:11:03.731Z[ host-image] Dec 21 05:11:02.998 INFO O| Dec 21 05:11:02.998 INFO STEP 65 (ensure_dir) COMPLETE
95322024-12-21T05:11:03.731Z[ host-image] Dec 21 05:11:02.998 INFO O| Dec 21 05:11:02.998 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95332024-12-21T05:11:03.735Z[ host-image] Dec 21 05:11:03.016 INFO O| Dec 21 05:11:03.016 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
95342024-12-21T05:11:03.735Z[ host-image] Dec 21 05:11:03.016 INFO O| Dec 21 05:11:03.016 INFO copying /tmp/.tmphaBfYb/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 ...
95352024-12-21T05:11:03.735Z[ host-image] Dec 21 05:11:03.016 INFO O| Dec 21 05:11:03.016 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
95362024-12-21T05:11:03.735Z[ host-image] Dec 21 05:11:03.016 INFO O| Dec 21 05:11:03.016 INFO ok!
95372024-12-21T05:11:03.735Z[ host-image] Dec 21 05:11:03.016 INFO O| Dec 21 05:11:03.016 INFO STEP 66 (ensure_file) COMPLETE
95382024-12-21T05:11:03.738Z[ host-image] Dec 21 05:11:03.016 INFO O| Dec 21 05:11:03.016 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95392024-12-21T05:11:03.754Z[ host-image] Dec 21 05:11:03.035 INFO O| Dec 21 05:11:03.035 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
95402024-12-21T05:11:03.754Z[ host-image] Dec 21 05:11:03.035 INFO O| Dec 21 05:11:03.035 INFO copying /tmp/.tmphaBfYb/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
95412024-12-21T05:11:03.754Z[ host-image] Dec 21 05:11:03.035 INFO O| Dec 21 05:11:03.035 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
95422024-12-21T05:11:03.754Z[ host-image] Dec 21 05:11:03.035 INFO O| Dec 21 05:11:03.035 INFO ok!
95432024-12-21T05:11:03.771Z[ host-image] Dec 21 05:11:03.035 INFO O| Dec 21 05:11:03.035 INFO STEP 67 (ensure_file) COMPLETE
95442024-12-21T05:11:03.771Z[ host-image] Dec 21 05:11:03.035 INFO O| Dec 21 05:11:03.035 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95452024-12-21T05:11:03.775Z[ host-image] Dec 21 05:11:03.054 INFO O| Dec 21 05:11:03.054 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
95462024-12-21T05:11:03.775Z[ host-image] Dec 21 05:11:03.054 INFO O| Dec 21 05:11:03.054 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
95472024-12-21T05:11:03.775Z[ host-image] Dec 21 05:11:03.054 INFO O| Dec 21 05:11:03.054 INFO STEP 68 (ensure_dir) COMPLETE
95482024-12-21T05:11:03.775Z[ host-image] Dec 21 05:11:03.054 INFO O| Dec 21 05:11:03.054 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95492024-12-21T05:11:03.798Z[ host-image] Dec 21 05:11:03.072 INFO O| Dec 21 05:11:03.072 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
95502024-12-21T05:11:03.798Z[ host-image] Dec 21 05:11:03.072 INFO O| Dec 21 05:11:03.072 INFO copying /tmp/.tmphaBfYb/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
95512024-12-21T05:11:05.203Z[ host-image] Dec 21 05:11:04.485 INFO O| Dec 21 05:11:04.485 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
95522024-12-21T05:11:05.203Z[ host-image] Dec 21 05:11:04.485 INFO O| Dec 21 05:11:04.485 INFO ok!
95532024-12-21T05:11:05.207Z[ host-image] Dec 21 05:11:04.485 INFO O| Dec 21 05:11:04.485 INFO STEP 69 (ensure_file) COMPLETE
95542024-12-21T05:11:05.208Z[ host-image] Dec 21 05:11:04.485 INFO O| Dec 21 05:11:04.485 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95552024-12-21T05:11:05.222Z[ host-image] Dec 21 05:11:04.504 INFO O| Dec 21 05:11:04.504 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
95562024-12-21T05:11:05.222Z[ host-image] Dec 21 05:11:04.504 INFO O| Dec 21 05:11:04.504 INFO copying /tmp/.tmphaBfYb/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
95572024-12-21T05:11:07.282Z[ host-image] Dec 21 05:11:06.564 INFO O| Dec 21 05:11:06.564 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
95582024-12-21T05:11:07.282Z[ host-image] Dec 21 05:11:06.564 INFO O| Dec 21 05:11:06.564 INFO ok!
95592024-12-21T05:11:07.287Z[ host-image] Dec 21 05:11:06.564 INFO O| Dec 21 05:11:06.564 INFO STEP 70 (ensure_file) COMPLETE
95602024-12-21T05:11:07.287Z[ host-image] Dec 21 05:11:06.564 INFO O| Dec 21 05:11:06.564 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95612024-12-21T05:11:07.310Z[ host-image] Dec 21 05:11:06.590 INFO O| Dec 21 05:11:06.590 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
95622024-12-21T05:11:07.317Z[ host-image] Dec 21 05:11:06.591 INFO O| Dec 21 05:11:06.590 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
95632024-12-21T05:11:07.317Z[ host-image] Dec 21 05:11:06.591 INFO O| Dec 21 05:11:06.590 INFO STEP 71 (ensure_dir) COMPLETE
95642024-12-21T05:11:07.317Z[ host-image] Dec 21 05:11:06.591 INFO O| Dec 21 05:11:06.591 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95652024-12-21T05:11:07.352Z[ host-image] Dec 21 05:11:06.634 INFO O| Dec 21 05:11:06.634 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
95662024-12-21T05:11:07.353Z[ host-image] Dec 21 05:11:06.635 INFO O| Dec 21 05:11:06.634 INFO copying /tmp/.tmphaBfYb/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 ...
95672024-12-21T05:11:07.356Z[ host-image] Dec 21 05:11:06.635 INFO O| Dec 21 05:11:06.635 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
95682024-12-21T05:11:07.356Z[ host-image] Dec 21 05:11:06.635 INFO O| Dec 21 05:11:06.635 INFO ok!
95692024-12-21T05:11:07.356Z[ host-image] Dec 21 05:11:06.635 INFO O| Dec 21 05:11:06.635 INFO STEP 72 (ensure_file) COMPLETE
95702024-12-21T05:11:07.356Z[ host-image] Dec 21 05:11:06.635 INFO O| Dec 21 05:11:06.635 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95712024-12-21T05:11:07.373Z[ host-image] Dec 21 05:11:06.655 INFO O| Dec 21 05:11:06.655 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
95722024-12-21T05:11:07.373Z[ host-image] Dec 21 05:11:06.655 INFO O| Dec 21 05:11:06.655 INFO copying /tmp/.tmphaBfYb/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 ...
95732024-12-21T05:11:07.373Z[ host-image] Dec 21 05:11:06.655 INFO O| Dec 21 05:11:06.655 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
95742024-12-21T05:11:07.373Z[ host-image] Dec 21 05:11:06.655 INFO O| Dec 21 05:11:06.655 INFO ok!
95752024-12-21T05:11:07.377Z[ host-image] Dec 21 05:11:06.655 INFO O| Dec 21 05:11:06.655 INFO STEP 73 (ensure_file) COMPLETE
95762024-12-21T05:11:07.378Z[ host-image] Dec 21 05:11:06.655 INFO O| Dec 21 05:11:06.655 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95772024-12-21T05:11:07.390Z[ host-image] Dec 21 05:11:06.672 INFO O| Dec 21 05:11:06.672 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
95782024-12-21T05:11:07.390Z[ host-image] Dec 21 05:11:06.672 INFO O| Dec 21 05:11:06.672 INFO copying /tmp/.tmphaBfYb/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
95792024-12-21T05:11:07.397Z[ host-image] Dec 21 05:11:06.672 INFO O| Dec 21 05:11:06.672 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
95802024-12-21T05:11:07.397Z[ host-image] Dec 21 05:11:06.673 INFO O| Dec 21 05:11:06.672 INFO ok!
95812024-12-21T05:11:07.397Z[ host-image] Dec 21 05:11:06.673 INFO O| Dec 21 05:11:06.673 INFO STEP 74 (ensure_file) COMPLETE
95822024-12-21T05:11:07.397Z[ host-image] Dec 21 05:11:06.673 INFO O| Dec 21 05:11:06.673 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95832024-12-21T05:11:07.409Z[ host-image] Dec 21 05:11:06.691 INFO O| Dec 21 05:11:06.691 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
95842024-12-21T05:11:07.409Z[ host-image] Dec 21 05:11:06.691 INFO O| Dec 21 05:11:06.691 INFO copying /tmp/.tmphaBfYb/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
95852024-12-21T05:11:07.409Z[ host-image] Dec 21 05:11:06.691 INFO O| Dec 21 05:11:06.691 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
95862024-12-21T05:11:07.409Z[ host-image] Dec 21 05:11:06.691 INFO O| Dec 21 05:11:06.691 INFO ok!
95872024-12-21T05:11:07.413Z[ host-image] Dec 21 05:11:06.691 INFO O| Dec 21 05:11:06.691 INFO STEP 75 (ensure_file) COMPLETE
95882024-12-21T05:11:07.414Z[ host-image] Dec 21 05:11:06.691 INFO O| Dec 21 05:11:06.691 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95892024-12-21T05:11:07.445Z[ host-image] Dec 21 05:11:06.727 INFO O| Dec 21 05:11:06.727 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
95902024-12-21T05:11:07.445Z[ host-image] Dec 21 05:11:06.727 INFO O| Dec 21 05:11:06.727 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
95912024-12-21T05:11:07.445Z[ host-image] Dec 21 05:11:06.727 INFO O| Dec 21 05:11:06.727 INFO STEP 76 (ensure_dir) COMPLETE
95922024-12-21T05:11:07.449Z[ host-image] Dec 21 05:11:06.727 INFO O| Dec 21 05:11:06.727 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95932024-12-21T05:11:07.471Z[ host-image] Dec 21 05:11:06.753 INFO O| Dec 21 05:11:06.753 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
95942024-12-21T05:11:07.471Z[ host-image] Dec 21 05:11:06.753 INFO O| Dec 21 05:11:06.753 INFO copying /tmp/.tmphaBfYb/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
95952024-12-21T05:11:07.483Z[ host-image] Dec 21 05:11:06.759 INFO O| Dec 21 05:11:06.759 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
95962024-12-21T05:11:07.483Z[ host-image] Dec 21 05:11:06.759 INFO O| Dec 21 05:11:06.759 INFO ok!
95972024-12-21T05:11:07.483Z[ host-image] Dec 21 05:11:06.759 INFO O| Dec 21 05:11:06.759 INFO STEP 77 (ensure_file) COMPLETE
95982024-12-21T05:11:07.483Z[ host-image] Dec 21 05:11:06.759 INFO O| Dec 21 05:11:06.759 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95992024-12-21T05:11:07.496Z[ host-image] Dec 21 05:11:06.778 INFO O| Dec 21 05:11:06.778 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
96002024-12-21T05:11:07.496Z[ host-image] Dec 21 05:11:06.778 INFO O| Dec 21 05:11:06.778 INFO copying /tmp/.tmphaBfYb/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
96012024-12-21T05:11:07.499Z[ host-image] Dec 21 05:11:06.778 INFO O| Dec 21 05:11:06.778 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
96022024-12-21T05:11:07.499Z[ host-image] Dec 21 05:11:06.778 INFO O| Dec 21 05:11:06.778 INFO ok!
96032024-12-21T05:11:07.499Z[ host-image] Dec 21 05:11:06.778 INFO O| Dec 21 05:11:06.778 INFO STEP 78 (ensure_file) COMPLETE
96042024-12-21T05:11:07.499Z[ host-image] Dec 21 05:11:06.778 INFO O| Dec 21 05:11:06.778 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96052024-12-21T05:11:07.513Z[ host-image] Dec 21 05:11:06.795 INFO O| Dec 21 05:11:06.795 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
96062024-12-21T05:11:07.513Z[ host-image] Dec 21 05:11:06.795 INFO O| Dec 21 05:11:06.795 INFO copying /tmp/.tmphaBfYb/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
96072024-12-21T05:11:09.056Z[ recovery-image] Dec 21 05:11:08.338 INFO E| Finished `release` profile [optimized] target(s) in 1m 10s
96082024-12-21T05:11:09.093Z[ recovery-image] Dec 21 05:11:08.375 INFO building host image...
96092024-12-21T05:11:09.096Z[ recovery-image] Dec 21 05:11:08.376 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")
96102024-12-21T05:11:09.378Z[ host-image] Dec 21 05:11:08.660 INFO O| Dec 21 05:11:08.660 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
96112024-12-21T05:11:09.379Z[ host-image] Dec 21 05:11:08.660 INFO O| Dec 21 05:11:08.660 INFO ok!
96122024-12-21T05:11:09.379Z[ host-image] Dec 21 05:11:08.660 INFO O| Dec 21 05:11:08.660 INFO STEP 79 (ensure_file) COMPLETE
96132024-12-21T05:11:09.392Z[ host-image] Dec 21 05:11:08.660 INFO O| Dec 21 05:11:08.660 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96142024-12-21T05:11:09.395Z[ host-image] Dec 21 05:11:08.677 INFO O| Dec 21 05:11:08.677 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
96152024-12-21T05:11:09.395Z[ host-image] Dec 21 05:11:08.677 INFO O| Dec 21 05:11:08.677 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
96162024-12-21T05:11:09.395Z[ host-image] Dec 21 05:11:08.677 INFO O| Dec 21 05:11:08.677 INFO STEP 80 (ensure_dir) COMPLETE
96172024-12-21T05:11:09.395Z[ host-image] Dec 21 05:11:08.677 INFO O| Dec 21 05:11:08.677 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96182024-12-21T05:11:09.410Z[ host-image] Dec 21 05:11:08.693 INFO O| Dec 21 05:11:08.692 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
96192024-12-21T05:11:09.414Z[ host-image] Dec 21 05:11:08.693 INFO O| Dec 21 05:11:08.693 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
96202024-12-21T05:11:09.414Z[ host-image] Dec 21 05:11:08.693 INFO O| Dec 21 05:11:08.693 INFO STEP 81 (ensure_dir) COMPLETE
96212024-12-21T05:11:09.414Z[ host-image] Dec 21 05:11:08.693 INFO O| Dec 21 05:11:08.693 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96222024-12-21T05:11:09.427Z[ host-image] Dec 21 05:11:08.709 INFO O| Dec 21 05:11:08.709 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
96232024-12-21T05:11:09.427Z[ host-image] Dec 21 05:11:08.709 INFO O| Dec 21 05:11:08.709 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
96242024-12-21T05:11:09.427Z[ host-image] Dec 21 05:11:08.709 INFO O| Dec 21 05:11:08.709 INFO STEP 82 (ensure_dir) COMPLETE
96252024-12-21T05:11:09.430Z[ host-image] Dec 21 05:11:08.709 INFO O| Dec 21 05:11:08.709 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96262024-12-21T05:11:09.444Z[ host-image] Dec 21 05:11:08.726 INFO O| Dec 21 05:11:08.726 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
96272024-12-21T05:11:09.444Z[ host-image] Dec 21 05:11:08.726 INFO O| Dec 21 05:11:08.726 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
96282024-12-21T05:11:09.444Z[ host-image] Dec 21 05:11:08.726 INFO O| Dec 21 05:11:08.726 INFO STEP 83 (ensure_dir) COMPLETE
96292024-12-21T05:11:09.444Z[ host-image] Dec 21 05:11:08.726 INFO O| Dec 21 05:11:08.726 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96302024-12-21T05:11:09.461Z[ host-image] Dec 21 05:11:08.743 INFO O| Dec 21 05:11:08.743 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
96312024-12-21T05:11:09.461Z[ host-image] Dec 21 05:11:08.744 INFO O| Dec 21 05:11:08.743 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
96322024-12-21T05:11:09.461Z[ host-image] Dec 21 05:11:08.744 INFO O| Dec 21 05:11:08.744 INFO STEP 84 (ensure_dir) COMPLETE
96332024-12-21T05:11:09.464Z[ host-image] Dec 21 05:11:08.744 INFO O| Dec 21 05:11:08.744 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96342024-12-21T05:11:09.480Z[ host-image] Dec 21 05:11:08.761 INFO O| Dec 21 05:11:08.761 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
96352024-12-21T05:11:09.480Z[ host-image] Dec 21 05:11:08.761 INFO O| Dec 21 05:11:08.761 INFO copying /tmp/.tmphaBfYb/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 ...
96362024-12-21T05:11:09.483Z[ host-image] Dec 21 05:11:08.761 INFO O| Dec 21 05:11:08.761 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
96372024-12-21T05:11:09.483Z[ host-image] Dec 21 05:11:08.761 INFO O| Dec 21 05:11:08.761 INFO ok!
96382024-12-21T05:11:09.483Z[ host-image] Dec 21 05:11:08.761 INFO O| Dec 21 05:11:08.761 INFO STEP 85 (ensure_file) COMPLETE
96392024-12-21T05:11:09.483Z[ host-image] Dec 21 05:11:08.761 INFO O| Dec 21 05:11:08.761 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96402024-12-21T05:11:09.496Z[ host-image] Dec 21 05:11:08.778 INFO O| Dec 21 05:11:08.778 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
96412024-12-21T05:11:09.496Z[ host-image] Dec 21 05:11:08.778 INFO O| Dec 21 05:11:08.778 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
96422024-12-21T05:11:09.501Z[ host-image] Dec 21 05:11:08.778 INFO O| Dec 21 05:11:08.778 INFO STEP 86 (ensure_dir) COMPLETE
96432024-12-21T05:11:09.501Z[ host-image] Dec 21 05:11:08.778 INFO O| Dec 21 05:11:08.778 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96442024-12-21T05:11:09.517Z[ host-image] Dec 21 05:11:08.799 INFO O| Dec 21 05:11:08.799 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
96452024-12-21T05:11:09.517Z[ host-image] Dec 21 05:11:08.799 INFO O| Dec 21 05:11:08.799 INFO copying /tmp/.tmphaBfYb/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
96462024-12-21T05:11:09.517Z[ host-image] Dec 21 05:11:08.799 INFO O| Dec 21 05:11:08.799 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
96472024-12-21T05:11:09.517Z[ host-image] Dec 21 05:11:08.799 INFO O| Dec 21 05:11:08.799 INFO ok!
96482024-12-21T05:11:09.521Z[ host-image] Dec 21 05:11:08.799 INFO O| Dec 21 05:11:08.799 INFO STEP 87 (ensure_file) COMPLETE
96492024-12-21T05:11:09.521Z[ host-image] Dec 21 05:11:08.800 INFO O| Dec 21 05:11:08.799 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96502024-12-21T05:11:09.536Z[ host-image] Dec 21 05:11:08.819 INFO O| Dec 21 05:11:08.819 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
96512024-12-21T05:11:09.536Z[ host-image] Dec 21 05:11:08.819 INFO O| Dec 21 05:11:08.819 INFO copying /tmp/.tmphaBfYb/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
96522024-12-21T05:11:10.150Z[ recovery-image] Dec 21 05:11:09.408 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
96532024-12-21T05:11:10.157Z[ host-image] Dec 21 05:11:09.420 INFO O| Dec 21 05:11:09.420 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
96542024-12-21T05:11:10.157Z[ host-image] Dec 21 05:11:09.420 INFO O| Dec 21 05:11:09.420 INFO ok!
96552024-12-21T05:11:10.158Z[ host-image] Dec 21 05:11:09.420 INFO O| Dec 21 05:11:09.420 INFO STEP 88 (ensure_file) COMPLETE
96562024-12-21T05:11:10.158Z[ host-image] Dec 21 05:11:09.420 INFO O| Dec 21 05:11:09.420 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96572024-12-21T05:11:10.158Z[ host-image] Dec 21 05:11:09.437 INFO O| Dec 21 05:11:09.436 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
96582024-12-21T05:11:10.158Z[ host-image] Dec 21 05:11:09.437 INFO O| Dec 21 05:11:09.437 INFO copying /tmp/.tmphaBfYb/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
96592024-12-21T05:11:10.878Z[ host-image] Dec 21 05:11:10.161 INFO O| Dec 21 05:11:10.161 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
96602024-12-21T05:11:10.878Z[ host-image] Dec 21 05:11:10.161 INFO O| Dec 21 05:11:10.161 INFO ok!
96612024-12-21T05:11:10.878Z[ host-image] Dec 21 05:11:10.161 INFO O| Dec 21 05:11:10.161 INFO STEP 89 (ensure_file) COMPLETE
96622024-12-21T05:11:10.878Z[ host-image] Dec 21 05:11:10.161 INFO O| Dec 21 05:11:10.161 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96632024-12-21T05:11:10.895Z[ host-image] Dec 21 05:11:10.177 INFO O| Dec 21 05:11:10.177 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
96642024-12-21T05:11:10.895Z[ host-image] Dec 21 05:11:10.177 INFO O| Dec 21 05:11:10.177 INFO copying /tmp/.tmphaBfYb/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
96652024-12-21T05:11:10.898Z[ host-image] Dec 21 05:11:10.177 INFO O| Dec 21 05:11:10.177 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
96662024-12-21T05:11:10.898Z[ host-image] Dec 21 05:11:10.177 INFO O| Dec 21 05:11:10.177 INFO ok!
96672024-12-21T05:11:10.898Z[ host-image] Dec 21 05:11:10.177 INFO O| Dec 21 05:11:10.177 INFO STEP 90 (ensure_file) COMPLETE
96682024-12-21T05:11:10.898Z[ host-image] Dec 21 05:11:10.177 INFO O| Dec 21 05:11:10.177 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96692024-12-21T05:11:10.910Z[ host-image] Dec 21 05:11:10.193 INFO O| Dec 21 05:11:10.193 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
96702024-12-21T05:11:10.910Z[ host-image] Dec 21 05:11:10.193 INFO O| Dec 21 05:11:10.193 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
96712024-12-21T05:11:10.913Z[ host-image] Dec 21 05:11:10.193 INFO O| Dec 21 05:11:10.193 INFO STEP 91 (ensure_dir) COMPLETE
96722024-12-21T05:11:10.913Z[ host-image] Dec 21 05:11:10.193 INFO O| Dec 21 05:11:10.193 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96732024-12-21T05:11:10.930Z[ host-image] Dec 21 05:11:10.212 INFO O| Dec 21 05:11:10.212 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
96742024-12-21T05:11:10.930Z[ host-image] Dec 21 05:11:10.212 INFO O| Dec 21 05:11:10.212 INFO copying /tmp/.tmphaBfYb/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 ...
96752024-12-21T05:11:10.933Z[ host-image] Dec 21 05:11:10.213 INFO O| Dec 21 05:11:10.213 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
96762024-12-21T05:11:10.933Z[ host-image] Dec 21 05:11:10.213 INFO O| Dec 21 05:11:10.213 INFO ok!
96772024-12-21T05:11:10.933Z[ host-image] Dec 21 05:11:10.213 INFO O| Dec 21 05:11:10.213 INFO STEP 92 (ensure_file) COMPLETE
96782024-12-21T05:11:10.933Z[ host-image] Dec 21 05:11:10.213 INFO O| Dec 21 05:11:10.213 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96792024-12-21T05:11:10.955Z[ host-image] Dec 21 05:11:10.231 INFO O| Dec 21 05:11:10.231 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
96802024-12-21T05:11:10.955Z[ host-image] Dec 21 05:11:10.231 INFO O| Dec 21 05:11:10.231 INFO copying /tmp/.tmphaBfYb/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 ...
96812024-12-21T05:11:10.955Z[ host-image] Dec 21 05:11:10.231 INFO O| Dec 21 05:11:10.231 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
96822024-12-21T05:11:10.962Z[ host-image] Dec 21 05:11:10.231 INFO O| Dec 21 05:11:10.231 INFO ok!
96832024-12-21T05:11:10.962Z[ host-image] Dec 21 05:11:10.231 INFO O| Dec 21 05:11:10.231 INFO STEP 93 (ensure_file) COMPLETE
96842024-12-21T05:11:10.962Z[ host-image] Dec 21 05:11:10.231 INFO O| Dec 21 05:11:10.231 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96852024-12-21T05:11:10.969Z[ host-image] Dec 21 05:11:10.248 INFO O| Dec 21 05:11:10.248 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
96862024-12-21T05:11:10.970Z[ host-image] Dec 21 05:11:10.248 INFO O| Dec 21 05:11:10.248 INFO copying /tmp/.tmphaBfYb/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 ...
96872024-12-21T05:11:10.970Z[ host-image] Dec 21 05:11:10.248 INFO O| Dec 21 05:11:10.248 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
96882024-12-21T05:11:10.970Z[ host-image] Dec 21 05:11:10.248 INFO O| Dec 21 05:11:10.248 INFO ok!
96892024-12-21T05:11:10.970Z[ host-image] Dec 21 05:11:10.248 INFO O| Dec 21 05:11:10.248 INFO STEP 94 (ensure_file) COMPLETE
96902024-12-21T05:11:10.970Z[ host-image] Dec 21 05:11:10.248 INFO O| Dec 21 05:11:10.248 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96912024-12-21T05:11:10.993Z[ host-image] Dec 21 05:11:10.265 INFO O| Dec 21 05:11:10.264 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
96922024-12-21T05:11:10.993Z[ host-image] Dec 21 05:11:10.265 INFO O| Dec 21 05:11:10.264 INFO copying /tmp/.tmphaBfYb/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 ...
96932024-12-21T05:11:10.997Z[ host-image] Dec 21 05:11:10.265 INFO O| Dec 21 05:11:10.265 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
96942024-12-21T05:11:10.997Z[ host-image] Dec 21 05:11:10.265 INFO O| Dec 21 05:11:10.265 INFO ok!
96952024-12-21T05:11:10.997Z[ host-image] Dec 21 05:11:10.265 INFO O| Dec 21 05:11:10.265 INFO STEP 95 (ensure_file) COMPLETE
96962024-12-21T05:11:10.997Z[ host-image] Dec 21 05:11:10.265 INFO O| Dec 21 05:11:10.265 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96972024-12-21T05:11:11.003Z[ host-image] Dec 21 05:11:10.282 INFO O| Dec 21 05:11:10.282 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
96982024-12-21T05:11:11.003Z[ host-image] Dec 21 05:11:10.282 INFO O| Dec 21 05:11:10.282 INFO copying /tmp/.tmphaBfYb/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 ...
96992024-12-21T05:11:11.003Z[ host-image] Dec 21 05:11:10.282 INFO O| Dec 21 05:11:10.282 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
97002024-12-21T05:11:11.003Z[ host-image] Dec 21 05:11:10.282 INFO O| Dec 21 05:11:10.282 INFO ok!
97012024-12-21T05:11:11.003Z[ host-image] Dec 21 05:11:10.282 INFO O| Dec 21 05:11:10.282 INFO STEP 96 (ensure_file) COMPLETE
97022024-12-21T05:11:11.003Z[ host-image] Dec 21 05:11:10.282 INFO O| Dec 21 05:11:10.282 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97032024-12-21T05:11:11.016Z[ host-image] Dec 21 05:11:10.299 INFO O| Dec 21 05:11:10.299 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
97042024-12-21T05:11:11.016Z[ host-image] Dec 21 05:11:10.299 INFO O| Dec 21 05:11:10.299 INFO copying /tmp/.tmphaBfYb/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
97052024-12-21T05:11:11.016Z[ host-image] Dec 21 05:11:10.299 INFO O| Dec 21 05:11:10.299 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
97062024-12-21T05:11:11.017Z[ host-image] Dec 21 05:11:10.299 INFO O| Dec 21 05:11:10.299 INFO ok!
97072024-12-21T05:11:11.020Z[ host-image] Dec 21 05:11:10.299 INFO O| Dec 21 05:11:10.299 INFO STEP 97 (ensure_file) COMPLETE
97082024-12-21T05:11:11.020Z[ host-image] Dec 21 05:11:10.299 INFO O| Dec 21 05:11:10.299 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97092024-12-21T05:11:11.033Z[ host-image] Dec 21 05:11:10.316 INFO O| Dec 21 05:11:10.316 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
97102024-12-21T05:11:11.034Z[ host-image] Dec 21 05:11:10.316 INFO O| Dec 21 05:11:10.316 INFO copying /tmp/.tmphaBfYb/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 ...
97112024-12-21T05:11:11.037Z[ host-image] Dec 21 05:11:10.316 INFO O| Dec 21 05:11:10.316 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
97122024-12-21T05:11:11.037Z[ host-image] Dec 21 05:11:10.316 INFO O| Dec 21 05:11:10.316 INFO ok!
97132024-12-21T05:11:11.038Z[ host-image] Dec 21 05:11:10.316 INFO O| Dec 21 05:11:10.316 INFO STEP 98 (ensure_file) COMPLETE
97142024-12-21T05:11:11.038Z[ host-image] Dec 21 05:11:10.316 INFO O| Dec 21 05:11:10.316 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97152024-12-21T05:11:11.054Z[ host-image] Dec 21 05:11:10.334 INFO O| Dec 21 05:11:10.334 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
97162024-12-21T05:11:11.054Z[ host-image] Dec 21 05:11:10.334 INFO O| Dec 21 05:11:10.334 INFO copying /tmp/.tmphaBfYb/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 ...
97172024-12-21T05:11:11.054Z[ host-image] Dec 21 05:11:10.334 INFO O| Dec 21 05:11:10.334 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
97182024-12-21T05:11:11.054Z[ host-image] Dec 21 05:11:10.334 INFO O| Dec 21 05:11:10.334 INFO ok!
97192024-12-21T05:11:11.078Z[ host-image] Dec 21 05:11:10.334 INFO O| Dec 21 05:11:10.334 INFO STEP 99 (ensure_file) COMPLETE
97202024-12-21T05:11:11.078Z[ host-image] Dec 21 05:11:10.334 INFO O| Dec 21 05:11:10.334 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97212024-12-21T05:11:11.078Z[ host-image] Dec 21 05:11:10.353 INFO O| Dec 21 05:11:10.353 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
97222024-12-21T05:11:11.078Z[ host-image] Dec 21 05:11:10.354 INFO O| Dec 21 05:11:10.353 INFO copying /tmp/.tmphaBfYb/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 ...
97232024-12-21T05:11:11.078Z[ host-image] Dec 21 05:11:10.354 INFO O| Dec 21 05:11:10.354 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
97242024-12-21T05:11:11.078Z[ host-image] Dec 21 05:11:10.354 INFO O| Dec 21 05:11:10.354 INFO ok!
97252024-12-21T05:11:11.078Z[ host-image] Dec 21 05:11:10.354 INFO O| Dec 21 05:11:10.354 INFO STEP 100 (ensure_file) COMPLETE
97262024-12-21T05:11:11.079Z[ host-image] Dec 21 05:11:10.354 INFO O| Dec 21 05:11:10.354 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97272024-12-21T05:11:11.091Z[ host-image] Dec 21 05:11:10.374 INFO O| Dec 21 05:11:10.374 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
97282024-12-21T05:11:11.092Z[ host-image] Dec 21 05:11:10.374 INFO O| Dec 21 05:11:10.374 INFO copying /tmp/.tmphaBfYb/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
97292024-12-21T05:11:11.092Z[ host-image] Dec 21 05:11:10.374 INFO O| Dec 21 05:11:10.374 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
97302024-12-21T05:11:11.092Z[ host-image] Dec 21 05:11:10.374 INFO O| Dec 21 05:11:10.374 INFO ok!
97312024-12-21T05:11:11.095Z[ host-image] Dec 21 05:11:10.374 INFO O| Dec 21 05:11:10.374 INFO STEP 101 (ensure_file) COMPLETE
97322024-12-21T05:11:11.095Z[ host-image] Dec 21 05:11:10.374 INFO O| Dec 21 05:11:10.374 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97332024-12-21T05:11:11.114Z[ host-image] Dec 21 05:11:10.396 INFO O| Dec 21 05:11:10.396 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
97342024-12-21T05:11:11.114Z[ host-image] Dec 21 05:11:10.396 INFO O| Dec 21 05:11:10.396 INFO copying /tmp/.tmphaBfYb/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 ...
97352024-12-21T05:11:11.120Z[ host-image] Dec 21 05:11:10.396 INFO O| Dec 21 05:11:10.396 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
97362024-12-21T05:11:11.120Z[ host-image] Dec 21 05:11:10.396 INFO O| Dec 21 05:11:10.396 INFO ok!
97372024-12-21T05:11:11.120Z[ host-image] Dec 21 05:11:10.396 INFO O| Dec 21 05:11:10.396 INFO STEP 102 (ensure_file) COMPLETE
97382024-12-21T05:11:11.120Z[ host-image] Dec 21 05:11:10.396 INFO O| Dec 21 05:11:10.396 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97392024-12-21T05:11:11.143Z[ host-image] Dec 21 05:11:10.415 INFO O| Dec 21 05:11:10.415 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
97402024-12-21T05:11:11.144Z[ host-image] Dec 21 05:11:10.415 INFO O| Dec 21 05:11:10.415 INFO copying /tmp/.tmphaBfYb/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 ...
97412024-12-21T05:11:11.144Z[ host-image] Dec 21 05:11:10.415 INFO O| Dec 21 05:11:10.415 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
97422024-12-21T05:11:11.153Z[ host-image] Dec 21 05:11:10.415 INFO O| Dec 21 05:11:10.415 INFO ok!
97432024-12-21T05:11:11.153Z[ host-image] Dec 21 05:11:10.416 INFO O| Dec 21 05:11:10.416 INFO STEP 103 (ensure_file) COMPLETE
97442024-12-21T05:11:11.153Z[ host-image] Dec 21 05:11:10.416 INFO O| Dec 21 05:11:10.416 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97452024-12-21T05:11:11.158Z[ host-image] Dec 21 05:11:10.432 INFO O| Dec 21 05:11:10.432 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
97462024-12-21T05:11:11.158Z[ host-image] Dec 21 05:11:10.433 INFO O| Dec 21 05:11:10.432 INFO copying /tmp/.tmphaBfYb/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 ...
97472024-12-21T05:11:11.158Z[ host-image] Dec 21 05:11:10.433 INFO O| Dec 21 05:11:10.433 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
97482024-12-21T05:11:11.158Z[ host-image] Dec 21 05:11:10.433 INFO O| Dec 21 05:11:10.433 INFO ok!
97492024-12-21T05:11:11.158Z[ host-image] Dec 21 05:11:10.433 INFO O| Dec 21 05:11:10.433 INFO STEP 104 (ensure_file) COMPLETE
97502024-12-21T05:11:11.158Z[ host-image] Dec 21 05:11:10.433 INFO O| Dec 21 05:11:10.433 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97512024-12-21T05:11:11.169Z[ host-image] Dec 21 05:11:10.450 INFO O| Dec 21 05:11:10.450 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
97522024-12-21T05:11:11.169Z[ host-image] Dec 21 05:11:10.450 INFO O| Dec 21 05:11:10.450 INFO copying /tmp/.tmphaBfYb/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 ...
97532024-12-21T05:11:11.169Z[ host-image] Dec 21 05:11:10.450 INFO O| Dec 21 05:11:10.450 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
97542024-12-21T05:11:11.169Z[ host-image] Dec 21 05:11:10.450 INFO O| Dec 21 05:11:10.450 INFO ok!
97552024-12-21T05:11:11.169Z[ host-image] Dec 21 05:11:10.450 INFO O| Dec 21 05:11:10.450 INFO STEP 105 (ensure_file) COMPLETE
97562024-12-21T05:11:11.169Z[ host-image] Dec 21 05:11:10.450 INFO O| Dec 21 05:11:10.450 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97572024-12-21T05:11:11.189Z[ host-image] Dec 21 05:11:10.468 INFO O| Dec 21 05:11:10.468 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
97582024-12-21T05:11:11.189Z[ host-image] Dec 21 05:11:10.468 INFO O| Dec 21 05:11:10.468 INFO copying /tmp/.tmphaBfYb/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 ...
97592024-12-21T05:11:11.189Z[ host-image] Dec 21 05:11:10.468 INFO O| Dec 21 05:11:10.468 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
97602024-12-21T05:11:11.189Z[ host-image] Dec 21 05:11:10.468 INFO O| Dec 21 05:11:10.468 INFO ok!
97612024-12-21T05:11:11.194Z[ host-image] Dec 21 05:11:10.468 INFO O| Dec 21 05:11:10.468 INFO STEP 106 (ensure_file) COMPLETE
97622024-12-21T05:11:11.194Z[ host-image] Dec 21 05:11:10.469 INFO O| Dec 21 05:11:10.468 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97632024-12-21T05:11:11.203Z[ host-image] Dec 21 05:11:10.486 INFO O| Dec 21 05:11:10.486 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
97642024-12-21T05:11:11.203Z[ host-image] Dec 21 05:11:10.486 INFO O| Dec 21 05:11:10.486 INFO copying /tmp/.tmphaBfYb/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 ...
97652024-12-21T05:11:11.203Z[ host-image] Dec 21 05:11:10.486 INFO O| Dec 21 05:11:10.486 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
97662024-12-21T05:11:11.206Z[ host-image] Dec 21 05:11:10.486 INFO O| Dec 21 05:11:10.486 INFO ok!
97672024-12-21T05:11:11.206Z[ host-image] Dec 21 05:11:10.486 INFO O| Dec 21 05:11:10.486 INFO STEP 107 (ensure_file) COMPLETE
97682024-12-21T05:11:11.206Z[ host-image] Dec 21 05:11:10.486 INFO O| Dec 21 05:11:10.486 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97692024-12-21T05:11:11.222Z[ host-image] Dec 21 05:11:10.504 INFO O| Dec 21 05:11:10.504 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
97702024-12-21T05:11:11.222Z[ host-image] Dec 21 05:11:10.504 INFO O| Dec 21 05:11:10.504 INFO copying /tmp/.tmphaBfYb/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 ...
97712024-12-21T05:11:11.225Z[ host-image] Dec 21 05:11:10.504 INFO O| Dec 21 05:11:10.504 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
97722024-12-21T05:11:11.225Z[ host-image] Dec 21 05:11:10.504 INFO O| Dec 21 05:11:10.504 INFO ok!
97732024-12-21T05:11:11.225Z[ host-image] Dec 21 05:11:10.504 INFO O| Dec 21 05:11:10.504 INFO STEP 108 (ensure_file) COMPLETE
97742024-12-21T05:11:11.225Z[ host-image] Dec 21 05:11:10.504 INFO O| Dec 21 05:11:10.504 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97752024-12-21T05:11:11.239Z[ host-image] Dec 21 05:11:10.520 INFO O| Dec 21 05:11:10.520 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
97762024-12-21T05:11:11.239Z[ host-image] Dec 21 05:11:10.520 INFO O| Dec 21 05:11:10.520 INFO copying /tmp/.tmphaBfYb/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 ...
97772024-12-21T05:11:11.243Z[ host-image] Dec 21 05:11:10.521 INFO O| Dec 21 05:11:10.520 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
97782024-12-21T05:11:11.243Z[ host-image] Dec 21 05:11:10.521 INFO O| Dec 21 05:11:10.520 INFO ok!
97792024-12-21T05:11:11.243Z[ host-image] Dec 21 05:11:10.521 INFO O| Dec 21 05:11:10.521 INFO STEP 109 (ensure_file) COMPLETE
97802024-12-21T05:11:11.243Z[ host-image] Dec 21 05:11:10.521 INFO O| Dec 21 05:11:10.521 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97812024-12-21T05:11:11.254Z[ host-image] Dec 21 05:11:10.537 INFO O| Dec 21 05:11:10.537 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
97822024-12-21T05:11:11.255Z[ host-image] Dec 21 05:11:10.537 INFO O| Dec 21 05:11:10.537 INFO copying /tmp/.tmphaBfYb/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 ...
97832024-12-21T05:11:11.260Z[ host-image] Dec 21 05:11:10.537 INFO O| Dec 21 05:11:10.537 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
97842024-12-21T05:11:11.260Z[ host-image] Dec 21 05:11:10.537 INFO O| Dec 21 05:11:10.537 INFO ok!
97852024-12-21T05:11:11.260Z[ host-image] Dec 21 05:11:10.537 INFO O| Dec 21 05:11:10.537 INFO STEP 110 (ensure_file) COMPLETE
97862024-12-21T05:11:11.260Z[ host-image] Dec 21 05:11:10.537 INFO O| Dec 21 05:11:10.537 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97872024-12-21T05:11:11.271Z[ host-image] Dec 21 05:11:10.553 INFO O| Dec 21 05:11:10.553 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
97882024-12-21T05:11:11.271Z[ host-image] Dec 21 05:11:10.554 INFO O| Dec 21 05:11:10.553 INFO copying /tmp/.tmphaBfYb/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 ...
97892024-12-21T05:11:11.274Z[ host-image] Dec 21 05:11:10.554 INFO O| Dec 21 05:11:10.554 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
97902024-12-21T05:11:11.274Z[ host-image] Dec 21 05:11:10.554 INFO O| Dec 21 05:11:10.554 INFO ok!
97912024-12-21T05:11:11.274Z[ host-image] Dec 21 05:11:10.554 INFO O| Dec 21 05:11:10.554 INFO STEP 111 (ensure_file) COMPLETE
97922024-12-21T05:11:11.274Z[ host-image] Dec 21 05:11:10.554 INFO O| Dec 21 05:11:10.554 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97932024-12-21T05:11:11.288Z[ host-image] Dec 21 05:11:10.570 INFO O| Dec 21 05:11:10.570 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
97942024-12-21T05:11:11.288Z[ host-image] Dec 21 05:11:10.570 INFO O| Dec 21 05:11:10.570 INFO copying /tmp/.tmphaBfYb/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 ...
97952024-12-21T05:11:11.291Z[ host-image] Dec 21 05:11:10.571 INFO O| Dec 21 05:11:10.570 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
97962024-12-21T05:11:11.291Z[ host-image] Dec 21 05:11:10.571 INFO O| Dec 21 05:11:10.570 INFO ok!
97972024-12-21T05:11:11.291Z[ host-image] Dec 21 05:11:10.571 INFO O| Dec 21 05:11:10.571 INFO STEP 112 (ensure_file) COMPLETE
97982024-12-21T05:11:11.291Z[ host-image] Dec 21 05:11:10.571 INFO O| Dec 21 05:11:10.571 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97992024-12-21T05:11:11.304Z[ host-image] Dec 21 05:11:10.587 INFO O| Dec 21 05:11:10.587 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist
98002024-12-21T05:11:11.304Z[ host-image] Dec 21 05:11:10.587 INFO O| Dec 21 05:11:10.587 INFO copying /tmp/.tmphaBfYb/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 ...
98012024-12-21T05:11:11.304Z[ host-image] Dec 21 05:11:10.587 INFO O| Dec 21 05:11:10.587 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d
98022024-12-21T05:11:11.304Z[ host-image] Dec 21 05:11:10.587 INFO O| Dec 21 05:11:10.587 INFO ok!
98032024-12-21T05:11:11.307Z[ host-image] Dec 21 05:11:10.587 INFO O| Dec 21 05:11:10.587 INFO STEP 113 (ensure_file) COMPLETE
98042024-12-21T05:11:11.307Z[ host-image] Dec 21 05:11:10.587 INFO O| Dec 21 05:11:10.587 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98052024-12-21T05:11:11.322Z[ host-image] Dec 21 05:11:10.604 INFO O| Dec 21 05:11:10.604 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
98062024-12-21T05:11:11.322Z[ host-image] Dec 21 05:11:10.604 INFO O| Dec 21 05:11:10.604 INFO copying /tmp/.tmphaBfYb/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 ...
98072024-12-21T05:11:11.322Z[ host-image] Dec 21 05:11:10.604 INFO O| Dec 21 05:11:10.604 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
98082024-12-21T05:11:11.328Z[ host-image] Dec 21 05:11:10.604 INFO O| Dec 21 05:11:10.604 INFO ok!
98092024-12-21T05:11:11.328Z[ host-image] Dec 21 05:11:10.604 INFO O| Dec 21 05:11:10.604 INFO STEP 114 (ensure_file) COMPLETE
98102024-12-21T05:11:11.328Z[ host-image] Dec 21 05:11:10.604 INFO O| Dec 21 05:11:10.604 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98112024-12-21T05:11:11.342Z[ host-image] Dec 21 05:11:10.621 INFO O| Dec 21 05:11:10.621 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist
98122024-12-21T05:11:11.342Z[ host-image] Dec 21 05:11:10.621 INFO O| Dec 21 05:11:10.621 INFO copying /tmp/.tmphaBfYb/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 ...
98132024-12-21T05:11:11.344Z[ host-image] Dec 21 05:11:10.622 INFO O| Dec 21 05:11:10.621 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d
98142024-12-21T05:11:11.345Z[ host-image] Dec 21 05:11:10.622 INFO O| Dec 21 05:11:10.621 INFO ok!
98152024-12-21T05:11:11.345Z[ host-image] Dec 21 05:11:10.622 INFO O| Dec 21 05:11:10.622 INFO STEP 115 (ensure_file) COMPLETE
98162024-12-21T05:11:11.345Z[ host-image] Dec 21 05:11:10.622 INFO O| Dec 21 05:11:10.622 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98172024-12-21T05:11:11.355Z[ host-image] Dec 21 05:11:10.638 INFO O| Dec 21 05:11:10.638 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
98182024-12-21T05:11:11.355Z[ host-image] Dec 21 05:11:10.638 INFO O| Dec 21 05:11:10.638 INFO copying /tmp/.tmphaBfYb/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 ...
98192024-12-21T05:11:11.358Z[ host-image] Dec 21 05:11:10.638 INFO O| Dec 21 05:11:10.638 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
98202024-12-21T05:11:11.358Z[ host-image] Dec 21 05:11:10.638 INFO O| Dec 21 05:11:10.638 INFO ok!
98212024-12-21T05:11:11.358Z[ host-image] Dec 21 05:11:10.638 INFO O| Dec 21 05:11:10.638 INFO STEP 116 (ensure_file) COMPLETE
98222024-12-21T05:11:11.358Z[ host-image] Dec 21 05:11:10.638 INFO O| Dec 21 05:11:10.638 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98232024-12-21T05:11:11.372Z[ host-image] Dec 21 05:11:10.655 INFO O| Dec 21 05:11:10.655 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
98242024-12-21T05:11:11.372Z[ host-image] Dec 21 05:11:10.655 INFO O| Dec 21 05:11:10.655 INFO copying /tmp/.tmphaBfYb/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 ...
98252024-12-21T05:11:11.372Z[ host-image] Dec 21 05:11:10.655 INFO O| Dec 21 05:11:10.655 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
98262024-12-21T05:11:11.375Z[ host-image] Dec 21 05:11:10.655 INFO O| Dec 21 05:11:10.655 INFO ok!
98272024-12-21T05:11:11.375Z[ host-image] Dec 21 05:11:10.655 INFO O| Dec 21 05:11:10.655 INFO STEP 117 (ensure_file) COMPLETE
98282024-12-21T05:11:11.375Z[ host-image] Dec 21 05:11:10.655 INFO O| Dec 21 05:11:10.655 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98292024-12-21T05:11:11.389Z[ host-image] Dec 21 05:11:10.672 INFO O| Dec 21 05:11:10.672 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
98302024-12-21T05:11:11.389Z[ host-image] Dec 21 05:11:10.672 INFO O| Dec 21 05:11:10.672 INFO copying /tmp/.tmphaBfYb/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
98312024-12-21T05:11:11.392Z[ host-image] Dec 21 05:11:10.672 INFO O| Dec 21 05:11:10.672 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
98322024-12-21T05:11:11.392Z[ host-image] Dec 21 05:11:10.672 INFO O| Dec 21 05:11:10.672 INFO ok!
98332024-12-21T05:11:11.392Z[ host-image] Dec 21 05:11:10.672 INFO O| Dec 21 05:11:10.672 INFO STEP 118 (ensure_file) COMPLETE
98342024-12-21T05:11:11.392Z[ host-image] Dec 21 05:11:10.672 INFO O| Dec 21 05:11:10.672 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98352024-12-21T05:11:11.408Z[ host-image] Dec 21 05:11:10.689 INFO O| Dec 21 05:11:10.689 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
98362024-12-21T05:11:11.408Z[ host-image] Dec 21 05:11:10.689 INFO O| Dec 21 05:11:10.689 INFO copying /tmp/.tmphaBfYb/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 ...
98372024-12-21T05:11:11.408Z[ host-image] Dec 21 05:11:10.689 INFO O| Dec 21 05:11:10.689 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
98382024-12-21T05:11:11.409Z[ host-image] Dec 21 05:11:10.689 INFO O| Dec 21 05:11:10.689 INFO ok!
98392024-12-21T05:11:11.413Z[ host-image] Dec 21 05:11:10.689 INFO O| Dec 21 05:11:10.689 INFO STEP 119 (ensure_file) COMPLETE
98402024-12-21T05:11:11.413Z[ host-image] Dec 21 05:11:10.689 INFO O| Dec 21 05:11:10.689 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98412024-12-21T05:11:11.424Z[ host-image] Dec 21 05:11:10.706 INFO O| Dec 21 05:11:10.706 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
98422024-12-21T05:11:11.427Z[ host-image] Dec 21 05:11:10.706 INFO O| Dec 21 05:11:10.706 INFO copying /tmp/.tmphaBfYb/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
98432024-12-21T05:11:11.427Z[ host-image] Dec 21 05:11:10.706 INFO O| Dec 21 05:11:10.706 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
98442024-12-21T05:11:11.428Z[ host-image] Dec 21 05:11:10.706 INFO O| Dec 21 05:11:10.706 INFO ok!
98452024-12-21T05:11:11.428Z[ host-image] Dec 21 05:11:10.706 INFO O| Dec 21 05:11:10.706 INFO STEP 120 (ensure_file) COMPLETE
98462024-12-21T05:11:11.428Z[ host-image] Dec 21 05:11:10.706 INFO O| Dec 21 05:11:10.706 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98472024-12-21T05:11:11.442Z[ host-image] Dec 21 05:11:10.725 INFO O| Dec 21 05:11:10.725 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
98482024-12-21T05:11:11.443Z[ host-image] Dec 21 05:11:10.725 INFO O| Dec 21 05:11:10.725 INFO copying /tmp/.tmphaBfYb/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
98492024-12-21T05:11:12.924Z[ recovery-image] Dec 21 05:11:12.207 INFO image complete! materials are in "/work/os-recovery"
98502024-12-21T05:11:12.930Z[ recovery-image]
98512024-12-21T05:11:12.931Z[ recovery-image] real 13:43.409688759
98522024-12-21T05:11:12.931Z[ recovery-image] user 6:27.451732192
98532024-12-21T05:11:12.931Z[ recovery-image] sys 59.301506675
98542024-12-21T05:11:12.931Z[ recovery-image] trap 0.356282445
98552024-12-21T05:11:12.931Z[ recovery-image] tflt 0.418896471
98562024-12-21T05:11:12.931Z[ recovery-image] dflt 2.422003514
98572024-12-21T05:11:12.931Z[ recovery-image] kflt 0.000682884
98582024-12-21T05:11:12.931Z[ recovery-image] lock 31:42.170472319
98592024-12-21T05:11:12.931Z[ recovery-image] slp 1:27:41.423053522
98602024-12-21T05:11:12.931Z[ recovery-image] lat 4:31.450895434
98612024-12-21T05:11:12.931Z[ recovery-image] stop 8.700910093
98622024-12-21T05:11:12.934ZDec 21 05:11:12.214 INFO [recovery-image] process exited with exit status: 0 (823.555090412s)
98632024-12-21T05:11:22.279Z[ host-image] Dec 21 05:11:20.644 INFO O| Dec 21 05:11:20.644 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
98642024-12-21T05:11:22.279Z[ host-image] Dec 21 05:11:20.644 INFO O| Dec 21 05:11:20.644 INFO ok!
98652024-12-21T05:11:22.307Z[ host-image] Dec 21 05:11:20.644 INFO O| Dec 21 05:11:20.644 INFO STEP 121 (ensure_file) COMPLETE
98662024-12-21T05:11:22.307Z[ host-image] Dec 21 05:11:20.644 INFO O| Dec 21 05:11:20.644 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98672024-12-21T05:11:22.307Z[ host-image] Dec 21 05:11:20.661 INFO O| Dec 21 05:11:20.660 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
98682024-12-21T05:11:22.307Z[ host-image] Dec 21 05:11:20.661 INFO O| Dec 21 05:11:20.661 INFO STEP 122 (ensure_dir) COMPLETE
98692024-12-21T05:11:22.307Z[ host-image] Dec 21 05:11:20.661 INFO O| Dec 21 05:11:20.661 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98702024-12-21T05:11:22.307Z[ host-image] Dec 21 05:11:20.672 INFO O| Dec 21 05:11:20.671 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
98712024-12-21T05:11:22.307Z[ host-image] Dec 21 05:11:20.672 INFO O| Dec 21 05:11:20.672 INFO STEP 123 (ensure_dir) COMPLETE
98722024-12-21T05:11:22.307Z[ host-image] Dec 21 05:11:20.672 INFO O| Dec 21 05:11:20.672 INFO STEP 124: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98732024-12-21T05:11:22.307Z[ host-image] Dec 21 05:11:20.684 INFO O| Dec 21 05:11:20.684 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
98742024-12-21T05:11:22.307Z[ host-image] Dec 21 05:11:20.685 INFO O| Dec 21 05:11:20.684 INFO STEP 124 (ensure_dir) COMPLETE
98752024-12-21T05:11:22.307Z[ host-image] Dec 21 05:11:20.685 INFO O| Dec 21 05:11:20.684 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98762024-12-21T05:11:22.309Z[ host-image] Dec 21 05:11:20.699 INFO O| Dec 21 05:11:20.699 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
98772024-12-21T05:11:22.309Z[ host-image] Dec 21 05:11:20.699 INFO O| Dec 21 05:11:20.699 INFO STEP 125 (ensure_dir) COMPLETE
98782024-12-21T05:11:22.309Z[ host-image] Dec 21 05:11:20.699 INFO O| Dec 21 05:11:20.699 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98792024-12-21T05:11:22.309Z[ host-image] Dec 21 05:11:20.713 INFO O| Dec 21 05:11:20.713 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
98802024-12-21T05:11:22.309Z[ host-image] Dec 21 05:11:20.714 INFO O| Dec 21 05:11:20.713 INFO copying /tmp/.tmphaBfYb/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 ...
98812024-12-21T05:11:22.310Z[ host-image] Dec 21 05:11:20.714 INFO O| Dec 21 05:11:20.714 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
98822024-12-21T05:11:22.310Z[ host-image] Dec 21 05:11:20.714 INFO O| Dec 21 05:11:20.714 INFO ok!
98832024-12-21T05:11:22.310Z[ host-image] Dec 21 05:11:20.714 INFO O| Dec 21 05:11:20.714 INFO STEP 126 (ensure_file) COMPLETE
98842024-12-21T05:11:22.310Z[ host-image] Dec 21 05:11:20.714 INFO O| Dec 21 05:11:20.714 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98852024-12-21T05:11:22.310Z[ host-image] Dec 21 05:11:20.729 INFO O| Dec 21 05:11:20.729 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
98862024-12-21T05:11:22.310Z[ host-image] Dec 21 05:11:20.729 INFO O| Dec 21 05:11:20.729 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
98872024-12-21T05:11:22.310Z[ host-image] Dec 21 05:11:20.729 INFO O| Dec 21 05:11:20.729 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
98882024-12-21T05:11:22.310Z[ host-image] Dec 21 05:11:20.729 INFO O| Dec 21 05:11:20.729 INFO STEP 127 (ensure_dir) COMPLETE
98892024-12-21T05:11:22.310Z[ host-image] Dec 21 05:11:20.729 INFO O| Dec 21 05:11:20.729 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98902024-12-21T05:11:22.310Z[ host-image] Dec 21 05:11:20.742 INFO O| Dec 21 05:11:20.742 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
98912024-12-21T05:11:22.310Z[ host-image] Dec 21 05:11:20.742 INFO O| Dec 21 05:11:20.742 INFO copying /tmp/.tmphaBfYb/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
98922024-12-21T05:11:22.310Z[ host-image] Dec 21 05:11:20.743 INFO O| Dec 21 05:11:20.743 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
98932024-12-21T05:11:22.310Z[ host-image] Dec 21 05:11:20.743 INFO O| Dec 21 05:11:20.743 INFO ok!
98942024-12-21T05:11:22.311Z[ host-image] Dec 21 05:11:20.743 INFO O| Dec 21 05:11:20.743 INFO STEP 128 (ensure_file) COMPLETE
98952024-12-21T05:11:22.311Z[ host-image] Dec 21 05:11:20.743 INFO O| Dec 21 05:11:20.743 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98962024-12-21T05:11:22.311Z[ host-image] Dec 21 05:11:20.756 INFO O| Dec 21 05:11:20.756 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
98972024-12-21T05:11:22.311Z[ host-image] Dec 21 05:11:20.756 INFO O| Dec 21 05:11:20.756 INFO STEP 129 (remove_files) COMPLETE
98982024-12-21T05:11:22.311Z[ host-image] Dec 21 05:11:20.756 INFO O| Dec 21 05:11:20.756 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98992024-12-21T05:11:22.311Z[ host-image] Dec 21 05:11:20.769 INFO O| Dec 21 05:11:20.769 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
99002024-12-21T05:11:22.311Z[ host-image] Dec 21 05:11:20.769 INFO O| Dec 21 05:11:20.769 INFO STEP 130 (remove_files) COMPLETE
99012024-12-21T05:11:22.311Z[ host-image] Dec 21 05:11:20.769 INFO O| Dec 21 05:11:20.769 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99022024-12-21T05:11:22.311Z[ host-image] Dec 21 05:11:20.783 INFO O| Dec 21 05:11:20.782 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
99032024-12-21T05:11:22.311Z[ host-image] Dec 21 05:11:20.783 INFO O| Dec 21 05:11:20.783 INFO STEP 131 (remove_files) COMPLETE
99042024-12-21T05:11:22.311Z[ host-image] Dec 21 05:11:20.783 INFO O| Dec 21 05:11:20.783 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99052024-12-21T05:11:22.311Z[ host-image] Dec 21 05:11:20.797 INFO O| Dec 21 05:11:20.797 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
99062024-12-21T05:11:22.311Z[ host-image] Dec 21 05:11:20.798 INFO O| Dec 21 05:11:20.798 INFO STEP 132 (remove_files) COMPLETE
99072024-12-21T05:11:22.311Z[ host-image] Dec 21 05:11:20.798 INFO O| Dec 21 05:11:20.798 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99082024-12-21T05:11:22.311Z[ host-image] Dec 21 05:11:20.809 INFO O| Dec 21 05:11:20.809 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
99092024-12-21T05:11:22.311Z[ host-image] Dec 21 05:11:20.809 INFO O| Dec 21 05:11:20.809 INFO STEP 133 (remove_files) COMPLETE
99102024-12-21T05:11:22.311Z[ host-image] Dec 21 05:11:20.809 INFO O| Dec 21 05:11:20.809 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99112024-12-21T05:11:22.312Z[ host-image] Dec 21 05:11:20.824 INFO O| Dec 21 05:11:20.824 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
99122024-12-21T05:11:22.312Z[ host-image] Dec 21 05:11:20.824 INFO O| Dec 21 05:11:20.824 INFO STEP 134 (remove_files) COMPLETE
99132024-12-21T05:11:22.312Z[ host-image] Dec 21 05:11:20.824 INFO O| Dec 21 05:11:20.824 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99142024-12-21T05:11:22.312Z[ host-image] Dec 21 05:11:20.836 INFO O| Dec 21 05:11:20.836 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
99152024-12-21T05:11:22.312Z[ host-image] Dec 21 05:11:20.836 INFO O| Dec 21 05:11:20.836 INFO STEP 135 (remove_files) COMPLETE
99162024-12-21T05:11:22.312Z[ host-image] Dec 21 05:11:20.836 INFO O| Dec 21 05:11:20.836 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99172024-12-21T05:11:22.312Z[ host-image] Dec 21 05:11:20.848 INFO O| Dec 21 05:11:20.848 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
99182024-12-21T05:11:22.312Z[ host-image] Dec 21 05:11:20.848 INFO O| Dec 21 05:11:20.848 INFO STEP 136 (remove_files) COMPLETE
99192024-12-21T05:11:22.312Z[ host-image] Dec 21 05:11:20.848 INFO O| Dec 21 05:11:20.848 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99202024-12-21T05:11:22.312Z[ host-image] Dec 21 05:11:20.862 INFO O| Dec 21 05:11:20.862 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
99212024-12-21T05:11:22.312Z[ host-image] Dec 21 05:11:20.862 INFO O| Dec 21 05:11:20.862 INFO STEP 137 (remove_files) COMPLETE
99222024-12-21T05:11:22.312Z[ host-image] Dec 21 05:11:20.862 INFO O| Dec 21 05:11:20.862 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99232024-12-21T05:11:22.312Z[ host-image] Dec 21 05:11:20.878 INFO O| Dec 21 05:11:20.877 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
99242024-12-21T05:11:22.312Z[ host-image] Dec 21 05:11:20.878 INFO O| Dec 21 05:11:20.878 INFO STEP 138 (remove_files) COMPLETE
99252024-12-21T05:11:22.312Z[ host-image] Dec 21 05:11:20.878 INFO O| Dec 21 05:11:20.878 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99262024-12-21T05:11:22.312Z[ host-image] Dec 21 05:11:20.890 INFO O| Dec 21 05:11:20.890 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
99272024-12-21T05:11:22.312Z[ host-image] Dec 21 05:11:20.890 INFO O| Dec 21 05:11:20.890 INFO STEP 139 (remove_files) COMPLETE
99282024-12-21T05:11:22.312Z[ host-image] Dec 21 05:11:20.890 INFO O| Dec 21 05:11:20.890 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99292024-12-21T05:11:22.312Z[ host-image] Dec 21 05:11:20.902 INFO O| Dec 21 05:11:20.902 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
99302024-12-21T05:11:22.313Z[ host-image] Dec 21 05:11:20.902 INFO O| Dec 21 05:11:20.902 INFO STEP 140 (remove_files) COMPLETE
99312024-12-21T05:11:22.313Z[ host-image] Dec 21 05:11:20.902 INFO O| Dec 21 05:11:20.902 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99322024-12-21T05:11:22.313Z[ host-image] Dec 21 05:11:20.915 INFO O| Dec 21 05:11:20.915 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
99332024-12-21T05:11:22.313Z[ host-image] Dec 21 05:11:20.915 INFO O| Dec 21 05:11:20.915 INFO STEP 141 (remove_files) COMPLETE
99342024-12-21T05:11:22.313Z[ host-image] Dec 21 05:11:20.915 INFO O| Dec 21 05:11:20.915 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99352024-12-21T05:11:22.313Z[ host-image] Dec 21 05:11:20.926 INFO O| Dec 21 05:11:20.926 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
99362024-12-21T05:11:22.313Z[ host-image] Dec 21 05:11:20.926 INFO O| Dec 21 05:11:20.926 INFO STEP 142 (remove_files) COMPLETE
99372024-12-21T05:11:22.313Z[ host-image] Dec 21 05:11:20.926 INFO O| Dec 21 05:11:20.926 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99382024-12-21T05:11:22.313Z[ host-image] Dec 21 05:11:20.941 INFO O| Dec 21 05:11:20.941 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
99392024-12-21T05:11:22.313Z[ host-image] Dec 21 05:11:20.942 INFO O| Dec 21 05:11:20.941 INFO STEP 143 (remove_files) COMPLETE
99402024-12-21T05:11:22.313Z[ host-image] Dec 21 05:11:20.942 INFO O| Dec 21 05:11:20.942 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99412024-12-21T05:11:22.315Z[ host-image] Dec 21 05:11:20.953 INFO O| Dec 21 05:11:20.953 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
99422024-12-21T05:11:22.315Z[ host-image] Dec 21 05:11:20.953 INFO O| Dec 21 05:11:20.953 INFO STEP 144 (remove_files) COMPLETE
99432024-12-21T05:11:22.316Z[ host-image] Dec 21 05:11:20.953 INFO O| Dec 21 05:11:20.953 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99442024-12-21T05:11:22.316Z[ host-image] Dec 21 05:11:20.968 INFO O| Dec 21 05:11:20.968 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
99452024-12-21T05:11:22.316Z[ host-image] Dec 21 05:11:20.969 INFO O| Dec 21 05:11:20.969 INFO STEP 145 (remove_files) COMPLETE
99462024-12-21T05:11:22.316Z[ host-image] Dec 21 05:11:20.969 INFO O| Dec 21 05:11:20.969 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99472024-12-21T05:11:22.316Z[ host-image] Dec 21 05:11:20.984 INFO O| Dec 21 05:11:20.984 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
99482024-12-21T05:11:22.316Z[ host-image] Dec 21 05:11:20.984 INFO O| Dec 21 05:11:20.984 INFO STEP 146 (remove_files) COMPLETE
99492024-12-21T05:11:22.316Z[ host-image] Dec 21 05:11:20.984 INFO O| Dec 21 05:11:20.984 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99502024-12-21T05:11:22.316Z[ host-image] Dec 21 05:11:20.999 INFO O| Dec 21 05:11:20.999 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
99512024-12-21T05:11:22.316Z[ host-image] Dec 21 05:11:20.999 INFO O| Dec 21 05:11:20.999 INFO STEP 147 (remove_files) COMPLETE
99522024-12-21T05:11:22.316Z[ host-image] Dec 21 05:11:20.999 INFO O| Dec 21 05:11:20.999 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99532024-12-21T05:11:22.316Z[ host-image] Dec 21 05:11:21.013 INFO O| Dec 21 05:11:21.013 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
99542024-12-21T05:11:22.317Z[ host-image] Dec 21 05:11:21.013 INFO O| Dec 21 05:11:21.013 INFO STEP 148 (remove_files) COMPLETE
99552024-12-21T05:11:22.317Z[ host-image] Dec 21 05:11:21.013 INFO O| Dec 21 05:11:21.013 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99562024-12-21T05:11:22.317Z[ host-image] Dec 21 05:11:21.026 INFO O| Dec 21 05:11:21.026 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
99572024-12-21T05:11:22.317Z[ host-image] Dec 21 05:11:21.026 INFO O| Dec 21 05:11:21.026 INFO STEP 149 (remove_files) COMPLETE
99582024-12-21T05:11:22.317Z[ host-image] Dec 21 05:11:21.026 INFO O| Dec 21 05:11:21.026 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99592024-12-21T05:11:22.317Z[ host-image] Dec 21 05:11:21.039 INFO O| Dec 21 05:11:21.039 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
99602024-12-21T05:11:22.317Z[ host-image] Dec 21 05:11:21.039 INFO O| Dec 21 05:11:21.039 INFO STEP 150 (remove_files) COMPLETE
99612024-12-21T05:11:22.317Z[ host-image] Dec 21 05:11:21.040 INFO O| Dec 21 05:11:21.039 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99622024-12-21T05:11:22.317Z[ host-image] Dec 21 05:11:21.051 INFO O| Dec 21 05:11:21.051 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
99632024-12-21T05:11:22.317Z[ host-image] Dec 21 05:11:21.052 INFO O| Dec 21 05:11:21.052 INFO STEP 151 (remove_files) COMPLETE
99642024-12-21T05:11:22.317Z[ host-image] Dec 21 05:11:21.052 INFO O| Dec 21 05:11:21.052 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99652024-12-21T05:11:22.326Z[ host-image] Dec 21 05:11:21.064 INFO O| Dec 21 05:11:21.064 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
99662024-12-21T05:11:22.326Z[ host-image] Dec 21 05:11:21.064 INFO O| Dec 21 05:11:21.064 INFO STEP 152 (remove_files) COMPLETE
99672024-12-21T05:11:22.326Z[ host-image] Dec 21 05:11:21.064 INFO O| Dec 21 05:11:21.064 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99682024-12-21T05:11:22.326Z[ host-image] Dec 21 05:11:21.078 INFO O| Dec 21 05:11:21.078 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
99692024-12-21T05:11:22.326Z[ host-image] Dec 21 05:11:21.078 INFO O| Dec 21 05:11:21.078 INFO STEP 153 (remove_files) COMPLETE
99702024-12-21T05:11:22.327Z[ host-image] Dec 21 05:11:21.078 INFO O| Dec 21 05:11:21.078 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99712024-12-21T05:11:22.327Z[ host-image] Dec 21 05:11:21.094 INFO O| Dec 21 05:11:21.094 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
99722024-12-21T05:11:22.328Z[ host-image] Dec 21 05:11:21.094 INFO O| Dec 21 05:11:21.094 INFO STEP 154 (remove_files) COMPLETE
99732024-12-21T05:11:22.328Z[ host-image] Dec 21 05:11:21.094 INFO O| Dec 21 05:11:21.094 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99742024-12-21T05:11:22.328Z[ host-image] Dec 21 05:11:21.109 INFO O| Dec 21 05:11:21.109 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
99752024-12-21T05:11:22.328Z[ host-image] Dec 21 05:11:21.109 INFO O| Dec 21 05:11:21.109 INFO STEP 155 (remove_files) COMPLETE
99762024-12-21T05:11:22.328Z[ host-image] Dec 21 05:11:21.109 INFO O| Dec 21 05:11:21.109 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99772024-12-21T05:11:22.328Z[ host-image] Dec 21 05:11:21.119 INFO O| Dec 21 05:11:21.119 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
99782024-12-21T05:11:22.328Z[ host-image] Dec 21 05:11:21.119 INFO O| Dec 21 05:11:21.119 INFO STEP 156 (remove_files) COMPLETE
99792024-12-21T05:11:22.328Z[ host-image] Dec 21 05:11:21.119 INFO O| Dec 21 05:11:21.119 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99802024-12-21T05:11:22.328Z[ host-image] Dec 21 05:11:21.134 INFO O| Dec 21 05:11:21.134 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
99812024-12-21T05:11:22.328Z[ host-image] Dec 21 05:11:21.134 INFO O| Dec 21 05:11:21.134 INFO STEP 157 (remove_files) COMPLETE
99822024-12-21T05:11:22.328Z[ host-image] Dec 21 05:11:21.134 INFO O| Dec 21 05:11:21.134 INFO STEP 158: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
99832024-12-21T05:11:22.328Z[ host-image] Dec 21 05:11:21.155 INFO O| Dec 21 05:11:21.155 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
99842024-12-21T05:11:22.328Z[ host-image] Dec 21 05:11:21.155 INFO O| Dec 21 05:11:21.155 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], 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"}
99852024-12-21T05:11:26.130Z[ host-image] Dec 21 05:11:25.415 INFO O| Dec 21 05:11:25.415 INFO O| Loading smf(7) service descriptions: 1/742/743/744/745/746/747/748/749/7410/7411/7412/7413/7414/7415/7416/7417/7418/7419/7420/7421/7422/7423/7424/7425/7426/7427/7428/7429/7430/7431/7432/7433/7434/7435/7436/7437/7438/7439/7440/7441/7442/7443/7444/7445/7446/7447/7448/7449/7450/7451/7452/7453/7454/7455/7456/7457/7458/7459/7460/7461/7462/7463/7464/7465/7466/7467/7468/7469/7470/7471/7472/7473/7474/74
99862024-12-21T05:11:26.131Z[ host-image] Dec 21 05:11:25.415 INFO O| Dec 21 05:11:25.415 INFO E| svccfg: Loaded 74 smf(7) service descriptions
99872024-12-21T05:11:26.147Z[ host-image] Dec 21 05:11:25.431 INFO O| Dec 21 05:11:25.431 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.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"}
99882024-12-21T05:11:26.240Z[ host-image] Dec 21 05:11:25.525 INFO O| Dec 21 05:11:25.525 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
99892024-12-21T05:11:26.240Z[ host-image] Dec 21 05:11:25.525 INFO O| Dec 21 05:11:25.525 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
99902024-12-21T05:11:26.243Z[ host-image] Dec 21 05:11:25.527 INFO O| Dec 21 05:11:25.527 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
99912024-12-21T05:11:26.243Z[ host-image] Dec 21 05:11:25.527 INFO O| Dec 21 05:11:25.527 INFO ok!
99922024-12-21T05:11:26.243Z[ host-image] Dec 21 05:11:25.527 INFO O| Dec 21 05:11:25.527 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
99932024-12-21T05:11:26.243Z[ host-image] Dec 21 05:11:25.527 INFO O| Dec 21 05:11:25.527 INFO STEP 158 (seed_smf) COMPLETE
99942024-12-21T05:11:26.243Z[ host-image] Dec 21 05:11:25.527 INFO O| Dec 21 05:11:25.527 INFO steps complete; finalising image!
99952024-12-21T05:11:26.243Z[ host-image] Dec 21 05:11:25.527 INFO O| Dec 21 05:11:25.527 INFO TRIM POOL: TEMPORARY-gimlet-zfs
99962024-12-21T05:11:26.409Z[ host-image] Dec 21 05:11:25.694 INFO O| Dec 21 05:11:25.694 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Sat Dec 21 05:11:25 2024)
99972024-12-21T05:11:26.619Z[ host-image] Dec 21 05:11:25.903 INFO O| Dec 21 05:11:25.903 INFO trim TEMPORARY-gimlet-zfs: (89% trimmed, started at Sat Dec 21 05:11:25 2024)
99982024-12-21T05:11:26.849Z[ host-image] Dec 21 05:11:26.134 INFO O| Dec 21 05:11:26.134 INFO temporary pool has 689M used, 143M avail, 1.82x compressratio
99992024-12-21T05:11:26.849Z[ host-image] Dec 21 05:11:26.134 INFO O| Dec 21 05:11:26.134 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
100002024-12-21T05:11:27.168Z[ host-image] Dec 21 05:11:26.453 INFO O| Dec 21 05:11:26.453 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
100012024-12-21T05:11:27.168Z[ host-image] Dec 21 05:11:26.453 INFO O| Dec 21 05:11:26.453 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
100022024-12-21T05:11:28.412Z[ host-image] Dec 21 05:11:27.696 INFO O| Dec 21 05:11:27.696 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
100032024-12-21T05:11:28.412Z[ host-image] Dec 21 05:11:27.697 INFO O| Dec 21 05:11:27.696 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
100042024-12-21T05:11:28.415Z[ host-image] Dec 21 05:11:27.697 INFO O| Dec 21 05:11:27.696 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
100052024-12-21T05:11:28.415Z[ host-image] Dec 21 05:11:27.697 INFO O| Dec 21 05:11:27.696 INFO completed processing gimlet/zfs
100062024-12-21T05:11:28.415Z[ host-image] Dec 21 05:11:27.697 INFO O| Dec 21 05:11:27.697 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
100072024-12-21T05:11:37.691Z[ host-image] Dec 21 05:11:36.977 INFO O| Dec 21 05:11:36.977 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
100082024-12-21T05:11:37.788Z[ host-image] Dec 21 05:11:37.074 INFO BUILD STRING "heads/stlouis-0-g37a4469737\n"
100092024-12-21T05:11:37.788Z[ host-image] Dec 21 05:11:37.074 INFO expanded image name: "ci 9026ed2/${os_short_commit} 2024-12-21 04:34" -> "ci 9026ed2/37a4469 2024-12-21 04:34"
100102024-12-21T05:11:37.791Z[ host-image] Dec 21 05:11:37.074 INFO output artefacts stored in: "/work/os-host"
100112024-12-21T05:11:37.791Z[ host-image] Dec 21 05:11:37.074 INFO collecting git info from project "image-builder"...
100122024-12-21T05:11:37.797Z[ host-image] Dec 21 05:11:37.084 INFO collecting git info from project "bootserver"...
100132024-12-21T05:11:37.802Z[ host-image] Dec 21 05:11:37.089 INFO collecting git info from project "phbl"...
100142024-12-21T05:11:37.807Z[ host-image] Dec 21 05:11:37.094 INFO collecting git info from project "chelsio-t6-roms"...
100152024-12-21T05:11:37.812Z[ host-image] Dec 21 05:11:37.099 INFO collecting git info from project "amd-firmware"...
100162024-12-21T05:11:37.822Z[ host-image] Dec 21 05:11:37.108 INFO collecting git info from project "pinprick"...
100172024-12-21T05:11:37.834Z[ host-image] Dec 21 05:11:37.114 INFO collecting git info from project "amd-host-image-builder"...
100182024-12-21T05:11:37.844Z[ host-image] Dec 21 05:11:37.130 INFO collecting git info from project "pilot"...
100192024-12-21T05:11:37.850Z[ host-image] Dec 21 05:11:37.137 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
100202024-12-21T05:11:38.252Z[ host-image] Dec 21 05:11:37.538 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
100212024-12-21T05:11:38.627Z[ host-image] Dec 21 05:11:37.913 INFO creating Oxide boot image...
100222024-12-21T05:11:38.627Z[ host-image] Dec 21 05:11:37.913 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 9026ed2/37a4469 2024-12-21 04:34", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
100232024-12-21T05:11:40.009Z[ host-image] Dec 21 05:11:39.295 INFO O| ok, image written!
100242024-12-21T05:11:40.009Z[ host-image] Dec 21 05:11:39.295 INFO O| ok, boot_image_csum file written!
100252024-12-21T05:11:40.012Z[ host-image] Dec 21 05:11:39.299 INFO creating boot archive (CPIO)...
100262024-12-21T05:11:40.015Z[ host-image] Dec 21 05:11:39.299 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
100272024-12-21T05:11:40.024Z[ host-image] Dec 21 05:11:39.310 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
100282024-12-21T05:11:40.024Z[ host-image] Dec 21 05:11:39.310 INFO E| + outfile=/work/os-host/cpio
100292024-12-21T05:11:40.043Z[ host-image] Dec 21 05:11:39.310 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
100302024-12-21T05:11:40.043Z[ host-image] Dec 21 05:11:39.313 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
100312024-12-21T05:11:40.043Z[ host-image] Dec 21 05:11:39.313 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
100322024-12-21T05:11:40.074Z[ host-image] Dec 21 05:11:39.360 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
100332024-12-21T05:11:40.078Z[ host-image] Dec 21 05:11:39.361 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
100342024-12-21T05:11:40.084Z[ host-image] Dec 21 05:11:39.370 INFO creating compressed cpio/unix for nanobl-rs...
100352024-12-21T05:11:40.086Z[ host-image] Dec 21 05:11:39.371 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
100362024-12-21T05:11:40.426Z[ host-image] Dec 21 05:11:39.713 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
100372024-12-21T05:11:45.829Z[ host-image] Dec 21 05:11:45.116 INFO creating reset image...
100382024-12-21T05:11:45.832Z[ host-image] Dec 21 05:11:45.116 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
100392024-12-21T05:11:45.991Z[ host-image] Dec 21 05:11:45.278 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
100402024-12-21T05:11:45.995Z[ host-image] Dec 21 05:11:45.282 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
100412024-12-21T05:11:46.095Z[ host-image] Dec 21 05:11:45.383 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
100422024-12-21T05:11:49.271Z[ host-image] Dec 21 05:11:48.558 INFO E| Finished `release` profile [optimized] target(s) in 3.24s
100432024-12-21T05:11:49.287Z[ host-image] Dec 21 05:11:48.575 INFO building host image...
100442024-12-21T05:11:49.290Z[ host-image] Dec 21 05:11:48.575 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")
100452024-12-21T05:11:50.220Z[ host-image] Dec 21 05:11:49.508 INFO finishing image archive at "/work/os-host/os.tar.gz"...
100462024-12-21T05:12:40.463Z[verify-libraries] Finished `release` profile [optimized] target(s) in 15m 07s
100472024-12-21T05:12:40.839ZDec 21 05:12:40.134 INFO [verify-libraries] process exited with exit status: 0 (911.917053425s)
100482024-12-21T05:12:55.230Z[ host-image] Dec 21 05:12:54.526 INFO image complete! materials are in "/work/os-host"
100492024-12-21T05:12:55.232Z[ host-image]
100502024-12-21T05:12:55.232Z[ host-image] real 16:07.394822101
100512024-12-21T05:12:55.232Z[ host-image] user 6:22.623767824
100522024-12-21T05:12:55.232Z[ host-image] sys 1:02.730811043
100532024-12-21T05:12:55.232Z[ host-image] trap 0.282541481
100542024-12-21T05:12:55.235Z[ host-image] tflt 0.049596713
100552024-12-21T05:12:55.235Z[ host-image] dflt 0.059667886
100562024-12-21T05:12:55.235Z[ host-image] kflt 0.042722412
100572024-12-21T05:12:55.235Z[ host-image] lock 11:28.407305689
100582024-12-21T05:12:55.235Z[ host-image] slp 1:31:30.329204809
100592024-12-21T05:12:55.235Z[ host-image] lat 2:30.323058979
100602024-12-21T05:12:55.235Z[ host-image] stop 1.084298298
100612024-12-21T05:12:55.235ZDec 21 05:12:54.530 INFO [host-image] process exited with exit status: 0 (967.411573046s)
100622024-12-21T05:12:55.235ZDec 21 05:12:54.530 INFO [tuf-repo] running task
100632024-12-21T05:13:03.014ZDec 21 05:13:02.312 INFO assembling repository in `/tmp/tufaceousnVYKue`, component: OmicronRepoAssembler
100642024-12-21T05:13:07.584ZDec 21 05:13:06.882 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
100652024-12-21T05:13:07.964ZDec 21 05:13:07.263 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
100662024-12-21T05:13:22.280ZDec 21 05:13:21.580 INFO [tuf-repo] task succeeded (27.050478307s)
100672024-12-21T05:13:22.280ZDec 21 05:13:21.580 INFO all jobs completed in 2303.598341525s
100682024-12-21T05:13:22.848Zprocess exited: duration 3090508 ms, exit code 0
 
100692024-12-21T05:13:22.862Zfound 33 output files
100702024-12-21T05:13:22.862Zuploading: /work/manifest.toml (8404 bytes)
100712024-12-21T05:13:23.874Zuploaded: /work/manifest.toml
100722024-12-21T05:13:23.874Zuploading: /work/repo.zip (1958839302 bytes)
100732024-12-21T05:14:25.874Zuploaded: /work/repo.zip
100742024-12-21T05:14:25.874Zuploading: /work/repo.zip.sha256.txt (65 bytes)
100752024-12-21T05:14:26.890Zuploaded: /work/repo.zip.sha256.txt
100762024-12-21T05:14:26.890Zuploading: /work/helios-setup.log (66124 bytes)
100772024-12-21T05:14:27.937Zuploaded: /work/helios-setup.log
100782024-12-21T05:14:27.937Zuploading: /work/host-image.log (200968 bytes)
100792024-12-21T05:14:28.985Zuploaded: /work/host-image.log
100802024-12-21T05:14:28.985Zuploading: /work/host-package.log (22579 bytes)
100812024-12-21T05:14:30.021Zuploaded: /work/host-package.log
100822024-12-21T05:14:30.022Zuploading: /work/host-target.log (101 bytes)
100832024-12-21T05:14:31.038Zuploaded: /work/host-target.log
100842024-12-21T05:14:31.038Zuploading: /work/omicron-package.log (5666 bytes)
100852024-12-21T05:14:32.095Zuploaded: /work/omicron-package.log
100862024-12-21T05:14:32.114Zuploading: /work/phbl-toolchain.log (881 bytes)
100872024-12-21T05:14:33.119Zuploaded: /work/phbl-toolchain.log
100882024-12-21T05:14:33.119Zuploading: /work/recovery-image.log (596294 bytes)
100892024-12-21T05:14:34.147Zuploaded: /work/recovery-image.log
100902024-12-21T05:14:34.151Zuploading: /work/recovery-package.log (1661 bytes)
100912024-12-21T05:14:35.184Zuploaded: /work/recovery-package.log
100922024-12-21T05:14:35.184Zuploading: /work/recovery-target.log (98 bytes)
100932024-12-21T05:14:36.220Zuploaded: /work/recovery-target.log
100942024-12-21T05:14:36.220Zuploading: /work/stamp-clickhouse.log (117 bytes)
100952024-12-21T05:14:37.233Zuploaded: /work/stamp-clickhouse.log
100962024-12-21T05:14:37.233Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
100972024-12-21T05:14:38.246Zuploaded: /work/stamp-clickhouse_keeper.log
100982024-12-21T05:14:38.246Zuploading: /work/stamp-cockroachdb.log (118 bytes)
100992024-12-21T05:14:39.270Zuploaded: /work/stamp-cockroachdb.log
101002024-12-21T05:14:39.270Zuploading: /work/stamp-crucible-dtrace.log (71 bytes)
101012024-12-21T05:14:40.312Zuploaded: /work/stamp-crucible-dtrace.log
101022024-12-21T05:14:40.312Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
101032024-12-21T05:14:41.343Zuploaded: /work/stamp-crucible-pantry-zone.log
101042024-12-21T05:14:41.343Zuploading: /work/stamp-crucible-zone.log (120 bytes)
101052024-12-21T05:14:42.358Zuploaded: /work/stamp-crucible-zone.log
101062024-12-21T05:14:42.358Zuploading: /work/stamp-external-dns.log (119 bytes)
101072024-12-21T05:14:43.376Zuploaded: /work/stamp-external-dns.log
101082024-12-21T05:14:43.376Zuploading: /work/stamp-installinator.log (103 bytes)
101092024-12-21T05:14:44.391Zuploaded: /work/stamp-installinator.log
101102024-12-21T05:14:44.391Zuploading: /work/stamp-internal-dns.log (119 bytes)
101112024-12-21T05:14:45.443Zuploaded: /work/stamp-internal-dns.log
101122024-12-21T05:14:45.443Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
101132024-12-21T05:14:46.480Zuploaded: /work/stamp-mg-ddm-gz.log
101142024-12-21T05:14:46.480Zuploading: /work/stamp-nexus.log (112 bytes)
101152024-12-21T05:14:47.498Zuploaded: /work/stamp-nexus.log
101162024-12-21T05:14:47.498Zuploading: /work/stamp-ntp.log (110 bytes)
101172024-12-21T05:14:48.718Zuploaded: /work/stamp-ntp.log
101182024-12-21T05:14:48.718Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
101192024-12-21T05:14:49.787Zuploaded: /work/stamp-omicron-sled-agent.log
101202024-12-21T05:14:49.788Zuploading: /work/stamp-overlay.log (114 bytes)
101212024-12-21T05:14:50.851Zuploaded: /work/stamp-overlay.log
101222024-12-21T05:14:50.852Zuploading: /work/stamp-oximeter.log (115 bytes)
101232024-12-21T05:14:51.990Zuploaded: /work/stamp-oximeter.log
101242024-12-21T05:14:51.990Zuploading: /work/stamp-oxlog.log (109 bytes)
101252024-12-21T05:14:53.083Zuploaded: /work/stamp-oxlog.log
101262024-12-21T05:14:53.084Zuploading: /work/stamp-probe.log (112 bytes)
101272024-12-21T05:14:54.203Zuploaded: /work/stamp-probe.log
101282024-12-21T05:14:54.203Zuploading: /work/stamp-propolis-server.log (122 bytes)
101292024-12-21T05:14:55.306Zuploaded: /work/stamp-propolis-server.log
101302024-12-21T05:14:55.307Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
101312024-12-21T05:14:56.345Zuploaded: /work/stamp-pumpkind-gz.log
101322024-12-21T05:14:56.354Zuploading: /work/stamp-switch-asic.log (118 bytes)
101332024-12-21T05:14:57.414Zuploaded: /work/stamp-switch-asic.log
101342024-12-21T05:14:57.414Zuploading: /work/verify-libraries.log (5977 bytes)
101352024-12-21T05:14:58.471Zuploaded: /work/verify-libraries.log