Nov 17 02:06:51.482 INFO testing gicmo/heimweh against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 17 02:06:51.484 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-7/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 17 02:06:51.919 INFO [stdout] 4c6add370b513c5d349888544dceede0d228609e1d6511c67f314dd1582afdfa Nov 17 02:06:51.922 INFO running `"docker" "start" "-a" "4c6add370b513c5d349888544dceede0d228609e1d6511c67f314dd1582afdfa"` Nov 17 02:06:53.235 INFO [stderr] usermod: no changes Nov 17 02:06:53.315 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 17 02:06:53.315 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 17 02:06:53.315 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 17 02:06:53.315 INFO [stderr] files will be included as a binary target: Nov 17 02:06:53.315 INFO [stderr] Nov 17 02:06:53.315 INFO [stderr] * /source/src/main.rs Nov 17 02:06:53.315 INFO [stderr] Nov 17 02:06:53.315 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 17 02:06:53.315 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 17 02:06:53.315 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 17 02:06:53.315 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 17 02:06:53.315 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 17 02:06:53.315 INFO [stderr] Nov 17 02:06:53.315 INFO [stderr] For more information on this warning you can consult Nov 17 02:06:53.315 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 17 02:06:53.315 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `hwh`, Nov 17 02:06:53.315 INFO [stderr] please set bin.path in Cargo.toml Nov 17 02:06:53.507 INFO [stderr] Compiling unicode-segmentation v1.0.3 Nov 17 02:06:53.507 INFO [stderr] Compiling curl-sys v0.3.7 Nov 17 02:06:53.507 INFO [stderr] Compiling metadeps v1.1.1 Nov 17 02:06:53.507 INFO [stderr] Compiling tempdir v0.3.5 Nov 17 02:06:53.507 INFO [stderr] Compiling url v1.4.0 Nov 17 02:06:56.292 INFO [stderr] Compiling clap v2.20.3 Nov 17 02:06:57.907 INFO [stderr] Compiling openssl-sys v0.9.6 Nov 17 02:07:03.831 INFO [stderr] Compiling libssh2-sys v0.2.5 Nov 17 02:07:20.916 INFO [stderr] Compiling libgit2-sys v0.6.6 Nov 17 02:08:00.980 INFO [stderr] Compiling git2 v0.6.4 Nov 17 02:08:09.017 INFO [stderr] Compiling heimweh v0.0.1 (/source) Nov 17 02:08:09.963 INFO [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Nov 17 02:08:09.964 INFO [stderr] --> src/main.rs:204:18 Nov 17 02:08:09.965 INFO [stderr] | Nov 17 02:08:09.965 INFO [stderr] 204 | .or_else(env::home_dir) Nov 17 02:08:09.966 INFO [stderr] | ^^^^^^^^^^^^^ Nov 17 02:08:09.967 INFO [stderr] | Nov 17 02:08:09.967 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 17 02:08:09.968 INFO [stderr] Nov 17 02:08:10.071 INFO [stderr] warning: unused variable: `matches` Nov 17 02:08:10.071 INFO [stderr] --> src/main.rs:164:28 Nov 17 02:08:10.071 INFO [stderr] | Nov 17 02:08:10.071 INFO [stderr] 164 | fn cmd_list(world: &World, matches: &ArgMatches) -> Result<(), git2::Error> { Nov 17 02:08:10.071 INFO [stderr] | ^^^^^^^ help: consider using `_matches` instead Nov 17 02:08:10.071 INFO [stderr] | Nov 17 02:08:10.071 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 17 02:08:10.071 INFO [stderr] Nov 17 02:08:10.129 INFO [stderr] warning: field is never used: `home` Nov 17 02:08:10.129 INFO [stderr] --> src/main.rs:22:5 Nov 17 02:08:10.129 INFO [stderr] | Nov 17 02:08:10.129 INFO [stderr] 22 | home: PathBuf, Nov 17 02:08:10.129 INFO [stderr] | ^^^^^^^^^^^^^ Nov 17 02:08:10.129 INFO [stderr] | Nov 17 02:08:10.129 INFO [stderr] = note: #[warn(dead_code)] on by default Nov 17 02:08:10.129 INFO [stderr] Nov 17 02:08:13.839 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 20s Nov 17 02:08:13.850 INFO [stderr] su: No module specific data is present Nov 17 02:08:14.962 INFO running `"docker" "inspect" "4c6add370b513c5d349888544dceede0d228609e1d6511c67f314dd1582afdfa"` Nov 17 02:08:15.237 INFO running `"docker" "rm" "-f" "4c6add370b513c5d349888544dceede0d228609e1d6511c67f314dd1582afdfa"` Nov 17 02:08:15.587 INFO [stdout] 4c6add370b513c5d349888544dceede0d228609e1d6511c67f314dd1582afdfa Nov 17 02:08:15.593 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-7/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 17 02:08:16.208 INFO [stdout] e3df2bfa771be965423d769609e4d898e0970b7acdb86eb9051cb2f299927013 Nov 17 02:08:16.210 INFO running `"docker" "start" "-a" "e3df2bfa771be965423d769609e4d898e0970b7acdb86eb9051cb2f299927013"` Nov 17 02:08:17.951 INFO [stderr] usermod: no changes Nov 17 02:08:18.007 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 17 02:08:18.007 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 17 02:08:18.007 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 17 02:08:18.007 INFO [stderr] files will be included as a binary target: Nov 17 02:08:18.007 INFO [stderr] Nov 17 02:08:18.007 INFO [stderr] * /source/src/main.rs Nov 17 02:08:18.007 INFO [stderr] Nov 17 02:08:18.007 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 17 02:08:18.007 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 17 02:08:18.007 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 17 02:08:18.007 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 17 02:08:18.007 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 17 02:08:18.007 INFO [stderr] Nov 17 02:08:18.007 INFO [stderr] For more information on this warning you can consult Nov 17 02:08:18.007 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 17 02:08:18.007 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `hwh`, Nov 17 02:08:18.007 INFO [stderr] please set bin.path in Cargo.toml Nov 17 02:08:18.127 INFO [stderr] Compiling heimweh v0.0.1 (/source) Nov 17 02:08:19.158 INFO [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Nov 17 02:08:19.158 INFO [stderr] --> src/main.rs:204:18 Nov 17 02:08:19.158 INFO [stderr] | Nov 17 02:08:19.158 INFO [stderr] 204 | .or_else(env::home_dir) Nov 17 02:08:19.158 INFO [stderr] | ^^^^^^^^^^^^^ Nov 17 02:08:19.158 INFO [stderr] | Nov 17 02:08:19.158 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 17 02:08:19.158 INFO [stderr] Nov 17 02:08:19.292 INFO [stderr] warning: unused variable: `matches` Nov 17 02:08:19.292 INFO [stderr] --> src/main.rs:164:28 Nov 17 02:08:19.293 INFO [stderr] | Nov 17 02:08:19.293 INFO [stderr] 164 | fn cmd_list(world: &World, matches: &ArgMatches) -> Result<(), git2::Error> { Nov 17 02:08:19.294 INFO [stderr] | ^^^^^^^ help: consider using `_matches` instead Nov 17 02:08:19.294 INFO [stderr] | Nov 17 02:08:19.294 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 17 02:08:19.299 INFO [stderr] Nov 17 02:08:19.374 INFO [stderr] warning: field is never used: `home` Nov 17 02:08:19.374 INFO [stderr] --> src/main.rs:22:5 Nov 17 02:08:19.375 INFO [stderr] | Nov 17 02:08:19.376 INFO [stderr] 22 | home: PathBuf, Nov 17 02:08:19.383 INFO [stderr] | ^^^^^^^^^^^^^ Nov 17 02:08:19.383 INFO [stderr] | Nov 17 02:08:19.383 INFO [stderr] = note: #[warn(dead_code)] on by default Nov 17 02:08:19.384 INFO [stderr] Nov 17 02:08:21.963 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.97s Nov 17 02:08:21.971 INFO [stderr] su: No module specific data is present Nov 17 02:08:22.650 INFO running `"docker" "inspect" "e3df2bfa771be965423d769609e4d898e0970b7acdb86eb9051cb2f299927013"` Nov 17 02:08:22.948 INFO running `"docker" "rm" "-f" "e3df2bfa771be965423d769609e4d898e0970b7acdb86eb9051cb2f299927013"` Nov 17 02:08:23.215 INFO [stdout] e3df2bfa771be965423d769609e4d898e0970b7acdb86eb9051cb2f299927013 Nov 17 02:08:23.221 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-7/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 17 02:08:23.679 INFO [stdout] afe296b5f096d6f8bd10d4a9c9a7f62c7e6a1ee786a7a7f1e6d8740d3f1a4ac6 Nov 17 02:08:23.685 INFO running `"docker" "start" "-a" "afe296b5f096d6f8bd10d4a9c9a7f62c7e6a1ee786a7a7f1e6d8740d3f1a4ac6"` Nov 17 02:08:25.260 INFO [stderr] usermod: no changes Nov 17 02:08:25.299 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 17 02:08:25.299 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 17 02:08:25.299 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 17 02:08:25.299 INFO [stderr] files will be included as a binary target: Nov 17 02:08:25.299 INFO [stderr] Nov 17 02:08:25.299 INFO [stderr] * /source/src/main.rs Nov 17 02:08:25.299 INFO [stderr] Nov 17 02:08:25.299 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 17 02:08:25.299 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 17 02:08:25.299 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 17 02:08:25.299 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 17 02:08:25.299 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 17 02:08:25.299 INFO [stderr] Nov 17 02:08:25.299 INFO [stderr] For more information on this warning you can consult Nov 17 02:08:25.299 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 17 02:08:25.299 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `hwh`, Nov 17 02:08:25.299 INFO [stderr] please set bin.path in Cargo.toml Nov 17 02:08:25.459 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.17s Nov 17 02:08:25.473 INFO [stderr] Running /target/debug/deps/hwh-5efae3ec25842130 Nov 17 02:08:25.507 INFO [stdout] Nov 17 02:08:25.507 INFO [stdout] running 1 test Nov 17 02:08:25.507 INFO [stdout] test config::test::parse ... ok Nov 17 02:08:25.507 INFO [stdout] Nov 17 02:08:25.507 INFO [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 02:08:25.507 INFO [stdout] Nov 17 02:08:25.515 INFO [stderr] su: No module specific data is present Nov 17 02:08:26.861 INFO running `"docker" "inspect" "afe296b5f096d6f8bd10d4a9c9a7f62c7e6a1ee786a7a7f1e6d8740d3f1a4ac6"` Nov 17 02:08:27.321 INFO running `"docker" "rm" "-f" "afe296b5f096d6f8bd10d4a9c9a7f62c7e6a1ee786a7a7f1e6d8740d3f1a4ac6"` Nov 17 02:08:27.693 INFO [stdout] afe296b5f096d6f8bd10d4a9c9a7f62c7e6a1ee786a7a7f1e6d8740d3f1a4ac6