[INFO] updating cached repository o2sh/onefetch [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/o2sh/onefetch [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/o2sh/onefetch" "work/ex/beta-1.37-6/sources/1.36.0/gh/o2sh/onefetch"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/o2sh/onefetch'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/o2sh/onefetch" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/o2sh/onefetch"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/o2sh/onefetch'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 8194d161e19ab4b04cb2ea6edf9133c8561b6432 [INFO] sha for GitHub repo o2sh/onefetch: 8194d161e19ab4b04cb2ea6edf9133c8561b6432 [INFO] validating manifest of o2sh/onefetch on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of o2sh/onefetch on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing o2sh/onefetch [INFO] finished frobbing o2sh/onefetch [INFO] frobbed toml for o2sh/onefetch written to work/ex/beta-1.37-6/sources/1.36.0/gh/o2sh/onefetch/Cargo.toml [INFO] started frobbing o2sh/onefetch [INFO] finished frobbing o2sh/onefetch [INFO] frobbed toml for o2sh/onefetch written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/o2sh/onefetch/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing o2sh/onefetch against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/o2sh/onefetch:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "build" "--frozen"` [INFO] [stdout] 0101e3f829efab842606772708c13caafc51d93b8cad348739ec8793872d535d [INFO] running `"docker" "start" "-a" "0101e3f829efab842606772708c13caafc51d93b8cad348739ec8793872d535d"` [INFO] [stderr] Compiling ucd-trie v0.1.2 [INFO] [stderr] Compiling winapi v0.3.7 [INFO] [stderr] Compiling bytecount v0.5.1 [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Compiling libgit2-sys v0.7.11 [INFO] [stderr] Compiling crossbeam-channel v0.3.9 [INFO] [stderr] Compiling bstr v0.2.6 [INFO] [stderr] Compiling term_size v0.3.1 [INFO] [stderr] Compiling encoding_rs_io v0.1.6 [INFO] [stderr] Compiling license v0.7.2 [INFO] [stderr] Compiling env_logger v0.5.13 [INFO] [stderr] Compiling pest v2.1.1 [INFO] [stderr] Compiling globset v0.4.4 [INFO] [stderr] Compiling winconsole v0.10.0 [INFO] [stderr] Compiling colored v1.8.0 [INFO] [stderr] Compiling pest_meta v2.1.1 [INFO] [stderr] Compiling ignore v0.4.8 [INFO] [stderr] Compiling pest_generator v2.1.0 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling handlebars v1.1.0 [INFO] [stderr] Compiling tokei v8.0.1 [INFO] [stderr] Compiling git2 v0.7.5 [INFO] [stderr] Compiling onefetch v1.5.4 (/opt/crater/workdir) [INFO] [stderr] warning: the item `HashMap` is imported redundantly [INFO] [stderr] --> src/main.rs:490:9 [INFO] [stderr] | [INFO] [stderr] 13 | collections::HashMap, [INFO] [stderr] | -------------------- the item `HashMap` is already imported here [INFO] [stderr] ... [INFO] [stderr] 490 | use std::collections::HashMap; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 10s [INFO] running `"docker" "inspect" "0101e3f829efab842606772708c13caafc51d93b8cad348739ec8793872d535d"` [INFO] running `"docker" "rm" "-f" "0101e3f829efab842606772708c13caafc51d93b8cad348739ec8793872d535d"` [INFO] [stdout] 0101e3f829efab842606772708c13caafc51d93b8cad348739ec8793872d535d [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/o2sh/onefetch:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 0670171bb9a8adb2b9eb9795fa3e55bbb7d8567fd9c001f0c3352c52481b9345 [INFO] running `"docker" "start" "-a" "0670171bb9a8adb2b9eb9795fa3e55bbb7d8567fd9c001f0c3352c52481b9345"` [INFO] [stderr] Compiling onefetch v1.5.4 (/opt/crater/workdir) [INFO] [stderr] warning: the item `HashMap` is imported redundantly [INFO] [stderr] --> src/main.rs:490:9 [INFO] [stderr] | [INFO] [stderr] 13 | collections::HashMap, [INFO] [stderr] | -------------------- the item `HashMap` is already imported here [INFO] [stderr] ... [INFO] [stderr] 490 | use std::collections::HashMap; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.05s [INFO] running `"docker" "inspect" "0670171bb9a8adb2b9eb9795fa3e55bbb7d8567fd9c001f0c3352c52481b9345"` [INFO] running `"docker" "rm" "-f" "0670171bb9a8adb2b9eb9795fa3e55bbb7d8567fd9c001f0c3352c52481b9345"` [INFO] [stdout] 0670171bb9a8adb2b9eb9795fa3e55bbb7d8567fd9c001f0c3352c52481b9345 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/o2sh/onefetch:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "test" "--frozen"` [INFO] [stdout] 552846f5ea4cac3444c3fb0eb8858f47a573f93ae1555f9895c7cfd53b5a6587 [INFO] running `"docker" "start" "-a" "552846f5ea4cac3444c3fb0eb8858f47a573f93ae1555f9895c7cfd53b5a6587"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running /opt/crater/target/debug/deps/onefetch-6bd4ff033c0035a6 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "552846f5ea4cac3444c3fb0eb8858f47a573f93ae1555f9895c7cfd53b5a6587"` [INFO] running `"docker" "rm" "-f" "552846f5ea4cac3444c3fb0eb8858f47a573f93ae1555f9895c7cfd53b5a6587"` [INFO] [stdout] 552846f5ea4cac3444c3fb0eb8858f47a573f93ae1555f9895c7cfd53b5a6587