Jul 12 01:44:29.751 INFO checking promise-rs-0.3.0 against master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9 for pr-52234 Jul 12 01:44:29.752 INFO running: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 12 01:44:29.752 INFO creating container for: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 12 01:44:29.752 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-52234/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-5/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/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 +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 12 01:44:29.945 INFO blam! 427d0445c9e9e201be393793427ea7cbcd8984e3607c7d1cfff0c4db7377ccd8 Jul 12 01:44:29.946 INFO running `"docker" "start" "-a" "427d0445c9e9e201be393793427ea7cbcd8984e3607c7d1cfff0c4db7377ccd8"` Jul 12 01:44:31.060 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Jul 12 01:44:31.061 INFO kablam! disables Cargo from automatically inferring other binary targets. Jul 12 01:44:31.061 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Jul 12 01:44:31.061 INFO kablam! files will be included as a binary target: Jul 12 01:44:31.061 INFO kablam! Jul 12 01:44:31.061 INFO kablam! * /source/src/main.rs Jul 12 01:44:31.061 INFO kablam! Jul 12 01:44:31.061 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Jul 12 01:44:31.061 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Jul 12 01:44:31.061 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Jul 12 01:44:31.061 INFO kablam! section. You may also move the files to a location where Cargo would not Jul 12 01:44:31.061 INFO kablam! automatically infer them to be a target, such as in subfolders. Jul 12 01:44:31.061 INFO kablam! Jul 12 01:44:31.061 INFO kablam! For more information on this warning you can consult Jul 12 01:44:31.061 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Jul 12 01:44:31.061 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `promise`, Jul 12 01:44:31.061 INFO kablam! please set bin.path in Cargo.toml Jul 12 01:44:31.064 INFO kablam! Checking promise-rs v0.3.0 (file:///source) Jul 12 01:44:31.514 INFO kablam! warning: variable does not need to be mutable Jul 12 01:44:31.514 INFO kablam! --> src/lib.rs:51:21 Jul 12 01:44:31.514 INFO kablam! | Jul 12 01:44:31.514 INFO kablam! 51 | let mut state = state_guard.as_mut().unwrap(); Jul 12 01:44:31.514 INFO kablam! | ----^^^^^ Jul 12 01:44:31.514 INFO kablam! | | Jul 12 01:44:31.514 INFO kablam! | help: remove this `mut` Jul 12 01:44:31.514 INFO kablam! | Jul 12 01:44:31.514 INFO kablam! = note: #[warn(unused_mut)] on by default Jul 12 01:44:31.514 INFO kablam! Jul 12 01:44:31.515 INFO kablam! warning: variable does not need to be mutable Jul 12 01:44:31.515 INFO kablam! --> src/lib.rs:65:21 Jul 12 01:44:31.515 INFO kablam! | Jul 12 01:44:31.515 INFO kablam! 65 | let mut state = state_guard.as_mut().unwrap(); Jul 12 01:44:31.515 INFO kablam! | ----^^^^^ Jul 12 01:44:31.515 INFO kablam! | | Jul 12 01:44:31.515 INFO kablam! | help: remove this `mut` Jul 12 01:44:31.515 INFO kablam! Jul 12 01:44:31.561 INFO kablam! warning: unused attribute Jul 12 01:44:31.561 INFO kablam! --> src/lib.rs:192:9 Jul 12 01:44:31.561 INFO kablam! | Jul 12 01:44:31.561 INFO kablam! 192 | #[derive(Debug)] Jul 12 01:44:31.561 INFO kablam! | ^^^^^^^^^^^^^^^^ Jul 12 01:44:31.561 INFO kablam! | Jul 12 01:44:31.561 INFO kablam! = note: #[warn(unused_attributes)] on by default Jul 12 01:44:31.561 INFO kablam! Jul 12 01:44:31.729 INFO kablam! warning: variable does not need to be mutable Jul 12 01:44:31.729 INFO kablam! --> src/lib.rs:51:21 Jul 12 01:44:31.729 INFO kablam! | Jul 12 01:44:31.729 INFO kablam! 51 | let mut state = state_guard.as_mut().unwrap(); Jul 12 01:44:31.729 INFO kablam! | ----^^^^^ Jul 12 01:44:31.729 INFO kablam! | | Jul 12 01:44:31.729 INFO kablam! | help: remove this `mut` Jul 12 01:44:31.729 INFO kablam! | Jul 12 01:44:31.729 INFO kablam! = note: #[warn(unused_mut)] on by default Jul 12 01:44:31.729 INFO kablam! Jul 12 01:44:31.730 INFO kablam! warning: variable does not need to be mutable Jul 12 01:44:31.730 INFO kablam! --> src/lib.rs:65:21 Jul 12 01:44:31.730 INFO kablam! | Jul 12 01:44:31.730 INFO kablam! 65 | let mut state = state_guard.as_mut().unwrap(); Jul 12 01:44:31.730 INFO kablam! | ----^^^^^ Jul 12 01:44:31.730 INFO kablam! | | Jul 12 01:44:31.730 INFO kablam! | help: remove this `mut` Jul 12 01:44:31.730 INFO kablam! Jul 12 01:44:31.772 INFO kablam! warning: unused attribute Jul 12 01:44:31.772 INFO kablam! --> src/lib.rs:192:9 Jul 12 01:44:31.772 INFO kablam! | Jul 12 01:44:31.772 INFO kablam! 192 | #[derive(Debug)] Jul 12 01:44:31.772 INFO kablam! | ^^^^^^^^^^^^^^^^ Jul 12 01:44:31.773 INFO kablam! | Jul 12 01:44:31.773 INFO kablam! = note: #[warn(unused_attributes)] on by default Jul 12 01:44:31.773 INFO kablam! Jul 12 01:44:32.135 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.09s Jul 12 01:44:32.138 INFO kablam! su: No module specific data is present Jul 12 01:44:32.815 INFO running `"docker" "rm" "-f" "427d0445c9e9e201be393793427ea7cbcd8984e3607c7d1cfff0c4db7377ccd8"` Jul 12 01:44:32.974 INFO blam! 427d0445c9e9e201be393793427ea7cbcd8984e3607c7d1cfff0c4db7377ccd8