01JFK6CN1BY03N932DCTTG9D5J: 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: 01JFK6DRRJR0WN2BWFYAGA4BPW

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-20T23:29:51.459Zjob assigned to worker 01JFK6DXHP40Z47FC03MK48QP0 [factory aws, i-09777925c7de34541] (queued for 1 m 8 s)
 
22024-12-20T23:29:58.764Zstarting task 0: "setup"
32024-12-20T23:29:58.772Z++ uname -s
42024-12-20T23:29:58.776Z+ kern=SunOS
52024-12-20T23:29:58.776Z+ case "$kern" in
62024-12-20T23:29:58.776Z+ groupadd -g 12345 build
72024-12-20T23:29:58.782Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-20T23:30:03.662Z+ zfs create -o mountpoint=/work rpool/work
92024-12-20T23:30:03.690Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-20T23:30:03.690Z+ home_fs=zfs
112024-12-20T23:30:03.690Z+ [[ zfs == autofs ]]
122024-12-20T23:30:03.690Z+ mkdir -p /home/build
132024-12-20T23:30:03.690Z+ chown build:build /home/build /work
142024-12-20T23:30:03.690Z+ chmod 0700 /home/build /work
152024-12-20T23:30:03.690Zprocess exited: duration 4149 ms, exit code 0
 
162024-12-20T23:30:03.714Zstarting task 1: "rust-toolchain"
172024-12-20T23:30:03.717Z+ printf ' * toolchain channel = "%s"
182024-12-20T23:30:03.717Z' 1.81.0
192024-12-20T23:30:03.717Z * toolchain channel = "1.81.0"
202024-12-20T23:30:03.717Z+ printf ' * toolchain profile = "%s"
212024-12-20T23:30:03.717Z' default
222024-12-20T23:30:03.717Z * toolchain profile = "default"
232024-12-20T23:30:03.717Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-20T23:30:03.717Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-20T23:30:03.820Zinfo: downloading installer
262024-12-20T23:30:05.018Zinfo: profile set to 'default'
272024-12-20T23:30:05.019Zinfo: default host triple is x86_64-unknown-illumos
282024-12-20T23:30:05.022Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-20T23:30:05.157Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-20T23:30:05.157Zinfo: downloading component 'cargo'
312024-12-20T23:30:05.870Zinfo: downloading component 'clippy'
322024-12-20T23:30:06.137Zinfo: downloading component 'rust-docs'
332024-12-20T23:30:07.129Zinfo: downloading component 'rust-std'
342024-12-20T23:30:08.671Zinfo: downloading component 'rustc'
352024-12-20T23:30:14.213Zinfo: downloading component 'rustfmt'
362024-12-20T23:30:14.422Zinfo: installing component 'cargo'
372024-12-20T23:30:15.233Zinfo: installing component 'clippy'
382024-12-20T23:30:15.595Zinfo: installing component 'rust-docs'
392024-12-20T23:30:17.196Zinfo: installing component 'rust-std'
402024-12-20T23:30:18.987Zinfo: installing component 'rustc'
412024-12-20T23:30:24.730Zinfo: installing component 'rustfmt'
422024-12-20T23:30:25.060Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-20T23:30:25.060Z
442024-12-20T23:30:25.418Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-20T23:30:25.418Z
462024-12-20T23:30:25.420Z
472024-12-20T23:30:25.420ZRust is installed now. Great!
482024-12-20T23:30:25.421Z
492024-12-20T23:30:25.421ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-20T23:30:25.421Zenvironment variable. This has not been done automatically.
512024-12-20T23:30:25.421Z
522024-12-20T23:30:25.421ZTo configure your current shell, you need to source
532024-12-20T23:30:25.421Zthe corresponding env file under $HOME/.cargo.
542024-12-20T23:30:25.421Z
552024-12-20T23:30:25.421ZThis is usually done by running one of the following (note the leading DOT):
562024-12-20T23:30:25.421Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-20T23:30:25.421Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-20T23:30:25.494Z+ rustc --version
592024-12-20T23:30:25.563Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-20T23:30:25.566Zprocess exited: duration 21863 ms, exit code 0
 
612024-12-20T23:30:25.574Zstarting task 2: "authentication"
622024-12-20T23:30:25.598Zprocess exited: duration 20 ms, exit code 0
 
632024-12-20T23:30:25.604Zstarting task 3: "clone repository"
642024-12-20T23:30:25.609Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-20T23:30:25.612Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-20T23:30:25.649ZCloning into '/work/oxidecomputer/omicron'...
672024-12-20T23:30:33.057Z+ cd /work/oxidecomputer/omicron
682024-12-20T23:30:33.057Z+ git fetch origin fae39ee8cbddbffaf03c1821269b2dd4a1fb0fe2
692024-12-20T23:30:33.417ZFrom https://github.com/oxidecomputer/omicron
702024-12-20T23:30:33.417Z * branch fae39ee8cbddbffaf03c1821269b2dd4a1fb0fe2 -> FETCH_HEAD
712024-12-20T23:30:33.426Z+ [[ -n support-bundle-wire-up-http-endpoints ]]
722024-12-20T23:30:33.441Z++ git branch --show-current
732024-12-20T23:30:33.441Z+ current=main
742024-12-20T23:30:33.441Z+ [[ main != support-bundle-wire-up-http-endpoints ]]
752024-12-20T23:30:33.441Z+ git branch -f support-bundle-wire-up-http-endpoints fae39ee8cbddbffaf03c1821269b2dd4a1fb0fe2
762024-12-20T23:30:33.441Z+ git checkout -f support-bundle-wire-up-http-endpoints
772024-12-20T23:30:33.611ZSwitched to branch 'support-bundle-wire-up-http-endpoints'
782024-12-20T23:30:33.622Z+ git reset --hard fae39ee8cbddbffaf03c1821269b2dd4a1fb0fe2
792024-12-20T23:30:33.657ZHEAD is now at fae39ee8c clippy
802024-12-20T23:30:33.660Zprocess exited: duration 8056 ms, exit code 0
 
812024-12-20T23:30:33.665Zstarting task 4: "build"
822024-12-20T23:30:33.671Z+ source .github/buildomat/ci-env.sh
832024-12-20T23:30:33.672Z++ export CARGO_TERM_COLOR=always
842024-12-20T23:30:33.674Z++ CARGO_TERM_COLOR=always
852024-12-20T23:30:33.674Z+ cargo --version
862024-12-20T23:30:33.732Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-12-20T23:30:33.735Z+ rustc --version
882024-12-20T23:30:33.798Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-12-20T23:30:33.801Z+ cargo tree --locked
902024-12-20T23:30:34.065Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
912024-12-20T23:30:34.371Z Updating crates.io index
922024-12-20T23:30:34.375Z Updating git repository `https://github.com/oxidecomputer/maghemite`
932024-12-20T23:30:35.098Z Updating git repository `https://github.com/oxidecomputer/oxnet`
942024-12-20T23:30:35.317Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
952024-12-20T23:30:35.579Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
962024-12-20T23:30:35.850Z Updating git repository `https://github.com/oxidecomputer/propolis`
972024-12-20T23:30:36.668Z Updating git repository `https://github.com/oxidecomputer/crucible`
982024-12-20T23:30:38.315Z Updating git repository `https://github.com/oxidecomputer/opte`
992024-12-20T23:30:38.988Z Updating git repository `https://github.com/oxidecomputer/falcon`
1002024-12-20T23:30:39.883Z Updating git repository `https://github.com/oxidecomputer/clickward`
1012024-12-20T23:30:40.206Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1022024-12-20T23:30:40.517Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1032024-12-20T23:30:41.186Z Updating git repository `https://github.com/oxidecomputer/libipcc`
1042024-12-20T23:30:41.457Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1052024-12-20T23:30:42.022Z Updating git repository `https://github.com/oxidecomputer/tofino`
1062024-12-20T23:30:42.290Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1072024-12-20T23:30:42.538Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1082024-12-20T23:30:42.757Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1092024-12-20T23:30:43.047Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1102024-12-20T23:30:43.342Z Updating git repository `https://github.com/oxidecomputer/ispf`
1112024-12-20T23:30:43.697Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1122024-12-20T23:30:44.319Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1132024-12-20T23:30:44.506Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1142024-12-20T23:30:44.830Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1152024-12-20T23:30:45.199Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1162024-12-20T23:30:45.663Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
1172024-12-20T23:30:45.963Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1182024-12-20T23:30:46.206Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1192024-12-20T23:30:46.549Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1202024-12-20T23:30:48.035Z Downloading crates ...
1212024-12-20T23:30:48.135Z Downloaded async-object-pool v0.1.5
1222024-12-20T23:30:48.138Z Downloaded assert-json-diff v2.0.2
1232024-12-20T23:30:48.141Z Downloaded addr2line v0.24.2
1242024-12-20T23:30:48.144Z Downloaded async-stream-impl v0.3.6
1252024-12-20T23:30:48.154Z Downloaded atty v0.2.14
1262024-12-20T23:30:48.159Z Downloaded errno v0.3.9
1272024-12-20T23:30:48.163Z Downloaded escape8259 v0.5.3
1282024-12-20T23:30:48.165Z Downloaded foreign-types v0.3.2
1292024-12-20T23:30:48.165Z Downloaded atomicwrites v0.4.4
1302024-12-20T23:30:48.171Z Downloaded headers-core v0.3.0
1312024-12-20T23:30:48.173Z Downloaded guppy-workspace-hack v0.1.0
1322024-12-20T23:30:48.173Z Downloaded foreign-types-shared v0.3.1
1332024-12-20T23:30:48.181Z Downloaded hubpack_derive v0.1.1
1342024-12-20T23:30:48.184Z Downloaded cfg_aliases v0.1.1
1352024-12-20T23:30:48.184Z Downloaded adler2 v2.0.0
1362024-12-20T23:30:48.187Z Downloaded fd-lock v4.0.2
1372024-12-20T23:30:48.193Z Downloaded event-listener v2.5.3
1382024-12-20T23:30:48.193Z Downloaded fastrand v2.1.1
1392024-12-20T23:30:48.196Z Downloaded ciborium v0.2.2
1402024-12-20T23:30:48.196Z Downloaded cfg_aliases v0.2.1
1412024-12-20T23:30:48.196Z Downloaded async-stream v0.3.6
1422024-12-20T23:30:48.198Z Downloaded http-range v0.1.5
1432024-12-20T23:30:48.198Z Downloaded ascii-canvas v3.0.0
1442024-12-20T23:30:48.202Z Downloaded anstyle-query v1.1.1
1452024-12-20T23:30:48.202Z Downloaded async-recursion v1.1.1
1462024-12-20T23:30:48.205Z Downloaded http-body v1.0.1
1472024-12-20T23:30:48.205Z Downloaded foreign-types-shared v0.1.1
1482024-12-20T23:30:48.208Z Downloaded cast v0.3.0
1492024-12-20T23:30:48.208Z Downloaded base16ct v0.2.0
1502024-12-20T23:30:48.211Z Downloaded funty v2.0.0
1512024-12-20T23:30:48.211Z Downloaded event-listener-strategy v0.5.2
1522024-12-20T23:30:48.211Z Downloaded atomic-waker v1.1.2
1532024-12-20T23:30:48.214Z Downloaded ghash v0.5.1
1542024-12-20T23:30:48.214Z Downloaded bytecount v0.6.8
1552024-12-20T23:30:48.219Z Downloaded futures-macro v0.3.31
1562024-12-20T23:30:48.219Z Downloaded hostname v0.3.1
1572024-12-20T23:30:48.222Z Downloaded blocking v1.6.1
1582024-12-20T23:30:48.222Z Downloaded heck v0.3.3
1592024-12-20T23:30:48.222Z Downloaded cbc v0.1.2
1602024-12-20T23:30:48.226Z Downloaded block-padding v0.3.3
1612024-12-20T23:30:48.226Z Downloaded home v0.5.9
1622024-12-20T23:30:48.226Z Downloaded bcrypt-pbkdf v0.10.0
1632024-12-20T23:30:48.229Z Downloaded assert_matches v1.5.0
1642024-12-20T23:30:48.229Z Downloaded futures-executor v0.3.31
1652024-12-20T23:30:48.229Z Downloaded fs-err v2.11.0
1662024-12-20T23:30:48.232Z Downloaded bitfield v0.14.0
1672024-12-20T23:30:48.232Z Downloaded humantime v2.1.0
1682024-12-20T23:30:48.234Z Downloaded heck v0.5.0
1692024-12-20T23:30:48.237Z Downloaded gethostname v0.5.0
1702024-12-20T23:30:48.237Z Downloaded cfg-if v1.0.0
1712024-12-20T23:30:48.239Z Downloaded hash32 v0.2.1
1722024-12-20T23:30:48.239Z Downloaded glob v0.3.1
1732024-12-20T23:30:48.242Z Downloaded foreign-types-macros v0.2.3
1742024-12-20T23:30:48.242Z Downloaded hubpack v0.1.2
1752024-12-20T23:30:48.244Z Downloaded ff v0.13.0
1762024-12-20T23:30:48.246Z Downloaded async-signal v0.2.10
1772024-12-20T23:30:48.247Z Downloaded generic-array v0.14.7
1782024-12-20T23:30:48.250Z Downloaded chrono-tz-build v0.4.0
1792024-12-20T23:30:48.250Z Downloaded parse-size v1.1.0
1802024-12-20T23:30:48.254Z Downloaded hex-literal v0.4.1
1812024-12-20T23:30:48.254Z Downloaded bitflags v1.3.2
1822024-12-20T23:30:48.257Z Downloaded hex v0.4.3
1832024-12-20T23:30:48.257Z Downloaded cargo-platform v0.1.8
1842024-12-20T23:30:48.260Z Downloaded futures-timer v3.0.3
1852024-12-20T23:30:48.260Z Downloaded futures-task v0.3.31
1862024-12-20T23:30:48.262Z Downloaded async-channel v1.9.0
1872024-12-20T23:30:48.262Z Downloaded hostname v0.4.0
1882024-12-20T23:30:48.265Z Downloaded futures-lite v2.3.0
1892024-12-20T23:30:48.267Z Downloaded foldhash v0.1.3
1902024-12-20T23:30:48.268Z Downloaded fallible-iterator v0.3.0
1912024-12-20T23:30:48.270Z Downloaded async-lock v3.4.0
1922024-12-20T23:30:48.272Z Downloaded hashlink v0.9.1
1932024-12-20T23:30:48.273Z Downloaded httptest v0.16.1
1942024-12-20T23:30:48.275Z Downloaded cassowary v0.3.0
1952024-12-20T23:30:48.279Z Downloaded hyper-rustls v0.27.3
1962024-12-20T23:30:48.281Z Downloaded highway v1.2.0
1972024-12-20T23:30:48.285Z Downloaded pretty-hex v0.4.1
1982024-12-20T23:30:48.285Z Downloaded async-process v2.3.0
1992024-12-20T23:30:48.289Z Downloaded globset v0.4.15
2002024-12-20T23:30:48.289Z Downloaded getrandom v0.2.15
2012024-12-20T23:30:48.291Z Downloaded hickory-client v0.24.1
2022024-12-20T23:30:48.294Z Downloaded russh-cryptovec v0.7.3
2032024-12-20T23:30:48.294Z Downloaded bitfield-struct v0.6.2
2042024-12-20T23:30:48.297Z Downloaded async-trait v0.1.83
2052024-12-20T23:30:48.300Z Downloaded pretty-hex v0.2.1
2062024-12-20T23:30:48.300Z Downloaded strum v0.26.3
2072024-12-20T23:30:48.302Z Downloaded async-task v4.7.1
2082024-12-20T23:30:48.305Z Downloaded futures-io v0.3.31
2092024-12-20T23:30:48.306Z Downloaded fs_extra v1.3.0
2102024-12-20T23:30:48.309Z Downloaded filetime v0.2.25
2112024-12-20T23:30:48.309Z Downloaded parse-display-derive v0.10.0
2122024-12-20T23:30:48.309Z Downloaded camino v1.1.9
2132024-12-20T23:30:48.312Z Downloaded num-iter v0.1.45
2142024-12-20T23:30:48.312Z Downloaded hyper-rustls v0.26.0
2152024-12-20T23:30:48.315Z Downloaded cargo_metadata v0.18.1
2162024-12-20T23:30:48.318Z Downloaded sigpipe v0.1.3
2172024-12-20T23:30:48.318Z Downloaded bzip2 v0.4.4
2182024-12-20T23:30:48.320Z Downloaded take_mut v0.2.2
2192024-12-20T23:30:48.320Z Downloaded pem v3.0.4
2202024-12-20T23:30:48.323Z Downloaded try-lock v0.2.5
2212024-12-20T23:30:48.323Z Downloaded toolchain_find v0.4.0
2222024-12-20T23:30:48.326Z Downloaded blake2b_simd v1.0.2
2232024-12-20T23:30:48.326Z Downloaded async-executor v1.13.1
2242024-12-20T23:30:48.328Z Downloaded ahash v0.8.11
2252024-12-20T23:30:48.331Z Downloaded waitgroup v0.1.2
2262024-12-20T23:30:48.363Z Downloaded olpc-cjson v0.1.4
2272024-12-20T23:30:48.363Z Downloaded zerofrom v0.1.4
2282024-12-20T23:30:48.363Z Downloaded phf_codegen v0.11.2
2292024-12-20T23:30:48.363Z Downloaded argon2 v0.5.3
2302024-12-20T23:30:48.363Z Downloaded polyval v0.6.2
2312024-12-20T23:30:48.363Z Downloaded psl-types v2.0.11
2322024-12-20T23:30:48.363Z Downloaded plain v0.2.3
2332024-12-20T23:30:48.368Z Downloaded hmac v0.12.1
2342024-12-20T23:30:48.368Z Downloaded byteorder v1.5.0
2352024-12-20T23:30:48.368Z Downloaded scopeguard v1.2.0
2362024-12-20T23:30:48.368Z Downloaded serde_derive_internals v0.29.1
2372024-12-20T23:30:48.368Z Downloaded base64ct v1.6.0
2382024-12-20T23:30:48.368Z Downloaded derive_builder_macro v0.20.2
2392024-12-20T23:30:48.368Z Downloaded assert_cmd v2.0.16
2402024-12-20T23:30:48.368Z Downloaded serde-hex v0.1.0
2412024-12-20T23:30:48.368Z Downloaded anyhow v1.0.93
2422024-12-20T23:30:48.368Z Downloaded serde_path_to_error v0.1.16
2432024-12-20T23:30:48.368Z Downloaded crunchy v0.2.2
2442024-12-20T23:30:48.368Z Downloaded thiserror-impl-no-std v2.0.2
2452024-12-20T23:30:48.368Z Downloaded strum_macros v0.25.3
2462024-12-20T23:30:48.368Z Downloaded radium v0.7.0
2472024-12-20T23:30:48.370Z Downloaded r2d2 v0.8.10
2482024-12-20T23:30:48.370Z Downloaded progenitor v0.8.0
2492024-12-20T23:30:48.370Z Downloaded cfg-expr v0.17.0
2502024-12-20T23:30:48.381Z Downloaded ref-cast-impl v1.0.23
2512024-12-20T23:30:48.381Z Downloaded ref-cast v1.0.23
2522024-12-20T23:30:48.382Z Downloaded pin-project-internal v1.1.6
2532024-12-20T23:30:48.384Z Downloaded futures v0.3.31
2542024-12-20T23:30:48.384Z Downloaded simd-adler32 v0.3.7
2552024-12-20T23:30:48.384Z Downloaded untrusted v0.7.1
2562024-12-20T23:30:48.387Z Downloaded unicase v2.7.0
2572024-12-20T23:30:48.387Z Downloaded tinystr v0.7.6
2582024-12-20T23:30:48.389Z Downloaded unicode-xid v0.2.6
2592024-12-20T23:30:48.392Z Downloaded fancy-regex v0.13.0
2602024-12-20T23:30:48.395Z Downloaded new_debug_unreachable v1.0.6
2612024-12-20T23:30:48.395Z Downloaded match_cfg v0.1.0
2622024-12-20T23:30:48.398Z Downloaded mirai-annotations v1.12.0
2632024-12-20T23:30:48.398Z Downloaded writeable v0.5.5
2642024-12-20T23:30:48.401Z Downloaded poly1305 v0.8.0
2652024-12-20T23:30:48.403Z Downloaded scroll v0.12.0
2662024-12-20T23:30:48.403Z Downloaded universal-hash v0.5.1
2672024-12-20T23:30:48.405Z Downloaded tokio-native-tls v0.3.1
2682024-12-20T23:30:48.405Z Downloaded zone v0.3.0
2692024-12-20T23:30:48.408Z Downloaded crc-catalog v2.4.0
2702024-12-20T23:30:48.408Z Downloaded tokio-macros v2.4.0
2712024-12-20T23:30:48.410Z Downloaded ctr v0.9.2
2722024-12-20T23:30:48.413Z Downloaded tls_codec_derive v0.4.1
2732024-12-20T23:30:48.413Z Downloaded tap v1.0.1
2742024-12-20T23:30:48.416Z Downloaded pathdiff v0.2.2
2752024-12-20T23:30:48.416Z Downloaded arc-swap v1.7.1
2762024-12-20T23:30:48.419Z Downloaded display-error-chain v0.2.2
2772024-12-20T23:30:48.422Z Downloaded dirs-sys-next v0.1.2
2782024-12-20T23:30:48.422Z Downloaded oso v0.27.3
2792024-12-20T23:30:48.425Z Downloaded openssl-macros v0.1.1
2802024-12-20T23:30:48.427Z Downloaded normalize-line-endings v0.3.0
2812024-12-20T23:30:48.427Z Downloaded base64 v0.13.1
2822024-12-20T23:30:48.430Z Downloaded phf_shared v0.10.0
2832024-12-20T23:30:48.432Z Downloaded dirs-next v2.0.0
2842024-12-20T23:30:48.432Z Downloaded digest v0.10.7
2852024-12-20T23:30:48.436Z Downloaded zone v0.1.8
2862024-12-20T23:30:48.436Z Downloaded spin v0.9.8
2872024-12-20T23:30:48.438Z Downloaded ed25519 v2.2.3
2882024-12-20T23:30:48.441Z Downloaded snafu-derive v0.8.5
2892024-12-20T23:30:48.441Z Downloaded smawk v0.3.2
2902024-12-20T23:30:48.444Z Downloaded async-io v2.3.4
2912024-12-20T23:30:48.447Z Downloaded rpassword v7.3.1
2922024-12-20T23:30:48.447Z Downloaded instant v0.1.13
2932024-12-20T23:30:48.450Z Downloaded is-terminal v0.4.13
2942024-12-20T23:30:48.450Z Downloaded bytes v1.8.0
2952024-12-20T23:30:48.453Z Downloaded walkdir v2.5.0
2962024-12-20T23:30:48.456Z Downloaded ipnetwork v0.20.0
2972024-12-20T23:30:48.459Z Downloaded internet-checksum v0.2.1
2982024-12-20T23:30:48.459Z Downloaded tracing-attributes v0.1.27
2992024-12-20T23:30:48.462Z Downloaded russh-keys v0.45.0
3002024-12-20T23:30:48.465Z Downloaded crc32fast v1.4.2
3012024-12-20T23:30:48.465Z Downloaded target-lexicon v0.12.16
3022024-12-20T23:30:48.468Z Downloaded derive_builder v0.20.2
3032024-12-20T23:30:48.473Z Downloaded packed_struct_codegen v0.10.1
3042024-12-20T23:30:48.476Z Downloaded expectorate v1.1.0
3052024-12-20T23:30:48.476Z Downloaded icu_locid_transform v1.5.0
3062024-12-20T23:30:48.479Z Downloaded half v2.4.1
3072024-12-20T23:30:48.485Z Downloaded base64 v0.21.7
3082024-12-20T23:30:48.488Z Downloaded want v0.3.1
3092024-12-20T23:30:48.488Z Downloaded usdt-macro v0.5.0
3102024-12-20T23:30:48.488Z Downloaded hickory-server v0.24.1
3112024-12-20T23:30:48.493Z Downloaded target-triple v0.1.3
3122024-12-20T23:30:48.495Z Downloaded phf_generator v0.11.2
3132024-12-20T23:30:48.495Z Downloaded proc-macro-error-attr v1.0.4
3142024-12-20T23:30:48.498Z Downloaded percent-encoding v2.3.1
3152024-12-20T23:30:48.498Z Downloaded packed_struct v0.10.1
3162024-12-20T23:30:48.500Z Downloaded num_cpus v1.16.0
3172024-12-20T23:30:48.503Z Downloaded rustc_version v0.4.1
3182024-12-20T23:30:48.505Z Downloaded heapless v0.8.0
3192024-12-20T23:30:48.508Z Downloaded ipnet v2.10.1
3202024-12-20T23:30:48.512Z Downloaded rstest v0.23.0
3212024-12-20T23:30:48.514Z Downloaded slab v0.4.9
3222024-12-20T23:30:48.517Z Downloaded siphasher v0.3.11
3232024-12-20T23:30:48.520Z Downloaded yasna v0.5.2
3242024-12-20T23:30:48.520Z Downloaded tracing-core v0.1.32
3252024-12-20T23:30:48.523Z Downloaded serde_urlencoded v0.7.1
3262024-12-20T23:30:48.525Z Downloaded secrecy v0.8.0
3272024-12-20T23:30:48.527Z Downloaded rustls-pemfile v1.0.4
3282024-12-20T23:30:48.529Z Downloaded derive_builder_core v0.20.2
3292024-12-20T23:30:48.529Z Downloaded nu-ansi-term v0.50.1
3302024-12-20T23:30:48.532Z Downloaded toml_datetime v0.6.8
3312024-12-20T23:30:48.534Z Downloaded thread-id v4.2.2
3322024-12-20T23:30:48.537Z Downloaded strsim v0.11.1
3332024-12-20T23:30:48.537Z Downloaded stringprep v0.1.5
3342024-12-20T23:30:48.542Z Downloaded structmeta v0.2.0
3352024-12-20T23:30:48.542Z Downloaded hashbrown v0.13.2
3362024-12-20T23:30:48.545Z Downloaded newline-converter v0.3.0
3372024-12-20T23:30:48.545Z Downloaded bumpalo v3.16.0
3382024-12-20T23:30:48.547Z Downloaded pin-project-lite v0.2.14
3392024-12-20T23:30:48.552Z Downloaded icu_locid_transform_data v1.5.0
3402024-12-20T23:30:48.554Z Downloaded num_threads v0.1.7
3412024-12-20T23:30:48.557Z Downloaded flate2 v1.0.34
3422024-12-20T23:30:48.561Z Downloaded matches v0.1.10
3432024-12-20T23:30:48.563Z Downloaded oso-derive v0.27.3
3442024-12-20T23:30:48.563Z Downloaded tiny-keccak v2.0.2
3452024-12-20T23:30:48.566Z Downloaded slog-async v2.8.0
3462024-12-20T23:30:48.568Z Downloaded defmt-macros v0.3.9
3472024-12-20T23:30:48.570Z Downloaded defmt-parser v0.3.4
3482024-12-20T23:30:48.573Z Downloaded defmt v0.3.8
3492024-12-20T23:30:48.575Z Downloaded term v0.7.0
3502024-12-20T23:30:48.577Z Downloaded log v0.4.22
3512024-12-20T23:30:48.581Z Downloaded rstest_macros v0.23.0
3522024-12-20T23:30:48.584Z Downloaded unicode-bidi v0.3.17
3532024-12-20T23:30:48.587Z Downloaded phf_shared v0.11.2
3542024-12-20T23:30:48.587Z Downloaded tar v0.4.42
3552024-12-20T23:30:48.591Z Downloaded path-slash v0.1.5
3562024-12-20T23:30:48.593Z Downloaded serde_derive v1.0.215
3572024-12-20T23:30:48.595Z Downloaded peg-runtime v0.8.3
3582024-12-20T23:30:48.595Z Downloaded publicsuffix v2.2.3
3592024-12-20T23:30:48.597Z Downloaded http v1.1.0
3602024-12-20T23:30:48.600Z Downloaded maybe-uninit v2.0.0
3612024-12-20T23:30:48.603Z Downloaded cc v1.1.30
3622024-12-20T23:30:48.605Z Downloaded env_filter v0.1.2
3632024-12-20T23:30:48.610Z Downloaded enum-as-inner v0.6.1
3642024-12-20T23:30:48.614Z Downloaded enum-as-inner v0.5.1
3652024-12-20T23:30:48.614Z Downloaded debug-ignore v1.0.5
3662024-12-20T23:30:48.614Z Downloaded tokio-tungstenite v0.24.0
3672024-12-20T23:30:48.616Z Downloaded clap v4.5.21
3682024-12-20T23:30:48.623Z Downloaded deranged v0.3.11
3692024-12-20T23:30:48.625Z Downloaded lalrpop-util v0.19.12
3702024-12-20T23:30:48.627Z Downloaded idna_adapter v1.2.0
3712024-12-20T23:30:48.628Z Downloaded der_derive v0.7.3
3722024-12-20T23:30:48.630Z Downloaded slog v2.7.0
3732024-12-20T23:30:48.633Z Downloaded usdt-attr-macro v0.5.0
3742024-12-20T23:30:48.635Z Downloaded macaddr v1.0.1
3752024-12-20T23:30:48.635Z Downloaded nanorand v0.7.0
3762024-12-20T23:30:48.638Z Downloaded ecdsa v0.16.9
3772024-12-20T23:30:48.640Z Downloaded rustversion v1.0.17
3782024-12-20T23:30:48.644Z Downloaded toml v0.8.19
3792024-12-20T23:30:48.648Z Downloaded parse-zoneinfo v0.3.1
3802024-12-20T23:30:48.652Z Downloaded subtle v2.6.1
3812024-12-20T23:30:48.652Z Downloaded rsa v0.9.6
3822024-12-20T23:30:48.654Z Downloaded pbkdf2 v0.11.0
3832024-12-20T23:30:48.657Z Downloaded peg v0.8.4
3842024-12-20T23:30:48.660Z Downloaded ciborium-io v0.2.2
3852024-12-20T23:30:48.662Z Downloaded rayon-core v1.12.1
3862024-12-20T23:30:48.666Z Downloaded termtree v0.4.1
3872024-12-20T23:30:48.668Z Downloaded darling v0.20.10
3882024-12-20T23:30:48.670Z Downloaded sha1 v0.10.6
3892024-12-20T23:30:48.672Z Downloaded rustc-hash v2.0.0
3902024-12-20T23:30:48.675Z Downloaded pbkdf2 v0.12.2
3912024-12-20T23:30:48.675Z Downloaded similar v2.6.0
3922024-12-20T23:30:48.679Z Downloaded termios v0.3.3
3932024-12-20T23:30:48.681Z Downloaded pem-rfc7468 v0.7.0
3942024-12-20T23:30:48.686Z Downloaded owo-colors v4.1.0
3952024-12-20T23:30:48.688Z Downloaded num-bigint v0.4.6
3962024-12-20T23:30:48.692Z Downloaded tempfile v3.13.0
3972024-12-20T23:30:48.695Z Downloaded equivalent v1.0.1
3982024-12-20T23:30:48.695Z Downloaded concurrent-queue v2.5.0
3992024-12-20T23:30:48.698Z Downloaded darling_macro v0.20.10
4002024-12-20T23:30:48.698Z Downloaded usdt v0.5.0
4012024-12-20T23:30:48.698Z Downloaded cpufeatures v0.2.14
4022024-12-20T23:30:48.700Z Downloaded toml v0.7.8
4032024-12-20T23:30:48.703Z Downloaded untrusted v0.9.0
4042024-12-20T23:30:48.705Z Downloaded unicode-truncate v1.1.0
4052024-12-20T23:30:48.708Z Downloaded doc-comment v0.3.3
4062024-12-20T23:30:48.708Z Downloaded rustls-pemfile v2.2.0
4072024-12-20T23:30:48.713Z Downloaded datatest-stable v0.2.9
4082024-12-20T23:30:48.717Z Downloaded yansi v1.0.1
4092024-12-20T23:30:48.717Z Downloaded peg-macros v0.8.4
4102024-12-20T23:30:48.720Z Downloaded password-hash v0.5.0
4112024-12-20T23:30:48.720Z Downloaded embedded-io v0.6.1
4122024-12-20T23:30:48.720Z Downloaded difflib v0.4.0
4132024-12-20T23:30:48.724Z Downloaded libtest-mimic v0.7.3
4142024-12-20T23:30:48.724Z Downloaded hyper v1.5.0
4152024-12-20T23:30:48.731Z Downloaded openssl-probe v0.1.5
4162024-12-20T23:30:48.734Z Downloaded num v0.4.3
4172024-12-20T23:30:48.734Z Downloaded num-integer v0.1.46
4182024-12-20T23:30:48.736Z Downloaded multimap v0.10.0
4192024-12-20T23:30:48.737Z Downloaded samael v0.0.17
4202024-12-20T23:30:48.741Z Downloaded ppv-lite86 v0.2.20
4212024-12-20T23:30:48.743Z Downloaded tokio-rustls v0.25.0
4222024-12-20T23:30:48.746Z Downloaded nom v7.1.3
4232024-12-20T23:30:48.750Z Downloaded tabled_derive v0.7.0
4242024-12-20T23:30:48.752Z Downloaded ron v0.7.1
4252024-12-20T23:30:48.759Z Downloaded primeorder v0.13.6
4262024-12-20T23:30:48.759Z Downloaded lru v0.12.5
4272024-12-20T23:30:48.761Z Downloaded lru-cache v0.1.2
4282024-12-20T23:30:48.761Z Downloaded endian-type v0.1.2
4292024-12-20T23:30:48.761Z Downloaded dtrace-parser v0.2.0
4302024-12-20T23:30:48.764Z Downloaded crypto-common v0.1.6
4312024-12-20T23:30:48.764Z Downloaded rustls-pki-types v1.10.0
4322024-12-20T23:30:48.767Z Downloaded tokio-rustls v0.24.1
4332024-12-20T23:30:48.773Z Downloaded resolv-conf v0.7.0
4342024-12-20T23:30:48.773Z Downloaded slog-envlogger v2.2.0
4352024-12-20T23:30:48.776Z Downloaded slog-bunyan v2.5.0
4362024-12-20T23:30:48.776Z Downloaded russh v0.45.0
4372024-12-20T23:30:48.779Z Downloaded diesel_table_macro_syntax v0.2.0
4382024-12-20T23:30:48.782Z Downloaded zone_cfg_derive v0.3.0
4392024-12-20T23:30:48.782Z Downloaded slog-dtrace v0.3.0
4402024-12-20T23:30:48.785Z Downloaded zone_cfg_derive v0.1.2
4412024-12-20T23:30:48.785Z Downloaded yoke-derive v0.7.4
4422024-12-20T23:30:48.785Z Downloaded wyz v0.5.1
4432024-12-20T23:30:48.788Z Downloaded rustfmt-wrapper v0.2.1
4442024-12-20T23:30:48.788Z Downloaded rand_core v0.6.4
4452024-12-20T23:30:48.791Z Downloaded quick-error v1.2.3
4462024-12-20T23:30:48.791Z Downloaded rusty-fork v0.3.0
4472024-12-20T23:30:48.795Z Downloaded num-rational v0.4.2
4482024-12-20T23:30:48.795Z Downloaded test-strategy v0.3.1
4492024-12-20T23:30:48.797Z Downloaded utf-8 v0.7.6
4502024-12-20T23:30:48.800Z Downloaded hashbrown v0.14.5
4512024-12-20T23:30:48.805Z Downloaded futures-util v0.3.31
4522024-12-20T23:30:48.815Z Downloaded tower-service v0.3.3
4532024-12-20T23:30:48.818Z Downloaded precomputed-hash v0.1.1
4542024-12-20T23:30:48.818Z Downloaded newtype_derive v0.1.6
4552024-12-20T23:30:48.821Z Downloaded twox-hash v1.6.3
4562024-12-20T23:30:48.823Z Downloaded ed25519-dalek v2.1.1
4572024-12-20T23:30:48.825Z Downloaded crossbeam-deque v0.8.5
4582024-12-20T23:30:48.825Z Downloaded terminal_size v0.4.0
4592024-12-20T23:30:48.828Z Downloaded iana-time-zone v0.1.61
4602024-12-20T23:30:48.832Z Downloaded hyper-staticfile v0.10.1
4612024-12-20T23:30:48.835Z Downloaded signal-hook-mio v0.2.4
4622024-12-20T23:30:48.835Z Downloaded env_logger v0.11.5
4632024-12-20T23:30:48.838Z Downloaded termcolor v1.4.1
4642024-12-20T23:30:48.838Z Downloaded target-spec v3.2.2
4652024-12-20T23:30:48.841Z Downloaded icu_normalizer v1.5.0
4662024-12-20T23:30:48.845Z Downloaded textwrap v0.16.1
4672024-12-20T23:30:48.848Z Downloaded crc v3.2.1
4682024-12-20T23:30:48.848Z Downloaded zip v2.1.3
4692024-12-20T23:30:48.852Z Downloaded rand_distr v0.4.3
4702024-12-20T23:30:48.855Z Downloaded vsss-rs v3.3.4
4712024-12-20T23:30:48.857Z Downloaded serde_yaml v0.9.34+deprecated
4722024-12-20T23:30:48.860Z Downloaded predicates-core v1.0.8
4732024-12-20T23:30:48.863Z Downloaded plotters-backend v0.3.7
4742024-12-20T23:30:48.866Z Downloaded mio v1.0.2
4752024-12-20T23:30:48.871Z Downloaded stable_deref_trait v1.2.0
4762024-12-20T23:30:48.873Z Downloaded shlex v1.3.0
4772024-12-20T23:30:48.873Z Downloaded parking_lot v0.12.3
4782024-12-20T23:30:48.876Z Downloaded url v2.5.3
4792024-12-20T23:30:48.879Z Downloaded threadpool v1.8.1
4802024-12-20T23:30:48.879Z Downloaded structmeta v0.3.0
4812024-12-20T23:30:48.884Z Downloaded aes-gcm v0.10.3
4822024-12-20T23:30:48.884Z Downloaded dhcproto-macros v0.1.0
4832024-12-20T23:30:48.884Z Downloaded num-conv v0.1.0
4842024-12-20T23:30:48.886Z Downloaded serde_json v1.0.132
4852024-12-20T23:30:48.895Z Downloaded tinyvec_macros v0.1.1
4862024-12-20T23:30:48.897Z Downloaded powerfmt v0.2.0
4872024-12-20T23:30:48.897Z Downloaded nibble_vec v0.1.0
4882024-12-20T23:30:48.898Z Downloaded newtype-uuid v1.1.3
4892024-12-20T23:30:48.898Z Downloaded libloading v0.8.5
4902024-12-20T23:30:48.901Z Downloaded itoa v1.0.11
4912024-12-20T23:30:48.901Z Downloaded convert_case v0.4.0
4922024-12-20T23:30:48.901Z Downloaded icu_properties v1.5.1
4932024-12-20T23:30:48.904Z Downloaded tui-tree-widget v0.22.0
4942024-12-20T23:30:48.907Z Downloaded thread_local v1.1.8
4952024-12-20T23:30:48.907Z Downloaded crossbeam-channel v0.5.13
4962024-12-20T23:30:48.910Z Downloaded keccak v0.1.5
4972024-12-20T23:30:48.913Z Downloaded thiserror v2.0.3
4982024-12-20T23:30:48.917Z Downloaded write16 v1.0.0
4992024-12-20T23:30:48.920Z Downloaded sqlparser_derive v0.2.2
5002024-12-20T23:30:48.920Z Downloaded sec1 v0.7.3
5012024-12-20T23:30:48.923Z Downloaded ena v0.14.3
5022024-12-20T23:30:48.923Z Downloaded linear-map v1.2.0
5032024-12-20T23:30:48.926Z Downloaded rustc-demangle v0.1.24
5042024-12-20T23:30:48.929Z Downloaded rust-argon2 v2.1.0
5052024-12-20T23:30:48.929Z Downloaded shell-words v1.1.0
5062024-12-20T23:30:48.931Z Downloaded mime v0.3.17
5072024-12-20T23:30:48.931Z Downloaded hkdf v0.12.4
5082024-12-20T23:30:48.933Z Downloaded dyn-clone v1.0.17
5092024-12-20T23:30:48.938Z Downloaded dunce v1.0.5
5102024-12-20T23:30:48.941Z Downloaded progenitor-client v0.8.0
5112024-12-20T23:30:48.941Z Downloaded ssh-encoding v0.2.0
5122024-12-20T23:30:48.941Z Downloaded pkcs1 v0.7.5
5132024-12-20T23:30:48.945Z Downloaded version_check v0.9.5
5142024-12-20T23:30:48.945Z Downloaded topological-sort v0.2.2
5152024-12-20T23:30:48.945Z Downloaded icu_normalizer_data v1.5.0
5162024-12-20T23:30:48.948Z Downloaded zerocopy-derive v0.7.35
5172024-12-20T23:30:48.950Z Downloaded steno v0.4.1
5182024-12-20T23:30:48.955Z Downloaded vte_generate_state_changes v0.1.2
5192024-12-20T23:30:48.957Z Downloaded const_format_proc_macros v0.2.33
5202024-12-20T23:30:48.967Z Downloaded jobserver v0.1.32
5212024-12-20T23:30:48.971Z Downloaded time-core v0.1.2
5222024-12-20T23:30:48.971Z Downloaded hyper-util v0.1.10
5232024-12-20T23:30:48.971Z Downloaded num-derive v0.4.2
5242024-12-20T23:30:48.971Z Downloaded kstat-rs v0.2.4
5252024-12-20T23:30:48.971Z Downloaded dsl_auto_type v0.1.2
5262024-12-20T23:30:48.971Z Downloaded mime_guess v2.0.5
5272024-12-20T23:30:48.973Z Downloaded tokio-postgres v0.7.12
5282024-12-20T23:30:48.978Z Downloaded utf8_iter v1.0.4
5292024-12-20T23:30:48.982Z Downloaded which v4.4.2
5302024-12-20T23:30:48.982Z Downloaded unarray v0.1.4
5312024-12-20T23:30:48.984Z Downloaded crc-any v2.5.0
5322024-12-20T23:30:48.984Z Downloaded clap_builder v4.5.21
5332024-12-20T23:30:48.990Z Downloaded ssh-cipher v0.2.0
5342024-12-20T23:30:48.992Z Downloaded serde_plain v1.0.2
5352024-12-20T23:30:48.994Z Downloaded progenitor-macro v0.8.0
5362024-12-20T23:30:48.994Z Downloaded sct v0.7.1
5372024-12-20T23:30:48.997Z Downloaded rustc_version v0.1.7
5382024-12-20T23:30:49.000Z Downloaded rustc-hash v1.1.0
5392024-12-20T23:30:49.000Z Downloaded proc-macro-crate v1.3.1
5402024-12-20T23:30:49.003Z Downloaded predicates-tree v1.0.11
5412024-12-20T23:30:49.003Z Downloaded piper v0.2.4
5422024-12-20T23:30:49.005Z Downloaded trybuild v1.0.101
5432024-12-20T23:30:49.008Z Downloaded swrite v0.1.0
5442024-12-20T23:30:49.010Z Downloaded sync_wrapper v1.0.1
5452024-12-20T23:30:49.010Z Downloaded slog-stdlog v4.1.1
5462024-12-20T23:30:49.013Z Downloaded serde_repr v0.1.19
5472024-12-20T23:30:49.013Z Downloaded icu_collections v1.5.0
5482024-12-20T23:30:49.018Z Downloaded git2 v0.19.0
5492024-12-20T23:30:49.086Z Downloaded utf16_iter v1.0.5
5502024-12-20T23:30:49.086Z Downloaded number_prefix v0.4.0
5512024-12-20T23:30:49.087Z Downloaded zerofrom-derive v0.1.4
5522024-12-20T23:30:49.087Z Downloaded yoke v0.7.4
5532024-12-20T23:30:49.087Z Downloaded whoami v1.5.2
5542024-12-20T23:30:49.087Z Downloaded indent_write v2.2.0
5552024-12-20T23:30:49.087Z Downloaded curve25519-dalek-derive v0.1.1
5562024-12-20T23:30:49.087Z Downloaded memoffset v0.9.1
5572024-12-20T23:30:49.087Z Downloaded postcard v1.0.10
5582024-12-20T23:30:49.087Z Downloaded mockall_derive v0.13.0
5592024-12-20T23:30:49.087Z Downloaded memmap v0.7.0
5602024-12-20T23:30:49.087Z Downloaded libsw v3.3.1
5612024-12-20T23:30:49.087Z Downloaded impl-trait-for-tuples v0.2.2
5622024-12-20T23:30:49.087Z Downloaded ron v0.8.1
5632024-12-20T23:30:49.087Z Downloaded x509-cert v0.2.5
5642024-12-20T23:30:49.087Z Downloaded rfc6979 v0.4.0
5652024-12-20T23:30:49.087Z Downloaded schemars_derive v0.8.21
5662024-12-20T23:30:49.087Z Downloaded criterion v0.5.1
5672024-12-20T23:30:49.087Z Downloaded diff v0.1.13
5682024-12-20T23:30:49.087Z Downloaded is_ci v1.2.0
5692024-12-20T23:30:49.087Z Downloaded slog-json v2.6.1
5702024-12-20T23:30:49.087Z Downloaded typify-macro v0.2.0
5712024-12-20T23:30:49.087Z Downloaded rusqlite v0.32.1
5722024-12-20T23:30:49.091Z Downloaded cipher v0.4.4
5732024-12-20T23:30:49.091Z Downloaded prettyplease v0.2.25
5742024-12-20T23:30:49.091Z Downloaded plotters-svg v0.3.7
5752024-12-20T23:30:49.091Z Downloaded utf8parse v0.2.2
5762024-12-20T23:30:49.091Z Downloaded value-bag v1.9.0
5772024-12-20T23:30:49.096Z Downloaded lazycell v1.3.0
5782024-12-20T23:30:49.096Z Downloaded clap_lex v0.7.2
5792024-12-20T23:30:49.096Z Downloaded pest v2.7.14
5802024-12-20T23:30:49.100Z Downloaded pkg-config v0.3.31
5812024-12-20T23:30:49.102Z Downloaded md5 v0.7.0
5822024-12-20T23:30:49.102Z Downloaded libefi-sys v0.1.0
5832024-12-20T23:30:49.105Z Downloaded lazy_static v1.5.0
5842024-12-20T23:30:49.105Z Downloaded uzers v0.12.1
5852024-12-20T23:30:49.107Z Downloaded memmap2 v0.9.5
5862024-12-20T23:30:49.110Z Downloaded pest_meta v2.7.14
5872024-12-20T23:30:49.113Z Downloaded papergrid v0.11.0
5882024-12-20T23:30:49.116Z Downloaded console v0.15.8
5892024-12-20T23:30:49.118Z Downloaded scroll_derive v0.12.0
5902024-12-20T23:30:49.121Z Downloaded scheduled-thread-pool v0.2.7
5912024-12-20T23:30:49.121Z Downloaded quinn-udp v0.5.5
5922024-12-20T23:30:49.125Z Downloaded aws-lc-rs v1.10.0
5932024-12-20T23:30:49.132Z Downloaded downcast v0.11.0
5942024-12-20T23:30:49.134Z Downloaded spki v0.7.3
5952024-12-20T23:30:49.137Z Downloaded structmeta-derive v0.2.0
5962024-12-20T23:30:49.137Z Downloaded tinyvec v1.8.0
5972024-12-20T23:30:49.140Z Downloaded zerovec-derive v0.10.3
5982024-12-20T23:30:49.143Z Downloaded aho-corasick v1.1.3
5992024-12-20T23:30:49.148Z Downloaded cmake v0.1.51
6002024-12-20T23:30:49.152Z Downloaded bindgen v0.69.5
6012024-12-20T23:30:49.156Z Downloaded ident_case v1.0.1
6022024-12-20T23:30:49.158Z Downloaded smallvec v0.6.14
6032024-12-20T23:30:49.158Z Downloaded vte v0.11.1
6042024-12-20T23:30:49.162Z Downloaded env_logger v0.10.2
6052024-12-20T23:30:49.166Z Downloaded cstr-argument v0.1.2
6062024-12-20T23:30:49.166Z Downloaded crucible-workspace-hack v0.1.0
6072024-12-20T23:30:49.166Z Downloaded des v0.8.1
6082024-12-20T23:30:49.168Z Downloaded darling_core v0.20.10
6092024-12-20T23:30:49.171Z Downloaded lockfree-object-pool v0.1.6
6102024-12-20T23:30:49.173Z Downloaded thiserror-no-std v2.0.2
6112024-12-20T23:30:49.176Z Downloaded opaque-debug v0.3.1
6122024-12-20T23:30:49.179Z Downloaded vergen v8.3.2
6132024-12-20T23:30:49.182Z Downloaded smf v0.2.3
6142024-12-20T23:30:49.182Z Downloaded indexmap v2.6.0
6152024-12-20T23:30:49.187Z Downloaded icu_provider_macros v1.5.0
6162024-12-20T23:30:49.191Z Downloaded thiserror-impl v1.0.69
6172024-12-20T23:30:49.191Z Downloaded is_terminal_polyfill v1.70.1
6182024-12-20T23:30:49.191Z Downloaded async-std v1.13.0
6192024-12-20T23:30:49.208Z Downloaded thiserror-impl v2.0.3
6202024-12-20T23:30:49.211Z Downloaded unicode-linebreak v0.1.5
6212024-12-20T23:30:49.211Z Downloaded semver v1.0.23
6222024-12-20T23:30:49.215Z Downloaded quote v1.0.37
6232024-12-20T23:30:49.215Z Downloaded sqlformat v0.2.6
6242024-12-20T23:30:49.223Z Downloaded sync-ptr v0.1.1
6252024-12-20T23:30:49.224Z Downloaded salsa20 v0.10.2
6262024-12-20T23:30:49.224Z Downloaded relative-path v1.9.3
6272024-12-20T23:30:49.224Z Downloaded rand_seeder v0.3.0
6282024-12-20T23:30:49.224Z Downloaded dof v0.3.0
6292024-12-20T23:30:49.224Z Downloaded idna v1.0.3
6302024-12-20T23:30:49.226Z Downloaded typed-path v0.9.3
6312024-12-20T23:30:49.232Z Downloaded tls_codec v0.4.1
6322024-12-20T23:30:49.237Z Downloaded derive_more v0.99.18
6332024-12-20T23:30:49.240Z Downloaded quinn-proto v0.11.8
6342024-12-20T23:30:49.244Z Downloaded bitvec v1.0.1
6352024-12-20T23:30:49.257Z Downloaded semver v0.1.20
6362024-12-20T23:30:49.261Z Downloaded scrypt v0.11.0
6372024-12-20T23:30:49.261Z Downloaded parking v2.2.1
6382024-12-20T23:30:49.261Z Downloaded synstructure v0.13.1
6392024-12-20T23:30:49.263Z Downloaded mockall v0.13.0
6402024-12-20T23:30:49.263Z Downloaded smallvec v1.13.2
6412024-12-20T23:30:49.265Z Downloaded kv-log-macro v1.0.7
6422024-12-20T23:30:49.268Z Downloaded pkcs8 v0.10.2
6432024-12-20T23:30:49.271Z Downloaded pkcs5 v0.7.1
6442024-12-20T23:30:49.273Z Downloaded rustyline v14.0.0
6452024-12-20T23:30:49.278Z Downloaded serde-big-array v0.5.1
6462024-12-20T23:30:49.280Z Downloaded libm v0.2.8
6472024-12-20T23:30:49.286Z Downloaded zeroize_derive v1.4.2
6482024-12-20T23:30:49.289Z Downloaded oorandom v11.1.4
6492024-12-20T23:30:49.289Z Downloaded dhcproto v0.12.0
6502024-12-20T23:30:49.291Z Downloaded pin-utils v0.1.0
6512024-12-20T23:30:49.293Z Downloaded unicode-properties v0.1.3
6522024-12-20T23:30:49.296Z Downloaded snafu v0.8.5
6532024-12-20T23:30:49.299Z Downloaded icu_provider v1.5.0
6542024-12-20T23:30:49.302Z Downloaded p384 v0.13.0
6552024-12-20T23:30:49.308Z Downloaded diesel-dtrace v0.4.2
6562024-12-20T23:30:49.310Z Downloaded lock_api v0.4.12
6572024-12-20T23:30:49.313Z Downloaded rand_chacha v0.3.1
6582024-12-20T23:30:49.313Z Downloaded miniz_oxide v0.8.0
6592024-12-20T23:30:49.318Z Downloaded toml_edit v0.19.15
6602024-12-20T23:30:49.330Z Downloaded nodrop v0.1.14
6612024-12-20T23:30:49.333Z Downloaded postgres-protocol v0.6.7
6622024-12-20T23:30:49.336Z Downloaded time-macros v0.2.18
6632024-12-20T23:30:49.336Z Downloaded num-complex v0.4.6
6642024-12-20T23:30:49.342Z Downloaded indexmap v1.9.3
6652024-12-20T23:30:49.344Z Downloaded colored v2.1.0
6662024-12-20T23:30:49.344Z Downloaded chrono v0.4.38
6672024-12-20T23:30:49.347Z Downloaded ucd-trie v0.1.7
6682024-12-20T23:30:49.351Z Downloaded typenum v1.17.0
6692024-12-20T23:30:49.354Z Downloaded linked-hash-map v0.5.6
6702024-12-20T23:30:49.354Z Downloaded libxml v0.3.3
6712024-12-20T23:30:49.362Z Downloaded slog-term v2.9.1
6722024-12-20T23:30:49.365Z Downloaded zerocopy v0.7.35
6732024-12-20T23:30:49.374Z Downloaded derive-where v1.2.7
6742024-12-20T23:30:49.378Z Downloaded num-traits v0.2.19
6752024-12-20T23:30:49.381Z Downloaded ssh-key v0.6.6
6762024-12-20T23:30:49.387Z Downloaded indicatif v0.17.9
6772024-12-20T23:30:49.391Z Downloaded zip v0.6.6
6782024-12-20T23:30:49.394Z Downloaded memchr v2.7.4
6792024-12-20T23:30:49.399Z Downloaded crossbeam-utils v0.8.20
6802024-12-20T23:30:49.402Z Downloaded tungstenite v0.24.0
6812024-12-20T23:30:49.404Z Downloaded tungstenite v0.21.0
6822024-12-20T23:30:49.408Z Downloaded crypto-bigint v0.5.5
6832024-12-20T23:30:49.414Z Downloaded schemars v0.8.21
6842024-12-20T23:30:49.425Z Downloaded dropshot_endpoint v0.13.0
6852024-12-20T23:30:49.429Z Downloaded tough v0.19.0
6862024-12-20T23:30:49.436Z Downloaded tokio-rustls v0.26.0
6872024-12-20T23:30:49.438Z Downloaded p256 v0.13.2
6882024-12-20T23:30:49.442Z Downloaded openssl-sys v0.9.103
6892024-12-20T23:30:49.447Z Downloaded idna v0.4.0
6902024-12-20T23:30:49.451Z Downloaded dropshot_endpoint v0.12.0
6912024-12-20T23:30:49.455Z Downloaded webpki-roots v0.26.6
6922024-12-20T23:30:49.457Z Downloaded compact_str v0.8.0
6932024-12-20T23:30:49.461Z Downloaded time v0.3.36
6942024-12-20T23:30:49.467Z Downloaded diesel_derives v2.2.3
6952024-12-20T23:30:49.471Z Downloaded tungstenite v0.23.0
6962024-12-20T23:30:49.474Z Downloaded num-bigint-dig v0.8.4
6972024-12-20T23:30:49.479Z Downloaded minimal-lexical v0.2.1
6982024-12-20T23:30:49.482Z Downloaded unicode-width v0.1.14
6992024-12-20T23:30:49.487Z Downloaded regex v1.11.1
7002024-12-20T23:30:49.501Z Downloaded vcpkg v0.2.15
7012024-12-20T23:30:49.534Z Downloaded serde v1.0.215
7022024-12-20T23:30:49.537Z Downloaded serde_with v3.11.0
7032024-12-20T23:30:49.545Z Downloaded portable-atomic v1.9.0
7042024-12-20T23:30:49.552Z Downloaded winnow v0.6.20
7052024-12-20T23:30:49.559Z Downloaded reqwest v0.12.9
7062024-12-20T23:30:49.568Z Downloaded rand v0.8.5
7072024-12-20T23:30:49.571Z Downloaded hickory-proto v0.24.1
7082024-12-20T23:30:49.584Z Downloaded reedline v0.35.0
7092024-12-20T23:30:49.591Z Downloaded itertools v0.10.5
7102024-12-20T23:30:49.597Z Downloaded proptest v1.5.0
7112024-12-20T23:30:49.606Z Downloaded tabled v0.15.0
7122024-12-20T23:30:49.620Z Downloaded quick-xml v0.33.0
7132024-12-20T23:30:49.626Z Downloaded zerovec v0.10.4
7142024-12-20T23:30:49.631Z Downloaded crossterm v0.28.1
7152024-12-20T23:30:49.640Z Downloaded smoltcp v0.9.1
7162024-12-20T23:30:49.648Z Downloaded openapiv3 v2.0.0
7172024-12-20T23:30:49.659Z Downloaded unicode-normalization v0.1.24
7182024-12-20T23:30:49.662Z Downloaded itertools v0.12.1
7192024-12-20T23:30:49.669Z Downloaded rustls v0.22.4
7202024-12-20T23:30:49.681Z Downloaded salty v0.3.0
7212024-12-20T23:30:49.687Z Downloaded plotters v0.3.7
7222024-12-20T23:30:49.697Z Downloaded openssl v0.10.66
7232024-12-20T23:30:49.705Z Downloaded smoltcp v0.11.0
7242024-12-20T23:30:49.716Z Downloaded lalrpop v0.19.12
7252024-12-20T23:30:49.727Z Downloaded nix v0.28.0
7262024-12-20T23:30:49.738Z Downloaded rustls v0.21.12
7272024-12-20T23:30:49.750Z Downloaded regex-syntax v0.8.5
7282024-12-20T23:30:49.757Z Downloaded idna v0.2.3
7292024-12-20T23:30:49.764Z Downloaded idna v0.5.0
7302024-12-20T23:30:49.771Z Downloaded syn v1.0.109
7312024-12-20T23:30:49.780Z Downloaded object v0.30.4
7322024-12-20T23:30:49.789Z Downloaded syn v2.0.87
7332024-12-20T23:30:49.800Z Downloaded diesel v2.2.6
7342024-12-20T23:30:49.818Z Downloaded dropshot v0.12.0
7352024-12-20T23:30:49.837Z Downloaded nix v0.29.0
7362024-12-20T23:30:49.848Z Downloaded ratatui v0.28.1
7372024-12-20T23:30:49.867Z Downloaded regress v0.10.1
7382024-12-20T23:30:49.874Z Downloaded sled v0.34.7
7392024-12-20T23:30:49.884Z Downloaded object v0.36.5
7402024-12-20T23:30:49.895Z Downloaded dropshot v0.13.0
7412024-12-20T23:30:49.914Z Downloaded rustix v0.38.37
7422024-12-20T23:30:49.935Z Downloaded bzip2-sys v0.1.11+1.0.8
7432024-12-20T23:30:49.945Z Downloaded polar-core v0.27.3
7442024-12-20T23:30:49.953Z Downloaded typify-impl v0.2.0
7452024-12-20T23:30:49.968Z Downloaded regex-automata v0.4.8
7462024-12-20T23:30:49.981Z Downloaded zerocopy-derive v0.6.6
7472024-12-20T23:30:49.991Z Downloaded sqlparser v0.45.0
7482024-12-20T23:30:49.997Z Downloaded regex-syntax v0.6.29
7492024-12-20T23:30:50.003Z Downloaded regress v0.9.1
7502024-12-20T23:30:50.012Z Downloaded rustls v0.23.19
7512024-12-20T23:30:50.024Z Downloaded chrono-tz v0.10.0
7522024-12-20T23:30:50.031Z Downloaded nix v0.27.1
7532024-12-20T23:30:50.041Z Downloaded bstr v1.10.0
7542024-12-20T23:30:50.051Z Downloaded zerocopy v0.8.10
7552024-12-20T23:30:50.073Z Downloaded trust-dns-proto v0.22.0
7562024-12-20T23:30:50.085Z Downloaded tokio v1.40.0
7572024-12-20T23:30:50.122Z Downloaded petname v2.0.2
7582024-12-20T23:30:50.133Z Downloaded winnow v0.5.40
7592024-12-20T23:30:50.139Z Downloaded idna v0.3.0
7602024-12-20T23:30:50.142Z Downloaded petgraph v0.6.5
7612024-12-20T23:30:50.157Z Downloaded icu_properties_data v1.5.0
7622024-12-20T23:30:50.171Z Downloaded lzma-sys v0.1.20
7632024-12-20T23:30:50.201Z Downloaded sha3 v0.10.8
7642024-12-20T23:30:50.205Z Downloaded curve25519-dalek v4.1.3
7652024-12-20T23:30:50.208Z Downloaded unicode-width v0.2.0
7662024-12-20T23:30:50.213Z Downloaded radix_trie v0.2.1
7672024-12-20T23:30:50.220Z Downloaded libc v0.2.162
7682024-12-20T23:30:50.249Z Downloaded gimli v0.31.1
7692024-12-20T23:30:50.254Z Downloaded toml_edit v0.22.22
7702024-12-20T23:30:50.273Z Downloaded csv v1.3.0
7712024-12-20T23:30:50.292Z Downloaded libz-sys v1.1.20
7722024-12-20T23:30:50.321Z Downloaded rustls-webpki v0.102.8
7732024-12-20T23:30:50.328Z Downloaded slog-scope v4.4.0
7742024-12-20T23:30:50.332Z Downloaded rustls-webpki v0.101.7
7752024-12-20T23:30:50.343Z Downloaded uuid v1.11.0
7762024-12-20T23:30:50.348Z Downloaded qorb v0.2.1
7772024-12-20T23:30:50.351Z Downloaded unicode-segmentation v1.12.0
7782024-12-20T23:30:50.354Z Downloaded itertools v0.13.0
7792024-12-20T23:30:50.360Z Downloaded cobs v0.2.3
7802024-12-20T23:30:50.365Z Downloaded ryu v1.0.18
7812024-12-20T23:30:50.365Z Downloaded omicron-zone-package v0.11.1
7822024-12-20T23:30:50.372Z Downloaded rcgen v0.12.1
7832024-12-20T23:30:50.372Z Downloaded proc-macro-crate v3.2.0
7842024-12-20T23:30:50.375Z Downloaded pest_generator v2.7.14
7852024-12-20T23:30:50.375Z Downloaded clap_derive v4.5.18
7862024-12-20T23:30:50.375Z Downloaded strum_macros v0.26.4
7872024-12-20T23:30:50.375Z Downloaded subprocess v0.2.9
7882024-12-20T23:30:50.379Z Downloaded rayon v1.10.0
7892024-12-20T23:30:50.384Z Downloaded progenitor-impl v0.8.0
7902024-12-20T23:30:50.387Z Downloaded proc-macro2 v1.0.89
7912024-12-20T23:30:50.390Z Downloaded tracing v0.1.40
7922024-12-20T23:30:50.393Z Downloaded serde_with_macros v3.11.0
7932024-12-20T23:30:50.396Z Downloaded predicates v3.1.2
7942024-12-20T23:30:50.399Z Downloaded postgres-types v0.2.8
7952024-12-20T23:30:50.405Z Downloaded cookie v0.18.1
7962024-12-20T23:30:50.405Z Downloaded zopfli v0.8.1
7972024-12-20T23:30:50.408Z Downloaded serde_regex v1.1.0
7982024-12-20T23:30:50.408Z Downloaded signal-hook v0.3.17
7992024-12-20T23:30:50.411Z Downloaded thiserror v1.0.69
8002024-12-20T23:30:50.414Z Downloaded h2 v0.4.6
8012024-12-20T23:30:50.418Z Downloaded crossbeam-epoch v0.9.18
8022024-12-20T23:30:50.421Z Downloaded tokio-util v0.7.12
8032024-12-20T23:30:50.427Z Downloaded blake3 v1.5.4
8042024-12-20T23:30:50.434Z Downloaded httpmock v0.8.0-alpha.1
8052024-12-20T23:30:50.451Z Downloaded icu_locid v1.5.0
8062024-12-20T23:30:50.455Z Downloaded goblin v0.8.2
8072024-12-20T23:30:50.462Z Downloaded encoding_rs v0.8.34
8082024-12-20T23:30:50.481Z Downloaded tabwriter v1.4.0
8092024-12-20T23:30:50.483Z Downloaded string_cache v0.8.7
8102024-12-20T23:30:50.486Z Downloaded static_assertions v1.1.0
8112024-12-20T23:30:50.486Z Downloaded parking_lot_core v0.9.10
8122024-12-20T23:30:50.488Z Downloaded parking_lot_core v0.8.6
8132024-12-20T23:30:50.491Z Downloaded parking_lot v0.11.2
8142024-12-20T23:30:50.491Z Downloaded cookie_store v0.21.0
8152024-12-20T23:30:50.494Z Downloaded unicode-ident v1.0.13
8162024-12-20T23:30:50.497Z Downloaded der v0.7.9
8172024-12-20T23:30:50.500Z Downloaded displaydoc v0.2.5
8182024-12-20T23:30:50.503Z Downloaded quinn v0.11.5
8192024-12-20T23:30:50.506Z Downloaded native-tls v0.2.12
8202024-12-20T23:30:50.509Z Downloaded hyper-tls v0.6.0
8212024-12-20T23:30:50.512Z Downloaded typify v0.2.0
8222024-12-20T23:30:50.515Z Downloaded p521 v0.13.3
8232024-12-20T23:30:50.518Z Downloaded multer v3.1.0
8242024-12-20T23:30:50.518Z Downloaded ciborium-ll v0.2.2
8252024-12-20T23:30:50.521Z Downloaded xz2 v0.1.7
8262024-12-20T23:30:50.521Z Downloaded xattr v1.3.1
8272024-12-20T23:30:50.524Z Downloaded sha2 v0.10.8
8282024-12-20T23:30:50.526Z Downloaded once_cell v1.20.2
8292024-12-20T23:30:50.526Z Downloaded guppy v0.17.8
8302024-12-20T23:30:50.532Z Downloaded partial-io v0.5.4
8312024-12-20T23:30:50.535Z Downloaded pretty_assertions v1.4.1
8322024-12-20T23:30:50.537Z Downloaded unicode_categories v0.1.1
8332024-12-20T23:30:50.540Z Downloaded data-encoding v2.6.0
8342024-12-20T23:30:50.540Z Downloaded supports-color v3.0.1
8352024-12-20T23:30:50.540Z Downloaded clang-sys v1.8.1
8362024-12-20T23:30:50.542Z Downloaded zerocopy v0.6.6
8372024-12-20T23:30:50.544Z Downloaded hashbrown v0.15.1
8382024-12-20T23:30:50.549Z Downloaded aes v0.8.4
8392024-12-20T23:30:50.552Z Downloaded paste v1.0.15
8402024-12-20T23:30:50.555Z Downloaded libgit2-sys v0.17.0+1.8.1
8412024-12-20T23:30:50.610Z Downloaded md-5 v0.10.6
8422024-12-20T23:30:50.613Z Downloaded litemap v0.7.3
8432024-12-20T23:30:50.616Z Downloaded path-tree v0.8.1
8442024-12-20T23:30:50.616Z Downloaded parse-display v0.10.0
8452024-12-20T23:30:50.616Z Downloaded elliptic-curve v0.13.8
8462024-12-20T23:30:50.620Z Downloaded usdt-impl v0.5.0
8472024-12-20T23:30:50.624Z Downloaded tokio-tungstenite v0.23.1
8482024-12-20T23:30:50.627Z Downloaded tokio-tungstenite v0.21.0
8492024-12-20T23:30:50.627Z Downloaded tokio-stream v0.1.16
8502024-12-20T23:30:50.629Z Downloaded tinytemplate v1.2.1
8512024-12-20T23:30:50.632Z Downloaded const_format v0.2.33
8522024-12-20T23:30:50.634Z Downloaded zerocopy-derive v0.8.10
8532024-12-20T23:30:50.640Z Downloaded const-oid v0.9.6
8542024-12-20T23:30:50.642Z Downloaded criterion-plot v0.5.0
8552024-12-20T23:30:50.645Z Downloaded constant_time_eq v0.3.1
8562024-12-20T23:30:50.645Z Downloaded colorchoice v1.0.2
8572024-12-20T23:30:50.647Z Downloaded zeroize v1.8.1
8582024-12-20T23:30:50.647Z Downloaded wait-timeout v0.2.0
8592024-12-20T23:30:50.651Z Downloaded rand_xorshift v0.3.0
8602024-12-20T23:30:50.651Z Downloaded proc-macro-error v1.0.4
8612024-12-20T23:30:50.653Z Downloaded phf v0.11.2
8622024-12-20T23:30:50.653Z Downloaded password-hash v0.4.2
8632024-12-20T23:30:50.656Z Downloaded backtrace v0.3.74
8642024-12-20T23:30:50.659Z Downloaded nested v0.1.1
8652024-12-20T23:30:50.662Z Downloaded rustls-native-certs v0.7.3
8662024-12-20T23:30:50.664Z Downloaded polling v3.7.3
8672024-12-20T23:30:50.667Z Downloaded base64 v0.22.1
8682024-12-20T23:30:50.669Z Downloaded stringmetrics v2.2.2
8692024-12-20T23:30:50.672Z Downloaded similar-asserts v1.6.0
8702024-12-20T23:30:50.675Z Downloaded serde_spanned v0.6.8
8712024-12-20T23:30:50.675Z Downloaded serde_tokenstream v0.2.2
8722024-12-20T23:30:50.677Z Downloaded same-file v1.0.6
8732024-12-20T23:30:50.677Z Downloaded hickory-resolver v0.24.1
8742024-12-20T23:30:50.680Z Downloaded unsafe-libyaml v0.2.11
8752024-12-20T23:30:50.683Z Downloaded heapless v0.7.17
8762024-12-20T23:30:50.686Z Downloaded hashbrown v0.12.3
8772024-12-20T23:30:50.692Z Downloaded socket2 v0.5.7
8782024-12-20T23:30:50.694Z Downloaded num_enum v0.5.11
8792024-12-20T23:30:50.698Z Downloaded maplit v1.0.2
8802024-12-20T23:30:50.700Z Downloaded managed v0.8.0
8812024-12-20T23:30:50.700Z Downloaded instability v0.3.2
8822024-12-20T23:30:50.703Z Downloaded inout v0.1.3
8832024-12-20T23:30:50.703Z Downloaded indoc v2.0.5
8842024-12-20T23:30:50.706Z Downloaded indoc v1.0.9
8852024-12-20T23:30:50.709Z Downloaded embedded-io v0.4.0
8862024-12-20T23:30:50.709Z Downloaded either v1.13.0
8872024-12-20T23:30:50.711Z Downloaded pin-project v1.1.6
8882024-12-20T23:30:50.719Z Downloaded pest_derive v2.7.14
8892024-12-20T23:30:50.721Z Downloaded chacha20poly1305 v0.10.1
8902024-12-20T23:30:50.724Z Downloaded csv-core v0.1.11
8912024-12-20T23:30:50.724Z Downloaded signature v2.2.0
8922024-12-20T23:30:50.726Z Downloaded signal-hook-registry v1.4.2
8932024-12-20T23:30:50.726Z Downloaded flume v0.11.1
8942024-12-20T23:30:50.729Z Downloaded headers v0.4.0
8952024-12-20T23:30:50.735Z Downloaded blake2 v0.10.6
8962024-12-20T23:30:50.738Z Downloaded strip-ansi-escapes v0.2.0
8972024-12-20T23:30:50.738Z Downloaded signal-hook-tokio v0.3.1
8982024-12-20T23:30:50.740Z Downloaded rtoolbox v0.0.2
8992024-12-20T23:30:50.740Z Downloaded strum_macros v0.24.3
9002024-12-20T23:30:50.742Z Downloaded structmeta-derive v0.3.0
9012024-12-20T23:30:50.742Z Downloaded spin v0.5.2
9022024-12-20T23:30:50.745Z Downloaded allocator-api2 v0.2.18
9032024-12-20T23:30:50.747Z Downloaded cancel-safe-futures v0.1.5
9042024-12-20T23:30:50.750Z Downloaded bitflags v2.6.0
9052024-12-20T23:30:50.752Z Downloaded bcs v0.1.6
9062024-12-20T23:30:50.756Z Downloaded httparse v1.9.5
9072024-12-20T23:30:50.758Z Downloaded num_enum_derive v0.5.11
9082024-12-20T23:30:50.758Z Downloaded fatfs v0.3.6
9092024-12-20T23:30:50.760Z Downloaded camino-tempfile v1.1.1
9102024-12-20T23:30:50.763Z Downloaded arrayvec v0.7.6
9112024-12-20T23:30:50.763Z Downloaded backoff v0.4.0
9122024-12-20T23:30:50.765Z Downloaded async-bb8-diesel v0.2.1
9132024-12-20T23:30:50.768Z Downloaded approx v0.5.1
9142024-12-20T23:30:50.768Z Downloaded anstream v0.6.15
9152024-12-20T23:30:50.771Z Downloaded http-body-util v0.1.2
9162024-12-20T23:30:50.773Z Downloaded event-listener v5.3.1
9172024-12-20T23:30:50.773Z Downloaded buf-list v1.0.3
9182024-12-20T23:30:50.777Z Downloaded futures-channel v0.3.31
9192024-12-20T23:30:50.780Z Downloaded float-ord v0.3.2
9202024-12-20T23:30:50.781Z Downloaded httpdate v1.0.3
9212024-12-20T23:30:50.783Z Downloaded fnv v1.0.7
9222024-12-20T23:30:50.783Z Downloaded chacha20 v0.9.1
9232024-12-20T23:30:50.784Z Downloaded blowfish v0.9.1
9242024-12-20T23:30:50.786Z Downloaded block-buffer v0.10.4
9252024-12-20T23:30:50.786Z Downloaded group v0.13.0
9262024-12-20T23:30:50.790Z Downloaded cexpr v0.6.0
9272024-12-20T23:30:50.790Z Downloaded castaway v0.2.3
9282024-12-20T23:30:50.792Z Downloaded bit-vec v0.6.3
9292024-12-20T23:30:50.792Z Downloaded heck v0.4.1
9302024-12-20T23:30:50.792Z Downloaded hash32 v0.3.1
9312024-12-20T23:30:50.794Z Downloaded float-cmp v0.9.0
9322024-12-20T23:30:50.795Z Downloaded futures-sink v0.3.31
9332024-12-20T23:30:50.795Z Downloaded futures-core v0.3.31
9342024-12-20T23:30:50.797Z Downloaded foreign-types v0.5.0
9352024-12-20T23:30:50.797Z Downloaded bit-set v0.5.3
9362024-12-20T23:30:50.797Z Downloaded bb8 v0.8.5
9372024-12-20T23:30:50.800Z Downloaded autocfg v1.4.0
9382024-12-20T23:30:50.800Z Downloaded aead v0.5.2
9392024-12-20T23:30:50.802Z Downloaded fragile v2.0.0
9402024-12-20T23:30:50.802Z Downloaded form_urlencoded v1.2.1
9412024-12-20T23:30:50.805Z Downloaded flagset v0.4.6
9422024-12-20T23:30:50.805Z Downloaded fixedbitset v0.4.2
9432024-12-20T23:30:50.808Z Downloaded arrayref v0.3.9
9442024-12-20T23:30:50.808Z Downloaded anstyle-parse v0.2.5
9452024-12-20T23:30:50.811Z Downloaded anes v0.1.6
9462024-12-20T23:30:50.811Z Downloaded async-global-executor v2.4.1
9472024-12-20T23:30:50.814Z Downloaded async-attributes v1.1.2
9482024-12-20T23:30:50.814Z Downloaded array-init v0.0.4
9492024-12-20T23:30:50.814Z Downloaded anstyle v1.0.10
9502024-12-20T23:30:50.817Z Downloaded fxhash v0.2.1
9512024-12-20T23:30:50.817Z Downloaded fallible-streaming-iterator v0.1.9
9522024-12-20T23:30:50.817Z Downloaded fallible-iterator v0.2.0
9532024-12-20T23:30:50.820Z Downloaded async-channel v2.3.1
9542024-12-20T23:30:50.927Z Downloaded ring v0.17.8
9552024-12-20T23:30:51.037Z Downloaded libsqlite3-sys v0.30.1
9562024-12-20T23:30:51.205Z Downloaded ring v0.16.20
9572024-12-20T23:30:51.458Z Downloaded aws-lc-sys v0.22.0
9582024-12-20T23:30:51.951Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9592024-12-20T23:31:02.245Z Startup: Refreshing catalog 'helios-dev' ... Done
9602024-12-20T23:31:06.180Z Startup: Caching catalogs ... Done
9612024-12-20T23:31:17.172ZPlanning: Solver setup ... Done (9.982s)
9622024-12-20T23:31:17.312ZPlanning: Running solver ... Done (0.135s)
9632024-12-20T23:31:17.417ZPlanning: Finding local manifests ... Done (0.004s)
9642024-12-20T23:31:17.429ZPlanning: Fetching manifests: 0/5 0% complete
9652024-12-20T23:31:17.655ZPlanning: Fetching manifests: 5/5 100% complete
9662024-12-20T23:31:17.766ZPlanning: Package planning ... Done (0.110s)
9672024-12-20T23:31:17.819ZPlanning: Merging actions ... Done (0.056s)
9682024-12-20T23:31:18.191ZPlanning: Checking for conflicting actions ... Done (0.372s)
9692024-12-20T23:31:20.247ZPlanning: Consolidating action changes ... Done (2.053s)
9702024-12-20T23:31:20.682ZPlanning: Evaluating mediators ... Done (0.434s)
9712024-12-20T23:31:20.762ZPlanning: Planning completed in 14.49 seconds
9722024-12-20T23:31:20.778Z Packages to install: 4
9732024-12-20T23:31:20.778Z Packages to update: 1
9742024-12-20T23:31:20.782Z Mediators to change: 2
9752024-12-20T23:31:20.782Z Services to change: 1
9762024-12-20T23:31:20.782Z Estimated space available: 155.37 GB
9772024-12-20T23:31:20.782ZEstimated space to be consumed: 1.62 GB
9782024-12-20T23:31:20.782Z Create boot environment: No
9792024-12-20T23:31:20.782ZCreate backup boot environment: Yes
9802024-12-20T23:31:20.782Z Rebuild boot archive: No
9812024-12-20T23:31:20.782Z
9822024-12-20T23:31:20.782ZChanged mediators:
9832024-12-20T23:31:20.782Z mediator clang:
9842024-12-20T23:31:20.782Z version: None -> 15 (system default)
9852024-12-20T23:31:20.782Z
9862024-12-20T23:31:20.782Z mediator llvm:
9872024-12-20T23:31:20.782Z version: 14 (system default) -> 15 (system default)
9882024-12-20T23:31:20.782Z
9892024-12-20T23:31:20.782ZChanged packages:
9902024-12-20T23:31:20.782Zhelios-dev
9912024-12-20T23:31:20.782Z developer/build-essential
9922024-12-20T23:31:20.782Z None -> 11-2.0
9932024-12-20T23:31:20.782Z library/libxmlsec1
9942024-12-20T23:31:20.782Z None -> 1.2.35-2.0
9952024-12-20T23:31:20.783Z ooce/developer/clang-15
9962024-12-20T23:31:20.783Z None -> 15.0.7-2.0
9972024-12-20T23:31:20.783Z ooce/developer/llvm-15
9982024-12-20T23:31:20.783Z None -> 15.0.7-2.0
9992024-12-20T23:31:20.783Z package/pkg
10002024-12-20T23:31:20.783Z 0.5.11-2.0 -> 0.5.11-2.1.6412
10012024-12-20T23:31:20.783Z
10022024-12-20T23:31:20.783ZServices:
10032024-12-20T23:31:20.783Z restart_fmri:
10042024-12-20T23:31:20.783Z svc:/system/update-man-index:default
10052024-12-20T23:31:20.783Z
10062024-12-20T23:31:20.783ZEditable files to change:
10072024-12-20T23:31:20.783Z Update:
10082024-12-20T23:31:20.783Z usr/share/lib/pkg/web/config.shtml
10092024-12-20T23:31:20.861Z
10102024-12-20T23:31:20.861ZDownload: 0/4281 items 0.0/220.6MB 0% complete
10112024-12-20T23:31:25.863ZDownload: 465/4281 items 16.8/220.6MB 7% complete (3.3M/s)
10122024-12-20T23:31:30.863ZDownload: 1862/4281 items 118.5/220.6MB 53% complete (12.0M/s)
10132024-12-20T23:31:35.867ZDownload: 3248/4281 items 189.3/220.6MB 85% complete (17.2M/s)
10142024-12-20T23:31:41.833ZDownload: 4273/4281 items 220.6/220.6MB 99% complete (10.2M/s)
10152024-12-20T23:31:41.833ZDownload: Completed 220.60 MB in 20.05 seconds (11.0M/s)
10162024-12-20T23:31:43.263Z Actions: 1/5063 actions (Removing old actions)
10172024-12-20T23:31:43.285Z Actions: 194/5063 actions (Installing new actions)
10182024-12-20T23:31:48.051Z Actions: 4226/5063 actions (Updating modified actions)
10192024-12-20T23:31:48.374Z Actions: Completed 5063 actions in 5.11 seconds.
10202024-12-20T23:31:48.778Z Done (0.396s)
10212024-12-20T23:31:48.781Z Done (0.000s)
10222024-12-20T23:31:49.371Z Done (0.591s)
10232024-12-20T23:31:53.904Z Done (4.312s)
10242024-12-20T23:31:53.999Z Done (0.018s)
10252024-12-20T23:31:54.001Z Done (0.000s)
10262024-12-20T23:31:54.179Z Done (0.000s)
10272024-12-20T23:31:54.892ZPlanning: Evaluating mediator changes ... Done
10282024-12-20T23:31:55.052ZPlanning: Checking for conflicting actions ... Done
10292024-12-20T23:31:55.055ZPlanning: Consolidating action changes ... Done
10302024-12-20T23:31:55.325ZPlanning: Evaluating mediators ... Done
10312024-12-20T23:31:55.327ZPlanning: Planning completed in 0.43 seconds
10322024-12-20T23:31:55.365Z Mediators to change: 2
10332024-12-20T23:31:55.365Z Create boot environment: No
10342024-12-20T23:31:55.367ZCreate backup boot environment: No
10352024-12-20T23:31:55.447Z Done
10362024-12-20T23:31:55.447Z Done
10372024-12-20T23:31:55.814Z Done
10382024-12-20T23:31:59.632Z Done
10392024-12-20T23:31:59.718Z Done
10402024-12-20T23:31:59.720Z Done
10412024-12-20T23:31:59.851Z Done
10422024-12-20T23:32:00.474ZPlanning: Evaluating mediator changes ... Done
10432024-12-20T23:32:00.477ZPlanning: Merging actions ... Done
10442024-12-20T23:32:00.669ZPlanning: Checking for conflicting actions ... Done
10452024-12-20T23:32:00.672ZPlanning: Consolidating action changes ... Done
10462024-12-20T23:32:00.938ZPlanning: Evaluating mediators ... Done
10472024-12-20T23:32:00.995ZPlanning: Planning completed in 0.77 seconds
10482024-12-20T23:32:01.037Z Packages to change: 1
10492024-12-20T23:32:01.037Z Mediators to change: 1
10502024-12-20T23:32:01.037Z Services to change: 1
10512024-12-20T23:32:01.040Z Create boot environment: No
10522024-12-20T23:32:01.040ZCreate backup boot environment: Yes
10532024-12-20T23:32:03.230Z Actions: 1/6 actions (Updating modified actions)
10542024-12-20T23:32:03.232Z Actions: Completed 6 actions in 0.00 seconds.
10552024-12-20T23:32:03.232Z Done
10562024-12-20T23:32:03.232Z Done
10572024-12-20T23:32:03.347Z Done
10582024-12-20T23:32:07.213Z Done
10592024-12-20T23:32:07.307Z Done
10602024-12-20T23:32:07.310Z Done
10612024-12-20T23:32:07.444Z Done
10622024-12-20T23:32:07.900ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
10632024-12-20T23:32:07.900Zclang system 15 system
10642024-12-20T23:32:07.900Zcsh system system illumos
10652024-12-20T23:32:07.900Zctags system system illumos
10662024-12-20T23:32:07.901Zgcc vendor 12 vendor
10672024-12-20T23:32:07.901Zgcc system 10 system
10682024-12-20T23:32:07.901Zgcc system 7 system
10692024-12-20T23:32:07.901Zgo system 1.20 system
10702024-12-20T23:32:07.901Zgo system 1.19 system
10712024-12-20T23:32:07.901Zllvm system 15 system
10722024-12-20T23:32:07.901Zllvm system 14 system
10732024-12-20T23:32:07.901Zmariadb system 10.6 system
10742024-12-20T23:32:07.901Zmta vendor vendor dma
10752024-12-20T23:32:07.901Zopenjdk system 17 system
10762024-12-20T23:32:07.901Zopenjdk system 11 system
10772024-12-20T23:32:07.901Zopenjdk system 1.8 system
10782024-12-20T23:32:07.901Zopenssl vendor 3 vendor
10792024-12-20T23:32:07.901Zperl system 5.36 system
10802024-12-20T23:32:07.901Zpostgresql system 15 system
10812024-12-20T23:32:07.901Zpostgresql system 13 system
10822024-12-20T23:32:07.901Zpython vendor 3 vendor
10832024-12-20T23:32:07.901Zpython system 2 system
10842024-12-20T23:32:07.901Zpython3 system 3.11 system
10852024-12-20T23:32:07.901Zruby system 3.0 system
10862024-12-20T23:32:07.901Zwords vendor vendor american-english
10872024-12-20T23:32:07.901Zwords system system australian-english
10882024-12-20T23:32:07.902Zwords system system british-english
10892024-12-20T23:32:07.902Zwords system system canadian-english
10902024-12-20T23:32:07.902Zwords system system french
10912024-12-20T23:32:07.902Zwords system system italian
10922024-12-20T23:32:07.902Zwords system system ngerman
10932024-12-20T23:32:07.902Zwords system system ogerman
10942024-12-20T23:32:07.902Zwords system system spanish
10952024-12-20T23:32:08.248ZPUBLISHER TYPE STATUS P LOCATION
10962024-12-20T23:32:08.248Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
10972024-12-20T23:32:11.016ZFMRI IFO
10982024-12-20T23:32:11.016Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
10992024-12-20T23:32:11.016Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
11002024-12-20T23:32:11.016Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
11012024-12-20T23:32:11.016Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
11022024-12-20T23:32:11.016Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
11032024-12-20T23:32:11.016Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
11042024-12-20T23:32:11.016Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
11052024-12-20T23:32:11.016Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
11062024-12-20T23:32:11.016Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
11072024-12-20T23:32:11.016Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
11082024-12-20T23:32:11.016Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
11092024-12-20T23:32:11.016Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
11102024-12-20T23:32:11.016Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
11112024-12-20T23:32:11.016Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
11122024-12-20T23:32:11.016Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
11132024-12-20T23:32:12.114Z Downloading crates ...
11142024-12-20T23:32:12.194Z Downloaded cargo_toml v0.20.5
11152024-12-20T23:32:12.333Z Compiling proc-macro2 v1.0.89
11162024-12-20T23:32:12.333Z Compiling unicode-ident v1.0.13
11172024-12-20T23:32:12.335Z Compiling version_check v0.9.5
11182024-12-20T23:32:12.335Z Compiling serde v1.0.215
11192024-12-20T23:32:12.335Z Compiling memchr v2.7.4
11202024-12-20T23:32:12.335Z Compiling thiserror v1.0.69
11212024-12-20T23:32:12.335Z Compiling libc v0.2.162
11222024-12-20T23:32:12.356Z Compiling itoa v1.0.11
11232024-12-20T23:32:12.590Z Compiling ryu v1.0.18
11242024-12-20T23:32:12.943Z Compiling ucd-trie v0.1.7
11252024-12-20T23:32:13.041Z Compiling once_cell v1.20.2
11262024-12-20T23:32:13.199Z Compiling byteorder v1.5.0
11272024-12-20T23:32:13.281Z Compiling rustix v0.38.37
11282024-12-20T23:32:13.451Z Compiling serde_json v1.0.132
11292024-12-20T23:32:13.552Z Compiling bitflags v2.6.0
11302024-12-20T23:32:13.785Z Compiling proc-macro-error-attr v1.0.4
11312024-12-20T23:32:13.984Z Compiling usdt-impl v0.5.0
11322024-12-20T23:32:13.996Z Compiling syn v1.0.109
11332024-12-20T23:32:14.106Z Compiling proc-macro-error v1.0.4
11342024-12-20T23:32:14.118Z Compiling quote v1.0.37
11352024-12-20T23:32:14.176Z Compiling plain v0.2.3
11362024-12-20T23:32:14.327Z Compiling hashbrown v0.15.1
11372024-12-20T23:32:14.372Z Compiling equivalent v1.0.1
11382024-12-20T23:32:14.424Z Compiling log v0.4.22
11392024-12-20T23:32:14.480Z Compiling syn v2.0.87
11402024-12-20T23:32:14.605Z Compiling errno v0.3.9
11412024-12-20T23:32:14.835Z Compiling utf8parse v0.2.2
11422024-12-20T23:32:14.853Z Compiling camino v1.1.9
11432024-12-20T23:32:14.994Z Compiling anstyle-parse v0.2.5
11442024-12-20T23:32:15.135Z Compiling thread-id v4.2.2
11452024-12-20T23:32:15.386Z Compiling anstyle v1.0.10
11462024-12-20T23:32:15.555Z Compiling indexmap v2.6.0
11472024-12-20T23:32:15.647Z Compiling semver v1.0.23
11482024-12-20T23:32:15.668Z Compiling autocfg v1.4.0
11492024-12-20T23:32:15.852Z Compiling colorchoice v1.0.2
11502024-12-20T23:32:16.011Z Compiling is_terminal_polyfill v1.70.1
11512024-12-20T23:32:16.090Z Compiling winnow v0.6.20
11522024-12-20T23:32:16.140Z Compiling pretty-hex v0.4.1
11532024-12-20T23:32:16.194Z Compiling unicode-width v0.1.14
11542024-12-20T23:32:16.353Z Compiling anstyle-query v1.1.1
11552024-12-20T23:32:16.510Z Compiling anstream v0.6.15
11562024-12-20T23:32:16.867Z Compiling fs-err v2.11.0
11572024-12-20T23:32:16.961Z Compiling terminal_size v0.4.0
11582024-12-20T23:32:17.135Z Compiling heck v0.5.0
11592024-12-20T23:32:17.150Z Compiling fnv v1.0.7
11602024-12-20T23:32:17.278Z Compiling bytecount v0.6.8
11612024-12-20T23:32:17.296Z Compiling heck v0.4.1
11622024-12-20T23:32:17.515Z Compiling fastrand v2.1.1
11632024-12-20T23:32:17.545Z Compiling cfg-if v1.0.0
11642024-12-20T23:32:17.640Z Compiling clap_lex v0.7.2
11652024-12-20T23:32:17.690Z Compiling anyhow v1.0.93
11662024-12-20T23:32:17.806Z Compiling strsim v0.11.1
11672024-12-20T23:32:17.831Z Compiling papergrid v0.11.0
11682024-12-20T23:32:18.166Z Compiling clap_builder v4.5.21
11692024-12-20T23:32:18.695Z Compiling tempfile v3.13.0
11702024-12-20T23:32:19.095Z Compiling memmap v0.7.0
11712024-12-20T23:32:19.095Z Compiling smawk v0.3.2
11722024-12-20T23:32:19.100Z Compiling unicode-linebreak v0.1.5
11732024-12-20T23:32:19.583Z Compiling textwrap v0.16.1
11742024-12-20T23:32:19.767Z Compiling swrite v0.1.0
11752024-12-20T23:32:20.897Z Compiling tabled_derive v0.7.0
11762024-12-20T23:32:22.480Z Compiling tabled v0.15.0
11772024-12-20T23:32:23.818Z Compiling serde_derive v1.0.215
11782024-12-20T23:32:23.818Z Compiling thiserror-impl v1.0.69
11792024-12-20T23:32:23.821Z Compiling zerocopy-derive v0.7.35
11802024-12-20T23:32:23.821Z Compiling scroll_derive v0.12.0
11812024-12-20T23:32:23.963Z Compiling clap_derive v4.5.18
11822024-12-20T23:32:25.166Z Compiling scroll v0.12.0
11832024-12-20T23:32:25.687Z Compiling goblin v0.8.2
11842024-12-20T23:32:25.738Z Compiling zerocopy v0.7.35
11852024-12-20T23:32:26.448Z Compiling pest v2.7.14
11862024-12-20T23:32:27.918Z Compiling clap v4.5.21
11872024-12-20T23:32:28.725Z Compiling pest_meta v2.7.14
11882024-12-20T23:32:29.601Z Compiling pest_generator v2.7.14
11892024-12-20T23:32:31.452Z Compiling pest_derive v2.7.14
11902024-12-20T23:32:32.118Z Compiling dtrace-parser v0.2.0
11912024-12-20T23:32:34.390Z Compiling serde_spanned v0.6.8
11922024-12-20T23:32:34.390Z Compiling toml_datetime v0.6.8
11932024-12-20T23:32:34.393Z Compiling cargo-platform v0.1.8
11942024-12-20T23:32:34.797Z Compiling serde_tokenstream v0.2.2
11952024-12-20T23:32:34.858Z Compiling toml_edit v0.22.22
11962024-12-20T23:32:34.911Z Compiling macaddr v1.0.1
11972024-12-20T23:32:35.073Z Compiling camino-tempfile v1.1.1
11982024-12-20T23:32:35.931Z Compiling dof v0.3.0
11992024-12-20T23:32:35.931Z Compiling cargo_metadata v0.18.1
12002024-12-20T23:32:37.752Z Compiling toml v0.8.19
12012024-12-20T23:32:38.025Z Compiling usdt-attr-macro v0.5.0
12022024-12-20T23:32:38.025Z Compiling usdt-macro v0.5.0
12032024-12-20T23:32:38.641Z Compiling cargo_toml v0.20.5
12042024-12-20T23:32:39.358Z Compiling usdt v0.5.0
12052024-12-20T23:32:42.336Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
12062024-12-20T23:32:46.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.11s
12072024-12-20T23:32:46.723Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
12082024-12-20T23:32:47.615Z Compiling serde v1.0.215
12092024-12-20T23:32:47.618Z Compiling lock_api v0.4.12
12102024-12-20T23:32:47.618Z Compiling scopeguard v1.2.0
12112024-12-20T23:32:47.618Z Compiling value-bag v1.9.0
12122024-12-20T23:32:47.618Z Compiling typenum v1.17.0
12132024-12-20T23:32:47.618Z Compiling generic-array v0.14.7
12142024-12-20T23:32:47.784Z Compiling syn v2.0.87
12152024-12-20T23:32:47.798Z Compiling getrandom v0.2.15
12162024-12-20T23:32:47.955Z Compiling shlex v1.3.0
12172024-12-20T23:32:48.053Z Compiling rand_core v0.6.4
12182024-12-20T23:32:48.194Z Compiling log v0.4.22
12192024-12-20T23:32:48.338Z Compiling subtle v2.6.1
12202024-12-20T23:32:48.357Z Compiling jobserver v0.1.32
12212024-12-20T23:32:48.360Z Compiling const-oid v0.9.6
12222024-12-20T23:32:48.582Z Compiling smallvec v1.13.2
12232024-12-20T23:32:48.634Z Compiling spin v0.9.8
12242024-12-20T23:32:48.659Z Compiling pin-project-lite v0.2.14
12252024-12-20T23:32:48.786Z Compiling cc v1.1.30
12262024-12-20T23:32:49.000Z Compiling rustix v0.38.37
12272024-12-20T23:32:49.038Z Compiling parking_lot_core v0.9.10
12282024-12-20T23:32:49.082Z Compiling futures-core v0.3.31
12292024-12-20T23:32:49.310Z Compiling signal-hook-registry v1.4.2
12302024-12-20T23:32:49.346Z Compiling mio v1.0.2
12312024-12-20T23:32:49.892Z Compiling parking_lot v0.12.3
12322024-12-20T23:32:50.137Z Compiling aho-corasick v1.1.3
12332024-12-20T23:32:50.155Z Compiling cpufeatures v0.2.14
12342024-12-20T23:32:50.254Z Compiling regex-syntax v0.8.5
12352024-12-20T23:32:50.307Z Compiling lazy_static v1.5.0
12362024-12-20T23:32:50.428Z Compiling stable_deref_trait v1.2.0
12372024-12-20T23:32:50.511Z Compiling futures-sink v0.3.31
12382024-12-20T23:32:50.536Z Compiling glob v0.3.1
12392024-12-20T23:32:50.539Z Compiling either v1.13.0
12402024-12-20T23:32:50.659Z Compiling socket2 v0.5.7
12412024-12-20T23:32:50.802Z Compiling slab v0.4.9
12422024-12-20T23:32:50.969Z Compiling prettyplease v0.2.25
12432024-12-20T23:32:51.289Z Compiling minimal-lexical v0.2.1
12442024-12-20T23:32:51.583Z Compiling clang-sys v1.8.1
12452024-12-20T23:32:51.632Z Compiling libloading v0.8.5
12462024-12-20T23:32:51.670Z Compiling serde_json v1.0.132
12472024-12-20T23:32:51.826Z Compiling nom v7.1.3
12482024-12-20T23:32:51.993Z Compiling home v0.5.9
12492024-12-20T23:32:52.038Z Compiling bindgen v0.69.5
12502024-12-20T23:32:52.295Z Compiling itertools v0.10.5
12512024-12-20T23:32:52.914Z Compiling futures-channel v0.3.31
12522024-12-20T23:32:53.159Z Compiling lazycell v1.3.0
12532024-12-20T23:32:53.333Z Compiling foldhash v0.1.3
12542024-12-20T23:32:53.336Z Compiling futures-task v0.3.31
12552024-12-20T23:32:53.651Z Compiling allocator-api2 v0.2.18
12562024-12-20T23:32:53.673Z Compiling rustc-hash v1.1.0
12572024-12-20T23:32:53.830Z Compiling pin-utils v0.1.0
12582024-12-20T23:32:53.927Z Compiling regex-automata v0.4.8
12592024-12-20T23:32:54.484Z Compiling futures-io v0.3.31
12602024-12-20T23:32:54.816Z Compiling hashbrown v0.15.1
12612024-12-20T23:32:55.155Z Compiling cmake v0.1.51
12622024-12-20T23:32:55.626Z Compiling synstructure v0.13.1
12632024-12-20T23:32:56.201Z Compiling cexpr v0.6.0
12642024-12-20T23:32:56.235Z Compiling libm v0.2.8
12652024-12-20T23:32:56.585Z Compiling dunce v1.0.5
12662024-12-20T23:32:56.720Z Compiling pkg-config v0.3.31
12672024-12-20T23:32:57.211Z Compiling tinyvec_macros v0.1.1
12682024-12-20T23:32:57.317Z Compiling fs_extra v1.3.0
12692024-12-20T23:32:57.366Z Compiling tinyvec v1.8.0
12702024-12-20T23:32:58.009Z Compiling num-traits v0.2.19
12712024-12-20T23:32:58.321Z Compiling ring v0.17.8
12722024-12-20T23:32:58.517Z Compiling writeable v0.5.5
12732024-12-20T23:32:58.919Z Compiling unicode-normalization v0.1.24
12742024-12-20T23:32:59.054Z Compiling unicode-bidi v0.3.17
12752024-12-20T23:32:59.121Z Compiling base64ct v1.6.0
12762024-12-20T23:32:59.490Z Compiling paste v1.0.15
12772024-12-20T23:32:59.513Z Compiling litemap v0.7.3
12782024-12-20T23:32:59.694Z Compiling regex v1.11.1
12792024-12-20T23:32:59.925Z Compiling pem-rfc7468 v0.7.0
12802024-12-20T23:33:00.539Z Compiling flagset v0.4.6
12812024-12-20T23:33:00.670Z Compiling aws-lc-rs v1.10.0
12822024-12-20T23:33:00.741Z Compiling httparse v1.9.5
12832024-12-20T23:33:01.126Z Compiling tracing-core v0.1.32
12842024-12-20T23:33:01.562Z Compiling icu_locid_transform_data v1.5.0
12852024-12-20T23:33:01.672Z Compiling rustls-pki-types v1.10.0
12862024-12-20T23:33:01.962Z Compiling percent-encoding v2.3.1
12872024-12-20T23:33:02.070Z Compiling crossbeam-utils v0.8.20
12882024-12-20T23:33:02.509Z Compiling vcpkg v0.2.15
12892024-12-20T23:33:02.527Z Compiling serde_derive v1.0.215
12902024-12-20T23:33:02.648Z Compiling zeroize_derive v1.4.2
12912024-12-20T23:33:02.846Z Compiling zerocopy-derive v0.7.35
12922024-12-20T23:33:03.113Z Compiling tokio-macros v2.4.0
12932024-12-20T23:33:04.246Z Compiling zeroize v1.8.1
12942024-12-20T23:33:04.655Z Compiling zerofrom-derive v0.1.4
12952024-12-20T23:33:04.712Z Compiling thiserror-impl v1.0.69
12962024-12-20T23:33:04.729Z Compiling yoke-derive v0.7.4
12972024-12-20T23:33:05.148Z Compiling zerocopy v0.7.35
12982024-12-20T23:33:05.994Z Compiling crypto-common v0.1.6
12992024-12-20T23:33:06.016Z Compiling block-buffer v0.10.4
13002024-12-20T23:33:06.422Z Compiling digest v0.10.7
13012024-12-20T23:33:06.432Z Compiling zerovec-derive v0.10.3
13022024-12-20T23:33:06.734Z Compiling hmac v0.12.1
13032024-12-20T23:33:07.756Z Compiling futures-macro v0.3.31
13042024-12-20T23:33:07.760Z Compiling block-padding v0.3.3
13052024-12-20T23:33:07.760Z Compiling displaydoc v0.2.5
13062024-12-20T23:33:07.760Z Compiling inout v0.1.3
13072024-12-20T23:33:07.760Z Compiling cipher v0.4.4
13082024-12-20T23:33:07.862Z Compiling sha2 v0.10.8
13092024-12-20T23:33:08.106Z Compiling ppv-lite86 v0.2.20
13102024-12-20T23:33:08.234Z Compiling thiserror v1.0.69
13112024-12-20T23:33:08.367Z Compiling der_derive v0.7.3
13122024-12-20T23:33:08.780Z Compiling zerofrom v0.1.4
13132024-12-20T23:33:08.841Z Compiling icu_provider_macros v1.5.0
13142024-12-20T23:33:08.844Z Compiling futures-util v0.3.31
13152024-12-20T23:33:08.971Z Compiling yoke v0.7.4
13162024-12-20T23:33:09.000Z Compiling rand_chacha v0.3.1
13172024-12-20T23:33:09.153Z Compiling tracing-attributes v0.1.27
13182024-12-20T23:33:09.354Z Compiling zerovec v0.10.4
13192024-12-20T23:33:10.001Z Compiling rand v0.8.5
13202024-12-20T23:33:10.947Z Compiling der v0.7.9
13212024-12-20T23:33:11.334Z Compiling tinystr v0.7.6
13222024-12-20T23:33:11.491Z Compiling icu_collections v1.5.0
13232024-12-20T23:33:11.724Z Compiling icu_locid v1.5.0
13242024-12-20T23:33:11.811Z Compiling pest v2.7.14
13252024-12-20T23:33:12.149Z Compiling salsa20 v0.10.2
13262024-12-20T23:33:12.446Z Compiling pbkdf2 v0.12.2
13272024-12-20T23:33:12.647Z Compiling untrusted v0.9.0
13282024-12-20T23:33:12.839Z Compiling powerfmt v0.2.0
13292024-12-20T23:33:13.049Z Compiling icu_provider v1.5.0
13302024-12-20T23:33:13.089Z Compiling tracing v0.1.40
13312024-12-20T23:33:13.227Z Compiling spki v0.7.3
13322024-12-20T23:33:13.603Z Compiling time-core v0.1.2
13332024-12-20T23:33:13.639Z Compiling mirai-annotations v1.12.0
13342024-12-20T23:33:13.798Z Compiling icu_locid_transform v1.5.0
13352024-12-20T23:33:13.843Z Compiling num-conv v0.1.0
13362024-12-20T23:33:14.132Z Compiling untrusted v0.7.1
13372024-12-20T23:33:14.151Z Compiling icu_properties_data v1.5.0
13382024-12-20T23:33:14.299Z Compiling time-macros v0.2.18
13392024-12-20T23:33:14.320Z Compiling deranged v0.3.11
13402024-12-20T23:33:14.995Z Compiling icu_properties v1.5.1
13412024-12-20T23:33:15.327Z Compiling pest_meta v2.7.14
13422024-12-20T23:33:15.719Z Compiling scrypt v0.11.0
13432024-12-20T23:33:16.316Z Compiling aes v0.8.4
13442024-12-20T23:33:16.333Z Compiling cbc v0.1.2
13452024-12-20T23:33:16.552Z Compiling openssl-sys v0.9.103
13462024-12-20T23:33:16.583Z Compiling scroll_derive v0.12.0
13472024-12-20T23:33:17.461Z Compiling bitflags v2.6.0
13482024-12-20T23:33:17.684Z Compiling bytes v1.8.0
13492024-12-20T23:33:18.155Z Compiling indexmap v2.6.0
13502024-12-20T23:33:18.264Z Compiling semver v1.0.23
13512024-12-20T23:33:19.028Z Compiling tokio v1.40.0
13522024-12-20T23:33:19.031Z Compiling http v1.1.0
13532024-12-20T23:33:19.276Z Compiling rustc_version v0.4.1
13542024-12-20T23:33:19.602Z Compiling utf16_iter v1.0.5
13552024-12-20T23:33:19.820Z Compiling write16 v1.0.0
13562024-12-20T23:33:19.957Z Compiling icu_normalizer_data v1.5.0
13572024-12-20T23:33:20.026Z Compiling num_threads v0.1.7
13582024-12-20T23:33:20.054Z Compiling utf8_iter v1.0.4
13592024-12-20T23:33:20.074Z Compiling atomic-waker v1.1.2
13602024-12-20T23:33:20.162Z Compiling time v0.3.36
13612024-12-20T23:33:20.271Z Compiling icu_normalizer v1.5.0
13622024-12-20T23:33:20.309Z Compiling scroll v0.12.0
13632024-12-20T23:33:20.698Z Compiling http-body v1.0.1
13642024-12-20T23:33:20.892Z Compiling pkcs5 v0.7.1
13652024-12-20T23:33:20.944Z Compiling pest_generator v2.7.14
13662024-12-20T23:33:21.081Z Compiling form_urlencoded v1.2.1
13672024-12-20T23:33:21.407Z Compiling try-lock v0.2.5
13682024-12-20T23:33:21.564Z Compiling slog v2.7.0
13692024-12-20T23:33:21.600Z Compiling goblin v0.8.2
13702024-12-20T23:33:22.090Z Compiling which v4.4.2
13712024-12-20T23:33:22.267Z Compiling pkcs8 v0.10.2
13722024-12-20T23:33:22.396Z Compiling want v0.3.1
13732024-12-20T23:33:22.752Z Compiling idna_adapter v1.2.0
13742024-12-20T23:33:22.997Z Compiling httpdate v1.0.3
13752024-12-20T23:33:23.028Z Compiling pest_derive v2.7.14
13762024-12-20T23:33:23.058Z Compiling idna v1.0.3
13772024-12-20T23:33:23.452Z Compiling uuid v1.11.0
13782024-12-20T23:33:23.844Z Compiling dtrace-parser v0.2.0
13792024-12-20T23:33:24.121Z Compiling serde_spanned v0.6.8
13802024-12-20T23:33:24.374Z Compiling serde_tokenstream v0.2.2
13812024-12-20T23:33:24.929Z Compiling toml_datetime v0.6.8
13822024-12-20T23:33:24.994Z Compiling tower-service v0.3.3
13832024-12-20T23:33:25.017Z Compiling match_cfg v0.1.0
13842024-12-20T23:33:25.118Z Compiling base64 v0.22.1
13852024-12-20T23:33:25.138Z Compiling openssl v0.10.66
13862024-12-20T23:33:25.459Z Compiling adler2 v2.0.0
13872024-12-20T23:33:25.552Z Compiling rustversion v1.0.17
13882024-12-20T23:33:25.668Z Compiling foreign-types-shared v0.1.1
13892024-12-20T23:33:25.705Z Compiling iana-time-zone v0.1.61
13902024-12-20T23:33:25.782Z Compiling foreign-types v0.3.2
13912024-12-20T23:33:25.877Z Compiling chrono v0.4.38
13922024-12-20T23:33:25.896Z Compiling miniz_oxide v0.8.0
13932024-12-20T23:33:26.118Z Compiling hostname v0.3.1
13942024-12-20T23:33:26.186Z Compiling url v2.5.3
13952024-12-20T23:33:26.365Z Compiling async-trait v0.1.83
13962024-12-20T23:33:27.487Z Compiling dof v0.3.0
13972024-12-20T23:33:27.788Z Compiling tokio-util v0.7.12
13982024-12-20T23:33:28.303Z Compiling usdt-impl v0.5.0
13992024-12-20T23:33:29.218Z Compiling h2 v0.4.6
14002024-12-20T23:33:29.266Z Compiling openssl-macros v0.1.1
14012024-12-20T23:33:29.698Z Compiling dirs-sys-next v0.1.2
14022024-12-20T23:33:29.724Z Compiling rustls v0.23.19
14032024-12-20T23:33:29.915Z Compiling native-tls v0.2.12
14042024-12-20T23:33:29.993Z Compiling data-encoding v2.6.0
14052024-12-20T23:33:30.045Z Compiling syn v1.0.109
14062024-12-20T23:33:30.247Z Compiling rustls v0.22.4
14072024-12-20T23:33:30.374Z Compiling siphasher v0.3.11
14082024-12-20T23:33:30.748Z Compiling dirs-next v2.0.0
14092024-12-20T23:33:30.945Z Compiling http-body-util v0.1.2
14102024-12-20T23:33:31.499Z Compiling heapless v0.7.17
14112024-12-20T23:33:31.953Z Compiling crossbeam-epoch v0.9.18
14122024-12-20T23:33:32.223Z Compiling signature v2.2.0
14132024-12-20T23:33:32.299Z Compiling sha1 v0.10.6
14142024-12-20T23:33:32.412Z Compiling bzip2-sys v0.1.11+1.0.8
14152024-12-20T23:33:32.530Z Compiling serde_derive_internals v0.29.1
14162024-12-20T23:33:32.748Z Compiling thread_local v1.1.8
14172024-12-20T23:33:32.784Z Compiling encoding_rs v0.8.34
14182024-12-20T23:33:32.923Z Compiling multer v3.1.0
14192024-12-20T23:33:33.194Z Compiling cookie v0.18.1
14202024-12-20T23:33:33.329Z Compiling unicode-properties v0.1.3
14212024-12-20T23:33:33.503Z Compiling mime v0.3.17
14222024-12-20T23:33:33.717Z Compiling schemars v0.8.21
14232024-12-20T23:33:34.073Z Compiling slog-async v2.8.0
14242024-12-20T23:33:34.146Z Compiling signal-hook v0.3.17
14252024-12-20T23:33:34.423Z Compiling ipnet v2.10.1
14262024-12-20T23:33:34.610Z Compiling gimli v0.31.1
14272024-12-20T23:33:35.238Z Compiling rayon-core v1.12.1
14282024-12-20T23:33:35.427Z Compiling openssl-probe v0.1.5
14292024-12-20T23:33:35.559Z Compiling toml_edit v0.22.22
14302024-12-20T23:33:36.732Z Compiling schemars_derive v0.8.21
14312024-12-20T23:33:36.734Z Compiling stringprep v0.1.5
14322024-12-20T23:33:37.280Z Compiling hyper v1.5.0
14332024-12-20T23:33:39.236Z Compiling addr2line v0.24.2
14342024-12-20T23:33:39.626Z Compiling crossbeam-deque v0.8.5
14352024-12-20T23:33:39.646Z Compiling usdt-attr-macro v0.5.0
14362024-12-20T23:33:39.913Z Compiling hyper-util v0.1.10
14372024-12-20T23:33:39.937Z Compiling usdt-macro v0.5.0
14382024-12-20T23:33:40.065Z Compiling term v0.7.0
14392024-12-20T23:33:41.325Z Compiling slog-json v2.6.1
14402024-12-20T23:33:41.435Z Compiling serde_urlencoded v0.7.1
14412024-12-20T23:33:41.483Z Compiling curve25519-dalek v4.1.3
14422024-12-20T23:33:41.637Z Compiling crossbeam-channel v0.5.13
14432024-12-20T23:33:41.702Z Compiling futures-executor v0.3.31
14442024-12-20T23:33:41.961Z Compiling enum-as-inner v0.6.1
14452024-12-20T23:33:42.112Z Compiling md-5 v0.10.6
14462024-12-20T23:33:42.264Z Compiling async-stream-impl v0.3.6
14472024-12-20T23:33:42.432Z Compiling rustls-pemfile v2.2.0
14482024-12-20T23:33:42.763Z Compiling num-integer v0.1.46
14492024-12-20T23:33:42.822Z Compiling idna v0.4.0
14502024-12-20T23:33:43.097Z Compiling idna v0.3.0
14512024-12-20T23:33:43.222Z Compiling hash32 v0.2.1
14522024-12-20T23:33:43.577Z Compiling ff v0.13.0
14532024-12-20T23:33:43.596Z Compiling is-terminal v0.4.13
14542024-12-20T23:33:43.676Z Compiling dropshot v0.12.0
14552024-12-20T23:33:43.732Z Compiling object v0.36.5
14562024-12-20T23:33:43.813Z Compiling psl-types v2.0.11
14572024-12-20T23:33:43.951Z Compiling rustc-demangle v0.1.24
14582024-12-20T23:33:44.006Z Compiling dyn-clone v1.0.17
14592024-12-20T23:33:44.216Z Compiling linked-hash-map v0.5.6
14602024-12-20T23:33:44.234Z Compiling fallible-iterator v0.2.0
14612024-12-20T23:33:44.553Z Compiling portable-atomic v1.9.0
14622024-12-20T23:33:44.598Z Compiling quick-error v1.2.3
14632024-12-20T23:33:44.740Z Compiling utf-8 v0.7.6
14642024-12-20T23:33:44.799Z Compiling smoltcp v0.9.1
14652024-12-20T23:33:44.936Z Compiling anyhow v1.0.93
14662024-12-20T23:33:44.955Z Compiling take_mut v0.2.2
14672024-12-20T23:33:45.076Z Compiling base16ct v0.2.0
14682024-12-20T23:33:45.120Z Compiling num-bigint-dig v0.8.4
14692024-12-20T23:33:45.444Z Compiling sec1 v0.7.3
14702024-12-20T23:33:45.565Z Compiling tungstenite v0.24.0
14712024-12-20T23:33:45.696Z Compiling postgres-protocol v0.6.7
14722024-12-20T23:33:45.947Z Compiling resolv-conf v0.7.0
14732024-12-20T23:33:46.007Z Compiling lru-cache v0.1.2
14742024-12-20T23:33:46.730Z Compiling publicsuffix v2.2.3
14752024-12-20T23:33:46.835Z Compiling group v0.13.0
14762024-12-20T23:33:47.010Z Compiling hickory-proto v0.24.1
14772024-12-20T23:33:47.095Z Compiling slog-term v2.9.1
14782024-12-20T23:33:47.174Z Compiling usdt v0.5.0
14792024-12-20T23:33:47.771Z Compiling async-stream v0.3.6
14802024-12-20T23:33:48.103Z Compiling num-iter v0.1.45
14812024-12-20T23:33:48.424Z Compiling futures v0.3.31
14822024-12-20T23:33:48.428Z Compiling slog-bunyan v2.5.0
14832024-12-20T23:33:48.819Z Compiling toml v0.8.19
14842024-12-20T23:33:50.421Z Compiling camino v1.1.9
14852024-12-20T23:33:50.441Z Compiling tokio-native-tls v0.3.1
14862024-12-20T23:33:50.720Z Compiling phf_shared v0.11.2
14872024-12-20T23:33:51.129Z Compiling dropshot_endpoint v0.12.0
14882024-12-20T23:33:51.349Z Compiling backtrace v0.3.74
14892024-12-20T23:33:51.417Z Compiling terminal_size v0.4.0
14902024-12-20T23:33:51.653Z Compiling waitgroup v0.1.2
14912024-12-20T23:33:51.696Z Compiling openapiv3 v2.0.0
14922024-12-20T23:33:51.889Z Compiling serde_path_to_error v0.1.16
14932024-12-20T23:33:52.016Z Compiling hkdf v0.12.4
14942024-12-20T23:33:52.281Z Compiling crypto-bigint v0.5.5
14952024-12-20T23:33:52.784Z Compiling curve25519-dalek-derive v0.1.1
14962024-12-20T23:33:54.416Z Compiling zerocopy-derive v0.6.6
14972024-12-20T23:33:54.677Z Compiling hubpack_derive v0.1.1
14982024-12-20T23:33:55.204Z Compiling webpki-roots v0.26.6
14992024-12-20T23:33:55.414Z Compiling idna v0.5.0
15002024-12-20T23:33:55.607Z Compiling hostname v0.4.0
15012024-12-20T23:33:55.883Z Compiling fs-err v2.11.0
15022024-12-20T23:33:56.024Z Compiling crc32fast v1.4.2
15032024-12-20T23:33:56.178Z Compiling ahash v0.8.11
15042024-12-20T23:33:56.197Z Compiling managed v0.8.0
15052024-12-20T23:33:56.361Z Compiling winnow v0.5.40
15062024-12-20T23:33:56.517Z Compiling debug-ignore v1.0.5
15072024-12-20T23:33:56.666Z Compiling bitflags v1.3.2
15082024-12-20T23:33:56.686Z Compiling clap_builder v4.5.21
15092024-12-20T23:33:56.720Z Compiling zerocopy v0.6.6
15102024-12-20T23:33:57.147Z Compiling console v0.15.8
15112024-12-20T23:33:57.752Z Compiling cookie_store v0.21.0
15122024-12-20T23:33:57.851Z Compiling flate2 v1.0.34
15132024-12-20T23:33:58.561Z Compiling strum_macros v0.25.3
15142024-12-20T23:33:58.919Z Compiling hubpack v0.1.2
15152024-12-20T23:33:58.967Z Compiling elliptic-curve v0.13.8
15162024-12-20T23:33:59.390Z Compiling hickory-resolver v0.24.1
15172024-12-20T23:33:59.831Z Compiling signal-hook-mio v0.2.4
15182024-12-20T23:34:00.002Z Compiling toml_edit v0.19.15
15192024-12-20T23:34:00.295Z Compiling phf v0.11.2
15202024-12-20T23:34:00.315Z Compiling hyper-tls v0.6.0
15212024-12-20T23:34:00.596Z Compiling rayon v1.10.0
15222024-12-20T23:34:00.764Z Compiling bzip2 v0.4.4
15232024-12-20T23:34:02.814Z Compiling tokio-tungstenite v0.24.0
15242024-12-20T23:34:03.366Z Compiling postgres-types v0.2.8
15252024-12-20T23:34:05.573Z Compiling ed25519 v2.2.3
15262024-12-20T23:34:06.376Z Compiling phf_shared v0.10.0
15272024-12-20T23:34:06.380Z Compiling tokio-stream v0.1.16
15282024-12-20T23:34:06.412Z Compiling pkcs1 v0.7.5
15292024-12-20T23:34:06.796Z Compiling serde-big-array v0.5.1
15302024-12-20T23:34:07.038Z Compiling clap_derive v4.5.18
15312024-12-20T23:34:07.354Z Compiling rfc6979 v0.4.0
15322024-12-20T23:34:07.480Z Compiling derive-where v1.2.7
15332024-12-20T23:34:07.499Z Compiling serde_repr v0.1.19
15342024-12-20T23:34:07.544Z Compiling float-cmp v0.9.0
15352024-12-20T23:34:07.567Z Compiling bstr v1.10.0
15362024-12-20T23:34:07.781Z Compiling sync_wrapper v1.0.1
15372024-12-20T23:34:07.957Z Compiling whoami v1.5.2
15382024-12-20T23:34:08.357Z Compiling number_prefix v0.4.0
15392024-12-20T23:34:08.598Z Compiling bit-vec v0.6.3
15402024-12-20T23:34:08.630Z Compiling new_debug_unreachable v1.0.6
15412024-12-20T23:34:08.731Z Compiling static_assertions v1.1.0
15422024-12-20T23:34:08.753Z Compiling predicates-core v1.0.8
15432024-12-20T23:34:08.837Z Compiling precomputed-hash v0.1.1
15442024-12-20T23:34:08.950Z Compiling unicode-width v0.2.0
15452024-12-20T23:34:09.053Z Compiling normalize-line-endings v0.3.0
15462024-12-20T23:34:09.127Z Compiling unicode-segmentation v1.12.0
15472024-12-20T23:34:09.187Z Compiling fixedbitset v0.4.2
15482024-12-20T23:34:09.386Z Compiling difflib v0.4.0
15492024-12-20T23:34:09.476Z Compiling petgraph v0.6.5
15502024-12-20T23:34:09.655Z Compiling indicatif v0.17.9
15512024-12-20T23:34:10.034Z Compiling similar v2.6.0
15522024-12-20T23:34:11.133Z Compiling predicates v3.1.2
15532024-12-20T23:34:11.202Z Compiling string_cache v0.8.7
15542024-12-20T23:34:11.705Z Compiling bit-set v0.5.3
15552024-12-20T23:34:11.961Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15562024-12-20T23:34:11.997Z Compiling tokio-postgres v0.7.12
15572024-12-20T23:34:12.462Z Compiling clap v4.5.21
15582024-12-20T23:34:12.578Z Compiling ecdsa v0.16.9
15592024-12-20T23:34:12.598Z Compiling rsa v0.9.6
15602024-12-20T23:34:13.010Z Compiling ed25519-dalek v2.1.1
15612024-12-20T23:34:13.476Z Compiling toml v0.7.8
15622024-12-20T23:34:13.762Z Compiling zip v0.6.6
15632024-12-20T23:34:14.349Z Compiling crossterm v0.28.1
15642024-12-20T23:34:16.020Z Compiling hex v0.4.3
15652024-12-20T23:34:16.047Z Compiling x509-cert v0.2.5
15662024-12-20T23:34:16.245Z Compiling peg-runtime v0.8.3
15672024-12-20T23:34:16.641Z Compiling lalrpop-util v0.19.12
15682024-12-20T23:34:16.951Z Compiling unicode-xid v0.2.6
15692024-12-20T23:34:17.033Z Compiling strum_macros v0.26.4
15702024-12-20T23:34:17.131Z Compiling xattr v1.3.1
15712024-12-20T23:34:17.416Z Compiling filetime v0.2.25
15722024-12-20T23:34:17.747Z Compiling tar v0.4.42
15732024-12-20T23:34:22.351Z Compiling strum v0.26.3
15742024-12-20T23:34:25.422Z Compiling aws-lc-sys v0.22.0
15752024-12-20T23:34:54.192Z Compiling rustls-webpki v0.102.8
15762024-12-20T23:34:57.729Z Compiling tokio-rustls v0.25.0
15772024-12-20T23:34:59.337Z Compiling tokio-rustls v0.26.0
15782024-12-20T23:34:59.729Z Compiling hyper-rustls v0.27.3
15792024-12-20T23:35:00.089Z Compiling reqwest v0.12.9
15802024-12-20T23:35:01.358Z Compiling qorb v0.2.1
15812024-12-20T23:35:06.162Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15822024-12-20T23:35:06.396Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15832024-12-20T23:35:12.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s
15842024-12-20T23:35:12.636Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15852024-12-20T23:35:12.682ZDec 20 23:35:12.286 INFO Starting download, target: Cockroach
15862024-12-20T23:35:12.682ZDec 20 23:35:12.286 INFO Starting download, target: Clickhouse
15872024-12-20T23:35:12.682ZDec 20 23:35:12.286 INFO Starting download, target: DendriteOpenapi
15882024-12-20T23:35:12.686ZDec 20 23:35:12.286 INFO Starting download, target: Console
15892024-12-20T23:35:12.686ZDec 20 23:35:12.286 INFO Starting download, target: DendriteStub
15902024-12-20T23:35:12.686ZDec 20 23:35:12.287 INFO Starting download, target: MaghemiteMgd
15912024-12-20T23:35:12.686ZDec 20 23:35:12.287 INFO Starting download, target: TransceiverControl
15922024-12-20T23:35:12.686ZDec 20 23:35:12.287 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15932024-12-20T23:35:12.686ZDec 20 23:35:12.287 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15942024-12-20T23:35:12.686ZDec 20 23:35:12.287 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15952024-12-20T23:35:12.686ZDec 20 23:35:12.287 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15962024-12-20T23:35:12.686ZDec 20 23:35:12.287 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15972024-12-20T23:35:12.686ZDec 20 23:35:12.287 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15982024-12-20T23:35:12.686ZDec 20 23:35:12.287 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15992024-12-20T23:35:12.904ZDec 20 23:35:12.493 INFO Download complete, target: DendriteOpenapi
16002024-12-20T23:35:13.006ZDec 20 23:35:12.590 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16012024-12-20T23:35:13.471ZDec 20 23:35:13.070 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16022024-12-20T23:35:13.546ZDec 20 23:35:13.135 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16032024-12-20T23:35:13.664ZDec 20 23:35:13.251 INFO Download complete, target: TransceiverControl
16042024-12-20T23:35:13.816ZDec 20 23:35:13.414 INFO Download complete, target: Console
16052024-12-20T23:35:13.922ZDec 20 23:35:13.526 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16062024-12-20T23:35:14.149ZDec 20 23:35:13.752 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16072024-12-20T23:35:14.149ZDec 20 23:35:13.752 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16082024-12-20T23:35:14.553ZDec 20 23:35:14.157 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16092024-12-20T23:35:16.406ZDec 20 23:35:16.011 INFO Download complete, target: MaghemiteMgd
16102024-12-20T23:35:16.728ZDec 20 23:35:16.334 INFO Download complete, target: DendriteStub
16112024-12-20T23:35:21.562ZDec 20 23:35:21.164 INFO Checking that binary works, target: Cockroach
16122024-12-20T23:35:21.897ZDec 20 23:35:21.503 INFO Download complete, target: Cockroach
16132024-12-20T23:35:27.116ZDec 20 23:35:26.723 INFO Checking that binary works, target: Clickhouse
16142024-12-20T23:35:27.271ZDec 20 23:35:26.877 INFO Download complete, target: Clickhouse
16152024-12-20T23:35:27.280ZAll prerequisites installed successfully
16162024-12-20T23:35:27.284Z
16172024-12-20T23:35:27.284Zreal 4:35.367059902
16182024-12-20T23:35:27.284Zuser 16:48.461285477
16192024-12-20T23:35:27.284Zsys 3:13.251465602
16202024-12-20T23:35:27.284Ztrap 0.527646742
16212024-12-20T23:35:27.284Ztflt 1.528205721
16222024-12-20T23:35:27.284Zdflt 2.084948143
16232024-12-20T23:35:27.284Zkflt 0.025261784
16242024-12-20T23:35:27.284Zlock 32:45.553917767
16252024-12-20T23:35:27.284Zslp 1:02:15.259526609
16262024-12-20T23:35:27.284Zlat 56.959352187
16272024-12-20T23:35:27.284Zstop 2:12.441589343
16282024-12-20T23:35:27.284Z+ source ./tools/include/force-git-over-https.sh
16292024-12-20T23:35:27.284Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16302024-12-20T23:35:27.284Z++ (( i = 0 ))
16312024-12-20T23:35:27.284Z++ (( i < 5 ))
16322024-12-20T23:35:27.284Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16332024-12-20T23:35:27.287Z++ (( i++ ))
16342024-12-20T23:35:27.287Z++ (( i < 5 ))
16352024-12-20T23:35:27.287Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
16362024-12-20T23:35:27.290Z++ (( i++ ))
16372024-12-20T23:35:27.290Z++ (( i < 5 ))
16382024-12-20T23:35:27.290Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
16392024-12-20T23:35:27.292Z++ (( i++ ))
16402024-12-20T23:35:27.292Z++ (( i < 5 ))
16412024-12-20T23:35:27.292Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
16422024-12-20T23:35:27.295Z++ (( i++ ))
16432024-12-20T23:35:27.295Z++ (( i < 5 ))
16442024-12-20T23:35:27.295Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
16452024-12-20T23:35:27.298Z++ (( i++ ))
16462024-12-20T23:35:27.298Z++ (( i < 5 ))
16472024-12-20T23:35:27.298Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
16482024-12-20T23:35:27.298Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
16492024-12-20T23:35:27.298Z+ rc=0
16502024-12-20T23:35:27.298Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
16512024-12-20T23:35:58.818Z+ case $rc in
16522024-12-20T23:35:58.818Z+ pfexec zfs create -p rpool/images/build/host
16532024-12-20T23:35:59.049Z+ pfexec zfs create -p rpool/images/build/recovery
16542024-12-20T23:35:59.127Z+ cargo xtask releng --output-dir /work
16552024-12-20T23:35:59.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
16562024-12-20T23:35:59.680Z Running `target/debug/xtask releng --output-dir /work`
16572024-12-20T23:36:00.627Z Compiling proc-macro2 v1.0.89
16582024-12-20T23:36:00.627Z Compiling unicode-ident v1.0.13
16592024-12-20T23:36:00.627Z Compiling libc v0.2.162
16602024-12-20T23:36:00.627Z Compiling serde v1.0.215
16612024-12-20T23:36:00.630Z Compiling autocfg v1.4.0
16622024-12-20T23:36:00.630Z Compiling version_check v0.9.5
16632024-12-20T23:36:00.630Z Compiling cfg-if v1.0.0
16642024-12-20T23:36:00.921Z Compiling memchr v2.7.4
16652024-12-20T23:36:00.994Z Compiling typenum v1.17.0
16662024-12-20T23:36:01.033Z Compiling shlex v1.3.0
16672024-12-20T23:36:01.375Z Compiling generic-array v0.14.7
16682024-12-20T23:36:01.430Z Compiling value-bag v1.9.0
16692024-12-20T23:36:01.683Z Compiling scopeguard v1.2.0
16702024-12-20T23:36:01.725Z Compiling lock_api v0.4.12
16712024-12-20T23:36:01.850Z Compiling rustix v0.38.37
16722024-12-20T23:36:01.871Z Compiling log v0.4.22
16732024-12-20T23:36:02.003Z Compiling parking_lot_core v0.9.10
16742024-12-20T23:36:02.422Z Compiling serde_json v1.0.132
16752024-12-20T23:36:02.481Z Compiling libm v0.2.8
16762024-12-20T23:36:02.682Z Compiling quote v1.0.37
16772024-12-20T23:36:02.707Z Compiling num-traits v0.2.19
16782024-12-20T23:36:02.761Z Compiling jobserver v0.1.32
16792024-12-20T23:36:02.849Z Compiling getrandom v0.2.15
16802024-12-20T23:36:03.033Z Compiling thiserror v1.0.69
16812024-12-20T23:36:03.147Z Compiling syn v2.0.87
16822024-12-20T23:36:03.208Z Compiling cc v1.1.30
16832024-12-20T23:36:03.319Z Compiling once_cell v1.20.2
16842024-12-20T23:36:03.373Z Compiling spin v0.9.8
16852024-12-20T23:36:03.465Z Compiling itoa v1.0.11
16862024-12-20T23:36:03.530Z Compiling aho-corasick v1.1.3
16872024-12-20T23:36:03.570Z Compiling regex-syntax v0.8.5
16882024-12-20T23:36:03.776Z Compiling slab v0.4.9
16892024-12-20T23:36:03.778Z Compiling errno v0.3.9
16902024-12-20T23:36:04.285Z Compiling byteorder v1.5.0
16912024-12-20T23:36:04.790Z Compiling lazy_static v1.5.0
16922024-12-20T23:36:05.028Z Compiling rand_core v0.6.4
16932024-12-20T23:36:05.233Z Compiling glob v0.3.1
16942024-12-20T23:36:05.490Z Compiling either v1.13.0
16952024-12-20T23:36:05.806Z Compiling subtle v2.6.1
16962024-12-20T23:36:05.974Z Compiling prettyplease v0.2.25
16972024-12-20T23:36:06.165Z Compiling clang-sys v1.8.1
16982024-12-20T23:36:06.212Z Compiling minimal-lexical v0.2.1
16992024-12-20T23:36:06.483Z Compiling libloading v0.8.5
17002024-12-20T23:36:06.752Z Compiling nom v7.1.3
17012024-12-20T23:36:06.876Z Compiling home v0.5.9
17022024-12-20T23:36:06.923Z Compiling bindgen v0.69.5
17032024-12-20T23:36:07.362Z Compiling itertools v0.10.5
17042024-12-20T23:36:07.609Z Compiling regex-automata v0.4.8
17052024-12-20T23:36:07.918Z Compiling lazycell v1.3.0
17062024-12-20T23:36:08.102Z Compiling rustc-hash v1.1.0
17072024-12-20T23:36:08.927Z Compiling cmake v0.1.51
17082024-12-20T23:36:09.940Z Compiling semver v1.0.23
17092024-12-20T23:36:09.997Z Compiling pkg-config v0.3.31
17102024-12-20T23:36:10.188Z Compiling dunce v1.0.5
17112024-12-20T23:36:10.265Z Compiling cexpr v0.6.0
17122024-12-20T23:36:10.355Z Compiling fs_extra v1.3.0
17132024-12-20T23:36:10.550Z Compiling smallvec v1.13.2
17142024-12-20T23:36:10.780Z Compiling ring v0.17.8
17152024-12-20T23:36:11.110Z Compiling ryu v1.0.18
17162024-12-20T23:36:11.293Z Compiling synstructure v0.13.1
17172024-12-20T23:36:11.441Z Compiling paste v1.0.15
17182024-12-20T23:36:11.999Z Compiling const-oid v0.9.6
17192024-12-20T23:36:12.080Z Compiling aws-lc-rs v1.10.0
17202024-12-20T23:36:12.533Z Compiling httparse v1.9.5
17212024-12-20T23:36:13.042Z Compiling heck v0.5.0
17222024-12-20T23:36:13.313Z Compiling pin-project-lite v0.2.14
17232024-12-20T23:36:13.466Z Compiling allocator-api2 v0.2.18
17242024-12-20T23:36:13.864Z Compiling regex v1.11.1
17252024-12-20T23:36:14.122Z Compiling futures-core v0.3.31
17262024-12-20T23:36:14.554Z Compiling signal-hook-registry v1.4.2
17272024-12-20T23:36:14.565Z Compiling num-conv v0.1.0
17282024-12-20T23:36:14.975Z Compiling crossbeam-utils v0.8.20
17292024-12-20T23:36:15.038Z Compiling time-core v0.1.2
17302024-12-20T23:36:15.544Z Compiling time-macros v0.2.18
17312024-12-20T23:36:15.951Z Compiling parking_lot v0.12.3
17322024-12-20T23:36:15.954Z Compiling mio v1.0.2
17332024-12-20T23:36:16.166Z Compiling vcpkg v0.2.15
17342024-12-20T23:36:16.620Z Compiling fnv v1.0.7
17352024-12-20T23:36:16.874Z Compiling schemars v0.8.21
17362024-12-20T23:36:17.192Z Compiling serde_derive v1.0.215
17372024-12-20T23:36:17.245Z Compiling zeroize_derive v1.4.2
17382024-12-20T23:36:17.777Z Compiling zerocopy-derive v0.7.35
17392024-12-20T23:36:17.999Z Compiling tokio-macros v2.4.0
17402024-12-20T23:36:18.091Z Compiling thiserror-impl v1.0.69
17412024-12-20T23:36:18.209Z Compiling zerofrom-derive v0.1.4
17422024-12-20T23:36:18.852Z Compiling yoke-derive v0.7.4
17432024-12-20T23:36:19.000Z Compiling zeroize v1.8.1
17442024-12-20T23:36:19.747Z Compiling futures-macro v0.3.31
17452024-12-20T23:36:19.804Z Compiling zerovec-derive v0.10.3
17462024-12-20T23:36:20.139Z Compiling displaydoc v0.2.5
17472024-12-20T23:36:21.249Z Compiling zerocopy v0.7.35
17482024-12-20T23:36:21.771Z Compiling crypto-common v0.1.6
17492024-12-20T23:36:21.920Z Compiling icu_provider_macros v1.5.0
17502024-12-20T23:36:22.042Z Compiling tracing-attributes v0.1.27
17512024-12-20T23:36:22.086Z Compiling block-buffer v0.10.4
17522024-12-20T23:36:22.332Z Compiling digest v0.10.7
17532024-12-20T23:36:22.589Z Compiling der_derive v0.7.3
17542024-12-20T23:36:22.899Z Compiling openssl-sys v0.9.103
17552024-12-20T23:36:24.025Z Compiling serde_derive_internals v0.29.1
17562024-12-20T23:36:24.643Z Compiling socket2 v0.5.7
17572024-12-20T23:36:25.113Z Compiling ahash v0.8.11
17582024-12-20T23:36:26.470Z Compiling foldhash v0.1.3
17592024-12-20T23:36:26.508Z Compiling schemars_derive v0.8.21
17602024-12-20T23:36:26.552Z Compiling equivalent v1.0.1
17612024-12-20T23:36:26.712Z Compiling futures-sink v0.3.31
17622024-12-20T23:36:26.830Z Compiling cpufeatures v0.2.14
17632024-12-20T23:36:26.925Z Compiling hashbrown v0.15.1
17642024-12-20T23:36:27.165Z Compiling stable_deref_trait v1.2.0
17652024-12-20T23:36:27.293Z Compiling slog v2.7.0
17662024-12-20T23:36:28.622Z Compiling futures-channel v0.3.31
17672024-12-20T23:36:28.816Z Compiling zerofrom v0.1.4
17682024-12-20T23:36:29.098Z Compiling scroll_derive v0.12.0
17692024-12-20T23:36:29.154Z Compiling openssl v0.10.66
17702024-12-20T23:36:29.176Z Compiling futures-task v0.3.31
17712024-12-20T23:36:29.226Z Compiling ucd-trie v0.1.7
17722024-12-20T23:36:29.528Z Compiling futures-io v0.3.31
17732024-12-20T23:36:29.722Z Compiling pin-utils v0.1.0
17742024-12-20T23:36:29.758Z Compiling pest v2.7.14
17752024-12-20T23:36:29.840Z Compiling yoke v0.7.4
17762024-12-20T23:36:29.894Z Compiling futures-util v0.3.31
17772024-12-20T23:36:30.279Z Compiling hmac v0.12.1
17782024-12-20T23:36:30.596Z Compiling tinyvec_macros v0.1.1
17792024-12-20T23:36:30.634Z Compiling zerovec v0.10.4
17802024-12-20T23:36:30.710Z Compiling tinyvec v1.8.0
17812024-12-20T23:36:32.215Z Compiling bitflags v2.6.0
17822024-12-20T23:36:32.694Z Compiling bytes v1.8.0
17832024-12-20T23:36:34.150Z Compiling tokio v1.40.0
17842024-12-20T23:36:34.874Z Compiling serde_tokenstream v0.2.2
17852024-12-20T23:36:35.252Z Compiling indexmap v2.6.0
17862024-12-20T23:36:36.978Z Compiling http v1.1.0
17872024-12-20T23:36:37.719Z Compiling which v4.4.2
17882024-12-20T23:36:37.861Z Compiling rustc_version v0.4.1
17892024-12-20T23:36:38.633Z Compiling pest_meta v2.7.14
17902024-12-20T23:36:38.897Z Compiling uuid v1.11.0
17912024-12-20T23:36:39.693Z Compiling block-padding v0.3.3
17922024-12-20T23:36:39.946Z Compiling openssl-macros v0.1.1
17932024-12-20T23:36:39.999Z Compiling native-tls v0.2.12
17942024-12-20T23:36:40.496Z Compiling rustls v0.23.19
17952024-12-20T23:36:40.828Z Compiling iana-time-zone v0.1.61
17962024-12-20T23:36:41.239Z Compiling chrono v0.4.38
17972024-12-20T23:36:41.634Z Compiling pest_generator v2.7.14
17982024-12-20T23:36:42.814Z Compiling inout v0.1.3
17992024-12-20T23:36:43.097Z Compiling unicode-normalization v0.1.24
18002024-12-20T23:36:43.336Z Compiling cipher v0.4.4
18012024-12-20T23:36:43.789Z Compiling pest_derive v2.7.14
18022024-12-20T23:36:43.854Z Compiling tinystr v0.7.6
18032024-12-20T23:36:44.577Z Compiling sha2 v0.10.8
18042024-12-20T23:36:45.000Z Compiling async-trait v0.1.83
18052024-12-20T23:36:45.107Z Compiling cookie v0.18.1
18062024-12-20T23:36:45.229Z Compiling usdt-impl v0.5.0
18072024-12-20T23:36:45.545Z Compiling litemap v0.7.3
18082024-12-20T23:36:46.135Z Compiling writeable v0.5.5
18092024-12-20T23:36:46.138Z Compiling base64ct v1.6.0
18102024-12-20T23:36:46.518Z Compiling unicode-bidi v0.3.17
18112024-12-20T23:36:47.615Z Compiling icu_locid v1.5.0
18122024-12-20T23:36:48.035Z Compiling pem-rfc7468 v0.7.0
18132024-12-20T23:36:49.962Z Compiling scroll v0.12.0
18142024-12-20T23:36:50.587Z Compiling ppv-lite86 v0.2.20
18152024-12-20T23:36:50.976Z Compiling tracing-core v0.1.32
18162024-12-20T23:36:51.517Z Compiling syn v1.0.109
18172024-12-20T23:36:52.140Z Compiling camino v1.1.9
18182024-12-20T23:36:52.773Z Compiling dyn-clone v1.0.17
18192024-12-20T23:36:53.006Z Compiling percent-encoding v2.3.1
18202024-12-20T23:36:53.246Z Compiling untrusted v0.7.1
18212024-12-20T23:36:53.375Z Compiling aws-lc-sys v0.22.0
18222024-12-20T23:36:53.489Z Compiling plain v0.2.3
18232024-12-20T23:36:53.613Z Compiling rustls-pki-types v1.10.0
18242024-12-20T23:36:53.713Z Compiling flagset v0.4.6
18252024-12-20T23:36:53.948Z Compiling der v0.7.9
18262024-12-20T23:36:55.258Z Compiling goblin v0.8.2
18272024-12-20T23:36:57.411Z Compiling tracing v0.1.40
18282024-12-20T23:36:57.637Z Compiling rand_chacha v0.3.1
18292024-12-20T23:36:59.081Z Compiling icu_provider v1.5.0
18302024-12-20T23:36:59.521Z Compiling tokio-util v0.7.12
18312024-12-20T23:37:01.428Z Compiling icu_locid_transform_data v1.5.0
18322024-12-20T23:37:01.559Z Compiling mirai-annotations v1.12.0
18332024-12-20T23:37:01.676Z Compiling powerfmt v0.2.0
18342024-12-20T23:37:01.973Z Compiling untrusted v0.9.0
18352024-12-20T23:37:02.232Z Compiling pretty-hex v0.4.1
18362024-12-20T23:37:02.236Z Compiling rayon-core v1.12.1
18372024-12-20T23:37:02.327Z Compiling rustls v0.22.4
18382024-12-20T23:37:02.463Z Compiling dof v0.3.0
18392024-12-20T23:37:02.589Z Compiling icu_locid_transform v1.5.0
18402024-12-20T23:37:02.713Z Compiling deranged v0.3.11
18412024-12-20T23:37:05.295Z Compiling rand v0.8.5
18422024-12-20T23:37:05.798Z Compiling spki v0.7.3
18432024-12-20T23:37:06.219Z Compiling dtrace-parser v0.2.0
18442024-12-20T23:37:06.992Z Compiling salsa20 v0.10.2
18452024-12-20T23:37:07.341Z Compiling icu_collections v1.5.0
18462024-12-20T23:37:08.241Z Compiling pbkdf2 v0.12.2
18472024-12-20T23:37:09.091Z Compiling bzip2-sys v0.1.11+1.0.8
18482024-12-20T23:37:09.718Z Compiling thread-id v4.2.2
18492024-12-20T23:37:09.750Z Compiling icu_properties_data v1.5.0
18502024-12-20T23:37:09.836Z Compiling num_threads v0.1.7
18512024-12-20T23:37:10.816Z Compiling atomic-waker v1.1.2
18522024-12-20T23:37:11.093Z Compiling time v0.3.36
18532024-12-20T23:37:11.184Z Compiling icu_properties v1.5.1
18542024-12-20T23:37:16.457Z Compiling scrypt v0.11.0
18552024-12-20T23:37:17.151Z Compiling form_urlencoded v1.2.1
18562024-12-20T23:37:17.192Z Compiling aes v0.8.4
18572024-12-20T23:37:17.243Z Compiling cbc v0.1.2
18582024-12-20T23:37:17.527Z Compiling http-body v1.0.1
18592024-12-20T23:37:18.085Z Compiling multer v3.1.0
18602024-12-20T23:37:18.396Z Compiling utf16_iter v1.0.5
18612024-12-20T23:37:18.429Z Compiling utf8_iter v1.0.4
18622024-12-20T23:37:18.765Z Compiling try-lock v0.2.5
18632024-12-20T23:37:18.848Z Compiling write16 v1.0.0
18642024-12-20T23:37:19.183Z Compiling slog-async v2.8.0
18652024-12-20T23:37:19.264Z Compiling icu_normalizer_data v1.5.0
18662024-12-20T23:37:19.486Z Compiling icu_normalizer v1.5.0
18672024-12-20T23:37:19.787Z Compiling want v0.3.1
18682024-12-20T23:37:20.152Z Compiling pkcs5 v0.7.1
18692024-12-20T23:37:23.844Z Compiling h2 v0.4.6
18702024-12-20T23:37:25.315Z Compiling heapless v0.7.17
18712024-12-20T23:37:25.587Z Compiling zerocopy-derive v0.6.6
18722024-12-20T23:37:25.775Z Compiling base64 v0.22.1
18732024-12-20T23:37:26.048Z Compiling anyhow v1.0.93
18742024-12-20T23:37:26.709Z Compiling httpdate v1.0.3
18752024-12-20T23:37:27.101Z Compiling num-bigint-dig v0.8.4
18762024-12-20T23:37:27.580Z Compiling signal-hook v0.3.17
18772024-12-20T23:37:28.901Z Compiling pkcs8 v0.10.2
18782024-12-20T23:37:29.800Z Compiling idna_adapter v1.2.0
18792024-12-20T23:37:30.367Z Compiling usdt-attr-macro v0.5.0
18802024-12-20T23:37:30.433Z Compiling usdt-macro v0.5.0
18812024-12-20T23:37:32.462Z Compiling async-stream-impl v0.3.6
18822024-12-20T23:37:32.507Z Compiling tower-service v0.3.3
18832024-12-20T23:37:32.684Z Compiling strsim v0.11.1
18842024-12-20T23:37:33.437Z Compiling hyper v1.5.0
18852024-12-20T23:37:33.461Z Compiling rustversion v1.0.17
18862024-12-20T23:37:35.076Z Compiling idna v1.0.3
18872024-12-20T23:37:36.620Z Compiling hyper-util v0.1.10
18882024-12-20T23:37:43.492Z Compiling curve25519-dalek v4.1.3
18892024-12-20T23:37:43.694Z Compiling openapiv3 v2.0.0
18902024-12-20T23:37:43.801Z Compiling toml_datetime v0.6.8
18912024-12-20T23:37:44.124Z Compiling serde_spanned v0.6.8
18922024-12-20T23:37:44.512Z Compiling enum-as-inner v0.6.1
18932024-12-20T23:37:44.589Z Compiling dropshot v0.12.0
18942024-12-20T23:37:44.819Z Compiling portable-atomic v1.9.0
18952024-12-20T23:37:44.914Z Compiling foreign-types-shared v0.1.1
18962024-12-20T23:37:45.054Z Compiling adler2 v2.0.0
18972024-12-20T23:37:45.556Z Compiling smoltcp v0.9.1
18982024-12-20T23:37:45.729Z Compiling heck v0.4.1
18992024-12-20T23:37:46.227Z Compiling match_cfg v0.1.0
19002024-12-20T23:37:46.293Z Compiling foreign-types v0.3.2
19012024-12-20T23:37:46.418Z Compiling hostname v0.3.1
19022024-12-20T23:37:46.503Z Compiling miniz_oxide v0.8.0
19032024-12-20T23:37:48.623Z Compiling url v2.5.3
19042024-12-20T23:37:55.569Z Compiling http-body-util v0.1.2
19052024-12-20T23:37:56.513Z Compiling clap_derive v4.5.18
19062024-12-20T23:37:56.815Z Compiling dirs-sys-next v0.1.2
19072024-12-20T23:37:57.511Z Compiling encoding_rs v0.8.34
19082024-12-20T23:37:59.992Z Compiling mime v0.3.17
19092024-12-20T23:38:01.158Z Compiling siphasher v0.3.11
19102024-12-20T23:38:01.855Z Compiling data-encoding v2.6.0
19112024-12-20T23:38:03.756Z Compiling dirs-next v2.0.0
19122024-12-20T23:38:08.937Z Compiling hubpack_derive v0.1.1
19132024-12-20T23:38:09.398Z Compiling serde_urlencoded v0.7.1
19142024-12-20T23:38:09.833Z Compiling crossbeam-epoch v0.9.18
19152024-12-20T23:38:10.033Z Compiling hashbrown v0.14.5
19162024-12-20T23:38:10.552Z Compiling rustls-pemfile v2.2.0
19172024-12-20T23:38:11.129Z Compiling dropshot_endpoint v0.12.0
19182024-12-20T23:38:12.544Z Compiling sha1 v0.10.6
19192024-12-20T23:38:12.948Z Compiling signature v2.2.0
19202024-12-20T23:38:13.189Z Compiling rustls-webpki v0.102.8
19212024-12-20T23:38:13.741Z Compiling curve25519-dalek-derive v0.1.1
19222024-12-20T23:38:14.318Z Compiling thread_local v1.1.8
19232024-12-20T23:38:14.917Z Compiling fs-err v2.11.0
19242024-12-20T23:38:15.195Z Compiling gimli v0.31.1
19252024-12-20T23:38:15.221Z Compiling winnow v0.6.20
19262024-12-20T23:38:15.346Z Compiling openssl-probe v0.1.5
19272024-12-20T23:38:16.671Z Compiling ipnet v2.10.1
19282024-12-20T23:38:18.932Z Compiling unicode-properties v0.1.3
19292024-12-20T23:38:19.345Z Compiling anstyle v1.0.10
19302024-12-20T23:38:19.709Z Compiling utf8parse v0.2.2
19312024-12-20T23:38:19.806Z Compiling addr2line v0.24.2
19322024-12-20T23:38:19.827Z Compiling stringprep v0.1.5
19332024-12-20T23:38:19.872Z Compiling anstyle-parse v0.2.5
19342024-12-20T23:38:20.094Z Compiling toml_edit v0.22.22
19352024-12-20T23:38:21.279Z Compiling regress v0.10.1
19362024-12-20T23:38:21.957Z Compiling crossbeam-deque v0.8.5
19372024-12-20T23:38:22.315Z Compiling term v0.7.0
19382024-12-20T23:38:23.634Z Compiling slog-json v2.6.1
19392024-12-20T23:38:24.819Z Compiling crossbeam-channel v0.5.13
19402024-12-20T23:38:26.538Z Compiling idna v0.3.0
19412024-12-20T23:38:27.382Z Compiling idna v0.4.0
19422024-12-20T23:38:28.908Z Compiling futures-executor v0.3.31
19432024-12-20T23:38:28.930Z Compiling num-integer v0.1.46
19442024-12-20T23:38:29.418Z Compiling md-5 v0.10.6
19452024-12-20T23:38:29.681Z Compiling ff v0.13.0
19462024-12-20T23:38:29.702Z Compiling hash32 v0.2.1
19472024-12-20T23:38:29.889Z Compiling memmap v0.7.0
19482024-12-20T23:38:29.934Z Compiling is-terminal v0.4.13
19492024-12-20T23:38:30.077Z Compiling object v0.36.5
19502024-12-20T23:38:30.099Z Compiling psl-types v2.0.11
19512024-12-20T23:38:30.222Z Compiling is_terminal_polyfill v1.70.1
19522024-12-20T23:38:30.300Z Compiling quick-error v1.2.3
19532024-12-20T23:38:30.365Z Compiling anstyle-query v1.1.1
19542024-12-20T23:38:30.468Z Compiling colorchoice v1.0.2
19552024-12-20T23:38:30.494Z Compiling utf-8 v0.7.6
19562024-12-20T23:38:30.526Z Compiling base16ct v0.2.0
19572024-12-20T23:38:30.636Z Compiling fallible-iterator v0.2.0
19582024-12-20T23:38:30.796Z Compiling rustc-demangle v0.1.24
19592024-12-20T23:38:30.817Z Compiling take_mut v0.2.2
19602024-12-20T23:38:30.977Z Compiling linked-hash-map v0.5.6
19612024-12-20T23:38:31.384Z Compiling lru-cache v0.1.2
19622024-12-20T23:38:31.594Z Compiling publicsuffix v2.2.3
19632024-12-20T23:38:31.596Z Compiling postgres-protocol v0.6.7
19642024-12-20T23:38:31.928Z Compiling sec1 v0.7.3
19652024-12-20T23:38:32.548Z Compiling tungstenite v0.24.0
19662024-12-20T23:38:32.688Z Compiling anstream v0.6.15
19672024-12-20T23:38:32.893Z Compiling resolv-conf v0.7.0
19682024-12-20T23:38:33.577Z Compiling usdt v0.5.0
19692024-12-20T23:38:33.694Z Compiling slog-term v2.9.1
19702024-12-20T23:38:34.342Z Compiling group v0.13.0
19712024-12-20T23:38:34.633Z Compiling num-iter v0.1.45
19722024-12-20T23:38:34.676Z Compiling futures v0.3.31
19732024-12-20T23:38:34.862Z Compiling hickory-proto v0.24.1
19742024-12-20T23:38:35.338Z Compiling tokio-rustls v0.26.0
19752024-12-20T23:38:36.769Z Compiling tokio-rustls v0.25.0
19762024-12-20T23:38:36.925Z Compiling typify-impl v0.2.0
19772024-12-20T23:38:37.577Z Compiling slog-bunyan v2.5.0
19782024-12-20T23:38:37.935Z Compiling backtrace v0.3.74
19792024-12-20T23:38:38.201Z Compiling toml v0.8.19
19802024-12-20T23:38:38.235Z Compiling tokio-native-tls v0.3.1
19812024-12-20T23:38:38.527Z Compiling phf_shared v0.11.2
19822024-12-20T23:38:38.626Z Compiling strum_macros v0.25.3
19832024-12-20T23:38:39.279Z Compiling async-stream v0.3.6
19842024-12-20T23:38:39.856Z Compiling waitgroup v0.1.2
19852024-12-20T23:38:40.015Z Compiling webpki-roots v0.26.6
19862024-12-20T23:38:40.283Z Compiling idna v0.5.0
19872024-12-20T23:38:40.685Z Compiling terminal_size v0.4.0
19882024-12-20T23:38:40.914Z Compiling serde_path_to_error v0.1.16
19892024-12-20T23:38:41.807Z Compiling hkdf v0.12.4
19902024-12-20T23:38:42.056Z Compiling crypto-bigint v0.5.5
19912024-12-20T23:38:42.362Z Compiling serde_repr v0.1.19
19922024-12-20T23:38:42.407Z Compiling derive-where v1.2.7
19932024-12-20T23:38:43.624Z Compiling hostname v0.4.0
19942024-12-20T23:38:43.868Z Compiling crc32fast v1.4.2
19952024-12-20T23:38:44.406Z Compiling debug-ignore v1.0.5
19962024-12-20T23:38:44.699Z Compiling managed v0.8.0
19972024-12-20T23:38:45.097Z Compiling unicode-width v0.1.14
19982024-12-20T23:38:45.176Z Compiling winnow v0.5.40
19992024-12-20T23:38:45.621Z Compiling clap_lex v0.7.2
20002024-12-20T23:38:45.641Z Compiling bitflags v1.3.2
20012024-12-20T23:38:45.795Z Compiling console v0.15.8
20022024-12-20T23:38:45.845Z Compiling elliptic-curve v0.13.8
20032024-12-20T23:38:46.023Z Compiling clap_builder v4.5.21
20042024-12-20T23:38:47.775Z Compiling flate2 v1.0.34
20052024-12-20T23:38:48.719Z Compiling cookie_store v0.21.0
20062024-12-20T23:38:48.919Z Compiling typify-macro v0.2.0
20072024-12-20T23:38:49.009Z Compiling toml_edit v0.19.15
20082024-12-20T23:38:50.252Z Compiling hickory-resolver v0.24.1
20092024-12-20T23:38:54.854Z Compiling hyper-rustls v0.27.3
20102024-12-20T23:38:56.177Z Compiling phf v0.11.2
20112024-12-20T23:38:56.258Z Compiling hyper-tls v0.6.0
20122024-12-20T23:38:56.707Z Compiling signal-hook-mio v0.2.4
20132024-12-20T23:38:56.877Z Compiling rayon v1.10.0
20142024-12-20T23:38:56.905Z Compiling bzip2 v0.4.4
20152024-12-20T23:38:57.124Z Compiling tokio-tungstenite v0.24.0
20162024-12-20T23:38:57.300Z Compiling postgres-types v0.2.8
20172024-12-20T23:38:57.487Z Compiling ed25519 v2.2.3
20182024-12-20T23:38:57.667Z Compiling hubpack v0.1.2
20192024-12-20T23:38:57.954Z Compiling phf_shared v0.10.0
20202024-12-20T23:38:58.337Z Compiling pkcs1 v0.7.5
20212024-12-20T23:38:58.712Z Compiling zerocopy v0.6.6
20222024-12-20T23:38:58.825Z Compiling tokio-stream v0.1.16
20232024-12-20T23:38:59.623Z Compiling serde-big-array v0.5.1
20242024-12-20T23:38:59.727Z Compiling rfc6979 v0.4.0
20252024-12-20T23:38:59.866Z Compiling float-cmp v0.9.0
20262024-12-20T23:39:00.061Z Compiling sync_wrapper v1.0.1
20272024-12-20T23:39:00.212Z Compiling bstr v1.10.0
20282024-12-20T23:39:00.259Z Compiling difflib v0.4.0
20292024-12-20T23:39:00.720Z Compiling unicode-width v0.2.0
20302024-12-20T23:39:01.265Z Compiling whoami v1.5.2
20312024-12-20T23:39:01.286Z Compiling unicode-segmentation v1.12.0
20322024-12-20T23:39:01.674Z Compiling new_debug_unreachable v1.0.6
20332024-12-20T23:39:01.812Z Compiling fixedbitset v0.4.2
20342024-12-20T23:39:01.833Z Compiling predicates-core v1.0.8
20352024-12-20T23:39:01.955Z Compiling static_assertions v1.1.0
20362024-12-20T23:39:02.073Z Compiling precomputed-hash v0.1.1
20372024-12-20T23:39:02.182Z Compiling bit-vec v0.6.3
20382024-12-20T23:39:02.258Z Compiling normalize-line-endings v0.3.0
20392024-12-20T23:39:02.399Z Compiling number_prefix v0.4.0
20402024-12-20T23:39:02.617Z Compiling indicatif v0.17.9
20412024-12-20T23:39:02.638Z Compiling reqwest v0.12.9
20422024-12-20T23:39:03.594Z Compiling bit-set v0.5.3
20432024-12-20T23:39:03.898Z Compiling predicates v3.1.2
20442024-12-20T23:39:04.600Z Compiling string_cache v0.8.7
20452024-12-20T23:39:05.052Z Compiling petgraph v0.6.5
20462024-12-20T23:39:05.324Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20472024-12-20T23:39:05.489Z Compiling similar v2.6.0
20482024-12-20T23:39:08.731Z Compiling tokio-postgres v0.7.12
20492024-12-20T23:39:09.534Z Compiling ecdsa v0.16.9
20502024-12-20T23:39:09.537Z Compiling qorb v0.2.1
20512024-12-20T23:39:10.932Z Compiling rsa v0.9.6
20522024-12-20T23:39:11.625Z Compiling ed25519-dalek v2.1.1
20532024-12-20T23:39:12.405Z Compiling zip v0.6.6
20542024-12-20T23:39:12.550Z Compiling crossterm v0.28.1
20552024-12-20T23:39:13.013Z Compiling toml v0.7.8
20562024-12-20T23:39:13.696Z Compiling clap v4.5.21
20572024-12-20T23:39:15.525Z Compiling x509-cert v0.2.5
20582024-12-20T23:39:16.379Z Compiling hex v0.4.3
20592024-12-20T23:39:19.937Z Compiling lalrpop-util v0.19.12
20602024-12-20T23:39:20.298Z Compiling unicode-xid v0.2.6
20612024-12-20T23:39:20.485Z Compiling radium v0.7.0
20622024-12-20T23:39:20.702Z Compiling peg-runtime v0.8.3
20632024-12-20T23:39:22.700Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20642024-12-20T23:39:38.075Z Compiling ident_case v1.0.1
20652024-12-20T23:39:39.736Z Compiling maybe-uninit v2.0.0
20662024-12-20T23:39:40.713Z Compiling tap v1.0.1
20672024-12-20T23:39:40.917Z Compiling wyz v0.5.1
20682024-12-20T23:39:44.569Z Compiling darling_core v0.20.10
20692024-12-20T23:39:50.979Z Compiling typify v0.2.0
20702024-12-20T23:39:55.245Z Compiling unsafe-libyaml v0.2.11
20712024-12-20T23:39:55.904Z Compiling funty v2.0.0
20722024-12-20T23:39:56.037Z Compiling packed_struct v0.10.1
20732024-12-20T23:39:56.761Z Compiling serde_yaml v0.9.34+deprecated
20742024-12-20T23:39:57.089Z Compiling bitvec v1.0.1
20752024-12-20T23:40:00.692Z Compiling progenitor-impl v0.8.0
20762024-12-20T23:40:01.852Z Compiling darling_macro v0.20.10
20772024-12-20T23:40:04.142Z Compiling packed_struct_codegen v0.10.1
20782024-12-20T23:40:06.350Z Compiling structmeta-derive v0.3.0
20792024-12-20T23:40:06.721Z Compiling indexmap v1.9.3
20802024-12-20T23:40:07.047Z Compiling crc-catalog v2.4.0
20812024-12-20T23:40:07.838Z Compiling fastrand v2.1.1
20822024-12-20T23:40:08.359Z Compiling newtype-uuid v1.1.3
20832024-12-20T23:40:08.436Z Compiling nodrop v0.1.14
20842024-12-20T23:40:08.581Z Compiling array-init v0.0.4
20852024-12-20T23:40:08.690Z Compiling tempfile v3.13.0
20862024-12-20T23:40:08.948Z Compiling structmeta v0.3.0
20872024-12-20T23:40:10.383Z Compiling progenitor-macro v0.8.0
20882024-12-20T23:40:10.422Z Compiling crc v3.2.1
20892024-12-20T23:40:16.596Z Compiling smallvec v0.6.14
20902024-12-20T23:40:17.406Z Compiling darling v0.20.10
20912024-12-20T23:40:23.585Z Compiling progenitor-client v0.8.0
20922024-12-20T23:40:26.300Z Compiling pin-project-internal v1.1.6
20932024-12-20T23:40:26.423Z Compiling dropshot v0.13.0
20942024-12-20T23:40:27.928Z Compiling termcolor v1.4.1
20952024-12-20T23:40:28.116Z Compiling bitfield v0.14.0
20962024-12-20T23:40:28.164Z Compiling hashbrown v0.12.3
20972024-12-20T23:40:29.264Z Compiling same-file v1.0.6
20982024-12-20T23:40:30.210Z Compiling base64 v0.21.7
20992024-12-20T23:40:31.397Z Compiling ron v0.8.1
21002024-12-20T23:40:34.404Z Compiling walkdir v2.5.0
21012024-12-20T23:40:36.071Z Compiling pin-project v1.1.6
21022024-12-20T23:40:36.232Z Compiling env_logger v0.10.2
21032024-12-20T23:40:36.286Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21042024-12-20T23:40:47.081Z Compiling progenitor v0.8.0
21052024-12-20T23:40:47.329Z Compiling serde_with_macros v3.11.0
21062024-12-20T23:40:47.495Z Compiling serde-hex v0.1.0
21072024-12-20T23:40:48.722Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21082024-12-20T23:40:49.063Z Compiling parse-display-derive v0.10.0
21092024-12-20T23:40:52.987Z Compiling strum_macros v0.26.4
21102024-12-20T23:40:53.069Z Compiling snafu-derive v0.8.5
21112024-12-20T23:40:53.439Z Compiling hashbrown v0.13.2
21122024-12-20T23:40:53.946Z Compiling ipnetwork v0.20.0
21132024-12-20T23:40:54.873Z Compiling xattr v1.3.1
21142024-12-20T23:40:55.222Z Compiling dropshot_endpoint v0.13.0
21152024-12-20T23:40:55.956Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21162024-12-20T23:40:56.144Z Compiling ring v0.16.20
21172024-12-20T23:40:56.726Z Compiling blake3 v1.5.4
21182024-12-20T23:40:57.170Z Compiling filetime v0.2.25
21192024-12-20T23:40:57.382Z Compiling instant v0.1.13
21202024-12-20T23:40:57.573Z Compiling bumpalo v3.16.0
21212024-12-20T23:40:57.591Z Compiling simd-adler32 v0.3.7
21222024-12-20T23:40:57.958Z Compiling zip v2.1.3
21232024-12-20T23:40:57.989Z Compiling buf-list v1.0.3
21242024-12-20T23:40:58.151Z Compiling lockfree-object-pool v0.1.6
21252024-12-20T23:40:58.468Z Compiling crc-any v2.5.0
21262024-12-20T23:40:58.750Z Compiling zopfli v0.8.1
21272024-12-20T23:40:58.839Z Compiling snafu v0.8.5
21282024-12-20T23:40:59.221Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21292024-12-20T23:40:59.458Z Compiling strum v0.26.3
21302024-12-20T23:40:59.479Z Compiling backoff v0.4.0
21312024-12-20T23:41:00.047Z Compiling tar v0.4.42
21322024-12-20T23:41:00.559Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21332024-12-20T23:41:00.794Z Compiling object v0.30.4
21342024-12-20T23:41:03.055Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21352024-12-20T23:41:05.429Z Compiling parse-display v0.10.0
21362024-12-20T23:41:06.151Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21372024-12-20T23:41:06.727Z Compiling serde_with v3.11.0
21382024-12-20T23:41:06.766Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21392024-12-20T23:41:07.479Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21402024-12-20T23:41:08.242Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21412024-12-20T23:41:08.331Z Compiling camino-tempfile v1.1.1
21422024-12-20T23:41:09.163Z Compiling globset v0.4.15
21432024-12-20T23:41:11.258Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21442024-12-20T23:41:11.309Z Compiling regress v0.9.1
21452024-12-20T23:41:11.472Z Compiling pem v3.0.4
21462024-12-20T23:41:12.954Z Compiling olpc-cjson v0.1.4
21472024-12-20T23:41:13.318Z Compiling serde_plain v1.0.2
21482024-12-20T23:41:13.894Z Compiling macaddr v1.0.1
21492024-12-20T23:41:14.039Z Compiling async-recursion v1.1.1
21502024-12-20T23:41:14.542Z Compiling memmap2 v0.9.5
21512024-12-20T23:41:14.571Z Compiling arrayref v0.3.9
21522024-12-20T23:41:14.702Z Compiling path-slash v0.1.5
21532024-12-20T23:41:14.959Z Compiling constant_time_eq v0.3.1
21542024-12-20T23:41:14.979Z Compiling spin v0.5.2
21552024-12-20T23:41:15.120Z Compiling typed-path v0.9.3
21562024-12-20T23:41:15.146Z Compiling arrayvec v0.7.6
21572024-12-20T23:41:15.546Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21582024-12-20T23:41:17.012Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
21592024-12-20T23:41:18.391Z Compiling tough v0.19.0
21602024-12-20T23:41:22.743Z Compiling itertools v0.13.0
21612024-12-20T23:41:23.630Z Compiling cargo-platform v0.1.8
21622024-12-20T23:41:24.174Z Compiling parse-size v1.1.0
21632024-12-20T23:41:24.501Z Compiling topological-sort v0.2.2
21642024-12-20T23:41:24.757Z Compiling omicron-zone-package v0.11.1
21652024-12-20T23:41:24.794Z Compiling cargo_metadata v0.18.1
21662024-12-20T23:41:26.562Z Compiling shell-words v1.1.0
21672024-12-20T23:41:30.053Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21682024-12-20T23:41:43.954Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
21692024-12-20T23:41:59.344Z Finished `release` profile [optimized] target(s) in 5m 59s
21702024-12-20T23:41:59.514Z Running `target/release/omicron-releng --output-dir /work`
21712024-12-20T23:41:59.568ZDec 20 23:41:59.232 DEBG changing working directory to /work/oxidecomputer/omicron
21722024-12-20T23:41:59.691ZDec 20 23:41:59.345 DEBG running: git rev-parse HEAD
21732024-12-20T23:41:59.698ZDec 20 23:41:59.352 DEBG process exited with exit status: 0 (6.997397ms)
21742024-12-20T23:41:59.698ZDec 20 23:41:59.352 INFO version: 12.0.0-0.ci+gitfae39ee8cbd
21752024-12-20T23:41:59.729ZDec 20 23:41:59.395 INFO cloning helios to /work/oxidecomputer/helios
21762024-12-20T23:41:59.729ZDec 20 23:41:59.395 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
21772024-12-20T23:41:59.735ZCloning into '/work/oxidecomputer/helios'...
21782024-12-20T23:42:00.206ZDec 20 23:41:59.872 DEBG process exited with exit status: 0 (477.072616ms)
21792024-12-20T23:42:00.206ZDec 20 23:41:59.872 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
21802024-12-20T23:42:00.214Z# branch.oid 68aae52278cdbc7049c703b3b0eb76173cee9067
21812024-12-20T23:42:00.214Z# branch.head master
21822024-12-20T23:42:00.214Z# branch.upstream origin/master
21832024-12-20T23:42:00.214Z# branch.ab +0 -0
21842024-12-20T23:42:00.217ZDec 20 23:41:59.881 DEBG process exited with exit status: 0 (8.344582ms)
21852024-12-20T23:42:00.217ZDec 20 23:41:59.881 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
21862024-12-20T23:42:01.141ZDec 20 23:42:00.807 DEBG process exited with exit status: 0 (925.998871ms)
21872024-12-20T23:42:01.141ZDec 20 23:42:00.807 DEBG running: zfs list rpool/images/build/host
21882024-12-20T23:42:01.148ZNAME USED AVAIL REFER MOUNTPOINT
21892024-12-20T23:42:01.148Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
21902024-12-20T23:42:01.151ZDec 20 23:42:00.815 DEBG process exited with exit status: 0 (8.604186ms)
21912024-12-20T23:42:01.151ZDec 20 23:42:00.816 DEBG running: zfs list rpool/images/build/recovery
21922024-12-20T23:42:01.156ZNAME USED AVAIL REFER MOUNTPOINT
21932024-12-20T23:42:01.156Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
21942024-12-20T23:42:01.159ZDec 20 23:42:00.823 DEBG process exited with exit status: 0 (7.77104ms)
21952024-12-20T23:42:01.159ZDec 20 23:42:00.824 INFO [hubris-production] running task
21962024-12-20T23:42:01.159ZDec 20 23:42:00.824 INFO [hubris-staging] running task
21972024-12-20T23:42:01.159ZDec 20 23:42:00.825 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
21982024-12-20T23:42:01.162ZDec 20 23:42:00.829 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
21992024-12-20T23:42:01.235Z[ helios-setup] cd tools/helios-build && cargo build --quiet
22002024-12-20T23:42:01.631Z[ omicron-package] Blocking waiting for file lock on package cache
22012024-12-20T23:42:02.424Z[ omicron-package] Blocking waiting for file lock on package cache
22022024-12-20T23:42:02.711Z[ omicron-package] Blocking waiting for file lock on package cache
22032024-12-20T23:42:03.612Z[ omicron-package] Compiling zerocopy v0.8.10
22042024-12-20T23:42:03.615Z[ omicron-package] Compiling proc-macro-crate v1.3.1
22052024-12-20T23:42:03.615Z[ omicron-package] Compiling itertools v0.13.0
22062024-12-20T23:42:03.615Z[ omicron-package] Compiling zerocopy-derive v0.8.10
22072024-12-20T23:42:03.616Z[ omicron-package] Compiling heapless v0.8.0
22082024-12-20T23:42:03.616Z[ omicron-package] Compiling hash32 v0.3.1
22092024-12-20T23:42:03.616Z[ omicron-package] Compiling smoltcp v0.11.0
22102024-12-20T23:42:03.616Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22112024-12-20T23:42:04.146ZDec 20 23:42:03.802 INFO [hubris-production] task succeeded (2.977450969s)
22122024-12-20T23:42:05.166Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
22132024-12-20T23:42:05.255Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22142024-12-20T23:42:05.259Z[ omicron-package] Compiling num_enum_derive v0.5.11
22152024-12-20T23:42:05.900Z[ omicron-package] Compiling cobs v0.2.3
22162024-12-20T23:42:06.273Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22172024-12-20T23:42:06.476Z[ omicron-package] Compiling proc-macro-error v1.0.4
22182024-12-20T23:42:06.759Z[ omicron-package] Compiling postcard v1.0.10
22192024-12-20T23:42:06.761Z[ omicron-package] Compiling foreign-types-macros v0.2.3
22202024-12-20T23:42:07.441Z[ omicron-package] Compiling foreign-types-shared v0.3.1
22212024-12-20T23:42:07.607Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22222024-12-20T23:42:09.236Z[ omicron-package] Compiling tabwriter v1.4.0
22232024-12-20T23:42:09.441Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22242024-12-20T23:42:09.554Z[ omicron-package] Compiling foreign-types v0.5.0
22252024-12-20T23:42:09.823Z[ omicron-package] Compiling cstr-argument v0.1.2
22262024-12-20T23:42:10.132Z[ omicron-package] Compiling num_enum v0.5.11
22272024-12-20T23:42:10.313Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22282024-12-20T23:42:10.449Z[ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22292024-12-20T23:42:10.559Z[ omicron-package] Compiling thiserror v2.0.3
22302024-12-20T23:42:10.888Z[ omicron-package] Compiling pretty-hex v0.2.1
22312024-12-20T23:42:10.979Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22322024-12-20T23:42:11.411Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
22332024-12-20T23:42:11.508Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22342024-12-20T23:42:12.009Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22352024-12-20T23:42:12.642Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22362024-12-20T23:42:12.645Z[ omicron-package] Compiling colored v2.1.0
22372024-12-20T23:42:12.687Z[ omicron-package] Compiling thiserror-impl v2.0.3
22382024-12-20T23:42:12.955Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22392024-12-20T23:42:13.505Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
22402024-12-20T23:42:14.946Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
22412024-12-20T23:42:15.497Z[ omicron-package] Compiling sigpipe v0.1.3
22422024-12-20T23:42:15.879ZDec 20 23:42:15.548 INFO [hubris-staging] task succeeded (14.723364496s)
22432024-12-20T23:42:15.931Z[ omicron-package] Compiling num-derive v0.4.2
22442024-12-20T23:42:16.119Z[ omicron-package] Compiling libefi-sys v0.1.0
22452024-12-20T23:42:16.543Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22462024-12-20T23:42:17.005Z[ omicron-package] Compiling zone v0.3.0
22472024-12-20T23:42:17.281Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
22482024-12-20T23:42:17.578Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22492024-12-20T23:42:18.172Z[ omicron-package] Compiling smf v0.2.3
22502024-12-20T23:42:18.476Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
22512024-12-20T23:42:19.318Z[ omicron-package] Compiling bitfield-struct v0.6.2
22522024-12-20T23:42:20.127Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
22532024-12-20T23:42:21.559Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22542024-12-20T23:42:22.311Z[ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22552024-12-20T23:42:22.389Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22562024-12-20T23:42:22.587Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22572024-12-20T23:42:22.683Z[ omicron-package] Compiling gethostname v0.5.0
22582024-12-20T23:42:22.758Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22592024-12-20T23:42:22.852Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
22602024-12-20T23:42:23.352Z[ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22612024-12-20T23:42:25.941Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22622024-12-20T23:42:27.415Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22632024-12-20T23:42:28.917Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22642024-12-20T23:42:32.029Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22652024-12-20T23:42:32.611Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22662024-12-20T23:42:34.397Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
22672024-12-20T23:42:44.373Z[ helios-setup] Dec 20 23:42:44.046 INFO helios repository root is: /work/oxidecomputer/helios
22682024-12-20T23:42:44.375Z[ helios-setup] Dec 20 23:42:44.047 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
22692024-12-20T23:42:44.375Z[ helios-setup] Dec 20 23:42:44.047 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
22702024-12-20T23:42:44.380Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
22712024-12-20T23:42:45.374Z[ helios-setup] Dec 20 23:42:45.047 INFO clone ok!, project: pilot
22722024-12-20T23:42:45.376Z[ helios-setup] Dec 20 23:42:45.047 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
22732024-12-20T23:42:45.376Z[ helios-setup] Dec 20 23:42:45.048 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
22742024-12-20T23:42:45.376Z[ helios-setup] Dec 20 23:42:45.048 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
22752024-12-20T23:42:45.376Z[ helios-setup] Dec 20 23:42:45.048 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
22762024-12-20T23:42:45.379Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
22772024-12-20T23:42:51.691Z[ helios-setup] Dec 20 23:42:51.365 INFO clone ok!, project: amd-firmware
22782024-12-20T23:42:51.693Z[ helios-setup] Dec 20 23:42:51.366 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
22792024-12-20T23:42:51.693Z[ helios-setup] Dec 20 23:42:51.366 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
22802024-12-20T23:42:51.697Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
22812024-12-20T23:42:52.278Z[ helios-setup] Dec 20 23:42:51.952 INFO clone ok!, project: phbl
22822024-12-20T23:42:52.281Z[ helios-setup] Dec 20 23:42:51.952 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
22832024-12-20T23:42:52.281Z[ helios-setup] Dec 20 23:42:51.952 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
22842024-12-20T23:42:52.281Z[ helios-setup] Dec 20 23:42:51.952 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
22852024-12-20T23:42:52.284Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
22862024-12-20T23:42:52.770Z[ helios-setup] Dec 20 23:42:52.444 INFO clone ok!, project: pinprick
22872024-12-20T23:42:52.774Z[ helios-setup] Dec 20 23:42:52.444 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
22882024-12-20T23:42:52.774Z[ helios-setup] Dec 20 23:42:52.444 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
22892024-12-20T23:42:52.776Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
22902024-12-20T23:42:53.621Z[ helios-setup] Dec 20 23:42:53.296 INFO clone ok!, project: chelsio-t6-roms
22912024-12-20T23:42:53.624Z[ helios-setup] Dec 20 23:42:53.296 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
22922024-12-20T23:42:53.624Z[ helios-setup] Dec 20 23:42:53.296 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
22932024-12-20T23:42:53.626Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
22942024-12-20T23:42:53.744Z[ omicron-package] Finished `release` profile [optimized] target(s) in 52.58s
22952024-12-20T23:42:53.999Z[ omicron-package]
22962024-12-20T23:42:53.999Z[ omicron-package] real 52.799704589
22972024-12-20T23:42:54.001Z[ omicron-package] user 3:02.670719278
22982024-12-20T23:42:54.001Z[ omicron-package] sys 26.910992086
22992024-12-20T23:42:54.001Z[ omicron-package] trap 0.271310425
23002024-12-20T23:42:54.001Z[ omicron-package] tflt 0.493878071
23012024-12-20T23:42:54.001Z[ omicron-package] dflt 0.661618902
23022024-12-20T23:42:54.002Z[ omicron-package] kflt 0.009557496
23032024-12-20T23:42:54.002Z[ omicron-package] lock 6:21.457711616
23042024-12-20T23:42:54.002Z[ omicron-package] slp 10:20.779799702
23052024-12-20T23:42:54.002Z[ omicron-package] lat 1:42.269086771
23062024-12-20T23:42:54.002Z[ omicron-package] stop 1:06.912066124
23072024-12-20T23:42:54.002ZDec 20 23:42:53.674 INFO [omicron-package] process exited with exit status: 0 (52.849303969s)
23082024-12-20T23:42:54.002ZDec 20 23:42:53.675 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
23092024-12-20T23:42:54.093ZDec 20 23:42:53.768 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
23102024-12-20T23:42:54.106Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
23112024-12-20T23:42:54.109Z[ host-target] Created new build target 'host' and set it as active
23122024-12-20T23:42:54.111ZDec 20 23:42:53.784 INFO [host-target] process exited with exit status: 0 (109.646425ms)
23132024-12-20T23:42:54.112ZDec 20 23:42:53.784 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
23142024-12-20T23:42:54.119Z[ recovery-target] Created new build target 'recovery' and set it as active
23152024-12-20T23:42:54.119Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
23162024-12-20T23:42:54.123ZDec 20 23:42:53.798 INFO [recovery-target] process exited with exit status: 0 (29.46806ms)
23172024-12-20T23:42:54.131Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
23182024-12-20T23:42:54.138Z[ helios-setup] Dec 20 23:42:53.813 INFO clone ok!, project: image-builder
23192024-12-20T23:42:54.141Z[ helios-setup] Dec 20 23:42:53.813 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
23202024-12-20T23:42:54.141Z[ helios-setup] Dec 20 23:42:53.813 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
23212024-12-20T23:42:54.143Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
23222024-12-20T23:42:55.057Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
23232024-12-20T23:42:55.064Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
23242024-12-20T23:42:55.390Z[ host-package] Compiling convert_case v0.4.0
23252024-12-20T23:42:55.390Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23262024-12-20T23:42:55.393Z[ host-package] Compiling newline-converter v0.3.0
23272024-12-20T23:42:55.393Z[ host-package] Compiling password-hash v0.5.0
23282024-12-20T23:42:55.393Z[ host-package] Compiling progenitor-client v0.8.0
23292024-12-20T23:42:55.393Z[ host-package] Compiling blake2 v0.10.6
23302024-12-20T23:42:55.393Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23312024-12-20T23:42:55.552Z[ host-package] Compiling atomicwrites v0.4.4
23322024-12-20T23:42:55.718Z[ host-package] Compiling expectorate v1.1.0
23332024-12-20T23:42:55.745Z[ host-package] Compiling cancel-safe-futures v0.1.5
23342024-12-20T23:42:55.971Z[ host-package] Compiling owo-colors v4.1.0
23352024-12-20T23:42:56.135Z[ host-package] Compiling argon2 v0.5.3
23362024-12-20T23:42:56.157Z[ host-package] Compiling progenitor v0.8.0
23372024-12-20T23:42:56.240Z[ host-package] Compiling num-rational v0.4.2
23382024-12-20T23:42:56.283Z[ host-package] Compiling derive_more v0.99.18
23392024-12-20T23:42:56.325Z[ host-package] Compiling num-complex v0.4.6
23402024-12-20T23:42:56.861Z[ host-package] Compiling libsw v3.3.1
23412024-12-20T23:42:57.177Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23422024-12-20T23:42:57.265Z[ host-package] Compiling float-ord v0.3.2
23432024-12-20T23:42:57.469Z[ host-package] Compiling linear-map v1.2.0
23442024-12-20T23:42:57.766Z[ host-package] Compiling num v0.4.3
23452024-12-20T23:42:57.790Z[ host-package] Compiling indent_write v2.2.0
23462024-12-20T23:42:57.812Z[ host-package] Compiling swrite v0.1.0
23472024-12-20T23:42:57.901Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23482024-12-20T23:42:57.958Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23492024-12-20T23:42:57.981Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
23502024-12-20T23:42:58.050Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23512024-12-20T23:42:58.760Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23522024-12-20T23:42:58.882Z[ host-package] Compiling highway v1.2.0
23532024-12-20T23:42:59.463Z[ host-package] Compiling semver v0.1.20
23542024-12-20T23:43:00.141Z[ host-package] Compiling rustc_version v0.1.7
23552024-12-20T23:43:00.400Z[ host-package] Compiling newtype-uuid v1.1.3
23562024-12-20T23:43:00.614Z[ host-package] Compiling newtype_derive v0.1.6
23572024-12-20T23:43:00.828Z[ host-package] Compiling dropshot v0.13.0
23582024-12-20T23:43:00.918Z[ host-package] Compiling ipnetwork v0.20.0
23592024-12-20T23:43:01.045Z[ host-package] Compiling instant v0.1.13
23602024-12-20T23:43:01.230Z[ host-package] Compiling humantime v2.1.0
23612024-12-20T23:43:01.769Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
23622024-12-20T23:43:02.154Z[ host-package] Compiling backoff v0.4.0
23632024-12-20T23:43:02.877Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23642024-12-20T23:43:03.350Z[ helios-setup] Submodule path 'amd-firmware': checked out '7a9b5f6729edd91286f20e794f130fd370ed2fbe'
23652024-12-20T23:43:03.365Z[ helios-setup] Dec 20 23:43:03.041 INFO clone ok!, project: amd-host-image-builder
23662024-12-20T23:43:03.367Z[ helios-setup] Dec 20 23:43:03.041 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
23672024-12-20T23:43:03.367Z[ helios-setup] Dec 20 23:43:03.041 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
23682024-12-20T23:43:03.370Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
23692024-12-20T23:43:03.419Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23702024-12-20T23:43:04.096Z[ helios-setup] Dec 20 23:43:03.770 INFO clone ok!, project: bootserver
23712024-12-20T23:43:04.100Z[ helios-setup] Dec 20 23:43:03.770 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
23722024-12-20T23:43:04.761Z[ helios-setup] Dec 20 23:43:04.437 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
23732024-12-20T23:43:05.335Z[ helios-setup] Dec 20 23:43:05.011 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
23742024-12-20T23:43:05.335Z[ helios-setup] Dec 20 23:43:05.011 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
23752024-12-20T23:43:05.968Z[ helios-setup] Dec 20 23:43:05.644 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
23762024-12-20T23:43:06.492Z[ helios-setup] Dec 20 23:43:06.169 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
23772024-12-20T23:43:06.492Z[ helios-setup] Dec 20 23:43:06.169 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
23782024-12-20T23:43:06.589Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23792024-12-20T23:43:07.004Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23802024-12-20T23:43:07.069Z[ helios-setup] Dec 20 23:43:06.743 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
23812024-12-20T23:43:07.623Z[ helios-setup] Dec 20 23:43:07.299 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
23822024-12-20T23:43:07.623Z[ helios-setup] Dec 20 23:43:07.300 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
23832024-12-20T23:43:07.626Z[ helios-setup] Dec 20 23:43:07.300 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
23842024-12-20T23:43:07.626Z[ helios-setup] Dec 20 23:43:07.300 INFO ok!
23852024-12-20T23:43:07.626Z[ helios-setup] Dec 20 23:43:07.300 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
23862024-12-20T23:43:07.626Z[ helios-setup] Dec 20 23:43:07.300 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
23872024-12-20T23:43:07.626Z[ helios-setup] Dec 20 23:43:07.300 INFO ok!
23882024-12-20T23:43:07.626Z[ helios-setup] Dec 20 23:43:07.300 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
23892024-12-20T23:43:07.626Z[ helios-setup] Dec 20 23:43:07.300 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
23902024-12-20T23:43:07.626Z[ helios-setup] Dec 20 23:43:07.300 INFO ok!
23912024-12-20T23:43:07.626Z[ helios-setup] Dec 20 23:43:07.300 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
23922024-12-20T23:43:07.626Z[ helios-setup] Dec 20 23:43:07.300 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
23932024-12-20T23:43:07.923Z[ helios-setup] Dec 20 23:43:07.599 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
23942024-12-20T23:43:08.048Z[ host-package] Compiling parse-display v0.10.0
23952024-12-20T23:43:08.570Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23962024-12-20T23:43:08.654Z[ host-package] Compiling strum v0.26.3
23972024-12-20T23:43:08.761Z[ host-package] Compiling serde_with v3.11.0
23982024-12-20T23:43:09.054Z[ host-package] Compiling regress v0.9.1
23992024-12-20T23:43:09.086Z[ helios-setup] Dec 20 23:43:08.758 INFO E| From https://github.com/oxidecomputer/progenitor
24002024-12-20T23:43:09.087Z[ helios-setup] Dec 20 23:43:08.758 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
24012024-12-20T23:43:09.118Z[ helios-setup] Dec 20 23:43:08.794 INFO E| * [new tag] v0.1.1 -> v0.1.1
24022024-12-20T23:43:09.118Z[ helios-setup] Dec 20 23:43:08.794 INFO E| * [new tag] v0.2.0 -> v0.2.0
24032024-12-20T23:43:09.237Z[ helios-setup] Dec 20 23:43:08.913 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
24042024-12-20T23:43:09.762Z[ helios-setup] Dec 20 23:43:09.439 INFO E| From https://github.com/jclulow/hiercmd
24052024-12-20T23:43:09.762Z[ helios-setup] Dec 20 23:43:09.439 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
24062024-12-20T23:43:09.784Z[ helios-setup] Dec 20 23:43:09.461 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
24072024-12-20T23:43:10.384Z[ helios-setup] Dec 20 23:43:10.061 INFO E| From https://github.com/jclulow/network-interface
24082024-12-20T23:43:10.384Z[ helios-setup] Dec 20 23:43:10.061 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
24092024-12-20T23:43:10.405Z[ helios-setup] Dec 20 23:43:10.082 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
24102024-12-20T23:43:10.984Z[ helios-setup] Dec 20 23:43:10.662 INFO E| From https://github.com/oxidecomputer/boot-image-tools
24112024-12-20T23:43:10.985Z[ helios-setup] Dec 20 23:43:10.662 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
24122024-12-20T23:43:11.023Z[ helios-setup] Dec 20 23:43:10.699 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
24132024-12-20T23:43:11.902Z[ helios-setup] Dec 20 23:43:11.579 INFO E| From https://github.com/oxidecomputer/facade
24142024-12-20T23:43:11.902Z[ helios-setup] Dec 20 23:43:11.579 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
24152024-12-20T23:43:11.945Z[ helios-setup] Dec 20 23:43:11.622 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
24162024-12-20T23:43:12.163Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24172024-12-20T23:43:12.769Z[ helios-setup] Dec 20 23:43:12.447 INFO E| From https://github.com/oxidecomputer/dropshot
24182024-12-20T23:43:12.769Z[ helios-setup] Dec 20 23:43:12.447 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
24192024-12-20T23:43:12.809Z[ helios-setup] Dec 20 23:43:12.486 INFO E| * [new tag] v0.3.0 -> v0.3.0
24202024-12-20T23:43:12.809Z[ helios-setup] Dec 20 23:43:12.486 INFO E| * [new tag] v0.4.0 -> v0.4.0
24212024-12-20T23:43:12.812Z[ helios-setup] Dec 20 23:43:12.487 INFO E| * [new tag] v0.5.0 -> v0.5.0
24222024-12-20T23:43:12.812Z[ helios-setup] Dec 20 23:43:12.487 INFO E| * [new tag] v0.5.1 -> v0.5.1
24232024-12-20T23:43:12.812Z[ helios-setup] Dec 20 23:43:12.487 INFO E| * [new tag] v0.6.0 -> v0.6.0
24242024-12-20T23:43:12.812Z[ helios-setup] Dec 20 23:43:12.487 INFO E| * [new tag] v0.7.0 -> v0.7.0
24252024-12-20T23:43:12.812Z[ helios-setup] Dec 20 23:43:12.487 INFO E| * [new tag] v0.8.0 -> v0.8.0
24262024-12-20T23:43:12.812Z[ helios-setup] Dec 20 23:43:12.487 INFO E| * [new tag] v0.9.0 -> v0.9.0
24272024-12-20T23:43:12.878Z[ helios-setup] Dec 20 23:43:12.555 INFO E| Updating crates.io index
24282024-12-20T23:43:12.910Z[ helios-setup] Dec 20 23:43:12.587 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
24292024-12-20T23:43:13.335Z[ host-package] Compiling macaddr v1.0.1
24302024-12-20T23:43:13.814Z[ helios-setup] Dec 20 23:43:13.491 INFO E| From https://github.com/oxidecomputer/typify
24312024-12-20T23:43:13.814Z[ helios-setup] Dec 20 23:43:13.491 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
24322024-12-20T23:43:13.823Z[ host-package] Compiling slog-dtrace v0.3.0
24332024-12-20T23:43:13.847Z[ helios-setup] Dec 20 23:43:13.524 INFO E| * [new tag] v0.0.10 -> v0.0.10
24342024-12-20T23:43:13.849Z[ helios-setup] Dec 20 23:43:13.524 INFO E| * [new tag] v0.0.11 -> v0.0.11
24352024-12-20T23:43:13.849Z[ helios-setup] Dec 20 23:43:13.525 INFO E| * [new tag] v0.0.4 -> v0.0.4
24362024-12-20T23:43:13.849Z[ helios-setup] Dec 20 23:43:13.525 INFO E| * [new tag] v0.0.5 -> v0.0.5
24372024-12-20T23:43:13.849Z[ helios-setup] Dec 20 23:43:13.525 INFO E| * [new tag] v0.0.7 -> v0.0.7
24382024-12-20T23:43:13.849Z[ helios-setup] Dec 20 23:43:13.525 INFO E| * [new tag] v0.0.8 -> v0.0.8
24392024-12-20T23:43:13.849Z[ helios-setup] Dec 20 23:43:13.525 INFO E| * [new tag] v0.0.9 -> v0.0.9
24402024-12-20T23:43:14.082Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24412024-12-20T23:43:14.309Z[ helios-setup] Dec 20 23:43:13.987 INFO E| Downloading crates ...
24422024-12-20T23:43:14.329Z[ host-package] Compiling steno v0.4.1
24432024-12-20T23:43:14.455Z[ helios-setup] Dec 20 23:43:14.133 INFO E| Downloaded anstyle-parse v0.1.1
24442024-12-20T23:43:14.470Z[ helios-setup] Dec 20 23:43:14.148 INFO E| Downloaded async-stream-impl v0.3.5
24452024-12-20T23:43:14.478Z[ helios-setup] Dec 20 23:43:14.156 INFO E| Downloaded aho-corasick v0.7.20
24462024-12-20T23:43:14.484Z[ helios-setup] Dec 20 23:43:14.162 INFO E| Downloaded block-buffer v0.10.3
24472024-12-20T23:43:14.487Z[ helios-setup] Dec 20 23:43:14.164 INFO E| Downloaded byteorder v1.4.3
24482024-12-20T23:43:14.490Z[ helios-setup] Dec 20 23:43:14.168 INFO E| Downloaded built v0.6.0
24492024-12-20T23:43:14.492Z[ helios-setup] Dec 20 23:43:14.170 INFO E| Downloaded want v0.3.0
24502024-12-20T23:43:14.495Z[ helios-setup] Dec 20 23:43:14.172 INFO E| Downloaded try-lock v0.2.4
24512024-12-20T23:43:14.498Z[ helios-setup] Dec 20 23:43:14.175 INFO E| Downloaded tower-service v0.3.2
24522024-12-20T23:43:14.501Z[ helios-setup] Dec 20 23:43:14.176 INFO E| Downloaded const-random v0.1.15
24532024-12-20T23:43:14.501Z[ helios-setup] Dec 20 23:43:14.178 INFO E| Downloaded const-random-macro v0.1.15
24542024-12-20T23:43:14.504Z[ helios-setup] Dec 20 23:43:14.180 INFO E| Downloaded toolchain_find v0.2.0
24552024-12-20T23:43:14.504Z[ helios-setup] Dec 20 23:43:14.181 INFO E| Downloaded bincode v1.3.3
24562024-12-20T23:43:14.509Z[ helios-setup] Dec 20 23:43:14.187 INFO E| Downloaded ahash v0.7.6
24572024-12-20T23:43:14.516Z[ helios-setup] Dec 20 23:43:14.191 INFO E| Downloaded async-trait v0.1.68
24582024-12-20T23:43:14.519Z[ helios-setup] Dec 20 23:43:14.197 INFO E| Downloaded smawk v0.3.1
24592024-12-20T23:43:14.522Z[ helios-setup] Dec 20 23:43:14.200 INFO E| Downloaded either v1.8.0
24602024-12-20T23:43:14.524Z[ helios-setup] Dec 20 23:43:14.202 INFO E| Downloaded slab v0.4.7
24612024-12-20T23:43:14.526Z[ helios-setup] Dec 20 23:43:14.204 INFO E| Downloaded serde_spanned v0.6.1
24622024-12-20T23:43:14.529Z[ helios-setup] Dec 20 23:43:14.206 INFO E| Downloaded ahash v0.8.3
24632024-12-20T23:43:14.533Z[ helios-setup] Dec 20 23:43:14.211 INFO E| Downloaded semver-parser v0.10.2
24642024-12-20T23:43:14.552Z[ helios-setup] Dec 20 23:43:14.215 INFO E| Downloaded utf8parse v0.2.1
24652024-12-20T23:43:14.552Z[ helios-setup] Dec 20 23:43:14.217 INFO E| Downloaded unicode-width v0.1.10
24662024-12-20T23:43:14.552Z[ helios-setup] Dec 20 23:43:14.220 INFO E| Downloaded thiserror-impl v1.0.38
24672024-12-20T23:43:14.552Z[ helios-setup] Dec 20 23:43:14.223 INFO E| Downloaded dyn-clone v1.0.11
24682024-12-20T23:43:14.552Z[ helios-setup] Dec 20 23:43:14.226 INFO E| Downloaded project-root v0.2.2
24692024-12-20T23:43:14.552Z[ helios-setup] Dec 20 23:43:14.227 INFO E| Downloaded crossbeam-deque v0.8.2
24702024-12-20T23:43:14.554Z[ helios-setup] Dec 20 23:43:14.230 INFO E| Downloaded signal-hook-registry v1.4.0
24712024-12-20T23:43:14.554Z[ helios-setup] Dec 20 23:43:14.232 INFO E| Downloaded digest v0.10.6
24722024-12-20T23:43:14.558Z[ helios-setup] Dec 20 23:43:14.236 INFO E| Downloaded futures-task v0.3.28
24732024-12-20T23:43:14.560Z[ helios-setup] Dec 20 23:43:14.238 INFO E| Downloaded walkdir v2.3.3
24742024-12-20T23:43:14.563Z[ helios-setup] Dec 20 23:43:14.241 INFO E| Downloaded terminal_size v0.2.6
24752024-12-20T23:43:14.566Z[ helios-setup] Dec 20 23:43:14.244 INFO E| Downloaded home v0.5.4
24762024-12-20T23:43:14.569Z[ helios-setup] Dec 20 23:43:14.246 INFO E| Downloaded serde_path_to_error v0.1.11
24772024-12-20T23:43:14.589Z[ helios-setup] Dec 20 23:43:14.267 INFO E| Downloaded tokio-macros v2.0.0
24782024-12-20T23:43:14.591Z[ helios-setup] Dec 20 23:43:14.269 INFO E| Downloaded semver v1.0.17
24792024-12-20T23:43:14.595Z[ helios-setup] Dec 20 23:43:14.273 INFO E| Downloaded base64 v0.21.0
24802024-12-20T23:43:14.601Z[ helios-setup] Dec 20 23:43:14.279 INFO E| Downloaded serde_tokenstream v0.2.0
24812024-12-20T23:43:14.608Z[ helios-setup] Dec 20 23:43:14.286 INFO E| Downloaded tokio-tungstenite v0.18.0
24822024-12-20T23:43:14.612Z[ helios-setup] Dec 20 23:43:14.290 INFO E| Downloaded slog-async v2.7.0
24832024-12-20T23:43:14.615Z[ helios-setup] Dec 20 23:43:14.293 INFO E| Downloaded proc-macro-crate v1.2.1
24842024-12-20T23:43:14.617Z[ helios-setup] Dec 20 23:43:14.295 INFO E| Downloaded tokio-rustls v0.24.0
24852024-12-20T23:43:14.620Z[ helios-setup] Dec 20 23:43:14.298 INFO E| Downloaded serde_derive_internals v0.26.0
24862024-12-20T23:43:14.624Z[ helios-setup] Dec 20 23:43:14.302 INFO E| Downloaded lock_api v0.4.9
24872024-12-20T23:43:14.637Z[ helios-setup] Dec 20 23:43:14.315 INFO E| Downloaded unicode-bidi v0.3.13
24882024-12-20T23:43:14.643Z[ helios-setup] Dec 20 23:43:14.321 INFO E| Downloaded unicode-ident v1.0.8
24892024-12-20T23:43:14.648Z[ helios-setup] Dec 20 23:43:14.325 INFO E| Downloaded once_cell v1.17.0
24902024-12-20T23:43:14.652Z[ helios-setup] Dec 20 23:43:14.330 INFO E| Downloaded toml v0.5.11
24912024-12-20T23:43:14.656Z[ helios-setup] Dec 20 23:43:14.333 INFO E| Downloaded typenum v1.16.0
24922024-12-20T23:43:14.659Z[ helios-setup] Dec 20 23:43:14.337 INFO E| Downloaded textwrap v0.16.0
24932024-12-20T23:43:14.664Z[ helios-setup] Dec 20 23:43:14.342 INFO E| Downloaded unsafe-libyaml v0.2.8
24942024-12-20T23:43:14.670Z[ helios-setup] Dec 20 23:43:14.348 INFO E| Downloaded uuid v1.3.0
24952024-12-20T23:43:14.677Z[ helios-setup] Dec 20 23:43:14.355 INFO E| Downloaded tracing v0.1.37
24962024-12-20T23:43:14.685Z[ helios-setup] Dec 20 23:43:14.362 INFO E| Downloaded futures v0.3.28
24972024-12-20T23:43:14.694Z[ helios-setup] Dec 20 23:43:14.371 INFO E| Downloaded unicode-linebreak v0.1.4
24982024-12-20T23:43:14.697Z[ helios-setup] Dec 20 23:43:14.375 INFO E| Downloaded toml_edit v0.19.8
24992024-12-20T23:43:14.730Z[ helios-setup] Dec 20 23:43:14.406 INFO E| Downloaded reqwest v0.11.16
25002024-12-20T23:43:14.742Z[ helios-setup] Dec 20 23:43:14.419 INFO E| Downloaded unicode-normalization v0.1.22
25012024-12-20T23:43:14.748Z[ helios-setup] Dec 20 23:43:14.426 INFO E| Downloaded crossbeam-channel v0.5.6
25022024-12-20T23:43:14.756Z[ helios-setup] Dec 20 23:43:14.434 INFO E| Downloaded tokio-util v0.7.7
25032024-12-20T23:43:14.766Z[ helios-setup] Dec 20 23:43:14.443 INFO E| Downloaded serde_json v1.0.95
25042024-12-20T23:43:14.779Z[ helios-setup] Dec 20 23:43:14.456 INFO E| Downloaded winnow v0.4.1
25052024-12-20T23:43:14.792Z[ helios-setup] Dec 20 23:43:14.469 INFO E| Downloaded clap_builder v4.2.1
25062024-12-20T23:43:14.802Z[ helios-setup] Dec 20 23:43:14.480 INFO E| Downloaded pest v2.5.7
25072024-12-20T23:43:14.811Z[ helios-setup] Dec 20 23:43:14.488 INFO E| Downloaded regress v0.5.0
25082024-12-20T23:43:14.823Z[ helios-setup] Dec 20 23:43:14.501 INFO E| Downloaded syn v1.0.107
25092024-12-20T23:43:14.839Z[ helios-setup] Dec 20 23:43:14.517 INFO E| Downloaded futures-util v0.3.28
25102024-12-20T23:43:14.857Z[ helios-setup] Dec 20 23:43:14.534 INFO E| Downloaded syn v2.0.72
25112024-12-20T23:43:14.874Z[ helios-setup] Dec 20 23:43:14.551 INFO E| Downloaded hyper v0.14.25
25122024-12-20T23:43:14.887Z[ helios-setup] Dec 20 23:43:14.565 INFO E| Downloaded git2 v0.16.1
25132024-12-20T23:43:14.901Z[ helios-setup] Dec 20 23:43:14.579 INFO E| Downloaded rustls v0.21.0
25142024-12-20T23:43:14.920Z[ helios-setup] Dec 20 23:43:14.597 INFO E| Downloaded rustix v0.37.3
25152024-12-20T23:43:14.941Z[ host-package] Compiling prettyplease v0.2.25
25162024-12-20T23:43:14.950Z[ helios-setup] Dec 20 23:43:14.628 INFO E| Downloaded rhai v1.14.0
25172024-12-20T23:43:14.970Z[ helios-setup] Dec 20 23:43:14.648 INFO E| Downloaded regex v1.7.3
25182024-12-20T23:43:14.984Z[ helios-setup] Dec 20 23:43:14.662 INFO E| Downloaded chrono v0.4.24
25192024-12-20T23:43:14.997Z[ helios-setup] Dec 20 23:43:14.674 INFO E| Downloaded rayon v1.6.1
25202024-12-20T23:43:15.010Z[ helios-setup] Dec 20 23:43:14.688 INFO E| Downloaded h2 v0.3.16
25212024-12-20T23:43:15.021Z[ helios-setup] Dec 20 23:43:14.699 INFO E| Downloaded mio v0.8.5
25222024-12-20T23:43:15.029Z[ helios-setup] Dec 20 23:43:14.707 INFO E| Downloaded openapiv3 v1.0.2
25232024-12-20T23:43:15.046Z[ helios-setup] Dec 20 23:43:14.724 INFO E| Downloaded http v0.2.9
25242024-12-20T23:43:15.051Z[ helios-setup] Dec 20 23:43:14.729 INFO E| Downloaded rayon-core v1.10.2
25252024-12-20T23:43:15.057Z[ helios-setup] Dec 20 23:43:14.735 INFO E| Downloaded num-traits v0.2.15
25262024-12-20T23:43:15.061Z[ helios-setup] Dec 20 23:43:14.738 INFO E| Downloaded memchr v2.5.0
25272024-12-20T23:43:15.067Z[ helios-setup] Dec 20 23:43:14.745 INFO E| Downloaded serde v1.0.204
25282024-12-20T23:43:15.072Z[ helios-setup] Dec 20 23:43:14.750 INFO E| Downloaded crossbeam-epoch v0.9.13
25292024-12-20T23:43:15.076Z[ helios-setup] Dec 20 23:43:14.754 INFO E| Downloaded rustls-webpki v0.100.1
25302024-12-20T23:43:15.087Z[ helios-setup] Dec 20 23:43:14.765 INFO E| Downloaded quote v1.0.36
25312024-12-20T23:43:15.092Z[ helios-setup] Dec 20 23:43:14.769 INFO E| Downloaded proc-macro2 v1.0.86
25322024-12-20T23:43:15.096Z[ helios-setup] Dec 20 23:43:14.774 INFO E| Downloaded parking_lot v0.12.1
25332024-12-20T23:43:15.100Z[ helios-setup] Dec 20 23:43:14.778 INFO E| Downloaded miniz_oxide v0.6.2
25342024-12-20T23:43:15.104Z[ helios-setup] Dec 20 23:43:14.781 INFO E| Downloaded url v2.3.1
25352024-12-20T23:43:15.109Z[ helios-setup] Dec 20 23:43:14.786 INFO E| Downloaded tokio v1.27.0
25362024-12-20T23:43:15.160Z[ helios-setup] Dec 20 23:43:14.838 INFO E| Downloaded tracing-core v0.1.30
25372024-12-20T23:43:15.165Z[ helios-setup] Dec 20 23:43:14.843 INFO E| Downloaded libc v0.2.139
25382024-12-20T23:43:15.225Z[ helios-setup] Dec 20 23:43:14.903 INFO E| Downloaded cc v1.0.78
25392024-12-20T23:43:15.229Z[ helios-setup] Dec 20 23:43:14.907 INFO E| Downloaded bytes v1.4.0
25402024-12-20T23:43:15.236Z[ helios-setup] Dec 20 23:43:14.913 INFO E| Downloaded httparse v1.8.0
25412024-12-20T23:43:15.239Z[ helios-setup] Dec 20 23:43:14.917 INFO E| Downloaded flate2 v1.0.25
25422024-12-20T23:43:15.247Z[ helios-setup] Dec 20 23:43:14.925 INFO E| Downloaded crossbeam-utils v0.8.14
25432024-12-20T23:43:15.251Z[ helios-setup] Dec 20 23:43:14.929 INFO E| Downloaded serde_yaml v0.9.21
25442024-12-20T23:43:15.257Z[ helios-setup] Dec 20 23:43:14.935 INFO E| Downloaded serde_derive v1.0.204
25452024-12-20T23:43:15.276Z[ helios-setup] Dec 20 23:43:14.954 INFO E| Downloaded schemars v0.8.12
25462024-12-20T23:43:15.294Z[ helios-setup] Dec 20 23:43:14.972 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
25472024-12-20T23:43:15.298Z[ helios-setup] Dec 20 23:43:14.976 INFO E| Downloaded pin-project-lite v0.2.9
25482024-12-20T23:43:15.305Z[ helios-setup] Dec 20 23:43:14.983 INFO E| Downloaded parking_lot_core v0.9.6
25492024-12-20T23:43:15.308Z[ helios-setup] Dec 20 23:43:14.986 INFO E| Downloaded log v0.4.17
25502024-12-20T23:43:15.311Z[ helios-setup] Dec 20 23:43:14.989 INFO E| Downloaded jobserver v0.1.26
25512024-12-20T23:43:15.314Z[ helios-setup] Dec 20 23:43:14.992 INFO E| Downloaded ipnet v2.7.2
25522024-12-20T23:43:15.317Z[ helios-setup] Dec 20 23:43:14.995 INFO E| Downloaded io-lifetimes v1.0.10
25532024-12-20T23:43:15.321Z[ helios-setup] Dec 20 23:43:14.999 INFO E| Downloaded getrandom v0.2.8
25542024-12-20T23:43:15.325Z[ helios-setup] Dec 20 23:43:15.003 INFO E| Downloaded ucd-trie v0.1.5
25552024-12-20T23:43:15.328Z[ helios-setup] Dec 20 23:43:15.006 INFO E| Downloaded tungstenite v0.18.0
25562024-12-20T23:43:15.333Z[ helios-setup] Dec 20 23:43:15.011 INFO E| Downloaded toml v0.7.3
25572024-12-20T23:43:15.339Z[ helios-setup] Dec 20 23:43:15.017 INFO E| Downloaded tinyvec v1.6.0
25582024-12-20T23:43:15.345Z[ helios-setup] Dec 20 23:43:15.023 INFO E| Downloaded socket2 v0.4.9
25592024-12-20T23:43:15.348Z[ helios-setup] Dec 20 23:43:15.026 INFO E| Downloaded ryu v1.0.13
25602024-12-20T23:43:15.353Z[ helios-setup] Dec 20 23:43:15.031 INFO E| Downloaded clap v4.2.1
25612024-12-20T23:43:15.368Z[ helios-setup] Dec 20 23:43:15.046 INFO E| Downloaded pkg-config v0.3.26
25622024-12-20T23:43:15.370Z[ helios-setup] Dec 20 23:43:15.048 INFO E| Downloaded percent-encoding v2.2.0
25632024-12-20T23:43:15.372Z[ helios-setup] Dec 20 23:43:15.050 INFO E| Downloaded num_enum v0.5.7
25642024-12-20T23:43:15.378Z[ helios-setup] Dec 20 23:43:15.056 INFO E| Downloaded memoffset v0.7.1
25652024-12-20T23:43:15.380Z[ helios-setup] Dec 20 23:43:15.057 INFO E| Downloaded futures-channel v0.3.28
25662024-12-20T23:43:15.382Z[ helios-setup] Dec 20 23:43:15.060 INFO E| Downloaded smallvec v1.10.0
25672024-12-20T23:43:15.386Z[ helios-setup] Dec 20 23:43:15.064 INFO E| Downloaded ppv-lite86 v0.2.17
25682024-12-20T23:43:15.388Z[ helios-setup] Dec 20 23:43:15.066 INFO E| Downloaded num_enum_derive v0.5.7
25692024-12-20T23:43:15.390Z[ helios-setup] Dec 20 23:43:15.067 INFO E| Downloaded lazy_static v1.4.0
25702024-12-20T23:43:15.392Z[ helios-setup] Dec 20 23:43:15.069 INFO E| Downloaded cpufeatures v0.2.5
25712024-12-20T23:43:15.395Z[ helios-setup] Dec 20 23:43:15.071 INFO E| Downloaded iana-time-zone v0.1.56
25722024-12-20T23:43:15.397Z[ helios-setup] Dec 20 23:43:15.074 INFO E| Downloaded anyhow v1.0.68
25732024-12-20T23:43:15.403Z[ helios-setup] Dec 20 23:43:15.081 INFO E| Downloaded time v0.1.45
25742024-12-20T23:43:15.406Z[ helios-setup] Dec 20 23:43:15.084 INFO E| Downloaded tempfile v3.5.0
25752024-12-20T23:43:15.409Z[ helios-setup] Dec 20 23:43:15.087 INFO E| Downloaded smartstring v1.0.1
25762024-12-20T23:43:15.413Z[ helios-setup] Dec 20 23:43:15.091 INFO E| Downloaded rhai_codegen v1.5.0
25772024-12-20T23:43:15.425Z[ helios-setup] Dec 20 23:43:15.103 INFO E| Downloaded paste v1.0.12
25782024-12-20T23:43:15.435Z[ helios-setup] Dec 20 23:43:15.113 INFO E| Downloaded num_cpus v1.15.0
25792024-12-20T23:43:15.448Z[ helios-setup] Dec 20 23:43:15.126 INFO E| Downloaded num-integer v0.1.45
25802024-12-20T23:43:15.455Z[ helios-setup] Dec 20 23:43:15.133 INFO E| Downloaded itoa v1.0.6
25812024-12-20T23:43:15.457Z[ helios-setup] Dec 20 23:43:15.135 INFO E| Downloaded is-terminal v0.4.7
25822024-12-20T23:43:15.460Z[ helios-setup] Dec 20 23:43:15.136 INFO E| Downloaded httpdate v1.0.2
25832024-12-20T23:43:15.460Z[ helios-setup] Dec 20 23:43:15.138 INFO E| Downloaded http-body v0.4.5
25842024-12-20T23:43:15.464Z[ helios-setup] Dec 20 23:43:15.140 INFO E| Downloaded generic-array v0.14.6
25852024-12-20T23:43:15.464Z[ helios-setup] Dec 20 23:43:15.142 INFO E| Downloaded futures-sink v0.3.28
25862024-12-20T23:43:15.467Z[ helios-setup] Dec 20 23:43:15.143 INFO E| Downloaded cargo-lock v8.0.3
25872024-12-20T23:43:15.470Z[ helios-setup] Dec 20 23:43:15.148 INFO E| Downloaded encoding_rs v0.8.32
25882024-12-20T23:43:15.504Z[ helios-setup] Dec 20 23:43:15.182 INFO E| Downloaded camino v1.1.4
25892024-12-20T23:43:15.508Z[ helios-setup] Dec 20 23:43:15.185 INFO E| Downloaded sct v0.7.0
25902024-12-20T23:43:15.514Z[ helios-setup] Dec 20 23:43:15.190 INFO E| Downloaded rustfmt-wrapper v0.2.0
25912024-12-20T23:43:15.517Z[ helios-setup] Dec 20 23:43:15.193 INFO E| Downloaded errno v0.3.1
25922024-12-20T23:43:15.519Z[ helios-setup] Dec 20 23:43:15.195 INFO E| Downloaded toml_datetime v0.6.1
25932024-12-20T23:43:15.519Z[ helios-setup] Dec 20 23:43:15.197 INFO E| Downloaded futures-executor v0.3.28
25942024-12-20T23:43:15.522Z[ helios-setup] Dec 20 23:43:15.199 INFO E| Downloaded futures-core v0.3.28
25952024-12-20T23:43:15.525Z[ helios-setup] Dec 20 23:43:15.201 INFO E| Downloaded fastrand v1.9.0
25962024-12-20T23:43:15.526Z[ helios-setup] Dec 20 23:43:15.203 INFO E| Downloaded futures-macro v0.3.28
25972024-12-20T23:43:15.529Z[ helios-setup] Dec 20 23:43:15.205 INFO E| Downloaded futures-io v0.3.28
25982024-12-20T23:43:15.529Z[ helios-setup] Dec 20 23:43:15.206 INFO E| Downloaded form_urlencoded v1.1.0
25992024-12-20T23:43:15.531Z[ helios-setup] Dec 20 23:43:15.207 INFO E| Downloaded clap_lex v0.4.1
26002024-12-20T23:43:15.531Z[ helios-setup] Dec 20 23:43:15.209 INFO E| Downloaded clap_derive v4.2.0
26012024-12-20T23:43:15.534Z[ helios-setup] Dec 20 23:43:15.212 INFO E| Downloaded thiserror v1.0.38
26022024-12-20T23:43:15.541Z[ helios-setup] Dec 20 23:43:15.219 INFO E| Downloaded rustls-pemfile v1.0.2
26032024-12-20T23:43:15.545Z[ helios-setup] Dec 20 23:43:15.223 INFO E| Downloaded strsim v0.10.0
26042024-12-20T23:43:15.547Z[ helios-setup] Dec 20 23:43:15.225 INFO E| Downloaded slog-bunyan v2.4.0
26052024-12-20T23:43:15.550Z[ helios-setup] Dec 20 23:43:15.226 INFO E| Downloaded schemars_derive v0.8.12
26062024-12-20T23:43:15.554Z[ helios-setup] Dec 20 23:43:15.229 INFO E| Downloaded concolor-query v0.3.3
26072024-12-20T23:43:15.554Z[ helios-setup] Dec 20 23:43:15.230 INFO E| Downloaded sha2 v0.10.6
26082024-12-20T23:43:15.556Z[ helios-setup] Dec 20 23:43:15.234 INFO E| Downloaded sha1 v0.10.5
26092024-12-20T23:43:15.558Z[ helios-setup] Dec 20 23:43:15.236 INFO E| Downloaded semver v0.11.0
26102024-12-20T23:43:15.562Z[ helios-setup] Dec 20 23:43:15.239 INFO E| Downloaded scopeguard v1.1.0
26112024-12-20T23:43:15.565Z[ helios-setup] Dec 20 23:43:15.241 INFO E| Downloaded concolor-override v1.0.0
26122024-12-20T23:43:15.565Z[ helios-setup] Dec 20 23:43:15.243 INFO E| Downloaded anstream v0.2.6
26132024-12-20T23:43:15.568Z[ helios-setup] Dec 20 23:43:15.246 INFO E| Downloaded autocfg v1.1.0
26142024-12-20T23:43:15.571Z[ helios-setup] Dec 20 23:43:15.248 INFO E| Downloaded async-stream v0.3.5
26152024-12-20T23:43:15.574Z[ helios-setup] Dec 20 23:43:15.251 INFO E| Downloaded anstyle v0.3.5
26162024-12-20T23:43:15.577Z[ helios-setup] Dec 20 23:43:15.253 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
26172024-12-20T23:43:15.721Z[ helios-setup] Dec 20 23:43:15.398 INFO E| Downloaded libz-sys v1.1.8
26182024-12-20T23:43:15.829Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26192024-12-20T23:43:16.032Z[ helios-setup] Dec 20 23:43:15.710 INFO E| Compiling proc-macro2 v1.0.86
26202024-12-20T23:43:16.032Z[ helios-setup] Dec 20 23:43:15.710 INFO E| Compiling libc v0.2.139
26212024-12-20T23:43:16.035Z[ helios-setup] Dec 20 23:43:15.710 INFO E| Compiling unicode-ident v1.0.8
26222024-12-20T23:43:16.035Z[ helios-setup] Dec 20 23:43:15.711 INFO E| Compiling autocfg v1.1.0
26232024-12-20T23:43:16.035Z[ helios-setup] Dec 20 23:43:15.711 INFO E| Compiling cfg-if v1.0.0
26242024-12-20T23:43:16.036Z[ helios-setup] Dec 20 23:43:15.711 INFO E| Compiling version_check v0.9.4
26252024-12-20T23:43:16.036Z[ helios-setup] Dec 20 23:43:15.711 INFO E| Compiling serde v1.0.204
26262024-12-20T23:43:16.036Z[ helios-setup] Dec 20 23:43:15.711 INFO E| Compiling syn v1.0.107
26272024-12-20T23:43:16.597Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26282024-12-20T23:43:16.602Z[ helios-setup] Dec 20 23:43:16.280 INFO E| Compiling memchr v2.5.0
26292024-12-20T23:43:17.357Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26302024-12-20T23:43:17.717Z[ helios-setup] Dec 20 23:43:17.396 INFO E| Compiling once_cell v1.17.0
26312024-12-20T23:43:17.780Z[ helios-setup] Dec 20 23:43:17.459 INFO E| Compiling thiserror v1.0.38
26322024-12-20T23:43:17.910Z[ helios-setup] Dec 20 23:43:17.587 INFO E| Compiling log v0.4.17
26332024-12-20T23:43:18.485Z[ helios-setup] Dec 20 23:43:18.163 INFO E| Compiling itoa v1.0.6
26342024-12-20T23:43:18.750Z[ helios-setup] Dec 20 23:43:18.428 INFO E| Compiling serde_json v1.0.95
26352024-12-20T23:43:19.236Z[ helios-setup] Dec 20 23:43:18.914 INFO E| Compiling quote v1.0.36
26362024-12-20T23:43:19.987Z[ helios-setup] Dec 20 23:43:19.666 INFO E| Compiling syn v2.0.72
26372024-12-20T23:43:20.441Z[ helios-setup] Dec 20 23:43:20.119 INFO E| Compiling getrandom v0.2.8
26382024-12-20T23:43:20.537Z[ helios-setup] Dec 20 23:43:20.215 INFO E| Compiling indexmap v1.9.3
26392024-12-20T23:43:20.774Z[ helios-setup] Dec 20 23:43:20.452 INFO E| Compiling scopeguard v1.1.0
26402024-12-20T23:43:21.288Z[ helios-setup] Dec 20 23:43:20.960 INFO E| Compiling jobserver v0.1.26
26412024-12-20T23:43:21.434Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26422024-12-20T23:43:21.458Z[ helios-setup] Dec 20 23:43:21.137 INFO E| Compiling pin-project-lite v0.2.9
26432024-12-20T23:43:21.610Z[ helios-setup] Dec 20 23:43:21.289 INFO E| Compiling num-integer v0.1.45
26442024-12-20T23:43:21.759Z[ helios-setup] Dec 20 23:43:21.438 INFO E| Compiling futures-core v0.3.28
26452024-12-20T23:43:21.844Z[ helios-setup] Dec 20 23:43:21.523 INFO E| Compiling bytes v1.4.0
26462024-12-20T23:43:22.197Z[ helios-setup] Dec 20 23:43:21.840 INFO E| Compiling cc v1.0.78
26472024-12-20T23:43:22.724Z[ helios-setup] Dec 20 23:43:22.402 INFO E| Compiling ryu v1.0.13
26482024-12-20T23:43:23.193Z[ host-package] Compiling half v2.4.1
26492024-12-20T23:43:24.009Z[ helios-setup] Dec 20 23:43:23.688 INFO E| Compiling lock_api v0.4.9
26502024-12-20T23:43:24.064Z[ helios-setup] Dec 20 23:43:23.743 INFO E| Compiling bitflags v1.3.2
26512024-12-20T23:43:24.232Z[ helios-setup] Dec 20 23:43:23.911 INFO E| Compiling parking_lot_core v0.9.6
26522024-12-20T23:43:24.401Z[ helios-setup] Dec 20 23:43:24.081 INFO E| Compiling typenum v1.16.0
26532024-12-20T23:43:24.930Z[ helios-setup] Dec 20 23:43:24.609 INFO E| Compiling num_cpus v1.15.0
26542024-12-20T23:43:24.997Z[ host-package] Compiling ciborium-io v0.2.2
26552024-12-20T23:43:25.282Z[ helios-setup] Dec 20 23:43:24.961 INFO E| Compiling slab v0.4.7
26562024-12-20T23:43:25.451Z[ helios-setup] Dec 20 23:43:25.130 INFO E| Compiling generic-array v0.14.6
26572024-12-20T23:43:25.479Z[ host-package] Compiling ciborium-ll v0.2.2
26582024-12-20T23:43:25.516Z[ helios-setup] Dec 20 23:43:25.196 INFO E| Compiling futures-sink v0.3.28
26592024-12-20T23:43:25.719Z[ helios-setup] Dec 20 23:43:25.399 INFO E| Compiling futures-task v0.3.28
26602024-12-20T23:43:25.852Z[ helios-setup] Dec 20 23:43:25.531 INFO E| Compiling futures-channel v0.3.28
26612024-12-20T23:43:26.465Z[ helios-setup] Dec 20 23:43:26.143 INFO E| Compiling tokio v1.27.0
26622024-12-20T23:43:26.638Z[ helios-setup] Dec 20 23:43:26.317 INFO E| Compiling schemars v0.8.12
26632024-12-20T23:43:26.689Z[ host-package] Compiling tungstenite v0.21.0
26642024-12-20T23:43:26.794Z[ helios-setup] Dec 20 23:43:26.473 INFO E| Compiling futures-util v0.3.28
26652024-12-20T23:43:28.008Z[ helios-setup] Dec 20 23:43:27.687 INFO E| Compiling mio v0.8.5
26662024-12-20T23:43:28.159Z[ helios-setup] Dec 20 23:43:27.838 INFO E| Compiling signal-hook-registry v1.4.0
26672024-12-20T23:43:28.311Z[ helios-setup] Dec 20 23:43:27.990 INFO E| Compiling socket2 v0.4.9
26682024-12-20T23:43:28.532Z[ helios-setup] Dec 20 23:43:28.212 INFO E| Compiling num-traits v0.2.15
26692024-12-20T23:43:28.695Z[ helios-setup] Dec 20 23:43:28.375 INFO E| Compiling ahash v0.7.6
26702024-12-20T23:43:29.585Z[ helios-setup] Dec 20 23:43:29.265 INFO E| Compiling crunchy v0.2.2
26712024-12-20T23:43:30.248Z[ helios-setup] Dec 20 23:43:29.927 INFO E| Compiling io-lifetimes v1.0.10
26722024-12-20T23:43:30.576Z[ helios-setup] Dec 20 23:43:30.255 INFO E| Compiling pin-utils v0.1.0
26732024-12-20T23:43:30.862Z[ helios-setup] Dec 20 23:43:30.542 INFO E| Compiling futures-io v0.3.28
26742024-12-20T23:43:31.531Z[ helios-setup] Dec 20 23:43:31.211 INFO E| Compiling ahash v0.8.3
26752024-12-20T23:43:32.058Z[ host-package] Compiling tokio-tungstenite v0.21.0
26762024-12-20T23:43:32.437Z[ helios-setup] Dec 20 23:43:32.117 INFO E| Compiling serde_derive_internals v0.26.0
26772024-12-20T23:43:32.514Z[ helios-setup] Dec 20 23:43:32.194 INFO E| Compiling rustix v0.37.3
26782024-12-20T23:43:32.613Z[ helios-setup] Dec 20 23:43:32.293 INFO E| Compiling hashbrown v0.12.3
26792024-12-20T23:43:32.898Z[ helios-setup] Dec 20 23:43:32.578 INFO E| Compiling tiny-keccak v2.0.2
26802024-12-20T23:43:33.471Z[ helios-setup] Dec 20 23:43:33.152 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
26812024-12-20T23:43:33.471Z[ helios-setup] Dec 20 23:43:33.152 INFO E| Compiling crypto-common v0.1.6
26822024-12-20T23:43:33.591Z[ host-package] Compiling ciborium v0.2.2
26832024-12-20T23:43:33.835Z[ helios-setup] Dec 20 23:43:33.516 INFO E| Compiling block-buffer v0.10.3
26842024-12-20T23:43:35.304Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26852024-12-20T23:43:35.642Z[ helios-setup] Dec 20 23:43:35.323 INFO E| Compiling errno v0.3.1
26862024-12-20T23:43:35.992Z[ helios-setup] Dec 20 23:43:35.672 INFO E| Compiling slog v2.7.0
26872024-12-20T23:43:36.207Z[ helios-setup] Dec 20 23:43:35.888 INFO E| Compiling fnv v1.0.7
26882024-12-20T23:43:36.261Z[ helios-setup] Dec 20 23:43:35.942 INFO E| Compiling crossbeam-utils v0.8.14
26892024-12-20T23:43:36.488Z[ helios-setup] Dec 20 23:43:36.169 INFO E| Compiling pkg-config v0.3.26
26902024-12-20T23:43:36.670Z[ helios-setup] Dec 20 23:43:36.351 INFO E| Compiling http v0.2.9
26912024-12-20T23:43:37.937Z[ host-package] Compiling display-error-chain v0.2.2
26922024-12-20T23:43:39.631Z[ helios-setup] Dec 20 23:43:39.312 INFO E| Compiling digest v0.10.6
26932024-12-20T23:43:40.369Z[ helios-setup] Dec 20 23:43:40.051 INFO E| Compiling aho-corasick v0.7.20
26942024-12-20T23:43:40.482Z[ helios-setup] Dec 20 23:43:40.164 INFO E| Compiling unicode-width v0.1.10
26952024-12-20T23:43:40.576Z[ helios-setup] Dec 20 23:43:40.258 INFO E| Compiling percent-encoding v2.2.0
26962024-12-20T23:43:41.061Z[ helios-setup] Dec 20 23:43:40.743 INFO E| Compiling anyhow v1.0.68
26972024-12-20T23:43:41.750Z[ helios-setup] Dec 20 23:43:41.430 INFO E| Compiling regex-syntax v0.6.29
26982024-12-20T23:43:42.237Z[ helios-setup] Dec 20 23:43:41.919 INFO E| Compiling thiserror-impl v1.0.38
26992024-12-20T23:43:42.351Z[ helios-setup] Dec 20 23:43:42.033 INFO E| Compiling schemars_derive v0.8.12
27002024-12-20T23:43:42.506Z[ helios-setup] Dec 20 23:43:42.188 INFO E| Compiling cpufeatures v0.2.5
27012024-12-20T23:43:42.818Z[ helios-setup] Dec 20 23:43:42.500 INFO E| Compiling tinyvec_macros v0.1.1
27022024-12-20T23:43:43.142Z[ helios-setup] Dec 20 23:43:42.824 INFO E| Compiling heck v0.4.1
27032024-12-20T23:43:43.267Z[ helios-setup] Dec 20 23:43:42.949 INFO E| Compiling httparse v1.8.0
27042024-12-20T23:43:44.468Z[ helios-setup] Dec 20 23:43:44.150 INFO E| Compiling tinyvec v1.6.0
27052024-12-20T23:43:44.545Z[ helios-setup] Dec 20 23:43:44.226 INFO E| Compiling serde_derive v1.0.204
27062024-12-20T23:43:44.780Z[ helios-setup] Dec 20 23:43:44.462 INFO E| Compiling futures-macro v0.3.28
27072024-12-20T23:43:44.877Z[ helios-setup] Dec 20 23:43:44.559 INFO E| Compiling tokio-macros v2.0.0
27082024-12-20T23:43:45.497Z[ host-package] Compiling same-file v1.0.6
27092024-12-20T23:43:46.218Z[ host-package] Compiling fastrand v2.1.1
27102024-12-20T23:43:47.469Z[ host-package] Compiling tempfile v3.13.0
27112024-12-20T23:43:48.287Z[ helios-setup] Dec 20 23:43:47.967 INFO E| Compiling const-random-macro v0.1.15
27122024-12-20T23:43:48.450Z[ helios-setup] Dec 20 23:43:48.132 INFO E| Compiling form_urlencoded v1.1.0
27132024-12-20T23:43:48.514Z[ helios-setup] Dec 20 23:43:48.197 INFO E| Compiling hashbrown v0.13.2
27142024-12-20T23:43:48.514Z[ helios-setup] Dec 20 23:43:48.197 INFO E| Compiling chrono v0.4.24
27152024-12-20T23:43:49.094Z[ host-package] Compiling walkdir v2.5.0
27162024-12-20T23:43:49.775Z[ helios-setup] Dec 20 23:43:49.456 INFO E| Compiling regex v1.7.3
27172024-12-20T23:43:50.241Z[ helios-setup] Dec 20 23:43:49.924 INFO E| Compiling libz-sys v1.1.8
27182024-12-20T23:43:50.359Z[ host-package] Compiling ring v0.16.20
27192024-12-20T23:43:50.579Z[ host-package] Compiling blake3 v1.5.4
27202024-12-20T23:43:51.736Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27212024-12-20T23:43:52.027Z[ host-package] Compiling xattr v1.3.1
27222024-12-20T23:43:52.750Z[ host-package] Compiling memmap2 v0.9.5
27232024-12-20T23:43:53.298Z[ helios-setup] Dec 20 23:43:52.982 INFO E| Compiling dyn-clone v1.0.11
27242024-12-20T23:43:53.575Z[ helios-setup] Dec 20 23:43:53.258 INFO E| Compiling uuid v1.3.0
27252024-12-20T23:43:53.683Z[ host-package] Compiling filetime v0.2.25
27262024-12-20T23:43:53.924Z[ helios-setup] Dec 20 23:43:53.607 INFO E| Compiling const-random v0.1.15
27272024-12-20T23:43:53.938Z[ host-package] Compiling constant_time_eq v0.3.1
27282024-12-20T23:43:54.044Z[ helios-setup] Dec 20 23:43:53.727 INFO E| Compiling regress v0.5.0
27292024-12-20T23:43:54.099Z[ helios-setup] Dec 20 23:43:53.782 INFO E| Compiling unicode-normalization v0.1.22
27302024-12-20T23:43:54.462Z[ host-package] Compiling arrayref v0.3.9
27312024-12-20T23:43:54.565Z[ host-package] Compiling spin v0.5.2
27322024-12-20T23:43:54.661Z[ host-package] Compiling arrayvec v0.7.6
27332024-12-20T23:43:55.201Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27342024-12-20T23:43:55.412Z[ host-package] Compiling keccak v0.1.5
27352024-12-20T23:43:55.684Z[ host-package] Compiling tar v0.4.42
27362024-12-20T23:43:56.633Z[ helios-setup] Dec 20 23:43:56.318 INFO E| Compiling getopts v0.2.21
27372024-12-20T23:43:56.804Z[ helios-setup] Dec 20 23:43:56.489 INFO E| Compiling tracing-core v0.1.30
27382024-12-20T23:43:57.309Z[ helios-setup] Dec 20 23:43:56.994 INFO E| Compiling memoffset v0.7.1
27392024-12-20T23:43:57.675Z[ host-package] Compiling sha3 v0.10.8
27402024-12-20T23:43:57.934Z[ host-package] Compiling toolchain_find v0.4.0
27412024-12-20T23:43:58.817Z[ helios-setup] Dec 20 23:43:58.501 INFO E| Compiling time-core v0.1.2
27422024-12-20T23:43:58.987Z[ helios-setup] Dec 20 23:43:58.672 INFO E| Compiling powerfmt v0.2.0
27432024-12-20T23:43:59.119Z[ host-package] Compiling camino-tempfile v1.1.1
27442024-12-20T23:43:59.240Z[ host-package] Compiling const_format_proc_macros v0.2.33
27452024-12-20T23:43:59.458Z[ helios-setup] Dec 20 23:43:59.142 INFO E| Compiling unicode-bidi v0.3.13
27462024-12-20T23:43:59.827Z[ host-package] Compiling crunchy v0.2.2
27472024-12-20T23:43:59.948Z[ host-package] Compiling topological-sort v0.2.2
27482024-12-20T23:44:00.068Z[ helios-setup] Dec 20 23:43:59.753 INFO E| Compiling ucd-trie v0.1.5
27492024-12-20T23:44:00.286Z[ host-package] Compiling maplit v1.0.2
27502024-12-20T23:44:00.590Z[ host-package] Compiling omicron-zone-package v0.11.1
27512024-12-20T23:44:00.763Z[ helios-setup] Dec 20 23:44:00.448 INFO E| Compiling num-conv v0.1.0
27522024-12-20T23:44:00.771Z[ host-package] Compiling rustfmt-wrapper v0.2.1
27532024-12-20T23:44:00.995Z[ host-package] Compiling tiny-keccak v2.0.2
27542024-12-20T23:44:01.458Z[ helios-setup] Dec 20 23:44:01.143 INFO E| Compiling time-macros v0.2.18
27552024-12-20T23:44:02.088Z[ host-package] Compiling dsl_auto_type v0.1.2
27562024-12-20T23:44:02.340Z[ host-package] Compiling phf_generator v0.11.2
27572024-12-20T23:44:02.459Z[ host-package] Compiling scheduled-thread-pool v0.2.7
27582024-12-20T23:44:02.490Z[ helios-setup] Dec 20 23:44:02.175 INFO E| Compiling idna v0.3.0
27592024-12-20T23:44:02.992Z[ host-package] Compiling secrecy v0.8.0
27602024-12-20T23:44:03.184Z[ host-package] Compiling const_format v0.2.33
27612024-12-20T23:44:03.284Z[ helios-setup] Dec 20 23:44:02.970 INFO E| Compiling pest v2.5.7
27622024-12-20T23:44:03.473Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
27632024-12-20T23:44:04.287Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27642024-12-20T23:44:04.791Z[ host-package] Compiling arc-swap v1.7.1
27652024-12-20T23:44:05.002Z[ helios-setup] Dec 20 23:44:04.687 INFO E| Compiling deranged v0.3.11
27662024-12-20T23:44:05.004Z[ host-package] Compiling diesel_derives v2.2.3
27672024-12-20T23:44:05.043Z[ host-package] Compiling r2d2 v0.8.10
27682024-12-20T23:44:05.303Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27692024-12-20T23:44:05.959Z[ host-package] Compiling slog-scope v4.4.0
27702024-12-20T23:44:06.404Z[ host-package] Compiling phf_codegen v0.11.2
27712024-12-20T23:44:06.444Z[ helios-setup] Dec 20 23:44:06.118 INFO E| Compiling tracing v0.1.37
27722024-12-20T23:44:06.510Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
27732024-12-20T23:44:07.296Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27742024-12-20T23:44:07.480Z[ host-package] Compiling ascii-canvas v3.0.0
27752024-12-20T23:44:07.575Z[ host-package] Compiling universal-hash v0.5.1
27762024-12-20T23:44:08.463Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
27772024-12-20T23:44:08.585Z[ host-package] Compiling parse-zoneinfo v0.3.1
27782024-12-20T23:44:09.529Z[ helios-setup] Dec 20 23:44:09.152 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
27792024-12-20T23:44:09.693Z[ helios-setup] Dec 20 23:44:09.379 INFO E| Compiling time v0.1.45
27802024-12-20T23:44:10.062Z[ helios-setup] Dec 20 23:44:09.748 INFO E| Compiling crossbeam-epoch v0.9.13
27812024-12-20T23:44:10.500Z[ helios-setup] Dec 20 23:44:10.186 INFO E| Compiling num_threads v0.1.6
27822024-12-20T23:44:10.708Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
27832024-12-20T23:44:11.647Z[ helios-setup] Dec 20 23:44:11.333 INFO E| Compiling semver v1.0.17
27842024-12-20T23:44:11.887Z[ host-package] Compiling ena v0.14.3
27852024-12-20T23:44:12.223Z[ helios-setup] Dec 20 23:44:11.909 INFO E| Compiling iana-time-zone v0.1.56
27862024-12-20T23:44:12.656Z[ helios-setup] Dec 20 23:44:12.342 INFO E| Compiling time v0.3.36
27872024-12-20T23:44:12.876Z[ host-package] Compiling unicase v2.7.0
27882024-12-20T23:44:13.628Z[ helios-setup] Dec 20 23:44:13.314 INFO E| Compiling smallvec v1.10.0
27892024-12-20T23:44:13.631Z[ host-package] Compiling opaque-debug v0.3.1
27902024-12-20T23:44:13.822Z[ host-package] Compiling regex-syntax v0.6.29
27912024-12-20T23:44:14.094Z[ host-package] Compiling diff v0.1.13
27922024-12-20T23:44:14.564Z[ helios-setup] Dec 20 23:44:14.251 INFO E| Compiling toml v0.5.11
27932024-12-20T23:44:15.224Z[ host-package] Compiling poly1305 v0.8.0
27942024-12-20T23:44:16.221Z[ helios-setup] Dec 20 23:44:15.909 INFO E| Compiling serde_tokenstream v0.2.0
27952024-12-20T23:44:16.443Z[ helios-setup] Dec 20 23:44:16.130 INFO E| Compiling parking_lot v0.12.1
27962024-12-20T23:44:18.021Z[ host-package] Compiling thiserror-no-std v2.0.2
27972024-12-20T23:44:18.471Z[ host-package] Compiling chrono-tz-build v0.4.0
27982024-12-20T23:44:21.245Z[ host-package] Compiling lalrpop v0.19.12
27992024-12-20T23:44:21.369Z[ helios-setup] Dec 20 23:44:21.057 INFO E| Compiling semver-parser v0.10.2
28002024-12-20T23:44:24.100Z[ helios-setup] Dec 20 23:44:23.787 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
28012024-12-20T23:44:25.253Z[ host-package] Compiling slog-stdlog v4.1.1
28022024-12-20T23:44:25.517Z[ helios-setup] Dec 20 23:44:25.205 INFO E| Compiling url v2.3.1
28032024-12-20T23:44:27.961Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28042024-12-20T23:44:28.549Z[ host-package] Compiling diesel v2.2.6
28052024-12-20T23:44:29.112Z[ helios-setup] Dec 20 23:44:28.801 INFO E| Compiling crossbeam-channel v0.5.6
28062024-12-20T23:44:29.776Z[ helios-setup] Dec 20 23:44:29.465 INFO E| Compiling dirs-sys-next v0.1.2
28072024-12-20T23:44:29.872Z[ helios-setup] Dec 20 23:44:29.561 INFO E| Compiling crc32fast v1.3.2
28082024-12-20T23:44:30.388Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28092024-12-20T23:44:31.309Z[ helios-setup] Dec 20 23:44:30.998 INFO E| Compiling try-lock v0.2.4
28102024-12-20T23:44:31.390Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28112024-12-20T23:44:31.822Z[ helios-setup] Dec 20 23:44:31.511 INFO E| Compiling same-file v1.0.6
28122024-12-20T23:44:32.234Z[ host-package] Compiling chacha20 v0.9.1
28132024-12-20T23:44:32.370Z[ helios-setup] Dec 20 23:44:32.059 INFO E| Compiling walkdir v2.3.3
28142024-12-20T23:44:32.470Z[ helios-setup] Dec 20 23:44:32.160 INFO E| Compiling want v0.3.0
28152024-12-20T23:44:33.360Z[ host-package] Compiling aead v0.5.2
28162024-12-20T23:44:33.444Z[ helios-setup] Dec 20 23:44:33.133 INFO E| Compiling dirs-next v2.0.0
28172024-12-20T23:44:34.447Z[ host-package] Compiling vte_generate_state_changes v0.1.2
28182024-12-20T23:44:35.233Z[ helios-setup] Dec 20 23:44:34.923 INFO E| Compiling semver v0.11.0
28192024-12-20T23:44:36.152Z[ host-package] Compiling ref-cast v1.0.23
28202024-12-20T23:44:36.590Z[ helios-setup] Dec 20 23:44:36.280 INFO E| Compiling tokio-util v0.7.7
28212024-12-20T23:44:37.576Z[ helios-setup] Dec 20 23:44:37.265 INFO E| Compiling proc-macro-crate v1.2.1
28222024-12-20T23:44:37.907Z[ host-package] Compiling vte v0.11.1
28232024-12-20T23:44:39.282Z[ helios-setup] Dec 20 23:44:38.973 INFO E| Compiling h2 v0.3.16
28242024-12-20T23:44:40.799Z[ host-package] Compiling chacha20poly1305 v0.10.1
28252024-12-20T23:44:41.089Z[ helios-setup] Dec 20 23:44:40.778 INFO E| Compiling futures-executor v0.3.28
28262024-12-20T23:44:41.315Z[ helios-setup] Dec 20 23:44:41.006 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
28272024-12-20T23:44:41.382Z[ host-package] Compiling slog-envlogger v2.2.0
28282024-12-20T23:44:41.476Z[ host-package] Compiling chrono-tz v0.10.0
28292024-12-20T23:44:41.598Z[ helios-setup] Dec 20 23:44:41.289 INFO E| Compiling http-body v0.4.5
28302024-12-20T23:44:42.508Z[ helios-setup] Dec 20 23:44:42.199 INFO E| Compiling ring v0.16.20
28312024-12-20T23:44:43.215Z[ host-package] Compiling vsss-rs v3.3.4
28322024-12-20T23:44:43.523Z[ helios-setup] Dec 20 23:44:43.214 INFO E| Compiling rand_core v0.6.4
28332024-12-20T23:44:44.706Z[ helios-setup] Dec 20 23:44:44.398 INFO E| Compiling thread_local v1.1.7
28342024-12-20T23:44:44.927Z[ helios-setup] Dec 20 23:44:44.618 INFO E| Compiling adler v1.0.2
28352024-12-20T23:44:45.680Z[ helios-setup] Dec 20 23:44:45.371 INFO E| Compiling utf8parse v0.2.1
28362024-12-20T23:44:46.180Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28372024-12-20T23:44:46.451Z[ helios-setup] Dec 20 23:44:46.143 INFO E| Compiling base64 v0.21.0
28382024-12-20T23:44:46.880Z[ host-package] Compiling derive_builder_core v0.20.2
28392024-12-20T23:44:48.562Z[ helios-setup] Dec 20 23:44:48.254 INFO E| Compiling rayon-core v1.10.2
28402024-12-20T23:44:48.981Z[ helios-setup] Dec 20 23:44:48.674 INFO E| Compiling httpdate v1.0.2
28412024-12-20T23:44:49.619Z[ helios-setup] Dec 20 23:44:49.302 INFO E| Compiling tower-service v0.3.2
28422024-12-20T23:44:49.954Z[ helios-setup] Dec 20 23:44:49.645 INFO E| Compiling lazy_static v1.4.0
28432024-12-20T23:44:49.991Z[ helios-setup] Dec 20 23:44:49.683 INFO E| Compiling home v0.5.4
28442024-12-20T23:44:50.212Z[ helios-setup] Dec 20 23:44:49.904 INFO E| Compiling ppv-lite86 v0.2.17
28452024-12-20T23:44:50.822Z[ helios-setup] Dec 20 23:44:50.513 INFO E| Compiling fastrand v1.9.0
28462024-12-20T23:44:51.849Z[ host-package] Compiling headers-core v0.3.0
28472024-12-20T23:44:51.993Z[ helios-setup] Dec 20 23:44:51.685 INFO E| Compiling rand_chacha v0.3.1
28482024-12-20T23:44:52.151Z[ helios-setup] Dec 20 23:44:51.844 INFO E| Compiling tempfile v3.5.0
28492024-12-20T23:44:52.465Z[ host-package] Compiling fxhash v0.2.1
28502024-12-20T23:44:52.537Z[ host-package] Compiling libxml v0.3.3
28512024-12-20T23:44:53.173Z[ host-package] Compiling ref-cast-impl v1.0.23
28522024-12-20T23:44:53.610Z[ host-package] Compiling bytecount v0.6.8
28532024-12-20T23:44:54.501Z[ host-package] Compiling papergrid v0.11.0
28542024-12-20T23:44:55.046Z[ helios-setup] Dec 20 23:44:54.739 INFO E| Compiling hyper v0.14.25
28552024-12-20T23:44:55.823Z[ helios-setup] Dec 20 23:44:55.516 INFO E| Compiling toolchain_find v0.2.0
28562024-12-20T23:44:56.254Z[ helios-setup] Dec 20 23:44:55.947 INFO E| Compiling anstyle-parse v0.1.1
28572024-12-20T23:44:56.860Z[ host-package] Compiling headers v0.4.0
28582024-12-20T23:44:56.882Z[ helios-setup] Dec 20 23:44:56.333 INFO E| Compiling miniz_oxide v0.6.2
28592024-12-20T23:44:57.486Z[ helios-setup] Dec 20 23:44:57.180 INFO E| Compiling futures v0.3.28
28602024-12-20T23:45:03.912Z[ host-package] Compiling derive_builder_macro v0.20.2
28612024-12-20T23:45:09.414Z[ helios-setup] Dec 20 23:45:09.109 INFO E| Compiling num_enum_derive v0.5.7
28622024-12-20T23:45:10.625Z[ helios-setup] Dec 20 23:45:10.320 INFO E| Compiling cargo-lock v8.0.3
28632024-12-20T23:45:16.283Z[ host-package] Compiling polar-core v0.27.3
28642024-12-20T23:45:16.338Z[ helios-setup] Dec 20 23:45:16.035 INFO E| Compiling crossbeam-deque v0.8.2
28652024-12-20T23:45:17.505Z[ helios-setup] Dec 20 23:45:17.201 INFO E| Compiling term v0.7.0
28662024-12-20T23:45:17.724Z[ helios-setup] Dec 20 23:45:17.421 INFO E| Compiling serde_urlencoded v0.7.1
28672024-12-20T23:45:18.229Z[ helios-setup] Dec 20 23:45:17.925 INFO E| Compiling sha1 v0.10.5
28682024-12-20T23:45:18.373Z[ helios-setup] Dec 20 23:45:18.070 INFO E| Compiling sha2 v0.10.6
28692024-12-20T23:45:18.629Z[ helios-setup] Dec 20 23:45:18.326 INFO E| Compiling is-terminal v0.4.7
28702024-12-20T23:45:19.133Z[ helios-setup] Dec 20 23:45:18.829 INFO E| Compiling atty v0.2.14
28712024-12-20T23:45:19.420Z[ helios-setup] Dec 20 23:45:19.116 INFO E| Compiling anstyle v0.3.5
28722024-12-20T23:45:21.559Z[ helios-setup] Dec 20 23:45:21.256 INFO E| Compiling concolor-override v1.0.0
28732024-12-20T23:45:21.796Z[ helios-setup] Dec 20 23:45:21.494 INFO E| Compiling concolor-query v0.3.3
28742024-12-20T23:45:22.147Z[ host-package] Compiling strip-ansi-escapes v0.2.0
28752024-12-20T23:45:22.150Z[ helios-setup] Dec 20 23:45:21.847 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
28762024-12-20T23:45:22.426Z[ helios-setup] Dec 20 23:45:22.122 INFO E| Compiling anstream v0.2.6
28772024-12-20T23:45:23.215Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
28782024-12-20T23:45:24.360Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
28792024-12-20T23:45:25.082Z[ helios-setup] Dec 20 23:45:24.780 INFO E| Compiling slog-term v2.9.0
28802024-12-20T23:45:25.294Z[ helios-setup] Dec 20 23:45:24.992 INFO E| Compiling flate2 v1.0.25
28812024-12-20T23:45:25.572Z[ host-package] Compiling tabled_derive v0.7.0
28822024-12-20T23:45:28.020Z[ helios-setup] Dec 20 23:45:27.718 INFO E| Compiling num_enum v0.5.7
28832024-12-20T23:45:28.411Z[ helios-setup] Dec 20 23:45:28.109 INFO E| Compiling rustfmt-wrapper v0.2.0
28842024-12-20T23:45:28.502Z[ helios-setup] Dec 20 23:45:28.201 INFO E| Compiling rand v0.8.5
28852024-12-20T23:45:29.616Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
28862024-12-20T23:45:29.711Z[ helios-setup] Dec 20 23:45:29.409 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
28872024-12-20T23:45:30.190Z[ helios-setup] Dec 20 23:45:29.888 INFO E| Compiling openapiv3 v1.0.2
28882024-12-20T23:45:30.340Z[ host-package] Compiling itertools v0.12.1
28892024-12-20T23:45:31.039Z[ helios-setup] Dec 20 23:45:30.737 INFO E| Compiling encoding_rs v0.8.32
28902024-12-20T23:45:32.483Z[ helios-setup] Dec 20 23:45:32.182 INFO E| Compiling byteorder v1.4.3
28912024-12-20T23:45:34.488Z[ helios-setup] Dec 20 23:45:34.187 INFO E| Compiling either v1.8.0
28922024-12-20T23:45:35.440Z[ helios-setup] Dec 20 23:45:35.139 INFO E| Compiling strsim v0.10.0
28932024-12-20T23:45:38.056Z[ helios-setup] Dec 20 23:45:37.755 INFO E| Compiling project-root v0.2.2
28942024-12-20T23:45:38.257Z[ host-package] Compiling fd-lock v4.0.2
28952024-12-20T23:45:38.461Z[ host-package] Compiling peg-macros v0.8.4
28962024-12-20T23:45:38.618Z[ helios-setup] Dec 20 23:45:38.318 INFO E| Compiling ipnet v2.7.2
28972024-12-20T23:45:38.733Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28982024-12-20T23:45:38.878Z[ helios-setup] Dec 20 23:45:38.578 INFO E| Compiling untrusted v0.7.1
28992024-12-20T23:45:38.911Z[ host-package] Compiling strum_macros v0.24.3
29002024-12-20T23:45:39.303Z[ helios-setup] Dec 20 23:45:39.003 INFO E| Compiling unsafe-libyaml v0.2.8
29012024-12-20T23:45:39.459Z[ helios-setup] Dec 20 23:45:39.159 INFO E| Compiling spin v0.5.2
29022024-12-20T23:45:40.272Z[ helios-setup] Dec 20 23:45:39.971 INFO E| Compiling utf-8 v0.7.6
29032024-12-20T23:45:40.430Z[ helios-setup] Dec 20 23:45:40.130 INFO E| Compiling clap_lex v0.4.1
29042024-12-20T23:45:41.138Z[ helios-setup] Dec 20 23:45:40.838 INFO E| Compiling mime v0.3.17
29052024-12-20T23:45:41.260Z[ host-package] Compiling kstat-rs v0.2.4
29062024-12-20T23:45:42.160Z[ helios-setup] Dec 20 23:45:41.860 INFO E| Compiling base64 v0.13.1
29072024-12-20T23:45:43.058Z[ host-package] Compiling samael v0.0.17
29082024-12-20T23:45:43.095Z[ helios-setup] Dec 20 23:45:42.793 INFO E| Compiling serde_yaml v0.9.21
29092024-12-20T23:45:43.433Z[ host-package] Compiling indoc v1.0.9
29102024-12-20T23:45:43.554Z[ helios-setup] Dec 20 23:45:43.255 INFO E| Compiling tungstenite v0.18.0
29112024-12-20T23:45:44.189Z[ helios-setup] Dec 20 23:45:43.568 INFO E| Compiling reqwest v0.11.16
29122024-12-20T23:45:44.212Z[ helios-setup] Dec 20 23:45:43.815 INFO E| Compiling clap_builder v4.2.1
29132024-12-20T23:45:44.815Z[ host-package] Compiling nu-ansi-term v0.50.1
29142024-12-20T23:45:44.858Z[ helios-setup] Dec 20 23:45:44.558 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29152024-12-20T23:45:45.025Z[ host-package] Compiling peg v0.8.4
29162024-12-20T23:45:45.503Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29172024-12-20T23:45:47.313Z[ host-package] Compiling reedline v0.35.0
29182024-12-20T23:45:48.911Z[ host-package] Compiling tabled v0.15.0
29192024-12-20T23:45:50.409Z[ helios-setup] Dec 20 23:45:50.109 INFO E| Compiling rayon v1.6.1
29202024-12-20T23:45:51.996Z[ helios-setup] Dec 20 23:45:51.697 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
29212024-12-20T23:45:54.267Z[ helios-setup] Dec 20 23:45:53.969 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
29222024-12-20T23:45:56.624Z[ helios-setup] Dec 20 23:45:56.326 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
29232024-12-20T23:45:56.718Z[ helios-setup] Dec 20 23:45:56.420 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
29242024-12-20T23:45:58.657Z[ helios-setup] Dec 20 23:45:58.359 INFO E| Compiling clap_derive v4.2.0
29252024-12-20T23:46:01.819Z[ helios-setup] Dec 20 23:46:01.522 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
29262024-12-20T23:46:04.513Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29272024-12-20T23:46:08.768Z[ helios-setup] Dec 20 23:46:08.472 INFO E| Compiling clap v4.2.1
29282024-12-20T23:46:08.973Z[ helios-setup] Dec 20 23:46:08.678 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29292024-12-20T23:46:20.818Z[ helios-setup] Dec 20 23:46:20.524 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29302024-12-20T23:46:24.647Z[ helios-setup] Dec 20 23:46:24.353 INFO E| Compiling tokio-tungstenite v0.18.0
29312024-12-20T23:46:25.559Z[ host-package] Compiling derive_builder v0.20.2
29322024-12-20T23:46:26.061Z[ helios-setup] Dec 20 23:46:25.767 INFO E| Compiling smartstring v1.0.1
29332024-12-20T23:46:26.362Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29342024-12-20T23:46:27.107Z[ helios-setup] Dec 20 23:46:26.814 INFO E| Compiling rustls v0.21.0
29352024-12-20T23:46:28.317Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
29362024-12-20T23:46:29.114Z[ helios-setup] Dec 20 23:46:28.821 INFO E| Compiling serde_spanned v0.6.1
29372024-12-20T23:46:29.647Z[ helios-setup] Dec 20 23:46:29.354 INFO E| Compiling toml_datetime v0.6.1
29382024-12-20T23:46:30.453Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
29392024-12-20T23:46:31.539Z[ helios-setup] Dec 20 23:46:30.938 INFO E| Compiling match_cfg v0.1.0
29402024-12-20T23:46:31.554Z[ helios-setup] Dec 20 23:46:31.102 INFO E| Compiling slog-async v2.7.0
29412024-12-20T23:46:31.554Z[ host-package] Compiling bcs v0.1.6
29422024-12-20T23:46:33.050Z[ helios-setup] Dec 20 23:46:32.758 INFO E| Compiling paste v1.0.12
29432024-12-20T23:46:33.325Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
29442024-12-20T23:46:34.055Z[ helios-setup] Dec 20 23:46:33.763 INFO E| Compiling async-trait v0.1.68
29452024-12-20T23:46:35.101Z[ host-package] Compiling oso-derive v0.27.3
29462024-12-20T23:46:35.289Z[ helios-setup] Dec 20 23:46:34.998 INFO E| Compiling static_assertions v1.1.0
29472024-12-20T23:46:35.512Z[ helios-setup] Dec 20 23:46:35.220 INFO E| Compiling winnow v0.4.1
29482024-12-20T23:46:36.221Z[ host-package] Compiling libz-sys v1.1.20
29492024-12-20T23:46:37.280Z[ host-package] Compiling quick-xml v0.33.0
29502024-12-20T23:46:37.695Z[ host-package] Compiling diesel-dtrace v0.4.2
29512024-12-20T23:46:38.871Z[ host-package] Compiling parking_lot_core v0.8.6
29522024-12-20T23:46:39.311Z[ helios-setup] Dec 20 23:46:39.018 INFO E| Compiling camino v1.1.4
29532024-12-20T23:46:42.699Z[ helios-setup] Dec 20 23:46:42.408 INFO E| Compiling toml_edit v0.19.8
29542024-12-20T23:46:44.005Z[ helios-setup] Dec 20 23:46:43.715 INFO E| Compiling hostname v0.3.1
29552024-12-20T23:46:44.586Z[ helios-setup] Dec 20 23:46:44.295 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
29562024-12-20T23:46:45.023Z[ helios-setup] Dec 20 23:46:44.733 INFO E| Compiling slog-json v2.6.1
29572024-12-20T23:46:46.284Z[ host-package] Compiling oso v0.27.3
29582024-12-20T23:46:46.361Z[ helios-setup] Dec 20 23:46:46.070 INFO E| Compiling unicode-linebreak v0.1.4
29592024-12-20T23:46:50.713Z[ host-package] Compiling mime_guess v2.0.5
29602024-12-20T23:46:50.725Z[ helios-setup] Dec 20 23:46:50.435 INFO E| Compiling async-stream-impl v0.3.5
29612024-12-20T23:46:51.766Z[ helios-setup] Dec 20 23:46:51.475 INFO E| Compiling rhai_codegen v1.5.0
29622024-12-20T23:46:53.458Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
29632024-12-20T23:46:53.933Z[ helios-setup] Dec 20 23:46:53.643 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
29642024-12-20T23:46:54.980Z[ helios-setup] Dec 20 23:46:54.691 INFO E| Compiling take_mut v0.2.2
29652024-12-20T23:46:57.546Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29662024-12-20T23:46:57.880Z[ helios-setup] Dec 20 23:46:57.592 INFO E| Compiling rhai v1.14.0
29672024-12-20T23:46:58.402Z[ helios-setup] Dec 20 23:46:58.114 INFO E| Compiling async-stream v0.3.5
29682024-12-20T23:46:59.744Z[ helios-setup] Dec 20 23:46:59.455 INFO E| Compiling toml v0.7.3
29692024-12-20T23:47:01.075Z[ helios-setup] Dec 20 23:47:00.787 INFO E| Compiling slog-bunyan v2.4.0
29702024-12-20T23:47:05.043Z[ helios-setup] Dec 20 23:47:04.756 INFO E| Compiling rustls-pemfile v1.0.2
29712024-12-20T23:47:06.737Z[ helios-setup] Dec 20 23:47:06.450 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
29722024-12-20T23:47:06.758Z[ helios-setup] Dec 20 23:47:06.471 INFO E| Compiling serde_path_to_error v0.1.11
29732024-12-20T23:47:07.396Z[ helios-setup] Dec 20 23:47:07.109 INFO E| Compiling bincode v1.3.3
29742024-12-20T23:47:08.557Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
29752024-12-20T23:47:09.744Z[ helios-setup] Dec 20 23:47:09.456 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
29762024-12-20T23:47:10.605Z[ helios-setup] Dec 20 23:47:10.319 INFO E| Compiling terminal_size v0.2.6
29772024-12-20T23:47:11.135Z[ helios-setup] Dec 20 23:47:10.838 INFO E| Compiling smawk v0.3.1
29782024-12-20T23:47:11.636Z[ helios-setup] Dec 20 23:47:11.350 INFO E| Compiling textwrap v0.16.0
29792024-12-20T23:47:14.811Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
29802024-12-20T23:47:15.342Z[ host-package] Compiling bb8 v0.8.5
29812024-12-20T23:47:16.604Z[ host-package] Compiling async-bb8-diesel v0.2.1
29822024-12-20T23:47:19.997Z[ helios-setup] Dec 20 23:47:19.712 INFO E| Compiling sct v0.7.0
29832024-12-20T23:47:20.259Z[ helios-setup] Dec 20 23:47:19.974 INFO E| Compiling rustls-webpki v0.100.1
29842024-12-20T23:47:21.555Z[ host-package] Compiling nibble_vec v0.1.0
29852024-12-20T23:47:22.395Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
29862024-12-20T23:47:22.862Z[ host-package] Compiling atty v0.2.14
29872024-12-20T23:47:23.431Z[ host-package] Compiling http-range v0.1.5
29882024-12-20T23:47:24.464Z[ host-package] Compiling endian-type v0.1.2
29892024-12-20T23:47:25.006Z[ host-package] Compiling salty v0.3.0
29902024-12-20T23:47:25.435Z[ host-package] Compiling radix_trie v0.2.1
29912024-12-20T23:47:27.882Z[ host-package] Compiling parking_lot v0.11.2
29922024-12-20T23:47:30.511Z[ helios-setup] Dec 20 23:47:30.227 INFO E| Compiling tokio-rustls v0.24.0
29932024-12-20T23:47:30.717Z[ helios-setup] Dec 20 23:47:30.434 INFO E| Compiling git2 v0.16.1
29942024-12-20T23:47:35.346Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
29952024-12-20T23:47:42.143Z[ helios-setup] Dec 20 23:47:41.861 INFO E| Compiling built v0.6.0
29962024-12-20T23:47:43.858Z[ helios-setup] Dec 20 23:47:43.574 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29972024-12-20T23:47:45.561Z[ helios-setup] Dec 20 23:47:45.280 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
29982024-12-20T23:47:46.389Z[ helios-setup] Dec 20 23:47:46.096 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
29992024-12-20T23:47:47.028Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
30002024-12-20T23:47:55.894Z[ host-package] Compiling hyper-staticfile v0.10.1
30012024-12-20T23:47:57.612Z[ helios-setup] Dec 20 23:47:57.332 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
30022024-12-20T23:48:03.797Z[ helios-setup] Dec 20 23:48:00.159 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
30032024-12-20T23:48:03.924Z[ host-package] Compiling sled v0.34.7
30042024-12-20T23:48:12.110Z[ host-package] Compiling hickory-client v0.24.1
30052024-12-20T23:48:26.164Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30062024-12-20T23:48:28.753Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30072024-12-20T23:48:29.156Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30082024-12-20T23:48:29.440Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
30092024-12-20T23:48:30.134Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30102024-12-20T23:48:32.267Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
30112024-12-20T23:48:35.738Z[ host-package] Compiling hickory-server v0.24.1
30122024-12-20T23:48:36.105Z[ host-package] Compiling primeorder v0.13.6
30132024-12-20T23:48:37.414Z[ host-package] Compiling castaway v0.2.3
30142024-12-20T23:48:38.042Z[ host-package] Compiling vergen v8.3.2
30152024-12-20T23:48:38.789Z[ host-package] Compiling env_filter v0.1.2
30162024-12-20T23:48:39.247Z[ host-package] Compiling cargo-platform v0.1.8
30172024-12-20T23:48:40.483Z[ host-package] Compiling nanorand v0.7.0
30182024-12-20T23:48:41.966Z[ host-package] Compiling memoffset v0.9.1
30192024-12-20T23:48:42.076Z[ host-package] Compiling flume v0.11.1
30202024-12-20T23:48:43.413Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30212024-12-20T23:48:44.277Z[ host-package] Compiling cargo_metadata v0.18.1
30222024-12-20T23:48:46.049Z[ host-package] Compiling env_logger v0.11.5
30232024-12-20T23:48:48.280Z[ host-package] Compiling compact_str v0.8.0
30242024-12-20T23:48:49.432Z[ host-package] Compiling p384 v0.13.0
30252024-12-20T23:48:50.975Z[ helios-setup] Dec 20 23:48:50.704 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
30262024-12-20T23:48:51.320Z[ host-package] Compiling git2 v0.19.0
30272024-12-20T23:48:54.488Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30282024-12-20T23:48:56.058Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30292024-12-20T23:48:56.843Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
30302024-12-20T23:48:58.328Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
30312024-12-20T23:48:58.931Z[ host-package] Compiling unicode-truncate v1.1.0
30322024-12-20T23:48:59.278Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
30332024-12-20T23:49:01.042Z[ host-package] Compiling lru v0.12.5
30342024-12-20T23:49:01.510Z[ host-package] Compiling rand_seeder v0.3.0
30352024-12-20T23:49:02.078Z[ host-package] Compiling libsqlite3-sys v0.30.1
30362024-12-20T23:49:02.177Z[ host-package] Compiling lzma-sys v0.1.20
30372024-12-20T23:49:02.729Z[ host-package] Compiling instability v0.3.2
30382024-12-20T23:49:02.848Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
30392024-12-20T23:49:03.130Z[ host-package] Compiling cassowary v0.3.0
30402024-12-20T23:49:03.272Z[ host-package] Compiling rustls v0.21.12
30412024-12-20T23:49:03.704Z[ host-package] Compiling cfg_aliases v0.2.1
30422024-12-20T23:49:03.913Z[ host-package] Compiling nix v0.29.0
30432024-12-20T23:49:03.935Z[ host-package] Compiling ratatui v0.28.1
30442024-12-20T23:49:05.548Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30452024-12-20T23:49:06.246Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
30462024-12-20T23:49:07.107Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30472024-12-20T23:49:08.323Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30482024-12-20T23:49:08.674Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30492024-12-20T23:49:09.368Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
30502024-12-20T23:49:09.742Z[ host-package] Compiling rustls-webpki v0.101.7
30512024-12-20T23:49:10.797Z[ host-package] Compiling sct v0.7.1
30522024-12-20T23:49:11.694Z[ host-package] Compiling heck v0.3.3
30532024-12-20T23:49:12.246Z[ host-package] Compiling csv-core v0.1.11
30542024-12-20T23:49:13.842Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
30552024-12-20T23:49:14.705Z[ host-package] Compiling glob v0.3.1
30562024-12-20T23:49:15.119Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
30572024-12-20T23:49:15.493Z[ host-package] Compiling csv v1.3.0
30582024-12-20T23:49:16.066Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30592024-12-20T23:49:16.162Z[ host-package] Compiling zone_cfg_derive v0.1.2
30602024-12-20T23:49:18.240Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
30612024-12-20T23:49:18.790Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
30622024-12-20T23:49:19.251Z[ host-package] Compiling nix v0.27.1
30632024-12-20T23:49:28.037Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30642024-12-20T23:49:37.162Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
30652024-12-20T23:49:41.879Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
30662024-12-20T23:49:48.086Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
30672024-12-20T23:49:49.397Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
30682024-12-20T23:49:53.957Z[ helios-setup] Dec 20 23:49:53.691 INFO E| Finished `release` profile [optimized] target(s) in 6m 46s
30692024-12-20T23:49:54.086Z[ helios-setup] Dec 20 23:49:53.824 INFO building project "pilot" ok (406 seconds)
30702024-12-20T23:49:54.086Z[ helios-setup] Dec 20 23:49:53.824 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
30712024-12-20T23:49:54.094Z[ helios-setup] Dec 20 23:49:53.824 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
30722024-12-20T23:49:54.408Z[ helios-setup] Dec 20 23:49:54.147 INFO E| Downloading crates ...
30732024-12-20T23:49:54.494Z[ helios-setup] Dec 20 23:49:54.233 INFO E| Downloaded miniz_oxide v0.7.2
30742024-12-20T23:49:54.567Z[ helios-setup] Dec 20 23:49:54.306 INFO E| Compiling adler v1.0.2
30752024-12-20T23:49:54.736Z[ helios-setup] Dec 20 23:49:54.475 INFO E| Compiling miniz_oxide v0.7.2
30762024-12-20T23:49:55.637Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
30772024-12-20T23:49:56.069Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30782024-12-20T23:49:56.478Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30792024-12-20T23:49:57.104Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30802024-12-20T23:49:57.463Z[ helios-setup] Dec 20 23:49:57.198 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
30812024-12-20T23:49:58.542Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30822024-12-20T23:49:58.593Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
30832024-12-20T23:49:58.826Z[ helios-setup] Dec 20 23:49:58.561 INFO E| Finished `release` profile [optimized] target(s) in 4.63s
30842024-12-20T23:49:58.840Z[ helios-setup] Dec 20 23:49:58.572 INFO building project "pinprick" ok (4 seconds)
30852024-12-20T23:49:58.840Z[ helios-setup] Dec 20 23:49:58.572 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
30862024-12-20T23:49:58.845Z[ helios-setup] Dec 20 23:49:58.572 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
30872024-12-20T23:49:59.165Z[ helios-setup] Dec 20 23:49:58.901 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
30882024-12-20T23:49:59.378Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
30892024-12-20T23:49:59.647Z[ helios-setup] Dec 20 23:49:59.386 INFO E| From https://github.com/jclulow/rust-jmclib
30902024-12-20T23:49:59.647Z[ helios-setup] Dec 20 23:49:59.386 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
30912024-12-20T23:49:59.670Z[ helios-setup] Dec 20 23:49:59.409 INFO E| Updating crates.io index
30922024-12-20T23:49:59.782Z[ helios-setup] Dec 20 23:49:59.522 INFO E| Downloading crates ...
30932024-12-20T23:49:59.890Z[ helios-setup] Dec 20 23:49:59.629 INFO E| Downloaded opaque-debug v0.3.0
30942024-12-20T23:49:59.893Z[ helios-setup] Dec 20 23:49:59.632 INFO E| Downloaded fastrand v2.0.0
30952024-12-20T23:49:59.896Z[ helios-setup] Dec 20 23:49:59.634 INFO E| Downloaded getrandom v0.2.10
30962024-12-20T23:49:59.900Z[ helios-setup] Dec 20 23:49:59.638 INFO E| Downloaded once_cell v1.18.0
30972024-12-20T23:49:59.903Z[ helios-setup] Dec 20 23:49:59.642 INFO E| Downloaded cpufeatures v0.2.9
30982024-12-20T23:49:59.912Z[ helios-setup] Dec 20 23:49:59.651 INFO E| Downloaded block-buffer v0.9.0
30992024-12-20T23:49:59.914Z[ helios-setup] Dec 20 23:49:59.653 INFO E| Downloaded libdevinfo-sys v1.0.0
31002024-12-20T23:49:59.917Z[ helios-setup] Dec 20 23:49:59.657 INFO E| Downloaded itoa v1.0.9
31012024-12-20T23:49:59.923Z[ helios-setup] Dec 20 23:49:59.663 INFO E| Downloaded md-5 v0.9.1
31022024-12-20T23:49:59.927Z[ helios-setup] Dec 20 23:49:59.667 INFO E| Downloaded sha-1 v0.9.8
31032024-12-20T23:49:59.930Z[ helios-setup] Dec 20 23:49:59.670 INFO E| Downloaded digest v0.9.0
31042024-12-20T23:49:59.967Z[ helios-setup] Dec 20 23:49:59.706 INFO E| Downloaded tempfile v3.7.0
31052024-12-20T23:49:59.970Z[ helios-setup] Dec 20 23:49:59.710 INFO E| Downloaded quote v1.0.31
31062024-12-20T23:49:59.974Z[ helios-setup] Dec 20 23:49:59.714 INFO E| Downloaded bitflags v2.3.3
31072024-12-20T23:49:59.979Z[ helios-setup] Dec 20 23:49:59.718 INFO E| Downloaded uuid v0.8.2
31082024-12-20T23:49:59.984Z[ helios-setup] Dec 20 23:49:59.724 INFO E| Downloaded proc-macro2 v1.0.66
31092024-12-20T23:49:59.989Z[ helios-setup] Dec 20 23:49:59.728 INFO E| Downloaded unicode-ident v1.0.11
31102024-12-20T23:49:59.993Z[ helios-setup] Dec 20 23:49:59.733 INFO E| Downloaded serde_derive v1.0.193
31112024-12-20T23:49:59.997Z[ helios-setup] Dec 20 23:49:59.737 INFO E| Downloaded serde v1.0.193
31122024-12-20T23:50:00.003Z[ helios-setup] Dec 20 23:49:59.743 INFO E| Downloaded ryu v1.0.15
31132024-12-20T23:50:00.009Z[ helios-setup] Dec 20 23:49:59.748 INFO E| Downloaded anyhow v1.0.72
31142024-12-20T23:50:00.024Z[ helios-setup] Dec 20 23:49:59.763 INFO E| Downloaded serde_json v1.0.103
31152024-12-20T23:50:00.037Z[ helios-setup] Dec 20 23:49:59.777 INFO E| Downloaded syn v2.0.32
31162024-12-20T23:50:00.055Z[ helios-setup] Dec 20 23:49:59.795 INFO E| Downloaded rustix v0.38.4
31172024-12-20T23:50:00.125Z[ helios-setup] Dec 20 23:49:59.864 INFO E| Downloaded libc v0.2.147
31182024-12-20T23:50:00.169Z[ host-package] Compiling hashlink v0.9.1
31192024-12-20T23:50:00.260Z[ helios-setup] Dec 20 23:49:59.999 INFO E| Compiling libc v0.2.147
31202024-12-20T23:50:00.260Z[ helios-setup] Dec 20 23:49:59.999 INFO E| Compiling proc-macro2 v1.0.66
31212024-12-20T23:50:00.262Z[ helios-setup] Dec 20 23:49:59.999 INFO E| Compiling unicode-ident v1.0.11
31222024-12-20T23:50:00.263Z[ helios-setup] Dec 20 23:49:59.999 INFO E| Compiling cfg-if v1.0.0
31232024-12-20T23:50:00.263Z[ helios-setup] Dec 20 23:49:59.999 INFO E| Compiling typenum v1.16.0
31242024-12-20T23:50:00.263Z[ helios-setup] Dec 20 23:50:00.000 INFO E| Compiling version_check v0.9.4
31252024-12-20T23:50:00.263Z[ helios-setup] Dec 20 23:50:00.000 INFO E| Compiling serde v1.0.193
31262024-12-20T23:50:00.263Z[ helios-setup] Dec 20 23:50:00.000 INFO E| Compiling powerfmt v0.2.0
31272024-12-20T23:50:00.513Z[ helios-setup] Dec 20 23:50:00.253 INFO E| Compiling num-conv v0.1.0
31282024-12-20T23:50:00.906Z[ helios-setup] Dec 20 23:50:00.645 INFO E| Compiling itoa v1.0.9
31292024-12-20T23:50:01.236Z[ helios-setup] Dec 20 23:50:00.976 INFO E| Compiling rustix v0.38.4
31302024-12-20T23:50:01.242Z[ helios-setup] Dec 20 23:50:00.981 INFO E| Compiling slog v2.7.0
31312024-12-20T23:50:01.261Z[ helios-setup] Dec 20 23:50:01.001 INFO E| Compiling time-core v0.1.2
31322024-12-20T23:50:01.600Z[ helios-setup] Dec 20 23:50:01.340 INFO E| Compiling time-macros v0.2.18
31332024-12-20T23:50:01.689Z[ helios-setup] Dec 20 23:50:01.428 INFO E| Compiling generic-array v0.14.7
31342024-12-20T23:50:01.980Z[ helios-setup] Dec 20 23:50:01.720 INFO E| Compiling deranged v0.3.11
31352024-12-20T23:50:02.180Z[ host-package] Compiling tungstenite v0.23.0
31362024-12-20T23:50:02.473Z[ host-package] Compiling base64 v0.13.1
31372024-12-20T23:50:02.502Z[ helios-setup] Dec 20 23:50:02.232 INFO E| Compiling once_cell v1.18.0
31382024-12-20T23:50:02.505Z[ helios-setup] Dec 20 23:50:02.244 INFO E| Compiling num_threads v0.1.6
31392024-12-20T23:50:02.648Z[ helios-setup] Dec 20 23:50:02.387 INFO E| Compiling bitflags v2.3.3
31402024-12-20T23:50:03.192Z[ helios-setup] Dec 20 23:50:02.932 INFO E| Compiling thread_local v1.1.7
31412024-12-20T23:50:03.409Z[ helios-setup] Dec 20 23:50:03.150 INFO E| Compiling quote v1.0.31
31422024-12-20T23:50:04.196Z[ host-package] Compiling fallible-iterator v0.3.0
31432024-12-20T23:50:04.454Z[ helios-setup] Dec 20 23:50:04.194 INFO E| Compiling syn v2.0.32
31442024-12-20T23:50:04.690Z[ helios-setup] Dec 20 23:50:04.430 INFO E| Compiling dirs-sys-next v0.1.2
31452024-12-20T23:50:04.809Z[ helios-setup] Dec 20 23:50:04.549 INFO E| Compiling errno v0.3.1
31462024-12-20T23:50:05.231Z[ helios-setup] Dec 20 23:50:04.971 INFO E| Compiling dirs-next v2.0.0
31472024-12-20T23:50:05.430Z[ helios-setup] Dec 20 23:50:05.169 INFO E| Compiling term v0.7.0
31482024-12-20T23:50:05.628Z[ helios-setup] Dec 20 23:50:05.368 INFO E| Compiling atty v0.2.14
31492024-12-20T23:50:05.691Z[ helios-setup] Dec 20 23:50:05.431 INFO E| Compiling opaque-debug v0.3.0
31502024-12-20T23:50:05.787Z[ helios-setup] Dec 20 23:50:05.527 INFO E| Compiling fastrand v2.0.0
31512024-12-20T23:50:06.040Z[ helios-setup] Dec 20 23:50:05.780 INFO E| Compiling serde_json v1.0.103
31522024-12-20T23:50:06.193Z[ helios-setup] Dec 20 23:50:05.934 INFO E| Compiling anyhow v1.0.72
31532024-12-20T23:50:06.391Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
31542024-12-20T23:50:06.929Z[ helios-setup] Dec 20 23:50:06.669 INFO E| Compiling digest v0.9.0
31552024-12-20T23:50:06.969Z[ helios-setup] Dec 20 23:50:06.710 INFO E| Compiling block-buffer v0.9.0
31562024-12-20T23:50:07.330Z[ helios-setup] Dec 20 23:50:07.071 INFO E| Compiling getrandom v0.2.10
31572024-12-20T23:50:07.402Z[ host-package] Compiling rusqlite v0.32.1
31582024-12-20T23:50:07.429Z[ helios-setup] Dec 20 23:50:07.169 INFO E| Compiling same-file v1.0.6
31592024-12-20T23:50:07.473Z[ helios-setup] Dec 20 23:50:07.214 INFO E| Compiling ryu v1.0.15
31602024-12-20T23:50:07.640Z[ helios-setup] Dec 20 23:50:07.380 INFO E| Compiling time v0.3.36
31612024-12-20T23:50:07.999Z[ helios-setup] Dec 20 23:50:07.740 INFO E| Compiling unicode-width v0.1.10
31622024-12-20T23:50:08.108Z[ helios-setup] Dec 20 23:50:07.849 INFO E| Compiling cpufeatures v0.2.9
31632024-12-20T23:50:08.270Z[ helios-setup] Dec 20 23:50:08.010 INFO E| Compiling getopts v0.2.21
31642024-12-20T23:50:08.290Z[ helios-setup] Dec 20 23:50:08.030 INFO E| Compiling sha-1 v0.9.8
31652024-12-20T23:50:08.496Z[ helios-setup] Dec 20 23:50:08.236 INFO E| Compiling walkdir v2.3.3
31662024-12-20T23:50:08.817Z[ host-package] Compiling tokio-tungstenite v0.23.1
31672024-12-20T23:50:09.409Z[ helios-setup] Dec 20 23:50:09.150 INFO E| Compiling tempfile v3.7.0
31682024-12-20T23:50:09.773Z[ helios-setup] Dec 20 23:50:09.514 INFO E| Compiling md-5 v0.9.1
31692024-12-20T23:50:09.911Z[ helios-setup] Dec 20 23:50:09.652 INFO E| Compiling libdevinfo-sys v1.0.0
31702024-12-20T23:50:10.165Z[ helios-setup] Dec 20 23:50:09.903 INFO E| Compiling glob v0.3.1
31712024-12-20T23:50:10.316Z[ host-package] Compiling ron v0.7.1
31722024-12-20T23:50:11.416Z[ helios-setup] Dec 20 23:50:11.157 INFO E| Compiling slog-term v2.9.0
31732024-12-20T23:50:12.240Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
31742024-12-20T23:50:13.478Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31752024-12-20T23:50:14.524Z[ helios-setup] Dec 20 23:50:14.266 INFO E| Compiling serde_derive v1.0.193
31762024-12-20T23:50:16.680Z[ host-package] Compiling xz2 v0.1.7
31772024-12-20T23:50:17.289Z[ host-package] Compiling tokio-rustls v0.24.1
31782024-12-20T23:50:17.434Z[ host-package] Compiling zone v0.1.8
31792024-12-20T23:50:21.492Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31802024-12-20T23:50:28.530Z[ helios-setup] Dec 20 23:50:28.273 INFO E| Compiling toml v0.5.11
31812024-12-20T23:50:28.532Z[ helios-setup] Dec 20 23:50:28.273 INFO E| Compiling uuid v0.8.2
31822024-12-20T23:50:29.417Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31832024-12-20T23:50:31.008Z[ helios-setup] Dec 20 23:50:30.752 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
31842024-12-20T23:50:34.572Z[ helios-setup] Dec 20 23:50:34.316 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
31852024-12-20T23:50:36.549Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
31862024-12-20T23:50:38.050Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31872024-12-20T23:50:38.935Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31882024-12-20T23:50:42.974Z[ host-package] Compiling rustls-pemfile v1.0.4
31892024-12-20T23:50:43.952Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31902024-12-20T23:50:44.628Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31912024-12-20T23:50:45.378Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
31922024-12-20T23:50:45.613Z[ host-package] Compiling signal-hook-tokio v0.3.1
31932024-12-20T23:50:45.908Z[ host-package] Compiling twox-hash v1.6.3
31942024-12-20T23:50:47.150Z[ host-package] Compiling yasna v0.5.2
31952024-12-20T23:50:47.703Z[ helios-setup] Dec 20 23:50:47.449 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.78s
31962024-12-20T23:50:47.736Z[ helios-setup] Dec 20 23:50:47.483 INFO building project "image-builder" ok (48 seconds)
31972024-12-20T23:50:47.736Z[ helios-setup] Dec 20 23:50:47.483 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
31982024-12-20T23:50:47.739Z[ helios-setup] Dec 20 23:50:47.483 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
31992024-12-20T23:50:47.748Z[ helios-setup] Dec 20 23:50:47.494 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
32002024-12-20T23:50:48.133Z[ helios-setup] Dec 20 23:50:47.880 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
32012024-12-20T23:50:48.133Z[ helios-setup] Dec 20 23:50:47.880 INFO E| info: downloading component 'cargo'
32022024-12-20T23:50:49.291Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32032024-12-20T23:50:49.378Z[ helios-setup] Dec 20 23:50:49.125 INFO E| info: downloading component 'clippy'
32042024-12-20T23:50:49.594Z[ helios-setup] Dec 20 23:50:49.341 INFO E| info: downloading component 'rust-docs'
32052024-12-20T23:50:50.499Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32062024-12-20T23:50:50.596Z[ helios-setup] Dec 20 23:50:50.343 INFO E| info: downloading component 'rust-src'
32072024-12-20T23:50:51.239Z[ host-package] Compiling is_ci v1.2.0
32082024-12-20T23:50:51.329Z[ helios-setup] Dec 20 23:50:51.075 INFO E| info: downloading component 'rust-std'
32092024-12-20T23:50:51.582Z[ host-package] Compiling smawk v0.3.2
32102024-12-20T23:50:51.883Z[ host-package] Compiling unicode-linebreak v0.1.5
32112024-12-20T23:50:52.478Z[ host-package] Compiling textwrap v0.16.1
32122024-12-20T23:50:53.612Z[ helios-setup] Dec 20 23:50:53.359 INFO E| info: downloading component 'rustc'
32132024-12-20T23:50:55.006Z[ host-package] Compiling supports-color v3.0.1
32142024-12-20T23:50:56.248Z[ host-package] Compiling rcgen v0.12.1
32152024-12-20T23:50:58.096Z[ helios-setup] Dec 20 23:50:57.844 INFO E| info: downloading component 'rustfmt'
32162024-12-20T23:50:58.288Z[ helios-setup] Dec 20 23:50:58.036 INFO E| info: installing component 'cargo'
32172024-12-20T23:50:58.409Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32182024-12-20T23:50:59.520Z[ helios-setup] Dec 20 23:50:59.268 INFO E| info: installing component 'clippy'
32192024-12-20T23:50:59.976Z[ helios-setup] Dec 20 23:50:59.725 INFO E| info: installing component 'rust-docs'
32202024-12-20T23:51:02.424Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32212024-12-20T23:51:05.728Z[ helios-setup] Dec 20 23:51:05.478 INFO E| info: installing component 'rust-src'
32222024-12-20T23:51:06.302Z[ helios-setup] Dec 20 23:51:06.052 INFO E| info: installing component 'rust-std'
32232024-12-20T23:51:07.442Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
32242024-12-20T23:51:08.217Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32252024-12-20T23:51:08.902Z[ helios-setup] Dec 20 23:51:08.652 INFO E| info: installing component 'rustc'
32262024-12-20T23:51:10.375Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32272024-12-20T23:51:15.192Z[ helios-setup] Dec 20 23:51:14.942 INFO E| info: installing component 'rustfmt'
32282024-12-20T23:51:15.994Z[ helios-setup] Dec 20 23:51:15.745 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
32292024-12-20T23:51:16.925Z[ helios-setup] Dec 20 23:51:16.675 INFO E| From https://github.com/oxidecomputer/amd-apcb
32302024-12-20T23:51:16.925Z[ helios-setup] Dec 20 23:51:16.675 INFO E| * [new ref] fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 -> refs/commit/fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9
32312024-12-20T23:51:16.925Z[ helios-setup] Dec 20 23:51:16.675 INFO E| * [new tag] v0.4.3 -> v0.4.3
32322024-12-20T23:51:16.960Z[ helios-setup] Dec 20 23:51:16.711 INFO E| * [new tag] v0.1.3 -> v0.1.3
32332024-12-20T23:51:16.960Z[ helios-setup] Dec 20 23:51:16.711 INFO E| * [new tag] v0.1.4 -> v0.1.4
32342024-12-20T23:51:16.960Z[ helios-setup] Dec 20 23:51:16.711 INFO E| * [new tag] v0.1.5 -> v0.1.5
32352024-12-20T23:51:16.966Z[ helios-setup] Dec 20 23:51:16.712 INFO E| * [new tag] v0.2.0 -> v0.2.0
32362024-12-20T23:51:16.966Z[ helios-setup] Dec 20 23:51:16.712 INFO E| * [new tag] v0.3.0 -> v0.3.0
32372024-12-20T23:51:16.966Z[ helios-setup] Dec 20 23:51:16.712 INFO E| * [new tag] v0.3.1 -> v0.3.1
32382024-12-20T23:51:16.966Z[ helios-setup] Dec 20 23:51:16.712 INFO E| * [new tag] v0.3.2 -> v0.3.2
32392024-12-20T23:51:16.966Z[ helios-setup] Dec 20 23:51:16.712 INFO E| * [new tag] v0.3.3 -> v0.3.3
32402024-12-20T23:51:16.966Z[ helios-setup] Dec 20 23:51:16.712 INFO E| * [new tag] v0.4.0 -> v0.4.0
32412024-12-20T23:51:16.967Z[ helios-setup] Dec 20 23:51:16.712 INFO E| * [new tag] v0.4.1 -> v0.4.1
32422024-12-20T23:51:16.967Z[ helios-setup] Dec 20 23:51:16.712 INFO E| * [new tag] v0.4.2 -> v0.4.2
32432024-12-20T23:51:17.019Z[ helios-setup] Dec 20 23:51:16.770 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
32442024-12-20T23:51:17.949Z[ helios-setup] Dec 20 23:51:17.700 INFO E| From https://github.com/oxidecomputer/amd-efs
32452024-12-20T23:51:17.949Z[ helios-setup] Dec 20 23:51:17.701 INFO E| * [new branch] empty -> origin/empty
32462024-12-20T23:51:17.949Z[ helios-setup] Dec 20 23:51:17.701 INFO E| * [new branch] issue-99 -> origin/issue-99
32472024-12-20T23:51:17.953Z[ helios-setup] Dec 20 23:51:17.701 INFO E| * [new branch] main -> origin/main
32482024-12-20T23:51:17.953Z[ helios-setup] Dec 20 23:51:17.701 INFO E| * [new branch] review -> origin/review
32492024-12-20T23:51:17.953Z[ helios-setup] Dec 20 23:51:17.701 INFO E| * [new ref] -> origin/HEAD
32502024-12-20T23:51:17.953Z[ helios-setup] Dec 20 23:51:17.701 INFO E| * [new tag] v0.2.0 -> v0.2.0
32512024-12-20T23:51:17.954Z[ helios-setup] Dec 20 23:51:17.702 INFO E| * [new tag] v0.2.1 -> v0.2.1
32522024-12-20T23:51:17.954Z[ helios-setup] Dec 20 23:51:17.702 INFO E| * [new tag] v0.2.2 -> v0.2.2
32532024-12-20T23:51:17.954Z[ helios-setup] Dec 20 23:51:17.702 INFO E| * [new tag] v0.2.3 -> v0.2.3
32542024-12-20T23:51:17.954Z[ helios-setup] Dec 20 23:51:17.702 INFO E| * [new tag] v0.2.4 -> v0.2.4
32552024-12-20T23:51:17.954Z[ helios-setup] Dec 20 23:51:17.702 INFO E| * [new tag] v0.2.5 -> v0.2.5
32562024-12-20T23:51:17.954Z[ helios-setup] Dec 20 23:51:17.702 INFO E| * [new tag] v0.2.6 -> v0.2.6
32572024-12-20T23:51:17.954Z[ helios-setup] Dec 20 23:51:17.702 INFO E| * [new tag] v0.2.7 -> v0.2.7
32582024-12-20T23:51:17.954Z[ helios-setup] Dec 20 23:51:17.703 INFO E| * [new tag] v0.3.0 -> v0.3.0
32592024-12-20T23:51:17.954Z[ helios-setup] Dec 20 23:51:17.703 INFO E| * [new tag] v0.3.1 -> v0.3.1
32602024-12-20T23:51:17.954Z[ helios-setup] Dec 20 23:51:17.703 INFO E| * [new tag] v0.4.0 -> v0.4.0
32612024-12-20T23:51:17.954Z[ helios-setup] Dec 20 23:51:17.703 INFO E| * [new tag] v0.4.1 -> v0.4.1
32622024-12-20T23:51:17.954Z[ helios-setup] Dec 20 23:51:17.703 INFO E| * [new tag] v0.4.2 -> v0.4.2
32632024-12-20T23:51:17.954Z[ helios-setup] Dec 20 23:51:17.703 INFO E| * [new tag] v0.4.3 -> v0.4.3
32642024-12-20T23:51:17.981Z[ helios-setup] Dec 20 23:51:17.733 INFO E| Updating crates.io index
32652024-12-20T23:51:18.320Z[ helios-setup] Dec 20 23:51:18.071 INFO E| Downloading crates ...
32662024-12-20T23:51:18.413Z[ helios-setup] Dec 20 23:51:18.165 INFO E| Downloaded bytesize v1.3.0
32672024-12-20T23:51:18.431Z[ helios-setup] Dec 20 23:51:18.183 INFO E| Downloaded modular-bitfield-impl v0.11.2
32682024-12-20T23:51:18.440Z[ helios-setup] Dec 20 23:51:18.192 INFO E| Downloaded unic-char-range v0.9.0
32692024-12-20T23:51:18.443Z[ helios-setup] Dec 20 23:51:18.194 INFO E| Downloaded unic-common v0.9.0
32702024-12-20T23:51:18.446Z[ helios-setup] Dec 20 23:51:18.195 INFO E| Downloaded scroll_derive v0.10.5
32712024-12-20T23:51:18.446Z[ helios-setup] Dec 20 23:51:18.197 INFO E| Downloaded unic-char-property v0.9.0
32722024-12-20T23:51:18.448Z[ helios-setup] Dec 20 23:51:18.199 INFO E| Downloaded proc-macro-crate v0.1.5
32732024-12-20T23:51:18.452Z[ helios-setup] Dec 20 23:51:18.200 INFO E| Downloaded unic-ucd-version v0.9.0
32742024-12-20T23:51:18.453Z[ helios-setup] Dec 20 23:51:18.201 INFO E| Downloaded strsim v0.8.0
32752024-12-20T23:51:18.453Z[ helios-setup] Dec 20 23:51:18.203 INFO E| Downloaded cfg-if v0.1.10
32762024-12-20T23:51:18.456Z[ helios-setup] Dec 20 23:51:18.205 INFO E| Downloaded pre v0.2.1
32772024-12-20T23:51:18.456Z[ helios-setup] Dec 20 23:51:18.206 INFO E| Downloaded pest v2.7.13
32782024-12-20T23:51:18.463Z[ helios-setup] Dec 20 23:51:18.214 INFO E| Downloaded vec_map v0.8.2
32792024-12-20T23:51:18.465Z[ helios-setup] Dec 20 23:51:18.216 INFO E| Downloaded thiserror-impl v1.0.64
32802024-12-20T23:51:18.468Z[ helios-setup] Dec 20 23:51:18.218 INFO E| Downloaded unic-ucd-ident v0.9.0
32812024-12-20T23:51:18.470Z[ helios-setup] Dec 20 23:51:18.221 INFO E| Downloaded thiserror v1.0.64
32822024-12-20T23:51:18.496Z[ helios-setup] Dec 20 23:51:18.248 INFO E| Downloaded textwrap v0.11.0
32832024-12-20T23:51:18.503Z[ helios-setup] Dec 20 23:51:18.250 INFO E| Downloaded structopt v0.3.26
32842024-12-20T23:51:18.509Z[ helios-setup] Dec 20 23:51:18.260 INFO E| Downloaded scroll v0.10.2
32852024-12-20T23:51:18.512Z[ helios-setup] Dec 20 23:51:18.263 INFO E| Downloaded pre-proc-macro v0.2.1
32862024-12-20T23:51:18.514Z[ helios-setup] Dec 20 23:51:18.265 INFO E| Downloaded pest_meta v2.7.13
32872024-12-20T23:51:18.518Z[ helios-setup] Dec 20 23:51:18.268 INFO E| Downloaded serde v1.0.210
32882024-12-20T23:51:18.522Z[ helios-setup] Dec 20 23:51:18.273 INFO E| Downloaded serde_derive v1.0.210
32892024-12-20T23:51:18.526Z[ helios-setup] Dec 20 23:51:18.277 INFO E| Downloaded pest_derive v2.7.13
32902024-12-20T23:51:18.529Z[ helios-setup] Dec 20 23:51:18.281 INFO E| Downloaded once_cell v1.20.1
32912024-12-20T23:51:18.533Z[ helios-setup] Dec 20 23:51:18.285 INFO E| Downloaded modular-bitfield v0.11.2
32922024-12-20T23:51:18.552Z[ helios-setup] Dec 20 23:51:18.303 INFO E| Downloaded serde_json v1.0.128
32932024-12-20T23:51:18.571Z[ helios-setup] Dec 20 23:51:18.320 INFO E| Downloaded syn v2.0.79
32942024-12-20T23:51:18.586Z[ helios-setup] Dec 20 23:51:18.337 INFO E| Downloaded goblin v0.4.3
32952024-12-20T23:51:18.593Z[ helios-setup] Dec 20 23:51:18.345 INFO E| Downloaded clap v2.34.0
32962024-12-20T23:51:18.603Z[ helios-setup] Dec 20 23:51:18.354 INFO E| Downloaded libc v0.2.159
32972024-12-20T23:51:18.645Z[ helios-setup] Dec 20 23:51:18.396 INFO E| Downloaded ansi_term v0.12.1
32982024-12-20T23:51:18.648Z[ helios-setup] Dec 20 23:51:18.399 INFO E| Downloaded strum_macros v0.23.1
32992024-12-20T23:51:18.651Z[ helios-setup] Dec 20 23:51:18.401 INFO E| Downloaded structopt-derive v0.4.18
33002024-12-20T23:51:18.653Z[ helios-setup] Dec 20 23:51:18.403 INFO E| Downloaded semver-parser v0.7.0
33012024-12-20T23:51:18.653Z[ helios-setup] Dec 20 23:51:18.405 INFO E| Downloaded semver v0.9.0
33022024-12-20T23:51:18.656Z[ helios-setup] Dec 20 23:51:18.407 INFO E| Downloaded rustc_version v0.2.3
33032024-12-20T23:51:18.659Z[ helios-setup] Dec 20 23:51:18.408 INFO E| Downloaded pest_generator v2.7.13
33042024-12-20T23:51:18.659Z[ helios-setup] Dec 20 23:51:18.410 INFO E| Downloaded parse_int v0.6.0
33052024-12-20T23:51:18.661Z[ helios-setup] Dec 20 23:51:18.411 INFO E| Downloaded four-cc v0.3.0
33062024-12-20T23:51:18.661Z[ helios-setup] Dec 20 23:51:18.412 INFO E| Downloaded strum v0.23.0
33072024-12-20T23:51:18.664Z[ helios-setup] Dec 20 23:51:18.413 INFO E| Downloaded fletcher v0.1.0
33082024-12-20T23:51:18.664Z[ helios-setup] Dec 20 23:51:18.415 INFO E| Downloaded memoffset v0.5.6
33092024-12-20T23:51:18.764Z[ helios-setup] Dec 20 23:51:18.515 INFO E| Compiling proc-macro2 v1.0.86
33102024-12-20T23:51:18.767Z[ helios-setup] Dec 20 23:51:18.516 INFO E| Compiling unicode-ident v1.0.13
33112024-12-20T23:51:18.767Z[ helios-setup] Dec 20 23:51:18.516 INFO E| Compiling syn v1.0.109
33122024-12-20T23:51:18.767Z[ helios-setup] Dec 20 23:51:18.516 INFO E| Compiling version_check v0.9.5
33132024-12-20T23:51:18.767Z[ helios-setup] Dec 20 23:51:18.516 INFO E| Compiling memchr v2.7.4
33142024-12-20T23:51:18.767Z[ helios-setup] Dec 20 23:51:18.516 INFO E| Compiling thiserror v1.0.64
33152024-12-20T23:51:18.767Z[ helios-setup] Dec 20 23:51:18.516 INFO E| Compiling autocfg v1.4.0
33162024-12-20T23:51:18.768Z[ helios-setup] Dec 20 23:51:18.516 INFO E| Compiling semver-parser v0.7.0
33172024-12-20T23:51:19.760Z[ helios-setup] Dec 20 23:51:19.512 INFO E| Compiling semver v0.9.0
33182024-12-20T23:51:20.077Z[ helios-setup] Dec 20 23:51:19.829 INFO E| Compiling serde v1.0.210
33192024-12-20T23:51:20.527Z[ helios-setup] Dec 20 23:51:20.279 INFO E| Compiling rustc_version v0.2.3
33202024-12-20T23:51:20.527Z[ helios-setup] Dec 20 23:51:20.279 INFO E| Compiling proc-macro-error-attr v1.0.4
33212024-12-20T23:51:20.665Z[ helios-setup] Dec 20 23:51:20.417 INFO E| Compiling proc-macro-error v1.0.4
33222024-12-20T23:51:21.142Z[ helios-setup] Dec 20 23:51:20.893 INFO E| Compiling serde_json v1.0.128
33232024-12-20T23:51:21.221Z[ helios-setup] Dec 20 23:51:20.973 INFO E| Compiling num-traits v0.2.19
33242024-12-20T23:51:21.458Z[ helios-setup] Dec 20 23:51:21.209 INFO E| Compiling unicode-segmentation v1.12.0
33252024-12-20T23:51:21.542Z[ helios-setup] Dec 20 23:51:21.294 INFO E| Compiling ryu v1.0.18
33262024-12-20T23:51:21.593Z[ helios-setup] Dec 20 23:51:21.345 INFO E| Compiling itoa v1.0.11
33272024-12-20T23:51:22.025Z[ helios-setup] Dec 20 23:51:21.777 INFO E| Compiling schemars v0.8.21
33282024-12-20T23:51:22.083Z[ helios-setup] Dec 20 23:51:21.835 INFO E| Compiling pre-proc-macro v0.2.1
33292024-12-20T23:51:22.333Z[ helios-setup] Dec 20 23:51:22.085 INFO E| Compiling memoffset v0.5.6
33302024-12-20T23:51:22.379Z[ helios-setup] Dec 20 23:51:22.131 INFO E| Compiling lazy_static v1.5.0
33312024-12-20T23:51:22.902Z[ helios-setup] Dec 20 23:51:22.654 INFO E| Compiling heck v0.3.3
33322024-12-20T23:51:22.955Z[ helios-setup] Dec 20 23:51:22.707 INFO E| Compiling paste v1.0.15
33332024-12-20T23:51:22.992Z[ helios-setup] Dec 20 23:51:22.744 INFO E| Compiling libc v0.2.159
33342024-12-20T23:51:23.009Z[ helios-setup] Dec 20 23:51:22.761 INFO E| Compiling dyn-clone v1.0.17
33352024-12-20T23:51:23.280Z[ helios-setup] Dec 20 23:51:23.033 INFO E| Compiling quote v1.0.37
33362024-12-20T23:51:23.377Z[ helios-setup] Dec 20 23:51:23.129 INFO E| Compiling ucd-trie v0.1.7
33372024-12-20T23:51:23.458Z[ helios-setup] Dec 20 23:51:23.210 INFO E| Compiling rustversion v1.0.17
33382024-12-20T23:51:24.191Z[ helios-setup] Dec 20 23:51:23.944 INFO E| Compiling syn v2.0.79
33392024-12-20T23:51:24.636Z[ helios-setup] Dec 20 23:51:24.389 INFO E| Compiling pre v0.2.1
33402024-12-20T23:51:25.166Z[ helios-setup] Dec 20 23:51:24.918 INFO E| Compiling once_cell v1.20.1
33412024-12-20T23:51:25.212Z[ helios-setup] Dec 20 23:51:24.965 INFO E| Compiling cfg-if v0.1.10
33422024-12-20T23:51:25.311Z[ helios-setup] Dec 20 23:51:25.063 INFO E| Compiling static_assertions v1.1.0
33432024-12-20T23:51:25.493Z[ helios-setup] Dec 20 23:51:25.245 INFO E| Compiling byteorder v1.5.0
33442024-12-20T23:51:26.602Z[ helios-setup] Dec 20 23:51:26.355 INFO E| Compiling unicode-width v0.1.14
33452024-12-20T23:51:27.898Z[ helios-setup] Dec 20 23:51:27.651 INFO E| Compiling atty v0.2.14
33462024-12-20T23:51:28.014Z[ helios-setup] Dec 20 23:51:27.766 INFO E| Compiling textwrap v0.11.0
33472024-12-20T23:51:28.072Z[ helios-setup] Dec 20 23:51:27.825 INFO E| Compiling ansi_term v0.12.1
33482024-12-20T23:51:28.320Z[ helios-setup] Dec 20 23:51:28.073 INFO E| Compiling parse_int v0.6.0
33492024-12-20T23:51:28.417Z[ helios-setup] Dec 20 23:51:28.169 INFO E| Compiling unic-common v0.9.0
33502024-12-20T23:51:28.517Z[ helios-setup] Dec 20 23:51:28.270 INFO E| Compiling fletcher v0.1.0
33512024-12-20T23:51:28.707Z[ helios-setup] Dec 20 23:51:28.460 INFO E| Compiling vec_map v0.8.2
33522024-12-20T23:51:28.845Z[ helios-setup] Dec 20 23:51:28.598 INFO E| Compiling strsim v0.8.0
33532024-12-20T23:51:28.995Z[ helios-setup] Dec 20 23:51:28.748 INFO E| Compiling bitflags v1.3.2
33542024-12-20T23:51:29.097Z[ helios-setup] Dec 20 23:51:28.850 INFO E| Compiling unic-char-range v0.9.0
33552024-12-20T23:51:29.187Z[ helios-setup] Dec 20 23:51:28.940 INFO E| Compiling strum v0.23.0
33562024-12-20T23:51:29.278Z[ helios-setup] Dec 20 23:51:29.031 INFO E| Compiling clap v2.34.0
33572024-12-20T23:51:29.338Z[ helios-setup] Dec 20 23:51:29.091 INFO E| Compiling unic-ucd-version v0.9.0
33582024-12-20T23:51:29.466Z[ helios-setup] Dec 20 23:51:29.219 INFO E| Compiling unic-char-property v0.9.0
33592024-12-20T23:51:29.473Z[ helios-setup] Dec 20 23:51:29.226 INFO E| Compiling log v0.4.22
33602024-12-20T23:51:29.475Z[ helios-setup] Dec 20 23:51:29.227 INFO E| Compiling plain v0.2.3
33612024-12-20T23:51:29.927Z[ helios-setup] Dec 20 23:51:29.680 INFO E| Compiling unic-ucd-ident v0.9.0
33622024-12-20T23:51:30.026Z[ helios-setup] Dec 20 23:51:29.779 INFO E| Compiling bytesize v1.3.0
33632024-12-20T23:51:33.319Z[ helios-setup] Dec 20 23:51:33.073 INFO E| Compiling serde_derive_internals v0.29.1
33642024-12-20T23:51:34.175Z[ helios-setup] Dec 20 23:51:33.928 INFO E| Compiling toml v0.5.11
33652024-12-20T23:51:37.950Z[ helios-setup] Dec 20 23:51:37.704 INFO E| Compiling proc-macro-crate v0.1.5
33662024-12-20T23:51:38.686Z[ helios-setup] Dec 20 23:51:38.440 INFO E| Compiling thiserror-impl v1.0.64
33672024-12-20T23:51:38.892Z[ helios-setup] Dec 20 23:51:38.647 INFO E| Compiling serde_derive v1.0.210
33682024-12-20T23:51:39.171Z[ helios-setup] Dec 20 23:51:38.925 INFO E| Compiling schemars_derive v0.8.21
33692024-12-20T23:51:39.421Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33702024-12-20T23:51:40.387Z[ helios-setup] Dec 20 23:51:40.142 INFO E| Compiling zerocopy-derive v0.6.6
33712024-12-20T23:51:40.492Z[ helios-setup] Dec 20 23:51:40.247 INFO E| Compiling num-derive v0.4.2
33722024-12-20T23:51:44.445Z[ helios-setup] Dec 20 23:51:44.201 INFO E| Compiling zerocopy v0.6.6
33732024-12-20T23:51:44.768Z[ helios-setup] Dec 20 23:51:44.524 INFO E| Compiling pest v2.7.13
33742024-12-20T23:51:45.476Z[ helios-setup] Dec 20 23:51:45.231 INFO E| Compiling modular-bitfield-impl v0.11.2
33752024-12-20T23:51:45.541Z[ helios-setup] Dec 20 23:51:45.297 INFO E| Compiling strum_macros v0.23.1
33762024-12-20T23:51:46.084Z[ helios-setup] Dec 20 23:51:45.839 INFO E| Compiling scroll_derive v0.10.5
33772024-12-20T23:51:46.394Z[ helios-setup] Dec 20 23:51:46.149 INFO E| Compiling structopt-derive v0.4.18
33782024-12-20T23:51:48.206Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33792024-12-20T23:51:49.374Z[ helios-setup] Dec 20 23:51:49.130 INFO E| Compiling scroll v0.10.2
33802024-12-20T23:51:50.589Z[ helios-setup] Dec 20 23:51:50.345 INFO E| Compiling pest_meta v2.7.13
33812024-12-20T23:51:50.607Z[ helios-setup] Dec 20 23:51:50.364 INFO E| Compiling goblin v0.4.3
33822024-12-20T23:51:51.365Z[ helios-setup] Dec 20 23:51:51.121 INFO E| Compiling modular-bitfield v0.11.2
33832024-12-20T23:51:52.459Z[ helios-setup] Dec 20 23:51:52.215 INFO E| Compiling structopt v0.3.26
33842024-12-20T23:51:53.014Z[ helios-setup] Dec 20 23:51:52.771 INFO E| Compiling pest_generator v2.7.13
33852024-12-20T23:51:57.461Z[ helios-setup] Dec 20 23:51:57.219 INFO E| Compiling pest_derive v2.7.13
33862024-12-20T23:52:02.525Z[ helios-setup] Dec 20 23:52:02.283 INFO E| Compiling json5 v0.4.1
33872024-12-20T23:52:05.302Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33882024-12-20T23:52:08.494Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33892024-12-20T23:52:08.644Z[ helios-setup] Dec 20 23:52:08.403 INFO E| Compiling four-cc v0.3.0
33902024-12-20T23:52:08.644Z[ helios-setup] Dec 20 23:52:08.403 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0)
33912024-12-20T23:52:08.863Z[ helios-setup] Dec 20 23:52:08.622 INFO E| Compiling amd-apcb v0.4.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.3#fc35d39d)
33922024-12-20T23:52:09.365Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
33932024-12-20T23:52:10.171Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
33942024-12-20T23:52:11.689Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33952024-12-20T23:52:17.395Z[ host-package] Compiling fatfs v0.3.6
33962024-12-20T23:52:18.613Z[ host-package] Compiling rtoolbox v0.0.2
33972024-12-20T23:52:19.166Z[ host-package] Compiling subprocess v0.2.9
33982024-12-20T23:52:20.844Z[ host-package] Compiling assert_matches v1.5.0
33992024-12-20T23:52:24.335Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34002024-12-20T23:52:24.560Z[ host-package] Compiling rpassword v7.3.1
34012024-12-20T23:52:25.169Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
34022024-12-20T23:52:29.722Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34032024-12-20T23:52:29.925Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
34042024-12-20T23:52:33.480Z[ host-package] Compiling tui-tree-widget v0.22.0
34052024-12-20T23:52:34.095Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34062024-12-20T23:52:38.345Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
34072024-12-20T23:52:38.854Z[ host-package] Compiling uzers v0.12.1
34082024-12-20T23:52:42.776Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
34092024-12-20T23:52:49.764Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34102024-12-20T23:52:52.405Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
34112024-12-20T23:52:54.579Z[ helios-setup] Dec 20 23:52:54.345 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
34122024-12-20T23:53:13.336Z[ helios-setup] Dec 20 23:53:13.105 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
34132024-12-20T23:53:20.026Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
34142024-12-20T23:53:26.326Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34152024-12-20T23:53:31.609Z[ host-package] Compiling multimap v0.10.0
34162024-12-20T23:54:07.525Z[ helios-setup] Dec 20 23:54:07.302 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 51s
34172024-12-20T23:54:07.560Z[ helios-setup] Dec 20 23:54:07.338 INFO building project "amd-host-image-builder" ok (199 seconds)
34182024-12-20T23:54:07.563Z[ helios-setup] Dec 20 23:54:07.338 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
34192024-12-20T23:54:07.563Z[ helios-setup] Dec 20 23:54:07.338 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
34202024-12-20T23:54:07.950Z[ helios-setup] Dec 20 23:54:07.727 INFO E| Downloading crates ...
34212024-12-20T23:54:08.081Z[ helios-setup] Dec 20 23:54:07.858 INFO E| Downloaded anyhow v1.0.62
34222024-12-20T23:54:08.087Z[ helios-setup] Dec 20 23:54:07.864 INFO E| Downloaded typenum v1.15.0
34232024-12-20T23:54:08.090Z[ helios-setup] Dec 20 23:54:07.867 INFO E| Downloaded digest v0.10.3
34242024-12-20T23:54:08.093Z[ helios-setup] Dec 20 23:54:07.870 INFO E| Downloaded sha2 v0.10.5
34252024-12-20T23:54:08.095Z[ helios-setup] Dec 20 23:54:07.873 INFO E| Downloaded bytes v1.2.1
34262024-12-20T23:54:08.173Z[ helios-setup] Dec 20 23:54:07.950 INFO E| Compiling version_check v0.9.4
34272024-12-20T23:54:08.173Z[ helios-setup] Dec 20 23:54:07.950 INFO E| Compiling typenum v1.15.0
34282024-12-20T23:54:08.176Z[ helios-setup] Dec 20 23:54:07.950 INFO E| Compiling cfg-if v1.0.0
34292024-12-20T23:54:08.176Z[ helios-setup] Dec 20 23:54:07.950 INFO E| Compiling crc32fast v1.3.2
34302024-12-20T23:54:08.176Z[ helios-setup] Dec 20 23:54:07.950 INFO E| Compiling anyhow v1.0.62
34312024-12-20T23:54:08.176Z[ helios-setup] Dec 20 23:54:07.950 INFO E| Compiling adler v1.0.2
34322024-12-20T23:54:08.176Z[ helios-setup] Dec 20 23:54:07.950 INFO E| Compiling cpufeatures v0.2.5
34332024-12-20T23:54:08.176Z[ helios-setup] Dec 20 23:54:07.950 INFO E| Compiling unicode-width v0.1.10
34342024-12-20T23:54:08.687Z[ helios-setup] Dec 20 23:54:08.464 INFO E| Compiling miniz_oxide v0.6.2
34352024-12-20T23:54:08.868Z[ helios-setup] Dec 20 23:54:08.646 INFO E| Compiling getopts v0.2.21
34362024-12-20T23:54:08.965Z[ helios-setup] Dec 20 23:54:08.742 INFO E| Compiling bytes v1.2.1
34372024-12-20T23:54:09.102Z[ helios-setup] Dec 20 23:54:08.879 INFO E| Compiling bitflags v1.3.2
34382024-12-20T23:54:09.677Z[ helios-setup] Dec 20 23:54:09.454 INFO E| Compiling generic-array v0.14.6
34392024-12-20T23:54:10.415Z[ helios-setup] Dec 20 23:54:10.192 INFO E| Compiling flate2 v1.0.25
34402024-12-20T23:54:14.840Z[ helios-setup] Dec 20 23:54:14.618 INFO E| Compiling block-buffer v0.10.3
34412024-12-20T23:54:14.840Z[ helios-setup] Dec 20 23:54:14.618 INFO E| Compiling crypto-common v0.1.6
34422024-12-20T23:54:15.320Z[ helios-setup] Dec 20 23:54:15.098 INFO E| Compiling digest v0.10.3
34432024-12-20T23:54:15.749Z[ helios-setup] Dec 20 23:54:15.527 INFO E| Compiling sha2 v0.10.5
34442024-12-20T23:54:16.301Z[ helios-setup] Dec 20 23:54:16.080 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
34452024-12-20T23:54:21.808Z[ helios-setup] Dec 20 23:54:21.587 INFO E| Finished `release` profile [optimized] target(s) in 14.14s
34462024-12-20T23:54:21.825Z[ helios-setup] Dec 20 23:54:21.605 INFO building project "bootserver" ok (14 seconds)
34472024-12-20T23:54:21.830Z[ helios-setup] rm -f helios-build
34482024-12-20T23:54:21.832Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
34492024-12-20T23:54:21.835Z[ helios-setup]
34502024-12-20T23:54:21.837Z[ helios-setup] Setup complete! ./helios-build is now available.
34512024-12-20T23:54:21.839Z[ helios-setup]
34522024-12-20T23:54:21.841ZDec 20 23:54:21.619[ helios-setup]
34532024-12-20T23:54:21.841Z INFO [helios-setup] process exited with exit status: 0 (740.790722044s)
34542024-12-20T23:54:21.842Z[ helios-setup] real 12:20.783807275
34552024-12-20T23:54:21.842Z[ helios-setup] user 29:38.656087749
34562024-12-20T23:54:21.842Z[ helios-setup] sys 3:38.687188978
34572024-12-20T23:54:21.842Z[ helios-setup] trap 1.764084700
34582024-12-20T23:54:21.842Z[ helios-setup] tflt 7.782089498
34592024-12-20T23:54:21.842Z[ helios-setup] dflt 33.731218786
34602024-12-20T23:54:21.842Z[ helios-setup] kflt 0.021693934
34612024-12-20T23:54:21.842Z[ helios-setup] lock 2:14:20.448605865
34622024-12-20T23:54:21.842Z[ helios-setup] slp 3:51:58.455751316
34632024-12-20T23:54:21.842Z[ helios-setup] lat 34:01.473354384
34642024-12-20T23:54:21.842Z[ helios-setup] stop 4:40.796103596
34652024-12-20T23:54:21.842ZDec 20 23:54:21.621 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
34662024-12-20T23:54:21.885Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos'
34672024-12-20T23:54:22.468Z[ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26)
34682024-12-20T23:54:22.468Z[ phbl-toolchain] info: downloading component 'cargo'
34692024-12-20T23:54:24.138Z[ phbl-toolchain] info: downloading component 'clippy'
34702024-12-20T23:54:24.624Z[ phbl-toolchain] info: downloading component 'llvm-tools'
34712024-12-20T23:54:29.402Z[ phbl-toolchain] info: downloading component 'miri'
34722024-12-20T23:54:29.556Z[ phbl-toolchain] info: downloading component 'rust-docs'
34732024-12-20T23:54:30.893Z[ phbl-toolchain] info: downloading component 'rust-src'
34742024-12-20T23:54:31.433Z[ phbl-toolchain] info: downloading component 'rust-std'
34752024-12-20T23:54:33.375Z[ phbl-toolchain] info: downloading component 'rustc'
34762024-12-20T23:54:41.399Z[ phbl-toolchain] info: downloading component 'rustfmt'
34772024-12-20T23:54:41.614Z[ phbl-toolchain] info: installing component 'cargo'
34782024-12-20T23:54:42.946Z[ phbl-toolchain] info: installing component 'clippy'
34792024-12-20T23:54:43.524Z[ phbl-toolchain] info: installing component 'llvm-tools'
34802024-12-20T23:54:49.410Z[ phbl-toolchain] info: installing component 'miri'
34812024-12-20T23:54:49.717Z[ phbl-toolchain] info: installing component 'rust-docs'
34822024-12-20T23:54:57.204Z[ phbl-toolchain] info: installing component 'rust-src'
34832024-12-20T23:54:57.841Z[ phbl-toolchain] info: installing component 'rust-std'
34842024-12-20T23:55:00.285Z[ phbl-toolchain] info: installing component 'rustc'
34852024-12-20T23:55:09.367Z[ phbl-toolchain] info: installing component 'rustfmt'
34862024-12-20T23:55:10.133Z[ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25)
34872024-12-20T23:55:10.139ZDec 20 23:55:09.922 INFO [phbl-toolchain] process exited with exit status: 0 (48.301633061s)
34882024-12-20T23:56:11.132Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34892024-12-20T23:56:15.313Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34902024-12-21T00:03:16.121Z[ host-package] Finished `release` profile [optimized] target(s) in 20m 22s
34912024-12-21T00:04:24.725ZDec 21 00:04:24.596 INFO [host-package] process exited with exit status: 0 (1290.811665846s)
34922024-12-21T00:04:24.725ZDec 21 00:04:24.596 INFO [host-stamp] running task
34932024-12-21T00:04:24.731ZDec 21 00:04:24.597 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
34942024-12-21T00:04:24.736ZDec 21 00:04:24.607 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+gitfae39ee8cbd
34952024-12-21T00:04:24.750ZDec 21 00:04:24.620 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+gitfae39ee8cbd
34962024-12-21T00:04:24.757Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
34972024-12-21T00:04:24.765Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
34982024-12-21T00:04:24.765ZDec 21 00:04:24.635 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+gitfae39ee8cbd
34992024-12-21T00:04:24.779Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
35002024-12-21T00:04:24.785ZDec 21 00:04:24.651 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+gitfae39ee8cbd
35012024-12-21T00:04:24.793Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
35022024-12-21T00:04:24.798ZDec 21 00:04:24.667 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+gitfae39ee8cbd
35032024-12-21T00:04:24.810Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
35042024-12-21T00:04:24.818ZDec 21 00:04:24.682 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+gitfae39ee8cbd
35052024-12-21T00:04:24.831Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35062024-12-21T00:04:24.843ZDec 21 00:04:24.703 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+gitfae39ee8cbd
35072024-12-21T00:04:24.852Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
35082024-12-21T00:04:24.858Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
35092024-12-21T00:04:24.858ZDec 21 00:04:24.725 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+gitfae39ee8cbd
35102024-12-21T00:04:24.869Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
35112024-12-21T00:04:24.869Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
35122024-12-21T00:04:24.876Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
35132024-12-21T00:04:24.876ZDec 21 00:04:24.746 INFO [stamp-overlay] process exited with exit status: 0 (63.715059ms)
35142024-12-21T00:04:24.876ZDec 21 00:04:24.746 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (139.047443ms)
35152024-12-21T00:04:24.877ZDec 21 00:04:24.746 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (42.878291ms)
35162024-12-21T00:04:24.887Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
35172024-12-21T00:04:24.901Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
35182024-12-21T00:04:24.907ZDec 21 00:04:24.777 INFO [stamp-oxlog] process exited with exit status: 0 (51.143605ms)
35192024-12-21T00:04:25.066Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
35202024-12-21T00:04:25.070ZDec 21 00:04:24.941 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (274.121925ms)
35212024-12-21T00:04:25.176Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
35222024-12-21T00:04:25.186ZDec 21 00:04:25.051 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (416.388586ms)
35232024-12-21T00:04:25.922Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35242024-12-21T00:04:25.955Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
35252024-12-21T00:04:25.966ZDec 21 00:04:25.830 INFO [stamp-propolis-server] process exited with exit status: 0 (1.209685604s)
35262024-12-21T00:04:28.364Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35272024-12-21T00:04:35.728Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
35282024-12-21T00:04:35.731ZDec 21 00:04:35.604 INFO [stamp-switch-asic] process exited with exit status: 0 (10.953416249s)
35292024-12-21T00:04:35.734ZDec 21 00:04:35.605 INFO [host-stamp] task succeeded (11.008403366s)
35302024-12-21T00:04:35.734ZDec 21 00:04:35.605 INFO [host-proto] running task
35312024-12-21T00:04:36.165ZDec 21 00:04:36.038 INFO [host-proto] task succeeded (433.374182ms)
35322024-12-21T00:04:36.165ZDec 21 00:04:36.038 INFO [host-profile] running task
35332024-12-21T00:04:36.170ZDec 21 00:04:36.039 INFO [host-profile] task succeeded (373.779µs)
35342024-12-21T00:04:36.170ZDec 21 00:04:36.039 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/.tmpaSG2wu/proto/host/root -N 'ci fae39ee/${os_short_commit} 2024-12-20 23:42' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
35352024-12-21T00:04:36.186Z[ host-image] Dec 21 00:04:36.059 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
35362024-12-21T00:04:36.186Z[ host-image] Dec 21 00:04:36.059 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
35372024-12-21T00:04:36.200Z[ host-image] Dec 21 00:04:36.073 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpaSG2wu/proto/host/root"
35382024-12-21T00:04:36.200Z[ host-image] Dec 21 00:04:36.073 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
35392024-12-21T00:04:36.203Z[ host-image] Dec 21 00:04:36.074 INFO image builder template: ramdisk-01-os...
35402024-12-21T00:04:36.204Z[ host-image] Dec 21 00:04:36.074 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/.tmpaSG2wu/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
35412024-12-21T00:04:36.222Z[ host-image] Dec 21 00:04:36.095 INFO O| Dec 21 00:04:36.095 INFO CREATE DATASET: rpool/images/build/host/output
35422024-12-21T00:04:36.463Z[ host-image] Dec 21 00:04:36.336 INFO O| Dec 21 00:04:36.336 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35432024-12-21T00:04:36.468Z[ host-image] Dec 21 00:04:36.341 INFO O| Dec 21 00:04:36.341 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35442024-12-21T00:04:36.702Z[ host-image] Dec 21 00:04:36.574 INFO O| Dec 21 00:04:36.574 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
35452024-12-21T00:04:36.783Z[ host-image] Dec 21 00:04:36.655 INFO O| Dec 21 00:04:36.655 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35462024-12-21T00:04:36.783Z[ host-image] Dec 21 00:04:36.656 INFO O| Dec 21 00:04:36.656 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
35472024-12-21T00:04:36.786Z[ host-image] Dec 21 00:04:36.656 INFO O| Dec 21 00:04:36.656 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
35482024-12-21T00:04:36.786Z[ host-image] Dec 21 00:04:36.656 INFO O| Dec 21 00:04:36.656 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
35492024-12-21T00:04:36.796Z[ host-image] Dec 21 00:04:36.669 INFO O| Dec 21 00:04:36.669 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
35502024-12-21T00:04:37.157Z[ host-image] Dec 21 00:04:37.027 INFO O| Dec 21 00:04:37.027 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35512024-12-21T00:04:37.179Z[ host-image] Dec 21 00:04:37.045 INFO O| Dec 21 00:04:37.045 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
35522024-12-21T00:04:37.745Z[ host-image] Dec 21 00:04:37.618 INFO O| Dec 21 00:04:37.618 INFO O| Caching catalogs ... Done
35532024-12-21T00:04:37.896Z[ host-image] Dec 21 00:04:37.769 INFO O| Dec 21 00:04:37.769 INFO STEP 0 (pkg_image_create) COMPLETE
35542024-12-21T00:04:37.896Z[ host-image] Dec 21 00:04:37.769 INFO O| Dec 21 00:04:37.769 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35552024-12-21T00:04:37.901Z[ host-image] Dec 21 00:04:37.769 INFO O| Dec 21 00:04:37.769 INFO skip step because feature "repo_redist" is not enabled
35562024-12-21T00:04:37.901Z[ host-image] Dec 21 00:04:37.769 INFO O| Dec 21 00:04:37.769 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35572024-12-21T00:04:37.915Z[ host-image] Dec 21 00:04:37.788 INFO O| Dec 21 00:04:37.788 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"]
35582024-12-21T00:04:38.525Z[ host-image] Dec 21 00:04:38.398 INFO O| Dec 21 00:04:38.398 INFO STEP 2 (pkg_set_publisher) COMPLETE
35592024-12-21T00:04:38.525Z[ host-image] Dec 21 00:04:38.398 INFO O| Dec 21 00:04:38.398 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35602024-12-21T00:04:38.543Z[ host-image] Dec 21 00:04:38.416 INFO O| Dec 21 00:04:38.416 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"]
35612024-12-21T00:04:39.126Z[ host-image] Dec 21 00:04:38.999 INFO O| Dec 21 00:04:38.999 INFO STEP 3 (pkg_set_publisher) COMPLETE
35622024-12-21T00:04:39.126Z[ host-image] Dec 21 00:04:39.000 INFO O| Dec 21 00:04:38.999 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35632024-12-21T00:04:39.126Z[ host-image] Dec 21 00:04:39.000 INFO O| Dec 21 00:04:38.999 INFO skip step because feature "repo_redist" is not enabled
35642024-12-21T00:04:39.129Z[ host-image] Dec 21 00:04:39.000 INFO O| Dec 21 00:04:39.000 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35652024-12-21T00:04:39.696Z[ host-image] Dec 21 00:04:39.568 INFO O| Dec 21 00:04:39.568 INFO variant opensolaris.zone is already global
35662024-12-21T00:04:39.696Z[ host-image] Dec 21 00:04:39.568 INFO O| Dec 21 00:04:39.568 INFO STEP 5 (pkg_change_variant) COMPLETE
35672024-12-21T00:04:39.700Z[ host-image] Dec 21 00:04:39.568 INFO O| Dec 21 00:04:39.568 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35682024-12-21T00:04:40.282Z[ host-image] Dec 21 00:04:40.155 INFO O| Dec 21 00:04:40.155 INFO variant opensolaris.imagetype is full; changing to partial
35692024-12-21T00:04:40.285Z[ host-image] Dec 21 00:04:40.155 INFO O| Dec 21 00:04:40.155 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
35702024-12-21T00:04:48.208Z[recovery-package] Finished `release` profile [optimized] target(s) in 23.23s
35712024-12-21T00:04:48.281Z[ host-image] Dec 21 00:04:48.156 INFO O| Dec 21 00:04:48.156 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35722024-12-21T00:04:49.586ZDec 21 00:04:49.461 INFO [recovery-package] process exited with exit status: 0 (24.86441457s)
35732024-12-21T00:04:49.586ZDec 21 00:04:49.461 INFO [recovery-stamp] running task
35742024-12-21T00:04:49.590ZDec 21 00:04:49.462 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
35752024-12-21T00:04:49.590ZDec 21 00:04:49.462 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+gitfae39ee8cbd
35762024-12-21T00:04:49.613ZDec 21 00:04:49.487 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+gitfae39ee8cbd
35772024-12-21T00:04:49.625Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
35782024-12-21T00:04:49.638Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
35792024-12-21T00:04:49.712Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
35802024-12-21T00:04:49.717ZDec 21 00:04:49.591 INFO [stamp-installinator] process exited with exit status: 0 (129.360427ms)
35812024-12-21T00:04:49.767Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
35822024-12-21T00:04:49.772ZDec 21 00:04:49.646 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (158.831629ms)
35832024-12-21T00:04:49.775ZDec 21 00:04:49.646 INFO [recovery-stamp] task succeeded (184.693827ms)
35842024-12-21T00:04:49.775ZDec 21 00:04:49.646 INFO [recovery-proto] running task
35852024-12-21T00:04:49.775ZDec 21 00:04:49.646 INFO [tuf-stamp] running task
35862024-12-21T00:04:49.775ZDec 21 00:04:49.647 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+gitfae39ee8cbd
35872024-12-21T00:04:49.791ZDec 21 00:04:49.666 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+gitfae39ee8cbd
35882024-12-21T00:04:49.807Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
35892024-12-21T00:04:49.810ZDec 21 00:04:49.682 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+gitfae39ee8cbd
35902024-12-21T00:04:49.820Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
35912024-12-21T00:04:49.827ZDec 21 00:04:49.702 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+gitfae39ee8cbd
35922024-12-21T00:04:49.843ZDec 21 00:04:49.718 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+gitfae39ee8cbd
35932024-12-21T00:04:49.858Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
35942024-12-21T00:04:49.891Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
35952024-12-21T00:04:49.891ZDec 21 00:04:49.766 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+gitfae39ee8cbd
35962024-12-21T00:04:49.930Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
35972024-12-21T00:04:49.935ZDec 21 00:04:49.805 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+gitfae39ee8cbd
35982024-12-21T00:04:49.991Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
35992024-12-21T00:04:49.994ZDec 21 00:04:49.866 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+gitfae39ee8cbd
36002024-12-21T00:04:50.034Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
36012024-12-21T00:04:50.034ZDec 21 00:04:49.909 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+gitfae39ee8cbd
36022024-12-21T00:04:50.037ZDec 21 00:04:49.909 INFO [recovery-proto] task succeeded (262.948466ms)
36032024-12-21T00:04:50.149ZDec 21 00:04:50.024 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+gitfae39ee8cbd
36042024-12-21T00:04:50.240Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
36052024-12-21T00:04:50.243Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
36062024-12-21T00:04:50.277ZDec 21 00:04:50.152 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+gitfae39ee8cbd
36072024-12-21T00:04:50.283ZDec 21 00:04:50.158 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/.tmpaSG2wu/proto/recovery/root -N 'recovery fae39ee/${os_short_commit} 2024-12-20 23:42' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
36082024-12-21T00:04:50.391Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
36092024-12-21T00:04:50.391Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
36102024-12-21T00:04:50.394ZDec 21 00:04:50.266 INFO [stamp-probe] process exited with exit status: 0 (356.794607ms)
36112024-12-21T00:04:50.510Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
36122024-12-21T00:04:50.513ZDec 21 00:04:50.384 INFO [stamp-ntp] process exited with exit status: 0 (666.169143ms)[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
36132024-12-21T00:04:50.513Z
36142024-12-21T00:04:50.513Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
36152024-12-21T00:04:50.524Z[ recovery-image] Dec 21 00:04:50.391 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
36162024-12-21T00:04:50.549Z[ recovery-image] Dec 21 00:04:50.391 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
36172024-12-21T00:04:50.549Z[ recovery-image] Dec 21 00:04:50.409 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpaSG2wu/proto/recovery/root"
36182024-12-21T00:04:50.563Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
36192024-12-21T00:04:50.563Z[ recovery-image] Dec 21 00:04:50.409 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
36202024-12-21T00:04:50.563Z[ recovery-image] Dec 21 00:04:50.410 INFO image builder template: ramdisk-01-os...
36212024-12-21T00:04:50.567Z[ recovery-image] Dec 21 00:04:50.410 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/.tmpaSG2wu/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
36222024-12-21T00:04:50.576Z[ recovery-image] Dec 21 00:04:50.451 INFO O| Dec 21 00:04:50.450 INFO CREATE DATASET: rpool/images/build/recovery/output
36232024-12-21T00:04:50.961Z[ recovery-image] Dec 21 00:04:50.836 INFO O| Dec 21 00:04:50.835 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36242024-12-21T00:04:50.968Z[ recovery-image] Dec 21 00:04:50.843 INFO O| Dec 21 00:04:50.842 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36252024-12-21T00:04:51.347Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
36262024-12-21T00:04:51.352ZDec 21 00:04:51.228 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.461470595s)
36272024-12-21T00:04:51.482Z[ recovery-image] Dec 21 00:04:51.357 INFO O| Dec 21 00:04:51.357 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
36282024-12-21T00:04:51.645Z[ recovery-image] Dec 21 00:04:51.520 INFO O| Dec 21 00:04:51.520 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36292024-12-21T00:04:51.648Z[ recovery-image] Dec 21 00:04:51.520 INFO O| Dec 21 00:04:51.520 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36302024-12-21T00:04:51.649Z[ recovery-image] Dec 21 00:04:51.520 INFO O| Dec 21 00:04:51.520 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36312024-12-21T00:04:51.649Z[ recovery-image] Dec 21 00:04:51.520 INFO O| Dec 21 00:04:51.520 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36322024-12-21T00:04:51.656Z[ recovery-image] Dec 21 00:04:51.531 INFO O| Dec 21 00:04:51.531 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36332024-12-21T00:04:51.770Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
36342024-12-21T00:04:51.775ZDec 21 00:04:51.638 INFO [stamp-internal-dns] process exited with exit status: 0 (1.833042932s)
36352024-12-21T00:04:52.114Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
36362024-12-21T00:04:52.118Z[ recovery-image] Dec 21 00:04:51.990 INFO O| Dec 21 00:04:51.990 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36372024-12-21T00:04:52.151ZDec 21 00:04:52.027 INFO [stamp-external-dns] process exited with exit status: 0 (2.002375217s)
36382024-12-21T00:04:52.161Z[ recovery-image] Dec 21 00:04:52.036 INFO O| Dec 21 00:04:52.036 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
36392024-12-21T00:04:52.172Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
36402024-12-21T00:04:52.263Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
36412024-12-21T00:04:52.267ZDec 21 00:04:52.141 INFO [stamp-oximeter] process exited with exit status: 0 (2.459728321s)
36422024-12-21T00:04:52.272ZDec 21 00:04:52.145 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.987262847s)
36432024-12-21T00:04:52.654Z[ recovery-image] Dec 21 00:04:52.529 INFO O| Dec 21 00:04:52.529 INFO O| Caching catalogs ... Done
36442024-12-21T00:04:52.781Z[ recovery-image] Dec 21 00:04:52.656 INFO O| Dec 21 00:04:52.656 INFO STEP 0 (pkg_image_create) COMPLETE
36452024-12-21T00:04:52.781Z[ recovery-image] Dec 21 00:04:52.656 INFO O| Dec 21 00:04:52.656 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36462024-12-21T00:04:52.781Z[ recovery-image] Dec 21 00:04:52.656 INFO O| Dec 21 00:04:52.656 INFO skip step because feature "repo_redist" is not enabled
36472024-12-21T00:04:52.781Z[ recovery-image] Dec 21 00:04:52.656 INFO O| Dec 21 00:04:52.656 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36482024-12-21T00:04:52.797Z[ recovery-image] Dec 21 00:04:52.672 INFO O| Dec 21 00:04:52.672 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"]
36492024-12-21T00:04:53.294Z[ recovery-image] Dec 21 00:04:53.169 INFO O| Dec 21 00:04:53.169 INFO STEP 2 (pkg_set_publisher) COMPLETE
36502024-12-21T00:04:53.294Z[ recovery-image] Dec 21 00:04:53.169 INFO O| Dec 21 00:04:53.169 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36512024-12-21T00:04:53.309Z[ recovery-image] Dec 21 00:04:53.185 INFO O| Dec 21 00:04:53.185 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"]
36522024-12-21T00:04:53.750Z[ recovery-image] Dec 21 00:04:53.625 INFO O| Dec 21 00:04:53.625 INFO STEP 3 (pkg_set_publisher) COMPLETE
36532024-12-21T00:04:53.750Z[ recovery-image] Dec 21 00:04:53.625 INFO O| Dec 21 00:04:53.625 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36542024-12-21T00:04:53.750Z[ recovery-image] Dec 21 00:04:53.625 INFO O| Dec 21 00:04:53.625 INFO skip step because feature "repo_redist" is not enabled
36552024-12-21T00:04:53.754Z[ recovery-image] Dec 21 00:04:53.625 INFO O| Dec 21 00:04:53.625 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36562024-12-21T00:04:53.975Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
36572024-12-21T00:04:53.980ZDec 21 00:04:53.855 INFO [stamp-nexus] process exited with exit status: 0 (4.207260632s)
36582024-12-21T00:04:54.176Z[ recovery-image] Dec 21 00:04:54.051 INFO O| Dec 21 00:04:54.051 INFO variant opensolaris.zone is already global
36592024-12-21T00:04:54.176Z[ recovery-image] Dec 21 00:04:54.051 INFO O| Dec 21 00:04:54.051 INFO STEP 5 (pkg_change_variant) COMPLETE
36602024-12-21T00:04:54.180Z[ recovery-image] Dec 21 00:04:54.051 INFO O| Dec 21 00:04:54.051 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36612024-12-21T00:04:54.529Z[ recovery-image] Dec 21 00:04:54.405 INFO O| Dec 21 00:04:54.405 INFO variant opensolaris.imagetype is full; changing to partial
36622024-12-21T00:04:54.529Z[ recovery-image] Dec 21 00:04:54.405 INFO O| Dec 21 00:04:54.405 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
36632024-12-21T00:04:54.636Z[ host-image] Dec 21 00:04:54.512 INFO O| Dec 21 00:04:54.512 INFO O| Startup: Caching catalogs ... Done
36642024-12-21T00:04:54.741Z[ host-image] Dec 21 00:04:54.617 INFO O| Dec 21 00:04:54.617 INFO O| Planning: Planning completed in 0.00 seconds
36652024-12-21T00:04:54.745Z[ host-image] Dec 21 00:04:54.618 INFO O| Dec 21 00:04:54.617 INFO O| Planning: Consolidating action changes ... Done
36662024-12-21T00:04:54.745Z[ host-image] Dec 21 00:04:54.618 INFO O| Dec 21 00:04:54.618 INFO O| Planning: Evaluating mediators ... Done
36672024-12-21T00:04:54.745Z[ host-image] Dec 21 00:04:54.618 INFO O| Dec 21 00:04:54.618 INFO O| Planning: Planning completed in 0.00 seconds
36682024-12-21T00:04:54.745Z[ host-image] Dec 21 00:04:54.618 INFO O| Dec 21 00:04:54.618 INFO O| Variants/Facets to change: 1
36692024-12-21T00:04:54.767Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36702024-12-21T00:04:54.769Z[verify-libraries] Compiling home v0.5.9
36712024-12-21T00:04:54.770Z[ host-image] Dec 21 00:04:54.644 INFO O| Dec 21 00:04:54.644 INFO O| Done
36722024-12-21T00:04:54.770Z[ host-image] Dec 21 00:04:54.644 INFO O| Dec 21 00:04:54.644 INFO O| Done
36732024-12-21T00:04:54.964Z[verify-libraries] Compiling cfg_aliases v0.1.1
36742024-12-21T00:04:55.002Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
36752024-12-21T00:04:55.023Z[verify-libraries] Compiling sqlparser_derive v0.2.2
36762024-12-21T00:04:55.023Z[verify-libraries] Compiling unicode_categories v0.1.1
36772024-12-21T00:04:55.141Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
36782024-12-21T00:04:55.145Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36792024-12-21T00:04:55.249Z[verify-libraries] Compiling nix v0.28.0
36802024-12-21T00:04:55.338Z[verify-libraries] Compiling polyval v0.6.2
36812024-12-21T00:04:55.691Z[verify-libraries] Compiling sqlformat v0.2.6
36822024-12-21T00:04:55.895Z[verify-libraries] Compiling ctr v0.9.2
36832024-12-21T00:04:56.001Z[ host-image] Dec 21 00:04:55.875 INFO O| Dec 21 00:04:55.875 INFO O| Done
36842024-12-21T00:04:56.210Z[ host-image] Dec 21 00:04:56.085 INFO O| Dec 21 00:04:56.085 INFO O| Done
36852024-12-21T00:04:56.213Z[ host-image] Dec 21 00:04:56.087 INFO O| Dec 21 00:04:56.087 INFO O| Done
36862024-12-21T00:04:56.213Z[ host-image] Dec 21 00:04:56.087 INFO O| Dec 21 00:04:56.087 INFO O| Done
36872024-12-21T00:04:56.213Z[ host-image] Dec 21 00:04:56.089 INFO O| Dec 21 00:04:56.089 INFO O| Done
36882024-12-21T00:04:56.331Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
36892024-12-21T00:04:56.381ZDec 21 00:04:56.257 INFO [stamp-cockroachdb] process exited with exit status: 0 (6.390967597s)
36902024-12-21T00:04:56.491Z[verify-libraries] Compiling ghash v0.5.1
36912024-12-21T00:04:56.527Z[verify-libraries] Compiling ssh-encoding v0.2.0
36922024-12-21T00:04:56.639Z[verify-libraries] Compiling sqlparser v0.45.0
36932024-12-21T00:04:56.976Z[ host-image] Dec 21 00:04:56.850 INFO O| Dec 21 00:04:56.850 INFO STEP 6 (pkg_change_variant) COMPLETE
36942024-12-21T00:04:56.976Z[ host-image] Dec 21 00:04:56.850 INFO O| Dec 21 00:04:56.850 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36952024-12-21T00:04:56.977Z[ host-image] Dec 21 00:04:56.850 INFO O| Dec 21 00:04:56.850 INFO skip step because feature "debug_variant" is not enabled
36962024-12-21T00:04:56.977Z[ host-image] Dec 21 00:04:56.850 INFO O| Dec 21 00:04:56.850 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36972024-12-21T00:04:57.052Z[verify-libraries] Compiling aes-gcm v0.10.3
36982024-12-21T00:04:57.184Z[verify-libraries] Compiling blowfish v0.9.1
36992024-12-21T00:04:57.737Z[ host-image] Dec 21 00:04:57.613 INFO O| Dec 21 00:04:57.613 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
37002024-12-21T00:04:57.932Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
37012024-12-21T00:04:58.140Z[verify-libraries] Compiling ssh-cipher v0.2.0
37022024-12-21T00:04:58.556Z[verify-libraries] Compiling password-hash v0.4.2
37032024-12-21T00:04:59.015Z[ host-image] Dec 21 00:04:58.891 INFO O| Dec 21 00:04:58.891 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37042024-12-21T00:04:59.020Z[ host-image] Dec 21 00:04:58.893 INFO O| Dec 21 00:04:58.893 INFO O| Planning: Planning completed in 0.00 seconds
37052024-12-21T00:04:59.020Z[ host-image] Dec 21 00:04:58.894 INFO O| Dec 21 00:04:58.894 INFO O| Planning: Consolidating action changes ... Done
37062024-12-21T00:04:59.020Z[ host-image] Dec 21 00:04:58.894 INFO O| Dec 21 00:04:58.894 INFO O| Planning: Evaluating mediators ... Done
37072024-12-21T00:04:59.020Z[ host-image] Dec 21 00:04:58.894 INFO O| Dec 21 00:04:58.894 INFO O| Planning: Planning completed in 0.00 seconds
37082024-12-21T00:04:59.020Z[ host-image] Dec 21 00:04:58.895 INFO O| Dec 21 00:04:58.895 INFO O| Variants/Facets to change: 1
37092024-12-21T00:04:59.114Z[ host-image] Dec 21 00:04:58.990 INFO O| Dec 21 00:04:58.990 INFO O| Done
37102024-12-21T00:04:59.114Z[ host-image] Dec 21 00:04:58.990 INFO O| Dec 21 00:04:58.990 INFO O| Done
37112024-12-21T00:05:00.109Z[ host-image] Dec 21 00:04:59.980 INFO O| Dec 21 00:04:59.979 INFO O| Done
37122024-12-21T00:05:00.209Z[ host-image] Dec 21 00:05:00.070 INFO O| Dec 21 00:05:00.070 INFO O| Done
37132024-12-21T00:05:00.223Z[ host-image] Dec 21 00:05:00.071 INFO O| Dec 21 00:05:00.071 INFO O| Done
37142024-12-21T00:05:00.223Z[ host-image] Dec 21 00:05:00.071 INFO O| Dec 21 00:05:00.071 INFO O| Done
37152024-12-21T00:05:00.224Z[ host-image] Dec 21 00:05:00.073 INFO O| Dec 21 00:05:00.073 INFO O| Done
37162024-12-21T00:05:00.386Z[ host-image] Dec 21 00:05:00.250 INFO O| Dec 21 00:05:00.250 INFO STEP 8 (pkg_change_facet) COMPLETE
37172024-12-21T00:05:00.386Z[ host-image] Dec 21 00:05:00.250 INFO O| Dec 21 00:05:00.250 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37182024-12-21T00:05:00.387Z[ host-image] Dec 21 00:05:00.250 INFO O| Dec 21 00:05:00.250 INFO skip step because feature "recovery" is not enabled
37192024-12-21T00:05:00.387Z[ host-image] Dec 21 00:05:00.250 INFO O| Dec 21 00:05:00.250 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37202024-12-21T00:05:00.401Z[ host-image] Dec 21 00:05:00.250 INFO O| Dec 21 00:05:00.250 INFO skip step because feature "recovery" is not enabled
37212024-12-21T00:05:00.403Z[ host-image] Dec 21 00:05:00.250 INFO O| Dec 21 00:05:00.250 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37222024-12-21T00:05:00.416Z[ host-image] Dec 21 00:05:00.272 INFO O| Dec 21 00:05:00.272 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"]
37232024-12-21T00:05:01.484Z[verify-libraries] Compiling rustyline v14.0.0
37242024-12-21T00:05:01.705Z[ host-image] Dec 21 00:05:01.581 INFO O| Dec 21 00:05:01.581 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37252024-12-21T00:05:03.756Z[verify-libraries] Compiling matches v0.1.10
37262024-12-21T00:05:03.981Z[verify-libraries] Compiling idna v0.2.3
37272024-12-21T00:05:04.115Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
37282024-12-21T00:05:04.139ZDec 21 00:05:04.016 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (14.313792438s)
37292024-12-21T00:05:04.975Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
37302024-12-21T00:05:04.997ZDec 21 00:05:04.873 INFO [stamp-clickhouse] process exited with exit status: 0 (15.207135376s)
37312024-12-21T00:05:04.997ZDec 21 00:05:04.873 INFO [tuf-stamp] task succeeded (15.227085387s)
37322024-12-21T00:05:05.057Z[verify-libraries] Compiling pbkdf2 v0.11.0
37332024-12-21T00:05:05.704Z[verify-libraries] Compiling ssh-key v0.6.6
37342024-12-21T00:05:05.739Z[verify-libraries] Compiling p521 v0.13.3
37352024-12-21T00:05:08.277Z[ recovery-image] Dec 21 00:05:08.155 INFO O| Dec 21 00:05:08.155 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37362024-12-21T00:05:08.801Z[verify-libraries] Compiling p256 v0.13.2
37372024-12-21T00:05:11.329Z[verify-libraries] Compiling enum-as-inner v0.5.1
37382024-12-21T00:05:11.449Z[verify-libraries] Compiling russh-cryptovec v0.7.3
37392024-12-21T00:05:12.223Z[verify-libraries] Compiling md5 v0.7.0
37402024-12-21T00:05:12.550Z[verify-libraries] Compiling trust-dns-proto v0.22.0
37412024-12-21T00:05:12.889Z[verify-libraries] Compiling russh-keys v0.45.0
37422024-12-21T00:05:16.840Z[ recovery-image] Dec 21 00:05:16.719 INFO O| Dec 21 00:05:16.719 INFO O| Startup: Caching catalogs ... Done
37432024-12-21T00:05:16.967Z[ recovery-image] Dec 21 00:05:16.845 INFO O| Dec 21 00:05:16.845 INFO O| Planning: Planning completed in 0.00 seconds
37442024-12-21T00:05:16.970Z[ recovery-image] Dec 21 00:05:16.847 INFO O| Dec 21 00:05:16.846 INFO O| Planning: Consolidating action changes ... Done
37452024-12-21T00:05:16.970Z[ recovery-image] Dec 21 00:05:16.847 INFO O| Dec 21 00:05:16.847 INFO O| Planning: Evaluating mediators ... Done
37462024-12-21T00:05:16.970Z[ recovery-image] Dec 21 00:05:16.847 INFO O| Dec 21 00:05:16.847 INFO O| Planning: Planning completed in 0.00 seconds
37472024-12-21T00:05:16.970Z[ recovery-image] Dec 21 00:05:16.848 INFO O| Dec 21 00:05:16.848 INFO O| Variants/Facets to change: 1
37482024-12-21T00:05:17.045Z[ recovery-image] Dec 21 00:05:16.923 INFO O| Dec 21 00:05:16.923 INFO O| Done
37492024-12-21T00:05:17.045Z[ recovery-image] Dec 21 00:05:16.924 INFO O| Dec 21 00:05:16.923 INFO O| Done
37502024-12-21T00:05:18.100Z[ recovery-image] Dec 21 00:05:17.978 INFO O| Dec 21 00:05:17.978 INFO O| Done
37512024-12-21T00:05:18.203Z[ recovery-image] Dec 21 00:05:18.080 INFO O| Dec 21 00:05:18.080 INFO O| Done
37522024-12-21T00:05:18.208Z[ recovery-image] Dec 21 00:05:18.082 INFO O| Dec 21 00:05:18.082 INFO O| Done
37532024-12-21T00:05:18.208Z[ recovery-image] Dec 21 00:05:18.082 INFO O| Dec 21 00:05:18.082 INFO O| Done
37542024-12-21T00:05:18.208Z[ recovery-image] Dec 21 00:05:18.084 INFO O| Dec 21 00:05:18.084 INFO O| Done
37552024-12-21T00:05:18.459Z[verify-libraries] Compiling num-bigint v0.4.6
37562024-12-21T00:05:19.006Z[ recovery-image] Dec 21 00:05:18.886 INFO O| Dec 21 00:05:18.885 INFO STEP 6 (pkg_change_variant) COMPLETE
37572024-12-21T00:05:19.007Z[ recovery-image] Dec 21 00:05:18.886 INFO O| Dec 21 00:05:18.886 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37582024-12-21T00:05:19.008Z[ recovery-image] Dec 21 00:05:18.886 INFO O| Dec 21 00:05:18.886 INFO skip step because feature "debug_variant" is not enabled
37592024-12-21T00:05:19.015Z[ recovery-image] Dec 21 00:05:18.886 INFO O| Dec 21 00:05:18.886 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37602024-12-21T00:05:19.724Z[ recovery-image] Dec 21 00:05:19.603 INFO O| Dec 21 00:05:19.603 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
37612024-12-21T00:05:20.929Z[ recovery-image] Dec 21 00:05:20.809 INFO O| Dec 21 00:05:20.808 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37622024-12-21T00:05:20.932Z[ recovery-image] Dec 21 00:05:20.810 INFO O| Dec 21 00:05:20.810 INFO O| Planning: Planning completed in 0.00 seconds
37632024-12-21T00:05:20.932Z[ recovery-image] Dec 21 00:05:20.811 INFO O| Dec 21 00:05:20.811 INFO O| Planning: Consolidating action changes ... Done
37642024-12-21T00:05:20.932Z[ recovery-image] Dec 21 00:05:20.811 INFO O| Dec 21 00:05:20.811 INFO O| Planning: Evaluating mediators ... Done
37652024-12-21T00:05:20.934Z[ recovery-image] Dec 21 00:05:20.812 INFO O| Dec 21 00:05:20.812 INFO O| Planning: Planning completed in 0.00 seconds
37662024-12-21T00:05:20.934Z[ recovery-image] Dec 21 00:05:20.812 INFO O| Dec 21 00:05:20.812 INFO O| Variants/Facets to change: 1
37672024-12-21T00:05:21.027Z[ recovery-image] Dec 21 00:05:20.906 INFO O| Dec 21 00:05:20.906 INFO O| Done
37682024-12-21T00:05:21.027Z[ recovery-image] Dec 21 00:05:20.906 INFO O| Dec 21 00:05:20.906 INFO O| Done
37692024-12-21T00:05:21.908Z[ recovery-image] Dec 21 00:05:21.788 INFO O| Dec 21 00:05:21.788 INFO O| Done
37702024-12-21T00:05:22.013Z[ recovery-image] Dec 21 00:05:21.892 INFO O| Dec 21 00:05:21.892 INFO O| Done
37712024-12-21T00:05:22.016Z[ recovery-image] Dec 21 00:05:21.893 INFO O| Dec 21 00:05:21.893 INFO O| Done
37722024-12-21T00:05:22.016Z[ recovery-image] Dec 21 00:05:21.893 INFO O| Dec 21 00:05:21.893 INFO O| Done
37732024-12-21T00:05:22.016Z[ recovery-image] Dec 21 00:05:21.895 INFO O| Dec 21 00:05:21.895 INFO O| Done
37742024-12-21T00:05:22.143Z[ recovery-image] Dec 21 00:05:22.008 INFO O| Dec 21 00:05:22.008 INFO STEP 8 (pkg_change_facet) COMPLETE
37752024-12-21T00:05:22.143Z[ recovery-image] Dec 21 00:05:22.008 INFO O| Dec 21 00:05:22.008 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37762024-12-21T00:05:22.851Z[ recovery-image] Dec 21 00:05:22.731 INFO O| Dec 21 00:05:22.731 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
37772024-12-21T00:05:23.896Z[ recovery-image] Dec 21 00:05:23.775 INFO O| Dec 21 00:05:23.775 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37782024-12-21T00:05:23.899Z[ recovery-image] Dec 21 00:05:23.777 INFO O| Dec 21 00:05:23.777 INFO O| Planning: Planning completed in 0.00 seconds
37792024-12-21T00:05:23.899Z[ recovery-image] Dec 21 00:05:23.778 INFO O| Dec 21 00:05:23.778 INFO O| Planning: Consolidating action changes ... Done
37802024-12-21T00:05:23.899Z[ recovery-image] Dec 21 00:05:23.778 INFO O| Dec 21 00:05:23.778 INFO O| Planning: Evaluating mediators ... Done
37812024-12-21T00:05:23.899Z[ recovery-image] Dec 21 00:05:23.779 INFO O| Dec 21 00:05:23.779 INFO O| Planning: Planning completed in 0.00 seconds
37822024-12-21T00:05:23.902Z[ recovery-image] Dec 21 00:05:23.779 INFO O| Dec 21 00:05:23.779 INFO O| Variants/Facets to change: 1
37832024-12-21T00:05:23.998Z[ recovery-image] Dec 21 00:05:23.878 INFO O| Dec 21 00:05:23.878 INFO O| Done
37842024-12-21T00:05:23.999Z[ recovery-image] Dec 21 00:05:23.878 INFO O| Dec 21 00:05:23.878 INFO O| Done
37852024-12-21T00:05:24.816Z[ recovery-image] Dec 21 00:05:24.696 INFO O| Dec 21 00:05:24.696 INFO O| Done
37862024-12-21T00:05:24.913Z[ recovery-image] Dec 21 00:05:24.792 INFO O| Dec 21 00:05:24.792 INFO O| Done
37872024-12-21T00:05:24.916Z[ recovery-image] Dec 21 00:05:24.794 INFO O| Dec 21 00:05:24.794 INFO O| Done
37882024-12-21T00:05:24.916Z[ recovery-image] Dec 21 00:05:24.794 INFO O| Dec 21 00:05:24.794 INFO O| Done
37892024-12-21T00:05:24.919Z[ recovery-image] Dec 21 00:05:24.796 INFO O| Dec 21 00:05:24.796 INFO O| Done
37902024-12-21T00:05:25.065Z[ recovery-image] Dec 21 00:05:24.945 INFO O| Dec 21 00:05:24.945 INFO STEP 9 (pkg_change_facet) COMPLETE
37912024-12-21T00:05:25.065Z[ recovery-image] Dec 21 00:05:24.945 INFO O| Dec 21 00:05:24.945 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37922024-12-21T00:05:25.926Z[ recovery-image] Dec 21 00:05:25.806 INFO O| Dec 21 00:05:25.806 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
37932024-12-21T00:05:27.020Z[ recovery-image] Dec 21 00:05:26.900 INFO O| Dec 21 00:05:26.900 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37942024-12-21T00:05:27.023Z[ recovery-image] Dec 21 00:05:26.902 INFO O| Dec 21 00:05:26.902 INFO O| Planning: Planning completed in 0.00 seconds
37952024-12-21T00:05:27.024Z[ recovery-image] Dec 21 00:05:26.903 INFO O| Dec 21 00:05:26.903 INFO O| Planning: Consolidating action changes ... Done
37962024-12-21T00:05:27.024Z[ recovery-image] Dec 21 00:05:26.903 INFO O| Dec 21 00:05:26.903 INFO O| Planning: Evaluating mediators ... Done
37972024-12-21T00:05:27.027Z[ recovery-image] Dec 21 00:05:26.904 INFO O| Dec 21 00:05:26.904 INFO O| Planning: Planning completed in 0.00 seconds
37982024-12-21T00:05:27.027Z[ recovery-image] Dec 21 00:05:26.904 INFO O| Dec 21 00:05:26.904 INFO O| Variants/Facets to change: 1
37992024-12-21T00:05:27.126Z[ recovery-image] Dec 21 00:05:27.006 INFO O| Dec 21 00:05:27.006 INFO O| Done
38002024-12-21T00:05:27.126Z[ recovery-image] Dec 21 00:05:27.006 INFO O| Dec 21 00:05:27.006 INFO O| Done
38012024-12-21T00:05:27.935Z[ recovery-image] Dec 21 00:05:27.816 INFO O| Dec 21 00:05:27.816 INFO O| Done
38022024-12-21T00:05:28.059Z[ recovery-image] Dec 21 00:05:27.940 INFO O| Dec 21 00:05:27.939 INFO O| Done
38032024-12-21T00:05:28.061Z[ recovery-image] Dec 21 00:05:27.941 INFO O| Dec 21 00:05:27.941 INFO O| Done
38042024-12-21T00:05:28.061Z[ recovery-image] Dec 21 00:05:27.941 INFO O| Dec 21 00:05:27.941 INFO O| Done
38052024-12-21T00:05:28.064Z[ recovery-image] Dec 21 00:05:27.943 INFO O| Dec 21 00:05:27.943 INFO O| Done
38062024-12-21T00:05:28.187Z[ recovery-image] Dec 21 00:05:28.068 INFO O| Dec 21 00:05:28.068 INFO STEP 10 (pkg_change_facet) COMPLETE
38072024-12-21T00:05:28.187Z[ recovery-image] Dec 21 00:05:28.068 INFO O| Dec 21 00:05:28.068 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38082024-12-21T00:05:28.210Z[ recovery-image] Dec 21 00:05:28.090 INFO O| Dec 21 00:05:28.090 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"]
38092024-12-21T00:05:28.533Z[verify-libraries] Compiling des v0.8.1
38102024-12-21T00:05:28.998Z[verify-libraries] Compiling hex-literal v0.4.1
38112024-12-21T00:05:29.152Z[verify-libraries] Compiling dhcproto-macros v0.1.0
38122024-12-21T00:05:29.237Z[ recovery-image] Dec 21 00:05:29.118 INFO O| Dec 21 00:05:29.118 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38132024-12-21T00:05:29.305Z[verify-libraries] Compiling russh v0.45.0
38142024-12-21T00:05:30.357Z[verify-libraries] Compiling dhcproto v0.12.0
38152024-12-21T00:05:37.187Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38162024-12-21T00:05:40.357Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38172024-12-21T00:05:41.901Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
38182024-12-21T00:05:53.888Z[verify-libraries] Compiling petname v2.0.2
38192024-12-21T00:05:55.244Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
38202024-12-21T00:05:56.001Z[verify-libraries] Compiling internet-checksum v0.2.1
38212024-12-21T00:05:56.813Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
38222024-12-21T00:06:07.962Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
38232024-12-21T00:06:08.809Z[ host-image] Dec 21 00:06:08.695 INFO O| Dec 21 00:06:08.695 INFO O| Planning: Solver setup ... Done
38242024-12-21T00:06:15.381Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
38252024-12-21T00:06:18.521Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
38262024-12-21T00:06:23.895Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
38272024-12-21T00:06:34.268Z[ recovery-image] Dec 21 00:06:34.159 INFO O| Dec 21 00:06:34.159 INFO O| Planning: Solver setup ... Done
38282024-12-21T00:06:45.078Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
38292024-12-21T00:06:47.449Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38302024-12-21T00:06:51.648Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
38312024-12-21T00:07:19.505Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
38322024-12-21T00:07:21.306Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38332024-12-21T00:07:21.831Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
38342024-12-21T00:07:22.391Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
38352024-12-21T00:07:22.849Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
38362024-12-21T00:07:23.318Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
38372024-12-21T00:07:25.086Z[verify-libraries] Compiling sync-ptr v0.1.1
38382024-12-21T00:07:25.441Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38392024-12-21T00:07:32.104Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38402024-12-21T00:07:33.155Z[ host-image] Dec 21 00:07:33.055 INFO O| Dec 21 00:07:33.055 INFO O| Planning: Running solver ... Done
38412024-12-21T00:07:33.827Z[ host-image] Dec 21 00:07:33.726 INFO O| Dec 21 00:07:33.726 INFO O| Planning: Finding local manifests ... Done
38422024-12-21T00:07:33.864Z[ host-image] Dec 21 00:07:33.762 INFO O| Dec 21 00:07:33.762 INFO O| Planning: Fetching manifests: 0/124 0% complete
38432024-12-21T00:07:34.681Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
38442024-12-21T00:07:38.441Z[ host-image] Dec 21 00:07:38.342 INFO O| Dec 21 00:07:38.342 INFO O| Planning: Fetching manifests: 124/124 100% complete
38452024-12-21T00:07:39.738Z[ host-image] Dec 21 00:07:39.639 INFO O| Dec 21 00:07:39.639 INFO O| Planning: Package planning ... Done
38462024-12-21T00:07:39.777Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
38472024-12-21T00:07:41.329Z[ host-image] Dec 21 00:07:41.230 INFO O| Dec 21 00:07:41.230 INFO O| Planning: Merging actions ... Done
38482024-12-21T00:07:41.663Z[ host-image] Dec 21 00:07:41.564 INFO O| Dec 21 00:07:41.564 INFO O| Planning: Checking for conflicting actions ... Done
38492024-12-21T00:07:41.950Z[ host-image] Dec 21 00:07:41.851 INFO O| Dec 21 00:07:41.851 INFO O| Planning: Consolidating action changes ... Done
38502024-12-21T00:07:42.449Z[ host-image] Dec 21 00:07:42.350 INFO O| Dec 21 00:07:42.350 INFO O| Planning: Evaluating mediators ... Done
38512024-12-21T00:07:44.743Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
38522024-12-21T00:07:49.111Z[ host-image] Dec 21 00:07:49.013 INFO O| Dec 21 00:07:49.013 INFO O| Planning: Planning completed in 167.43 seconds
38532024-12-21T00:07:49.118Z[ host-image] Dec 21 00:07:49.021 INFO O| Dec 21 00:07:49.021 INFO O| Packages to install: 124
38542024-12-21T00:07:49.121Z[ host-image] Dec 21 00:07:49.021 INFO O| Dec 21 00:07:49.021 INFO O| Mediators to change: 4
38552024-12-21T00:07:49.121Z[ host-image] Dec 21 00:07:49.021 INFO O| Dec 21 00:07:49.021 INFO O| Services to change: 6
38562024-12-21T00:07:49.277Z[ host-image] Dec 21 00:07:49.179 INFO O| Dec 21 00:07:49.179 INFO O| Download: 0/22788 items 0.0/199.7MB 0% complete
38572024-12-21T00:07:50.144Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
38582024-12-21T00:07:54.276Z[ host-image] Dec 21 00:07:54.179 INFO O| Dec 21 00:07:54.179 INFO O| Download: 1038/22788 items 6.7/199.7MB 3% complete (1.4M/s)
38592024-12-21T00:07:55.385Z[ recovery-image] Dec 21 00:07:55.289 INFO O| Dec 21 00:07:55.289 INFO O| Planning: Running solver ... Done
38602024-12-21T00:07:55.899Z[ recovery-image] Dec 21 00:07:55.802 INFO O| Dec 21 00:07:55.802 INFO O| Planning: Finding local manifests ... Done
38612024-12-21T00:07:55.919Z[ recovery-image] Dec 21 00:07:55.822 INFO O| Dec 21 00:07:55.821 INFO O| Planning: Fetching manifests: 0/124 0% complete
38622024-12-21T00:07:59.503Z[ host-image] Dec 21 00:07:59.407 INFO O| Dec 21 00:07:59.407 INFO O| Download: 1639/22788 items 10.4/199.7MB 5% complete (1.0M/s)
38632024-12-21T00:08:02.353Z[ recovery-image] Dec 21 00:08:02.258 INFO O| Dec 21 00:08:02.258 INFO O| Planning: Fetching manifests: 124/124 100% complete
38642024-12-21T00:08:03.388Z[ recovery-image] Dec 21 00:08:03.292 INFO O| Dec 21 00:08:03.292 INFO O| Planning: Package planning ... Done
38652024-12-21T00:08:04.093Z[ recovery-image] Dec 21 00:08:03.998 INFO O| Dec 21 00:08:03.998 INFO O| Planning: Merging actions ... Done
38662024-12-21T00:08:04.273Z[ recovery-image] Dec 21 00:08:04.178 INFO O| Dec 21 00:08:04.177 INFO O| Planning: Checking for conflicting actions ... Done
38672024-12-21T00:08:04.414Z[ recovery-image] Dec 21 00:08:04.318 INFO O| Dec 21 00:08:04.317 INFO O| Planning: Consolidating action changes ... Done
38682024-12-21T00:08:04.532Z[ host-image] Dec 21 00:08:04.437 INFO O| Dec 21 00:08:04.437 INFO O| Download: 2095/22788 items 23.2/199.7MB 11% complete (1.7M/s)
38692024-12-21T00:08:04.811Z[ recovery-image] Dec 21 00:08:04.715 INFO O| Dec 21 00:08:04.715 INFO O| Planning: Evaluating mediators ... Done
38702024-12-21T00:08:09.532Z[ host-image] Dec 21 00:08:09.438 INFO O| Dec 21 00:08:09.437 INFO O| Download: 2869/22788 items 33.1/199.7MB 16% complete (2.2M/s)
38712024-12-21T00:08:11.267Z[ recovery-image] Dec 21 00:08:11.173 INFO O| Dec 21 00:08:11.173 INFO O| Planning: Planning completed in 162.05 seconds
38722024-12-21T00:08:11.274Z[ recovery-image] Dec 21 00:08:11.180 INFO O| Dec 21 00:08:11.180 INFO O| Packages to install: 124
38732024-12-21T00:08:11.274Z[ recovery-image] Dec 21 00:08:11.180 INFO O| Dec 21 00:08:11.180 INFO O| Mediators to change: 4
38742024-12-21T00:08:11.277Z[ recovery-image] Dec 21 00:08:11.180 INFO O| Dec 21 00:08:11.180 INFO O| Services to change: 5
38752024-12-21T00:08:11.382Z[ recovery-image] Dec 21 00:08:11.287 INFO O| Dec 21 00:08:11.287 INFO O| Download: 0/15862 items 0.0/176.4MB 0% complete
38762024-12-21T00:08:14.553Z[ host-image] Dec 21 00:08:14.459 INFO O| Dec 21 00:08:14.459 INFO O| Download: 3979/22788 items 40.1/199.7MB 20% complete (1.7M/s)
38772024-12-21T00:08:15.327Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
38782024-12-21T00:08:16.382Z[ recovery-image] Dec 21 00:08:16.288 INFO O| Dec 21 00:08:16.288 INFO O| Download: 945/15862 items 7.6/176.4MB 4% complete (1.5M/s)
38792024-12-21T00:08:19.665Z[ host-image] Dec 21 00:08:19.572 INFO O| Dec 21 00:08:19.572 INFO O| Download: 4630/22788 items 43.0/199.7MB 21% complete (1.1M/s)
38802024-12-21T00:08:21.570Z[ recovery-image] Dec 21 00:08:21.478 INFO O| Dec 21 00:08:21.478 INFO O| Download: 1219/15862 items 16.9/176.4MB 9% complete (1.7M/s)
38812024-12-21T00:08:22.380Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
38822024-12-21T00:08:23.020Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
38832024-12-21T00:08:23.757Z[verify-libraries] Compiling termios v0.3.3
38842024-12-21T00:08:24.114Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
38852024-12-21T00:08:24.696Z[ host-image] Dec 21 00:08:24.603 INFO O| Dec 21 00:08:24.603 INFO O| Download: 5471/22788 items 46.1/199.7MB 23% complete (615k/s)
38862024-12-21T00:08:27.086Z[ recovery-image] Dec 21 00:08:26.994 INFO O| Dec 21 00:08:26.994 INFO O| Download: 1503/15862 items 21.8/176.4MB 12% complete (1.5M/s)
38872024-12-21T00:08:29.704Z[ host-image] Dec 21 00:08:29.612 INFO O| Dec 21 00:08:29.612 INFO O| Download: 6657/22788 items 46.8/199.7MB 23% complete (393k/s)
38882024-12-21T00:08:32.528Z[ recovery-image] Dec 21 00:08:32.437 INFO O| Dec 21 00:08:32.436 INFO O| Download: 1680/15862 items 27.9/176.4MB 15% complete (891k/s)
38892024-12-21T00:08:34.708Z[ host-image] Dec 21 00:08:34.617 INFO O| Dec 21 00:08:34.617 INFO O| Download: 7346/22788 items 57.5/199.7MB 28% complete (1.1M/s)
38902024-12-21T00:08:37.663Z[ recovery-image] Dec 21 00:08:37.572 INFO O| Dec 21 00:08:37.572 INFO O| Download: 2670/15862 items 33.0/176.4MB 18% complete (1.3M/s)
38912024-12-21T00:08:40.177Z[ host-image] Dec 21 00:08:40.088 INFO O| Dec 21 00:08:40.087 INFO O| Download: 8075/22788 items 60.4/199.7MB 30% complete (1.4M/s)
38922024-12-21T00:08:42.682Z[ recovery-image] Dec 21 00:08:42.592 INFO O| Dec 21 00:08:42.592 INFO O| Download: 3609/15862 items 39.1/176.4MB 22% complete (1.1M/s)
38932024-12-21T00:08:44.604Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38942024-12-21T00:08:45.193Z[ host-image] Dec 21 00:08:45.104 INFO O| Dec 21 00:08:45.104 INFO O| Download: 8725/22788 items 71.2/199.7MB 35% complete (1.3M/s)
38952024-12-21T00:08:47.693Z[ recovery-image] Dec 21 00:08:47.603 INFO O| Dec 21 00:08:47.603 INFO O| Download: 4077/15862 items 42.6/176.4MB 24% complete (993k/s)
38962024-12-21T00:08:50.201Z[ host-image] Dec 21 00:08:50.113 INFO O| Dec 21 00:08:50.113 INFO O| Download: 9616/22788 items 83.3/199.7MB 41% complete (2.3M/s)
38972024-12-21T00:08:52.692Z[ recovery-image] Dec 21 00:08:52.604 INFO O| Dec 21 00:08:52.604 INFO O| Download: 4960/15862 items 43.1/176.4MB 24% complete (435k/s)
38982024-12-21T00:08:57.469Z[ host-image] Dec 21 00:08:57.381 INFO O| Dec 21 00:08:57.381 INFO O| Download: 10416/22788 items 88.0/199.7MB 44% complete (1.8M/s)
38992024-12-21T00:08:57.696Z[ recovery-image] Dec 21 00:08:57.609 INFO O| Dec 21 00:08:57.609 INFO O| Download: 5665/15862 items 44.6/176.4MB 25% complete (194k/s)
39002024-12-21T00:08:58.731Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39012024-12-21T00:09:02.478Z[ host-image] Dec 21 00:09:02.391 INFO O| Dec 21 00:09:02.391 INFO O| Download: 11093/22788 items 92.0/199.7MB 46% complete (812k/s)
39022024-12-21T00:09:02.937Z[ recovery-image] Dec 21 00:09:02.851 INFO O| Dec 21 00:09:02.851 INFO O| Download: 6005/15862 items 54.1/176.4MB 30% complete (1.1M/s)
39032024-12-21T00:09:07.485Z[ host-image] Dec 21 00:09:07.399 INFO O| Dec 21 00:09:07.399 INFO O| Download: 11841/22788 items 96.5/199.7MB 48% complete (864k/s)
39042024-12-21T00:09:07.945Z[ recovery-image] Dec 21 00:09:07.860 INFO O| Dec 21 00:09:07.859 INFO O| Download: 6444/15862 items 63.6/176.4MB 36% complete (1.8M/s)
39052024-12-21T00:09:12.757Z[ host-image] Dec 21 00:09:12.672 INFO O| Dec 21 00:09:12.672 INFO O| Download: 12179/22788 items 108.6/199.7MB 54% complete (1.6M/s)
39062024-12-21T00:09:12.947Z[ recovery-image] Dec 21 00:09:12.862 INFO O| Dec 21 00:09:12.861 INFO O| Download: 7626/15862 items 73.7/176.4MB 41% complete (2.0M/s)
39072024-12-21T00:09:17.761Z[ host-image] Dec 21 00:09:17.677 INFO O| Dec 21 00:09:17.676 INFO O| Download: 13166/22788 items 109.9/199.7MB 55% complete (1.3M/s)
39082024-12-21T00:09:18.527Z[ recovery-image] Dec 21 00:09:18.443 INFO O| Dec 21 00:09:18.443 INFO O| Download: 7925/15862 items 77.5/176.4MB 43% complete (1.4M/s)
39092024-12-21T00:09:22.780Z[ host-image] Dec 21 00:09:22.697 INFO O| Dec 21 00:09:22.697 INFO O| Download: 14024/22788 items 110.3/199.7MB 55% complete (178k/s)
39102024-12-21T00:09:23.530Z[ recovery-image] Dec 21 00:09:23.446 INFO O| Dec 21 00:09:23.446 INFO O| Download: 8541/15862 items 79.9/176.4MB 45% complete (645k/s)
39112024-12-21T00:09:27.786Z[ host-image] Dec 21 00:09:27.703 INFO O| Dec 21 00:09:27.703 INFO O| Download: 14755/22788 items 117.2/199.7MB 58% complete (745k/s)
39122024-12-21T00:09:28.739Z[ recovery-image] Dec 21 00:09:28.656 INFO O| Dec 21 00:09:28.656 INFO O| Download: 8838/15862 items 91.9/176.4MB 52% complete (1.5M/s)
39132024-12-21T00:09:32.790Z[ host-image] Dec 21 00:09:32.708 INFO O| Dec 21 00:09:32.708 INFO O| Download: 15736/22788 items 126.0/199.7MB 63% complete (1.6M/s)
39142024-12-21T00:09:33.740Z[ recovery-image] Dec 21 00:09:33.658 INFO O| Dec 21 00:09:33.658 INFO O| Download: 9362/15862 items 92.9/176.4MB 52% complete (1.3M/s)
39152024-12-21T00:09:37.802Z[ host-image] Dec 21 00:09:37.721 INFO O| Dec 21 00:09:37.721 INFO O| Download: 16433/22788 items 147.6/199.7MB 73% complete (3.0M/s)
39162024-12-21T00:09:38.743Z[ recovery-image] Dec 21 00:09:38.662 INFO O| Dec 21 00:09:38.662 INFO O| Download: 10181/15862 items 93.3/176.4MB 52% complete (142k/s)
39172024-12-21T00:09:42.810Z[ host-image] Dec 21 00:09:42.730 INFO O| Dec 21 00:09:42.730 INFO O| Download: 17299/22788 items 149.2/199.7MB 74% complete (2.3M/s)
39182024-12-21T00:09:44.026Z[ recovery-image] Dec 21 00:09:43.946 INFO O| Dec 21 00:09:43.946 INFO O| Download: 10936/15862 items 94.0/176.4MB 53% complete (109k/s)
39192024-12-21T00:09:47.829Z[ host-image] Dec 21 00:09:47.750 INFO O| Dec 21 00:09:47.750 INFO O| Download: 17963/22788 items 161.9/199.7MB 81% complete (1.7M/s)
39202024-12-21T00:09:49.110Z[ recovery-image] Dec 21 00:09:49.031 INFO O| Dec 21 00:09:49.031 INFO O| Download: 11401/15862 items 106.8/176.4MB 60% complete (1.3M/s)
39212024-12-21T00:09:53.007Z[ host-image] Dec 21 00:09:52.928 INFO O| Dec 21 00:09:52.928 INFO O| Download: 18987/22788 items 165.9/199.7MB 83% complete (1.7M/s)
39222024-12-21T00:09:54.475Z[ recovery-image] Dec 21 00:09:54.396 INFO O| Dec 21 00:09:54.396 INFO O| Download: 11925/15862 items 128.4/176.4MB 72% complete (3.4M/s)
39232024-12-21T00:09:58.066Z[ host-image] Dec 21 00:09:57.988 INFO O| Dec 21 00:09:57.988 INFO O| Download: 20006/22788 items 170.4/199.7MB 85% complete (901k/s)
39242024-12-21T00:09:59.494Z[ recovery-image] Dec 21 00:09:59.416 INFO O| Dec 21 00:09:59.416 INFO O| Download: 12683/15862 items 142.8/176.4MB 80% complete (3.6M/s)
39252024-12-21T00:10:03.234Z[ host-image] Dec 21 00:10:03.156 INFO O| Dec 21 00:10:03.156 INFO O| Download: 20635/22788 items 172.5/199.7MB 86% complete (668k/s)
39262024-12-21T00:10:04.534Z[ recovery-image] Dec 21 00:10:04.457 INFO O| Dec 21 00:10:04.457 INFO O| Download: 13585/15862 items 147.0/176.4MB 83% complete (1.9M/s)
39272024-12-21T00:10:08.721Z[ host-image] Dec 21 00:10:08.645 INFO O| Dec 21 00:10:08.645 INFO O| Download: 20985/22788 items 178.9/199.7MB 89% complete (872k/s)
39282024-12-21T00:10:09.547Z[ recovery-image] Dec 21 00:10:09.471 INFO O| Dec 21 00:10:09.471 INFO O| Download: 14637/15862 items 150.5/176.4MB 85% complete (790k/s)
39292024-12-21T00:10:13.783Z[ host-image] Dec 21 00:10:13.648 INFO O| Dec 21 00:10:13.648 INFO O| Download: 21918/22788 items 191.2/199.7MB 95% complete (1.8M/s)
39302024-12-21T00:10:14.563Z[ recovery-image] Dec 21 00:10:14.487 INFO O| Dec 21 00:10:14.487 INFO O| Download: 14941/15862 items 157.4/176.4MB 89% complete (1.0M/s)
39312024-12-21T00:10:18.741Z[ host-image] Dec 21 00:10:18.666 INFO O| Dec 21 00:10:18.666 INFO O| Download: 22098/22788 items 196.7/199.7MB 98% complete (1.7M/s)
39322024-12-21T00:10:19.776Z[ recovery-image] Dec 21 00:10:19.701 INFO O| Dec 21 00:10:19.701 INFO O| Download: 15592/15862 items 169.3/176.4MB 96% complete (1.9M/s)
39332024-12-21T00:10:22.347Z[ host-image] Dec 21 00:10:22.273 INFO O| Dec 21 00:10:22.273 INFO O| Download: Completed 199.66 MB in 153.09 seconds (1.3M/s)
39342024-12-21T00:10:23.893Z[ host-image] Dec 21 00:10:23.819 INFO O| Dec 21 00:10:23.819 INFO O| Actions: 1/49485 actions (Installing new actions)
39352024-12-21T00:10:24.207Z[ recovery-image] Dec 21 00:10:24.133 INFO O| Dec 21 00:10:24.133 INFO O| Download: Completed 176.38 MB in 132.85 seconds (1.3M/s)
39362024-12-21T00:10:25.365Z[ recovery-image] Dec 21 00:10:25.291 INFO O| Dec 21 00:10:25.291 INFO O| Actions: 1/25028 actions (Installing new actions)
39372024-12-21T00:10:28.893Z[ host-image] Dec 21 00:10:28.819 INFO O| Dec 21 00:10:28.819 INFO O| Actions: 8449/49485 actions (Installing new actions)
39382024-12-21T00:10:30.364Z[ recovery-image] Dec 21 00:10:30.291 INFO O| Dec 21 00:10:30.291 INFO O| Actions: 8449/25028 actions (Installing new actions)
39392024-12-21T00:10:33.894Z[ host-image] Dec 21 00:10:33.821 INFO O| Dec 21 00:10:33.821 INFO O| Actions: 13949/49485 actions (Installing new actions)
39402024-12-21T00:10:35.364Z[ recovery-image] Dec 21 00:10:35.292 INFO O| Dec 21 00:10:35.291 INFO O| Actions: 13818/25028 actions (Installing new actions)
39412024-12-21T00:10:38.893Z[ host-image] Dec 21 00:10:38.821 INFO O| Dec 21 00:10:38.821 INFO O| Actions: 19971/49485 actions (Installing new actions)
39422024-12-21T00:10:40.364Z[ recovery-image] Dec 21 00:10:40.292 INFO O| Dec 21 00:10:40.292 INFO O| Actions: 17834/25028 actions (Installing new actions)
39432024-12-21T00:10:43.899Z[ host-image] Dec 21 00:10:43.827 INFO O| Dec 21 00:10:43.827 INFO O| Actions: 25834/49485 actions (Installing new actions)
39442024-12-21T00:10:45.370Z[ recovery-image] Dec 21 00:10:45.299 INFO O| Dec 21 00:10:45.299 INFO O| Actions: 24743/25028 actions (Installing new actions)
39452024-12-21T00:10:45.613Z[ recovery-image] Dec 21 00:10:45.542 INFO O| Dec 21 00:10:45.542 INFO O| Actions: Completed 25028 actions in 20.25 seconds.
39462024-12-21T00:10:46.735Z[ recovery-image] Dec 21 00:10:46.664 INFO O| Dec 21 00:10:46.664 INFO O| Done
39472024-12-21T00:10:46.735Z[ recovery-image] Dec 21 00:10:46.664 INFO O| Dec 21 00:10:46.664 INFO O| Done
39482024-12-21T00:10:48.388Z[ recovery-image] Dec 21 00:10:48.316 INFO O| Dec 21 00:10:48.316 INFO O| Done
39492024-12-21T00:10:48.920Z[ host-image] Dec 21 00:10:48.849 INFO O| Dec 21 00:10:48.849 INFO O| Actions: 49098/49485 actions (Installing new actions)
39502024-12-21T00:10:49.093Z[ host-image] Dec 21 00:10:49.023 INFO O| Dec 21 00:10:49.023 INFO O| Actions: Completed 49485 actions in 25.20 seconds.
39512024-12-21T00:10:49.925Z[ host-image] Dec 21 00:10:49.855 INFO O| Dec 21 00:10:49.855 INFO O| Done
39522024-12-21T00:10:49.925Z[ host-image] Dec 21 00:10:49.855 INFO O| Dec 21 00:10:49.855 INFO O| Done
39532024-12-21T00:10:50.608Z[ recovery-image] Dec 21 00:10:50.537 INFO O| Dec 21 00:10:50.537 INFO O| Done
39542024-12-21T00:10:50.636Z[ recovery-image] Dec 21 00:10:50.566 INFO O| Dec 21 00:10:50.566 INFO O| Done
39552024-12-21T00:10:51.762Z[ host-image] Dec 21 00:10:51.692 INFO O| Dec 21 00:10:51.692 INFO O| Done
39562024-12-21T00:10:54.537Z[ host-image] Dec 21 00:10:54.467 INFO O| Dec 21 00:10:54.467 INFO O| Done
39572024-12-21T00:10:54.573Z[ host-image] Dec 21 00:10:54.503 INFO O| Dec 21 00:10:54.503 INFO O| Done
39582024-12-21T00:10:55.898Z[ recovery-image] Dec 21 00:10:55.829 INFO O| Dec 21 00:10:55.829 INFO O| Done
39592024-12-21T00:10:56.555Z[ recovery-image] Dec 21 00:10:56.485 INFO O| Dec 21 00:10:56.485 INFO O| Done
39602024-12-21T00:10:57.477Z[ recovery-image] Dec 21 00:10:57.408 INFO O| Dec 21 00:10:57.408 INFO STEP 11 (pkg_install) COMPLETE
39612024-12-21T00:10:57.477Z[ recovery-image] Dec 21 00:10:57.408 INFO O| Dec 21 00:10:57.408 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39622024-12-21T00:10:57.477Z[ recovery-image] Dec 21 00:10:57.408 INFO O| Dec 21 00:10:57.408 INFO skip step because feature "recovery" is enabled
39632024-12-21T00:10:57.480Z[ recovery-image] Dec 21 00:10:57.408 INFO O| Dec 21 00:10:57.408 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39642024-12-21T00:10:57.481Z[ recovery-image] Dec 21 00:10:57.408 INFO O| Dec 21 00:10:57.408 INFO skip step because feature "omicron1" is not enabled
39652024-12-21T00:10:57.481Z[ recovery-image] Dec 21 00:10:57.408 INFO O| Dec 21 00:10:57.408 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39662024-12-21T00:10:57.505Z[ recovery-image] Dec 21 00:10:57.436 INFO O| Dec 21 00:10:57.436 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
39672024-12-21T00:11:00.749Z[ recovery-image] Dec 21 00:11:00.680 INFO O| Dec 21 00:11:00.680 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39682024-12-21T00:11:02.344Z[ host-image] Dec 21 00:11:02.276 INFO O| Dec 21 00:11:02.276 INFO O| Done
39692024-12-21T00:11:03.504Z[ host-image] Dec 21 00:11:03.436 INFO O| Dec 21 00:11:03.436 INFO O| Done
39702024-12-21T00:11:04.262Z[ host-image] Dec 21 00:11:04.194 INFO O| Dec 21 00:11:04.194 INFO STEP 11 (pkg_install) COMPLETE
39712024-12-21T00:11:04.262Z[ host-image] Dec 21 00:11:04.194 INFO O| Dec 21 00:11:04.194 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39722024-12-21T00:11:04.284Z[ host-image] Dec 21 00:11:04.216 INFO O| Dec 21 00:11:04.216 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"]
39732024-12-21T00:11:04.384Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
39742024-12-21T00:11:05.056Z[ recovery-image] Dec 21 00:11:04.988 INFO O| Dec 21 00:11:04.988 INFO O| Planning: Solver setup ... Done
39752024-12-21T00:11:05.063Z[ recovery-image] Dec 21 00:11:04.995 INFO O| Dec 21 00:11:04.995 INFO O| Planning: Running solver ... Done
39762024-12-21T00:11:05.169Z[ recovery-image] Dec 21 00:11:05.101 INFO O| Dec 21 00:11:05.101 INFO O| Planning: Finding local manifests ... Done
39772024-12-21T00:11:05.172Z[ recovery-image] Dec 21 00:11:05.103 INFO O| Dec 21 00:11:05.102 INFO O| Planning: Fetching manifests: 0/1 0% complete
39782024-12-21T00:11:05.378Z[ recovery-image] Dec 21 00:11:05.311 INFO O| Dec 21 00:11:05.311 INFO O| Planning: Fetching manifests: 1/1 100% complete
39792024-12-21T00:11:05.416Z[ host-image] Dec 21 00:11:05.348 INFO O| Dec 21 00:11:05.348 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39802024-12-21T00:11:05.509Z[ recovery-image] Dec 21 00:11:05.441 INFO O| Dec 21 00:11:05.441 INFO O| Planning: Package planning ... Done
39812024-12-21T00:11:05.512Z[ recovery-image] Dec 21 00:11:05.442 INFO O| Dec 21 00:11:05.442 INFO O| Planning: Merging actions ... Done
39822024-12-21T00:11:05.589Z[ recovery-image] Dec 21 00:11:05.521 INFO O| Dec 21 00:11:05.521 INFO O| Planning: Checking for conflicting actions ... Done
39832024-12-21T00:11:05.591Z[ recovery-image] Dec 21 00:11:05.521 INFO O| Dec 21 00:11:05.521 INFO O| Planning: Consolidating action changes ... Done
39842024-12-21T00:11:06.040Z[ recovery-image] Dec 21 00:11:05.972 INFO O| Dec 21 00:11:05.972 INFO O| Planning: Evaluating mediators ... Done
39852024-12-21T00:11:06.042Z[ recovery-image] Dec 21 00:11:05.973 INFO O| Dec 21 00:11:05.973 INFO O| Planning: Planning completed in 5.29 seconds
39862024-12-21T00:11:06.045Z[ recovery-image] Dec 21 00:11:05.976 INFO O| Dec 21 00:11:05.976 INFO O| Packages to install: 1
39872024-12-21T00:11:06.079Z[ recovery-image] Dec 21 00:11:06.011 INFO O| Dec 21 00:11:06.011 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
39882024-12-21T00:11:06.373Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39892024-12-21T00:11:06.853Z[ recovery-image] Dec 21 00:11:06.785 INFO O| Dec 21 00:11:06.785 INFO O| Download: Completed 9.99 MB in 0.77 seconds (12.9M/s)
39902024-12-21T00:11:07.099Z[ recovery-image] Dec 21 00:11:07.031 INFO O| Dec 21 00:11:07.031 INFO O| Actions: 1/22 actions (Installing new actions)
39912024-12-21T00:11:07.759Z[ recovery-image] Dec 21 00:11:07.691 INFO O| Dec 21 00:11:07.691 INFO O| Actions: Completed 22 actions in 0.66 seconds.
39922024-12-21T00:11:08.289Z[ recovery-image] Dec 21 00:11:08.222 INFO O| Dec 21 00:11:08.222 INFO O| Done
39932024-12-21T00:11:08.289Z[ recovery-image] Dec 21 00:11:08.222 INFO O| Dec 21 00:11:08.222 INFO O| Done
39942024-12-21T00:11:09.848Z[ recovery-image] Dec 21 00:11:09.780 INFO O| Dec 21 00:11:09.780 INFO O| Done
39952024-12-21T00:11:11.357Z[ host-image] Dec 21 00:11:11.289 INFO O| Dec 21 00:11:11.289 INFO O| Planning: Solver setup ... Done
39962024-12-21T00:11:11.390Z[ host-image] Dec 21 00:11:11.304 INFO O| Dec 21 00:11:11.303 INFO O| Planning: Running solver ... Done
39972024-12-21T00:11:11.461Z[ host-image] Dec 21 00:11:11.394 INFO O| Dec 21 00:11:11.394 INFO O| Planning: Finding local manifests ... Done
39982024-12-21T00:11:11.464Z[ host-image] Dec 21 00:11:11.396 INFO O| Dec 21 00:11:11.396 INFO O| Planning: Fetching manifests: 0/5 0% complete
39992024-12-21T00:11:11.727Z[ host-image] Dec 21 00:11:11.660 INFO O| Dec 21 00:11:11.660 INFO O| Planning: Fetching manifests: 5/5 100% complete
40002024-12-21T00:11:11.775Z[ host-image] Dec 21 00:11:11.708 INFO O| Dec 21 00:11:11.708 INFO O| Planning: Package planning ... Done
40012024-12-21T00:11:11.782Z[ host-image] Dec 21 00:11:11.716 INFO O| Dec 21 00:11:11.716 INFO O| Planning: Merging actions ... Done
40022024-12-21T00:11:11.948Z[ host-image] Dec 21 00:11:11.881 INFO O| Dec 21 00:11:11.881 INFO O| Planning: Checking for conflicting actions ... Done
40032024-12-21T00:11:11.950Z[ host-image] Dec 21 00:11:11.884 INFO O| Dec 21 00:11:11.884 INFO O| Planning: Consolidating action changes ... Done
40042024-12-21T00:11:12.114Z[ recovery-image] Dec 21 00:11:12.047 INFO O| Dec 21 00:11:12.047 INFO O| Done
40052024-12-21T00:11:12.140Z[ recovery-image] Dec 21 00:11:12.073 INFO O| Dec 21 00:11:12.073 INFO O| Done
40062024-12-21T00:11:12.140Z[ recovery-image] Dec 21 00:11:12.073 INFO O| Dec 21 00:11:12.073 INFO O| Done
40072024-12-21T00:11:12.158Z[ recovery-image] Dec 21 00:11:12.091 INFO O| Dec 21 00:11:12.091 INFO O| Done
40082024-12-21T00:11:12.435Z[ host-image] Dec 21 00:11:12.368 INFO O| Dec 21 00:11:12.368 INFO O| Planning: Evaluating mediators ... Done
40092024-12-21T00:11:12.438Z[ host-image] Dec 21 00:11:12.371 INFO O| Dec 21 00:11:12.371 INFO O| Planning: Planning completed in 7.02 seconds
40102024-12-21T00:11:12.441Z[ host-image] Dec 21 00:11:12.373 INFO O| Dec 21 00:11:12.373 INFO O| Packages to install: 5
40112024-12-21T00:11:12.441Z[ host-image] Dec 21 00:11:12.373 INFO O| Dec 21 00:11:12.373 INFO O| Services to change: 2
40122024-12-21T00:11:12.446Z[ recovery-image] Dec 21 00:11:12.380 INFO O| Dec 21 00:11:12.380 INFO STEP 14 (pkg_install) COMPLETE
40132024-12-21T00:11:12.446Z[ recovery-image] Dec 21 00:11:12.380 INFO O| Dec 21 00:11:12.380 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40142024-12-21T00:11:12.446Z[ recovery-image] Dec 21 00:11:12.380 INFO O| Dec 21 00:11:12.380 INFO skip step because feature "mfg" is not enabled
40152024-12-21T00:11:12.446Z[ recovery-image] Dec 21 00:11:12.380 INFO O| Dec 21 00:11:12.380 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40162024-12-21T00:11:12.450Z[ recovery-image] Dec 21 00:11:12.380 INFO O| Dec 21 00:11:12.380 INFO skip step because feature "compliance" is not enabled
40172024-12-21T00:11:12.450Z[ recovery-image] Dec 21 00:11:12.380 INFO O| Dec 21 00:11:12.380 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40182024-12-21T00:11:12.450Z[ recovery-image] Dec 21 00:11:12.380 INFO O| Dec 21 00:11:12.380 INFO skip step because feature "stress" is not enabled
40192024-12-21T00:11:12.450Z[ recovery-image] Dec 21 00:11:12.380 INFO O| Dec 21 00:11:12.380 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40202024-12-21T00:11:12.450Z[ recovery-image] Dec 21 00:11:12.380 INFO O| Dec 21 00:11:12.380 INFO skip step because feature "nfs" is not enabled
40212024-12-21T00:11:12.450Z[ recovery-image] Dec 21 00:11:12.380 INFO O| Dec 21 00:11:12.380 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
40222024-12-21T00:11:12.450Z[ recovery-image] Dec 21 00:11:12.380 INFO O| Dec 21 00:11:12.380 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
40232024-12-21T00:11:12.506Z[ host-image] Dec 21 00:11:12.439 INFO O| Dec 21 00:11:12.439 INFO O| Download: 0/116 items 0.0/1.4MB 0% complete
40242024-12-21T00:11:12.670Z[ recovery-image] Dec 21 00:11:12.602 INFO O| Dec 21 00:11:12.602 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
40252024-12-21T00:11:12.807Z[ recovery-image] Dec 21 00:11:12.741 INFO O| Dec 21 00:11:12.740 INFO completed processing gimlet/ramdisk-01-os
40262024-12-21T00:11:12.811Z[ recovery-image] Dec 21 00:11:12.744 INFO image builder template: ramdisk-02-trim...
40272024-12-21T00:11:12.811Z[ recovery-image] Dec 21 00:11:12.745 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/.tmpaSG2wu/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
40282024-12-21T00:11:12.862Z[ recovery-image] Dec 21 00:11:12.795 INFO O| Dec 21 00:11:12.795 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40292024-12-21T00:11:12.876Z[ recovery-image] Dec 21 00:11:12.809 INFO O| Dec 21 00:11:12.809 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40302024-12-21T00:11:13.076Z[ recovery-image] Dec 21 00:11:13.009 INFO O| Dec 21 00:11:13.009 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
40312024-12-21T00:11:13.180Z[ recovery-image] Dec 21 00:11:13.112 INFO O| Dec 21 00:11:13.112 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40322024-12-21T00:11:13.182Z[ recovery-image] Dec 21 00:11:13.113 INFO O| Dec 21 00:11:13.113 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
40332024-12-21T00:11:13.192Z[ recovery-image] Dec 21 00:11:13.126 INFO O| Dec 21 00:11:13.125 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
40342024-12-21T00:11:13.203Z[ recovery-image] Dec 21 00:11:13.136 INFO O| Dec 21 00:11:13.136 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
40352024-12-21T00:11:13.215Z[ recovery-image] Dec 21 00:11:13.148 INFO O| Dec 21 00:11:13.148 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
40362024-12-21T00:11:13.697Z[ recovery-image] Dec 21 00:11:13.630 INFO O| Dec 21 00:11:13.630 INFO rolled back to input snapshot; work may begin
40372024-12-21T00:11:13.697Z[ recovery-image] Dec 21 00:11:13.630 INFO O| Dec 21 00:11:13.630 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
40382024-12-21T00:11:13.707Z[ recovery-image] Dec 21 00:11:13.641 INFO O| Dec 21 00:11:13.640 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40392024-12-21T00:11:13.729Z[ recovery-image] Dec 21 00:11:13.663 INFO O| Dec 21 00:11:13.663 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
40402024-12-21T00:11:13.962Z[ recovery-image] Dec 21 00:11:13.895 INFO O| Dec 21 00:11:13.895 INFO STEP 0 (remove_files) COMPLETE
40412024-12-21T00:11:13.965Z[ recovery-image] Dec 21 00:11:13.896 INFO O| Dec 21 00:11:13.895 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40422024-12-21T00:11:13.986Z[ recovery-image] Dec 21 00:11:13.918 INFO O| Dec 21 00:11:13.918 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
40432024-12-21T00:11:13.988Z[ recovery-image] Dec 21 00:11:13.922 INFO O| Dec 21 00:11:13.922 INFO STEP 1 (remove_files) COMPLETE
40442024-12-21T00:11:13.988Z[ recovery-image] Dec 21 00:11:13.922 INFO O| Dec 21 00:11:13.922 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40452024-12-21T00:11:13.996Z[ host-image] Dec 21 00:11:13.930 INFO O| Dec 21 00:11:13.930 INFO O| Download: Completed 1.45 MB in 1.49 seconds (992k/s)
40462024-12-21T00:11:14.012Z[ recovery-image] Dec 21 00:11:13.945 INFO O| Dec 21 00:11:13.945 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
40472024-12-21T00:11:14.068Z[ recovery-image] Dec 21 00:11:14.002 INFO O| Dec 21 00:11:14.002 INFO STEP 2 (remove_files) COMPLETE
40482024-12-21T00:11:14.068Z[ recovery-image] Dec 21 00:11:14.002 INFO O| Dec 21 00:11:14.002 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40492024-12-21T00:11:14.109Z[ recovery-image] Dec 21 00:11:14.042 INFO O| Dec 21 00:11:14.042 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
40502024-12-21T00:11:14.112Z[ recovery-image] Dec 21 00:11:14.046 INFO O| Dec 21 00:11:14.046 INFO STEP 3 (remove_files) COMPLETE
40512024-12-21T00:11:14.115Z[ recovery-image] Dec 21 00:11:14.046 INFO O| Dec 21 00:11:14.046 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40522024-12-21T00:11:14.140Z[ host-image] Dec 21 00:11:14.073 INFO O| Dec 21 00:11:14.073 INFO O| Actions: 1/305 actions (Installing new actions)
40532024-12-21T00:11:14.171Z[ recovery-image] Dec 21 00:11:14.104 INFO O| Dec 21 00:11:14.104 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
40542024-12-21T00:11:14.179Z[ recovery-image] Dec 21 00:11:14.112 INFO O| Dec 21 00:11:14.111 INFO STEP 4 (remove_files) COMPLETE
40552024-12-21T00:11:14.179Z[ recovery-image] Dec 21 00:11:14.112 INFO O| Dec 21 00:11:14.111 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40562024-12-21T00:11:14.226Z[ recovery-image] Dec 21 00:11:14.160 INFO O| Dec 21 00:11:14.160 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
40572024-12-21T00:11:14.233Z[ recovery-image] Dec 21 00:11:14.160 INFO O| Dec 21 00:11:14.160 INFO STEP 5 (remove_files) COMPLETE
40582024-12-21T00:11:14.233Z[ recovery-image] Dec 21 00:11:14.160 INFO O| Dec 21 00:11:14.160 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40592024-12-21T00:11:14.254Z[ recovery-image] Dec 21 00:11:14.188 INFO O| Dec 21 00:11:14.187 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
40602024-12-21T00:11:14.281Z[ recovery-image] Dec 21 00:11:14.214 INFO O| Dec 21 00:11:14.214 INFO STEP 6 (remove_files) COMPLETE
40612024-12-21T00:11:14.281Z[ recovery-image] Dec 21 00:11:14.215 INFO O| Dec 21 00:11:14.214 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40622024-12-21T00:11:14.281Z[ recovery-image] Dec 21 00:11:14.215 INFO O| Dec 21 00:11:14.214 INFO skip step because feature "recovery" is enabled
40632024-12-21T00:11:14.283Z[ recovery-image] Dec 21 00:11:14.215 INFO O| Dec 21 00:11:14.214 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40642024-12-21T00:11:14.283Z[ recovery-image] Dec 21 00:11:14.215 INFO O| Dec 21 00:11:14.214 INFO skip step because feature "recovery" is enabled
40652024-12-21T00:11:14.283Z[ recovery-image] Dec 21 00:11:14.215 INFO O| Dec 21 00:11:14.214 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40662024-12-21T00:11:14.283Z[ recovery-image] Dec 21 00:11:14.215 INFO O| Dec 21 00:11:14.214 INFO skip step because feature "recovery" is enabled
40672024-12-21T00:11:14.283Z[ recovery-image] Dec 21 00:11:14.215 INFO O| Dec 21 00:11:14.214 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40682024-12-21T00:11:14.328Z[ recovery-image] Dec 21 00:11:14.261 INFO O| Dec 21 00:11:14.261 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
40692024-12-21T00:11:14.334Z[ recovery-image] Dec 21 00:11:14.267 INFO O| Dec 21 00:11:14.267 INFO STEP 10 (remove_files) COMPLETE
40702024-12-21T00:11:14.334Z[ recovery-image] Dec 21 00:11:14.267 INFO O| Dec 21 00:11:14.267 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40712024-12-21T00:11:14.360Z[ host-image] Dec 21 00:11:14.293 INFO O| Dec 21 00:11:14.293 INFO O| Actions: Completed 305 actions in 0.22 seconds.
40722024-12-21T00:11:14.399Z[ recovery-image] Dec 21 00:11:14.333 INFO O| Dec 21 00:11:14.332 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
40732024-12-21T00:11:14.402Z[ recovery-image] Dec 21 00:11:14.334 INFO O| Dec 21 00:11:14.334 INFO STEP 11 (remove_files) COMPLETE
40742024-12-21T00:11:14.402Z[ recovery-image] Dec 21 00:11:14.334 INFO O| Dec 21 00:11:14.334 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40752024-12-21T00:11:14.423Z[ recovery-image] Dec 21 00:11:14.356 INFO O| Dec 21 00:11:14.356 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
40762024-12-21T00:11:14.426Z[ recovery-image] Dec 21 00:11:14.359 INFO O| Dec 21 00:11:14.359 INFO STEP 12 (remove_files) COMPLETE
40772024-12-21T00:11:14.426Z[ recovery-image] Dec 21 00:11:14.359 INFO O| Dec 21 00:11:14.359 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40782024-12-21T00:11:14.671Z[ recovery-image] Dec 21 00:11:14.602 INFO O| Dec 21 00:11:14.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
40792024-12-21T00:11:14.753Z[ recovery-image] Dec 21 00:11:14.685 INFO O| Dec 21 00:11:14.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
40802024-12-21T00:11:14.756Z[ recovery-image] Dec 21 00:11:14.688 INFO O| Dec 21 00:11:14.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
40812024-12-21T00:11:14.772Z[ recovery-image] Dec 21 00:11:14.706 INFO O| Dec 21 00:11:14.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
40822024-12-21T00:11:14.915Z[ recovery-image] Dec 21 00:11:14.848 INFO O| Dec 21 00:11:14.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
40832024-12-21T00:11:14.926Z[ recovery-image] Dec 21 00:11:14.859 INFO O| Dec 21 00:11:14.859 INFO STEP 13 (remove_files) COMPLETE
40842024-12-21T00:11:14.926Z[ recovery-image] Dec 21 00:11:14.860 INFO O| Dec 21 00:11:14.859 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40852024-12-21T00:11:14.959Z[ recovery-image] Dec 21 00:11:14.892 INFO O| Dec 21 00:11:14.892 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
40862024-12-21T00:11:14.962Z[ recovery-image] Dec 21 00:11:14.895 INFO O| Dec 21 00:11:14.895 INFO STEP 14 (remove_files) COMPLETE
40872024-12-21T00:11:14.962Z[ recovery-image] Dec 21 00:11:14.895 INFO O| Dec 21 00:11:14.895 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40882024-12-21T00:11:14.986Z[ host-image] Dec 21 00:11:14.920 INFO O| Dec 21 00:11:14.920 INFO O| Done
40892024-12-21T00:11:14.989Z[ host-image] Dec 21 00:11:14.920 INFO O| Dec 21 00:11:14.920 INFO O| Done
40902024-12-21T00:11:15.077Z[ recovery-image] Dec 21 00:11:15.011 INFO O| Dec 21 00:11:15.011 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
40912024-12-21T00:11:15.088Z[ recovery-image] Dec 21 00:11:15.022 INFO O| Dec 21 00:11:15.021 INFO STEP 15 (remove_files) COMPLETE
40922024-12-21T00:11:15.088Z[ recovery-image] Dec 21 00:11:15.022 INFO O| Dec 21 00:11:15.022 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40932024-12-21T00:11:15.118Z[ recovery-image] Dec 21 00:11:15.052 INFO O| Dec 21 00:11:15.052 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
40942024-12-21T00:11:15.121Z[ recovery-image] Dec 21 00:11:15.053 INFO O| Dec 21 00:11:15.053 INFO STEP 16 (remove_files) COMPLETE
40952024-12-21T00:11:15.121Z[ recovery-image] Dec 21 00:11:15.053 INFO O| Dec 21 00:11:15.053 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40962024-12-21T00:11:15.159Z[ recovery-image] Dec 21 00:11:15.092 INFO O| Dec 21 00:11:15.092 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
40972024-12-21T00:11:15.164Z[ recovery-image] Dec 21 00:11:15.095 INFO O| Dec 21 00:11:15.095 INFO STEP 17 (remove_files) COMPLETE
40982024-12-21T00:11:15.164Z[ recovery-image] Dec 21 00:11:15.095 INFO O| Dec 21 00:11:15.095 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40992024-12-21T00:11:15.207Z[ recovery-image] Dec 21 00:11:15.141 INFO O| Dec 21 00:11:15.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
41002024-12-21T00:11:15.207Z[ recovery-image] Dec 21 00:11:15.141 INFO O| Dec 21 00:11:15.141 INFO STEP 18 (remove_files) COMPLETE
41012024-12-21T00:11:15.207Z[ recovery-image] Dec 21 00:11:15.141 INFO O| Dec 21 00:11:15.141 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41022024-12-21T00:11:15.247Z[ recovery-image] Dec 21 00:11:15.181 INFO O| Dec 21 00:11:15.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
41032024-12-21T00:11:15.247Z[ recovery-image] Dec 21 00:11:15.181 INFO O| Dec 21 00:11:15.181 INFO STEP 19 (remove_files) COMPLETE
41042024-12-21T00:11:15.250Z[ recovery-image] Dec 21 00:11:15.181 INFO O| Dec 21 00:11:15.181 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41052024-12-21T00:11:15.270Z[ recovery-image] Dec 21 00:11:15.203 INFO O| Dec 21 00:11:15.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
41062024-12-21T00:11:15.270Z[ recovery-image] Dec 21 00:11:15.203 INFO O| Dec 21 00:11:15.203 INFO STEP 20 (remove_files) COMPLETE
41072024-12-21T00:11:15.270Z[ recovery-image] Dec 21 00:11:15.203 INFO O| Dec 21 00:11:15.203 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41082024-12-21T00:11:15.311Z[ recovery-image] Dec 21 00:11:15.245 INFO O| Dec 21 00:11:15.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
41092024-12-21T00:11:15.311Z[ recovery-image] Dec 21 00:11:15.245 INFO O| Dec 21 00:11:15.245 INFO STEP 21 (remove_files) COMPLETE
41102024-12-21T00:11:15.311Z[ recovery-image] Dec 21 00:11:15.245 INFO O| Dec 21 00:11:15.245 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41112024-12-21T00:11:15.335Z[ recovery-image] Dec 21 00:11:15.268 INFO O| Dec 21 00:11:15.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
41122024-12-21T00:11:15.335Z[ recovery-image] Dec 21 00:11:15.268 INFO O| Dec 21 00:11:15.268 INFO STEP 22 (remove_files) COMPLETE
41132024-12-21T00:11:15.338Z[ recovery-image] Dec 21 00:11:15.269 INFO O| Dec 21 00:11:15.268 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41142024-12-21T00:11:15.362Z[ recovery-image] Dec 21 00:11:15.295 INFO O| Dec 21 00:11:15.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
41152024-12-21T00:11:15.362Z[ recovery-image] Dec 21 00:11:15.295 INFO O| Dec 21 00:11:15.295 INFO STEP 23 (remove_files) COMPLETE
41162024-12-21T00:11:15.362Z[ recovery-image] Dec 21 00:11:15.295 INFO O| Dec 21 00:11:15.295 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41172024-12-21T00:11:15.402Z[ recovery-image] Dec 21 00:11:15.335 INFO O| Dec 21 00:11:15.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
41182024-12-21T00:11:15.402Z[ recovery-image] Dec 21 00:11:15.335 INFO O| Dec 21 00:11:15.335 INFO STEP 24 (remove_files) COMPLETE
41192024-12-21T00:11:15.402Z[ recovery-image] Dec 21 00:11:15.335 INFO O| Dec 21 00:11:15.335 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41202024-12-21T00:11:15.425Z[ recovery-image] Dec 21 00:11:15.359 INFO O| Dec 21 00:11:15.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
41212024-12-21T00:11:15.425Z[ recovery-image] Dec 21 00:11:15.359 INFO O| Dec 21 00:11:15.359 INFO STEP 25 (remove_files) COMPLETE
41222024-12-21T00:11:15.425Z[ recovery-image] Dec 21 00:11:15.359 INFO O| Dec 21 00:11:15.359 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41232024-12-21T00:11:15.461Z[ recovery-image] Dec 21 00:11:15.395 INFO O| Dec 21 00:11:15.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
41242024-12-21T00:11:15.461Z[ recovery-image] Dec 21 00:11:15.395 INFO O| Dec 21 00:11:15.395 INFO STEP 26 (remove_files) COMPLETE
41252024-12-21T00:11:15.463Z[ recovery-image] Dec 21 00:11:15.395 INFO O| Dec 21 00:11:15.395 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41262024-12-21T00:11:15.482Z[ recovery-image] Dec 21 00:11:15.416 INFO O| Dec 21 00:11:15.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
41272024-12-21T00:11:15.483Z[ recovery-image] Dec 21 00:11:15.416 INFO O| Dec 21 00:11:15.416 INFO STEP 27 (remove_files) COMPLETE
41282024-12-21T00:11:15.483Z[ recovery-image] Dec 21 00:11:15.416 INFO O| Dec 21 00:11:15.416 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41292024-12-21T00:11:15.547Z[ recovery-image] Dec 21 00:11:15.480 INFO O| Dec 21 00:11:15.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
41302024-12-21T00:11:15.547Z[ recovery-image] Dec 21 00:11:15.480 INFO O| Dec 21 00:11:15.480 INFO STEP 28 (remove_files) COMPLETE
41312024-12-21T00:11:15.547Z[ recovery-image] Dec 21 00:11:15.480 INFO O| Dec 21 00:11:15.480 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41322024-12-21T00:11:15.580Z[ recovery-image] Dec 21 00:11:15.514 INFO O| Dec 21 00:11:15.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
41332024-12-21T00:11:15.583Z[ recovery-image] Dec 21 00:11:15.514 INFO O| Dec 21 00:11:15.514 INFO STEP 29 (remove_files) COMPLETE
41342024-12-21T00:11:15.583Z[ recovery-image] Dec 21 00:11:15.514 INFO O| Dec 21 00:11:15.514 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41352024-12-21T00:11:15.604Z[ recovery-image] Dec 21 00:11:15.538 INFO O| Dec 21 00:11:15.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
41362024-12-21T00:11:15.604Z[ recovery-image] Dec 21 00:11:15.538 INFO O| Dec 21 00:11:15.538 INFO STEP 30 (remove_files) COMPLETE
41372024-12-21T00:11:15.607Z[ recovery-image] Dec 21 00:11:15.538 INFO O| Dec 21 00:11:15.538 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41382024-12-21T00:11:15.629Z[ recovery-image] Dec 21 00:11:15.563 INFO O| Dec 21 00:11:15.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
41392024-12-21T00:11:15.630Z[ recovery-image] Dec 21 00:11:15.563 INFO O| Dec 21 00:11:15.563 INFO STEP 31 (remove_files) COMPLETE
41402024-12-21T00:11:15.630Z[ recovery-image] Dec 21 00:11:15.563 INFO O| Dec 21 00:11:15.563 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41412024-12-21T00:11:15.664Z[ recovery-image] Dec 21 00:11:15.598 INFO O| Dec 21 00:11:15.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
41422024-12-21T00:11:15.664Z[ recovery-image] Dec 21 00:11:15.598 INFO O| Dec 21 00:11:15.598 INFO STEP 32 (remove_files) COMPLETE
41432024-12-21T00:11:15.664Z[ recovery-image] Dec 21 00:11:15.598 INFO O| Dec 21 00:11:15.598 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41442024-12-21T00:11:15.697Z[ recovery-image] Dec 21 00:11:15.630 INFO O| Dec 21 00:11:15.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
41452024-12-21T00:11:15.697Z[ recovery-image] Dec 21 00:11:15.631 INFO O| Dec 21 00:11:15.631 INFO STEP 33 (remove_files) COMPLETE
41462024-12-21T00:11:15.700Z[ recovery-image] Dec 21 00:11:15.631 INFO O| Dec 21 00:11:15.631 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41472024-12-21T00:11:15.740Z[ recovery-image] Dec 21 00:11:15.671 INFO O| Dec 21 00:11:15.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
41482024-12-21T00:11:15.740Z[ recovery-image] Dec 21 00:11:15.672 INFO O| Dec 21 00:11:15.671 INFO STEP 34 (remove_files) COMPLETE
41492024-12-21T00:11:15.740Z[ recovery-image] Dec 21 00:11:15.672 INFO O| Dec 21 00:11:15.672 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41502024-12-21T00:11:15.769Z[ recovery-image] Dec 21 00:11:15.701 INFO O| Dec 21 00:11:15.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
41512024-12-21T00:11:15.771Z[ recovery-image] Dec 21 00:11:15.702 INFO O| Dec 21 00:11:15.701 INFO STEP 35 (remove_files) COMPLETE
41522024-12-21T00:11:15.771Z[ recovery-image] Dec 21 00:11:15.702 INFO O| Dec 21 00:11:15.702 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41532024-12-21T00:11:15.788Z[ recovery-image] Dec 21 00:11:15.721 INFO O| Dec 21 00:11:15.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
41542024-12-21T00:11:15.790Z[ recovery-image] Dec 21 00:11:15.722 INFO O| Dec 21 00:11:15.721 INFO STEP 36 (remove_files) COMPLETE
41552024-12-21T00:11:15.790Z[ recovery-image] Dec 21 00:11:15.722 INFO O| Dec 21 00:11:15.722 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41562024-12-21T00:11:15.808Z[ recovery-image] Dec 21 00:11:15.742 INFO O| Dec 21 00:11:15.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
41572024-12-21T00:11:15.811Z[ recovery-image] Dec 21 00:11:15.742 INFO O| Dec 21 00:11:15.742 INFO STEP 37 (remove_files) COMPLETE
41582024-12-21T00:11:15.811Z[ recovery-image] Dec 21 00:11:15.742 INFO O| Dec 21 00:11:15.742 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41592024-12-21T00:11:15.847Z[ recovery-image] Dec 21 00:11:15.781 INFO O| Dec 21 00:11:15.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
41602024-12-21T00:11:15.849Z[ recovery-image] Dec 21 00:11:15.781 INFO O| Dec 21 00:11:15.781 INFO STEP 38 (remove_files) COMPLETE
41612024-12-21T00:11:15.849Z[ recovery-image] Dec 21 00:11:15.781 INFO O| Dec 21 00:11:15.781 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41622024-12-21T00:11:15.900Z[ recovery-image] Dec 21 00:11:15.833 INFO O| Dec 21 00:11:15.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
41632024-12-21T00:11:15.900Z[ recovery-image] Dec 21 00:11:15.833 INFO O| Dec 21 00:11:15.833 INFO STEP 39 (remove_files) COMPLETE
41642024-12-21T00:11:15.900Z[ recovery-image] Dec 21 00:11:15.833 INFO O| Dec 21 00:11:15.833 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41652024-12-21T00:11:15.990Z[ recovery-image] Dec 21 00:11:15.924 INFO O| Dec 21 00:11:15.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
41662024-12-21T00:11:15.993Z[ recovery-image] Dec 21 00:11:15.924 INFO O| Dec 21 00:11:15.924 INFO STEP 40 (remove_files) COMPLETE
41672024-12-21T00:11:15.993Z[ recovery-image] Dec 21 00:11:15.924 INFO O| Dec 21 00:11:15.924 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41682024-12-21T00:11:16.015Z[ recovery-image] Dec 21 00:11:15.948 INFO O| Dec 21 00:11:15.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
41692024-12-21T00:11:16.018Z[ recovery-image] Dec 21 00:11:15.948 INFO O| Dec 21 00:11:15.948 INFO STEP 41 (remove_files) COMPLETE
41702024-12-21T00:11:16.018Z[ recovery-image] Dec 21 00:11:15.949 INFO O| Dec 21 00:11:15.949 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41712024-12-21T00:11:16.038Z[ recovery-image] Dec 21 00:11:15.972 INFO O| Dec 21 00:11:15.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
41722024-12-21T00:11:16.041Z[ recovery-image] Dec 21 00:11:15.972 INFO O| Dec 21 00:11:15.972 INFO STEP 42 (remove_files) COMPLETE
41732024-12-21T00:11:16.041Z[ recovery-image] Dec 21 00:11:15.972 INFO O| Dec 21 00:11:15.972 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41742024-12-21T00:11:16.070Z[ recovery-image] Dec 21 00:11:16.004 INFO O| Dec 21 00:11:16.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
41752024-12-21T00:11:16.070Z[ recovery-image] Dec 21 00:11:16.004 INFO O| Dec 21 00:11:16.004 INFO STEP 43 (remove_files) COMPLETE
41762024-12-21T00:11:16.070Z[ recovery-image] Dec 21 00:11:16.004 INFO O| Dec 21 00:11:16.004 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41772024-12-21T00:11:16.098Z[ recovery-image] Dec 21 00:11:16.031 INFO O| Dec 21 00:11:16.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
41782024-12-21T00:11:16.098Z[ recovery-image] Dec 21 00:11:16.031 INFO O| Dec 21 00:11:16.031 INFO STEP 44 (remove_files) COMPLETE
41792024-12-21T00:11:16.098Z[ recovery-image] Dec 21 00:11:16.031 INFO O| Dec 21 00:11:16.031 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41802024-12-21T00:11:16.117Z[ recovery-image] Dec 21 00:11:16.051 INFO O| Dec 21 00:11:16.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
41812024-12-21T00:11:16.117Z[ recovery-image] Dec 21 00:11:16.051 INFO O| Dec 21 00:11:16.051 INFO STEP 45 (remove_files) COMPLETE
41822024-12-21T00:11:16.121Z[ recovery-image] Dec 21 00:11:16.051 INFO O| Dec 21 00:11:16.051 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41832024-12-21T00:11:16.138Z[ recovery-image] Dec 21 00:11:16.072 INFO O| Dec 21 00:11:16.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
41842024-12-21T00:11:16.138Z[ recovery-image] Dec 21 00:11:16.072 INFO O| Dec 21 00:11:16.072 INFO STEP 46 (remove_files) COMPLETE
41852024-12-21T00:11:16.141Z[ recovery-image] Dec 21 00:11:16.072 INFO O| Dec 21 00:11:16.072 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41862024-12-21T00:11:16.158Z[ recovery-image] Dec 21 00:11:16.092 INFO O| Dec 21 00:11:16.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
41872024-12-21T00:11:16.158Z[ recovery-image] Dec 21 00:11:16.092 INFO O| Dec 21 00:11:16.092 INFO STEP 47 (remove_files) COMPLETE
41882024-12-21T00:11:16.160Z[ recovery-image] Dec 21 00:11:16.092 INFO O| Dec 21 00:11:16.092 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41892024-12-21T00:11:16.185Z[ recovery-image] Dec 21 00:11:16.119 INFO O| Dec 21 00:11:16.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
41902024-12-21T00:11:16.186Z[ recovery-image] Dec 21 00:11:16.119 INFO O| Dec 21 00:11:16.119 INFO STEP 48 (remove_files) COMPLETE
41912024-12-21T00:11:16.186Z[ recovery-image] Dec 21 00:11:16.119 INFO O| Dec 21 00:11:16.119 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41922024-12-21T00:11:16.236Z[ recovery-image] Dec 21 00:11:16.170 INFO O| Dec 21 00:11:16.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
41932024-12-21T00:11:16.236Z[ recovery-image] Dec 21 00:11:16.170 INFO O| Dec 21 00:11:16.170 INFO STEP 49 (remove_files) COMPLETE
41942024-12-21T00:11:16.239Z[ recovery-image] Dec 21 00:11:16.170 INFO O| Dec 21 00:11:16.170 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41952024-12-21T00:11:16.258Z[ recovery-image] Dec 21 00:11:16.192 INFO O| Dec 21 00:11:16.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
41962024-12-21T00:11:16.258Z[ recovery-image] Dec 21 00:11:16.192 INFO O| Dec 21 00:11:16.192 INFO STEP 50 (remove_files) COMPLETE
41972024-12-21T00:11:16.258Z[ recovery-image] Dec 21 00:11:16.192 INFO O| Dec 21 00:11:16.192 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41982024-12-21T00:11:16.264Z[ host-image] Dec 21 00:11:16.198 INFO O| Dec 21 00:11:16.198 INFO O| Done
41992024-12-21T00:11:16.280Z[ recovery-image] Dec 21 00:11:16.213 INFO O| Dec 21 00:11:16.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
42002024-12-21T00:11:16.280Z[ recovery-image] Dec 21 00:11:16.213 INFO O| Dec 21 00:11:16.213 INFO STEP 51 (remove_files) COMPLETE
42012024-12-21T00:11:16.280Z[ recovery-image] Dec 21 00:11:16.213 INFO O| Dec 21 00:11:16.213 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42022024-12-21T00:11:16.323Z[ recovery-image] Dec 21 00:11:16.257 INFO O| Dec 21 00:11:16.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
42032024-12-21T00:11:16.326Z[ recovery-image] Dec 21 00:11:16.257 INFO O| Dec 21 00:11:16.257 INFO STEP 52 (remove_files) COMPLETE
42042024-12-21T00:11:16.326Z[ recovery-image] Dec 21 00:11:16.257 INFO O| Dec 21 00:11:16.257 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42052024-12-21T00:11:16.357Z[ recovery-image] Dec 21 00:11:16.290 INFO O| Dec 21 00:11:16.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
42062024-12-21T00:11:16.357Z[ recovery-image] Dec 21 00:11:16.290 INFO O| Dec 21 00:11:16.290 INFO STEP 53 (remove_files) COMPLETE
42072024-12-21T00:11:16.357Z[ recovery-image] Dec 21 00:11:16.290 INFO O| Dec 21 00:11:16.290 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42082024-12-21T00:11:16.377Z[ recovery-image] Dec 21 00:11:16.311 INFO O| Dec 21 00:11:16.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
42092024-12-21T00:11:16.379Z[ recovery-image] Dec 21 00:11:16.311 INFO O| Dec 21 00:11:16.311 INFO STEP 54 (remove_files) COMPLETE
42102024-12-21T00:11:16.379Z[ recovery-image] Dec 21 00:11:16.311 INFO O| Dec 21 00:11:16.311 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42112024-12-21T00:11:16.446Z[ recovery-image] Dec 21 00:11:16.380 INFO O| Dec 21 00:11:16.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
42122024-12-21T00:11:16.448Z[ recovery-image] Dec 21 00:11:16.380 INFO O| Dec 21 00:11:16.380 INFO STEP 55 (remove_files) COMPLETE
42132024-12-21T00:11:16.448Z[ recovery-image] Dec 21 00:11:16.380 INFO O| Dec 21 00:11:16.380 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42142024-12-21T00:11:16.468Z[ recovery-image] Dec 21 00:11:16.402 INFO O| Dec 21 00:11:16.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
42152024-12-21T00:11:16.471Z[ recovery-image] Dec 21 00:11:16.403 INFO O| Dec 21 00:11:16.402 INFO STEP 56 (remove_files) COMPLETE
42162024-12-21T00:11:16.471Z[ recovery-image] Dec 21 00:11:16.403 INFO O| Dec 21 00:11:16.403 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42172024-12-21T00:11:16.494Z[ recovery-image] Dec 21 00:11:16.428 INFO O| Dec 21 00:11:16.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
42182024-12-21T00:11:16.497Z[ recovery-image] Dec 21 00:11:16.428 INFO O| Dec 21 00:11:16.428 INFO STEP 57 (remove_files) COMPLETE
42192024-12-21T00:11:16.498Z[ recovery-image] Dec 21 00:11:16.429 INFO O| Dec 21 00:11:16.428 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42202024-12-21T00:11:16.521Z[ recovery-image] Dec 21 00:11:16.454 INFO O| Dec 21 00:11:16.454 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
42212024-12-21T00:11:16.524Z[ recovery-image] Dec 21 00:11:16.455 INFO O| Dec 21 00:11:16.455 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
42222024-12-21T00:11:16.524Z[ recovery-image] Dec 21 00:11:16.455 INFO O| Dec 21 00:11:16.455 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42232024-12-21T00:11:16.524Z[ recovery-image] Dec 21 00:11:16.456 INFO O| Dec 21 00:11:16.455 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42242024-12-21T00:11:16.525Z[ recovery-image] Dec 21 00:11:16.456 INFO O| Dec 21 00:11:16.455 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42252024-12-21T00:11:16.525Z[ recovery-image] Dec 21 00:11:16.456 INFO O| Dec 21 00:11:16.456 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42262024-12-21T00:11:16.525Z[ recovery-image] Dec 21 00:11:16.456 INFO O| Dec 21 00:11:16.456 INFO ok!
42272024-12-21T00:11:16.525Z[ recovery-image] Dec 21 00:11:16.456 INFO O| Dec 21 00:11:16.456 INFO STEP 58 (ensure_file) COMPLETE
42282024-12-21T00:11:16.526Z[ recovery-image] Dec 21 00:11:16.456 INFO O| Dec 21 00:11:16.456 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42292024-12-21T00:11:16.559Z[ recovery-image] Dec 21 00:11:16.493 INFO O| Dec 21 00:11:16.492 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
42302024-12-21T00:11:16.559Z[ recovery-image] Dec 21 00:11:16.493 INFO O| Dec 21 00:11:16.493 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
42312024-12-21T00:11:16.562Z[ recovery-image] Dec 21 00:11:16.493 INFO O| Dec 21 00:11:16.493 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42322024-12-21T00:11:16.562Z[ recovery-image] Dec 21 00:11:16.493 INFO O| Dec 21 00:11:16.493 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42332024-12-21T00:11:16.562Z[ recovery-image] Dec 21 00:11:16.493 INFO O| Dec 21 00:11:16.493 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42342024-12-21T00:11:16.562Z[ recovery-image] Dec 21 00:11:16.493 INFO O| Dec 21 00:11:16.493 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42352024-12-21T00:11:16.562Z[ recovery-image] Dec 21 00:11:16.493 INFO O| Dec 21 00:11:16.493 INFO ok!
42362024-12-21T00:11:16.562Z[ recovery-image] Dec 21 00:11:16.493 INFO O| Dec 21 00:11:16.493 INFO STEP 59 (ensure_file) COMPLETE
42372024-12-21T00:11:16.562Z[ recovery-image] Dec 21 00:11:16.494 INFO O| Dec 21 00:11:16.494 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42382024-12-21T00:11:16.705Z[ recovery-image] Dec 21 00:11:16.639 INFO O| Dec 21 00:11:16.639 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
42392024-12-21T00:11:16.706Z[ recovery-image] Dec 21 00:11:16.639 INFO O| Dec 21 00:11:16.639 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
42402024-12-21T00:11:16.709Z[ recovery-image] Dec 21 00:11:16.639 INFO O| Dec 21 00:11:16.639 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
42412024-12-21T00:11:16.710Z[ recovery-image] Dec 21 00:11:16.639 INFO O| Dec 21 00:11:16.639 INFO ok!
42422024-12-21T00:11:16.710Z[ recovery-image] Dec 21 00:11:16.639 INFO O| Dec 21 00:11:16.639 INFO STEP 60 (ensure_file) COMPLETE
42432024-12-21T00:11:16.711Z[ recovery-image] Dec 21 00:11:16.639 INFO O| Dec 21 00:11:16.639 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42442024-12-21T00:11:16.730Z[ recovery-image] Dec 21 00:11:16.664 INFO O| Dec 21 00:11:16.664 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
42452024-12-21T00:11:16.730Z[ recovery-image] Dec 21 00:11:16.664 INFO O| Dec 21 00:11:16.664 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
42462024-12-21T00:11:16.733Z[ recovery-image] Dec 21 00:11:16.665 INFO O| Dec 21 00:11:16.664 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
42472024-12-21T00:11:16.733Z[ recovery-image] Dec 21 00:11:16.665 INFO O| Dec 21 00:11:16.665 INFO ok!
42482024-12-21T00:11:16.733Z[ recovery-image] Dec 21 00:11:16.665 INFO O| Dec 21 00:11:16.665 INFO STEP 61 (ensure_file) COMPLETE
42492024-12-21T00:11:16.733Z[ recovery-image] Dec 21 00:11:16.665 INFO O| Dec 21 00:11:16.665 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42502024-12-21T00:11:16.755Z[ recovery-image] Dec 21 00:11:16.689 INFO O| Dec 21 00:11:16.689 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
42512024-12-21T00:11:16.755Z[ recovery-image] Dec 21 00:11:16.689 INFO O| Dec 21 00:11:16.689 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
42522024-12-21T00:11:16.758Z[ recovery-image] Dec 21 00:11:16.689 INFO O| Dec 21 00:11:16.689 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
42532024-12-21T00:11:16.758Z[ recovery-image] Dec 21 00:11:16.689 INFO O| Dec 21 00:11:16.689 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
42542024-12-21T00:11:16.758Z[ recovery-image] Dec 21 00:11:16.689 INFO O| Dec 21 00:11:16.689 INFO ok!
42552024-12-21T00:11:16.758Z[ recovery-image] Dec 21 00:11:16.689 INFO O| Dec 21 00:11:16.689 INFO STEP 62 (ensure_file) COMPLETE
42562024-12-21T00:11:16.758Z[ recovery-image] Dec 21 00:11:16.689 INFO O| Dec 21 00:11:16.689 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42572024-12-21T00:11:16.779Z[ recovery-image] Dec 21 00:11:16.713 INFO O| Dec 21 00:11:16.713 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
42582024-12-21T00:11:16.779Z[ recovery-image] Dec 21 00:11:16.713 INFO O| Dec 21 00:11:16.713 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
42592024-12-21T00:11:16.782Z[ recovery-image] Dec 21 00:11:16.714 INFO O| Dec 21 00:11:16.713 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
42602024-12-21T00:11:16.782Z[ recovery-image] Dec 21 00:11:16.714 INFO O| Dec 21 00:11:16.714 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
42612024-12-21T00:11:16.782Z[ recovery-image] Dec 21 00:11:16.714 INFO O| Dec 21 00:11:16.714 INFO ok!
42622024-12-21T00:11:16.782Z[ recovery-image] Dec 21 00:11:16.714 INFO O| Dec 21 00:11:16.714 INFO STEP 63 (ensure_file) COMPLETE
42632024-12-21T00:11:16.782Z[ recovery-image] Dec 21 00:11:16.714 INFO O| Dec 21 00:11:16.714 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42642024-12-21T00:11:16.805Z[ recovery-image] Dec 21 00:11:16.739 INFO O| Dec 21 00:11:16.739 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
42652024-12-21T00:11:16.805Z[ recovery-image] Dec 21 00:11:16.739 INFO O| Dec 21 00:11:16.739 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
42662024-12-21T00:11:16.809Z[ recovery-image] Dec 21 00:11:16.739 INFO O| Dec 21 00:11:16.739 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
42672024-12-21T00:11:16.809Z[ recovery-image] Dec 21 00:11:16.740 INFO O| Dec 21 00:11:16.739 INFO ok!
42682024-12-21T00:11:16.809Z[ recovery-image] Dec 21 00:11:16.740 INFO O| Dec 21 00:11:16.740 INFO STEP 64 (assemble_files) COMPLETE
42692024-12-21T00:11:16.809Z[ recovery-image] Dec 21 00:11:16.740 INFO O| Dec 21 00:11:16.740 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42702024-12-21T00:11:16.829Z[ recovery-image] Dec 21 00:11:16.763 INFO O| Dec 21 00:11:16.763 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
42712024-12-21T00:11:16.829Z[ recovery-image] Dec 21 00:11:16.763 INFO O| Dec 21 00:11:16.763 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
42722024-12-21T00:11:16.829Z[ recovery-image] Dec 21 00:11:16.763 INFO O| Dec 21 00:11:16.763 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
42732024-12-21T00:11:16.829Z[ recovery-image] Dec 21 00:11:16.763 INFO O| Dec 21 00:11:16.763 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
42742024-12-21T00:11:16.832Z[ recovery-image] Dec 21 00:11:16.763 INFO O| Dec 21 00:11:16.763 INFO ok!
42752024-12-21T00:11:16.832Z[ recovery-image] Dec 21 00:11:16.764 INFO O| Dec 21 00:11:16.764 INFO STEP 65 (ensure_file) COMPLETE
42762024-12-21T00:11:16.832Z[ recovery-image] Dec 21 00:11:16.764 INFO O| Dec 21 00:11:16.764 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42772024-12-21T00:11:16.833Z[ recovery-image] Dec 21 00:11:16.764 INFO O| Dec 21 00:11:16.764 INFO skip step because feature "omicron1" is not enabled
42782024-12-21T00:11:16.833Z[ recovery-image] Dec 21 00:11:16.764 INFO O| Dec 21 00:11:16.764 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42792024-12-21T00:11:16.833Z[ recovery-image] Dec 21 00:11:16.764 INFO O| Dec 21 00:11:16.764 INFO skip step because feature "omicron1" is not enabled
42802024-12-21T00:11:16.833Z[ recovery-image] Dec 21 00:11:16.764 INFO O| Dec 21 00:11:16.764 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42812024-12-21T00:11:16.833Z[ recovery-image] Dec 21 00:11:16.764 INFO O| Dec 21 00:11:16.764 INFO skip step because feature "omicron1" is not enabled
42822024-12-21T00:11:16.833Z[ recovery-image] Dec 21 00:11:16.764 INFO O| Dec 21 00:11:16.764 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42832024-12-21T00:11:16.875Z[ recovery-image] Dec 21 00:11:16.808 INFO O| Dec 21 00:11:16.808 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
42842024-12-21T00:11:16.875Z[ recovery-image] Dec 21 00:11:16.808 INFO O| Dec 21 00:11:16.808 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
42852024-12-21T00:11:19.296Z[ host-image] Dec 21 00:11:19.229 INFO O| Dec 21 00:11:19.229 INFO O| Done
42862024-12-21T00:11:19.361Z[ host-image] Dec 21 00:11:19.295 INFO O| Dec 21 00:11:19.295 INFO O| Done
42872024-12-21T00:11:19.364Z[ host-image] Dec 21 00:11:19.295 INFO O| Dec 21 00:11:19.295 INFO O| Done
42882024-12-21T00:11:19.389Z[ host-image] Dec 21 00:11:19.323 INFO O| Dec 21 00:11:19.323 INFO O| Done
42892024-12-21T00:11:19.628Z[ host-image] Dec 21 00:11:19.562 INFO O| Dec 21 00:11:19.562 INFO STEP 12 (pkg_install) COMPLETE
42902024-12-21T00:11:19.628Z[ host-image] Dec 21 00:11:19.563 INFO O| Dec 21 00:11:19.562 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42912024-12-21T00:11:19.652Z[ host-image] Dec 21 00:11:19.586 INFO O| Dec 21 00:11:19.586 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
42922024-12-21T00:11:19.882Z[ recovery-image] Dec 21 00:11:19.817 INFO O| Dec 21 00:11:19.817 INFO STEP 69 (pack_tar) COMPLETE
42932024-12-21T00:11:19.882Z[ recovery-image] Dec 21 00:11:19.817 INFO O| Dec 21 00:11:19.817 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
42942024-12-21T00:11:19.886Z[ recovery-image] Dec 21 00:11:19.817 INFO O| Dec 21 00:11:19.817 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
42952024-12-21T00:11:20.192Z[ recovery-image] Dec 21 00:11:20.126 INFO O| Dec 21 00:11:20.126 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
42962024-12-21T00:11:20.371Z[ recovery-image] Dec 21 00:11:20.306 INFO O| Dec 21 00:11:20.306 INFO completed processing gimlet/ramdisk-02-trim
42972024-12-21T00:11:20.376Z[ recovery-image] Dec 21 00:11:20.310 INFO image builder template: ramdisk-03-recovery-trim...
42982024-12-21T00:11:20.376Z[ recovery-image] Dec 21 00:11:20.310 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/.tmpaSG2wu/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
42992024-12-21T00:11:20.649Z[ recovery-image] Dec 21 00:11:20.583 INFO O| Dec 21 00:11:20.583 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
43002024-12-21T00:11:20.658Z[ recovery-image] Dec 21 00:11:20.592 INFO O| Dec 21 00:11:20.592 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
43012024-12-21T00:11:20.822Z[ recovery-image] Dec 21 00:11:20.757 INFO O| Dec 21 00:11:20.757 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
43022024-12-21T00:11:20.935Z[ recovery-image] Dec 21 00:11:20.870 INFO O| Dec 21 00:11:20.870 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
43032024-12-21T00:11:20.935Z[ recovery-image] Dec 21 00:11:20.870 INFO O| Dec 21 00:11:20.870 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
43042024-12-21T00:11:21.018Z[ host-image] Dec 21 00:11:20.952 INFO O| Dec 21 00:11:20.952 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
43052024-12-21T00:11:21.029Z[ recovery-image] Dec 21 00:11:20.962 INFO O| Dec 21 00:11:20.962 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
43062024-12-21T00:11:21.050Z[ recovery-image] Dec 21 00:11:20.984 INFO O| Dec 21 00:11:20.984 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
43072024-12-21T00:11:21.096Z[ recovery-image] Dec 21 00:11:21.031 INFO O| Dec 21 00:11:21.031 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
43082024-12-21T00:11:21.582Z[ recovery-image] Dec 21 00:11:21.516 INFO O| Dec 21 00:11:21.516 INFO rolled back to input snapshot; work may begin
43092024-12-21T00:11:21.582Z[ recovery-image] Dec 21 00:11:21.516 INFO O| Dec 21 00:11:21.516 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
43102024-12-21T00:11:21.593Z[ recovery-image] Dec 21 00:11:21.528 INFO O| Dec 21 00:11:21.527 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43112024-12-21T00:11:21.616Z[ recovery-image] Dec 21 00:11:21.551 INFO O| Dec 21 00:11:21.551 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
43122024-12-21T00:11:21.625Z[ recovery-image] Dec 21 00:11:21.560 INFO O| Dec 21 00:11:21.560 INFO STEP 0 (remove_files) COMPLETE
43132024-12-21T00:11:21.625Z[ recovery-image] Dec 21 00:11:21.560 INFO O| Dec 21 00:11:21.560 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43142024-12-21T00:11:21.661Z[ recovery-image] Dec 21 00:11:21.595 INFO O| Dec 21 00:11:21.595 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
43152024-12-21T00:11:22.193Z[ recovery-image] Dec 21 00:11:22.127 INFO O| Dec 21 00:11:22.127 INFO STEP 1 (remove_files) COMPLETE
43162024-12-21T00:11:22.193Z[ recovery-image] Dec 21 00:11:22.127 INFO O| Dec 21 00:11:22.127 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43172024-12-21T00:11:22.246Z[ recovery-image] Dec 21 00:11:22.180 INFO O| Dec 21 00:11:22.180 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
43182024-12-21T00:11:22.251Z[ recovery-image] Dec 21 00:11:22.184 INFO O| Dec 21 00:11:22.184 INFO STEP 2 (remove_files) COMPLETE
43192024-12-21T00:11:22.251Z[ recovery-image] Dec 21 00:11:22.185 INFO O| Dec 21 00:11:22.184 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43202024-12-21T00:11:22.280Z[ recovery-image] Dec 21 00:11:22.215 INFO O| Dec 21 00:11:22.215 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
43212024-12-21T00:11:22.392Z[ recovery-image] Dec 21 00:11:22.327 INFO O| Dec 21 00:11:22.327 INFO STEP 3 (remove_files) COMPLETE
43222024-12-21T00:11:22.392Z[ recovery-image] Dec 21 00:11:22.327 INFO O| Dec 21 00:11:22.327 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43232024-12-21T00:11:22.416Z[ recovery-image] Dec 21 00:11:22.351 INFO O| Dec 21 00:11:22.351 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
43242024-12-21T00:11:22.811Z[ recovery-image] Dec 21 00:11:22.746 INFO O| Dec 21 00:11:22.746 INFO STEP 4 (remove_files) COMPLETE
43252024-12-21T00:11:22.811Z[ recovery-image] Dec 21 00:11:22.746 INFO O| Dec 21 00:11:22.746 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43262024-12-21T00:11:22.848Z[ recovery-image] Dec 21 00:11:22.783 INFO O| Dec 21 00:11:22.783 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
43272024-12-21T00:11:22.929Z[ recovery-image] Dec 21 00:11:22.863 INFO O| Dec 21 00:11:22.863 INFO STEP 5 (remove_files) COMPLETE
43282024-12-21T00:11:22.929Z[ recovery-image] Dec 21 00:11:22.863 INFO O| Dec 21 00:11:22.863 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43292024-12-21T00:11:22.990Z[ recovery-image] Dec 21 00:11:22.925 INFO O| Dec 21 00:11:22.925 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
43302024-12-21T00:11:23.036Z[ recovery-image] Dec 21 00:11:22.970 INFO O| Dec 21 00:11:22.970 INFO STEP 6 (remove_files) COMPLETE
43312024-12-21T00:11:23.039Z[ recovery-image] Dec 21 00:11:22.971 INFO O| Dec 21 00:11:22.971 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43322024-12-21T00:11:23.061Z[ recovery-image] Dec 21 00:11:22.996 INFO O| Dec 21 00:11:22.995 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
43332024-12-21T00:11:23.081Z[ recovery-image] Dec 21 00:11:23.016 INFO O| Dec 21 00:11:23.016 INFO STEP 7 (remove_files) COMPLETE
43342024-12-21T00:11:23.084Z[ recovery-image] Dec 21 00:11:23.016 INFO O| Dec 21 00:11:23.016 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43352024-12-21T00:11:23.105Z[ recovery-image] Dec 21 00:11:23.040 INFO O| Dec 21 00:11:23.040 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
43362024-12-21T00:11:23.145Z[ recovery-image] Dec 21 00:11:23.078 INFO O| Dec 21 00:11:23.078 INFO STEP 8 (remove_files) COMPLETE
43372024-12-21T00:11:23.145Z[ recovery-image] Dec 21 00:11:23.078 INFO O| Dec 21 00:11:23.078 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43382024-12-21T00:11:23.167Z[ recovery-image] Dec 21 00:11:23.102 INFO O| Dec 21 00:11:23.102 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
43392024-12-21T00:11:23.170Z[ recovery-image] Dec 21 00:11:23.103 INFO O| Dec 21 00:11:23.103 INFO STEP 9 (remove_files) COMPLETE
43402024-12-21T00:11:23.170Z[ recovery-image] Dec 21 00:11:23.103 INFO O| Dec 21 00:11:23.103 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43412024-12-21T00:11:23.204Z[ recovery-image] Dec 21 00:11:23.139 INFO O| Dec 21 00:11:23.138 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
43422024-12-21T00:11:23.207Z[ recovery-image] Dec 21 00:11:23.143 INFO O| Dec 21 00:11:23.142 INFO STEP 10 (remove_files) COMPLETE
43432024-12-21T00:11:23.207Z[ recovery-image] Dec 21 00:11:23.143 INFO O| Dec 21 00:11:23.142 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43442024-12-21T00:11:23.231Z[ recovery-image] Dec 21 00:11:23.166 INFO O| Dec 21 00:11:23.166 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
43452024-12-21T00:11:23.365Z[ recovery-image] Dec 21 00:11:23.300 INFO O| Dec 21 00:11:23.300 INFO STEP 11 (remove_files) COMPLETE
43462024-12-21T00:11:23.365Z[ recovery-image] Dec 21 00:11:23.300 INFO O| Dec 21 00:11:23.300 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43472024-12-21T00:11:23.429Z[ recovery-image] Dec 21 00:11:23.364 INFO O| Dec 21 00:11:23.364 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
43482024-12-21T00:11:23.462Z[ recovery-image] Dec 21 00:11:23.397 INFO O| Dec 21 00:11:23.397 INFO STEP 12 (remove_files) COMPLETE
43492024-12-21T00:11:23.462Z[ recovery-image] Dec 21 00:11:23.397 INFO O| Dec 21 00:11:23.397 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43502024-12-21T00:11:23.524Z[ recovery-image] Dec 21 00:11:23.459 INFO O| Dec 21 00:11:23.459 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
43512024-12-21T00:11:23.553Z[ recovery-image] Dec 21 00:11:23.487 INFO O| Dec 21 00:11:23.487 INFO STEP 13 (remove_files) COMPLETE
43522024-12-21T00:11:23.553Z[ recovery-image] Dec 21 00:11:23.488 INFO O| Dec 21 00:11:23.487 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43532024-12-21T00:11:23.608Z[ recovery-image] Dec 21 00:11:23.543 INFO O| Dec 21 00:11:23.543 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
43542024-12-21T00:11:23.632Z[ recovery-image] Dec 21 00:11:23.566 INFO O| Dec 21 00:11:23.566 INFO STEP 14 (remove_files) COMPLETE
43552024-12-21T00:11:23.632Z[ recovery-image] Dec 21 00:11:23.566 INFO O| Dec 21 00:11:23.566 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43562024-12-21T00:11:23.729Z[ recovery-image] Dec 21 00:11:23.664 INFO O| Dec 21 00:11:23.664 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
43572024-12-21T00:11:23.790Z[ recovery-image] Dec 21 00:11:23.724 INFO O| Dec 21 00:11:23.724 INFO STEP 15 (remove_files) COMPLETE
43582024-12-21T00:11:23.790Z[ recovery-image] Dec 21 00:11:23.724 INFO O| Dec 21 00:11:23.724 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43592024-12-21T00:11:23.856Z[ recovery-image] Dec 21 00:11:23.791 INFO O| Dec 21 00:11:23.791 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
43602024-12-21T00:11:23.977Z[ recovery-image] Dec 21 00:11:23.912 INFO O| Dec 21 00:11:23.912 INFO STEP 16 (remove_files) COMPLETE
43612024-12-21T00:11:23.977Z[ recovery-image] Dec 21 00:11:23.912 INFO O| Dec 21 00:11:23.912 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43622024-12-21T00:11:24.037Z[ recovery-image] Dec 21 00:11:23.972 INFO O| Dec 21 00:11:23.972 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
43632024-12-21T00:11:24.062Z[ recovery-image] Dec 21 00:11:23.996 INFO O| Dec 21 00:11:23.996 INFO STEP 17 (remove_files) COMPLETE
43642024-12-21T00:11:24.062Z[ recovery-image] Dec 21 00:11:23.996 INFO O| Dec 21 00:11:23.996 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43652024-12-21T00:11:24.112Z[ recovery-image] Dec 21 00:11:24.047 INFO O| Dec 21 00:11:24.047 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
43662024-12-21T00:11:24.126Z[ recovery-image] Dec 21 00:11:24.061 INFO O| Dec 21 00:11:24.061 INFO STEP 18 (remove_files) COMPLETE
43672024-12-21T00:11:24.126Z[ recovery-image] Dec 21 00:11:24.061 INFO O| Dec 21 00:11:24.061 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43682024-12-21T00:11:24.158Z[ recovery-image] Dec 21 00:11:24.093 INFO O| Dec 21 00:11:24.093 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
43692024-12-21T00:11:24.317Z[ recovery-image] Dec 21 00:11:24.252 INFO O| Dec 21 00:11:24.252 INFO STEP 19 (remove_files) COMPLETE
43702024-12-21T00:11:24.317Z[ recovery-image] Dec 21 00:11:24.252 INFO O| Dec 21 00:11:24.252 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43712024-12-21T00:11:24.361Z[ recovery-image] Dec 21 00:11:24.296 INFO O| Dec 21 00:11:24.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
43722024-12-21T00:11:24.404Z[ recovery-image] Dec 21 00:11:24.338 INFO O| Dec 21 00:11:24.338 INFO STEP 20 (remove_files) COMPLETE
43732024-12-21T00:11:24.404Z[ recovery-image] Dec 21 00:11:24.338 INFO O| Dec 21 00:11:24.338 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43742024-12-21T00:11:24.437Z[ recovery-image] Dec 21 00:11:24.372 INFO O| Dec 21 00:11:24.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
43752024-12-21T00:11:24.437Z[ recovery-image] Dec 21 00:11:24.373 INFO O| Dec 21 00:11:24.373 INFO STEP 21 (remove_files) COMPLETE
43762024-12-21T00:11:24.440Z[ recovery-image] Dec 21 00:11:24.373 INFO O| Dec 21 00:11:24.373 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43772024-12-21T00:11:24.463Z[ recovery-image] Dec 21 00:11:24.397 INFO O| Dec 21 00:11:24.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
43782024-12-21T00:11:24.474Z[ recovery-image] Dec 21 00:11:24.409 INFO O| Dec 21 00:11:24.409 INFO STEP 22 (remove_files) COMPLETE
43792024-12-21T00:11:24.475Z[ recovery-image] Dec 21 00:11:24.409 INFO O| Dec 21 00:11:24.409 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43802024-12-21T00:11:24.520Z[ recovery-image] Dec 21 00:11:24.454 INFO O| Dec 21 00:11:24.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
43812024-12-21T00:11:24.520Z[ recovery-image] Dec 21 00:11:24.454 INFO O| Dec 21 00:11:24.454 INFO STEP 23 (remove_files) COMPLETE
43822024-12-21T00:11:24.523Z[ recovery-image] Dec 21 00:11:24.454 INFO O| Dec 21 00:11:24.454 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43832024-12-21T00:11:24.540Z[ recovery-image] Dec 21 00:11:24.475 INFO O| Dec 21 00:11:24.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
43842024-12-21T00:11:24.540Z[ recovery-image] Dec 21 00:11:24.475 INFO O| Dec 21 00:11:24.475 INFO STEP 24 (remove_files) COMPLETE
43852024-12-21T00:11:24.543Z[ recovery-image] Dec 21 00:11:24.475 INFO O| Dec 21 00:11:24.475 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43862024-12-21T00:11:24.583Z[ recovery-image] Dec 21 00:11:24.518 INFO O| Dec 21 00:11:24.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
43872024-12-21T00:11:24.583Z[ recovery-image] Dec 21 00:11:24.518 INFO O| Dec 21 00:11:24.518 INFO STEP 25 (remove_files) COMPLETE
43882024-12-21T00:11:24.583Z[ recovery-image] Dec 21 00:11:24.518 INFO O| Dec 21 00:11:24.518 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43892024-12-21T00:11:24.621Z[ recovery-image] Dec 21 00:11:24.556 INFO O| Dec 21 00:11:24.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
43902024-12-21T00:11:24.621Z[ recovery-image] Dec 21 00:11:24.556 INFO O| Dec 21 00:11:24.556 INFO STEP 26 (remove_files) COMPLETE
43912024-12-21T00:11:24.621Z[ recovery-image] Dec 21 00:11:24.556 INFO O| Dec 21 00:11:24.556 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43922024-12-21T00:11:24.655Z[ recovery-image] Dec 21 00:11:24.590 INFO O| Dec 21 00:11:24.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
43932024-12-21T00:11:24.655Z[ recovery-image] Dec 21 00:11:24.590 INFO O| Dec 21 00:11:24.590 INFO STEP 27 (remove_files) COMPLETE
43942024-12-21T00:11:24.655Z[ recovery-image] Dec 21 00:11:24.590 INFO O| Dec 21 00:11:24.590 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43952024-12-21T00:11:24.715Z[ recovery-image] Dec 21 00:11:24.650 INFO O| Dec 21 00:11:24.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
43962024-12-21T00:11:24.732Z[ recovery-image] Dec 21 00:11:24.667 INFO O| Dec 21 00:11:24.667 INFO STEP 28 (remove_files) COMPLETE
43972024-12-21T00:11:24.732Z[ recovery-image] Dec 21 00:11:24.667 INFO O| Dec 21 00:11:24.667 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43982024-12-21T00:11:24.790Z[ recovery-image] Dec 21 00:11:24.725 INFO O| Dec 21 00:11:24.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
43992024-12-21T00:11:24.790Z[ recovery-image] Dec 21 00:11:24.725 INFO O| Dec 21 00:11:24.725 INFO STEP 29 (remove_files) COMPLETE
44002024-12-21T00:11:24.792Z[ recovery-image] Dec 21 00:11:24.725 INFO O| Dec 21 00:11:24.725 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44012024-12-21T00:11:24.811Z[ recovery-image] Dec 21 00:11:24.746 INFO O| Dec 21 00:11:24.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
44022024-12-21T00:11:24.815Z[ recovery-image] Dec 21 00:11:24.751 INFO O| Dec 21 00:11:24.751 INFO STEP 30 (remove_files) COMPLETE
44032024-12-21T00:11:24.818Z[ recovery-image] Dec 21 00:11:24.751 INFO O| Dec 21 00:11:24.751 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44042024-12-21T00:11:24.874Z[ recovery-image] Dec 21 00:11:24.809 INFO O| Dec 21 00:11:24.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
44052024-12-21T00:11:24.875Z[ recovery-image] Dec 21 00:11:24.810 INFO O| Dec 21 00:11:24.810 INFO STEP 31 (remove_files) COMPLETE
44062024-12-21T00:11:24.875Z[ recovery-image] Dec 21 00:11:24.810 INFO O| Dec 21 00:11:24.810 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44072024-12-21T00:11:24.931Z[ recovery-image] Dec 21 00:11:24.866 INFO O| Dec 21 00:11:24.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
44082024-12-21T00:11:24.932Z[ recovery-image] Dec 21 00:11:24.866 INFO O| Dec 21 00:11:24.866 INFO STEP 32 (remove_files) COMPLETE
44092024-12-21T00:11:24.932Z[ recovery-image] Dec 21 00:11:24.867 INFO O| Dec 21 00:11:24.866 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44102024-12-21T00:11:24.954Z[ recovery-image] Dec 21 00:11:24.889 INFO O| Dec 21 00:11:24.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
44112024-12-21T00:11:24.954Z[ recovery-image] Dec 21 00:11:24.889 INFO O| Dec 21 00:11:24.889 INFO STEP 33 (remove_files) COMPLETE
44122024-12-21T00:11:24.954Z[ recovery-image] Dec 21 00:11:24.889 INFO O| Dec 21 00:11:24.889 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44132024-12-21T00:11:24.976Z[ recovery-image] Dec 21 00:11:24.911 INFO O| Dec 21 00:11:24.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
44142024-12-21T00:11:24.979Z[ recovery-image] Dec 21 00:11:24.911 INFO O| Dec 21 00:11:24.911 INFO STEP 34 (remove_files) COMPLETE
44152024-12-21T00:11:24.979Z[ recovery-image] Dec 21 00:11:24.912 INFO O| Dec 21 00:11:24.912 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44162024-12-21T00:11:25.001Z[ recovery-image] Dec 21 00:11:24.936 INFO O| Dec 21 00:11:24.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
44172024-12-21T00:11:25.004Z[ recovery-image] Dec 21 00:11:24.940 INFO O| Dec 21 00:11:24.940 INFO STEP 35 (remove_files) COMPLETE
44182024-12-21T00:11:25.007Z[ recovery-image] Dec 21 00:11:24.940 INFO O| Dec 21 00:11:24.940 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44192024-12-21T00:11:25.029Z[ recovery-image] Dec 21 00:11:24.965 INFO O| Dec 21 00:11:24.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
44202024-12-21T00:11:25.033Z[ recovery-image] Dec 21 00:11:24.965 INFO O| Dec 21 00:11:24.965 INFO STEP 36 (remove_files) COMPLETE
44212024-12-21T00:11:25.033Z[ recovery-image] Dec 21 00:11:24.965 INFO O| Dec 21 00:11:24.965 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44222024-12-21T00:11:25.053Z[ recovery-image] Dec 21 00:11:24.988 INFO O| Dec 21 00:11:24.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
44232024-12-21T00:11:25.056Z[ recovery-image] Dec 21 00:11:24.988 INFO O| Dec 21 00:11:24.988 INFO STEP 37 (remove_files) COMPLETE
44242024-12-21T00:11:25.056Z[ recovery-image] Dec 21 00:11:24.989 INFO O| Dec 21 00:11:24.988 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44252024-12-21T00:11:25.076Z[ recovery-image] Dec 21 00:11:25.011 INFO O| Dec 21 00:11:25.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
44262024-12-21T00:11:25.079Z[ recovery-image] Dec 21 00:11:25.011 INFO O| Dec 21 00:11:25.011 INFO STEP 38 (remove_files) COMPLETE
44272024-12-21T00:11:25.079Z[ recovery-image] Dec 21 00:11:25.012 INFO O| Dec 21 00:11:25.012 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44282024-12-21T00:11:25.101Z[ recovery-image] Dec 21 00:11:25.036 INFO O| Dec 21 00:11:25.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
44292024-12-21T00:11:25.101Z[ recovery-image] Dec 21 00:11:25.036 INFO O| Dec 21 00:11:25.036 INFO STEP 39 (remove_files) COMPLETE
44302024-12-21T00:11:25.101Z[ recovery-image] Dec 21 00:11:25.036 INFO O| Dec 21 00:11:25.036 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44312024-12-21T00:11:25.124Z[ recovery-image] Dec 21 00:11:25.059 INFO O| Dec 21 00:11:25.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
44322024-12-21T00:11:25.124Z[ recovery-image] Dec 21 00:11:25.059 INFO O| Dec 21 00:11:25.059 INFO STEP 40 (remove_files) COMPLETE
44332024-12-21T00:11:25.126Z[ recovery-image] Dec 21 00:11:25.059 INFO O| Dec 21 00:11:25.059 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44342024-12-21T00:11:25.145Z[ recovery-image] Dec 21 00:11:25.081 INFO O| Dec 21 00:11:25.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
44352024-12-21T00:11:25.145Z[ recovery-image] Dec 21 00:11:25.081 INFO O| Dec 21 00:11:25.081 INFO STEP 41 (remove_files) COMPLETE
44362024-12-21T00:11:25.148Z[ recovery-image] Dec 21 00:11:25.081 INFO O| Dec 21 00:11:25.081 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44372024-12-21T00:11:25.167Z[ recovery-image] Dec 21 00:11:25.102 INFO O| Dec 21 00:11:25.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
44382024-12-21T00:11:25.167Z[ recovery-image] Dec 21 00:11:25.103 INFO O| Dec 21 00:11:25.102 INFO STEP 42 (remove_files) COMPLETE
44392024-12-21T00:11:25.167Z[ recovery-image] Dec 21 00:11:25.103 INFO O| Dec 21 00:11:25.103 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44402024-12-21T00:11:25.189Z[ recovery-image] Dec 21 00:11:25.124 INFO O| Dec 21 00:11:25.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
44412024-12-21T00:11:25.189Z[ recovery-image] Dec 21 00:11:25.124 INFO O| Dec 21 00:11:25.124 INFO STEP 43 (remove_files) COMPLETE
44422024-12-21T00:11:25.189Z[ recovery-image] Dec 21 00:11:25.125 INFO O| Dec 21 00:11:25.124 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44432024-12-21T00:11:25.220Z[ recovery-image] Dec 21 00:11:25.155 INFO O| Dec 21 00:11:25.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
44442024-12-21T00:11:25.220Z[ recovery-image] Dec 21 00:11:25.155 INFO O| Dec 21 00:11:25.155 INFO STEP 44 (remove_files) COMPLETE
44452024-12-21T00:11:25.225Z[ recovery-image] Dec 21 00:11:25.155 INFO O| Dec 21 00:11:25.155 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44462024-12-21T00:11:25.244Z[ recovery-image] Dec 21 00:11:25.179 INFO O| Dec 21 00:11:25.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
44472024-12-21T00:11:25.245Z[ recovery-image] Dec 21 00:11:25.180 INFO O| Dec 21 00:11:25.180 INFO STEP 45 (remove_files) COMPLETE
44482024-12-21T00:11:25.248Z[ recovery-image] Dec 21 00:11:25.180 INFO O| Dec 21 00:11:25.180 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44492024-12-21T00:11:25.267Z[ recovery-image] Dec 21 00:11:25.202 INFO O| Dec 21 00:11:25.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
44502024-12-21T00:11:25.281Z[ recovery-image] Dec 21 00:11:25.203 INFO O| Dec 21 00:11:25.202 INFO STEP 46 (remove_files) COMPLETE
44512024-12-21T00:11:25.281Z[ recovery-image] Dec 21 00:11:25.203 INFO O| Dec 21 00:11:25.203 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44522024-12-21T00:11:25.294Z[ recovery-image] Dec 21 00:11:25.230 INFO O| Dec 21 00:11:25.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
44532024-12-21T00:11:25.297Z[ recovery-image] Dec 21 00:11:25.230 INFO O| Dec 21 00:11:25.230 INFO STEP 47 (remove_files) COMPLETE
44542024-12-21T00:11:25.297Z[ recovery-image] Dec 21 00:11:25.230 INFO O| Dec 21 00:11:25.230 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44552024-12-21T00:11:25.320Z[ recovery-image] Dec 21 00:11:25.255 INFO O| Dec 21 00:11:25.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
44562024-12-21T00:11:25.320Z[ recovery-image] Dec 21 00:11:25.255 INFO O| Dec 21 00:11:25.255 INFO STEP 48 (remove_files) COMPLETE
44572024-12-21T00:11:25.322Z[ recovery-image] Dec 21 00:11:25.255 INFO O| Dec 21 00:11:25.255 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44582024-12-21T00:11:25.345Z[ recovery-image] Dec 21 00:11:25.280 INFO O| Dec 21 00:11:25.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
44592024-12-21T00:11:25.348Z[ recovery-image] Dec 21 00:11:25.280 INFO O| Dec 21 00:11:25.280 INFO STEP 49 (remove_files) COMPLETE
44602024-12-21T00:11:25.349Z[ recovery-image] Dec 21 00:11:25.281 INFO O| Dec 21 00:11:25.280 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44612024-12-21T00:11:25.370Z[ recovery-image] Dec 21 00:11:25.305 INFO O| Dec 21 00:11:25.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
44622024-12-21T00:11:25.373Z[ recovery-image] Dec 21 00:11:25.305 INFO O| Dec 21 00:11:25.305 INFO STEP 50 (remove_files) COMPLETE
44632024-12-21T00:11:25.373Z[ recovery-image] Dec 21 00:11:25.306 INFO O| Dec 21 00:11:25.305 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44642024-12-21T00:11:25.393Z[ recovery-image] Dec 21 00:11:25.329 INFO O| Dec 21 00:11:25.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
44652024-12-21T00:11:25.396Z[ recovery-image] Dec 21 00:11:25.329 INFO O| Dec 21 00:11:25.329 INFO STEP 51 (remove_files) COMPLETE
44662024-12-21T00:11:25.396Z[ recovery-image] Dec 21 00:11:25.329 INFO O| Dec 21 00:11:25.329 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44672024-12-21T00:11:25.416Z[ host-image] Dec 21 00:11:25.351 INFO O| Dec 21 00:11:25.351 INFO O| Planning: Solver setup ... Done
44682024-12-21T00:11:25.419Z[ recovery-image] Dec 21 00:11:25.352 INFO O| Dec 21 00:11:25.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
44692024-12-21T00:11:25.419Z[ recovery-image] Dec 21 00:11:25.352 INFO O| Dec 21 00:11:25.352 INFO STEP 52 (remove_files) COMPLETE
44702024-12-21T00:11:25.419Z[ recovery-image] Dec 21 00:11:25.352 INFO O| Dec 21 00:11:25.352 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44712024-12-21T00:11:25.423Z[ host-image] Dec 21 00:11:25.358 INFO O| Dec 21 00:11:25.358 INFO O| Planning: Running solver ... Done
44722024-12-21T00:11:25.440Z[ recovery-image] Dec 21 00:11:25.376 INFO O| Dec 21 00:11:25.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
44732024-12-21T00:11:25.462Z[ recovery-image] Dec 21 00:11:25.397 INFO O| Dec 21 00:11:25.397 INFO STEP 53 (remove_files) COMPLETE
44742024-12-21T00:11:25.462Z[ recovery-image] Dec 21 00:11:25.397 INFO O| Dec 21 00:11:25.397 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44752024-12-21T00:11:25.523Z[ recovery-image] Dec 21 00:11:25.458 INFO O| Dec 21 00:11:25.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
44762024-12-21T00:11:25.525Z[ recovery-image] Dec 21 00:11:25.459 INFO O| Dec 21 00:11:25.458 INFO STEP 54 (remove_files) COMPLETE
44772024-12-21T00:11:25.525Z[ recovery-image] Dec 21 00:11:25.459 INFO O| Dec 21 00:11:25.459 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44782024-12-21T00:11:25.537Z[ host-image] Dec 21 00:11:25.473 INFO O| Dec 21 00:11:25.473 INFO O| Planning: Finding local manifests ... Done
44792024-12-21T00:11:25.540Z[ host-image] Dec 21 00:11:25.475 INFO O| Dec 21 00:11:25.475 INFO O| Planning: Fetching manifests: 0/6 0% complete
44802024-12-21T00:11:25.594Z[ recovery-image] Dec 21 00:11:25.529 INFO O| Dec 21 00:11:25.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
44812024-12-21T00:11:25.596Z[ recovery-image] Dec 21 00:11:25.529 INFO O| Dec 21 00:11:25.529 INFO STEP 55 (remove_files) COMPLETE
44822024-12-21T00:11:25.596Z[ recovery-image] Dec 21 00:11:25.529 INFO O| Dec 21 00:11:25.529 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44832024-12-21T00:11:25.650Z[ recovery-image] Dec 21 00:11:25.585 INFO O| Dec 21 00:11:25.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
44842024-12-21T00:11:25.650Z[ recovery-image] Dec 21 00:11:25.585 INFO O| Dec 21 00:11:25.585 INFO STEP 56 (remove_files) COMPLETE
44852024-12-21T00:11:25.653Z[ recovery-image] Dec 21 00:11:25.585 INFO O| Dec 21 00:11:25.585 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44862024-12-21T00:11:25.674Z[ recovery-image] Dec 21 00:11:25.610 INFO O| Dec 21 00:11:25.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
44872024-12-21T00:11:25.677Z[ recovery-image] Dec 21 00:11:25.610 INFO O| Dec 21 00:11:25.610 INFO STEP 57 (remove_files) COMPLETE
44882024-12-21T00:11:25.677Z[ recovery-image] Dec 21 00:11:25.610 INFO O| Dec 21 00:11:25.610 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44892024-12-21T00:11:25.702Z[ recovery-image] Dec 21 00:11:25.637 INFO O| Dec 21 00:11:25.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
44902024-12-21T00:11:25.702Z[ recovery-image] Dec 21 00:11:25.638 INFO O| Dec 21 00:11:25.638 INFO STEP 58 (remove_files) COMPLETE
44912024-12-21T00:11:25.702Z[ recovery-image] Dec 21 00:11:25.638 INFO O| Dec 21 00:11:25.638 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44922024-12-21T00:11:25.724Z[ recovery-image] Dec 21 00:11:25.659 INFO O| Dec 21 00:11:25.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
44932024-12-21T00:11:25.724Z[ recovery-image] Dec 21 00:11:25.659 INFO O| Dec 21 00:11:25.659 INFO STEP 59 (remove_files) COMPLETE
44942024-12-21T00:11:25.727Z[ recovery-image] Dec 21 00:11:25.659 INFO O| Dec 21 00:11:25.659 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44952024-12-21T00:11:25.744Z[ recovery-image] Dec 21 00:11:25.679 INFO O| Dec 21 00:11:25.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
44962024-12-21T00:11:25.771Z[ recovery-image] Dec 21 00:11:25.706 INFO O| Dec 21 00:11:25.706 INFO STEP 60 (remove_files) COMPLETE
44972024-12-21T00:11:25.771Z[ recovery-image] Dec 21 00:11:25.706 INFO O| Dec 21 00:11:25.706 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44982024-12-21T00:11:25.806Z[ recovery-image] Dec 21 00:11:25.742 INFO O| Dec 21 00:11:25.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
44992024-12-21T00:11:25.807Z[ recovery-image] Dec 21 00:11:25.742 INFO O| Dec 21 00:11:25.742 INFO STEP 61 (remove_files) COMPLETE
45002024-12-21T00:11:25.807Z[ recovery-image] Dec 21 00:11:25.742 INFO O| Dec 21 00:11:25.742 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45012024-12-21T00:11:25.833Z[ recovery-image] Dec 21 00:11:25.768 INFO O| Dec 21 00:11:25.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
45022024-12-21T00:11:25.833Z[ recovery-image] Dec 21 00:11:25.768 INFO O| Dec 21 00:11:25.768 INFO STEP 62 (remove_files) COMPLETE
45032024-12-21T00:11:25.833Z[ recovery-image] Dec 21 00:11:25.768 INFO O| Dec 21 00:11:25.768 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45042024-12-21T00:11:25.856Z[ recovery-image] Dec 21 00:11:25.791 INFO O| Dec 21 00:11:25.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
45052024-12-21T00:11:25.856Z[ recovery-image] Dec 21 00:11:25.791 INFO O| Dec 21 00:11:25.791 INFO STEP 63 (remove_files) COMPLETE
45062024-12-21T00:11:25.859Z[ recovery-image] Dec 21 00:11:25.791 INFO O| Dec 21 00:11:25.791 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45072024-12-21T00:11:25.880Z[ host-image] Dec 21 00:11:25.813 INFO O| Dec 21 00:11:25.813 INFO O| Planning: Fetching manifests: 6/6 100% complete
45082024-12-21T00:11:25.882Z[ recovery-image] Dec 21 00:11:25.816 INFO O| Dec 21 00:11:25.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
45092024-12-21T00:11:25.900Z[ recovery-image] Dec 21 00:11:25.835 INFO O| Dec 21 00:11:25.835 INFO STEP 64 (remove_files) COMPLETE
45102024-12-21T00:11:25.900Z[ recovery-image] Dec 21 00:11:25.835 INFO O| Dec 21 00:11:25.835 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45112024-12-21T00:11:25.938Z[ recovery-image] Dec 21 00:11:25.874 INFO O| Dec 21 00:11:25.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
45122024-12-21T00:11:25.942Z[ host-image] Dec 21 00:11:25.878 INFO O| Dec 21 00:11:25.878 INFO O| Planning: Package planning ... Done
45132024-12-21T00:11:25.962Z[ recovery-image] Dec 21 00:11:25.897 INFO O| Dec 21 00:11:25.897 INFO STEP 65 (remove_files) COMPLETE
45142024-12-21T00:11:25.963Z[ recovery-image] Dec 21 00:11:25.897 INFO O| Dec 21 00:11:25.897 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45152024-12-21T00:11:25.974Z[ host-image] Dec 21 00:11:25.909 INFO O| Dec 21 00:11:25.909 INFO O| Planning: Merging actions ... Done
45162024-12-21T00:11:26.013Z[ recovery-image] Dec 21 00:11:25.948 INFO O| Dec 21 00:11:25.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
45172024-12-21T00:11:26.013Z[ recovery-image] Dec 21 00:11:25.948 INFO O| Dec 21 00:11:25.948 INFO STEP 66 (remove_files) COMPLETE
45182024-12-21T00:11:26.013Z[ recovery-image] Dec 21 00:11:25.948 INFO O| Dec 21 00:11:25.948 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45192024-12-21T00:11:26.053Z[ recovery-image] Dec 21 00:11:25.988 INFO O| Dec 21 00:11:25.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
45202024-12-21T00:11:26.053Z[ recovery-image] Dec 21 00:11:25.988 INFO O| Dec 21 00:11:25.988 INFO STEP 67 (remove_files) COMPLETE
45212024-12-21T00:11:26.058Z[ recovery-image] Dec 21 00:11:25.988 INFO O| Dec 21 00:11:25.988 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45222024-12-21T00:11:26.110Z[ recovery-image] Dec 21 00:11:26.045 INFO O| Dec 21 00:11:26.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
45232024-12-21T00:11:26.110Z[ recovery-image] Dec 21 00:11:26.045 INFO O| Dec 21 00:11:26.045 INFO STEP 68 (remove_files) COMPLETE
45242024-12-21T00:11:26.113Z[ recovery-image] Dec 21 00:11:26.045 INFO O| Dec 21 00:11:26.045 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45252024-12-21T00:11:26.131Z[ host-image] Dec 21 00:11:26.066 INFO O| Dec 21 00:11:26.065 INFO O| Planning: Checking for conflicting actions ... Done
45262024-12-21T00:11:26.134Z[ recovery-image] Dec 21 00:11:26.066 INFO O| Dec 21 00:11:26.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
45272024-12-21T00:11:26.134Z[ recovery-image] Dec 21 00:11:26.067 INFO O| Dec 21 00:11:26.067 INFO STEP 69 (remove_files) COMPLETE
45282024-12-21T00:11:26.134Z[ recovery-image] Dec 21 00:11:26.067 INFO O| Dec 21 00:11:26.067 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45292024-12-21T00:11:26.137Z[ host-image] Dec 21 00:11:26.072 INFO O| Dec 21 00:11:26.072 INFO O| Planning: Consolidating action changes ... Done
45302024-12-21T00:11:26.153Z[ recovery-image] Dec 21 00:11:26.088 INFO O| Dec 21 00:11:26.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
45312024-12-21T00:11:26.163Z[ recovery-image] Dec 21 00:11:26.099 INFO O| Dec 21 00:11:26.099 INFO STEP 70 (remove_files) COMPLETE
45322024-12-21T00:11:26.163Z[ recovery-image] Dec 21 00:11:26.099 INFO O| Dec 21 00:11:26.099 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45332024-12-21T00:11:26.222Z[ recovery-image] Dec 21 00:11:26.158 INFO O| Dec 21 00:11:26.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
45342024-12-21T00:11:26.222Z[ recovery-image] Dec 21 00:11:26.158 INFO O| Dec 21 00:11:26.158 INFO STEP 71 (remove_files) COMPLETE
45352024-12-21T00:11:26.226Z[ recovery-image] Dec 21 00:11:26.158 INFO O| Dec 21 00:11:26.158 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45362024-12-21T00:11:26.257Z[ recovery-image] Dec 21 00:11:26.193 INFO O| Dec 21 00:11:26.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
45372024-12-21T00:11:26.260Z[ recovery-image] Dec 21 00:11:26.194 INFO O| Dec 21 00:11:26.194 INFO STEP 72 (remove_files) COMPLETE
45382024-12-21T00:11:26.260Z[ recovery-image] Dec 21 00:11:26.194 INFO O| Dec 21 00:11:26.194 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45392024-12-21T00:11:26.278Z[ recovery-image] Dec 21 00:11:26.214 INFO O| Dec 21 00:11:26.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
45402024-12-21T00:11:26.278Z[ recovery-image] Dec 21 00:11:26.214 INFO O| Dec 21 00:11:26.214 INFO STEP 73 (remove_files) COMPLETE
45412024-12-21T00:11:26.281Z[ recovery-image] Dec 21 00:11:26.214 INFO O| Dec 21 00:11:26.214 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45422024-12-21T00:11:26.317Z[ recovery-image] Dec 21 00:11:26.252 INFO O| Dec 21 00:11:26.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
45432024-12-21T00:11:26.317Z[ recovery-image] Dec 21 00:11:26.253 INFO O| Dec 21 00:11:26.252 INFO STEP 74 (remove_files) COMPLETE
45442024-12-21T00:11:26.320Z[ recovery-image] Dec 21 00:11:26.253 INFO O| Dec 21 00:11:26.252 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45452024-12-21T00:11:26.367Z[ recovery-image] Dec 21 00:11:26.302 INFO O| Dec 21 00:11:26.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
45462024-12-21T00:11:26.370Z[ recovery-image] Dec 21 00:11:26.306 INFO O| Dec 21 00:11:26.303 INFO STEP 75 (remove_files) COMPLETE
45472024-12-21T00:11:26.373Z[ recovery-image] Dec 21 00:11:26.306 INFO O| Dec 21 00:11:26.306 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45482024-12-21T00:11:26.402Z[ recovery-image] Dec 21 00:11:26.337 INFO O| Dec 21 00:11:26.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
45492024-12-21T00:11:26.405Z[ recovery-image] Dec 21 00:11:26.338 INFO O| Dec 21 00:11:26.338 INFO STEP 76 (remove_files) COMPLETE
45502024-12-21T00:11:26.405Z[ recovery-image] Dec 21 00:11:26.338 INFO O| Dec 21 00:11:26.338 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45512024-12-21T00:11:26.427Z[ recovery-image] Dec 21 00:11:26.363 INFO O| Dec 21 00:11:26.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
45522024-12-21T00:11:26.450Z[ recovery-image] Dec 21 00:11:26.386 INFO O| Dec 21 00:11:26.386 INFO STEP 77 (remove_files) COMPLETE
45532024-12-21T00:11:26.450Z[ recovery-image] Dec 21 00:11:26.386 INFO O| Dec 21 00:11:26.386 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45542024-12-21T00:11:26.510Z[ recovery-image] Dec 21 00:11:26.445 INFO O| Dec 21 00:11:26.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
45552024-12-21T00:11:26.510Z[ recovery-image] Dec 21 00:11:26.445 INFO O| Dec 21 00:11:26.445 INFO STEP 78 (remove_files) COMPLETE
45562024-12-21T00:11:26.512Z[ recovery-image] Dec 21 00:11:26.445 INFO O| Dec 21 00:11:26.445 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45572024-12-21T00:11:26.533Z[ recovery-image] Dec 21 00:11:26.468 INFO O| Dec 21 00:11:26.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
45582024-12-21T00:11:26.533Z[ recovery-image] Dec 21 00:11:26.469 INFO O| Dec 21 00:11:26.468 INFO STEP 79 (remove_files) COMPLETE
45592024-12-21T00:11:26.533Z[ recovery-image] Dec 21 00:11:26.469 INFO O| Dec 21 00:11:26.468 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45602024-12-21T00:11:26.546Z[ host-image] Dec 21 00:11:26.481 INFO O| Dec 21 00:11:26.481 INFO O| Planning: Evaluating mediators ... Done
45612024-12-21T00:11:26.551Z[ host-image] Dec 21 00:11:26.487 INFO O| Dec 21 00:11:26.487 INFO O| Planning: Planning completed in 5.53 seconds
45622024-12-21T00:11:26.554Z[ host-image] Dec 21 00:11:26.490 INFO O| Dec 21 00:11:26.490 INFO O| Packages to install: 6
45632024-12-21T00:11:26.554Z[ host-image] Dec 21 00:11:26.490 INFO O| Dec 21 00:11:26.490 INFO O| Mediators to change: 1
45642024-12-21T00:11:26.557Z[ host-image] Dec 21 00:11:26.490 INFO O| Dec 21 00:11:26.490 INFO O| Services to change: 1
45652024-12-21T00:11:26.558Z[ recovery-image] Dec 21 00:11:26.492 INFO O| Dec 21 00:11:26.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
45662024-12-21T00:11:26.558Z[ recovery-image] Dec 21 00:11:26.492 INFO O| Dec 21 00:11:26.492 INFO STEP 80 (remove_files) COMPLETE
45672024-12-21T00:11:26.558Z[ recovery-image] Dec 21 00:11:26.493 INFO O| Dec 21 00:11:26.492 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45682024-12-21T00:11:26.581Z[ host-image] Dec 21 00:11:26.516 INFO O| Dec 21 00:11:26.516 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
45692024-12-21T00:11:26.595Z[ recovery-image] Dec 21 00:11:26.530 INFO O| Dec 21 00:11:26.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
45702024-12-21T00:11:26.595Z[ recovery-image] Dec 21 00:11:26.530 INFO O| Dec 21 00:11:26.530 INFO STEP 81 (remove_files) COMPLETE
45712024-12-21T00:11:26.595Z[ recovery-image] Dec 21 00:11:26.530 INFO O| Dec 21 00:11:26.530 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45722024-12-21T00:11:26.622Z[ recovery-image] Dec 21 00:11:26.556 INFO O| Dec 21 00:11:26.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
45732024-12-21T00:11:26.622Z[ recovery-image] Dec 21 00:11:26.556 INFO O| Dec 21 00:11:26.556 INFO STEP 82 (remove_files) COMPLETE
45742024-12-21T00:11:26.622Z[ recovery-image] Dec 21 00:11:26.556 INFO O| Dec 21 00:11:26.556 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45752024-12-21T00:11:26.661Z[ recovery-image] Dec 21 00:11:26.596 INFO O| Dec 21 00:11:26.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
45762024-12-21T00:11:26.661Z[ recovery-image] Dec 21 00:11:26.596 INFO O| Dec 21 00:11:26.596 INFO STEP 83 (remove_files) COMPLETE
45772024-12-21T00:11:26.661Z[ recovery-image] Dec 21 00:11:26.596 INFO O| Dec 21 00:11:26.596 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45782024-12-21T00:11:26.688Z[ recovery-image] Dec 21 00:11:26.623 INFO O| Dec 21 00:11:26.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
45792024-12-21T00:11:26.688Z[ recovery-image] Dec 21 00:11:26.623 INFO O| Dec 21 00:11:26.623 INFO STEP 84 (remove_files) COMPLETE
45802024-12-21T00:11:26.688Z[ recovery-image] Dec 21 00:11:26.623 INFO O| Dec 21 00:11:26.623 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45812024-12-21T00:11:26.729Z[ recovery-image] Dec 21 00:11:26.664 INFO O| Dec 21 00:11:26.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
45822024-12-21T00:11:26.729Z[ recovery-image] Dec 21 00:11:26.665 INFO O| Dec 21 00:11:26.664 INFO STEP 85 (remove_files) COMPLETE
45832024-12-21T00:11:26.729Z[ recovery-image] Dec 21 00:11:26.665 INFO O| Dec 21 00:11:26.665 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45842024-12-21T00:11:26.751Z[ recovery-image] Dec 21 00:11:26.687 INFO O| Dec 21 00:11:26.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
45852024-12-21T00:11:26.752Z[ recovery-image] Dec 21 00:11:26.687 INFO O| Dec 21 00:11:26.687 INFO STEP 86 (remove_files) COMPLETE
45862024-12-21T00:11:26.754Z[ recovery-image] Dec 21 00:11:26.687 INFO O| Dec 21 00:11:26.687 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45872024-12-21T00:11:26.793Z[ recovery-image] Dec 21 00:11:26.728 INFO O| Dec 21 00:11:26.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
45882024-12-21T00:11:26.796Z[ recovery-image] Dec 21 00:11:26.729 INFO O| Dec 21 00:11:26.729 INFO STEP 87 (remove_files) COMPLETE
45892024-12-21T00:11:26.796Z[ recovery-image] Dec 21 00:11:26.729 INFO O| Dec 21 00:11:26.729 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45902024-12-21T00:11:26.820Z[ recovery-image] Dec 21 00:11:26.755 INFO O| Dec 21 00:11:26.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
45912024-12-21T00:11:26.824Z[ recovery-image] Dec 21 00:11:26.755 INFO O| Dec 21 00:11:26.755 INFO STEP 88 (remove_files) COMPLETE
45922024-12-21T00:11:26.824Z[ recovery-image] Dec 21 00:11:26.755 INFO O| Dec 21 00:11:26.755 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45932024-12-21T00:11:26.845Z[ recovery-image] Dec 21 00:11:26.781 INFO O| Dec 21 00:11:26.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
45942024-12-21T00:11:26.845Z[ recovery-image] Dec 21 00:11:26.781 INFO O| Dec 21 00:11:26.781 INFO STEP 89 (remove_files) COMPLETE
45952024-12-21T00:11:26.848Z[ recovery-image] Dec 21 00:11:26.781 INFO O| Dec 21 00:11:26.781 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45962024-12-21T00:11:26.871Z[ recovery-image] Dec 21 00:11:26.806 INFO O| Dec 21 00:11:26.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
45972024-12-21T00:11:26.871Z[ recovery-image] Dec 21 00:11:26.806 INFO O| Dec 21 00:11:26.806 INFO STEP 90 (remove_files) COMPLETE
45982024-12-21T00:11:26.871Z[ recovery-image] Dec 21 00:11:26.806 INFO O| Dec 21 00:11:26.806 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45992024-12-21T00:11:26.975Z[ recovery-image] Dec 21 00:11:26.911 INFO O| Dec 21 00:11:26.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
46002024-12-21T00:11:26.978Z[ recovery-image] Dec 21 00:11:26.911 INFO O| Dec 21 00:11:26.911 INFO STEP 91 (remove_files) COMPLETE
46012024-12-21T00:11:26.978Z[ recovery-image] Dec 21 00:11:26.911 INFO O| Dec 21 00:11:26.911 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46022024-12-21T00:11:26.999Z[ recovery-image] Dec 21 00:11:26.934 INFO O| Dec 21 00:11:26.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
46032024-12-21T00:11:27.001Z[ recovery-image] Dec 21 00:11:26.935 INFO O| Dec 21 00:11:26.935 INFO STEP 92 (remove_files) COMPLETE
46042024-12-21T00:11:27.001Z[ recovery-image] Dec 21 00:11:26.935 INFO O| Dec 21 00:11:26.935 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46052024-12-21T00:11:27.022Z[ recovery-image] Dec 21 00:11:26.957 INFO O| Dec 21 00:11:26.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
46062024-12-21T00:11:27.025Z[ recovery-image] Dec 21 00:11:26.958 INFO O| Dec 21 00:11:26.958 INFO STEP 93 (remove_files) COMPLETE
46072024-12-21T00:11:27.025Z[ recovery-image] Dec 21 00:11:26.958 INFO O| Dec 21 00:11:26.958 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46082024-12-21T00:11:27.045Z[ recovery-image] Dec 21 00:11:26.981 INFO O| Dec 21 00:11:26.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
46092024-12-21T00:11:27.055Z[ recovery-image] Dec 21 00:11:26.991 INFO O| Dec 21 00:11:26.991 INFO STEP 94 (remove_files) COMPLETE
46102024-12-21T00:11:27.058Z[ recovery-image] Dec 21 00:11:26.991 INFO O| Dec 21 00:11:26.991 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46112024-12-21T00:11:27.082Z[ recovery-image] Dec 21 00:11:27.017 INFO O| Dec 21 00:11:27.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
46122024-12-21T00:11:27.084Z[ recovery-image] Dec 21 00:11:27.018 INFO O| Dec 21 00:11:27.018 INFO STEP 95 (remove_files) COMPLETE
46132024-12-21T00:11:27.084Z[ recovery-image] Dec 21 00:11:27.018 INFO O| Dec 21 00:11:27.018 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46142024-12-21T00:11:27.108Z[ recovery-image] Dec 21 00:11:27.044 INFO O| Dec 21 00:11:27.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
46152024-12-21T00:11:27.111Z[ recovery-image] Dec 21 00:11:27.044 INFO O| Dec 21 00:11:27.044 INFO STEP 96 (remove_files) COMPLETE
46162024-12-21T00:11:27.111Z[ recovery-image] Dec 21 00:11:27.044 INFO O| Dec 21 00:11:27.044 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46172024-12-21T00:11:27.134Z[ recovery-image] Dec 21 00:11:27.069 INFO O| Dec 21 00:11:27.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
46182024-12-21T00:11:27.137Z[ recovery-image] Dec 21 00:11:27.070 INFO O| Dec 21 00:11:27.070 INFO STEP 97 (remove_files) COMPLETE
46192024-12-21T00:11:27.137Z[ recovery-image] Dec 21 00:11:27.070 INFO O| Dec 21 00:11:27.070 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46202024-12-21T00:11:27.160Z[ recovery-image] Dec 21 00:11:27.095 INFO O| Dec 21 00:11:27.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
46212024-12-21T00:11:27.162Z[ recovery-image] Dec 21 00:11:27.095 INFO O| Dec 21 00:11:27.095 INFO STEP 98 (remove_files) COMPLETE
46222024-12-21T00:11:27.162Z[ recovery-image] Dec 21 00:11:27.096 INFO O| Dec 21 00:11:27.096 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46232024-12-21T00:11:27.186Z[ recovery-image] Dec 21 00:11:27.121 INFO O| Dec 21 00:11:27.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
46242024-12-21T00:11:27.188Z[ recovery-image] Dec 21 00:11:27.121 INFO O| Dec 21 00:11:27.121 INFO STEP 99 (remove_files) COMPLETE
46252024-12-21T00:11:27.188Z[ recovery-image] Dec 21 00:11:27.122 INFO O| Dec 21 00:11:27.121 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46262024-12-21T00:11:27.210Z[ recovery-image] Dec 21 00:11:27.145 INFO O| Dec 21 00:11:27.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
46272024-12-21T00:11:27.215Z[ recovery-image] Dec 21 00:11:27.151 INFO O| Dec 21 00:11:27.151 INFO STEP 100 (remove_files) COMPLETE
46282024-12-21T00:11:27.215Z[ recovery-image] Dec 21 00:11:27.151 INFO O| Dec 21 00:11:27.151 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46292024-12-21T00:11:27.259Z[ recovery-image] Dec 21 00:11:27.195 INFO O| Dec 21 00:11:27.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
46302024-12-21T00:11:27.259Z[ recovery-image] Dec 21 00:11:27.195 INFO O| Dec 21 00:11:27.195 INFO STEP 101 (remove_files) COMPLETE
46312024-12-21T00:11:27.259Z[ recovery-image] Dec 21 00:11:27.195 INFO O| Dec 21 00:11:27.195 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46322024-12-21T00:11:27.289Z[ recovery-image] Dec 21 00:11:27.224 INFO O| Dec 21 00:11:27.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
46332024-12-21T00:11:27.291Z[ recovery-image] Dec 21 00:11:27.225 INFO O| Dec 21 00:11:27.225 INFO STEP 102 (remove_files) COMPLETE
46342024-12-21T00:11:27.291Z[ recovery-image] Dec 21 00:11:27.225 INFO O| Dec 21 00:11:27.225 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46352024-12-21T00:11:27.336Z[ recovery-image] Dec 21 00:11:27.268 INFO O| Dec 21 00:11:27.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
46362024-12-21T00:11:27.339Z[ recovery-image] Dec 21 00:11:27.269 INFO O| Dec 21 00:11:27.269 INFO STEP 103 (remove_files) COMPLETE
46372024-12-21T00:11:27.339Z[ recovery-image] Dec 21 00:11:27.269 INFO O| Dec 21 00:11:27.269 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46382024-12-21T00:11:27.371Z[ recovery-image] Dec 21 00:11:27.306 INFO O| Dec 21 00:11:27.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
46392024-12-21T00:11:27.374Z[ recovery-image] Dec 21 00:11:27.307 INFO O| Dec 21 00:11:27.307 INFO STEP 104 (remove_files) COMPLETE
46402024-12-21T00:11:27.375Z[ recovery-image] Dec 21 00:11:27.307 INFO O| Dec 21 00:11:27.307 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46412024-12-21T00:11:27.393Z[ recovery-image] Dec 21 00:11:27.328 INFO O| Dec 21 00:11:27.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
46422024-12-21T00:11:27.395Z[ recovery-image] Dec 21 00:11:27.328 INFO O| Dec 21 00:11:27.328 INFO STEP 105 (remove_files) COMPLETE
46432024-12-21T00:11:27.395Z[ recovery-image] Dec 21 00:11:27.329 INFO O| Dec 21 00:11:27.329 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46442024-12-21T00:11:27.415Z[ recovery-image] Dec 21 00:11:27.350 INFO O| Dec 21 00:11:27.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
46452024-12-21T00:11:27.418Z[ recovery-image] Dec 21 00:11:27.351 INFO O| Dec 21 00:11:27.350 INFO STEP 106 (remove_files) COMPLETE
46462024-12-21T00:11:27.418Z[ recovery-image] Dec 21 00:11:27.351 INFO O| Dec 21 00:11:27.351 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46472024-12-21T00:11:27.436Z[ recovery-image] Dec 21 00:11:27.372 INFO O| Dec 21 00:11:27.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
46482024-12-21T00:11:27.439Z[ recovery-image] Dec 21 00:11:27.372 INFO O| Dec 21 00:11:27.372 INFO STEP 107 (remove_files) COMPLETE
46492024-12-21T00:11:27.439Z[ recovery-image] Dec 21 00:11:27.372 INFO O| Dec 21 00:11:27.372 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46502024-12-21T00:11:27.457Z[ recovery-image] Dec 21 00:11:27.393 INFO O| Dec 21 00:11:27.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
46512024-12-21T00:11:27.460Z[ recovery-image] Dec 21 00:11:27.393 INFO O| Dec 21 00:11:27.393 INFO STEP 108 (remove_files) COMPLETE
46522024-12-21T00:11:27.460Z[ recovery-image] Dec 21 00:11:27.393 INFO O| Dec 21 00:11:27.393 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46532024-12-21T00:11:27.487Z[ recovery-image] Dec 21 00:11:27.421 INFO O| Dec 21 00:11:27.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
46542024-12-21T00:11:27.487Z[ recovery-image] Dec 21 00:11:27.421 INFO O| Dec 21 00:11:27.421 INFO STEP 109 (remove_files) COMPLETE
46552024-12-21T00:11:27.490Z[ recovery-image] Dec 21 00:11:27.421 INFO O| Dec 21 00:11:27.421 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46562024-12-21T00:11:27.540Z[ recovery-image] Dec 21 00:11:27.476 INFO O| Dec 21 00:11:27.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
46572024-12-21T00:11:27.543Z[ recovery-image] Dec 21 00:11:27.476 INFO O| Dec 21 00:11:27.476 INFO STEP 110 (remove_files) COMPLETE
46582024-12-21T00:11:27.543Z[ recovery-image] Dec 21 00:11:27.477 INFO O| Dec 21 00:11:27.476 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46592024-12-21T00:11:27.564Z[ recovery-image] Dec 21 00:11:27.499 INFO O| Dec 21 00:11:27.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
46602024-12-21T00:11:27.567Z[ recovery-image] Dec 21 00:11:27.500 INFO O| Dec 21 00:11:27.499 INFO STEP 111 (remove_files) COMPLETE
46612024-12-21T00:11:27.567Z[ recovery-image] Dec 21 00:11:27.500 INFO O| Dec 21 00:11:27.500 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46622024-12-21T00:11:27.606Z[ recovery-image] Dec 21 00:11:27.541 INFO O| Dec 21 00:11:27.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
46632024-12-21T00:11:27.606Z[ recovery-image] Dec 21 00:11:27.541 INFO O| Dec 21 00:11:27.541 INFO STEP 112 (remove_files) COMPLETE
46642024-12-21T00:11:27.606Z[ recovery-image] Dec 21 00:11:27.541 INFO O| Dec 21 00:11:27.541 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46652024-12-21T00:11:27.628Z[ recovery-image] Dec 21 00:11:27.563 INFO O| Dec 21 00:11:27.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
46662024-12-21T00:11:27.628Z[ recovery-image] Dec 21 00:11:27.563 INFO O| Dec 21 00:11:27.563 INFO STEP 113 (remove_files) COMPLETE
46672024-12-21T00:11:27.628Z[ recovery-image] Dec 21 00:11:27.563 INFO O| Dec 21 00:11:27.563 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46682024-12-21T00:11:27.652Z[ recovery-image] Dec 21 00:11:27.587 INFO O| Dec 21 00:11:27.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
46692024-12-21T00:11:27.654Z[ recovery-image] Dec 21 00:11:27.587 INFO O| Dec 21 00:11:27.587 INFO STEP 114 (remove_files) COMPLETE
46702024-12-21T00:11:27.654Z[ recovery-image] Dec 21 00:11:27.587 INFO O| Dec 21 00:11:27.587 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46712024-12-21T00:11:27.676Z[ recovery-image] Dec 21 00:11:27.611 INFO O| Dec 21 00:11:27.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
46722024-12-21T00:11:27.676Z[ recovery-image] Dec 21 00:11:27.611 INFO O| Dec 21 00:11:27.611 INFO STEP 115 (remove_files) COMPLETE
46732024-12-21T00:11:27.676Z[ recovery-image] Dec 21 00:11:27.611 INFO O| Dec 21 00:11:27.611 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46742024-12-21T00:11:27.698Z[ recovery-image] Dec 21 00:11:27.634 INFO O| Dec 21 00:11:27.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
46752024-12-21T00:11:27.698Z[ recovery-image] Dec 21 00:11:27.634 INFO O| Dec 21 00:11:27.634 INFO STEP 116 (remove_files) COMPLETE
46762024-12-21T00:11:27.698Z[ recovery-image] Dec 21 00:11:27.634 INFO O| Dec 21 00:11:27.634 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46772024-12-21T00:11:27.721Z[ recovery-image] Dec 21 00:11:27.656 INFO O| Dec 21 00:11:27.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
46782024-12-21T00:11:27.721Z[ recovery-image] Dec 21 00:11:27.657 INFO O| Dec 21 00:11:27.657 INFO STEP 117 (remove_files) COMPLETE
46792024-12-21T00:11:27.721Z[ recovery-image] Dec 21 00:11:27.657 INFO O| Dec 21 00:11:27.657 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46802024-12-21T00:11:27.744Z[ recovery-image] Dec 21 00:11:27.680 INFO O| Dec 21 00:11:27.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
46812024-12-21T00:11:27.744Z[ recovery-image] Dec 21 00:11:27.680 INFO O| Dec 21 00:11:27.680 INFO STEP 118 (remove_files) COMPLETE
46822024-12-21T00:11:27.747Z[ recovery-image] Dec 21 00:11:27.680 INFO O| Dec 21 00:11:27.680 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46832024-12-21T00:11:27.767Z[ recovery-image] Dec 21 00:11:27.703 INFO O| Dec 21 00:11:27.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
46842024-12-21T00:11:27.790Z[ recovery-image] Dec 21 00:11:27.726 INFO O| Dec 21 00:11:27.726 INFO STEP 119 (remove_files) COMPLETE
46852024-12-21T00:11:27.790Z[ recovery-image] Dec 21 00:11:27.726 INFO O| Dec 21 00:11:27.726 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46862024-12-21T00:11:27.815Z[ recovery-image] Dec 21 00:11:27.750 INFO O| Dec 21 00:11:27.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
46872024-12-21T00:11:27.815Z[ recovery-image] Dec 21 00:11:27.751 INFO O| Dec 21 00:11:27.750 INFO STEP 120 (remove_files) COMPLETE
46882024-12-21T00:11:27.815Z[ recovery-image] Dec 21 00:11:27.751 INFO O| Dec 21 00:11:27.750 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46892024-12-21T00:11:27.853Z[ recovery-image] Dec 21 00:11:27.789 INFO O| Dec 21 00:11:27.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
46902024-12-21T00:11:27.854Z[ recovery-image] Dec 21 00:11:27.789 INFO O| Dec 21 00:11:27.789 INFO STEP 121 (remove_files) COMPLETE
46912024-12-21T00:11:27.854Z[ recovery-image] Dec 21 00:11:27.789 INFO O| Dec 21 00:11:27.789 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46922024-12-21T00:11:27.876Z[ recovery-image] Dec 21 00:11:27.811 INFO O| Dec 21 00:11:27.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
46932024-12-21T00:11:27.876Z[ recovery-image] Dec 21 00:11:27.811 INFO O| Dec 21 00:11:27.811 INFO STEP 122 (remove_files) COMPLETE
46942024-12-21T00:11:27.878Z[ recovery-image] Dec 21 00:11:27.811 INFO O| Dec 21 00:11:27.811 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46952024-12-21T00:11:27.899Z[ recovery-image] Dec 21 00:11:27.834 INFO O| Dec 21 00:11:27.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
46962024-12-21T00:11:27.901Z[ recovery-image] Dec 21 00:11:27.834 INFO O| Dec 21 00:11:27.834 INFO STEP 123 (remove_files) COMPLETE
46972024-12-21T00:11:27.901Z[ recovery-image] Dec 21 00:11:27.835 INFO O| Dec 21 00:11:27.834 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46982024-12-21T00:11:27.921Z[ recovery-image] Dec 21 00:11:27.857 INFO O| Dec 21 00:11:27.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
46992024-12-21T00:11:27.924Z[ recovery-image] Dec 21 00:11:27.857 INFO O| Dec 21 00:11:27.857 INFO STEP 124 (remove_files) COMPLETE
47002024-12-21T00:11:27.924Z[ recovery-image] Dec 21 00:11:27.857 INFO O| Dec 21 00:11:27.857 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47012024-12-21T00:11:27.945Z[ recovery-image] Dec 21 00:11:27.881 INFO O| Dec 21 00:11:27.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
47022024-12-21T00:11:27.948Z[ recovery-image] Dec 21 00:11:27.881 INFO O| Dec 21 00:11:27.881 INFO STEP 125 (remove_files) COMPLETE
47032024-12-21T00:11:27.948Z[ recovery-image] Dec 21 00:11:27.881 INFO O| Dec 21 00:11:27.881 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47042024-12-21T00:11:28.001Z[ recovery-image] Dec 21 00:11:27.936 INFO O| Dec 21 00:11:27.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
47052024-12-21T00:11:28.004Z[ recovery-image] Dec 21 00:11:27.936 INFO O| Dec 21 00:11:27.936 INFO STEP 126 (remove_files) COMPLETE
47062024-12-21T00:11:28.004Z[ recovery-image] Dec 21 00:11:27.936 INFO O| Dec 21 00:11:27.936 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47072024-12-21T00:11:28.025Z[ recovery-image] Dec 21 00:11:27.961 INFO O| Dec 21 00:11:27.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
47082024-12-21T00:11:28.029Z[ recovery-image] Dec 21 00:11:27.961 INFO O| Dec 21 00:11:27.961 INFO STEP 127 (remove_files) COMPLETE
47092024-12-21T00:11:28.029Z[ recovery-image] Dec 21 00:11:27.961 INFO O| Dec 21 00:11:27.961 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47102024-12-21T00:11:28.048Z[ recovery-image] Dec 21 00:11:27.984 INFO O| Dec 21 00:11:27.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
47112024-12-21T00:11:28.048Z[ recovery-image] Dec 21 00:11:27.984 INFO O| Dec 21 00:11:27.984 INFO STEP 128 (remove_files) COMPLETE
47122024-12-21T00:11:28.048Z[ recovery-image] Dec 21 00:11:27.984 INFO O| Dec 21 00:11:27.984 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47132024-12-21T00:11:28.088Z[ recovery-image] Dec 21 00:11:28.024 INFO O| Dec 21 00:11:28.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
47142024-12-21T00:11:28.088Z[ recovery-image] Dec 21 00:11:28.024 INFO O| Dec 21 00:11:28.024 INFO STEP 129 (remove_files) COMPLETE
47152024-12-21T00:11:28.088Z[ recovery-image] Dec 21 00:11:28.024 INFO O| Dec 21 00:11:28.024 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47162024-12-21T00:11:28.136Z[ recovery-image] Dec 21 00:11:28.072 INFO O| Dec 21 00:11:28.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
47172024-12-21T00:11:28.136Z[ recovery-image] Dec 21 00:11:28.072 INFO O| Dec 21 00:11:28.072 INFO STEP 130 (remove_files) COMPLETE
47182024-12-21T00:11:28.139Z[ recovery-image] Dec 21 00:11:28.072 INFO O| Dec 21 00:11:28.072 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47192024-12-21T00:11:28.171Z[ recovery-image] Dec 21 00:11:28.106 INFO O| Dec 21 00:11:28.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
47202024-12-21T00:11:28.171Z[ recovery-image] Dec 21 00:11:28.107 INFO O| Dec 21 00:11:28.107 INFO STEP 131 (remove_files) COMPLETE
47212024-12-21T00:11:28.171Z[ recovery-image] Dec 21 00:11:28.107 INFO O| Dec 21 00:11:28.107 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47222024-12-21T00:11:28.197Z[ recovery-image] Dec 21 00:11:28.132 INFO O| Dec 21 00:11:28.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
47232024-12-21T00:11:28.197Z[ recovery-image] Dec 21 00:11:28.132 INFO O| Dec 21 00:11:28.132 INFO STEP 132 (remove_files) COMPLETE
47242024-12-21T00:11:28.197Z[ recovery-image] Dec 21 00:11:28.132 INFO O| Dec 21 00:11:28.132 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47252024-12-21T00:11:28.219Z[ recovery-image] Dec 21 00:11:28.155 INFO O| Dec 21 00:11:28.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
47262024-12-21T00:11:28.219Z[ recovery-image] Dec 21 00:11:28.155 INFO O| Dec 21 00:11:28.155 INFO STEP 133 (remove_files) COMPLETE
47272024-12-21T00:11:28.219Z[ recovery-image] Dec 21 00:11:28.155 INFO O| Dec 21 00:11:28.155 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47282024-12-21T00:11:28.242Z[ recovery-image] Dec 21 00:11:28.178 INFO O| Dec 21 00:11:28.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
47292024-12-21T00:11:28.242Z[ recovery-image] Dec 21 00:11:28.178 INFO O| Dec 21 00:11:28.178 INFO STEP 134 (remove_files) COMPLETE
47302024-12-21T00:11:28.244Z[ recovery-image] Dec 21 00:11:28.178 INFO O| Dec 21 00:11:28.178 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47312024-12-21T00:11:28.283Z[ recovery-image] Dec 21 00:11:28.218 INFO O| Dec 21 00:11:28.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
47322024-12-21T00:11:28.283Z[ recovery-image] Dec 21 00:11:28.219 INFO O| Dec 21 00:11:28.219 INFO STEP 135 (remove_files) COMPLETE
47332024-12-21T00:11:28.285Z[ recovery-image] Dec 21 00:11:28.219 INFO O| Dec 21 00:11:28.219 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47342024-12-21T00:11:28.310Z[ recovery-image] Dec 21 00:11:28.246 INFO O| Dec 21 00:11:28.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
47352024-12-21T00:11:28.310Z[ recovery-image] Dec 21 00:11:28.246 INFO O| Dec 21 00:11:28.246 INFO STEP 136 (remove_files) COMPLETE
47362024-12-21T00:11:28.310Z[ recovery-image] Dec 21 00:11:28.246 INFO O| Dec 21 00:11:28.246 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47372024-12-21T00:11:28.407Z[ recovery-image] Dec 21 00:11:28.343 INFO O| Dec 21 00:11:28.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
47382024-12-21T00:11:28.410Z[ recovery-image] Dec 21 00:11:28.343 INFO O| Dec 21 00:11:28.343 INFO STEP 137 (remove_files) COMPLETE
47392024-12-21T00:11:28.410Z[ recovery-image] Dec 21 00:11:28.343 INFO O| Dec 21 00:11:28.343 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47402024-12-21T00:11:28.430Z[ recovery-image] Dec 21 00:11:28.366 INFO O| Dec 21 00:11:28.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
47412024-12-21T00:11:28.433Z[ recovery-image] Dec 21 00:11:28.366 INFO O| Dec 21 00:11:28.366 INFO STEP 138 (remove_files) COMPLETE
47422024-12-21T00:11:28.433Z[ recovery-image] Dec 21 00:11:28.366 INFO O| Dec 21 00:11:28.366 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47432024-12-21T00:11:28.453Z[ recovery-image] Dec 21 00:11:28.389 INFO O| Dec 21 00:11:28.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
47442024-12-21T00:11:28.457Z[ recovery-image] Dec 21 00:11:28.389 INFO O| Dec 21 00:11:28.389 INFO STEP 139 (remove_files) COMPLETE
47452024-12-21T00:11:28.457Z[ recovery-image] Dec 21 00:11:28.389 INFO O| Dec 21 00:11:28.389 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47462024-12-21T00:11:28.479Z[ recovery-image] Dec 21 00:11:28.414 INFO O| Dec 21 00:11:28.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
47472024-12-21T00:11:28.481Z[ recovery-image] Dec 21 00:11:28.414 INFO O| Dec 21 00:11:28.414 INFO STEP 140 (remove_files) COMPLETE
47482024-12-21T00:11:28.481Z[ recovery-image] Dec 21 00:11:28.415 INFO O| Dec 21 00:11:28.414 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47492024-12-21T00:11:28.631Z[ recovery-image] Dec 21 00:11:28.567 INFO O| Dec 21 00:11:28.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
47502024-12-21T00:11:28.631Z[ recovery-image] Dec 21 00:11:28.567 INFO O| Dec 21 00:11:28.567 INFO STEP 141 (remove_files) COMPLETE
47512024-12-21T00:11:28.634Z[ recovery-image] Dec 21 00:11:28.567 INFO O| Dec 21 00:11:28.567 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47522024-12-21T00:11:28.656Z[ recovery-image] Dec 21 00:11:28.592 INFO O| Dec 21 00:11:28.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
47532024-12-21T00:11:28.656Z[ recovery-image] Dec 21 00:11:28.592 INFO O| Dec 21 00:11:28.592 INFO STEP 142 (remove_files) COMPLETE
47542024-12-21T00:11:28.659Z[ recovery-image] Dec 21 00:11:28.592 INFO O| Dec 21 00:11:28.592 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47552024-12-21T00:11:28.680Z[ recovery-image] Dec 21 00:11:28.615 INFO O| Dec 21 00:11:28.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
47562024-12-21T00:11:28.680Z[ recovery-image] Dec 21 00:11:28.615 INFO O| Dec 21 00:11:28.615 INFO STEP 143 (remove_files) COMPLETE
47572024-12-21T00:11:28.680Z[ recovery-image] Dec 21 00:11:28.616 INFO O| Dec 21 00:11:28.615 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47582024-12-21T00:11:28.702Z[ recovery-image] Dec 21 00:11:28.638 INFO O| Dec 21 00:11:28.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
47592024-12-21T00:11:28.705Z[ recovery-image] Dec 21 00:11:28.639 INFO O| Dec 21 00:11:28.638 INFO STEP 144 (remove_files) COMPLETE
47602024-12-21T00:11:28.705Z[ recovery-image] Dec 21 00:11:28.639 INFO O| Dec 21 00:11:28.638 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47612024-12-21T00:11:28.738Z[ recovery-image] Dec 21 00:11:28.673 INFO O| Dec 21 00:11:28.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
47622024-12-21T00:11:28.738Z[ recovery-image] Dec 21 00:11:28.673 INFO O| Dec 21 00:11:28.673 INFO STEP 145 (remove_files) COMPLETE
47632024-12-21T00:11:28.741Z[ recovery-image] Dec 21 00:11:28.674 INFO O| Dec 21 00:11:28.673 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47642024-12-21T00:11:28.759Z[ recovery-image] Dec 21 00:11:28.695 INFO O| Dec 21 00:11:28.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
47652024-12-21T00:11:28.759Z[ recovery-image] Dec 21 00:11:28.695 INFO O| Dec 21 00:11:28.695 INFO STEP 146 (remove_files) COMPLETE
47662024-12-21T00:11:28.762Z[ recovery-image] Dec 21 00:11:28.695 INFO O| Dec 21 00:11:28.695 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47672024-12-21T00:11:28.781Z[ recovery-image] Dec 21 00:11:28.717 INFO O| Dec 21 00:11:28.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
47682024-12-21T00:11:28.781Z[ recovery-image] Dec 21 00:11:28.717 INFO O| Dec 21 00:11:28.717 INFO STEP 147 (remove_files) COMPLETE
47692024-12-21T00:11:28.781Z[ recovery-image] Dec 21 00:11:28.717 INFO O| Dec 21 00:11:28.717 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47702024-12-21T00:11:28.805Z[ recovery-image] Dec 21 00:11:28.740 INFO O| Dec 21 00:11:28.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
47712024-12-21T00:11:28.805Z[ recovery-image] Dec 21 00:11:28.740 INFO O| Dec 21 00:11:28.740 INFO STEP 148 (remove_files) COMPLETE
47722024-12-21T00:11:28.807Z[ recovery-image] Dec 21 00:11:28.740 INFO O| Dec 21 00:11:28.740 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47732024-12-21T00:11:28.828Z[ recovery-image] Dec 21 00:11:28.764 INFO O| Dec 21 00:11:28.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
47742024-12-21T00:11:28.828Z[ recovery-image] Dec 21 00:11:28.764 INFO O| Dec 21 00:11:28.764 INFO STEP 149 (remove_files) COMPLETE
47752024-12-21T00:11:28.830Z[ recovery-image] Dec 21 00:11:28.764 INFO O| Dec 21 00:11:28.764 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47762024-12-21T00:11:28.856Z[ recovery-image] Dec 21 00:11:28.791 INFO O| Dec 21 00:11:28.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
47772024-12-21T00:11:28.856Z[ recovery-image] Dec 21 00:11:28.791 INFO O| Dec 21 00:11:28.791 INFO STEP 150 (remove_files) COMPLETE
47782024-12-21T00:11:28.858Z[ recovery-image] Dec 21 00:11:28.791 INFO O| Dec 21 00:11:28.791 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47792024-12-21T00:11:28.881Z[ recovery-image] Dec 21 00:11:28.817 INFO O| Dec 21 00:11:28.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
47802024-12-21T00:11:28.881Z[ recovery-image] Dec 21 00:11:28.817 INFO O| Dec 21 00:11:28.817 INFO STEP 151 (remove_files) COMPLETE
47812024-12-21T00:11:28.884Z[ recovery-image] Dec 21 00:11:28.817 INFO O| Dec 21 00:11:28.817 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47822024-12-21T00:11:28.904Z[ recovery-image] Dec 21 00:11:28.840 INFO O| Dec 21 00:11:28.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
47832024-12-21T00:11:28.904Z[ recovery-image] Dec 21 00:11:28.840 INFO O| Dec 21 00:11:28.840 INFO STEP 152 (remove_files) COMPLETE
47842024-12-21T00:11:28.907Z[ recovery-image] Dec 21 00:11:28.840 INFO O| Dec 21 00:11:28.840 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47852024-12-21T00:11:28.937Z[ recovery-image] Dec 21 00:11:28.872 INFO O| Dec 21 00:11:28.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
47862024-12-21T00:11:28.937Z[ recovery-image] Dec 21 00:11:28.873 INFO O| Dec 21 00:11:28.873 INFO STEP 153 (remove_files) COMPLETE
47872024-12-21T00:11:28.937Z[ recovery-image] Dec 21 00:11:28.873 INFO O| Dec 21 00:11:28.873 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47882024-12-21T00:11:28.959Z[ recovery-image] Dec 21 00:11:28.894 INFO O| Dec 21 00:11:28.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
47892024-12-21T00:11:28.960Z[ recovery-image] Dec 21 00:11:28.895 INFO O| Dec 21 00:11:28.895 INFO STEP 154 (remove_files) COMPLETE
47902024-12-21T00:11:28.963Z[ recovery-image] Dec 21 00:11:28.895 INFO O| Dec 21 00:11:28.895 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47912024-12-21T00:11:29.007Z[ recovery-image] Dec 21 00:11:28.943 INFO O| Dec 21 00:11:28.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
47922024-12-21T00:11:29.007Z[ recovery-image] Dec 21 00:11:28.943 INFO O| Dec 21 00:11:28.943 INFO STEP 155 (remove_files) COMPLETE
47932024-12-21T00:11:29.010Z[ recovery-image] Dec 21 00:11:28.943 INFO O| Dec 21 00:11:28.943 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47942024-12-21T00:11:29.041Z[ recovery-image] Dec 21 00:11:28.976 INFO O| Dec 21 00:11:28.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
47952024-12-21T00:11:29.044Z[ recovery-image] Dec 21 00:11:28.977 INFO O| Dec 21 00:11:28.976 INFO STEP 156 (remove_files) COMPLETE
47962024-12-21T00:11:29.044Z[ recovery-image] Dec 21 00:11:28.977 INFO O| Dec 21 00:11:28.976 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47972024-12-21T00:11:29.085Z[ recovery-image] Dec 21 00:11:29.019 INFO O| Dec 21 00:11:29.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
47982024-12-21T00:11:29.085Z[ recovery-image] Dec 21 00:11:29.019 INFO O| Dec 21 00:11:29.019 INFO STEP 157 (remove_files) COMPLETE
47992024-12-21T00:11:29.085Z[ recovery-image] Dec 21 00:11:29.019 INFO O| Dec 21 00:11:29.019 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48002024-12-21T00:11:29.114Z[ recovery-image] Dec 21 00:11:29.050 INFO O| Dec 21 00:11:29.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
48012024-12-21T00:11:29.117Z[ recovery-image] Dec 21 00:11:29.050 INFO O| Dec 21 00:11:29.050 INFO STEP 158 (remove_files) COMPLETE
48022024-12-21T00:11:29.117Z[ recovery-image] Dec 21 00:11:29.050 INFO O| Dec 21 00:11:29.050 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48032024-12-21T00:11:29.135Z[ recovery-image] Dec 21 00:11:29.071 INFO O| Dec 21 00:11:29.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
48042024-12-21T00:11:29.138Z[ recovery-image] Dec 21 00:11:29.071 INFO O| Dec 21 00:11:29.071 INFO STEP 159 (remove_files) COMPLETE
48052024-12-21T00:11:29.138Z[ recovery-image] Dec 21 00:11:29.071 INFO O| Dec 21 00:11:29.071 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48062024-12-21T00:11:29.165Z[ recovery-image] Dec 21 00:11:29.101 INFO O| Dec 21 00:11:29.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
48072024-12-21T00:11:29.165Z[ recovery-image] Dec 21 00:11:29.101 INFO O| Dec 21 00:11:29.101 INFO STEP 160 (remove_files) COMPLETE
48082024-12-21T00:11:29.165Z[ recovery-image] Dec 21 00:11:29.101 INFO O| Dec 21 00:11:29.101 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48092024-12-21T00:11:29.198Z[ recovery-image] Dec 21 00:11:29.133 INFO O| Dec 21 00:11:29.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
48102024-12-21T00:11:29.198Z[ recovery-image] Dec 21 00:11:29.133 INFO O| Dec 21 00:11:29.133 INFO STEP 161 (remove_files) COMPLETE
48112024-12-21T00:11:29.198Z[ recovery-image] Dec 21 00:11:29.133 INFO O| Dec 21 00:11:29.133 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48122024-12-21T00:11:29.242Z[ recovery-image] Dec 21 00:11:29.177 INFO O| Dec 21 00:11:29.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
48132024-12-21T00:11:29.242Z[ recovery-image] Dec 21 00:11:29.178 INFO O| Dec 21 00:11:29.178 INFO STEP 162 (remove_files) COMPLETE
48142024-12-21T00:11:29.244Z[ recovery-image] Dec 21 00:11:29.178 INFO O| Dec 21 00:11:29.178 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48152024-12-21T00:11:29.280Z[ recovery-image] Dec 21 00:11:29.216 INFO O| Dec 21 00:11:29.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
48162024-12-21T00:11:29.280Z[ recovery-image] Dec 21 00:11:29.216 INFO O| Dec 21 00:11:29.216 INFO STEP 163 (remove_files) COMPLETE
48172024-12-21T00:11:29.280Z[ recovery-image] Dec 21 00:11:29.216 INFO O| Dec 21 00:11:29.216 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48182024-12-21T00:11:29.314Z[ recovery-image] Dec 21 00:11:29.250 INFO O| Dec 21 00:11:29.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
48192024-12-21T00:11:29.314Z[ recovery-image] Dec 21 00:11:29.250 INFO O| Dec 21 00:11:29.250 INFO STEP 164 (remove_files) COMPLETE
48202024-12-21T00:11:29.314Z[ recovery-image] Dec 21 00:11:29.250 INFO O| Dec 21 00:11:29.250 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48212024-12-21T00:11:29.336Z[ recovery-image] Dec 21 00:11:29.272 INFO O| Dec 21 00:11:29.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
48222024-12-21T00:11:29.336Z[ recovery-image] Dec 21 00:11:29.272 INFO O| Dec 21 00:11:29.272 INFO STEP 165 (remove_files) COMPLETE
48232024-12-21T00:11:29.339Z[ recovery-image] Dec 21 00:11:29.273 INFO O| Dec 21 00:11:29.272 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48242024-12-21T00:11:29.358Z[ recovery-image] Dec 21 00:11:29.294 INFO O| Dec 21 00:11:29.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
48252024-12-21T00:11:29.360Z[ recovery-image] Dec 21 00:11:29.294 INFO O| Dec 21 00:11:29.294 INFO STEP 166 (remove_files) COMPLETE
48262024-12-21T00:11:29.360Z[ recovery-image] Dec 21 00:11:29.294 INFO O| Dec 21 00:11:29.294 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48272024-12-21T00:11:29.389Z[ recovery-image] Dec 21 00:11:29.324 INFO O| Dec 21 00:11:29.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
48282024-12-21T00:11:29.389Z[ recovery-image] Dec 21 00:11:29.325 INFO O| Dec 21 00:11:29.324 INFO STEP 167 (remove_files) COMPLETE
48292024-12-21T00:11:29.389Z[ recovery-image] Dec 21 00:11:29.325 INFO O| Dec 21 00:11:29.324 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48302024-12-21T00:11:29.446Z[ recovery-image] Dec 21 00:11:29.382 INFO O| Dec 21 00:11:29.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
48312024-12-21T00:11:29.447Z[ recovery-image] Dec 21 00:11:29.383 INFO O| Dec 21 00:11:29.383 INFO STEP 168 (remove_files) COMPLETE
48322024-12-21T00:11:29.447Z[ recovery-image] Dec 21 00:11:29.383 INFO O| Dec 21 00:11:29.383 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48332024-12-21T00:11:29.466Z[ recovery-image] Dec 21 00:11:29.401 INFO O| Dec 21 00:11:29.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
48342024-12-21T00:11:29.466Z[ recovery-image] Dec 21 00:11:29.401 INFO O| Dec 21 00:11:29.401 INFO STEP 169 (remove_files) COMPLETE
48352024-12-21T00:11:29.466Z[ recovery-image] Dec 21 00:11:29.401 INFO O| Dec 21 00:11:29.401 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48362024-12-21T00:11:29.485Z[ recovery-image] Dec 21 00:11:29.421 INFO O| Dec 21 00:11:29.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
48372024-12-21T00:11:29.486Z[ recovery-image] Dec 21 00:11:29.421 INFO O| Dec 21 00:11:29.421 INFO STEP 170 (remove_files) COMPLETE
48382024-12-21T00:11:29.489Z[ recovery-image] Dec 21 00:11:29.421 INFO O| Dec 21 00:11:29.421 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48392024-12-21T00:11:29.536Z[ recovery-image] Dec 21 00:11:29.471 INFO O| Dec 21 00:11:29.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
48402024-12-21T00:11:29.536Z[ recovery-image] Dec 21 00:11:29.471 INFO O| Dec 21 00:11:29.471 INFO STEP 171 (remove_files) COMPLETE
48412024-12-21T00:11:29.536Z[ recovery-image] Dec 21 00:11:29.471 INFO O| Dec 21 00:11:29.471 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48422024-12-21T00:11:29.606Z[ recovery-image] Dec 21 00:11:29.542 INFO O| Dec 21 00:11:29.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
48432024-12-21T00:11:29.606Z[ recovery-image] Dec 21 00:11:29.542 INFO O| Dec 21 00:11:29.542 INFO STEP 172 (remove_files) COMPLETE
48442024-12-21T00:11:29.609Z[ recovery-image] Dec 21 00:11:29.542 INFO O| Dec 21 00:11:29.542 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48452024-12-21T00:11:29.683Z[ recovery-image] Dec 21 00:11:29.619 INFO O| Dec 21 00:11:29.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
48462024-12-21T00:11:29.683Z[ recovery-image] Dec 21 00:11:29.619 INFO O| Dec 21 00:11:29.619 INFO STEP 173 (remove_files) COMPLETE
48472024-12-21T00:11:29.685Z[ recovery-image] Dec 21 00:11:29.619 INFO O| Dec 21 00:11:29.619 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48482024-12-21T00:11:29.708Z[ recovery-image] Dec 21 00:11:29.643 INFO O| Dec 21 00:11:29.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
48492024-12-21T00:11:29.708Z[ recovery-image] Dec 21 00:11:29.644 INFO O| Dec 21 00:11:29.644 INFO STEP 174 (remove_files) COMPLETE
48502024-12-21T00:11:29.710Z[ recovery-image] Dec 21 00:11:29.644 INFO O| Dec 21 00:11:29.644 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48512024-12-21T00:11:29.731Z[ recovery-image] Dec 21 00:11:29.667 INFO O| Dec 21 00:11:29.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
48522024-12-21T00:11:29.731Z[ recovery-image] Dec 21 00:11:29.667 INFO O| Dec 21 00:11:29.667 INFO STEP 175 (remove_files) COMPLETE
48532024-12-21T00:11:29.734Z[ recovery-image] Dec 21 00:11:29.667 INFO O| Dec 21 00:11:29.667 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48542024-12-21T00:11:29.753Z[ recovery-image] Dec 21 00:11:29.689 INFO O| Dec 21 00:11:29.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
48552024-12-21T00:11:29.753Z[ recovery-image] Dec 21 00:11:29.690 INFO O| Dec 21 00:11:29.689 INFO STEP 176 (remove_files) COMPLETE
48562024-12-21T00:11:29.753Z[ recovery-image] Dec 21 00:11:29.690 INFO O| Dec 21 00:11:29.689 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48572024-12-21T00:11:29.775Z[ recovery-image] Dec 21 00:11:29.710 INFO O| Dec 21 00:11:29.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
48582024-12-21T00:11:29.775Z[ recovery-image] Dec 21 00:11:29.711 INFO O| Dec 21 00:11:29.711 INFO STEP 177 (remove_files) COMPLETE
48592024-12-21T00:11:29.789Z[ recovery-image] Dec 21 00:11:29.711 INFO O| Dec 21 00:11:29.711 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48602024-12-21T00:11:29.797Z[ recovery-image] Dec 21 00:11:29.732 INFO O| Dec 21 00:11:29.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
48612024-12-21T00:11:29.797Z[ recovery-image] Dec 21 00:11:29.732 INFO O| Dec 21 00:11:29.732 INFO STEP 178 (remove_files) COMPLETE
48622024-12-21T00:11:29.797Z[ recovery-image] Dec 21 00:11:29.732 INFO O| Dec 21 00:11:29.732 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48632024-12-21T00:11:29.820Z[ recovery-image] Dec 21 00:11:29.755 INFO O| Dec 21 00:11:29.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
48642024-12-21T00:11:29.820Z[ recovery-image] Dec 21 00:11:29.755 INFO O| Dec 21 00:11:29.755 INFO STEP 179 (remove_files) COMPLETE
48652024-12-21T00:11:29.820Z[ recovery-image] Dec 21 00:11:29.755 INFO O| Dec 21 00:11:29.755 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48662024-12-21T00:11:29.843Z[ recovery-image] Dec 21 00:11:29.778 INFO O| Dec 21 00:11:29.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
48672024-12-21T00:11:29.843Z[ recovery-image] Dec 21 00:11:29.778 INFO O| Dec 21 00:11:29.778 INFO STEP 180 (remove_files) COMPLETE
48682024-12-21T00:11:29.843Z[ recovery-image] Dec 21 00:11:29.778 INFO O| Dec 21 00:11:29.778 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48692024-12-21T00:11:29.865Z[ recovery-image] Dec 21 00:11:29.800 INFO O| Dec 21 00:11:29.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
48702024-12-21T00:11:29.865Z[ recovery-image] Dec 21 00:11:29.800 INFO O| Dec 21 00:11:29.800 INFO STEP 181 (remove_files) COMPLETE
48712024-12-21T00:11:29.865Z[ recovery-image] Dec 21 00:11:29.800 INFO O| Dec 21 00:11:29.800 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48722024-12-21T00:11:29.885Z[ recovery-image] Dec 21 00:11:29.821 INFO O| Dec 21 00:11:29.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
48732024-12-21T00:11:29.885Z[ recovery-image] Dec 21 00:11:29.821 INFO O| Dec 21 00:11:29.821 INFO STEP 182 (remove_files) COMPLETE
48742024-12-21T00:11:29.888Z[ recovery-image] Dec 21 00:11:29.821 INFO O| Dec 21 00:11:29.821 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48752024-12-21T00:11:29.907Z[ recovery-image] Dec 21 00:11:29.843 INFO O| Dec 21 00:11:29.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
48762024-12-21T00:11:29.914Z[ recovery-image] Dec 21 00:11:29.850 INFO O| Dec 21 00:11:29.850 INFO STEP 183 (remove_files) COMPLETE
48772024-12-21T00:11:29.915Z[ recovery-image] Dec 21 00:11:29.850 INFO O| Dec 21 00:11:29.850 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48782024-12-21T00:11:29.978Z[ recovery-image] Dec 21 00:11:29.913 INFO O| Dec 21 00:11:29.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
48792024-12-21T00:11:29.978Z[ recovery-image] Dec 21 00:11:29.913 INFO O| Dec 21 00:11:29.913 INFO STEP 184 (remove_files) COMPLETE
48802024-12-21T00:11:29.978Z[ recovery-image] Dec 21 00:11:29.913 INFO O| Dec 21 00:11:29.913 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48812024-12-21T00:11:30.022Z[ recovery-image] Dec 21 00:11:29.958 INFO O| Dec 21 00:11:29.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
48822024-12-21T00:11:30.022Z[ recovery-image] Dec 21 00:11:29.958 INFO O| Dec 21 00:11:29.958 INFO STEP 185 (remove_files) COMPLETE
48832024-12-21T00:11:30.025Z[ recovery-image] Dec 21 00:11:29.958 INFO O| Dec 21 00:11:29.958 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48842024-12-21T00:11:30.055Z[ recovery-image] Dec 21 00:11:29.989 INFO O| Dec 21 00:11:29.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
48852024-12-21T00:11:30.055Z[ recovery-image] Dec 21 00:11:29.989 INFO O| Dec 21 00:11:29.989 INFO STEP 186 (remove_files) COMPLETE
48862024-12-21T00:11:30.055Z[ recovery-image] Dec 21 00:11:29.989 INFO O| Dec 21 00:11:29.989 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48872024-12-21T00:11:30.084Z[ recovery-image] Dec 21 00:11:30.020 INFO O| Dec 21 00:11:30.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
48882024-12-21T00:11:30.084Z[ recovery-image] Dec 21 00:11:30.020 INFO O| Dec 21 00:11:30.020 INFO STEP 187 (remove_files) COMPLETE
48892024-12-21T00:11:30.087Z[ recovery-image] Dec 21 00:11:30.020 INFO O| Dec 21 00:11:30.020 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48902024-12-21T00:11:30.118Z[ recovery-image] Dec 21 00:11:30.054 INFO O| Dec 21 00:11:30.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
48912024-12-21T00:11:30.118Z[ recovery-image] Dec 21 00:11:30.054 INFO O| Dec 21 00:11:30.054 INFO STEP 188 (remove_files) COMPLETE
48922024-12-21T00:11:30.121Z[ recovery-image] Dec 21 00:11:30.054 INFO O| Dec 21 00:11:30.054 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48932024-12-21T00:11:30.174Z[ recovery-image] Dec 21 00:11:30.110 INFO O| Dec 21 00:11:30.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
48942024-12-21T00:11:30.174Z[ recovery-image] Dec 21 00:11:30.110 INFO O| Dec 21 00:11:30.110 INFO STEP 189 (remove_files) COMPLETE
48952024-12-21T00:11:30.177Z[ recovery-image] Dec 21 00:11:30.110 INFO O| Dec 21 00:11:30.110 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48962024-12-21T00:11:30.200Z[ recovery-image] Dec 21 00:11:30.135 INFO O| Dec 21 00:11:30.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
48972024-12-21T00:11:30.200Z[ recovery-image] Dec 21 00:11:30.135 INFO O| Dec 21 00:11:30.135 INFO STEP 190 (remove_files) COMPLETE
48982024-12-21T00:11:30.200Z[ recovery-image] Dec 21 00:11:30.135 INFO O| Dec 21 00:11:30.135 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48992024-12-21T00:11:30.224Z[ recovery-image] Dec 21 00:11:30.160 INFO O| Dec 21 00:11:30.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
49002024-12-21T00:11:30.224Z[ recovery-image] Dec 21 00:11:30.160 INFO O| Dec 21 00:11:30.160 INFO STEP 191 (remove_files) COMPLETE
49012024-12-21T00:11:30.224Z[ recovery-image] Dec 21 00:11:30.160 INFO O| Dec 21 00:11:30.160 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49022024-12-21T00:11:30.267Z[ recovery-image] Dec 21 00:11:30.203 INFO O| Dec 21 00:11:30.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
49032024-12-21T00:11:30.267Z[ recovery-image] Dec 21 00:11:30.203 INFO O| Dec 21 00:11:30.203 INFO STEP 192 (remove_files) COMPLETE
49042024-12-21T00:11:30.271Z[ recovery-image] Dec 21 00:11:30.203 INFO O| Dec 21 00:11:30.203 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49052024-12-21T00:11:30.288Z[ recovery-image] Dec 21 00:11:30.224 INFO O| Dec 21 00:11:30.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
49062024-12-21T00:11:30.288Z[ recovery-image] Dec 21 00:11:30.225 INFO O| Dec 21 00:11:30.225 INFO STEP 193 (remove_files) COMPLETE
49072024-12-21T00:11:30.291Z[ recovery-image] Dec 21 00:11:30.225 INFO O| Dec 21 00:11:30.225 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49082024-12-21T00:11:30.335Z[ recovery-image] Dec 21 00:11:30.271 INFO O| Dec 21 00:11:30.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
49092024-12-21T00:11:30.335Z[ recovery-image] Dec 21 00:11:30.271 INFO O| Dec 21 00:11:30.271 INFO STEP 194 (remove_files) COMPLETE
49102024-12-21T00:11:30.335Z[ recovery-image] Dec 21 00:11:30.271 INFO O| Dec 21 00:11:30.271 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49112024-12-21T00:11:30.360Z[ recovery-image] Dec 21 00:11:30.296 INFO O| Dec 21 00:11:30.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
49122024-12-21T00:11:30.360Z[ recovery-image] Dec 21 00:11:30.296 INFO O| Dec 21 00:11:30.296 INFO STEP 195 (remove_files) COMPLETE
49132024-12-21T00:11:30.362Z[ recovery-image] Dec 21 00:11:30.296 INFO O| Dec 21 00:11:30.296 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49142024-12-21T00:11:30.384Z[ recovery-image] Dec 21 00:11:30.320 INFO O| Dec 21 00:11:30.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
49152024-12-21T00:11:30.384Z[ recovery-image] Dec 21 00:11:30.320 INFO O| Dec 21 00:11:30.320 INFO STEP 196 (remove_files) COMPLETE
49162024-12-21T00:11:30.384Z[ recovery-image] Dec 21 00:11:30.320 INFO O| Dec 21 00:11:30.320 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49172024-12-21T00:11:30.411Z[ recovery-image] Dec 21 00:11:30.346 INFO O| Dec 21 00:11:30.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
49182024-12-21T00:11:30.411Z[ recovery-image] Dec 21 00:11:30.346 INFO O| Dec 21 00:11:30.346 INFO STEP 197 (remove_files) COMPLETE
49192024-12-21T00:11:30.411Z[ recovery-image] Dec 21 00:11:30.346 INFO O| Dec 21 00:11:30.346 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49202024-12-21T00:11:30.439Z[ recovery-image] Dec 21 00:11:30.374 INFO O| Dec 21 00:11:30.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
49212024-12-21T00:11:30.439Z[ recovery-image] Dec 21 00:11:30.375 INFO O| Dec 21 00:11:30.375 INFO STEP 198 (remove_files) COMPLETE
49222024-12-21T00:11:30.439Z[ recovery-image] Dec 21 00:11:30.375 INFO O| Dec 21 00:11:30.375 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49232024-12-21T00:11:30.544Z[ recovery-image] Dec 21 00:11:30.480 INFO O| Dec 21 00:11:30.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
49242024-12-21T00:11:30.547Z[ recovery-image] Dec 21 00:11:30.481 INFO O| Dec 21 00:11:30.480 INFO STEP 199 (remove_files) COMPLETE
49252024-12-21T00:11:30.547Z[ recovery-image] Dec 21 00:11:30.481 INFO O| Dec 21 00:11:30.481 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49262024-12-21T00:11:30.572Z[ recovery-image] Dec 21 00:11:30.508 INFO O| Dec 21 00:11:30.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
49272024-12-21T00:11:30.574Z[ recovery-image] Dec 21 00:11:30.508 INFO O| Dec 21 00:11:30.508 INFO STEP 200 (remove_files) COMPLETE
49282024-12-21T00:11:30.575Z[ recovery-image] Dec 21 00:11:30.508 INFO O| Dec 21 00:11:30.508 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49292024-12-21T00:11:30.596Z[ recovery-image] Dec 21 00:11:30.532 INFO O| Dec 21 00:11:30.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
49302024-12-21T00:11:30.596Z[ recovery-image] Dec 21 00:11:30.532 INFO O| Dec 21 00:11:30.532 INFO STEP 201 (remove_files) COMPLETE
49312024-12-21T00:11:30.596Z[ recovery-image] Dec 21 00:11:30.532 INFO O| Dec 21 00:11:30.532 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49322024-12-21T00:11:30.636Z[ recovery-image] Dec 21 00:11:30.572 INFO O| Dec 21 00:11:30.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
49332024-12-21T00:11:30.636Z[ recovery-image] Dec 21 00:11:30.572 INFO O| Dec 21 00:11:30.572 INFO STEP 202 (remove_files) COMPLETE
49342024-12-21T00:11:30.638Z[ recovery-image] Dec 21 00:11:30.572 INFO O| Dec 21 00:11:30.572 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49352024-12-21T00:11:30.659Z[ recovery-image] Dec 21 00:11:30.595 INFO O| Dec 21 00:11:30.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
49362024-12-21T00:11:30.661Z[ recovery-image] Dec 21 00:11:30.595 INFO O| Dec 21 00:11:30.595 INFO STEP 203 (remove_files) COMPLETE
49372024-12-21T00:11:30.661Z[ recovery-image] Dec 21 00:11:30.595 INFO O| Dec 21 00:11:30.595 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49382024-12-21T00:11:30.682Z[ recovery-image] Dec 21 00:11:30.618 INFO O| Dec 21 00:11:30.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
49392024-12-21T00:11:30.682Z[ recovery-image] Dec 21 00:11:30.618 INFO O| Dec 21 00:11:30.618 INFO STEP 204 (remove_files) COMPLETE
49402024-12-21T00:11:30.682Z[ recovery-image] Dec 21 00:11:30.618 INFO O| Dec 21 00:11:30.618 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49412024-12-21T00:11:30.714Z[ recovery-image] Dec 21 00:11:30.650 INFO O| Dec 21 00:11:30.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
49422024-12-21T00:11:30.715Z[ recovery-image] Dec 21 00:11:30.650 INFO O| Dec 21 00:11:30.650 INFO STEP 205 (remove_files) COMPLETE
49432024-12-21T00:11:30.715Z[ recovery-image] Dec 21 00:11:30.650 INFO O| Dec 21 00:11:30.650 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49442024-12-21T00:11:30.741Z[ recovery-image] Dec 21 00:11:30.677 INFO O| Dec 21 00:11:30.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
49452024-12-21T00:11:30.741Z[ recovery-image] Dec 21 00:11:30.677 INFO O| Dec 21 00:11:30.677 INFO STEP 206 (remove_files) COMPLETE
49462024-12-21T00:11:30.743Z[ recovery-image] Dec 21 00:11:30.677 INFO O| Dec 21 00:11:30.677 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49472024-12-21T00:11:30.815Z[ recovery-image] Dec 21 00:11:30.751 INFO O| Dec 21 00:11:30.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
49482024-12-21T00:11:30.818Z[ recovery-image] Dec 21 00:11:30.751 INFO O| Dec 21 00:11:30.751 INFO STEP 207 (remove_files) COMPLETE
49492024-12-21T00:11:30.818Z[ recovery-image] Dec 21 00:11:30.751 INFO O| Dec 21 00:11:30.751 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49502024-12-21T00:11:30.869Z[ recovery-image] Dec 21 00:11:30.805 INFO O| Dec 21 00:11:30.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
49512024-12-21T00:11:30.872Z[ recovery-image] Dec 21 00:11:30.805 INFO O| Dec 21 00:11:30.805 INFO STEP 208 (remove_files) COMPLETE
49522024-12-21T00:11:30.873Z[ recovery-image] Dec 21 00:11:30.805 INFO O| Dec 21 00:11:30.805 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49532024-12-21T00:11:30.894Z[ recovery-image] Dec 21 00:11:30.830 INFO O| Dec 21 00:11:30.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
49542024-12-21T00:11:30.897Z[ recovery-image] Dec 21 00:11:30.830 INFO O| Dec 21 00:11:30.830 INFO STEP 209 (remove_files) COMPLETE
49552024-12-21T00:11:30.897Z[ recovery-image] Dec 21 00:11:30.831 INFO O| Dec 21 00:11:30.830 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49562024-12-21T00:11:30.920Z[ recovery-image] Dec 21 00:11:30.856 INFO O| Dec 21 00:11:30.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
49572024-12-21T00:11:30.920Z[ recovery-image] Dec 21 00:11:30.856 INFO O| Dec 21 00:11:30.856 INFO STEP 210 (remove_files) COMPLETE
49582024-12-21T00:11:30.922Z[ recovery-image] Dec 21 00:11:30.856 INFO O| Dec 21 00:11:30.856 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49592024-12-21T00:11:30.949Z[ recovery-image] Dec 21 00:11:30.884 INFO O| Dec 21 00:11:30.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
49602024-12-21T00:11:30.949Z[ recovery-image] Dec 21 00:11:30.884 INFO O| Dec 21 00:11:30.884 INFO STEP 211 (remove_files) COMPLETE
49612024-12-21T00:11:30.949Z[ recovery-image] Dec 21 00:11:30.884 INFO O| Dec 21 00:11:30.884 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49622024-12-21T00:11:30.973Z[ recovery-image] Dec 21 00:11:30.909 INFO O| Dec 21 00:11:30.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
49632024-12-21T00:11:30.973Z[ recovery-image] Dec 21 00:11:30.909 INFO O| Dec 21 00:11:30.909 INFO STEP 212 (remove_files) COMPLETE
49642024-12-21T00:11:30.973Z[ recovery-image] Dec 21 00:11:30.909 INFO O| Dec 21 00:11:30.909 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49652024-12-21T00:11:30.998Z[ recovery-image] Dec 21 00:11:30.934 INFO O| Dec 21 00:11:30.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
49662024-12-21T00:11:30.998Z[ recovery-image] Dec 21 00:11:30.934 INFO O| Dec 21 00:11:30.934 INFO STEP 213 (remove_files) COMPLETE
49672024-12-21T00:11:30.998Z[ recovery-image] Dec 21 00:11:30.934 INFO O| Dec 21 00:11:30.934 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49682024-12-21T00:11:31.022Z[ recovery-image] Dec 21 00:11:30.958 INFO O| Dec 21 00:11:30.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
49692024-12-21T00:11:31.023Z[ recovery-image] Dec 21 00:11:30.959 INFO O| Dec 21 00:11:30.958 INFO STEP 214 (remove_files) COMPLETE
49702024-12-21T00:11:31.023Z[ recovery-image] Dec 21 00:11:30.959 INFO O| Dec 21 00:11:30.959 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49712024-12-21T00:11:31.158Z[ recovery-image] Dec 21 00:11:31.094 INFO O| Dec 21 00:11:31.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
49722024-12-21T00:11:31.161Z[ recovery-image] Dec 21 00:11:31.094 INFO O| Dec 21 00:11:31.094 INFO STEP 215 (remove_files) COMPLETE
49732024-12-21T00:11:31.161Z[ recovery-image] Dec 21 00:11:31.094 INFO O| Dec 21 00:11:31.094 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49742024-12-21T00:11:31.186Z[ recovery-image] Dec 21 00:11:31.120 INFO O| Dec 21 00:11:31.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
49752024-12-21T00:11:31.186Z[ recovery-image] Dec 21 00:11:31.120 INFO O| Dec 21 00:11:31.120 INFO STEP 216 (remove_files) COMPLETE
49762024-12-21T00:11:31.186Z[ recovery-image] Dec 21 00:11:31.120 INFO O| Dec 21 00:11:31.120 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49772024-12-21T00:11:31.209Z[ recovery-image] Dec 21 00:11:31.145 INFO O| Dec 21 00:11:31.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
49782024-12-21T00:11:31.209Z[ recovery-image] Dec 21 00:11:31.145 INFO O| Dec 21 00:11:31.145 INFO STEP 217 (remove_files) COMPLETE
49792024-12-21T00:11:31.213Z[ recovery-image] Dec 21 00:11:31.145 INFO O| Dec 21 00:11:31.145 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49802024-12-21T00:11:31.234Z[ recovery-image] Dec 21 00:11:31.169 INFO O| Dec 21 00:11:31.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
49812024-12-21T00:11:31.234Z[ recovery-image] Dec 21 00:11:31.169 INFO O| Dec 21 00:11:31.169 INFO STEP 218 (remove_files) COMPLETE
49822024-12-21T00:11:31.234Z[ recovery-image] Dec 21 00:11:31.169 INFO O| Dec 21 00:11:31.169 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49832024-12-21T00:11:31.257Z[ recovery-image] Dec 21 00:11:31.193 INFO O| Dec 21 00:11:31.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
49842024-12-21T00:11:31.257Z[ recovery-image] Dec 21 00:11:31.193 INFO O| Dec 21 00:11:31.193 INFO STEP 219 (remove_files) COMPLETE
49852024-12-21T00:11:31.257Z[ recovery-image] Dec 21 00:11:31.193 INFO O| Dec 21 00:11:31.193 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49862024-12-21T00:11:31.280Z[ recovery-image] Dec 21 00:11:31.216 INFO O| Dec 21 00:11:31.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
49872024-12-21T00:11:31.280Z[ recovery-image] Dec 21 00:11:31.216 INFO O| Dec 21 00:11:31.216 INFO STEP 220 (remove_files) COMPLETE
49882024-12-21T00:11:31.280Z[ recovery-image] Dec 21 00:11:31.217 INFO O| Dec 21 00:11:31.216 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49892024-12-21T00:11:31.304Z[ recovery-image] Dec 21 00:11:31.240 INFO O| Dec 21 00:11:31.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
49902024-12-21T00:11:31.304Z[ recovery-image] Dec 21 00:11:31.240 INFO O| Dec 21 00:11:31.240 INFO STEP 221 (remove_files) COMPLETE
49912024-12-21T00:11:31.304Z[ recovery-image] Dec 21 00:11:31.240 INFO O| Dec 21 00:11:31.240 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49922024-12-21T00:11:31.327Z[ recovery-image] Dec 21 00:11:31.263 INFO O| Dec 21 00:11:31.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
49932024-12-21T00:11:31.327Z[ recovery-image] Dec 21 00:11:31.263 INFO O| Dec 21 00:11:31.263 INFO STEP 222 (remove_files) COMPLETE
49942024-12-21T00:11:31.327Z[ recovery-image] Dec 21 00:11:31.263 INFO O| Dec 21 00:11:31.263 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49952024-12-21T00:11:31.348Z[ recovery-image] Dec 21 00:11:31.283 INFO O| Dec 21 00:11:31.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
49962024-12-21T00:11:31.358Z[ recovery-image] Dec 21 00:11:31.295 INFO O| Dec 21 00:11:31.295 INFO STEP 223 (remove_files) COMPLETE
49972024-12-21T00:11:31.361Z[ recovery-image] Dec 21 00:11:31.295 INFO O| Dec 21 00:11:31.295 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49982024-12-21T00:11:31.397Z[ recovery-image] Dec 21 00:11:31.333 INFO O| Dec 21 00:11:31.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
49992024-12-21T00:11:31.397Z[ recovery-image] Dec 21 00:11:31.333 INFO O| Dec 21 00:11:31.333 INFO STEP 224 (remove_files) COMPLETE
50002024-12-21T00:11:31.400Z[ recovery-image] Dec 21 00:11:31.333 INFO O| Dec 21 00:11:31.333 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50012024-12-21T00:11:31.421Z[ recovery-image] Dec 21 00:11:31.357 INFO O| Dec 21 00:11:31.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
50022024-12-21T00:11:31.421Z[ recovery-image] Dec 21 00:11:31.358 INFO O| Dec 21 00:11:31.357 INFO STEP 225 (remove_files) COMPLETE
50032024-12-21T00:11:31.425Z[ recovery-image] Dec 21 00:11:31.358 INFO O| Dec 21 00:11:31.358 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50042024-12-21T00:11:31.444Z[ recovery-image] Dec 21 00:11:31.380 INFO O| Dec 21 00:11:31.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
50052024-12-21T00:11:31.444Z[ recovery-image] Dec 21 00:11:31.380 INFO O| Dec 21 00:11:31.380 INFO STEP 226 (remove_files) COMPLETE
50062024-12-21T00:11:31.447Z[ recovery-image] Dec 21 00:11:31.380 INFO O| Dec 21 00:11:31.380 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50072024-12-21T00:11:31.468Z[ recovery-image] Dec 21 00:11:31.404 INFO O| Dec 21 00:11:31.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
50082024-12-21T00:11:31.468Z[ recovery-image] Dec 21 00:11:31.404 INFO O| Dec 21 00:11:31.404 INFO STEP 227 (remove_files) COMPLETE
50092024-12-21T00:11:31.468Z[ recovery-image] Dec 21 00:11:31.404 INFO O| Dec 21 00:11:31.404 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50102024-12-21T00:11:31.539Z[ recovery-image] Dec 21 00:11:31.475 INFO O| Dec 21 00:11:31.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
50112024-12-21T00:11:31.539Z[ recovery-image] Dec 21 00:11:31.475 INFO O| Dec 21 00:11:31.475 INFO STEP 228 (remove_files) COMPLETE
50122024-12-21T00:11:31.539Z[ recovery-image] Dec 21 00:11:31.475 INFO O| Dec 21 00:11:31.475 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50132024-12-21T00:11:31.590Z[ recovery-image] Dec 21 00:11:31.527 INFO O| Dec 21 00:11:31.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
50142024-12-21T00:11:31.591Z[ recovery-image] Dec 21 00:11:31.527 INFO O| Dec 21 00:11:31.527 INFO STEP 229 (remove_files) COMPLETE
50152024-12-21T00:11:31.593Z[ recovery-image] Dec 21 00:11:31.527 INFO O| Dec 21 00:11:31.527 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50162024-12-21T00:11:31.616Z[ recovery-image] Dec 21 00:11:31.552 INFO O| Dec 21 00:11:31.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
50172024-12-21T00:11:31.616Z[ recovery-image] Dec 21 00:11:31.552 INFO O| Dec 21 00:11:31.552 INFO STEP 230 (remove_files) COMPLETE
50182024-12-21T00:11:31.619Z[ recovery-image] Dec 21 00:11:31.552 INFO O| Dec 21 00:11:31.552 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50192024-12-21T00:11:31.641Z[ recovery-image] Dec 21 00:11:31.577 INFO O| Dec 21 00:11:31.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
50202024-12-21T00:11:31.641Z[ recovery-image] Dec 21 00:11:31.577 INFO O| Dec 21 00:11:31.577 INFO STEP 231 (remove_files) COMPLETE
50212024-12-21T00:11:31.641Z[ recovery-image] Dec 21 00:11:31.577 INFO O| Dec 21 00:11:31.577 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50222024-12-21T00:11:31.664Z[ recovery-image] Dec 21 00:11:31.601 INFO O| Dec 21 00:11:31.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
50232024-12-21T00:11:31.664Z[ recovery-image] Dec 21 00:11:31.601 INFO O| Dec 21 00:11:31.601 INFO STEP 232 (remove_files) COMPLETE
50242024-12-21T00:11:31.664Z[ recovery-image] Dec 21 00:11:31.601 INFO O| Dec 21 00:11:31.601 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50252024-12-21T00:11:31.683Z[ host-image] Dec 21 00:11:31.619 INFO O| Dec 21 00:11:31.619 INFO O| Download: 1108/1140 items 6.6/8.4MB 78% complete (1.2M/s)
50262024-12-21T00:11:31.688Z[ recovery-image] Dec 21 00:11:31.625 INFO O| Dec 21 00:11:31.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
50272024-12-21T00:11:31.693Z[ recovery-image] Dec 21 00:11:31.625 INFO O| Dec 21 00:11:31.625 INFO STEP 233 (remove_files) COMPLETE
50282024-12-21T00:11:31.693Z[ recovery-image] Dec 21 00:11:31.625 INFO O| Dec 21 00:11:31.625 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50292024-12-21T00:11:31.715Z[ recovery-image] Dec 21 00:11:31.651 INFO O| Dec 21 00:11:31.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
50302024-12-21T00:11:31.718Z[ recovery-image] Dec 21 00:11:31.651 INFO O| Dec 21 00:11:31.651 INFO STEP 234 (remove_files) COMPLETE
50312024-12-21T00:11:31.718Z[ recovery-image] Dec 21 00:11:31.651 INFO O| Dec 21 00:11:31.651 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50322024-12-21T00:11:31.755Z[ recovery-image] Dec 21 00:11:31.690 INFO O| Dec 21 00:11:31.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
50332024-12-21T00:11:31.755Z[ recovery-image] Dec 21 00:11:31.690 INFO O| Dec 21 00:11:31.690 INFO STEP 235 (remove_files) COMPLETE
50342024-12-21T00:11:31.755Z[ recovery-image] Dec 21 00:11:31.690 INFO O| Dec 21 00:11:31.690 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50352024-12-21T00:11:31.803Z[ recovery-image] Dec 21 00:11:31.739 INFO O| Dec 21 00:11:31.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
50362024-12-21T00:11:31.806Z[ recovery-image] Dec 21 00:11:31.739 INFO O| Dec 21 00:11:31.739 INFO STEP 236 (remove_files) COMPLETE
50372024-12-21T00:11:31.806Z[ recovery-image] Dec 21 00:11:31.739 INFO O| Dec 21 00:11:31.739 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50382024-12-21T00:11:31.826Z[ recovery-image] Dec 21 00:11:31.762 INFO O| Dec 21 00:11:31.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
50392024-12-21T00:11:31.829Z[ recovery-image] Dec 21 00:11:31.763 INFO O| Dec 21 00:11:31.763 INFO STEP 237 (remove_files) COMPLETE
50402024-12-21T00:11:31.829Z[ recovery-image] Dec 21 00:11:31.763 INFO O| Dec 21 00:11:31.763 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50412024-12-21T00:11:31.850Z[ recovery-image] Dec 21 00:11:31.786 INFO O| Dec 21 00:11:31.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
50422024-12-21T00:11:31.852Z[ recovery-image] Dec 21 00:11:31.786 INFO O| Dec 21 00:11:31.786 INFO STEP 238 (remove_files) COMPLETE
50432024-12-21T00:11:31.852Z[ recovery-image] Dec 21 00:11:31.786 INFO O| Dec 21 00:11:31.786 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50442024-12-21T00:11:31.889Z[ recovery-image] Dec 21 00:11:31.825 INFO O| Dec 21 00:11:31.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
50452024-12-21T00:11:31.889Z[ recovery-image] Dec 21 00:11:31.825 INFO O| Dec 21 00:11:31.825 INFO STEP 239 (remove_files) COMPLETE
50462024-12-21T00:11:31.897Z[ recovery-image] Dec 21 00:11:31.826 INFO O| Dec 21 00:11:31.825 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50472024-12-21T00:11:31.967Z[ recovery-image] Dec 21 00:11:31.903 INFO O| Dec 21 00:11:31.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
50482024-12-21T00:11:31.967Z[ recovery-image] Dec 21 00:11:31.903 INFO O| Dec 21 00:11:31.903 INFO STEP 240 (remove_files) COMPLETE
50492024-12-21T00:11:31.967Z[ recovery-image] Dec 21 00:11:31.903 INFO O| Dec 21 00:11:31.903 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50502024-12-21T00:11:32.046Z[ recovery-image] Dec 21 00:11:31.983 INFO O| Dec 21 00:11:31.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
50512024-12-21T00:11:32.049Z[ recovery-image] Dec 21 00:11:31.983 INFO O| Dec 21 00:11:31.983 INFO STEP 241 (remove_files) COMPLETE
50522024-12-21T00:11:32.049Z[ recovery-image] Dec 21 00:11:31.983 INFO O| Dec 21 00:11:31.983 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50532024-12-21T00:11:32.076Z[ recovery-image] Dec 21 00:11:32.012 INFO O| Dec 21 00:11:32.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
50542024-12-21T00:11:32.078Z[ recovery-image] Dec 21 00:11:32.012 INFO O| Dec 21 00:11:32.012 INFO STEP 242 (remove_files) COMPLETE
50552024-12-21T00:11:32.079Z[ recovery-image] Dec 21 00:11:32.012 INFO O| Dec 21 00:11:32.012 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50562024-12-21T00:11:32.100Z[ recovery-image] Dec 21 00:11:32.037 INFO O| Dec 21 00:11:32.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
50572024-12-21T00:11:32.103Z[ recovery-image] Dec 21 00:11:32.037 INFO O| Dec 21 00:11:32.037 INFO STEP 243 (remove_files) COMPLETE
50582024-12-21T00:11:32.103Z[ recovery-image] Dec 21 00:11:32.037 INFO O| Dec 21 00:11:32.037 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50592024-12-21T00:11:32.125Z[ recovery-image] Dec 21 00:11:32.061 INFO O| Dec 21 00:11:32.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
50602024-12-21T00:11:32.127Z[ recovery-image] Dec 21 00:11:32.061 INFO O| Dec 21 00:11:32.061 INFO STEP 244 (remove_files) COMPLETE
50612024-12-21T00:11:32.127Z[ recovery-image] Dec 21 00:11:32.061 INFO O| Dec 21 00:11:32.061 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50622024-12-21T00:11:32.149Z[ recovery-image] Dec 21 00:11:32.085 INFO O| Dec 21 00:11:32.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
50632024-12-21T00:11:32.152Z[ recovery-image] Dec 21 00:11:32.085 INFO O| Dec 21 00:11:32.085 INFO STEP 245 (remove_files) COMPLETE
50642024-12-21T00:11:32.152Z[ recovery-image] Dec 21 00:11:32.085 INFO O| Dec 21 00:11:32.085 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50652024-12-21T00:11:32.172Z[ recovery-image] Dec 21 00:11:32.109 INFO O| Dec 21 00:11:32.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
50662024-12-21T00:11:32.175Z[ recovery-image] Dec 21 00:11:32.109 INFO O| Dec 21 00:11:32.109 INFO STEP 246 (remove_files) COMPLETE
50672024-12-21T00:11:32.175Z[ recovery-image] Dec 21 00:11:32.109 INFO O| Dec 21 00:11:32.109 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50682024-12-21T00:11:32.197Z[ recovery-image] Dec 21 00:11:32.133 INFO O| Dec 21 00:11:32.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
50692024-12-21T00:11:32.197Z[ recovery-image] Dec 21 00:11:32.133 INFO O| Dec 21 00:11:32.133 INFO STEP 247 (remove_files) COMPLETE
50702024-12-21T00:11:32.197Z[ recovery-image] Dec 21 00:11:32.133 INFO O| Dec 21 00:11:32.133 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50712024-12-21T00:11:32.220Z[ host-image] Dec 21 00:11:32.157 INFO O| Dec 21 00:11:32.156 INFO O| Download: Completed 8.42 MB in 5.64 seconds (1.5M/s)
50722024-12-21T00:11:32.237Z[ recovery-image] Dec 21 00:11:32.173 INFO O| Dec 21 00:11:32.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
50732024-12-21T00:11:32.237Z[ recovery-image] Dec 21 00:11:32.173 INFO O| Dec 21 00:11:32.173 INFO STEP 248 (remove_files) COMPLETE
50742024-12-21T00:11:32.237Z[ recovery-image] Dec 21 00:11:32.173 INFO O| Dec 21 00:11:32.173 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50752024-12-21T00:11:32.258Z[ recovery-image] Dec 21 00:11:32.193 INFO O| Dec 21 00:11:32.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
50762024-12-21T00:11:32.258Z[ recovery-image] Dec 21 00:11:32.193 INFO O| Dec 21 00:11:32.193 INFO STEP 249 (remove_files) COMPLETE
50772024-12-21T00:11:32.258Z[ recovery-image] Dec 21 00:11:32.193 INFO O| Dec 21 00:11:32.193 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50782024-12-21T00:11:32.292Z[ recovery-image] Dec 21 00:11:32.229 INFO O| Dec 21 00:11:32.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
50792024-12-21T00:11:32.292Z[ recovery-image] Dec 21 00:11:32.229 INFO O| Dec 21 00:11:32.229 INFO STEP 250 (remove_files) COMPLETE
50802024-12-21T00:11:32.293Z[ recovery-image] Dec 21 00:11:32.229 INFO O| Dec 21 00:11:32.229 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50812024-12-21T00:11:32.352Z[ recovery-image] Dec 21 00:11:32.289 INFO O| Dec 21 00:11:32.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
50822024-12-21T00:11:32.352Z[ recovery-image] Dec 21 00:11:32.289 INFO O| Dec 21 00:11:32.289 INFO STEP 251 (remove_files) COMPLETE
50832024-12-21T00:11:32.353Z[ recovery-image] Dec 21 00:11:32.289 INFO O| Dec 21 00:11:32.289 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50842024-12-21T00:11:32.361Z[ host-image] Dec 21 00:11:32.297 INFO O| Dec 21 00:11:32.297 INFO O| Actions: 1/1361 actions (Installing new actions)
50852024-12-21T00:11:32.378Z[ recovery-image] Dec 21 00:11:32.314 INFO O| Dec 21 00:11:32.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
50862024-12-21T00:11:32.378Z[ recovery-image] Dec 21 00:11:32.314 INFO O| Dec 21 00:11:32.314 INFO STEP 252 (remove_files) COMPLETE
50872024-12-21T00:11:32.378Z[ recovery-image] Dec 21 00:11:32.314 INFO O| Dec 21 00:11:32.314 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50882024-12-21T00:11:32.404Z[ recovery-image] Dec 21 00:11:32.340 INFO O| Dec 21 00:11:32.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
50892024-12-21T00:11:32.404Z[ recovery-image] Dec 21 00:11:32.340 INFO O| Dec 21 00:11:32.340 INFO STEP 253 (remove_files) COMPLETE
50902024-12-21T00:11:32.404Z[ recovery-image] Dec 21 00:11:32.340 INFO O| Dec 21 00:11:32.340 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50912024-12-21T00:11:32.426Z[ recovery-image] Dec 21 00:11:32.362 INFO O| Dec 21 00:11:32.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
50922024-12-21T00:11:32.426Z[ recovery-image] Dec 21 00:11:32.362 INFO O| Dec 21 00:11:32.362 INFO STEP 254 (remove_files) COMPLETE
50932024-12-21T00:11:32.427Z[ recovery-image] Dec 21 00:11:32.362 INFO O| Dec 21 00:11:32.362 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50942024-12-21T00:11:32.449Z[ recovery-image] Dec 21 00:11:32.385 INFO O| Dec 21 00:11:32.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
50952024-12-21T00:11:32.452Z[ recovery-image] Dec 21 00:11:32.385 INFO O| Dec 21 00:11:32.385 INFO STEP 255 (remove_files) COMPLETE
50962024-12-21T00:11:32.452Z[ recovery-image] Dec 21 00:11:32.385 INFO O| Dec 21 00:11:32.385 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50972024-12-21T00:11:32.476Z[ recovery-image] Dec 21 00:11:32.412 INFO O| Dec 21 00:11:32.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
50982024-12-21T00:11:32.477Z[ recovery-image] Dec 21 00:11:32.412 INFO O| Dec 21 00:11:32.412 INFO STEP 256 (remove_files) COMPLETE
50992024-12-21T00:11:32.479Z[ recovery-image] Dec 21 00:11:32.412 INFO O| Dec 21 00:11:32.412 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51002024-12-21T00:11:32.499Z[ recovery-image] Dec 21 00:11:32.435 INFO O| Dec 21 00:11:32.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
51012024-12-21T00:11:32.499Z[ recovery-image] Dec 21 00:11:32.435 INFO O| Dec 21 00:11:32.435 INFO STEP 257 (remove_files) COMPLETE
51022024-12-21T00:11:32.500Z[ recovery-image] Dec 21 00:11:32.435 INFO O| Dec 21 00:11:32.435 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51032024-12-21T00:11:32.521Z[ recovery-image] Dec 21 00:11:32.457 INFO O| Dec 21 00:11:32.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
51042024-12-21T00:11:32.521Z[ recovery-image] Dec 21 00:11:32.457 INFO O| Dec 21 00:11:32.457 INFO STEP 258 (remove_files) COMPLETE
51052024-12-21T00:11:32.521Z[ recovery-image] Dec 21 00:11:32.457 INFO O| Dec 21 00:11:32.457 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51062024-12-21T00:11:32.565Z[ recovery-image] Dec 21 00:11:32.501 INFO O| Dec 21 00:11:32.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
51072024-12-21T00:11:32.565Z[ recovery-image] Dec 21 00:11:32.501 INFO O| Dec 21 00:11:32.501 INFO STEP 259 (remove_files) COMPLETE
51082024-12-21T00:11:32.565Z[ recovery-image] Dec 21 00:11:32.501 INFO O| Dec 21 00:11:32.501 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51092024-12-21T00:11:32.612Z[ recovery-image] Dec 21 00:11:32.549 INFO O| Dec 21 00:11:32.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
51102024-12-21T00:11:32.612Z[ recovery-image] Dec 21 00:11:32.549 INFO O| Dec 21 00:11:32.549 INFO STEP 260 (remove_files) COMPLETE
51112024-12-21T00:11:32.612Z[ recovery-image] Dec 21 00:11:32.549 INFO O| Dec 21 00:11:32.549 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51122024-12-21T00:11:32.658Z[ recovery-image] Dec 21 00:11:32.595 INFO O| Dec 21 00:11:32.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
51132024-12-21T00:11:32.661Z[ recovery-image] Dec 21 00:11:32.595 INFO O| Dec 21 00:11:32.595 INFO STEP 261 (remove_files) COMPLETE
51142024-12-21T00:11:32.661Z[ recovery-image] Dec 21 00:11:32.595 INFO O| Dec 21 00:11:32.595 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51152024-12-21T00:11:32.680Z[ recovery-image] Dec 21 00:11:32.616 INFO O| Dec 21 00:11:32.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
51162024-12-21T00:11:32.680Z[ recovery-image] Dec 21 00:11:32.616 INFO O| Dec 21 00:11:32.616 INFO STEP 262 (remove_files) COMPLETE
51172024-12-21T00:11:32.680Z[ recovery-image] Dec 21 00:11:32.616 INFO O| Dec 21 00:11:32.616 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51182024-12-21T00:11:32.712Z[ recovery-image] Dec 21 00:11:32.647 INFO O| Dec 21 00:11:32.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
51192024-12-21T00:11:32.712Z[ recovery-image] Dec 21 00:11:32.647 INFO O| Dec 21 00:11:32.647 INFO STEP 263 (remove_files) COMPLETE
51202024-12-21T00:11:32.712Z[ recovery-image] Dec 21 00:11:32.647 INFO O| Dec 21 00:11:32.647 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51212024-12-21T00:11:32.775Z[ recovery-image] Dec 21 00:11:32.712 INFO O| Dec 21 00:11:32.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
51222024-12-21T00:11:32.776Z[ recovery-image] Dec 21 00:11:32.712 INFO O| Dec 21 00:11:32.712 INFO STEP 264 (remove_files) COMPLETE
51232024-12-21T00:11:32.776Z[ recovery-image] Dec 21 00:11:32.712 INFO O| Dec 21 00:11:32.712 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51242024-12-21T00:11:32.801Z[ recovery-image] Dec 21 00:11:32.737 INFO O| Dec 21 00:11:32.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
51252024-12-21T00:11:32.801Z[ recovery-image] Dec 21 00:11:32.737 INFO O| Dec 21 00:11:32.737 INFO STEP 265 (remove_files) COMPLETE
51262024-12-21T00:11:32.801Z[ recovery-image] Dec 21 00:11:32.737 INFO O| Dec 21 00:11:32.737 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51272024-12-21T00:11:32.828Z[ recovery-image] Dec 21 00:11:32.763 INFO O| Dec 21 00:11:32.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
51282024-12-21T00:11:32.828Z[ recovery-image] Dec 21 00:11:32.763 INFO O| Dec 21 00:11:32.763 INFO STEP 266 (remove_files) COMPLETE
51292024-12-21T00:11:32.828Z[ recovery-image] Dec 21 00:11:32.763 INFO O| Dec 21 00:11:32.763 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51302024-12-21T00:11:32.851Z[ recovery-image] Dec 21 00:11:32.787 INFO O| Dec 21 00:11:32.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
51312024-12-21T00:11:32.851Z[ recovery-image] Dec 21 00:11:32.787 INFO O| Dec 21 00:11:32.787 INFO STEP 267 (remove_files) COMPLETE
51322024-12-21T00:11:32.851Z[ recovery-image] Dec 21 00:11:32.787 INFO O| Dec 21 00:11:32.787 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51332024-12-21T00:11:32.876Z[ recovery-image] Dec 21 00:11:32.812 INFO O| Dec 21 00:11:32.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
51342024-12-21T00:11:32.876Z[ recovery-image] Dec 21 00:11:32.812 INFO O| Dec 21 00:11:32.812 INFO STEP 268 (remove_files) COMPLETE
51352024-12-21T00:11:32.876Z[ recovery-image] Dec 21 00:11:32.812 INFO O| Dec 21 00:11:32.812 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51362024-12-21T00:11:32.899Z[ recovery-image] Dec 21 00:11:32.834 INFO O| Dec 21 00:11:32.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
51372024-12-21T00:11:32.899Z[ recovery-image] Dec 21 00:11:32.834 INFO O| Dec 21 00:11:32.834 INFO STEP 269 (remove_files) COMPLETE
51382024-12-21T00:11:32.899Z[ recovery-image] Dec 21 00:11:32.834 INFO O| Dec 21 00:11:32.834 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51392024-12-21T00:11:32.926Z[ recovery-image] Dec 21 00:11:32.862 INFO O| Dec 21 00:11:32.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
51402024-12-21T00:11:32.938Z[ recovery-image] Dec 21 00:11:32.875 INFO O| Dec 21 00:11:32.875 INFO STEP 270 (remove_files) COMPLETE
51412024-12-21T00:11:32.938Z[ recovery-image] Dec 21 00:11:32.875 INFO O| Dec 21 00:11:32.875 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51422024-12-21T00:11:32.971Z[ recovery-image] Dec 21 00:11:32.908 INFO O| Dec 21 00:11:32.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
51432024-12-21T00:11:32.972Z[ recovery-image] Dec 21 00:11:32.908 INFO O| Dec 21 00:11:32.908 INFO STEP 271 (remove_files) COMPLETE
51442024-12-21T00:11:32.972Z[ recovery-image] Dec 21 00:11:32.908 INFO O| Dec 21 00:11:32.908 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51452024-12-21T00:11:32.996Z[ recovery-image] Dec 21 00:11:32.932 INFO O| Dec 21 00:11:32.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
51462024-12-21T00:11:32.996Z[ recovery-image] Dec 21 00:11:32.932 INFO O| Dec 21 00:11:32.932 INFO STEP 272 (remove_files) COMPLETE
51472024-12-21T00:11:33.000Z[ recovery-image] Dec 21 00:11:32.932 INFO O| Dec 21 00:11:32.932 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51482024-12-21T00:11:33.019Z[ recovery-image] Dec 21 00:11:32.955 INFO O| Dec 21 00:11:32.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
51492024-12-21T00:11:33.019Z[ recovery-image] Dec 21 00:11:32.955 INFO O| Dec 21 00:11:32.955 INFO STEP 273 (remove_files) COMPLETE
51502024-12-21T00:11:33.019Z[ recovery-image] Dec 21 00:11:32.955 INFO O| Dec 21 00:11:32.955 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51512024-12-21T00:11:33.038Z[ host-image] Dec 21 00:11:32.974 INFO O| Dec 21 00:11:32.974 INFO O| Actions: Completed 1361 actions in 0.68 seconds.
51522024-12-21T00:11:33.041Z[ recovery-image] Dec 21 00:11:32.975 INFO O| Dec 21 00:11:32.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
51532024-12-21T00:11:33.041Z[ recovery-image] Dec 21 00:11:32.975 INFO O| Dec 21 00:11:32.975 INFO STEP 274 (remove_files) COMPLETE
51542024-12-21T00:11:33.041Z[ recovery-image] Dec 21 00:11:32.975 INFO O| Dec 21 00:11:32.975 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51552024-12-21T00:11:33.061Z[ recovery-image] Dec 21 00:11:32.997 INFO O| Dec 21 00:11:32.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
51562024-12-21T00:11:33.061Z[ recovery-image] Dec 21 00:11:32.997 INFO O| Dec 21 00:11:32.997 INFO STEP 275 (remove_files) COMPLETE
51572024-12-21T00:11:33.061Z[ recovery-image] Dec 21 00:11:32.997 INFO O| Dec 21 00:11:32.997 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51582024-12-21T00:11:33.094Z[ recovery-image] Dec 21 00:11:33.030 INFO O| Dec 21 00:11:33.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
51592024-12-21T00:11:33.096Z[ recovery-image] Dec 21 00:11:33.030 INFO O| Dec 21 00:11:33.030 INFO STEP 276 (remove_files) COMPLETE
51602024-12-21T00:11:33.096Z[ recovery-image] Dec 21 00:11:33.030 INFO O| Dec 21 00:11:33.030 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51612024-12-21T00:11:33.175Z[ recovery-image] Dec 21 00:11:33.111 INFO O| Dec 21 00:11:33.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
51622024-12-21T00:11:33.175Z[ recovery-image] Dec 21 00:11:33.111 INFO O| Dec 21 00:11:33.111 INFO STEP 277 (remove_files) COMPLETE
51632024-12-21T00:11:33.178Z[ recovery-image] Dec 21 00:11:33.111 INFO O| Dec 21 00:11:33.111 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51642024-12-21T00:11:33.227Z[ recovery-image] Dec 21 00:11:33.163 INFO O| Dec 21 00:11:33.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
51652024-12-21T00:11:33.227Z[ recovery-image] Dec 21 00:11:33.164 INFO O| Dec 21 00:11:33.164 INFO STEP 278 (remove_files) COMPLETE
51662024-12-21T00:11:33.234Z[ recovery-image] Dec 21 00:11:33.164 INFO O| Dec 21 00:11:33.164 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51672024-12-21T00:11:33.248Z[ recovery-image] Dec 21 00:11:33.185 INFO O| Dec 21 00:11:33.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
51682024-12-21T00:11:33.248Z[ recovery-image] Dec 21 00:11:33.185 INFO O| Dec 21 00:11:33.185 INFO STEP 279 (remove_files) COMPLETE
51692024-12-21T00:11:33.248Z[ recovery-image] Dec 21 00:11:33.185 INFO O| Dec 21 00:11:33.185 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51702024-12-21T00:11:33.270Z[ recovery-image] Dec 21 00:11:33.207 INFO O| Dec 21 00:11:33.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
51712024-12-21T00:11:33.270Z[ recovery-image] Dec 21 00:11:33.207 INFO O| Dec 21 00:11:33.207 INFO STEP 280 (remove_files) COMPLETE
51722024-12-21T00:11:33.270Z[ recovery-image] Dec 21 00:11:33.207 INFO O| Dec 21 00:11:33.207 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51732024-12-21T00:11:33.297Z[ recovery-image] Dec 21 00:11:33.234 INFO O| Dec 21 00:11:33.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
51742024-12-21T00:11:33.300Z[ recovery-image] Dec 21 00:11:33.234 INFO O| Dec 21 00:11:33.234 INFO STEP 281 (remove_files) COMPLETE
51752024-12-21T00:11:33.302Z[ recovery-image] Dec 21 00:11:33.234 INFO O| Dec 21 00:11:33.234 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51762024-12-21T00:11:33.319Z[ recovery-image] Dec 21 00:11:33.255 INFO O| Dec 21 00:11:33.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
51772024-12-21T00:11:33.322Z[ recovery-image] Dec 21 00:11:33.256 INFO O| Dec 21 00:11:33.256 INFO STEP 282 (remove_files) COMPLETE
51782024-12-21T00:11:33.322Z[ recovery-image] Dec 21 00:11:33.256 INFO O| Dec 21 00:11:33.256 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51792024-12-21T00:11:33.366Z[ recovery-image] Dec 21 00:11:33.303 INFO O| Dec 21 00:11:33.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
51802024-12-21T00:11:33.375Z[ recovery-image] Dec 21 00:11:33.303 INFO O| Dec 21 00:11:33.303 INFO STEP 283 (remove_files) COMPLETE
51812024-12-21T00:11:33.375Z[ recovery-image] Dec 21 00:11:33.303 INFO O| Dec 21 00:11:33.303 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51822024-12-21T00:11:33.394Z[ recovery-image] Dec 21 00:11:33.328 INFO O| Dec 21 00:11:33.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
51832024-12-21T00:11:33.394Z[ recovery-image] Dec 21 00:11:33.328 INFO O| Dec 21 00:11:33.328 INFO STEP 284 (remove_files) COMPLETE
51842024-12-21T00:11:33.394Z[ recovery-image] Dec 21 00:11:33.328 INFO O| Dec 21 00:11:33.328 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51852024-12-21T00:11:33.416Z[ recovery-image] Dec 21 00:11:33.352 INFO O| Dec 21 00:11:33.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
51862024-12-21T00:11:33.439Z[ recovery-image] Dec 21 00:11:33.353 INFO O| Dec 21 00:11:33.352 INFO STEP 285 (remove_files) COMPLETE
51872024-12-21T00:11:33.440Z[ recovery-image] Dec 21 00:11:33.353 INFO O| Dec 21 00:11:33.353 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51882024-12-21T00:11:33.489Z[ recovery-image] Dec 21 00:11:33.425 INFO O| Dec 21 00:11:33.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
51892024-12-21T00:11:33.491Z[ recovery-image] Dec 21 00:11:33.425 INFO O| Dec 21 00:11:33.425 INFO STEP 286 (remove_files) COMPLETE
51902024-12-21T00:11:33.492Z[ recovery-image] Dec 21 00:11:33.425 INFO O| Dec 21 00:11:33.425 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51912024-12-21T00:11:33.515Z[ recovery-image] Dec 21 00:11:33.451 INFO O| Dec 21 00:11:33.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
51922024-12-21T00:11:33.517Z[ recovery-image] Dec 21 00:11:33.451 INFO O| Dec 21 00:11:33.451 INFO STEP 287 (remove_files) COMPLETE
51932024-12-21T00:11:33.517Z[ recovery-image] Dec 21 00:11:33.451 INFO O| Dec 21 00:11:33.451 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51942024-12-21T00:11:33.552Z[ recovery-image] Dec 21 00:11:33.488 INFO O| Dec 21 00:11:33.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
51952024-12-21T00:11:33.555Z[ recovery-image] Dec 21 00:11:33.488 INFO O| Dec 21 00:11:33.488 INFO STEP 288 (remove_files) COMPLETE
51962024-12-21T00:11:33.555Z[ recovery-image] Dec 21 00:11:33.489 INFO O| Dec 21 00:11:33.488 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51972024-12-21T00:11:33.575Z[ recovery-image] Dec 21 00:11:33.511 INFO O| Dec 21 00:11:33.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
51982024-12-21T00:11:33.577Z[ recovery-image] Dec 21 00:11:33.512 INFO O| Dec 21 00:11:33.511 INFO STEP 289 (remove_files) COMPLETE
51992024-12-21T00:11:33.577Z[ recovery-image] Dec 21 00:11:33.512 INFO O| Dec 21 00:11:33.512 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52002024-12-21T00:11:33.605Z[ recovery-image] Dec 21 00:11:33.541 INFO O| Dec 21 00:11:33.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
52012024-12-21T00:11:33.605Z[ recovery-image] Dec 21 00:11:33.541 INFO O| Dec 21 00:11:33.541 INFO STEP 290 (remove_files) COMPLETE
52022024-12-21T00:11:33.605Z[ recovery-image] Dec 21 00:11:33.541 INFO O| Dec 21 00:11:33.541 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52032024-12-21T00:11:33.665Z[ recovery-image] Dec 21 00:11:33.601 INFO O| Dec 21 00:11:33.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
52042024-12-21T00:11:33.665Z[ recovery-image] Dec 21 00:11:33.601 INFO O| Dec 21 00:11:33.601 INFO STEP 291 (remove_files) COMPLETE
52052024-12-21T00:11:33.667Z[ recovery-image] Dec 21 00:11:33.601 INFO O| Dec 21 00:11:33.601 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52062024-12-21T00:11:33.678Z[ host-image] Dec 21 00:11:33.614 INFO O| Dec 21 00:11:33.614 INFO O| Done
52072024-12-21T00:11:33.679Z[ host-image] Dec 21 00:11:33.614 INFO O| Dec 21 00:11:33.614 INFO O| Done
52082024-12-21T00:11:33.687Z[ recovery-image] Dec 21 00:11:33.624 INFO O| Dec 21 00:11:33.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
52092024-12-21T00:11:33.687Z[ recovery-image] Dec 21 00:11:33.624 INFO O| Dec 21 00:11:33.624 INFO STEP 292 (remove_files) COMPLETE
52102024-12-21T00:11:33.690Z[ recovery-image] Dec 21 00:11:33.624 INFO O| Dec 21 00:11:33.624 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52112024-12-21T00:11:33.718Z[ recovery-image] Dec 21 00:11:33.654 INFO O| Dec 21 00:11:33.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
52122024-12-21T00:11:33.719Z[ recovery-image] Dec 21 00:11:33.654 INFO O| Dec 21 00:11:33.654 INFO STEP 293 (remove_files) COMPLETE
52132024-12-21T00:11:33.721Z[ recovery-image] Dec 21 00:11:33.654 INFO O| Dec 21 00:11:33.654 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52142024-12-21T00:11:33.742Z[ recovery-image] Dec 21 00:11:33.678 INFO O| Dec 21 00:11:33.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
52152024-12-21T00:11:33.742Z[ recovery-image] Dec 21 00:11:33.679 INFO O| Dec 21 00:11:33.678 INFO STEP 294 (remove_files) COMPLETE
52162024-12-21T00:11:33.745Z[ recovery-image] Dec 21 00:11:33.679 INFO O| Dec 21 00:11:33.679 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52172024-12-21T00:11:33.766Z[ recovery-image] Dec 21 00:11:33.703 INFO O| Dec 21 00:11:33.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
52182024-12-21T00:11:33.766Z[ recovery-image] Dec 21 00:11:33.703 INFO O| Dec 21 00:11:33.703 INFO STEP 295 (remove_files) COMPLETE
52192024-12-21T00:11:33.769Z[ recovery-image] Dec 21 00:11:33.703 INFO O| Dec 21 00:11:33.703 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52202024-12-21T00:11:33.791Z[ recovery-image] Dec 21 00:11:33.727 INFO O| Dec 21 00:11:33.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
52212024-12-21T00:11:33.791Z[ recovery-image] Dec 21 00:11:33.727 INFO O| Dec 21 00:11:33.727 INFO STEP 296 (remove_files) COMPLETE
52222024-12-21T00:11:33.791Z[ recovery-image] Dec 21 00:11:33.727 INFO O| Dec 21 00:11:33.727 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52232024-12-21T00:11:33.814Z[ recovery-image] Dec 21 00:11:33.751 INFO O| Dec 21 00:11:33.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
52242024-12-21T00:11:33.814Z[ recovery-image] Dec 21 00:11:33.751 INFO O| Dec 21 00:11:33.751 INFO STEP 297 (remove_files) COMPLETE
52252024-12-21T00:11:33.814Z[ recovery-image] Dec 21 00:11:33.751 INFO O| Dec 21 00:11:33.751 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52262024-12-21T00:11:33.845Z[ recovery-image] Dec 21 00:11:33.781 INFO O| Dec 21 00:11:33.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
52272024-12-21T00:11:33.858Z[ recovery-image] Dec 21 00:11:33.782 INFO O| Dec 21 00:11:33.781 INFO STEP 298 (remove_files) COMPLETE
52282024-12-21T00:11:33.858Z[ recovery-image] Dec 21 00:11:33.782 INFO O| Dec 21 00:11:33.782 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52292024-12-21T00:11:33.870Z[ recovery-image] Dec 21 00:11:33.806 INFO O| Dec 21 00:11:33.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
52302024-12-21T00:11:33.870Z[ recovery-image] Dec 21 00:11:33.806 INFO O| Dec 21 00:11:33.806 INFO STEP 299 (remove_files) COMPLETE
52312024-12-21T00:11:33.871Z[ recovery-image] Dec 21 00:11:33.806 INFO O| Dec 21 00:11:33.806 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52322024-12-21T00:11:33.892Z[ recovery-image] Dec 21 00:11:33.828 INFO O| Dec 21 00:11:33.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
52332024-12-21T00:11:33.892Z[ recovery-image] Dec 21 00:11:33.828 INFO O| Dec 21 00:11:33.828 INFO STEP 300 (remove_files) COMPLETE
52342024-12-21T00:11:33.892Z[ recovery-image] Dec 21 00:11:33.828 INFO O| Dec 21 00:11:33.828 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52352024-12-21T00:11:33.914Z[ recovery-image] Dec 21 00:11:33.850 INFO O| Dec 21 00:11:33.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
52362024-12-21T00:11:33.914Z[ recovery-image] Dec 21 00:11:33.851 INFO O| Dec 21 00:11:33.851 INFO STEP 301 (remove_files) COMPLETE
52372024-12-21T00:11:33.914Z[ recovery-image] Dec 21 00:11:33.851 INFO O| Dec 21 00:11:33.851 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52382024-12-21T00:11:33.959Z[ recovery-image] Dec 21 00:11:33.895 INFO O| Dec 21 00:11:33.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
52392024-12-21T00:11:33.959Z[ recovery-image] Dec 21 00:11:33.895 INFO O| Dec 21 00:11:33.895 INFO STEP 302 (remove_files) COMPLETE
52402024-12-21T00:11:33.959Z[ recovery-image] Dec 21 00:11:33.896 INFO O| Dec 21 00:11:33.895 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52412024-12-21T00:11:34.011Z[ recovery-image] Dec 21 00:11:33.948 INFO O| Dec 21 00:11:33.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
52422024-12-21T00:11:34.011Z[ recovery-image] Dec 21 00:11:33.948 INFO O| Dec 21 00:11:33.948 INFO STEP 303 (remove_files) COMPLETE
52432024-12-21T00:11:34.011Z[ recovery-image] Dec 21 00:11:33.948 INFO O| Dec 21 00:11:33.948 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52442024-12-21T00:11:34.032Z[ recovery-image] Dec 21 00:11:33.968 INFO O| Dec 21 00:11:33.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
52452024-12-21T00:11:34.032Z[ recovery-image] Dec 21 00:11:33.968 INFO O| Dec 21 00:11:33.968 INFO STEP 304 (remove_files) COMPLETE
52462024-12-21T00:11:34.032Z[ recovery-image] Dec 21 00:11:33.968 INFO O| Dec 21 00:11:33.968 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52472024-12-21T00:11:34.052Z[ recovery-image] Dec 21 00:11:33.988 INFO O| Dec 21 00:11:33.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
52482024-12-21T00:11:34.052Z[ recovery-image] Dec 21 00:11:33.988 INFO O| Dec 21 00:11:33.988 INFO STEP 305 (remove_files) COMPLETE
52492024-12-21T00:11:34.052Z[ recovery-image] Dec 21 00:11:33.988 INFO O| Dec 21 00:11:33.988 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52502024-12-21T00:11:34.084Z[ recovery-image] Dec 21 00:11:34.020 INFO O| Dec 21 00:11:34.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
52512024-12-21T00:11:34.087Z[ recovery-image] Dec 21 00:11:34.021 INFO O| Dec 21 00:11:34.020 INFO STEP 306 (remove_files) COMPLETE
52522024-12-21T00:11:34.087Z[ recovery-image] Dec 21 00:11:34.021 INFO O| Dec 21 00:11:34.020 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52532024-12-21T00:11:34.110Z[ recovery-image] Dec 21 00:11:34.046 INFO O| Dec 21 00:11:34.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
52542024-12-21T00:11:34.110Z[ recovery-image] Dec 21 00:11:34.046 INFO O| Dec 21 00:11:34.046 INFO STEP 307 (remove_files) COMPLETE
52552024-12-21T00:11:34.110Z[ recovery-image] Dec 21 00:11:34.046 INFO O| Dec 21 00:11:34.046 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52562024-12-21T00:11:34.149Z[ recovery-image] Dec 21 00:11:34.086 INFO O| Dec 21 00:11:34.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
52572024-12-21T00:11:34.152Z[ recovery-image] Dec 21 00:11:34.086 INFO O| Dec 21 00:11:34.086 INFO STEP 308 (remove_files) COMPLETE
52582024-12-21T00:11:34.152Z[ recovery-image] Dec 21 00:11:34.086 INFO O| Dec 21 00:11:34.086 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52592024-12-21T00:11:34.173Z[ recovery-image] Dec 21 00:11:34.109 INFO O| Dec 21 00:11:34.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
52602024-12-21T00:11:34.176Z[ recovery-image] Dec 21 00:11:34.109 INFO O| Dec 21 00:11:34.109 INFO STEP 309 (remove_files) COMPLETE
52612024-12-21T00:11:34.176Z[ recovery-image] Dec 21 00:11:34.110 INFO O| Dec 21 00:11:34.110 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52622024-12-21T00:11:34.215Z[ recovery-image] Dec 21 00:11:34.151 INFO O| Dec 21 00:11:34.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
52632024-12-21T00:11:34.215Z[ recovery-image] Dec 21 00:11:34.151 INFO O| Dec 21 00:11:34.151 INFO STEP 310 (remove_files) COMPLETE
52642024-12-21T00:11:34.215Z[ recovery-image] Dec 21 00:11:34.151 INFO O| Dec 21 00:11:34.151 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52652024-12-21T00:11:34.247Z[ recovery-image] Dec 21 00:11:34.184 INFO O| Dec 21 00:11:34.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
52662024-12-21T00:11:34.247Z[ recovery-image] Dec 21 00:11:34.184 INFO O| Dec 21 00:11:34.184 INFO STEP 311 (remove_files) COMPLETE
52672024-12-21T00:11:34.247Z[ recovery-image] Dec 21 00:11:34.184 INFO O| Dec 21 00:11:34.184 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52682024-12-21T00:11:34.284Z[ recovery-image] Dec 21 00:11:34.220 INFO O| Dec 21 00:11:34.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
52692024-12-21T00:11:34.284Z[ recovery-image] Dec 21 00:11:34.220 INFO O| Dec 21 00:11:34.220 INFO STEP 312 (remove_files) COMPLETE
52702024-12-21T00:11:34.284Z[ recovery-image] Dec 21 00:11:34.220 INFO O| Dec 21 00:11:34.220 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52712024-12-21T00:11:34.345Z[ recovery-image] Dec 21 00:11:34.282 INFO O| Dec 21 00:11:34.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
52722024-12-21T00:11:34.345Z[ recovery-image] Dec 21 00:11:34.282 INFO O| Dec 21 00:11:34.282 INFO STEP 313 (remove_files) COMPLETE
52732024-12-21T00:11:34.345Z[ recovery-image] Dec 21 00:11:34.282 INFO O| Dec 21 00:11:34.282 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52742024-12-21T00:11:34.381Z[ recovery-image] Dec 21 00:11:34.317 INFO O| Dec 21 00:11:34.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
52752024-12-21T00:11:34.381Z[ recovery-image] Dec 21 00:11:34.317 INFO O| Dec 21 00:11:34.317 INFO STEP 314 (remove_files) COMPLETE
52762024-12-21T00:11:34.381Z[ recovery-image] Dec 21 00:11:34.317 INFO O| Dec 21 00:11:34.317 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52772024-12-21T00:11:34.406Z[ recovery-image] Dec 21 00:11:34.342 INFO O| Dec 21 00:11:34.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
52782024-12-21T00:11:34.408Z[ recovery-image] Dec 21 00:11:34.342 INFO O| Dec 21 00:11:34.342 INFO STEP 315 (remove_files) COMPLETE
52792024-12-21T00:11:34.408Z[ recovery-image] Dec 21 00:11:34.343 INFO O| Dec 21 00:11:34.342 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52802024-12-21T00:11:34.429Z[ recovery-image] Dec 21 00:11:34.366 INFO O| Dec 21 00:11:34.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
52812024-12-21T00:11:34.432Z[ recovery-image] Dec 21 00:11:34.366 INFO O| Dec 21 00:11:34.366 INFO STEP 316 (remove_files) COMPLETE
52822024-12-21T00:11:34.432Z[ recovery-image] Dec 21 00:11:34.366 INFO O| Dec 21 00:11:34.366 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52832024-12-21T00:11:34.452Z[ recovery-image] Dec 21 00:11:34.389 INFO O| Dec 21 00:11:34.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
52842024-12-21T00:11:34.452Z[ recovery-image] Dec 21 00:11:34.389 INFO O| Dec 21 00:11:34.389 INFO STEP 317 (remove_files) COMPLETE
52852024-12-21T00:11:34.456Z[ recovery-image] Dec 21 00:11:34.389 INFO O| Dec 21 00:11:34.389 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52862024-12-21T00:11:34.476Z[ recovery-image] Dec 21 00:11:34.412 INFO O| Dec 21 00:11:34.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
52872024-12-21T00:11:34.476Z[ recovery-image] Dec 21 00:11:34.412 INFO O| Dec 21 00:11:34.412 INFO STEP 318 (remove_files) COMPLETE
52882024-12-21T00:11:34.478Z[ recovery-image] Dec 21 00:11:34.412 INFO O| Dec 21 00:11:34.412 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52892024-12-21T00:11:34.496Z[ recovery-image] Dec 21 00:11:34.433 INFO O| Dec 21 00:11:34.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
52902024-12-21T00:11:34.499Z[ recovery-image] Dec 21 00:11:34.433 INFO O| Dec 21 00:11:34.433 INFO STEP 319 (remove_files) COMPLETE
52912024-12-21T00:11:34.499Z[ recovery-image] Dec 21 00:11:34.433 INFO O| Dec 21 00:11:34.433 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52922024-12-21T00:11:34.519Z[ recovery-image] Dec 21 00:11:34.456 INFO O| Dec 21 00:11:34.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
52932024-12-21T00:11:34.522Z[ recovery-image] Dec 21 00:11:34.456 INFO O| Dec 21 00:11:34.456 INFO STEP 320 (remove_files) COMPLETE
52942024-12-21T00:11:34.522Z[ recovery-image] Dec 21 00:11:34.457 INFO O| Dec 21 00:11:34.457 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52952024-12-21T00:11:34.544Z[ recovery-image] Dec 21 00:11:34.480 INFO O| Dec 21 00:11:34.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
52962024-12-21T00:11:34.547Z[ recovery-image] Dec 21 00:11:34.480 INFO O| Dec 21 00:11:34.480 INFO STEP 321 (remove_files) COMPLETE
52972024-12-21T00:11:34.547Z[ recovery-image] Dec 21 00:11:34.481 INFO O| Dec 21 00:11:34.481 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52982024-12-21T00:11:34.573Z[ recovery-image] Dec 21 00:11:34.509 INFO O| Dec 21 00:11:34.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
52992024-12-21T00:11:34.576Z[ recovery-image] Dec 21 00:11:34.509 INFO O| Dec 21 00:11:34.509 INFO STEP 322 (remove_files) COMPLETE
53002024-12-21T00:11:34.576Z[ recovery-image] Dec 21 00:11:34.510 INFO O| Dec 21 00:11:34.510 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53012024-12-21T00:11:34.623Z[ recovery-image] Dec 21 00:11:34.560 INFO O| Dec 21 00:11:34.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
53022024-12-21T00:11:34.647Z[ recovery-image] Dec 21 00:11:34.584 INFO O| Dec 21 00:11:34.584 INFO STEP 323 (remove_files) COMPLETE
53032024-12-21T00:11:34.647Z[ recovery-image] Dec 21 00:11:34.584 INFO O| Dec 21 00:11:34.584 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53042024-12-21T00:11:34.706Z[ recovery-image] Dec 21 00:11:34.643 INFO O| Dec 21 00:11:34.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
53052024-12-21T00:11:34.706Z[ recovery-image] Dec 21 00:11:34.643 INFO O| Dec 21 00:11:34.643 INFO STEP 324 (remove_files) COMPLETE
53062024-12-21T00:11:34.706Z[ recovery-image] Dec 21 00:11:34.643 INFO O| Dec 21 00:11:34.643 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53072024-12-21T00:11:34.730Z[ recovery-image] Dec 21 00:11:34.667 INFO O| Dec 21 00:11:34.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
53082024-12-21T00:11:34.730Z[ recovery-image] Dec 21 00:11:34.667 INFO O| Dec 21 00:11:34.667 INFO STEP 325 (remove_files) COMPLETE
53092024-12-21T00:11:34.733Z[ recovery-image] Dec 21 00:11:34.667 INFO O| Dec 21 00:11:34.667 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53102024-12-21T00:11:34.776Z[ recovery-image] Dec 21 00:11:34.712 INFO O| Dec 21 00:11:34.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
53112024-12-21T00:11:34.776Z[ recovery-image] Dec 21 00:11:34.712 INFO O| Dec 21 00:11:34.712 INFO STEP 326 (remove_files) COMPLETE
53122024-12-21T00:11:34.778Z[ recovery-image] Dec 21 00:11:34.712 INFO O| Dec 21 00:11:34.712 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53132024-12-21T00:11:34.798Z[ recovery-image] Dec 21 00:11:34.735 INFO O| Dec 21 00:11:34.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
53142024-12-21T00:11:34.798Z[ recovery-image] Dec 21 00:11:34.735 INFO O| Dec 21 00:11:34.735 INFO STEP 327 (remove_files) COMPLETE
53152024-12-21T00:11:34.798Z[ recovery-image] Dec 21 00:11:34.735 INFO O| Dec 21 00:11:34.735 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53162024-12-21T00:11:34.824Z[ recovery-image] Dec 21 00:11:34.760 INFO O| Dec 21 00:11:34.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
53172024-12-21T00:11:34.824Z[ recovery-image] Dec 21 00:11:34.760 INFO O| Dec 21 00:11:34.760 INFO STEP 328 (remove_files) COMPLETE
53182024-12-21T00:11:34.827Z[ recovery-image] Dec 21 00:11:34.760 INFO O| Dec 21 00:11:34.760 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53192024-12-21T00:11:34.846Z[ recovery-image] Dec 21 00:11:34.782 INFO O| Dec 21 00:11:34.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
53202024-12-21T00:11:34.846Z[ recovery-image] Dec 21 00:11:34.782 INFO O| Dec 21 00:11:34.782 INFO STEP 329 (remove_files) COMPLETE
53212024-12-21T00:11:34.846Z[ recovery-image] Dec 21 00:11:34.782 INFO O| Dec 21 00:11:34.782 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53222024-12-21T00:11:34.882Z[ recovery-image] Dec 21 00:11:34.818 INFO O| Dec 21 00:11:34.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
53232024-12-21T00:11:34.885Z[ recovery-image] Dec 21 00:11:34.819 INFO O| Dec 21 00:11:34.819 INFO STEP 330 (remove_files) COMPLETE
53242024-12-21T00:11:34.885Z[ recovery-image] Dec 21 00:11:34.819 INFO O| Dec 21 00:11:34.819 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53252024-12-21T00:11:34.898Z[ host-image] Dec 21 00:11:34.835 INFO O| Dec 21 00:11:34.835 INFO O| Done
53262024-12-21T00:11:34.905Z[ recovery-image] Dec 21 00:11:34.841 INFO O| Dec 21 00:11:34.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
53272024-12-21T00:11:34.905Z[ recovery-image] Dec 21 00:11:34.842 INFO O| Dec 21 00:11:34.842 INFO STEP 331 (remove_files) COMPLETE
53282024-12-21T00:11:34.907Z[ recovery-image] Dec 21 00:11:34.842 INFO O| Dec 21 00:11:34.842 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53292024-12-21T00:11:34.939Z[ recovery-image] Dec 21 00:11:34.875 INFO O| Dec 21 00:11:34.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
53302024-12-21T00:11:34.963Z[ recovery-image] Dec 21 00:11:34.899 INFO O| Dec 21 00:11:34.899 INFO STEP 332 (remove_files) COMPLETE
53312024-12-21T00:11:34.963Z[ recovery-image] Dec 21 00:11:34.899 INFO O| Dec 21 00:11:34.899 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53322024-12-21T00:11:35.031Z[ recovery-image] Dec 21 00:11:34.967 INFO O| Dec 21 00:11:34.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
53332024-12-21T00:11:35.031Z[ recovery-image] Dec 21 00:11:34.967 INFO O| Dec 21 00:11:34.967 INFO STEP 333 (remove_files) COMPLETE
53342024-12-21T00:11:35.034Z[ recovery-image] Dec 21 00:11:34.967 INFO O| Dec 21 00:11:34.967 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53352024-12-21T00:11:35.055Z[ recovery-image] Dec 21 00:11:34.991 INFO O| Dec 21 00:11:34.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
53362024-12-21T00:11:35.055Z[ recovery-image] Dec 21 00:11:34.991 INFO O| Dec 21 00:11:34.991 INFO STEP 334 (remove_files) COMPLETE
53372024-12-21T00:11:35.056Z[ recovery-image] Dec 21 00:11:34.991 INFO O| Dec 21 00:11:34.991 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53382024-12-21T00:11:35.091Z[ recovery-image] Dec 21 00:11:35.027 INFO O| Dec 21 00:11:35.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
53392024-12-21T00:11:35.091Z[ recovery-image] Dec 21 00:11:35.027 INFO O| Dec 21 00:11:35.027 INFO STEP 335 (remove_files) COMPLETE
53402024-12-21T00:11:35.091Z[ recovery-image] Dec 21 00:11:35.027 INFO O| Dec 21 00:11:35.027 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53412024-12-21T00:11:35.136Z[ recovery-image] Dec 21 00:11:35.071 INFO O| Dec 21 00:11:35.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
53422024-12-21T00:11:35.136Z[ recovery-image] Dec 21 00:11:35.071 INFO O| Dec 21 00:11:35.071 INFO STEP 336 (remove_files) COMPLETE
53432024-12-21T00:11:35.138Z[ recovery-image] Dec 21 00:11:35.072 INFO O| Dec 21 00:11:35.071 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53442024-12-21T00:11:35.161Z[ recovery-image] Dec 21 00:11:35.096 INFO O| Dec 21 00:11:35.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
53452024-12-21T00:11:35.161Z[ recovery-image] Dec 21 00:11:35.096 INFO O| Dec 21 00:11:35.096 INFO STEP 337 (remove_files) COMPLETE
53462024-12-21T00:11:35.161Z[ recovery-image] Dec 21 00:11:35.096 INFO O| Dec 21 00:11:35.096 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53472024-12-21T00:11:35.186Z[ recovery-image] Dec 21 00:11:35.121 INFO O| Dec 21 00:11:35.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
53482024-12-21T00:11:35.188Z[ recovery-image] Dec 21 00:11:35.121 INFO O| Dec 21 00:11:35.121 INFO STEP 338 (remove_files) COMPLETE
53492024-12-21T00:11:35.188Z[ recovery-image] Dec 21 00:11:35.121 INFO O| Dec 21 00:11:35.121 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53502024-12-21T00:11:35.218Z[ recovery-image] Dec 21 00:11:35.155 INFO O| Dec 21 00:11:35.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
53512024-12-21T00:11:35.218Z[ recovery-image] Dec 21 00:11:35.155 INFO O| Dec 21 00:11:35.155 INFO STEP 339 (remove_files) COMPLETE
53522024-12-21T00:11:35.218Z[ recovery-image] Dec 21 00:11:35.155 INFO O| Dec 21 00:11:35.155 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53532024-12-21T00:11:35.254Z[ recovery-image] Dec 21 00:11:35.191 INFO O| Dec 21 00:11:35.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
53542024-12-21T00:11:35.254Z[ recovery-image] Dec 21 00:11:35.191 INFO O| Dec 21 00:11:35.191 INFO STEP 340 (remove_files) COMPLETE
53552024-12-21T00:11:35.254Z[ recovery-image] Dec 21 00:11:35.191 INFO O| Dec 21 00:11:35.191 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53562024-12-21T00:11:35.276Z[ recovery-image] Dec 21 00:11:35.212 INFO O| Dec 21 00:11:35.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
53572024-12-21T00:11:35.276Z[ recovery-image] Dec 21 00:11:35.212 INFO O| Dec 21 00:11:35.212 INFO STEP 341 (remove_files) COMPLETE
53582024-12-21T00:11:35.278Z[ recovery-image] Dec 21 00:11:35.212 INFO O| Dec 21 00:11:35.212 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53592024-12-21T00:11:35.321Z[ recovery-image] Dec 21 00:11:35.258 INFO O| Dec 21 00:11:35.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
53602024-12-21T00:11:35.323Z[ recovery-image] Dec 21 00:11:35.258 INFO O| Dec 21 00:11:35.258 INFO STEP 342 (remove_files) COMPLETE
53612024-12-21T00:11:35.323Z[ recovery-image] Dec 21 00:11:35.258 INFO O| Dec 21 00:11:35.258 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53622024-12-21T00:11:35.342Z[ recovery-image] Dec 21 00:11:35.279 INFO O| Dec 21 00:11:35.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
53632024-12-21T00:11:35.342Z[ recovery-image] Dec 21 00:11:35.279 INFO O| Dec 21 00:11:35.279 INFO STEP 343 (remove_files) COMPLETE
53642024-12-21T00:11:35.344Z[ recovery-image] Dec 21 00:11:35.279 INFO O| Dec 21 00:11:35.279 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53652024-12-21T00:11:35.375Z[ recovery-image] Dec 21 00:11:35.311 INFO O| Dec 21 00:11:35.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
53662024-12-21T00:11:35.375Z[ recovery-image] Dec 21 00:11:35.311 INFO O| Dec 21 00:11:35.311 INFO STEP 344 (remove_files) COMPLETE
53672024-12-21T00:11:35.375Z[ recovery-image] Dec 21 00:11:35.311 INFO O| Dec 21 00:11:35.311 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53682024-12-21T00:11:35.400Z[ recovery-image] Dec 21 00:11:35.337 INFO O| Dec 21 00:11:35.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
53692024-12-21T00:11:35.400Z[ recovery-image] Dec 21 00:11:35.337 INFO O| Dec 21 00:11:35.337 INFO STEP 345 (remove_files) COMPLETE
53702024-12-21T00:11:35.403Z[ recovery-image] Dec 21 00:11:35.337 INFO O| Dec 21 00:11:35.337 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53712024-12-21T00:11:35.440Z[ recovery-image] Dec 21 00:11:35.377 INFO O| Dec 21 00:11:35.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
53722024-12-21T00:11:35.440Z[ recovery-image] Dec 21 00:11:35.377 INFO O| Dec 21 00:11:35.377 INFO STEP 346 (remove_files) COMPLETE
53732024-12-21T00:11:35.440Z[ recovery-image] Dec 21 00:11:35.377 INFO O| Dec 21 00:11:35.377 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53742024-12-21T00:11:35.496Z[ recovery-image] Dec 21 00:11:35.433 INFO O| Dec 21 00:11:35.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
53752024-12-21T00:11:35.496Z[ recovery-image] Dec 21 00:11:35.433 INFO O| Dec 21 00:11:35.433 INFO STEP 347 (remove_files) COMPLETE
53762024-12-21T00:11:35.499Z[ recovery-image] Dec 21 00:11:35.433 INFO O| Dec 21 00:11:35.433 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53772024-12-21T00:11:35.519Z[ recovery-image] Dec 21 00:11:35.456 INFO O| Dec 21 00:11:35.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
53782024-12-21T00:11:35.519Z[ recovery-image] Dec 21 00:11:35.456 INFO O| Dec 21 00:11:35.456 INFO STEP 348 (remove_files) COMPLETE
53792024-12-21T00:11:35.519Z[ recovery-image] Dec 21 00:11:35.456 INFO O| Dec 21 00:11:35.456 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53802024-12-21T00:11:35.544Z[ recovery-image] Dec 21 00:11:35.481 INFO O| Dec 21 00:11:35.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
53812024-12-21T00:11:35.544Z[ recovery-image] Dec 21 00:11:35.481 INFO O| Dec 21 00:11:35.481 INFO STEP 349 (remove_files) COMPLETE
53822024-12-21T00:11:35.544Z[ recovery-image] Dec 21 00:11:35.481 INFO O| Dec 21 00:11:35.481 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53832024-12-21T00:11:35.569Z[ recovery-image] Dec 21 00:11:35.505 INFO O| Dec 21 00:11:35.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
53842024-12-21T00:11:35.569Z[ recovery-image] Dec 21 00:11:35.506 INFO O| Dec 21 00:11:35.505 INFO STEP 350 (remove_files) COMPLETE
53852024-12-21T00:11:35.569Z[ recovery-image] Dec 21 00:11:35.506 INFO O| Dec 21 00:11:35.506 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53862024-12-21T00:11:35.592Z[ recovery-image] Dec 21 00:11:35.529 INFO O| Dec 21 00:11:35.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
53872024-12-21T00:11:35.592Z[ recovery-image] Dec 21 00:11:35.529 INFO O| Dec 21 00:11:35.529 INFO STEP 351 (remove_files) COMPLETE
53882024-12-21T00:11:35.592Z[ recovery-image] Dec 21 00:11:35.529 INFO O| Dec 21 00:11:35.529 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53892024-12-21T00:11:35.615Z[ recovery-image] Dec 21 00:11:35.551 INFO O| Dec 21 00:11:35.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
53902024-12-21T00:11:35.615Z[ recovery-image] Dec 21 00:11:35.552 INFO O| Dec 21 00:11:35.551 INFO STEP 352 (remove_files) COMPLETE
53912024-12-21T00:11:35.615Z[ recovery-image] Dec 21 00:11:35.552 INFO O| Dec 21 00:11:35.552 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53922024-12-21T00:11:35.640Z[ recovery-image] Dec 21 00:11:35.576 INFO O| Dec 21 00:11:35.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
53932024-12-21T00:11:35.640Z[ recovery-image] Dec 21 00:11:35.577 INFO O| Dec 21 00:11:35.576 INFO STEP 353 (remove_files) COMPLETE
53942024-12-21T00:11:35.640Z[ recovery-image] Dec 21 00:11:35.577 INFO O| Dec 21 00:11:35.577 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53952024-12-21T00:11:35.697Z[ recovery-image] Dec 21 00:11:35.634 INFO O| Dec 21 00:11:35.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
53962024-12-21T00:11:35.700Z[ recovery-image] Dec 21 00:11:35.634 INFO O| Dec 21 00:11:35.634 INFO STEP 354 (remove_files) COMPLETE
53972024-12-21T00:11:35.700Z[ recovery-image] Dec 21 00:11:35.634 INFO O| Dec 21 00:11:35.634 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53982024-12-21T00:11:35.725Z[ recovery-image] Dec 21 00:11:35.658 INFO O| Dec 21 00:11:35.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
53992024-12-21T00:11:35.728Z[ recovery-image] Dec 21 00:11:35.658 INFO O| Dec 21 00:11:35.658 INFO STEP 355 (remove_files) COMPLETE
54002024-12-21T00:11:35.728Z[ recovery-image] Dec 21 00:11:35.659 INFO O| Dec 21 00:11:35.658 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54012024-12-21T00:11:35.765Z[ recovery-image] Dec 21 00:11:35.701 INFO O| Dec 21 00:11:35.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
54022024-12-21T00:11:35.769Z[ recovery-image] Dec 21 00:11:35.702 INFO O| Dec 21 00:11:35.702 INFO STEP 356 (remove_files) COMPLETE
54032024-12-21T00:11:35.769Z[ recovery-image] Dec 21 00:11:35.702 INFO O| Dec 21 00:11:35.702 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54042024-12-21T00:11:35.790Z[ recovery-image] Dec 21 00:11:35.724 INFO O| Dec 21 00:11:35.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
54052024-12-21T00:11:35.793Z[ recovery-image] Dec 21 00:11:35.725 INFO O| Dec 21 00:11:35.725 INFO STEP 357 (remove_files) COMPLETE
54062024-12-21T00:11:35.793Z[ recovery-image] Dec 21 00:11:35.725 INFO O| Dec 21 00:11:35.725 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54072024-12-21T00:11:35.811Z[ recovery-image] Dec 21 00:11:35.748 INFO O| Dec 21 00:11:35.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
54082024-12-21T00:11:35.815Z[ recovery-image] Dec 21 00:11:35.748 INFO O| Dec 21 00:11:35.748 INFO STEP 358 (remove_files) COMPLETE
54092024-12-21T00:11:35.815Z[ recovery-image] Dec 21 00:11:35.748 INFO O| Dec 21 00:11:35.748 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54102024-12-21T00:11:35.836Z[ recovery-image] Dec 21 00:11:35.772 INFO O| Dec 21 00:11:35.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
54112024-12-21T00:11:35.838Z[ recovery-image] Dec 21 00:11:35.773 INFO O| Dec 21 00:11:35.772 INFO STEP 359 (remove_files) COMPLETE
54122024-12-21T00:11:35.839Z[ recovery-image] Dec 21 00:11:35.773 INFO O| Dec 21 00:11:35.773 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54132024-12-21T00:11:35.867Z[ recovery-image] Dec 21 00:11:35.803 INFO O| Dec 21 00:11:35.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
54142024-12-21T00:11:35.867Z[ recovery-image] Dec 21 00:11:35.803 INFO O| Dec 21 00:11:35.803 INFO STEP 360 (remove_files) COMPLETE
54152024-12-21T00:11:35.867Z[ recovery-image] Dec 21 00:11:35.803 INFO O| Dec 21 00:11:35.803 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54162024-12-21T00:11:35.904Z[ recovery-image] Dec 21 00:11:35.841 INFO O| Dec 21 00:11:35.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
54172024-12-21T00:11:35.904Z[ recovery-image] Dec 21 00:11:35.841 INFO O| Dec 21 00:11:35.841 INFO STEP 361 (remove_files) COMPLETE
54182024-12-21T00:11:35.907Z[ recovery-image] Dec 21 00:11:35.841 INFO O| Dec 21 00:11:35.841 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54192024-12-21T00:11:35.929Z[ recovery-image] Dec 21 00:11:35.866 INFO O| Dec 21 00:11:35.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
54202024-12-21T00:11:35.929Z[ recovery-image] Dec 21 00:11:35.866 INFO O| Dec 21 00:11:35.866 INFO STEP 362 (remove_files) COMPLETE
54212024-12-21T00:11:35.929Z[ recovery-image] Dec 21 00:11:35.866 INFO O| Dec 21 00:11:35.866 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54222024-12-21T00:11:35.988Z[ recovery-image] Dec 21 00:11:35.925 INFO O| Dec 21 00:11:35.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
54232024-12-21T00:11:35.988Z[ recovery-image] Dec 21 00:11:35.925 INFO O| Dec 21 00:11:35.925 INFO STEP 363 (remove_files) COMPLETE
54242024-12-21T00:11:35.988Z[ recovery-image] Dec 21 00:11:35.925 INFO O| Dec 21 00:11:35.925 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54252024-12-21T00:11:36.012Z[ recovery-image] Dec 21 00:11:35.948 INFO O| Dec 21 00:11:35.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
54262024-12-21T00:11:36.012Z[ recovery-image] Dec 21 00:11:35.949 INFO O| Dec 21 00:11:35.949 INFO STEP 364 (remove_files) COMPLETE
54272024-12-21T00:11:36.012Z[ recovery-image] Dec 21 00:11:35.949 INFO O| Dec 21 00:11:35.949 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54282024-12-21T00:11:36.062Z[ recovery-image] Dec 21 00:11:35.997 INFO O| Dec 21 00:11:35.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
54292024-12-21T00:11:36.062Z[ recovery-image] Dec 21 00:11:35.997 INFO O| Dec 21 00:11:35.997 INFO STEP 365 (remove_files) COMPLETE
54302024-12-21T00:11:36.062Z[ recovery-image] Dec 21 00:11:35.997 INFO O| Dec 21 00:11:35.997 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54312024-12-21T00:11:36.084Z[ recovery-image] Dec 21 00:11:36.021 INFO O| Dec 21 00:11:36.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
54322024-12-21T00:11:36.084Z[ recovery-image] Dec 21 00:11:36.021 INFO O| Dec 21 00:11:36.021 INFO STEP 366 (remove_files) COMPLETE
54332024-12-21T00:11:36.084Z[ recovery-image] Dec 21 00:11:36.021 INFO O| Dec 21 00:11:36.021 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54342024-12-21T00:11:36.125Z[ recovery-image] Dec 21 00:11:36.062 INFO O| Dec 21 00:11:36.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
54352024-12-21T00:11:36.127Z[ recovery-image] Dec 21 00:11:36.062 INFO O| Dec 21 00:11:36.062 INFO STEP 367 (remove_files) COMPLETE
54362024-12-21T00:11:36.128Z[ recovery-image] Dec 21 00:11:36.062 INFO O| Dec 21 00:11:36.062 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54372024-12-21T00:11:36.181Z[ recovery-image] Dec 21 00:11:36.118 INFO O| Dec 21 00:11:36.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
54382024-12-21T00:11:36.181Z[ recovery-image] Dec 21 00:11:36.118 INFO O| Dec 21 00:11:36.118 INFO STEP 368 (remove_files) COMPLETE
54392024-12-21T00:11:36.181Z[ recovery-image] Dec 21 00:11:36.118 INFO O| Dec 21 00:11:36.118 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54402024-12-21T00:11:36.208Z[ recovery-image] Dec 21 00:11:36.144 INFO O| Dec 21 00:11:36.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
54412024-12-21T00:11:36.209Z[ recovery-image] Dec 21 00:11:36.144 INFO O| Dec 21 00:11:36.144 INFO STEP 369 (remove_files) COMPLETE
54422024-12-21T00:11:36.209Z[ recovery-image] Dec 21 00:11:36.144 INFO O| Dec 21 00:11:36.144 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54432024-12-21T00:11:36.246Z[ recovery-image] Dec 21 00:11:36.182 INFO O| Dec 21 00:11:36.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
54442024-12-21T00:11:36.246Z[ recovery-image] Dec 21 00:11:36.182 INFO O| Dec 21 00:11:36.182 INFO STEP 370 (remove_files) COMPLETE
54452024-12-21T00:11:36.246Z[ recovery-image] Dec 21 00:11:36.182 INFO O| Dec 21 00:11:36.182 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54462024-12-21T00:11:36.267Z[ recovery-image] Dec 21 00:11:36.203 INFO O| Dec 21 00:11:36.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
54472024-12-21T00:11:36.267Z[ recovery-image] Dec 21 00:11:36.203 INFO O| Dec 21 00:11:36.203 INFO STEP 371 (remove_files) COMPLETE
54482024-12-21T00:11:36.267Z[ recovery-image] Dec 21 00:11:36.203 INFO O| Dec 21 00:11:36.203 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54492024-12-21T00:11:36.306Z[ recovery-image] Dec 21 00:11:36.242 INFO O| Dec 21 00:11:36.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
54502024-12-21T00:11:36.306Z[ recovery-image] Dec 21 00:11:36.242 INFO O| Dec 21 00:11:36.242 INFO STEP 372 (remove_files) COMPLETE
54512024-12-21T00:11:36.306Z[ recovery-image] Dec 21 00:11:36.242 INFO O| Dec 21 00:11:36.242 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54522024-12-21T00:11:36.342Z[ recovery-image] Dec 21 00:11:36.278 INFO O| Dec 21 00:11:36.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
54532024-12-21T00:11:36.342Z[ recovery-image] Dec 21 00:11:36.278 INFO O| Dec 21 00:11:36.278 INFO STEP 373 (remove_files) COMPLETE
54542024-12-21T00:11:36.342Z[ recovery-image] Dec 21 00:11:36.278 INFO O| Dec 21 00:11:36.278 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54552024-12-21T00:11:36.426Z[ recovery-image] Dec 21 00:11:36.363 INFO O| Dec 21 00:11:36.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
54562024-12-21T00:11:36.426Z[ recovery-image] Dec 21 00:11:36.363 INFO O| Dec 21 00:11:36.363 INFO STEP 374 (remove_files) COMPLETE
54572024-12-21T00:11:36.429Z[ recovery-image] Dec 21 00:11:36.363 INFO O| Dec 21 00:11:36.363 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54582024-12-21T00:11:36.513Z[ recovery-image] Dec 21 00:11:36.450 INFO O| Dec 21 00:11:36.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
54592024-12-21T00:11:36.519Z[ recovery-image] Dec 21 00:11:36.456 INFO O| Dec 21 00:11:36.456 INFO STEP 375 (remove_files) COMPLETE
54602024-12-21T00:11:36.519Z[ recovery-image] Dec 21 00:11:36.456 INFO O| Dec 21 00:11:36.456 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54612024-12-21T00:11:36.557Z[ recovery-image] Dec 21 00:11:36.494 INFO O| Dec 21 00:11:36.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
54622024-12-21T00:11:36.557Z[ recovery-image] Dec 21 00:11:36.494 INFO O| Dec 21 00:11:36.494 INFO STEP 376 (remove_files) COMPLETE
54632024-12-21T00:11:36.557Z[ recovery-image] Dec 21 00:11:36.494 INFO O| Dec 21 00:11:36.494 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54642024-12-21T00:11:36.604Z[ recovery-image] Dec 21 00:11:36.540 INFO O| Dec 21 00:11:36.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
54652024-12-21T00:11:36.607Z[ recovery-image] Dec 21 00:11:36.540 INFO O| Dec 21 00:11:36.540 INFO STEP 377 (remove_files) COMPLETE
54662024-12-21T00:11:36.607Z[ recovery-image] Dec 21 00:11:36.540 INFO O| Dec 21 00:11:36.540 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54672024-12-21T00:11:36.658Z[ recovery-image] Dec 21 00:11:36.595 INFO O| Dec 21 00:11:36.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
54682024-12-21T00:11:36.661Z[ recovery-image] Dec 21 00:11:36.595 INFO O| Dec 21 00:11:36.595 INFO STEP 378 (remove_files) COMPLETE
54692024-12-21T00:11:36.661Z[ recovery-image] Dec 21 00:11:36.595 INFO O| Dec 21 00:11:36.595 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54702024-12-21T00:11:36.688Z[ recovery-image] Dec 21 00:11:36.624 INFO O| Dec 21 00:11:36.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
54712024-12-21T00:11:36.688Z[ recovery-image] Dec 21 00:11:36.624 INFO O| Dec 21 00:11:36.624 INFO STEP 379 (remove_files) COMPLETE
54722024-12-21T00:11:36.691Z[ recovery-image] Dec 21 00:11:36.624 INFO O| Dec 21 00:11:36.624 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54732024-12-21T00:11:36.714Z[ recovery-image] Dec 21 00:11:36.651 INFO O| Dec 21 00:11:36.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
54742024-12-21T00:11:36.714Z[ recovery-image] Dec 21 00:11:36.651 INFO O| Dec 21 00:11:36.651 INFO STEP 380 (remove_files) COMPLETE
54752024-12-21T00:11:36.717Z[ recovery-image] Dec 21 00:11:36.651 INFO O| Dec 21 00:11:36.651 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54762024-12-21T00:11:36.743Z[ recovery-image] Dec 21 00:11:36.679 INFO O| Dec 21 00:11:36.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
54772024-12-21T00:11:36.743Z[ recovery-image] Dec 21 00:11:36.680 INFO O| Dec 21 00:11:36.679 INFO STEP 381 (remove_files) COMPLETE
54782024-12-21T00:11:36.743Z[ recovery-image] Dec 21 00:11:36.680 INFO O| Dec 21 00:11:36.680 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54792024-12-21T00:11:36.788Z[ recovery-image] Dec 21 00:11:36.724 INFO O| Dec 21 00:11:36.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
54802024-12-21T00:11:36.788Z[ recovery-image] Dec 21 00:11:36.724 INFO O| Dec 21 00:11:36.724 INFO STEP 382 (remove_files) COMPLETE
54812024-12-21T00:11:36.788Z[ recovery-image] Dec 21 00:11:36.724 INFO O| Dec 21 00:11:36.724 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54822024-12-21T00:11:36.823Z[ recovery-image] Dec 21 00:11:36.760 INFO O| Dec 21 00:11:36.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
54832024-12-21T00:11:36.831Z[ recovery-image] Dec 21 00:11:36.761 INFO O| Dec 21 00:11:36.761 INFO STEP 383 (remove_files) COMPLETE
54842024-12-21T00:11:36.831Z[ recovery-image] Dec 21 00:11:36.761 INFO O| Dec 21 00:11:36.761 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54852024-12-21T00:11:36.878Z[ recovery-image] Dec 21 00:11:36.815 INFO O| Dec 21 00:11:36.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
54862024-12-21T00:11:36.881Z[ recovery-image] Dec 21 00:11:36.815 INFO O| Dec 21 00:11:36.815 INFO STEP 384 (remove_files) COMPLETE
54872024-12-21T00:11:36.882Z[ recovery-image] Dec 21 00:11:36.815 INFO O| Dec 21 00:11:36.815 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54882024-12-21T00:11:36.902Z[ recovery-image] Dec 21 00:11:36.839 INFO O| Dec 21 00:11:36.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
54892024-12-21T00:11:36.904Z[ recovery-image] Dec 21 00:11:36.839 INFO O| Dec 21 00:11:36.839 INFO STEP 385 (remove_files) COMPLETE
54902024-12-21T00:11:36.905Z[ recovery-image] Dec 21 00:11:36.839 INFO O| Dec 21 00:11:36.839 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54912024-12-21T00:11:36.926Z[ recovery-image] Dec 21 00:11:36.863 INFO O| Dec 21 00:11:36.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
54922024-12-21T00:11:36.926Z[ recovery-image] Dec 21 00:11:36.863 INFO O| Dec 21 00:11:36.863 INFO STEP 386 (remove_files) COMPLETE
54932024-12-21T00:11:36.929Z[ recovery-image] Dec 21 00:11:36.863 INFO O| Dec 21 00:11:36.863 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54942024-12-21T00:11:36.963Z[ recovery-image] Dec 21 00:11:36.900 INFO O| Dec 21 00:11:36.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
54952024-12-21T00:11:36.966Z[ recovery-image] Dec 21 00:11:36.900 INFO O| Dec 21 00:11:36.900 INFO STEP 387 (remove_files) COMPLETE
54962024-12-21T00:11:36.966Z[ recovery-image] Dec 21 00:11:36.900 INFO O| Dec 21 00:11:36.900 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54972024-12-21T00:11:36.989Z[ recovery-image] Dec 21 00:11:36.925 INFO O| Dec 21 00:11:36.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
54982024-12-21T00:11:36.991Z[ recovery-image] Dec 21 00:11:36.926 INFO O| Dec 21 00:11:36.926 INFO STEP 388 (remove_files) COMPLETE
54992024-12-21T00:11:36.991Z[ recovery-image] Dec 21 00:11:36.926 INFO O| Dec 21 00:11:36.926 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55002024-12-21T00:11:37.019Z[ recovery-image] Dec 21 00:11:36.955 INFO O| Dec 21 00:11:36.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
55012024-12-21T00:11:37.022Z[ recovery-image] Dec 21 00:11:36.956 INFO O| Dec 21 00:11:36.955 INFO STEP 389 (remove_files) COMPLETE
55022024-12-21T00:11:37.022Z[ recovery-image] Dec 21 00:11:36.956 INFO O| Dec 21 00:11:36.956 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55032024-12-21T00:11:37.041Z[ recovery-image] Dec 21 00:11:36.978 INFO O| Dec 21 00:11:36.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
55042024-12-21T00:11:37.044Z[ recovery-image] Dec 21 00:11:36.978 INFO O| Dec 21 00:11:36.978 INFO STEP 390 (remove_files) COMPLETE
55052024-12-21T00:11:37.044Z[ recovery-image] Dec 21 00:11:36.978 INFO O| Dec 21 00:11:36.978 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55062024-12-21T00:11:37.063Z[ recovery-image] Dec 21 00:11:37.000 INFO O| Dec 21 00:11:36.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
55072024-12-21T00:11:37.063Z[ recovery-image] Dec 21 00:11:37.000 INFO O| Dec 21 00:11:37.000 INFO STEP 391 (remove_files) COMPLETE
55082024-12-21T00:11:37.063Z[ recovery-image] Dec 21 00:11:37.000 INFO O| Dec 21 00:11:37.000 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55092024-12-21T00:11:37.090Z[ recovery-image] Dec 21 00:11:37.027 INFO O| Dec 21 00:11:37.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
55102024-12-21T00:11:37.090Z[ recovery-image] Dec 21 00:11:37.027 INFO O| Dec 21 00:11:37.027 INFO STEP 392 (remove_files) COMPLETE
55112024-12-21T00:11:37.090Z[ recovery-image] Dec 21 00:11:37.027 INFO O| Dec 21 00:11:37.027 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55122024-12-21T00:11:37.114Z[ recovery-image] Dec 21 00:11:37.051 INFO O| Dec 21 00:11:37.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
55132024-12-21T00:11:37.114Z[ recovery-image] Dec 21 00:11:37.051 INFO O| Dec 21 00:11:37.051 INFO STEP 393 (remove_files) COMPLETE
55142024-12-21T00:11:37.114Z[ recovery-image] Dec 21 00:11:37.051 INFO O| Dec 21 00:11:37.051 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55152024-12-21T00:11:37.155Z[ recovery-image] Dec 21 00:11:37.092 INFO O| Dec 21 00:11:37.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
55162024-12-21T00:11:37.159Z[ recovery-image] Dec 21 00:11:37.092 INFO O| Dec 21 00:11:37.092 INFO STEP 394 (remove_files) COMPLETE
55172024-12-21T00:11:37.159Z[ recovery-image] Dec 21 00:11:37.092 INFO O| Dec 21 00:11:37.092 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55182024-12-21T00:11:37.217Z[ recovery-image] Dec 21 00:11:37.154 INFO O| Dec 21 00:11:37.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
55192024-12-21T00:11:37.217Z[ recovery-image] Dec 21 00:11:37.154 INFO O| Dec 21 00:11:37.154 INFO STEP 395 (remove_files) COMPLETE
55202024-12-21T00:11:37.217Z[ recovery-image] Dec 21 00:11:37.154 INFO O| Dec 21 00:11:37.154 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55212024-12-21T00:11:37.250Z[ recovery-image] Dec 21 00:11:37.185 INFO O| Dec 21 00:11:37.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
55222024-12-21T00:11:37.250Z[ recovery-image] Dec 21 00:11:37.186 INFO O| Dec 21 00:11:37.185 INFO STEP 396 (remove_files) COMPLETE
55232024-12-21T00:11:37.250Z[ recovery-image] Dec 21 00:11:37.186 INFO O| Dec 21 00:11:37.186 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55242024-12-21T00:11:37.288Z[ recovery-image] Dec 21 00:11:37.225 INFO O| Dec 21 00:11:37.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
55252024-12-21T00:11:37.288Z[ recovery-image] Dec 21 00:11:37.225 INFO O| Dec 21 00:11:37.225 INFO STEP 397 (remove_files) COMPLETE
55262024-12-21T00:11:37.288Z[ recovery-image] Dec 21 00:11:37.225 INFO O| Dec 21 00:11:37.225 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55272024-12-21T00:11:37.312Z[ recovery-image] Dec 21 00:11:37.249 INFO O| Dec 21 00:11:37.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
55282024-12-21T00:11:37.315Z[ recovery-image] Dec 21 00:11:37.250 INFO O| Dec 21 00:11:37.249 INFO STEP 398 (remove_files) COMPLETE
55292024-12-21T00:11:37.315Z[ recovery-image] Dec 21 00:11:37.250 INFO O| Dec 21 00:11:37.249 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55302024-12-21T00:11:37.336Z[ recovery-image] Dec 21 00:11:37.273 INFO O| Dec 21 00:11:37.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
55312024-12-21T00:11:37.336Z[ recovery-image] Dec 21 00:11:37.274 INFO O| Dec 21 00:11:37.273 INFO STEP 399 (remove_files) COMPLETE
55322024-12-21T00:11:37.336Z[ recovery-image] Dec 21 00:11:37.274 INFO O| Dec 21 00:11:37.274 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55332024-12-21T00:11:37.362Z[ recovery-image] Dec 21 00:11:37.299 INFO O| Dec 21 00:11:37.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
55342024-12-21T00:11:37.362Z[ recovery-image] Dec 21 00:11:37.299 INFO O| Dec 21 00:11:37.299 INFO STEP 400 (remove_files) COMPLETE
55352024-12-21T00:11:37.362Z[ recovery-image] Dec 21 00:11:37.299 INFO O| Dec 21 00:11:37.299 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55362024-12-21T00:11:37.402Z[ recovery-image] Dec 21 00:11:37.339 INFO O| Dec 21 00:11:37.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
55372024-12-21T00:11:37.403Z[ recovery-image] Dec 21 00:11:37.339 INFO O| Dec 21 00:11:37.339 INFO STEP 401 (remove_files) COMPLETE
55382024-12-21T00:11:37.403Z[ recovery-image] Dec 21 00:11:37.339 INFO O| Dec 21 00:11:37.339 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55392024-12-21T00:11:37.440Z[ recovery-image] Dec 21 00:11:37.377 INFO O| Dec 21 00:11:37.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
55402024-12-21T00:11:37.440Z[ recovery-image] Dec 21 00:11:37.377 INFO O| Dec 21 00:11:37.377 INFO STEP 402 (remove_files) COMPLETE
55412024-12-21T00:11:37.444Z[ recovery-image] Dec 21 00:11:37.377 INFO O| Dec 21 00:11:37.377 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55422024-12-21T00:11:37.466Z[ recovery-image] Dec 21 00:11:37.403 INFO O| Dec 21 00:11:37.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
55432024-12-21T00:11:37.466Z[ recovery-image] Dec 21 00:11:37.403 INFO O| Dec 21 00:11:37.403 INFO STEP 403 (remove_files) COMPLETE
55442024-12-21T00:11:37.466Z[ recovery-image] Dec 21 00:11:37.403 INFO O| Dec 21 00:11:37.403 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55452024-12-21T00:11:37.504Z[ recovery-image] Dec 21 00:11:37.441 INFO O| Dec 21 00:11:37.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
55462024-12-21T00:11:37.506Z[ recovery-image] Dec 21 00:11:37.441 INFO O| Dec 21 00:11:37.441 INFO STEP 404 (remove_files) COMPLETE
55472024-12-21T00:11:37.506Z[ recovery-image] Dec 21 00:11:37.441 INFO O| Dec 21 00:11:37.441 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55482024-12-21T00:11:37.539Z[ recovery-image] Dec 21 00:11:37.476 INFO O| Dec 21 00:11:37.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
55492024-12-21T00:11:37.542Z[ recovery-image] Dec 21 00:11:37.477 INFO O| Dec 21 00:11:37.476 INFO STEP 405 (remove_files) COMPLETE
55502024-12-21T00:11:37.542Z[ recovery-image] Dec 21 00:11:37.477 INFO O| Dec 21 00:11:37.477 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55512024-12-21T00:11:37.563Z[ recovery-image] Dec 21 00:11:37.500 INFO O| Dec 21 00:11:37.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
55522024-12-21T00:11:37.563Z[ recovery-image] Dec 21 00:11:37.500 INFO O| Dec 21 00:11:37.500 INFO STEP 406 (remove_files) COMPLETE
55532024-12-21T00:11:37.563Z[ recovery-image] Dec 21 00:11:37.500 INFO O| Dec 21 00:11:37.500 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55542024-12-21T00:11:37.584Z[ recovery-image] Dec 21 00:11:37.521 INFO O| Dec 21 00:11:37.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
55552024-12-21T00:11:37.585Z[ recovery-image] Dec 21 00:11:37.522 INFO O| Dec 21 00:11:37.522 INFO STEP 407 (remove_files) COMPLETE
55562024-12-21T00:11:37.585Z[ recovery-image] Dec 21 00:11:37.522 INFO O| Dec 21 00:11:37.522 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55572024-12-21T00:11:37.622Z[ recovery-image] Dec 21 00:11:37.559 INFO O| Dec 21 00:11:37.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
55582024-12-21T00:11:37.622Z[ recovery-image] Dec 21 00:11:37.559 INFO O| Dec 21 00:11:37.559 INFO STEP 408 (remove_files) COMPLETE
55592024-12-21T00:11:37.622Z[ recovery-image] Dec 21 00:11:37.559 INFO O| Dec 21 00:11:37.559 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55602024-12-21T00:11:37.643Z[ recovery-image] Dec 21 00:11:37.580 INFO O| Dec 21 00:11:37.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
55612024-12-21T00:11:37.643Z[ recovery-image] Dec 21 00:11:37.581 INFO O| Dec 21 00:11:37.580 INFO STEP 409 (remove_files) COMPLETE
55622024-12-21T00:11:37.643Z[ recovery-image] Dec 21 00:11:37.581 INFO O| Dec 21 00:11:37.581 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55632024-12-21T00:11:37.677Z[ recovery-image] Dec 21 00:11:37.614 INFO O| Dec 21 00:11:37.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
55642024-12-21T00:11:37.677Z[ recovery-image] Dec 21 00:11:37.614 INFO O| Dec 21 00:11:37.614 INFO STEP 410 (remove_files) COMPLETE
55652024-12-21T00:11:37.677Z[ recovery-image] Dec 21 00:11:37.614 INFO O| Dec 21 00:11:37.614 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55662024-12-21T00:11:37.736Z[ recovery-image] Dec 21 00:11:37.673 INFO O| Dec 21 00:11:37.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
55672024-12-21T00:11:37.736Z[ recovery-image] Dec 21 00:11:37.673 INFO O| Dec 21 00:11:37.673 INFO STEP 411 (remove_files) COMPLETE
55682024-12-21T00:11:37.736Z[ recovery-image] Dec 21 00:11:37.673 INFO O| Dec 21 00:11:37.673 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55692024-12-21T00:11:37.783Z[ host-image] Dec 21 00:11:37.720 INFO O| Dec 21 00:11:37.720 INFO O| Done
55702024-12-21T00:11:37.800Z[ recovery-image] Dec 21 00:11:37.737 INFO O| Dec 21 00:11:37.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
55712024-12-21T00:11:37.800Z[ recovery-image] Dec 21 00:11:37.737 INFO O| Dec 21 00:11:37.737 INFO STEP 412 (remove_files) COMPLETE
55722024-12-21T00:11:37.804Z[ recovery-image] Dec 21 00:11:37.737 INFO O| Dec 21 00:11:37.737 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55732024-12-21T00:11:37.824Z[ recovery-image] Dec 21 00:11:37.761 INFO O| Dec 21 00:11:37.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
55742024-12-21T00:11:37.824Z[ recovery-image] Dec 21 00:11:37.761 INFO O| Dec 21 00:11:37.761 INFO STEP 413 (remove_files) COMPLETE
55752024-12-21T00:11:37.824Z[ recovery-image] Dec 21 00:11:37.762 INFO O| Dec 21 00:11:37.761 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55762024-12-21T00:11:37.833Z[ host-image] Dec 21 00:11:37.770 INFO O| Dec 21 00:11:37.770 INFO O| Done
55772024-12-21T00:11:37.836Z[ host-image] Dec 21 00:11:37.770 INFO O| Dec 21 00:11:37.770 INFO O| Done
55782024-12-21T00:11:37.851Z[ recovery-image] Dec 21 00:11:37.787 INFO O| Dec 21 00:11:37.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
55792024-12-21T00:11:37.851Z[ recovery-image] Dec 21 00:11:37.787 INFO O| Dec 21 00:11:37.787 INFO STEP 414 (remove_files) COMPLETE
55802024-12-21T00:11:37.851Z[ recovery-image] Dec 21 00:11:37.787 INFO O| Dec 21 00:11:37.787 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55812024-12-21T00:11:37.899Z[ host-image] Dec 21 00:11:37.836 INFO O| Dec 21 00:11:37.836 INFO O| Done
55822024-12-21T00:11:37.925Z[ recovery-image] Dec 21 00:11:37.862 INFO O| Dec 21 00:11:37.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
55832024-12-21T00:11:37.925Z[ recovery-image] Dec 21 00:11:37.862 INFO O| Dec 21 00:11:37.862 INFO STEP 415 (remove_files) COMPLETE
55842024-12-21T00:11:37.925Z[ recovery-image] Dec 21 00:11:37.862 INFO O| Dec 21 00:11:37.862 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55852024-12-21T00:11:37.947Z[ recovery-image] Dec 21 00:11:37.884 INFO O| Dec 21 00:11:37.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
55862024-12-21T00:11:37.947Z[ recovery-image] Dec 21 00:11:37.884 INFO O| Dec 21 00:11:37.884 INFO STEP 416 (remove_files) COMPLETE
55872024-12-21T00:11:37.947Z[ recovery-image] Dec 21 00:11:37.884 INFO O| Dec 21 00:11:37.884 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55882024-12-21T00:11:37.970Z[ recovery-image] Dec 21 00:11:37.907 INFO O| Dec 21 00:11:37.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
55892024-12-21T00:11:37.970Z[ recovery-image] Dec 21 00:11:37.907 INFO O| Dec 21 00:11:37.907 INFO STEP 417 (remove_files) COMPLETE
55902024-12-21T00:11:37.970Z[ recovery-image] Dec 21 00:11:37.907 INFO O| Dec 21 00:11:37.907 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55912024-12-21T00:11:37.992Z[ recovery-image] Dec 21 00:11:37.930 INFO O| Dec 21 00:11:37.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
55922024-12-21T00:11:37.992Z[ recovery-image] Dec 21 00:11:37.930 INFO O| Dec 21 00:11:37.930 INFO STEP 418 (remove_files) COMPLETE
55932024-12-21T00:11:37.992Z[ recovery-image] Dec 21 00:11:37.930 INFO O| Dec 21 00:11:37.930 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55942024-12-21T00:11:38.053Z[ recovery-image] Dec 21 00:11:37.990 INFO O| Dec 21 00:11:37.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
55952024-12-21T00:11:38.053Z[ recovery-image] Dec 21 00:11:37.990 INFO O| Dec 21 00:11:37.990 INFO STEP 419 (remove_files) COMPLETE
55962024-12-21T00:11:38.057Z[ recovery-image] Dec 21 00:11:37.990 INFO O| Dec 21 00:11:37.990 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55972024-12-21T00:11:38.076Z[ recovery-image] Dec 21 00:11:38.013 INFO O| Dec 21 00:11:38.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
55982024-12-21T00:11:38.076Z[ recovery-image] Dec 21 00:11:38.013 INFO O| Dec 21 00:11:38.013 INFO STEP 420 (remove_files) COMPLETE
55992024-12-21T00:11:38.076Z[ recovery-image] Dec 21 00:11:38.013 INFO O| Dec 21 00:11:38.013 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56002024-12-21T00:11:38.117Z[ recovery-image] Dec 21 00:11:38.054 INFO O| Dec 21 00:11:38.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
56012024-12-21T00:11:38.117Z[ recovery-image] Dec 21 00:11:38.055 INFO O| Dec 21 00:11:38.054 INFO STEP 421 (remove_files) COMPLETE
56022024-12-21T00:11:38.120Z[ recovery-image] Dec 21 00:11:38.055 INFO O| Dec 21 00:11:38.054 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56032024-12-21T00:11:38.128Z[ host-image] Dec 21 00:11:38.065 INFO O| Dec 21 00:11:38.065 INFO STEP 13 (pkg_install) COMPLETE
56042024-12-21T00:11:38.128Z[ host-image] Dec 21 00:11:38.065 INFO O| Dec 21 00:11:38.065 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
56052024-12-21T00:11:38.150Z[ host-image] Dec 21 00:11:38.087 INFO O| Dec 21 00:11:38.087 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
56062024-12-21T00:11:38.223Z[ recovery-image] Dec 21 00:11:38.160 INFO O| Dec 21 00:11:38.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
56072024-12-21T00:11:38.223Z[ recovery-image] Dec 21 00:11:38.160 INFO O| Dec 21 00:11:38.160 INFO STEP 422 (remove_files) COMPLETE
56082024-12-21T00:11:38.226Z[ recovery-image] Dec 21 00:11:38.160 INFO O| Dec 21 00:11:38.160 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56092024-12-21T00:11:38.245Z[ recovery-image] Dec 21 00:11:38.182 INFO O| Dec 21 00:11:38.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
56102024-12-21T00:11:38.245Z[ recovery-image] Dec 21 00:11:38.182 INFO O| Dec 21 00:11:38.182 INFO STEP 423 (remove_files) COMPLETE
56112024-12-21T00:11:38.248Z[ recovery-image] Dec 21 00:11:38.182 INFO O| Dec 21 00:11:38.182 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56122024-12-21T00:11:38.266Z[ recovery-image] Dec 21 00:11:38.203 INFO O| Dec 21 00:11:38.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
56132024-12-21T00:11:38.266Z[ recovery-image] Dec 21 00:11:38.203 INFO O| Dec 21 00:11:38.203 INFO STEP 424 (remove_files) COMPLETE
56142024-12-21T00:11:38.266Z[ recovery-image] Dec 21 00:11:38.203 INFO O| Dec 21 00:11:38.203 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56152024-12-21T00:11:38.298Z[ recovery-image] Dec 21 00:11:38.235 INFO O| Dec 21 00:11:38.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
56162024-12-21T00:11:38.323Z[ recovery-image] Dec 21 00:11:38.235 INFO O| Dec 21 00:11:38.235 INFO STEP 425 (remove_files) COMPLETE
56172024-12-21T00:11:38.323Z[ recovery-image] Dec 21 00:11:38.235 INFO O| Dec 21 00:11:38.235 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56182024-12-21T00:11:38.326Z[ recovery-image] Dec 21 00:11:38.257 INFO O| Dec 21 00:11:38.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
56192024-12-21T00:11:38.326Z[ recovery-image] Dec 21 00:11:38.257 INFO O| Dec 21 00:11:38.257 INFO STEP 426 (remove_files) COMPLETE
56202024-12-21T00:11:38.326Z[ recovery-image] Dec 21 00:11:38.257 INFO O| Dec 21 00:11:38.257 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56212024-12-21T00:11:38.341Z[ recovery-image] Dec 21 00:11:38.278 INFO O| Dec 21 00:11:38.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
56222024-12-21T00:11:38.344Z[ recovery-image] Dec 21 00:11:38.279 INFO O| Dec 21 00:11:38.279 INFO STEP 427 (remove_files) COMPLETE
56232024-12-21T00:11:38.344Z[ recovery-image] Dec 21 00:11:38.279 INFO O| Dec 21 00:11:38.279 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56242024-12-21T00:11:38.363Z[ recovery-image] Dec 21 00:11:38.300 INFO O| Dec 21 00:11:38.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
56252024-12-21T00:11:38.366Z[ recovery-image] Dec 21 00:11:38.300 INFO O| Dec 21 00:11:38.300 INFO STEP 428 (remove_files) COMPLETE
56262024-12-21T00:11:38.366Z[ recovery-image] Dec 21 00:11:38.301 INFO O| Dec 21 00:11:38.300 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56272024-12-21T00:11:38.387Z[ recovery-image] Dec 21 00:11:38.324 INFO O| Dec 21 00:11:38.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
56282024-12-21T00:11:38.390Z[ recovery-image] Dec 21 00:11:38.325 INFO O| Dec 21 00:11:38.325 INFO STEP 429 (remove_files) COMPLETE
56292024-12-21T00:11:38.390Z[ recovery-image] Dec 21 00:11:38.325 INFO O| Dec 21 00:11:38.325 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56302024-12-21T00:11:38.416Z[ recovery-image] Dec 21 00:11:38.353 INFO O| Dec 21 00:11:38.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
56312024-12-21T00:11:38.416Z[ recovery-image] Dec 21 00:11:38.354 INFO O| Dec 21 00:11:38.353 INFO STEP 430 (remove_files) COMPLETE
56322024-12-21T00:11:38.419Z[ recovery-image] Dec 21 00:11:38.354 INFO O| Dec 21 00:11:38.354 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56332024-12-21T00:11:38.449Z[ recovery-image] Dec 21 00:11:38.386 INFO O| Dec 21 00:11:38.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
56342024-12-21T00:11:38.452Z[ recovery-image] Dec 21 00:11:38.386 INFO O| Dec 21 00:11:38.386 INFO STEP 431 (remove_files) COMPLETE
56352024-12-21T00:11:38.452Z[ recovery-image] Dec 21 00:11:38.386 INFO O| Dec 21 00:11:38.386 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56362024-12-21T00:11:38.508Z[ recovery-image] Dec 21 00:11:38.445 INFO O| Dec 21 00:11:38.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
56372024-12-21T00:11:38.508Z[ recovery-image] Dec 21 00:11:38.445 INFO O| Dec 21 00:11:38.445 INFO STEP 432 (remove_files) COMPLETE
56382024-12-21T00:11:38.510Z[ recovery-image] Dec 21 00:11:38.446 INFO O| Dec 21 00:11:38.445 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56392024-12-21T00:11:38.537Z[ recovery-image] Dec 21 00:11:38.473 INFO O| Dec 21 00:11:38.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
56402024-12-21T00:11:38.537Z[ recovery-image] Dec 21 00:11:38.473 INFO O| Dec 21 00:11:38.473 INFO STEP 433 (remove_files) COMPLETE
56412024-12-21T00:11:38.537Z[ recovery-image] Dec 21 00:11:38.473 INFO O| Dec 21 00:11:38.473 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56422024-12-21T00:11:38.558Z[ recovery-image] Dec 21 00:11:38.495 INFO O| Dec 21 00:11:38.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
56432024-12-21T00:11:38.558Z[ recovery-image] Dec 21 00:11:38.495 INFO O| Dec 21 00:11:38.495 INFO STEP 434 (remove_files) COMPLETE
56442024-12-21T00:11:38.558Z[ recovery-image] Dec 21 00:11:38.495 INFO O| Dec 21 00:11:38.495 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56452024-12-21T00:11:38.579Z[ recovery-image] Dec 21 00:11:38.516 INFO O| Dec 21 00:11:38.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
56462024-12-21T00:11:38.579Z[ recovery-image] Dec 21 00:11:38.516 INFO O| Dec 21 00:11:38.516 INFO STEP 435 (remove_files) COMPLETE
56472024-12-21T00:11:38.582Z[ recovery-image] Dec 21 00:11:38.516 INFO O| Dec 21 00:11:38.516 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56482024-12-21T00:11:38.614Z[ recovery-image] Dec 21 00:11:38.551 INFO O| Dec 21 00:11:38.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
56492024-12-21T00:11:38.614Z[ recovery-image] Dec 21 00:11:38.551 INFO O| Dec 21 00:11:38.551 INFO STEP 436 (remove_files) COMPLETE
56502024-12-21T00:11:38.617Z[ recovery-image] Dec 21 00:11:38.551 INFO O| Dec 21 00:11:38.551 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56512024-12-21T00:11:38.676Z[ recovery-image] Dec 21 00:11:38.613 INFO O| Dec 21 00:11:38.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
56522024-12-21T00:11:38.677Z[ recovery-image] Dec 21 00:11:38.613 INFO O| Dec 21 00:11:38.613 INFO STEP 437 (remove_files) COMPLETE
56532024-12-21T00:11:38.677Z[ recovery-image] Dec 21 00:11:38.613 INFO O| Dec 21 00:11:38.613 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56542024-12-21T00:11:38.760Z[ recovery-image] Dec 21 00:11:38.696 INFO O| Dec 21 00:11:38.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
56552024-12-21T00:11:38.760Z[ recovery-image] Dec 21 00:11:38.696 INFO O| Dec 21 00:11:38.696 INFO STEP 438 (remove_files) COMPLETE
56562024-12-21T00:11:38.760Z[ recovery-image] Dec 21 00:11:38.696 INFO O| Dec 21 00:11:38.696 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56572024-12-21T00:11:38.793Z[ recovery-image] Dec 21 00:11:38.730 INFO O| Dec 21 00:11:38.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
56582024-12-21T00:11:38.793Z[ recovery-image] Dec 21 00:11:38.730 INFO O| Dec 21 00:11:38.730 INFO STEP 439 (remove_files) COMPLETE
56592024-12-21T00:11:38.793Z[ recovery-image] Dec 21 00:11:38.730 INFO O| Dec 21 00:11:38.730 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56602024-12-21T00:11:38.894Z[ recovery-image] Dec 21 00:11:38.831 INFO O| Dec 21 00:11:38.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
56612024-12-21T00:11:38.894Z[ recovery-image] Dec 21 00:11:38.831 INFO O| Dec 21 00:11:38.831 INFO STEP 440 (remove_files) COMPLETE
56622024-12-21T00:11:38.894Z[ recovery-image] Dec 21 00:11:38.831 INFO O| Dec 21 00:11:38.831 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56632024-12-21T00:11:38.954Z[ recovery-image] Dec 21 00:11:38.892 INFO O| Dec 21 00:11:38.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
56642024-12-21T00:11:38.955Z[ recovery-image] Dec 21 00:11:38.892 INFO O| Dec 21 00:11:38.892 INFO STEP 441 (remove_files) COMPLETE
56652024-12-21T00:11:38.955Z[ recovery-image] Dec 21 00:11:38.892 INFO O| Dec 21 00:11:38.892 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56662024-12-21T00:11:38.978Z[ recovery-image] Dec 21 00:11:38.914 INFO O| Dec 21 00:11:38.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
56672024-12-21T00:11:38.978Z[ recovery-image] Dec 21 00:11:38.914 INFO O| Dec 21 00:11:38.914 INFO STEP 442 (remove_files) COMPLETE
56682024-12-21T00:11:38.981Z[ recovery-image] Dec 21 00:11:38.914 INFO O| Dec 21 00:11:38.914 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56692024-12-21T00:11:38.997Z[ recovery-image] Dec 21 00:11:38.934 INFO O| Dec 21 00:11:38.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
56702024-12-21T00:11:38.997Z[ recovery-image] Dec 21 00:11:38.934 INFO O| Dec 21 00:11:38.934 INFO STEP 443 (remove_files) COMPLETE
56712024-12-21T00:11:38.999Z[ recovery-image] Dec 21 00:11:38.934 INFO O| Dec 21 00:11:38.934 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56722024-12-21T00:11:39.018Z[ recovery-image] Dec 21 00:11:38.956 INFO O| Dec 21 00:11:38.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
56732024-12-21T00:11:39.018Z[ recovery-image] Dec 21 00:11:38.956 INFO O| Dec 21 00:11:38.956 INFO STEP 444 (remove_files) COMPLETE
56742024-12-21T00:11:39.021Z[ recovery-image] Dec 21 00:11:38.956 INFO O| Dec 21 00:11:38.956 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56752024-12-21T00:11:39.050Z[ recovery-image] Dec 21 00:11:38.987 INFO O| Dec 21 00:11:38.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
56762024-12-21T00:11:39.050Z[ recovery-image] Dec 21 00:11:38.987 INFO O| Dec 21 00:11:38.987 INFO STEP 445 (remove_files) COMPLETE
56772024-12-21T00:11:39.050Z[ recovery-image] Dec 21 00:11:38.987 INFO O| Dec 21 00:11:38.987 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56782024-12-21T00:11:39.114Z[ recovery-image] Dec 21 00:11:39.051 INFO O| Dec 21 00:11:39.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
56792024-12-21T00:11:39.117Z[ recovery-image] Dec 21 00:11:39.051 INFO O| Dec 21 00:11:39.051 INFO STEP 446 (remove_files) COMPLETE
56802024-12-21T00:11:39.117Z[ recovery-image] Dec 21 00:11:39.051 INFO O| Dec 21 00:11:39.051 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56812024-12-21T00:11:39.138Z[ recovery-image] Dec 21 00:11:39.076 INFO O| Dec 21 00:11:39.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
56822024-12-21T00:11:39.138Z[ recovery-image] Dec 21 00:11:39.076 INFO O| Dec 21 00:11:39.076 INFO STEP 447 (remove_files) COMPLETE
56832024-12-21T00:11:39.141Z[ recovery-image] Dec 21 00:11:39.076 INFO O| Dec 21 00:11:39.076 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56842024-12-21T00:11:39.177Z[ recovery-image] Dec 21 00:11:39.114 INFO O| Dec 21 00:11:39.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
56852024-12-21T00:11:39.177Z[ recovery-image] Dec 21 00:11:39.114 INFO O| Dec 21 00:11:39.114 INFO STEP 448 (remove_files) COMPLETE
56862024-12-21T00:11:39.177Z[ recovery-image] Dec 21 00:11:39.114 INFO O| Dec 21 00:11:39.114 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56872024-12-21T00:11:39.201Z[ recovery-image] Dec 21 00:11:39.139 INFO O| Dec 21 00:11:39.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
56882024-12-21T00:11:39.201Z[ recovery-image] Dec 21 00:11:39.139 INFO O| Dec 21 00:11:39.139 INFO STEP 449 (remove_files) COMPLETE
56892024-12-21T00:11:39.202Z[ recovery-image] Dec 21 00:11:39.139 INFO O| Dec 21 00:11:39.139 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56902024-12-21T00:11:39.246Z[ recovery-image] Dec 21 00:11:39.183 INFO O| Dec 21 00:11:39.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
56912024-12-21T00:11:39.246Z[ recovery-image] Dec 21 00:11:39.183 INFO O| Dec 21 00:11:39.183 INFO STEP 450 (remove_files) COMPLETE
56922024-12-21T00:11:39.246Z[ recovery-image] Dec 21 00:11:39.183 INFO O| Dec 21 00:11:39.183 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56932024-12-21T00:11:39.269Z[ recovery-image] Dec 21 00:11:39.206 INFO O| Dec 21 00:11:39.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
56942024-12-21T00:11:39.269Z[ recovery-image] Dec 21 00:11:39.206 INFO O| Dec 21 00:11:39.206 INFO STEP 451 (remove_files) COMPLETE
56952024-12-21T00:11:39.269Z[ recovery-image] Dec 21 00:11:39.206 INFO O| Dec 21 00:11:39.206 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56962024-12-21T00:11:39.348Z[ host-image] Dec 21 00:11:39.286 INFO O| Dec 21 00:11:39.286 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
56972024-12-21T00:11:39.354Z[ recovery-image] Dec 21 00:11:39.291 INFO O| Dec 21 00:11:39.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
56982024-12-21T00:11:39.377Z[ recovery-image] Dec 21 00:11:39.314 INFO O| Dec 21 00:11:39.314 INFO STEP 452 (remove_files) COMPLETE
56992024-12-21T00:11:39.377Z[ recovery-image] Dec 21 00:11:39.314 INFO O| Dec 21 00:11:39.314 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57002024-12-21T00:11:39.400Z[ recovery-image] Dec 21 00:11:39.337 INFO O| Dec 21 00:11:39.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
57012024-12-21T00:11:39.402Z[ recovery-image] Dec 21 00:11:39.337 INFO O| Dec 21 00:11:39.337 INFO STEP 453 (remove_files) COMPLETE
57022024-12-21T00:11:39.402Z[ recovery-image] Dec 21 00:11:39.337 INFO O| Dec 21 00:11:39.337 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57032024-12-21T00:11:39.423Z[ recovery-image] Dec 21 00:11:39.361 INFO O| Dec 21 00:11:39.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
57042024-12-21T00:11:39.423Z[ recovery-image] Dec 21 00:11:39.361 INFO O| Dec 21 00:11:39.361 INFO STEP 454 (remove_files) COMPLETE
57052024-12-21T00:11:39.426Z[ recovery-image] Dec 21 00:11:39.361 INFO O| Dec 21 00:11:39.361 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57062024-12-21T00:11:39.447Z[ recovery-image] Dec 21 00:11:39.385 INFO O| Dec 21 00:11:39.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
57072024-12-21T00:11:39.450Z[ recovery-image] Dec 21 00:11:39.385 INFO O| Dec 21 00:11:39.385 INFO STEP 455 (remove_files) COMPLETE
57082024-12-21T00:11:39.450Z[ recovery-image] Dec 21 00:11:39.385 INFO O| Dec 21 00:11:39.385 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57092024-12-21T00:11:39.479Z[ recovery-image] Dec 21 00:11:39.416 INFO O| Dec 21 00:11:39.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
57102024-12-21T00:11:39.482Z[ recovery-image] Dec 21 00:11:39.417 INFO O| Dec 21 00:11:39.416 INFO STEP 456 (remove_files) COMPLETE
57112024-12-21T00:11:39.482Z[ recovery-image] Dec 21 00:11:39.417 INFO O| Dec 21 00:11:39.417 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57122024-12-21T00:11:39.514Z[ recovery-image] Dec 21 00:11:39.451 INFO O| Dec 21 00:11:39.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
57132024-12-21T00:11:39.514Z[ recovery-image] Dec 21 00:11:39.451 INFO O| Dec 21 00:11:39.451 INFO STEP 457 (remove_files) COMPLETE
57142024-12-21T00:11:39.517Z[ recovery-image] Dec 21 00:11:39.451 INFO O| Dec 21 00:11:39.451 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57152024-12-21T00:11:39.540Z[ recovery-image] Dec 21 00:11:39.477 INFO O| Dec 21 00:11:39.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
57162024-12-21T00:11:39.540Z[ recovery-image] Dec 21 00:11:39.477 INFO O| Dec 21 00:11:39.477 INFO STEP 458 (remove_files) COMPLETE
57172024-12-21T00:11:39.540Z[ recovery-image] Dec 21 00:11:39.477 INFO O| Dec 21 00:11:39.477 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57182024-12-21T00:11:39.577Z[ recovery-image] Dec 21 00:11:39.514 INFO O| Dec 21 00:11:39.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
57192024-12-21T00:11:39.577Z[ recovery-image] Dec 21 00:11:39.514 INFO O| Dec 21 00:11:39.514 INFO STEP 459 (remove_files) COMPLETE
57202024-12-21T00:11:39.577Z[ recovery-image] Dec 21 00:11:39.514 INFO O| Dec 21 00:11:39.514 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57212024-12-21T00:11:39.601Z[ recovery-image] Dec 21 00:11:39.539 INFO O| Dec 21 00:11:39.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
57222024-12-21T00:11:39.601Z[ recovery-image] Dec 21 00:11:39.539 INFO O| Dec 21 00:11:39.539 INFO STEP 460 (remove_files) COMPLETE
57232024-12-21T00:11:39.601Z[ recovery-image] Dec 21 00:11:39.539 INFO O| Dec 21 00:11:39.539 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57242024-12-21T00:11:39.659Z[ recovery-image] Dec 21 00:11:39.596 INFO O| Dec 21 00:11:39.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
57252024-12-21T00:11:39.659Z[ recovery-image] Dec 21 00:11:39.597 INFO O| Dec 21 00:11:39.597 INFO STEP 461 (remove_files) COMPLETE
57262024-12-21T00:11:39.662Z[ recovery-image] Dec 21 00:11:39.597 INFO O| Dec 21 00:11:39.597 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57272024-12-21T00:11:39.699Z[ recovery-image] Dec 21 00:11:39.635 INFO O| Dec 21 00:11:39.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
57282024-12-21T00:11:39.699Z[ recovery-image] Dec 21 00:11:39.635 INFO O| Dec 21 00:11:39.635 INFO STEP 462 (remove_files) COMPLETE
57292024-12-21T00:11:39.699Z[ recovery-image] Dec 21 00:11:39.635 INFO O| Dec 21 00:11:39.635 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57302024-12-21T00:11:39.723Z[ recovery-image] Dec 21 00:11:39.661 INFO O| Dec 21 00:11:39.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
57312024-12-21T00:11:39.723Z[ recovery-image] Dec 21 00:11:39.661 INFO O| Dec 21 00:11:39.661 INFO STEP 463 (remove_files) COMPLETE
57322024-12-21T00:11:39.723Z[ recovery-image] Dec 21 00:11:39.661 INFO O| Dec 21 00:11:39.661 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57332024-12-21T00:11:39.764Z[ recovery-image] Dec 21 00:11:39.702 INFO O| Dec 21 00:11:39.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
57342024-12-21T00:11:39.764Z[ recovery-image] Dec 21 00:11:39.702 INFO O| Dec 21 00:11:39.702 INFO STEP 464 (remove_files) COMPLETE
57352024-12-21T00:11:39.764Z[ recovery-image] Dec 21 00:11:39.702 INFO O| Dec 21 00:11:39.702 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57362024-12-21T00:11:39.805Z[ recovery-image] Dec 21 00:11:39.743 INFO O| Dec 21 00:11:39.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
57372024-12-21T00:11:39.808Z[ recovery-image] Dec 21 00:11:39.743 INFO O| Dec 21 00:11:39.743 INFO STEP 465 (remove_files) COMPLETE
57382024-12-21T00:11:39.808Z[ recovery-image] Dec 21 00:11:39.743 INFO O| Dec 21 00:11:39.743 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57392024-12-21T00:11:39.830Z[ recovery-image] Dec 21 00:11:39.767 INFO O| Dec 21 00:11:39.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
57402024-12-21T00:11:39.830Z[ recovery-image] Dec 21 00:11:39.767 INFO O| Dec 21 00:11:39.767 INFO STEP 466 (remove_files) COMPLETE
57412024-12-21T00:11:39.830Z[ recovery-image] Dec 21 00:11:39.767 INFO O| Dec 21 00:11:39.767 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57422024-12-21T00:11:39.864Z[ recovery-image] Dec 21 00:11:39.801 INFO O| Dec 21 00:11:39.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
57432024-12-21T00:11:39.884Z[ recovery-image] Dec 21 00:11:39.821 INFO O| Dec 21 00:11:39.821 INFO STEP 467 (remove_files) COMPLETE
57442024-12-21T00:11:39.884Z[ recovery-image] Dec 21 00:11:39.821 INFO O| Dec 21 00:11:39.821 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57452024-12-21T00:11:39.924Z[ recovery-image] Dec 21 00:11:39.862 INFO O| Dec 21 00:11:39.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
57462024-12-21T00:11:39.924Z[ recovery-image] Dec 21 00:11:39.862 INFO O| Dec 21 00:11:39.862 INFO STEP 468 (remove_files) COMPLETE
57472024-12-21T00:11:39.924Z[ recovery-image] Dec 21 00:11:39.862 INFO O| Dec 21 00:11:39.862 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57482024-12-21T00:11:39.947Z[ recovery-image] Dec 21 00:11:39.885 INFO O| Dec 21 00:11:39.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
57492024-12-21T00:11:39.947Z[ recovery-image] Dec 21 00:11:39.885 INFO O| Dec 21 00:11:39.885 INFO STEP 469 (remove_files) COMPLETE
57502024-12-21T00:11:39.947Z[ recovery-image] Dec 21 00:11:39.885 INFO O| Dec 21 00:11:39.885 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57512024-12-21T00:11:39.990Z[ recovery-image] Dec 21 00:11:39.928 INFO O| Dec 21 00:11:39.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
57522024-12-21T00:11:39.992Z[ recovery-image] Dec 21 00:11:39.928 INFO O| Dec 21 00:11:39.928 INFO STEP 470 (remove_files) COMPLETE
57532024-12-21T00:11:39.992Z[ recovery-image] Dec 21 00:11:39.928 INFO O| Dec 21 00:11:39.928 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57542024-12-21T00:11:40.014Z[ recovery-image] Dec 21 00:11:39.952 INFO O| Dec 21 00:11:39.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
57552024-12-21T00:11:40.017Z[ recovery-image] Dec 21 00:11:39.952 INFO O| Dec 21 00:11:39.952 INFO STEP 471 (remove_files) COMPLETE
57562024-12-21T00:11:40.017Z[ recovery-image] Dec 21 00:11:39.952 INFO O| Dec 21 00:11:39.952 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57572024-12-21T00:11:40.047Z[ recovery-image] Dec 21 00:11:39.984 INFO O| Dec 21 00:11:39.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
57582024-12-21T00:11:40.049Z[ recovery-image] Dec 21 00:11:39.984 INFO O| Dec 21 00:11:39.984 INFO STEP 472 (remove_files) COMPLETE
57592024-12-21T00:11:40.049Z[ recovery-image] Dec 21 00:11:39.985 INFO O| Dec 21 00:11:39.985 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57602024-12-21T00:11:40.073Z[ recovery-image] Dec 21 00:11:40.010 INFO O| Dec 21 00:11:40.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
57612024-12-21T00:11:40.076Z[ recovery-image] Dec 21 00:11:40.010 INFO O| Dec 21 00:11:40.010 INFO STEP 473 (remove_files) COMPLETE
57622024-12-21T00:11:40.076Z[ recovery-image] Dec 21 00:11:40.010 INFO O| Dec 21 00:11:40.010 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57632024-12-21T00:11:40.108Z[ recovery-image] Dec 21 00:11:40.044 INFO O| Dec 21 00:11:40.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
57642024-12-21T00:11:40.109Z[ recovery-image] Dec 21 00:11:40.044 INFO O| Dec 21 00:11:40.044 INFO STEP 474 (remove_files) COMPLETE
57652024-12-21T00:11:40.109Z[ recovery-image] Dec 21 00:11:40.044 INFO O| Dec 21 00:11:40.044 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57662024-12-21T00:11:40.161Z[ recovery-image] Dec 21 00:11:40.098 INFO O| Dec 21 00:11:40.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
57672024-12-21T00:11:40.161Z[ recovery-image] Dec 21 00:11:40.098 INFO O| Dec 21 00:11:40.098 INFO STEP 475 (remove_files) COMPLETE
57682024-12-21T00:11:40.161Z[ recovery-image] Dec 21 00:11:40.098 INFO O| Dec 21 00:11:40.098 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57692024-12-21T00:11:40.218Z[ recovery-image] Dec 21 00:11:40.156 INFO O| Dec 21 00:11:40.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
57702024-12-21T00:11:40.218Z[ recovery-image] Dec 21 00:11:40.156 INFO O| Dec 21 00:11:40.156 INFO STEP 476 (remove_files) COMPLETE
57712024-12-21T00:11:40.219Z[ recovery-image] Dec 21 00:11:40.156 INFO O| Dec 21 00:11:40.156 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57722024-12-21T00:11:40.243Z[ recovery-image] Dec 21 00:11:40.180 INFO O| Dec 21 00:11:40.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
57732024-12-21T00:11:40.243Z[ recovery-image] Dec 21 00:11:40.180 INFO O| Dec 21 00:11:40.180 INFO STEP 477 (remove_files) COMPLETE
57742024-12-21T00:11:40.245Z[ recovery-image] Dec 21 00:11:40.180 INFO O| Dec 21 00:11:40.180 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57752024-12-21T00:11:40.269Z[ recovery-image] Dec 21 00:11:40.207 INFO O| Dec 21 00:11:40.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
57762024-12-21T00:11:40.269Z[ recovery-image] Dec 21 00:11:40.207 INFO O| Dec 21 00:11:40.207 INFO STEP 478 (remove_files) COMPLETE
57772024-12-21T00:11:40.269Z[ recovery-image] Dec 21 00:11:40.207 INFO O| Dec 21 00:11:40.207 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57782024-12-21T00:11:40.308Z[ recovery-image] Dec 21 00:11:40.245 INFO O| Dec 21 00:11:40.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
57792024-12-21T00:11:40.308Z[ recovery-image] Dec 21 00:11:40.245 INFO O| Dec 21 00:11:40.245 INFO STEP 479 (remove_files) COMPLETE
57802024-12-21T00:11:40.308Z[ recovery-image] Dec 21 00:11:40.245 INFO O| Dec 21 00:11:40.245 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57812024-12-21T00:11:40.333Z[ recovery-image] Dec 21 00:11:40.269 INFO O| Dec 21 00:11:40.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
57822024-12-21T00:11:40.357Z[ recovery-image] Dec 21 00:11:40.295 INFO O| Dec 21 00:11:40.295 INFO STEP 480 (remove_files) COMPLETE
57832024-12-21T00:11:40.357Z[ recovery-image] Dec 21 00:11:40.295 INFO O| Dec 21 00:11:40.295 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57842024-12-21T00:11:40.391Z[ recovery-image] Dec 21 00:11:40.328 INFO O| Dec 21 00:11:40.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
57852024-12-21T00:11:40.391Z[ recovery-image] Dec 21 00:11:40.328 INFO O| Dec 21 00:11:40.328 INFO STEP 481 (remove_files) COMPLETE
57862024-12-21T00:11:40.391Z[ recovery-image] Dec 21 00:11:40.328 INFO O| Dec 21 00:11:40.328 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57872024-12-21T00:11:40.432Z[ recovery-image] Dec 21 00:11:40.370 INFO O| Dec 21 00:11:40.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
57882024-12-21T00:11:40.432Z[ recovery-image] Dec 21 00:11:40.370 INFO O| Dec 21 00:11:40.370 INFO STEP 482 (remove_files) COMPLETE
57892024-12-21T00:11:40.435Z[ recovery-image] Dec 21 00:11:40.370 INFO O| Dec 21 00:11:40.370 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57902024-12-21T00:11:40.502Z[ recovery-image] Dec 21 00:11:40.440 INFO O| Dec 21 00:11:40.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
57912024-12-21T00:11:40.506Z[ recovery-image] Dec 21 00:11:40.440 INFO O| Dec 21 00:11:40.440 INFO STEP 483 (remove_files) COMPLETE
57922024-12-21T00:11:40.506Z[ recovery-image] Dec 21 00:11:40.440 INFO O| Dec 21 00:11:40.440 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57932024-12-21T00:11:40.527Z[ recovery-image] Dec 21 00:11:40.465 INFO O| Dec 21 00:11:40.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
57942024-12-21T00:11:40.531Z[ recovery-image] Dec 21 00:11:40.465 INFO O| Dec 21 00:11:40.465 INFO STEP 484 (remove_files) COMPLETE
57952024-12-21T00:11:40.531Z[ recovery-image] Dec 21 00:11:40.465 INFO O| Dec 21 00:11:40.465 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57962024-12-21T00:11:40.573Z[ recovery-image] Dec 21 00:11:40.511 INFO O| Dec 21 00:11:40.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
57972024-12-21T00:11:40.573Z[ recovery-image] Dec 21 00:11:40.511 INFO O| Dec 21 00:11:40.511 INFO STEP 485 (remove_files) COMPLETE
57982024-12-21T00:11:40.573Z[ recovery-image] Dec 21 00:11:40.511 INFO O| Dec 21 00:11:40.511 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57992024-12-21T00:11:40.608Z[ recovery-image] Dec 21 00:11:40.545 INFO O| Dec 21 00:11:40.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
58002024-12-21T00:11:40.608Z[ recovery-image] Dec 21 00:11:40.545 INFO O| Dec 21 00:11:40.545 INFO STEP 486 (remove_files) COMPLETE
58012024-12-21T00:11:40.608Z[ recovery-image] Dec 21 00:11:40.545 INFO O| Dec 21 00:11:40.545 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58022024-12-21T00:11:40.643Z[ recovery-image] Dec 21 00:11:40.581 INFO O| Dec 21 00:11:40.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
58032024-12-21T00:11:40.648Z[ recovery-image] Dec 21 00:11:40.581 INFO O| Dec 21 00:11:40.581 INFO STEP 487 (remove_files) COMPLETE
58042024-12-21T00:11:40.648Z[ recovery-image] Dec 21 00:11:40.581 INFO O| Dec 21 00:11:40.581 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58052024-12-21T00:11:40.678Z[ recovery-image] Dec 21 00:11:40.615 INFO O| Dec 21 00:11:40.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
58062024-12-21T00:11:40.678Z[ recovery-image] Dec 21 00:11:40.616 INFO O| Dec 21 00:11:40.616 INFO STEP 488 (remove_files) COMPLETE
58072024-12-21T00:11:40.678Z[ recovery-image] Dec 21 00:11:40.616 INFO O| Dec 21 00:11:40.616 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58082024-12-21T00:11:40.702Z[ recovery-image] Dec 21 00:11:40.639 INFO O| Dec 21 00:11:40.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
58092024-12-21T00:11:40.702Z[ recovery-image] Dec 21 00:11:40.640 INFO O| Dec 21 00:11:40.640 INFO STEP 489 (remove_files) COMPLETE
58102024-12-21T00:11:40.705Z[ recovery-image] Dec 21 00:11:40.640 INFO O| Dec 21 00:11:40.640 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58112024-12-21T00:11:40.735Z[ recovery-image] Dec 21 00:11:40.672 INFO O| Dec 21 00:11:40.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
58122024-12-21T00:11:40.738Z[ recovery-image] Dec 21 00:11:40.673 INFO O| Dec 21 00:11:40.673 INFO STEP 490 (remove_files) COMPLETE
58132024-12-21T00:11:40.738Z[ recovery-image] Dec 21 00:11:40.673 INFO O| Dec 21 00:11:40.673 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58142024-12-21T00:11:40.799Z[ recovery-image] Dec 21 00:11:40.737 INFO O| Dec 21 00:11:40.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
58152024-12-21T00:11:40.802Z[ recovery-image] Dec 21 00:11:40.737 INFO O| Dec 21 00:11:40.737 INFO STEP 491 (remove_files) COMPLETE
58162024-12-21T00:11:40.802Z[ recovery-image] Dec 21 00:11:40.737 INFO O| Dec 21 00:11:40.737 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58172024-12-21T00:11:40.840Z[ recovery-image] Dec 21 00:11:40.777 INFO O| Dec 21 00:11:40.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
58182024-12-21T00:11:40.842Z[ recovery-image] Dec 21 00:11:40.777 INFO O| Dec 21 00:11:40.777 INFO STEP 492 (remove_files) COMPLETE
58192024-12-21T00:11:40.842Z[ recovery-image] Dec 21 00:11:40.778 INFO O| Dec 21 00:11:40.777 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58202024-12-21T00:11:40.860Z[ recovery-image] Dec 21 00:11:40.798 INFO O| Dec 21 00:11:40.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
58212024-12-21T00:11:40.860Z[ recovery-image] Dec 21 00:11:40.798 INFO O| Dec 21 00:11:40.798 INFO STEP 493 (remove_files) COMPLETE
58222024-12-21T00:11:40.863Z[ recovery-image] Dec 21 00:11:40.798 INFO O| Dec 21 00:11:40.798 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58232024-12-21T00:11:40.881Z[ recovery-image] Dec 21 00:11:40.818 INFO O| Dec 21 00:11:40.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
58242024-12-21T00:11:40.881Z[ recovery-image] Dec 21 00:11:40.819 INFO O| Dec 21 00:11:40.819 INFO STEP 494 (remove_files) COMPLETE
58252024-12-21T00:11:40.883Z[ recovery-image] Dec 21 00:11:40.819 INFO O| Dec 21 00:11:40.819 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58262024-12-21T00:11:40.917Z[ recovery-image] Dec 21 00:11:40.855 INFO O| Dec 21 00:11:40.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
58272024-12-21T00:11:40.917Z[ recovery-image] Dec 21 00:11:40.855 INFO O| Dec 21 00:11:40.855 INFO STEP 495 (remove_files) COMPLETE
58282024-12-21T00:11:40.921Z[ recovery-image] Dec 21 00:11:40.855 INFO O| Dec 21 00:11:40.855 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58292024-12-21T00:11:40.948Z[ recovery-image] Dec 21 00:11:40.884 INFO O| Dec 21 00:11:40.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
58302024-12-21T00:11:40.948Z[ recovery-image] Dec 21 00:11:40.884 INFO O| Dec 21 00:11:40.884 INFO STEP 496 (remove_files) COMPLETE
58312024-12-21T00:11:40.948Z[ recovery-image] Dec 21 00:11:40.884 INFO O| Dec 21 00:11:40.884 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58322024-12-21T00:11:40.971Z[ recovery-image] Dec 21 00:11:40.907 INFO O| Dec 21 00:11:40.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
58332024-12-21T00:11:40.971Z[ recovery-image] Dec 21 00:11:40.908 INFO O| Dec 21 00:11:40.907 INFO STEP 497 (remove_files) COMPLETE
58342024-12-21T00:11:40.971Z[ recovery-image] Dec 21 00:11:40.908 INFO O| Dec 21 00:11:40.908 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58352024-12-21T00:11:41.001Z[ recovery-image] Dec 21 00:11:40.938 INFO O| Dec 21 00:11:40.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
58362024-12-21T00:11:41.001Z[ recovery-image] Dec 21 00:11:40.938 INFO O| Dec 21 00:11:40.938 INFO STEP 498 (remove_files) COMPLETE
58372024-12-21T00:11:41.001Z[ recovery-image] Dec 21 00:11:40.938 INFO O| Dec 21 00:11:40.938 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58382024-12-21T00:11:41.024Z[ recovery-image] Dec 21 00:11:40.961 INFO O| Dec 21 00:11:40.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
58392024-12-21T00:11:41.024Z[ recovery-image] Dec 21 00:11:40.962 INFO O| Dec 21 00:11:40.962 INFO STEP 499 (remove_files) COMPLETE
58402024-12-21T00:11:41.024Z[ recovery-image] Dec 21 00:11:40.962 INFO O| Dec 21 00:11:40.962 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58412024-12-21T00:11:41.048Z[ recovery-image] Dec 21 00:11:40.986 INFO O| Dec 21 00:11:40.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
58422024-12-21T00:11:41.048Z[ recovery-image] Dec 21 00:11:40.986 INFO O| Dec 21 00:11:40.986 INFO STEP 500 (remove_files) COMPLETE
58432024-12-21T00:11:41.051Z[ recovery-image] Dec 21 00:11:40.986 INFO O| Dec 21 00:11:40.986 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58442024-12-21T00:11:41.079Z[ recovery-image] Dec 21 00:11:41.017 INFO O| Dec 21 00:11:41.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
58452024-12-21T00:11:41.079Z[ recovery-image] Dec 21 00:11:41.017 INFO O| Dec 21 00:11:41.017 INFO STEP 501 (remove_files) COMPLETE
58462024-12-21T00:11:41.082Z[ recovery-image] Dec 21 00:11:41.017 INFO O| Dec 21 00:11:41.017 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58472024-12-21T00:11:41.136Z[ recovery-image] Dec 21 00:11:41.074 INFO O| Dec 21 00:11:41.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
58482024-12-21T00:11:41.139Z[ recovery-image] Dec 21 00:11:41.074 INFO O| Dec 21 00:11:41.074 INFO STEP 502 (remove_files) COMPLETE
58492024-12-21T00:11:41.139Z[ recovery-image] Dec 21 00:11:41.074 INFO O| Dec 21 00:11:41.074 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58502024-12-21T00:11:41.162Z[ recovery-image] Dec 21 00:11:41.098 INFO O| Dec 21 00:11:41.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
58512024-12-21T00:11:41.164Z[ recovery-image] Dec 21 00:11:41.099 INFO O| Dec 21 00:11:41.099 INFO STEP 503 (remove_files) COMPLETE
58522024-12-21T00:11:41.164Z[ recovery-image] Dec 21 00:11:41.099 INFO O| Dec 21 00:11:41.099 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58532024-12-21T00:11:41.186Z[ recovery-image] Dec 21 00:11:41.122 INFO O| Dec 21 00:11:41.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
58542024-12-21T00:11:41.186Z[ recovery-image] Dec 21 00:11:41.122 INFO O| Dec 21 00:11:41.122 INFO STEP 504 (remove_files) COMPLETE
58552024-12-21T00:11:41.189Z[ recovery-image] Dec 21 00:11:41.122 INFO O| Dec 21 00:11:41.122 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58562024-12-21T00:11:41.214Z[ recovery-image] Dec 21 00:11:41.151 INFO O| Dec 21 00:11:41.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
58572024-12-21T00:11:41.214Z[ recovery-image] Dec 21 00:11:41.151 INFO O| Dec 21 00:11:41.151 INFO STEP 505 (remove_files) COMPLETE
58582024-12-21T00:11:41.214Z[ recovery-image] Dec 21 00:11:41.151 INFO O| Dec 21 00:11:41.151 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58592024-12-21T00:11:41.256Z[ recovery-image] Dec 21 00:11:41.194 INFO O| Dec 21 00:11:41.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
58602024-12-21T00:11:41.256Z[ recovery-image] Dec 21 00:11:41.194 INFO O| Dec 21 00:11:41.194 INFO STEP 506 (remove_files) COMPLETE
58612024-12-21T00:11:41.256Z[ recovery-image] Dec 21 00:11:41.194 INFO O| Dec 21 00:11:41.194 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58622024-12-21T00:11:41.280Z[ recovery-image] Dec 21 00:11:41.218 INFO O| Dec 21 00:11:41.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
58632024-12-21T00:11:41.280Z[ recovery-image] Dec 21 00:11:41.218 INFO O| Dec 21 00:11:41.218 INFO STEP 507 (remove_files) COMPLETE
58642024-12-21T00:11:41.281Z[ recovery-image] Dec 21 00:11:41.218 INFO O| Dec 21 00:11:41.218 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58652024-12-21T00:11:41.323Z[ recovery-image] Dec 21 00:11:41.261 INFO O| Dec 21 00:11:41.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
58662024-12-21T00:11:41.327Z[ recovery-image] Dec 21 00:11:41.261 INFO O| Dec 21 00:11:41.261 INFO STEP 508 (remove_files) COMPLETE
58672024-12-21T00:11:41.327Z[ recovery-image] Dec 21 00:11:41.261 INFO O| Dec 21 00:11:41.261 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58682024-12-21T00:11:41.348Z[ recovery-image] Dec 21 00:11:41.286 INFO O| Dec 21 00:11:41.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
58692024-12-21T00:11:41.352Z[ recovery-image] Dec 21 00:11:41.286 INFO O| Dec 21 00:11:41.286 INFO STEP 509 (remove_files) COMPLETE
58702024-12-21T00:11:41.352Z[ recovery-image] Dec 21 00:11:41.286 INFO O| Dec 21 00:11:41.286 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58712024-12-21T00:11:41.380Z[ recovery-image] Dec 21 00:11:41.318 INFO O| Dec 21 00:11:41.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
58722024-12-21T00:11:41.380Z[ recovery-image] Dec 21 00:11:41.318 INFO O| Dec 21 00:11:41.318 INFO STEP 510 (remove_files) COMPLETE
58732024-12-21T00:11:41.383Z[ recovery-image] Dec 21 00:11:41.318 INFO O| Dec 21 00:11:41.318 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58742024-12-21T00:11:41.423Z[ recovery-image] Dec 21 00:11:41.361 INFO O| Dec 21 00:11:41.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
58752024-12-21T00:11:41.431Z[ recovery-image] Dec 21 00:11:41.361 INFO O| Dec 21 00:11:41.361 INFO STEP 511 (remove_files) COMPLETE
58762024-12-21T00:11:41.431Z[ recovery-image] Dec 21 00:11:41.362 INFO O| Dec 21 00:11:41.361 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58772024-12-21T00:11:41.452Z[ recovery-image] Dec 21 00:11:41.389 INFO O| Dec 21 00:11:41.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
58782024-12-21T00:11:41.454Z[ recovery-image] Dec 21 00:11:41.390 INFO O| Dec 21 00:11:41.389 INFO STEP 512 (remove_files) COMPLETE
58792024-12-21T00:11:41.454Z[ recovery-image] Dec 21 00:11:41.390 INFO O| Dec 21 00:11:41.389 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58802024-12-21T00:11:41.476Z[ recovery-image] Dec 21 00:11:41.413 INFO O| Dec 21 00:11:41.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
58812024-12-21T00:11:41.478Z[ recovery-image] Dec 21 00:11:41.414 INFO O| Dec 21 00:11:41.414 INFO STEP 513 (remove_files) COMPLETE
58822024-12-21T00:11:41.478Z[ recovery-image] Dec 21 00:11:41.414 INFO O| Dec 21 00:11:41.414 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58832024-12-21T00:11:41.500Z[ recovery-image] Dec 21 00:11:41.438 INFO O| Dec 21 00:11:41.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
58842024-12-21T00:11:41.503Z[ recovery-image] Dec 21 00:11:41.438 INFO O| Dec 21 00:11:41.438 INFO STEP 514 (remove_files) COMPLETE
58852024-12-21T00:11:41.503Z[ recovery-image] Dec 21 00:11:41.438 INFO O| Dec 21 00:11:41.438 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58862024-12-21T00:11:41.526Z[ recovery-image] Dec 21 00:11:41.463 INFO O| Dec 21 00:11:41.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
58872024-12-21T00:11:41.529Z[ recovery-image] Dec 21 00:11:41.464 INFO O| Dec 21 00:11:41.463 INFO STEP 515 (remove_files) COMPLETE
58882024-12-21T00:11:41.529Z[ recovery-image] Dec 21 00:11:41.464 INFO O| Dec 21 00:11:41.464 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58892024-12-21T00:11:41.552Z[ recovery-image] Dec 21 00:11:41.490 INFO O| Dec 21 00:11:41.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
58902024-12-21T00:11:41.552Z[ recovery-image] Dec 21 00:11:41.490 INFO O| Dec 21 00:11:41.490 INFO STEP 516 (remove_files) COMPLETE
58912024-12-21T00:11:41.552Z[ recovery-image] Dec 21 00:11:41.490 INFO O| Dec 21 00:11:41.490 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58922024-12-21T00:11:41.620Z[ recovery-image] Dec 21 00:11:41.557 INFO O| Dec 21 00:11:41.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
58932024-12-21T00:11:41.620Z[ recovery-image] Dec 21 00:11:41.557 INFO O| Dec 21 00:11:41.557 INFO STEP 517 (remove_files) COMPLETE
58942024-12-21T00:11:41.620Z[ recovery-image] Dec 21 00:11:41.557 INFO O| Dec 21 00:11:41.557 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58952024-12-21T00:11:41.646Z[ recovery-image] Dec 21 00:11:41.583 INFO O| Dec 21 00:11:41.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
58962024-12-21T00:11:41.646Z[ recovery-image] Dec 21 00:11:41.584 INFO O| Dec 21 00:11:41.583 INFO STEP 518 (remove_files) COMPLETE
58972024-12-21T00:11:41.646Z[ recovery-image] Dec 21 00:11:41.584 INFO O| Dec 21 00:11:41.584 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58982024-12-21T00:11:41.679Z[ recovery-image] Dec 21 00:11:41.616 INFO O| Dec 21 00:11:41.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
58992024-12-21T00:11:41.679Z[ recovery-image] Dec 21 00:11:41.616 INFO O| Dec 21 00:11:41.616 INFO STEP 519 (remove_files) COMPLETE
59002024-12-21T00:11:41.682Z[ recovery-image] Dec 21 00:11:41.616 INFO O| Dec 21 00:11:41.616 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59012024-12-21T00:11:41.706Z[ recovery-image] Dec 21 00:11:41.643 INFO O| Dec 21 00:11:41.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
59022024-12-21T00:11:41.706Z[ recovery-image] Dec 21 00:11:41.643 INFO O| Dec 21 00:11:41.643 INFO STEP 520 (remove_files) COMPLETE
59032024-12-21T00:11:41.706Z[ recovery-image] Dec 21 00:11:41.643 INFO O| Dec 21 00:11:41.643 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59042024-12-21T00:11:41.760Z[ recovery-image] Dec 21 00:11:41.698 INFO O| Dec 21 00:11:41.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
59052024-12-21T00:11:41.782Z[ recovery-image] Dec 21 00:11:41.719 INFO O| Dec 21 00:11:41.719 INFO STEP 521 (remove_files) COMPLETE
59062024-12-21T00:11:41.782Z[ recovery-image] Dec 21 00:11:41.719 INFO O| Dec 21 00:11:41.719 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59072024-12-21T00:11:41.821Z[ recovery-image] Dec 21 00:11:41.759 INFO O| Dec 21 00:11:41.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
59082024-12-21T00:11:41.821Z[ recovery-image] Dec 21 00:11:41.759 INFO O| Dec 21 00:11:41.759 INFO STEP 522 (remove_files) COMPLETE
59092024-12-21T00:11:41.824Z[ recovery-image] Dec 21 00:11:41.759 INFO O| Dec 21 00:11:41.759 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59102024-12-21T00:11:41.847Z[ recovery-image] Dec 21 00:11:41.785 INFO O| Dec 21 00:11:41.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
59112024-12-21T00:11:41.847Z[ recovery-image] Dec 21 00:11:41.785 INFO O| Dec 21 00:11:41.785 INFO STEP 523 (remove_files) COMPLETE
59122024-12-21T00:11:41.847Z[ recovery-image] Dec 21 00:11:41.785 INFO O| Dec 21 00:11:41.785 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59132024-12-21T00:11:41.885Z[ recovery-image] Dec 21 00:11:41.822 INFO O| Dec 21 00:11:41.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
59142024-12-21T00:11:41.885Z[ recovery-image] Dec 21 00:11:41.822 INFO O| Dec 21 00:11:41.822 INFO STEP 524 (remove_files) COMPLETE
59152024-12-21T00:11:41.886Z[ recovery-image] Dec 21 00:11:41.822 INFO O| Dec 21 00:11:41.822 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59162024-12-21T00:11:41.910Z[ recovery-image] Dec 21 00:11:41.848 INFO O| Dec 21 00:11:41.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
59172024-12-21T00:11:41.910Z[ recovery-image] Dec 21 00:11:41.848 INFO O| Dec 21 00:11:41.848 INFO STEP 525 (remove_files) COMPLETE
59182024-12-21T00:11:41.910Z[ recovery-image] Dec 21 00:11:41.848 INFO O| Dec 21 00:11:41.848 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59192024-12-21T00:11:41.934Z[ recovery-image] Dec 21 00:11:41.871 INFO O| Dec 21 00:11:41.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
59202024-12-21T00:11:41.934Z[ recovery-image] Dec 21 00:11:41.871 INFO O| Dec 21 00:11:41.871 INFO STEP 526 (remove_files) COMPLETE
59212024-12-21T00:11:41.934Z[ recovery-image] Dec 21 00:11:41.871 INFO O| Dec 21 00:11:41.871 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59222024-12-21T00:11:41.958Z[ recovery-image] Dec 21 00:11:41.895 INFO O| Dec 21 00:11:41.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
59232024-12-21T00:11:41.958Z[ recovery-image] Dec 21 00:11:41.895 INFO O| Dec 21 00:11:41.895 INFO STEP 527 (remove_files) COMPLETE
59242024-12-21T00:11:41.958Z[ recovery-image] Dec 21 00:11:41.895 INFO O| Dec 21 00:11:41.895 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59252024-12-21T00:11:41.980Z[ recovery-image] Dec 21 00:11:41.918 INFO O| Dec 21 00:11:41.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
59262024-12-21T00:11:41.983Z[ recovery-image] Dec 21 00:11:41.918 INFO O| Dec 21 00:11:41.918 INFO STEP 528 (remove_files) COMPLETE
59272024-12-21T00:11:41.983Z[ recovery-image] Dec 21 00:11:41.918 INFO O| Dec 21 00:11:41.918 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59282024-12-21T00:11:42.005Z[ recovery-image] Dec 21 00:11:41.943 INFO O| Dec 21 00:11:41.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
59292024-12-21T00:11:42.005Z[ recovery-image] Dec 21 00:11:41.943 INFO O| Dec 21 00:11:41.943 INFO STEP 529 (remove_files) COMPLETE
59302024-12-21T00:11:42.005Z[ recovery-image] Dec 21 00:11:41.943 INFO O| Dec 21 00:11:41.943 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59312024-12-21T00:11:42.029Z[ recovery-image] Dec 21 00:11:41.967 INFO O| Dec 21 00:11:41.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
59322024-12-21T00:11:42.030Z[ recovery-image] Dec 21 00:11:41.967 INFO O| Dec 21 00:11:41.967 INFO STEP 530 (remove_files) COMPLETE
59332024-12-21T00:11:42.032Z[ recovery-image] Dec 21 00:11:41.968 INFO O| Dec 21 00:11:41.967 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59342024-12-21T00:11:42.053Z[ recovery-image] Dec 21 00:11:41.991 INFO O| Dec 21 00:11:41.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
59352024-12-21T00:11:42.053Z[ recovery-image] Dec 21 00:11:41.991 INFO O| Dec 21 00:11:41.991 INFO STEP 531 (remove_files) COMPLETE
59362024-12-21T00:11:42.053Z[ recovery-image] Dec 21 00:11:41.991 INFO O| Dec 21 00:11:41.991 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59372024-12-21T00:11:42.087Z[ recovery-image] Dec 21 00:11:42.025 INFO O| Dec 21 00:11:42.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
59382024-12-21T00:11:42.090Z[ recovery-image] Dec 21 00:11:42.026 INFO O| Dec 21 00:11:42.025 INFO STEP 532 (remove_files) COMPLETE
59392024-12-21T00:11:42.090Z[ recovery-image] Dec 21 00:11:42.026 INFO O| Dec 21 00:11:42.026 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59402024-12-21T00:11:42.112Z[ recovery-image] Dec 21 00:11:42.050 INFO O| Dec 21 00:11:42.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
59412024-12-21T00:11:42.112Z[ recovery-image] Dec 21 00:11:42.050 INFO O| Dec 21 00:11:42.050 INFO STEP 533 (remove_files) COMPLETE
59422024-12-21T00:11:42.115Z[ recovery-image] Dec 21 00:11:42.050 INFO O| Dec 21 00:11:42.050 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59432024-12-21T00:11:42.136Z[ recovery-image] Dec 21 00:11:42.074 INFO O| Dec 21 00:11:42.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
59442024-12-21T00:11:42.139Z[ recovery-image] Dec 21 00:11:42.074 INFO O| Dec 21 00:11:42.074 INFO STEP 534 (remove_files) COMPLETE
59452024-12-21T00:11:42.139Z[ recovery-image] Dec 21 00:11:42.074 INFO O| Dec 21 00:11:42.074 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59462024-12-21T00:11:42.173Z[ recovery-image] Dec 21 00:11:42.111 INFO O| Dec 21 00:11:42.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
59472024-12-21T00:11:42.175Z[ recovery-image] Dec 21 00:11:42.111 INFO O| Dec 21 00:11:42.111 INFO STEP 535 (remove_files) COMPLETE
59482024-12-21T00:11:42.175Z[ recovery-image] Dec 21 00:11:42.111 INFO O| Dec 21 00:11:42.111 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59492024-12-21T00:11:42.201Z[ recovery-image] Dec 21 00:11:42.138 INFO O| Dec 21 00:11:42.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
59502024-12-21T00:11:42.201Z[ recovery-image] Dec 21 00:11:42.138 INFO O| Dec 21 00:11:42.138 INFO STEP 536 (remove_files) COMPLETE
59512024-12-21T00:11:42.201Z[ recovery-image] Dec 21 00:11:42.138 INFO O| Dec 21 00:11:42.138 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59522024-12-21T00:11:42.238Z[ recovery-image] Dec 21 00:11:42.176 INFO O| Dec 21 00:11:42.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
59532024-12-21T00:11:42.238Z[ recovery-image] Dec 21 00:11:42.176 INFO O| Dec 21 00:11:42.176 INFO STEP 537 (remove_files) COMPLETE
59542024-12-21T00:11:42.241Z[ recovery-image] Dec 21 00:11:42.176 INFO O| Dec 21 00:11:42.176 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59552024-12-21T00:11:42.269Z[ recovery-image] Dec 21 00:11:42.206 INFO O| Dec 21 00:11:42.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
59562024-12-21T00:11:42.269Z[ recovery-image] Dec 21 00:11:42.206 INFO O| Dec 21 00:11:42.206 INFO STEP 538 (remove_files) COMPLETE
59572024-12-21T00:11:42.269Z[ recovery-image] Dec 21 00:11:42.206 INFO O| Dec 21 00:11:42.206 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59582024-12-21T00:11:42.316Z[ recovery-image] Dec 21 00:11:42.253 INFO O| Dec 21 00:11:42.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
59592024-12-21T00:11:42.319Z[ recovery-image] Dec 21 00:11:42.254 INFO O| Dec 21 00:11:42.253 INFO STEP 539 (remove_files) COMPLETE
59602024-12-21T00:11:42.319Z[ recovery-image] Dec 21 00:11:42.254 INFO O| Dec 21 00:11:42.254 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59612024-12-21T00:11:42.337Z[ recovery-image] Dec 21 00:11:42.275 INFO O| Dec 21 00:11:42.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
59622024-12-21T00:11:42.339Z[ recovery-image] Dec 21 00:11:42.275 INFO O| Dec 21 00:11:42.275 INFO STEP 540 (remove_files) COMPLETE
59632024-12-21T00:11:42.340Z[ recovery-image] Dec 21 00:11:42.275 INFO O| Dec 21 00:11:42.275 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59642024-12-21T00:11:42.372Z[ recovery-image] Dec 21 00:11:42.309 INFO O| Dec 21 00:11:42.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
59652024-12-21T00:11:42.372Z[ recovery-image] Dec 21 00:11:42.309 INFO O| Dec 21 00:11:42.309 INFO STEP 541 (remove_files) COMPLETE
59662024-12-21T00:11:42.372Z[ recovery-image] Dec 21 00:11:42.309 INFO O| Dec 21 00:11:42.309 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59672024-12-21T00:11:42.394Z[ recovery-image] Dec 21 00:11:42.331 INFO O| Dec 21 00:11:42.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
59682024-12-21T00:11:42.394Z[ recovery-image] Dec 21 00:11:42.332 INFO O| Dec 21 00:11:42.332 INFO STEP 542 (remove_files) COMPLETE
59692024-12-21T00:11:42.394Z[ recovery-image] Dec 21 00:11:42.332 INFO O| Dec 21 00:11:42.332 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59702024-12-21T00:11:42.462Z[ recovery-image] Dec 21 00:11:42.400 INFO O| Dec 21 00:11:42.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
59712024-12-21T00:11:42.462Z[ recovery-image] Dec 21 00:11:42.400 INFO O| Dec 21 00:11:42.400 INFO STEP 543 (remove_files) COMPLETE
59722024-12-21T00:11:42.462Z[ recovery-image] Dec 21 00:11:42.400 INFO O| Dec 21 00:11:42.400 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59732024-12-21T00:11:42.500Z[ recovery-image] Dec 21 00:11:42.438 INFO O| Dec 21 00:11:42.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
59742024-12-21T00:11:42.501Z[ recovery-image] Dec 21 00:11:42.438 INFO O| Dec 21 00:11:42.438 INFO STEP 544 (remove_files) COMPLETE
59752024-12-21T00:11:42.501Z[ recovery-image] Dec 21 00:11:42.438 INFO O| Dec 21 00:11:42.438 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59762024-12-21T00:11:42.524Z[ recovery-image] Dec 21 00:11:42.462 INFO O| Dec 21 00:11:42.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
59772024-12-21T00:11:42.524Z[ recovery-image] Dec 21 00:11:42.462 INFO O| Dec 21 00:11:42.462 INFO STEP 545 (remove_files) COMPLETE
59782024-12-21T00:11:42.527Z[ recovery-image] Dec 21 00:11:42.462 INFO O| Dec 21 00:11:42.462 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59792024-12-21T00:11:42.549Z[ recovery-image] Dec 21 00:11:42.487 INFO O| Dec 21 00:11:42.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
59802024-12-21T00:11:42.549Z[ recovery-image] Dec 21 00:11:42.487 INFO O| Dec 21 00:11:42.487 INFO STEP 546 (remove_files) COMPLETE
59812024-12-21T00:11:42.552Z[ recovery-image] Dec 21 00:11:42.487 INFO O| Dec 21 00:11:42.487 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59822024-12-21T00:11:42.598Z[ recovery-image] Dec 21 00:11:42.536 INFO O| Dec 21 00:11:42.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
59832024-12-21T00:11:42.601Z[ recovery-image] Dec 21 00:11:42.536 INFO O| Dec 21 00:11:42.536 INFO STEP 547 (remove_files) COMPLETE
59842024-12-21T00:11:42.601Z[ recovery-image] Dec 21 00:11:42.537 INFO O| Dec 21 00:11:42.536 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59852024-12-21T00:11:42.620Z[ recovery-image] Dec 21 00:11:42.558 INFO O| Dec 21 00:11:42.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
59862024-12-21T00:11:42.623Z[ recovery-image] Dec 21 00:11:42.559 INFO O| Dec 21 00:11:42.558 INFO STEP 548 (remove_files) COMPLETE
59872024-12-21T00:11:42.623Z[ recovery-image] Dec 21 00:11:42.559 INFO O| Dec 21 00:11:42.559 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59882024-12-21T00:11:42.642Z[ recovery-image] Dec 21 00:11:42.580 INFO O| Dec 21 00:11:42.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
59892024-12-21T00:11:42.645Z[ recovery-image] Dec 21 00:11:42.580 INFO O| Dec 21 00:11:42.580 INFO STEP 549 (remove_files) COMPLETE
59902024-12-21T00:11:42.645Z[ recovery-image] Dec 21 00:11:42.581 INFO O| Dec 21 00:11:42.580 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59912024-12-21T00:11:42.664Z[ recovery-image] Dec 21 00:11:42.602 INFO O| Dec 21 00:11:42.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
59922024-12-21T00:11:42.667Z[ recovery-image] Dec 21 00:11:42.602 INFO O| Dec 21 00:11:42.602 INFO STEP 550 (remove_files) COMPLETE
59932024-12-21T00:11:42.667Z[ recovery-image] Dec 21 00:11:42.602 INFO O| Dec 21 00:11:42.602 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59942024-12-21T00:11:42.693Z[ recovery-image] Dec 21 00:11:42.631 INFO O| Dec 21 00:11:42.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
59952024-12-21T00:11:42.696Z[ recovery-image] Dec 21 00:11:42.631 INFO O| Dec 21 00:11:42.631 INFO STEP 551 (remove_files) COMPLETE
59962024-12-21T00:11:42.696Z[ recovery-image] Dec 21 00:11:42.631 INFO O| Dec 21 00:11:42.631 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59972024-12-21T00:11:42.714Z[ recovery-image] Dec 21 00:11:42.652 INFO O| Dec 21 00:11:42.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
59982024-12-21T00:11:42.717Z[ recovery-image] Dec 21 00:11:42.653 INFO O| Dec 21 00:11:42.653 INFO STEP 552 (remove_files) COMPLETE
59992024-12-21T00:11:42.717Z[ recovery-image] Dec 21 00:11:42.653 INFO O| Dec 21 00:11:42.653 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60002024-12-21T00:11:42.735Z[ recovery-image] Dec 21 00:11:42.672 INFO O| Dec 21 00:11:42.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
60012024-12-21T00:11:42.737Z[ recovery-image] Dec 21 00:11:42.673 INFO O| Dec 21 00:11:42.673 INFO STEP 553 (remove_files) COMPLETE
60022024-12-21T00:11:42.737Z[ recovery-image] Dec 21 00:11:42.673 INFO O| Dec 21 00:11:42.673 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60032024-12-21T00:11:42.768Z[ recovery-image] Dec 21 00:11:42.705 INFO O| Dec 21 00:11:42.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
60042024-12-21T00:11:42.771Z[ recovery-image] Dec 21 00:11:42.706 INFO O| Dec 21 00:11:42.706 INFO STEP 554 (remove_files) COMPLETE
60052024-12-21T00:11:42.771Z[ recovery-image] Dec 21 00:11:42.706 INFO O| Dec 21 00:11:42.706 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60062024-12-21T00:11:42.793Z[ recovery-image] Dec 21 00:11:42.731 INFO O| Dec 21 00:11:42.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
60072024-12-21T00:11:42.828Z[ recovery-image] Dec 21 00:11:42.766 INFO O| Dec 21 00:11:42.766 INFO STEP 555 (remove_files) COMPLETE
60082024-12-21T00:11:42.828Z[ recovery-image] Dec 21 00:11:42.766 INFO O| Dec 21 00:11:42.766 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60092024-12-21T00:11:42.886Z[ recovery-image] Dec 21 00:11:42.824 INFO O| Dec 21 00:11:42.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
60102024-12-21T00:11:42.889Z[ recovery-image] Dec 21 00:11:42.824 INFO O| Dec 21 00:11:42.824 INFO STEP 556 (remove_files) COMPLETE
60112024-12-21T00:11:42.889Z[ recovery-image] Dec 21 00:11:42.824 INFO O| Dec 21 00:11:42.824 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60122024-12-21T00:11:42.944Z[ recovery-image] Dec 21 00:11:42.882 INFO O| Dec 21 00:11:42.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
60132024-12-21T00:11:42.944Z[ recovery-image] Dec 21 00:11:42.882 INFO O| Dec 21 00:11:42.882 INFO STEP 557 (remove_files) COMPLETE
60142024-12-21T00:11:42.944Z[ recovery-image] Dec 21 00:11:42.882 INFO O| Dec 21 00:11:42.882 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60152024-12-21T00:11:42.979Z[ recovery-image] Dec 21 00:11:42.917 INFO O| Dec 21 00:11:42.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
60162024-12-21T00:11:42.979Z[ recovery-image] Dec 21 00:11:42.917 INFO O| Dec 21 00:11:42.917 INFO STEP 558 (remove_files) COMPLETE
60172024-12-21T00:11:42.982Z[ recovery-image] Dec 21 00:11:42.918 INFO O| Dec 21 00:11:42.917 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60182024-12-21T00:11:43.005Z[ recovery-image] Dec 21 00:11:42.943 INFO O| Dec 21 00:11:42.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
60192024-12-21T00:11:43.005Z[ recovery-image] Dec 21 00:11:42.943 INFO O| Dec 21 00:11:42.943 INFO STEP 559 (remove_files) COMPLETE
60202024-12-21T00:11:43.008Z[ recovery-image] Dec 21 00:11:42.943 INFO O| Dec 21 00:11:42.943 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60212024-12-21T00:11:43.028Z[ recovery-image] Dec 21 00:11:42.967 INFO O| Dec 21 00:11:42.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
60222024-12-21T00:11:43.029Z[ recovery-image] Dec 21 00:11:42.967 INFO O| Dec 21 00:11:42.967 INFO STEP 560 (remove_files) COMPLETE
60232024-12-21T00:11:43.032Z[ recovery-image] Dec 21 00:11:42.967 INFO O| Dec 21 00:11:42.967 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60242024-12-21T00:11:43.051Z[ recovery-image] Dec 21 00:11:42.988 INFO O| Dec 21 00:11:42.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
60252024-12-21T00:11:43.051Z[ recovery-image] Dec 21 00:11:42.988 INFO O| Dec 21 00:11:42.988 INFO STEP 561 (remove_files) COMPLETE
60262024-12-21T00:11:43.051Z[ recovery-image] Dec 21 00:11:42.988 INFO O| Dec 21 00:11:42.988 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60272024-12-21T00:11:43.074Z[ recovery-image] Dec 21 00:11:43.011 INFO O| Dec 21 00:11:43.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
60282024-12-21T00:11:43.074Z[ recovery-image] Dec 21 00:11:43.011 INFO O| Dec 21 00:11:43.011 INFO STEP 562 (remove_files) COMPLETE
60292024-12-21T00:11:43.074Z[ recovery-image] Dec 21 00:11:43.011 INFO O| Dec 21 00:11:43.011 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60302024-12-21T00:11:43.098Z[ recovery-image] Dec 21 00:11:43.034 INFO O| Dec 21 00:11:43.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
60312024-12-21T00:11:43.098Z[ recovery-image] Dec 21 00:11:43.034 INFO O| Dec 21 00:11:43.034 INFO STEP 563 (remove_files) COMPLETE
60322024-12-21T00:11:43.098Z[ recovery-image] Dec 21 00:11:43.034 INFO O| Dec 21 00:11:43.034 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60332024-12-21T00:11:43.132Z[ recovery-image] Dec 21 00:11:43.069 INFO O| Dec 21 00:11:43.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
60342024-12-21T00:11:43.132Z[ recovery-image] Dec 21 00:11:43.069 INFO O| Dec 21 00:11:43.069 INFO STEP 564 (remove_files) COMPLETE
60352024-12-21T00:11:43.132Z[ recovery-image] Dec 21 00:11:43.069 INFO O| Dec 21 00:11:43.069 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60362024-12-21T00:11:43.159Z[ recovery-image] Dec 21 00:11:43.097 INFO O| Dec 21 00:11:43.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
60372024-12-21T00:11:43.161Z[ recovery-image] Dec 21 00:11:43.097 INFO O| Dec 21 00:11:43.097 INFO STEP 565 (remove_files) COMPLETE
60382024-12-21T00:11:43.161Z[ recovery-image] Dec 21 00:11:43.098 INFO O| Dec 21 00:11:43.098 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60392024-12-21T00:11:43.181Z[ recovery-image] Dec 21 00:11:43.119 INFO O| Dec 21 00:11:43.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
60402024-12-21T00:11:43.184Z[ recovery-image] Dec 21 00:11:43.120 INFO O| Dec 21 00:11:43.120 INFO STEP 566 (remove_files) COMPLETE
60412024-12-21T00:11:43.184Z[ recovery-image] Dec 21 00:11:43.120 INFO O| Dec 21 00:11:43.120 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60422024-12-21T00:11:43.203Z[ recovery-image] Dec 21 00:11:43.141 INFO O| Dec 21 00:11:43.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
60432024-12-21T00:11:43.205Z[ recovery-image] Dec 21 00:11:43.141 INFO O| Dec 21 00:11:43.141 INFO STEP 567 (remove_files) COMPLETE
60442024-12-21T00:11:43.205Z[ recovery-image] Dec 21 00:11:43.141 INFO O| Dec 21 00:11:43.141 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60452024-12-21T00:11:43.226Z[ recovery-image] Dec 21 00:11:43.164 INFO O| Dec 21 00:11:43.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
60462024-12-21T00:11:43.228Z[ recovery-image] Dec 21 00:11:43.165 INFO O| Dec 21 00:11:43.165 INFO STEP 568 (remove_files) COMPLETE
60472024-12-21T00:11:43.228Z[ recovery-image] Dec 21 00:11:43.165 INFO O| Dec 21 00:11:43.165 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60482024-12-21T00:11:43.253Z[ recovery-image] Dec 21 00:11:43.191 INFO O| Dec 21 00:11:43.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
60492024-12-21T00:11:43.253Z[ recovery-image] Dec 21 00:11:43.191 INFO O| Dec 21 00:11:43.191 INFO STEP 569 (remove_files) COMPLETE
60502024-12-21T00:11:43.253Z[ recovery-image] Dec 21 00:11:43.191 INFO O| Dec 21 00:11:43.191 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60512024-12-21T00:11:43.296Z[ recovery-image] Dec 21 00:11:43.234 INFO O| Dec 21 00:11:43.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
60522024-12-21T00:11:43.299Z[ recovery-image] Dec 21 00:11:43.234 INFO O| Dec 21 00:11:43.234 INFO STEP 570 (remove_files) COMPLETE
60532024-12-21T00:11:43.299Z[ recovery-image] Dec 21 00:11:43.235 INFO O| Dec 21 00:11:43.235 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60542024-12-21T00:11:43.320Z[ recovery-image] Dec 21 00:11:43.258 INFO O| Dec 21 00:11:43.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
60552024-12-21T00:11:43.323Z[ recovery-image] Dec 21 00:11:43.258 INFO O| Dec 21 00:11:43.258 INFO STEP 571 (remove_files) COMPLETE
60562024-12-21T00:11:43.323Z[ recovery-image] Dec 21 00:11:43.258 INFO O| Dec 21 00:11:43.258 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60572024-12-21T00:11:43.343Z[ recovery-image] Dec 21 00:11:43.281 INFO O| Dec 21 00:11:43.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
60582024-12-21T00:11:43.346Z[ recovery-image] Dec 21 00:11:43.281 INFO O| Dec 21 00:11:43.281 INFO STEP 572 (remove_files) COMPLETE
60592024-12-21T00:11:43.346Z[ recovery-image] Dec 21 00:11:43.281 INFO O| Dec 21 00:11:43.281 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60602024-12-21T00:11:43.365Z[ recovery-image] Dec 21 00:11:43.303 INFO O| Dec 21 00:11:43.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
60612024-12-21T00:11:43.368Z[ recovery-image] Dec 21 00:11:43.303 INFO O| Dec 21 00:11:43.303 INFO STEP 573 (remove_files) COMPLETE
60622024-12-21T00:11:43.368Z[ recovery-image] Dec 21 00:11:43.303 INFO O| Dec 21 00:11:43.303 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60632024-12-21T00:11:43.407Z[ recovery-image] Dec 21 00:11:43.345 INFO O| Dec 21 00:11:43.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
60642024-12-21T00:11:43.407Z[ recovery-image] Dec 21 00:11:43.345 INFO O| Dec 21 00:11:43.345 INFO STEP 574 (remove_files) COMPLETE
60652024-12-21T00:11:43.407Z[ recovery-image] Dec 21 00:11:43.345 INFO O| Dec 21 00:11:43.345 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60662024-12-21T00:11:43.428Z[ recovery-image] Dec 21 00:11:43.366 INFO O| Dec 21 00:11:43.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
60672024-12-21T00:11:43.431Z[ recovery-image] Dec 21 00:11:43.366 INFO O| Dec 21 00:11:43.366 INFO STEP 575 (remove_files) COMPLETE
60682024-12-21T00:11:43.431Z[ recovery-image] Dec 21 00:11:43.366 INFO O| Dec 21 00:11:43.366 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60692024-12-21T00:11:43.452Z[ recovery-image] Dec 21 00:11:43.389 INFO O| Dec 21 00:11:43.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
60702024-12-21T00:11:43.455Z[ recovery-image] Dec 21 00:11:43.389 INFO O| Dec 21 00:11:43.389 INFO STEP 576 (remove_files) COMPLETE
60712024-12-21T00:11:43.455Z[ recovery-image] Dec 21 00:11:43.389 INFO O| Dec 21 00:11:43.389 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60722024-12-21T00:11:43.476Z[ recovery-image] Dec 21 00:11:43.414 INFO O| Dec 21 00:11:43.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
60732024-12-21T00:11:43.476Z[ recovery-image] Dec 21 00:11:43.414 INFO O| Dec 21 00:11:43.414 INFO STEP 577 (remove_files) COMPLETE
60742024-12-21T00:11:43.480Z[ recovery-image] Dec 21 00:11:43.414 INFO O| Dec 21 00:11:43.414 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60752024-12-21T00:11:43.499Z[ recovery-image] Dec 21 00:11:43.437 INFO O| Dec 21 00:11:43.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
60762024-12-21T00:11:43.499Z[ recovery-image] Dec 21 00:11:43.437 INFO O| Dec 21 00:11:43.437 INFO STEP 578 (remove_files) COMPLETE
60772024-12-21T00:11:43.499Z[ recovery-image] Dec 21 00:11:43.437 INFO O| Dec 21 00:11:43.437 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60782024-12-21T00:11:43.522Z[ recovery-image] Dec 21 00:11:43.458 INFO O| Dec 21 00:11:43.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
60792024-12-21T00:11:43.522Z[ recovery-image] Dec 21 00:11:43.458 INFO O| Dec 21 00:11:43.458 INFO STEP 579 (remove_files) COMPLETE
60802024-12-21T00:11:43.522Z[ recovery-image] Dec 21 00:11:43.458 INFO O| Dec 21 00:11:43.458 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60812024-12-21T00:11:43.549Z[ recovery-image] Dec 21 00:11:43.487 INFO O| Dec 21 00:11:43.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
60822024-12-21T00:11:43.550Z[ recovery-image] Dec 21 00:11:43.487 INFO O| Dec 21 00:11:43.487 INFO STEP 580 (remove_files) COMPLETE
60832024-12-21T00:11:43.550Z[ recovery-image] Dec 21 00:11:43.487 INFO O| Dec 21 00:11:43.487 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60842024-12-21T00:11:43.573Z[ recovery-image] Dec 21 00:11:43.511 INFO O| Dec 21 00:11:43.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
60852024-12-21T00:11:43.573Z[ recovery-image] Dec 21 00:11:43.511 INFO O| Dec 21 00:11:43.511 INFO STEP 581 (remove_files) COMPLETE
60862024-12-21T00:11:43.573Z[ recovery-image] Dec 21 00:11:43.511 INFO O| Dec 21 00:11:43.511 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60872024-12-21T00:11:43.669Z[ recovery-image] Dec 21 00:11:43.607 INFO O| Dec 21 00:11:43.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
60882024-12-21T00:11:43.669Z[ recovery-image] Dec 21 00:11:43.607 INFO O| Dec 21 00:11:43.607 INFO STEP 582 (remove_files) COMPLETE
60892024-12-21T00:11:43.671Z[ recovery-image] Dec 21 00:11:43.607 INFO O| Dec 21 00:11:43.607 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60902024-12-21T00:11:43.691Z[ recovery-image] Dec 21 00:11:43.629 INFO O| Dec 21 00:11:43.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
60912024-12-21T00:11:43.691Z[ recovery-image] Dec 21 00:11:43.629 INFO O| Dec 21 00:11:43.629 INFO STEP 583 (remove_files) COMPLETE
60922024-12-21T00:11:43.691Z[ recovery-image] Dec 21 00:11:43.629 INFO O| Dec 21 00:11:43.629 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60932024-12-21T00:11:43.733Z[ recovery-image] Dec 21 00:11:43.671 INFO O| Dec 21 00:11:43.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
60942024-12-21T00:11:43.733Z[ recovery-image] Dec 21 00:11:43.671 INFO O| Dec 21 00:11:43.671 INFO STEP 584 (remove_files) COMPLETE
60952024-12-21T00:11:43.733Z[ recovery-image] Dec 21 00:11:43.671 INFO O| Dec 21 00:11:43.671 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60962024-12-21T00:11:43.757Z[ recovery-image] Dec 21 00:11:43.695 INFO O| Dec 21 00:11:43.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
60972024-12-21T00:11:43.758Z[ recovery-image] Dec 21 00:11:43.696 INFO O| Dec 21 00:11:43.695 INFO STEP 585 (remove_files) COMPLETE
60982024-12-21T00:11:43.758Z[ recovery-image] Dec 21 00:11:43.696 INFO O| Dec 21 00:11:43.695 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60992024-12-21T00:11:43.783Z[ recovery-image] Dec 21 00:11:43.721 INFO O| Dec 21 00:11:43.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
61002024-12-21T00:11:43.783Z[ recovery-image] Dec 21 00:11:43.721 INFO O| Dec 21 00:11:43.721 INFO STEP 586 (remove_files) COMPLETE
61012024-12-21T00:11:43.783Z[ recovery-image] Dec 21 00:11:43.721 INFO O| Dec 21 00:11:43.721 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61022024-12-21T00:11:43.808Z[ recovery-image] Dec 21 00:11:43.746 INFO O| Dec 21 00:11:43.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
61032024-12-21T00:11:43.810Z[ recovery-image] Dec 21 00:11:43.746 INFO O| Dec 21 00:11:43.746 INFO STEP 587 (remove_files) COMPLETE
61042024-12-21T00:11:43.810Z[ recovery-image] Dec 21 00:11:43.746 INFO O| Dec 21 00:11:43.746 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61052024-12-21T00:11:43.833Z[ recovery-image] Dec 21 00:11:43.771 INFO O| Dec 21 00:11:43.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
61062024-12-21T00:11:43.833Z[ recovery-image] Dec 21 00:11:43.771 INFO O| Dec 21 00:11:43.771 INFO STEP 588 (remove_files) COMPLETE
61072024-12-21T00:11:43.833Z[ recovery-image] Dec 21 00:11:43.771 INFO O| Dec 21 00:11:43.771 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61082024-12-21T00:11:43.865Z[ recovery-image] Dec 21 00:11:43.803 INFO O| Dec 21 00:11:43.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
61092024-12-21T00:11:43.865Z[ recovery-image] Dec 21 00:11:43.803 INFO O| Dec 21 00:11:43.803 INFO STEP 589 (remove_files) COMPLETE
61102024-12-21T00:11:43.868Z[ recovery-image] Dec 21 00:11:43.803 INFO O| Dec 21 00:11:43.803 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61112024-12-21T00:11:43.902Z[ recovery-image] Dec 21 00:11:43.840 INFO O| Dec 21 00:11:43.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
61122024-12-21T00:11:43.902Z[ recovery-image] Dec 21 00:11:43.840 INFO O| Dec 21 00:11:43.840 INFO STEP 590 (remove_files) COMPLETE
61132024-12-21T00:11:43.902Z[ recovery-image] Dec 21 00:11:43.840 INFO O| Dec 21 00:11:43.840 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61142024-12-21T00:11:43.933Z[ recovery-image] Dec 21 00:11:43.869 INFO O| Dec 21 00:11:43.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
61152024-12-21T00:11:43.933Z[ recovery-image] Dec 21 00:11:43.869 INFO O| Dec 21 00:11:43.869 INFO STEP 591 (remove_files) COMPLETE
61162024-12-21T00:11:43.936Z[ recovery-image] Dec 21 00:11:43.869 INFO O| Dec 21 00:11:43.869 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61172024-12-21T00:11:43.977Z[ recovery-image] Dec 21 00:11:43.915 INFO O| Dec 21 00:11:43.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
61182024-12-21T00:11:43.977Z[ recovery-image] Dec 21 00:11:43.915 INFO O| Dec 21 00:11:43.915 INFO STEP 592 (remove_files) COMPLETE
61192024-12-21T00:11:43.977Z[ recovery-image] Dec 21 00:11:43.915 INFO O| Dec 21 00:11:43.915 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61202024-12-21T00:11:44.001Z[ host-image] Dec 21 00:11:43.939 INFO O| Dec 21 00:11:43.939 INFO O| Planning: Solver setup ... Done
61212024-12-21T00:11:44.009Z[ host-image] Dec 21 00:11:43.947 INFO O| Dec 21 00:11:43.947 INFO O| Planning: Running solver ... Done
61222024-12-21T00:11:44.038Z[ recovery-image] Dec 21 00:11:43.976 INFO O| Dec 21 00:11:43.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
61232024-12-21T00:11:44.040Z[ recovery-image] Dec 21 00:11:43.976 INFO O| Dec 21 00:11:43.976 INFO STEP 593 (remove_files) COMPLETE
61242024-12-21T00:11:44.040Z[ recovery-image] Dec 21 00:11:43.976 INFO O| Dec 21 00:11:43.976 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61252024-12-21T00:11:44.060Z[ recovery-image] Dec 21 00:11:43.998 INFO O| Dec 21 00:11:43.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
61262024-12-21T00:11:44.060Z[ recovery-image] Dec 21 00:11:43.998 INFO O| Dec 21 00:11:43.998 INFO STEP 594 (remove_files) COMPLETE
61272024-12-21T00:11:44.063Z[ recovery-image] Dec 21 00:11:43.998 INFO O| Dec 21 00:11:43.998 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61282024-12-21T00:11:44.113Z[ host-image] Dec 21 00:11:44.051 INFO O| Dec 21 00:11:44.051 INFO O| Planning: Finding local manifests ... Done
61292024-12-21T00:11:44.115Z[ host-image] Dec 21 00:11:44.052 INFO O| Dec 21 00:11:44.052 INFO O| Planning: Fetching manifests: 0/1 0% complete
61302024-12-21T00:11:44.182Z[ recovery-image] Dec 21 00:11:44.120 INFO O| Dec 21 00:11:44.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
61312024-12-21T00:11:44.182Z[ recovery-image] Dec 21 00:11:44.120 INFO O| Dec 21 00:11:44.120 INFO STEP 595 (remove_files) COMPLETE
61322024-12-21T00:11:44.182Z[ recovery-image] Dec 21 00:11:44.120 INFO O| Dec 21 00:11:44.120 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61332024-12-21T00:11:44.207Z[ recovery-image] Dec 21 00:11:44.145 INFO O| Dec 21 00:11:44.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
61342024-12-21T00:11:44.210Z[ recovery-image] Dec 21 00:11:44.146 INFO O| Dec 21 00:11:44.146 INFO STEP 596 (remove_files) COMPLETE
61352024-12-21T00:11:44.210Z[ recovery-image] Dec 21 00:11:44.146 INFO O| Dec 21 00:11:44.146 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61362024-12-21T00:11:44.230Z[ recovery-image] Dec 21 00:11:44.168 INFO O| Dec 21 00:11:44.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
61372024-12-21T00:11:44.230Z[ recovery-image] Dec 21 00:11:44.169 INFO O| Dec 21 00:11:44.169 INFO STEP 597 (remove_files) COMPLETE
61382024-12-21T00:11:44.230Z[ recovery-image] Dec 21 00:11:44.169 INFO O| Dec 21 00:11:44.169 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61392024-12-21T00:11:44.260Z[ recovery-image] Dec 21 00:11:44.198 INFO O| Dec 21 00:11:44.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
61402024-12-21T00:11:44.263Z[ recovery-image] Dec 21 00:11:44.198 INFO O| Dec 21 00:11:44.198 INFO STEP 598 (remove_files) COMPLETE
61412024-12-21T00:11:44.263Z[ recovery-image] Dec 21 00:11:44.198 INFO O| Dec 21 00:11:44.198 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61422024-12-21T00:11:44.306Z[ recovery-image] Dec 21 00:11:44.244 INFO O| Dec 21 00:11:44.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
61432024-12-21T00:11:44.306Z[ recovery-image] Dec 21 00:11:44.244 INFO O| Dec 21 00:11:44.244 INFO STEP 599 (remove_files) COMPLETE
61442024-12-21T00:11:44.309Z[ recovery-image] Dec 21 00:11:44.244 INFO O| Dec 21 00:11:44.244 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61452024-12-21T00:11:44.344Z[ recovery-image] Dec 21 00:11:44.282 INFO O| Dec 21 00:11:44.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
61462024-12-21T00:11:44.344Z[ recovery-image] Dec 21 00:11:44.282 INFO O| Dec 21 00:11:44.270 INFO STEP 600 (remove_files) COMPLETE
61472024-12-21T00:11:44.344Z[ recovery-image] Dec 21 00:11:44.282 INFO O| Dec 21 00:11:44.270 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61482024-12-21T00:11:44.357Z[ recovery-image] Dec 21 00:11:44.295 INFO O| Dec 21 00:11:44.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
61492024-12-21T00:11:44.361Z[ recovery-image] Dec 21 00:11:44.296 INFO O| Dec 21 00:11:44.296 INFO STEP 601 (remove_files) COMPLETE
61502024-12-21T00:11:44.361Z[ recovery-image] Dec 21 00:11:44.296 INFO O| Dec 21 00:11:44.296 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61512024-12-21T00:11:44.384Z[ recovery-image] Dec 21 00:11:44.321 INFO O| Dec 21 00:11:44.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
61522024-12-21T00:11:44.389Z[ recovery-image] Dec 21 00:11:44.322 INFO O| Dec 21 00:11:44.322 INFO STEP 602 (remove_files) COMPLETE
61532024-12-21T00:11:44.389Z[ recovery-image] Dec 21 00:11:44.322 INFO O| Dec 21 00:11:44.322 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61542024-12-21T00:11:44.412Z[ recovery-image] Dec 21 00:11:44.347 INFO O| Dec 21 00:11:44.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
61552024-12-21T00:11:44.415Z[ recovery-image] Dec 21 00:11:44.347 INFO O| Dec 21 00:11:44.347 INFO STEP 603 (remove_files) COMPLETE
61562024-12-21T00:11:44.415Z[ recovery-image] Dec 21 00:11:44.348 INFO O| Dec 21 00:11:44.347 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61572024-12-21T00:11:44.435Z[ recovery-image] Dec 21 00:11:44.373 INFO O| Dec 21 00:11:44.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
61582024-12-21T00:11:44.435Z[ recovery-image] Dec 21 00:11:44.373 INFO O| Dec 21 00:11:44.373 INFO STEP 604 (remove_files) COMPLETE
61592024-12-21T00:11:44.438Z[ recovery-image] Dec 21 00:11:44.373 INFO O| Dec 21 00:11:44.373 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61602024-12-21T00:11:44.453Z[ host-image] Dec 21 00:11:44.391 INFO O| Dec 21 00:11:44.391 INFO O| Planning: Fetching manifests: 1/1 100% complete
61612024-12-21T00:11:44.468Z[ recovery-image] Dec 21 00:11:44.406 INFO O| Dec 21 00:11:44.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
61622024-12-21T00:11:44.468Z[ recovery-image] Dec 21 00:11:44.406 INFO O| Dec 21 00:11:44.406 INFO STEP 605 (remove_files) COMPLETE
61632024-12-21T00:11:44.468Z[ recovery-image] Dec 21 00:11:44.406 INFO O| Dec 21 00:11:44.406 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61642024-12-21T00:11:44.492Z[ recovery-image] Dec 21 00:11:44.429 INFO O| Dec 21 00:11:44.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
61652024-12-21T00:11:44.492Z[ recovery-image] Dec 21 00:11:44.429 INFO O| Dec 21 00:11:44.429 INFO STEP 606 (remove_files) COMPLETE
61662024-12-21T00:11:44.496Z[ recovery-image] Dec 21 00:11:44.430 INFO O| Dec 21 00:11:44.429 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61672024-12-21T00:11:44.502Z[ host-image] Dec 21 00:11:44.440 INFO O| Dec 21 00:11:44.440 INFO O| Planning: Package planning ... Done
61682024-12-21T00:11:44.505Z[ host-image] Dec 21 00:11:44.441 INFO O| Dec 21 00:11:44.441 INFO O| Planning: Merging actions ... Done
61692024-12-21T00:11:44.554Z[ recovery-image] Dec 21 00:11:44.491 INFO O| Dec 21 00:11:44.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
61702024-12-21T00:11:44.554Z[ recovery-image] Dec 21 00:11:44.491 INFO O| Dec 21 00:11:44.491 INFO STEP 607 (remove_files) COMPLETE
61712024-12-21T00:11:44.554Z[ recovery-image] Dec 21 00:11:44.491 INFO O| Dec 21 00:11:44.491 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61722024-12-21T00:11:44.574Z[ recovery-image] Dec 21 00:11:44.512 INFO O| Dec 21 00:11:44.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
61732024-12-21T00:11:44.574Z[ recovery-image] Dec 21 00:11:44.512 INFO O| Dec 21 00:11:44.512 INFO STEP 608 (remove_files) COMPLETE
61742024-12-21T00:11:44.574Z[ recovery-image] Dec 21 00:11:44.512 INFO O| Dec 21 00:11:44.512 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61752024-12-21T00:11:44.595Z[ recovery-image] Dec 21 00:11:44.532 INFO O| Dec 21 00:11:44.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
61762024-12-21T00:11:44.595Z[ recovery-image] Dec 21 00:11:44.532 INFO O| Dec 21 00:11:44.532 INFO STEP 609 (remove_files) COMPLETE
61772024-12-21T00:11:44.595Z[ recovery-image] Dec 21 00:11:44.532 INFO O| Dec 21 00:11:44.532 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61782024-12-21T00:11:44.647Z[ host-image] Dec 21 00:11:44.585 INFO O| Dec 21 00:11:44.585 INFO O| Planning: Checking for conflicting actions ... Done
61792024-12-21T00:11:44.647Z[ recovery-image] Dec 21 00:11:44.585 INFO O| Dec 21 00:11:44.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
61802024-12-21T00:11:44.649Z[ recovery-image] Dec 21 00:11:44.585 INFO O| Dec 21 00:11:44.585 INFO STEP 610 (remove_files) COMPLETE
61812024-12-21T00:11:44.649Z[ host-image] Dec 21 00:11:44.585 INFO O| Dec 21 00:11:44.585 INFO O| Planning: Consolidating action changes ... Done
61822024-12-21T00:11:44.649Z[ recovery-image] Dec 21 00:11:44.585 INFO O| Dec 21 00:11:44.585 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61832024-12-21T00:11:44.666Z[ recovery-image] Dec 21 00:11:44.604 INFO O| Dec 21 00:11:44.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
61842024-12-21T00:11:44.666Z[ recovery-image] Dec 21 00:11:44.604 INFO O| Dec 21 00:11:44.604 INFO STEP 611 (remove_files) COMPLETE
61852024-12-21T00:11:44.666Z[ recovery-image] Dec 21 00:11:44.604 INFO O| Dec 21 00:11:44.604 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61862024-12-21T00:11:44.686Z[ recovery-image] Dec 21 00:11:44.624 INFO O| Dec 21 00:11:44.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
61872024-12-21T00:11:44.686Z[ recovery-image] Dec 21 00:11:44.624 INFO O| Dec 21 00:11:44.624 INFO STEP 612 (remove_files) COMPLETE
61882024-12-21T00:11:44.688Z[ recovery-image] Dec 21 00:11:44.624 INFO O| Dec 21 00:11:44.624 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61892024-12-21T00:11:44.754Z[ recovery-image] Dec 21 00:11:44.692 INFO O| Dec 21 00:11:44.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
61902024-12-21T00:11:44.757Z[ recovery-image] Dec 21 00:11:44.693 INFO O| Dec 21 00:11:44.693 INFO STEP 613 (remove_files) COMPLETE
61912024-12-21T00:11:44.757Z[ recovery-image] Dec 21 00:11:44.693 INFO O| Dec 21 00:11:44.693 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61922024-12-21T00:11:44.810Z[ recovery-image] Dec 21 00:11:44.748 INFO O| Dec 21 00:11:44.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
61932024-12-21T00:11:44.813Z[ recovery-image] Dec 21 00:11:44.748 INFO O| Dec 21 00:11:44.748 INFO STEP 614 (remove_files) COMPLETE
61942024-12-21T00:11:44.814Z[ recovery-image] Dec 21 00:11:44.748 INFO O| Dec 21 00:11:44.748 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61952024-12-21T00:11:44.831Z[ recovery-image] Dec 21 00:11:44.769 INFO O| Dec 21 00:11:44.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
61962024-12-21T00:11:44.831Z[ recovery-image] Dec 21 00:11:44.769 INFO O| Dec 21 00:11:44.769 INFO STEP 615 (remove_files) COMPLETE
61972024-12-21T00:11:44.831Z[ recovery-image] Dec 21 00:11:44.769 INFO O| Dec 21 00:11:44.769 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61982024-12-21T00:11:44.851Z[ recovery-image] Dec 21 00:11:44.788 INFO O| Dec 21 00:11:44.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
61992024-12-21T00:11:44.851Z[ recovery-image] Dec 21 00:11:44.789 INFO O| Dec 21 00:11:44.788 INFO STEP 616 (remove_files) COMPLETE
62002024-12-21T00:11:44.854Z[ recovery-image] Dec 21 00:11:44.789 INFO O| Dec 21 00:11:44.789 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62012024-12-21T00:11:44.871Z[ recovery-image] Dec 21 00:11:44.809 INFO O| Dec 21 00:11:44.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
62022024-12-21T00:11:44.871Z[ recovery-image] Dec 21 00:11:44.809 INFO O| Dec 21 00:11:44.809 INFO STEP 617 (remove_files) COMPLETE
62032024-12-21T00:11:44.871Z[ recovery-image] Dec 21 00:11:44.809 INFO O| Dec 21 00:11:44.809 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62042024-12-21T00:11:44.893Z[ recovery-image] Dec 21 00:11:44.831 INFO O| Dec 21 00:11:44.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
62052024-12-21T00:11:44.896Z[ recovery-image] Dec 21 00:11:44.831 INFO O| Dec 21 00:11:44.831 INFO STEP 618 (remove_files) COMPLETE
62062024-12-21T00:11:44.896Z[ recovery-image] Dec 21 00:11:44.831 INFO O| Dec 21 00:11:44.831 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62072024-12-21T00:11:44.923Z[ recovery-image] Dec 21 00:11:44.854 INFO O| Dec 21 00:11:44.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
62082024-12-21T00:11:44.923Z[ recovery-image] Dec 21 00:11:44.854 INFO O| Dec 21 00:11:44.854 INFO STEP 619 (remove_files) COMPLETE
62092024-12-21T00:11:44.927Z[ recovery-image] Dec 21 00:11:44.854 INFO O| Dec 21 00:11:44.854 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62102024-12-21T00:11:44.947Z[ recovery-image] Dec 21 00:11:44.885 INFO O| Dec 21 00:11:44.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
62112024-12-21T00:11:44.947Z[ recovery-image] Dec 21 00:11:44.885 INFO O| Dec 21 00:11:44.885 INFO STEP 620 (remove_files) COMPLETE
62122024-12-21T00:11:44.951Z[ recovery-image] Dec 21 00:11:44.886 INFO O| Dec 21 00:11:44.885 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62132024-12-21T00:11:44.999Z[ recovery-image] Dec 21 00:11:44.913 INFO O| Dec 21 00:11:44.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
62142024-12-21T00:11:44.999Z[ recovery-image] Dec 21 00:11:44.913 INFO O| Dec 21 00:11:44.913 INFO STEP 621 (remove_files) COMPLETE
62152024-12-21T00:11:45.002Z[ recovery-image] Dec 21 00:11:44.913 INFO O| Dec 21 00:11:44.913 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62162024-12-21T00:11:45.002Z[ host-image] Dec 21 00:11:44.938 INFO O| Dec 21 00:11:44.938 INFO O| Planning: Evaluating mediators ... Done
62172024-12-21T00:11:45.002Z[ recovery-image] Dec 21 00:11:44.937 INFO O| Dec 21 00:11:44.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
62182024-12-21T00:11:45.002Z[ recovery-image] Dec 21 00:11:44.937 INFO O| Dec 21 00:11:44.937 INFO STEP 622 (remove_files) COMPLETE
62192024-12-21T00:11:45.002Z[ host-image] Dec 21 00:11:44.939 INFO O| Dec 21 00:11:44.939 INFO O| Planning: Planning completed in 5.65 seconds
62202024-12-21T00:11:45.002Z[ recovery-image] Dec 21 00:11:44.937 INFO O| Dec 21 00:11:44.937 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62212024-12-21T00:11:45.005Z[ host-image] Dec 21 00:11:44.942 INFO O| Dec 21 00:11:44.942 INFO O| Packages to install: 1
62222024-12-21T00:11:45.024Z[ host-image] Dec 21 00:11:44.962 INFO O| Dec 21 00:11:44.962 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
62232024-12-21T00:11:45.058Z[ recovery-image] Dec 21 00:11:44.996 INFO O| Dec 21 00:11:44.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
62242024-12-21T00:11:45.058Z[ recovery-image] Dec 21 00:11:44.996 INFO O| Dec 21 00:11:44.996 INFO STEP 623 (remove_files) COMPLETE
62252024-12-21T00:11:45.060Z[ recovery-image] Dec 21 00:11:44.996 INFO O| Dec 21 00:11:44.996 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62262024-12-21T00:11:45.202Z[ recovery-image] Dec 21 00:11:45.140 INFO O| Dec 21 00:11:45.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
62272024-12-21T00:11:45.202Z[ recovery-image] Dec 21 00:11:45.140 INFO O| Dec 21 00:11:45.140 INFO STEP 624 (remove_files) COMPLETE
62282024-12-21T00:11:45.202Z[ recovery-image] Dec 21 00:11:45.140 INFO O| Dec 21 00:11:45.140 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62292024-12-21T00:11:45.207Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
62302024-12-21T00:11:45.247Z[ recovery-image] Dec 21 00:11:45.185 INFO O| Dec 21 00:11:45.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
62312024-12-21T00:11:45.247Z[ recovery-image] Dec 21 00:11:45.185 INFO O| Dec 21 00:11:45.183 INFO STEP 625 (remove_files) COMPLETE
62322024-12-21T00:11:45.247Z[ recovery-image] Dec 21 00:11:45.185 INFO O| Dec 21 00:11:45.183 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62332024-12-21T00:11:45.270Z[ recovery-image] Dec 21 00:11:45.209 INFO O| Dec 21 00:11:45.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
62342024-12-21T00:11:45.270Z[ recovery-image] Dec 21 00:11:45.209 INFO O| Dec 21 00:11:45.206 INFO STEP 626 (remove_files) COMPLETE
62352024-12-21T00:11:45.270Z[ recovery-image] Dec 21 00:11:45.209 INFO O| Dec 21 00:11:45.206 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62362024-12-21T00:11:45.312Z[ recovery-image] Dec 21 00:11:45.249 INFO O| Dec 21 00:11:45.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
62372024-12-21T00:11:45.331Z[ recovery-image] Dec 21 00:11:45.269 INFO O| Dec 21 00:11:45.269 INFO STEP 627 (remove_files) COMPLETE
62382024-12-21T00:11:45.331Z[ recovery-image] Dec 21 00:11:45.269 INFO O| Dec 21 00:11:45.269 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62392024-12-21T00:11:45.364Z[ recovery-image] Dec 21 00:11:45.292 INFO O| Dec 21 00:11:45.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
62402024-12-21T00:11:45.364Z[ recovery-image] Dec 21 00:11:45.292 INFO O| Dec 21 00:11:45.292 INFO STEP 628 (remove_files) COMPLETE
62412024-12-21T00:11:45.364Z[ recovery-image] Dec 21 00:11:45.292 INFO O| Dec 21 00:11:45.292 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62422024-12-21T00:11:45.376Z[ recovery-image] Dec 21 00:11:45.314 INFO O| Dec 21 00:11:45.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
62432024-12-21T00:11:45.380Z[ recovery-image] Dec 21 00:11:45.315 INFO O| Dec 21 00:11:45.315 INFO STEP 629 (remove_files) COMPLETE
62442024-12-21T00:11:45.380Z[ recovery-image] Dec 21 00:11:45.315 INFO O| Dec 21 00:11:45.315 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62452024-12-21T00:11:45.453Z[ recovery-image] Dec 21 00:11:45.391 INFO O| Dec 21 00:11:45.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
62462024-12-21T00:11:45.453Z[ recovery-image] Dec 21 00:11:45.391 INFO O| Dec 21 00:11:45.391 INFO STEP 630 (remove_files) COMPLETE
62472024-12-21T00:11:45.453Z[ recovery-image] Dec 21 00:11:45.391 INFO O| Dec 21 00:11:45.391 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62482024-12-21T00:11:45.504Z[ recovery-image] Dec 21 00:11:45.443 INFO O| Dec 21 00:11:45.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
62492024-12-21T00:11:45.504Z[ recovery-image] Dec 21 00:11:45.443 INFO O| Dec 21 00:11:45.443 INFO STEP 631 (remove_files) COMPLETE
62502024-12-21T00:11:45.504Z[ recovery-image] Dec 21 00:11:45.443 INFO O| Dec 21 00:11:45.443 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62512024-12-21T00:11:45.530Z[ recovery-image] Dec 21 00:11:45.467 INFO O| Dec 21 00:11:45.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
62522024-12-21T00:11:45.530Z[ recovery-image] Dec 21 00:11:45.468 INFO O| Dec 21 00:11:45.467 INFO STEP 632 (remove_files) COMPLETE
62532024-12-21T00:11:45.533Z[ recovery-image] Dec 21 00:11:45.468 INFO O| Dec 21 00:11:45.468 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62542024-12-21T00:11:45.555Z[ recovery-image] Dec 21 00:11:45.493 INFO O| Dec 21 00:11:45.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
62552024-12-21T00:11:45.555Z[ recovery-image] Dec 21 00:11:45.493 INFO O| Dec 21 00:11:45.493 INFO STEP 633 (remove_files) COMPLETE
62562024-12-21T00:11:45.555Z[ recovery-image] Dec 21 00:11:45.493 INFO O| Dec 21 00:11:45.493 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62572024-12-21T00:11:45.598Z[ recovery-image] Dec 21 00:11:45.536 INFO O| Dec 21 00:11:45.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
62582024-12-21T00:11:45.598Z[ recovery-image] Dec 21 00:11:45.536 INFO O| Dec 21 00:11:45.536 INFO STEP 634 (remove_files) COMPLETE
62592024-12-21T00:11:45.600Z[ recovery-image] Dec 21 00:11:45.536 INFO O| Dec 21 00:11:45.536 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62602024-12-21T00:11:45.624Z[ recovery-image] Dec 21 00:11:45.562 INFO O| Dec 21 00:11:45.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
62612024-12-21T00:11:45.624Z[ recovery-image] Dec 21 00:11:45.562 INFO O| Dec 21 00:11:45.562 INFO STEP 635 (remove_files) COMPLETE
62622024-12-21T00:11:45.624Z[ recovery-image] Dec 21 00:11:45.562 INFO O| Dec 21 00:11:45.562 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62632024-12-21T00:11:45.650Z[ recovery-image] Dec 21 00:11:45.588 INFO O| Dec 21 00:11:45.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
62642024-12-21T00:11:45.650Z[ recovery-image] Dec 21 00:11:45.588 INFO O| Dec 21 00:11:45.588 INFO STEP 636 (remove_files) COMPLETE
62652024-12-21T00:11:45.652Z[ recovery-image] Dec 21 00:11:45.588 INFO O| Dec 21 00:11:45.588 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62662024-12-21T00:11:45.677Z[ recovery-image] Dec 21 00:11:45.615 INFO O| Dec 21 00:11:45.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
62672024-12-21T00:11:45.677Z[ recovery-image] Dec 21 00:11:45.615 INFO O| Dec 21 00:11:45.615 INFO STEP 637 (remove_files) COMPLETE
62682024-12-21T00:11:45.680Z[ recovery-image] Dec 21 00:11:45.615 INFO O| Dec 21 00:11:45.615 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62692024-12-21T00:11:45.703Z[ recovery-image] Dec 21 00:11:45.642 INFO O| Dec 21 00:11:45.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
62702024-12-21T00:11:45.704Z[ recovery-image] Dec 21 00:11:45.642 INFO O| Dec 21 00:11:45.642 INFO STEP 638 (remove_files) COMPLETE
62712024-12-21T00:11:45.704Z[ recovery-image] Dec 21 00:11:45.642 INFO O| Dec 21 00:11:45.642 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62722024-12-21T00:11:45.730Z[ recovery-image] Dec 21 00:11:45.668 INFO O| Dec 21 00:11:45.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
62732024-12-21T00:11:45.730Z[ recovery-image] Dec 21 00:11:45.668 INFO O| Dec 21 00:11:45.668 INFO STEP 639 (remove_files) COMPLETE
62742024-12-21T00:11:45.730Z[ recovery-image] Dec 21 00:11:45.668 INFO O| Dec 21 00:11:45.668 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62752024-12-21T00:11:45.755Z[ recovery-image] Dec 21 00:11:45.693 INFO O| Dec 21 00:11:45.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
62762024-12-21T00:11:45.755Z[ recovery-image] Dec 21 00:11:45.694 INFO O| Dec 21 00:11:45.693 INFO STEP 640 (remove_files) COMPLETE
62772024-12-21T00:11:45.755Z[ recovery-image] Dec 21 00:11:45.694 INFO O| Dec 21 00:11:45.694 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62782024-12-21T00:11:45.817Z[ recovery-image] Dec 21 00:11:45.755 INFO O| Dec 21 00:11:45.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
62792024-12-21T00:11:45.817Z[ recovery-image] Dec 21 00:11:45.755 INFO O| Dec 21 00:11:45.755 INFO STEP 641 (remove_files) COMPLETE
62802024-12-21T00:11:45.820Z[ recovery-image] Dec 21 00:11:45.755 INFO O| Dec 21 00:11:45.755 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62812024-12-21T00:11:45.841Z[ recovery-image] Dec 21 00:11:45.779 INFO O| Dec 21 00:11:45.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
62822024-12-21T00:11:45.841Z[ recovery-image] Dec 21 00:11:45.779 INFO O| Dec 21 00:11:45.779 INFO STEP 642 (remove_files) COMPLETE
62832024-12-21T00:11:45.841Z[ recovery-image] Dec 21 00:11:45.779 INFO O| Dec 21 00:11:45.779 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62842024-12-21T00:11:45.865Z[ recovery-image] Dec 21 00:11:45.803 INFO O| Dec 21 00:11:45.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
62852024-12-21T00:11:45.865Z[ recovery-image] Dec 21 00:11:45.803 INFO O| Dec 21 00:11:45.803 INFO STEP 643 (remove_files) COMPLETE
62862024-12-21T00:11:45.868Z[ recovery-image] Dec 21 00:11:45.803 INFO O| Dec 21 00:11:45.803 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62872024-12-21T00:11:45.909Z[ recovery-image] Dec 21 00:11:45.847 INFO O| Dec 21 00:11:45.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
62882024-12-21T00:11:45.909Z[ recovery-image] Dec 21 00:11:45.847 INFO O| Dec 21 00:11:45.847 INFO STEP 644 (remove_files) COMPLETE
62892024-12-21T00:11:45.909Z[ recovery-image] Dec 21 00:11:45.847 INFO O| Dec 21 00:11:45.847 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62902024-12-21T00:11:45.960Z[ recovery-image] Dec 21 00:11:45.898 INFO O| Dec 21 00:11:45.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
62912024-12-21T00:11:45.963Z[ recovery-image] Dec 21 00:11:45.898 INFO O| Dec 21 00:11:45.898 INFO STEP 645 (remove_files) COMPLETE
62922024-12-21T00:11:45.963Z[ recovery-image] Dec 21 00:11:45.899 INFO O| Dec 21 00:11:45.899 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62932024-12-21T00:11:45.985Z[ recovery-image] Dec 21 00:11:45.923 INFO O| Dec 21 00:11:45.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
62942024-12-21T00:11:45.988Z[ recovery-image] Dec 21 00:11:45.924 INFO O| Dec 21 00:11:45.924 INFO STEP 646 (remove_files) COMPLETE
62952024-12-21T00:11:45.988Z[ recovery-image] Dec 21 00:11:45.924 INFO O| Dec 21 00:11:45.924 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62962024-12-21T00:11:46.010Z[ recovery-image] Dec 21 00:11:45.948 INFO O| Dec 21 00:11:45.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
62972024-12-21T00:11:46.013Z[ recovery-image] Dec 21 00:11:45.949 INFO O| Dec 21 00:11:45.948 INFO STEP 647 (remove_files) COMPLETE
62982024-12-21T00:11:46.013Z[ recovery-image] Dec 21 00:11:45.949 INFO O| Dec 21 00:11:45.949 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62992024-12-21T00:11:46.036Z[ recovery-image] Dec 21 00:11:45.974 INFO O| Dec 21 00:11:45.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
63002024-12-21T00:11:46.039Z[ recovery-image] Dec 21 00:11:45.975 INFO O| Dec 21 00:11:45.975 INFO STEP 648 (remove_files) COMPLETE
63012024-12-21T00:11:46.039Z[ recovery-image] Dec 21 00:11:45.975 INFO O| Dec 21 00:11:45.975 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63022024-12-21T00:11:46.060Z[ recovery-image] Dec 21 00:11:45.998 INFO O| Dec 21 00:11:45.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
63032024-12-21T00:11:46.080Z[ recovery-image] Dec 21 00:11:46.019 INFO O| Dec 21 00:11:46.019 INFO STEP 649 (remove_files) COMPLETE
63042024-12-21T00:11:46.080Z[ recovery-image] Dec 21 00:11:46.019 INFO O| Dec 21 00:11:46.019 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63052024-12-21T00:11:46.105Z[ recovery-image] Dec 21 00:11:46.043 INFO O| Dec 21 00:11:46.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
63062024-12-21T00:11:46.108Z[ recovery-image] Dec 21 00:11:46.044 INFO O| Dec 21 00:11:46.044 INFO STEP 650 (remove_files) COMPLETE
63072024-12-21T00:11:46.108Z[ recovery-image] Dec 21 00:11:46.044 INFO O| Dec 21 00:11:46.044 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63082024-12-21T00:11:46.108Z[ host-image] Dec 21 00:11:46.045 INFO O| Dec 21 00:11:46.045 INFO O| Download: Completed 9.99 MB in 1.08 seconds (9.2M/s)
63092024-12-21T00:11:46.129Z[ recovery-image] Dec 21 00:11:46.068 INFO O| Dec 21 00:11:46.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
63102024-12-21T00:11:46.132Z[ recovery-image] Dec 21 00:11:46.068 INFO O| Dec 21 00:11:46.068 INFO STEP 651 (remove_files) COMPLETE
63112024-12-21T00:11:46.132Z[ recovery-image] Dec 21 00:11:46.068 INFO O| Dec 21 00:11:46.068 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63122024-12-21T00:11:46.173Z[ recovery-image] Dec 21 00:11:46.111 INFO O| Dec 21 00:11:46.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
63132024-12-21T00:11:46.176Z[ recovery-image] Dec 21 00:11:46.112 INFO O| Dec 21 00:11:46.112 INFO STEP 652 (remove_files) COMPLETE
63142024-12-21T00:11:46.176Z[ recovery-image] Dec 21 00:11:46.112 INFO O| Dec 21 00:11:46.112 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63152024-12-21T00:11:46.234Z[ recovery-image] Dec 21 00:11:46.172 INFO O| Dec 21 00:11:46.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
63162024-12-21T00:11:46.234Z[ recovery-image] Dec 21 00:11:46.172 INFO O| Dec 21 00:11:46.172 INFO STEP 653 (remove_files) COMPLETE
63172024-12-21T00:11:46.234Z[ recovery-image] Dec 21 00:11:46.172 INFO O| Dec 21 00:11:46.172 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63182024-12-21T00:11:46.236Z[ host-image] Dec 21 00:11:46.172 INFO O| Dec 21 00:11:46.172 INFO O| Actions: 1/22 actions (Installing new actions)
63192024-12-21T00:11:46.257Z[ recovery-image] Dec 21 00:11:46.195 INFO O| Dec 21 00:11:46.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
63202024-12-21T00:11:46.257Z[ recovery-image] Dec 21 00:11:46.195 INFO O| Dec 21 00:11:46.195 INFO STEP 654 (remove_files) COMPLETE
63212024-12-21T00:11:46.260Z[ recovery-image] Dec 21 00:11:46.195 INFO O| Dec 21 00:11:46.195 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63222024-12-21T00:11:46.296Z[ recovery-image] Dec 21 00:11:46.234 INFO O| Dec 21 00:11:46.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
63232024-12-21T00:11:46.297Z[ recovery-image] Dec 21 00:11:46.234 INFO O| Dec 21 00:11:46.234 INFO STEP 655 (remove_files) COMPLETE
63242024-12-21T00:11:46.297Z[ recovery-image] Dec 21 00:11:46.234 INFO O| Dec 21 00:11:46.234 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63252024-12-21T00:11:46.319Z[ recovery-image] Dec 21 00:11:46.257 INFO O| Dec 21 00:11:46.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
63262024-12-21T00:11:46.319Z[ recovery-image] Dec 21 00:11:46.257 INFO O| Dec 21 00:11:46.257 INFO STEP 656 (remove_files) COMPLETE
63272024-12-21T00:11:46.319Z[ recovery-image] Dec 21 00:11:46.257 INFO O| Dec 21 00:11:46.257 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63282024-12-21T00:11:46.344Z[ recovery-image] Dec 21 00:11:46.283 INFO O| Dec 21 00:11:46.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
63292024-12-21T00:11:46.344Z[ recovery-image] Dec 21 00:11:46.283 INFO O| Dec 21 00:11:46.283 INFO STEP 657 (remove_files) COMPLETE
63302024-12-21T00:11:46.344Z[ recovery-image] Dec 21 00:11:46.283 INFO O| Dec 21 00:11:46.283 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63312024-12-21T00:11:46.408Z[ recovery-image] Dec 21 00:11:46.346 INFO O| Dec 21 00:11:46.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
63322024-12-21T00:11:46.408Z[ recovery-image] Dec 21 00:11:46.346 INFO O| Dec 21 00:11:46.346 INFO STEP 658 (remove_files) COMPLETE
63332024-12-21T00:11:46.412Z[ recovery-image] Dec 21 00:11:46.346 INFO O| Dec 21 00:11:46.346 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63342024-12-21T00:11:46.437Z[ recovery-image] Dec 21 00:11:46.375 INFO O| Dec 21 00:11:46.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
63352024-12-21T00:11:46.437Z[ recovery-image] Dec 21 00:11:46.375 INFO O| Dec 21 00:11:46.375 INFO STEP 659 (remove_files) COMPLETE
63362024-12-21T00:11:46.440Z[ recovery-image] Dec 21 00:11:46.375 INFO O| Dec 21 00:11:46.375 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63372024-12-21T00:11:46.463Z[ recovery-image] Dec 21 00:11:46.400 INFO O| Dec 21 00:11:46.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
63382024-12-21T00:11:46.463Z[ recovery-image] Dec 21 00:11:46.401 INFO O| Dec 21 00:11:46.401 INFO STEP 660 (remove_files) COMPLETE
63392024-12-21T00:11:46.463Z[ recovery-image] Dec 21 00:11:46.401 INFO O| Dec 21 00:11:46.401 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63402024-12-21T00:11:46.510Z[ recovery-image] Dec 21 00:11:46.449 INFO O| Dec 21 00:11:46.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
63412024-12-21T00:11:46.510Z[ recovery-image] Dec 21 00:11:46.449 INFO O| Dec 21 00:11:46.449 INFO STEP 661 (remove_files) COMPLETE
63422024-12-21T00:11:46.510Z[ recovery-image] Dec 21 00:11:46.449 INFO O| Dec 21 00:11:46.449 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63432024-12-21T00:11:46.534Z[ recovery-image] Dec 21 00:11:46.473 INFO O| Dec 21 00:11:46.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
63442024-12-21T00:11:46.534Z[ recovery-image] Dec 21 00:11:46.473 INFO O| Dec 21 00:11:46.473 INFO STEP 662 (remove_files) COMPLETE
63452024-12-21T00:11:46.534Z[ recovery-image] Dec 21 00:11:46.473 INFO O| Dec 21 00:11:46.473 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63462024-12-21T00:11:46.560Z[ recovery-image] Dec 21 00:11:46.498 INFO O| Dec 21 00:11:46.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
63472024-12-21T00:11:46.563Z[ recovery-image] Dec 21 00:11:46.499 INFO O| Dec 21 00:11:46.498 INFO STEP 663 (remove_files) COMPLETE
63482024-12-21T00:11:46.564Z[ recovery-image] Dec 21 00:11:46.499 INFO O| Dec 21 00:11:46.499 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63492024-12-21T00:11:46.669Z[ host-image] Dec 21 00:11:46.607 INFO O| Dec 21 00:11:46.607 INFO O| Actions: Completed 22 actions in 0.43 seconds.
63502024-12-21T00:11:46.669Z[ recovery-image] Dec 21 00:11:46.607 INFO O| Dec 21 00:11:46.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
63512024-12-21T00:11:46.672Z[ recovery-image] Dec 21 00:11:46.607 INFO O| Dec 21 00:11:46.607 INFO STEP 664 (remove_files) COMPLETE
63522024-12-21T00:11:46.672Z[ recovery-image] Dec 21 00:11:46.607 INFO O| Dec 21 00:11:46.607 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63532024-12-21T00:11:46.701Z[ recovery-image] Dec 21 00:11:46.640 INFO O| Dec 21 00:11:46.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
63542024-12-21T00:11:46.701Z[ recovery-image] Dec 21 00:11:46.640 INFO O| Dec 21 00:11:46.640 INFO STEP 665 (remove_files) COMPLETE
63552024-12-21T00:11:46.701Z[ recovery-image] Dec 21 00:11:46.640 INFO O| Dec 21 00:11:46.640 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63562024-12-21T00:11:46.746Z[ recovery-image] Dec 21 00:11:46.685 INFO O| Dec 21 00:11:46.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
63572024-12-21T00:11:46.749Z[ recovery-image] Dec 21 00:11:46.685 INFO O| Dec 21 00:11:46.685 INFO STEP 666 (remove_files) COMPLETE
63582024-12-21T00:11:46.749Z[ recovery-image] Dec 21 00:11:46.685 INFO O| Dec 21 00:11:46.685 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63592024-12-21T00:11:46.767Z[ recovery-image] Dec 21 00:11:46.705 INFO O| Dec 21 00:11:46.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
63602024-12-21T00:11:46.767Z[ recovery-image] Dec 21 00:11:46.705 INFO O| Dec 21 00:11:46.705 INFO STEP 667 (remove_files) COMPLETE
63612024-12-21T00:11:46.767Z[ recovery-image] Dec 21 00:11:46.705 INFO O| Dec 21 00:11:46.705 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63622024-12-21T00:11:46.787Z[ recovery-image] Dec 21 00:11:46.726 INFO O| Dec 21 00:11:46.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
63632024-12-21T00:11:46.787Z[ recovery-image] Dec 21 00:11:46.726 INFO O| Dec 21 00:11:46.726 INFO STEP 668 (remove_files) COMPLETE
63642024-12-21T00:11:46.787Z[ recovery-image] Dec 21 00:11:46.726 INFO O| Dec 21 00:11:46.726 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63652024-12-21T00:11:46.826Z[ recovery-image] Dec 21 00:11:46.764 INFO O| Dec 21 00:11:46.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
63662024-12-21T00:11:46.829Z[ recovery-image] Dec 21 00:11:46.764 INFO O| Dec 21 00:11:46.764 INFO STEP 669 (remove_files) COMPLETE
63672024-12-21T00:11:46.829Z[ recovery-image] Dec 21 00:11:46.764 INFO O| Dec 21 00:11:46.764 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63682024-12-21T00:11:46.849Z[ recovery-image] Dec 21 00:11:46.787 INFO O| Dec 21 00:11:46.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
63692024-12-21T00:11:46.852Z[ recovery-image] Dec 21 00:11:46.788 INFO O| Dec 21 00:11:46.788 INFO STEP 670 (remove_files) COMPLETE
63702024-12-21T00:11:46.852Z[ recovery-image] Dec 21 00:11:46.788 INFO O| Dec 21 00:11:46.788 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63712024-12-21T00:11:46.886Z[ recovery-image] Dec 21 00:11:46.824 INFO O| Dec 21 00:11:46.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
63722024-12-21T00:11:46.889Z[ recovery-image] Dec 21 00:11:46.825 INFO O| Dec 21 00:11:46.825 INFO STEP 671 (remove_files) COMPLETE
63732024-12-21T00:11:46.889Z[ recovery-image] Dec 21 00:11:46.825 INFO O| Dec 21 00:11:46.825 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63742024-12-21T00:11:46.908Z[ recovery-image] Dec 21 00:11:46.847 INFO O| Dec 21 00:11:46.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
63752024-12-21T00:11:46.911Z[ recovery-image] Dec 21 00:11:46.847 INFO O| Dec 21 00:11:46.847 INFO STEP 672 (remove_files) COMPLETE
63762024-12-21T00:11:46.911Z[ recovery-image] Dec 21 00:11:46.847 INFO O| Dec 21 00:11:46.847 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63772024-12-21T00:11:46.931Z[ recovery-image] Dec 21 00:11:46.870 INFO O| Dec 21 00:11:46.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
63782024-12-21T00:11:46.931Z[ recovery-image] Dec 21 00:11:46.870 INFO O| Dec 21 00:11:46.870 INFO STEP 673 (remove_files) COMPLETE
63792024-12-21T00:11:46.934Z[ recovery-image] Dec 21 00:11:46.870 INFO O| Dec 21 00:11:46.870 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63802024-12-21T00:11:46.954Z[ recovery-image] Dec 21 00:11:46.892 INFO O| Dec 21 00:11:46.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
63812024-12-21T00:11:46.954Z[ recovery-image] Dec 21 00:11:46.892 INFO O| Dec 21 00:11:46.892 INFO STEP 674 (remove_files) COMPLETE
63822024-12-21T00:11:46.956Z[ recovery-image] Dec 21 00:11:46.892 INFO O| Dec 21 00:11:46.892 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63832024-12-21T00:11:46.977Z[ recovery-image] Dec 21 00:11:46.915 INFO O| Dec 21 00:11:46.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
63842024-12-21T00:11:46.977Z[ recovery-image] Dec 21 00:11:46.915 INFO O| Dec 21 00:11:46.915 INFO STEP 675 (remove_files) COMPLETE
63852024-12-21T00:11:46.977Z[ recovery-image] Dec 21 00:11:46.915 INFO O| Dec 21 00:11:46.915 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63862024-12-21T00:11:46.999Z[ recovery-image] Dec 21 00:11:46.937 INFO O| Dec 21 00:11:46.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
63872024-12-21T00:11:46.999Z[ recovery-image] Dec 21 00:11:46.937 INFO O| Dec 21 00:11:46.937 INFO STEP 676 (remove_files) COMPLETE
63882024-12-21T00:11:46.999Z[ recovery-image] Dec 21 00:11:46.937 INFO O| Dec 21 00:11:46.937 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63892024-12-21T00:11:47.059Z[ recovery-image] Dec 21 00:11:46.998 INFO O| Dec 21 00:11:46.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
63902024-12-21T00:11:47.059Z[ recovery-image] Dec 21 00:11:46.998 INFO O| Dec 21 00:11:46.998 INFO STEP 677 (remove_files) COMPLETE
63912024-12-21T00:11:47.062Z[ recovery-image] Dec 21 00:11:46.998 INFO O| Dec 21 00:11:46.998 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63922024-12-21T00:11:47.082Z[ recovery-image] Dec 21 00:11:47.021 INFO O| Dec 21 00:11:47.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
63932024-12-21T00:11:47.082Z[ recovery-image] Dec 21 00:11:47.021 INFO O| Dec 21 00:11:47.021 INFO STEP 678 (remove_files) COMPLETE
63942024-12-21T00:11:47.082Z[ recovery-image] Dec 21 00:11:47.021 INFO O| Dec 21 00:11:47.021 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63952024-12-21T00:11:47.106Z[ recovery-image] Dec 21 00:11:47.045 INFO O| Dec 21 00:11:47.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
63962024-12-21T00:11:47.106Z[ recovery-image] Dec 21 00:11:47.045 INFO O| Dec 21 00:11:47.045 INFO STEP 679 (remove_files) COMPLETE
63972024-12-21T00:11:47.106Z[ recovery-image] Dec 21 00:11:47.045 INFO O| Dec 21 00:11:47.045 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63982024-12-21T00:11:47.151Z[ recovery-image] Dec 21 00:11:47.090 INFO O| Dec 21 00:11:47.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
63992024-12-21T00:11:47.176Z[ recovery-image] Dec 21 00:11:47.114 INFO O| Dec 21 00:11:47.114 INFO STEP 680 (remove_files) COMPLETE
64002024-12-21T00:11:47.176Z[ recovery-image] Dec 21 00:11:47.114 INFO O| Dec 21 00:11:47.114 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64012024-12-21T00:11:47.244Z[ recovery-image] Dec 21 00:11:47.182 INFO O| Dec 21 00:11:47.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
64022024-12-21T00:11:47.244Z[ recovery-image] Dec 21 00:11:47.182 INFO O| Dec 21 00:11:47.182 INFO STEP 681 (remove_files) COMPLETE
64032024-12-21T00:11:47.248Z[ recovery-image] Dec 21 00:11:47.183 INFO O| Dec 21 00:11:47.182 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64042024-12-21T00:11:47.271Z[ recovery-image] Dec 21 00:11:47.208 INFO O| Dec 21 00:11:47.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
64052024-12-21T00:11:47.271Z[ recovery-image] Dec 21 00:11:47.208 INFO O| Dec 21 00:11:47.208 INFO STEP 682 (remove_files) COMPLETE
64062024-12-21T00:11:47.271Z[ recovery-image] Dec 21 00:11:47.208 INFO O| Dec 21 00:11:47.208 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64072024-12-21T00:11:47.297Z[ recovery-image] Dec 21 00:11:47.234 INFO O| Dec 21 00:11:47.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
64082024-12-21T00:11:47.301Z[ recovery-image] Dec 21 00:11:47.234 INFO O| Dec 21 00:11:47.234 INFO STEP 683 (remove_files) COMPLETE
64092024-12-21T00:11:47.301Z[ recovery-image] Dec 21 00:11:47.234 INFO O| Dec 21 00:11:47.234 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64102024-12-21T00:11:47.310Z[ host-image] Dec 21 00:11:47.248 INFO O| Dec 21 00:11:47.248 INFO O| Done
64112024-12-21T00:11:47.310Z[ host-image] Dec 21 00:11:47.248 INFO O| Dec 21 00:11:47.248 INFO O| Done
64122024-12-21T00:11:47.360Z[ recovery-image] Dec 21 00:11:47.299 INFO O| Dec 21 00:11:47.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
64132024-12-21T00:11:47.363Z[ recovery-image] Dec 21 00:11:47.299 INFO O| Dec 21 00:11:47.299 INFO STEP 684 (remove_files) COMPLETE
64142024-12-21T00:11:47.363Z[ recovery-image] Dec 21 00:11:47.299 INFO O| Dec 21 00:11:47.299 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64152024-12-21T00:11:47.385Z[ recovery-image] Dec 21 00:11:47.324 INFO O| Dec 21 00:11:47.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
64162024-12-21T00:11:47.388Z[ recovery-image] Dec 21 00:11:47.324 INFO O| Dec 21 00:11:47.324 INFO STEP 685 (remove_files) COMPLETE
64172024-12-21T00:11:47.388Z[ recovery-image] Dec 21 00:11:47.324 INFO O| Dec 21 00:11:47.324 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64182024-12-21T00:11:47.411Z[ recovery-image] Dec 21 00:11:47.349 INFO O| Dec 21 00:11:47.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
64192024-12-21T00:11:47.414Z[ recovery-image] Dec 21 00:11:47.350 INFO O| Dec 21 00:11:47.350 INFO STEP 686 (remove_files) COMPLETE
64202024-12-21T00:11:47.414Z[ recovery-image] Dec 21 00:11:47.350 INFO O| Dec 21 00:11:47.350 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64212024-12-21T00:11:47.436Z[ recovery-image] Dec 21 00:11:47.375 INFO O| Dec 21 00:11:47.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
64222024-12-21T00:11:47.439Z[ recovery-image] Dec 21 00:11:47.375 INFO O| Dec 21 00:11:47.375 INFO STEP 687 (remove_files) COMPLETE
64232024-12-21T00:11:47.439Z[ recovery-image] Dec 21 00:11:47.376 INFO O| Dec 21 00:11:47.375 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64242024-12-21T00:11:47.550Z[ recovery-image] Dec 21 00:11:47.488 INFO O| Dec 21 00:11:47.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
64252024-12-21T00:11:47.550Z[ recovery-image] Dec 21 00:11:47.488 INFO O| Dec 21 00:11:47.488 INFO STEP 688 (remove_files) COMPLETE
64262024-12-21T00:11:47.550Z[ recovery-image] Dec 21 00:11:47.488 INFO O| Dec 21 00:11:47.488 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64272024-12-21T00:11:47.575Z[ recovery-image] Dec 21 00:11:47.511 INFO O| Dec 21 00:11:47.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
64282024-12-21T00:11:47.575Z[ recovery-image] Dec 21 00:11:47.511 INFO O| Dec 21 00:11:47.511 INFO STEP 689 (remove_files) COMPLETE
64292024-12-21T00:11:47.579Z[ recovery-image] Dec 21 00:11:47.511 INFO O| Dec 21 00:11:47.511 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64302024-12-21T00:11:47.610Z[ recovery-image] Dec 21 00:11:47.548 INFO O| Dec 21 00:11:47.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
64312024-12-21T00:11:47.679Z[ recovery-image] Dec 21 00:11:47.618 INFO O| Dec 21 00:11:47.554 INFO STEP 690 (remove_files) COMPLETE
64322024-12-21T00:11:47.679Z[ recovery-image] Dec 21 00:11:47.618 INFO O| Dec 21 00:11:47.618 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64332024-12-21T00:11:47.725Z[ recovery-image] Dec 21 00:11:47.664 INFO O| Dec 21 00:11:47.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
64342024-12-21T00:11:47.725Z[ recovery-image] Dec 21 00:11:47.664 INFO O| Dec 21 00:11:47.664 INFO STEP 691 (remove_files) COMPLETE
64352024-12-21T00:11:47.725Z[ recovery-image] Dec 21 00:11:47.664 INFO O| Dec 21 00:11:47.664 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64362024-12-21T00:11:47.748Z[ recovery-image] Dec 21 00:11:47.686 INFO O| Dec 21 00:11:47.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
64372024-12-21T00:11:47.748Z[ recovery-image] Dec 21 00:11:47.686 INFO O| Dec 21 00:11:47.686 INFO STEP 692 (remove_files) COMPLETE
64382024-12-21T00:11:47.748Z[ recovery-image] Dec 21 00:11:47.686 INFO O| Dec 21 00:11:47.686 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64392024-12-21T00:11:47.769Z[ recovery-image] Dec 21 00:11:47.707 INFO O| Dec 21 00:11:47.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
64402024-12-21T00:11:47.769Z[ recovery-image] Dec 21 00:11:47.707 INFO O| Dec 21 00:11:47.707 INFO STEP 693 (remove_files) COMPLETE
64412024-12-21T00:11:47.769Z[ recovery-image] Dec 21 00:11:47.707 INFO O| Dec 21 00:11:47.707 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64422024-12-21T00:11:47.832Z[ recovery-image] Dec 21 00:11:47.770 INFO O| Dec 21 00:11:47.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
64432024-12-21T00:11:47.835Z[ recovery-image] Dec 21 00:11:47.771 INFO O| Dec 21 00:11:47.770 INFO STEP 694 (remove_files) COMPLETE
64442024-12-21T00:11:47.835Z[ recovery-image] Dec 21 00:11:47.771 INFO O| Dec 21 00:11:47.771 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64452024-12-21T00:11:47.853Z[ recovery-image] Dec 21 00:11:47.792 INFO O| Dec 21 00:11:47.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
64462024-12-21T00:11:47.853Z[ recovery-image] Dec 21 00:11:47.792 INFO O| Dec 21 00:11:47.792 INFO STEP 695 (remove_files) COMPLETE
64472024-12-21T00:11:47.856Z[ recovery-image] Dec 21 00:11:47.792 INFO O| Dec 21 00:11:47.792 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64482024-12-21T00:11:47.875Z[ recovery-image] Dec 21 00:11:47.814 INFO O| Dec 21 00:11:47.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
64492024-12-21T00:11:47.875Z[ recovery-image] Dec 21 00:11:47.814 INFO O| Dec 21 00:11:47.814 INFO STEP 696 (remove_files) COMPLETE
64502024-12-21T00:11:47.875Z[ recovery-image] Dec 21 00:11:47.814 INFO O| Dec 21 00:11:47.814 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64512024-12-21T00:11:47.917Z[ recovery-image] Dec 21 00:11:47.856 INFO O| Dec 21 00:11:47.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
64522024-12-21T00:11:47.917Z[ recovery-image] Dec 21 00:11:47.856 INFO O| Dec 21 00:11:47.856 INFO STEP 697 (remove_files) COMPLETE
64532024-12-21T00:11:47.917Z[ recovery-image] Dec 21 00:11:47.856 INFO O| Dec 21 00:11:47.856 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64542024-12-21T00:11:47.943Z[ recovery-image] Dec 21 00:11:47.882 INFO O| Dec 21 00:11:47.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
64552024-12-21T00:11:47.943Z[ recovery-image] Dec 21 00:11:47.882 INFO O| Dec 21 00:11:47.882 INFO STEP 698 (remove_files) COMPLETE
64562024-12-21T00:11:47.943Z[ recovery-image] Dec 21 00:11:47.882 INFO O| Dec 21 00:11:47.882 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64572024-12-21T00:11:47.969Z[ recovery-image] Dec 21 00:11:47.908 INFO O| Dec 21 00:11:47.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
64582024-12-21T00:11:47.969Z[ recovery-image] Dec 21 00:11:47.908 INFO O| Dec 21 00:11:47.908 INFO STEP 699 (remove_files) COMPLETE
64592024-12-21T00:11:47.972Z[ recovery-image] Dec 21 00:11:47.908 INFO O| Dec 21 00:11:47.908 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64602024-12-21T00:11:48.015Z[ recovery-image] Dec 21 00:11:47.952 INFO O| Dec 21 00:11:47.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
64612024-12-21T00:11:48.016Z[ recovery-image] Dec 21 00:11:47.952 INFO O| Dec 21 00:11:47.952 INFO STEP 700 (remove_files) COMPLETE
64622024-12-21T00:11:48.016Z[ recovery-image] Dec 21 00:11:47.952 INFO O| Dec 21 00:11:47.952 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64632024-12-21T00:11:48.038Z[ recovery-image] Dec 21 00:11:47.977 INFO O| Dec 21 00:11:47.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
64642024-12-21T00:11:48.038Z[ recovery-image] Dec 21 00:11:47.977 INFO O| Dec 21 00:11:47.977 INFO STEP 701 (remove_files) COMPLETE
64652024-12-21T00:11:48.038Z[ recovery-image] Dec 21 00:11:47.977 INFO O| Dec 21 00:11:47.977 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64662024-12-21T00:11:48.062Z[ recovery-image] Dec 21 00:11:48.000 INFO O| Dec 21 00:11:48.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
64672024-12-21T00:11:48.064Z[ recovery-image] Dec 21 00:11:48.000 INFO O| Dec 21 00:11:48.000 INFO STEP 702 (remove_files) COMPLETE
64682024-12-21T00:11:48.064Z[ recovery-image] Dec 21 00:11:48.000 INFO O| Dec 21 00:11:48.000 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64692024-12-21T00:11:48.085Z[ recovery-image] Dec 21 00:11:48.023 INFO O| Dec 21 00:11:48.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
64702024-12-21T00:11:48.085Z[ recovery-image] Dec 21 00:11:48.023 INFO O| Dec 21 00:11:48.023 INFO STEP 703 (remove_files) COMPLETE
64712024-12-21T00:11:48.089Z[ recovery-image] Dec 21 00:11:48.023 INFO O| Dec 21 00:11:48.023 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64722024-12-21T00:11:48.448Z[ recovery-image] Dec 21 00:11:48.062 INFO O| Dec 21 00:11:48.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
64732024-12-21T00:11:48.449Z[ recovery-image] Dec 21 00:11:48.062 INFO O| Dec 21 00:11:48.062 INFO STEP 704 (remove_files) COMPLETE
64742024-12-21T00:11:48.455Z[ recovery-image] Dec 21 00:11:48.062 INFO O| Dec 21 00:11:48.062 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64752024-12-21T00:11:48.455Z[ recovery-image] Dec 21 00:11:48.085 INFO O| Dec 21 00:11:48.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
64762024-12-21T00:11:48.455Z[ recovery-image] Dec 21 00:11:48.086 INFO O| Dec 21 00:11:48.086 INFO STEP 705 (remove_files) COMPLETE
64772024-12-21T00:11:48.455Z[ recovery-image] Dec 21 00:11:48.086 INFO O| Dec 21 00:11:48.086 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64782024-12-21T00:11:48.455Z[ recovery-image] Dec 21 00:11:48.109 INFO O| Dec 21 00:11:48.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
64792024-12-21T00:11:48.456Z[ recovery-image] Dec 21 00:11:48.109 INFO O| Dec 21 00:11:48.109 INFO STEP 706 (remove_files) COMPLETE
64802024-12-21T00:11:48.456Z[ recovery-image] Dec 21 00:11:48.109 INFO O| Dec 21 00:11:48.109 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64812024-12-21T00:11:48.456Z[ recovery-image] Dec 21 00:11:48.179 INFO O| Dec 21 00:11:48.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
64822024-12-21T00:11:48.456Z[ recovery-image] Dec 21 00:11:48.179 INFO O| Dec 21 00:11:48.179 INFO STEP 707 (remove_files) COMPLETE
64832024-12-21T00:11:48.456Z[ recovery-image] Dec 21 00:11:48.179 INFO O| Dec 21 00:11:48.179 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64842024-12-21T00:11:48.456Z[ recovery-image] Dec 21 00:11:48.200 INFO O| Dec 21 00:11:48.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
64852024-12-21T00:11:48.456Z[ recovery-image] Dec 21 00:11:48.200 INFO O| Dec 21 00:11:48.200 INFO STEP 708 (remove_files) COMPLETE
64862024-12-21T00:11:48.456Z[ recovery-image] Dec 21 00:11:48.200 INFO O| Dec 21 00:11:48.200 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64872024-12-21T00:11:48.456Z[ recovery-image] Dec 21 00:11:48.222 INFO O| Dec 21 00:11:48.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
64882024-12-21T00:11:48.456Z[ recovery-image] Dec 21 00:11:48.222 INFO O| Dec 21 00:11:48.222 INFO STEP 709 (remove_files) COMPLETE
64892024-12-21T00:11:48.456Z[ recovery-image] Dec 21 00:11:48.222 INFO O| Dec 21 00:11:48.222 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64902024-12-21T00:11:48.457Z[ recovery-image] Dec 21 00:11:48.265 INFO O| Dec 21 00:11:48.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
64912024-12-21T00:11:48.457Z[ recovery-image] Dec 21 00:11:48.265 INFO O| Dec 21 00:11:48.265 INFO STEP 710 (remove_files) COMPLETE
64922024-12-21T00:11:48.457Z[ recovery-image] Dec 21 00:11:48.265 INFO O| Dec 21 00:11:48.265 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64932024-12-21T00:11:48.457Z[ recovery-image] Dec 21 00:11:48.308 INFO O| Dec 21 00:11:48.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
64942024-12-21T00:11:48.457Z[ recovery-image] Dec 21 00:11:48.308 INFO O| Dec 21 00:11:48.308 INFO STEP 711 (remove_files) COMPLETE
64952024-12-21T00:11:48.457Z[ recovery-image] Dec 21 00:11:48.308 INFO O| Dec 21 00:11:48.308 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64962024-12-21T00:11:48.473Z[ recovery-image] Dec 21 00:11:48.372 INFO O| Dec 21 00:11:48.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
64972024-12-21T00:11:48.473Z[ recovery-image] Dec 21 00:11:48.372 INFO O| Dec 21 00:11:48.372 INFO STEP 712 (remove_files) COMPLETE
64982024-12-21T00:11:48.473Z[ recovery-image] Dec 21 00:11:48.372 INFO O| Dec 21 00:11:48.372 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64992024-12-21T00:11:48.473Z[ recovery-image] Dec 21 00:11:48.396 INFO O| Dec 21 00:11:48.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
65002024-12-21T00:11:48.473Z[ recovery-image] Dec 21 00:11:48.397 INFO O| Dec 21 00:11:48.396 INFO STEP 713 (remove_files) COMPLETE
65012024-12-21T00:11:48.474Z[ recovery-image] Dec 21 00:11:48.397 INFO O| Dec 21 00:11:48.396 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65022024-12-21T00:11:48.487Z[ recovery-image] Dec 21 00:11:48.418 INFO O| Dec 21 00:11:48.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
65032024-12-21T00:11:48.487Z[ recovery-image] Dec 21 00:11:48.418 INFO O| Dec 21 00:11:48.418 INFO STEP 714 (remove_files) COMPLETE
65042024-12-21T00:11:48.487Z[ recovery-image] Dec 21 00:11:48.419 INFO O| Dec 21 00:11:48.418 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65052024-12-21T00:11:48.505Z[ recovery-image] Dec 21 00:11:48.444 INFO O| Dec 21 00:11:48.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
65062024-12-21T00:11:48.508Z[ recovery-image] Dec 21 00:11:48.444 INFO O| Dec 21 00:11:48.444 INFO STEP 715 (remove_files) COMPLETE
65072024-12-21T00:11:48.508Z[ recovery-image] Dec 21 00:11:48.444 INFO O| Dec 21 00:11:48.444 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65082024-12-21T00:11:48.546Z[ host-image] Dec 21 00:11:48.484 INFO O| Dec 21 00:11:48.484 INFO O| Done
65092024-12-21T00:11:48.584Z[ recovery-image] Dec 21 00:11:48.523 INFO O| Dec 21 00:11:48.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
65102024-12-21T00:11:48.585Z[ recovery-image] Dec 21 00:11:48.523 INFO O| Dec 21 00:11:48.523 INFO STEP 716 (remove_files) COMPLETE
65112024-12-21T00:11:48.585Z[ recovery-image] Dec 21 00:11:48.523 INFO O| Dec 21 00:11:48.523 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65122024-12-21T00:11:48.611Z[ recovery-image] Dec 21 00:11:48.548 INFO O| Dec 21 00:11:48.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
65132024-12-21T00:11:48.611Z[ recovery-image] Dec 21 00:11:48.548 INFO O| Dec 21 00:11:48.548 INFO STEP 717 (remove_files) COMPLETE
65142024-12-21T00:11:48.611Z[ recovery-image] Dec 21 00:11:48.548 INFO O| Dec 21 00:11:48.548 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65152024-12-21T00:11:48.635Z[ recovery-image] Dec 21 00:11:48.573 INFO O| Dec 21 00:11:48.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
65162024-12-21T00:11:48.640Z[ recovery-image] Dec 21 00:11:48.578 INFO O| Dec 21 00:11:48.578 INFO STEP 718 (remove_files) COMPLETE
65172024-12-21T00:11:48.640Z[ recovery-image] Dec 21 00:11:48.578 INFO O| Dec 21 00:11:48.578 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65182024-12-21T00:11:48.664Z[ recovery-image] Dec 21 00:11:48.603 INFO O| Dec 21 00:11:48.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
65192024-12-21T00:11:48.664Z[ recovery-image] Dec 21 00:11:48.603 INFO O| Dec 21 00:11:48.603 INFO STEP 719 (remove_files) COMPLETE
65202024-12-21T00:11:48.664Z[ recovery-image] Dec 21 00:11:48.603 INFO O| Dec 21 00:11:48.603 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65212024-12-21T00:11:48.689Z[ recovery-image] Dec 21 00:11:48.628 INFO O| Dec 21 00:11:48.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
65222024-12-21T00:11:48.689Z[ recovery-image] Dec 21 00:11:48.628 INFO O| Dec 21 00:11:48.628 INFO STEP 720 (remove_files) COMPLETE
65232024-12-21T00:11:48.689Z[ recovery-image] Dec 21 00:11:48.628 INFO O| Dec 21 00:11:48.628 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65242024-12-21T00:11:48.716Z[ recovery-image] Dec 21 00:11:48.654 INFO O| Dec 21 00:11:48.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
65252024-12-21T00:11:48.717Z[ recovery-image] Dec 21 00:11:48.654 INFO O| Dec 21 00:11:48.654 INFO STEP 721 (remove_files) COMPLETE
65262024-12-21T00:11:48.717Z[ recovery-image] Dec 21 00:11:48.654 INFO O| Dec 21 00:11:48.654 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65272024-12-21T00:11:48.773Z[ recovery-image] Dec 21 00:11:48.712 INFO O| Dec 21 00:11:48.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
65282024-12-21T00:11:48.775Z[ recovery-image] Dec 21 00:11:48.712 INFO O| Dec 21 00:11:48.712 INFO STEP 722 (remove_files) COMPLETE
65292024-12-21T00:11:48.775Z[ recovery-image] Dec 21 00:11:48.712 INFO O| Dec 21 00:11:48.712 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65302024-12-21T00:11:48.853Z[ recovery-image] Dec 21 00:11:48.791 INFO O| Dec 21 00:11:48.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
65312024-12-21T00:11:48.853Z[ recovery-image] Dec 21 00:11:48.791 INFO O| Dec 21 00:11:48.791 INFO STEP 723 (remove_files) COMPLETE
65322024-12-21T00:11:48.854Z[ recovery-image] Dec 21 00:11:48.791 INFO O| Dec 21 00:11:48.791 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65332024-12-21T00:11:48.876Z[ recovery-image] Dec 21 00:11:48.815 INFO O| Dec 21 00:11:48.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
65342024-12-21T00:11:48.876Z[ recovery-image] Dec 21 00:11:48.815 INFO O| Dec 21 00:11:48.815 INFO STEP 724 (remove_files) COMPLETE
65352024-12-21T00:11:48.876Z[ recovery-image] Dec 21 00:11:48.815 INFO O| Dec 21 00:11:48.815 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65362024-12-21T00:11:48.900Z[ recovery-image] Dec 21 00:11:48.838 INFO O| Dec 21 00:11:48.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
65372024-12-21T00:11:48.900Z[ recovery-image] Dec 21 00:11:48.838 INFO O| Dec 21 00:11:48.838 INFO STEP 725 (remove_files) COMPLETE
65382024-12-21T00:11:48.900Z[ recovery-image] Dec 21 00:11:48.838 INFO O| Dec 21 00:11:48.838 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65392024-12-21T00:11:48.939Z[ recovery-image] Dec 21 00:11:48.878 INFO O| Dec 21 00:11:48.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
65402024-12-21T00:11:48.939Z[ recovery-image] Dec 21 00:11:48.878 INFO O| Dec 21 00:11:48.878 INFO STEP 726 (remove_files) COMPLETE
65412024-12-21T00:11:48.940Z[ recovery-image] Dec 21 00:11:48.878 INFO O| Dec 21 00:11:48.878 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65422024-12-21T00:11:48.964Z[ recovery-image] Dec 21 00:11:48.902 INFO O| Dec 21 00:11:48.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
65432024-12-21T00:11:48.964Z[ recovery-image] Dec 21 00:11:48.902 INFO O| Dec 21 00:11:48.902 INFO STEP 727 (remove_files) COMPLETE
65442024-12-21T00:11:48.964Z[ recovery-image] Dec 21 00:11:48.902 INFO O| Dec 21 00:11:48.902 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65452024-12-21T00:11:48.985Z[ recovery-image] Dec 21 00:11:48.924 INFO O| Dec 21 00:11:48.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
65462024-12-21T00:11:48.986Z[ recovery-image] Dec 21 00:11:48.924 INFO O| Dec 21 00:11:48.924 INFO STEP 728 (remove_files) COMPLETE
65472024-12-21T00:11:48.986Z[ recovery-image] Dec 21 00:11:48.924 INFO O| Dec 21 00:11:48.924 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65482024-12-21T00:11:49.007Z[ recovery-image] Dec 21 00:11:48.946 INFO O| Dec 21 00:11:48.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
65492024-12-21T00:11:49.007Z[ recovery-image] Dec 21 00:11:48.946 INFO O| Dec 21 00:11:48.946 INFO STEP 729 (remove_files) COMPLETE
65502024-12-21T00:11:49.007Z[ recovery-image] Dec 21 00:11:48.946 INFO O| Dec 21 00:11:48.946 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65512024-12-21T00:11:49.028Z[ recovery-image] Dec 21 00:11:48.967 INFO O| Dec 21 00:11:48.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
65522024-12-21T00:11:49.028Z[ recovery-image] Dec 21 00:11:48.967 INFO O| Dec 21 00:11:48.967 INFO STEP 730 (remove_files) COMPLETE
65532024-12-21T00:11:49.028Z[ recovery-image] Dec 21 00:11:48.967 INFO O| Dec 21 00:11:48.967 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65542024-12-21T00:11:49.065Z[ recovery-image] Dec 21 00:11:49.003 INFO O| Dec 21 00:11:49.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
65552024-12-21T00:11:49.068Z[ recovery-image] Dec 21 00:11:49.004 INFO O| Dec 21 00:11:49.004 INFO STEP 731 (remove_files) COMPLETE
65562024-12-21T00:11:49.068Z[ recovery-image] Dec 21 00:11:49.004 INFO O| Dec 21 00:11:49.004 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65572024-12-21T00:11:49.090Z[ recovery-image] Dec 21 00:11:49.029 INFO O| Dec 21 00:11:49.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
65582024-12-21T00:11:49.093Z[ recovery-image] Dec 21 00:11:49.029 INFO O| Dec 21 00:11:49.029 INFO STEP 732 (remove_files) COMPLETE
65592024-12-21T00:11:49.093Z[ recovery-image] Dec 21 00:11:49.029 INFO O| Dec 21 00:11:49.029 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65602024-12-21T00:11:49.126Z[ recovery-image] Dec 21 00:11:49.065 INFO O| Dec 21 00:11:49.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
65612024-12-21T00:11:49.126Z[ recovery-image] Dec 21 00:11:49.065 INFO O| Dec 21 00:11:49.065 INFO STEP 733 (remove_files) COMPLETE
65622024-12-21T00:11:49.127Z[ recovery-image] Dec 21 00:11:49.065 INFO O| Dec 21 00:11:49.065 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65632024-12-21T00:11:49.150Z[ recovery-image] Dec 21 00:11:49.089 INFO O| Dec 21 00:11:49.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
65642024-12-21T00:11:49.150Z[ recovery-image] Dec 21 00:11:49.089 INFO O| Dec 21 00:11:49.089 INFO STEP 734 (remove_files) COMPLETE
65652024-12-21T00:11:49.150Z[ recovery-image] Dec 21 00:11:49.089 INFO O| Dec 21 00:11:49.089 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65662024-12-21T00:11:49.172Z[ recovery-image] Dec 21 00:11:49.111 INFO O| Dec 21 00:11:49.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
65672024-12-21T00:11:49.172Z[ recovery-image] Dec 21 00:11:49.111 INFO O| Dec 21 00:11:49.111 INFO STEP 735 (remove_files) COMPLETE
65682024-12-21T00:11:49.175Z[ recovery-image] Dec 21 00:11:49.111 INFO O| Dec 21 00:11:49.111 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65692024-12-21T00:11:49.195Z[ recovery-image] Dec 21 00:11:49.134 INFO O| Dec 21 00:11:49.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
65702024-12-21T00:11:49.195Z[ recovery-image] Dec 21 00:11:49.134 INFO O| Dec 21 00:11:49.134 INFO STEP 736 (remove_files) COMPLETE
65712024-12-21T00:11:49.198Z[ recovery-image] Dec 21 00:11:49.134 INFO O| Dec 21 00:11:49.134 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65722024-12-21T00:11:49.217Z[ recovery-image] Dec 21 00:11:49.156 INFO O| Dec 21 00:11:49.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
65732024-12-21T00:11:49.218Z[ recovery-image] Dec 21 00:11:49.157 INFO O| Dec 21 00:11:49.156 INFO STEP 737 (remove_files) COMPLETE
65742024-12-21T00:11:49.220Z[ recovery-image] Dec 21 00:11:49.157 INFO O| Dec 21 00:11:49.156 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65752024-12-21T00:11:49.240Z[ recovery-image] Dec 21 00:11:49.179 INFO O| Dec 21 00:11:49.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
65762024-12-21T00:11:49.241Z[ recovery-image] Dec 21 00:11:49.179 INFO O| Dec 21 00:11:49.179 INFO STEP 738 (remove_files) COMPLETE
65772024-12-21T00:11:49.241Z[ recovery-image] Dec 21 00:11:49.179 INFO O| Dec 21 00:11:49.179 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65782024-12-21T00:11:49.294Z[ recovery-image] Dec 21 00:11:49.232 INFO O| Dec 21 00:11:49.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
65792024-12-21T00:11:49.294Z[ recovery-image] Dec 21 00:11:49.232 INFO O| Dec 21 00:11:49.232 INFO STEP 739 (remove_files) COMPLETE
65802024-12-21T00:11:49.294Z[ recovery-image] Dec 21 00:11:49.232 INFO O| Dec 21 00:11:49.232 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65812024-12-21T00:11:49.318Z[ recovery-image] Dec 21 00:11:49.256 INFO O| Dec 21 00:11:49.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
65822024-12-21T00:11:49.321Z[ recovery-image] Dec 21 00:11:49.257 INFO O| Dec 21 00:11:49.257 INFO STEP 740 (remove_files) COMPLETE
65832024-12-21T00:11:49.321Z[ recovery-image] Dec 21 00:11:49.257 INFO O| Dec 21 00:11:49.257 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65842024-12-21T00:11:49.376Z[ recovery-image] Dec 21 00:11:49.315 INFO O| Dec 21 00:11:49.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
65852024-12-21T00:11:49.379Z[ recovery-image] Dec 21 00:11:49.315 INFO O| Dec 21 00:11:49.315 INFO STEP 741 (remove_files) COMPLETE
65862024-12-21T00:11:49.379Z[ recovery-image] Dec 21 00:11:49.316 INFO O| Dec 21 00:11:49.316 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65872024-12-21T00:11:49.406Z[ recovery-image] Dec 21 00:11:49.345 INFO O| Dec 21 00:11:49.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
65882024-12-21T00:11:49.409Z[ recovery-image] Dec 21 00:11:49.346 INFO O| Dec 21 00:11:49.345 INFO STEP 742 (remove_files) COMPLETE
65892024-12-21T00:11:49.409Z[ recovery-image] Dec 21 00:11:49.346 INFO O| Dec 21 00:11:49.346 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65902024-12-21T00:11:49.428Z[ recovery-image] Dec 21 00:11:49.367 INFO O| Dec 21 00:11:49.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
65912024-12-21T00:11:49.431Z[ recovery-image] Dec 21 00:11:49.368 INFO O| Dec 21 00:11:49.367 INFO STEP 743 (remove_files) COMPLETE
65922024-12-21T00:11:49.431Z[ recovery-image] Dec 21 00:11:49.368 INFO O| Dec 21 00:11:49.368 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65932024-12-21T00:11:49.451Z[ recovery-image] Dec 21 00:11:49.389 INFO O| Dec 21 00:11:49.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
65942024-12-21T00:11:49.455Z[ recovery-image] Dec 21 00:11:49.390 INFO O| Dec 21 00:11:49.390 INFO STEP 744 (remove_files) COMPLETE
65952024-12-21T00:11:49.455Z[ recovery-image] Dec 21 00:11:49.390 INFO O| Dec 21 00:11:49.390 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65962024-12-21T00:11:49.474Z[ recovery-image] Dec 21 00:11:49.413 INFO O| Dec 21 00:11:49.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
65972024-12-21T00:11:49.477Z[ recovery-image] Dec 21 00:11:49.416 INFO O| Dec 21 00:11:49.416 INFO STEP 745 (remove_files) COMPLETE
65982024-12-21T00:11:49.479Z[ recovery-image] Dec 21 00:11:49.416 INFO O| Dec 21 00:11:49.416 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65992024-12-21T00:11:49.502Z[ recovery-image] Dec 21 00:11:49.441 INFO O| Dec 21 00:11:49.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
66002024-12-21T00:11:49.505Z[ recovery-image] Dec 21 00:11:49.441 INFO O| Dec 21 00:11:49.441 INFO STEP 746 (remove_files) COMPLETE
66012024-12-21T00:11:49.506Z[ recovery-image] Dec 21 00:11:49.441 INFO O| Dec 21 00:11:49.441 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66022024-12-21T00:11:49.549Z[ recovery-image] Dec 21 00:11:49.488 INFO O| Dec 21 00:11:49.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
66032024-12-21T00:11:49.549Z[ recovery-image] Dec 21 00:11:49.488 INFO O| Dec 21 00:11:49.488 INFO STEP 747 (remove_files) COMPLETE
66042024-12-21T00:11:49.549Z[ recovery-image] Dec 21 00:11:49.488 INFO O| Dec 21 00:11:49.488 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66052024-12-21T00:11:49.587Z[ recovery-image] Dec 21 00:11:49.525 INFO O| Dec 21 00:11:49.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
66062024-12-21T00:11:49.587Z[ recovery-image] Dec 21 00:11:49.525 INFO O| Dec 21 00:11:49.525 INFO STEP 748 (remove_files) COMPLETE
66072024-12-21T00:11:49.589Z[ recovery-image] Dec 21 00:11:49.526 INFO O| Dec 21 00:11:49.525 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66082024-12-21T00:11:49.627Z[ recovery-image] Dec 21 00:11:49.565 INFO O| Dec 21 00:11:49.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
66092024-12-21T00:11:49.629Z[ recovery-image] Dec 21 00:11:49.566 INFO O| Dec 21 00:11:49.566 INFO STEP 749 (remove_files) COMPLETE
66102024-12-21T00:11:49.629Z[ recovery-image] Dec 21 00:11:49.566 INFO O| Dec 21 00:11:49.566 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66112024-12-21T00:11:49.650Z[ recovery-image] Dec 21 00:11:49.589 INFO O| Dec 21 00:11:49.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
66122024-12-21T00:11:49.674Z[ recovery-image] Dec 21 00:11:49.613 INFO O| Dec 21 00:11:49.613 INFO STEP 750 (remove_files) COMPLETE
66132024-12-21T00:11:49.675Z[ recovery-image] Dec 21 00:11:49.613 INFO O| Dec 21 00:11:49.613 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66142024-12-21T00:11:49.715Z[ recovery-image] Dec 21 00:11:49.654 INFO O| Dec 21 00:11:49.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
66152024-12-21T00:11:49.718Z[ recovery-image] Dec 21 00:11:49.654 INFO O| Dec 21 00:11:49.654 INFO STEP 751 (remove_files) COMPLETE
66162024-12-21T00:11:49.718Z[ recovery-image] Dec 21 00:11:49.654 INFO O| Dec 21 00:11:49.654 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66172024-12-21T00:11:49.759Z[ recovery-image] Dec 21 00:11:49.698 INFO O| Dec 21 00:11:49.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
66182024-12-21T00:11:49.759Z[ recovery-image] Dec 21 00:11:49.698 INFO O| Dec 21 00:11:49.698 INFO STEP 752 (remove_files) COMPLETE
66192024-12-21T00:11:49.763Z[ recovery-image] Dec 21 00:11:49.698 INFO O| Dec 21 00:11:49.698 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66202024-12-21T00:11:49.781Z[ recovery-image] Dec 21 00:11:49.720 INFO O| Dec 21 00:11:49.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
66212024-12-21T00:11:49.783Z[ recovery-image] Dec 21 00:11:49.720 INFO O| Dec 21 00:11:49.720 INFO STEP 753 (remove_files) COMPLETE
66222024-12-21T00:11:49.783Z[ recovery-image] Dec 21 00:11:49.720 INFO O| Dec 21 00:11:49.720 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66232024-12-21T00:11:49.804Z[ recovery-image] Dec 21 00:11:49.743 INFO O| Dec 21 00:11:49.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
66242024-12-21T00:11:49.804Z[ recovery-image] Dec 21 00:11:49.743 INFO O| Dec 21 00:11:49.743 INFO STEP 754 (remove_files) COMPLETE
66252024-12-21T00:11:49.806Z[ recovery-image] Dec 21 00:11:49.743 INFO O| Dec 21 00:11:49.743 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66262024-12-21T00:11:49.827Z[ recovery-image] Dec 21 00:11:49.766 INFO O| Dec 21 00:11:49.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
66272024-12-21T00:11:49.830Z[ recovery-image] Dec 21 00:11:49.767 INFO O| Dec 21 00:11:49.766 INFO STEP 755 (remove_files) COMPLETE
66282024-12-21T00:11:49.830Z[ recovery-image] Dec 21 00:11:49.767 INFO O| Dec 21 00:11:49.767 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66292024-12-21T00:11:49.852Z[ recovery-image] Dec 21 00:11:49.791 INFO O| Dec 21 00:11:49.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
66302024-12-21T00:11:49.855Z[ recovery-image] Dec 21 00:11:49.791 INFO O| Dec 21 00:11:49.791 INFO STEP 756 (remove_files) COMPLETE
66312024-12-21T00:11:49.855Z[ recovery-image] Dec 21 00:11:49.791 INFO O| Dec 21 00:11:49.791 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66322024-12-21T00:11:49.894Z[ recovery-image] Dec 21 00:11:49.832 INFO O| Dec 21 00:11:49.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
66332024-12-21T00:11:49.894Z[ recovery-image] Dec 21 00:11:49.833 INFO O| Dec 21 00:11:49.833 INFO STEP 757 (remove_files) COMPLETE
66342024-12-21T00:11:49.896Z[ recovery-image] Dec 21 00:11:49.833 INFO O| Dec 21 00:11:49.833 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66352024-12-21T00:11:49.919Z[ recovery-image] Dec 21 00:11:49.858 INFO O| Dec 21 00:11:49.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
66362024-12-21T00:11:49.922Z[ recovery-image] Dec 21 00:11:49.858 INFO O| Dec 21 00:11:49.858 INFO STEP 758 (remove_files) COMPLETE
66372024-12-21T00:11:49.922Z[ recovery-image] Dec 21 00:11:49.859 INFO O| Dec 21 00:11:49.858 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66382024-12-21T00:11:49.950Z[ recovery-image] Dec 21 00:11:49.889 INFO O| Dec 21 00:11:49.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
66392024-12-21T00:11:49.950Z[ recovery-image] Dec 21 00:11:49.889 INFO O| Dec 21 00:11:49.889 INFO STEP 759 (remove_files) COMPLETE
66402024-12-21T00:11:49.952Z[ recovery-image] Dec 21 00:11:49.889 INFO O| Dec 21 00:11:49.889 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66412024-12-21T00:11:49.975Z[ recovery-image] Dec 21 00:11:49.914 INFO O| Dec 21 00:11:49.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
66422024-12-21T00:11:49.977Z[ recovery-image] Dec 21 00:11:49.914 INFO O| Dec 21 00:11:49.914 INFO STEP 760 (remove_files) COMPLETE
66432024-12-21T00:11:49.977Z[ recovery-image] Dec 21 00:11:49.914 INFO O| Dec 21 00:11:49.914 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66442024-12-21T00:11:50.000Z[ recovery-image] Dec 21 00:11:49.939 INFO O| Dec 21 00:11:49.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
66452024-12-21T00:11:50.000Z[ recovery-image] Dec 21 00:11:49.939 INFO O| Dec 21 00:11:49.939 INFO STEP 761 (remove_files) COMPLETE
66462024-12-21T00:11:50.002Z[ recovery-image] Dec 21 00:11:49.939 INFO O| Dec 21 00:11:49.939 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66472024-12-21T00:11:50.040Z[ recovery-image] Dec 21 00:11:49.979 INFO O| Dec 21 00:11:49.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
66482024-12-21T00:11:50.040Z[ recovery-image] Dec 21 00:11:49.979 INFO O| Dec 21 00:11:49.979 INFO STEP 762 (remove_files) COMPLETE
66492024-12-21T00:11:50.043Z[ recovery-image] Dec 21 00:11:49.979 INFO O| Dec 21 00:11:49.979 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66502024-12-21T00:11:50.081Z[ recovery-image] Dec 21 00:11:50.020 INFO O| Dec 21 00:11:50.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
66512024-12-21T00:11:50.081Z[ recovery-image] Dec 21 00:11:50.020 INFO O| Dec 21 00:11:50.020 INFO STEP 763 (remove_files) COMPLETE
66522024-12-21T00:11:50.081Z[ recovery-image] Dec 21 00:11:50.020 INFO O| Dec 21 00:11:50.020 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66532024-12-21T00:11:50.113Z[ recovery-image] Dec 21 00:11:50.052 INFO O| Dec 21 00:11:50.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
66542024-12-21T00:11:50.116Z[ recovery-image] Dec 21 00:11:50.052 INFO O| Dec 21 00:11:50.052 INFO STEP 764 (remove_files) COMPLETE
66552024-12-21T00:11:50.116Z[ recovery-image] Dec 21 00:11:50.052 INFO O| Dec 21 00:11:50.052 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66562024-12-21T00:11:50.136Z[ recovery-image] Dec 21 00:11:50.075 INFO O| Dec 21 00:11:50.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
66572024-12-21T00:11:50.139Z[ recovery-image] Dec 21 00:11:50.075 INFO O| Dec 21 00:11:50.075 INFO STEP 765 (remove_files) COMPLETE
66582024-12-21T00:11:50.140Z[ recovery-image] Dec 21 00:11:50.075 INFO O| Dec 21 00:11:50.075 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66592024-12-21T00:11:50.161Z[ recovery-image] Dec 21 00:11:50.100 INFO O| Dec 21 00:11:50.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
66602024-12-21T00:11:50.163Z[ recovery-image] Dec 21 00:11:50.100 INFO O| Dec 21 00:11:50.100 INFO STEP 766 (remove_files) COMPLETE
66612024-12-21T00:11:50.163Z[ recovery-image] Dec 21 00:11:50.100 INFO O| Dec 21 00:11:50.100 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66622024-12-21T00:11:50.185Z[ recovery-image] Dec 21 00:11:50.125 INFO O| Dec 21 00:11:50.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
66632024-12-21T00:11:50.208Z[ recovery-image] Dec 21 00:11:50.147 INFO O| Dec 21 00:11:50.147 INFO STEP 767 (remove_files) COMPLETE
66642024-12-21T00:11:50.208Z[ recovery-image] Dec 21 00:11:50.147 INFO O| Dec 21 00:11:50.147 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66652024-12-21T00:11:50.236Z[ recovery-image] Dec 21 00:11:50.175 INFO O| Dec 21 00:11:50.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
66662024-12-21T00:11:50.236Z[ recovery-image] Dec 21 00:11:50.175 INFO O| Dec 21 00:11:50.175 INFO STEP 768 (remove_files) COMPLETE
66672024-12-21T00:11:50.236Z[ recovery-image] Dec 21 00:11:50.175 INFO O| Dec 21 00:11:50.175 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66682024-12-21T00:11:50.262Z[ recovery-image] Dec 21 00:11:50.201 INFO O| Dec 21 00:11:50.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
66692024-12-21T00:11:50.262Z[ recovery-image] Dec 21 00:11:50.201 INFO O| Dec 21 00:11:50.201 INFO STEP 769 (remove_files) COMPLETE
66702024-12-21T00:11:50.262Z[ recovery-image] Dec 21 00:11:50.201 INFO O| Dec 21 00:11:50.201 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66712024-12-21T00:11:50.300Z[ recovery-image] Dec 21 00:11:50.239 INFO O| Dec 21 00:11:50.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
66722024-12-21T00:11:50.300Z[ recovery-image] Dec 21 00:11:50.239 INFO O| Dec 21 00:11:50.239 INFO STEP 770 (remove_files) COMPLETE
66732024-12-21T00:11:50.300Z[ recovery-image] Dec 21 00:11:50.239 INFO O| Dec 21 00:11:50.239 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66742024-12-21T00:11:50.362Z[ recovery-image] Dec 21 00:11:50.301 INFO O| Dec 21 00:11:50.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
66752024-12-21T00:11:50.362Z[ recovery-image] Dec 21 00:11:50.301 INFO O| Dec 21 00:11:50.301 INFO STEP 771 (remove_files) COMPLETE
66762024-12-21T00:11:50.362Z[ recovery-image] Dec 21 00:11:50.301 INFO O| Dec 21 00:11:50.301 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66772024-12-21T00:11:50.403Z[ recovery-image] Dec 21 00:11:50.342 INFO O| Dec 21 00:11:50.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
66782024-12-21T00:11:50.403Z[ recovery-image] Dec 21 00:11:50.342 INFO O| Dec 21 00:11:50.342 INFO STEP 772 (remove_files) COMPLETE
66792024-12-21T00:11:50.406Z[ recovery-image] Dec 21 00:11:50.342 INFO O| Dec 21 00:11:50.342 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66802024-12-21T00:11:50.429Z[ recovery-image] Dec 21 00:11:50.367 INFO O| Dec 21 00:11:50.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
66812024-12-21T00:11:50.430Z[ recovery-image] Dec 21 00:11:50.367 INFO O| Dec 21 00:11:50.367 INFO STEP 773 (remove_files) COMPLETE
66822024-12-21T00:11:50.430Z[ recovery-image] Dec 21 00:11:50.367 INFO O| Dec 21 00:11:50.367 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66832024-12-21T00:11:50.453Z[ recovery-image] Dec 21 00:11:50.391 INFO O| Dec 21 00:11:50.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
66842024-12-21T00:11:50.453Z[ recovery-image] Dec 21 00:11:50.391 INFO O| Dec 21 00:11:50.391 INFO STEP 774 (remove_files) COMPLETE
66852024-12-21T00:11:50.456Z[ recovery-image] Dec 21 00:11:50.392 INFO O| Dec 21 00:11:50.391 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66862024-12-21T00:11:50.495Z[ recovery-image] Dec 21 00:11:50.434 INFO O| Dec 21 00:11:50.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
66872024-12-21T00:11:50.497Z[ recovery-image] Dec 21 00:11:50.434 INFO O| Dec 21 00:11:50.434 INFO STEP 775 (remove_files) COMPLETE
66882024-12-21T00:11:50.497Z[ recovery-image] Dec 21 00:11:50.434 INFO O| Dec 21 00:11:50.434 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66892024-12-21T00:11:50.520Z[ recovery-image] Dec 21 00:11:50.459 INFO O| Dec 21 00:11:50.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
66902024-12-21T00:11:50.524Z[ recovery-image] Dec 21 00:11:50.460 INFO O| Dec 21 00:11:50.459 INFO STEP 776 (remove_files) COMPLETE
66912024-12-21T00:11:50.524Z[ recovery-image] Dec 21 00:11:50.460 INFO O| Dec 21 00:11:50.460 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66922024-12-21T00:11:50.544Z[ recovery-image] Dec 21 00:11:50.483 INFO O| Dec 21 00:11:50.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
66932024-12-21T00:11:50.547Z[ recovery-image] Dec 21 00:11:50.483 INFO O| Dec 21 00:11:50.483 INFO STEP 777 (remove_files) COMPLETE
66942024-12-21T00:11:50.547Z[ recovery-image] Dec 21 00:11:50.483 INFO O| Dec 21 00:11:50.483 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66952024-12-21T00:11:50.569Z[ recovery-image] Dec 21 00:11:50.508 INFO O| Dec 21 00:11:50.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
66962024-12-21T00:11:50.571Z[ recovery-image] Dec 21 00:11:50.508 INFO O| Dec 21 00:11:50.508 INFO STEP 778 (remove_files) COMPLETE
66972024-12-21T00:11:50.571Z[ recovery-image] Dec 21 00:11:50.508 INFO O| Dec 21 00:11:50.508 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66982024-12-21T00:11:50.594Z[ recovery-image] Dec 21 00:11:50.533 INFO O| Dec 21 00:11:50.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
66992024-12-21T00:11:50.594Z[ recovery-image] Dec 21 00:11:50.533 INFO O| Dec 21 00:11:50.533 INFO STEP 779 (remove_files) COMPLETE
67002024-12-21T00:11:50.597Z[ recovery-image] Dec 21 00:11:50.534 INFO O| Dec 21 00:11:50.533 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67012024-12-21T00:11:50.620Z[ recovery-image] Dec 21 00:11:50.559 INFO O| Dec 21 00:11:50.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
67022024-12-21T00:11:50.620Z[ recovery-image] Dec 21 00:11:50.559 INFO O| Dec 21 00:11:50.559 INFO STEP 780 (remove_files) COMPLETE
67032024-12-21T00:11:50.622Z[ recovery-image] Dec 21 00:11:50.559 INFO O| Dec 21 00:11:50.559 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67042024-12-21T00:11:50.651Z[ recovery-image] Dec 21 00:11:50.590 INFO O| Dec 21 00:11:50.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
67052024-12-21T00:11:50.651Z[ recovery-image] Dec 21 00:11:50.590 INFO O| Dec 21 00:11:50.590 INFO STEP 781 (remove_files) COMPLETE
67062024-12-21T00:11:50.651Z[ recovery-image] Dec 21 00:11:50.590 INFO O| Dec 21 00:11:50.590 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67072024-12-21T00:11:50.675Z[ recovery-image] Dec 21 00:11:50.614 INFO O| Dec 21 00:11:50.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
67082024-12-21T00:11:50.675Z[ recovery-image] Dec 21 00:11:50.614 INFO O| Dec 21 00:11:50.614 INFO STEP 782 (remove_files) COMPLETE
67092024-12-21T00:11:50.675Z[ recovery-image] Dec 21 00:11:50.614 INFO O| Dec 21 00:11:50.614 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67102024-12-21T00:11:50.697Z[ recovery-image] Dec 21 00:11:50.636 INFO O| Dec 21 00:11:50.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
67112024-12-21T00:11:50.697Z[ recovery-image] Dec 21 00:11:50.636 INFO O| Dec 21 00:11:50.636 INFO STEP 783 (remove_files) COMPLETE
67122024-12-21T00:11:50.697Z[ recovery-image] Dec 21 00:11:50.636 INFO O| Dec 21 00:11:50.636 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67132024-12-21T00:11:50.722Z[ recovery-image] Dec 21 00:11:50.661 INFO O| Dec 21 00:11:50.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
67142024-12-21T00:11:50.722Z[ recovery-image] Dec 21 00:11:50.661 INFO O| Dec 21 00:11:50.661 INFO STEP 784 (remove_files) COMPLETE
67152024-12-21T00:11:50.722Z[ recovery-image] Dec 21 00:11:50.661 INFO O| Dec 21 00:11:50.661 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67162024-12-21T00:11:50.746Z[ recovery-image] Dec 21 00:11:50.685 INFO O| Dec 21 00:11:50.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
67172024-12-21T00:11:50.746Z[ recovery-image] Dec 21 00:11:50.685 INFO O| Dec 21 00:11:50.685 INFO STEP 785 (remove_files) COMPLETE
67182024-12-21T00:11:50.746Z[ recovery-image] Dec 21 00:11:50.685 INFO O| Dec 21 00:11:50.685 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67192024-12-21T00:11:50.768Z[ recovery-image] Dec 21 00:11:50.707 INFO O| Dec 21 00:11:50.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
67202024-12-21T00:11:50.771Z[ recovery-image] Dec 21 00:11:50.707 INFO O| Dec 21 00:11:50.707 INFO STEP 786 (remove_files) COMPLETE
67212024-12-21T00:11:50.771Z[ recovery-image] Dec 21 00:11:50.707 INFO O| Dec 21 00:11:50.707 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67222024-12-21T00:11:50.806Z[ recovery-image] Dec 21 00:11:50.745 INFO O| Dec 21 00:11:50.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
67232024-12-21T00:11:50.806Z[ recovery-image] Dec 21 00:11:50.745 INFO O| Dec 21 00:11:50.745 INFO STEP 787 (remove_files) COMPLETE
67242024-12-21T00:11:50.809Z[ recovery-image] Dec 21 00:11:50.745 INFO O| Dec 21 00:11:50.745 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67252024-12-21T00:11:50.829Z[ recovery-image] Dec 21 00:11:50.768 INFO O| Dec 21 00:11:50.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
67262024-12-21T00:11:50.829Z[ recovery-image] Dec 21 00:11:50.768 INFO O| Dec 21 00:11:50.768 INFO STEP 788 (remove_files) COMPLETE
67272024-12-21T00:11:50.831Z[ recovery-image] Dec 21 00:11:50.768 INFO O| Dec 21 00:11:50.768 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67282024-12-21T00:11:50.852Z[ recovery-image] Dec 21 00:11:50.791 INFO O| Dec 21 00:11:50.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
67292024-12-21T00:11:50.852Z[ recovery-image] Dec 21 00:11:50.791 INFO O| Dec 21 00:11:50.791 INFO STEP 789 (remove_files) COMPLETE
67302024-12-21T00:11:50.855Z[ recovery-image] Dec 21 00:11:50.791 INFO O| Dec 21 00:11:50.791 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67312024-12-21T00:11:50.875Z[ recovery-image] Dec 21 00:11:50.815 INFO O| Dec 21 00:11:50.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
67322024-12-21T00:11:50.875Z[ recovery-image] Dec 21 00:11:50.815 INFO O| Dec 21 00:11:50.815 INFO STEP 790 (remove_files) COMPLETE
67332024-12-21T00:11:50.875Z[ recovery-image] Dec 21 00:11:50.815 INFO O| Dec 21 00:11:50.815 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67342024-12-21T00:11:50.900Z[ recovery-image] Dec 21 00:11:50.838 INFO O| Dec 21 00:11:50.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
67352024-12-21T00:11:50.908Z[ recovery-image] Dec 21 00:11:50.838 INFO O| Dec 21 00:11:50.838 INFO STEP 791 (remove_files) COMPLETE
67362024-12-21T00:11:50.908Z[ recovery-image] Dec 21 00:11:50.838 INFO O| Dec 21 00:11:50.838 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67372024-12-21T00:11:50.922Z[ recovery-image] Dec 21 00:11:50.861 INFO O| Dec 21 00:11:50.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
67382024-12-21T00:11:50.922Z[ recovery-image] Dec 21 00:11:50.861 INFO O| Dec 21 00:11:50.861 INFO STEP 792 (remove_files) COMPLETE
67392024-12-21T00:11:50.922Z[ recovery-image] Dec 21 00:11:50.861 INFO O| Dec 21 00:11:50.861 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67402024-12-21T00:11:50.958Z[ recovery-image] Dec 21 00:11:50.897 INFO O| Dec 21 00:11:50.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
67412024-12-21T00:11:50.958Z[ recovery-image] Dec 21 00:11:50.897 INFO O| Dec 21 00:11:50.897 INFO STEP 793 (remove_files) COMPLETE
67422024-12-21T00:11:50.962Z[ recovery-image] Dec 21 00:11:50.897 INFO O| Dec 21 00:11:50.897 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67432024-12-21T00:11:51.022Z[ recovery-image] Dec 21 00:11:50.961 INFO O| Dec 21 00:11:50.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
67442024-12-21T00:11:51.022Z[ recovery-image] Dec 21 00:11:50.962 INFO O| Dec 21 00:11:50.961 INFO STEP 794 (remove_files) COMPLETE
67452024-12-21T00:11:51.025Z[ recovery-image] Dec 21 00:11:50.962 INFO O| Dec 21 00:11:50.962 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67462024-12-21T00:11:51.071Z[ recovery-image] Dec 21 00:11:51.010 INFO O| Dec 21 00:11:51.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
67472024-12-21T00:11:51.071Z[ recovery-image] Dec 21 00:11:51.010 INFO O| Dec 21 00:11:51.010 INFO STEP 795 (remove_files) COMPLETE
67482024-12-21T00:11:51.074Z[ recovery-image] Dec 21 00:11:51.010 INFO O| Dec 21 00:11:51.010 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67492024-12-21T00:11:51.095Z[ recovery-image] Dec 21 00:11:51.034 INFO O| Dec 21 00:11:51.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
67502024-12-21T00:11:51.097Z[ recovery-image] Dec 21 00:11:51.034 INFO O| Dec 21 00:11:51.034 INFO STEP 796 (remove_files) COMPLETE
67512024-12-21T00:11:51.097Z[ recovery-image] Dec 21 00:11:51.035 INFO O| Dec 21 00:11:51.034 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67522024-12-21T00:11:51.117Z[ recovery-image] Dec 21 00:11:51.056 INFO O| Dec 21 00:11:51.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
67532024-12-21T00:11:51.119Z[ recovery-image] Dec 21 00:11:51.056 INFO O| Dec 21 00:11:51.056 INFO STEP 797 (remove_files) COMPLETE
67542024-12-21T00:11:51.119Z[ recovery-image] Dec 21 00:11:51.056 INFO O| Dec 21 00:11:51.056 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67552024-12-21T00:11:51.151Z[ recovery-image] Dec 21 00:11:51.088 INFO O| Dec 21 00:11:51.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
67562024-12-21T00:11:51.151Z[ recovery-image] Dec 21 00:11:51.088 INFO O| Dec 21 00:11:51.088 INFO STEP 798 (remove_files) COMPLETE
67572024-12-21T00:11:51.151Z[ recovery-image] Dec 21 00:11:51.089 INFO O| Dec 21 00:11:51.088 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67582024-12-21T00:11:51.209Z[ recovery-image] Dec 21 00:11:51.149 INFO O| Dec 21 00:11:51.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
67592024-12-21T00:11:51.215Z[ recovery-image] Dec 21 00:11:51.155 INFO O| Dec 21 00:11:51.155 INFO STEP 799 (remove_files) COMPLETE
67602024-12-21T00:11:51.215Z[ recovery-image] Dec 21 00:11:51.155 INFO O| Dec 21 00:11:51.155 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67612024-12-21T00:11:51.236Z[ recovery-image] Dec 21 00:11:51.175 INFO O| Dec 21 00:11:51.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
67622024-12-21T00:11:51.236Z[ recovery-image] Dec 21 00:11:51.175 INFO O| Dec 21 00:11:51.175 INFO STEP 800 (remove_files) COMPLETE
67632024-12-21T00:11:51.236Z[ recovery-image] Dec 21 00:11:51.175 INFO O| Dec 21 00:11:51.175 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67642024-12-21T00:11:51.269Z[ recovery-image] Dec 21 00:11:51.207 INFO O| Dec 21 00:11:51.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
67652024-12-21T00:11:51.269Z[ recovery-image] Dec 21 00:11:51.207 INFO O| Dec 21 00:11:51.207 INFO STEP 801 (remove_files) COMPLETE
67662024-12-21T00:11:51.269Z[ recovery-image] Dec 21 00:11:51.207 INFO O| Dec 21 00:11:51.207 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67672024-12-21T00:11:51.269Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
67682024-12-21T00:11:51.335Z[ recovery-image] Dec 21 00:11:51.274 INFO O| Dec 21 00:11:51.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
67692024-12-21T00:11:51.339Z[ recovery-image] Dec 21 00:11:51.274 INFO O| Dec 21 00:11:51.274 INFO STEP 802 (remove_files) COMPLETE
67702024-12-21T00:11:51.340Z[ recovery-image] Dec 21 00:11:51.275 INFO O| Dec 21 00:11:51.274 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67712024-12-21T00:11:51.418Z[ recovery-image] Dec 21 00:11:51.357 INFO O| Dec 21 00:11:51.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
67722024-12-21T00:11:51.418Z[ recovery-image] Dec 21 00:11:51.357 INFO O| Dec 21 00:11:51.357 INFO STEP 803 (remove_files) COMPLETE
67732024-12-21T00:11:51.420Z[ recovery-image] Dec 21 00:11:51.357 INFO O| Dec 21 00:11:51.357 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67742024-12-21T00:11:51.442Z[ recovery-image] Dec 21 00:11:51.382 INFO O| Dec 21 00:11:51.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
67752024-12-21T00:11:51.442Z[ recovery-image] Dec 21 00:11:51.382 INFO O| Dec 21 00:11:51.382 INFO STEP 804 (remove_files) COMPLETE
67762024-12-21T00:11:51.445Z[ recovery-image] Dec 21 00:11:51.382 INFO O| Dec 21 00:11:51.382 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67772024-12-21T00:11:51.468Z[ recovery-image] Dec 21 00:11:51.406 INFO O| Dec 21 00:11:51.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
67782024-12-21T00:11:51.468Z[ recovery-image] Dec 21 00:11:51.407 INFO O| Dec 21 00:11:51.407 INFO STEP 805 (remove_files) COMPLETE
67792024-12-21T00:11:51.468Z[ recovery-image] Dec 21 00:11:51.407 INFO O| Dec 21 00:11:51.407 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67802024-12-21T00:11:51.558Z[ recovery-image] Dec 21 00:11:51.497 INFO O| Dec 21 00:11:51.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
67812024-12-21T00:11:51.561Z[ recovery-image] Dec 21 00:11:51.498 INFO O| Dec 21 00:11:51.497 INFO STEP 806 (remove_files) COMPLETE
67822024-12-21T00:11:51.561Z[ recovery-image] Dec 21 00:11:51.498 INFO O| Dec 21 00:11:51.498 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67832024-12-21T00:11:51.564Z[ host-image] Dec 21 00:11:51.504 INFO O| Dec 21 00:11:51.503 INFO O| Done
67842024-12-21T00:11:51.581Z[ recovery-image] Dec 21 00:11:51.520 INFO O| Dec 21 00:11:51.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
67852024-12-21T00:11:51.584Z[ recovery-image] Dec 21 00:11:51.521 INFO O| Dec 21 00:11:51.521 INFO STEP 807 (remove_files) COMPLETE
67862024-12-21T00:11:51.584Z[ recovery-image] Dec 21 00:11:51.521 INFO O| Dec 21 00:11:51.521 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67872024-12-21T00:11:51.608Z[ host-image] Dec 21 00:11:51.547 INFO O| Dec 21 00:11:51.546 INFO O| Done
67882024-12-21T00:11:51.608Z[ host-image] Dec 21 00:11:51.547 INFO O| Dec 21 00:11:51.547 INFO O| Done
67892024-12-21T00:11:51.630Z[ recovery-image] Dec 21 00:11:51.569 INFO O| Dec 21 00:11:51.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
67902024-12-21T00:11:51.630Z[ recovery-image] Dec 21 00:11:51.569 INFO O| Dec 21 00:11:51.569 INFO STEP 808 (remove_files) COMPLETE
67912024-12-21T00:11:51.630Z[ recovery-image] Dec 21 00:11:51.569 INFO O| Dec 21 00:11:51.569 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67922024-12-21T00:11:51.651Z[ host-image] Dec 21 00:11:51.590 INFO O| Dec 21 00:11:51.590 INFO O| Done
67932024-12-21T00:11:51.655Z[ recovery-image] Dec 21 00:11:51.595 INFO O| Dec 21 00:11:51.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
67942024-12-21T00:11:51.656Z[ recovery-image] Dec 21 00:11:51.595 INFO O| Dec 21 00:11:51.595 INFO STEP 809 (remove_files) COMPLETE
67952024-12-21T00:11:51.658Z[ recovery-image] Dec 21 00:11:51.595 INFO O| Dec 21 00:11:51.595 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67962024-12-21T00:11:51.701Z[ recovery-image] Dec 21 00:11:51.640 INFO O| Dec 21 00:11:51.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
67972024-12-21T00:11:51.703Z[ recovery-image] Dec 21 00:11:51.640 INFO O| Dec 21 00:11:51.640 INFO STEP 810 (remove_files) COMPLETE
67982024-12-21T00:11:51.704Z[ recovery-image] Dec 21 00:11:51.641 INFO O| Dec 21 00:11:51.640 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67992024-12-21T00:11:51.758Z[ recovery-image] Dec 21 00:11:51.697 INFO O| Dec 21 00:11:51.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
68002024-12-21T00:11:51.759Z[ recovery-image] Dec 21 00:11:51.698 INFO O| Dec 21 00:11:51.697 INFO STEP 811 (remove_files) COMPLETE
68012024-12-21T00:11:51.759Z[ recovery-image] Dec 21 00:11:51.698 INFO O| Dec 21 00:11:51.698 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68022024-12-21T00:11:51.793Z[ recovery-image] Dec 21 00:11:51.732 INFO O| Dec 21 00:11:51.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
68032024-12-21T00:11:51.795Z[ recovery-image] Dec 21 00:11:51.732 INFO O| Dec 21 00:11:51.732 INFO STEP 812 (remove_files) COMPLETE
68042024-12-21T00:11:51.795Z[ recovery-image] Dec 21 00:11:51.732 INFO O| Dec 21 00:11:51.732 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68052024-12-21T00:11:51.815Z[ recovery-image] Dec 21 00:11:51.755 INFO O| Dec 21 00:11:51.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
68062024-12-21T00:11:51.817Z[ recovery-image] Dec 21 00:11:51.755 INFO O| Dec 21 00:11:51.755 INFO STEP 813 (remove_files) COMPLETE
68072024-12-21T00:11:51.817Z[ recovery-image] Dec 21 00:11:51.755 INFO O| Dec 21 00:11:51.755 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68082024-12-21T00:11:51.855Z[ recovery-image] Dec 21 00:11:51.792 INFO O| Dec 21 00:11:51.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
68092024-12-21T00:11:51.858Z[ recovery-image] Dec 21 00:11:51.792 INFO O| Dec 21 00:11:51.792 INFO STEP 814 (remove_files) COMPLETE
68102024-12-21T00:11:51.858Z[ recovery-image] Dec 21 00:11:51.792 INFO O| Dec 21 00:11:51.792 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68112024-12-21T00:11:51.919Z[ recovery-image] Dec 21 00:11:51.856 INFO O| Dec 21 00:11:51.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
68122024-12-21T00:11:51.922Z[ recovery-image] Dec 21 00:11:51.857 INFO O| Dec 21 00:11:51.857 INFO STEP 815 (remove_files) COMPLETE
68132024-12-21T00:11:51.922Z[ recovery-image] Dec 21 00:11:51.857 INFO O| Dec 21 00:11:51.857 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68142024-12-21T00:11:51.922Z[ host-image] Dec 21 00:11:51.859 INFO O| Dec 21 00:11:51.859 INFO STEP 14 (pkg_install) COMPLETE
68152024-12-21T00:11:51.922Z[ host-image] Dec 21 00:11:51.859 INFO O| Dec 21 00:11:51.859 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
68162024-12-21T00:11:51.922Z[ host-image] Dec 21 00:11:51.859 INFO O| Dec 21 00:11:51.859 INFO skip step because feature "mfg" is not enabled
68172024-12-21T00:11:51.922Z[ host-image] Dec 21 00:11:51.859 INFO O| Dec 21 00:11:51.859 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
68182024-12-21T00:11:51.922Z[ host-image] Dec 21 00:11:51.859 INFO O| Dec 21 00:11:51.859 INFO skip step because feature "compliance" is not enabled
68192024-12-21T00:11:51.922Z[ host-image] Dec 21 00:11:51.859 INFO O| Dec 21 00:11:51.859 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
68202024-12-21T00:11:51.922Z[ host-image] Dec 21 00:11:51.859 INFO O| Dec 21 00:11:51.859 INFO skip step because feature "stress" is not enabled
68212024-12-21T00:11:51.922Z[ host-image] Dec 21 00:11:51.859 INFO O| Dec 21 00:11:51.859 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
68222024-12-21T00:11:51.922Z[ host-image] Dec 21 00:11:51.859 INFO O| Dec 21 00:11:51.859 INFO skip step because feature "nfs" is not enabled
68232024-12-21T00:11:51.922Z[ host-image] Dec 21 00:11:51.859 INFO O| Dec 21 00:11:51.859 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
68242024-12-21T00:11:51.923Z[ host-image] Dec 21 00:11:51.859 INFO O| Dec 21 00:11:51.859 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
68252024-12-21T00:11:51.961Z[ recovery-image] Dec 21 00:11:51.900 INFO O| Dec 21 00:11:51.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
68262024-12-21T00:11:51.963Z[ recovery-image] Dec 21 00:11:51.900 INFO O| Dec 21 00:11:51.900 INFO STEP 816 (remove_files) COMPLETE
68272024-12-21T00:11:51.963Z[ recovery-image] Dec 21 00:11:51.900 INFO O| Dec 21 00:11:51.900 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68282024-12-21T00:11:51.988Z[ recovery-image] Dec 21 00:11:51.927 INFO O| Dec 21 00:11:51.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
68292024-12-21T00:11:51.990Z[ recovery-image] Dec 21 00:11:51.927 INFO O| Dec 21 00:11:51.927 INFO STEP 817 (remove_files) COMPLETE
68302024-12-21T00:11:51.990Z[ recovery-image] Dec 21 00:11:51.927 INFO O| Dec 21 00:11:51.927 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68312024-12-21T00:11:52.000Z[ host-image] Dec 21 00:11:51.939 INFO O| Dec 21 00:11:51.939 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
68322024-12-21T00:11:52.012Z[ recovery-image] Dec 21 00:11:51.951 INFO O| Dec 21 00:11:51.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
68332024-12-21T00:11:52.012Z[ recovery-image] Dec 21 00:11:51.951 INFO O| Dec 21 00:11:51.951 INFO STEP 818 (remove_files) COMPLETE
68342024-12-21T00:11:52.015Z[ recovery-image] Dec 21 00:11:51.951 INFO O| Dec 21 00:11:51.951 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68352024-12-21T00:11:52.035Z[ recovery-image] Dec 21 00:11:51.975 INFO O| Dec 21 00:11:51.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
68362024-12-21T00:11:52.035Z[ recovery-image] Dec 21 00:11:51.975 INFO O| Dec 21 00:11:51.975 INFO STEP 819 (remove_files) COMPLETE
68372024-12-21T00:11:52.038Z[ recovery-image] Dec 21 00:11:51.975 INFO O| Dec 21 00:11:51.975 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68382024-12-21T00:11:52.062Z[ recovery-image] Dec 21 00:11:52.002 INFO O| Dec 21 00:11:52.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
68392024-12-21T00:11:52.062Z[ recovery-image] Dec 21 00:11:52.002 INFO O| Dec 21 00:11:52.002 INFO STEP 820 (remove_files) COMPLETE
68402024-12-21T00:11:52.062Z[ recovery-image] Dec 21 00:11:52.002 INFO O| Dec 21 00:11:52.002 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68412024-12-21T00:11:52.084Z[ recovery-image] Dec 21 00:11:52.023 INFO O| Dec 21 00:11:52.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
68422024-12-21T00:11:52.084Z[ recovery-image] Dec 21 00:11:52.023 INFO O| Dec 21 00:11:52.023 INFO STEP 821 (remove_files) COMPLETE
68432024-12-21T00:11:52.084Z[ recovery-image] Dec 21 00:11:52.023 INFO O| Dec 21 00:11:52.023 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68442024-12-21T00:11:52.121Z[ recovery-image] Dec 21 00:11:52.061 INFO O| Dec 21 00:11:52.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
68452024-12-21T00:11:52.121Z[ recovery-image] Dec 21 00:11:52.061 INFO O| Dec 21 00:11:52.061 INFO STEP 822 (remove_files) COMPLETE
68462024-12-21T00:11:52.124Z[ recovery-image] Dec 21 00:11:52.061 INFO O| Dec 21 00:11:52.061 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68472024-12-21T00:11:52.132Z[ host-image] Dec 21 00:11:52.070 INFO O| Dec 21 00:11:52.070 INFO completed processing gimlet/ramdisk-01-os
68482024-12-21T00:11:52.135Z[ host-image] Dec 21 00:11:52.074 INFO omicron1 baseline generation...
68492024-12-21T00:11:52.135Z[ host-image] Dec 21 00:11:52.074 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
68502024-12-21T00:11:52.162Z[ recovery-image] Dec 21 00:11:52.101 INFO O| Dec 21 00:11:52.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
68512024-12-21T00:11:52.162Z[ recovery-image] Dec 21 00:11:52.101 INFO O| Dec 21 00:11:52.101 INFO STEP 823 (remove_files) COMPLETE
68522024-12-21T00:11:52.165Z[ recovery-image] Dec 21 00:11:52.101 INFO O| Dec 21 00:11:52.101 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68532024-12-21T00:11:52.184Z[ recovery-image] Dec 21 00:11:52.124 INFO O| Dec 21 00:11:52.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
68542024-12-21T00:11:52.184Z[ recovery-image] Dec 21 00:11:52.124 INFO O| Dec 21 00:11:52.124 INFO STEP 824 (remove_files) COMPLETE
68552024-12-21T00:11:52.187Z[ recovery-image] Dec 21 00:11:52.124 INFO O| Dec 21 00:11:52.124 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68562024-12-21T00:11:52.206Z[ recovery-image] Dec 21 00:11:52.145 INFO O| Dec 21 00:11:52.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
68572024-12-21T00:11:52.212Z[ recovery-image] Dec 21 00:11:52.151 INFO O| Dec 21 00:11:52.151 INFO STEP 825 (remove_files) COMPLETE
68582024-12-21T00:11:52.212Z[ recovery-image] Dec 21 00:11:52.151 INFO O| Dec 21 00:11:52.151 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68592024-12-21T00:11:52.252Z[ recovery-image] Dec 21 00:11:52.191 INFO O| Dec 21 00:11:52.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
68602024-12-21T00:11:52.252Z[ recovery-image] Dec 21 00:11:52.191 INFO O| Dec 21 00:11:52.191 INFO STEP 826 (remove_files) COMPLETE
68612024-12-21T00:11:52.254Z[ recovery-image] Dec 21 00:11:52.191 INFO O| Dec 21 00:11:52.191 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68622024-12-21T00:11:52.274Z[ recovery-image] Dec 21 00:11:52.213 INFO O| Dec 21 00:11:52.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
68632024-12-21T00:11:52.275Z[ recovery-image] Dec 21 00:11:52.213 INFO O| Dec 21 00:11:52.213 INFO STEP 827 (remove_files) COMPLETE
68642024-12-21T00:11:52.275Z[ recovery-image] Dec 21 00:11:52.213 INFO O| Dec 21 00:11:52.213 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68652024-12-21T00:11:52.431Z[ recovery-image] Dec 21 00:11:52.370 INFO O| Dec 21 00:11:52.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
68662024-12-21T00:11:52.434Z[ recovery-image] Dec 21 00:11:52.370 INFO O| Dec 21 00:11:52.370 INFO STEP 828 (remove_files) COMPLETE
68672024-12-21T00:11:52.434Z[ recovery-image] Dec 21 00:11:52.370 INFO O| Dec 21 00:11:52.370 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68682024-12-21T00:11:52.456Z[ recovery-image] Dec 21 00:11:52.395 INFO O| Dec 21 00:11:52.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
68692024-12-21T00:11:52.460Z[ recovery-image] Dec 21 00:11:52.395 INFO O| Dec 21 00:11:52.395 INFO STEP 829 (remove_files) COMPLETE
68702024-12-21T00:11:52.460Z[ recovery-image] Dec 21 00:11:52.396 INFO O| Dec 21 00:11:52.396 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68712024-12-21T00:11:52.479Z[ recovery-image] Dec 21 00:11:52.419 INFO O| Dec 21 00:11:52.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
68722024-12-21T00:11:52.482Z[ recovery-image] Dec 21 00:11:52.419 INFO O| Dec 21 00:11:52.419 INFO STEP 830 (remove_files) COMPLETE
68732024-12-21T00:11:52.482Z[ recovery-image] Dec 21 00:11:52.419 INFO O| Dec 21 00:11:52.419 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68742024-12-21T00:11:52.519Z[ recovery-image] Dec 21 00:11:52.459 INFO O| Dec 21 00:11:52.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
68752024-12-21T00:11:52.522Z[ recovery-image] Dec 21 00:11:52.459 INFO O| Dec 21 00:11:52.459 INFO STEP 831 (remove_files) COMPLETE
68762024-12-21T00:11:52.523Z[ recovery-image] Dec 21 00:11:52.459 INFO O| Dec 21 00:11:52.459 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68772024-12-21T00:11:52.555Z[ recovery-image] Dec 21 00:11:52.494 INFO O| Dec 21 00:11:52.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
68782024-12-21T00:11:52.555Z[ recovery-image] Dec 21 00:11:52.494 INFO O| Dec 21 00:11:52.494 INFO STEP 832 (remove_files) COMPLETE
68792024-12-21T00:11:52.555Z[ recovery-image] Dec 21 00:11:52.494 INFO O| Dec 21 00:11:52.494 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68802024-12-21T00:11:52.579Z[ recovery-image] Dec 21 00:11:52.519 INFO O| Dec 21 00:11:52.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
68812024-12-21T00:11:52.579Z[ recovery-image] Dec 21 00:11:52.519 INFO O| Dec 21 00:11:52.519 INFO STEP 833 (remove_files) COMPLETE
68822024-12-21T00:11:52.579Z[ recovery-image] Dec 21 00:11:52.519 INFO O| Dec 21 00:11:52.519 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68832024-12-21T00:11:52.603Z[ recovery-image] Dec 21 00:11:52.543 INFO O| Dec 21 00:11:52.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
68842024-12-21T00:11:52.603Z[ recovery-image] Dec 21 00:11:52.543 INFO O| Dec 21 00:11:52.543 INFO STEP 834 (remove_files) COMPLETE
68852024-12-21T00:11:52.607Z[ recovery-image] Dec 21 00:11:52.543 INFO O| Dec 21 00:11:52.543 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68862024-12-21T00:11:52.639Z[ recovery-image] Dec 21 00:11:52.578 INFO O| Dec 21 00:11:52.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
68872024-12-21T00:11:52.639Z[ recovery-image] Dec 21 00:11:52.578 INFO O| Dec 21 00:11:52.578 INFO STEP 835 (remove_files) COMPLETE
68882024-12-21T00:11:52.642Z[ recovery-image] Dec 21 00:11:52.579 INFO O| Dec 21 00:11:52.578 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68892024-12-21T00:11:52.666Z[ recovery-image] Dec 21 00:11:52.605 INFO O| Dec 21 00:11:52.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
68902024-12-21T00:11:52.666Z[ recovery-image] Dec 21 00:11:52.605 INFO O| Dec 21 00:11:52.605 INFO STEP 836 (remove_files) COMPLETE
68912024-12-21T00:11:52.666Z[ recovery-image] Dec 21 00:11:52.605 INFO O| Dec 21 00:11:52.605 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68922024-12-21T00:11:52.689Z[ recovery-image] Dec 21 00:11:52.629 INFO O| Dec 21 00:11:52.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
68932024-12-21T00:11:52.689Z[ recovery-image] Dec 21 00:11:52.629 INFO O| Dec 21 00:11:52.629 INFO STEP 837 (remove_files) COMPLETE
68942024-12-21T00:11:52.692Z[ recovery-image] Dec 21 00:11:52.629 INFO O| Dec 21 00:11:52.629 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68952024-12-21T00:11:52.727Z[ recovery-image] Dec 21 00:11:52.667 INFO O| Dec 21 00:11:52.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
68962024-12-21T00:11:52.730Z[ recovery-image] Dec 21 00:11:52.667 INFO O| Dec 21 00:11:52.667 INFO STEP 838 (remove_files) COMPLETE
68972024-12-21T00:11:52.731Z[ recovery-image] Dec 21 00:11:52.667 INFO O| Dec 21 00:11:52.667 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68982024-12-21T00:11:52.747Z[ recovery-image] Dec 21 00:11:52.687 INFO O| Dec 21 00:11:52.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
68992024-12-21T00:11:52.748Z[ recovery-image] Dec 21 00:11:52.687 INFO O| Dec 21 00:11:52.687 INFO STEP 839 (remove_files) COMPLETE
69002024-12-21T00:11:52.750Z[ recovery-image] Dec 21 00:11:52.687 INFO O| Dec 21 00:11:52.687 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012024-12-21T00:11:52.767Z[ recovery-image] Dec 21 00:11:52.706 INFO O| Dec 21 00:11:52.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
69022024-12-21T00:11:52.767Z[ recovery-image] Dec 21 00:11:52.707 INFO O| Dec 21 00:11:52.706 INFO STEP 840 (remove_files) COMPLETE
69032024-12-21T00:11:52.770Z[ recovery-image] Dec 21 00:11:52.707 INFO O| Dec 21 00:11:52.707 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042024-12-21T00:11:52.785Z[ recovery-image] Dec 21 00:11:52.725 INFO O| Dec 21 00:11:52.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
69052024-12-21T00:11:52.785Z[ recovery-image] Dec 21 00:11:52.725 INFO O| Dec 21 00:11:52.725 INFO STEP 841 (remove_files) COMPLETE
69062024-12-21T00:11:52.788Z[ recovery-image] Dec 21 00:11:52.725 INFO O| Dec 21 00:11:52.725 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69072024-12-21T00:11:52.804Z[ recovery-image] Dec 21 00:11:52.743 INFO O| Dec 21 00:11:52.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
69082024-12-21T00:11:52.804Z[ recovery-image] Dec 21 00:11:52.743 INFO O| Dec 21 00:11:52.743 INFO STEP 842 (remove_files) COMPLETE
69092024-12-21T00:11:52.806Z[ recovery-image] Dec 21 00:11:52.743 INFO O| Dec 21 00:11:52.743 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102024-12-21T00:11:52.823Z[ recovery-image] Dec 21 00:11:52.762 INFO O| Dec 21 00:11:52.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
69112024-12-21T00:11:52.823Z[ recovery-image] Dec 21 00:11:52.762 INFO O| Dec 21 00:11:52.762 INFO STEP 843 (remove_files) COMPLETE
69122024-12-21T00:11:52.823Z[ recovery-image] Dec 21 00:11:52.762 INFO O| Dec 21 00:11:52.762 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132024-12-21T00:11:52.846Z[ recovery-image] Dec 21 00:11:52.785 INFO O| Dec 21 00:11:52.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
69142024-12-21T00:11:52.846Z[ recovery-image] Dec 21 00:11:52.785 INFO O| Dec 21 00:11:52.785 INFO STEP 844 (remove_files) COMPLETE
69152024-12-21T00:11:52.846Z[ recovery-image] Dec 21 00:11:52.785 INFO O| Dec 21 00:11:52.785 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162024-12-21T00:11:52.868Z[ recovery-image] Dec 21 00:11:52.807 INFO O| Dec 21 00:11:52.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
69172024-12-21T00:11:52.868Z[ recovery-image] Dec 21 00:11:52.807 INFO O| Dec 21 00:11:52.807 INFO STEP 845 (remove_files) COMPLETE
69182024-12-21T00:11:52.868Z[ recovery-image] Dec 21 00:11:52.807 INFO O| Dec 21 00:11:52.807 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192024-12-21T00:11:52.894Z[ recovery-image] Dec 21 00:11:52.834 INFO O| Dec 21 00:11:52.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
69202024-12-21T00:11:52.894Z[ recovery-image] Dec 21 00:11:52.834 INFO O| Dec 21 00:11:52.834 INFO STEP 846 (remove_files) COMPLETE
69212024-12-21T00:11:52.895Z[ recovery-image] Dec 21 00:11:52.834 INFO O| Dec 21 00:11:52.834 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69222024-12-21T00:11:52.918Z[ recovery-image] Dec 21 00:11:52.858 INFO O| Dec 21 00:11:52.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
69232024-12-21T00:11:52.918Z[ recovery-image] Dec 21 00:11:52.858 INFO O| Dec 21 00:11:52.858 INFO STEP 847 (remove_files) COMPLETE
69242024-12-21T00:11:52.918Z[ recovery-image] Dec 21 00:11:52.858 INFO O| Dec 21 00:11:52.858 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252024-12-21T00:11:52.941Z[ recovery-image] Dec 21 00:11:52.881 INFO O| Dec 21 00:11:52.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
69262024-12-21T00:11:52.944Z[ recovery-image] Dec 21 00:11:52.881 INFO O| Dec 21 00:11:52.881 INFO STEP 848 (remove_files) COMPLETE
69272024-12-21T00:11:52.944Z[ recovery-image] Dec 21 00:11:52.881 INFO O| Dec 21 00:11:52.881 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69282024-12-21T00:11:52.954Z[ host-image] Dec 21 00:11:52.894 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23080:20241219T204626Z
69292024-12-21T00:11:53.057Z[ recovery-image] Dec 21 00:11:52.997 INFO O| Dec 21 00:11:52.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
69302024-12-21T00:11:53.058Z[ recovery-image] Dec 21 00:11:52.997 INFO O| Dec 21 00:11:52.997 INFO STEP 849 (remove_files) COMPLETE
69312024-12-21T00:11:53.058Z[ recovery-image] Dec 21 00:11:52.997 INFO O| Dec 21 00:11:52.997 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69322024-12-21T00:11:53.081Z[ recovery-image] Dec 21 00:11:53.021 INFO O| Dec 21 00:11:53.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
69332024-12-21T00:11:53.082Z[ recovery-image] Dec 21 00:11:53.021 INFO O| Dec 21 00:11:53.021 INFO STEP 850 (remove_files) COMPLETE
69342024-12-21T00:11:53.084Z[ recovery-image] Dec 21 00:11:53.021 INFO O| Dec 21 00:11:53.021 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69352024-12-21T00:11:53.103Z[ recovery-image] Dec 21 00:11:53.042 INFO O| Dec 21 00:11:53.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
69362024-12-21T00:11:53.103Z[ recovery-image] Dec 21 00:11:53.042 INFO O| Dec 21 00:11:53.042 INFO STEP 851 (remove_files) COMPLETE
69372024-12-21T00:11:53.103Z[ recovery-image] Dec 21 00:11:53.042 INFO O| Dec 21 00:11:53.042 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69382024-12-21T00:11:53.143Z[ recovery-image] Dec 21 00:11:53.083 INFO O| Dec 21 00:11:53.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
69392024-12-21T00:11:53.143Z[ recovery-image] Dec 21 00:11:53.083 INFO O| Dec 21 00:11:53.083 INFO STEP 852 (remove_files) COMPLETE
69402024-12-21T00:11:53.146Z[ recovery-image] Dec 21 00:11:53.083 INFO O| Dec 21 00:11:53.083 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69412024-12-21T00:11:53.167Z[ recovery-image] Dec 21 00:11:53.106 INFO O| Dec 21 00:11:53.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
69422024-12-21T00:11:53.167Z[ recovery-image] Dec 21 00:11:53.107 INFO O| Dec 21 00:11:53.106 INFO STEP 853 (remove_files) COMPLETE
69432024-12-21T00:11:53.169Z[ recovery-image] Dec 21 00:11:53.107 INFO O| Dec 21 00:11:53.106 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69442024-12-21T00:11:53.189Z[ recovery-image] Dec 21 00:11:53.129 INFO O| Dec 21 00:11:53.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
69452024-12-21T00:11:53.189Z[ recovery-image] Dec 21 00:11:53.129 INFO O| Dec 21 00:11:53.129 INFO STEP 854 (remove_files) COMPLETE
69462024-12-21T00:11:53.192Z[ recovery-image] Dec 21 00:11:53.129 INFO O| Dec 21 00:11:53.129 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69472024-12-21T00:11:53.215Z[ recovery-image] Dec 21 00:11:53.155 INFO O| Dec 21 00:11:53.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
69482024-12-21T00:11:53.216Z[ recovery-image] Dec 21 00:11:53.155 INFO O| Dec 21 00:11:53.155 INFO STEP 855 (remove_files) COMPLETE
69492024-12-21T00:11:53.218Z[ recovery-image] Dec 21 00:11:53.155 INFO O| Dec 21 00:11:53.155 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69502024-12-21T00:11:53.248Z[ recovery-image] Dec 21 00:11:53.188 INFO O| Dec 21 00:11:53.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
69512024-12-21T00:11:53.248Z[ recovery-image] Dec 21 00:11:53.188 INFO O| Dec 21 00:11:53.188 INFO STEP 856 (remove_files) COMPLETE
69522024-12-21T00:11:53.251Z[ recovery-image] Dec 21 00:11:53.188 INFO O| Dec 21 00:11:53.188 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69532024-12-21T00:11:53.286Z[ recovery-image] Dec 21 00:11:53.226 INFO O| Dec 21 00:11:53.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
69542024-12-21T00:11:53.289Z[ recovery-image] Dec 21 00:11:53.226 INFO O| Dec 21 00:11:53.226 INFO STEP 857 (remove_files) COMPLETE
69552024-12-21T00:11:53.289Z[ recovery-image] Dec 21 00:11:53.226 INFO O| Dec 21 00:11:53.226 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69562024-12-21T00:11:53.326Z[ recovery-image] Dec 21 00:11:53.266 INFO O| Dec 21 00:11:53.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
69572024-12-21T00:11:53.328Z[ recovery-image] Dec 21 00:11:53.266 INFO O| Dec 21 00:11:53.266 INFO STEP 858 (remove_files) COMPLETE
69582024-12-21T00:11:53.328Z[ recovery-image] Dec 21 00:11:53.266 INFO O| Dec 21 00:11:53.266 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69592024-12-21T00:11:53.351Z[ recovery-image] Dec 21 00:11:53.291 INFO O| Dec 21 00:11:53.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
69602024-12-21T00:11:53.355Z[ recovery-image] Dec 21 00:11:53.291 INFO O| Dec 21 00:11:53.291 INFO STEP 859 (remove_files) COMPLETE
69612024-12-21T00:11:53.355Z[ recovery-image] Dec 21 00:11:53.291 INFO O| Dec 21 00:11:53.291 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69622024-12-21T00:11:53.376Z[ recovery-image] Dec 21 00:11:53.316 INFO O| Dec 21 00:11:53.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
69632024-12-21T00:11:53.380Z[ recovery-image] Dec 21 00:11:53.316 INFO O| Dec 21 00:11:53.316 INFO STEP 860 (remove_files) COMPLETE
69642024-12-21T00:11:53.380Z[ recovery-image] Dec 21 00:11:53.316 INFO O| Dec 21 00:11:53.316 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69652024-12-21T00:11:53.400Z[ recovery-image] Dec 21 00:11:53.339 INFO O| Dec 21 00:11:53.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
69662024-12-21T00:11:53.403Z[ recovery-image] Dec 21 00:11:53.340 INFO O| Dec 21 00:11:53.340 INFO STEP 861 (remove_files) COMPLETE
69672024-12-21T00:11:53.403Z[ recovery-image] Dec 21 00:11:53.340 INFO O| Dec 21 00:11:53.340 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69682024-12-21T00:11:53.425Z[ recovery-image] Dec 21 00:11:53.364 INFO O| Dec 21 00:11:53.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
69692024-12-21T00:11:53.425Z[ recovery-image] Dec 21 00:11:53.364 INFO O| Dec 21 00:11:53.364 INFO STEP 862 (remove_files) COMPLETE
69702024-12-21T00:11:53.425Z[ recovery-image] Dec 21 00:11:53.364 INFO O| Dec 21 00:11:53.364 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69712024-12-21T00:11:53.445Z[ recovery-image] Dec 21 00:11:53.384 INFO O| Dec 21 00:11:53.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
69722024-12-21T00:11:53.445Z[ recovery-image] Dec 21 00:11:53.384 INFO O| Dec 21 00:11:53.384 INFO STEP 863 (remove_files) COMPLETE
69732024-12-21T00:11:53.445Z[ recovery-image] Dec 21 00:11:53.384 INFO O| Dec 21 00:11:53.384 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69742024-12-21T00:11:53.466Z[ recovery-image] Dec 21 00:11:53.404 INFO O| Dec 21 00:11:53.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
69752024-12-21T00:11:53.466Z[ recovery-image] Dec 21 00:11:53.405 INFO O| Dec 21 00:11:53.405 INFO STEP 864 (remove_files) COMPLETE
69762024-12-21T00:11:53.466Z[ recovery-image] Dec 21 00:11:53.405 INFO O| Dec 21 00:11:53.405 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69772024-12-21T00:11:53.564Z[ recovery-image] Dec 21 00:11:53.503 INFO O| Dec 21 00:11:53.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
69782024-12-21T00:11:53.564Z[ recovery-image] Dec 21 00:11:53.503 INFO O| Dec 21 00:11:53.503 INFO STEP 865 (remove_files) COMPLETE
69792024-12-21T00:11:53.564Z[ recovery-image] Dec 21 00:11:53.503 INFO O| Dec 21 00:11:53.503 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69802024-12-21T00:11:53.620Z[ recovery-image] Dec 21 00:11:53.559 INFO O| Dec 21 00:11:53.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
69812024-12-21T00:11:53.620Z[ recovery-image] Dec 21 00:11:53.559 INFO O| Dec 21 00:11:53.559 INFO STEP 866 (remove_files) COMPLETE
69822024-12-21T00:11:53.620Z[ recovery-image] Dec 21 00:11:53.559 INFO O| Dec 21 00:11:53.559 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69832024-12-21T00:11:53.735Z[ recovery-image] Dec 21 00:11:53.674 INFO O| Dec 21 00:11:53.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
69842024-12-21T00:11:53.735Z[ recovery-image] Dec 21 00:11:53.674 INFO O| Dec 21 00:11:53.674 INFO STEP 867 (remove_files) COMPLETE
69852024-12-21T00:11:53.735Z[ recovery-image] Dec 21 00:11:53.675 INFO O| Dec 21 00:11:53.674 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69862024-12-21T00:11:53.835Z[ recovery-image] Dec 21 00:11:53.774 INFO O| Dec 21 00:11:53.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
69872024-12-21T00:11:53.835Z[ recovery-image] Dec 21 00:11:53.774 INFO O| Dec 21 00:11:53.774 INFO STEP 868 (remove_files) COMPLETE
69882024-12-21T00:11:53.835Z[ recovery-image] Dec 21 00:11:53.774 INFO O| Dec 21 00:11:53.774 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69892024-12-21T00:11:53.891Z[ recovery-image] Dec 21 00:11:53.830 INFO O| Dec 21 00:11:53.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
69902024-12-21T00:11:53.893Z[ recovery-image] Dec 21 00:11:53.831 INFO O| Dec 21 00:11:53.831 INFO STEP 869 (remove_files) COMPLETE
69912024-12-21T00:11:53.893Z[ recovery-image] Dec 21 00:11:53.831 INFO O| Dec 21 00:11:53.831 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69922024-12-21T00:11:53.919Z[ recovery-image] Dec 21 00:11:53.854 INFO O| Dec 21 00:11:53.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
69932024-12-21T00:11:53.919Z[ recovery-image] Dec 21 00:11:53.854 INFO O| Dec 21 00:11:53.854 INFO STEP 870 (remove_files) COMPLETE
69942024-12-21T00:11:53.922Z[ recovery-image] Dec 21 00:11:53.854 INFO O| Dec 21 00:11:53.854 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69952024-12-21T00:11:53.935Z[ recovery-image] Dec 21 00:11:53.875 INFO O| Dec 21 00:11:53.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
69962024-12-21T00:11:53.938Z[ recovery-image] Dec 21 00:11:53.875 INFO O| Dec 21 00:11:53.875 INFO STEP 871 (remove_files) COMPLETE
69972024-12-21T00:11:53.938Z[ recovery-image] Dec 21 00:11:53.875 INFO O| Dec 21 00:11:53.875 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69982024-12-21T00:11:53.956Z[ recovery-image] Dec 21 00:11:53.896 INFO O| Dec 21 00:11:53.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
69992024-12-21T00:11:53.959Z[ recovery-image] Dec 21 00:11:53.896 INFO O| Dec 21 00:11:53.896 INFO STEP 872 (remove_files) COMPLETE
70002024-12-21T00:11:53.959Z[ recovery-image] Dec 21 00:11:53.896 INFO O| Dec 21 00:11:53.896 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70012024-12-21T00:11:53.978Z[ recovery-image] Dec 21 00:11:53.918 INFO O| Dec 21 00:11:53.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
70022024-12-21T00:11:53.982Z[ recovery-image] Dec 21 00:11:53.918 INFO O| Dec 21 00:11:53.918 INFO STEP 873 (remove_files) COMPLETE
70032024-12-21T00:11:53.982Z[ recovery-image] Dec 21 00:11:53.918 INFO O| Dec 21 00:11:53.918 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70042024-12-21T00:11:54.016Z[ recovery-image] Dec 21 00:11:53.955 INFO O| Dec 21 00:11:53.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
70052024-12-21T00:11:54.020Z[ recovery-image] Dec 21 00:11:53.955 INFO O| Dec 21 00:11:53.955 INFO STEP 874 (remove_files) COMPLETE
70062024-12-21T00:11:54.020Z[ recovery-image] Dec 21 00:11:53.956 INFO O| Dec 21 00:11:53.955 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70072024-12-21T00:11:54.113Z[ recovery-image] Dec 21 00:11:54.053 INFO O| Dec 21 00:11:54.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
70082024-12-21T00:11:54.116Z[ recovery-image] Dec 21 00:11:54.053 INFO O| Dec 21 00:11:54.053 INFO STEP 875 (remove_files) COMPLETE
70092024-12-21T00:11:54.116Z[ recovery-image] Dec 21 00:11:54.053 INFO O| Dec 21 00:11:54.053 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70102024-12-21T00:11:54.138Z[ recovery-image] Dec 21 00:11:54.078 INFO O| Dec 21 00:11:54.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
70112024-12-21T00:11:54.141Z[ recovery-image] Dec 21 00:11:54.078 INFO O| Dec 21 00:11:54.078 INFO STEP 876 (remove_files) COMPLETE
70122024-12-21T00:11:54.141Z[ recovery-image] Dec 21 00:11:54.078 INFO O| Dec 21 00:11:54.078 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70132024-12-21T00:11:54.162Z[ recovery-image] Dec 21 00:11:54.102 INFO O| Dec 21 00:11:54.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
70142024-12-21T00:11:54.165Z[ recovery-image] Dec 21 00:11:54.102 INFO O| Dec 21 00:11:54.102 INFO STEP 877 (remove_files) COMPLETE
70152024-12-21T00:11:54.165Z[ recovery-image] Dec 21 00:11:54.102 INFO O| Dec 21 00:11:54.102 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70162024-12-21T00:11:54.330Z[ recovery-image] Dec 21 00:11:54.270 INFO O| Dec 21 00:11:54.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
70172024-12-21T00:11:54.330Z[ recovery-image] Dec 21 00:11:54.270 INFO O| Dec 21 00:11:54.270 INFO STEP 878 (remove_files) COMPLETE
70182024-12-21T00:11:54.330Z[ recovery-image] Dec 21 00:11:54.270 INFO O| Dec 21 00:11:54.270 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70192024-12-21T00:11:54.350Z[ recovery-image] Dec 21 00:11:54.289 INFO O| Dec 21 00:11:54.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
70202024-12-21T00:11:54.350Z[ recovery-image] Dec 21 00:11:54.289 INFO O| Dec 21 00:11:54.289 INFO STEP 879 (remove_files) COMPLETE
70212024-12-21T00:11:54.350Z[ recovery-image] Dec 21 00:11:54.289 INFO O| Dec 21 00:11:54.289 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70222024-12-21T00:11:54.369Z[ recovery-image] Dec 21 00:11:54.309 INFO O| Dec 21 00:11:54.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
70232024-12-21T00:11:54.369Z[ recovery-image] Dec 21 00:11:54.309 INFO O| Dec 21 00:11:54.309 INFO STEP 880 (remove_files) COMPLETE
70242024-12-21T00:11:54.369Z[ recovery-image] Dec 21 00:11:54.309 INFO O| Dec 21 00:11:54.309 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70252024-12-21T00:11:54.400Z[ recovery-image] Dec 21 00:11:54.340 INFO O| Dec 21 00:11:54.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
70262024-12-21T00:11:54.400Z[ recovery-image] Dec 21 00:11:54.340 INFO O| Dec 21 00:11:54.340 INFO STEP 881 (remove_files) COMPLETE
70272024-12-21T00:11:54.403Z[ recovery-image] Dec 21 00:11:54.340 INFO O| Dec 21 00:11:54.340 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70282024-12-21T00:11:54.423Z[ recovery-image] Dec 21 00:11:54.363 INFO O| Dec 21 00:11:54.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
70292024-12-21T00:11:54.423Z[ recovery-image] Dec 21 00:11:54.363 INFO O| Dec 21 00:11:54.363 INFO STEP 882 (remove_files) COMPLETE
70302024-12-21T00:11:54.423Z[ recovery-image] Dec 21 00:11:54.363 INFO O| Dec 21 00:11:54.363 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70312024-12-21T00:11:54.448Z[ recovery-image] Dec 21 00:11:54.387 INFO O| Dec 21 00:11:54.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
70322024-12-21T00:11:54.448Z[ recovery-image] Dec 21 00:11:54.387 INFO O| Dec 21 00:11:54.387 INFO STEP 883 (remove_files) COMPLETE
70332024-12-21T00:11:54.448Z[ recovery-image] Dec 21 00:11:54.387 INFO O| Dec 21 00:11:54.387 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70342024-12-21T00:11:54.469Z[ recovery-image] Dec 21 00:11:54.408 INFO O| Dec 21 00:11:54.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
70352024-12-21T00:11:54.469Z[ recovery-image] Dec 21 00:11:54.408 INFO O| Dec 21 00:11:54.408 INFO STEP 884 (remove_files) COMPLETE
70362024-12-21T00:11:54.469Z[ recovery-image] Dec 21 00:11:54.408 INFO O| Dec 21 00:11:54.408 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70372024-12-21T00:11:54.489Z[ recovery-image] Dec 21 00:11:54.429 INFO O| Dec 21 00:11:54.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
70382024-12-21T00:11:54.489Z[ recovery-image] Dec 21 00:11:54.429 INFO O| Dec 21 00:11:54.429 INFO STEP 885 (remove_files) COMPLETE
70392024-12-21T00:11:54.489Z[ recovery-image] Dec 21 00:11:54.429 INFO O| Dec 21 00:11:54.429 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70402024-12-21T00:11:54.510Z[ recovery-image] Dec 21 00:11:54.449 INFO O| Dec 21 00:11:54.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
70412024-12-21T00:11:54.510Z[ recovery-image] Dec 21 00:11:54.450 INFO O| Dec 21 00:11:54.449 INFO STEP 886 (remove_files) COMPLETE
70422024-12-21T00:11:54.510Z[ recovery-image] Dec 21 00:11:54.450 INFO O| Dec 21 00:11:54.450 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70432024-12-21T00:11:54.532Z[ recovery-image] Dec 21 00:11:54.472 INFO O| Dec 21 00:11:54.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
70442024-12-21T00:11:54.532Z[ recovery-image] Dec 21 00:11:54.472 INFO O| Dec 21 00:11:54.472 INFO STEP 887 (remove_files) COMPLETE
70452024-12-21T00:11:54.532Z[ recovery-image] Dec 21 00:11:54.472 INFO O| Dec 21 00:11:54.472 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70462024-12-21T00:11:54.552Z[ recovery-image] Dec 21 00:11:54.491 INFO O| Dec 21 00:11:54.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
70472024-12-21T00:11:54.552Z[ recovery-image] Dec 21 00:11:54.492 INFO O| Dec 21 00:11:54.492 INFO STEP 888 (remove_files) COMPLETE
70482024-12-21T00:11:54.552Z[ recovery-image] Dec 21 00:11:54.492 INFO O| Dec 21 00:11:54.492 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70492024-12-21T00:11:54.594Z[ recovery-image] Dec 21 00:11:54.533 INFO O| Dec 21 00:11:54.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
70502024-12-21T00:11:54.594Z[ recovery-image] Dec 21 00:11:54.534 INFO O| Dec 21 00:11:54.534 INFO STEP 889 (remove_files) COMPLETE
70512024-12-21T00:11:54.594Z[ recovery-image] Dec 21 00:11:54.534 INFO O| Dec 21 00:11:54.534 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70522024-12-21T00:11:54.617Z[ recovery-image] Dec 21 00:11:54.557 INFO O| Dec 21 00:11:54.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
70532024-12-21T00:11:54.617Z[ recovery-image] Dec 21 00:11:54.557 INFO O| Dec 21 00:11:54.557 INFO STEP 890 (remove_files) COMPLETE
70542024-12-21T00:11:54.617Z[ recovery-image] Dec 21 00:11:54.557 INFO O| Dec 21 00:11:54.557 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70552024-12-21T00:11:54.640Z[ recovery-image] Dec 21 00:11:54.579 INFO O| Dec 21 00:11:54.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
70562024-12-21T00:11:54.641Z[ recovery-image] Dec 21 00:11:54.579 INFO O| Dec 21 00:11:54.579 INFO STEP 891 (remove_files) COMPLETE
70572024-12-21T00:11:54.641Z[ recovery-image] Dec 21 00:11:54.580 INFO O| Dec 21 00:11:54.579 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70582024-12-21T00:11:54.665Z[ recovery-image] Dec 21 00:11:54.605 INFO O| Dec 21 00:11:54.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
70592024-12-21T00:11:54.665Z[ recovery-image] Dec 21 00:11:54.605 INFO O| Dec 21 00:11:54.605 INFO STEP 892 (remove_files) COMPLETE
70602024-12-21T00:11:54.665Z[ recovery-image] Dec 21 00:11:54.605 INFO O| Dec 21 00:11:54.605 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70612024-12-21T00:11:54.726Z[ recovery-image] Dec 21 00:11:54.665 INFO O| Dec 21 00:11:54.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
70622024-12-21T00:11:54.726Z[ recovery-image] Dec 21 00:11:54.665 INFO O| Dec 21 00:11:54.665 INFO STEP 893 (remove_files) COMPLETE
70632024-12-21T00:11:54.726Z[ recovery-image] Dec 21 00:11:54.665 INFO O| Dec 21 00:11:54.665 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70642024-12-21T00:11:54.779Z[ recovery-image] Dec 21 00:11:54.718 INFO O| Dec 21 00:11:54.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
70652024-12-21T00:11:54.779Z[ recovery-image] Dec 21 00:11:54.718 INFO O| Dec 21 00:11:54.718 INFO STEP 894 (remove_files) COMPLETE
70662024-12-21T00:11:54.781Z[ recovery-image] Dec 21 00:11:54.718 INFO O| Dec 21 00:11:54.718 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70672024-12-21T00:11:54.801Z[ recovery-image] Dec 21 00:11:54.740 INFO O| Dec 21 00:11:54.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
70682024-12-21T00:11:54.801Z[ recovery-image] Dec 21 00:11:54.740 INFO O| Dec 21 00:11:54.740 INFO STEP 895 (remove_files) COMPLETE
70692024-12-21T00:11:54.801Z[ recovery-image] Dec 21 00:11:54.740 INFO O| Dec 21 00:11:54.740 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70702024-12-21T00:11:54.840Z[ recovery-image] Dec 21 00:11:54.779 INFO O| Dec 21 00:11:54.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
70712024-12-21T00:11:54.843Z[ recovery-image] Dec 21 00:11:54.779 INFO O| Dec 21 00:11:54.779 INFO STEP 896 (remove_files) COMPLETE
70722024-12-21T00:11:54.843Z[ recovery-image] Dec 21 00:11:54.779 INFO O| Dec 21 00:11:54.779 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70732024-12-21T00:11:54.880Z[ recovery-image] Dec 21 00:11:54.820 INFO O| Dec 21 00:11:54.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
70742024-12-21T00:11:54.880Z[ recovery-image] Dec 21 00:11:54.820 INFO O| Dec 21 00:11:54.820 INFO STEP 897 (remove_files) COMPLETE
70752024-12-21T00:11:54.880Z[ recovery-image] Dec 21 00:11:54.820 INFO O| Dec 21 00:11:54.820 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70762024-12-21T00:11:54.905Z[ recovery-image] Dec 21 00:11:54.843 INFO O| Dec 21 00:11:54.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
70772024-12-21T00:11:54.905Z[ recovery-image] Dec 21 00:11:54.844 INFO O| Dec 21 00:11:54.844 INFO STEP 898 (remove_files) COMPLETE
70782024-12-21T00:11:54.905Z[ recovery-image] Dec 21 00:11:54.844 INFO O| Dec 21 00:11:54.844 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70792024-12-21T00:11:54.926Z[ recovery-image] Dec 21 00:11:54.866 INFO O| Dec 21 00:11:54.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
70802024-12-21T00:11:54.929Z[ recovery-image] Dec 21 00:11:54.866 INFO O| Dec 21 00:11:54.866 INFO STEP 899 (remove_files) COMPLETE
70812024-12-21T00:11:54.929Z[ recovery-image] Dec 21 00:11:54.866 INFO O| Dec 21 00:11:54.866 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70822024-12-21T00:11:54.960Z[ recovery-image] Dec 21 00:11:54.899 INFO O| Dec 21 00:11:54.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
70832024-12-21T00:11:54.960Z[ recovery-image] Dec 21 00:11:54.899 INFO O| Dec 21 00:11:54.899 INFO STEP 900 (remove_files) COMPLETE
70842024-12-21T00:11:54.960Z[ recovery-image] Dec 21 00:11:54.899 INFO O| Dec 21 00:11:54.899 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70852024-12-21T00:11:55.000Z[ recovery-image] Dec 21 00:11:54.940 INFO O| Dec 21 00:11:54.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
70862024-12-21T00:11:55.000Z[ recovery-image] Dec 21 00:11:54.940 INFO O| Dec 21 00:11:54.940 INFO STEP 901 (remove_files) COMPLETE
70872024-12-21T00:11:55.000Z[ recovery-image] Dec 21 00:11:54.940 INFO O| Dec 21 00:11:54.940 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70882024-12-21T00:11:55.049Z[ recovery-image] Dec 21 00:11:54.988 INFO O| Dec 21 00:11:54.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
70892024-12-21T00:11:55.049Z[ recovery-image] Dec 21 00:11:54.988 INFO O| Dec 21 00:11:54.988 INFO STEP 902 (remove_files) COMPLETE
70902024-12-21T00:11:55.049Z[ recovery-image] Dec 21 00:11:54.988 INFO O| Dec 21 00:11:54.988 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70912024-12-21T00:11:55.070Z[ recovery-image] Dec 21 00:11:55.009 INFO O| Dec 21 00:11:55.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
70922024-12-21T00:11:55.070Z[ recovery-image] Dec 21 00:11:55.010 INFO O| Dec 21 00:11:55.009 INFO STEP 903 (remove_files) COMPLETE
70932024-12-21T00:11:55.070Z[ recovery-image] Dec 21 00:11:55.010 INFO O| Dec 21 00:11:55.010 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70942024-12-21T00:11:55.091Z[ recovery-image] Dec 21 00:11:55.031 INFO O| Dec 21 00:11:55.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
70952024-12-21T00:11:55.092Z[ recovery-image] Dec 21 00:11:55.031 INFO O| Dec 21 00:11:55.031 INFO STEP 904 (remove_files) COMPLETE
70962024-12-21T00:11:55.092Z[ recovery-image] Dec 21 00:11:55.031 INFO O| Dec 21 00:11:55.031 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70972024-12-21T00:11:55.125Z[ recovery-image] Dec 21 00:11:55.065 INFO O| Dec 21 00:11:55.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
70982024-12-21T00:11:55.126Z[ recovery-image] Dec 21 00:11:55.065 INFO O| Dec 21 00:11:55.065 INFO STEP 905 (remove_files) COMPLETE
70992024-12-21T00:11:55.128Z[ recovery-image] Dec 21 00:11:55.065 INFO O| Dec 21 00:11:55.065 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71002024-12-21T00:11:55.164Z[ recovery-image] Dec 21 00:11:55.104 INFO O| Dec 21 00:11:55.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
71012024-12-21T00:11:55.164Z[ recovery-image] Dec 21 00:11:55.104 INFO O| Dec 21 00:11:55.104 INFO STEP 906 (remove_files) COMPLETE
71022024-12-21T00:11:55.164Z[ recovery-image] Dec 21 00:11:55.104 INFO O| Dec 21 00:11:55.104 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71032024-12-21T00:11:55.187Z[ recovery-image] Dec 21 00:11:55.126 INFO O| Dec 21 00:11:55.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
71042024-12-21T00:11:55.187Z[ recovery-image] Dec 21 00:11:55.127 INFO O| Dec 21 00:11:55.126 INFO STEP 907 (remove_files) COMPLETE
71052024-12-21T00:11:55.187Z[ recovery-image] Dec 21 00:11:55.127 INFO O| Dec 21 00:11:55.126 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71062024-12-21T00:11:55.208Z[ recovery-image] Dec 21 00:11:55.148 INFO O| Dec 21 00:11:55.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
71072024-12-21T00:11:55.208Z[ recovery-image] Dec 21 00:11:55.148 INFO O| Dec 21 00:11:55.148 INFO STEP 908 (remove_files) COMPLETE
71082024-12-21T00:11:55.211Z[ recovery-image] Dec 21 00:11:55.148 INFO O| Dec 21 00:11:55.148 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71092024-12-21T00:11:55.231Z[ recovery-image] Dec 21 00:11:55.170 INFO O| Dec 21 00:11:55.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
71102024-12-21T00:11:55.231Z[ recovery-image] Dec 21 00:11:55.171 INFO O| Dec 21 00:11:55.171 INFO STEP 909 (remove_files) COMPLETE
71112024-12-21T00:11:55.233Z[ recovery-image] Dec 21 00:11:55.171 INFO O| Dec 21 00:11:55.171 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71122024-12-21T00:11:55.259Z[ recovery-image] Dec 21 00:11:55.199 INFO O| Dec 21 00:11:55.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
71132024-12-21T00:11:55.259Z[ recovery-image] Dec 21 00:11:55.199 INFO O| Dec 21 00:11:55.199 INFO STEP 910 (remove_files) COMPLETE
71142024-12-21T00:11:55.261Z[ recovery-image] Dec 21 00:11:55.199 INFO O| Dec 21 00:11:55.199 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71152024-12-21T00:11:55.293Z[ recovery-image] Dec 21 00:11:55.232 INFO O| Dec 21 00:11:55.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
71162024-12-21T00:11:55.293Z[ recovery-image] Dec 21 00:11:55.232 INFO O| Dec 21 00:11:55.232 INFO STEP 911 (remove_files) COMPLETE
71172024-12-21T00:11:55.294Z[ recovery-image] Dec 21 00:11:55.232 INFO O| Dec 21 00:11:55.232 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71182024-12-21T00:11:55.342Z[ recovery-image] Dec 21 00:11:55.282 INFO O| Dec 21 00:11:55.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
71192024-12-21T00:11:55.343Z[ recovery-image] Dec 21 00:11:55.282 INFO O| Dec 21 00:11:55.282 INFO STEP 912 (remove_files) COMPLETE
71202024-12-21T00:11:55.343Z[ recovery-image] Dec 21 00:11:55.282 INFO O| Dec 21 00:11:55.282 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71212024-12-21T00:11:55.366Z[ recovery-image] Dec 21 00:11:55.306 INFO O| Dec 21 00:11:55.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
71222024-12-21T00:11:55.366Z[ recovery-image] Dec 21 00:11:55.306 INFO O| Dec 21 00:11:55.306 INFO STEP 913 (remove_files) COMPLETE
71232024-12-21T00:11:55.368Z[ recovery-image] Dec 21 00:11:55.306 INFO O| Dec 21 00:11:55.306 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71242024-12-21T00:11:55.390Z[ recovery-image] Dec 21 00:11:55.329 INFO O| Dec 21 00:11:55.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
71252024-12-21T00:11:55.390Z[ recovery-image] Dec 21 00:11:55.330 INFO O| Dec 21 00:11:55.330 INFO STEP 914 (remove_files) COMPLETE
71262024-12-21T00:11:55.390Z[ recovery-image] Dec 21 00:11:55.330 INFO O| Dec 21 00:11:55.330 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71272024-12-21T00:11:55.413Z[ recovery-image] Dec 21 00:11:55.352 INFO O| Dec 21 00:11:55.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
71282024-12-21T00:11:55.413Z[ recovery-image] Dec 21 00:11:55.352 INFO O| Dec 21 00:11:55.352 INFO STEP 915 (remove_files) COMPLETE
71292024-12-21T00:11:55.414Z[ recovery-image] Dec 21 00:11:55.352 INFO O| Dec 21 00:11:55.352 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71302024-12-21T00:11:55.436Z[ recovery-image] Dec 21 00:11:55.376 INFO O| Dec 21 00:11:55.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
71312024-12-21T00:11:55.436Z[ recovery-image] Dec 21 00:11:55.376 INFO O| Dec 21 00:11:55.376 INFO STEP 916 (remove_files) COMPLETE
71322024-12-21T00:11:55.436Z[ recovery-image] Dec 21 00:11:55.376 INFO O| Dec 21 00:11:55.376 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71332024-12-21T00:11:55.463Z[ recovery-image] Dec 21 00:11:55.400 INFO O| Dec 21 00:11:55.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
71342024-12-21T00:11:55.464Z[ recovery-image] Dec 21 00:11:55.400 INFO O| Dec 21 00:11:55.400 INFO STEP 917 (remove_files) COMPLETE
71352024-12-21T00:11:55.464Z[ recovery-image] Dec 21 00:11:55.400 INFO O| Dec 21 00:11:55.400 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71362024-12-21T00:11:55.503Z[ recovery-image] Dec 21 00:11:55.443 INFO O| Dec 21 00:11:55.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
71372024-12-21T00:11:55.503Z[ recovery-image] Dec 21 00:11:55.443 INFO O| Dec 21 00:11:55.443 INFO STEP 918 (remove_files) COMPLETE
71382024-12-21T00:11:55.503Z[ recovery-image] Dec 21 00:11:55.443 INFO O| Dec 21 00:11:55.443 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71392024-12-21T00:11:55.528Z[ recovery-image] Dec 21 00:11:55.468 INFO O| Dec 21 00:11:55.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
71402024-12-21T00:11:55.529Z[ recovery-image] Dec 21 00:11:55.468 INFO O| Dec 21 00:11:55.468 INFO STEP 919 (remove_files) COMPLETE
71412024-12-21T00:11:55.529Z[ recovery-image] Dec 21 00:11:55.468 INFO O| Dec 21 00:11:55.468 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71422024-12-21T00:11:55.563Z[ recovery-image] Dec 21 00:11:55.503 INFO O| Dec 21 00:11:55.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
71432024-12-21T00:11:55.564Z[ recovery-image] Dec 21 00:11:55.503 INFO O| Dec 21 00:11:55.503 INFO STEP 920 (remove_files) COMPLETE
71442024-12-21T00:11:55.566Z[ recovery-image] Dec 21 00:11:55.503 INFO O| Dec 21 00:11:55.503 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71452024-12-21T00:11:55.588Z[ recovery-image] Dec 21 00:11:55.528 INFO O| Dec 21 00:11:55.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
71462024-12-21T00:11:55.588Z[ recovery-image] Dec 21 00:11:55.528 INFO O| Dec 21 00:11:55.528 INFO STEP 921 (remove_files) COMPLETE
71472024-12-21T00:11:55.590Z[ recovery-image] Dec 21 00:11:55.528 INFO O| Dec 21 00:11:55.528 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71482024-12-21T00:11:55.643Z[ recovery-image] Dec 21 00:11:55.582 INFO O| Dec 21 00:11:55.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
71492024-12-21T00:11:55.643Z[ recovery-image] Dec 21 00:11:55.583 INFO O| Dec 21 00:11:55.583 INFO STEP 922 (remove_files) COMPLETE
71502024-12-21T00:11:55.643Z[ recovery-image] Dec 21 00:11:55.583 INFO O| Dec 21 00:11:55.583 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71512024-12-21T00:11:55.665Z[ recovery-image] Dec 21 00:11:55.605 INFO O| Dec 21 00:11:55.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
71522024-12-21T00:11:55.668Z[ recovery-image] Dec 21 00:11:55.605 INFO O| Dec 21 00:11:55.605 INFO STEP 923 (remove_files) COMPLETE
71532024-12-21T00:11:55.668Z[ recovery-image] Dec 21 00:11:55.605 INFO O| Dec 21 00:11:55.605 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71542024-12-21T00:11:55.689Z[ recovery-image] Dec 21 00:11:55.629 INFO O| Dec 21 00:11:55.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
71552024-12-21T00:11:55.689Z[ recovery-image] Dec 21 00:11:55.629 INFO O| Dec 21 00:11:55.629 INFO STEP 924 (remove_files) COMPLETE
71562024-12-21T00:11:55.692Z[ recovery-image] Dec 21 00:11:55.629 INFO O| Dec 21 00:11:55.629 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71572024-12-21T00:11:55.713Z[ recovery-image] Dec 21 00:11:55.653 INFO O| Dec 21 00:11:55.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
71582024-12-21T00:11:55.713Z[ recovery-image] Dec 21 00:11:55.653 INFO O| Dec 21 00:11:55.653 INFO STEP 925 (remove_files) COMPLETE
71592024-12-21T00:11:55.716Z[ recovery-image] Dec 21 00:11:55.653 INFO O| Dec 21 00:11:55.653 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71602024-12-21T00:11:55.764Z[ recovery-image] Dec 21 00:11:55.704 INFO O| Dec 21 00:11:55.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
71612024-12-21T00:11:55.764Z[ recovery-image] Dec 21 00:11:55.704 INFO O| Dec 21 00:11:55.704 INFO STEP 926 (remove_files) COMPLETE
71622024-12-21T00:11:55.764Z[ recovery-image] Dec 21 00:11:55.704 INFO O| Dec 21 00:11:55.704 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71632024-12-21T00:11:55.789Z[ recovery-image] Dec 21 00:11:55.729 INFO O| Dec 21 00:11:55.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
71642024-12-21T00:11:55.789Z[ recovery-image] Dec 21 00:11:55.729 INFO O| Dec 21 00:11:55.729 INFO STEP 927 (remove_files) COMPLETE
71652024-12-21T00:11:55.792Z[ recovery-image] Dec 21 00:11:55.729 INFO O| Dec 21 00:11:55.729 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71662024-12-21T00:11:55.814Z[ recovery-image] Dec 21 00:11:55.754 INFO O| Dec 21 00:11:55.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
71672024-12-21T00:11:55.815Z[ recovery-image] Dec 21 00:11:55.754 INFO O| Dec 21 00:11:55.754 INFO STEP 928 (remove_files) COMPLETE
71682024-12-21T00:11:55.818Z[ recovery-image] Dec 21 00:11:55.755 INFO O| Dec 21 00:11:55.754 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71692024-12-21T00:11:55.839Z[ recovery-image] Dec 21 00:11:55.779 INFO O| Dec 21 00:11:55.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
71702024-12-21T00:11:55.839Z[ recovery-image] Dec 21 00:11:55.779 INFO O| Dec 21 00:11:55.779 INFO STEP 929 (remove_files) COMPLETE
71712024-12-21T00:11:55.842Z[ recovery-image] Dec 21 00:11:55.780 INFO O| Dec 21 00:11:55.779 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71722024-12-21T00:11:55.864Z[ recovery-image] Dec 21 00:11:55.804 INFO O| Dec 21 00:11:55.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
71732024-12-21T00:11:55.868Z[ recovery-image] Dec 21 00:11:55.804 INFO O| Dec 21 00:11:55.804 INFO STEP 930 (remove_files) COMPLETE
71742024-12-21T00:11:55.868Z[ recovery-image] Dec 21 00:11:55.804 INFO O| Dec 21 00:11:55.804 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71752024-12-21T00:11:55.926Z[ recovery-image] Dec 21 00:11:55.866 INFO O| Dec 21 00:11:55.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
71762024-12-21T00:11:55.926Z[ recovery-image] Dec 21 00:11:55.866 INFO O| Dec 21 00:11:55.866 INFO STEP 931 (remove_files) COMPLETE
71772024-12-21T00:11:55.926Z[ recovery-image] Dec 21 00:11:55.866 INFO O| Dec 21 00:11:55.866 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71782024-12-21T00:11:55.948Z[ recovery-image] Dec 21 00:11:55.887 INFO O| Dec 21 00:11:55.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
71792024-12-21T00:11:55.948Z[ recovery-image] Dec 21 00:11:55.888 INFO O| Dec 21 00:11:55.888 INFO STEP 932 (remove_files) COMPLETE
71802024-12-21T00:11:55.948Z[ recovery-image] Dec 21 00:11:55.888 INFO O| Dec 21 00:11:55.888 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71812024-12-21T00:11:55.966Z[ recovery-image] Dec 21 00:11:55.906 INFO O| Dec 21 00:11:55.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
71822024-12-21T00:11:55.966Z[ recovery-image] Dec 21 00:11:55.906 INFO O| Dec 21 00:11:55.906 INFO STEP 933 (remove_files) COMPLETE
71832024-12-21T00:11:55.966Z[ recovery-image] Dec 21 00:11:55.906 INFO O| Dec 21 00:11:55.906 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71842024-12-21T00:11:56.002Z[ recovery-image] Dec 21 00:11:55.942 INFO O| Dec 21 00:11:55.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
71852024-12-21T00:11:56.002Z[ recovery-image] Dec 21 00:11:55.942 INFO O| Dec 21 00:11:55.942 INFO STEP 934 (remove_files) COMPLETE
71862024-12-21T00:11:56.002Z[ recovery-image] Dec 21 00:11:55.942 INFO O| Dec 21 00:11:55.942 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71872024-12-21T00:11:56.063Z[ recovery-image] Dec 21 00:11:56.003 INFO O| Dec 21 00:11:56.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
71882024-12-21T00:11:56.063Z[ recovery-image] Dec 21 00:11:56.003 INFO O| Dec 21 00:11:56.003 INFO STEP 935 (remove_files) COMPLETE
71892024-12-21T00:11:56.067Z[ recovery-image] Dec 21 00:11:56.003 INFO O| Dec 21 00:11:56.003 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71902024-12-21T00:11:56.084Z[ recovery-image] Dec 21 00:11:56.024 INFO O| Dec 21 00:11:56.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
71912024-12-21T00:11:56.084Z[ recovery-image] Dec 21 00:11:56.024 INFO O| Dec 21 00:11:56.024 INFO STEP 936 (remove_files) COMPLETE
71922024-12-21T00:11:56.084Z[ recovery-image] Dec 21 00:11:56.024 INFO O| Dec 21 00:11:56.024 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71932024-12-21T00:11:56.106Z[ recovery-image] Dec 21 00:11:56.046 INFO O| Dec 21 00:11:56.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
71942024-12-21T00:11:56.107Z[ recovery-image] Dec 21 00:11:56.046 INFO O| Dec 21 00:11:56.043 INFO STEP 937 (remove_files) COMPLETE
71952024-12-21T00:11:56.110Z[ recovery-image] Dec 21 00:11:56.046 INFO O| Dec 21 00:11:56.043 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71962024-12-21T00:11:56.176Z[ recovery-image] Dec 21 00:11:56.116 INFO O| Dec 21 00:11:56.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
71972024-12-21T00:11:56.179Z[ recovery-image] Dec 21 00:11:56.117 INFO O| Dec 21 00:11:56.117 INFO STEP 938 (remove_files) COMPLETE
71982024-12-21T00:11:56.179Z[ recovery-image] Dec 21 00:11:56.117 INFO O| Dec 21 00:11:56.117 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71992024-12-21T00:11:56.200Z[ recovery-image] Dec 21 00:11:56.140 INFO O| Dec 21 00:11:56.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
72002024-12-21T00:11:56.202Z[ recovery-image] Dec 21 00:11:56.141 INFO O| Dec 21 00:11:56.141 INFO STEP 939 (remove_files) COMPLETE
72012024-12-21T00:11:56.203Z[ recovery-image] Dec 21 00:11:56.141 INFO O| Dec 21 00:11:56.141 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72022024-12-21T00:11:56.240Z[ recovery-image] Dec 21 00:11:56.180 INFO O| Dec 21 00:11:56.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
72032024-12-21T00:11:56.240Z[ recovery-image] Dec 21 00:11:56.180 INFO O| Dec 21 00:11:56.180 INFO STEP 940 (remove_files) COMPLETE
72042024-12-21T00:11:56.243Z[ recovery-image] Dec 21 00:11:56.180 INFO O| Dec 21 00:11:56.180 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72052024-12-21T00:11:56.261Z[ recovery-image] Dec 21 00:11:56.200 INFO O| Dec 21 00:11:56.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
72062024-12-21T00:11:56.261Z[ recovery-image] Dec 21 00:11:56.201 INFO O| Dec 21 00:11:56.201 INFO STEP 941 (remove_files) COMPLETE
72072024-12-21T00:11:56.261Z[ recovery-image] Dec 21 00:11:56.201 INFO O| Dec 21 00:11:56.201 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72082024-12-21T00:11:56.304Z[ recovery-image] Dec 21 00:11:56.243 INFO O| Dec 21 00:11:56.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
72092024-12-21T00:11:56.304Z[ recovery-image] Dec 21 00:11:56.243 INFO O| Dec 21 00:11:56.243 INFO STEP 942 (remove_files) COMPLETE
72102024-12-21T00:11:56.306Z[ recovery-image] Dec 21 00:11:56.244 INFO O| Dec 21 00:11:56.243 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72112024-12-21T00:11:56.337Z[ recovery-image] Dec 21 00:11:56.277 INFO O| Dec 21 00:11:56.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
72122024-12-21T00:11:56.339Z[ recovery-image] Dec 21 00:11:56.277 INFO O| Dec 21 00:11:56.277 INFO STEP 943 (remove_files) COMPLETE
72132024-12-21T00:11:56.339Z[ recovery-image] Dec 21 00:11:56.277 INFO O| Dec 21 00:11:56.277 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72142024-12-21T00:11:56.378Z[ recovery-image] Dec 21 00:11:56.318 INFO O| Dec 21 00:11:56.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
72152024-12-21T00:11:56.381Z[ recovery-image] Dec 21 00:11:56.319 INFO O| Dec 21 00:11:56.318 INFO STEP 944 (remove_files) COMPLETE
72162024-12-21T00:11:56.381Z[ recovery-image] Dec 21 00:11:56.319 INFO O| Dec 21 00:11:56.319 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72172024-12-21T00:11:56.401Z[ recovery-image] Dec 21 00:11:56.341 INFO O| Dec 21 00:11:56.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
72182024-12-21T00:11:56.403Z[ recovery-image] Dec 21 00:11:56.341 INFO O| Dec 21 00:11:56.341 INFO STEP 945 (remove_files) COMPLETE
72192024-12-21T00:11:56.403Z[ recovery-image] Dec 21 00:11:56.341 INFO O| Dec 21 00:11:56.341 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72202024-12-21T00:11:56.431Z[ recovery-image] Dec 21 00:11:56.371 INFO O| Dec 21 00:11:56.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
72212024-12-21T00:11:56.431Z[ recovery-image] Dec 21 00:11:56.371 INFO O| Dec 21 00:11:56.371 INFO STEP 946 (remove_files) COMPLETE
72222024-12-21T00:11:56.431Z[ recovery-image] Dec 21 00:11:56.371 INFO O| Dec 21 00:11:56.371 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72232024-12-21T00:11:56.457Z[ recovery-image] Dec 21 00:11:56.397 INFO O| Dec 21 00:11:56.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
72242024-12-21T00:11:56.457Z[ recovery-image] Dec 21 00:11:56.397 INFO O| Dec 21 00:11:56.397 INFO STEP 947 (remove_files) COMPLETE
72252024-12-21T00:11:56.460Z[ recovery-image] Dec 21 00:11:56.397 INFO O| Dec 21 00:11:56.397 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72262024-12-21T00:11:56.483Z[ recovery-image] Dec 21 00:11:56.423 INFO O| Dec 21 00:11:56.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
72272024-12-21T00:11:56.484Z[ recovery-image] Dec 21 00:11:56.423 INFO O| Dec 21 00:11:56.423 INFO STEP 948 (remove_files) COMPLETE
72282024-12-21T00:11:56.487Z[ recovery-image] Dec 21 00:11:56.423 INFO O| Dec 21 00:11:56.423 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72292024-12-21T00:11:56.506Z[ recovery-image] Dec 21 00:11:56.446 INFO O| Dec 21 00:11:56.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
72302024-12-21T00:11:56.506Z[ recovery-image] Dec 21 00:11:56.446 INFO O| Dec 21 00:11:56.446 INFO STEP 949 (remove_files) COMPLETE
72312024-12-21T00:11:56.509Z[ recovery-image] Dec 21 00:11:56.446 INFO O| Dec 21 00:11:56.446 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72322024-12-21T00:11:56.529Z[ recovery-image] Dec 21 00:11:56.469 INFO O| Dec 21 00:11:56.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
72332024-12-21T00:11:56.529Z[ recovery-image] Dec 21 00:11:56.469 INFO O| Dec 21 00:11:56.469 INFO STEP 950 (remove_files) COMPLETE
72342024-12-21T00:11:56.529Z[ recovery-image] Dec 21 00:11:56.469 INFO O| Dec 21 00:11:56.469 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72352024-12-21T00:11:56.552Z[ recovery-image] Dec 21 00:11:56.491 INFO O| Dec 21 00:11:56.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
72362024-12-21T00:11:56.552Z[ recovery-image] Dec 21 00:11:56.491 INFO O| Dec 21 00:11:56.491 INFO STEP 951 (remove_files) COMPLETE
72372024-12-21T00:11:56.552Z[ recovery-image] Dec 21 00:11:56.491 INFO O| Dec 21 00:11:56.491 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72382024-12-21T00:11:56.582Z[ recovery-image] Dec 21 00:11:56.522 INFO O| Dec 21 00:11:56.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
72392024-12-21T00:11:56.585Z[ recovery-image] Dec 21 00:11:56.522 INFO O| Dec 21 00:11:56.522 INFO STEP 952 (remove_files) COMPLETE
72402024-12-21T00:11:56.585Z[ recovery-image] Dec 21 00:11:56.523 INFO O| Dec 21 00:11:56.522 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72412024-12-21T00:11:56.609Z[ recovery-image] Dec 21 00:11:56.548 INFO O| Dec 21 00:11:56.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
72422024-12-21T00:11:56.609Z[ recovery-image] Dec 21 00:11:56.548 INFO O| Dec 21 00:11:56.548 INFO STEP 953 (remove_files) COMPLETE
72432024-12-21T00:11:56.609Z[ recovery-image] Dec 21 00:11:56.548 INFO O| Dec 21 00:11:56.548 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72442024-12-21T00:11:56.695Z[ recovery-image] Dec 21 00:11:56.635 INFO O| Dec 21 00:11:56.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
72452024-12-21T00:11:56.695Z[ recovery-image] Dec 21 00:11:56.635 INFO O| Dec 21 00:11:56.635 INFO STEP 954 (remove_files) COMPLETE
72462024-12-21T00:11:56.698Z[ recovery-image] Dec 21 00:11:56.635 INFO O| Dec 21 00:11:56.635 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72472024-12-21T00:11:56.731Z[ recovery-image] Dec 21 00:11:56.671 INFO O| Dec 21 00:11:56.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
72482024-12-21T00:11:56.732Z[ recovery-image] Dec 21 00:11:56.671 INFO O| Dec 21 00:11:56.671 INFO STEP 955 (remove_files) COMPLETE
72492024-12-21T00:11:56.732Z[ recovery-image] Dec 21 00:11:56.671 INFO O| Dec 21 00:11:56.671 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72502024-12-21T00:11:56.764Z[ recovery-image] Dec 21 00:11:56.694 INFO O| Dec 21 00:11:56.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
72512024-12-21T00:11:56.764Z[ recovery-image] Dec 21 00:11:56.694 INFO O| Dec 21 00:11:56.694 INFO STEP 956 (remove_files) COMPLETE
72522024-12-21T00:11:56.767Z[ recovery-image] Dec 21 00:11:56.694 INFO O| Dec 21 00:11:56.694 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72532024-12-21T00:11:56.776Z[ recovery-image] Dec 21 00:11:56.716 INFO O| Dec 21 00:11:56.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
72542024-12-21T00:11:56.778Z[ recovery-image] Dec 21 00:11:56.716 INFO O| Dec 21 00:11:56.716 INFO STEP 957 (remove_files) COMPLETE
72552024-12-21T00:11:56.778Z[ recovery-image] Dec 21 00:11:56.716 INFO O| Dec 21 00:11:56.716 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72562024-12-21T00:11:56.798Z[ recovery-image] Dec 21 00:11:56.738 INFO O| Dec 21 00:11:56.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
72572024-12-21T00:11:56.801Z[ recovery-image] Dec 21 00:11:56.739 INFO O| Dec 21 00:11:56.739 INFO STEP 958 (remove_files) COMPLETE
72582024-12-21T00:11:56.801Z[ recovery-image] Dec 21 00:11:56.739 INFO O| Dec 21 00:11:56.739 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72592024-12-21T00:11:56.839Z[ recovery-image] Dec 21 00:11:56.779 INFO O| Dec 21 00:11:56.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
72602024-12-21T00:11:56.839Z[ recovery-image] Dec 21 00:11:56.779 INFO O| Dec 21 00:11:56.768 INFO STEP 959 (remove_files) COMPLETE
72612024-12-21T00:11:56.839Z[ recovery-image] Dec 21 00:11:56.779 INFO O| Dec 21 00:11:56.768 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72622024-12-21T00:11:56.851Z[ recovery-image] Dec 21 00:11:56.791 INFO O| Dec 21 00:11:56.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
72632024-12-21T00:11:56.851Z[ recovery-image] Dec 21 00:11:56.791 INFO O| Dec 21 00:11:56.791 INFO STEP 960 (remove_files) COMPLETE
72642024-12-21T00:11:56.851Z[ recovery-image] Dec 21 00:11:56.791 INFO O| Dec 21 00:11:56.791 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72652024-12-21T00:11:56.870Z[ recovery-image] Dec 21 00:11:56.810 INFO O| Dec 21 00:11:56.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
72662024-12-21T00:11:56.870Z[ recovery-image] Dec 21 00:11:56.810 INFO O| Dec 21 00:11:56.810 INFO STEP 961 (remove_files) COMPLETE
72672024-12-21T00:11:56.871Z[ recovery-image] Dec 21 00:11:56.810 INFO O| Dec 21 00:11:56.810 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72682024-12-21T00:11:56.898Z[ recovery-image] Dec 21 00:11:56.828 INFO O| Dec 21 00:11:56.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
72692024-12-21T00:11:56.898Z[ recovery-image] Dec 21 00:11:56.828 INFO O| Dec 21 00:11:56.828 INFO STEP 962 (remove_files) COMPLETE
72702024-12-21T00:11:56.898Z[ recovery-image] Dec 21 00:11:56.828 INFO O| Dec 21 00:11:56.828 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72712024-12-21T00:11:56.908Z[ recovery-image] Dec 21 00:11:56.848 INFO O| Dec 21 00:11:56.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
72722024-12-21T00:11:56.911Z[ recovery-image] Dec 21 00:11:56.849 INFO O| Dec 21 00:11:56.848 INFO STEP 963 (remove_files) COMPLETE
72732024-12-21T00:11:56.911Z[ recovery-image] Dec 21 00:11:56.849 INFO O| Dec 21 00:11:56.849 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72742024-12-21T00:11:56.931Z[ recovery-image] Dec 21 00:11:56.871 INFO O| Dec 21 00:11:56.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
72752024-12-21T00:11:56.934Z[ recovery-image] Dec 21 00:11:56.871 INFO O| Dec 21 00:11:56.871 INFO STEP 964 (remove_files) COMPLETE
72762024-12-21T00:11:56.934Z[ recovery-image] Dec 21 00:11:56.871 INFO O| Dec 21 00:11:56.871 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72772024-12-21T00:11:56.984Z[ recovery-image] Dec 21 00:11:56.923 INFO O| Dec 21 00:11:56.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
72782024-12-21T00:11:56.984Z[ recovery-image] Dec 21 00:11:56.924 INFO O| Dec 21 00:11:56.924 INFO STEP 965 (remove_files) COMPLETE
72792024-12-21T00:11:56.984Z[ recovery-image] Dec 21 00:11:56.924 INFO O| Dec 21 00:11:56.924 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72802024-12-21T00:11:57.005Z[ recovery-image] Dec 21 00:11:56.945 INFO O| Dec 21 00:11:56.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
72812024-12-21T00:11:57.007Z[ recovery-image] Dec 21 00:11:56.945 INFO O| Dec 21 00:11:56.945 INFO STEP 966 (remove_files) COMPLETE
72822024-12-21T00:11:57.007Z[ recovery-image] Dec 21 00:11:56.945 INFO O| Dec 21 00:11:56.945 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72832024-12-21T00:11:57.026Z[ recovery-image] Dec 21 00:11:56.966 INFO O| Dec 21 00:11:56.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
72842024-12-21T00:11:57.029Z[ recovery-image] Dec 21 00:11:56.966 INFO O| Dec 21 00:11:56.966 INFO STEP 967 (remove_files) COMPLETE
72852024-12-21T00:11:57.029Z[ recovery-image] Dec 21 00:11:56.967 INFO O| Dec 21 00:11:56.966 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72862024-12-21T00:11:57.050Z[ recovery-image] Dec 21 00:11:56.988 INFO O| Dec 21 00:11:56.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
72872024-12-21T00:11:57.061Z[ recovery-image] Dec 21 00:11:56.988 INFO O| Dec 21 00:11:56.988 INFO STEP 968 (remove_files) COMPLETE
72882024-12-21T00:11:57.061Z[ recovery-image] Dec 21 00:11:56.988 INFO O| Dec 21 00:11:56.988 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72892024-12-21T00:11:57.111Z[ recovery-image] Dec 21 00:11:57.051 INFO O| Dec 21 00:11:57.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
72902024-12-21T00:11:57.113Z[ recovery-image] Dec 21 00:11:57.051 INFO O| Dec 21 00:11:57.051 INFO STEP 969 (remove_files) COMPLETE
72912024-12-21T00:11:57.113Z[ recovery-image] Dec 21 00:11:57.052 INFO O| Dec 21 00:11:57.051 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72922024-12-21T00:11:57.149Z[ recovery-image] Dec 21 00:11:57.089 INFO O| Dec 21 00:11:57.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
72932024-12-21T00:11:57.154Z[ recovery-image] Dec 21 00:11:57.089 INFO O| Dec 21 00:11:57.089 INFO STEP 970 (remove_files) COMPLETE
72942024-12-21T00:11:57.154Z[ recovery-image] Dec 21 00:11:57.089 INFO O| Dec 21 00:11:57.089 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72952024-12-21T00:11:57.195Z[ recovery-image] Dec 21 00:11:57.134 INFO O| Dec 21 00:11:57.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
72962024-12-21T00:11:57.195Z[ recovery-image] Dec 21 00:11:57.134 INFO O| Dec 21 00:11:57.134 INFO STEP 971 (remove_files) COMPLETE
72972024-12-21T00:11:57.195Z[ recovery-image] Dec 21 00:11:57.134 INFO O| Dec 21 00:11:57.134 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72982024-12-21T00:11:57.236Z[ recovery-image] Dec 21 00:11:57.176 INFO O| Dec 21 00:11:57.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
72992024-12-21T00:11:57.236Z[ recovery-image] Dec 21 00:11:57.176 INFO O| Dec 21 00:11:57.176 INFO STEP 972 (remove_files) COMPLETE
73002024-12-21T00:11:57.236Z[ recovery-image] Dec 21 00:11:57.176 INFO O| Dec 21 00:11:57.176 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73012024-12-21T00:11:57.269Z[ recovery-image] Dec 21 00:11:57.209 INFO O| Dec 21 00:11:57.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
73022024-12-21T00:11:57.272Z[ recovery-image] Dec 21 00:11:57.209 INFO O| Dec 21 00:11:57.209 INFO STEP 973 (remove_files) COMPLETE
73032024-12-21T00:11:57.272Z[ recovery-image] Dec 21 00:11:57.209 INFO O| Dec 21 00:11:57.209 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73042024-12-21T00:11:57.291Z[ recovery-image] Dec 21 00:11:57.231 INFO O| Dec 21 00:11:57.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
73052024-12-21T00:11:57.294Z[ recovery-image] Dec 21 00:11:57.231 INFO O| Dec 21 00:11:57.231 INFO STEP 974 (remove_files) COMPLETE
73062024-12-21T00:11:57.294Z[ recovery-image] Dec 21 00:11:57.232 INFO O| Dec 21 00:11:57.232 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73072024-12-21T00:11:57.312Z[ recovery-image] Dec 21 00:11:57.252 INFO O| Dec 21 00:11:57.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
73082024-12-21T00:11:57.315Z[ recovery-image] Dec 21 00:11:57.252 INFO O| Dec 21 00:11:57.252 INFO STEP 975 (remove_files) COMPLETE
73092024-12-21T00:11:57.315Z[ recovery-image] Dec 21 00:11:57.252 INFO O| Dec 21 00:11:57.252 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73102024-12-21T00:11:57.333Z[ recovery-image] Dec 21 00:11:57.273 INFO O| Dec 21 00:11:57.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
73112024-12-21T00:11:57.335Z[ recovery-image] Dec 21 00:11:57.273 INFO O| Dec 21 00:11:57.273 INFO STEP 976 (remove_files) COMPLETE
73122024-12-21T00:11:57.335Z[ recovery-image] Dec 21 00:11:57.273 INFO O| Dec 21 00:11:57.273 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73132024-12-21T00:11:57.354Z[ recovery-image] Dec 21 00:11:57.295 INFO O| Dec 21 00:11:57.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
73142024-12-21T00:11:57.373Z[ recovery-image] Dec 21 00:11:57.313 INFO O| Dec 21 00:11:57.313 INFO STEP 977 (remove_files) COMPLETE
73152024-12-21T00:11:57.373Z[ recovery-image] Dec 21 00:11:57.313 INFO O| Dec 21 00:11:57.313 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73162024-12-21T00:11:57.394Z[ recovery-image] Dec 21 00:11:57.334 INFO O| Dec 21 00:11:57.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
73172024-12-21T00:11:57.397Z[ recovery-image] Dec 21 00:11:57.335 INFO O| Dec 21 00:11:57.335 INFO STEP 978 (remove_files) COMPLETE
73182024-12-21T00:11:57.398Z[ recovery-image] Dec 21 00:11:57.335 INFO O| Dec 21 00:11:57.335 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73192024-12-21T00:11:57.418Z[ recovery-image] Dec 21 00:11:57.356 INFO O| Dec 21 00:11:57.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
73202024-12-21T00:11:57.421Z[ recovery-image] Dec 21 00:11:57.356 INFO O| Dec 21 00:11:57.356 INFO STEP 979 (remove_files) COMPLETE
73212024-12-21T00:11:57.421Z[ recovery-image] Dec 21 00:11:57.357 INFO O| Dec 21 00:11:57.356 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73222024-12-21T00:11:57.438Z[ recovery-image] Dec 21 00:11:57.378 INFO O| Dec 21 00:11:57.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
73232024-12-21T00:11:57.446Z[ recovery-image] Dec 21 00:11:57.378 INFO O| Dec 21 00:11:57.378 INFO STEP 980 (remove_files) COMPLETE
73242024-12-21T00:11:57.446Z[ recovery-image] Dec 21 00:11:57.378 INFO O| Dec 21 00:11:57.378 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73252024-12-21T00:11:57.500Z[ recovery-image] Dec 21 00:11:57.437 INFO O| Dec 21 00:11:57.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
73262024-12-21T00:11:57.504Z[ recovery-image] Dec 21 00:11:57.437 INFO O| Dec 21 00:11:57.437 INFO STEP 981 (remove_files) COMPLETE
73272024-12-21T00:11:57.504Z[ recovery-image] Dec 21 00:11:57.437 INFO O| Dec 21 00:11:57.437 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73282024-12-21T00:11:57.519Z[ recovery-image] Dec 21 00:11:57.460 INFO O| Dec 21 00:11:57.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
73292024-12-21T00:11:57.522Z[ recovery-image] Dec 21 00:11:57.460 INFO O| Dec 21 00:11:57.460 INFO STEP 982 (remove_files) COMPLETE
73302024-12-21T00:11:57.522Z[ recovery-image] Dec 21 00:11:57.460 INFO O| Dec 21 00:11:57.460 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73312024-12-21T00:11:57.540Z[ recovery-image] Dec 21 00:11:57.480 INFO O| Dec 21 00:11:57.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
73322024-12-21T00:11:57.543Z[ recovery-image] Dec 21 00:11:57.481 INFO O| Dec 21 00:11:57.481 INFO STEP 983 (remove_files) COMPLETE
73332024-12-21T00:11:57.543Z[ recovery-image] Dec 21 00:11:57.481 INFO O| Dec 21 00:11:57.481 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73342024-12-21T00:11:57.549Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
73352024-12-21T00:11:57.569Z[ recovery-image] Dec 21 00:11:57.509 INFO O| Dec 21 00:11:57.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
73362024-12-21T00:11:57.569Z[ recovery-image] Dec 21 00:11:57.509 INFO O| Dec 21 00:11:57.509 INFO STEP 984 (remove_files) COMPLETE
73372024-12-21T00:11:57.569Z[ recovery-image] Dec 21 00:11:57.509 INFO O| Dec 21 00:11:57.509 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73382024-12-21T00:11:57.610Z[ recovery-image] Dec 21 00:11:57.550 INFO O| Dec 21 00:11:57.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
73392024-12-21T00:11:57.612Z[ recovery-image] Dec 21 00:11:57.550 INFO O| Dec 21 00:11:57.550 INFO STEP 985 (remove_files) COMPLETE
73402024-12-21T00:11:57.612Z[ recovery-image] Dec 21 00:11:57.550 INFO O| Dec 21 00:11:57.550 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73412024-12-21T00:11:57.640Z[ recovery-image] Dec 21 00:11:57.571 INFO O| Dec 21 00:11:57.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
73422024-12-21T00:11:57.640Z[ recovery-image] Dec 21 00:11:57.571 INFO O| Dec 21 00:11:57.571 INFO STEP 986 (remove_files) COMPLETE
73432024-12-21T00:11:57.640Z[ recovery-image] Dec 21 00:11:57.571 INFO O| Dec 21 00:11:57.571 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73442024-12-21T00:11:57.652Z[ recovery-image] Dec 21 00:11:57.592 INFO O| Dec 21 00:11:57.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
73452024-12-21T00:11:57.655Z[ recovery-image] Dec 21 00:11:57.592 INFO O| Dec 21 00:11:57.592 INFO STEP 987 (remove_files) COMPLETE
73462024-12-21T00:11:57.655Z[ recovery-image] Dec 21 00:11:57.592 INFO O| Dec 21 00:11:57.592 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73472024-12-21T00:11:57.674Z[ recovery-image] Dec 21 00:11:57.614 INFO O| Dec 21 00:11:57.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
73482024-12-21T00:11:57.676Z[ recovery-image] Dec 21 00:11:57.614 INFO O| Dec 21 00:11:57.614 INFO STEP 988 (remove_files) COMPLETE
73492024-12-21T00:11:57.676Z[ recovery-image] Dec 21 00:11:57.614 INFO O| Dec 21 00:11:57.614 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73502024-12-21T00:11:57.706Z[ recovery-image] Dec 21 00:11:57.634 INFO O| Dec 21 00:11:57.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
73512024-12-21T00:11:57.709Z[ recovery-image] Dec 21 00:11:57.634 INFO O| Dec 21 00:11:57.634 INFO STEP 989 (remove_files) COMPLETE
73522024-12-21T00:11:57.709Z[ recovery-image] Dec 21 00:11:57.634 INFO O| Dec 21 00:11:57.634 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73532024-12-21T00:11:57.718Z[ recovery-image] Dec 21 00:11:57.659 INFO O| Dec 21 00:11:57.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
73542024-12-21T00:11:57.718Z[ recovery-image] Dec 21 00:11:57.659 INFO O| Dec 21 00:11:57.659 INFO STEP 990 (remove_files) COMPLETE
73552024-12-21T00:11:57.721Z[ recovery-image] Dec 21 00:11:57.659 INFO O| Dec 21 00:11:57.659 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73562024-12-21T00:11:57.828Z[ recovery-image] Dec 21 00:11:57.768 INFO O| Dec 21 00:11:57.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
73572024-12-21T00:11:57.828Z[ recovery-image] Dec 21 00:11:57.768 INFO O| Dec 21 00:11:57.762 INFO STEP 991 (remove_files) COMPLETE
73582024-12-21T00:11:57.830Z[ recovery-image] Dec 21 00:11:57.768 INFO O| Dec 21 00:11:57.762 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73592024-12-21T00:11:57.847Z[ recovery-image] Dec 21 00:11:57.787 INFO O| Dec 21 00:11:57.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
73602024-12-21T00:11:57.850Z[ recovery-image] Dec 21 00:11:57.788 INFO O| Dec 21 00:11:57.787 INFO STEP 992 (remove_files) COMPLETE
73612024-12-21T00:11:57.850Z[ recovery-image] Dec 21 00:11:57.788 INFO O| Dec 21 00:11:57.788 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73622024-12-21T00:11:57.884Z[ recovery-image] Dec 21 00:11:57.824 INFO O| Dec 21 00:11:57.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
73632024-12-21T00:11:57.887Z[ recovery-image] Dec 21 00:11:57.824 INFO O| Dec 21 00:11:57.824 INFO STEP 993 (remove_files) COMPLETE
73642024-12-21T00:11:57.887Z[ recovery-image] Dec 21 00:11:57.825 INFO O| Dec 21 00:11:57.825 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73652024-12-21T00:11:57.918Z[ recovery-image] Dec 21 00:11:57.857 INFO O| Dec 21 00:11:57.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
73662024-12-21T00:11:57.921Z[ recovery-image] Dec 21 00:11:57.857 INFO O| Dec 21 00:11:57.857 INFO STEP 994 (remove_files) COMPLETE
73672024-12-21T00:11:57.921Z[ recovery-image] Dec 21 00:11:57.857 INFO O| Dec 21 00:11:57.857 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73682024-12-21T00:11:57.940Z[ recovery-image] Dec 21 00:11:57.880 INFO O| Dec 21 00:11:57.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
73692024-12-21T00:11:57.943Z[ recovery-image] Dec 21 00:11:57.880 INFO O| Dec 21 00:11:57.880 INFO STEP 995 (remove_files) COMPLETE
73702024-12-21T00:11:57.943Z[ recovery-image] Dec 21 00:11:57.881 INFO O| Dec 21 00:11:57.881 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73712024-12-21T00:11:57.976Z[ recovery-image] Dec 21 00:11:57.916 INFO O| Dec 21 00:11:57.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
73722024-12-21T00:11:57.979Z[ recovery-image] Dec 21 00:11:57.916 INFO O| Dec 21 00:11:57.916 INFO STEP 996 (remove_files) COMPLETE
73732024-12-21T00:11:57.979Z[ recovery-image] Dec 21 00:11:57.916 INFO O| Dec 21 00:11:57.916 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73742024-12-21T00:11:57.998Z[ recovery-image] Dec 21 00:11:57.938 INFO O| Dec 21 00:11:57.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
73752024-12-21T00:11:57.998Z[ recovery-image] Dec 21 00:11:57.938 INFO O| Dec 21 00:11:57.938 INFO STEP 997 (remove_files) COMPLETE
73762024-12-21T00:11:58.001Z[ recovery-image] Dec 21 00:11:57.939 INFO O| Dec 21 00:11:57.938 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73772024-12-21T00:11:58.035Z[ recovery-image] Dec 21 00:11:57.974 INFO O| Dec 21 00:11:57.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
73782024-12-21T00:11:58.035Z[ recovery-image] Dec 21 00:11:57.974 INFO O| Dec 21 00:11:57.974 INFO STEP 998 (remove_files) COMPLETE
73792024-12-21T00:11:58.035Z[ recovery-image] Dec 21 00:11:57.974 INFO O| Dec 21 00:11:57.974 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73802024-12-21T00:11:58.055Z[ recovery-image] Dec 21 00:11:57.995 INFO O| Dec 21 00:11:57.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
73812024-12-21T00:11:58.056Z[ recovery-image] Dec 21 00:11:57.995 INFO O| Dec 21 00:11:57.995 INFO STEP 999 (remove_files) COMPLETE
73822024-12-21T00:11:58.056Z[ recovery-image] Dec 21 00:11:57.995 INFO O| Dec 21 00:11:57.995 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73832024-12-21T00:11:58.090Z[ recovery-image] Dec 21 00:11:58.029 INFO O| Dec 21 00:11:58.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
73842024-12-21T00:11:58.090Z[ recovery-image] Dec 21 00:11:58.029 INFO O| Dec 21 00:11:58.029 INFO STEP 1000 (remove_files) COMPLETE
73852024-12-21T00:11:58.090Z[ recovery-image] Dec 21 00:11:58.030 INFO O| Dec 21 00:11:58.029 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73862024-12-21T00:11:58.112Z[ recovery-image] Dec 21 00:11:58.051 INFO O| Dec 21 00:11:58.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
73872024-12-21T00:11:58.112Z[ recovery-image] Dec 21 00:11:58.051 INFO O| Dec 21 00:11:58.051 INFO STEP 1001 (remove_files) COMPLETE
73882024-12-21T00:11:58.112Z[ recovery-image] Dec 21 00:11:58.051 INFO O| Dec 21 00:11:58.051 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73892024-12-21T00:11:58.131Z[ recovery-image] Dec 21 00:11:58.071 INFO O| Dec 21 00:11:58.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
73902024-12-21T00:11:58.131Z[ recovery-image] Dec 21 00:11:58.071 INFO O| Dec 21 00:11:58.071 INFO STEP 1002 (remove_files) COMPLETE
73912024-12-21T00:11:58.132Z[ recovery-image] Dec 21 00:11:58.071 INFO O| Dec 21 00:11:58.071 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73922024-12-21T00:11:58.151Z[ recovery-image] Dec 21 00:11:58.090 INFO O| Dec 21 00:11:58.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
73932024-12-21T00:11:58.151Z[ recovery-image] Dec 21 00:11:58.091 INFO O| Dec 21 00:11:58.091 INFO STEP 1003 (remove_files) COMPLETE
73942024-12-21T00:11:58.151Z[ recovery-image] Dec 21 00:11:58.091 INFO O| Dec 21 00:11:58.091 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73952024-12-21T00:11:58.170Z[ recovery-image] Dec 21 00:11:58.111 INFO O| Dec 21 00:11:58.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
73962024-12-21T00:11:58.171Z[ recovery-image] Dec 21 00:11:58.111 INFO O| Dec 21 00:11:58.111 INFO STEP 1004 (remove_files) COMPLETE
73972024-12-21T00:11:58.171Z[ recovery-image] Dec 21 00:11:58.111 INFO O| Dec 21 00:11:58.111 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73982024-12-21T00:11:58.192Z[ recovery-image] Dec 21 00:11:58.132 INFO O| Dec 21 00:11:58.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
73992024-12-21T00:11:58.192Z[ recovery-image] Dec 21 00:11:58.132 INFO O| Dec 21 00:11:58.132 INFO STEP 1005 (remove_files) COMPLETE
74002024-12-21T00:11:58.192Z[ recovery-image] Dec 21 00:11:58.132 INFO O| Dec 21 00:11:58.132 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74012024-12-21T00:11:58.215Z[ recovery-image] Dec 21 00:11:58.155 INFO O| Dec 21 00:11:58.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
74022024-12-21T00:11:58.215Z[ recovery-image] Dec 21 00:11:58.155 INFO O| Dec 21 00:11:58.155 INFO STEP 1006 (remove_files) COMPLETE
74032024-12-21T00:11:58.218Z[ recovery-image] Dec 21 00:11:58.155 INFO O| Dec 21 00:11:58.155 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74042024-12-21T00:11:58.243Z[ recovery-image] Dec 21 00:11:58.183 INFO O| Dec 21 00:11:58.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
74052024-12-21T00:11:58.243Z[ recovery-image] Dec 21 00:11:58.183 INFO O| Dec 21 00:11:58.183 INFO STEP 1007 (remove_files) COMPLETE
74062024-12-21T00:11:58.243Z[ recovery-image] Dec 21 00:11:58.183 INFO O| Dec 21 00:11:58.183 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74072024-12-21T00:11:58.284Z[ recovery-image] Dec 21 00:11:58.224 INFO O| Dec 21 00:11:58.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
74082024-12-21T00:11:58.284Z[ recovery-image] Dec 21 00:11:58.224 INFO O| Dec 21 00:11:58.224 INFO STEP 1008 (remove_files) COMPLETE
74092024-12-21T00:11:58.284Z[ recovery-image] Dec 21 00:11:58.224 INFO O| Dec 21 00:11:58.224 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74102024-12-21T00:11:58.319Z[ recovery-image] Dec 21 00:11:58.259 INFO O| Dec 21 00:11:58.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
74112024-12-21T00:11:58.319Z[ recovery-image] Dec 21 00:11:58.260 INFO O| Dec 21 00:11:58.259 INFO STEP 1009 (remove_files) COMPLETE
74122024-12-21T00:11:58.319Z[ recovery-image] Dec 21 00:11:58.260 INFO O| Dec 21 00:11:58.260 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74132024-12-21T00:11:58.345Z[ recovery-image] Dec 21 00:11:58.285 INFO O| Dec 21 00:11:58.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
74142024-12-21T00:11:58.345Z[ recovery-image] Dec 21 00:11:58.286 INFO O| Dec 21 00:11:58.286 INFO STEP 1010 (remove_files) COMPLETE
74152024-12-21T00:11:58.345Z[ recovery-image] Dec 21 00:11:58.286 INFO O| Dec 21 00:11:58.286 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74162024-12-21T00:11:58.372Z[ recovery-image] Dec 21 00:11:58.311 INFO O| Dec 21 00:11:58.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
74172024-12-21T00:11:58.372Z[ recovery-image] Dec 21 00:11:58.311 INFO O| Dec 21 00:11:58.311 INFO STEP 1011 (remove_files) COMPLETE
74182024-12-21T00:11:58.372Z[ recovery-image] Dec 21 00:11:58.311 INFO O| Dec 21 00:11:58.311 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74192024-12-21T00:11:58.396Z[ recovery-image] Dec 21 00:11:58.335 INFO O| Dec 21 00:11:58.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
74202024-12-21T00:11:58.396Z[ recovery-image] Dec 21 00:11:58.336 INFO O| Dec 21 00:11:58.336 INFO STEP 1012 (remove_files) COMPLETE
74212024-12-21T00:11:58.396Z[ recovery-image] Dec 21 00:11:58.336 INFO O| Dec 21 00:11:58.336 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74222024-12-21T00:11:58.440Z[ recovery-image] Dec 21 00:11:58.380 INFO O| Dec 21 00:11:58.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
74232024-12-21T00:11:58.440Z[ recovery-image] Dec 21 00:11:58.380 INFO O| Dec 21 00:11:58.380 INFO STEP 1013 (remove_files) COMPLETE
74242024-12-21T00:11:58.440Z[ recovery-image] Dec 21 00:11:58.380 INFO O| Dec 21 00:11:58.380 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74252024-12-21T00:11:58.462Z[ recovery-image] Dec 21 00:11:58.402 INFO O| Dec 21 00:11:58.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
74262024-12-21T00:11:58.462Z[ recovery-image] Dec 21 00:11:58.402 INFO O| Dec 21 00:11:58.402 INFO STEP 1014 (remove_files) COMPLETE
74272024-12-21T00:11:58.462Z[ recovery-image] Dec 21 00:11:58.402 INFO O| Dec 21 00:11:58.402 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74282024-12-21T00:11:58.486Z[ recovery-image] Dec 21 00:11:58.423 INFO O| Dec 21 00:11:58.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
74292024-12-21T00:11:58.486Z[ recovery-image] Dec 21 00:11:58.423 INFO O| Dec 21 00:11:58.423 INFO STEP 1015 (remove_files) COMPLETE
74302024-12-21T00:11:58.489Z[ recovery-image] Dec 21 00:11:58.423 INFO O| Dec 21 00:11:58.423 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74312024-12-21T00:11:58.507Z[ recovery-image] Dec 21 00:11:58.446 INFO O| Dec 21 00:11:58.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
74322024-12-21T00:11:58.507Z[ recovery-image] Dec 21 00:11:58.446 INFO O| Dec 21 00:11:58.446 INFO STEP 1016 (remove_files) COMPLETE
74332024-12-21T00:11:58.507Z[ recovery-image] Dec 21 00:11:58.446 INFO O| Dec 21 00:11:58.446 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74342024-12-21T00:11:58.566Z[ recovery-image] Dec 21 00:11:58.507 INFO O| Dec 21 00:11:58.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
74352024-12-21T00:11:58.569Z[ recovery-image] Dec 21 00:11:58.507 INFO O| Dec 21 00:11:58.507 INFO STEP 1017 (remove_files) COMPLETE
74362024-12-21T00:11:58.569Z[ recovery-image] Dec 21 00:11:58.507 INFO O| Dec 21 00:11:58.507 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74372024-12-21T00:11:58.591Z[ recovery-image] Dec 21 00:11:58.531 INFO O| Dec 21 00:11:58.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
74382024-12-21T00:11:58.594Z[ recovery-image] Dec 21 00:11:58.531 INFO O| Dec 21 00:11:58.531 INFO STEP 1018 (remove_files) COMPLETE
74392024-12-21T00:11:58.594Z[ recovery-image] Dec 21 00:11:58.531 INFO O| Dec 21 00:11:58.531 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74402024-12-21T00:11:58.613Z[ recovery-image] Dec 21 00:11:58.553 INFO O| Dec 21 00:11:58.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
74412024-12-21T00:11:58.615Z[ recovery-image] Dec 21 00:11:58.553 INFO O| Dec 21 00:11:58.553 INFO STEP 1019 (remove_files) COMPLETE
74422024-12-21T00:11:58.615Z[ recovery-image] Dec 21 00:11:58.553 INFO O| Dec 21 00:11:58.553 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74432024-12-21T00:11:58.673Z[ recovery-image] Dec 21 00:11:58.614 INFO O| Dec 21 00:11:58.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
74442024-12-21T00:11:58.676Z[ recovery-image] Dec 21 00:11:58.614 INFO O| Dec 21 00:11:58.614 INFO STEP 1020 (remove_files) COMPLETE
74452024-12-21T00:11:58.677Z[ recovery-image] Dec 21 00:11:58.614 INFO O| Dec 21 00:11:58.614 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74462024-12-21T00:11:58.698Z[ recovery-image] Dec 21 00:11:58.638 INFO O| Dec 21 00:11:58.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
74472024-12-21T00:11:58.698Z[ recovery-image] Dec 21 00:11:58.638 INFO O| Dec 21 00:11:58.638 INFO STEP 1021 (remove_files) COMPLETE
74482024-12-21T00:11:58.698Z[ recovery-image] Dec 21 00:11:58.638 INFO O| Dec 21 00:11:58.638 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74492024-12-21T00:11:58.731Z[ recovery-image] Dec 21 00:11:58.671 INFO O| Dec 21 00:11:58.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
74502024-12-21T00:11:58.731Z[ recovery-image] Dec 21 00:11:58.671 INFO O| Dec 21 00:11:58.671 INFO STEP 1022 (remove_files) COMPLETE
74512024-12-21T00:11:58.731Z[ recovery-image] Dec 21 00:11:58.671 INFO O| Dec 21 00:11:58.671 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74522024-12-21T00:11:58.789Z[ recovery-image] Dec 21 00:11:58.729 INFO O| Dec 21 00:11:58.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
74532024-12-21T00:11:58.789Z[ recovery-image] Dec 21 00:11:58.729 INFO O| Dec 21 00:11:58.729 INFO STEP 1023 (remove_files) COMPLETE
74542024-12-21T00:11:58.789Z[ recovery-image] Dec 21 00:11:58.729 INFO O| Dec 21 00:11:58.729 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74552024-12-21T00:11:58.814Z[ recovery-image] Dec 21 00:11:58.754 INFO O| Dec 21 00:11:58.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
74562024-12-21T00:11:58.814Z[ recovery-image] Dec 21 00:11:58.754 INFO O| Dec 21 00:11:58.754 INFO STEP 1024 (remove_files) COMPLETE
74572024-12-21T00:11:58.814Z[ recovery-image] Dec 21 00:11:58.754 INFO O| Dec 21 00:11:58.754 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74582024-12-21T00:11:58.845Z[ recovery-image] Dec 21 00:11:58.785 INFO O| Dec 21 00:11:58.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
74592024-12-21T00:11:58.848Z[ recovery-image] Dec 21 00:11:58.785 INFO O| Dec 21 00:11:58.785 INFO STEP 1025 (remove_files) COMPLETE
74602024-12-21T00:11:58.848Z[ recovery-image] Dec 21 00:11:58.785 INFO O| Dec 21 00:11:58.785 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74612024-12-21T00:11:58.884Z[ recovery-image] Dec 21 00:11:58.824 INFO O| Dec 21 00:11:58.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
74622024-12-21T00:11:58.887Z[ recovery-image] Dec 21 00:11:58.824 INFO O| Dec 21 00:11:58.824 INFO STEP 1026 (remove_files) COMPLETE
74632024-12-21T00:11:58.887Z[ recovery-image] Dec 21 00:11:58.825 INFO O| Dec 21 00:11:58.824 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74642024-12-21T00:11:58.908Z[ recovery-image] Dec 21 00:11:58.849 INFO O| Dec 21 00:11:58.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
74652024-12-21T00:11:58.911Z[ recovery-image] Dec 21 00:11:58.849 INFO O| Dec 21 00:11:58.849 INFO STEP 1027 (remove_files) COMPLETE
74662024-12-21T00:11:58.911Z[ recovery-image] Dec 21 00:11:58.849 INFO O| Dec 21 00:11:58.849 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74672024-12-21T00:11:58.933Z[ recovery-image] Dec 21 00:11:58.872 INFO O| Dec 21 00:11:58.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
74682024-12-21T00:11:58.933Z[ recovery-image] Dec 21 00:11:58.872 INFO O| Dec 21 00:11:58.872 INFO STEP 1028 (remove_files) COMPLETE
74692024-12-21T00:11:58.933Z[ recovery-image] Dec 21 00:11:58.872 INFO O| Dec 21 00:11:58.872 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74702024-12-21T00:11:58.959Z[ recovery-image] Dec 21 00:11:58.898 INFO O| Dec 21 00:11:58.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
74712024-12-21T00:11:58.959Z[ recovery-image] Dec 21 00:11:58.898 INFO O| Dec 21 00:11:58.898 INFO STEP 1029 (remove_files) COMPLETE
74722024-12-21T00:11:58.959Z[ recovery-image] Dec 21 00:11:58.898 INFO O| Dec 21 00:11:58.898 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74732024-12-21T00:11:58.982Z[ recovery-image] Dec 21 00:11:58.922 INFO O| Dec 21 00:11:58.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
74742024-12-21T00:11:58.982Z[ recovery-image] Dec 21 00:11:58.922 INFO O| Dec 21 00:11:58.922 INFO STEP 1030 (remove_files) COMPLETE
74752024-12-21T00:11:58.982Z[ recovery-image] Dec 21 00:11:58.922 INFO O| Dec 21 00:11:58.922 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74762024-12-21T00:11:59.014Z[ recovery-image] Dec 21 00:11:58.954 INFO O| Dec 21 00:11:58.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
74772024-12-21T00:11:59.021Z[ recovery-image] Dec 21 00:11:58.954 INFO O| Dec 21 00:11:58.954 INFO STEP 1031 (remove_files) COMPLETE
74782024-12-21T00:11:59.021Z[ recovery-image] Dec 21 00:11:58.954 INFO O| Dec 21 00:11:58.954 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74792024-12-21T00:11:59.042Z[ recovery-image] Dec 21 00:11:58.982 INFO O| Dec 21 00:11:58.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
74802024-12-21T00:11:59.045Z[ recovery-image] Dec 21 00:11:58.982 INFO O| Dec 21 00:11:58.982 INFO STEP 1032 (remove_files) COMPLETE
74812024-12-21T00:11:59.045Z[ recovery-image] Dec 21 00:11:58.983 INFO O| Dec 21 00:11:58.982 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74822024-12-21T00:11:59.065Z[ recovery-image] Dec 21 00:11:59.006 INFO O| Dec 21 00:11:59.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
74832024-12-21T00:11:59.068Z[ recovery-image] Dec 21 00:11:59.006 INFO O| Dec 21 00:11:59.006 INFO STEP 1033 (remove_files) COMPLETE
74842024-12-21T00:11:59.068Z[ recovery-image] Dec 21 00:11:59.006 INFO O| Dec 21 00:11:59.006 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74852024-12-21T00:11:59.087Z[ recovery-image] Dec 21 00:11:59.026 INFO O| Dec 21 00:11:59.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
74862024-12-21T00:11:59.089Z[ recovery-image] Dec 21 00:11:59.026 INFO O| Dec 21 00:11:59.026 INFO STEP 1034 (remove_files) COMPLETE
74872024-12-21T00:11:59.089Z[ recovery-image] Dec 21 00:11:59.027 INFO O| Dec 21 00:11:59.026 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74882024-12-21T00:11:59.106Z[ recovery-image] Dec 21 00:11:59.047 INFO O| Dec 21 00:11:59.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
74892024-12-21T00:11:59.106Z[ recovery-image] Dec 21 00:11:59.047 INFO O| Dec 21 00:11:59.047 INFO STEP 1035 (remove_files) COMPLETE
74902024-12-21T00:11:59.106Z[ recovery-image] Dec 21 00:11:59.047 INFO O| Dec 21 00:11:59.047 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74912024-12-21T00:11:59.128Z[ recovery-image] Dec 21 00:11:59.068 INFO O| Dec 21 00:11:59.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
74922024-12-21T00:11:59.128Z[ recovery-image] Dec 21 00:11:59.068 INFO O| Dec 21 00:11:59.068 INFO STEP 1036 (remove_files) COMPLETE
74932024-12-21T00:11:59.128Z[ recovery-image] Dec 21 00:11:59.068 INFO O| Dec 21 00:11:59.068 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74942024-12-21T00:11:59.150Z[ recovery-image] Dec 21 00:11:59.090 INFO O| Dec 21 00:11:59.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
74952024-12-21T00:11:59.150Z[ recovery-image] Dec 21 00:11:59.090 INFO O| Dec 21 00:11:59.090 INFO STEP 1037 (remove_files) COMPLETE
74962024-12-21T00:11:59.150Z[ recovery-image] Dec 21 00:11:59.090 INFO O| Dec 21 00:11:59.090 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74972024-12-21T00:11:59.172Z[ recovery-image] Dec 21 00:11:59.111 INFO O| Dec 21 00:11:59.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
74982024-12-21T00:11:59.172Z[ recovery-image] Dec 21 00:11:59.111 INFO O| Dec 21 00:11:59.111 INFO STEP 1038 (remove_files) COMPLETE
74992024-12-21T00:11:59.172Z[ recovery-image] Dec 21 00:11:59.111 INFO O| Dec 21 00:11:59.111 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75002024-12-21T00:11:59.193Z[ recovery-image] Dec 21 00:11:59.133 INFO O| Dec 21 00:11:59.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
75012024-12-21T00:11:59.193Z[ recovery-image] Dec 21 00:11:59.134 INFO O| Dec 21 00:11:59.134 INFO STEP 1039 (remove_files) COMPLETE
75022024-12-21T00:11:59.193Z[ recovery-image] Dec 21 00:11:59.134 INFO O| Dec 21 00:11:59.134 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75032024-12-21T00:11:59.215Z[ recovery-image] Dec 21 00:11:59.155 INFO O| Dec 21 00:11:59.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
75042024-12-21T00:11:59.215Z[ recovery-image] Dec 21 00:11:59.155 INFO O| Dec 21 00:11:59.155 INFO STEP 1040 (remove_files) COMPLETE
75052024-12-21T00:11:59.215Z[ recovery-image] Dec 21 00:11:59.155 INFO O| Dec 21 00:11:59.155 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75062024-12-21T00:11:59.239Z[ recovery-image] Dec 21 00:11:59.179 INFO O| Dec 21 00:11:59.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
75072024-12-21T00:11:59.239Z[ recovery-image] Dec 21 00:11:59.179 INFO O| Dec 21 00:11:59.179 INFO STEP 1041 (remove_files) COMPLETE
75082024-12-21T00:11:59.239Z[ recovery-image] Dec 21 00:11:59.179 INFO O| Dec 21 00:11:59.179 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75092024-12-21T00:11:59.275Z[ recovery-image] Dec 21 00:11:59.216 INFO O| Dec 21 00:11:59.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
75102024-12-21T00:11:59.275Z[ recovery-image] Dec 21 00:11:59.216 INFO O| Dec 21 00:11:59.216 INFO STEP 1042 (remove_files) COMPLETE
75112024-12-21T00:11:59.278Z[ recovery-image] Dec 21 00:11:59.216 INFO O| Dec 21 00:11:59.216 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75122024-12-21T00:11:59.357Z[ recovery-image] Dec 21 00:11:59.298 INFO O| Dec 21 00:11:59.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
75132024-12-21T00:11:59.358Z[ recovery-image] Dec 21 00:11:59.298 INFO O| Dec 21 00:11:59.298 INFO STEP 1043 (remove_files) COMPLETE
75142024-12-21T00:11:59.358Z[ recovery-image] Dec 21 00:11:59.298 INFO O| Dec 21 00:11:59.298 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75152024-12-21T00:11:59.380Z[ recovery-image] Dec 21 00:11:59.320 INFO O| Dec 21 00:11:59.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
75162024-12-21T00:11:59.383Z[ recovery-image] Dec 21 00:11:59.320 INFO O| Dec 21 00:11:59.320 INFO STEP 1044 (remove_files) COMPLETE
75172024-12-21T00:11:59.383Z[ recovery-image] Dec 21 00:11:59.321 INFO O| Dec 21 00:11:59.320 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75182024-12-21T00:11:59.416Z[ recovery-image] Dec 21 00:11:59.355 INFO O| Dec 21 00:11:59.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
75192024-12-21T00:11:59.416Z[ recovery-image] Dec 21 00:11:59.355 INFO O| Dec 21 00:11:59.355 INFO STEP 1045 (remove_files) COMPLETE
75202024-12-21T00:11:59.416Z[ recovery-image] Dec 21 00:11:59.355 INFO O| Dec 21 00:11:59.355 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75212024-12-21T00:11:59.437Z[ recovery-image] Dec 21 00:11:59.377 INFO O| Dec 21 00:11:59.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
75222024-12-21T00:11:59.437Z[ recovery-image] Dec 21 00:11:59.377 INFO O| Dec 21 00:11:59.377 INFO STEP 1046 (remove_files) COMPLETE
75232024-12-21T00:11:59.437Z[ recovery-image] Dec 21 00:11:59.377 INFO O| Dec 21 00:11:59.377 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75242024-12-21T00:11:59.465Z[ recovery-image] Dec 21 00:11:59.404 INFO O| Dec 21 00:11:59.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
75252024-12-21T00:11:59.465Z[ recovery-image] Dec 21 00:11:59.404 INFO O| Dec 21 00:11:59.404 INFO STEP 1047 (remove_files) COMPLETE
75262024-12-21T00:11:59.465Z[ recovery-image] Dec 21 00:11:59.404 INFO O| Dec 21 00:11:59.404 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75272024-12-21T00:11:59.497Z[ recovery-image] Dec 21 00:11:59.437 INFO O| Dec 21 00:11:59.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
75282024-12-21T00:11:59.497Z[ recovery-image] Dec 21 00:11:59.437 INFO O| Dec 21 00:11:59.437 INFO STEP 1048 (remove_files) COMPLETE
75292024-12-21T00:11:59.497Z[ recovery-image] Dec 21 00:11:59.437 INFO O| Dec 21 00:11:59.437 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75302024-12-21T00:11:59.519Z[ recovery-image] Dec 21 00:11:59.458 INFO O| Dec 21 00:11:59.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
75312024-12-21T00:11:59.519Z[ recovery-image] Dec 21 00:11:59.458 INFO O| Dec 21 00:11:59.458 INFO STEP 1049 (remove_files) COMPLETE
75322024-12-21T00:11:59.519Z[ recovery-image] Dec 21 00:11:59.458 INFO O| Dec 21 00:11:59.458 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75332024-12-21T00:11:59.541Z[ recovery-image] Dec 21 00:11:59.480 INFO O| Dec 21 00:11:59.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
75342024-12-21T00:11:59.541Z[ recovery-image] Dec 21 00:11:59.480 INFO O| Dec 21 00:11:59.480 INFO STEP 1050 (remove_files) COMPLETE
75352024-12-21T00:11:59.541Z[ recovery-image] Dec 21 00:11:59.480 INFO O| Dec 21 00:11:59.480 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75362024-12-21T00:11:59.578Z[ recovery-image] Dec 21 00:11:59.519 INFO O| Dec 21 00:11:59.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
75372024-12-21T00:11:59.578Z[ recovery-image] Dec 21 00:11:59.519 INFO O| Dec 21 00:11:59.519 INFO STEP 1051 (remove_files) COMPLETE
75382024-12-21T00:11:59.578Z[ recovery-image] Dec 21 00:11:59.519 INFO O| Dec 21 00:11:59.519 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75392024-12-21T00:11:59.600Z[ recovery-image] Dec 21 00:11:59.540 INFO O| Dec 21 00:11:59.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
75402024-12-21T00:11:59.601Z[ recovery-image] Dec 21 00:11:59.540 INFO O| Dec 21 00:11:59.540 INFO STEP 1052 (remove_files) COMPLETE
75412024-12-21T00:11:59.601Z[ recovery-image] Dec 21 00:11:59.540 INFO O| Dec 21 00:11:59.540 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75422024-12-21T00:11:59.676Z[ recovery-image] Dec 21 00:11:59.616 INFO O| Dec 21 00:11:59.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
75432024-12-21T00:11:59.676Z[ recovery-image] Dec 21 00:11:59.616 INFO O| Dec 21 00:11:59.616 INFO STEP 1053 (remove_files) COMPLETE
75442024-12-21T00:11:59.676Z[ recovery-image] Dec 21 00:11:59.616 INFO O| Dec 21 00:11:59.616 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75452024-12-21T00:11:59.700Z[ recovery-image] Dec 21 00:11:59.640 INFO O| Dec 21 00:11:59.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
75462024-12-21T00:11:59.700Z[ recovery-image] Dec 21 00:11:59.640 INFO O| Dec 21 00:11:59.640 INFO STEP 1054 (remove_files) COMPLETE
75472024-12-21T00:11:59.703Z[ recovery-image] Dec 21 00:11:59.640 INFO O| Dec 21 00:11:59.640 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75482024-12-21T00:11:59.725Z[ recovery-image] Dec 21 00:11:59.664 INFO O| Dec 21 00:11:59.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
75492024-12-21T00:11:59.725Z[ recovery-image] Dec 21 00:11:59.665 INFO O| Dec 21 00:11:59.665 INFO STEP 1055 (remove_files) COMPLETE
75502024-12-21T00:11:59.725Z[ recovery-image] Dec 21 00:11:59.665 INFO O| Dec 21 00:11:59.665 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75512024-12-21T00:11:59.749Z[ recovery-image] Dec 21 00:11:59.689 INFO O| Dec 21 00:11:59.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
75522024-12-21T00:11:59.763Z[ recovery-image] Dec 21 00:11:59.703 INFO O| Dec 21 00:11:59.703 INFO STEP 1056 (remove_files) COMPLETE
75532024-12-21T00:11:59.763Z[ recovery-image] Dec 21 00:11:59.703 INFO O| Dec 21 00:11:59.703 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75542024-12-21T00:11:59.803Z[ recovery-image] Dec 21 00:11:59.743 INFO O| Dec 21 00:11:59.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
75552024-12-21T00:11:59.803Z[ recovery-image] Dec 21 00:11:59.743 INFO O| Dec 21 00:11:59.743 INFO STEP 1057 (remove_files) COMPLETE
75562024-12-21T00:11:59.803Z[ recovery-image] Dec 21 00:11:59.743 INFO O| Dec 21 00:11:59.743 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75572024-12-21T00:11:59.828Z[ recovery-image] Dec 21 00:11:59.769 INFO O| Dec 21 00:11:59.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
75582024-12-21T00:11:59.832Z[ recovery-image] Dec 21 00:11:59.772 INFO O| Dec 21 00:11:59.772 INFO STEP 1058 (remove_files) COMPLETE
75592024-12-21T00:11:59.832Z[ recovery-image] Dec 21 00:11:59.772 INFO O| Dec 21 00:11:59.772 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75602024-12-21T00:11:59.857Z[ recovery-image] Dec 21 00:11:59.798 INFO O| Dec 21 00:11:59.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
75612024-12-21T00:11:59.857Z[ recovery-image] Dec 21 00:11:59.798 INFO O| Dec 21 00:11:59.798 INFO STEP 1059 (remove_files) COMPLETE
75622024-12-21T00:11:59.860Z[ recovery-image] Dec 21 00:11:59.798 INFO O| Dec 21 00:11:59.798 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75632024-12-21T00:11:59.883Z[ recovery-image] Dec 21 00:11:59.824 INFO O| Dec 21 00:11:59.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
75642024-12-21T00:11:59.884Z[ recovery-image] Dec 21 00:11:59.824 INFO O| Dec 21 00:11:59.824 INFO STEP 1060 (remove_files) COMPLETE
75652024-12-21T00:11:59.884Z[ recovery-image] Dec 21 00:11:59.824 INFO O| Dec 21 00:11:59.824 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75662024-12-21T00:11:59.913Z[ recovery-image] Dec 21 00:11:59.852 INFO O| Dec 21 00:11:59.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
75672024-12-21T00:11:59.913Z[ recovery-image] Dec 21 00:11:59.852 INFO O| Dec 21 00:11:59.852 INFO STEP 1061 (remove_files) COMPLETE
75682024-12-21T00:11:59.913Z[ recovery-image] Dec 21 00:11:59.852 INFO O| Dec 21 00:11:59.852 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75692024-12-21T00:11:59.936Z[ recovery-image] Dec 21 00:11:59.875 INFO O| Dec 21 00:11:59.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
75702024-12-21T00:11:59.936Z[ recovery-image] Dec 21 00:11:59.875 INFO O| Dec 21 00:11:59.875 INFO STEP 1062 (remove_files) COMPLETE
75712024-12-21T00:11:59.936Z[ recovery-image] Dec 21 00:11:59.875 INFO O| Dec 21 00:11:59.875 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75722024-12-21T00:12:00.007Z[ recovery-image] Dec 21 00:11:59.947 INFO O| Dec 21 00:11:59.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
75732024-12-21T00:12:00.007Z[ recovery-image] Dec 21 00:11:59.947 INFO O| Dec 21 00:11:59.947 INFO STEP 1063 (remove_files) COMPLETE
75742024-12-21T00:12:00.007Z[ recovery-image] Dec 21 00:11:59.947 INFO O| Dec 21 00:11:59.947 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75752024-12-21T00:12:00.029Z[ recovery-image] Dec 21 00:11:59.969 INFO O| Dec 21 00:11:59.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
75762024-12-21T00:12:00.029Z[ recovery-image] Dec 21 00:11:59.969 INFO O| Dec 21 00:11:59.969 INFO STEP 1064 (remove_files) COMPLETE
75772024-12-21T00:12:00.029Z[ recovery-image] Dec 21 00:11:59.969 INFO O| Dec 21 00:11:59.969 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75782024-12-21T00:12:00.069Z[ recovery-image] Dec 21 00:12:00.009 INFO O| Dec 21 00:12:00.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
75792024-12-21T00:12:00.069Z[ recovery-image] Dec 21 00:12:00.009 INFO O| Dec 21 00:12:00.009 INFO STEP 1065 (remove_files) COMPLETE
75802024-12-21T00:12:00.069Z[ recovery-image] Dec 21 00:12:00.009 INFO O| Dec 21 00:12:00.009 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75812024-12-21T00:12:00.105Z[ recovery-image] Dec 21 00:12:00.045 INFO O| Dec 21 00:12:00.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
75822024-12-21T00:12:00.105Z[ recovery-image] Dec 21 00:12:00.045 INFO O| Dec 21 00:12:00.045 INFO STEP 1066 (remove_files) COMPLETE
75832024-12-21T00:12:00.105Z[ recovery-image] Dec 21 00:12:00.045 INFO O| Dec 21 00:12:00.045 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75842024-12-21T00:12:00.128Z[ recovery-image] Dec 21 00:12:00.068 INFO O| Dec 21 00:12:00.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
75852024-12-21T00:12:00.128Z[ recovery-image] Dec 21 00:12:00.068 INFO O| Dec 21 00:12:00.068 INFO STEP 1067 (remove_files) COMPLETE
75862024-12-21T00:12:00.128Z[ recovery-image] Dec 21 00:12:00.068 INFO O| Dec 21 00:12:00.068 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75872024-12-21T00:12:00.192Z[ recovery-image] Dec 21 00:12:00.133 INFO O| Dec 21 00:12:00.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
75882024-12-21T00:12:00.193Z[ recovery-image] Dec 21 00:12:00.133 INFO O| Dec 21 00:12:00.133 INFO STEP 1068 (remove_files) COMPLETE
75892024-12-21T00:12:00.193Z[ recovery-image] Dec 21 00:12:00.133 INFO O| Dec 21 00:12:00.133 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75902024-12-21T00:12:00.214Z[ recovery-image] Dec 21 00:12:00.155 INFO O| Dec 21 00:12:00.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
75912024-12-21T00:12:00.214Z[ recovery-image] Dec 21 00:12:00.155 INFO O| Dec 21 00:12:00.155 INFO STEP 1069 (remove_files) COMPLETE
75922024-12-21T00:12:00.214Z[ recovery-image] Dec 21 00:12:00.155 INFO O| Dec 21 00:12:00.155 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75932024-12-21T00:12:00.241Z[ recovery-image] Dec 21 00:12:00.182 INFO O| Dec 21 00:12:00.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
75942024-12-21T00:12:00.241Z[ recovery-image] Dec 21 00:12:00.182 INFO O| Dec 21 00:12:00.182 INFO STEP 1070 (remove_files) COMPLETE
75952024-12-21T00:12:00.245Z[ recovery-image] Dec 21 00:12:00.182 INFO O| Dec 21 00:12:00.182 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75962024-12-21T00:12:00.278Z[ recovery-image] Dec 21 00:12:00.219 INFO O| Dec 21 00:12:00.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
75972024-12-21T00:12:00.278Z[ recovery-image] Dec 21 00:12:00.219 INFO O| Dec 21 00:12:00.219 INFO STEP 1071 (remove_files) COMPLETE
75982024-12-21T00:12:00.281Z[ recovery-image] Dec 21 00:12:00.219 INFO O| Dec 21 00:12:00.219 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75992024-12-21T00:12:00.302Z[ recovery-image] Dec 21 00:12:00.243 INFO O| Dec 21 00:12:00.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
76002024-12-21T00:12:00.304Z[ recovery-image] Dec 21 00:12:00.243 INFO O| Dec 21 00:12:00.243 INFO STEP 1072 (remove_files) COMPLETE
76012024-12-21T00:12:00.304Z[ recovery-image] Dec 21 00:12:00.243 INFO O| Dec 21 00:12:00.243 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76022024-12-21T00:12:00.327Z[ recovery-image] Dec 21 00:12:00.267 INFO O| Dec 21 00:12:00.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
76032024-12-21T00:12:00.330Z[ recovery-image] Dec 21 00:12:00.268 INFO O| Dec 21 00:12:00.268 INFO STEP 1073 (remove_files) COMPLETE
76042024-12-21T00:12:00.330Z[ recovery-image] Dec 21 00:12:00.268 INFO O| Dec 21 00:12:00.268 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76052024-12-21T00:12:00.366Z[ recovery-image] Dec 21 00:12:00.307 INFO O| Dec 21 00:12:00.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
76062024-12-21T00:12:00.369Z[ recovery-image] Dec 21 00:12:00.307 INFO O| Dec 21 00:12:00.307 INFO STEP 1074 (remove_files) COMPLETE
76072024-12-21T00:12:00.369Z[ recovery-image] Dec 21 00:12:00.307 INFO O| Dec 21 00:12:00.307 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76082024-12-21T00:12:00.439Z[ recovery-image] Dec 21 00:12:00.379 INFO O| Dec 21 00:12:00.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
76092024-12-21T00:12:00.439Z[ recovery-image] Dec 21 00:12:00.379 INFO O| Dec 21 00:12:00.379 INFO STEP 1075 (remove_files) COMPLETE
76102024-12-21T00:12:00.442Z[ recovery-image] Dec 21 00:12:00.379 INFO O| Dec 21 00:12:00.379 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76112024-12-21T00:12:00.461Z[ recovery-image] Dec 21 00:12:00.402 INFO O| Dec 21 00:12:00.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
76122024-12-21T00:12:00.461Z[ recovery-image] Dec 21 00:12:00.402 INFO O| Dec 21 00:12:00.402 INFO STEP 1076 (remove_files) COMPLETE
76132024-12-21T00:12:00.461Z[ recovery-image] Dec 21 00:12:00.402 INFO O| Dec 21 00:12:00.402 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76142024-12-21T00:12:00.484Z[ recovery-image] Dec 21 00:12:00.425 INFO O| Dec 21 00:12:00.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
76152024-12-21T00:12:00.484Z[ recovery-image] Dec 21 00:12:00.425 INFO O| Dec 21 00:12:00.425 INFO STEP 1077 (remove_files) COMPLETE
76162024-12-21T00:12:00.484Z[ recovery-image] Dec 21 00:12:00.425 INFO O| Dec 21 00:12:00.425 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76172024-12-21T00:12:00.505Z[ recovery-image] Dec 21 00:12:00.446 INFO O| Dec 21 00:12:00.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
76182024-12-21T00:12:00.505Z[ recovery-image] Dec 21 00:12:00.446 INFO O| Dec 21 00:12:00.446 INFO STEP 1078 (remove_files) COMPLETE
76192024-12-21T00:12:00.505Z[ recovery-image] Dec 21 00:12:00.446 INFO O| Dec 21 00:12:00.446 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76202024-12-21T00:12:00.530Z[ recovery-image] Dec 21 00:12:00.470 INFO O| Dec 21 00:12:00.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
76212024-12-21T00:12:00.530Z[ recovery-image] Dec 21 00:12:00.471 INFO O| Dec 21 00:12:00.471 INFO STEP 1079 (remove_files) COMPLETE
76222024-12-21T00:12:00.530Z[ recovery-image] Dec 21 00:12:00.471 INFO O| Dec 21 00:12:00.471 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76232024-12-21T00:12:00.570Z[ recovery-image] Dec 21 00:12:00.511 INFO O| Dec 21 00:12:00.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
76242024-12-21T00:12:00.570Z[ recovery-image] Dec 21 00:12:00.511 INFO O| Dec 21 00:12:00.511 INFO STEP 1080 (remove_files) COMPLETE
76252024-12-21T00:12:00.570Z[ recovery-image] Dec 21 00:12:00.511 INFO O| Dec 21 00:12:00.511 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76262024-12-21T00:12:00.596Z[ recovery-image] Dec 21 00:12:00.536 INFO O| Dec 21 00:12:00.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
76272024-12-21T00:12:00.596Z[ recovery-image] Dec 21 00:12:00.536 INFO O| Dec 21 00:12:00.536 INFO STEP 1081 (remove_files) COMPLETE
76282024-12-21T00:12:00.596Z[ recovery-image] Dec 21 00:12:00.536 INFO O| Dec 21 00:12:00.536 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76292024-12-21T00:12:00.622Z[ recovery-image] Dec 21 00:12:00.563 INFO O| Dec 21 00:12:00.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
76302024-12-21T00:12:00.622Z[ recovery-image] Dec 21 00:12:00.563 INFO O| Dec 21 00:12:00.563 INFO STEP 1082 (remove_files) COMPLETE
76312024-12-21T00:12:00.622Z[ recovery-image] Dec 21 00:12:00.563 INFO O| Dec 21 00:12:00.563 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76322024-12-21T00:12:00.647Z[ recovery-image] Dec 21 00:12:00.588 INFO O| Dec 21 00:12:00.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
76332024-12-21T00:12:00.647Z[ recovery-image] Dec 21 00:12:00.588 INFO O| Dec 21 00:12:00.588 INFO STEP 1083 (remove_files) COMPLETE
76342024-12-21T00:12:00.647Z[ recovery-image] Dec 21 00:12:00.588 INFO O| Dec 21 00:12:00.588 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76352024-12-21T00:12:00.686Z[ recovery-image] Dec 21 00:12:00.626 INFO O| Dec 21 00:12:00.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
76362024-12-21T00:12:00.686Z[ recovery-image] Dec 21 00:12:00.626 INFO O| Dec 21 00:12:00.626 INFO STEP 1084 (remove_files) COMPLETE
76372024-12-21T00:12:00.686Z[ recovery-image] Dec 21 00:12:00.626 INFO O| Dec 21 00:12:00.626 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76382024-12-21T00:12:00.706Z[ recovery-image] Dec 21 00:12:00.646 INFO O| Dec 21 00:12:00.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
76392024-12-21T00:12:00.706Z[ recovery-image] Dec 21 00:12:00.646 INFO O| Dec 21 00:12:00.646 INFO STEP 1085 (remove_files) COMPLETE
76402024-12-21T00:12:00.706Z[ recovery-image] Dec 21 00:12:00.646 INFO O| Dec 21 00:12:00.646 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76412024-12-21T00:12:00.730Z[ recovery-image] Dec 21 00:12:00.670 INFO O| Dec 21 00:12:00.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
76422024-12-21T00:12:00.730Z[ recovery-image] Dec 21 00:12:00.670 INFO O| Dec 21 00:12:00.670 INFO STEP 1086 (remove_files) COMPLETE
76432024-12-21T00:12:00.730Z[ recovery-image] Dec 21 00:12:00.670 INFO O| Dec 21 00:12:00.670 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76442024-12-21T00:12:00.753Z[ recovery-image] Dec 21 00:12:00.694 INFO O| Dec 21 00:12:00.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
76452024-12-21T00:12:00.753Z[ recovery-image] Dec 21 00:12:00.694 INFO O| Dec 21 00:12:00.694 INFO STEP 1087 (remove_files) COMPLETE
76462024-12-21T00:12:00.753Z[ recovery-image] Dec 21 00:12:00.694 INFO O| Dec 21 00:12:00.694 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76472024-12-21T00:12:00.776Z[ recovery-image] Dec 21 00:12:00.716 INFO O| Dec 21 00:12:00.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
76482024-12-21T00:12:00.776Z[ recovery-image] Dec 21 00:12:00.717 INFO O| Dec 21 00:12:00.717 INFO STEP 1088 (remove_files) COMPLETE
76492024-12-21T00:12:00.779Z[ recovery-image] Dec 21 00:12:00.717 INFO O| Dec 21 00:12:00.717 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76502024-12-21T00:12:00.797Z[ recovery-image] Dec 21 00:12:00.738 INFO O| Dec 21 00:12:00.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
76512024-12-21T00:12:00.797Z[ recovery-image] Dec 21 00:12:00.738 INFO O| Dec 21 00:12:00.738 INFO STEP 1089 (remove_files) COMPLETE
76522024-12-21T00:12:00.801Z[ recovery-image] Dec 21 00:12:00.738 INFO O| Dec 21 00:12:00.738 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76532024-12-21T00:12:00.816Z[ recovery-image] Dec 21 00:12:00.757 INFO O| Dec 21 00:12:00.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
76542024-12-21T00:12:00.816Z[ recovery-image] Dec 21 00:12:00.757 INFO O| Dec 21 00:12:00.757 INFO STEP 1090 (remove_files) COMPLETE
76552024-12-21T00:12:00.816Z[ recovery-image] Dec 21 00:12:00.757 INFO O| Dec 21 00:12:00.757 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76562024-12-21T00:12:00.836Z[ recovery-image] Dec 21 00:12:00.776 INFO O| Dec 21 00:12:00.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
76572024-12-21T00:12:00.836Z[ recovery-image] Dec 21 00:12:00.776 INFO O| Dec 21 00:12:00.776 INFO STEP 1091 (remove_files) COMPLETE
76582024-12-21T00:12:00.836Z[ recovery-image] Dec 21 00:12:00.776 INFO O| Dec 21 00:12:00.776 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76592024-12-21T00:12:00.893Z[ recovery-image] Dec 21 00:12:00.834 INFO O| Dec 21 00:12:00.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
76602024-12-21T00:12:00.893Z[ recovery-image] Dec 21 00:12:00.834 INFO O| Dec 21 00:12:00.834 INFO STEP 1092 (remove_files) COMPLETE
76612024-12-21T00:12:00.896Z[ recovery-image] Dec 21 00:12:00.834 INFO O| Dec 21 00:12:00.834 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76622024-12-21T00:12:00.914Z[ recovery-image] Dec 21 00:12:00.854 INFO O| Dec 21 00:12:00.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
76632024-12-21T00:12:00.915Z[ recovery-image] Dec 21 00:12:00.854 INFO O| Dec 21 00:12:00.854 INFO STEP 1093 (remove_files) COMPLETE
76642024-12-21T00:12:00.915Z[ recovery-image] Dec 21 00:12:00.854 INFO O| Dec 21 00:12:00.854 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76652024-12-21T00:12:00.946Z[ recovery-image] Dec 21 00:12:00.886 INFO O| Dec 21 00:12:00.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
76662024-12-21T00:12:00.946Z[ recovery-image] Dec 21 00:12:00.886 INFO O| Dec 21 00:12:00.886 INFO STEP 1094 (remove_files) COMPLETE
76672024-12-21T00:12:00.949Z[ recovery-image] Dec 21 00:12:00.886 INFO O| Dec 21 00:12:00.886 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76682024-12-21T00:12:00.970Z[ recovery-image] Dec 21 00:12:00.910 INFO O| Dec 21 00:12:00.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
76692024-12-21T00:12:00.970Z[ recovery-image] Dec 21 00:12:00.911 INFO O| Dec 21 00:12:00.911 INFO STEP 1095 (remove_files) COMPLETE
76702024-12-21T00:12:00.970Z[ recovery-image] Dec 21 00:12:00.911 INFO O| Dec 21 00:12:00.911 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76712024-12-21T00:12:01.007Z[ recovery-image] Dec 21 00:12:00.947 INFO O| Dec 21 00:12:00.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
76722024-12-21T00:12:01.010Z[ recovery-image] Dec 21 00:12:00.948 INFO O| Dec 21 00:12:00.947 INFO STEP 1096 (remove_files) COMPLETE
76732024-12-21T00:12:01.010Z[ recovery-image] Dec 21 00:12:00.948 INFO O| Dec 21 00:12:00.948 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76742024-12-21T00:12:01.039Z[ recovery-image] Dec 21 00:12:00.979 INFO O| Dec 21 00:12:00.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
76752024-12-21T00:12:01.039Z[ recovery-image] Dec 21 00:12:00.979 INFO O| Dec 21 00:12:00.979 INFO STEP 1097 (remove_files) COMPLETE
76762024-12-21T00:12:01.039Z[ recovery-image] Dec 21 00:12:00.979 INFO O| Dec 21 00:12:00.979 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76772024-12-21T00:12:01.063Z[ recovery-image] Dec 21 00:12:01.003 INFO O| Dec 21 00:12:01.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
76782024-12-21T00:12:01.063Z[ recovery-image] Dec 21 00:12:01.004 INFO O| Dec 21 00:12:01.004 INFO STEP 1098 (remove_files) COMPLETE
76792024-12-21T00:12:01.066Z[ recovery-image] Dec 21 00:12:01.004 INFO O| Dec 21 00:12:01.004 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76802024-12-21T00:12:01.088Z[ recovery-image] Dec 21 00:12:01.029 INFO O| Dec 21 00:12:01.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
76812024-12-21T00:12:01.113Z[ recovery-image] Dec 21 00:12:01.054 INFO O| Dec 21 00:12:01.054 INFO STEP 1099 (remove_files) COMPLETE
76822024-12-21T00:12:01.113Z[ recovery-image] Dec 21 00:12:01.054 INFO O| Dec 21 00:12:01.054 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76832024-12-21T00:12:01.148Z[ recovery-image] Dec 21 00:12:01.088 INFO O| Dec 21 00:12:01.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
76842024-12-21T00:12:01.148Z[ recovery-image] Dec 21 00:12:01.089 INFO O| Dec 21 00:12:01.088 INFO STEP 1100 (remove_files) COMPLETE
76852024-12-21T00:12:01.148Z[ recovery-image] Dec 21 00:12:01.089 INFO O| Dec 21 00:12:01.088 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76862024-12-21T00:12:01.178Z[ recovery-image] Dec 21 00:12:01.118 INFO O| Dec 21 00:12:01.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
76872024-12-21T00:12:01.180Z[ recovery-image] Dec 21 00:12:01.119 INFO O| Dec 21 00:12:01.118 INFO STEP 1101 (remove_files) COMPLETE
76882024-12-21T00:12:01.180Z[ recovery-image] Dec 21 00:12:01.119 INFO O| Dec 21 00:12:01.119 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76892024-12-21T00:12:01.202Z[ recovery-image] Dec 21 00:12:01.142 INFO O| Dec 21 00:12:01.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
76902024-12-21T00:12:01.204Z[ recovery-image] Dec 21 00:12:01.143 INFO O| Dec 21 00:12:01.142 INFO STEP 1102 (remove_files) COMPLETE
76912024-12-21T00:12:01.204Z[ recovery-image] Dec 21 00:12:01.143 INFO O| Dec 21 00:12:01.143 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76922024-12-21T00:12:01.224Z[ recovery-image] Dec 21 00:12:01.165 INFO O| Dec 21 00:12:01.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
76932024-12-21T00:12:01.226Z[ recovery-image] Dec 21 00:12:01.165 INFO O| Dec 21 00:12:01.165 INFO STEP 1103 (remove_files) COMPLETE
76942024-12-21T00:12:01.226Z[ recovery-image] Dec 21 00:12:01.165 INFO O| Dec 21 00:12:01.165 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76952024-12-21T00:12:01.261Z[ recovery-image] Dec 21 00:12:01.202 INFO O| Dec 21 00:12:01.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
76962024-12-21T00:12:01.262Z[ recovery-image] Dec 21 00:12:01.202 INFO O| Dec 21 00:12:01.202 INFO STEP 1104 (remove_files) COMPLETE
76972024-12-21T00:12:01.265Z[ recovery-image] Dec 21 00:12:01.202 INFO O| Dec 21 00:12:01.202 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76982024-12-21T00:12:01.313Z[ recovery-image] Dec 21 00:12:01.253 INFO O| Dec 21 00:12:01.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
76992024-12-21T00:12:01.313Z[ recovery-image] Dec 21 00:12:01.253 INFO O| Dec 21 00:12:01.253 INFO STEP 1105 (remove_files) COMPLETE
77002024-12-21T00:12:01.315Z[ recovery-image] Dec 21 00:12:01.254 INFO O| Dec 21 00:12:01.254 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77012024-12-21T00:12:01.338Z[ recovery-image] Dec 21 00:12:01.279 INFO O| Dec 21 00:12:01.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
77022024-12-21T00:12:01.338Z[ recovery-image] Dec 21 00:12:01.279 INFO O| Dec 21 00:12:01.279 INFO STEP 1106 (remove_files) COMPLETE
77032024-12-21T00:12:01.338Z[ recovery-image] Dec 21 00:12:01.279 INFO O| Dec 21 00:12:01.279 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77042024-12-21T00:12:01.366Z[ recovery-image] Dec 21 00:12:01.305 INFO O| Dec 21 00:12:01.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
77052024-12-21T00:12:01.366Z[ recovery-image] Dec 21 00:12:01.305 INFO O| Dec 21 00:12:01.305 INFO STEP 1107 (remove_files) COMPLETE
77062024-12-21T00:12:01.366Z[ recovery-image] Dec 21 00:12:01.305 INFO O| Dec 21 00:12:01.305 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77072024-12-21T00:12:01.491Z[ recovery-image] Dec 21 00:12:01.431 INFO O| Dec 21 00:12:01.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
77082024-12-21T00:12:01.491Z[ recovery-image] Dec 21 00:12:01.431 INFO O| Dec 21 00:12:01.431 INFO STEP 1108 (remove_files) COMPLETE
77092024-12-21T00:12:01.491Z[ recovery-image] Dec 21 00:12:01.431 INFO O| Dec 21 00:12:01.431 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77102024-12-21T00:12:01.518Z[ recovery-image] Dec 21 00:12:01.458 INFO O| Dec 21 00:12:01.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
77112024-12-21T00:12:01.518Z[ recovery-image] Dec 21 00:12:01.458 INFO O| Dec 21 00:12:01.458 INFO STEP 1109 (remove_files) COMPLETE
77122024-12-21T00:12:01.518Z[ recovery-image] Dec 21 00:12:01.458 INFO O| Dec 21 00:12:01.458 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77132024-12-21T00:12:01.561Z[ recovery-image] Dec 21 00:12:01.501 INFO O| Dec 21 00:12:01.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
77142024-12-21T00:12:01.561Z[ recovery-image] Dec 21 00:12:01.501 INFO O| Dec 21 00:12:01.501 INFO STEP 1110 (remove_files) COMPLETE
77152024-12-21T00:12:01.564Z[ recovery-image] Dec 21 00:12:01.501 INFO O| Dec 21 00:12:01.501 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77162024-12-21T00:12:01.601Z[ recovery-image] Dec 21 00:12:01.542 INFO O| Dec 21 00:12:01.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
77172024-12-21T00:12:01.601Z[ recovery-image] Dec 21 00:12:01.542 INFO O| Dec 21 00:12:01.542 INFO STEP 1111 (remove_files) COMPLETE
77182024-12-21T00:12:01.603Z[ recovery-image] Dec 21 00:12:01.542 INFO O| Dec 21 00:12:01.542 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77192024-12-21T00:12:01.623Z[ recovery-image] Dec 21 00:12:01.564 INFO O| Dec 21 00:12:01.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
77202024-12-21T00:12:01.626Z[ recovery-image] Dec 21 00:12:01.564 INFO O| Dec 21 00:12:01.564 INFO STEP 1112 (remove_files) COMPLETE
77212024-12-21T00:12:01.626Z[ recovery-image] Dec 21 00:12:01.564 INFO O| Dec 21 00:12:01.564 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77222024-12-21T00:12:01.645Z[ recovery-image] Dec 21 00:12:01.586 INFO O| Dec 21 00:12:01.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
77232024-12-21T00:12:01.645Z[ recovery-image] Dec 21 00:12:01.586 INFO O| Dec 21 00:12:01.586 INFO STEP 1113 (remove_files) COMPLETE
77242024-12-21T00:12:01.645Z[ recovery-image] Dec 21 00:12:01.586 INFO O| Dec 21 00:12:01.586 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77252024-12-21T00:12:01.667Z[ recovery-image] Dec 21 00:12:01.608 INFO O| Dec 21 00:12:01.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
77262024-12-21T00:12:01.667Z[ recovery-image] Dec 21 00:12:01.608 INFO O| Dec 21 00:12:01.608 INFO STEP 1114 (remove_files) COMPLETE
77272024-12-21T00:12:01.667Z[ recovery-image] Dec 21 00:12:01.608 INFO O| Dec 21 00:12:01.608 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77282024-12-21T00:12:01.689Z[ recovery-image] Dec 21 00:12:01.630 INFO O| Dec 21 00:12:01.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
77292024-12-21T00:12:01.689Z[ recovery-image] Dec 21 00:12:01.630 INFO O| Dec 21 00:12:01.630 INFO STEP 1115 (remove_files) COMPLETE
77302024-12-21T00:12:01.689Z[ recovery-image] Dec 21 00:12:01.630 INFO O| Dec 21 00:12:01.630 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77312024-12-21T00:12:01.712Z[ recovery-image] Dec 21 00:12:01.653 INFO O| Dec 21 00:12:01.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
77322024-12-21T00:12:01.712Z[ recovery-image] Dec 21 00:12:01.653 INFO O| Dec 21 00:12:01.653 INFO STEP 1116 (remove_files) COMPLETE
77332024-12-21T00:12:01.712Z[ recovery-image] Dec 21 00:12:01.653 INFO O| Dec 21 00:12:01.653 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77342024-12-21T00:12:01.757Z[ recovery-image] Dec 21 00:12:01.698 INFO O| Dec 21 00:12:01.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
77352024-12-21T00:12:01.757Z[ recovery-image] Dec 21 00:12:01.698 INFO O| Dec 21 00:12:01.698 INFO STEP 1117 (remove_files) COMPLETE
77362024-12-21T00:12:01.760Z[ recovery-image] Dec 21 00:12:01.698 INFO O| Dec 21 00:12:01.698 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77372024-12-21T00:12:01.790Z[ recovery-image] Dec 21 00:12:01.731 INFO O| Dec 21 00:12:01.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
77382024-12-21T00:12:01.793Z[ recovery-image] Dec 21 00:12:01.731 INFO O| Dec 21 00:12:01.731 INFO STEP 1118 (remove_files) COMPLETE
77392024-12-21T00:12:01.793Z[ recovery-image] Dec 21 00:12:01.731 INFO O| Dec 21 00:12:01.731 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77402024-12-21T00:12:01.816Z[ recovery-image] Dec 21 00:12:01.757 INFO O| Dec 21 00:12:01.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
77412024-12-21T00:12:01.816Z[ recovery-image] Dec 21 00:12:01.757 INFO O| Dec 21 00:12:01.757 INFO STEP 1119 (remove_files) COMPLETE
77422024-12-21T00:12:01.818Z[ recovery-image] Dec 21 00:12:01.757 INFO O| Dec 21 00:12:01.757 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77432024-12-21T00:12:01.841Z[ recovery-image] Dec 21 00:12:01.782 INFO O| Dec 21 00:12:01.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
77442024-12-21T00:12:01.844Z[ recovery-image] Dec 21 00:12:01.782 INFO O| Dec 21 00:12:01.782 INFO STEP 1120 (remove_files) COMPLETE
77452024-12-21T00:12:01.844Z[ recovery-image] Dec 21 00:12:01.783 INFO O| Dec 21 00:12:01.782 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77462024-12-21T00:12:01.866Z[ recovery-image] Dec 21 00:12:01.807 INFO O| Dec 21 00:12:01.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
77472024-12-21T00:12:01.866Z[ recovery-image] Dec 21 00:12:01.807 INFO O| Dec 21 00:12:01.807 INFO STEP 1121 (remove_files) COMPLETE
77482024-12-21T00:12:01.869Z[ recovery-image] Dec 21 00:12:01.807 INFO O| Dec 21 00:12:01.807 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77492024-12-21T00:12:01.890Z[ recovery-image] Dec 21 00:12:01.831 INFO O| Dec 21 00:12:01.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
77502024-12-21T00:12:01.890Z[ recovery-image] Dec 21 00:12:01.831 INFO O| Dec 21 00:12:01.831 INFO STEP 1122 (remove_files) COMPLETE
77512024-12-21T00:12:01.890Z[ recovery-image] Dec 21 00:12:01.831 INFO O| Dec 21 00:12:01.831 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77522024-12-21T00:12:01.956Z[ recovery-image] Dec 21 00:12:01.896 INFO O| Dec 21 00:12:01.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
77532024-12-21T00:12:01.956Z[ recovery-image] Dec 21 00:12:01.897 INFO O| Dec 21 00:12:01.897 INFO STEP 1123 (remove_files) COMPLETE
77542024-12-21T00:12:01.956Z[ recovery-image] Dec 21 00:12:01.897 INFO O| Dec 21 00:12:01.897 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77552024-12-21T00:12:01.983Z[ recovery-image] Dec 21 00:12:01.924 INFO O| Dec 21 00:12:01.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
77562024-12-21T00:12:01.983Z[ recovery-image] Dec 21 00:12:01.924 INFO O| Dec 21 00:12:01.924 INFO STEP 1124 (remove_files) COMPLETE
77572024-12-21T00:12:01.986Z[ recovery-image] Dec 21 00:12:01.924 INFO O| Dec 21 00:12:01.924 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77582024-12-21T00:12:02.009Z[ recovery-image] Dec 21 00:12:01.950 INFO O| Dec 21 00:12:01.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
77592024-12-21T00:12:02.009Z[ recovery-image] Dec 21 00:12:01.950 INFO O| Dec 21 00:12:01.950 INFO STEP 1125 (remove_files) COMPLETE
77602024-12-21T00:12:02.009Z[ recovery-image] Dec 21 00:12:01.950 INFO O| Dec 21 00:12:01.950 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77612024-12-21T00:12:02.035Z[ recovery-image] Dec 21 00:12:01.975 INFO O| Dec 21 00:12:01.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
77622024-12-21T00:12:02.035Z[ recovery-image] Dec 21 00:12:01.975 INFO O| Dec 21 00:12:01.975 INFO STEP 1126 (remove_files) COMPLETE
77632024-12-21T00:12:02.035Z[ recovery-image] Dec 21 00:12:01.976 INFO O| Dec 21 00:12:01.975 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77642024-12-21T00:12:02.087Z[ recovery-image] Dec 21 00:12:02.028 INFO O| Dec 21 00:12:02.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
77652024-12-21T00:12:02.087Z[ recovery-image] Dec 21 00:12:02.028 INFO O| Dec 21 00:12:02.028 INFO STEP 1127 (remove_files) COMPLETE
77662024-12-21T00:12:02.090Z[ recovery-image] Dec 21 00:12:02.028 INFO O| Dec 21 00:12:02.028 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77672024-12-21T00:12:02.111Z[ recovery-image] Dec 21 00:12:02.052 INFO O| Dec 21 00:12:02.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
77682024-12-21T00:12:02.112Z[ recovery-image] Dec 21 00:12:02.053 INFO O| Dec 21 00:12:02.053 INFO STEP 1128 (remove_files) COMPLETE
77692024-12-21T00:12:02.116Z[ recovery-image] Dec 21 00:12:02.053 INFO O| Dec 21 00:12:02.053 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77702024-12-21T00:12:02.136Z[ recovery-image] Dec 21 00:12:02.076 INFO O| Dec 21 00:12:02.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
77712024-12-21T00:12:02.136Z[ recovery-image] Dec 21 00:12:02.076 INFO O| Dec 21 00:12:02.076 INFO STEP 1129 (remove_files) COMPLETE
77722024-12-21T00:12:02.136Z[ recovery-image] Dec 21 00:12:02.076 INFO O| Dec 21 00:12:02.076 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77732024-12-21T00:12:02.159Z[ recovery-image] Dec 21 00:12:02.099 INFO O| Dec 21 00:12:02.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
77742024-12-21T00:12:02.159Z[ recovery-image] Dec 21 00:12:02.099 INFO O| Dec 21 00:12:02.099 INFO STEP 1130 (remove_files) COMPLETE
77752024-12-21T00:12:02.159Z[ recovery-image] Dec 21 00:12:02.099 INFO O| Dec 21 00:12:02.099 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77762024-12-21T00:12:02.196Z[ recovery-image] Dec 21 00:12:02.137 INFO O| Dec 21 00:12:02.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
77772024-12-21T00:12:02.199Z[ recovery-image] Dec 21 00:12:02.137 INFO O| Dec 21 00:12:02.137 INFO STEP 1131 (remove_files) COMPLETE
77782024-12-21T00:12:02.199Z[ recovery-image] Dec 21 00:12:02.137 INFO O| Dec 21 00:12:02.137 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77792024-12-21T00:12:02.221Z[ recovery-image] Dec 21 00:12:02.162 INFO O| Dec 21 00:12:02.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
77802024-12-21T00:12:02.221Z[ recovery-image] Dec 21 00:12:02.162 INFO O| Dec 21 00:12:02.162 INFO STEP 1132 (remove_files) COMPLETE
77812024-12-21T00:12:02.224Z[ recovery-image] Dec 21 00:12:02.162 INFO O| Dec 21 00:12:02.162 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77822024-12-21T00:12:02.252Z[ recovery-image] Dec 21 00:12:02.193 INFO O| Dec 21 00:12:02.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
77832024-12-21T00:12:02.252Z[ recovery-image] Dec 21 00:12:02.193 INFO O| Dec 21 00:12:02.193 INFO STEP 1133 (remove_files) COMPLETE
77842024-12-21T00:12:02.255Z[ recovery-image] Dec 21 00:12:02.193 INFO O| Dec 21 00:12:02.193 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77852024-12-21T00:12:02.283Z[ recovery-image] Dec 21 00:12:02.223 INFO O| Dec 21 00:12:02.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
77862024-12-21T00:12:02.283Z[ recovery-image] Dec 21 00:12:02.223 INFO O| Dec 21 00:12:02.223 INFO STEP 1134 (remove_files) COMPLETE
77872024-12-21T00:12:02.283Z[ recovery-image] Dec 21 00:12:02.223 INFO O| Dec 21 00:12:02.223 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77882024-12-21T00:12:02.320Z[ recovery-image] Dec 21 00:12:02.260 INFO O| Dec 21 00:12:02.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
77892024-12-21T00:12:02.320Z[ recovery-image] Dec 21 00:12:02.261 INFO O| Dec 21 00:12:02.260 INFO STEP 1135 (remove_files) COMPLETE
77902024-12-21T00:12:02.320Z[ recovery-image] Dec 21 00:12:02.261 INFO O| Dec 21 00:12:02.261 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77912024-12-21T00:12:02.366Z[ recovery-image] Dec 21 00:12:02.306 INFO O| Dec 21 00:12:02.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
77922024-12-21T00:12:02.366Z[ recovery-image] Dec 21 00:12:02.306 INFO O| Dec 21 00:12:02.306 INFO STEP 1136 (remove_files) COMPLETE
77932024-12-21T00:12:02.366Z[ recovery-image] Dec 21 00:12:02.306 INFO O| Dec 21 00:12:02.306 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77942024-12-21T00:12:02.390Z[ recovery-image] Dec 21 00:12:02.331 INFO O| Dec 21 00:12:02.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
77952024-12-21T00:12:02.390Z[ recovery-image] Dec 21 00:12:02.331 INFO O| Dec 21 00:12:02.331 INFO STEP 1137 (remove_files) COMPLETE
77962024-12-21T00:12:02.390Z[ recovery-image] Dec 21 00:12:02.331 INFO O| Dec 21 00:12:02.331 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77972024-12-21T00:12:02.433Z[ recovery-image] Dec 21 00:12:02.374 INFO O| Dec 21 00:12:02.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
77982024-12-21T00:12:02.436Z[ recovery-image] Dec 21 00:12:02.374 INFO O| Dec 21 00:12:02.374 INFO STEP 1138 (remove_files) COMPLETE
77992024-12-21T00:12:02.436Z[ recovery-image] Dec 21 00:12:02.374 INFO O| Dec 21 00:12:02.374 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78002024-12-21T00:12:02.457Z[ recovery-image] Dec 21 00:12:02.398 INFO O| Dec 21 00:12:02.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
78012024-12-21T00:12:02.460Z[ recovery-image] Dec 21 00:12:02.398 INFO O| Dec 21 00:12:02.398 INFO STEP 1139 (remove_files) COMPLETE
78022024-12-21T00:12:02.461Z[ recovery-image] Dec 21 00:12:02.398 INFO O| Dec 21 00:12:02.398 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78032024-12-21T00:12:02.482Z[ recovery-image] Dec 21 00:12:02.422 INFO O| Dec 21 00:12:02.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
78042024-12-21T00:12:02.484Z[ recovery-image] Dec 21 00:12:02.422 INFO O| Dec 21 00:12:02.422 INFO STEP 1140 (remove_files) COMPLETE
78052024-12-21T00:12:02.485Z[ recovery-image] Dec 21 00:12:02.423 INFO O| Dec 21 00:12:02.422 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78062024-12-21T00:12:02.570Z[ recovery-image] Dec 21 00:12:02.509 INFO O| Dec 21 00:12:02.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
78072024-12-21T00:12:02.570Z[ recovery-image] Dec 21 00:12:02.509 INFO O| Dec 21 00:12:02.509 INFO STEP 1141 (remove_files) COMPLETE
78082024-12-21T00:12:02.570Z[ recovery-image] Dec 21 00:12:02.509 INFO O| Dec 21 00:12:02.509 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78092024-12-21T00:12:02.587Z[ recovery-image] Dec 21 00:12:02.528 INFO O| Dec 21 00:12:02.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
78102024-12-21T00:12:02.590Z[ recovery-image] Dec 21 00:12:02.528 INFO O| Dec 21 00:12:02.528 INFO STEP 1142 (remove_files) COMPLETE
78112024-12-21T00:12:02.590Z[ recovery-image] Dec 21 00:12:02.528 INFO O| Dec 21 00:12:02.528 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78122024-12-21T00:12:02.608Z[ recovery-image] Dec 21 00:12:02.549 INFO O| Dec 21 00:12:02.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
78132024-12-21T00:12:02.612Z[ recovery-image] Dec 21 00:12:02.549 INFO O| Dec 21 00:12:02.549 INFO STEP 1143 (remove_files) COMPLETE
78142024-12-21T00:12:02.612Z[ recovery-image] Dec 21 00:12:02.550 INFO O| Dec 21 00:12:02.549 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78152024-12-21T00:12:02.724Z[ recovery-image] Dec 21 00:12:02.665 INFO O| Dec 21 00:12:02.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
78162024-12-21T00:12:02.724Z[ recovery-image] Dec 21 00:12:02.665 INFO O| Dec 21 00:12:02.665 INFO STEP 1144 (remove_files) COMPLETE
78172024-12-21T00:12:02.727Z[ recovery-image] Dec 21 00:12:02.665 INFO O| Dec 21 00:12:02.665 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78182024-12-21T00:12:02.761Z[ recovery-image] Dec 21 00:12:02.702 INFO O| Dec 21 00:12:02.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
78192024-12-21T00:12:02.761Z[ recovery-image] Dec 21 00:12:02.702 INFO O| Dec 21 00:12:02.702 INFO STEP 1145 (remove_files) COMPLETE
78202024-12-21T00:12:02.761Z[ recovery-image] Dec 21 00:12:02.702 INFO O| Dec 21 00:12:02.702 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78212024-12-21T00:12:02.784Z[ recovery-image] Dec 21 00:12:02.725 INFO O| Dec 21 00:12:02.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
78222024-12-21T00:12:02.784Z[ recovery-image] Dec 21 00:12:02.725 INFO O| Dec 21 00:12:02.725 INFO STEP 1146 (remove_files) COMPLETE
78232024-12-21T00:12:02.784Z[ recovery-image] Dec 21 00:12:02.725 INFO O| Dec 21 00:12:02.725 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78242024-12-21T00:12:02.806Z[ recovery-image] Dec 21 00:12:02.747 INFO O| Dec 21 00:12:02.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
78252024-12-21T00:12:02.806Z[ recovery-image] Dec 21 00:12:02.747 INFO O| Dec 21 00:12:02.747 INFO STEP 1147 (remove_files) COMPLETE
78262024-12-21T00:12:02.809Z[ recovery-image] Dec 21 00:12:02.747 INFO O| Dec 21 00:12:02.747 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78272024-12-21T00:12:02.842Z[ recovery-image] Dec 21 00:12:02.783 INFO O| Dec 21 00:12:02.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
78282024-12-21T00:12:02.842Z[ recovery-image] Dec 21 00:12:02.783 INFO O| Dec 21 00:12:02.783 INFO STEP 1148 (remove_files) COMPLETE
78292024-12-21T00:12:02.842Z[ recovery-image] Dec 21 00:12:02.783 INFO O| Dec 21 00:12:02.783 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78302024-12-21T00:12:02.865Z[ recovery-image] Dec 21 00:12:02.805 INFO O| Dec 21 00:12:02.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
78312024-12-21T00:12:02.865Z[ recovery-image] Dec 21 00:12:02.805 INFO O| Dec 21 00:12:02.805 INFO STEP 1149 (remove_files) COMPLETE
78322024-12-21T00:12:02.865Z[ recovery-image] Dec 21 00:12:02.805 INFO O| Dec 21 00:12:02.805 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78332024-12-21T00:12:02.893Z[ recovery-image] Dec 21 00:12:02.834 INFO O| Dec 21 00:12:02.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
78342024-12-21T00:12:02.893Z[ recovery-image] Dec 21 00:12:02.834 INFO O| Dec 21 00:12:02.834 INFO STEP 1150 (remove_files) COMPLETE
78352024-12-21T00:12:02.895Z[ recovery-image] Dec 21 00:12:02.834 INFO O| Dec 21 00:12:02.834 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78362024-12-21T00:12:02.958Z[ recovery-image] Dec 21 00:12:02.898 INFO O| Dec 21 00:12:02.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
78372024-12-21T00:12:02.974Z[ recovery-image] Dec 21 00:12:02.915 INFO O| Dec 21 00:12:02.915 INFO STEP 1151 (remove_files) COMPLETE
78382024-12-21T00:12:02.974Z[ recovery-image] Dec 21 00:12:02.915 INFO O| Dec 21 00:12:02.915 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78392024-12-21T00:12:03.007Z[ recovery-image] Dec 21 00:12:02.948 INFO O| Dec 21 00:12:02.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
78402024-12-21T00:12:03.007Z[ recovery-image] Dec 21 00:12:02.948 INFO O| Dec 21 00:12:02.948 INFO STEP 1152 (remove_files) COMPLETE
78412024-12-21T00:12:03.010Z[ recovery-image] Dec 21 00:12:02.948 INFO O| Dec 21 00:12:02.948 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78422024-12-21T00:12:03.033Z[ recovery-image] Dec 21 00:12:02.974 INFO O| Dec 21 00:12:02.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
78432024-12-21T00:12:03.034Z[ recovery-image] Dec 21 00:12:02.975 INFO O| Dec 21 00:12:02.970 INFO STEP 1153 (remove_files) COMPLETE
78442024-12-21T00:12:03.037Z[ recovery-image] Dec 21 00:12:02.975 INFO O| Dec 21 00:12:02.970 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78452024-12-21T00:12:03.049Z[ recovery-image] Dec 21 00:12:02.990 INFO O| Dec 21 00:12:02.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
78462024-12-21T00:12:03.049Z[ recovery-image] Dec 21 00:12:02.990 INFO O| Dec 21 00:12:02.990 INFO STEP 1154 (remove_files) COMPLETE
78472024-12-21T00:12:03.049Z[ recovery-image] Dec 21 00:12:02.990 INFO O| Dec 21 00:12:02.990 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78482024-12-21T00:12:03.070Z[ recovery-image] Dec 21 00:12:03.011 INFO O| Dec 21 00:12:03.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
78492024-12-21T00:12:03.070Z[ recovery-image] Dec 21 00:12:03.011 INFO O| Dec 21 00:12:03.011 INFO STEP 1155 (remove_files) COMPLETE
78502024-12-21T00:12:03.070Z[ recovery-image] Dec 21 00:12:03.011 INFO O| Dec 21 00:12:03.011 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78512024-12-21T00:12:03.090Z[ recovery-image] Dec 21 00:12:03.031 INFO O| Dec 21 00:12:03.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
78522024-12-21T00:12:03.090Z[ recovery-image] Dec 21 00:12:03.031 INFO O| Dec 21 00:12:03.031 INFO STEP 1156 (remove_files) COMPLETE
78532024-12-21T00:12:03.090Z[ recovery-image] Dec 21 00:12:03.031 INFO O| Dec 21 00:12:03.031 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78542024-12-21T00:12:03.110Z[ recovery-image] Dec 21 00:12:03.051 INFO O| Dec 21 00:12:03.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
78552024-12-21T00:12:03.110Z[ recovery-image] Dec 21 00:12:03.051 INFO O| Dec 21 00:12:03.051 INFO STEP 1157 (remove_files) COMPLETE
78562024-12-21T00:12:03.113Z[ recovery-image] Dec 21 00:12:03.051 INFO O| Dec 21 00:12:03.051 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78572024-12-21T00:12:03.173Z[ recovery-image] Dec 21 00:12:03.114 INFO O| Dec 21 00:12:03.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
78582024-12-21T00:12:03.173Z[ recovery-image] Dec 21 00:12:03.114 INFO O| Dec 21 00:12:03.114 INFO STEP 1158 (remove_files) COMPLETE
78592024-12-21T00:12:03.173Z[ recovery-image] Dec 21 00:12:03.114 INFO O| Dec 21 00:12:03.114 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78602024-12-21T00:12:03.203Z[ recovery-image] Dec 21 00:12:03.144 INFO O| Dec 21 00:12:03.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
78612024-12-21T00:12:03.206Z[ recovery-image] Dec 21 00:12:03.145 INFO O| Dec 21 00:12:03.144 INFO STEP 1159 (remove_files) COMPLETE
78622024-12-21T00:12:03.206Z[ recovery-image] Dec 21 00:12:03.145 INFO O| Dec 21 00:12:03.145 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78632024-12-21T00:12:03.240Z[ recovery-image] Dec 21 00:12:03.181 INFO O| Dec 21 00:12:03.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
78642024-12-21T00:12:03.240Z[ recovery-image] Dec 21 00:12:03.181 INFO O| Dec 21 00:12:03.181 INFO STEP 1160 (remove_files) COMPLETE
78652024-12-21T00:12:03.243Z[ recovery-image] Dec 21 00:12:03.181 INFO O| Dec 21 00:12:03.181 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78662024-12-21T00:12:03.263Z[ recovery-image] Dec 21 00:12:03.204 INFO O| Dec 21 00:12:03.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
78672024-12-21T00:12:03.263Z[ recovery-image] Dec 21 00:12:03.204 INFO O| Dec 21 00:12:03.204 INFO STEP 1161 (remove_files) COMPLETE
78682024-12-21T00:12:03.263Z[ recovery-image] Dec 21 00:12:03.204 INFO O| Dec 21 00:12:03.204 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78692024-12-21T00:12:03.364Z[ recovery-image] Dec 21 00:12:03.305 INFO O| Dec 21 00:12:03.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
78702024-12-21T00:12:03.364Z[ recovery-image] Dec 21 00:12:03.305 INFO O| Dec 21 00:12:03.305 INFO STEP 1162 (remove_files) COMPLETE
78712024-12-21T00:12:03.364Z[ recovery-image] Dec 21 00:12:03.305 INFO O| Dec 21 00:12:03.305 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78722024-12-21T00:12:03.421Z[ recovery-image] Dec 21 00:12:03.362 INFO O| Dec 21 00:12:03.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
78732024-12-21T00:12:03.421Z[ recovery-image] Dec 21 00:12:03.362 INFO O| Dec 21 00:12:03.362 INFO STEP 1163 (remove_files) COMPLETE
78742024-12-21T00:12:03.424Z[ recovery-image] Dec 21 00:12:03.362 INFO O| Dec 21 00:12:03.362 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78752024-12-21T00:12:03.484Z[ recovery-image] Dec 21 00:12:03.425 INFO O| Dec 21 00:12:03.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
78762024-12-21T00:12:03.484Z[ recovery-image] Dec 21 00:12:03.425 INFO O| Dec 21 00:12:03.425 INFO STEP 1164 (remove_files) COMPLETE
78772024-12-21T00:12:03.484Z[ recovery-image] Dec 21 00:12:03.425 INFO O| Dec 21 00:12:03.425 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78782024-12-21T00:12:03.509Z[ recovery-image] Dec 21 00:12:03.450 INFO O| Dec 21 00:12:03.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
78792024-12-21T00:12:03.509Z[ recovery-image] Dec 21 00:12:03.450 INFO O| Dec 21 00:12:03.450 INFO STEP 1165 (remove_files) COMPLETE
78802024-12-21T00:12:03.509Z[ recovery-image] Dec 21 00:12:03.450 INFO O| Dec 21 00:12:03.450 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78812024-12-21T00:12:03.535Z[ recovery-image] Dec 21 00:12:03.476 INFO O| Dec 21 00:12:03.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
78822024-12-21T00:12:03.535Z[ recovery-image] Dec 21 00:12:03.476 INFO O| Dec 21 00:12:03.476 INFO STEP 1166 (remove_files) COMPLETE
78832024-12-21T00:12:03.537Z[ recovery-image] Dec 21 00:12:03.476 INFO O| Dec 21 00:12:03.476 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78842024-12-21T00:12:03.576Z[ recovery-image] Dec 21 00:12:03.517 INFO O| Dec 21 00:12:03.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
78852024-12-21T00:12:03.576Z[ recovery-image] Dec 21 00:12:03.517 INFO O| Dec 21 00:12:03.517 INFO STEP 1167 (remove_files) COMPLETE
78862024-12-21T00:12:03.578Z[ recovery-image] Dec 21 00:12:03.517 INFO O| Dec 21 00:12:03.517 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78872024-12-21T00:12:03.599Z[ recovery-image] Dec 21 00:12:03.541 INFO O| Dec 21 00:12:03.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
78882024-12-21T00:12:03.599Z[ recovery-image] Dec 21 00:12:03.541 INFO O| Dec 21 00:12:03.541 INFO STEP 1168 (remove_files) COMPLETE
78892024-12-21T00:12:03.602Z[ recovery-image] Dec 21 00:12:03.541 INFO O| Dec 21 00:12:03.541 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78902024-12-21T00:12:03.629Z[ recovery-image] Dec 21 00:12:03.570 INFO O| Dec 21 00:12:03.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
78912024-12-21T00:12:03.631Z[ recovery-image] Dec 21 00:12:03.571 INFO O| Dec 21 00:12:03.570 INFO STEP 1169 (remove_files) COMPLETE
78922024-12-21T00:12:03.631Z[ recovery-image] Dec 21 00:12:03.571 INFO O| Dec 21 00:12:03.571 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78932024-12-21T00:12:03.663Z[ recovery-image] Dec 21 00:12:03.604 INFO O| Dec 21 00:12:03.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
78942024-12-21T00:12:03.666Z[ recovery-image] Dec 21 00:12:03.604 INFO O| Dec 21 00:12:03.604 INFO STEP 1170 (remove_files) COMPLETE
78952024-12-21T00:12:03.666Z[ recovery-image] Dec 21 00:12:03.604 INFO O| Dec 21 00:12:03.604 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78962024-12-21T00:12:03.685Z[ recovery-image] Dec 21 00:12:03.626 INFO O| Dec 21 00:12:03.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
78972024-12-21T00:12:03.688Z[ recovery-image] Dec 21 00:12:03.627 INFO O| Dec 21 00:12:03.627 INFO STEP 1171 (remove_files) COMPLETE
78982024-12-21T00:12:03.688Z[ recovery-image] Dec 21 00:12:03.627 INFO O| Dec 21 00:12:03.627 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78992024-12-21T00:12:03.770Z[ recovery-image] Dec 21 00:12:03.711 INFO O| Dec 21 00:12:03.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
79002024-12-21T00:12:03.770Z[ recovery-image] Dec 21 00:12:03.711 INFO O| Dec 21 00:12:03.711 INFO STEP 1172 (remove_files) COMPLETE
79012024-12-21T00:12:03.770Z[ recovery-image] Dec 21 00:12:03.711 INFO O| Dec 21 00:12:03.711 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79022024-12-21T00:12:03.795Z[ recovery-image] Dec 21 00:12:03.736 INFO O| Dec 21 00:12:03.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
79032024-12-21T00:12:03.795Z[ recovery-image] Dec 21 00:12:03.736 INFO O| Dec 21 00:12:03.736 INFO STEP 1173 (remove_files) COMPLETE
79042024-12-21T00:12:03.795Z[ recovery-image] Dec 21 00:12:03.736 INFO O| Dec 21 00:12:03.736 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79052024-12-21T00:12:03.818Z[ recovery-image] Dec 21 00:12:03.759 INFO O| Dec 21 00:12:03.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
79062024-12-21T00:12:03.818Z[ recovery-image] Dec 21 00:12:03.759 INFO O| Dec 21 00:12:03.759 INFO STEP 1174 (remove_files) COMPLETE
79072024-12-21T00:12:03.818Z[ recovery-image] Dec 21 00:12:03.759 INFO O| Dec 21 00:12:03.759 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79082024-12-21T00:12:03.840Z[ recovery-image] Dec 21 00:12:03.781 INFO O| Dec 21 00:12:03.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
79092024-12-21T00:12:03.840Z[ recovery-image] Dec 21 00:12:03.781 INFO O| Dec 21 00:12:03.781 INFO STEP 1175 (remove_files) COMPLETE
79102024-12-21T00:12:03.840Z[ recovery-image] Dec 21 00:12:03.781 INFO O| Dec 21 00:12:03.781 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79112024-12-21T00:12:03.864Z[ recovery-image] Dec 21 00:12:03.804 INFO O| Dec 21 00:12:03.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
79122024-12-21T00:12:03.864Z[ recovery-image] Dec 21 00:12:03.804 INFO O| Dec 21 00:12:03.804 INFO STEP 1176 (remove_files) COMPLETE
79132024-12-21T00:12:03.864Z[ recovery-image] Dec 21 00:12:03.804 INFO O| Dec 21 00:12:03.804 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79142024-12-21T00:12:03.921Z[ recovery-image] Dec 21 00:12:03.862 INFO O| Dec 21 00:12:03.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
79152024-12-21T00:12:03.921Z[ recovery-image] Dec 21 00:12:03.862 INFO O| Dec 21 00:12:03.862 INFO STEP 1177 (remove_files) COMPLETE
79162024-12-21T00:12:03.924Z[ recovery-image] Dec 21 00:12:03.863 INFO O| Dec 21 00:12:03.862 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79172024-12-21T00:12:03.972Z[ recovery-image] Dec 21 00:12:03.912 INFO O| Dec 21 00:12:03.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
79182024-12-21T00:12:03.972Z[ recovery-image] Dec 21 00:12:03.912 INFO O| Dec 21 00:12:03.912 INFO STEP 1178 (remove_files) COMPLETE
79192024-12-21T00:12:03.972Z[ recovery-image] Dec 21 00:12:03.912 INFO O| Dec 21 00:12:03.912 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79202024-12-21T00:12:04.083Z[ recovery-image] Dec 21 00:12:04.024 INFO O| Dec 21 00:12:04.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
79212024-12-21T00:12:04.083Z[ recovery-image] Dec 21 00:12:04.024 INFO O| Dec 21 00:12:04.024 INFO STEP 1179 (remove_files) COMPLETE
79222024-12-21T00:12:04.083Z[ recovery-image] Dec 21 00:12:04.024 INFO O| Dec 21 00:12:04.024 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79232024-12-21T00:12:04.104Z[ recovery-image] Dec 21 00:12:04.044 INFO O| Dec 21 00:12:04.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
79242024-12-21T00:12:04.104Z[ recovery-image] Dec 21 00:12:04.044 INFO O| Dec 21 00:12:04.044 INFO STEP 1180 (remove_files) COMPLETE
79252024-12-21T00:12:04.104Z[ recovery-image] Dec 21 00:12:04.044 INFO O| Dec 21 00:12:04.044 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79262024-12-21T00:12:04.125Z[ recovery-image] Dec 21 00:12:04.066 INFO O| Dec 21 00:12:04.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
79272024-12-21T00:12:04.125Z[ recovery-image] Dec 21 00:12:04.066 INFO O| Dec 21 00:12:04.066 INFO STEP 1181 (remove_files) COMPLETE
79282024-12-21T00:12:04.128Z[ recovery-image] Dec 21 00:12:04.066 INFO O| Dec 21 00:12:04.066 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79292024-12-21T00:12:04.179Z[ recovery-image] Dec 21 00:12:04.121 INFO O| Dec 21 00:12:04.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
79302024-12-21T00:12:04.179Z[ recovery-image] Dec 21 00:12:04.121 INFO O| Dec 21 00:12:04.121 INFO STEP 1182 (remove_files) COMPLETE
79312024-12-21T00:12:04.179Z[ recovery-image] Dec 21 00:12:04.121 INFO O| Dec 21 00:12:04.121 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79322024-12-21T00:12:04.206Z[ recovery-image] Dec 21 00:12:04.147 INFO O| Dec 21 00:12:04.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
79332024-12-21T00:12:04.209Z[ recovery-image] Dec 21 00:12:04.148 INFO O| Dec 21 00:12:04.147 INFO STEP 1183 (remove_files) COMPLETE
79342024-12-21T00:12:04.209Z[ recovery-image] Dec 21 00:12:04.148 INFO O| Dec 21 00:12:04.148 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79352024-12-21T00:12:04.233Z[ recovery-image] Dec 21 00:12:04.174 INFO O| Dec 21 00:12:04.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
79362024-12-21T00:12:04.233Z[ recovery-image] Dec 21 00:12:04.174 INFO O| Dec 21 00:12:04.174 INFO STEP 1184 (remove_files) COMPLETE
79372024-12-21T00:12:04.233Z[ recovery-image] Dec 21 00:12:04.174 INFO O| Dec 21 00:12:04.174 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79382024-12-21T00:12:04.261Z[ recovery-image] Dec 21 00:12:04.201 INFO O| Dec 21 00:12:04.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
79392024-12-21T00:12:04.261Z[ recovery-image] Dec 21 00:12:04.201 INFO O| Dec 21 00:12:04.201 INFO STEP 1185 (remove_files) COMPLETE
79402024-12-21T00:12:04.261Z[ recovery-image] Dec 21 00:12:04.201 INFO O| Dec 21 00:12:04.201 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79412024-12-21T00:12:04.314Z[ recovery-image] Dec 21 00:12:04.255 INFO O| Dec 21 00:12:04.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
79422024-12-21T00:12:04.314Z[ recovery-image] Dec 21 00:12:04.255 INFO O| Dec 21 00:12:04.255 INFO STEP 1186 (remove_files) COMPLETE
79432024-12-21T00:12:04.314Z[ recovery-image] Dec 21 00:12:04.255 INFO O| Dec 21 00:12:04.255 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79442024-12-21T00:12:04.347Z[ recovery-image] Dec 21 00:12:04.287 INFO O| Dec 21 00:12:04.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
79452024-12-21T00:12:04.347Z[ recovery-image] Dec 21 00:12:04.287 INFO O| Dec 21 00:12:04.287 INFO STEP 1187 (remove_files) COMPLETE
79462024-12-21T00:12:04.347Z[ recovery-image] Dec 21 00:12:04.287 INFO O| Dec 21 00:12:04.287 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79472024-12-21T00:12:04.369Z[ recovery-image] Dec 21 00:12:04.309 INFO O| Dec 21 00:12:04.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
79482024-12-21T00:12:04.369Z[ recovery-image] Dec 21 00:12:04.309 INFO O| Dec 21 00:12:04.309 INFO STEP 1188 (remove_files) COMPLETE
79492024-12-21T00:12:04.369Z[ recovery-image] Dec 21 00:12:04.309 INFO O| Dec 21 00:12:04.309 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79502024-12-21T00:12:04.393Z[ recovery-image] Dec 21 00:12:04.334 INFO O| Dec 21 00:12:04.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
79512024-12-21T00:12:04.393Z[ recovery-image] Dec 21 00:12:04.334 INFO O| Dec 21 00:12:04.334 INFO STEP 1189 (remove_files) COMPLETE
79522024-12-21T00:12:04.393Z[ recovery-image] Dec 21 00:12:04.334 INFO O| Dec 21 00:12:04.334 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79532024-12-21T00:12:04.418Z[ recovery-image] Dec 21 00:12:04.360 INFO O| Dec 21 00:12:04.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
79542024-12-21T00:12:04.418Z[ recovery-image] Dec 21 00:12:04.360 INFO O| Dec 21 00:12:04.360 INFO STEP 1190 (remove_files) COMPLETE
79552024-12-21T00:12:04.421Z[ recovery-image] Dec 21 00:12:04.360 INFO O| Dec 21 00:12:04.360 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79562024-12-21T00:12:04.449Z[ recovery-image] Dec 21 00:12:04.388 INFO O| Dec 21 00:12:04.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
79572024-12-21T00:12:04.449Z[ recovery-image] Dec 21 00:12:04.388 INFO O| Dec 21 00:12:04.388 INFO STEP 1191 (remove_files) COMPLETE
79582024-12-21T00:12:04.449Z[ recovery-image] Dec 21 00:12:04.388 INFO O| Dec 21 00:12:04.388 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79592024-12-21T00:12:04.470Z[ recovery-image] Dec 21 00:12:04.411 INFO O| Dec 21 00:12:04.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
79602024-12-21T00:12:04.470Z[ recovery-image] Dec 21 00:12:04.411 INFO O| Dec 21 00:12:04.411 INFO STEP 1192 (remove_files) COMPLETE
79612024-12-21T00:12:04.472Z[ recovery-image] Dec 21 00:12:04.411 INFO O| Dec 21 00:12:04.411 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79622024-12-21T00:12:04.589Z[ recovery-image] Dec 21 00:12:04.530 INFO O| Dec 21 00:12:04.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
79632024-12-21T00:12:04.589Z[ recovery-image] Dec 21 00:12:04.530 INFO O| Dec 21 00:12:04.482 INFO STEP 1193 (remove_files) COMPLETE
79642024-12-21T00:12:04.591Z[ recovery-image] Dec 21 00:12:04.530 INFO O| Dec 21 00:12:04.482 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79652024-12-21T00:12:04.615Z[ recovery-image] Dec 21 00:12:04.550 INFO O| Dec 21 00:12:04.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
79662024-12-21T00:12:04.616Z[ recovery-image] Dec 21 00:12:04.550 INFO O| Dec 21 00:12:04.550 INFO STEP 1194 (remove_files) COMPLETE
79672024-12-21T00:12:04.618Z[ recovery-image] Dec 21 00:12:04.551 INFO O| Dec 21 00:12:04.551 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79682024-12-21T00:12:04.686Z[ recovery-image] Dec 21 00:12:04.627 INFO O| Dec 21 00:12:04.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
79692024-12-21T00:12:04.688Z[ recovery-image] Dec 21 00:12:04.627 INFO O| Dec 21 00:12:04.627 INFO STEP 1195 (remove_files) COMPLETE
79702024-12-21T00:12:04.688Z[ recovery-image] Dec 21 00:12:04.628 INFO O| Dec 21 00:12:04.628 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79712024-12-21T00:12:04.711Z[ recovery-image] Dec 21 00:12:04.652 INFO O| Dec 21 00:12:04.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
79722024-12-21T00:12:04.714Z[ recovery-image] Dec 21 00:12:04.653 INFO O| Dec 21 00:12:04.653 INFO STEP 1196 (remove_files) COMPLETE
79732024-12-21T00:12:04.714Z[ recovery-image] Dec 21 00:12:04.653 INFO O| Dec 21 00:12:04.653 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79742024-12-21T00:12:04.765Z[ recovery-image] Dec 21 00:12:04.706 INFO O| Dec 21 00:12:04.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
79752024-12-21T00:12:04.765Z[ recovery-image] Dec 21 00:12:04.706 INFO O| Dec 21 00:12:04.706 INFO STEP 1197 (remove_files) COMPLETE
79762024-12-21T00:12:04.765Z[ recovery-image] Dec 21 00:12:04.706 INFO O| Dec 21 00:12:04.706 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79772024-12-21T00:12:04.820Z[ recovery-image] Dec 21 00:12:04.742 INFO O| Dec 21 00:12:04.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
79782024-12-21T00:12:04.820Z[ recovery-image] Dec 21 00:12:04.742 INFO O| Dec 21 00:12:04.730 INFO STEP 1198 (remove_files) COMPLETE
79792024-12-21T00:12:04.820Z[ recovery-image] Dec 21 00:12:04.742 INFO O| Dec 21 00:12:04.730 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79802024-12-21T00:12:04.855Z[ recovery-image] Dec 21 00:12:04.797 INFO O| Dec 21 00:12:04.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
79812024-12-21T00:12:04.855Z[ recovery-image] Dec 21 00:12:04.797 INFO O| Dec 21 00:12:04.797 INFO STEP 1199 (remove_files) COMPLETE
79822024-12-21T00:12:04.855Z[ recovery-image] Dec 21 00:12:04.797 INFO O| Dec 21 00:12:04.797 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79832024-12-21T00:12:04.877Z[ recovery-image] Dec 21 00:12:04.819 INFO O| Dec 21 00:12:04.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
79842024-12-21T00:12:04.877Z[ recovery-image] Dec 21 00:12:04.819 INFO O| Dec 21 00:12:04.819 INFO STEP 1200 (remove_files) COMPLETE
79852024-12-21T00:12:04.877Z[ recovery-image] Dec 21 00:12:04.819 INFO O| Dec 21 00:12:04.819 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79862024-12-21T00:12:04.900Z[ recovery-image] Dec 21 00:12:04.842 INFO O| Dec 21 00:12:04.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
79872024-12-21T00:12:04.900Z[ recovery-image] Dec 21 00:12:04.842 INFO O| Dec 21 00:12:04.842 INFO STEP 1201 (remove_files) COMPLETE
79882024-12-21T00:12:04.900Z[ recovery-image] Dec 21 00:12:04.842 INFO O| Dec 21 00:12:04.842 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79892024-12-21T00:12:04.923Z[ recovery-image] Dec 21 00:12:04.864 INFO O| Dec 21 00:12:04.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
79902024-12-21T00:12:04.923Z[ recovery-image] Dec 21 00:12:04.864 INFO O| Dec 21 00:12:04.864 INFO STEP 1202 (remove_files) COMPLETE
79912024-12-21T00:12:04.926Z[ recovery-image] Dec 21 00:12:04.864 INFO O| Dec 21 00:12:04.864 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79922024-12-21T00:12:04.947Z[ recovery-image] Dec 21 00:12:04.887 INFO O| Dec 21 00:12:04.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
79932024-12-21T00:12:04.947Z[ recovery-image] Dec 21 00:12:04.887 INFO O| Dec 21 00:12:04.887 INFO STEP 1203 (remove_files) COMPLETE
79942024-12-21T00:12:04.947Z[ recovery-image] Dec 21 00:12:04.888 INFO O| Dec 21 00:12:04.887 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79952024-12-21T00:12:04.969Z[ recovery-image] Dec 21 00:12:04.910 INFO O| Dec 21 00:12:04.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
79962024-12-21T00:12:04.969Z[ recovery-image] Dec 21 00:12:04.910 INFO O| Dec 21 00:12:04.910 INFO STEP 1204 (remove_files) COMPLETE
79972024-12-21T00:12:04.969Z[ recovery-image] Dec 21 00:12:04.910 INFO O| Dec 21 00:12:04.910 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79982024-12-21T00:12:05.010Z[ recovery-image] Dec 21 00:12:04.951 INFO O| Dec 21 00:12:04.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
79992024-12-21T00:12:05.012Z[ recovery-image] Dec 21 00:12:04.951 INFO O| Dec 21 00:12:04.951 INFO STEP 1205 (remove_files) COMPLETE
80002024-12-21T00:12:05.012Z[ recovery-image] Dec 21 00:12:04.951 INFO O| Dec 21 00:12:04.951 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
80012024-12-21T00:12:05.042Z[ recovery-image] Dec 21 00:12:04.983 INFO O| Dec 21 00:12:04.983 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
80022024-12-21T00:12:05.044Z[ recovery-image] Dec 21 00:12:04.984 INFO O| Dec 21 00:12:04.983 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
80032024-12-21T00:12:06.917Z[ recovery-image] Dec 21 00:12:06.859 INFO O| Dec 21 00:12:06.859 INFO STEP 1206 (pack_tar) COMPLETE
80042024-12-21T00:12:06.917Z[ recovery-image] Dec 21 00:12:06.859 INFO O| Dec 21 00:12:06.859 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
80052024-12-21T00:12:06.920Z[ recovery-image] Dec 21 00:12:06.859 INFO O| Dec 21 00:12:06.859 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
80062024-12-21T00:12:07.277Z[ recovery-image] Dec 21 00:12:07.219 INFO O| Dec 21 00:12:07.218 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
80072024-12-21T00:12:07.432Z[ recovery-image] Dec 21 00:12:07.374 INFO O| Dec 21 00:12:07.373 INFO completed processing gimlet/ramdisk-03-recovery-trim
80082024-12-21T00:12:07.443Z[ recovery-image] Dec 21 00:12:07.384 INFO image builder template: zfs-recovery...
80092024-12-21T00:12:07.443Z[ recovery-image] Dec 21 00:12:07.384 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/.tmpaSG2wu/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
80102024-12-21T00:12:07.501Z[ recovery-image] Dec 21 00:12:07.443 INFO O| Dec 21 00:12:07.443 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80112024-12-21T00:12:07.546Z[ recovery-image] Dec 21 00:12:07.485 INFO O| Dec 21 00:12:07.485 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80122024-12-21T00:12:07.683Z[ recovery-image] Dec 21 00:12:07.625 INFO O| Dec 21 00:12:07.625 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
80132024-12-21T00:12:07.820Z[ recovery-image] Dec 21 00:12:07.762 INFO O| Dec 21 00:12:07.761 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80142024-12-21T00:12:07.823Z[ recovery-image] Dec 21 00:12:07.762 INFO O| Dec 21 00:12:07.762 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
80152024-12-21T00:12:07.831Z[ recovery-image] Dec 21 00:12:07.771 INFO O| Dec 21 00:12:07.771 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
80162024-12-21T00:12:08.034Z[ recovery-image] Dec 21 00:12:07.976 INFO O| Dec 21 00:12:07.976 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
80172024-12-21T00:12:08.139Z[ recovery-image] Dec 21 00:12:08.080 INFO O| Dec 21 00:12:08.080 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
80182024-12-21T00:12:08.181Z[ recovery-image] Dec 21 00:12:08.123 INFO O| Dec 21 00:12:08.123 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
80192024-12-21T00:12:08.196Z[ recovery-image] Dec 21 00:12:08.138 INFO O| Dec 21 00:12:08.138 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
80202024-12-21T00:12:08.217Z[ recovery-image] Dec 21 00:12:08.159 INFO O| Dec 21 00:12:08.159 INFO no lofi found
80212024-12-21T00:12:08.217Z[ recovery-image] Dec 21 00:12:08.159 INFO O| Dec 21 00:12:08.159 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
80222024-12-21T00:12:08.217Z[ recovery-image] Dec 21 00:12:08.159 INFO O| Dec 21 00:12:08.159 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
80232024-12-21T00:12:11.069Z[ recovery-image] Dec 21 00:12:11.011 INFO O| Dec 21 00:12:11.011 INFO lofi device = /dev/dsk/c2t1d0p0
80242024-12-21T00:12:11.069Z[ recovery-image] Dec 21 00:12:11.011 INFO O| Dec 21 00:12:11.011 INFO pool device = /dev/dsk/c2t1d0p0
80252024-12-21T00:12:11.072Z[ recovery-image] Dec 21 00:12:11.012 INFO O| Dec 21 00:12:11.012 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"]
80262024-12-21T00:12:11.261Z[ recovery-image] Dec 21 00:12:11.203 INFO O| Dec 21 00:12:11.203 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80272024-12-21T00:12:11.261Z[ recovery-image] Dec 21 00:12:11.203 INFO O| Dec 21 00:12:11.203 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
80282024-12-21T00:12:11.297Z[ recovery-image] Dec 21 00:12:11.240 INFO O| Dec 21 00:12:11.239 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
80292024-12-21T00:12:11.688Z[ recovery-image] Dec 21 00:12:11.629 INFO O| Dec 21 00:12:11.629 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
80302024-12-21T00:12:11.754Z[ recovery-image] Dec 21 00:12:11.695 INFO O| Dec 21 00:12:11.695 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
80312024-12-21T00:12:11.807Z[ recovery-image] Dec 21 00:12:11.749 INFO O| Dec 21 00:12:11.748 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
80322024-12-21T00:12:11.830Z[ recovery-image] Dec 21 00:12:11.771 INFO O| Dec 21 00:12:11.771 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
80332024-12-21T00:12:11.945Z[ recovery-image] Dec 21 00:12:11.888 INFO O| Dec 21 00:12:11.887 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
80342024-12-21T00:12:11.949Z[ recovery-image] Dec 21 00:12:11.888 INFO O| Dec 21 00:12:11.888 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
80352024-12-21T00:12:11.949Z[ recovery-image] Dec 21 00:12:11.888 INFO O| Dec 21 00:12:11.888 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
80362024-12-21T00:12:11.970Z[ recovery-image] Dec 21 00:12:11.912 INFO O| Dec 21 00:12:11.911 INFO boot environment UUID: c15f07f0-0d0a-439d-9a95-f02955d8b69b
80372024-12-21T00:12:11.970Z[ recovery-image] Dec 21 00:12:11.912 INFO O| Dec 21 00:12:11.912 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = c15f07f0-0d0a-439d-9a95-f02955d8b69b
80382024-12-21T00:12:12.073Z[ recovery-image] Dec 21 00:12:12.015 INFO O| Dec 21 00:12:12.015 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
80392024-12-21T00:12:12.148Z[ recovery-image] Dec 21 00:12:12.090 INFO O| Dec 21 00:12:12.090 INFO STEP 0 (create_be) COMPLETE
80402024-12-21T00:12:12.148Z[ recovery-image] Dec 21 00:12:12.090 INFO O| Dec 21 00:12:12.090 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80412024-12-21T00:12:12.296Z[ recovery-image] Dec 21 00:12:12.238 INFO O| Dec 21 00:12:12.237 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"]
80422024-12-21T00:12:19.438Z[ recovery-image] Dec 21 00:12:19.382 INFO O| Dec 21 00:12:19.381 INFO STEP 1 (unpack_tar) COMPLETE
80432024-12-21T00:12:19.438Z[ recovery-image] Dec 21 00:12:19.382 INFO O| Dec 21 00:12:19.382 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80442024-12-21T00:12:19.459Z[ recovery-image] Dec 21 00:12:19.403 INFO O| Dec 21 00:12:19.403 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
80452024-12-21T00:12:19.818Z[ recovery-image] Dec 21 00:12:19.761 INFO O| Dec 21 00:12:19.761 INFO STEP 2 (devfsadm) COMPLETE
80462024-12-21T00:12:19.818Z[ recovery-image] Dec 21 00:12:19.761 INFO O| Dec 21 00:12:19.761 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80472024-12-21T00:12:19.839Z[ recovery-image] Dec 21 00:12:19.782 INFO O| Dec 21 00:12:19.782 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80482024-12-21T00:12:19.839Z[ recovery-image] Dec 21 00:12:19.782 INFO O| Dec 21 00:12:19.782 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80492024-12-21T00:12:19.843Z[ recovery-image] Dec 21 00:12:19.782 INFO O| Dec 21 00:12:19.782 INFO STEP 3 (ensure_dir) COMPLETE
80502024-12-21T00:12:19.843Z[ recovery-image] Dec 21 00:12:19.782 INFO O| Dec 21 00:12:19.782 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80512024-12-21T00:12:19.859Z[ recovery-image] Dec 21 00:12:19.801 INFO O| Dec 21 00:12:19.801 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80522024-12-21T00:12:19.859Z[ recovery-image] Dec 21 00:12:19.801 INFO O| Dec 21 00:12:19.801 INFO STEP 4 (ensure_dir) COMPLETE
80532024-12-21T00:12:19.859Z[ recovery-image] Dec 21 00:12:19.801 INFO O| Dec 21 00:12:19.801 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80542024-12-21T00:12:19.916Z[ recovery-image] Dec 21 00:12:19.860 INFO O| Dec 21 00:12:19.859 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80552024-12-21T00:12:19.916Z[ recovery-image] Dec 21 00:12:19.860 INFO O| Dec 21 00:12:19.860 INFO STEP 5 (ensure_dir) COMPLETE
80562024-12-21T00:12:19.919Z[ recovery-image] Dec 21 00:12:19.860 INFO O| Dec 21 00:12:19.860 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80572024-12-21T00:12:20.009Z[ recovery-image] Dec 21 00:12:19.953 INFO O| Dec 21 00:12:19.953 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80582024-12-21T00:12:20.011Z[ recovery-image] Dec 21 00:12:19.953 INFO O| Dec 21 00:12:19.953 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80592024-12-21T00:12:20.012Z[ recovery-image] Dec 21 00:12:19.953 INFO O| Dec 21 00:12:19.953 INFO STEP 6 (ensure_dir) COMPLETE
80602024-12-21T00:12:20.012Z[ recovery-image] Dec 21 00:12:19.953 INFO O| Dec 21 00:12:19.953 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80612024-12-21T00:12:20.032Z[ recovery-image] Dec 21 00:12:19.976 INFO O| Dec 21 00:12:19.976 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80622024-12-21T00:12:20.032Z[ recovery-image] Dec 21 00:12:19.976 INFO O| Dec 21 00:12:19.976 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80632024-12-21T00:12:20.038Z[ recovery-image] Dec 21 00:12:19.976 INFO O| Dec 21 00:12:19.976 INFO STEP 7 (ensure_dir) COMPLETE
80642024-12-21T00:12:20.039Z[ recovery-image] Dec 21 00:12:19.976 INFO O| Dec 21 00:12:19.976 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80652024-12-21T00:12:20.078Z[ recovery-image] Dec 21 00:12:20.021 INFO O| Dec 21 00:12:20.021 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
80662024-12-21T00:12:20.081Z[ recovery-image] Dec 21 00:12:20.021 INFO O| Dec 21 00:12:20.021 INFO STEP 8 (remove_files) COMPLETE
80672024-12-21T00:12:20.081Z[ recovery-image] Dec 21 00:12:20.021 INFO O| Dec 21 00:12:20.021 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80682024-12-21T00:12:20.160Z[ recovery-image] Dec 21 00:12:20.103 INFO O| Dec 21 00:12:20.103 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
80692024-12-21T00:12:20.162Z[ recovery-image] Dec 21 00:12:20.104 INFO O| Dec 21 00:12:20.104 INFO STEP 9 (remove_files) COMPLETE
80702024-12-21T00:12:20.162Z[ recovery-image] Dec 21 00:12:20.104 INFO O| Dec 21 00:12:20.104 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80712024-12-21T00:12:20.186Z[ recovery-image] Dec 21 00:12:20.129 INFO O| Dec 21 00:12:20.129 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
80722024-12-21T00:12:20.189Z[ recovery-image] Dec 21 00:12:20.131 INFO O| Dec 21 00:12:20.131 INFO STEP 10 (remove_files) COMPLETE
80732024-12-21T00:12:20.189Z[ recovery-image] Dec 21 00:12:20.131 INFO O| Dec 21 00:12:20.131 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80742024-12-21T00:12:20.210Z[ recovery-image] Dec 21 00:12:20.153 INFO O| Dec 21 00:12:20.153 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
80752024-12-21T00:12:20.213Z[ recovery-image] Dec 21 00:12:20.154 INFO O| Dec 21 00:12:20.154 INFO STEP 11 (remove_files) COMPLETE
80762024-12-21T00:12:20.213Z[ recovery-image] Dec 21 00:12:20.154 INFO O| Dec 21 00:12:20.154 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80772024-12-21T00:12:20.233Z[ recovery-image] Dec 21 00:12:20.176 INFO O| Dec 21 00:12:20.176 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
80782024-12-21T00:12:20.237Z[ recovery-image] Dec 21 00:12:20.176 INFO O| Dec 21 00:12:20.176 INFO STEP 12 (remove_files) COMPLETE
80792024-12-21T00:12:20.237Z[ recovery-image] Dec 21 00:12:20.176 INFO O| Dec 21 00:12:20.176 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80802024-12-21T00:12:20.293Z[ recovery-image] Dec 21 00:12:20.236 INFO O| Dec 21 00:12:20.236 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80812024-12-21T00:12:20.293Z[ recovery-image] Dec 21 00:12:20.236 INFO O| Dec 21 00:12:20.236 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80822024-12-21T00:12:20.293Z[ recovery-image] Dec 21 00:12:20.236 INFO O| Dec 21 00:12:20.236 INFO STEP 13 (ensure_dir) COMPLETE
80832024-12-21T00:12:20.293Z[ recovery-image] Dec 21 00:12:20.236 INFO O| Dec 21 00:12:20.236 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80842024-12-21T00:12:20.326Z[ recovery-image] Dec 21 00:12:20.269 INFO O| Dec 21 00:12:20.269 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80852024-12-21T00:12:20.329Z[ recovery-image] Dec 21 00:12:20.270 INFO O| Dec 21 00:12:20.269 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80862024-12-21T00:12:20.329Z[ recovery-image] Dec 21 00:12:20.270 INFO O| Dec 21 00:12:20.270 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80872024-12-21T00:12:20.329Z[ recovery-image] Dec 21 00:12:20.270 INFO O| Dec 21 00:12:20.270 INFO STEP 14 (ensure_dir) COMPLETE
80882024-12-21T00:12:20.329Z[ recovery-image] Dec 21 00:12:20.270 INFO O| Dec 21 00:12:20.270 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80892024-12-21T00:12:20.349Z[ recovery-image] Dec 21 00:12:20.293 INFO O| Dec 21 00:12:20.293 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80902024-12-21T00:12:20.353Z[ recovery-image] Dec 21 00:12:20.293 INFO O| Dec 21 00:12:20.293 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80912024-12-21T00:12:20.354Z[ recovery-image] Dec 21 00:12:20.293 INFO O| Dec 21 00:12:20.293 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80922024-12-21T00:12:20.354Z[ recovery-image] Dec 21 00:12:20.294 INFO O| Dec 21 00:12:20.294 INFO STEP 15 (ensure_dir) COMPLETE
80932024-12-21T00:12:20.354Z[ recovery-image] Dec 21 00:12:20.294 INFO O| Dec 21 00:12:20.294 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80942024-12-21T00:12:20.374Z[ recovery-image] Dec 21 00:12:20.317 INFO O| Dec 21 00:12:20.316 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80952024-12-21T00:12:20.380Z[ recovery-image] Dec 21 00:12:20.317 INFO O| Dec 21 00:12:20.317 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80962024-12-21T00:12:20.380Z[ recovery-image] Dec 21 00:12:20.317 INFO O| Dec 21 00:12:20.317 INFO STEP 16 (ensure_dir) COMPLETE
80972024-12-21T00:12:20.381Z[ recovery-image] Dec 21 00:12:20.317 INFO O| Dec 21 00:12:20.317 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80982024-12-21T00:12:20.396Z[ recovery-image] Dec 21 00:12:20.340 INFO O| Dec 21 00:12:20.340 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80992024-12-21T00:12:20.399Z[ recovery-image] Dec 21 00:12:20.340 INFO O| Dec 21 00:12:20.340 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
81002024-12-21T00:12:20.399Z[ recovery-image] Dec 21 00:12:20.340 INFO O| Dec 21 00:12:20.340 INFO STEP 17 (ensure_dir) COMPLETE
81012024-12-21T00:12:20.399Z[ recovery-image] Dec 21 00:12:20.341 INFO O| Dec 21 00:12:20.341 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81022024-12-21T00:12:20.419Z[ recovery-image] Dec 21 00:12:20.363 INFO O| Dec 21 00:12:20.363 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
81032024-12-21T00:12:20.422Z[ recovery-image] Dec 21 00:12:20.363 INFO O| Dec 21 00:12:20.363 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
81042024-12-21T00:12:20.422Z[ recovery-image] Dec 21 00:12:20.363 INFO O| Dec 21 00:12:20.363 INFO ok!
81052024-12-21T00:12:20.422Z[ recovery-image] Dec 21 00:12:20.363 INFO O| Dec 21 00:12:20.363 INFO STEP 18 (ensure_symlink) COMPLETE
81062024-12-21T00:12:20.422Z[ recovery-image] Dec 21 00:12:20.364 INFO O| Dec 21 00:12:20.364 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81072024-12-21T00:12:20.442Z[ recovery-image] Dec 21 00:12:20.386 INFO O| Dec 21 00:12:20.386 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
81082024-12-21T00:12:20.445Z[ recovery-image] Dec 21 00:12:20.386 INFO O| Dec 21 00:12:20.386 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
81092024-12-21T00:12:20.445Z[ recovery-image] Dec 21 00:12:20.386 INFO O| Dec 21 00:12:20.386 INFO ok!
81102024-12-21T00:12:20.445Z[ recovery-image] Dec 21 00:12:20.386 INFO O| Dec 21 00:12:20.386 INFO STEP 19 (ensure_file) COMPLETE
81112024-12-21T00:12:20.445Z[ recovery-image] Dec 21 00:12:20.386 INFO O| Dec 21 00:12:20.386 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81122024-12-21T00:12:20.467Z[ recovery-image] Dec 21 00:12:20.410 INFO O| Dec 21 00:12:20.410 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
81132024-12-21T00:12:20.467Z[ recovery-image] Dec 21 00:12:20.410 INFO O| Dec 21 00:12:20.410 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
81142024-12-21T00:12:20.474Z[ recovery-image] Dec 21 00:12:20.410 INFO O| Dec 21 00:12:20.410 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
81152024-12-21T00:12:20.474Z[ recovery-image] Dec 21 00:12:20.410 INFO O| Dec 21 00:12:20.410 INFO ok!
81162024-12-21T00:12:20.474Z[ recovery-image] Dec 21 00:12:20.410 INFO O| Dec 21 00:12:20.410 INFO STEP 20 (ensure_symlink) COMPLETE
81172024-12-21T00:12:20.474Z[ recovery-image] Dec 21 00:12:20.411 INFO O| Dec 21 00:12:20.411 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81182024-12-21T00:12:20.492Z[ recovery-image] Dec 21 00:12:20.433 INFO O| Dec 21 00:12:20.433 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
81192024-12-21T00:12:20.492Z[ recovery-image] Dec 21 00:12:20.433 INFO O| Dec 21 00:12:20.433 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
81202024-12-21T00:12:20.497Z[ recovery-image] Dec 21 00:12:20.433 INFO O| Dec 21 00:12:20.433 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
81212024-12-21T00:12:20.497Z[ recovery-image] Dec 21 00:12:20.433 INFO O| Dec 21 00:12:20.433 INFO ok!
81222024-12-21T00:12:20.497Z[ recovery-image] Dec 21 00:12:20.433 INFO O| Dec 21 00:12:20.433 INFO STEP 21 (ensure_symlink) COMPLETE
81232024-12-21T00:12:20.498Z[ recovery-image] Dec 21 00:12:20.433 INFO O| Dec 21 00:12:20.433 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81242024-12-21T00:12:20.515Z[ recovery-image] Dec 21 00:12:20.457 INFO O| Dec 21 00:12:20.456 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
81252024-12-21T00:12:20.515Z[ recovery-image] Dec 21 00:12:20.457 INFO O| Dec 21 00:12:20.457 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
81262024-12-21T00:12:20.527Z[ recovery-image] Dec 21 00:12:20.457 INFO O| Dec 21 00:12:20.457 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
81272024-12-21T00:12:20.527Z[ recovery-image] Dec 21 00:12:20.457 INFO O| Dec 21 00:12:20.457 INFO ok!
81282024-12-21T00:12:20.527Z[ recovery-image] Dec 21 00:12:20.457 INFO O| Dec 21 00:12:20.457 INFO STEP 22 (ensure_symlink) COMPLETE
81292024-12-21T00:12:20.527Z[ recovery-image] Dec 21 00:12:20.457 INFO O| Dec 21 00:12:20.457 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81302024-12-21T00:12:20.571Z[ recovery-image] Dec 21 00:12:20.515 INFO O| Dec 21 00:12:20.515 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
81312024-12-21T00:12:20.571Z[ recovery-image] Dec 21 00:12:20.515 INFO O| Dec 21 00:12:20.515 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
81322024-12-21T00:12:20.574Z[ recovery-image] Dec 21 00:12:20.515 INFO O| Dec 21 00:12:20.515 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
81332024-12-21T00:12:20.574Z[ recovery-image] Dec 21 00:12:20.516 INFO O| Dec 21 00:12:20.515 INFO ok!
81342024-12-21T00:12:20.574Z[ recovery-image] Dec 21 00:12:20.516 INFO O| Dec 21 00:12:20.516 INFO STEP 23 (ensure_symlink) COMPLETE
81352024-12-21T00:12:20.574Z[ recovery-image] Dec 21 00:12:20.516 INFO O| Dec 21 00:12:20.516 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81362024-12-21T00:12:20.596Z[ recovery-image] Dec 21 00:12:20.540 INFO O| Dec 21 00:12:20.540 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
81372024-12-21T00:12:20.599Z[ recovery-image] Dec 21 00:12:20.540 INFO O| Dec 21 00:12:20.540 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 ...
81382024-12-21T00:12:20.599Z[ recovery-image] Dec 21 00:12:20.541 INFO O| Dec 21 00:12:20.541 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
81392024-12-21T00:12:20.599Z[ recovery-image] Dec 21 00:12:20.541 INFO O| Dec 21 00:12:20.541 INFO ok!
81402024-12-21T00:12:20.599Z[ recovery-image] Dec 21 00:12:20.541 INFO O| Dec 21 00:12:20.541 INFO STEP 24 (ensure_file) COMPLETE
81412024-12-21T00:12:20.599Z[ recovery-image] Dec 21 00:12:20.541 INFO O| Dec 21 00:12:20.541 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
81422024-12-21T00:12:20.652Z[ recovery-image] Dec 21 00:12:20.595 INFO O| Dec 21 00:12:20.595 INFO updating shadow file
81432024-12-21T00:12:20.655Z[ recovery-image] Dec 21 00:12:20.596 INFO O| Dec 21 00:12:20.596 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
81442024-12-21T00:12:20.655Z[ recovery-image] Dec 21 00:12:20.596 INFO O| Dec 21 00:12:20.596 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
81452024-12-21T00:12:20.655Z[ recovery-image] Dec 21 00:12:20.596 INFO O| Dec 21 00:12:20.596 INFO STEP 25 (shadow) COMPLETE
81462024-12-21T00:12:20.656Z[ recovery-image] Dec 21 00:12:20.596 INFO O| Dec 21 00:12:20.596 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81472024-12-21T00:12:20.716Z[ recovery-image] Dec 21 00:12:20.659 INFO O| Dec 21 00:12:20.659 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
81482024-12-21T00:12:20.716Z[ recovery-image] Dec 21 00:12:20.660 INFO O| Dec 21 00:12:20.659 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
81492024-12-21T00:12:20.719Z[ recovery-image] Dec 21 00:12:20.660 INFO O| Dec 21 00:12:20.660 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
81502024-12-21T00:12:20.719Z[ recovery-image] Dec 21 00:12:20.660 INFO O| Dec 21 00:12:20.660 INFO ok!
81512024-12-21T00:12:20.719Z[ recovery-image] Dec 21 00:12:20.660 INFO O| Dec 21 00:12:20.660 INFO STEP 26 (ensure_file) COMPLETE
81522024-12-21T00:12:20.719Z[ recovery-image] Dec 21 00:12:20.660 INFO O| Dec 21 00:12:20.660 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81532024-12-21T00:12:20.739Z[ recovery-image] Dec 21 00:12:20.682 INFO O| Dec 21 00:12:20.682 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
81542024-12-21T00:12:20.739Z[ recovery-image] Dec 21 00:12:20.682 INFO O| Dec 21 00:12:20.682 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
81552024-12-21T00:12:20.739Z[ recovery-image] Dec 21 00:12:20.683 INFO O| Dec 21 00:12:20.682 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
81562024-12-21T00:12:20.741Z[ recovery-image] Dec 21 00:12:20.683 INFO O| Dec 21 00:12:20.683 INFO ok!
81572024-12-21T00:12:20.741Z[ recovery-image] Dec 21 00:12:20.683 INFO O| Dec 21 00:12:20.683 INFO STEP 27 (ensure_file) COMPLETE
81582024-12-21T00:12:20.741Z[ recovery-image] Dec 21 00:12:20.683 INFO O| Dec 21 00:12:20.683 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81592024-12-21T00:12:20.761Z[ recovery-image] Dec 21 00:12:20.705 INFO O| Dec 21 00:12:20.705 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
81602024-12-21T00:12:20.762Z[ recovery-image] Dec 21 00:12:20.705 INFO O| Dec 21 00:12:20.705 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
81612024-12-21T00:12:20.764Z[ recovery-image] Dec 21 00:12:20.705 INFO O| Dec 21 00:12:20.705 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
81622024-12-21T00:12:20.764Z[ recovery-image] Dec 21 00:12:20.706 INFO O| Dec 21 00:12:20.705 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
81632024-12-21T00:12:20.764Z[ recovery-image] Dec 21 00:12:20.706 INFO O| Dec 21 00:12:20.706 INFO ok!
81642024-12-21T00:12:20.764Z[ recovery-image] Dec 21 00:12:20.706 INFO O| Dec 21 00:12:20.706 INFO STEP 28 (ensure_file) COMPLETE
81652024-12-21T00:12:20.764Z[ recovery-image] Dec 21 00:12:20.706 INFO O| Dec 21 00:12:20.706 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81662024-12-21T00:12:20.783Z[ recovery-image] Dec 21 00:12:20.727 INFO O| Dec 21 00:12:20.727 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
81672024-12-21T00:12:20.783Z[ recovery-image] Dec 21 00:12:20.727 INFO O| Dec 21 00:12:20.727 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
81682024-12-21T00:12:20.783Z[ recovery-image] Dec 21 00:12:20.727 INFO O| Dec 21 00:12:20.727 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
81692024-12-21T00:12:20.786Z[ recovery-image] Dec 21 00:12:20.727 INFO O| Dec 21 00:12:20.727 INFO ok!
81702024-12-21T00:12:20.786Z[ recovery-image] Dec 21 00:12:20.727 INFO O| Dec 21 00:12:20.727 INFO STEP 29 (ensure_file) COMPLETE
81712024-12-21T00:12:20.786Z[ recovery-image] Dec 21 00:12:20.727 INFO O| Dec 21 00:12:20.727 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81722024-12-21T00:12:20.820Z[ recovery-image] Dec 21 00:12:20.764 INFO O| Dec 21 00:12:20.763 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
81732024-12-21T00:12:20.820Z[ recovery-image] Dec 21 00:12:20.764 INFO O| Dec 21 00:12:20.763 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
81742024-12-21T00:12:20.823Z[ recovery-image] Dec 21 00:12:20.764 INFO O| Dec 21 00:12:20.764 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
81752024-12-21T00:12:20.823Z[ recovery-image] Dec 21 00:12:20.764 INFO O| Dec 21 00:12:20.764 INFO ok!
81762024-12-21T00:12:20.823Z[ recovery-image] Dec 21 00:12:20.764 INFO O| Dec 21 00:12:20.764 INFO STEP 30 (ensure_file) COMPLETE
81772024-12-21T00:12:20.823Z[ recovery-image] Dec 21 00:12:20.764 INFO O| Dec 21 00:12:20.764 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81782024-12-21T00:12:20.843Z[ recovery-image] Dec 21 00:12:20.787 INFO O| Dec 21 00:12:20.787 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
81792024-12-21T00:12:20.846Z[ recovery-image] Dec 21 00:12:20.787 INFO O| Dec 21 00:12:20.787 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
81802024-12-21T00:12:20.846Z[ recovery-image] Dec 21 00:12:20.787 INFO O| Dec 21 00:12:20.787 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81812024-12-21T00:12:20.847Z[ recovery-image] Dec 21 00:12:20.787 INFO O| Dec 21 00:12:20.787 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81822024-12-21T00:12:20.847Z[ recovery-image] Dec 21 00:12:20.787 INFO O| Dec 21 00:12:20.787 INFO ok!
81832024-12-21T00:12:20.847Z[ recovery-image] Dec 21 00:12:20.787 INFO O| Dec 21 00:12:20.787 INFO STEP 31 (ensure_file) COMPLETE
81842024-12-21T00:12:20.851Z[ recovery-image] Dec 21 00:12:20.787 INFO O| Dec 21 00:12:20.787 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81852024-12-21T00:12:20.877Z[ recovery-image] Dec 21 00:12:20.810 INFO O| Dec 21 00:12:20.810 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
81862024-12-21T00:12:20.878Z[ recovery-image] Dec 21 00:12:20.810 INFO O| Dec 21 00:12:20.810 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
81872024-12-21T00:12:20.901Z[ recovery-image] Dec 21 00:12:20.810 INFO O| Dec 21 00:12:20.810 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
81882024-12-21T00:12:20.902Z[ recovery-image] Dec 21 00:12:20.810 INFO O| Dec 21 00:12:20.810 INFO ok!
81892024-12-21T00:12:20.902Z[ recovery-image] Dec 21 00:12:20.810 INFO O| Dec 21 00:12:20.810 INFO STEP 32 (ensure_file) COMPLETE
81902024-12-21T00:12:20.902Z[ recovery-image] Dec 21 00:12:20.811 INFO O| Dec 21 00:12:20.810 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81912024-12-21T00:12:20.911Z[ recovery-image] Dec 21 00:12:20.835 INFO O| Dec 21 00:12:20.834 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
81922024-12-21T00:12:20.911Z[ recovery-image] Dec 21 00:12:20.835 INFO O| Dec 21 00:12:20.835 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
81932024-12-21T00:12:20.911Z[ recovery-image] Dec 21 00:12:20.835 INFO O| Dec 21 00:12:20.835 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
81942024-12-21T00:12:20.911Z[ recovery-image] Dec 21 00:12:20.835 INFO O| Dec 21 00:12:20.835 INFO ok!
81952024-12-21T00:12:20.912Z[ recovery-image] Dec 21 00:12:20.835 INFO O| Dec 21 00:12:20.835 INFO STEP 33 (ensure_file) COMPLETE
81962024-12-21T00:12:20.912Z[ recovery-image] Dec 21 00:12:20.835 INFO O| Dec 21 00:12:20.835 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81972024-12-21T00:12:20.934Z[ recovery-image] Dec 21 00:12:20.878 INFO O| Dec 21 00:12:20.878 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
81982024-12-21T00:12:20.935Z[ recovery-image] Dec 21 00:12:20.878 INFO O| Dec 21 00:12:20.878 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
81992024-12-21T00:12:20.937Z[ recovery-image] Dec 21 00:12:20.878 INFO O| Dec 21 00:12:20.878 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82002024-12-21T00:12:20.937Z[ recovery-image] Dec 21 00:12:20.878 INFO O| Dec 21 00:12:20.878 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82012024-12-21T00:12:20.937Z[ recovery-image] Dec 21 00:12:20.879 INFO O| Dec 21 00:12:20.878 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82022024-12-21T00:12:20.937Z[ recovery-image] Dec 21 00:12:20.879 INFO O| Dec 21 00:12:20.879 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82032024-12-21T00:12:20.937Z[ recovery-image] Dec 21 00:12:20.879 INFO O| Dec 21 00:12:20.879 INFO ok!
82042024-12-21T00:12:20.937Z[ recovery-image] Dec 21 00:12:20.879 INFO O| Dec 21 00:12:20.879 INFO STEP 34 (ensure_file) COMPLETE
82052024-12-21T00:12:20.937Z[ recovery-image] Dec 21 00:12:20.879 INFO O| Dec 21 00:12:20.879 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82062024-12-21T00:12:20.958Z[ recovery-image] Dec 21 00:12:20.902 INFO O| Dec 21 00:12:20.902 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82072024-12-21T00:12:20.961Z[ recovery-image] Dec 21 00:12:20.903 INFO O| Dec 21 00:12:20.902 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82082024-12-21T00:12:20.961Z[ recovery-image] Dec 21 00:12:20.903 INFO O| Dec 21 00:12:20.903 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82092024-12-21T00:12:20.961Z[ recovery-image] Dec 21 00:12:20.903 INFO O| Dec 21 00:12:20.903 INFO STEP 35 (ensure_dir) COMPLETE
82102024-12-21T00:12:20.961Z[ recovery-image] Dec 21 00:12:20.903 INFO O| Dec 21 00:12:20.903 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82112024-12-21T00:12:20.980Z[ recovery-image] Dec 21 00:12:20.924 INFO O| Dec 21 00:12:20.924 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
82122024-12-21T00:12:20.980Z[ recovery-image] Dec 21 00:12:20.924 INFO O| Dec 21 00:12:20.924 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 ...
82132024-12-21T00:12:20.984Z[ recovery-image] Dec 21 00:12:20.924 INFO O| Dec 21 00:12:20.924 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
82142024-12-21T00:12:20.984Z[ recovery-image] Dec 21 00:12:20.925 INFO O| Dec 21 00:12:20.925 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
82152024-12-21T00:12:20.984Z[ recovery-image] Dec 21 00:12:20.925 INFO O| Dec 21 00:12:20.925 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
82162024-12-21T00:12:20.984Z[ recovery-image] Dec 21 00:12:20.925 INFO O| Dec 21 00:12:20.925 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
82172024-12-21T00:12:20.984Z[ recovery-image] Dec 21 00:12:20.925 INFO O| Dec 21 00:12:20.925 INFO ok!
82182024-12-21T00:12:20.984Z[ recovery-image] Dec 21 00:12:20.925 INFO O| Dec 21 00:12:20.925 INFO STEP 36 (ensure_file) COMPLETE
82192024-12-21T00:12:20.984Z[ recovery-image] Dec 21 00:12:20.925 INFO O| Dec 21 00:12:20.925 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82202024-12-21T00:12:21.042Z[ recovery-image] Dec 21 00:12:20.985 INFO O| Dec 21 00:12:20.985 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
82212024-12-21T00:12:21.042Z[ recovery-image] Dec 21 00:12:20.985 INFO O| Dec 21 00:12:20.985 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 ...
82222024-12-21T00:12:21.042Z[ recovery-image] Dec 21 00:12:20.985 INFO O| Dec 21 00:12:20.985 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
82232024-12-21T00:12:21.047Z[ recovery-image] Dec 21 00:12:20.985 INFO O| Dec 21 00:12:20.985 INFO ok!
82242024-12-21T00:12:21.047Z[ recovery-image] Dec 21 00:12:20.985 INFO O| Dec 21 00:12:20.985 INFO STEP 37 (ensure_symlink) COMPLETE
82252024-12-21T00:12:21.047Z[ recovery-image] Dec 21 00:12:20.985 INFO O| Dec 21 00:12:20.985 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82262024-12-21T00:12:21.100Z[ recovery-image] Dec 21 00:12:21.043 INFO O| Dec 21 00:12:21.043 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
82272024-12-21T00:12:21.101Z[ recovery-image] Dec 21 00:12:21.043 INFO O| Dec 21 00:12:21.043 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
82282024-12-21T00:12:21.101Z[ recovery-image] Dec 21 00:12:21.043 INFO O| Dec 21 00:12:21.043 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82292024-12-21T00:12:21.107Z[ recovery-image] Dec 21 00:12:21.043 INFO O| Dec 21 00:12:21.043 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82302024-12-21T00:12:21.107Z[ recovery-image] Dec 21 00:12:21.043 INFO O| Dec 21 00:12:21.043 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82312024-12-21T00:12:21.107Z[ recovery-image] Dec 21 00:12:21.043 INFO O| Dec 21 00:12:21.043 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82322024-12-21T00:12:21.107Z[ recovery-image] Dec 21 00:12:21.043 INFO O| Dec 21 00:12:21.043 INFO ok!
82332024-12-21T00:12:21.107Z[ recovery-image] Dec 21 00:12:21.043 INFO O| Dec 21 00:12:21.043 INFO STEP 38 (ensure_file) COMPLETE
82342024-12-21T00:12:21.107Z[ recovery-image] Dec 21 00:12:21.044 INFO O| Dec 21 00:12:21.043 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82352024-12-21T00:12:21.123Z[ recovery-image] Dec 21 00:12:21.066 INFO O| Dec 21 00:12:21.066 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
82362024-12-21T00:12:21.123Z[ recovery-image] Dec 21 00:12:21.066 INFO O| Dec 21 00:12:21.066 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 ...
82372024-12-21T00:12:21.123Z[ recovery-image] Dec 21 00:12:21.067 INFO O| Dec 21 00:12:21.067 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
82382024-12-21T00:12:21.125Z[ recovery-image] Dec 21 00:12:21.067 INFO O| Dec 21 00:12:21.067 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
82392024-12-21T00:12:21.125Z[ recovery-image] Dec 21 00:12:21.067 INFO O| Dec 21 00:12:21.067 INFO ok!
82402024-12-21T00:12:21.125Z[ recovery-image] Dec 21 00:12:21.067 INFO O| Dec 21 00:12:21.067 INFO STEP 39 (ensure_file) COMPLETE
82412024-12-21T00:12:21.125Z[ recovery-image] Dec 21 00:12:21.067 INFO O| Dec 21 00:12:21.067 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82422024-12-21T00:12:21.145Z[ recovery-image] Dec 21 00:12:21.088 INFO O| Dec 21 00:12:21.088 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
82432024-12-21T00:12:21.145Z[ recovery-image] Dec 21 00:12:21.088 INFO O| Dec 21 00:12:21.088 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
82442024-12-21T00:12:21.148Z[ recovery-image] Dec 21 00:12:21.089 INFO O| Dec 21 00:12:21.089 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
82452024-12-21T00:12:21.148Z[ recovery-image] Dec 21 00:12:21.089 INFO O| Dec 21 00:12:21.089 INFO ok!
82462024-12-21T00:12:21.148Z[ recovery-image] Dec 21 00:12:21.089 INFO O| Dec 21 00:12:21.089 INFO STEP 40 (ensure_file) COMPLETE
82472024-12-21T00:12:21.148Z[ recovery-image] Dec 21 00:12:21.089 INFO O| Dec 21 00:12:21.089 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
82482024-12-21T00:12:21.166Z[ recovery-image] Dec 21 00:12:21.109 INFO O| Dec 21 00:12:21.109 INFO updating shadow file
82492024-12-21T00:12:21.168Z[ recovery-image] Dec 21 00:12:21.110 INFO O| Dec 21 00:12:21.109 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
82502024-12-21T00:12:21.168Z[ recovery-image] Dec 21 00:12:21.110 INFO O| Dec 21 00:12:21.110 INFO STEP 41 (shadow) COMPLETE
82512024-12-21T00:12:21.168Z[ recovery-image] Dec 21 00:12:21.110 INFO O| Dec 21 00:12:21.110 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
82522024-12-21T00:12:21.192Z[ recovery-image] Dec 21 00:12:21.133 INFO O| Dec 21 00:12:21.133 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
82532024-12-21T00:12:21.206Z[ recovery-image] Dec 21 00:12:21.133 INFO O| Dec 21 00:12:21.133 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
82542024-12-21T00:12:21.206Z[ recovery-image] Dec 21 00:12:21.133 INFO O| Dec 21 00:12:21.133 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
82552024-12-21T00:12:21.206Z[ recovery-image] Dec 21 00:12:21.133 INFO O| Dec 21 00:12:21.133 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
82562024-12-21T00:12:21.206Z[ recovery-image] Dec 21 00:12:21.133 INFO O| Dec 21 00:12:21.133 INFO ok!
82572024-12-21T00:12:21.206Z[ recovery-image] Dec 21 00:12:21.134 INFO O| Dec 21 00:12:21.134 INFO STEP 42 (ensure_file) COMPLETE
82582024-12-21T00:12:21.206Z[ recovery-image] Dec 21 00:12:21.134 INFO O| Dec 21 00:12:21.134 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82592024-12-21T00:12:21.217Z[ recovery-image] Dec 21 00:12:21.158 INFO O| Dec 21 00:12:21.158 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
82602024-12-21T00:12:21.217Z[ recovery-image] Dec 21 00:12:21.158 INFO O| Dec 21 00:12:21.158 INFO STEP 43 (ensure_dir) COMPLETE
82612024-12-21T00:12:21.227Z[ recovery-image] Dec 21 00:12:21.158 INFO O| Dec 21 00:12:21.158 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82622024-12-21T00:12:21.237Z[ recovery-image] Dec 21 00:12:21.180 INFO O| Dec 21 00:12:21.180 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
82632024-12-21T00:12:21.237Z[ recovery-image] Dec 21 00:12:21.180 INFO O| Dec 21 00:12:21.180 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
82642024-12-21T00:12:21.241Z[ recovery-image] Dec 21 00:12:21.180 INFO O| Dec 21 00:12:21.180 INFO STEP 44 (ensure_dir) COMPLETE
82652024-12-21T00:12:21.241Z[ recovery-image] Dec 21 00:12:21.180 INFO O| Dec 21 00:12:21.180 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82662024-12-21T00:12:21.266Z[ recovery-image] Dec 21 00:12:21.209 INFO O| Dec 21 00:12:21.209 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
82672024-12-21T00:12:21.266Z[ recovery-image] Dec 21 00:12:21.210 INFO O| Dec 21 00:12:21.209 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
82682024-12-21T00:12:21.266Z[ recovery-image] Dec 21 00:12:21.210 INFO O| Dec 21 00:12:21.210 INFO STEP 45 (ensure_dir) COMPLETE
82692024-12-21T00:12:21.268Z[ recovery-image] Dec 21 00:12:21.210 INFO O| Dec 21 00:12:21.210 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82702024-12-21T00:12:21.310Z[ recovery-image] Dec 21 00:12:21.247 INFO O| Dec 21 00:12:21.247 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
82712024-12-21T00:12:21.316Z[ recovery-image] Dec 21 00:12:21.247 INFO O| Dec 21 00:12:21.247 INFO copying /tmp/.tmpaSG2wu/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
82722024-12-21T00:12:21.352Z[ recovery-image] Dec 21 00:12:21.296 INFO O| Dec 21 00:12:21.296 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
82732024-12-21T00:12:21.352Z[ recovery-image] Dec 21 00:12:21.296 INFO O| Dec 21 00:12:21.296 INFO ok!
82742024-12-21T00:12:21.352Z[ recovery-image] Dec 21 00:12:21.296 INFO O| Dec 21 00:12:21.296 INFO STEP 46 (ensure_file) COMPLETE
82752024-12-21T00:12:21.356Z[ recovery-image] Dec 21 00:12:21.296 INFO O| Dec 21 00:12:21.296 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82762024-12-21T00:12:21.387Z[ recovery-image] Dec 21 00:12:21.330 INFO O| Dec 21 00:12:21.330 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82772024-12-21T00:12:21.387Z[ recovery-image] Dec 21 00:12:21.330 INFO O| Dec 21 00:12:21.330 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82782024-12-21T00:12:21.387Z[ recovery-image] Dec 21 00:12:21.330 INFO O| Dec 21 00:12:21.330 INFO STEP 47 (ensure_dir) COMPLETE
82792024-12-21T00:12:21.390Z[ recovery-image] Dec 21 00:12:21.330 INFO O| Dec 21 00:12:21.330 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82802024-12-21T00:12:21.419Z[ recovery-image] Dec 21 00:12:21.362 INFO O| Dec 21 00:12:21.362 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
82812024-12-21T00:12:21.419Z[ recovery-image] Dec 21 00:12:21.363 INFO O| Dec 21 00:12:21.363 INFO copying /tmp/.tmpaSG2wu/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
82822024-12-21T00:12:21.432Z[ recovery-image] Dec 21 00:12:21.363 INFO O| Dec 21 00:12:21.363 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
82832024-12-21T00:12:21.432Z[ recovery-image] Dec 21 00:12:21.363 INFO O| Dec 21 00:12:21.363 INFO ok!
82842024-12-21T00:12:21.432Z[ recovery-image] Dec 21 00:12:21.363 INFO O| Dec 21 00:12:21.363 INFO STEP 48 (ensure_file) COMPLETE
82852024-12-21T00:12:21.432Z[ recovery-image] Dec 21 00:12:21.363 INFO O| Dec 21 00:12:21.363 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82862024-12-21T00:12:21.536Z[ recovery-image] Dec 21 00:12:21.477 INFO O| Dec 21 00:12:21.477 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82872024-12-21T00:12:21.537Z[ recovery-image] Dec 21 00:12:21.477 INFO O| Dec 21 00:12:21.477 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82882024-12-21T00:12:21.537Z[ recovery-image] Dec 21 00:12:21.477 INFO O| Dec 21 00:12:21.477 INFO STEP 49 (ensure_dir) COMPLETE
82892024-12-21T00:12:21.552Z[ recovery-image] Dec 21 00:12:21.477 INFO O| Dec 21 00:12:21.477 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82902024-12-21T00:12:21.560Z[ recovery-image] Dec 21 00:12:21.502 INFO O| Dec 21 00:12:21.502 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
82912024-12-21T00:12:21.560Z[ recovery-image] Dec 21 00:12:21.502 INFO O| Dec 21 00:12:21.502 INFO copying /tmp/.tmpaSG2wu/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
82922024-12-21T00:12:21.579Z[ recovery-image] Dec 21 00:12:21.523 INFO O| Dec 21 00:12:21.523 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
82932024-12-21T00:12:21.579Z[ recovery-image] Dec 21 00:12:21.523 INFO O| Dec 21 00:12:21.523 INFO ok!
82942024-12-21T00:12:21.582Z[ recovery-image] Dec 21 00:12:21.523 INFO O| Dec 21 00:12:21.523 INFO STEP 50 (ensure_file) COMPLETE
82952024-12-21T00:12:21.582Z[ recovery-image] Dec 21 00:12:21.523 INFO O| Dec 21 00:12:21.523 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82962024-12-21T00:12:21.615Z[ recovery-image] Dec 21 00:12:21.559 INFO O| Dec 21 00:12:21.559 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
82972024-12-21T00:12:21.615Z[ recovery-image] Dec 21 00:12:21.559 INFO O| Dec 21 00:12:21.559 INFO copying /tmp/.tmpaSG2wu/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
82982024-12-21T00:12:23.629Z[ recovery-image] Dec 21 00:12:23.573 INFO O| Dec 21 00:12:23.573 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
82992024-12-21T00:12:23.629Z[ recovery-image] Dec 21 00:12:23.573 INFO O| Dec 21 00:12:23.573 INFO ok!
83002024-12-21T00:12:23.629Z[ recovery-image] Dec 21 00:12:23.573 INFO O| Dec 21 00:12:23.573 INFO STEP 51 (ensure_file) COMPLETE
83012024-12-21T00:12:23.629Z[ recovery-image] Dec 21 00:12:23.573 INFO O| Dec 21 00:12:23.573 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83022024-12-21T00:12:23.652Z[ recovery-image] Dec 21 00:12:23.596 INFO O| Dec 21 00:12:23.596 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
83032024-12-21T00:12:23.653Z[ recovery-image] Dec 21 00:12:23.596 INFO O| Dec 21 00:12:23.596 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
83042024-12-21T00:12:23.657Z[ recovery-image] Dec 21 00:12:23.596 INFO O| Dec 21 00:12:23.596 INFO STEP 52 (ensure_dir) COMPLETE
83052024-12-21T00:12:23.657Z[ recovery-image] Dec 21 00:12:23.596 INFO O| Dec 21 00:12:23.596 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83062024-12-21T00:12:23.688Z[ recovery-image] Dec 21 00:12:23.632 INFO O| Dec 21 00:12:23.632 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
83072024-12-21T00:12:23.688Z[ recovery-image] Dec 21 00:12:23.632 INFO O| Dec 21 00:12:23.632 INFO copying /tmp/.tmpaSG2wu/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 ...
83082024-12-21T00:12:23.688Z[ recovery-image] Dec 21 00:12:23.632 INFO O| Dec 21 00:12:23.632 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
83092024-12-21T00:12:23.690Z[ recovery-image] Dec 21 00:12:23.632 INFO O| Dec 21 00:12:23.632 INFO ok!
83102024-12-21T00:12:23.690Z[ recovery-image] Dec 21 00:12:23.632 INFO O| Dec 21 00:12:23.632 INFO STEP 53 (ensure_file) COMPLETE
83112024-12-21T00:12:23.690Z[ recovery-image] Dec 21 00:12:23.632 INFO O| Dec 21 00:12:23.632 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83122024-12-21T00:12:23.712Z[ recovery-image] Dec 21 00:12:23.656 INFO O| Dec 21 00:12:23.656 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
83132024-12-21T00:12:23.713Z[ recovery-image] Dec 21 00:12:23.656 INFO O| Dec 21 00:12:23.656 INFO copying /tmp/.tmpaSG2wu/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 ...
83142024-12-21T00:12:23.713Z[ recovery-image] Dec 21 00:12:23.656 INFO O| Dec 21 00:12:23.656 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
83152024-12-21T00:12:23.713Z[ recovery-image] Dec 21 00:12:23.656 INFO O| Dec 21 00:12:23.656 INFO ok!
83162024-12-21T00:12:23.715Z[ recovery-image] Dec 21 00:12:23.656 INFO O| Dec 21 00:12:23.656 INFO STEP 54 (ensure_file) COMPLETE
83172024-12-21T00:12:23.715Z[ recovery-image] Dec 21 00:12:23.656 INFO O| Dec 21 00:12:23.656 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83182024-12-21T00:12:23.734Z[ recovery-image] Dec 21 00:12:23.678 INFO O| Dec 21 00:12:23.678 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
83192024-12-21T00:12:23.736Z[ recovery-image] Dec 21 00:12:23.678 INFO O| Dec 21 00:12:23.678 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
83202024-12-21T00:12:23.736Z[ recovery-image] Dec 21 00:12:23.679 INFO O| Dec 21 00:12:23.678 INFO STEP 55 (ensure_dir) COMPLETE
83212024-12-21T00:12:23.736Z[ recovery-image] Dec 21 00:12:23.679 INFO O| Dec 21 00:12:23.679 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83222024-12-21T00:12:23.767Z[ recovery-image] Dec 21 00:12:23.711 INFO O| Dec 21 00:12:23.711 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
83232024-12-21T00:12:23.767Z[ recovery-image] Dec 21 00:12:23.712 INFO O| Dec 21 00:12:23.712 INFO copying /tmp/.tmpaSG2wu/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 ...
83242024-12-21T00:12:23.770Z[ recovery-image] Dec 21 00:12:23.712 INFO O| Dec 21 00:12:23.712 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
83252024-12-21T00:12:23.770Z[ recovery-image] Dec 21 00:12:23.712 INFO O| Dec 21 00:12:23.712 INFO ok!
83262024-12-21T00:12:23.770Z[ recovery-image] Dec 21 00:12:23.712 INFO O| Dec 21 00:12:23.712 INFO STEP 56 (ensure_file) COMPLETE
83272024-12-21T00:12:23.770Z[ recovery-image] Dec 21 00:12:23.712 INFO O| Dec 21 00:12:23.712 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83282024-12-21T00:12:23.792Z[ recovery-image] Dec 21 00:12:23.736 INFO O| Dec 21 00:12:23.736 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
83292024-12-21T00:12:23.792Z[ recovery-image] Dec 21 00:12:23.736 INFO O| Dec 21 00:12:23.736 INFO copying /tmp/.tmpaSG2wu/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 ...
83302024-12-21T00:12:23.794Z[ recovery-image] Dec 21 00:12:23.736 INFO O| Dec 21 00:12:23.736 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
83312024-12-21T00:12:23.794Z[ recovery-image] Dec 21 00:12:23.736 INFO O| Dec 21 00:12:23.736 INFO ok!
83322024-12-21T00:12:23.794Z[ recovery-image] Dec 21 00:12:23.737 INFO O| Dec 21 00:12:23.737 INFO STEP 57 (ensure_file) COMPLETE
83332024-12-21T00:12:23.794Z[ recovery-image] Dec 21 00:12:23.737 INFO O| Dec 21 00:12:23.737 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83342024-12-21T00:12:23.825Z[ recovery-image] Dec 21 00:12:23.769 INFO O| Dec 21 00:12:23.769 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
83352024-12-21T00:12:23.828Z[ recovery-image] Dec 21 00:12:23.770 INFO O| Dec 21 00:12:23.770 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
83362024-12-21T00:12:23.828Z[ recovery-image] Dec 21 00:12:23.770 INFO O| Dec 21 00:12:23.770 INFO STEP 58 (ensure_dir) COMPLETE
83372024-12-21T00:12:23.828Z[ recovery-image] Dec 21 00:12:23.770 INFO O| Dec 21 00:12:23.770 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83382024-12-21T00:12:23.849Z[ recovery-image] Dec 21 00:12:23.793 INFO O| Dec 21 00:12:23.793 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
83392024-12-21T00:12:23.849Z[ recovery-image] Dec 21 00:12:23.793 INFO O| Dec 21 00:12:23.793 INFO copying /tmp/.tmpaSG2wu/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 ...
83402024-12-21T00:12:23.853Z[ recovery-image] Dec 21 00:12:23.793 INFO O| Dec 21 00:12:23.793 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
83412024-12-21T00:12:23.853Z[ recovery-image] Dec 21 00:12:23.794 INFO O| Dec 21 00:12:23.793 INFO ok!
83422024-12-21T00:12:23.853Z[ recovery-image] Dec 21 00:12:23.794 INFO O| Dec 21 00:12:23.794 INFO STEP 59 (ensure_file) COMPLETE
83432024-12-21T00:12:23.853Z[ recovery-image] Dec 21 00:12:23.794 INFO O| Dec 21 00:12:23.794 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83442024-12-21T00:12:23.872Z[ recovery-image] Dec 21 00:12:23.816 INFO O| Dec 21 00:12:23.816 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
83452024-12-21T00:12:23.872Z[ recovery-image] Dec 21 00:12:23.817 INFO O| Dec 21 00:12:23.816 INFO copying /tmp/.tmpaSG2wu/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
83462024-12-21T00:12:23.875Z[ recovery-image] Dec 21 00:12:23.817 INFO O| Dec 21 00:12:23.817 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
83472024-12-21T00:12:23.875Z[ recovery-image] Dec 21 00:12:23.817 INFO O| Dec 21 00:12:23.817 INFO ok!
83482024-12-21T00:12:23.875Z[ recovery-image] Dec 21 00:12:23.817 INFO O| Dec 21 00:12:23.817 INFO STEP 60 (ensure_file) COMPLETE
83492024-12-21T00:12:23.875Z[ recovery-image] Dec 21 00:12:23.817 INFO O| Dec 21 00:12:23.817 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83502024-12-21T00:12:23.913Z[ recovery-image] Dec 21 00:12:23.856 INFO O| Dec 21 00:12:23.856 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
83512024-12-21T00:12:23.913Z[ recovery-image] Dec 21 00:12:23.856 INFO O| Dec 21 00:12:23.856 INFO STEP 61 (ensure_dir) COMPLETE
83522024-12-21T00:12:23.913Z[ recovery-image] Dec 21 00:12:23.856 INFO O| Dec 21 00:12:23.856 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83532024-12-21T00:12:23.940Z[ recovery-image] Dec 21 00:12:23.884 INFO O| Dec 21 00:12:23.884 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
83542024-12-21T00:12:23.940Z[ recovery-image] Dec 21 00:12:23.884 INFO O| Dec 21 00:12:23.884 INFO STEP 62 (ensure_dir) COMPLETE
83552024-12-21T00:12:23.941Z[ recovery-image] Dec 21 00:12:23.884 INFO O| Dec 21 00:12:23.884 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83562024-12-21T00:12:23.976Z[ recovery-image] Dec 21 00:12:23.921 INFO O| Dec 21 00:12:23.920 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
83572024-12-21T00:12:23.976Z[ recovery-image] Dec 21 00:12:23.921 INFO O| Dec 21 00:12:23.920 INFO STEP 63 (ensure_dir) COMPLETE
83582024-12-21T00:12:23.980Z[ recovery-image] Dec 21 00:12:23.921 INFO O| Dec 21 00:12:23.920 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83592024-12-21T00:12:24.001Z[ recovery-image] Dec 21 00:12:23.945 INFO O| Dec 21 00:12:23.944 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
83602024-12-21T00:12:24.002Z[ recovery-image] Dec 21 00:12:23.945 INFO O| Dec 21 00:12:23.945 INFO STEP 64 (ensure_dir) COMPLETE
83612024-12-21T00:12:24.002Z[ recovery-image] Dec 21 00:12:23.945 INFO O| Dec 21 00:12:23.945 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83622024-12-21T00:12:24.025Z[ recovery-image] Dec 21 00:12:23.969 INFO O| Dec 21 00:12:23.969 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
83632024-12-21T00:12:24.025Z[ recovery-image] Dec 21 00:12:23.969 INFO O| Dec 21 00:12:23.969 INFO copying /tmp/.tmpaSG2wu/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
83642024-12-21T00:12:24.025Z[ recovery-image] Dec 21 00:12:23.969 INFO O| Dec 21 00:12:23.969 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
83652024-12-21T00:12:24.025Z[ recovery-image] Dec 21 00:12:23.969 INFO O| Dec 21 00:12:23.969 INFO ok!
83662024-12-21T00:12:24.029Z[ recovery-image] Dec 21 00:12:23.969 INFO O| Dec 21 00:12:23.969 INFO STEP 65 (ensure_file) COMPLETE
83672024-12-21T00:12:24.029Z[ recovery-image] Dec 21 00:12:23.969 INFO O| Dec 21 00:12:23.969 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83682024-12-21T00:12:24.056Z[ recovery-image] Dec 21 00:12:24.000 INFO O| Dec 21 00:12:24.000 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
83692024-12-21T00:12:24.058Z[ recovery-image] Dec 21 00:12:24.000 INFO O| Dec 21 00:12:24.000 INFO STEP 66 (remove_files) COMPLETE
83702024-12-21T00:12:24.058Z[ recovery-image] Dec 21 00:12:24.000 INFO O| Dec 21 00:12:24.000 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83712024-12-21T00:12:24.081Z[ recovery-image] Dec 21 00:12:24.025 INFO O| Dec 21 00:12:24.025 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
83722024-12-21T00:12:24.083Z[ recovery-image] Dec 21 00:12:24.025 INFO O| Dec 21 00:12:24.025 INFO STEP 67 (remove_files) COMPLETE
83732024-12-21T00:12:24.083Z[ recovery-image] Dec 21 00:12:24.026 INFO O| Dec 21 00:12:24.025 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83742024-12-21T00:12:24.117Z[ recovery-image] Dec 21 00:12:24.061 INFO O| Dec 21 00:12:24.061 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
83752024-12-21T00:12:24.120Z[ recovery-image] Dec 21 00:12:24.062 INFO O| Dec 21 00:12:24.062 INFO STEP 68 (remove_files) COMPLETE
83762024-12-21T00:12:24.120Z[ recovery-image] Dec 21 00:12:24.062 INFO O| Dec 21 00:12:24.062 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83772024-12-21T00:12:24.155Z[ recovery-image] Dec 21 00:12:24.084 INFO O| Dec 21 00:12:24.084 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
83782024-12-21T00:12:24.155Z[ recovery-image] Dec 21 00:12:24.085 INFO O| Dec 21 00:12:24.085 INFO STEP 69 (remove_files) COMPLETE
83792024-12-21T00:12:24.155Z[ recovery-image] Dec 21 00:12:24.085 INFO O| Dec 21 00:12:24.085 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83802024-12-21T00:12:24.181Z[ recovery-image] Dec 21 00:12:24.125 INFO O| Dec 21 00:12:24.125 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
83812024-12-21T00:12:24.184Z[ recovery-image] Dec 21 00:12:24.126 INFO O| Dec 21 00:12:24.126 INFO STEP 70 (remove_files) COMPLETE
83822024-12-21T00:12:24.184Z[ recovery-image] Dec 21 00:12:24.126 INFO O| Dec 21 00:12:24.126 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83832024-12-21T00:12:24.249Z[ recovery-image] Dec 21 00:12:24.193 INFO O| Dec 21 00:12:24.193 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
83842024-12-21T00:12:24.252Z[ recovery-image] Dec 21 00:12:24.194 INFO O| Dec 21 00:12:24.194 INFO STEP 71 (remove_files) COMPLETE
83852024-12-21T00:12:24.252Z[ recovery-image] Dec 21 00:12:24.194 INFO O| Dec 21 00:12:24.194 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83862024-12-21T00:12:24.273Z[ recovery-image] Dec 21 00:12:24.218 INFO O| Dec 21 00:12:24.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
83872024-12-21T00:12:24.273Z[ recovery-image] Dec 21 00:12:24.218 INFO O| Dec 21 00:12:24.218 INFO STEP 72 (remove_files) COMPLETE
83882024-12-21T00:12:24.276Z[ recovery-image] Dec 21 00:12:24.218 INFO O| Dec 21 00:12:24.218 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83892024-12-21T00:12:24.310Z[ recovery-image] Dec 21 00:12:24.254 INFO O| Dec 21 00:12:24.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
83902024-12-21T00:12:24.310Z[ recovery-image] Dec 21 00:12:24.254 INFO O| Dec 21 00:12:24.254 INFO STEP 73 (remove_files) COMPLETE
83912024-12-21T00:12:24.313Z[ recovery-image] Dec 21 00:12:24.255 INFO O| Dec 21 00:12:24.254 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83922024-12-21T00:12:24.343Z[ recovery-image] Dec 21 00:12:24.287 INFO O| Dec 21 00:12:24.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
83932024-12-21T00:12:24.343Z[ recovery-image] Dec 21 00:12:24.288 INFO O| Dec 21 00:12:24.288 INFO STEP 74 (remove_files) COMPLETE
83942024-12-21T00:12:24.344Z[ recovery-image] Dec 21 00:12:24.288 INFO O| Dec 21 00:12:24.288 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83952024-12-21T00:12:24.365Z[ recovery-image] Dec 21 00:12:24.310 INFO O| Dec 21 00:12:24.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
83962024-12-21T00:12:24.366Z[ recovery-image] Dec 21 00:12:24.310 INFO O| Dec 21 00:12:24.310 INFO STEP 75 (remove_files) COMPLETE
83972024-12-21T00:12:24.366Z[ recovery-image] Dec 21 00:12:24.310 INFO O| Dec 21 00:12:24.310 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83982024-12-21T00:12:24.390Z[ recovery-image] Dec 21 00:12:24.334 INFO O| Dec 21 00:12:24.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
83992024-12-21T00:12:24.392Z[ recovery-image] Dec 21 00:12:24.334 INFO O| Dec 21 00:12:24.334 INFO STEP 76 (remove_files) COMPLETE
84002024-12-21T00:12:24.392Z[ recovery-image] Dec 21 00:12:24.334 INFO O| Dec 21 00:12:24.334 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84012024-12-21T00:12:24.414Z[ recovery-image] Dec 21 00:12:24.358 INFO O| Dec 21 00:12:24.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
84022024-12-21T00:12:24.414Z[ recovery-image] Dec 21 00:12:24.359 INFO O| Dec 21 00:12:24.358 INFO STEP 77 (remove_files) COMPLETE
84032024-12-21T00:12:24.414Z[ recovery-image] Dec 21 00:12:24.359 INFO O| Dec 21 00:12:24.359 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84042024-12-21T00:12:24.439Z[ recovery-image] Dec 21 00:12:24.383 INFO O| Dec 21 00:12:24.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
84052024-12-21T00:12:24.439Z[ recovery-image] Dec 21 00:12:24.383 INFO O| Dec 21 00:12:24.383 INFO STEP 78 (remove_files) COMPLETE
84062024-12-21T00:12:24.439Z[ recovery-image] Dec 21 00:12:24.383 INFO O| Dec 21 00:12:24.383 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84072024-12-21T00:12:24.484Z[ recovery-image] Dec 21 00:12:24.428 INFO O| Dec 21 00:12:24.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
84082024-12-21T00:12:24.487Z[ recovery-image] Dec 21 00:12:24.429 INFO O| Dec 21 00:12:24.428 INFO STEP 79 (remove_files) COMPLETE
84092024-12-21T00:12:24.487Z[ recovery-image] Dec 21 00:12:24.429 INFO O| Dec 21 00:12:24.429 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84102024-12-21T00:12:24.511Z[ recovery-image] Dec 21 00:12:24.455 INFO O| Dec 21 00:12:24.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
84112024-12-21T00:12:24.511Z[ recovery-image] Dec 21 00:12:24.455 INFO O| Dec 21 00:12:24.455 INFO STEP 80 (remove_files) COMPLETE
84122024-12-21T00:12:24.513Z[ recovery-image] Dec 21 00:12:24.455 INFO O| Dec 21 00:12:24.455 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84132024-12-21T00:12:24.538Z[ recovery-image] Dec 21 00:12:24.482 INFO O| Dec 21 00:12:24.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
84142024-12-21T00:12:24.541Z[ recovery-image] Dec 21 00:12:24.483 INFO O| Dec 21 00:12:24.483 INFO STEP 81 (remove_files) COMPLETE
84152024-12-21T00:12:24.541Z[ recovery-image] Dec 21 00:12:24.483 INFO O| Dec 21 00:12:24.483 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84162024-12-21T00:12:24.562Z[ recovery-image] Dec 21 00:12:24.506 INFO O| Dec 21 00:12:24.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
84172024-12-21T00:12:24.562Z[ recovery-image] Dec 21 00:12:24.506 INFO O| Dec 21 00:12:24.506 INFO STEP 82 (remove_files) COMPLETE
84182024-12-21T00:12:24.565Z[ recovery-image] Dec 21 00:12:24.506 INFO O| Dec 21 00:12:24.506 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84192024-12-21T00:12:24.586Z[ recovery-image] Dec 21 00:12:24.530 INFO O| Dec 21 00:12:24.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
84202024-12-21T00:12:24.586Z[ recovery-image] Dec 21 00:12:24.530 INFO O| Dec 21 00:12:24.530 INFO STEP 83 (remove_files) COMPLETE
84212024-12-21T00:12:24.586Z[ recovery-image] Dec 21 00:12:24.530 INFO O| Dec 21 00:12:24.530 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84222024-12-21T00:12:24.636Z[ recovery-image] Dec 21 00:12:24.580 INFO O| Dec 21 00:12:24.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
84232024-12-21T00:12:24.636Z[ recovery-image] Dec 21 00:12:24.580 INFO O| Dec 21 00:12:24.580 INFO STEP 84 (remove_files) COMPLETE
84242024-12-21T00:12:24.636Z[ recovery-image] Dec 21 00:12:24.580 INFO O| Dec 21 00:12:24.580 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84252024-12-21T00:12:24.657Z[ recovery-image] Dec 21 00:12:24.602 INFO O| Dec 21 00:12:24.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
84262024-12-21T00:12:24.658Z[ recovery-image] Dec 21 00:12:24.602 INFO O| Dec 21 00:12:24.602 INFO STEP 85 (remove_files) COMPLETE
84272024-12-21T00:12:24.658Z[ recovery-image] Dec 21 00:12:24.602 INFO O| Dec 21 00:12:24.602 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84282024-12-21T00:12:24.679Z[ recovery-image] Dec 21 00:12:24.623 INFO O| Dec 21 00:12:24.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
84292024-12-21T00:12:24.681Z[ recovery-image] Dec 21 00:12:24.623 INFO O| Dec 21 00:12:24.623 INFO STEP 86 (remove_files) COMPLETE
84302024-12-21T00:12:24.682Z[ recovery-image] Dec 21 00:12:24.623 INFO O| Dec 21 00:12:24.623 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84312024-12-21T00:12:24.702Z[ recovery-image] Dec 21 00:12:24.646 INFO O| Dec 21 00:12:24.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
84322024-12-21T00:12:24.703Z[ recovery-image] Dec 21 00:12:24.646 INFO O| Dec 21 00:12:24.646 INFO STEP 87 (remove_files) COMPLETE
84332024-12-21T00:12:24.703Z[ recovery-image] Dec 21 00:12:24.646 INFO O| Dec 21 00:12:24.646 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84342024-12-21T00:12:24.726Z[ recovery-image] Dec 21 00:12:24.670 INFO O| Dec 21 00:12:24.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
84352024-12-21T00:12:24.726Z[ recovery-image] Dec 21 00:12:24.670 INFO O| Dec 21 00:12:24.670 INFO STEP 88 (remove_files) COMPLETE
84362024-12-21T00:12:24.726Z[ recovery-image] Dec 21 00:12:24.671 INFO O| Dec 21 00:12:24.670 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84372024-12-21T00:12:24.749Z[ recovery-image] Dec 21 00:12:24.693 INFO O| Dec 21 00:12:24.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
84382024-12-21T00:12:24.749Z[ recovery-image] Dec 21 00:12:24.693 INFO O| Dec 21 00:12:24.693 INFO STEP 89 (remove_files) COMPLETE
84392024-12-21T00:12:24.749Z[ recovery-image] Dec 21 00:12:24.693 INFO O| Dec 21 00:12:24.693 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84402024-12-21T00:12:24.784Z[ recovery-image] Dec 21 00:12:24.728 INFO O| Dec 21 00:12:24.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
84412024-12-21T00:12:24.784Z[ recovery-image] Dec 21 00:12:24.728 INFO O| Dec 21 00:12:24.728 INFO STEP 90 (remove_files) COMPLETE
84422024-12-21T00:12:24.784Z[ recovery-image] Dec 21 00:12:24.728 INFO O| Dec 21 00:12:24.728 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84432024-12-21T00:12:24.900Z[ recovery-image] Dec 21 00:12:24.844 INFO O| Dec 21 00:12:24.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
84442024-12-21T00:12:24.902Z[ recovery-image] Dec 21 00:12:24.844 INFO O| Dec 21 00:12:24.844 INFO STEP 91 (remove_files) COMPLETE
84452024-12-21T00:12:24.902Z[ recovery-image] Dec 21 00:12:24.844 INFO O| Dec 21 00:12:24.844 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84462024-12-21T00:12:24.953Z[ recovery-image] Dec 21 00:12:24.897 INFO O| Dec 21 00:12:24.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
84472024-12-21T00:12:24.953Z[ recovery-image] Dec 21 00:12:24.897 INFO O| Dec 21 00:12:24.897 INFO STEP 92 (remove_files) COMPLETE
84482024-12-21T00:12:24.956Z[ recovery-image] Dec 21 00:12:24.897 INFO O| Dec 21 00:12:24.897 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84492024-12-21T00:12:24.974Z[ recovery-image] Dec 21 00:12:24.918 INFO O| Dec 21 00:12:24.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
84502024-12-21T00:12:24.974Z[ recovery-image] Dec 21 00:12:24.918 INFO O| Dec 21 00:12:24.918 INFO STEP 93 (remove_files) COMPLETE
84512024-12-21T00:12:24.974Z[ recovery-image] Dec 21 00:12:24.918 INFO O| Dec 21 00:12:24.918 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84522024-12-21T00:12:24.993Z[ recovery-image] Dec 21 00:12:24.938 INFO O| Dec 21 00:12:24.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
84532024-12-21T00:12:24.994Z[ recovery-image] Dec 21 00:12:24.938 INFO O| Dec 21 00:12:24.938 INFO STEP 94 (remove_files) COMPLETE
84542024-12-21T00:12:24.997Z[ recovery-image] Dec 21 00:12:24.938 INFO O| Dec 21 00:12:24.938 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
84552024-12-21T00:12:25.028Z[ recovery-image] Dec 21 00:12:24.973 INFO O| Dec 21 00:12:24.973 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
84562024-12-21T00:12:25.031Z[ recovery-image] Dec 21 00:12:24.973 INFO O| Dec 21 00:12:24.973 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"}
84572024-12-21T00:12:42.061Z[ recovery-image] Dec 21 00:12:42.008 INFO O| Dec 21 00:12:42.008 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
84582024-12-21T00:12:42.062Z[ recovery-image] Dec 21 00:12:42.009 INFO O| Dec 21 00:12:42.008 INFO E| svccfg: Loaded 67 smf(7) service descriptions
84592024-12-21T00:12:42.083Z[ recovery-image] Dec 21 00:12:42.030 INFO O| Dec 21 00:12:42.030 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"}
84602024-12-21T00:12:42.226Z[ recovery-image] Dec 21 00:12:42.173 INFO O| Dec 21 00:12:42.172 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
84612024-12-21T00:12:42.228Z[ recovery-image] Dec 21 00:12:42.173 INFO O| Dec 21 00:12:42.172 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 ...
84622024-12-21T00:12:42.228Z[ recovery-image] Dec 21 00:12:42.175 INFO O| Dec 21 00:12:42.175 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
84632024-12-21T00:12:42.228Z[ recovery-image] Dec 21 00:12:42.175 INFO O| Dec 21 00:12:42.175 INFO ok!
84642024-12-21T00:12:42.228Z[ recovery-image] Dec 21 00:12:42.175 INFO O| Dec 21 00:12:42.175 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
84652024-12-21T00:12:42.228Z[ recovery-image] Dec 21 00:12:42.175 INFO O| Dec 21 00:12:42.175 INFO STEP 95 (seed_smf) COMPLETE
84662024-12-21T00:12:42.228Z[ recovery-image] Dec 21 00:12:42.175 INFO O| Dec 21 00:12:42.175 INFO steps complete; finalising image!
84672024-12-21T00:12:42.233Z[ recovery-image] Dec 21 00:12:42.175 INFO O| Dec 21 00:12:42.175 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
84682024-12-21T00:12:42.313Z[ recovery-image] Dec 21 00:12:42.257 INFO O| Dec 21 00:12:42.257 INFO trim TEMPORARY-gimlet-zfs-recovery: (0% trimmed, started at Sat Dec 21 00:12:42 2024)
84692024-12-21T00:12:42.523Z[ recovery-image] Dec 21 00:12:42.470 INFO O| Dec 21 00:12:42.469 INFO trim TEMPORARY-gimlet-zfs-recovery: (65% trimmed, started at Sat Dec 21 00:12:42 2024)
84702024-12-21T00:12:42.737Z[ recovery-image] Dec 21 00:12:42.684 INFO O| Dec 21 00:12:42.684 INFO trim TEMPORARY-gimlet-zfs-recovery: (91% trimmed, started at Sat Dec 21 00:12:42 2024)
84712024-12-21T00:12:43.017Z[ recovery-image] Dec 21 00:12:42.964 INFO O| Dec 21 00:12:42.964 INFO temporary pool has 362M used, 1.40G avail, 1.00x compressratio
84722024-12-21T00:12:43.017Z[ recovery-image] Dec 21 00:12:42.964 INFO O| Dec 21 00:12:42.964 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
84732024-12-21T00:12:43.663Z[ recovery-image] Dec 21 00:12:43.610 INFO O| Dec 21 00:12:43.610 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
84742024-12-21T00:12:43.663Z[ recovery-image] Dec 21 00:12:43.610 INFO O| Dec 21 00:12:43.610 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
84752024-12-21T00:12:49.151Z[ recovery-image] Dec 21 00:12:49.098 INFO O| Dec 21 00:12:49.097 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84762024-12-21T00:12:49.154Z[ recovery-image] Dec 21 00:12:49.098 INFO O| Dec 21 00:12:49.098 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84772024-12-21T00:12:49.154Z[ recovery-image] Dec 21 00:12:49.098 INFO O| Dec 21 00:12:49.098 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84782024-12-21T00:12:49.154Z[ recovery-image] Dec 21 00:12:49.098 INFO O| Dec 21 00:12:49.098 INFO completed processing gimlet/zfs-recovery
84792024-12-21T00:12:49.154Z[ recovery-image] Dec 21 00:12:49.098 INFO O| Dec 21 00:12:49.098 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
84802024-12-21T00:12:49.964Z[ recovery-image] Dec 21 00:12:49.912 INFO O| Dec 21 00:12:49.912 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
84812024-12-21T00:12:50.120Z[ recovery-image] Dec 21 00:12:50.068 INFO BUILD STRING "heads/stlouis-0-g37a4469737\n"
84822024-12-21T00:12:50.122Z[ recovery-image] Dec 21 00:12:50.069 INFO expanded image name: "recovery fae39ee/${os_short_commit} 2024-12-20 23:42" -> "recovery fae39ee/37a4469 2024-12-20 23:42"
84832024-12-21T00:12:50.122Z[ recovery-image] Dec 21 00:12:50.070 INFO output artefacts stored in: "/work/os-recovery"
84842024-12-21T00:12:50.122Z[ recovery-image] Dec 21 00:12:50.071 INFO collecting git info from project "bootserver"...
84852024-12-21T00:12:50.157Z[ recovery-image] Dec 21 00:12:50.105 INFO collecting git info from project "phbl"...
84862024-12-21T00:12:50.170Z[ recovery-image] Dec 21 00:12:50.118 INFO collecting git info from project "amd-firmware"...
84872024-12-21T00:12:50.450Z[ recovery-image] Dec 21 00:12:50.398 INFO collecting git info from project "amd-host-image-builder"...
84882024-12-21T00:12:50.531Z[ recovery-image] Dec 21 00:12:50.479 INFO collecting git info from project "chelsio-t6-roms"...
84892024-12-21T00:12:50.567Z[ recovery-image] Dec 21 00:12:50.515 INFO collecting git info from project "pinprick"...
84902024-12-21T00:12:50.578Z[ recovery-image] Dec 21 00:12:50.526 INFO collecting git info from project "pilot"...
84912024-12-21T00:12:50.602Z[ recovery-image] Dec 21 00:12:50.551 INFO collecting git info from project "image-builder"...
84922024-12-21T00:12:50.615Z[ recovery-image] Dec 21 00:12:50.563 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
84932024-12-21T00:12:51.379Z[ recovery-image] Dec 21 00:12:51.328 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
84942024-12-21T00:12:52.093Z[ recovery-image] Dec 21 00:12:52.041 INFO creating Oxide boot image...
84952024-12-21T00:12:52.095Z[ recovery-image] Dec 21 00:12:52.041 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery fae39ee/37a4469 2024-12-20 23:42", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
84962024-12-21T00:13:39.249Z[ host-image] Dec 21 00:13:39.204 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23080:20241219T204658Z
84972024-12-21T00:13:39.252Z[ host-image] Dec 21 00:13:39.205 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23080:20241219T204658Z
84982024-12-21T00:13:39.252Z[ host-image] Dec 21 00:13:39.205 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
84992024-12-21T00:13:39.252Z[ host-image] Dec 21 00:13:39.205 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
85002024-12-21T00:13:39.252Z[ host-image] Dec 21 00:13:39.205 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
85012024-12-21T00:13:39.252Z[ host-image] Dec 21 00:13:39.205 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
85022024-12-21T00:13:39.252Z[ host-image] Dec 21 00:13:39.207 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
85032024-12-21T00:13:39.252Z[ host-image] Dec 21 00:13:39.207 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
85042024-12-21T00:13:39.252Z[ host-image] Dec 21 00:13:39.207 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
85052024-12-21T00:13:39.252Z[ host-image] Dec 21 00:13:39.207 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
85062024-12-21T00:13:39.252Z[ host-image] Dec 21 00:13:39.207 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23080:20241219T204659Z
85072024-12-21T00:13:39.274Z[ host-image] Dec 21 00:13:39.229 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23080:20241219T204659Z
85082024-12-21T00:13:39.276Z[ host-image] Dec 21 00:13:39.231 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23080:20241219T204659Z
85092024-12-21T00:13:39.276Z[ host-image] Dec 21 00:13:39.231 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23080:20241219T204700Z
85102024-12-21T00:13:39.276Z[ host-image] Dec 21 00:13:39.231 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
85112024-12-21T00:13:39.279Z[ host-image] Dec 21 00:13:39.233 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23080:20241219T204700Z
85122024-12-21T00:13:39.279Z[ host-image] Dec 21 00:13:39.234 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23080:20241219T204700Z
85132024-12-21T00:13:39.279Z[ host-image] Dec 21 00:13:39.234 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23080:20241219T204700Z
85142024-12-21T00:13:39.279Z[ host-image] Dec 21 00:13:39.234 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23080:20241219T204700Z
85152024-12-21T00:13:39.279Z[ host-image] Dec 21 00:13:39.234 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23080:20241219T204701Z
85162024-12-21T00:13:39.279Z[ host-image] Dec 21 00:13:39.234 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23080:20241219T204701Z
85172024-12-21T00:13:39.279Z[ host-image] Dec 21 00:13:39.235 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23080:20241219T204701Z
85182024-12-21T00:13:39.281Z[ host-image] Dec 21 00:13:39.235 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23080:20241219T204702Z
85192024-12-21T00:13:39.281Z[ host-image] Dec 21 00:13:39.235 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23080:20241219T204702Z
85202024-12-21T00:13:39.281Z[ host-image] Dec 21 00:13:39.235 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23080:20241219T204702Z
85212024-12-21T00:13:39.281Z[ host-image] Dec 21 00:13:39.236 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23080:20241219T204704Z
85222024-12-21T00:13:39.281Z[ host-image] Dec 21 00:13:39.236 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23080:20241219T204704Z
85232024-12-21T00:13:39.281Z[ host-image] Dec 21 00:13:39.236 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23080:20241219T204705Z
85242024-12-21T00:13:39.281Z[ host-image] Dec 21 00:13:39.236 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23080:20241219T204706Z
85252024-12-21T00:13:39.281Z[ host-image] Dec 21 00:13:39.236 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.311:20241203T104954Z
85262024-12-21T00:13:39.281Z[ host-image] Dec 21 00:13:39.237 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23080:20241219T204707Z
85272024-12-21T00:13:39.281Z[ host-image] Dec 21 00:13:39.237 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23080:20241219T204709Z
85282024-12-21T00:13:39.281Z[ host-image] Dec 21 00:13:39.237 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23080:20241219T204710Z
85292024-12-21T00:13:39.281Z[ host-image] Dec 21 00:13:39.237 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23080:20241219T204711Z
85302024-12-21T00:13:39.284Z[ host-image] Dec 21 00:13:39.239 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23080:20241219T204712Z
85312024-12-21T00:13:39.284Z[ host-image] Dec 21 00:13:39.239 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23080:20241219T204712Z
85322024-12-21T00:13:39.302Z[ host-image] Dec 21 00:13:39.257 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
85332024-12-21T00:13:39.302Z[ host-image] Dec 21 00:13:39.258 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23080:20241219T204712Z
85342024-12-21T00:13:39.305Z[ host-image] Dec 21 00:13:39.258 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z
85352024-12-21T00:13:39.305Z[ host-image] Dec 21 00:13:39.258 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
85362024-12-21T00:13:39.305Z[ host-image] Dec 21 00:13:39.259 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
85372024-12-21T00:13:39.305Z[ host-image] Dec 21 00:13:39.260 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23080:20241219T204712Z
85382024-12-21T00:13:39.305Z[ host-image] Dec 21 00:13:39.260 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
85392024-12-21T00:13:39.305Z[ host-image] Dec 21 00:13:39.260 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
85402024-12-21T00:13:39.308Z[ host-image] Dec 21 00:13:39.262 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
85412024-12-21T00:13:39.308Z[ host-image] Dec 21 00:13:39.262 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
85422024-12-21T00:13:39.341Z[ host-image] Dec 21 00:13:39.296 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
85432024-12-21T00:13:39.341Z[ host-image] Dec 21 00:13:39.296 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
85442024-12-21T00:13:39.344Z[ host-image] Dec 21 00:13:39.297 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
85452024-12-21T00:13:39.344Z[ host-image] Dec 21 00:13:39.298 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
85462024-12-21T00:13:39.344Z[ host-image] Dec 21 00:13:39.299 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
85472024-12-21T00:13:39.344Z[ host-image] Dec 21 00:13:39.299 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
85482024-12-21T00:13:39.411Z[ host-image] Dec 21 00:13:39.366 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
85492024-12-21T00:13:39.414Z[ host-image] Dec 21 00:13:39.367 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
85502024-12-21T00:13:39.414Z[ host-image] Dec 21 00:13:39.368 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
85512024-12-21T00:13:39.414Z[ host-image] Dec 21 00:13:39.369 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23080:20241219T204714Z
85522024-12-21T00:13:39.414Z[ host-image] Dec 21 00:13:39.369 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23080:20241219T204720Z
85532024-12-21T00:13:39.414Z[ host-image] Dec 21 00:13:39.369 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
85542024-12-21T00:13:39.414Z[ host-image] Dec 21 00:13:39.369 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23080:20241219T204720Z
85552024-12-21T00:13:39.417Z[ host-image] Dec 21 00:13:39.370 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
85562024-12-21T00:13:39.417Z[ host-image] Dec 21 00:13:39.370 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
85572024-12-21T00:13:39.417Z[ host-image] Dec 21 00:13:39.370 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
85582024-12-21T00:13:39.417Z[ host-image] Dec 21 00:13:39.370 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23080:20241219T204720Z
85592024-12-21T00:13:39.417Z[ host-image] Dec 21 00:13:39.370 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
85602024-12-21T00:13:39.422Z[ host-image] Dec 21 00:13:39.378 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
85612024-12-21T00:13:39.425Z[ host-image] Dec 21 00:13:39.378 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
85622024-12-21T00:13:39.425Z[ host-image] Dec 21 00:13:39.378 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
85632024-12-21T00:13:39.425Z[ host-image] Dec 21 00:13:39.379 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23080:20241219T204721Z
85642024-12-21T00:13:39.425Z[ host-image] Dec 21 00:13:39.379 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
85652024-12-21T00:13:39.455Z[ host-image] Dec 21 00:13:39.411 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
85662024-12-21T00:13:39.459Z[ host-image] Dec 21 00:13:39.411 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23080:20241219T204721Z
85672024-12-21T00:13:39.477Z[ host-image] Dec 21 00:13:39.433 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23080:20241219T204721Z
85682024-12-21T00:13:39.479Z[ host-image] Dec 21 00:13:39.433 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23080:20241219T204721Z
85692024-12-21T00:13:39.480Z[ host-image] Dec 21 00:13:39.434 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
85702024-12-21T00:13:39.480Z[ host-image] Dec 21 00:13:39.434 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23080:20241219T204723Z
85712024-12-21T00:13:39.480Z[ host-image] Dec 21 00:13:39.435 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23080:20241219T204723Z
85722024-12-21T00:13:39.480Z[ host-image] Dec 21 00:13:39.435 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23080:20241219T204723Z
85732024-12-21T00:13:39.482Z[ host-image] Dec 21 00:13:39.436 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23080:20241219T204723Z
85742024-12-21T00:13:39.486Z[ host-image] Dec 21 00:13:39.442 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
85752024-12-21T00:13:39.488Z[ host-image] Dec 21 00:13:39.442 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23080:20241219T204724Z
85762024-12-21T00:13:39.488Z[ host-image] Dec 21 00:13:39.443 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23080:20241219T204725Z
85772024-12-21T00:13:39.488Z[ host-image] Dec 21 00:13:39.443 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
85782024-12-21T00:13:39.488Z[ host-image] Dec 21 00:13:39.444 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23080:20241219T204725Z
85792024-12-21T00:13:39.488Z[ host-image] Dec 21 00:13:39.444 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23080:20241219T204725Z
85802024-12-21T00:13:39.488Z[ host-image] Dec 21 00:13:39.444 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.10.24-2.0.23080:20241219T204725Z
85812024-12-21T00:13:39.491Z[ host-image] Dec 21 00:13:39.445 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23080:20241219T204725Z
85822024-12-21T00:13:39.503Z[ host-image] Dec 21 00:13:39.459 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23080:20241219T204725Z
85832024-12-21T00:13:39.503Z[ host-image] Dec 21 00:13:39.459 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
85842024-12-21T00:13:39.506Z[ host-image] Dec 21 00:13:39.462 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23080:20241219T204725Z
85852024-12-21T00:13:39.509Z[ host-image] Dec 21 00:13:39.464 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23080:20241219T204726Z
85862024-12-21T00:13:39.509Z[ host-image] Dec 21 00:13:39.465 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23080:20241219T204726Z
85872024-12-21T00:13:39.511Z[ host-image] Dec 21 00:13:39.465 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23080:20241219T204726Z
85882024-12-21T00:13:39.511Z[ host-image] Dec 21 00:13:39.466 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23080:20241219T204726Z
85892024-12-21T00:13:39.511Z[ host-image] Dec 21 00:13:39.467 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23080:20241219T204726Z
85902024-12-21T00:13:39.528Z[ host-image] Dec 21 00:13:39.483 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23080:20241219T204728Z
85912024-12-21T00:13:39.528Z[ host-image] Dec 21 00:13:39.483 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23080:20241219T204727Z
85922024-12-21T00:13:39.531Z[ host-image] Dec 21 00:13:39.484 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23080:20241219T204727Z
85932024-12-21T00:13:39.531Z[ host-image] Dec 21 00:13:39.486 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23080:20241219T204727Z
85942024-12-21T00:13:39.531Z[ host-image] Dec 21 00:13:39.486 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23080:20241219T204728Z
85952024-12-21T00:13:39.589Z[ host-image] Dec 21 00:13:39.544 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23080:20241219T204731Z
85962024-12-21T00:13:39.592Z[ host-image] Dec 21 00:13:39.544 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23080:20241219T204728Z
85972024-12-21T00:13:39.592Z[ host-image] Dec 21 00:13:39.545 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23080:20241219T204728Z
85982024-12-21T00:13:39.592Z[ host-image] Dec 21 00:13:39.545 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
85992024-12-21T00:13:39.592Z[ host-image] Dec 21 00:13:39.546 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
86002024-12-21T00:13:39.658Z[ host-image] Dec 21 00:13:39.613 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23080:20241219T204728Z
86012024-12-21T00:13:39.661Z[ host-image] Dec 21 00:13:39.614 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
86022024-12-21T00:13:39.662Z[ host-image] Dec 21 00:13:39.614 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23080:20241219T204729Z
86032024-12-21T00:13:39.662Z[ host-image] Dec 21 00:13:39.614 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23080:20241219T204729Z
86042024-12-21T00:13:39.662Z[ host-image] Dec 21 00:13:39.617 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23080:20241219T204729Z
86052024-12-21T00:13:39.664Z[ host-image] Dec 21 00:13:39.617 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
86062024-12-21T00:13:39.664Z[ host-image] Dec 21 00:13:39.618 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
86072024-12-21T00:13:39.664Z[ host-image] Dec 21 00:13:39.619 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23080:20241219T204730Z
86082024-12-21T00:13:39.664Z[ host-image] Dec 21 00:13:39.619 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23080:20241219T204730Z
86092024-12-21T00:13:39.664Z[ host-image] Dec 21 00:13:39.619 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23080:20241219T204730Z
86102024-12-21T00:13:39.664Z[ host-image] Dec 21 00:13:39.620 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23080:20241219T204730Z
86112024-12-21T00:13:39.669Z[ host-image] Dec 21 00:13:39.620 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23080:20241219T204730Z
86122024-12-21T00:13:39.669Z[ host-image] Dec 21 00:13:39.621 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23080:20241219T204731Z
86132024-12-21T00:13:39.671Z[ host-image] Dec 21 00:13:39.626 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
86142024-12-21T00:13:39.671Z[ host-image] Dec 21 00:13:39.626 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23080:20241219T204731Z
86152024-12-21T00:13:39.674Z[ host-image] Dec 21 00:13:39.629 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23080:20241219T204731Z
86162024-12-21T00:13:39.674Z[ host-image] Dec 21 00:13:39.629 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23080:20241219T204731Z
86172024-12-21T00:13:39.674Z[ host-image] Dec 21 00:13:39.630 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23080:20241219T204733Z
86182024-12-21T00:13:39.677Z[ host-image] Dec 21 00:13:39.630 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23080:20241219T204732Z
86192024-12-21T00:13:39.677Z[ host-image] Dec 21 00:13:39.630 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23080:20241219T204732Z
86202024-12-21T00:13:39.677Z[ host-image] Dec 21 00:13:39.631 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
86212024-12-21T00:13:39.677Z[ host-image] Dec 21 00:13:39.631 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
86222024-12-21T00:13:39.677Z[ host-image] Dec 21 00:13:39.632 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23080:20241219T204734Z
86232024-12-21T00:13:39.677Z[ host-image] Dec 21 00:13:39.632 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23080:20241219T204735Z
86242024-12-21T00:13:39.677Z[ host-image] Dec 21 00:13:39.632 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
86252024-12-21T00:13:39.677Z[ host-image] Dec 21 00:13:39.632 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
86262024-12-21T00:13:39.677Z[ host-image] Dec 21 00:13:39.633 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
86272024-12-21T00:13:39.677Z[ host-image] Dec 21 00:13:39.633 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
86282024-12-21T00:13:39.680Z[ host-image] Dec 21 00:13:39.633 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
86292024-12-21T00:13:39.680Z[ host-image] Dec 21 00:13:39.634 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
86302024-12-21T00:13:39.682Z[ host-image] Dec 21 00:13:39.636 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z
86312024-12-21T00:13:39.682Z[ host-image] Dec 21 00:13:39.637 INFO O| tempdir @ "/tmp/.tmpH4z4W8/tmp"
86322024-12-21T00:13:39.682Z[ host-image] Dec 21 00:13:39.637 INFO O| image root @ "/tmp/.tmpH4z4W8/tmp/root"
86332024-12-21T00:13:39.682Z[ host-image] Dec 21 00:13:39.637 INFO O| creating image...
86342024-12-21T00:13:40.894Z[ host-image] Dec 21 00:13:40.849 INFO O| copying publishers...
86352024-12-21T00:14:02.680Z[ host-image] Dec 21 00:14:02.639 INFO O| adding properties...
86362024-12-21T00:14:04.468Z[ recovery-image] Dec 21 00:14:04.428 INFO O| ok, image written!
86372024-12-21T00:14:04.471Z[ recovery-image] Dec 21 00:14:04.428 INFO O| ok, boot_image_csum file written!
86382024-12-21T00:14:04.475Z[ recovery-image] Dec 21 00:14:04.435 INFO creating boot archive (CPIO)...
86392024-12-21T00:14:04.477Z[ recovery-image] Dec 21 00:14:04.435 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
86402024-12-21T00:14:04.504Z[ recovery-image] Dec 21 00:14:04.463 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
86412024-12-21T00:14:04.504Z[ recovery-image] Dec 21 00:14:04.463 INFO E| + outfile=/work/os-recovery/cpio
86422024-12-21T00:14:04.504Z[ recovery-image] Dec 21 00:14:04.463 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
86432024-12-21T00:14:04.507Z[ recovery-image] Dec 21 00:14:04.467 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
86442024-12-21T00:14:04.509Z[ recovery-image] Dec 21 00:14:04.467 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
86452024-12-21T00:14:04.556Z[ recovery-image] Dec 21 00:14:04.515 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
86462024-12-21T00:14:04.556Z[ recovery-image] Dec 21 00:14:04.515 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
86472024-12-21T00:14:04.567Z[ recovery-image] Dec 21 00:14:04.527 INFO creating compressed cpio/unix for nanobl-rs...
86482024-12-21T00:14:04.567Z[ recovery-image] Dec 21 00:14:04.527 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
86492024-12-21T00:14:05.038Z[ recovery-image] Dec 21 00:14:04.998 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
86502024-12-21T00:14:05.351Z[ host-image] Dec 21 00:14:05.310 INFO O| installing packages...
86512024-12-21T00:14:11.942Z[ recovery-image] Dec 21 00:14:11.901 INFO creating reset image...
86522024-12-21T00:14:11.942Z[ recovery-image] Dec 21 00:14:11.901 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
86532024-12-21T00:14:12.519Z[ recovery-image] Dec 21 00:14:12.480 INFO E| Updating crates.io index
86542024-12-21T00:14:12.896Z[ recovery-image] Dec 21 00:14:12.856 INFO E| Downloading crates ...
86552024-12-21T00:14:13.259Z[ recovery-image] Dec 21 00:14:13.220 INFO E| Downloaded duct v0.13.7
86562024-12-21T00:14:13.262Z[ recovery-image] Dec 21 00:14:13.224 INFO E| Downloaded clap v4.5.17
86572024-12-21T00:14:13.275Z[ recovery-image] Dec 21 00:14:13.236 INFO E| Downloaded shared_child v1.0.1
86582024-12-21T00:14:13.278Z[ recovery-image] Dec 21 00:14:13.238 INFO E| Downloaded os_pipe v1.2.1
86592024-12-21T00:14:13.280Z[ recovery-image] Dec 21 00:14:13.240 INFO E| Downloaded clap_derive v4.5.13
86602024-12-21T00:14:13.301Z[ recovery-image] Dec 21 00:14:13.262 INFO E| Downloaded clap_builder v4.5.17
86612024-12-21T00:14:13.311Z[ recovery-image] Dec 21 00:14:13.272 INFO E| Downloaded syn v2.0.77
86622024-12-21T00:14:13.401Z[ recovery-image] Dec 21 00:14:13.361 INFO E| Downloaded libc v0.2.158
86632024-12-21T00:14:13.515Z[ recovery-image] Dec 21 00:14:13.476 INFO E| Compiling proc-macro2 v1.0.86
86642024-12-21T00:14:13.515Z[ recovery-image] Dec 21 00:14:13.476 INFO E| Compiling unicode-ident v1.0.13
86652024-12-21T00:14:13.515Z[ recovery-image] Dec 21 00:14:13.476 INFO E| Compiling libc v0.2.158
86662024-12-21T00:14:13.518Z[ recovery-image] Dec 21 00:14:13.476 INFO E| Compiling utf8parse v0.2.2
86672024-12-21T00:14:13.518Z[ recovery-image] Dec 21 00:14:13.476 INFO E| Compiling anstyle v1.0.8
86682024-12-21T00:14:13.518Z[ recovery-image] Dec 21 00:14:13.476 INFO E| Compiling colorchoice v1.0.2
86692024-12-21T00:14:13.518Z[ recovery-image] Dec 21 00:14:13.476 INFO E| Compiling is_terminal_polyfill v1.70.1
86702024-12-21T00:14:13.518Z[ recovery-image] Dec 21 00:14:13.476 INFO E| Compiling anstyle-query v1.1.1
86712024-12-21T00:14:14.203Z[ recovery-image] Dec 21 00:14:14.164 INFO E| Compiling clap_lex v0.7.2
86722024-12-21T00:14:14.450Z[ recovery-image] Dec 21 00:14:14.411 INFO E| Compiling anstyle-parse v0.2.5
86732024-12-21T00:14:14.612Z[ recovery-image] Dec 21 00:14:14.573 INFO E| Compiling strsim v0.11.1
86742024-12-21T00:14:14.680Z[ recovery-image] Dec 21 00:14:14.641 INFO E| Compiling heck v0.5.0
86752024-12-21T00:14:14.727Z[ recovery-image] Dec 21 00:14:14.688 INFO E| Compiling once_cell v1.19.0
86762024-12-21T00:14:15.237Z[ recovery-image] Dec 21 00:14:15.198 INFO E| Compiling anstream v0.6.15
86772024-12-21T00:14:15.858Z[ recovery-image] Dec 21 00:14:15.817 INFO E| Compiling clap_builder v4.5.17
86782024-12-21T00:14:17.020Z[ recovery-image] Dec 21 00:14:16.981 INFO E| Compiling shared_child v1.0.1
86792024-12-21T00:14:17.020Z[ recovery-image] Dec 21 00:14:16.981 INFO E| Compiling os_pipe v1.2.1
86802024-12-21T00:14:17.304Z[ recovery-image] Dec 21 00:14:17.266 INFO E| Compiling duct v0.13.7
86812024-12-21T00:14:17.428Z[ recovery-image] Dec 21 00:14:17.387 INFO E| Compiling quote v1.0.37
86822024-12-21T00:14:18.020Z[ recovery-image] Dec 21 00:14:17.981 INFO E| Compiling syn v2.0.77
86832024-12-21T00:14:27.435Z[ recovery-image] Dec 21 00:14:27.398 INFO E| Compiling clap_derive v4.5.13
86842024-12-21T00:14:31.879Z[ recovery-image] Dec 21 00:14:31.843 INFO E| Compiling clap v4.5.17
86852024-12-21T00:14:32.016Z[ recovery-image] Dec 21 00:14:31.980 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
86862024-12-21T00:14:34.418Z[ recovery-image] Dec 21 00:14:34.382 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.29s
86872024-12-21T00:14:34.513Z[ recovery-image] Dec 21 00:14:34.477 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
86882024-12-21T00:14:34.867Z[ recovery-image] Dec 21 00:14:34.831 INFO E| Updating crates.io index
86892024-12-21T00:14:35.270Z[ recovery-image] Dec 21 00:14:35.234 INFO E| Downloading crates ...
86902024-12-21T00:14:35.336Z[ recovery-image] Dec 21 00:14:35.301 INFO E| Downloaded bit_field v0.10.2
86912024-12-21T00:14:35.354Z[ recovery-image] Dec 21 00:14:35.318 INFO E| Downloaded bitstruct_derive v0.1.0
86922024-12-21T00:14:35.357Z[ recovery-image] Dec 21 00:14:35.320 INFO E| Downloaded seq-macro v0.3.5
86932024-12-21T00:14:35.359Z[ recovery-image] Dec 21 00:14:35.323 INFO E| Downloaded raw-cpuid v10.7.0
86942024-12-21T00:14:35.364Z[ recovery-image] Dec 21 00:14:35.329 INFO E| Downloaded cpio_reader v0.1.1
86952024-12-21T00:14:35.366Z[ recovery-image] Dec 21 00:14:35.331 INFO E| Downloaded bitstruct v0.1.1
86962024-12-21T00:14:35.396Z[ recovery-image] Dec 21 00:14:35.360 INFO E| Downloaded syn v2.0.85
86972024-12-21T00:14:35.632Z[ recovery-image] Dec 21 00:14:35.596 INFO E| Downloaded x86 v0.52.0
86982024-12-21T00:14:35.750Z[ recovery-image] Dec 21 00:14:35.714 INFO E| Updating crates.io index
86992024-12-21T00:14:35.982Z[ recovery-image] Dec 21 00:14:35.945 INFO E| Downloading crates ...
87002024-12-21T00:14:36.183Z[ recovery-image] Dec 21 00:14:36.147 INFO E| Downloaded hashbrown v0.15.0
87012024-12-21T00:14:36.191Z[ recovery-image] Dec 21 00:14:36.156 INFO E| Downloaded compiler_builtins v0.1.134
87022024-12-21T00:14:36.356Z[ recovery-image] Dec 21 00:14:36.320 INFO E| Compiling compiler_builtins v0.1.134
87032024-12-21T00:14:36.356Z[ recovery-image] Dec 21 00:14:36.320 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)
87042024-12-21T00:14:36.359Z[ recovery-image] Dec 21 00:14:36.320 INFO E| Compiling proc-macro2 v1.0.89
87052024-12-21T00:14:36.359Z[ recovery-image] Dec 21 00:14:36.320 INFO E| Compiling unicode-ident v1.0.13
87062024-12-21T00:14:36.359Z[ recovery-image] Dec 21 00:14:36.320 INFO E| Compiling syn v1.0.109
87072024-12-21T00:14:36.359Z[ recovery-image] Dec 21 00:14:36.320 INFO E| Compiling x86 v0.52.0
87082024-12-21T00:14:36.360Z[ recovery-image] Dec 21 00:14:36.321 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
87092024-12-21T00:14:36.360Z[ recovery-image] Dec 21 00:14:36.321 INFO E| Compiling seq-macro v0.3.5
87102024-12-21T00:14:39.454Z[ recovery-image] Dec 21 00:14:39.419 INFO E| Compiling quote v1.0.37
87112024-12-21T00:14:40.007Z[ recovery-image] Dec 21 00:14:39.972 INFO E| Compiling syn v2.0.85
87122024-12-21T00:14:42.450Z[ host-image] Dec 21 00:14:42.415 INFO O| seeding SMF database...
87132024-12-21T00:14:46.829Z[ recovery-image] Dec 21 00:14:46.795 INFO E| Compiling scroll_derive v0.12.0
87142024-12-21T00:14:52.715Z[ recovery-image] Dec 21 00:14:52.682 INFO E| Compiling bitstruct_derive v0.1.0
87152024-12-21T00:14:58.370Z[ host-image] Dec 21 00:14:58.337 INFO O| configuring SMF profile...
87162024-12-21T00:14:58.372Z[ host-image] Dec 21 00:14:58.338 INFO O| modifying shadow(5)...
87172024-12-21T00:14:58.372Z[ host-image] Dec 21 00:14:58.338 INFO O| loading user and group database...
87182024-12-21T00:14:58.372Z[ host-image] Dec 21 00:14:58.338 INFO O| assessing packaged files...
87192024-12-21T00:15:04.048Z[ host-image] Dec 21 00:15:04.016 INFO O| creating archive...
87202024-12-21T00:15:04.132Z[ host-image] Dec 21 00:15:04.101 INFO O| missing from packaging:
87212024-12-21T00:15:04.132Z[ host-image] Dec 21 00:15:04.101 INFO O| "etc/.pwd.lock"
87222024-12-21T00:15:04.132Z[ host-image] Dec 21 00:15:04.101 INFO O| "etc/bash"
87232024-12-21T00:15:04.162Z[ host-image] Dec 21 00:15:04.130 INFO O| "etc/svc/profile/generic.xml"
87242024-12-21T00:15:04.162Z[ host-image] Dec 21 00:15:04.130 INFO O| "etc/svc/profile/inetd_services.xml"
87252024-12-21T00:15:04.164Z[ host-image] Dec 21 00:15:04.130 INFO O| "etc/svc/profile/name_service.xml"
87262024-12-21T00:15:04.164Z[ host-image] Dec 21 00:15:04.130 INFO O| "etc/svc/profile/platform.xml"
87272024-12-21T00:15:04.164Z[ host-image] Dec 21 00:15:04.130 INFO O| "etc/svc/profile/platform_omicron1.xml"
87282024-12-21T00:15:04.164Z[ host-image] Dec 21 00:15:04.130 INFO O| "etc/svc/repository.db"
87292024-12-21T00:15:04.178Z[ host-image] Dec 21 00:15:04.147 INFO O| "opt/ooce/share"
87302024-12-21T00:15:04.178Z[ host-image] Dec 21 00:15:04.147 INFO O| "opt/ooce/share/man"
87312024-12-21T00:15:04.181Z[ host-image] Dec 21 00:15:04.147 INFO O| "opt/ooce/share/man/man1"
87322024-12-21T00:15:04.194Z[ host-image] Dec 21 00:15:04.162 INFO O| finishing archive...
87332024-12-21T00:15:08.504Z[ host-image] Dec 21 00:15:08.472 INFO O| creating gzonly manifest...
87342024-12-21T00:15:08.521Z[ host-image] Dec 21 00:15:08.485 INFO O| ok
87352024-12-21T00:15:08.772Z[ host-image] Dec 21 00:15:08.741 INFO image builder template: ramdisk-02-trim...
87362024-12-21T00:15:08.772Z[ host-image] Dec 21 00:15:08.741 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/.tmpaSG2wu/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
87372024-12-21T00:15:08.823Z[ host-image] Dec 21 00:15:08.792 INFO O| Dec 21 00:15:08.791 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87382024-12-21T00:15:08.841Z[ host-image] Dec 21 00:15:08.810 INFO O| Dec 21 00:15:08.810 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87392024-12-21T00:15:09.147Z[ host-image] Dec 21 00:15:09.104 INFO O| Dec 21 00:15:09.104 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
87402024-12-21T00:15:09.263Z[ host-image] Dec 21 00:15:09.233 INFO O| Dec 21 00:15:09.233 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87412024-12-21T00:15:09.263Z[ host-image] Dec 21 00:15:09.233 INFO O| Dec 21 00:15:09.233 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
87422024-12-21T00:15:09.276Z[ host-image] Dec 21 00:15:09.245 INFO O| Dec 21 00:15:09.245 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
87432024-12-21T00:15:09.286Z[ host-image] Dec 21 00:15:09.255 INFO O| Dec 21 00:15:09.255 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
87442024-12-21T00:15:09.297Z[ host-image] Dec 21 00:15:09.266 INFO O| Dec 21 00:15:09.266 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
87452024-12-21T00:15:09.723Z[ host-image] Dec 21 00:15:09.692 INFO O| Dec 21 00:15:09.692 INFO rolled back to input snapshot; work may begin
87462024-12-21T00:15:09.723Z[ host-image] Dec 21 00:15:09.692 INFO O| Dec 21 00:15:09.692 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
87472024-12-21T00:15:09.748Z[ host-image] Dec 21 00:15:09.717 INFO O| Dec 21 00:15:09.717 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87482024-12-21T00:15:09.771Z[ host-image] Dec 21 00:15:09.740 INFO O| Dec 21 00:15:09.740 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
87492024-12-21T00:15:09.935Z[ host-image] Dec 21 00:15:09.905 INFO O| Dec 21 00:15:09.905 INFO STEP 0 (remove_files) COMPLETE
87502024-12-21T00:15:09.936Z[ host-image] Dec 21 00:15:09.905 INFO O| Dec 21 00:15:09.905 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87512024-12-21T00:15:09.998Z[ host-image] Dec 21 00:15:09.967 INFO O| Dec 21 00:15:09.967 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
87522024-12-21T00:15:10.000Z[ host-image] Dec 21 00:15:09.970 INFO O| Dec 21 00:15:09.970 INFO STEP 1 (remove_files) COMPLETE
87532024-12-21T00:15:10.004Z[ host-image] Dec 21 00:15:09.970 INFO O| Dec 21 00:15:09.970 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87542024-12-21T00:15:10.027Z[ host-image] Dec 21 00:15:09.996 INFO O| Dec 21 00:15:09.996 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
87552024-12-21T00:15:10.050Z[ host-image] Dec 21 00:15:10.019 INFO O| Dec 21 00:15:10.018 INFO STEP 2 (remove_files) COMPLETE
87562024-12-21T00:15:10.050Z[ host-image] Dec 21 00:15:10.019 INFO O| Dec 21 00:15:10.019 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87572024-12-21T00:15:10.071Z[ host-image] Dec 21 00:15:10.040 INFO O| Dec 21 00:15:10.040 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
87582024-12-21T00:15:10.074Z[ host-image] Dec 21 00:15:10.043 INFO O| Dec 21 00:15:10.043 INFO STEP 3 (remove_files) COMPLETE
87592024-12-21T00:15:10.074Z[ host-image] Dec 21 00:15:10.043 INFO O| Dec 21 00:15:10.043 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87602024-12-21T00:15:10.116Z[ host-image] Dec 21 00:15:10.086 INFO O| Dec 21 00:15:10.086 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
87612024-12-21T00:15:10.123Z[ host-image] Dec 21 00:15:10.092 INFO O| Dec 21 00:15:10.092 INFO STEP 4 (remove_files) COMPLETE
87622024-12-21T00:15:10.123Z[ host-image] Dec 21 00:15:10.092 INFO O| Dec 21 00:15:10.092 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87632024-12-21T00:15:10.185Z[ host-image] Dec 21 00:15:10.155 INFO O| Dec 21 00:15:10.155 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
87642024-12-21T00:15:10.190Z[ host-image] Dec 21 00:15:10.160 INFO O| Dec 21 00:15:10.160 INFO STEP 5 (remove_files) COMPLETE
87652024-12-21T00:15:10.190Z[ host-image] Dec 21 00:15:10.160 INFO O| Dec 21 00:15:10.160 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87662024-12-21T00:15:10.210Z[ host-image] Dec 21 00:15:10.179 INFO O| Dec 21 00:15:10.179 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
87672024-12-21T00:15:10.244Z[ host-image] Dec 21 00:15:10.210 INFO O| Dec 21 00:15:10.210 INFO STEP 6 (remove_files) COMPLETE
87682024-12-21T00:15:10.247Z[ host-image] Dec 21 00:15:10.210 INFO O| Dec 21 00:15:10.210 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87692024-12-21T00:15:10.283Z[ host-image] Dec 21 00:15:10.252 INFO O| Dec 21 00:15:10.252 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
87702024-12-21T00:15:10.375Z[ host-image] Dec 21 00:15:10.345 INFO O| Dec 21 00:15:10.345 INFO STEP 7 (remove_files) COMPLETE
87712024-12-21T00:15:10.375Z[ host-image] Dec 21 00:15:10.345 INFO O| Dec 21 00:15:10.345 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87722024-12-21T00:15:10.412Z[ host-image] Dec 21 00:15:10.381 INFO O| Dec 21 00:15:10.381 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
87732024-12-21T00:15:10.564Z[ host-image] Dec 21 00:15:10.533 INFO O| Dec 21 00:15:10.533 INFO STEP 8 (remove_files) COMPLETE
87742024-12-21T00:15:10.564Z[ host-image] Dec 21 00:15:10.533 INFO O| Dec 21 00:15:10.533 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87752024-12-21T00:15:10.587Z[ host-image] Dec 21 00:15:10.557 INFO O| Dec 21 00:15:10.557 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
87762024-12-21T00:15:10.782Z[ host-image] Dec 21 00:15:10.750 INFO O| Dec 21 00:15:10.750 INFO STEP 9 (remove_files) COMPLETE
87772024-12-21T00:15:10.782Z[ host-image] Dec 21 00:15:10.751 INFO O| Dec 21 00:15:10.750 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87782024-12-21T00:15:10.822Z[ host-image] Dec 21 00:15:10.791 INFO O| Dec 21 00:15:10.791 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
87792024-12-21T00:15:10.828Z[ host-image] Dec 21 00:15:10.797 INFO O| Dec 21 00:15:10.797 INFO STEP 10 (remove_files) COMPLETE
87802024-12-21T00:15:10.828Z[ host-image] Dec 21 00:15:10.798 INFO O| Dec 21 00:15:10.797 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87812024-12-21T00:15:10.860Z[ host-image] Dec 21 00:15:10.829 INFO O| Dec 21 00:15:10.829 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
87822024-12-21T00:15:10.864Z[ host-image] Dec 21 00:15:10.831 INFO O| Dec 21 00:15:10.831 INFO STEP 11 (remove_files) COMPLETE
87832024-12-21T00:15:10.864Z[ host-image] Dec 21 00:15:10.831 INFO O| Dec 21 00:15:10.831 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87842024-12-21T00:15:10.881Z[ host-image] Dec 21 00:15:10.851 INFO O| Dec 21 00:15:10.851 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
87852024-12-21T00:15:10.884Z[ host-image] Dec 21 00:15:10.854 INFO O| Dec 21 00:15:10.854 INFO STEP 12 (remove_files) COMPLETE
87862024-12-21T00:15:10.884Z[ host-image] Dec 21 00:15:10.854 INFO O| Dec 21 00:15:10.854 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87872024-12-21T00:15:10.931Z[ host-image] Dec 21 00:15:10.901 INFO O| Dec 21 00:15:10.900 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
87882024-12-21T00:15:10.940Z[ host-image] Dec 21 00:15:10.902 INFO O| Dec 21 00:15:10.902 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
87892024-12-21T00:15:10.940Z[ host-image] Dec 21 00:15:10.902 INFO O| Dec 21 00:15:10.902 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
87902024-12-21T00:15:10.940Z[ host-image] Dec 21 00:15:10.902 INFO O| Dec 21 00:15:10.902 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
87912024-12-21T00:15:10.940Z[ host-image] Dec 21 00:15:10.903 INFO O| Dec 21 00:15:10.903 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
87922024-12-21T00:15:10.940Z[ host-image] Dec 21 00:15:10.903 INFO O| Dec 21 00:15:10.903 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
87932024-12-21T00:15:10.940Z[ host-image] Dec 21 00:15:10.903 INFO O| Dec 21 00:15:10.903 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
87942024-12-21T00:15:10.940Z[ host-image] Dec 21 00:15:10.903 INFO O| Dec 21 00:15:10.903 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
87952024-12-21T00:15:10.940Z[ host-image] Dec 21 00:15:10.904 INFO O| Dec 21 00:15:10.904 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
87962024-12-21T00:15:10.940Z[ host-image] Dec 21 00:15:10.904 INFO O| Dec 21 00:15:10.904 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
87972024-12-21T00:15:10.940Z[ host-image] Dec 21 00:15:10.904 INFO O| Dec 21 00:15:10.904 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
87982024-12-21T00:15:10.940Z[ host-image] Dec 21 00:15:10.904 INFO O| Dec 21 00:15:10.904 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
87992024-12-21T00:15:10.940Z[ host-image] Dec 21 00:15:10.905 INFO O| Dec 21 00:15:10.905 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
88002024-12-21T00:15:10.940Z[ host-image] Dec 21 00:15:10.905 INFO O| Dec 21 00:15:10.905 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
88012024-12-21T00:15:10.940Z[ host-image] Dec 21 00:15:10.905 INFO O| Dec 21 00:15:10.905 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
88022024-12-21T00:15:10.940Z[ host-image] Dec 21 00:15:10.905 INFO O| Dec 21 00:15:10.905 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
88032024-12-21T00:15:10.955Z[ host-image] Dec 21 00:15:10.924 INFO O| Dec 21 00:15:10.924 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
88042024-12-21T00:15:11.191Z[ host-image] Dec 21 00:15:11.161 INFO O| Dec 21 00:15:11.160 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
88052024-12-21T00:15:11.220Z[ host-image] Dec 21 00:15:11.190 INFO O| Dec 21 00:15:11.189 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
88062024-12-21T00:15:11.226Z[ host-image] Dec 21 00:15:11.195 INFO O| Dec 21 00:15:11.195 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
88072024-12-21T00:15:11.248Z[ host-image] Dec 21 00:15:11.216 INFO O| Dec 21 00:15:11.216 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
88082024-12-21T00:15:11.797Z[ host-image] Dec 21 00:15:11.767 INFO O| Dec 21 00:15:11.767 INFO STEP 13 (remove_files) COMPLETE
88092024-12-21T00:15:11.797Z[ host-image] Dec 21 00:15:11.767 INFO O| Dec 21 00:15:11.767 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88102024-12-21T00:15:11.820Z[ host-image] Dec 21 00:15:11.789 INFO O| Dec 21 00:15:11.789 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
88112024-12-21T00:15:11.822Z[ host-image] Dec 21 00:15:11.792 INFO O| Dec 21 00:15:11.792 INFO STEP 14 (remove_files) COMPLETE
88122024-12-21T00:15:11.822Z[ host-image] Dec 21 00:15:11.792 INFO O| Dec 21 00:15:11.792 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88132024-12-21T00:15:11.842Z[ host-image] Dec 21 00:15:11.812 INFO O| Dec 21 00:15:11.812 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
88142024-12-21T00:15:11.853Z[ host-image] Dec 21 00:15:11.823 INFO O| Dec 21 00:15:11.823 INFO STEP 15 (remove_files) COMPLETE
88152024-12-21T00:15:11.853Z[ host-image] Dec 21 00:15:11.823 INFO O| Dec 21 00:15:11.823 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88162024-12-21T00:15:11.894Z[ host-image] Dec 21 00:15:11.864 INFO O| Dec 21 00:15:11.864 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
88172024-12-21T00:15:11.897Z[ host-image] Dec 21 00:15:11.865 INFO O| Dec 21 00:15:11.864 INFO STEP 16 (remove_files) COMPLETE
88182024-12-21T00:15:11.897Z[ host-image] Dec 21 00:15:11.865 INFO O| Dec 21 00:15:11.865 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88192024-12-21T00:15:11.948Z[ host-image] Dec 21 00:15:11.918 INFO O| Dec 21 00:15:11.918 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
88202024-12-21T00:15:11.951Z[ host-image] Dec 21 00:15:11.920 INFO O| Dec 21 00:15:11.920 INFO STEP 17 (remove_files) COMPLETE
88212024-12-21T00:15:11.951Z[ host-image] Dec 21 00:15:11.920 INFO O| Dec 21 00:15:11.920 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88222024-12-21T00:15:12.012Z[ host-image] Dec 21 00:15:11.981 INFO O| Dec 21 00:15:11.981 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
88232024-12-21T00:15:12.012Z[ host-image] Dec 21 00:15:11.981 INFO O| Dec 21 00:15:11.981 INFO STEP 18 (remove_files) COMPLETE
88242024-12-21T00:15:12.012Z[ host-image] Dec 21 00:15:11.981 INFO O| Dec 21 00:15:11.981 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88252024-12-21T00:15:12.034Z[ host-image] Dec 21 00:15:12.004 INFO O| Dec 21 00:15:12.003 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
88262024-12-21T00:15:12.036Z[ host-image] Dec 21 00:15:12.004 INFO O| Dec 21 00:15:12.004 INFO STEP 19 (remove_files) COMPLETE
88272024-12-21T00:15:12.037Z[ host-image] Dec 21 00:15:12.004 INFO O| Dec 21 00:15:12.004 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88282024-12-21T00:15:12.057Z[ host-image] Dec 21 00:15:12.026 INFO O| Dec 21 00:15:12.026 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
88292024-12-21T00:15:12.057Z[ host-image] Dec 21 00:15:12.027 INFO O| Dec 21 00:15:12.026 INFO STEP 20 (remove_files) COMPLETE
88302024-12-21T00:15:12.060Z[ host-image] Dec 21 00:15:12.027 INFO O| Dec 21 00:15:12.027 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88312024-12-21T00:15:12.079Z[ host-image] Dec 21 00:15:12.049 INFO O| Dec 21 00:15:12.048 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
88322024-12-21T00:15:12.079Z[ host-image] Dec 21 00:15:12.049 INFO O| Dec 21 00:15:12.049 INFO STEP 21 (remove_files) COMPLETE
88332024-12-21T00:15:12.081Z[ host-image] Dec 21 00:15:12.049 INFO O| Dec 21 00:15:12.049 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88342024-12-21T00:15:12.109Z[ host-image] Dec 21 00:15:12.078 INFO O| Dec 21 00:15:12.078 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
88352024-12-21T00:15:12.112Z[ host-image] Dec 21 00:15:12.079 INFO O| Dec 21 00:15:12.078 INFO STEP 22 (remove_files) COMPLETE
88362024-12-21T00:15:12.112Z[ host-image] Dec 21 00:15:12.079 INFO O| Dec 21 00:15:12.079 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88372024-12-21T00:15:12.131Z[ host-image] Dec 21 00:15:12.101 INFO O| Dec 21 00:15:12.101 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
88382024-12-21T00:15:12.131Z[ host-image] Dec 21 00:15:12.101 INFO O| Dec 21 00:15:12.101 INFO STEP 23 (remove_files) COMPLETE
88392024-12-21T00:15:12.134Z[ host-image] Dec 21 00:15:12.101 INFO O| Dec 21 00:15:12.101 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88402024-12-21T00:15:12.154Z[ host-image] Dec 21 00:15:12.123 INFO O| Dec 21 00:15:12.123 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
88412024-12-21T00:15:12.154Z[ host-image] Dec 21 00:15:12.123 INFO O| Dec 21 00:15:12.123 INFO STEP 24 (remove_files) COMPLETE
88422024-12-21T00:15:12.157Z[ host-image] Dec 21 00:15:12.123 INFO O| Dec 21 00:15:12.123 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88432024-12-21T00:15:12.175Z[ host-image] Dec 21 00:15:12.144 INFO O| Dec 21 00:15:12.144 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
88442024-12-21T00:15:12.175Z[ host-image] Dec 21 00:15:12.145 INFO O| Dec 21 00:15:12.145 INFO STEP 25 (remove_files) COMPLETE
88452024-12-21T00:15:12.175Z[ host-image] Dec 21 00:15:12.145 INFO O| Dec 21 00:15:12.145 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88462024-12-21T00:15:12.196Z[ host-image] Dec 21 00:15:12.165 INFO O| Dec 21 00:15:12.165 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
88472024-12-21T00:15:12.196Z[ host-image] Dec 21 00:15:12.166 INFO O| Dec 21 00:15:12.166 INFO STEP 26 (remove_files) COMPLETE
88482024-12-21T00:15:12.196Z[ host-image] Dec 21 00:15:12.166 INFO O| Dec 21 00:15:12.166 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88492024-12-21T00:15:12.219Z[ host-image] Dec 21 00:15:12.189 INFO O| Dec 21 00:15:12.189 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
88502024-12-21T00:15:12.222Z[ host-image] Dec 21 00:15:12.189 INFO O| Dec 21 00:15:12.189 INFO STEP 27 (remove_files) COMPLETE
88512024-12-21T00:15:12.222Z[ host-image] Dec 21 00:15:12.190 INFO O| Dec 21 00:15:12.189 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88522024-12-21T00:15:12.244Z[ host-image] Dec 21 00:15:12.214 INFO O| Dec 21 00:15:12.214 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
88532024-12-21T00:15:12.244Z[ host-image] Dec 21 00:15:12.214 INFO O| Dec 21 00:15:12.214 INFO STEP 28 (remove_files) COMPLETE
88542024-12-21T00:15:12.246Z[ host-image] Dec 21 00:15:12.214 INFO O| Dec 21 00:15:12.214 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88552024-12-21T00:15:12.267Z[ host-image] Dec 21 00:15:12.237 INFO O| Dec 21 00:15:12.237 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
88562024-12-21T00:15:12.270Z[ host-image] Dec 21 00:15:12.237 INFO O| Dec 21 00:15:12.237 INFO STEP 29 (remove_files) COMPLETE
88572024-12-21T00:15:12.270Z[ host-image] Dec 21 00:15:12.238 INFO O| Dec 21 00:15:12.237 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88582024-12-21T00:15:12.295Z[ host-image] Dec 21 00:15:12.264 INFO O| Dec 21 00:15:12.264 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
88592024-12-21T00:15:12.295Z[ host-image] Dec 21 00:15:12.264 INFO O| Dec 21 00:15:12.264 INFO STEP 30 (remove_files) COMPLETE
88602024-12-21T00:15:12.298Z[ host-image] Dec 21 00:15:12.264 INFO O| Dec 21 00:15:12.264 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88612024-12-21T00:15:12.352Z[ host-image] Dec 21 00:15:12.322 INFO O| Dec 21 00:15:12.322 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
88622024-12-21T00:15:12.356Z[ host-image] Dec 21 00:15:12.322 INFO O| Dec 21 00:15:12.322 INFO STEP 31 (remove_files) COMPLETE
88632024-12-21T00:15:12.356Z[ host-image] Dec 21 00:15:12.322 INFO O| Dec 21 00:15:12.322 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88642024-12-21T00:15:12.376Z[ host-image] Dec 21 00:15:12.346 INFO O| Dec 21 00:15:12.346 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
88652024-12-21T00:15:12.378Z[ host-image] Dec 21 00:15:12.346 INFO O| Dec 21 00:15:12.346 INFO STEP 32 (remove_files) COMPLETE
88662024-12-21T00:15:12.378Z[ host-image] Dec 21 00:15:12.346 INFO O| Dec 21 00:15:12.346 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88672024-12-21T00:15:12.400Z[ host-image] Dec 21 00:15:12.370 INFO O| Dec 21 00:15:12.370 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
88682024-12-21T00:15:12.403Z[ host-image] Dec 21 00:15:12.370 INFO O| Dec 21 00:15:12.370 INFO STEP 33 (remove_files) COMPLETE
88692024-12-21T00:15:12.403Z[ host-image] Dec 21 00:15:12.370 INFO O| Dec 21 00:15:12.370 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88702024-12-21T00:15:12.424Z[ host-image] Dec 21 00:15:12.393 INFO O| Dec 21 00:15:12.393 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
88712024-12-21T00:15:12.424Z[ host-image] Dec 21 00:15:12.394 INFO O| Dec 21 00:15:12.393 INFO STEP 34 (remove_files) COMPLETE
88722024-12-21T00:15:12.427Z[ host-image] Dec 21 00:15:12.394 INFO O| Dec 21 00:15:12.394 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88732024-12-21T00:15:12.445Z[ host-image] Dec 21 00:15:12.415 INFO O| Dec 21 00:15:12.415 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
88742024-12-21T00:15:12.449Z[ host-image] Dec 21 00:15:12.415 INFO O| Dec 21 00:15:12.415 INFO STEP 35 (remove_files) COMPLETE
88752024-12-21T00:15:12.449Z[ host-image] Dec 21 00:15:12.415 INFO O| Dec 21 00:15:12.415 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88762024-12-21T00:15:12.545Z[ host-image] Dec 21 00:15:12.515 INFO O| Dec 21 00:15:12.515 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
88772024-12-21T00:15:12.548Z[ host-image] Dec 21 00:15:12.515 INFO O| Dec 21 00:15:12.515 INFO STEP 36 (remove_files) COMPLETE
88782024-12-21T00:15:12.548Z[ host-image] Dec 21 00:15:12.515 INFO O| Dec 21 00:15:12.515 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88792024-12-21T00:15:12.566Z[ host-image] Dec 21 00:15:12.536 INFO O| Dec 21 00:15:12.536 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
88802024-12-21T00:15:12.569Z[ host-image] Dec 21 00:15:12.537 INFO O| Dec 21 00:15:12.536 INFO STEP 37 (remove_files) COMPLETE
88812024-12-21T00:15:12.569Z[ host-image] Dec 21 00:15:12.537 INFO O| Dec 21 00:15:12.537 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88822024-12-21T00:15:12.609Z[ host-image] Dec 21 00:15:12.579 INFO O| Dec 21 00:15:12.579 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
88832024-12-21T00:15:12.609Z[ host-image] Dec 21 00:15:12.579 INFO O| Dec 21 00:15:12.579 INFO STEP 38 (remove_files) COMPLETE
88842024-12-21T00:15:12.609Z[ host-image] Dec 21 00:15:12.579 INFO O| Dec 21 00:15:12.579 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88852024-12-21T00:15:12.633Z[ host-image] Dec 21 00:15:12.603 INFO O| Dec 21 00:15:12.603 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
88862024-12-21T00:15:12.633Z[ host-image] Dec 21 00:15:12.603 INFO O| Dec 21 00:15:12.603 INFO STEP 39 (remove_files) COMPLETE
88872024-12-21T00:15:12.636Z[ host-image] Dec 21 00:15:12.603 INFO O| Dec 21 00:15:12.603 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88882024-12-21T00:15:12.657Z[ host-image] Dec 21 00:15:12.627 INFO O| Dec 21 00:15:12.627 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
88892024-12-21T00:15:12.657Z[ host-image] Dec 21 00:15:12.627 INFO O| Dec 21 00:15:12.627 INFO STEP 40 (remove_files) COMPLETE
88902024-12-21T00:15:12.657Z[ host-image] Dec 21 00:15:12.627 INFO O| Dec 21 00:15:12.627 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88912024-12-21T00:15:12.693Z[ host-image] Dec 21 00:15:12.663 INFO O| Dec 21 00:15:12.663 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
88922024-12-21T00:15:12.693Z[ host-image] Dec 21 00:15:12.663 INFO O| Dec 21 00:15:12.663 INFO STEP 41 (remove_files) COMPLETE
88932024-12-21T00:15:12.693Z[ host-image] Dec 21 00:15:12.663 INFO O| Dec 21 00:15:12.663 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88942024-12-21T00:15:12.716Z[ host-image] Dec 21 00:15:12.686 INFO O| Dec 21 00:15:12.686 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
88952024-12-21T00:15:12.716Z[ host-image] Dec 21 00:15:12.686 INFO O| Dec 21 00:15:12.686 INFO STEP 42 (remove_files) COMPLETE
88962024-12-21T00:15:12.716Z[ host-image] Dec 21 00:15:12.686 INFO O| Dec 21 00:15:12.686 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88972024-12-21T00:15:12.740Z[ host-image] Dec 21 00:15:12.710 INFO O| Dec 21 00:15:12.710 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
88982024-12-21T00:15:12.740Z[ host-image] Dec 21 00:15:12.710 INFO O| Dec 21 00:15:12.710 INFO STEP 43 (remove_files) COMPLETE
88992024-12-21T00:15:12.743Z[ host-image] Dec 21 00:15:12.710 INFO O| Dec 21 00:15:12.710 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89002024-12-21T00:15:12.779Z[ host-image] Dec 21 00:15:12.749 INFO O| Dec 21 00:15:12.748 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
89012024-12-21T00:15:12.779Z[ host-image] Dec 21 00:15:12.749 INFO O| Dec 21 00:15:12.749 INFO STEP 44 (remove_files) COMPLETE
89022024-12-21T00:15:12.781Z[ host-image] Dec 21 00:15:12.749 INFO O| Dec 21 00:15:12.749 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89032024-12-21T00:15:12.802Z[ host-image] Dec 21 00:15:12.772 INFO O| Dec 21 00:15:12.772 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
89042024-12-21T00:15:12.802Z[ host-image] Dec 21 00:15:12.772 INFO O| Dec 21 00:15:12.772 INFO STEP 45 (remove_files) COMPLETE
89052024-12-21T00:15:12.802Z[ host-image] Dec 21 00:15:12.772 INFO O| Dec 21 00:15:12.772 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89062024-12-21T00:15:12.857Z[ host-image] Dec 21 00:15:12.827 INFO O| Dec 21 00:15:12.827 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
89072024-12-21T00:15:12.857Z[ host-image] Dec 21 00:15:12.827 INFO O| Dec 21 00:15:12.827 INFO STEP 46 (remove_files) COMPLETE
89082024-12-21T00:15:12.857Z[ host-image] Dec 21 00:15:12.827 INFO O| Dec 21 00:15:12.827 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89092024-12-21T00:15:12.881Z[ host-image] Dec 21 00:15:12.850 INFO O| Dec 21 00:15:12.850 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
89102024-12-21T00:15:12.881Z[ host-image] Dec 21 00:15:12.850 INFO O| Dec 21 00:15:12.850 INFO STEP 47 (remove_files) COMPLETE
89112024-12-21T00:15:12.881Z[ host-image] Dec 21 00:15:12.851 INFO O| Dec 21 00:15:12.850 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89122024-12-21T00:15:12.903Z[ host-image] Dec 21 00:15:12.873 INFO O| Dec 21 00:15:12.872 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
89132024-12-21T00:15:12.903Z[ host-image] Dec 21 00:15:12.873 INFO O| Dec 21 00:15:12.873 INFO STEP 48 (remove_files) COMPLETE
89142024-12-21T00:15:12.903Z[ host-image] Dec 21 00:15:12.873 INFO O| Dec 21 00:15:12.873 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89152024-12-21T00:15:12.924Z[ host-image] Dec 21 00:15:12.894 INFO O| Dec 21 00:15:12.894 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
89162024-12-21T00:15:12.924Z[ host-image] Dec 21 00:15:12.894 INFO O| Dec 21 00:15:12.894 INFO STEP 49 (remove_files) COMPLETE
89172024-12-21T00:15:12.924Z[ host-image] Dec 21 00:15:12.894 INFO O| Dec 21 00:15:12.894 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89182024-12-21T00:15:12.961Z[ host-image] Dec 21 00:15:12.931 INFO O| Dec 21 00:15:12.931 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
89192024-12-21T00:15:12.961Z[ host-image] Dec 21 00:15:12.931 INFO O| Dec 21 00:15:12.931 INFO STEP 50 (remove_files) COMPLETE
89202024-12-21T00:15:12.963Z[ host-image] Dec 21 00:15:12.931 INFO O| Dec 21 00:15:12.931 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89212024-12-21T00:15:12.984Z[ host-image] Dec 21 00:15:12.953 INFO O| Dec 21 00:15:12.953 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
89222024-12-21T00:15:12.984Z[ host-image] Dec 21 00:15:12.954 INFO O| Dec 21 00:15:12.954 INFO STEP 51 (remove_files) COMPLETE
89232024-12-21T00:15:12.986Z[ host-image] Dec 21 00:15:12.954 INFO O| Dec 21 00:15:12.954 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89242024-12-21T00:15:13.006Z[ host-image] Dec 21 00:15:12.975 INFO O| Dec 21 00:15:12.975 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
89252024-12-21T00:15:13.006Z[ host-image] Dec 21 00:15:12.975 INFO O| Dec 21 00:15:12.975 INFO STEP 52 (remove_files) COMPLETE
89262024-12-21T00:15:13.006Z[ host-image] Dec 21 00:15:12.975 INFO O| Dec 21 00:15:12.975 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89272024-12-21T00:15:13.048Z[ host-image] Dec 21 00:15:13.018 INFO O| Dec 21 00:15:13.018 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
89282024-12-21T00:15:13.051Z[ host-image] Dec 21 00:15:13.018 INFO O| Dec 21 00:15:13.018 INFO STEP 53 (remove_files) COMPLETE
89292024-12-21T00:15:13.051Z[ host-image] Dec 21 00:15:13.018 INFO O| Dec 21 00:15:13.018 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89302024-12-21T00:15:13.072Z[ host-image] Dec 21 00:15:13.042 INFO O| Dec 21 00:15:13.042 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
89312024-12-21T00:15:13.076Z[ host-image] Dec 21 00:15:13.042 INFO O| Dec 21 00:15:13.042 INFO STEP 54 (remove_files) COMPLETE
89322024-12-21T00:15:13.076Z[ host-image] Dec 21 00:15:13.042 INFO O| Dec 21 00:15:13.042 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89332024-12-21T00:15:13.105Z[ host-image] Dec 21 00:15:13.075 INFO O| Dec 21 00:15:13.075 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
89342024-12-21T00:15:13.105Z[ host-image] Dec 21 00:15:13.075 INFO O| Dec 21 00:15:13.075 INFO STEP 55 (remove_files) COMPLETE
89352024-12-21T00:15:13.105Z[ host-image] Dec 21 00:15:13.075 INFO O| Dec 21 00:15:13.075 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89362024-12-21T00:15:13.128Z[ host-image] Dec 21 00:15:13.098 INFO O| Dec 21 00:15:13.098 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
89372024-12-21T00:15:13.128Z[ host-image] Dec 21 00:15:13.098 INFO O| Dec 21 00:15:13.098 INFO STEP 56 (remove_files) COMPLETE
89382024-12-21T00:15:13.128Z[ host-image] Dec 21 00:15:13.098 INFO O| Dec 21 00:15:13.098 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89392024-12-21T00:15:13.150Z[ host-image] Dec 21 00:15:13.120 INFO O| Dec 21 00:15:13.120 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
89402024-12-21T00:15:13.150Z[ host-image] Dec 21 00:15:13.120 INFO O| Dec 21 00:15:13.120 INFO STEP 57 (remove_files) COMPLETE
89412024-12-21T00:15:13.150Z[ host-image] Dec 21 00:15:13.120 INFO O| Dec 21 00:15:13.120 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89422024-12-21T00:15:13.188Z[ host-image] Dec 21 00:15:13.155 INFO O| Dec 21 00:15:13.155 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
89432024-12-21T00:15:13.188Z[ host-image] Dec 21 00:15:13.155 INFO O| Dec 21 00:15:13.155 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
89442024-12-21T00:15:13.191Z[ host-image] Dec 21 00:15:13.156 INFO O| Dec 21 00:15:13.156 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89452024-12-21T00:15:13.191Z[ host-image] Dec 21 00:15:13.156 INFO O| Dec 21 00:15:13.156 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89462024-12-21T00:15:13.191Z[ host-image] Dec 21 00:15:13.156 INFO O| Dec 21 00:15:13.156 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89472024-12-21T00:15:13.191Z[ host-image] Dec 21 00:15:13.156 INFO O| Dec 21 00:15:13.156 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89482024-12-21T00:15:13.191Z[ host-image] Dec 21 00:15:13.156 INFO O| Dec 21 00:15:13.156 INFO ok!
89492024-12-21T00:15:13.191Z[ host-image] Dec 21 00:15:13.156 INFO O| Dec 21 00:15:13.156 INFO STEP 58 (ensure_file) COMPLETE
89502024-12-21T00:15:13.191Z[ host-image] Dec 21 00:15:13.156 INFO O| Dec 21 00:15:13.156 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89512024-12-21T00:15:13.212Z[ host-image] Dec 21 00:15:13.182 INFO O| Dec 21 00:15:13.181 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
89522024-12-21T00:15:13.212Z[ host-image] Dec 21 00:15:13.182 INFO O| Dec 21 00:15:13.182 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
89532024-12-21T00:15:13.215Z[ host-image] Dec 21 00:15:13.182 INFO O| Dec 21 00:15:13.182 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89542024-12-21T00:15:13.215Z[ host-image] Dec 21 00:15:13.182 INFO O| Dec 21 00:15:13.182 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89552024-12-21T00:15:13.215Z[ host-image] Dec 21 00:15:13.182 INFO O| Dec 21 00:15:13.182 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89562024-12-21T00:15:13.215Z[ host-image] Dec 21 00:15:13.182 INFO O| Dec 21 00:15:13.182 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89572024-12-21T00:15:13.215Z[ host-image] Dec 21 00:15:13.182 INFO O| Dec 21 00:15:13.182 INFO ok!
89582024-12-21T00:15:13.215Z[ host-image] Dec 21 00:15:13.182 INFO O| Dec 21 00:15:13.182 INFO STEP 59 (ensure_file) COMPLETE
89592024-12-21T00:15:13.215Z[ host-image] Dec 21 00:15:13.182 INFO O| Dec 21 00:15:13.182 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89602024-12-21T00:15:13.239Z[ host-image] Dec 21 00:15:13.208 INFO O| Dec 21 00:15:13.208 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
89612024-12-21T00:15:13.239Z[ host-image] Dec 21 00:15:13.208 INFO O| Dec 21 00:15:13.208 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
89622024-12-21T00:15:13.242Z[ host-image] Dec 21 00:15:13.209 INFO O| Dec 21 00:15:13.209 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
89632024-12-21T00:15:13.242Z[ host-image] Dec 21 00:15:13.209 INFO O| Dec 21 00:15:13.209 INFO ok!
89642024-12-21T00:15:13.242Z[ host-image] Dec 21 00:15:13.209 INFO O| Dec 21 00:15:13.209 INFO STEP 60 (ensure_file) COMPLETE
89652024-12-21T00:15:13.242Z[ host-image] Dec 21 00:15:13.209 INFO O| Dec 21 00:15:13.209 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89662024-12-21T00:15:13.276Z[ host-image] Dec 21 00:15:13.246 INFO O| Dec 21 00:15:13.246 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
89672024-12-21T00:15:13.276Z[ host-image] Dec 21 00:15:13.246 INFO O| Dec 21 00:15:13.246 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
89682024-12-21T00:15:13.277Z[ host-image] Dec 21 00:15:13.246 INFO O| Dec 21 00:15:13.246 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
89692024-12-21T00:15:13.277Z[ host-image] Dec 21 00:15:13.246 INFO O| Dec 21 00:15:13.246 INFO ok!
89702024-12-21T00:15:13.280Z[ host-image] Dec 21 00:15:13.246 INFO O| Dec 21 00:15:13.246 INFO STEP 61 (ensure_file) COMPLETE
89712024-12-21T00:15:13.280Z[ host-image] Dec 21 00:15:13.246 INFO O| Dec 21 00:15:13.246 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89722024-12-21T00:15:13.297Z[ host-image] Dec 21 00:15:13.267 INFO O| Dec 21 00:15:13.267 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
89732024-12-21T00:15:13.298Z[ host-image] Dec 21 00:15:13.267 INFO O| Dec 21 00:15:13.267 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
89742024-12-21T00:15:13.300Z[ host-image] Dec 21 00:15:13.268 INFO O| Dec 21 00:15:13.267 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
89752024-12-21T00:15:13.301Z[ host-image] Dec 21 00:15:13.268 INFO O| Dec 21 00:15:13.268 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
89762024-12-21T00:15:13.301Z[ host-image] Dec 21 00:15:13.268 INFO O| Dec 21 00:15:13.268 INFO ok!
89772024-12-21T00:15:13.301Z[ host-image] Dec 21 00:15:13.268 INFO O| Dec 21 00:15:13.268 INFO STEP 62 (ensure_file) COMPLETE
89782024-12-21T00:15:13.301Z[ host-image] Dec 21 00:15:13.268 INFO O| Dec 21 00:15:13.268 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89792024-12-21T00:15:13.319Z[ host-image] Dec 21 00:15:13.289 INFO O| Dec 21 00:15:13.289 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
89802024-12-21T00:15:13.319Z[ host-image] Dec 21 00:15:13.289 INFO O| Dec 21 00:15:13.289 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
89812024-12-21T00:15:13.319Z[ host-image] Dec 21 00:15:13.289 INFO O| Dec 21 00:15:13.289 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
89822024-12-21T00:15:13.322Z[ host-image] Dec 21 00:15:13.289 INFO O| Dec 21 00:15:13.289 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
89832024-12-21T00:15:13.322Z[ host-image] Dec 21 00:15:13.289 INFO O| Dec 21 00:15:13.289 INFO ok!
89842024-12-21T00:15:13.322Z[ host-image] Dec 21 00:15:13.289 INFO O| Dec 21 00:15:13.289 INFO STEP 63 (ensure_file) COMPLETE
89852024-12-21T00:15:13.322Z[ host-image] Dec 21 00:15:13.290 INFO O| Dec 21 00:15:13.290 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89862024-12-21T00:15:13.341Z[ host-image] Dec 21 00:15:13.311 INFO O| Dec 21 00:15:13.311 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
89872024-12-21T00:15:13.341Z[ host-image] Dec 21 00:15:13.311 INFO O| Dec 21 00:15:13.311 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
89882024-12-21T00:15:13.341Z[ host-image] Dec 21 00:15:13.311 INFO O| Dec 21 00:15:13.311 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
89892024-12-21T00:15:13.344Z[ host-image] Dec 21 00:15:13.311 INFO O| Dec 21 00:15:13.311 INFO ok!
89902024-12-21T00:15:13.344Z[ host-image] Dec 21 00:15:13.311 INFO O| Dec 21 00:15:13.311 INFO STEP 64 (assemble_files) COMPLETE
89912024-12-21T00:15:13.344Z[ host-image] Dec 21 00:15:13.311 INFO O| Dec 21 00:15:13.311 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89922024-12-21T00:15:13.364Z[ host-image] Dec 21 00:15:13.334 INFO O| Dec 21 00:15:13.334 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
89932024-12-21T00:15:13.364Z[ host-image] Dec 21 00:15:13.334 INFO O| Dec 21 00:15:13.334 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
89942024-12-21T00:15:13.364Z[ host-image] Dec 21 00:15:13.334 INFO O| Dec 21 00:15:13.334 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
89952024-12-21T00:15:13.367Z[ host-image] Dec 21 00:15:13.334 INFO O| Dec 21 00:15:13.334 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
89962024-12-21T00:15:13.367Z[ host-image] Dec 21 00:15:13.334 INFO O| Dec 21 00:15:13.334 INFO ok!
89972024-12-21T00:15:13.367Z[ host-image] Dec 21 00:15:13.334 INFO O| Dec 21 00:15:13.334 INFO STEP 65 (ensure_file) COMPLETE
89982024-12-21T00:15:13.367Z[ host-image] Dec 21 00:15:13.334 INFO O| Dec 21 00:15:13.334 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89992024-12-21T00:15:13.386Z[ host-image] Dec 21 00:15:13.356 INFO O| Dec 21 00:15:13.356 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
90002024-12-21T00:15:13.389Z[ host-image] Dec 21 00:15:13.356 INFO O| Dec 21 00:15:13.356 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
90012024-12-21T00:15:13.389Z[ host-image] Dec 21 00:15:13.356 INFO O| Dec 21 00:15:13.356 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
90022024-12-21T00:15:13.389Z[ host-image] Dec 21 00:15:13.356 INFO O| Dec 21 00:15:13.356 INFO STEP 66 (ensure_dir) COMPLETE
90032024-12-21T00:15:13.389Z[ host-image] Dec 21 00:15:13.356 INFO O| Dec 21 00:15:13.356 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90042024-12-21T00:15:13.410Z[ host-image] Dec 21 00:15:13.380 INFO O| Dec 21 00:15:13.380 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
90052024-12-21T00:15:13.410Z[ host-image] Dec 21 00:15:13.380 INFO O| Dec 21 00:15:13.380 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 ...
90062024-12-21T00:15:13.421Z[ host-image] Dec 21 00:15:13.391 INFO O| Dec 21 00:15:13.391 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
90072024-12-21T00:15:13.421Z[ host-image] Dec 21 00:15:13.391 INFO O| Dec 21 00:15:13.391 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
90082024-12-21T00:15:13.424Z[ host-image] Dec 21 00:15:13.391 INFO O| Dec 21 00:15:13.391 INFO ok!
90092024-12-21T00:15:13.424Z[ host-image] Dec 21 00:15:13.391 INFO O| Dec 21 00:15:13.391 INFO STEP 67 (ensure_file) COMPLETE
90102024-12-21T00:15:13.424Z[ host-image] Dec 21 00:15:13.391 INFO O| Dec 21 00:15:13.391 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90112024-12-21T00:15:13.445Z[ host-image] Dec 21 00:15:13.415 INFO O| Dec 21 00:15:13.415 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
90122024-12-21T00:15:13.445Z[ host-image] Dec 21 00:15:13.415 INFO O| Dec 21 00:15:13.415 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 ...
90132024-12-21T00:15:13.445Z[ host-image] Dec 21 00:15:13.415 INFO O| Dec 21 00:15:13.415 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
90142024-12-21T00:15:13.445Z[ host-image] Dec 21 00:15:13.415 INFO O| Dec 21 00:15:13.415 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
90152024-12-21T00:15:13.448Z[ host-image] Dec 21 00:15:13.415 INFO O| Dec 21 00:15:13.415 INFO ok!
90162024-12-21T00:15:13.448Z[ host-image] Dec 21 00:15:13.415 INFO O| Dec 21 00:15:13.415 INFO STEP 68 (ensure_file) COMPLETE
90172024-12-21T00:15:13.448Z[ host-image] Dec 21 00:15:13.415 INFO O| Dec 21 00:15:13.415 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90182024-12-21T00:15:13.478Z[ host-image] Dec 21 00:15:13.448 INFO O| Dec 21 00:15:13.448 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
90192024-12-21T00:15:13.478Z[ host-image] Dec 21 00:15:13.448 INFO O| Dec 21 00:15:13.448 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
90202024-12-21T00:15:15.196Z[ recovery-image] Dec 21 00:15:15.166 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)
90212024-12-21T00:15:18.325Z[ host-image] Dec 21 00:15:18.296 INFO O| Dec 21 00:15:18.295 INFO STEP 69 (pack_tar) COMPLETE
90222024-12-21T00:15:18.325Z[ host-image] Dec 21 00:15:18.296 INFO O| Dec 21 00:15:18.296 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
90232024-12-21T00:15:18.328Z[ host-image] Dec 21 00:15:18.296 INFO O| Dec 21 00:15:18.296 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
90242024-12-21T00:15:18.841Z[ recovery-image] Dec 21 00:15:18.812 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)
90252024-12-21T00:15:18.891Z[ host-image] Dec 21 00:15:18.861 INFO O| Dec 21 00:15:18.861 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
90262024-12-21T00:15:19.122Z[ host-image] Dec 21 00:15:19.093 INFO O| Dec 21 00:15:19.093 INFO completed processing gimlet/ramdisk-02-trim
90272024-12-21T00:15:19.125Z[ host-image] Dec 21 00:15:19.096 INFO image builder template: zfs...
90282024-12-21T00:15:19.128Z[ host-image] Dec 21 00:15:19.096 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/.tmpaSG2wu/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
90292024-12-21T00:15:19.150Z[ host-image] Dec 21 00:15:19.121 INFO O| Dec 21 00:15:19.121 INFO skip include "stress" because feature "stress" is not enabled
90302024-12-21T00:15:19.229Z[ host-image] Dec 21 00:15:19.200 INFO O| Dec 21 00:15:19.200 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
90312024-12-21T00:15:19.240Z[ host-image] Dec 21 00:15:19.210 INFO O| Dec 21 00:15:19.210 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
90322024-12-21T00:15:19.341Z[ host-image] Dec 21 00:15:19.311 INFO O| Dec 21 00:15:19.311 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
90332024-12-21T00:15:19.463Z[ host-image] Dec 21 00:15:19.434 INFO O| Dec 21 00:15:19.434 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
90342024-12-21T00:15:19.463Z[ host-image] Dec 21 00:15:19.434 INFO O| Dec 21 00:15:19.434 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
90352024-12-21T00:15:19.490Z[ host-image] Dec 21 00:15:19.461 INFO O| Dec 21 00:15:19.461 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
90362024-12-21T00:15:19.608Z[ host-image] Dec 21 00:15:19.577 INFO O| Dec 21 00:15:19.577 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
90372024-12-21T00:15:19.760Z[ host-image] Dec 21 00:15:19.731 INFO O| Dec 21 00:15:19.731 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
90382024-12-21T00:15:19.847Z[ host-image] Dec 21 00:15:19.818 INFO O| Dec 21 00:15:19.818 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
90392024-12-21T00:15:19.934Z[ host-image] Dec 21 00:15:19.905 INFO O| Dec 21 00:15:19.905 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
90402024-12-21T00:15:19.934Z[ host-image] Dec 21 00:15:19.905 INFO O| Dec 21 00:15:19.905 INFO no lofi found
90412024-12-21T00:15:19.939Z[ host-image] Dec 21 00:15:19.906 INFO O| Dec 21 00:15:19.905 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
90422024-12-21T00:15:19.939Z[ host-image] Dec 21 00:15:19.906 INFO O| Dec 21 00:15:19.905 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
90432024-12-21T00:15:22.040Z[ host-image] Dec 21 00:15:22.012 INFO O| Dec 21 00:15:22.012 INFO lofi device = /dev/dsk/c2t1d0p0
90442024-12-21T00:15:22.041Z[ host-image] Dec 21 00:15:22.012 INFO O| Dec 21 00:15:22.012 INFO pool device = /dev/dsk/c2t1d0p0
90452024-12-21T00:15:22.041Z[ host-image] Dec 21 00:15:22.012 INFO O| Dec 21 00:15:22.012 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"]
90462024-12-21T00:15:22.271Z[ host-image] Dec 21 00:15:22.242 INFO O| Dec 21 00:15:22.242 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90472024-12-21T00:15:22.271Z[ host-image] Dec 21 00:15:22.242 INFO O| Dec 21 00:15:22.242 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
90482024-12-21T00:15:22.356Z[ host-image] Dec 21 00:15:22.327 INFO O| Dec 21 00:15:22.327 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
90492024-12-21T00:15:22.470Z[ host-image] Dec 21 00:15:22.441 INFO O| Dec 21 00:15:22.441 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
90502024-12-21T00:15:22.530Z[ host-image] Dec 21 00:15:22.500 INFO O| Dec 21 00:15:22.500 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
90512024-12-21T00:15:22.558Z[ host-image] Dec 21 00:15:22.529 INFO O| Dec 21 00:15:22.529 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
90522024-12-21T00:15:22.595Z[ host-image] Dec 21 00:15:22.566 INFO O| Dec 21 00:15:22.566 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
90532024-12-21T00:15:22.706Z[ host-image] Dec 21 00:15:22.678 INFO O| Dec 21 00:15:22.678 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
90542024-12-21T00:15:22.709Z[ host-image] Dec 21 00:15:22.678 INFO O| Dec 21 00:15:22.678 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
90552024-12-21T00:15:22.709Z[ host-image] Dec 21 00:15:22.678 INFO O| Dec 21 00:15:22.678 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
90562024-12-21T00:15:22.729Z[ host-image] Dec 21 00:15:22.700 INFO O| Dec 21 00:15:22.700 INFO boot environment UUID: ce74895e-14b5-4c24-a729-4cc93475406b
90572024-12-21T00:15:22.729Z[ host-image] Dec 21 00:15:22.700 INFO O| Dec 21 00:15:22.700 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = ce74895e-14b5-4c24-a729-4cc93475406b
90582024-12-21T00:15:22.776Z[ host-image] Dec 21 00:15:22.747 INFO O| Dec 21 00:15:22.747 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
90592024-12-21T00:15:22.832Z[ host-image] Dec 21 00:15:22.803 INFO O| Dec 21 00:15:22.803 INFO STEP 0 (create_be) COMPLETE
90602024-12-21T00:15:22.832Z[ host-image] Dec 21 00:15:22.803 INFO O| Dec 21 00:15:22.803 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90612024-12-21T00:15:22.891Z[ host-image] Dec 21 00:15:22.863 INFO O| Dec 21 00:15:22.863 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
90622024-12-21T00:15:27.665Z[ recovery-image] Dec 21 00:15:27.637 INFO E| Compiling bitflags v1.3.2
90632024-12-21T00:15:27.668Z[ recovery-image] Dec 21 00:15:27.637 INFO E| Compiling bit_field v0.10.2
90642024-12-21T00:15:27.668Z[ recovery-image] Dec 21 00:15:27.637 INFO E| Compiling scroll v0.12.0
90652024-12-21T00:15:27.668Z[ recovery-image] Dec 21 00:15:27.637 INFO E| Compiling adler2 v2.0.0
90662024-12-21T00:15:27.668Z[ recovery-image] Dec 21 00:15:27.637 INFO E| Compiling plain v0.2.3
90672024-12-21T00:15:27.668Z[ recovery-image] Dec 21 00:15:27.637 INFO E| Compiling log v0.4.22
90682024-12-21T00:15:27.668Z[ recovery-image] Dec 21 00:15:27.637 INFO E| Compiling bitstruct v0.1.1
90692024-12-21T00:15:27.806Z[ recovery-image] Dec 21 00:15:27.778 INFO E| Compiling raw-cpuid v10.7.0
90702024-12-21T00:15:27.967Z[ recovery-image] Dec 21 00:15:27.939 INFO E| Compiling cpio_reader v0.1.1
90712024-12-21T00:15:28.312Z[ recovery-image] Dec 21 00:15:28.284 INFO E| Compiling miniz_oxide v0.8.0
90722024-12-21T00:15:28.398Z[ recovery-image] Dec 21 00:15:28.370 INFO E| Compiling static_assertions v1.1.0
90732024-12-21T00:15:29.906Z[ recovery-image] Dec 21 00:15:29.878 INFO E| Compiling goblin v0.8.2
90742024-12-21T00:15:47.760Z[ host-image] Dec 21 00:15:47.734 INFO O| Dec 21 00:15:47.734 INFO STEP 1 (unpack_tar) COMPLETE
90752024-12-21T00:15:47.763Z[ host-image] Dec 21 00:15:47.735 INFO O| Dec 21 00:15:47.734 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90762024-12-21T00:15:47.781Z[ host-image] Dec 21 00:15:47.756 INFO O| Dec 21 00:15:47.756 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
90772024-12-21T00:15:48.428Z[ host-image] Dec 21 00:15:48.398 INFO O| Dec 21 00:15:48.398 INFO STEP 2 (devfsadm) COMPLETE
90782024-12-21T00:15:48.428Z[ host-image] Dec 21 00:15:48.398 INFO O| Dec 21 00:15:48.398 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90792024-12-21T00:15:48.457Z[ host-image] Dec 21 00:15:48.420 INFO O| Dec 21 00:15:48.420 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90802024-12-21T00:15:48.457Z[ host-image] Dec 21 00:15:48.420 INFO O| Dec 21 00:15:48.420 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90812024-12-21T00:15:48.457Z[ host-image] Dec 21 00:15:48.420 INFO O| Dec 21 00:15:48.420 INFO STEP 3 (ensure_dir) COMPLETE
90822024-12-21T00:15:48.457Z[ host-image] Dec 21 00:15:48.420 INFO O| Dec 21 00:15:48.420 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90832024-12-21T00:15:48.468Z[ host-image] Dec 21 00:15:48.442 INFO O| Dec 21 00:15:48.442 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
90842024-12-21T00:15:48.468Z[ host-image] Dec 21 00:15:48.442 INFO O| Dec 21 00:15:48.442 INFO STEP 4 (ensure_dir) COMPLETE
90852024-12-21T00:15:48.471Z[ host-image] Dec 21 00:15:48.442 INFO O| Dec 21 00:15:48.442 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90862024-12-21T00:15:48.512Z[ host-image] Dec 21 00:15:48.484 INFO O| Dec 21 00:15:48.484 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
90872024-12-21T00:15:48.513Z[ host-image] Dec 21 00:15:48.484 INFO O| Dec 21 00:15:48.484 INFO STEP 5 (ensure_dir) COMPLETE
90882024-12-21T00:15:48.513Z[ host-image] Dec 21 00:15:48.484 INFO O| Dec 21 00:15:48.484 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90892024-12-21T00:15:48.545Z[ host-image] Dec 21 00:15:48.520 INFO O| Dec 21 00:15:48.520 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
90902024-12-21T00:15:48.545Z[ host-image] Dec 21 00:15:48.520 INFO O| Dec 21 00:15:48.520 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
90912024-12-21T00:15:48.545Z[ host-image] Dec 21 00:15:48.520 INFO O| Dec 21 00:15:48.520 INFO STEP 6 (ensure_dir) COMPLETE
90922024-12-21T00:15:48.548Z[ host-image] Dec 21 00:15:48.520 INFO O| Dec 21 00:15:48.520 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90932024-12-21T00:15:48.568Z[ host-image] Dec 21 00:15:48.543 INFO O| Dec 21 00:15:48.543 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
90942024-12-21T00:15:48.568Z[ host-image] Dec 21 00:15:48.543 INFO O| Dec 21 00:15:48.543 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
90952024-12-21T00:15:48.571Z[ host-image] Dec 21 00:15:48.543 INFO O| Dec 21 00:15:48.543 INFO STEP 7 (ensure_dir) COMPLETE
90962024-12-21T00:15:48.571Z[ host-image] Dec 21 00:15:48.543 INFO O| Dec 21 00:15:48.543 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90972024-12-21T00:15:48.591Z[ host-image] Dec 21 00:15:48.565 INFO O| Dec 21 00:15:48.565 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
90982024-12-21T00:15:48.593Z[ host-image] Dec 21 00:15:48.566 INFO O| Dec 21 00:15:48.566 INFO STEP 8 (remove_files) COMPLETE
90992024-12-21T00:15:48.593Z[ host-image] Dec 21 00:15:48.566 INFO O| Dec 21 00:15:48.566 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91002024-12-21T00:15:48.631Z[ host-image] Dec 21 00:15:48.606 INFO O| Dec 21 00:15:48.606 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
91012024-12-21T00:15:48.633Z[ host-image] Dec 21 00:15:48.607 INFO O| Dec 21 00:15:48.607 INFO STEP 9 (remove_files) COMPLETE
91022024-12-21T00:15:48.633Z[ host-image] Dec 21 00:15:48.607 INFO O| Dec 21 00:15:48.607 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91032024-12-21T00:15:48.662Z[ host-image] Dec 21 00:15:48.636 INFO O| Dec 21 00:15:48.636 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
91042024-12-21T00:15:48.664Z[ host-image] Dec 21 00:15:48.638 INFO O| Dec 21 00:15:48.638 INFO STEP 10 (remove_files) COMPLETE
91052024-12-21T00:15:48.664Z[ host-image] Dec 21 00:15:48.638 INFO O| Dec 21 00:15:48.638 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91062024-12-21T00:15:48.687Z[ host-image] Dec 21 00:15:48.662 INFO O| Dec 21 00:15:48.662 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
91072024-12-21T00:15:48.690Z[ host-image] Dec 21 00:15:48.662 INFO O| Dec 21 00:15:48.662 INFO STEP 11 (remove_files) COMPLETE
91082024-12-21T00:15:48.690Z[ host-image] Dec 21 00:15:48.662 INFO O| Dec 21 00:15:48.662 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91092024-12-21T00:15:48.710Z[ host-image] Dec 21 00:15:48.685 INFO O| Dec 21 00:15:48.684 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
91102024-12-21T00:15:48.713Z[ host-image] Dec 21 00:15:48.685 INFO O| Dec 21 00:15:48.685 INFO STEP 12 (remove_files) COMPLETE
91112024-12-21T00:15:48.713Z[ host-image] Dec 21 00:15:48.685 INFO O| Dec 21 00:15:48.685 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91122024-12-21T00:15:48.732Z[ host-image] Dec 21 00:15:48.707 INFO O| Dec 21 00:15:48.706 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91132024-12-21T00:15:48.732Z[ host-image] Dec 21 00:15:48.707 INFO O| Dec 21 00:15:48.707 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91142024-12-21T00:15:48.735Z[ host-image] Dec 21 00:15:48.707 INFO O| Dec 21 00:15:48.707 INFO STEP 13 (ensure_dir) COMPLETE
91152024-12-21T00:15:48.735Z[ host-image] Dec 21 00:15:48.707 INFO O| Dec 21 00:15:48.707 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91162024-12-21T00:15:48.753Z[ host-image] Dec 21 00:15:48.728 INFO O| Dec 21 00:15:48.728 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91172024-12-21T00:15:48.754Z[ host-image] Dec 21 00:15:48.728 INFO O| Dec 21 00:15:48.728 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91182024-12-21T00:15:48.757Z[ host-image] Dec 21 00:15:48.728 INFO O| Dec 21 00:15:48.728 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91192024-12-21T00:15:48.757Z[ host-image] Dec 21 00:15:48.728 INFO O| Dec 21 00:15:48.728 INFO STEP 14 (ensure_dir) COMPLETE
91202024-12-21T00:15:48.757Z[ host-image] Dec 21 00:15:48.729 INFO O| Dec 21 00:15:48.728 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91212024-12-21T00:15:48.776Z[ host-image] Dec 21 00:15:48.751 INFO O| Dec 21 00:15:48.751 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91222024-12-21T00:15:48.776Z[ host-image] Dec 21 00:15:48.751 INFO O| Dec 21 00:15:48.751 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91232024-12-21T00:15:48.779Z[ host-image] Dec 21 00:15:48.751 INFO O| Dec 21 00:15:48.751 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91242024-12-21T00:15:48.779Z[ host-image] Dec 21 00:15:48.752 INFO O| Dec 21 00:15:48.751 INFO STEP 15 (ensure_dir) COMPLETE
91252024-12-21T00:15:48.779Z[ host-image] Dec 21 00:15:48.752 INFO O| Dec 21 00:15:48.752 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91262024-12-21T00:15:48.800Z[ host-image] Dec 21 00:15:48.775 INFO O| Dec 21 00:15:48.774 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91272024-12-21T00:15:48.800Z[ host-image] Dec 21 00:15:48.775 INFO O| Dec 21 00:15:48.775 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91282024-12-21T00:15:48.803Z[ host-image] Dec 21 00:15:48.775 INFO O| Dec 21 00:15:48.775 INFO STEP 16 (ensure_dir) COMPLETE
91292024-12-21T00:15:48.803Z[ host-image] Dec 21 00:15:48.775 INFO O| Dec 21 00:15:48.775 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91302024-12-21T00:15:48.823Z[ host-image] Dec 21 00:15:48.797 INFO O| Dec 21 00:15:48.797 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91312024-12-21T00:15:48.823Z[ host-image] Dec 21 00:15:48.797 INFO O| Dec 21 00:15:48.797 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91322024-12-21T00:15:48.823Z[ host-image] Dec 21 00:15:48.797 INFO O| Dec 21 00:15:48.797 INFO STEP 17 (ensure_dir) COMPLETE
91332024-12-21T00:15:48.826Z[ host-image] Dec 21 00:15:48.797 INFO O| Dec 21 00:15:48.797 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91342024-12-21T00:15:48.847Z[ host-image] Dec 21 00:15:48.821 INFO O| Dec 21 00:15:48.820 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
91352024-12-21T00:15:48.847Z[ host-image] Dec 21 00:15:48.821 INFO O| Dec 21 00:15:48.821 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
91362024-12-21T00:15:48.849Z[ host-image] Dec 21 00:15:48.821 INFO O| Dec 21 00:15:48.821 INFO ok!
91372024-12-21T00:15:48.849Z[ host-image] Dec 21 00:15:48.821 INFO O| Dec 21 00:15:48.821 INFO STEP 18 (ensure_symlink) COMPLETE
91382024-12-21T00:15:48.850Z[ host-image] Dec 21 00:15:48.821 INFO O| Dec 21 00:15:48.821 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91392024-12-21T00:15:48.882Z[ host-image] Dec 21 00:15:48.857 INFO O| Dec 21 00:15:48.856 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
91402024-12-21T00:15:48.882Z[ host-image] Dec 21 00:15:48.857 INFO O| Dec 21 00:15:48.857 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
91412024-12-21T00:15:48.885Z[ host-image] Dec 21 00:15:48.857 INFO O| Dec 21 00:15:48.857 INFO ok!
91422024-12-21T00:15:48.885Z[ host-image] Dec 21 00:15:48.857 INFO O| Dec 21 00:15:48.857 INFO STEP 19 (ensure_file) COMPLETE
91432024-12-21T00:15:48.885Z[ host-image] Dec 21 00:15:48.857 INFO O| Dec 21 00:15:48.857 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91442024-12-21T00:15:48.908Z[ host-image] Dec 21 00:15:48.882 INFO O| Dec 21 00:15:48.882 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
91452024-12-21T00:15:48.908Z[ host-image] Dec 21 00:15:48.883 INFO O| Dec 21 00:15:48.883 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
91462024-12-21T00:15:48.911Z[ host-image] Dec 21 00:15:48.883 INFO O| Dec 21 00:15:48.883 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
91472024-12-21T00:15:48.911Z[ host-image] Dec 21 00:15:48.883 INFO O| Dec 21 00:15:48.883 INFO ok!
91482024-12-21T00:15:48.911Z[ host-image] Dec 21 00:15:48.883 INFO O| Dec 21 00:15:48.883 INFO STEP 20 (ensure_symlink) COMPLETE
91492024-12-21T00:15:48.911Z[ host-image] Dec 21 00:15:48.884 INFO O| Dec 21 00:15:48.883 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91502024-12-21T00:15:48.944Z[ host-image] Dec 21 00:15:48.919 INFO O| Dec 21 00:15:48.919 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
91512024-12-21T00:15:48.944Z[ host-image] Dec 21 00:15:48.919 INFO O| Dec 21 00:15:48.919 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
91522024-12-21T00:15:48.947Z[ host-image] Dec 21 00:15:48.919 INFO O| Dec 21 00:15:48.919 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
91532024-12-21T00:15:48.947Z[ host-image] Dec 21 00:15:48.919 INFO O| Dec 21 00:15:48.919 INFO ok!
91542024-12-21T00:15:48.947Z[ host-image] Dec 21 00:15:48.919 INFO O| Dec 21 00:15:48.919 INFO STEP 21 (ensure_symlink) COMPLETE
91552024-12-21T00:15:48.947Z[ host-image] Dec 21 00:15:48.919 INFO O| Dec 21 00:15:48.919 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91562024-12-21T00:15:48.975Z[ recovery-image] Dec 21 00:15:48.949 INFO E| Finished `release` profile [optimized] target(s) in 1m 14s
91572024-12-21T00:15:49.004Z[ host-image] Dec 21 00:15:48.978 INFO O| Dec 21 00:15:48.978 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
91582024-12-21T00:15:49.004Z[ host-image] Dec 21 00:15:48.978 INFO O| Dec 21 00:15:48.978 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
91592024-12-21T00:15:49.007Z[ host-image] Dec 21 00:15:48.979 INFO O| Dec 21 00:15:48.979 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
91602024-12-21T00:15:49.007Z[ host-image] Dec 21 00:15:48.979 INFO O| Dec 21 00:15:48.979 INFO ok!
91612024-12-21T00:15:49.007Z[ host-image] Dec 21 00:15:48.979 INFO O| Dec 21 00:15:48.979 INFO STEP 22 (ensure_symlink) COMPLETE
91622024-12-21T00:15:49.007Z[ host-image] Dec 21 00:15:48.979 INFO O| Dec 21 00:15:48.979 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91632024-12-21T00:15:49.007Z[ recovery-image] Dec 21 00:15:48.980 INFO building host image...
91642024-12-21T00:15:49.007Z[ recovery-image] Dec 21 00:15:48.981 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")
91652024-12-21T00:15:49.026Z[ host-image] Dec 21 00:15:49.001 INFO O| Dec 21 00:15:49.000 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
91662024-12-21T00:15:49.029Z[ host-image] Dec 21 00:15:49.001 INFO O| Dec 21 00:15:49.001 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
91672024-12-21T00:15:49.029Z[ host-image] Dec 21 00:15:49.001 INFO O| Dec 21 00:15:49.001 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
91682024-12-21T00:15:49.029Z[ host-image] Dec 21 00:15:49.001 INFO O| Dec 21 00:15:49.001 INFO ok!
91692024-12-21T00:15:49.029Z[ host-image] Dec 21 00:15:49.001 INFO O| Dec 21 00:15:49.001 INFO STEP 23 (ensure_symlink) COMPLETE
91702024-12-21T00:15:49.029Z[ host-image] Dec 21 00:15:49.001 INFO O| Dec 21 00:15:49.001 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91712024-12-21T00:15:49.049Z[ host-image] Dec 21 00:15:49.023 INFO O| Dec 21 00:15:49.023 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
91722024-12-21T00:15:49.053Z[ host-image] Dec 21 00:15:49.024 INFO O| Dec 21 00:15:49.024 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
91732024-12-21T00:15:49.053Z[ host-image] Dec 21 00:15:49.024 INFO O| Dec 21 00:15:49.024 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
91742024-12-21T00:15:49.053Z[ host-image] Dec 21 00:15:49.024 INFO O| Dec 21 00:15:49.024 INFO ok!
91752024-12-21T00:15:49.053Z[ host-image] Dec 21 00:15:49.024 INFO O| Dec 21 00:15:49.024 INFO STEP 24 (ensure_file) COMPLETE
91762024-12-21T00:15:49.053Z[ host-image] Dec 21 00:15:49.024 INFO O| Dec 21 00:15:49.024 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
91772024-12-21T00:15:49.072Z[ host-image] Dec 21 00:15:49.047 INFO O| Dec 21 00:15:49.047 INFO updating shadow file
91782024-12-21T00:15:49.074Z[ host-image] Dec 21 00:15:49.047 INFO O| Dec 21 00:15:49.047 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91792024-12-21T00:15:49.075Z[ host-image] Dec 21 00:15:49.048 INFO O| Dec 21 00:15:49.047 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91802024-12-21T00:15:49.075Z[ host-image] Dec 21 00:15:49.048 INFO O| Dec 21 00:15:49.048 INFO STEP 25 (shadow) COMPLETE
91812024-12-21T00:15:49.075Z[ host-image] Dec 21 00:15:49.048 INFO O| Dec 21 00:15:49.048 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91822024-12-21T00:15:49.097Z[ host-image] Dec 21 00:15:49.072 INFO O| Dec 21 00:15:49.072 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
91832024-12-21T00:15:49.097Z[ host-image] Dec 21 00:15:49.072 INFO O| Dec 21 00:15:49.072 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
91842024-12-21T00:15:49.100Z[ host-image] Dec 21 00:15:49.073 INFO O| Dec 21 00:15:49.073 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
91852024-12-21T00:15:49.100Z[ host-image] Dec 21 00:15:49.073 INFO O| Dec 21 00:15:49.073 INFO ok!
91862024-12-21T00:15:49.100Z[ host-image] Dec 21 00:15:49.073 INFO O| Dec 21 00:15:49.073 INFO STEP 26 (ensure_file) COMPLETE
91872024-12-21T00:15:49.100Z[ host-image] Dec 21 00:15:49.073 INFO O| Dec 21 00:15:49.073 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91882024-12-21T00:15:49.123Z[ host-image] Dec 21 00:15:49.097 INFO O| Dec 21 00:15:49.097 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
91892024-12-21T00:15:49.123Z[ host-image] Dec 21 00:15:49.097 INFO O| Dec 21 00:15:49.097 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
91902024-12-21T00:15:49.126Z[ host-image] Dec 21 00:15:49.097 INFO O| Dec 21 00:15:49.097 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
91912024-12-21T00:15:49.126Z[ host-image] Dec 21 00:15:49.098 INFO O| Dec 21 00:15:49.098 INFO ok!
91922024-12-21T00:15:49.126Z[ host-image] Dec 21 00:15:49.098 INFO O| Dec 21 00:15:49.098 INFO STEP 27 (ensure_file) COMPLETE
91932024-12-21T00:15:49.126Z[ host-image] Dec 21 00:15:49.098 INFO O| Dec 21 00:15:49.098 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91942024-12-21T00:15:49.152Z[ host-image] Dec 21 00:15:49.126 INFO O| Dec 21 00:15:49.126 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
91952024-12-21T00:15:49.152Z[ host-image] Dec 21 00:15:49.126 INFO O| Dec 21 00:15:49.126 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
91962024-12-21T00:15:49.154Z[ host-image] Dec 21 00:15:49.127 INFO O| Dec 21 00:15:49.127 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
91972024-12-21T00:15:49.155Z[ host-image] Dec 21 00:15:49.127 INFO O| Dec 21 00:15:49.127 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
91982024-12-21T00:15:49.155Z[ host-image] Dec 21 00:15:49.127 INFO O| Dec 21 00:15:49.127 INFO ok!
91992024-12-21T00:15:49.155Z[ host-image] Dec 21 00:15:49.127 INFO O| Dec 21 00:15:49.127 INFO STEP 28 (ensure_file) COMPLETE
92002024-12-21T00:15:49.155Z[ host-image] Dec 21 00:15:49.127 INFO O| Dec 21 00:15:49.127 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92012024-12-21T00:15:49.176Z[ host-image] Dec 21 00:15:49.151 INFO O| Dec 21 00:15:49.151 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
92022024-12-21T00:15:49.176Z[ host-image] Dec 21 00:15:49.151 INFO O| Dec 21 00:15:49.151 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
92032024-12-21T00:15:49.179Z[ host-image] Dec 21 00:15:49.151 INFO O| Dec 21 00:15:49.151 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
92042024-12-21T00:15:49.179Z[ host-image] Dec 21 00:15:49.151 INFO O| Dec 21 00:15:49.151 INFO ok!
92052024-12-21T00:15:49.179Z[ host-image] Dec 21 00:15:49.151 INFO O| Dec 21 00:15:49.151 INFO STEP 29 (ensure_file) COMPLETE
92062024-12-21T00:15:49.179Z[ host-image] Dec 21 00:15:49.151 INFO O| Dec 21 00:15:49.151 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92072024-12-21T00:15:49.217Z[ host-image] Dec 21 00:15:49.192 INFO O| Dec 21 00:15:49.192 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
92082024-12-21T00:15:49.217Z[ host-image] Dec 21 00:15:49.192 INFO O| Dec 21 00:15:49.192 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
92092024-12-21T00:15:49.220Z[ host-image] Dec 21 00:15:49.192 INFO O| Dec 21 00:15:49.192 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
92102024-12-21T00:15:49.220Z[ host-image] Dec 21 00:15:49.192 INFO O| Dec 21 00:15:49.192 INFO ok!
92112024-12-21T00:15:49.220Z[ host-image] Dec 21 00:15:49.192 INFO O| Dec 21 00:15:49.192 INFO STEP 30 (ensure_file) COMPLETE
92122024-12-21T00:15:49.220Z[ host-image] Dec 21 00:15:49.192 INFO O| Dec 21 00:15:49.192 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92132024-12-21T00:15:49.268Z[ host-image] Dec 21 00:15:49.243 INFO O| Dec 21 00:15:49.243 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
92142024-12-21T00:15:49.268Z[ host-image] Dec 21 00:15:49.243 INFO O| Dec 21 00:15:49.243 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
92152024-12-21T00:15:49.271Z[ host-image] Dec 21 00:15:49.243 INFO O| Dec 21 00:15:49.243 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
92162024-12-21T00:15:49.271Z[ host-image] Dec 21 00:15:49.243 INFO O| Dec 21 00:15:49.243 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
92172024-12-21T00:15:49.271Z[ host-image] Dec 21 00:15:49.243 INFO O| Dec 21 00:15:49.243 INFO ok!
92182024-12-21T00:15:49.271Z[ host-image] Dec 21 00:15:49.243 INFO O| Dec 21 00:15:49.243 INFO STEP 31 (ensure_file) COMPLETE
92192024-12-21T00:15:49.271Z[ host-image] Dec 21 00:15:49.243 INFO O| Dec 21 00:15:49.243 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92202024-12-21T00:15:49.309Z[ host-image] Dec 21 00:15:49.284 INFO O| Dec 21 00:15:49.284 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
92212024-12-21T00:15:49.312Z[ host-image] Dec 21 00:15:49.284 INFO O| Dec 21 00:15:49.284 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
92222024-12-21T00:15:49.312Z[ host-image] Dec 21 00:15:49.285 INFO O| Dec 21 00:15:49.284 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
92232024-12-21T00:15:49.312Z[ host-image] Dec 21 00:15:49.285 INFO O| Dec 21 00:15:49.284 INFO ok!
92242024-12-21T00:15:49.312Z[ host-image] Dec 21 00:15:49.285 INFO O| Dec 21 00:15:49.285 INFO STEP 32 (ensure_file) COMPLETE
92252024-12-21T00:15:49.312Z[ host-image] Dec 21 00:15:49.285 INFO O| Dec 21 00:15:49.285 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92262024-12-21T00:15:49.354Z[ host-image] Dec 21 00:15:49.329 INFO O| Dec 21 00:15:49.329 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
92272024-12-21T00:15:49.354Z[ host-image] Dec 21 00:15:49.329 INFO O| Dec 21 00:15:49.329 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
92282024-12-21T00:15:49.357Z[ host-image] Dec 21 00:15:49.329 INFO O| Dec 21 00:15:49.329 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
92292024-12-21T00:15:49.357Z[ host-image] Dec 21 00:15:49.329 INFO O| Dec 21 00:15:49.329 INFO ok!
92302024-12-21T00:15:49.357Z[ host-image] Dec 21 00:15:49.329 INFO O| Dec 21 00:15:49.329 INFO STEP 33 (ensure_file) COMPLETE
92312024-12-21T00:15:49.357Z[ host-image] Dec 21 00:15:49.329 INFO O| Dec 21 00:15:49.329 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92322024-12-21T00:15:49.425Z[ host-image] Dec 21 00:15:49.399 INFO O| Dec 21 00:15:49.399 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
92332024-12-21T00:15:49.425Z[ host-image] Dec 21 00:15:49.400 INFO O| Dec 21 00:15:49.399 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
92342024-12-21T00:15:49.425Z[ host-image] Dec 21 00:15:49.400 INFO O| Dec 21 00:15:49.400 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92352024-12-21T00:15:49.427Z[ host-image] Dec 21 00:15:49.400 INFO O| Dec 21 00:15:49.400 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92362024-12-21T00:15:49.427Z[ host-image] Dec 21 00:15:49.400 INFO O| Dec 21 00:15:49.400 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92372024-12-21T00:15:49.428Z[ host-image] Dec 21 00:15:49.400 INFO O| Dec 21 00:15:49.400 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92382024-12-21T00:15:49.428Z[ host-image] Dec 21 00:15:49.400 INFO O| Dec 21 00:15:49.400 INFO ok!
92392024-12-21T00:15:49.428Z[ host-image] Dec 21 00:15:49.400 INFO O| Dec 21 00:15:49.400 INFO STEP 34 (ensure_file) COMPLETE
92402024-12-21T00:15:49.428Z[ host-image] Dec 21 00:15:49.400 INFO O| Dec 21 00:15:49.400 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92412024-12-21T00:15:49.447Z[ host-image] Dec 21 00:15:49.422 INFO O| Dec 21 00:15:49.422 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92422024-12-21T00:15:49.447Z[ host-image] Dec 21 00:15:49.422 INFO O| Dec 21 00:15:49.422 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92432024-12-21T00:15:49.447Z[ host-image] Dec 21 00:15:49.422 INFO O| Dec 21 00:15:49.422 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92442024-12-21T00:15:49.450Z[ host-image] Dec 21 00:15:49.422 INFO O| Dec 21 00:15:49.422 INFO STEP 35 (ensure_dir) COMPLETE
92452024-12-21T00:15:49.450Z[ host-image] Dec 21 00:15:49.422 INFO O| Dec 21 00:15:49.422 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92462024-12-21T00:15:49.470Z[ host-image] Dec 21 00:15:49.444 INFO O| Dec 21 00:15:49.444 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
92472024-12-21T00:15:49.470Z[ host-image] Dec 21 00:15:49.444 INFO O| Dec 21 00:15:49.444 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 ...
92482024-12-21T00:15:49.472Z[ host-image] Dec 21 00:15:49.445 INFO O| Dec 21 00:15:49.444 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
92492024-12-21T00:15:49.472Z[ host-image] Dec 21 00:15:49.445 INFO O| Dec 21 00:15:49.445 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
92502024-12-21T00:15:49.472Z[ host-image] Dec 21 00:15:49.445 INFO O| Dec 21 00:15:49.445 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
92512024-12-21T00:15:49.473Z[ host-image] Dec 21 00:15:49.445 INFO O| Dec 21 00:15:49.445 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
92522024-12-21T00:15:49.473Z[ host-image] Dec 21 00:15:49.445 INFO O| Dec 21 00:15:49.445 INFO ok!
92532024-12-21T00:15:49.473Z[ host-image] Dec 21 00:15:49.445 INFO O| Dec 21 00:15:49.445 INFO STEP 36 (ensure_file) COMPLETE
92542024-12-21T00:15:49.473Z[ host-image] Dec 21 00:15:49.445 INFO O| Dec 21 00:15:49.445 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92552024-12-21T00:15:49.529Z[ host-image] Dec 21 00:15:49.504 INFO O| Dec 21 00:15:49.504 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
92562024-12-21T00:15:49.529Z[ host-image] Dec 21 00:15:49.504 INFO O| Dec 21 00:15:49.504 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 ...
92572024-12-21T00:15:49.529Z[ host-image] Dec 21 00:15:49.504 INFO O| Dec 21 00:15:49.504 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
92582024-12-21T00:15:49.532Z[ host-image] Dec 21 00:15:49.504 INFO O| Dec 21 00:15:49.504 INFO ok!
92592024-12-21T00:15:49.532Z[ host-image] Dec 21 00:15:49.504 INFO O| Dec 21 00:15:49.504 INFO STEP 37 (ensure_symlink) COMPLETE
92602024-12-21T00:15:49.532Z[ host-image] Dec 21 00:15:49.504 INFO O| Dec 21 00:15:49.504 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92612024-12-21T00:15:49.564Z[ host-image] Dec 21 00:15:49.539 INFO O| Dec 21 00:15:49.538 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
92622024-12-21T00:15:49.564Z[ host-image] Dec 21 00:15:49.539 INFO O| Dec 21 00:15:49.539 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
92632024-12-21T00:15:49.567Z[ host-image] Dec 21 00:15:49.539 INFO O| Dec 21 00:15:49.539 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92642024-12-21T00:15:49.567Z[ host-image] Dec 21 00:15:49.539 INFO O| Dec 21 00:15:49.539 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92652024-12-21T00:15:49.567Z[ host-image] Dec 21 00:15:49.539 INFO O| Dec 21 00:15:49.539 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92662024-12-21T00:15:49.567Z[ host-image] Dec 21 00:15:49.539 INFO O| Dec 21 00:15:49.539 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92672024-12-21T00:15:49.567Z[ host-image] Dec 21 00:15:49.539 INFO O| Dec 21 00:15:49.539 INFO ok!
92682024-12-21T00:15:49.567Z[ host-image] Dec 21 00:15:49.539 INFO O| Dec 21 00:15:49.539 INFO STEP 38 (ensure_file) COMPLETE
92692024-12-21T00:15:49.567Z[ host-image] Dec 21 00:15:49.539 INFO O| Dec 21 00:15:49.539 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92702024-12-21T00:15:49.585Z[ host-image] Dec 21 00:15:49.560 INFO O| Dec 21 00:15:49.560 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
92712024-12-21T00:15:49.585Z[ host-image] Dec 21 00:15:49.560 INFO O| Dec 21 00:15:49.560 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 ...
92722024-12-21T00:15:49.588Z[ host-image] Dec 21 00:15:49.560 INFO O| Dec 21 00:15:49.560 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
92732024-12-21T00:15:49.588Z[ host-image] Dec 21 00:15:49.560 INFO O| Dec 21 00:15:49.560 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
92742024-12-21T00:15:49.588Z[ host-image] Dec 21 00:15:49.560 INFO O| Dec 21 00:15:49.560 INFO ok!
92752024-12-21T00:15:49.588Z[ host-image] Dec 21 00:15:49.560 INFO O| Dec 21 00:15:49.560 INFO STEP 39 (ensure_file) COMPLETE
92762024-12-21T00:15:49.588Z[ host-image] Dec 21 00:15:49.560 INFO O| Dec 21 00:15:49.560 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92772024-12-21T00:15:49.607Z[ host-image] Dec 21 00:15:49.582 INFO O| Dec 21 00:15:49.582 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
92782024-12-21T00:15:49.607Z[ host-image] Dec 21 00:15:49.582 INFO O| Dec 21 00:15:49.582 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
92792024-12-21T00:15:49.611Z[ host-image] Dec 21 00:15:49.582 INFO O| Dec 21 00:15:49.582 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
92802024-12-21T00:15:49.611Z[ host-image] Dec 21 00:15:49.582 INFO O| Dec 21 00:15:49.582 INFO ok!
92812024-12-21T00:15:49.611Z[ host-image] Dec 21 00:15:49.582 INFO O| Dec 21 00:15:49.582 INFO STEP 40 (ensure_file) COMPLETE
92822024-12-21T00:15:49.611Z[ host-image] Dec 21 00:15:49.582 INFO O| Dec 21 00:15:49.582 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
92832024-12-21T00:15:49.640Z[ host-image] Dec 21 00:15:49.615 INFO O| Dec 21 00:15:49.615 INFO updating shadow file
92842024-12-21T00:15:49.644Z[ host-image] Dec 21 00:15:49.615 INFO O| Dec 21 00:15:49.615 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
92852024-12-21T00:15:49.644Z[ host-image] Dec 21 00:15:49.615 INFO O| Dec 21 00:15:49.615 INFO STEP 41 (shadow) COMPLETE
92862024-12-21T00:15:49.644Z[ host-image] Dec 21 00:15:49.615 INFO O| Dec 21 00:15:49.615 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
92872024-12-21T00:15:49.663Z[ host-image] Dec 21 00:15:49.637 INFO O| Dec 21 00:15:49.637 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
92882024-12-21T00:15:49.665Z[ host-image] Dec 21 00:15:49.637 INFO O| Dec 21 00:15:49.637 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
92892024-12-21T00:15:49.665Z[ host-image] Dec 21 00:15:49.637 INFO O| Dec 21 00:15:49.637 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
92902024-12-21T00:15:49.665Z[ host-image] Dec 21 00:15:49.638 INFO O| Dec 21 00:15:49.637 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
92912024-12-21T00:15:49.665Z[ host-image] Dec 21 00:15:49.638 INFO O| Dec 21 00:15:49.637 INFO ok!
92922024-12-21T00:15:49.665Z[ host-image] Dec 21 00:15:49.638 INFO O| Dec 21 00:15:49.637 INFO STEP 42 (ensure_file) COMPLETE
92932024-12-21T00:15:49.665Z[ host-image] Dec 21 00:15:49.638 INFO O| Dec 21 00:15:49.638 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92942024-12-21T00:15:49.665Z[ host-image] Dec 21 00:15:49.638 INFO O| Dec 21 00:15:49.638 INFO skip step because feature "mfg" is not enabled
92952024-12-21T00:15:49.665Z[ host-image] Dec 21 00:15:49.638 INFO O| Dec 21 00:15:49.638 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92962024-12-21T00:15:49.665Z[ host-image] Dec 21 00:15:49.638 INFO O| Dec 21 00:15:49.638 INFO skip step because feature "mfg" is not enabled
92972024-12-21T00:15:49.665Z[ host-image] Dec 21 00:15:49.638 INFO O| Dec 21 00:15:49.638 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92982024-12-21T00:15:49.689Z[ host-image] Dec 21 00:15:49.664 INFO O| Dec 21 00:15:49.663 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
92992024-12-21T00:15:49.689Z[ host-image] Dec 21 00:15:49.664 INFO O| Dec 21 00:15:49.663 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
93002024-12-21T00:15:49.950Z[ recovery-image] Dec 21 00:15:49.924 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
93012024-12-21T00:15:50.527Z[ host-image] Dec 21 00:15:50.502 INFO O| Dec 21 00:15:50.502 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
93022024-12-21T00:15:50.528Z[ host-image] Dec 21 00:15:50.502 INFO O| Dec 21 00:15:50.502 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
93032024-12-21T00:15:50.531Z[ host-image] Dec 21 00:15:50.502 INFO O| Dec 21 00:15:50.502 INFO ok!
93042024-12-21T00:15:50.531Z[ host-image] Dec 21 00:15:50.502 INFO O| Dec 21 00:15:50.502 INFO STEP 45 (ensure_file) COMPLETE
93052024-12-21T00:15:50.531Z[ host-image] Dec 21 00:15:50.502 INFO O| Dec 21 00:15:50.502 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93062024-12-21T00:15:50.547Z[ host-image] Dec 21 00:15:50.522 INFO O| Dec 21 00:15:50.522 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
93072024-12-21T00:15:50.547Z[ host-image] Dec 21 00:15:50.522 INFO O| Dec 21 00:15:50.522 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
93082024-12-21T00:15:50.547Z[ host-image] Dec 21 00:15:50.522 INFO O| Dec 21 00:15:50.522 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93092024-12-21T00:15:50.547Z[ host-image] Dec 21 00:15:50.522 INFO O| Dec 21 00:15:50.522 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93102024-12-21T00:15:50.550Z[ host-image] Dec 21 00:15:50.522 INFO O| Dec 21 00:15:50.522 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93112024-12-21T00:15:50.550Z[ host-image] Dec 21 00:15:50.522 INFO O| Dec 21 00:15:50.522 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93122024-12-21T00:15:50.550Z[ host-image] Dec 21 00:15:50.522 INFO O| Dec 21 00:15:50.522 INFO ok!
93132024-12-21T00:15:50.550Z[ host-image] Dec 21 00:15:50.522 INFO O| Dec 21 00:15:50.522 INFO STEP 46 (ensure_file) COMPLETE
93142024-12-21T00:15:50.550Z[ host-image] Dec 21 00:15:50.522 INFO O| Dec 21 00:15:50.522 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93152024-12-21T00:15:50.575Z[ host-image] Dec 21 00:15:50.550 INFO O| Dec 21 00:15:50.550 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
93162024-12-21T00:15:50.578Z[ host-image] Dec 21 00:15:50.551 INFO O| Dec 21 00:15:50.551 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 ...
93172024-12-21T00:15:50.578Z[ host-image] Dec 21 00:15:50.551 INFO O| Dec 21 00:15:50.551 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
93182024-12-21T00:15:50.578Z[ host-image] Dec 21 00:15:50.551 INFO O| Dec 21 00:15:50.551 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
93192024-12-21T00:15:50.579Z[ host-image] Dec 21 00:15:50.551 INFO O| Dec 21 00:15:50.551 INFO ok!
93202024-12-21T00:15:50.579Z[ host-image] Dec 21 00:15:50.551 INFO O| Dec 21 00:15:50.551 INFO STEP 47 (ensure_file) COMPLETE
93212024-12-21T00:15:50.579Z[ host-image] Dec 21 00:15:50.552 INFO O| Dec 21 00:15:50.551 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93222024-12-21T00:15:50.597Z[ host-image] Dec 21 00:15:50.572 INFO O| Dec 21 00:15:50.572 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
93232024-12-21T00:15:50.597Z[ host-image] Dec 21 00:15:50.573 INFO O| Dec 21 00:15:50.572 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
93242024-12-21T00:15:50.600Z[ host-image] Dec 21 00:15:50.573 INFO O| Dec 21 00:15:50.573 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93252024-12-21T00:15:50.600Z[ host-image] Dec 21 00:15:50.573 INFO O| Dec 21 00:15:50.573 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93262024-12-21T00:15:50.600Z[ host-image] Dec 21 00:15:50.573 INFO O| Dec 21 00:15:50.573 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93272024-12-21T00:15:50.600Z[ host-image] Dec 21 00:15:50.573 INFO O| Dec 21 00:15:50.573 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93282024-12-21T00:15:50.600Z[ host-image] Dec 21 00:15:50.573 INFO O| Dec 21 00:15:50.573 INFO ok!
93292024-12-21T00:15:50.600Z[ host-image] Dec 21 00:15:50.574 INFO O| Dec 21 00:15:50.574 INFO STEP 48 (ensure_file) COMPLETE
93302024-12-21T00:15:50.600Z[ host-image] Dec 21 00:15:50.574 INFO O| Dec 21 00:15:50.574 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93312024-12-21T00:15:50.621Z[ host-image] Dec 21 00:15:50.596 INFO O| Dec 21 00:15:50.596 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
93322024-12-21T00:15:50.621Z[ host-image] Dec 21 00:15:50.596 INFO O| Dec 21 00:15:50.596 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 ...
93332024-12-21T00:15:50.623Z[ host-image] Dec 21 00:15:50.596 INFO O| Dec 21 00:15:50.596 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
93342024-12-21T00:15:50.623Z[ host-image] Dec 21 00:15:50.597 INFO O| Dec 21 00:15:50.596 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
93352024-12-21T00:15:50.623Z[ host-image] Dec 21 00:15:50.597 INFO O| Dec 21 00:15:50.597 INFO ok!
93362024-12-21T00:15:50.623Z[ host-image] Dec 21 00:15:50.597 INFO O| Dec 21 00:15:50.597 INFO STEP 49 (ensure_file) COMPLETE
93372024-12-21T00:15:50.623Z[ host-image] Dec 21 00:15:50.597 INFO O| Dec 21 00:15:50.597 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93382024-12-21T00:15:50.654Z[ host-image] Dec 21 00:15:50.629 INFO O| Dec 21 00:15:50.629 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
93392024-12-21T00:15:50.654Z[ host-image] Dec 21 00:15:50.629 INFO O| Dec 21 00:15:50.629 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
93402024-12-21T00:15:50.657Z[ host-image] Dec 21 00:15:50.630 INFO O| Dec 21 00:15:50.630 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93412024-12-21T00:15:50.657Z[ host-image] Dec 21 00:15:50.630 INFO O| Dec 21 00:15:50.630 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93422024-12-21T00:15:50.657Z[ host-image] Dec 21 00:15:50.630 INFO O| Dec 21 00:15:50.630 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93432024-12-21T00:15:50.657Z[ host-image] Dec 21 00:15:50.630 INFO O| Dec 21 00:15:50.630 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93442024-12-21T00:15:50.657Z[ host-image] Dec 21 00:15:50.630 INFO O| Dec 21 00:15:50.630 INFO ok!
93452024-12-21T00:15:50.657Z[ host-image] Dec 21 00:15:50.630 INFO O| Dec 21 00:15:50.630 INFO STEP 50 (ensure_file) COMPLETE
93462024-12-21T00:15:50.657Z[ host-image] Dec 21 00:15:50.630 INFO O| Dec 21 00:15:50.630 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93472024-12-21T00:15:50.719Z[ host-image] Dec 21 00:15:50.694 INFO O| Dec 21 00:15:50.694 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
93482024-12-21T00:15:50.719Z[ host-image] Dec 21 00:15:50.694 INFO O| Dec 21 00:15:50.694 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 ...
93492024-12-21T00:15:50.722Z[ host-image] Dec 21 00:15:50.694 INFO O| Dec 21 00:15:50.694 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
93502024-12-21T00:15:50.722Z[ host-image] Dec 21 00:15:50.694 INFO O| Dec 21 00:15:50.694 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
93512024-12-21T00:15:50.722Z[ host-image] Dec 21 00:15:50.694 INFO O| Dec 21 00:15:50.694 INFO ok!
93522024-12-21T00:15:50.722Z[ host-image] Dec 21 00:15:50.695 INFO O| Dec 21 00:15:50.695 INFO STEP 51 (ensure_file) COMPLETE
93532024-12-21T00:15:50.722Z[ host-image] Dec 21 00:15:50.695 INFO O| Dec 21 00:15:50.695 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93542024-12-21T00:15:50.755Z[ host-image] Dec 21 00:15:50.730 INFO O| Dec 21 00:15:50.730 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
93552024-12-21T00:15:50.755Z[ host-image] Dec 21 00:15:50.730 INFO O| Dec 21 00:15:50.730 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 ...
93562024-12-21T00:15:50.758Z[ host-image] Dec 21 00:15:50.730 INFO O| Dec 21 00:15:50.730 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
93572024-12-21T00:15:50.758Z[ host-image] Dec 21 00:15:50.731 INFO O| Dec 21 00:15:50.730 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
93582024-12-21T00:15:50.758Z[ host-image] Dec 21 00:15:50.731 INFO O| Dec 21 00:15:50.731 INFO ok!
93592024-12-21T00:15:50.758Z[ host-image] Dec 21 00:15:50.731 INFO O| Dec 21 00:15:50.731 INFO STEP 52 (ensure_file) COMPLETE
93602024-12-21T00:15:50.758Z[ host-image] Dec 21 00:15:50.731 INFO O| Dec 21 00:15:50.731 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93612024-12-21T00:15:50.812Z[ host-image] Dec 21 00:15:50.787 INFO O| Dec 21 00:15:50.787 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
93622024-12-21T00:15:50.812Z[ host-image] Dec 21 00:15:50.787 INFO O| Dec 21 00:15:50.787 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 ...
93632024-12-21T00:15:50.814Z[ host-image] Dec 21 00:15:50.787 INFO O| Dec 21 00:15:50.787 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
93642024-12-21T00:15:50.814Z[ host-image] Dec 21 00:15:50.787 INFO O| Dec 21 00:15:50.787 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
93652024-12-21T00:15:50.814Z[ host-image] Dec 21 00:15:50.787 INFO O| Dec 21 00:15:50.787 INFO ok!
93662024-12-21T00:15:50.814Z[ host-image] Dec 21 00:15:50.787 INFO O| Dec 21 00:15:50.787 INFO STEP 53 (ensure_file) COMPLETE
93672024-12-21T00:15:50.814Z[ host-image] Dec 21 00:15:50.787 INFO O| Dec 21 00:15:50.787 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93682024-12-21T00:15:50.874Z[ host-image] Dec 21 00:15:50.849 INFO O| Dec 21 00:15:50.849 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
93692024-12-21T00:15:50.874Z[ host-image] Dec 21 00:15:50.849 INFO O| Dec 21 00:15:50.849 INFO STEP 54 (ensure_dir) COMPLETE
93702024-12-21T00:15:50.878Z[ host-image] Dec 21 00:15:50.849 INFO O| Dec 21 00:15:50.849 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93712024-12-21T00:15:50.932Z[ host-image] Dec 21 00:15:50.906 INFO O| Dec 21 00:15:50.906 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
93722024-12-21T00:15:50.933Z[ host-image] Dec 21 00:15:50.906 INFO O| Dec 21 00:15:50.906 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
93732024-12-21T00:15:50.933Z[ host-image] Dec 21 00:15:50.906 INFO O| Dec 21 00:15:50.906 INFO STEP 55 (ensure_dir) COMPLETE
93742024-12-21T00:15:50.936Z[ host-image] Dec 21 00:15:50.907 INFO O| Dec 21 00:15:50.906 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93752024-12-21T00:15:50.954Z[ host-image] Dec 21 00:15:50.929 INFO O| Dec 21 00:15:50.929 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
93762024-12-21T00:15:50.954Z[ host-image] Dec 21 00:15:50.929 INFO O| Dec 21 00:15:50.929 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
93772024-12-21T00:15:50.957Z[ host-image] Dec 21 00:15:50.929 INFO O| Dec 21 00:15:50.929 INFO STEP 56 (ensure_dir) COMPLETE
93782024-12-21T00:15:50.958Z[ host-image] Dec 21 00:15:50.929 INFO O| Dec 21 00:15:50.929 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93792024-12-21T00:15:50.975Z[ host-image] Dec 21 00:15:50.950 INFO O| Dec 21 00:15:50.950 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
93802024-12-21T00:15:50.975Z[ host-image] Dec 21 00:15:50.950 INFO O| Dec 21 00:15:50.950 INFO copying /tmp/.tmpaSG2wu/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
93812024-12-21T00:15:51.002Z[ host-image] Dec 21 00:15:50.976 INFO O| Dec 21 00:15:50.976 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
93822024-12-21T00:15:51.002Z[ host-image] Dec 21 00:15:50.976 INFO O| Dec 21 00:15:50.976 INFO ok!
93832024-12-21T00:15:51.002Z[ host-image] Dec 21 00:15:50.976 INFO O| Dec 21 00:15:50.976 INFO STEP 57 (ensure_file) COMPLETE
93842024-12-21T00:15:51.002Z[ host-image] Dec 21 00:15:50.976 INFO O| Dec 21 00:15:50.976 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93852024-12-21T00:15:51.097Z[ host-image] Dec 21 00:15:51.072 INFO O| Dec 21 00:15:51.072 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
93862024-12-21T00:15:51.097Z[ host-image] Dec 21 00:15:51.072 INFO O| Dec 21 00:15:51.072 INFO copying /tmp/.tmpaSG2wu/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
93872024-12-21T00:15:52.517Z[ host-image] Dec 21 00:15:52.492 INFO O| Dec 21 00:15:52.492 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
93882024-12-21T00:15:52.517Z[ host-image] Dec 21 00:15:52.492 INFO O| Dec 21 00:15:52.492 INFO ok!
93892024-12-21T00:15:52.517Z[ host-image] Dec 21 00:15:52.492 INFO O| Dec 21 00:15:52.492 INFO STEP 58 (ensure_file) COMPLETE
93902024-12-21T00:15:52.519Z[ host-image] Dec 21 00:15:52.492 INFO O| Dec 21 00:15:52.492 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93912024-12-21T00:15:52.536Z[ host-image] Dec 21 00:15:52.512 INFO O| Dec 21 00:15:52.512 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
93922024-12-21T00:15:52.536Z[ host-image] Dec 21 00:15:52.512 INFO O| Dec 21 00:15:52.512 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
93932024-12-21T00:15:52.536Z[ host-image] Dec 21 00:15:52.512 INFO O| Dec 21 00:15:52.512 INFO STEP 59 (ensure_dir) COMPLETE
93942024-12-21T00:15:52.539Z[ host-image] Dec 21 00:15:52.512 INFO O| Dec 21 00:15:52.512 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93952024-12-21T00:15:52.583Z[ host-image] Dec 21 00:15:52.542 INFO O| Dec 21 00:15:52.542 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
93962024-12-21T00:15:52.586Z[ host-image] Dec 21 00:15:52.542 INFO O| Dec 21 00:15:52.542 INFO copying /tmp/.tmpaSG2wu/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 ...
93972024-12-21T00:15:52.586Z[ host-image] Dec 21 00:15:52.543 INFO O| Dec 21 00:15:52.542 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
93982024-12-21T00:15:52.586Z[ host-image] Dec 21 00:15:52.543 INFO O| Dec 21 00:15:52.543 INFO ok!
93992024-12-21T00:15:52.586Z[ host-image] Dec 21 00:15:52.543 INFO O| Dec 21 00:15:52.543 INFO STEP 60 (ensure_file) COMPLETE
94002024-12-21T00:15:52.587Z[ host-image] Dec 21 00:15:52.543 INFO O| Dec 21 00:15:52.543 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94012024-12-21T00:15:52.603Z[ host-image] Dec 21 00:15:52.578 INFO O| Dec 21 00:15:52.578 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
94022024-12-21T00:15:52.603Z[ host-image] Dec 21 00:15:52.578 INFO O| Dec 21 00:15:52.578 INFO copying /tmp/.tmpaSG2wu/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 ...
94032024-12-21T00:15:52.606Z[ host-image] Dec 21 00:15:52.578 INFO O| Dec 21 00:15:52.578 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
94042024-12-21T00:15:52.606Z[ host-image] Dec 21 00:15:52.578 INFO O| Dec 21 00:15:52.578 INFO ok!
94052024-12-21T00:15:52.606Z[ host-image] Dec 21 00:15:52.578 INFO O| Dec 21 00:15:52.578 INFO STEP 61 (ensure_file) COMPLETE
94062024-12-21T00:15:52.606Z[ host-image] Dec 21 00:15:52.578 INFO O| Dec 21 00:15:52.578 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94072024-12-21T00:15:52.625Z[ host-image] Dec 21 00:15:52.599 INFO O| Dec 21 00:15:52.599 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
94082024-12-21T00:15:52.625Z[ host-image] Dec 21 00:15:52.599 INFO O| Dec 21 00:15:52.599 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
94092024-12-21T00:15:52.625Z[ host-image] Dec 21 00:15:52.599 INFO O| Dec 21 00:15:52.599 INFO STEP 62 (ensure_dir) COMPLETE
94102024-12-21T00:15:52.640Z[ host-image] Dec 21 00:15:52.599 INFO O| Dec 21 00:15:52.599 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94112024-12-21T00:15:52.647Z[ host-image] Dec 21 00:15:52.621 INFO O| Dec 21 00:15:52.621 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
94122024-12-21T00:15:52.647Z[ host-image] Dec 21 00:15:52.621 INFO O| Dec 21 00:15:52.621 INFO copying /tmp/.tmpaSG2wu/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 ...
94132024-12-21T00:15:52.654Z[ host-image] Dec 21 00:15:52.621 INFO O| Dec 21 00:15:52.621 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
94142024-12-21T00:15:52.654Z[ host-image] Dec 21 00:15:52.621 INFO O| Dec 21 00:15:52.621 INFO ok!
94152024-12-21T00:15:52.654Z[ host-image] Dec 21 00:15:52.621 INFO O| Dec 21 00:15:52.621 INFO STEP 63 (ensure_file) COMPLETE
94162024-12-21T00:15:52.654Z[ host-image] Dec 21 00:15:52.621 INFO O| Dec 21 00:15:52.621 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94172024-12-21T00:15:52.666Z[ host-image] Dec 21 00:15:52.641 INFO O| Dec 21 00:15:52.641 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
94182024-12-21T00:15:52.666Z[ host-image] Dec 21 00:15:52.641 INFO O| Dec 21 00:15:52.641 INFO copying /tmp/.tmpaSG2wu/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 ...
94192024-12-21T00:15:52.666Z[ host-image] Dec 21 00:15:52.641 INFO O| Dec 21 00:15:52.641 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
94202024-12-21T00:15:52.669Z[ host-image] Dec 21 00:15:52.641 INFO O| Dec 21 00:15:52.641 INFO ok!
94212024-12-21T00:15:52.669Z[ host-image] Dec 21 00:15:52.641 INFO O| Dec 21 00:15:52.641 INFO STEP 64 (ensure_file) COMPLETE
94222024-12-21T00:15:52.669Z[ host-image] Dec 21 00:15:52.641 INFO O| Dec 21 00:15:52.641 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94232024-12-21T00:15:52.685Z[ host-image] Dec 21 00:15:52.659 INFO O| Dec 21 00:15:52.659 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
94242024-12-21T00:15:52.688Z[ host-image] Dec 21 00:15:52.660 INFO O| Dec 21 00:15:52.659 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
94252024-12-21T00:15:52.688Z[ host-image] Dec 21 00:15:52.660 INFO O| Dec 21 00:15:52.660 INFO STEP 65 (ensure_dir) COMPLETE
94262024-12-21T00:15:52.688Z[ host-image] Dec 21 00:15:52.660 INFO O| Dec 21 00:15:52.660 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94272024-12-21T00:15:52.708Z[ host-image] Dec 21 00:15:52.682 INFO O| Dec 21 00:15:52.682 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
94282024-12-21T00:15:52.708Z[ host-image] Dec 21 00:15:52.682 INFO O| Dec 21 00:15:52.682 INFO copying /tmp/.tmpaSG2wu/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 ...
94292024-12-21T00:15:52.712Z[ host-image] Dec 21 00:15:52.683 INFO O| Dec 21 00:15:52.683 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
94302024-12-21T00:15:52.712Z[ host-image] Dec 21 00:15:52.683 INFO O| Dec 21 00:15:52.683 INFO ok!
94312024-12-21T00:15:52.712Z[ host-image] Dec 21 00:15:52.683 INFO O| Dec 21 00:15:52.683 INFO STEP 66 (ensure_file) COMPLETE
94322024-12-21T00:15:52.712Z[ host-image] Dec 21 00:15:52.683 INFO O| Dec 21 00:15:52.683 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94332024-12-21T00:15:52.729Z[ host-image] Dec 21 00:15:52.704 INFO O| Dec 21 00:15:52.704 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
94342024-12-21T00:15:52.729Z[ host-image] Dec 21 00:15:52.704 INFO O| Dec 21 00:15:52.704 INFO copying /tmp/.tmpaSG2wu/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
94352024-12-21T00:15:52.733Z[ host-image] Dec 21 00:15:52.705 INFO O| Dec 21 00:15:52.705 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
94362024-12-21T00:15:52.733Z[ host-image] Dec 21 00:15:52.705 INFO O| Dec 21 00:15:52.705 INFO ok!
94372024-12-21T00:15:52.734Z[ host-image] Dec 21 00:15:52.705 INFO O| Dec 21 00:15:52.705 INFO STEP 67 (ensure_file) COMPLETE
94382024-12-21T00:15:52.734Z[ host-image] Dec 21 00:15:52.705 INFO O| Dec 21 00:15:52.705 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94392024-12-21T00:15:52.771Z[ host-image] Dec 21 00:15:52.746 INFO O| Dec 21 00:15:52.746 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
94402024-12-21T00:15:52.771Z[ host-image] Dec 21 00:15:52.746 INFO O| Dec 21 00:15:52.746 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
94412024-12-21T00:15:52.774Z[ host-image] Dec 21 00:15:52.746 INFO O| Dec 21 00:15:52.746 INFO STEP 68 (ensure_dir) COMPLETE
94422024-12-21T00:15:52.774Z[ host-image] Dec 21 00:15:52.747 INFO O| Dec 21 00:15:52.746 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94432024-12-21T00:15:52.814Z[ host-image] Dec 21 00:15:52.789 INFO O| Dec 21 00:15:52.789 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
94442024-12-21T00:15:52.814Z[ host-image] Dec 21 00:15:52.789 INFO O| Dec 21 00:15:52.789 INFO copying /tmp/.tmpaSG2wu/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
94452024-12-21T00:15:53.815Z[ recovery-image] Dec 21 00:15:53.791 INFO image complete! materials are in "/work/os-recovery"
94462024-12-21T00:15:53.822Z[ recovery-image]
94472024-12-21T00:15:53.822Z[ recovery-image] real 11:03.408453926
94482024-12-21T00:15:53.822Z[ recovery-image] user 6:40.094910498
94492024-12-21T00:15:53.822Z[ recovery-image] sys 1:11.478439640
94502024-12-21T00:15:53.822Z[ recovery-image] trap 0.390951356
94512024-12-21T00:15:53.827Z[ recovery-image] tflt 0.348244953
94522024-12-21T00:15:53.827ZDec 21 00:15:53.798 INFO [recovery-image] process exited with exit status: 0 (663.639681546s)
94532024-12-21T00:15:53.827Z[ recovery-image] dflt 3.384194879
94542024-12-21T00:15:53.827Z[ recovery-image] kflt 0.052301158
94552024-12-21T00:15:53.827Z[ recovery-image] lock 26:30.050779584
94562024-12-21T00:15:53.827Z[ recovery-image] slp 1:08:32.200941477
94572024-12-21T00:15:53.827Z[ recovery-image] lat 5:33.336911082
94582024-12-21T00:15:53.828Z[ recovery-image] stop 13.404156284
94592024-12-21T00:15:54.222Z[ host-image] Dec 21 00:15:54.197 INFO O| Dec 21 00:15:54.197 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
94602024-12-21T00:15:54.223Z[ host-image] Dec 21 00:15:54.197 INFO O| Dec 21 00:15:54.197 INFO ok!
94612024-12-21T00:15:54.226Z[ host-image] Dec 21 00:15:54.197 INFO O| Dec 21 00:15:54.197 INFO STEP 69 (ensure_file) COMPLETE
94622024-12-21T00:15:54.226Z[ host-image] Dec 21 00:15:54.197 INFO O| Dec 21 00:15:54.197 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94632024-12-21T00:15:54.244Z[ host-image] Dec 21 00:15:54.219 INFO O| Dec 21 00:15:54.219 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
94642024-12-21T00:15:54.244Z[ host-image] Dec 21 00:15:54.219 INFO O| Dec 21 00:15:54.219 INFO copying /tmp/.tmpaSG2wu/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
94652024-12-21T00:15:56.269Z[ host-image] Dec 21 00:15:56.244 INFO O| Dec 21 00:15:56.244 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
94662024-12-21T00:15:56.269Z[ host-image] Dec 21 00:15:56.245 INFO O| Dec 21 00:15:56.244 INFO ok!
94672024-12-21T00:15:56.273Z[ host-image] Dec 21 00:15:56.245 INFO O| Dec 21 00:15:56.244 INFO STEP 70 (ensure_file) COMPLETE
94682024-12-21T00:15:56.273Z[ host-image] Dec 21 00:15:56.245 INFO O| Dec 21 00:15:56.244 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94692024-12-21T00:15:56.289Z[ host-image] Dec 21 00:15:56.264 INFO O| Dec 21 00:15:56.264 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
94702024-12-21T00:15:56.289Z[ host-image] Dec 21 00:15:56.264 INFO O| Dec 21 00:15:56.264 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
94712024-12-21T00:15:56.289Z[ host-image] Dec 21 00:15:56.264 INFO O| Dec 21 00:15:56.264 INFO STEP 71 (ensure_dir) COMPLETE
94722024-12-21T00:15:56.292Z[ host-image] Dec 21 00:15:56.264 INFO O| Dec 21 00:15:56.264 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94732024-12-21T00:15:56.315Z[ host-image] Dec 21 00:15:56.291 INFO O| Dec 21 00:15:56.291 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
94742024-12-21T00:15:56.315Z[ host-image] Dec 21 00:15:56.291 INFO O| Dec 21 00:15:56.291 INFO copying /tmp/.tmpaSG2wu/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 ...
94752024-12-21T00:15:56.318Z[ host-image] Dec 21 00:15:56.291 INFO O| Dec 21 00:15:56.291 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
94762024-12-21T00:15:56.318Z[ host-image] Dec 21 00:15:56.291 INFO O| Dec 21 00:15:56.291 INFO ok!
94772024-12-21T00:15:56.318Z[ host-image] Dec 21 00:15:56.291 INFO O| Dec 21 00:15:56.291 INFO STEP 72 (ensure_file) COMPLETE
94782024-12-21T00:15:56.318Z[ host-image] Dec 21 00:15:56.291 INFO O| Dec 21 00:15:56.291 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94792024-12-21T00:15:56.336Z[ host-image] Dec 21 00:15:56.312 INFO O| Dec 21 00:15:56.312 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
94802024-12-21T00:15:56.337Z[ host-image] Dec 21 00:15:56.312 INFO O| Dec 21 00:15:56.312 INFO copying /tmp/.tmpaSG2wu/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 ...
94812024-12-21T00:15:56.337Z[ host-image] Dec 21 00:15:56.312 INFO O| Dec 21 00:15:56.312 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
94822024-12-21T00:15:56.340Z[ host-image] Dec 21 00:15:56.312 INFO O| Dec 21 00:15:56.312 INFO ok!
94832024-12-21T00:15:56.341Z[ host-image] Dec 21 00:15:56.312 INFO O| Dec 21 00:15:56.312 INFO STEP 73 (ensure_file) COMPLETE
94842024-12-21T00:15:56.341Z[ host-image] Dec 21 00:15:56.312 INFO O| Dec 21 00:15:56.312 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94852024-12-21T00:15:56.357Z[ host-image] Dec 21 00:15:56.332 INFO O| Dec 21 00:15:56.332 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
94862024-12-21T00:15:56.357Z[ host-image] Dec 21 00:15:56.332 INFO O| Dec 21 00:15:56.332 INFO copying /tmp/.tmpaSG2wu/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
94872024-12-21T00:15:56.360Z[ host-image] Dec 21 00:15:56.333 INFO O| Dec 21 00:15:56.333 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
94882024-12-21T00:15:56.360Z[ host-image] Dec 21 00:15:56.333 INFO O| Dec 21 00:15:56.333 INFO ok!
94892024-12-21T00:15:56.360Z[ host-image] Dec 21 00:15:56.333 INFO O| Dec 21 00:15:56.333 INFO STEP 74 (ensure_file) COMPLETE
94902024-12-21T00:15:56.360Z[ host-image] Dec 21 00:15:56.333 INFO O| Dec 21 00:15:56.333 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94912024-12-21T00:15:56.377Z[ host-image] Dec 21 00:15:56.353 INFO O| Dec 21 00:15:56.353 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
94922024-12-21T00:15:56.377Z[ host-image] Dec 21 00:15:56.353 INFO O| Dec 21 00:15:56.353 INFO copying /tmp/.tmpaSG2wu/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
94932024-12-21T00:15:56.377Z[ host-image] Dec 21 00:15:56.353 INFO O| Dec 21 00:15:56.353 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
94942024-12-21T00:15:56.380Z[ host-image] Dec 21 00:15:56.353 INFO O| Dec 21 00:15:56.353 INFO ok!
94952024-12-21T00:15:56.380Z[ host-image] Dec 21 00:15:56.353 INFO O| Dec 21 00:15:56.353 INFO STEP 75 (ensure_file) COMPLETE
94962024-12-21T00:15:56.380Z[ host-image] Dec 21 00:15:56.354 INFO O| Dec 21 00:15:56.353 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94972024-12-21T00:15:56.398Z[ host-image] Dec 21 00:15:56.373 INFO O| Dec 21 00:15:56.373 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
94982024-12-21T00:15:56.401Z[ host-image] Dec 21 00:15:56.374 INFO O| Dec 21 00:15:56.373 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
94992024-12-21T00:15:56.401Z[ host-image] Dec 21 00:15:56.374 INFO O| Dec 21 00:15:56.374 INFO STEP 76 (ensure_dir) COMPLETE
95002024-12-21T00:15:56.401Z[ host-image] Dec 21 00:15:56.374 INFO O| Dec 21 00:15:56.374 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95012024-12-21T00:15:56.419Z[ host-image] Dec 21 00:15:56.395 INFO O| Dec 21 00:15:56.395 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
95022024-12-21T00:15:56.419Z[ host-image] Dec 21 00:15:56.395 INFO O| Dec 21 00:15:56.395 INFO copying /tmp/.tmpaSG2wu/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
95032024-12-21T00:15:56.425Z[ host-image] Dec 21 00:15:56.401 INFO O| Dec 21 00:15:56.401 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
95042024-12-21T00:15:56.425Z[ host-image] Dec 21 00:15:56.401 INFO O| Dec 21 00:15:56.401 INFO ok!
95052024-12-21T00:15:56.428Z[ host-image] Dec 21 00:15:56.401 INFO O| Dec 21 00:15:56.401 INFO STEP 77 (ensure_file) COMPLETE
95062024-12-21T00:15:56.428Z[ host-image] Dec 21 00:15:56.401 INFO O| Dec 21 00:15:56.401 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95072024-12-21T00:15:56.450Z[ host-image] Dec 21 00:15:56.426 INFO O| Dec 21 00:15:56.426 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
95082024-12-21T00:15:56.450Z[ host-image] Dec 21 00:15:56.426 INFO O| Dec 21 00:15:56.426 INFO copying /tmp/.tmpaSG2wu/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
95092024-12-21T00:15:56.453Z[ host-image] Dec 21 00:15:56.426 INFO O| Dec 21 00:15:56.426 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
95102024-12-21T00:15:56.453Z[ host-image] Dec 21 00:15:56.426 INFO O| Dec 21 00:15:56.426 INFO ok!
95112024-12-21T00:15:56.454Z[ host-image] Dec 21 00:15:56.426 INFO O| Dec 21 00:15:56.426 INFO STEP 78 (ensure_file) COMPLETE
95122024-12-21T00:15:56.454Z[ host-image] Dec 21 00:15:56.426 INFO O| Dec 21 00:15:56.426 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95132024-12-21T00:15:56.473Z[ host-image] Dec 21 00:15:56.449 INFO O| Dec 21 00:15:56.448 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
95142024-12-21T00:15:56.475Z[ host-image] Dec 21 00:15:56.449 INFO O| Dec 21 00:15:56.449 INFO copying /tmp/.tmpaSG2wu/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
95152024-12-21T00:15:58.370Z[ host-image] Dec 21 00:15:58.346 INFO O| Dec 21 00:15:58.346 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
95162024-12-21T00:15:58.370Z[ host-image] Dec 21 00:15:58.347 INFO O| Dec 21 00:15:58.346 INFO ok!
95172024-12-21T00:15:58.373Z[ host-image] Dec 21 00:15:58.347 INFO O| Dec 21 00:15:58.346 INFO STEP 79 (ensure_file) COMPLETE
95182024-12-21T00:15:58.373Z[ host-image] Dec 21 00:15:58.347 INFO O| Dec 21 00:15:58.346 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95192024-12-21T00:15:58.391Z[ host-image] Dec 21 00:15:58.367 INFO O| Dec 21 00:15:58.367 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
95202024-12-21T00:15:58.391Z[ host-image] Dec 21 00:15:58.367 INFO O| Dec 21 00:15:58.367 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
95212024-12-21T00:15:58.394Z[ host-image] Dec 21 00:15:58.367 INFO O| Dec 21 00:15:58.367 INFO STEP 80 (ensure_dir) COMPLETE
95222024-12-21T00:15:58.394Z[ host-image] Dec 21 00:15:58.367 INFO O| Dec 21 00:15:58.367 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95232024-12-21T00:15:58.412Z[ host-image] Dec 21 00:15:58.388 INFO O| Dec 21 00:15:58.388 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
95242024-12-21T00:15:58.415Z[ host-image] Dec 21 00:15:58.388 INFO O| Dec 21 00:15:58.388 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
95252024-12-21T00:15:58.415Z[ host-image] Dec 21 00:15:58.388 INFO O| Dec 21 00:15:58.388 INFO STEP 81 (ensure_dir) COMPLETE
95262024-12-21T00:15:58.415Z[ host-image] Dec 21 00:15:58.388 INFO O| Dec 21 00:15:58.388 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95272024-12-21T00:15:58.435Z[ host-image] Dec 21 00:15:58.411 INFO O| Dec 21 00:15:58.411 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
95282024-12-21T00:15:58.435Z[ host-image] Dec 21 00:15:58.411 INFO O| Dec 21 00:15:58.411 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
95292024-12-21T00:15:58.435Z[ host-image] Dec 21 00:15:58.411 INFO O| Dec 21 00:15:58.411 INFO STEP 82 (ensure_dir) COMPLETE
95302024-12-21T00:15:58.438Z[ host-image] Dec 21 00:15:58.411 INFO O| Dec 21 00:15:58.411 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95312024-12-21T00:15:58.474Z[ host-image] Dec 21 00:15:58.450 INFO O| Dec 21 00:15:58.450 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
95322024-12-21T00:15:58.474Z[ host-image] Dec 21 00:15:58.450 INFO O| Dec 21 00:15:58.450 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
95332024-12-21T00:15:58.474Z[ host-image] Dec 21 00:15:58.450 INFO O| Dec 21 00:15:58.450 INFO STEP 83 (ensure_dir) COMPLETE
95342024-12-21T00:15:58.478Z[ host-image] Dec 21 00:15:58.450 INFO O| Dec 21 00:15:58.450 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95352024-12-21T00:15:58.512Z[ host-image] Dec 21 00:15:58.488 INFO O| Dec 21 00:15:58.488 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
95362024-12-21T00:15:58.515Z[ host-image] Dec 21 00:15:58.489 INFO O| Dec 21 00:15:58.489 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
95372024-12-21T00:15:58.515Z[ host-image] Dec 21 00:15:58.489 INFO O| Dec 21 00:15:58.489 INFO STEP 84 (ensure_dir) COMPLETE
95382024-12-21T00:15:58.515Z[ host-image] Dec 21 00:15:58.489 INFO O| Dec 21 00:15:58.489 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95392024-12-21T00:15:58.535Z[ host-image] Dec 21 00:15:58.511 INFO O| Dec 21 00:15:58.511 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
95402024-12-21T00:15:58.535Z[ host-image] Dec 21 00:15:58.511 INFO O| Dec 21 00:15:58.511 INFO copying /tmp/.tmpaSG2wu/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 ...
95412024-12-21T00:15:58.538Z[ host-image] Dec 21 00:15:58.512 INFO O| Dec 21 00:15:58.512 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
95422024-12-21T00:15:58.538Z[ host-image] Dec 21 00:15:58.512 INFO O| Dec 21 00:15:58.512 INFO ok!
95432024-12-21T00:15:58.538Z[ host-image] Dec 21 00:15:58.512 INFO O| Dec 21 00:15:58.512 INFO STEP 85 (ensure_file) COMPLETE
95442024-12-21T00:15:58.538Z[ host-image] Dec 21 00:15:58.512 INFO O| Dec 21 00:15:58.512 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95452024-12-21T00:15:58.559Z[ host-image] Dec 21 00:15:58.536 INFO O| Dec 21 00:15:58.535 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
95462024-12-21T00:15:58.561Z[ host-image] Dec 21 00:15:58.536 INFO O| Dec 21 00:15:58.536 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
95472024-12-21T00:15:58.561Z[ host-image] Dec 21 00:15:58.536 INFO O| Dec 21 00:15:58.536 INFO STEP 86 (ensure_dir) COMPLETE
95482024-12-21T00:15:58.563Z[ host-image] Dec 21 00:15:58.536 INFO O| Dec 21 00:15:58.536 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95492024-12-21T00:15:58.581Z[ host-image] Dec 21 00:15:58.557 INFO O| Dec 21 00:15:58.557 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
95502024-12-21T00:15:58.581Z[ host-image] Dec 21 00:15:58.557 INFO O| Dec 21 00:15:58.557 INFO copying /tmp/.tmpaSG2wu/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
95512024-12-21T00:15:58.581Z[ host-image] Dec 21 00:15:58.557 INFO O| Dec 21 00:15:58.557 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
95522024-12-21T00:15:58.581Z[ host-image] Dec 21 00:15:58.557 INFO O| Dec 21 00:15:58.557 INFO ok!
95532024-12-21T00:15:58.584Z[ host-image] Dec 21 00:15:58.557 INFO O| Dec 21 00:15:58.557 INFO STEP 87 (ensure_file) COMPLETE
95542024-12-21T00:15:58.584Z[ host-image] Dec 21 00:15:58.558 INFO O| Dec 21 00:15:58.557 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95552024-12-21T00:15:58.604Z[ host-image] Dec 21 00:15:58.580 INFO O| Dec 21 00:15:58.580 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
95562024-12-21T00:15:58.604Z[ host-image] Dec 21 00:15:58.580 INFO O| Dec 21 00:15:58.580 INFO copying /tmp/.tmpaSG2wu/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
95572024-12-21T00:15:59.211Z[ host-image] Dec 21 00:15:59.187 INFO O| Dec 21 00:15:59.187 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
95582024-12-21T00:15:59.211Z[ host-image] Dec 21 00:15:59.187 INFO O| Dec 21 00:15:59.187 INFO ok!
95592024-12-21T00:15:59.214Z[ host-image] Dec 21 00:15:59.187 INFO O| Dec 21 00:15:59.187 INFO STEP 88 (ensure_file) COMPLETE
95602024-12-21T00:15:59.214Z[ host-image] Dec 21 00:15:59.187 INFO O| Dec 21 00:15:59.187 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95612024-12-21T00:15:59.229Z[ host-image] Dec 21 00:15:59.206 INFO O| Dec 21 00:15:59.206 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
95622024-12-21T00:15:59.230Z[ host-image] Dec 21 00:15:59.206 INFO O| Dec 21 00:15:59.206 INFO copying /tmp/.tmpaSG2wu/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
95632024-12-21T00:15:59.918Z[ host-image] Dec 21 00:15:59.894 INFO O| Dec 21 00:15:59.894 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
95642024-12-21T00:15:59.918Z[ host-image] Dec 21 00:15:59.894 INFO O| Dec 21 00:15:59.894 INFO ok!
95652024-12-21T00:15:59.918Z[ host-image] Dec 21 00:15:59.894 INFO O| Dec 21 00:15:59.894 INFO STEP 89 (ensure_file) COMPLETE
95662024-12-21T00:15:59.921Z[ host-image] Dec 21 00:15:59.894 INFO O| Dec 21 00:15:59.894 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95672024-12-21T00:15:59.957Z[ host-image] Dec 21 00:15:59.933 INFO O| Dec 21 00:15:59.933 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
95682024-12-21T00:15:59.957Z[ host-image] Dec 21 00:15:59.933 INFO O| Dec 21 00:15:59.933 INFO copying /tmp/.tmpaSG2wu/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
95692024-12-21T00:15:59.957Z[ host-image] Dec 21 00:15:59.933 INFO O| Dec 21 00:15:59.933 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
95702024-12-21T00:15:59.957Z[ host-image] Dec 21 00:15:59.933 INFO O| Dec 21 00:15:59.933 INFO ok!
95712024-12-21T00:15:59.957Z[ host-image] Dec 21 00:15:59.933 INFO O| Dec 21 00:15:59.933 INFO STEP 90 (ensure_file) COMPLETE
95722024-12-21T00:15:59.960Z[ host-image] Dec 21 00:15:59.933 INFO O| Dec 21 00:15:59.933 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95732024-12-21T00:15:59.976Z[ host-image] Dec 21 00:15:59.952 INFO O| Dec 21 00:15:59.952 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
95742024-12-21T00:15:59.979Z[ host-image] Dec 21 00:15:59.953 INFO O| Dec 21 00:15:59.953 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
95752024-12-21T00:15:59.979Z[ host-image] Dec 21 00:15:59.953 INFO O| Dec 21 00:15:59.953 INFO STEP 91 (ensure_dir) COMPLETE
95762024-12-21T00:15:59.979Z[ host-image] Dec 21 00:15:59.953 INFO O| Dec 21 00:15:59.953 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95772024-12-21T00:16:00.013Z[ host-image] Dec 21 00:15:59.989 INFO O| Dec 21 00:15:59.989 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
95782024-12-21T00:16:00.014Z[ host-image] Dec 21 00:15:59.989 INFO O| Dec 21 00:15:59.989 INFO copying /tmp/.tmpaSG2wu/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 ...
95792024-12-21T00:16:00.014Z[ host-image] Dec 21 00:15:59.989 INFO O| Dec 21 00:15:59.989 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
95802024-12-21T00:16:00.014Z[ host-image] Dec 21 00:15:59.989 INFO O| Dec 21 00:15:59.989 INFO ok!
95812024-12-21T00:16:00.017Z[ host-image] Dec 21 00:15:59.989 INFO O| Dec 21 00:15:59.989 INFO STEP 92 (ensure_file) COMPLETE
95822024-12-21T00:16:00.017Z[ host-image] Dec 21 00:15:59.989 INFO O| Dec 21 00:15:59.989 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95832024-12-21T00:16:00.034Z[ host-image] Dec 21 00:16:00.010 INFO O| Dec 21 00:16:00.010 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
95842024-12-21T00:16:00.034Z[ host-image] Dec 21 00:16:00.010 INFO O| Dec 21 00:16:00.010 INFO copying /tmp/.tmpaSG2wu/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 ...
95852024-12-21T00:16:00.034Z[ host-image] Dec 21 00:16:00.010 INFO O| Dec 21 00:16:00.010 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
95862024-12-21T00:16:00.036Z[ host-image] Dec 21 00:16:00.010 INFO O| Dec 21 00:16:00.010 INFO ok!
95872024-12-21T00:16:00.036Z[ host-image] Dec 21 00:16:00.010 INFO O| Dec 21 00:16:00.010 INFO STEP 93 (ensure_file) COMPLETE
95882024-12-21T00:16:00.036Z[ host-image] Dec 21 00:16:00.010 INFO O| Dec 21 00:16:00.010 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95892024-12-21T00:16:00.057Z[ host-image] Dec 21 00:16:00.033 INFO O| Dec 21 00:16:00.033 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
95902024-12-21T00:16:00.058Z[ host-image] Dec 21 00:16:00.033 INFO O| Dec 21 00:16:00.033 INFO copying /tmp/.tmpaSG2wu/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 ...
95912024-12-21T00:16:00.058Z[ host-image] Dec 21 00:16:00.033 INFO O| Dec 21 00:16:00.033 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
95922024-12-21T00:16:00.061Z[ host-image] Dec 21 00:16:00.033 INFO O| Dec 21 00:16:00.033 INFO ok!
95932024-12-21T00:16:00.062Z[ host-image] Dec 21 00:16:00.033 INFO O| Dec 21 00:16:00.033 INFO STEP 94 (ensure_file) COMPLETE
95942024-12-21T00:16:00.062Z[ host-image] Dec 21 00:16:00.033 INFO O| Dec 21 00:16:00.033 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95952024-12-21T00:16:00.116Z[ host-image] Dec 21 00:16:00.092 INFO O| Dec 21 00:16:00.092 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
95962024-12-21T00:16:00.116Z[ host-image] Dec 21 00:16:00.092 INFO O| Dec 21 00:16:00.092 INFO copying /tmp/.tmpaSG2wu/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 ...
95972024-12-21T00:16:00.116Z[ host-image] Dec 21 00:16:00.092 INFO O| Dec 21 00:16:00.092 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
95982024-12-21T00:16:00.116Z[ host-image] Dec 21 00:16:00.092 INFO O| Dec 21 00:16:00.092 INFO ok!
95992024-12-21T00:16:00.116Z[ host-image] Dec 21 00:16:00.092 INFO O| Dec 21 00:16:00.092 INFO STEP 95 (ensure_file) COMPLETE
96002024-12-21T00:16:00.121Z[ host-image] Dec 21 00:16:00.092 INFO O| Dec 21 00:16:00.092 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96012024-12-21T00:16:00.156Z[ host-image] Dec 21 00:16:00.132 INFO O| Dec 21 00:16:00.132 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
96022024-12-21T00:16:00.156Z[ host-image] Dec 21 00:16:00.132 INFO O| Dec 21 00:16:00.132 INFO copying /tmp/.tmpaSG2wu/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 ...
96032024-12-21T00:16:00.156Z[ host-image] Dec 21 00:16:00.132 INFO O| Dec 21 00:16:00.132 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
96042024-12-21T00:16:00.156Z[ host-image] Dec 21 00:16:00.132 INFO O| Dec 21 00:16:00.132 INFO ok!
96052024-12-21T00:16:00.159Z[ host-image] Dec 21 00:16:00.132 INFO O| Dec 21 00:16:00.132 INFO STEP 96 (ensure_file) COMPLETE
96062024-12-21T00:16:00.159Z[ host-image] Dec 21 00:16:00.132 INFO O| Dec 21 00:16:00.132 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96072024-12-21T00:16:00.176Z[ host-image] Dec 21 00:16:00.152 INFO O| Dec 21 00:16:00.152 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
96082024-12-21T00:16:00.176Z[ host-image] Dec 21 00:16:00.152 INFO O| Dec 21 00:16:00.152 INFO copying /tmp/.tmpaSG2wu/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
96092024-12-21T00:16:00.176Z[ host-image] Dec 21 00:16:00.152 INFO O| Dec 21 00:16:00.152 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
96102024-12-21T00:16:00.179Z[ host-image] Dec 21 00:16:00.152 INFO O| Dec 21 00:16:00.152 INFO ok!
96112024-12-21T00:16:00.179Z[ host-image] Dec 21 00:16:00.152 INFO O| Dec 21 00:16:00.152 INFO STEP 97 (ensure_file) COMPLETE
96122024-12-21T00:16:00.179Z[ host-image] Dec 21 00:16:00.152 INFO O| Dec 21 00:16:00.152 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96132024-12-21T00:16:00.198Z[ host-image] Dec 21 00:16:00.174 INFO O| Dec 21 00:16:00.174 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
96142024-12-21T00:16:00.198Z[ host-image] Dec 21 00:16:00.174 INFO O| Dec 21 00:16:00.174 INFO copying /tmp/.tmpaSG2wu/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 ...
96152024-12-21T00:16:00.201Z[ host-image] Dec 21 00:16:00.175 INFO O| Dec 21 00:16:00.175 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
96162024-12-21T00:16:00.201Z[ host-image] Dec 21 00:16:00.175 INFO O| Dec 21 00:16:00.175 INFO ok!
96172024-12-21T00:16:00.201Z[ host-image] Dec 21 00:16:00.175 INFO O| Dec 21 00:16:00.175 INFO STEP 98 (ensure_file) COMPLETE
96182024-12-21T00:16:00.201Z[ host-image] Dec 21 00:16:00.175 INFO O| Dec 21 00:16:00.175 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96192024-12-21T00:16:00.218Z[ host-image] Dec 21 00:16:00.195 INFO O| Dec 21 00:16:00.195 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
96202024-12-21T00:16:00.218Z[ host-image] Dec 21 00:16:00.195 INFO O| Dec 21 00:16:00.195 INFO copying /tmp/.tmpaSG2wu/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 ...
96212024-12-21T00:16:00.221Z[ host-image] Dec 21 00:16:00.195 INFO O| Dec 21 00:16:00.195 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
96222024-12-21T00:16:00.221Z[ host-image] Dec 21 00:16:00.195 INFO O| Dec 21 00:16:00.195 INFO ok!
96232024-12-21T00:16:00.221Z[ host-image] Dec 21 00:16:00.195 INFO O| Dec 21 00:16:00.195 INFO STEP 99 (ensure_file) COMPLETE
96242024-12-21T00:16:00.221Z[ host-image] Dec 21 00:16:00.195 INFO O| Dec 21 00:16:00.195 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96252024-12-21T00:16:00.241Z[ host-image] Dec 21 00:16:00.217 INFO O| Dec 21 00:16:00.217 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
96262024-12-21T00:16:00.241Z[ host-image] Dec 21 00:16:00.217 INFO O| Dec 21 00:16:00.217 INFO copying /tmp/.tmpaSG2wu/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 ...
96272024-12-21T00:16:00.244Z[ host-image] Dec 21 00:16:00.218 INFO O| Dec 21 00:16:00.218 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
96282024-12-21T00:16:00.244Z[ host-image] Dec 21 00:16:00.218 INFO O| Dec 21 00:16:00.218 INFO ok!
96292024-12-21T00:16:00.244Z[ host-image] Dec 21 00:16:00.218 INFO O| Dec 21 00:16:00.218 INFO STEP 100 (ensure_file) COMPLETE
96302024-12-21T00:16:00.244Z[ host-image] Dec 21 00:16:00.218 INFO O| Dec 21 00:16:00.218 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96312024-12-21T00:16:00.264Z[ host-image] Dec 21 00:16:00.240 INFO O| Dec 21 00:16:00.240 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
96322024-12-21T00:16:00.264Z[ host-image] Dec 21 00:16:00.240 INFO O| Dec 21 00:16:00.240 INFO copying /tmp/.tmpaSG2wu/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
96332024-12-21T00:16:00.267Z[ host-image] Dec 21 00:16:00.240 INFO O| Dec 21 00:16:00.240 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
96342024-12-21T00:16:00.267Z[ host-image] Dec 21 00:16:00.240 INFO O| Dec 21 00:16:00.240 INFO ok!
96352024-12-21T00:16:00.267Z[ host-image] Dec 21 00:16:00.240 INFO O| Dec 21 00:16:00.240 INFO STEP 101 (ensure_file) COMPLETE
96362024-12-21T00:16:00.267Z[ host-image] Dec 21 00:16:00.241 INFO O| Dec 21 00:16:00.240 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96372024-12-21T00:16:00.287Z[ host-image] Dec 21 00:16:00.264 INFO O| Dec 21 00:16:00.264 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
96382024-12-21T00:16:00.287Z[ host-image] Dec 21 00:16:00.264 INFO O| Dec 21 00:16:00.264 INFO copying /tmp/.tmpaSG2wu/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 ...
96392024-12-21T00:16:00.287Z[ host-image] Dec 21 00:16:00.264 INFO O| Dec 21 00:16:00.264 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
96402024-12-21T00:16:00.291Z[ host-image] Dec 21 00:16:00.264 INFO O| Dec 21 00:16:00.264 INFO ok!
96412024-12-21T00:16:00.291Z[ host-image] Dec 21 00:16:00.264 INFO O| Dec 21 00:16:00.264 INFO STEP 102 (ensure_file) COMPLETE
96422024-12-21T00:16:00.291Z[ host-image] Dec 21 00:16:00.264 INFO O| Dec 21 00:16:00.264 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96432024-12-21T00:16:00.310Z[ host-image] Dec 21 00:16:00.287 INFO O| Dec 21 00:16:00.287 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
96442024-12-21T00:16:00.311Z[ host-image] Dec 21 00:16:00.287 INFO O| Dec 21 00:16:00.287 INFO copying /tmp/.tmpaSG2wu/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 ...
96452024-12-21T00:16:00.313Z[ host-image] Dec 21 00:16:00.287 INFO O| Dec 21 00:16:00.287 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
96462024-12-21T00:16:00.313Z[ host-image] Dec 21 00:16:00.287 INFO O| Dec 21 00:16:00.287 INFO ok!
96472024-12-21T00:16:00.313Z[ host-image] Dec 21 00:16:00.287 INFO O| Dec 21 00:16:00.287 INFO STEP 103 (ensure_file) COMPLETE
96482024-12-21T00:16:00.314Z[ host-image] Dec 21 00:16:00.288 INFO O| Dec 21 00:16:00.287 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96492024-12-21T00:16:00.333Z[ host-image] Dec 21 00:16:00.309 INFO O| Dec 21 00:16:00.309 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
96502024-12-21T00:16:00.333Z[ host-image] Dec 21 00:16:00.309 INFO O| Dec 21 00:16:00.309 INFO copying /tmp/.tmpaSG2wu/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 ...
96512024-12-21T00:16:00.335Z[ host-image] Dec 21 00:16:00.309 INFO O| Dec 21 00:16:00.309 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
96522024-12-21T00:16:00.335Z[ host-image] Dec 21 00:16:00.309 INFO O| Dec 21 00:16:00.309 INFO ok!
96532024-12-21T00:16:00.335Z[ host-image] Dec 21 00:16:00.309 INFO O| Dec 21 00:16:00.309 INFO STEP 104 (ensure_file) COMPLETE
96542024-12-21T00:16:00.335Z[ host-image] Dec 21 00:16:00.310 INFO O| Dec 21 00:16:00.309 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96552024-12-21T00:16:00.356Z[ host-image] Dec 21 00:16:00.332 INFO O| Dec 21 00:16:00.332 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
96562024-12-21T00:16:00.356Z[ host-image] Dec 21 00:16:00.332 INFO O| Dec 21 00:16:00.332 INFO copying /tmp/.tmpaSG2wu/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 ...
96572024-12-21T00:16:00.356Z[ host-image] Dec 21 00:16:00.332 INFO O| Dec 21 00:16:00.332 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
96582024-12-21T00:16:00.356Z[ host-image] Dec 21 00:16:00.332 INFO O| Dec 21 00:16:00.332 INFO ok!
96592024-12-21T00:16:00.359Z[ host-image] Dec 21 00:16:00.332 INFO O| Dec 21 00:16:00.332 INFO STEP 105 (ensure_file) COMPLETE
96602024-12-21T00:16:00.359Z[ host-image] Dec 21 00:16:00.332 INFO O| Dec 21 00:16:00.332 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96612024-12-21T00:16:00.378Z[ host-image] Dec 21 00:16:00.354 INFO O| Dec 21 00:16:00.354 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
96622024-12-21T00:16:00.378Z[ host-image] Dec 21 00:16:00.354 INFO O| Dec 21 00:16:00.354 INFO copying /tmp/.tmpaSG2wu/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 ...
96632024-12-21T00:16:00.379Z[ host-image] Dec 21 00:16:00.354 INFO O| Dec 21 00:16:00.354 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
96642024-12-21T00:16:00.382Z[ host-image] Dec 21 00:16:00.354 INFO O| Dec 21 00:16:00.354 INFO ok!
96652024-12-21T00:16:00.382Z[ host-image] Dec 21 00:16:00.354 INFO O| Dec 21 00:16:00.354 INFO STEP 106 (ensure_file) COMPLETE
96662024-12-21T00:16:00.382Z[ host-image] Dec 21 00:16:00.354 INFO O| Dec 21 00:16:00.354 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96672024-12-21T00:16:00.398Z[ host-image] Dec 21 00:16:00.375 INFO O| Dec 21 00:16:00.375 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
96682024-12-21T00:16:00.399Z[ host-image] Dec 21 00:16:00.375 INFO O| Dec 21 00:16:00.375 INFO copying /tmp/.tmpaSG2wu/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 ...
96692024-12-21T00:16:00.402Z[ host-image] Dec 21 00:16:00.375 INFO O| Dec 21 00:16:00.375 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
96702024-12-21T00:16:00.402Z[ host-image] Dec 21 00:16:00.375 INFO O| Dec 21 00:16:00.375 INFO ok!
96712024-12-21T00:16:00.402Z[ host-image] Dec 21 00:16:00.375 INFO O| Dec 21 00:16:00.375 INFO STEP 107 (ensure_file) COMPLETE
96722024-12-21T00:16:00.402Z[ host-image] Dec 21 00:16:00.375 INFO O| Dec 21 00:16:00.375 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96732024-12-21T00:16:00.420Z[ host-image] Dec 21 00:16:00.396 INFO O| Dec 21 00:16:00.396 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
96742024-12-21T00:16:00.420Z[ host-image] Dec 21 00:16:00.396 INFO O| Dec 21 00:16:00.396 INFO copying /tmp/.tmpaSG2wu/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 ...
96752024-12-21T00:16:00.423Z[ host-image] Dec 21 00:16:00.397 INFO O| Dec 21 00:16:00.396 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
96762024-12-21T00:16:00.423Z[ host-image] Dec 21 00:16:00.397 INFO O| Dec 21 00:16:00.397 INFO ok!
96772024-12-21T00:16:00.424Z[ host-image] Dec 21 00:16:00.397 INFO O| Dec 21 00:16:00.397 INFO STEP 108 (ensure_file) COMPLETE
96782024-12-21T00:16:00.424Z[ host-image] Dec 21 00:16:00.397 INFO O| Dec 21 00:16:00.397 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96792024-12-21T00:16:00.441Z[ host-image] Dec 21 00:16:00.417 INFO O| Dec 21 00:16:00.417 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
96802024-12-21T00:16:00.441Z[ host-image] Dec 21 00:16:00.417 INFO O| Dec 21 00:16:00.417 INFO copying /tmp/.tmpaSG2wu/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 ...
96812024-12-21T00:16:00.444Z[ host-image] Dec 21 00:16:00.417 INFO O| Dec 21 00:16:00.417 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
96822024-12-21T00:16:00.444Z[ host-image] Dec 21 00:16:00.417 INFO O| Dec 21 00:16:00.417 INFO ok!
96832024-12-21T00:16:00.444Z[ host-image] Dec 21 00:16:00.417 INFO O| Dec 21 00:16:00.417 INFO STEP 109 (ensure_file) COMPLETE
96842024-12-21T00:16:00.444Z[ host-image] Dec 21 00:16:00.417 INFO O| Dec 21 00:16:00.417 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96852024-12-21T00:16:00.461Z[ host-image] Dec 21 00:16:00.437 INFO O| Dec 21 00:16:00.437 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
96862024-12-21T00:16:00.461Z[ host-image] Dec 21 00:16:00.437 INFO O| Dec 21 00:16:00.437 INFO copying /tmp/.tmpaSG2wu/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 ...
96872024-12-21T00:16:00.461Z[ host-image] Dec 21 00:16:00.438 INFO O| Dec 21 00:16:00.438 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
96882024-12-21T00:16:00.464Z[ host-image] Dec 21 00:16:00.438 INFO O| Dec 21 00:16:00.438 INFO ok!
96892024-12-21T00:16:00.464Z[ host-image] Dec 21 00:16:00.438 INFO O| Dec 21 00:16:00.438 INFO STEP 110 (ensure_file) COMPLETE
96902024-12-21T00:16:00.464Z[ host-image] Dec 21 00:16:00.438 INFO O| Dec 21 00:16:00.438 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96912024-12-21T00:16:00.496Z[ host-image] Dec 21 00:16:00.473 INFO O| Dec 21 00:16:00.472 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
96922024-12-21T00:16:00.496Z[ host-image] Dec 21 00:16:00.473 INFO O| Dec 21 00:16:00.472 INFO copying /tmp/.tmpaSG2wu/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 ...
96932024-12-21T00:16:00.496Z[ host-image] Dec 21 00:16:00.473 INFO O| Dec 21 00:16:00.473 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
96942024-12-21T00:16:00.499Z[ host-image] Dec 21 00:16:00.473 INFO O| Dec 21 00:16:00.473 INFO ok!
96952024-12-21T00:16:00.499Z[ host-image] Dec 21 00:16:00.473 INFO O| Dec 21 00:16:00.473 INFO STEP 111 (ensure_file) COMPLETE
96962024-12-21T00:16:00.500Z[ host-image] Dec 21 00:16:00.473 INFO O| Dec 21 00:16:00.473 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96972024-12-21T00:16:00.537Z[ host-image] Dec 21 00:16:00.512 INFO O| Dec 21 00:16:00.512 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
96982024-12-21T00:16:00.537Z[ host-image] Dec 21 00:16:00.513 INFO O| Dec 21 00:16:00.512 INFO copying /tmp/.tmpaSG2wu/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 ...
96992024-12-21T00:16:00.537Z[ host-image] Dec 21 00:16:00.513 INFO O| Dec 21 00:16:00.513 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
97002024-12-21T00:16:00.537Z[ host-image] Dec 21 00:16:00.513 INFO O| Dec 21 00:16:00.513 INFO ok!
97012024-12-21T00:16:00.537Z[ host-image] Dec 21 00:16:00.513 INFO O| Dec 21 00:16:00.513 INFO STEP 112 (ensure_file) COMPLETE
97022024-12-21T00:16:00.537Z[ host-image] Dec 21 00:16:00.513 INFO O| Dec 21 00:16:00.513 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97032024-12-21T00:16:00.557Z[ host-image] Dec 21 00:16:00.533 INFO O| Dec 21 00:16:00.533 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist
97042024-12-21T00:16:00.557Z[ host-image] Dec 21 00:16:00.533 INFO O| Dec 21 00:16:00.533 INFO copying /tmp/.tmpaSG2wu/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 ...
97052024-12-21T00:16:00.557Z[ host-image] Dec 21 00:16:00.533 INFO O| Dec 21 00:16:00.533 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d
97062024-12-21T00:16:00.557Z[ host-image] Dec 21 00:16:00.533 INFO O| Dec 21 00:16:00.533 INFO ok!
97072024-12-21T00:16:00.557Z[ host-image] Dec 21 00:16:00.533 INFO O| Dec 21 00:16:00.533 INFO STEP 113 (ensure_file) COMPLETE
97082024-12-21T00:16:00.557Z[ host-image] Dec 21 00:16:00.533 INFO O| Dec 21 00:16:00.533 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97092024-12-21T00:16:00.576Z[ host-image] Dec 21 00:16:00.552 INFO O| Dec 21 00:16:00.552 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
97102024-12-21T00:16:00.576Z[ host-image] Dec 21 00:16:00.552 INFO O| Dec 21 00:16:00.552 INFO copying /tmp/.tmpaSG2wu/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 ...
97112024-12-21T00:16:00.576Z[ host-image] Dec 21 00:16:00.552 INFO O| Dec 21 00:16:00.552 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
97122024-12-21T00:16:00.578Z[ host-image] Dec 21 00:16:00.552 INFO O| Dec 21 00:16:00.552 INFO ok!
97132024-12-21T00:16:00.578Z[ host-image] Dec 21 00:16:00.552 INFO O| Dec 21 00:16:00.552 INFO STEP 114 (ensure_file) COMPLETE
97142024-12-21T00:16:00.578Z[ host-image] Dec 21 00:16:00.552 INFO O| Dec 21 00:16:00.552 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97152024-12-21T00:16:00.609Z[ host-image] Dec 21 00:16:00.585 INFO O| Dec 21 00:16:00.585 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist
97162024-12-21T00:16:00.609Z[ host-image] Dec 21 00:16:00.585 INFO O| Dec 21 00:16:00.585 INFO copying /tmp/.tmpaSG2wu/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 ...
97172024-12-21T00:16:00.612Z[ host-image] Dec 21 00:16:00.586 INFO O| Dec 21 00:16:00.586 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d
97182024-12-21T00:16:00.612Z[ host-image] Dec 21 00:16:00.586 INFO O| Dec 21 00:16:00.586 INFO ok!
97192024-12-21T00:16:00.612Z[ host-image] Dec 21 00:16:00.586 INFO O| Dec 21 00:16:00.586 INFO STEP 115 (ensure_file) COMPLETE
97202024-12-21T00:16:00.612Z[ host-image] Dec 21 00:16:00.586 INFO O| Dec 21 00:16:00.586 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97212024-12-21T00:16:00.657Z[ host-image] Dec 21 00:16:00.633 INFO O| Dec 21 00:16:00.633 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
97222024-12-21T00:16:00.657Z[ host-image] Dec 21 00:16:00.633 INFO O| Dec 21 00:16:00.633 INFO copying /tmp/.tmpaSG2wu/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 ...
97232024-12-21T00:16:00.666Z[ host-image] Dec 21 00:16:00.633 INFO O| Dec 21 00:16:00.633 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
97242024-12-21T00:16:00.666Z[ host-image] Dec 21 00:16:00.634 INFO O| Dec 21 00:16:00.634 INFO ok!
97252024-12-21T00:16:00.666Z[ host-image] Dec 21 00:16:00.634 INFO O| Dec 21 00:16:00.634 INFO STEP 116 (ensure_file) COMPLETE
97262024-12-21T00:16:00.666Z[ host-image] Dec 21 00:16:00.634 INFO O| Dec 21 00:16:00.634 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97272024-12-21T00:16:00.692Z[ host-image] Dec 21 00:16:00.668 INFO O| Dec 21 00:16:00.668 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
97282024-12-21T00:16:00.692Z[ host-image] Dec 21 00:16:00.668 INFO O| Dec 21 00:16:00.668 INFO copying /tmp/.tmpaSG2wu/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 ...
97292024-12-21T00:16:00.695Z[ host-image] Dec 21 00:16:00.669 INFO O| Dec 21 00:16:00.669 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
97302024-12-21T00:16:00.695Z[ host-image] Dec 21 00:16:00.669 INFO O| Dec 21 00:16:00.669 INFO ok!
97312024-12-21T00:16:00.695Z[ host-image] Dec 21 00:16:00.669 INFO O| Dec 21 00:16:00.669 INFO STEP 117 (ensure_file) COMPLETE
97322024-12-21T00:16:00.695Z[ host-image] Dec 21 00:16:00.669 INFO O| Dec 21 00:16:00.669 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97332024-12-21T00:16:00.752Z[ host-image] Dec 21 00:16:00.728 INFO O| Dec 21 00:16:00.728 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
97342024-12-21T00:16:00.752Z[ host-image] Dec 21 00:16:00.728 INFO O| Dec 21 00:16:00.728 INFO copying /tmp/.tmpaSG2wu/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
97352024-12-21T00:16:00.755Z[ host-image] Dec 21 00:16:00.728 INFO O| Dec 21 00:16:00.728 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
97362024-12-21T00:16:00.755Z[ host-image] Dec 21 00:16:00.728 INFO O| Dec 21 00:16:00.728 INFO ok!
97372024-12-21T00:16:00.755Z[ host-image] Dec 21 00:16:00.728 INFO O| Dec 21 00:16:00.728 INFO STEP 118 (ensure_file) COMPLETE
97382024-12-21T00:16:00.755Z[ host-image] Dec 21 00:16:00.728 INFO O| Dec 21 00:16:00.728 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97392024-12-21T00:16:00.774Z[ host-image] Dec 21 00:16:00.750 INFO O| Dec 21 00:16:00.750 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
97402024-12-21T00:16:00.774Z[ host-image] Dec 21 00:16:00.751 INFO O| Dec 21 00:16:00.750 INFO copying /tmp/.tmpaSG2wu/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 ...
97412024-12-21T00:16:00.774Z[ host-image] Dec 21 00:16:00.751 INFO O| Dec 21 00:16:00.751 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
97422024-12-21T00:16:00.774Z[ host-image] Dec 21 00:16:00.751 INFO O| Dec 21 00:16:00.751 INFO ok!
97432024-12-21T00:16:00.778Z[ host-image] Dec 21 00:16:00.751 INFO O| Dec 21 00:16:00.751 INFO STEP 119 (ensure_file) COMPLETE
97442024-12-21T00:16:00.778Z[ host-image] Dec 21 00:16:00.751 INFO O| Dec 21 00:16:00.751 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97452024-12-21T00:16:00.797Z[ host-image] Dec 21 00:16:00.773 INFO O| Dec 21 00:16:00.773 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
97462024-12-21T00:16:00.797Z[ host-image] Dec 21 00:16:00.773 INFO O| Dec 21 00:16:00.773 INFO copying /tmp/.tmpaSG2wu/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
97472024-12-21T00:16:00.800Z[ host-image] Dec 21 00:16:00.773 INFO O| Dec 21 00:16:00.773 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
97482024-12-21T00:16:00.800Z[ host-image] Dec 21 00:16:00.773 INFO O| Dec 21 00:16:00.773 INFO ok!
97492024-12-21T00:16:00.800Z[ host-image] Dec 21 00:16:00.773 INFO O| Dec 21 00:16:00.773 INFO STEP 120 (ensure_file) COMPLETE
97502024-12-21T00:16:00.800Z[ host-image] Dec 21 00:16:00.773 INFO O| Dec 21 00:16:00.773 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97512024-12-21T00:16:00.819Z[ host-image] Dec 21 00:16:00.795 INFO O| Dec 21 00:16:00.795 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
97522024-12-21T00:16:00.819Z[ host-image] Dec 21 00:16:00.795 INFO O| Dec 21 00:16:00.795 INFO copying /tmp/.tmpaSG2wu/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
97532024-12-21T00:16:12.422Z[ host-image] Dec 21 00:16:12.400 INFO O| Dec 21 00:16:12.400 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
97542024-12-21T00:16:12.422Z[ host-image] Dec 21 00:16:12.400 INFO O| Dec 21 00:16:12.400 INFO ok!
97552024-12-21T00:16:12.425Z[ host-image] Dec 21 00:16:12.400 INFO O| Dec 21 00:16:12.400 INFO STEP 121 (ensure_file) COMPLETE
97562024-12-21T00:16:12.425Z[ host-image] Dec 21 00:16:12.400 INFO O| Dec 21 00:16:12.400 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97572024-12-21T00:16:12.441Z[ host-image] Dec 21 00:16:12.420 INFO O| Dec 21 00:16:12.420 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
97582024-12-21T00:16:12.442Z[ host-image] Dec 21 00:16:12.420 INFO O| Dec 21 00:16:12.420 INFO STEP 122 (ensure_dir) COMPLETE
97592024-12-21T00:16:12.445Z[ host-image] Dec 21 00:16:12.420 INFO O| Dec 21 00:16:12.420 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97602024-12-21T00:16:12.461Z[ host-image] Dec 21 00:16:12.439 INFO O| Dec 21 00:16:12.439 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
97612024-12-21T00:16:12.461Z[ host-image] Dec 21 00:16:12.439 INFO O| Dec 21 00:16:12.439 INFO STEP 123 (ensure_dir) COMPLETE
97622024-12-21T00:16:12.461Z[ host-image] Dec 21 00:16:12.439 INFO O| Dec 21 00:16:12.439 INFO STEP 124: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97632024-12-21T00:16:12.480Z[ host-image] Dec 21 00:16:12.458 INFO O| Dec 21 00:16:12.457 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
97642024-12-21T00:16:12.480Z[ host-image] Dec 21 00:16:12.458 INFO O| Dec 21 00:16:12.458 INFO STEP 124 (ensure_dir) COMPLETE
97652024-12-21T00:16:12.480Z[ host-image] Dec 21 00:16:12.458 INFO O| Dec 21 00:16:12.458 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97662024-12-21T00:16:12.498Z[ host-image] Dec 21 00:16:12.476 INFO O| Dec 21 00:16:12.476 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
97672024-12-21T00:16:12.498Z[ host-image] Dec 21 00:16:12.476 INFO O| Dec 21 00:16:12.476 INFO STEP 125 (ensure_dir) COMPLETE
97682024-12-21T00:16:12.499Z[ host-image] Dec 21 00:16:12.476 INFO O| Dec 21 00:16:12.476 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97692024-12-21T00:16:12.518Z[ host-image] Dec 21 00:16:12.496 INFO O| Dec 21 00:16:12.496 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
97702024-12-21T00:16:12.518Z[ host-image] Dec 21 00:16:12.496 INFO O| Dec 21 00:16:12.496 INFO copying /tmp/.tmpaSG2wu/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 ...
97712024-12-21T00:16:12.518Z[ host-image] Dec 21 00:16:12.496 INFO O| Dec 21 00:16:12.496 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
97722024-12-21T00:16:12.519Z[ host-image] Dec 21 00:16:12.496 INFO O| Dec 21 00:16:12.496 INFO ok!
97732024-12-21T00:16:12.519Z[ host-image] Dec 21 00:16:12.496 INFO O| Dec 21 00:16:12.496 INFO STEP 126 (ensure_file) COMPLETE
97742024-12-21T00:16:12.521Z[ host-image] Dec 21 00:16:12.496 INFO O| Dec 21 00:16:12.496 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97752024-12-21T00:16:12.538Z[ host-image] Dec 21 00:16:12.516 INFO O| Dec 21 00:16:12.516 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
97762024-12-21T00:16:12.539Z[ host-image] Dec 21 00:16:12.516 INFO O| Dec 21 00:16:12.516 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
97772024-12-21T00:16:12.539Z[ host-image] Dec 21 00:16:12.516 INFO O| Dec 21 00:16:12.516 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
97782024-12-21T00:16:12.539Z[ host-image] Dec 21 00:16:12.516 INFO O| Dec 21 00:16:12.516 INFO STEP 127 (ensure_dir) COMPLETE
97792024-12-21T00:16:12.539Z[ host-image] Dec 21 00:16:12.516 INFO O| Dec 21 00:16:12.516 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97802024-12-21T00:16:12.559Z[ host-image] Dec 21 00:16:12.538 INFO O| Dec 21 00:16:12.538 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
97812024-12-21T00:16:12.559Z[ host-image] Dec 21 00:16:12.538 INFO O| Dec 21 00:16:12.538 INFO copying /tmp/.tmpaSG2wu/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
97822024-12-21T00:16:12.562Z[ host-image] Dec 21 00:16:12.538 INFO O| Dec 21 00:16:12.538 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
97832024-12-21T00:16:12.562Z[ host-image] Dec 21 00:16:12.538 INFO O| Dec 21 00:16:12.538 INFO ok!
97842024-12-21T00:16:12.562Z[ host-image] Dec 21 00:16:12.538 INFO O| Dec 21 00:16:12.538 INFO STEP 128 (ensure_file) COMPLETE
97852024-12-21T00:16:12.562Z[ host-image] Dec 21 00:16:12.538 INFO O| Dec 21 00:16:12.538 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97862024-12-21T00:16:12.583Z[ host-image] Dec 21 00:16:12.561 INFO O| Dec 21 00:16:12.561 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
97872024-12-21T00:16:12.586Z[ host-image] Dec 21 00:16:12.562 INFO O| Dec 21 00:16:12.561 INFO STEP 129 (remove_files) COMPLETE
97882024-12-21T00:16:12.587Z[ host-image] Dec 21 00:16:12.562 INFO O| Dec 21 00:16:12.562 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97892024-12-21T00:16:12.606Z[ host-image] Dec 21 00:16:12.584 INFO O| Dec 21 00:16:12.584 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
97902024-12-21T00:16:12.608Z[ host-image] Dec 21 00:16:12.584 INFO O| Dec 21 00:16:12.584 INFO STEP 130 (remove_files) COMPLETE
97912024-12-21T00:16:12.609Z[ host-image] Dec 21 00:16:12.584 INFO O| Dec 21 00:16:12.584 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97922024-12-21T00:16:12.627Z[ host-image] Dec 21 00:16:12.605 INFO O| Dec 21 00:16:12.605 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
97932024-12-21T00:16:12.630Z[ host-image] Dec 21 00:16:12.605 INFO O| Dec 21 00:16:12.605 INFO STEP 131 (remove_files) COMPLETE
97942024-12-21T00:16:12.630Z[ host-image] Dec 21 00:16:12.605 INFO O| Dec 21 00:16:12.605 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97952024-12-21T00:16:12.656Z[ host-image] Dec 21 00:16:12.625 INFO O| Dec 21 00:16:12.625 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
97962024-12-21T00:16:12.657Z[ host-image] Dec 21 00:16:12.625 INFO O| Dec 21 00:16:12.625 INFO STEP 132 (remove_files) COMPLETE
97972024-12-21T00:16:12.660Z[ host-image] Dec 21 00:16:12.626 INFO O| Dec 21 00:16:12.625 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97982024-12-21T00:16:12.669Z[ host-image] Dec 21 00:16:12.647 INFO O| Dec 21 00:16:12.647 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
97992024-12-21T00:16:12.671Z[ host-image] Dec 21 00:16:12.647 INFO O| Dec 21 00:16:12.647 INFO STEP 133 (remove_files) COMPLETE
98002024-12-21T00:16:12.671Z[ host-image] Dec 21 00:16:12.648 INFO O| Dec 21 00:16:12.647 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98012024-12-21T00:16:12.691Z[ host-image] Dec 21 00:16:12.669 INFO O| Dec 21 00:16:12.669 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
98022024-12-21T00:16:12.693Z[ host-image] Dec 21 00:16:12.669 INFO O| Dec 21 00:16:12.669 INFO STEP 134 (remove_files) COMPLETE
98032024-12-21T00:16:12.694Z[ host-image] Dec 21 00:16:12.669 INFO O| Dec 21 00:16:12.669 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98042024-12-21T00:16:12.712Z[ host-image] Dec 21 00:16:12.691 INFO O| Dec 21 00:16:12.691 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
98052024-12-21T00:16:12.712Z[ host-image] Dec 21 00:16:12.691 INFO O| Dec 21 00:16:12.691 INFO STEP 135 (remove_files) COMPLETE
98062024-12-21T00:16:12.715Z[ host-image] Dec 21 00:16:12.691 INFO O| Dec 21 00:16:12.691 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98072024-12-21T00:16:12.735Z[ host-image] Dec 21 00:16:12.713 INFO O| Dec 21 00:16:12.713 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
98082024-12-21T00:16:12.735Z[ host-image] Dec 21 00:16:12.713 INFO O| Dec 21 00:16:12.713 INFO STEP 136 (remove_files) COMPLETE
98092024-12-21T00:16:12.738Z[ host-image] Dec 21 00:16:12.713 INFO O| Dec 21 00:16:12.713 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98102024-12-21T00:16:12.785Z[ host-image] Dec 21 00:16:12.763 INFO O| Dec 21 00:16:12.763 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
98112024-12-21T00:16:12.785Z[ host-image] Dec 21 00:16:12.763 INFO O| Dec 21 00:16:12.763 INFO STEP 137 (remove_files) COMPLETE
98122024-12-21T00:16:12.790Z[ host-image] Dec 21 00:16:12.763 INFO O| Dec 21 00:16:12.763 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98132024-12-21T00:16:12.807Z[ host-image] Dec 21 00:16:12.786 INFO O| Dec 21 00:16:12.786 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
98142024-12-21T00:16:12.807Z[ host-image] Dec 21 00:16:12.786 INFO O| Dec 21 00:16:12.786 INFO STEP 138 (remove_files) COMPLETE
98152024-12-21T00:16:12.807Z[ host-image] Dec 21 00:16:12.786 INFO O| Dec 21 00:16:12.786 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98162024-12-21T00:16:12.844Z[ host-image] Dec 21 00:16:12.822 INFO O| Dec 21 00:16:12.822 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
98172024-12-21T00:16:12.844Z[ host-image] Dec 21 00:16:12.822 INFO O| Dec 21 00:16:12.822 INFO STEP 139 (remove_files) COMPLETE
98182024-12-21T00:16:12.844Z[ host-image] Dec 21 00:16:12.822 INFO O| Dec 21 00:16:12.822 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98192024-12-21T00:16:12.878Z[ host-image] Dec 21 00:16:12.856 INFO O| Dec 21 00:16:12.856 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
98202024-12-21T00:16:12.878Z[ host-image] Dec 21 00:16:12.856 INFO O| Dec 21 00:16:12.856 INFO STEP 140 (remove_files) COMPLETE
98212024-12-21T00:16:12.879Z[ host-image] Dec 21 00:16:12.856 INFO O| Dec 21 00:16:12.856 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98222024-12-21T00:16:12.897Z[ host-image] Dec 21 00:16:12.875 INFO O| Dec 21 00:16:12.875 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
98232024-12-21T00:16:12.900Z[ host-image] Dec 21 00:16:12.875 INFO O| Dec 21 00:16:12.875 INFO STEP 141 (remove_files) COMPLETE
98242024-12-21T00:16:12.900Z[ host-image] Dec 21 00:16:12.875 INFO O| Dec 21 00:16:12.875 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98252024-12-21T00:16:12.915Z[ host-image] Dec 21 00:16:12.894 INFO O| Dec 21 00:16:12.894 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
98262024-12-21T00:16:12.915Z[ host-image] Dec 21 00:16:12.894 INFO O| Dec 21 00:16:12.894 INFO STEP 142 (remove_files) COMPLETE
98272024-12-21T00:16:12.919Z[ host-image] Dec 21 00:16:12.894 INFO O| Dec 21 00:16:12.894 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98282024-12-21T00:16:12.956Z[ host-image] Dec 21 00:16:12.934 INFO O| Dec 21 00:16:12.934 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
98292024-12-21T00:16:12.956Z[ host-image] Dec 21 00:16:12.934 INFO O| Dec 21 00:16:12.934 INFO STEP 143 (remove_files) COMPLETE
98302024-12-21T00:16:12.959Z[ host-image] Dec 21 00:16:12.934 INFO O| Dec 21 00:16:12.934 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98312024-12-21T00:16:12.995Z[ host-image] Dec 21 00:16:12.973 INFO O| Dec 21 00:16:12.973 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
98322024-12-21T00:16:12.995Z[ host-image] Dec 21 00:16:12.973 INFO O| Dec 21 00:16:12.973 INFO STEP 144 (remove_files) COMPLETE
98332024-12-21T00:16:12.998Z[ host-image] Dec 21 00:16:12.973 INFO O| Dec 21 00:16:12.973 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98342024-12-21T00:16:13.054Z[ host-image] Dec 21 00:16:13.033 INFO O| Dec 21 00:16:13.033 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
98352024-12-21T00:16:13.054Z[ host-image] Dec 21 00:16:13.033 INFO O| Dec 21 00:16:13.033 INFO STEP 145 (remove_files) COMPLETE
98362024-12-21T00:16:13.058Z[ host-image] Dec 21 00:16:13.033 INFO O| Dec 21 00:16:13.033 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98372024-12-21T00:16:13.083Z[ host-image] Dec 21 00:16:13.053 INFO O| Dec 21 00:16:13.053 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
98382024-12-21T00:16:13.086Z[ host-image] Dec 21 00:16:13.053 INFO O| Dec 21 00:16:13.053 INFO STEP 146 (remove_files) COMPLETE
98392024-12-21T00:16:13.086Z[ host-image] Dec 21 00:16:13.053 INFO O| Dec 21 00:16:13.053 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98402024-12-21T00:16:13.093Z[ host-image] Dec 21 00:16:13.072 INFO O| Dec 21 00:16:13.072 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
98412024-12-21T00:16:13.093Z[ host-image] Dec 21 00:16:13.072 INFO O| Dec 21 00:16:13.072 INFO STEP 147 (remove_files) COMPLETE
98422024-12-21T00:16:13.105Z[ host-image] Dec 21 00:16:13.072 INFO O| Dec 21 00:16:13.072 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98432024-12-21T00:16:13.115Z[ host-image] Dec 21 00:16:13.093 INFO O| Dec 21 00:16:13.093 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
98442024-12-21T00:16:13.115Z[ host-image] Dec 21 00:16:13.094 INFO O| Dec 21 00:16:13.094 INFO STEP 148 (remove_files) COMPLETE
98452024-12-21T00:16:13.118Z[ host-image] Dec 21 00:16:13.094 INFO O| Dec 21 00:16:13.094 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98462024-12-21T00:16:13.137Z[ host-image] Dec 21 00:16:13.115 INFO O| Dec 21 00:16:13.114 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
98472024-12-21T00:16:13.137Z[ host-image] Dec 21 00:16:13.115 INFO O| Dec 21 00:16:13.115 INFO STEP 149 (remove_files) COMPLETE
98482024-12-21T00:16:13.137Z[ host-image] Dec 21 00:16:13.115 INFO O| Dec 21 00:16:13.115 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98492024-12-21T00:16:13.158Z[ host-image] Dec 21 00:16:13.137 INFO O| Dec 21 00:16:13.137 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
98502024-12-21T00:16:13.161Z[ host-image] Dec 21 00:16:13.137 INFO O| Dec 21 00:16:13.137 INFO STEP 150 (remove_files) COMPLETE
98512024-12-21T00:16:13.161Z[ host-image] Dec 21 00:16:13.137 INFO O| Dec 21 00:16:13.137 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98522024-12-21T00:16:13.180Z[ host-image] Dec 21 00:16:13.159 INFO O| Dec 21 00:16:13.158 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
98532024-12-21T00:16:13.180Z[ host-image] Dec 21 00:16:13.159 INFO O| Dec 21 00:16:13.159 INFO STEP 151 (remove_files) COMPLETE
98542024-12-21T00:16:13.185Z[ host-image] Dec 21 00:16:13.159 INFO O| Dec 21 00:16:13.159 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98552024-12-21T00:16:13.204Z[ host-image] Dec 21 00:16:13.182 INFO O| Dec 21 00:16:13.182 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
98562024-12-21T00:16:13.204Z[ host-image] Dec 21 00:16:13.182 INFO O| Dec 21 00:16:13.182 INFO STEP 152 (remove_files) COMPLETE
98572024-12-21T00:16:13.204Z[ host-image] Dec 21 00:16:13.182 INFO O| Dec 21 00:16:13.182 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98582024-12-21T00:16:13.248Z[ host-image] Dec 21 00:16:13.226 INFO O| Dec 21 00:16:13.226 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
98592024-12-21T00:16:13.248Z[ host-image] Dec 21 00:16:13.226 INFO O| Dec 21 00:16:13.226 INFO STEP 153 (remove_files) COMPLETE
98602024-12-21T00:16:13.248Z[ host-image] Dec 21 00:16:13.226 INFO O| Dec 21 00:16:13.226 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98612024-12-21T00:16:13.293Z[ host-image] Dec 21 00:16:13.271 INFO O| Dec 21 00:16:13.271 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
98622024-12-21T00:16:13.293Z[ host-image] Dec 21 00:16:13.271 INFO O| Dec 21 00:16:13.271 INFO STEP 154 (remove_files) COMPLETE
98632024-12-21T00:16:13.293Z[ host-image] Dec 21 00:16:13.271 INFO O| Dec 21 00:16:13.271 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98642024-12-21T00:16:13.345Z[ host-image] Dec 21 00:16:13.320 INFO O| Dec 21 00:16:13.320 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
98652024-12-21T00:16:13.345Z[ host-image] Dec 21 00:16:13.320 INFO O| Dec 21 00:16:13.320 INFO STEP 155 (remove_files) COMPLETE
98662024-12-21T00:16:13.345Z[ host-image] Dec 21 00:16:13.320 INFO O| Dec 21 00:16:13.320 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98672024-12-21T00:16:13.389Z[ host-image] Dec 21 00:16:13.367 INFO O| Dec 21 00:16:13.367 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
98682024-12-21T00:16:13.389Z[ host-image] Dec 21 00:16:13.367 INFO O| Dec 21 00:16:13.367 INFO STEP 156 (remove_files) COMPLETE
98692024-12-21T00:16:13.389Z[ host-image] Dec 21 00:16:13.367 INFO O| Dec 21 00:16:13.367 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98702024-12-21T00:16:13.411Z[ host-image] Dec 21 00:16:13.389 INFO O| Dec 21 00:16:13.389 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
98712024-12-21T00:16:13.414Z[ host-image] Dec 21 00:16:13.389 INFO O| Dec 21 00:16:13.389 INFO STEP 157 (remove_files) COMPLETE
98722024-12-21T00:16:13.414Z[ host-image] Dec 21 00:16:13.389 INFO O| Dec 21 00:16:13.389 INFO STEP 158: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
98732024-12-21T00:16:13.443Z[ host-image] Dec 21 00:16:13.421 INFO O| Dec 21 00:16:13.421 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
98742024-12-21T00:16:13.443Z[ host-image] Dec 21 00:16:13.421 INFO O| Dec 21 00:16:13.421 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
98752024-12-21T00:16:24.510Z[ host-image] Dec 21 00:16:24.490 INFO O| Dec 21 00:16:24.489 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
98762024-12-21T00:16:24.512Z[ host-image] Dec 21 00:16:24.490 INFO O| Dec 21 00:16:24.490 INFO E| svccfg: Loaded 74 smf(7) service descriptions
98772024-12-21T00:16:24.531Z[ host-image] Dec 21 00:16:24.511 INFO O| Dec 21 00:16:24.510 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "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"}
98782024-12-21T00:16:24.688Z[ host-image] Dec 21 00:16:24.668 INFO O| Dec 21 00:16:24.668 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
98792024-12-21T00:16:24.688Z[ host-image] Dec 21 00:16:24.668 INFO O| Dec 21 00:16:24.668 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
98802024-12-21T00:16:24.692Z[ host-image] Dec 21 00:16:24.672 INFO O| Dec 21 00:16:24.672 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
98812024-12-21T00:16:24.692Z[ host-image] Dec 21 00:16:24.672 INFO O| Dec 21 00:16:24.672 INFO ok!
98822024-12-21T00:16:24.695Z[ host-image] Dec 21 00:16:24.672 INFO O| Dec 21 00:16:24.672 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
98832024-12-21T00:16:24.695Z[ host-image] Dec 21 00:16:24.672 INFO O| Dec 21 00:16:24.672 INFO STEP 158 (seed_smf) COMPLETE
98842024-12-21T00:16:24.695Z[ host-image] Dec 21 00:16:24.672 INFO O| Dec 21 00:16:24.672 INFO steps complete; finalising image!
98852024-12-21T00:16:24.695Z[ host-image] Dec 21 00:16:24.672 INFO O| Dec 21 00:16:24.672 INFO TRIM POOL: TEMPORARY-gimlet-zfs
98862024-12-21T00:16:24.897Z[ host-image] Dec 21 00:16:24.877 INFO O| Dec 21 00:16:24.877 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Sat Dec 21 00:16:24 2024)
98872024-12-21T00:16:25.110Z[ host-image] Dec 21 00:16:25.089 INFO O| Dec 21 00:16:25.089 INFO trim TEMPORARY-gimlet-zfs: (45% trimmed, started at Sat Dec 21 00:16:24 2024)
98882024-12-21T00:16:25.349Z[ host-image] Dec 21 00:16:25.329 INFO O| Dec 21 00:16:25.329 INFO temporary pool has 688M used, 144M avail, 1.82x compressratio
98892024-12-21T00:16:25.349Z[ host-image] Dec 21 00:16:25.329 INFO O| Dec 21 00:16:25.329 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
98902024-12-21T00:16:26.179Z[ host-image] Dec 21 00:16:26.159 INFO O| Dec 21 00:16:26.159 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
98912024-12-21T00:16:26.179Z[ host-image] Dec 21 00:16:26.159 INFO O| Dec 21 00:16:26.159 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
98922024-12-21T00:16:28.013Z[ host-image] Dec 21 00:16:27.993 INFO O| Dec 21 00:16:27.993 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
98932024-12-21T00:16:28.013Z[ host-image] Dec 21 00:16:27.993 INFO O| Dec 21 00:16:27.993 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
98942024-12-21T00:16:28.015Z[ host-image] Dec 21 00:16:27.993 INFO O| Dec 21 00:16:27.993 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
98952024-12-21T00:16:28.015Z[ host-image] Dec 21 00:16:27.993 INFO O| Dec 21 00:16:27.993 INFO completed processing gimlet/zfs
98962024-12-21T00:16:28.015Z[ host-image] Dec 21 00:16:27.993 INFO O| Dec 21 00:16:27.993 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
98972024-12-21T00:16:36.647Z[ host-image] Dec 21 00:16:36.629 INFO O| Dec 21 00:16:36.629 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
98982024-12-21T00:16:36.783Z[ host-image] Dec 21 00:16:36.765 INFO BUILD STRING "heads/stlouis-0-g37a4469737\n"
98992024-12-21T00:16:36.783Z[ host-image] Dec 21 00:16:36.765 INFO expanded image name: "ci fae39ee/${os_short_commit} 2024-12-20 23:42" -> "ci fae39ee/37a4469 2024-12-20 23:42"
99002024-12-21T00:16:36.783Z[ host-image] Dec 21 00:16:36.765 INFO output artefacts stored in: "/work/os-host"
99012024-12-21T00:16:36.786Z[ host-image] Dec 21 00:16:36.765 INFO collecting git info from project "bootserver"...
99022024-12-21T00:16:36.799Z[ host-image] Dec 21 00:16:36.781 INFO collecting git info from project "phbl"...
99032024-12-21T00:16:36.809Z[ host-image] Dec 21 00:16:36.791 INFO collecting git info from project "amd-firmware"...
99042024-12-21T00:16:36.827Z[ host-image] Dec 21 00:16:36.809 INFO collecting git info from project "amd-host-image-builder"...
99052024-12-21T00:16:36.856Z[ host-image] Dec 21 00:16:36.837 INFO collecting git info from project "chelsio-t6-roms"...
99062024-12-21T00:16:36.866Z[ host-image] Dec 21 00:16:36.848 INFO collecting git info from project "pinprick"...
99072024-12-21T00:16:36.895Z[ host-image] Dec 21 00:16:36.877 INFO collecting git info from project "pilot"...
99082024-12-21T00:16:36.907Z[ host-image] Dec 21 00:16:36.889 INFO collecting git info from project "image-builder"...
99092024-12-21T00:16:36.918Z[ host-image] Dec 21 00:16:36.900 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
99102024-12-21T00:16:38.138Z[ host-image] Dec 21 00:16:38.120 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
99112024-12-21T00:16:38.836Z[ host-image] Dec 21 00:16:38.818 INFO creating Oxide boot image...
99122024-12-21T00:16:38.836Z[ host-image] Dec 21 00:16:38.818 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci fae39ee/37a4469 2024-12-20 23:42", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
99132024-12-21T00:16:40.141Z[ host-image] Dec 21 00:16:40.123 INFO O| ok, image written!
99142024-12-21T00:16:40.141Z[ host-image] Dec 21 00:16:40.123 INFO O| ok, boot_image_csum file written!
99152024-12-21T00:16:40.145Z[ host-image] Dec 21 00:16:40.128 INFO creating boot archive (CPIO)...
99162024-12-21T00:16:40.145Z[ host-image] Dec 21 00:16:40.128 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
99172024-12-21T00:16:40.159Z[ host-image] Dec 21 00:16:40.142 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
99182024-12-21T00:16:40.160Z[ host-image] Dec 21 00:16:40.142 INFO E| + outfile=/work/os-host/cpio
99192024-12-21T00:16:40.162Z[ host-image] Dec 21 00:16:40.142 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
99202024-12-21T00:16:40.164Z[ host-image] Dec 21 00:16:40.145 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
99212024-12-21T00:16:40.164Z[ host-image] Dec 21 00:16:40.145 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
99222024-12-21T00:16:40.227Z[ host-image] Dec 21 00:16:40.209 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
99232024-12-21T00:16:40.229Z[ host-image] Dec 21 00:16:40.209 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
99242024-12-21T00:16:40.239Z[ host-image] Dec 21 00:16:40.221 INFO creating compressed cpio/unix for nanobl-rs...
99252024-12-21T00:16:40.239Z[ host-image] Dec 21 00:16:40.221 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
99262024-12-21T00:16:40.650Z[ host-image] Dec 21 00:16:40.633 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
99272024-12-21T00:16:46.698Z[ host-image] Dec 21 00:16:46.681 INFO creating reset image...
99282024-12-21T00:16:46.700Z[ host-image] Dec 21 00:16:46.681 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
99292024-12-21T00:16:46.898Z[ host-image] Dec 21 00:16:46.882 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.09s
99302024-12-21T00:16:46.901Z[ host-image] Dec 21 00:16:46.884 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
99312024-12-21T00:16:47.053Z[ host-image] Dec 21 00:16:47.036 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
99322024-12-21T00:16:49.962Z[ host-image] Dec 21 00:16:49.946 INFO E| Finished `release` profile [optimized] target(s) in 3.03s
99332024-12-21T00:16:49.979Z[ host-image] Dec 21 00:16:49.964 INFO building host image...
99342024-12-21T00:16:49.982Z[ host-image] Dec 21 00:16:49.964 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")
99352024-12-21T00:16:50.513Z[ host-image] Dec 21 00:16:50.497 INFO finishing image archive at "/work/os-host/os.tar.gz"...
99362024-12-21T00:17:53.143Z[ host-image] Dec 21 00:17:53.136 INFO image complete! materials are in "/work/os-host"
99372024-12-21T00:17:53.147Z[ host-image]
99382024-12-21T00:17:53.147Z[ host-image] real 13:17.082850993
99392024-12-21T00:17:53.151Z[ host-image] user 6:47.307035950
99402024-12-21T00:17:53.151Z[ host-image] sys 1:11.359716759
99412024-12-21T00:17:53.151Z[ host-image] trap 0.328288718
99422024-12-21T00:17:53.151Z[ host-image] tflt 0.026814605
99432024-12-21T00:17:53.151Z[ host-image] dflt 0.070668203
99442024-12-21T00:17:53.151Z[ host-image] kflt 0.007584438
99452024-12-21T00:17:53.151Z[ host-image] lock 13:37.089220717
99462024-12-21T00:17:53.151Z[ host-image] slp 1:09:44.914713443
99472024-12-21T00:17:53.151Z[ host-image] lat 3:10.536548316
99482024-12-21T00:17:53.151Z[ host-image] stop 0.785274430
99492024-12-21T00:17:53.151ZDec 21 00:17:53.142 INFO [host-image] process exited with exit status: 0 (797.103106698s)
99502024-12-21T00:17:53.151ZDec 21 00:17:53.142 INFO [tuf-repo] running task
99512024-12-21T00:18:09.210ZDec 21 00:18:09.205 INFO assembling repository in `/tmp/tufaceoushyybf8`, component: OmicronRepoAssembler
99522024-12-21T00:18:34.699ZDec 21 00:18:34.699 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
99532024-12-21T00:18:35.061ZDec 21 00:18:35.061 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
99542024-12-21T00:18:55.053ZDec 21 00:18:54.001 INFO [tuf-repo] task succeeded (60.859160587s)
99552024-12-21T00:21:12.926Z[verify-libraries] Finished `release` profile [optimized] target(s) in 16m 19s
99562024-12-21T00:21:13.352ZDec 21 00:21:13.376 INFO [verify-libraries] process exited with exit status: 0 (983.913933532s)
99572024-12-21T00:21:13.352ZDec 21 00:21:13.376 INFO all jobs completed in 2352.551527243s
99582024-12-21T00:21:15.977Zprocess exited: duration 3042773 ms, exit code 0
 
99592024-12-21T00:21:15.997Zfound 33 output files
99602024-12-21T00:21:15.997Zuploading: /work/manifest.toml (8404 bytes)
99612024-12-21T00:21:17.056Zuploaded: /work/manifest.toml
99622024-12-21T00:21:17.057Zuploading: /work/repo.zip (1959471702 bytes)
99632024-12-21T00:21:56.902Zuploaded: /work/repo.zip
99642024-12-21T00:21:56.902Zuploading: /work/repo.zip.sha256.txt (65 bytes)
99652024-12-21T00:21:57.916Zuploaded: /work/repo.zip.sha256.txt
99662024-12-21T00:21:57.920Zuploading: /work/helios-setup.log (66237 bytes)
99672024-12-21T00:21:58.928Zuploaded: /work/helios-setup.log
99682024-12-21T00:21:58.932Zuploading: /work/host-image.log (196603 bytes)
99692024-12-21T00:21:59.946Zuploaded: /work/host-image.log
99702024-12-21T00:21:59.946Zuploading: /work/host-package.log (22440 bytes)
99712024-12-21T00:22:00.956Zuploaded: /work/host-package.log
99722024-12-21T00:22:00.959Zuploading: /work/host-target.log (101 bytes)
99732024-12-21T00:22:01.966Zuploaded: /work/host-target.log
99742024-12-21T00:22:01.966Zuploading: /work/omicron-package.log (5666 bytes)
99752024-12-21T00:22:02.973Zuploaded: /work/omicron-package.log
99762024-12-21T00:22:02.975Zuploading: /work/phbl-toolchain.log (881 bytes)
99772024-12-21T00:22:03.980Zuploaded: /work/phbl-toolchain.log
99782024-12-21T00:22:03.983Zuploading: /work/recovery-image.log (592281 bytes)
99792024-12-21T00:22:05.010Zuploaded: /work/recovery-image.log
99802024-12-21T00:22:05.013Zuploading: /work/recovery-package.log (321 bytes)
99812024-12-21T00:22:06.019Zuploaded: /work/recovery-package.log
99822024-12-21T00:22:06.020Zuploading: /work/recovery-target.log (57 bytes)
99832024-12-21T00:22:07.027Zuploaded: /work/recovery-target.log
99842024-12-21T00:22:07.027Zuploading: /work/stamp-clickhouse.log (117 bytes)
99852024-12-21T00:22:08.035Zuploaded: /work/stamp-clickhouse.log
99862024-12-21T00:22:08.035Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
99872024-12-21T00:22:09.043Zuploaded: /work/stamp-clickhouse_keeper.log
99882024-12-21T00:22:09.045Zuploading: /work/stamp-cockroachdb.log (118 bytes)
99892024-12-21T00:22:10.051Zuploaded: /work/stamp-cockroachdb.log
99902024-12-21T00:22:10.053Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
99912024-12-21T00:22:11.060Zuploaded: /work/stamp-crucible-dtrace.log
99922024-12-21T00:22:11.062Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
99932024-12-21T00:22:12.069Zuploaded: /work/stamp-crucible-pantry-zone.log
99942024-12-21T00:22:12.073Zuploading: /work/stamp-crucible-zone.log (120 bytes)
99952024-12-21T00:22:13.079Zuploaded: /work/stamp-crucible-zone.log
99962024-12-21T00:22:13.081Zuploading: /work/stamp-external-dns.log (119 bytes)
99972024-12-21T00:22:14.087Zuploaded: /work/stamp-external-dns.log
99982024-12-21T00:22:14.090Zuploading: /work/stamp-installinator.log (103 bytes)
99992024-12-21T00:22:15.096Zuploaded: /work/stamp-installinator.log
100002024-12-21T00:22:15.098Zuploading: /work/stamp-internal-dns.log (119 bytes)
100012024-12-21T00:22:16.104Zuploaded: /work/stamp-internal-dns.log
100022024-12-21T00:22:16.107Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
100032024-12-21T00:22:17.114Zuploaded: /work/stamp-mg-ddm-gz.log
100042024-12-21T00:22:17.114Zuploading: /work/stamp-nexus.log (112 bytes)
100052024-12-21T00:22:18.121Zuploaded: /work/stamp-nexus.log
100062024-12-21T00:22:18.124Zuploading: /work/stamp-ntp.log (110 bytes)
100072024-12-21T00:22:19.130Zuploaded: /work/stamp-ntp.log
100082024-12-21T00:22:19.132Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
100092024-12-21T00:22:20.138Zuploaded: /work/stamp-omicron-sled-agent.log
100102024-12-21T00:22:20.138Zuploading: /work/stamp-overlay.log (114 bytes)
100112024-12-21T00:22:21.146Zuploaded: /work/stamp-overlay.log
100122024-12-21T00:22:21.146Zuploading: /work/stamp-oximeter.log (115 bytes)
100132024-12-21T00:22:22.155Zuploaded: /work/stamp-oximeter.log
100142024-12-21T00:22:22.155Zuploading: /work/stamp-oxlog.log (109 bytes)
100152024-12-21T00:22:23.164Zuploaded: /work/stamp-oxlog.log
100162024-12-21T00:22:23.164Zuploading: /work/stamp-probe.log (112 bytes)
100172024-12-21T00:22:24.174Zuploaded: /work/stamp-probe.log
100182024-12-21T00:22:24.176Zuploading: /work/stamp-propolis-server.log (122 bytes)
100192024-12-21T00:22:25.182Zuploaded: /work/stamp-propolis-server.log
100202024-12-21T00:22:25.182Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
100212024-12-21T00:22:26.189Zuploaded: /work/stamp-pumpkind-gz.log
100222024-12-21T00:22:26.189Zuploading: /work/stamp-switch-asic.log (118 bytes)
100232024-12-21T00:22:27.198Zuploaded: /work/stamp-switch-asic.log
100242024-12-21T00:22:27.201Zuploading: /work/verify-libraries.log (5735 bytes)
100252024-12-21T00:22:28.208Zuploaded: /work/verify-libraries.log