Sep 19 19:28:08.046 INFO checking stpsyr-0.1.0 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 19:28:08.046 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 19:28:08.046 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-1/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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=1000" "-e" "CMD=cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 19:28:08.260 INFO blam! 1704f09f674590bb0421207d0a699fd053f1eaa9e8794bb44c247e5ebf30dd89 Sep 19 19:28:08.261 INFO running `"docker" "start" "-a" "1704f09f674590bb0421207d0a699fd053f1eaa9e8794bb44c247e5ebf30dd89"` Sep 19 19:28:08.933 INFO kablam! usermod: no changes Sep 19 19:28:08.972 INFO kablam! Checking stpsyr v0.1.0 (/source) Sep 19 19:28:09.563 INFO kablam! warning: variable does not need to be mutable Sep 19 19:28:09.563 INFO kablam! --> src/stpsyr/svg.rs:17:13 Sep 19 19:28:09.563 INFO kablam! | Sep 19 19:28:09.563 INFO kablam! 17 | let mut in_file = BufReader::new(File::open("data/standard.svg")?); Sep 19 19:28:09.563 INFO kablam! | ----^^^^^^^ Sep 19 19:28:09.563 INFO kablam! | | Sep 19 19:28:09.563 INFO kablam! | help: remove this `mut` Sep 19 19:28:09.563 INFO kablam! | Sep 19 19:28:09.563 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 19 19:28:09.563 INFO kablam! Sep 19 19:28:09.679 INFO kablam! warning: variable does not need to be mutable Sep 19 19:28:09.679 INFO kablam! --> src/stpsyr/svg.rs:17:13 Sep 19 19:28:09.679 INFO kablam! | Sep 19 19:28:09.679 INFO kablam! 17 | let mut in_file = BufReader::new(File::open("data/standard.svg")?); Sep 19 19:28:09.679 INFO kablam! | ----^^^^^^^ Sep 19 19:28:09.679 INFO kablam! | | Sep 19 19:28:09.679 INFO kablam! | help: remove this `mut` Sep 19 19:28:09.679 INFO kablam! | Sep 19 19:28:09.679 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 19 19:28:09.679 INFO kablam! Sep 19 19:28:09.862 INFO kablam! warning: unused macro definition Sep 19 19:28:09.862 INFO kablam! --> tests/lib.rs:31:1 Sep 19 19:28:09.862 INFO kablam! | Sep 19 19:28:09.862 INFO kablam! 31 | / macro_rules! support_hold_order { Sep 19 19:28:09.862 INFO kablam! 32 | | ($s:ident, $power:expr, $from:expr, $to:expr) => ( Sep 19 19:28:09.862 INFO kablam! 33 | | $s.add_order(Power::from($power), Province::from($from), Action::SupportHold { to: Province::from($to) }); Sep 19 19:28:09.862 INFO kablam! 34 | | ) Sep 19 19:28:09.862 INFO kablam! 35 | | } Sep 19 19:28:09.862 INFO kablam! | |_^ Sep 19 19:28:09.862 INFO kablam! | Sep 19 19:28:09.862 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 19 19:28:09.862 INFO kablam! Sep 19 19:28:09.862 INFO kablam! warning: unused macro definition Sep 19 19:28:09.862 INFO kablam! --> tests/lib.rs:49:1 Sep 19 19:28:09.862 INFO kablam! | Sep 19 19:28:09.862 INFO kablam! 49 | / macro_rules! order { Sep 19 19:28:09.862 INFO kablam! 50 | | ($s:ident, $orders:expr) => ( Sep 19 19:28:09.862 INFO kablam! 51 | | $s.parse(String::from($orders)); Sep 19 19:28:09.862 INFO kablam! 52 | | ) Sep 19 19:28:09.862 INFO kablam! 53 | | } Sep 19 19:28:09.862 INFO kablam! | |_^ Sep 19 19:28:09.862 INFO kablam! Sep 19 19:28:09.862 INFO kablam! warning: unused macro definition Sep 19 19:28:09.862 INFO kablam! --> tests/lib.rs:55:1 Sep 19 19:28:09.862 INFO kablam! | Sep 19 19:28:09.862 INFO kablam! 55 | / macro_rules! assert_empty { Sep 19 19:28:09.862 INFO kablam! 56 | | ($s:ident, $x:expr) => ( Sep 19 19:28:09.862 INFO kablam! 57 | | assert!($s.get_unit(&Province::from($x)).is_none()); Sep 19 19:28:09.862 INFO kablam! 58 | | ) Sep 19 19:28:09.862 INFO kablam! 59 | | } Sep 19 19:28:09.862 INFO kablam! | |_^ Sep 19 19:28:09.862 INFO kablam! Sep 19 19:28:09.862 INFO kablam! warning: unused macro definition Sep 19 19:28:09.862 INFO kablam! --> tests/lib.rs:67:1 Sep 19 19:28:09.862 INFO kablam! | Sep 19 19:28:09.862 INFO kablam! 67 | / macro_rules! assert_unit { Sep 19 19:28:09.862 INFO kablam! 68 | | ($s:ident, $province:expr, $unit:expr) => ( Sep 19 19:28:09.862 INFO kablam! 69 | | assert_eq!(format!("{:?}", $s.get_unit(&Province::from($province)).unwrap()), $unit); Sep 19 19:28:09.862 INFO kablam! 70 | | ) Sep 19 19:28:09.862 INFO kablam! 71 | | } Sep 19 19:28:09.862 INFO kablam! | |_^ Sep 19 19:28:09.862 INFO kablam! Sep 19 19:28:09.949 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.00s Sep 19 19:28:09.952 INFO kablam! su: No module specific data is present Sep 19 19:28:10.496 INFO running `"docker" "rm" "-f" "1704f09f674590bb0421207d0a699fd053f1eaa9e8794bb44c247e5ebf30dd89"` Sep 19 19:28:10.643 INFO blam! 1704f09f674590bb0421207d0a699fd053f1eaa9e8794bb44c247e5ebf30dd89