Sep 04 01:32:00.984 INFO checking stpsyr-0.1.0 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 01:32:00.984 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 01:32:00.984 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 01:32:01.154 INFO blam! b423e314c1b128f8f86efaef1e188e3c5562d36b7df38b3b4b918f833b42c1f1 Sep 04 01:32:01.157 INFO running `"docker" "start" "-a" "b423e314c1b128f8f86efaef1e188e3c5562d36b7df38b3b4b918f833b42c1f1"` Sep 04 01:32:01.913 INFO kablam! Checking stpsyr v0.1.0 (file:///source) Sep 04 01:32:03.182 INFO kablam! warning: variable does not need to be mutable Sep 04 01:32:03.182 INFO kablam! --> src/stpsyr/svg.rs:17:13 Sep 04 01:32:03.182 INFO kablam! | Sep 04 01:32:03.182 INFO kablam! 17 | let mut in_file = BufReader::new(File::open("data/standard.svg")?); Sep 04 01:32:03.182 INFO kablam! | ----^^^^^^^ Sep 04 01:32:03.182 INFO kablam! | | Sep 04 01:32:03.182 INFO kablam! | help: remove this `mut` Sep 04 01:32:03.182 INFO kablam! | Sep 04 01:32:03.183 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 01:32:03.183 INFO kablam! Sep 04 01:32:03.188 INFO kablam! warning: variable does not need to be mutable Sep 04 01:32:03.188 INFO kablam! --> src/stpsyr/svg.rs:17:13 Sep 04 01:32:03.188 INFO kablam! | Sep 04 01:32:03.188 INFO kablam! 17 | let mut in_file = BufReader::new(File::open("data/standard.svg")?); Sep 04 01:32:03.188 INFO kablam! | ----^^^^^^^ Sep 04 01:32:03.188 INFO kablam! | | Sep 04 01:32:03.189 INFO kablam! | help: remove this `mut` Sep 04 01:32:03.189 INFO kablam! | Sep 04 01:32:03.189 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 01:32:03.189 INFO kablam! Sep 04 01:32:03.794 INFO kablam! warning: unused macro definition Sep 04 01:32:03.794 INFO kablam! --> tests/lib.rs:31:1 Sep 04 01:32:03.794 INFO kablam! | Sep 04 01:32:03.794 INFO kablam! 31 | / macro_rules! support_hold_order { Sep 04 01:32:03.794 INFO kablam! 32 | | ($s:ident, $power:expr, $from:expr, $to:expr) => ( Sep 04 01:32:03.794 INFO kablam! 33 | | $s.add_order(Power::from($power), Province::from($from), Action::SupportHold { to: Province::from($to) }); Sep 04 01:32:03.794 INFO kablam! 34 | | ) Sep 04 01:32:03.794 INFO kablam! 35 | | } Sep 04 01:32:03.794 INFO kablam! | |_^ Sep 04 01:32:03.794 INFO kablam! | Sep 04 01:32:03.794 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 04 01:32:03.794 INFO kablam! Sep 04 01:32:03.794 INFO kablam! warning: unused macro definition Sep 04 01:32:03.795 INFO kablam! --> tests/lib.rs:49:1 Sep 04 01:32:03.795 INFO kablam! | Sep 04 01:32:03.795 INFO kablam! 49 | / macro_rules! order { Sep 04 01:32:03.795 INFO kablam! 50 | | ($s:ident, $orders:expr) => ( Sep 04 01:32:03.795 INFO kablam! 51 | | $s.parse(String::from($orders)); Sep 04 01:32:03.795 INFO kablam! 52 | | ) Sep 04 01:32:03.795 INFO kablam! 53 | | } Sep 04 01:32:03.795 INFO kablam! | |_^ Sep 04 01:32:03.795 INFO kablam! Sep 04 01:32:03.795 INFO kablam! warning: unused macro definition Sep 04 01:32:03.795 INFO kablam! --> tests/lib.rs:55:1 Sep 04 01:32:03.795 INFO kablam! | Sep 04 01:32:03.795 INFO kablam! 55 | / macro_rules! assert_empty { Sep 04 01:32:03.795 INFO kablam! 56 | | ($s:ident, $x:expr) => ( Sep 04 01:32:03.795 INFO kablam! 57 | | assert!($s.get_unit(&Province::from($x)).is_none()); Sep 04 01:32:03.795 INFO kablam! 58 | | ) Sep 04 01:32:03.795 INFO kablam! 59 | | } Sep 04 01:32:03.795 INFO kablam! | |_^ Sep 04 01:32:03.795 INFO kablam! Sep 04 01:32:03.796 INFO kablam! warning: unused macro definition Sep 04 01:32:03.796 INFO kablam! --> tests/lib.rs:67:1 Sep 04 01:32:03.796 INFO kablam! | Sep 04 01:32:03.796 INFO kablam! 67 | / macro_rules! assert_unit { Sep 04 01:32:03.796 INFO kablam! 68 | | ($s:ident, $province:expr, $unit:expr) => ( Sep 04 01:32:03.796 INFO kablam! 69 | | assert_eq!(format!("{:?}", $s.get_unit(&Province::from($province)).unwrap()), $unit); Sep 04 01:32:03.796 INFO kablam! 70 | | ) Sep 04 01:32:03.796 INFO kablam! 71 | | } Sep 04 01:32:03.796 INFO kablam! | |_^ Sep 04 01:32:03.796 INFO kablam! Sep 04 01:32:03.931 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.04s Sep 04 01:32:03.935 INFO kablam! su: No module specific data is present Sep 04 01:32:04.270 INFO running `"docker" "rm" "-f" "b423e314c1b128f8f86efaef1e188e3c5562d36b7df38b3b4b918f833b42c1f1"` Sep 04 01:32:04.384 INFO blam! b423e314c1b128f8f86efaef1e188e3c5562d36b7df38b3b4b918f833b42c1f1