01JAG9SHV73AQKEPA7C3KF8VBQ: 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: 01JAG9T02P2HEVHNCCGZN6HDVX

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-18T17:12:35.652Zjob assigned to worker 01JAG9T07XQVRXNGTQWRJ4ZHH7 (queued for 58 s)
 
22024-10-18T17:12:43.197Zstarting task 0: "setup"
32024-10-18T17:12:43.205Z++ uname -s
42024-10-18T17:12:43.207Z+ kern=SunOS
52024-10-18T17:12:43.208Z+ case "$kern" in
62024-10-18T17:12:43.208Z+ groupadd -g 12345 build
72024-10-18T17:12:43.210Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-10-18T17:12:45.219Z+ zfs create -o mountpoint=/work rpool/work
92024-10-18T17:12:45.301Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-10-18T17:12:45.304Z+ home_fs=zfs
112024-10-18T17:12:45.304Z+ [[ zfs == autofs ]]
122024-10-18T17:12:45.304Z+ mkdir -p /home/build
132024-10-18T17:12:45.306Z+ chown build:build /home/build /work
142024-10-18T17:12:47.308Z+ chmod 0700 /home/build /work
152024-10-18T17:12:47.311Zprocess exited: duration 4114 ms, exit code 0
 
162024-10-18T17:12:47.319Zstarting task 1: "rust-toolchain"
172024-10-18T17:12:47.321Z+ printf ' * toolchain channel = "%s"
182024-10-18T17:12:47.321Z' 1.80.1
192024-10-18T17:12:47.321Z * toolchain channel = "1.80.1"
202024-10-18T17:12:47.321Z+ printf ' * toolchain profile = "%s"
212024-10-18T17:12:47.321Z' default
222024-10-18T17:12:47.321Z * toolchain profile = "default"
232024-10-18T17:12:47.324Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-10-18T17:12:47.324Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-10-18T17:12:47.436Zinfo: downloading installer
262024-10-18T17:12:48.916Zinfo: profile set to 'default'
272024-10-18T17:12:48.916Zinfo: default host triple is x86_64-unknown-illumos
282024-10-18T17:12:48.919Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-10-18T17:12:49.062Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-10-18T17:12:49.062Zinfo: downloading component 'cargo'
312024-10-18T17:12:49.878Zinfo: downloading component 'clippy'
322024-10-18T17:12:50.171Zinfo: downloading component 'rust-docs'
332024-10-18T17:12:51.308Zinfo: downloading component 'rust-std'
342024-10-18T17:12:52.913Zinfo: downloading component 'rustc'
352024-10-18T17:12:57.362Zinfo: downloading component 'rustfmt'
362024-10-18T17:12:57.598Zinfo: installing component 'cargo'
372024-10-18T17:12:58.413Zinfo: installing component 'clippy'
382024-10-18T17:12:58.776Zinfo: installing component 'rust-docs'
392024-10-18T17:13:00.407Zinfo: installing component 'rust-std'
402024-10-18T17:13:02.049Zinfo: installing component 'rustc'
412024-10-18T17:13:06.241Zinfo: installing component 'rustfmt'
422024-10-18T17:13:06.581Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-10-18T17:13:06.581Z
442024-10-18T17:13:06.839Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-10-18T17:13:06.839Z
462024-10-18T17:13:06.842Z
472024-10-18T17:13:06.842ZRust is installed now. Great!
482024-10-18T17:13:06.842Z
492024-10-18T17:13:06.842ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-10-18T17:13:06.842Zenvironment variable. This has not been done automatically.
512024-10-18T17:13:06.842Z
522024-10-18T17:13:06.842ZTo configure your current shell, you need to source
532024-10-18T17:13:06.842Zthe corresponding env file under $HOME/.cargo.
542024-10-18T17:13:06.842Z
552024-10-18T17:13:06.842ZThis is usually done by running one of the following (note the leading DOT):
562024-10-18T17:13:06.842Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-10-18T17:13:06.842Zsource "$HOME/.cargo/env.fish" # For fish
582024-10-18T17:13:06.886Z+ rustc --version
592024-10-18T17:13:06.947Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-10-18T17:13:06.950Zprocess exited: duration 19626 ms, exit code 0
 
612024-10-18T17:13:06.955Zstarting task 2: "authentication"
622024-10-18T17:13:06.974Zprocess exited: duration 19 ms, exit code 0
 
632024-10-18T17:13:06.979Zstarting task 3: "clone repository"
642024-10-18T17:13:06.984Z+ mkdir -p /work/oxidecomputer/omicron
652024-10-18T17:13:06.986Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-10-18T17:13:07.241ZCloning into '/work/oxidecomputer/omicron'...
672024-10-18T17:13:14.370Z+ cd /work/oxidecomputer/omicron
682024-10-18T17:13:14.370Z+ git fetch origin d69155eb692c56e24756eaa1b18239813771d04d
692024-10-18T17:13:14.696ZFrom https://github.com/oxidecomputer/omicron
702024-10-18T17:13:14.696Z * branch d69155eb692c56e24756eaa1b18239813771d04d -> FETCH_HEAD
712024-10-18T17:13:14.705Z+ [[ -n clickhouse-native-qorb-pool ]]
722024-10-18T17:13:14.707Z++ git branch --show-current
732024-10-18T17:13:14.709Z+ current=main
742024-10-18T17:13:14.709Z+ [[ main != clickhouse-native-qorb-pool ]]
752024-10-18T17:13:14.709Z+ git branch -f clickhouse-native-qorb-pool d69155eb692c56e24756eaa1b18239813771d04d
762024-10-18T17:13:14.712Z+ git checkout -f clickhouse-native-qorb-pool
772024-10-18T17:13:14.871ZSwitched to branch 'clickhouse-native-qorb-pool'
782024-10-18T17:13:14.873Z+ git reset --hard d69155eb692c56e24756eaa1b18239813771d04d
792024-10-18T17:13:15.026ZHEAD is now at d69155eb6 Bump disk import timeout in helios / deploy CI job
802024-10-18T17:13:15.029Zprocess exited: duration 8045 ms, exit code 0
 
812024-10-18T17:13:15.036Zstarting task 4: "build"
822024-10-18T17:13:15.039Z+ source .github/buildomat/ci-env.sh
832024-10-18T17:13:15.039Z++ export CARGO_TERM_COLOR=always
842024-10-18T17:13:15.039Z++ CARGO_TERM_COLOR=always
852024-10-18T17:13:15.041Z+ cargo --version
862024-10-18T17:13:15.092Zcargo 1.80.1 (376290515 2024-07-16)
872024-10-18T17:13:15.094Z+ rustc --version
882024-10-18T17:13:15.150Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
892024-10-18T17:13:15.153Z+ cargo tree --locked
902024-10-18T17:13:15.400Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
912024-10-18T17:13:15.678Z Updating crates.io index
922024-10-18T17:13:15.764Z Updating git repository `https://github.com/oxidecomputer/maghemite`
932024-10-18T17:13:16.614Z Updating git repository `https://github.com/oxidecomputer/oxnet`
942024-10-18T17:13:16.898Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
952024-10-18T17:13:17.153Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
962024-10-18T17:13:17.426Z Updating git repository `https://github.com/oxidecomputer/propolis`
972024-10-18T17:13:18.133Z Updating git repository `https://github.com/oxidecomputer/crucible`
982024-10-18T17:13:20.188Z Updating git repository `https://github.com/oxidecomputer/opte`
992024-10-18T17:13:21.286Z Updating git repository `https://github.com/oxidecomputer/falcon`
1002024-10-18T17:13:22.036Z Updating git repository `https://github.com/oxidecomputer/clickward`
1012024-10-18T17:13:22.323Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1022024-10-18T17:13:22.615Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1032024-10-18T17:13:23.182Z Updating git repository `https://github.com/oxidecomputer/libipcc`
1042024-10-18T17:13:23.495Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1052024-10-18T17:13:23.973Z Updating git repository `https://github.com/oxidecomputer/tofino`
1062024-10-18T17:13:24.370Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1072024-10-18T17:13:24.633Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1082024-10-18T17:13:24.885Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1092024-10-18T17:13:25.180Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1102024-10-18T17:13:25.621Z Updating git repository `https://github.com/oxidecomputer/ispf`
1112024-10-18T17:13:25.926Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1122024-10-18T17:13:26.263Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1132024-10-18T17:13:26.698Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1142024-10-18T17:13:27.123Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1152024-10-18T17:13:27.507Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1162024-10-18T17:13:27.941Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1172024-10-18T17:13:28.198Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1182024-10-18T17:13:28.539Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1192024-10-18T17:13:29.949Z Downloading crates ...
1202024-10-18T17:13:30.073Z Downloaded anstyle-parse v0.2.5
1212024-10-18T17:13:30.076Z Downloaded approx v0.5.1
1222024-10-18T17:13:30.079Z Downloaded adler2 v2.0.0
1232024-10-18T17:13:30.081Z Downloaded anstream v0.6.15
1242024-10-18T17:13:30.084Z Downloaded ahash v0.8.11
1252024-10-18T17:13:30.087Z Downloaded atty v0.2.14
1262024-10-18T17:13:30.091Z Downloaded assert_matches v1.5.0
1272024-10-18T17:13:30.093Z Downloaded fallible-streaming-iterator v0.1.9
1282024-10-18T17:13:30.093Z Downloaded foreign-types v0.3.2
1292024-10-18T17:13:30.100Z Downloaded flagset v0.4.6
1302024-10-18T17:13:30.103Z Downloaded filetime v0.2.25
1312024-10-18T17:13:30.105Z Downloaded cfg_aliases v0.2.1
1322024-10-18T17:13:30.105Z Downloaded group v0.13.0
1332024-10-18T17:13:30.108Z Downloaded http-body v0.4.6
1342024-10-18T17:13:30.110Z Downloaded async-channel v2.3.1
1352024-10-18T17:13:30.110Z Downloaded bb8 v0.8.5
1362024-10-18T17:13:30.112Z Downloaded guppy-workspace-hack v0.1.0
1372024-10-18T17:13:30.113Z Downloaded castaway v0.2.3
1382024-10-18T17:13:30.115Z Downloaded headers-core v0.3.0
1392024-10-18T17:13:30.115Z Downloaded blocking v1.6.1
1402024-10-18T17:13:30.117Z Downloaded hostname v0.3.1
1412024-10-18T17:13:30.117Z Downloaded ciborium-ll v0.2.2
1422024-10-18T17:13:30.120Z Downloaded cfg-if v1.0.0
1432024-10-18T17:13:30.120Z Downloaded async-stream v0.3.6
1442024-10-18T17:13:30.122Z Downloaded cargo-platform v0.1.8
1452024-10-18T17:13:30.125Z Downloaded foreign-types-shared v0.3.1
1462024-10-18T17:13:30.125Z Downloaded block-buffer v0.10.4
1472024-10-18T17:13:30.125Z Downloaded http-body-util v0.1.2
1482024-10-18T17:13:30.128Z Downloaded cexpr v0.6.0
1492024-10-18T17:13:30.130Z Downloaded bytecount v0.6.8
1502024-10-18T17:13:30.130Z Downloaded aead v0.5.2
1512024-10-18T17:13:30.133Z Downloaded hubpack_derive v0.1.1
1522024-10-18T17:13:30.133Z Downloaded anstyle v1.0.8
1532024-10-18T17:13:30.136Z Downloaded float-ord v0.3.2
1542024-10-18T17:13:30.136Z Downloaded futures-core v0.3.31
1552024-10-18T17:13:30.138Z Downloaded fd-lock v4.0.2
1562024-10-18T17:13:30.138Z Downloaded anes v0.1.6
1572024-10-18T17:13:30.141Z Downloaded async-global-executor v2.4.1
1582024-10-18T17:13:30.143Z Downloaded hubpack v0.1.2
1592024-10-18T17:13:30.145Z Downloaded peg-runtime v0.8.3
1602024-10-18T17:13:30.145Z Downloaded fragile v2.0.0
1612024-10-18T17:13:30.148Z Downloaded cbc v0.1.2
1622024-10-18T17:13:30.150Z Downloaded bcs v0.1.6
1632024-10-18T17:13:30.150Z Downloaded funty v2.0.0
1642024-10-18T17:13:30.153Z Downloaded camino-tempfile v1.1.1
1652024-10-18T17:13:30.155Z Downloaded ciborium v0.2.2
1662024-10-18T17:13:30.158Z Downloaded globset v0.4.15
1672024-10-18T17:13:30.158Z Downloaded async-stream-impl v0.3.6
1682024-10-18T17:13:30.160Z Downloaded highway v1.2.0
1692024-10-18T17:13:30.163Z Downloaded httparse v1.9.5
1702024-10-18T17:13:30.163Z Downloaded cfg-expr v0.17.0
1712024-10-18T17:13:30.167Z Downloaded iana-time-zone v0.1.61
1722024-10-18T17:13:30.170Z Downloaded blake2 v0.10.6
1732024-10-18T17:13:30.172Z Downloaded hickory-client v0.24.1
1742024-10-18T17:13:30.175Z Downloaded hmac v0.12.1
1752024-10-18T17:13:30.177Z Downloaded ghash v0.5.1
1762024-10-18T17:13:30.177Z Downloaded atomicwrites v0.4.4
1772024-10-18T17:13:30.179Z Downloaded ascii-canvas v3.0.0
1782024-10-18T17:13:30.181Z Downloaded futures-task v0.3.31
1792024-10-18T17:13:30.181Z Downloaded ciborium-io v0.2.2
1802024-10-18T17:13:30.184Z Downloaded blake2b_simd v1.0.2
1812024-10-18T17:13:30.184Z Downloaded olpc-cjson v0.1.4
1822024-10-18T17:13:30.186Z Downloaded hashlink v0.9.1
1832024-10-18T17:13:30.186Z Downloaded anyhow v1.0.89
1842024-10-18T17:13:30.190Z Downloaded parking v2.2.1
1852024-10-18T17:13:30.193Z Downloaded async-attributes v1.1.2
1862024-10-18T17:13:30.193Z Downloaded arrayref v0.3.9
1872024-10-18T17:13:30.195Z Downloaded cfg_aliases v0.1.1
1882024-10-18T17:13:30.195Z Downloaded bytes v1.7.2
1892024-10-18T17:13:30.200Z Downloaded addr2line v0.24.2
1902024-10-18T17:13:30.202Z Downloaded bitflags v1.3.2
1912024-10-18T17:13:30.204Z Downloaded phf_generator v0.11.2
1922024-10-18T17:13:30.207Z Downloaded bitflags v2.6.0
1932024-10-18T17:13:30.210Z Downloaded async-channel v1.9.0
1942024-10-18T17:13:30.212Z Downloaded powerfmt v0.2.0
1952024-10-18T17:13:30.215Z Downloaded ff v0.13.0
1962024-10-18T17:13:30.215Z Downloaded cast v0.3.0
1972024-10-18T17:13:30.217Z Downloaded foreign-types-shared v0.1.1
1982024-10-18T17:13:30.217Z Downloaded ident_case v1.0.1
1992024-10-18T17:13:30.219Z Downloaded http-body v1.0.1
2002024-10-18T17:13:30.219Z Downloaded buf-list v1.0.3
2012024-10-18T17:13:30.222Z Downloaded fxhash v0.2.1
2022024-10-18T17:13:30.224Z Downloaded chrono-tz-build v0.4.0
2032024-10-18T17:13:30.224Z Downloaded sigpipe v0.1.3
2042024-10-18T17:13:30.224Z Downloaded blowfish v0.9.1
2052024-10-18T17:13:30.226Z Downloaded block-padding v0.3.3
2062024-10-18T17:13:30.227Z Downloaded cargo_metadata v0.18.1
2072024-10-18T17:13:30.229Z Downloaded http-range v0.1.5
2082024-10-18T17:13:30.231Z Downloaded base64 v0.13.1
2092024-10-18T17:13:30.234Z Downloaded quick-error v1.2.3
2102024-10-18T17:13:30.234Z Downloaded chacha20poly1305 v0.10.1
2112024-10-18T17:13:30.236Z Downloaded async-trait v0.1.83
2122024-10-18T17:13:30.239Z Downloaded termtree v0.4.1
2132024-10-18T17:13:30.241Z Downloaded form_urlencoded v1.2.1
2142024-10-18T17:13:30.241Z Downloaded password-hash v0.5.0
2152024-10-18T17:13:30.243Z Downloaded backoff v0.4.0
2162024-10-18T17:13:30.245Z Downloaded foreign-types v0.5.0
2172024-10-18T17:13:30.248Z Downloaded progenitor-client v0.8.0
2182024-10-18T17:13:30.248Z Downloaded backtrace v0.3.74
2192024-10-18T17:13:30.252Z Downloaded allocator-api2 v0.2.18
2202024-10-18T17:13:30.255Z Downloaded salsa20 v0.10.2
2212024-10-18T17:13:30.257Z Downloaded rfc6979 v0.4.0
2222024-10-18T17:13:30.260Z Downloaded proc-macro-crate v1.3.1
2232024-10-18T17:13:30.260Z Downloaded cancel-safe-futures v0.1.5
2242024-10-18T17:13:30.262Z Downloaded camino v1.1.9
2252024-10-18T17:13:30.264Z Downloaded postgres-types v0.2.8
2262024-10-18T17:13:30.267Z Downloaded heapless v0.8.0
2272024-10-18T17:13:30.270Z Downloaded phf_shared v0.10.0
2282024-10-18T17:13:30.272Z Downloaded serde_urlencoded v0.7.1
2292024-10-18T17:13:30.274Z Downloaded pkcs8 v0.10.2
2302024-10-18T17:13:30.277Z Downloaded spki v0.7.3
2312024-10-18T17:13:30.279Z Downloaded serde-hex v0.1.0
2322024-10-18T17:13:30.279Z Downloaded futures-timer v3.0.3
2332024-10-18T17:13:30.281Z Downloaded resolv-conf v0.7.0
2342024-10-18T17:13:30.284Z Downloaded chacha20 v0.9.1
2352024-10-18T17:13:30.287Z Downloaded tiny-keccak v2.0.2
2362024-10-18T17:13:30.289Z Downloaded httpdate v1.0.3
2372024-10-18T17:13:30.289Z Downloaded tokio-tungstenite v0.24.0
2382024-10-18T17:13:30.292Z Downloaded base64 v0.22.1
2392024-10-18T17:13:30.294Z Downloaded dtrace-parser v0.2.0
2402024-10-18T17:13:30.297Z Downloaded difflib v0.4.0
2412024-10-18T17:13:30.297Z Downloaded derive_builder_macro v0.20.2
2422024-10-18T17:13:30.300Z Downloaded which v4.4.2
2432024-10-18T17:13:30.300Z Downloaded usdt v0.5.0
2442024-10-18T17:13:30.303Z Downloaded typify-macro v0.2.0
2452024-10-18T17:13:30.303Z Downloaded xattr v1.3.1
2462024-10-18T17:13:30.305Z Downloaded hashbrown v0.12.3
2472024-10-18T17:13:30.308Z Downloaded static_assertions v1.1.0
2482024-10-18T17:13:30.310Z Downloaded zone_cfg_derive v0.1.2
2492024-10-18T17:13:30.310Z Downloaded bzip2 v0.4.4
2502024-10-18T17:13:30.312Z Downloaded glob v0.3.1
2512024-10-18T17:13:30.314Z Downloaded pathdiff v0.2.2
2522024-10-18T17:13:30.314Z Downloaded hyper-tls v0.6.0
2532024-10-18T17:13:30.317Z Downloaded postgres-protocol v0.6.7
2542024-10-18T17:13:30.319Z Downloaded hash32 v0.3.1
2552024-10-18T17:13:30.319Z Downloaded target-spec v3.2.2
2562024-10-18T17:13:30.322Z Downloaded string_cache v0.8.7
2572024-10-18T17:13:30.322Z Downloaded pkg-config v0.3.31
2582024-10-18T17:13:30.325Z Downloaded aes-gcm v0.10.3
2592024-10-18T17:13:30.327Z Downloaded strum_macros v0.26.4
2602024-10-18T17:13:30.329Z Downloaded humantime v2.1.0
2612024-10-18T17:13:30.332Z Downloaded num-conv v0.1.0
2622024-10-18T17:13:30.332Z Downloaded newtype_derive v0.1.6
2632024-10-18T17:13:30.334Z Downloaded debug-ignore v1.0.5
2642024-10-18T17:13:30.338Z Downloaded curve25519-dalek-derive v0.1.1
2652024-10-18T17:13:30.338Z Downloaded newline-converter v0.3.0
2662024-10-18T17:13:30.340Z Downloaded is_ci v1.2.0
2672024-10-18T17:13:30.340Z Downloaded psl-types v2.0.11
2682024-10-18T17:13:30.340Z Downloaded hickory-resolver v0.24.1
2692024-10-18T17:13:30.344Z Downloaded doc-comment v0.3.3
2702024-10-18T17:13:30.346Z Downloaded itoa v1.0.11
2712024-10-18T17:13:30.349Z Downloaded impl-trait-for-tuples v0.2.2
2722024-10-18T17:13:30.351Z Downloaded embedded-io v0.4.0
2732024-10-18T17:13:30.351Z Downloaded serde_derive v1.0.210
2742024-10-18T17:13:30.354Z Downloaded base64ct v1.6.0
2752024-10-18T17:13:30.356Z Downloaded fatfs v0.3.6
2762024-10-18T17:13:30.359Z Downloaded md5 v0.7.0
2772024-10-18T17:13:30.362Z Downloaded lru v0.12.5
2782024-10-18T17:13:30.362Z Downloaded keccak v0.1.5
2792024-10-18T17:13:30.364Z Downloaded either v1.13.0
2802024-10-18T17:13:30.364Z Downloaded futures-lite v2.3.0
2812024-10-18T17:13:30.367Z Downloaded heck v0.3.3
2822024-10-18T17:13:30.369Z Downloaded newtype-uuid v1.1.2
2832024-10-18T17:13:30.369Z Downloaded getrandom v0.2.15
2842024-10-18T17:13:30.372Z Downloaded console v0.15.8
2852024-10-18T17:13:30.375Z Downloaded slog v2.7.0
2862024-10-18T17:13:30.377Z Downloaded unarray v0.1.4
2872024-10-18T17:13:30.380Z Downloaded num-derive v0.4.2
2882024-10-18T17:13:30.382Z Downloaded derive_builder_core v0.20.2
2892024-10-18T17:13:30.382Z Downloaded hyper-rustls v0.27.3
2902024-10-18T17:13:30.385Z Downloaded take_mut v0.2.2
2912024-10-18T17:13:30.387Z Downloaded version_check v0.9.5
2922024-10-18T17:13:30.387Z Downloaded test-strategy v0.3.1
2932024-10-18T17:13:30.390Z Downloaded percent-encoding v2.3.1
2942024-10-18T17:13:30.392Z Downloaded httptest v0.16.1
2952024-10-18T17:13:30.395Z Downloaded progenitor-macro v0.8.0
2962024-10-18T17:13:30.395Z Downloaded crossbeam-deque v0.8.5
2972024-10-18T17:13:30.397Z Downloaded zone v0.3.0
2982024-10-18T17:13:30.397Z Downloaded jobserver v0.1.32
2992024-10-18T17:13:30.400Z Downloaded sha2 v0.10.8
3002024-10-18T17:13:30.403Z Downloaded xz2 v0.1.7
3012024-10-18T17:13:30.403Z Downloaded scroll_derive v0.12.0
3022024-10-18T17:13:30.405Z Downloaded quinn v0.11.5
3032024-10-18T17:13:30.408Z Downloaded relative-path v1.9.3
3042024-10-18T17:13:30.410Z Downloaded lru-cache v0.1.2
3052024-10-18T17:13:30.410Z Downloaded rustls-pemfile v1.0.4
3062024-10-18T17:13:30.413Z Downloaded kv-log-macro v1.0.7
3072024-10-18T17:13:30.416Z Downloaded crunchy v0.2.2
3082024-10-18T17:13:30.416Z Downloaded crucible-workspace-hack v0.1.0
3092024-10-18T17:13:30.416Z Downloaded kstat-rs v0.2.4
3102024-10-18T17:13:30.418Z Downloaded ena v0.14.3
3112024-10-18T17:13:30.418Z Downloaded const-oid v0.9.6
3122024-10-18T17:13:30.421Z Downloaded embedded-io v0.6.1
3132024-10-18T17:13:30.423Z Downloaded publicsuffix v2.2.3
3142024-10-18T17:13:30.426Z Downloaded trybuild v1.0.100
3152024-10-18T17:13:30.428Z Downloaded num-complex v0.4.6
3162024-10-18T17:13:30.430Z Downloaded half v2.4.1
3172024-10-18T17:13:30.433Z Downloaded try-lock v0.2.5
3182024-10-18T17:13:30.436Z Downloaded stable_deref_trait v1.2.0
3192024-10-18T17:13:30.436Z Downloaded waitgroup v0.1.2
3202024-10-18T17:13:30.438Z Downloaded vsss-rs v3.3.4
3212024-10-18T17:13:30.441Z Downloaded http v0.2.12
3222024-10-18T17:13:30.444Z Downloaded opaque-debug v0.3.1
3232024-10-18T17:13:30.444Z Downloaded parse-display v0.10.0
3242024-10-18T17:13:30.446Z Downloaded tokio-native-tls v0.3.1
3252024-10-18T17:13:30.449Z Downloaded proc-macro-error v1.0.4
3262024-10-18T17:13:30.451Z Downloaded oorandom v11.1.4
3272024-10-18T17:13:30.451Z Downloaded cstr-argument v0.1.2
3282024-10-18T17:13:30.453Z Downloaded tap v1.0.1
3292024-10-18T17:13:30.453Z Downloaded structmeta v0.3.0
3302024-10-18T17:13:30.456Z Downloaded structmeta v0.2.0
3312024-10-18T17:13:30.456Z Downloaded ref-cast-impl v1.0.23
3322024-10-18T17:13:30.456Z Downloaded cc v1.1.30
3332024-10-18T17:13:30.459Z Downloaded polyval v0.6.2
3342024-10-18T17:13:30.462Z Downloaded openssl-macros v0.1.1
3352024-10-18T17:13:30.462Z Downloaded rustls-pemfile v2.2.0
3362024-10-18T17:13:30.465Z Downloaded toml v0.7.8
3372024-10-18T17:13:30.468Z Downloaded qorb v0.1.1
3382024-10-18T17:13:30.471Z Downloaded crypto-common v0.1.6
3392024-10-18T17:13:30.474Z Downloaded slog-scope v4.4.0
3402024-10-18T17:13:30.476Z Downloaded openssl-probe v0.1.5
3412024-10-18T17:13:30.476Z Downloaded subprocess v0.2.9
3422024-10-18T17:13:30.479Z Downloaded slog-json v2.6.1
3432024-10-18T17:13:30.481Z Downloaded rpassword v7.3.1
3442024-10-18T17:13:30.481Z Downloaded dirs-sys-next v0.1.2
3452024-10-18T17:13:30.484Z Downloaded dirs-next v2.0.0
3462024-10-18T17:13:30.484Z Downloaded digest v0.10.7
3472024-10-18T17:13:30.486Z Downloaded structmeta-derive v0.2.0
3482024-10-18T17:13:30.486Z Downloaded sha1 v0.10.6
3492024-10-18T17:13:30.489Z Downloaded serde_derive_internals v0.29.1
3502024-10-18T17:13:30.491Z Downloaded scroll v0.12.0
3512024-10-18T17:13:30.491Z Downloaded flume v0.11.0
3522024-10-18T17:13:30.494Z Downloaded indent_write v2.2.0
3532024-10-18T17:13:30.497Z Downloaded parse-size v1.0.0
3542024-10-18T17:13:30.497Z Downloaded nibble_vec v0.1.0
3552024-10-18T17:13:30.500Z Downloaded parking_lot v0.12.3
3562024-10-18T17:13:30.502Z Downloaded once_cell v1.20.2
3572024-10-18T17:13:30.505Z Downloaded futures v0.3.31
3582024-10-18T17:13:30.508Z Downloaded fancy-regex v0.13.0
3592024-10-18T17:13:30.511Z Downloaded constant_time_eq v0.3.1
3602024-10-18T17:13:30.514Z Downloaded cobs v0.2.3
3612024-10-18T17:13:30.516Z Downloaded utf8parse v0.2.2
3622024-10-18T17:13:30.516Z Downloaded unicode-truncate v1.1.0
3632024-10-18T17:13:30.518Z Downloaded rustls-native-certs v0.7.3
3642024-10-18T17:13:30.521Z Downloaded russh-cryptovec v0.7.3
3652024-10-18T17:13:30.521Z Downloaded const_format_proc_macros v0.2.33
3662024-10-18T17:13:30.524Z Downloaded serde-big-array v0.5.1
3672024-10-18T17:13:30.526Z Downloaded poly1305 v0.8.0
3682024-10-18T17:13:30.529Z Downloaded wyz v0.5.1
3692024-10-18T17:13:30.529Z Downloaded pbkdf2 v0.11.0
3702024-10-18T17:13:30.531Z Downloaded path-tree v0.8.1
3712024-10-18T17:13:30.534Z Downloaded want v0.3.1
3722024-10-18T17:13:30.534Z Downloaded rand_chacha v0.3.1
3732024-10-18T17:13:30.536Z Downloaded vte_generate_state_changes v0.1.2
3742024-10-18T17:13:30.536Z Downloaded proc-macro-error-attr v1.0.4
3752024-10-18T17:13:30.538Z Downloaded num v0.4.3
3762024-10-18T17:13:30.538Z Downloaded inout v0.1.3
3772024-10-18T17:13:30.540Z Downloaded indoc v1.0.9
3782024-10-18T17:13:30.542Z Downloaded memmap v0.7.0
3792024-10-18T17:13:30.545Z Downloaded similar-asserts v1.6.0
3802024-10-18T17:13:30.547Z Downloaded signature v2.2.0
3812024-10-18T17:13:30.547Z Downloaded tabled_derive v0.7.0
3822024-10-18T17:13:30.550Z Downloaded mockall v0.13.0
3832024-10-18T17:13:30.550Z Downloaded env_logger v0.10.2
3842024-10-18T17:13:30.553Z Downloaded hashbrown v0.14.5
3852024-10-18T17:13:30.558Z Downloaded tinyvec v1.8.0
3862024-10-18T17:13:30.561Z Downloaded polling v3.7.3
3872024-10-18T17:13:30.565Z Downloaded smf v0.2.3
3882024-10-18T17:13:30.565Z Downloaded omicron-zone-package v0.11.1
3892024-10-18T17:13:30.568Z Downloaded tls_codec v0.4.1
3902024-10-18T17:13:30.570Z Downloaded tokio-rustls v0.25.0
3912024-10-18T17:13:30.574Z Downloaded tokio-rustls v0.26.0
3922024-10-18T17:13:30.577Z Downloaded normalize-line-endings v0.3.0
3932024-10-18T17:13:30.577Z Downloaded dhcproto-macros v0.1.0
3942024-10-18T17:13:30.577Z Downloaded serde_yaml v0.9.34+deprecated
3952024-10-18T17:13:30.579Z Downloaded crossbeam-channel v0.5.13
3962024-10-18T17:13:30.583Z Downloaded plotters-svg v0.3.7
3972024-10-18T17:13:30.586Z Downloaded pin-project-lite v0.2.14
3982024-10-18T17:13:30.589Z Downloaded rtoolbox v0.0.2
3992024-10-18T17:13:30.592Z Downloaded pin-project-internal v1.1.6
4002024-10-18T17:13:30.592Z Downloaded enum-as-inner v0.6.1
4012024-10-18T17:13:30.595Z Downloaded wait-timeout v0.2.0
4022024-10-18T17:13:30.595Z Downloaded indexmap v1.9.3
4032024-10-18T17:13:30.599Z Downloaded hickory-server v0.24.1
4042024-10-18T17:13:30.604Z Downloaded equivalent v1.0.1
4052024-10-18T17:13:30.607Z Downloaded pretty-hex v0.2.1
4062024-10-18T17:13:30.607Z Downloaded log v0.4.22
4072024-10-18T17:13:30.609Z Downloaded tar v0.4.42
4082024-10-18T17:13:30.611Z Downloaded spin v0.5.2
4092024-10-18T17:13:30.614Z Downloaded shlex v1.3.0
4102024-10-18T17:13:30.616Z Downloaded ssh-cipher v0.2.0
4112024-10-18T17:13:30.616Z Downloaded similar v2.6.0
4122024-10-18T17:13:30.620Z Downloaded rstest v0.23.0
4132024-10-18T17:13:30.626Z Downloaded strum v0.26.3
4142024-10-18T17:13:30.628Z Downloaded headers v0.4.0
4152024-10-18T17:13:30.634Z Downloaded lazycell v1.3.0
4162024-10-18T17:13:30.637Z Downloaded pretty-hex v0.4.1
4172024-10-18T17:13:30.637Z Downloaded downcast v0.11.0
4182024-10-18T17:13:30.637Z Downloaded walkdir v2.5.0
4192024-10-18T17:13:30.639Z Downloaded untrusted v0.7.1
4202024-10-18T17:13:30.639Z Downloaded hyper v1.4.1
4212024-10-18T17:13:30.645Z Downloaded aho-corasick v1.1.3
4222024-10-18T17:13:30.651Z Downloaded new_debug_unreachable v1.0.6
4232024-10-18T17:13:30.653Z Downloaded ecdsa v0.16.9
4242024-10-18T17:13:30.656Z Downloaded quote v1.0.37
4252024-10-18T17:13:30.658Z Downloaded indicatif v0.17.8
4262024-10-18T17:13:30.661Z Downloaded tinyvec_macros v0.1.1
4272024-10-18T17:13:30.663Z Downloaded time-core v0.1.2
4282024-10-18T17:13:30.663Z Downloaded ron v0.8.1
4292024-10-18T17:13:30.668Z Downloaded tokio-postgres v0.7.12
4302024-10-18T17:13:30.673Z Downloaded oso-derive v0.27.3
4312024-10-18T17:13:30.675Z Downloaded strsim v0.11.1
4322024-10-18T17:13:30.675Z Downloaded serde_spanned v0.6.8
4332024-10-18T17:13:30.678Z Downloaded memmap2 v0.9.5
4342024-10-18T17:13:30.680Z Downloaded memoffset v0.9.1
4352024-10-18T17:13:30.680Z Downloaded linear-map v1.2.0
4362024-10-18T17:13:30.683Z Downloaded universal-hash v0.5.1
4372024-10-18T17:13:30.683Z Downloaded predicates-tree v1.0.11
4382024-10-18T17:13:30.686Z Downloaded num-iter v0.1.45
4392024-10-18T17:13:30.688Z Downloaded steno v0.4.1
4402024-10-18T17:13:30.691Z Downloaded http v1.1.0
4412024-10-18T17:13:30.695Z Downloaded predicates v3.1.2
4422024-10-18T17:13:30.697Z Downloaded ctr v0.9.2
4432024-10-18T17:13:30.701Z Downloaded rcgen v0.12.1
4442024-10-18T17:13:30.701Z Downloaded tui-tree-widget v0.22.0
4452024-10-18T17:13:30.704Z Downloaded event-listener-strategy v0.5.2
4462024-10-18T17:13:30.704Z Downloaded libefi-sys v0.1.0
4472024-10-18T17:13:30.706Z Downloaded crossbeam-utils v0.8.20
4482024-10-18T17:13:30.708Z Downloaded rust-argon2 v2.1.0
4492024-10-18T17:13:30.711Z Downloaded rustc-hash v1.1.0
4502024-10-18T17:13:30.711Z Downloaded concurrent-queue v2.5.0
4512024-10-18T17:13:30.714Z Downloaded h2 v0.4.6
4522024-10-18T17:13:30.719Z Downloaded vte v0.11.1
4532024-10-18T17:13:30.721Z Downloaded supports-color v3.0.1
4542024-10-18T17:13:30.723Z Downloaded russh-keys v0.45.0
4552024-10-18T17:13:30.726Z Downloaded textwrap v0.16.1
4562024-10-18T17:13:30.728Z Downloaded blake3 v1.5.4
4572024-10-18T17:13:30.734Z Downloaded hashbrown v0.13.2
4582024-10-18T17:13:30.738Z Downloaded radium v0.7.0
4592024-10-18T17:13:30.741Z Downloaded colorchoice v1.0.2
4602024-10-18T17:13:30.741Z Downloaded phf v0.11.2
4612024-10-18T17:13:30.743Z Downloaded num-integer v0.1.46
4622024-10-18T17:13:30.746Z Downloaded escape8259 v0.5.3
4632024-10-18T17:13:30.746Z Downloaded libsw v3.3.1
4642024-10-18T17:13:30.748Z Downloaded internet-checksum v0.2.1
4652024-10-18T17:13:30.748Z Downloaded colored v2.1.0
4662024-10-18T17:13:30.751Z Downloaded rusty-fork v0.3.0
4672024-10-18T17:13:30.753Z Downloaded csv-core v0.1.11
4682024-10-18T17:13:30.753Z Downloaded rustversion v1.0.17
4692024-10-18T17:13:30.756Z Downloaded crossbeam-epoch v0.9.18
4702024-10-18T17:13:30.758Z Downloaded number_prefix v0.4.0
4712024-10-18T17:13:30.760Z Downloaded libloading v0.8.5
4722024-10-18T17:13:30.766Z Downloaded unicode-properties v0.1.3
4732024-10-18T17:13:30.766Z Downloaded smawk v0.3.2
4742024-10-18T17:13:30.766Z Downloaded pbkdf2 v0.12.2
4752024-10-18T17:13:30.767Z Downloaded smallvec v0.6.14
4762024-10-18T17:13:30.769Z Downloaded sqlformat v0.2.6
4772024-10-18T17:13:30.772Z Downloaded rustc-demangle v0.1.24
4782024-10-18T17:13:30.772Z Downloaded dhcproto v0.12.0
4792024-10-18T17:13:30.774Z Downloaded errno v0.3.9
4802024-10-18T17:13:30.777Z Downloaded schemars_derive v0.8.21
4812024-10-18T17:13:30.779Z Downloaded cookie v0.18.1
4822024-10-18T17:13:30.781Z Downloaded yansi v1.0.1
4832024-10-18T17:13:30.784Z Downloaded indexmap v2.6.0
4842024-10-18T17:13:30.788Z Downloaded matches v0.1.10
4852024-10-18T17:13:30.791Z Downloaded env_logger v0.11.5
4862024-10-18T17:13:30.791Z Downloaded signal-hook-tokio v0.3.1
4872024-10-18T17:13:30.791Z Downloaded whoami v1.5.2
4882024-10-18T17:13:30.793Z Downloaded time-macros v0.2.18
4892024-10-18T17:13:30.795Z Downloaded strum_macros v0.24.3
4902024-10-18T17:13:30.798Z Downloaded rstest_macros v0.23.0
4912024-10-18T17:13:30.800Z Downloaded futures-util v0.3.31
4922024-10-18T17:13:30.811Z Downloaded sync_wrapper v0.1.2
4932024-10-18T17:13:30.813Z Downloaded sync_wrapper v1.0.1
4942024-10-18T17:13:30.814Z Downloaded swrite v0.1.0
4952024-10-18T17:13:30.816Z Downloaded event-listener v2.5.3
4962024-10-18T17:13:30.816Z Downloaded tabwriter v1.4.0
4972024-10-18T17:13:30.818Z Downloaded darling v0.20.10
4982024-10-18T17:13:30.821Z Downloaded value-bag v1.9.0
4992024-10-18T17:13:30.823Z Downloaded rand_core v0.6.4
5002024-10-18T17:13:30.826Z Downloaded guppy v0.17.8
5012024-10-18T17:13:30.831Z Downloaded oso v0.27.3
5022024-10-18T17:13:30.834Z Downloaded diesel_table_macro_syntax v0.2.0
5032024-10-18T17:13:30.837Z Downloaded pest v2.7.14
5042024-10-18T17:13:30.841Z Downloaded tungstenite v0.23.0
5052024-10-18T17:13:30.844Z Downloaded nested v0.1.1
5062024-10-18T17:13:30.846Z Downloaded quick-xml v0.33.0
5072024-10-18T17:13:30.851Z Downloaded sec1 v0.7.3
5082024-10-18T17:13:30.853Z Downloaded semver v0.1.20
5092024-10-18T17:13:30.855Z Downloaded usdt-attr-macro v0.5.0
5102024-10-18T17:13:30.855Z Downloaded toolchain_find v0.4.0
5112024-10-18T17:13:30.858Z Downloaded pest_meta v2.7.14
5122024-10-18T17:13:30.860Z Downloaded maybe-uninit v2.0.0
5132024-10-18T17:13:30.860Z Downloaded cpufeatures v0.2.14
5142024-10-18T17:13:30.863Z Downloaded deranged v0.3.11
5152024-10-18T17:13:30.863Z Downloaded utf-8 v0.7.6
5162024-10-18T17:13:30.865Z Downloaded serde_path_to_error v0.1.16
5172024-10-18T17:13:30.865Z Downloaded match_cfg v0.1.0
5182024-10-18T17:13:30.868Z Downloaded crc32fast v1.4.2
5192024-10-18T17:13:30.870Z Downloaded tracing-core v0.1.32
5202024-10-18T17:13:30.872Z Downloaded dyn-clone v1.0.17
5212024-10-18T17:13:30.875Z Downloaded smallvec v1.13.2
5222024-10-18T17:13:30.875Z Downloaded defmt-macros v0.3.9
5232024-10-18T17:13:30.877Z Downloaded darling_macro v0.20.10
5242024-10-18T17:13:30.880Z Downloaded plotters-backend v0.3.7
5252024-10-18T17:13:30.880Z Downloaded tungstenite v0.24.0
5262024-10-18T17:13:30.883Z Downloaded paste v1.0.15
5272024-10-18T17:13:30.886Z Downloaded is_terminal_polyfill v1.70.1
5282024-10-18T17:13:30.888Z Downloaded zeroize v1.8.1
5292024-10-18T17:13:30.891Z Downloaded tempfile v3.13.0
5302024-10-18T17:13:30.893Z Downloaded dropshot_endpoint v0.12.0
5312024-10-18T17:13:30.895Z Downloaded vergen v8.3.2
5322024-10-18T17:13:30.898Z Downloaded strip-ansi-escapes v0.2.0
5332024-10-18T17:13:30.900Z Downloaded num-rational v0.4.2
5342024-10-18T17:13:30.900Z Downloaded tokio-macros v2.4.0
5352024-10-18T17:13:30.903Z Downloaded typenum v1.17.0
5362024-10-18T17:13:30.905Z Downloaded toml_edit v0.19.15
5372024-10-18T17:13:30.919Z Downloaded tokio-util v0.7.12
5382024-10-18T17:13:30.925Z Downloaded instant v0.1.13
5392024-10-18T17:13:30.928Z Downloaded thiserror-impl v1.0.64
5402024-10-18T17:13:30.931Z Downloaded crossterm v0.28.1
5412024-10-18T17:13:30.934Z Downloaded quinn-proto v0.11.8
5422024-10-18T17:13:30.941Z Downloaded packed_struct_codegen v0.10.1
5432024-10-18T17:13:30.944Z Downloaded schemars v0.8.21
5442024-10-18T17:13:30.953Z Downloaded rustfmt-wrapper v0.2.1
5452024-10-18T17:13:30.956Z Downloaded zone_cfg_derive v0.3.0
5462024-10-18T17:13:30.956Z Downloaded pin-project v1.1.6
5472024-10-18T17:13:30.966Z Downloaded peg v0.8.4
5482024-10-18T17:13:30.970Z Downloaded usdt-macro v0.5.0
5492024-10-18T17:13:30.973Z Downloaded postcard v1.0.10
5502024-10-18T17:13:30.976Z Downloaded typify v0.2.0
5512024-10-18T17:13:30.980Z Downloaded precomputed-hash v0.1.1
5522024-10-18T17:13:30.980Z Downloaded toml_datetime v0.6.8
5532024-10-18T17:13:30.980Z Downloaded slab v0.4.9
5542024-10-18T17:13:30.983Z Downloaded rustc-hash v2.0.0
5552024-10-18T17:13:30.983Z Downloaded salty v0.3.0
5562024-10-18T17:13:30.988Z Downloaded ref-cast v1.0.23
5572024-10-18T17:13:30.991Z Downloaded crc v3.2.1
5582024-10-18T17:13:30.994Z Downloaded usdt-impl v0.5.0
5592024-10-18T17:13:30.996Z Downloaded maplit v1.0.2
5602024-10-18T17:13:30.996Z Downloaded lalrpop-util v0.19.12
5612024-10-18T17:13:30.996Z Downloaded defmt v0.3.8
5622024-10-18T17:13:30.999Z Downloaded prettyplease v0.2.22
5632024-10-18T17:13:31.002Z Downloaded md-5 v0.10.6
5642024-10-18T17:13:31.005Z Downloaded mime v0.3.17
5652024-10-18T17:13:31.009Z Downloaded is-terminal v0.4.13
5662024-10-18T17:13:31.010Z Downloaded ipnetwork v0.20.0
5672024-10-18T17:13:31.010Z Downloaded crc-catalog v2.4.0
5682024-10-18T17:13:31.010Z Downloaded h2 v0.3.26
5692024-10-18T17:13:31.015Z Downloaded num-bigint v0.4.6
5702024-10-18T17:13:31.020Z Downloaded packed_struct v0.10.1
5712024-10-18T17:13:31.022Z Downloaded event-listener v5.3.1
5722024-10-18T17:13:31.024Z Downloaded zeroize_derive v1.4.2
5732024-10-18T17:13:31.027Z Downloaded unicode-xid v0.2.6
5742024-10-18T17:13:31.027Z Downloaded siphasher v0.3.11
5752024-10-18T17:13:31.029Z Downloaded scheduled-thread-pool v0.2.7
5762024-10-18T17:13:31.029Z Downloaded managed v0.8.0
5772024-10-18T17:13:31.031Z Downloaded rand_xorshift v0.3.0
5782024-10-18T17:13:31.031Z Downloaded ed25519 v2.2.3
5792024-10-18T17:13:31.034Z Downloaded ssh-encoding v0.2.0
5802024-10-18T17:13:31.036Z Downloaded rustc_version v0.1.7
5812024-10-18T17:13:31.036Z Downloaded rand_distr v0.4.3
5822024-10-18T17:13:31.038Z Downloaded stringprep v0.1.5
5832024-10-18T17:13:31.041Z Downloaded hkdf v0.12.4
5842024-10-18T17:13:31.043Z Downloaded unicode-linebreak v0.1.5
5852024-10-18T17:13:31.043Z Downloaded enum-as-inner v0.5.1
5862024-10-18T17:13:31.046Z Downloaded stringmetrics v2.2.2
5872024-10-18T17:13:31.049Z Downloaded diesel_derives v2.2.3
5882024-10-18T17:13:31.051Z Downloaded progenitor v0.8.0
5892024-10-18T17:13:31.053Z Downloaded endian-type v0.1.2
5902024-10-18T17:13:31.053Z Downloaded rand_seeder v0.3.0
5912024-10-18T17:13:31.055Z Downloaded proc-macro-crate v3.2.0
5922024-10-18T17:13:31.055Z Downloaded der v0.7.9
5932024-10-18T17:13:31.060Z Downloaded num-bigint-dig v0.8.4
5942024-10-18T17:13:31.064Z Downloaded peg-macros v0.8.4
5952024-10-18T17:13:31.067Z Downloaded nom v7.1.3
5962024-10-18T17:13:31.071Z Downloaded multimap v0.10.0
5972024-10-18T17:13:31.073Z Downloaded dsl_auto_type v0.1.2
5982024-10-18T17:13:31.076Z Downloaded diff v0.1.13
5992024-10-18T17:13:31.078Z Downloaded proptest v1.5.0
6002024-10-18T17:13:31.085Z Downloaded zone v0.1.8
6012024-10-18T17:13:31.087Z Downloaded same-file v1.0.6
6022024-10-18T17:13:31.087Z Downloaded parking_lot v0.11.2
6032024-10-18T17:13:31.089Z Downloaded thiserror-impl-no-std v2.0.2
6042024-10-18T17:13:31.092Z Downloaded termcolor v1.4.1
6052024-10-18T17:13:31.092Z Downloaded diesel-dtrace v0.3.0
6062024-10-18T17:13:31.094Z Downloaded partial-io v0.5.4
6072024-10-18T17:13:31.097Z Downloaded owo-colors v4.1.0
6082024-10-18T17:13:31.099Z Downloaded crc-any v2.5.0
6092024-10-18T17:13:31.102Z Downloaded typed-path v0.7.1
6102024-10-18T17:13:31.105Z Downloaded openssl-sys v0.9.103
6112024-10-18T17:13:31.110Z Downloaded path-slash v0.1.5
6122024-10-18T17:13:31.112Z Downloaded num_threads v0.1.7
6132024-10-18T17:13:31.112Z Downloaded tls_codec_derive v0.4.1
6142024-10-18T17:13:31.115Z Downloaded phf_shared v0.11.2
6152024-10-18T17:13:31.115Z Downloaded darling_core v0.20.10
6162024-10-18T17:13:31.119Z Downloaded criterion v0.5.1
6172024-10-18T17:13:31.125Z Downloaded clap_lex v0.7.2
6182024-10-18T17:13:31.128Z Downloaded nanorand v0.7.0
6192024-10-18T17:13:31.130Z Downloaded instability v0.3.2
6202024-10-18T17:13:31.130Z Downloaded pem-rfc7468 v0.7.0
6212024-10-18T17:13:31.132Z Downloaded progenitor-impl v0.8.0
6222024-10-18T17:13:31.135Z Downloaded thread_local v1.1.8
6232024-10-18T17:13:31.135Z Downloaded signal-hook-mio v0.2.4
6242024-10-18T17:13:31.137Z Downloaded shell-words v1.1.0
6252024-10-18T17:13:31.137Z Downloaded tracing-attributes v0.1.27
6262024-10-18T17:13:31.139Z Downloaded mime_guess v2.0.5
6272024-10-18T17:13:31.142Z Downloaded openssl v0.10.66
6282024-10-18T17:13:31.149Z Downloaded itertools v0.10.5
6292024-10-18T17:13:31.155Z Downloaded threadpool v1.8.1
6302024-10-18T17:13:31.158Z Downloaded scopeguard v1.2.0
6312024-10-18T17:13:31.158Z Downloaded num_enum_derive v0.5.11
6322024-10-18T17:13:31.160Z Downloaded terminal_size v0.4.0
6332024-10-18T17:13:31.160Z Downloaded rayon-core v1.12.1
6342024-10-18T17:13:31.163Z Downloaded num_cpus v1.16.0
6352024-10-18T17:13:31.166Z Downloaded thread-id v4.2.2
6362024-10-18T17:13:31.168Z Downloaded term v0.7.0
6372024-10-18T17:13:31.170Z Downloaded macaddr v1.0.1
6382024-10-18T17:13:31.172Z Downloaded rustc_version v0.4.1
6392024-10-18T17:13:31.173Z Downloaded serde_with_macros v3.11.0
6402024-10-18T17:13:31.175Z Downloaded tokio-stream v0.1.16
6412024-10-18T17:13:31.181Z Downloaded tokio-tungstenite v0.21.0
6422024-10-18T17:13:31.181Z Downloaded primeorder v0.13.6
6432024-10-18T17:13:31.183Z Downloaded toml v0.8.19
6442024-10-18T17:13:31.185Z Downloaded scrypt v0.11.0
6452024-10-18T17:13:31.188Z Downloaded hyper v0.14.30
6462024-10-18T17:13:31.194Z Downloaded papergrid v0.11.0
6472024-10-18T17:13:31.198Z Downloaded signal-hook-registry v1.4.2
6482024-10-18T17:13:31.201Z Downloaded multer v3.1.0
6492024-10-18T17:13:31.203Z Downloaded thiserror-no-std v2.0.2
6502024-10-18T17:13:31.205Z Downloaded derive_more v0.99.18
6512024-10-18T17:13:31.209Z Downloaded native-tls v0.2.12
6522024-10-18T17:13:31.212Z Downloaded unicode_categories v0.1.1
6532024-10-18T17:13:31.214Z Downloaded signal-hook v0.3.17
6542024-10-18T17:13:31.216Z Downloaded unicode-bidi v0.3.17
6552024-10-18T17:13:31.218Z Downloaded derive-where v1.2.7
6562024-10-18T17:13:31.222Z Downloaded mockall_derive v0.13.0
6572024-10-18T17:13:31.224Z Downloaded phf_codegen v0.11.2
6582024-10-18T17:13:31.226Z Downloaded lazy_static v1.5.0
6592024-10-18T17:13:31.226Z Downloaded idna v0.4.0
6602024-10-18T17:13:31.232Z Downloaded serde_tokenstream v0.2.2
6612024-10-18T17:13:31.234Z Downloaded proc-macro2 v1.0.87
6622024-10-18T17:13:31.236Z Downloaded clap_derive v4.5.18
6632024-10-18T17:13:31.239Z Downloaded pem v3.0.4
6642024-10-18T17:13:31.239Z Downloaded p256 v0.13.2
6652024-10-18T17:13:31.242Z Downloaded idna v0.3.0
6662024-10-18T17:13:31.248Z Downloaded tracing v0.1.40
6672024-10-18T17:13:31.252Z Downloaded ipnet v2.10.1
6682024-10-18T17:13:31.255Z Downloaded winnow v0.5.40
6692024-10-18T17:13:31.262Z Downloaded lock_api v0.4.12
6702024-10-18T17:13:31.264Z Downloaded plotters v0.3.7
6712024-10-18T17:13:31.272Z Downloaded serde_with v3.11.0
6722024-10-18T17:13:31.280Z Downloaded parse-zoneinfo v0.3.1
6732024-10-18T17:13:31.282Z Downloaded derive_builder v0.20.2
6742024-10-18T17:13:31.287Z Downloaded clang-sys v1.8.1
6752024-10-18T17:13:31.289Z Downloaded password-hash v0.4.2
6762024-10-18T17:13:31.292Z Downloaded samael v0.0.17
6772024-10-18T17:13:31.296Z Downloaded zip v0.6.6
6782024-10-18T17:13:31.299Z Downloaded clap v4.5.20
6792024-10-18T17:13:31.308Z Downloaded itertools v0.13.0
6802024-10-18T17:13:31.315Z Downloaded idna v0.2.3
6812024-10-18T17:13:31.320Z Downloaded compact_str v0.8.0
6822024-10-18T17:13:31.324Z Downloaded portable-atomic v1.9.0
6832024-10-18T17:13:31.330Z Downloaded smoltcp v0.11.0
6842024-10-18T17:13:31.341Z Downloaded libxml v0.3.3
6852024-10-18T17:13:31.347Z Downloaded rustyline v14.0.0
6862024-10-18T17:13:31.352Z Downloaded tough v0.17.1
6872024-10-18T17:13:31.359Z Downloaded pretty_assertions v1.4.1
6882024-10-18T17:13:31.361Z Downloaded openapiv3 v2.0.0
6892024-10-18T17:13:31.372Z Downloaded unicode-normalization v0.1.24
6902024-10-18T17:13:31.375Z Downloaded object v0.36.5
6912024-10-18T17:13:31.386Z Downloaded chrono-tz v0.10.0
6922024-10-18T17:13:31.392Z Downloaded reedline v0.35.0
6932024-10-18T17:13:31.399Z Downloaded polar-core v0.27.3
6942024-10-18T17:13:31.407Z Downloaded radix_trie v0.2.1
6952024-10-18T17:13:31.412Z Downloaded webpki-roots v0.26.6
6962024-10-18T17:13:31.415Z Downloaded nix v0.28.0
6972024-10-18T17:13:31.426Z Downloaded ssh-key v0.6.6
6982024-10-18T17:13:31.432Z Downloaded regex v1.11.0
6992024-10-18T17:13:31.444Z Downloaded memchr v2.7.4
7002024-10-18T17:13:31.449Z Downloaded nix v0.29.0
7012024-10-18T17:13:31.459Z Downloaded zerocopy v0.7.35
7022024-10-18T17:13:31.474Z Downloaded lalrpop v0.19.12
7032024-10-18T17:13:31.484Z Downloaded regex-syntax v0.6.29
7042024-10-18T17:13:31.491Z Downloaded tabled v0.15.0
7052024-10-18T17:13:31.505Z Downloaded rustls-webpki v0.101.7
7062024-10-18T17:13:31.518Z Downloaded typify-impl v0.2.0
7072024-10-18T17:13:31.531Z Downloaded p521 v0.13.3
7082024-10-18T17:13:31.535Z Downloaded clap_builder v4.5.20
7092024-10-18T17:13:31.541Z Downloaded trust-dns-proto v0.22.0
7102024-10-18T17:13:31.552Z Downloaded bzip2-sys v0.1.11+1.0.8
7112024-10-18T17:13:31.563Z Downloaded rustls-webpki v0.102.8
7122024-10-18T17:13:31.580Z Downloaded vcpkg v0.2.15
7132024-10-18T17:13:31.616Z Downloaded winnow v0.6.20
7142024-10-18T17:13:31.623Z Downloaded sled v0.34.7
7152024-10-18T17:13:31.633Z Downloaded regex-syntax v0.8.5
7162024-10-18T17:13:31.641Z Downloaded gimli v0.31.1
7172024-10-18T17:13:31.649Z Downloaded object v0.30.4
7182024-10-18T17:13:31.657Z Downloaded syn v1.0.109
7192024-10-18T17:13:31.667Z Downloaded smoltcp v0.9.1
7202024-10-18T17:13:31.676Z Downloaded unicode-width v0.1.14
7212024-10-18T17:13:31.682Z Downloaded syn v2.0.79
7222024-10-18T17:13:31.692Z Downloaded libc v0.2.159
7232024-10-18T17:13:31.717Z Downloaded lzma-sys v0.1.20
7242024-10-18T17:13:31.744Z Downloaded tokio v1.40.0
7252024-10-18T17:13:31.780Z Downloaded rustls v0.21.12
7262024-10-18T17:13:31.791Z Downloaded rustix v0.38.37
7272024-10-18T17:13:31.816Z Downloaded rustls v0.23.14
7282024-10-18T17:13:31.827Z Downloaded rustls v0.22.4
7292024-10-18T17:13:31.839Z Downloaded diesel v2.2.4
7302024-10-18T17:13:31.857Z Downloaded curve25519-dalek v4.1.3
7312024-10-18T17:13:31.865Z Downloaded hickory-proto v0.24.1
7322024-10-18T17:13:31.880Z Downloaded nix v0.27.1
7332024-10-18T17:13:31.890Z Downloaded dropshot v0.12.0
7342024-10-18T17:13:31.909Z Downloaded regress v0.9.1
7352024-10-18T17:13:31.917Z Downloaded regex-automata v0.4.8
7362024-10-18T17:13:31.935Z Downloaded sqlparser v0.45.0
7372024-10-18T17:13:31.940Z Downloaded zerocopy-derive v0.6.6
7382024-10-18T17:13:31.949Z Downloaded regress v0.10.1
7392024-10-18T17:13:31.957Z Downloaded ratatui v0.28.1
7402024-10-18T17:13:31.976Z Downloaded encoding_rs v0.8.34
7412024-10-18T17:13:31.997Z Downloaded bstr v1.10.0
7422024-10-18T17:13:32.007Z Downloaded libtest-mimic v0.7.3
7432024-10-18T17:13:32.009Z Downloaded idna v0.5.0
7442024-10-18T17:13:32.015Z Downloaded petgraph v0.6.5
7452024-10-18T17:13:32.032Z Downloaded ppv-lite86 v0.2.20
7462024-10-18T17:13:32.034Z Downloaded libgit2-sys v0.17.0+1.8.1
7472024-10-18T17:13:32.089Z Downloaded ed25519-dalek v2.1.1
7482024-10-18T17:13:32.092Z Downloaded sha3 v0.10.8
7492024-10-18T17:13:32.096Z Downloaded expectorate v1.1.0
7502024-10-18T17:13:32.098Z Downloaded toml_edit v0.22.22
7512024-10-18T17:13:32.118Z Downloaded csv v1.3.0
7522024-10-18T17:13:32.138Z Downloaded libz-sys v1.1.20
7532024-10-18T17:13:32.158Z Downloaded rusqlite v0.32.1
7542024-10-18T17:13:32.164Z Downloaded fallible-iterator v0.2.0
7552024-10-18T17:13:32.166Z Downloaded fallible-iterator v0.3.0
7562024-10-18T17:13:32.168Z Downloaded slog-term v2.9.1
7572024-10-18T17:13:32.168Z Downloaded libm v0.2.8
7582024-10-18T17:13:32.175Z Downloaded des v0.8.1
7592024-10-18T17:13:32.179Z Downloaded unicode-ident v1.0.13
7602024-10-18T17:13:32.181Z Downloaded rand v0.8.5
7612024-10-18T17:13:32.184Z Downloaded time v0.3.36
7622024-10-18T17:13:32.189Z Downloaded goblin v0.8.2
7632024-10-18T17:13:32.195Z Downloaded httpmock v0.8.0-alpha.1
7642024-10-18T17:13:32.212Z Downloaded itertools v0.12.1
7652024-10-18T17:13:32.220Z Downloaded snafu v0.8.5
7662024-10-18T17:13:32.226Z Downloaded num-traits v0.2.19
7672024-10-18T17:13:32.230Z Downloaded russh v0.45.0
7682024-10-18T17:13:32.235Z Downloaded p384 v0.13.0
7692024-10-18T17:13:32.241Z Downloaded async-std v1.13.0
7702024-10-18T17:13:32.259Z Downloaded rayon v1.10.0
7712024-10-18T17:13:32.268Z Downloaded snafu-derive v0.8.5
7722024-10-18T17:13:32.270Z Downloaded data-encoding v2.6.0
7732024-10-18T17:13:32.272Z Downloaded topological-sort v0.2.2
7742024-10-18T17:13:32.272Z Downloaded serde_json v1.0.128
7752024-10-18T17:13:32.277Z Downloaded chrono v0.4.38
7762024-10-18T17:13:32.284Z Downloaded bitvec v1.0.1
7772024-10-18T17:13:32.298Z Downloaded bindgen v0.69.5
7782024-10-18T17:13:32.305Z Downloaded dof v0.3.0
7792024-10-18T17:13:32.307Z Downloaded cookie_store v0.21.0
7802024-10-18T17:13:32.310Z Downloaded uzers v0.12.1
7812024-10-18T17:13:32.310Z Downloaded semver v1.0.23
7822024-10-18T17:13:32.312Z Downloaded sct v0.7.1
7832024-10-18T17:13:32.315Z Downloaded der_derive v0.7.3
7842024-10-18T17:13:32.317Z Downloaded zerocopy-derive v0.7.35
7852024-10-18T17:13:32.320Z Downloaded unsafe-libyaml v0.2.11
7862024-10-18T17:13:32.323Z Downloaded unicode-segmentation v1.12.0
7872024-10-18T17:13:32.326Z Downloaded git2 v0.19.0
7882024-10-18T17:13:32.334Z Downloaded reqwest v0.12.8
7892024-10-18T17:13:32.342Z Downloaded rsa v0.9.6
7902024-10-18T17:13:32.347Z Downloaded socket2 v0.5.7
7912024-10-18T17:13:32.349Z Downloaded hashbrown v0.15.0
7922024-10-18T17:13:32.354Z Downloaded minimal-lexical v0.2.1
7932024-10-18T17:13:32.358Z Downloaded ring v0.17.8
7942024-10-18T17:13:32.432Z Downloaded reqwest v0.11.27
7952024-10-18T17:13:32.439Z Downloaded quinn-udp v0.5.5
7962024-10-18T17:13:32.441Z Downloaded serde v1.0.210
7972024-10-18T17:13:32.443Z Downloaded tungstenite v0.21.0
7982024-10-18T17:13:32.446Z Downloaded mio v1.0.2
7992024-10-18T17:13:32.451Z Downloaded linked-hash-map v0.5.6
8002024-10-18T17:13:32.454Z Downloaded r2d2 v0.8.10
8012024-10-18T17:13:32.454Z Downloaded pest_derive v2.7.14
8022024-10-18T17:13:32.456Z Downloaded structmeta-derive v0.3.0
8032024-10-18T17:13:32.459Z Downloaded serde_repr v0.1.19
8042024-10-18T17:13:32.459Z Downloaded serde_regex v1.1.0
8052024-10-18T17:13:32.461Z Downloaded serde_plain v1.0.2
8062024-10-18T17:13:32.461Z Downloaded ring v0.16.20
8072024-10-18T17:13:32.540Z Downloaded env_filter v0.1.2
8082024-10-18T17:13:32.542Z Downloaded crypto-bigint v0.5.5
8092024-10-18T17:13:32.547Z Downloaded zerocopy v0.6.6
8102024-10-18T17:13:32.550Z Downloaded uuid v1.10.0
8112024-10-18T17:13:32.552Z Downloaded predicates-core v1.0.8
8122024-10-18T17:13:32.555Z Downloaded defmt-parser v0.3.4
8132024-10-18T17:13:32.555Z Downloaded flate2 v1.0.34
8142024-10-18T17:13:32.558Z Downloaded nodrop v0.1.14
8152024-10-18T17:13:32.560Z Downloaded pkcs1 v0.7.5
8162024-10-18T17:13:32.562Z Downloaded nu-ansi-term v0.50.1
8172024-10-18T17:13:32.564Z Downloaded parking_lot_core v0.9.10
8182024-10-18T17:13:32.567Z Downloaded yasna v0.5.2
8192024-10-18T17:13:32.567Z Downloaded thiserror v1.0.64
8202024-10-18T17:13:32.571Z Downloaded elliptic-curve v0.13.8
8212024-10-18T17:13:32.574Z Downloaded x509-cert v0.2.5
8222024-10-18T17:13:32.580Z Downloaded url v2.5.2
8232024-10-18T17:13:32.583Z Downloaded hyper-util v0.1.9
8242024-10-18T17:13:32.586Z Downloaded heapless v0.7.17
8252024-10-18T17:13:32.590Z Downloaded ucd-trie v0.1.7
8262024-10-18T17:13:32.592Z Downloaded num_enum v0.5.11
8272024-10-18T17:13:32.595Z Downloaded target-lexicon v0.12.16
8282024-10-18T17:13:32.597Z Downloaded parking_lot_core v0.8.6
8292024-10-18T17:13:32.600Z Downloaded indoc v2.0.5
8302024-10-18T17:13:32.602Z Downloaded slog-stdlog v4.1.1
8312024-10-18T17:13:32.602Z Downloaded piper v0.2.4
8322024-10-18T17:13:32.605Z Downloaded tower-service v0.3.3
8332024-10-18T17:13:32.605Z Downloaded sqlparser_derive v0.2.2
8342024-10-18T17:13:32.605Z Downloaded ron v0.7.1
8352024-10-18T17:13:32.609Z Downloaded display-error-chain v0.2.1
8362024-10-18T17:13:32.611Z Downloaded convert_case v0.4.0
8372024-10-18T17:13:32.611Z Downloaded aes v0.8.4
8382024-10-18T17:13:32.614Z Downloaded libsqlite3-sys v0.30.1
8392024-10-18T17:13:32.690Z Downloaded miniz_oxide v0.8.0
8402024-10-18T17:13:32.693Z Downloaded const_format v0.2.33
8412024-10-18T17:13:32.697Z Downloaded plain v0.2.3
8422024-10-18T17:13:32.699Z Downloaded pkcs5 v0.7.1
8432024-10-18T17:13:32.701Z Downloaded pin-utils v0.1.0
8442024-10-18T17:13:32.703Z Downloaded slog-envlogger v2.2.0
8452024-10-18T17:13:32.703Z Downloaded slog-dtrace v0.3.0
8462024-10-18T17:13:32.706Z Downloaded tinytemplate v1.2.1
8472024-10-18T17:13:32.706Z Downloaded subtle v2.6.1
8482024-10-18T17:13:32.708Z Downloaded hyper-rustls v0.26.0
8492024-10-18T17:13:32.711Z Downloaded base64 v0.21.7
8502024-10-18T17:13:32.712Z Downloaded rustls-pki-types v1.9.0
8512024-10-18T17:13:32.715Z Downloaded ryu v1.0.18
8522024-10-18T17:13:32.717Z Downloaded futures-channel v0.3.31
8532024-10-18T17:13:32.719Z Downloaded untrusted v0.9.0
8542024-10-18T17:13:32.722Z Downloaded unicase v2.7.0
8552024-10-18T17:13:32.722Z Downloaded strum_macros v0.25.3
8562024-10-18T17:13:32.724Z Downloaded fixedbitset v0.4.2
8572024-10-18T17:13:32.727Z Downloaded datatest-stable v0.2.9
8582024-10-18T17:13:32.727Z Downloaded twox-hash v1.6.3
8592024-10-18T17:13:32.730Z Downloaded tokio-rustls v0.24.1
8602024-10-18T17:13:32.730Z Downloaded slog-async v2.8.0
8612024-10-18T17:13:32.732Z Downloaded async-io v2.3.4
8622024-10-18T17:13:32.734Z Downloaded criterion-plot v0.5.0
8632024-10-18T17:13:32.736Z Downloaded secrecy v0.8.0
8642024-10-18T17:13:32.736Z Downloaded spin v0.9.8
8652024-10-18T17:13:32.739Z Downloaded slog-bunyan v2.5.0
8662024-10-18T17:13:32.742Z Downloaded pest_generator v2.7.14
8672024-10-18T17:13:32.742Z Downloaded tokio-tungstenite v0.23.1
8682024-10-18T17:13:32.744Z Downloaded home v0.5.9
8692024-10-18T17:13:32.744Z Downloaded heck v0.5.0
8702024-10-18T17:13:32.744Z Downloaded fs-err v2.11.0
8712024-10-18T17:13:32.746Z Downloaded termios v0.3.3
8722024-10-18T17:13:32.749Z Downloaded argon2 v0.5.3
8732024-10-18T17:13:32.749Z Downloaded hyper-staticfile v0.10.1
8742024-10-18T17:13:32.751Z Downloaded hostname v0.4.0
8752024-10-18T17:13:32.751Z Downloaded futures-sink v0.3.31
8762024-10-18T17:13:32.754Z Downloaded futures-executor v0.3.31
8772024-10-18T17:13:32.754Z Downloaded parse-display-derive v0.10.0
8782024-10-18T17:13:32.754Z Downloaded hex-literal v0.4.1
8792024-10-18T17:13:32.756Z Downloaded foldhash v0.1.3
8802024-10-18T17:13:32.756Z Downloaded float-cmp v0.9.0
8812024-10-18T17:13:32.756Z Downloaded cipher v0.4.4
8822024-10-18T17:13:32.758Z Downloaded async-executor v1.13.1
8832024-10-18T17:13:32.761Z Downloaded assert_cmd v2.0.16
8842024-10-18T17:13:32.763Z Downloaded arc-swap v1.7.1
8852024-10-18T17:13:32.765Z Downloaded byteorder v1.5.0
8862024-10-18T17:13:32.768Z Downloaded async-recursion v1.1.1
8872024-10-18T17:13:32.770Z Downloaded bit-vec v0.6.3
8882024-10-18T17:13:32.770Z Downloaded bcrypt-pbkdf v0.10.0
8892024-10-18T17:13:32.772Z Downloaded base16ct v0.2.0
8902024-10-18T17:13:32.772Z Downloaded async-task v4.7.1
8912024-10-18T17:13:32.774Z Downloaded hex v0.4.3
8922024-10-18T17:13:32.777Z Downloaded futures-macro v0.3.31
8932024-10-18T17:13:32.777Z Downloaded async-object-pool v0.1.5
8942024-10-18T17:13:32.777Z Downloaded fastrand v2.1.1
8952024-10-18T17:13:32.779Z Downloaded async-lock v3.4.0
8962024-10-18T17:13:32.781Z Downloaded async-bb8-diesel v0.2.1
8972024-10-18T17:13:32.784Z Downloaded async-process v2.3.0
8982024-10-18T17:13:32.784Z Downloaded hash32 v0.2.1
8992024-10-18T17:13:32.786Z Downloaded gethostname v0.5.0
9002024-10-18T17:13:32.786Z Downloaded futures-io v0.3.31
9012024-10-18T17:13:32.787Z Downloaded heck v0.4.1
9022024-10-18T17:13:32.790Z Downloaded generic-array v0.14.7
9032024-10-18T17:13:32.790Z Downloaded arrayvec v0.7.6
9042024-10-18T17:13:32.790Z Downloaded cassowary v0.3.0
9052024-10-18T17:13:32.793Z Downloaded assert-json-diff v2.0.2
9062024-10-18T17:13:32.793Z Downloaded bitfield v0.14.0
9072024-10-18T17:13:32.796Z Downloaded async-signal v0.2.10
9082024-10-18T17:13:32.796Z Downloaded anstyle-query v1.1.1
9092024-10-18T17:13:32.796Z Downloaded bitfield-struct v0.6.2
9102024-10-18T17:13:32.798Z Downloaded bit-set v0.5.3
9112024-10-18T17:13:32.798Z Downloaded atomic-waker v1.1.2
9122024-10-18T17:13:32.801Z Downloaded array-init v0.0.4
9132024-10-18T17:13:32.801Z Downloaded autocfg v1.4.0
9142024-10-18T17:13:32.801Z Downloaded foreign-types-macros v0.2.3
9152024-10-18T17:13:32.803Z Downloaded fnv v1.0.7
9162024-10-18T17:13:33.061Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9172024-10-18T17:14:02.821Z Startup: Refreshing catalog 'helios-dev' ... Done
9182024-10-18T17:14:06.334Z Startup: Caching catalogs ... Done
9192024-10-18T17:14:12.092ZPlanning: Solver setup ... Done (5.089s)
9202024-10-18T17:14:12.171ZPlanning: Running solver ... Done (0.078s)
9212024-10-18T17:14:12.347ZPlanning: Finding local manifests ... Done (0.111s)
9222024-10-18T17:14:12.359ZPlanning: Fetching manifests: 0/5 0% complete
9232024-10-18T17:14:12.582ZPlanning: Fetching manifests: 5/5 100% complete
9242024-10-18T17:14:12.951ZPlanning: Package planning ... Done (0.369s)
9252024-10-18T17:14:13.007ZPlanning: Merging actions ... Done (0.056s)
9262024-10-18T17:14:14.146ZPlanning: Checking for conflicting actions ... Done (1.138s)
9272024-10-18T17:14:24.477ZPlanning: Consolidating action changes ... Done (10.325s)
9282024-10-18T17:14:25.028ZPlanning: Evaluating mediators ... Done (0.552s)
9292024-10-18T17:14:25.240ZPlanning: Planning completed in 18.82 seconds
9302024-10-18T17:14:26.497Z Packages to install: 4
9312024-10-18T17:14:26.497Z Packages to update: 1
9322024-10-18T17:14:26.500Z Mediators to change: 2
9332024-10-18T17:14:26.500Z Services to change: 1
9342024-10-18T17:14:26.500Z Estimated space available: 155.48 GB
9352024-10-18T17:14:26.500ZEstimated space to be consumed: 1.57 GB
9362024-10-18T17:14:26.500Z Create boot environment: No
9372024-10-18T17:14:26.500ZCreate backup boot environment: Yes
9382024-10-18T17:14:26.500Z Rebuild boot archive: No
9392024-10-18T17:14:26.500Z
9402024-10-18T17:14:26.500ZChanged mediators:
9412024-10-18T17:14:26.500Z mediator clang:
9422024-10-18T17:14:26.500Z version: None -> 15 (system default)
9432024-10-18T17:14:26.500Z
9442024-10-18T17:14:26.500Z mediator llvm:
9452024-10-18T17:14:26.500Z version: 14 (system default) -> 15 (system default)
9462024-10-18T17:14:26.500Z
9472024-10-18T17:14:26.500ZChanged packages:
9482024-10-18T17:14:26.500Zhelios-dev
9492024-10-18T17:14:26.500Z developer/build-essential
9502024-10-18T17:14:26.500Z None -> 11-2.0
9512024-10-18T17:14:26.500Z library/libxmlsec1
9522024-10-18T17:14:26.500Z None -> 1.2.35-2.0
9532024-10-18T17:14:26.500Z ooce/developer/clang-15
9542024-10-18T17:14:26.500Z None -> 15.0.7-2.0
9552024-10-18T17:14:26.500Z ooce/developer/llvm-15
9562024-10-18T17:14:26.500Z None -> 15.0.7-2.0
9572024-10-18T17:14:26.500Z package/pkg
9582024-10-18T17:14:26.501Z 0.5.11-2.0 -> 0.5.11-2.1.6412
9592024-10-18T17:14:26.501Z
9602024-10-18T17:14:26.501ZServices:
9612024-10-18T17:14:26.501Z restart_fmri:
9622024-10-18T17:14:26.501Z svc:/system/update-man-index:default
9632024-10-18T17:14:26.501Z
9642024-10-18T17:14:26.501ZEditable files to change:
9652024-10-18T17:14:26.501Z Update:
9662024-10-18T17:14:26.501Z usr/share/lib/pkg/web/config.shtml
9672024-10-18T17:14:26.981Z
9682024-10-18T17:14:26.981ZDownload: 0/4281 items 0.0/220.6MB 0% complete
9692024-10-18T17:14:31.983ZDownload: 1347/4281 items 104.5/220.6MB 47% complete (21.1M/s)
9702024-10-18T17:14:37.021ZDownload: 3233/4281 items 165.2/220.6MB 74% complete (16.6M/s)
9712024-10-18T17:14:41.979ZDownload: Completed 220.60 MB in 14.99 seconds (14.7M/s)
9722024-10-18T17:14:42.962Z Actions: 1/5063 actions (Removing old actions)
9732024-10-18T17:14:42.978Z Actions: 194/5063 actions (Installing new actions)
9742024-10-18T17:14:48.252Z Actions: 4126/5063 actions (Installing new actions)
9752024-10-18T17:14:49.301Z Actions: 4226/5063 actions (Updating modified actions)
9762024-10-18T17:14:49.789Z Actions: Completed 5063 actions in 6.82 seconds.
9772024-10-18T17:14:49.982Z Done (0.186s)
9782024-10-18T17:14:49.984Z Done (0.000s)
9792024-10-18T17:14:50.468Z Done (0.485s)
9802024-10-18T17:14:58.074Z Done (7.412s)
9812024-10-18T17:14:58.614Z Done (0.473s)
9822024-10-18T17:14:58.617Z Done (0.000s)
9832024-10-18T17:14:58.774Z Done (0.000s)
9842024-10-18T17:14:59.393ZPlanning: Evaluating mediator changes ... Done
9852024-10-18T17:14:59.550ZPlanning: Checking for conflicting actions ... Done
9862024-10-18T17:14:59.554ZPlanning: Consolidating action changes ... Done
9872024-10-18T17:14:59.805ZPlanning: Evaluating mediators ... Done
9882024-10-18T17:14:59.807ZPlanning: Planning completed in 0.41 seconds
9892024-10-18T17:14:59.842Z Mediators to change: 2
9902024-10-18T17:14:59.842Z Create boot environment: No
9912024-10-18T17:14:59.845ZCreate backup boot environment: No
9922024-10-18T17:14:59.921Z Done
9932024-10-18T17:14:59.921Z Done
9942024-10-18T17:15:00.230Z Done
9952024-10-18T17:15:03.698Z Done
9962024-10-18T17:15:03.782Z Done
9972024-10-18T17:15:03.782Z Done
9982024-10-18T17:15:03.910Z Done
9992024-10-18T17:15:04.514ZPlanning: Evaluating mediator changes ... Done
10002024-10-18T17:15:04.517ZPlanning: Merging actions ... Done
10012024-10-18T17:15:04.699ZPlanning: Checking for conflicting actions ... Done
10022024-10-18T17:15:04.702ZPlanning: Consolidating action changes ... Done
10032024-10-18T17:15:04.957ZPlanning: Evaluating mediators ... Done
10042024-10-18T17:15:05.011ZPlanning: Planning completed in 0.74 seconds
10052024-10-18T17:15:05.049Z Packages to change: 1
10062024-10-18T17:15:05.049Z Mediators to change: 1
10072024-10-18T17:15:05.052Z Services to change: 1
10082024-10-18T17:15:05.052Z Create boot environment: No
10092024-10-18T17:15:05.052ZCreate backup boot environment: Yes
10102024-10-18T17:15:07.079Z Actions: 1/6 actions (Updating modified actions)
10112024-10-18T17:15:07.217Z Actions: Completed 6 actions in 0.14 seconds.
10122024-10-18T17:15:07.217Z Done
10132024-10-18T17:15:07.217Z Done
10142024-10-18T17:15:07.314Z Done
10152024-10-18T17:15:10.708Z Done
10162024-10-18T17:15:10.794Z Done
10172024-10-18T17:15:10.796Z Done
10182024-10-18T17:15:10.902Z Done
10192024-10-18T17:15:11.319ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
10202024-10-18T17:15:11.319Zclang system 15 system
10212024-10-18T17:15:11.319Zcsh system system illumos
10222024-10-18T17:15:11.319Zctags system system illumos
10232024-10-18T17:15:11.319Zgcc vendor 12 vendor
10242024-10-18T17:15:11.319Zgcc system 10 system
10252024-10-18T17:15:11.319Zgcc system 7 system
10262024-10-18T17:15:11.319Zgo system 1.20 system
10272024-10-18T17:15:11.319Zgo system 1.19 system
10282024-10-18T17:15:11.319Zllvm system 15 system
10292024-10-18T17:15:11.319Zllvm system 14 system
10302024-10-18T17:15:11.319Zmariadb system 10.6 system
10312024-10-18T17:15:11.319Zmta vendor vendor dma
10322024-10-18T17:15:11.319Zopenjdk system 17 system
10332024-10-18T17:15:11.319Zopenjdk system 11 system
10342024-10-18T17:15:11.319Zopenjdk system 1.8 system
10352024-10-18T17:15:11.319Zopenssl vendor 3 vendor
10362024-10-18T17:15:11.320Zperl system 5.36 system
10372024-10-18T17:15:11.320Zpostgresql system 15 system
10382024-10-18T17:15:11.320Zpostgresql system 13 system
10392024-10-18T17:15:11.320Zpython vendor 3 vendor
10402024-10-18T17:15:11.320Zpython system 2 system
10412024-10-18T17:15:11.320Zpython3 system 3.11 system
10422024-10-18T17:15:11.320Zruby system 3.0 system
10432024-10-18T17:15:11.320Zwords vendor vendor american-english
10442024-10-18T17:15:11.320Zwords system system australian-english
10452024-10-18T17:15:11.320Zwords system system british-english
10462024-10-18T17:15:11.320Zwords system system canadian-english
10472024-10-18T17:15:11.320Zwords system system french
10482024-10-18T17:15:11.320Zwords system system italian
10492024-10-18T17:15:11.320Zwords system system ngerman
10502024-10-18T17:15:11.320Zwords system system ogerman
10512024-10-18T17:15:11.320Zwords system system spanish
10522024-10-18T17:15:11.635ZPUBLISHER TYPE STATUS P LOCATION
10532024-10-18T17:15:11.635Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
10542024-10-18T17:15:13.798ZFMRI IFO
10552024-10-18T17:15:13.799Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
10562024-10-18T17:15:13.799Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
10572024-10-18T17:15:13.799Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
10582024-10-18T17:15:13.799Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
10592024-10-18T17:15:13.799Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
10602024-10-18T17:15:13.799Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
10612024-10-18T17:15:13.799Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
10622024-10-18T17:15:13.799Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
10632024-10-18T17:15:13.799Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
10642024-10-18T17:15:13.799Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
10652024-10-18T17:15:13.799Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
10662024-10-18T17:15:13.799Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
10672024-10-18T17:15:13.799Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
10682024-10-18T17:15:14.754Z Downloading crates ...
10692024-10-18T17:15:14.859Z Downloaded cargo_toml v0.20.5
10702024-10-18T17:15:14.990Z Compiling proc-macro2 v1.0.87
10712024-10-18T17:15:14.990Z Compiling unicode-ident v1.0.13
10722024-10-18T17:15:14.993Z Compiling version_check v0.9.5
10732024-10-18T17:15:14.993Z Compiling serde v1.0.210
10742024-10-18T17:15:14.993Z Compiling memchr v2.7.4
10752024-10-18T17:15:14.993Z Compiling thiserror v1.0.64
10762024-10-18T17:15:14.993Z Compiling libc v0.2.159
10772024-10-18T17:15:15.010Z Compiling itoa v1.0.11
10782024-10-18T17:15:15.233Z Compiling ucd-trie v0.1.7
10792024-10-18T17:15:15.244Z Compiling ryu v1.0.18
10802024-10-18T17:15:15.536Z Compiling once_cell v1.20.2
10812024-10-18T17:15:15.816Z Compiling byteorder v1.5.0
10822024-10-18T17:15:15.857Z Compiling serde_json v1.0.128
10832024-10-18T17:15:16.124Z Compiling rustix v0.38.37
10842024-10-18T17:15:17.570Z Compiling bitflags v2.6.0
10852024-10-18T17:15:17.581Z Compiling proc-macro-error-attr v1.0.4
10862024-10-18T17:15:17.621Z Compiling usdt-impl v0.5.0
10872024-10-18T17:15:17.643Z Compiling syn v1.0.109
10882024-10-18T17:15:17.884Z Compiling proc-macro-error v1.0.4
10892024-10-18T17:15:17.895Z Compiling log v0.4.22
10902024-10-18T17:15:17.963Z Compiling utf8parse v0.2.2
10912024-10-18T17:15:18.050Z Compiling equivalent v1.0.1
10922024-10-18T17:15:18.102Z Compiling plain v0.2.3
10932024-10-18T17:15:18.142Z Compiling camino v1.1.9
10942024-10-18T17:15:18.173Z Compiling hashbrown v0.15.0
10952024-10-18T17:15:18.231Z Compiling thread-id v4.2.2
10962024-10-18T17:15:18.315Z Compiling anstyle-parse v0.2.5
10972024-10-18T17:15:18.328Z Compiling winnow v0.6.20
10982024-10-18T17:15:18.358Z Compiling unicode-width v0.1.14
10992024-10-18T17:15:18.628Z Compiling quote v1.0.37
11002024-10-18T17:15:18.660Z Compiling anstyle v1.0.8
11012024-10-18T17:15:18.764Z Compiling errno v0.3.9
11022024-10-18T17:15:18.958Z Compiling pretty-hex v0.4.1
11032024-10-18T17:15:19.047Z Compiling syn v2.0.79
11042024-10-18T17:15:19.142Z Compiling autocfg v1.4.0
11052024-10-18T17:15:19.296Z Compiling indexmap v2.6.0
11062024-10-18T17:15:19.367Z Compiling is_terminal_polyfill v1.70.1
11072024-10-18T17:15:19.468Z Compiling colorchoice v1.0.2
11082024-10-18T17:15:19.617Z Compiling anstyle-query v1.1.1
11092024-10-18T17:15:19.757Z Compiling semver v1.0.23
11102024-10-18T17:15:20.199Z Compiling fs-err v2.11.0
11112024-10-18T17:15:20.321Z Compiling anstream v0.6.15
11122024-10-18T17:15:20.553Z Compiling fastrand v2.1.1
11132024-10-18T17:15:20.595Z Compiling heck v0.5.0
11142024-10-18T17:15:20.666Z Compiling strsim v0.11.1
11152024-10-18T17:15:21.076Z Compiling terminal_size v0.4.0
11162024-10-18T17:15:21.126Z Compiling fnv v1.0.7
11172024-10-18T17:15:21.145Z Compiling clap_lex v0.7.2
11182024-10-18T17:15:21.244Z Compiling heck v0.4.1
11192024-10-18T17:15:21.265Z Compiling cfg-if v1.0.0
11202024-10-18T17:15:21.610Z Compiling bytecount v0.6.8
11212024-10-18T17:15:21.644Z Compiling anyhow v1.0.89
11222024-10-18T17:15:21.696Z Compiling tempfile v3.13.0
11232024-10-18T17:15:21.736Z Compiling papergrid v0.11.0
11242024-10-18T17:15:21.828Z Compiling clap_builder v4.5.20
11252024-10-18T17:15:22.274Z Compiling memmap v0.7.0
11262024-10-18T17:15:22.400Z Compiling smawk v0.3.2
11272024-10-18T17:15:22.477Z Compiling unicode-linebreak v0.1.5
11282024-10-18T17:15:22.624Z Compiling swrite v0.1.0
11292024-10-18T17:15:22.944Z Compiling textwrap v0.16.1
11302024-10-18T17:15:24.263Z Compiling tabled_derive v0.7.0
11312024-10-18T17:15:25.646Z Compiling tabled v0.15.0
11322024-10-18T17:15:27.543Z Compiling serde_derive v1.0.210
11332024-10-18T17:15:27.543Z Compiling thiserror-impl v1.0.64
11342024-10-18T17:15:27.546Z Compiling zerocopy-derive v0.7.35
11352024-10-18T17:15:27.546Z Compiling scroll_derive v0.12.0
11362024-10-18T17:15:27.546Z Compiling clap_derive v4.5.18
11372024-10-18T17:15:28.750Z Compiling scroll v0.12.0
11382024-10-18T17:15:29.204Z Compiling zerocopy v0.7.35
11392024-10-18T17:15:29.294Z Compiling goblin v0.8.2
11402024-10-18T17:15:30.014Z Compiling pest v2.7.14
11412024-10-18T17:15:30.946Z Compiling clap v4.5.20
11422024-10-18T17:15:32.155Z Compiling pest_meta v2.7.14
11432024-10-18T17:15:32.952Z Compiling pest_generator v2.7.14
11442024-10-18T17:15:34.828Z Compiling pest_derive v2.7.14
11452024-10-18T17:15:35.469Z Compiling dtrace-parser v0.2.0
11462024-10-18T17:15:37.242Z Compiling serde_tokenstream v0.2.2
11472024-10-18T17:15:37.370Z Compiling serde_spanned v0.6.8
11482024-10-18T17:15:37.370Z Compiling toml_datetime v0.6.8
11492024-10-18T17:15:37.599Z Compiling cargo-platform v0.1.8
11502024-10-18T17:15:37.754Z Compiling toml_edit v0.22.22
11512024-10-18T17:15:37.815Z Compiling macaddr v1.0.1
11522024-10-18T17:15:38.046Z Compiling camino-tempfile v1.1.1
11532024-10-18T17:15:38.596Z Compiling dof v0.3.0
11542024-10-18T17:15:38.802Z Compiling cargo_metadata v0.18.1
11552024-10-18T17:15:40.150Z Compiling usdt-macro v0.5.0
11562024-10-18T17:15:40.166Z Compiling usdt-attr-macro v0.5.0
11572024-10-18T17:15:40.472Z Compiling toml v0.8.19
11582024-10-18T17:15:41.283Z Compiling cargo_toml v0.20.5
11592024-10-18T17:15:41.491Z Compiling usdt v0.5.0
11602024-10-18T17:15:44.578Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
11612024-10-18T17:15:48.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.12s
11622024-10-18T17:15:48.410Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
11632024-10-18T17:15:49.238Z Compiling serde v1.0.210
11642024-10-18T17:15:49.238Z Compiling typenum v1.17.0
11652024-10-18T17:15:49.241Z Compiling generic-array v0.14.7
11662024-10-18T17:15:49.241Z Compiling lock_api v0.4.12
11672024-10-18T17:15:49.241Z Compiling scopeguard v1.2.0
11682024-10-18T17:15:49.241Z Compiling subtle v2.6.1
11692024-10-18T17:15:49.364Z Compiling syn v2.0.79
11702024-10-18T17:15:49.372Z Compiling getrandom v0.2.15
11712024-10-18T17:15:49.480Z Compiling value-bag v1.9.0
11722024-10-18T17:15:49.645Z Compiling rand_core v0.6.4
11732024-10-18T17:15:49.750Z Compiling const-oid v0.9.6
11742024-10-18T17:15:49.789Z Compiling pin-project-lite v0.2.14
11752024-10-18T17:15:49.899Z Compiling log v0.4.22
11762024-10-18T17:15:49.915Z Compiling smallvec v1.13.2
11772024-10-18T17:15:50.059Z Compiling jobserver v0.1.32
11782024-10-18T17:15:50.144Z Compiling shlex v1.3.0
11792024-10-18T17:15:50.237Z Compiling parking_lot_core v0.9.10
11802024-10-18T17:15:50.282Z Compiling futures-core v0.3.31
11812024-10-18T17:15:50.516Z Compiling cc v1.1.30
11822024-10-18T17:15:50.532Z Compiling signal-hook-registry v1.4.2
11832024-10-18T17:15:50.799Z Compiling mio v1.0.2
11842024-10-18T17:15:50.928Z Compiling cpufeatures v0.2.14
11852024-10-18T17:15:51.020Z Compiling futures-sink v0.3.31
11862024-10-18T17:15:51.169Z Compiling parking_lot v0.12.3
11872024-10-18T17:15:51.337Z Compiling spin v0.9.8
11882024-10-18T17:15:51.360Z Compiling socket2 v0.5.7
11892024-10-18T17:15:51.714Z Compiling slab v0.4.9
11902024-10-18T17:15:51.807Z Compiling serde_json v1.0.128
11912024-10-18T17:15:51.927Z Compiling futures-channel v0.3.31
11922024-10-18T17:15:52.014Z Compiling futures-io v0.3.31
11932024-10-18T17:15:52.076Z Compiling tinyvec_macros v0.1.1
11942024-10-18T17:15:52.151Z Compiling futures-task v0.3.31
11952024-10-18T17:15:52.169Z Compiling pin-utils v0.1.0
11962024-10-18T17:15:52.251Z Compiling foldhash v0.1.3
11972024-10-18T17:15:52.282Z Compiling allocator-api2 v0.2.18
11982024-10-18T17:15:52.298Z Compiling tinyvec v1.8.0
11992024-10-18T17:15:52.337Z Compiling libm v0.2.8
12002024-10-18T17:15:52.436Z Compiling num-traits v0.2.19
12012024-10-18T17:15:52.451Z Compiling unicode-bidi v0.3.17
12022024-10-18T17:15:52.517Z Compiling base64ct v1.6.0
12032024-10-18T17:15:52.933Z Compiling hashbrown v0.15.0
12042024-10-18T17:15:53.035Z Compiling pem-rfc7468 v0.7.0
12052024-10-18T17:15:53.095Z Compiling flagset v0.4.6
12062024-10-18T17:15:53.303Z Compiling httparse v1.9.5
12072024-10-18T17:15:53.737Z Compiling unicode-normalization v0.1.24
12082024-10-18T17:15:53.850Z Compiling tracing-core v0.1.32
12092024-10-18T17:15:54.067Z Compiling rustls-pki-types v1.9.0
12102024-10-18T17:15:54.112Z Compiling crossbeam-utils v0.8.20
12112024-10-18T17:15:54.212Z Compiling percent-encoding v2.3.1
12122024-10-18T17:15:54.623Z Compiling ring v0.17.8
12132024-10-18T17:15:54.785Z Compiling vcpkg v0.2.15
12142024-10-18T17:15:54.801Z Compiling powerfmt v0.2.0
12152024-10-18T17:15:55.125Z Compiling time-core v0.1.2
12162024-10-18T17:15:55.145Z Compiling untrusted v0.9.0
12172024-10-18T17:15:55.175Z Compiling num-conv v0.1.0
12182024-10-18T17:15:55.290Z Compiling pkg-config v0.3.31
12192024-10-18T17:15:55.309Z Compiling deranged v0.3.11
12202024-10-18T17:15:55.435Z Compiling time-macros v0.2.18
12212024-10-18T17:15:55.750Z Compiling num_threads v0.1.7
12222024-10-18T17:15:55.876Z Compiling atomic-waker v1.1.2
12232024-10-18T17:15:56.048Z Compiling form_urlencoded v1.2.1
12242024-10-18T17:15:56.349Z Compiling slog v2.7.0
12252024-10-18T17:15:56.540Z Compiling rustix v0.38.37
12262024-10-18T17:15:56.744Z Compiling try-lock v0.2.5
12272024-10-18T17:15:57.254Z Compiling openssl-sys v0.9.103
12282024-10-18T17:15:57.254Z Compiling want v0.3.1
12292024-10-18T17:15:57.254Z Compiling httpdate v1.0.3
12302024-10-18T17:15:57.254Z Compiling idna v0.5.0
12312024-10-18T17:15:57.321Z Compiling match_cfg v0.1.0
12322024-10-18T17:15:57.335Z Compiling foreign-types-shared v0.1.1
12332024-10-18T17:15:57.407Z Compiling openssl v0.10.66
12342024-10-18T17:15:57.431Z Compiling base64 v0.22.1
12352024-10-18T17:15:57.783Z Compiling rustversion v1.0.17
12362024-10-18T17:15:57.880Z Compiling iana-time-zone v0.1.61
12372024-10-18T17:15:58.090Z Compiling tower-service v0.3.3
12382024-10-18T17:15:58.207Z Compiling url v2.5.2
12392024-10-18T17:15:58.233Z Compiling foreign-types v0.3.2
12402024-10-18T17:15:58.304Z Compiling hostname v0.3.1
12412024-10-18T17:15:58.472Z Compiling dirs-sys-next v0.1.2
12422024-10-18T17:15:58.487Z Compiling aho-corasick v1.1.3
12432024-10-18T17:15:58.537Z Compiling regex-syntax v0.8.5
12442024-10-18T17:15:58.554Z Compiling time v0.3.36
12452024-10-18T17:15:58.988Z Compiling syn v1.0.109
12462024-10-18T17:15:59.592Z Compiling rustls v0.22.4
12472024-10-18T17:15:59.719Z Compiling data-encoding v2.6.0
12482024-10-18T17:15:59.846Z Compiling siphasher v0.3.11
12492024-10-18T17:16:00.229Z Compiling adler2 v2.0.0
12502024-10-18T17:16:00.421Z Compiling rustls v0.23.14
12512024-10-18T17:16:00.678Z Compiling native-tls v0.2.12
12522024-10-18T17:16:00.980Z Compiling miniz_oxide v0.8.0
12532024-10-18T17:16:01.106Z Compiling dirs-next v2.0.0
12542024-10-18T17:16:01.745Z Compiling regex-automata v0.4.8
12552024-10-18T17:16:02.406Z Compiling serde_derive_internals v0.29.1
12562024-10-18T17:16:02.438Z Compiling serde_derive v1.0.210
12572024-10-18T17:16:02.603Z Compiling zeroize_derive v1.4.2
12582024-10-18T17:16:03.413Z Compiling zerocopy-derive v0.7.35
12592024-10-18T17:16:03.556Z Compiling tokio-macros v2.4.0
12602024-10-18T17:16:04.126Z Compiling zeroize v1.8.1
12612024-10-18T17:16:04.572Z Compiling thiserror-impl v1.0.64
12622024-10-18T17:16:04.988Z Compiling futures-macro v0.3.31
12632024-10-18T17:16:05.146Z Compiling der_derive v0.7.3
12642024-10-18T17:16:05.518Z Compiling zerocopy v0.7.35
12652024-10-18T17:16:05.807Z Compiling crypto-common v0.1.6
12662024-10-18T17:16:06.041Z Compiling block-buffer v0.10.4
12672024-10-18T17:16:06.296Z Compiling digest v0.10.7
12682024-10-18T17:16:06.751Z Compiling hmac v0.12.1
12692024-10-18T17:16:06.811Z Compiling futures-util v0.3.31
12702024-10-18T17:16:06.975Z Compiling block-padding v0.3.3
12712024-10-18T17:16:07.095Z Compiling sha2 v0.10.8
12722024-10-18T17:16:07.185Z Compiling inout v0.1.3
12732024-10-18T17:16:07.438Z Compiling cipher v0.4.4
12742024-10-18T17:16:07.525Z Compiling ppv-lite86 v0.2.20
12752024-10-18T17:16:07.732Z Compiling thiserror v1.0.64
12762024-10-18T17:16:07.854Z Compiling der v0.7.9
12772024-10-18T17:16:07.894Z Compiling tracing-attributes v0.1.27
12782024-10-18T17:16:08.357Z Compiling rand_chacha v0.3.1
12792024-10-18T17:16:08.564Z Compiling salsa20 v0.10.2
12802024-10-18T17:16:08.786Z Compiling rand v0.8.5
12812024-10-18T17:16:10.579Z Compiling spki v0.7.3
12822024-10-18T17:16:10.669Z Compiling pest v2.7.14
12832024-10-18T17:16:10.856Z Compiling pbkdf2 v0.12.2
12842024-10-18T17:16:11.041Z Compiling scrypt v0.11.0
12852024-10-18T17:16:11.058Z Compiling cbc v0.1.2
12862024-10-18T17:16:11.266Z Compiling aes v0.8.4
12872024-10-18T17:16:11.632Z Compiling scroll_derive v0.12.0
12882024-10-18T17:16:11.651Z Compiling tracing v0.1.40
12892024-10-18T17:16:12.108Z Compiling async-trait v0.1.83
12902024-10-18T17:16:12.776Z Compiling pkcs5 v0.7.1
12912024-10-18T17:16:13.099Z Compiling scroll v0.12.0
12922024-10-18T17:16:13.663Z Compiling pest_meta v2.7.14
12932024-10-18T17:16:13.689Z Compiling rustls-webpki v0.102.8
12942024-10-18T17:16:13.938Z Compiling goblin v0.8.2
12952024-10-18T17:16:14.036Z Compiling pkcs8 v0.10.2
12962024-10-18T17:16:14.039Z Compiling openssl-macros v0.1.1
12972024-10-18T17:16:14.780Z Compiling signature v2.2.0
12982024-10-18T17:16:14.796Z Compiling sha1 v0.10.6
12992024-10-18T17:16:14.796Z Compiling crossbeam-epoch v0.9.18
13002024-10-18T17:16:14.841Z Compiling pest_generator v2.7.14
13012024-10-18T17:16:15.046Z Compiling lazy_static v1.5.0
13022024-10-18T17:16:15.163Z Compiling thread_local v1.1.8
13032024-10-18T17:16:15.213Z Compiling encoding_rs v0.8.34
13042024-10-18T17:16:15.524Z Compiling cookie v0.18.1
13052024-10-18T17:16:15.703Z Compiling multer v3.1.0
13062024-10-18T17:16:15.742Z Compiling bytes v1.7.2
13072024-10-18T17:16:16.044Z Compiling indexmap v2.6.0
13082024-10-18T17:16:16.110Z Compiling bitflags v2.6.0
13092024-10-18T17:16:16.556Z Compiling semver v1.0.23
13102024-10-18T17:16:16.908Z Compiling tokio v1.40.0
13112024-10-18T17:16:17.077Z Compiling http v1.1.0
13122024-10-18T17:16:17.289Z Compiling rustc_version v0.4.1
13132024-10-18T17:16:18.059Z Compiling serde_tokenstream v0.2.2
13142024-10-18T17:16:18.615Z Compiling http-body v1.0.1
13152024-10-18T17:16:18.640Z Compiling pest_derive v2.7.14
13162024-10-18T17:16:18.838Z Compiling uuid v1.10.0
13172024-10-18T17:16:18.866Z Compiling toml_datetime v0.6.8
13182024-10-18T17:16:19.367Z Compiling serde_spanned v0.6.8
13192024-10-18T17:16:19.479Z Compiling dtrace-parser v0.2.0
13202024-10-18T17:16:19.562Z Compiling dof v0.3.0
13212024-10-18T17:16:19.585Z Compiling chrono v0.4.38
13222024-10-18T17:16:19.624Z Compiling http-body-util v0.1.2
13232024-10-18T17:16:20.143Z Compiling heapless v0.7.17
13242024-10-18T17:16:20.576Z Compiling usdt-impl v0.5.0
13252024-10-18T17:16:21.645Z Compiling unicode-properties v0.1.3
13262024-10-18T17:16:21.750Z Compiling gimli v0.31.1
13272024-10-18T17:16:22.036Z Compiling ipnet v2.10.1
13282024-10-18T17:16:22.158Z Compiling schemars v0.8.21
13292024-10-18T17:16:22.515Z Compiling mime v0.3.17
13302024-10-18T17:16:22.729Z Compiling slog-async v2.8.0
13312024-10-18T17:16:23.102Z Compiling either v1.13.0
13322024-10-18T17:16:23.218Z Compiling paste v1.0.15
13332024-10-18T17:16:23.257Z Compiling signal-hook v0.3.17
13342024-10-18T17:16:23.315Z Compiling openssl-probe v0.1.5
13352024-10-18T17:16:23.515Z Compiling rayon-core v1.12.1
13362024-10-18T17:16:23.643Z Compiling toml_edit v0.22.22
13372024-10-18T17:16:23.645Z Compiling stringprep v0.1.5
13382024-10-18T17:16:23.811Z Compiling curve25519-dalek v4.1.3
13392024-10-18T17:16:23.852Z Compiling slog-json v2.6.1
13402024-10-18T17:16:24.135Z Compiling usdt-macro v0.5.0
13412024-10-18T17:16:24.215Z Compiling usdt-attr-macro v0.5.0
13422024-10-18T17:16:24.527Z Compiling serde_urlencoded v0.7.1
13432024-10-18T17:16:24.812Z Compiling crossbeam-deque v0.8.5
13442024-10-18T17:16:25.067Z Compiling tokio-util v0.7.12
13452024-10-18T17:16:25.835Z Compiling futures-executor v0.3.31
13462024-10-18T17:16:26.394Z Compiling h2 v0.4.6
13472024-10-18T17:16:26.848Z Compiling addr2line v0.24.2
13482024-10-18T17:16:27.183Z Compiling md-5 v0.10.6
13492024-10-18T17:16:27.450Z Compiling schemars_derive v0.8.21
13502024-10-18T17:16:27.494Z Compiling enum-as-inner v0.6.1
13512024-10-18T17:16:28.558Z Compiling async-stream-impl v0.3.6
13522024-10-18T17:16:28.969Z Compiling term v0.7.0
13532024-10-18T17:16:30.447Z Compiling crossbeam-channel v0.5.13
13542024-10-18T17:16:30.731Z Compiling num-integer v0.1.46
13552024-10-18T17:16:31.502Z Compiling rustls-pemfile v2.2.0
13562024-10-18T17:16:31.564Z Compiling idna v0.3.0
13572024-10-18T17:16:31.801Z Compiling idna v0.4.0
13582024-10-18T17:16:31.889Z Compiling hash32 v0.2.1
13592024-10-18T17:16:32.119Z Compiling ff v0.13.0
13602024-10-18T17:16:32.249Z Compiling is-terminal v0.4.13
13612024-10-18T17:16:32.345Z Compiling dropshot v0.12.0
13622024-10-18T17:16:32.372Z Compiling object v0.36.5
13632024-10-18T17:16:32.646Z Compiling anyhow v1.0.89
13642024-10-18T17:16:33.093Z Compiling quick-error v1.2.3
13652024-10-18T17:16:33.236Z Compiling hyper v1.4.1
13662024-10-18T17:16:33.252Z Compiling num-bigint-dig v0.8.4
13672024-10-18T17:16:33.312Z Compiling linked-hash-map v0.5.6
13682024-10-18T17:16:33.547Z Compiling take_mut v0.2.2
13692024-10-18T17:16:33.685Z Compiling stable_deref_trait v1.2.0
13702024-10-18T17:16:33.706Z Compiling portable-atomic v1.9.0
13712024-10-18T17:16:33.788Z Compiling psl-types v2.0.11
13722024-10-18T17:16:33.978Z Compiling smoltcp v0.9.1
13732024-10-18T17:16:34.687Z Compiling fallible-iterator v0.2.0
13742024-10-18T17:16:34.765Z Compiling base16ct v0.2.0
13752024-10-18T17:16:35.080Z Compiling dyn-clone v1.0.17
13762024-10-18T17:16:35.294Z Compiling rustc-demangle v0.1.24
13772024-10-18T17:16:35.367Z Compiling utf-8 v0.7.6
13782024-10-18T17:16:35.678Z Compiling hyper-util v0.1.9
13792024-10-18T17:16:35.729Z Compiling tungstenite v0.24.0
13802024-10-18T17:16:36.284Z Compiling postgres-protocol v0.6.7
13812024-10-18T17:16:37.488Z Compiling sec1 v0.7.3
13822024-10-18T17:16:37.679Z Compiling publicsuffix v2.2.3
13832024-10-18T17:16:38.143Z Compiling lru-cache v0.1.2
13842024-10-18T17:16:38.528Z Compiling resolv-conf v0.7.0
13852024-10-18T17:16:38.789Z Compiling hickory-proto v0.24.1
13862024-10-18T17:16:39.077Z Compiling usdt v0.5.0
13872024-10-18T17:16:39.115Z Compiling slog-term v2.9.1
13882024-10-18T17:16:39.210Z Compiling group v0.13.0
13892024-10-18T17:16:39.256Z Compiling num-iter v0.1.45
13902024-10-18T17:16:39.435Z Compiling backtrace v0.3.74
13912024-10-18T17:16:39.530Z Compiling tokio-rustls v0.26.0
13922024-10-18T17:16:39.577Z Compiling async-stream v0.3.6
13932024-10-18T17:16:39.885Z Compiling tokio-rustls v0.25.0
13942024-10-18T17:16:39.969Z Compiling tokio-native-tls v0.3.1
13952024-10-18T17:16:40.064Z Compiling toml v0.8.19
13962024-10-18T17:16:40.232Z Compiling futures v0.3.31
13972024-10-18T17:16:40.617Z Compiling slog-bunyan v2.5.0
13982024-10-18T17:16:41.443Z Compiling camino v1.1.9
13992024-10-18T17:16:41.793Z Compiling terminal_size v0.4.0
14002024-10-18T17:16:42.006Z Compiling dropshot_endpoint v0.12.0
14012024-10-18T17:16:42.064Z Compiling openapiv3 v2.0.0
14022024-10-18T17:16:42.083Z Compiling serde_path_to_error v0.1.16
14032024-10-18T17:16:42.400Z Compiling hkdf v0.12.4
14042024-10-18T17:16:42.429Z Compiling crypto-bigint v0.5.5
14052024-10-18T17:16:42.655Z Compiling curve25519-dalek-derive v0.1.1
14062024-10-18T17:16:42.918Z Compiling zerocopy-derive v0.6.6
14072024-10-18T17:16:42.936Z Compiling phf_shared v0.11.2
14082024-10-18T17:16:43.299Z Compiling waitgroup v0.1.2
14092024-10-18T17:16:43.503Z Compiling webpki-roots v0.26.6
14102024-10-18T17:16:43.715Z Compiling hostname v0.4.0
14112024-10-18T17:16:43.943Z Compiling fs-err v2.11.0
14122024-10-18T17:16:44.007Z Compiling hubpack_derive v0.1.1
14132024-10-18T17:16:44.194Z Compiling ahash v0.8.11
14142024-10-18T17:16:44.249Z Compiling bitflags v1.3.2
14152024-10-18T17:16:44.350Z Compiling managed v0.8.0
14162024-10-18T17:16:44.539Z Compiling debug-ignore v1.0.5
14172024-10-18T17:16:44.669Z Compiling winnow v0.5.40
14182024-10-18T17:16:44.911Z Compiling hubpack v0.1.2
14192024-10-18T17:16:45.097Z Compiling zerocopy v0.6.6
14202024-10-18T17:16:45.356Z Compiling clap_builder v4.5.20
14212024-10-18T17:16:45.910Z Compiling elliptic-curve v0.13.8
14222024-10-18T17:16:46.399Z Compiling strum_macros v0.25.3
14232024-10-18T17:16:46.743Z Compiling console v0.15.8
14242024-10-18T17:16:48.291Z Compiling toml_edit v0.19.15
14252024-10-18T17:16:48.427Z Compiling hickory-resolver v0.24.1
14262024-10-18T17:16:48.536Z Compiling hyper-rustls v0.27.3
14272024-10-18T17:16:48.810Z Compiling phf v0.11.2
14282024-10-18T17:16:49.105Z Compiling signal-hook-mio v0.2.4
14292024-10-18T17:16:49.151Z Compiling rayon v1.10.0
14302024-10-18T17:16:49.258Z Compiling cookie_store v0.21.0
14312024-10-18T17:16:50.456Z Compiling hyper-tls v0.6.0
14322024-10-18T17:16:52.959Z Compiling postgres-types v0.2.8
14332024-10-18T17:16:53.916Z Compiling tokio-tungstenite v0.24.0
14342024-10-18T17:16:54.416Z Compiling tokio-stream v0.1.16
14352024-10-18T17:16:54.441Z Compiling serde-big-array v0.5.1
14362024-10-18T17:16:54.530Z Compiling ed25519 v2.2.3
14372024-10-18T17:16:54.667Z Compiling pkcs1 v0.7.5
14382024-10-18T17:16:55.006Z Compiling rfc6979 v0.4.0
14392024-10-18T17:16:55.200Z Compiling regex v1.11.0
14402024-10-18T17:16:55.240Z Compiling bstr v1.10.0
14412024-10-18T17:16:55.428Z Compiling derive-where v1.2.7
14422024-10-18T17:16:55.676Z Compiling serde_repr v0.1.19
14432024-10-18T17:16:55.993Z Compiling clap_derive v4.5.18
14442024-10-18T17:16:56.182Z Compiling phf_shared v0.10.0
14452024-10-18T17:16:56.305Z Compiling float-cmp v0.9.0
14462024-10-18T17:16:56.521Z Compiling sync_wrapper v1.0.1
14472024-10-18T17:16:56.525Z Compiling crc32fast v1.4.2
14482024-10-18T17:16:56.570Z Compiling precomputed-hash v0.1.1
14492024-10-18T17:16:56.668Z Compiling unicode-segmentation v1.12.0
14502024-10-18T17:16:56.687Z Compiling new_debug_unreachable v1.0.6
14512024-10-18T17:16:56.779Z Compiling fixedbitset v0.4.2
14522024-10-18T17:16:56.831Z Compiling predicates-core v1.0.8
14532024-10-18T17:16:56.879Z Compiling whoami v1.5.2
14542024-10-18T17:16:57.019Z Compiling number_prefix v0.4.0
14552024-10-18T17:16:57.169Z Compiling minimal-lexical v0.2.1
14562024-10-18T17:16:57.238Z Compiling static_assertions v1.1.0
14572024-10-18T17:16:57.255Z Compiling normalize-line-endings v0.3.0
14582024-10-18T17:16:57.333Z Compiling bit-vec v0.6.3
14592024-10-18T17:16:57.374Z Compiling difflib v0.4.0
14602024-10-18T17:16:57.522Z Compiling similar v2.6.0
14612024-10-18T17:16:57.559Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14622024-10-18T17:16:57.659Z Compiling bit-set v0.5.3
14632024-10-18T17:16:57.790Z Compiling predicates v3.1.2
14642024-10-18T17:16:57.927Z Compiling nom v7.1.3
14652024-10-18T17:16:58.940Z Compiling tokio-postgres v0.7.12
14662024-10-18T17:16:58.960Z Compiling qorb v0.1.1
14672024-10-18T17:16:59.481Z Compiling indicatif v0.17.8
14682024-10-18T17:16:59.905Z Compiling petgraph v0.6.5
14692024-10-18T17:17:00.966Z Compiling clap v4.5.20
14702024-10-18T17:17:01.096Z Compiling string_cache v0.8.7
14712024-10-18T17:17:01.577Z Compiling flate2 v1.0.34
14722024-10-18T17:17:01.676Z Compiling reqwest v0.12.8
14732024-10-18T17:17:01.694Z Compiling ecdsa v0.16.9
14742024-10-18T17:17:02.548Z Compiling rsa v0.9.6
14752024-10-18T17:17:02.582Z Compiling ed25519-dalek v2.1.1
14762024-10-18T17:17:03.824Z Compiling toml v0.7.8
14772024-10-18T17:17:03.944Z Compiling crossterm v0.28.1
14782024-10-18T17:17:05.155Z Compiling itertools v0.10.5
14792024-10-18T17:17:05.233Z Compiling itertools v0.12.1
14802024-10-18T17:17:05.250Z Compiling hex v0.4.3
14812024-10-18T17:17:05.433Z Compiling x509-cert v0.2.5
14822024-10-18T17:17:05.493Z Compiling lalrpop-util v0.19.12
14832024-10-18T17:17:05.838Z Compiling unicode-xid v0.2.6
14842024-10-18T17:17:05.855Z Compiling peg-runtime v0.8.3
14852024-10-18T17:17:06.041Z Compiling xattr v1.3.1
14862024-10-18T17:17:06.313Z Compiling strum_macros v0.26.4
14872024-10-18T17:17:06.553Z Compiling filetime v0.2.25
14882024-10-18T17:17:06.872Z Compiling tar v0.4.42
14892024-10-18T17:17:10.143Z Compiling strum v0.26.3
14902024-10-18T17:17:10.418Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14912024-10-18T17:17:10.649Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14922024-10-18T17:17:15.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
14932024-10-18T17:17:15.962Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14942024-10-18T17:17:16.000ZOct 18 17:17:14.708 INFO Starting download, target: Clickhouse
14952024-10-18T17:17:16.000ZOct 18 17:17:14.708 INFO Starting download, target: Cockroach
14962024-10-18T17:17:16.000ZOct 18 17:17:14.708 INFO Starting download, target: Console
14972024-10-18T17:17:16.003ZOct 18 17:17:14.708 INFO Starting download, target: DendriteOpenapi
14982024-10-18T17:17:16.003ZOct 18 17:17:14.708 INFO Starting download, target: DendriteStub
14992024-10-18T17:17:16.003ZOct 18 17:17:14.708 INFO Starting download, target: MaghemiteMgd
15002024-10-18T17:17:16.003ZOct 18 17:17:14.708 INFO Starting download, target: TransceiverControl
15012024-10-18T17:17:16.003ZOct 18 17:17:14.709 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi
15022024-10-18T17:17:16.003ZOct 18 17:17:14.709 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15032024-10-18T17:17:16.003ZOct 18 17:17:14.709 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15042024-10-18T17:17:16.003ZOct 18 17:17:14.709 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15052024-10-18T17:17:16.003ZOct 18 17:17:14.709 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15062024-10-18T17:17:16.003ZOct 18 17:17:14.709 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
15072024-10-18T17:17:16.003ZOct 18 17:17:14.709 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15082024-10-18T17:17:16.291ZOct 18 17:17:14.982 INFO Download complete, target: DendriteOpenapi
15092024-10-18T17:17:16.341ZOct 18 17:17:15.036 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15102024-10-18T17:17:16.647ZOct 18 17:17:15.353 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15112024-10-18T17:17:16.683ZOct 18 17:17:15.389 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15122024-10-18T17:17:16.853ZOct 18 17:17:15.561 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15132024-10-18T17:17:17.029ZOct 18 17:17:15.737 INFO Download complete, target: Console
15142024-10-18T17:17:17.115ZOct 18 17:17:15.822 INFO Download complete, target: TransceiverControl
15152024-10-18T17:17:17.165ZOct 18 17:17:15.872 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
15162024-10-18T17:17:17.165ZOct 18 17:17:15.872 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
15172024-10-18T17:17:17.942ZOct 18 17:17:16.650 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15182024-10-18T17:17:19.820ZOct 18 17:17:18.527 INFO Download complete, target: DendriteStub
15192024-10-18T17:17:19.977ZOct 18 17:17:18.683 INFO Download complete, target: MaghemiteMgd
15202024-10-18T17:17:25.289ZOct 18 17:17:23.992 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
15212024-10-18T17:17:25.623ZOct 18 17:17:24.327 INFO Checking that binary works, target: Cockroach
15222024-10-18T17:17:25.773ZOct 18 17:17:24.477 INFO Download complete, target: Cockroach
15232024-10-18T17:17:31.576ZOct 18 17:17:30.278 INFO Checking that binary works, target: Clickhouse
15242024-10-18T17:17:32.178ZOct 18 17:17:30.880 INFO Download complete, target: Clickhouse
15252024-10-18T17:17:32.184ZAll prerequisites installed successfully
15262024-10-18T17:17:32.187Z
15272024-10-18T17:17:32.187Zreal 3:59.028809716
15282024-10-18T17:17:32.187Zuser 12:21.644889994
15292024-10-18T17:17:32.187Zsys 2:32.068759627
15302024-10-18T17:17:32.187Ztrap 0.388671055
15312024-10-18T17:17:32.187Ztflt 6.546169774
15322024-10-18T17:17:32.187Zdflt 6.142188484
15332024-10-18T17:17:32.187Zkflt 0.685120041
15342024-10-18T17:17:32.187Zlock 26:31.191075735
15352024-10-18T17:17:32.187Zslp 49:50.944458105
15362024-10-18T17:17:32.187Zlat 39.221749769
15372024-10-18T17:17:32.187Zstop 1:40.677066551
15382024-10-18T17:17:32.187Z+ source ./tools/include/force-git-over-https.sh
15392024-10-18T17:17:32.187Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
15402024-10-18T17:17:32.187Z++ (( i = 0 ))
15412024-10-18T17:17:32.187Z++ (( i < 5 ))
15422024-10-18T17:17:32.187Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
15432024-10-18T17:17:32.190Z++ (( i++ ))
15442024-10-18T17:17:32.190Z++ (( i < 5 ))
15452024-10-18T17:17:32.190Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
15462024-10-18T17:17:32.192Z++ (( i++ ))
15472024-10-18T17:17:32.192Z++ (( i < 5 ))
15482024-10-18T17:17:32.192Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
15492024-10-18T17:17:32.195Z++ (( i++ ))
15502024-10-18T17:17:32.195Z++ (( i < 5 ))
15512024-10-18T17:17:32.195Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
15522024-10-18T17:17:32.198Z++ (( i++ ))
15532024-10-18T17:17:32.198Z++ (( i < 5 ))
15542024-10-18T17:17:32.198Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
15552024-10-18T17:17:32.201Z++ (( i++ ))
15562024-10-18T17:17:32.201Z++ (( i < 5 ))
15572024-10-18T17:17:32.203Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
15582024-10-18T17:17:32.203Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
15592024-10-18T17:17:32.203Z+ rc=0
15602024-10-18T17:17:32.203Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
15612024-10-18T17:17:56.676Z+ case $rc in
15622024-10-18T17:17:56.676Z+ pfexec zfs create -p rpool/images/build/host
15632024-10-18T17:17:56.862Z+ pfexec zfs create -p rpool/images/build/recovery
15642024-10-18T17:17:56.910Z+ cargo xtask releng --output-dir /work
15652024-10-18T17:17:57.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
15662024-10-18T17:17:57.461Z Running `target/debug/xtask releng --output-dir /work`
15672024-10-18T17:17:58.339Z Compiling proc-macro2 v1.0.87
15682024-10-18T17:17:58.340Z Compiling unicode-ident v1.0.13
15692024-10-18T17:17:58.340Z Compiling libc v0.2.159
15702024-10-18T17:17:58.342Z Compiling serde v1.0.210
15712024-10-18T17:17:58.342Z Compiling autocfg v1.4.0
15722024-10-18T17:17:58.342Z Compiling version_check v0.9.5
15732024-10-18T17:17:58.342Z Compiling cfg-if v1.0.0
15742024-10-18T17:17:58.615Z Compiling typenum v1.17.0
15752024-10-18T17:17:58.676Z Compiling shlex v1.3.0
15762024-10-18T17:17:58.724Z Compiling memchr v2.7.4
15772024-10-18T17:17:59.057Z Compiling parking_lot_core v0.9.10
15782024-10-18T17:17:59.115Z Compiling generic-array v0.14.7
15792024-10-18T17:17:59.451Z Compiling lock_api v0.4.12
15802024-10-18T17:17:59.493Z Compiling serde_json v1.0.128
15812024-10-18T17:17:59.617Z Compiling libm v0.2.8
15822024-10-18T17:17:59.785Z Compiling value-bag v1.9.0
15832024-10-18T17:17:59.909Z Compiling num-traits v0.2.19
15842024-10-18T17:18:00.032Z Compiling quote v1.0.37
15852024-10-18T17:18:00.205Z Compiling slab v0.4.9
15862024-10-18T17:18:00.344Z Compiling log v0.4.22
15872024-10-18T17:18:00.389Z Compiling once_cell v1.20.2
15882024-10-18T17:18:00.517Z Compiling syn v2.0.79
15892024-10-18T17:18:00.647Z Compiling getrandom v0.2.15
15902024-10-18T17:18:00.744Z Compiling jobserver v0.1.32
15912024-10-18T17:18:00.766Z Compiling itoa v1.0.11
15922024-10-18T17:18:00.947Z Compiling thiserror v1.0.64
15932024-10-18T17:18:01.128Z Compiling cc v1.1.30
15942024-10-18T17:18:01.152Z Compiling scopeguard v1.2.0
15952024-10-18T17:18:01.440Z Compiling rand_core v0.6.4
15962024-10-18T17:18:01.525Z Compiling byteorder v1.5.0
15972024-10-18T17:18:02.005Z Compiling subtle v2.6.1
15982024-10-18T17:18:02.549Z Compiling semver v1.0.23
15992024-10-18T17:18:02.627Z Compiling pin-project-lite v0.2.14
16002024-10-18T17:18:02.703Z Compiling smallvec v1.13.2
16012024-10-18T17:18:02.989Z Compiling httparse v1.9.5
16022024-10-18T17:18:03.009Z Compiling heck v0.5.0
16032024-10-18T17:18:03.101Z Compiling const-oid v0.9.6
16042024-10-18T17:18:03.309Z Compiling ryu v1.0.18
16052024-10-18T17:18:03.539Z Compiling pkg-config v0.3.31
16062024-10-18T17:18:03.642Z Compiling futures-core v0.3.31
16072024-10-18T17:18:03.680Z Compiling allocator-api2 v0.2.18
16082024-10-18T17:18:03.956Z Compiling signal-hook-registry v1.4.2
16092024-10-18T17:18:04.518Z Compiling parking_lot v0.12.3
16102024-10-18T17:18:04.562Z Compiling ring v0.17.8
16112024-10-18T17:18:04.586Z Compiling mio v1.0.2
16122024-10-18T17:18:05.610Z Compiling socket2 v0.5.7
16132024-10-18T17:18:05.748Z Compiling crossbeam-utils v0.8.20
16142024-10-18T17:18:05.964Z Compiling fnv v1.0.7
16152024-10-18T17:18:06.107Z Compiling futures-sink v0.3.31
16162024-10-18T17:18:06.151Z Compiling time-core v0.1.2
16172024-10-18T17:18:06.266Z Compiling num-conv v0.1.0
16182024-10-18T17:18:06.289Z Compiling vcpkg v0.2.15
16192024-10-18T17:18:06.535Z Compiling time-macros v0.2.18
16202024-10-18T17:18:06.840Z Compiling ahash v0.8.11
16212024-10-18T17:18:06.861Z Compiling schemars v0.8.21
16222024-10-18T17:18:07.237Z Compiling spin v0.9.8
16232024-10-18T17:18:07.965Z Compiling openssl-sys v0.9.103
16242024-10-18T17:18:08.055Z Compiling serde_derive_internals v0.29.1
16252024-10-18T17:18:08.073Z Compiling foldhash v0.1.3
16262024-10-18T17:18:08.462Z Compiling equivalent v1.0.1
16272024-10-18T17:18:08.594Z Compiling rustix v0.38.37
16282024-10-18T17:18:08.686Z Compiling cpufeatures v0.2.14
16292024-10-18T17:18:08.792Z Compiling hashbrown v0.15.0
16302024-10-18T17:18:09.749Z Compiling futures-channel v0.3.31
16312024-10-18T17:18:10.064Z Compiling futures-task v0.3.31
16322024-10-18T17:18:10.259Z Compiling pin-utils v0.1.0
16332024-10-18T17:18:10.318Z Compiling slog v2.7.0
16342024-10-18T17:18:10.354Z Compiling futures-io v0.3.31
16352024-10-18T17:18:10.555Z Compiling tinyvec_macros v0.1.1
16362024-10-18T17:18:10.689Z Compiling tinyvec v1.8.0
16372024-10-18T17:18:10.899Z Compiling ucd-trie v0.1.7
16382024-10-18T17:18:10.983Z Compiling openssl v0.10.66
16392024-10-18T17:18:11.095Z Compiling unicode-bidi v0.3.17
16402024-10-18T17:18:11.265Z Compiling iana-time-zone v0.1.61
16412024-10-18T17:18:11.462Z Compiling tracing-core v0.1.32
16422024-10-18T17:18:11.505Z Compiling native-tls v0.2.12
16432024-10-18T17:18:11.708Z Compiling rustls v0.23.14
16442024-10-18T17:18:12.258Z Compiling base64ct v1.6.0
16452024-10-18T17:18:12.460Z Compiling unicode-normalization v0.1.24
16462024-10-18T17:18:12.869Z Compiling pem-rfc7468 v0.7.0
16472024-10-18T17:18:13.542Z Compiling serde_derive v1.0.210
16482024-10-18T17:18:13.591Z Compiling zeroize_derive v1.4.2
16492024-10-18T17:18:13.786Z Compiling zerocopy-derive v0.7.35
16502024-10-18T17:18:13.859Z Compiling tokio-macros v2.4.0
16512024-10-18T17:18:13.956Z Compiling thiserror-impl v1.0.64
16522024-10-18T17:18:13.970Z Compiling futures-macro v0.3.31
16532024-10-18T17:18:14.055Z Compiling tracing-attributes v0.1.27
16542024-10-18T17:18:15.150Z Compiling zeroize v1.8.1
16552024-10-18T17:18:15.952Z Compiling zerocopy v0.7.35
16562024-10-18T17:18:16.986Z Compiling der_derive v0.7.3
16572024-10-18T17:18:17.239Z Compiling crypto-common v0.1.6
16582024-10-18T17:18:17.488Z Compiling block-buffer v0.10.4
16592024-10-18T17:18:17.617Z Compiling schemars_derive v0.8.21
16602024-10-18T17:18:17.706Z Compiling digest v0.10.7
16612024-10-18T17:18:17.802Z Compiling futures-util v0.3.31
16622024-10-18T17:18:17.840Z Compiling scroll_derive v0.12.0
16632024-10-18T17:18:18.114Z Compiling hmac v0.12.1
16642024-10-18T17:18:18.225Z Compiling block-padding v0.3.3
16652024-10-18T17:18:18.334Z Compiling pest v2.7.14
16662024-10-18T17:18:19.282Z Compiling inout v0.1.3
16672024-10-18T17:18:19.436Z Compiling openssl-macros v0.1.1
16682024-10-18T17:18:19.564Z Compiling cipher v0.4.4
16692024-10-18T17:18:20.258Z Compiling sha2 v0.10.8
16702024-10-18T17:18:20.357Z Compiling tracing v0.1.40
16712024-10-18T17:18:20.568Z Compiling ppv-lite86 v0.2.20
16722024-10-18T17:18:21.202Z Compiling pest_meta v2.7.14
16732024-10-18T17:18:21.449Z Compiling async-trait v0.1.83
16742024-10-18T17:18:23.797Z Compiling pest_generator v2.7.14
16752024-10-18T17:18:24.869Z Compiling usdt-impl v0.5.0
16762024-10-18T17:18:24.935Z Compiling cookie v0.18.1
16772024-10-18T17:18:25.236Z Compiling syn v1.0.109
16782024-10-18T17:18:25.238Z Compiling percent-encoding v2.3.1
16792024-10-18T17:18:25.502Z Compiling pest_derive v2.7.14
16802024-10-18T17:18:25.754Z Compiling flagset v0.4.6
16812024-10-18T17:18:25.799Z Compiling dyn-clone v1.0.17
16822024-10-18T17:18:25.978Z Compiling der v0.7.9
16832024-10-18T17:18:26.020Z Compiling rand_chacha v0.3.1
16842024-10-18T17:18:26.196Z Compiling scroll v0.12.0
16852024-10-18T17:18:26.510Z Compiling aho-corasick v1.1.3
16862024-10-18T17:18:26.726Z Compiling plain v0.2.3
16872024-10-18T17:18:26.898Z Compiling bytes v1.7.2
16882024-10-18T17:18:27.778Z Compiling bitflags v2.6.0
16892024-10-18T17:18:28.129Z Compiling indexmap v2.6.0
16902024-10-18T17:18:28.303Z Compiling tokio v1.40.0
16912024-10-18T17:18:29.159Z Compiling http v1.1.0
16922024-10-18T17:18:30.019Z Compiling serde_tokenstream v0.2.2
16932024-10-18T17:18:30.139Z Compiling rustc_version v0.4.1
16942024-10-18T17:18:30.285Z Compiling uuid v1.10.0
16952024-10-18T17:18:30.818Z Compiling chrono v0.4.38
16962024-10-18T17:18:31.526Z Compiling rayon-core v1.12.1
16972024-10-18T17:18:31.763Z Compiling regex-syntax v0.8.5
16982024-10-18T17:18:32.299Z Compiling camino v1.1.9
16992024-10-18T17:18:32.941Z Compiling rustls-pki-types v1.9.0
17002024-10-18T17:18:34.462Z Compiling spki v0.7.3
17012024-10-18T17:18:35.734Z Compiling regex-automata v0.4.8
17022024-10-18T17:18:36.028Z Compiling goblin v0.8.2
17032024-10-18T17:18:36.387Z Compiling rand v0.8.5
17042024-10-18T17:18:38.203Z Compiling tokio-util v0.7.12
17052024-10-18T17:18:39.803Z Compiling salsa20 v0.10.2
17062024-10-18T17:18:40.092Z Compiling pbkdf2 v0.12.2
17072024-10-18T17:18:40.677Z Compiling untrusted v0.9.0
17082024-10-18T17:18:41.438Z Compiling try-lock v0.2.5
17092024-10-18T17:18:41.590Z Compiling pretty-hex v0.4.1
17102024-10-18T17:18:42.024Z Compiling rustls v0.22.4
17112024-10-18T17:18:42.353Z Compiling powerfmt v0.2.0
17122024-10-18T17:18:42.779Z Compiling dof v0.3.0
17132024-10-18T17:18:43.049Z Compiling deranged v0.3.11
17142024-10-18T17:18:43.878Z Compiling want v0.3.1
17152024-10-18T17:18:46.757Z Compiling scrypt v0.11.0
17162024-10-18T17:18:46.782Z Compiling dtrace-parser v0.2.0
17172024-10-18T17:18:47.257Z Compiling form_urlencoded v1.2.1
17182024-10-18T17:18:47.431Z Compiling cbc v0.1.2
17192024-10-18T17:18:47.514Z Compiling aes v0.8.4
17202024-10-18T17:18:47.690Z Compiling errno v0.3.9
17212024-10-18T17:18:47.778Z Compiling thread-id v4.2.2
17222024-10-18T17:18:47.920Z Compiling atomic-waker v1.1.2
17232024-10-18T17:18:48.133Z Compiling httpdate v1.0.3
17242024-10-18T17:18:48.197Z Compiling num_threads v0.1.7
17252024-10-18T17:18:48.354Z Compiling time v0.3.36
17262024-10-18T17:18:48.739Z Compiling pkcs5 v0.7.1
17272024-10-18T17:18:50.519Z Compiling rustls-webpki v0.102.8
17282024-10-18T17:18:52.724Z Compiling heapless v0.7.17
17292024-10-18T17:18:52.942Z Compiling http-body v1.0.1
17302024-10-18T17:18:53.191Z Compiling zerocopy-derive v0.6.6
17312024-10-18T17:18:53.330Z Compiling multer v3.1.0
17322024-10-18T17:18:53.712Z Compiling tower-service v0.3.3
17332024-10-18T17:18:53.755Z Compiling slog-async v2.8.0
17342024-10-18T17:18:53.851Z Compiling anyhow v1.0.89
17352024-10-18T17:18:53.942Z Compiling num-bigint-dig v0.8.4
17362024-10-18T17:18:54.005Z Compiling signal-hook v0.3.17
17372024-10-18T17:18:54.597Z Compiling pkcs8 v0.10.2
17382024-10-18T17:18:54.789Z Compiling h2 v0.4.6
17392024-10-18T17:18:55.105Z Compiling regex v1.11.0
17402024-10-18T17:18:56.213Z Compiling idna v0.5.0
17412024-10-18T17:18:56.613Z Compiling strsim v0.11.1
17422024-10-18T17:18:57.002Z Compiling rustversion v1.0.17
17432024-10-18T17:18:57.742Z Compiling base64 v0.22.1
17442024-10-18T17:18:57.962Z Compiling paste v1.0.15
17452024-10-18T17:18:58.079Z Compiling url v2.5.2
17462024-10-18T17:19:00.737Z Compiling usdt-attr-macro v0.5.0
17472024-10-18T17:19:00.762Z Compiling usdt-macro v0.5.0
17482024-10-18T17:19:02.394Z Compiling hyper v1.4.1
17492024-10-18T17:19:04.068Z Compiling curve25519-dalek v4.1.3
17502024-10-18T17:19:04.178Z Compiling openapiv3 v2.0.0
17512024-10-18T17:19:04.551Z Compiling serde_spanned v0.6.8
17522024-10-18T17:19:04.778Z Compiling toml_datetime v0.6.8
17532024-10-18T17:19:05.200Z Compiling async-stream-impl v0.3.6
17542024-10-18T17:19:05.270Z Compiling enum-as-inner v0.6.1
17552024-10-18T17:19:06.410Z Compiling dropshot v0.12.0
17562024-10-18T17:19:06.672Z Compiling match_cfg v0.1.0
17572024-10-18T17:19:06.722Z Compiling foreign-types-shared v0.1.1
17582024-10-18T17:19:06.751Z Compiling portable-atomic v1.9.0
17592024-10-18T17:19:07.883Z Compiling smoltcp v0.9.1
17602024-10-18T17:19:07.911Z Compiling hyper-util v0.1.9
17612024-10-18T17:19:07.914Z Compiling foreign-types v0.3.2
17622024-10-18T17:19:08.223Z Compiling hostname v0.3.1
17632024-10-18T17:19:12.306Z Compiling clap_derive v4.5.18
17642024-10-18T17:19:12.702Z Compiling dirs-sys-next v0.1.2
17652024-10-18T17:19:13.533Z Compiling encoding_rs v0.8.34
17662024-10-18T17:19:13.677Z Compiling data-encoding v2.6.0
17672024-10-18T17:19:15.403Z Compiling ipnet v2.10.1
17682024-10-18T17:19:16.950Z Compiling adler2 v2.0.0
17692024-10-18T17:19:17.153Z Compiling mime v0.3.17
17702024-10-18T17:19:18.013Z Compiling siphasher v0.3.11
17712024-10-18T17:19:18.388Z Compiling miniz_oxide v0.8.0
17722024-10-18T17:19:21.272Z Compiling dirs-next v2.0.0
17732024-10-18T17:19:24.478Z Compiling http-body-util v0.1.2
17742024-10-18T17:19:24.540Z Compiling hubpack_derive v0.1.1
17752024-10-18T17:19:24.897Z Compiling serde_urlencoded v0.7.1
17762024-10-18T17:19:24.977Z Compiling crossbeam-epoch v0.9.18
17772024-10-18T17:19:25.162Z Compiling dropshot_endpoint v0.12.0
17782024-10-18T17:19:25.485Z Compiling hashbrown v0.14.5
17792024-10-18T17:19:25.571Z Compiling signature v2.2.0
17802024-10-18T17:19:25.694Z Compiling sha1 v0.10.6
17812024-10-18T17:19:25.845Z Compiling curve25519-dalek-derive v0.1.1
17822024-10-18T17:19:26.147Z Compiling lazy_static v1.5.0
17832024-10-18T17:19:26.199Z Compiling thread_local v1.1.8
17842024-10-18T17:19:26.337Z Compiling fs-err v2.11.0
17852024-10-18T17:19:26.737Z Compiling gimli v0.31.1
17862024-10-18T17:19:27.483Z Compiling utf8parse v0.2.2
17872024-10-18T17:19:27.645Z Compiling unicode-properties v0.1.3
17882024-10-18T17:19:28.043Z Compiling openssl-probe v0.1.5
17892024-10-18T17:19:28.109Z Compiling anstyle v1.0.8
17902024-10-18T17:19:28.573Z Compiling winnow v0.6.20
17912024-10-18T17:19:28.944Z Compiling either v1.13.0
17922024-10-18T17:19:29.572Z Compiling stringprep v0.1.5
17932024-10-18T17:19:30.054Z Compiling anstyle-parse v0.2.5
17942024-10-18T17:19:30.431Z Compiling regress v0.10.1
17952024-10-18T17:19:30.655Z Compiling crossbeam-deque v0.8.5
17962024-10-18T17:19:32.085Z Compiling addr2line v0.24.2
17972024-10-18T17:19:32.455Z Compiling toml_edit v0.22.22
17982024-10-18T17:19:32.849Z Compiling term v0.7.0
17992024-10-18T17:19:34.341Z Compiling slog-json v2.6.1
18002024-10-18T17:19:35.833Z Compiling crossbeam-channel v0.5.13
18012024-10-18T17:19:36.521Z Compiling rustls-pemfile v2.2.0
18022024-10-18T17:19:37.557Z Compiling futures-executor v0.3.31
18032024-10-18T17:19:37.984Z Compiling md-5 v0.10.6
18042024-10-18T17:19:38.106Z Compiling idna v0.3.0
18052024-10-18T17:19:38.245Z Compiling idna v0.4.0
18062024-10-18T17:19:39.861Z Compiling num-integer v0.1.46
18072024-10-18T17:19:39.980Z Compiling ff v0.13.0
18082024-10-18T17:19:40.019Z Compiling hash32 v0.2.1
18092024-10-18T17:19:40.225Z Compiling memmap v0.7.0
18102024-10-18T17:19:40.276Z Compiling is-terminal v0.4.13
18112024-10-18T17:19:40.420Z Compiling object v0.36.5
18122024-10-18T17:19:40.467Z Compiling stable_deref_trait v1.2.0
18132024-10-18T17:19:40.578Z Compiling linked-hash-map v0.5.6
18142024-10-18T17:19:40.632Z Compiling psl-types v2.0.11
18152024-10-18T17:19:40.668Z Compiling base16ct v0.2.0
18162024-10-18T17:19:40.903Z Compiling is_terminal_polyfill v1.70.1
18172024-10-18T17:19:40.978Z Compiling fallible-iterator v0.2.0
18182024-10-18T17:19:40.980Z Compiling quick-error v1.2.3
18192024-10-18T17:19:41.159Z Compiling take_mut v0.2.2
18202024-10-18T17:19:41.373Z Compiling anstyle-query v1.1.1
18212024-10-18T17:19:41.566Z Compiling utf-8 v0.7.6
18222024-10-18T17:19:41.609Z Compiling colorchoice v1.0.2
18232024-10-18T17:19:41.758Z Compiling rustc-demangle v0.1.24
18242024-10-18T17:19:41.813Z Compiling heck v0.4.1
18252024-10-18T17:19:41.954Z Compiling tungstenite v0.24.0
18262024-10-18T17:19:42.315Z Compiling strum_macros v0.25.3
18272024-10-18T17:19:42.783Z Compiling anstream v0.6.15
18282024-10-18T17:19:43.524Z Compiling postgres-protocol v0.6.7
18292024-10-18T17:19:44.687Z Compiling resolv-conf v0.7.0
18302024-10-18T17:19:44.945Z Compiling sec1 v0.7.3
18312024-10-18T17:19:45.470Z Compiling lru-cache v0.1.2
18322024-10-18T17:19:45.536Z Compiling publicsuffix v2.2.3
18332024-10-18T17:19:45.673Z Compiling usdt v0.5.0
18342024-10-18T17:19:45.884Z Compiling slog-term v2.9.1
18352024-10-18T17:19:46.142Z Compiling num-iter v0.1.45
18362024-10-18T17:19:46.287Z Compiling group v0.13.0
18372024-10-18T17:19:46.642Z Compiling hickory-proto v0.24.1
18382024-10-18T17:19:46.945Z Compiling futures v0.3.31
18392024-10-18T17:19:47.906Z Compiling tokio-rustls v0.26.0
18402024-10-18T17:19:48.121Z Compiling backtrace v0.3.74
18412024-10-18T17:19:49.201Z Compiling toml v0.8.19
18422024-10-18T17:19:50.050Z Compiling tokio-rustls v0.25.0
18432024-10-18T17:19:50.467Z Compiling slog-bunyan v2.5.0
18442024-10-18T17:19:50.674Z Compiling typify-impl v0.2.0
18452024-10-18T17:19:50.678Z Compiling tokio-native-tls v0.3.1
18462024-10-18T17:19:50.730Z Compiling terminal_size v0.4.0
18472024-10-18T17:19:50.936Z Compiling phf_shared v0.11.2
18482024-10-18T17:19:51.043Z Compiling async-stream v0.3.6
18492024-10-18T17:19:51.317Z Compiling waitgroup v0.1.2
18502024-10-18T17:19:51.367Z Compiling webpki-roots v0.26.6
18512024-10-18T17:19:51.514Z Compiling serde_path_to_error v0.1.16
18522024-10-18T17:19:51.663Z Compiling hkdf v0.12.4
18532024-10-18T17:19:51.803Z Compiling crypto-bigint v0.5.5
18542024-10-18T17:19:51.892Z Compiling derive-where v1.2.7
18552024-10-18T17:19:52.350Z Compiling serde_repr v0.1.19
18562024-10-18T17:19:55.002Z Compiling hostname v0.4.0
18572024-10-18T17:19:55.388Z Compiling clap_lex v0.7.2
18582024-10-18T17:19:55.567Z Compiling bitflags v1.3.2
18592024-10-18T17:19:55.677Z Compiling managed v0.8.0
18602024-10-18T17:19:55.785Z Compiling winnow v0.5.40
18612024-10-18T17:19:55.818Z Compiling debug-ignore v1.0.5
18622024-10-18T17:19:55.959Z Compiling unicode-width v0.1.14
18632024-10-18T17:19:56.437Z Compiling console v0.15.8
18642024-10-18T17:19:56.607Z Compiling clap_builder v4.5.20
18652024-10-18T17:19:58.078Z Compiling elliptic-curve v0.13.8
18662024-10-18T17:19:58.682Z Compiling hickory-resolver v0.24.1
18672024-10-18T17:19:59.493Z Compiling toml_edit v0.19.15
18682024-10-18T17:20:01.357Z Compiling hyper-rustls v0.27.3
18692024-10-18T17:20:02.464Z Compiling typify-macro v0.2.0
18702024-10-18T17:20:03.718Z Compiling phf v0.11.2
18712024-10-18T17:20:04.527Z Compiling hyper-tls v0.6.0
18722024-10-18T17:20:04.902Z Compiling signal-hook-mio v0.2.4
18732024-10-18T17:20:05.067Z Compiling rayon v1.10.0
18742024-10-18T17:20:05.307Z Compiling cookie_store v0.21.0
18752024-10-18T17:20:06.119Z Compiling postgres-types v0.2.8
18762024-10-18T17:20:06.165Z Compiling tokio-tungstenite v0.24.0
18772024-10-18T17:20:06.327Z Compiling ed25519 v2.2.3
18782024-10-18T17:20:06.590Z Compiling hubpack v0.1.2
18792024-10-18T17:20:06.615Z Compiling phf_shared v0.10.0
18802024-10-18T17:20:06.997Z Compiling zerocopy v0.6.6
18812024-10-18T17:20:07.040Z Compiling pkcs1 v0.7.5
18822024-10-18T17:20:07.673Z Compiling bstr v1.10.0
18832024-10-18T17:20:07.841Z Compiling tokio-stream v0.1.16
18842024-10-18T17:20:07.973Z Compiling serde-big-array v0.5.1
18852024-10-18T17:20:08.193Z Compiling rfc6979 v0.4.0
18862024-10-18T17:20:08.384Z Compiling float-cmp v0.9.0
18872024-10-18T17:20:08.612Z Compiling sync_wrapper v1.0.1
18882024-10-18T17:20:08.721Z Compiling crc32fast v1.4.2
18892024-10-18T17:20:08.762Z Compiling number_prefix v0.4.0
18902024-10-18T17:20:08.894Z Compiling fixedbitset v0.4.2
18912024-10-18T17:20:08.986Z Compiling predicates-core v1.0.8
18922024-10-18T17:20:09.016Z Compiling difflib v0.4.0
18932024-10-18T17:20:09.176Z Compiling precomputed-hash v0.1.1
18942024-10-18T17:20:09.276Z Compiling bit-vec v0.6.3
18952024-10-18T17:20:09.295Z Compiling unicode-segmentation v1.12.0
18962024-10-18T17:20:09.678Z Compiling new_debug_unreachable v1.0.6
18972024-10-18T17:20:09.726Z Compiling normalize-line-endings v0.3.0
18982024-10-18T17:20:09.778Z Compiling whoami v1.5.2
18992024-10-18T17:20:09.904Z Compiling minimal-lexical v0.2.1
19002024-10-18T17:20:10.111Z Compiling static_assertions v1.1.0
19012024-10-18T17:20:10.189Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19022024-10-18T17:20:10.210Z Compiling tokio-postgres v0.7.12
19032024-10-18T17:20:10.284Z Compiling similar v2.6.0
19042024-10-18T17:20:10.371Z Compiling nom v7.1.3
19052024-10-18T17:20:11.193Z Compiling predicates v3.1.2
19062024-10-18T17:20:12.275Z Compiling string_cache v0.8.7
19072024-10-18T17:20:12.664Z Compiling bit-set v0.5.3
19082024-10-18T17:20:12.967Z Compiling indicatif v0.17.8
19092024-10-18T17:20:13.948Z Compiling petgraph v0.6.5
19102024-10-18T17:20:15.705Z Compiling flate2 v1.0.34
19112024-10-18T17:20:16.505Z Compiling reqwest v0.12.8
19122024-10-18T17:20:16.566Z Compiling qorb v0.1.1
19132024-10-18T17:20:16.745Z Compiling ecdsa v0.16.9
19142024-10-18T17:20:18.885Z Compiling rsa v0.9.6
19152024-10-18T17:20:19.217Z Compiling ed25519-dalek v2.1.1
19162024-10-18T17:20:20.155Z Compiling crossterm v0.28.1
19172024-10-18T17:20:20.175Z Compiling toml v0.7.8
19182024-10-18T17:20:20.480Z Compiling clap v4.5.20
19192024-10-18T17:20:21.221Z Compiling itertools v0.10.5
19202024-10-18T17:20:21.633Z Compiling itertools v0.12.1
19212024-10-18T17:20:24.207Z Compiling x509-cert v0.2.5
19222024-10-18T17:20:24.450Z Compiling hex v0.4.3
19232024-10-18T17:20:26.718Z Compiling unicode-xid v0.2.6
19242024-10-18T17:20:26.897Z Compiling peg-runtime v0.8.3
19252024-10-18T17:20:26.995Z Compiling radium v0.7.0
19262024-10-18T17:20:27.845Z Compiling lalrpop-util v0.19.12
19272024-10-18T17:20:28.538Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19282024-10-18T17:20:36.473Z Compiling maybe-uninit v2.0.0
19292024-10-18T17:20:36.950Z Compiling tap v1.0.1
19302024-10-18T17:20:37.139Z Compiling ident_case v1.0.1
19312024-10-18T17:20:37.189Z Compiling wyz v0.5.1
19322024-10-18T17:20:37.330Z Compiling darling_core v0.20.10
19332024-10-18T17:20:55.525Z Compiling typify v0.2.0
19342024-10-18T17:20:59.623Z Compiling http v0.2.12
19352024-10-18T17:21:00.343Z Compiling bzip2-sys v0.1.11+1.0.8
19362024-10-18T17:21:01.970Z Compiling unsafe-libyaml v0.2.11
19372024-10-18T17:21:02.390Z Compiling funty v2.0.0
19382024-10-18T17:21:02.651Z Compiling packed_struct v0.10.1
19392024-10-18T17:21:03.508Z Compiling base64 v0.21.7
19402024-10-18T17:21:04.199Z Compiling bitvec v1.0.1
19412024-10-18T17:21:04.605Z Compiling serde_yaml v0.9.34+deprecated
19422024-10-18T17:21:11.992Z Compiling progenitor-impl v0.8.0
19432024-10-18T17:21:14.847Z Compiling darling_macro v0.20.10
19442024-10-18T17:21:16.390Z Compiling packed_struct_codegen v0.10.1
19452024-10-18T17:21:18.578Z Compiling structmeta-derive v0.3.0
19462024-10-18T17:21:19.142Z Compiling indexmap v1.9.3
19472024-10-18T17:21:20.069Z Compiling crc-catalog v2.4.0
19482024-10-18T17:21:20.231Z Compiling nodrop v0.1.14
19492024-10-18T17:21:20.251Z Compiling newtype-uuid v1.1.2
19502024-10-18T17:21:20.367Z Compiling fastrand v2.1.1
19512024-10-18T17:21:20.580Z Compiling array-init v0.0.4
19522024-10-18T17:21:21.036Z Compiling tempfile v3.13.0
19532024-10-18T17:21:21.116Z Compiling crc v3.2.1
19542024-10-18T17:21:21.189Z Compiling structmeta v0.3.0
19552024-10-18T17:21:24.017Z Compiling progenitor-macro v0.8.0
19562024-10-18T17:21:27.221Z Compiling darling v0.20.10
19572024-10-18T17:21:27.541Z Compiling smallvec v0.6.14
19582024-10-18T17:21:31.528Z Compiling h2 v0.3.26
19592024-10-18T17:21:33.131Z Compiling http-body v0.4.6
19602024-10-18T17:21:33.648Z Compiling progenitor-client v0.8.0
19612024-10-18T17:21:38.983Z Compiling pin-project-internal v1.1.6
19622024-10-18T17:21:41.398Z Compiling termcolor v1.4.1
19632024-10-18T17:21:41.696Z Compiling bitfield v0.14.0
19642024-10-18T17:21:41.878Z Compiling hashbrown v0.12.3
19652024-10-18T17:21:42.596Z Compiling same-file v1.0.6
19662024-10-18T17:21:42.872Z Compiling walkdir v2.5.0
19672024-10-18T17:21:44.556Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19682024-10-18T17:21:45.357Z Compiling env_logger v0.10.2
19692024-10-18T17:21:49.012Z Compiling pin-project v1.1.6
19702024-10-18T17:21:53.512Z Compiling hyper v0.14.30
19712024-10-18T17:21:54.463Z Compiling progenitor v0.8.0
19722024-10-18T17:21:56.669Z Compiling serde-hex v0.1.0
19732024-10-18T17:21:56.941Z Compiling bzip2 v0.4.4
19742024-10-18T17:21:57.396Z Compiling serde_with_macros v3.11.0
19752024-10-18T17:21:59.954Z Compiling parse-display-derive v0.10.0
19762024-10-18T17:22:01.609Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
19772024-10-18T17:22:02.312Z Compiling ron v0.8.1
19782024-10-18T17:22:04.899Z Compiling strum_macros v0.26.4
19792024-10-18T17:22:06.677Z Compiling ipnetwork v0.20.0
19802024-10-18T17:22:07.424Z Compiling hashbrown v0.13.2
19812024-10-18T17:22:07.601Z Compiling xattr v1.3.1
19822024-10-18T17:22:07.807Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19832024-10-18T17:22:07.907Z Compiling snafu-derive v0.8.5
19842024-10-18T17:22:08.293Z Compiling ring v0.16.20
19852024-10-18T17:22:08.560Z Compiling blake3 v1.5.4
19862024-10-18T17:22:08.806Z Compiling filetime v0.2.25
19872024-10-18T17:22:09.138Z Compiling instant v0.1.13
19882024-10-18T17:22:09.174Z Compiling crc-any v2.5.0
19892024-10-18T17:22:09.264Z Compiling buf-list v1.0.3
19902024-10-18T17:22:09.665Z Compiling sync_wrapper v0.1.2
19912024-10-18T17:22:09.809Z Compiling reqwest v0.11.27
19922024-10-18T17:22:10.012Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19932024-10-18T17:22:10.096Z Compiling strum v0.26.3
19942024-10-18T17:22:10.313Z Compiling backoff v0.4.0
19952024-10-18T17:22:10.650Z Compiling tar v0.4.42
19962024-10-18T17:22:11.046Z Compiling object v0.30.4
19972024-10-18T17:22:12.626Z Compiling snafu v0.8.5
19982024-10-18T17:22:13.904Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19992024-10-18T17:22:14.114Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20002024-10-18T17:22:15.970Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
20012024-10-18T17:22:16.068Z Compiling parse-display v0.10.0
20022024-10-18T17:22:17.593Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20032024-10-18T17:22:17.656Z Compiling serde_with v3.11.0
20042024-10-18T17:22:17.992Z Compiling zip v0.6.6
20052024-10-18T17:22:18.123Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20062024-10-18T17:22:18.812Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
20072024-10-18T17:22:20.652Z Compiling camino-tempfile v1.1.1
20082024-10-18T17:22:21.398Z Compiling globset v0.4.15
20092024-10-18T17:22:21.958Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20102024-10-18T17:22:22.149Z Compiling regress v0.9.1
20112024-10-18T17:22:23.861Z Compiling pem v3.0.4
20122024-10-18T17:22:25.325Z Compiling olpc-cjson v0.1.4
20132024-10-18T17:22:25.666Z Compiling serde_plain v1.0.2
20142024-10-18T17:22:26.160Z Compiling macaddr v1.0.1
20152024-10-18T17:22:26.461Z Compiling async-recursion v1.1.1
20162024-10-18T17:22:26.735Z Compiling memmap2 v0.9.5
20172024-10-18T17:22:27.099Z Compiling spin v0.5.2
20182024-10-18T17:22:27.327Z Compiling arrayref v0.3.9
20192024-10-18T17:22:27.355Z Compiling constant_time_eq v0.3.1
20202024-10-18T17:22:27.439Z Compiling typed-path v0.7.1
20212024-10-18T17:22:27.539Z Compiling arrayvec v0.7.6
20222024-10-18T17:22:27.932Z Compiling path-slash v0.1.5
20232024-10-18T17:22:28.005Z Compiling untrusted v0.7.1
20242024-10-18T17:22:28.169Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
20252024-10-18T17:22:28.828Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20262024-10-18T17:22:30.767Z Compiling tough v0.17.1
20272024-10-18T17:22:31.763Z Compiling itertools v0.13.0
20282024-10-18T17:22:34.055Z Compiling cargo-platform v0.1.8
20292024-10-18T17:22:35.132Z Compiling topological-sort v0.2.2
20302024-10-18T17:22:35.366Z Compiling parse-size v1.0.0
20312024-10-18T17:22:35.386Z Compiling omicron-zone-package v0.11.1
20322024-10-18T17:22:35.546Z Compiling cargo_metadata v0.18.1
20332024-10-18T17:22:35.649Z Compiling shell-words v1.1.0
20342024-10-18T17:22:41.200Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
20352024-10-18T17:22:54.372Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
20362024-10-18T17:23:08.308Z Finished `release` profile [optimized] target(s) in 5m 10s
20372024-10-18T17:23:08.460Z Running `target/release/omicron-releng --output-dir /work`
20382024-10-18T17:23:08.502ZOct 18 17:23:07.074 DEBG changing working directory to /work/oxidecomputer/omicron
20392024-10-18T17:23:08.597ZOct 18 17:23:07.168 DEBG running: git rev-parse HEAD
20402024-10-18T17:23:08.601ZOct 18 17:23:07.175 DEBG process exited with exit status: 0 (6.891656ms)
20412024-10-18T17:23:08.601ZOct 18 17:23:07.175 INFO version: 12.0.0-0.ci+gitd69155eb692
20422024-10-18T17:23:08.641ZOct 18 17:23:07.214 INFO cloning helios to /work/oxidecomputer/helios
20432024-10-18T17:23:08.641ZOct 18 17:23:07.214 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
20442024-10-18T17:23:08.646ZCloning into '/work/oxidecomputer/helios'...
20452024-10-18T17:23:09.104ZOct 18 17:23:07.677 DEBG process exited with exit status: 0 (462.773444ms)
20462024-10-18T17:23:09.104ZOct 18 17:23:07.677 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
20472024-10-18T17:23:09.111Z# branch.oid 623538b87e6f5b6e758f55a9cd8f23ec076fcffb
20482024-10-18T17:23:09.111Z# branch.head master
20492024-10-18T17:23:09.111Z# branch.upstream origin/master
20502024-10-18T17:23:09.111Z# branch.ab +0 -0
20512024-10-18T17:23:09.113ZOct 18 17:23:07.685 DEBG process exited with exit status: 0 (7.624062ms)
20522024-10-18T17:23:09.113ZOct 18 17:23:07.685 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
20532024-10-18T17:23:09.860ZOct 18 17:23:08.433 DEBG process exited with exit status: 0 (748.274208ms)
20542024-10-18T17:23:09.860ZOct 18 17:23:08.433 DEBG running: zfs list rpool/images/build/host
20552024-10-18T17:23:09.867ZNAME USED AVAIL REFER MOUNTPOINT
20562024-10-18T17:23:09.867Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
20572024-10-18T17:23:09.869ZOct 18 17:23:08.441 DEBG process exited with exit status: 0 (7.064644ms)
20582024-10-18T17:23:09.869ZOct 18 17:23:08.441 DEBG running: zfs list rpool/images/build/recovery
20592024-10-18T17:23:09.873ZNAME USED AVAIL REFER MOUNTPOINT
20602024-10-18T17:23:09.873Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
20612024-10-18T17:23:09.875ZOct 18 17:23:08.447 DEBG process exited with exit status: 0 (6.002027ms)
20622024-10-18T17:23:09.875ZOct 18 17:23:08.447 INFO [hubris-staging] running task
20632024-10-18T17:23:09.875ZOct 18 17:23:08.448 INFO [hubris-production] running task
20642024-10-18T17:23:09.875ZOct 18 17:23:08.448 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
20652024-10-18T17:23:09.878ZOct 18 17:23:08.451 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
20662024-10-18T17:23:10.179Z[ helios-setup] cd tools/helios-build && cargo build --quiet
20672024-10-18T17:23:10.362Z[ omicron-package] Blocking waiting for file lock on package cache
20682024-10-18T17:23:11.087Z[ omicron-package] Blocking waiting for file lock on package cache
20692024-10-18T17:23:11.358Z[ omicron-package] Blocking waiting for file lock on package cache
20702024-10-18T17:23:11.788ZOct 18 17:23:10.360 INFO [hubris-production] task succeeded (1.912505475s)
20712024-10-18T17:23:12.163Z[ omicron-package] Compiling proc-macro-crate v1.3.1
20722024-10-18T17:23:12.165Z[ omicron-package] Compiling heapless v0.8.0
20732024-10-18T17:23:12.165Z[ omicron-package] Compiling hash32 v0.3.1
20742024-10-18T17:23:12.165Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20752024-10-18T17:23:12.165Z[ omicron-package] Compiling smoltcp v0.11.0
20762024-10-18T17:23:12.165Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
20772024-10-18T17:23:12.166Z[ omicron-package] Compiling cobs v0.2.3
20782024-10-18T17:23:12.166Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20792024-10-18T17:23:13.166Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20802024-10-18T17:23:13.299Z[ omicron-package] Compiling proc-macro-error v1.0.4
20812024-10-18T17:23:13.536Z[ omicron-package] Compiling postcard v1.0.10
20822024-10-18T17:23:13.695Z[ omicron-package] Compiling num_enum_derive v0.5.11
20832024-10-18T17:23:13.995Z[ omicron-package] Compiling foreign-types-macros v0.2.3
20842024-10-18T17:23:14.025Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20852024-10-18T17:23:14.077Z[ omicron-package] Compiling foreign-types-shared v0.3.1
20862024-10-18T17:23:15.076Z[ omicron-package] Compiling tabwriter v1.4.0
20872024-10-18T17:23:15.079Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20882024-10-18T17:23:15.294Z[ omicron-package] Compiling cstr-argument v0.1.2
20892024-10-18T17:23:15.485Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20902024-10-18T17:23:15.997Z[ omicron-package] Compiling pretty-hex v0.2.1
20912024-10-18T17:23:16.084Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
20922024-10-18T17:23:16.397Z[ omicron-package] Compiling foreign-types v0.5.0
20932024-10-18T17:23:16.480Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20942024-10-18T17:23:16.670Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20952024-10-18T17:23:16.997Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20962024-10-18T17:23:17.118Z[ omicron-package] Compiling colored v2.1.0
20972024-10-18T17:23:17.419Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20982024-10-18T17:23:17.569Z[ omicron-package] Compiling num_enum v0.5.11
20992024-10-18T17:23:17.585Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21002024-10-18T17:23:17.964Z[ omicron-package] Compiling sigpipe v0.1.3
21012024-10-18T17:23:18.053Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21022024-10-18T17:23:18.170Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
21032024-10-18T17:23:18.403Z[ omicron-package] Compiling num-derive v0.4.2
21042024-10-18T17:23:18.550Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21052024-10-18T17:23:18.699Z[ omicron-package] Compiling libefi-sys v0.1.0
21062024-10-18T17:23:19.137Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21072024-10-18T17:23:19.281Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21082024-10-18T17:23:19.482Z[ omicron-package] Compiling smf v0.2.3
21092024-10-18T17:23:20.075Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21102024-10-18T17:23:20.350Z[ omicron-package] Compiling bitfield-struct v0.6.2
21112024-10-18T17:23:20.427Z[ omicron-package] Compiling zone v0.3.0
21122024-10-18T17:23:22.025ZOct 18 17:23:20.594 INFO [hubris-staging] task succeeded (12.146701053s)
21132024-10-18T17:23:22.955Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
21142024-10-18T17:23:23.083Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21152024-10-18T17:23:23.188Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21162024-10-18T17:23:23.921Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21172024-10-18T17:23:24.809Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21182024-10-18T17:23:25.090Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21192024-10-18T17:23:25.890Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21202024-10-18T17:23:26.017Z[ omicron-package] Compiling gethostname v0.5.0
21212024-10-18T17:23:26.819Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21222024-10-18T17:23:29.332Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21232024-10-18T17:23:31.770Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21242024-10-18T17:23:32.227Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21252024-10-18T17:23:33.737Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21262024-10-18T17:23:50.826Z[ helios-setup] Oct 18 17:23:49.383 INFO helios repository root is: /work/oxidecomputer/helios
21272024-10-18T17:23:50.828Z[ helios-setup] Oct 18 17:23:49.386 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
21282024-10-18T17:23:50.831Z[ helios-setup] Oct 18 17:23:49.386 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
21292024-10-18T17:23:50.833Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
21302024-10-18T17:23:51.784Z[ helios-setup] Oct 18 17:23:50.341 INFO clone ok!, project: bootserver
21312024-10-18T17:23:51.787Z[ helios-setup] Oct 18 17:23:50.341 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
21322024-10-18T17:23:51.787Z[ helios-setup] Oct 18 17:23:50.341 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
21332024-10-18T17:23:51.790Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
21342024-10-18T17:23:52.588Z[ helios-setup] Oct 18 17:23:51.145 INFO clone ok!, project: pilot
21352024-10-18T17:23:52.590Z[ helios-setup] Oct 18 17:23:51.145 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
21362024-10-18T17:23:52.590Z[ helios-setup] Oct 18 17:23:51.145 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
21372024-10-18T17:23:52.592Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
21382024-10-18T17:23:53.081Z[ helios-setup] Oct 18 17:23:51.637 INFO clone ok!, project: phbl
21392024-10-18T17:23:53.085Z[ helios-setup] Oct 18 17:23:51.638 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
21402024-10-18T17:23:53.085Z[ helios-setup] Oct 18 17:23:51.638 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
21412024-10-18T17:23:53.087Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
21422024-10-18T17:23:53.585Z[ helios-setup] Oct 18 17:23:52.141 INFO clone ok!, project: image-builder
21432024-10-18T17:23:53.587Z[ helios-setup] Oct 18 17:23:52.141 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
21442024-10-18T17:23:53.588Z[ helios-setup] Oct 18 17:23:52.141 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
21452024-10-18T17:23:53.588Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
21462024-10-18T17:23:53.613Z[ omicron-package] Finished `release` profile [optimized] target(s) in 43.71s
21472024-10-18T17:23:53.822Z[ omicron-package]
21482024-10-18T17:23:53.822Z[ omicron-package] real 43.891710183
21492024-10-18T17:23:53.824Z[ omicron-package] user 2:36.429960081
21502024-10-18T17:23:53.824Z[ omicron-package] sys 19.950455185
21512024-10-18T17:23:53.824Z[ omicron-package] trap 0.171588015
21522024-10-18T17:23:53.824Z[ omicron-package] tflt 0.748744788
21532024-10-18T17:23:53.824Z[ omicron-package] dflt 0.737597585
21542024-10-18T17:23:53.824Z[ omicron-package] kflt 0.000656153
21552024-10-18T17:23:53.824Z[ omicron-package] lock 5:05.748695465
21562024-10-18T17:23:53.824Z[ omicron-package] slp 8:31.400655269
21572024-10-18T17:23:53.824ZOct 18 17:23:52.379 INFO [omicron-package] process exited with exit status: 0 (43.931178638s)
21582024-10-18T17:23:53.824Z[ omicron-package] lat 1:39.007427610
21592024-10-18T17:23:53.824Z[ omicron-package] stop 49.850648605
21602024-10-18T17:23:53.824ZOct 18 17:23:52.379 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
21612024-10-18T17:23:53.888ZOct 18 17:23:52.445 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
21622024-10-18T17:23:53.898Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
21632024-10-18T17:23:53.900Z[ host-target] Created new build target 'host' and set it as active
21642024-10-18T17:23:53.903ZOct 18 17:23:52.457 INFO [host-target] process exited with exit status: 0 (77.974797ms)
21652024-10-18T17:23:53.903ZOct 18 17:23:52.458 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
21662024-10-18T17:23:53.906Z[ recovery-target] Created new build target 'recovery' and set it as active
21672024-10-18T17:23:53.906Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
21682024-10-18T17:23:53.908ZOct 18 17:23:52.464 INFO [recovery-target] process exited with exit status: 0 (19.559641ms)
21692024-10-18T17:23:53.914Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
21702024-10-18T17:23:54.409Z[ helios-setup] Oct 18 17:23:52.965 INFO clone ok!, project: chelsio-t6-roms
21712024-10-18T17:23:54.412Z[ helios-setup] Oct 18 17:23:52.965 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
21722024-10-18T17:23:54.412Z[ helios-setup] Oct 18 17:23:52.966 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
21732024-10-18T17:23:54.412Z[ helios-setup] Oct 18 17:23:52.966 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
21742024-10-18T17:23:54.414Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
21752024-10-18T17:23:54.886Z[ helios-setup] Oct 18 17:23:53.442 INFO clone ok!, project: pinprick
21762024-10-18T17:23:54.888Z[ helios-setup] Oct 18 17:23:53.442 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
21772024-10-18T17:23:54.888Z[ helios-setup] Oct 18 17:23:53.442 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
21782024-10-18T17:23:54.891Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
21792024-10-18T17:23:55.051Z[ host-package] Compiling convert_case v0.4.0
21802024-10-18T17:23:55.051Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21812024-10-18T17:23:55.053Z[ host-package] Compiling password-hash v0.5.0
21822024-10-18T17:23:55.053Z[ host-package] Compiling blake2 v0.10.6
21832024-10-18T17:23:55.053Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21842024-10-18T17:23:55.053Z[ host-package] Compiling newline-converter v0.3.0
21852024-10-18T17:23:55.053Z[ host-package] Compiling cancel-safe-futures v0.1.5
21862024-10-18T17:23:55.192Z[ host-package] Compiling owo-colors v4.1.0
21872024-10-18T17:23:55.441Z[ host-package] Compiling expectorate v1.1.0
21882024-10-18T17:23:55.642Z[ host-package] Compiling libsw v3.3.1
21892024-10-18T17:23:55.770Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
21902024-10-18T17:23:55.783Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
21912024-10-18T17:23:55.852Z[ host-package] Compiling argon2 v0.5.3
21922024-10-18T17:23:55.873Z[ host-package] Compiling derive_more v0.99.18
21932024-10-18T17:23:55.961Z[ host-package] Compiling linear-map v1.2.0
21942024-10-18T17:23:56.242Z[ host-package] Compiling indent_write v2.2.0
21952024-10-18T17:23:56.331Z[ host-package] Compiling swrite v0.1.0
21962024-10-18T17:23:56.424Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21972024-10-18T17:23:56.448Z[ host-package] Compiling progenitor-client v0.8.0
21982024-10-18T17:23:56.467Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21992024-10-18T17:23:56.774Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
22002024-10-18T17:23:56.791Z[ host-package] Compiling progenitor v0.8.0
22012024-10-18T17:23:56.998Z[ host-package] Compiling atomicwrites v0.4.4
22022024-10-18T17:23:57.074Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22032024-10-18T17:23:57.313Z[ host-package] Compiling num-rational v0.4.2
22042024-10-18T17:23:57.518Z[ host-package] Compiling num-complex v0.4.6
22052024-10-18T17:23:58.194Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
22062024-10-18T17:23:58.397Z[ host-package] Compiling prettyplease v0.2.22
22072024-10-18T17:23:58.722Z[ host-package] Compiling num v0.4.3
22082024-10-18T17:23:58.844Z[ host-package] Compiling float-ord v0.3.2
22092024-10-18T17:23:58.871Z[ host-package] Compiling semver v0.1.20
22102024-10-18T17:23:59.035Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22112024-10-18T17:23:59.479Z[ host-package] Compiling rustc_version v0.1.7
22122024-10-18T17:23:59.894Z[ host-package] Compiling humantime v2.1.0
22132024-10-18T17:23:59.919Z[ host-package] Compiling newtype_derive v0.1.6
22142024-10-18T17:24:00.350Z[ host-package] Compiling highway v1.2.0
22152024-10-18T17:24:00.977Z[ host-package] Compiling home v0.5.9
22162024-10-18T17:24:01.292Z[ host-package] Compiling steno v0.4.1
22172024-10-18T17:24:02.426Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
22182024-10-18T17:24:04.397Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
22192024-10-18T17:24:04.410Z[ helios-setup] Oct 18 17:24:02.963 INFO clone ok!, project: amd-host-image-builder
22202024-10-18T17:24:04.413Z[ helios-setup] Oct 18 17:24:02.963 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
22212024-10-18T17:24:04.413Z[ helios-setup] Oct 18 17:24:02.963 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
22222024-10-18T17:24:04.413Z[ helios-setup] Oct 18 17:24:02.963 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
22232024-10-18T17:24:04.413Z[ helios-setup] Oct 18 17:24:02.963 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
22242024-10-18T17:24:04.416Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
22252024-10-18T17:24:04.706Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
22262024-10-18T17:24:05.100Z[ host-package] Compiling newtype-uuid v1.1.2
22272024-10-18T17:24:05.434Z[ host-package] Compiling ipnetwork v0.20.0
22282024-10-18T17:24:06.128Z[ host-package] Compiling instant v0.1.13
22292024-10-18T17:24:06.202Z[ host-package] Compiling slog-dtrace v0.3.0
22302024-10-18T17:24:06.302Z[ host-package] Compiling backoff v0.4.0
22312024-10-18T17:24:06.549Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22322024-10-18T17:24:06.766Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22332024-10-18T17:24:06.790Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22342024-10-18T17:24:07.155Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
22352024-10-18T17:24:07.510Z[ host-package] Compiling parse-display v0.10.0
22362024-10-18T17:24:08.094Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22372024-10-18T17:24:08.280Z[ host-package] Compiling strum v0.26.3
22382024-10-18T17:24:08.505Z[ host-package] Compiling serde_with v3.11.0
22392024-10-18T17:24:11.599Z[ host-package] Compiling regress v0.9.1
22402024-10-18T17:24:12.681Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22412024-10-18T17:24:13.327Z[ helios-setup] Oct 18 17:24:11.876 INFO clone ok!, project: amd-firmware
22422024-10-18T17:24:13.330Z[ helios-setup] Oct 18 17:24:11.876 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
22432024-10-18T17:24:14.180Z[ helios-setup] Oct 18 17:24:12.729 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
22442024-10-18T17:24:14.700Z[ helios-setup] Oct 18 17:24:13.249 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
22452024-10-18T17:24:14.700Z[ helios-setup] Oct 18 17:24:13.249 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
22462024-10-18T17:24:14.866Z[ host-package] Compiling macaddr v1.0.1
22472024-10-18T17:24:15.338Z[ helios-setup] Oct 18 17:24:13.884 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
22482024-10-18T17:24:15.417Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22492024-10-18T17:24:15.896Z[ helios-setup] Oct 18 17:24:14.444 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
22502024-10-18T17:24:15.896Z[ helios-setup] Oct 18 17:24:14.444 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
22512024-10-18T17:24:16.444Z[ helios-setup] Oct 18 17:24:14.991 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
22522024-10-18T17:24:16.621Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
22532024-10-18T17:24:16.912Z[ host-package] Compiling display-error-chain v0.2.1
22542024-10-18T17:24:17.090Z[ helios-setup] Oct 18 17:24:15.638 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
22552024-10-18T17:24:17.094Z[ helios-setup] Oct 18 17:24:15.638 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
22562024-10-18T17:24:17.094Z[ helios-setup] Oct 18 17:24:15.638 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
22572024-10-18T17:24:17.094Z[ helios-setup] Oct 18 17:24:15.638 INFO ok!
22582024-10-18T17:24:17.094Z[ helios-setup] Oct 18 17:24:15.638 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
22592024-10-18T17:24:17.094Z[ helios-setup] Oct 18 17:24:15.638 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
22602024-10-18T17:24:17.094Z[ helios-setup] Oct 18 17:24:15.638 INFO ok!
22612024-10-18T17:24:17.094Z[ helios-setup] Oct 18 17:24:15.638 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
22622024-10-18T17:24:17.094Z[ helios-setup] Oct 18 17:24:15.638 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
22632024-10-18T17:24:17.094Z[ helios-setup] Oct 18 17:24:15.638 INFO ok!
22642024-10-18T17:24:17.094Z[ helios-setup] Oct 18 17:24:15.638 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
22652024-10-18T17:24:17.094Z[ helios-setup] Oct 18 17:24:15.638 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
22662024-10-18T17:24:17.372Z[ helios-setup] Oct 18 17:24:15.919 INFO E| Downloading crates ...
22672024-10-18T17:24:17.407Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22682024-10-18T17:24:17.548Z[ helios-setup] Oct 18 17:24:16.096 INFO E| Downloaded digest v0.10.3
22692024-10-18T17:24:17.552Z[ helios-setup] Oct 18 17:24:16.099 INFO E| Downloaded miniz_oxide v0.6.2
22702024-10-18T17:24:17.556Z[ helios-setup] Oct 18 17:24:16.103 INFO E| Downloaded unicode-width v0.1.10
22712024-10-18T17:24:17.559Z[ helios-setup] Oct 18 17:24:16.106 INFO E| Downloaded sha2 v0.10.5
22722024-10-18T17:24:17.563Z[ helios-setup] Oct 18 17:24:16.110 INFO E| Downloaded generic-array v0.14.6
22732024-10-18T17:24:17.566Z[ helios-setup] Oct 18 17:24:16.113 INFO E| Downloaded bytes v1.2.1
22742024-10-18T17:24:17.572Z[ helios-setup] Oct 18 17:24:16.119 INFO E| Downloaded typenum v1.15.0
22752024-10-18T17:24:17.575Z[ helios-setup] Oct 18 17:24:16.123 INFO E| Downloaded flate2 v1.0.25
22762024-10-18T17:24:17.583Z[ helios-setup] Oct 18 17:24:16.130 INFO E| Downloaded block-buffer v0.10.3
22772024-10-18T17:24:17.585Z[ helios-setup] Oct 18 17:24:16.133 INFO E| Downloaded anyhow v1.0.62
22782024-10-18T17:24:17.591Z[ helios-setup] Oct 18 17:24:16.138 INFO E| Downloaded cpufeatures v0.2.5
22792024-10-18T17:24:17.770Z[ helios-setup] Oct 18 17:24:16.317 INFO E| Compiling version_check v0.9.4
22802024-10-18T17:24:17.784Z[ helios-setup] Oct 18 17:24:16.331 INFO E| Compiling typenum v1.15.0
22812024-10-18T17:24:17.784Z[ helios-setup] Oct 18 17:24:16.331 INFO E| Compiling crc32fast v1.3.2
22822024-10-18T17:24:17.786Z[ helios-setup] Oct 18 17:24:16.331 INFO E| Compiling cfg-if v1.0.0
22832024-10-18T17:24:17.786Z[ helios-setup] Oct 18 17:24:16.331 INFO E| Compiling anyhow v1.0.62
22842024-10-18T17:24:17.786Z[ helios-setup] Oct 18 17:24:16.331 INFO E| Compiling adler v1.0.2
22852024-10-18T17:24:17.786Z[ helios-setup] Oct 18 17:24:16.331 INFO E| Compiling unicode-width v0.1.10
22862024-10-18T17:24:17.786Z[ helios-setup] Oct 18 17:24:16.331 INFO E| Compiling cpufeatures v0.2.5
22872024-10-18T17:24:18.163Z[ helios-setup] Oct 18 17:24:16.710 INFO E| Compiling bytes v1.2.1
22882024-10-18T17:24:18.249Z[ helios-setup] Oct 18 17:24:16.796 INFO E| Compiling getopts v0.2.21
22892024-10-18T17:24:18.449Z[ helios-setup] Oct 18 17:24:16.996 INFO E| Compiling miniz_oxide v0.6.2
22902024-10-18T17:24:18.631Z[ helios-setup] Oct 18 17:24:17.177 INFO E| Compiling bitflags v1.3.2
22912024-10-18T17:24:19.270Z[ helios-setup] Oct 18 17:24:17.816 INFO E| Compiling generic-array v0.14.6
22922024-10-18T17:24:20.321Z[ helios-setup] Oct 18 17:24:18.867 INFO E| Compiling flate2 v1.0.25
22932024-10-18T17:24:22.551Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22942024-10-18T17:24:23.757Z[ host-package] Compiling half v2.4.1
22952024-10-18T17:24:23.870Z[ helios-setup] Oct 18 17:24:22.401 INFO E| Compiling block-buffer v0.10.3
22962024-10-18T17:24:23.870Z[ helios-setup] Oct 18 17:24:22.401 INFO E| Compiling crypto-common v0.1.6
22972024-10-18T17:24:24.081Z[ helios-setup] Oct 18 17:24:22.625 INFO E| Compiling digest v0.10.3
22982024-10-18T17:24:24.424Z[ helios-setup] Oct 18 17:24:22.969 INFO E| Compiling sha2 v0.10.5
22992024-10-18T17:24:24.700Z[ host-package] Compiling ciborium-io v0.2.2
23002024-10-18T17:24:24.869Z[ host-package] Compiling ciborium-ll v0.2.2
23012024-10-18T17:24:24.914Z[ helios-setup] Oct 18 17:24:23.458 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
23022024-10-18T17:24:25.610Z[ host-package] Compiling tungstenite v0.21.0
23032024-10-18T17:24:27.294Z[ host-package] Compiling ciborium v0.2.2
23042024-10-18T17:24:27.913Z[ host-package] Compiling tokio-tungstenite v0.21.0
23052024-10-18T17:24:29.188Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23062024-10-18T17:24:29.891Z[ helios-setup] Oct 18 17:24:28.433 INFO E| Finished `release` profile [optimized] target(s) in 12.70s
23072024-10-18T17:24:29.905Z[ helios-setup] Oct 18 17:24:28.447 INFO building project "bootserver" ok (12 seconds)
23082024-10-18T17:24:29.905Z[ helios-setup] Oct 18 17:24:28.448 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
23092024-10-18T17:24:29.908Z[ helios-setup] Oct 18 17:24:28.448 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
23102024-10-18T17:24:30.207Z[ helios-setup] Oct 18 17:24:28.749 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
23112024-10-18T17:24:30.542Z[ host-package] Compiling same-file v1.0.6
23122024-10-18T17:24:30.773Z[ host-package] Compiling fastrand v2.1.1
23132024-10-18T17:24:31.752Z[ helios-setup] Oct 18 17:24:30.283 INFO E| From https://github.com/oxidecomputer/progenitor
23142024-10-18T17:24:31.752Z[ helios-setup] Oct 18 17:24:30.283 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
23152024-10-18T17:24:31.772Z[ helios-setup] Oct 18 17:24:30.314 INFO E| * [new tag] v0.1.1 -> v0.1.1
23162024-10-18T17:24:31.772Z[ helios-setup] Oct 18 17:24:30.314 INFO E| * [new tag] v0.2.0 -> v0.2.0
23172024-10-18T17:24:31.915Z[ helios-setup] Oct 18 17:24:30.457 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
23182024-10-18T17:24:32.264Z[ host-package] Compiling tempfile v3.13.0
23192024-10-18T17:24:32.387Z[ helios-setup] Oct 18 17:24:30.928 INFO E| From https://github.com/jclulow/hiercmd
23202024-10-18T17:24:32.387Z[ helios-setup] Oct 18 17:24:30.928 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
23212024-10-18T17:24:32.407Z[ helios-setup] Oct 18 17:24:30.948 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
23222024-10-18T17:24:32.917Z[ host-package] Compiling walkdir v2.5.0
23232024-10-18T17:24:33.045Z[ helios-setup] Oct 18 17:24:31.586 INFO E| From https://github.com/jclulow/network-interface
23242024-10-18T17:24:33.045Z[ helios-setup] Oct 18 17:24:31.586 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
23252024-10-18T17:24:33.066Z[ helios-setup] Oct 18 17:24:31.608 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
23262024-10-18T17:24:33.571Z[ helios-setup] Oct 18 17:24:32.112 INFO E| From https://github.com/oxidecomputer/boot-image-tools
23272024-10-18T17:24:33.574Z[ helios-setup] Oct 18 17:24:32.112 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
23282024-10-18T17:24:33.587Z[ host-package] Compiling blake3 v1.5.4
23292024-10-18T17:24:33.618Z[ helios-setup] Oct 18 17:24:32.159 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
23302024-10-18T17:24:34.344Z[ host-package] Compiling ring v0.16.20
23312024-10-18T17:24:34.377Z[ helios-setup] Oct 18 17:24:32.917 INFO E| From https://github.com/oxidecomputer/facade
23322024-10-18T17:24:34.377Z[ helios-setup] Oct 18 17:24:32.917 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
23332024-10-18T17:24:34.424Z[ helios-setup] Oct 18 17:24:32.965 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
23342024-10-18T17:24:35.171Z[ helios-setup] Oct 18 17:24:33.712 INFO E| From https://github.com/oxidecomputer/dropshot
23352024-10-18T17:24:35.171Z[ helios-setup] Oct 18 17:24:33.712 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
23362024-10-18T17:24:35.207Z[ helios-setup] Oct 18 17:24:33.747 INFO E| * [new tag] v0.3.0 -> v0.3.0
23372024-10-18T17:24:35.211Z[ helios-setup] Oct 18 17:24:33.747 INFO E| * [new tag] v0.4.0 -> v0.4.0
23382024-10-18T17:24:35.211Z[ helios-setup] Oct 18 17:24:33.748 INFO E| * [new tag] v0.5.0 -> v0.5.0
23392024-10-18T17:24:35.211Z[ helios-setup] Oct 18 17:24:33.748 INFO E| * [new tag] v0.5.1 -> v0.5.1
23402024-10-18T17:24:35.211Z[ helios-setup] Oct 18 17:24:33.748 INFO E| * [new tag] v0.6.0 -> v0.6.0
23412024-10-18T17:24:35.211Z[ helios-setup] Oct 18 17:24:33.748 INFO E| * [new tag] v0.7.0 -> v0.7.0
23422024-10-18T17:24:35.211Z[ helios-setup] Oct 18 17:24:33.748 INFO E| * [new tag] v0.8.0 -> v0.8.0
23432024-10-18T17:24:35.211Z[ helios-setup] Oct 18 17:24:33.748 INFO E| * [new tag] v0.9.0 -> v0.9.0
23442024-10-18T17:24:35.259Z[ helios-setup] Oct 18 17:24:33.800 INFO E| Updating crates.io index
23452024-10-18T17:24:35.290Z[ helios-setup] Oct 18 17:24:33.831 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
23462024-10-18T17:24:36.076Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
23472024-10-18T17:24:36.341Z[ helios-setup] Oct 18 17:24:34.881 INFO E| From https://github.com/oxidecomputer/typify
23482024-10-18T17:24:36.341Z[ helios-setup] Oct 18 17:24:34.881 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
23492024-10-18T17:24:36.373Z[ helios-setup] Oct 18 17:24:34.912 INFO E| * [new tag] v0.0.10 -> v0.0.10
23502024-10-18T17:24:36.373Z[ helios-setup] Oct 18 17:24:34.913 INFO E| * [new tag] v0.0.11 -> v0.0.11
23512024-10-18T17:24:36.373Z[ helios-setup] Oct 18 17:24:34.913 INFO E| * [new tag] v0.0.4 -> v0.0.4
23522024-10-18T17:24:36.375Z[ helios-setup] Oct 18 17:24:34.913 INFO E| * [new tag] v0.0.5 -> v0.0.5
23532024-10-18T17:24:36.376Z[ helios-setup] Oct 18 17:24:34.913 INFO E| * [new tag] v0.0.7 -> v0.0.7
23542024-10-18T17:24:36.376Z[ helios-setup] Oct 18 17:24:34.913 INFO E| * [new tag] v0.0.8 -> v0.0.8
23552024-10-18T17:24:36.376Z[ helios-setup] Oct 18 17:24:34.913 INFO E| * [new tag] v0.0.9 -> v0.0.9
23562024-10-18T17:24:36.931Z[ helios-setup] Oct 18 17:24:35.470 INFO E| Downloading crates ...
23572024-10-18T17:24:37.074Z[ helios-setup] Oct 18 17:24:35.613 INFO E| Downloaded built v0.6.0
23582024-10-18T17:24:37.077Z[ helios-setup] Oct 18 17:24:35.616 INFO E| Downloaded async-stream-impl v0.3.5
23592024-10-18T17:24:37.079Z[ helios-setup] Oct 18 17:24:35.617 INFO E| Downloaded anstyle v0.3.5
23602024-10-18T17:24:37.083Z[ helios-setup] Oct 18 17:24:35.623 INFO E| Downloaded futures-sink v0.3.28
23612024-10-18T17:24:37.086Z[ helios-setup] Oct 18 17:24:35.625 INFO E| Downloaded const-random v0.1.15
23622024-10-18T17:24:37.089Z[ helios-setup] Oct 18 17:24:35.627 INFO E| Downloaded concolor-override v1.0.0
23632024-10-18T17:24:37.098Z[ helios-setup] Oct 18 17:24:35.637 INFO E| Downloaded cargo-lock v8.0.3
23642024-10-18T17:24:37.103Z[ helios-setup] Oct 18 17:24:35.643 INFO E| Downloaded signal-hook-registry v1.4.0
23652024-10-18T17:24:37.105Z[ helios-setup] Oct 18 17:24:35.645 INFO E| Downloaded futures-executor v0.3.28
23662024-10-18T17:24:37.109Z[ helios-setup] Oct 18 17:24:35.649 INFO E| Downloaded home v0.5.4
23672024-10-18T17:24:37.112Z[ helios-setup] Oct 18 17:24:35.651 INFO E| Downloaded tower-service v0.3.2
23682024-10-18T17:24:37.115Z[ helios-setup] Oct 18 17:24:35.654 INFO E| Downloaded sha1 v0.10.5
23692024-10-18T17:24:37.119Z[ helios-setup] Oct 18 17:24:35.659 INFO E| Downloaded serde_tokenstream v0.2.0
23702024-10-18T17:24:37.130Z[ helios-setup] Oct 18 17:24:35.668 INFO E| Downloaded httpdate v1.0.2
23712024-10-18T17:24:37.144Z[ helios-setup] Oct 18 17:24:35.671 INFO E| Downloaded try-lock v0.2.4
23722024-10-18T17:24:37.144Z[ helios-setup] Oct 18 17:24:35.673 INFO E| Downloaded rustfmt-wrapper v0.2.0
23732024-10-18T17:24:37.144Z[ helios-setup] Oct 18 17:24:35.675 INFO E| Downloaded thiserror-impl v1.0.38
23742024-10-18T17:24:37.148Z[ helios-setup] Oct 18 17:24:35.678 INFO E| Downloaded lazy_static v1.4.0
23752024-10-18T17:24:37.148Z[ helios-setup] Oct 18 17:24:35.681 INFO E| Downloaded base64 v0.21.0
23762024-10-18T17:24:37.150Z[ helios-setup] Oct 18 17:24:35.689 INFO E| Downloaded const-random-macro v0.1.15
23772024-10-18T17:24:37.153Z[ helios-setup] Oct 18 17:24:35.690 INFO E| Downloaded scopeguard v1.1.0
23782024-10-18T17:24:37.153Z[ helios-setup] Oct 18 17:24:35.692 INFO E| Downloaded walkdir v2.3.3
23792024-10-18T17:24:37.157Z[ helios-setup] Oct 18 17:24:35.697 INFO E| Downloaded utf8parse v0.2.1
23802024-10-18T17:24:37.160Z[ helios-setup] Oct 18 17:24:35.699 INFO E| Downloaded semver-parser v0.10.2
23812024-10-18T17:24:37.162Z[ helios-setup] Oct 18 17:24:35.702 INFO E| Downloaded semver v0.11.0
23822024-10-18T17:24:37.166Z[ helios-setup] Oct 18 17:24:35.706 INFO E| Downloaded sha2 v0.10.6
23832024-10-18T17:24:37.171Z[ helios-setup] Oct 18 17:24:35.710 INFO E| Downloaded time v0.1.45
23842024-10-18T17:24:37.176Z[ helios-setup] Oct 18 17:24:35.715 INFO E| Downloaded tokio-rustls v0.24.0
23852024-10-18T17:24:37.179Z[ helios-setup] Oct 18 17:24:35.719 INFO E| Downloaded tempfile v3.5.0
23862024-10-18T17:24:37.185Z[ helios-setup] Oct 18 17:24:35.725 INFO E| Downloaded iana-time-zone v0.1.56
23872024-10-18T17:24:37.190Z[ helios-setup] Oct 18 17:24:35.730 INFO E| Downloaded typenum v1.16.0
23882024-10-18T17:24:37.195Z[ helios-setup] Oct 18 17:24:35.735 INFO E| Downloaded toolchain_find v0.2.0
23892024-10-18T17:24:37.198Z[ helios-setup] Oct 18 17:24:35.738 INFO E| Downloaded want v0.3.0
23902024-10-18T17:24:37.201Z[ helios-setup] Oct 18 17:24:35.740 INFO E| Downloaded unicode-bidi v0.3.13
23912024-10-18T17:24:37.205Z[ helios-setup] Oct 18 17:24:35.744 INFO E| Downloaded futures-task v0.3.28
23922024-10-18T17:24:37.207Z[ helios-setup] Oct 18 17:24:35.746 INFO E| Downloaded futures-io v0.3.28
23932024-10-18T17:24:37.210Z[ helios-setup] Oct 18 17:24:35.748 INFO E| Downloaded toml_datetime v0.6.1
23942024-10-18T17:24:37.212Z[ helios-setup] Oct 18 17:24:35.750 INFO E| Downloaded terminal_size v0.2.6
23952024-10-18T17:24:37.215Z[ helios-setup] Oct 18 17:24:35.752 INFO E| Downloaded fastrand v1.9.0
23962024-10-18T17:24:37.218Z[ helios-setup] Oct 18 17:24:35.755 INFO E| Downloaded paste v1.0.12
23972024-10-18T17:24:37.221Z[ helios-setup] Oct 18 17:24:35.761 INFO E| Downloaded memoffset v0.7.1
23982024-10-18T17:24:37.224Z[ helios-setup] Oct 18 17:24:35.764 INFO E| Downloaded tokio-macros v2.0.0
23992024-10-18T17:24:37.228Z[ helios-setup] Oct 18 17:24:35.766 INFO E| Downloaded slab v0.4.7
24002024-10-18T17:24:37.234Z[ helios-setup] Oct 18 17:24:35.772 INFO E| Downloaded serde_spanned v0.6.1
24012024-10-18T17:24:37.237Z[ helios-setup] Oct 18 17:24:35.774 INFO E| Downloaded serde_derive v1.0.204
24022024-10-18T17:24:37.239Z[ helios-setup] Oct 18 17:24:35.778 INFO E| Downloaded bincode v1.3.3
24032024-10-18T17:24:37.244Z[ helios-setup] Oct 18 17:24:35.784 INFO E| Downloaded tokio-tungstenite v0.18.0
24042024-10-18T17:24:37.247Z[ helios-setup] Oct 18 17:24:35.787 INFO E| Downloaded unsafe-libyaml v0.2.8
24052024-10-18T17:24:37.253Z[ helios-setup] Oct 18 17:24:35.793 INFO E| Downloaded tracing v0.1.37
24062024-10-18T17:24:37.261Z[ helios-setup] Oct 18 17:24:35.801 INFO E| Downloaded semver v1.0.17
24072024-10-18T17:24:37.265Z[ helios-setup] Oct 18 17:24:35.805 INFO E| Downloaded serde_derive_internals v0.26.0
24082024-10-18T17:24:37.269Z[ helios-setup] Oct 18 17:24:35.808 INFO E| Downloaded toml_edit v0.19.8
24092024-10-18T17:24:37.298Z[ helios-setup] Oct 18 17:24:35.837 INFO E| Downloaded toml v0.5.11
24102024-10-18T17:24:37.301Z[ helios-setup] Oct 18 17:24:35.841 INFO E| Downloaded ryu v1.0.13
24112024-10-18T17:24:37.307Z[ helios-setup] Oct 18 17:24:35.846 INFO E| Downloaded uuid v1.3.0
24122024-10-18T17:24:37.312Z[ helios-setup] Oct 18 17:24:35.852 INFO E| Downloaded serde v1.0.204
24132024-10-18T17:24:37.318Z[ helios-setup] Oct 18 17:24:35.858 INFO E| Downloaded tungstenite v0.18.0
24142024-10-18T17:24:37.323Z[ helios-setup] Oct 18 17:24:35.863 INFO E| Downloaded winnow v0.4.1
24152024-10-18T17:24:37.338Z[ helios-setup] Oct 18 17:24:35.877 INFO E| Downloaded unicode-normalization v0.1.22
24162024-10-18T17:24:37.344Z[ helios-setup] Oct 18 17:24:35.884 INFO E| Downloaded futures v0.3.28
24172024-10-18T17:24:37.353Z[ helios-setup] Oct 18 17:24:35.893 INFO E| Downloaded rustls-webpki v0.100.1
24182024-10-18T17:24:37.369Z[ helios-setup] Oct 18 17:24:35.909 INFO E| Downloaded syn v1.0.107
24192024-10-18T17:24:37.387Z[ helios-setup] Oct 18 17:24:35.927 INFO E| Downloaded syn v2.0.72
24202024-10-18T17:24:37.408Z[ helios-setup] Oct 18 17:24:35.947 INFO E| Downloaded rustix v0.37.3
24212024-10-18T17:24:37.437Z[ helios-setup] Oct 18 17:24:35.977 INFO E| Downloaded tokio v1.27.0
24222024-10-18T17:24:37.498Z[ helios-setup] Oct 18 17:24:36.037 INFO E| Downloaded futures-util v0.3.28
24232024-10-18T17:24:37.518Z[ helios-setup] Oct 18 17:24:36.058 INFO E| Downloaded clap_builder v4.2.1
24242024-10-18T17:24:37.530Z[ helios-setup] Oct 18 17:24:36.069 INFO E| Downloaded serde_json v1.0.95
24252024-10-18T17:24:37.543Z[ helios-setup] Oct 18 17:24:36.082 INFO E| Downloaded rayon v1.6.1
24262024-10-18T17:24:37.559Z[ helios-setup] Oct 18 17:24:36.098 INFO E| Downloaded reqwest v0.11.16
24272024-10-18T17:24:37.574Z[ helios-setup] Oct 18 17:24:36.114 INFO E| Downloaded hyper v0.14.25
24282024-10-18T17:24:37.584Z[ helios-setup] Oct 18 17:24:36.124 INFO E| Downloaded h2 v0.3.16
24292024-10-18T17:24:37.593Z[ helios-setup] Oct 18 17:24:36.133 INFO E| Downloaded regress v0.5.0
24302024-10-18T17:24:37.604Z[ host-package] Compiling xattr v1.3.1
24312024-10-18T17:24:37.606Z[ helios-setup] Oct 18 17:24:36.146 INFO E| Downloaded regex v1.7.3
24322024-10-18T17:24:37.623Z[ helios-setup] Oct 18 17:24:36.158 INFO E| Downloaded rustls v0.21.0
24332024-10-18T17:24:37.637Z[ helios-setup] Oct 18 17:24:36.177 INFO E| Downloaded git2 v0.16.1
24342024-10-18T17:24:37.650Z[ helios-setup] Oct 18 17:24:36.190 INFO E| Downloaded rhai v1.14.0
24352024-10-18T17:24:37.671Z[ helios-setup] Oct 18 17:24:36.210 INFO E| Downloaded chrono v0.4.24
24362024-10-18T17:24:37.681Z[ helios-setup] Oct 18 17:24:36.221 INFO E| Downloaded openapiv3 v1.0.2
24372024-10-18T17:24:37.704Z[ helios-setup] Oct 18 17:24:36.243 INFO E| Downloaded pest v2.5.7
24382024-10-18T17:24:37.712Z[ helios-setup] Oct 18 17:24:36.251 INFO E| Downloaded http v0.2.9
24392024-10-18T17:24:37.718Z[ helios-setup] Oct 18 17:24:36.257 INFO E| Downloaded mio v0.8.5
24402024-10-18T17:24:37.728Z[ helios-setup] Oct 18 17:24:36.267 INFO E| Downloaded aho-corasick v0.7.20
24412024-10-18T17:24:37.733Z[ helios-setup] Oct 18 17:24:36.273 INFO E| Downloaded crossbeam-utils v0.8.14
24422024-10-18T17:24:37.740Z[ helios-setup] Oct 18 17:24:36.277 INFO E| Downloaded crossbeam-channel v0.5.6
24432024-10-18T17:24:37.744Z[ helios-setup] Oct 18 17:24:36.284 INFO E| Downloaded parking_lot v0.12.1
24442024-10-18T17:24:37.748Z[ helios-setup] Oct 18 17:24:36.288 INFO E| Downloaded url v2.3.1
24452024-10-18T17:24:37.754Z[ helios-setup] Oct 18 17:24:36.293 INFO E| Downloaded libc v0.2.139
24462024-10-18T17:24:37.776Z[ host-package] Compiling filetime v0.2.25
24472024-10-18T17:24:37.798Z[ helios-setup] Oct 18 17:24:36.334 INFO E| Downloaded unicode-ident v1.0.8
24482024-10-18T17:24:37.800Z[ helios-setup] Oct 18 17:24:36.339 INFO E| Downloaded ucd-trie v0.1.5
24492024-10-18T17:24:37.803Z[ helios-setup] Oct 18 17:24:36.341 INFO E| Downloaded tracing-core v0.1.30
24502024-10-18T17:24:37.816Z[ helios-setup] Oct 18 17:24:36.346 INFO E| Downloaded tokio-util v0.7.7
24512024-10-18T17:24:37.818Z[ helios-setup] Oct 18 17:24:36.357 INFO E| Downloaded tinyvec v1.6.0
24522024-10-18T17:24:37.821Z[ helios-setup] Oct 18 17:24:36.361 INFO E| Downloaded rayon-core v1.10.2
24532024-10-18T17:24:37.825Z[ helios-setup] Oct 18 17:24:36.365 INFO E| Downloaded proc-macro2 v1.0.86
24542024-10-18T17:24:37.830Z[ helios-setup] Oct 18 17:24:36.369 INFO E| Downloaded memchr v2.5.0
24552024-10-18T17:24:37.834Z[ helios-setup] Oct 18 17:24:36.374 INFO E| Downloaded cc v1.0.78
24562024-10-18T17:24:37.838Z[ helios-setup] Oct 18 17:24:36.378 INFO E| Downloaded rhai_codegen v1.5.0
24572024-10-18T17:24:37.849Z[ helios-setup] Oct 18 17:24:36.388 INFO E| Downloaded serde_yaml v0.9.21
24582024-10-18T17:24:37.854Z[ helios-setup] Oct 18 17:24:36.393 INFO E| Downloaded unicode-linebreak v0.1.4
24592024-10-18T17:24:37.856Z[ helios-setup] Oct 18 17:24:36.396 INFO E| Downloaded once_cell v1.17.0
24602024-10-18T17:24:37.909Z[ helios-setup] Oct 18 17:24:36.430 INFO E| Downloaded log v0.4.17
24612024-10-18T17:24:37.909Z[ helios-setup] Oct 18 17:24:36.433 INFO E| Downloaded sct v0.7.0
24622024-10-18T17:24:37.909Z[ helios-setup] Oct 18 17:24:36.437 INFO E| Downloaded schemars_derive v0.8.12
24632024-10-18T17:24:37.911Z[ helios-setup] Oct 18 17:24:36.439 INFO E| Downloaded ipnet v2.7.2
24642024-10-18T17:24:37.911Z[ helios-setup] Oct 18 17:24:36.441 INFO E| Downloaded httparse v1.8.0
24652024-10-18T17:24:37.911Z[ helios-setup] Oct 18 17:24:36.444 INFO E| Downloaded getrandom v0.2.8
24662024-10-18T17:24:37.911Z[ helios-setup] Oct 18 17:24:36.448 INFO E| Downloaded textwrap v0.16.0
24672024-10-18T17:24:37.911Z[ helios-setup] Oct 18 17:24:36.451 INFO E| Downloaded bytes v1.4.0
24682024-10-18T17:24:37.917Z[ helios-setup] Oct 18 17:24:36.456 INFO E| Downloaded schemars v0.8.12
24692024-10-18T17:24:37.932Z[ helios-setup] Oct 18 17:24:36.472 INFO E| Downloaded smallvec v1.10.0
24702024-10-18T17:24:37.936Z[ helios-setup] Oct 18 17:24:36.475 INFO E| Downloaded serde_path_to_error v0.1.11
24712024-10-18T17:24:37.939Z[ helios-setup] Oct 18 17:24:36.477 INFO E| Downloaded num-traits v0.2.15
24722024-10-18T17:24:37.939Z[ host-package] Compiling memmap2 v0.9.5
24732024-10-18T17:24:37.942Z[ helios-setup] Oct 18 17:24:36.480 INFO E| Downloaded crossbeam-epoch v0.9.13
24742024-10-18T17:24:37.945Z[ helios-setup] Oct 18 17:24:36.483 INFO E| Downloaded clap v4.2.1
24752024-10-18T17:24:37.956Z[ helios-setup] Oct 18 17:24:36.495 INFO E| Downloaded camino v1.1.4
24762024-10-18T17:24:37.959Z[ helios-setup] Oct 18 17:24:36.498 INFO E| Downloaded encoding_rs v0.8.32
24772024-10-18T17:24:37.992Z[ helios-setup] Oct 18 17:24:36.532 INFO E| Downloaded thiserror v1.0.38
24782024-10-18T17:24:37.998Z[ helios-setup] Oct 18 17:24:36.537 INFO E| Downloaded smawk v0.3.1
24792024-10-18T17:24:38.001Z[ helios-setup] Oct 18 17:24:36.539 INFO E| Downloaded rustls-pemfile v1.0.2
24802024-10-18T17:24:38.003Z[ helios-setup] Oct 18 17:24:36.542 INFO E| Downloaded pkg-config v0.3.26
24812024-10-18T17:24:38.006Z[ helios-setup] Oct 18 17:24:36.544 INFO E| Downloaded num-integer v0.1.45
24822024-10-18T17:24:38.006Z[ helios-setup] Oct 18 17:24:36.546 INFO E| Downloaded jobserver v0.1.26
24832024-10-18T17:24:38.009Z[ helios-setup] Oct 18 17:24:36.548 INFO E| Downloaded itoa v1.0.6
24842024-10-18T17:24:38.012Z[ helios-setup] Oct 18 17:24:36.550 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
24852024-10-18T17:24:38.091Z[ helios-setup] Oct 18 17:24:36.630 INFO E| Downloaded strsim v0.10.0
24862024-10-18T17:24:38.093Z[ helios-setup] Oct 18 17:24:36.632 INFO E| Downloaded futures-core v0.3.28
24872024-10-18T17:24:38.120Z[ host-package] Compiling arrayvec v0.7.6
24882024-10-18T17:24:38.123Z[ helios-setup] Oct 18 17:24:36.659 INFO E| Downloaded dyn-clone v1.0.11
24892024-10-18T17:24:38.123Z[ helios-setup] Oct 18 17:24:36.661 INFO E| Downloaded crossbeam-deque v0.8.2
24902024-10-18T17:24:38.126Z[ helios-setup] Oct 18 17:24:36.663 INFO E| Downloaded concolor-query v0.3.3
24912024-10-18T17:24:38.126Z[ helios-setup] Oct 18 17:24:36.665 INFO E| Downloaded clap_lex v0.4.1
24922024-10-18T17:24:38.129Z[ helios-setup] Oct 18 17:24:36.666 INFO E| Downloaded toml v0.7.3
24932024-10-18T17:24:38.131Z[ helios-setup] Oct 18 17:24:36.670 INFO E| Downloaded socket2 v0.4.9
24942024-10-18T17:24:38.134Z[ helios-setup] Oct 18 17:24:36.672 INFO E| Downloaded quote v1.0.36
24952024-10-18T17:24:38.137Z[ helios-setup] Oct 18 17:24:36.675 INFO E| Downloaded async-trait v0.1.68
24962024-10-18T17:24:38.140Z[ helios-setup] Oct 18 17:24:36.679 INFO E| Downloaded ahash v0.8.3
24972024-10-18T17:24:38.143Z[ helios-setup] Oct 18 17:24:36.682 INFO E| Downloaded ppv-lite86 v0.2.17
24982024-10-18T17:24:38.154Z[ helios-setup] Oct 18 17:24:36.684 INFO E| Downloaded pin-project-lite v0.2.9
24992024-10-18T17:24:38.154Z[ helios-setup] Oct 18 17:24:36.691 INFO E| Downloaded parking_lot_core v0.9.6
25002024-10-18T17:24:38.157Z[ helios-setup] Oct 18 17:24:36.694 INFO E| Downloaded libz-sys v1.1.8
25012024-10-18T17:24:38.237Z[ helios-setup] Oct 18 17:24:36.777 INFO E| Downloaded lock_api v0.4.9
25022024-10-18T17:24:38.240Z[ helios-setup] Oct 18 17:24:36.779 INFO E| Downloaded io-lifetimes v1.0.10
25032024-10-18T17:24:38.244Z[ helios-setup] Oct 18 17:24:36.783 INFO E| Downloaded futures-channel v0.3.28
25042024-10-18T17:24:38.247Z[ helios-setup] Oct 18 17:24:36.786 INFO E| Downloaded clap_derive v4.2.0
25052024-10-18T17:24:38.250Z[ helios-setup] Oct 18 17:24:36.790 INFO E| Downloaded byteorder v1.4.3
25062024-10-18T17:24:38.253Z[ helios-setup] Oct 18 17:24:36.792 INFO E| Downloaded smartstring v1.0.1
25072024-10-18T17:24:38.257Z[ helios-setup] Oct 18 17:24:36.796 INFO E| Downloaded proc-macro-crate v1.2.1
25082024-10-18T17:24:38.259Z[ helios-setup] Oct 18 17:24:36.798 INFO E| Downloaded num_cpus v1.15.0
25092024-10-18T17:24:38.262Z[ helios-setup] Oct 18 17:24:36.802 INFO E| Downloaded project-root v0.2.2
25102024-10-18T17:24:38.265Z[ helios-setup] Oct 18 17:24:36.803 INFO E| Downloaded num_enum v0.5.7
25112024-10-18T17:24:38.270Z[ helios-setup] Oct 18 17:24:36.809 INFO E| Downloaded slog-bunyan v2.4.0
25122024-10-18T17:24:38.273Z[ helios-setup] Oct 18 17:24:36.811 INFO E| Downloaded slog-async v2.7.0
25132024-10-18T17:24:38.276Z[ helios-setup] Oct 18 17:24:36.813 INFO E| Downloaded ahash v0.7.6
25142024-10-18T17:24:38.278Z[ helios-setup] Oct 18 17:24:36.818 INFO E| Downloaded anstyle-parse v0.1.1
25152024-10-18T17:24:38.281Z[ helios-setup] Oct 18 17:24:36.821 INFO E| Downloaded percent-encoding v2.2.0
25162024-10-18T17:24:38.284Z[ helios-setup] Oct 18 17:24:36.822 INFO E| Downloaded autocfg v1.1.0
25172024-10-18T17:24:38.287Z[ helios-setup] Oct 18 17:24:36.824 INFO E| Downloaded async-stream v0.3.5
25182024-10-18T17:24:38.290Z[ helios-setup] Oct 18 17:24:36.827 INFO E| Downloaded anstream v0.2.6
25192024-10-18T17:24:38.298Z[ helios-setup] Oct 18 17:24:36.831 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
25202024-10-18T17:24:38.298Z[ helios-setup] Oct 18 17:24:36.834 INFO E| Downloaded num_enum_derive v0.5.7
25212024-10-18T17:24:38.298Z[ helios-setup] Oct 18 17:24:36.836 INFO E| Downloaded is-terminal v0.4.7
25222024-10-18T17:24:38.298Z[ helios-setup] Oct 18 17:24:36.837 INFO E| Downloaded http-body v0.4.5
25232024-10-18T17:24:38.301Z[ helios-setup] Oct 18 17:24:36.840 INFO E| Downloaded futures-macro v0.3.28
25242024-10-18T17:24:38.304Z[ helios-setup] Oct 18 17:24:36.841 INFO E| Downloaded form_urlencoded v1.1.0
25252024-10-18T17:24:38.304Z[ helios-setup] Oct 18 17:24:36.842 INFO E| Downloaded errno v0.3.1
25262024-10-18T17:24:38.306Z[ helios-setup] Oct 18 17:24:36.844 INFO E| Downloaded digest v0.10.6
25272024-10-18T17:24:38.309Z[ helios-setup] Oct 18 17:24:36.847 INFO E| Downloaded either v1.8.0
25282024-10-18T17:24:38.313Z[ helios-setup] Oct 18 17:24:36.849 INFO E| Downloaded anyhow v1.0.68
25292024-10-18T17:24:38.446Z[ host-package] Compiling keccak v0.1.5
25302024-10-18T17:24:38.607Z[ helios-setup] Oct 18 17:24:37.146 INFO E| Compiling proc-macro2 v1.0.86
25312024-10-18T17:24:38.633Z[ helios-setup] Oct 18 17:24:37.172 INFO E| Compiling libc v0.2.139
25322024-10-18T17:24:38.633Z[ helios-setup] Oct 18 17:24:37.172 INFO E| Compiling unicode-ident v1.0.8
25332024-10-18T17:24:38.633Z[ helios-setup] Oct 18 17:24:37.172 INFO E| Compiling autocfg v1.1.0
25342024-10-18T17:24:38.648Z[ helios-setup] Oct 18 17:24:37.172 INFO E| Compiling cfg-if v1.0.0
25352024-10-18T17:24:38.648Z[ helios-setup] Oct 18 17:24:37.172 INFO E| Compiling version_check v0.9.4
25362024-10-18T17:24:38.648Z[ helios-setup] Oct 18 17:24:37.172 INFO E| Compiling serde v1.0.204
25372024-10-18T17:24:38.649Z[ helios-setup] Oct 18 17:24:37.172 INFO E| Compiling syn v1.0.107
25382024-10-18T17:24:38.649Z[ host-package] Compiling untrusted v0.7.1
25392024-10-18T17:24:38.680Z[ host-package] Compiling arrayref v0.3.9
25402024-10-18T17:24:38.683Z[ host-package] Compiling constant_time_eq v0.3.1
25412024-10-18T17:24:38.885Z[ host-package] Compiling spin v0.5.2
25422024-10-18T17:24:39.089Z[ host-package] Compiling sha3 v0.10.8
25432024-10-18T17:24:39.118Z[ helios-setup] Oct 18 17:24:37.657 INFO E| Compiling memchr v2.5.0
25442024-10-18T17:24:39.798Z[ host-package] Compiling tar v0.4.42
25452024-10-18T17:24:39.951Z[ helios-setup] Oct 18 17:24:38.490 INFO E| Compiling once_cell v1.17.0
25462024-10-18T17:24:39.974Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25472024-10-18T17:24:40.154Z[ helios-setup] Oct 18 17:24:38.692 INFO E| Compiling log v0.4.17
25482024-10-18T17:24:40.274Z[ helios-setup] Oct 18 17:24:38.812 INFO E| Compiling thiserror v1.0.38
25492024-10-18T17:24:40.919Z[ host-package] Compiling toolchain_find v0.4.0
25502024-10-18T17:24:41.155Z[ helios-setup] Oct 18 17:24:39.693 INFO E| Compiling itoa v1.0.6
25512024-10-18T17:24:41.216Z[ helios-setup] Oct 18 17:24:39.755 INFO E| Compiling serde_json v1.0.95
25522024-10-18T17:24:41.309Z[ host-package] Compiling camino-tempfile v1.1.1
25532024-10-18T17:24:41.935Z[ helios-setup] Oct 18 17:24:40.472 INFO E| Compiling quote v1.0.36
25542024-10-18T17:24:42.129Z[ helios-setup] Oct 18 17:24:40.667 INFO E| Compiling getrandom v0.2.8
25552024-10-18T17:24:42.132Z[ helios-setup] Oct 18 17:24:40.667 INFO E| Compiling jobserver v0.1.26
25562024-10-18T17:24:42.158Z[ host-package] Compiling nibble_vec v0.1.0
25572024-10-18T17:24:42.254Z[ host-package] Compiling crunchy v0.2.2
25582024-10-18T17:24:42.771Z[ helios-setup] Oct 18 17:24:41.309 INFO E| Compiling indexmap v1.9.3
25592024-10-18T17:24:42.952Z[ helios-setup] Oct 18 17:24:41.487 INFO E| Compiling syn v2.0.72
25602024-10-18T17:24:42.996Z[ host-package] Compiling glob v0.3.1
25612024-10-18T17:24:43.229Z[ helios-setup] Oct 18 17:24:41.766 INFO E| Compiling cc v1.0.78
25622024-10-18T17:24:43.375Z[ host-package] Compiling topological-sort v0.2.2
25632024-10-18T17:24:43.407Z[ helios-setup] Oct 18 17:24:41.944 INFO E| Compiling scopeguard v1.1.0
25642024-10-18T17:24:43.473Z[ helios-setup] Oct 18 17:24:42.007 INFO E| Compiling pin-project-lite v0.2.9
25652024-10-18T17:24:43.546Z[ host-package] Compiling endian-type v0.1.2
25662024-10-18T17:24:43.591Z[ helios-setup] Oct 18 17:24:42.127 INFO E| Compiling num-integer v0.1.45
25672024-10-18T17:24:43.635Z[ helios-setup] Oct 18 17:24:42.173 INFO E| Compiling futures-core v0.3.28
25682024-10-18T17:24:43.717Z[ helios-setup] Oct 18 17:24:42.253 INFO E| Compiling bytes v1.4.0
25692024-10-18T17:24:43.847Z[ host-package] Compiling maplit v1.0.2
25702024-10-18T17:24:44.080Z[ host-package] Compiling radix_trie v0.2.1
25712024-10-18T17:24:44.222Z[ host-package] Compiling omicron-zone-package v0.11.1
25722024-10-18T17:24:44.357Z[ helios-setup] Oct 18 17:24:42.894 INFO E| Compiling ryu v1.0.13
25732024-10-18T17:24:44.630Z[ host-package] Compiling clang-sys v1.8.1
25742024-10-18T17:24:45.110Z[ host-package] Compiling rustfmt-wrapper v0.2.1
25752024-10-18T17:24:45.497Z[ host-package] Compiling tiny-keccak v2.0.2
25762024-10-18T17:24:45.687Z[ helios-setup] Oct 18 17:24:44.224 INFO E| Compiling lock_api v0.4.9
25772024-10-18T17:24:45.869Z[ helios-setup] Oct 18 17:24:44.405 INFO E| Compiling typenum v1.16.0
25782024-10-18T17:24:46.168Z[ host-package] Compiling dsl_auto_type v0.1.2
25792024-10-18T17:24:46.361Z[ helios-setup] Oct 18 17:24:44.896 INFO E| Compiling bitflags v1.3.2
25802024-10-18T17:24:46.428Z[ host-package] Compiling scheduled-thread-pool v0.2.7
25812024-10-18T17:24:46.464Z[ helios-setup] Oct 18 17:24:45.000 INFO E| Compiling parking_lot_core v0.9.6
25822024-10-18T17:24:46.543Z[ host-package] Compiling secrecy v0.8.0
25832024-10-18T17:24:46.666Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
25842024-10-18T17:24:46.916Z[ helios-setup] Oct 18 17:24:45.431 INFO E| Compiling num_cpus v1.15.0
25852024-10-18T17:24:47.024Z[ helios-setup] Oct 18 17:24:45.553 INFO E| Compiling generic-array v0.14.6
25862024-10-18T17:24:47.174Z[ host-package] Compiling arc-swap v1.7.1
25872024-10-18T17:24:47.290Z[ helios-setup] Oct 18 17:24:45.826 INFO E| Compiling slab v0.4.7
25882024-10-18T17:24:47.293Z[ helios-setup] Oct 18 17:24:45.826 INFO E| Compiling futures-sink v0.3.28
25892024-10-18T17:24:47.293Z[ helios-setup] Oct 18 17:24:45.826 INFO E| Compiling futures-task v0.3.28
25902024-10-18T17:24:47.586Z[ helios-setup] Oct 18 17:24:46.122 INFO E| Compiling futures-channel v0.3.28
25912024-10-18T17:24:47.844Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
25922024-10-18T17:24:48.124Z[ helios-setup] Oct 18 17:24:46.659 INFO E| Compiling tokio v1.27.0
25932024-10-18T17:24:48.409Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25942024-10-18T17:24:48.409Z[ helios-setup] Oct 18 17:24:46.939 INFO E| Compiling schemars v0.8.12
25952024-10-18T17:24:48.546Z[ host-package] Compiling slog-scope v4.4.0
25962024-10-18T17:24:48.615Z[ host-package] Compiling r2d2 v0.8.10
25972024-10-18T17:24:48.642Z[ helios-setup] Oct 18 17:24:47.178 INFO E| Compiling futures-util v0.3.28
25982024-10-18T17:24:48.975Z[ host-package] Compiling diesel_derives v2.2.3
25992024-10-18T17:24:49.128Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26002024-10-18T17:24:49.247Z[ helios-setup] Oct 18 17:24:47.782 INFO E| Compiling mio v0.8.5
26012024-10-18T17:24:49.702Z[ helios-setup] Oct 18 17:24:48.236 INFO E| Compiling signal-hook-registry v1.4.0
26022024-10-18T17:24:49.770Z[ helios-setup] Oct 18 17:24:48.305 INFO E| Compiling socket2 v0.4.9
26032024-10-18T17:24:49.810Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26042024-10-18T17:24:49.910Z[ helios-setup] Oct 18 17:24:48.445 INFO E| Compiling ahash v0.7.6
26052024-10-18T17:24:49.983Z[ host-package] Compiling ascii-canvas v3.0.0
26062024-10-18T17:24:50.102Z[ helios-setup] Oct 18 17:24:48.637 INFO E| Compiling num-traits v0.2.15
26072024-10-18T17:24:50.129Z[ host-package] Compiling universal-hash v0.5.1
26082024-10-18T17:24:50.787Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
26092024-10-18T17:24:50.972Z[ host-package] Compiling ena v0.14.3
26102024-10-18T17:24:51.100Z[ helios-setup] Oct 18 17:24:49.634 INFO E| Compiling crunchy v0.2.2
26112024-10-18T17:24:51.184Z[ helios-setup] Oct 18 17:24:49.718 INFO E| Compiling io-lifetimes v1.0.10
26122024-10-18T17:24:51.854Z[ host-package] Compiling libloading v0.8.5
26132024-10-18T17:24:52.546Z[ helios-setup] Oct 18 17:24:51.080 INFO E| Compiling pin-utils v0.1.0
26142024-10-18T17:24:52.562Z[ helios-setup] Oct 18 17:24:51.096 INFO E| Compiling futures-io v0.3.28
26152024-10-18T17:24:52.878Z[ host-package] Compiling diff v0.1.13
26162024-10-18T17:24:52.997Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26172024-10-18T17:24:53.158Z[ helios-setup] Oct 18 17:24:51.691 INFO E| Compiling serde_derive_internals v0.26.0
26182024-10-18T17:24:53.279Z[ helios-setup] Oct 18 17:24:51.813 INFO E| Compiling ahash v0.8.3
26192024-10-18T17:24:53.460Z[ helios-setup] Oct 18 17:24:51.993 INFO E| Compiling tiny-keccak v2.0.2
26202024-10-18T17:24:53.827Z[ host-package] Compiling regex-syntax v0.6.29
26212024-10-18T17:24:54.098Z[ helios-setup] Oct 18 17:24:52.631 INFO E| Compiling hashbrown v0.12.3
26222024-10-18T17:24:54.126Z[ helios-setup] Oct 18 17:24:52.659 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
26232024-10-18T17:24:54.323Z[ helios-setup] Oct 18 17:24:52.856 INFO E| Compiling rustix v0.37.3
26242024-10-18T17:24:55.491Z[ helios-setup] Oct 18 17:24:54.024 INFO E| Compiling crypto-common v0.1.6
26252024-10-18T17:24:55.570Z[ helios-setup] Oct 18 17:24:54.103 INFO E| Compiling block-buffer v0.10.3
26262024-10-18T17:24:55.703Z[ host-package] Compiling opaque-debug v0.3.1
26272024-10-18T17:24:55.858Z[ host-package] Compiling bindgen v0.69.5
26282024-10-18T17:24:56.888Z[ helios-setup] Oct 18 17:24:55.421 INFO E| Compiling errno v0.3.1
26292024-10-18T17:24:57.034Z[ host-package] Compiling poly1305 v0.8.0
26302024-10-18T17:24:57.229Z[ helios-setup] Oct 18 17:24:55.696 INFO E| Compiling crossbeam-utils v0.8.14
26312024-10-18T17:24:57.259Z[ helios-setup] Oct 18 17:24:55.791 INFO E| Compiling fnv v1.0.7
26322024-10-18T17:24:57.396Z[ helios-setup] Oct 18 17:24:55.928 INFO E| Compiling pkg-config v0.3.26
26332024-10-18T17:24:57.500Z[ helios-setup] Oct 18 17:24:56.032 INFO E| Compiling slog v2.7.0
26342024-10-18T17:24:57.982Z[ helios-setup] Oct 18 17:24:56.513 INFO E| Compiling http v0.2.9
26352024-10-18T17:24:59.282Z[ helios-setup] Oct 18 17:24:57.813 INFO E| Compiling digest v0.10.6
26362024-10-18T17:24:59.844Z[ host-package] Compiling thiserror-no-std v2.0.2
26372024-10-18T17:25:00.236Z[ helios-setup] Oct 18 17:24:58.767 INFO E| Compiling aho-corasick v0.7.20
26382024-10-18T17:25:01.073Z[ helios-setup] Oct 18 17:24:59.604 INFO E| Compiling anyhow v1.0.68
26392024-10-18T17:25:01.908Z[ helios-setup] Oct 18 17:25:00.438 INFO E| Compiling percent-encoding v2.2.0
26402024-10-18T17:25:02.702Z[ helios-setup] Oct 18 17:25:01.232 INFO E| Compiling cpufeatures v0.2.5
26412024-10-18T17:25:03.060Z[ helios-setup] Oct 18 17:25:01.590 INFO E| Compiling tinyvec_macros v0.1.1
26422024-10-18T17:25:03.133Z[ helios-setup] Oct 18 17:25:01.663 INFO E| Compiling unicode-width v0.1.10
26432024-10-18T17:25:03.244Z[ helios-setup] Oct 18 17:25:01.773 INFO E| Compiling httparse v1.8.0
26442024-10-18T17:25:03.576Z[ helios-setup] Oct 18 17:25:02.105 INFO E| Compiling thiserror-impl v1.0.38
26452024-10-18T17:25:03.665Z[ helios-setup] Oct 18 17:25:02.195 INFO E| Compiling schemars_derive v0.8.12
26462024-10-18T17:25:03.830Z[ helios-setup] Oct 18 17:25:02.360 INFO E| Compiling heck v0.4.1
26472024-10-18T17:25:03.898Z[ host-package] Compiling lalrpop v0.19.12
26482024-10-18T17:25:04.061Z[ helios-setup] Oct 18 17:25:02.590 INFO E| Compiling regex-syntax v0.6.29
26492024-10-18T17:25:04.128Z[ helios-setup] Oct 18 17:25:02.657 INFO E| Compiling serde_derive v1.0.204
26502024-10-18T17:25:04.414Z[ helios-setup] Oct 18 17:25:02.943 INFO E| Compiling futures-macro v0.3.28
26512024-10-18T17:25:04.576Z[ helios-setup] Oct 18 17:25:03.105 INFO E| Compiling tokio-macros v2.0.0
26522024-10-18T17:25:04.959Z[ helios-setup] Oct 18 17:25:03.489 INFO E| Compiling tinyvec v1.6.0
26532024-10-18T17:25:06.834Z[ helios-setup] Oct 18 17:25:05.362 INFO E| Compiling const-random-macro v0.1.15
26542024-10-18T17:25:08.698Z[ helios-setup] Oct 18 17:25:07.226 INFO E| Compiling form_urlencoded v1.1.0
26552024-10-18T17:25:08.933Z[ helios-setup] Oct 18 17:25:07.460 INFO E| Compiling hashbrown v0.13.2
26562024-10-18T17:25:09.827Z[ helios-setup] Oct 18 17:25:08.354 INFO E| Compiling libz-sys v1.1.8
26572024-10-18T17:25:10.839Z[ host-package] Compiling diesel v2.2.4
26582024-10-18T17:25:11.171Z[ helios-setup] Oct 18 17:25:09.698 INFO E| Compiling regex v1.7.3
26592024-10-18T17:25:11.216Z[ helios-setup] Oct 18 17:25:09.743 INFO E| Compiling chrono v0.4.24
26602024-10-18T17:25:13.113Z[ helios-setup] Oct 18 17:25:11.639 INFO E| Compiling dyn-clone v1.0.11
26612024-10-18T17:25:13.764Z[ helios-setup] Oct 18 17:25:12.290 INFO E| Compiling uuid v1.3.0
26622024-10-18T17:25:14.023Z[ helios-setup] Oct 18 17:25:12.549 INFO E| Compiling regress v0.5.0
26632024-10-18T17:25:14.656Z[ helios-setup] Oct 18 17:25:13.181 INFO E| Compiling unicode-normalization v0.1.22
26642024-10-18T17:25:14.832Z[ helios-setup] Oct 18 17:25:13.357 INFO E| Compiling const-random v0.1.15
26652024-10-18T17:25:17.020Z[ helios-setup] Oct 18 17:25:15.544 INFO E| Compiling getopts v0.2.21
26662024-10-18T17:25:17.657Z[ helios-setup] Oct 18 17:25:16.181 INFO E| Compiling tracing-core v0.1.30
26672024-10-18T17:25:18.170Z[ helios-setup] Oct 18 17:25:16.694 INFO E| Compiling memoffset v0.7.1
26682024-10-18T17:25:18.248Z[ helios-setup] Oct 18 17:25:16.772 INFO E| Compiling unicode-bidi v0.3.13
26692024-10-18T17:25:19.762Z[ helios-setup] Oct 18 17:25:18.285 INFO E| Compiling ucd-trie v0.1.5
26702024-10-18T17:25:20.466Z[ host-package] Compiling slog-stdlog v4.1.1
26712024-10-18T17:25:20.712Z[ helios-setup] Oct 18 17:25:19.235 INFO E| Compiling num-conv v0.1.0
26722024-10-18T17:25:20.893Z[ helios-setup] Oct 18 17:25:19.416 INFO E| Compiling time-core v0.1.2
26732024-10-18T17:25:21.991Z[ helios-setup] Oct 18 17:25:20.514 INFO E| Compiling powerfmt v0.2.0
26742024-10-18T17:25:22.420Z[ helios-setup] Oct 18 17:25:20.943 INFO E| Compiling idna v0.3.0
26752024-10-18T17:25:22.931Z[ helios-setup] Oct 18 17:25:21.453 INFO E| Compiling deranged v0.3.11
26762024-10-18T17:25:23.183Z[ helios-setup] Oct 18 17:25:21.705 INFO E| Compiling time-macros v0.2.18
26772024-10-18T17:25:23.245Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26782024-10-18T17:25:23.911Z[ helios-setup] Oct 18 17:25:22.432 INFO E| Compiling pest v2.5.7
26792024-10-18T17:25:25.547Z[ host-package] Compiling which v4.4.2
26802024-10-18T17:25:26.601Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26812024-10-18T17:25:27.227Z[ helios-setup] Oct 18 17:25:25.747 INFO E| Compiling tracing v0.1.37
26822024-10-18T17:25:27.409Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26832024-10-18T17:25:27.774Z[ host-package] Compiling chacha20 v0.9.1
26842024-10-18T17:25:27.890Z[ host-package] Compiling cexpr v0.6.0
26852024-10-18T17:25:29.027Z[ host-package] Compiling aead v0.5.2
26862024-10-18T17:25:29.228Z[ helios-setup] Oct 18 17:25:27.748 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
26872024-10-18T17:25:29.846Z[ helios-setup] Oct 18 17:25:28.366 INFO E| Compiling time v0.1.45
26882024-10-18T17:25:30.013Z[ host-package] Compiling lazycell v1.3.0
26892024-10-18T17:25:30.091Z[ helios-setup] Oct 18 17:25:28.611 INFO E| Compiling crossbeam-epoch v0.9.13
26902024-10-18T17:25:30.749Z[ host-package] Compiling ref-cast v1.0.23
26912024-10-18T17:25:30.806Z[ host-package] Compiling rustc-hash v1.1.0
26922024-10-18T17:25:31.119Z[ helios-setup] Oct 18 17:25:29.638 INFO E| Compiling semver v1.0.17
26932024-10-18T17:25:31.211Z[ helios-setup] Oct 18 17:25:29.730 INFO E| Compiling iana-time-zone v0.1.56
26942024-10-18T17:25:32.044Z[ helios-setup] Oct 18 17:25:30.563 INFO E| Compiling smallvec v1.10.0
26952024-10-18T17:25:32.095Z[ helios-setup] Oct 18 17:25:30.614 INFO E| Compiling toml v0.5.11
26962024-10-18T17:25:32.172Z[ host-package] Compiling chacha20poly1305 v0.10.1
26972024-10-18T17:25:32.804Z[ host-package] Compiling slog-envlogger v2.2.0
26982024-10-18T17:25:32.900Z[ helios-setup] Oct 18 17:25:31.418 INFO E| Compiling serde_tokenstream v0.2.0
26992024-10-18T17:25:34.083Z[ helios-setup] Oct 18 17:25:32.601 INFO E| Compiling parking_lot v0.12.1
27002024-10-18T17:25:34.556Z[ helios-setup] Oct 18 17:25:33.074 INFO E| Compiling num_threads v0.1.6
27012024-10-18T17:25:35.037Z[ helios-setup] Oct 18 17:25:33.555 INFO E| Compiling time v0.3.36
27022024-10-18T17:25:36.958Z[ host-package] Compiling vsss-rs v3.3.4
27032024-10-18T17:25:38.893Z[ helios-setup] Oct 18 17:25:37.409 INFO E| Compiling url v2.3.1
27042024-10-18T17:25:41.923Z[ helios-setup] Oct 18 17:25:40.438 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
27052024-10-18T17:25:42.064Z[ helios-setup] Oct 18 17:25:40.579 INFO E| Compiling semver-parser v0.10.2
27062024-10-18T17:25:45.251Z[ helios-setup] Oct 18 17:25:43.765 INFO E| Compiling crossbeam-channel v0.5.6
27072024-10-18T17:25:46.029Z[ helios-setup] Oct 18 17:25:44.542 INFO E| Compiling dirs-sys-next v0.1.2
27082024-10-18T17:25:46.484Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27092024-10-18T17:25:47.691Z[ host-package] Compiling derive_builder_core v0.20.2
27102024-10-18T17:25:48.808Z[ helios-setup] Oct 18 17:25:47.320 INFO E| Compiling try-lock v0.2.4
27112024-10-18T17:25:48.967Z[ helios-setup] Oct 18 17:25:47.479 INFO E| Compiling crc32fast v1.3.2
27122024-10-18T17:25:49.259Z[ helios-setup] Oct 18 17:25:47.771 INFO E| Compiling same-file v1.0.6
27132024-10-18T17:25:49.947Z[ helios-setup] Oct 18 17:25:48.459 INFO E| Compiling walkdir v2.3.3
27142024-10-18T17:25:50.625Z[ helios-setup] Oct 18 17:25:49.137 INFO E| Compiling want v0.3.0
27152024-10-18T17:25:51.290Z[ helios-setup] Oct 18 17:25:49.801 INFO E| Compiling dirs-next v2.0.0
27162024-10-18T17:25:51.940Z[ helios-setup] Oct 18 17:25:50.451 INFO E| Compiling tokio-util v0.7.7
27172024-10-18T17:25:52.082Z[ host-package] Compiling headers-core v0.3.0
27182024-10-18T17:25:52.778Z[ host-package] Compiling fxhash v0.2.1
27192024-10-18T17:25:52.946Z[ helios-setup] Oct 18 17:25:51.456 INFO E| Compiling semver v0.11.0
27202024-10-18T17:25:53.631Z[ host-package] Compiling libxml v0.3.3
27212024-10-18T17:25:54.397Z[ host-package] Compiling ref-cast-impl v1.0.23
27222024-10-18T17:25:55.156Z[ helios-setup] Oct 18 17:25:53.666 INFO E| Compiling h2 v0.3.16
27232024-10-18T17:25:56.232Z[ host-package] Compiling headers v0.4.0
27242024-10-18T17:25:56.772Z[ helios-setup] Oct 18 17:25:55.282 INFO E| Compiling proc-macro-crate v1.2.1
27252024-10-18T17:25:56.879Z[ host-package] Compiling polar-core v0.27.3
27262024-10-18T17:25:57.133Z[ host-package] Compiling samael v0.0.17
27272024-10-18T17:25:57.546Z[ host-package] Compiling derive_builder_macro v0.20.2
27282024-10-18T17:25:58.447Z[ helios-setup] Oct 18 17:25:56.956 INFO E| Compiling futures-executor v0.3.28
27292024-10-18T17:25:58.801Z[ helios-setup] Oct 18 17:25:57.310 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
27302024-10-18T17:25:59.536Z[ helios-setup] Oct 18 17:25:58.044 INFO E| Compiling http-body v0.4.5
27312024-10-18T17:26:00.358Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27322024-10-18T17:26:00.393Z[ helios-setup] Oct 18 17:25:58.902 INFO E| Compiling ring v0.16.20
27332024-10-18T17:26:02.027Z[ helios-setup] Oct 18 17:26:00.534 INFO E| Compiling rand_core v0.6.4
27342024-10-18T17:26:02.900Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27352024-10-18T17:26:02.997Z[ helios-setup] Oct 18 17:26:01.504 INFO E| Compiling thread_local v1.1.7
27362024-10-18T17:26:03.256Z[ helios-setup] Oct 18 17:26:01.763 INFO E| Compiling ppv-lite86 v0.2.17
27372024-10-18T17:26:03.465Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27382024-10-18T17:26:04.710Z[ helios-setup] Oct 18 17:26:03.216 INFO E| Compiling httpdate v1.0.2
27392024-10-18T17:26:05.255Z[ helios-setup] Oct 18 17:26:03.760 INFO E| Compiling utf8parse v0.2.1
27402024-10-18T17:26:05.814Z[ helios-setup] Oct 18 17:26:04.320 INFO E| Compiling lazy_static v1.4.0
27412024-10-18T17:26:06.098Z[ helios-setup] Oct 18 17:26:04.604 INFO E| Compiling rayon-core v1.10.2
27422024-10-18T17:26:06.125Z[ host-package] Compiling phf_generator v0.11.2
27432024-10-18T17:26:06.194Z[ helios-setup] Oct 18 17:26:04.699 INFO E| Compiling adler v1.0.2
27442024-10-18T17:26:06.951Z[ host-package] Compiling strum_macros v0.24.3
27452024-10-18T17:26:07.091Z[ helios-setup] Oct 18 17:26:05.596 INFO E| Compiling tower-service v0.3.2
27462024-10-18T17:26:07.392Z[ helios-setup] Oct 18 17:26:05.898 INFO E| Compiling base64 v0.21.0
27472024-10-18T17:26:07.503Z[ helios-setup] Oct 18 17:26:06.008 INFO E| Compiling fastrand v1.9.0
27482024-10-18T17:26:07.505Z[ helios-setup] Oct 18 17:26:06.008 INFO E| Compiling home v0.5.4
27492024-10-18T17:26:08.184Z[ helios-setup] Oct 18 17:26:06.689 INFO E| Compiling toolchain_find v0.2.0
27502024-10-18T17:26:08.871Z[ helios-setup] Oct 18 17:26:07.375 INFO E| Compiling tempfile v3.5.0
27512024-10-18T17:26:09.262Z[ helios-setup] Oct 18 17:26:07.765 INFO E| Compiling hyper v0.14.25
27522024-10-18T17:26:10.288Z[ helios-setup] Oct 18 17:26:08.792 INFO E| Compiling miniz_oxide v0.6.2
27532024-10-18T17:26:12.444Z[ helios-setup] Oct 18 17:26:10.947 INFO E| Compiling anstyle-parse v0.1.1
27542024-10-18T17:26:13.087Z[ helios-setup] Oct 18 17:26:11.590 INFO E| Compiling rand_chacha v0.3.1
27552024-10-18T17:26:13.134Z[ host-package] Compiling kstat-rs v0.2.4
27562024-10-18T17:26:13.340Z[ host-package] Compiling unicase v2.7.0
27572024-10-18T17:26:14.152Z[ host-package] Compiling indoc v1.0.9
27582024-10-18T17:26:14.819Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27592024-10-18T17:26:16.147Z[ host-package] Compiling phf_codegen v0.11.2
27602024-10-18T17:26:16.391Z[ helios-setup] Oct 18 17:26:14.893 INFO E| Compiling futures v0.3.28
27612024-10-18T17:26:16.915Z[ helios-setup] Oct 18 17:26:15.416 INFO E| Compiling num_enum_derive v0.5.7
27622024-10-18T17:26:17.098Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27632024-10-18T17:26:25.641Z[ helios-setup] Oct 18 17:26:24.139 INFO E| Compiling cargo-lock v8.0.3
27642024-10-18T17:26:28.000Z[ host-package] Compiling derive_builder v0.20.2
27652024-10-18T17:26:29.554Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27662024-10-18T17:26:30.595Z[ helios-setup] Oct 18 17:26:29.091 INFO E| Compiling crossbeam-deque v0.8.2
27672024-10-18T17:26:31.010Z[ helios-setup] Oct 18 17:26:29.507 INFO E| Compiling term v0.7.0
27682024-10-18T17:26:32.444Z[ helios-setup] Oct 18 17:26:30.940 INFO E| Compiling serde_urlencoded v0.7.1
27692024-10-18T17:26:32.464Z[ helios-setup] Oct 18 17:26:30.959 INFO E| Compiling sha1 v0.10.5
27702024-10-18T17:26:32.784Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27712024-10-18T17:26:33.109Z[ helios-setup] Oct 18 17:26:31.605 INFO E| Compiling sha2 v0.10.6
27722024-10-18T17:26:33.469Z[ helios-setup] Oct 18 17:26:31.963 INFO E| Compiling is-terminal v0.4.7
27732024-10-18T17:26:33.492Z[ host-package] Compiling oso-derive v0.27.3
27742024-10-18T17:26:33.980Z[ helios-setup] Oct 18 17:26:32.475 INFO E| Compiling atty v0.2.14
27752024-10-18T17:26:34.066Z[ helios-setup] Oct 18 17:26:32.562 INFO E| Compiling anstyle v0.3.5
27762024-10-18T17:26:34.439Z[ helios-setup] Oct 18 17:26:32.933 INFO E| Compiling concolor-query v0.3.3
27772024-10-18T17:26:35.339Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
27782024-10-18T17:26:35.839Z[ helios-setup] Oct 18 17:26:34.334 INFO E| Compiling concolor-override v1.0.0
27792024-10-18T17:26:36.284Z[ helios-setup] Oct 18 17:26:34.778 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
27802024-10-18T17:26:37.371Z[ helios-setup] Oct 18 17:26:35.865 INFO E| Compiling anstream v0.2.6
27812024-10-18T17:26:39.963Z[ helios-setup] Oct 18 17:26:38.456 INFO E| Compiling slog-term v2.9.0
27822024-10-18T17:26:40.421Z[ helios-setup] Oct 18 17:26:38.914 INFO E| Compiling flate2 v1.0.25
27832024-10-18T17:26:43.084Z[ helios-setup] Oct 18 17:26:41.576 INFO E| Compiling num_enum v0.5.7
27842024-10-18T17:26:43.295Z[ helios-setup] Oct 18 17:26:41.783 INFO E| Compiling rand v0.8.5
27852024-10-18T17:26:43.580Z[ helios-setup] Oct 18 17:26:42.072 INFO E| Compiling rustfmt-wrapper v0.2.0
27862024-10-18T17:26:43.822Z[ host-package] Compiling parse-zoneinfo v0.3.1
27872024-10-18T17:26:44.079Z[ helios-setup] Oct 18 17:26:42.562 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
27882024-10-18T17:26:44.725Z[ helios-setup] Oct 18 17:26:43.216 INFO E| Compiling openapiv3 v1.0.2
27892024-10-18T17:26:45.413Z[ helios-setup] Oct 18 17:26:43.903 INFO E| Compiling encoding_rs v0.8.32
27902024-10-18T17:26:47.036Z[ helios-setup] Oct 18 17:26:45.526 INFO E| Compiling untrusted v0.7.1
27912024-10-18T17:26:47.300Z[ host-package] Compiling libz-sys v1.1.20
27922024-10-18T17:26:47.423Z[ helios-setup] Oct 18 17:26:45.913 INFO E| Compiling project-root v0.2.2
27932024-10-18T17:26:47.982Z[ helios-setup] Oct 18 17:26:46.472 INFO E| Compiling spin v0.5.2
27942024-10-18T17:26:48.542Z[ helios-setup] Oct 18 17:26:47.032 INFO E| Compiling clap_lex v0.4.1
27952024-10-18T17:26:48.572Z[ host-package] Compiling quick-xml v0.33.0
27962024-10-18T17:26:49.116Z[ host-package] Compiling diesel-dtrace v0.3.0
27972024-10-18T17:26:50.102Z[ host-package] Compiling parking_lot_core v0.8.6
27982024-10-18T17:26:50.263Z[ helios-setup] Oct 18 17:26:48.751 INFO E| Compiling unsafe-libyaml v0.2.8
27992024-10-18T17:26:50.814Z[ host-package] Compiling cfg_aliases v0.1.1
28002024-10-18T17:26:51.138Z[ host-package] Compiling nix v0.28.0
28012024-10-18T17:26:52.201Z[ host-package] Compiling oso v0.27.3
28022024-10-18T17:26:52.389Z[ helios-setup] Oct 18 17:26:50.877 INFO E| Compiling utf-8 v0.7.6
28032024-10-18T17:26:52.690Z[ host-package] Compiling chrono-tz-build v0.4.0
28042024-10-18T17:26:53.028Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
28052024-10-18T17:26:53.221Z[ helios-setup] Oct 18 17:26:51.708 INFO E| Compiling either v1.8.0
28062024-10-18T17:26:53.433Z[ helios-setup] Oct 18 17:26:51.920 INFO E| Compiling mime v0.3.17
28072024-10-18T17:26:53.524Z[ helios-setup] Oct 18 17:26:52.012 INFO E| Compiling strsim v0.10.0
28082024-10-18T17:26:53.849Z[ helios-setup] Oct 18 17:26:52.336 INFO E| Compiling byteorder v1.4.3
28092024-10-18T17:26:54.851Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28102024-10-18T17:26:54.920Z[ helios-setup] Oct 18 17:26:53.407 INFO E| Compiling ipnet v2.7.2
28112024-10-18T17:26:55.994Z[ helios-setup] Oct 18 17:26:54.481 INFO E| Compiling base64 v0.13.1
28122024-10-18T17:26:56.182Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28132024-10-18T17:26:57.626Z[ helios-setup] Oct 18 17:26:56.112 INFO E| Compiling tungstenite v0.18.0
28142024-10-18T17:26:57.827Z[ helios-setup] Oct 18 17:26:56.313 INFO E| Compiling reqwest v0.11.16
28152024-10-18T17:26:57.899Z[ helios-setup] Oct 18 17:26:56.384 INFO E| Compiling clap_builder v4.2.1
28162024-10-18T17:26:59.228Z[ helios-setup] Oct 18 17:26:57.714 INFO E| Compiling rayon v1.6.1
28172024-10-18T17:26:59.537Z[ helios-setup] Oct 18 17:26:58.022 INFO E| Compiling serde_yaml v0.9.21
28182024-10-18T17:27:02.470Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28192024-10-18T17:27:03.450Z[ host-package] Compiling bb8 v0.8.5
28202024-10-18T17:27:04.879Z[ host-package] Compiling const_format_proc_macros v0.2.33
28212024-10-18T17:27:05.124Z[ host-package] Compiling vte_generate_state_changes v0.1.2
28222024-10-18T17:27:06.510Z[ helios-setup] Oct 18 17:27:04.992 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
28232024-10-18T17:27:06.898Z[ host-package] Compiling vte v0.11.1
28242024-10-18T17:27:07.043Z[ helios-setup] Oct 18 17:27:05.525 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
28252024-10-18T17:27:07.968Z[ helios-setup] Oct 18 17:27:06.451 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
28262024-10-18T17:27:09.049Z[ host-package] Compiling const_format v0.2.33
28272024-10-18T17:27:10.037Z[ host-package] Compiling async-bb8-diesel v0.2.1
28282024-10-18T17:27:10.387Z[ helios-setup] Oct 18 17:27:08.869 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
28292024-10-18T17:27:11.667Z[ host-package] Compiling chrono-tz v0.10.0
28302024-10-18T17:27:11.967Z[ helios-setup] Oct 18 17:27:10.448 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
28312024-10-18T17:27:12.286Z[ helios-setup] Oct 18 17:27:10.767 INFO E| Compiling clap_derive v4.2.0
28322024-10-18T17:27:13.745Z[ host-package] Compiling fd-lock v4.0.2
28332024-10-18T17:27:14.544Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
28342024-10-18T17:27:15.653Z[ host-package] Compiling atty v0.2.14
28352024-10-18T17:27:15.656Z[ host-package] Compiling salty v0.3.0
28362024-10-18T17:27:16.080Z[ helios-setup] Oct 18 17:27:14.560 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
28372024-10-18T17:27:16.163Z[ host-package] Compiling bytecount v0.6.8
28382024-10-18T17:27:16.205Z[ helios-setup] Oct 18 17:27:14.684 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
28392024-10-18T17:27:17.059Z[ host-package] Compiling papergrid v0.11.0
28402024-10-18T17:27:21.537Z[ helios-setup] Oct 18 17:27:20.014 INFO E| Compiling clap v4.2.1
28412024-10-18T17:27:25.902Z[ host-package] Compiling parking_lot v0.11.2
28422024-10-18T17:27:39.303Z[ helios-setup] Oct 18 17:27:37.773 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
28432024-10-18T17:27:41.146Z[ host-package] Compiling strip-ansi-escapes v0.2.0
28442024-10-18T17:27:42.552Z[ helios-setup] Oct 18 17:27:41.021 INFO E| Compiling tokio-tungstenite v0.18.0
28452024-10-18T17:27:43.333Z[ host-package] Compiling tabled_derive v0.7.0
28462024-10-18T17:27:43.835Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
28472024-10-18T17:27:44.083Z[ helios-setup] Oct 18 17:27:42.551 INFO E| Compiling smartstring v1.0.1
28482024-10-18T17:27:45.167Z[ helios-setup] Oct 18 17:27:43.635 INFO E| Compiling rustls v0.21.0
28492024-10-18T17:27:47.643Z[ helios-setup] Oct 18 17:27:46.110 INFO E| Compiling toml_datetime v0.6.1
28502024-10-18T17:27:47.779Z[ host-package] Compiling peg-macros v0.8.4
28512024-10-18T17:27:48.810Z[ helios-setup] Oct 18 17:27:47.277 INFO E| Compiling serde_spanned v0.6.1
28522024-10-18T17:27:49.173Z[ helios-setup] Oct 18 17:27:47.640 INFO E| Compiling camino v1.1.4
28532024-10-18T17:27:49.311Z[ helios-setup] Oct 18 17:27:47.777 INFO E| Compiling paste v1.0.12
28542024-10-18T17:27:49.907Z[ helios-setup] Oct 18 17:27:48.373 INFO E| Compiling async-trait v0.1.68
28552024-10-18T17:27:50.663Z[ helios-setup] Oct 18 17:27:49.129 INFO E| Compiling winnow v0.4.1
28562024-10-18T17:27:50.794Z[ helios-setup] Oct 18 17:27:49.260 INFO E| Compiling match_cfg v0.1.0
28572024-10-18T17:27:51.050Z[ helios-setup] Oct 18 17:27:49.515 INFO E| Compiling slog-async v2.7.0
28582024-10-18T17:27:51.150Z[ helios-setup] Oct 18 17:27:49.616 INFO E| Compiling static_assertions v1.1.0
28592024-10-18T17:27:51.891Z[ host-package] Compiling sqlparser_derive v0.2.2
28602024-10-18T17:27:52.816Z[ helios-setup] Oct 18 17:27:51.281 INFO E| Compiling hostname v0.3.1
28612024-10-18T17:27:53.209Z[ helios-setup] Oct 18 17:27:51.674 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
28622024-10-18T17:27:53.265Z[ helios-setup] Oct 18 17:27:51.729 INFO E| Compiling slog-json v2.6.1
28632024-10-18T17:27:54.177Z[ host-package] Compiling unicode_categories v0.1.1
28642024-10-18T17:27:54.284Z[ helios-setup] Oct 18 17:27:52.749 INFO E| Compiling unicode-linebreak v0.1.4
28652024-10-18T17:27:55.033Z[ host-package] Compiling nu-ansi-term v0.50.1
28662024-10-18T17:27:55.136Z[ host-package] Compiling sqlformat v0.2.6
28672024-10-18T17:27:57.615Z[ host-package] Compiling reedline v0.35.0
28682024-10-18T17:27:58.015Z[ helios-setup] Oct 18 17:27:56.478 INFO E| Compiling toml_edit v0.19.8
28692024-10-18T17:27:59.232Z[ helios-setup] Oct 18 17:27:57.695 INFO E| Compiling async-stream-impl v0.3.5
28702024-10-18T17:28:01.765Z[ helios-setup] Oct 18 17:28:00.227 INFO E| Compiling rhai_codegen v1.5.0
28712024-10-18T17:28:02.941Z[ helios-setup] Oct 18 17:28:01.402 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
28722024-10-18T17:28:03.946Z[ helios-setup] Oct 18 17:28:02.407 INFO E| Compiling take_mut v0.2.2
28732024-10-18T17:28:04.315Z[ helios-setup] Oct 18 17:28:02.776 INFO E| Compiling toml v0.7.3
28742024-10-18T17:28:06.993Z[ helios-setup] Oct 18 17:28:05.453 INFO E| Compiling rhai v1.14.0
28752024-10-18T17:28:10.007Z[ helios-setup] Oct 18 17:28:08.466 INFO E| Compiling async-stream v0.3.5
28762024-10-18T17:28:11.107Z[ helios-setup] Oct 18 17:28:09.566 INFO E| Compiling slog-bunyan v2.4.0
28772024-10-18T17:28:15.161Z[ helios-setup] Oct 18 17:28:13.618 INFO E| Compiling rustls-pemfile v1.0.2
28782024-10-18T17:28:16.586Z[ helios-setup] Oct 18 17:28:15.042 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
28792024-10-18T17:28:17.001Z[ host-package] Compiling rustyline v14.0.0
28802024-10-18T17:28:17.548Z[ helios-setup] Oct 18 17:28:16.004 INFO E| Compiling bincode v1.3.3
28812024-10-18T17:28:19.397Z[ helios-setup] Oct 18 17:28:17.852 INFO E| Compiling serde_path_to_error v0.1.11
28822024-10-18T17:28:19.943Z[ helios-setup] Oct 18 17:28:18.397 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
28832024-10-18T17:28:21.422Z[ helios-setup] Oct 18 17:28:19.876 INFO E| Compiling terminal_size v0.2.6
28842024-10-18T17:28:21.867Z[ helios-setup] Oct 18 17:28:20.321 INFO E| Compiling smawk v0.3.1
28852024-10-18T17:28:22.191Z[ helios-setup] Oct 18 17:28:20.644 INFO E| Compiling textwrap v0.16.0
28862024-10-18T17:28:24.431Z[ host-package] Compiling sqlparser v0.45.0
28872024-10-18T17:28:27.215Z[ host-package] Compiling peg v0.8.4
28882024-10-18T17:28:27.687Z[ host-package] Compiling tabled v0.15.0
28892024-10-18T17:28:28.748Z[ helios-setup] Oct 18 17:28:27.200 INFO E| Compiling sct v0.7.0
28902024-10-18T17:28:29.603Z[ helios-setup] Oct 18 17:28:28.054 INFO E| Compiling rustls-webpki v0.100.1
28912024-10-18T17:28:39.585Z[ helios-setup] Oct 18 17:28:38.032 INFO E| Compiling tokio-rustls v0.24.0
28922024-10-18T17:28:40.200Z[ helios-setup] Oct 18 17:28:38.647 INFO E| Compiling git2 v0.16.1
28932024-10-18T17:28:40.703Z[ host-package] Compiling mime_guess v2.0.5
28942024-10-18T17:28:41.990Z[ host-package] Compiling sled v0.34.7
28952024-10-18T17:28:44.595Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28962024-10-18T17:28:48.040Z[ host-package] Compiling hickory-client v0.24.1
28972024-10-18T17:28:48.864Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
28982024-10-18T17:28:50.730Z[ helios-setup] Oct 18 17:28:49.173 INFO E| Compiling built v0.6.0
28992024-10-18T17:28:52.983Z[ helios-setup] Oct 18 17:28:51.425 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29002024-10-18T17:28:54.717Z[ helios-setup] Oct 18 17:28:53.158 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
29012024-10-18T17:28:55.692Z[ helios-setup] Oct 18 17:28:54.133 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
29022024-10-18T17:28:56.493Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
29032024-10-18T17:28:59.928Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29042024-10-18T17:29:00.645Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
29052024-10-18T17:29:06.410Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
29062024-10-18T17:29:06.621Z[ host-package] Compiling hickory-server v0.24.1
29072024-10-18T17:29:07.537Z[ host-package] Compiling primeorder v0.13.6
29082024-10-18T17:29:08.794Z[ host-package] Compiling vergen v8.3.2
29092024-10-18T17:29:09.287Z[ host-package] Compiling bcs v0.1.6
29102024-10-18T17:29:09.472Z[ host-package] Compiling env_filter v0.1.2
29112024-10-18T17:29:10.528Z[ host-package] Compiling cargo-platform v0.1.8
29122024-10-18T17:29:11.579Z[ host-package] Compiling nanorand v0.7.0
29132024-10-18T17:29:11.741Z[ host-package] Compiling memoffset v0.9.1
29142024-10-18T17:29:13.114Z[ host-package] Compiling flume v0.11.0
29152024-10-18T17:29:13.367Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29162024-10-18T17:29:14.890Z[ host-package] Compiling cargo_metadata v0.18.1
29172024-10-18T17:29:15.469Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29182024-10-18T17:29:18.500Z[ host-package] Compiling env_logger v0.11.5
29192024-10-18T17:29:20.183Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29202024-10-18T17:29:21.534Z[ helios-setup] Oct 18 17:29:19.966 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
29212024-10-18T17:29:23.219Z[ host-package] Compiling p384 v0.13.0
29222024-10-18T17:29:23.819Z[ helios-setup] Oct 18 17:29:22.249 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
29232024-10-18T17:29:32.779Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29242024-10-18T17:29:34.572Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29252024-10-18T17:29:35.395Z[ host-package] Compiling git2 v0.19.0
29262024-10-18T17:29:36.940Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
29272024-10-18T17:29:40.091Z[ host-package] Compiling libsqlite3-sys v0.30.1
29282024-10-18T17:29:41.327Z[ host-package] Compiling lzma-sys v0.1.20
29292024-10-18T17:29:50.246Z[ host-package] Compiling rustls v0.21.12
29302024-10-18T17:29:51.176Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29312024-10-18T17:29:52.202Z[ host-package] Compiling cfg_aliases v0.2.1
29322024-10-18T17:29:52.730Z[ host-package] Compiling nix v0.29.0
29332024-10-18T17:29:53.162Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29342024-10-18T17:29:56.191Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29352024-10-18T17:29:58.295Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29362024-10-18T17:30:00.064Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
29372024-10-18T17:30:03.437Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
29382024-10-18T17:30:07.967Z[ helios-setup] Oct 18 17:30:06.381 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
29392024-10-18T17:30:09.317Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29402024-10-18T17:30:09.855Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
29412024-10-18T17:30:10.104Z[ host-package] Compiling sct v0.7.1
29422024-10-18T17:30:10.719Z[ host-package] Compiling rustls-webpki v0.101.7
29432024-10-18T17:30:14.464Z[ host-package] Compiling heck v0.3.3
29442024-10-18T17:30:15.034Z[ host-package] Compiling castaway v0.2.3
29452024-10-18T17:30:15.278Z[ host-package] Compiling rand_seeder v0.3.0
29462024-10-18T17:30:15.408Z[ host-package] Compiling csv-core v0.1.11
29472024-10-18T17:30:15.687Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
29482024-10-18T17:30:16.174Z[ host-package] Compiling http-range v0.1.5
29492024-10-18T17:30:16.967Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
29502024-10-18T17:30:17.437Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29512024-10-18T17:30:17.825Z[ host-package] Compiling hyper-staticfile v0.10.1
29522024-10-18T17:30:18.076Z[ host-package] Compiling csv v1.3.0
29532024-10-18T17:30:18.518Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
29542024-10-18T17:30:18.758Z[ host-package] Compiling compact_str v0.8.0
29552024-10-18T17:30:20.886Z[ host-package] Compiling zone_cfg_derive v0.1.2
29562024-10-18T17:30:21.858Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
29572024-10-18T17:30:22.785Z[ host-package] Compiling nix v0.27.1
29582024-10-18T17:30:25.635Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
29592024-10-18T17:30:28.605Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
29602024-10-18T17:30:28.879Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
29612024-10-18T17:30:38.778Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29622024-10-18T17:30:41.944Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29632024-10-18T17:30:45.875Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29642024-10-18T17:30:46.358Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29652024-10-18T17:30:46.718Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29662024-10-18T17:30:47.400Z[ host-package] Compiling unicode-truncate v1.1.0
29672024-10-18T17:30:47.537Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29682024-10-18T17:30:48.051Z[ host-package] Compiling hashlink v0.9.1
29692024-10-18T17:30:48.664Z[ host-package] Compiling tungstenite v0.23.0
29702024-10-18T17:30:49.814Z[ host-package] Compiling lru v0.12.5
29712024-10-18T17:30:50.807Z[ host-package] Compiling instability v0.3.2
29722024-10-18T17:30:53.333Z[ host-package] Compiling cassowary v0.3.0
29732024-10-18T17:30:54.027Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
29742024-10-18T17:30:54.795Z[ host-package] Compiling fallible-iterator v0.3.0
29752024-10-18T17:30:56.769Z[ host-package] Compiling base64 v0.13.1
29762024-10-18T17:30:58.053Z[ host-package] Compiling ron v0.7.1
29772024-10-18T17:30:58.539Z[ host-package] Compiling rusqlite v0.32.1
29782024-10-18T17:31:00.609Z[ host-package] Compiling ratatui v0.28.1
29792024-10-18T17:31:05.986Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
29802024-10-18T17:31:06.799Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
29812024-10-18T17:31:06.900Z[ host-package] Compiling tokio-tungstenite v0.23.1
29822024-10-18T17:31:07.609Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29832024-10-18T17:31:08.728Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29842024-10-18T17:31:09.627Z[ host-package] Compiling xz2 v0.1.7
29852024-10-18T17:31:11.323Z[ helios-setup] Oct 18 17:31:09.712 INFO E| Finished `release` profile [optimized] target(s) in 6m 41s
29862024-10-18T17:31:11.460Z[ helios-setup] Oct 18 17:31:09.847 INFO building project "pilot" ok (401 seconds)
29872024-10-18T17:31:11.465Z[ helios-setup] Oct 18 17:31:09.847 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
29882024-10-18T17:31:11.465Z[ helios-setup] Oct 18 17:31:09.847 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
29892024-10-18T17:31:11.737Z[ helios-setup] Oct 18 17:31:10.126 INFO E| Blocking waiting for file lock on package cache
29902024-10-18T17:31:12.827Z[ host-package] Compiling tokio-rustls v0.24.1
29912024-10-18T17:31:13.352Z[ host-package] Compiling zone v0.1.8
29922024-10-18T17:31:16.957Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29932024-10-18T17:31:19.946Z[ helios-setup] Oct 18 17:31:18.332 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
29942024-10-18T17:31:20.439Z[ helios-setup] Oct 18 17:31:18.825 INFO E| From https://github.com/jclulow/rust-jmclib
29952024-10-18T17:31:20.439Z[ helios-setup] Oct 18 17:31:18.825 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
29962024-10-18T17:31:20.461Z[ helios-setup] Oct 18 17:31:18.847 INFO E| Updating crates.io index
29972024-10-18T17:31:20.633Z[ helios-setup] Oct 18 17:31:19.018 INFO E| Blocking waiting for file lock on package cache
29982024-10-18T17:31:20.702Z[ helios-setup] Oct 18 17:31:19.088 INFO E| Blocking waiting for file lock on package cache
29992024-10-18T17:31:27.257Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
30002024-10-18T17:31:27.486Z[ helios-setup] Oct 18 17:31:25.870 INFO E| Downloading crates ...
30012024-10-18T17:31:27.577Z[ helios-setup] Oct 18 17:31:25.961 INFO E| Downloaded fastrand v2.0.0
30022024-10-18T17:31:27.587Z[ helios-setup] Oct 18 17:31:25.970 INFO E| Downloaded block-buffer v0.9.0
30032024-10-18T17:31:27.591Z[ helios-setup] Oct 18 17:31:25.975 INFO E| Downloaded sha-1 v0.9.8
30042024-10-18T17:31:27.594Z[ helios-setup] Oct 18 17:31:25.978 INFO E| Downloaded libdevinfo-sys v1.0.0
30052024-10-18T17:31:27.597Z[ helios-setup] Oct 18 17:31:25.979 INFO E| Downloaded cpufeatures v0.2.9
30062024-10-18T17:31:27.603Z[ helios-setup] Oct 18 17:31:25.986 INFO E| Downloaded digest v0.9.0
30072024-10-18T17:31:27.605Z[ helios-setup] Oct 18 17:31:25.988 INFO E| Downloaded md-5 v0.9.1
30082024-10-18T17:31:27.608Z[ helios-setup] Oct 18 17:31:25.991 INFO E| Downloaded bitflags v2.3.3
30092024-10-18T17:31:27.611Z[ helios-setup] Oct 18 17:31:25.995 INFO E| Downloaded tempfile v3.7.0
30102024-10-18T17:31:27.615Z[ helios-setup] Oct 18 17:31:25.999 INFO E| Downloaded getrandom v0.2.10
30112024-10-18T17:31:27.620Z[ helios-setup] Oct 18 17:31:26.003 INFO E| Downloaded quote v1.0.31
30122024-10-18T17:31:27.624Z[ helios-setup] Oct 18 17:31:26.008 INFO E| Downloaded serde_derive v1.0.193
30132024-10-18T17:31:27.629Z[ helios-setup] Oct 18 17:31:26.013 INFO E| Downloaded uuid v0.8.2
30142024-10-18T17:31:27.635Z[ helios-setup] Oct 18 17:31:26.018 INFO E| Downloaded anyhow v1.0.72
30152024-10-18T17:31:27.641Z[ helios-setup] Oct 18 17:31:26.025 INFO E| Downloaded serde v1.0.193
30162024-10-18T17:31:27.646Z[ helios-setup] Oct 18 17:31:26.029 INFO E| Downloaded unicode-ident v1.0.11
30172024-10-18T17:31:27.650Z[ helios-setup] Oct 18 17:31:26.034 INFO E| Downloaded proc-macro2 v1.0.66
30182024-10-18T17:31:27.654Z[ helios-setup] Oct 18 17:31:26.037 INFO E| Downloaded once_cell v1.18.0
30192024-10-18T17:31:27.658Z[ helios-setup] Oct 18 17:31:26.041 INFO E| Downloaded serde_json v1.0.103
30202024-10-18T17:31:27.683Z[ helios-setup] Oct 18 17:31:26.066 INFO E| Downloaded syn v2.0.32
30212024-10-18T17:31:27.725Z[ helios-setup] Oct 18 17:31:26.108 INFO E| Downloaded rustix v0.38.4
30222024-10-18T17:31:27.770Z[ helios-setup] Oct 18 17:31:26.153 INFO E| Downloaded libc v0.2.147
30232024-10-18T17:31:28.003Z[ helios-setup] Oct 18 17:31:26.386 INFO E| Compiling libc v0.2.147
30242024-10-18T17:31:28.003Z[ helios-setup] Oct 18 17:31:26.386 INFO E| Compiling proc-macro2 v1.0.66
30252024-10-18T17:31:28.003Z[ helios-setup] Oct 18 17:31:26.386 INFO E| Compiling cfg-if v1.0.0
30262024-10-18T17:31:28.006Z[ helios-setup] Oct 18 17:31:26.386 INFO E| Compiling unicode-ident v1.0.11
30272024-10-18T17:31:28.006Z[ helios-setup] Oct 18 17:31:26.386 INFO E| Compiling typenum v1.16.0
30282024-10-18T17:31:28.062Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
30292024-10-18T17:31:28.107Z[ helios-setup] Oct 18 17:31:26.488 INFO E| Compiling version_check v0.9.4
30302024-10-18T17:31:28.107Z[ helios-setup] Oct 18 17:31:26.489 INFO E| Compiling serde v1.0.193
30312024-10-18T17:31:28.107Z[ helios-setup] Oct 18 17:31:26.489 INFO E| Compiling rustix v0.38.4
30322024-10-18T17:31:28.364Z[ helios-setup] Oct 18 17:31:26.747 INFO E| Compiling time-core v0.1.2
30332024-10-18T17:31:28.379Z[ helios-setup] Oct 18 17:31:26.762 INFO E| Compiling powerfmt v0.2.0
30342024-10-18T17:31:28.781Z[ helios-setup] Oct 18 17:31:27.164 INFO E| Compiling num-conv v0.1.0
30352024-10-18T17:31:29.288Z[ helios-setup] Oct 18 17:31:27.671 INFO E| Compiling itoa v1.0.9
30362024-10-18T17:31:29.318Z[ helios-setup] Oct 18 17:31:27.701 INFO E| Compiling slog v2.7.0
30372024-10-18T17:31:29.420Z[ helios-setup] Oct 18 17:31:27.802 INFO E| Compiling generic-array v0.14.7
30382024-10-18T17:31:29.696Z[ helios-setup] Oct 18 17:31:28.078 INFO E| Compiling time-macros v0.2.18
30392024-10-18T17:31:29.828Z[ helios-setup] Oct 18 17:31:28.211 INFO E| Compiling deranged v0.3.11
30402024-10-18T17:31:29.935Z[ helios-setup] Oct 18 17:31:28.318 INFO E| Compiling bitflags v2.3.3
30412024-10-18T17:31:30.076Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
30422024-10-18T17:31:30.267Z[ helios-setup] Oct 18 17:31:28.649 INFO E| Compiling num_threads v0.1.6
30432024-10-18T17:31:30.602Z[ helios-setup] Oct 18 17:31:28.984 INFO E| Compiling once_cell v1.18.0
30442024-10-18T17:31:30.802Z[ helios-setup] Oct 18 17:31:29.184 INFO E| Compiling quote v1.0.31
30452024-10-18T17:31:31.379Z[ helios-setup] Oct 18 17:31:29.761 INFO E| Compiling thread_local v1.1.7
30462024-10-18T17:31:32.005Z[ helios-setup] Oct 18 17:31:30.387 INFO E| Compiling syn v2.0.32
30472024-10-18T17:31:32.154Z[ helios-setup] Oct 18 17:31:30.536 INFO E| Compiling serde_json v1.0.103
30482024-10-18T17:31:32.475Z[ helios-setup] Oct 18 17:31:30.856 INFO E| Compiling dirs-sys-next v0.1.2
30492024-10-18T17:31:32.610Z[ helios-setup] Oct 18 17:31:30.991 INFO E| Compiling errno v0.3.1
30502024-10-18T17:31:33.170Z[ helios-setup] Oct 18 17:31:31.551 INFO E| Compiling dirs-next v2.0.0
30512024-10-18T17:31:33.458Z[ helios-setup] Oct 18 17:31:31.840 INFO E| Compiling term v0.7.0
30522024-10-18T17:31:33.639Z[ helios-setup] Oct 18 17:31:32.020 INFO E| Compiling atty v0.2.14
30532024-10-18T17:31:33.685Z[ helios-setup] Oct 18 17:31:32.065 INFO E| Compiling opaque-debug v0.3.0
30542024-10-18T17:31:33.773Z[ helios-setup] Oct 18 17:31:32.154 INFO E| Compiling anyhow v1.0.72
30552024-10-18T17:31:33.830Z[ helios-setup] Oct 18 17:31:32.211 INFO E| Compiling fastrand v2.0.0
30562024-10-18T17:31:34.185Z[ helios-setup] Oct 18 17:31:32.566 INFO E| Compiling getrandom v0.2.10
30572024-10-18T17:31:35.237Z[ helios-setup] Oct 18 17:31:33.618 INFO E| Compiling ryu v1.0.15
30582024-10-18T17:31:35.438Z[ helios-setup] Oct 18 17:31:33.817 INFO E| Compiling digest v0.9.0
30592024-10-18T17:31:35.446Z[ helios-setup] Oct 18 17:31:33.827 INFO E| Compiling block-buffer v0.9.0
30602024-10-18T17:31:35.710Z[ helios-setup] Oct 18 17:31:34.090 INFO E| Compiling time v0.3.36
30612024-10-18T17:31:35.745Z[ helios-setup] Oct 18 17:31:34.125 INFO E| Compiling same-file v1.0.6
30622024-10-18T17:31:35.773Z[ helios-setup] Oct 18 17:31:34.153 INFO E| Compiling unicode-width v0.1.10
30632024-10-18T17:31:36.039Z[ helios-setup] Oct 18 17:31:34.419 INFO E| Compiling cpufeatures v0.2.9
30642024-10-18T17:31:36.136Z[ helios-setup] Oct 18 17:31:34.516 INFO E| Compiling sha-1 v0.9.8
30652024-10-18T17:31:36.199Z[ helios-setup] Oct 18 17:31:34.579 INFO E| Compiling getopts v0.2.21
30662024-10-18T17:31:36.236Z[ helios-setup] Oct 18 17:31:34.615 INFO E| Compiling walkdir v2.3.3
30672024-10-18T17:31:36.236Z[ helios-setup] Oct 18 17:31:34.615 INFO E| Compiling md-5 v0.9.1
30682024-10-18T17:31:36.676Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30692024-10-18T17:31:37.128Z[ helios-setup] Oct 18 17:31:35.507 INFO E| Compiling tempfile v3.7.0
30702024-10-18T17:31:37.445Z[ helios-setup] Oct 18 17:31:35.824 INFO E| Compiling glob v0.3.1
30712024-10-18T17:31:37.549Z[ host-package] Compiling rustls-pemfile v1.0.4
30722024-10-18T17:31:38.052Z[ helios-setup] Oct 18 17:31:36.432 INFO E| Compiling libdevinfo-sys v1.0.0
30732024-10-18T17:31:38.720Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30742024-10-18T17:31:39.395Z[ helios-setup] Oct 18 17:31:37.774 INFO E| Compiling slog-term v2.9.0
30752024-10-18T17:31:41.809Z[ helios-setup] Oct 18 17:31:40.186 INFO E| Compiling serde_derive v1.0.193
30762024-10-18T17:31:42.661Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
30772024-10-18T17:31:42.897Z[ host-package] Compiling signal-hook-tokio v0.3.1
30782024-10-18T17:31:43.152Z[ host-package] Compiling twox-hash v1.6.3
30792024-10-18T17:31:44.446Z[ host-package] Compiling yasna v0.5.2
30802024-10-18T17:31:44.815Z[ host-package] Compiling is_ci v1.2.0
30812024-10-18T17:31:45.176Z[ host-package] Compiling unicode-linebreak v0.1.5
30822024-10-18T17:31:45.827Z[ host-package] Compiling smawk v0.3.2
30832024-10-18T17:31:46.154Z[ host-package] Compiling textwrap v0.16.1
30842024-10-18T17:31:47.189Z[ host-package] Compiling rcgen v0.12.1
30852024-10-18T17:31:48.250Z[ host-package] Compiling supports-color v3.0.1
30862024-10-18T17:31:50.430Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
30872024-10-18T17:31:55.950Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
30882024-10-18T17:31:56.742Z[ helios-setup] Oct 18 17:31:55.114 INFO E| Compiling toml v0.5.11
30892024-10-18T17:31:56.745Z[ helios-setup] Oct 18 17:31:55.114 INFO E| Compiling uuid v0.8.2
30902024-10-18T17:31:57.847Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
30912024-10-18T17:31:58.901Z[ helios-setup] Oct 18 17:31:57.272 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
30922024-10-18T17:32:01.649Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
30932024-10-18T17:32:02.484Z[ helios-setup] Oct 18 17:32:00.854 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
30942024-10-18T17:32:07.261Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30952024-10-18T17:32:10.734Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
30962024-10-18T17:32:12.986Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30972024-10-18T17:32:14.219Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
30982024-10-18T17:32:15.685Z[ helios-setup] Oct 18 17:32:14.050 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
30992024-10-18T17:32:15.717Z[ helios-setup] Oct 18 17:32:14.082 INFO building project "image-builder" ok (64 seconds)
31002024-10-18T17:32:15.717Z[ helios-setup] Oct 18 17:32:14.082 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
31012024-10-18T17:32:15.717Z[ helios-setup] Oct 18 17:32:14.082 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
31022024-10-18T17:32:16.009Z[ helios-setup] Oct 18 17:32:14.374 INFO E| Downloading crates ...
31032024-10-18T17:32:16.137Z[ helios-setup] Oct 18 17:32:14.502 INFO E| Downloaded miniz_oxide v0.7.2
31042024-10-18T17:32:16.256Z[ helios-setup] Oct 18 17:32:14.620 INFO E| Compiling adler v1.0.2
31052024-10-18T17:32:16.386Z[ helios-setup] Oct 18 17:32:14.749 INFO E| Compiling miniz_oxide v0.7.2
31062024-10-18T17:32:19.167Z[ helios-setup] Oct 18 17:32:17.531 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
31072024-10-18T17:32:20.535Z[ helios-setup] Oct 18 17:32:18.898 INFO E| Finished `release` profile [optimized] target(s) in 4.72s
31082024-10-18T17:32:20.545Z[ helios-setup] Oct 18 17:32:18.908 INFO building project "pinprick" ok (4 seconds)
31092024-10-18T17:32:20.545Z[ helios-setup] Oct 18 17:32:18.908 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
31102024-10-18T17:32:20.547Z[ helios-setup] Oct 18 17:32:18.908 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
31112024-10-18T17:32:20.555Z[ helios-setup] Oct 18 17:32:18.918 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
31122024-10-18T17:32:20.790Z[ helios-setup] Oct 18 17:32:19.152 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
31132024-10-18T17:32:20.790Z[ helios-setup] Oct 18 17:32:19.152 INFO E| info: downloading component 'cargo'
31142024-10-18T17:32:22.199Z[ helios-setup] Oct 18 17:32:20.561 INFO E| info: downloading component 'clippy'
31152024-10-18T17:32:22.512Z[ helios-setup] Oct 18 17:32:20.874 INFO E| info: downloading component 'rust-docs'
31162024-10-18T17:32:22.988Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31172024-10-18T17:32:23.812Z[ helios-setup] Oct 18 17:32:22.174 INFO E| info: downloading component 'rust-src'
31182024-10-18T17:32:24.041Z[ helios-setup] Oct 18 17:32:22.402 INFO E| info: downloading component 'rust-std'
31192024-10-18T17:32:25.388Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31202024-10-18T17:32:25.730Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
31212024-10-18T17:32:26.366Z[ helios-setup] Oct 18 17:32:24.727 INFO E| info: downloading component 'rustc'
31222024-10-18T17:32:29.867Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31232024-10-18T17:32:31.827Z[ helios-setup] Oct 18 17:32:30.186 INFO E| info: downloading component 'rustfmt'
31242024-10-18T17:32:32.451Z[ helios-setup] Oct 18 17:32:30.809 INFO E| info: installing component 'cargo'
31252024-10-18T17:32:32.672Z[ host-package] Compiling fatfs v0.3.6
31262024-10-18T17:32:33.841Z[ helios-setup] Oct 18 17:32:32.197 INFO E| info: installing component 'clippy'
31272024-10-18T17:32:33.948Z[ host-package] Compiling subprocess v0.2.9
31282024-10-18T17:32:34.277Z[ helios-setup] Oct 18 17:32:32.635 INFO E| info: installing component 'rust-docs'
31292024-10-18T17:32:35.792Z[ host-package] Compiling rtoolbox v0.0.2
31302024-10-18T17:32:36.344Z[ host-package] Compiling assert_matches v1.5.0
31312024-10-18T17:32:39.500Z[ host-package] Compiling rpassword v7.3.1
31322024-10-18T17:32:39.720Z[ helios-setup] Oct 18 17:32:38.076 INFO E| info: installing component 'rust-src'
31332024-10-18T17:32:40.199Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31342024-10-18T17:32:40.483Z[ helios-setup] Oct 18 17:32:38.839 INFO E| info: installing component 'rust-std'
31352024-10-18T17:32:40.591Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31362024-10-18T17:32:41.280Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31372024-10-18T17:32:43.216Z[ helios-setup] Oct 18 17:32:41.571 INFO E| info: installing component 'rustc'
31382024-10-18T17:32:49.143Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31392024-10-18T17:32:49.519Z[ helios-setup] Oct 18 17:32:47.871 INFO E| info: installing component 'rustfmt'
31402024-10-18T17:32:50.519Z[ helios-setup] Oct 18 17:32:48.870 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
31412024-10-18T17:32:51.531Z[ helios-setup] Oct 18 17:32:49.882 INFO E| From https://github.com/oxidecomputer/amd-apcb
31422024-10-18T17:32:51.531Z[ helios-setup] Oct 18 17:32:49.882 INFO E| * [new ref] b03d2a56394ae20a428eaaa7f37be79733cd6927 -> refs/commit/b03d2a56394ae20a428eaaa7f37be79733cd6927
31432024-10-18T17:32:51.534Z[ helios-setup] Oct 18 17:32:49.882 INFO E| * [new tag] v0.4.1 -> v0.4.1
31442024-10-18T17:32:51.561Z[ helios-setup] Oct 18 17:32:49.913 INFO E| * [new tag] v0.1.3 -> v0.1.3
31452024-10-18T17:32:51.561Z[ helios-setup] Oct 18 17:32:49.913 INFO E| * [new tag] v0.1.4 -> v0.1.4
31462024-10-18T17:32:51.564Z[ helios-setup] Oct 18 17:32:49.913 INFO E| * [new tag] v0.1.5 -> v0.1.5
31472024-10-18T17:32:51.564Z[ helios-setup] Oct 18 17:32:49.913 INFO E| * [new tag] v0.2.0 -> v0.2.0
31482024-10-18T17:32:51.564Z[ helios-setup] Oct 18 17:32:49.913 INFO E| * [new tag] v0.3.0 -> v0.3.0
31492024-10-18T17:32:51.564Z[ helios-setup] Oct 18 17:32:49.913 INFO E| * [new tag] v0.3.1 -> v0.3.1
31502024-10-18T17:32:51.564Z[ helios-setup] Oct 18 17:32:49.914 INFO E| * [new tag] v0.3.2 -> v0.3.2
31512024-10-18T17:32:51.564Z[ helios-setup] Oct 18 17:32:49.914 INFO E| * [new tag] v0.3.3 -> v0.3.3
31522024-10-18T17:32:51.564Z[ helios-setup] Oct 18 17:32:49.914 INFO E| * [new tag] v0.4.0 -> v0.4.0
31532024-10-18T17:32:51.605Z[ helios-setup] Oct 18 17:32:49.956 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
31542024-10-18T17:32:52.479Z[ helios-setup] Oct 18 17:32:50.830 INFO E| From https://github.com/oxidecomputer/amd-efs
31552024-10-18T17:32:52.479Z[ helios-setup] Oct 18 17:32:50.830 INFO E| * [new branch] empty -> origin/empty
31562024-10-18T17:32:52.482Z[ helios-setup] Oct 18 17:32:50.830 INFO E| * [new branch] issue-99 -> origin/issue-99
31572024-10-18T17:32:52.482Z[ helios-setup] Oct 18 17:32:50.830 INFO E| * [new branch] main -> origin/main
31582024-10-18T17:32:52.482Z[ helios-setup] Oct 18 17:32:50.830 INFO E| * [new branch] review -> origin/review
31592024-10-18T17:32:52.482Z[ helios-setup] Oct 18 17:32:50.830 INFO E| * [new ref] -> origin/HEAD
31602024-10-18T17:32:52.482Z[ helios-setup] Oct 18 17:32:50.831 INFO E| * [new tag] v0.2.0 -> v0.2.0
31612024-10-18T17:32:52.482Z[ helios-setup] Oct 18 17:32:50.831 INFO E| * [new tag] v0.2.1 -> v0.2.1
31622024-10-18T17:32:52.482Z[ helios-setup] Oct 18 17:32:50.831 INFO E| * [new tag] v0.2.2 -> v0.2.2
31632024-10-18T17:32:52.482Z[ helios-setup] Oct 18 17:32:50.831 INFO E| * [new tag] v0.2.3 -> v0.2.3
31642024-10-18T17:32:52.482Z[ helios-setup] Oct 18 17:32:50.831 INFO E| * [new tag] v0.2.4 -> v0.2.4
31652024-10-18T17:32:52.482Z[ helios-setup] Oct 18 17:32:50.831 INFO E| * [new tag] v0.2.5 -> v0.2.5
31662024-10-18T17:32:52.482Z[ helios-setup] Oct 18 17:32:50.831 INFO E| * [new tag] v0.2.6 -> v0.2.6
31672024-10-18T17:32:52.482Z[ helios-setup] Oct 18 17:32:50.832 INFO E| * [new tag] v0.2.7 -> v0.2.7
31682024-10-18T17:32:52.482Z[ helios-setup] Oct 18 17:32:50.832 INFO E| * [new tag] v0.3.0 -> v0.3.0
31692024-10-18T17:32:52.482Z[ helios-setup] Oct 18 17:32:50.832 INFO E| * [new tag] v0.3.1 -> v0.3.1
31702024-10-18T17:32:52.482Z[ helios-setup] Oct 18 17:32:50.832 INFO E| * [new tag] v0.4.0 -> v0.4.0
31712024-10-18T17:32:52.482Z[ helios-setup] Oct 18 17:32:50.832 INFO E| * [new tag] v0.4.1 -> v0.4.1
31722024-10-18T17:32:52.505Z[ helios-setup] Oct 18 17:32:50.856 INFO E| Updating crates.io index
31732024-10-18T17:32:52.795Z[ helios-setup] Oct 18 17:32:51.146 INFO E| Downloading crates ...
31742024-10-18T17:32:52.980Z[ helios-setup] Oct 18 17:32:51.331 INFO E| Downloaded vec_map v0.8.2
31752024-10-18T17:32:52.983Z[ helios-setup] Oct 18 17:32:51.334 INFO E| Downloaded memoffset v0.5.6
31762024-10-18T17:32:52.986Z[ helios-setup] Oct 18 17:32:51.336 INFO E| Downloaded unic-ucd-version v0.9.0
31772024-10-18T17:32:52.988Z[ helios-setup] Oct 18 17:32:51.337 INFO E| Downloaded unic-char-property v0.9.0
31782024-10-18T17:32:52.990Z[ helios-setup] Oct 18 17:32:51.340 INFO E| Downloaded scroll_derive v0.10.5
31792024-10-18T17:32:52.990Z[ helios-setup] Oct 18 17:32:51.341 INFO E| Downloaded unic-common v0.9.0
31802024-10-18T17:32:52.993Z[ helios-setup] Oct 18 17:32:51.342 INFO E| Downloaded bytesize v1.3.0
31812024-10-18T17:32:52.996Z[ helios-setup] Oct 18 17:32:51.345 INFO E| Downloaded parse_int v0.6.0
31822024-10-18T17:32:52.996Z[ helios-setup] Oct 18 17:32:51.346 INFO E| Downloaded semver-parser v0.7.0
31832024-10-18T17:32:52.998Z[ helios-setup] Oct 18 17:32:51.347 INFO E| Downloaded pest_meta v2.7.13
31842024-10-18T17:32:53.001Z[ helios-setup] Oct 18 17:32:51.351 INFO E| Downloaded unic-char-range v0.9.0
31852024-10-18T17:32:53.005Z[ helios-setup] Oct 18 17:32:51.353 INFO E| Downloaded strum_macros v0.23.1
31862024-10-18T17:32:53.007Z[ helios-setup] Oct 18 17:32:51.356 INFO E| Downloaded modular-bitfield-impl v0.11.2
31872024-10-18T17:32:53.007Z[ helios-setup] Oct 18 17:32:51.358 INFO E| Downloaded four-cc v0.3.0
31882024-10-18T17:32:53.010Z[ helios-setup] Oct 18 17:32:51.360 INFO E| Downloaded structopt-derive v0.4.18
31892024-10-18T17:32:53.013Z[ helios-setup] Oct 18 17:32:51.362 INFO E| Downloaded rustc_version v0.2.3
31902024-10-18T17:32:53.013Z[ helios-setup] Oct 18 17:32:51.363 INFO E| Downloaded strum v0.23.0
31912024-10-18T17:32:53.015Z[ helios-setup] Oct 18 17:32:51.365 INFO E| Downloaded fletcher v0.1.0
31922024-10-18T17:32:53.018Z[ helios-setup] Oct 18 17:32:51.366 INFO E| Downloaded pre v0.2.1
31932024-10-18T17:32:53.018Z[ helios-setup] Oct 18 17:32:51.368 INFO E| Downloaded cfg-if v0.1.10
31942024-10-18T17:32:53.020Z[ helios-setup] Oct 18 17:32:51.370 INFO E| Downloaded unic-ucd-ident v0.9.0
31952024-10-18T17:32:53.023Z[ helios-setup] Oct 18 17:32:51.372 INFO E| Downloaded textwrap v0.11.0
31962024-10-18T17:32:53.025Z[ helios-setup] Oct 18 17:32:51.375 INFO E| Downloaded semver v0.9.0
31972024-10-18T17:32:53.028Z[ helios-setup] Oct 18 17:32:51.378 INFO E| Downloaded scroll v0.10.2
31982024-10-18T17:32:53.030Z[ helios-setup] Oct 18 17:32:51.381 INFO E| Downloaded pest_generator v2.7.13
31992024-10-18T17:32:53.033Z[ helios-setup] Oct 18 17:32:51.383 INFO E| Downloaded modular-bitfield v0.11.2
32002024-10-18T17:32:53.049Z[ helios-setup] Oct 18 17:32:51.400 INFO E| Downloaded structopt v0.3.26
32012024-10-18T17:32:53.061Z[ helios-setup] Oct 18 17:32:51.412 INFO E| Downloaded goblin v0.4.3
32022024-10-18T17:32:53.073Z[ helios-setup] Oct 18 17:32:51.424 INFO E| Downloaded clap v2.34.0
32032024-10-18T17:32:53.083Z[ helios-setup] Oct 18 17:32:51.434 INFO E| Downloaded pest v2.7.13
32042024-10-18T17:32:53.092Z[ helios-setup] Oct 18 17:32:51.442 INFO E| Downloaded pest_derive v2.7.13
32052024-10-18T17:32:53.095Z[ helios-setup] Oct 18 17:32:51.446 INFO E| Downloaded once_cell v1.20.1
32062024-10-18T17:32:53.099Z[ helios-setup] Oct 18 17:32:51.450 INFO E| Downloaded strsim v0.8.0
32072024-10-18T17:32:53.103Z[ helios-setup] Oct 18 17:32:51.452 INFO E| Downloaded proc-macro-crate v0.1.5
32082024-10-18T17:32:53.103Z[ helios-setup] Oct 18 17:32:51.453 INFO E| Downloaded pre-proc-macro v0.2.1
32092024-10-18T17:32:53.106Z[ helios-setup] Oct 18 17:32:51.456 INFO E| Downloaded ansi_term v0.12.1
32102024-10-18T17:32:53.192Z[ helios-setup] Oct 18 17:32:51.543 INFO E| Compiling proc-macro2 v1.0.86
32112024-10-18T17:32:53.195Z[ helios-setup] Oct 18 17:32:51.546 INFO E| Compiling unicode-ident v1.0.13
32122024-10-18T17:32:53.197Z[ helios-setup] Oct 18 17:32:51.546 INFO E| Compiling syn v1.0.109
32132024-10-18T17:32:53.197Z[ helios-setup] Oct 18 17:32:51.546 INFO E| Compiling version_check v0.9.5
32142024-10-18T17:32:53.197Z[ helios-setup] Oct 18 17:32:51.546 INFO E| Compiling memchr v2.7.4
32152024-10-18T17:32:53.197Z[ helios-setup] Oct 18 17:32:51.546 INFO E| Compiling autocfg v1.4.0
32162024-10-18T17:32:53.197Z[ helios-setup] Oct 18 17:32:51.546 INFO E| Compiling semver-parser v0.7.0
32172024-10-18T17:32:53.197Z[ helios-setup] Oct 18 17:32:51.546 INFO E| Compiling thiserror v1.0.64
32182024-10-18T17:32:53.772Z[ helios-setup] Oct 18 17:32:52.122 INFO E| Compiling semver v0.9.0
32192024-10-18T17:32:54.383Z[ helios-setup] Oct 18 17:32:52.734 INFO E| Compiling serde v1.0.210
32202024-10-18T17:32:54.706Z[ helios-setup] Oct 18 17:32:53.057 INFO E| Compiling proc-macro-error-attr v1.0.4
32212024-10-18T17:32:54.786Z[ helios-setup] Oct 18 17:32:53.136 INFO E| Compiling proc-macro-error v1.0.4
32222024-10-18T17:32:54.999Z[ helios-setup] Oct 18 17:32:53.348 INFO E| Compiling rustc_version v0.2.3
32232024-10-18T17:32:55.083Z[ helios-setup] Oct 18 17:32:53.433 INFO E| Compiling serde_json v1.0.128
32242024-10-18T17:32:55.490Z[ helios-setup] Oct 18 17:32:53.839 INFO E| Compiling num-traits v0.2.19
32252024-10-18T17:32:55.714Z[ helios-setup] Oct 18 17:32:54.064 INFO E| Compiling itoa v1.0.11
32262024-10-18T17:32:55.725Z[ helios-setup] Oct 18 17:32:54.071 INFO E| Compiling unicode-segmentation v1.12.0
32272024-10-18T17:32:55.856Z[ helios-setup] Oct 18 17:32:54.206 INFO E| Compiling schemars v0.8.21
32282024-10-18T17:32:55.885Z[ helios-setup] Oct 18 17:32:54.234 INFO E| Compiling ryu v1.0.18
32292024-10-18T17:32:56.179Z[ helios-setup] Oct 18 17:32:54.528 INFO E| Compiling pre-proc-macro v0.2.1
32302024-10-18T17:32:56.254Z[ helios-setup] Oct 18 17:32:54.604 INFO E| Compiling quote v1.0.37
32312024-10-18T17:32:56.980Z[ helios-setup] Oct 18 17:32:55.329 INFO E| Compiling memoffset v0.5.6
32322024-10-18T17:32:57.023Z[ helios-setup] Oct 18 17:32:55.372 INFO E| Compiling dyn-clone v1.0.17
32332024-10-18T17:32:57.250Z[ helios-setup] Oct 18 17:32:55.599 INFO E| Compiling syn v2.0.79
32342024-10-18T17:32:57.365Z[ helios-setup] Oct 18 17:32:55.713 INFO E| Compiling libc v0.2.159
32352024-10-18T17:32:57.371Z[ helios-setup] Oct 18 17:32:55.720 INFO E| Compiling paste v1.0.15
32362024-10-18T17:32:57.672Z[ helios-setup] Oct 18 17:32:56.021 INFO E| Compiling heck v0.3.3
32372024-10-18T17:32:57.938Z[ helios-setup] Oct 18 17:32:56.286 INFO E| Compiling ucd-trie v0.1.7
32382024-10-18T17:32:58.305Z[ helios-setup] Oct 18 17:32:56.653 INFO E| Compiling rustversion v1.0.17
32392024-10-18T17:32:58.550Z[ helios-setup] Oct 18 17:32:56.899 INFO E| Compiling lazy_static v1.5.0
32402024-10-18T17:32:58.717Z[ host-package] Compiling tui-tree-widget v0.22.0
32412024-10-18T17:32:59.227Z[ helios-setup] Oct 18 17:32:57.575 INFO E| Compiling pre v0.2.1
32422024-10-18T17:32:59.293Z[ helios-setup] Oct 18 17:32:57.641 INFO E| Compiling once_cell v1.20.1
32432024-10-18T17:32:59.370Z[ helios-setup] Oct 18 17:32:57.718 INFO E| Compiling byteorder v1.5.0
32442024-10-18T17:32:59.943Z[ helios-setup] Oct 18 17:32:58.291 INFO E| Compiling static_assertions v1.1.0
32452024-10-18T17:33:00.036Z[ helios-setup] Oct 18 17:32:58.384 INFO E| Compiling cfg-if v0.1.10
32462024-10-18T17:33:00.252Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32472024-10-18T17:33:00.275Z[ helios-setup] Oct 18 17:32:58.622 INFO E| Compiling unicode-width v0.1.14
32482024-10-18T17:33:01.428Z[ helios-setup] Oct 18 17:32:59.775 INFO E| Compiling textwrap v0.11.0
32492024-10-18T17:33:01.646Z[ helios-setup] Oct 18 17:32:59.994 INFO E| Compiling atty v0.2.14
32502024-10-18T17:33:02.129Z[ helios-setup] Oct 18 17:33:00.476 INFO E| Compiling strsim v0.8.0
32512024-10-18T17:33:02.458Z[ helios-setup] Oct 18 17:33:00.805 INFO E| Compiling strum v0.23.0
32522024-10-18T17:33:02.594Z[ helios-setup] Oct 18 17:33:00.941 INFO E| Compiling ansi_term v0.12.1
32532024-10-18T17:33:02.817Z[ helios-setup] Oct 18 17:33:01.163 INFO E| Compiling unic-char-range v0.9.0
32542024-10-18T17:33:03.223Z[ helios-setup] Oct 18 17:33:01.570 INFO E| Compiling parse_int v0.6.0
32552024-10-18T17:33:03.268Z[ helios-setup] Oct 18 17:33:01.614 INFO E| Compiling unic-common v0.9.0
32562024-10-18T17:33:03.560Z[ helios-setup] Oct 18 17:33:01.906 INFO E| Compiling vec_map v0.8.2
32572024-10-18T17:33:03.560Z[ helios-setup] Oct 18 17:33:01.906 INFO E| Compiling fletcher v0.1.0
32582024-10-18T17:33:03.598Z[ helios-setup] Oct 18 17:33:01.945 INFO E| Compiling bitflags v1.3.2
32592024-10-18T17:33:03.613Z[ helios-setup] Oct 18 17:33:01.959 INFO E| Compiling unic-ucd-version v0.9.0
32602024-10-18T17:33:03.692Z[ helios-setup] Oct 18 17:33:02.038 INFO E| Compiling unic-char-property v0.9.0
32612024-10-18T17:33:03.742Z[ helios-setup] Oct 18 17:33:02.089 INFO E| Compiling log v0.4.22
32622024-10-18T17:33:03.914Z[ helios-setup] Oct 18 17:33:02.258 INFO E| Compiling plain v0.2.3
32632024-10-18T17:33:03.941Z[ helios-setup] Oct 18 17:33:02.287 INFO E| Compiling unic-ucd-ident v0.9.0
32642024-10-18T17:33:04.025Z[ helios-setup] Oct 18 17:33:02.372 INFO E| Compiling clap v2.34.0
32652024-10-18T17:33:04.047Z[ helios-setup] Oct 18 17:33:02.393 INFO E| Compiling bytesize v1.3.0
32662024-10-18T17:33:05.766Z[ helios-setup] Oct 18 17:33:04.112 INFO E| Compiling serde_derive_internals v0.29.1
32672024-10-18T17:33:06.359Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32682024-10-18T17:33:08.307Z[ helios-setup] Oct 18 17:33:06.652 INFO E| Compiling toml v0.5.11
32692024-10-18T17:33:10.747Z[ helios-setup] Oct 18 17:33:09.091 INFO E| Compiling thiserror-impl v1.0.64
32702024-10-18T17:33:10.747Z[ helios-setup] Oct 18 17:33:09.091 INFO E| Compiling serde_derive v1.0.210
32712024-10-18T17:33:10.747Z[ helios-setup] Oct 18 17:33:09.091 INFO E| Compiling schemars_derive v0.8.21
32722024-10-18T17:33:11.969Z[ helios-setup] Oct 18 17:33:10.313 INFO E| Compiling proc-macro-crate v0.1.5
32732024-10-18T17:33:13.285Z[ helios-setup] Oct 18 17:33:11.628 INFO E| Compiling zerocopy-derive v0.6.6
32742024-10-18T17:33:13.509Z[ helios-setup] Oct 18 17:33:11.852 INFO E| Compiling num-derive v0.4.2
32752024-10-18T17:33:16.774Z[ helios-setup] Oct 18 17:33:15.116 INFO E| Compiling pest v2.7.13
32762024-10-18T17:33:17.274Z[ helios-setup] Oct 18 17:33:15.616 INFO E| Compiling zerocopy v0.6.6
32772024-10-18T17:33:17.840Z[ helios-setup] Oct 18 17:33:16.181 INFO E| Compiling modular-bitfield-impl v0.11.2
32782024-10-18T17:33:18.311Z[ helios-setup] Oct 18 17:33:16.652 INFO E| Compiling strum_macros v0.23.1
32792024-10-18T17:33:18.829Z[ helios-setup] Oct 18 17:33:17.169 INFO E| Compiling scroll_derive v0.10.5
32802024-10-18T17:33:19.244Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32812024-10-18T17:33:20.283Z[ host-package] Compiling uzers v0.12.1
32822024-10-18T17:33:21.871Z[ helios-setup] Oct 18 17:33:20.210 INFO E| Compiling pest_meta v2.7.13
32832024-10-18T17:33:22.740Z[ helios-setup] Oct 18 17:33:21.080 INFO E| Compiling modular-bitfield v0.11.2
32842024-10-18T17:33:22.927Z[ helios-setup] Oct 18 17:33:21.140 INFO E| Compiling scroll v0.10.2
32852024-10-18T17:33:24.070Z[ helios-setup] Oct 18 17:33:22.408 INFO E| Compiling structopt-derive v0.4.18
32862024-10-18T17:33:24.184Z[ helios-setup] Oct 18 17:33:22.522 INFO E| Compiling goblin v0.4.3
32872024-10-18T17:33:24.407Z[ helios-setup] Oct 18 17:33:22.745 INFO E| Compiling pest_generator v2.7.13
32882024-10-18T17:33:26.506Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32892024-10-18T17:33:29.056Z[ helios-setup] Oct 18 17:33:27.393 INFO E| Compiling structopt v0.3.26
32902024-10-18T17:33:29.467Z[ helios-setup] Oct 18 17:33:27.803 INFO E| Compiling pest_derive v2.7.13
32912024-10-18T17:33:29.945Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32922024-10-18T17:33:32.401Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32932024-10-18T17:33:34.786Z[ helios-setup] Oct 18 17:33:33.121 INFO E| Compiling json5 v0.4.1
32942024-10-18T17:33:40.206Z[ helios-setup] Oct 18 17:33:38.539 INFO E| Compiling four-cc v0.3.0
32952024-10-18T17:33:40.206Z[ helios-setup] Oct 18 17:33:38.539 INFO E| Compiling amd-efs v0.4.1 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.1#15a3cb8d)
32962024-10-18T17:33:40.461Z[ helios-setup] Oct 18 17:33:38.793 INFO E| Compiling amd-apcb v0.4.1 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.1#b03d2a56)
32972024-10-18T17:34:07.556Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32982024-10-18T17:34:08.871Z[ host-package] Compiling multimap v0.10.0
32992024-10-18T17:34:21.902Z[ helios-setup] Oct 18 17:34:20.218 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
33002024-10-18T17:34:39.157Z[ helios-setup] Oct 18 17:34:37.467 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
33012024-10-18T17:35:35.310Z[ helios-setup] Oct 18 17:35:33.599 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 44s
33022024-10-18T17:35:35.347Z[ helios-setup] Oct 18 17:35:33.636 INFO building project "amd-host-image-builder" ok (194 seconds)
33032024-10-18T17:35:35.352Z[ helios-setup] rm -f helios-build
33042024-10-18T17:35:35.354Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
33052024-10-18T17:35:35.357Z[ helios-setup]
33062024-10-18T17:35:35.357Z[ helios-setup] Setup complete! ./helios-build is now available.
33072024-10-18T17:35:35.359Z[ helios-setup]
33082024-10-18T17:35:35.372Z[ helios-setup]
33092024-10-18T17:35:35.372ZOct 18 17:35:33.649 INFO [helios-setup] process exited with exit status: 0 (745.19873779s)
33102024-10-18T17:35:35.372Z[ helios-setup] real 12:25.191724257
33112024-10-18T17:35:35.372Z[ helios-setup] user 28:28.494280896
33122024-10-18T17:35:35.372Z[ helios-setup] sys 3:31.659158157
33132024-10-18T17:35:35.372Z[ helios-setup] trap 1.580937980
33142024-10-18T17:35:35.372Z[ helios-setup] tflt 6.590479441
33152024-10-18T17:35:35.372Z[ helios-setup] dflt 42.608161655
33162024-10-18T17:35:35.372Z[ helios-setup] kflt 0.021645070
33172024-10-18T17:35:35.372Z[ helios-setup] lock 2:09:39.127143301
33182024-10-18T17:35:35.372Z[ helios-setup] slp 3:44:52.815043884
33192024-10-18T17:35:35.373Z[ helios-setup] lat 32:40.366342012
33202024-10-18T17:35:35.373Z[ helios-setup] stop 4:24.523832506
33212024-10-18T17:35:35.373ZOct 18 17:35:33.651 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
33222024-10-18T17:35:35.387Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-09-19-x86_64-unknown-illumos'
33232024-10-18T17:35:35.678Z[ phbl-toolchain] info: latest update on 2024-09-19, rust version 1.83.0-nightly (f79a912d9 2024-09-18)
33242024-10-18T17:35:35.678Z[ phbl-toolchain] info: downloading component 'cargo'
33252024-10-18T17:35:37.028Z[ phbl-toolchain] info: downloading component 'clippy'
33262024-10-18T17:35:37.432Z[ phbl-toolchain] info: downloading component 'llvm-tools'
33272024-10-18T17:35:41.789Z[ phbl-toolchain] info: downloading component 'miri'
33282024-10-18T17:35:42.395Z[ phbl-toolchain] info: downloading component 'rust-docs'
33292024-10-18T17:35:43.837Z[ phbl-toolchain] info: downloading component 'rust-src'
33302024-10-18T17:35:44.338Z[ phbl-toolchain] info: downloading component 'rust-std'
33312024-10-18T17:35:46.378Z[ phbl-toolchain] info: downloading component 'rustc'
33322024-10-18T17:35:54.448Z[ phbl-toolchain] info: downloading component 'rustfmt'
33332024-10-18T17:35:55.447Z[ phbl-toolchain] info: installing component 'cargo'
33342024-10-18T17:35:56.774Z[ phbl-toolchain] info: installing component 'clippy'
33352024-10-18T17:35:57.361Z[ phbl-toolchain] info: installing component 'llvm-tools'
33362024-10-18T17:36:03.632Z[ phbl-toolchain] info: installing component 'miri'
33372024-10-18T17:36:04.053Z[ phbl-toolchain] info: installing component 'rust-docs'
33382024-10-18T17:36:12.254Z[ phbl-toolchain] info: installing component 'rust-src'
33392024-10-18T17:36:12.868Z[ phbl-toolchain] info: installing component 'rust-std'
33402024-10-18T17:36:15.302Z[ phbl-toolchain] info: installing component 'rustc'
33412024-10-18T17:36:24.892Z[ phbl-toolchain] info: installing component 'rustfmt'
33422024-10-18T17:36:25.747Z[ phbl-toolchain] cargo 1.83.0-nightly (a9a418d1a 2024-09-15)
33432024-10-18T17:36:25.750ZOct 18 17:36:24.017 INFO [phbl-toolchain] process exited with exit status: 0 (50.366250899s)
33442024-10-18T17:36:33.845Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33452024-10-18T17:36:42.842Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33462024-10-18T17:43:09.258Z[ host-package] Finished `release` profile [optimized] target(s) in 19m 14s
33472024-10-18T17:44:12.167ZOct 18 17:44:10.258 INFO [host-package] process exited with exit status: 0 (1217.800361643s)
33482024-10-18T17:44:12.176ZOct 18 17:44:10.258 INFO [host-stamp] running task
33492024-10-18T17:44:12.176ZOct 18 17:44:10.259 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
33502024-10-18T17:44:12.176ZOct 18 17:44:10.268 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+gitd69155eb692
33512024-10-18T17:44:12.185ZOct 18 17:44:10.275 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+gitd69155eb692
33522024-10-18T17:44:12.193Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
33532024-10-18T17:44:12.193Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
33542024-10-18T17:44:12.194ZOct 18 17:44:10.285 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+gitd69155eb692
33552024-10-18T17:44:12.202ZOct 18 17:44:10.295 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+gitd69155eb692
33562024-10-18T17:44:12.209Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
33572024-10-18T17:44:12.217ZOct 18 17:44:10.304 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+gitd69155eb692
33582024-10-18T17:44:12.225Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
33592024-10-18T17:44:12.225Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
33602024-10-18T17:44:12.225ZOct 18 17:44:10.317 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+gitd69155eb692
33612024-10-18T17:44:12.239Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
33622024-10-18T17:44:12.243Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
33632024-10-18T17:44:12.243ZOct 18 17:44:10.332 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+gitd69155eb692
33642024-10-18T17:44:12.253Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
33652024-10-18T17:44:12.257Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
33662024-10-18T17:44:12.257ZOct 18 17:44:10.347 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 12.0.0-0.ci+gitd69155eb692
33672024-10-18T17:44:12.270ZOct 18 17:44:10.362 INFO [stamp-overlay] process exited with exit status: 0 (44.919151ms)
33682024-10-18T17:44:12.270ZOct 18 17:44:10.362 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (58.226115ms)
33692024-10-18T17:44:12.274Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
33702024-10-18T17:44:12.285Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
33712024-10-18T17:44:12.296ZOct 18 17:44:10.374 INFO [stamp-oxlog] process exited with exit status: 0 (41.636314ms)
33722024-10-18T17:44:12.296Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
33732024-10-18T17:44:12.311Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
33742024-10-18T17:44:12.404ZOct 18 17:44:10.407 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (112.417844ms)
33752024-10-18T17:44:12.417Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
33762024-10-18T17:44:12.423ZOct 18 17:44:10.512 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (226.449126ms)
33772024-10-18T17:44:15.702Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
33782024-10-18T17:44:15.728ZOct 18 17:44:10.724 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (376.603871ms)
33792024-10-18T17:44:15.728Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
33802024-10-18T17:44:15.728ZOct 18 17:44:11.487 INFO [stamp-propolis-server] process exited with exit status: 0 (1.211699127s)
33812024-10-18T17:44:15.728Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33822024-10-18T17:44:15.747Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33832024-10-18T17:44:22.582Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
33842024-10-18T17:44:22.585ZOct 18 17:44:20.673 INFO [stamp-switch-asic] process exited with exit status: 0 (10.40566589s)
33852024-10-18T17:44:22.588ZOct 18 17:44:20.674 INFO [host-stamp] task succeeded (10.41543065s)
33862024-10-18T17:44:22.588ZOct 18 17:44:20.674 INFO [host-proto] running task
33872024-10-18T17:44:22.981ZOct 18 17:44:21.069 INFO [host-proto] task succeeded (395.444539ms)
33882024-10-18T17:44:22.982ZOct 18 17:44:21.069 INFO [host-profile] running task
33892024-10-18T17:44:22.985ZOct 18 17:44:21.069 INFO [host-profile] task succeeded (280.839µs)
33902024-10-18T17:44:22.985ZOct 18 17:44:21.070 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.33.293' -P /tmp/.tmpSzk1LQ/proto/host/root -N 'ci d69155e/${os_short_commit} 2024-10-18 17:23' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
33912024-10-18T17:44:22.998Z[ host-image] Oct 18 17:44:21.086 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
33922024-10-18T17:44:22.998Z[ host-image] Oct 18 17:44:21.086 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
33932024-10-18T17:44:23.011Z[ host-image] Oct 18 17:44:21.099 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpSzk1LQ/proto/host/root"
33942024-10-18T17:44:23.011Z[ host-image] Oct 18 17:44:21.099 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
33952024-10-18T17:44:23.014Z[ host-image] Oct 18 17:44:21.099 INFO image builder template: ramdisk-01-os...
33962024-10-18T17:44:23.014Z[ host-image] Oct 18 17:44:21.099 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/.tmpSzk1LQ/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.33.293", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
33972024-10-18T17:44:23.031Z[ host-image] Oct 18 17:44:21.119 INFO O| Oct 18 17:44:21.119 INFO CREATE DATASET: rpool/images/build/host/output
33982024-10-18T17:44:23.151Z[ host-image] Oct 18 17:44:21.239 INFO O| Oct 18 17:44:21.239 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
33992024-10-18T17:44:23.155Z[ host-image] Oct 18 17:44:21.243 INFO O| Oct 18 17:44:21.243 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
34002024-10-18T17:44:23.324Z[ host-image] Oct 18 17:44:21.412 INFO O| Oct 18 17:44:21.412 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
34012024-10-18T17:44:23.378Z[ host-image] Oct 18 17:44:21.465 INFO O| Oct 18 17:44:21.465 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
34022024-10-18T17:44:23.378Z[ host-image] Oct 18 17:44:21.465 INFO O| Oct 18 17:44:21.465 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
34032024-10-18T17:44:23.380Z[ host-image] Oct 18 17:44:21.465 INFO O| Oct 18 17:44:21.465 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
34042024-10-18T17:44:23.380Z[ host-image] Oct 18 17:44:21.465 INFO O| Oct 18 17:44:21.465 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
34052024-10-18T17:44:23.385Z[ host-image] Oct 18 17:44:21.473 INFO O| Oct 18 17:44:21.473 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
34062024-10-18T17:44:23.607Z[ host-image] Oct 18 17:44:21.694 INFO O| Oct 18 17:44:21.694 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34072024-10-18T17:44:23.617Z[ host-image] Oct 18 17:44:21.705 INFO O| Oct 18 17:44:21.704 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
34082024-10-18T17:44:23.997Z[ host-image] Oct 18 17:44:22.084 INFO O| Oct 18 17:44:22.084 INFO O| Caching catalogs ... Done
34092024-10-18T17:44:24.084Z[ host-image] Oct 18 17:44:22.171 INFO O| Oct 18 17:44:22.171 INFO STEP 0 (pkg_image_create) COMPLETE
34102024-10-18T17:44:24.084Z[ host-image] Oct 18 17:44:22.171 INFO O| Oct 18 17:44:22.171 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34112024-10-18T17:44:24.087Z[ host-image] Oct 18 17:44:22.171 INFO O| Oct 18 17:44:22.171 INFO skip step because feature "repo_redist" is not enabled
34122024-10-18T17:44:24.087Z[ host-image] Oct 18 17:44:22.171 INFO O| Oct 18 17:44:22.171 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34132024-10-18T17:44:24.098Z[ host-image] Oct 18 17:44:22.186 INFO O| Oct 18 17:44:22.186 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"]
34142024-10-18T17:44:24.599Z[ host-image] Oct 18 17:44:22.686 INFO O| Oct 18 17:44:22.686 INFO STEP 2 (pkg_set_publisher) COMPLETE
34152024-10-18T17:44:24.600Z[ host-image] Oct 18 17:44:22.686 INFO O| Oct 18 17:44:22.686 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34162024-10-18T17:44:24.616Z[ host-image] Oct 18 17:44:22.703 INFO O| Oct 18 17:44:22.703 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"]
34172024-10-18T17:44:25.186Z[ host-image] Oct 18 17:44:23.273 INFO O| Oct 18 17:44:23.273 INFO STEP 3 (pkg_set_publisher) COMPLETE
34182024-10-18T17:44:25.187Z[ host-image] Oct 18 17:44:23.273 INFO O| Oct 18 17:44:23.273 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34192024-10-18T17:44:25.189Z[ host-image] Oct 18 17:44:23.273 INFO O| Oct 18 17:44:23.273 INFO skip step because feature "repo_redist" is not enabled
34202024-10-18T17:44:25.190Z[ host-image] Oct 18 17:44:23.273 INFO O| Oct 18 17:44:23.273 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34212024-10-18T17:44:25.739Z[ host-image] Oct 18 17:44:23.826 INFO O| Oct 18 17:44:23.825 INFO variant opensolaris.zone is already global
34222024-10-18T17:44:25.739Z[ host-image] Oct 18 17:44:23.826 INFO O| Oct 18 17:44:23.826 INFO STEP 5 (pkg_change_variant) COMPLETE
34232024-10-18T17:44:25.743Z[ host-image] Oct 18 17:44:23.826 INFO O| Oct 18 17:44:23.826 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34242024-10-18T17:44:26.203Z[ host-image] Oct 18 17:44:24.290 INFO O| Oct 18 17:44:24.290 INFO variant opensolaris.imagetype is full; changing to partial
34252024-10-18T17:44:26.204Z[ host-image] Oct 18 17:44:24.290 INFO O| Oct 18 17:44:24.290 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
34262024-10-18T17:44:32.463Z[ host-image] Oct 18 17:44:30.547 INFO O| Oct 18 17:44:30.547 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34272024-10-18T17:44:34.606Z[recovery-package] Finished `release` profile [optimized] target(s) in 22.18s
34282024-10-18T17:44:35.519Z[ host-image] Oct 18 17:44:33.599 INFO O| Oct 18 17:44:33.599 INFO O| Startup: Caching catalogs ... Done
34292024-10-18T17:44:35.584Z[ host-image] Oct 18 17:44:33.667 INFO O| Oct 18 17:44:33.667 INFO O| Planning: Planning completed in 0.00 seconds
34302024-10-18T17:44:35.588Z[ host-image] Oct 18 17:44:33.668 INFO O| Oct 18 17:44:33.668 INFO O| Planning: Consolidating action changes ... Done
34312024-10-18T17:44:35.588Z[ host-image] Oct 18 17:44:33.668 INFO O| Oct 18 17:44:33.668 INFO O| Planning: Evaluating mediators ... Done
34322024-10-18T17:44:35.588Z[ host-image] Oct 18 17:44:33.668 INFO O| Oct 18 17:44:33.668 INFO O| Planning: Planning completed in 0.00 seconds
34332024-10-18T17:44:35.588Z[ host-image] Oct 18 17:44:33.668 INFO O| Oct 18 17:44:33.668 INFO O| Variants/Facets to change: 1
34342024-10-18T17:44:35.601Z[ host-image] Oct 18 17:44:33.683 INFO O| Oct 18 17:44:33.683 INFO O| Done
34352024-10-18T17:44:35.601Z[ host-image] Oct 18 17:44:33.683 INFO O| Oct 18 17:44:33.683 INFO O| Done
34362024-10-18T17:44:36.054Z[ host-image] Oct 18 17:44:34.136 INFO O| Oct 18 17:44:34.136 INFO O| Done
34372024-10-18T17:44:36.090Z[ host-image] Oct 18 17:44:34.172 INFO O| Oct 18 17:44:34.172 INFO O| Done
34382024-10-18T17:44:36.093Z[ host-image] Oct 18 17:44:34.173 INFO O| Oct 18 17:44:34.173 INFO O| Done
34392024-10-18T17:44:36.093Z[ host-image] Oct 18 17:44:34.173 INFO O| Oct 18 17:44:34.173 INFO O| Done
34402024-10-18T17:44:36.093Z[ host-image] Oct 18 17:44:34.174 INFO O| Oct 18 17:44:34.174 INFO O| Done
34412024-10-18T17:44:36.432Z[ host-image] Oct 18 17:44:34.512 INFO O| Oct 18 17:44:34.512 INFO STEP 6 (pkg_change_variant) COMPLETE
34422024-10-18T17:44:36.432Z[ host-image] Oct 18 17:44:34.512 INFO O| Oct 18 17:44:34.512 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34432024-10-18T17:44:36.432Z[ host-image] Oct 18 17:44:34.512 INFO O| Oct 18 17:44:34.512 INFO skip step because feature "debug_variant" is not enabled
34442024-10-18T17:44:36.432Z[ host-image] Oct 18 17:44:34.512 INFO O| Oct 18 17:44:34.512 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34452024-10-18T17:44:36.515ZOct 18 17:44:34.598 INFO [recovery-package] process exited with exit status: 0 (24.339428264s)
34462024-10-18T17:44:36.516ZOct 18 17:44:34.598 INFO [recovery-stamp] running task
34472024-10-18T17:44:36.526ZOct 18 17:44:34.598 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
34482024-10-18T17:44:36.526ZOct 18 17:44:34.598 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+gitd69155eb692
34492024-10-18T17:44:36.531ZOct 18 17:44:34.614 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+gitd69155eb692
34502024-10-18T17:44:36.543Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
34512024-10-18T17:44:36.552Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
34522024-10-18T17:44:36.618Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
34532024-10-18T17:44:36.622ZOct 18 17:44:34.705 INFO [stamp-installinator] process exited with exit status: 0 (106.250927ms)
34542024-10-18T17:44:36.650Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
34552024-10-18T17:44:36.654ZOct 18 17:44:34.736 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (122.111061ms)
34562024-10-18T17:44:36.654ZOct 18 17:44:34.736 INFO [recovery-stamp] task succeeded (137.701171ms)
34572024-10-18T17:44:36.654ZOct 18 17:44:34.736 INFO [recovery-proto] running task
34582024-10-18T17:44:36.654ZOct 18 17:44:34.736 INFO [tuf-stamp] running task
34592024-10-18T17:44:36.654ZOct 18 17:44:34.736 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+gitd69155eb692
34602024-10-18T17:44:36.666ZOct 18 17:44:34.748 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+gitd69155eb692
34612024-10-18T17:44:36.678Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
34622024-10-18T17:44:36.681ZOct 18 17:44:34.759 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+gitd69155eb692
34632024-10-18T17:44:36.690Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
34642024-10-18T17:44:36.693ZOct 18 17:44:34.773 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+gitd69155eb692
34652024-10-18T17:44:36.704Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
34662024-10-18T17:44:36.707ZOct 18 17:44:34.787 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+gitd69155eb692
34672024-10-18T17:44:36.714Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
34682024-10-18T17:44:36.729ZOct 18 17:44:34.811 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+gitd69155eb692
34692024-10-18T17:44:36.774Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
34702024-10-18T17:44:36.777ZOct 18 17:44:34.857 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+gitd69155eb692
34712024-10-18T17:44:36.815Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
34722024-10-18T17:44:36.815ZOct 18 17:44:34.897 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+gitd69155eb692
34732024-10-18T17:44:36.842Z[ host-image] Oct 18 17:44:34.905 INFO O| Oct 18 17:44:34.905 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
34742024-10-18T17:44:36.852Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
34752024-10-18T17:44:36.852ZOct 18 17:44:34.925 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+gitd69155eb692
34762024-10-18T17:44:36.864ZOct 18 17:44:34.946 INFO [recovery-proto] task succeeded (210.033023ms)
34772024-10-18T17:44:36.868ZOct 18 17:44:34.946 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.33.293' -P /tmp/.tmpSzk1LQ/proto/recovery/root -N 'recovery d69155e/${os_short_commit} 2024-10-18 17:23' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
34782024-10-18T17:44:36.910Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
34792024-10-18T17:44:36.913Z[ recovery-image] Oct 18 17:44:34.992 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
34802024-10-18T17:44:36.913Z[ recovery-image] Oct 18 17:44:34.992 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
34812024-10-18T17:44:36.913ZOct 18 17:44:34.992 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+gitd69155eb692
34822024-10-18T17:44:36.996Z[ recovery-image] Oct 18 17:44:35.013 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpSzk1LQ/proto/recovery/root"
34832024-10-18T17:44:36.999Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
34842024-10-18T17:44:36.999Z[ recovery-image] Oct 18 17:44:35.013 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
34852024-10-18T17:44:36.999Z[ recovery-image] Oct 18 17:44:35.013 INFO image builder template: ramdisk-01-os...
34862024-10-18T17:44:36.999Z[ recovery-image] Oct 18 17:44:35.013 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/.tmpSzk1LQ/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.33.293", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
34872024-10-18T17:44:36.999Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
34882024-10-18T17:44:37.011ZOct 18 17:44:35.093 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+gitd69155eb692
34892024-10-18T17:44:37.171Z[ recovery-image] Oct 18 17:44:35.151 INFO O| Oct 18 17:44:35.078 INFO CREATE DATASET: rpool/images/build/recovery/output
34902024-10-18T17:44:37.175Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
34912024-10-18T17:44:37.175Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
34922024-10-18T17:44:37.175ZOct 18 17:44:35.253 INFO [stamp-probe] process exited with exit status: 0 (441.800263ms)
34932024-10-18T17:44:37.175Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
34942024-10-18T17:44:37.243ZOct 18 17:44:35.325 INFO [stamp-ntp] process exited with exit status: 0 (551.812694ms)
34952024-10-18T17:44:37.426Z[ recovery-image] Oct 18 17:44:35.508 INFO O| Oct 18 17:44:35.507 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34962024-10-18T17:44:37.437Z[ recovery-image] Oct 18 17:44:35.518 INFO O| Oct 18 17:44:35.518 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34972024-10-18T17:44:37.794Z[ recovery-image] Oct 18 17:44:35.876 INFO O| Oct 18 17:44:35.876 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
34982024-10-18T17:44:37.926Z[ recovery-image] Oct 18 17:44:36.007 INFO O| Oct 18 17:44:36.007 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34992024-10-18T17:44:37.926Z[ recovery-image] Oct 18 17:44:36.007 INFO O| Oct 18 17:44:36.007 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
35002024-10-18T17:44:37.929Z[ recovery-image] Oct 18 17:44:36.008 INFO O| Oct 18 17:44:36.008 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
35012024-10-18T17:44:37.929Z[ recovery-image] Oct 18 17:44:36.008 INFO O| Oct 18 17:44:36.008 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
35022024-10-18T17:44:37.936Z[ recovery-image] Oct 18 17:44:36.018 INFO O| Oct 18 17:44:36.018 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
35032024-10-18T17:44:37.946Z[ host-image] Oct 18 17:44:36.028 INFO O| Oct 18 17:44:36.027 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35042024-10-18T17:44:37.949Z[ host-image] Oct 18 17:44:36.029 INFO O| Oct 18 17:44:36.029 INFO O| Planning: Planning completed in 0.00 seconds
35052024-10-18T17:44:37.949Z[ host-image] Oct 18 17:44:36.030 INFO O| Oct 18 17:44:36.030 INFO O| Planning: Consolidating action changes ... Done
35062024-10-18T17:44:37.949Z[ host-image] Oct 18 17:44:36.030 INFO O| Oct 18 17:44:36.030 INFO O| Planning: Evaluating mediators ... Done
35072024-10-18T17:44:37.949Z[ host-image] Oct 18 17:44:36.031 INFO O| Oct 18 17:44:36.031 INFO O| Planning: Planning completed in 0.00 seconds
35082024-10-18T17:44:37.953Z[ host-image] Oct 18 17:44:36.031 INFO O| Oct 18 17:44:36.031 INFO O| Variants/Facets to change: 1
35092024-10-18T17:44:38.233Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
35102024-10-18T17:44:38.270ZOct 18 17:44:36.352 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.455056111s)
35112024-10-18T17:44:38.294Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
35122024-10-18T17:44:38.303Z[ host-image] Oct 18 17:44:36.385 INFO O| Oct 18 17:44:36.385 INFO O| Done
35132024-10-18T17:44:38.303Z[ host-image] Oct 18 17:44:36.385 INFO O| Oct 18 17:44:36.385 INFO O| Done
35142024-10-18T17:44:38.308Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
35152024-10-18T17:44:38.310Z[ recovery-image] Oct 18 17:44:36.388 INFO O| Oct 18 17:44:36.388 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35162024-10-18T17:44:38.313ZOct 18 17:44:36.394 INFO [stamp-external-dns] process exited with exit status: 0 (1.53727253s)
35172024-10-18T17:44:38.324ZOct 18 17:44:36.405 INFO [stamp-internal-dns] process exited with exit status: 0 (1.657422047s)
35182024-10-18T17:44:38.327Z[ recovery-image] Oct 18 17:44:36.408 INFO O| Oct 18 17:44:36.408 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
35192024-10-18T17:44:38.530Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.99s
35202024-10-18T17:44:38.557Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
35212024-10-18T17:44:38.560Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
35222024-10-18T17:44:38.567ZOct 18 17:44:36.649 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.63790988s)
35232024-10-18T17:44:38.845Z[ recovery-image] Oct 18 17:44:36.925 INFO O| Oct 18 17:44:36.925 INFO O| Caching catalogs ... Done
35242024-10-18T17:44:38.854Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
35252024-10-18T17:44:38.859ZOct 18 17:44:36.940 INFO [stamp-oximeter] process exited with exit status: 0 (2.180962821s)
35262024-10-18T17:44:38.881Z[ host-image] Oct 18 17:44:36.962 INFO O| Oct 18 17:44:36.962 INFO O| Done
35272024-10-18T17:44:38.941Z[ host-image] Oct 18 17:44:37.022 INFO O| Oct 18 17:44:37.022 INFO O| Done
35282024-10-18T17:44:38.944Z[ host-image] Oct 18 17:44:37.023 INFO O| Oct 18 17:44:37.023 INFO O| Done
35292024-10-18T17:44:38.944Z[ host-image] Oct 18 17:44:37.024 INFO O| Oct 18 17:44:37.023 INFO O| Done
35302024-10-18T17:44:38.944Z[ host-image] Oct 18 17:44:37.025 INFO O| Oct 18 17:44:37.025 INFO O| Done
35312024-10-18T17:44:38.959Z[ recovery-image] Oct 18 17:44:37.040 INFO O| Oct 18 17:44:37.040 INFO STEP 0 (pkg_image_create) COMPLETE
35322024-10-18T17:44:38.959Z[ recovery-image] Oct 18 17:44:37.040 INFO O| Oct 18 17:44:37.040 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35332024-10-18T17:44:38.959Z[ recovery-image] Oct 18 17:44:37.040 INFO O| Oct 18 17:44:37.040 INFO skip step because feature "repo_redist" is not enabled
35342024-10-18T17:44:38.962Z[ recovery-image] Oct 18 17:44:37.040 INFO O| Oct 18 17:44:37.040 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35352024-10-18T17:44:38.975Z[ recovery-image] Oct 18 17:44:37.057 INFO O| Oct 18 17:44:37.057 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
35362024-10-18T17:44:39.020Z[ host-image] Oct 18 17:44:37.101 INFO O| Oct 18 17:44:37.101 INFO STEP 8 (pkg_change_facet) COMPLETE
35372024-10-18T17:44:39.020Z[ host-image] Oct 18 17:44:37.101 INFO O| Oct 18 17:44:37.101 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35382024-10-18T17:44:39.020Z[ host-image] Oct 18 17:44:37.101 INFO O| Oct 18 17:44:37.101 INFO skip step because feature "recovery" is not enabled
35392024-10-18T17:44:39.023Z[ host-image] Oct 18 17:44:37.101 INFO O| Oct 18 17:44:37.101 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35402024-10-18T17:44:39.023Z[ host-image] Oct 18 17:44:37.101 INFO O| Oct 18 17:44:37.101 INFO skip step because feature "recovery" is not enabled
35412024-10-18T17:44:39.023Z[ host-image] Oct 18 17:44:37.101 INFO O| Oct 18 17:44:37.101 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35422024-10-18T17:44:39.035Z[ host-image] Oct 18 17:44:37.117 INFO O| Oct 18 17:44:37.117 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"]
35432024-10-18T17:44:39.439Z[ recovery-image] Oct 18 17:44:37.520 INFO O| Oct 18 17:44:37.519 INFO STEP 2 (pkg_set_publisher) COMPLETE
35442024-10-18T17:44:39.439Z[ recovery-image] Oct 18 17:44:37.520 INFO O| Oct 18 17:44:37.520 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35452024-10-18T17:44:39.453Z[ recovery-image] Oct 18 17:44:37.534 INFO O| Oct 18 17:44:37.534 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"]
35462024-10-18T17:44:39.594Z[ host-image] Oct 18 17:44:37.675 INFO O| Oct 18 17:44:37.675 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35472024-10-18T17:44:39.934Z[ recovery-image] Oct 18 17:44:38.013 INFO O| Oct 18 17:44:38.013 INFO STEP 3 (pkg_set_publisher) COMPLETE
35482024-10-18T17:44:39.934Z[ recovery-image] Oct 18 17:44:38.013 INFO O| Oct 18 17:44:38.013 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35492024-10-18T17:44:39.937Z[ recovery-image] Oct 18 17:44:38.013 INFO O| Oct 18 17:44:38.013 INFO skip step because feature "repo_redist" is not enabled
35502024-10-18T17:44:39.937Z[ recovery-image] Oct 18 17:44:38.013 INFO O| Oct 18 17:44:38.013 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35512024-10-18T17:44:40.424Z[ recovery-image] Oct 18 17:44:38.505 INFO O| Oct 18 17:44:38.505 INFO variant opensolaris.zone is already global
35522024-10-18T17:44:40.424Z[ recovery-image] Oct 18 17:44:38.505 INFO O| Oct 18 17:44:38.505 INFO STEP 5 (pkg_change_variant) COMPLETE
35532024-10-18T17:44:40.428Z[ recovery-image] Oct 18 17:44:38.505 INFO O| Oct 18 17:44:38.505 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35542024-10-18T17:44:40.548Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
35552024-10-18T17:44:40.554ZOct 18 17:44:38.632 INFO [stamp-nexus] process exited with exit status: 0 (3.895853147s)
35562024-10-18T17:44:40.848Z[ recovery-image] Oct 18 17:44:38.929 INFO O| Oct 18 17:44:38.929 INFO variant opensolaris.imagetype is full; changing to partial
35572024-10-18T17:44:40.848Z[ recovery-image] Oct 18 17:44:38.929 INFO O| Oct 18 17:44:38.929 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
35582024-10-18T17:44:42.163Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35592024-10-18T17:44:42.366Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
35602024-10-18T17:44:42.377Z[verify-libraries] Compiling polyval v0.6.2
35612024-10-18T17:44:42.380Z[verify-libraries] Compiling ctr v0.9.2
35622024-10-18T17:44:42.389ZOct 18 17:44:40.470 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.37398828s)
35632024-10-18T17:44:42.446Z[verify-libraries] Compiling ssh-encoding v0.2.0
35642024-10-18T17:44:42.449Z[verify-libraries] Compiling blowfish v0.9.1
35652024-10-18T17:44:42.453Z[verify-libraries] Compiling password-hash v0.4.2
35662024-10-18T17:44:42.453Z[verify-libraries] Compiling matches v0.1.10
35672024-10-18T17:44:42.564Z[verify-libraries] Compiling p521 v0.13.3
35682024-10-18T17:44:42.767Z[verify-libraries] Compiling ghash v0.5.1
35692024-10-18T17:44:42.942Z[verify-libraries] Compiling idna v0.2.3
35702024-10-18T17:44:43.196Z[verify-libraries] Compiling aes-gcm v0.10.3
35712024-10-18T17:44:43.253Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
35722024-10-18T17:44:43.396Z[verify-libraries] Compiling pbkdf2 v0.11.0
35732024-10-18T17:44:43.627Z[verify-libraries] Compiling ssh-cipher v0.2.0
35742024-10-18T17:44:44.008Z[verify-libraries] Compiling p256 v0.13.2
35752024-10-18T17:44:44.289Z[verify-libraries] Compiling ssh-key v0.6.6
35762024-10-18T17:44:44.365Z[verify-libraries] Compiling enum-as-inner v0.5.1
35772024-10-18T17:44:45.118Z[verify-libraries] Compiling russh-cryptovec v0.7.3
35782024-10-18T17:44:45.589Z[verify-libraries] Compiling md5 v0.7.0
35792024-10-18T17:44:45.853Z[verify-libraries] Compiling trust-dns-proto v0.22.0
35802024-10-18T17:44:46.569Z[verify-libraries] Compiling num-bigint v0.4.6
35812024-10-18T17:44:47.046Z[verify-libraries] Compiling des v0.8.1
35822024-10-18T17:44:47.417Z[verify-libraries] Compiling hex-literal v0.4.1
35832024-10-18T17:44:47.712Z[verify-libraries] Compiling dhcproto-macros v0.1.0
35842024-10-18T17:44:48.074Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
35852024-10-18T17:44:48.077Z[verify-libraries] Compiling russh-keys v0.45.0
35862024-10-18T17:44:48.096ZOct 18 17:44:46.174 INFO [stamp-clickhouse] process exited with exit status: 0 (11.248970939s)
35872024-10-18T17:44:48.270Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
35882024-10-18T17:44:48.288ZOct 18 17:44:46.366 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (11.579089083s)
35892024-10-18T17:44:48.288ZOct 18 17:44:46.366 INFO [tuf-stamp] task succeeded (11.630147301s)
35902024-10-18T17:44:49.042Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35912024-10-18T17:44:49.141Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35922024-10-18T17:44:49.195Z[ recovery-image] Oct 18 17:44:47.273 INFO O| Oct 18 17:44:47.273 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35932024-10-18T17:44:49.797Z[verify-libraries] Compiling internet-checksum v0.2.1
35942024-10-18T17:44:50.049Z[verify-libraries] Compiling heck v0.4.1
35952024-10-18T17:44:51.666Z[verify-libraries] Compiling russh v0.45.0
35962024-10-18T17:44:56.051Z[verify-libraries] Compiling dhcproto v0.12.0
35972024-10-18T17:44:56.130Z[ recovery-image] Oct 18 17:44:54.205 INFO O| Oct 18 17:44:54.204 INFO O| Startup: Caching catalogs ... Done
35982024-10-18T17:44:56.231Z[ recovery-image] Oct 18 17:44:54.305 INFO O| Oct 18 17:44:54.305 INFO O| Planning: Planning completed in 0.00 seconds
35992024-10-18T17:44:56.233Z[ recovery-image] Oct 18 17:44:54.306 INFO O| Oct 18 17:44:54.306 INFO O| Planning: Consolidating action changes ... Done
36002024-10-18T17:44:56.233Z[ recovery-image] Oct 18 17:44:54.306 INFO O| Oct 18 17:44:54.306 INFO O| Planning: Evaluating mediators ... Done
36012024-10-18T17:44:56.233Z[ recovery-image] Oct 18 17:44:54.307 INFO O| Oct 18 17:44:54.307 INFO O| Planning: Planning completed in 0.00 seconds
36022024-10-18T17:44:56.233Z[ recovery-image] Oct 18 17:44:54.307 INFO O| Oct 18 17:44:54.307 INFO O| Variants/Facets to change: 1
36032024-10-18T17:44:56.343Z[ recovery-image] Oct 18 17:44:54.419 INFO O| Oct 18 17:44:54.418 INFO O| Done
36042024-10-18T17:44:56.344Z[ recovery-image] Oct 18 17:44:54.419 INFO O| Oct 18 17:44:54.419 INFO O| Done
36052024-10-18T17:44:57.165Z[ recovery-image] Oct 18 17:44:55.239 INFO O| Oct 18 17:44:55.239 INFO O| Done
36062024-10-18T17:44:57.222Z[ recovery-image] Oct 18 17:44:55.297 INFO O| Oct 18 17:44:55.297 INFO O| Done
36072024-10-18T17:44:57.225Z[ recovery-image] Oct 18 17:44:55.299 INFO O| Oct 18 17:44:55.298 INFO O| Done
36082024-10-18T17:44:57.225Z[ recovery-image] Oct 18 17:44:55.299 INFO O| Oct 18 17:44:55.299 INFO O| Done
36092024-10-18T17:44:57.227Z[ recovery-image] Oct 18 17:44:55.301 INFO O| Oct 18 17:44:55.301 INFO O| Done
36102024-10-18T17:44:57.635Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
36112024-10-18T17:44:57.936Z[ recovery-image] Oct 18 17:44:56.010 INFO O| Oct 18 17:44:56.010 INFO STEP 6 (pkg_change_variant) COMPLETE
36122024-10-18T17:44:57.936Z[ recovery-image] Oct 18 17:44:56.010 INFO O| Oct 18 17:44:56.010 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36132024-10-18T17:44:57.939Z[ recovery-image] Oct 18 17:44:56.010 INFO O| Oct 18 17:44:56.010 INFO skip step because feature "debug_variant" is not enabled
36142024-10-18T17:44:57.939Z[ recovery-image] Oct 18 17:44:56.010 INFO O| Oct 18 17:44:56.010 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36152024-10-18T17:44:58.587Z[ recovery-image] Oct 18 17:44:56.661 INFO O| Oct 18 17:44:56.661 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
36162024-10-18T17:44:59.541Z[ recovery-image] Oct 18 17:44:57.615 INFO O| Oct 18 17:44:57.615 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36172024-10-18T17:44:59.544Z[ recovery-image] Oct 18 17:44:57.617 INFO O| Oct 18 17:44:57.617 INFO O| Planning: Planning completed in 0.00 seconds
36182024-10-18T17:44:59.546Z[ recovery-image] Oct 18 17:44:57.618 INFO O| Oct 18 17:44:57.618 INFO O| Planning: Consolidating action changes ... Done
36192024-10-18T17:44:59.546Z[ recovery-image] Oct 18 17:44:57.618 INFO O| Oct 18 17:44:57.618 INFO O| Planning: Evaluating mediators ... Done
36202024-10-18T17:44:59.546Z[ recovery-image] Oct 18 17:44:57.619 INFO O| Oct 18 17:44:57.618 INFO O| Planning: Planning completed in 0.00 seconds
36212024-10-18T17:44:59.546Z[ recovery-image] Oct 18 17:44:57.619 INFO O| Oct 18 17:44:57.619 INFO O| Variants/Facets to change: 1
36222024-10-18T17:44:59.629Z[ recovery-image] Oct 18 17:44:57.703 INFO O| Oct 18 17:44:57.703 INFO O| Done
36232024-10-18T17:44:59.632Z[ recovery-image] Oct 18 17:44:57.703 INFO O| Oct 18 17:44:57.703 INFO O| Done
36242024-10-18T17:45:00.396Z[ recovery-image] Oct 18 17:44:58.469 INFO O| Oct 18 17:44:58.469 INFO O| Done
36252024-10-18T17:45:00.549Z[ recovery-image] Oct 18 17:44:58.622 INFO O| Oct 18 17:44:58.622 INFO O| Done
36262024-10-18T17:45:00.551Z[ recovery-image] Oct 18 17:44:58.623 INFO O| Oct 18 17:44:58.623 INFO O| Done
36272024-10-18T17:45:00.551Z[ recovery-image] Oct 18 17:44:58.623 INFO O| Oct 18 17:44:58.623 INFO O| Done
36282024-10-18T17:45:00.554Z[ recovery-image] Oct 18 17:44:58.625 INFO O| Oct 18 17:44:58.625 INFO O| Done
36292024-10-18T17:45:00.662Z[ recovery-image] Oct 18 17:44:58.735 INFO O| Oct 18 17:44:58.735 INFO STEP 8 (pkg_change_facet) COMPLETE
36302024-10-18T17:45:00.662Z[ recovery-image] Oct 18 17:44:58.735 INFO O| Oct 18 17:44:58.735 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36312024-10-18T17:45:01.409Z[ recovery-image] Oct 18 17:44:59.482 INFO O| Oct 18 17:44:59.482 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
36322024-10-18T17:45:02.664Z[ recovery-image] Oct 18 17:45:00.737 INFO O| Oct 18 17:45:00.736 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36332024-10-18T17:45:02.667Z[ recovery-image] Oct 18 17:45:00.738 INFO O| Oct 18 17:45:00.738 INFO O| Planning: Planning completed in 0.00 seconds
36342024-10-18T17:45:02.667Z[ recovery-image] Oct 18 17:45:00.739 INFO O| Oct 18 17:45:00.739 INFO O| Planning: Consolidating action changes ... Done
36352024-10-18T17:45:02.667Z[ recovery-image] Oct 18 17:45:00.739 INFO O| Oct 18 17:45:00.739 INFO O| Planning: Evaluating mediators ... Done
36362024-10-18T17:45:02.667Z[ recovery-image] Oct 18 17:45:00.739 INFO O| Oct 18 17:45:00.739 INFO O| Planning: Planning completed in 0.00 seconds
36372024-10-18T17:45:02.670Z[ recovery-image] Oct 18 17:45:00.740 INFO O| Oct 18 17:45:00.740 INFO O| Variants/Facets to change: 1
36382024-10-18T17:45:02.754Z[ recovery-image] Oct 18 17:45:00.826 INFO O| Oct 18 17:45:00.826 INFO O| Done
36392024-10-18T17:45:02.754Z[ recovery-image] Oct 18 17:45:00.826 INFO O| Oct 18 17:45:00.826 INFO O| Done
36402024-10-18T17:45:03.389Z[ recovery-image] Oct 18 17:45:01.461 INFO O| Oct 18 17:45:01.461 INFO O| Done
36412024-10-18T17:45:03.468Z[ recovery-image] Oct 18 17:45:01.540 INFO O| Oct 18 17:45:01.540 INFO O| Done
36422024-10-18T17:45:03.470Z[ recovery-image] Oct 18 17:45:01.541 INFO O| Oct 18 17:45:01.541 INFO O| Done
36432024-10-18T17:45:03.470Z[ recovery-image] Oct 18 17:45:01.541 INFO O| Oct 18 17:45:01.541 INFO O| Done
36442024-10-18T17:45:03.473Z[ recovery-image] Oct 18 17:45:01.543 INFO O| Oct 18 17:45:01.543 INFO O| Done
36452024-10-18T17:45:03.576Z[ recovery-image] Oct 18 17:45:01.648 INFO O| Oct 18 17:45:01.648 INFO STEP 9 (pkg_change_facet) COMPLETE
36462024-10-18T17:45:03.576Z[ recovery-image] Oct 18 17:45:01.648 INFO O| Oct 18 17:45:01.648 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36472024-10-18T17:45:04.310Z[ recovery-image] Oct 18 17:45:02.382 INFO O| Oct 18 17:45:02.382 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
36482024-10-18T17:45:05.381Z[ recovery-image] Oct 18 17:45:03.452 INFO O| Oct 18 17:45:03.452 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36492024-10-18T17:45:05.384Z[ recovery-image] Oct 18 17:45:03.455 INFO O| Oct 18 17:45:03.455 INFO O| Planning: Planning completed in 0.00 seconds
36502024-10-18T17:45:05.386Z[ recovery-image] Oct 18 17:45:03.456 INFO O| Oct 18 17:45:03.455 INFO O| Planning: Consolidating action changes ... Done
36512024-10-18T17:45:05.386Z[ recovery-image] Oct 18 17:45:03.456 INFO O| Oct 18 17:45:03.456 INFO O| Planning: Evaluating mediators ... Done
36522024-10-18T17:45:05.386Z[ recovery-image] Oct 18 17:45:03.456 INFO O| Oct 18 17:45:03.456 INFO O| Planning: Planning completed in 0.00 seconds
36532024-10-18T17:45:05.386Z[ recovery-image] Oct 18 17:45:03.456 INFO O| Oct 18 17:45:03.456 INFO O| Variants/Facets to change: 1
36542024-10-18T17:45:05.494Z[ recovery-image] Oct 18 17:45:03.565 INFO O| Oct 18 17:45:03.565 INFO O| Done
36552024-10-18T17:45:05.494Z[ recovery-image] Oct 18 17:45:03.565 INFO O| Oct 18 17:45:03.565 INFO O| Done
36562024-10-18T17:45:06.278Z[ recovery-image] Oct 18 17:45:04.349 INFO O| Oct 18 17:45:04.349 INFO O| Done
36572024-10-18T17:45:06.354Z[ recovery-image] Oct 18 17:45:04.425 INFO O| Oct 18 17:45:04.425 INFO O| Done
36582024-10-18T17:45:06.356Z[ recovery-image] Oct 18 17:45:04.426 INFO O| Oct 18 17:45:04.426 INFO O| Done
36592024-10-18T17:45:06.356Z[ recovery-image] Oct 18 17:45:04.426 INFO O| Oct 18 17:45:04.426 INFO O| Done
36602024-10-18T17:45:06.394Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
36612024-10-18T17:45:06.421Z[ recovery-image] Oct 18 17:45:04.490 INFO O| Oct 18 17:45:04.490 INFO O| Done
36622024-10-18T17:45:06.526Z[ recovery-image] Oct 18 17:45:04.597 INFO O| Oct 18 17:45:04.597 INFO STEP 10 (pkg_change_facet) COMPLETE
36632024-10-18T17:45:06.526Z[ recovery-image] Oct 18 17:45:04.597 INFO O| Oct 18 17:45:04.597 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36642024-10-18T17:45:06.546Z[ recovery-image] Oct 18 17:45:04.617 INFO O| Oct 18 17:45:04.617 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"]
36652024-10-18T17:45:07.136Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
36662024-10-18T17:45:07.599Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
36672024-10-18T17:45:07.613Z[ recovery-image] Oct 18 17:45:05.684 INFO O| Oct 18 17:45:05.684 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36682024-10-18T17:45:07.707Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
36692024-10-18T17:45:08.081Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
36702024-10-18T17:45:08.351Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
36712024-10-18T17:45:08.577Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
36722024-10-18T17:45:09.434Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
36732024-10-18T17:45:11.940Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
36742024-10-18T17:45:13.269Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
36752024-10-18T17:45:20.490Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
36762024-10-18T17:45:21.998Z[verify-libraries] Compiling termios v0.3.3
36772024-10-18T17:45:22.407Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
36782024-10-18T17:45:26.374Z[ host-image] Oct 18 17:45:24.437 INFO O| Oct 18 17:45:24.437 INFO O| Planning: Solver setup ... Done
36792024-10-18T17:45:46.587Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
36802024-10-18T17:45:55.183Z[ recovery-image] Oct 18 17:45:53.236 INFO O| Oct 18 17:45:53.236 INFO O| Planning: Solver setup ... Done
36812024-10-18T17:46:15.397Z[ host-image] Oct 18 17:46:13.442 INFO O| Oct 18 17:46:13.442 INFO O| Planning: Running solver ... Done
36822024-10-18T17:46:15.897Z[ host-image] Oct 18 17:46:13.941 INFO O| Oct 18 17:46:13.941 INFO O| Planning: Finding local manifests ... Done
36832024-10-18T17:46:15.914Z[ host-image] Oct 18 17:46:13.958 INFO O| Oct 18 17:46:13.957 INFO O| Planning: Fetching manifests: 0/124 0% complete
36842024-10-18T17:46:20.421Z[ host-image] Oct 18 17:46:18.464 INFO O| Oct 18 17:46:18.464 INFO O| Planning: Fetching manifests: 124/124 100% complete
36852024-10-18T17:46:21.761Z[ host-image] Oct 18 17:46:19.667 INFO O| Oct 18 17:46:19.667 INFO O| Planning: Package planning ... Done
36862024-10-18T17:46:23.555Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
36872024-10-18T17:46:23.654Z[ host-image] Oct 18 17:46:21.696 INFO O| Oct 18 17:46:21.696 INFO O| Planning: Merging actions ... Done
36882024-10-18T17:46:24.029Z[ host-image] Oct 18 17:46:22.070 INFO O| Oct 18 17:46:22.070 INFO O| Planning: Checking for conflicting actions ... Done
36892024-10-18T17:46:24.420Z[ host-image] Oct 18 17:46:22.461 INFO O| Oct 18 17:46:22.461 INFO O| Planning: Consolidating action changes ... Done
36902024-10-18T17:46:25.155Z[ host-image] Oct 18 17:46:23.196 INFO O| Oct 18 17:46:23.196 INFO O| Planning: Evaluating mediators ... Done
36912024-10-18T17:46:31.640Z[ host-image] Oct 18 17:46:29.678 INFO O| Oct 18 17:46:29.678 INFO O| Planning: Planning completed in 112.00 seconds
36922024-10-18T17:46:31.648Z[ host-image] Oct 18 17:46:29.686 INFO O| Oct 18 17:46:29.686 INFO O| Packages to install: 124
36932024-10-18T17:46:31.648Z[ host-image] Oct 18 17:46:29.686 INFO O| Oct 18 17:46:29.686 INFO O| Mediators to change: 4
36942024-10-18T17:46:31.653Z[ host-image] Oct 18 17:46:29.686 INFO O| Oct 18 17:46:29.686 INFO O| Services to change: 6
36952024-10-18T17:46:31.769Z[ host-image] Oct 18 17:46:29.806 INFO O| Oct 18 17:46:29.806 INFO O| Download: 0/22734 items 0.0/196.6MB 0% complete
36962024-10-18T17:46:36.774Z[ host-image] Oct 18 17:46:34.809 INFO O| Oct 18 17:46:34.809 INFO O| Download: 1093/22734 items 5.6/196.6MB 2% complete (1.2M/s)
36972024-10-18T17:46:41.775Z[ host-image] Oct 18 17:46:39.809 INFO O| Oct 18 17:46:39.809 INFO O| Download: 1782/22734 items 12.0/196.6MB 6% complete (1.2M/s)
36982024-10-18T17:46:47.311Z[ recovery-image] Oct 18 17:46:41.707 INFO O| Oct 18 17:46:41.707 INFO O| Planning: Running solver ... Done
36992024-10-18T17:46:47.371Z[ recovery-image] Oct 18 17:46:42.154 INFO O| Oct 18 17:46:42.154 INFO O| Planning: Finding local manifests ... Done
37002024-10-18T17:46:47.371Z[ recovery-image] Oct 18 17:46:42.167 INFO O| Oct 18 17:46:42.167 INFO O| Planning: Fetching manifests: 0/124 0% complete
37012024-10-18T17:46:47.371Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
37022024-10-18T17:46:47.371Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37032024-10-18T17:46:47.371Z[ host-image] Oct 18 17:46:45.039 INFO O| Oct 18 17:46:45.039 INFO O| Download: 2221/22734 items 24.3/196.6MB 12% complete (1.9M/s)
37042024-10-18T17:46:49.060Z[ recovery-image] Oct 18 17:46:47.092 INFO O| Oct 18 17:46:47.092 INFO O| Planning: Fetching manifests: 124/124 100% complete
37052024-10-18T17:46:50.044Z[ recovery-image] Oct 18 17:46:48.076 INFO O| Oct 18 17:46:48.076 INFO O| Planning: Package planning ... Done
37062024-10-18T17:46:50.928Z[ recovery-image] Oct 18 17:46:48.959 INFO O| Oct 18 17:46:48.959 INFO O| Planning: Merging actions ... Done
37072024-10-18T17:46:51.091Z[ recovery-image] Oct 18 17:46:49.122 INFO O| Oct 18 17:46:49.122 INFO O| Planning: Checking for conflicting actions ... Done
37082024-10-18T17:46:51.419Z[ recovery-image] Oct 18 17:46:49.450 INFO O| Oct 18 17:46:49.450 INFO O| Planning: Consolidating action changes ... Done
37092024-10-18T17:46:51.767Z[ recovery-image] Oct 18 17:46:49.798 INFO O| Oct 18 17:46:49.798 INFO O| Planning: Evaluating mediators ... Done
37102024-10-18T17:46:52.013Z[ host-image] Oct 18 17:46:50.043 INFO O| Oct 18 17:46:50.043 INFO O| Download: 3299/22734 items 34.1/196.6MB 17% complete (2.2M/s)
37112024-10-18T17:46:57.082Z[ host-image] Oct 18 17:46:55.111 INFO O| Oct 18 17:46:55.111 INFO O| Download: 4492/22734 items 41.8/196.6MB 21% complete (1.8M/s)
37122024-10-18T17:46:57.571Z[ recovery-image] Oct 18 17:46:55.600 INFO O| Oct 18 17:46:55.600 INFO O| Planning: Planning completed in 109.92 seconds
37132024-10-18T17:46:57.578Z[ recovery-image] Oct 18 17:46:55.607 INFO O| Oct 18 17:46:55.607 INFO O| Packages to install: 124
37142024-10-18T17:46:57.580Z[ recovery-image] Oct 18 17:46:55.607 INFO O| Oct 18 17:46:55.607 INFO O| Mediators to change: 4
37152024-10-18T17:46:57.580Z[ recovery-image] Oct 18 17:46:55.607 INFO O| Oct 18 17:46:55.607 INFO O| Services to change: 5
37162024-10-18T17:46:57.653Z[ recovery-image] Oct 18 17:46:55.682 INFO O| Oct 18 17:46:55.682 INFO O| Download: 0/15836 items 0.0/173.3MB 0% complete
37172024-10-18T17:47:02.101Z[ host-image] Oct 18 17:47:00.129 INFO O| Oct 18 17:47:00.128 INFO O| Download: 4895/22734 items 45.7/196.6MB 23% complete (1.1M/s)
37182024-10-18T17:47:04.174Z[ recovery-image] Oct 18 17:47:02.200 INFO O| Oct 18 17:47:02.200 INFO O| Download: 1008/15836 items 7.9/173.3MB 4% complete (1.8M/s)
37192024-10-18T17:47:07.122Z[ host-image] Oct 18 17:47:05.147 INFO O| Oct 18 17:47:05.147 INFO O| Download: 6040/22734 items 46.4/196.6MB 23% complete (475k/s)
37202024-10-18T17:47:09.192Z[ recovery-image] Oct 18 17:47:07.216 INFO O| Oct 18 17:47:07.216 INFO O| Download: 1287/15836 items 19.1/173.3MB 11% complete (1.6M/s)
37212024-10-18T17:47:11.657Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
37222024-10-18T17:47:12.356Z[ host-image] Oct 18 17:47:10.379 INFO O| Oct 18 17:47:10.379 INFO O| Download: 6859/22734 items 48.9/196.6MB 24% complete (383k/s)
37232024-10-18T17:47:14.618Z[ recovery-image] Oct 18 17:47:12.639 INFO O| Oct 18 17:47:12.639 INFO O| Download: 1645/15836 items 25.6/173.3MB 14% complete (1.9M/s)
37242024-10-18T17:47:17.359Z[ host-image] Oct 18 17:47:15.380 INFO O| Oct 18 17:47:15.379 INFO O| Download: 7963/22734 items 59.6/196.6MB 30% complete (1.3M/s)
37252024-10-18T17:47:19.620Z[ recovery-image] Oct 18 17:47:17.640 INFO O| Oct 18 17:47:17.640 INFO O| Download: 2338/15836 items 31.3/173.3MB 18% complete (1.1M/s)
37262024-10-18T17:47:22.367Z[ host-image] Oct 18 17:47:20.386 INFO O| Oct 18 17:47:20.386 INFO O| Download: 8347/22734 items 68.8/196.6MB 35% complete (2.0M/s)
37272024-10-18T17:47:24.674Z[ recovery-image] Oct 18 17:47:22.693 INFO O| Oct 18 17:47:22.693 INFO O| Download: 3441/15836 items 38.2/173.3MB 22% complete (1.3M/s)
37282024-10-18T17:47:27.379Z[ host-image] Oct 18 17:47:25.397 INFO O| Oct 18 17:47:25.397 INFO O| Download: 9165/22734 items 75.5/196.6MB 38% complete (1.6M/s)
37292024-10-18T17:47:30.253Z[ recovery-image] Oct 18 17:47:28.270 INFO O| Oct 18 17:47:28.270 INFO O| Download: 3755/15836 items 41.9/173.3MB 24% complete (1.1M/s)
37302024-10-18T17:47:32.394Z[ host-image] Oct 18 17:47:30.409 INFO O| Oct 18 17:47:30.409 INFO O| Download: 10159/22734 items 85.6/196.6MB 43% complete (1.7M/s)
37312024-10-18T17:47:32.416Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37322024-10-18T17:47:35.261Z[ recovery-image] Oct 18 17:47:33.275 INFO O| Oct 18 17:47:33.275 INFO O| Download: 4690/15836 items 42.9/173.3MB 24% complete (461k/s)
37332024-10-18T17:47:37.298Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
37342024-10-18T17:47:37.507Z[ host-image] Oct 18 17:47:35.520 INFO O| Oct 18 17:47:35.520 INFO O| Download: 10891/22734 items 90.3/196.6MB 45% complete (1.6M/s)
37352024-10-18T17:47:37.763Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
37362024-10-18T17:47:40.266Z[ recovery-image] Oct 18 17:47:38.279 INFO O| Oct 18 17:47:38.279 INFO O| Download: 5394/15836 items 43.3/173.3MB 25% complete (148k/s)
37372024-10-18T17:47:42.523Z[ host-image] Oct 18 17:47:40.533 INFO O| Oct 18 17:47:40.533 INFO O| Download: 11340/22734 items 96.0/196.6MB 48% complete (1.0M/s)
37382024-10-18T17:47:45.495Z[ recovery-image] Oct 18 17:47:43.505 INFO O| Oct 18 17:47:43.505 INFO O| Download: 5908/15836 items 53.0/173.3MB 30% complete (1003k/s)
37392024-10-18T17:47:47.566Z[ host-image] Oct 18 17:47:45.575 INFO O| Oct 18 17:47:45.575 INFO O| Download: 12107/22734 items 101.0/196.6MB 51% complete (1.1M/s)
37402024-10-18T17:47:50.501Z[ recovery-image] Oct 18 17:47:48.510 INFO O| Oct 18 17:47:48.510 INFO O| Download: 6453/15836 items 63.7/173.3MB 36% complete (2.0M/s)
37412024-10-18T17:47:52.572Z[ host-image] Oct 18 17:47:50.579 INFO O| Oct 18 17:47:50.579 INFO O| Download: 12637/22734 items 109.6/196.6MB 55% complete (1.4M/s)
37422024-10-18T17:47:55.505Z[ recovery-image] Oct 18 17:47:53.510 INFO O| Oct 18 17:47:53.510 INFO O| Download: 7267/15836 items 73.3/173.3MB 42% complete (2.0M/s)
37432024-10-18T17:47:57.580Z[ host-image] Oct 18 17:47:55.586 INFO O| Oct 18 17:47:55.586 INFO O| Download: 13519/22734 items 110.1/196.6MB 56% complete (935k/s)
37442024-10-18T17:48:00.986Z[ recovery-image] Oct 18 17:47:58.989 INFO O| Oct 18 17:47:58.989 INFO O| Download: 7904/15836 items 76.9/173.3MB 44% complete (1.3M/s)
37452024-10-18T17:48:02.863Z[ host-image] Oct 18 17:48:00.866 INFO O| Oct 18 17:48:00.866 INFO O| Download: 14498/22734 items 115.4/196.6MB 58% complete (501k/s)
37462024-10-18T17:48:10.134Z[ recovery-image] Oct 18 17:48:04.758 INFO O| Oct 18 17:48:04.758 INFO O| Download: 8762/15836 items 84.2/173.3MB 48% complete (1.1M/s)
37472024-10-18T17:48:10.212Z[ host-image] Oct 18 17:48:05.867 INFO O| Oct 18 17:48:05.867 INFO O| Download: 15442/22734 items 122.5/196.6MB 62% complete (1.2M/s)
37482024-10-18T17:48:11.768Z[ recovery-image] Oct 18 17:48:09.768 INFO O| Oct 18 17:48:09.768 INFO O| Download: 8996/15836 items 92.7/173.3MB 53% complete (1.5M/s)
37492024-10-18T17:48:12.871Z[ host-image] Oct 18 17:48:10.871 INFO O| Oct 18 17:48:10.871 INFO O| Download: 16062/22734 items 138.4/196.6MB 70% complete (2.3M/s)
37502024-10-18T17:48:16.770Z[ recovery-image] Oct 18 17:48:14.768 INFO O| Oct 18 17:48:14.768 INFO O| Download: 9864/15836 items 93.1/173.3MB 53% complete (920k/s)
37512024-10-18T17:48:17.895Z[ host-image] Oct 18 17:48:15.892 INFO O| Oct 18 17:48:15.892 INFO O| Download: 17248/22734 items 148.9/196.6MB 75% complete (2.8M/s)
37522024-10-18T17:48:21.789Z[ recovery-image] Oct 18 17:48:19.785 INFO O| Oct 18 17:48:19.785 INFO O| Download: 10452/15836 items 93.4/173.3MB 53% complete (75.5k/s)
37532024-10-18T17:48:22.897Z[ host-image] Oct 18 17:48:20.893 INFO O| Oct 18 17:48:20.893 INFO O| Download: 18097/22734 items 159.5/196.6MB 81% complete (2.2M/s)
37542024-10-18T17:48:26.883Z[ recovery-image] Oct 18 17:48:24.878 INFO O| Oct 18 17:48:24.877 INFO O| Download: 10914/15836 items 93.9/173.3MB 54% complete (76.7k/s)
37552024-10-18T17:48:27.900Z[ host-image] Oct 18 17:48:25.893 INFO O| Oct 18 17:48:25.893 INFO O| Download: 18950/22734 items 162.8/196.6MB 82% complete (1.4M/s)
37562024-10-18T17:48:31.895Z[ recovery-image] Oct 18 17:48:29.887 INFO O| Oct 18 17:48:29.887 INFO O| Download: 11409/15836 items 107.1/173.3MB 61% complete (1.4M/s)
37572024-10-18T17:48:32.993Z[ host-image] Oct 18 17:48:30.985 INFO O| Oct 18 17:48:30.985 INFO O| Download: 19971/22734 items 167.4/196.6MB 85% complete (814k/s)
37582024-10-18T17:48:36.897Z[ recovery-image] Oct 18 17:48:34.888 INFO O| Oct 18 17:48:34.887 INFO O| Download: 11948/15836 items 134.3/173.3MB 77% complete (3.9M/s)
37592024-10-18T17:48:38.231Z[ host-image] Oct 18 17:48:36.221 INFO O| Oct 18 17:48:36.221 INFO O| Download: 20600/22734 items 169.5/196.6MB 86% complete (754k/s)
37602024-10-18T17:48:41.900Z[ recovery-image] Oct 18 17:48:39.890 INFO O| Oct 18 17:48:39.889 INFO O| Download: 13076/15836 items 141.2/173.3MB 81% complete (3.5M/s)
37612024-10-18T17:48:43.248Z[ host-image] Oct 18 17:48:41.237 INFO O| Oct 18 17:48:41.237 INFO O| Download: 20938/22734 items 175.9/196.6MB 89% complete (869k/s)
37622024-10-18T17:48:46.987Z[ recovery-image] Oct 18 17:48:44.974 INFO O| Oct 18 17:48:44.974 INFO O| Download: 14038/15836 items 145.5/173.3MB 83% complete (1.4M/s)
37632024-10-18T17:48:48.273Z[ host-image] Oct 18 17:48:46.259 INFO O| Oct 18 17:48:46.259 INFO O| Download: 21345/22734 items 177.4/196.6MB 90% complete (819k/s)
37642024-10-18T17:48:52.166Z[ recovery-image] Oct 18 17:48:50.151 INFO O| Oct 18 17:48:50.151 INFO O| Download: 14675/15836 items 148.1/173.3MB 85% complete (688k/s)
37652024-10-18T17:48:53.629Z[ host-image] Oct 18 17:48:51.613 INFO O| Oct 18 17:48:51.613 INFO O| Download: 21874/22734 items 188.4/196.6MB 95% complete (1.2M/s)
37662024-10-18T17:48:57.188Z[ recovery-image] Oct 18 17:48:55.171 INFO O| Oct 18 17:48:55.171 INFO O| Download: 15262/15836 items 158.1/173.3MB 91% complete (1.2M/s)
37672024-10-18T17:48:58.632Z[ host-image] Oct 18 17:48:56.614 INFO O| Oct 18 17:48:56.614 INFO O| Download: 22258/22734 items 196.0/196.6MB 99% complete (1.8M/s)
37682024-10-18T17:49:00.962Z[ host-image] Oct 18 17:48:58.939 INFO O| Oct 18 17:48:58.938 INFO O| Download: Completed 196.56 MB in 149.13 seconds (1.3M/s)
37692024-10-18T17:49:02.361Z[ host-image] Oct 18 17:49:00.343 INFO O| Oct 18 17:49:00.342 INFO O| Actions: 1/49270 actions (Installing new actions)
37702024-10-18T17:49:02.614Z[ recovery-image] Oct 18 17:49:00.595 INFO O| Oct 18 17:49:00.595 INFO O| Download: 15539/15836 items 166.1/173.3MB 95% complete (1.9M/s)
37712024-10-18T17:49:06.269Z[ recovery-image] Oct 18 17:49:04.248 INFO O| Oct 18 17:49:04.248 INFO O| Download: Completed 173.32 MB in 128.57 seconds (1.3M/s)
37722024-10-18T17:49:07.336Z[ recovery-image] Oct 18 17:49:05.315 INFO O| Oct 18 17:49:05.315 INFO O| Actions: 1/24971 actions (Installing new actions)
37732024-10-18T17:49:07.363Z[ host-image] Oct 18 17:49:05.343 INFO O| Oct 18 17:49:05.343 INFO O| Actions: 9411/49270 actions (Installing new actions)
37742024-10-18T17:49:12.366Z[ host-image] Oct 18 17:49:10.344 INFO O| Oct 18 17:49:10.344 INFO O| Actions: 15397/49270 actions (Installing new actions)
37752024-10-18T17:49:12.379Z[ recovery-image] Oct 18 17:49:10.356 INFO O| Oct 18 17:49:10.356 INFO O| Actions: 8120/24971 actions (Installing new actions)
37762024-10-18T17:49:17.368Z[ host-image] Oct 18 17:49:15.344 INFO O| Oct 18 17:49:15.344 INFO O| Actions: 21700/49270 actions (Installing new actions)
37772024-10-18T17:49:17.399Z[ recovery-image] Oct 18 17:49:15.375 INFO O| Oct 18 17:49:15.375 INFO O| Actions: 14448/24971 actions (Installing new actions)
37782024-10-18T17:49:22.370Z[ host-image] Oct 18 17:49:20.344 INFO O| Oct 18 17:49:20.344 INFO O| Actions: 43845/49270 actions (Installing new actions)
37792024-10-18T17:49:22.401Z[ recovery-image] Oct 18 17:49:20.375 INFO O| Oct 18 17:49:20.375 INFO O| Actions: 21861/24971 actions (Installing new actions)
37802024-10-18T17:49:27.375Z[ host-image] Oct 18 17:49:25.347 INFO O| Oct 18 17:49:25.347 INFO O| Actions: 48813/49270 actions (Installing new actions)
37812024-10-18T17:49:27.455Z[ recovery-image] Oct 18 17:49:25.427 INFO O| Oct 18 17:49:25.427 INFO O| Actions: 24508/24971 actions (Installing new actions)
37822024-10-18T17:49:29.839Z[ host-image] Oct 18 17:49:27.810 INFO O| Oct 18 17:49:27.810 INFO O| Actions: Completed 49270 actions in 27.46 seconds.
37832024-10-18T17:49:29.953Z[ recovery-image] Oct 18 17:49:27.923 INFO O| Oct 18 17:49:27.923 INFO O| Actions: Completed 24971 actions in 22.61 seconds.
37842024-10-18T17:49:30.549Z[ host-image] Oct 18 17:49:28.420 INFO O| Oct 18 17:49:28.420 INFO O| Done
37852024-10-18T17:49:30.549Z[ host-image] Oct 18 17:49:28.420 INFO O| Oct 18 17:49:28.420 INFO O| Done
37862024-10-18T17:49:30.552Z[ recovery-image] Oct 18 17:49:28.515 INFO O| Oct 18 17:49:28.514 INFO O| Done
37872024-10-18T17:49:30.552Z[ recovery-image] Oct 18 17:49:28.515 INFO O| Oct 18 17:49:28.515 INFO O| Done
37882024-10-18T17:49:31.915Z[ host-image] Oct 18 17:49:29.885 INFO O| Oct 18 17:49:29.885 INFO O| Done
37892024-10-18T17:49:32.004Z[ recovery-image] Oct 18 17:49:29.974 INFO O| Oct 18 17:49:29.974 INFO O| Done
37902024-10-18T17:49:33.867Z[ recovery-image] Oct 18 17:49:31.836 INFO O| Oct 18 17:49:31.836 INFO O| Done
37912024-10-18T17:49:33.901Z[ recovery-image] Oct 18 17:49:31.870 INFO O| Oct 18 17:49:31.870 INFO O| Done
37922024-10-18T17:49:34.448Z[ host-image] Oct 18 17:49:32.417 INFO O| Oct 18 17:49:32.417 INFO O| Done
37932024-10-18T17:49:34.481Z[ host-image] Oct 18 17:49:32.450 INFO O| Oct 18 17:49:32.450 INFO O| Done
37942024-10-18T17:49:38.759Z[ recovery-image] Oct 18 17:49:36.726 INFO O| Oct 18 17:49:36.726 INFO O| Done
37952024-10-18T17:49:39.434Z[ recovery-image] Oct 18 17:49:37.402 INFO O| Oct 18 17:49:37.401 INFO O| Done
37962024-10-18T17:49:39.816Z[ recovery-image] Oct 18 17:49:37.783 INFO O| Oct 18 17:49:37.783 INFO STEP 11 (pkg_install) COMPLETE
37972024-10-18T17:49:39.816Z[ recovery-image] Oct 18 17:49:37.784 INFO O| Oct 18 17:49:37.783 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37982024-10-18T17:49:39.819Z[ recovery-image] Oct 18 17:49:37.784 INFO O| Oct 18 17:49:37.783 INFO skip step because feature "recovery" is enabled
37992024-10-18T17:49:39.819Z[ recovery-image] Oct 18 17:49:37.784 INFO O| Oct 18 17:49:37.784 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38002024-10-18T17:49:39.819Z[ recovery-image] Oct 18 17:49:37.784 INFO O| Oct 18 17:49:37.784 INFO skip step because feature "omicron1" is not enabled
38012024-10-18T17:49:39.819Z[ recovery-image] Oct 18 17:49:37.784 INFO O| Oct 18 17:49:37.784 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38022024-10-18T17:49:39.835Z[ recovery-image] Oct 18 17:49:37.802 INFO O| Oct 18 17:49:37.802 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
38032024-10-18T17:49:40.710Z[ recovery-image] Oct 18 17:49:38.677 INFO O| Oct 18 17:49:38.677 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38042024-10-18T17:49:41.195Z[ host-image] Oct 18 17:49:39.161 INFO O| Oct 18 17:49:39.161 INFO O| Done
38052024-10-18T17:49:42.253Z[ host-image] Oct 18 17:49:40.219 INFO O| Oct 18 17:49:40.219 INFO O| Done
38062024-10-18T17:49:42.640Z[ host-image] Oct 18 17:49:40.606 INFO O| Oct 18 17:49:40.606 INFO STEP 11 (pkg_install) COMPLETE
38072024-10-18T17:49:42.640Z[ host-image] Oct 18 17:49:40.606 INFO O| Oct 18 17:49:40.606 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38082024-10-18T17:49:42.657Z[ host-image] Oct 18 17:49:40.623 INFO O| Oct 18 17:49:40.623 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
38092024-10-18T17:49:43.642Z[ recovery-image] Oct 18 17:49:41.608 INFO O| Oct 18 17:49:41.608 INFO O| Planning: Solver setup ... Done
38102024-10-18T17:49:43.648Z[ recovery-image] Oct 18 17:49:41.614 INFO O| Oct 18 17:49:41.614 INFO O| Planning: Running solver ... Done
38112024-10-18T17:49:43.666Z[ host-image] Oct 18 17:49:41.631 INFO O| Oct 18 17:49:41.631 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38122024-10-18T17:49:43.728Z[ recovery-image] Oct 18 17:49:41.693 INFO O| Oct 18 17:49:41.693 INFO O| Planning: Finding local manifests ... Done
38132024-10-18T17:49:43.730Z[ recovery-image] Oct 18 17:49:41.694 INFO O| Oct 18 17:49:41.694 INFO O| Planning: Fetching manifests: 0/1 0% complete
38142024-10-18T17:49:43.855Z[ recovery-image] Oct 18 17:49:41.820 INFO O| Oct 18 17:49:41.820 INFO O| Planning: Fetching manifests: 1/1 100% complete
38152024-10-18T17:49:43.926Z[ recovery-image] Oct 18 17:49:41.891 INFO O| Oct 18 17:49:41.891 INFO O| Planning: Package planning ... Done
38162024-10-18T17:49:43.929Z[ recovery-image] Oct 18 17:49:41.894 INFO O| Oct 18 17:49:41.894 INFO O| Planning: Merging actions ... Done
38172024-10-18T17:49:43.983Z[ recovery-image] Oct 18 17:49:41.949 INFO O| Oct 18 17:49:41.949 INFO O| Planning: Checking for conflicting actions ... Done
38182024-10-18T17:49:43.986Z[ recovery-image] Oct 18 17:49:41.950 INFO O| Oct 18 17:49:41.949 INFO O| Planning: Consolidating action changes ... Done
38192024-10-18T17:49:44.278Z[ recovery-image] Oct 18 17:49:42.243 INFO O| Oct 18 17:49:42.243 INFO O| Planning: Evaluating mediators ... Done
38202024-10-18T17:49:44.281Z[ recovery-image] Oct 18 17:49:42.244 INFO O| Oct 18 17:49:42.244 INFO O| Planning: Planning completed in 3.57 seconds
38212024-10-18T17:49:44.284Z[ recovery-image] Oct 18 17:49:42.246 INFO O| Oct 18 17:49:42.246 INFO O| Packages to install: 1
38222024-10-18T17:49:44.300Z[ recovery-image] Oct 18 17:49:42.265 INFO O| Oct 18 17:49:42.265 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
38232024-10-18T17:49:46.387Z[ recovery-image] Oct 18 17:49:44.351 INFO O| Oct 18 17:49:44.351 INFO O| Download: Completed 20.80 MB in 2.09 seconds (10.0M/s)
38242024-10-18T17:49:46.517Z[ recovery-image] Oct 18 17:49:44.481 INFO O| Oct 18 17:49:44.481 INFO O| Actions: 1/22 actions (Installing new actions)
38252024-10-18T17:49:47.457Z[ recovery-image] Oct 18 17:49:45.421 INFO O| Oct 18 17:49:45.421 INFO O| Actions: Completed 22 actions in 0.94 seconds.
38262024-10-18T17:49:48.003Z[ host-image] Oct 18 17:49:45.967 INFO O| Oct 18 17:49:45.966 INFO O| Planning: Solver setup ... Done
38272024-10-18T17:49:48.009Z[ host-image] Oct 18 17:49:45.973 INFO O| Oct 18 17:49:45.973 INFO O| Planning: Running solver ... Done
38282024-10-18T17:49:48.022Z[ recovery-image] Oct 18 17:49:45.986 INFO O| Oct 18 17:49:45.986 INFO O| Done
38292024-10-18T17:49:48.022Z[ recovery-image] Oct 18 17:49:45.986 INFO O| Oct 18 17:49:45.986 INFO O| Done
38302024-10-18T17:49:48.092Z[ host-image] Oct 18 17:49:46.056 INFO O| Oct 18 17:49:46.056 INFO O| Planning: Finding local manifests ... Done
38312024-10-18T17:49:48.095Z[ host-image] Oct 18 17:49:46.058 INFO O| Oct 18 17:49:46.058 INFO O| Planning: Fetching manifests: 0/4 0% complete
38322024-10-18T17:49:48.684Z[ host-image] Oct 18 17:49:46.648 INFO O| Oct 18 17:49:46.648 INFO O| Planning: Fetching manifests: 4/4 100% complete
38332024-10-18T17:49:48.720Z[ host-image] Oct 18 17:49:46.683 INFO O| Oct 18 17:49:46.683 INFO O| Planning: Package planning ... Done
38342024-10-18T17:49:48.725Z[ host-image] Oct 18 17:49:46.689 INFO O| Oct 18 17:49:46.689 INFO O| Planning: Merging actions ... Done
38352024-10-18T17:49:48.904Z[ host-image] Oct 18 17:49:46.868 INFO O| Oct 18 17:49:46.868 INFO O| Planning: Checking for conflicting actions ... Done
38362024-10-18T17:49:48.907Z[ host-image] Oct 18 17:49:46.870 INFO O| Oct 18 17:49:46.870 INFO O| Planning: Consolidating action changes ... Done
38372024-10-18T17:49:49.061Z[ recovery-image] Oct 18 17:49:47.025 INFO O| Oct 18 17:49:47.025 INFO O| Done
38382024-10-18T17:49:49.341Z[ host-image] Oct 18 17:49:47.304 INFO O| Oct 18 17:49:47.304 INFO O| Planning: Evaluating mediators ... Done
38392024-10-18T17:49:49.344Z[ host-image] Oct 18 17:49:47.306 INFO O| Oct 18 17:49:47.306 INFO O| Planning: Planning completed in 5.67 seconds
38402024-10-18T17:49:49.346Z[ host-image] Oct 18 17:49:47.308 INFO O| Oct 18 17:49:47.308 INFO O| Packages to install: 4
38412024-10-18T17:49:49.346Z[ host-image] Oct 18 17:49:47.308 INFO O| Oct 18 17:49:47.308 INFO O| Services to change: 2
38422024-10-18T17:49:49.374Z[ host-image] Oct 18 17:49:47.337 INFO O| Oct 18 17:49:47.337 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
38432024-10-18T17:49:50.776Z[ recovery-image] Oct 18 17:49:48.739 INFO O| Oct 18 17:49:48.739 INFO O| Done
38442024-10-18T17:49:50.796Z[ recovery-image] Oct 18 17:49:48.759 INFO O| Oct 18 17:49:48.759 INFO O| Done
38452024-10-18T17:49:50.796Z[ recovery-image] Oct 18 17:49:48.759 INFO O| Oct 18 17:49:48.759 INFO O| Done
38462024-10-18T17:49:50.814Z[ recovery-image] Oct 18 17:49:48.777 INFO O| Oct 18 17:49:48.777 INFO O| Done
38472024-10-18T17:49:50.953Z[ recovery-image] Oct 18 17:49:48.915 INFO O| Oct 18 17:49:48.915 INFO STEP 14 (pkg_install) COMPLETE
38482024-10-18T17:49:50.953Z[ recovery-image] Oct 18 17:49:48.916 INFO O| Oct 18 17:49:48.915 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38492024-10-18T17:49:50.955Z[ recovery-image] Oct 18 17:49:48.916 INFO O| Oct 18 17:49:48.915 INFO skip step because feature "mfg" is not enabled
38502024-10-18T17:49:50.955Z[ recovery-image] Oct 18 17:49:48.916 INFO O| Oct 18 17:49:48.915 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38512024-10-18T17:49:50.955Z[ recovery-image] Oct 18 17:49:48.916 INFO O| Oct 18 17:49:48.915 INFO skip step because feature "compliance" is not enabled
38522024-10-18T17:49:50.955Z[ recovery-image] Oct 18 17:49:48.916 INFO O| Oct 18 17:49:48.915 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38532024-10-18T17:49:50.955Z[ recovery-image] Oct 18 17:49:48.916 INFO O| Oct 18 17:49:48.915 INFO skip step because feature "stress" is not enabled
38542024-10-18T17:49:50.955Z[ recovery-image] Oct 18 17:49:48.916 INFO O| Oct 18 17:49:48.915 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38552024-10-18T17:49:50.955Z[ recovery-image] Oct 18 17:49:48.916 INFO O| Oct 18 17:49:48.916 INFO skip step because feature "nfs" is not enabled
38562024-10-18T17:49:50.955Z[ recovery-image] Oct 18 17:49:48.916 INFO O| Oct 18 17:49:48.916 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
38572024-10-18T17:49:50.955Z[ recovery-image] Oct 18 17:49:48.916 INFO O| Oct 18 17:49:48.916 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
38582024-10-18T17:49:51.011Z[ recovery-image] Oct 18 17:49:48.973 INFO O| Oct 18 17:49:48.973 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
38592024-10-18T17:49:51.171Z[ recovery-image] Oct 18 17:49:49.134 INFO O| Oct 18 17:49:49.134 INFO completed processing gimlet/ramdisk-01-os
38602024-10-18T17:49:51.174Z[ recovery-image] Oct 18 17:49:49.137 INFO image builder template: ramdisk-02-trim...
38612024-10-18T17:49:51.177Z[ recovery-image] Oct 18 17:49:49.137 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/.tmpSzk1LQ/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.33.293", "-n", "ramdisk-02-trim"], pwd: None
38622024-10-18T17:49:51.213Z[ recovery-image] Oct 18 17:49:49.176 INFO O| Oct 18 17:49:49.176 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38632024-10-18T17:49:51.220Z[ recovery-image] Oct 18 17:49:49.183 INFO O| Oct 18 17:49:49.183 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38642024-10-18T17:49:51.315Z[ recovery-image] Oct 18 17:49:49.277 INFO O| Oct 18 17:49:49.277 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
38652024-10-18T17:49:51.416Z[ recovery-image] Oct 18 17:49:49.379 INFO O| Oct 18 17:49:49.379 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38662024-10-18T17:49:51.416Z[ recovery-image] Oct 18 17:49:49.379 INFO O| Oct 18 17:49:49.379 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
38672024-10-18T17:49:51.426Z[ recovery-image] Oct 18 17:49:49.389 INFO O| Oct 18 17:49:49.389 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
38682024-10-18T17:49:51.434Z[ recovery-image] Oct 18 17:49:49.397 INFO O| Oct 18 17:49:49.397 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
38692024-10-18T17:49:51.459Z[ recovery-image] Oct 18 17:49:49.422 INFO O| Oct 18 17:49:49.422 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
38702024-10-18T17:49:51.669Z[ recovery-image] Oct 18 17:49:49.631 INFO O| Oct 18 17:49:49.631 INFO rolled back to input snapshot; work may begin
38712024-10-18T17:49:51.669Z[ recovery-image] Oct 18 17:49:49.632 INFO O| Oct 18 17:49:49.631 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
38722024-10-18T17:49:51.677Z[ recovery-image] Oct 18 17:49:49.639 INFO O| Oct 18 17:49:49.639 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38732024-10-18T17:49:51.694Z[ recovery-image] Oct 18 17:49:49.656 INFO O| Oct 18 17:49:49.656 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
38742024-10-18T17:49:51.824Z[ recovery-image] Oct 18 17:49:49.786 INFO O| Oct 18 17:49:49.786 INFO STEP 0 (remove_files) COMPLETE
38752024-10-18T17:49:51.824Z[ recovery-image] Oct 18 17:49:49.786 INFO O| Oct 18 17:49:49.786 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38762024-10-18T17:49:51.843Z[ recovery-image] Oct 18 17:49:49.805 INFO O| Oct 18 17:49:49.805 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
38772024-10-18T17:49:51.846Z[ recovery-image] Oct 18 17:49:49.808 INFO O| Oct 18 17:49:49.808 INFO STEP 1 (remove_files) COMPLETE
38782024-10-18T17:49:51.846Z[ recovery-image] Oct 18 17:49:49.808 INFO O| Oct 18 17:49:49.808 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38792024-10-18T17:49:51.865Z[ recovery-image] Oct 18 17:49:49.827 INFO O| Oct 18 17:49:49.827 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
38802024-10-18T17:49:51.885Z[ recovery-image] Oct 18 17:49:49.847 INFO O| Oct 18 17:49:49.847 INFO STEP 2 (remove_files) COMPLETE
38812024-10-18T17:49:51.885Z[ recovery-image] Oct 18 17:49:49.847 INFO O| Oct 18 17:49:49.847 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38822024-10-18T17:49:51.905Z[ recovery-image] Oct 18 17:49:49.867 INFO O| Oct 18 17:49:49.867 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
38832024-10-18T17:49:51.907Z[ recovery-image] Oct 18 17:49:49.870 INFO O| Oct 18 17:49:49.870 INFO STEP 3 (remove_files) COMPLETE
38842024-10-18T17:49:51.907Z[ recovery-image] Oct 18 17:49:49.870 INFO O| Oct 18 17:49:49.870 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38852024-10-18T17:49:51.926Z[ recovery-image] Oct 18 17:49:49.889 INFO O| Oct 18 17:49:49.889 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
38862024-10-18T17:49:51.933Z[ recovery-image] Oct 18 17:49:49.895 INFO O| Oct 18 17:49:49.895 INFO STEP 4 (remove_files) COMPLETE
38872024-10-18T17:49:51.933Z[ recovery-image] Oct 18 17:49:49.896 INFO O| Oct 18 17:49:49.895 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38882024-10-18T17:49:51.964Z[ recovery-image] Oct 18 17:49:49.927 INFO O| Oct 18 17:49:49.927 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
38892024-10-18T17:49:51.964Z[ recovery-image] Oct 18 17:49:49.927 INFO O| Oct 18 17:49:49.927 INFO STEP 5 (remove_files) COMPLETE
38902024-10-18T17:49:51.964Z[ recovery-image] Oct 18 17:49:49.927 INFO O| Oct 18 17:49:49.927 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38912024-10-18T17:49:52.005Z[ recovery-image] Oct 18 17:49:49.967 INFO O| Oct 18 17:49:49.967 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
38922024-10-18T17:49:52.022Z[ recovery-image] Oct 18 17:49:49.985 INFO O| Oct 18 17:49:49.985 INFO STEP 6 (remove_files) COMPLETE
38932024-10-18T17:49:52.022Z[ recovery-image] Oct 18 17:49:49.985 INFO O| Oct 18 17:49:49.985 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38942024-10-18T17:49:52.025Z[ recovery-image] Oct 18 17:49:49.985 INFO O| Oct 18 17:49:49.985 INFO skip step because feature "recovery" is enabled
38952024-10-18T17:49:52.025Z[ recovery-image] Oct 18 17:49:49.985 INFO O| Oct 18 17:49:49.985 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38962024-10-18T17:49:52.025Z[ recovery-image] Oct 18 17:49:49.985 INFO O| Oct 18 17:49:49.985 INFO skip step because feature "recovery" is enabled
38972024-10-18T17:49:52.025Z[ recovery-image] Oct 18 17:49:49.985 INFO O| Oct 18 17:49:49.985 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38982024-10-18T17:49:52.025Z[ recovery-image] Oct 18 17:49:49.985 INFO O| Oct 18 17:49:49.985 INFO skip step because feature "recovery" is enabled
38992024-10-18T17:49:52.025Z[ recovery-image] Oct 18 17:49:49.985 INFO O| Oct 18 17:49:49.985 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39002024-10-18T17:49:52.059Z[ recovery-image] Oct 18 17:49:50.021 INFO O| Oct 18 17:49:50.021 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
39012024-10-18T17:49:52.065Z[ recovery-image] Oct 18 17:49:50.027 INFO O| Oct 18 17:49:50.027 INFO STEP 10 (remove_files) COMPLETE
39022024-10-18T17:49:52.065Z[ recovery-image] Oct 18 17:49:50.027 INFO O| Oct 18 17:49:50.027 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39032024-10-18T17:49:52.084Z[ recovery-image] Oct 18 17:49:50.047 INFO O| Oct 18 17:49:50.047 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
39042024-10-18T17:49:52.087Z[ recovery-image] Oct 18 17:49:50.048 INFO O| Oct 18 17:49:50.048 INFO STEP 11 (remove_files) COMPLETE
39052024-10-18T17:49:52.087Z[ recovery-image] Oct 18 17:49:50.048 INFO O| Oct 18 17:49:50.048 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39062024-10-18T17:49:52.106Z[ recovery-image] Oct 18 17:49:50.069 INFO O| Oct 18 17:49:50.069 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
39072024-10-18T17:49:52.109Z[ recovery-image] Oct 18 17:49:50.071 INFO O| Oct 18 17:49:50.071 INFO STEP 12 (remove_files) COMPLETE
39082024-10-18T17:49:52.109Z[ recovery-image] Oct 18 17:49:50.071 INFO O| Oct 18 17:49:50.071 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39092024-10-18T17:49:52.146Z[ recovery-image] Oct 18 17:49:50.109 INFO O| Oct 18 17:49:50.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
39102024-10-18T17:49:52.303Z[ host-image] Oct 18 17:49:50.265 INFO O| Oct 18 17:49:50.265 INFO O| Download: Completed 1.39 MB in 2.93 seconds (485k/s)
39112024-10-18T17:49:52.347Z[ host-image] Oct 18 17:49:50.309 INFO O| Oct 18 17:49:50.309 INFO O| Actions: 1/238 actions (Installing new actions)
39122024-10-18T17:49:52.562Z[ recovery-image] Oct 18 17:49:50.524 INFO O| Oct 18 17:49:50.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
39132024-10-18T17:49:52.571Z[ recovery-image] Oct 18 17:49:50.533 INFO O| Oct 18 17:49:50.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
39142024-10-18T17:49:52.576Z[ recovery-image] Oct 18 17:49:50.539 INFO O| Oct 18 17:49:50.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
39152024-10-18T17:49:52.631Z[ recovery-image] Oct 18 17:49:50.593 INFO O| Oct 18 17:49:50.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
39162024-10-18T17:49:52.642Z[ recovery-image] Oct 18 17:49:50.605 INFO O| Oct 18 17:49:50.605 INFO STEP 13 (remove_files) COMPLETE
39172024-10-18T17:49:52.642Z[ recovery-image] Oct 18 17:49:50.605 INFO O| Oct 18 17:49:50.605 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39182024-10-18T17:49:52.652Z[ host-image] Oct 18 17:49:50.614 INFO O| Oct 18 17:49:50.614 INFO O| Actions: Completed 238 actions in 0.30 seconds.
39192024-10-18T17:49:52.698Z[ recovery-image] Oct 18 17:49:50.660 INFO O| Oct 18 17:49:50.660 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
39202024-10-18T17:49:52.700Z[ recovery-image] Oct 18 17:49:50.662 INFO O| Oct 18 17:49:50.662 INFO STEP 14 (remove_files) COMPLETE
39212024-10-18T17:49:52.700Z[ recovery-image] Oct 18 17:49:50.662 INFO O| Oct 18 17:49:50.662 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39222024-10-18T17:49:52.718Z[ recovery-image] Oct 18 17:49:50.680 INFO O| Oct 18 17:49:50.680 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
39232024-10-18T17:49:52.727Z[ recovery-image] Oct 18 17:49:50.689 INFO O| Oct 18 17:49:50.689 INFO STEP 15 (remove_files) COMPLETE
39242024-10-18T17:49:52.727Z[ recovery-image] Oct 18 17:49:50.689 INFO O| Oct 18 17:49:50.689 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39252024-10-18T17:49:52.745Z[ recovery-image] Oct 18 17:49:50.707 INFO O| Oct 18 17:49:50.707 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
39262024-10-18T17:49:52.748Z[ recovery-image] Oct 18 17:49:50.708 INFO O| Oct 18 17:49:50.708 INFO STEP 16 (remove_files) COMPLETE
39272024-10-18T17:49:52.748Z[ recovery-image] Oct 18 17:49:50.708 INFO O| Oct 18 17:49:50.708 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39282024-10-18T17:49:52.763Z[ recovery-image] Oct 18 17:49:50.725 INFO O| Oct 18 17:49:50.725 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
39292024-10-18T17:49:52.765Z[ recovery-image] Oct 18 17:49:50.727 INFO O| Oct 18 17:49:50.727 INFO STEP 17 (remove_files) COMPLETE
39302024-10-18T17:49:52.765Z[ recovery-image] Oct 18 17:49:50.727 INFO O| Oct 18 17:49:50.727 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39312024-10-18T17:49:52.781Z[ recovery-image] Oct 18 17:49:50.743 INFO O| Oct 18 17:49:50.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
39322024-10-18T17:49:52.781Z[ recovery-image] Oct 18 17:49:50.743 INFO O| Oct 18 17:49:50.743 INFO STEP 18 (remove_files) COMPLETE
39332024-10-18T17:49:52.783Z[ recovery-image] Oct 18 17:49:50.743 INFO O| Oct 18 17:49:50.743 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39342024-10-18T17:49:52.797Z[ recovery-image] Oct 18 17:49:50.759 INFO O| Oct 18 17:49:50.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
39352024-10-18T17:49:52.797Z[ recovery-image] Oct 18 17:49:50.759 INFO O| Oct 18 17:49:50.759 INFO STEP 19 (remove_files) COMPLETE
39362024-10-18T17:49:52.797Z[ recovery-image] Oct 18 17:49:50.759 INFO O| Oct 18 17:49:50.759 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39372024-10-18T17:49:52.813Z[ recovery-image] Oct 18 17:49:50.775 INFO O| Oct 18 17:49:50.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
39382024-10-18T17:49:52.816Z[ recovery-image] Oct 18 17:49:50.776 INFO O| Oct 18 17:49:50.775 INFO STEP 20 (remove_files) COMPLETE
39392024-10-18T17:49:52.816Z[ recovery-image] Oct 18 17:49:50.776 INFO O| Oct 18 17:49:50.776 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39402024-10-18T17:49:52.830Z[ recovery-image] Oct 18 17:49:50.792 INFO O| Oct 18 17:49:50.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
39412024-10-18T17:49:53.835Z[ recovery-image] Oct 18 17:49:50.792 INFO O| Oct 18 17:49:50.792 INFO STEP 21 (remove_files) COMPLETE
39422024-10-18T17:49:53.835Z[ recovery-image] Oct 18 17:49:50.792 INFO O| Oct 18 17:49:50.792 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39432024-10-18T17:49:53.840Z[ recovery-image] Oct 18 17:49:50.808 INFO O| Oct 18 17:49:50.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
39442024-10-18T17:49:53.840Z[ recovery-image] Oct 18 17:49:50.808 INFO O| Oct 18 17:49:50.808 INFO STEP 22 (remove_files) COMPLETE
39452024-10-18T17:49:53.840Z[ recovery-image] Oct 18 17:49:50.808 INFO O| Oct 18 17:49:50.808 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39462024-10-18T17:49:53.840Z[ recovery-image] Oct 18 17:49:50.844 INFO O| Oct 18 17:49:50.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
39472024-10-18T17:49:53.840Z[ recovery-image] Oct 18 17:49:50.844 INFO O| Oct 18 17:49:50.844 INFO STEP 23 (remove_files) COMPLETE
39482024-10-18T17:49:53.840Z[ recovery-image] Oct 18 17:49:50.844 INFO O| Oct 18 17:49:50.844 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39492024-10-18T17:49:53.840Z[ recovery-image] Oct 18 17:49:50.905 INFO O| Oct 18 17:49:50.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
39502024-10-18T17:49:53.840Z[ recovery-image] Oct 18 17:49:50.905 INFO O| Oct 18 17:49:50.905 INFO STEP 24 (remove_files) COMPLETE
39512024-10-18T17:49:53.840Z[ recovery-image] Oct 18 17:49:50.905 INFO O| Oct 18 17:49:50.905 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39522024-10-18T17:49:53.840Z[ recovery-image] Oct 18 17:49:50.940 INFO O| Oct 18 17:49:50.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
39532024-10-18T17:49:53.840Z[ recovery-image] Oct 18 17:49:50.940 INFO O| Oct 18 17:49:50.940 INFO STEP 25 (remove_files) COMPLETE
39542024-10-18T17:49:53.840Z[ recovery-image] Oct 18 17:49:50.940 INFO O| Oct 18 17:49:50.940 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39552024-10-18T17:49:53.841Z[ recovery-image] Oct 18 17:49:50.982 INFO O| Oct 18 17:49:50.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
39562024-10-18T17:49:53.841Z[ recovery-image] Oct 18 17:49:50.982 INFO O| Oct 18 17:49:50.982 INFO STEP 26 (remove_files) COMPLETE
39572024-10-18T17:49:53.841Z[ recovery-image] Oct 18 17:49:50.982 INFO O| Oct 18 17:49:50.982 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39582024-10-18T17:49:53.841Z[ recovery-image] Oct 18 17:49:50.998 INFO O| Oct 18 17:49:50.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
39592024-10-18T17:49:53.841Z[ recovery-image] Oct 18 17:49:50.998 INFO O| Oct 18 17:49:50.998 INFO STEP 27 (remove_files) COMPLETE
39602024-10-18T17:49:53.841Z[ recovery-image] Oct 18 17:49:50.998 INFO O| Oct 18 17:49:50.998 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39612024-10-18T17:49:53.841Z[ recovery-image] Oct 18 17:49:51.014 INFO O| Oct 18 17:49:51.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
39622024-10-18T17:49:53.841Z[ recovery-image] Oct 18 17:49:51.014 INFO O| Oct 18 17:49:51.014 INFO STEP 28 (remove_files) COMPLETE
39632024-10-18T17:49:53.841Z[ recovery-image] Oct 18 17:49:51.014 INFO O| Oct 18 17:49:51.014 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39642024-10-18T17:49:53.841Z[ recovery-image] Oct 18 17:49:51.030 INFO O| Oct 18 17:49:51.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
39652024-10-18T17:49:53.841Z[ recovery-image] Oct 18 17:49:51.030 INFO O| Oct 18 17:49:51.030 INFO STEP 29 (remove_files) COMPLETE
39662024-10-18T17:49:53.841Z[ recovery-image] Oct 18 17:49:51.030 INFO O| Oct 18 17:49:51.030 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39672024-10-18T17:49:53.841Z[ recovery-image] Oct 18 17:49:51.046 INFO O| Oct 18 17:49:51.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
39682024-10-18T17:49:53.841Z[ recovery-image] Oct 18 17:49:51.046 INFO O| Oct 18 17:49:51.046 INFO STEP 30 (remove_files) COMPLETE
39692024-10-18T17:49:53.841Z[ recovery-image] Oct 18 17:49:51.046 INFO O| Oct 18 17:49:51.046 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39702024-10-18T17:49:53.841Z[ recovery-image] Oct 18 17:49:51.065 INFO O| Oct 18 17:49:51.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
39712024-10-18T17:49:53.841Z[ recovery-image] Oct 18 17:49:51.065 INFO O| Oct 18 17:49:51.065 INFO STEP 31 (remove_files) COMPLETE
39722024-10-18T17:49:53.841Z[ recovery-image] Oct 18 17:49:51.065 INFO O| Oct 18 17:49:51.065 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39732024-10-18T17:49:53.841Z[ recovery-image] Oct 18 17:49:51.096 INFO O| Oct 18 17:49:51.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
39742024-10-18T17:49:53.841Z[ recovery-image] Oct 18 17:49:51.096 INFO O| Oct 18 17:49:51.096 INFO STEP 32 (remove_files) COMPLETE
39752024-10-18T17:49:53.841Z[ recovery-image] Oct 18 17:49:51.096 INFO O| Oct 18 17:49:51.096 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39762024-10-18T17:49:53.841Z[ host-image] Oct 18 17:49:51.102 INFO O| Oct 18 17:49:51.102 INFO O| Done
39772024-10-18T17:49:53.841Z[ host-image] Oct 18 17:49:51.102 INFO O| Oct 18 17:49:51.102 INFO O| Done
39782024-10-18T17:49:53.841Z[ recovery-image] Oct 18 17:49:51.162 INFO O| Oct 18 17:49:51.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
39792024-10-18T17:49:53.841Z[ recovery-image] Oct 18 17:49:51.163 INFO O| Oct 18 17:49:51.163 INFO STEP 33 (remove_files) COMPLETE
39802024-10-18T17:49:53.841Z[ recovery-image] Oct 18 17:49:51.163 INFO O| Oct 18 17:49:51.163 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39812024-10-18T17:49:53.841Z[ recovery-image] Oct 18 17:49:51.177 INFO O| Oct 18 17:49:51.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
39822024-10-18T17:49:53.841Z[ recovery-image] Oct 18 17:49:51.177 INFO O| Oct 18 17:49:51.177 INFO STEP 34 (remove_files) COMPLETE
39832024-10-18T17:49:53.841Z[ recovery-image] Oct 18 17:49:51.177 INFO O| Oct 18 17:49:51.177 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39842024-10-18T17:49:53.841Z[ recovery-image] Oct 18 17:49:51.211 INFO O| Oct 18 17:49:51.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
39852024-10-18T17:49:53.841Z[ recovery-image] Oct 18 17:49:51.211 INFO O| Oct 18 17:49:51.211 INFO STEP 35 (remove_files) COMPLETE
39862024-10-18T17:49:53.841Z[ recovery-image] Oct 18 17:49:51.211 INFO O| Oct 18 17:49:51.211 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39872024-10-18T17:49:53.841Z[ recovery-image] Oct 18 17:49:51.266 INFO O| Oct 18 17:49:51.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
39882024-10-18T17:49:53.841Z[ recovery-image] Oct 18 17:49:51.266 INFO O| Oct 18 17:49:51.266 INFO STEP 36 (remove_files) COMPLETE
39892024-10-18T17:49:53.841Z[ recovery-image] Oct 18 17:49:51.266 INFO O| Oct 18 17:49:51.266 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39902024-10-18T17:49:53.841Z[ recovery-image] Oct 18 17:49:51.325 INFO O| Oct 18 17:49:51.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
39912024-10-18T17:49:53.841Z[ recovery-image] Oct 18 17:49:51.325 INFO O| Oct 18 17:49:51.325 INFO STEP 37 (remove_files) COMPLETE
39922024-10-18T17:49:53.841Z[ recovery-image] Oct 18 17:49:51.325 INFO O| Oct 18 17:49:51.325 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39932024-10-18T17:49:53.841Z[ recovery-image] Oct 18 17:49:51.401 INFO O| Oct 18 17:49:51.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
39942024-10-18T17:49:53.842Z[ recovery-image] Oct 18 17:49:51.401 INFO O| Oct 18 17:49:51.401 INFO STEP 38 (remove_files) COMPLETE
39952024-10-18T17:49:53.842Z[ recovery-image] Oct 18 17:49:51.401 INFO O| Oct 18 17:49:51.401 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39962024-10-18T17:49:53.842Z[ recovery-image] Oct 18 17:49:51.430 INFO O| Oct 18 17:49:51.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
39972024-10-18T17:49:53.842Z[ recovery-image] Oct 18 17:49:51.430 INFO O| Oct 18 17:49:51.430 INFO STEP 39 (remove_files) COMPLETE
39982024-10-18T17:49:53.842Z[ recovery-image] Oct 18 17:49:51.430 INFO O| Oct 18 17:49:51.430 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39992024-10-18T17:49:53.842Z[ recovery-image] Oct 18 17:49:51.492 INFO O| Oct 18 17:49:51.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
40002024-10-18T17:49:53.842Z[ recovery-image] Oct 18 17:49:51.492 INFO O| Oct 18 17:49:51.492 INFO STEP 40 (remove_files) COMPLETE
40012024-10-18T17:49:53.842Z[ recovery-image] Oct 18 17:49:51.493 INFO O| Oct 18 17:49:51.492 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40022024-10-18T17:49:53.842Z[ recovery-image] Oct 18 17:49:51.520 INFO O| Oct 18 17:49:51.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
40032024-10-18T17:49:53.842Z[ recovery-image] Oct 18 17:49:51.520 INFO O| Oct 18 17:49:51.520 INFO STEP 41 (remove_files) COMPLETE
40042024-10-18T17:49:53.842Z[ recovery-image] Oct 18 17:49:51.520 INFO O| Oct 18 17:49:51.520 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40052024-10-18T17:49:53.842Z[ recovery-image] Oct 18 17:49:51.580 INFO O| Oct 18 17:49:51.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
40062024-10-18T17:49:53.842Z[ recovery-image] Oct 18 17:49:51.581 INFO O| Oct 18 17:49:51.581 INFO STEP 42 (remove_files) COMPLETE
40072024-10-18T17:49:53.842Z[ recovery-image] Oct 18 17:49:51.581 INFO O| Oct 18 17:49:51.581 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40082024-10-18T17:49:53.842Z[ recovery-image] Oct 18 17:49:51.602 INFO O| Oct 18 17:49:51.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
40092024-10-18T17:49:53.842Z[ recovery-image] Oct 18 17:49:51.602 INFO O| Oct 18 17:49:51.602 INFO STEP 43 (remove_files) COMPLETE
40102024-10-18T17:49:53.842Z[ recovery-image] Oct 18 17:49:51.602 INFO O| Oct 18 17:49:51.602 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40112024-10-18T17:49:53.842Z[ recovery-image] Oct 18 17:49:51.665 INFO O| Oct 18 17:49:51.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
40122024-10-18T17:49:53.842Z[ recovery-image] Oct 18 17:49:51.665 INFO O| Oct 18 17:49:51.665 INFO STEP 44 (remove_files) COMPLETE
40132024-10-18T17:49:53.842Z[ recovery-image] Oct 18 17:49:51.665 INFO O| Oct 18 17:49:51.665 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40142024-10-18T17:49:53.842Z[ recovery-image] Oct 18 17:49:51.719 INFO O| Oct 18 17:49:51.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
40152024-10-18T17:49:53.842Z[ recovery-image] Oct 18 17:49:51.719 INFO O| Oct 18 17:49:51.719 INFO STEP 45 (remove_files) COMPLETE
40162024-10-18T17:49:53.842Z[ recovery-image] Oct 18 17:49:51.719 INFO O| Oct 18 17:49:51.719 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40172024-10-18T17:49:53.842Z[ recovery-image] Oct 18 17:49:51.756 INFO O| Oct 18 17:49:51.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
40182024-10-18T17:49:53.842Z[ recovery-image] Oct 18 17:49:51.756 INFO O| Oct 18 17:49:51.756 INFO STEP 46 (remove_files) COMPLETE
40192024-10-18T17:49:53.842Z[ recovery-image] Oct 18 17:49:51.756 INFO O| Oct 18 17:49:51.756 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40202024-10-18T17:49:53.842Z[ recovery-image] Oct 18 17:49:51.772 INFO O| Oct 18 17:49:51.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
40212024-10-18T17:49:53.842Z[ recovery-image] Oct 18 17:49:51.773 INFO O| Oct 18 17:49:51.773 INFO STEP 47 (remove_files) COMPLETE
40222024-10-18T17:49:53.842Z[ recovery-image] Oct 18 17:49:51.773 INFO O| Oct 18 17:49:51.773 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40232024-10-18T17:49:53.842Z[ recovery-image] Oct 18 17:49:51.789 INFO O| Oct 18 17:49:51.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
40242024-10-18T17:49:53.842Z[ recovery-image] Oct 18 17:49:51.789 INFO O| Oct 18 17:49:51.789 INFO STEP 48 (remove_files) COMPLETE
40252024-10-18T17:49:53.842Z[ recovery-image] Oct 18 17:49:51.790 INFO O| Oct 18 17:49:51.789 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40262024-10-18T17:49:53.864Z[ recovery-image] Oct 18 17:49:51.826 INFO O| Oct 18 17:49:51.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
40272024-10-18T17:49:53.867Z[ recovery-image] Oct 18 17:49:51.826 INFO O| Oct 18 17:49:51.826 INFO STEP 49 (remove_files) COMPLETE
40282024-10-18T17:49:53.867Z[ recovery-image] Oct 18 17:49:51.826 INFO O| Oct 18 17:49:51.826 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40292024-10-18T17:49:53.883Z[ recovery-image] Oct 18 17:49:51.845 INFO O| Oct 18 17:49:51.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
40302024-10-18T17:49:53.883Z[ recovery-image] Oct 18 17:49:51.845 INFO O| Oct 18 17:49:51.845 INFO STEP 50 (remove_files) COMPLETE
40312024-10-18T17:49:53.886Z[ recovery-image] Oct 18 17:49:51.845 INFO O| Oct 18 17:49:51.845 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40322024-10-18T17:49:53.919Z[ recovery-image] Oct 18 17:49:51.881 INFO O| Oct 18 17:49:51.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
40332024-10-18T17:49:53.922Z[ recovery-image] Oct 18 17:49:51.881 INFO O| Oct 18 17:49:51.881 INFO STEP 51 (remove_files) COMPLETE
40342024-10-18T17:49:53.922Z[ recovery-image] Oct 18 17:49:51.881 INFO O| Oct 18 17:49:51.881 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40352024-10-18T17:49:53.976Z[ recovery-image] Oct 18 17:49:51.938 INFO O| Oct 18 17:49:51.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
40362024-10-18T17:49:53.976Z[ recovery-image] Oct 18 17:49:51.938 INFO O| Oct 18 17:49:51.938 INFO STEP 52 (remove_files) COMPLETE
40372024-10-18T17:49:53.976Z[ recovery-image] Oct 18 17:49:51.938 INFO O| Oct 18 17:49:51.938 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40382024-10-18T17:49:53.993Z[ recovery-image] Oct 18 17:49:51.955 INFO O| Oct 18 17:49:51.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
40392024-10-18T17:49:53.996Z[ recovery-image] Oct 18 17:49:51.955 INFO O| Oct 18 17:49:51.955 INFO STEP 53 (remove_files) COMPLETE
40402024-10-18T17:49:53.996Z[ recovery-image] Oct 18 17:49:51.955 INFO O| Oct 18 17:49:51.955 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40412024-10-18T17:49:54.049Z[ recovery-image] Oct 18 17:49:52.009 INFO O| Oct 18 17:49:52.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
40422024-10-18T17:49:54.049Z[ recovery-image] Oct 18 17:49:52.009 INFO O| Oct 18 17:49:52.009 INFO STEP 54 (remove_files) COMPLETE
40432024-10-18T17:49:54.049Z[ recovery-image] Oct 18 17:49:52.010 INFO O| Oct 18 17:49:52.009 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40442024-10-18T17:49:54.108Z[ recovery-image] Oct 18 17:49:52.070 INFO O| Oct 18 17:49:52.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
40452024-10-18T17:49:54.109Z[ recovery-image] Oct 18 17:49:52.070 INFO O| Oct 18 17:49:52.070 INFO STEP 55 (remove_files) COMPLETE
40462024-10-18T17:49:54.109Z[ recovery-image] Oct 18 17:49:52.070 INFO O| Oct 18 17:49:52.070 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40472024-10-18T17:49:54.167Z[ recovery-image] Oct 18 17:49:52.128 INFO O| Oct 18 17:49:52.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
40482024-10-18T17:49:54.167Z[ recovery-image] Oct 18 17:49:52.128 INFO O| Oct 18 17:49:52.128 INFO STEP 56 (remove_files) COMPLETE
40492024-10-18T17:49:54.169Z[ recovery-image] Oct 18 17:49:52.129 INFO O| Oct 18 17:49:52.128 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40502024-10-18T17:49:54.206Z[ recovery-image] Oct 18 17:49:52.167 INFO O| Oct 18 17:49:52.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
40512024-10-18T17:49:54.206Z[ recovery-image] Oct 18 17:49:52.168 INFO O| Oct 18 17:49:52.168 INFO STEP 57 (remove_files) COMPLETE
40522024-10-18T17:49:54.206Z[ recovery-image] Oct 18 17:49:52.168 INFO O| Oct 18 17:49:52.168 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40532024-10-18T17:49:54.249Z[ host-image] Oct 18 17:49:52.211 INFO O| Oct 18 17:49:52.211 INFO O| Done
40542024-10-18T17:49:54.271Z[ recovery-image] Oct 18 17:49:52.232 INFO O| Oct 18 17:49:52.232 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
40552024-10-18T17:49:54.271Z[ recovery-image] Oct 18 17:49:52.232 INFO O| Oct 18 17:49:52.232 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
40562024-10-18T17:49:54.275Z[ recovery-image] Oct 18 17:49:52.233 INFO O| Oct 18 17:49:52.233 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40572024-10-18T17:49:54.276Z[ recovery-image] Oct 18 17:49:52.233 INFO O| Oct 18 17:49:52.233 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40582024-10-18T17:49:54.276Z[ recovery-image] Oct 18 17:49:52.233 INFO O| Oct 18 17:49:52.233 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40592024-10-18T17:49:54.276Z[ recovery-image] Oct 18 17:49:52.233 INFO O| Oct 18 17:49:52.233 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40602024-10-18T17:49:54.276Z[ recovery-image] Oct 18 17:49:52.233 INFO O| Oct 18 17:49:52.233 INFO ok!
40612024-10-18T17:49:54.276Z[ recovery-image] Oct 18 17:49:52.233 INFO O| Oct 18 17:49:52.233 INFO STEP 58 (ensure_file) COMPLETE
40622024-10-18T17:49:54.276Z[ recovery-image] Oct 18 17:49:52.233 INFO O| Oct 18 17:49:52.233 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40632024-10-18T17:49:54.290Z[ recovery-image] Oct 18 17:49:52.252 INFO O| Oct 18 17:49:52.251 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
40642024-10-18T17:49:54.290Z[ recovery-image] Oct 18 17:49:52.252 INFO O| Oct 18 17:49:52.252 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
40652024-10-18T17:49:54.293Z[ recovery-image] Oct 18 17:49:52.252 INFO O| Oct 18 17:49:52.252 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40662024-10-18T17:49:54.293Z[ recovery-image] Oct 18 17:49:52.252 INFO O| Oct 18 17:49:52.252 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40672024-10-18T17:49:54.293Z[ recovery-image] Oct 18 17:49:52.252 INFO O| Oct 18 17:49:52.252 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40682024-10-18T17:49:54.293Z[ recovery-image] Oct 18 17:49:52.252 INFO O| Oct 18 17:49:52.252 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40692024-10-18T17:49:54.293Z[ recovery-image] Oct 18 17:49:52.252 INFO O| Oct 18 17:49:52.252 INFO ok!
40702024-10-18T17:49:54.293Z[ recovery-image] Oct 18 17:49:52.252 INFO O| Oct 18 17:49:52.252 INFO STEP 59 (ensure_file) COMPLETE
40712024-10-18T17:49:54.293Z[ recovery-image] Oct 18 17:49:52.252 INFO O| Oct 18 17:49:52.252 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40722024-10-18T17:49:54.322Z[ recovery-image] Oct 18 17:49:52.284 INFO O| Oct 18 17:49:52.283 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
40732024-10-18T17:49:54.322Z[ recovery-image] Oct 18 17:49:52.284 INFO O| Oct 18 17:49:52.284 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
40742024-10-18T17:49:54.322Z[ recovery-image] Oct 18 17:49:52.284 INFO O| Oct 18 17:49:52.284 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
40752024-10-18T17:49:54.325Z[ recovery-image] Oct 18 17:49:52.284 INFO O| Oct 18 17:49:52.284 INFO ok!
40762024-10-18T17:49:54.325Z[ recovery-image] Oct 18 17:49:52.284 INFO O| Oct 18 17:49:52.284 INFO STEP 60 (ensure_file) COMPLETE
40772024-10-18T17:49:54.325Z[ recovery-image] Oct 18 17:49:52.284 INFO O| Oct 18 17:49:52.284 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40782024-10-18T17:49:54.369Z[ recovery-image] Oct 18 17:49:52.330 INFO O| Oct 18 17:49:52.330 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
40792024-10-18T17:49:54.369Z[ recovery-image] Oct 18 17:49:52.330 INFO O| Oct 18 17:49:52.330 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
40802024-10-18T17:49:54.371Z[ recovery-image] Oct 18 17:49:52.331 INFO O| Oct 18 17:49:52.331 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
40812024-10-18T17:49:54.371Z[ recovery-image] Oct 18 17:49:52.331 INFO O| Oct 18 17:49:52.331 INFO ok!
40822024-10-18T17:49:54.371Z[ recovery-image] Oct 18 17:49:52.331 INFO O| Oct 18 17:49:52.331 INFO STEP 61 (ensure_file) COMPLETE
40832024-10-18T17:49:54.371Z[ recovery-image] Oct 18 17:49:52.331 INFO O| Oct 18 17:49:52.331 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40842024-10-18T17:49:54.463Z[ recovery-image] Oct 18 17:49:52.424 INFO O| Oct 18 17:49:52.424 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
40852024-10-18T17:49:54.463Z[ recovery-image] Oct 18 17:49:52.424 INFO O| Oct 18 17:49:52.424 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
40862024-10-18T17:49:54.466Z[ recovery-image] Oct 18 17:49:52.425 INFO O| Oct 18 17:49:52.425 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
40872024-10-18T17:49:54.466Z[ recovery-image] Oct 18 17:49:52.425 INFO O| Oct 18 17:49:52.425 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
40882024-10-18T17:49:54.466Z[ recovery-image] Oct 18 17:49:52.425 INFO O| Oct 18 17:49:52.425 INFO ok!
40892024-10-18T17:49:54.466Z[ recovery-image] Oct 18 17:49:52.425 INFO O| Oct 18 17:49:52.425 INFO STEP 62 (ensure_file) COMPLETE
40902024-10-18T17:49:54.466Z[ recovery-image] Oct 18 17:49:52.425 INFO O| Oct 18 17:49:52.425 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40912024-10-18T17:49:54.483Z[ recovery-image] Oct 18 17:49:52.445 INFO O| Oct 18 17:49:52.445 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
40922024-10-18T17:49:54.483Z[ recovery-image] Oct 18 17:49:52.445 INFO O| Oct 18 17:49:52.445 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
40932024-10-18T17:49:54.483Z[ recovery-image] Oct 18 17:49:52.445 INFO O| Oct 18 17:49:52.445 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
40942024-10-18T17:49:54.486Z[ recovery-image] Oct 18 17:49:52.445 INFO O| Oct 18 17:49:52.445 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
40952024-10-18T17:49:54.486Z[ recovery-image] Oct 18 17:49:52.445 INFO O| Oct 18 17:49:52.445 INFO ok!
40962024-10-18T17:49:54.486Z[ recovery-image] Oct 18 17:49:52.445 INFO O| Oct 18 17:49:52.445 INFO STEP 63 (ensure_file) COMPLETE
40972024-10-18T17:49:54.486Z[ recovery-image] Oct 18 17:49:52.445 INFO O| Oct 18 17:49:52.445 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40982024-10-18T17:49:54.503Z[ recovery-image] Oct 18 17:49:52.464 INFO O| Oct 18 17:49:52.464 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
40992024-10-18T17:49:54.503Z[ recovery-image] Oct 18 17:49:52.464 INFO O| Oct 18 17:49:52.464 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
41002024-10-18T17:49:54.505Z[ recovery-image] Oct 18 17:49:52.465 INFO O| Oct 18 17:49:52.464 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
41012024-10-18T17:49:54.506Z[ recovery-image] Oct 18 17:49:52.465 INFO O| Oct 18 17:49:52.465 INFO ok!
41022024-10-18T17:49:54.506Z[ recovery-image] Oct 18 17:49:52.465 INFO O| Oct 18 17:49:52.465 INFO STEP 64 (assemble_files) COMPLETE
41032024-10-18T17:49:54.506Z[ recovery-image] Oct 18 17:49:52.465 INFO O| Oct 18 17:49:52.465 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41042024-10-18T17:49:54.536Z[ recovery-image] Oct 18 17:49:52.497 INFO O| Oct 18 17:49:52.497 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
41052024-10-18T17:49:54.536Z[ recovery-image] Oct 18 17:49:52.497 INFO O| Oct 18 17:49:52.497 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
41062024-10-18T17:49:54.538Z[ recovery-image] Oct 18 17:49:52.497 INFO O| Oct 18 17:49:52.497 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
41072024-10-18T17:49:54.538Z[ recovery-image] Oct 18 17:49:52.498 INFO O| Oct 18 17:49:52.497 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
41082024-10-18T17:49:54.538Z[ recovery-image] Oct 18 17:49:52.498 INFO O| Oct 18 17:49:52.498 INFO ok!
41092024-10-18T17:49:54.538Z[ recovery-image] Oct 18 17:49:52.498 INFO O| Oct 18 17:49:52.498 INFO STEP 65 (ensure_file) COMPLETE
41102024-10-18T17:49:54.538Z[ recovery-image] Oct 18 17:49:52.498 INFO O| Oct 18 17:49:52.498 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41112024-10-18T17:49:54.538Z[ recovery-image] Oct 18 17:49:52.498 INFO O| Oct 18 17:49:52.498 INFO skip step because feature "omicron1" is not enabled
41122024-10-18T17:49:54.538Z[ recovery-image] Oct 18 17:49:52.498 INFO O| Oct 18 17:49:52.498 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41132024-10-18T17:49:54.538Z[ recovery-image] Oct 18 17:49:52.498 INFO O| Oct 18 17:49:52.498 INFO skip step because feature "omicron1" is not enabled
41142024-10-18T17:49:54.538Z[ recovery-image] Oct 18 17:49:52.498 INFO O| Oct 18 17:49:52.498 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41152024-10-18T17:49:54.538Z[ recovery-image] Oct 18 17:49:52.498 INFO O| Oct 18 17:49:52.498 INFO skip step because feature "omicron1" is not enabled
41162024-10-18T17:49:54.538Z[ recovery-image] Oct 18 17:49:52.498 INFO O| Oct 18 17:49:52.498 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41172024-10-18T17:49:54.607Z[ recovery-image] Oct 18 17:49:52.564 INFO O| Oct 18 17:49:52.564 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
41182024-10-18T17:49:54.607Z[ recovery-image] Oct 18 17:49:52.569 INFO O| Oct 18 17:49:52.564 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
41192024-10-18T17:49:57.026Z[ host-image] Oct 18 17:49:54.987 INFO O| Oct 18 17:49:54.986 INFO O| Done
41202024-10-18T17:49:57.067Z[ host-image] Oct 18 17:49:55.027 INFO O| Oct 18 17:49:55.027 INFO O| Done
41212024-10-18T17:49:57.069Z[ host-image] Oct 18 17:49:55.028 INFO O| Oct 18 17:49:55.028 INFO O| Done
41222024-10-18T17:49:57.095Z[ host-image] Oct 18 17:49:55.055 INFO O| Oct 18 17:49:55.055 INFO O| Done
41232024-10-18T17:49:57.246Z[ host-image] Oct 18 17:49:55.206 INFO O| Oct 18 17:49:55.206 INFO STEP 12 (pkg_install) COMPLETE
41242024-10-18T17:49:57.246Z[ host-image] Oct 18 17:49:55.206 INFO O| Oct 18 17:49:55.206 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41252024-10-18T17:49:57.263Z[ host-image] Oct 18 17:49:55.224 INFO O| Oct 18 17:49:55.224 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
41262024-10-18T17:49:57.696Z[ recovery-image] Oct 18 17:49:55.656 INFO O| Oct 18 17:49:55.656 INFO STEP 69 (pack_tar) COMPLETE
41272024-10-18T17:49:57.696Z[ recovery-image] Oct 18 17:49:55.656 INFO O| Oct 18 17:49:55.656 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
41282024-10-18T17:49:57.698Z[ recovery-image] Oct 18 17:49:55.656 INFO O| Oct 18 17:49:55.656 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
41292024-10-18T17:49:57.924Z[ recovery-image] Oct 18 17:49:55.885 INFO O| Oct 18 17:49:55.885 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
41302024-10-18T17:49:58.030Z[ recovery-image] Oct 18 17:49:55.990 INFO O| Oct 18 17:49:55.990 INFO completed processing gimlet/ramdisk-02-trim
41312024-10-18T17:49:58.033Z[ recovery-image] Oct 18 17:49:55.993 INFO image builder template: ramdisk-03-recovery-trim...
41322024-10-18T17:49:58.033Z[ recovery-image] Oct 18 17:49:55.993 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/.tmpSzk1LQ/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.33.293", "-n", "ramdisk-03-recovery-trim"], pwd: None
41332024-10-18T17:49:58.223Z[ recovery-image] Oct 18 17:49:56.182 INFO O| Oct 18 17:49:56.182 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
41342024-10-18T17:49:58.230Z[ recovery-image] Oct 18 17:49:56.190 INFO O| Oct 18 17:49:56.190 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
41352024-10-18T17:49:58.321Z[ recovery-image] Oct 18 17:49:56.281 INFO O| Oct 18 17:49:56.280 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
41362024-10-18T17:49:58.406Z[ recovery-image] Oct 18 17:49:56.366 INFO O| Oct 18 17:49:56.366 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
41372024-10-18T17:49:58.409Z[ recovery-image] Oct 18 17:49:56.367 INFO O| Oct 18 17:49:56.367 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
41382024-10-18T17:49:58.459Z[ recovery-image] Oct 18 17:49:56.419 INFO O| Oct 18 17:49:56.419 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
41392024-10-18T17:49:58.479Z[ host-image] Oct 18 17:49:56.439 INFO O| Oct 18 17:49:56.439 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41402024-10-18T17:49:58.485Z[ recovery-image] Oct 18 17:49:56.445 INFO O| Oct 18 17:49:56.445 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
41412024-10-18T17:49:58.584Z[ recovery-image] Oct 18 17:49:56.544 INFO O| Oct 18 17:49:56.544 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
41422024-10-18T17:49:58.951Z[ recovery-image] Oct 18 17:49:56.911 INFO O| Oct 18 17:49:56.911 INFO rolled back to input snapshot; work may begin
41432024-10-18T17:49:58.951Z[ recovery-image] Oct 18 17:49:56.911 INFO O| Oct 18 17:49:56.911 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
41442024-10-18T17:49:58.959Z[ recovery-image] Oct 18 17:49:56.919 INFO O| Oct 18 17:49:56.919 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41452024-10-18T17:49:58.976Z[ recovery-image] Oct 18 17:49:56.936 INFO O| Oct 18 17:49:56.936 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
41462024-10-18T17:49:58.982Z[ recovery-image] Oct 18 17:49:56.942 INFO O| Oct 18 17:49:56.942 INFO STEP 0 (remove_files) COMPLETE
41472024-10-18T17:49:58.982Z[ recovery-image] Oct 18 17:49:56.942 INFO O| Oct 18 17:49:56.942 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41482024-10-18T17:49:59.014Z[ recovery-image] Oct 18 17:49:56.974 INFO O| Oct 18 17:49:56.974 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
41492024-10-18T17:49:59.218Z[ recovery-image] Oct 18 17:49:57.178 INFO O| Oct 18 17:49:57.178 INFO STEP 1 (remove_files) COMPLETE
41502024-10-18T17:49:59.218Z[ recovery-image] Oct 18 17:49:57.178 INFO O| Oct 18 17:49:57.178 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41512024-10-18T17:49:59.269Z[ recovery-image] Oct 18 17:49:57.228 INFO O| Oct 18 17:49:57.228 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
41522024-10-18T17:49:59.299Z[ recovery-image] Oct 18 17:49:57.259 INFO O| Oct 18 17:49:57.259 INFO STEP 2 (remove_files) COMPLETE
41532024-10-18T17:49:59.299Z[ recovery-image] Oct 18 17:49:57.259 INFO O| Oct 18 17:49:57.259 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41542024-10-18T17:49:59.366Z[ recovery-image] Oct 18 17:49:57.326 INFO O| Oct 18 17:49:57.326 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
41552024-10-18T17:49:59.453Z[ recovery-image] Oct 18 17:49:57.412 INFO O| Oct 18 17:49:57.412 INFO STEP 3 (remove_files) COMPLETE
41562024-10-18T17:49:59.455Z[ recovery-image] Oct 18 17:49:57.412 INFO O| Oct 18 17:49:57.412 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41572024-10-18T17:49:59.472Z[ recovery-image] Oct 18 17:49:57.432 INFO O| Oct 18 17:49:57.432 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
41582024-10-18T17:49:59.623Z[ recovery-image] Oct 18 17:49:57.582 INFO O| Oct 18 17:49:57.582 INFO STEP 4 (remove_files) COMPLETE
41592024-10-18T17:49:59.623Z[ recovery-image] Oct 18 17:49:57.582 INFO O| Oct 18 17:49:57.582 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41602024-10-18T17:49:59.658Z[ recovery-image] Oct 18 17:49:57.617 INFO O| Oct 18 17:49:57.617 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
41612024-10-18T17:49:59.678Z[ recovery-image] Oct 18 17:49:57.637 INFO O| Oct 18 17:49:57.637 INFO STEP 5 (remove_files) COMPLETE
41622024-10-18T17:49:59.678Z[ recovery-image] Oct 18 17:49:57.637 INFO O| Oct 18 17:49:57.637 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41632024-10-18T17:49:59.705Z[ recovery-image] Oct 18 17:49:57.664 INFO O| Oct 18 17:49:57.664 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
41642024-10-18T17:49:59.729Z[ recovery-image] Oct 18 17:49:57.689 INFO O| Oct 18 17:49:57.689 INFO STEP 6 (remove_files) COMPLETE
41652024-10-18T17:49:59.729Z[ recovery-image] Oct 18 17:49:57.689 INFO O| Oct 18 17:49:57.689 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41662024-10-18T17:49:59.790Z[ recovery-image] Oct 18 17:49:57.749 INFO O| Oct 18 17:49:57.749 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
41672024-10-18T17:49:59.792Z[ recovery-image] Oct 18 17:49:57.750 INFO O| Oct 18 17:49:57.750 INFO STEP 7 (remove_files) COMPLETE
41682024-10-18T17:49:59.792Z[ recovery-image] Oct 18 17:49:57.751 INFO O| Oct 18 17:49:57.750 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41692024-10-18T17:49:59.859Z[ recovery-image] Oct 18 17:49:57.819 INFO O| Oct 18 17:49:57.819 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
41702024-10-18T17:49:59.862Z[ recovery-image] Oct 18 17:49:57.822 INFO O| Oct 18 17:49:57.822 INFO STEP 8 (remove_files) COMPLETE
41712024-10-18T17:49:59.862Z[ recovery-image] Oct 18 17:49:57.822 INFO O| Oct 18 17:49:57.822 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41722024-10-18T17:49:59.960Z[ recovery-image] Oct 18 17:49:57.919 INFO O| Oct 18 17:49:57.919 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
41732024-10-18T17:49:59.980Z[ recovery-image] Oct 18 17:49:57.939 INFO O| Oct 18 17:49:57.939 INFO STEP 9 (remove_files) COMPLETE
41742024-10-18T17:49:59.980Z[ recovery-image] Oct 18 17:49:57.939 INFO O| Oct 18 17:49:57.939 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41752024-10-18T17:50:00.035Z[ recovery-image] Oct 18 17:49:57.995 INFO O| Oct 18 17:49:57.994 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
41762024-10-18T17:50:00.038Z[ recovery-image] Oct 18 17:49:57.995 INFO O| Oct 18 17:49:57.995 INFO STEP 10 (remove_files) COMPLETE
41772024-10-18T17:50:00.038Z[ recovery-image] Oct 18 17:49:57.995 INFO O| Oct 18 17:49:57.995 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41782024-10-18T17:50:00.059Z[ recovery-image] Oct 18 17:49:58.018 INFO O| Oct 18 17:49:58.018 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
41792024-10-18T17:50:00.639Z[ recovery-image] Oct 18 17:49:58.599 INFO O| Oct 18 17:49:58.598 INFO STEP 11 (remove_files) COMPLETE
41802024-10-18T17:50:00.639Z[ recovery-image] Oct 18 17:49:58.599 INFO O| Oct 18 17:49:58.598 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41812024-10-18T17:50:00.678Z[ recovery-image] Oct 18 17:49:58.637 INFO O| Oct 18 17:49:58.637 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
41822024-10-18T17:50:00.681Z[ recovery-image] Oct 18 17:49:58.640 INFO O| Oct 18 17:49:58.640 INFO STEP 12 (remove_files) COMPLETE
41832024-10-18T17:50:00.681Z[ recovery-image] Oct 18 17:49:58.640 INFO O| Oct 18 17:49:58.640 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41842024-10-18T17:50:00.720Z[ recovery-image] Oct 18 17:49:58.678 INFO O| Oct 18 17:49:58.678 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
41852024-10-18T17:50:00.769Z[ recovery-image] Oct 18 17:49:58.728 INFO O| Oct 18 17:49:58.728 INFO STEP 13 (remove_files) COMPLETE
41862024-10-18T17:50:00.769Z[ recovery-image] Oct 18 17:49:58.728 INFO O| Oct 18 17:49:58.728 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41872024-10-18T17:50:00.822Z[ recovery-image] Oct 18 17:49:58.781 INFO O| Oct 18 17:49:58.781 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
41882024-10-18T17:50:00.825Z[ recovery-image] Oct 18 17:49:58.782 INFO O| Oct 18 17:49:58.782 INFO STEP 14 (remove_files) COMPLETE
41892024-10-18T17:50:00.825Z[ recovery-image] Oct 18 17:49:58.782 INFO O| Oct 18 17:49:58.782 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41902024-10-18T17:50:00.840Z[ recovery-image] Oct 18 17:49:58.799 INFO O| Oct 18 17:49:58.799 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
41912024-10-18T17:50:00.843Z[ recovery-image] Oct 18 17:49:58.800 INFO O| Oct 18 17:49:58.800 INFO STEP 15 (remove_files) COMPLETE
41922024-10-18T17:50:00.843Z[ recovery-image] Oct 18 17:49:58.800 INFO O| Oct 18 17:49:58.800 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41932024-10-18T17:50:00.860Z[ recovery-image] Oct 18 17:49:58.819 INFO O| Oct 18 17:49:58.819 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
41942024-10-18T17:50:00.914Z[ recovery-image] Oct 18 17:49:58.873 INFO O| Oct 18 17:49:58.873 INFO STEP 16 (remove_files) COMPLETE
41952024-10-18T17:50:00.914Z[ recovery-image] Oct 18 17:49:58.873 INFO O| Oct 18 17:49:58.873 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41962024-10-18T17:50:00.972Z[ recovery-image] Oct 18 17:49:58.931 INFO O| Oct 18 17:49:58.931 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
41972024-10-18T17:50:00.975Z[ recovery-image] Oct 18 17:49:58.931 INFO O| Oct 18 17:49:58.931 INFO STEP 17 (remove_files) COMPLETE
41982024-10-18T17:50:00.975Z[ recovery-image] Oct 18 17:49:58.931 INFO O| Oct 18 17:49:58.931 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41992024-10-18T17:50:00.990Z[ recovery-image] Oct 18 17:49:58.949 INFO O| Oct 18 17:49:58.949 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
42002024-10-18T17:50:01.014Z[ recovery-image] Oct 18 17:49:58.973 INFO O| Oct 18 17:49:58.973 INFO STEP 18 (remove_files) COMPLETE
42012024-10-18T17:50:01.014Z[ recovery-image] Oct 18 17:49:58.973 INFO O| Oct 18 17:49:58.973 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42022024-10-18T17:50:01.056Z[ recovery-image] Oct 18 17:49:59.015 INFO O| Oct 18 17:49:59.015 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
42032024-10-18T17:50:01.288Z[ recovery-image] Oct 18 17:49:59.246 INFO O| Oct 18 17:49:59.246 INFO STEP 19 (remove_files) COMPLETE
42042024-10-18T17:50:01.288Z[ recovery-image] Oct 18 17:49:59.246 INFO O| Oct 18 17:49:59.246 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42052024-10-18T17:50:01.342Z[ recovery-image] Oct 18 17:49:59.301 INFO O| Oct 18 17:49:59.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
42062024-10-18T17:50:01.427Z[ recovery-image] Oct 18 17:49:59.386 INFO O| Oct 18 17:49:59.386 INFO STEP 20 (remove_files) COMPLETE
42072024-10-18T17:50:01.427Z[ recovery-image] Oct 18 17:49:59.386 INFO O| Oct 18 17:49:59.386 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42082024-10-18T17:50:01.458Z[ recovery-image] Oct 18 17:49:59.417 INFO O| Oct 18 17:49:59.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
42092024-10-18T17:50:01.458Z[ recovery-image] Oct 18 17:49:59.417 INFO O| Oct 18 17:49:59.415 INFO STEP 21 (remove_files) COMPLETE
42102024-10-18T17:50:01.460Z[ recovery-image] Oct 18 17:49:59.417 INFO O| Oct 18 17:49:59.415 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42112024-10-18T17:50:01.494Z[ recovery-image] Oct 18 17:49:59.453 INFO O| Oct 18 17:49:59.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
42122024-10-18T17:50:01.519Z[ recovery-image] Oct 18 17:49:59.478 INFO O| Oct 18 17:49:59.478 INFO STEP 22 (remove_files) COMPLETE
42132024-10-18T17:50:01.519Z[ recovery-image] Oct 18 17:49:59.478 INFO O| Oct 18 17:49:59.478 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42142024-10-18T17:50:01.594Z[ recovery-image] Oct 18 17:49:59.553 INFO O| Oct 18 17:49:59.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
42152024-10-18T17:50:01.605Z[ recovery-image] Oct 18 17:49:59.564 INFO O| Oct 18 17:49:59.564 INFO STEP 23 (remove_files) COMPLETE
42162024-10-18T17:50:01.605Z[ recovery-image] Oct 18 17:49:59.564 INFO O| Oct 18 17:49:59.564 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42172024-10-18T17:50:01.640Z[ recovery-image] Oct 18 17:49:59.598 INFO O| Oct 18 17:49:59.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
42182024-10-18T17:50:01.640Z[ recovery-image] Oct 18 17:49:59.598 INFO O| Oct 18 17:49:59.598 INFO STEP 24 (remove_files) COMPLETE
42192024-10-18T17:50:01.640Z[ recovery-image] Oct 18 17:49:59.598 INFO O| Oct 18 17:49:59.598 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42202024-10-18T17:50:01.675Z[ recovery-image] Oct 18 17:49:59.634 INFO O| Oct 18 17:49:59.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
42212024-10-18T17:50:01.678Z[ recovery-image] Oct 18 17:49:59.634 INFO O| Oct 18 17:49:59.634 INFO STEP 25 (remove_files) COMPLETE
42222024-10-18T17:50:01.678Z[ recovery-image] Oct 18 17:49:59.634 INFO O| Oct 18 17:49:59.634 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42232024-10-18T17:50:01.707Z[ recovery-image] Oct 18 17:49:59.666 INFO O| Oct 18 17:49:59.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
42242024-10-18T17:50:01.710Z[ recovery-image] Oct 18 17:49:59.666 INFO O| Oct 18 17:49:59.666 INFO STEP 26 (remove_files) COMPLETE
42252024-10-18T17:50:01.710Z[ recovery-image] Oct 18 17:49:59.666 INFO O| Oct 18 17:49:59.666 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42262024-10-18T17:50:01.727Z[ recovery-image] Oct 18 17:49:59.685 INFO O| Oct 18 17:49:59.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
42272024-10-18T17:50:01.730Z[ recovery-image] Oct 18 17:49:59.685 INFO O| Oct 18 17:49:59.685 INFO STEP 27 (remove_files) COMPLETE
42282024-10-18T17:50:01.730Z[ recovery-image] Oct 18 17:49:59.685 INFO O| Oct 18 17:49:59.685 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42292024-10-18T17:50:01.852Z[ host-image] Oct 18 17:49:59.791 INFO O| Oct 18 17:49:59.791 INFO O| Planning: Solver setup ... Done
42302024-10-18T17:50:01.852Z[ host-image] Oct 18 17:49:59.798 INFO O| Oct 18 17:49:59.798 INFO O| Planning: Running solver ... Done
42312024-10-18T17:50:01.852Z[ recovery-image] Oct 18 17:49:59.809 INFO O| Oct 18 17:49:59.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
42322024-10-18T17:50:01.852Z[ recovery-image] Oct 18 17:49:59.809 INFO O| Oct 18 17:49:59.809 INFO STEP 28 (remove_files) COMPLETE
42332024-10-18T17:50:01.852Z[ recovery-image] Oct 18 17:49:59.810 INFO O| Oct 18 17:49:59.809 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42342024-10-18T17:50:01.893Z[ recovery-image] Oct 18 17:49:59.852 INFO O| Oct 18 17:49:59.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
42352024-10-18T17:50:01.896Z[ recovery-image] Oct 18 17:49:59.852 INFO O| Oct 18 17:49:59.852 INFO STEP 29 (remove_files) COMPLETE
42362024-10-18T17:50:01.896Z[ recovery-image] Oct 18 17:49:59.852 INFO O| Oct 18 17:49:59.852 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42372024-10-18T17:50:01.913Z[ recovery-image] Oct 18 17:49:59.871 INFO O| Oct 18 17:49:59.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
42382024-10-18T17:50:01.919Z[ recovery-image] Oct 18 17:49:59.871 INFO O| Oct 18 17:49:59.870 INFO STEP 30 (remove_files) COMPLETE
42392024-10-18T17:50:01.919Z[ recovery-image] Oct 18 17:49:59.871 INFO O| Oct 18 17:49:59.870 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42402024-10-18T17:50:01.925Z[ host-image] Oct 18 17:49:59.883 INFO O| Oct 18 17:49:59.883 INFO O| Planning: Finding local manifests ... Done
42412024-10-18T17:50:01.927Z[ host-image] Oct 18 17:49:59.883 INFO O| Oct 18 17:49:59.883 INFO O| Planning: Fetching manifests: 0/6 0% complete
42422024-10-18T17:50:01.931Z[ recovery-image] Oct 18 17:49:59.890 INFO O| Oct 18 17:49:59.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
42432024-10-18T17:50:01.932Z[ recovery-image] Oct 18 17:49:59.890 INFO O| Oct 18 17:49:59.890 INFO STEP 31 (remove_files) COMPLETE
42442024-10-18T17:50:01.932Z[ recovery-image] Oct 18 17:49:59.890 INFO O| Oct 18 17:49:59.890 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42452024-10-18T17:50:01.972Z[ recovery-image] Oct 18 17:49:59.931 INFO O| Oct 18 17:49:59.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
42462024-10-18T17:50:01.978Z[ recovery-image] Oct 18 17:49:59.937 INFO O| Oct 18 17:49:59.937 INFO STEP 32 (remove_files) COMPLETE
42472024-10-18T17:50:01.981Z[ recovery-image] Oct 18 17:49:59.937 INFO O| Oct 18 17:49:59.937 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42482024-10-18T17:50:02.008Z[ recovery-image] Oct 18 17:49:59.967 INFO O| Oct 18 17:49:59.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
42492024-10-18T17:50:02.009Z[ recovery-image] Oct 18 17:49:59.967 INFO O| Oct 18 17:49:59.967 INFO STEP 33 (remove_files) COMPLETE
42502024-10-18T17:50:02.011Z[ recovery-image] Oct 18 17:49:59.967 INFO O| Oct 18 17:49:59.967 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42512024-10-18T17:50:02.027Z[ recovery-image] Oct 18 17:49:59.986 INFO O| Oct 18 17:49:59.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
42522024-10-18T17:50:02.061Z[ recovery-image] Oct 18 17:50:00.019 INFO O| Oct 18 17:50:00.019 INFO STEP 34 (remove_files) COMPLETE
42532024-10-18T17:50:02.061Z[ recovery-image] Oct 18 17:50:00.019 INFO O| Oct 18 17:50:00.019 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42542024-10-18T17:50:02.122Z[ recovery-image] Oct 18 17:50:00.080 INFO O| Oct 18 17:50:00.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
42552024-10-18T17:50:02.124Z[ recovery-image] Oct 18 17:50:00.080 INFO O| Oct 18 17:50:00.080 INFO STEP 35 (remove_files) COMPLETE
42562024-10-18T17:50:02.124Z[ recovery-image] Oct 18 17:50:00.080 INFO O| Oct 18 17:50:00.080 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42572024-10-18T17:50:02.154Z[ recovery-image] Oct 18 17:50:00.113 INFO O| Oct 18 17:50:00.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
42582024-10-18T17:50:02.154Z[ recovery-image] Oct 18 17:50:00.113 INFO O| Oct 18 17:50:00.113 INFO STEP 36 (remove_files) COMPLETE
42592024-10-18T17:50:02.157Z[ recovery-image] Oct 18 17:50:00.113 INFO O| Oct 18 17:50:00.113 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42602024-10-18T17:50:02.198Z[ recovery-image] Oct 18 17:50:00.156 INFO O| Oct 18 17:50:00.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
42612024-10-18T17:50:02.198Z[ recovery-image] Oct 18 17:50:00.156 INFO O| Oct 18 17:50:00.156 INFO STEP 37 (remove_files) COMPLETE
42622024-10-18T17:50:02.200Z[ recovery-image] Oct 18 17:50:00.156 INFO O| Oct 18 17:50:00.156 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42632024-10-18T17:50:02.218Z[ recovery-image] Oct 18 17:50:00.176 INFO O| Oct 18 17:50:00.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
42642024-10-18T17:50:02.218Z[ recovery-image] Oct 18 17:50:00.176 INFO O| Oct 18 17:50:00.176 INFO STEP 38 (remove_files) COMPLETE
42652024-10-18T17:50:02.218Z[ recovery-image] Oct 18 17:50:00.176 INFO O| Oct 18 17:50:00.176 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42662024-10-18T17:50:02.236Z[ recovery-image] Oct 18 17:50:00.195 INFO O| Oct 18 17:50:00.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
42672024-10-18T17:50:02.236Z[ recovery-image] Oct 18 17:50:00.195 INFO O| Oct 18 17:50:00.195 INFO STEP 39 (remove_files) COMPLETE
42682024-10-18T17:50:02.236Z[ recovery-image] Oct 18 17:50:00.195 INFO O| Oct 18 17:50:00.195 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42692024-10-18T17:50:02.260Z[ recovery-image] Oct 18 17:50:00.218 INFO O| Oct 18 17:50:00.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
42702024-10-18T17:50:02.260Z[ recovery-image] Oct 18 17:50:00.218 INFO O| Oct 18 17:50:00.218 INFO STEP 40 (remove_files) COMPLETE
42712024-10-18T17:50:02.262Z[ recovery-image] Oct 18 17:50:00.218 INFO O| Oct 18 17:50:00.218 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42722024-10-18T17:50:02.279Z[ recovery-image] Oct 18 17:50:00.238 INFO O| Oct 18 17:50:00.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
42732024-10-18T17:50:02.279Z[ recovery-image] Oct 18 17:50:00.238 INFO O| Oct 18 17:50:00.238 INFO STEP 41 (remove_files) COMPLETE
42742024-10-18T17:50:02.279Z[ recovery-image] Oct 18 17:50:00.238 INFO O| Oct 18 17:50:00.238 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42752024-10-18T17:50:02.283Z[ host-image] Oct 18 17:50:00.242 INFO O| Oct 18 17:50:00.242 INFO O| Planning: Fetching manifests: 6/6 100% complete
42762024-10-18T17:50:02.298Z[ recovery-image] Oct 18 17:50:00.257 INFO O| Oct 18 17:50:00.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
42772024-10-18T17:50:02.298Z[ recovery-image] Oct 18 17:50:00.257 INFO O| Oct 18 17:50:00.257 INFO STEP 42 (remove_files) COMPLETE
42782024-10-18T17:50:02.301Z[ recovery-image] Oct 18 17:50:00.257 INFO O| Oct 18 17:50:00.257 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42792024-10-18T17:50:02.328Z[ recovery-image] Oct 18 17:50:00.284 INFO O| Oct 18 17:50:00.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
42802024-10-18T17:50:02.328Z[ recovery-image] Oct 18 17:50:00.284 INFO O| Oct 18 17:50:00.284 INFO STEP 43 (remove_files) COMPLETE
42812024-10-18T17:50:02.331Z[ recovery-image] Oct 18 17:50:00.284 INFO O| Oct 18 17:50:00.284 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42822024-10-18T17:50:02.345Z[ recovery-image] Oct 18 17:50:00.303 INFO O| Oct 18 17:50:00.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
42832024-10-18T17:50:02.345Z[ recovery-image] Oct 18 17:50:00.303 INFO O| Oct 18 17:50:00.303 INFO STEP 44 (remove_files) COMPLETE
42842024-10-18T17:50:02.345Z[ recovery-image] Oct 18 17:50:00.303 INFO O| Oct 18 17:50:00.303 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42852024-10-18T17:50:02.379Z[ recovery-image] Oct 18 17:50:00.337 INFO O| Oct 18 17:50:00.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
42862024-10-18T17:50:02.379Z[ recovery-image] Oct 18 17:50:00.337 INFO O| Oct 18 17:50:00.337 INFO STEP 45 (remove_files) COMPLETE
42872024-10-18T17:50:02.379Z[ recovery-image] Oct 18 17:50:00.337 INFO O| Oct 18 17:50:00.337 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42882024-10-18T17:50:02.397Z[ host-image] Oct 18 17:50:00.355 INFO O| Oct 18 17:50:00.355 INFO O| Planning: Package planning ... Done
42892024-10-18T17:50:02.401Z[ recovery-image] Oct 18 17:50:00.358 INFO O| Oct 18 17:50:00.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
42902024-10-18T17:50:02.401Z[ recovery-image] Oct 18 17:50:00.358 INFO O| Oct 18 17:50:00.358 INFO STEP 46 (remove_files) COMPLETE
42912024-10-18T17:50:02.401Z[ recovery-image] Oct 18 17:50:00.358 INFO O| Oct 18 17:50:00.358 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42922024-10-18T17:50:02.442Z[ host-image] Oct 18 17:50:00.400 INFO O| Oct 18 17:50:00.400 INFO O| Planning: Merging actions ... Done
42932024-10-18T17:50:02.465Z[ recovery-image] Oct 18 17:50:00.422 INFO O| Oct 18 17:50:00.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
42942024-10-18T17:50:02.465Z[ recovery-image] Oct 18 17:50:00.422 INFO O| Oct 18 17:50:00.422 INFO STEP 47 (remove_files) COMPLETE
42952024-10-18T17:50:02.465Z[ recovery-image] Oct 18 17:50:00.422 INFO O| Oct 18 17:50:00.422 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42962024-10-18T17:50:02.491Z[ recovery-image] Oct 18 17:50:00.449 INFO O| Oct 18 17:50:00.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
42972024-10-18T17:50:02.491Z[ recovery-image] Oct 18 17:50:00.449 INFO O| Oct 18 17:50:00.449 INFO STEP 48 (remove_files) COMPLETE
42982024-10-18T17:50:02.493Z[ recovery-image] Oct 18 17:50:00.449 INFO O| Oct 18 17:50:00.449 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42992024-10-18T17:50:02.552Z[ recovery-image] Oct 18 17:50:00.510 INFO O| Oct 18 17:50:00.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
43002024-10-18T17:50:02.552Z[ recovery-image] Oct 18 17:50:00.510 INFO O| Oct 18 17:50:00.510 INFO STEP 49 (remove_files) COMPLETE
43012024-10-18T17:50:02.555Z[ recovery-image] Oct 18 17:50:00.510 INFO O| Oct 18 17:50:00.510 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43022024-10-18T17:50:02.571Z[ recovery-image] Oct 18 17:50:00.529 INFO O| Oct 18 17:50:00.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
43032024-10-18T17:50:02.571Z[ recovery-image] Oct 18 17:50:00.529 INFO O| Oct 18 17:50:00.529 INFO STEP 50 (remove_files) COMPLETE
43042024-10-18T17:50:02.571Z[ recovery-image] Oct 18 17:50:00.529 INFO O| Oct 18 17:50:00.529 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43052024-10-18T17:50:02.591Z[ recovery-image] Oct 18 17:50:00.549 INFO O| Oct 18 17:50:00.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
43062024-10-18T17:50:02.597Z[ recovery-image] Oct 18 17:50:00.550 INFO O| Oct 18 17:50:00.550 INFO STEP 51 (remove_files) COMPLETE
43072024-10-18T17:50:02.597Z[ recovery-image] Oct 18 17:50:00.550 INFO O| Oct 18 17:50:00.550 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43082024-10-18T17:50:02.635Z[ recovery-image] Oct 18 17:50:00.593 INFO O| Oct 18 17:50:00.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
43092024-10-18T17:50:02.635Z[ recovery-image] Oct 18 17:50:00.593 INFO O| Oct 18 17:50:00.593 INFO STEP 52 (remove_files) COMPLETE
43102024-10-18T17:50:02.635Z[ recovery-image] Oct 18 17:50:00.593 INFO O| Oct 18 17:50:00.593 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43112024-10-18T17:50:02.651Z[ host-image] Oct 18 17:50:00.609 INFO O| Oct 18 17:50:00.609 INFO O| Planning: Checking for conflicting actions ... Done
43122024-10-18T17:50:02.653Z[ recovery-image] Oct 18 17:50:00.612 INFO O| Oct 18 17:50:00.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
43132024-10-18T17:50:02.656Z[ recovery-image] Oct 18 17:50:00.612 INFO O| Oct 18 17:50:00.612 INFO STEP 53 (remove_files) COMPLETE
43142024-10-18T17:50:02.656Z[ recovery-image] Oct 18 17:50:00.613 INFO O| Oct 18 17:50:00.612 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43152024-10-18T17:50:02.658Z[ host-image] Oct 18 17:50:00.617 INFO O| Oct 18 17:50:00.617 INFO O| Planning: Consolidating action changes ... Done
43162024-10-18T17:50:02.687Z[ recovery-image] Oct 18 17:50:00.645 INFO O| Oct 18 17:50:00.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
43172024-10-18T17:50:02.706Z[ recovery-image] Oct 18 17:50:00.665 INFO O| Oct 18 17:50:00.665 INFO STEP 54 (remove_files) COMPLETE
43182024-10-18T17:50:02.706Z[ recovery-image] Oct 18 17:50:00.665 INFO O| Oct 18 17:50:00.665 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43192024-10-18T17:50:02.739Z[ recovery-image] Oct 18 17:50:00.697 INFO O| Oct 18 17:50:00.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
43202024-10-18T17:50:02.739Z[ recovery-image] Oct 18 17:50:00.697 INFO O| Oct 18 17:50:00.697 INFO STEP 55 (remove_files) COMPLETE
43212024-10-18T17:50:02.742Z[ recovery-image] Oct 18 17:50:00.697 INFO O| Oct 18 17:50:00.697 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43222024-10-18T17:50:02.757Z[ recovery-image] Oct 18 17:50:00.715 INFO O| Oct 18 17:50:00.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
43232024-10-18T17:50:02.757Z[ recovery-image] Oct 18 17:50:00.715 INFO O| Oct 18 17:50:00.715 INFO STEP 56 (remove_files) COMPLETE
43242024-10-18T17:50:02.757Z[ recovery-image] Oct 18 17:50:00.715 INFO O| Oct 18 17:50:00.715 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43252024-10-18T17:50:02.805Z[ recovery-image] Oct 18 17:50:00.764 INFO O| Oct 18 17:50:00.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
43262024-10-18T17:50:02.808Z[ recovery-image] Oct 18 17:50:00.764 INFO O| Oct 18 17:50:00.764 INFO STEP 57 (remove_files) COMPLETE
43272024-10-18T17:50:02.808Z[ recovery-image] Oct 18 17:50:00.764 INFO O| Oct 18 17:50:00.764 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43282024-10-18T17:50:02.861Z[ recovery-image] Oct 18 17:50:00.819 INFO O| Oct 18 17:50:00.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
43292024-10-18T17:50:02.861Z[ recovery-image] Oct 18 17:50:00.819 INFO O| Oct 18 17:50:00.819 INFO STEP 58 (remove_files) COMPLETE
43302024-10-18T17:50:02.864Z[ recovery-image] Oct 18 17:50:00.819 INFO O| Oct 18 17:50:00.819 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43312024-10-18T17:50:02.880Z[ recovery-image] Oct 18 17:50:00.839 INFO O| Oct 18 17:50:00.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
43322024-10-18T17:50:02.884Z[ recovery-image] Oct 18 17:50:00.839 INFO O| Oct 18 17:50:00.839 INFO STEP 59 (remove_files) COMPLETE
43332024-10-18T17:50:02.884Z[ recovery-image] Oct 18 17:50:00.839 INFO O| Oct 18 17:50:00.839 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43342024-10-18T17:50:02.899Z[ recovery-image] Oct 18 17:50:00.857 INFO O| Oct 18 17:50:00.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
43352024-10-18T17:50:02.906Z[ recovery-image] Oct 18 17:50:00.864 INFO O| Oct 18 17:50:00.864 INFO STEP 60 (remove_files) COMPLETE
43362024-10-18T17:50:02.908Z[ recovery-image] Oct 18 17:50:00.864 INFO O| Oct 18 17:50:00.864 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43372024-10-18T17:50:03.007Z[ recovery-image] Oct 18 17:50:00.965 INFO O| Oct 18 17:50:00.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
43382024-10-18T17:50:03.007Z[ recovery-image] Oct 18 17:50:00.965 INFO O| Oct 18 17:50:00.965 INFO STEP 61 (remove_files) COMPLETE
43392024-10-18T17:50:03.007Z[ recovery-image] Oct 18 17:50:00.965 INFO O| Oct 18 17:50:00.965 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43402024-10-18T17:50:03.026Z[ recovery-image] Oct 18 17:50:00.984 INFO O| Oct 18 17:50:00.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
43412024-10-18T17:50:03.026Z[ recovery-image] Oct 18 17:50:00.984 INFO O| Oct 18 17:50:00.984 INFO STEP 62 (remove_files) COMPLETE
43422024-10-18T17:50:03.028Z[ recovery-image] Oct 18 17:50:00.984 INFO O| Oct 18 17:50:00.984 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43432024-10-18T17:50:03.044Z[ recovery-image] Oct 18 17:50:01.002 INFO O| Oct 18 17:50:01.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
43442024-10-18T17:50:03.044Z[ recovery-image] Oct 18 17:50:01.002 INFO O| Oct 18 17:50:01.002 INFO STEP 63 (remove_files) COMPLETE
43452024-10-18T17:50:03.049Z[ recovery-image] Oct 18 17:50:01.002 INFO O| Oct 18 17:50:01.002 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43462024-10-18T17:50:03.062Z[ recovery-image] Oct 18 17:50:01.021 INFO O| Oct 18 17:50:01.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
43472024-10-18T17:50:03.063Z[ recovery-image] Oct 18 17:50:01.021 INFO O| Oct 18 17:50:01.021 INFO STEP 64 (remove_files) COMPLETE
43482024-10-18T17:50:03.063Z[ recovery-image] Oct 18 17:50:01.021 INFO O| Oct 18 17:50:01.021 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43492024-10-18T17:50:03.083Z[ recovery-image] Oct 18 17:50:01.039 INFO O| Oct 18 17:50:01.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
43502024-10-18T17:50:03.083Z[ recovery-image] Oct 18 17:50:01.039 INFO O| Oct 18 17:50:01.039 INFO STEP 65 (remove_files) COMPLETE
43512024-10-18T17:50:03.083Z[ recovery-image] Oct 18 17:50:01.040 INFO O| Oct 18 17:50:01.039 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43522024-10-18T17:50:03.146Z[ host-image] Oct 18 17:50:01.103 INFO O| Oct 18 17:50:01.103 INFO O| Planning: Evaluating mediators ... Done
43532024-10-18T17:50:03.149Z[ host-image] Oct 18 17:50:01.108 INFO O| Oct 18 17:50:01.108 INFO O| Planning: Planning completed in 4.67 seconds
43542024-10-18T17:50:03.152Z[ recovery-image] Oct 18 17:50:01.109 INFO O| Oct 18 17:50:01.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
43552024-10-18T17:50:03.152Z[ recovery-image] Oct 18 17:50:01.110 INFO O| Oct 18 17:50:01.109 INFO STEP 66 (remove_files) COMPLETE
43562024-10-18T17:50:03.152Z[ recovery-image] Oct 18 17:50:01.110 INFO O| Oct 18 17:50:01.109 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43572024-10-18T17:50:03.154Z[ host-image] Oct 18 17:50:01.110 INFO O| Oct 18 17:50:01.110 INFO O| Packages to install: 6
43582024-10-18T17:50:03.154Z[ host-image] Oct 18 17:50:01.110 INFO O| Oct 18 17:50:01.110 INFO O| Mediators to change: 1
43592024-10-18T17:50:03.154Z[ host-image] Oct 18 17:50:01.110 INFO O| Oct 18 17:50:01.110 INFO O| Services to change: 1
43602024-10-18T17:50:03.171Z[ recovery-image] Oct 18 17:50:01.129 INFO O| Oct 18 17:50:01.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
43612024-10-18T17:50:03.174Z[ recovery-image] Oct 18 17:50:01.129 INFO O| Oct 18 17:50:01.129 INFO STEP 67 (remove_files) COMPLETE
43622024-10-18T17:50:03.174Z[ recovery-image] Oct 18 17:50:01.130 INFO O| Oct 18 17:50:01.129 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43632024-10-18T17:50:03.176Z[ host-image] Oct 18 17:50:01.133 INFO O| Oct 18 17:50:01.133 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
43642024-10-18T17:50:03.240Z[ recovery-image] Oct 18 17:50:01.198 INFO O| Oct 18 17:50:01.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
43652024-10-18T17:50:03.240Z[ recovery-image] Oct 18 17:50:01.198 INFO O| Oct 18 17:50:01.198 INFO STEP 68 (remove_files) COMPLETE
43662024-10-18T17:50:03.242Z[ recovery-image] Oct 18 17:50:01.198 INFO O| Oct 18 17:50:01.198 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43672024-10-18T17:50:03.260Z[ recovery-image] Oct 18 17:50:01.218 INFO O| Oct 18 17:50:01.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
43682024-10-18T17:50:03.260Z[ recovery-image] Oct 18 17:50:01.218 INFO O| Oct 18 17:50:01.218 INFO STEP 69 (remove_files) COMPLETE
43692024-10-18T17:50:03.260Z[ recovery-image] Oct 18 17:50:01.218 INFO O| Oct 18 17:50:01.218 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43702024-10-18T17:50:03.278Z[ recovery-image] Oct 18 17:50:01.236 INFO O| Oct 18 17:50:01.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
43712024-10-18T17:50:03.278Z[ recovery-image] Oct 18 17:50:01.236 INFO O| Oct 18 17:50:01.236 INFO STEP 70 (remove_files) COMPLETE
43722024-10-18T17:50:03.278Z[ recovery-image] Oct 18 17:50:01.236 INFO O| Oct 18 17:50:01.236 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43732024-10-18T17:50:03.295Z[ recovery-image] Oct 18 17:50:01.253 INFO O| Oct 18 17:50:01.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
43742024-10-18T17:50:03.295Z[ recovery-image] Oct 18 17:50:01.253 INFO O| Oct 18 17:50:01.253 INFO STEP 71 (remove_files) COMPLETE
43752024-10-18T17:50:03.295Z[ recovery-image] Oct 18 17:50:01.253 INFO O| Oct 18 17:50:01.253 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43762024-10-18T17:50:03.312Z[ recovery-image] Oct 18 17:50:01.270 INFO O| Oct 18 17:50:01.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
43772024-10-18T17:50:03.315Z[ recovery-image] Oct 18 17:50:01.270 INFO O| Oct 18 17:50:01.270 INFO STEP 72 (remove_files) COMPLETE
43782024-10-18T17:50:03.315Z[ recovery-image] Oct 18 17:50:01.270 INFO O| Oct 18 17:50:01.270 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43792024-10-18T17:50:03.344Z[ recovery-image] Oct 18 17:50:01.303 INFO O| Oct 18 17:50:01.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
43802024-10-18T17:50:03.345Z[ recovery-image] Oct 18 17:50:01.303 INFO O| Oct 18 17:50:01.303 INFO STEP 73 (remove_files) COMPLETE
43812024-10-18T17:50:03.347Z[ recovery-image] Oct 18 17:50:01.303 INFO O| Oct 18 17:50:01.303 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43822024-10-18T17:50:03.365Z[ recovery-image] Oct 18 17:50:01.323 INFO O| Oct 18 17:50:01.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
43832024-10-18T17:50:03.365Z[ recovery-image] Oct 18 17:50:01.323 INFO O| Oct 18 17:50:01.323 INFO STEP 74 (remove_files) COMPLETE
43842024-10-18T17:50:03.367Z[ recovery-image] Oct 18 17:50:01.323 INFO O| Oct 18 17:50:01.323 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43852024-10-18T17:50:03.384Z[ recovery-image] Oct 18 17:50:01.342 INFO O| Oct 18 17:50:01.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
43862024-10-18T17:50:03.387Z[ recovery-image] Oct 18 17:50:01.342 INFO O| Oct 18 17:50:01.342 INFO STEP 75 (remove_files) COMPLETE
43872024-10-18T17:50:03.387Z[ recovery-image] Oct 18 17:50:01.343 INFO O| Oct 18 17:50:01.343 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43882024-10-18T17:50:03.405Z[ recovery-image] Oct 18 17:50:01.363 INFO O| Oct 18 17:50:01.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
43892024-10-18T17:50:03.407Z[ recovery-image] Oct 18 17:50:01.363 INFO O| Oct 18 17:50:01.363 INFO STEP 76 (remove_files) COMPLETE
43902024-10-18T17:50:03.407Z[ recovery-image] Oct 18 17:50:01.363 INFO O| Oct 18 17:50:01.363 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43912024-10-18T17:50:03.426Z[ recovery-image] Oct 18 17:50:01.384 INFO O| Oct 18 17:50:01.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
43922024-10-18T17:50:03.426Z[ recovery-image] Oct 18 17:50:01.385 INFO O| Oct 18 17:50:01.384 INFO STEP 77 (remove_files) COMPLETE
43932024-10-18T17:50:03.429Z[ recovery-image] Oct 18 17:50:01.385 INFO O| Oct 18 17:50:01.385 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43942024-10-18T17:50:03.443Z[ recovery-image] Oct 18 17:50:01.401 INFO O| Oct 18 17:50:01.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
43952024-10-18T17:50:03.443Z[ recovery-image] Oct 18 17:50:01.402 INFO O| Oct 18 17:50:01.401 INFO STEP 78 (remove_files) COMPLETE
43962024-10-18T17:50:03.446Z[ recovery-image] Oct 18 17:50:01.402 INFO O| Oct 18 17:50:01.402 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43972024-10-18T17:50:03.499Z[ recovery-image] Oct 18 17:50:01.457 INFO O| Oct 18 17:50:01.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
43982024-10-18T17:50:03.499Z[ recovery-image] Oct 18 17:50:01.457 INFO O| Oct 18 17:50:01.457 INFO STEP 79 (remove_files) COMPLETE
43992024-10-18T17:50:03.500Z[ recovery-image] Oct 18 17:50:01.457 INFO O| Oct 18 17:50:01.457 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44002024-10-18T17:50:03.517Z[ recovery-image] Oct 18 17:50:01.475 INFO O| Oct 18 17:50:01.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
44012024-10-18T17:50:03.517Z[ recovery-image] Oct 18 17:50:01.475 INFO O| Oct 18 17:50:01.475 INFO STEP 80 (remove_files) COMPLETE
44022024-10-18T17:50:03.517Z[ recovery-image] Oct 18 17:50:01.475 INFO O| Oct 18 17:50:01.475 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44032024-10-18T17:50:03.534Z[ recovery-image] Oct 18 17:50:01.492 INFO O| Oct 18 17:50:01.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
44042024-10-18T17:50:03.534Z[ recovery-image] Oct 18 17:50:01.492 INFO O| Oct 18 17:50:01.492 INFO STEP 81 (remove_files) COMPLETE
44052024-10-18T17:50:03.536Z[ recovery-image] Oct 18 17:50:01.492 INFO O| Oct 18 17:50:01.492 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44062024-10-18T17:50:03.550Z[ recovery-image] Oct 18 17:50:01.509 INFO O| Oct 18 17:50:01.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
44072024-10-18T17:50:03.550Z[ recovery-image] Oct 18 17:50:01.509 INFO O| Oct 18 17:50:01.509 INFO STEP 82 (remove_files) COMPLETE
44082024-10-18T17:50:03.551Z[ recovery-image] Oct 18 17:50:01.509 INFO O| Oct 18 17:50:01.509 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44092024-10-18T17:50:03.571Z[ recovery-image] Oct 18 17:50:01.529 INFO O| Oct 18 17:50:01.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
44102024-10-18T17:50:03.571Z[ recovery-image] Oct 18 17:50:01.529 INFO O| Oct 18 17:50:01.529 INFO STEP 83 (remove_files) COMPLETE
44112024-10-18T17:50:03.573Z[ recovery-image] Oct 18 17:50:01.529 INFO O| Oct 18 17:50:01.529 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44122024-10-18T17:50:03.590Z[ recovery-image] Oct 18 17:50:01.548 INFO O| Oct 18 17:50:01.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
44132024-10-18T17:50:03.590Z[ recovery-image] Oct 18 17:50:01.548 INFO O| Oct 18 17:50:01.548 INFO STEP 84 (remove_files) COMPLETE
44142024-10-18T17:50:03.590Z[ recovery-image] Oct 18 17:50:01.548 INFO O| Oct 18 17:50:01.548 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44152024-10-18T17:50:03.614Z[ recovery-image] Oct 18 17:50:01.572 INFO O| Oct 18 17:50:01.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
44162024-10-18T17:50:03.614Z[ recovery-image] Oct 18 17:50:01.572 INFO O| Oct 18 17:50:01.572 INFO STEP 85 (remove_files) COMPLETE
44172024-10-18T17:50:03.618Z[ recovery-image] Oct 18 17:50:01.572 INFO O| Oct 18 17:50:01.572 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44182024-10-18T17:50:03.646Z[ recovery-image] Oct 18 17:50:01.604 INFO O| Oct 18 17:50:01.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
44192024-10-18T17:50:03.646Z[ recovery-image] Oct 18 17:50:01.604 INFO O| Oct 18 17:50:01.604 INFO STEP 86 (remove_files) COMPLETE
44202024-10-18T17:50:03.646Z[ recovery-image] Oct 18 17:50:01.604 INFO O| Oct 18 17:50:01.604 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44212024-10-18T17:50:03.671Z[ recovery-image] Oct 18 17:50:01.629 INFO O| Oct 18 17:50:01.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
44222024-10-18T17:50:03.674Z[ recovery-image] Oct 18 17:50:01.629 INFO O| Oct 18 17:50:01.629 INFO STEP 87 (remove_files) COMPLETE
44232024-10-18T17:50:03.674Z[ recovery-image] Oct 18 17:50:01.629 INFO O| Oct 18 17:50:01.629 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44242024-10-18T17:50:03.705Z[ recovery-image] Oct 18 17:50:01.662 INFO O| Oct 18 17:50:01.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
44252024-10-18T17:50:03.705Z[ recovery-image] Oct 18 17:50:01.662 INFO O| Oct 18 17:50:01.662 INFO STEP 88 (remove_files) COMPLETE
44262024-10-18T17:50:03.705Z[ recovery-image] Oct 18 17:50:01.662 INFO O| Oct 18 17:50:01.662 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44272024-10-18T17:50:03.747Z[ recovery-image] Oct 18 17:50:01.704 INFO O| Oct 18 17:50:01.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
44282024-10-18T17:50:03.747Z[ recovery-image] Oct 18 17:50:01.704 INFO O| Oct 18 17:50:01.704 INFO STEP 89 (remove_files) COMPLETE
44292024-10-18T17:50:03.747Z[ recovery-image] Oct 18 17:50:01.704 INFO O| Oct 18 17:50:01.704 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44302024-10-18T17:50:03.767Z[ recovery-image] Oct 18 17:50:01.724 INFO O| Oct 18 17:50:01.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
44312024-10-18T17:50:03.767Z[ recovery-image] Oct 18 17:50:01.724 INFO O| Oct 18 17:50:01.724 INFO STEP 90 (remove_files) COMPLETE
44322024-10-18T17:50:03.767Z[ recovery-image] Oct 18 17:50:01.724 INFO O| Oct 18 17:50:01.724 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44332024-10-18T17:50:03.784Z[ recovery-image] Oct 18 17:50:01.742 INFO O| Oct 18 17:50:01.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
44342024-10-18T17:50:03.784Z[ recovery-image] Oct 18 17:50:01.742 INFO O| Oct 18 17:50:01.742 INFO STEP 91 (remove_files) COMPLETE
44352024-10-18T17:50:03.784Z[ recovery-image] Oct 18 17:50:01.742 INFO O| Oct 18 17:50:01.742 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44362024-10-18T17:50:03.802Z[ recovery-image] Oct 18 17:50:01.759 INFO O| Oct 18 17:50:01.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
44372024-10-18T17:50:03.802Z[ recovery-image] Oct 18 17:50:01.759 INFO O| Oct 18 17:50:01.759 INFO STEP 92 (remove_files) COMPLETE
44382024-10-18T17:50:03.802Z[ recovery-image] Oct 18 17:50:01.759 INFO O| Oct 18 17:50:01.759 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44392024-10-18T17:50:03.872Z[ recovery-image] Oct 18 17:50:01.829 INFO O| Oct 18 17:50:01.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
44402024-10-18T17:50:03.872Z[ recovery-image] Oct 18 17:50:01.829 INFO O| Oct 18 17:50:01.829 INFO STEP 93 (remove_files) COMPLETE
44412024-10-18T17:50:03.872Z[ recovery-image] Oct 18 17:50:01.829 INFO O| Oct 18 17:50:01.829 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44422024-10-18T17:50:03.892Z[ recovery-image] Oct 18 17:50:01.849 INFO O| Oct 18 17:50:01.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
44432024-10-18T17:50:03.892Z[ recovery-image] Oct 18 17:50:01.849 INFO O| Oct 18 17:50:01.849 INFO STEP 94 (remove_files) COMPLETE
44442024-10-18T17:50:03.892Z[ recovery-image] Oct 18 17:50:01.849 INFO O| Oct 18 17:50:01.849 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44452024-10-18T17:50:03.912Z[ recovery-image] Oct 18 17:50:01.869 INFO O| Oct 18 17:50:01.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
44462024-10-18T17:50:03.912Z[ recovery-image] Oct 18 17:50:01.869 INFO O| Oct 18 17:50:01.869 INFO STEP 95 (remove_files) COMPLETE
44472024-10-18T17:50:03.912Z[ recovery-image] Oct 18 17:50:01.869 INFO O| Oct 18 17:50:01.869 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44482024-10-18T17:50:03.933Z[ recovery-image] Oct 18 17:50:01.890 INFO O| Oct 18 17:50:01.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
44492024-10-18T17:50:03.933Z[ recovery-image] Oct 18 17:50:01.890 INFO O| Oct 18 17:50:01.890 INFO STEP 96 (remove_files) COMPLETE
44502024-10-18T17:50:03.933Z[ recovery-image] Oct 18 17:50:01.890 INFO O| Oct 18 17:50:01.890 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44512024-10-18T17:50:03.961Z[ recovery-image] Oct 18 17:50:01.917 INFO O| Oct 18 17:50:01.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
44522024-10-18T17:50:03.964Z[ recovery-image] Oct 18 17:50:01.922 INFO O| Oct 18 17:50:01.922 INFO STEP 97 (remove_files) COMPLETE
44532024-10-18T17:50:03.968Z[ recovery-image] Oct 18 17:50:01.922 INFO O| Oct 18 17:50:01.922 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44542024-10-18T17:50:03.986Z[ recovery-image] Oct 18 17:50:01.943 INFO O| Oct 18 17:50:01.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
44552024-10-18T17:50:03.989Z[ recovery-image] Oct 18 17:50:01.943 INFO O| Oct 18 17:50:01.943 INFO STEP 98 (remove_files) COMPLETE
44562024-10-18T17:50:03.989Z[ recovery-image] Oct 18 17:50:01.944 INFO O| Oct 18 17:50:01.943 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44572024-10-18T17:50:04.006Z[ recovery-image] Oct 18 17:50:01.964 INFO O| Oct 18 17:50:01.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
44582024-10-18T17:50:04.008Z[ recovery-image] Oct 18 17:50:01.964 INFO O| Oct 18 17:50:01.964 INFO STEP 99 (remove_files) COMPLETE
44592024-10-18T17:50:04.008Z[ recovery-image] Oct 18 17:50:01.964 INFO O| Oct 18 17:50:01.964 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44602024-10-18T17:50:04.086Z[ recovery-image] Oct 18 17:50:02.044 INFO O| Oct 18 17:50:02.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
44612024-10-18T17:50:04.088Z[ recovery-image] Oct 18 17:50:02.044 INFO O| Oct 18 17:50:02.044 INFO STEP 100 (remove_files) COMPLETE
44622024-10-18T17:50:04.088Z[ recovery-image] Oct 18 17:50:02.044 INFO O| Oct 18 17:50:02.044 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44632024-10-18T17:50:04.160Z[ recovery-image] Oct 18 17:50:02.118 INFO O| Oct 18 17:50:02.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
44642024-10-18T17:50:04.160Z[ recovery-image] Oct 18 17:50:02.118 INFO O| Oct 18 17:50:02.118 INFO STEP 101 (remove_files) COMPLETE
44652024-10-18T17:50:04.164Z[ recovery-image] Oct 18 17:50:02.118 INFO O| Oct 18 17:50:02.118 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44662024-10-18T17:50:04.179Z[ recovery-image] Oct 18 17:50:02.137 INFO O| Oct 18 17:50:02.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
44672024-10-18T17:50:04.202Z[ recovery-image] Oct 18 17:50:02.160 INFO O| Oct 18 17:50:02.160 INFO STEP 102 (remove_files) COMPLETE
44682024-10-18T17:50:04.202Z[ recovery-image] Oct 18 17:50:02.160 INFO O| Oct 18 17:50:02.160 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44692024-10-18T17:50:04.243Z[ recovery-image] Oct 18 17:50:02.200 INFO O| Oct 18 17:50:02.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
44702024-10-18T17:50:04.245Z[ recovery-image] Oct 18 17:50:02.201 INFO O| Oct 18 17:50:02.201 INFO STEP 103 (remove_files) COMPLETE
44712024-10-18T17:50:04.245Z[ recovery-image] Oct 18 17:50:02.201 INFO O| Oct 18 17:50:02.201 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44722024-10-18T17:50:04.264Z[ recovery-image] Oct 18 17:50:02.221 INFO O| Oct 18 17:50:02.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
44732024-10-18T17:50:04.266Z[ recovery-image] Oct 18 17:50:02.222 INFO O| Oct 18 17:50:02.222 INFO STEP 104 (remove_files) COMPLETE
44742024-10-18T17:50:04.266Z[ recovery-image] Oct 18 17:50:02.222 INFO O| Oct 18 17:50:02.222 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44752024-10-18T17:50:04.285Z[ recovery-image] Oct 18 17:50:02.242 INFO O| Oct 18 17:50:02.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
44762024-10-18T17:50:04.287Z[ recovery-image] Oct 18 17:50:02.243 INFO O| Oct 18 17:50:02.243 INFO STEP 105 (remove_files) COMPLETE
44772024-10-18T17:50:04.287Z[ recovery-image] Oct 18 17:50:02.243 INFO O| Oct 18 17:50:02.243 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44782024-10-18T17:50:04.305Z[ recovery-image] Oct 18 17:50:02.262 INFO O| Oct 18 17:50:02.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
44792024-10-18T17:50:04.309Z[ recovery-image] Oct 18 17:50:02.267 INFO O| Oct 18 17:50:02.267 INFO STEP 106 (remove_files) COMPLETE
44802024-10-18T17:50:04.311Z[ recovery-image] Oct 18 17:50:02.267 INFO O| Oct 18 17:50:02.267 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44812024-10-18T17:50:04.329Z[ recovery-image] Oct 18 17:50:02.286 INFO O| Oct 18 17:50:02.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
44822024-10-18T17:50:04.331Z[ recovery-image] Oct 18 17:50:02.287 INFO O| Oct 18 17:50:02.287 INFO STEP 107 (remove_files) COMPLETE
44832024-10-18T17:50:04.331Z[ recovery-image] Oct 18 17:50:02.287 INFO O| Oct 18 17:50:02.287 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44842024-10-18T17:50:04.347Z[ recovery-image] Oct 18 17:50:02.305 INFO O| Oct 18 17:50:02.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
44852024-10-18T17:50:04.350Z[ recovery-image] Oct 18 17:50:02.306 INFO O| Oct 18 17:50:02.306 INFO STEP 108 (remove_files) COMPLETE
44862024-10-18T17:50:04.350Z[ recovery-image] Oct 18 17:50:02.306 INFO O| Oct 18 17:50:02.306 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44872024-10-18T17:50:04.367Z[ recovery-image] Oct 18 17:50:02.324 INFO O| Oct 18 17:50:02.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
44882024-10-18T17:50:04.369Z[ recovery-image] Oct 18 17:50:02.325 INFO O| Oct 18 17:50:02.325 INFO STEP 109 (remove_files) COMPLETE
44892024-10-18T17:50:04.369Z[ recovery-image] Oct 18 17:50:02.325 INFO O| Oct 18 17:50:02.325 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44902024-10-18T17:50:04.385Z[ recovery-image] Oct 18 17:50:02.343 INFO O| Oct 18 17:50:02.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
44912024-10-18T17:50:04.388Z[ recovery-image] Oct 18 17:50:02.343 INFO O| Oct 18 17:50:02.343 INFO STEP 110 (remove_files) COMPLETE
44922024-10-18T17:50:04.388Z[ recovery-image] Oct 18 17:50:02.343 INFO O| Oct 18 17:50:02.343 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44932024-10-18T17:50:04.404Z[ recovery-image] Oct 18 17:50:02.362 INFO O| Oct 18 17:50:02.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
44942024-10-18T17:50:04.406Z[ recovery-image] Oct 18 17:50:02.362 INFO O| Oct 18 17:50:02.362 INFO STEP 111 (remove_files) COMPLETE
44952024-10-18T17:50:04.406Z[ recovery-image] Oct 18 17:50:02.362 INFO O| Oct 18 17:50:02.362 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44962024-10-18T17:50:04.438Z[ recovery-image] Oct 18 17:50:02.396 INFO O| Oct 18 17:50:02.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
44972024-10-18T17:50:04.440Z[ recovery-image] Oct 18 17:50:02.396 INFO O| Oct 18 17:50:02.396 INFO STEP 112 (remove_files) COMPLETE
44982024-10-18T17:50:04.441Z[ recovery-image] Oct 18 17:50:02.396 INFO O| Oct 18 17:50:02.396 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44992024-10-18T17:50:04.470Z[ recovery-image] Oct 18 17:50:02.428 INFO O| Oct 18 17:50:02.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
45002024-10-18T17:50:04.470Z[ recovery-image] Oct 18 17:50:02.428 INFO O| Oct 18 17:50:02.428 INFO STEP 113 (remove_files) COMPLETE
45012024-10-18T17:50:04.470Z[ recovery-image] Oct 18 17:50:02.428 INFO O| Oct 18 17:50:02.428 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45022024-10-18T17:50:04.490Z[ recovery-image] Oct 18 17:50:02.447 INFO O| Oct 18 17:50:02.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
45032024-10-18T17:50:04.490Z[ recovery-image] Oct 18 17:50:02.448 INFO O| Oct 18 17:50:02.447 INFO STEP 114 (remove_files) COMPLETE
45042024-10-18T17:50:04.490Z[ recovery-image] Oct 18 17:50:02.448 INFO O| Oct 18 17:50:02.448 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45052024-10-18T17:50:04.510Z[ recovery-image] Oct 18 17:50:02.467 INFO O| Oct 18 17:50:02.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
45062024-10-18T17:50:04.510Z[ recovery-image] Oct 18 17:50:02.468 INFO O| Oct 18 17:50:02.468 INFO STEP 115 (remove_files) COMPLETE
45072024-10-18T17:50:04.510Z[ recovery-image] Oct 18 17:50:02.468 INFO O| Oct 18 17:50:02.468 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45082024-10-18T17:50:04.545Z[ recovery-image] Oct 18 17:50:02.502 INFO O| Oct 18 17:50:02.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
45092024-10-18T17:50:04.545Z[ recovery-image] Oct 18 17:50:02.502 INFO O| Oct 18 17:50:02.502 INFO STEP 116 (remove_files) COMPLETE
45102024-10-18T17:50:04.548Z[ recovery-image] Oct 18 17:50:02.502 INFO O| Oct 18 17:50:02.502 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45112024-10-18T17:50:04.565Z[ recovery-image] Oct 18 17:50:02.523 INFO O| Oct 18 17:50:02.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
45122024-10-18T17:50:04.566Z[ recovery-image] Oct 18 17:50:02.523 INFO O| Oct 18 17:50:02.523 INFO STEP 117 (remove_files) COMPLETE
45132024-10-18T17:50:04.566Z[ recovery-image] Oct 18 17:50:02.523 INFO O| Oct 18 17:50:02.523 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45142024-10-18T17:50:04.633Z[ recovery-image] Oct 18 17:50:02.590 INFO O| Oct 18 17:50:02.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
45152024-10-18T17:50:04.633Z[ recovery-image] Oct 18 17:50:02.590 INFO O| Oct 18 17:50:02.590 INFO STEP 118 (remove_files) COMPLETE
45162024-10-18T17:50:04.635Z[ recovery-image] Oct 18 17:50:02.590 INFO O| Oct 18 17:50:02.590 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45172024-10-18T17:50:04.652Z[ recovery-image] Oct 18 17:50:02.610 INFO O| Oct 18 17:50:02.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
45182024-10-18T17:50:04.652Z[ recovery-image] Oct 18 17:50:02.610 INFO O| Oct 18 17:50:02.610 INFO STEP 119 (remove_files) COMPLETE
45192024-10-18T17:50:04.661Z[ recovery-image] Oct 18 17:50:02.610 INFO O| Oct 18 17:50:02.610 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45202024-10-18T17:50:04.693Z[ recovery-image] Oct 18 17:50:02.650 INFO O| Oct 18 17:50:02.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
45212024-10-18T17:50:04.724Z[ recovery-image] Oct 18 17:50:02.682 INFO O| Oct 18 17:50:02.682 INFO STEP 120 (remove_files) COMPLETE
45222024-10-18T17:50:04.724Z[ recovery-image] Oct 18 17:50:02.682 INFO O| Oct 18 17:50:02.682 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45232024-10-18T17:50:04.754Z[ recovery-image] Oct 18 17:50:02.712 INFO O| Oct 18 17:50:02.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
45242024-10-18T17:50:04.754Z[ recovery-image] Oct 18 17:50:02.712 INFO O| Oct 18 17:50:02.712 INFO STEP 121 (remove_files) COMPLETE
45252024-10-18T17:50:04.757Z[ recovery-image] Oct 18 17:50:02.712 INFO O| Oct 18 17:50:02.712 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45262024-10-18T17:50:04.769Z[ recovery-image] Oct 18 17:50:02.727 INFO O| Oct 18 17:50:02.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
45272024-10-18T17:50:04.769Z[ recovery-image] Oct 18 17:50:02.727 INFO O| Oct 18 17:50:02.727 INFO STEP 122 (remove_files) COMPLETE
45282024-10-18T17:50:04.769Z[ recovery-image] Oct 18 17:50:02.727 INFO O| Oct 18 17:50:02.727 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45292024-10-18T17:50:04.785Z[ recovery-image] Oct 18 17:50:02.742 INFO O| Oct 18 17:50:02.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
45302024-10-18T17:50:04.785Z[ recovery-image] Oct 18 17:50:02.742 INFO O| Oct 18 17:50:02.742 INFO STEP 123 (remove_files) COMPLETE
45312024-10-18T17:50:04.785Z[ recovery-image] Oct 18 17:50:02.742 INFO O| Oct 18 17:50:02.742 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45322024-10-18T17:50:04.802Z[ recovery-image] Oct 18 17:50:02.759 INFO O| Oct 18 17:50:02.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
45332024-10-18T17:50:04.802Z[ recovery-image] Oct 18 17:50:02.759 INFO O| Oct 18 17:50:02.759 INFO STEP 124 (remove_files) COMPLETE
45342024-10-18T17:50:04.804Z[ recovery-image] Oct 18 17:50:02.759 INFO O| Oct 18 17:50:02.759 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45352024-10-18T17:50:04.818Z[ recovery-image] Oct 18 17:50:02.775 INFO O| Oct 18 17:50:02.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
45362024-10-18T17:50:04.818Z[ recovery-image] Oct 18 17:50:02.775 INFO O| Oct 18 17:50:02.775 INFO STEP 125 (remove_files) COMPLETE
45372024-10-18T17:50:04.820Z[ recovery-image] Oct 18 17:50:02.775 INFO O| Oct 18 17:50:02.775 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45382024-10-18T17:50:04.833Z[ recovery-image] Oct 18 17:50:02.791 INFO O| Oct 18 17:50:02.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
45392024-10-18T17:50:04.833Z[ recovery-image] Oct 18 17:50:02.791 INFO O| Oct 18 17:50:02.791 INFO STEP 126 (remove_files) COMPLETE
45402024-10-18T17:50:04.833Z[ recovery-image] Oct 18 17:50:02.791 INFO O| Oct 18 17:50:02.791 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45412024-10-18T17:50:04.857Z[ recovery-image] Oct 18 17:50:02.814 INFO O| Oct 18 17:50:02.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
45422024-10-18T17:50:04.859Z[ recovery-image] Oct 18 17:50:02.814 INFO O| Oct 18 17:50:02.814 INFO STEP 127 (remove_files) COMPLETE
45432024-10-18T17:50:04.859Z[ recovery-image] Oct 18 17:50:02.814 INFO O| Oct 18 17:50:02.814 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45442024-10-18T17:50:04.875Z[ recovery-image] Oct 18 17:50:02.833 INFO O| Oct 18 17:50:02.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
45452024-10-18T17:50:04.875Z[ recovery-image] Oct 18 17:50:02.833 INFO O| Oct 18 17:50:02.833 INFO STEP 128 (remove_files) COMPLETE
45462024-10-18T17:50:04.878Z[ recovery-image] Oct 18 17:50:02.833 INFO O| Oct 18 17:50:02.833 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45472024-10-18T17:50:04.893Z[ recovery-image] Oct 18 17:50:02.851 INFO O| Oct 18 17:50:02.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
45482024-10-18T17:50:04.896Z[ recovery-image] Oct 18 17:50:02.851 INFO O| Oct 18 17:50:02.851 INFO STEP 129 (remove_files) COMPLETE
45492024-10-18T17:50:04.896Z[ recovery-image] Oct 18 17:50:02.851 INFO O| Oct 18 17:50:02.851 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45502024-10-18T17:50:04.911Z[ recovery-image] Oct 18 17:50:02.869 INFO O| Oct 18 17:50:02.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
45512024-10-18T17:50:04.915Z[ recovery-image] Oct 18 17:50:02.869 INFO O| Oct 18 17:50:02.869 INFO STEP 130 (remove_files) COMPLETE
45522024-10-18T17:50:04.915Z[ recovery-image] Oct 18 17:50:02.869 INFO O| Oct 18 17:50:02.869 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45532024-10-18T17:50:04.930Z[ recovery-image] Oct 18 17:50:02.886 INFO O| Oct 18 17:50:02.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
45542024-10-18T17:50:04.930Z[ recovery-image] Oct 18 17:50:02.887 INFO O| Oct 18 17:50:02.887 INFO STEP 131 (remove_files) COMPLETE
45552024-10-18T17:50:04.930Z[ recovery-image] Oct 18 17:50:02.887 INFO O| Oct 18 17:50:02.887 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45562024-10-18T17:50:04.947Z[ recovery-image] Oct 18 17:50:02.904 INFO O| Oct 18 17:50:02.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
45572024-10-18T17:50:04.947Z[ recovery-image] Oct 18 17:50:02.904 INFO O| Oct 18 17:50:02.904 INFO STEP 132 (remove_files) COMPLETE
45582024-10-18T17:50:04.947Z[ recovery-image] Oct 18 17:50:02.904 INFO O| Oct 18 17:50:02.904 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45592024-10-18T17:50:04.964Z[ recovery-image] Oct 18 17:50:02.922 INFO O| Oct 18 17:50:02.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
45602024-10-18T17:50:04.964Z[ recovery-image] Oct 18 17:50:02.922 INFO O| Oct 18 17:50:02.922 INFO STEP 133 (remove_files) COMPLETE
45612024-10-18T17:50:04.967Z[ recovery-image] Oct 18 17:50:02.922 INFO O| Oct 18 17:50:02.922 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45622024-10-18T17:50:04.984Z[ recovery-image] Oct 18 17:50:02.941 INFO O| Oct 18 17:50:02.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
45632024-10-18T17:50:04.987Z[ recovery-image] Oct 18 17:50:02.941 INFO O| Oct 18 17:50:02.941 INFO STEP 134 (remove_files) COMPLETE
45642024-10-18T17:50:04.987Z[ recovery-image] Oct 18 17:50:02.941 INFO O| Oct 18 17:50:02.941 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45652024-10-18T17:50:05.001Z[ recovery-image] Oct 18 17:50:02.959 INFO O| Oct 18 17:50:02.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
45662024-10-18T17:50:05.004Z[ recovery-image] Oct 18 17:50:02.959 INFO O| Oct 18 17:50:02.959 INFO STEP 135 (remove_files) COMPLETE
45672024-10-18T17:50:05.004Z[ recovery-image] Oct 18 17:50:02.959 INFO O| Oct 18 17:50:02.959 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45682024-10-18T17:50:05.021Z[ recovery-image] Oct 18 17:50:02.978 INFO O| Oct 18 17:50:02.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
45692024-10-18T17:50:05.023Z[ recovery-image] Oct 18 17:50:02.978 INFO O| Oct 18 17:50:02.978 INFO STEP 136 (remove_files) COMPLETE
45702024-10-18T17:50:05.023Z[ recovery-image] Oct 18 17:50:02.978 INFO O| Oct 18 17:50:02.978 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45712024-10-18T17:50:05.039Z[ recovery-image] Oct 18 17:50:02.996 INFO O| Oct 18 17:50:02.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
45722024-10-18T17:50:05.041Z[ recovery-image] Oct 18 17:50:02.997 INFO O| Oct 18 17:50:02.997 INFO STEP 137 (remove_files) COMPLETE
45732024-10-18T17:50:05.041Z[ recovery-image] Oct 18 17:50:02.997 INFO O| Oct 18 17:50:02.997 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45742024-10-18T17:50:05.058Z[ recovery-image] Oct 18 17:50:03.015 INFO O| Oct 18 17:50:03.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
45752024-10-18T17:50:05.060Z[ recovery-image] Oct 18 17:50:03.016 INFO O| Oct 18 17:50:03.016 INFO STEP 138 (remove_files) COMPLETE
45762024-10-18T17:50:05.060Z[ recovery-image] Oct 18 17:50:03.016 INFO O| Oct 18 17:50:03.016 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45772024-10-18T17:50:05.076Z[ recovery-image] Oct 18 17:50:03.034 INFO O| Oct 18 17:50:03.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
45782024-10-18T17:50:05.079Z[ recovery-image] Oct 18 17:50:03.034 INFO O| Oct 18 17:50:03.034 INFO STEP 139 (remove_files) COMPLETE
45792024-10-18T17:50:05.079Z[ recovery-image] Oct 18 17:50:03.034 INFO O| Oct 18 17:50:03.034 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45802024-10-18T17:50:05.095Z[ recovery-image] Oct 18 17:50:03.052 INFO O| Oct 18 17:50:03.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
45812024-10-18T17:50:05.097Z[ recovery-image] Oct 18 17:50:03.052 INFO O| Oct 18 17:50:03.052 INFO STEP 140 (remove_files) COMPLETE
45822024-10-18T17:50:05.097Z[ recovery-image] Oct 18 17:50:03.053 INFO O| Oct 18 17:50:03.053 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45832024-10-18T17:50:05.132Z[ recovery-image] Oct 18 17:50:03.090 INFO O| Oct 18 17:50:03.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
45842024-10-18T17:50:05.132Z[ recovery-image] Oct 18 17:50:03.090 INFO O| Oct 18 17:50:03.090 INFO STEP 141 (remove_files) COMPLETE
45852024-10-18T17:50:05.135Z[ recovery-image] Oct 18 17:50:03.090 INFO O| Oct 18 17:50:03.090 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45862024-10-18T17:50:05.221Z[ recovery-image] Oct 18 17:50:03.178 INFO O| Oct 18 17:50:03.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
45872024-10-18T17:50:05.221Z[ recovery-image] Oct 18 17:50:03.178 INFO O| Oct 18 17:50:03.178 INFO STEP 142 (remove_files) COMPLETE
45882024-10-18T17:50:05.223Z[ recovery-image] Oct 18 17:50:03.179 INFO O| Oct 18 17:50:03.178 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45892024-10-18T17:50:05.239Z[ recovery-image] Oct 18 17:50:03.197 INFO O| Oct 18 17:50:03.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
45902024-10-18T17:50:05.239Z[ recovery-image] Oct 18 17:50:03.197 INFO O| Oct 18 17:50:03.197 INFO STEP 143 (remove_files) COMPLETE
45912024-10-18T17:50:05.242Z[ recovery-image] Oct 18 17:50:03.197 INFO O| Oct 18 17:50:03.197 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45922024-10-18T17:50:05.292Z[ recovery-image] Oct 18 17:50:03.250 INFO O| Oct 18 17:50:03.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
45932024-10-18T17:50:05.293Z[ recovery-image] Oct 18 17:50:03.250 INFO O| Oct 18 17:50:03.250 INFO STEP 144 (remove_files) COMPLETE
45942024-10-18T17:50:05.293Z[ recovery-image] Oct 18 17:50:03.250 INFO O| Oct 18 17:50:03.250 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45952024-10-18T17:50:05.311Z[ recovery-image] Oct 18 17:50:03.268 INFO O| Oct 18 17:50:03.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
45962024-10-18T17:50:05.311Z[ recovery-image] Oct 18 17:50:03.268 INFO O| Oct 18 17:50:03.268 INFO STEP 145 (remove_files) COMPLETE
45972024-10-18T17:50:05.311Z[ recovery-image] Oct 18 17:50:03.268 INFO O| Oct 18 17:50:03.268 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45982024-10-18T17:50:05.328Z[ recovery-image] Oct 18 17:50:03.286 INFO O| Oct 18 17:50:03.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
45992024-10-18T17:50:05.328Z[ recovery-image] Oct 18 17:50:03.286 INFO O| Oct 18 17:50:03.286 INFO STEP 146 (remove_files) COMPLETE
46002024-10-18T17:50:05.328Z[ recovery-image] Oct 18 17:50:03.286 INFO O| Oct 18 17:50:03.286 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46012024-10-18T17:50:05.346Z[ recovery-image] Oct 18 17:50:03.303 INFO O| Oct 18 17:50:03.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
46022024-10-18T17:50:05.346Z[ recovery-image] Oct 18 17:50:03.303 INFO O| Oct 18 17:50:03.303 INFO STEP 147 (remove_files) COMPLETE
46032024-10-18T17:50:05.348Z[ recovery-image] Oct 18 17:50:03.303 INFO O| Oct 18 17:50:03.303 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46042024-10-18T17:50:05.363Z[ recovery-image] Oct 18 17:50:03.320 INFO O| Oct 18 17:50:03.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
46052024-10-18T17:50:05.382Z[ recovery-image] Oct 18 17:50:03.340 INFO O| Oct 18 17:50:03.340 INFO STEP 148 (remove_files) COMPLETE
46062024-10-18T17:50:05.382Z[ recovery-image] Oct 18 17:50:03.340 INFO O| Oct 18 17:50:03.340 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46072024-10-18T17:50:05.401Z[ recovery-image] Oct 18 17:50:03.358 INFO O| Oct 18 17:50:03.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
46082024-10-18T17:50:05.401Z[ recovery-image] Oct 18 17:50:03.358 INFO O| Oct 18 17:50:03.358 INFO STEP 149 (remove_files) COMPLETE
46092024-10-18T17:50:05.401Z[ recovery-image] Oct 18 17:50:03.358 INFO O| Oct 18 17:50:03.358 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46102024-10-18T17:50:05.417Z[ recovery-image] Oct 18 17:50:03.375 INFO O| Oct 18 17:50:03.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
46112024-10-18T17:50:05.417Z[ recovery-image] Oct 18 17:50:03.375 INFO O| Oct 18 17:50:03.375 INFO STEP 150 (remove_files) COMPLETE
46122024-10-18T17:50:05.417Z[ recovery-image] Oct 18 17:50:03.375 INFO O| Oct 18 17:50:03.375 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46132024-10-18T17:50:05.434Z[ recovery-image] Oct 18 17:50:03.392 INFO O| Oct 18 17:50:03.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
46142024-10-18T17:50:05.441Z[ recovery-image] Oct 18 17:50:03.399 INFO O| Oct 18 17:50:03.399 INFO STEP 151 (remove_files) COMPLETE
46152024-10-18T17:50:05.441Z[ recovery-image] Oct 18 17:50:03.399 INFO O| Oct 18 17:50:03.399 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46162024-10-18T17:50:05.460Z[ recovery-image] Oct 18 17:50:03.417 INFO O| Oct 18 17:50:03.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
46172024-10-18T17:50:05.460Z[ recovery-image] Oct 18 17:50:03.418 INFO O| Oct 18 17:50:03.417 INFO STEP 152 (remove_files) COMPLETE
46182024-10-18T17:50:05.460Z[ recovery-image] Oct 18 17:50:03.418 INFO O| Oct 18 17:50:03.418 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46192024-10-18T17:50:05.477Z[ recovery-image] Oct 18 17:50:03.435 INFO O| Oct 18 17:50:03.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
46202024-10-18T17:50:05.477Z[ recovery-image] Oct 18 17:50:03.435 INFO O| Oct 18 17:50:03.435 INFO STEP 153 (remove_files) COMPLETE
46212024-10-18T17:50:05.477Z[ recovery-image] Oct 18 17:50:03.435 INFO O| Oct 18 17:50:03.435 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46222024-10-18T17:50:05.499Z[ recovery-image] Oct 18 17:50:03.456 INFO O| Oct 18 17:50:03.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
46232024-10-18T17:50:05.499Z[ recovery-image] Oct 18 17:50:03.456 INFO O| Oct 18 17:50:03.456 INFO STEP 154 (remove_files) COMPLETE
46242024-10-18T17:50:05.501Z[ recovery-image] Oct 18 17:50:03.456 INFO O| Oct 18 17:50:03.456 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46252024-10-18T17:50:05.530Z[ recovery-image] Oct 18 17:50:03.487 INFO O| Oct 18 17:50:03.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
46262024-10-18T17:50:05.530Z[ recovery-image] Oct 18 17:50:03.487 INFO O| Oct 18 17:50:03.487 INFO STEP 155 (remove_files) COMPLETE
46272024-10-18T17:50:05.530Z[ recovery-image] Oct 18 17:50:03.487 INFO O| Oct 18 17:50:03.487 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46282024-10-18T17:50:05.546Z[ recovery-image] Oct 18 17:50:03.504 INFO O| Oct 18 17:50:03.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
46292024-10-18T17:50:05.546Z[ recovery-image] Oct 18 17:50:03.504 INFO O| Oct 18 17:50:03.504 INFO STEP 156 (remove_files) COMPLETE
46302024-10-18T17:50:05.546Z[ recovery-image] Oct 18 17:50:03.504 INFO O| Oct 18 17:50:03.504 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46312024-10-18T17:50:05.562Z[ recovery-image] Oct 18 17:50:03.520 INFO O| Oct 18 17:50:03.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
46322024-10-18T17:50:05.562Z[ recovery-image] Oct 18 17:50:03.520 INFO O| Oct 18 17:50:03.520 INFO STEP 157 (remove_files) COMPLETE
46332024-10-18T17:50:05.562Z[ recovery-image] Oct 18 17:50:03.520 INFO O| Oct 18 17:50:03.520 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46342024-10-18T17:50:05.578Z[ recovery-image] Oct 18 17:50:03.535 INFO O| Oct 18 17:50:03.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
46352024-10-18T17:50:05.589Z[ recovery-image] Oct 18 17:50:03.547 INFO O| Oct 18 17:50:03.547 INFO STEP 158 (remove_files) COMPLETE
46362024-10-18T17:50:05.592Z[ recovery-image] Oct 18 17:50:03.547 INFO O| Oct 18 17:50:03.547 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46372024-10-18T17:50:05.630Z[ recovery-image] Oct 18 17:50:03.588 INFO O| Oct 18 17:50:03.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
46382024-10-18T17:50:05.630Z[ recovery-image] Oct 18 17:50:03.588 INFO O| Oct 18 17:50:03.587 INFO STEP 159 (remove_files) COMPLETE
46392024-10-18T17:50:05.633Z[ recovery-image] Oct 18 17:50:03.588 INFO O| Oct 18 17:50:03.588 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46402024-10-18T17:50:05.657Z[ recovery-image] Oct 18 17:50:03.614 INFO O| Oct 18 17:50:03.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
46412024-10-18T17:50:05.657Z[ recovery-image] Oct 18 17:50:03.614 INFO O| Oct 18 17:50:03.614 INFO STEP 160 (remove_files) COMPLETE
46422024-10-18T17:50:05.657Z[ recovery-image] Oct 18 17:50:03.614 INFO O| Oct 18 17:50:03.614 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46432024-10-18T17:50:05.706Z[ recovery-image] Oct 18 17:50:03.663 INFO O| Oct 18 17:50:03.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
46442024-10-18T17:50:05.708Z[ recovery-image] Oct 18 17:50:03.663 INFO O| Oct 18 17:50:03.663 INFO STEP 161 (remove_files) COMPLETE
46452024-10-18T17:50:05.708Z[ recovery-image] Oct 18 17:50:03.664 INFO O| Oct 18 17:50:03.664 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46462024-10-18T17:50:05.725Z[ recovery-image] Oct 18 17:50:03.682 INFO O| Oct 18 17:50:03.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
46472024-10-18T17:50:05.727Z[ recovery-image] Oct 18 17:50:03.682 INFO O| Oct 18 17:50:03.682 INFO STEP 162 (remove_files) COMPLETE
46482024-10-18T17:50:05.727Z[ recovery-image] Oct 18 17:50:03.683 INFO O| Oct 18 17:50:03.682 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46492024-10-18T17:50:05.743Z[ recovery-image] Oct 18 17:50:03.700 INFO O| Oct 18 17:50:03.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
46502024-10-18T17:50:05.745Z[ recovery-image] Oct 18 17:50:03.700 INFO O| Oct 18 17:50:03.700 INFO STEP 163 (remove_files) COMPLETE
46512024-10-18T17:50:05.745Z[ recovery-image] Oct 18 17:50:03.701 INFO O| Oct 18 17:50:03.701 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46522024-10-18T17:50:05.761Z[ recovery-image] Oct 18 17:50:03.718 INFO O| Oct 18 17:50:03.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
46532024-10-18T17:50:05.763Z[ recovery-image] Oct 18 17:50:03.718 INFO O| Oct 18 17:50:03.718 INFO STEP 164 (remove_files) COMPLETE
46542024-10-18T17:50:05.763Z[ recovery-image] Oct 18 17:50:03.719 INFO O| Oct 18 17:50:03.718 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46552024-10-18T17:50:05.778Z[ recovery-image] Oct 18 17:50:03.735 INFO O| Oct 18 17:50:03.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
46562024-10-18T17:50:05.780Z[ recovery-image] Oct 18 17:50:03.736 INFO O| Oct 18 17:50:03.736 INFO STEP 165 (remove_files) COMPLETE
46572024-10-18T17:50:05.780Z[ recovery-image] Oct 18 17:50:03.736 INFO O| Oct 18 17:50:03.736 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46582024-10-18T17:50:05.808Z[ recovery-image] Oct 18 17:50:03.765 INFO O| Oct 18 17:50:03.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
46592024-10-18T17:50:05.831Z[ recovery-image] Oct 18 17:50:03.788 INFO O| Oct 18 17:50:03.788 INFO STEP 166 (remove_files) COMPLETE
46602024-10-18T17:50:05.831Z[ recovery-image] Oct 18 17:50:03.788 INFO O| Oct 18 17:50:03.788 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46612024-10-18T17:50:05.850Z[ recovery-image] Oct 18 17:50:03.808 INFO O| Oct 18 17:50:03.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
46622024-10-18T17:50:05.850Z[ recovery-image] Oct 18 17:50:03.808 INFO O| Oct 18 17:50:03.808 INFO STEP 167 (remove_files) COMPLETE
46632024-10-18T17:50:05.853Z[ recovery-image] Oct 18 17:50:03.808 INFO O| Oct 18 17:50:03.808 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46642024-10-18T17:50:05.869Z[ recovery-image] Oct 18 17:50:03.826 INFO O| Oct 18 17:50:03.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
46652024-10-18T17:50:05.869Z[ recovery-image] Oct 18 17:50:03.826 INFO O| Oct 18 17:50:03.826 INFO STEP 168 (remove_files) COMPLETE
46662024-10-18T17:50:05.871Z[ recovery-image] Oct 18 17:50:03.826 INFO O| Oct 18 17:50:03.826 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46672024-10-18T17:50:05.889Z[ recovery-image] Oct 18 17:50:03.846 INFO O| Oct 18 17:50:03.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
46682024-10-18T17:50:05.890Z[ recovery-image] Oct 18 17:50:03.846 INFO O| Oct 18 17:50:03.846 INFO STEP 169 (remove_files) COMPLETE
46692024-10-18T17:50:05.892Z[ recovery-image] Oct 18 17:50:03.846 INFO O| Oct 18 17:50:03.846 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46702024-10-18T17:50:05.908Z[ recovery-image] Oct 18 17:50:03.865 INFO O| Oct 18 17:50:03.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
46712024-10-18T17:50:05.908Z[ recovery-image] Oct 18 17:50:03.865 INFO O| Oct 18 17:50:03.865 INFO STEP 170 (remove_files) COMPLETE
46722024-10-18T17:50:05.908Z[ recovery-image] Oct 18 17:50:03.865 INFO O| Oct 18 17:50:03.865 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46732024-10-18T17:50:05.947Z[ recovery-image] Oct 18 17:50:03.904 INFO O| Oct 18 17:50:03.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
46742024-10-18T17:50:05.947Z[ recovery-image] Oct 18 17:50:03.904 INFO O| Oct 18 17:50:03.904 INFO STEP 171 (remove_files) COMPLETE
46752024-10-18T17:50:05.947Z[ recovery-image] Oct 18 17:50:03.904 INFO O| Oct 18 17:50:03.904 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46762024-10-18T17:50:05.970Z[ recovery-image] Oct 18 17:50:03.927 INFO O| Oct 18 17:50:03.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
46772024-10-18T17:50:05.970Z[ recovery-image] Oct 18 17:50:03.927 INFO O| Oct 18 17:50:03.927 INFO STEP 172 (remove_files) COMPLETE
46782024-10-18T17:50:05.973Z[ recovery-image] Oct 18 17:50:03.927 INFO O| Oct 18 17:50:03.927 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46792024-10-18T17:50:06.052Z[ recovery-image] Oct 18 17:50:04.009 INFO O| Oct 18 17:50:04.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
46802024-10-18T17:50:06.052Z[ recovery-image] Oct 18 17:50:04.009 INFO O| Oct 18 17:50:04.009 INFO STEP 173 (remove_files) COMPLETE
46812024-10-18T17:50:06.055Z[ recovery-image] Oct 18 17:50:04.009 INFO O| Oct 18 17:50:04.009 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46822024-10-18T17:50:06.070Z[ recovery-image] Oct 18 17:50:04.027 INFO O| Oct 18 17:50:04.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
46832024-10-18T17:50:06.070Z[ recovery-image] Oct 18 17:50:04.027 INFO O| Oct 18 17:50:04.027 INFO STEP 174 (remove_files) COMPLETE
46842024-10-18T17:50:06.070Z[ recovery-image] Oct 18 17:50:04.027 INFO O| Oct 18 17:50:04.027 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46852024-10-18T17:50:06.088Z[ recovery-image] Oct 18 17:50:04.045 INFO O| Oct 18 17:50:04.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
46862024-10-18T17:50:06.116Z[ recovery-image] Oct 18 17:50:04.073 INFO O| Oct 18 17:50:04.073 INFO STEP 175 (remove_files) COMPLETE
46872024-10-18T17:50:06.116Z[ recovery-image] Oct 18 17:50:04.073 INFO O| Oct 18 17:50:04.073 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46882024-10-18T17:50:06.173Z[ recovery-image] Oct 18 17:50:04.130 INFO O| Oct 18 17:50:04.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
46892024-10-18T17:50:06.173Z[ recovery-image] Oct 18 17:50:04.130 INFO O| Oct 18 17:50:04.130 INFO STEP 176 (remove_files) COMPLETE
46902024-10-18T17:50:06.175Z[ recovery-image] Oct 18 17:50:04.130 INFO O| Oct 18 17:50:04.130 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46912024-10-18T17:50:06.233Z[ recovery-image] Oct 18 17:50:04.190 INFO O| Oct 18 17:50:04.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
46922024-10-18T17:50:06.233Z[ recovery-image] Oct 18 17:50:04.190 INFO O| Oct 18 17:50:04.190 INFO STEP 177 (remove_files) COMPLETE
46932024-10-18T17:50:06.235Z[ recovery-image] Oct 18 17:50:04.190 INFO O| Oct 18 17:50:04.190 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46942024-10-18T17:50:06.251Z[ recovery-image] Oct 18 17:50:04.207 INFO O| Oct 18 17:50:04.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
46952024-10-18T17:50:06.251Z[ recovery-image] Oct 18 17:50:04.207 INFO O| Oct 18 17:50:04.207 INFO STEP 178 (remove_files) COMPLETE
46962024-10-18T17:50:06.251Z[ recovery-image] Oct 18 17:50:04.207 INFO O| Oct 18 17:50:04.207 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46972024-10-18T17:50:06.266Z[ recovery-image] Oct 18 17:50:04.223 INFO O| Oct 18 17:50:04.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
46982024-10-18T17:50:06.269Z[ recovery-image] Oct 18 17:50:04.223 INFO O| Oct 18 17:50:04.223 INFO STEP 179 (remove_files) COMPLETE
46992024-10-18T17:50:06.269Z[ recovery-image] Oct 18 17:50:04.223 INFO O| Oct 18 17:50:04.223 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47002024-10-18T17:50:06.282Z[ recovery-image] Oct 18 17:50:04.239 INFO O| Oct 18 17:50:04.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
47012024-10-18T17:50:06.282Z[ recovery-image] Oct 18 17:50:04.239 INFO O| Oct 18 17:50:04.239 INFO STEP 180 (remove_files) COMPLETE
47022024-10-18T17:50:06.285Z[ recovery-image] Oct 18 17:50:04.239 INFO O| Oct 18 17:50:04.239 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47032024-10-18T17:50:06.299Z[ recovery-image] Oct 18 17:50:04.256 INFO O| Oct 18 17:50:04.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
47042024-10-18T17:50:06.299Z[ recovery-image] Oct 18 17:50:04.256 INFO O| Oct 18 17:50:04.256 INFO STEP 181 (remove_files) COMPLETE
47052024-10-18T17:50:06.299Z[ recovery-image] Oct 18 17:50:04.256 INFO O| Oct 18 17:50:04.256 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47062024-10-18T17:50:06.316Z[ recovery-image] Oct 18 17:50:04.272 INFO O| Oct 18 17:50:04.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
47072024-10-18T17:50:06.316Z[ recovery-image] Oct 18 17:50:04.272 INFO O| Oct 18 17:50:04.272 INFO STEP 182 (remove_files) COMPLETE
47082024-10-18T17:50:06.316Z[ recovery-image] Oct 18 17:50:04.272 INFO O| Oct 18 17:50:04.272 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47092024-10-18T17:50:06.331Z[ recovery-image] Oct 18 17:50:04.288 INFO O| Oct 18 17:50:04.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
47102024-10-18T17:50:06.356Z[ recovery-image] Oct 18 17:50:04.313 INFO O| Oct 18 17:50:04.313 INFO STEP 183 (remove_files) COMPLETE
47112024-10-18T17:50:06.356Z[ recovery-image] Oct 18 17:50:04.313 INFO O| Oct 18 17:50:04.313 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47122024-10-18T17:50:06.393Z[ recovery-image] Oct 18 17:50:04.349 INFO O| Oct 18 17:50:04.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
47132024-10-18T17:50:06.393Z[ recovery-image] Oct 18 17:50:04.349 INFO O| Oct 18 17:50:04.349 INFO STEP 184 (remove_files) COMPLETE
47142024-10-18T17:50:06.393Z[ recovery-image] Oct 18 17:50:04.350 INFO O| Oct 18 17:50:04.349 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47152024-10-18T17:50:06.410Z[ recovery-image] Oct 18 17:50:04.367 INFO O| Oct 18 17:50:04.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
47162024-10-18T17:50:06.410Z[ recovery-image] Oct 18 17:50:04.367 INFO O| Oct 18 17:50:04.367 INFO STEP 185 (remove_files) COMPLETE
47172024-10-18T17:50:06.410Z[ recovery-image] Oct 18 17:50:04.367 INFO O| Oct 18 17:50:04.367 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47182024-10-18T17:50:06.427Z[ recovery-image] Oct 18 17:50:04.383 INFO O| Oct 18 17:50:04.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
47192024-10-18T17:50:06.427Z[ recovery-image] Oct 18 17:50:04.383 INFO O| Oct 18 17:50:04.383 INFO STEP 186 (remove_files) COMPLETE
47202024-10-18T17:50:06.427Z[ recovery-image] Oct 18 17:50:04.383 INFO O| Oct 18 17:50:04.383 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47212024-10-18T17:50:06.443Z[ recovery-image] Oct 18 17:50:04.399 INFO O| Oct 18 17:50:04.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
47222024-10-18T17:50:06.443Z[ recovery-image] Oct 18 17:50:04.399 INFO O| Oct 18 17:50:04.399 INFO STEP 187 (remove_files) COMPLETE
47232024-10-18T17:50:06.443Z[ recovery-image] Oct 18 17:50:04.399 INFO O| Oct 18 17:50:04.399 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47242024-10-18T17:50:06.463Z[ recovery-image] Oct 18 17:50:04.420 INFO O| Oct 18 17:50:04.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
47252024-10-18T17:50:06.466Z[ recovery-image] Oct 18 17:50:04.420 INFO O| Oct 18 17:50:04.420 INFO STEP 188 (remove_files) COMPLETE
47262024-10-18T17:50:06.466Z[ recovery-image] Oct 18 17:50:04.420 INFO O| Oct 18 17:50:04.420 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47272024-10-18T17:50:06.497Z[ recovery-image] Oct 18 17:50:04.454 INFO O| Oct 18 17:50:04.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
47282024-10-18T17:50:06.497Z[ recovery-image] Oct 18 17:50:04.454 INFO O| Oct 18 17:50:04.454 INFO STEP 189 (remove_files) COMPLETE
47292024-10-18T17:50:06.497Z[ recovery-image] Oct 18 17:50:04.454 INFO O| Oct 18 17:50:04.454 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47302024-10-18T17:50:06.546Z[ recovery-image] Oct 18 17:50:04.503 INFO O| Oct 18 17:50:04.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
47312024-10-18T17:50:06.549Z[ recovery-image] Oct 18 17:50:04.503 INFO O| Oct 18 17:50:04.503 INFO STEP 190 (remove_files) COMPLETE
47322024-10-18T17:50:06.549Z[ recovery-image] Oct 18 17:50:04.503 INFO O| Oct 18 17:50:04.503 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47332024-10-18T17:50:06.566Z[ recovery-image] Oct 18 17:50:04.523 INFO O| Oct 18 17:50:04.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
47342024-10-18T17:50:06.568Z[ recovery-image] Oct 18 17:50:04.523 INFO O| Oct 18 17:50:04.523 INFO STEP 191 (remove_files) COMPLETE
47352024-10-18T17:50:06.568Z[ recovery-image] Oct 18 17:50:04.523 INFO O| Oct 18 17:50:04.523 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47362024-10-18T17:50:06.583Z[ recovery-image] Oct 18 17:50:04.540 INFO O| Oct 18 17:50:04.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
47372024-10-18T17:50:06.592Z[ recovery-image] Oct 18 17:50:04.543 INFO O| Oct 18 17:50:04.543 INFO STEP 192 (remove_files) COMPLETE
47382024-10-18T17:50:06.595Z[ recovery-image] Oct 18 17:50:04.543 INFO O| Oct 18 17:50:04.543 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47392024-10-18T17:50:06.605Z[ recovery-image] Oct 18 17:50:04.562 INFO O| Oct 18 17:50:04.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
47402024-10-18T17:50:06.607Z[ recovery-image] Oct 18 17:50:04.562 INFO O| Oct 18 17:50:04.562 INFO STEP 193 (remove_files) COMPLETE
47412024-10-18T17:50:06.607Z[ recovery-image] Oct 18 17:50:04.562 INFO O| Oct 18 17:50:04.562 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47422024-10-18T17:50:06.623Z[ recovery-image] Oct 18 17:50:04.580 INFO O| Oct 18 17:50:04.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
47432024-10-18T17:50:06.623Z[ recovery-image] Oct 18 17:50:04.580 INFO O| Oct 18 17:50:04.580 INFO STEP 194 (remove_files) COMPLETE
47442024-10-18T17:50:06.623Z[ recovery-image] Oct 18 17:50:04.580 INFO O| Oct 18 17:50:04.580 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47452024-10-18T17:50:06.645Z[ recovery-image] Oct 18 17:50:04.602 INFO O| Oct 18 17:50:04.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
47462024-10-18T17:50:06.645Z[ recovery-image] Oct 18 17:50:04.602 INFO O| Oct 18 17:50:04.602 INFO STEP 195 (remove_files) COMPLETE
47472024-10-18T17:50:06.648Z[ recovery-image] Oct 18 17:50:04.602 INFO O| Oct 18 17:50:04.602 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47482024-10-18T17:50:06.680Z[ recovery-image] Oct 18 17:50:04.637 INFO O| Oct 18 17:50:04.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
47492024-10-18T17:50:06.683Z[ recovery-image] Oct 18 17:50:04.638 INFO O| Oct 18 17:50:04.637 INFO STEP 196 (remove_files) COMPLETE
47502024-10-18T17:50:06.683Z[ recovery-image] Oct 18 17:50:04.638 INFO O| Oct 18 17:50:04.638 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47512024-10-18T17:50:06.701Z[ recovery-image] Oct 18 17:50:04.658 INFO O| Oct 18 17:50:04.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
47522024-10-18T17:50:06.701Z[ recovery-image] Oct 18 17:50:04.658 INFO O| Oct 18 17:50:04.658 INFO STEP 197 (remove_files) COMPLETE
47532024-10-18T17:50:06.704Z[ recovery-image] Oct 18 17:50:04.658 INFO O| Oct 18 17:50:04.658 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47542024-10-18T17:50:06.722Z[ recovery-image] Oct 18 17:50:04.677 INFO O| Oct 18 17:50:04.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
47552024-10-18T17:50:06.722Z[ recovery-image] Oct 18 17:50:04.677 INFO O| Oct 18 17:50:04.677 INFO STEP 198 (remove_files) COMPLETE
47562024-10-18T17:50:06.722Z[ recovery-image] Oct 18 17:50:04.677 INFO O| Oct 18 17:50:04.677 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47572024-10-18T17:50:06.739Z[ recovery-image] Oct 18 17:50:04.696 INFO O| Oct 18 17:50:04.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
47582024-10-18T17:50:06.739Z[ recovery-image] Oct 18 17:50:04.696 INFO O| Oct 18 17:50:04.696 INFO STEP 199 (remove_files) COMPLETE
47592024-10-18T17:50:06.739Z[ recovery-image] Oct 18 17:50:04.696 INFO O| Oct 18 17:50:04.696 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47602024-10-18T17:50:06.758Z[ recovery-image] Oct 18 17:50:04.714 INFO O| Oct 18 17:50:04.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
47612024-10-18T17:50:06.758Z[ recovery-image] Oct 18 17:50:04.715 INFO O| Oct 18 17:50:04.714 INFO STEP 200 (remove_files) COMPLETE
47622024-10-18T17:50:06.758Z[ recovery-image] Oct 18 17:50:04.715 INFO O| Oct 18 17:50:04.715 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47632024-10-18T17:50:06.776Z[ recovery-image] Oct 18 17:50:04.733 INFO O| Oct 18 17:50:04.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
47642024-10-18T17:50:06.776Z[ recovery-image] Oct 18 17:50:04.733 INFO O| Oct 18 17:50:04.733 INFO STEP 201 (remove_files) COMPLETE
47652024-10-18T17:50:06.776Z[ recovery-image] Oct 18 17:50:04.733 INFO O| Oct 18 17:50:04.733 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47662024-10-18T17:50:06.795Z[ recovery-image] Oct 18 17:50:04.752 INFO O| Oct 18 17:50:04.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
47672024-10-18T17:50:06.795Z[ recovery-image] Oct 18 17:50:04.752 INFO O| Oct 18 17:50:04.752 INFO STEP 202 (remove_files) COMPLETE
47682024-10-18T17:50:06.798Z[ recovery-image] Oct 18 17:50:04.752 INFO O| Oct 18 17:50:04.752 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47692024-10-18T17:50:06.814Z[ recovery-image] Oct 18 17:50:04.771 INFO O| Oct 18 17:50:04.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
47702024-10-18T17:50:06.814Z[ recovery-image] Oct 18 17:50:04.771 INFO O| Oct 18 17:50:04.771 INFO STEP 203 (remove_files) COMPLETE
47712024-10-18T17:50:06.817Z[ recovery-image] Oct 18 17:50:04.771 INFO O| Oct 18 17:50:04.771 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47722024-10-18T17:50:06.852Z[ recovery-image] Oct 18 17:50:04.809 INFO O| Oct 18 17:50:04.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
47732024-10-18T17:50:06.852Z[ recovery-image] Oct 18 17:50:04.809 INFO O| Oct 18 17:50:04.809 INFO STEP 204 (remove_files) COMPLETE
47742024-10-18T17:50:06.855Z[ recovery-image] Oct 18 17:50:04.809 INFO O| Oct 18 17:50:04.809 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47752024-10-18T17:50:06.872Z[ recovery-image] Oct 18 17:50:04.829 INFO O| Oct 18 17:50:04.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
47762024-10-18T17:50:06.875Z[ recovery-image] Oct 18 17:50:04.829 INFO O| Oct 18 17:50:04.829 INFO STEP 205 (remove_files) COMPLETE
47772024-10-18T17:50:06.875Z[ recovery-image] Oct 18 17:50:04.830 INFO O| Oct 18 17:50:04.829 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47782024-10-18T17:50:06.890Z[ recovery-image] Oct 18 17:50:04.847 INFO O| Oct 18 17:50:04.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
47792024-10-18T17:50:06.893Z[ recovery-image] Oct 18 17:50:04.847 INFO O| Oct 18 17:50:04.847 INFO STEP 206 (remove_files) COMPLETE
47802024-10-18T17:50:06.893Z[ recovery-image] Oct 18 17:50:04.847 INFO O| Oct 18 17:50:04.847 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47812024-10-18T17:50:06.909Z[ recovery-image] Oct 18 17:50:04.866 INFO O| Oct 18 17:50:04.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
47822024-10-18T17:50:06.912Z[ recovery-image] Oct 18 17:50:04.866 INFO O| Oct 18 17:50:04.866 INFO STEP 207 (remove_files) COMPLETE
47832024-10-18T17:50:06.912Z[ recovery-image] Oct 18 17:50:04.866 INFO O| Oct 18 17:50:04.866 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47842024-10-18T17:50:06.928Z[ recovery-image] Oct 18 17:50:04.885 INFO O| Oct 18 17:50:04.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
47852024-10-18T17:50:06.931Z[ recovery-image] Oct 18 17:50:04.885 INFO O| Oct 18 17:50:04.885 INFO STEP 208 (remove_files) COMPLETE
47862024-10-18T17:50:06.931Z[ recovery-image] Oct 18 17:50:04.885 INFO O| Oct 18 17:50:04.885 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47872024-10-18T17:50:06.948Z[ recovery-image] Oct 18 17:50:04.904 INFO O| Oct 18 17:50:04.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
47882024-10-18T17:50:06.973Z[ recovery-image] Oct 18 17:50:04.929 INFO O| Oct 18 17:50:04.929 INFO STEP 209 (remove_files) COMPLETE
47892024-10-18T17:50:06.973Z[ recovery-image] Oct 18 17:50:04.929 INFO O| Oct 18 17:50:04.929 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47902024-10-18T17:50:07.015Z[ recovery-image] Oct 18 17:50:04.972 INFO O| Oct 18 17:50:04.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
47912024-10-18T17:50:07.015Z[ recovery-image] Oct 18 17:50:04.972 INFO O| Oct 18 17:50:04.972 INFO STEP 210 (remove_files) COMPLETE
47922024-10-18T17:50:07.017Z[ recovery-image] Oct 18 17:50:04.972 INFO O| Oct 18 17:50:04.972 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47932024-10-18T17:50:07.065Z[ recovery-image] Oct 18 17:50:05.022 INFO O| Oct 18 17:50:05.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
47942024-10-18T17:50:07.065Z[ recovery-image] Oct 18 17:50:05.022 INFO O| Oct 18 17:50:05.022 INFO STEP 211 (remove_files) COMPLETE
47952024-10-18T17:50:07.065Z[ recovery-image] Oct 18 17:50:05.022 INFO O| Oct 18 17:50:05.022 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47962024-10-18T17:50:07.084Z[ recovery-image] Oct 18 17:50:05.041 INFO O| Oct 18 17:50:05.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
47972024-10-18T17:50:07.084Z[ recovery-image] Oct 18 17:50:05.041 INFO O| Oct 18 17:50:05.041 INFO STEP 212 (remove_files) COMPLETE
47982024-10-18T17:50:07.087Z[ recovery-image] Oct 18 17:50:05.041 INFO O| Oct 18 17:50:05.041 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47992024-10-18T17:50:07.102Z[ recovery-image] Oct 18 17:50:05.059 INFO O| Oct 18 17:50:05.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
48002024-10-18T17:50:07.102Z[ recovery-image] Oct 18 17:50:05.059 INFO O| Oct 18 17:50:05.059 INFO STEP 213 (remove_files) COMPLETE
48012024-10-18T17:50:07.102Z[ recovery-image] Oct 18 17:50:05.059 INFO O| Oct 18 17:50:05.059 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48022024-10-18T17:50:07.121Z[ recovery-image] Oct 18 17:50:05.077 INFO O| Oct 18 17:50:05.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
48032024-10-18T17:50:07.121Z[ recovery-image] Oct 18 17:50:05.077 INFO O| Oct 18 17:50:05.077 INFO STEP 214 (remove_files) COMPLETE
48042024-10-18T17:50:07.121Z[ recovery-image] Oct 18 17:50:05.077 INFO O| Oct 18 17:50:05.077 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48052024-10-18T17:50:07.138Z[ recovery-image] Oct 18 17:50:05.094 INFO O| Oct 18 17:50:05.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
48062024-10-18T17:50:07.138Z[ recovery-image] Oct 18 17:50:05.094 INFO O| Oct 18 17:50:05.094 INFO STEP 215 (remove_files) COMPLETE
48072024-10-18T17:50:07.138Z[ recovery-image] Oct 18 17:50:05.094 INFO O| Oct 18 17:50:05.094 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48082024-10-18T17:50:07.156Z[ recovery-image] Oct 18 17:50:05.113 INFO O| Oct 18 17:50:05.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
48092024-10-18T17:50:07.156Z[ recovery-image] Oct 18 17:50:05.113 INFO O| Oct 18 17:50:05.113 INFO STEP 216 (remove_files) COMPLETE
48102024-10-18T17:50:07.156Z[ recovery-image] Oct 18 17:50:05.113 INFO O| Oct 18 17:50:05.113 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48112024-10-18T17:50:07.176Z[ recovery-image] Oct 18 17:50:05.132 INFO O| Oct 18 17:50:05.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
48122024-10-18T17:50:07.176Z[ recovery-image] Oct 18 17:50:05.133 INFO O| Oct 18 17:50:05.133 INFO STEP 217 (remove_files) COMPLETE
48132024-10-18T17:50:07.176Z[ recovery-image] Oct 18 17:50:05.133 INFO O| Oct 18 17:50:05.133 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48142024-10-18T17:50:07.193Z[ recovery-image] Oct 18 17:50:05.149 INFO O| Oct 18 17:50:05.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
48152024-10-18T17:50:07.193Z[ recovery-image] Oct 18 17:50:05.149 INFO O| Oct 18 17:50:05.149 INFO STEP 218 (remove_files) COMPLETE
48162024-10-18T17:50:07.195Z[ recovery-image] Oct 18 17:50:05.149 INFO O| Oct 18 17:50:05.149 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48172024-10-18T17:50:07.210Z[ recovery-image] Oct 18 17:50:05.167 INFO O| Oct 18 17:50:05.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
48182024-10-18T17:50:07.210Z[ recovery-image] Oct 18 17:50:05.167 INFO O| Oct 18 17:50:05.167 INFO STEP 219 (remove_files) COMPLETE
48192024-10-18T17:50:07.213Z[ recovery-image] Oct 18 17:50:05.167 INFO O| Oct 18 17:50:05.167 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48202024-10-18T17:50:07.230Z[ recovery-image] Oct 18 17:50:05.187 INFO O| Oct 18 17:50:05.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
48212024-10-18T17:50:07.230Z[ recovery-image] Oct 18 17:50:05.187 INFO O| Oct 18 17:50:05.187 INFO STEP 220 (remove_files) COMPLETE
48222024-10-18T17:50:07.230Z[ recovery-image] Oct 18 17:50:05.187 INFO O| Oct 18 17:50:05.187 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48232024-10-18T17:50:07.248Z[ recovery-image] Oct 18 17:50:05.205 INFO O| Oct 18 17:50:05.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
48242024-10-18T17:50:07.248Z[ recovery-image] Oct 18 17:50:05.205 INFO O| Oct 18 17:50:05.205 INFO STEP 221 (remove_files) COMPLETE
48252024-10-18T17:50:07.249Z[ recovery-image] Oct 18 17:50:05.205 INFO O| Oct 18 17:50:05.205 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48262024-10-18T17:50:07.268Z[ recovery-image] Oct 18 17:50:05.224 INFO O| Oct 18 17:50:05.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
48272024-10-18T17:50:07.268Z[ recovery-image] Oct 18 17:50:05.224 INFO O| Oct 18 17:50:05.224 INFO STEP 222 (remove_files) COMPLETE
48282024-10-18T17:50:07.268Z[ recovery-image] Oct 18 17:50:05.224 INFO O| Oct 18 17:50:05.224 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48292024-10-18T17:50:07.287Z[ recovery-image] Oct 18 17:50:05.243 INFO O| Oct 18 17:50:05.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
48302024-10-18T17:50:07.287Z[ recovery-image] Oct 18 17:50:05.243 INFO O| Oct 18 17:50:05.243 INFO STEP 223 (remove_files) COMPLETE
48312024-10-18T17:50:07.289Z[ recovery-image] Oct 18 17:50:05.244 INFO O| Oct 18 17:50:05.243 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48322024-10-18T17:50:07.305Z[ recovery-image] Oct 18 17:50:05.262 INFO O| Oct 18 17:50:05.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
48332024-10-18T17:50:07.305Z[ recovery-image] Oct 18 17:50:05.262 INFO O| Oct 18 17:50:05.262 INFO STEP 224 (remove_files) COMPLETE
48342024-10-18T17:50:07.305Z[ recovery-image] Oct 18 17:50:05.262 INFO O| Oct 18 17:50:05.262 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48352024-10-18T17:50:07.324Z[ recovery-image] Oct 18 17:50:05.281 INFO O| Oct 18 17:50:05.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
48362024-10-18T17:50:07.324Z[ recovery-image] Oct 18 17:50:05.281 INFO O| Oct 18 17:50:05.281 INFO STEP 225 (remove_files) COMPLETE
48372024-10-18T17:50:07.324Z[ recovery-image] Oct 18 17:50:05.281 INFO O| Oct 18 17:50:05.281 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48382024-10-18T17:50:07.340Z[ recovery-image] Oct 18 17:50:05.297 INFO O| Oct 18 17:50:05.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
48392024-10-18T17:50:07.341Z[ recovery-image] Oct 18 17:50:05.297 INFO O| Oct 18 17:50:05.297 INFO STEP 226 (remove_files) COMPLETE
48402024-10-18T17:50:07.341Z[ recovery-image] Oct 18 17:50:05.297 INFO O| Oct 18 17:50:05.297 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48412024-10-18T17:50:07.359Z[ recovery-image] Oct 18 17:50:05.315 INFO O| Oct 18 17:50:05.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
48422024-10-18T17:50:07.359Z[ recovery-image] Oct 18 17:50:05.315 INFO O| Oct 18 17:50:05.315 INFO STEP 227 (remove_files) COMPLETE
48432024-10-18T17:50:07.361Z[ recovery-image] Oct 18 17:50:05.315 INFO O| Oct 18 17:50:05.315 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48442024-10-18T17:50:07.377Z[ recovery-image] Oct 18 17:50:05.334 INFO O| Oct 18 17:50:05.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
48452024-10-18T17:50:07.377Z[ recovery-image] Oct 18 17:50:05.334 INFO O| Oct 18 17:50:05.334 INFO STEP 228 (remove_files) COMPLETE
48462024-10-18T17:50:07.377Z[ recovery-image] Oct 18 17:50:05.334 INFO O| Oct 18 17:50:05.334 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48472024-10-18T17:50:07.396Z[ recovery-image] Oct 18 17:50:05.352 INFO O| Oct 18 17:50:05.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
48482024-10-18T17:50:07.396Z[ recovery-image] Oct 18 17:50:05.352 INFO O| Oct 18 17:50:05.352 INFO STEP 229 (remove_files) COMPLETE
48492024-10-18T17:50:07.398Z[ recovery-image] Oct 18 17:50:05.352 INFO O| Oct 18 17:50:05.352 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48502024-10-18T17:50:07.415Z[ recovery-image] Oct 18 17:50:05.371 INFO O| Oct 18 17:50:05.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
48512024-10-18T17:50:07.415Z[ recovery-image] Oct 18 17:50:05.371 INFO O| Oct 18 17:50:05.371 INFO STEP 230 (remove_files) COMPLETE
48522024-10-18T17:50:07.415Z[ recovery-image] Oct 18 17:50:05.371 INFO O| Oct 18 17:50:05.371 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48532024-10-18T17:50:07.432Z[ recovery-image] Oct 18 17:50:05.389 INFO O| Oct 18 17:50:05.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
48542024-10-18T17:50:07.432Z[ recovery-image] Oct 18 17:50:05.389 INFO O| Oct 18 17:50:05.389 INFO STEP 231 (remove_files) COMPLETE
48552024-10-18T17:50:07.432Z[ recovery-image] Oct 18 17:50:05.389 INFO O| Oct 18 17:50:05.389 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48562024-10-18T17:50:07.450Z[ recovery-image] Oct 18 17:50:05.406 INFO O| Oct 18 17:50:05.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
48572024-10-18T17:50:07.450Z[ recovery-image] Oct 18 17:50:05.406 INFO O| Oct 18 17:50:05.406 INFO STEP 232 (remove_files) COMPLETE
48582024-10-18T17:50:07.452Z[ recovery-image] Oct 18 17:50:05.406 INFO O| Oct 18 17:50:05.406 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48592024-10-18T17:50:07.467Z[ recovery-image] Oct 18 17:50:05.423 INFO O| Oct 18 17:50:05.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
48602024-10-18T17:50:07.467Z[ recovery-image] Oct 18 17:50:05.423 INFO O| Oct 18 17:50:05.423 INFO STEP 233 (remove_files) COMPLETE
48612024-10-18T17:50:07.467Z[ recovery-image] Oct 18 17:50:05.423 INFO O| Oct 18 17:50:05.423 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48622024-10-18T17:50:07.484Z[ recovery-image] Oct 18 17:50:05.441 INFO O| Oct 18 17:50:05.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
48632024-10-18T17:50:07.484Z[ recovery-image] Oct 18 17:50:05.441 INFO O| Oct 18 17:50:05.441 INFO STEP 234 (remove_files) COMPLETE
48642024-10-18T17:50:07.487Z[ recovery-image] Oct 18 17:50:05.441 INFO O| Oct 18 17:50:05.441 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48652024-10-18T17:50:07.501Z[ recovery-image] Oct 18 17:50:05.458 INFO O| Oct 18 17:50:05.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
48662024-10-18T17:50:07.501Z[ recovery-image] Oct 18 17:50:05.458 INFO O| Oct 18 17:50:05.458 INFO STEP 235 (remove_files) COMPLETE
48672024-10-18T17:50:07.501Z[ recovery-image] Oct 18 17:50:05.458 INFO O| Oct 18 17:50:05.458 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48682024-10-18T17:50:07.518Z[ recovery-image] Oct 18 17:50:05.474 INFO O| Oct 18 17:50:05.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
48692024-10-18T17:50:07.518Z[ recovery-image] Oct 18 17:50:05.474 INFO O| Oct 18 17:50:05.474 INFO STEP 236 (remove_files) COMPLETE
48702024-10-18T17:50:07.518Z[ recovery-image] Oct 18 17:50:05.474 INFO O| Oct 18 17:50:05.474 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48712024-10-18T17:50:07.534Z[ recovery-image] Oct 18 17:50:05.491 INFO O| Oct 18 17:50:05.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
48722024-10-18T17:50:07.534Z[ recovery-image] Oct 18 17:50:05.491 INFO O| Oct 18 17:50:05.491 INFO STEP 237 (remove_files) COMPLETE
48732024-10-18T17:50:07.537Z[ recovery-image] Oct 18 17:50:05.491 INFO O| Oct 18 17:50:05.491 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48742024-10-18T17:50:07.553Z[ recovery-image] Oct 18 17:50:05.509 INFO O| Oct 18 17:50:05.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
48752024-10-18T17:50:07.553Z[ recovery-image] Oct 18 17:50:05.509 INFO O| Oct 18 17:50:05.509 INFO STEP 238 (remove_files) COMPLETE
48762024-10-18T17:50:07.553Z[ recovery-image] Oct 18 17:50:05.509 INFO O| Oct 18 17:50:05.509 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48772024-10-18T17:50:07.571Z[ recovery-image] Oct 18 17:50:05.528 INFO O| Oct 18 17:50:05.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
48782024-10-18T17:50:07.571Z[ recovery-image] Oct 18 17:50:05.528 INFO O| Oct 18 17:50:05.528 INFO STEP 239 (remove_files) COMPLETE
48792024-10-18T17:50:07.572Z[ recovery-image] Oct 18 17:50:05.528 INFO O| Oct 18 17:50:05.528 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48802024-10-18T17:50:07.593Z[ recovery-image] Oct 18 17:50:05.549 INFO O| Oct 18 17:50:05.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
48812024-10-18T17:50:07.593Z[ recovery-image] Oct 18 17:50:05.549 INFO O| Oct 18 17:50:05.549 INFO STEP 240 (remove_files) COMPLETE
48822024-10-18T17:50:07.593Z[ recovery-image] Oct 18 17:50:05.549 INFO O| Oct 18 17:50:05.549 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48832024-10-18T17:50:07.614Z[ recovery-image] Oct 18 17:50:05.571 INFO O| Oct 18 17:50:05.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
48842024-10-18T17:50:07.614Z[ recovery-image] Oct 18 17:50:05.571 INFO O| Oct 18 17:50:05.571 INFO STEP 241 (remove_files) COMPLETE
48852024-10-18T17:50:07.614Z[ recovery-image] Oct 18 17:50:05.571 INFO O| Oct 18 17:50:05.571 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48862024-10-18T17:50:07.634Z[ recovery-image] Oct 18 17:50:05.591 INFO O| Oct 18 17:50:05.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
48872024-10-18T17:50:07.634Z[ recovery-image] Oct 18 17:50:05.591 INFO O| Oct 18 17:50:05.591 INFO STEP 242 (remove_files) COMPLETE
48882024-10-18T17:50:07.634Z[ recovery-image] Oct 18 17:50:05.591 INFO O| Oct 18 17:50:05.591 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48892024-10-18T17:50:07.666Z[ recovery-image] Oct 18 17:50:05.622 INFO O| Oct 18 17:50:05.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
48902024-10-18T17:50:07.668Z[ recovery-image] Oct 18 17:50:05.622 INFO O| Oct 18 17:50:05.622 INFO STEP 243 (remove_files) COMPLETE
48912024-10-18T17:50:07.668Z[ recovery-image] Oct 18 17:50:05.622 INFO O| Oct 18 17:50:05.622 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48922024-10-18T17:50:07.691Z[ recovery-image] Oct 18 17:50:05.647 INFO O| Oct 18 17:50:05.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
48932024-10-18T17:50:07.693Z[ recovery-image] Oct 18 17:50:05.647 INFO O| Oct 18 17:50:05.647 INFO STEP 244 (remove_files) COMPLETE
48942024-10-18T17:50:07.693Z[ recovery-image] Oct 18 17:50:05.648 INFO O| Oct 18 17:50:05.648 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48952024-10-18T17:50:07.717Z[ recovery-image] Oct 18 17:50:05.674 INFO O| Oct 18 17:50:05.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
48962024-10-18T17:50:07.720Z[ recovery-image] Oct 18 17:50:05.674 INFO O| Oct 18 17:50:05.674 INFO STEP 245 (remove_files) COMPLETE
48972024-10-18T17:50:07.720Z[ recovery-image] Oct 18 17:50:05.674 INFO O| Oct 18 17:50:05.674 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48982024-10-18T17:50:07.745Z[ recovery-image] Oct 18 17:50:05.702 INFO O| Oct 18 17:50:05.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
48992024-10-18T17:50:07.748Z[ recovery-image] Oct 18 17:50:05.702 INFO O| Oct 18 17:50:05.702 INFO STEP 246 (remove_files) COMPLETE
49002024-10-18T17:50:07.748Z[ recovery-image] Oct 18 17:50:05.702 INFO O| Oct 18 17:50:05.702 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49012024-10-18T17:50:07.774Z[ recovery-image] Oct 18 17:50:05.730 INFO O| Oct 18 17:50:05.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
49022024-10-18T17:50:07.774Z[ recovery-image] Oct 18 17:50:05.731 INFO O| Oct 18 17:50:05.730 INFO STEP 247 (remove_files) COMPLETE
49032024-10-18T17:50:07.776Z[ recovery-image] Oct 18 17:50:05.731 INFO O| Oct 18 17:50:05.731 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49042024-10-18T17:50:07.798Z[ recovery-image] Oct 18 17:50:05.755 INFO O| Oct 18 17:50:05.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
49052024-10-18T17:50:07.798Z[ recovery-image] Oct 18 17:50:05.755 INFO O| Oct 18 17:50:05.755 INFO STEP 248 (remove_files) COMPLETE
49062024-10-18T17:50:07.801Z[ recovery-image] Oct 18 17:50:05.755 INFO O| Oct 18 17:50:05.755 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49072024-10-18T17:50:07.841Z[ recovery-image] Oct 18 17:50:05.797 INFO O| Oct 18 17:50:05.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
49082024-10-18T17:50:07.844Z[ recovery-image] Oct 18 17:50:05.797 INFO O| Oct 18 17:50:05.797 INFO STEP 249 (remove_files) COMPLETE
49092024-10-18T17:50:07.844Z[ recovery-image] Oct 18 17:50:05.798 INFO O| Oct 18 17:50:05.797 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49102024-10-18T17:50:07.861Z[ recovery-image] Oct 18 17:50:05.817 INFO O| Oct 18 17:50:05.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
49112024-10-18T17:50:07.863Z[ recovery-image] Oct 18 17:50:05.818 INFO O| Oct 18 17:50:05.817 INFO STEP 250 (remove_files) COMPLETE
49122024-10-18T17:50:07.863Z[ recovery-image] Oct 18 17:50:05.818 INFO O| Oct 18 17:50:05.818 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49132024-10-18T17:50:07.879Z[ recovery-image] Oct 18 17:50:05.836 INFO O| Oct 18 17:50:05.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
49142024-10-18T17:50:07.879Z[ recovery-image] Oct 18 17:50:05.836 INFO O| Oct 18 17:50:05.836 INFO STEP 251 (remove_files) COMPLETE
49152024-10-18T17:50:07.882Z[ recovery-image] Oct 18 17:50:05.836 INFO O| Oct 18 17:50:05.836 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49162024-10-18T17:50:07.897Z[ recovery-image] Oct 18 17:50:05.854 INFO O| Oct 18 17:50:05.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
49172024-10-18T17:50:07.900Z[ recovery-image] Oct 18 17:50:05.854 INFO O| Oct 18 17:50:05.854 INFO STEP 252 (remove_files) COMPLETE
49182024-10-18T17:50:07.900Z[ recovery-image] Oct 18 17:50:05.854 INFO O| Oct 18 17:50:05.854 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49192024-10-18T17:50:07.917Z[ recovery-image] Oct 18 17:50:05.873 INFO O| Oct 18 17:50:05.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
49202024-10-18T17:50:07.919Z[ recovery-image] Oct 18 17:50:05.875 INFO O| Oct 18 17:50:05.875 INFO STEP 253 (remove_files) COMPLETE
49212024-10-18T17:50:07.919Z[ recovery-image] Oct 18 17:50:05.875 INFO O| Oct 18 17:50:05.875 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49222024-10-18T17:50:07.955Z[ recovery-image] Oct 18 17:50:05.912 INFO O| Oct 18 17:50:05.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
49232024-10-18T17:50:07.955Z[ recovery-image] Oct 18 17:50:05.912 INFO O| Oct 18 17:50:05.912 INFO STEP 254 (remove_files) COMPLETE
49242024-10-18T17:50:07.955Z[ recovery-image] Oct 18 17:50:05.912 INFO O| Oct 18 17:50:05.912 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49252024-10-18T17:50:07.977Z[ recovery-image] Oct 18 17:50:05.934 INFO O| Oct 18 17:50:05.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
49262024-10-18T17:50:07.977Z[ recovery-image] Oct 18 17:50:05.934 INFO O| Oct 18 17:50:05.934 INFO STEP 255 (remove_files) COMPLETE
49272024-10-18T17:50:07.977Z[ recovery-image] Oct 18 17:50:05.934 INFO O| Oct 18 17:50:05.934 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49282024-10-18T17:50:07.998Z[ recovery-image] Oct 18 17:50:05.954 INFO O| Oct 18 17:50:05.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
49292024-10-18T17:50:07.998Z[ recovery-image] Oct 18 17:50:05.955 INFO O| Oct 18 17:50:05.954 INFO STEP 256 (remove_files) COMPLETE
49302024-10-18T17:50:07.998Z[ recovery-image] Oct 18 17:50:05.955 INFO O| Oct 18 17:50:05.955 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49312024-10-18T17:50:08.017Z[ recovery-image] Oct 18 17:50:05.973 INFO O| Oct 18 17:50:05.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
49322024-10-18T17:50:08.035Z[ recovery-image] Oct 18 17:50:05.991 INFO O| Oct 18 17:50:05.991 INFO STEP 257 (remove_files) COMPLETE
49332024-10-18T17:50:08.035Z[ recovery-image] Oct 18 17:50:05.991 INFO O| Oct 18 17:50:05.991 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49342024-10-18T17:50:08.090Z[ recovery-image] Oct 18 17:50:06.046 INFO O| Oct 18 17:50:06.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
49352024-10-18T17:50:08.090Z[ recovery-image] Oct 18 17:50:06.046 INFO O| Oct 18 17:50:06.046 INFO STEP 258 (remove_files) COMPLETE
49362024-10-18T17:50:08.090Z[ recovery-image] Oct 18 17:50:06.046 INFO O| Oct 18 17:50:06.046 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49372024-10-18T17:50:08.124Z[ recovery-image] Oct 18 17:50:06.080 INFO O| Oct 18 17:50:06.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
49382024-10-18T17:50:08.124Z[ recovery-image] Oct 18 17:50:06.080 INFO O| Oct 18 17:50:06.080 INFO STEP 259 (remove_files) COMPLETE
49392024-10-18T17:50:08.127Z[ recovery-image] Oct 18 17:50:06.080 INFO O| Oct 18 17:50:06.080 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49402024-10-18T17:50:08.161Z[ recovery-image] Oct 18 17:50:06.118 INFO O| Oct 18 17:50:06.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
49412024-10-18T17:50:08.161Z[ recovery-image] Oct 18 17:50:06.118 INFO O| Oct 18 17:50:06.118 INFO STEP 260 (remove_files) COMPLETE
49422024-10-18T17:50:08.162Z[ recovery-image] Oct 18 17:50:06.118 INFO O| Oct 18 17:50:06.118 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49432024-10-18T17:50:08.179Z[ recovery-image] Oct 18 17:50:06.135 INFO O| Oct 18 17:50:06.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
49442024-10-18T17:50:08.182Z[ recovery-image] Oct 18 17:50:06.135 INFO O| Oct 18 17:50:06.135 INFO STEP 261 (remove_files) COMPLETE
49452024-10-18T17:50:08.182Z[ recovery-image] Oct 18 17:50:06.135 INFO O| Oct 18 17:50:06.135 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49462024-10-18T17:50:08.202Z[ host-image] Oct 18 17:50:06.159 INFO O| Oct 18 17:50:06.158 INFO O| Download: 885/1140 items 3.2/8.4MB 38% complete (682k/s)
49472024-10-18T17:50:08.239Z[ recovery-image] Oct 18 17:50:06.195 INFO O| Oct 18 17:50:06.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
49482024-10-18T17:50:08.239Z[ recovery-image] Oct 18 17:50:06.195 INFO O| Oct 18 17:50:06.195 INFO STEP 262 (remove_files) COMPLETE
49492024-10-18T17:50:08.239Z[ recovery-image] Oct 18 17:50:06.195 INFO O| Oct 18 17:50:06.195 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49502024-10-18T17:50:08.358Z[ recovery-image] Oct 18 17:50:06.314 INFO O| Oct 18 17:50:06.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
49512024-10-18T17:50:08.358Z[ recovery-image] Oct 18 17:50:06.314 INFO O| Oct 18 17:50:06.314 INFO STEP 263 (remove_files) COMPLETE
49522024-10-18T17:50:08.360Z[ recovery-image] Oct 18 17:50:06.314 INFO O| Oct 18 17:50:06.314 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49532024-10-18T17:50:08.460Z[ recovery-image] Oct 18 17:50:06.416 INFO O| Oct 18 17:50:06.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
49542024-10-18T17:50:08.463Z[ recovery-image] Oct 18 17:50:06.416 INFO O| Oct 18 17:50:06.416 INFO STEP 264 (remove_files) COMPLETE
49552024-10-18T17:50:08.463Z[ recovery-image] Oct 18 17:50:06.416 INFO O| Oct 18 17:50:06.416 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49562024-10-18T17:50:08.514Z[ recovery-image] Oct 18 17:50:06.470 INFO O| Oct 18 17:50:06.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
49572024-10-18T17:50:08.514Z[ recovery-image] Oct 18 17:50:06.470 INFO O| Oct 18 17:50:06.470 INFO STEP 265 (remove_files) COMPLETE
49582024-10-18T17:50:08.516Z[ recovery-image] Oct 18 17:50:06.470 INFO O| Oct 18 17:50:06.470 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49592024-10-18T17:50:08.531Z[ recovery-image] Oct 18 17:50:06.488 INFO O| Oct 18 17:50:06.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
49602024-10-18T17:50:08.531Z[ recovery-image] Oct 18 17:50:06.488 INFO O| Oct 18 17:50:06.488 INFO STEP 266 (remove_files) COMPLETE
49612024-10-18T17:50:08.531Z[ recovery-image] Oct 18 17:50:06.488 INFO O| Oct 18 17:50:06.488 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49622024-10-18T17:50:08.548Z[ recovery-image] Oct 18 17:50:06.505 INFO O| Oct 18 17:50:06.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
49632024-10-18T17:50:08.571Z[ recovery-image] Oct 18 17:50:06.527 INFO O| Oct 18 17:50:06.527 INFO STEP 267 (remove_files) COMPLETE
49642024-10-18T17:50:08.571Z[ recovery-image] Oct 18 17:50:06.527 INFO O| Oct 18 17:50:06.527 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49652024-10-18T17:50:08.607Z[ recovery-image] Oct 18 17:50:06.563 INFO O| Oct 18 17:50:06.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
49662024-10-18T17:50:08.607Z[ recovery-image] Oct 18 17:50:06.563 INFO O| Oct 18 17:50:06.563 INFO STEP 268 (remove_files) COMPLETE
49672024-10-18T17:50:08.607Z[ recovery-image] Oct 18 17:50:06.563 INFO O| Oct 18 17:50:06.563 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49682024-10-18T17:50:08.694Z[ recovery-image] Oct 18 17:50:06.651 INFO O| Oct 18 17:50:06.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
49692024-10-18T17:50:08.695Z[ recovery-image] Oct 18 17:50:06.651 INFO O| Oct 18 17:50:06.651 INFO STEP 269 (remove_files) COMPLETE
49702024-10-18T17:50:08.697Z[ recovery-image] Oct 18 17:50:06.651 INFO O| Oct 18 17:50:06.651 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49712024-10-18T17:50:08.727Z[ recovery-image] Oct 18 17:50:06.683 INFO O| Oct 18 17:50:06.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
49722024-10-18T17:50:08.727Z[ recovery-image] Oct 18 17:50:06.683 INFO O| Oct 18 17:50:06.683 INFO STEP 270 (remove_files) COMPLETE
49732024-10-18T17:50:08.729Z[ recovery-image] Oct 18 17:50:06.683 INFO O| Oct 18 17:50:06.683 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49742024-10-18T17:50:08.745Z[ recovery-image] Oct 18 17:50:06.701 INFO O| Oct 18 17:50:06.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
49752024-10-18T17:50:08.745Z[ recovery-image] Oct 18 17:50:06.702 INFO O| Oct 18 17:50:06.702 INFO STEP 271 (remove_files) COMPLETE
49762024-10-18T17:50:08.745Z[ recovery-image] Oct 18 17:50:06.702 INFO O| Oct 18 17:50:06.702 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49772024-10-18T17:50:08.764Z[ recovery-image] Oct 18 17:50:06.720 INFO O| Oct 18 17:50:06.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
49782024-10-18T17:50:08.764Z[ recovery-image] Oct 18 17:50:06.720 INFO O| Oct 18 17:50:06.720 INFO STEP 272 (remove_files) COMPLETE
49792024-10-18T17:50:08.766Z[ recovery-image] Oct 18 17:50:06.720 INFO O| Oct 18 17:50:06.720 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49802024-10-18T17:50:08.782Z[ recovery-image] Oct 18 17:50:06.739 INFO O| Oct 18 17:50:06.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
49812024-10-18T17:50:08.782Z[ recovery-image] Oct 18 17:50:06.739 INFO O| Oct 18 17:50:06.739 INFO STEP 273 (remove_files) COMPLETE
49822024-10-18T17:50:08.782Z[ recovery-image] Oct 18 17:50:06.739 INFO O| Oct 18 17:50:06.739 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49832024-10-18T17:50:08.858Z[ recovery-image] Oct 18 17:50:06.814 INFO O| Oct 18 17:50:06.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
49842024-10-18T17:50:08.861Z[ recovery-image] Oct 18 17:50:06.814 INFO O| Oct 18 17:50:06.814 INFO STEP 274 (remove_files) COMPLETE
49852024-10-18T17:50:08.861Z[ recovery-image] Oct 18 17:50:06.814 INFO O| Oct 18 17:50:06.814 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49862024-10-18T17:50:08.883Z[ recovery-image] Oct 18 17:50:06.839 INFO O| Oct 18 17:50:06.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
49872024-10-18T17:50:08.883Z[ recovery-image] Oct 18 17:50:06.839 INFO O| Oct 18 17:50:06.839 INFO STEP 275 (remove_files) COMPLETE
49882024-10-18T17:50:08.883Z[ recovery-image] Oct 18 17:50:06.839 INFO O| Oct 18 17:50:06.839 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49892024-10-18T17:50:08.902Z[ recovery-image] Oct 18 17:50:06.858 INFO O| Oct 18 17:50:06.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
49902024-10-18T17:50:08.902Z[ recovery-image] Oct 18 17:50:06.858 INFO O| Oct 18 17:50:06.858 INFO STEP 276 (remove_files) COMPLETE
49912024-10-18T17:50:08.902Z[ recovery-image] Oct 18 17:50:06.858 INFO O| Oct 18 17:50:06.858 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49922024-10-18T17:50:08.938Z[ recovery-image] Oct 18 17:50:06.894 INFO O| Oct 18 17:50:06.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
49932024-10-18T17:50:08.938Z[ recovery-image] Oct 18 17:50:06.894 INFO O| Oct 18 17:50:06.894 INFO STEP 277 (remove_files) COMPLETE
49942024-10-18T17:50:08.938Z[ recovery-image] Oct 18 17:50:06.894 INFO O| Oct 18 17:50:06.894 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49952024-10-18T17:50:08.991Z[ recovery-image] Oct 18 17:50:06.947 INFO O| Oct 18 17:50:06.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
49962024-10-18T17:50:08.991Z[ recovery-image] Oct 18 17:50:06.947 INFO O| Oct 18 17:50:06.947 INFO STEP 278 (remove_files) COMPLETE
49972024-10-18T17:50:08.991Z[ recovery-image] Oct 18 17:50:06.947 INFO O| Oct 18 17:50:06.947 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49982024-10-18T17:50:09.017Z[ recovery-image] Oct 18 17:50:06.972 INFO O| Oct 18 17:50:06.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
49992024-10-18T17:50:09.017Z[ recovery-image] Oct 18 17:50:06.973 INFO O| Oct 18 17:50:06.972 INFO STEP 279 (remove_files) COMPLETE
50002024-10-18T17:50:09.017Z[ recovery-image] Oct 18 17:50:06.973 INFO O| Oct 18 17:50:06.973 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50012024-10-18T17:50:09.057Z[ recovery-image] Oct 18 17:50:07.013 INFO O| Oct 18 17:50:07.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
50022024-10-18T17:50:09.057Z[ recovery-image] Oct 18 17:50:07.013 INFO O| Oct 18 17:50:07.013 INFO STEP 280 (remove_files) COMPLETE
50032024-10-18T17:50:09.057Z[ recovery-image] Oct 18 17:50:07.013 INFO O| Oct 18 17:50:07.013 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50042024-10-18T17:50:09.077Z[ recovery-image] Oct 18 17:50:07.032 INFO O| Oct 18 17:50:07.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
50052024-10-18T17:50:09.077Z[ recovery-image] Oct 18 17:50:07.032 INFO O| Oct 18 17:50:07.032 INFO STEP 281 (remove_files) COMPLETE
50062024-10-18T17:50:09.080Z[ recovery-image] Oct 18 17:50:07.032 INFO O| Oct 18 17:50:07.032 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50072024-10-18T17:50:09.094Z[ recovery-image] Oct 18 17:50:07.050 INFO O| Oct 18 17:50:07.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
50082024-10-18T17:50:09.094Z[ recovery-image] Oct 18 17:50:07.050 INFO O| Oct 18 17:50:07.050 INFO STEP 282 (remove_files) COMPLETE
50092024-10-18T17:50:09.094Z[ recovery-image] Oct 18 17:50:07.050 INFO O| Oct 18 17:50:07.050 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50102024-10-18T17:50:09.112Z[ recovery-image] Oct 18 17:50:07.068 INFO O| Oct 18 17:50:07.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
50112024-10-18T17:50:09.112Z[ recovery-image] Oct 18 17:50:07.068 INFO O| Oct 18 17:50:07.068 INFO STEP 283 (remove_files) COMPLETE
50122024-10-18T17:50:09.115Z[ recovery-image] Oct 18 17:50:07.069 INFO O| Oct 18 17:50:07.068 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50132024-10-18T17:50:09.130Z[ recovery-image] Oct 18 17:50:07.086 INFO O| Oct 18 17:50:07.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
50142024-10-18T17:50:09.130Z[ recovery-image] Oct 18 17:50:07.086 INFO O| Oct 18 17:50:07.086 INFO STEP 284 (remove_files) COMPLETE
50152024-10-18T17:50:09.130Z[ recovery-image] Oct 18 17:50:07.086 INFO O| Oct 18 17:50:07.086 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50162024-10-18T17:50:09.148Z[ recovery-image] Oct 18 17:50:07.104 INFO O| Oct 18 17:50:07.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
50172024-10-18T17:50:09.148Z[ recovery-image] Oct 18 17:50:07.104 INFO O| Oct 18 17:50:07.104 INFO STEP 285 (remove_files) COMPLETE
50182024-10-18T17:50:09.151Z[ recovery-image] Oct 18 17:50:07.104 INFO O| Oct 18 17:50:07.104 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50192024-10-18T17:50:09.167Z[ recovery-image] Oct 18 17:50:07.123 INFO O| Oct 18 17:50:07.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
50202024-10-18T17:50:09.167Z[ recovery-image] Oct 18 17:50:07.123 INFO O| Oct 18 17:50:07.123 INFO STEP 286 (remove_files) COMPLETE
50212024-10-18T17:50:09.167Z[ recovery-image] Oct 18 17:50:07.123 INFO O| Oct 18 17:50:07.123 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50222024-10-18T17:50:09.233Z[ recovery-image] Oct 18 17:50:07.189 INFO O| Oct 18 17:50:07.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
50232024-10-18T17:50:09.233Z[ recovery-image] Oct 18 17:50:07.189 INFO O| Oct 18 17:50:07.189 INFO STEP 287 (remove_files) COMPLETE
50242024-10-18T17:50:09.233Z[ recovery-image] Oct 18 17:50:07.189 INFO O| Oct 18 17:50:07.189 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50252024-10-18T17:50:09.270Z[ recovery-image] Oct 18 17:50:07.226 INFO O| Oct 18 17:50:07.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
50262024-10-18T17:50:09.272Z[ recovery-image] Oct 18 17:50:07.226 INFO O| Oct 18 17:50:07.226 INFO STEP 288 (remove_files) COMPLETE
50272024-10-18T17:50:09.272Z[ recovery-image] Oct 18 17:50:07.226 INFO O| Oct 18 17:50:07.226 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50282024-10-18T17:50:09.291Z[ recovery-image] Oct 18 17:50:07.247 INFO O| Oct 18 17:50:07.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
50292024-10-18T17:50:09.292Z[ recovery-image] Oct 18 17:50:07.247 INFO O| Oct 18 17:50:07.246 INFO STEP 289 (remove_files) COMPLETE
50302024-10-18T17:50:09.292Z[ recovery-image] Oct 18 17:50:07.247 INFO O| Oct 18 17:50:07.246 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50312024-10-18T17:50:09.311Z[ recovery-image] Oct 18 17:50:07.267 INFO O| Oct 18 17:50:07.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
50322024-10-18T17:50:09.311Z[ recovery-image] Oct 18 17:50:07.267 INFO O| Oct 18 17:50:07.267 INFO STEP 290 (remove_files) COMPLETE
50332024-10-18T17:50:09.315Z[ recovery-image] Oct 18 17:50:07.267 INFO O| Oct 18 17:50:07.267 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50342024-10-18T17:50:09.344Z[ recovery-image] Oct 18 17:50:07.300 INFO O| Oct 18 17:50:07.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
50352024-10-18T17:50:09.344Z[ recovery-image] Oct 18 17:50:07.300 INFO O| Oct 18 17:50:07.300 INFO STEP 291 (remove_files) COMPLETE
50362024-10-18T17:50:09.346Z[ recovery-image] Oct 18 17:50:07.300 INFO O| Oct 18 17:50:07.300 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50372024-10-18T17:50:09.386Z[ recovery-image] Oct 18 17:50:07.342 INFO O| Oct 18 17:50:07.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
50382024-10-18T17:50:09.386Z[ recovery-image] Oct 18 17:50:07.342 INFO O| Oct 18 17:50:07.342 INFO STEP 292 (remove_files) COMPLETE
50392024-10-18T17:50:09.389Z[ recovery-image] Oct 18 17:50:07.342 INFO O| Oct 18 17:50:07.342 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50402024-10-18T17:50:09.421Z[ recovery-image] Oct 18 17:50:07.377 INFO O| Oct 18 17:50:07.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
50412024-10-18T17:50:09.421Z[ recovery-image] Oct 18 17:50:07.377 INFO O| Oct 18 17:50:07.377 INFO STEP 293 (remove_files) COMPLETE
50422024-10-18T17:50:09.423Z[ recovery-image] Oct 18 17:50:07.377 INFO O| Oct 18 17:50:07.377 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50432024-10-18T17:50:09.539Z[ recovery-image] Oct 18 17:50:07.495 INFO O| Oct 18 17:50:07.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
50442024-10-18T17:50:09.539Z[ recovery-image] Oct 18 17:50:07.495 INFO O| Oct 18 17:50:07.495 INFO STEP 294 (remove_files) COMPLETE
50452024-10-18T17:50:09.542Z[ recovery-image] Oct 18 17:50:07.495 INFO O| Oct 18 17:50:07.495 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50462024-10-18T17:50:09.584Z[ recovery-image] Oct 18 17:50:07.539 INFO O| Oct 18 17:50:07.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
50472024-10-18T17:50:09.584Z[ recovery-image] Oct 18 17:50:07.539 INFO O| Oct 18 17:50:07.539 INFO STEP 295 (remove_files) COMPLETE
50482024-10-18T17:50:09.584Z[ recovery-image] Oct 18 17:50:07.539 INFO O| Oct 18 17:50:07.539 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50492024-10-18T17:50:09.757Z[ recovery-image] Oct 18 17:50:07.712 INFO O| Oct 18 17:50:07.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
50502024-10-18T17:50:09.760Z[ recovery-image] Oct 18 17:50:07.713 INFO O| Oct 18 17:50:07.713 INFO STEP 296 (remove_files) COMPLETE
50512024-10-18T17:50:09.760Z[ recovery-image] Oct 18 17:50:07.713 INFO O| Oct 18 17:50:07.713 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50522024-10-18T17:50:09.774Z[ recovery-image] Oct 18 17:50:07.730 INFO O| Oct 18 17:50:07.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
50532024-10-18T17:50:09.774Z[ recovery-image] Oct 18 17:50:07.730 INFO O| Oct 18 17:50:07.730 INFO STEP 297 (remove_files) COMPLETE
50542024-10-18T17:50:09.774Z[ recovery-image] Oct 18 17:50:07.730 INFO O| Oct 18 17:50:07.730 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50552024-10-18T17:50:09.864Z[ recovery-image] Oct 18 17:50:07.819 INFO O| Oct 18 17:50:07.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
50562024-10-18T17:50:09.864Z[ recovery-image] Oct 18 17:50:07.819 INFO O| Oct 18 17:50:07.819 INFO STEP 298 (remove_files) COMPLETE
50572024-10-18T17:50:09.864Z[ recovery-image] Oct 18 17:50:07.819 INFO O| Oct 18 17:50:07.819 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50582024-10-18T17:50:09.999Z[ recovery-image] Oct 18 17:50:07.954 INFO O| Oct 18 17:50:07.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
50592024-10-18T17:50:09.999Z[ recovery-image] Oct 18 17:50:07.954 INFO O| Oct 18 17:50:07.938 INFO STEP 299 (remove_files) COMPLETE
50602024-10-18T17:50:10.002Z[ recovery-image] Oct 18 17:50:07.954 INFO O| Oct 18 17:50:07.938 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50612024-10-18T17:50:10.002Z[ recovery-image] Oct 18 17:50:07.955 INFO O| Oct 18 17:50:07.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
50622024-10-18T17:50:10.002Z[ recovery-image] Oct 18 17:50:07.955 INFO O| Oct 18 17:50:07.955 INFO STEP 300 (remove_files) COMPLETE
50632024-10-18T17:50:10.002Z[ recovery-image] Oct 18 17:50:07.955 INFO O| Oct 18 17:50:07.955 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50642024-10-18T17:50:10.022Z[ recovery-image] Oct 18 17:50:07.973 INFO O| Oct 18 17:50:07.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
50652024-10-18T17:50:10.022Z[ recovery-image] Oct 18 17:50:07.973 INFO O| Oct 18 17:50:07.973 INFO STEP 301 (remove_files) COMPLETE
50662024-10-18T17:50:10.025Z[ recovery-image] Oct 18 17:50:07.973 INFO O| Oct 18 17:50:07.973 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50672024-10-18T17:50:10.035Z[ recovery-image] Oct 18 17:50:07.991 INFO O| Oct 18 17:50:07.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
50682024-10-18T17:50:10.038Z[ recovery-image] Oct 18 17:50:07.991 INFO O| Oct 18 17:50:07.991 INFO STEP 302 (remove_files) COMPLETE
50692024-10-18T17:50:10.038Z[ recovery-image] Oct 18 17:50:07.991 INFO O| Oct 18 17:50:07.991 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50702024-10-18T17:50:10.071Z[ recovery-image] Oct 18 17:50:08.027 INFO O| Oct 18 17:50:08.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
50712024-10-18T17:50:10.074Z[ recovery-image] Oct 18 17:50:08.027 INFO O| Oct 18 17:50:08.027 INFO STEP 303 (remove_files) COMPLETE
50722024-10-18T17:50:10.074Z[ recovery-image] Oct 18 17:50:08.027 INFO O| Oct 18 17:50:08.027 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50732024-10-18T17:50:10.103Z[ recovery-image] Oct 18 17:50:08.058 INFO O| Oct 18 17:50:08.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
50742024-10-18T17:50:10.103Z[ recovery-image] Oct 18 17:50:08.059 INFO O| Oct 18 17:50:08.059 INFO STEP 304 (remove_files) COMPLETE
50752024-10-18T17:50:10.106Z[ recovery-image] Oct 18 17:50:08.059 INFO O| Oct 18 17:50:08.059 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50762024-10-18T17:50:10.122Z[ recovery-image] Oct 18 17:50:08.077 INFO O| Oct 18 17:50:08.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
50772024-10-18T17:50:10.122Z[ recovery-image] Oct 18 17:50:08.077 INFO O| Oct 18 17:50:08.077 INFO STEP 305 (remove_files) COMPLETE
50782024-10-18T17:50:10.124Z[ recovery-image] Oct 18 17:50:08.078 INFO O| Oct 18 17:50:08.078 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50792024-10-18T17:50:10.139Z[ recovery-image] Oct 18 17:50:08.094 INFO O| Oct 18 17:50:08.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
50802024-10-18T17:50:10.141Z[ recovery-image] Oct 18 17:50:08.095 INFO O| Oct 18 17:50:08.095 INFO STEP 306 (remove_files) COMPLETE
50812024-10-18T17:50:10.141Z[ recovery-image] Oct 18 17:50:08.095 INFO O| Oct 18 17:50:08.095 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50822024-10-18T17:50:10.157Z[ recovery-image] Oct 18 17:50:08.112 INFO O| Oct 18 17:50:08.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
50832024-10-18T17:50:10.157Z[ recovery-image] Oct 18 17:50:08.112 INFO O| Oct 18 17:50:08.112 INFO STEP 307 (remove_files) COMPLETE
50842024-10-18T17:50:10.159Z[ recovery-image] Oct 18 17:50:08.112 INFO O| Oct 18 17:50:08.112 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50852024-10-18T17:50:10.174Z[ recovery-image] Oct 18 17:50:08.130 INFO O| Oct 18 17:50:08.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
50862024-10-18T17:50:10.174Z[ recovery-image] Oct 18 17:50:08.130 INFO O| Oct 18 17:50:08.130 INFO STEP 308 (remove_files) COMPLETE
50872024-10-18T17:50:10.174Z[ recovery-image] Oct 18 17:50:08.130 INFO O| Oct 18 17:50:08.130 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50882024-10-18T17:50:10.192Z[ recovery-image] Oct 18 17:50:08.147 INFO O| Oct 18 17:50:08.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
50892024-10-18T17:50:10.192Z[ recovery-image] Oct 18 17:50:08.147 INFO O| Oct 18 17:50:08.147 INFO STEP 309 (remove_files) COMPLETE
50902024-10-18T17:50:10.192Z[ recovery-image] Oct 18 17:50:08.147 INFO O| Oct 18 17:50:08.147 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50912024-10-18T17:50:10.207Z[ recovery-image] Oct 18 17:50:08.162 INFO O| Oct 18 17:50:08.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
50922024-10-18T17:50:10.209Z[ recovery-image] Oct 18 17:50:08.162 INFO O| Oct 18 17:50:08.162 INFO STEP 310 (remove_files) COMPLETE
50932024-10-18T17:50:10.209Z[ recovery-image] Oct 18 17:50:08.162 INFO O| Oct 18 17:50:08.162 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50942024-10-18T17:50:10.245Z[ recovery-image] Oct 18 17:50:08.201 INFO O| Oct 18 17:50:08.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
50952024-10-18T17:50:10.248Z[ recovery-image] Oct 18 17:50:08.201 INFO O| Oct 18 17:50:08.201 INFO STEP 311 (remove_files) COMPLETE
50962024-10-18T17:50:10.248Z[ recovery-image] Oct 18 17:50:08.201 INFO O| Oct 18 17:50:08.201 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50972024-10-18T17:50:10.266Z[ recovery-image] Oct 18 17:50:08.222 INFO O| Oct 18 17:50:08.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
50982024-10-18T17:50:10.268Z[ recovery-image] Oct 18 17:50:08.222 INFO O| Oct 18 17:50:08.222 INFO STEP 312 (remove_files) COMPLETE
50992024-10-18T17:50:10.269Z[ recovery-image] Oct 18 17:50:08.222 INFO O| Oct 18 17:50:08.222 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51002024-10-18T17:50:10.284Z[ recovery-image] Oct 18 17:50:08.240 INFO O| Oct 18 17:50:08.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
51012024-10-18T17:50:10.284Z[ recovery-image] Oct 18 17:50:08.240 INFO O| Oct 18 17:50:08.240 INFO STEP 313 (remove_files) COMPLETE
51022024-10-18T17:50:10.287Z[ recovery-image] Oct 18 17:50:08.240 INFO O| Oct 18 17:50:08.240 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51032024-10-18T17:50:10.302Z[ recovery-image] Oct 18 17:50:08.258 INFO O| Oct 18 17:50:08.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
51042024-10-18T17:50:10.304Z[ recovery-image] Oct 18 17:50:08.258 INFO O| Oct 18 17:50:08.258 INFO STEP 314 (remove_files) COMPLETE
51052024-10-18T17:50:10.304Z[ recovery-image] Oct 18 17:50:08.258 INFO O| Oct 18 17:50:08.258 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51062024-10-18T17:50:10.320Z[ recovery-image] Oct 18 17:50:08.275 INFO O| Oct 18 17:50:08.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
51072024-10-18T17:50:10.320Z[ recovery-image] Oct 18 17:50:08.275 INFO O| Oct 18 17:50:08.275 INFO STEP 315 (remove_files) COMPLETE
51082024-10-18T17:50:10.320Z[ recovery-image] Oct 18 17:50:08.275 INFO O| Oct 18 17:50:08.275 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51092024-10-18T17:50:10.352Z[ recovery-image] Oct 18 17:50:08.292 INFO O| Oct 18 17:50:08.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
51102024-10-18T17:50:10.352Z[ recovery-image] Oct 18 17:50:08.292 INFO O| Oct 18 17:50:08.292 INFO STEP 316 (remove_files) COMPLETE
51112024-10-18T17:50:10.352Z[ recovery-image] Oct 18 17:50:08.292 INFO O| Oct 18 17:50:08.292 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51122024-10-18T17:50:10.377Z[ recovery-image] Oct 18 17:50:08.332 INFO O| Oct 18 17:50:08.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
51132024-10-18T17:50:10.378Z[ recovery-image] Oct 18 17:50:08.333 INFO O| Oct 18 17:50:08.333 INFO STEP 317 (remove_files) COMPLETE
51142024-10-18T17:50:10.378Z[ recovery-image] Oct 18 17:50:08.333 INFO O| Oct 18 17:50:08.333 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51152024-10-18T17:50:10.394Z[ recovery-image] Oct 18 17:50:08.349 INFO O| Oct 18 17:50:08.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
51162024-10-18T17:50:10.394Z[ recovery-image] Oct 18 17:50:08.349 INFO O| Oct 18 17:50:08.349 INFO STEP 318 (remove_files) COMPLETE
51172024-10-18T17:50:10.394Z[ recovery-image] Oct 18 17:50:08.349 INFO O| Oct 18 17:50:08.349 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51182024-10-18T17:50:10.410Z[ recovery-image] Oct 18 17:50:08.365 INFO O| Oct 18 17:50:08.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
51192024-10-18T17:50:10.410Z[ recovery-image] Oct 18 17:50:08.365 INFO O| Oct 18 17:50:08.365 INFO STEP 319 (remove_files) COMPLETE
51202024-10-18T17:50:10.410Z[ recovery-image] Oct 18 17:50:08.365 INFO O| Oct 18 17:50:08.365 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51212024-10-18T17:50:10.434Z[ recovery-image] Oct 18 17:50:08.382 INFO O| Oct 18 17:50:08.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
51222024-10-18T17:50:10.434Z[ recovery-image] Oct 18 17:50:08.382 INFO O| Oct 18 17:50:08.382 INFO STEP 320 (remove_files) COMPLETE
51232024-10-18T17:50:10.434Z[ recovery-image] Oct 18 17:50:08.382 INFO O| Oct 18 17:50:08.382 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51242024-10-18T17:50:10.458Z[ recovery-image] Oct 18 17:50:08.398 INFO O| Oct 18 17:50:08.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
51252024-10-18T17:50:10.458Z[ recovery-image] Oct 18 17:50:08.398 INFO O| Oct 18 17:50:08.398 INFO STEP 321 (remove_files) COMPLETE
51262024-10-18T17:50:10.458Z[ recovery-image] Oct 18 17:50:08.398 INFO O| Oct 18 17:50:08.398 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51272024-10-18T17:50:10.461Z[ recovery-image] Oct 18 17:50:08.414 INFO O| Oct 18 17:50:08.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
51282024-10-18T17:50:10.461Z[ recovery-image] Oct 18 17:50:08.415 INFO O| Oct 18 17:50:08.414 INFO STEP 322 (remove_files) COMPLETE
51292024-10-18T17:50:10.461Z[ recovery-image] Oct 18 17:50:08.415 INFO O| Oct 18 17:50:08.415 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51302024-10-18T17:50:10.475Z[ recovery-image] Oct 18 17:50:08.431 INFO O| Oct 18 17:50:08.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
51312024-10-18T17:50:10.478Z[ recovery-image] Oct 18 17:50:08.431 INFO O| Oct 18 17:50:08.431 INFO STEP 323 (remove_files) COMPLETE
51322024-10-18T17:50:10.478Z[ recovery-image] Oct 18 17:50:08.431 INFO O| Oct 18 17:50:08.431 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51332024-10-18T17:50:10.492Z[ recovery-image] Oct 18 17:50:08.447 INFO O| Oct 18 17:50:08.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
51342024-10-18T17:50:10.492Z[ recovery-image] Oct 18 17:50:08.448 INFO O| Oct 18 17:50:08.447 INFO STEP 324 (remove_files) COMPLETE
51352024-10-18T17:50:10.494Z[ recovery-image] Oct 18 17:50:08.448 INFO O| Oct 18 17:50:08.448 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51362024-10-18T17:50:10.509Z[ recovery-image] Oct 18 17:50:08.464 INFO O| Oct 18 17:50:08.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
51372024-10-18T17:50:10.511Z[ recovery-image] Oct 18 17:50:08.465 INFO O| Oct 18 17:50:08.464 INFO STEP 325 (remove_files) COMPLETE
51382024-10-18T17:50:10.511Z[ recovery-image] Oct 18 17:50:08.465 INFO O| Oct 18 17:50:08.465 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51392024-10-18T17:50:10.526Z[ recovery-image] Oct 18 17:50:08.482 INFO O| Oct 18 17:50:08.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
51402024-10-18T17:50:10.528Z[ recovery-image] Oct 18 17:50:08.482 INFO O| Oct 18 17:50:08.482 INFO STEP 326 (remove_files) COMPLETE
51412024-10-18T17:50:10.528Z[ recovery-image] Oct 18 17:50:08.482 INFO O| Oct 18 17:50:08.482 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51422024-10-18T17:50:10.549Z[ recovery-image] Oct 18 17:50:08.504 INFO O| Oct 18 17:50:08.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
51432024-10-18T17:50:10.549Z[ recovery-image] Oct 18 17:50:08.504 INFO O| Oct 18 17:50:08.504 INFO STEP 327 (remove_files) COMPLETE
51442024-10-18T17:50:10.549Z[ recovery-image] Oct 18 17:50:08.504 INFO O| Oct 18 17:50:08.504 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51452024-10-18T17:50:10.601Z[ recovery-image] Oct 18 17:50:08.555 INFO O| Oct 18 17:50:08.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
51462024-10-18T17:50:10.601Z[ recovery-image] Oct 18 17:50:08.555 INFO O| Oct 18 17:50:08.555 INFO STEP 328 (remove_files) COMPLETE
51472024-10-18T17:50:10.601Z[ recovery-image] Oct 18 17:50:08.555 INFO O| Oct 18 17:50:08.555 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51482024-10-18T17:50:10.737Z[ recovery-image] Oct 18 17:50:08.692 INFO O| Oct 18 17:50:08.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
51492024-10-18T17:50:10.737Z[ recovery-image] Oct 18 17:50:08.692 INFO O| Oct 18 17:50:08.692 INFO STEP 329 (remove_files) COMPLETE
51502024-10-18T17:50:10.737Z[ recovery-image] Oct 18 17:50:08.692 INFO O| Oct 18 17:50:08.692 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51512024-10-18T17:50:10.770Z[ recovery-image] Oct 18 17:50:08.725 INFO O| Oct 18 17:50:08.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
51522024-10-18T17:50:10.770Z[ recovery-image] Oct 18 17:50:08.725 INFO O| Oct 18 17:50:08.725 INFO STEP 330 (remove_files) COMPLETE
51532024-10-18T17:50:10.772Z[ recovery-image] Oct 18 17:50:08.725 INFO O| Oct 18 17:50:08.725 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51542024-10-18T17:50:10.800Z[ recovery-image] Oct 18 17:50:08.756 INFO O| Oct 18 17:50:08.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
51552024-10-18T17:50:10.801Z[ recovery-image] Oct 18 17:50:08.756 INFO O| Oct 18 17:50:08.756 INFO STEP 331 (remove_files) COMPLETE
51562024-10-18T17:50:10.803Z[ recovery-image] Oct 18 17:50:08.756 INFO O| Oct 18 17:50:08.756 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51572024-10-18T17:50:10.857Z[ recovery-image] Oct 18 17:50:08.811 INFO O| Oct 18 17:50:08.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
51582024-10-18T17:50:10.857Z[ recovery-image] Oct 18 17:50:08.811 INFO O| Oct 18 17:50:08.811 INFO STEP 332 (remove_files) COMPLETE
51592024-10-18T17:50:10.857Z[ recovery-image] Oct 18 17:50:08.811 INFO O| Oct 18 17:50:08.811 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51602024-10-18T17:50:10.915Z[ recovery-image] Oct 18 17:50:08.869 INFO O| Oct 18 17:50:08.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
51612024-10-18T17:50:10.915Z[ recovery-image] Oct 18 17:50:08.870 INFO O| Oct 18 17:50:08.870 INFO STEP 333 (remove_files) COMPLETE
51622024-10-18T17:50:10.915Z[ recovery-image] Oct 18 17:50:08.870 INFO O| Oct 18 17:50:08.870 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51632024-10-18T17:50:10.974Z[ recovery-image] Oct 18 17:50:08.929 INFO O| Oct 18 17:50:08.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
51642024-10-18T17:50:10.974Z[ recovery-image] Oct 18 17:50:08.930 INFO O| Oct 18 17:50:08.929 INFO STEP 334 (remove_files) COMPLETE
51652024-10-18T17:50:10.974Z[ recovery-image] Oct 18 17:50:08.930 INFO O| Oct 18 17:50:08.930 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51662024-10-18T17:50:11.034Z[ recovery-image] Oct 18 17:50:08.989 INFO O| Oct 18 17:50:08.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
51672024-10-18T17:50:11.034Z[ recovery-image] Oct 18 17:50:08.989 INFO O| Oct 18 17:50:08.989 INFO STEP 335 (remove_files) COMPLETE
51682024-10-18T17:50:11.037Z[ recovery-image] Oct 18 17:50:08.989 INFO O| Oct 18 17:50:08.989 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51692024-10-18T17:50:11.054Z[ recovery-image] Oct 18 17:50:09.009 INFO O| Oct 18 17:50:09.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
51702024-10-18T17:50:11.054Z[ recovery-image] Oct 18 17:50:09.009 INFO O| Oct 18 17:50:09.009 INFO STEP 336 (remove_files) COMPLETE
51712024-10-18T17:50:11.054Z[ recovery-image] Oct 18 17:50:09.009 INFO O| Oct 18 17:50:09.009 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51722024-10-18T17:50:11.073Z[ recovery-image] Oct 18 17:50:09.027 INFO O| Oct 18 17:50:09.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
51732024-10-18T17:50:11.073Z[ recovery-image] Oct 18 17:50:09.027 INFO O| Oct 18 17:50:09.027 INFO STEP 337 (remove_files) COMPLETE
51742024-10-18T17:50:11.073Z[ recovery-image] Oct 18 17:50:09.027 INFO O| Oct 18 17:50:09.027 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51752024-10-18T17:50:11.127Z[ recovery-image] Oct 18 17:50:09.082 INFO O| Oct 18 17:50:09.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
51762024-10-18T17:50:11.127Z[ recovery-image] Oct 18 17:50:09.082 INFO O| Oct 18 17:50:09.082 INFO STEP 338 (remove_files) COMPLETE
51772024-10-18T17:50:11.129Z[ recovery-image] Oct 18 17:50:09.082 INFO O| Oct 18 17:50:09.082 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51782024-10-18T17:50:11.157Z[ recovery-image] Oct 18 17:50:09.112 INFO O| Oct 18 17:50:09.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
51792024-10-18T17:50:11.157Z[ recovery-image] Oct 18 17:50:09.112 INFO O| Oct 18 17:50:09.112 INFO STEP 339 (remove_files) COMPLETE
51802024-10-18T17:50:11.159Z[ recovery-image] Oct 18 17:50:09.112 INFO O| Oct 18 17:50:09.112 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51812024-10-18T17:50:11.172Z[ recovery-image] Oct 18 17:50:09.127 INFO O| Oct 18 17:50:09.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
51822024-10-18T17:50:11.172Z[ recovery-image] Oct 18 17:50:09.127 INFO O| Oct 18 17:50:09.127 INFO STEP 340 (remove_files) COMPLETE
51832024-10-18T17:50:11.172Z[ recovery-image] Oct 18 17:50:09.127 INFO O| Oct 18 17:50:09.127 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51842024-10-18T17:50:11.187Z[ recovery-image] Oct 18 17:50:09.143 INFO O| Oct 18 17:50:09.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
51852024-10-18T17:50:11.187Z[ recovery-image] Oct 18 17:50:09.143 INFO O| Oct 18 17:50:09.143 INFO STEP 341 (remove_files) COMPLETE
51862024-10-18T17:50:11.190Z[ recovery-image] Oct 18 17:50:09.143 INFO O| Oct 18 17:50:09.143 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51872024-10-18T17:50:11.203Z[ recovery-image] Oct 18 17:50:09.158 INFO O| Oct 18 17:50:09.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
51882024-10-18T17:50:11.203Z[ recovery-image] Oct 18 17:50:09.158 INFO O| Oct 18 17:50:09.158 INFO STEP 342 (remove_files) COMPLETE
51892024-10-18T17:50:11.203Z[ recovery-image] Oct 18 17:50:09.158 INFO O| Oct 18 17:50:09.158 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51902024-10-18T17:50:11.262Z[ recovery-image] Oct 18 17:50:09.174 INFO O| Oct 18 17:50:09.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
51912024-10-18T17:50:11.262Z[ recovery-image] Oct 18 17:50:09.186 INFO O| Oct 18 17:50:09.186 INFO STEP 343 (remove_files) COMPLETE
51922024-10-18T17:50:11.262Z[ recovery-image] Oct 18 17:50:09.186 INFO O| Oct 18 17:50:09.186 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51932024-10-18T17:50:11.287Z[ recovery-image] Oct 18 17:50:09.241 INFO O| Oct 18 17:50:09.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
51942024-10-18T17:50:11.287Z[ recovery-image] Oct 18 17:50:09.241 INFO O| Oct 18 17:50:09.241 INFO STEP 344 (remove_files) COMPLETE
51952024-10-18T17:50:11.287Z[ recovery-image] Oct 18 17:50:09.241 INFO O| Oct 18 17:50:09.241 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51962024-10-18T17:50:11.304Z[ recovery-image] Oct 18 17:50:09.259 INFO O| Oct 18 17:50:09.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
51972024-10-18T17:50:11.304Z[ recovery-image] Oct 18 17:50:09.259 INFO O| Oct 18 17:50:09.259 INFO STEP 345 (remove_files) COMPLETE
51982024-10-18T17:50:11.304Z[ recovery-image] Oct 18 17:50:09.259 INFO O| Oct 18 17:50:09.259 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51992024-10-18T17:50:11.322Z[ recovery-image] Oct 18 17:50:09.277 INFO O| Oct 18 17:50:09.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
52002024-10-18T17:50:11.322Z[ recovery-image] Oct 18 17:50:09.277 INFO O| Oct 18 17:50:09.277 INFO STEP 346 (remove_files) COMPLETE
52012024-10-18T17:50:11.322Z[ recovery-image] Oct 18 17:50:09.277 INFO O| Oct 18 17:50:09.277 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52022024-10-18T17:50:11.338Z[ recovery-image] Oct 18 17:50:09.294 INFO O| Oct 18 17:50:09.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
52032024-10-18T17:50:11.338Z[ recovery-image] Oct 18 17:50:09.294 INFO O| Oct 18 17:50:09.294 INFO STEP 347 (remove_files) COMPLETE
52042024-10-18T17:50:11.338Z[ recovery-image] Oct 18 17:50:09.294 INFO O| Oct 18 17:50:09.294 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52052024-10-18T17:50:11.356Z[ recovery-image] Oct 18 17:50:09.311 INFO O| Oct 18 17:50:09.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
52062024-10-18T17:50:11.356Z[ recovery-image] Oct 18 17:50:09.311 INFO O| Oct 18 17:50:09.311 INFO STEP 348 (remove_files) COMPLETE
52072024-10-18T17:50:11.356Z[ recovery-image] Oct 18 17:50:09.311 INFO O| Oct 18 17:50:09.311 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52082024-10-18T17:50:11.374Z[ recovery-image] Oct 18 17:50:09.329 INFO O| Oct 18 17:50:09.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
52092024-10-18T17:50:11.374Z[ recovery-image] Oct 18 17:50:09.329 INFO O| Oct 18 17:50:09.329 INFO STEP 349 (remove_files) COMPLETE
52102024-10-18T17:50:11.374Z[ recovery-image] Oct 18 17:50:09.329 INFO O| Oct 18 17:50:09.329 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52112024-10-18T17:50:11.398Z[ recovery-image] Oct 18 17:50:09.353 INFO O| Oct 18 17:50:09.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
52122024-10-18T17:50:11.401Z[ recovery-image] Oct 18 17:50:09.353 INFO O| Oct 18 17:50:09.353 INFO STEP 350 (remove_files) COMPLETE
52132024-10-18T17:50:11.401Z[ recovery-image] Oct 18 17:50:09.354 INFO O| Oct 18 17:50:09.353 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52142024-10-18T17:50:11.416Z[ recovery-image] Oct 18 17:50:09.371 INFO O| Oct 18 17:50:09.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
52152024-10-18T17:50:11.419Z[ recovery-image] Oct 18 17:50:09.372 INFO O| Oct 18 17:50:09.372 INFO STEP 351 (remove_files) COMPLETE
52162024-10-18T17:50:11.419Z[ recovery-image] Oct 18 17:50:09.372 INFO O| Oct 18 17:50:09.372 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52172024-10-18T17:50:11.433Z[ recovery-image] Oct 18 17:50:09.388 INFO O| Oct 18 17:50:09.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
52182024-10-18T17:50:11.436Z[ recovery-image] Oct 18 17:50:09.389 INFO O| Oct 18 17:50:09.389 INFO STEP 352 (remove_files) COMPLETE
52192024-10-18T17:50:11.436Z[ recovery-image] Oct 18 17:50:09.389 INFO O| Oct 18 17:50:09.389 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52202024-10-18T17:50:11.451Z[ recovery-image] Oct 18 17:50:09.406 INFO O| Oct 18 17:50:09.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
52212024-10-18T17:50:11.453Z[ recovery-image] Oct 18 17:50:09.406 INFO O| Oct 18 17:50:09.406 INFO STEP 353 (remove_files) COMPLETE
52222024-10-18T17:50:11.453Z[ recovery-image] Oct 18 17:50:09.406 INFO O| Oct 18 17:50:09.406 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52232024-10-18T17:50:11.469Z[ recovery-image] Oct 18 17:50:09.424 INFO O| Oct 18 17:50:09.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
52242024-10-18T17:50:11.472Z[ recovery-image] Oct 18 17:50:09.425 INFO O| Oct 18 17:50:09.425 INFO STEP 354 (remove_files) COMPLETE
52252024-10-18T17:50:11.472Z[ recovery-image] Oct 18 17:50:09.425 INFO O| Oct 18 17:50:09.425 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52262024-10-18T17:50:11.486Z[ recovery-image] Oct 18 17:50:09.442 INFO O| Oct 18 17:50:09.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
52272024-10-18T17:50:11.489Z[ recovery-image] Oct 18 17:50:09.442 INFO O| Oct 18 17:50:09.442 INFO STEP 355 (remove_files) COMPLETE
52282024-10-18T17:50:11.489Z[ recovery-image] Oct 18 17:50:09.442 INFO O| Oct 18 17:50:09.442 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52292024-10-18T17:50:11.503Z[ recovery-image] Oct 18 17:50:09.458 INFO O| Oct 18 17:50:09.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
52302024-10-18T17:50:11.506Z[ recovery-image] Oct 18 17:50:09.459 INFO O| Oct 18 17:50:09.459 INFO STEP 356 (remove_files) COMPLETE
52312024-10-18T17:50:11.506Z[ recovery-image] Oct 18 17:50:09.459 INFO O| Oct 18 17:50:09.459 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52322024-10-18T17:50:11.520Z[ recovery-image] Oct 18 17:50:09.475 INFO O| Oct 18 17:50:09.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
52332024-10-18T17:50:11.523Z[ recovery-image] Oct 18 17:50:09.476 INFO O| Oct 18 17:50:09.476 INFO STEP 357 (remove_files) COMPLETE
52342024-10-18T17:50:11.523Z[ recovery-image] Oct 18 17:50:09.476 INFO O| Oct 18 17:50:09.476 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52352024-10-18T17:50:11.538Z[ recovery-image] Oct 18 17:50:09.492 INFO O| Oct 18 17:50:09.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
52362024-10-18T17:50:11.538Z[ recovery-image] Oct 18 17:50:09.493 INFO O| Oct 18 17:50:09.492 INFO STEP 358 (remove_files) COMPLETE
52372024-10-18T17:50:11.540Z[ recovery-image] Oct 18 17:50:09.493 INFO O| Oct 18 17:50:09.493 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52382024-10-18T17:50:11.553Z[ recovery-image] Oct 18 17:50:09.508 INFO O| Oct 18 17:50:09.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
52392024-10-18T17:50:11.553Z[ recovery-image] Oct 18 17:50:09.508 INFO O| Oct 18 17:50:09.508 INFO STEP 359 (remove_files) COMPLETE
52402024-10-18T17:50:11.556Z[ recovery-image] Oct 18 17:50:09.509 INFO O| Oct 18 17:50:09.508 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52412024-10-18T17:50:11.569Z[ recovery-image] Oct 18 17:50:09.524 INFO O| Oct 18 17:50:09.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
52422024-10-18T17:50:11.569Z[ recovery-image] Oct 18 17:50:09.524 INFO O| Oct 18 17:50:09.524 INFO STEP 360 (remove_files) COMPLETE
52432024-10-18T17:50:11.571Z[ recovery-image] Oct 18 17:50:09.525 INFO O| Oct 18 17:50:09.524 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52442024-10-18T17:50:11.585Z[ recovery-image] Oct 18 17:50:09.540 INFO O| Oct 18 17:50:09.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
52452024-10-18T17:50:11.585Z[ recovery-image] Oct 18 17:50:09.540 INFO O| Oct 18 17:50:09.540 INFO STEP 361 (remove_files) COMPLETE
52462024-10-18T17:50:11.588Z[ recovery-image] Oct 18 17:50:09.540 INFO O| Oct 18 17:50:09.540 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52472024-10-18T17:50:11.601Z[ recovery-image] Oct 18 17:50:09.556 INFO O| Oct 18 17:50:09.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
52482024-10-18T17:50:11.601Z[ recovery-image] Oct 18 17:50:09.556 INFO O| Oct 18 17:50:09.556 INFO STEP 362 (remove_files) COMPLETE
52492024-10-18T17:50:11.603Z[ recovery-image] Oct 18 17:50:09.556 INFO O| Oct 18 17:50:09.556 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52502024-10-18T17:50:11.617Z[ recovery-image] Oct 18 17:50:09.572 INFO O| Oct 18 17:50:09.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
52512024-10-18T17:50:11.620Z[ recovery-image] Oct 18 17:50:09.572 INFO O| Oct 18 17:50:09.572 INFO STEP 363 (remove_files) COMPLETE
52522024-10-18T17:50:11.620Z[ recovery-image] Oct 18 17:50:09.573 INFO O| Oct 18 17:50:09.572 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52532024-10-18T17:50:11.633Z[ recovery-image] Oct 18 17:50:09.588 INFO O| Oct 18 17:50:09.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
52542024-10-18T17:50:11.633Z[ recovery-image] Oct 18 17:50:09.588 INFO O| Oct 18 17:50:09.588 INFO STEP 364 (remove_files) COMPLETE
52552024-10-18T17:50:11.636Z[ recovery-image] Oct 18 17:50:09.589 INFO O| Oct 18 17:50:09.588 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52562024-10-18T17:50:11.648Z[ recovery-image] Oct 18 17:50:09.603 INFO O| Oct 18 17:50:09.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
52572024-10-18T17:50:11.651Z[ recovery-image] Oct 18 17:50:09.604 INFO O| Oct 18 17:50:09.603 INFO STEP 365 (remove_files) COMPLETE
52582024-10-18T17:50:11.651Z[ recovery-image] Oct 18 17:50:09.604 INFO O| Oct 18 17:50:09.604 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52592024-10-18T17:50:11.664Z[ recovery-image] Oct 18 17:50:09.619 INFO O| Oct 18 17:50:09.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
52602024-10-18T17:50:11.664Z[ recovery-image] Oct 18 17:50:09.619 INFO O| Oct 18 17:50:09.619 INFO STEP 366 (remove_files) COMPLETE
52612024-10-18T17:50:11.666Z[ recovery-image] Oct 18 17:50:09.619 INFO O| Oct 18 17:50:09.619 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52622024-10-18T17:50:11.679Z[ recovery-image] Oct 18 17:50:09.634 INFO O| Oct 18 17:50:09.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
52632024-10-18T17:50:11.679Z[ recovery-image] Oct 18 17:50:09.634 INFO O| Oct 18 17:50:09.634 INFO STEP 367 (remove_files) COMPLETE
52642024-10-18T17:50:11.681Z[ recovery-image] Oct 18 17:50:09.634 INFO O| Oct 18 17:50:09.634 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52652024-10-18T17:50:11.695Z[ recovery-image] Oct 18 17:50:09.650 INFO O| Oct 18 17:50:09.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
52662024-10-18T17:50:11.695Z[ recovery-image] Oct 18 17:50:09.650 INFO O| Oct 18 17:50:09.650 INFO STEP 368 (remove_files) COMPLETE
52672024-10-18T17:50:11.695Z[ recovery-image] Oct 18 17:50:09.650 INFO O| Oct 18 17:50:09.650 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52682024-10-18T17:50:11.710Z[ recovery-image] Oct 18 17:50:09.665 INFO O| Oct 18 17:50:09.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
52692024-10-18T17:50:11.711Z[ recovery-image] Oct 18 17:50:09.666 INFO O| Oct 18 17:50:09.666 INFO STEP 369 (remove_files) COMPLETE
52702024-10-18T17:50:11.714Z[ recovery-image] Oct 18 17:50:09.666 INFO O| Oct 18 17:50:09.666 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52712024-10-18T17:50:11.726Z[ recovery-image] Oct 18 17:50:09.681 INFO O| Oct 18 17:50:09.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
52722024-10-18T17:50:11.726Z[ recovery-image] Oct 18 17:50:09.681 INFO O| Oct 18 17:50:09.681 INFO STEP 370 (remove_files) COMPLETE
52732024-10-18T17:50:11.726Z[ recovery-image] Oct 18 17:50:09.681 INFO O| Oct 18 17:50:09.681 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52742024-10-18T17:50:11.742Z[ recovery-image] Oct 18 17:50:09.697 INFO O| Oct 18 17:50:09.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
52752024-10-18T17:50:11.742Z[ recovery-image] Oct 18 17:50:09.697 INFO O| Oct 18 17:50:09.697 INFO STEP 371 (remove_files) COMPLETE
52762024-10-18T17:50:11.742Z[ recovery-image] Oct 18 17:50:09.697 INFO O| Oct 18 17:50:09.697 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52772024-10-18T17:50:11.753Z[ recovery-image] Oct 18 17:50:09.708 INFO O| Oct 18 17:50:09.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
52782024-10-18T17:50:11.753Z[ recovery-image] Oct 18 17:50:09.708 INFO O| Oct 18 17:50:09.708 INFO STEP 372 (remove_files) COMPLETE
52792024-10-18T17:50:11.755Z[ recovery-image] Oct 18 17:50:09.708 INFO O| Oct 18 17:50:09.708 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52802024-10-18T17:50:11.763Z[ recovery-image] Oct 18 17:50:09.718 INFO O| Oct 18 17:50:09.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
52812024-10-18T17:50:11.766Z[ recovery-image] Oct 18 17:50:09.719 INFO O| Oct 18 17:50:09.719 INFO STEP 373 (remove_files) COMPLETE
52822024-10-18T17:50:11.766Z[ recovery-image] Oct 18 17:50:09.719 INFO O| Oct 18 17:50:09.719 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52832024-10-18T17:50:11.779Z[ recovery-image] Oct 18 17:50:09.734 INFO O| Oct 18 17:50:09.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
52842024-10-18T17:50:11.779Z[ recovery-image] Oct 18 17:50:09.734 INFO O| Oct 18 17:50:09.734 INFO STEP 374 (remove_files) COMPLETE
52852024-10-18T17:50:11.779Z[ recovery-image] Oct 18 17:50:09.734 INFO O| Oct 18 17:50:09.734 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52862024-10-18T17:50:11.796Z[ recovery-image] Oct 18 17:50:09.750 INFO O| Oct 18 17:50:09.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
52872024-10-18T17:50:11.796Z[ recovery-image] Oct 18 17:50:09.750 INFO O| Oct 18 17:50:09.750 INFO STEP 375 (remove_files) COMPLETE
52882024-10-18T17:50:11.799Z[ recovery-image] Oct 18 17:50:09.751 INFO O| Oct 18 17:50:09.750 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52892024-10-18T17:50:11.811Z[ recovery-image] Oct 18 17:50:09.766 INFO O| Oct 18 17:50:09.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
52902024-10-18T17:50:11.811Z[ recovery-image] Oct 18 17:50:09.766 INFO O| Oct 18 17:50:09.766 INFO STEP 376 (remove_files) COMPLETE
52912024-10-18T17:50:11.812Z[ recovery-image] Oct 18 17:50:09.767 INFO O| Oct 18 17:50:09.766 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52922024-10-18T17:50:11.828Z[ recovery-image] Oct 18 17:50:09.782 INFO O| Oct 18 17:50:09.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
52932024-10-18T17:50:11.828Z[ recovery-image] Oct 18 17:50:09.782 INFO O| Oct 18 17:50:09.782 INFO STEP 377 (remove_files) COMPLETE
52942024-10-18T17:50:11.831Z[ recovery-image] Oct 18 17:50:09.782 INFO O| Oct 18 17:50:09.782 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52952024-10-18T17:50:11.842Z[ recovery-image] Oct 18 17:50:09.797 INFO O| Oct 18 17:50:09.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
52962024-10-18T17:50:11.842Z[ recovery-image] Oct 18 17:50:09.797 INFO O| Oct 18 17:50:09.797 INFO STEP 378 (remove_files) COMPLETE
52972024-10-18T17:50:11.845Z[ recovery-image] Oct 18 17:50:09.797 INFO O| Oct 18 17:50:09.797 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52982024-10-18T17:50:11.858Z[ recovery-image] Oct 18 17:50:09.813 INFO O| Oct 18 17:50:09.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
52992024-10-18T17:50:11.858Z[ recovery-image] Oct 18 17:50:09.813 INFO O| Oct 18 17:50:09.813 INFO STEP 379 (remove_files) COMPLETE
53002024-10-18T17:50:11.861Z[ recovery-image] Oct 18 17:50:09.813 INFO O| Oct 18 17:50:09.813 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53012024-10-18T17:50:11.873Z[ recovery-image] Oct 18 17:50:09.828 INFO O| Oct 18 17:50:09.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
53022024-10-18T17:50:11.873Z[ recovery-image] Oct 18 17:50:09.828 INFO O| Oct 18 17:50:09.828 INFO STEP 380 (remove_files) COMPLETE
53032024-10-18T17:50:11.875Z[ recovery-image] Oct 18 17:50:09.828 INFO O| Oct 18 17:50:09.828 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53042024-10-18T17:50:11.888Z[ recovery-image] Oct 18 17:50:09.843 INFO O| Oct 18 17:50:09.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
53052024-10-18T17:50:11.888Z[ recovery-image] Oct 18 17:50:09.843 INFO O| Oct 18 17:50:09.843 INFO STEP 381 (remove_files) COMPLETE
53062024-10-18T17:50:11.891Z[ recovery-image] Oct 18 17:50:09.843 INFO O| Oct 18 17:50:09.843 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53072024-10-18T17:50:11.903Z[ recovery-image] Oct 18 17:50:09.858 INFO O| Oct 18 17:50:09.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
53082024-10-18T17:50:11.903Z[ recovery-image] Oct 18 17:50:09.858 INFO O| Oct 18 17:50:09.858 INFO STEP 382 (remove_files) COMPLETE
53092024-10-18T17:50:11.906Z[ recovery-image] Oct 18 17:50:09.858 INFO O| Oct 18 17:50:09.858 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53102024-10-18T17:50:11.917Z[ recovery-image] Oct 18 17:50:09.872 INFO O| Oct 18 17:50:09.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
53112024-10-18T17:50:11.917Z[ recovery-image] Oct 18 17:50:09.873 INFO O| Oct 18 17:50:09.872 INFO STEP 383 (remove_files) COMPLETE
53122024-10-18T17:50:11.920Z[ recovery-image] Oct 18 17:50:09.873 INFO O| Oct 18 17:50:09.872 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53132024-10-18T17:50:11.932Z[ recovery-image] Oct 18 17:50:09.888 INFO O| Oct 18 17:50:09.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
53142024-10-18T17:50:11.935Z[ recovery-image] Oct 18 17:50:09.888 INFO O| Oct 18 17:50:09.888 INFO STEP 384 (remove_files) COMPLETE
53152024-10-18T17:50:11.935Z[ recovery-image] Oct 18 17:50:09.888 INFO O| Oct 18 17:50:09.888 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53162024-10-18T17:50:11.948Z[ recovery-image] Oct 18 17:50:09.903 INFO O| Oct 18 17:50:09.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
53172024-10-18T17:50:11.948Z[ recovery-image] Oct 18 17:50:09.903 INFO O| Oct 18 17:50:09.903 INFO STEP 385 (remove_files) COMPLETE
53182024-10-18T17:50:11.951Z[ recovery-image] Oct 18 17:50:09.904 INFO O| Oct 18 17:50:09.903 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53192024-10-18T17:50:11.964Z[ recovery-image] Oct 18 17:50:09.919 INFO O| Oct 18 17:50:09.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
53202024-10-18T17:50:11.964Z[ recovery-image] Oct 18 17:50:09.919 INFO O| Oct 18 17:50:09.919 INFO STEP 386 (remove_files) COMPLETE
53212024-10-18T17:50:11.964Z[ recovery-image] Oct 18 17:50:09.919 INFO O| Oct 18 17:50:09.919 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53222024-10-18T17:50:11.979Z[ recovery-image] Oct 18 17:50:09.934 INFO O| Oct 18 17:50:09.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
53232024-10-18T17:50:11.979Z[ recovery-image] Oct 18 17:50:09.934 INFO O| Oct 18 17:50:09.934 INFO STEP 387 (remove_files) COMPLETE
53242024-10-18T17:50:11.982Z[ recovery-image] Oct 18 17:50:09.934 INFO O| Oct 18 17:50:09.934 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53252024-10-18T17:50:11.995Z[ recovery-image] Oct 18 17:50:09.950 INFO O| Oct 18 17:50:09.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
53262024-10-18T17:50:11.995Z[ recovery-image] Oct 18 17:50:09.950 INFO O| Oct 18 17:50:09.950 INFO STEP 388 (remove_files) COMPLETE
53272024-10-18T17:50:11.995Z[ recovery-image] Oct 18 17:50:09.950 INFO O| Oct 18 17:50:09.950 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53282024-10-18T17:50:12.010Z[ recovery-image] Oct 18 17:50:09.965 INFO O| Oct 18 17:50:09.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
53292024-10-18T17:50:12.013Z[ recovery-image] Oct 18 17:50:09.966 INFO O| Oct 18 17:50:09.966 INFO STEP 389 (remove_files) COMPLETE
53302024-10-18T17:50:12.013Z[ recovery-image] Oct 18 17:50:09.966 INFO O| Oct 18 17:50:09.966 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53312024-10-18T17:50:12.026Z[ recovery-image] Oct 18 17:50:09.981 INFO O| Oct 18 17:50:09.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
53322024-10-18T17:50:12.026Z[ recovery-image] Oct 18 17:50:09.981 INFO O| Oct 18 17:50:09.981 INFO STEP 390 (remove_files) COMPLETE
53332024-10-18T17:50:12.026Z[ recovery-image] Oct 18 17:50:09.981 INFO O| Oct 18 17:50:09.981 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53342024-10-18T17:50:12.042Z[ recovery-image] Oct 18 17:50:09.997 INFO O| Oct 18 17:50:09.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
53352024-10-18T17:50:12.042Z[ recovery-image] Oct 18 17:50:09.997 INFO O| Oct 18 17:50:09.997 INFO STEP 391 (remove_files) COMPLETE
53362024-10-18T17:50:12.045Z[ recovery-image] Oct 18 17:50:09.997 INFO O| Oct 18 17:50:09.997 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53372024-10-18T17:50:12.059Z[ recovery-image] Oct 18 17:50:10.014 INFO O| Oct 18 17:50:10.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
53382024-10-18T17:50:12.059Z[ recovery-image] Oct 18 17:50:10.014 INFO O| Oct 18 17:50:10.014 INFO STEP 392 (remove_files) COMPLETE
53392024-10-18T17:50:12.062Z[ recovery-image] Oct 18 17:50:10.015 INFO O| Oct 18 17:50:10.014 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53402024-10-18T17:50:12.075Z[ recovery-image] Oct 18 17:50:10.030 INFO O| Oct 18 17:50:10.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
53412024-10-18T17:50:12.075Z[ recovery-image] Oct 18 17:50:10.030 INFO O| Oct 18 17:50:10.030 INFO STEP 393 (remove_files) COMPLETE
53422024-10-18T17:50:12.075Z[ recovery-image] Oct 18 17:50:10.030 INFO O| Oct 18 17:50:10.030 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53432024-10-18T17:50:12.087Z[ recovery-image] Oct 18 17:50:10.042 INFO O| Oct 18 17:50:10.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
53442024-10-18T17:50:12.087Z[ recovery-image] Oct 18 17:50:10.042 INFO O| Oct 18 17:50:10.042 INFO STEP 394 (remove_files) COMPLETE
53452024-10-18T17:50:12.089Z[ recovery-image] Oct 18 17:50:10.042 INFO O| Oct 18 17:50:10.042 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53462024-10-18T17:50:12.101Z[ recovery-image] Oct 18 17:50:10.056 INFO O| Oct 18 17:50:10.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
53472024-10-18T17:50:12.104Z[ recovery-image] Oct 18 17:50:10.056 INFO O| Oct 18 17:50:10.056 INFO STEP 395 (remove_files) COMPLETE
53482024-10-18T17:50:12.104Z[ recovery-image] Oct 18 17:50:10.056 INFO O| Oct 18 17:50:10.056 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53492024-10-18T17:50:12.116Z[ recovery-image] Oct 18 17:50:10.071 INFO O| Oct 18 17:50:10.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
53502024-10-18T17:50:12.116Z[ recovery-image] Oct 18 17:50:10.071 INFO O| Oct 18 17:50:10.071 INFO STEP 396 (remove_files) COMPLETE
53512024-10-18T17:50:12.116Z[ recovery-image] Oct 18 17:50:10.071 INFO O| Oct 18 17:50:10.071 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53522024-10-18T17:50:12.132Z[ recovery-image] Oct 18 17:50:10.087 INFO O| Oct 18 17:50:10.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
53532024-10-18T17:50:12.132Z[ recovery-image] Oct 18 17:50:10.087 INFO O| Oct 18 17:50:10.087 INFO STEP 397 (remove_files) COMPLETE
53542024-10-18T17:50:12.135Z[ recovery-image] Oct 18 17:50:10.087 INFO O| Oct 18 17:50:10.087 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53552024-10-18T17:50:12.148Z[ recovery-image] Oct 18 17:50:10.103 INFO O| Oct 18 17:50:10.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
53562024-10-18T17:50:12.151Z[ recovery-image] Oct 18 17:50:10.103 INFO O| Oct 18 17:50:10.103 INFO STEP 398 (remove_files) COMPLETE
53572024-10-18T17:50:12.151Z[ recovery-image] Oct 18 17:50:10.103 INFO O| Oct 18 17:50:10.103 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53582024-10-18T17:50:12.164Z[ recovery-image] Oct 18 17:50:10.119 INFO O| Oct 18 17:50:10.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
53592024-10-18T17:50:12.166Z[ recovery-image] Oct 18 17:50:10.119 INFO O| Oct 18 17:50:10.119 INFO STEP 399 (remove_files) COMPLETE
53602024-10-18T17:50:12.166Z[ recovery-image] Oct 18 17:50:10.119 INFO O| Oct 18 17:50:10.119 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53612024-10-18T17:50:12.180Z[ recovery-image] Oct 18 17:50:10.134 INFO O| Oct 18 17:50:10.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
53622024-10-18T17:50:12.180Z[ recovery-image] Oct 18 17:50:10.135 INFO O| Oct 18 17:50:10.134 INFO STEP 400 (remove_files) COMPLETE
53632024-10-18T17:50:12.182Z[ recovery-image] Oct 18 17:50:10.135 INFO O| Oct 18 17:50:10.134 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53642024-10-18T17:50:12.197Z[ recovery-image] Oct 18 17:50:10.152 INFO O| Oct 18 17:50:10.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
53652024-10-18T17:50:12.197Z[ recovery-image] Oct 18 17:50:10.152 INFO O| Oct 18 17:50:10.152 INFO STEP 401 (remove_files) COMPLETE
53662024-10-18T17:50:12.197Z[ recovery-image] Oct 18 17:50:10.152 INFO O| Oct 18 17:50:10.152 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53672024-10-18T17:50:12.214Z[ recovery-image] Oct 18 17:50:10.168 INFO O| Oct 18 17:50:10.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
53682024-10-18T17:50:12.214Z[ recovery-image] Oct 18 17:50:10.168 INFO O| Oct 18 17:50:10.168 INFO STEP 402 (remove_files) COMPLETE
53692024-10-18T17:50:12.216Z[ recovery-image] Oct 18 17:50:10.169 INFO O| Oct 18 17:50:10.168 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53702024-10-18T17:50:12.229Z[ recovery-image] Oct 18 17:50:10.184 INFO O| Oct 18 17:50:10.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
53712024-10-18T17:50:12.230Z[ recovery-image] Oct 18 17:50:10.184 INFO O| Oct 18 17:50:10.184 INFO STEP 403 (remove_files) COMPLETE
53722024-10-18T17:50:12.232Z[ recovery-image] Oct 18 17:50:10.185 INFO O| Oct 18 17:50:10.184 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53732024-10-18T17:50:12.247Z[ recovery-image] Oct 18 17:50:10.201 INFO O| Oct 18 17:50:10.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
53742024-10-18T17:50:12.247Z[ recovery-image] Oct 18 17:50:10.201 INFO O| Oct 18 17:50:10.201 INFO STEP 404 (remove_files) COMPLETE
53752024-10-18T17:50:12.249Z[ recovery-image] Oct 18 17:50:10.201 INFO O| Oct 18 17:50:10.201 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53762024-10-18T17:50:12.262Z[ recovery-image] Oct 18 17:50:10.217 INFO O| Oct 18 17:50:10.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
53772024-10-18T17:50:12.262Z[ recovery-image] Oct 18 17:50:10.217 INFO O| Oct 18 17:50:10.217 INFO STEP 405 (remove_files) COMPLETE
53782024-10-18T17:50:12.265Z[ recovery-image] Oct 18 17:50:10.217 INFO O| Oct 18 17:50:10.217 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53792024-10-18T17:50:12.282Z[ recovery-image] Oct 18 17:50:10.234 INFO O| Oct 18 17:50:10.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
53802024-10-18T17:50:12.282Z[ recovery-image] Oct 18 17:50:10.234 INFO O| Oct 18 17:50:10.234 INFO STEP 406 (remove_files) COMPLETE
53812024-10-18T17:50:12.285Z[ recovery-image] Oct 18 17:50:10.234 INFO O| Oct 18 17:50:10.234 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53822024-10-18T17:50:12.296Z[ recovery-image] Oct 18 17:50:10.251 INFO O| Oct 18 17:50:10.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
53832024-10-18T17:50:12.299Z[ recovery-image] Oct 18 17:50:10.251 INFO O| Oct 18 17:50:10.251 INFO STEP 407 (remove_files) COMPLETE
53842024-10-18T17:50:12.299Z[ recovery-image] Oct 18 17:50:10.251 INFO O| Oct 18 17:50:10.251 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53852024-10-18T17:50:12.312Z[ recovery-image] Oct 18 17:50:10.266 INFO O| Oct 18 17:50:10.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
53862024-10-18T17:50:12.312Z[ recovery-image] Oct 18 17:50:10.266 INFO O| Oct 18 17:50:10.266 INFO STEP 408 (remove_files) COMPLETE
53872024-10-18T17:50:12.315Z[ recovery-image] Oct 18 17:50:10.266 INFO O| Oct 18 17:50:10.266 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53882024-10-18T17:50:12.327Z[ recovery-image] Oct 18 17:50:10.282 INFO O| Oct 18 17:50:10.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
53892024-10-18T17:50:12.327Z[ recovery-image] Oct 18 17:50:10.282 INFO O| Oct 18 17:50:10.282 INFO STEP 409 (remove_files) COMPLETE
53902024-10-18T17:50:12.327Z[ recovery-image] Oct 18 17:50:10.282 INFO O| Oct 18 17:50:10.282 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53912024-10-18T17:50:12.343Z[ recovery-image] Oct 18 17:50:10.297 INFO O| Oct 18 17:50:10.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
53922024-10-18T17:50:12.343Z[ recovery-image] Oct 18 17:50:10.297 INFO O| Oct 18 17:50:10.297 INFO STEP 410 (remove_files) COMPLETE
53932024-10-18T17:50:12.345Z[ recovery-image] Oct 18 17:50:10.298 INFO O| Oct 18 17:50:10.297 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53942024-10-18T17:50:12.359Z[ recovery-image] Oct 18 17:50:10.314 INFO O| Oct 18 17:50:10.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
53952024-10-18T17:50:12.363Z[ recovery-image] Oct 18 17:50:10.314 INFO O| Oct 18 17:50:10.314 INFO STEP 411 (remove_files) COMPLETE
53962024-10-18T17:50:12.363Z[ recovery-image] Oct 18 17:50:10.314 INFO O| Oct 18 17:50:10.314 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53972024-10-18T17:50:12.375Z[ recovery-image] Oct 18 17:50:10.330 INFO O| Oct 18 17:50:10.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
53982024-10-18T17:50:12.378Z[ recovery-image] Oct 18 17:50:10.330 INFO O| Oct 18 17:50:10.330 INFO STEP 412 (remove_files) COMPLETE
53992024-10-18T17:50:12.378Z[ recovery-image] Oct 18 17:50:10.330 INFO O| Oct 18 17:50:10.330 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54002024-10-18T17:50:12.390Z[ host-image] Oct 18 17:50:10.345 INFO O| Oct 18 17:50:10.345 INFO O| Download: Completed 8.42 MB in 9.21 seconds (935k/s)
54012024-10-18T17:50:12.393Z[ recovery-image] Oct 18 17:50:10.347 INFO O| Oct 18 17:50:10.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
54022024-10-18T17:50:12.393Z[ recovery-image] Oct 18 17:50:10.347 INFO O| Oct 18 17:50:10.347 INFO STEP 413 (remove_files) COMPLETE
54032024-10-18T17:50:12.393Z[ recovery-image] Oct 18 17:50:10.347 INFO O| Oct 18 17:50:10.347 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54042024-10-18T17:50:12.410Z[ recovery-image] Oct 18 17:50:10.365 INFO O| Oct 18 17:50:10.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
54052024-10-18T17:50:12.412Z[ recovery-image] Oct 18 17:50:10.365 INFO O| Oct 18 17:50:10.365 INFO STEP 414 (remove_files) COMPLETE
54062024-10-18T17:50:12.412Z[ recovery-image] Oct 18 17:50:10.365 INFO O| Oct 18 17:50:10.365 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54072024-10-18T17:50:12.426Z[ recovery-image] Oct 18 17:50:10.381 INFO O| Oct 18 17:50:10.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
54082024-10-18T17:50:12.429Z[ recovery-image] Oct 18 17:50:10.381 INFO O| Oct 18 17:50:10.381 INFO STEP 415 (remove_files) COMPLETE
54092024-10-18T17:50:12.429Z[ recovery-image] Oct 18 17:50:10.381 INFO O| Oct 18 17:50:10.381 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54102024-10-18T17:50:12.443Z[ recovery-image] Oct 18 17:50:10.398 INFO O| Oct 18 17:50:10.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
54112024-10-18T17:50:12.446Z[ recovery-image] Oct 18 17:50:10.398 INFO O| Oct 18 17:50:10.398 INFO STEP 416 (remove_files) COMPLETE
54122024-10-18T17:50:12.446Z[ recovery-image] Oct 18 17:50:10.398 INFO O| Oct 18 17:50:10.398 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54132024-10-18T17:50:12.460Z[ recovery-image] Oct 18 17:50:10.415 INFO O| Oct 18 17:50:10.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
54142024-10-18T17:50:12.463Z[ recovery-image] Oct 18 17:50:10.415 INFO O| Oct 18 17:50:10.415 INFO STEP 417 (remove_files) COMPLETE
54152024-10-18T17:50:12.463Z[ recovery-image] Oct 18 17:50:10.415 INFO O| Oct 18 17:50:10.415 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54162024-10-18T17:50:12.478Z[ recovery-image] Oct 18 17:50:10.432 INFO O| Oct 18 17:50:10.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
54172024-10-18T17:50:12.480Z[ recovery-image] Oct 18 17:50:10.432 INFO O| Oct 18 17:50:10.432 INFO STEP 418 (remove_files) COMPLETE
54182024-10-18T17:50:12.480Z[ recovery-image] Oct 18 17:50:10.433 INFO O| Oct 18 17:50:10.433 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54192024-10-18T17:50:12.491Z[ host-image] Oct 18 17:50:10.446 INFO O| Oct 18 17:50:10.446 INFO O| Actions: 1/1361 actions (Installing new actions)
54202024-10-18T17:50:12.494Z[ recovery-image] Oct 18 17:50:10.449 INFO O| Oct 18 17:50:10.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
54212024-10-18T17:50:12.497Z[ recovery-image] Oct 18 17:50:10.449 INFO O| Oct 18 17:50:10.449 INFO STEP 419 (remove_files) COMPLETE
54222024-10-18T17:50:12.497Z[ recovery-image] Oct 18 17:50:10.450 INFO O| Oct 18 17:50:10.449 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54232024-10-18T17:50:12.511Z[ recovery-image] Oct 18 17:50:10.466 INFO O| Oct 18 17:50:10.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
54242024-10-18T17:50:12.514Z[ recovery-image] Oct 18 17:50:10.466 INFO O| Oct 18 17:50:10.466 INFO STEP 420 (remove_files) COMPLETE
54252024-10-18T17:50:12.514Z[ recovery-image] Oct 18 17:50:10.466 INFO O| Oct 18 17:50:10.466 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54262024-10-18T17:50:12.528Z[ recovery-image] Oct 18 17:50:10.483 INFO O| Oct 18 17:50:10.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
54272024-10-18T17:50:12.531Z[ recovery-image] Oct 18 17:50:10.483 INFO O| Oct 18 17:50:10.483 INFO STEP 421 (remove_files) COMPLETE
54282024-10-18T17:50:12.531Z[ recovery-image] Oct 18 17:50:10.483 INFO O| Oct 18 17:50:10.483 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54292024-10-18T17:50:12.546Z[ recovery-image] Oct 18 17:50:10.500 INFO O| Oct 18 17:50:10.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
54302024-10-18T17:50:12.548Z[ recovery-image] Oct 18 17:50:10.501 INFO O| Oct 18 17:50:10.500 INFO STEP 422 (remove_files) COMPLETE
54312024-10-18T17:50:12.548Z[ recovery-image] Oct 18 17:50:10.501 INFO O| Oct 18 17:50:10.501 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54322024-10-18T17:50:12.563Z[ recovery-image] Oct 18 17:50:10.517 INFO O| Oct 18 17:50:10.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
54332024-10-18T17:50:12.565Z[ recovery-image] Oct 18 17:50:10.517 INFO O| Oct 18 17:50:10.517 INFO STEP 423 (remove_files) COMPLETE
54342024-10-18T17:50:12.565Z[ recovery-image] Oct 18 17:50:10.518 INFO O| Oct 18 17:50:10.518 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54352024-10-18T17:50:12.580Z[ recovery-image] Oct 18 17:50:10.534 INFO O| Oct 18 17:50:10.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
54362024-10-18T17:50:12.583Z[ recovery-image] Oct 18 17:50:10.535 INFO O| Oct 18 17:50:10.535 INFO STEP 424 (remove_files) COMPLETE
54372024-10-18T17:50:12.583Z[ recovery-image] Oct 18 17:50:10.535 INFO O| Oct 18 17:50:10.535 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54382024-10-18T17:50:12.712Z[ recovery-image] Oct 18 17:50:10.551 INFO O| Oct 18 17:50:10.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
54392024-10-18T17:50:12.712Z[ recovery-image] Oct 18 17:50:10.551 INFO O| Oct 18 17:50:10.551 INFO STEP 425 (remove_files) COMPLETE
54402024-10-18T17:50:12.715Z[ recovery-image] Oct 18 17:50:10.551 INFO O| Oct 18 17:50:10.551 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54412024-10-18T17:50:12.715Z[ recovery-image] Oct 18 17:50:10.567 INFO O| Oct 18 17:50:10.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
54422024-10-18T17:50:12.715Z[ recovery-image] Oct 18 17:50:10.567 INFO O| Oct 18 17:50:10.567 INFO STEP 426 (remove_files) COMPLETE
54432024-10-18T17:50:12.715Z[ recovery-image] Oct 18 17:50:10.567 INFO O| Oct 18 17:50:10.567 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54442024-10-18T17:50:12.715Z[ recovery-image] Oct 18 17:50:10.578 INFO O| Oct 18 17:50:10.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
54452024-10-18T17:50:12.715Z[ recovery-image] Oct 18 17:50:10.578 INFO O| Oct 18 17:50:10.578 INFO STEP 427 (remove_files) COMPLETE
54462024-10-18T17:50:12.715Z[ recovery-image] Oct 18 17:50:10.578 INFO O| Oct 18 17:50:10.578 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54472024-10-18T17:50:12.715Z[ recovery-image] Oct 18 17:50:10.594 INFO O| Oct 18 17:50:10.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
54482024-10-18T17:50:12.715Z[ recovery-image] Oct 18 17:50:10.594 INFO O| Oct 18 17:50:10.594 INFO STEP 428 (remove_files) COMPLETE
54492024-10-18T17:50:12.715Z[ recovery-image] Oct 18 17:50:10.594 INFO O| Oct 18 17:50:10.594 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54502024-10-18T17:50:12.715Z[ recovery-image] Oct 18 17:50:10.610 INFO O| Oct 18 17:50:10.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
54512024-10-18T17:50:12.715Z[ recovery-image] Oct 18 17:50:10.610 INFO O| Oct 18 17:50:10.610 INFO STEP 429 (remove_files) COMPLETE
54522024-10-18T17:50:12.715Z[ recovery-image] Oct 18 17:50:10.610 INFO O| Oct 18 17:50:10.610 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54532024-10-18T17:50:12.715Z[ recovery-image] Oct 18 17:50:10.625 INFO O| Oct 18 17:50:10.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
54542024-10-18T17:50:12.715Z[ recovery-image] Oct 18 17:50:10.625 INFO O| Oct 18 17:50:10.625 INFO STEP 430 (remove_files) COMPLETE
54552024-10-18T17:50:12.715Z[ recovery-image] Oct 18 17:50:10.625 INFO O| Oct 18 17:50:10.625 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54562024-10-18T17:50:12.715Z[ recovery-image] Oct 18 17:50:10.640 INFO O| Oct 18 17:50:10.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
54572024-10-18T17:50:12.715Z[ recovery-image] Oct 18 17:50:10.641 INFO O| Oct 18 17:50:10.641 INFO STEP 431 (remove_files) COMPLETE
54582024-10-18T17:50:12.715Z[ recovery-image] Oct 18 17:50:10.641 INFO O| Oct 18 17:50:10.641 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54592024-10-18T17:50:12.715Z[ recovery-image] Oct 18 17:50:10.656 INFO O| Oct 18 17:50:10.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
54602024-10-18T17:50:12.715Z[ recovery-image] Oct 18 17:50:10.657 INFO O| Oct 18 17:50:10.656 INFO STEP 432 (remove_files) COMPLETE
54612024-10-18T17:50:12.716Z[ recovery-image] Oct 18 17:50:10.657 INFO O| Oct 18 17:50:10.657 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54622024-10-18T17:50:12.716Z[ recovery-image] Oct 18 17:50:10.669 INFO O| Oct 18 17:50:10.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
54632024-10-18T17:50:12.716Z[ recovery-image] Oct 18 17:50:10.669 INFO O| Oct 18 17:50:10.669 INFO STEP 433 (remove_files) COMPLETE
54642024-10-18T17:50:12.716Z[ recovery-image] Oct 18 17:50:10.669 INFO O| Oct 18 17:50:10.669 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54652024-10-18T17:50:12.730Z[ recovery-image] Oct 18 17:50:10.685 INFO O| Oct 18 17:50:10.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
54662024-10-18T17:50:12.730Z[ recovery-image] Oct 18 17:50:10.685 INFO O| Oct 18 17:50:10.685 INFO STEP 434 (remove_files) COMPLETE
54672024-10-18T17:50:12.730Z[ recovery-image] Oct 18 17:50:10.685 INFO O| Oct 18 17:50:10.685 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54682024-10-18T17:50:12.745Z[ recovery-image] Oct 18 17:50:10.700 INFO O| Oct 18 17:50:10.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
54692024-10-18T17:50:12.745Z[ recovery-image] Oct 18 17:50:10.700 INFO O| Oct 18 17:50:10.700 INFO STEP 435 (remove_files) COMPLETE
54702024-10-18T17:50:12.748Z[ recovery-image] Oct 18 17:50:10.700 INFO O| Oct 18 17:50:10.700 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54712024-10-18T17:50:12.761Z[ recovery-image] Oct 18 17:50:10.716 INFO O| Oct 18 17:50:10.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
54722024-10-18T17:50:12.761Z[ recovery-image] Oct 18 17:50:10.716 INFO O| Oct 18 17:50:10.716 INFO STEP 436 (remove_files) COMPLETE
54732024-10-18T17:50:12.761Z[ recovery-image] Oct 18 17:50:10.716 INFO O| Oct 18 17:50:10.716 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54742024-10-18T17:50:12.776Z[ recovery-image] Oct 18 17:50:10.731 INFO O| Oct 18 17:50:10.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
54752024-10-18T17:50:12.776Z[ recovery-image] Oct 18 17:50:10.731 INFO O| Oct 18 17:50:10.731 INFO STEP 437 (remove_files) COMPLETE
54762024-10-18T17:50:12.779Z[ recovery-image] Oct 18 17:50:10.731 INFO O| Oct 18 17:50:10.731 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54772024-10-18T17:50:12.792Z[ recovery-image] Oct 18 17:50:10.746 INFO O| Oct 18 17:50:10.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
54782024-10-18T17:50:12.792Z[ recovery-image] Oct 18 17:50:10.746 INFO O| Oct 18 17:50:10.746 INFO STEP 438 (remove_files) COMPLETE
54792024-10-18T17:50:12.792Z[ recovery-image] Oct 18 17:50:10.746 INFO O| Oct 18 17:50:10.746 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54802024-10-18T17:50:12.807Z[ recovery-image] Oct 18 17:50:10.762 INFO O| Oct 18 17:50:10.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
54812024-10-18T17:50:12.807Z[ recovery-image] Oct 18 17:50:10.762 INFO O| Oct 18 17:50:10.762 INFO STEP 439 (remove_files) COMPLETE
54822024-10-18T17:50:12.807Z[ recovery-image] Oct 18 17:50:10.762 INFO O| Oct 18 17:50:10.762 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54832024-10-18T17:50:12.823Z[ recovery-image] Oct 18 17:50:10.778 INFO O| Oct 18 17:50:10.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
54842024-10-18T17:50:12.823Z[ recovery-image] Oct 18 17:50:10.778 INFO O| Oct 18 17:50:10.778 INFO STEP 440 (remove_files) COMPLETE
54852024-10-18T17:50:12.826Z[ recovery-image] Oct 18 17:50:10.778 INFO O| Oct 18 17:50:10.778 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54862024-10-18T17:50:12.839Z[ recovery-image] Oct 18 17:50:10.793 INFO O| Oct 18 17:50:10.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
54872024-10-18T17:50:12.841Z[ recovery-image] Oct 18 17:50:10.794 INFO O| Oct 18 17:50:10.793 INFO STEP 441 (remove_files) COMPLETE
54882024-10-18T17:50:12.841Z[ recovery-image] Oct 18 17:50:10.794 INFO O| Oct 18 17:50:10.793 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54892024-10-18T17:50:12.855Z[ recovery-image] Oct 18 17:50:10.810 INFO O| Oct 18 17:50:10.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
54902024-10-18T17:50:12.855Z[ recovery-image] Oct 18 17:50:10.810 INFO O| Oct 18 17:50:10.810 INFO STEP 442 (remove_files) COMPLETE
54912024-10-18T17:50:12.858Z[ recovery-image] Oct 18 17:50:10.810 INFO O| Oct 18 17:50:10.810 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54922024-10-18T17:50:12.871Z[ recovery-image] Oct 18 17:50:10.826 INFO O| Oct 18 17:50:10.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
54932024-10-18T17:50:12.871Z[ recovery-image] Oct 18 17:50:10.826 INFO O| Oct 18 17:50:10.826 INFO STEP 443 (remove_files) COMPLETE
54942024-10-18T17:50:12.874Z[ recovery-image] Oct 18 17:50:10.826 INFO O| Oct 18 17:50:10.826 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54952024-10-18T17:50:12.888Z[ recovery-image] Oct 18 17:50:10.842 INFO O| Oct 18 17:50:10.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
54962024-10-18T17:50:12.888Z[ recovery-image] Oct 18 17:50:10.842 INFO O| Oct 18 17:50:10.842 INFO STEP 444 (remove_files) COMPLETE
54972024-10-18T17:50:12.891Z[ recovery-image] Oct 18 17:50:10.842 INFO O| Oct 18 17:50:10.842 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54982024-10-18T17:50:12.902Z[ recovery-image] Oct 18 17:50:10.857 INFO O| Oct 18 17:50:10.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
54992024-10-18T17:50:12.902Z[ recovery-image] Oct 18 17:50:10.857 INFO O| Oct 18 17:50:10.857 INFO STEP 445 (remove_files) COMPLETE
55002024-10-18T17:50:12.905Z[ recovery-image] Oct 18 17:50:10.857 INFO O| Oct 18 17:50:10.857 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55012024-10-18T17:50:12.919Z[ recovery-image] Oct 18 17:50:10.874 INFO O| Oct 18 17:50:10.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
55022024-10-18T17:50:12.922Z[ recovery-image] Oct 18 17:50:10.874 INFO O| Oct 18 17:50:10.874 INFO STEP 446 (remove_files) COMPLETE
55032024-10-18T17:50:12.922Z[ recovery-image] Oct 18 17:50:10.874 INFO O| Oct 18 17:50:10.874 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55042024-10-18T17:50:12.937Z[ recovery-image] Oct 18 17:50:10.891 INFO O| Oct 18 17:50:10.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
55052024-10-18T17:50:12.937Z[ recovery-image] Oct 18 17:50:10.892 INFO O| Oct 18 17:50:10.892 INFO STEP 447 (remove_files) COMPLETE
55062024-10-18T17:50:12.939Z[ recovery-image] Oct 18 17:50:10.892 INFO O| Oct 18 17:50:10.892 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55072024-10-18T17:50:12.954Z[ recovery-image] Oct 18 17:50:10.908 INFO O| Oct 18 17:50:10.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
55082024-10-18T17:50:12.954Z[ recovery-image] Oct 18 17:50:10.908 INFO O| Oct 18 17:50:10.908 INFO STEP 448 (remove_files) COMPLETE
55092024-10-18T17:50:12.956Z[ recovery-image] Oct 18 17:50:10.908 INFO O| Oct 18 17:50:10.908 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55102024-10-18T17:50:12.966Z[ recovery-image] Oct 18 17:50:10.921 INFO O| Oct 18 17:50:10.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
55112024-10-18T17:50:12.966Z[ recovery-image] Oct 18 17:50:10.921 INFO O| Oct 18 17:50:10.921 INFO STEP 449 (remove_files) COMPLETE
55122024-10-18T17:50:12.966Z[ recovery-image] Oct 18 17:50:10.921 INFO O| Oct 18 17:50:10.921 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55132024-10-18T17:50:12.981Z[ recovery-image] Oct 18 17:50:10.936 INFO O| Oct 18 17:50:10.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
55142024-10-18T17:50:12.982Z[ recovery-image] Oct 18 17:50:10.936 INFO O| Oct 18 17:50:10.936 INFO STEP 450 (remove_files) COMPLETE
55152024-10-18T17:50:12.984Z[ recovery-image] Oct 18 17:50:10.936 INFO O| Oct 18 17:50:10.936 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55162024-10-18T17:50:12.993Z[ recovery-image] Oct 18 17:50:10.947 INFO O| Oct 18 17:50:10.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
55172024-10-18T17:50:12.993Z[ recovery-image] Oct 18 17:50:10.947 INFO O| Oct 18 17:50:10.947 INFO STEP 451 (remove_files) COMPLETE
55182024-10-18T17:50:12.993Z[ recovery-image] Oct 18 17:50:10.947 INFO O| Oct 18 17:50:10.947 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55192024-10-18T17:50:13.005Z[ recovery-image] Oct 18 17:50:10.960 INFO O| Oct 18 17:50:10.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
55202024-10-18T17:50:13.008Z[ recovery-image] Oct 18 17:50:10.960 INFO O| Oct 18 17:50:10.960 INFO STEP 452 (remove_files) COMPLETE
55212024-10-18T17:50:13.008Z[ recovery-image] Oct 18 17:50:10.960 INFO O| Oct 18 17:50:10.960 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55222024-10-18T17:50:13.020Z[ recovery-image] Oct 18 17:50:10.974 INFO O| Oct 18 17:50:10.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
55232024-10-18T17:50:13.020Z[ recovery-image] Oct 18 17:50:10.975 INFO O| Oct 18 17:50:10.974 INFO STEP 453 (remove_files) COMPLETE
55242024-10-18T17:50:13.020Z[ recovery-image] Oct 18 17:50:10.975 INFO O| Oct 18 17:50:10.974 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55252024-10-18T17:50:13.030Z[ recovery-image] Oct 18 17:50:10.985 INFO O| Oct 18 17:50:10.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
55262024-10-18T17:50:13.031Z[ recovery-image] Oct 18 17:50:10.985 INFO O| Oct 18 17:50:10.985 INFO STEP 454 (remove_files) COMPLETE
55272024-10-18T17:50:13.033Z[ recovery-image] Oct 18 17:50:10.985 INFO O| Oct 18 17:50:10.985 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55282024-10-18T17:50:13.046Z[ recovery-image] Oct 18 17:50:11.000 INFO O| Oct 18 17:50:11.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
55292024-10-18T17:50:13.046Z[ recovery-image] Oct 18 17:50:11.000 INFO O| Oct 18 17:50:11.000 INFO STEP 455 (remove_files) COMPLETE
55302024-10-18T17:50:13.049Z[ recovery-image] Oct 18 17:50:11.000 INFO O| Oct 18 17:50:11.000 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55312024-10-18T17:50:13.056Z[ host-image] Oct 18 17:50:11.011 INFO O| Oct 18 17:50:11.011 INFO O| Actions: Completed 1361 actions in 0.56 seconds.
55322024-10-18T17:50:13.060Z[ recovery-image] Oct 18 17:50:11.015 INFO O| Oct 18 17:50:11.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
55332024-10-18T17:50:13.060Z[ recovery-image] Oct 18 17:50:11.015 INFO O| Oct 18 17:50:11.015 INFO STEP 456 (remove_files) COMPLETE
55342024-10-18T17:50:13.060Z[ recovery-image] Oct 18 17:50:11.015 INFO O| Oct 18 17:50:11.015 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55352024-10-18T17:50:13.072Z[ recovery-image] Oct 18 17:50:11.026 INFO O| Oct 18 17:50:11.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
55362024-10-18T17:50:13.072Z[ recovery-image] Oct 18 17:50:11.026 INFO O| Oct 18 17:50:11.026 INFO STEP 457 (remove_files) COMPLETE
55372024-10-18T17:50:13.074Z[ recovery-image] Oct 18 17:50:11.027 INFO O| Oct 18 17:50:11.026 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55382024-10-18T17:50:13.087Z[ recovery-image] Oct 18 17:50:11.041 INFO O| Oct 18 17:50:11.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
55392024-10-18T17:50:13.087Z[ recovery-image] Oct 18 17:50:11.041 INFO O| Oct 18 17:50:11.041 INFO STEP 458 (remove_files) COMPLETE
55402024-10-18T17:50:13.089Z[ recovery-image] Oct 18 17:50:11.041 INFO O| Oct 18 17:50:11.041 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55412024-10-18T17:50:13.102Z[ recovery-image] Oct 18 17:50:11.056 INFO O| Oct 18 17:50:11.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
55422024-10-18T17:50:13.102Z[ recovery-image] Oct 18 17:50:11.056 INFO O| Oct 18 17:50:11.056 INFO STEP 459 (remove_files) COMPLETE
55432024-10-18T17:50:13.102Z[ recovery-image] Oct 18 17:50:11.056 INFO O| Oct 18 17:50:11.056 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55442024-10-18T17:50:13.116Z[ recovery-image] Oct 18 17:50:11.071 INFO O| Oct 18 17:50:11.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
55452024-10-18T17:50:13.116Z[ recovery-image] Oct 18 17:50:11.071 INFO O| Oct 18 17:50:11.071 INFO STEP 460 (remove_files) COMPLETE
55462024-10-18T17:50:13.119Z[ recovery-image] Oct 18 17:50:11.071 INFO O| Oct 18 17:50:11.071 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55472024-10-18T17:50:13.132Z[ recovery-image] Oct 18 17:50:11.087 INFO O| Oct 18 17:50:11.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
55482024-10-18T17:50:13.132Z[ recovery-image] Oct 18 17:50:11.087 INFO O| Oct 18 17:50:11.087 INFO STEP 461 (remove_files) COMPLETE
55492024-10-18T17:50:13.132Z[ recovery-image] Oct 18 17:50:11.087 INFO O| Oct 18 17:50:11.087 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55502024-10-18T17:50:13.149Z[ recovery-image] Oct 18 17:50:11.103 INFO O| Oct 18 17:50:11.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
55512024-10-18T17:50:13.149Z[ recovery-image] Oct 18 17:50:11.103 INFO O| Oct 18 17:50:11.103 INFO STEP 462 (remove_files) COMPLETE
55522024-10-18T17:50:13.151Z[ recovery-image] Oct 18 17:50:11.103 INFO O| Oct 18 17:50:11.103 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55532024-10-18T17:50:13.166Z[ recovery-image] Oct 18 17:50:11.120 INFO O| Oct 18 17:50:11.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
55542024-10-18T17:50:13.166Z[ recovery-image] Oct 18 17:50:11.120 INFO O| Oct 18 17:50:11.120 INFO STEP 463 (remove_files) COMPLETE
55552024-10-18T17:50:13.166Z[ recovery-image] Oct 18 17:50:11.120 INFO O| Oct 18 17:50:11.120 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55562024-10-18T17:50:13.183Z[ recovery-image] Oct 18 17:50:11.137 INFO O| Oct 18 17:50:11.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
55572024-10-18T17:50:13.183Z[ recovery-image] Oct 18 17:50:11.138 INFO O| Oct 18 17:50:11.137 INFO STEP 464 (remove_files) COMPLETE
55582024-10-18T17:50:13.183Z[ recovery-image] Oct 18 17:50:11.138 INFO O| Oct 18 17:50:11.138 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55592024-10-18T17:50:13.200Z[ recovery-image] Oct 18 17:50:11.154 INFO O| Oct 18 17:50:11.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
55602024-10-18T17:50:13.200Z[ recovery-image] Oct 18 17:50:11.154 INFO O| Oct 18 17:50:11.154 INFO STEP 465 (remove_files) COMPLETE
55612024-10-18T17:50:13.200Z[ recovery-image] Oct 18 17:50:11.154 INFO O| Oct 18 17:50:11.154 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55622024-10-18T17:50:13.213Z[ recovery-image] Oct 18 17:50:11.167 INFO O| Oct 18 17:50:11.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
55632024-10-18T17:50:13.213Z[ recovery-image] Oct 18 17:50:11.167 INFO O| Oct 18 17:50:11.167 INFO STEP 466 (remove_files) COMPLETE
55642024-10-18T17:50:13.215Z[ recovery-image] Oct 18 17:50:11.167 INFO O| Oct 18 17:50:11.167 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55652024-10-18T17:50:13.223Z[ recovery-image] Oct 18 17:50:11.178 INFO O| Oct 18 17:50:11.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
55662024-10-18T17:50:13.223Z[ recovery-image] Oct 18 17:50:11.178 INFO O| Oct 18 17:50:11.178 INFO STEP 467 (remove_files) COMPLETE
55672024-10-18T17:50:13.228Z[ recovery-image] Oct 18 17:50:11.178 INFO O| Oct 18 17:50:11.178 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55682024-10-18T17:50:13.237Z[ recovery-image] Oct 18 17:50:11.192 INFO O| Oct 18 17:50:11.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
55692024-10-18T17:50:13.237Z[ recovery-image] Oct 18 17:50:11.192 INFO O| Oct 18 17:50:11.192 INFO STEP 468 (remove_files) COMPLETE
55702024-10-18T17:50:13.239Z[ recovery-image] Oct 18 17:50:11.192 INFO O| Oct 18 17:50:11.192 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55712024-10-18T17:50:13.254Z[ recovery-image] Oct 18 17:50:11.209 INFO O| Oct 18 17:50:11.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
55722024-10-18T17:50:13.255Z[ recovery-image] Oct 18 17:50:11.209 INFO O| Oct 18 17:50:11.209 INFO STEP 469 (remove_files) COMPLETE
55732024-10-18T17:50:13.257Z[ recovery-image] Oct 18 17:50:11.209 INFO O| Oct 18 17:50:11.209 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55742024-10-18T17:50:13.270Z[ recovery-image] Oct 18 17:50:11.224 INFO O| Oct 18 17:50:11.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
55752024-10-18T17:50:13.270Z[ recovery-image] Oct 18 17:50:11.224 INFO O| Oct 18 17:50:11.224 INFO STEP 470 (remove_files) COMPLETE
55762024-10-18T17:50:13.272Z[ recovery-image] Oct 18 17:50:11.224 INFO O| Oct 18 17:50:11.224 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55772024-10-18T17:50:13.287Z[ recovery-image] Oct 18 17:50:11.241 INFO O| Oct 18 17:50:11.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
55782024-10-18T17:50:13.287Z[ recovery-image] Oct 18 17:50:11.241 INFO O| Oct 18 17:50:11.241 INFO STEP 471 (remove_files) COMPLETE
55792024-10-18T17:50:13.287Z[ recovery-image] Oct 18 17:50:11.241 INFO O| Oct 18 17:50:11.241 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55802024-10-18T17:50:13.302Z[ recovery-image] Oct 18 17:50:11.257 INFO O| Oct 18 17:50:11.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
55812024-10-18T17:50:13.302Z[ recovery-image] Oct 18 17:50:11.257 INFO O| Oct 18 17:50:11.257 INFO STEP 472 (remove_files) COMPLETE
55822024-10-18T17:50:13.303Z[ recovery-image] Oct 18 17:50:11.257 INFO O| Oct 18 17:50:11.257 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55832024-10-18T17:50:13.319Z[ recovery-image] Oct 18 17:50:11.273 INFO O| Oct 18 17:50:11.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
55842024-10-18T17:50:13.319Z[ recovery-image] Oct 18 17:50:11.273 INFO O| Oct 18 17:50:11.273 INFO STEP 473 (remove_files) COMPLETE
55852024-10-18T17:50:13.319Z[ recovery-image] Oct 18 17:50:11.273 INFO O| Oct 18 17:50:11.273 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55862024-10-18T17:50:13.337Z[ recovery-image] Oct 18 17:50:11.292 INFO O| Oct 18 17:50:11.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
55872024-10-18T17:50:13.337Z[ recovery-image] Oct 18 17:50:11.292 INFO O| Oct 18 17:50:11.292 INFO STEP 474 (remove_files) COMPLETE
55882024-10-18T17:50:13.337Z[ recovery-image] Oct 18 17:50:11.292 INFO O| Oct 18 17:50:11.292 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55892024-10-18T17:50:13.352Z[ recovery-image] Oct 18 17:50:11.307 INFO O| Oct 18 17:50:11.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
55902024-10-18T17:50:13.353Z[ recovery-image] Oct 18 17:50:11.307 INFO O| Oct 18 17:50:11.307 INFO STEP 475 (remove_files) COMPLETE
55912024-10-18T17:50:13.355Z[ recovery-image] Oct 18 17:50:11.307 INFO O| Oct 18 17:50:11.307 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55922024-10-18T17:50:13.364Z[ recovery-image] Oct 18 17:50:11.318 INFO O| Oct 18 17:50:11.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
55932024-10-18T17:50:13.364Z[ recovery-image] Oct 18 17:50:11.318 INFO O| Oct 18 17:50:11.318 INFO STEP 476 (remove_files) COMPLETE
55942024-10-18T17:50:13.367Z[ recovery-image] Oct 18 17:50:11.318 INFO O| Oct 18 17:50:11.318 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55952024-10-18T17:50:13.378Z[ recovery-image] Oct 18 17:50:11.333 INFO O| Oct 18 17:50:11.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
55962024-10-18T17:50:13.381Z[ recovery-image] Oct 18 17:50:11.333 INFO O| Oct 18 17:50:11.333 INFO STEP 477 (remove_files) COMPLETE
55972024-10-18T17:50:13.381Z[ recovery-image] Oct 18 17:50:11.333 INFO O| Oct 18 17:50:11.333 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55982024-10-18T17:50:13.394Z[ recovery-image] Oct 18 17:50:11.348 INFO O| Oct 18 17:50:11.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
55992024-10-18T17:50:13.394Z[ recovery-image] Oct 18 17:50:11.348 INFO O| Oct 18 17:50:11.348 INFO STEP 478 (remove_files) COMPLETE
56002024-10-18T17:50:13.394Z[ recovery-image] Oct 18 17:50:11.348 INFO O| Oct 18 17:50:11.348 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56012024-10-18T17:50:13.405Z[ recovery-image] Oct 18 17:50:11.359 INFO O| Oct 18 17:50:11.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
56022024-10-18T17:50:13.407Z[ recovery-image] Oct 18 17:50:11.360 INFO O| Oct 18 17:50:11.360 INFO STEP 479 (remove_files) COMPLETE
56032024-10-18T17:50:13.407Z[ recovery-image] Oct 18 17:50:11.360 INFO O| Oct 18 17:50:11.360 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56042024-10-18T17:50:13.416Z[ recovery-image] Oct 18 17:50:11.370 INFO O| Oct 18 17:50:11.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
56052024-10-18T17:50:13.416Z[ recovery-image] Oct 18 17:50:11.370 INFO O| Oct 18 17:50:11.370 INFO STEP 480 (remove_files) COMPLETE
56062024-10-18T17:50:13.418Z[ recovery-image] Oct 18 17:50:11.370 INFO O| Oct 18 17:50:11.370 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56072024-10-18T17:50:13.418Z[ host-image] Oct 18 17:50:11.371 INFO O| Oct 18 17:50:11.371 INFO O| Done
56082024-10-18T17:50:13.418Z[ host-image] Oct 18 17:50:11.371 INFO O| Oct 18 17:50:11.371 INFO O| Done
56092024-10-18T17:50:13.430Z[ recovery-image] Oct 18 17:50:11.384 INFO O| Oct 18 17:50:11.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
56102024-10-18T17:50:13.430Z[ recovery-image] Oct 18 17:50:11.384 INFO O| Oct 18 17:50:11.384 INFO STEP 481 (remove_files) COMPLETE
56112024-10-18T17:50:13.430Z[ recovery-image] Oct 18 17:50:11.384 INFO O| Oct 18 17:50:11.384 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56122024-10-18T17:50:13.441Z[ recovery-image] Oct 18 17:50:11.396 INFO O| Oct 18 17:50:11.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
56132024-10-18T17:50:13.441Z[ recovery-image] Oct 18 17:50:11.396 INFO O| Oct 18 17:50:11.396 INFO STEP 482 (remove_files) COMPLETE
56142024-10-18T17:50:13.444Z[ recovery-image] Oct 18 17:50:11.396 INFO O| Oct 18 17:50:11.396 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56152024-10-18T17:50:13.457Z[ recovery-image] Oct 18 17:50:11.411 INFO O| Oct 18 17:50:11.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
56162024-10-18T17:50:13.459Z[ recovery-image] Oct 18 17:50:11.411 INFO O| Oct 18 17:50:11.411 INFO STEP 483 (remove_files) COMPLETE
56172024-10-18T17:50:13.459Z[ recovery-image] Oct 18 17:50:11.412 INFO O| Oct 18 17:50:11.411 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56182024-10-18T17:50:13.471Z[ recovery-image] Oct 18 17:50:11.426 INFO O| Oct 18 17:50:11.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
56192024-10-18T17:50:13.471Z[ recovery-image] Oct 18 17:50:11.426 INFO O| Oct 18 17:50:11.426 INFO STEP 484 (remove_files) COMPLETE
56202024-10-18T17:50:13.471Z[ recovery-image] Oct 18 17:50:11.426 INFO O| Oct 18 17:50:11.426 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56212024-10-18T17:50:13.482Z[ recovery-image] Oct 18 17:50:11.436 INFO O| Oct 18 17:50:11.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
56222024-10-18T17:50:13.482Z[ recovery-image] Oct 18 17:50:11.436 INFO O| Oct 18 17:50:11.436 INFO STEP 485 (remove_files) COMPLETE
56232024-10-18T17:50:13.485Z[ recovery-image] Oct 18 17:50:11.436 INFO O| Oct 18 17:50:11.436 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56242024-10-18T17:50:13.495Z[ recovery-image] Oct 18 17:50:11.449 INFO O| Oct 18 17:50:11.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
56252024-10-18T17:50:13.495Z[ recovery-image] Oct 18 17:50:11.449 INFO O| Oct 18 17:50:11.449 INFO STEP 486 (remove_files) COMPLETE
56262024-10-18T17:50:13.495Z[ recovery-image] Oct 18 17:50:11.449 INFO O| Oct 18 17:50:11.449 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56272024-10-18T17:50:13.508Z[ recovery-image] Oct 18 17:50:11.462 INFO O| Oct 18 17:50:11.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
56282024-10-18T17:50:13.508Z[ recovery-image] Oct 18 17:50:11.462 INFO O| Oct 18 17:50:11.462 INFO STEP 487 (remove_files) COMPLETE
56292024-10-18T17:50:13.508Z[ recovery-image] Oct 18 17:50:11.462 INFO O| Oct 18 17:50:11.462 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56302024-10-18T17:50:13.520Z[ recovery-image] Oct 18 17:50:11.474 INFO O| Oct 18 17:50:11.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
56312024-10-18T17:50:13.520Z[ recovery-image] Oct 18 17:50:11.474 INFO O| Oct 18 17:50:11.474 INFO STEP 488 (remove_files) COMPLETE
56322024-10-18T17:50:13.520Z[ recovery-image] Oct 18 17:50:11.474 INFO O| Oct 18 17:50:11.474 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56332024-10-18T17:50:13.531Z[ recovery-image] Oct 18 17:50:11.485 INFO O| Oct 18 17:50:11.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
56342024-10-18T17:50:13.531Z[ recovery-image] Oct 18 17:50:11.485 INFO O| Oct 18 17:50:11.485 INFO STEP 489 (remove_files) COMPLETE
56352024-10-18T17:50:13.531Z[ recovery-image] Oct 18 17:50:11.485 INFO O| Oct 18 17:50:11.485 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56362024-10-18T17:50:13.541Z[ recovery-image] Oct 18 17:50:11.496 INFO O| Oct 18 17:50:11.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
56372024-10-18T17:50:13.541Z[ recovery-image] Oct 18 17:50:11.496 INFO O| Oct 18 17:50:11.496 INFO STEP 490 (remove_files) COMPLETE
56382024-10-18T17:50:13.544Z[ recovery-image] Oct 18 17:50:11.496 INFO O| Oct 18 17:50:11.496 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56392024-10-18T17:50:13.551Z[ recovery-image] Oct 18 17:50:11.506 INFO O| Oct 18 17:50:11.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
56402024-10-18T17:50:13.551Z[ recovery-image] Oct 18 17:50:11.506 INFO O| Oct 18 17:50:11.506 INFO STEP 491 (remove_files) COMPLETE
56412024-10-18T17:50:13.554Z[ recovery-image] Oct 18 17:50:11.506 INFO O| Oct 18 17:50:11.506 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56422024-10-18T17:50:13.561Z[ recovery-image] Oct 18 17:50:11.516 INFO O| Oct 18 17:50:11.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
56432024-10-18T17:50:13.564Z[ recovery-image] Oct 18 17:50:11.516 INFO O| Oct 18 17:50:11.516 INFO STEP 492 (remove_files) COMPLETE
56442024-10-18T17:50:13.564Z[ recovery-image] Oct 18 17:50:11.516 INFO O| Oct 18 17:50:11.516 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56452024-10-18T17:50:13.572Z[ recovery-image] Oct 18 17:50:11.526 INFO O| Oct 18 17:50:11.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
56462024-10-18T17:50:13.572Z[ recovery-image] Oct 18 17:50:11.526 INFO O| Oct 18 17:50:11.526 INFO STEP 493 (remove_files) COMPLETE
56472024-10-18T17:50:13.574Z[ recovery-image] Oct 18 17:50:11.526 INFO O| Oct 18 17:50:11.526 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56482024-10-18T17:50:13.584Z[ recovery-image] Oct 18 17:50:11.538 INFO O| Oct 18 17:50:11.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
56492024-10-18T17:50:13.584Z[ recovery-image] Oct 18 17:50:11.538 INFO O| Oct 18 17:50:11.538 INFO STEP 494 (remove_files) COMPLETE
56502024-10-18T17:50:13.587Z[ recovery-image] Oct 18 17:50:11.538 INFO O| Oct 18 17:50:11.538 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56512024-10-18T17:50:13.596Z[ recovery-image] Oct 18 17:50:11.550 INFO O| Oct 18 17:50:11.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
56522024-10-18T17:50:13.596Z[ recovery-image] Oct 18 17:50:11.550 INFO O| Oct 18 17:50:11.550 INFO STEP 495 (remove_files) COMPLETE
56532024-10-18T17:50:13.599Z[ recovery-image] Oct 18 17:50:11.550 INFO O| Oct 18 17:50:11.550 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56542024-10-18T17:50:13.606Z[ recovery-image] Oct 18 17:50:11.561 INFO O| Oct 18 17:50:11.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
56552024-10-18T17:50:13.606Z[ recovery-image] Oct 18 17:50:11.561 INFO O| Oct 18 17:50:11.561 INFO STEP 496 (remove_files) COMPLETE
56562024-10-18T17:50:13.606Z[ recovery-image] Oct 18 17:50:11.561 INFO O| Oct 18 17:50:11.561 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56572024-10-18T17:50:13.616Z[ recovery-image] Oct 18 17:50:11.571 INFO O| Oct 18 17:50:11.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
56582024-10-18T17:50:13.616Z[ recovery-image] Oct 18 17:50:11.571 INFO O| Oct 18 17:50:11.571 INFO STEP 497 (remove_files) COMPLETE
56592024-10-18T17:50:13.616Z[ recovery-image] Oct 18 17:50:11.571 INFO O| Oct 18 17:50:11.571 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56602024-10-18T17:50:13.627Z[ recovery-image] Oct 18 17:50:11.581 INFO O| Oct 18 17:50:11.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
56612024-10-18T17:50:13.630Z[ recovery-image] Oct 18 17:50:11.582 INFO O| Oct 18 17:50:11.582 INFO STEP 498 (remove_files) COMPLETE
56622024-10-18T17:50:13.630Z[ recovery-image] Oct 18 17:50:11.582 INFO O| Oct 18 17:50:11.582 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56632024-10-18T17:50:13.637Z[ recovery-image] Oct 18 17:50:11.591 INFO O| Oct 18 17:50:11.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
56642024-10-18T17:50:13.637Z[ recovery-image] Oct 18 17:50:11.591 INFO O| Oct 18 17:50:11.591 INFO STEP 499 (remove_files) COMPLETE
56652024-10-18T17:50:13.637Z[ recovery-image] Oct 18 17:50:11.591 INFO O| Oct 18 17:50:11.591 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56662024-10-18T17:50:13.647Z[ recovery-image] Oct 18 17:50:11.601 INFO O| Oct 18 17:50:11.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
56672024-10-18T17:50:13.647Z[ recovery-image] Oct 18 17:50:11.601 INFO O| Oct 18 17:50:11.601 INFO STEP 500 (remove_files) COMPLETE
56682024-10-18T17:50:13.647Z[ recovery-image] Oct 18 17:50:11.601 INFO O| Oct 18 17:50:11.601 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56692024-10-18T17:50:13.658Z[ recovery-image] Oct 18 17:50:11.612 INFO O| Oct 18 17:50:11.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
56702024-10-18T17:50:13.660Z[ recovery-image] Oct 18 17:50:11.612 INFO O| Oct 18 17:50:11.612 INFO STEP 501 (remove_files) COMPLETE
56712024-10-18T17:50:13.660Z[ recovery-image] Oct 18 17:50:11.612 INFO O| Oct 18 17:50:11.612 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56722024-10-18T17:50:13.667Z[ recovery-image] Oct 18 17:50:11.622 INFO O| Oct 18 17:50:11.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
56732024-10-18T17:50:13.667Z[ recovery-image] Oct 18 17:50:11.622 INFO O| Oct 18 17:50:11.622 INFO STEP 502 (remove_files) COMPLETE
56742024-10-18T17:50:13.670Z[ recovery-image] Oct 18 17:50:11.622 INFO O| Oct 18 17:50:11.622 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56752024-10-18T17:50:13.677Z[ recovery-image] Oct 18 17:50:11.631 INFO O| Oct 18 17:50:11.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
56762024-10-18T17:50:13.677Z[ recovery-image] Oct 18 17:50:11.632 INFO O| Oct 18 17:50:11.632 INFO STEP 503 (remove_files) COMPLETE
56772024-10-18T17:50:13.679Z[ recovery-image] Oct 18 17:50:11.632 INFO O| Oct 18 17:50:11.632 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56782024-10-18T17:50:13.688Z[ recovery-image] Oct 18 17:50:11.641 INFO O| Oct 18 17:50:11.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
56792024-10-18T17:50:13.688Z[ recovery-image] Oct 18 17:50:11.641 INFO O| Oct 18 17:50:11.641 INFO STEP 504 (remove_files) COMPLETE
56802024-10-18T17:50:13.688Z[ recovery-image] Oct 18 17:50:11.641 INFO O| Oct 18 17:50:11.641 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56812024-10-18T17:50:13.696Z[ recovery-image] Oct 18 17:50:11.651 INFO O| Oct 18 17:50:11.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
56822024-10-18T17:50:13.699Z[ recovery-image] Oct 18 17:50:11.651 INFO O| Oct 18 17:50:11.651 INFO STEP 505 (remove_files) COMPLETE
56832024-10-18T17:50:13.699Z[ recovery-image] Oct 18 17:50:11.651 INFO O| Oct 18 17:50:11.651 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56842024-10-18T17:50:13.706Z[ recovery-image] Oct 18 17:50:11.661 INFO O| Oct 18 17:50:11.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
56852024-10-18T17:50:13.709Z[ recovery-image] Oct 18 17:50:11.661 INFO O| Oct 18 17:50:11.661 INFO STEP 506 (remove_files) COMPLETE
56862024-10-18T17:50:13.709Z[ recovery-image] Oct 18 17:50:11.661 INFO O| Oct 18 17:50:11.661 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56872024-10-18T17:50:13.718Z[ recovery-image] Oct 18 17:50:11.672 INFO O| Oct 18 17:50:11.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
56882024-10-18T17:50:13.720Z[ recovery-image] Oct 18 17:50:11.672 INFO O| Oct 18 17:50:11.672 INFO STEP 507 (remove_files) COMPLETE
56892024-10-18T17:50:13.720Z[ recovery-image] Oct 18 17:50:11.672 INFO O| Oct 18 17:50:11.672 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56902024-10-18T17:50:13.727Z[ recovery-image] Oct 18 17:50:11.682 INFO O| Oct 18 17:50:11.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
56912024-10-18T17:50:13.727Z[ recovery-image] Oct 18 17:50:11.682 INFO O| Oct 18 17:50:11.682 INFO STEP 508 (remove_files) COMPLETE
56922024-10-18T17:50:13.727Z[ recovery-image] Oct 18 17:50:11.682 INFO O| Oct 18 17:50:11.682 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56932024-10-18T17:50:13.738Z[ recovery-image] Oct 18 17:50:11.693 INFO O| Oct 18 17:50:11.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
56942024-10-18T17:50:13.741Z[ recovery-image] Oct 18 17:50:11.693 INFO O| Oct 18 17:50:11.693 INFO STEP 509 (remove_files) COMPLETE
56952024-10-18T17:50:13.741Z[ recovery-image] Oct 18 17:50:11.693 INFO O| Oct 18 17:50:11.693 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56962024-10-18T17:50:13.748Z[ recovery-image] Oct 18 17:50:11.703 INFO O| Oct 18 17:50:11.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
56972024-10-18T17:50:13.751Z[ recovery-image] Oct 18 17:50:11.703 INFO O| Oct 18 17:50:11.703 INFO STEP 510 (remove_files) COMPLETE
56982024-10-18T17:50:13.751Z[ recovery-image] Oct 18 17:50:11.703 INFO O| Oct 18 17:50:11.703 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56992024-10-18T17:50:13.759Z[ recovery-image] Oct 18 17:50:11.714 INFO O| Oct 18 17:50:11.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
57002024-10-18T17:50:13.759Z[ recovery-image] Oct 18 17:50:11.714 INFO O| Oct 18 17:50:11.714 INFO STEP 511 (remove_files) COMPLETE
57012024-10-18T17:50:13.762Z[ recovery-image] Oct 18 17:50:11.714 INFO O| Oct 18 17:50:11.714 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57022024-10-18T17:50:13.770Z[ recovery-image] Oct 18 17:50:11.725 INFO O| Oct 18 17:50:11.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
57032024-10-18T17:50:13.773Z[ recovery-image] Oct 18 17:50:11.725 INFO O| Oct 18 17:50:11.725 INFO STEP 512 (remove_files) COMPLETE
57042024-10-18T17:50:13.773Z[ recovery-image] Oct 18 17:50:11.725 INFO O| Oct 18 17:50:11.725 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57052024-10-18T17:50:13.781Z[ recovery-image] Oct 18 17:50:11.736 INFO O| Oct 18 17:50:11.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
57062024-10-18T17:50:13.784Z[ recovery-image] Oct 18 17:50:11.736 INFO O| Oct 18 17:50:11.736 INFO STEP 513 (remove_files) COMPLETE
57072024-10-18T17:50:13.784Z[ recovery-image] Oct 18 17:50:11.736 INFO O| Oct 18 17:50:11.736 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57082024-10-18T17:50:13.792Z[ recovery-image] Oct 18 17:50:11.747 INFO O| Oct 18 17:50:11.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
57092024-10-18T17:50:13.793Z[ recovery-image] Oct 18 17:50:11.747 INFO O| Oct 18 17:50:11.747 INFO STEP 514 (remove_files) COMPLETE
57102024-10-18T17:50:13.793Z[ recovery-image] Oct 18 17:50:11.747 INFO O| Oct 18 17:50:11.747 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57112024-10-18T17:50:13.803Z[ recovery-image] Oct 18 17:50:11.758 INFO O| Oct 18 17:50:11.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
57122024-10-18T17:50:13.803Z[ recovery-image] Oct 18 17:50:11.758 INFO O| Oct 18 17:50:11.758 INFO STEP 515 (remove_files) COMPLETE
57132024-10-18T17:50:13.806Z[ recovery-image] Oct 18 17:50:11.758 INFO O| Oct 18 17:50:11.758 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57142024-10-18T17:50:13.900Z[ recovery-image] Oct 18 17:50:11.853 INFO O| Oct 18 17:50:11.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
57152024-10-18T17:50:13.903Z[ recovery-image] Oct 18 17:50:11.854 INFO O| Oct 18 17:50:11.854 INFO STEP 516 (remove_files) COMPLETE
57162024-10-18T17:50:13.903Z[ recovery-image] Oct 18 17:50:11.854 INFO O| Oct 18 17:50:11.854 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57172024-10-18T17:50:13.926Z[ recovery-image] Oct 18 17:50:11.880 INFO O| Oct 18 17:50:11.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
57182024-10-18T17:50:13.926Z[ recovery-image] Oct 18 17:50:11.880 INFO O| Oct 18 17:50:11.880 INFO STEP 517 (remove_files) COMPLETE
57192024-10-18T17:50:13.929Z[ recovery-image] Oct 18 17:50:11.880 INFO O| Oct 18 17:50:11.880 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57202024-10-18T17:50:13.941Z[ recovery-image] Oct 18 17:50:11.895 INFO O| Oct 18 17:50:11.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
57212024-10-18T17:50:13.941Z[ recovery-image] Oct 18 17:50:11.895 INFO O| Oct 18 17:50:11.895 INFO STEP 518 (remove_files) COMPLETE
57222024-10-18T17:50:13.941Z[ recovery-image] Oct 18 17:50:11.895 INFO O| Oct 18 17:50:11.895 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57232024-10-18T17:50:13.952Z[ recovery-image] Oct 18 17:50:11.906 INFO O| Oct 18 17:50:11.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
57242024-10-18T17:50:13.952Z[ recovery-image] Oct 18 17:50:11.907 INFO O| Oct 18 17:50:11.906 INFO STEP 519 (remove_files) COMPLETE
57252024-10-18T17:50:13.955Z[ recovery-image] Oct 18 17:50:11.907 INFO O| Oct 18 17:50:11.907 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57262024-10-18T17:50:13.964Z[ recovery-image] Oct 18 17:50:11.918 INFO O| Oct 18 17:50:11.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
57272024-10-18T17:50:13.964Z[ recovery-image] Oct 18 17:50:11.918 INFO O| Oct 18 17:50:11.918 INFO STEP 520 (remove_files) COMPLETE
57282024-10-18T17:50:13.966Z[ recovery-image] Oct 18 17:50:11.918 INFO O| Oct 18 17:50:11.918 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57292024-10-18T17:50:13.976Z[ recovery-image] Oct 18 17:50:11.930 INFO O| Oct 18 17:50:11.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
57302024-10-18T17:50:13.976Z[ recovery-image] Oct 18 17:50:11.930 INFO O| Oct 18 17:50:11.930 INFO STEP 521 (remove_files) COMPLETE
57312024-10-18T17:50:13.978Z[ recovery-image] Oct 18 17:50:11.930 INFO O| Oct 18 17:50:11.930 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57322024-10-18T17:50:13.988Z[ recovery-image] Oct 18 17:50:11.942 INFO O| Oct 18 17:50:11.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
57332024-10-18T17:50:13.988Z[ recovery-image] Oct 18 17:50:11.942 INFO O| Oct 18 17:50:11.942 INFO STEP 522 (remove_files) COMPLETE
57342024-10-18T17:50:13.991Z[ recovery-image] Oct 18 17:50:11.942 INFO O| Oct 18 17:50:11.942 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57352024-10-18T17:50:13.999Z[ host-image] Oct 18 17:50:11.953 INFO O| Oct 18 17:50:11.953 INFO O| Done
57362024-10-18T17:50:14.002Z[ recovery-image] Oct 18 17:50:11.955 INFO O| Oct 18 17:50:11.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
57372024-10-18T17:50:14.002Z[ recovery-image] Oct 18 17:50:11.955 INFO O| Oct 18 17:50:11.955 INFO STEP 523 (remove_files) COMPLETE
57382024-10-18T17:50:14.002Z[ recovery-image] Oct 18 17:50:11.955 INFO O| Oct 18 17:50:11.955 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57392024-10-18T17:50:14.015Z[ recovery-image] Oct 18 17:50:11.969 INFO O| Oct 18 17:50:11.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
57402024-10-18T17:50:14.015Z[ recovery-image] Oct 18 17:50:11.969 INFO O| Oct 18 17:50:11.969 INFO STEP 524 (remove_files) COMPLETE
57412024-10-18T17:50:14.015Z[ recovery-image] Oct 18 17:50:11.969 INFO O| Oct 18 17:50:11.969 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57422024-10-18T17:50:14.028Z[ recovery-image] Oct 18 17:50:11.982 INFO O| Oct 18 17:50:11.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
57432024-10-18T17:50:14.028Z[ recovery-image] Oct 18 17:50:11.982 INFO O| Oct 18 17:50:11.982 INFO STEP 525 (remove_files) COMPLETE
57442024-10-18T17:50:14.028Z[ recovery-image] Oct 18 17:50:11.982 INFO O| Oct 18 17:50:11.982 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57452024-10-18T17:50:14.041Z[ recovery-image] Oct 18 17:50:11.995 INFO O| Oct 18 17:50:11.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
57462024-10-18T17:50:14.044Z[ recovery-image] Oct 18 17:50:11.996 INFO O| Oct 18 17:50:11.995 INFO STEP 526 (remove_files) COMPLETE
57472024-10-18T17:50:14.044Z[ recovery-image] Oct 18 17:50:11.996 INFO O| Oct 18 17:50:11.995 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57482024-10-18T17:50:14.057Z[ recovery-image] Oct 18 17:50:12.011 INFO O| Oct 18 17:50:12.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
57492024-10-18T17:50:14.057Z[ recovery-image] Oct 18 17:50:12.011 INFO O| Oct 18 17:50:12.011 INFO STEP 527 (remove_files) COMPLETE
57502024-10-18T17:50:14.059Z[ recovery-image] Oct 18 17:50:12.011 INFO O| Oct 18 17:50:12.011 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57512024-10-18T17:50:14.067Z[ recovery-image] Oct 18 17:50:12.021 INFO O| Oct 18 17:50:12.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
57522024-10-18T17:50:14.067Z[ recovery-image] Oct 18 17:50:12.022 INFO O| Oct 18 17:50:12.022 INFO STEP 528 (remove_files) COMPLETE
57532024-10-18T17:50:14.067Z[ recovery-image] Oct 18 17:50:12.022 INFO O| Oct 18 17:50:12.022 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57542024-10-18T17:50:14.078Z[ recovery-image] Oct 18 17:50:12.032 INFO O| Oct 18 17:50:12.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
57552024-10-18T17:50:14.078Z[ recovery-image] Oct 18 17:50:12.032 INFO O| Oct 18 17:50:12.032 INFO STEP 529 (remove_files) COMPLETE
57562024-10-18T17:50:14.080Z[ recovery-image] Oct 18 17:50:12.032 INFO O| Oct 18 17:50:12.032 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57572024-10-18T17:50:14.089Z[ recovery-image] Oct 18 17:50:12.043 INFO O| Oct 18 17:50:12.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
57582024-10-18T17:50:14.089Z[ recovery-image] Oct 18 17:50:12.043 INFO O| Oct 18 17:50:12.043 INFO STEP 530 (remove_files) COMPLETE
57592024-10-18T17:50:14.089Z[ recovery-image] Oct 18 17:50:12.043 INFO O| Oct 18 17:50:12.043 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57602024-10-18T17:50:14.099Z[ recovery-image] Oct 18 17:50:12.053 INFO O| Oct 18 17:50:12.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
57612024-10-18T17:50:14.099Z[ recovery-image] Oct 18 17:50:12.053 INFO O| Oct 18 17:50:12.053 INFO STEP 531 (remove_files) COMPLETE
57622024-10-18T17:50:14.099Z[ recovery-image] Oct 18 17:50:12.053 INFO O| Oct 18 17:50:12.053 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57632024-10-18T17:50:14.109Z[ recovery-image] Oct 18 17:50:12.063 INFO O| Oct 18 17:50:12.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
57642024-10-18T17:50:14.109Z[ recovery-image] Oct 18 17:50:12.063 INFO O| Oct 18 17:50:12.063 INFO STEP 532 (remove_files) COMPLETE
57652024-10-18T17:50:14.111Z[ recovery-image] Oct 18 17:50:12.063 INFO O| Oct 18 17:50:12.063 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57662024-10-18T17:50:14.119Z[ recovery-image] Oct 18 17:50:12.073 INFO O| Oct 18 17:50:12.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
57672024-10-18T17:50:14.121Z[ recovery-image] Oct 18 17:50:12.073 INFO O| Oct 18 17:50:12.073 INFO STEP 533 (remove_files) COMPLETE
57682024-10-18T17:50:14.121Z[ recovery-image] Oct 18 17:50:12.073 INFO O| Oct 18 17:50:12.073 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57692024-10-18T17:50:14.129Z[ recovery-image] Oct 18 17:50:12.083 INFO O| Oct 18 17:50:12.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
57702024-10-18T17:50:14.129Z[ recovery-image] Oct 18 17:50:12.083 INFO O| Oct 18 17:50:12.083 INFO STEP 534 (remove_files) COMPLETE
57712024-10-18T17:50:14.131Z[ recovery-image] Oct 18 17:50:12.083 INFO O| Oct 18 17:50:12.083 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57722024-10-18T17:50:14.139Z[ recovery-image] Oct 18 17:50:12.093 INFO O| Oct 18 17:50:12.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
57732024-10-18T17:50:14.139Z[ recovery-image] Oct 18 17:50:12.093 INFO O| Oct 18 17:50:12.093 INFO STEP 535 (remove_files) COMPLETE
57742024-10-18T17:50:14.143Z[ recovery-image] Oct 18 17:50:12.093 INFO O| Oct 18 17:50:12.093 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57752024-10-18T17:50:14.149Z[ recovery-image] Oct 18 17:50:12.103 INFO O| Oct 18 17:50:12.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
57762024-10-18T17:50:14.149Z[ recovery-image] Oct 18 17:50:12.104 INFO O| Oct 18 17:50:12.104 INFO STEP 536 (remove_files) COMPLETE
57772024-10-18T17:50:14.152Z[ recovery-image] Oct 18 17:50:12.104 INFO O| Oct 18 17:50:12.104 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57782024-10-18T17:50:14.160Z[ recovery-image] Oct 18 17:50:12.114 INFO O| Oct 18 17:50:12.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
57792024-10-18T17:50:14.162Z[ recovery-image] Oct 18 17:50:12.114 INFO O| Oct 18 17:50:12.114 INFO STEP 537 (remove_files) COMPLETE
57802024-10-18T17:50:14.162Z[ recovery-image] Oct 18 17:50:12.114 INFO O| Oct 18 17:50:12.114 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57812024-10-18T17:50:14.169Z[ recovery-image] Oct 18 17:50:12.124 INFO O| Oct 18 17:50:12.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
57822024-10-18T17:50:14.172Z[ recovery-image] Oct 18 17:50:12.124 INFO O| Oct 18 17:50:12.124 INFO STEP 538 (remove_files) COMPLETE
57832024-10-18T17:50:14.172Z[ recovery-image] Oct 18 17:50:12.124 INFO O| Oct 18 17:50:12.124 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57842024-10-18T17:50:14.180Z[ recovery-image] Oct 18 17:50:12.134 INFO O| Oct 18 17:50:12.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
57852024-10-18T17:50:14.183Z[ recovery-image] Oct 18 17:50:12.134 INFO O| Oct 18 17:50:12.134 INFO STEP 539 (remove_files) COMPLETE
57862024-10-18T17:50:14.183Z[ recovery-image] Oct 18 17:50:12.134 INFO O| Oct 18 17:50:12.134 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57872024-10-18T17:50:14.190Z[ recovery-image] Oct 18 17:50:12.144 INFO O| Oct 18 17:50:12.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
57882024-10-18T17:50:14.190Z[ recovery-image] Oct 18 17:50:12.144 INFO O| Oct 18 17:50:12.144 INFO STEP 540 (remove_files) COMPLETE
57892024-10-18T17:50:14.190Z[ recovery-image] Oct 18 17:50:12.145 INFO O| Oct 18 17:50:12.144 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57902024-10-18T17:50:14.202Z[ recovery-image] Oct 18 17:50:12.156 INFO O| Oct 18 17:50:12.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
57912024-10-18T17:50:14.202Z[ recovery-image] Oct 18 17:50:12.156 INFO O| Oct 18 17:50:12.156 INFO STEP 541 (remove_files) COMPLETE
57922024-10-18T17:50:14.205Z[ recovery-image] Oct 18 17:50:12.156 INFO O| Oct 18 17:50:12.156 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57932024-10-18T17:50:14.213Z[ recovery-image] Oct 18 17:50:12.167 INFO O| Oct 18 17:50:12.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
57942024-10-18T17:50:14.213Z[ recovery-image] Oct 18 17:50:12.167 INFO O| Oct 18 17:50:12.167 INFO STEP 542 (remove_files) COMPLETE
57952024-10-18T17:50:14.213Z[ recovery-image] Oct 18 17:50:12.167 INFO O| Oct 18 17:50:12.167 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57962024-10-18T17:50:14.223Z[ recovery-image] Oct 18 17:50:12.177 INFO O| Oct 18 17:50:12.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
57972024-10-18T17:50:14.226Z[ recovery-image] Oct 18 17:50:12.178 INFO O| Oct 18 17:50:12.177 INFO STEP 543 (remove_files) COMPLETE
57982024-10-18T17:50:14.226Z[ recovery-image] Oct 18 17:50:12.178 INFO O| Oct 18 17:50:12.178 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57992024-10-18T17:50:14.233Z[ recovery-image] Oct 18 17:50:12.187 INFO O| Oct 18 17:50:12.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
58002024-10-18T17:50:14.233Z[ recovery-image] Oct 18 17:50:12.188 INFO O| Oct 18 17:50:12.188 INFO STEP 544 (remove_files) COMPLETE
58012024-10-18T17:50:14.233Z[ recovery-image] Oct 18 17:50:12.188 INFO O| Oct 18 17:50:12.188 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58022024-10-18T17:50:14.245Z[ recovery-image] Oct 18 17:50:12.199 INFO O| Oct 18 17:50:12.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
58032024-10-18T17:50:14.248Z[ recovery-image] Oct 18 17:50:12.199 INFO O| Oct 18 17:50:12.199 INFO STEP 545 (remove_files) COMPLETE
58042024-10-18T17:50:14.248Z[ recovery-image] Oct 18 17:50:12.199 INFO O| Oct 18 17:50:12.199 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58052024-10-18T17:50:14.257Z[ recovery-image] Oct 18 17:50:12.211 INFO O| Oct 18 17:50:12.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
58062024-10-18T17:50:14.257Z[ recovery-image] Oct 18 17:50:12.211 INFO O| Oct 18 17:50:12.211 INFO STEP 546 (remove_files) COMPLETE
58072024-10-18T17:50:14.259Z[ recovery-image] Oct 18 17:50:12.211 INFO O| Oct 18 17:50:12.211 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58082024-10-18T17:50:14.267Z[ recovery-image] Oct 18 17:50:12.221 INFO O| Oct 18 17:50:12.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
58092024-10-18T17:50:14.267Z[ recovery-image] Oct 18 17:50:12.221 INFO O| Oct 18 17:50:12.221 INFO STEP 547 (remove_files) COMPLETE
58102024-10-18T17:50:14.270Z[ recovery-image] Oct 18 17:50:12.221 INFO O| Oct 18 17:50:12.221 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58112024-10-18T17:50:14.278Z[ recovery-image] Oct 18 17:50:12.232 INFO O| Oct 18 17:50:12.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
58122024-10-18T17:50:14.278Z[ recovery-image] Oct 18 17:50:12.232 INFO O| Oct 18 17:50:12.232 INFO STEP 548 (remove_files) COMPLETE
58132024-10-18T17:50:14.280Z[ recovery-image] Oct 18 17:50:12.232 INFO O| Oct 18 17:50:12.232 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58142024-10-18T17:50:14.290Z[ recovery-image] Oct 18 17:50:12.244 INFO O| Oct 18 17:50:12.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
58152024-10-18T17:50:14.290Z[ recovery-image] Oct 18 17:50:12.244 INFO O| Oct 18 17:50:12.244 INFO STEP 549 (remove_files) COMPLETE
58162024-10-18T17:50:14.290Z[ recovery-image] Oct 18 17:50:12.244 INFO O| Oct 18 17:50:12.244 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58172024-10-18T17:50:14.301Z[ recovery-image] Oct 18 17:50:12.255 INFO O| Oct 18 17:50:12.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
58182024-10-18T17:50:14.301Z[ recovery-image] Oct 18 17:50:12.255 INFO O| Oct 18 17:50:12.255 INFO STEP 550 (remove_files) COMPLETE
58192024-10-18T17:50:14.304Z[ recovery-image] Oct 18 17:50:12.255 INFO O| Oct 18 17:50:12.255 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58202024-10-18T17:50:14.313Z[ recovery-image] Oct 18 17:50:12.267 INFO O| Oct 18 17:50:12.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
58212024-10-18T17:50:14.313Z[ recovery-image] Oct 18 17:50:12.267 INFO O| Oct 18 17:50:12.267 INFO STEP 551 (remove_files) COMPLETE
58222024-10-18T17:50:14.315Z[ recovery-image] Oct 18 17:50:12.267 INFO O| Oct 18 17:50:12.267 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58232024-10-18T17:50:14.325Z[ recovery-image] Oct 18 17:50:12.278 INFO O| Oct 18 17:50:12.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
58242024-10-18T17:50:14.325Z[ recovery-image] Oct 18 17:50:12.278 INFO O| Oct 18 17:50:12.278 INFO STEP 552 (remove_files) COMPLETE
58252024-10-18T17:50:14.328Z[ recovery-image] Oct 18 17:50:12.278 INFO O| Oct 18 17:50:12.278 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58262024-10-18T17:50:14.335Z[ recovery-image] Oct 18 17:50:12.290 INFO O| Oct 18 17:50:12.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
58272024-10-18T17:50:14.338Z[ recovery-image] Oct 18 17:50:12.290 INFO O| Oct 18 17:50:12.290 INFO STEP 553 (remove_files) COMPLETE
58282024-10-18T17:50:14.338Z[ recovery-image] Oct 18 17:50:12.290 INFO O| Oct 18 17:50:12.290 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58292024-10-18T17:50:14.347Z[ recovery-image] Oct 18 17:50:12.301 INFO O| Oct 18 17:50:12.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
58302024-10-18T17:50:14.349Z[ recovery-image] Oct 18 17:50:12.302 INFO O| Oct 18 17:50:12.302 INFO STEP 554 (remove_files) COMPLETE
58312024-10-18T17:50:14.350Z[ recovery-image] Oct 18 17:50:12.302 INFO O| Oct 18 17:50:12.302 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58322024-10-18T17:50:14.359Z[ recovery-image] Oct 18 17:50:12.314 INFO O| Oct 18 17:50:12.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
58332024-10-18T17:50:14.362Z[ recovery-image] Oct 18 17:50:12.314 INFO O| Oct 18 17:50:12.314 INFO STEP 555 (remove_files) COMPLETE
58342024-10-18T17:50:14.362Z[ recovery-image] Oct 18 17:50:12.314 INFO O| Oct 18 17:50:12.314 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58352024-10-18T17:50:14.371Z[ recovery-image] Oct 18 17:50:12.325 INFO O| Oct 18 17:50:12.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
58362024-10-18T17:50:14.371Z[ recovery-image] Oct 18 17:50:12.325 INFO O| Oct 18 17:50:12.325 INFO STEP 556 (remove_files) COMPLETE
58372024-10-18T17:50:14.371Z[ recovery-image] Oct 18 17:50:12.325 INFO O| Oct 18 17:50:12.325 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58382024-10-18T17:50:14.381Z[ recovery-image] Oct 18 17:50:12.335 INFO O| Oct 18 17:50:12.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
58392024-10-18T17:50:14.381Z[ recovery-image] Oct 18 17:50:12.336 INFO O| Oct 18 17:50:12.336 INFO STEP 557 (remove_files) COMPLETE
58402024-10-18T17:50:14.381Z[ recovery-image] Oct 18 17:50:12.336 INFO O| Oct 18 17:50:12.336 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58412024-10-18T17:50:14.391Z[ recovery-image] Oct 18 17:50:12.345 INFO O| Oct 18 17:50:12.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
58422024-10-18T17:50:14.391Z[ recovery-image] Oct 18 17:50:12.345 INFO O| Oct 18 17:50:12.345 INFO STEP 558 (remove_files) COMPLETE
58432024-10-18T17:50:14.391Z[ recovery-image] Oct 18 17:50:12.345 INFO O| Oct 18 17:50:12.345 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58442024-10-18T17:50:14.403Z[ recovery-image] Oct 18 17:50:12.357 INFO O| Oct 18 17:50:12.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
58452024-10-18T17:50:14.405Z[ recovery-image] Oct 18 17:50:12.357 INFO O| Oct 18 17:50:12.357 INFO STEP 559 (remove_files) COMPLETE
58462024-10-18T17:50:14.405Z[ recovery-image] Oct 18 17:50:12.357 INFO O| Oct 18 17:50:12.357 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58472024-10-18T17:50:14.416Z[ recovery-image] Oct 18 17:50:12.370 INFO O| Oct 18 17:50:12.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
58482024-10-18T17:50:14.416Z[ recovery-image] Oct 18 17:50:12.370 INFO O| Oct 18 17:50:12.370 INFO STEP 560 (remove_files) COMPLETE
58492024-10-18T17:50:14.416Z[ recovery-image] Oct 18 17:50:12.370 INFO O| Oct 18 17:50:12.370 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58502024-10-18T17:50:14.427Z[ recovery-image] Oct 18 17:50:12.381 INFO O| Oct 18 17:50:12.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
58512024-10-18T17:50:14.427Z[ recovery-image] Oct 18 17:50:12.381 INFO O| Oct 18 17:50:12.381 INFO STEP 561 (remove_files) COMPLETE
58522024-10-18T17:50:14.429Z[ recovery-image] Oct 18 17:50:12.381 INFO O| Oct 18 17:50:12.381 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58532024-10-18T17:50:14.438Z[ recovery-image] Oct 18 17:50:12.392 INFO O| Oct 18 17:50:12.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
58542024-10-18T17:50:14.438Z[ recovery-image] Oct 18 17:50:12.392 INFO O| Oct 18 17:50:12.392 INFO STEP 562 (remove_files) COMPLETE
58552024-10-18T17:50:14.441Z[ recovery-image] Oct 18 17:50:12.392 INFO O| Oct 18 17:50:12.392 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58562024-10-18T17:50:14.449Z[ recovery-image] Oct 18 17:50:12.403 INFO O| Oct 18 17:50:12.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
58572024-10-18T17:50:14.449Z[ recovery-image] Oct 18 17:50:12.403 INFO O| Oct 18 17:50:12.403 INFO STEP 563 (remove_files) COMPLETE
58582024-10-18T17:50:14.449Z[ recovery-image] Oct 18 17:50:12.403 INFO O| Oct 18 17:50:12.403 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58592024-10-18T17:50:14.459Z[ recovery-image] Oct 18 17:50:12.413 INFO O| Oct 18 17:50:12.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
58602024-10-18T17:50:14.459Z[ recovery-image] Oct 18 17:50:12.413 INFO O| Oct 18 17:50:12.413 INFO STEP 564 (remove_files) COMPLETE
58612024-10-18T17:50:14.461Z[ recovery-image] Oct 18 17:50:12.413 INFO O| Oct 18 17:50:12.413 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58622024-10-18T17:50:14.468Z[ recovery-image] Oct 18 17:50:12.423 INFO O| Oct 18 17:50:12.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
58632024-10-18T17:50:14.472Z[ recovery-image] Oct 18 17:50:12.423 INFO O| Oct 18 17:50:12.423 INFO STEP 565 (remove_files) COMPLETE
58642024-10-18T17:50:14.472Z[ recovery-image] Oct 18 17:50:12.423 INFO O| Oct 18 17:50:12.423 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58652024-10-18T17:50:14.478Z[ recovery-image] Oct 18 17:50:12.432 INFO O| Oct 18 17:50:12.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
58662024-10-18T17:50:14.478Z[ recovery-image] Oct 18 17:50:12.433 INFO O| Oct 18 17:50:12.432 INFO STEP 566 (remove_files) COMPLETE
58672024-10-18T17:50:14.481Z[ recovery-image] Oct 18 17:50:12.433 INFO O| Oct 18 17:50:12.433 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58682024-10-18T17:50:14.488Z[ recovery-image] Oct 18 17:50:12.442 INFO O| Oct 18 17:50:12.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
58692024-10-18T17:50:14.488Z[ recovery-image] Oct 18 17:50:12.442 INFO O| Oct 18 17:50:12.442 INFO STEP 567 (remove_files) COMPLETE
58702024-10-18T17:50:14.488Z[ recovery-image] Oct 18 17:50:12.442 INFO O| Oct 18 17:50:12.442 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58712024-10-18T17:50:14.498Z[ recovery-image] Oct 18 17:50:12.452 INFO O| Oct 18 17:50:12.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
58722024-10-18T17:50:14.501Z[ recovery-image] Oct 18 17:50:12.453 INFO O| Oct 18 17:50:12.453 INFO STEP 568 (remove_files) COMPLETE
58732024-10-18T17:50:14.501Z[ recovery-image] Oct 18 17:50:12.453 INFO O| Oct 18 17:50:12.453 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58742024-10-18T17:50:14.508Z[ recovery-image] Oct 18 17:50:12.463 INFO O| Oct 18 17:50:12.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
58752024-10-18T17:50:14.508Z[ recovery-image] Oct 18 17:50:12.463 INFO O| Oct 18 17:50:12.463 INFO STEP 569 (remove_files) COMPLETE
58762024-10-18T17:50:14.511Z[ recovery-image] Oct 18 17:50:12.463 INFO O| Oct 18 17:50:12.463 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58772024-10-18T17:50:14.518Z[ recovery-image] Oct 18 17:50:12.472 INFO O| Oct 18 17:50:12.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
58782024-10-18T17:50:14.518Z[ recovery-image] Oct 18 17:50:12.472 INFO O| Oct 18 17:50:12.472 INFO STEP 570 (remove_files) COMPLETE
58792024-10-18T17:50:14.518Z[ recovery-image] Oct 18 17:50:12.472 INFO O| Oct 18 17:50:12.472 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58802024-10-18T17:50:14.530Z[ recovery-image] Oct 18 17:50:12.484 INFO O| Oct 18 17:50:12.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
58812024-10-18T17:50:14.532Z[ recovery-image] Oct 18 17:50:12.484 INFO O| Oct 18 17:50:12.484 INFO STEP 571 (remove_files) COMPLETE
58822024-10-18T17:50:14.532Z[ recovery-image] Oct 18 17:50:12.484 INFO O| Oct 18 17:50:12.484 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58832024-10-18T17:50:14.542Z[ recovery-image] Oct 18 17:50:12.496 INFO O| Oct 18 17:50:12.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
58842024-10-18T17:50:14.542Z[ recovery-image] Oct 18 17:50:12.496 INFO O| Oct 18 17:50:12.496 INFO STEP 572 (remove_files) COMPLETE
58852024-10-18T17:50:14.545Z[ recovery-image] Oct 18 17:50:12.496 INFO O| Oct 18 17:50:12.496 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58862024-10-18T17:50:14.554Z[ recovery-image] Oct 18 17:50:12.508 INFO O| Oct 18 17:50:12.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
58872024-10-18T17:50:14.557Z[ recovery-image] Oct 18 17:50:12.508 INFO O| Oct 18 17:50:12.508 INFO STEP 573 (remove_files) COMPLETE
58882024-10-18T17:50:14.557Z[ recovery-image] Oct 18 17:50:12.508 INFO O| Oct 18 17:50:12.508 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58892024-10-18T17:50:14.564Z[ recovery-image] Oct 18 17:50:12.518 INFO O| Oct 18 17:50:12.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
58902024-10-18T17:50:14.564Z[ recovery-image] Oct 18 17:50:12.518 INFO O| Oct 18 17:50:12.518 INFO STEP 574 (remove_files) COMPLETE
58912024-10-18T17:50:14.564Z[ recovery-image] Oct 18 17:50:12.518 INFO O| Oct 18 17:50:12.518 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58922024-10-18T17:50:14.576Z[ recovery-image] Oct 18 17:50:12.530 INFO O| Oct 18 17:50:12.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
58932024-10-18T17:50:14.576Z[ recovery-image] Oct 18 17:50:12.530 INFO O| Oct 18 17:50:12.530 INFO STEP 575 (remove_files) COMPLETE
58942024-10-18T17:50:14.579Z[ recovery-image] Oct 18 17:50:12.530 INFO O| Oct 18 17:50:12.530 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58952024-10-18T17:50:14.588Z[ recovery-image] Oct 18 17:50:12.542 INFO O| Oct 18 17:50:12.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
58962024-10-18T17:50:14.588Z[ recovery-image] Oct 18 17:50:12.542 INFO O| Oct 18 17:50:12.542 INFO STEP 576 (remove_files) COMPLETE
58972024-10-18T17:50:14.590Z[ recovery-image] Oct 18 17:50:12.542 INFO O| Oct 18 17:50:12.542 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58982024-10-18T17:50:14.598Z[ recovery-image] Oct 18 17:50:12.552 INFO O| Oct 18 17:50:12.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
58992024-10-18T17:50:14.598Z[ recovery-image] Oct 18 17:50:12.552 INFO O| Oct 18 17:50:12.552 INFO STEP 577 (remove_files) COMPLETE
59002024-10-18T17:50:14.600Z[ recovery-image] Oct 18 17:50:12.552 INFO O| Oct 18 17:50:12.552 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59012024-10-18T17:50:14.607Z[ recovery-image] Oct 18 17:50:12.562 INFO O| Oct 18 17:50:12.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
59022024-10-18T17:50:14.607Z[ recovery-image] Oct 18 17:50:12.562 INFO O| Oct 18 17:50:12.562 INFO STEP 578 (remove_files) COMPLETE
59032024-10-18T17:50:14.608Z[ recovery-image] Oct 18 17:50:12.562 INFO O| Oct 18 17:50:12.562 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59042024-10-18T17:50:14.618Z[ recovery-image] Oct 18 17:50:12.572 INFO O| Oct 18 17:50:12.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
59052024-10-18T17:50:14.618Z[ recovery-image] Oct 18 17:50:12.572 INFO O| Oct 18 17:50:12.572 INFO STEP 579 (remove_files) COMPLETE
59062024-10-18T17:50:14.621Z[ recovery-image] Oct 18 17:50:12.572 INFO O| Oct 18 17:50:12.572 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59072024-10-18T17:50:14.628Z[ recovery-image] Oct 18 17:50:12.582 INFO O| Oct 18 17:50:12.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
59082024-10-18T17:50:14.628Z[ recovery-image] Oct 18 17:50:12.582 INFO O| Oct 18 17:50:12.582 INFO STEP 580 (remove_files) COMPLETE
59092024-10-18T17:50:14.628Z[ recovery-image] Oct 18 17:50:12.582 INFO O| Oct 18 17:50:12.582 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59102024-10-18T17:50:14.639Z[ recovery-image] Oct 18 17:50:12.593 INFO O| Oct 18 17:50:12.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
59112024-10-18T17:50:14.639Z[ recovery-image] Oct 18 17:50:12.593 INFO O| Oct 18 17:50:12.593 INFO STEP 581 (remove_files) COMPLETE
59122024-10-18T17:50:14.642Z[ recovery-image] Oct 18 17:50:12.593 INFO O| Oct 18 17:50:12.593 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59132024-10-18T17:50:14.652Z[ recovery-image] Oct 18 17:50:12.606 INFO O| Oct 18 17:50:12.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
59142024-10-18T17:50:14.652Z[ recovery-image] Oct 18 17:50:12.606 INFO O| Oct 18 17:50:12.606 INFO STEP 582 (remove_files) COMPLETE
59152024-10-18T17:50:14.652Z[ recovery-image] Oct 18 17:50:12.606 INFO O| Oct 18 17:50:12.606 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59162024-10-18T17:50:14.664Z[ recovery-image] Oct 18 17:50:12.618 INFO O| Oct 18 17:50:12.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
59172024-10-18T17:50:14.664Z[ recovery-image] Oct 18 17:50:12.618 INFO O| Oct 18 17:50:12.618 INFO STEP 583 (remove_files) COMPLETE
59182024-10-18T17:50:14.666Z[ recovery-image] Oct 18 17:50:12.618 INFO O| Oct 18 17:50:12.618 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59192024-10-18T17:50:14.675Z[ recovery-image] Oct 18 17:50:12.629 INFO O| Oct 18 17:50:12.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
59202024-10-18T17:50:14.675Z[ recovery-image] Oct 18 17:50:12.629 INFO O| Oct 18 17:50:12.629 INFO STEP 584 (remove_files) COMPLETE
59212024-10-18T17:50:14.675Z[ recovery-image] Oct 18 17:50:12.629 INFO O| Oct 18 17:50:12.629 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59222024-10-18T17:50:14.686Z[ recovery-image] Oct 18 17:50:12.640 INFO O| Oct 18 17:50:12.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
59232024-10-18T17:50:14.686Z[ recovery-image] Oct 18 17:50:12.640 INFO O| Oct 18 17:50:12.640 INFO STEP 585 (remove_files) COMPLETE
59242024-10-18T17:50:14.686Z[ recovery-image] Oct 18 17:50:12.640 INFO O| Oct 18 17:50:12.640 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59252024-10-18T17:50:14.698Z[ recovery-image] Oct 18 17:50:12.652 INFO O| Oct 18 17:50:12.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
59262024-10-18T17:50:14.698Z[ recovery-image] Oct 18 17:50:12.652 INFO O| Oct 18 17:50:12.652 INFO STEP 586 (remove_files) COMPLETE
59272024-10-18T17:50:14.701Z[ recovery-image] Oct 18 17:50:12.652 INFO O| Oct 18 17:50:12.652 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59282024-10-18T17:50:14.711Z[ recovery-image] Oct 18 17:50:12.665 INFO O| Oct 18 17:50:12.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
59292024-10-18T17:50:14.711Z[ recovery-image] Oct 18 17:50:12.665 INFO O| Oct 18 17:50:12.665 INFO STEP 587 (remove_files) COMPLETE
59302024-10-18T17:50:14.714Z[ recovery-image] Oct 18 17:50:12.665 INFO O| Oct 18 17:50:12.665 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59312024-10-18T17:50:14.723Z[ recovery-image] Oct 18 17:50:12.675 INFO O| Oct 18 17:50:12.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
59322024-10-18T17:50:14.723Z[ recovery-image] Oct 18 17:50:12.676 INFO O| Oct 18 17:50:12.676 INFO STEP 588 (remove_files) COMPLETE
59332024-10-18T17:50:14.730Z[ recovery-image] Oct 18 17:50:12.676 INFO O| Oct 18 17:50:12.676 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59342024-10-18T17:50:14.735Z[ recovery-image] Oct 18 17:50:12.686 INFO O| Oct 18 17:50:12.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
59352024-10-18T17:50:14.735Z[ recovery-image] Oct 18 17:50:12.686 INFO O| Oct 18 17:50:12.686 INFO STEP 589 (remove_files) COMPLETE
59362024-10-18T17:50:14.735Z[ recovery-image] Oct 18 17:50:12.686 INFO O| Oct 18 17:50:12.686 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59372024-10-18T17:50:14.742Z[ recovery-image] Oct 18 17:50:12.696 INFO O| Oct 18 17:50:12.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
59382024-10-18T17:50:14.744Z[ recovery-image] Oct 18 17:50:12.696 INFO O| Oct 18 17:50:12.696 INFO STEP 590 (remove_files) COMPLETE
59392024-10-18T17:50:14.744Z[ recovery-image] Oct 18 17:50:12.696 INFO O| Oct 18 17:50:12.696 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59402024-10-18T17:50:14.754Z[ recovery-image] Oct 18 17:50:12.708 INFO O| Oct 18 17:50:12.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
59412024-10-18T17:50:14.756Z[ recovery-image] Oct 18 17:50:12.708 INFO O| Oct 18 17:50:12.708 INFO STEP 591 (remove_files) COMPLETE
59422024-10-18T17:50:14.756Z[ recovery-image] Oct 18 17:50:12.708 INFO O| Oct 18 17:50:12.708 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59432024-10-18T17:50:14.764Z[ recovery-image] Oct 18 17:50:12.718 INFO O| Oct 18 17:50:12.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
59442024-10-18T17:50:14.766Z[ recovery-image] Oct 18 17:50:12.718 INFO O| Oct 18 17:50:12.718 INFO STEP 592 (remove_files) COMPLETE
59452024-10-18T17:50:14.766Z[ recovery-image] Oct 18 17:50:12.718 INFO O| Oct 18 17:50:12.718 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59462024-10-18T17:50:14.775Z[ recovery-image] Oct 18 17:50:12.728 INFO O| Oct 18 17:50:12.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
59472024-10-18T17:50:14.777Z[ recovery-image] Oct 18 17:50:12.729 INFO O| Oct 18 17:50:12.729 INFO STEP 593 (remove_files) COMPLETE
59482024-10-18T17:50:14.777Z[ recovery-image] Oct 18 17:50:12.729 INFO O| Oct 18 17:50:12.729 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59492024-10-18T17:50:14.784Z[ recovery-image] Oct 18 17:50:12.738 INFO O| Oct 18 17:50:12.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
59502024-10-18T17:50:14.787Z[ recovery-image] Oct 18 17:50:12.738 INFO O| Oct 18 17:50:12.738 INFO STEP 594 (remove_files) COMPLETE
59512024-10-18T17:50:14.787Z[ recovery-image] Oct 18 17:50:12.738 INFO O| Oct 18 17:50:12.738 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59522024-10-18T17:50:14.794Z[ recovery-image] Oct 18 17:50:12.748 INFO O| Oct 18 17:50:12.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
59532024-10-18T17:50:14.794Z[ recovery-image] Oct 18 17:50:12.748 INFO O| Oct 18 17:50:12.748 INFO STEP 595 (remove_files) COMPLETE
59542024-10-18T17:50:14.794Z[ recovery-image] Oct 18 17:50:12.748 INFO O| Oct 18 17:50:12.748 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59552024-10-18T17:50:14.806Z[ recovery-image] Oct 18 17:50:12.760 INFO O| Oct 18 17:50:12.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
59562024-10-18T17:50:14.808Z[ recovery-image] Oct 18 17:50:12.760 INFO O| Oct 18 17:50:12.760 INFO STEP 596 (remove_files) COMPLETE
59572024-10-18T17:50:14.808Z[ recovery-image] Oct 18 17:50:12.760 INFO O| Oct 18 17:50:12.760 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59582024-10-18T17:50:14.815Z[ recovery-image] Oct 18 17:50:12.769 INFO O| Oct 18 17:50:12.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
59592024-10-18T17:50:14.815Z[ recovery-image] Oct 18 17:50:12.769 INFO O| Oct 18 17:50:12.769 INFO STEP 597 (remove_files) COMPLETE
59602024-10-18T17:50:14.817Z[ recovery-image] Oct 18 17:50:12.769 INFO O| Oct 18 17:50:12.769 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59612024-10-18T17:50:14.825Z[ recovery-image] Oct 18 17:50:12.779 INFO O| Oct 18 17:50:12.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
59622024-10-18T17:50:14.828Z[ recovery-image] Oct 18 17:50:12.779 INFO O| Oct 18 17:50:12.779 INFO STEP 598 (remove_files) COMPLETE
59632024-10-18T17:50:14.828Z[ recovery-image] Oct 18 17:50:12.779 INFO O| Oct 18 17:50:12.779 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59642024-10-18T17:50:14.835Z[ recovery-image] Oct 18 17:50:12.789 INFO O| Oct 18 17:50:12.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
59652024-10-18T17:50:14.835Z[ recovery-image] Oct 18 17:50:12.789 INFO O| Oct 18 17:50:12.789 INFO STEP 599 (remove_files) COMPLETE
59662024-10-18T17:50:14.835Z[ recovery-image] Oct 18 17:50:12.789 INFO O| Oct 18 17:50:12.789 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59672024-10-18T17:50:14.844Z[ recovery-image] Oct 18 17:50:12.798 INFO O| Oct 18 17:50:12.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
59682024-10-18T17:50:14.847Z[ recovery-image] Oct 18 17:50:12.799 INFO O| Oct 18 17:50:12.799 INFO STEP 600 (remove_files) COMPLETE
59692024-10-18T17:50:14.847Z[ recovery-image] Oct 18 17:50:12.799 INFO O| Oct 18 17:50:12.799 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59702024-10-18T17:50:14.855Z[ recovery-image] Oct 18 17:50:12.809 INFO O| Oct 18 17:50:12.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
59712024-10-18T17:50:14.855Z[ recovery-image] Oct 18 17:50:12.809 INFO O| Oct 18 17:50:12.809 INFO STEP 601 (remove_files) COMPLETE
59722024-10-18T17:50:14.855Z[ recovery-image] Oct 18 17:50:12.809 INFO O| Oct 18 17:50:12.809 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59732024-10-18T17:50:14.865Z[ recovery-image] Oct 18 17:50:12.819 INFO O| Oct 18 17:50:12.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
59742024-10-18T17:50:14.868Z[ recovery-image] Oct 18 17:50:12.819 INFO O| Oct 18 17:50:12.819 INFO STEP 602 (remove_files) COMPLETE
59752024-10-18T17:50:14.868Z[ recovery-image] Oct 18 17:50:12.819 INFO O| Oct 18 17:50:12.819 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59762024-10-18T17:50:14.874Z[ recovery-image] Oct 18 17:50:12.829 INFO O| Oct 18 17:50:12.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
59772024-10-18T17:50:14.877Z[ recovery-image] Oct 18 17:50:12.829 INFO O| Oct 18 17:50:12.829 INFO STEP 603 (remove_files) COMPLETE
59782024-10-18T17:50:14.877Z[ recovery-image] Oct 18 17:50:12.829 INFO O| Oct 18 17:50:12.829 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59792024-10-18T17:50:14.885Z[ recovery-image] Oct 18 17:50:12.839 INFO O| Oct 18 17:50:12.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
59802024-10-18T17:50:14.887Z[ recovery-image] Oct 18 17:50:12.839 INFO O| Oct 18 17:50:12.839 INFO STEP 604 (remove_files) COMPLETE
59812024-10-18T17:50:14.887Z[ recovery-image] Oct 18 17:50:12.839 INFO O| Oct 18 17:50:12.839 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59822024-10-18T17:50:14.895Z[ recovery-image] Oct 18 17:50:12.849 INFO O| Oct 18 17:50:12.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
59832024-10-18T17:50:14.897Z[ recovery-image] Oct 18 17:50:12.849 INFO O| Oct 18 17:50:12.849 INFO STEP 605 (remove_files) COMPLETE
59842024-10-18T17:50:14.897Z[ recovery-image] Oct 18 17:50:12.849 INFO O| Oct 18 17:50:12.849 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59852024-10-18T17:50:14.904Z[ recovery-image] Oct 18 17:50:12.858 INFO O| Oct 18 17:50:12.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
59862024-10-18T17:50:14.904Z[ recovery-image] Oct 18 17:50:12.859 INFO O| Oct 18 17:50:12.859 INFO STEP 606 (remove_files) COMPLETE
59872024-10-18T17:50:14.907Z[ recovery-image] Oct 18 17:50:12.859 INFO O| Oct 18 17:50:12.859 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59882024-10-18T17:50:14.914Z[ recovery-image] Oct 18 17:50:12.868 INFO O| Oct 18 17:50:12.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
59892024-10-18T17:50:14.914Z[ recovery-image] Oct 18 17:50:12.868 INFO O| Oct 18 17:50:12.868 INFO STEP 607 (remove_files) COMPLETE
59902024-10-18T17:50:14.918Z[ recovery-image] Oct 18 17:50:12.868 INFO O| Oct 18 17:50:12.868 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59912024-10-18T17:50:14.924Z[ recovery-image] Oct 18 17:50:12.878 INFO O| Oct 18 17:50:12.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
59922024-10-18T17:50:14.924Z[ recovery-image] Oct 18 17:50:12.878 INFO O| Oct 18 17:50:12.878 INFO STEP 608 (remove_files) COMPLETE
59932024-10-18T17:50:14.926Z[ recovery-image] Oct 18 17:50:12.878 INFO O| Oct 18 17:50:12.878 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59942024-10-18T17:50:14.934Z[ recovery-image] Oct 18 17:50:12.888 INFO O| Oct 18 17:50:12.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
59952024-10-18T17:50:14.936Z[ recovery-image] Oct 18 17:50:12.888 INFO O| Oct 18 17:50:12.888 INFO STEP 609 (remove_files) COMPLETE
59962024-10-18T17:50:14.936Z[ recovery-image] Oct 18 17:50:12.888 INFO O| Oct 18 17:50:12.888 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59972024-10-18T17:50:14.944Z[ recovery-image] Oct 18 17:50:12.898 INFO O| Oct 18 17:50:12.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
59982024-10-18T17:50:14.944Z[ recovery-image] Oct 18 17:50:12.898 INFO O| Oct 18 17:50:12.898 INFO STEP 610 (remove_files) COMPLETE
59992024-10-18T17:50:14.947Z[ recovery-image] Oct 18 17:50:12.898 INFO O| Oct 18 17:50:12.898 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60002024-10-18T17:50:14.954Z[ recovery-image] Oct 18 17:50:12.908 INFO O| Oct 18 17:50:12.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
60012024-10-18T17:50:14.954Z[ recovery-image] Oct 18 17:50:12.908 INFO O| Oct 18 17:50:12.908 INFO STEP 611 (remove_files) COMPLETE
60022024-10-18T17:50:14.954Z[ recovery-image] Oct 18 17:50:12.908 INFO O| Oct 18 17:50:12.908 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60032024-10-18T17:50:14.964Z[ recovery-image] Oct 18 17:50:12.918 INFO O| Oct 18 17:50:12.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
60042024-10-18T17:50:14.964Z[ recovery-image] Oct 18 17:50:12.918 INFO O| Oct 18 17:50:12.918 INFO STEP 612 (remove_files) COMPLETE
60052024-10-18T17:50:14.964Z[ recovery-image] Oct 18 17:50:12.918 INFO O| Oct 18 17:50:12.918 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60062024-10-18T17:50:14.973Z[ recovery-image] Oct 18 17:50:12.927 INFO O| Oct 18 17:50:12.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
60072024-10-18T17:50:14.976Z[ recovery-image] Oct 18 17:50:12.928 INFO O| Oct 18 17:50:12.927 INFO STEP 613 (remove_files) COMPLETE
60082024-10-18T17:50:14.976Z[ recovery-image] Oct 18 17:50:12.928 INFO O| Oct 18 17:50:12.928 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60092024-10-18T17:50:14.983Z[ recovery-image] Oct 18 17:50:12.937 INFO O| Oct 18 17:50:12.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
60102024-10-18T17:50:14.983Z[ recovery-image] Oct 18 17:50:12.937 INFO O| Oct 18 17:50:12.937 INFO STEP 614 (remove_files) COMPLETE
60112024-10-18T17:50:14.983Z[ recovery-image] Oct 18 17:50:12.937 INFO O| Oct 18 17:50:12.937 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60122024-10-18T17:50:14.993Z[ recovery-image] Oct 18 17:50:12.947 INFO O| Oct 18 17:50:12.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
60132024-10-18T17:50:14.996Z[ recovery-image] Oct 18 17:50:12.947 INFO O| Oct 18 17:50:12.947 INFO STEP 615 (remove_files) COMPLETE
60142024-10-18T17:50:14.996Z[ recovery-image] Oct 18 17:50:12.947 INFO O| Oct 18 17:50:12.947 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60152024-10-18T17:50:15.003Z[ recovery-image] Oct 18 17:50:12.957 INFO O| Oct 18 17:50:12.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
60162024-10-18T17:50:15.006Z[ recovery-image] Oct 18 17:50:12.957 INFO O| Oct 18 17:50:12.957 INFO STEP 616 (remove_files) COMPLETE
60172024-10-18T17:50:15.006Z[ recovery-image] Oct 18 17:50:12.957 INFO O| Oct 18 17:50:12.957 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60182024-10-18T17:50:15.013Z[ recovery-image] Oct 18 17:50:12.967 INFO O| Oct 18 17:50:12.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
60192024-10-18T17:50:15.013Z[ recovery-image] Oct 18 17:50:12.967 INFO O| Oct 18 17:50:12.967 INFO STEP 617 (remove_files) COMPLETE
60202024-10-18T17:50:15.016Z[ recovery-image] Oct 18 17:50:12.967 INFO O| Oct 18 17:50:12.967 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60212024-10-18T17:50:15.023Z[ recovery-image] Oct 18 17:50:12.977 INFO O| Oct 18 17:50:12.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
60222024-10-18T17:50:15.023Z[ recovery-image] Oct 18 17:50:12.977 INFO O| Oct 18 17:50:12.977 INFO STEP 618 (remove_files) COMPLETE
60232024-10-18T17:50:15.023Z[ recovery-image] Oct 18 17:50:12.977 INFO O| Oct 18 17:50:12.977 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60242024-10-18T17:50:15.033Z[ recovery-image] Oct 18 17:50:12.987 INFO O| Oct 18 17:50:12.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
60252024-10-18T17:50:15.033Z[ recovery-image] Oct 18 17:50:12.987 INFO O| Oct 18 17:50:12.987 INFO STEP 619 (remove_files) COMPLETE
60262024-10-18T17:50:15.033Z[ recovery-image] Oct 18 17:50:12.987 INFO O| Oct 18 17:50:12.987 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60272024-10-18T17:50:15.043Z[ recovery-image] Oct 18 17:50:12.996 INFO O| Oct 18 17:50:12.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
60282024-10-18T17:50:15.043Z[ recovery-image] Oct 18 17:50:12.997 INFO O| Oct 18 17:50:12.996 INFO STEP 620 (remove_files) COMPLETE
60292024-10-18T17:50:15.043Z[ recovery-image] Oct 18 17:50:12.997 INFO O| Oct 18 17:50:12.997 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60302024-10-18T17:50:15.054Z[ recovery-image] Oct 18 17:50:13.008 INFO O| Oct 18 17:50:13.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
60312024-10-18T17:50:15.054Z[ recovery-image] Oct 18 17:50:13.008 INFO O| Oct 18 17:50:13.008 INFO STEP 621 (remove_files) COMPLETE
60322024-10-18T17:50:15.054Z[ recovery-image] Oct 18 17:50:13.008 INFO O| Oct 18 17:50:13.008 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60332024-10-18T17:50:15.066Z[ recovery-image] Oct 18 17:50:13.019 INFO O| Oct 18 17:50:13.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
60342024-10-18T17:50:15.066Z[ recovery-image] Oct 18 17:50:13.020 INFO O| Oct 18 17:50:13.019 INFO STEP 622 (remove_files) COMPLETE
60352024-10-18T17:50:15.066Z[ recovery-image] Oct 18 17:50:13.020 INFO O| Oct 18 17:50:13.020 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60362024-10-18T17:50:15.077Z[ recovery-image] Oct 18 17:50:13.031 INFO O| Oct 18 17:50:13.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
60372024-10-18T17:50:15.077Z[ recovery-image] Oct 18 17:50:13.031 INFO O| Oct 18 17:50:13.031 INFO STEP 623 (remove_files) COMPLETE
60382024-10-18T17:50:15.080Z[ recovery-image] Oct 18 17:50:13.031 INFO O| Oct 18 17:50:13.031 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60392024-10-18T17:50:15.088Z[ recovery-image] Oct 18 17:50:13.042 INFO O| Oct 18 17:50:13.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
60402024-10-18T17:50:15.088Z[ recovery-image] Oct 18 17:50:13.042 INFO O| Oct 18 17:50:13.042 INFO STEP 624 (remove_files) COMPLETE
60412024-10-18T17:50:15.091Z[ recovery-image] Oct 18 17:50:13.042 INFO O| Oct 18 17:50:13.042 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60422024-10-18T17:50:15.099Z[ recovery-image] Oct 18 17:50:13.053 INFO O| Oct 18 17:50:13.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
60432024-10-18T17:50:15.102Z[ recovery-image] Oct 18 17:50:13.053 INFO O| Oct 18 17:50:13.053 INFO STEP 625 (remove_files) COMPLETE
60442024-10-18T17:50:15.102Z[ recovery-image] Oct 18 17:50:13.053 INFO O| Oct 18 17:50:13.053 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60452024-10-18T17:50:15.110Z[ recovery-image] Oct 18 17:50:13.064 INFO O| Oct 18 17:50:13.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
60462024-10-18T17:50:15.110Z[ recovery-image] Oct 18 17:50:13.064 INFO O| Oct 18 17:50:13.064 INFO STEP 626 (remove_files) COMPLETE
60472024-10-18T17:50:15.112Z[ recovery-image] Oct 18 17:50:13.064 INFO O| Oct 18 17:50:13.064 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60482024-10-18T17:50:15.120Z[ recovery-image] Oct 18 17:50:13.074 INFO O| Oct 18 17:50:13.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
60492024-10-18T17:50:15.120Z[ recovery-image] Oct 18 17:50:13.074 INFO O| Oct 18 17:50:13.074 INFO STEP 627 (remove_files) COMPLETE
60502024-10-18T17:50:15.123Z[ recovery-image] Oct 18 17:50:13.074 INFO O| Oct 18 17:50:13.074 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60512024-10-18T17:50:15.130Z[ recovery-image] Oct 18 17:50:13.084 INFO O| Oct 18 17:50:13.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
60522024-10-18T17:50:15.130Z[ recovery-image] Oct 18 17:50:13.084 INFO O| Oct 18 17:50:13.084 INFO STEP 628 (remove_files) COMPLETE
60532024-10-18T17:50:15.133Z[ recovery-image] Oct 18 17:50:13.084 INFO O| Oct 18 17:50:13.084 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60542024-10-18T17:50:15.141Z[ recovery-image] Oct 18 17:50:13.094 INFO O| Oct 18 17:50:13.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
60552024-10-18T17:50:15.141Z[ recovery-image] Oct 18 17:50:13.094 INFO O| Oct 18 17:50:13.094 INFO STEP 629 (remove_files) COMPLETE
60562024-10-18T17:50:15.141Z[ recovery-image] Oct 18 17:50:13.095 INFO O| Oct 18 17:50:13.094 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60572024-10-18T17:50:15.154Z[ recovery-image] Oct 18 17:50:13.108 INFO O| Oct 18 17:50:13.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
60582024-10-18T17:50:15.154Z[ recovery-image] Oct 18 17:50:13.108 INFO O| Oct 18 17:50:13.108 INFO STEP 630 (remove_files) COMPLETE
60592024-10-18T17:50:15.157Z[ recovery-image] Oct 18 17:50:13.108 INFO O| Oct 18 17:50:13.108 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60602024-10-18T17:50:15.164Z[ recovery-image] Oct 18 17:50:13.118 INFO O| Oct 18 17:50:13.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
60612024-10-18T17:50:15.164Z[ recovery-image] Oct 18 17:50:13.118 INFO O| Oct 18 17:50:13.118 INFO STEP 631 (remove_files) COMPLETE
60622024-10-18T17:50:15.167Z[ recovery-image] Oct 18 17:50:13.118 INFO O| Oct 18 17:50:13.118 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60632024-10-18T17:50:15.174Z[ recovery-image] Oct 18 17:50:13.128 INFO O| Oct 18 17:50:13.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
60642024-10-18T17:50:15.174Z[ recovery-image] Oct 18 17:50:13.128 INFO O| Oct 18 17:50:13.128 INFO STEP 632 (remove_files) COMPLETE
60652024-10-18T17:50:15.174Z[ recovery-image] Oct 18 17:50:13.128 INFO O| Oct 18 17:50:13.128 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60662024-10-18T17:50:15.184Z[ recovery-image] Oct 18 17:50:13.138 INFO O| Oct 18 17:50:13.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
60672024-10-18T17:50:15.184Z[ recovery-image] Oct 18 17:50:13.138 INFO O| Oct 18 17:50:13.138 INFO STEP 633 (remove_files) COMPLETE
60682024-10-18T17:50:15.184Z[ recovery-image] Oct 18 17:50:13.138 INFO O| Oct 18 17:50:13.138 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60692024-10-18T17:50:15.195Z[ recovery-image] Oct 18 17:50:13.149 INFO O| Oct 18 17:50:13.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
60702024-10-18T17:50:15.195Z[ recovery-image] Oct 18 17:50:13.149 INFO O| Oct 18 17:50:13.149 INFO STEP 634 (remove_files) COMPLETE
60712024-10-18T17:50:15.196Z[ recovery-image] Oct 18 17:50:13.149 INFO O| Oct 18 17:50:13.149 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60722024-10-18T17:50:15.208Z[ recovery-image] Oct 18 17:50:13.161 INFO O| Oct 18 17:50:13.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
60732024-10-18T17:50:15.211Z[ recovery-image] Oct 18 17:50:13.161 INFO O| Oct 18 17:50:13.161 INFO STEP 635 (remove_files) COMPLETE
60742024-10-18T17:50:15.211Z[ recovery-image] Oct 18 17:50:13.161 INFO O| Oct 18 17:50:13.161 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60752024-10-18T17:50:15.217Z[ recovery-image] Oct 18 17:50:13.171 INFO O| Oct 18 17:50:13.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
60762024-10-18T17:50:15.218Z[ recovery-image] Oct 18 17:50:13.171 INFO O| Oct 18 17:50:13.171 INFO STEP 636 (remove_files) COMPLETE
60772024-10-18T17:50:15.220Z[ recovery-image] Oct 18 17:50:13.171 INFO O| Oct 18 17:50:13.171 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60782024-10-18T17:50:15.228Z[ recovery-image] Oct 18 17:50:13.182 INFO O| Oct 18 17:50:13.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
60792024-10-18T17:50:15.228Z[ recovery-image] Oct 18 17:50:13.182 INFO O| Oct 18 17:50:13.182 INFO STEP 637 (remove_files) COMPLETE
60802024-10-18T17:50:15.228Z[ recovery-image] Oct 18 17:50:13.182 INFO O| Oct 18 17:50:13.182 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60812024-10-18T17:50:15.240Z[ recovery-image] Oct 18 17:50:13.193 INFO O| Oct 18 17:50:13.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
60822024-10-18T17:50:15.240Z[ recovery-image] Oct 18 17:50:13.194 INFO O| Oct 18 17:50:13.194 INFO STEP 638 (remove_files) COMPLETE
60832024-10-18T17:50:15.242Z[ recovery-image] Oct 18 17:50:13.194 INFO O| Oct 18 17:50:13.194 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60842024-10-18T17:50:15.251Z[ recovery-image] Oct 18 17:50:13.205 INFO O| Oct 18 17:50:13.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
60852024-10-18T17:50:15.251Z[ recovery-image] Oct 18 17:50:13.205 INFO O| Oct 18 17:50:13.205 INFO STEP 639 (remove_files) COMPLETE
60862024-10-18T17:50:15.254Z[ recovery-image] Oct 18 17:50:13.205 INFO O| Oct 18 17:50:13.205 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60872024-10-18T17:50:15.262Z[ recovery-image] Oct 18 17:50:13.216 INFO O| Oct 18 17:50:13.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
60882024-10-18T17:50:15.264Z[ recovery-image] Oct 18 17:50:13.216 INFO O| Oct 18 17:50:13.216 INFO STEP 640 (remove_files) COMPLETE
60892024-10-18T17:50:15.264Z[ recovery-image] Oct 18 17:50:13.216 INFO O| Oct 18 17:50:13.216 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60902024-10-18T17:50:15.272Z[ recovery-image] Oct 18 17:50:13.226 INFO O| Oct 18 17:50:13.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
60912024-10-18T17:50:15.272Z[ recovery-image] Oct 18 17:50:13.226 INFO O| Oct 18 17:50:13.226 INFO STEP 641 (remove_files) COMPLETE
60922024-10-18T17:50:15.272Z[ recovery-image] Oct 18 17:50:13.226 INFO O| Oct 18 17:50:13.226 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60932024-10-18T17:50:15.284Z[ recovery-image] Oct 18 17:50:13.238 INFO O| Oct 18 17:50:13.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
60942024-10-18T17:50:15.284Z[ recovery-image] Oct 18 17:50:13.238 INFO O| Oct 18 17:50:13.238 INFO STEP 642 (remove_files) COMPLETE
60952024-10-18T17:50:15.284Z[ recovery-image] Oct 18 17:50:13.238 INFO O| Oct 18 17:50:13.238 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60962024-10-18T17:50:15.292Z[ host-image] Oct 18 17:50:13.246 INFO O| Oct 18 17:50:13.246 INFO O| Done
60972024-10-18T17:50:15.296Z[ recovery-image] Oct 18 17:50:13.249 INFO O| Oct 18 17:50:13.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
60982024-10-18T17:50:15.296Z[ recovery-image] Oct 18 17:50:13.249 INFO O| Oct 18 17:50:13.249 INFO STEP 643 (remove_files) COMPLETE
60992024-10-18T17:50:15.299Z[ recovery-image] Oct 18 17:50:13.250 INFO O| Oct 18 17:50:13.249 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61002024-10-18T17:50:15.308Z[ recovery-image] Oct 18 17:50:13.262 INFO O| Oct 18 17:50:13.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
61012024-10-18T17:50:15.310Z[ recovery-image] Oct 18 17:50:13.263 INFO O| Oct 18 17:50:13.262 INFO STEP 644 (remove_files) COMPLETE
61022024-10-18T17:50:15.310Z[ recovery-image] Oct 18 17:50:13.263 INFO O| Oct 18 17:50:13.262 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61032024-10-18T17:50:15.323Z[ recovery-image] Oct 18 17:50:13.275 INFO O| Oct 18 17:50:13.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
61042024-10-18T17:50:15.325Z[ recovery-image] Oct 18 17:50:13.275 INFO O| Oct 18 17:50:13.275 INFO STEP 645 (remove_files) COMPLETE
61052024-10-18T17:50:15.326Z[ recovery-image] Oct 18 17:50:13.275 INFO O| Oct 18 17:50:13.275 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61062024-10-18T17:50:15.326Z[ host-image] Oct 18 17:50:13.277 INFO O| Oct 18 17:50:13.277 INFO O| Done
61072024-10-18T17:50:15.326Z[ host-image] Oct 18 17:50:13.277 INFO O| Oct 18 17:50:13.277 INFO O| Done
61082024-10-18T17:50:15.335Z[ recovery-image] Oct 18 17:50:13.289 INFO O| Oct 18 17:50:13.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
61092024-10-18T17:50:15.335Z[ recovery-image] Oct 18 17:50:13.289 INFO O| Oct 18 17:50:13.289 INFO STEP 646 (remove_files) COMPLETE
61102024-10-18T17:50:15.335Z[ recovery-image] Oct 18 17:50:13.289 INFO O| Oct 18 17:50:13.289 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61112024-10-18T17:50:15.349Z[ recovery-image] Oct 18 17:50:13.303 INFO O| Oct 18 17:50:13.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
61122024-10-18T17:50:15.352Z[ recovery-image] Oct 18 17:50:13.303 INFO O| Oct 18 17:50:13.303 INFO STEP 647 (remove_files) COMPLETE
61132024-10-18T17:50:15.352Z[ recovery-image] Oct 18 17:50:13.303 INFO O| Oct 18 17:50:13.303 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61142024-10-18T17:50:15.364Z[ recovery-image] Oct 18 17:50:13.318 INFO O| Oct 18 17:50:13.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
61152024-10-18T17:50:15.364Z[ recovery-image] Oct 18 17:50:13.318 INFO O| Oct 18 17:50:13.318 INFO STEP 648 (remove_files) COMPLETE
61162024-10-18T17:50:15.364Z[ recovery-image] Oct 18 17:50:13.318 INFO O| Oct 18 17:50:13.318 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61172024-10-18T17:50:15.377Z[ recovery-image] Oct 18 17:50:13.331 INFO O| Oct 18 17:50:13.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
61182024-10-18T17:50:15.378Z[ recovery-image] Oct 18 17:50:13.331 INFO O| Oct 18 17:50:13.331 INFO STEP 649 (remove_files) COMPLETE
61192024-10-18T17:50:15.378Z[ recovery-image] Oct 18 17:50:13.331 INFO O| Oct 18 17:50:13.331 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61202024-10-18T17:50:15.380Z[ host-image] Oct 18 17:50:13.332 INFO O| Oct 18 17:50:13.331 INFO O| Done
61212024-10-18T17:50:15.391Z[ recovery-image] Oct 18 17:50:13.345 INFO O| Oct 18 17:50:13.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
61222024-10-18T17:50:15.391Z[ recovery-image] Oct 18 17:50:13.345 INFO O| Oct 18 17:50:13.345 INFO STEP 650 (remove_files) COMPLETE
61232024-10-18T17:50:15.394Z[ recovery-image] Oct 18 17:50:13.345 INFO O| Oct 18 17:50:13.345 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61242024-10-18T17:50:15.405Z[ recovery-image] Oct 18 17:50:13.359 INFO O| Oct 18 17:50:13.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
61252024-10-18T17:50:15.407Z[ recovery-image] Oct 18 17:50:13.359 INFO O| Oct 18 17:50:13.359 INFO STEP 651 (remove_files) COMPLETE
61262024-10-18T17:50:15.407Z[ recovery-image] Oct 18 17:50:13.359 INFO O| Oct 18 17:50:13.359 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61272024-10-18T17:50:15.419Z[ recovery-image] Oct 18 17:50:13.372 INFO O| Oct 18 17:50:13.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
61282024-10-18T17:50:15.421Z[ recovery-image] Oct 18 17:50:13.373 INFO O| Oct 18 17:50:13.372 INFO STEP 652 (remove_files) COMPLETE
61292024-10-18T17:50:15.421Z[ recovery-image] Oct 18 17:50:13.373 INFO O| Oct 18 17:50:13.373 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61302024-10-18T17:50:15.431Z[ recovery-image] Oct 18 17:50:13.385 INFO O| Oct 18 17:50:13.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
61312024-10-18T17:50:15.432Z[ recovery-image] Oct 18 17:50:13.385 INFO O| Oct 18 17:50:13.385 INFO STEP 653 (remove_files) COMPLETE
61322024-10-18T17:50:15.432Z[ recovery-image] Oct 18 17:50:13.385 INFO O| Oct 18 17:50:13.385 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61332024-10-18T17:50:15.444Z[ recovery-image] Oct 18 17:50:13.397 INFO O| Oct 18 17:50:13.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
61342024-10-18T17:50:15.444Z[ recovery-image] Oct 18 17:50:13.397 INFO O| Oct 18 17:50:13.397 INFO STEP 654 (remove_files) COMPLETE
61352024-10-18T17:50:15.446Z[ recovery-image] Oct 18 17:50:13.397 INFO O| Oct 18 17:50:13.397 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61362024-10-18T17:50:15.455Z[ recovery-image] Oct 18 17:50:13.408 INFO O| Oct 18 17:50:13.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
61372024-10-18T17:50:15.457Z[ recovery-image] Oct 18 17:50:13.408 INFO O| Oct 18 17:50:13.408 INFO STEP 655 (remove_files) COMPLETE
61382024-10-18T17:50:15.457Z[ recovery-image] Oct 18 17:50:13.409 INFO O| Oct 18 17:50:13.408 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61392024-10-18T17:50:15.466Z[ recovery-image] Oct 18 17:50:13.419 INFO O| Oct 18 17:50:13.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
61402024-10-18T17:50:15.466Z[ recovery-image] Oct 18 17:50:13.419 INFO O| Oct 18 17:50:13.419 INFO STEP 656 (remove_files) COMPLETE
61412024-10-18T17:50:15.466Z[ recovery-image] Oct 18 17:50:13.419 INFO O| Oct 18 17:50:13.419 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61422024-10-18T17:50:15.477Z[ recovery-image] Oct 18 17:50:13.430 INFO O| Oct 18 17:50:13.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
61432024-10-18T17:50:15.477Z[ recovery-image] Oct 18 17:50:13.431 INFO O| Oct 18 17:50:13.431 INFO STEP 657 (remove_files) COMPLETE
61442024-10-18T17:50:15.479Z[ recovery-image] Oct 18 17:50:13.431 INFO O| Oct 18 17:50:13.431 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61452024-10-18T17:50:15.488Z[ recovery-image] Oct 18 17:50:13.442 INFO O| Oct 18 17:50:13.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
61462024-10-18T17:50:15.490Z[ recovery-image] Oct 18 17:50:13.442 INFO O| Oct 18 17:50:13.442 INFO STEP 658 (remove_files) COMPLETE
61472024-10-18T17:50:15.490Z[ recovery-image] Oct 18 17:50:13.442 INFO O| Oct 18 17:50:13.442 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61482024-10-18T17:50:15.499Z[ recovery-image] Oct 18 17:50:13.453 INFO O| Oct 18 17:50:13.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
61492024-10-18T17:50:15.499Z[ recovery-image] Oct 18 17:50:13.453 INFO O| Oct 18 17:50:13.453 INFO STEP 659 (remove_files) COMPLETE
61502024-10-18T17:50:15.502Z[ recovery-image] Oct 18 17:50:13.453 INFO O| Oct 18 17:50:13.453 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61512024-10-18T17:50:15.502Z[ host-image] Oct 18 17:50:13.455 INFO O| Oct 18 17:50:13.455 INFO STEP 13 (pkg_install) COMPLETE
61522024-10-18T17:50:15.502Z[ host-image] Oct 18 17:50:13.455 INFO O| Oct 18 17:50:13.455 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
61532024-10-18T17:50:15.511Z[ recovery-image] Oct 18 17:50:13.464 INFO O| Oct 18 17:50:13.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
61542024-10-18T17:50:15.511Z[ recovery-image] Oct 18 17:50:13.464 INFO O| Oct 18 17:50:13.464 INFO STEP 660 (remove_files) COMPLETE
61552024-10-18T17:50:15.511Z[ recovery-image] Oct 18 17:50:13.464 INFO O| Oct 18 17:50:13.464 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61562024-10-18T17:50:15.513Z[ host-image] Oct 18 17:50:13.466 INFO O| Oct 18 17:50:13.466 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
61572024-10-18T17:50:15.523Z[ recovery-image] Oct 18 17:50:13.477 INFO O| Oct 18 17:50:13.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
61582024-10-18T17:50:15.523Z[ recovery-image] Oct 18 17:50:13.477 INFO O| Oct 18 17:50:13.477 INFO STEP 661 (remove_files) COMPLETE
61592024-10-18T17:50:15.526Z[ recovery-image] Oct 18 17:50:13.477 INFO O| Oct 18 17:50:13.477 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61602024-10-18T17:50:15.535Z[ recovery-image] Oct 18 17:50:13.488 INFO O| Oct 18 17:50:13.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
61612024-10-18T17:50:15.535Z[ recovery-image] Oct 18 17:50:13.489 INFO O| Oct 18 17:50:13.488 INFO STEP 662 (remove_files) COMPLETE
61622024-10-18T17:50:15.535Z[ recovery-image] Oct 18 17:50:13.489 INFO O| Oct 18 17:50:13.489 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61632024-10-18T17:50:15.545Z[ recovery-image] Oct 18 17:50:13.499 INFO O| Oct 18 17:50:13.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
61642024-10-18T17:50:15.548Z[ recovery-image] Oct 18 17:50:13.499 INFO O| Oct 18 17:50:13.499 INFO STEP 663 (remove_files) COMPLETE
61652024-10-18T17:50:15.548Z[ recovery-image] Oct 18 17:50:13.499 INFO O| Oct 18 17:50:13.499 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61662024-10-18T17:50:15.556Z[ recovery-image] Oct 18 17:50:13.510 INFO O| Oct 18 17:50:13.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
61672024-10-18T17:50:15.556Z[ recovery-image] Oct 18 17:50:13.510 INFO O| Oct 18 17:50:13.510 INFO STEP 664 (remove_files) COMPLETE
61682024-10-18T17:50:15.558Z[ recovery-image] Oct 18 17:50:13.510 INFO O| Oct 18 17:50:13.510 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61692024-10-18T17:50:15.568Z[ recovery-image] Oct 18 17:50:13.522 INFO O| Oct 18 17:50:13.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
61702024-10-18T17:50:15.570Z[ recovery-image] Oct 18 17:50:13.522 INFO O| Oct 18 17:50:13.522 INFO STEP 665 (remove_files) COMPLETE
61712024-10-18T17:50:15.570Z[ recovery-image] Oct 18 17:50:13.522 INFO O| Oct 18 17:50:13.522 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61722024-10-18T17:50:15.580Z[ recovery-image] Oct 18 17:50:13.534 INFO O| Oct 18 17:50:13.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
61732024-10-18T17:50:15.583Z[ recovery-image] Oct 18 17:50:13.534 INFO O| Oct 18 17:50:13.534 INFO STEP 666 (remove_files) COMPLETE
61742024-10-18T17:50:15.583Z[ recovery-image] Oct 18 17:50:13.534 INFO O| Oct 18 17:50:13.534 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61752024-10-18T17:50:15.592Z[ recovery-image] Oct 18 17:50:13.545 INFO O| Oct 18 17:50:13.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
61762024-10-18T17:50:15.592Z[ recovery-image] Oct 18 17:50:13.545 INFO O| Oct 18 17:50:13.545 INFO STEP 667 (remove_files) COMPLETE
61772024-10-18T17:50:15.592Z[ recovery-image] Oct 18 17:50:13.546 INFO O| Oct 18 17:50:13.545 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61782024-10-18T17:50:15.603Z[ recovery-image] Oct 18 17:50:13.557 INFO O| Oct 18 17:50:13.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
61792024-10-18T17:50:15.606Z[ recovery-image] Oct 18 17:50:13.557 INFO O| Oct 18 17:50:13.557 INFO STEP 668 (remove_files) COMPLETE
61802024-10-18T17:50:15.606Z[ recovery-image] Oct 18 17:50:13.557 INFO O| Oct 18 17:50:13.557 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61812024-10-18T17:50:15.616Z[ recovery-image] Oct 18 17:50:13.570 INFO O| Oct 18 17:50:13.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
61822024-10-18T17:50:15.616Z[ recovery-image] Oct 18 17:50:13.570 INFO O| Oct 18 17:50:13.570 INFO STEP 669 (remove_files) COMPLETE
61832024-10-18T17:50:15.616Z[ recovery-image] Oct 18 17:50:13.570 INFO O| Oct 18 17:50:13.570 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61842024-10-18T17:50:15.628Z[ recovery-image] Oct 18 17:50:13.582 INFO O| Oct 18 17:50:13.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
61852024-10-18T17:50:15.630Z[ recovery-image] Oct 18 17:50:13.582 INFO O| Oct 18 17:50:13.582 INFO STEP 670 (remove_files) COMPLETE
61862024-10-18T17:50:15.630Z[ recovery-image] Oct 18 17:50:13.582 INFO O| Oct 18 17:50:13.582 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61872024-10-18T17:50:15.641Z[ recovery-image] Oct 18 17:50:13.594 INFO O| Oct 18 17:50:13.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
61882024-10-18T17:50:15.643Z[ recovery-image] Oct 18 17:50:13.595 INFO O| Oct 18 17:50:13.594 INFO STEP 671 (remove_files) COMPLETE
61892024-10-18T17:50:15.643Z[ recovery-image] Oct 18 17:50:13.595 INFO O| Oct 18 17:50:13.594 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61902024-10-18T17:50:15.652Z[ recovery-image] Oct 18 17:50:13.606 INFO O| Oct 18 17:50:13.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
61912024-10-18T17:50:15.655Z[ recovery-image] Oct 18 17:50:13.606 INFO O| Oct 18 17:50:13.606 INFO STEP 672 (remove_files) COMPLETE
61922024-10-18T17:50:15.655Z[ recovery-image] Oct 18 17:50:13.606 INFO O| Oct 18 17:50:13.606 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61932024-10-18T17:50:15.664Z[ recovery-image] Oct 18 17:50:13.617 INFO O| Oct 18 17:50:13.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
61942024-10-18T17:50:15.666Z[ recovery-image] Oct 18 17:50:13.618 INFO O| Oct 18 17:50:13.618 INFO STEP 673 (remove_files) COMPLETE
61952024-10-18T17:50:15.666Z[ recovery-image] Oct 18 17:50:13.618 INFO O| Oct 18 17:50:13.618 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61962024-10-18T17:50:15.675Z[ recovery-image] Oct 18 17:50:13.629 INFO O| Oct 18 17:50:13.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
61972024-10-18T17:50:15.678Z[ recovery-image] Oct 18 17:50:13.629 INFO O| Oct 18 17:50:13.629 INFO STEP 674 (remove_files) COMPLETE
61982024-10-18T17:50:15.678Z[ recovery-image] Oct 18 17:50:13.629 INFO O| Oct 18 17:50:13.629 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61992024-10-18T17:50:15.688Z[ recovery-image] Oct 18 17:50:13.642 INFO O| Oct 18 17:50:13.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
62002024-10-18T17:50:15.688Z[ recovery-image] Oct 18 17:50:13.642 INFO O| Oct 18 17:50:13.642 INFO STEP 675 (remove_files) COMPLETE
62012024-10-18T17:50:15.691Z[ recovery-image] Oct 18 17:50:13.642 INFO O| Oct 18 17:50:13.642 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62022024-10-18T17:50:15.700Z[ recovery-image] Oct 18 17:50:13.653 INFO O| Oct 18 17:50:13.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
62032024-10-18T17:50:15.700Z[ recovery-image] Oct 18 17:50:13.654 INFO O| Oct 18 17:50:13.653 INFO STEP 676 (remove_files) COMPLETE
62042024-10-18T17:50:15.702Z[ recovery-image] Oct 18 17:50:13.654 INFO O| Oct 18 17:50:13.654 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62052024-10-18T17:50:15.713Z[ recovery-image] Oct 18 17:50:13.666 INFO O| Oct 18 17:50:13.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
62062024-10-18T17:50:15.715Z[ recovery-image] Oct 18 17:50:13.666 INFO O| Oct 18 17:50:13.666 INFO STEP 677 (remove_files) COMPLETE
62072024-10-18T17:50:15.715Z[ recovery-image] Oct 18 17:50:13.666 INFO O| Oct 18 17:50:13.666 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62082024-10-18T17:50:15.724Z[ recovery-image] Oct 18 17:50:13.678 INFO O| Oct 18 17:50:13.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
62092024-10-18T17:50:15.724Z[ recovery-image] Oct 18 17:50:13.678 INFO O| Oct 18 17:50:13.678 INFO STEP 678 (remove_files) COMPLETE
62102024-10-18T17:50:15.724Z[ recovery-image] Oct 18 17:50:13.678 INFO O| Oct 18 17:50:13.678 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62112024-10-18T17:50:15.735Z[ recovery-image] Oct 18 17:50:13.689 INFO O| Oct 18 17:50:13.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
62122024-10-18T17:50:15.735Z[ recovery-image] Oct 18 17:50:13.689 INFO O| Oct 18 17:50:13.689 INFO STEP 679 (remove_files) COMPLETE
62132024-10-18T17:50:15.735Z[ recovery-image] Oct 18 17:50:13.689 INFO O| Oct 18 17:50:13.689 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62142024-10-18T17:50:15.747Z[ recovery-image] Oct 18 17:50:13.701 INFO O| Oct 18 17:50:13.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
62152024-10-18T17:50:15.747Z[ recovery-image] Oct 18 17:50:13.701 INFO O| Oct 18 17:50:13.701 INFO STEP 680 (remove_files) COMPLETE
62162024-10-18T17:50:15.747Z[ recovery-image] Oct 18 17:50:13.701 INFO O| Oct 18 17:50:13.701 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62172024-10-18T17:50:15.758Z[ recovery-image] Oct 18 17:50:13.712 INFO O| Oct 18 17:50:13.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
62182024-10-18T17:50:15.758Z[ recovery-image] Oct 18 17:50:13.712 INFO O| Oct 18 17:50:13.712 INFO STEP 681 (remove_files) COMPLETE
62192024-10-18T17:50:15.760Z[ recovery-image] Oct 18 17:50:13.712 INFO O| Oct 18 17:50:13.712 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62202024-10-18T17:50:15.769Z[ recovery-image] Oct 18 17:50:13.722 INFO O| Oct 18 17:50:13.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
62212024-10-18T17:50:15.769Z[ recovery-image] Oct 18 17:50:13.722 INFO O| Oct 18 17:50:13.722 INFO STEP 682 (remove_files) COMPLETE
62222024-10-18T17:50:15.771Z[ recovery-image] Oct 18 17:50:13.722 INFO O| Oct 18 17:50:13.722 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62232024-10-18T17:50:15.780Z[ recovery-image] Oct 18 17:50:13.733 INFO O| Oct 18 17:50:13.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
62242024-10-18T17:50:15.782Z[ recovery-image] Oct 18 17:50:13.733 INFO O| Oct 18 17:50:13.733 INFO STEP 683 (remove_files) COMPLETE
62252024-10-18T17:50:15.782Z[ recovery-image] Oct 18 17:50:13.733 INFO O| Oct 18 17:50:13.733 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62262024-10-18T17:50:15.792Z[ recovery-image] Oct 18 17:50:13.746 INFO O| Oct 18 17:50:13.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
62272024-10-18T17:50:15.792Z[ recovery-image] Oct 18 17:50:13.746 INFO O| Oct 18 17:50:13.746 INFO STEP 684 (remove_files) COMPLETE
62282024-10-18T17:50:15.792Z[ recovery-image] Oct 18 17:50:13.746 INFO O| Oct 18 17:50:13.746 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62292024-10-18T17:50:15.804Z[ recovery-image] Oct 18 17:50:13.757 INFO O| Oct 18 17:50:13.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
62302024-10-18T17:50:15.804Z[ recovery-image] Oct 18 17:50:13.757 INFO O| Oct 18 17:50:13.757 INFO STEP 685 (remove_files) COMPLETE
62312024-10-18T17:50:15.807Z[ recovery-image] Oct 18 17:50:13.757 INFO O| Oct 18 17:50:13.757 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62322024-10-18T17:50:15.815Z[ recovery-image] Oct 18 17:50:13.769 INFO O| Oct 18 17:50:13.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
62332024-10-18T17:50:15.817Z[ recovery-image] Oct 18 17:50:13.769 INFO O| Oct 18 17:50:13.769 INFO STEP 686 (remove_files) COMPLETE
62342024-10-18T17:50:15.817Z[ recovery-image] Oct 18 17:50:13.769 INFO O| Oct 18 17:50:13.769 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62352024-10-18T17:50:15.828Z[ recovery-image] Oct 18 17:50:13.780 INFO O| Oct 18 17:50:13.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
62362024-10-18T17:50:15.828Z[ recovery-image] Oct 18 17:50:13.780 INFO O| Oct 18 17:50:13.780 INFO STEP 687 (remove_files) COMPLETE
62372024-10-18T17:50:15.830Z[ recovery-image] Oct 18 17:50:13.780 INFO O| Oct 18 17:50:13.780 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62382024-10-18T17:50:15.836Z[ recovery-image] Oct 18 17:50:13.790 INFO O| Oct 18 17:50:13.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
62392024-10-18T17:50:15.836Z[ recovery-image] Oct 18 17:50:13.790 INFO O| Oct 18 17:50:13.790 INFO STEP 688 (remove_files) COMPLETE
62402024-10-18T17:50:15.836Z[ recovery-image] Oct 18 17:50:13.790 INFO O| Oct 18 17:50:13.790 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62412024-10-18T17:50:15.846Z[ recovery-image] Oct 18 17:50:13.800 INFO O| Oct 18 17:50:13.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
62422024-10-18T17:50:15.846Z[ recovery-image] Oct 18 17:50:13.800 INFO O| Oct 18 17:50:13.800 INFO STEP 689 (remove_files) COMPLETE
62432024-10-18T17:50:15.849Z[ recovery-image] Oct 18 17:50:13.800 INFO O| Oct 18 17:50:13.800 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62442024-10-18T17:50:15.856Z[ recovery-image] Oct 18 17:50:13.810 INFO O| Oct 18 17:50:13.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
62452024-10-18T17:50:15.858Z[ recovery-image] Oct 18 17:50:13.810 INFO O| Oct 18 17:50:13.810 INFO STEP 690 (remove_files) COMPLETE
62462024-10-18T17:50:15.858Z[ recovery-image] Oct 18 17:50:13.810 INFO O| Oct 18 17:50:13.810 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62472024-10-18T17:50:15.866Z[ recovery-image] Oct 18 17:50:13.819 INFO O| Oct 18 17:50:13.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
62482024-10-18T17:50:15.866Z[ recovery-image] Oct 18 17:50:13.819 INFO O| Oct 18 17:50:13.819 INFO STEP 691 (remove_files) COMPLETE
62492024-10-18T17:50:15.866Z[ recovery-image] Oct 18 17:50:13.819 INFO O| Oct 18 17:50:13.819 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62502024-10-18T17:50:15.875Z[ recovery-image] Oct 18 17:50:13.829 INFO O| Oct 18 17:50:13.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
62512024-10-18T17:50:15.875Z[ recovery-image] Oct 18 17:50:13.829 INFO O| Oct 18 17:50:13.829 INFO STEP 692 (remove_files) COMPLETE
62522024-10-18T17:50:15.875Z[ recovery-image] Oct 18 17:50:13.829 INFO O| Oct 18 17:50:13.829 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62532024-10-18T17:50:15.885Z[ recovery-image] Oct 18 17:50:13.839 INFO O| Oct 18 17:50:13.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
62542024-10-18T17:50:15.885Z[ recovery-image] Oct 18 17:50:13.839 INFO O| Oct 18 17:50:13.839 INFO STEP 693 (remove_files) COMPLETE
62552024-10-18T17:50:15.888Z[ recovery-image] Oct 18 17:50:13.839 INFO O| Oct 18 17:50:13.839 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62562024-10-18T17:50:15.895Z[ recovery-image] Oct 18 17:50:13.849 INFO O| Oct 18 17:50:13.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
62572024-10-18T17:50:15.898Z[ recovery-image] Oct 18 17:50:13.849 INFO O| Oct 18 17:50:13.849 INFO STEP 694 (remove_files) COMPLETE
62582024-10-18T17:50:15.898Z[ recovery-image] Oct 18 17:50:13.849 INFO O| Oct 18 17:50:13.849 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62592024-10-18T17:50:15.905Z[ recovery-image] Oct 18 17:50:13.859 INFO O| Oct 18 17:50:13.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
62602024-10-18T17:50:15.905Z[ recovery-image] Oct 18 17:50:13.859 INFO O| Oct 18 17:50:13.859 INFO STEP 695 (remove_files) COMPLETE
62612024-10-18T17:50:15.905Z[ recovery-image] Oct 18 17:50:13.859 INFO O| Oct 18 17:50:13.859 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62622024-10-18T17:50:15.915Z[ recovery-image] Oct 18 17:50:13.868 INFO O| Oct 18 17:50:13.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
62632024-10-18T17:50:15.915Z[ recovery-image] Oct 18 17:50:13.868 INFO O| Oct 18 17:50:13.868 INFO STEP 696 (remove_files) COMPLETE
62642024-10-18T17:50:15.917Z[ recovery-image] Oct 18 17:50:13.868 INFO O| Oct 18 17:50:13.868 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62652024-10-18T17:50:15.924Z[ recovery-image] Oct 18 17:50:13.878 INFO O| Oct 18 17:50:13.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
62662024-10-18T17:50:15.927Z[ recovery-image] Oct 18 17:50:13.878 INFO O| Oct 18 17:50:13.878 INFO STEP 697 (remove_files) COMPLETE
62672024-10-18T17:50:15.927Z[ recovery-image] Oct 18 17:50:13.878 INFO O| Oct 18 17:50:13.878 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62682024-10-18T17:50:15.934Z[ recovery-image] Oct 18 17:50:13.888 INFO O| Oct 18 17:50:13.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
62692024-10-18T17:50:15.936Z[ recovery-image] Oct 18 17:50:13.888 INFO O| Oct 18 17:50:13.888 INFO STEP 698 (remove_files) COMPLETE
62702024-10-18T17:50:15.936Z[ recovery-image] Oct 18 17:50:13.888 INFO O| Oct 18 17:50:13.888 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62712024-10-18T17:50:15.944Z[ recovery-image] Oct 18 17:50:13.897 INFO O| Oct 18 17:50:13.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
62722024-10-18T17:50:15.947Z[ recovery-image] Oct 18 17:50:13.898 INFO O| Oct 18 17:50:13.898 INFO STEP 699 (remove_files) COMPLETE
62732024-10-18T17:50:15.947Z[ recovery-image] Oct 18 17:50:13.898 INFO O| Oct 18 17:50:13.898 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62742024-10-18T17:50:15.954Z[ recovery-image] Oct 18 17:50:13.908 INFO O| Oct 18 17:50:13.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
62752024-10-18T17:50:15.954Z[ recovery-image] Oct 18 17:50:13.908 INFO O| Oct 18 17:50:13.908 INFO STEP 700 (remove_files) COMPLETE
62762024-10-18T17:50:15.954Z[ recovery-image] Oct 18 17:50:13.908 INFO O| Oct 18 17:50:13.908 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62772024-10-18T17:50:15.965Z[ recovery-image] Oct 18 17:50:13.918 INFO O| Oct 18 17:50:13.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
62782024-10-18T17:50:15.965Z[ recovery-image] Oct 18 17:50:13.919 INFO O| Oct 18 17:50:13.918 INFO STEP 701 (remove_files) COMPLETE
62792024-10-18T17:50:15.968Z[ recovery-image] Oct 18 17:50:13.919 INFO O| Oct 18 17:50:13.919 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62802024-10-18T17:50:15.976Z[ recovery-image] Oct 18 17:50:13.929 INFO O| Oct 18 17:50:13.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
62812024-10-18T17:50:15.976Z[ recovery-image] Oct 18 17:50:13.929 INFO O| Oct 18 17:50:13.929 INFO STEP 702 (remove_files) COMPLETE
62822024-10-18T17:50:15.978Z[ recovery-image] Oct 18 17:50:13.929 INFO O| Oct 18 17:50:13.929 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62832024-10-18T17:50:15.978Z[ host-image] Oct 18 17:50:13.932 INFO O| Oct 18 17:50:13.931 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
62842024-10-18T17:50:15.985Z[ recovery-image] Oct 18 17:50:13.939 INFO O| Oct 18 17:50:13.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
62852024-10-18T17:50:15.988Z[ recovery-image] Oct 18 17:50:13.939 INFO O| Oct 18 17:50:13.939 INFO STEP 703 (remove_files) COMPLETE
62862024-10-18T17:50:15.988Z[ recovery-image] Oct 18 17:50:13.939 INFO O| Oct 18 17:50:13.939 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62872024-10-18T17:50:15.996Z[ recovery-image] Oct 18 17:50:13.950 INFO O| Oct 18 17:50:13.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
62882024-10-18T17:50:15.999Z[ recovery-image] Oct 18 17:50:13.951 INFO O| Oct 18 17:50:13.950 INFO STEP 704 (remove_files) COMPLETE
62892024-10-18T17:50:15.999Z[ recovery-image] Oct 18 17:50:13.951 INFO O| Oct 18 17:50:13.951 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62902024-10-18T17:50:16.007Z[ recovery-image] Oct 18 17:50:13.961 INFO O| Oct 18 17:50:13.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
62912024-10-18T17:50:16.010Z[ recovery-image] Oct 18 17:50:13.961 INFO O| Oct 18 17:50:13.961 INFO STEP 705 (remove_files) COMPLETE
62922024-10-18T17:50:16.010Z[ recovery-image] Oct 18 17:50:13.961 INFO O| Oct 18 17:50:13.961 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62932024-10-18T17:50:16.017Z[ recovery-image] Oct 18 17:50:13.971 INFO O| Oct 18 17:50:13.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
62942024-10-18T17:50:16.017Z[ recovery-image] Oct 18 17:50:13.971 INFO O| Oct 18 17:50:13.971 INFO STEP 706 (remove_files) COMPLETE
62952024-10-18T17:50:16.017Z[ recovery-image] Oct 18 17:50:13.971 INFO O| Oct 18 17:50:13.971 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62962024-10-18T17:50:16.028Z[ recovery-image] Oct 18 17:50:13.981 INFO O| Oct 18 17:50:13.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
62972024-10-18T17:50:16.028Z[ recovery-image] Oct 18 17:50:13.981 INFO O| Oct 18 17:50:13.981 INFO STEP 707 (remove_files) COMPLETE
62982024-10-18T17:50:16.031Z[ recovery-image] Oct 18 17:50:13.981 INFO O| Oct 18 17:50:13.981 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62992024-10-18T17:50:16.038Z[ recovery-image] Oct 18 17:50:13.991 INFO O| Oct 18 17:50:13.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
63002024-10-18T17:50:16.040Z[ recovery-image] Oct 18 17:50:13.991 INFO O| Oct 18 17:50:13.991 INFO STEP 708 (remove_files) COMPLETE
63012024-10-18T17:50:16.040Z[ recovery-image] Oct 18 17:50:13.991 INFO O| Oct 18 17:50:13.991 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63022024-10-18T17:50:16.050Z[ recovery-image] Oct 18 17:50:14.003 INFO O| Oct 18 17:50:14.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
63032024-10-18T17:50:16.050Z[ recovery-image] Oct 18 17:50:14.003 INFO O| Oct 18 17:50:14.003 INFO STEP 709 (remove_files) COMPLETE
63042024-10-18T17:50:16.050Z[ recovery-image] Oct 18 17:50:14.003 INFO O| Oct 18 17:50:14.003 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63052024-10-18T17:50:16.064Z[ recovery-image] Oct 18 17:50:14.017 INFO O| Oct 18 17:50:14.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
63062024-10-18T17:50:16.066Z[ recovery-image] Oct 18 17:50:14.017 INFO O| Oct 18 17:50:14.017 INFO STEP 710 (remove_files) COMPLETE
63072024-10-18T17:50:16.066Z[ recovery-image] Oct 18 17:50:14.017 INFO O| Oct 18 17:50:14.017 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63082024-10-18T17:50:16.076Z[ recovery-image] Oct 18 17:50:14.030 INFO O| Oct 18 17:50:14.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
63092024-10-18T17:50:16.076Z[ recovery-image] Oct 18 17:50:14.030 INFO O| Oct 18 17:50:14.030 INFO STEP 711 (remove_files) COMPLETE
63102024-10-18T17:50:16.076Z[ recovery-image] Oct 18 17:50:14.030 INFO O| Oct 18 17:50:14.030 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63112024-10-18T17:50:16.087Z[ recovery-image] Oct 18 17:50:14.040 INFO O| Oct 18 17:50:14.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
63122024-10-18T17:50:16.089Z[ recovery-image] Oct 18 17:50:14.040 INFO O| Oct 18 17:50:14.040 INFO STEP 712 (remove_files) COMPLETE
63132024-10-18T17:50:16.089Z[ recovery-image] Oct 18 17:50:14.040 INFO O| Oct 18 17:50:14.040 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63142024-10-18T17:50:16.098Z[ recovery-image] Oct 18 17:50:14.052 INFO O| Oct 18 17:50:14.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
63152024-10-18T17:50:16.098Z[ recovery-image] Oct 18 17:50:14.052 INFO O| Oct 18 17:50:14.052 INFO STEP 713 (remove_files) COMPLETE
63162024-10-18T17:50:16.101Z[ recovery-image] Oct 18 17:50:14.052 INFO O| Oct 18 17:50:14.052 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63172024-10-18T17:50:16.108Z[ recovery-image] Oct 18 17:50:14.062 INFO O| Oct 18 17:50:14.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
63182024-10-18T17:50:16.111Z[ recovery-image] Oct 18 17:50:14.062 INFO O| Oct 18 17:50:14.062 INFO STEP 714 (remove_files) COMPLETE
63192024-10-18T17:50:16.111Z[ recovery-image] Oct 18 17:50:14.063 INFO O| Oct 18 17:50:14.062 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63202024-10-18T17:50:16.119Z[ recovery-image] Oct 18 17:50:14.072 INFO O| Oct 18 17:50:14.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
63212024-10-18T17:50:16.121Z[ recovery-image] Oct 18 17:50:14.073 INFO O| Oct 18 17:50:14.072 INFO STEP 715 (remove_files) COMPLETE
63222024-10-18T17:50:16.121Z[ recovery-image] Oct 18 17:50:14.073 INFO O| Oct 18 17:50:14.072 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63232024-10-18T17:50:16.128Z[ recovery-image] Oct 18 17:50:14.082 INFO O| Oct 18 17:50:14.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
63242024-10-18T17:50:16.131Z[ recovery-image] Oct 18 17:50:14.082 INFO O| Oct 18 17:50:14.082 INFO STEP 716 (remove_files) COMPLETE
63252024-10-18T17:50:16.131Z[ recovery-image] Oct 18 17:50:14.082 INFO O| Oct 18 17:50:14.082 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63262024-10-18T17:50:16.138Z[ recovery-image] Oct 18 17:50:14.092 INFO O| Oct 18 17:50:14.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
63272024-10-18T17:50:16.138Z[ recovery-image] Oct 18 17:50:14.092 INFO O| Oct 18 17:50:14.092 INFO STEP 717 (remove_files) COMPLETE
63282024-10-18T17:50:16.138Z[ recovery-image] Oct 18 17:50:14.092 INFO O| Oct 18 17:50:14.092 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63292024-10-18T17:50:16.149Z[ recovery-image] Oct 18 17:50:14.102 INFO O| Oct 18 17:50:14.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
63302024-10-18T17:50:16.149Z[ recovery-image] Oct 18 17:50:14.103 INFO O| Oct 18 17:50:14.102 INFO STEP 718 (remove_files) COMPLETE
63312024-10-18T17:50:16.149Z[ recovery-image] Oct 18 17:50:14.103 INFO O| Oct 18 17:50:14.103 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63322024-10-18T17:50:16.159Z[ recovery-image] Oct 18 17:50:14.113 INFO O| Oct 18 17:50:14.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
63332024-10-18T17:50:16.162Z[ recovery-image] Oct 18 17:50:14.114 INFO O| Oct 18 17:50:14.114 INFO STEP 719 (remove_files) COMPLETE
63342024-10-18T17:50:16.162Z[ recovery-image] Oct 18 17:50:14.114 INFO O| Oct 18 17:50:14.114 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63352024-10-18T17:50:16.172Z[ recovery-image] Oct 18 17:50:14.126 INFO O| Oct 18 17:50:14.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
63362024-10-18T17:50:16.172Z[ recovery-image] Oct 18 17:50:14.126 INFO O| Oct 18 17:50:14.126 INFO STEP 720 (remove_files) COMPLETE
63372024-10-18T17:50:16.172Z[ recovery-image] Oct 18 17:50:14.126 INFO O| Oct 18 17:50:14.126 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63382024-10-18T17:50:16.182Z[ recovery-image] Oct 18 17:50:14.136 INFO O| Oct 18 17:50:14.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
63392024-10-18T17:50:16.185Z[ recovery-image] Oct 18 17:50:14.137 INFO O| Oct 18 17:50:14.137 INFO STEP 721 (remove_files) COMPLETE
63402024-10-18T17:50:16.185Z[ recovery-image] Oct 18 17:50:14.137 INFO O| Oct 18 17:50:14.137 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63412024-10-18T17:50:16.194Z[ recovery-image] Oct 18 17:50:14.148 INFO O| Oct 18 17:50:14.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
63422024-10-18T17:50:16.195Z[ recovery-image] Oct 18 17:50:14.148 INFO O| Oct 18 17:50:14.148 INFO STEP 722 (remove_files) COMPLETE
63432024-10-18T17:50:16.197Z[ recovery-image] Oct 18 17:50:14.148 INFO O| Oct 18 17:50:14.148 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63442024-10-18T17:50:16.206Z[ recovery-image] Oct 18 17:50:14.159 INFO O| Oct 18 17:50:14.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
63452024-10-18T17:50:16.209Z[ recovery-image] Oct 18 17:50:14.159 INFO O| Oct 18 17:50:14.159 INFO STEP 723 (remove_files) COMPLETE
63462024-10-18T17:50:16.209Z[ recovery-image] Oct 18 17:50:14.159 INFO O| Oct 18 17:50:14.159 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63472024-10-18T17:50:16.216Z[ recovery-image] Oct 18 17:50:14.169 INFO O| Oct 18 17:50:14.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
63482024-10-18T17:50:16.216Z[ recovery-image] Oct 18 17:50:14.169 INFO O| Oct 18 17:50:14.169 INFO STEP 724 (remove_files) COMPLETE
63492024-10-18T17:50:16.216Z[ recovery-image] Oct 18 17:50:14.169 INFO O| Oct 18 17:50:14.169 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63502024-10-18T17:50:16.228Z[ recovery-image] Oct 18 17:50:14.181 INFO O| Oct 18 17:50:14.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
63512024-10-18T17:50:16.230Z[ recovery-image] Oct 18 17:50:14.181 INFO O| Oct 18 17:50:14.181 INFO STEP 725 (remove_files) COMPLETE
63522024-10-18T17:50:16.230Z[ recovery-image] Oct 18 17:50:14.181 INFO O| Oct 18 17:50:14.181 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63532024-10-18T17:50:16.240Z[ recovery-image] Oct 18 17:50:14.193 INFO O| Oct 18 17:50:14.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
63542024-10-18T17:50:16.242Z[ recovery-image] Oct 18 17:50:14.194 INFO O| Oct 18 17:50:14.194 INFO STEP 726 (remove_files) COMPLETE
63552024-10-18T17:50:16.242Z[ recovery-image] Oct 18 17:50:14.194 INFO O| Oct 18 17:50:14.194 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63562024-10-18T17:50:16.252Z[ recovery-image] Oct 18 17:50:14.205 INFO O| Oct 18 17:50:14.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
63572024-10-18T17:50:16.254Z[ recovery-image] Oct 18 17:50:14.205 INFO O| Oct 18 17:50:14.205 INFO STEP 727 (remove_files) COMPLETE
63582024-10-18T17:50:16.254Z[ recovery-image] Oct 18 17:50:14.205 INFO O| Oct 18 17:50:14.205 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63592024-10-18T17:50:16.263Z[ recovery-image] Oct 18 17:50:14.216 INFO O| Oct 18 17:50:14.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
63602024-10-18T17:50:16.263Z[ recovery-image] Oct 18 17:50:14.216 INFO O| Oct 18 17:50:14.216 INFO STEP 728 (remove_files) COMPLETE
63612024-10-18T17:50:16.263Z[ recovery-image] Oct 18 17:50:14.216 INFO O| Oct 18 17:50:14.216 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63622024-10-18T17:50:16.274Z[ recovery-image] Oct 18 17:50:14.228 INFO O| Oct 18 17:50:14.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
63632024-10-18T17:50:16.277Z[ recovery-image] Oct 18 17:50:14.228 INFO O| Oct 18 17:50:14.228 INFO STEP 729 (remove_files) COMPLETE
63642024-10-18T17:50:16.277Z[ recovery-image] Oct 18 17:50:14.228 INFO O| Oct 18 17:50:14.228 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63652024-10-18T17:50:16.286Z[ recovery-image] Oct 18 17:50:14.239 INFO O| Oct 18 17:50:14.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
63662024-10-18T17:50:16.288Z[ recovery-image] Oct 18 17:50:14.239 INFO O| Oct 18 17:50:14.239 INFO STEP 730 (remove_files) COMPLETE
63672024-10-18T17:50:16.288Z[ recovery-image] Oct 18 17:50:14.239 INFO O| Oct 18 17:50:14.239 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63682024-10-18T17:50:16.297Z[ recovery-image] Oct 18 17:50:14.251 INFO O| Oct 18 17:50:14.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
63692024-10-18T17:50:16.300Z[ recovery-image] Oct 18 17:50:14.251 INFO O| Oct 18 17:50:14.251 INFO STEP 731 (remove_files) COMPLETE
63702024-10-18T17:50:16.300Z[ recovery-image] Oct 18 17:50:14.251 INFO O| Oct 18 17:50:14.251 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63712024-10-18T17:50:16.310Z[ recovery-image] Oct 18 17:50:14.263 INFO O| Oct 18 17:50:14.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
63722024-10-18T17:50:16.310Z[ recovery-image] Oct 18 17:50:14.263 INFO O| Oct 18 17:50:14.263 INFO STEP 732 (remove_files) COMPLETE
63732024-10-18T17:50:16.312Z[ recovery-image] Oct 18 17:50:14.263 INFO O| Oct 18 17:50:14.263 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63742024-10-18T17:50:16.321Z[ recovery-image] Oct 18 17:50:14.275 INFO O| Oct 18 17:50:14.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
63752024-10-18T17:50:16.321Z[ recovery-image] Oct 18 17:50:14.275 INFO O| Oct 18 17:50:14.275 INFO STEP 733 (remove_files) COMPLETE
63762024-10-18T17:50:16.323Z[ recovery-image] Oct 18 17:50:14.275 INFO O| Oct 18 17:50:14.275 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63772024-10-18T17:50:16.333Z[ recovery-image] Oct 18 17:50:14.287 INFO O| Oct 18 17:50:14.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
63782024-10-18T17:50:16.333Z[ recovery-image] Oct 18 17:50:14.287 INFO O| Oct 18 17:50:14.287 INFO STEP 734 (remove_files) COMPLETE
63792024-10-18T17:50:16.336Z[ recovery-image] Oct 18 17:50:14.287 INFO O| Oct 18 17:50:14.287 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63802024-10-18T17:50:16.346Z[ recovery-image] Oct 18 17:50:14.299 INFO O| Oct 18 17:50:14.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
63812024-10-18T17:50:16.346Z[ recovery-image] Oct 18 17:50:14.299 INFO O| Oct 18 17:50:14.299 INFO STEP 735 (remove_files) COMPLETE
63822024-10-18T17:50:16.346Z[ recovery-image] Oct 18 17:50:14.299 INFO O| Oct 18 17:50:14.299 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63832024-10-18T17:50:16.357Z[ recovery-image] Oct 18 17:50:14.310 INFO O| Oct 18 17:50:14.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
63842024-10-18T17:50:16.360Z[ recovery-image] Oct 18 17:50:14.310 INFO O| Oct 18 17:50:14.310 INFO STEP 736 (remove_files) COMPLETE
63852024-10-18T17:50:16.360Z[ recovery-image] Oct 18 17:50:14.311 INFO O| Oct 18 17:50:14.310 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63862024-10-18T17:50:16.367Z[ recovery-image] Oct 18 17:50:14.321 INFO O| Oct 18 17:50:14.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
63872024-10-18T17:50:16.370Z[ recovery-image] Oct 18 17:50:14.321 INFO O| Oct 18 17:50:14.321 INFO STEP 737 (remove_files) COMPLETE
63882024-10-18T17:50:16.370Z[ recovery-image] Oct 18 17:50:14.321 INFO O| Oct 18 17:50:14.321 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63892024-10-18T17:50:16.379Z[ recovery-image] Oct 18 17:50:14.333 INFO O| Oct 18 17:50:14.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
63902024-10-18T17:50:16.379Z[ recovery-image] Oct 18 17:50:14.333 INFO O| Oct 18 17:50:14.333 INFO STEP 738 (remove_files) COMPLETE
63912024-10-18T17:50:16.379Z[ recovery-image] Oct 18 17:50:14.333 INFO O| Oct 18 17:50:14.333 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63922024-10-18T17:50:16.390Z[ recovery-image] Oct 18 17:50:14.344 INFO O| Oct 18 17:50:14.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
63932024-10-18T17:50:16.393Z[ recovery-image] Oct 18 17:50:14.344 INFO O| Oct 18 17:50:14.344 INFO STEP 739 (remove_files) COMPLETE
63942024-10-18T17:50:16.393Z[ recovery-image] Oct 18 17:50:14.344 INFO O| Oct 18 17:50:14.344 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63952024-10-18T17:50:16.393Z[verify-libraries] Finished `release` profile [optimized] target(s) in 5m 35s
63962024-10-18T17:50:16.401Z[ recovery-image] Oct 18 17:50:14.354 INFO O| Oct 18 17:50:14.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
63972024-10-18T17:50:16.404Z[ recovery-image] Oct 18 17:50:14.355 INFO O| Oct 18 17:50:14.354 INFO STEP 740 (remove_files) COMPLETE
63982024-10-18T17:50:16.404Z[ recovery-image] Oct 18 17:50:14.355 INFO O| Oct 18 17:50:14.355 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63992024-10-18T17:50:16.414Z[ recovery-image] Oct 18 17:50:14.367 INFO O| Oct 18 17:50:14.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
64002024-10-18T17:50:16.414Z[ recovery-image] Oct 18 17:50:14.367 INFO O| Oct 18 17:50:14.367 INFO STEP 741 (remove_files) COMPLETE
64012024-10-18T17:50:16.417Z[ recovery-image] Oct 18 17:50:14.367 INFO O| Oct 18 17:50:14.367 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64022024-10-18T17:50:16.426Z[ recovery-image] Oct 18 17:50:14.378 INFO O| Oct 18 17:50:14.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
64032024-10-18T17:50:16.429Z[ recovery-image] Oct 18 17:50:14.378 INFO O| Oct 18 17:50:14.378 INFO STEP 742 (remove_files) COMPLETE
64042024-10-18T17:50:16.429Z[ recovery-image] Oct 18 17:50:14.379 INFO O| Oct 18 17:50:14.378 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64052024-10-18T17:50:16.439Z[ recovery-image] Oct 18 17:50:14.392 INFO O| Oct 18 17:50:14.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
64062024-10-18T17:50:16.439Z[ recovery-image] Oct 18 17:50:14.392 INFO O| Oct 18 17:50:14.392 INFO STEP 743 (remove_files) COMPLETE
64072024-10-18T17:50:16.439Z[ recovery-image] Oct 18 17:50:14.392 INFO O| Oct 18 17:50:14.392 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64082024-10-18T17:50:16.449Z[ recovery-image] Oct 18 17:50:14.402 INFO O| Oct 18 17:50:14.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
64092024-10-18T17:50:16.449Z[ recovery-image] Oct 18 17:50:14.402 INFO O| Oct 18 17:50:14.402 INFO STEP 744 (remove_files) COMPLETE
64102024-10-18T17:50:16.451Z[ recovery-image] Oct 18 17:50:14.402 INFO O| Oct 18 17:50:14.402 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64112024-10-18T17:50:16.458Z[ recovery-image] Oct 18 17:50:14.412 INFO O| Oct 18 17:50:14.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
64122024-10-18T17:50:16.461Z[ recovery-image] Oct 18 17:50:14.412 INFO O| Oct 18 17:50:14.412 INFO STEP 745 (remove_files) COMPLETE
64132024-10-18T17:50:16.461Z[ recovery-image] Oct 18 17:50:14.412 INFO O| Oct 18 17:50:14.412 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64142024-10-18T17:50:16.469Z[ recovery-image] Oct 18 17:50:14.422 INFO O| Oct 18 17:50:14.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
64152024-10-18T17:50:16.469Z[ recovery-image] Oct 18 17:50:14.422 INFO O| Oct 18 17:50:14.422 INFO STEP 746 (remove_files) COMPLETE
64162024-10-18T17:50:16.472Z[ recovery-image] Oct 18 17:50:14.422 INFO O| Oct 18 17:50:14.422 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64172024-10-18T17:50:16.480Z[ recovery-image] Oct 18 17:50:14.433 INFO O| Oct 18 17:50:14.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
64182024-10-18T17:50:16.480Z[ recovery-image] Oct 18 17:50:14.433 INFO O| Oct 18 17:50:14.433 INFO STEP 747 (remove_files) COMPLETE
64192024-10-18T17:50:16.483Z[ recovery-image] Oct 18 17:50:14.433 INFO O| Oct 18 17:50:14.433 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64202024-10-18T17:50:16.490Z[ recovery-image] Oct 18 17:50:14.443 INFO O| Oct 18 17:50:14.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
64212024-10-18T17:50:16.490Z[ recovery-image] Oct 18 17:50:14.443 INFO O| Oct 18 17:50:14.443 INFO STEP 748 (remove_files) COMPLETE
64222024-10-18T17:50:16.493Z[ recovery-image] Oct 18 17:50:14.443 INFO O| Oct 18 17:50:14.443 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64232024-10-18T17:50:16.500Z[ recovery-image] Oct 18 17:50:14.453 INFO O| Oct 18 17:50:14.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
64242024-10-18T17:50:16.502Z[ recovery-image] Oct 18 17:50:14.453 INFO O| Oct 18 17:50:14.453 INFO STEP 749 (remove_files) COMPLETE
64252024-10-18T17:50:16.502Z[ recovery-image] Oct 18 17:50:14.453 INFO O| Oct 18 17:50:14.453 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64262024-10-18T17:50:16.510Z[ recovery-image] Oct 18 17:50:14.463 INFO O| Oct 18 17:50:14.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
64272024-10-18T17:50:16.510Z[ recovery-image] Oct 18 17:50:14.463 INFO O| Oct 18 17:50:14.463 INFO STEP 750 (remove_files) COMPLETE
64282024-10-18T17:50:16.513Z[ recovery-image] Oct 18 17:50:14.463 INFO O| Oct 18 17:50:14.463 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64292024-10-18T17:50:16.520Z[ recovery-image] Oct 18 17:50:14.473 INFO O| Oct 18 17:50:14.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
64302024-10-18T17:50:16.520Z[ recovery-image] Oct 18 17:50:14.473 INFO O| Oct 18 17:50:14.473 INFO STEP 751 (remove_files) COMPLETE
64312024-10-18T17:50:16.523Z[ recovery-image] Oct 18 17:50:14.473 INFO O| Oct 18 17:50:14.473 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64322024-10-18T17:50:16.531Z[ recovery-image] Oct 18 17:50:14.484 INFO O| Oct 18 17:50:14.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
64332024-10-18T17:50:16.531Z[ recovery-image] Oct 18 17:50:14.484 INFO O| Oct 18 17:50:14.484 INFO STEP 752 (remove_files) COMPLETE
64342024-10-18T17:50:16.531Z[ recovery-image] Oct 18 17:50:14.484 INFO O| Oct 18 17:50:14.484 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64352024-10-18T17:50:16.540Z[ recovery-image] Oct 18 17:50:14.493 INFO O| Oct 18 17:50:14.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
64362024-10-18T17:50:16.543Z[ recovery-image] Oct 18 17:50:14.494 INFO O| Oct 18 17:50:14.494 INFO STEP 753 (remove_files) COMPLETE
64372024-10-18T17:50:16.543Z[ recovery-image] Oct 18 17:50:14.494 INFO O| Oct 18 17:50:14.494 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64382024-10-18T17:50:16.551Z[ recovery-image] Oct 18 17:50:14.504 INFO O| Oct 18 17:50:14.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
64392024-10-18T17:50:16.554Z[ recovery-image] Oct 18 17:50:14.504 INFO O| Oct 18 17:50:14.504 INFO STEP 754 (remove_files) COMPLETE
64402024-10-18T17:50:16.554Z[ recovery-image] Oct 18 17:50:14.504 INFO O| Oct 18 17:50:14.504 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64412024-10-18T17:50:16.563Z[ recovery-image] Oct 18 17:50:14.516 INFO O| Oct 18 17:50:14.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
64422024-10-18T17:50:16.563Z[ recovery-image] Oct 18 17:50:14.516 INFO O| Oct 18 17:50:14.516 INFO STEP 755 (remove_files) COMPLETE
64432024-10-18T17:50:16.565Z[ recovery-image] Oct 18 17:50:14.516 INFO O| Oct 18 17:50:14.516 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64442024-10-18T17:50:16.574Z[ recovery-image] Oct 18 17:50:14.527 INFO O| Oct 18 17:50:14.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
64452024-10-18T17:50:16.577Z[ recovery-image] Oct 18 17:50:14.527 INFO O| Oct 18 17:50:14.527 INFO STEP 756 (remove_files) COMPLETE
64462024-10-18T17:50:16.577Z[ recovery-image] Oct 18 17:50:14.527 INFO O| Oct 18 17:50:14.527 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64472024-10-18T17:50:16.584Z[ recovery-image] Oct 18 17:50:14.537 INFO O| Oct 18 17:50:14.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
64482024-10-18T17:50:16.584Z[ recovery-image] Oct 18 17:50:14.538 INFO O| Oct 18 17:50:14.537 INFO STEP 757 (remove_files) COMPLETE
64492024-10-18T17:50:16.587Z[ recovery-image] Oct 18 17:50:14.538 INFO O| Oct 18 17:50:14.538 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64502024-10-18T17:50:16.594Z[ recovery-image] Oct 18 17:50:14.547 INFO O| Oct 18 17:50:14.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
64512024-10-18T17:50:16.597Z[ recovery-image] Oct 18 17:50:14.547 INFO O| Oct 18 17:50:14.547 INFO STEP 758 (remove_files) COMPLETE
64522024-10-18T17:50:16.597Z[ recovery-image] Oct 18 17:50:14.547 INFO O| Oct 18 17:50:14.547 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64532024-10-18T17:50:16.604Z[ recovery-image] Oct 18 17:50:14.557 INFO O| Oct 18 17:50:14.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
64542024-10-18T17:50:16.607Z[ recovery-image] Oct 18 17:50:14.557 INFO O| Oct 18 17:50:14.557 INFO STEP 759 (remove_files) COMPLETE
64552024-10-18T17:50:16.607Z[ recovery-image] Oct 18 17:50:14.557 INFO O| Oct 18 17:50:14.557 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64562024-10-18T17:50:16.614Z[ recovery-image] Oct 18 17:50:14.567 INFO O| Oct 18 17:50:14.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
64572024-10-18T17:50:16.616Z[ recovery-image] Oct 18 17:50:14.567 INFO O| Oct 18 17:50:14.567 INFO STEP 760 (remove_files) COMPLETE
64582024-10-18T17:50:16.617Z[ recovery-image] Oct 18 17:50:14.567 INFO O| Oct 18 17:50:14.567 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64592024-10-18T17:50:16.623Z[ recovery-image] Oct 18 17:50:14.577 INFO O| Oct 18 17:50:14.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
64602024-10-18T17:50:16.623Z[ recovery-image] Oct 18 17:50:14.577 INFO O| Oct 18 17:50:14.577 INFO STEP 761 (remove_files) COMPLETE
64612024-10-18T17:50:16.623Z[ recovery-image] Oct 18 17:50:14.577 INFO O| Oct 18 17:50:14.577 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64622024-10-18T17:50:16.633Z[ recovery-image] Oct 18 17:50:14.586 INFO O| Oct 18 17:50:14.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
64632024-10-18T17:50:16.636Z[ recovery-image] Oct 18 17:50:14.586 INFO O| Oct 18 17:50:14.586 INFO STEP 762 (remove_files) COMPLETE
64642024-10-18T17:50:16.636Z[ recovery-image] Oct 18 17:50:14.587 INFO O| Oct 18 17:50:14.586 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64652024-10-18T17:50:16.644Z[ recovery-image] Oct 18 17:50:14.597 INFO O| Oct 18 17:50:14.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
64662024-10-18T17:50:16.644Z[ recovery-image] Oct 18 17:50:14.597 INFO O| Oct 18 17:50:14.597 INFO STEP 763 (remove_files) COMPLETE
64672024-10-18T17:50:16.646Z[ recovery-image] Oct 18 17:50:14.597 INFO O| Oct 18 17:50:14.597 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64682024-10-18T17:50:16.653Z[ recovery-image] Oct 18 17:50:14.607 INFO O| Oct 18 17:50:14.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
64692024-10-18T17:50:16.653Z[ recovery-image] Oct 18 17:50:14.607 INFO O| Oct 18 17:50:14.607 INFO STEP 764 (remove_files) COMPLETE
64702024-10-18T17:50:16.656Z[ recovery-image] Oct 18 17:50:14.607 INFO O| Oct 18 17:50:14.607 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64712024-10-18T17:50:16.663Z[ recovery-image] Oct 18 17:50:14.616 INFO O| Oct 18 17:50:14.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
64722024-10-18T17:50:16.663Z[ recovery-image] Oct 18 17:50:14.616 INFO O| Oct 18 17:50:14.616 INFO STEP 765 (remove_files) COMPLETE
64732024-10-18T17:50:16.663Z[ recovery-image] Oct 18 17:50:14.616 INFO O| Oct 18 17:50:14.616 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64742024-10-18T17:50:16.674Z[ recovery-image] Oct 18 17:50:14.627 INFO O| Oct 18 17:50:14.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
64752024-10-18T17:50:16.674Z[ recovery-image] Oct 18 17:50:14.627 INFO O| Oct 18 17:50:14.627 INFO STEP 766 (remove_files) COMPLETE
64762024-10-18T17:50:16.676Z[ recovery-image] Oct 18 17:50:14.627 INFO O| Oct 18 17:50:14.627 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64772024-10-18T17:50:16.684Z[ recovery-image] Oct 18 17:50:14.638 INFO O| Oct 18 17:50:14.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
64782024-10-18T17:50:16.687Z[ recovery-image] Oct 18 17:50:14.638 INFO O| Oct 18 17:50:14.638 INFO STEP 767 (remove_files) COMPLETE
64792024-10-18T17:50:16.687Z[ recovery-image] Oct 18 17:50:14.638 INFO O| Oct 18 17:50:14.638 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64802024-10-18T17:50:16.691ZOct 18 17:50:14.644 INFO [verify-libraries] process exited with exit status: 0 (340.046046341s)
64812024-10-18T17:50:16.696Z[ recovery-image] Oct 18 17:50:14.649 INFO O| Oct 18 17:50:14.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
64822024-10-18T17:50:16.696Z[ recovery-image] Oct 18 17:50:14.649 INFO O| Oct 18 17:50:14.649 INFO STEP 768 (remove_files) COMPLETE
64832024-10-18T17:50:16.696Z[ recovery-image] Oct 18 17:50:14.649 INFO O| Oct 18 17:50:14.649 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64842024-10-18T17:50:16.704Z[ recovery-image] Oct 18 17:50:14.658 INFO O| Oct 18 17:50:14.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
64852024-10-18T17:50:16.705Z[ recovery-image] Oct 18 17:50:14.658 INFO O| Oct 18 17:50:14.658 INFO STEP 769 (remove_files) COMPLETE
64862024-10-18T17:50:16.705Z[ recovery-image] Oct 18 17:50:14.658 INFO O| Oct 18 17:50:14.658 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64872024-10-18T17:50:16.714Z[ recovery-image] Oct 18 17:50:14.667 INFO O| Oct 18 17:50:14.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
64882024-10-18T17:50:16.714Z[ recovery-image] Oct 18 17:50:14.667 INFO O| Oct 18 17:50:14.667 INFO STEP 770 (remove_files) COMPLETE
64892024-10-18T17:50:16.716Z[ recovery-image] Oct 18 17:50:14.667 INFO O| Oct 18 17:50:14.667 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64902024-10-18T17:50:16.725Z[ recovery-image] Oct 18 17:50:14.678 INFO O| Oct 18 17:50:14.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
64912024-10-18T17:50:16.725Z[ recovery-image] Oct 18 17:50:14.678 INFO O| Oct 18 17:50:14.678 INFO STEP 771 (remove_files) COMPLETE
64922024-10-18T17:50:16.728Z[ recovery-image] Oct 18 17:50:14.678 INFO O| Oct 18 17:50:14.678 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64932024-10-18T17:50:16.735Z[ recovery-image] Oct 18 17:50:14.688 INFO O| Oct 18 17:50:14.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
64942024-10-18T17:50:16.735Z[ recovery-image] Oct 18 17:50:14.688 INFO O| Oct 18 17:50:14.688 INFO STEP 772 (remove_files) COMPLETE
64952024-10-18T17:50:16.738Z[ recovery-image] Oct 18 17:50:14.688 INFO O| Oct 18 17:50:14.688 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64962024-10-18T17:50:16.745Z[ recovery-image] Oct 18 17:50:14.698 INFO O| Oct 18 17:50:14.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
64972024-10-18T17:50:16.748Z[ recovery-image] Oct 18 17:50:14.698 INFO O| Oct 18 17:50:14.698 INFO STEP 773 (remove_files) COMPLETE
64982024-10-18T17:50:16.748Z[ recovery-image] Oct 18 17:50:14.698 INFO O| Oct 18 17:50:14.698 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64992024-10-18T17:50:16.755Z[ recovery-image] Oct 18 17:50:14.709 INFO O| Oct 18 17:50:14.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
65002024-10-18T17:50:16.755Z[ recovery-image] Oct 18 17:50:14.709 INFO O| Oct 18 17:50:14.709 INFO STEP 774 (remove_files) COMPLETE
65012024-10-18T17:50:16.758Z[ recovery-image] Oct 18 17:50:14.709 INFO O| Oct 18 17:50:14.709 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65022024-10-18T17:50:16.765Z[ recovery-image] Oct 18 17:50:14.719 INFO O| Oct 18 17:50:14.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
65032024-10-18T17:50:16.768Z[ recovery-image] Oct 18 17:50:14.719 INFO O| Oct 18 17:50:14.719 INFO STEP 775 (remove_files) COMPLETE
65042024-10-18T17:50:16.768Z[ recovery-image] Oct 18 17:50:14.719 INFO O| Oct 18 17:50:14.719 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65052024-10-18T17:50:16.776Z[ recovery-image] Oct 18 17:50:14.729 INFO O| Oct 18 17:50:14.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
65062024-10-18T17:50:16.776Z[ recovery-image] Oct 18 17:50:14.729 INFO O| Oct 18 17:50:14.729 INFO STEP 776 (remove_files) COMPLETE
65072024-10-18T17:50:16.776Z[ recovery-image] Oct 18 17:50:14.729 INFO O| Oct 18 17:50:14.729 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65082024-10-18T17:50:16.786Z[ recovery-image] Oct 18 17:50:14.739 INFO O| Oct 18 17:50:14.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
65092024-10-18T17:50:16.789Z[ recovery-image] Oct 18 17:50:14.739 INFO O| Oct 18 17:50:14.739 INFO STEP 777 (remove_files) COMPLETE
65102024-10-18T17:50:16.789Z[ recovery-image] Oct 18 17:50:14.739 INFO O| Oct 18 17:50:14.739 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65112024-10-18T17:50:16.796Z[ recovery-image] Oct 18 17:50:14.749 INFO O| Oct 18 17:50:14.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
65122024-10-18T17:50:16.796Z[ recovery-image] Oct 18 17:50:14.749 INFO O| Oct 18 17:50:14.749 INFO STEP 778 (remove_files) COMPLETE
65132024-10-18T17:50:16.798Z[ recovery-image] Oct 18 17:50:14.749 INFO O| Oct 18 17:50:14.749 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65142024-10-18T17:50:16.805Z[ recovery-image] Oct 18 17:50:14.759 INFO O| Oct 18 17:50:14.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
65152024-10-18T17:50:16.808Z[ recovery-image] Oct 18 17:50:14.759 INFO O| Oct 18 17:50:14.759 INFO STEP 779 (remove_files) COMPLETE
65162024-10-18T17:50:16.808Z[ recovery-image] Oct 18 17:50:14.759 INFO O| Oct 18 17:50:14.759 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65172024-10-18T17:50:16.815Z[ recovery-image] Oct 18 17:50:14.768 INFO O| Oct 18 17:50:14.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
65182024-10-18T17:50:16.818Z[ recovery-image] Oct 18 17:50:14.768 INFO O| Oct 18 17:50:14.768 INFO STEP 780 (remove_files) COMPLETE
65192024-10-18T17:50:16.818Z[ recovery-image] Oct 18 17:50:14.768 INFO O| Oct 18 17:50:14.768 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65202024-10-18T17:50:16.824Z[ recovery-image] Oct 18 17:50:14.777 INFO O| Oct 18 17:50:14.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
65212024-10-18T17:50:16.824Z[ recovery-image] Oct 18 17:50:14.778 INFO O| Oct 18 17:50:14.778 INFO STEP 781 (remove_files) COMPLETE
65222024-10-18T17:50:16.824Z[ recovery-image] Oct 18 17:50:14.778 INFO O| Oct 18 17:50:14.778 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65232024-10-18T17:50:16.834Z[ recovery-image] Oct 18 17:50:14.787 INFO O| Oct 18 17:50:14.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
65242024-10-18T17:50:16.836Z[ recovery-image] Oct 18 17:50:14.787 INFO O| Oct 18 17:50:14.787 INFO STEP 782 (remove_files) COMPLETE
65252024-10-18T17:50:16.836Z[ recovery-image] Oct 18 17:50:14.787 INFO O| Oct 18 17:50:14.787 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65262024-10-18T17:50:16.843Z[ recovery-image] Oct 18 17:50:14.796 INFO O| Oct 18 17:50:14.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
65272024-10-18T17:50:16.843Z[ recovery-image] Oct 18 17:50:14.796 INFO O| Oct 18 17:50:14.796 INFO STEP 783 (remove_files) COMPLETE
65282024-10-18T17:50:16.845Z[ recovery-image] Oct 18 17:50:14.796 INFO O| Oct 18 17:50:14.796 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65292024-10-18T17:50:16.852Z[ recovery-image] Oct 18 17:50:14.805 INFO O| Oct 18 17:50:14.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
65302024-10-18T17:50:16.855Z[ recovery-image] Oct 18 17:50:14.805 INFO O| Oct 18 17:50:14.805 INFO STEP 784 (remove_files) COMPLETE
65312024-10-18T17:50:16.855Z[ recovery-image] Oct 18 17:50:14.806 INFO O| Oct 18 17:50:14.805 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65322024-10-18T17:50:16.862Z[ recovery-image] Oct 18 17:50:14.815 INFO O| Oct 18 17:50:14.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
65332024-10-18T17:50:16.864Z[ recovery-image] Oct 18 17:50:14.815 INFO O| Oct 18 17:50:14.815 INFO STEP 785 (remove_files) COMPLETE
65342024-10-18T17:50:16.864Z[ recovery-image] Oct 18 17:50:14.815 INFO O| Oct 18 17:50:14.815 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65352024-10-18T17:50:16.871Z[ recovery-image] Oct 18 17:50:14.824 INFO O| Oct 18 17:50:14.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
65362024-10-18T17:50:16.871Z[ recovery-image] Oct 18 17:50:14.824 INFO O| Oct 18 17:50:14.824 INFO STEP 786 (remove_files) COMPLETE
65372024-10-18T17:50:16.873Z[ recovery-image] Oct 18 17:50:14.824 INFO O| Oct 18 17:50:14.824 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65382024-10-18T17:50:16.880Z[ recovery-image] Oct 18 17:50:14.834 INFO O| Oct 18 17:50:14.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
65392024-10-18T17:50:16.883Z[ recovery-image] Oct 18 17:50:14.834 INFO O| Oct 18 17:50:14.834 INFO STEP 787 (remove_files) COMPLETE
65402024-10-18T17:50:16.883Z[ recovery-image] Oct 18 17:50:14.834 INFO O| Oct 18 17:50:14.834 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65412024-10-18T17:50:16.890Z[ recovery-image] Oct 18 17:50:14.843 INFO O| Oct 18 17:50:14.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
65422024-10-18T17:50:16.892Z[ recovery-image] Oct 18 17:50:14.843 INFO O| Oct 18 17:50:14.843 INFO STEP 788 (remove_files) COMPLETE
65432024-10-18T17:50:16.892Z[ recovery-image] Oct 18 17:50:14.843 INFO O| Oct 18 17:50:14.843 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65442024-10-18T17:50:16.899Z[ recovery-image] Oct 18 17:50:14.852 INFO O| Oct 18 17:50:14.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
65452024-10-18T17:50:16.902Z[ recovery-image] Oct 18 17:50:14.852 INFO O| Oct 18 17:50:14.852 INFO STEP 789 (remove_files) COMPLETE
65462024-10-18T17:50:16.902Z[ recovery-image] Oct 18 17:50:14.852 INFO O| Oct 18 17:50:14.852 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65472024-10-18T17:50:16.909Z[ recovery-image] Oct 18 17:50:14.862 INFO O| Oct 18 17:50:14.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
65482024-10-18T17:50:16.911Z[ recovery-image] Oct 18 17:50:14.862 INFO O| Oct 18 17:50:14.862 INFO STEP 790 (remove_files) COMPLETE
65492024-10-18T17:50:16.911Z[ recovery-image] Oct 18 17:50:14.862 INFO O| Oct 18 17:50:14.862 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65502024-10-18T17:50:16.918Z[ recovery-image] Oct 18 17:50:14.871 INFO O| Oct 18 17:50:14.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
65512024-10-18T17:50:16.918Z[ recovery-image] Oct 18 17:50:14.871 INFO O| Oct 18 17:50:14.871 INFO STEP 791 (remove_files) COMPLETE
65522024-10-18T17:50:16.921Z[ recovery-image] Oct 18 17:50:14.871 INFO O| Oct 18 17:50:14.871 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65532024-10-18T17:50:16.927Z[ recovery-image] Oct 18 17:50:14.880 INFO O| Oct 18 17:50:14.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
65542024-10-18T17:50:16.927Z[ recovery-image] Oct 18 17:50:14.880 INFO O| Oct 18 17:50:14.880 INFO STEP 792 (remove_files) COMPLETE
65552024-10-18T17:50:16.930Z[ recovery-image] Oct 18 17:50:14.880 INFO O| Oct 18 17:50:14.880 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65562024-10-18T17:50:16.937Z[ recovery-image] Oct 18 17:50:14.890 INFO O| Oct 18 17:50:14.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
65572024-10-18T17:50:16.937Z[ recovery-image] Oct 18 17:50:14.890 INFO O| Oct 18 17:50:14.890 INFO STEP 793 (remove_files) COMPLETE
65582024-10-18T17:50:16.937Z[ recovery-image] Oct 18 17:50:14.890 INFO O| Oct 18 17:50:14.890 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65592024-10-18T17:50:16.946Z[ recovery-image] Oct 18 17:50:14.899 INFO O| Oct 18 17:50:14.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
65602024-10-18T17:50:16.948Z[ recovery-image] Oct 18 17:50:14.899 INFO O| Oct 18 17:50:14.899 INFO STEP 794 (remove_files) COMPLETE
65612024-10-18T17:50:16.949Z[ recovery-image] Oct 18 17:50:14.899 INFO O| Oct 18 17:50:14.899 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65622024-10-18T17:50:16.955Z[ recovery-image] Oct 18 17:50:14.908 INFO O| Oct 18 17:50:14.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
65632024-10-18T17:50:16.958Z[ recovery-image] Oct 18 17:50:14.909 INFO O| Oct 18 17:50:14.908 INFO STEP 795 (remove_files) COMPLETE
65642024-10-18T17:50:16.958Z[ recovery-image] Oct 18 17:50:14.909 INFO O| Oct 18 17:50:14.909 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65652024-10-18T17:50:16.965Z[ recovery-image] Oct 18 17:50:14.918 INFO O| Oct 18 17:50:14.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
65662024-10-18T17:50:16.967Z[ recovery-image] Oct 18 17:50:14.918 INFO O| Oct 18 17:50:14.918 INFO STEP 796 (remove_files) COMPLETE
65672024-10-18T17:50:16.967Z[ recovery-image] Oct 18 17:50:14.918 INFO O| Oct 18 17:50:14.918 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65682024-10-18T17:50:16.974Z[ recovery-image] Oct 18 17:50:14.927 INFO O| Oct 18 17:50:14.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
65692024-10-18T17:50:16.974Z[ recovery-image] Oct 18 17:50:14.927 INFO O| Oct 18 17:50:14.927 INFO STEP 797 (remove_files) COMPLETE
65702024-10-18T17:50:16.974Z[ recovery-image] Oct 18 17:50:14.927 INFO O| Oct 18 17:50:14.927 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65712024-10-18T17:50:16.983Z[ recovery-image] Oct 18 17:50:14.937 INFO O| Oct 18 17:50:14.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
65722024-10-18T17:50:16.983Z[ recovery-image] Oct 18 17:50:14.937 INFO O| Oct 18 17:50:14.937 INFO STEP 798 (remove_files) COMPLETE
65732024-10-18T17:50:16.986Z[ recovery-image] Oct 18 17:50:14.937 INFO O| Oct 18 17:50:14.937 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65742024-10-18T17:50:16.993Z[ recovery-image] Oct 18 17:50:14.946 INFO O| Oct 18 17:50:14.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
65752024-10-18T17:50:16.993Z[ recovery-image] Oct 18 17:50:14.946 INFO O| Oct 18 17:50:14.946 INFO STEP 799 (remove_files) COMPLETE
65762024-10-18T17:50:16.995Z[ recovery-image] Oct 18 17:50:14.946 INFO O| Oct 18 17:50:14.946 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65772024-10-18T17:50:17.002Z[ recovery-image] Oct 18 17:50:14.955 INFO O| Oct 18 17:50:14.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
65782024-10-18T17:50:17.004Z[ recovery-image] Oct 18 17:50:14.955 INFO O| Oct 18 17:50:14.955 INFO STEP 800 (remove_files) COMPLETE
65792024-10-18T17:50:17.004Z[ recovery-image] Oct 18 17:50:14.955 INFO O| Oct 18 17:50:14.955 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65802024-10-18T17:50:17.011Z[ recovery-image] Oct 18 17:50:14.964 INFO O| Oct 18 17:50:14.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
65812024-10-18T17:50:17.014Z[ recovery-image] Oct 18 17:50:14.965 INFO O| Oct 18 17:50:14.965 INFO STEP 801 (remove_files) COMPLETE
65822024-10-18T17:50:17.014Z[ recovery-image] Oct 18 17:50:14.965 INFO O| Oct 18 17:50:14.965 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65832024-10-18T17:50:17.022Z[ recovery-image] Oct 18 17:50:14.974 INFO O| Oct 18 17:50:14.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
65842024-10-18T17:50:17.022Z[ recovery-image] Oct 18 17:50:14.974 INFO O| Oct 18 17:50:14.974 INFO STEP 802 (remove_files) COMPLETE
65852024-10-18T17:50:17.024Z[ recovery-image] Oct 18 17:50:14.974 INFO O| Oct 18 17:50:14.974 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65862024-10-18T17:50:17.031Z[ recovery-image] Oct 18 17:50:14.984 INFO O| Oct 18 17:50:14.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
65872024-10-18T17:50:17.031Z[ recovery-image] Oct 18 17:50:14.984 INFO O| Oct 18 17:50:14.984 INFO STEP 803 (remove_files) COMPLETE
65882024-10-18T17:50:17.034Z[ recovery-image] Oct 18 17:50:14.984 INFO O| Oct 18 17:50:14.984 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65892024-10-18T17:50:17.041Z[ recovery-image] Oct 18 17:50:14.994 INFO O| Oct 18 17:50:14.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
65902024-10-18T17:50:17.044Z[ recovery-image] Oct 18 17:50:14.994 INFO O| Oct 18 17:50:14.994 INFO STEP 804 (remove_files) COMPLETE
65912024-10-18T17:50:17.044Z[ recovery-image] Oct 18 17:50:14.994 INFO O| Oct 18 17:50:14.994 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65922024-10-18T17:50:17.052Z[ recovery-image] Oct 18 17:50:15.005 INFO O| Oct 18 17:50:15.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
65932024-10-18T17:50:17.052Z[ recovery-image] Oct 18 17:50:15.005 INFO O| Oct 18 17:50:15.005 INFO STEP 805 (remove_files) COMPLETE
65942024-10-18T17:50:17.052Z[ recovery-image] Oct 18 17:50:15.005 INFO O| Oct 18 17:50:15.005 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65952024-10-18T17:50:17.063Z[ recovery-image] Oct 18 17:50:15.016 INFO O| Oct 18 17:50:15.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
65962024-10-18T17:50:17.063Z[ recovery-image] Oct 18 17:50:15.016 INFO O| Oct 18 17:50:15.016 INFO STEP 806 (remove_files) COMPLETE
65972024-10-18T17:50:17.065Z[ recovery-image] Oct 18 17:50:15.016 INFO O| Oct 18 17:50:15.016 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65982024-10-18T17:50:17.074Z[ recovery-image] Oct 18 17:50:15.027 INFO O| Oct 18 17:50:15.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
65992024-10-18T17:50:17.074Z[ recovery-image] Oct 18 17:50:15.027 INFO O| Oct 18 17:50:15.027 INFO STEP 807 (remove_files) COMPLETE
66002024-10-18T17:50:17.077Z[ recovery-image] Oct 18 17:50:15.027 INFO O| Oct 18 17:50:15.027 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66012024-10-18T17:50:17.084Z[ recovery-image] Oct 18 17:50:15.037 INFO O| Oct 18 17:50:15.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
66022024-10-18T17:50:17.086Z[ recovery-image] Oct 18 17:50:15.037 INFO O| Oct 18 17:50:15.037 INFO STEP 808 (remove_files) COMPLETE
66032024-10-18T17:50:17.087Z[ recovery-image] Oct 18 17:50:15.037 INFO O| Oct 18 17:50:15.037 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66042024-10-18T17:50:17.095Z[ recovery-image] Oct 18 17:50:15.048 INFO O| Oct 18 17:50:15.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
66052024-10-18T17:50:17.095Z[ recovery-image] Oct 18 17:50:15.048 INFO O| Oct 18 17:50:15.048 INFO STEP 809 (remove_files) COMPLETE
66062024-10-18T17:50:17.097Z[ recovery-image] Oct 18 17:50:15.048 INFO O| Oct 18 17:50:15.048 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66072024-10-18T17:50:17.106Z[ recovery-image] Oct 18 17:50:15.059 INFO O| Oct 18 17:50:15.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
66082024-10-18T17:50:17.108Z[ recovery-image] Oct 18 17:50:15.059 INFO O| Oct 18 17:50:15.059 INFO STEP 810 (remove_files) COMPLETE
66092024-10-18T17:50:17.108Z[ recovery-image] Oct 18 17:50:15.059 INFO O| Oct 18 17:50:15.059 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66102024-10-18T17:50:17.116Z[ recovery-image] Oct 18 17:50:15.069 INFO O| Oct 18 17:50:15.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
66112024-10-18T17:50:17.116Z[ recovery-image] Oct 18 17:50:15.069 INFO O| Oct 18 17:50:15.069 INFO STEP 811 (remove_files) COMPLETE
66122024-10-18T17:50:17.116Z[ recovery-image] Oct 18 17:50:15.069 INFO O| Oct 18 17:50:15.069 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66132024-10-18T17:50:17.126Z[ recovery-image] Oct 18 17:50:15.079 INFO O| Oct 18 17:50:15.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
66142024-10-18T17:50:17.126Z[ recovery-image] Oct 18 17:50:15.079 INFO O| Oct 18 17:50:15.079 INFO STEP 812 (remove_files) COMPLETE
66152024-10-18T17:50:17.126Z[ recovery-image] Oct 18 17:50:15.079 INFO O| Oct 18 17:50:15.079 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66162024-10-18T17:50:17.136Z[ recovery-image] Oct 18 17:50:15.089 INFO O| Oct 18 17:50:15.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
66172024-10-18T17:50:17.136Z[ recovery-image] Oct 18 17:50:15.089 INFO O| Oct 18 17:50:15.089 INFO STEP 813 (remove_files) COMPLETE
66182024-10-18T17:50:17.138Z[ recovery-image] Oct 18 17:50:15.089 INFO O| Oct 18 17:50:15.089 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66192024-10-18T17:50:17.146Z[ recovery-image] Oct 18 17:50:15.099 INFO O| Oct 18 17:50:15.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
66202024-10-18T17:50:17.146Z[ recovery-image] Oct 18 17:50:15.099 INFO O| Oct 18 17:50:15.099 INFO STEP 814 (remove_files) COMPLETE
66212024-10-18T17:50:17.148Z[ recovery-image] Oct 18 17:50:15.099 INFO O| Oct 18 17:50:15.099 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66222024-10-18T17:50:17.155Z[ recovery-image] Oct 18 17:50:15.108 INFO O| Oct 18 17:50:15.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
66232024-10-18T17:50:17.155Z[ recovery-image] Oct 18 17:50:15.108 INFO O| Oct 18 17:50:15.108 INFO STEP 815 (remove_files) COMPLETE
66242024-10-18T17:50:17.155Z[ recovery-image] Oct 18 17:50:15.108 INFO O| Oct 18 17:50:15.108 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66252024-10-18T17:50:17.165Z[ recovery-image] Oct 18 17:50:15.118 INFO O| Oct 18 17:50:15.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
66262024-10-18T17:50:17.168Z[ recovery-image] Oct 18 17:50:15.118 INFO O| Oct 18 17:50:15.118 INFO STEP 816 (remove_files) COMPLETE
66272024-10-18T17:50:17.168Z[ recovery-image] Oct 18 17:50:15.118 INFO O| Oct 18 17:50:15.118 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66282024-10-18T17:50:17.174Z[ recovery-image] Oct 18 17:50:15.127 INFO O| Oct 18 17:50:15.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
66292024-10-18T17:50:17.177Z[ recovery-image] Oct 18 17:50:15.127 INFO O| Oct 18 17:50:15.127 INFO STEP 817 (remove_files) COMPLETE
66302024-10-18T17:50:17.177Z[ recovery-image] Oct 18 17:50:15.127 INFO O| Oct 18 17:50:15.127 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66312024-10-18T17:50:17.183Z[ recovery-image] Oct 18 17:50:15.137 INFO O| Oct 18 17:50:15.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
66322024-10-18T17:50:17.184Z[ recovery-image] Oct 18 17:50:15.137 INFO O| Oct 18 17:50:15.137 INFO STEP 818 (remove_files) COMPLETE
66332024-10-18T17:50:17.186Z[ recovery-image] Oct 18 17:50:15.137 INFO O| Oct 18 17:50:15.137 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66342024-10-18T17:50:17.193Z[ recovery-image] Oct 18 17:50:15.146 INFO O| Oct 18 17:50:15.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
66352024-10-18T17:50:17.195Z[ recovery-image] Oct 18 17:50:15.146 INFO O| Oct 18 17:50:15.146 INFO STEP 819 (remove_files) COMPLETE
66362024-10-18T17:50:17.195Z[ recovery-image] Oct 18 17:50:15.146 INFO O| Oct 18 17:50:15.146 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66372024-10-18T17:50:17.202Z[ recovery-image] Oct 18 17:50:15.155 INFO O| Oct 18 17:50:15.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
66382024-10-18T17:50:17.202Z[ recovery-image] Oct 18 17:50:15.155 INFO O| Oct 18 17:50:15.155 INFO STEP 820 (remove_files) COMPLETE
66392024-10-18T17:50:17.204Z[ recovery-image] Oct 18 17:50:15.155 INFO O| Oct 18 17:50:15.155 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66402024-10-18T17:50:17.211Z[ recovery-image] Oct 18 17:50:15.164 INFO O| Oct 18 17:50:15.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
66412024-10-18T17:50:17.211Z[ recovery-image] Oct 18 17:50:15.164 INFO O| Oct 18 17:50:15.164 INFO STEP 821 (remove_files) COMPLETE
66422024-10-18T17:50:17.211Z[ recovery-image] Oct 18 17:50:15.164 INFO O| Oct 18 17:50:15.164 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66432024-10-18T17:50:17.220Z[ recovery-image] Oct 18 17:50:15.173 INFO O| Oct 18 17:50:15.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
66442024-10-18T17:50:17.223Z[ recovery-image] Oct 18 17:50:15.173 INFO O| Oct 18 17:50:15.173 INFO STEP 822 (remove_files) COMPLETE
66452024-10-18T17:50:17.223Z[ recovery-image] Oct 18 17:50:15.173 INFO O| Oct 18 17:50:15.173 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66462024-10-18T17:50:17.230Z[ recovery-image] Oct 18 17:50:15.183 INFO O| Oct 18 17:50:15.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
66472024-10-18T17:50:17.230Z[ recovery-image] Oct 18 17:50:15.183 INFO O| Oct 18 17:50:15.183 INFO STEP 823 (remove_files) COMPLETE
66482024-10-18T17:50:17.232Z[ recovery-image] Oct 18 17:50:15.183 INFO O| Oct 18 17:50:15.183 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66492024-10-18T17:50:17.239Z[ recovery-image] Oct 18 17:50:15.192 INFO O| Oct 18 17:50:15.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
66502024-10-18T17:50:17.239Z[ recovery-image] Oct 18 17:50:15.192 INFO O| Oct 18 17:50:15.192 INFO STEP 824 (remove_files) COMPLETE
66512024-10-18T17:50:17.239Z[ recovery-image] Oct 18 17:50:15.192 INFO O| Oct 18 17:50:15.192 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66522024-10-18T17:50:17.248Z[ recovery-image] Oct 18 17:50:15.201 INFO O| Oct 18 17:50:15.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
66532024-10-18T17:50:17.248Z[ recovery-image] Oct 18 17:50:15.201 INFO O| Oct 18 17:50:15.201 INFO STEP 825 (remove_files) COMPLETE
66542024-10-18T17:50:17.251Z[ recovery-image] Oct 18 17:50:15.201 INFO O| Oct 18 17:50:15.201 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66552024-10-18T17:50:17.257Z[ recovery-image] Oct 18 17:50:15.210 INFO O| Oct 18 17:50:15.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
66562024-10-18T17:50:17.260Z[ recovery-image] Oct 18 17:50:15.210 INFO O| Oct 18 17:50:15.210 INFO STEP 826 (remove_files) COMPLETE
66572024-10-18T17:50:17.260Z[ recovery-image] Oct 18 17:50:15.210 INFO O| Oct 18 17:50:15.210 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66582024-10-18T17:50:17.266Z[ recovery-image] Oct 18 17:50:15.219 INFO O| Oct 18 17:50:15.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
66592024-10-18T17:50:17.266Z[ recovery-image] Oct 18 17:50:15.219 INFO O| Oct 18 17:50:15.219 INFO STEP 827 (remove_files) COMPLETE
66602024-10-18T17:50:17.266Z[ recovery-image] Oct 18 17:50:15.219 INFO O| Oct 18 17:50:15.219 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66612024-10-18T17:50:17.275Z[ recovery-image] Oct 18 17:50:15.228 INFO O| Oct 18 17:50:15.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
66622024-10-18T17:50:17.278Z[ recovery-image] Oct 18 17:50:15.229 INFO O| Oct 18 17:50:15.228 INFO STEP 828 (remove_files) COMPLETE
66632024-10-18T17:50:17.278Z[ recovery-image] Oct 18 17:50:15.229 INFO O| Oct 18 17:50:15.228 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66642024-10-18T17:50:17.284Z[ recovery-image] Oct 18 17:50:15.237 INFO O| Oct 18 17:50:15.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
66652024-10-18T17:50:17.284Z[ recovery-image] Oct 18 17:50:15.237 INFO O| Oct 18 17:50:15.237 INFO STEP 829 (remove_files) COMPLETE
66662024-10-18T17:50:17.287Z[ recovery-image] Oct 18 17:50:15.237 INFO O| Oct 18 17:50:15.237 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66672024-10-18T17:50:17.293Z[ recovery-image] Oct 18 17:50:15.246 INFO O| Oct 18 17:50:15.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
66682024-10-18T17:50:17.293Z[ recovery-image] Oct 18 17:50:15.247 INFO O| Oct 18 17:50:15.246 INFO STEP 830 (remove_files) COMPLETE
66692024-10-18T17:50:17.296Z[ recovery-image] Oct 18 17:50:15.247 INFO O| Oct 18 17:50:15.247 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66702024-10-18T17:50:17.302Z[ recovery-image] Oct 18 17:50:15.255 INFO O| Oct 18 17:50:15.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
66712024-10-18T17:50:17.303Z[ recovery-image] Oct 18 17:50:15.256 INFO O| Oct 18 17:50:15.255 INFO STEP 831 (remove_files) COMPLETE
66722024-10-18T17:50:17.303Z[ recovery-image] Oct 18 17:50:15.256 INFO O| Oct 18 17:50:15.255 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66732024-10-18T17:50:17.311Z[ recovery-image] Oct 18 17:50:15.265 INFO O| Oct 18 17:50:15.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
66742024-10-18T17:50:17.314Z[ recovery-image] Oct 18 17:50:15.265 INFO O| Oct 18 17:50:15.265 INFO STEP 832 (remove_files) COMPLETE
66752024-10-18T17:50:17.314Z[ recovery-image] Oct 18 17:50:15.265 INFO O| Oct 18 17:50:15.265 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66762024-10-18T17:50:17.321Z[ recovery-image] Oct 18 17:50:15.274 INFO O| Oct 18 17:50:15.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
66772024-10-18T17:50:17.321Z[ recovery-image] Oct 18 17:50:15.274 INFO O| Oct 18 17:50:15.274 INFO STEP 833 (remove_files) COMPLETE
66782024-10-18T17:50:17.323Z[ recovery-image] Oct 18 17:50:15.274 INFO O| Oct 18 17:50:15.274 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66792024-10-18T17:50:17.330Z[ recovery-image] Oct 18 17:50:15.283 INFO O| Oct 18 17:50:15.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
66802024-10-18T17:50:17.330Z[ recovery-image] Oct 18 17:50:15.283 INFO O| Oct 18 17:50:15.283 INFO STEP 834 (remove_files) COMPLETE
66812024-10-18T17:50:17.333Z[ recovery-image] Oct 18 17:50:15.283 INFO O| Oct 18 17:50:15.283 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66822024-10-18T17:50:17.339Z[ recovery-image] Oct 18 17:50:15.292 INFO O| Oct 18 17:50:15.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
66832024-10-18T17:50:17.339Z[ recovery-image] Oct 18 17:50:15.292 INFO O| Oct 18 17:50:15.292 INFO STEP 835 (remove_files) COMPLETE
66842024-10-18T17:50:17.342Z[ recovery-image] Oct 18 17:50:15.292 INFO O| Oct 18 17:50:15.292 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66852024-10-18T17:50:17.348Z[ recovery-image] Oct 18 17:50:15.301 INFO O| Oct 18 17:50:15.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
66862024-10-18T17:50:17.348Z[ recovery-image] Oct 18 17:50:15.301 INFO O| Oct 18 17:50:15.301 INFO STEP 836 (remove_files) COMPLETE
66872024-10-18T17:50:17.351Z[ recovery-image] Oct 18 17:50:15.301 INFO O| Oct 18 17:50:15.301 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66882024-10-18T17:50:17.358Z[ recovery-image] Oct 18 17:50:15.310 INFO O| Oct 18 17:50:15.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
66892024-10-18T17:50:17.358Z[ recovery-image] Oct 18 17:50:15.311 INFO O| Oct 18 17:50:15.311 INFO STEP 837 (remove_files) COMPLETE
66902024-10-18T17:50:17.358Z[ recovery-image] Oct 18 17:50:15.311 INFO O| Oct 18 17:50:15.311 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66912024-10-18T17:50:17.367Z[ recovery-image] Oct 18 17:50:15.320 INFO O| Oct 18 17:50:15.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
66922024-10-18T17:50:17.367Z[ recovery-image] Oct 18 17:50:15.320 INFO O| Oct 18 17:50:15.320 INFO STEP 838 (remove_files) COMPLETE
66932024-10-18T17:50:17.369Z[ recovery-image] Oct 18 17:50:15.320 INFO O| Oct 18 17:50:15.320 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66942024-10-18T17:50:17.376Z[ recovery-image] Oct 18 17:50:15.329 INFO O| Oct 18 17:50:15.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
66952024-10-18T17:50:17.376Z[ recovery-image] Oct 18 17:50:15.329 INFO O| Oct 18 17:50:15.329 INFO STEP 839 (remove_files) COMPLETE
66962024-10-18T17:50:17.376Z[ recovery-image] Oct 18 17:50:15.329 INFO O| Oct 18 17:50:15.329 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66972024-10-18T17:50:17.385Z[ recovery-image] Oct 18 17:50:15.338 INFO O| Oct 18 17:50:15.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
66982024-10-18T17:50:17.387Z[ recovery-image] Oct 18 17:50:15.338 INFO O| Oct 18 17:50:15.338 INFO STEP 840 (remove_files) COMPLETE
66992024-10-18T17:50:17.387Z[ recovery-image] Oct 18 17:50:15.338 INFO O| Oct 18 17:50:15.338 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67002024-10-18T17:50:17.395Z[ recovery-image] Oct 18 17:50:15.347 INFO O| Oct 18 17:50:15.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
67012024-10-18T17:50:17.395Z[ recovery-image] Oct 18 17:50:15.347 INFO O| Oct 18 17:50:15.347 INFO STEP 841 (remove_files) COMPLETE
67022024-10-18T17:50:17.397Z[ recovery-image] Oct 18 17:50:15.347 INFO O| Oct 18 17:50:15.347 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67032024-10-18T17:50:17.404Z[ recovery-image] Oct 18 17:50:15.356 INFO O| Oct 18 17:50:15.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
67042024-10-18T17:50:17.404Z[ recovery-image] Oct 18 17:50:15.356 INFO O| Oct 18 17:50:15.356 INFO STEP 842 (remove_files) COMPLETE
67052024-10-18T17:50:17.407Z[ recovery-image] Oct 18 17:50:15.356 INFO O| Oct 18 17:50:15.356 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67062024-10-18T17:50:17.412Z[ recovery-image] Oct 18 17:50:15.365 INFO O| Oct 18 17:50:15.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
67072024-10-18T17:50:17.415Z[ recovery-image] Oct 18 17:50:15.365 INFO O| Oct 18 17:50:15.365 INFO STEP 843 (remove_files) COMPLETE
67082024-10-18T17:50:17.415Z[ recovery-image] Oct 18 17:50:15.365 INFO O| Oct 18 17:50:15.365 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67092024-10-18T17:50:17.421Z[ recovery-image] Oct 18 17:50:15.374 INFO O| Oct 18 17:50:15.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
67102024-10-18T17:50:17.422Z[ recovery-image] Oct 18 17:50:15.374 INFO O| Oct 18 17:50:15.374 INFO STEP 844 (remove_files) COMPLETE
67112024-10-18T17:50:17.424Z[ recovery-image] Oct 18 17:50:15.374 INFO O| Oct 18 17:50:15.374 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67122024-10-18T17:50:17.432Z[ recovery-image] Oct 18 17:50:15.384 INFO O| Oct 18 17:50:15.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
67132024-10-18T17:50:17.432Z[ recovery-image] Oct 18 17:50:15.385 INFO O| Oct 18 17:50:15.384 INFO STEP 845 (remove_files) COMPLETE
67142024-10-18T17:50:17.434Z[ recovery-image] Oct 18 17:50:15.385 INFO O| Oct 18 17:50:15.385 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67152024-10-18T17:50:17.441Z[ recovery-image] Oct 18 17:50:15.394 INFO O| Oct 18 17:50:15.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
67162024-10-18T17:50:17.444Z[ recovery-image] Oct 18 17:50:15.394 INFO O| Oct 18 17:50:15.394 INFO STEP 846 (remove_files) COMPLETE
67172024-10-18T17:50:17.444Z[ recovery-image] Oct 18 17:50:15.394 INFO O| Oct 18 17:50:15.394 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67182024-10-18T17:50:17.451Z[ recovery-image] Oct 18 17:50:15.404 INFO O| Oct 18 17:50:15.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
67192024-10-18T17:50:17.454Z[ recovery-image] Oct 18 17:50:15.404 INFO O| Oct 18 17:50:15.404 INFO STEP 847 (remove_files) COMPLETE
67202024-10-18T17:50:17.454Z[ recovery-image] Oct 18 17:50:15.404 INFO O| Oct 18 17:50:15.404 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67212024-10-18T17:50:17.461Z[ recovery-image] Oct 18 17:50:15.414 INFO O| Oct 18 17:50:15.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
67222024-10-18T17:50:17.464Z[ recovery-image] Oct 18 17:50:15.414 INFO O| Oct 18 17:50:15.414 INFO STEP 848 (remove_files) COMPLETE
67232024-10-18T17:50:17.464Z[ recovery-image] Oct 18 17:50:15.414 INFO O| Oct 18 17:50:15.414 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67242024-10-18T17:50:17.472Z[ recovery-image] Oct 18 17:50:15.424 INFO O| Oct 18 17:50:15.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
67252024-10-18T17:50:17.472Z[ recovery-image] Oct 18 17:50:15.425 INFO O| Oct 18 17:50:15.425 INFO STEP 849 (remove_files) COMPLETE
67262024-10-18T17:50:17.474Z[ recovery-image] Oct 18 17:50:15.425 INFO O| Oct 18 17:50:15.425 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67272024-10-18T17:50:17.483Z[ recovery-image] Oct 18 17:50:15.435 INFO O| Oct 18 17:50:15.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
67282024-10-18T17:50:17.483Z[ recovery-image] Oct 18 17:50:15.435 INFO O| Oct 18 17:50:15.435 INFO STEP 850 (remove_files) COMPLETE
67292024-10-18T17:50:17.483Z[ recovery-image] Oct 18 17:50:15.435 INFO O| Oct 18 17:50:15.435 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67302024-10-18T17:50:17.493Z[ recovery-image] Oct 18 17:50:15.446 INFO O| Oct 18 17:50:15.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
67312024-10-18T17:50:17.493Z[ recovery-image] Oct 18 17:50:15.446 INFO O| Oct 18 17:50:15.446 INFO STEP 851 (remove_files) COMPLETE
67322024-10-18T17:50:17.493Z[ recovery-image] Oct 18 17:50:15.446 INFO O| Oct 18 17:50:15.446 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67332024-10-18T17:50:17.504Z[ recovery-image] Oct 18 17:50:15.457 INFO O| Oct 18 17:50:15.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
67342024-10-18T17:50:17.504Z[ recovery-image] Oct 18 17:50:15.457 INFO O| Oct 18 17:50:15.457 INFO STEP 852 (remove_files) COMPLETE
67352024-10-18T17:50:17.504Z[ recovery-image] Oct 18 17:50:15.457 INFO O| Oct 18 17:50:15.457 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67362024-10-18T17:50:17.515Z[ recovery-image] Oct 18 17:50:15.468 INFO O| Oct 18 17:50:15.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
67372024-10-18T17:50:17.515Z[ recovery-image] Oct 18 17:50:15.468 INFO O| Oct 18 17:50:15.468 INFO STEP 853 (remove_files) COMPLETE
67382024-10-18T17:50:17.515Z[ recovery-image] Oct 18 17:50:15.468 INFO O| Oct 18 17:50:15.468 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67392024-10-18T17:50:17.525Z[ recovery-image] Oct 18 17:50:15.478 INFO O| Oct 18 17:50:15.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
67402024-10-18T17:50:17.528Z[ recovery-image] Oct 18 17:50:15.478 INFO O| Oct 18 17:50:15.478 INFO STEP 854 (remove_files) COMPLETE
67412024-10-18T17:50:17.528Z[ recovery-image] Oct 18 17:50:15.478 INFO O| Oct 18 17:50:15.478 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67422024-10-18T17:50:17.534Z[ recovery-image] Oct 18 17:50:15.487 INFO O| Oct 18 17:50:15.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
67432024-10-18T17:50:17.535Z[ recovery-image] Oct 18 17:50:15.488 INFO O| Oct 18 17:50:15.488 INFO STEP 855 (remove_files) COMPLETE
67442024-10-18T17:50:17.537Z[ recovery-image] Oct 18 17:50:15.488 INFO O| Oct 18 17:50:15.488 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67452024-10-18T17:50:17.544Z[ recovery-image] Oct 18 17:50:15.497 INFO O| Oct 18 17:50:15.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
67462024-10-18T17:50:17.544Z[ recovery-image] Oct 18 17:50:15.497 INFO O| Oct 18 17:50:15.497 INFO STEP 856 (remove_files) COMPLETE
67472024-10-18T17:50:17.544Z[ recovery-image] Oct 18 17:50:15.497 INFO O| Oct 18 17:50:15.497 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67482024-10-18T17:50:17.703Z[ recovery-image] Oct 18 17:50:15.506 INFO O| Oct 18 17:50:15.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
67492024-10-18T17:50:17.706Z[ recovery-image] Oct 18 17:50:15.506 INFO O| Oct 18 17:50:15.506 INFO STEP 857 (remove_files) COMPLETE
67502024-10-18T17:50:17.707Z[ recovery-image] Oct 18 17:50:15.506 INFO O| Oct 18 17:50:15.506 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67512024-10-18T17:50:17.707Z[ recovery-image] Oct 18 17:50:15.515 INFO O| Oct 18 17:50:15.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
67522024-10-18T17:50:17.707Z[ recovery-image] Oct 18 17:50:15.515 INFO O| Oct 18 17:50:15.515 INFO STEP 858 (remove_files) COMPLETE
67532024-10-18T17:50:17.707Z[ recovery-image] Oct 18 17:50:15.515 INFO O| Oct 18 17:50:15.515 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67542024-10-18T17:50:17.707Z[ recovery-image] Oct 18 17:50:15.524 INFO O| Oct 18 17:50:15.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
67552024-10-18T17:50:17.707Z[ recovery-image] Oct 18 17:50:15.524 INFO O| Oct 18 17:50:15.524 INFO STEP 859 (remove_files) COMPLETE
67562024-10-18T17:50:17.707Z[ recovery-image] Oct 18 17:50:15.524 INFO O| Oct 18 17:50:15.524 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67572024-10-18T17:50:17.707Z[ recovery-image] Oct 18 17:50:15.533 INFO O| Oct 18 17:50:15.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
67582024-10-18T17:50:17.707Z[ recovery-image] Oct 18 17:50:15.533 INFO O| Oct 18 17:50:15.533 INFO STEP 860 (remove_files) COMPLETE
67592024-10-18T17:50:17.707Z[ recovery-image] Oct 18 17:50:15.533 INFO O| Oct 18 17:50:15.533 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67602024-10-18T17:50:17.707Z[ recovery-image] Oct 18 17:50:15.542 INFO O| Oct 18 17:50:15.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
67612024-10-18T17:50:17.707Z[ recovery-image] Oct 18 17:50:15.543 INFO O| Oct 18 17:50:15.543 INFO STEP 861 (remove_files) COMPLETE
67622024-10-18T17:50:17.707Z[ recovery-image] Oct 18 17:50:15.543 INFO O| Oct 18 17:50:15.543 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67632024-10-18T17:50:17.707Z[ recovery-image] Oct 18 17:50:15.552 INFO O| Oct 18 17:50:15.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
67642024-10-18T17:50:17.707Z[ recovery-image] Oct 18 17:50:15.552 INFO O| Oct 18 17:50:15.552 INFO STEP 862 (remove_files) COMPLETE
67652024-10-18T17:50:17.707Z[ recovery-image] Oct 18 17:50:15.552 INFO O| Oct 18 17:50:15.552 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67662024-10-18T17:50:17.707Z[ recovery-image] Oct 18 17:50:15.561 INFO O| Oct 18 17:50:15.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
67672024-10-18T17:50:17.707Z[ recovery-image] Oct 18 17:50:15.561 INFO O| Oct 18 17:50:15.561 INFO STEP 863 (remove_files) COMPLETE
67682024-10-18T17:50:17.707Z[ recovery-image] Oct 18 17:50:15.561 INFO O| Oct 18 17:50:15.561 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67692024-10-18T17:50:17.707Z[ recovery-image] Oct 18 17:50:15.570 INFO O| Oct 18 17:50:15.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
67702024-10-18T17:50:17.707Z[ recovery-image] Oct 18 17:50:15.570 INFO O| Oct 18 17:50:15.570 INFO STEP 864 (remove_files) COMPLETE
67712024-10-18T17:50:17.707Z[ recovery-image] Oct 18 17:50:15.570 INFO O| Oct 18 17:50:15.570 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67722024-10-18T17:50:17.707Z[ recovery-image] Oct 18 17:50:15.579 INFO O| Oct 18 17:50:15.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
67732024-10-18T17:50:17.707Z[ recovery-image] Oct 18 17:50:15.579 INFO O| Oct 18 17:50:15.579 INFO STEP 865 (remove_files) COMPLETE
67742024-10-18T17:50:17.707Z[ recovery-image] Oct 18 17:50:15.579 INFO O| Oct 18 17:50:15.579 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67752024-10-18T17:50:17.707Z[ recovery-image] Oct 18 17:50:15.588 INFO O| Oct 18 17:50:15.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
67762024-10-18T17:50:17.707Z[ recovery-image] Oct 18 17:50:15.588 INFO O| Oct 18 17:50:15.588 INFO STEP 866 (remove_files) COMPLETE
67772024-10-18T17:50:17.707Z[ recovery-image] Oct 18 17:50:15.588 INFO O| Oct 18 17:50:15.588 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67782024-10-18T17:50:17.707Z[ recovery-image] Oct 18 17:50:15.597 INFO O| Oct 18 17:50:15.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
67792024-10-18T17:50:17.707Z[ recovery-image] Oct 18 17:50:15.597 INFO O| Oct 18 17:50:15.597 INFO STEP 867 (remove_files) COMPLETE
67802024-10-18T17:50:17.707Z[ recovery-image] Oct 18 17:50:15.597 INFO O| Oct 18 17:50:15.597 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67812024-10-18T17:50:17.707Z[ recovery-image] Oct 18 17:50:15.606 INFO O| Oct 18 17:50:15.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
67822024-10-18T17:50:17.707Z[ recovery-image] Oct 18 17:50:15.606 INFO O| Oct 18 17:50:15.606 INFO STEP 868 (remove_files) COMPLETE
67832024-10-18T17:50:17.707Z[ recovery-image] Oct 18 17:50:15.606 INFO O| Oct 18 17:50:15.606 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67842024-10-18T17:50:17.707Z[ recovery-image] Oct 18 17:50:15.615 INFO O| Oct 18 17:50:15.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
67852024-10-18T17:50:17.707Z[ recovery-image] Oct 18 17:50:15.615 INFO O| Oct 18 17:50:15.615 INFO STEP 869 (remove_files) COMPLETE
67862024-10-18T17:50:17.707Z[ recovery-image] Oct 18 17:50:15.615 INFO O| Oct 18 17:50:15.615 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67872024-10-18T17:50:17.708Z[ recovery-image] Oct 18 17:50:15.624 INFO O| Oct 18 17:50:15.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
67882024-10-18T17:50:17.708Z[ recovery-image] Oct 18 17:50:15.624 INFO O| Oct 18 17:50:15.624 INFO STEP 870 (remove_files) COMPLETE
67892024-10-18T17:50:17.708Z[ recovery-image] Oct 18 17:50:15.624 INFO O| Oct 18 17:50:15.624 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67902024-10-18T17:50:17.708Z[ recovery-image] Oct 18 17:50:15.633 INFO O| Oct 18 17:50:15.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
67912024-10-18T17:50:17.708Z[ recovery-image] Oct 18 17:50:15.634 INFO O| Oct 18 17:50:15.633 INFO STEP 871 (remove_files) COMPLETE
67922024-10-18T17:50:17.708Z[ recovery-image] Oct 18 17:50:15.634 INFO O| Oct 18 17:50:15.634 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67932024-10-18T17:50:17.708Z[ recovery-image] Oct 18 17:50:15.643 INFO O| Oct 18 17:50:15.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
67942024-10-18T17:50:17.708Z[ recovery-image] Oct 18 17:50:15.643 INFO O| Oct 18 17:50:15.643 INFO STEP 872 (remove_files) COMPLETE
67952024-10-18T17:50:17.708Z[ recovery-image] Oct 18 17:50:15.643 INFO O| Oct 18 17:50:15.643 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67962024-10-18T17:50:17.708Z[ recovery-image] Oct 18 17:50:15.652 INFO O| Oct 18 17:50:15.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
67972024-10-18T17:50:17.708Z[ recovery-image] Oct 18 17:50:15.652 INFO O| Oct 18 17:50:15.652 INFO STEP 873 (remove_files) COMPLETE
67982024-10-18T17:50:17.708Z[ recovery-image] Oct 18 17:50:15.652 INFO O| Oct 18 17:50:15.652 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67992024-10-18T17:50:17.711Z[ recovery-image] Oct 18 17:50:15.661 INFO O| Oct 18 17:50:15.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
68002024-10-18T17:50:17.711Z[ recovery-image] Oct 18 17:50:15.661 INFO O| Oct 18 17:50:15.661 INFO STEP 874 (remove_files) COMPLETE
68012024-10-18T17:50:17.711Z[ recovery-image] Oct 18 17:50:15.661 INFO O| Oct 18 17:50:15.661 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68022024-10-18T17:50:17.717Z[ recovery-image] Oct 18 17:50:15.670 INFO O| Oct 18 17:50:15.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
68032024-10-18T17:50:17.717Z[ recovery-image] Oct 18 17:50:15.670 INFO O| Oct 18 17:50:15.670 INFO STEP 875 (remove_files) COMPLETE
68042024-10-18T17:50:17.720Z[ recovery-image] Oct 18 17:50:15.670 INFO O| Oct 18 17:50:15.670 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68052024-10-18T17:50:17.726Z[ recovery-image] Oct 18 17:50:15.679 INFO O| Oct 18 17:50:15.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
68062024-10-18T17:50:17.726Z[ recovery-image] Oct 18 17:50:15.679 INFO O| Oct 18 17:50:15.679 INFO STEP 876 (remove_files) COMPLETE
68072024-10-18T17:50:17.729Z[ recovery-image] Oct 18 17:50:15.679 INFO O| Oct 18 17:50:15.679 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68082024-10-18T17:50:17.735Z[ recovery-image] Oct 18 17:50:15.688 INFO O| Oct 18 17:50:15.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
68092024-10-18T17:50:17.735Z[ recovery-image] Oct 18 17:50:15.688 INFO O| Oct 18 17:50:15.688 INFO STEP 877 (remove_files) COMPLETE
68102024-10-18T17:50:17.735Z[ recovery-image] Oct 18 17:50:15.688 INFO O| Oct 18 17:50:15.688 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68112024-10-18T17:50:17.744Z[ recovery-image] Oct 18 17:50:15.697 INFO O| Oct 18 17:50:15.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
68122024-10-18T17:50:17.744Z[ recovery-image] Oct 18 17:50:15.697 INFO O| Oct 18 17:50:15.697 INFO STEP 878 (remove_files) COMPLETE
68132024-10-18T17:50:17.744Z[ recovery-image] Oct 18 17:50:15.697 INFO O| Oct 18 17:50:15.697 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68142024-10-18T17:50:17.753Z[ recovery-image] Oct 18 17:50:15.706 INFO O| Oct 18 17:50:15.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
68152024-10-18T17:50:17.753Z[ recovery-image] Oct 18 17:50:15.706 INFO O| Oct 18 17:50:15.706 INFO STEP 879 (remove_files) COMPLETE
68162024-10-18T17:50:17.756Z[ recovery-image] Oct 18 17:50:15.706 INFO O| Oct 18 17:50:15.706 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68172024-10-18T17:50:17.762Z[ recovery-image] Oct 18 17:50:15.715 INFO O| Oct 18 17:50:15.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
68182024-10-18T17:50:17.762Z[ recovery-image] Oct 18 17:50:15.715 INFO O| Oct 18 17:50:15.715 INFO STEP 880 (remove_files) COMPLETE
68192024-10-18T17:50:17.762Z[ recovery-image] Oct 18 17:50:15.715 INFO O| Oct 18 17:50:15.715 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68202024-10-18T17:50:17.772Z[ recovery-image] Oct 18 17:50:15.725 INFO O| Oct 18 17:50:15.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
68212024-10-18T17:50:17.774Z[ recovery-image] Oct 18 17:50:15.725 INFO O| Oct 18 17:50:15.725 INFO STEP 881 (remove_files) COMPLETE
68222024-10-18T17:50:17.774Z[ recovery-image] Oct 18 17:50:15.725 INFO O| Oct 18 17:50:15.725 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68232024-10-18T17:50:17.778Z[ host-image] Oct 18 17:50:15.731 INFO O| Oct 18 17:50:15.731 INFO O| Planning: Solver setup ... Done
68242024-10-18T17:50:17.781Z[ recovery-image] Oct 18 17:50:15.734 INFO O| Oct 18 17:50:15.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
68252024-10-18T17:50:17.783Z[ recovery-image] Oct 18 17:50:15.734 INFO O| Oct 18 17:50:15.734 INFO STEP 882 (remove_files) COMPLETE
68262024-10-18T17:50:17.784Z[ recovery-image] Oct 18 17:50:15.734 INFO O| Oct 18 17:50:15.734 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68272024-10-18T17:50:17.784Z[ host-image] Oct 18 17:50:15.735 INFO O| Oct 18 17:50:15.735 INFO O| Planning: Running solver ... Done
68282024-10-18T17:50:17.791Z[ recovery-image] Oct 18 17:50:15.743 INFO O| Oct 18 17:50:15.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
68292024-10-18T17:50:17.793Z[ recovery-image] Oct 18 17:50:15.743 INFO O| Oct 18 17:50:15.743 INFO STEP 883 (remove_files) COMPLETE
68302024-10-18T17:50:17.793Z[ recovery-image] Oct 18 17:50:15.743 INFO O| Oct 18 17:50:15.743 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68312024-10-18T17:50:17.800Z[ recovery-image] Oct 18 17:50:15.753 INFO O| Oct 18 17:50:15.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
68322024-10-18T17:50:17.800Z[ recovery-image] Oct 18 17:50:15.753 INFO O| Oct 18 17:50:15.753 INFO STEP 884 (remove_files) COMPLETE
68332024-10-18T17:50:17.800Z[ recovery-image] Oct 18 17:50:15.753 INFO O| Oct 18 17:50:15.753 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68342024-10-18T17:50:17.812Z[ recovery-image] Oct 18 17:50:15.762 INFO O| Oct 18 17:50:15.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
68352024-10-18T17:50:17.816Z[ recovery-image] Oct 18 17:50:15.762 INFO O| Oct 18 17:50:15.762 INFO STEP 885 (remove_files) COMPLETE
68362024-10-18T17:50:17.816Z[ recovery-image] Oct 18 17:50:15.762 INFO O| Oct 18 17:50:15.762 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68372024-10-18T17:50:17.819Z[ recovery-image] Oct 18 17:50:15.771 INFO O| Oct 18 17:50:15.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
68382024-10-18T17:50:17.821Z[ recovery-image] Oct 18 17:50:15.771 INFO O| Oct 18 17:50:15.771 INFO STEP 886 (remove_files) COMPLETE
68392024-10-18T17:50:17.821Z[ recovery-image] Oct 18 17:50:15.771 INFO O| Oct 18 17:50:15.771 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68402024-10-18T17:50:17.828Z[ recovery-image] Oct 18 17:50:15.781 INFO O| Oct 18 17:50:15.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
68412024-10-18T17:50:17.831Z[ recovery-image] Oct 18 17:50:15.781 INFO O| Oct 18 17:50:15.781 INFO STEP 887 (remove_files) COMPLETE
68422024-10-18T17:50:17.831Z[ recovery-image] Oct 18 17:50:15.781 INFO O| Oct 18 17:50:15.781 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68432024-10-18T17:50:17.831Z[ host-image] Oct 18 17:50:15.783 INFO O| Oct 18 17:50:15.782 INFO O| Planning: Finding local manifests ... Done
68442024-10-18T17:50:17.831Z[ host-image] Oct 18 17:50:15.783 INFO O| Oct 18 17:50:15.783 INFO O| Planning: Fetching manifests: 0/1 0% complete
68452024-10-18T17:50:17.837Z[ recovery-image] Oct 18 17:50:15.790 INFO O| Oct 18 17:50:15.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
68462024-10-18T17:50:17.837Z[ recovery-image] Oct 18 17:50:15.790 INFO O| Oct 18 17:50:15.790 INFO STEP 888 (remove_files) COMPLETE
68472024-10-18T17:50:17.842Z[ recovery-image] Oct 18 17:50:15.790 INFO O| Oct 18 17:50:15.790 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68482024-10-18T17:50:17.846Z[ recovery-image] Oct 18 17:50:15.799 INFO O| Oct 18 17:50:15.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
68492024-10-18T17:50:17.849Z[ recovery-image] Oct 18 17:50:15.799 INFO O| Oct 18 17:50:15.799 INFO STEP 889 (remove_files) COMPLETE
68502024-10-18T17:50:17.849Z[ recovery-image] Oct 18 17:50:15.799 INFO O| Oct 18 17:50:15.799 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68512024-10-18T17:50:17.855Z[ recovery-image] Oct 18 17:50:15.808 INFO O| Oct 18 17:50:15.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
68522024-10-18T17:50:17.858Z[ recovery-image] Oct 18 17:50:15.808 INFO O| Oct 18 17:50:15.808 INFO STEP 890 (remove_files) COMPLETE
68532024-10-18T17:50:17.858Z[ recovery-image] Oct 18 17:50:15.808 INFO O| Oct 18 17:50:15.808 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68542024-10-18T17:50:17.865Z[ recovery-image] Oct 18 17:50:15.817 INFO O| Oct 18 17:50:15.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
68552024-10-18T17:50:17.865Z[ recovery-image] Oct 18 17:50:15.817 INFO O| Oct 18 17:50:15.817 INFO STEP 891 (remove_files) COMPLETE
68562024-10-18T17:50:17.867Z[ recovery-image] Oct 18 17:50:15.817 INFO O| Oct 18 17:50:15.817 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68572024-10-18T17:50:17.875Z[ recovery-image] Oct 18 17:50:15.827 INFO O| Oct 18 17:50:15.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
68582024-10-18T17:50:17.875Z[ recovery-image] Oct 18 17:50:15.827 INFO O| Oct 18 17:50:15.827 INFO STEP 892 (remove_files) COMPLETE
68592024-10-18T17:50:17.875Z[ recovery-image] Oct 18 17:50:15.827 INFO O| Oct 18 17:50:15.827 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68602024-10-18T17:50:17.883Z[ recovery-image] Oct 18 17:50:15.836 INFO O| Oct 18 17:50:15.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
68612024-10-18T17:50:17.883Z[ recovery-image] Oct 18 17:50:15.836 INFO O| Oct 18 17:50:15.836 INFO STEP 893 (remove_files) COMPLETE
68622024-10-18T17:50:17.883Z[ recovery-image] Oct 18 17:50:15.836 INFO O| Oct 18 17:50:15.836 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68632024-10-18T17:50:17.892Z[ recovery-image] Oct 18 17:50:15.845 INFO O| Oct 18 17:50:15.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
68642024-10-18T17:50:17.892Z[ recovery-image] Oct 18 17:50:15.845 INFO O| Oct 18 17:50:15.845 INFO STEP 894 (remove_files) COMPLETE
68652024-10-18T17:50:17.892Z[ recovery-image] Oct 18 17:50:15.845 INFO O| Oct 18 17:50:15.845 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68662024-10-18T17:50:17.902Z[ recovery-image] Oct 18 17:50:15.854 INFO O| Oct 18 17:50:15.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
68672024-10-18T17:50:17.902Z[ recovery-image] Oct 18 17:50:15.854 INFO O| Oct 18 17:50:15.854 INFO STEP 895 (remove_files) COMPLETE
68682024-10-18T17:50:17.905Z[ recovery-image] Oct 18 17:50:15.854 INFO O| Oct 18 17:50:15.854 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68692024-10-18T17:50:17.911Z[ host-image] Oct 18 17:50:15.861 INFO O| Oct 18 17:50:15.861 INFO O| Planning: Fetching manifests: 1/1 100% complete
68702024-10-18T17:50:17.914Z[ recovery-image] Oct 18 17:50:15.863 INFO O| Oct 18 17:50:15.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
68712024-10-18T17:50:17.914Z[ recovery-image] Oct 18 17:50:15.864 INFO O| Oct 18 17:50:15.863 INFO STEP 896 (remove_files) COMPLETE
68722024-10-18T17:50:17.914Z[ recovery-image] Oct 18 17:50:15.864 INFO O| Oct 18 17:50:15.864 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68732024-10-18T17:50:17.920Z[ recovery-image] Oct 18 17:50:15.873 INFO O| Oct 18 17:50:15.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
68742024-10-18T17:50:17.920Z[ recovery-image] Oct 18 17:50:15.873 INFO O| Oct 18 17:50:15.873 INFO STEP 897 (remove_files) COMPLETE
68752024-10-18T17:50:17.920Z[ recovery-image] Oct 18 17:50:15.873 INFO O| Oct 18 17:50:15.873 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68762024-10-18T17:50:17.926Z[ host-image] Oct 18 17:50:15.879 INFO O| Oct 18 17:50:15.879 INFO O| Planning: Package planning ... Done
68772024-10-18T17:50:17.929Z[ host-image] Oct 18 17:50:15.879 INFO O| Oct 18 17:50:15.879 INFO O| Planning: Merging actions ... Done
68782024-10-18T17:50:17.932Z[ recovery-image] Oct 18 17:50:15.882 INFO O| Oct 18 17:50:15.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
68792024-10-18T17:50:17.932Z[ recovery-image] Oct 18 17:50:15.882 INFO O| Oct 18 17:50:15.882 INFO STEP 898 (remove_files) COMPLETE
68802024-10-18T17:50:17.932Z[ recovery-image] Oct 18 17:50:15.882 INFO O| Oct 18 17:50:15.882 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68812024-10-18T17:50:17.940Z[ recovery-image] Oct 18 17:50:15.892 INFO O| Oct 18 17:50:15.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
68822024-10-18T17:50:17.942Z[ recovery-image] Oct 18 17:50:15.892 INFO O| Oct 18 17:50:15.892 INFO STEP 899 (remove_files) COMPLETE
68832024-10-18T17:50:17.942Z[ recovery-image] Oct 18 17:50:15.892 INFO O| Oct 18 17:50:15.892 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68842024-10-18T17:50:17.949Z[ recovery-image] Oct 18 17:50:15.902 INFO O| Oct 18 17:50:15.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
68852024-10-18T17:50:17.949Z[ recovery-image] Oct 18 17:50:15.902 INFO O| Oct 18 17:50:15.902 INFO STEP 900 (remove_files) COMPLETE
68862024-10-18T17:50:17.949Z[ recovery-image] Oct 18 17:50:15.902 INFO O| Oct 18 17:50:15.902 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68872024-10-18T17:50:17.958Z[ recovery-image] Oct 18 17:50:15.911 INFO O| Oct 18 17:50:15.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
68882024-10-18T17:50:17.961Z[ recovery-image] Oct 18 17:50:15.911 INFO O| Oct 18 17:50:15.911 INFO STEP 901 (remove_files) COMPLETE
68892024-10-18T17:50:17.961Z[ recovery-image] Oct 18 17:50:15.911 INFO O| Oct 18 17:50:15.911 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68902024-10-18T17:50:17.968Z[ recovery-image] Oct 18 17:50:15.921 INFO O| Oct 18 17:50:15.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
68912024-10-18T17:50:17.968Z[ recovery-image] Oct 18 17:50:15.921 INFO O| Oct 18 17:50:15.921 INFO STEP 902 (remove_files) COMPLETE
68922024-10-18T17:50:17.968Z[ recovery-image] Oct 18 17:50:15.921 INFO O| Oct 18 17:50:15.921 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68932024-10-18T17:50:17.977Z[ recovery-image] Oct 18 17:50:15.930 INFO O| Oct 18 17:50:15.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
68942024-10-18T17:50:17.977Z[ recovery-image] Oct 18 17:50:15.930 INFO O| Oct 18 17:50:15.930 INFO STEP 903 (remove_files) COMPLETE
68952024-10-18T17:50:17.977Z[ recovery-image] Oct 18 17:50:15.930 INFO O| Oct 18 17:50:15.930 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68962024-10-18T17:50:17.984Z[ host-image] Oct 18 17:50:15.937 INFO O| Oct 18 17:50:15.937 INFO O| Planning: Checking for conflicting actions ... Done
68972024-10-18T17:50:17.987Z[ host-image] Oct 18 17:50:15.937 INFO O| Oct 18 17:50:15.937 INFO O| Planning: Consolidating action changes ... Done
68982024-10-18T17:50:17.987Z[ recovery-image] Oct 18 17:50:15.939 INFO O| Oct 18 17:50:15.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
68992024-10-18T17:50:17.987Z[ recovery-image] Oct 18 17:50:15.939 INFO O| Oct 18 17:50:15.939 INFO STEP 904 (remove_files) COMPLETE
69002024-10-18T17:50:17.987Z[ recovery-image] Oct 18 17:50:15.939 INFO O| Oct 18 17:50:15.939 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012024-10-18T17:50:17.996Z[ recovery-image] Oct 18 17:50:15.948 INFO O| Oct 18 17:50:15.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
69022024-10-18T17:50:17.998Z[ recovery-image] Oct 18 17:50:15.949 INFO O| Oct 18 17:50:15.949 INFO STEP 905 (remove_files) COMPLETE
69032024-10-18T17:50:17.999Z[ recovery-image] Oct 18 17:50:15.949 INFO O| Oct 18 17:50:15.949 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042024-10-18T17:50:18.005Z[ recovery-image] Oct 18 17:50:15.958 INFO O| Oct 18 17:50:15.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
69052024-10-18T17:50:18.005Z[ recovery-image] Oct 18 17:50:15.958 INFO O| Oct 18 17:50:15.958 INFO STEP 906 (remove_files) COMPLETE
69062024-10-18T17:50:18.007Z[ recovery-image] Oct 18 17:50:15.958 INFO O| Oct 18 17:50:15.958 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69072024-10-18T17:50:18.014Z[ recovery-image] Oct 18 17:50:15.967 INFO O| Oct 18 17:50:15.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
69082024-10-18T17:50:18.017Z[ recovery-image] Oct 18 17:50:15.967 INFO O| Oct 18 17:50:15.967 INFO STEP 907 (remove_files) COMPLETE
69092024-10-18T17:50:18.017Z[ recovery-image] Oct 18 17:50:15.967 INFO O| Oct 18 17:50:15.967 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102024-10-18T17:50:18.023Z[ recovery-image] Oct 18 17:50:15.976 INFO O| Oct 18 17:50:15.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
69112024-10-18T17:50:18.023Z[ recovery-image] Oct 18 17:50:15.976 INFO O| Oct 18 17:50:15.976 INFO STEP 908 (remove_files) COMPLETE
69122024-10-18T17:50:18.026Z[ recovery-image] Oct 18 17:50:15.976 INFO O| Oct 18 17:50:15.976 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132024-10-18T17:50:18.032Z[ recovery-image] Oct 18 17:50:15.985 INFO O| Oct 18 17:50:15.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
69142024-10-18T17:50:18.033Z[ recovery-image] Oct 18 17:50:15.985 INFO O| Oct 18 17:50:15.985 INFO STEP 909 (remove_files) COMPLETE
69152024-10-18T17:50:18.033Z[ recovery-image] Oct 18 17:50:15.985 INFO O| Oct 18 17:50:15.985 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162024-10-18T17:50:18.042Z[ recovery-image] Oct 18 17:50:15.994 INFO O| Oct 18 17:50:15.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
69172024-10-18T17:50:18.042Z[ recovery-image] Oct 18 17:50:15.994 INFO O| Oct 18 17:50:15.994 INFO STEP 910 (remove_files) COMPLETE
69182024-10-18T17:50:18.046Z[ recovery-image] Oct 18 17:50:15.994 INFO O| Oct 18 17:50:15.994 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192024-10-18T17:50:18.051Z[ recovery-image] Oct 18 17:50:16.004 INFO O| Oct 18 17:50:16.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
69202024-10-18T17:50:18.051Z[ recovery-image] Oct 18 17:50:16.004 INFO O| Oct 18 17:50:16.004 INFO STEP 911 (remove_files) COMPLETE
69212024-10-18T17:50:18.051Z[ recovery-image] Oct 18 17:50:16.004 INFO O| Oct 18 17:50:16.004 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69222024-10-18T17:50:18.060Z[ recovery-image] Oct 18 17:50:16.013 INFO O| Oct 18 17:50:16.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
69232024-10-18T17:50:18.061Z[ recovery-image] Oct 18 17:50:16.013 INFO O| Oct 18 17:50:16.013 INFO STEP 912 (remove_files) COMPLETE
69242024-10-18T17:50:18.063Z[ recovery-image] Oct 18 17:50:16.013 INFO O| Oct 18 17:50:16.013 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252024-10-18T17:50:18.070Z[ recovery-image] Oct 18 17:50:16.022 INFO O| Oct 18 17:50:16.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
69262024-10-18T17:50:18.070Z[ recovery-image] Oct 18 17:50:16.022 INFO O| Oct 18 17:50:16.022 INFO STEP 913 (remove_files) COMPLETE
69272024-10-18T17:50:18.070Z[ recovery-image] Oct 18 17:50:16.022 INFO O| Oct 18 17:50:16.022 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69282024-10-18T17:50:18.079Z[ recovery-image] Oct 18 17:50:16.031 INFO O| Oct 18 17:50:16.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
69292024-10-18T17:50:18.079Z[ recovery-image] Oct 18 17:50:16.031 INFO O| Oct 18 17:50:16.031 INFO STEP 914 (remove_files) COMPLETE
69302024-10-18T17:50:18.079Z[ recovery-image] Oct 18 17:50:16.032 INFO O| Oct 18 17:50:16.031 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69312024-10-18T17:50:18.088Z[ recovery-image] Oct 18 17:50:16.040 INFO O| Oct 18 17:50:16.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
69322024-10-18T17:50:18.088Z[ recovery-image] Oct 18 17:50:16.040 INFO O| Oct 18 17:50:16.040 INFO STEP 915 (remove_files) COMPLETE
69332024-10-18T17:50:18.088Z[ recovery-image] Oct 18 17:50:16.040 INFO O| Oct 18 17:50:16.040 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69342024-10-18T17:50:18.099Z[ recovery-image] Oct 18 17:50:16.052 INFO O| Oct 18 17:50:16.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
69352024-10-18T17:50:18.102Z[ recovery-image] Oct 18 17:50:16.052 INFO O| Oct 18 17:50:16.052 INFO STEP 916 (remove_files) COMPLETE
69362024-10-18T17:50:18.102Z[ recovery-image] Oct 18 17:50:16.052 INFO O| Oct 18 17:50:16.052 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69372024-10-18T17:50:18.111Z[ recovery-image] Oct 18 17:50:16.063 INFO O| Oct 18 17:50:16.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
69382024-10-18T17:50:18.113Z[ recovery-image] Oct 18 17:50:16.063 INFO O| Oct 18 17:50:16.063 INFO STEP 917 (remove_files) COMPLETE
69392024-10-18T17:50:18.113Z[ recovery-image] Oct 18 17:50:16.063 INFO O| Oct 18 17:50:16.063 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69402024-10-18T17:50:18.120Z[ recovery-image] Oct 18 17:50:16.073 INFO O| Oct 18 17:50:16.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
69412024-10-18T17:50:18.120Z[ recovery-image] Oct 18 17:50:16.073 INFO O| Oct 18 17:50:16.073 INFO STEP 918 (remove_files) COMPLETE
69422024-10-18T17:50:18.123Z[ recovery-image] Oct 18 17:50:16.073 INFO O| Oct 18 17:50:16.073 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69432024-10-18T17:50:18.131Z[ recovery-image] Oct 18 17:50:16.084 INFO O| Oct 18 17:50:16.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
69442024-10-18T17:50:18.134Z[ recovery-image] Oct 18 17:50:16.084 INFO O| Oct 18 17:50:16.084 INFO STEP 919 (remove_files) COMPLETE
69452024-10-18T17:50:18.134Z[ recovery-image] Oct 18 17:50:16.084 INFO O| Oct 18 17:50:16.084 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69462024-10-18T17:50:18.141Z[ recovery-image] Oct 18 17:50:16.094 INFO O| Oct 18 17:50:16.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
69472024-10-18T17:50:18.141Z[ recovery-image] Oct 18 17:50:16.094 INFO O| Oct 18 17:50:16.094 INFO STEP 920 (remove_files) COMPLETE
69482024-10-18T17:50:18.144Z[ recovery-image] Oct 18 17:50:16.094 INFO O| Oct 18 17:50:16.094 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69492024-10-18T17:50:18.154Z[ recovery-image] Oct 18 17:50:16.103 INFO O| Oct 18 17:50:16.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
69502024-10-18T17:50:18.154Z[ recovery-image] Oct 18 17:50:16.103 INFO O| Oct 18 17:50:16.103 INFO STEP 921 (remove_files) COMPLETE
69512024-10-18T17:50:18.154Z[ recovery-image] Oct 18 17:50:16.103 INFO O| Oct 18 17:50:16.103 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69522024-10-18T17:50:18.162Z[ recovery-image] Oct 18 17:50:16.115 INFO O| Oct 18 17:50:16.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
69532024-10-18T17:50:18.162Z[ recovery-image] Oct 18 17:50:16.115 INFO O| Oct 18 17:50:16.115 INFO STEP 922 (remove_files) COMPLETE
69542024-10-18T17:50:18.165Z[ recovery-image] Oct 18 17:50:16.115 INFO O| Oct 18 17:50:16.115 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69552024-10-18T17:50:18.167Z[ host-image] Oct 18 17:50:16.119 INFO O| Oct 18 17:50:16.119 INFO O| Planning: Evaluating mediators ... Done
69562024-10-18T17:50:18.167Z[ host-image] Oct 18 17:50:16.119 INFO O| Oct 18 17:50:16.119 INFO O| Planning: Planning completed in 2.19 seconds
69572024-10-18T17:50:18.170Z[ host-image] Oct 18 17:50:16.121 INFO O| Oct 18 17:50:16.121 INFO O| Packages to install: 1
69582024-10-18T17:50:18.173Z[ recovery-image] Oct 18 17:50:16.126 INFO O| Oct 18 17:50:16.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
69592024-10-18T17:50:18.176Z[ recovery-image] Oct 18 17:50:16.127 INFO O| Oct 18 17:50:16.127 INFO STEP 923 (remove_files) COMPLETE
69602024-10-18T17:50:18.176Z[ recovery-image] Oct 18 17:50:16.127 INFO O| Oct 18 17:50:16.127 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69612024-10-18T17:50:18.181Z[ host-image] Oct 18 17:50:16.134 INFO O| Oct 18 17:50:16.134 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
69622024-10-18T17:50:18.184Z[ recovery-image] Oct 18 17:50:16.136 INFO O| Oct 18 17:50:16.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
69632024-10-18T17:50:18.184Z[ recovery-image] Oct 18 17:50:16.136 INFO O| Oct 18 17:50:16.136 INFO STEP 924 (remove_files) COMPLETE
69642024-10-18T17:50:18.186Z[ recovery-image] Oct 18 17:50:16.136 INFO O| Oct 18 17:50:16.136 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69652024-10-18T17:50:18.194Z[ recovery-image] Oct 18 17:50:16.147 INFO O| Oct 18 17:50:16.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
69662024-10-18T17:50:18.194Z[ recovery-image] Oct 18 17:50:16.147 INFO O| Oct 18 17:50:16.147 INFO STEP 925 (remove_files) COMPLETE
69672024-10-18T17:50:18.197Z[ recovery-image] Oct 18 17:50:16.147 INFO O| Oct 18 17:50:16.147 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69682024-10-18T17:50:18.205Z[ recovery-image] Oct 18 17:50:16.158 INFO O| Oct 18 17:50:16.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
69692024-10-18T17:50:18.209Z[ recovery-image] Oct 18 17:50:16.158 INFO O| Oct 18 17:50:16.158 INFO STEP 926 (remove_files) COMPLETE
69702024-10-18T17:50:18.209Z[ recovery-image] Oct 18 17:50:16.158 INFO O| Oct 18 17:50:16.158 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69712024-10-18T17:50:18.217Z[ recovery-image] Oct 18 17:50:16.169 INFO O| Oct 18 17:50:16.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
69722024-10-18T17:50:18.219Z[ recovery-image] Oct 18 17:50:16.169 INFO O| Oct 18 17:50:16.169 INFO STEP 927 (remove_files) COMPLETE
69732024-10-18T17:50:18.219Z[ recovery-image] Oct 18 17:50:16.169 INFO O| Oct 18 17:50:16.169 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69742024-10-18T17:50:18.229Z[ recovery-image] Oct 18 17:50:16.182 INFO O| Oct 18 17:50:16.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
69752024-10-18T17:50:18.229Z[ recovery-image] Oct 18 17:50:16.182 INFO O| Oct 18 17:50:16.182 INFO STEP 928 (remove_files) COMPLETE
69762024-10-18T17:50:18.232Z[ recovery-image] Oct 18 17:50:16.182 INFO O| Oct 18 17:50:16.182 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69772024-10-18T17:50:18.240Z[ recovery-image] Oct 18 17:50:16.193 INFO O| Oct 18 17:50:16.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
69782024-10-18T17:50:18.243Z[ recovery-image] Oct 18 17:50:16.193 INFO O| Oct 18 17:50:16.193 INFO STEP 929 (remove_files) COMPLETE
69792024-10-18T17:50:18.243Z[ recovery-image] Oct 18 17:50:16.193 INFO O| Oct 18 17:50:16.193 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69802024-10-18T17:50:18.252Z[ recovery-image] Oct 18 17:50:16.205 INFO O| Oct 18 17:50:16.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
69812024-10-18T17:50:18.255Z[ recovery-image] Oct 18 17:50:16.205 INFO O| Oct 18 17:50:16.205 INFO STEP 930 (remove_files) COMPLETE
69822024-10-18T17:50:18.255Z[ recovery-image] Oct 18 17:50:16.205 INFO O| Oct 18 17:50:16.205 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69832024-10-18T17:50:18.264Z[ recovery-image] Oct 18 17:50:16.217 INFO O| Oct 18 17:50:16.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
69842024-10-18T17:50:18.267Z[ recovery-image] Oct 18 17:50:16.217 INFO O| Oct 18 17:50:16.217 INFO STEP 931 (remove_files) COMPLETE
69852024-10-18T17:50:18.267Z[ recovery-image] Oct 18 17:50:16.217 INFO O| Oct 18 17:50:16.217 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69862024-10-18T17:50:18.277Z[ recovery-image] Oct 18 17:50:16.230 INFO O| Oct 18 17:50:16.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
69872024-10-18T17:50:18.280Z[ recovery-image] Oct 18 17:50:16.230 INFO O| Oct 18 17:50:16.230 INFO STEP 932 (remove_files) COMPLETE
69882024-10-18T17:50:18.280Z[ recovery-image] Oct 18 17:50:16.230 INFO O| Oct 18 17:50:16.230 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69892024-10-18T17:50:18.288Z[ recovery-image] Oct 18 17:50:16.240 INFO O| Oct 18 17:50:16.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
69902024-10-18T17:50:18.291Z[ recovery-image] Oct 18 17:50:16.240 INFO O| Oct 18 17:50:16.240 INFO STEP 933 (remove_files) COMPLETE
69912024-10-18T17:50:18.291Z[ recovery-image] Oct 18 17:50:16.240 INFO O| Oct 18 17:50:16.240 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69922024-10-18T17:50:18.297Z[ recovery-image] Oct 18 17:50:16.249 INFO O| Oct 18 17:50:16.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
69932024-10-18T17:50:18.297Z[ recovery-image] Oct 18 17:50:16.250 INFO O| Oct 18 17:50:16.250 INFO STEP 934 (remove_files) COMPLETE
69942024-10-18T17:50:18.297Z[ recovery-image] Oct 18 17:50:16.250 INFO O| Oct 18 17:50:16.250 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69952024-10-18T17:50:18.306Z[ recovery-image] Oct 18 17:50:16.259 INFO O| Oct 18 17:50:16.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
69962024-10-18T17:50:18.309Z[ recovery-image] Oct 18 17:50:16.259 INFO O| Oct 18 17:50:16.259 INFO STEP 935 (remove_files) COMPLETE
69972024-10-18T17:50:18.309Z[ recovery-image] Oct 18 17:50:16.259 INFO O| Oct 18 17:50:16.259 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69982024-10-18T17:50:18.315Z[ recovery-image] Oct 18 17:50:16.268 INFO O| Oct 18 17:50:16.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
69992024-10-18T17:50:18.315Z[ recovery-image] Oct 18 17:50:16.268 INFO O| Oct 18 17:50:16.268 INFO STEP 936 (remove_files) COMPLETE
70002024-10-18T17:50:18.318Z[ recovery-image] Oct 18 17:50:16.268 INFO O| Oct 18 17:50:16.268 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70012024-10-18T17:50:18.327Z[ recovery-image] Oct 18 17:50:16.280 INFO O| Oct 18 17:50:16.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
70022024-10-18T17:50:18.327Z[ recovery-image] Oct 18 17:50:16.280 INFO O| Oct 18 17:50:16.280 INFO STEP 937 (remove_files) COMPLETE
70032024-10-18T17:50:18.331Z[ recovery-image] Oct 18 17:50:16.280 INFO O| Oct 18 17:50:16.280 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70042024-10-18T17:50:18.339Z[ recovery-image] Oct 18 17:50:16.292 INFO O| Oct 18 17:50:16.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
70052024-10-18T17:50:18.342Z[ recovery-image] Oct 18 17:50:16.292 INFO O| Oct 18 17:50:16.292 INFO STEP 938 (remove_files) COMPLETE
70062024-10-18T17:50:18.342Z[ recovery-image] Oct 18 17:50:16.292 INFO O| Oct 18 17:50:16.292 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70072024-10-18T17:50:18.352Z[ recovery-image] Oct 18 17:50:16.305 INFO O| Oct 18 17:50:16.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
70082024-10-18T17:50:18.352Z[ recovery-image] Oct 18 17:50:16.305 INFO O| Oct 18 17:50:16.305 INFO STEP 939 (remove_files) COMPLETE
70092024-10-18T17:50:18.355Z[ recovery-image] Oct 18 17:50:16.305 INFO O| Oct 18 17:50:16.305 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70102024-10-18T17:50:18.361Z[ recovery-image] Oct 18 17:50:16.314 INFO O| Oct 18 17:50:16.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
70112024-10-18T17:50:18.364Z[ recovery-image] Oct 18 17:50:16.314 INFO O| Oct 18 17:50:16.314 INFO STEP 940 (remove_files) COMPLETE
70122024-10-18T17:50:18.364Z[ recovery-image] Oct 18 17:50:16.314 INFO O| Oct 18 17:50:16.314 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70132024-10-18T17:50:18.377Z[ recovery-image] Oct 18 17:50:16.330 INFO O| Oct 18 17:50:16.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
70142024-10-18T17:50:18.377Z[ recovery-image] Oct 18 17:50:16.330 INFO O| Oct 18 17:50:16.330 INFO STEP 941 (remove_files) COMPLETE
70152024-10-18T17:50:18.377Z[ recovery-image] Oct 18 17:50:16.330 INFO O| Oct 18 17:50:16.330 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70162024-10-18T17:50:18.391Z[ recovery-image] Oct 18 17:50:16.343 INFO O| Oct 18 17:50:16.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
70172024-10-18T17:50:18.391Z[ recovery-image] Oct 18 17:50:16.343 INFO O| Oct 18 17:50:16.343 INFO STEP 942 (remove_files) COMPLETE
70182024-10-18T17:50:18.393Z[ recovery-image] Oct 18 17:50:16.343 INFO O| Oct 18 17:50:16.343 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70192024-10-18T17:50:18.402Z[ recovery-image] Oct 18 17:50:16.355 INFO O| Oct 18 17:50:16.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
70202024-10-18T17:50:18.402Z[ recovery-image] Oct 18 17:50:16.355 INFO O| Oct 18 17:50:16.355 INFO STEP 943 (remove_files) COMPLETE
70212024-10-18T17:50:18.405Z[ recovery-image] Oct 18 17:50:16.355 INFO O| Oct 18 17:50:16.355 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70222024-10-18T17:50:18.415Z[ recovery-image] Oct 18 17:50:16.367 INFO O| Oct 18 17:50:16.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
70232024-10-18T17:50:18.415Z[ recovery-image] Oct 18 17:50:16.367 INFO O| Oct 18 17:50:16.367 INFO STEP 944 (remove_files) COMPLETE
70242024-10-18T17:50:18.417Z[ recovery-image] Oct 18 17:50:16.367 INFO O| Oct 18 17:50:16.367 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70252024-10-18T17:50:18.424Z[ recovery-image] Oct 18 17:50:16.377 INFO O| Oct 18 17:50:16.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
70262024-10-18T17:50:18.424Z[ recovery-image] Oct 18 17:50:16.377 INFO O| Oct 18 17:50:16.377 INFO STEP 945 (remove_files) COMPLETE
70272024-10-18T17:50:18.427Z[ recovery-image] Oct 18 17:50:16.377 INFO O| Oct 18 17:50:16.377 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70282024-10-18T17:50:18.434Z[ recovery-image] Oct 18 17:50:16.386 INFO O| Oct 18 17:50:16.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
70292024-10-18T17:50:18.434Z[ recovery-image] Oct 18 17:50:16.386 INFO O| Oct 18 17:50:16.386 INFO STEP 946 (remove_files) COMPLETE
70302024-10-18T17:50:18.437Z[ recovery-image] Oct 18 17:50:16.386 INFO O| Oct 18 17:50:16.386 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70312024-10-18T17:50:18.442Z[ recovery-image] Oct 18 17:50:16.395 INFO O| Oct 18 17:50:16.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
70322024-10-18T17:50:18.442Z[ recovery-image] Oct 18 17:50:16.395 INFO O| Oct 18 17:50:16.395 INFO STEP 947 (remove_files) COMPLETE
70332024-10-18T17:50:18.446Z[ recovery-image] Oct 18 17:50:16.395 INFO O| Oct 18 17:50:16.395 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70342024-10-18T17:50:18.451Z[ recovery-image] Oct 18 17:50:16.404 INFO O| Oct 18 17:50:16.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
70352024-10-18T17:50:18.451Z[ recovery-image] Oct 18 17:50:16.404 INFO O| Oct 18 17:50:16.404 INFO STEP 948 (remove_files) COMPLETE
70362024-10-18T17:50:18.451Z[ recovery-image] Oct 18 17:50:16.404 INFO O| Oct 18 17:50:16.404 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70372024-10-18T17:50:18.460Z[ recovery-image] Oct 18 17:50:16.413 INFO O| Oct 18 17:50:16.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
70382024-10-18T17:50:18.460Z[ recovery-image] Oct 18 17:50:16.413 INFO O| Oct 18 17:50:16.413 INFO STEP 949 (remove_files) COMPLETE
70392024-10-18T17:50:18.463Z[ recovery-image] Oct 18 17:50:16.413 INFO O| Oct 18 17:50:16.413 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70402024-10-18T17:50:18.469Z[ recovery-image] Oct 18 17:50:16.422 INFO O| Oct 18 17:50:16.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
70412024-10-18T17:50:18.469Z[ recovery-image] Oct 18 17:50:16.422 INFO O| Oct 18 17:50:16.422 INFO STEP 950 (remove_files) COMPLETE
70422024-10-18T17:50:18.472Z[ recovery-image] Oct 18 17:50:16.422 INFO O| Oct 18 17:50:16.422 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70432024-10-18T17:50:18.478Z[ recovery-image] Oct 18 17:50:16.431 INFO O| Oct 18 17:50:16.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
70442024-10-18T17:50:18.478Z[ recovery-image] Oct 18 17:50:16.431 INFO O| Oct 18 17:50:16.431 INFO STEP 951 (remove_files) COMPLETE
70452024-10-18T17:50:18.481Z[ recovery-image] Oct 18 17:50:16.431 INFO O| Oct 18 17:50:16.431 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70462024-10-18T17:50:18.488Z[ recovery-image] Oct 18 17:50:16.440 INFO O| Oct 18 17:50:16.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
70472024-10-18T17:50:18.488Z[ recovery-image] Oct 18 17:50:16.440 INFO O| Oct 18 17:50:16.440 INFO STEP 952 (remove_files) COMPLETE
70482024-10-18T17:50:18.488Z[ recovery-image] Oct 18 17:50:16.440 INFO O| Oct 18 17:50:16.440 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70492024-10-18T17:50:18.496Z[ recovery-image] Oct 18 17:50:16.449 INFO O| Oct 18 17:50:16.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
70502024-10-18T17:50:18.498Z[ recovery-image] Oct 18 17:50:16.449 INFO O| Oct 18 17:50:16.449 INFO STEP 953 (remove_files) COMPLETE
70512024-10-18T17:50:18.499Z[ recovery-image] Oct 18 17:50:16.449 INFO O| Oct 18 17:50:16.449 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70522024-10-18T17:50:18.505Z[ recovery-image] Oct 18 17:50:16.458 INFO O| Oct 18 17:50:16.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
70532024-10-18T17:50:18.509Z[ recovery-image] Oct 18 17:50:16.458 INFO O| Oct 18 17:50:16.458 INFO STEP 954 (remove_files) COMPLETE
70542024-10-18T17:50:18.509Z[ recovery-image] Oct 18 17:50:16.458 INFO O| Oct 18 17:50:16.458 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70552024-10-18T17:50:18.514Z[ recovery-image] Oct 18 17:50:16.467 INFO O| Oct 18 17:50:16.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
70562024-10-18T17:50:18.514Z[ recovery-image] Oct 18 17:50:16.467 INFO O| Oct 18 17:50:16.467 INFO STEP 955 (remove_files) COMPLETE
70572024-10-18T17:50:18.517Z[ recovery-image] Oct 18 17:50:16.467 INFO O| Oct 18 17:50:16.467 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70582024-10-18T17:50:18.523Z[ recovery-image] Oct 18 17:50:16.476 INFO O| Oct 18 17:50:16.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
70592024-10-18T17:50:18.523Z[ recovery-image] Oct 18 17:50:16.476 INFO O| Oct 18 17:50:16.476 INFO STEP 956 (remove_files) COMPLETE
70602024-10-18T17:50:18.523Z[ recovery-image] Oct 18 17:50:16.476 INFO O| Oct 18 17:50:16.476 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70612024-10-18T17:50:18.532Z[ recovery-image] Oct 18 17:50:16.485 INFO O| Oct 18 17:50:16.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
70622024-10-18T17:50:18.532Z[ recovery-image] Oct 18 17:50:16.485 INFO O| Oct 18 17:50:16.485 INFO STEP 957 (remove_files) COMPLETE
70632024-10-18T17:50:18.532Z[ recovery-image] Oct 18 17:50:16.485 INFO O| Oct 18 17:50:16.485 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70642024-10-18T17:50:18.541Z[ recovery-image] Oct 18 17:50:16.494 INFO O| Oct 18 17:50:16.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
70652024-10-18T17:50:18.544Z[ recovery-image] Oct 18 17:50:16.494 INFO O| Oct 18 17:50:16.494 INFO STEP 958 (remove_files) COMPLETE
70662024-10-18T17:50:18.544Z[ recovery-image] Oct 18 17:50:16.494 INFO O| Oct 18 17:50:16.494 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70672024-10-18T17:50:18.550Z[ recovery-image] Oct 18 17:50:16.503 INFO O| Oct 18 17:50:16.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
70682024-10-18T17:50:18.553Z[ recovery-image] Oct 18 17:50:16.503 INFO O| Oct 18 17:50:16.503 INFO STEP 959 (remove_files) COMPLETE
70692024-10-18T17:50:18.553Z[ recovery-image] Oct 18 17:50:16.503 INFO O| Oct 18 17:50:16.503 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70702024-10-18T17:50:18.559Z[ recovery-image] Oct 18 17:50:16.512 INFO O| Oct 18 17:50:16.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
70712024-10-18T17:50:18.559Z[ recovery-image] Oct 18 17:50:16.512 INFO O| Oct 18 17:50:16.512 INFO STEP 960 (remove_files) COMPLETE
70722024-10-18T17:50:18.559Z[ recovery-image] Oct 18 17:50:16.512 INFO O| Oct 18 17:50:16.512 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70732024-10-18T17:50:18.568Z[ recovery-image] Oct 18 17:50:16.521 INFO O| Oct 18 17:50:16.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
70742024-10-18T17:50:18.568Z[ recovery-image] Oct 18 17:50:16.521 INFO O| Oct 18 17:50:16.521 INFO STEP 961 (remove_files) COMPLETE
70752024-10-18T17:50:18.571Z[ recovery-image] Oct 18 17:50:16.521 INFO O| Oct 18 17:50:16.521 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70762024-10-18T17:50:18.577Z[ recovery-image] Oct 18 17:50:16.530 INFO O| Oct 18 17:50:16.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
70772024-10-18T17:50:18.577Z[ recovery-image] Oct 18 17:50:16.530 INFO O| Oct 18 17:50:16.530 INFO STEP 962 (remove_files) COMPLETE
70782024-10-18T17:50:18.577Z[ recovery-image] Oct 18 17:50:16.530 INFO O| Oct 18 17:50:16.530 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70792024-10-18T17:50:18.586Z[ recovery-image] Oct 18 17:50:16.539 INFO O| Oct 18 17:50:16.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
70802024-10-18T17:50:18.590Z[ recovery-image] Oct 18 17:50:16.539 INFO O| Oct 18 17:50:16.539 INFO STEP 963 (remove_files) COMPLETE
70812024-10-18T17:50:18.590Z[ recovery-image] Oct 18 17:50:16.539 INFO O| Oct 18 17:50:16.539 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70822024-10-18T17:50:18.595Z[ recovery-image] Oct 18 17:50:16.548 INFO O| Oct 18 17:50:16.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
70832024-10-18T17:50:18.595Z[ recovery-image] Oct 18 17:50:16.548 INFO O| Oct 18 17:50:16.548 INFO STEP 964 (remove_files) COMPLETE
70842024-10-18T17:50:18.598Z[ recovery-image] Oct 18 17:50:16.548 INFO O| Oct 18 17:50:16.548 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70852024-10-18T17:50:18.604Z[ recovery-image] Oct 18 17:50:16.557 INFO O| Oct 18 17:50:16.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
70862024-10-18T17:50:18.604Z[ recovery-image] Oct 18 17:50:16.557 INFO O| Oct 18 17:50:16.557 INFO STEP 965 (remove_files) COMPLETE
70872024-10-18T17:50:18.607Z[ recovery-image] Oct 18 17:50:16.557 INFO O| Oct 18 17:50:16.557 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70882024-10-18T17:50:18.613Z[ recovery-image] Oct 18 17:50:16.566 INFO O| Oct 18 17:50:16.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
70892024-10-18T17:50:18.613Z[ recovery-image] Oct 18 17:50:16.566 INFO O| Oct 18 17:50:16.566 INFO STEP 966 (remove_files) COMPLETE
70902024-10-18T17:50:18.613Z[ recovery-image] Oct 18 17:50:16.566 INFO O| Oct 18 17:50:16.566 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70912024-10-18T17:50:18.622Z[ recovery-image] Oct 18 17:50:16.575 INFO O| Oct 18 17:50:16.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
70922024-10-18T17:50:18.622Z[ recovery-image] Oct 18 17:50:16.575 INFO O| Oct 18 17:50:16.575 INFO STEP 967 (remove_files) COMPLETE
70932024-10-18T17:50:18.625Z[ recovery-image] Oct 18 17:50:16.575 INFO O| Oct 18 17:50:16.575 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70942024-10-18T17:50:18.631Z[ recovery-image] Oct 18 17:50:16.584 INFO O| Oct 18 17:50:16.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
70952024-10-18T17:50:18.631Z[ recovery-image] Oct 18 17:50:16.584 INFO O| Oct 18 17:50:16.584 INFO STEP 968 (remove_files) COMPLETE
70962024-10-18T17:50:18.634Z[ recovery-image] Oct 18 17:50:16.584 INFO O| Oct 18 17:50:16.584 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70972024-10-18T17:50:18.640Z[ recovery-image] Oct 18 17:50:16.593 INFO O| Oct 18 17:50:16.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
70982024-10-18T17:50:18.643Z[ recovery-image] Oct 18 17:50:16.593 INFO O| Oct 18 17:50:16.593 INFO STEP 969 (remove_files) COMPLETE
70992024-10-18T17:50:18.643Z[ recovery-image] Oct 18 17:50:16.593 INFO O| Oct 18 17:50:16.593 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71002024-10-18T17:50:18.649Z[ recovery-image] Oct 18 17:50:16.602 INFO O| Oct 18 17:50:16.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
71012024-10-18T17:50:18.649Z[ recovery-image] Oct 18 17:50:16.602 INFO O| Oct 18 17:50:16.602 INFO STEP 970 (remove_files) COMPLETE
71022024-10-18T17:50:18.652Z[ recovery-image] Oct 18 17:50:16.602 INFO O| Oct 18 17:50:16.602 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71032024-10-18T17:50:18.658Z[ recovery-image] Oct 18 17:50:16.611 INFO O| Oct 18 17:50:16.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
71042024-10-18T17:50:18.661Z[ recovery-image] Oct 18 17:50:16.611 INFO O| Oct 18 17:50:16.611 INFO STEP 971 (remove_files) COMPLETE
71052024-10-18T17:50:18.661Z[ recovery-image] Oct 18 17:50:16.611 INFO O| Oct 18 17:50:16.611 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71062024-10-18T17:50:18.667Z[ recovery-image] Oct 18 17:50:16.620 INFO O| Oct 18 17:50:16.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
71072024-10-18T17:50:18.667Z[ recovery-image] Oct 18 17:50:16.620 INFO O| Oct 18 17:50:16.620 INFO STEP 972 (remove_files) COMPLETE
71082024-10-18T17:50:18.667Z[ recovery-image] Oct 18 17:50:16.620 INFO O| Oct 18 17:50:16.620 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71092024-10-18T17:50:18.676Z[ recovery-image] Oct 18 17:50:16.629 INFO O| Oct 18 17:50:16.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
71102024-10-18T17:50:18.679Z[ recovery-image] Oct 18 17:50:16.629 INFO O| Oct 18 17:50:16.629 INFO STEP 973 (remove_files) COMPLETE
71112024-10-18T17:50:18.679Z[ recovery-image] Oct 18 17:50:16.629 INFO O| Oct 18 17:50:16.629 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71122024-10-18T17:50:18.685Z[ recovery-image] Oct 18 17:50:16.638 INFO O| Oct 18 17:50:16.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
71132024-10-18T17:50:18.688Z[ recovery-image] Oct 18 17:50:16.638 INFO O| Oct 18 17:50:16.638 INFO STEP 974 (remove_files) COMPLETE
71142024-10-18T17:50:18.688Z[ recovery-image] Oct 18 17:50:16.638 INFO O| Oct 18 17:50:16.638 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71152024-10-18T17:50:18.694Z[ recovery-image] Oct 18 17:50:16.647 INFO O| Oct 18 17:50:16.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
71162024-10-18T17:50:18.697Z[ recovery-image] Oct 18 17:50:16.647 INFO O| Oct 18 17:50:16.647 INFO STEP 975 (remove_files) COMPLETE
71172024-10-18T17:50:18.697Z[ recovery-image] Oct 18 17:50:16.647 INFO O| Oct 18 17:50:16.647 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71182024-10-18T17:50:18.703Z[ recovery-image] Oct 18 17:50:16.656 INFO O| Oct 18 17:50:16.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
71192024-10-18T17:50:18.703Z[ recovery-image] Oct 18 17:50:16.656 INFO O| Oct 18 17:50:16.656 INFO STEP 976 (remove_files) COMPLETE
71202024-10-18T17:50:18.703Z[ recovery-image] Oct 18 17:50:16.656 INFO O| Oct 18 17:50:16.656 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71212024-10-18T17:50:18.712Z[ recovery-image] Oct 18 17:50:16.665 INFO O| Oct 18 17:50:16.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
71222024-10-18T17:50:18.715Z[ recovery-image] Oct 18 17:50:16.665 INFO O| Oct 18 17:50:16.665 INFO STEP 977 (remove_files) COMPLETE
71232024-10-18T17:50:18.715Z[ recovery-image] Oct 18 17:50:16.665 INFO O| Oct 18 17:50:16.665 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71242024-10-18T17:50:18.721Z[ recovery-image] Oct 18 17:50:16.674 INFO O| Oct 18 17:50:16.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
71252024-10-18T17:50:18.721Z[ recovery-image] Oct 18 17:50:16.674 INFO O| Oct 18 17:50:16.674 INFO STEP 978 (remove_files) COMPLETE
71262024-10-18T17:50:18.724Z[ recovery-image] Oct 18 17:50:16.674 INFO O| Oct 18 17:50:16.674 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71272024-10-18T17:50:18.731Z[ recovery-image] Oct 18 17:50:16.683 INFO O| Oct 18 17:50:16.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
71282024-10-18T17:50:18.731Z[ recovery-image] Oct 18 17:50:16.683 INFO O| Oct 18 17:50:16.683 INFO STEP 979 (remove_files) COMPLETE
71292024-10-18T17:50:18.731Z[ recovery-image] Oct 18 17:50:16.683 INFO O| Oct 18 17:50:16.683 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71302024-10-18T17:50:18.739Z[ recovery-image] Oct 18 17:50:16.692 INFO O| Oct 18 17:50:16.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
71312024-10-18T17:50:18.748Z[ recovery-image] Oct 18 17:50:16.692 INFO O| Oct 18 17:50:16.692 INFO STEP 980 (remove_files) COMPLETE
71322024-10-18T17:50:18.748Z[ recovery-image] Oct 18 17:50:16.692 INFO O| Oct 18 17:50:16.692 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71332024-10-18T17:50:18.754Z[ recovery-image] Oct 18 17:50:16.701 INFO O| Oct 18 17:50:16.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
71342024-10-18T17:50:18.754Z[ recovery-image] Oct 18 17:50:16.701 INFO O| Oct 18 17:50:16.701 INFO STEP 981 (remove_files) COMPLETE
71352024-10-18T17:50:18.754Z[ recovery-image] Oct 18 17:50:16.701 INFO O| Oct 18 17:50:16.701 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71362024-10-18T17:50:18.760Z[ recovery-image] Oct 18 17:50:16.713 INFO O| Oct 18 17:50:16.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
71372024-10-18T17:50:18.763Z[ recovery-image] Oct 18 17:50:16.713 INFO O| Oct 18 17:50:16.713 INFO STEP 982 (remove_files) COMPLETE
71382024-10-18T17:50:18.763Z[ recovery-image] Oct 18 17:50:16.713 INFO O| Oct 18 17:50:16.713 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71392024-10-18T17:50:18.772Z[ recovery-image] Oct 18 17:50:16.725 INFO O| Oct 18 17:50:16.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
71402024-10-18T17:50:18.775Z[ recovery-image] Oct 18 17:50:16.725 INFO O| Oct 18 17:50:16.725 INFO STEP 983 (remove_files) COMPLETE
71412024-10-18T17:50:18.775Z[ recovery-image] Oct 18 17:50:16.725 INFO O| Oct 18 17:50:16.725 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71422024-10-18T17:50:18.784Z[ recovery-image] Oct 18 17:50:16.736 INFO O| Oct 18 17:50:16.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
71432024-10-18T17:50:18.786Z[ recovery-image] Oct 18 17:50:16.736 INFO O| Oct 18 17:50:16.736 INFO STEP 984 (remove_files) COMPLETE
71442024-10-18T17:50:18.787Z[ recovery-image] Oct 18 17:50:16.736 INFO O| Oct 18 17:50:16.736 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71452024-10-18T17:50:18.796Z[ recovery-image] Oct 18 17:50:16.747 INFO O| Oct 18 17:50:16.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
71462024-10-18T17:50:18.796Z[ recovery-image] Oct 18 17:50:16.747 INFO O| Oct 18 17:50:16.747 INFO STEP 985 (remove_files) COMPLETE
71472024-10-18T17:50:18.799Z[ recovery-image] Oct 18 17:50:16.747 INFO O| Oct 18 17:50:16.747 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71482024-10-18T17:50:18.808Z[ recovery-image] Oct 18 17:50:16.759 INFO O| Oct 18 17:50:16.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
71492024-10-18T17:50:18.812Z[ recovery-image] Oct 18 17:50:16.759 INFO O| Oct 18 17:50:16.759 INFO STEP 986 (remove_files) COMPLETE
71502024-10-18T17:50:18.812Z[ recovery-image] Oct 18 17:50:16.759 INFO O| Oct 18 17:50:16.759 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71512024-10-18T17:50:18.830Z[ recovery-image] Oct 18 17:50:16.779 INFO O| Oct 18 17:50:16.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
71522024-10-18T17:50:18.830Z[ recovery-image] Oct 18 17:50:16.779 INFO O| Oct 18 17:50:16.779 INFO STEP 987 (remove_files) COMPLETE
71532024-10-18T17:50:18.830Z[ recovery-image] Oct 18 17:50:16.779 INFO O| Oct 18 17:50:16.779 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71542024-10-18T17:50:18.847Z[ recovery-image] Oct 18 17:50:16.799 INFO O| Oct 18 17:50:16.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
71552024-10-18T17:50:18.847Z[ recovery-image] Oct 18 17:50:16.799 INFO O| Oct 18 17:50:16.798 INFO STEP 988 (remove_files) COMPLETE
71562024-10-18T17:50:18.847Z[ recovery-image] Oct 18 17:50:16.799 INFO O| Oct 18 17:50:16.798 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71572024-10-18T17:50:18.859Z[ recovery-image] Oct 18 17:50:16.812 INFO O| Oct 18 17:50:16.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
71582024-10-18T17:50:18.862Z[ recovery-image] Oct 18 17:50:16.812 INFO O| Oct 18 17:50:16.812 INFO STEP 989 (remove_files) COMPLETE
71592024-10-18T17:50:18.862Z[ recovery-image] Oct 18 17:50:16.812 INFO O| Oct 18 17:50:16.812 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71602024-10-18T17:50:18.871Z[ recovery-image] Oct 18 17:50:16.823 INFO O| Oct 18 17:50:16.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
71612024-10-18T17:50:18.871Z[ recovery-image] Oct 18 17:50:16.823 INFO O| Oct 18 17:50:16.823 INFO STEP 990 (remove_files) COMPLETE
71622024-10-18T17:50:18.871Z[ recovery-image] Oct 18 17:50:16.823 INFO O| Oct 18 17:50:16.823 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71632024-10-18T17:50:18.881Z[ recovery-image] Oct 18 17:50:16.833 INFO O| Oct 18 17:50:16.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
71642024-10-18T17:50:18.881Z[ recovery-image] Oct 18 17:50:16.833 INFO O| Oct 18 17:50:16.833 INFO STEP 991 (remove_files) COMPLETE
71652024-10-18T17:50:18.884Z[ recovery-image] Oct 18 17:50:16.833 INFO O| Oct 18 17:50:16.833 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71662024-10-18T17:50:18.886Z[ host-image] Oct 18 17:50:16.838 INFO O| Oct 18 17:50:16.838 INFO O| Download: Completed 20.80 MB in 0.70 seconds (29.5M/s)
71672024-10-18T17:50:18.893Z[ recovery-image] Oct 18 17:50:16.845 INFO O| Oct 18 17:50:16.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
71682024-10-18T17:50:18.896Z[ recovery-image] Oct 18 17:50:16.845 INFO O| Oct 18 17:50:16.845 INFO STEP 992 (remove_files) COMPLETE
71692024-10-18T17:50:18.896Z[ recovery-image] Oct 18 17:50:16.845 INFO O| Oct 18 17:50:16.845 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71702024-10-18T17:50:18.974Z[ recovery-image] Oct 18 17:50:16.926 INFO O| Oct 18 17:50:16.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
71712024-10-18T17:50:18.974Z[ recovery-image] Oct 18 17:50:16.926 INFO O| Oct 18 17:50:16.926 INFO STEP 993 (remove_files) COMPLETE
71722024-10-18T17:50:18.974Z[ recovery-image] Oct 18 17:50:16.926 INFO O| Oct 18 17:50:16.926 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71732024-10-18T17:50:18.982Z[ host-image] Oct 18 17:50:16.935 INFO O| Oct 18 17:50:16.934 INFO O| Actions: 1/22 actions (Installing new actions)
71742024-10-18T17:50:18.985Z[ recovery-image] Oct 18 17:50:16.936 INFO O| Oct 18 17:50:16.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
71752024-10-18T17:50:18.985Z[ recovery-image] Oct 18 17:50:16.936 INFO O| Oct 18 17:50:16.936 INFO STEP 994 (remove_files) COMPLETE
71762024-10-18T17:50:18.985Z[ recovery-image] Oct 18 17:50:16.936 INFO O| Oct 18 17:50:16.936 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71772024-10-18T17:50:18.993Z[ recovery-image] Oct 18 17:50:16.945 INFO O| Oct 18 17:50:16.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
71782024-10-18T17:50:18.993Z[ recovery-image] Oct 18 17:50:16.945 INFO O| Oct 18 17:50:16.945 INFO STEP 995 (remove_files) COMPLETE
71792024-10-18T17:50:18.993Z[ recovery-image] Oct 18 17:50:16.945 INFO O| Oct 18 17:50:16.945 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71802024-10-18T17:50:19.002Z[ recovery-image] Oct 18 17:50:16.954 INFO O| Oct 18 17:50:16.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
71812024-10-18T17:50:19.002Z[ recovery-image] Oct 18 17:50:16.954 INFO O| Oct 18 17:50:16.954 INFO STEP 996 (remove_files) COMPLETE
71822024-10-18T17:50:19.005Z[ recovery-image] Oct 18 17:50:16.954 INFO O| Oct 18 17:50:16.954 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71832024-10-18T17:50:19.011Z[ recovery-image] Oct 18 17:50:16.963 INFO O| Oct 18 17:50:16.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
71842024-10-18T17:50:19.014Z[ recovery-image] Oct 18 17:50:16.963 INFO O| Oct 18 17:50:16.963 INFO STEP 997 (remove_files) COMPLETE
71852024-10-18T17:50:19.014Z[ recovery-image] Oct 18 17:50:16.963 INFO O| Oct 18 17:50:16.963 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71862024-10-18T17:50:19.020Z[ recovery-image] Oct 18 17:50:16.972 INFO O| Oct 18 17:50:16.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
71872024-10-18T17:50:19.020Z[ recovery-image] Oct 18 17:50:16.973 INFO O| Oct 18 17:50:16.973 INFO STEP 998 (remove_files) COMPLETE
71882024-10-18T17:50:19.023Z[ recovery-image] Oct 18 17:50:16.973 INFO O| Oct 18 17:50:16.973 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71892024-10-18T17:50:19.029Z[ recovery-image] Oct 18 17:50:16.982 INFO O| Oct 18 17:50:16.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
71902024-10-18T17:50:19.029Z[ recovery-image] Oct 18 17:50:16.982 INFO O| Oct 18 17:50:16.982 INFO STEP 999 (remove_files) COMPLETE
71912024-10-18T17:50:19.032Z[ recovery-image] Oct 18 17:50:16.982 INFO O| Oct 18 17:50:16.982 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71922024-10-18T17:50:19.039Z[ recovery-image] Oct 18 17:50:16.991 INFO O| Oct 18 17:50:16.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
71932024-10-18T17:50:19.041Z[ recovery-image] Oct 18 17:50:16.991 INFO O| Oct 18 17:50:16.991 INFO STEP 1000 (remove_files) COMPLETE
71942024-10-18T17:50:19.041Z[ recovery-image] Oct 18 17:50:16.991 INFO O| Oct 18 17:50:16.991 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71952024-10-18T17:50:19.048Z[ recovery-image] Oct 18 17:50:17.000 INFO O| Oct 18 17:50:17.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
71962024-10-18T17:50:19.048Z[ recovery-image] Oct 18 17:50:17.000 INFO O| Oct 18 17:50:17.000 INFO STEP 1001 (remove_files) COMPLETE
71972024-10-18T17:50:19.048Z[ recovery-image] Oct 18 17:50:17.000 INFO O| Oct 18 17:50:17.000 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71982024-10-18T17:50:19.058Z[ recovery-image] Oct 18 17:50:17.010 INFO O| Oct 18 17:50:17.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
71992024-10-18T17:50:19.058Z[ recovery-image] Oct 18 17:50:17.010 INFO O| Oct 18 17:50:17.010 INFO STEP 1002 (remove_files) COMPLETE
72002024-10-18T17:50:19.061Z[ recovery-image] Oct 18 17:50:17.010 INFO O| Oct 18 17:50:17.010 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72012024-10-18T17:50:19.067Z[ recovery-image] Oct 18 17:50:17.020 INFO O| Oct 18 17:50:17.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
72022024-10-18T17:50:19.070Z[ recovery-image] Oct 18 17:50:17.020 INFO O| Oct 18 17:50:17.020 INFO STEP 1003 (remove_files) COMPLETE
72032024-10-18T17:50:19.070Z[ recovery-image] Oct 18 17:50:17.020 INFO O| Oct 18 17:50:17.020 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72042024-10-18T17:50:19.077Z[ recovery-image] Oct 18 17:50:17.029 INFO O| Oct 18 17:50:17.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
72052024-10-18T17:50:19.077Z[ recovery-image] Oct 18 17:50:17.029 INFO O| Oct 18 17:50:17.029 INFO STEP 1004 (remove_files) COMPLETE
72062024-10-18T17:50:19.077Z[ recovery-image] Oct 18 17:50:17.029 INFO O| Oct 18 17:50:17.029 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72072024-10-18T17:50:19.086Z[ recovery-image] Oct 18 17:50:17.038 INFO O| Oct 18 17:50:17.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
72082024-10-18T17:50:19.086Z[ recovery-image] Oct 18 17:50:17.038 INFO O| Oct 18 17:50:17.038 INFO STEP 1005 (remove_files) COMPLETE
72092024-10-18T17:50:19.088Z[ recovery-image] Oct 18 17:50:17.038 INFO O| Oct 18 17:50:17.038 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72102024-10-18T17:50:19.095Z[ recovery-image] Oct 18 17:50:17.047 INFO O| Oct 18 17:50:17.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
72112024-10-18T17:50:19.095Z[ recovery-image] Oct 18 17:50:17.047 INFO O| Oct 18 17:50:17.047 INFO STEP 1006 (remove_files) COMPLETE
72122024-10-18T17:50:19.095Z[ recovery-image] Oct 18 17:50:17.047 INFO O| Oct 18 17:50:17.047 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72132024-10-18T17:50:19.104Z[ recovery-image] Oct 18 17:50:17.056 INFO O| Oct 18 17:50:17.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
72142024-10-18T17:50:19.104Z[ recovery-image] Oct 18 17:50:17.056 INFO O| Oct 18 17:50:17.056 INFO STEP 1007 (remove_files) COMPLETE
72152024-10-18T17:50:19.107Z[ recovery-image] Oct 18 17:50:17.056 INFO O| Oct 18 17:50:17.056 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72162024-10-18T17:50:19.113Z[ recovery-image] Oct 18 17:50:17.066 INFO O| Oct 18 17:50:17.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
72172024-10-18T17:50:19.113Z[ recovery-image] Oct 18 17:50:17.066 INFO O| Oct 18 17:50:17.066 INFO STEP 1008 (remove_files) COMPLETE
72182024-10-18T17:50:19.116Z[ recovery-image] Oct 18 17:50:17.066 INFO O| Oct 18 17:50:17.066 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72192024-10-18T17:50:19.122Z[ recovery-image] Oct 18 17:50:17.075 INFO O| Oct 18 17:50:17.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
72202024-10-18T17:50:19.122Z[ recovery-image] Oct 18 17:50:17.075 INFO O| Oct 18 17:50:17.075 INFO STEP 1009 (remove_files) COMPLETE
72212024-10-18T17:50:19.125Z[ recovery-image] Oct 18 17:50:17.075 INFO O| Oct 18 17:50:17.075 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72222024-10-18T17:50:19.132Z[ recovery-image] Oct 18 17:50:17.084 INFO O| Oct 18 17:50:17.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
72232024-10-18T17:50:19.132Z[ recovery-image] Oct 18 17:50:17.084 INFO O| Oct 18 17:50:17.084 INFO STEP 1010 (remove_files) COMPLETE
72242024-10-18T17:50:19.132Z[ recovery-image] Oct 18 17:50:17.084 INFO O| Oct 18 17:50:17.084 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72252024-10-18T17:50:19.141Z[ recovery-image] Oct 18 17:50:17.093 INFO O| Oct 18 17:50:17.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
72262024-10-18T17:50:19.141Z[ recovery-image] Oct 18 17:50:17.093 INFO O| Oct 18 17:50:17.093 INFO STEP 1011 (remove_files) COMPLETE
72272024-10-18T17:50:19.143Z[ recovery-image] Oct 18 17:50:17.093 INFO O| Oct 18 17:50:17.093 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72282024-10-18T17:50:19.150Z[ recovery-image] Oct 18 17:50:17.102 INFO O| Oct 18 17:50:17.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
72292024-10-18T17:50:19.150Z[ recovery-image] Oct 18 17:50:17.102 INFO O| Oct 18 17:50:17.102 INFO STEP 1012 (remove_files) COMPLETE
72302024-10-18T17:50:19.153Z[ recovery-image] Oct 18 17:50:17.102 INFO O| Oct 18 17:50:17.102 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72312024-10-18T17:50:19.159Z[ recovery-image] Oct 18 17:50:17.112 INFO O| Oct 18 17:50:17.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
72322024-10-18T17:50:19.162Z[ recovery-image] Oct 18 17:50:17.112 INFO O| Oct 18 17:50:17.112 INFO STEP 1013 (remove_files) COMPLETE
72332024-10-18T17:50:19.162Z[ recovery-image] Oct 18 17:50:17.112 INFO O| Oct 18 17:50:17.112 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72342024-10-18T17:50:19.169Z[ recovery-image] Oct 18 17:50:17.121 INFO O| Oct 18 17:50:17.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
72352024-10-18T17:50:19.169Z[ recovery-image] Oct 18 17:50:17.121 INFO O| Oct 18 17:50:17.121 INFO STEP 1014 (remove_files) COMPLETE
72362024-10-18T17:50:19.169Z[ recovery-image] Oct 18 17:50:17.121 INFO O| Oct 18 17:50:17.121 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72372024-10-18T17:50:19.178Z[ recovery-image] Oct 18 17:50:17.130 INFO O| Oct 18 17:50:17.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
72382024-10-18T17:50:19.178Z[ recovery-image] Oct 18 17:50:17.130 INFO O| Oct 18 17:50:17.130 INFO STEP 1015 (remove_files) COMPLETE
72392024-10-18T17:50:19.180Z[ recovery-image] Oct 18 17:50:17.130 INFO O| Oct 18 17:50:17.130 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72402024-10-18T17:50:19.189Z[ recovery-image] Oct 18 17:50:17.140 INFO O| Oct 18 17:50:17.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
72412024-10-18T17:50:19.189Z[ recovery-image] Oct 18 17:50:17.140 INFO O| Oct 18 17:50:17.140 INFO STEP 1016 (remove_files) COMPLETE
72422024-10-18T17:50:19.191Z[ recovery-image] Oct 18 17:50:17.140 INFO O| Oct 18 17:50:17.140 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72432024-10-18T17:50:19.198Z[ recovery-image] Oct 18 17:50:17.151 INFO O| Oct 18 17:50:17.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
72442024-10-18T17:50:19.201Z[ recovery-image] Oct 18 17:50:17.151 INFO O| Oct 18 17:50:17.151 INFO STEP 1017 (remove_files) COMPLETE
72452024-10-18T17:50:19.201Z[ recovery-image] Oct 18 17:50:17.151 INFO O| Oct 18 17:50:17.151 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72462024-10-18T17:50:19.208Z[ recovery-image] Oct 18 17:50:17.161 INFO O| Oct 18 17:50:17.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
72472024-10-18T17:50:19.208Z[ recovery-image] Oct 18 17:50:17.161 INFO O| Oct 18 17:50:17.161 INFO STEP 1018 (remove_files) COMPLETE
72482024-10-18T17:50:19.208Z[ recovery-image] Oct 18 17:50:17.161 INFO O| Oct 18 17:50:17.161 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72492024-10-18T17:50:19.218Z[ recovery-image] Oct 18 17:50:17.170 INFO O| Oct 18 17:50:17.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
72502024-10-18T17:50:19.218Z[ recovery-image] Oct 18 17:50:17.170 INFO O| Oct 18 17:50:17.170 INFO STEP 1019 (remove_files) COMPLETE
72512024-10-18T17:50:19.220Z[ recovery-image] Oct 18 17:50:17.170 INFO O| Oct 18 17:50:17.170 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72522024-10-18T17:50:19.228Z[ recovery-image] Oct 18 17:50:17.181 INFO O| Oct 18 17:50:17.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
72532024-10-18T17:50:19.231Z[ recovery-image] Oct 18 17:50:17.181 INFO O| Oct 18 17:50:17.181 INFO STEP 1020 (remove_files) COMPLETE
72542024-10-18T17:50:19.231Z[ recovery-image] Oct 18 17:50:17.181 INFO O| Oct 18 17:50:17.181 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72552024-10-18T17:50:19.238Z[ recovery-image] Oct 18 17:50:17.191 INFO O| Oct 18 17:50:17.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
72562024-10-18T17:50:19.238Z[ recovery-image] Oct 18 17:50:17.191 INFO O| Oct 18 17:50:17.191 INFO STEP 1021 (remove_files) COMPLETE
72572024-10-18T17:50:19.241Z[ recovery-image] Oct 18 17:50:17.191 INFO O| Oct 18 17:50:17.191 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72582024-10-18T17:50:19.248Z[ recovery-image] Oct 18 17:50:17.200 INFO O| Oct 18 17:50:17.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
72592024-10-18T17:50:19.248Z[ recovery-image] Oct 18 17:50:17.200 INFO O| Oct 18 17:50:17.200 INFO STEP 1022 (remove_files) COMPLETE
72602024-10-18T17:50:19.248Z[ recovery-image] Oct 18 17:50:17.200 INFO O| Oct 18 17:50:17.200 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72612024-10-18T17:50:19.259Z[ recovery-image] Oct 18 17:50:17.211 INFO O| Oct 18 17:50:17.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
72622024-10-18T17:50:19.259Z[ recovery-image] Oct 18 17:50:17.211 INFO O| Oct 18 17:50:17.211 INFO STEP 1023 (remove_files) COMPLETE
72632024-10-18T17:50:19.259Z[ recovery-image] Oct 18 17:50:17.211 INFO O| Oct 18 17:50:17.211 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72642024-10-18T17:50:19.268Z[ recovery-image] Oct 18 17:50:17.220 INFO O| Oct 18 17:50:17.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
72652024-10-18T17:50:19.268Z[ recovery-image] Oct 18 17:50:17.220 INFO O| Oct 18 17:50:17.220 INFO STEP 1024 (remove_files) COMPLETE
72662024-10-18T17:50:19.268Z[ recovery-image] Oct 18 17:50:17.220 INFO O| Oct 18 17:50:17.220 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72672024-10-18T17:50:19.278Z[ recovery-image] Oct 18 17:50:17.230 INFO O| Oct 18 17:50:17.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
72682024-10-18T17:50:19.278Z[ recovery-image] Oct 18 17:50:17.230 INFO O| Oct 18 17:50:17.230 INFO STEP 1025 (remove_files) COMPLETE
72692024-10-18T17:50:19.280Z[ recovery-image] Oct 18 17:50:17.230 INFO O| Oct 18 17:50:17.230 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72702024-10-18T17:50:19.288Z[ recovery-image] Oct 18 17:50:17.241 INFO O| Oct 18 17:50:17.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
72712024-10-18T17:50:19.291Z[ recovery-image] Oct 18 17:50:17.241 INFO O| Oct 18 17:50:17.241 INFO STEP 1026 (remove_files) COMPLETE
72722024-10-18T17:50:19.291Z[ recovery-image] Oct 18 17:50:17.241 INFO O| Oct 18 17:50:17.241 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72732024-10-18T17:50:19.298Z[ recovery-image] Oct 18 17:50:17.251 INFO O| Oct 18 17:50:17.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
72742024-10-18T17:50:19.301Z[ recovery-image] Oct 18 17:50:17.251 INFO O| Oct 18 17:50:17.251 INFO STEP 1027 (remove_files) COMPLETE
72752024-10-18T17:50:19.301Z[ recovery-image] Oct 18 17:50:17.251 INFO O| Oct 18 17:50:17.251 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72762024-10-18T17:50:19.315Z[ recovery-image] Oct 18 17:50:17.260 INFO O| Oct 18 17:50:17.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
72772024-10-18T17:50:19.315Z[ recovery-image] Oct 18 17:50:17.261 INFO O| Oct 18 17:50:17.261 INFO STEP 1028 (remove_files) COMPLETE
72782024-10-18T17:50:19.315Z[ recovery-image] Oct 18 17:50:17.261 INFO O| Oct 18 17:50:17.261 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72792024-10-18T17:50:19.319Z[ recovery-image] Oct 18 17:50:17.271 INFO O| Oct 18 17:50:17.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
72802024-10-18T17:50:19.322Z[ recovery-image] Oct 18 17:50:17.271 INFO O| Oct 18 17:50:17.271 INFO STEP 1029 (remove_files) COMPLETE
72812024-10-18T17:50:19.322Z[ recovery-image] Oct 18 17:50:17.271 INFO O| Oct 18 17:50:17.271 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72822024-10-18T17:50:19.328Z[ recovery-image] Oct 18 17:50:17.280 INFO O| Oct 18 17:50:17.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
72832024-10-18T17:50:19.328Z[ recovery-image] Oct 18 17:50:17.280 INFO O| Oct 18 17:50:17.280 INFO STEP 1030 (remove_files) COMPLETE
72842024-10-18T17:50:19.333Z[ recovery-image] Oct 18 17:50:17.280 INFO O| Oct 18 17:50:17.280 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72852024-10-18T17:50:19.337Z[ recovery-image] Oct 18 17:50:17.290 INFO O| Oct 18 17:50:17.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
72862024-10-18T17:50:19.337Z[ recovery-image] Oct 18 17:50:17.290 INFO O| Oct 18 17:50:17.290 INFO STEP 1031 (remove_files) COMPLETE
72872024-10-18T17:50:19.337Z[ recovery-image] Oct 18 17:50:17.290 INFO O| Oct 18 17:50:17.290 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72882024-10-18T17:50:19.346Z[ recovery-image] Oct 18 17:50:17.299 INFO O| Oct 18 17:50:17.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
72892024-10-18T17:50:19.346Z[ recovery-image] Oct 18 17:50:17.299 INFO O| Oct 18 17:50:17.299 INFO STEP 1032 (remove_files) COMPLETE
72902024-10-18T17:50:19.349Z[ recovery-image] Oct 18 17:50:17.299 INFO O| Oct 18 17:50:17.299 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72912024-10-18T17:50:19.356Z[ recovery-image] Oct 18 17:50:17.308 INFO O| Oct 18 17:50:17.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
72922024-10-18T17:50:19.359Z[ recovery-image] Oct 18 17:50:17.308 INFO O| Oct 18 17:50:17.308 INFO STEP 1033 (remove_files) COMPLETE
72932024-10-18T17:50:19.359Z[ recovery-image] Oct 18 17:50:17.308 INFO O| Oct 18 17:50:17.308 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72942024-10-18T17:50:19.365Z[ recovery-image] Oct 18 17:50:17.318 INFO O| Oct 18 17:50:17.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
72952024-10-18T17:50:19.365Z[ recovery-image] Oct 18 17:50:17.318 INFO O| Oct 18 17:50:17.318 INFO STEP 1034 (remove_files) COMPLETE
72962024-10-18T17:50:19.368Z[ recovery-image] Oct 18 17:50:17.318 INFO O| Oct 18 17:50:17.318 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72972024-10-18T17:50:19.375Z[ recovery-image] Oct 18 17:50:17.327 INFO O| Oct 18 17:50:17.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
72982024-10-18T17:50:19.375Z[ recovery-image] Oct 18 17:50:17.327 INFO O| Oct 18 17:50:17.327 INFO STEP 1035 (remove_files) COMPLETE
72992024-10-18T17:50:19.375Z[ recovery-image] Oct 18 17:50:17.327 INFO O| Oct 18 17:50:17.327 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73002024-10-18T17:50:19.384Z[ recovery-image] Oct 18 17:50:17.336 INFO O| Oct 18 17:50:17.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
73012024-10-18T17:50:19.384Z[ recovery-image] Oct 18 17:50:17.336 INFO O| Oct 18 17:50:17.336 INFO STEP 1036 (remove_files) COMPLETE
73022024-10-18T17:50:19.384Z[ recovery-image] Oct 18 17:50:17.336 INFO O| Oct 18 17:50:17.336 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73032024-10-18T17:50:19.393Z[ recovery-image] Oct 18 17:50:17.346 INFO O| Oct 18 17:50:17.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
73042024-10-18T17:50:19.396Z[ recovery-image] Oct 18 17:50:17.346 INFO O| Oct 18 17:50:17.346 INFO STEP 1037 (remove_files) COMPLETE
73052024-10-18T17:50:19.396Z[ recovery-image] Oct 18 17:50:17.346 INFO O| Oct 18 17:50:17.346 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73062024-10-18T17:50:19.403Z[ recovery-image] Oct 18 17:50:17.355 INFO O| Oct 18 17:50:17.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
73072024-10-18T17:50:19.403Z[ recovery-image] Oct 18 17:50:17.355 INFO O| Oct 18 17:50:17.355 INFO STEP 1038 (remove_files) COMPLETE
73082024-10-18T17:50:19.405Z[ recovery-image] Oct 18 17:50:17.355 INFO O| Oct 18 17:50:17.355 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73092024-10-18T17:50:19.412Z[ recovery-image] Oct 18 17:50:17.364 INFO O| Oct 18 17:50:17.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
73102024-10-18T17:50:19.412Z[ recovery-image] Oct 18 17:50:17.364 INFO O| Oct 18 17:50:17.364 INFO STEP 1039 (remove_files) COMPLETE
73112024-10-18T17:50:19.414Z[ recovery-image] Oct 18 17:50:17.364 INFO O| Oct 18 17:50:17.364 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73122024-10-18T17:50:19.421Z[ recovery-image] Oct 18 17:50:17.373 INFO O| Oct 18 17:50:17.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
73132024-10-18T17:50:19.421Z[ recovery-image] Oct 18 17:50:17.373 INFO O| Oct 18 17:50:17.373 INFO STEP 1040 (remove_files) COMPLETE
73142024-10-18T17:50:19.424Z[ recovery-image] Oct 18 17:50:17.373 INFO O| Oct 18 17:50:17.373 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73152024-10-18T17:50:19.432Z[ recovery-image] Oct 18 17:50:17.384 INFO O| Oct 18 17:50:17.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
73162024-10-18T17:50:19.432Z[ recovery-image] Oct 18 17:50:17.384 INFO O| Oct 18 17:50:17.384 INFO STEP 1041 (remove_files) COMPLETE
73172024-10-18T17:50:19.432Z[ recovery-image] Oct 18 17:50:17.384 INFO O| Oct 18 17:50:17.384 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73182024-10-18T17:50:19.444Z[ recovery-image] Oct 18 17:50:17.396 INFO O| Oct 18 17:50:17.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
73192024-10-18T17:50:19.444Z[ recovery-image] Oct 18 17:50:17.396 INFO O| Oct 18 17:50:17.396 INFO STEP 1042 (remove_files) COMPLETE
73202024-10-18T17:50:19.447Z[ recovery-image] Oct 18 17:50:17.396 INFO O| Oct 18 17:50:17.396 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73212024-10-18T17:50:19.457Z[ recovery-image] Oct 18 17:50:17.408 INFO O| Oct 18 17:50:17.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
73222024-10-18T17:50:19.457Z[ recovery-image] Oct 18 17:50:17.409 INFO O| Oct 18 17:50:17.409 INFO STEP 1043 (remove_files) COMPLETE
73232024-10-18T17:50:19.457Z[ recovery-image] Oct 18 17:50:17.409 INFO O| Oct 18 17:50:17.409 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73242024-10-18T17:50:19.468Z[ recovery-image] Oct 18 17:50:17.420 INFO O| Oct 18 17:50:17.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
73252024-10-18T17:50:19.469Z[ recovery-image] Oct 18 17:50:17.420 INFO O| Oct 18 17:50:17.420 INFO STEP 1044 (remove_files) COMPLETE
73262024-10-18T17:50:19.469Z[ recovery-image] Oct 18 17:50:17.421 INFO O| Oct 18 17:50:17.420 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73272024-10-18T17:50:19.478Z[ recovery-image] Oct 18 17:50:17.430 INFO O| Oct 18 17:50:17.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
73282024-10-18T17:50:19.478Z[ recovery-image] Oct 18 17:50:17.430 INFO O| Oct 18 17:50:17.430 INFO STEP 1045 (remove_files) COMPLETE
73292024-10-18T17:50:19.480Z[ recovery-image] Oct 18 17:50:17.430 INFO O| Oct 18 17:50:17.430 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73302024-10-18T17:50:19.487Z[ recovery-image] Oct 18 17:50:17.439 INFO O| Oct 18 17:50:17.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
73312024-10-18T17:50:19.490Z[ recovery-image] Oct 18 17:50:17.439 INFO O| Oct 18 17:50:17.439 INFO STEP 1046 (remove_files) COMPLETE
73322024-10-18T17:50:19.490Z[ recovery-image] Oct 18 17:50:17.439 INFO O| Oct 18 17:50:17.439 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73332024-10-18T17:50:19.493Z[ host-image] Oct 18 17:50:17.446 INFO O| Oct 18 17:50:17.446 INFO O| Actions: Completed 22 actions in 0.51 seconds.
73342024-10-18T17:50:19.496Z[ recovery-image] Oct 18 17:50:17.449 INFO O| Oct 18 17:50:17.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
73352024-10-18T17:50:19.499Z[ recovery-image] Oct 18 17:50:17.449 INFO O| Oct 18 17:50:17.449 INFO STEP 1047 (remove_files) COMPLETE
73362024-10-18T17:50:19.499Z[ recovery-image] Oct 18 17:50:17.449 INFO O| Oct 18 17:50:17.449 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73372024-10-18T17:50:19.506Z[ recovery-image] Oct 18 17:50:17.458 INFO O| Oct 18 17:50:17.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
73382024-10-18T17:50:19.508Z[ recovery-image] Oct 18 17:50:17.458 INFO O| Oct 18 17:50:17.458 INFO STEP 1048 (remove_files) COMPLETE
73392024-10-18T17:50:19.508Z[ recovery-image] Oct 18 17:50:17.458 INFO O| Oct 18 17:50:17.458 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73402024-10-18T17:50:19.515Z[ recovery-image] Oct 18 17:50:17.467 INFO O| Oct 18 17:50:17.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
73412024-10-18T17:50:19.515Z[ recovery-image] Oct 18 17:50:17.467 INFO O| Oct 18 17:50:17.467 INFO STEP 1049 (remove_files) COMPLETE
73422024-10-18T17:50:19.518Z[ recovery-image] Oct 18 17:50:17.467 INFO O| Oct 18 17:50:17.467 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73432024-10-18T17:50:19.524Z[ recovery-image] Oct 18 17:50:17.476 INFO O| Oct 18 17:50:17.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
73442024-10-18T17:50:19.524Z[ recovery-image] Oct 18 17:50:17.477 INFO O| Oct 18 17:50:17.477 INFO STEP 1050 (remove_files) COMPLETE
73452024-10-18T17:50:19.524Z[ recovery-image] Oct 18 17:50:17.477 INFO O| Oct 18 17:50:17.477 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73462024-10-18T17:50:19.534Z[ recovery-image] Oct 18 17:50:17.486 INFO O| Oct 18 17:50:17.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
73472024-10-18T17:50:19.534Z[ recovery-image] Oct 18 17:50:17.486 INFO O| Oct 18 17:50:17.486 INFO STEP 1051 (remove_files) COMPLETE
73482024-10-18T17:50:19.534Z[ recovery-image] Oct 18 17:50:17.486 INFO O| Oct 18 17:50:17.486 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73492024-10-18T17:50:19.543Z[ recovery-image] Oct 18 17:50:17.495 INFO O| Oct 18 17:50:17.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
73502024-10-18T17:50:19.543Z[ recovery-image] Oct 18 17:50:17.495 INFO O| Oct 18 17:50:17.495 INFO STEP 1052 (remove_files) COMPLETE
73512024-10-18T17:50:19.543Z[ recovery-image] Oct 18 17:50:17.495 INFO O| Oct 18 17:50:17.495 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73522024-10-18T17:50:19.552Z[ recovery-image] Oct 18 17:50:17.504 INFO O| Oct 18 17:50:17.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
73532024-10-18T17:50:19.553Z[ recovery-image] Oct 18 17:50:17.504 INFO O| Oct 18 17:50:17.504 INFO STEP 1053 (remove_files) COMPLETE
73542024-10-18T17:50:19.555Z[ recovery-image] Oct 18 17:50:17.504 INFO O| Oct 18 17:50:17.504 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73552024-10-18T17:50:19.562Z[ recovery-image] Oct 18 17:50:17.514 INFO O| Oct 18 17:50:17.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
73562024-10-18T17:50:19.562Z[ recovery-image] Oct 18 17:50:17.514 INFO O| Oct 18 17:50:17.514 INFO STEP 1054 (remove_files) COMPLETE
73572024-10-18T17:50:19.564Z[ recovery-image] Oct 18 17:50:17.514 INFO O| Oct 18 17:50:17.514 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73582024-10-18T17:50:19.571Z[ recovery-image] Oct 18 17:50:17.523 INFO O| Oct 18 17:50:17.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
73592024-10-18T17:50:19.571Z[ recovery-image] Oct 18 17:50:17.523 INFO O| Oct 18 17:50:17.523 INFO STEP 1055 (remove_files) COMPLETE
73602024-10-18T17:50:19.574Z[ recovery-image] Oct 18 17:50:17.523 INFO O| Oct 18 17:50:17.523 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73612024-10-18T17:50:19.581Z[ recovery-image] Oct 18 17:50:17.533 INFO O| Oct 18 17:50:17.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
73622024-10-18T17:50:19.586Z[ recovery-image] Oct 18 17:50:17.533 INFO O| Oct 18 17:50:17.533 INFO STEP 1056 (remove_files) COMPLETE
73632024-10-18T17:50:19.586Z[ recovery-image] Oct 18 17:50:17.533 INFO O| Oct 18 17:50:17.533 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73642024-10-18T17:50:19.590Z[ recovery-image] Oct 18 17:50:17.542 INFO O| Oct 18 17:50:17.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
73652024-10-18T17:50:19.594Z[ recovery-image] Oct 18 17:50:17.542 INFO O| Oct 18 17:50:17.542 INFO STEP 1057 (remove_files) COMPLETE
73662024-10-18T17:50:19.594Z[ recovery-image] Oct 18 17:50:17.542 INFO O| Oct 18 17:50:17.542 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73672024-10-18T17:50:19.600Z[ recovery-image] Oct 18 17:50:17.552 INFO O| Oct 18 17:50:17.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
73682024-10-18T17:50:19.600Z[ recovery-image] Oct 18 17:50:17.552 INFO O| Oct 18 17:50:17.552 INFO STEP 1058 (remove_files) COMPLETE
73692024-10-18T17:50:19.600Z[ recovery-image] Oct 18 17:50:17.552 INFO O| Oct 18 17:50:17.552 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73702024-10-18T17:50:19.610Z[ recovery-image] Oct 18 17:50:17.562 INFO O| Oct 18 17:50:17.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
73712024-10-18T17:50:19.611Z[ recovery-image] Oct 18 17:50:17.562 INFO O| Oct 18 17:50:17.562 INFO STEP 1059 (remove_files) COMPLETE
73722024-10-18T17:50:19.611Z[ recovery-image] Oct 18 17:50:17.562 INFO O| Oct 18 17:50:17.562 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73732024-10-18T17:50:19.621Z[ recovery-image] Oct 18 17:50:17.573 INFO O| Oct 18 17:50:17.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
73742024-10-18T17:50:19.624Z[ recovery-image] Oct 18 17:50:17.573 INFO O| Oct 18 17:50:17.573 INFO STEP 1060 (remove_files) COMPLETE
73752024-10-18T17:50:19.624Z[ recovery-image] Oct 18 17:50:17.573 INFO O| Oct 18 17:50:17.573 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73762024-10-18T17:50:19.634Z[ recovery-image] Oct 18 17:50:17.584 INFO O| Oct 18 17:50:17.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
73772024-10-18T17:50:19.634Z[ recovery-image] Oct 18 17:50:17.584 INFO O| Oct 18 17:50:17.584 INFO STEP 1061 (remove_files) COMPLETE
73782024-10-18T17:50:19.635Z[ recovery-image] Oct 18 17:50:17.584 INFO O| Oct 18 17:50:17.584 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73792024-10-18T17:50:19.641Z[ recovery-image] Oct 18 17:50:17.593 INFO O| Oct 18 17:50:17.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
73802024-10-18T17:50:19.642Z[ recovery-image] Oct 18 17:50:17.594 INFO O| Oct 18 17:50:17.593 INFO STEP 1062 (remove_files) COMPLETE
73812024-10-18T17:50:19.642Z[ recovery-image] Oct 18 17:50:17.594 INFO O| Oct 18 17:50:17.594 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73822024-10-18T17:50:19.651Z[ recovery-image] Oct 18 17:50:17.603 INFO O| Oct 18 17:50:17.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
73832024-10-18T17:50:19.651Z[ recovery-image] Oct 18 17:50:17.603 INFO O| Oct 18 17:50:17.603 INFO STEP 1063 (remove_files) COMPLETE
73842024-10-18T17:50:19.651Z[ recovery-image] Oct 18 17:50:17.603 INFO O| Oct 18 17:50:17.603 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73852024-10-18T17:50:19.661Z[ recovery-image] Oct 18 17:50:17.613 INFO O| Oct 18 17:50:17.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
73862024-10-18T17:50:19.661Z[ recovery-image] Oct 18 17:50:17.613 INFO O| Oct 18 17:50:17.613 INFO STEP 1064 (remove_files) COMPLETE
73872024-10-18T17:50:19.664Z[ recovery-image] Oct 18 17:50:17.613 INFO O| Oct 18 17:50:17.613 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73882024-10-18T17:50:19.671Z[ recovery-image] Oct 18 17:50:17.623 INFO O| Oct 18 17:50:17.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
73892024-10-18T17:50:19.671Z[ recovery-image] Oct 18 17:50:17.623 INFO O| Oct 18 17:50:17.623 INFO STEP 1065 (remove_files) COMPLETE
73902024-10-18T17:50:19.674Z[ recovery-image] Oct 18 17:50:17.623 INFO O| Oct 18 17:50:17.623 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73912024-10-18T17:50:19.683Z[ recovery-image] Oct 18 17:50:17.635 INFO O| Oct 18 17:50:17.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
73922024-10-18T17:50:19.683Z[ recovery-image] Oct 18 17:50:17.635 INFO O| Oct 18 17:50:17.635 INFO STEP 1066 (remove_files) COMPLETE
73932024-10-18T17:50:19.686Z[ recovery-image] Oct 18 17:50:17.635 INFO O| Oct 18 17:50:17.635 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73942024-10-18T17:50:19.694Z[ recovery-image] Oct 18 17:50:17.646 INFO O| Oct 18 17:50:17.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
73952024-10-18T17:50:19.694Z[ recovery-image] Oct 18 17:50:17.646 INFO O| Oct 18 17:50:17.646 INFO STEP 1067 (remove_files) COMPLETE
73962024-10-18T17:50:19.696Z[ recovery-image] Oct 18 17:50:17.646 INFO O| Oct 18 17:50:17.646 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73972024-10-18T17:50:19.704Z[ recovery-image] Oct 18 17:50:17.656 INFO O| Oct 18 17:50:17.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
73982024-10-18T17:50:19.704Z[ recovery-image] Oct 18 17:50:17.656 INFO O| Oct 18 17:50:17.656 INFO STEP 1068 (remove_files) COMPLETE
73992024-10-18T17:50:19.707Z[ recovery-image] Oct 18 17:50:17.656 INFO O| Oct 18 17:50:17.656 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74002024-10-18T17:50:19.714Z[ recovery-image] Oct 18 17:50:17.666 INFO O| Oct 18 17:50:17.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
74012024-10-18T17:50:19.714Z[ recovery-image] Oct 18 17:50:17.666 INFO O| Oct 18 17:50:17.666 INFO STEP 1069 (remove_files) COMPLETE
74022024-10-18T17:50:19.714Z[ recovery-image] Oct 18 17:50:17.666 INFO O| Oct 18 17:50:17.666 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74032024-10-18T17:50:19.724Z[ recovery-image] Oct 18 17:50:17.676 INFO O| Oct 18 17:50:17.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
74042024-10-18T17:50:19.726Z[ recovery-image] Oct 18 17:50:17.676 INFO O| Oct 18 17:50:17.676 INFO STEP 1070 (remove_files) COMPLETE
74052024-10-18T17:50:19.726Z[ recovery-image] Oct 18 17:50:17.676 INFO O| Oct 18 17:50:17.676 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74062024-10-18T17:50:19.735Z[ recovery-image] Oct 18 17:50:17.687 INFO O| Oct 18 17:50:17.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
74072024-10-18T17:50:19.738Z[ recovery-image] Oct 18 17:50:17.687 INFO O| Oct 18 17:50:17.687 INFO STEP 1071 (remove_files) COMPLETE
74082024-10-18T17:50:19.738Z[ recovery-image] Oct 18 17:50:17.687 INFO O| Oct 18 17:50:17.687 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74092024-10-18T17:50:19.745Z[ recovery-image] Oct 18 17:50:17.697 INFO O| Oct 18 17:50:17.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
74102024-10-18T17:50:19.745Z[ recovery-image] Oct 18 17:50:17.697 INFO O| Oct 18 17:50:17.697 INFO STEP 1072 (remove_files) COMPLETE
74112024-10-18T17:50:19.745Z[ recovery-image] Oct 18 17:50:17.697 INFO O| Oct 18 17:50:17.697 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74122024-10-18T17:50:19.755Z[ recovery-image] Oct 18 17:50:17.708 INFO O| Oct 18 17:50:17.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
74132024-10-18T17:50:19.755Z[ recovery-image] Oct 18 17:50:17.708 INFO O| Oct 18 17:50:17.708 INFO STEP 1073 (remove_files) COMPLETE
74142024-10-18T17:50:19.762Z[ recovery-image] Oct 18 17:50:17.708 INFO O| Oct 18 17:50:17.708 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74152024-10-18T17:50:19.767Z[ recovery-image] Oct 18 17:50:17.717 INFO O| Oct 18 17:50:17.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
74162024-10-18T17:50:19.767Z[ recovery-image] Oct 18 17:50:17.717 INFO O| Oct 18 17:50:17.717 INFO STEP 1074 (remove_files) COMPLETE
74172024-10-18T17:50:19.767Z[ recovery-image] Oct 18 17:50:17.717 INFO O| Oct 18 17:50:17.717 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74182024-10-18T17:50:19.774Z[ recovery-image] Oct 18 17:50:17.727 INFO O| Oct 18 17:50:17.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
74192024-10-18T17:50:19.774Z[ recovery-image] Oct 18 17:50:17.727 INFO O| Oct 18 17:50:17.727 INFO STEP 1075 (remove_files) COMPLETE
74202024-10-18T17:50:19.777Z[ recovery-image] Oct 18 17:50:17.727 INFO O| Oct 18 17:50:17.727 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74212024-10-18T17:50:19.777Z[ host-image] Oct 18 17:50:17.728 INFO O| Oct 18 17:50:17.728 INFO O| Done
74222024-10-18T17:50:19.777Z[ host-image] Oct 18 17:50:17.728 INFO O| Oct 18 17:50:17.728 INFO O| Done
74232024-10-18T17:50:19.785Z[ recovery-image] Oct 18 17:50:17.737 INFO O| Oct 18 17:50:17.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
74242024-10-18T17:50:19.785Z[ recovery-image] Oct 18 17:50:17.737 INFO O| Oct 18 17:50:17.737 INFO STEP 1076 (remove_files) COMPLETE
74252024-10-18T17:50:19.785Z[ recovery-image] Oct 18 17:50:17.737 INFO O| Oct 18 17:50:17.737 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74262024-10-18T17:50:19.795Z[ recovery-image] Oct 18 17:50:17.747 INFO O| Oct 18 17:50:17.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
74272024-10-18T17:50:19.800Z[ recovery-image] Oct 18 17:50:17.747 INFO O| Oct 18 17:50:17.747 INFO STEP 1077 (remove_files) COMPLETE
74282024-10-18T17:50:19.800Z[ recovery-image] Oct 18 17:50:17.747 INFO O| Oct 18 17:50:17.747 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74292024-10-18T17:50:19.804Z[ recovery-image] Oct 18 17:50:17.756 INFO O| Oct 18 17:50:17.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
74302024-10-18T17:50:19.807Z[ recovery-image] Oct 18 17:50:17.757 INFO O| Oct 18 17:50:17.757 INFO STEP 1078 (remove_files) COMPLETE
74312024-10-18T17:50:19.807Z[ recovery-image] Oct 18 17:50:17.757 INFO O| Oct 18 17:50:17.757 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74322024-10-18T17:50:19.814Z[ recovery-image] Oct 18 17:50:17.766 INFO O| Oct 18 17:50:17.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
74332024-10-18T17:50:19.814Z[ recovery-image] Oct 18 17:50:17.766 INFO O| Oct 18 17:50:17.766 INFO STEP 1079 (remove_files) COMPLETE
74342024-10-18T17:50:19.816Z[ recovery-image] Oct 18 17:50:17.766 INFO O| Oct 18 17:50:17.766 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74352024-10-18T17:50:19.825Z[ recovery-image] Oct 18 17:50:17.776 INFO O| Oct 18 17:50:17.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
74362024-10-18T17:50:19.825Z[ recovery-image] Oct 18 17:50:17.776 INFO O| Oct 18 17:50:17.776 INFO STEP 1080 (remove_files) COMPLETE
74372024-10-18T17:50:19.825Z[ recovery-image] Oct 18 17:50:17.776 INFO O| Oct 18 17:50:17.776 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74382024-10-18T17:50:19.834Z[ recovery-image] Oct 18 17:50:17.785 INFO O| Oct 18 17:50:17.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
74392024-10-18T17:50:19.834Z[ recovery-image] Oct 18 17:50:17.785 INFO O| Oct 18 17:50:17.785 INFO STEP 1081 (remove_files) COMPLETE
74402024-10-18T17:50:19.834Z[ recovery-image] Oct 18 17:50:17.785 INFO O| Oct 18 17:50:17.785 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74412024-10-18T17:50:19.842Z[ recovery-image] Oct 18 17:50:17.794 INFO O| Oct 18 17:50:17.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
74422024-10-18T17:50:19.842Z[ recovery-image] Oct 18 17:50:17.794 INFO O| Oct 18 17:50:17.794 INFO STEP 1082 (remove_files) COMPLETE
74432024-10-18T17:50:19.845Z[ recovery-image] Oct 18 17:50:17.794 INFO O| Oct 18 17:50:17.794 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74442024-10-18T17:50:19.851Z[ recovery-image] Oct 18 17:50:17.804 INFO O| Oct 18 17:50:17.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
74452024-10-18T17:50:19.851Z[ recovery-image] Oct 18 17:50:17.804 INFO O| Oct 18 17:50:17.804 INFO STEP 1083 (remove_files) COMPLETE
74462024-10-18T17:50:19.854Z[ recovery-image] Oct 18 17:50:17.804 INFO O| Oct 18 17:50:17.804 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74472024-10-18T17:50:19.861Z[ recovery-image] Oct 18 17:50:17.813 INFO O| Oct 18 17:50:17.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
74482024-10-18T17:50:19.863Z[ recovery-image] Oct 18 17:50:17.813 INFO O| Oct 18 17:50:17.813 INFO STEP 1084 (remove_files) COMPLETE
74492024-10-18T17:50:19.863Z[ recovery-image] Oct 18 17:50:17.813 INFO O| Oct 18 17:50:17.813 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74502024-10-18T17:50:19.870Z[ recovery-image] Oct 18 17:50:17.822 INFO O| Oct 18 17:50:17.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
74512024-10-18T17:50:19.873Z[ recovery-image] Oct 18 17:50:17.822 INFO O| Oct 18 17:50:17.822 INFO STEP 1085 (remove_files) COMPLETE
74522024-10-18T17:50:19.873Z[ recovery-image] Oct 18 17:50:17.822 INFO O| Oct 18 17:50:17.822 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74532024-10-18T17:50:19.879Z[ recovery-image] Oct 18 17:50:17.831 INFO O| Oct 18 17:50:17.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
74542024-10-18T17:50:19.879Z[ recovery-image] Oct 18 17:50:17.831 INFO O| Oct 18 17:50:17.831 INFO STEP 1086 (remove_files) COMPLETE
74552024-10-18T17:50:19.879Z[ recovery-image] Oct 18 17:50:17.831 INFO O| Oct 18 17:50:17.831 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74562024-10-18T17:50:19.889Z[ recovery-image] Oct 18 17:50:17.841 INFO O| Oct 18 17:50:17.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
74572024-10-18T17:50:19.889Z[ recovery-image] Oct 18 17:50:17.841 INFO O| Oct 18 17:50:17.841 INFO STEP 1087 (remove_files) COMPLETE
74582024-10-18T17:50:19.891Z[ recovery-image] Oct 18 17:50:17.841 INFO O| Oct 18 17:50:17.841 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74592024-10-18T17:50:19.898Z[ recovery-image] Oct 18 17:50:17.850 INFO O| Oct 18 17:50:17.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
74602024-10-18T17:50:19.898Z[ recovery-image] Oct 18 17:50:17.850 INFO O| Oct 18 17:50:17.850 INFO STEP 1088 (remove_files) COMPLETE
74612024-10-18T17:50:19.900Z[ recovery-image] Oct 18 17:50:17.850 INFO O| Oct 18 17:50:17.850 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74622024-10-18T17:50:19.907Z[ recovery-image] Oct 18 17:50:17.859 INFO O| Oct 18 17:50:17.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
74632024-10-18T17:50:19.907Z[ recovery-image] Oct 18 17:50:17.859 INFO O| Oct 18 17:50:17.859 INFO STEP 1089 (remove_files) COMPLETE
74642024-10-18T17:50:19.910Z[ recovery-image] Oct 18 17:50:17.859 INFO O| Oct 18 17:50:17.859 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74652024-10-18T17:50:19.916Z[ recovery-image] Oct 18 17:50:17.868 INFO O| Oct 18 17:50:17.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
74662024-10-18T17:50:19.916Z[ recovery-image] Oct 18 17:50:17.868 INFO O| Oct 18 17:50:17.868 INFO STEP 1090 (remove_files) COMPLETE
74672024-10-18T17:50:19.919Z[ recovery-image] Oct 18 17:50:17.868 INFO O| Oct 18 17:50:17.868 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74682024-10-18T17:50:19.926Z[ recovery-image] Oct 18 17:50:17.878 INFO O| Oct 18 17:50:17.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
74692024-10-18T17:50:19.926Z[ recovery-image] Oct 18 17:50:17.878 INFO O| Oct 18 17:50:17.878 INFO STEP 1091 (remove_files) COMPLETE
74702024-10-18T17:50:19.926Z[ recovery-image] Oct 18 17:50:17.878 INFO O| Oct 18 17:50:17.878 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74712024-10-18T17:50:19.935Z[ recovery-image] Oct 18 17:50:17.887 INFO O| Oct 18 17:50:17.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
74722024-10-18T17:50:19.935Z[ recovery-image] Oct 18 17:50:17.887 INFO O| Oct 18 17:50:17.887 INFO STEP 1092 (remove_files) COMPLETE
74732024-10-18T17:50:19.935Z[ recovery-image] Oct 18 17:50:17.887 INFO O| Oct 18 17:50:17.887 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74742024-10-18T17:50:19.944Z[ recovery-image] Oct 18 17:50:17.896 INFO O| Oct 18 17:50:17.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
74752024-10-18T17:50:19.944Z[ recovery-image] Oct 18 17:50:17.896 INFO O| Oct 18 17:50:17.896 INFO STEP 1093 (remove_files) COMPLETE
74762024-10-18T17:50:19.948Z[ recovery-image] Oct 18 17:50:17.896 INFO O| Oct 18 17:50:17.896 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74772024-10-18T17:50:19.953Z[ recovery-image] Oct 18 17:50:17.905 INFO O| Oct 18 17:50:17.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
74782024-10-18T17:50:19.953Z[ recovery-image] Oct 18 17:50:17.905 INFO O| Oct 18 17:50:17.905 INFO STEP 1094 (remove_files) COMPLETE
74792024-10-18T17:50:19.956Z[ recovery-image] Oct 18 17:50:17.905 INFO O| Oct 18 17:50:17.905 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74802024-10-18T17:50:19.962Z[ recovery-image] Oct 18 17:50:17.914 INFO O| Oct 18 17:50:17.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
74812024-10-18T17:50:19.965Z[ recovery-image] Oct 18 17:50:17.914 INFO O| Oct 18 17:50:17.914 INFO STEP 1095 (remove_files) COMPLETE
74822024-10-18T17:50:19.965Z[ recovery-image] Oct 18 17:50:17.915 INFO O| Oct 18 17:50:17.914 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74832024-10-18T17:50:19.972Z[ recovery-image] Oct 18 17:50:17.924 INFO O| Oct 18 17:50:17.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
74842024-10-18T17:50:19.974Z[ recovery-image] Oct 18 17:50:17.924 INFO O| Oct 18 17:50:17.924 INFO STEP 1096 (remove_files) COMPLETE
74852024-10-18T17:50:19.974Z[ recovery-image] Oct 18 17:50:17.924 INFO O| Oct 18 17:50:17.924 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74862024-10-18T17:50:19.981Z[ recovery-image] Oct 18 17:50:17.933 INFO O| Oct 18 17:50:17.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
74872024-10-18T17:50:19.981Z[ recovery-image] Oct 18 17:50:17.933 INFO O| Oct 18 17:50:17.933 INFO STEP 1097 (remove_files) COMPLETE
74882024-10-18T17:50:19.984Z[ recovery-image] Oct 18 17:50:17.933 INFO O| Oct 18 17:50:17.933 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74892024-10-18T17:50:19.991Z[ recovery-image] Oct 18 17:50:17.942 INFO O| Oct 18 17:50:17.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
74902024-10-18T17:50:19.991Z[ recovery-image] Oct 18 17:50:17.942 INFO O| Oct 18 17:50:17.942 INFO STEP 1098 (remove_files) COMPLETE
74912024-10-18T17:50:19.994Z[ recovery-image] Oct 18 17:50:17.942 INFO O| Oct 18 17:50:17.942 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74922024-10-18T17:50:19.999Z[ recovery-image] Oct 18 17:50:17.951 INFO O| Oct 18 17:50:17.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
74932024-10-18T17:50:19.999Z[ recovery-image] Oct 18 17:50:17.951 INFO O| Oct 18 17:50:17.951 INFO STEP 1099 (remove_files) COMPLETE
74942024-10-18T17:50:19.999Z[ recovery-image] Oct 18 17:50:17.951 INFO O| Oct 18 17:50:17.951 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74952024-10-18T17:50:20.008Z[ recovery-image] Oct 18 17:50:17.960 INFO O| Oct 18 17:50:17.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
74962024-10-18T17:50:20.011Z[ recovery-image] Oct 18 17:50:17.961 INFO O| Oct 18 17:50:17.961 INFO STEP 1100 (remove_files) COMPLETE
74972024-10-18T17:50:20.011Z[ recovery-image] Oct 18 17:50:17.961 INFO O| Oct 18 17:50:17.961 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74982024-10-18T17:50:20.018Z[ recovery-image] Oct 18 17:50:17.970 INFO O| Oct 18 17:50:17.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
74992024-10-18T17:50:20.018Z[ recovery-image] Oct 18 17:50:17.970 INFO O| Oct 18 17:50:17.970 INFO STEP 1101 (remove_files) COMPLETE
75002024-10-18T17:50:20.018Z[ recovery-image] Oct 18 17:50:17.970 INFO O| Oct 18 17:50:17.970 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75012024-10-18T17:50:20.027Z[ recovery-image] Oct 18 17:50:17.979 INFO O| Oct 18 17:50:17.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
75022024-10-18T17:50:20.028Z[ recovery-image] Oct 18 17:50:17.979 INFO O| Oct 18 17:50:17.979 INFO STEP 1102 (remove_files) COMPLETE
75032024-10-18T17:50:20.028Z[ recovery-image] Oct 18 17:50:17.979 INFO O| Oct 18 17:50:17.979 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75042024-10-18T17:50:20.037Z[ recovery-image] Oct 18 17:50:17.988 INFO O| Oct 18 17:50:17.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
75052024-10-18T17:50:20.037Z[ recovery-image] Oct 18 17:50:17.988 INFO O| Oct 18 17:50:17.988 INFO STEP 1103 (remove_files) COMPLETE
75062024-10-18T17:50:20.039Z[ recovery-image] Oct 18 17:50:17.988 INFO O| Oct 18 17:50:17.988 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75072024-10-18T17:50:20.046Z[ recovery-image] Oct 18 17:50:17.998 INFO O| Oct 18 17:50:17.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
75082024-10-18T17:50:20.046Z[ recovery-image] Oct 18 17:50:17.998 INFO O| Oct 18 17:50:17.998 INFO STEP 1104 (remove_files) COMPLETE
75092024-10-18T17:50:20.046Z[ recovery-image] Oct 18 17:50:17.998 INFO O| Oct 18 17:50:17.998 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75102024-10-18T17:50:20.056Z[ recovery-image] Oct 18 17:50:18.008 INFO O| Oct 18 17:50:18.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
75112024-10-18T17:50:20.056Z[ recovery-image] Oct 18 17:50:18.008 INFO O| Oct 18 17:50:18.008 INFO STEP 1105 (remove_files) COMPLETE
75122024-10-18T17:50:20.056Z[ recovery-image] Oct 18 17:50:18.008 INFO O| Oct 18 17:50:18.008 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75132024-10-18T17:50:20.065Z[ recovery-image] Oct 18 17:50:18.017 INFO O| Oct 18 17:50:18.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
75142024-10-18T17:50:20.065Z[ recovery-image] Oct 18 17:50:18.017 INFO O| Oct 18 17:50:18.017 INFO STEP 1106 (remove_files) COMPLETE
75152024-10-18T17:50:20.065Z[ recovery-image] Oct 18 17:50:18.017 INFO O| Oct 18 17:50:18.017 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75162024-10-18T17:50:20.074Z[ recovery-image] Oct 18 17:50:18.026 INFO O| Oct 18 17:50:18.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
75172024-10-18T17:50:20.074Z[ recovery-image] Oct 18 17:50:18.026 INFO O| Oct 18 17:50:18.026 INFO STEP 1107 (remove_files) COMPLETE
75182024-10-18T17:50:20.077Z[ recovery-image] Oct 18 17:50:18.026 INFO O| Oct 18 17:50:18.026 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75192024-10-18T17:50:20.084Z[ recovery-image] Oct 18 17:50:18.035 INFO O| Oct 18 17:50:18.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
75202024-10-18T17:50:20.084Z[ recovery-image] Oct 18 17:50:18.036 INFO O| Oct 18 17:50:18.036 INFO STEP 1108 (remove_files) COMPLETE
75212024-10-18T17:50:20.086Z[ recovery-image] Oct 18 17:50:18.036 INFO O| Oct 18 17:50:18.036 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75222024-10-18T17:50:20.093Z[ recovery-image] Oct 18 17:50:18.045 INFO O| Oct 18 17:50:18.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
75232024-10-18T17:50:20.093Z[ recovery-image] Oct 18 17:50:18.045 INFO O| Oct 18 17:50:18.045 INFO STEP 1109 (remove_files) COMPLETE
75242024-10-18T17:50:20.095Z[ recovery-image] Oct 18 17:50:18.045 INFO O| Oct 18 17:50:18.045 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75252024-10-18T17:50:20.102Z[ recovery-image] Oct 18 17:50:18.054 INFO O| Oct 18 17:50:18.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
75262024-10-18T17:50:20.102Z[ recovery-image] Oct 18 17:50:18.054 INFO O| Oct 18 17:50:18.054 INFO STEP 1110 (remove_files) COMPLETE
75272024-10-18T17:50:20.105Z[ recovery-image] Oct 18 17:50:18.054 INFO O| Oct 18 17:50:18.054 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75282024-10-18T17:50:20.111Z[ recovery-image] Oct 18 17:50:18.063 INFO O| Oct 18 17:50:18.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
75292024-10-18T17:50:20.111Z[ recovery-image] Oct 18 17:50:18.063 INFO O| Oct 18 17:50:18.063 INFO STEP 1111 (remove_files) COMPLETE
75302024-10-18T17:50:20.114Z[ recovery-image] Oct 18 17:50:18.063 INFO O| Oct 18 17:50:18.063 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75312024-10-18T17:50:20.120Z[ recovery-image] Oct 18 17:50:18.072 INFO O| Oct 18 17:50:18.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
75322024-10-18T17:50:20.120Z[ recovery-image] Oct 18 17:50:18.072 INFO O| Oct 18 17:50:18.072 INFO STEP 1112 (remove_files) COMPLETE
75332024-10-18T17:50:20.123Z[ recovery-image] Oct 18 17:50:18.072 INFO O| Oct 18 17:50:18.072 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75342024-10-18T17:50:20.130Z[ recovery-image] Oct 18 17:50:18.081 INFO O| Oct 18 17:50:18.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
75352024-10-18T17:50:20.130Z[ recovery-image] Oct 18 17:50:18.082 INFO O| Oct 18 17:50:18.081 INFO STEP 1113 (remove_files) COMPLETE
75362024-10-18T17:50:20.132Z[ recovery-image] Oct 18 17:50:18.082 INFO O| Oct 18 17:50:18.081 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75372024-10-18T17:50:20.139Z[ recovery-image] Oct 18 17:50:18.091 INFO O| Oct 18 17:50:18.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
75382024-10-18T17:50:20.139Z[ recovery-image] Oct 18 17:50:18.091 INFO O| Oct 18 17:50:18.091 INFO STEP 1114 (remove_files) COMPLETE
75392024-10-18T17:50:20.147Z[ recovery-image] Oct 18 17:50:18.091 INFO O| Oct 18 17:50:18.091 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75402024-10-18T17:50:20.151Z[ recovery-image] Oct 18 17:50:18.100 INFO O| Oct 18 17:50:18.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
75412024-10-18T17:50:20.151Z[ recovery-image] Oct 18 17:50:18.100 INFO O| Oct 18 17:50:18.100 INFO STEP 1115 (remove_files) COMPLETE
75422024-10-18T17:50:20.151Z[ recovery-image] Oct 18 17:50:18.100 INFO O| Oct 18 17:50:18.100 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75432024-10-18T17:50:20.157Z[ recovery-image] Oct 18 17:50:18.109 INFO O| Oct 18 17:50:18.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
75442024-10-18T17:50:20.157Z[ recovery-image] Oct 18 17:50:18.109 INFO O| Oct 18 17:50:18.109 INFO STEP 1116 (remove_files) COMPLETE
75452024-10-18T17:50:20.160Z[ recovery-image] Oct 18 17:50:18.109 INFO O| Oct 18 17:50:18.109 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75462024-10-18T17:50:20.166Z[ recovery-image] Oct 18 17:50:18.118 INFO O| Oct 18 17:50:18.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
75472024-10-18T17:50:20.166Z[ recovery-image] Oct 18 17:50:18.118 INFO O| Oct 18 17:50:18.118 INFO STEP 1117 (remove_files) COMPLETE
75482024-10-18T17:50:20.169Z[ recovery-image] Oct 18 17:50:18.118 INFO O| Oct 18 17:50:18.118 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75492024-10-18T17:50:20.175Z[ recovery-image] Oct 18 17:50:18.127 INFO O| Oct 18 17:50:18.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
75502024-10-18T17:50:20.175Z[ recovery-image] Oct 18 17:50:18.127 INFO O| Oct 18 17:50:18.127 INFO STEP 1118 (remove_files) COMPLETE
75512024-10-18T17:50:20.175Z[ recovery-image] Oct 18 17:50:18.127 INFO O| Oct 18 17:50:18.127 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75522024-10-18T17:50:20.185Z[ recovery-image] Oct 18 17:50:18.136 INFO O| Oct 18 17:50:18.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
75532024-10-18T17:50:20.187Z[ recovery-image] Oct 18 17:50:18.137 INFO O| Oct 18 17:50:18.137 INFO STEP 1119 (remove_files) COMPLETE
75542024-10-18T17:50:20.187Z[ recovery-image] Oct 18 17:50:18.137 INFO O| Oct 18 17:50:18.137 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75552024-10-18T17:50:20.194Z[ recovery-image] Oct 18 17:50:18.146 INFO O| Oct 18 17:50:18.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
75562024-10-18T17:50:20.194Z[ recovery-image] Oct 18 17:50:18.146 INFO O| Oct 18 17:50:18.146 INFO STEP 1120 (remove_files) COMPLETE
75572024-10-18T17:50:20.197Z[ recovery-image] Oct 18 17:50:18.146 INFO O| Oct 18 17:50:18.146 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75582024-10-18T17:50:20.204Z[ recovery-image] Oct 18 17:50:18.155 INFO O| Oct 18 17:50:18.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
75592024-10-18T17:50:20.204Z[ recovery-image] Oct 18 17:50:18.155 INFO O| Oct 18 17:50:18.155 INFO STEP 1121 (remove_files) COMPLETE
75602024-10-18T17:50:20.207Z[ recovery-image] Oct 18 17:50:18.155 INFO O| Oct 18 17:50:18.155 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75612024-10-18T17:50:20.212Z[ recovery-image] Oct 18 17:50:18.164 INFO O| Oct 18 17:50:18.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
75622024-10-18T17:50:20.215Z[ recovery-image] Oct 18 17:50:18.164 INFO O| Oct 18 17:50:18.164 INFO STEP 1122 (remove_files) COMPLETE
75632024-10-18T17:50:20.215Z[ recovery-image] Oct 18 17:50:18.164 INFO O| Oct 18 17:50:18.164 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75642024-10-18T17:50:20.222Z[ recovery-image] Oct 18 17:50:18.173 INFO O| Oct 18 17:50:18.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
75652024-10-18T17:50:20.222Z[ recovery-image] Oct 18 17:50:18.173 INFO O| Oct 18 17:50:18.173 INFO STEP 1123 (remove_files) COMPLETE
75662024-10-18T17:50:20.222Z[ recovery-image] Oct 18 17:50:18.173 INFO O| Oct 18 17:50:18.173 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75672024-10-18T17:50:20.225Z[ host-image] Oct 18 17:50:18.177 INFO O| Oct 18 17:50:18.177 INFO O| Done
75682024-10-18T17:50:20.231Z[ recovery-image] Oct 18 17:50:18.183 INFO O| Oct 18 17:50:18.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
75692024-10-18T17:50:20.233Z[ recovery-image] Oct 18 17:50:18.183 INFO O| Oct 18 17:50:18.183 INFO STEP 1124 (remove_files) COMPLETE
75702024-10-18T17:50:20.233Z[ recovery-image] Oct 18 17:50:18.183 INFO O| Oct 18 17:50:18.183 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75712024-10-18T17:50:20.240Z[ recovery-image] Oct 18 17:50:18.192 INFO O| Oct 18 17:50:18.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
75722024-10-18T17:50:20.243Z[ recovery-image] Oct 18 17:50:18.192 INFO O| Oct 18 17:50:18.192 INFO STEP 1125 (remove_files) COMPLETE
75732024-10-18T17:50:20.243Z[ recovery-image] Oct 18 17:50:18.192 INFO O| Oct 18 17:50:18.192 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75742024-10-18T17:50:20.250Z[ recovery-image] Oct 18 17:50:18.202 INFO O| Oct 18 17:50:18.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
75752024-10-18T17:50:20.250Z[ recovery-image] Oct 18 17:50:18.202 INFO O| Oct 18 17:50:18.202 INFO STEP 1126 (remove_files) COMPLETE
75762024-10-18T17:50:20.252Z[ recovery-image] Oct 18 17:50:18.202 INFO O| Oct 18 17:50:18.202 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75772024-10-18T17:50:20.259Z[ recovery-image] Oct 18 17:50:18.211 INFO O| Oct 18 17:50:18.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
75782024-10-18T17:50:20.259Z[ recovery-image] Oct 18 17:50:18.211 INFO O| Oct 18 17:50:18.211 INFO STEP 1127 (remove_files) COMPLETE
75792024-10-18T17:50:20.261Z[ recovery-image] Oct 18 17:50:18.211 INFO O| Oct 18 17:50:18.211 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75802024-10-18T17:50:20.268Z[ recovery-image] Oct 18 17:50:18.220 INFO O| Oct 18 17:50:18.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
75812024-10-18T17:50:20.272Z[ recovery-image] Oct 18 17:50:18.220 INFO O| Oct 18 17:50:18.220 INFO STEP 1128 (remove_files) COMPLETE
75822024-10-18T17:50:20.272Z[ recovery-image] Oct 18 17:50:18.220 INFO O| Oct 18 17:50:18.220 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75832024-10-18T17:50:20.278Z[ recovery-image] Oct 18 17:50:18.230 INFO O| Oct 18 17:50:18.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
75842024-10-18T17:50:20.278Z[ recovery-image] Oct 18 17:50:18.230 INFO O| Oct 18 17:50:18.230 INFO STEP 1129 (remove_files) COMPLETE
75852024-10-18T17:50:20.281Z[ recovery-image] Oct 18 17:50:18.230 INFO O| Oct 18 17:50:18.230 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75862024-10-18T17:50:20.287Z[ recovery-image] Oct 18 17:50:18.239 INFO O| Oct 18 17:50:18.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
75872024-10-18T17:50:20.287Z[ recovery-image] Oct 18 17:50:18.239 INFO O| Oct 18 17:50:18.239 INFO STEP 1130 (remove_files) COMPLETE
75882024-10-18T17:50:20.290Z[ recovery-image] Oct 18 17:50:18.239 INFO O| Oct 18 17:50:18.239 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75892024-10-18T17:50:20.297Z[ recovery-image] Oct 18 17:50:18.249 INFO O| Oct 18 17:50:18.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
75902024-10-18T17:50:20.297Z[ recovery-image] Oct 18 17:50:18.249 INFO O| Oct 18 17:50:18.249 INFO STEP 1131 (remove_files) COMPLETE
75912024-10-18T17:50:20.299Z[ recovery-image] Oct 18 17:50:18.249 INFO O| Oct 18 17:50:18.249 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75922024-10-18T17:50:20.306Z[ recovery-image] Oct 18 17:50:18.258 INFO O| Oct 18 17:50:18.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
75932024-10-18T17:50:20.306Z[ recovery-image] Oct 18 17:50:18.258 INFO O| Oct 18 17:50:18.258 INFO STEP 1132 (remove_files) COMPLETE
75942024-10-18T17:50:20.309Z[ recovery-image] Oct 18 17:50:18.258 INFO O| Oct 18 17:50:18.258 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75952024-10-18T17:50:20.316Z[ recovery-image] Oct 18 17:50:18.267 INFO O| Oct 18 17:50:18.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
75962024-10-18T17:50:20.319Z[ recovery-image] Oct 18 17:50:18.267 INFO O| Oct 18 17:50:18.267 INFO STEP 1133 (remove_files) COMPLETE
75972024-10-18T17:50:20.320Z[ recovery-image] Oct 18 17:50:18.267 INFO O| Oct 18 17:50:18.267 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75982024-10-18T17:50:20.325Z[ recovery-image] Oct 18 17:50:18.277 INFO O| Oct 18 17:50:18.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
75992024-10-18T17:50:20.328Z[ recovery-image] Oct 18 17:50:18.277 INFO O| Oct 18 17:50:18.277 INFO STEP 1134 (remove_files) COMPLETE
76002024-10-18T17:50:20.328Z[ recovery-image] Oct 18 17:50:18.277 INFO O| Oct 18 17:50:18.277 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76012024-10-18T17:50:20.336Z[ recovery-image] Oct 18 17:50:18.286 INFO O| Oct 18 17:50:18.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
76022024-10-18T17:50:20.336Z[ recovery-image] Oct 18 17:50:18.286 INFO O| Oct 18 17:50:18.286 INFO STEP 1135 (remove_files) COMPLETE
76032024-10-18T17:50:20.336Z[ recovery-image] Oct 18 17:50:18.286 INFO O| Oct 18 17:50:18.286 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76042024-10-18T17:50:20.345Z[ recovery-image] Oct 18 17:50:18.296 INFO O| Oct 18 17:50:18.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
76052024-10-18T17:50:20.345Z[ recovery-image] Oct 18 17:50:18.296 INFO O| Oct 18 17:50:18.296 INFO STEP 1136 (remove_files) COMPLETE
76062024-10-18T17:50:20.345Z[ recovery-image] Oct 18 17:50:18.296 INFO O| Oct 18 17:50:18.296 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76072024-10-18T17:50:20.356Z[ recovery-image] Oct 18 17:50:18.305 INFO O| Oct 18 17:50:18.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
76082024-10-18T17:50:20.356Z[ recovery-image] Oct 18 17:50:18.305 INFO O| Oct 18 17:50:18.305 INFO STEP 1137 (remove_files) COMPLETE
76092024-10-18T17:50:20.359Z[ recovery-image] Oct 18 17:50:18.305 INFO O| Oct 18 17:50:18.305 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76102024-10-18T17:50:20.364Z[ recovery-image] Oct 18 17:50:18.314 INFO O| Oct 18 17:50:18.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
76112024-10-18T17:50:20.364Z[ recovery-image] Oct 18 17:50:18.315 INFO O| Oct 18 17:50:18.314 INFO STEP 1138 (remove_files) COMPLETE
76122024-10-18T17:50:20.367Z[ recovery-image] Oct 18 17:50:18.315 INFO O| Oct 18 17:50:18.315 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76132024-10-18T17:50:20.372Z[ recovery-image] Oct 18 17:50:18.324 INFO O| Oct 18 17:50:18.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
76142024-10-18T17:50:20.372Z[ recovery-image] Oct 18 17:50:18.324 INFO O| Oct 18 17:50:18.324 INFO STEP 1139 (remove_files) COMPLETE
76152024-10-18T17:50:20.375Z[ recovery-image] Oct 18 17:50:18.324 INFO O| Oct 18 17:50:18.324 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76162024-10-18T17:50:20.381Z[ recovery-image] Oct 18 17:50:18.333 INFO O| Oct 18 17:50:18.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
76172024-10-18T17:50:20.382Z[ recovery-image] Oct 18 17:50:18.333 INFO O| Oct 18 17:50:18.333 INFO STEP 1140 (remove_files) COMPLETE
76182024-10-18T17:50:20.382Z[ recovery-image] Oct 18 17:50:18.333 INFO O| Oct 18 17:50:18.333 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76192024-10-18T17:50:20.391Z[ recovery-image] Oct 18 17:50:18.343 INFO O| Oct 18 17:50:18.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
76202024-10-18T17:50:20.391Z[ recovery-image] Oct 18 17:50:18.343 INFO O| Oct 18 17:50:18.343 INFO STEP 1141 (remove_files) COMPLETE
76212024-10-18T17:50:20.394Z[ recovery-image] Oct 18 17:50:18.343 INFO O| Oct 18 17:50:18.343 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76222024-10-18T17:50:20.400Z[ recovery-image] Oct 18 17:50:18.352 INFO O| Oct 18 17:50:18.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
76232024-10-18T17:50:20.400Z[ recovery-image] Oct 18 17:50:18.352 INFO O| Oct 18 17:50:18.352 INFO STEP 1142 (remove_files) COMPLETE
76242024-10-18T17:50:20.403Z[ recovery-image] Oct 18 17:50:18.352 INFO O| Oct 18 17:50:18.352 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76252024-10-18T17:50:20.409Z[ recovery-image] Oct 18 17:50:18.361 INFO O| Oct 18 17:50:18.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
76262024-10-18T17:50:20.409Z[ recovery-image] Oct 18 17:50:18.361 INFO O| Oct 18 17:50:18.361 INFO STEP 1143 (remove_files) COMPLETE
76272024-10-18T17:50:20.409Z[ recovery-image] Oct 18 17:50:18.361 INFO O| Oct 18 17:50:18.361 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76282024-10-18T17:50:20.419Z[ recovery-image] Oct 18 17:50:18.370 INFO O| Oct 18 17:50:18.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
76292024-10-18T17:50:20.421Z[ recovery-image] Oct 18 17:50:18.370 INFO O| Oct 18 17:50:18.370 INFO STEP 1144 (remove_files) COMPLETE
76302024-10-18T17:50:20.421Z[ recovery-image] Oct 18 17:50:18.371 INFO O| Oct 18 17:50:18.370 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76312024-10-18T17:50:20.428Z[ recovery-image] Oct 18 17:50:18.380 INFO O| Oct 18 17:50:18.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
76322024-10-18T17:50:20.428Z[ recovery-image] Oct 18 17:50:18.380 INFO O| Oct 18 17:50:18.380 INFO STEP 1145 (remove_files) COMPLETE
76332024-10-18T17:50:20.428Z[ recovery-image] Oct 18 17:50:18.380 INFO O| Oct 18 17:50:18.380 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76342024-10-18T17:50:20.437Z[ recovery-image] Oct 18 17:50:18.389 INFO O| Oct 18 17:50:18.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
76352024-10-18T17:50:20.440Z[ recovery-image] Oct 18 17:50:18.389 INFO O| Oct 18 17:50:18.389 INFO STEP 1146 (remove_files) COMPLETE
76362024-10-18T17:50:20.440Z[ recovery-image] Oct 18 17:50:18.389 INFO O| Oct 18 17:50:18.389 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76372024-10-18T17:50:20.447Z[ recovery-image] Oct 18 17:50:18.398 INFO O| Oct 18 17:50:18.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
76382024-10-18T17:50:20.449Z[ recovery-image] Oct 18 17:50:18.398 INFO O| Oct 18 17:50:18.398 INFO STEP 1147 (remove_files) COMPLETE
76392024-10-18T17:50:20.449Z[ recovery-image] Oct 18 17:50:18.399 INFO O| Oct 18 17:50:18.398 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76402024-10-18T17:50:20.456Z[ recovery-image] Oct 18 17:50:18.408 INFO O| Oct 18 17:50:18.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
76412024-10-18T17:50:20.458Z[ recovery-image] Oct 18 17:50:18.408 INFO O| Oct 18 17:50:18.408 INFO STEP 1148 (remove_files) COMPLETE
76422024-10-18T17:50:20.459Z[ recovery-image] Oct 18 17:50:18.408 INFO O| Oct 18 17:50:18.408 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76432024-10-18T17:50:20.466Z[ recovery-image] Oct 18 17:50:18.417 INFO O| Oct 18 17:50:18.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
76442024-10-18T17:50:20.466Z[ recovery-image] Oct 18 17:50:18.418 INFO O| Oct 18 17:50:18.417 INFO STEP 1149 (remove_files) COMPLETE
76452024-10-18T17:50:20.469Z[ recovery-image] Oct 18 17:50:18.418 INFO O| Oct 18 17:50:18.418 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76462024-10-18T17:50:20.475Z[ recovery-image] Oct 18 17:50:18.427 INFO O| Oct 18 17:50:18.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
76472024-10-18T17:50:20.477Z[ recovery-image] Oct 18 17:50:18.427 INFO O| Oct 18 17:50:18.427 INFO STEP 1150 (remove_files) COMPLETE
76482024-10-18T17:50:20.477Z[ recovery-image] Oct 18 17:50:18.427 INFO O| Oct 18 17:50:18.427 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76492024-10-18T17:50:20.484Z[ recovery-image] Oct 18 17:50:18.436 INFO O| Oct 18 17:50:18.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
76502024-10-18T17:50:20.487Z[ recovery-image] Oct 18 17:50:18.436 INFO O| Oct 18 17:50:18.436 INFO STEP 1151 (remove_files) COMPLETE
76512024-10-18T17:50:20.487Z[ recovery-image] Oct 18 17:50:18.436 INFO O| Oct 18 17:50:18.436 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76522024-10-18T17:50:20.493Z[ recovery-image] Oct 18 17:50:18.445 INFO O| Oct 18 17:50:18.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
76532024-10-18T17:50:20.493Z[ recovery-image] Oct 18 17:50:18.445 INFO O| Oct 18 17:50:18.445 INFO STEP 1152 (remove_files) COMPLETE
76542024-10-18T17:50:20.493Z[ recovery-image] Oct 18 17:50:18.445 INFO O| Oct 18 17:50:18.445 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76552024-10-18T17:50:20.503Z[ recovery-image] Oct 18 17:50:18.454 INFO O| Oct 18 17:50:18.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
76562024-10-18T17:50:20.505Z[ recovery-image] Oct 18 17:50:18.454 INFO O| Oct 18 17:50:18.454 INFO STEP 1153 (remove_files) COMPLETE
76572024-10-18T17:50:20.505Z[ recovery-image] Oct 18 17:50:18.454 INFO O| Oct 18 17:50:18.454 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76582024-10-18T17:50:20.512Z[ recovery-image] Oct 18 17:50:18.463 INFO O| Oct 18 17:50:18.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
76592024-10-18T17:50:20.514Z[ recovery-image] Oct 18 17:50:18.464 INFO O| Oct 18 17:50:18.463 INFO STEP 1154 (remove_files) COMPLETE
76602024-10-18T17:50:20.514Z[ recovery-image] Oct 18 17:50:18.464 INFO O| Oct 18 17:50:18.464 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76612024-10-18T17:50:20.521Z[ recovery-image] Oct 18 17:50:18.473 INFO O| Oct 18 17:50:18.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
76622024-10-18T17:50:20.521Z[ recovery-image] Oct 18 17:50:18.473 INFO O| Oct 18 17:50:18.473 INFO STEP 1155 (remove_files) COMPLETE
76632024-10-18T17:50:20.524Z[ recovery-image] Oct 18 17:50:18.473 INFO O| Oct 18 17:50:18.473 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76642024-10-18T17:50:20.530Z[ recovery-image] Oct 18 17:50:18.482 INFO O| Oct 18 17:50:18.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
76652024-10-18T17:50:20.530Z[ recovery-image] Oct 18 17:50:18.482 INFO O| Oct 18 17:50:18.482 INFO STEP 1156 (remove_files) COMPLETE
76662024-10-18T17:50:20.533Z[ recovery-image] Oct 18 17:50:18.482 INFO O| Oct 18 17:50:18.482 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76672024-10-18T17:50:20.539Z[ recovery-image] Oct 18 17:50:18.491 INFO O| Oct 18 17:50:18.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
76682024-10-18T17:50:20.539Z[ recovery-image] Oct 18 17:50:18.491 INFO O| Oct 18 17:50:18.491 INFO STEP 1157 (remove_files) COMPLETE
76692024-10-18T17:50:20.542Z[ recovery-image] Oct 18 17:50:18.491 INFO O| Oct 18 17:50:18.491 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76702024-10-18T17:50:20.549Z[ recovery-image] Oct 18 17:50:18.500 INFO O| Oct 18 17:50:18.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
76712024-10-18T17:50:20.549Z[ recovery-image] Oct 18 17:50:18.500 INFO O| Oct 18 17:50:18.500 INFO STEP 1158 (remove_files) COMPLETE
76722024-10-18T17:50:20.549Z[ recovery-image] Oct 18 17:50:18.500 INFO O| Oct 18 17:50:18.500 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76732024-10-18T17:50:20.558Z[ recovery-image] Oct 18 17:50:18.510 INFO O| Oct 18 17:50:18.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
76742024-10-18T17:50:20.558Z[ recovery-image] Oct 18 17:50:18.510 INFO O| Oct 18 17:50:18.510 INFO STEP 1159 (remove_files) COMPLETE
76752024-10-18T17:50:20.560Z[ recovery-image] Oct 18 17:50:18.510 INFO O| Oct 18 17:50:18.510 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76762024-10-18T17:50:20.567Z[ recovery-image] Oct 18 17:50:18.519 INFO O| Oct 18 17:50:18.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
76772024-10-18T17:50:20.567Z[ recovery-image] Oct 18 17:50:18.519 INFO O| Oct 18 17:50:18.519 INFO STEP 1160 (remove_files) COMPLETE
76782024-10-18T17:50:20.570Z[ recovery-image] Oct 18 17:50:18.519 INFO O| Oct 18 17:50:18.519 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76792024-10-18T17:50:20.578Z[ recovery-image] Oct 18 17:50:18.529 INFO O| Oct 18 17:50:18.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
76802024-10-18T17:50:20.578Z[ recovery-image] Oct 18 17:50:18.529 INFO O| Oct 18 17:50:18.529 INFO STEP 1161 (remove_files) COMPLETE
76812024-10-18T17:50:20.581Z[ recovery-image] Oct 18 17:50:18.529 INFO O| Oct 18 17:50:18.529 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76822024-10-18T17:50:20.587Z[ recovery-image] Oct 18 17:50:18.539 INFO O| Oct 18 17:50:18.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
76832024-10-18T17:50:20.587Z[ recovery-image] Oct 18 17:50:18.539 INFO O| Oct 18 17:50:18.539 INFO STEP 1162 (remove_files) COMPLETE
76842024-10-18T17:50:20.590Z[ recovery-image] Oct 18 17:50:18.539 INFO O| Oct 18 17:50:18.539 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76852024-10-18T17:50:20.596Z[ recovery-image] Oct 18 17:50:18.548 INFO O| Oct 18 17:50:18.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
76862024-10-18T17:50:20.596Z[ recovery-image] Oct 18 17:50:18.548 INFO O| Oct 18 17:50:18.548 INFO STEP 1163 (remove_files) COMPLETE
76872024-10-18T17:50:20.599Z[ recovery-image] Oct 18 17:50:18.548 INFO O| Oct 18 17:50:18.548 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76882024-10-18T17:50:20.605Z[ recovery-image] Oct 18 17:50:18.557 INFO O| Oct 18 17:50:18.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
76892024-10-18T17:50:20.605Z[ recovery-image] Oct 18 17:50:18.557 INFO O| Oct 18 17:50:18.557 INFO STEP 1164 (remove_files) COMPLETE
76902024-10-18T17:50:20.608Z[ recovery-image] Oct 18 17:50:18.557 INFO O| Oct 18 17:50:18.557 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76912024-10-18T17:50:20.615Z[ recovery-image] Oct 18 17:50:18.566 INFO O| Oct 18 17:50:18.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
76922024-10-18T17:50:20.617Z[ recovery-image] Oct 18 17:50:18.567 INFO O| Oct 18 17:50:18.567 INFO STEP 1165 (remove_files) COMPLETE
76932024-10-18T17:50:20.617Z[ recovery-image] Oct 18 17:50:18.567 INFO O| Oct 18 17:50:18.567 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76942024-10-18T17:50:20.624Z[ recovery-image] Oct 18 17:50:18.576 INFO O| Oct 18 17:50:18.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
76952024-10-18T17:50:20.624Z[ recovery-image] Oct 18 17:50:18.576 INFO O| Oct 18 17:50:18.576 INFO STEP 1166 (remove_files) COMPLETE
76962024-10-18T17:50:20.624Z[ recovery-image] Oct 18 17:50:18.576 INFO O| Oct 18 17:50:18.576 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76972024-10-18T17:50:20.633Z[ recovery-image] Oct 18 17:50:18.585 INFO O| Oct 18 17:50:18.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
76982024-10-18T17:50:20.633Z[ recovery-image] Oct 18 17:50:18.585 INFO O| Oct 18 17:50:18.585 INFO STEP 1167 (remove_files) COMPLETE
76992024-10-18T17:50:20.636Z[ recovery-image] Oct 18 17:50:18.585 INFO O| Oct 18 17:50:18.585 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77002024-10-18T17:50:20.643Z[ recovery-image] Oct 18 17:50:18.594 INFO O| Oct 18 17:50:18.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
77012024-10-18T17:50:20.643Z[ recovery-image] Oct 18 17:50:18.595 INFO O| Oct 18 17:50:18.595 INFO STEP 1168 (remove_files) COMPLETE
77022024-10-18T17:50:20.643Z[ recovery-image] Oct 18 17:50:18.595 INFO O| Oct 18 17:50:18.595 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77032024-10-18T17:50:20.652Z[ recovery-image] Oct 18 17:50:18.604 INFO O| Oct 18 17:50:18.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
77042024-10-18T17:50:20.654Z[ recovery-image] Oct 18 17:50:18.604 INFO O| Oct 18 17:50:18.604 INFO STEP 1169 (remove_files) COMPLETE
77052024-10-18T17:50:20.654Z[ recovery-image] Oct 18 17:50:18.604 INFO O| Oct 18 17:50:18.604 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77062024-10-18T17:50:20.661Z[ recovery-image] Oct 18 17:50:18.613 INFO O| Oct 18 17:50:18.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
77072024-10-18T17:50:20.661Z[ recovery-image] Oct 18 17:50:18.613 INFO O| Oct 18 17:50:18.613 INFO STEP 1170 (remove_files) COMPLETE
77082024-10-18T17:50:20.661Z[ recovery-image] Oct 18 17:50:18.613 INFO O| Oct 18 17:50:18.613 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77092024-10-18T17:50:20.671Z[ recovery-image] Oct 18 17:50:18.622 INFO O| Oct 18 17:50:18.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
77102024-10-18T17:50:20.671Z[ recovery-image] Oct 18 17:50:18.622 INFO O| Oct 18 17:50:18.622 INFO STEP 1171 (remove_files) COMPLETE
77112024-10-18T17:50:20.674Z[ recovery-image] Oct 18 17:50:18.622 INFO O| Oct 18 17:50:18.622 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77122024-10-18T17:50:20.680Z[ recovery-image] Oct 18 17:50:18.632 INFO O| Oct 18 17:50:18.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
77132024-10-18T17:50:20.680Z[ recovery-image] Oct 18 17:50:18.632 INFO O| Oct 18 17:50:18.632 INFO STEP 1172 (remove_files) COMPLETE
77142024-10-18T17:50:20.682Z[ recovery-image] Oct 18 17:50:18.632 INFO O| Oct 18 17:50:18.632 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77152024-10-18T17:50:20.689Z[ recovery-image] Oct 18 17:50:18.641 INFO O| Oct 18 17:50:18.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
77162024-10-18T17:50:20.689Z[ recovery-image] Oct 18 17:50:18.641 INFO O| Oct 18 17:50:18.641 INFO STEP 1173 (remove_files) COMPLETE
77172024-10-18T17:50:20.692Z[ recovery-image] Oct 18 17:50:18.641 INFO O| Oct 18 17:50:18.641 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77182024-10-18T17:50:20.698Z[ recovery-image] Oct 18 17:50:18.650 INFO O| Oct 18 17:50:18.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
77192024-10-18T17:50:20.698Z[ recovery-image] Oct 18 17:50:18.650 INFO O| Oct 18 17:50:18.650 INFO STEP 1174 (remove_files) COMPLETE
77202024-10-18T17:50:20.701Z[ recovery-image] Oct 18 17:50:18.650 INFO O| Oct 18 17:50:18.650 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77212024-10-18T17:50:20.709Z[ recovery-image] Oct 18 17:50:18.661 INFO O| Oct 18 17:50:18.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
77222024-10-18T17:50:20.712Z[ recovery-image] Oct 18 17:50:18.661 INFO O| Oct 18 17:50:18.661 INFO STEP 1175 (remove_files) COMPLETE
77232024-10-18T17:50:20.712Z[ recovery-image] Oct 18 17:50:18.661 INFO O| Oct 18 17:50:18.661 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77242024-10-18T17:50:20.719Z[ recovery-image] Oct 18 17:50:18.670 INFO O| Oct 18 17:50:18.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
77252024-10-18T17:50:20.719Z[ recovery-image] Oct 18 17:50:18.670 INFO O| Oct 18 17:50:18.670 INFO STEP 1176 (remove_files) COMPLETE
77262024-10-18T17:50:20.721Z[ recovery-image] Oct 18 17:50:18.670 INFO O| Oct 18 17:50:18.670 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77272024-10-18T17:50:20.728Z[ recovery-image] Oct 18 17:50:18.680 INFO O| Oct 18 17:50:18.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
77282024-10-18T17:50:20.728Z[ recovery-image] Oct 18 17:50:18.680 INFO O| Oct 18 17:50:18.680 INFO STEP 1177 (remove_files) COMPLETE
77292024-10-18T17:50:20.731Z[ recovery-image] Oct 18 17:50:18.680 INFO O| Oct 18 17:50:18.680 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77302024-10-18T17:50:20.737Z[ recovery-image] Oct 18 17:50:18.689 INFO O| Oct 18 17:50:18.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
77312024-10-18T17:50:20.737Z[ recovery-image] Oct 18 17:50:18.689 INFO O| Oct 18 17:50:18.689 INFO STEP 1178 (remove_files) COMPLETE
77322024-10-18T17:50:20.740Z[ recovery-image] Oct 18 17:50:18.689 INFO O| Oct 18 17:50:18.689 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77332024-10-18T17:50:20.747Z[ recovery-image] Oct 18 17:50:18.698 INFO O| Oct 18 17:50:18.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
77342024-10-18T17:50:20.747Z[ recovery-image] Oct 18 17:50:18.699 INFO O| Oct 18 17:50:18.698 INFO STEP 1179 (remove_files) COMPLETE
77352024-10-18T17:50:20.747Z[ recovery-image] Oct 18 17:50:18.699 INFO O| Oct 18 17:50:18.699 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77362024-10-18T17:50:20.756Z[ recovery-image] Oct 18 17:50:18.708 INFO O| Oct 18 17:50:18.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
77372024-10-18T17:50:20.758Z[ recovery-image] Oct 18 17:50:18.708 INFO O| Oct 18 17:50:18.708 INFO STEP 1180 (remove_files) COMPLETE
77382024-10-18T17:50:20.759Z[ recovery-image] Oct 18 17:50:18.708 INFO O| Oct 18 17:50:18.708 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77392024-10-18T17:50:20.765Z[ recovery-image] Oct 18 17:50:18.717 INFO O| Oct 18 17:50:18.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
77402024-10-18T17:50:20.765Z[ recovery-image] Oct 18 17:50:18.717 INFO O| Oct 18 17:50:18.717 INFO STEP 1181 (remove_files) COMPLETE
77412024-10-18T17:50:20.768Z[ recovery-image] Oct 18 17:50:18.717 INFO O| Oct 18 17:50:18.717 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77422024-10-18T17:50:20.775Z[ recovery-image] Oct 18 17:50:18.726 INFO O| Oct 18 17:50:18.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
77432024-10-18T17:50:20.775Z[ recovery-image] Oct 18 17:50:18.727 INFO O| Oct 18 17:50:18.727 INFO STEP 1182 (remove_files) COMPLETE
77442024-10-18T17:50:20.777Z[ recovery-image] Oct 18 17:50:18.727 INFO O| Oct 18 17:50:18.727 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77452024-10-18T17:50:20.784Z[ recovery-image] Oct 18 17:50:18.736 INFO O| Oct 18 17:50:18.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
77462024-10-18T17:50:20.787Z[ recovery-image] Oct 18 17:50:18.736 INFO O| Oct 18 17:50:18.736 INFO STEP 1183 (remove_files) COMPLETE
77472024-10-18T17:50:20.787Z[ recovery-image] Oct 18 17:50:18.736 INFO O| Oct 18 17:50:18.736 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77482024-10-18T17:50:20.793Z[ recovery-image] Oct 18 17:50:18.745 INFO O| Oct 18 17:50:18.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
77492024-10-18T17:50:20.793Z[ recovery-image] Oct 18 17:50:18.745 INFO O| Oct 18 17:50:18.745 INFO STEP 1184 (remove_files) COMPLETE
77502024-10-18T17:50:20.793Z[ recovery-image] Oct 18 17:50:18.745 INFO O| Oct 18 17:50:18.745 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77512024-10-18T17:50:20.802Z[ recovery-image] Oct 18 17:50:18.754 INFO O| Oct 18 17:50:18.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
77522024-10-18T17:50:20.802Z[ recovery-image] Oct 18 17:50:18.754 INFO O| Oct 18 17:50:18.754 INFO STEP 1185 (remove_files) COMPLETE
77532024-10-18T17:50:20.802Z[ recovery-image] Oct 18 17:50:18.754 INFO O| Oct 18 17:50:18.754 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77542024-10-18T17:50:20.812Z[ recovery-image] Oct 18 17:50:18.763 INFO O| Oct 18 17:50:18.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
77552024-10-18T17:50:20.820Z[ recovery-image] Oct 18 17:50:18.763 INFO O| Oct 18 17:50:18.763 INFO STEP 1186 (remove_files) COMPLETE
77562024-10-18T17:50:20.820Z[ recovery-image] Oct 18 17:50:18.763 INFO O| Oct 18 17:50:18.763 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77572024-10-18T17:50:20.828Z[ recovery-image] Oct 18 17:50:18.773 INFO O| Oct 18 17:50:18.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
77582024-10-18T17:50:20.828Z[ recovery-image] Oct 18 17:50:18.773 INFO O| Oct 18 17:50:18.773 INFO STEP 1187 (remove_files) COMPLETE
77592024-10-18T17:50:20.828Z[ recovery-image] Oct 18 17:50:18.773 INFO O| Oct 18 17:50:18.773 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77602024-10-18T17:50:20.833Z[ recovery-image] Oct 18 17:50:18.782 INFO O| Oct 18 17:50:18.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
77612024-10-18T17:50:20.833Z[ recovery-image] Oct 18 17:50:18.782 INFO O| Oct 18 17:50:18.782 INFO STEP 1188 (remove_files) COMPLETE
77622024-10-18T17:50:20.833Z[ recovery-image] Oct 18 17:50:18.782 INFO O| Oct 18 17:50:18.782 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77632024-10-18T17:50:20.841Z[ recovery-image] Oct 18 17:50:18.793 INFO O| Oct 18 17:50:18.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
77642024-10-18T17:50:20.844Z[ recovery-image] Oct 18 17:50:18.793 INFO O| Oct 18 17:50:18.793 INFO STEP 1189 (remove_files) COMPLETE
77652024-10-18T17:50:20.844Z[ recovery-image] Oct 18 17:50:18.793 INFO O| Oct 18 17:50:18.793 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77662024-10-18T17:50:20.850Z[ recovery-image] Oct 18 17:50:18.802 INFO O| Oct 18 17:50:18.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
77672024-10-18T17:50:20.853Z[ recovery-image] Oct 18 17:50:18.802 INFO O| Oct 18 17:50:18.802 INFO STEP 1190 (remove_files) COMPLETE
77682024-10-18T17:50:20.853Z[ recovery-image] Oct 18 17:50:18.802 INFO O| Oct 18 17:50:18.802 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77692024-10-18T17:50:20.860Z[ recovery-image] Oct 18 17:50:18.812 INFO O| Oct 18 17:50:18.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
77702024-10-18T17:50:20.860Z[ recovery-image] Oct 18 17:50:18.812 INFO O| Oct 18 17:50:18.812 INFO STEP 1191 (remove_files) COMPLETE
77712024-10-18T17:50:20.863Z[ recovery-image] Oct 18 17:50:18.812 INFO O| Oct 18 17:50:18.812 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77722024-10-18T17:50:20.869Z[ recovery-image] Oct 18 17:50:18.821 INFO O| Oct 18 17:50:18.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
77732024-10-18T17:50:20.869Z[ recovery-image] Oct 18 17:50:18.821 INFO O| Oct 18 17:50:18.821 INFO STEP 1192 (remove_files) COMPLETE
77742024-10-18T17:50:20.871Z[ recovery-image] Oct 18 17:50:18.821 INFO O| Oct 18 17:50:18.821 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77752024-10-18T17:50:20.879Z[ recovery-image] Oct 18 17:50:18.830 INFO O| Oct 18 17:50:18.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
77762024-10-18T17:50:20.881Z[ recovery-image] Oct 18 17:50:18.830 INFO O| Oct 18 17:50:18.830 INFO STEP 1193 (remove_files) COMPLETE
77772024-10-18T17:50:20.881Z[ recovery-image] Oct 18 17:50:18.830 INFO O| Oct 18 17:50:18.830 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77782024-10-18T17:50:20.888Z[ recovery-image] Oct 18 17:50:18.840 INFO O| Oct 18 17:50:18.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
77792024-10-18T17:50:20.888Z[ recovery-image] Oct 18 17:50:18.840 INFO O| Oct 18 17:50:18.840 INFO STEP 1194 (remove_files) COMPLETE
77802024-10-18T17:50:20.888Z[ recovery-image] Oct 18 17:50:18.840 INFO O| Oct 18 17:50:18.840 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77812024-10-18T17:50:20.897Z[ recovery-image] Oct 18 17:50:18.849 INFO O| Oct 18 17:50:18.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
77822024-10-18T17:50:20.900Z[ recovery-image] Oct 18 17:50:18.849 INFO O| Oct 18 17:50:18.849 INFO STEP 1195 (remove_files) COMPLETE
77832024-10-18T17:50:20.900Z[ recovery-image] Oct 18 17:50:18.849 INFO O| Oct 18 17:50:18.849 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77842024-10-18T17:50:20.906Z[ recovery-image] Oct 18 17:50:18.858 INFO O| Oct 18 17:50:18.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
77852024-10-18T17:50:20.906Z[ recovery-image] Oct 18 17:50:18.858 INFO O| Oct 18 17:50:18.858 INFO STEP 1196 (remove_files) COMPLETE
77862024-10-18T17:50:20.909Z[ recovery-image] Oct 18 17:50:18.858 INFO O| Oct 18 17:50:18.858 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77872024-10-18T17:50:20.916Z[ recovery-image] Oct 18 17:50:18.868 INFO O| Oct 18 17:50:18.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
77882024-10-18T17:50:20.916Z[ recovery-image] Oct 18 17:50:18.868 INFO O| Oct 18 17:50:18.868 INFO STEP 1197 (remove_files) COMPLETE
77892024-10-18T17:50:20.918Z[ recovery-image] Oct 18 17:50:18.868 INFO O| Oct 18 17:50:18.868 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77902024-10-18T17:50:20.925Z[ recovery-image] Oct 18 17:50:18.877 INFO O| Oct 18 17:50:18.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
77912024-10-18T17:50:20.928Z[ recovery-image] Oct 18 17:50:18.877 INFO O| Oct 18 17:50:18.877 INFO STEP 1198 (remove_files) COMPLETE
77922024-10-18T17:50:20.928Z[ recovery-image] Oct 18 17:50:18.877 INFO O| Oct 18 17:50:18.877 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77932024-10-18T17:50:20.934Z[ recovery-image] Oct 18 17:50:18.886 INFO O| Oct 18 17:50:18.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
77942024-10-18T17:50:20.934Z[ recovery-image] Oct 18 17:50:18.886 INFO O| Oct 18 17:50:18.886 INFO STEP 1199 (remove_files) COMPLETE
77952024-10-18T17:50:20.937Z[ recovery-image] Oct 18 17:50:18.886 INFO O| Oct 18 17:50:18.886 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77962024-10-18T17:50:20.944Z[ recovery-image] Oct 18 17:50:18.896 INFO O| Oct 18 17:50:18.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
77972024-10-18T17:50:20.944Z[ recovery-image] Oct 18 17:50:18.896 INFO O| Oct 18 17:50:18.896 INFO STEP 1200 (remove_files) COMPLETE
77982024-10-18T17:50:20.946Z[ recovery-image] Oct 18 17:50:18.896 INFO O| Oct 18 17:50:18.896 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77992024-10-18T17:50:20.953Z[ recovery-image] Oct 18 17:50:18.905 INFO O| Oct 18 17:50:18.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
78002024-10-18T17:50:20.953Z[ recovery-image] Oct 18 17:50:18.905 INFO O| Oct 18 17:50:18.905 INFO STEP 1201 (remove_files) COMPLETE
78012024-10-18T17:50:20.953Z[ recovery-image] Oct 18 17:50:18.905 INFO O| Oct 18 17:50:18.905 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78022024-10-18T17:50:20.962Z[ recovery-image] Oct 18 17:50:18.914 INFO O| Oct 18 17:50:18.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
78032024-10-18T17:50:20.962Z[ recovery-image] Oct 18 17:50:18.914 INFO O| Oct 18 17:50:18.914 INFO STEP 1202 (remove_files) COMPLETE
78042024-10-18T17:50:20.965Z[ recovery-image] Oct 18 17:50:18.914 INFO O| Oct 18 17:50:18.914 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78052024-10-18T17:50:20.971Z[ recovery-image] Oct 18 17:50:18.923 INFO O| Oct 18 17:50:18.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
78062024-10-18T17:50:20.971Z[ recovery-image] Oct 18 17:50:18.923 INFO O| Oct 18 17:50:18.923 INFO STEP 1203 (remove_files) COMPLETE
78072024-10-18T17:50:20.977Z[ recovery-image] Oct 18 17:50:18.923 INFO O| Oct 18 17:50:18.923 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78082024-10-18T17:50:20.981Z[ recovery-image] Oct 18 17:50:18.932 INFO O| Oct 18 17:50:18.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
78092024-10-18T17:50:20.981Z[ recovery-image] Oct 18 17:50:18.932 INFO O| Oct 18 17:50:18.932 INFO STEP 1204 (remove_files) COMPLETE
78102024-10-18T17:50:20.981Z[ recovery-image] Oct 18 17:50:18.932 INFO O| Oct 18 17:50:18.932 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78112024-10-18T17:50:20.990Z[ recovery-image] Oct 18 17:50:18.941 INFO O| Oct 18 17:50:18.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
78122024-10-18T17:50:20.990Z[ recovery-image] Oct 18 17:50:18.942 INFO O| Oct 18 17:50:18.941 INFO STEP 1205 (remove_files) COMPLETE
78132024-10-18T17:50:20.990Z[ recovery-image] Oct 18 17:50:18.942 INFO O| Oct 18 17:50:18.941 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
78142024-10-18T17:50:21.004Z[ recovery-image] Oct 18 17:50:18.955 INFO O| Oct 18 17:50:18.955 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
78152024-10-18T17:50:21.008Z[ recovery-image] Oct 18 17:50:18.955 INFO O| Oct 18 17:50:18.955 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
78162024-10-18T17:50:21.408Z[ host-image] Oct 18 17:50:19.359 INFO O| Oct 18 17:50:19.359 INFO O| Done
78172024-10-18T17:50:21.432Z[ host-image] Oct 18 17:50:19.382 INFO O| Oct 18 17:50:19.382 INFO O| Done
78182024-10-18T17:50:21.432Z[ host-image] Oct 18 17:50:19.382 INFO O| Oct 18 17:50:19.382 INFO O| Done
78192024-10-18T17:50:21.440Z[ host-image] Oct 18 17:50:19.391 INFO O| Oct 18 17:50:19.391 INFO O| Done
78202024-10-18T17:50:21.536Z[ host-image] Oct 18 17:50:19.486 INFO O| Oct 18 17:50:19.486 INFO STEP 14 (pkg_install) COMPLETE
78212024-10-18T17:50:21.536Z[ host-image] Oct 18 17:50:19.486 INFO O| Oct 18 17:50:19.486 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
78222024-10-18T17:50:21.536Z[ host-image] Oct 18 17:50:19.486 INFO O| Oct 18 17:50:19.486 INFO skip step because feature "mfg" is not enabled
78232024-10-18T17:50:21.536Z[ host-image] Oct 18 17:50:19.486 INFO O| Oct 18 17:50:19.486 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
78242024-10-18T17:50:21.539Z[ host-image] Oct 18 17:50:19.486 INFO O| Oct 18 17:50:19.486 INFO skip step because feature "compliance" is not enabled
78252024-10-18T17:50:21.539Z[ host-image] Oct 18 17:50:19.486 INFO O| Oct 18 17:50:19.486 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
78262024-10-18T17:50:21.539Z[ host-image] Oct 18 17:50:19.486 INFO O| Oct 18 17:50:19.486 INFO skip step because feature "stress" is not enabled
78272024-10-18T17:50:21.539Z[ host-image] Oct 18 17:50:19.486 INFO O| Oct 18 17:50:19.486 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
78282024-10-18T17:50:21.539Z[ host-image] Oct 18 17:50:19.486 INFO O| Oct 18 17:50:19.486 INFO skip step because feature "nfs" is not enabled
78292024-10-18T17:50:21.539Z[ host-image] Oct 18 17:50:19.486 INFO O| Oct 18 17:50:19.486 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
78302024-10-18T17:50:21.539Z[ host-image] Oct 18 17:50:19.486 INFO O| Oct 18 17:50:19.486 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
78312024-10-18T17:50:21.726Z[ host-image] Oct 18 17:50:19.677 INFO O| Oct 18 17:50:19.677 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
78322024-10-18T17:50:21.750Z[ recovery-image] Oct 18 17:50:19.701 INFO O| Oct 18 17:50:19.701 INFO STEP 1206 (pack_tar) COMPLETE
78332024-10-18T17:50:21.750Z[ recovery-image] Oct 18 17:50:19.701 INFO O| Oct 18 17:50:19.701 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
78342024-10-18T17:50:21.750Z[ recovery-image] Oct 18 17:50:19.701 INFO O| Oct 18 17:50:19.701 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
78352024-10-18T17:50:21.819Z[ host-image] Oct 18 17:50:19.770 INFO O| Oct 18 17:50:19.770 INFO completed processing gimlet/ramdisk-01-os
78362024-10-18T17:50:21.822Z[ host-image] Oct 18 17:50:19.772 INFO omicron1 baseline generation...
78372024-10-18T17:50:21.822Z[ host-image] Oct 18 17:50:19.772 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
78382024-10-18T17:50:21.833Z[ recovery-image] Oct 18 17:50:19.785 INFO O| Oct 18 17:50:19.785 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
78392024-10-18T17:50:21.904Z[ recovery-image] Oct 18 17:50:19.855 INFO O| Oct 18 17:50:19.854 INFO completed processing gimlet/ramdisk-03-recovery-trim
78402024-10-18T17:50:21.910Z[ recovery-image] Oct 18 17:50:19.861 INFO image builder template: zfs-recovery...
78412024-10-18T17:50:21.910Z[ recovery-image] Oct 18 17:50:19.861 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/.tmpSzk1LQ/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.33.293", "-n", "zfs-recovery"], pwd: None
78422024-10-18T17:50:21.941Z[ recovery-image] Oct 18 17:50:19.892 INFO O| Oct 18 17:50:19.892 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
78432024-10-18T17:50:21.945Z[ recovery-image] Oct 18 17:50:19.896 INFO O| Oct 18 17:50:19.896 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
78442024-10-18T17:50:22.038Z[ recovery-image] Oct 18 17:50:19.989 INFO O| Oct 18 17:50:19.989 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
78452024-10-18T17:50:22.087Z[ recovery-image] Oct 18 17:50:20.037 INFO O| Oct 18 17:50:20.037 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
78462024-10-18T17:50:22.087Z[ recovery-image] Oct 18 17:50:20.037 INFO O| Oct 18 17:50:20.037 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
78472024-10-18T17:50:22.090Z[ recovery-image] Oct 18 17:50:20.041 INFO O| Oct 18 17:50:20.041 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
78482024-10-18T17:50:22.154Z[ recovery-image] Oct 18 17:50:20.105 INFO O| Oct 18 17:50:20.104 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
78492024-10-18T17:50:22.193Z[ recovery-image] Oct 18 17:50:20.143 INFO O| Oct 18 17:50:20.143 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
78502024-10-18T17:50:22.204Z[ recovery-image] Oct 18 17:50:20.155 INFO O| Oct 18 17:50:20.155 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
78512024-10-18T17:50:22.210Z[ recovery-image] Oct 18 17:50:20.161 INFO O| Oct 18 17:50:20.161 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
78522024-10-18T17:50:22.213Z[ recovery-image] Oct 18 17:50:20.162 INFO O| Oct 18 17:50:20.162 INFO no lofi found
78532024-10-18T17:50:22.213Z[ recovery-image] Oct 18 17:50:20.162 INFO O| Oct 18 17:50:20.162 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
78542024-10-18T17:50:22.213Z[ recovery-image] Oct 18 17:50:20.162 INFO O| Oct 18 17:50:20.162 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
78552024-10-18T17:50:22.217Z[ host-image] Oct 18 17:50:20.168 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22978:20241018T154547Z
78562024-10-18T17:50:24.062Z[ recovery-image] Oct 18 17:50:22.010 INFO O| Oct 18 17:50:22.010 INFO lofi device = /dev/dsk/c2t1d0p0
78572024-10-18T17:50:24.062Z[ recovery-image] Oct 18 17:50:22.010 INFO O| Oct 18 17:50:22.010 INFO pool device = /dev/dsk/c2t1d0p0
78582024-10-18T17:50:24.062Z[ recovery-image] Oct 18 17:50:22.010 INFO O| Oct 18 17:50:22.010 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"]
78592024-10-18T17:50:24.134Z[ recovery-image] Oct 18 17:50:22.084 INFO O| Oct 18 17:50:22.084 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78602024-10-18T17:50:24.134Z[ recovery-image] Oct 18 17:50:22.084 INFO O| Oct 18 17:50:22.084 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
78612024-10-18T17:50:24.151Z[ recovery-image] Oct 18 17:50:22.101 INFO O| Oct 18 17:50:22.101 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
78622024-10-18T17:50:24.228Z[ recovery-image] Oct 18 17:50:22.178 INFO O| Oct 18 17:50:22.177 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
78632024-10-18T17:50:24.264Z[ recovery-image] Oct 18 17:50:22.214 INFO O| Oct 18 17:50:22.213 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
78642024-10-18T17:50:24.277Z[ recovery-image] Oct 18 17:50:22.227 INFO O| Oct 18 17:50:22.227 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
78652024-10-18T17:50:24.287Z[ recovery-image] Oct 18 17:50:22.237 INFO O| Oct 18 17:50:22.237 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
78662024-10-18T17:50:24.333Z[ recovery-image] Oct 18 17:50:22.283 INFO O| Oct 18 17:50:22.283 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
78672024-10-18T17:50:24.333Z[ recovery-image] Oct 18 17:50:22.283 INFO O| Oct 18 17:50:22.283 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
78682024-10-18T17:50:24.336Z[ recovery-image] Oct 18 17:50:22.283 INFO O| Oct 18 17:50:22.283 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
78692024-10-18T17:50:24.344Z[ recovery-image] Oct 18 17:50:22.294 INFO O| Oct 18 17:50:22.294 INFO boot environment UUID: 61c631b9-3593-4ef1-8f7f-0b1638c93a39
78702024-10-18T17:50:24.347Z[ recovery-image] Oct 18 17:50:22.294 INFO O| Oct 18 17:50:22.294 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 61c631b9-3593-4ef1-8f7f-0b1638c93a39
78712024-10-18T17:50:24.354Z[ recovery-image] Oct 18 17:50:22.304 INFO O| Oct 18 17:50:22.304 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
78722024-10-18T17:50:24.364Z[ recovery-image] Oct 18 17:50:22.314 INFO O| Oct 18 17:50:22.314 INFO STEP 0 (create_be) COMPLETE
78732024-10-18T17:50:24.366Z[ recovery-image] Oct 18 17:50:22.314 INFO O| Oct 18 17:50:22.314 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78742024-10-18T17:50:24.379Z[ recovery-image] Oct 18 17:50:22.329 INFO O| Oct 18 17:50:22.329 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"]
78752024-10-18T17:50:26.454Z[ recovery-image] Oct 18 17:50:24.403 INFO O| Oct 18 17:50:24.403 INFO STEP 1 (unpack_tar) COMPLETE
78762024-10-18T17:50:26.454Z[ recovery-image] Oct 18 17:50:24.403 INFO O| Oct 18 17:50:24.403 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78772024-10-18T17:50:26.466Z[ recovery-image] Oct 18 17:50:24.415 INFO O| Oct 18 17:50:24.415 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
78782024-10-18T17:50:26.851Z[ recovery-image] Oct 18 17:50:24.800 INFO O| Oct 18 17:50:24.800 INFO STEP 2 (devfsadm) COMPLETE
78792024-10-18T17:50:26.851Z[ recovery-image] Oct 18 17:50:24.800 INFO O| Oct 18 17:50:24.800 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78802024-10-18T17:50:26.862Z[ recovery-image] Oct 18 17:50:24.811 INFO O| Oct 18 17:50:24.811 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78812024-10-18T17:50:26.862Z[ recovery-image] Oct 18 17:50:24.811 INFO O| Oct 18 17:50:24.811 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78822024-10-18T17:50:26.862Z[ recovery-image] Oct 18 17:50:24.811 INFO O| Oct 18 17:50:24.811 INFO STEP 3 (ensure_dir) COMPLETE
78832024-10-18T17:50:26.865Z[ recovery-image] Oct 18 17:50:24.811 INFO O| Oct 18 17:50:24.811 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78842024-10-18T17:50:26.872Z[ recovery-image] Oct 18 17:50:24.821 INFO O| Oct 18 17:50:24.821 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
78852024-10-18T17:50:26.874Z[ recovery-image] Oct 18 17:50:24.821 INFO O| Oct 18 17:50:24.821 INFO STEP 4 (ensure_dir) COMPLETE
78862024-10-18T17:50:26.874Z[ recovery-image] Oct 18 17:50:24.821 INFO O| Oct 18 17:50:24.821 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78872024-10-18T17:50:26.881Z[ recovery-image] Oct 18 17:50:24.831 INFO O| Oct 18 17:50:24.831 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
78882024-10-18T17:50:26.882Z[ recovery-image] Oct 18 17:50:24.831 INFO O| Oct 18 17:50:24.831 INFO STEP 5 (ensure_dir) COMPLETE
78892024-10-18T17:50:26.884Z[ recovery-image] Oct 18 17:50:24.831 INFO O| Oct 18 17:50:24.831 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78902024-10-18T17:50:26.891Z[ recovery-image] Oct 18 17:50:24.840 INFO O| Oct 18 17:50:24.840 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78912024-10-18T17:50:26.894Z[ recovery-image] Oct 18 17:50:24.840 INFO O| Oct 18 17:50:24.840 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78922024-10-18T17:50:26.894Z[ recovery-image] Oct 18 17:50:24.840 INFO O| Oct 18 17:50:24.840 INFO STEP 6 (ensure_dir) COMPLETE
78932024-10-18T17:50:26.894Z[ recovery-image] Oct 18 17:50:24.840 INFO O| Oct 18 17:50:24.840 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78942024-10-18T17:50:26.903Z[ recovery-image] Oct 18 17:50:24.852 INFO O| Oct 18 17:50:24.852 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78952024-10-18T17:50:26.905Z[ recovery-image] Oct 18 17:50:24.852 INFO O| Oct 18 17:50:24.852 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78962024-10-18T17:50:26.905Z[ recovery-image] Oct 18 17:50:24.852 INFO O| Oct 18 17:50:24.852 INFO STEP 7 (ensure_dir) COMPLETE
78972024-10-18T17:50:26.905Z[ recovery-image] Oct 18 17:50:24.852 INFO O| Oct 18 17:50:24.852 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78982024-10-18T17:50:26.913Z[ recovery-image] Oct 18 17:50:24.862 INFO O| Oct 18 17:50:24.862 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
78992024-10-18T17:50:26.916Z[ recovery-image] Oct 18 17:50:24.863 INFO O| Oct 18 17:50:24.863 INFO STEP 8 (remove_files) COMPLETE
79002024-10-18T17:50:26.916Z[ recovery-image] Oct 18 17:50:24.863 INFO O| Oct 18 17:50:24.863 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79012024-10-18T17:50:26.924Z[ recovery-image] Oct 18 17:50:24.873 INFO O| Oct 18 17:50:24.873 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
79022024-10-18T17:50:26.926Z[ recovery-image] Oct 18 17:50:24.874 INFO O| Oct 18 17:50:24.874 INFO STEP 9 (remove_files) COMPLETE
79032024-10-18T17:50:26.926Z[ recovery-image] Oct 18 17:50:24.874 INFO O| Oct 18 17:50:24.874 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79042024-10-18T17:50:26.934Z[ recovery-image] Oct 18 17:50:24.883 INFO O| Oct 18 17:50:24.883 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
79052024-10-18T17:50:26.937Z[ recovery-image] Oct 18 17:50:24.884 INFO O| Oct 18 17:50:24.884 INFO STEP 10 (remove_files) COMPLETE
79062024-10-18T17:50:26.937Z[ recovery-image] Oct 18 17:50:24.884 INFO O| Oct 18 17:50:24.884 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79072024-10-18T17:50:26.945Z[ recovery-image] Oct 18 17:50:24.894 INFO O| Oct 18 17:50:24.894 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
79082024-10-18T17:50:26.947Z[ recovery-image] Oct 18 17:50:24.894 INFO O| Oct 18 17:50:24.894 INFO STEP 11 (remove_files) COMPLETE
79092024-10-18T17:50:26.947Z[ recovery-image] Oct 18 17:50:24.894 INFO O| Oct 18 17:50:24.894 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79102024-10-18T17:50:26.954Z[ recovery-image] Oct 18 17:50:24.904 INFO O| Oct 18 17:50:24.904 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
79112024-10-18T17:50:26.957Z[ recovery-image] Oct 18 17:50:24.904 INFO O| Oct 18 17:50:24.904 INFO STEP 12 (remove_files) COMPLETE
79122024-10-18T17:50:26.957Z[ recovery-image] Oct 18 17:50:24.904 INFO O| Oct 18 17:50:24.904 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79132024-10-18T17:50:26.964Z[ recovery-image] Oct 18 17:50:24.914 INFO O| Oct 18 17:50:24.914 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
79142024-10-18T17:50:26.967Z[ recovery-image] Oct 18 17:50:24.914 INFO O| Oct 18 17:50:24.914 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
79152024-10-18T17:50:26.967Z[ recovery-image] Oct 18 17:50:24.914 INFO O| Oct 18 17:50:24.914 INFO STEP 13 (ensure_dir) COMPLETE
79162024-10-18T17:50:26.967Z[ recovery-image] Oct 18 17:50:24.914 INFO O| Oct 18 17:50:24.914 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79172024-10-18T17:50:26.977Z[ recovery-image] Oct 18 17:50:24.925 INFO O| Oct 18 17:50:24.925 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
79182024-10-18T17:50:26.979Z[ recovery-image] Oct 18 17:50:24.925 INFO O| Oct 18 17:50:24.925 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
79192024-10-18T17:50:26.979Z[ recovery-image] Oct 18 17:50:24.925 INFO O| Oct 18 17:50:24.925 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
79202024-10-18T17:50:26.979Z[ recovery-image] Oct 18 17:50:24.925 INFO O| Oct 18 17:50:24.925 INFO STEP 14 (ensure_dir) COMPLETE
79212024-10-18T17:50:26.979Z[ recovery-image] Oct 18 17:50:24.925 INFO O| Oct 18 17:50:24.925 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79222024-10-18T17:50:26.986Z[ recovery-image] Oct 18 17:50:24.935 INFO O| Oct 18 17:50:24.935 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
79232024-10-18T17:50:26.988Z[ recovery-image] Oct 18 17:50:24.935 INFO O| Oct 18 17:50:24.935 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
79242024-10-18T17:50:26.988Z[ recovery-image] Oct 18 17:50:24.935 INFO O| Oct 18 17:50:24.935 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
79252024-10-18T17:50:26.988Z[ recovery-image] Oct 18 17:50:24.935 INFO O| Oct 18 17:50:24.935 INFO STEP 15 (ensure_dir) COMPLETE
79262024-10-18T17:50:26.989Z[ recovery-image] Oct 18 17:50:24.935 INFO O| Oct 18 17:50:24.935 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79272024-10-18T17:50:26.996Z[ recovery-image] Oct 18 17:50:24.945 INFO O| Oct 18 17:50:24.945 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
79282024-10-18T17:50:26.996Z[ recovery-image] Oct 18 17:50:24.945 INFO O| Oct 18 17:50:24.945 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
79292024-10-18T17:50:26.996Z[ recovery-image] Oct 18 17:50:24.945 INFO O| Oct 18 17:50:24.945 INFO STEP 16 (ensure_dir) COMPLETE
79302024-10-18T17:50:26.999Z[ recovery-image] Oct 18 17:50:24.945 INFO O| Oct 18 17:50:24.945 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79312024-10-18T17:50:27.006Z[ recovery-image] Oct 18 17:50:24.955 INFO O| Oct 18 17:50:24.955 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
79322024-10-18T17:50:27.009Z[ recovery-image] Oct 18 17:50:24.955 INFO O| Oct 18 17:50:24.955 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
79332024-10-18T17:50:27.009Z[ recovery-image] Oct 18 17:50:24.955 INFO O| Oct 18 17:50:24.955 INFO STEP 17 (ensure_dir) COMPLETE
79342024-10-18T17:50:27.009Z[ recovery-image] Oct 18 17:50:24.955 INFO O| Oct 18 17:50:24.955 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79352024-10-18T17:50:27.016Z[ recovery-image] Oct 18 17:50:24.965 INFO O| Oct 18 17:50:24.965 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
79362024-10-18T17:50:27.016Z[ recovery-image] Oct 18 17:50:24.965 INFO O| Oct 18 17:50:24.965 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
79372024-10-18T17:50:27.016Z[ recovery-image] Oct 18 17:50:24.965 INFO O| Oct 18 17:50:24.965 INFO ok!
79382024-10-18T17:50:27.018Z[ recovery-image] Oct 18 17:50:24.965 INFO O| Oct 18 17:50:24.965 INFO STEP 18 (ensure_symlink) COMPLETE
79392024-10-18T17:50:27.018Z[ recovery-image] Oct 18 17:50:24.965 INFO O| Oct 18 17:50:24.965 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79402024-10-18T17:50:27.027Z[ recovery-image] Oct 18 17:50:24.976 INFO O| Oct 18 17:50:24.976 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
79412024-10-18T17:50:27.027Z[ recovery-image] Oct 18 17:50:24.976 INFO O| Oct 18 17:50:24.976 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
79422024-10-18T17:50:27.027Z[ recovery-image] Oct 18 17:50:24.976 INFO O| Oct 18 17:50:24.976 INFO ok!
79432024-10-18T17:50:27.030Z[ recovery-image] Oct 18 17:50:24.976 INFO O| Oct 18 17:50:24.976 INFO STEP 19 (ensure_file) COMPLETE
79442024-10-18T17:50:27.030Z[ recovery-image] Oct 18 17:50:24.976 INFO O| Oct 18 17:50:24.976 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79452024-10-18T17:50:27.038Z[ recovery-image] Oct 18 17:50:24.988 INFO O| Oct 18 17:50:24.988 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
79462024-10-18T17:50:27.038Z[ recovery-image] Oct 18 17:50:24.988 INFO O| Oct 18 17:50:24.988 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
79472024-10-18T17:50:27.041Z[ recovery-image] Oct 18 17:50:24.988 INFO O| Oct 18 17:50:24.988 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
79482024-10-18T17:50:27.041Z[ recovery-image] Oct 18 17:50:24.988 INFO O| Oct 18 17:50:24.988 INFO ok!
79492024-10-18T17:50:27.041Z[ recovery-image] Oct 18 17:50:24.988 INFO O| Oct 18 17:50:24.988 INFO STEP 20 (ensure_symlink) COMPLETE
79502024-10-18T17:50:27.041Z[ recovery-image] Oct 18 17:50:24.988 INFO O| Oct 18 17:50:24.988 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79512024-10-18T17:50:27.048Z[ recovery-image] Oct 18 17:50:24.997 INFO O| Oct 18 17:50:24.997 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
79522024-10-18T17:50:27.048Z[ recovery-image] Oct 18 17:50:24.997 INFO O| Oct 18 17:50:24.997 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
79532024-10-18T17:50:27.050Z[ recovery-image] Oct 18 17:50:24.997 INFO O| Oct 18 17:50:24.997 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
79542024-10-18T17:50:27.050Z[ recovery-image] Oct 18 17:50:24.997 INFO O| Oct 18 17:50:24.997 INFO ok!
79552024-10-18T17:50:27.050Z[ recovery-image] Oct 18 17:50:24.997 INFO O| Oct 18 17:50:24.997 INFO STEP 21 (ensure_symlink) COMPLETE
79562024-10-18T17:50:27.050Z[ recovery-image] Oct 18 17:50:24.997 INFO O| Oct 18 17:50:24.997 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79572024-10-18T17:50:27.058Z[ recovery-image] Oct 18 17:50:25.008 INFO O| Oct 18 17:50:25.008 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
79582024-10-18T17:50:27.058Z[ recovery-image] Oct 18 17:50:25.008 INFO O| Oct 18 17:50:25.008 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
79592024-10-18T17:50:27.061Z[ recovery-image] Oct 18 17:50:25.008 INFO O| Oct 18 17:50:25.008 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
79602024-10-18T17:50:27.061Z[ recovery-image] Oct 18 17:50:25.008 INFO O| Oct 18 17:50:25.008 INFO ok!
79612024-10-18T17:50:27.061Z[ recovery-image] Oct 18 17:50:25.008 INFO O| Oct 18 17:50:25.008 INFO STEP 22 (ensure_symlink) COMPLETE
79622024-10-18T17:50:27.061Z[ recovery-image] Oct 18 17:50:25.008 INFO O| Oct 18 17:50:25.008 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79632024-10-18T17:50:27.070Z[ recovery-image] Oct 18 17:50:25.020 INFO O| Oct 18 17:50:25.020 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
79642024-10-18T17:50:27.073Z[ recovery-image] Oct 18 17:50:25.020 INFO O| Oct 18 17:50:25.020 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
79652024-10-18T17:50:27.073Z[ recovery-image] Oct 18 17:50:25.020 INFO O| Oct 18 17:50:25.020 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
79662024-10-18T17:50:27.073Z[ recovery-image] Oct 18 17:50:25.020 INFO O| Oct 18 17:50:25.020 INFO ok!
79672024-10-18T17:50:27.073Z[ recovery-image] Oct 18 17:50:25.020 INFO O| Oct 18 17:50:25.020 INFO STEP 23 (ensure_symlink) COMPLETE
79682024-10-18T17:50:27.073Z[ recovery-image] Oct 18 17:50:25.020 INFO O| Oct 18 17:50:25.020 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79692024-10-18T17:50:27.082Z[ recovery-image] Oct 18 17:50:25.032 INFO O| Oct 18 17:50:25.032 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
79702024-10-18T17:50:27.085Z[ recovery-image] Oct 18 17:50:25.032 INFO O| Oct 18 17:50:25.032 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 ...
79712024-10-18T17:50:27.085Z[ recovery-image] Oct 18 17:50:25.032 INFO O| Oct 18 17:50:25.032 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
79722024-10-18T17:50:27.085Z[ recovery-image] Oct 18 17:50:25.032 INFO O| Oct 18 17:50:25.032 INFO ok!
79732024-10-18T17:50:27.085Z[ recovery-image] Oct 18 17:50:25.032 INFO O| Oct 18 17:50:25.032 INFO STEP 24 (ensure_file) COMPLETE
79742024-10-18T17:50:27.085Z[ recovery-image] Oct 18 17:50:25.032 INFO O| Oct 18 17:50:25.032 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
79752024-10-18T17:50:27.092Z[ recovery-image] Oct 18 17:50:25.042 INFO O| Oct 18 17:50:25.042 INFO updating shadow file
79762024-10-18T17:50:27.095Z[ recovery-image] Oct 18 17:50:25.042 INFO O| Oct 18 17:50:25.042 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79772024-10-18T17:50:27.095Z[ recovery-image] Oct 18 17:50:25.042 INFO O| Oct 18 17:50:25.042 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79782024-10-18T17:50:27.095Z[ recovery-image] Oct 18 17:50:25.042 INFO O| Oct 18 17:50:25.042 INFO STEP 25 (shadow) COMPLETE
79792024-10-18T17:50:27.095Z[ recovery-image] Oct 18 17:50:25.042 INFO O| Oct 18 17:50:25.042 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79802024-10-18T17:50:27.102Z[ recovery-image] Oct 18 17:50:25.051 INFO O| Oct 18 17:50:25.051 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
79812024-10-18T17:50:27.102Z[ recovery-image] Oct 18 17:50:25.051 INFO O| Oct 18 17:50:25.051 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
79822024-10-18T17:50:27.105Z[ recovery-image] Oct 18 17:50:25.052 INFO O| Oct 18 17:50:25.051 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
79832024-10-18T17:50:27.105Z[ recovery-image] Oct 18 17:50:25.052 INFO O| Oct 18 17:50:25.052 INFO ok!
79842024-10-18T17:50:27.105Z[ recovery-image] Oct 18 17:50:25.052 INFO O| Oct 18 17:50:25.052 INFO STEP 26 (ensure_file) COMPLETE
79852024-10-18T17:50:27.105Z[ recovery-image] Oct 18 17:50:25.052 INFO O| Oct 18 17:50:25.052 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79862024-10-18T17:50:27.112Z[ recovery-image] Oct 18 17:50:25.061 INFO O| Oct 18 17:50:25.061 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
79872024-10-18T17:50:27.112Z[ recovery-image] Oct 18 17:50:25.061 INFO O| Oct 18 17:50:25.061 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
79882024-10-18T17:50:27.112Z[ recovery-image] Oct 18 17:50:25.061 INFO O| Oct 18 17:50:25.061 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
79892024-10-18T17:50:27.114Z[ recovery-image] Oct 18 17:50:25.061 INFO O| Oct 18 17:50:25.061 INFO ok!
79902024-10-18T17:50:27.114Z[ recovery-image] Oct 18 17:50:25.061 INFO O| Oct 18 17:50:25.061 INFO STEP 27 (ensure_file) COMPLETE
79912024-10-18T17:50:27.114Z[ recovery-image] Oct 18 17:50:25.061 INFO O| Oct 18 17:50:25.061 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79922024-10-18T17:50:27.122Z[ recovery-image] Oct 18 17:50:25.071 INFO O| Oct 18 17:50:25.071 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
79932024-10-18T17:50:27.124Z[ recovery-image] Oct 18 17:50:25.071 INFO O| Oct 18 17:50:25.071 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
79942024-10-18T17:50:27.124Z[ recovery-image] Oct 18 17:50:25.071 INFO O| Oct 18 17:50:25.071 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
79952024-10-18T17:50:27.124Z[ recovery-image] Oct 18 17:50:25.071 INFO O| Oct 18 17:50:25.071 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
79962024-10-18T17:50:27.124Z[ recovery-image] Oct 18 17:50:25.071 INFO O| Oct 18 17:50:25.071 INFO ok!
79972024-10-18T17:50:27.124Z[ recovery-image] Oct 18 17:50:25.071 INFO O| Oct 18 17:50:25.071 INFO STEP 28 (ensure_file) COMPLETE
79982024-10-18T17:50:27.124Z[ recovery-image] Oct 18 17:50:25.071 INFO O| Oct 18 17:50:25.071 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79992024-10-18T17:50:27.132Z[ recovery-image] Oct 18 17:50:25.081 INFO O| Oct 18 17:50:25.081 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
80002024-10-18T17:50:27.136Z[ recovery-image] Oct 18 17:50:25.081 INFO O| Oct 18 17:50:25.081 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
80012024-10-18T17:50:27.136Z[ recovery-image] Oct 18 17:50:25.081 INFO O| Oct 18 17:50:25.081 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
80022024-10-18T17:50:27.136Z[ recovery-image] Oct 18 17:50:25.081 INFO O| Oct 18 17:50:25.081 INFO ok!
80032024-10-18T17:50:27.136Z[ recovery-image] Oct 18 17:50:25.082 INFO O| Oct 18 17:50:25.081 INFO STEP 29 (ensure_file) COMPLETE
80042024-10-18T17:50:27.136Z[ recovery-image] Oct 18 17:50:25.082 INFO O| Oct 18 17:50:25.081 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80052024-10-18T17:50:27.142Z[ recovery-image] Oct 18 17:50:25.091 INFO O| Oct 18 17:50:25.091 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
80062024-10-18T17:50:27.144Z[ recovery-image] Oct 18 17:50:25.091 INFO O| Oct 18 17:50:25.091 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
80072024-10-18T17:50:27.145Z[ recovery-image] Oct 18 17:50:25.091 INFO O| Oct 18 17:50:25.091 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
80082024-10-18T17:50:27.145Z[ recovery-image] Oct 18 17:50:25.091 INFO O| Oct 18 17:50:25.091 INFO ok!
80092024-10-18T17:50:27.145Z[ recovery-image] Oct 18 17:50:25.091 INFO O| Oct 18 17:50:25.091 INFO STEP 30 (ensure_file) COMPLETE
80102024-10-18T17:50:27.145Z[ recovery-image] Oct 18 17:50:25.091 INFO O| Oct 18 17:50:25.091 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80112024-10-18T17:50:27.152Z[ recovery-image] Oct 18 17:50:25.101 INFO O| Oct 18 17:50:25.101 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
80122024-10-18T17:50:27.152Z[ recovery-image] Oct 18 17:50:25.101 INFO O| Oct 18 17:50:25.101 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
80132024-10-18T17:50:27.154Z[ recovery-image] Oct 18 17:50:25.101 INFO O| Oct 18 17:50:25.101 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
80142024-10-18T17:50:27.154Z[ recovery-image] Oct 18 17:50:25.101 INFO O| Oct 18 17:50:25.101 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
80152024-10-18T17:50:27.154Z[ recovery-image] Oct 18 17:50:25.101 INFO O| Oct 18 17:50:25.101 INFO ok!
80162024-10-18T17:50:27.154Z[ recovery-image] Oct 18 17:50:25.101 INFO O| Oct 18 17:50:25.101 INFO STEP 31 (ensure_file) COMPLETE
80172024-10-18T17:50:27.154Z[ recovery-image] Oct 18 17:50:25.101 INFO O| Oct 18 17:50:25.101 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80182024-10-18T17:50:27.162Z[ recovery-image] Oct 18 17:50:25.111 INFO O| Oct 18 17:50:25.111 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
80192024-10-18T17:50:27.162Z[ recovery-image] Oct 18 17:50:25.111 INFO O| Oct 18 17:50:25.111 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
80202024-10-18T17:50:27.164Z[ recovery-image] Oct 18 17:50:25.111 INFO O| Oct 18 17:50:25.111 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
80212024-10-18T17:50:27.164Z[ recovery-image] Oct 18 17:50:25.111 INFO O| Oct 18 17:50:25.111 INFO ok!
80222024-10-18T17:50:27.164Z[ recovery-image] Oct 18 17:50:25.111 INFO O| Oct 18 17:50:25.111 INFO STEP 32 (ensure_file) COMPLETE
80232024-10-18T17:50:27.164Z[ recovery-image] Oct 18 17:50:25.111 INFO O| Oct 18 17:50:25.111 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80242024-10-18T17:50:27.171Z[ recovery-image] Oct 18 17:50:25.121 INFO O| Oct 18 17:50:25.121 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
80252024-10-18T17:50:27.174Z[ recovery-image] Oct 18 17:50:25.121 INFO O| Oct 18 17:50:25.121 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
80262024-10-18T17:50:27.174Z[ recovery-image] Oct 18 17:50:25.121 INFO O| Oct 18 17:50:25.121 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
80272024-10-18T17:50:27.174Z[ recovery-image] Oct 18 17:50:25.121 INFO O| Oct 18 17:50:25.121 INFO ok!
80282024-10-18T17:50:27.174Z[ recovery-image] Oct 18 17:50:25.121 INFO O| Oct 18 17:50:25.121 INFO STEP 33 (ensure_file) COMPLETE
80292024-10-18T17:50:27.174Z[ recovery-image] Oct 18 17:50:25.121 INFO O| Oct 18 17:50:25.121 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80302024-10-18T17:50:27.182Z[ recovery-image] Oct 18 17:50:25.131 INFO O| Oct 18 17:50:25.131 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
80312024-10-18T17:50:27.185Z[ recovery-image] Oct 18 17:50:25.131 INFO O| Oct 18 17:50:25.131 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
80322024-10-18T17:50:27.185Z[ recovery-image] Oct 18 17:50:25.131 INFO O| Oct 18 17:50:25.131 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
80332024-10-18T17:50:27.185Z[ recovery-image] Oct 18 17:50:25.131 INFO O| Oct 18 17:50:25.131 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
80342024-10-18T17:50:27.185Z[ recovery-image] Oct 18 17:50:25.131 INFO O| Oct 18 17:50:25.131 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
80352024-10-18T17:50:27.185Z[ recovery-image] Oct 18 17:50:25.131 INFO O| Oct 18 17:50:25.131 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
80362024-10-18T17:50:27.185Z[ recovery-image] Oct 18 17:50:25.131 INFO O| Oct 18 17:50:25.131 INFO ok!
80372024-10-18T17:50:27.185Z[ recovery-image] Oct 18 17:50:25.131 INFO O| Oct 18 17:50:25.131 INFO STEP 34 (ensure_file) COMPLETE
80382024-10-18T17:50:27.185Z[ recovery-image] Oct 18 17:50:25.131 INFO O| Oct 18 17:50:25.131 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
80392024-10-18T17:50:27.192Z[ recovery-image] Oct 18 17:50:25.141 INFO O| Oct 18 17:50:25.141 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
80402024-10-18T17:50:27.195Z[ recovery-image] Oct 18 17:50:25.142 INFO O| Oct 18 17:50:25.141 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
80412024-10-18T17:50:27.195Z[ recovery-image] Oct 18 17:50:25.142 INFO O| Oct 18 17:50:25.142 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
80422024-10-18T17:50:27.195Z[ recovery-image] Oct 18 17:50:25.142 INFO O| Oct 18 17:50:25.142 INFO STEP 35 (ensure_dir) COMPLETE
80432024-10-18T17:50:27.195Z[ recovery-image] Oct 18 17:50:25.142 INFO O| Oct 18 17:50:25.142 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
80442024-10-18T17:50:27.202Z[ recovery-image] Oct 18 17:50:25.152 INFO O| Oct 18 17:50:25.151 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
80452024-10-18T17:50:27.202Z[ recovery-image] Oct 18 17:50:25.152 INFO O| Oct 18 17:50:25.152 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 ...
80462024-10-18T17:50:27.205Z[ recovery-image] Oct 18 17:50:25.152 INFO O| Oct 18 17:50:25.152 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
80472024-10-18T17:50:27.205Z[ recovery-image] Oct 18 17:50:25.152 INFO O| Oct 18 17:50:25.152 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
80482024-10-18T17:50:27.205Z[ recovery-image] Oct 18 17:50:25.152 INFO O| Oct 18 17:50:25.152 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
80492024-10-18T17:50:27.205Z[ recovery-image] Oct 18 17:50:25.152 INFO O| Oct 18 17:50:25.152 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
80502024-10-18T17:50:27.205Z[ recovery-image] Oct 18 17:50:25.152 INFO O| Oct 18 17:50:25.152 INFO ok!
80512024-10-18T17:50:27.205Z[ recovery-image] Oct 18 17:50:25.152 INFO O| Oct 18 17:50:25.152 INFO STEP 36 (ensure_file) COMPLETE
80522024-10-18T17:50:27.205Z[ recovery-image] Oct 18 17:50:25.152 INFO O| Oct 18 17:50:25.152 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
80532024-10-18T17:50:27.212Z[ recovery-image] Oct 18 17:50:25.162 INFO O| Oct 18 17:50:25.161 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
80542024-10-18T17:50:27.212Z[ recovery-image] Oct 18 17:50:25.162 INFO O| Oct 18 17:50:25.162 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 ...
80552024-10-18T17:50:27.212Z[ recovery-image] Oct 18 17:50:25.162 INFO O| Oct 18 17:50:25.162 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
80562024-10-18T17:50:27.215Z[ recovery-image] Oct 18 17:50:25.162 INFO O| Oct 18 17:50:25.162 INFO ok!
80572024-10-18T17:50:27.215Z[ recovery-image] Oct 18 17:50:25.162 INFO O| Oct 18 17:50:25.162 INFO STEP 37 (ensure_symlink) COMPLETE
80582024-10-18T17:50:27.215Z[ recovery-image] Oct 18 17:50:25.162 INFO O| Oct 18 17:50:25.162 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80592024-10-18T17:50:27.223Z[ recovery-image] Oct 18 17:50:25.172 INFO O| Oct 18 17:50:25.172 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
80602024-10-18T17:50:27.223Z[ recovery-image] Oct 18 17:50:25.172 INFO O| Oct 18 17:50:25.172 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
80612024-10-18T17:50:27.225Z[ recovery-image] Oct 18 17:50:25.172 INFO O| Oct 18 17:50:25.172 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80622024-10-18T17:50:27.225Z[ recovery-image] Oct 18 17:50:25.172 INFO O| Oct 18 17:50:25.172 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80632024-10-18T17:50:27.225Z[ recovery-image] Oct 18 17:50:25.172 INFO O| Oct 18 17:50:25.172 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80642024-10-18T17:50:27.225Z[ recovery-image] Oct 18 17:50:25.172 INFO O| Oct 18 17:50:25.172 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80652024-10-18T17:50:27.225Z[ recovery-image] Oct 18 17:50:25.172 INFO O| Oct 18 17:50:25.172 INFO ok!
80662024-10-18T17:50:27.225Z[ recovery-image] Oct 18 17:50:25.172 INFO O| Oct 18 17:50:25.172 INFO STEP 38 (ensure_file) COMPLETE
80672024-10-18T17:50:27.225Z[ recovery-image] Oct 18 17:50:25.172 INFO O| Oct 18 17:50:25.172 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80682024-10-18T17:50:27.232Z[ recovery-image] Oct 18 17:50:25.182 INFO O| Oct 18 17:50:25.182 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
80692024-10-18T17:50:27.235Z[ recovery-image] Oct 18 17:50:25.182 INFO O| Oct 18 17:50:25.182 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 ...
80702024-10-18T17:50:27.235Z[ recovery-image] Oct 18 17:50:25.182 INFO O| Oct 18 17:50:25.182 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
80712024-10-18T17:50:27.235Z[ recovery-image] Oct 18 17:50:25.182 INFO O| Oct 18 17:50:25.182 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
80722024-10-18T17:50:27.235Z[ recovery-image] Oct 18 17:50:25.182 INFO O| Oct 18 17:50:25.182 INFO ok!
80732024-10-18T17:50:27.235Z[ recovery-image] Oct 18 17:50:25.182 INFO O| Oct 18 17:50:25.182 INFO STEP 39 (ensure_file) COMPLETE
80742024-10-18T17:50:27.235Z[ recovery-image] Oct 18 17:50:25.182 INFO O| Oct 18 17:50:25.182 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80752024-10-18T17:50:27.243Z[ recovery-image] Oct 18 17:50:25.192 INFO O| Oct 18 17:50:25.192 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
80762024-10-18T17:50:27.243Z[ recovery-image] Oct 18 17:50:25.192 INFO O| Oct 18 17:50:25.192 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
80772024-10-18T17:50:27.245Z[ recovery-image] Oct 18 17:50:25.192 INFO O| Oct 18 17:50:25.192 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
80782024-10-18T17:50:27.246Z[ recovery-image] Oct 18 17:50:25.192 INFO O| Oct 18 17:50:25.192 INFO ok!
80792024-10-18T17:50:27.246Z[ recovery-image] Oct 18 17:50:25.192 INFO O| Oct 18 17:50:25.192 INFO STEP 40 (ensure_file) COMPLETE
80802024-10-18T17:50:27.246Z[ recovery-image] Oct 18 17:50:25.192 INFO O| Oct 18 17:50:25.192 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
80812024-10-18T17:50:27.253Z[ recovery-image] Oct 18 17:50:25.202 INFO O| Oct 18 17:50:25.202 INFO updating shadow file
80822024-10-18T17:50:27.255Z[ recovery-image] Oct 18 17:50:25.202 INFO O| Oct 18 17:50:25.202 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
80832024-10-18T17:50:27.255Z[ recovery-image] Oct 18 17:50:25.202 INFO O| Oct 18 17:50:25.202 INFO STEP 41 (shadow) COMPLETE
80842024-10-18T17:50:27.255Z[ recovery-image] Oct 18 17:50:25.202 INFO O| Oct 18 17:50:25.202 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
80852024-10-18T17:50:27.263Z[ recovery-image] Oct 18 17:50:25.212 INFO O| Oct 18 17:50:25.212 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
80862024-10-18T17:50:27.263Z[ recovery-image] Oct 18 17:50:25.212 INFO O| Oct 18 17:50:25.212 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
80872024-10-18T17:50:27.265Z[ recovery-image] Oct 18 17:50:25.212 INFO O| Oct 18 17:50:25.212 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
80882024-10-18T17:50:27.265Z[ recovery-image] Oct 18 17:50:25.212 INFO O| Oct 18 17:50:25.212 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
80892024-10-18T17:50:27.266Z[ recovery-image] Oct 18 17:50:25.212 INFO O| Oct 18 17:50:25.212 INFO ok!
80902024-10-18T17:50:27.266Z[ recovery-image] Oct 18 17:50:25.212 INFO O| Oct 18 17:50:25.212 INFO STEP 42 (ensure_file) COMPLETE
80912024-10-18T17:50:27.266Z[ recovery-image] Oct 18 17:50:25.212 INFO O| Oct 18 17:50:25.212 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80922024-10-18T17:50:27.274Z[ recovery-image] Oct 18 17:50:25.223 INFO O| Oct 18 17:50:25.223 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
80932024-10-18T17:50:27.274Z[ recovery-image] Oct 18 17:50:25.223 INFO O| Oct 18 17:50:25.223 INFO STEP 43 (ensure_dir) COMPLETE
80942024-10-18T17:50:27.274Z[ recovery-image] Oct 18 17:50:25.223 INFO O| Oct 18 17:50:25.223 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80952024-10-18T17:50:27.284Z[ recovery-image] Oct 18 17:50:25.233 INFO O| Oct 18 17:50:25.233 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
80962024-10-18T17:50:27.284Z[ recovery-image] Oct 18 17:50:25.233 INFO O| Oct 18 17:50:25.233 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
80972024-10-18T17:50:27.286Z[ recovery-image] Oct 18 17:50:25.233 INFO O| Oct 18 17:50:25.233 INFO STEP 44 (ensure_dir) COMPLETE
80982024-10-18T17:50:27.286Z[ recovery-image] Oct 18 17:50:25.233 INFO O| Oct 18 17:50:25.233 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80992024-10-18T17:50:27.294Z[ recovery-image] Oct 18 17:50:25.243 INFO O| Oct 18 17:50:25.243 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
81002024-10-18T17:50:27.294Z[ recovery-image] Oct 18 17:50:25.243 INFO O| Oct 18 17:50:25.243 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
81012024-10-18T17:50:27.294Z[ recovery-image] Oct 18 17:50:25.243 INFO O| Oct 18 17:50:25.243 INFO STEP 45 (ensure_dir) COMPLETE
81022024-10-18T17:50:27.297Z[ recovery-image] Oct 18 17:50:25.243 INFO O| Oct 18 17:50:25.243 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81032024-10-18T17:50:27.305Z[ recovery-image] Oct 18 17:50:25.253 INFO O| Oct 18 17:50:25.253 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
81042024-10-18T17:50:27.305Z[ recovery-image] Oct 18 17:50:25.253 INFO O| Oct 18 17:50:25.253 INFO copying /tmp/.tmpSzk1LQ/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
81052024-10-18T17:50:27.347Z[ recovery-image] Oct 18 17:50:25.295 INFO O| Oct 18 17:50:25.295 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
81062024-10-18T17:50:27.347Z[ recovery-image] Oct 18 17:50:25.296 INFO O| Oct 18 17:50:25.295 INFO ok!
81072024-10-18T17:50:27.347Z[ recovery-image] Oct 18 17:50:25.296 INFO O| Oct 18 17:50:25.295 INFO STEP 46 (ensure_file) COMPLETE
81082024-10-18T17:50:27.349Z[ recovery-image] Oct 18 17:50:25.296 INFO O| Oct 18 17:50:25.295 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81092024-10-18T17:50:27.358Z[ recovery-image] Oct 18 17:50:25.307 INFO O| Oct 18 17:50:25.307 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
81102024-10-18T17:50:27.361Z[ recovery-image] Oct 18 17:50:25.307 INFO O| Oct 18 17:50:25.307 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
81112024-10-18T17:50:27.361Z[ recovery-image] Oct 18 17:50:25.307 INFO O| Oct 18 17:50:25.307 INFO STEP 47 (ensure_dir) COMPLETE
81122024-10-18T17:50:27.361Z[ recovery-image] Oct 18 17:50:25.307 INFO O| Oct 18 17:50:25.307 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81132024-10-18T17:50:27.368Z[ recovery-image] Oct 18 17:50:25.318 INFO O| Oct 18 17:50:25.318 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
81142024-10-18T17:50:27.371Z[ recovery-image] Oct 18 17:50:25.318 INFO O| Oct 18 17:50:25.318 INFO copying /tmp/.tmpSzk1LQ/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
81152024-10-18T17:50:27.371Z[ recovery-image] Oct 18 17:50:25.318 INFO O| Oct 18 17:50:25.318 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
81162024-10-18T17:50:27.371Z[ recovery-image] Oct 18 17:50:25.318 INFO O| Oct 18 17:50:25.318 INFO ok!
81172024-10-18T17:50:27.371Z[ recovery-image] Oct 18 17:50:25.318 INFO O| Oct 18 17:50:25.318 INFO STEP 48 (ensure_file) COMPLETE
81182024-10-18T17:50:27.371Z[ recovery-image] Oct 18 17:50:25.318 INFO O| Oct 18 17:50:25.318 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81192024-10-18T17:50:27.378Z[ recovery-image] Oct 18 17:50:25.328 INFO O| Oct 18 17:50:25.327 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
81202024-10-18T17:50:27.378Z[ recovery-image] Oct 18 17:50:25.328 INFO O| Oct 18 17:50:25.328 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
81212024-10-18T17:50:27.378Z[ recovery-image] Oct 18 17:50:25.328 INFO O| Oct 18 17:50:25.328 INFO STEP 49 (ensure_dir) COMPLETE
81222024-10-18T17:50:27.378Z[ recovery-image] Oct 18 17:50:25.328 INFO O| Oct 18 17:50:25.328 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81232024-10-18T17:50:27.388Z[ recovery-image] Oct 18 17:50:25.337 INFO O| Oct 18 17:50:25.337 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
81242024-10-18T17:50:27.388Z[ recovery-image] Oct 18 17:50:25.337 INFO O| Oct 18 17:50:25.337 INFO copying /tmp/.tmpSzk1LQ/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
81252024-10-18T17:50:27.408Z[ recovery-image] Oct 18 17:50:25.357 INFO O| Oct 18 17:50:25.357 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
81262024-10-18T17:50:27.408Z[ recovery-image] Oct 18 17:50:25.357 INFO O| Oct 18 17:50:25.357 INFO ok!
81272024-10-18T17:50:27.411Z[ recovery-image] Oct 18 17:50:25.357 INFO O| Oct 18 17:50:25.357 INFO STEP 50 (ensure_file) COMPLETE
81282024-10-18T17:50:27.411Z[ recovery-image] Oct 18 17:50:25.357 INFO O| Oct 18 17:50:25.357 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81292024-10-18T17:50:27.419Z[ recovery-image] Oct 18 17:50:25.368 INFO O| Oct 18 17:50:25.368 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
81302024-10-18T17:50:27.419Z[ recovery-image] Oct 18 17:50:25.368 INFO O| Oct 18 17:50:25.368 INFO copying /tmp/.tmpSzk1LQ/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
81312024-10-18T17:50:28.027Z[ recovery-image] Oct 18 17:50:25.976 INFO O| Oct 18 17:50:25.976 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
81322024-10-18T17:50:28.027Z[ recovery-image] Oct 18 17:50:25.976 INFO O| Oct 18 17:50:25.976 INFO ok!
81332024-10-18T17:50:28.030Z[ recovery-image] Oct 18 17:50:25.976 INFO O| Oct 18 17:50:25.976 INFO STEP 51 (ensure_file) COMPLETE
81342024-10-18T17:50:28.030Z[ recovery-image] Oct 18 17:50:25.976 INFO O| Oct 18 17:50:25.976 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81352024-10-18T17:50:28.038Z[ recovery-image] Oct 18 17:50:25.987 INFO O| Oct 18 17:50:25.987 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
81362024-10-18T17:50:28.038Z[ recovery-image] Oct 18 17:50:25.987 INFO O| Oct 18 17:50:25.987 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
81372024-10-18T17:50:28.048Z[ recovery-image] Oct 18 17:50:25.987 INFO O| Oct 18 17:50:25.987 INFO STEP 52 (ensure_dir) COMPLETE
81382024-10-18T17:50:28.049Z[ recovery-image] Oct 18 17:50:25.987 INFO O| Oct 18 17:50:25.987 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81392024-10-18T17:50:28.049Z[ recovery-image] Oct 18 17:50:25.996 INFO O| Oct 18 17:50:25.996 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
81402024-10-18T17:50:28.049Z[ recovery-image] Oct 18 17:50:25.996 INFO O| Oct 18 17:50:25.996 INFO copying /tmp/.tmpSzk1LQ/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 ...
81412024-10-18T17:50:28.049Z[ recovery-image] Oct 18 17:50:25.996 INFO O| Oct 18 17:50:25.996 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
81422024-10-18T17:50:28.049Z[ recovery-image] Oct 18 17:50:25.997 INFO O| Oct 18 17:50:25.996 INFO ok!
81432024-10-18T17:50:28.049Z[ recovery-image] Oct 18 17:50:25.997 INFO O| Oct 18 17:50:25.996 INFO STEP 53 (ensure_file) COMPLETE
81442024-10-18T17:50:28.049Z[ recovery-image] Oct 18 17:50:25.997 INFO O| Oct 18 17:50:25.996 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81452024-10-18T17:50:28.058Z[ recovery-image] Oct 18 17:50:26.007 INFO O| Oct 18 17:50:26.007 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
81462024-10-18T17:50:28.058Z[ recovery-image] Oct 18 17:50:26.007 INFO O| Oct 18 17:50:26.007 INFO copying /tmp/.tmpSzk1LQ/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 ...
81472024-10-18T17:50:28.061Z[ recovery-image] Oct 18 17:50:26.007 INFO O| Oct 18 17:50:26.007 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
81482024-10-18T17:50:28.061Z[ recovery-image] Oct 18 17:50:26.007 INFO O| Oct 18 17:50:26.007 INFO ok!
81492024-10-18T17:50:28.061Z[ recovery-image] Oct 18 17:50:26.007 INFO O| Oct 18 17:50:26.007 INFO STEP 54 (ensure_file) COMPLETE
81502024-10-18T17:50:28.061Z[ recovery-image] Oct 18 17:50:26.007 INFO O| Oct 18 17:50:26.007 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81512024-10-18T17:50:28.068Z[ recovery-image] Oct 18 17:50:26.017 INFO O| Oct 18 17:50:26.017 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
81522024-10-18T17:50:28.068Z[ recovery-image] Oct 18 17:50:26.017 INFO O| Oct 18 17:50:26.017 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
81532024-10-18T17:50:28.071Z[ recovery-image] Oct 18 17:50:26.017 INFO O| Oct 18 17:50:26.017 INFO STEP 55 (ensure_dir) COMPLETE
81542024-10-18T17:50:28.071Z[ recovery-image] Oct 18 17:50:26.017 INFO O| Oct 18 17:50:26.017 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81552024-10-18T17:50:28.078Z[ recovery-image] Oct 18 17:50:26.027 INFO O| Oct 18 17:50:26.027 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
81562024-10-18T17:50:28.080Z[ recovery-image] Oct 18 17:50:26.027 INFO O| Oct 18 17:50:26.027 INFO copying /tmp/.tmpSzk1LQ/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 ...
81572024-10-18T17:50:28.080Z[ recovery-image] Oct 18 17:50:26.027 INFO O| Oct 18 17:50:26.027 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
81582024-10-18T17:50:28.080Z[ recovery-image] Oct 18 17:50:26.027 INFO O| Oct 18 17:50:26.027 INFO ok!
81592024-10-18T17:50:28.080Z[ recovery-image] Oct 18 17:50:26.027 INFO O| Oct 18 17:50:26.027 INFO STEP 56 (ensure_file) COMPLETE
81602024-10-18T17:50:28.081Z[ recovery-image] Oct 18 17:50:26.027 INFO O| Oct 18 17:50:26.027 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81612024-10-18T17:50:28.088Z[ recovery-image] Oct 18 17:50:26.037 INFO O| Oct 18 17:50:26.037 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
81622024-10-18T17:50:28.088Z[ recovery-image] Oct 18 17:50:26.037 INFO O| Oct 18 17:50:26.037 INFO copying /tmp/.tmpSzk1LQ/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 ...
81632024-10-18T17:50:28.091Z[ recovery-image] Oct 18 17:50:26.037 INFO O| Oct 18 17:50:26.037 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
81642024-10-18T17:50:28.091Z[ recovery-image] Oct 18 17:50:26.037 INFO O| Oct 18 17:50:26.037 INFO ok!
81652024-10-18T17:50:28.091Z[ recovery-image] Oct 18 17:50:26.037 INFO O| Oct 18 17:50:26.037 INFO STEP 57 (ensure_file) COMPLETE
81662024-10-18T17:50:28.091Z[ recovery-image] Oct 18 17:50:26.037 INFO O| Oct 18 17:50:26.037 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81672024-10-18T17:50:28.098Z[ recovery-image] Oct 18 17:50:26.047 INFO O| Oct 18 17:50:26.047 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
81682024-10-18T17:50:28.098Z[ recovery-image] Oct 18 17:50:26.047 INFO O| Oct 18 17:50:26.047 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
81692024-10-18T17:50:28.100Z[ recovery-image] Oct 18 17:50:26.047 INFO O| Oct 18 17:50:26.047 INFO STEP 58 (ensure_dir) COMPLETE
81702024-10-18T17:50:28.100Z[ recovery-image] Oct 18 17:50:26.047 INFO O| Oct 18 17:50:26.047 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81712024-10-18T17:50:28.108Z[ recovery-image] Oct 18 17:50:26.057 INFO O| Oct 18 17:50:26.057 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
81722024-10-18T17:50:28.108Z[ recovery-image] Oct 18 17:50:26.057 INFO O| Oct 18 17:50:26.057 INFO copying /tmp/.tmpSzk1LQ/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 ...
81732024-10-18T17:50:28.110Z[ recovery-image] Oct 18 17:50:26.057 INFO O| Oct 18 17:50:26.057 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
81742024-10-18T17:50:28.110Z[ recovery-image] Oct 18 17:50:26.057 INFO O| Oct 18 17:50:26.057 INFO ok!
81752024-10-18T17:50:28.110Z[ recovery-image] Oct 18 17:50:26.057 INFO O| Oct 18 17:50:26.057 INFO STEP 59 (ensure_file) COMPLETE
81762024-10-18T17:50:28.110Z[ recovery-image] Oct 18 17:50:26.057 INFO O| Oct 18 17:50:26.057 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81772024-10-18T17:50:28.118Z[ recovery-image] Oct 18 17:50:26.067 INFO O| Oct 18 17:50:26.067 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
81782024-10-18T17:50:28.118Z[ recovery-image] Oct 18 17:50:26.067 INFO O| Oct 18 17:50:26.067 INFO copying /tmp/.tmpSzk1LQ/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
81792024-10-18T17:50:28.120Z[ recovery-image] Oct 18 17:50:26.067 INFO O| Oct 18 17:50:26.067 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
81802024-10-18T17:50:28.120Z[ recovery-image] Oct 18 17:50:26.067 INFO O| Oct 18 17:50:26.067 INFO ok!
81812024-10-18T17:50:28.120Z[ recovery-image] Oct 18 17:50:26.067 INFO O| Oct 18 17:50:26.067 INFO STEP 60 (ensure_file) COMPLETE
81822024-10-18T17:50:28.120Z[ recovery-image] Oct 18 17:50:26.067 INFO O| Oct 18 17:50:26.067 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81832024-10-18T17:50:28.127Z[ recovery-image] Oct 18 17:50:26.076 INFO O| Oct 18 17:50:26.076 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
81842024-10-18T17:50:28.130Z[ recovery-image] Oct 18 17:50:26.076 INFO O| Oct 18 17:50:26.076 INFO STEP 61 (ensure_dir) COMPLETE
81852024-10-18T17:50:28.130Z[ recovery-image] Oct 18 17:50:26.076 INFO O| Oct 18 17:50:26.076 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81862024-10-18T17:50:28.137Z[ recovery-image] Oct 18 17:50:26.085 INFO O| Oct 18 17:50:26.085 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
81872024-10-18T17:50:28.137Z[ recovery-image] Oct 18 17:50:26.086 INFO O| Oct 18 17:50:26.085 INFO STEP 62 (ensure_dir) COMPLETE
81882024-10-18T17:50:28.140Z[ recovery-image] Oct 18 17:50:26.086 INFO O| Oct 18 17:50:26.085 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81892024-10-18T17:50:28.146Z[ recovery-image] Oct 18 17:50:26.095 INFO O| Oct 18 17:50:26.095 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
81902024-10-18T17:50:28.146Z[ recovery-image] Oct 18 17:50:26.095 INFO O| Oct 18 17:50:26.095 INFO STEP 63 (ensure_dir) COMPLETE
81912024-10-18T17:50:28.149Z[ recovery-image] Oct 18 17:50:26.095 INFO O| Oct 18 17:50:26.095 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81922024-10-18T17:50:28.156Z[ recovery-image] Oct 18 17:50:26.105 INFO O| Oct 18 17:50:26.105 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
81932024-10-18T17:50:28.156Z[ recovery-image] Oct 18 17:50:26.105 INFO O| Oct 18 17:50:26.105 INFO STEP 64 (ensure_dir) COMPLETE
81942024-10-18T17:50:28.158Z[ recovery-image] Oct 18 17:50:26.105 INFO O| Oct 18 17:50:26.105 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81952024-10-18T17:50:28.166Z[ recovery-image] Oct 18 17:50:26.115 INFO O| Oct 18 17:50:26.115 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
81962024-10-18T17:50:28.166Z[ recovery-image] Oct 18 17:50:26.115 INFO O| Oct 18 17:50:26.115 INFO copying /tmp/.tmpSzk1LQ/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
81972024-10-18T17:50:28.166Z[ recovery-image] Oct 18 17:50:26.115 INFO O| Oct 18 17:50:26.115 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
81982024-10-18T17:50:28.166Z[ recovery-image] Oct 18 17:50:26.115 INFO O| Oct 18 17:50:26.115 INFO ok!
81992024-10-18T17:50:28.169Z[ recovery-image] Oct 18 17:50:26.115 INFO O| Oct 18 17:50:26.115 INFO STEP 65 (ensure_file) COMPLETE
82002024-10-18T17:50:28.169Z[ recovery-image] Oct 18 17:50:26.115 INFO O| Oct 18 17:50:26.115 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82012024-10-18T17:50:28.576Z[ recovery-image] Oct 18 17:50:26.125 INFO O| Oct 18 17:50:26.125 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
82022024-10-18T17:50:28.576Z[ recovery-image] Oct 18 17:50:26.125 INFO O| Oct 18 17:50:26.125 INFO STEP 66 (remove_files) COMPLETE
82032024-10-18T17:50:28.576Z[ recovery-image] Oct 18 17:50:26.125 INFO O| Oct 18 17:50:26.125 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82042024-10-18T17:50:28.576Z[ recovery-image] Oct 18 17:50:26.135 INFO O| Oct 18 17:50:26.135 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
82052024-10-18T17:50:28.576Z[ recovery-image] Oct 18 17:50:26.135 INFO O| Oct 18 17:50:26.135 INFO STEP 67 (remove_files) COMPLETE
82062024-10-18T17:50:28.576Z[ recovery-image] Oct 18 17:50:26.135 INFO O| Oct 18 17:50:26.135 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82072024-10-18T17:50:28.576Z[ recovery-image] Oct 18 17:50:26.144 INFO O| Oct 18 17:50:26.144 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
82082024-10-18T17:50:28.576Z[ recovery-image] Oct 18 17:50:26.144 INFO O| Oct 18 17:50:26.144 INFO STEP 68 (remove_files) COMPLETE
82092024-10-18T17:50:28.576Z[ recovery-image] Oct 18 17:50:26.144 INFO O| Oct 18 17:50:26.144 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82102024-10-18T17:50:28.576Z[ recovery-image] Oct 18 17:50:26.154 INFO O| Oct 18 17:50:26.154 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
82112024-10-18T17:50:28.576Z[ recovery-image] Oct 18 17:50:26.154 INFO O| Oct 18 17:50:26.154 INFO STEP 69 (remove_files) COMPLETE
82122024-10-18T17:50:28.576Z[ recovery-image] Oct 18 17:50:26.154 INFO O| Oct 18 17:50:26.154 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82132024-10-18T17:50:28.576Z[ recovery-image] Oct 18 17:50:26.164 INFO O| Oct 18 17:50:26.164 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
82142024-10-18T17:50:28.576Z[ recovery-image] Oct 18 17:50:26.164 INFO O| Oct 18 17:50:26.164 INFO STEP 70 (remove_files) COMPLETE
82152024-10-18T17:50:28.576Z[ recovery-image] Oct 18 17:50:26.164 INFO O| Oct 18 17:50:26.164 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82162024-10-18T17:50:28.576Z[ recovery-image] Oct 18 17:50:26.175 INFO O| Oct 18 17:50:26.175 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
82172024-10-18T17:50:28.577Z[ recovery-image] Oct 18 17:50:26.175 INFO O| Oct 18 17:50:26.175 INFO STEP 71 (remove_files) COMPLETE
82182024-10-18T17:50:28.577Z[ recovery-image] Oct 18 17:50:26.175 INFO O| Oct 18 17:50:26.175 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82192024-10-18T17:50:28.577Z[ recovery-image] Oct 18 17:50:26.185 INFO O| Oct 18 17:50:26.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
82202024-10-18T17:50:28.577Z[ recovery-image] Oct 18 17:50:26.185 INFO O| Oct 18 17:50:26.185 INFO STEP 72 (remove_files) COMPLETE
82212024-10-18T17:50:28.577Z[ recovery-image] Oct 18 17:50:26.185 INFO O| Oct 18 17:50:26.185 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82222024-10-18T17:50:28.577Z[ recovery-image] Oct 18 17:50:26.198 INFO O| Oct 18 17:50:26.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
82232024-10-18T17:50:28.577Z[ recovery-image] Oct 18 17:50:26.198 INFO O| Oct 18 17:50:26.198 INFO STEP 73 (remove_files) COMPLETE
82242024-10-18T17:50:28.577Z[ recovery-image] Oct 18 17:50:26.198 INFO O| Oct 18 17:50:26.198 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82252024-10-18T17:50:28.577Z[ recovery-image] Oct 18 17:50:26.208 INFO O| Oct 18 17:50:26.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
82262024-10-18T17:50:28.577Z[ recovery-image] Oct 18 17:50:26.208 INFO O| Oct 18 17:50:26.208 INFO STEP 74 (remove_files) COMPLETE
82272024-10-18T17:50:28.577Z[ recovery-image] Oct 18 17:50:26.208 INFO O| Oct 18 17:50:26.208 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82282024-10-18T17:50:28.577Z[ recovery-image] Oct 18 17:50:26.218 INFO O| Oct 18 17:50:26.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
82292024-10-18T17:50:28.577Z[ recovery-image] Oct 18 17:50:26.218 INFO O| Oct 18 17:50:26.218 INFO STEP 75 (remove_files) COMPLETE
82302024-10-18T17:50:28.577Z[ recovery-image] Oct 18 17:50:26.218 INFO O| Oct 18 17:50:26.218 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82312024-10-18T17:50:28.577Z[ recovery-image] Oct 18 17:50:26.228 INFO O| Oct 18 17:50:26.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
82322024-10-18T17:50:28.577Z[ recovery-image] Oct 18 17:50:26.228 INFO O| Oct 18 17:50:26.228 INFO STEP 76 (remove_files) COMPLETE
82332024-10-18T17:50:28.577Z[ recovery-image] Oct 18 17:50:26.228 INFO O| Oct 18 17:50:26.228 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82342024-10-18T17:50:28.577Z[ recovery-image] Oct 18 17:50:26.238 INFO O| Oct 18 17:50:26.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
82352024-10-18T17:50:28.577Z[ recovery-image] Oct 18 17:50:26.238 INFO O| Oct 18 17:50:26.238 INFO STEP 77 (remove_files) COMPLETE
82362024-10-18T17:50:28.577Z[ recovery-image] Oct 18 17:50:26.238 INFO O| Oct 18 17:50:26.238 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82372024-10-18T17:50:28.577Z[ recovery-image] Oct 18 17:50:26.247 INFO O| Oct 18 17:50:26.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
82382024-10-18T17:50:28.577Z[ recovery-image] Oct 18 17:50:26.247 INFO O| Oct 18 17:50:26.247 INFO STEP 78 (remove_files) COMPLETE
82392024-10-18T17:50:28.577Z[ recovery-image] Oct 18 17:50:26.247 INFO O| Oct 18 17:50:26.247 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82402024-10-18T17:50:28.577Z[ recovery-image] Oct 18 17:50:26.257 INFO O| Oct 18 17:50:26.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
82412024-10-18T17:50:28.577Z[ recovery-image] Oct 18 17:50:26.257 INFO O| Oct 18 17:50:26.257 INFO STEP 79 (remove_files) COMPLETE
82422024-10-18T17:50:28.577Z[ recovery-image] Oct 18 17:50:26.257 INFO O| Oct 18 17:50:26.257 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82432024-10-18T17:50:28.577Z[ recovery-image] Oct 18 17:50:26.266 INFO O| Oct 18 17:50:26.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
82442024-10-18T17:50:28.577Z[ recovery-image] Oct 18 17:50:26.267 INFO O| Oct 18 17:50:26.267 INFO STEP 80 (remove_files) COMPLETE
82452024-10-18T17:50:28.577Z[ recovery-image] Oct 18 17:50:26.267 INFO O| Oct 18 17:50:26.267 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82462024-10-18T17:50:28.577Z[ recovery-image] Oct 18 17:50:26.276 INFO O| Oct 18 17:50:26.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
82472024-10-18T17:50:28.577Z[ recovery-image] Oct 18 17:50:26.276 INFO O| Oct 18 17:50:26.276 INFO STEP 81 (remove_files) COMPLETE
82482024-10-18T17:50:28.577Z[ recovery-image] Oct 18 17:50:26.276 INFO O| Oct 18 17:50:26.276 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82492024-10-18T17:50:28.577Z[ recovery-image] Oct 18 17:50:26.286 INFO O| Oct 18 17:50:26.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
82502024-10-18T17:50:28.577Z[ recovery-image] Oct 18 17:50:26.286 INFO O| Oct 18 17:50:26.286 INFO STEP 82 (remove_files) COMPLETE
82512024-10-18T17:50:28.577Z[ recovery-image] Oct 18 17:50:26.286 INFO O| Oct 18 17:50:26.286 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82522024-10-18T17:50:28.577Z[ recovery-image] Oct 18 17:50:26.295 INFO O| Oct 18 17:50:26.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
82532024-10-18T17:50:28.578Z[ recovery-image] Oct 18 17:50:26.295 INFO O| Oct 18 17:50:26.295 INFO STEP 83 (remove_files) COMPLETE
82542024-10-18T17:50:28.578Z[ recovery-image] Oct 18 17:50:26.295 INFO O| Oct 18 17:50:26.295 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82552024-10-18T17:50:28.578Z[ recovery-image] Oct 18 17:50:26.305 INFO O| Oct 18 17:50:26.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
82562024-10-18T17:50:28.578Z[ recovery-image] Oct 18 17:50:26.305 INFO O| Oct 18 17:50:26.305 INFO STEP 84 (remove_files) COMPLETE
82572024-10-18T17:50:28.578Z[ recovery-image] Oct 18 17:50:26.305 INFO O| Oct 18 17:50:26.305 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82582024-10-18T17:50:28.578Z[ recovery-image] Oct 18 17:50:26.314 INFO O| Oct 18 17:50:26.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
82592024-10-18T17:50:28.578Z[ recovery-image] Oct 18 17:50:26.314 INFO O| Oct 18 17:50:26.314 INFO STEP 85 (remove_files) COMPLETE
82602024-10-18T17:50:28.578Z[ recovery-image] Oct 18 17:50:26.314 INFO O| Oct 18 17:50:26.314 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82612024-10-18T17:50:28.578Z[ recovery-image] Oct 18 17:50:26.324 INFO O| Oct 18 17:50:26.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
82622024-10-18T17:50:28.578Z[ recovery-image] Oct 18 17:50:26.324 INFO O| Oct 18 17:50:26.324 INFO STEP 86 (remove_files) COMPLETE
82632024-10-18T17:50:28.578Z[ recovery-image] Oct 18 17:50:26.324 INFO O| Oct 18 17:50:26.324 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82642024-10-18T17:50:28.578Z[ recovery-image] Oct 18 17:50:26.334 INFO O| Oct 18 17:50:26.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
82652024-10-18T17:50:28.578Z[ recovery-image] Oct 18 17:50:26.334 INFO O| Oct 18 17:50:26.334 INFO STEP 87 (remove_files) COMPLETE
82662024-10-18T17:50:28.578Z[ recovery-image] Oct 18 17:50:26.334 INFO O| Oct 18 17:50:26.334 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82672024-10-18T17:50:28.578Z[ recovery-image] Oct 18 17:50:26.344 INFO O| Oct 18 17:50:26.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
82682024-10-18T17:50:28.578Z[ recovery-image] Oct 18 17:50:26.344 INFO O| Oct 18 17:50:26.344 INFO STEP 88 (remove_files) COMPLETE
82692024-10-18T17:50:28.578Z[ recovery-image] Oct 18 17:50:26.344 INFO O| Oct 18 17:50:26.344 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82702024-10-18T17:50:28.578Z[ recovery-image] Oct 18 17:50:26.353 INFO O| Oct 18 17:50:26.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
82712024-10-18T17:50:28.578Z[ recovery-image] Oct 18 17:50:26.353 INFO O| Oct 18 17:50:26.353 INFO STEP 89 (remove_files) COMPLETE
82722024-10-18T17:50:28.578Z[ recovery-image] Oct 18 17:50:26.353 INFO O| Oct 18 17:50:26.353 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82732024-10-18T17:50:28.578Z[ recovery-image] Oct 18 17:50:26.362 INFO O| Oct 18 17:50:26.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
82742024-10-18T17:50:28.578Z[ recovery-image] Oct 18 17:50:26.362 INFO O| Oct 18 17:50:26.362 INFO STEP 90 (remove_files) COMPLETE
82752024-10-18T17:50:28.578Z[ recovery-image] Oct 18 17:50:26.362 INFO O| Oct 18 17:50:26.362 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82762024-10-18T17:50:28.578Z[ recovery-image] Oct 18 17:50:26.372 INFO O| Oct 18 17:50:26.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
82772024-10-18T17:50:28.578Z[ recovery-image] Oct 18 17:50:26.372 INFO O| Oct 18 17:50:26.372 INFO STEP 91 (remove_files) COMPLETE
82782024-10-18T17:50:28.578Z[ recovery-image] Oct 18 17:50:26.372 INFO O| Oct 18 17:50:26.372 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82792024-10-18T17:50:28.578Z[ recovery-image] Oct 18 17:50:26.382 INFO O| Oct 18 17:50:26.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
82802024-10-18T17:50:28.578Z[ recovery-image] Oct 18 17:50:26.382 INFO O| Oct 18 17:50:26.382 INFO STEP 92 (remove_files) COMPLETE
82812024-10-18T17:50:28.578Z[ recovery-image] Oct 18 17:50:26.382 INFO O| Oct 18 17:50:26.382 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82822024-10-18T17:50:28.578Z[ recovery-image] Oct 18 17:50:26.391 INFO O| Oct 18 17:50:26.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
82832024-10-18T17:50:28.578Z[ recovery-image] Oct 18 17:50:26.391 INFO O| Oct 18 17:50:26.391 INFO STEP 93 (remove_files) COMPLETE
82842024-10-18T17:50:28.578Z[ recovery-image] Oct 18 17:50:26.391 INFO O| Oct 18 17:50:26.391 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82852024-10-18T17:50:28.578Z[ recovery-image] Oct 18 17:50:26.404 INFO O| Oct 18 17:50:26.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
82862024-10-18T17:50:28.578Z[ recovery-image] Oct 18 17:50:26.404 INFO O| Oct 18 17:50:26.404 INFO STEP 94 (remove_files) COMPLETE
82872024-10-18T17:50:28.578Z[ recovery-image] Oct 18 17:50:26.404 INFO O| Oct 18 17:50:26.404 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82882024-10-18T17:50:28.578Z[ recovery-image] Oct 18 17:50:26.419 INFO O| Oct 18 17:50:26.419 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
82892024-10-18T17:50:28.578Z[ recovery-image] Oct 18 17:50:26.420 INFO O| Oct 18 17:50:26.419 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
82902024-10-18T17:50:36.154Z[ recovery-image] Oct 18 17:50:34.100 INFO O| Oct 18 17:50:34.100 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
82912024-10-18T17:50:36.154Z[ recovery-image] Oct 18 17:50:34.100 INFO O| Oct 18 17:50:34.100 INFO E| svccfg: Loaded 67 smf(7) service descriptions
82922024-10-18T17:50:36.166Z[ recovery-image] Oct 18 17:50:34.111 INFO O| Oct 18 17:50:34.111 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"}
82932024-10-18T17:50:36.240Z[ recovery-image] Oct 18 17:50:34.185 INFO O| Oct 18 17:50:34.185 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
82942024-10-18T17:50:36.240Z[ recovery-image] Oct 18 17:50:34.185 INFO O| Oct 18 17:50:34.185 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 ...
82952024-10-18T17:50:36.243Z[ recovery-image] Oct 18 17:50:34.187 INFO O| Oct 18 17:50:34.187 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
82962024-10-18T17:50:36.243Z[ recovery-image] Oct 18 17:50:34.187 INFO O| Oct 18 17:50:34.187 INFO ok!
82972024-10-18T17:50:36.243Z[ recovery-image] Oct 18 17:50:34.187 INFO O| Oct 18 17:50:34.187 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
82982024-10-18T17:50:36.243Z[ recovery-image] Oct 18 17:50:34.187 INFO O| Oct 18 17:50:34.187 INFO STEP 95 (seed_smf) COMPLETE
82992024-10-18T17:50:36.243Z[ recovery-image] Oct 18 17:50:34.187 INFO O| Oct 18 17:50:34.187 INFO steps complete; finalising image!
83002024-10-18T17:50:36.243Z[ recovery-image] Oct 18 17:50:34.188 INFO O| Oct 18 17:50:34.187 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
83012024-10-18T17:50:36.274Z[ recovery-image] Oct 18 17:50:34.220 INFO O| Oct 18 17:50:34.220 INFO trim TEMPORARY-gimlet-zfs-recovery: (4% trimmed, started at Fri Oct 18 17:50:34 2024)
83022024-10-18T17:50:36.483Z[ recovery-image] Oct 18 17:50:34.428 INFO O| Oct 18 17:50:34.428 INFO trim TEMPORARY-gimlet-zfs-recovery: (66% trimmed, started at Fri Oct 18 17:50:34 2024)
83032024-10-18T17:50:36.703Z[ recovery-image] Oct 18 17:50:34.648 INFO O| Oct 18 17:50:34.648 INFO temporary pool has 401M used, 1.36G avail, 1.00x compressratio
83042024-10-18T17:50:36.703Z[ recovery-image] Oct 18 17:50:34.648 INFO O| Oct 18 17:50:34.648 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
83052024-10-18T17:50:36.927Z[ recovery-image] Oct 18 17:50:34.872 INFO O| Oct 18 17:50:34.872 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
83062024-10-18T17:50:36.927Z[ recovery-image] Oct 18 17:50:34.872 INFO O| Oct 18 17:50:34.872 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
83072024-10-18T17:50:39.950Z[ recovery-image] Oct 18 17:50:37.894 INFO O| Oct 18 17:50:37.894 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
83082024-10-18T17:50:39.950Z[ recovery-image] Oct 18 17:50:37.894 INFO O| Oct 18 17:50:37.894 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
83092024-10-18T17:50:39.953Z[ recovery-image] Oct 18 17:50:37.894 INFO O| Oct 18 17:50:37.894 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
83102024-10-18T17:50:39.953Z[ recovery-image] Oct 18 17:50:37.894 INFO O| Oct 18 17:50:37.894 INFO completed processing gimlet/zfs-recovery
83112024-10-18T17:50:39.953Z[ recovery-image] Oct 18 17:50:37.894 INFO O| Oct 18 17:50:37.894 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
83122024-10-18T17:50:40.225Z[ recovery-image] Oct 18 17:50:38.168 INFO O| Oct 18 17:50:38.168 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
83132024-10-18T17:50:40.289Z[ recovery-image] Oct 18 17:50:38.232 INFO BUILD STRING "heads/stlouis-0-gc3c5244d76\n"
83142024-10-18T17:50:40.291Z[ recovery-image] Oct 18 17:50:38.233 INFO expanded image name: "recovery d69155e/${os_short_commit} 2024-10-18 17:23" -> "recovery d69155e/c3c5244 2024-10-18 17:23"
83152024-10-18T17:50:40.291Z[ recovery-image] Oct 18 17:50:38.233 INFO output artefacts stored in: "/work/os-recovery"
83162024-10-18T17:50:40.291Z[ recovery-image] Oct 18 17:50:38.233 INFO collecting git info from project "image-builder"...
83172024-10-18T17:50:40.299Z[ recovery-image] Oct 18 17:50:38.243 INFO collecting git info from project "amd-host-image-builder"...
83182024-10-18T17:50:40.533Z[ recovery-image] Oct 18 17:50:38.477 INFO collecting git info from project "pinprick"...
83192024-10-18T17:50:40.538Z[ recovery-image] Oct 18 17:50:38.482 INFO collecting git info from project "pilot"...
83202024-10-18T17:50:40.549Z[ recovery-image] Oct 18 17:50:38.493 INFO collecting git info from project "bootserver"...
83212024-10-18T17:50:40.556Z[ recovery-image] Oct 18 17:50:38.500 INFO collecting git info from project "phbl"...
83222024-10-18T17:50:40.562Z[ recovery-image] Oct 18 17:50:38.506 INFO collecting git info from project "amd-firmware"...
83232024-10-18T17:50:40.826Z[ recovery-image] Oct 18 17:50:38.770 INFO collecting git info from project "chelsio-t6-roms"...
83242024-10-18T17:50:40.846Z[ recovery-image] Oct 18 17:50:38.790 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
83252024-10-18T17:50:41.190Z[ recovery-image] Oct 18 17:50:39.134 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
83262024-10-18T17:50:41.523Z[ recovery-image] Oct 18 17:50:39.466 INFO creating Oxide boot image...
83272024-10-18T17:50:41.523Z[ recovery-image] Oct 18 17:50:39.466 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery d69155e/c3c5244 2024-10-18 17:23", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
83282024-10-18T17:51:09.031Z[ host-image] Oct 18 17:51:06.964 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22978:20241018T154620Z
83292024-10-18T17:51:09.034Z[ host-image] Oct 18 17:51:06.964 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22978:20241018T154620Z
83302024-10-18T17:51:09.034Z[ host-image] Oct 18 17:51:06.965 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
83312024-10-18T17:51:09.034Z[ host-image] Oct 18 17:51:06.965 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
83322024-10-18T17:51:09.034Z[ host-image] Oct 18 17:51:06.965 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
83332024-10-18T17:51:09.034Z[ host-image] Oct 18 17:51:06.965 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
83342024-10-18T17:51:09.034Z[ host-image] Oct 18 17:51:06.966 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
83352024-10-18T17:51:09.034Z[ host-image] Oct 18 17:51:06.966 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
83362024-10-18T17:51:09.035Z[ host-image] Oct 18 17:51:06.966 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
83372024-10-18T17:51:09.035Z[ host-image] Oct 18 17:51:06.966 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
83382024-10-18T17:51:09.035Z[ host-image] Oct 18 17:51:06.966 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22978:20241018T154621Z
83392024-10-18T17:51:09.037Z[ host-image] Oct 18 17:51:06.968 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22978:20241018T154622Z
83402024-10-18T17:51:09.037Z[ host-image] Oct 18 17:51:06.969 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22978:20241018T154622Z
83412024-10-18T17:51:09.037Z[ host-image] Oct 18 17:51:06.969 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22978:20241018T154622Z
83422024-10-18T17:51:09.037Z[ host-image] Oct 18 17:51:06.969 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
83432024-10-18T17:51:09.037Z[ host-image] Oct 18 17:51:06.970 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22978:20241018T154622Z
83442024-10-18T17:51:09.037Z[ host-image] Oct 18 17:51:06.971 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22978:20241018T154622Z
83452024-10-18T17:51:09.040Z[ host-image] Oct 18 17:51:06.971 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22978:20241018T154622Z
83462024-10-18T17:51:09.040Z[ host-image] Oct 18 17:51:06.971 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22978:20241018T154622Z
83472024-10-18T17:51:09.040Z[ host-image] Oct 18 17:51:06.971 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22978:20241018T154623Z
83482024-10-18T17:51:09.040Z[ host-image] Oct 18 17:51:06.971 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22978:20241018T154623Z
83492024-10-18T17:51:09.040Z[ host-image] Oct 18 17:51:06.971 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22978:20241018T154624Z
83502024-10-18T17:51:09.040Z[ host-image] Oct 18 17:51:06.971 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22978:20241018T154624Z
83512024-10-18T17:51:09.040Z[ host-image] Oct 18 17:51:06.972 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22978:20241018T154625Z
83522024-10-18T17:51:09.040Z[ host-image] Oct 18 17:51:06.972 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22978:20241018T154626Z
83532024-10-18T17:51:09.040Z[ host-image] Oct 18 17:51:06.972 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22978:20241018T154626Z
83542024-10-18T17:51:09.040Z[ host-image] Oct 18 17:51:06.972 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22978:20241018T154628Z
83552024-10-18T17:51:09.040Z[ host-image] Oct 18 17:51:06.972 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22978:20241018T154628Z
83562024-10-18T17:51:09.040Z[ host-image] Oct 18 17:51:06.972 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.293:20240820T211830Z
83572024-10-18T17:51:09.040Z[ host-image] Oct 18 17:51:06.972 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22978:20241018T154630Z
83582024-10-18T17:51:09.040Z[ host-image] Oct 18 17:51:06.972 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22978:20241018T154632Z
83592024-10-18T17:51:09.040Z[ host-image] Oct 18 17:51:06.972 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22978:20241018T154633Z
83602024-10-18T17:51:09.040Z[ host-image] Oct 18 17:51:06.973 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22978:20241018T154633Z
83612024-10-18T17:51:09.043Z[ host-image] Oct 18 17:51:06.974 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22978:20241018T154635Z
83622024-10-18T17:51:09.043Z[ host-image] Oct 18 17:51:06.974 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22978:20241018T154635Z
83632024-10-18T17:51:09.050Z[ host-image] Oct 18 17:51:06.983 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
83642024-10-18T17:51:09.052Z[ host-image] Oct 18 17:51:06.983 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22978:20241018T154635Z
83652024-10-18T17:51:09.052Z[ host-image] Oct 18 17:51:06.983 INFO O| install = pkg://helios-dev/library/expat@2.6.3-2.0:20241004T143215Z
83662024-10-18T17:51:09.052Z[ host-image] Oct 18 17:51:06.983 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
83672024-10-18T17:51:09.052Z[ host-image] Oct 18 17:51:06.984 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
83682024-10-18T17:51:09.052Z[ host-image] Oct 18 17:51:06.984 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22978:20241018T154635Z
83692024-10-18T17:51:09.052Z[ host-image] Oct 18 17:51:06.984 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
83702024-10-18T17:51:09.052Z[ host-image] Oct 18 17:51:06.985 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
83712024-10-18T17:51:09.055Z[ host-image] Oct 18 17:51:06.986 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
83722024-10-18T17:51:09.055Z[ host-image] Oct 18 17:51:06.986 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
83732024-10-18T17:51:09.065Z[ host-image] Oct 18 17:51:06.998 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
83742024-10-18T17:51:09.067Z[ host-image] Oct 18 17:51:06.998 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
83752024-10-18T17:51:09.067Z[ host-image] Oct 18 17:51:06.998 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
83762024-10-18T17:51:09.067Z[ host-image] Oct 18 17:51:06.999 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
83772024-10-18T17:51:09.067Z[ host-image] Oct 18 17:51:07.000 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
83782024-10-18T17:51:09.068Z[ host-image] Oct 18 17:51:07.000 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
83792024-10-18T17:51:09.102Z[ host-image] Oct 18 17:51:07.035 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
83802024-10-18T17:51:09.105Z[ host-image] Oct 18 17:51:07.036 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
83812024-10-18T17:51:09.105Z[ host-image] Oct 18 17:51:07.036 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
83822024-10-18T17:51:09.105Z[ host-image] Oct 18 17:51:07.037 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22978:20241018T154637Z
83832024-10-18T17:51:09.105Z[ host-image] Oct 18 17:51:07.037 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22978:20241018T154643Z
83842024-10-18T17:51:09.105Z[ host-image] Oct 18 17:51:07.037 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
83852024-10-18T17:51:09.105Z[ host-image] Oct 18 17:51:07.037 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22978:20241018T154644Z
83862024-10-18T17:51:09.105Z[ host-image] Oct 18 17:51:07.037 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
83872024-10-18T17:51:09.105Z[ host-image] Oct 18 17:51:07.037 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
83882024-10-18T17:51:09.105Z[ host-image] Oct 18 17:51:07.037 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
83892024-10-18T17:51:09.105Z[ host-image] Oct 18 17:51:07.038 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22978:20241018T154644Z
83902024-10-18T17:51:09.105Z[ host-image] Oct 18 17:51:07.038 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
83912024-10-18T17:51:09.109Z[ host-image] Oct 18 17:51:07.042 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
83922024-10-18T17:51:09.112Z[ host-image] Oct 18 17:51:07.042 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
83932024-10-18T17:51:09.112Z[ host-image] Oct 18 17:51:07.042 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
83942024-10-18T17:51:09.112Z[ host-image] Oct 18 17:51:07.043 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22978:20241018T154644Z
83952024-10-18T17:51:09.112Z[ host-image] Oct 18 17:51:07.043 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
83962024-10-18T17:51:09.124Z[ host-image] Oct 18 17:51:07.058 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
83972024-10-18T17:51:09.127Z[ host-image] Oct 18 17:51:07.058 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22978:20241018T154644Z
83982024-10-18T17:51:09.127Z[ host-image] Oct 18 17:51:07.060 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22978:20241018T154645Z
83992024-10-18T17:51:09.130Z[ host-image] Oct 18 17:51:07.060 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22978:20241018T154645Z
84002024-10-18T17:51:09.130Z[ host-image] Oct 18 17:51:07.060 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
84012024-10-18T17:51:09.130Z[ host-image] Oct 18 17:51:07.061 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22978:20241018T154646Z
84022024-10-18T17:51:09.130Z[ host-image] Oct 18 17:51:07.061 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22978:20241018T154647Z
84032024-10-18T17:51:09.130Z[ host-image] Oct 18 17:51:07.062 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22978:20241018T154647Z
84042024-10-18T17:51:09.130Z[ host-image] Oct 18 17:51:07.062 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22978:20241018T154647Z
84052024-10-18T17:51:09.133Z[ host-image] Oct 18 17:51:07.066 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
84062024-10-18T17:51:09.133Z[ host-image] Oct 18 17:51:07.066 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22978:20241018T154647Z
84072024-10-18T17:51:09.135Z[ host-image] Oct 18 17:51:07.067 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22978:20241018T154648Z
84082024-10-18T17:51:09.136Z[ host-image] Oct 18 17:51:07.067 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
84092024-10-18T17:51:09.136Z[ host-image] Oct 18 17:51:07.067 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22978:20241018T154649Z
84102024-10-18T17:51:09.136Z[ host-image] Oct 18 17:51:07.067 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22978:20241018T154649Z
84112024-10-18T17:51:09.136Z[ host-image] Oct 18 17:51:07.067 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22978:20241018T154649Z
84122024-10-18T17:51:09.136Z[ host-image] Oct 18 17:51:07.068 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22978:20241018T154649Z
84132024-10-18T17:51:09.143Z[ host-image] Oct 18 17:51:07.076 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22978:20241018T154649Z
84142024-10-18T17:51:09.143Z[ host-image] Oct 18 17:51:07.076 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
84152024-10-18T17:51:09.146Z[ host-image] Oct 18 17:51:07.078 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22978:20241018T154649Z
84162024-10-18T17:51:09.149Z[ host-image] Oct 18 17:51:07.080 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22978:20241018T154649Z
84172024-10-18T17:51:09.149Z[ host-image] Oct 18 17:51:07.080 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22978:20241018T154649Z
84182024-10-18T17:51:09.149Z[ host-image] Oct 18 17:51:07.080 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22978:20241018T154650Z
84192024-10-18T17:51:09.149Z[ host-image] Oct 18 17:51:07.081 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22978:20241018T154650Z
84202024-10-18T17:51:09.149Z[ host-image] Oct 18 17:51:07.081 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22978:20241018T154650Z
84212024-10-18T17:51:09.157Z[ host-image] Oct 18 17:51:07.091 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22978:20241018T154652Z
84222024-10-18T17:51:09.160Z[ host-image] Oct 18 17:51:07.091 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22978:20241018T154651Z
84232024-10-18T17:51:09.160Z[ host-image] Oct 18 17:51:07.091 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22978:20241018T154651Z
84242024-10-18T17:51:09.160Z[ host-image] Oct 18 17:51:07.092 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22978:20241018T154651Z
84252024-10-18T17:51:09.160Z[ host-image] Oct 18 17:51:07.092 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22978:20241018T154652Z
84262024-10-18T17:51:09.181Z[ host-image] Oct 18 17:51:07.114 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22978:20241018T154655Z
84272024-10-18T17:51:09.181Z[ host-image] Oct 18 17:51:07.114 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22978:20241018T154652Z
84282024-10-18T17:51:09.184Z[ host-image] Oct 18 17:51:07.114 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22978:20241018T154652Z
84292024-10-18T17:51:09.184Z[ host-image] Oct 18 17:51:07.114 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z
84302024-10-18T17:51:09.184Z[ host-image] Oct 18 17:51:07.115 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z
84312024-10-18T17:51:09.210Z[ host-image] Oct 18 17:51:07.143 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22978:20241018T154652Z
84322024-10-18T17:51:09.213Z[ host-image] Oct 18 17:51:07.144 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
84332024-10-18T17:51:09.213Z[ host-image] Oct 18 17:51:07.144 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22978:20241018T154652Z
84342024-10-18T17:51:09.213Z[ host-image] Oct 18 17:51:07.144 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22978:20241018T154653Z
84352024-10-18T17:51:09.213Z[ host-image] Oct 18 17:51:07.145 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22978:20241018T154653Z
84362024-10-18T17:51:09.213Z[ host-image] Oct 18 17:51:07.145 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
84372024-10-18T17:51:09.213Z[ host-image] Oct 18 17:51:07.146 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
84382024-10-18T17:51:09.216Z[ host-image] Oct 18 17:51:07.146 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22978:20241018T154654Z
84392024-10-18T17:51:09.216Z[ host-image] Oct 18 17:51:07.146 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22978:20241018T154654Z
84402024-10-18T17:51:09.216Z[ host-image] Oct 18 17:51:07.146 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22978:20241018T154654Z
84412024-10-18T17:51:09.216Z[ host-image] Oct 18 17:51:07.147 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22978:20241018T154654Z
84422024-10-18T17:51:09.216Z[ host-image] Oct 18 17:51:07.147 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22978:20241018T154654Z
84432024-10-18T17:51:09.216Z[ host-image] Oct 18 17:51:07.147 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22978:20241018T154655Z
84442024-10-18T17:51:09.219Z[ host-image] Oct 18 17:51:07.150 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
84452024-10-18T17:51:09.219Z[ host-image] Oct 18 17:51:07.150 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22978:20241018T154655Z
84462024-10-18T17:51:09.219Z[ host-image] Oct 18 17:51:07.152 INFO O| install = pkg://helios-dev/system/microcode/intel@20240910-2.0.22978:20241018T154655Z
84472024-10-18T17:51:09.221Z[ host-image] Oct 18 17:51:07.152 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22978:20241018T154655Z
84482024-10-18T17:51:09.221Z[ host-image] Oct 18 17:51:07.152 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22978:20241018T154656Z
84492024-10-18T17:51:09.221Z[ host-image] Oct 18 17:51:07.153 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22978:20241018T154656Z
84502024-10-18T17:51:09.221Z[ host-image] Oct 18 17:51:07.153 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22978:20241018T154656Z
84512024-10-18T17:51:09.221Z[ host-image] Oct 18 17:51:07.153 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
84522024-10-18T17:51:09.221Z[ host-image] Oct 18 17:51:07.153 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
84532024-10-18T17:51:09.221Z[ host-image] Oct 18 17:51:07.153 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22978:20241018T154658Z
84542024-10-18T17:51:09.221Z[ host-image] Oct 18 17:51:07.154 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22978:20241018T154659Z
84552024-10-18T17:51:09.221Z[ host-image] Oct 18 17:51:07.154 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
84562024-10-18T17:51:09.221Z[ host-image] Oct 18 17:51:07.154 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
84572024-10-18T17:51:09.222Z[ host-image] Oct 18 17:51:07.154 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
84582024-10-18T17:51:09.222Z[ host-image] Oct 18 17:51:07.154 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
84592024-10-18T17:51:09.222Z[ host-image] Oct 18 17:51:07.154 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
84602024-10-18T17:51:09.225Z[ host-image] Oct 18 17:51:07.155 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
84612024-10-18T17:51:09.225Z[ host-image] Oct 18 17:51:07.156 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z
84622024-10-18T17:51:09.225Z[ host-image] Oct 18 17:51:07.156 INFO O| tempdir @ "/tmp/.tmpEhOMUf/tmp"
84632024-10-18T17:51:09.225Z[ host-image] Oct 18 17:51:07.156 INFO O| image root @ "/tmp/.tmpEhOMUf/tmp/root"
84642024-10-18T17:51:09.225Z[ host-image] Oct 18 17:51:07.156 INFO O| creating image...
84652024-10-18T17:51:09.696Z[ host-image] Oct 18 17:51:07.629 INFO O| copying publishers...
84662024-10-18T17:51:18.580Z[ host-image] Oct 18 17:51:16.509 INFO O| adding properties...
84672024-10-18T17:51:19.549Z[ host-image] Oct 18 17:51:17.478 INFO O| installing packages...
84682024-10-18T17:51:34.585Z[ recovery-image] Oct 18 17:51:32.508 INFO O| ok, image written!
84692024-10-18T17:51:34.588Z[ recovery-image] Oct 18 17:51:32.508 INFO O| ok, boot_image_csum file written!
84702024-10-18T17:51:34.590Z[ recovery-image] Oct 18 17:51:32.513 INFO creating boot archive (CPIO)...
84712024-10-18T17:51:34.590Z[ recovery-image] Oct 18 17:51:32.513 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
84722024-10-18T17:51:34.597Z[ recovery-image] Oct 18 17:51:32.520 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
84732024-10-18T17:51:34.597Z[ recovery-image] Oct 18 17:51:32.521 INFO E| + outfile=/work/os-recovery/cpio
84742024-10-18T17:51:34.599Z[ recovery-image] Oct 18 17:51:32.521 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
84752024-10-18T17:51:34.599Z[ recovery-image] Oct 18 17:51:32.522 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
84762024-10-18T17:51:34.599Z[ recovery-image] Oct 18 17:51:32.523 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
84772024-10-18T17:51:34.630Z[ recovery-image] Oct 18 17:51:32.553 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
84782024-10-18T17:51:34.633Z[ recovery-image] Oct 18 17:51:32.553 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
84792024-10-18T17:51:34.636Z[ recovery-image] Oct 18 17:51:32.560 INFO creating compressed cpio/unix for nanobl-rs...
84802024-10-18T17:51:34.638Z[ recovery-image] Oct 18 17:51:32.560 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
84812024-10-18T17:51:34.918Z[ recovery-image] Oct 18 17:51:32.841 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
84822024-10-18T17:51:39.263Z[ recovery-image] Oct 18 17:51:37.185 INFO creating reset image...
84832024-10-18T17:51:39.263Z[ recovery-image] Oct 18 17:51:37.185 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
84842024-10-18T17:51:39.488Z[ recovery-image] Oct 18 17:51:37.410 INFO E| Updating crates.io index
84852024-10-18T17:51:39.606Z[ recovery-image] Oct 18 17:51:37.528 INFO E| Downloading crates ...
84862024-10-18T17:51:39.674Z[ recovery-image] Oct 18 17:51:37.595 INFO E| Downloaded clap v4.5.17
84872024-10-18T17:51:39.684Z[ recovery-image] Oct 18 17:51:37.605 INFO E| Downloaded shared_child v1.0.1
84882024-10-18T17:51:39.687Z[ recovery-image] Oct 18 17:51:37.607 INFO E| Downloaded os_pipe v1.2.1
84892024-10-18T17:51:39.704Z[ recovery-image] Oct 18 17:51:37.625 INFO E| Downloaded duct v0.13.7
84902024-10-18T17:51:39.714Z[ recovery-image] Oct 18 17:51:37.636 INFO E| Downloaded clap_builder v4.5.17
84912024-10-18T17:51:39.754Z[ recovery-image] Oct 18 17:51:37.676 INFO E| Downloaded libc v0.2.158
84922024-10-18T17:51:39.825Z[ recovery-image] Oct 18 17:51:37.746 INFO E| Compiling proc-macro2 v1.0.86
84932024-10-18T17:51:39.825Z[ recovery-image] Oct 18 17:51:37.746 INFO E| Compiling libc v0.2.158
84942024-10-18T17:51:39.828Z[ recovery-image] Oct 18 17:51:37.746 INFO E| Compiling unicode-ident v1.0.13
84952024-10-18T17:51:39.828Z[ recovery-image] Oct 18 17:51:37.746 INFO E| Compiling utf8parse v0.2.2
84962024-10-18T17:51:39.828Z[ recovery-image] Oct 18 17:51:37.746 INFO E| Compiling anstyle v1.0.8
84972024-10-18T17:51:39.828Z[ recovery-image] Oct 18 17:51:37.747 INFO E| Compiling anstyle-query v1.1.1
84982024-10-18T17:51:39.828Z[ recovery-image] Oct 18 17:51:37.747 INFO E| Compiling colorchoice v1.0.2
84992024-10-18T17:51:39.828Z[ recovery-image] Oct 18 17:51:37.747 INFO E| Compiling is_terminal_polyfill v1.70.1
85002024-10-18T17:51:39.992Z[ recovery-image] Oct 18 17:51:37.914 INFO E| Compiling anstyle-parse v0.2.5
85012024-10-18T17:51:40.014Z[ recovery-image] Oct 18 17:51:37.935 INFO E| Compiling clap_lex v0.7.2
85022024-10-18T17:51:40.031Z[ recovery-image] Oct 18 17:51:37.953 INFO E| Compiling strsim v0.11.1
85032024-10-18T17:51:40.049Z[ recovery-image] Oct 18 17:51:37.970 INFO E| Compiling heck v0.5.0
85042024-10-18T17:51:40.255Z[ recovery-image] Oct 18 17:51:38.176 INFO E| Compiling anstream v0.6.15
85052024-10-18T17:51:40.324Z[ recovery-image] Oct 18 17:51:38.245 INFO E| Compiling once_cell v1.19.0
85062024-10-18T17:51:40.609Z[ recovery-image] Oct 18 17:51:38.530 INFO E| Compiling clap_builder v4.5.17
85072024-10-18T17:51:40.996Z[ recovery-image] Oct 18 17:51:38.917 INFO E| Compiling os_pipe v1.2.1
85082024-10-18T17:51:40.996Z[ recovery-image] Oct 18 17:51:38.917 INFO E| Compiling shared_child v1.0.1
85092024-10-18T17:51:41.123Z[ recovery-image] Oct 18 17:51:39.044 INFO E| Compiling duct v0.13.7
85102024-10-18T17:51:41.205Z[ recovery-image] Oct 18 17:51:39.125 INFO E| Compiling quote v1.0.37
85112024-10-18T17:51:41.498Z[ recovery-image] Oct 18 17:51:39.419 INFO E| Compiling syn v2.0.77
85122024-10-18T17:51:45.144Z[ recovery-image] Oct 18 17:51:43.061 INFO E| Compiling clap_derive v4.5.13
85132024-10-18T17:51:46.129Z[ host-image] Oct 18 17:51:44.048 INFO O| seeding SMF database...
85142024-10-18T17:51:46.942Z[ recovery-image] Oct 18 17:51:44.861 INFO E| Compiling clap v4.5.17
85152024-10-18T17:51:46.992Z[ recovery-image] Oct 18 17:51:44.911 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
85162024-10-18T17:51:47.936Z[ recovery-image] Oct 18 17:51:45.854 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.61s
85172024-10-18T17:51:47.946Z[ recovery-image] Oct 18 17:51:45.865 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
85182024-10-18T17:51:48.061Z[ recovery-image] Oct 18 17:51:45.978 INFO E| Updating crates.io index
85192024-10-18T17:51:48.235Z[ recovery-image] Oct 18 17:51:46.152 INFO E| Downloading crates ...
85202024-10-18T17:51:48.297Z[ recovery-image] Oct 18 17:51:46.215 INFO E| Downloaded raw-cpuid v10.7.0
85212024-10-18T17:51:48.300Z[ recovery-image] Oct 18 17:51:46.218 INFO E| Downloaded bitstruct v0.1.1
85222024-10-18T17:51:48.302Z[ recovery-image] Oct 18 17:51:46.219 INFO E| Downloaded bitstruct_derive v0.1.0
85232024-10-18T17:51:48.302Z[ recovery-image] Oct 18 17:51:46.221 INFO E| Downloaded seq-macro v0.3.5
85242024-10-18T17:51:48.305Z[ recovery-image] Oct 18 17:51:46.222 INFO E| Downloaded bit_field v0.10.2
85252024-10-18T17:51:48.305Z[ recovery-image] Oct 18 17:51:46.223 INFO E| Downloaded cpio_reader v0.1.1
85262024-10-18T17:51:48.436Z[ recovery-image] Oct 18 17:51:46.355 INFO E| Downloaded x86 v0.52.0
85272024-10-18T17:51:48.493Z[ recovery-image] Oct 18 17:51:46.411 INFO E| Updating crates.io index
85282024-10-18T17:51:48.581Z[ recovery-image] Oct 18 17:51:46.499 INFO E| Downloading crates ...
85292024-10-18T17:51:48.656Z[ recovery-image] Oct 18 17:51:46.574 INFO E| Downloaded compiler_builtins v0.1.125
85302024-10-18T17:51:48.667Z[ recovery-image] Oct 18 17:51:46.585 INFO E| Downloaded unicode-width v0.1.13
85312024-10-18T17:51:48.731Z[ recovery-image] Oct 18 17:51:46.649 INFO E| Compiling compiler_builtins v0.1.125
85322024-10-18T17:51:48.731Z[ recovery-image] Oct 18 17:51:46.649 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
85332024-10-18T17:51:48.734Z[ recovery-image] Oct 18 17:51:46.649 INFO E| Compiling proc-macro2 v1.0.86
85342024-10-18T17:51:48.734Z[ recovery-image] Oct 18 17:51:46.649 INFO E| Compiling unicode-ident v1.0.13
85352024-10-18T17:51:48.734Z[ recovery-image] Oct 18 17:51:46.649 INFO E| Compiling syn v1.0.109
85362024-10-18T17:51:48.734Z[ recovery-image] Oct 18 17:51:46.650 INFO E| Compiling x86 v0.52.0
85372024-10-18T17:51:48.735Z[ recovery-image] Oct 18 17:51:46.650 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
85382024-10-18T17:51:48.735Z[ recovery-image] Oct 18 17:51:46.650 INFO E| Compiling seq-macro v0.3.5
85392024-10-18T17:51:49.842Z[ recovery-image] Oct 18 17:51:47.760 INFO E| Compiling quote v1.0.37
85402024-10-18T17:51:50.097Z[ recovery-image] Oct 18 17:51:48.014 INFO E| Compiling syn v2.0.77
85412024-10-18T17:51:52.583Z[ recovery-image] Oct 18 17:51:50.500 INFO E| Compiling scroll_derive v0.12.0
85422024-10-18T17:51:54.549Z[ recovery-image] Oct 18 17:51:52.465 INFO E| Compiling bitstruct_derive v0.1.0
85432024-10-18T17:51:54.610Z[ host-image] Oct 18 17:51:52.525 INFO O| configuring SMF profile...
85442024-10-18T17:51:54.613Z[ host-image] Oct 18 17:51:52.525 INFO O| modifying shadow(5)...
85452024-10-18T17:51:54.613Z[ host-image] Oct 18 17:51:52.525 INFO O| loading user and group database...
85462024-10-18T17:51:54.613Z[ host-image] Oct 18 17:51:52.525 INFO O| assessing packaged files...
85472024-10-18T17:51:56.777Z[ host-image] Oct 18 17:51:54.692 INFO O| creating archive...
85482024-10-18T17:51:56.810Z[ host-image] Oct 18 17:51:54.725 INFO O| missing from packaging:
85492024-10-18T17:51:56.810Z[ host-image] Oct 18 17:51:54.725 INFO O| "etc/.pwd.lock"
85502024-10-18T17:51:56.813Z[ host-image] Oct 18 17:51:54.725 INFO O| "etc/bash"
85512024-10-18T17:51:56.816Z[ host-image] Oct 18 17:51:54.730 INFO O| "etc/svc/profile/generic.xml"
85522024-10-18T17:51:56.816Z[ host-image] Oct 18 17:51:54.730 INFO O| "etc/svc/profile/inetd_services.xml"
85532024-10-18T17:51:56.816Z[ host-image] Oct 18 17:51:54.730 INFO O| "etc/svc/profile/name_service.xml"
85542024-10-18T17:51:56.816Z[ host-image] Oct 18 17:51:54.730 INFO O| "etc/svc/profile/platform.xml"
85552024-10-18T17:51:56.816Z[ host-image] Oct 18 17:51:54.730 INFO O| "etc/svc/profile/platform_omicron1.xml"
85562024-10-18T17:51:56.816Z[ host-image] Oct 18 17:51:54.730 INFO O| "etc/svc/repository.db"
85572024-10-18T17:51:56.823Z[ host-image] Oct 18 17:51:54.738 INFO O| "opt/ooce/share"
85582024-10-18T17:51:56.823Z[ host-image] Oct 18 17:51:54.738 INFO O| "opt/ooce/share/man"
85592024-10-18T17:51:56.826Z[ host-image] Oct 18 17:51:54.738 INFO O| "opt/ooce/share/man/man1"
85602024-10-18T17:51:56.832Z[ host-image] Oct 18 17:51:54.747 INFO O| finishing archive...
85612024-10-18T17:51:59.668Z[ host-image] Oct 18 17:51:57.580 INFO O| creating gzonly manifest...
85622024-10-18T17:51:59.678Z[ host-image] Oct 18 17:51:57.592 INFO O| ok
85632024-10-18T17:51:59.776Z[ host-image] Oct 18 17:51:57.689 INFO image builder template: ramdisk-02-trim...
85642024-10-18T17:51:59.776Z[ host-image] Oct 18 17:51:57.689 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/.tmpSzk1LQ/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.33.293", "-n", "ramdisk-02-trim"], pwd: None
85652024-10-18T17:51:59.799Z[ host-image] Oct 18 17:51:57.713 INFO O| Oct 18 17:51:57.712 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85662024-10-18T17:51:59.803Z[ host-image] Oct 18 17:51:57.717 INFO O| Oct 18 17:51:57.717 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85672024-10-18T17:51:59.878Z[ host-image] Oct 18 17:51:57.792 INFO O| Oct 18 17:51:57.792 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
85682024-10-18T17:51:59.924Z[ host-image] Oct 18 17:51:57.837 INFO O| Oct 18 17:51:57.837 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85692024-10-18T17:51:59.926Z[ host-image] Oct 18 17:51:57.837 INFO O| Oct 18 17:51:57.837 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
85702024-10-18T17:51:59.929Z[ host-image] Oct 18 17:51:57.842 INFO O| Oct 18 17:51:57.842 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
85712024-10-18T17:52:00.935Z[ host-image] Oct 18 17:51:57.846 INFO O| Oct 18 17:51:57.846 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
85722024-10-18T17:52:00.940Z[ host-image] Oct 18 17:51:57.850 INFO O| Oct 18 17:51:57.850 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
85732024-10-18T17:52:00.940Z[ host-image] Oct 18 17:51:57.994 INFO O| Oct 18 17:51:57.994 INFO rolled back to input snapshot; work may begin
85742024-10-18T17:52:00.940Z[ host-image] Oct 18 17:51:57.994 INFO O| Oct 18 17:51:57.994 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
85752024-10-18T17:52:00.940Z[ host-image] Oct 18 17:51:57.999 INFO O| Oct 18 17:51:57.999 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85762024-10-18T17:52:00.940Z[ host-image] Oct 18 17:51:58.009 INFO O| Oct 18 17:51:58.009 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
85772024-10-18T17:52:00.940Z[ host-image] Oct 18 17:51:58.053 INFO O| Oct 18 17:51:58.053 INFO STEP 0 (remove_files) COMPLETE
85782024-10-18T17:52:00.940Z[ host-image] Oct 18 17:51:58.053 INFO O| Oct 18 17:51:58.053 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85792024-10-18T17:52:00.940Z[ host-image] Oct 18 17:51:58.063 INFO O| Oct 18 17:51:58.063 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
85802024-10-18T17:52:00.940Z[ host-image] Oct 18 17:51:58.065 INFO O| Oct 18 17:51:58.065 INFO STEP 1 (remove_files) COMPLETE
85812024-10-18T17:52:00.940Z[ host-image] Oct 18 17:51:58.065 INFO O| Oct 18 17:51:58.065 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85822024-10-18T17:52:00.940Z[ host-image] Oct 18 17:51:58.074 INFO O| Oct 18 17:51:58.074 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
85832024-10-18T17:52:00.940Z[ host-image] Oct 18 17:51:58.087 INFO O| Oct 18 17:51:58.087 INFO STEP 2 (remove_files) COMPLETE
85842024-10-18T17:52:00.940Z[ host-image] Oct 18 17:51:58.087 INFO O| Oct 18 17:51:58.087 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85852024-10-18T17:52:00.940Z[ host-image] Oct 18 17:51:58.096 INFO O| Oct 18 17:51:58.096 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
85862024-10-18T17:52:00.940Z[ host-image] Oct 18 17:51:58.098 INFO O| Oct 18 17:51:58.098 INFO STEP 3 (remove_files) COMPLETE
85872024-10-18T17:52:00.940Z[ host-image] Oct 18 17:51:58.098 INFO O| Oct 18 17:51:58.098 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85882024-10-18T17:52:00.940Z[ host-image] Oct 18 17:51:58.107 INFO O| Oct 18 17:51:58.107 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
85892024-10-18T17:52:00.940Z[ host-image] Oct 18 17:51:58.111 INFO O| Oct 18 17:51:58.111 INFO STEP 4 (remove_files) COMPLETE
85902024-10-18T17:52:00.940Z[ host-image] Oct 18 17:51:58.111 INFO O| Oct 18 17:51:58.111 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85912024-10-18T17:52:00.940Z[ host-image] Oct 18 17:51:58.120 INFO O| Oct 18 17:51:58.120 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
85922024-10-18T17:52:00.940Z[ host-image] Oct 18 17:51:58.122 INFO O| Oct 18 17:51:58.122 INFO STEP 5 (remove_files) COMPLETE
85932024-10-18T17:52:00.940Z[ host-image] Oct 18 17:51:58.122 INFO O| Oct 18 17:51:58.122 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85942024-10-18T17:52:00.940Z[ host-image] Oct 18 17:51:58.131 INFO O| Oct 18 17:51:58.131 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
85952024-10-18T17:52:00.940Z[ host-image] Oct 18 17:51:58.141 INFO O| Oct 18 17:51:58.141 INFO STEP 6 (remove_files) COMPLETE
85962024-10-18T17:52:00.940Z[ host-image] Oct 18 17:51:58.141 INFO O| Oct 18 17:51:58.141 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85972024-10-18T17:52:00.940Z[ host-image] Oct 18 17:51:58.150 INFO O| Oct 18 17:51:58.150 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
85982024-10-18T17:52:00.940Z[ host-image] Oct 18 17:51:58.161 INFO O| Oct 18 17:51:58.161 INFO STEP 7 (remove_files) COMPLETE
85992024-10-18T17:52:00.940Z[ host-image] Oct 18 17:51:58.161 INFO O| Oct 18 17:51:58.161 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86002024-10-18T17:52:00.940Z[ host-image] Oct 18 17:51:58.170 INFO O| Oct 18 17:51:58.170 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
86012024-10-18T17:52:00.940Z[ host-image] Oct 18 17:51:58.238 INFO O| Oct 18 17:51:58.238 INFO STEP 8 (remove_files) COMPLETE
86022024-10-18T17:52:00.940Z[ host-image] Oct 18 17:51:58.238 INFO O| Oct 18 17:51:58.238 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86032024-10-18T17:52:00.940Z[ host-image] Oct 18 17:51:58.248 INFO O| Oct 18 17:51:58.248 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
86042024-10-18T17:52:00.940Z[ host-image] Oct 18 17:51:58.318 INFO O| Oct 18 17:51:58.318 INFO STEP 9 (remove_files) COMPLETE
86052024-10-18T17:52:00.940Z[ host-image] Oct 18 17:51:58.318 INFO O| Oct 18 17:51:58.318 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86062024-10-18T17:52:00.940Z[ host-image] Oct 18 17:51:58.329 INFO O| Oct 18 17:51:58.329 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
86072024-10-18T17:52:00.941Z[ host-image] Oct 18 17:51:58.332 INFO O| Oct 18 17:51:58.332 INFO STEP 10 (remove_files) COMPLETE
86082024-10-18T17:52:00.941Z[ host-image] Oct 18 17:51:58.332 INFO O| Oct 18 17:51:58.332 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86092024-10-18T17:52:00.941Z[ host-image] Oct 18 17:51:58.341 INFO O| Oct 18 17:51:58.341 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
86102024-10-18T17:52:00.941Z[ host-image] Oct 18 17:51:58.342 INFO O| Oct 18 17:51:58.342 INFO STEP 11 (remove_files) COMPLETE
86112024-10-18T17:52:00.941Z[ host-image] Oct 18 17:51:58.342 INFO O| Oct 18 17:51:58.342 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86122024-10-18T17:52:00.941Z[ host-image] Oct 18 17:51:58.351 INFO O| Oct 18 17:51:58.351 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
86132024-10-18T17:52:00.941Z[ host-image] Oct 18 17:51:58.353 INFO O| Oct 18 17:51:58.353 INFO STEP 12 (remove_files) COMPLETE
86142024-10-18T17:52:00.941Z[ host-image] Oct 18 17:51:58.353 INFO O| Oct 18 17:51:58.353 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86152024-10-18T17:52:00.941Z[ host-image] Oct 18 17:51:58.376 INFO O| Oct 18 17:51:58.376 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
86162024-10-18T17:52:00.941Z[ host-image] Oct 18 17:51:58.388 INFO O| Oct 18 17:51:58.388 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
86172024-10-18T17:52:00.941Z[ host-image] Oct 18 17:51:58.388 INFO O| Oct 18 17:51:58.388 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
86182024-10-18T17:52:00.941Z[ host-image] Oct 18 17:51:58.388 INFO O| Oct 18 17:51:58.388 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
86192024-10-18T17:52:00.941Z[ host-image] Oct 18 17:51:58.388 INFO O| Oct 18 17:51:58.388 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
86202024-10-18T17:52:00.941Z[ host-image] Oct 18 17:51:58.388 INFO O| Oct 18 17:51:58.388 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
86212024-10-18T17:52:00.941Z[ host-image] Oct 18 17:51:58.388 INFO O| Oct 18 17:51:58.388 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
86222024-10-18T17:52:00.941Z[ host-image] Oct 18 17:51:58.389 INFO O| Oct 18 17:51:58.389 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
86232024-10-18T17:52:00.941Z[ host-image] Oct 18 17:51:58.389 INFO O| Oct 18 17:51:58.389 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
86242024-10-18T17:52:00.941Z[ host-image] Oct 18 17:51:58.389 INFO O| Oct 18 17:51:58.389 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
86252024-10-18T17:52:00.941Z[ host-image] Oct 18 17:51:58.389 INFO O| Oct 18 17:51:58.389 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
86262024-10-18T17:52:00.941Z[ host-image] Oct 18 17:51:58.389 INFO O| Oct 18 17:51:58.389 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
86272024-10-18T17:52:00.941Z[ host-image] Oct 18 17:51:58.389 INFO O| Oct 18 17:51:58.389 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
86282024-10-18T17:52:00.941Z[ host-image] Oct 18 17:51:58.389 INFO O| Oct 18 17:51:58.389 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
86292024-10-18T17:52:00.941Z[ host-image] Oct 18 17:51:58.390 INFO O| Oct 18 17:51:58.390 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
86302024-10-18T17:52:00.941Z[ host-image] Oct 18 17:51:58.390 INFO O| Oct 18 17:51:58.390 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
86312024-10-18T17:52:00.941Z[ host-image] Oct 18 17:51:58.390 INFO O| Oct 18 17:51:58.390 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
86322024-10-18T17:52:00.941Z[ host-image] Oct 18 17:51:58.405 INFO O| Oct 18 17:51:58.405 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
86332024-10-18T17:52:00.941Z[ host-image] Oct 18 17:51:58.419 INFO O| Oct 18 17:51:58.419 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
86342024-10-18T17:52:00.941Z[ host-image] Oct 18 17:51:58.420 INFO O| Oct 18 17:51:58.420 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
86352024-10-18T17:52:00.941Z[ host-image] Oct 18 17:51:58.458 INFO O| Oct 18 17:51:58.458 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
86362024-10-18T17:52:00.941Z[ host-image] Oct 18 17:51:58.733 INFO O| Oct 18 17:51:58.733 INFO STEP 13 (remove_files) COMPLETE
86372024-10-18T17:52:00.941Z[ host-image] Oct 18 17:51:58.733 INFO O| Oct 18 17:51:58.733 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86382024-10-18T17:52:00.941Z[ host-image] Oct 18 17:51:58.743 INFO O| Oct 18 17:51:58.743 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
86392024-10-18T17:52:00.942Z[ host-image] Oct 18 17:51:58.745 INFO O| Oct 18 17:51:58.744 INFO STEP 14 (remove_files) COMPLETE
86402024-10-18T17:52:00.942Z[ host-image] Oct 18 17:51:58.745 INFO O| Oct 18 17:51:58.745 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86412024-10-18T17:52:00.942Z[ host-image] Oct 18 17:51:58.754 INFO O| Oct 18 17:51:58.754 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
86422024-10-18T17:52:00.942Z[ host-image] Oct 18 17:51:58.759 INFO O| Oct 18 17:51:58.759 INFO STEP 15 (remove_files) COMPLETE
86432024-10-18T17:52:00.942Z[ host-image] Oct 18 17:51:58.759 INFO O| Oct 18 17:51:58.759 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86442024-10-18T17:52:00.942Z[ host-image] Oct 18 17:51:58.768 INFO O| Oct 18 17:51:58.768 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
86452024-10-18T17:52:00.942Z[ host-image] Oct 18 17:51:58.768 INFO O| Oct 18 17:51:58.768 INFO STEP 16 (remove_files) COMPLETE
86462024-10-18T17:52:00.942Z[ host-image] Oct 18 17:51:58.768 INFO O| Oct 18 17:51:58.768 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86472024-10-18T17:52:00.942Z[ host-image] Oct 18 17:51:58.777 INFO O| Oct 18 17:51:58.777 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
86482024-10-18T17:52:00.942Z[ host-image] Oct 18 17:51:58.778 INFO O| Oct 18 17:51:58.778 INFO STEP 17 (remove_files) COMPLETE
86492024-10-18T17:52:00.942Z[ host-image] Oct 18 17:51:58.778 INFO O| Oct 18 17:51:58.778 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86502024-10-18T17:52:00.942Z[ host-image] Oct 18 17:51:58.787 INFO O| Oct 18 17:51:58.787 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
86512024-10-18T17:52:00.942Z[ host-image] Oct 18 17:51:58.787 INFO O| Oct 18 17:51:58.787 INFO STEP 18 (remove_files) COMPLETE
86522024-10-18T17:52:00.942Z[ host-image] Oct 18 17:51:58.787 INFO O| Oct 18 17:51:58.787 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86532024-10-18T17:52:00.942Z[ host-image] Oct 18 17:51:58.796 INFO O| Oct 18 17:51:58.796 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
86542024-10-18T17:52:00.942Z[ host-image] Oct 18 17:51:58.796 INFO O| Oct 18 17:51:58.796 INFO STEP 19 (remove_files) COMPLETE
86552024-10-18T17:52:00.942Z[ host-image] Oct 18 17:51:58.796 INFO O| Oct 18 17:51:58.796 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86562024-10-18T17:52:00.942Z[ host-image] Oct 18 17:51:58.805 INFO O| Oct 18 17:51:58.805 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
86572024-10-18T17:52:00.942Z[ host-image] Oct 18 17:51:58.805 INFO O| Oct 18 17:51:58.805 INFO STEP 20 (remove_files) COMPLETE
86582024-10-18T17:52:00.942Z[ host-image] Oct 18 17:51:58.805 INFO O| Oct 18 17:51:58.805 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86592024-10-18T17:52:00.942Z[ host-image] Oct 18 17:51:58.814 INFO O| Oct 18 17:51:58.814 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
86602024-10-18T17:52:00.942Z[ host-image] Oct 18 17:51:58.814 INFO O| Oct 18 17:51:58.814 INFO STEP 21 (remove_files) COMPLETE
86612024-10-18T17:52:00.942Z[ host-image] Oct 18 17:51:58.814 INFO O| Oct 18 17:51:58.814 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86622024-10-18T17:52:00.942Z[ host-image] Oct 18 17:51:58.823 INFO O| Oct 18 17:51:58.823 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
86632024-10-18T17:52:00.942Z[ host-image] Oct 18 17:51:58.823 INFO O| Oct 18 17:51:58.823 INFO STEP 22 (remove_files) COMPLETE
86642024-10-18T17:52:00.942Z[ host-image] Oct 18 17:51:58.823 INFO O| Oct 18 17:51:58.823 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86652024-10-18T17:52:00.942Z[ host-image] Oct 18 17:51:58.832 INFO O| Oct 18 17:51:58.832 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
86662024-10-18T17:52:00.942Z[ host-image] Oct 18 17:51:58.833 INFO O| Oct 18 17:51:58.832 INFO STEP 23 (remove_files) COMPLETE
86672024-10-18T17:52:00.942Z[ host-image] Oct 18 17:51:58.833 INFO O| Oct 18 17:51:58.832 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86682024-10-18T17:52:00.942Z[ host-image] Oct 18 17:51:58.842 INFO O| Oct 18 17:51:58.841 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
86692024-10-18T17:52:00.942Z[ host-image] Oct 18 17:51:58.842 INFO O| Oct 18 17:51:58.842 INFO STEP 24 (remove_files) COMPLETE
86702024-10-18T17:52:00.942Z[ host-image] Oct 18 17:51:58.842 INFO O| Oct 18 17:51:58.842 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86712024-10-18T17:52:00.942Z[ host-image] Oct 18 17:51:58.851 INFO O| Oct 18 17:51:58.851 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
86722024-10-18T17:52:00.945Z[ host-image] Oct 18 17:51:58.851 INFO O| Oct 18 17:51:58.851 INFO STEP 25 (remove_files) COMPLETE
86732024-10-18T17:52:00.945Z[ host-image] Oct 18 17:51:58.851 INFO O| Oct 18 17:51:58.851 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86742024-10-18T17:52:00.948Z[ host-image] Oct 18 17:51:58.860 INFO O| Oct 18 17:51:58.860 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
86752024-10-18T17:52:00.948Z[ host-image] Oct 18 17:51:58.860 INFO O| Oct 18 17:51:58.860 INFO STEP 26 (remove_files) COMPLETE
86762024-10-18T17:52:00.948Z[ host-image] Oct 18 17:51:58.860 INFO O| Oct 18 17:51:58.860 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86772024-10-18T17:52:00.955Z[ host-image] Oct 18 17:51:58.869 INFO O| Oct 18 17:51:58.869 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
86782024-10-18T17:52:00.955Z[ host-image] Oct 18 17:51:58.869 INFO O| Oct 18 17:51:58.869 INFO STEP 27 (remove_files) COMPLETE
86792024-10-18T17:52:00.958Z[ host-image] Oct 18 17:51:58.869 INFO O| Oct 18 17:51:58.869 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86802024-10-18T17:52:00.964Z[ host-image] Oct 18 17:51:58.878 INFO O| Oct 18 17:51:58.878 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
86812024-10-18T17:52:00.964Z[ host-image] Oct 18 17:51:58.878 INFO O| Oct 18 17:51:58.878 INFO STEP 28 (remove_files) COMPLETE
86822024-10-18T17:52:00.967Z[ host-image] Oct 18 17:51:58.878 INFO O| Oct 18 17:51:58.878 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86832024-10-18T17:52:00.973Z[ host-image] Oct 18 17:51:58.887 INFO O| Oct 18 17:51:58.886 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
86842024-10-18T17:52:00.973Z[ host-image] Oct 18 17:51:58.887 INFO O| Oct 18 17:51:58.887 INFO STEP 29 (remove_files) COMPLETE
86852024-10-18T17:52:00.975Z[ host-image] Oct 18 17:51:58.887 INFO O| Oct 18 17:51:58.887 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86862024-10-18T17:52:00.982Z[ host-image] Oct 18 17:51:58.896 INFO O| Oct 18 17:51:58.896 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
86872024-10-18T17:52:00.985Z[ host-image] Oct 18 17:51:58.896 INFO O| Oct 18 17:51:58.896 INFO STEP 30 (remove_files) COMPLETE
86882024-10-18T17:52:00.985Z[ host-image] Oct 18 17:51:58.896 INFO O| Oct 18 17:51:58.896 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86892024-10-18T17:52:00.991Z[ host-image] Oct 18 17:51:58.905 INFO O| Oct 18 17:51:58.904 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
86902024-10-18T17:52:00.991Z[ host-image] Oct 18 17:51:58.905 INFO O| Oct 18 17:51:58.905 INFO STEP 31 (remove_files) COMPLETE
86912024-10-18T17:52:00.994Z[ host-image] Oct 18 17:51:58.905 INFO O| Oct 18 17:51:58.905 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86922024-10-18T17:52:01.000Z[ host-image] Oct 18 17:51:58.914 INFO O| Oct 18 17:51:58.913 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
86932024-10-18T17:52:01.004Z[ host-image] Oct 18 17:51:58.914 INFO O| Oct 18 17:51:58.914 INFO STEP 32 (remove_files) COMPLETE
86942024-10-18T17:52:01.004Z[ host-image] Oct 18 17:51:58.914 INFO O| Oct 18 17:51:58.914 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86952024-10-18T17:52:01.009Z[ host-image] Oct 18 17:51:58.923 INFO O| Oct 18 17:51:58.923 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
86962024-10-18T17:52:01.009Z[ host-image] Oct 18 17:51:58.923 INFO O| Oct 18 17:51:58.923 INFO STEP 33 (remove_files) COMPLETE
86972024-10-18T17:52:01.009Z[ host-image] Oct 18 17:51:58.923 INFO O| Oct 18 17:51:58.923 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86982024-10-18T17:52:01.018Z[ host-image] Oct 18 17:51:58.932 INFO O| Oct 18 17:51:58.931 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
86992024-10-18T17:52:01.018Z[ host-image] Oct 18 17:51:58.932 INFO O| Oct 18 17:51:58.932 INFO STEP 34 (remove_files) COMPLETE
87002024-10-18T17:52:01.018Z[ host-image] Oct 18 17:51:58.932 INFO O| Oct 18 17:51:58.932 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87012024-10-18T17:52:01.027Z[ host-image] Oct 18 17:51:58.941 INFO O| Oct 18 17:51:58.941 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
87022024-10-18T17:52:01.027Z[ host-image] Oct 18 17:51:58.941 INFO O| Oct 18 17:51:58.941 INFO STEP 35 (remove_files) COMPLETE
87032024-10-18T17:52:01.029Z[ host-image] Oct 18 17:51:58.941 INFO O| Oct 18 17:51:58.941 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87042024-10-18T17:52:01.036Z[ host-image] Oct 18 17:51:58.950 INFO O| Oct 18 17:51:58.949 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
87052024-10-18T17:52:01.036Z[ host-image] Oct 18 17:51:58.950 INFO O| Oct 18 17:51:58.950 INFO STEP 36 (remove_files) COMPLETE
87062024-10-18T17:52:01.036Z[ host-image] Oct 18 17:51:58.950 INFO O| Oct 18 17:51:58.950 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87072024-10-18T17:52:01.045Z[ host-image] Oct 18 17:51:58.959 INFO O| Oct 18 17:51:58.958 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
87082024-10-18T17:52:01.045Z[ host-image] Oct 18 17:51:58.959 INFO O| Oct 18 17:51:58.959 INFO STEP 37 (remove_files) COMPLETE
87092024-10-18T17:52:01.048Z[ host-image] Oct 18 17:51:58.959 INFO O| Oct 18 17:51:58.959 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87102024-10-18T17:52:01.054Z[ host-image] Oct 18 17:51:58.967 INFO O| Oct 18 17:51:58.967 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
87112024-10-18T17:52:01.054Z[ host-image] Oct 18 17:51:58.968 INFO O| Oct 18 17:51:58.968 INFO STEP 38 (remove_files) COMPLETE
87122024-10-18T17:52:01.057Z[ host-image] Oct 18 17:51:58.968 INFO O| Oct 18 17:51:58.968 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87132024-10-18T17:52:01.063Z[ host-image] Oct 18 17:51:58.976 INFO O| Oct 18 17:51:58.976 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
87142024-10-18T17:52:01.063Z[ host-image] Oct 18 17:51:58.977 INFO O| Oct 18 17:51:58.977 INFO STEP 39 (remove_files) COMPLETE
87152024-10-18T17:52:01.066Z[ host-image] Oct 18 17:51:58.977 INFO O| Oct 18 17:51:58.977 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87162024-10-18T17:52:01.072Z[ host-image] Oct 18 17:51:58.986 INFO O| Oct 18 17:51:58.985 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
87172024-10-18T17:52:01.072Z[ host-image] Oct 18 17:51:58.986 INFO O| Oct 18 17:51:58.986 INFO STEP 40 (remove_files) COMPLETE
87182024-10-18T17:52:01.075Z[ host-image] Oct 18 17:51:58.986 INFO O| Oct 18 17:51:58.986 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87192024-10-18T17:52:01.081Z[ host-image] Oct 18 17:51:58.995 INFO O| Oct 18 17:51:58.994 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
87202024-10-18T17:52:01.081Z[ host-image] Oct 18 17:51:58.995 INFO O| Oct 18 17:51:58.995 INFO STEP 41 (remove_files) COMPLETE
87212024-10-18T17:52:01.084Z[ host-image] Oct 18 17:51:58.995 INFO O| Oct 18 17:51:58.995 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87222024-10-18T17:52:01.091Z[ host-image] Oct 18 17:51:59.004 INFO O| Oct 18 17:51:59.004 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
87232024-10-18T17:52:01.091Z[ host-image] Oct 18 17:51:59.004 INFO O| Oct 18 17:51:59.004 INFO STEP 42 (remove_files) COMPLETE
87242024-10-18T17:52:01.094Z[ host-image] Oct 18 17:51:59.004 INFO O| Oct 18 17:51:59.004 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87252024-10-18T17:52:01.100Z[ host-image] Oct 18 17:51:59.014 INFO O| Oct 18 17:51:59.014 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
87262024-10-18T17:52:01.100Z[ host-image] Oct 18 17:51:59.014 INFO O| Oct 18 17:51:59.014 INFO STEP 43 (remove_files) COMPLETE
87272024-10-18T17:52:01.103Z[ host-image] Oct 18 17:51:59.014 INFO O| Oct 18 17:51:59.014 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87282024-10-18T17:52:01.111Z[ host-image] Oct 18 17:51:59.024 INFO O| Oct 18 17:51:59.024 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
87292024-10-18T17:52:01.111Z[ host-image] Oct 18 17:51:59.024 INFO O| Oct 18 17:51:59.024 INFO STEP 44 (remove_files) COMPLETE
87302024-10-18T17:52:01.111Z[ host-image] Oct 18 17:51:59.024 INFO O| Oct 18 17:51:59.024 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87312024-10-18T17:52:01.121Z[ host-image] Oct 18 17:51:59.034 INFO O| Oct 18 17:51:59.034 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
87322024-10-18T17:52:01.121Z[ host-image] Oct 18 17:51:59.034 INFO O| Oct 18 17:51:59.034 INFO STEP 45 (remove_files) COMPLETE
87332024-10-18T17:52:01.123Z[ host-image] Oct 18 17:51:59.034 INFO O| Oct 18 17:51:59.034 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87342024-10-18T17:52:01.130Z[ host-image] Oct 18 17:51:59.044 INFO O| Oct 18 17:51:59.044 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
87352024-10-18T17:52:01.130Z[ host-image] Oct 18 17:51:59.044 INFO O| Oct 18 17:51:59.044 INFO STEP 46 (remove_files) COMPLETE
87362024-10-18T17:52:01.133Z[ host-image] Oct 18 17:51:59.044 INFO O| Oct 18 17:51:59.044 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87372024-10-18T17:52:01.139Z[ host-image] Oct 18 17:51:59.053 INFO O| Oct 18 17:51:59.053 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
87382024-10-18T17:52:01.139Z[ host-image] Oct 18 17:51:59.053 INFO O| Oct 18 17:51:59.053 INFO STEP 47 (remove_files) COMPLETE
87392024-10-18T17:52:01.142Z[ host-image] Oct 18 17:51:59.053 INFO O| Oct 18 17:51:59.053 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87402024-10-18T17:52:01.149Z[ host-image] Oct 18 17:51:59.062 INFO O| Oct 18 17:51:59.062 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
87412024-10-18T17:52:01.149Z[ host-image] Oct 18 17:51:59.062 INFO O| Oct 18 17:51:59.062 INFO STEP 48 (remove_files) COMPLETE
87422024-10-18T17:52:01.151Z[ host-image] Oct 18 17:51:59.062 INFO O| Oct 18 17:51:59.062 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87432024-10-18T17:52:01.158Z[ host-image] Oct 18 17:51:59.072 INFO O| Oct 18 17:51:59.072 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
87442024-10-18T17:52:01.158Z[ host-image] Oct 18 17:51:59.072 INFO O| Oct 18 17:51:59.072 INFO STEP 49 (remove_files) COMPLETE
87452024-10-18T17:52:01.161Z[ host-image] Oct 18 17:51:59.072 INFO O| Oct 18 17:51:59.072 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87462024-10-18T17:52:01.167Z[ host-image] Oct 18 17:51:59.081 INFO O| Oct 18 17:51:59.081 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
87472024-10-18T17:52:01.170Z[ host-image] Oct 18 17:51:59.081 INFO O| Oct 18 17:51:59.081 INFO STEP 50 (remove_files) COMPLETE
87482024-10-18T17:52:01.170Z[ host-image] Oct 18 17:51:59.081 INFO O| Oct 18 17:51:59.081 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87492024-10-18T17:52:01.177Z[ host-image] Oct 18 17:51:59.090 INFO O| Oct 18 17:51:59.090 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
87502024-10-18T17:52:01.177Z[ host-image] Oct 18 17:51:59.090 INFO O| Oct 18 17:51:59.090 INFO STEP 51 (remove_files) COMPLETE
87512024-10-18T17:52:01.177Z[ host-image] Oct 18 17:51:59.090 INFO O| Oct 18 17:51:59.090 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87522024-10-18T17:52:01.189Z[ host-image] Oct 18 17:51:59.100 INFO O| Oct 18 17:51:59.100 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
87532024-10-18T17:52:01.189Z[ host-image] Oct 18 17:51:59.100 INFO O| Oct 18 17:51:59.100 INFO STEP 52 (remove_files) COMPLETE
87542024-10-18T17:52:01.189Z[ host-image] Oct 18 17:51:59.100 INFO O| Oct 18 17:51:59.100 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87552024-10-18T17:52:01.197Z[ host-image] Oct 18 17:51:59.110 INFO O| Oct 18 17:51:59.110 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
87562024-10-18T17:52:01.197Z[ host-image] Oct 18 17:51:59.110 INFO O| Oct 18 17:51:59.110 INFO STEP 53 (remove_files) COMPLETE
87572024-10-18T17:52:01.197Z[ host-image] Oct 18 17:51:59.110 INFO O| Oct 18 17:51:59.110 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87582024-10-18T17:52:01.206Z[ host-image] Oct 18 17:51:59.119 INFO O| Oct 18 17:51:59.119 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
87592024-10-18T17:52:01.209Z[ host-image] Oct 18 17:51:59.120 INFO O| Oct 18 17:51:59.119 INFO STEP 54 (remove_files) COMPLETE
87602024-10-18T17:52:01.209Z[ host-image] Oct 18 17:51:59.120 INFO O| Oct 18 17:51:59.120 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87612024-10-18T17:52:01.216Z[ host-image] Oct 18 17:51:59.129 INFO O| Oct 18 17:51:59.129 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
87622024-10-18T17:52:01.216Z[ host-image] Oct 18 17:51:59.129 INFO O| Oct 18 17:51:59.129 INFO STEP 55 (remove_files) COMPLETE
87632024-10-18T17:52:01.218Z[ host-image] Oct 18 17:51:59.129 INFO O| Oct 18 17:51:59.129 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87642024-10-18T17:52:01.226Z[ host-image] Oct 18 17:51:59.138 INFO O| Oct 18 17:51:59.138 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
87652024-10-18T17:52:01.229Z[ host-image] Oct 18 17:51:59.138 INFO O| Oct 18 17:51:59.138 INFO STEP 56 (remove_files) COMPLETE
87662024-10-18T17:52:01.229Z[ host-image] Oct 18 17:51:59.138 INFO O| Oct 18 17:51:59.138 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87672024-10-18T17:52:01.234Z[ host-image] Oct 18 17:51:59.147 INFO O| Oct 18 17:51:59.147 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
87682024-10-18T17:52:01.238Z[ host-image] Oct 18 17:51:59.147 INFO O| Oct 18 17:51:59.147 INFO STEP 57 (remove_files) COMPLETE
87692024-10-18T17:52:01.238Z[ host-image] Oct 18 17:51:59.147 INFO O| Oct 18 17:51:59.147 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87702024-10-18T17:52:01.243Z[ host-image] Oct 18 17:51:59.157 INFO O| Oct 18 17:51:59.157 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
87712024-10-18T17:52:01.243Z[ host-image] Oct 18 17:51:59.157 INFO O| Oct 18 17:51:59.157 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
87722024-10-18T17:52:01.246Z[ host-image] Oct 18 17:51:59.157 INFO O| Oct 18 17:51:59.157 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87732024-10-18T17:52:01.246Z[ host-image] Oct 18 17:51:59.157 INFO O| Oct 18 17:51:59.157 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87742024-10-18T17:52:01.246Z[ host-image] Oct 18 17:51:59.157 INFO O| Oct 18 17:51:59.157 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87752024-10-18T17:52:01.246Z[ host-image] Oct 18 17:51:59.157 INFO O| Oct 18 17:51:59.157 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87762024-10-18T17:52:01.246Z[ host-image] Oct 18 17:51:59.157 INFO O| Oct 18 17:51:59.157 INFO ok!
87772024-10-18T17:52:01.246Z[ host-image] Oct 18 17:51:59.157 INFO O| Oct 18 17:51:59.157 INFO STEP 58 (ensure_file) COMPLETE
87782024-10-18T17:52:01.246Z[ host-image] Oct 18 17:51:59.157 INFO O| Oct 18 17:51:59.157 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87792024-10-18T17:52:01.254Z[ host-image] Oct 18 17:51:59.167 INFO O| Oct 18 17:51:59.167 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
87802024-10-18T17:52:01.258Z[ host-image] Oct 18 17:51:59.167 INFO O| Oct 18 17:51:59.167 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
87812024-10-18T17:52:01.258Z[ host-image] Oct 18 17:51:59.167 INFO O| Oct 18 17:51:59.167 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87822024-10-18T17:52:01.258Z[ host-image] Oct 18 17:51:59.167 INFO O| Oct 18 17:51:59.167 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87832024-10-18T17:52:01.258Z[ host-image] Oct 18 17:51:59.167 INFO O| Oct 18 17:51:59.167 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87842024-10-18T17:52:01.258Z[ host-image] Oct 18 17:51:59.167 INFO O| Oct 18 17:51:59.167 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87852024-10-18T17:52:01.258Z[ host-image] Oct 18 17:51:59.167 INFO O| Oct 18 17:51:59.167 INFO ok!
87862024-10-18T17:52:01.258Z[ host-image] Oct 18 17:51:59.167 INFO O| Oct 18 17:51:59.167 INFO STEP 59 (ensure_file) COMPLETE
87872024-10-18T17:52:01.258Z[ host-image] Oct 18 17:51:59.167 INFO O| Oct 18 17:51:59.167 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87882024-10-18T17:52:01.264Z[ host-image] Oct 18 17:51:59.177 INFO O| Oct 18 17:51:59.177 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
87892024-10-18T17:52:01.264Z[ host-image] Oct 18 17:51:59.177 INFO O| Oct 18 17:51:59.177 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
87902024-10-18T17:52:01.267Z[ host-image] Oct 18 17:51:59.177 INFO O| Oct 18 17:51:59.177 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
87912024-10-18T17:52:01.267Z[ host-image] Oct 18 17:51:59.177 INFO O| Oct 18 17:51:59.177 INFO ok!
87922024-10-18T17:52:01.267Z[ host-image] Oct 18 17:51:59.177 INFO O| Oct 18 17:51:59.177 INFO STEP 60 (ensure_file) COMPLETE
87932024-10-18T17:52:01.267Z[ host-image] Oct 18 17:51:59.177 INFO O| Oct 18 17:51:59.177 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87942024-10-18T17:52:01.274Z[ host-image] Oct 18 17:51:59.187 INFO O| Oct 18 17:51:59.187 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
87952024-10-18T17:52:01.274Z[ host-image] Oct 18 17:51:59.187 INFO O| Oct 18 17:51:59.187 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
87962024-10-18T17:52:01.274Z[ host-image] Oct 18 17:51:59.187 INFO O| Oct 18 17:51:59.187 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
87972024-10-18T17:52:01.277Z[ host-image] Oct 18 17:51:59.187 INFO O| Oct 18 17:51:59.187 INFO ok!
87982024-10-18T17:52:01.277Z[ host-image] Oct 18 17:51:59.187 INFO O| Oct 18 17:51:59.187 INFO STEP 61 (ensure_file) COMPLETE
87992024-10-18T17:52:01.277Z[ host-image] Oct 18 17:51:59.187 INFO O| Oct 18 17:51:59.187 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88002024-10-18T17:52:01.283Z[ host-image] Oct 18 17:51:59.196 INFO O| Oct 18 17:51:59.196 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
88012024-10-18T17:52:01.283Z[ host-image] Oct 18 17:51:59.196 INFO O| Oct 18 17:51:59.196 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
88022024-10-18T17:52:01.286Z[ host-image] Oct 18 17:51:59.197 INFO O| Oct 18 17:51:59.196 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
88032024-10-18T17:52:01.286Z[ host-image] Oct 18 17:51:59.197 INFO O| Oct 18 17:51:59.197 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
88042024-10-18T17:52:01.286Z[ host-image] Oct 18 17:51:59.197 INFO O| Oct 18 17:51:59.197 INFO ok!
88052024-10-18T17:52:01.286Z[ host-image] Oct 18 17:51:59.197 INFO O| Oct 18 17:51:59.197 INFO STEP 62 (ensure_file) COMPLETE
88062024-10-18T17:52:01.286Z[ host-image] Oct 18 17:51:59.197 INFO O| Oct 18 17:51:59.197 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88072024-10-18T17:52:01.293Z[ host-image] Oct 18 17:51:59.206 INFO O| Oct 18 17:51:59.206 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
88082024-10-18T17:52:01.293Z[ host-image] Oct 18 17:51:59.206 INFO O| Oct 18 17:51:59.206 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
88092024-10-18T17:52:01.295Z[ host-image] Oct 18 17:51:59.206 INFO O| Oct 18 17:51:59.206 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
88102024-10-18T17:52:01.296Z[ host-image] Oct 18 17:51:59.206 INFO O| Oct 18 17:51:59.206 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
88112024-10-18T17:52:01.296Z[ host-image] Oct 18 17:51:59.206 INFO O| Oct 18 17:51:59.206 INFO ok!
88122024-10-18T17:52:01.296Z[ host-image] Oct 18 17:51:59.206 INFO O| Oct 18 17:51:59.206 INFO STEP 63 (ensure_file) COMPLETE
88132024-10-18T17:52:01.296Z[ host-image] Oct 18 17:51:59.206 INFO O| Oct 18 17:51:59.206 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88142024-10-18T17:52:01.305Z[ host-image] Oct 18 17:51:59.216 INFO O| Oct 18 17:51:59.216 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
88152024-10-18T17:52:01.308Z[ host-image] Oct 18 17:51:59.216 INFO O| Oct 18 17:51:59.216 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
88162024-10-18T17:52:01.308Z[ host-image] Oct 18 17:51:59.216 INFO O| Oct 18 17:51:59.216 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
88172024-10-18T17:52:01.308Z[ host-image] Oct 18 17:51:59.216 INFO O| Oct 18 17:51:59.216 INFO ok!
88182024-10-18T17:52:01.308Z[ host-image] Oct 18 17:51:59.216 INFO O| Oct 18 17:51:59.216 INFO STEP 64 (assemble_files) COMPLETE
88192024-10-18T17:52:01.308Z[ host-image] Oct 18 17:51:59.216 INFO O| Oct 18 17:51:59.216 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88202024-10-18T17:52:01.312Z[ host-image] Oct 18 17:51:59.225 INFO O| Oct 18 17:51:59.225 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
88212024-10-18T17:52:01.312Z[ host-image] Oct 18 17:51:59.225 INFO O| Oct 18 17:51:59.225 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
88222024-10-18T17:52:01.315Z[ host-image] Oct 18 17:51:59.225 INFO O| Oct 18 17:51:59.225 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
88232024-10-18T17:52:01.315Z[ host-image] Oct 18 17:51:59.225 INFO O| Oct 18 17:51:59.225 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
88242024-10-18T17:52:01.315Z[ host-image] Oct 18 17:51:59.225 INFO O| Oct 18 17:51:59.225 INFO ok!
88252024-10-18T17:52:01.315Z[ host-image] Oct 18 17:51:59.225 INFO O| Oct 18 17:51:59.225 INFO STEP 65 (ensure_file) COMPLETE
88262024-10-18T17:52:01.315Z[ host-image] Oct 18 17:51:59.225 INFO O| Oct 18 17:51:59.225 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88272024-10-18T17:52:01.321Z[ host-image] Oct 18 17:51:59.235 INFO O| Oct 18 17:51:59.235 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88282024-10-18T17:52:01.324Z[ host-image] Oct 18 17:51:59.235 INFO O| Oct 18 17:51:59.235 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88292024-10-18T17:52:01.324Z[ host-image] Oct 18 17:51:59.235 INFO O| Oct 18 17:51:59.235 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88302024-10-18T17:52:01.324Z[ host-image] Oct 18 17:51:59.235 INFO O| Oct 18 17:51:59.235 INFO STEP 66 (ensure_dir) COMPLETE
88312024-10-18T17:52:01.324Z[ host-image] Oct 18 17:51:59.235 INFO O| Oct 18 17:51:59.235 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88322024-10-18T17:52:01.331Z[ host-image] Oct 18 17:51:59.244 INFO O| Oct 18 17:51:59.244 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
88332024-10-18T17:52:01.333Z[ host-image] Oct 18 17:51:59.244 INFO O| Oct 18 17:51:59.244 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 ...
88342024-10-18T17:52:01.338Z[ host-image] Oct 18 17:51:59.251 INFO O| Oct 18 17:51:59.251 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
88352024-10-18T17:52:01.338Z[ host-image] Oct 18 17:51:59.251 INFO O| Oct 18 17:51:59.251 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
88362024-10-18T17:52:01.341Z[ host-image] Oct 18 17:51:59.251 INFO O| Oct 18 17:51:59.251 INFO ok!
88372024-10-18T17:52:01.341Z[ host-image] Oct 18 17:51:59.251 INFO O| Oct 18 17:51:59.251 INFO STEP 67 (ensure_file) COMPLETE
88382024-10-18T17:52:01.341Z[ host-image] Oct 18 17:51:59.251 INFO O| Oct 18 17:51:59.251 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88392024-10-18T17:52:01.349Z[ host-image] Oct 18 17:51:59.261 INFO O| Oct 18 17:51:59.261 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
88402024-10-18T17:52:01.352Z[ host-image] Oct 18 17:51:59.261 INFO O| Oct 18 17:51:59.261 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 ...
88412024-10-18T17:52:01.352Z[ host-image] Oct 18 17:51:59.261 INFO O| Oct 18 17:51:59.261 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
88422024-10-18T17:52:01.352Z[ host-image] Oct 18 17:51:59.261 INFO O| Oct 18 17:51:59.261 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
88432024-10-18T17:52:01.352Z[ host-image] Oct 18 17:51:59.261 INFO O| Oct 18 17:51:59.261 INFO ok!
88442024-10-18T17:52:01.352Z[ host-image] Oct 18 17:51:59.262 INFO O| Oct 18 17:51:59.261 INFO STEP 68 (ensure_file) COMPLETE
88452024-10-18T17:52:01.352Z[ host-image] Oct 18 17:51:59.262 INFO O| Oct 18 17:51:59.262 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88462024-10-18T17:52:01.363Z[ host-image] Oct 18 17:51:59.276 INFO O| Oct 18 17:51:59.276 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
88472024-10-18T17:52:01.363Z[ host-image] Oct 18 17:51:59.276 INFO O| Oct 18 17:51:59.276 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
88482024-10-18T17:52:03.344Z[ host-image] Oct 18 17:52:01.255 INFO O| Oct 18 17:52:01.254 INFO STEP 69 (pack_tar) COMPLETE
88492024-10-18T17:52:03.347Z[ host-image] Oct 18 17:52:01.255 INFO O| Oct 18 17:52:01.254 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
88502024-10-18T17:52:03.347Z[ host-image] Oct 18 17:52:01.255 INFO O| Oct 18 17:52:01.254 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
88512024-10-18T17:52:03.699Z[ host-image] Oct 18 17:52:01.611 INFO O| Oct 18 17:52:01.611 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
88522024-10-18T17:52:03.768Z[ host-image] Oct 18 17:52:01.680 INFO O| Oct 18 17:52:01.680 INFO completed processing gimlet/ramdisk-02-trim
88532024-10-18T17:52:03.771Z[ host-image] Oct 18 17:52:01.682 INFO image builder template: zfs...
88542024-10-18T17:52:03.771Z[ host-image] Oct 18 17:52:01.682 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/.tmpSzk1LQ/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.33.293", "-n", "zfs"], pwd: None
88552024-10-18T17:52:03.784Z[ host-image] Oct 18 17:52:01.696 INFO O| Oct 18 17:52:01.696 INFO skip include "stress" because feature "stress" is not enabled
88562024-10-18T17:52:03.815Z[ host-image] Oct 18 17:52:01.727 INFO O| Oct 18 17:52:01.727 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
88572024-10-18T17:52:03.819Z[ host-image] Oct 18 17:52:01.731 INFO O| Oct 18 17:52:01.731 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
88582024-10-18T17:52:03.877Z[ host-image] Oct 18 17:52:01.789 INFO O| Oct 18 17:52:01.789 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
88592024-10-18T17:52:03.927Z[ host-image] Oct 18 17:52:01.840 INFO O| Oct 18 17:52:01.840 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
88602024-10-18T17:52:03.927Z[ host-image] Oct 18 17:52:01.840 INFO O| Oct 18 17:52:01.840 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
88612024-10-18T17:52:03.932Z[ host-image] Oct 18 17:52:01.844 INFO O| Oct 18 17:52:01.844 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
88622024-10-18T17:52:03.991Z[ host-image] Oct 18 17:52:01.902 INFO O| Oct 18 17:52:01.902 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
88632024-10-18T17:52:04.031Z[ host-image] Oct 18 17:52:01.943 INFO O| Oct 18 17:52:01.942 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
88642024-10-18T17:52:04.040Z[ host-image] Oct 18 17:52:01.952 INFO O| Oct 18 17:52:01.952 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
88652024-10-18T17:52:04.044Z[ host-image] Oct 18 17:52:01.957 INFO O| Oct 18 17:52:01.956 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
88662024-10-18T17:52:04.044Z[ host-image] Oct 18 17:52:01.957 INFO O| Oct 18 17:52:01.957 INFO no lofi found
88672024-10-18T17:52:04.047Z[ host-image] Oct 18 17:52:01.957 INFO O| Oct 18 17:52:01.957 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
88682024-10-18T17:52:04.047Z[ host-image] Oct 18 17:52:01.957 INFO O| Oct 18 17:52:01.957 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
88692024-10-18T17:52:05.944Z[ recovery-image] Oct 18 17:52:03.855 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
88702024-10-18T17:52:06.100Z[ host-image] Oct 18 17:52:04.012 INFO O| Oct 18 17:52:04.012 INFO lofi device = /dev/dsk/c2t1d0p0
88712024-10-18T17:52:06.100Z[ host-image] Oct 18 17:52:04.012 INFO O| Oct 18 17:52:04.012 INFO pool device = /dev/dsk/c2t1d0p0
88722024-10-18T17:52:06.103Z[ host-image] Oct 18 17:52:04.012 INFO O| Oct 18 17:52:04.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"]
88732024-10-18T17:52:06.263Z[ host-image] Oct 18 17:52:04.174 INFO O| Oct 18 17:52:04.174 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88742024-10-18T17:52:06.263Z[ host-image] Oct 18 17:52:04.174 INFO O| Oct 18 17:52:04.174 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
88752024-10-18T17:52:06.297Z[ host-image] Oct 18 17:52:04.208 INFO O| Oct 18 17:52:04.208 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
88762024-10-18T17:52:06.398Z[ host-image] Oct 18 17:52:04.309 INFO O| Oct 18 17:52:04.309 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
88772024-10-18T17:52:06.451Z[ host-image] Oct 18 17:52:04.362 INFO O| Oct 18 17:52:04.362 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
88782024-10-18T17:52:06.470Z[ host-image] Oct 18 17:52:04.380 INFO O| Oct 18 17:52:04.380 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
88792024-10-18T17:52:06.482Z[ host-image] Oct 18 17:52:04.393 INFO O| Oct 18 17:52:04.393 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
88802024-10-18T17:52:06.620Z[ host-image] Oct 18 17:52:04.531 INFO O| Oct 18 17:52:04.531 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
88812024-10-18T17:52:06.620Z[ host-image] Oct 18 17:52:04.531 INFO O| Oct 18 17:52:04.531 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
88822024-10-18T17:52:06.623Z[ host-image] Oct 18 17:52:04.531 INFO O| Oct 18 17:52:04.531 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
88832024-10-18T17:52:06.651Z[ host-image] Oct 18 17:52:04.561 INFO O| Oct 18 17:52:04.561 INFO boot environment UUID: f7716537-03f4-4617-b0e3-1e5c4dd094f2
88842024-10-18T17:52:06.651Z[ host-image] Oct 18 17:52:04.561 INFO O| Oct 18 17:52:04.561 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = f7716537-03f4-4617-b0e3-1e5c4dd094f2
88852024-10-18T17:52:06.686Z[ host-image] Oct 18 17:52:04.597 INFO O| Oct 18 17:52:04.597 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
88862024-10-18T17:52:06.708Z[ host-image] Oct 18 17:52:04.618 INFO O| Oct 18 17:52:04.618 INFO STEP 0 (create_be) COMPLETE
88872024-10-18T17:52:06.708Z[ host-image] Oct 18 17:52:04.618 INFO O| Oct 18 17:52:04.618 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88882024-10-18T17:52:06.733Z[ host-image] Oct 18 17:52:04.643 INFO O| Oct 18 17:52:04.643 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
88892024-10-18T17:52:08.202Z[ recovery-image] Oct 18 17:52:06.109 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
88902024-10-18T17:52:12.866Z[ recovery-image] Oct 18 17:52:10.775 INFO E| Compiling bitflags v1.3.2
88912024-10-18T17:52:12.866Z[ recovery-image] Oct 18 17:52:10.775 INFO E| Compiling log v0.4.22
88922024-10-18T17:52:12.866Z[ recovery-image] Oct 18 17:52:10.775 INFO E| Compiling plain v0.2.3
88932024-10-18T17:52:12.870Z[ recovery-image] Oct 18 17:52:10.775 INFO E| Compiling adler2 v2.0.0
88942024-10-18T17:52:12.870Z[ recovery-image] Oct 18 17:52:10.775 INFO E| Compiling scroll v0.12.0
88952024-10-18T17:52:12.870Z[ recovery-image] Oct 18 17:52:10.775 INFO E| Compiling bit_field v0.10.2
88962024-10-18T17:52:12.870Z[ recovery-image] Oct 18 17:52:10.775 INFO E| Compiling bitstruct v0.1.1
88972024-10-18T17:52:13.057Z[ recovery-image] Oct 18 17:52:10.966 INFO E| Compiling raw-cpuid v10.7.0
88982024-10-18T17:52:13.064Z[ recovery-image] Oct 18 17:52:10.973 INFO E| Compiling cpio_reader v0.1.1
88992024-10-18T17:52:13.257Z[ recovery-image] Oct 18 17:52:11.165 INFO E| Compiling miniz_oxide v0.8.0
89002024-10-18T17:52:13.428Z[ recovery-image] Oct 18 17:52:11.325 INFO E| Compiling static_assertions v1.1.0
89012024-10-18T17:52:13.987Z[ recovery-image] Oct 18 17:52:11.895 INFO E| Compiling goblin v0.8.2
89022024-10-18T17:52:22.534Z[ recovery-image] Oct 18 17:52:20.439 INFO E| Finished `release` profile [optimized] target(s) in 34.56s
89032024-10-18T17:52:22.571Z[ recovery-image] Oct 18 17:52:20.469 INFO building host image...
89042024-10-18T17:52:22.574Z[ recovery-image] Oct 18 17:52:20.470 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")
89052024-10-18T17:52:23.197Z[ recovery-image] Oct 18 17:52:21.102 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
89062024-10-18T17:52:24.991Z[ recovery-image] Oct 18 17:52:22.895 INFO image complete! materials are in "/work/os-recovery"
89072024-10-18T17:52:24.994Z[ recovery-image]
89082024-10-18T17:52:24.994Z[ recovery-image] real 7:47.910230303
89092024-10-18T17:52:24.994Z[ recovery-image] user 5:06.392314259
89102024-10-18T17:52:24.994Z[ recovery-image] sys 50.756077182
89112024-10-18T17:52:24.995Z[ recovery-image] trap 0.225284338
89122024-10-18T17:52:24.995Z[ recovery-image] tflt 0.246474886
89132024-10-18T17:52:24.995Z[ recovery-image] dflt 0.942213295
89142024-10-18T17:52:24.995Z[ recovery-image] kflt 0.016919788
89152024-10-18T17:52:24.995Z[ recovery-image] lock 16:42.998135746
89162024-10-18T17:52:24.995Z[ recovery-image] slp 47:08.108370965
89172024-10-18T17:52:24.995Z[ recovery-image] lat 2:02.036591265
89182024-10-18T17:52:24.995Z[ recovery-image] stop 4.355422371
89192024-10-18T17:52:24.997ZOct 18 17:52:22.899 INFO [recovery-image] process exited with exit status: 0 (467.952589487s)
89202024-10-18T17:52:28.201Z[ host-image] Oct 18 17:52:26.104 INFO O| Oct 18 17:52:26.104 INFO STEP 1 (unpack_tar) COMPLETE
89212024-10-18T17:52:28.202Z[ host-image] Oct 18 17:52:26.104 INFO O| Oct 18 17:52:26.104 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89222024-10-18T17:52:28.211Z[ host-image] Oct 18 17:52:26.115 INFO O| Oct 18 17:52:26.114 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
89232024-10-18T17:52:28.474Z[ host-image] Oct 18 17:52:26.376 INFO O| Oct 18 17:52:26.376 INFO STEP 2 (devfsadm) COMPLETE
89242024-10-18T17:52:28.474Z[ host-image] Oct 18 17:52:26.377 INFO O| Oct 18 17:52:26.376 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89252024-10-18T17:52:28.484Z[ host-image] Oct 18 17:52:26.387 INFO O| Oct 18 17:52:26.387 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89262024-10-18T17:52:28.484Z[ host-image] Oct 18 17:52:26.387 INFO O| Oct 18 17:52:26.387 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89272024-10-18T17:52:28.484Z[ host-image] Oct 18 17:52:26.387 INFO O| Oct 18 17:52:26.387 INFO STEP 3 (ensure_dir) COMPLETE
89282024-10-18T17:52:28.487Z[ host-image] Oct 18 17:52:26.387 INFO O| Oct 18 17:52:26.387 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89292024-10-18T17:52:28.493Z[ host-image] Oct 18 17:52:26.396 INFO O| Oct 18 17:52:26.396 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89302024-10-18T17:52:28.493Z[ host-image] Oct 18 17:52:26.396 INFO O| Oct 18 17:52:26.396 INFO STEP 4 (ensure_dir) COMPLETE
89312024-10-18T17:52:28.497Z[ host-image] Oct 18 17:52:26.396 INFO O| Oct 18 17:52:26.396 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89322024-10-18T17:52:28.503Z[ host-image] Oct 18 17:52:26.405 INFO O| Oct 18 17:52:26.405 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89332024-10-18T17:52:28.503Z[ host-image] Oct 18 17:52:26.405 INFO O| Oct 18 17:52:26.405 INFO STEP 5 (ensure_dir) COMPLETE
89342024-10-18T17:52:28.507Z[ host-image] Oct 18 17:52:26.405 INFO O| Oct 18 17:52:26.405 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89352024-10-18T17:52:28.512Z[ host-image] Oct 18 17:52:26.414 INFO O| Oct 18 17:52:26.414 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89362024-10-18T17:52:28.514Z[ host-image] Oct 18 17:52:26.415 INFO O| Oct 18 17:52:26.414 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89372024-10-18T17:52:28.514Z[ host-image] Oct 18 17:52:26.415 INFO O| Oct 18 17:52:26.415 INFO STEP 6 (ensure_dir) COMPLETE
89382024-10-18T17:52:28.514Z[ host-image] Oct 18 17:52:26.415 INFO O| Oct 18 17:52:26.415 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89392024-10-18T17:52:28.520Z[ host-image] Oct 18 17:52:26.424 INFO O| Oct 18 17:52:26.423 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89402024-10-18T17:52:28.520Z[ host-image] Oct 18 17:52:26.424 INFO O| Oct 18 17:52:26.424 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89412024-10-18T17:52:28.523Z[ host-image] Oct 18 17:52:26.424 INFO O| Oct 18 17:52:26.424 INFO STEP 7 (ensure_dir) COMPLETE
89422024-10-18T17:52:28.523Z[ host-image] Oct 18 17:52:26.424 INFO O| Oct 18 17:52:26.424 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89432024-10-18T17:52:28.530Z[ host-image] Oct 18 17:52:26.433 INFO O| Oct 18 17:52:26.433 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
89442024-10-18T17:52:28.532Z[ host-image] Oct 18 17:52:26.433 INFO O| Oct 18 17:52:26.433 INFO STEP 8 (remove_files) COMPLETE
89452024-10-18T17:52:28.532Z[ host-image] Oct 18 17:52:26.433 INFO O| Oct 18 17:52:26.433 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89462024-10-18T17:52:28.539Z[ host-image] Oct 18 17:52:26.442 INFO O| Oct 18 17:52:26.442 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
89472024-10-18T17:52:28.541Z[ host-image] Oct 18 17:52:26.443 INFO O| Oct 18 17:52:26.442 INFO STEP 9 (remove_files) COMPLETE
89482024-10-18T17:52:28.541Z[ host-image] Oct 18 17:52:26.443 INFO O| Oct 18 17:52:26.442 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89492024-10-18T17:52:28.552Z[ host-image] Oct 18 17:52:26.451 INFO O| Oct 18 17:52:26.451 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
89502024-10-18T17:52:28.552Z[ host-image] Oct 18 17:52:26.452 INFO O| Oct 18 17:52:26.452 INFO STEP 10 (remove_files) COMPLETE
89512024-10-18T17:52:28.552Z[ host-image] Oct 18 17:52:26.452 INFO O| Oct 18 17:52:26.452 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89522024-10-18T17:52:28.558Z[ host-image] Oct 18 17:52:26.461 INFO O| Oct 18 17:52:26.461 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
89532024-10-18T17:52:28.560Z[ host-image] Oct 18 17:52:26.461 INFO O| Oct 18 17:52:26.461 INFO STEP 11 (remove_files) COMPLETE
89542024-10-18T17:52:28.560Z[ host-image] Oct 18 17:52:26.461 INFO O| Oct 18 17:52:26.461 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89552024-10-18T17:52:28.567Z[ host-image] Oct 18 17:52:26.470 INFO O| Oct 18 17:52:26.470 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
89562024-10-18T17:52:28.569Z[ host-image] Oct 18 17:52:26.470 INFO O| Oct 18 17:52:26.470 INFO STEP 12 (remove_files) COMPLETE
89572024-10-18T17:52:28.569Z[ host-image] Oct 18 17:52:26.470 INFO O| Oct 18 17:52:26.470 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89582024-10-18T17:52:28.576Z[ host-image] Oct 18 17:52:26.479 INFO O| Oct 18 17:52:26.479 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89592024-10-18T17:52:28.578Z[ host-image] Oct 18 17:52:26.479 INFO O| Oct 18 17:52:26.479 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89602024-10-18T17:52:28.578Z[ host-image] Oct 18 17:52:26.479 INFO O| Oct 18 17:52:26.479 INFO STEP 13 (ensure_dir) COMPLETE
89612024-10-18T17:52:28.578Z[ host-image] Oct 18 17:52:26.479 INFO O| Oct 18 17:52:26.479 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89622024-10-18T17:52:28.585Z[ host-image] Oct 18 17:52:26.488 INFO O| Oct 18 17:52:26.488 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89632024-10-18T17:52:28.588Z[ host-image] Oct 18 17:52:26.488 INFO O| Oct 18 17:52:26.488 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89642024-10-18T17:52:28.588Z[ host-image] Oct 18 17:52:26.488 INFO O| Oct 18 17:52:26.488 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89652024-10-18T17:52:28.588Z[ host-image] Oct 18 17:52:26.488 INFO O| Oct 18 17:52:26.488 INFO STEP 14 (ensure_dir) COMPLETE
89662024-10-18T17:52:28.588Z[ host-image] Oct 18 17:52:26.488 INFO O| Oct 18 17:52:26.488 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89672024-10-18T17:52:28.594Z[ host-image] Oct 18 17:52:26.497 INFO O| Oct 18 17:52:26.497 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89682024-10-18T17:52:28.594Z[ host-image] Oct 18 17:52:26.497 INFO O| Oct 18 17:52:26.497 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89692024-10-18T17:52:28.594Z[ host-image] Oct 18 17:52:26.497 INFO O| Oct 18 17:52:26.497 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89702024-10-18T17:52:28.597Z[ host-image] Oct 18 17:52:26.497 INFO O| Oct 18 17:52:26.497 INFO STEP 15 (ensure_dir) COMPLETE
89712024-10-18T17:52:28.597Z[ host-image] Oct 18 17:52:26.497 INFO O| Oct 18 17:52:26.497 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89722024-10-18T17:52:28.603Z[ host-image] Oct 18 17:52:26.506 INFO O| Oct 18 17:52:26.506 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89732024-10-18T17:52:28.606Z[ host-image] Oct 18 17:52:26.506 INFO O| Oct 18 17:52:26.506 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89742024-10-18T17:52:28.606Z[ host-image] Oct 18 17:52:26.506 INFO O| Oct 18 17:52:26.506 INFO STEP 16 (ensure_dir) COMPLETE
89752024-10-18T17:52:28.606Z[ host-image] Oct 18 17:52:26.506 INFO O| Oct 18 17:52:26.506 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89762024-10-18T17:52:28.612Z[ host-image] Oct 18 17:52:26.515 INFO O| Oct 18 17:52:26.515 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89772024-10-18T17:52:28.612Z[ host-image] Oct 18 17:52:26.515 INFO O| Oct 18 17:52:26.515 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89782024-10-18T17:52:28.612Z[ host-image] Oct 18 17:52:26.515 INFO O| Oct 18 17:52:26.515 INFO STEP 17 (ensure_dir) COMPLETE
89792024-10-18T17:52:28.615Z[ host-image] Oct 18 17:52:26.515 INFO O| Oct 18 17:52:26.515 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89802024-10-18T17:52:28.621Z[ host-image] Oct 18 17:52:26.524 INFO O| Oct 18 17:52:26.524 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
89812024-10-18T17:52:28.621Z[ host-image] Oct 18 17:52:26.524 INFO O| Oct 18 17:52:26.524 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
89822024-10-18T17:52:28.621Z[ host-image] Oct 18 17:52:26.524 INFO O| Oct 18 17:52:26.524 INFO ok!
89832024-10-18T17:52:28.624Z[ host-image] Oct 18 17:52:26.524 INFO O| Oct 18 17:52:26.524 INFO STEP 18 (ensure_symlink) COMPLETE
89842024-10-18T17:52:28.624Z[ host-image] Oct 18 17:52:26.524 INFO O| Oct 18 17:52:26.524 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89852024-10-18T17:52:28.630Z[ host-image] Oct 18 17:52:26.533 INFO O| Oct 18 17:52:26.533 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
89862024-10-18T17:52:28.630Z[ host-image] Oct 18 17:52:26.533 INFO O| Oct 18 17:52:26.533 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
89872024-10-18T17:52:28.634Z[ host-image] Oct 18 17:52:26.533 INFO O| Oct 18 17:52:26.533 INFO ok!
89882024-10-18T17:52:28.634Z[ host-image] Oct 18 17:52:26.533 INFO O| Oct 18 17:52:26.533 INFO STEP 19 (ensure_file) COMPLETE
89892024-10-18T17:52:28.634Z[ host-image] Oct 18 17:52:26.533 INFO O| Oct 18 17:52:26.533 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89902024-10-18T17:52:28.639Z[ host-image] Oct 18 17:52:26.542 INFO O| Oct 18 17:52:26.542 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
89912024-10-18T17:52:28.642Z[ host-image] Oct 18 17:52:26.542 INFO O| Oct 18 17:52:26.542 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
89922024-10-18T17:52:28.642Z[ host-image] Oct 18 17:52:26.542 INFO O| Oct 18 17:52:26.542 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
89932024-10-18T17:52:28.642Z[ host-image] Oct 18 17:52:26.542 INFO O| Oct 18 17:52:26.542 INFO ok!
89942024-10-18T17:52:28.642Z[ host-image] Oct 18 17:52:26.542 INFO O| Oct 18 17:52:26.542 INFO STEP 20 (ensure_symlink) COMPLETE
89952024-10-18T17:52:28.642Z[ host-image] Oct 18 17:52:26.542 INFO O| Oct 18 17:52:26.542 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89962024-10-18T17:52:28.648Z[ host-image] Oct 18 17:52:26.551 INFO O| Oct 18 17:52:26.551 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
89972024-10-18T17:52:28.648Z[ host-image] Oct 18 17:52:26.551 INFO O| Oct 18 17:52:26.551 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
89982024-10-18T17:52:28.651Z[ host-image] Oct 18 17:52:26.551 INFO O| Oct 18 17:52:26.551 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
89992024-10-18T17:52:28.651Z[ host-image] Oct 18 17:52:26.551 INFO O| Oct 18 17:52:26.551 INFO ok!
90002024-10-18T17:52:28.651Z[ host-image] Oct 18 17:52:26.551 INFO O| Oct 18 17:52:26.551 INFO STEP 21 (ensure_symlink) COMPLETE
90012024-10-18T17:52:28.651Z[ host-image] Oct 18 17:52:26.551 INFO O| Oct 18 17:52:26.551 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90022024-10-18T17:52:28.657Z[ host-image] Oct 18 17:52:26.560 INFO O| Oct 18 17:52:26.560 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
90032024-10-18T17:52:28.660Z[ host-image] Oct 18 17:52:26.560 INFO O| Oct 18 17:52:26.560 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
90042024-10-18T17:52:28.660Z[ host-image] Oct 18 17:52:26.560 INFO O| Oct 18 17:52:26.560 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
90052024-10-18T17:52:28.660Z[ host-image] Oct 18 17:52:26.560 INFO O| Oct 18 17:52:26.560 INFO ok!
90062024-10-18T17:52:28.660Z[ host-image] Oct 18 17:52:26.560 INFO O| Oct 18 17:52:26.560 INFO STEP 22 (ensure_symlink) COMPLETE
90072024-10-18T17:52:28.660Z[ host-image] Oct 18 17:52:26.560 INFO O| Oct 18 17:52:26.560 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90082024-10-18T17:52:28.666Z[ host-image] Oct 18 17:52:26.569 INFO O| Oct 18 17:52:26.569 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
90092024-10-18T17:52:28.666Z[ host-image] Oct 18 17:52:26.569 INFO O| Oct 18 17:52:26.569 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
90102024-10-18T17:52:28.670Z[ host-image] Oct 18 17:52:26.569 INFO O| Oct 18 17:52:26.569 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
90112024-10-18T17:52:28.670Z[ host-image] Oct 18 17:52:26.569 INFO O| Oct 18 17:52:26.569 INFO ok!
90122024-10-18T17:52:28.670Z[ host-image] Oct 18 17:52:26.569 INFO O| Oct 18 17:52:26.569 INFO STEP 23 (ensure_symlink) COMPLETE
90132024-10-18T17:52:28.670Z[ host-image] Oct 18 17:52:26.569 INFO O| Oct 18 17:52:26.569 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90142024-10-18T17:52:28.677Z[ host-image] Oct 18 17:52:26.578 INFO O| Oct 18 17:52:26.578 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
90152024-10-18T17:52:28.680Z[ host-image] Oct 18 17:52:26.578 INFO O| Oct 18 17:52:26.578 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
90162024-10-18T17:52:28.680Z[ host-image] Oct 18 17:52:26.578 INFO O| Oct 18 17:52:26.578 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
90172024-10-18T17:52:28.680Z[ host-image] Oct 18 17:52:26.578 INFO O| Oct 18 17:52:26.578 INFO ok!
90182024-10-18T17:52:28.680Z[ host-image] Oct 18 17:52:26.578 INFO O| Oct 18 17:52:26.578 INFO STEP 24 (ensure_file) COMPLETE
90192024-10-18T17:52:28.680Z[ host-image] Oct 18 17:52:26.578 INFO O| Oct 18 17:52:26.578 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
90202024-10-18T17:52:28.685Z[ host-image] Oct 18 17:52:26.588 INFO O| Oct 18 17:52:26.588 INFO updating shadow file
90212024-10-18T17:52:28.687Z[ host-image] Oct 18 17:52:26.588 INFO O| Oct 18 17:52:26.588 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
90222024-10-18T17:52:28.687Z[ host-image] Oct 18 17:52:26.588 INFO O| Oct 18 17:52:26.588 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
90232024-10-18T17:52:28.687Z[ host-image] Oct 18 17:52:26.588 INFO O| Oct 18 17:52:26.588 INFO STEP 25 (shadow) COMPLETE
90242024-10-18T17:52:28.687Z[ host-image] Oct 18 17:52:26.588 INFO O| Oct 18 17:52:26.588 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90252024-10-18T17:52:28.694Z[ host-image] Oct 18 17:52:26.597 INFO O| Oct 18 17:52:26.597 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
90262024-10-18T17:52:28.694Z[ host-image] Oct 18 17:52:26.597 INFO O| Oct 18 17:52:26.597 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
90272024-10-18T17:52:28.696Z[ host-image] Oct 18 17:52:26.597 INFO O| Oct 18 17:52:26.597 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
90282024-10-18T17:52:28.696Z[ host-image] Oct 18 17:52:26.597 INFO O| Oct 18 17:52:26.597 INFO ok!
90292024-10-18T17:52:28.696Z[ host-image] Oct 18 17:52:26.597 INFO O| Oct 18 17:52:26.597 INFO STEP 26 (ensure_file) COMPLETE
90302024-10-18T17:52:28.696Z[ host-image] Oct 18 17:52:26.597 INFO O| Oct 18 17:52:26.597 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90312024-10-18T17:52:28.703Z[ host-image] Oct 18 17:52:26.606 INFO O| Oct 18 17:52:26.606 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
90322024-10-18T17:52:28.703Z[ host-image] Oct 18 17:52:26.606 INFO O| Oct 18 17:52:26.606 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
90332024-10-18T17:52:28.706Z[ host-image] Oct 18 17:52:26.606 INFO O| Oct 18 17:52:26.606 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
90342024-10-18T17:52:28.706Z[ host-image] Oct 18 17:52:26.606 INFO O| Oct 18 17:52:26.606 INFO ok!
90352024-10-18T17:52:28.706Z[ host-image] Oct 18 17:52:26.606 INFO O| Oct 18 17:52:26.606 INFO STEP 27 (ensure_file) COMPLETE
90362024-10-18T17:52:28.706Z[ host-image] Oct 18 17:52:26.606 INFO O| Oct 18 17:52:26.606 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90372024-10-18T17:52:28.712Z[ host-image] Oct 18 17:52:26.615 INFO O| Oct 18 17:52:26.615 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
90382024-10-18T17:52:28.712Z[ host-image] Oct 18 17:52:26.615 INFO O| Oct 18 17:52:26.615 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
90392024-10-18T17:52:28.715Z[ host-image] Oct 18 17:52:26.615 INFO O| Oct 18 17:52:26.615 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
90402024-10-18T17:52:28.715Z[ host-image] Oct 18 17:52:26.615 INFO O| Oct 18 17:52:26.615 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
90412024-10-18T17:52:28.715Z[ host-image] Oct 18 17:52:26.615 INFO O| Oct 18 17:52:26.615 INFO ok!
90422024-10-18T17:52:28.715Z[ host-image] Oct 18 17:52:26.615 INFO O| Oct 18 17:52:26.615 INFO STEP 28 (ensure_file) COMPLETE
90432024-10-18T17:52:28.715Z[ host-image] Oct 18 17:52:26.615 INFO O| Oct 18 17:52:26.615 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90442024-10-18T17:52:28.721Z[ host-image] Oct 18 17:52:26.624 INFO O| Oct 18 17:52:26.624 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
90452024-10-18T17:52:28.721Z[ host-image] Oct 18 17:52:26.624 INFO O| Oct 18 17:52:26.624 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
90462024-10-18T17:52:28.721Z[ host-image] Oct 18 17:52:26.624 INFO O| Oct 18 17:52:26.624 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
90472024-10-18T17:52:28.724Z[ host-image] Oct 18 17:52:26.624 INFO O| Oct 18 17:52:26.624 INFO ok!
90482024-10-18T17:52:28.724Z[ host-image] Oct 18 17:52:26.624 INFO O| Oct 18 17:52:26.624 INFO STEP 29 (ensure_file) COMPLETE
90492024-10-18T17:52:28.724Z[ host-image] Oct 18 17:52:26.624 INFO O| Oct 18 17:52:26.624 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90502024-10-18T17:52:28.730Z[ host-image] Oct 18 17:52:26.633 INFO O| Oct 18 17:52:26.633 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
90512024-10-18T17:52:28.730Z[ host-image] Oct 18 17:52:26.633 INFO O| Oct 18 17:52:26.633 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
90522024-10-18T17:52:28.733Z[ host-image] Oct 18 17:52:26.633 INFO O| Oct 18 17:52:26.633 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
90532024-10-18T17:52:28.733Z[ host-image] Oct 18 17:52:26.634 INFO O| Oct 18 17:52:26.633 INFO ok!
90542024-10-18T17:52:28.733Z[ host-image] Oct 18 17:52:26.634 INFO O| Oct 18 17:52:26.633 INFO STEP 30 (ensure_file) COMPLETE
90552024-10-18T17:52:28.733Z[ host-image] Oct 18 17:52:26.634 INFO O| Oct 18 17:52:26.633 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90562024-10-18T17:52:28.740Z[ host-image] Oct 18 17:52:26.643 INFO O| Oct 18 17:52:26.643 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
90572024-10-18T17:52:28.740Z[ host-image] Oct 18 17:52:26.643 INFO O| Oct 18 17:52:26.643 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
90582024-10-18T17:52:28.742Z[ host-image] Oct 18 17:52:26.643 INFO O| Oct 18 17:52:26.643 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
90592024-10-18T17:52:28.742Z[ host-image] Oct 18 17:52:26.643 INFO O| Oct 18 17:52:26.643 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
90602024-10-18T17:52:28.742Z[ host-image] Oct 18 17:52:26.643 INFO O| Oct 18 17:52:26.643 INFO ok!
90612024-10-18T17:52:28.742Z[ host-image] Oct 18 17:52:26.643 INFO O| Oct 18 17:52:26.643 INFO STEP 31 (ensure_file) COMPLETE
90622024-10-18T17:52:28.742Z[ host-image] Oct 18 17:52:26.643 INFO O| Oct 18 17:52:26.643 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90632024-10-18T17:52:28.749Z[ host-image] Oct 18 17:52:26.652 INFO O| Oct 18 17:52:26.652 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
90642024-10-18T17:52:28.749Z[ host-image] Oct 18 17:52:26.652 INFO O| Oct 18 17:52:26.652 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
90652024-10-18T17:52:28.752Z[ host-image] Oct 18 17:52:26.652 INFO O| Oct 18 17:52:26.652 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
90662024-10-18T17:52:28.752Z[ host-image] Oct 18 17:52:26.652 INFO O| Oct 18 17:52:26.652 INFO ok!
90672024-10-18T17:52:28.752Z[ host-image] Oct 18 17:52:26.652 INFO O| Oct 18 17:52:26.652 INFO STEP 32 (ensure_file) COMPLETE
90682024-10-18T17:52:28.752Z[ host-image] Oct 18 17:52:26.652 INFO O| Oct 18 17:52:26.652 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90692024-10-18T17:52:28.758Z[ host-image] Oct 18 17:52:26.661 INFO O| Oct 18 17:52:26.661 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
90702024-10-18T17:52:28.761Z[ host-image] Oct 18 17:52:26.661 INFO O| Oct 18 17:52:26.661 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
90712024-10-18T17:52:28.761Z[ host-image] Oct 18 17:52:26.661 INFO O| Oct 18 17:52:26.661 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
90722024-10-18T17:52:28.761Z[ host-image] Oct 18 17:52:26.661 INFO O| Oct 18 17:52:26.661 INFO ok!
90732024-10-18T17:52:28.761Z[ host-image] Oct 18 17:52:26.661 INFO O| Oct 18 17:52:26.661 INFO STEP 33 (ensure_file) COMPLETE
90742024-10-18T17:52:28.761Z[ host-image] Oct 18 17:52:26.661 INFO O| Oct 18 17:52:26.661 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90752024-10-18T17:52:28.767Z[ host-image] Oct 18 17:52:26.670 INFO O| Oct 18 17:52:26.670 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
90762024-10-18T17:52:28.767Z[ host-image] Oct 18 17:52:26.670 INFO O| Oct 18 17:52:26.670 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
90772024-10-18T17:52:28.770Z[ host-image] Oct 18 17:52:26.670 INFO O| Oct 18 17:52:26.670 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90782024-10-18T17:52:28.770Z[ host-image] Oct 18 17:52:26.671 INFO O| Oct 18 17:52:26.670 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90792024-10-18T17:52:28.770Z[ host-image] Oct 18 17:52:26.671 INFO O| Oct 18 17:52:26.671 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90802024-10-18T17:52:28.770Z[ host-image] Oct 18 17:52:26.671 INFO O| Oct 18 17:52:26.671 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90812024-10-18T17:52:28.770Z[ host-image] Oct 18 17:52:26.671 INFO O| Oct 18 17:52:26.671 INFO ok!
90822024-10-18T17:52:28.770Z[ host-image] Oct 18 17:52:26.671 INFO O| Oct 18 17:52:26.671 INFO STEP 34 (ensure_file) COMPLETE
90832024-10-18T17:52:28.770Z[ host-image] Oct 18 17:52:26.671 INFO O| Oct 18 17:52:26.671 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90842024-10-18T17:52:28.777Z[ host-image] Oct 18 17:52:26.680 INFO O| Oct 18 17:52:26.680 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90852024-10-18T17:52:28.780Z[ host-image] Oct 18 17:52:26.680 INFO O| Oct 18 17:52:26.680 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90862024-10-18T17:52:28.780Z[ host-image] Oct 18 17:52:26.680 INFO O| Oct 18 17:52:26.680 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90872024-10-18T17:52:28.780Z[ host-image] Oct 18 17:52:26.680 INFO O| Oct 18 17:52:26.680 INFO STEP 35 (ensure_dir) COMPLETE
90882024-10-18T17:52:28.780Z[ host-image] Oct 18 17:52:26.680 INFO O| Oct 18 17:52:26.680 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90892024-10-18T17:52:28.786Z[ host-image] Oct 18 17:52:26.689 INFO O| Oct 18 17:52:26.689 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
90902024-10-18T17:52:28.786Z[ host-image] Oct 18 17:52:26.689 INFO O| Oct 18 17:52:26.689 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 ...
90912024-10-18T17:52:28.789Z[ host-image] Oct 18 17:52:26.689 INFO O| Oct 18 17:52:26.689 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
90922024-10-18T17:52:28.789Z[ host-image] Oct 18 17:52:26.689 INFO O| Oct 18 17:52:26.689 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
90932024-10-18T17:52:28.789Z[ host-image] Oct 18 17:52:26.689 INFO O| Oct 18 17:52:26.689 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
90942024-10-18T17:52:28.789Z[ host-image] Oct 18 17:52:26.689 INFO O| Oct 18 17:52:26.689 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
90952024-10-18T17:52:28.789Z[ host-image] Oct 18 17:52:26.689 INFO O| Oct 18 17:52:26.689 INFO ok!
90962024-10-18T17:52:28.789Z[ host-image] Oct 18 17:52:26.689 INFO O| Oct 18 17:52:26.689 INFO STEP 36 (ensure_file) COMPLETE
90972024-10-18T17:52:28.789Z[ host-image] Oct 18 17:52:26.689 INFO O| Oct 18 17:52:26.689 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90982024-10-18T17:52:28.795Z[ host-image] Oct 18 17:52:26.698 INFO O| Oct 18 17:52:26.698 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
90992024-10-18T17:52:28.795Z[ host-image] Oct 18 17:52:26.698 INFO O| Oct 18 17:52:26.698 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 ...
91002024-10-18T17:52:28.798Z[ host-image] Oct 18 17:52:26.698 INFO O| Oct 18 17:52:26.698 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
91012024-10-18T17:52:28.798Z[ host-image] Oct 18 17:52:26.698 INFO O| Oct 18 17:52:26.698 INFO ok!
91022024-10-18T17:52:28.798Z[ host-image] Oct 18 17:52:26.698 INFO O| Oct 18 17:52:26.698 INFO STEP 37 (ensure_symlink) COMPLETE
91032024-10-18T17:52:28.798Z[ host-image] Oct 18 17:52:26.698 INFO O| Oct 18 17:52:26.698 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91042024-10-18T17:52:28.804Z[ host-image] Oct 18 17:52:26.707 INFO O| Oct 18 17:52:26.707 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
91052024-10-18T17:52:28.805Z[ host-image] Oct 18 17:52:26.707 INFO O| Oct 18 17:52:26.707 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
91062024-10-18T17:52:28.807Z[ host-image] Oct 18 17:52:26.708 INFO O| Oct 18 17:52:26.707 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91072024-10-18T17:52:28.807Z[ host-image] Oct 18 17:52:26.708 INFO O| Oct 18 17:52:26.708 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91082024-10-18T17:52:28.807Z[ host-image] Oct 18 17:52:26.708 INFO O| Oct 18 17:52:26.708 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91092024-10-18T17:52:28.807Z[ host-image] Oct 18 17:52:26.708 INFO O| Oct 18 17:52:26.708 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91102024-10-18T17:52:28.807Z[ host-image] Oct 18 17:52:26.708 INFO O| Oct 18 17:52:26.708 INFO ok!
91112024-10-18T17:52:28.807Z[ host-image] Oct 18 17:52:26.708 INFO O| Oct 18 17:52:26.708 INFO STEP 38 (ensure_file) COMPLETE
91122024-10-18T17:52:28.807Z[ host-image] Oct 18 17:52:26.708 INFO O| Oct 18 17:52:26.708 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91132024-10-18T17:52:28.814Z[ host-image] Oct 18 17:52:26.717 INFO O| Oct 18 17:52:26.717 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
91142024-10-18T17:52:28.814Z[ host-image] Oct 18 17:52:26.717 INFO O| Oct 18 17:52:26.717 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 ...
91152024-10-18T17:52:28.816Z[ host-image] Oct 18 17:52:26.717 INFO O| Oct 18 17:52:26.717 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
91162024-10-18T17:52:28.816Z[ host-image] Oct 18 17:52:26.717 INFO O| Oct 18 17:52:26.717 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
91172024-10-18T17:52:28.816Z[ host-image] Oct 18 17:52:26.717 INFO O| Oct 18 17:52:26.717 INFO ok!
91182024-10-18T17:52:28.816Z[ host-image] Oct 18 17:52:26.717 INFO O| Oct 18 17:52:26.717 INFO STEP 39 (ensure_file) COMPLETE
91192024-10-18T17:52:28.816Z[ host-image] Oct 18 17:52:26.717 INFO O| Oct 18 17:52:26.717 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91202024-10-18T17:52:28.823Z[ host-image] Oct 18 17:52:26.726 INFO O| Oct 18 17:52:26.726 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
91212024-10-18T17:52:28.826Z[ host-image] Oct 18 17:52:26.726 INFO O| Oct 18 17:52:26.726 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
91222024-10-18T17:52:28.826Z[ host-image] Oct 18 17:52:26.726 INFO O| Oct 18 17:52:26.726 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
91232024-10-18T17:52:28.826Z[ host-image] Oct 18 17:52:26.726 INFO O| Oct 18 17:52:26.726 INFO ok!
91242024-10-18T17:52:28.826Z[ host-image] Oct 18 17:52:26.726 INFO O| Oct 18 17:52:26.726 INFO STEP 40 (ensure_file) COMPLETE
91252024-10-18T17:52:28.826Z[ host-image] Oct 18 17:52:26.726 INFO O| Oct 18 17:52:26.726 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
91262024-10-18T17:52:28.833Z[ host-image] Oct 18 17:52:26.736 INFO O| Oct 18 17:52:26.736 INFO updating shadow file
91272024-10-18T17:52:28.836Z[ host-image] Oct 18 17:52:26.736 INFO O| Oct 18 17:52:26.736 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91282024-10-18T17:52:28.836Z[ host-image] Oct 18 17:52:26.736 INFO O| Oct 18 17:52:26.736 INFO STEP 41 (shadow) COMPLETE
91292024-10-18T17:52:28.836Z[ host-image] Oct 18 17:52:26.736 INFO O| Oct 18 17:52:26.736 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
91302024-10-18T17:52:28.842Z[ host-image] Oct 18 17:52:26.745 INFO O| Oct 18 17:52:26.745 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
91312024-10-18T17:52:28.842Z[ host-image] Oct 18 17:52:26.745 INFO O| Oct 18 17:52:26.745 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
91322024-10-18T17:52:28.845Z[ host-image] Oct 18 17:52:26.745 INFO O| Oct 18 17:52:26.745 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
91332024-10-18T17:52:28.845Z[ host-image] Oct 18 17:52:26.745 INFO O| Oct 18 17:52:26.745 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
91342024-10-18T17:52:28.845Z[ host-image] Oct 18 17:52:26.745 INFO O| Oct 18 17:52:26.745 INFO ok!
91352024-10-18T17:52:28.845Z[ host-image] Oct 18 17:52:26.745 INFO O| Oct 18 17:52:26.745 INFO STEP 42 (ensure_file) COMPLETE
91362024-10-18T17:52:28.845Z[ host-image] Oct 18 17:52:26.745 INFO O| Oct 18 17:52:26.745 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91372024-10-18T17:52:28.845Z[ host-image] Oct 18 17:52:26.745 INFO O| Oct 18 17:52:26.745 INFO skip step because feature "mfg" is not enabled
91382024-10-18T17:52:28.845Z[ host-image] Oct 18 17:52:26.745 INFO O| Oct 18 17:52:26.745 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91392024-10-18T17:52:28.845Z[ host-image] Oct 18 17:52:26.745 INFO O| Oct 18 17:52:26.745 INFO skip step because feature "mfg" is not enabled
91402024-10-18T17:52:28.845Z[ host-image] Oct 18 17:52:26.745 INFO O| Oct 18 17:52:26.745 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91412024-10-18T17:52:28.852Z[ host-image] Oct 18 17:52:26.755 INFO O| Oct 18 17:52:26.755 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
91422024-10-18T17:52:28.852Z[ host-image] Oct 18 17:52:26.755 INFO O| Oct 18 17:52:26.755 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
91432024-10-18T17:52:29.487Z[ host-image] Oct 18 17:52:27.389 INFO O| Oct 18 17:52:27.389 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
91442024-10-18T17:52:29.487Z[ host-image] Oct 18 17:52:27.389 INFO O| Oct 18 17:52:27.389 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
91452024-10-18T17:52:29.490Z[ host-image] Oct 18 17:52:27.389 INFO O| Oct 18 17:52:27.389 INFO ok!
91462024-10-18T17:52:29.490Z[ host-image] Oct 18 17:52:27.389 INFO O| Oct 18 17:52:27.389 INFO STEP 45 (ensure_file) COMPLETE
91472024-10-18T17:52:29.490Z[ host-image] Oct 18 17:52:27.389 INFO O| Oct 18 17:52:27.389 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91482024-10-18T17:52:29.497Z[ host-image] Oct 18 17:52:27.400 INFO O| Oct 18 17:52:27.400 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
91492024-10-18T17:52:29.498Z[ host-image] Oct 18 17:52:27.400 INFO O| Oct 18 17:52:27.400 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
91502024-10-18T17:52:29.500Z[ host-image] Oct 18 17:52:27.400 INFO O| Oct 18 17:52:27.400 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91512024-10-18T17:52:29.500Z[ host-image] Oct 18 17:52:27.400 INFO O| Oct 18 17:52:27.400 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91522024-10-18T17:52:29.500Z[ host-image] Oct 18 17:52:27.400 INFO O| Oct 18 17:52:27.400 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91532024-10-18T17:52:29.500Z[ host-image] Oct 18 17:52:27.400 INFO O| Oct 18 17:52:27.400 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91542024-10-18T17:52:29.500Z[ host-image] Oct 18 17:52:27.400 INFO O| Oct 18 17:52:27.400 INFO ok!
91552024-10-18T17:52:29.500Z[ host-image] Oct 18 17:52:27.400 INFO O| Oct 18 17:52:27.400 INFO STEP 46 (ensure_file) COMPLETE
91562024-10-18T17:52:29.500Z[ host-image] Oct 18 17:52:27.400 INFO O| Oct 18 17:52:27.400 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91572024-10-18T17:52:29.507Z[ host-image] Oct 18 17:52:27.410 INFO O| Oct 18 17:52:27.410 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
91582024-10-18T17:52:29.507Z[ host-image] Oct 18 17:52:27.410 INFO O| Oct 18 17:52:27.410 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 ...
91592024-10-18T17:52:29.510Z[ host-image] Oct 18 17:52:27.410 INFO O| Oct 18 17:52:27.410 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
91602024-10-18T17:52:29.510Z[ host-image] Oct 18 17:52:27.410 INFO O| Oct 18 17:52:27.410 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
91612024-10-18T17:52:29.510Z[ host-image] Oct 18 17:52:27.410 INFO O| Oct 18 17:52:27.410 INFO ok!
91622024-10-18T17:52:29.510Z[ host-image] Oct 18 17:52:27.410 INFO O| Oct 18 17:52:27.410 INFO STEP 47 (ensure_file) COMPLETE
91632024-10-18T17:52:29.510Z[ host-image] Oct 18 17:52:27.410 INFO O| Oct 18 17:52:27.410 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91642024-10-18T17:52:29.517Z[ host-image] Oct 18 17:52:27.420 INFO O| Oct 18 17:52:27.420 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
91652024-10-18T17:52:29.517Z[ host-image] Oct 18 17:52:27.420 INFO O| Oct 18 17:52:27.420 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
91662024-10-18T17:52:29.520Z[ host-image] Oct 18 17:52:27.420 INFO O| Oct 18 17:52:27.420 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91672024-10-18T17:52:29.520Z[ host-image] Oct 18 17:52:27.420 INFO O| Oct 18 17:52:27.420 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91682024-10-18T17:52:29.520Z[ host-image] Oct 18 17:52:27.420 INFO O| Oct 18 17:52:27.420 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91692024-10-18T17:52:29.520Z[ host-image] Oct 18 17:52:27.420 INFO O| Oct 18 17:52:27.420 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91702024-10-18T17:52:29.520Z[ host-image] Oct 18 17:52:27.420 INFO O| Oct 18 17:52:27.420 INFO ok!
91712024-10-18T17:52:29.520Z[ host-image] Oct 18 17:52:27.420 INFO O| Oct 18 17:52:27.420 INFO STEP 48 (ensure_file) COMPLETE
91722024-10-18T17:52:29.520Z[ host-image] Oct 18 17:52:27.420 INFO O| Oct 18 17:52:27.420 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91732024-10-18T17:52:29.526Z[ host-image] Oct 18 17:52:27.429 INFO O| Oct 18 17:52:27.429 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
91742024-10-18T17:52:29.526Z[ host-image] Oct 18 17:52:27.429 INFO O| Oct 18 17:52:27.429 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 ...
91752024-10-18T17:52:29.529Z[ host-image] Oct 18 17:52:27.429 INFO O| Oct 18 17:52:27.429 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
91762024-10-18T17:52:29.529Z[ host-image] Oct 18 17:52:27.429 INFO O| Oct 18 17:52:27.429 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
91772024-10-18T17:52:29.529Z[ host-image] Oct 18 17:52:27.429 INFO O| Oct 18 17:52:27.429 INFO ok!
91782024-10-18T17:52:29.529Z[ host-image] Oct 18 17:52:27.429 INFO O| Oct 18 17:52:27.429 INFO STEP 49 (ensure_file) COMPLETE
91792024-10-18T17:52:29.529Z[ host-image] Oct 18 17:52:27.429 INFO O| Oct 18 17:52:27.429 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91802024-10-18T17:52:29.536Z[ host-image] Oct 18 17:52:27.438 INFO O| Oct 18 17:52:27.438 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
91812024-10-18T17:52:29.536Z[ host-image] Oct 18 17:52:27.439 INFO O| Oct 18 17:52:27.438 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
91822024-10-18T17:52:29.539Z[ host-image] Oct 18 17:52:27.439 INFO O| Oct 18 17:52:27.439 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91832024-10-18T17:52:29.539Z[ host-image] Oct 18 17:52:27.439 INFO O| Oct 18 17:52:27.439 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91842024-10-18T17:52:29.539Z[ host-image] Oct 18 17:52:27.439 INFO O| Oct 18 17:52:27.439 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91852024-10-18T17:52:29.539Z[ host-image] Oct 18 17:52:27.439 INFO O| Oct 18 17:52:27.439 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91862024-10-18T17:52:29.539Z[ host-image] Oct 18 17:52:27.439 INFO O| Oct 18 17:52:27.439 INFO ok!
91872024-10-18T17:52:29.539Z[ host-image] Oct 18 17:52:27.439 INFO O| Oct 18 17:52:27.439 INFO STEP 50 (ensure_file) COMPLETE
91882024-10-18T17:52:29.539Z[ host-image] Oct 18 17:52:27.439 INFO O| Oct 18 17:52:27.439 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91892024-10-18T17:52:29.545Z[ host-image] Oct 18 17:52:27.448 INFO O| Oct 18 17:52:27.448 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
91902024-10-18T17:52:29.547Z[ host-image] Oct 18 17:52:27.448 INFO O| Oct 18 17:52:27.448 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 ...
91912024-10-18T17:52:29.548Z[ host-image] Oct 18 17:52:27.448 INFO O| Oct 18 17:52:27.448 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
91922024-10-18T17:52:29.548Z[ host-image] Oct 18 17:52:27.448 INFO O| Oct 18 17:52:27.448 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
91932024-10-18T17:52:29.548Z[ host-image] Oct 18 17:52:27.448 INFO O| Oct 18 17:52:27.448 INFO ok!
91942024-10-18T17:52:29.548Z[ host-image] Oct 18 17:52:27.448 INFO O| Oct 18 17:52:27.448 INFO STEP 51 (ensure_file) COMPLETE
91952024-10-18T17:52:29.548Z[ host-image] Oct 18 17:52:27.448 INFO O| Oct 18 17:52:27.448 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91962024-10-18T17:52:29.554Z[ host-image] Oct 18 17:52:27.457 INFO O| Oct 18 17:52:27.457 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
91972024-10-18T17:52:29.554Z[ host-image] Oct 18 17:52:27.457 INFO O| Oct 18 17:52:27.457 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 ...
91982024-10-18T17:52:29.557Z[ host-image] Oct 18 17:52:27.457 INFO O| Oct 18 17:52:27.457 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
91992024-10-18T17:52:29.557Z[ host-image] Oct 18 17:52:27.457 INFO O| Oct 18 17:52:27.457 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
92002024-10-18T17:52:29.557Z[ host-image] Oct 18 17:52:27.457 INFO O| Oct 18 17:52:27.457 INFO ok!
92012024-10-18T17:52:29.557Z[ host-image] Oct 18 17:52:27.457 INFO O| Oct 18 17:52:27.457 INFO STEP 52 (ensure_file) COMPLETE
92022024-10-18T17:52:29.557Z[ host-image] Oct 18 17:52:27.457 INFO O| Oct 18 17:52:27.457 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92032024-10-18T17:52:29.563Z[ host-image] Oct 18 17:52:27.466 INFO O| Oct 18 17:52:27.466 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
92042024-10-18T17:52:29.563Z[ host-image] Oct 18 17:52:27.466 INFO O| Oct 18 17:52:27.466 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 ...
92052024-10-18T17:52:29.566Z[ host-image] Oct 18 17:52:27.466 INFO O| Oct 18 17:52:27.466 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
92062024-10-18T17:52:29.566Z[ host-image] Oct 18 17:52:27.466 INFO O| Oct 18 17:52:27.466 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
92072024-10-18T17:52:29.566Z[ host-image] Oct 18 17:52:27.466 INFO O| Oct 18 17:52:27.466 INFO ok!
92082024-10-18T17:52:29.566Z[ host-image] Oct 18 17:52:27.466 INFO O| Oct 18 17:52:27.466 INFO STEP 53 (ensure_file) COMPLETE
92092024-10-18T17:52:29.566Z[ host-image] Oct 18 17:52:27.466 INFO O| Oct 18 17:52:27.466 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92102024-10-18T17:52:29.573Z[ host-image] Oct 18 17:52:27.475 INFO O| Oct 18 17:52:27.475 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
92112024-10-18T17:52:29.573Z[ host-image] Oct 18 17:52:27.475 INFO O| Oct 18 17:52:27.475 INFO STEP 54 (ensure_dir) COMPLETE
92122024-10-18T17:52:29.573Z[ host-image] Oct 18 17:52:27.475 INFO O| Oct 18 17:52:27.475 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92132024-10-18T17:52:29.582Z[ host-image] Oct 18 17:52:27.484 INFO O| Oct 18 17:52:27.484 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
92142024-10-18T17:52:29.584Z[ host-image] Oct 18 17:52:27.484 INFO O| Oct 18 17:52:27.484 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
92152024-10-18T17:52:29.584Z[ host-image] Oct 18 17:52:27.484 INFO O| Oct 18 17:52:27.484 INFO STEP 55 (ensure_dir) COMPLETE
92162024-10-18T17:52:29.584Z[ host-image] Oct 18 17:52:27.484 INFO O| Oct 18 17:52:27.484 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92172024-10-18T17:52:29.591Z[ host-image] Oct 18 17:52:27.493 INFO O| Oct 18 17:52:27.493 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
92182024-10-18T17:52:29.593Z[ host-image] Oct 18 17:52:27.493 INFO O| Oct 18 17:52:27.493 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
92192024-10-18T17:52:29.593Z[ host-image] Oct 18 17:52:27.494 INFO O| Oct 18 17:52:27.493 INFO STEP 56 (ensure_dir) COMPLETE
92202024-10-18T17:52:29.593Z[ host-image] Oct 18 17:52:27.494 INFO O| Oct 18 17:52:27.493 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92212024-10-18T17:52:29.600Z[ host-image] Oct 18 17:52:27.502 INFO O| Oct 18 17:52:27.502 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
92222024-10-18T17:52:29.600Z[ host-image] Oct 18 17:52:27.503 INFO O| Oct 18 17:52:27.502 INFO copying /tmp/.tmpSzk1LQ/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
92232024-10-18T17:52:29.616Z[ host-image] Oct 18 17:52:27.519 INFO O| Oct 18 17:52:27.518 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
92242024-10-18T17:52:29.619Z[ host-image] Oct 18 17:52:27.519 INFO O| Oct 18 17:52:27.519 INFO ok!
92252024-10-18T17:52:29.619Z[ host-image] Oct 18 17:52:27.519 INFO O| Oct 18 17:52:27.519 INFO STEP 57 (ensure_file) COMPLETE
92262024-10-18T17:52:29.619Z[ host-image] Oct 18 17:52:27.519 INFO O| Oct 18 17:52:27.519 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92272024-10-18T17:52:29.626Z[ host-image] Oct 18 17:52:27.529 INFO O| Oct 18 17:52:27.529 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
92282024-10-18T17:52:29.626Z[ host-image] Oct 18 17:52:27.529 INFO O| Oct 18 17:52:27.529 INFO copying /tmp/.tmpSzk1LQ/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
92292024-10-18T17:52:30.681Z[ host-image] Oct 18 17:52:28.582 INFO O| Oct 18 17:52:28.581 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
92302024-10-18T17:52:30.681Z[ host-image] Oct 18 17:52:28.582 INFO O| Oct 18 17:52:28.581 INFO ok!
92312024-10-18T17:52:30.681Z[ host-image] Oct 18 17:52:28.582 INFO O| Oct 18 17:52:28.581 INFO STEP 58 (ensure_file) COMPLETE
92322024-10-18T17:52:30.681Z[ host-image] Oct 18 17:52:28.582 INFO O| Oct 18 17:52:28.581 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92332024-10-18T17:52:30.690Z[ host-image] Oct 18 17:52:28.592 INFO O| Oct 18 17:52:28.592 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
92342024-10-18T17:52:30.693Z[ host-image] Oct 18 17:52:28.592 INFO O| Oct 18 17:52:28.592 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
92352024-10-18T17:52:30.693Z[ host-image] Oct 18 17:52:28.592 INFO O| Oct 18 17:52:28.592 INFO STEP 59 (ensure_dir) COMPLETE
92362024-10-18T17:52:30.693Z[ host-image] Oct 18 17:52:28.592 INFO O| Oct 18 17:52:28.592 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92372024-10-18T17:52:30.699Z[ host-image] Oct 18 17:52:28.601 INFO O| Oct 18 17:52:28.601 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
92382024-10-18T17:52:30.699Z[ host-image] Oct 18 17:52:28.601 INFO O| Oct 18 17:52:28.601 INFO copying /tmp/.tmpSzk1LQ/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 ...
92392024-10-18T17:52:30.702Z[ host-image] Oct 18 17:52:28.601 INFO O| Oct 18 17:52:28.601 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
92402024-10-18T17:52:30.702Z[ host-image] Oct 18 17:52:28.601 INFO O| Oct 18 17:52:28.601 INFO ok!
92412024-10-18T17:52:30.702Z[ host-image] Oct 18 17:52:28.601 INFO O| Oct 18 17:52:28.601 INFO STEP 60 (ensure_file) COMPLETE
92422024-10-18T17:52:30.702Z[ host-image] Oct 18 17:52:28.601 INFO O| Oct 18 17:52:28.601 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92432024-10-18T17:52:30.708Z[ host-image] Oct 18 17:52:28.610 INFO O| Oct 18 17:52:28.610 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
92442024-10-18T17:52:30.708Z[ host-image] Oct 18 17:52:28.610 INFO O| Oct 18 17:52:28.610 INFO copying /tmp/.tmpSzk1LQ/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 ...
92452024-10-18T17:52:30.711Z[ host-image] Oct 18 17:52:28.610 INFO O| Oct 18 17:52:28.610 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
92462024-10-18T17:52:30.711Z[ host-image] Oct 18 17:52:28.610 INFO O| Oct 18 17:52:28.610 INFO ok!
92472024-10-18T17:52:30.711Z[ host-image] Oct 18 17:52:28.610 INFO O| Oct 18 17:52:28.610 INFO STEP 61 (ensure_file) COMPLETE
92482024-10-18T17:52:30.711Z[ host-image] Oct 18 17:52:28.610 INFO O| Oct 18 17:52:28.610 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92492024-10-18T17:52:30.717Z[ host-image] Oct 18 17:52:28.619 INFO O| Oct 18 17:52:28.619 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
92502024-10-18T17:52:30.717Z[ host-image] Oct 18 17:52:28.619 INFO O| Oct 18 17:52:28.619 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
92512024-10-18T17:52:30.719Z[ host-image] Oct 18 17:52:28.619 INFO O| Oct 18 17:52:28.619 INFO STEP 62 (ensure_dir) COMPLETE
92522024-10-18T17:52:30.720Z[ host-image] Oct 18 17:52:28.619 INFO O| Oct 18 17:52:28.619 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92532024-10-18T17:52:30.726Z[ host-image] Oct 18 17:52:28.628 INFO O| Oct 18 17:52:28.628 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
92542024-10-18T17:52:30.726Z[ host-image] Oct 18 17:52:28.628 INFO O| Oct 18 17:52:28.628 INFO copying /tmp/.tmpSzk1LQ/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 ...
92552024-10-18T17:52:30.729Z[ host-image] Oct 18 17:52:28.628 INFO O| Oct 18 17:52:28.628 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
92562024-10-18T17:52:30.729Z[ host-image] Oct 18 17:52:28.628 INFO O| Oct 18 17:52:28.628 INFO ok!
92572024-10-18T17:52:30.729Z[ host-image] Oct 18 17:52:28.628 INFO O| Oct 18 17:52:28.628 INFO STEP 63 (ensure_file) COMPLETE
92582024-10-18T17:52:30.729Z[ host-image] Oct 18 17:52:28.628 INFO O| Oct 18 17:52:28.628 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92592024-10-18T17:52:30.735Z[ host-image] Oct 18 17:52:28.637 INFO O| Oct 18 17:52:28.637 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
92602024-10-18T17:52:30.735Z[ host-image] Oct 18 17:52:28.637 INFO O| Oct 18 17:52:28.637 INFO copying /tmp/.tmpSzk1LQ/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 ...
92612024-10-18T17:52:30.737Z[ host-image] Oct 18 17:52:28.637 INFO O| Oct 18 17:52:28.637 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
92622024-10-18T17:52:30.738Z[ host-image] Oct 18 17:52:28.637 INFO O| Oct 18 17:52:28.637 INFO ok!
92632024-10-18T17:52:30.738Z[ host-image] Oct 18 17:52:28.637 INFO O| Oct 18 17:52:28.637 INFO STEP 64 (ensure_file) COMPLETE
92642024-10-18T17:52:30.738Z[ host-image] Oct 18 17:52:28.637 INFO O| Oct 18 17:52:28.637 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92652024-10-18T17:52:30.744Z[ host-image] Oct 18 17:52:28.646 INFO O| Oct 18 17:52:28.646 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
92662024-10-18T17:52:30.744Z[ host-image] Oct 18 17:52:28.646 INFO O| Oct 18 17:52:28.646 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
92672024-10-18T17:52:30.747Z[ host-image] Oct 18 17:52:28.646 INFO O| Oct 18 17:52:28.646 INFO STEP 65 (ensure_dir) COMPLETE
92682024-10-18T17:52:30.747Z[ host-image] Oct 18 17:52:28.646 INFO O| Oct 18 17:52:28.646 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92692024-10-18T17:52:30.753Z[ host-image] Oct 18 17:52:28.655 INFO O| Oct 18 17:52:28.655 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
92702024-10-18T17:52:30.753Z[ host-image] Oct 18 17:52:28.655 INFO O| Oct 18 17:52:28.655 INFO copying /tmp/.tmpSzk1LQ/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 ...
92712024-10-18T17:52:30.755Z[ host-image] Oct 18 17:52:28.655 INFO O| Oct 18 17:52:28.655 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
92722024-10-18T17:52:30.755Z[ host-image] Oct 18 17:52:28.655 INFO O| Oct 18 17:52:28.655 INFO ok!
92732024-10-18T17:52:30.755Z[ host-image] Oct 18 17:52:28.655 INFO O| Oct 18 17:52:28.655 INFO STEP 66 (ensure_file) COMPLETE
92742024-10-18T17:52:30.755Z[ host-image] Oct 18 17:52:28.655 INFO O| Oct 18 17:52:28.655 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92752024-10-18T17:52:30.763Z[ host-image] Oct 18 17:52:28.664 INFO O| Oct 18 17:52:28.664 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
92762024-10-18T17:52:30.763Z[ host-image] Oct 18 17:52:28.664 INFO O| Oct 18 17:52:28.664 INFO copying /tmp/.tmpSzk1LQ/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
92772024-10-18T17:52:30.763Z[ host-image] Oct 18 17:52:28.664 INFO O| Oct 18 17:52:28.664 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
92782024-10-18T17:52:30.765Z[ host-image] Oct 18 17:52:28.664 INFO O| Oct 18 17:52:28.664 INFO ok!
92792024-10-18T17:52:30.765Z[ host-image] Oct 18 17:52:28.664 INFO O| Oct 18 17:52:28.664 INFO STEP 67 (ensure_file) COMPLETE
92802024-10-18T17:52:30.765Z[ host-image] Oct 18 17:52:28.664 INFO O| Oct 18 17:52:28.664 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92812024-10-18T17:52:30.771Z[ host-image] Oct 18 17:52:28.673 INFO O| Oct 18 17:52:28.673 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
92822024-10-18T17:52:30.773Z[ host-image] Oct 18 17:52:28.673 INFO O| Oct 18 17:52:28.673 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
92832024-10-18T17:52:30.773Z[ host-image] Oct 18 17:52:28.673 INFO O| Oct 18 17:52:28.673 INFO STEP 68 (ensure_dir) COMPLETE
92842024-10-18T17:52:30.773Z[ host-image] Oct 18 17:52:28.673 INFO O| Oct 18 17:52:28.673 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92852024-10-18T17:52:30.780Z[ host-image] Oct 18 17:52:28.682 INFO O| Oct 18 17:52:28.682 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
92862024-10-18T17:52:30.782Z[ host-image] Oct 18 17:52:28.682 INFO O| Oct 18 17:52:28.682 INFO copying /tmp/.tmpSzk1LQ/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
92872024-10-18T17:52:31.324Z[ host-image] Oct 18 17:52:29.225 INFO O| Oct 18 17:52:29.225 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
92882024-10-18T17:52:31.324Z[ host-image] Oct 18 17:52:29.225 INFO O| Oct 18 17:52:29.225 INFO ok!
92892024-10-18T17:52:31.327Z[ host-image] Oct 18 17:52:29.225 INFO O| Oct 18 17:52:29.225 INFO STEP 69 (ensure_file) COMPLETE
92902024-10-18T17:52:31.327Z[ host-image] Oct 18 17:52:29.225 INFO O| Oct 18 17:52:29.225 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92912024-10-18T17:52:31.334Z[ host-image] Oct 18 17:52:29.236 INFO O| Oct 18 17:52:29.236 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
92922024-10-18T17:52:31.334Z[ host-image] Oct 18 17:52:29.236 INFO O| Oct 18 17:52:29.236 INFO copying /tmp/.tmpSzk1LQ/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
92932024-10-18T17:52:33.268Z[ host-image] Oct 18 17:52:31.169 INFO O| Oct 18 17:52:31.169 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
92942024-10-18T17:52:33.268Z[ host-image] Oct 18 17:52:31.169 INFO O| Oct 18 17:52:31.169 INFO ok!
92952024-10-18T17:52:33.271Z[ host-image] Oct 18 17:52:31.169 INFO O| Oct 18 17:52:31.169 INFO STEP 70 (ensure_file) COMPLETE
92962024-10-18T17:52:33.271Z[ host-image] Oct 18 17:52:31.169 INFO O| Oct 18 17:52:31.169 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92972024-10-18T17:52:33.278Z[ host-image] Oct 18 17:52:31.180 INFO O| Oct 18 17:52:31.180 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
92982024-10-18T17:52:33.279Z[ host-image] Oct 18 17:52:31.180 INFO O| Oct 18 17:52:31.180 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
92992024-10-18T17:52:33.282Z[ host-image] Oct 18 17:52:31.180 INFO O| Oct 18 17:52:31.180 INFO STEP 71 (ensure_dir) COMPLETE
93002024-10-18T17:52:33.282Z[ host-image] Oct 18 17:52:31.180 INFO O| Oct 18 17:52:31.180 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93012024-10-18T17:52:33.288Z[ host-image] Oct 18 17:52:31.189 INFO O| Oct 18 17:52:31.189 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
93022024-10-18T17:52:33.288Z[ host-image] Oct 18 17:52:31.189 INFO O| Oct 18 17:52:31.189 INFO copying /tmp/.tmpSzk1LQ/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 ...
93032024-10-18T17:52:33.290Z[ host-image] Oct 18 17:52:31.189 INFO O| Oct 18 17:52:31.189 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
93042024-10-18T17:52:33.290Z[ host-image] Oct 18 17:52:31.189 INFO O| Oct 18 17:52:31.189 INFO ok!
93052024-10-18T17:52:33.290Z[ host-image] Oct 18 17:52:31.189 INFO O| Oct 18 17:52:31.189 INFO STEP 72 (ensure_file) COMPLETE
93062024-10-18T17:52:33.290Z[ host-image] Oct 18 17:52:31.189 INFO O| Oct 18 17:52:31.189 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93072024-10-18T17:52:33.300Z[ host-image] Oct 18 17:52:31.198 INFO O| Oct 18 17:52:31.198 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
93082024-10-18T17:52:33.300Z[ host-image] Oct 18 17:52:31.198 INFO O| Oct 18 17:52:31.198 INFO copying /tmp/.tmpSzk1LQ/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 ...
93092024-10-18T17:52:33.314Z[ host-image] Oct 18 17:52:31.198 INFO O| Oct 18 17:52:31.198 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
93102024-10-18T17:52:33.314Z[ host-image] Oct 18 17:52:31.198 INFO O| Oct 18 17:52:31.198 INFO ok!
93112024-10-18T17:52:33.314Z[ host-image] Oct 18 17:52:31.198 INFO O| Oct 18 17:52:31.198 INFO STEP 73 (ensure_file) COMPLETE
93122024-10-18T17:52:33.314Z[ host-image] Oct 18 17:52:31.198 INFO O| Oct 18 17:52:31.198 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93132024-10-18T17:52:33.314Z[ host-image] Oct 18 17:52:31.207 INFO O| Oct 18 17:52:31.207 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
93142024-10-18T17:52:33.314Z[ host-image] Oct 18 17:52:31.207 INFO O| Oct 18 17:52:31.207 INFO copying /tmp/.tmpSzk1LQ/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
93152024-10-18T17:52:33.314Z[ host-image] Oct 18 17:52:31.207 INFO O| Oct 18 17:52:31.207 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
93162024-10-18T17:52:33.314Z[ host-image] Oct 18 17:52:31.207 INFO O| Oct 18 17:52:31.207 INFO ok!
93172024-10-18T17:52:33.314Z[ host-image] Oct 18 17:52:31.207 INFO O| Oct 18 17:52:31.207 INFO STEP 74 (ensure_file) COMPLETE
93182024-10-18T17:52:33.314Z[ host-image] Oct 18 17:52:31.207 INFO O| Oct 18 17:52:31.207 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93192024-10-18T17:52:33.319Z[ host-image] Oct 18 17:52:31.216 INFO O| Oct 18 17:52:31.216 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
93202024-10-18T17:52:33.319Z[ host-image] Oct 18 17:52:31.216 INFO O| Oct 18 17:52:31.216 INFO copying /tmp/.tmpSzk1LQ/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
93212024-10-18T17:52:33.319Z[ host-image] Oct 18 17:52:31.216 INFO O| Oct 18 17:52:31.216 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
93222024-10-18T17:52:33.319Z[ host-image] Oct 18 17:52:31.216 INFO O| Oct 18 17:52:31.216 INFO ok!
93232024-10-18T17:52:33.319Z[ host-image] Oct 18 17:52:31.216 INFO O| Oct 18 17:52:31.216 INFO STEP 75 (ensure_file) COMPLETE
93242024-10-18T17:52:33.319Z[ host-image] Oct 18 17:52:31.216 INFO O| Oct 18 17:52:31.216 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93252024-10-18T17:52:33.324Z[ host-image] Oct 18 17:52:31.225 INFO O| Oct 18 17:52:31.225 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
93262024-10-18T17:52:33.324Z[ host-image] Oct 18 17:52:31.225 INFO O| Oct 18 17:52:31.225 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
93272024-10-18T17:52:33.325Z[ host-image] Oct 18 17:52:31.225 INFO O| Oct 18 17:52:31.225 INFO STEP 76 (ensure_dir) COMPLETE
93282024-10-18T17:52:33.327Z[ host-image] Oct 18 17:52:31.225 INFO O| Oct 18 17:52:31.225 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93292024-10-18T17:52:33.333Z[ host-image] Oct 18 17:52:31.234 INFO O| Oct 18 17:52:31.234 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
93302024-10-18T17:52:33.333Z[ host-image] Oct 18 17:52:31.234 INFO O| Oct 18 17:52:31.234 INFO copying /tmp/.tmpSzk1LQ/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
93312024-10-18T17:52:33.336Z[ host-image] Oct 18 17:52:31.237 INFO O| Oct 18 17:52:31.237 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
93322024-10-18T17:52:33.336Z[ host-image] Oct 18 17:52:31.237 INFO O| Oct 18 17:52:31.237 INFO ok!
93332024-10-18T17:52:33.336Z[ host-image] Oct 18 17:52:31.237 INFO O| Oct 18 17:52:31.237 INFO STEP 77 (ensure_file) COMPLETE
93342024-10-18T17:52:33.336Z[ host-image] Oct 18 17:52:31.237 INFO O| Oct 18 17:52:31.237 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93352024-10-18T17:52:33.345Z[ host-image] Oct 18 17:52:31.246 INFO O| Oct 18 17:52:31.246 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
93362024-10-18T17:52:33.345Z[ host-image] Oct 18 17:52:31.246 INFO O| Oct 18 17:52:31.246 INFO copying /tmp/.tmpSzk1LQ/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
93372024-10-18T17:52:33.348Z[ host-image] Oct 18 17:52:31.246 INFO O| Oct 18 17:52:31.246 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
93382024-10-18T17:52:33.348Z[ host-image] Oct 18 17:52:31.246 INFO O| Oct 18 17:52:31.246 INFO ok!
93392024-10-18T17:52:33.348Z[ host-image] Oct 18 17:52:31.246 INFO O| Oct 18 17:52:31.246 INFO STEP 78 (ensure_file) COMPLETE
93402024-10-18T17:52:33.348Z[ host-image] Oct 18 17:52:31.246 INFO O| Oct 18 17:52:31.246 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93412024-10-18T17:52:33.354Z[ host-image] Oct 18 17:52:31.255 INFO O| Oct 18 17:52:31.255 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
93422024-10-18T17:52:33.354Z[ host-image] Oct 18 17:52:31.255 INFO O| Oct 18 17:52:31.255 INFO copying /tmp/.tmpSzk1LQ/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
93432024-10-18T17:52:33.967Z[ host-image] Oct 18 17:52:31.868 INFO O| Oct 18 17:52:31.868 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
93442024-10-18T17:52:33.968Z[ host-image] Oct 18 17:52:31.868 INFO O| Oct 18 17:52:31.868 INFO ok!
93452024-10-18T17:52:33.968Z[ host-image] Oct 18 17:52:31.868 INFO O| Oct 18 17:52:31.868 INFO STEP 79 (ensure_file) COMPLETE
93462024-10-18T17:52:33.970Z[ host-image] Oct 18 17:52:31.868 INFO O| Oct 18 17:52:31.868 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93472024-10-18T17:52:33.977Z[ host-image] Oct 18 17:52:31.878 INFO O| Oct 18 17:52:31.878 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
93482024-10-18T17:52:33.980Z[ host-image] Oct 18 17:52:31.878 INFO O| Oct 18 17:52:31.878 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
93492024-10-18T17:52:33.980Z[ host-image] Oct 18 17:52:31.878 INFO O| Oct 18 17:52:31.878 INFO STEP 80 (ensure_dir) COMPLETE
93502024-10-18T17:52:33.980Z[ host-image] Oct 18 17:52:31.878 INFO O| Oct 18 17:52:31.878 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93512024-10-18T17:52:33.986Z[ host-image] Oct 18 17:52:31.887 INFO O| Oct 18 17:52:31.887 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
93522024-10-18T17:52:33.986Z[ host-image] Oct 18 17:52:31.887 INFO O| Oct 18 17:52:31.887 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
93532024-10-18T17:52:33.989Z[ host-image] Oct 18 17:52:31.887 INFO O| Oct 18 17:52:31.887 INFO STEP 81 (ensure_dir) COMPLETE
93542024-10-18T17:52:33.989Z[ host-image] Oct 18 17:52:31.887 INFO O| Oct 18 17:52:31.887 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93552024-10-18T17:52:33.996Z[ host-image] Oct 18 17:52:31.896 INFO O| Oct 18 17:52:31.896 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
93562024-10-18T17:52:33.998Z[ host-image] Oct 18 17:52:31.897 INFO O| Oct 18 17:52:31.897 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
93572024-10-18T17:52:33.998Z[ host-image] Oct 18 17:52:31.897 INFO O| Oct 18 17:52:31.897 INFO STEP 82 (ensure_dir) COMPLETE
93582024-10-18T17:52:33.998Z[ host-image] Oct 18 17:52:31.897 INFO O| Oct 18 17:52:31.897 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93592024-10-18T17:52:34.005Z[ host-image] Oct 18 17:52:31.906 INFO O| Oct 18 17:52:31.906 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
93602024-10-18T17:52:34.007Z[ host-image] Oct 18 17:52:31.906 INFO O| Oct 18 17:52:31.906 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
93612024-10-18T17:52:34.007Z[ host-image] Oct 18 17:52:31.906 INFO O| Oct 18 17:52:31.906 INFO STEP 83 (ensure_dir) COMPLETE
93622024-10-18T17:52:34.007Z[ host-image] Oct 18 17:52:31.906 INFO O| Oct 18 17:52:31.906 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93632024-10-18T17:52:34.014Z[ host-image] Oct 18 17:52:31.915 INFO O| Oct 18 17:52:31.915 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
93642024-10-18T17:52:34.016Z[ host-image] Oct 18 17:52:31.915 INFO O| Oct 18 17:52:31.915 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
93652024-10-18T17:52:34.016Z[ host-image] Oct 18 17:52:31.915 INFO O| Oct 18 17:52:31.915 INFO STEP 84 (ensure_dir) COMPLETE
93662024-10-18T17:52:34.016Z[ host-image] Oct 18 17:52:31.915 INFO O| Oct 18 17:52:31.915 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93672024-10-18T17:52:34.023Z[ host-image] Oct 18 17:52:31.924 INFO O| Oct 18 17:52:31.924 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
93682024-10-18T17:52:34.023Z[ host-image] Oct 18 17:52:31.924 INFO O| Oct 18 17:52:31.924 INFO copying /tmp/.tmpSzk1LQ/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 ...
93692024-10-18T17:52:34.026Z[ host-image] Oct 18 17:52:31.924 INFO O| Oct 18 17:52:31.924 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
93702024-10-18T17:52:34.026Z[ host-image] Oct 18 17:52:31.924 INFO O| Oct 18 17:52:31.924 INFO ok!
93712024-10-18T17:52:34.026Z[ host-image] Oct 18 17:52:31.924 INFO O| Oct 18 17:52:31.924 INFO STEP 85 (ensure_file) COMPLETE
93722024-10-18T17:52:34.026Z[ host-image] Oct 18 17:52:31.924 INFO O| Oct 18 17:52:31.924 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93732024-10-18T17:52:34.032Z[ host-image] Oct 18 17:52:31.933 INFO O| Oct 18 17:52:31.933 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
93742024-10-18T17:52:34.032Z[ host-image] Oct 18 17:52:31.933 INFO O| Oct 18 17:52:31.933 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
93752024-10-18T17:52:34.032Z[ host-image] Oct 18 17:52:31.933 INFO O| Oct 18 17:52:31.933 INFO STEP 86 (ensure_dir) COMPLETE
93762024-10-18T17:52:34.035Z[ host-image] Oct 18 17:52:31.933 INFO O| Oct 18 17:52:31.933 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93772024-10-18T17:52:34.041Z[ host-image] Oct 18 17:52:31.942 INFO O| Oct 18 17:52:31.942 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
93782024-10-18T17:52:34.041Z[ host-image] Oct 18 17:52:31.942 INFO O| Oct 18 17:52:31.942 INFO copying /tmp/.tmpSzk1LQ/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
93792024-10-18T17:52:34.044Z[ host-image] Oct 18 17:52:31.942 INFO O| Oct 18 17:52:31.942 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
93802024-10-18T17:52:34.044Z[ host-image] Oct 18 17:52:31.942 INFO O| Oct 18 17:52:31.942 INFO ok!
93812024-10-18T17:52:34.044Z[ host-image] Oct 18 17:52:31.942 INFO O| Oct 18 17:52:31.942 INFO STEP 87 (ensure_file) COMPLETE
93822024-10-18T17:52:34.044Z[ host-image] Oct 18 17:52:31.943 INFO O| Oct 18 17:52:31.942 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93832024-10-18T17:52:34.051Z[ host-image] Oct 18 17:52:31.952 INFO O| Oct 18 17:52:31.952 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
93842024-10-18T17:52:34.051Z[ host-image] Oct 18 17:52:31.952 INFO O| Oct 18 17:52:31.952 INFO copying /tmp/.tmpSzk1LQ/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
93852024-10-18T17:52:34.062Z[ host-image] Oct 18 17:52:31.963 INFO O| Oct 18 17:52:31.963 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
93862024-10-18T17:52:34.065Z[ host-image] Oct 18 17:52:31.963 INFO O| Oct 18 17:52:31.963 INFO ok!
93872024-10-18T17:52:34.065Z[ host-image] Oct 18 17:52:31.963 INFO O| Oct 18 17:52:31.963 INFO STEP 88 (ensure_file) COMPLETE
93882024-10-18T17:52:34.065Z[ host-image] Oct 18 17:52:31.963 INFO O| Oct 18 17:52:31.963 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93892024-10-18T17:52:34.072Z[ host-image] Oct 18 17:52:31.973 INFO O| Oct 18 17:52:31.973 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
93902024-10-18T17:52:34.072Z[ host-image] Oct 18 17:52:31.973 INFO O| Oct 18 17:52:31.973 INFO copying /tmp/.tmpSzk1LQ/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
93912024-10-18T17:52:34.424Z[ host-image] Oct 18 17:52:32.324 INFO O| Oct 18 17:52:32.324 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
93922024-10-18T17:52:34.424Z[ host-image] Oct 18 17:52:32.324 INFO O| Oct 18 17:52:32.324 INFO ok!
93932024-10-18T17:52:34.426Z[ host-image] Oct 18 17:52:32.324 INFO O| Oct 18 17:52:32.324 INFO STEP 89 (ensure_file) COMPLETE
93942024-10-18T17:52:34.427Z[ host-image] Oct 18 17:52:32.324 INFO O| Oct 18 17:52:32.324 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93952024-10-18T17:52:34.434Z[ host-image] Oct 18 17:52:32.335 INFO O| Oct 18 17:52:32.335 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
93962024-10-18T17:52:34.434Z[ host-image] Oct 18 17:52:32.335 INFO O| Oct 18 17:52:32.335 INFO copying /tmp/.tmpSzk1LQ/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
93972024-10-18T17:52:34.437Z[ host-image] Oct 18 17:52:32.335 INFO O| Oct 18 17:52:32.335 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
93982024-10-18T17:52:34.437Z[ host-image] Oct 18 17:52:32.335 INFO O| Oct 18 17:52:32.335 INFO ok!
93992024-10-18T17:52:34.437Z[ host-image] Oct 18 17:52:32.335 INFO O| Oct 18 17:52:32.335 INFO STEP 90 (ensure_file) COMPLETE
94002024-10-18T17:52:34.437Z[ host-image] Oct 18 17:52:32.335 INFO O| Oct 18 17:52:32.335 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94012024-10-18T17:52:34.443Z[ host-image] Oct 18 17:52:32.344 INFO O| Oct 18 17:52:32.344 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
94022024-10-18T17:52:34.446Z[ host-image] Oct 18 17:52:32.344 INFO O| Oct 18 17:52:32.344 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
94032024-10-18T17:52:34.446Z[ host-image] Oct 18 17:52:32.344 INFO O| Oct 18 17:52:32.344 INFO STEP 91 (ensure_dir) COMPLETE
94042024-10-18T17:52:34.446Z[ host-image] Oct 18 17:52:32.344 INFO O| Oct 18 17:52:32.344 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94052024-10-18T17:52:34.453Z[ host-image] Oct 18 17:52:32.353 INFO O| Oct 18 17:52:32.353 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
94062024-10-18T17:52:34.453Z[ host-image] Oct 18 17:52:32.353 INFO O| Oct 18 17:52:32.353 INFO copying /tmp/.tmpSzk1LQ/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 ...
94072024-10-18T17:52:34.455Z[ host-image] Oct 18 17:52:32.354 INFO O| Oct 18 17:52:32.353 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
94082024-10-18T17:52:34.455Z[ host-image] Oct 18 17:52:32.354 INFO O| Oct 18 17:52:32.353 INFO ok!
94092024-10-18T17:52:34.455Z[ host-image] Oct 18 17:52:32.354 INFO O| Oct 18 17:52:32.354 INFO STEP 92 (ensure_file) COMPLETE
94102024-10-18T17:52:34.455Z[ host-image] Oct 18 17:52:32.354 INFO O| Oct 18 17:52:32.354 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94112024-10-18T17:52:34.462Z[ host-image] Oct 18 17:52:32.363 INFO O| Oct 18 17:52:32.363 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
94122024-10-18T17:52:34.462Z[ host-image] Oct 18 17:52:32.363 INFO O| Oct 18 17:52:32.363 INFO copying /tmp/.tmpSzk1LQ/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 ...
94132024-10-18T17:52:34.465Z[ host-image] Oct 18 17:52:32.363 INFO O| Oct 18 17:52:32.363 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
94142024-10-18T17:52:34.465Z[ host-image] Oct 18 17:52:32.363 INFO O| Oct 18 17:52:32.363 INFO ok!
94152024-10-18T17:52:34.465Z[ host-image] Oct 18 17:52:32.363 INFO O| Oct 18 17:52:32.363 INFO STEP 93 (ensure_file) COMPLETE
94162024-10-18T17:52:34.465Z[ host-image] Oct 18 17:52:32.363 INFO O| Oct 18 17:52:32.363 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94172024-10-18T17:52:34.472Z[ host-image] Oct 18 17:52:32.373 INFO O| Oct 18 17:52:32.373 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
94182024-10-18T17:52:34.472Z[ host-image] Oct 18 17:52:32.373 INFO O| Oct 18 17:52:32.373 INFO copying /tmp/.tmpSzk1LQ/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 ...
94192024-10-18T17:52:34.475Z[ host-image] Oct 18 17:52:32.373 INFO O| Oct 18 17:52:32.373 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
94202024-10-18T17:52:34.475Z[ host-image] Oct 18 17:52:32.373 INFO O| Oct 18 17:52:32.373 INFO ok!
94212024-10-18T17:52:34.475Z[ host-image] Oct 18 17:52:32.373 INFO O| Oct 18 17:52:32.373 INFO STEP 94 (ensure_file) COMPLETE
94222024-10-18T17:52:34.475Z[ host-image] Oct 18 17:52:32.373 INFO O| Oct 18 17:52:32.373 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94232024-10-18T17:52:34.481Z[ host-image] Oct 18 17:52:32.382 INFO O| Oct 18 17:52:32.382 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
94242024-10-18T17:52:34.481Z[ host-image] Oct 18 17:52:32.382 INFO O| Oct 18 17:52:32.382 INFO copying /tmp/.tmpSzk1LQ/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 ...
94252024-10-18T17:52:34.485Z[ host-image] Oct 18 17:52:32.382 INFO O| Oct 18 17:52:32.382 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
94262024-10-18T17:52:34.485Z[ host-image] Oct 18 17:52:32.382 INFO O| Oct 18 17:52:32.382 INFO ok!
94272024-10-18T17:52:34.485Z[ host-image] Oct 18 17:52:32.382 INFO O| Oct 18 17:52:32.382 INFO STEP 95 (ensure_file) COMPLETE
94282024-10-18T17:52:34.485Z[ host-image] Oct 18 17:52:32.382 INFO O| Oct 18 17:52:32.382 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94292024-10-18T17:52:34.491Z[ host-image] Oct 18 17:52:32.392 INFO O| Oct 18 17:52:32.392 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
94302024-10-18T17:52:34.491Z[ host-image] Oct 18 17:52:32.392 INFO O| Oct 18 17:52:32.392 INFO copying /tmp/.tmpSzk1LQ/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 ...
94312024-10-18T17:52:34.493Z[ host-image] Oct 18 17:52:32.392 INFO O| Oct 18 17:52:32.392 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
94322024-10-18T17:52:34.493Z[ host-image] Oct 18 17:52:32.392 INFO O| Oct 18 17:52:32.392 INFO ok!
94332024-10-18T17:52:34.493Z[ host-image] Oct 18 17:52:32.392 INFO O| Oct 18 17:52:32.392 INFO STEP 96 (ensure_file) COMPLETE
94342024-10-18T17:52:34.493Z[ host-image] Oct 18 17:52:32.392 INFO O| Oct 18 17:52:32.392 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94352024-10-18T17:52:34.500Z[ host-image] Oct 18 17:52:32.401 INFO O| Oct 18 17:52:32.401 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
94362024-10-18T17:52:34.500Z[ host-image] Oct 18 17:52:32.401 INFO O| Oct 18 17:52:32.401 INFO copying /tmp/.tmpSzk1LQ/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
94372024-10-18T17:52:34.503Z[ host-image] Oct 18 17:52:32.401 INFO O| Oct 18 17:52:32.401 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
94382024-10-18T17:52:34.503Z[ host-image] Oct 18 17:52:32.401 INFO O| Oct 18 17:52:32.401 INFO ok!
94392024-10-18T17:52:34.503Z[ host-image] Oct 18 17:52:32.401 INFO O| Oct 18 17:52:32.401 INFO STEP 97 (ensure_file) COMPLETE
94402024-10-18T17:52:34.503Z[ host-image] Oct 18 17:52:32.401 INFO O| Oct 18 17:52:32.401 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94412024-10-18T17:52:34.510Z[ host-image] Oct 18 17:52:32.411 INFO O| Oct 18 17:52:32.411 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
94422024-10-18T17:52:34.512Z[ host-image] Oct 18 17:52:32.411 INFO O| Oct 18 17:52:32.411 INFO copying /tmp/.tmpSzk1LQ/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 ...
94432024-10-18T17:52:34.512Z[ host-image] Oct 18 17:52:32.411 INFO O| Oct 18 17:52:32.411 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
94442024-10-18T17:52:34.512Z[ host-image] Oct 18 17:52:32.411 INFO O| Oct 18 17:52:32.411 INFO ok!
94452024-10-18T17:52:34.512Z[ host-image] Oct 18 17:52:32.411 INFO O| Oct 18 17:52:32.411 INFO STEP 98 (ensure_file) COMPLETE
94462024-10-18T17:52:34.513Z[ host-image] Oct 18 17:52:32.411 INFO O| Oct 18 17:52:32.411 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94472024-10-18T17:52:34.519Z[ host-image] Oct 18 17:52:32.420 INFO O| Oct 18 17:52:32.420 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
94482024-10-18T17:52:34.519Z[ host-image] Oct 18 17:52:32.420 INFO O| Oct 18 17:52:32.420 INFO copying /tmp/.tmpSzk1LQ/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 ...
94492024-10-18T17:52:34.522Z[ host-image] Oct 18 17:52:32.420 INFO O| Oct 18 17:52:32.420 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
94502024-10-18T17:52:34.522Z[ host-image] Oct 18 17:52:32.420 INFO O| Oct 18 17:52:32.420 INFO ok!
94512024-10-18T17:52:34.522Z[ host-image] Oct 18 17:52:32.420 INFO O| Oct 18 17:52:32.420 INFO STEP 99 (ensure_file) COMPLETE
94522024-10-18T17:52:34.522Z[ host-image] Oct 18 17:52:32.420 INFO O| Oct 18 17:52:32.420 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94532024-10-18T17:52:34.528Z[ host-image] Oct 18 17:52:32.429 INFO O| Oct 18 17:52:32.429 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
94542024-10-18T17:52:34.531Z[ host-image] Oct 18 17:52:32.429 INFO O| Oct 18 17:52:32.429 INFO copying /tmp/.tmpSzk1LQ/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 ...
94552024-10-18T17:52:34.531Z[ host-image] Oct 18 17:52:32.429 INFO O| Oct 18 17:52:32.429 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
94562024-10-18T17:52:34.531Z[ host-image] Oct 18 17:52:32.429 INFO O| Oct 18 17:52:32.429 INFO ok!
94572024-10-18T17:52:34.531Z[ host-image] Oct 18 17:52:32.429 INFO O| Oct 18 17:52:32.429 INFO STEP 100 (ensure_file) COMPLETE
94582024-10-18T17:52:34.531Z[ host-image] Oct 18 17:52:32.429 INFO O| Oct 18 17:52:32.429 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94592024-10-18T17:52:34.538Z[ host-image] Oct 18 17:52:32.438 INFO O| Oct 18 17:52:32.438 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
94602024-10-18T17:52:34.540Z[ host-image] Oct 18 17:52:32.438 INFO O| Oct 18 17:52:32.438 INFO copying /tmp/.tmpSzk1LQ/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
94612024-10-18T17:52:34.540Z[ host-image] Oct 18 17:52:32.439 INFO O| Oct 18 17:52:32.438 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
94622024-10-18T17:52:34.540Z[ host-image] Oct 18 17:52:32.439 INFO O| Oct 18 17:52:32.439 INFO ok!
94632024-10-18T17:52:34.540Z[ host-image] Oct 18 17:52:32.439 INFO O| Oct 18 17:52:32.439 INFO STEP 101 (ensure_file) COMPLETE
94642024-10-18T17:52:34.540Z[ host-image] Oct 18 17:52:32.439 INFO O| Oct 18 17:52:32.439 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94652024-10-18T17:52:34.547Z[ host-image] Oct 18 17:52:32.448 INFO O| Oct 18 17:52:32.448 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
94662024-10-18T17:52:34.547Z[ host-image] Oct 18 17:52:32.448 INFO O| Oct 18 17:52:32.448 INFO copying /tmp/.tmpSzk1LQ/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 ...
94672024-10-18T17:52:34.550Z[ host-image] Oct 18 17:52:32.448 INFO O| Oct 18 17:52:32.448 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
94682024-10-18T17:52:34.550Z[ host-image] Oct 18 17:52:32.448 INFO O| Oct 18 17:52:32.448 INFO ok!
94692024-10-18T17:52:34.550Z[ host-image] Oct 18 17:52:32.448 INFO O| Oct 18 17:52:32.448 INFO STEP 102 (ensure_file) COMPLETE
94702024-10-18T17:52:34.550Z[ host-image] Oct 18 17:52:32.448 INFO O| Oct 18 17:52:32.448 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94712024-10-18T17:52:34.557Z[ host-image] Oct 18 17:52:32.458 INFO O| Oct 18 17:52:32.458 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
94722024-10-18T17:52:34.557Z[ host-image] Oct 18 17:52:32.458 INFO O| Oct 18 17:52:32.458 INFO copying /tmp/.tmpSzk1LQ/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 ...
94732024-10-18T17:52:34.559Z[ host-image] Oct 18 17:52:32.458 INFO O| Oct 18 17:52:32.458 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
94742024-10-18T17:52:34.559Z[ host-image] Oct 18 17:52:32.458 INFO O| Oct 18 17:52:32.458 INFO ok!
94752024-10-18T17:52:34.560Z[ host-image] Oct 18 17:52:32.458 INFO O| Oct 18 17:52:32.458 INFO STEP 103 (ensure_file) COMPLETE
94762024-10-18T17:52:34.560Z[ host-image] Oct 18 17:52:32.458 INFO O| Oct 18 17:52:32.458 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94772024-10-18T17:52:34.567Z[ host-image] Oct 18 17:52:32.468 INFO O| Oct 18 17:52:32.468 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
94782024-10-18T17:52:34.569Z[ host-image] Oct 18 17:52:32.468 INFO O| Oct 18 17:52:32.468 INFO copying /tmp/.tmpSzk1LQ/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 ...
94792024-10-18T17:52:34.569Z[ host-image] Oct 18 17:52:32.468 INFO O| Oct 18 17:52:32.468 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
94802024-10-18T17:52:34.569Z[ host-image] Oct 18 17:52:32.468 INFO O| Oct 18 17:52:32.468 INFO ok!
94812024-10-18T17:52:34.569Z[ host-image] Oct 18 17:52:32.468 INFO O| Oct 18 17:52:32.468 INFO STEP 104 (ensure_file) COMPLETE
94822024-10-18T17:52:34.569Z[ host-image] Oct 18 17:52:32.468 INFO O| Oct 18 17:52:32.468 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94832024-10-18T17:52:34.577Z[ host-image] Oct 18 17:52:32.477 INFO O| Oct 18 17:52:32.477 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
94842024-10-18T17:52:34.577Z[ host-image] Oct 18 17:52:32.477 INFO O| Oct 18 17:52:32.477 INFO copying /tmp/.tmpSzk1LQ/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 ...
94852024-10-18T17:52:34.580Z[ host-image] Oct 18 17:52:32.478 INFO O| Oct 18 17:52:32.477 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
94862024-10-18T17:52:34.580Z[ host-image] Oct 18 17:52:32.478 INFO O| Oct 18 17:52:32.478 INFO ok!
94872024-10-18T17:52:34.580Z[ host-image] Oct 18 17:52:32.478 INFO O| Oct 18 17:52:32.478 INFO STEP 105 (ensure_file) COMPLETE
94882024-10-18T17:52:34.580Z[ host-image] Oct 18 17:52:32.478 INFO O| Oct 18 17:52:32.478 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94892024-10-18T17:52:34.586Z[ host-image] Oct 18 17:52:32.487 INFO O| Oct 18 17:52:32.487 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
94902024-10-18T17:52:34.589Z[ host-image] Oct 18 17:52:32.487 INFO O| Oct 18 17:52:32.487 INFO copying /tmp/.tmpSzk1LQ/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 ...
94912024-10-18T17:52:34.589Z[ host-image] Oct 18 17:52:32.487 INFO O| Oct 18 17:52:32.487 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
94922024-10-18T17:52:34.589Z[ host-image] Oct 18 17:52:32.487 INFO O| Oct 18 17:52:32.487 INFO ok!
94932024-10-18T17:52:34.589Z[ host-image] Oct 18 17:52:32.487 INFO O| Oct 18 17:52:32.487 INFO STEP 106 (ensure_file) COMPLETE
94942024-10-18T17:52:34.589Z[ host-image] Oct 18 17:52:32.487 INFO O| Oct 18 17:52:32.487 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94952024-10-18T17:52:34.596Z[ host-image] Oct 18 17:52:32.497 INFO O| Oct 18 17:52:32.497 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
94962024-10-18T17:52:34.596Z[ host-image] Oct 18 17:52:32.497 INFO O| Oct 18 17:52:32.497 INFO copying /tmp/.tmpSzk1LQ/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 ...
94972024-10-18T17:52:34.598Z[ host-image] Oct 18 17:52:32.497 INFO O| Oct 18 17:52:32.497 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
94982024-10-18T17:52:34.598Z[ host-image] Oct 18 17:52:32.497 INFO O| Oct 18 17:52:32.497 INFO ok!
94992024-10-18T17:52:34.598Z[ host-image] Oct 18 17:52:32.497 INFO O| Oct 18 17:52:32.497 INFO STEP 107 (ensure_file) COMPLETE
95002024-10-18T17:52:34.598Z[ host-image] Oct 18 17:52:32.497 INFO O| Oct 18 17:52:32.497 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95012024-10-18T17:52:34.605Z[ host-image] Oct 18 17:52:32.506 INFO O| Oct 18 17:52:32.506 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
95022024-10-18T17:52:34.605Z[ host-image] Oct 18 17:52:32.506 INFO O| Oct 18 17:52:32.506 INFO copying /tmp/.tmpSzk1LQ/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 ...
95032024-10-18T17:52:34.608Z[ host-image] Oct 18 17:52:32.506 INFO O| Oct 18 17:52:32.506 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
95042024-10-18T17:52:34.608Z[ host-image] Oct 18 17:52:32.506 INFO O| Oct 18 17:52:32.506 INFO ok!
95052024-10-18T17:52:34.608Z[ host-image] Oct 18 17:52:32.506 INFO O| Oct 18 17:52:32.506 INFO STEP 108 (ensure_file) COMPLETE
95062024-10-18T17:52:34.608Z[ host-image] Oct 18 17:52:32.506 INFO O| Oct 18 17:52:32.506 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95072024-10-18T17:52:34.615Z[ host-image] Oct 18 17:52:32.516 INFO O| Oct 18 17:52:32.516 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
95082024-10-18T17:52:34.615Z[ host-image] Oct 18 17:52:32.516 INFO O| Oct 18 17:52:32.516 INFO copying /tmp/.tmpSzk1LQ/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 ...
95092024-10-18T17:52:34.618Z[ host-image] Oct 18 17:52:32.516 INFO O| Oct 18 17:52:32.516 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
95102024-10-18T17:52:34.618Z[ host-image] Oct 18 17:52:32.516 INFO O| Oct 18 17:52:32.516 INFO ok!
95112024-10-18T17:52:34.618Z[ host-image] Oct 18 17:52:32.516 INFO O| Oct 18 17:52:32.516 INFO STEP 109 (ensure_file) COMPLETE
95122024-10-18T17:52:34.618Z[ host-image] Oct 18 17:52:32.516 INFO O| Oct 18 17:52:32.516 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95132024-10-18T17:52:34.625Z[ host-image] Oct 18 17:52:32.525 INFO O| Oct 18 17:52:32.525 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
95142024-10-18T17:52:34.627Z[ host-image] Oct 18 17:52:32.525 INFO O| Oct 18 17:52:32.525 INFO copying /tmp/.tmpSzk1LQ/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 ...
95152024-10-18T17:52:34.627Z[ host-image] Oct 18 17:52:32.525 INFO O| Oct 18 17:52:32.525 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
95162024-10-18T17:52:34.627Z[ host-image] Oct 18 17:52:32.525 INFO O| Oct 18 17:52:32.525 INFO ok!
95172024-10-18T17:52:34.627Z[ host-image] Oct 18 17:52:32.526 INFO O| Oct 18 17:52:32.525 INFO STEP 110 (ensure_file) COMPLETE
95182024-10-18T17:52:34.627Z[ host-image] Oct 18 17:52:32.526 INFO O| Oct 18 17:52:32.525 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95192024-10-18T17:52:34.635Z[ host-image] Oct 18 17:52:32.535 INFO O| Oct 18 17:52:32.535 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
95202024-10-18T17:52:34.635Z[ host-image] Oct 18 17:52:32.535 INFO O| Oct 18 17:52:32.535 INFO copying /tmp/.tmpSzk1LQ/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 ...
95212024-10-18T17:52:34.637Z[ host-image] Oct 18 17:52:32.535 INFO O| Oct 18 17:52:32.535 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
95222024-10-18T17:52:34.637Z[ host-image] Oct 18 17:52:32.535 INFO O| Oct 18 17:52:32.535 INFO ok!
95232024-10-18T17:52:34.637Z[ host-image] Oct 18 17:52:32.535 INFO O| Oct 18 17:52:32.535 INFO STEP 111 (ensure_file) COMPLETE
95242024-10-18T17:52:34.637Z[ host-image] Oct 18 17:52:32.535 INFO O| Oct 18 17:52:32.535 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95252024-10-18T17:52:34.645Z[ host-image] Oct 18 17:52:32.545 INFO O| Oct 18 17:52:32.545 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
95262024-10-18T17:52:34.648Z[ host-image] Oct 18 17:52:32.545 INFO O| Oct 18 17:52:32.545 INFO copying /tmp/.tmpSzk1LQ/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 ...
95272024-10-18T17:52:34.648Z[ host-image] Oct 18 17:52:32.545 INFO O| Oct 18 17:52:32.545 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
95282024-10-18T17:52:34.648Z[ host-image] Oct 18 17:52:32.545 INFO O| Oct 18 17:52:32.545 INFO ok!
95292024-10-18T17:52:34.648Z[ host-image] Oct 18 17:52:32.545 INFO O| Oct 18 17:52:32.545 INFO STEP 112 (ensure_file) COMPLETE
95302024-10-18T17:52:34.648Z[ host-image] Oct 18 17:52:32.545 INFO O| Oct 18 17:52:32.545 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95312024-10-18T17:52:34.654Z[ host-image] Oct 18 17:52:32.554 INFO O| Oct 18 17:52:32.554 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
95322024-10-18T17:52:34.654Z[ host-image] Oct 18 17:52:32.554 INFO O| Oct 18 17:52:32.554 INFO copying /tmp/.tmpSzk1LQ/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 ...
95332024-10-18T17:52:34.656Z[ host-image] Oct 18 17:52:32.554 INFO O| Oct 18 17:52:32.554 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
95342024-10-18T17:52:34.656Z[ host-image] Oct 18 17:52:32.554 INFO O| Oct 18 17:52:32.554 INFO ok!
95352024-10-18T17:52:34.656Z[ host-image] Oct 18 17:52:32.555 INFO O| Oct 18 17:52:32.554 INFO STEP 113 (ensure_file) COMPLETE
95362024-10-18T17:52:34.656Z[ host-image] Oct 18 17:52:32.555 INFO O| Oct 18 17:52:32.554 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95372024-10-18T17:52:34.664Z[ host-image] Oct 18 17:52:32.564 INFO O| Oct 18 17:52:32.564 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
95382024-10-18T17:52:34.667Z[ host-image] Oct 18 17:52:32.564 INFO O| Oct 18 17:52:32.564 INFO copying /tmp/.tmpSzk1LQ/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 ...
95392024-10-18T17:52:34.667Z[ host-image] Oct 18 17:52:32.564 INFO O| Oct 18 17:52:32.564 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
95402024-10-18T17:52:34.667Z[ host-image] Oct 18 17:52:32.564 INFO O| Oct 18 17:52:32.564 INFO ok!
95412024-10-18T17:52:34.667Z[ host-image] Oct 18 17:52:32.564 INFO O| Oct 18 17:52:32.564 INFO STEP 114 (ensure_file) COMPLETE
95422024-10-18T17:52:34.667Z[ host-image] Oct 18 17:52:32.564 INFO O| Oct 18 17:52:32.564 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95432024-10-18T17:52:34.673Z[ host-image] Oct 18 17:52:32.573 INFO O| Oct 18 17:52:32.573 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
95442024-10-18T17:52:34.675Z[ host-image] Oct 18 17:52:32.573 INFO O| Oct 18 17:52:32.573 INFO copying /tmp/.tmpSzk1LQ/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 ...
95452024-10-18T17:52:34.675Z[ host-image] Oct 18 17:52:32.573 INFO O| Oct 18 17:52:32.573 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
95462024-10-18T17:52:34.675Z[ host-image] Oct 18 17:52:32.573 INFO O| Oct 18 17:52:32.573 INFO ok!
95472024-10-18T17:52:34.675Z[ host-image] Oct 18 17:52:32.573 INFO O| Oct 18 17:52:32.573 INFO STEP 115 (ensure_file) COMPLETE
95482024-10-18T17:52:34.675Z[ host-image] Oct 18 17:52:32.573 INFO O| Oct 18 17:52:32.573 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95492024-10-18T17:52:34.682Z[ host-image] Oct 18 17:52:32.583 INFO O| Oct 18 17:52:32.583 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
95502024-10-18T17:52:34.682Z[ host-image] Oct 18 17:52:32.583 INFO O| Oct 18 17:52:32.583 INFO copying /tmp/.tmpSzk1LQ/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
95512024-10-18T17:52:34.685Z[ host-image] Oct 18 17:52:32.583 INFO O| Oct 18 17:52:32.583 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
95522024-10-18T17:52:34.685Z[ host-image] Oct 18 17:52:32.583 INFO O| Oct 18 17:52:32.583 INFO ok!
95532024-10-18T17:52:34.685Z[ host-image] Oct 18 17:52:32.583 INFO O| Oct 18 17:52:32.583 INFO STEP 116 (ensure_file) COMPLETE
95542024-10-18T17:52:34.685Z[ host-image] Oct 18 17:52:32.583 INFO O| Oct 18 17:52:32.583 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95552024-10-18T17:52:34.693Z[ host-image] Oct 18 17:52:32.592 INFO O| Oct 18 17:52:32.592 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
95562024-10-18T17:52:34.693Z[ host-image] Oct 18 17:52:32.592 INFO O| Oct 18 17:52:32.592 INFO copying /tmp/.tmpSzk1LQ/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 ...
95572024-10-18T17:52:34.696Z[ host-image] Oct 18 17:52:32.592 INFO O| Oct 18 17:52:32.592 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
95582024-10-18T17:52:34.696Z[ host-image] Oct 18 17:52:32.592 INFO O| Oct 18 17:52:32.592 INFO ok!
95592024-10-18T17:52:34.696Z[ host-image] Oct 18 17:52:32.592 INFO O| Oct 18 17:52:32.592 INFO STEP 117 (ensure_file) COMPLETE
95602024-10-18T17:52:34.696Z[ host-image] Oct 18 17:52:32.592 INFO O| Oct 18 17:52:32.592 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95612024-10-18T17:52:34.701Z[ host-image] Oct 18 17:52:32.602 INFO O| Oct 18 17:52:32.602 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
95622024-10-18T17:52:34.701Z[ host-image] Oct 18 17:52:32.602 INFO O| Oct 18 17:52:32.602 INFO copying /tmp/.tmpSzk1LQ/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
95632024-10-18T17:52:34.703Z[ host-image] Oct 18 17:52:32.602 INFO O| Oct 18 17:52:32.602 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
95642024-10-18T17:52:34.704Z[ host-image] Oct 18 17:52:32.602 INFO O| Oct 18 17:52:32.602 INFO ok!
95652024-10-18T17:52:34.704Z[ host-image] Oct 18 17:52:32.602 INFO O| Oct 18 17:52:32.602 INFO STEP 118 (ensure_file) COMPLETE
95662024-10-18T17:52:34.704Z[ host-image] Oct 18 17:52:32.602 INFO O| Oct 18 17:52:32.602 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95672024-10-18T17:52:34.710Z[ host-image] Oct 18 17:52:32.611 INFO O| Oct 18 17:52:32.611 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
95682024-10-18T17:52:34.710Z[ host-image] Oct 18 17:52:32.611 INFO O| Oct 18 17:52:32.611 INFO copying /tmp/.tmpSzk1LQ/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
95692024-10-18T17:52:38.195Z[ host-image] Oct 18 17:52:36.093 INFO O| Oct 18 17:52:36.093 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
95702024-10-18T17:52:38.195Z[ host-image] Oct 18 17:52:36.093 INFO O| Oct 18 17:52:36.093 INFO ok!
95712024-10-18T17:52:38.373Z[ host-image] Oct 18 17:52:36.093 INFO O| Oct 18 17:52:36.093 INFO STEP 119 (ensure_file) COMPLETE
95722024-10-18T17:52:38.373Z[ host-image] Oct 18 17:52:36.093 INFO O| Oct 18 17:52:36.093 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95732024-10-18T17:52:38.376Z[ host-image] Oct 18 17:52:36.104 INFO O| Oct 18 17:52:36.104 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
95742024-10-18T17:52:38.377Z[ host-image] Oct 18 17:52:36.104 INFO O| Oct 18 17:52:36.104 INFO STEP 120 (ensure_dir) COMPLETE
95752024-10-18T17:52:38.377Z[ host-image] Oct 18 17:52:36.104 INFO O| Oct 18 17:52:36.104 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95762024-10-18T17:52:38.377Z[ host-image] Oct 18 17:52:36.113 INFO O| Oct 18 17:52:36.113 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
95772024-10-18T17:52:38.377Z[ host-image] Oct 18 17:52:36.113 INFO O| Oct 18 17:52:36.113 INFO STEP 121 (ensure_dir) COMPLETE
95782024-10-18T17:52:38.377Z[ host-image] Oct 18 17:52:36.113 INFO O| Oct 18 17:52:36.113 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95792024-10-18T17:52:38.377Z[ host-image] Oct 18 17:52:36.122 INFO O| Oct 18 17:52:36.122 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
95802024-10-18T17:52:38.377Z[ host-image] Oct 18 17:52:36.122 INFO O| Oct 18 17:52:36.122 INFO STEP 122 (ensure_dir) COMPLETE
95812024-10-18T17:52:38.377Z[ host-image] Oct 18 17:52:36.122 INFO O| Oct 18 17:52:36.122 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95822024-10-18T17:52:38.377Z[ host-image] Oct 18 17:52:36.132 INFO O| Oct 18 17:52:36.131 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
95832024-10-18T17:52:38.377Z[ host-image] Oct 18 17:52:36.132 INFO O| Oct 18 17:52:36.131 INFO STEP 123 (ensure_dir) COMPLETE
95842024-10-18T17:52:38.377Z[ host-image] Oct 18 17:52:36.132 INFO O| Oct 18 17:52:36.132 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95852024-10-18T17:52:38.377Z[ host-image] Oct 18 17:52:36.141 INFO O| Oct 18 17:52:36.141 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
95862024-10-18T17:52:38.377Z[ host-image] Oct 18 17:52:36.141 INFO O| Oct 18 17:52:36.141 INFO copying /tmp/.tmpSzk1LQ/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 ...
95872024-10-18T17:52:38.377Z[ host-image] Oct 18 17:52:36.141 INFO O| Oct 18 17:52:36.141 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
95882024-10-18T17:52:38.377Z[ host-image] Oct 18 17:52:36.141 INFO O| Oct 18 17:52:36.141 INFO ok!
95892024-10-18T17:52:38.377Z[ host-image] Oct 18 17:52:36.141 INFO O| Oct 18 17:52:36.141 INFO STEP 124 (ensure_file) COMPLETE
95902024-10-18T17:52:38.377Z[ host-image] Oct 18 17:52:36.141 INFO O| Oct 18 17:52:36.141 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95912024-10-18T17:52:38.377Z[ host-image] Oct 18 17:52:36.150 INFO O| Oct 18 17:52:36.150 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
95922024-10-18T17:52:38.377Z[ host-image] Oct 18 17:52:36.150 INFO O| Oct 18 17:52:36.150 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
95932024-10-18T17:52:38.377Z[ host-image] Oct 18 17:52:36.150 INFO O| Oct 18 17:52:36.150 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
95942024-10-18T17:52:38.377Z[ host-image] Oct 18 17:52:36.150 INFO O| Oct 18 17:52:36.150 INFO STEP 125 (ensure_dir) COMPLETE
95952024-10-18T17:52:38.377Z[ host-image] Oct 18 17:52:36.150 INFO O| Oct 18 17:52:36.150 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95962024-10-18T17:52:38.377Z[ host-image] Oct 18 17:52:36.159 INFO O| Oct 18 17:52:36.159 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
95972024-10-18T17:52:38.377Z[ host-image] Oct 18 17:52:36.159 INFO O| Oct 18 17:52:36.159 INFO copying /tmp/.tmpSzk1LQ/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
95982024-10-18T17:52:38.377Z[ host-image] Oct 18 17:52:36.159 INFO O| Oct 18 17:52:36.159 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
95992024-10-18T17:52:38.377Z[ host-image] Oct 18 17:52:36.159 INFO O| Oct 18 17:52:36.159 INFO ok!
96002024-10-18T17:52:38.377Z[ host-image] Oct 18 17:52:36.159 INFO O| Oct 18 17:52:36.159 INFO STEP 126 (ensure_file) COMPLETE
96012024-10-18T17:52:38.377Z[ host-image] Oct 18 17:52:36.159 INFO O| Oct 18 17:52:36.159 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96022024-10-18T17:52:38.377Z[ host-image] Oct 18 17:52:36.168 INFO O| Oct 18 17:52:36.168 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
96032024-10-18T17:52:38.377Z[ host-image] Oct 18 17:52:36.169 INFO O| Oct 18 17:52:36.169 INFO STEP 127 (remove_files) COMPLETE
96042024-10-18T17:52:38.377Z[ host-image] Oct 18 17:52:36.169 INFO O| Oct 18 17:52:36.169 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96052024-10-18T17:52:38.377Z[ host-image] Oct 18 17:52:36.178 INFO O| Oct 18 17:52:36.178 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
96062024-10-18T17:52:38.377Z[ host-image] Oct 18 17:52:36.178 INFO O| Oct 18 17:52:36.178 INFO STEP 128 (remove_files) COMPLETE
96072024-10-18T17:52:38.377Z[ host-image] Oct 18 17:52:36.178 INFO O| Oct 18 17:52:36.178 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96082024-10-18T17:52:38.377Z[ host-image] Oct 18 17:52:36.187 INFO O| Oct 18 17:52:36.187 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
96092024-10-18T17:52:38.377Z[ host-image] Oct 18 17:52:36.187 INFO O| Oct 18 17:52:36.187 INFO STEP 129 (remove_files) COMPLETE
96102024-10-18T17:52:38.377Z[ host-image] Oct 18 17:52:36.187 INFO O| Oct 18 17:52:36.187 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96112024-10-18T17:52:38.378Z[ host-image] Oct 18 17:52:36.196 INFO O| Oct 18 17:52:36.196 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
96122024-10-18T17:52:38.378Z[ host-image] Oct 18 17:52:36.196 INFO O| Oct 18 17:52:36.196 INFO STEP 130 (remove_files) COMPLETE
96132024-10-18T17:52:38.378Z[ host-image] Oct 18 17:52:36.196 INFO O| Oct 18 17:52:36.196 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96142024-10-18T17:52:38.378Z[ host-image] Oct 18 17:52:36.205 INFO O| Oct 18 17:52:36.205 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
96152024-10-18T17:52:38.378Z[ host-image] Oct 18 17:52:36.205 INFO O| Oct 18 17:52:36.205 INFO STEP 131 (remove_files) COMPLETE
96162024-10-18T17:52:38.378Z[ host-image] Oct 18 17:52:36.205 INFO O| Oct 18 17:52:36.205 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96172024-10-18T17:52:38.378Z[ host-image] Oct 18 17:52:36.214 INFO O| Oct 18 17:52:36.214 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
96182024-10-18T17:52:38.378Z[ host-image] Oct 18 17:52:36.214 INFO O| Oct 18 17:52:36.214 INFO STEP 132 (remove_files) COMPLETE
96192024-10-18T17:52:38.378Z[ host-image] Oct 18 17:52:36.214 INFO O| Oct 18 17:52:36.214 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96202024-10-18T17:52:38.378Z[ host-image] Oct 18 17:52:36.223 INFO O| Oct 18 17:52:36.223 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
96212024-10-18T17:52:38.378Z[ host-image] Oct 18 17:52:36.223 INFO O| Oct 18 17:52:36.223 INFO STEP 133 (remove_files) COMPLETE
96222024-10-18T17:52:38.378Z[ host-image] Oct 18 17:52:36.223 INFO O| Oct 18 17:52:36.223 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96232024-10-18T17:52:38.378Z[ host-image] Oct 18 17:52:36.232 INFO O| Oct 18 17:52:36.232 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
96242024-10-18T17:52:38.378Z[ host-image] Oct 18 17:52:36.232 INFO O| Oct 18 17:52:36.232 INFO STEP 134 (remove_files) COMPLETE
96252024-10-18T17:52:38.378Z[ host-image] Oct 18 17:52:36.232 INFO O| Oct 18 17:52:36.232 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96262024-10-18T17:52:38.378Z[ host-image] Oct 18 17:52:36.241 INFO O| Oct 18 17:52:36.241 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
96272024-10-18T17:52:38.378Z[ host-image] Oct 18 17:52:36.241 INFO O| Oct 18 17:52:36.241 INFO STEP 135 (remove_files) COMPLETE
96282024-10-18T17:52:38.378Z[ host-image] Oct 18 17:52:36.241 INFO O| Oct 18 17:52:36.241 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96292024-10-18T17:52:38.378Z[ host-image] Oct 18 17:52:36.250 INFO O| Oct 18 17:52:36.250 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
96302024-10-18T17:52:38.378Z[ host-image] Oct 18 17:52:36.250 INFO O| Oct 18 17:52:36.250 INFO STEP 136 (remove_files) COMPLETE
96312024-10-18T17:52:38.378Z[ host-image] Oct 18 17:52:36.250 INFO O| Oct 18 17:52:36.250 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96322024-10-18T17:52:38.378Z[ host-image] Oct 18 17:52:36.259 INFO O| Oct 18 17:52:36.259 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
96332024-10-18T17:52:38.378Z[ host-image] Oct 18 17:52:36.260 INFO O| Oct 18 17:52:36.259 INFO STEP 137 (remove_files) COMPLETE
96342024-10-18T17:52:38.378Z[ host-image] Oct 18 17:52:36.260 INFO O| Oct 18 17:52:36.260 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96352024-10-18T17:52:38.378Z[ host-image] Oct 18 17:52:36.269 INFO O| Oct 18 17:52:36.268 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
96362024-10-18T17:52:38.378Z[ host-image] Oct 18 17:52:36.269 INFO O| Oct 18 17:52:36.269 INFO STEP 138 (remove_files) COMPLETE
96372024-10-18T17:52:38.378Z[ host-image] Oct 18 17:52:36.269 INFO O| Oct 18 17:52:36.269 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96382024-10-18T17:52:38.381Z[ host-image] Oct 18 17:52:36.278 INFO O| Oct 18 17:52:36.277 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
96392024-10-18T17:52:38.381Z[ host-image] Oct 18 17:52:36.278 INFO O| Oct 18 17:52:36.278 INFO STEP 139 (remove_files) COMPLETE
96402024-10-18T17:52:38.381Z[ host-image] Oct 18 17:52:36.278 INFO O| Oct 18 17:52:36.278 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96412024-10-18T17:52:38.387Z[ host-image] Oct 18 17:52:36.287 INFO O| Oct 18 17:52:36.287 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
96422024-10-18T17:52:38.387Z[ host-image] Oct 18 17:52:36.287 INFO O| Oct 18 17:52:36.287 INFO STEP 140 (remove_files) COMPLETE
96432024-10-18T17:52:38.390Z[ host-image] Oct 18 17:52:36.287 INFO O| Oct 18 17:52:36.287 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96442024-10-18T17:52:38.396Z[ host-image] Oct 18 17:52:36.296 INFO O| Oct 18 17:52:36.296 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
96452024-10-18T17:52:38.396Z[ host-image] Oct 18 17:52:36.296 INFO O| Oct 18 17:52:36.296 INFO STEP 141 (remove_files) COMPLETE
96462024-10-18T17:52:38.399Z[ host-image] Oct 18 17:52:36.296 INFO O| Oct 18 17:52:36.296 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96472024-10-18T17:52:38.405Z[ host-image] Oct 18 17:52:36.305 INFO O| Oct 18 17:52:36.305 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
96482024-10-18T17:52:38.405Z[ host-image] Oct 18 17:52:36.305 INFO O| Oct 18 17:52:36.305 INFO STEP 142 (remove_files) COMPLETE
96492024-10-18T17:52:38.408Z[ host-image] Oct 18 17:52:36.305 INFO O| Oct 18 17:52:36.305 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96502024-10-18T17:52:38.414Z[ host-image] Oct 18 17:52:36.314 INFO O| Oct 18 17:52:36.313 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
96512024-10-18T17:52:38.414Z[ host-image] Oct 18 17:52:36.314 INFO O| Oct 18 17:52:36.314 INFO STEP 143 (remove_files) COMPLETE
96522024-10-18T17:52:38.417Z[ host-image] Oct 18 17:52:36.314 INFO O| Oct 18 17:52:36.314 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96532024-10-18T17:52:38.423Z[ host-image] Oct 18 17:52:36.323 INFO O| Oct 18 17:52:36.323 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
96542024-10-18T17:52:38.423Z[ host-image] Oct 18 17:52:36.323 INFO O| Oct 18 17:52:36.323 INFO STEP 144 (remove_files) COMPLETE
96552024-10-18T17:52:38.423Z[ host-image] Oct 18 17:52:36.323 INFO O| Oct 18 17:52:36.323 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96562024-10-18T17:52:38.432Z[ host-image] Oct 18 17:52:36.332 INFO O| Oct 18 17:52:36.331 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
96572024-10-18T17:52:38.432Z[ host-image] Oct 18 17:52:36.332 INFO O| Oct 18 17:52:36.332 INFO STEP 145 (remove_files) COMPLETE
96582024-10-18T17:52:38.432Z[ host-image] Oct 18 17:52:36.332 INFO O| Oct 18 17:52:36.332 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96592024-10-18T17:52:38.441Z[ host-image] Oct 18 17:52:36.341 INFO O| Oct 18 17:52:36.341 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
96602024-10-18T17:52:38.444Z[ host-image] Oct 18 17:52:36.341 INFO O| Oct 18 17:52:36.341 INFO STEP 146 (remove_files) COMPLETE
96612024-10-18T17:52:38.444Z[ host-image] Oct 18 17:52:36.341 INFO O| Oct 18 17:52:36.341 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96622024-10-18T17:52:38.450Z[ host-image] Oct 18 17:52:36.350 INFO O| Oct 18 17:52:36.350 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
96632024-10-18T17:52:38.450Z[ host-image] Oct 18 17:52:36.350 INFO O| Oct 18 17:52:36.350 INFO STEP 147 (remove_files) COMPLETE
96642024-10-18T17:52:38.450Z[ host-image] Oct 18 17:52:36.350 INFO O| Oct 18 17:52:36.350 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96652024-10-18T17:52:38.459Z[ host-image] Oct 18 17:52:36.359 INFO O| Oct 18 17:52:36.359 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
96662024-10-18T17:52:38.459Z[ host-image] Oct 18 17:52:36.359 INFO O| Oct 18 17:52:36.359 INFO STEP 148 (remove_files) COMPLETE
96672024-10-18T17:52:38.462Z[ host-image] Oct 18 17:52:36.359 INFO O| Oct 18 17:52:36.359 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96682024-10-18T17:52:38.468Z[ host-image] Oct 18 17:52:36.368 INFO O| Oct 18 17:52:36.368 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
96692024-10-18T17:52:38.471Z[ host-image] Oct 18 17:52:36.368 INFO O| Oct 18 17:52:36.368 INFO STEP 149 (remove_files) COMPLETE
96702024-10-18T17:52:38.471Z[ host-image] Oct 18 17:52:36.368 INFO O| Oct 18 17:52:36.368 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96712024-10-18T17:52:38.478Z[ host-image] Oct 18 17:52:36.377 INFO O| Oct 18 17:52:36.377 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
96722024-10-18T17:52:38.480Z[ host-image] Oct 18 17:52:36.377 INFO O| Oct 18 17:52:36.377 INFO STEP 150 (remove_files) COMPLETE
96732024-10-18T17:52:38.480Z[ host-image] Oct 18 17:52:36.377 INFO O| Oct 18 17:52:36.377 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96742024-10-18T17:52:38.487Z[ host-image] Oct 18 17:52:36.386 INFO O| Oct 18 17:52:36.386 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
96752024-10-18T17:52:38.487Z[ host-image] Oct 18 17:52:36.386 INFO O| Oct 18 17:52:36.386 INFO STEP 151 (remove_files) COMPLETE
96762024-10-18T17:52:38.490Z[ host-image] Oct 18 17:52:36.386 INFO O| Oct 18 17:52:36.386 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96772024-10-18T17:52:38.496Z[ host-image] Oct 18 17:52:36.395 INFO O| Oct 18 17:52:36.395 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
96782024-10-18T17:52:38.498Z[ host-image] Oct 18 17:52:36.395 INFO O| Oct 18 17:52:36.395 INFO STEP 152 (remove_files) COMPLETE
96792024-10-18T17:52:38.498Z[ host-image] Oct 18 17:52:36.395 INFO O| Oct 18 17:52:36.395 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96802024-10-18T17:52:38.506Z[ host-image] Oct 18 17:52:36.404 INFO O| Oct 18 17:52:36.404 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
96812024-10-18T17:52:38.506Z[ host-image] Oct 18 17:52:36.404 INFO O| Oct 18 17:52:36.404 INFO STEP 153 (remove_files) COMPLETE
96822024-10-18T17:52:38.508Z[ host-image] Oct 18 17:52:36.404 INFO O| Oct 18 17:52:36.404 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96832024-10-18T17:52:38.514Z[ host-image] Oct 18 17:52:36.413 INFO O| Oct 18 17:52:36.413 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
96842024-10-18T17:52:38.514Z[ host-image] Oct 18 17:52:36.413 INFO O| Oct 18 17:52:36.413 INFO STEP 154 (remove_files) COMPLETE
96852024-10-18T17:52:38.516Z[ host-image] Oct 18 17:52:36.413 INFO O| Oct 18 17:52:36.413 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96862024-10-18T17:52:38.523Z[ host-image] Oct 18 17:52:36.422 INFO O| Oct 18 17:52:36.422 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
96872024-10-18T17:52:38.525Z[ host-image] Oct 18 17:52:36.422 INFO O| Oct 18 17:52:36.422 INFO STEP 155 (remove_files) COMPLETE
96882024-10-18T17:52:38.525Z[ host-image] Oct 18 17:52:36.422 INFO O| Oct 18 17:52:36.422 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
96892024-10-18T17:52:38.537Z[ host-image] Oct 18 17:52:36.436 INFO O| Oct 18 17:52:36.436 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
96902024-10-18T17:52:38.539Z[ host-image] Oct 18 17:52:36.436 INFO O| Oct 18 17:52:36.436 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
96912024-10-18T17:52:46.736Z[ host-image] Oct 18 17:52:44.632 INFO O| Oct 18 17:52:44.631 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
96922024-10-18T17:52:46.736Z[ host-image] Oct 18 17:52:44.632 INFO O| Oct 18 17:52:44.632 INFO E| svccfg: Loaded 74 smf(7) service descriptions
96932024-10-18T17:52:46.749Z[ host-image] Oct 18 17:52:44.645 INFO O| Oct 18 17:52:44.645 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1"}
96942024-10-18T17:52:46.824Z[ host-image] Oct 18 17:52:44.720 INFO O| Oct 18 17:52:44.720 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
96952024-10-18T17:52:46.824Z[ host-image] Oct 18 17:52:44.720 INFO O| Oct 18 17:52:44.720 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
96962024-10-18T17:52:46.827Z[ host-image] Oct 18 17:52:44.723 INFO O| Oct 18 17:52:44.723 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
96972024-10-18T17:52:46.827Z[ host-image] Oct 18 17:52:44.723 INFO O| Oct 18 17:52:44.723 INFO ok!
96982024-10-18T17:52:46.830Z[ host-image] Oct 18 17:52:44.723 INFO O| Oct 18 17:52:44.723 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
96992024-10-18T17:52:46.830Z[ host-image] Oct 18 17:52:44.723 INFO O| Oct 18 17:52:44.723 INFO STEP 156 (seed_smf) COMPLETE
97002024-10-18T17:52:46.830Z[ host-image] Oct 18 17:52:44.723 INFO O| Oct 18 17:52:44.723 INFO steps complete; finalising image!
97012024-10-18T17:52:46.830Z[ host-image] Oct 18 17:52:44.723 INFO O| Oct 18 17:52:44.723 INFO TRIM POOL: TEMPORARY-gimlet-zfs
97022024-10-18T17:52:46.966Z[ host-image] Oct 18 17:52:44.861 INFO O| Oct 18 17:52:44.861 INFO trim TEMPORARY-gimlet-zfs: (4% trimmed, started at Fri Oct 18 17:52:44 2024)
97032024-10-18T17:52:47.187Z[ host-image] Oct 18 17:52:45.081 INFO O| Oct 18 17:52:45.081 INFO temporary pool has 683M used, 149M avail, 1.86x compressratio
97042024-10-18T17:52:47.187Z[ host-image] Oct 18 17:52:45.081 INFO O| Oct 18 17:52:45.081 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
97052024-10-18T17:52:47.449Z[ host-image] Oct 18 17:52:45.344 INFO O| Oct 18 17:52:45.344 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
97062024-10-18T17:52:47.449Z[ host-image] Oct 18 17:52:45.344 INFO O| Oct 18 17:52:45.344 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
97072024-10-18T17:52:48.450Z[ host-image] Oct 18 17:52:46.345 INFO O| Oct 18 17:52:46.345 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
97082024-10-18T17:52:48.450Z[ host-image] Oct 18 17:52:46.345 INFO O| Oct 18 17:52:46.345 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
97092024-10-18T17:52:48.453Z[ host-image] Oct 18 17:52:46.345 INFO O| Oct 18 17:52:46.345 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
97102024-10-18T17:52:48.453Z[ host-image] Oct 18 17:52:46.345 INFO O| Oct 18 17:52:46.345 INFO completed processing gimlet/zfs
97112024-10-18T17:52:48.453Z[ host-image] Oct 18 17:52:46.345 INFO O| Oct 18 17:52:46.345 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
97122024-10-18T17:52:54.895Z[ host-image] Oct 18 17:52:52.787 INFO O| Oct 18 17:52:52.787 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
97132024-10-18T17:52:55.081Z[ host-image] Oct 18 17:52:52.865 INFO BUILD STRING "heads/stlouis-0-gc3c5244d76\n"
97142024-10-18T17:52:55.081Z[ host-image] Oct 18 17:52:52.865 INFO expanded image name: "ci d69155e/${os_short_commit} 2024-10-18 17:23" -> "ci d69155e/c3c5244 2024-10-18 17:23"
97152024-10-18T17:52:55.084Z[ host-image] Oct 18 17:52:52.865 INFO output artefacts stored in: "/work/os-host"
97162024-10-18T17:52:55.084Z[ host-image] Oct 18 17:52:52.865 INFO collecting git info from project "image-builder"...
97172024-10-18T17:52:55.084Z[ host-image] Oct 18 17:52:52.870 INFO collecting git info from project "amd-host-image-builder"...
97182024-10-18T17:52:55.084Z[ host-image] Oct 18 17:52:52.882 INFO collecting git info from project "pinprick"...
97192024-10-18T17:52:55.084Z[ host-image] Oct 18 17:52:52.886 INFO collecting git info from project "pilot"...
97202024-10-18T17:52:55.084Z[ host-image] Oct 18 17:52:52.891 INFO collecting git info from project "bootserver"...
97212024-10-18T17:52:55.084Z[ host-image] Oct 18 17:52:52.895 INFO collecting git info from project "phbl"...
97222024-10-18T17:52:55.084Z[ host-image] Oct 18 17:52:52.899 INFO collecting git info from project "amd-firmware"...
97232024-10-18T17:52:55.084Z[ host-image] Oct 18 17:52:52.908 INFO collecting git info from project "chelsio-t6-roms"...
97242024-10-18T17:52:55.084Z[ host-image] Oct 18 17:52:52.912 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
97252024-10-18T17:52:55.365Z[ host-image] Oct 18 17:52:53.257 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
97262024-10-18T17:52:55.693Z[ host-image] Oct 18 17:52:53.585 INFO creating Oxide boot image...
97272024-10-18T17:52:55.693Z[ host-image] Oct 18 17:52:53.585 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci d69155e/c3c5244 2024-10-18 17:23", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
97282024-10-18T17:52:56.600Z[ host-image] Oct 18 17:52:54.492 INFO O| ok, image written!
97292024-10-18T17:52:56.600Z[ host-image] Oct 18 17:52:54.493 INFO O| ok, boot_image_csum file written!
97302024-10-18T17:52:56.603Z[ host-image] Oct 18 17:52:54.495 INFO creating boot archive (CPIO)...
97312024-10-18T17:52:56.606Z[ host-image] Oct 18 17:52:54.495 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
97322024-10-18T17:52:56.612Z[ host-image] Oct 18 17:52:54.505 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
97332024-10-18T17:52:56.612Z[ host-image] Oct 18 17:52:54.505 INFO E| + outfile=/work/os-host/cpio
97342024-10-18T17:52:56.612Z[ host-image] Oct 18 17:52:54.505 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
97352024-10-18T17:52:56.615Z[ host-image] Oct 18 17:52:54.507 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
97362024-10-18T17:52:56.615Z[ host-image] Oct 18 17:52:54.507 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
97372024-10-18T17:52:56.653Z[ host-image] Oct 18 17:52:54.545 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
97382024-10-18T17:52:56.655Z[ host-image] Oct 18 17:52:54.545 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
97392024-10-18T17:52:56.661Z[ host-image] Oct 18 17:52:54.553 INFO creating compressed cpio/unix for nanobl-rs...
97402024-10-18T17:52:56.663Z[ host-image] Oct 18 17:52:54.553 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
97412024-10-18T17:52:56.948Z[ host-image] Oct 18 17:52:54.840 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
97422024-10-18T17:53:01.291Z[ host-image] Oct 18 17:52:59.181 INFO creating reset image...
97432024-10-18T17:53:01.294Z[ host-image] Oct 18 17:52:59.181 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
97442024-10-18T17:53:01.379Z[ host-image] Oct 18 17:52:59.269 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
97452024-10-18T17:53:01.382Z[ host-image] Oct 18 17:52:59.270 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
97462024-10-18T17:53:01.435Z[ host-image] Oct 18 17:52:59.325 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
97472024-10-18T17:53:03.181Z[ host-image] Oct 18 17:53:01.070 INFO E| Finished `release` profile [optimized] target(s) in 1.78s
97482024-10-18T17:53:03.192Z[ host-image] Oct 18 17:53:01.082 INFO building host image...
97492024-10-18T17:53:03.195Z[ host-image] Oct 18 17:53:01.082 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")
97502024-10-18T17:53:03.682Z[ host-image] Oct 18 17:53:01.571 INFO finishing image archive at "/work/os-host/os.tar.gz"...
97512024-10-18T17:53:50.451Z[ host-image] Oct 18 17:53:48.323 INFO image complete! materials are in "/work/os-host"
97522024-10-18T17:53:50.454Z[ host-image]
97532024-10-18T17:53:50.454Z[ host-image] real 9:27.241872850
97542024-10-18T17:53:50.454Z[ host-image] user 4:41.123475298
97552024-10-18T17:53:50.454Z[ host-image] sys 49.699432009
97562024-10-18T17:53:50.454Z[ host-image] trap 0.158575445
97572024-10-18T17:53:50.454Z[ host-image] tflt 0.009876666
97582024-10-18T17:53:50.454Z[ host-image] dflt 0.050596266
97592024-10-18T17:53:50.457Z[ host-image] kflt 0.000017280
97602024-10-18T17:53:50.457Z[ host-image] lock 3:51.693566811
97612024-10-18T17:53:50.457Z[ host-image] slp 51:57.705388573
97622024-10-18T17:53:50.457Z[ host-image] lat 1:26.415264985
97632024-10-18T17:53:50.457ZOct 18 17:53:48.326 INFO [host-image] process exited with exit status: 0 (567.256596174s)
97642024-10-18T17:53:50.457Z[ host-image] stop 0.397045453
97652024-10-18T17:53:50.457ZOct 18 17:53:48.326 INFO [tuf-repo] running task
97662024-10-18T17:53:57.524ZOct 18 17:53:55.393 INFO assembling repository in `/tmp/tufaceousmD5nlu`, component: OmicronRepoAssembler
97672024-10-18T17:54:02.483ZOct 18 17:54:00.350 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
97682024-10-18T17:54:02.669ZOct 18 17:54:00.536 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
97692024-10-18T17:54:13.992ZOct 18 17:54:11.855 INFO [tuf-repo] task succeeded (23.528526549s)
97702024-10-18T17:54:13.992ZOct 18 17:54:11.855 INFO all jobs completed in 1863.40771184s
97712024-10-18T17:54:14.518Zprocess exited: duration 2458546 ms, exit code 0
 
97722024-10-18T17:54:14.535Zfound 33 output files
97732024-10-18T17:54:14.535Zuploading: /work/manifest.toml (8404 bytes)
97742024-10-18T17:54:15.545Zuploaded: /work/manifest.toml
97752024-10-18T17:54:15.545Zuploading: /work/repo.zip (1852888439 bytes)
97762024-10-18T17:54:49.598Zuploaded: /work/repo.zip
97772024-10-18T17:54:49.614Zuploading: /work/repo.zip.sha256.txt (65 bytes)
97782024-10-18T17:54:50.629Zuploaded: /work/repo.zip.sha256.txt
97792024-10-18T17:54:50.629Zuploading: /work/helios-setup.log (65532 bytes)
97802024-10-18T17:54:51.656Zuploaded: /work/helios-setup.log
97812024-10-18T17:54:51.656Zuploading: /work/host-image.log (194687 bytes)
97822024-10-18T17:54:52.674Zuploaded: /work/host-image.log
97832024-10-18T17:54:52.674Zuploading: /work/host-package.log (22417 bytes)
97842024-10-18T17:54:53.683Zuploaded: /work/host-package.log
97852024-10-18T17:54:53.683Zuploading: /work/host-target.log (101 bytes)
97862024-10-18T17:54:54.691Zuploaded: /work/host-target.log
97872024-10-18T17:54:54.692Zuploading: /work/omicron-package.log (5011 bytes)
97882024-10-18T17:54:55.699Zuploaded: /work/omicron-package.log
97892024-10-18T17:54:55.699Zuploading: /work/phbl-toolchain.log (881 bytes)
97902024-10-18T17:54:56.707Zuploaded: /work/phbl-toolchain.log
97912024-10-18T17:54:56.707Zuploading: /work/recovery-image.log (591821 bytes)
97922024-10-18T17:54:57.740Zuploaded: /work/recovery-image.log
97932024-10-18T17:54:57.740Zuploading: /work/recovery-package.log (321 bytes)
97942024-10-18T17:54:58.747Zuploaded: /work/recovery-package.log
97952024-10-18T17:54:58.747Zuploading: /work/recovery-target.log (57 bytes)
97962024-10-18T17:54:59.755Zuploaded: /work/recovery-target.log
97972024-10-18T17:54:59.755Zuploading: /work/stamp-clickhouse.log (117 bytes)
97982024-10-18T17:55:00.778Zuploaded: /work/stamp-clickhouse.log
97992024-10-18T17:55:00.778Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
98002024-10-18T17:55:01.785Zuploaded: /work/stamp-clickhouse_keeper.log
98012024-10-18T17:55:01.785Zuploading: /work/stamp-cockroachdb.log (118 bytes)
98022024-10-18T17:55:02.792Zuploaded: /work/stamp-cockroachdb.log
98032024-10-18T17:55:02.792Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
98042024-10-18T17:55:03.801Zuploaded: /work/stamp-crucible-dtrace.log
98052024-10-18T17:55:03.801Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
98062024-10-18T17:55:04.810Zuploaded: /work/stamp-crucible-pantry-zone.log
98072024-10-18T17:55:04.810Zuploading: /work/stamp-crucible-zone.log (120 bytes)
98082024-10-18T17:55:05.818Zuploaded: /work/stamp-crucible-zone.log
98092024-10-18T17:55:05.818Zuploading: /work/stamp-external-dns.log (119 bytes)
98102024-10-18T17:55:06.825Zuploaded: /work/stamp-external-dns.log
98112024-10-18T17:55:06.825Zuploading: /work/stamp-installinator.log (103 bytes)
98122024-10-18T17:55:07.833Zuploaded: /work/stamp-installinator.log
98132024-10-18T17:55:07.833Zuploading: /work/stamp-internal-dns.log (119 bytes)
98142024-10-18T17:55:08.842Zuploaded: /work/stamp-internal-dns.log
98152024-10-18T17:55:08.842Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
98162024-10-18T17:55:09.852Zuploaded: /work/stamp-mg-ddm-gz.log
98172024-10-18T17:55:09.852Zuploading: /work/stamp-nexus.log (112 bytes)
98182024-10-18T17:55:10.860Zuploaded: /work/stamp-nexus.log
98192024-10-18T17:55:10.860Zuploading: /work/stamp-ntp.log (110 bytes)
98202024-10-18T17:55:11.868Zuploaded: /work/stamp-ntp.log
98212024-10-18T17:55:11.868Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
98222024-10-18T17:55:12.876Zuploaded: /work/stamp-omicron-sled-agent.log
98232024-10-18T17:55:12.876Zuploading: /work/stamp-overlay.log (114 bytes)
98242024-10-18T17:55:13.884Zuploaded: /work/stamp-overlay.log
98252024-10-18T17:55:13.884Zuploading: /work/stamp-oximeter.log (115 bytes)
98262024-10-18T17:55:14.892Zuploaded: /work/stamp-oximeter.log
98272024-10-18T17:55:14.892Zuploading: /work/stamp-oxlog.log (109 bytes)
98282024-10-18T17:55:15.899Zuploaded: /work/stamp-oxlog.log
98292024-10-18T17:55:15.900Zuploading: /work/stamp-probe.log (112 bytes)
98302024-10-18T17:55:16.908Zuploaded: /work/stamp-probe.log
98312024-10-18T17:55:16.908Zuploading: /work/stamp-propolis-server.log (122 bytes)
98322024-10-18T17:55:17.915Zuploaded: /work/stamp-propolis-server.log
98332024-10-18T17:55:17.915Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
98342024-10-18T17:55:18.923Zuploaded: /work/stamp-pumpkind-gz.log
98352024-10-18T17:55:18.923Zuploading: /work/stamp-switch-asic.log (118 bytes)
98362024-10-18T17:55:19.930Zuploaded: /work/stamp-switch-asic.log
98372024-10-18T17:55:19.931Zuploading: /work/verify-libraries.log (3720 bytes)
98382024-10-18T17:55:20.937Zuploaded: /work/verify-libraries.log