Sep 01 10:50:05.514 INFO checking promise-rs-0.3.0 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 10:50:05.514 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 10:50:05.514 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-1/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 10:50:05.746 INFO blam! 6d2ce25c4b5efe0a8c7a50fa9bf812d2de700f642a76bd81f05aeedd5814b123 Sep 01 10:50:05.748 INFO running `"docker" "start" "-a" "6d2ce25c4b5efe0a8c7a50fa9bf812d2de700f642a76bd81f05aeedd5814b123"` Sep 01 10:50:06.616 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Sep 01 10:50:06.616 INFO kablam! disables Cargo from automatically inferring other binary targets. Sep 01 10:50:06.616 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 01 10:50:06.616 INFO kablam! files will be included as a binary target: Sep 01 10:50:06.616 INFO kablam! Sep 01 10:50:06.616 INFO kablam! * /source/src/main.rs Sep 01 10:50:06.616 INFO kablam! Sep 01 10:50:06.616 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 01 10:50:06.616 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Sep 01 10:50:06.616 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Sep 01 10:50:06.616 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 01 10:50:06.617 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 01 10:50:06.617 INFO kablam! Sep 01 10:50:06.617 INFO kablam! For more information on this warning you can consult Sep 01 10:50:06.617 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 01 10:50:06.617 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `promise`, Sep 01 10:50:06.617 INFO kablam! please set bin.path in Cargo.toml Sep 01 10:50:06.618 INFO kablam! Checking promise-rs v0.3.0 (file:///source) Sep 01 10:50:07.112 INFO kablam! warning: variable does not need to be mutable Sep 01 10:50:07.112 INFO kablam! --> src/lib.rs:51:21 Sep 01 10:50:07.112 INFO kablam! | Sep 01 10:50:07.112 INFO kablam! 51 | let mut state = state_guard.as_mut().unwrap(); Sep 01 10:50:07.112 INFO kablam! | ----^^^^^ Sep 01 10:50:07.112 INFO kablam! | | Sep 01 10:50:07.112 INFO kablam! | help: remove this `mut` Sep 01 10:50:07.113 INFO kablam! | Sep 01 10:50:07.113 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 01 10:50:07.113 INFO kablam! Sep 01 10:50:07.113 INFO kablam! warning: variable does not need to be mutable Sep 01 10:50:07.113 INFO kablam! --> src/lib.rs:65:21 Sep 01 10:50:07.113 INFO kablam! | Sep 01 10:50:07.113 INFO kablam! 65 | let mut state = state_guard.as_mut().unwrap(); Sep 01 10:50:07.113 INFO kablam! | ----^^^^^ Sep 01 10:50:07.113 INFO kablam! | | Sep 01 10:50:07.113 INFO kablam! | help: remove this `mut` Sep 01 10:50:07.113 INFO kablam! Sep 01 10:50:07.123 INFO kablam! warning: variable does not need to be mutable Sep 01 10:50:07.123 INFO kablam! --> src/lib.rs:51:21 Sep 01 10:50:07.123 INFO kablam! | Sep 01 10:50:07.123 INFO kablam! 51 | let mut state = state_guard.as_mut().unwrap(); Sep 01 10:50:07.123 INFO kablam! | ----^^^^^ Sep 01 10:50:07.123 INFO kablam! | | Sep 01 10:50:07.123 INFO kablam! | help: remove this `mut` Sep 01 10:50:07.123 INFO kablam! | Sep 01 10:50:07.123 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 01 10:50:07.123 INFO kablam! Sep 01 10:50:07.124 INFO kablam! warning: variable does not need to be mutable Sep 01 10:50:07.124 INFO kablam! --> src/lib.rs:65:21 Sep 01 10:50:07.124 INFO kablam! | Sep 01 10:50:07.124 INFO kablam! 65 | let mut state = state_guard.as_mut().unwrap(); Sep 01 10:50:07.124 INFO kablam! | ----^^^^^ Sep 01 10:50:07.124 INFO kablam! | | Sep 01 10:50:07.124 INFO kablam! | help: remove this `mut` Sep 01 10:50:07.124 INFO kablam! Sep 01 10:50:07.133 INFO kablam! warning: unused attribute Sep 01 10:50:07.133 INFO kablam! --> src/lib.rs:192:9 Sep 01 10:50:07.133 INFO kablam! | Sep 01 10:50:07.133 INFO kablam! 192 | #[derive(Debug)] Sep 01 10:50:07.133 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 01 10:50:07.133 INFO kablam! | Sep 01 10:50:07.133 INFO kablam! = note: #[warn(unused_attributes)] on by default Sep 01 10:50:07.133 INFO kablam! Sep 01 10:50:07.144 INFO kablam! warning: unused attribute Sep 01 10:50:07.144 INFO kablam! --> src/lib.rs:192:9 Sep 01 10:50:07.144 INFO kablam! | Sep 01 10:50:07.144 INFO kablam! 192 | #[derive(Debug)] Sep 01 10:50:07.144 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 01 10:50:07.144 INFO kablam! | Sep 01 10:50:07.144 INFO kablam! = note: #[warn(unused_attributes)] on by default Sep 01 10:50:07.144 INFO kablam! Sep 01 10:50:07.649 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.04s Sep 01 10:50:07.651 INFO kablam! su: No module specific data is present Sep 01 10:50:08.266 INFO running `"docker" "rm" "-f" "6d2ce25c4b5efe0a8c7a50fa9bf812d2de700f642a76bd81f05aeedd5814b123"` Sep 01 10:50:08.357 INFO blam! 6d2ce25c4b5efe0a8c7a50fa9bf812d2de700f642a76bd81f05aeedd5814b123