Oct 13 07:54:01.901 INFO checking stpsyr-0.1.0 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 07:54:01.901 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-6/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-alt check --frozen --all --all-targets" "-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"` Oct 13 07:54:02.285 INFO blam! 72d0ff608bf89a7e0f81816d5cd9d9c994d22ab2f61ad5cb1c571b538d943534 Oct 13 07:54:02.290 INFO running `"docker" "start" "-a" "72d0ff608bf89a7e0f81816d5cd9d9c994d22ab2f61ad5cb1c571b538d943534"` Oct 13 07:54:02.856 INFO kablam! usermod: no changes Oct 13 07:54:02.896 INFO kablam! Checking stpsyr v0.1.0 (/source) Oct 13 07:54:04.096 INFO kablam! warning: variable does not need to be mutable Oct 13 07:54:04.096 INFO kablam! --> src/stpsyr/svg.rs:17:13 Oct 13 07:54:04.096 INFO kablam! | Oct 13 07:54:04.096 INFO kablam! 17 | let mut in_file = BufReader::new(File::open("data/standard.svg")?); Oct 13 07:54:04.096 INFO kablam! | ----^^^^^^^ Oct 13 07:54:04.096 INFO kablam! | | Oct 13 07:54:04.096 INFO kablam! | help: remove this `mut` Oct 13 07:54:04.096 INFO kablam! | Oct 13 07:54:04.096 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 07:54:04.096 INFO kablam! Oct 13 07:54:04.176 INFO kablam! warning: variable does not need to be mutable Oct 13 07:54:04.176 INFO kablam! --> src/stpsyr/svg.rs:17:13 Oct 13 07:54:04.176 INFO kablam! | Oct 13 07:54:04.176 INFO kablam! 17 | let mut in_file = BufReader::new(File::open("data/standard.svg")?); Oct 13 07:54:04.176 INFO kablam! | ----^^^^^^^ Oct 13 07:54:04.176 INFO kablam! | | Oct 13 07:54:04.176 INFO kablam! | help: remove this `mut` Oct 13 07:54:04.181 INFO kablam! | Oct 13 07:54:04.181 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 07:54:04.181 INFO kablam! Oct 13 07:54:05.578 INFO kablam! warning: unused macro definition Oct 13 07:54:05.578 INFO kablam! --> tests/lib.rs:31:1 Oct 13 07:54:05.578 INFO kablam! | Oct 13 07:54:05.578 INFO kablam! 31 | / macro_rules! support_hold_order { Oct 13 07:54:05.578 INFO kablam! 32 | | ($s:ident, $power:expr, $from:expr, $to:expr) => ( Oct 13 07:54:05.578 INFO kablam! 33 | | $s.add_order(Power::from($power), Province::from($from), Action::SupportHold { to: Province::from($to) }); Oct 13 07:54:05.578 INFO kablam! 34 | | ) Oct 13 07:54:05.578 INFO kablam! 35 | | } Oct 13 07:54:05.578 INFO kablam! | |_^ Oct 13 07:54:05.578 INFO kablam! | Oct 13 07:54:05.578 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 13 07:54:05.578 INFO kablam! Oct 13 07:54:05.578 INFO kablam! warning: unused macro definition Oct 13 07:54:05.578 INFO kablam! --> tests/lib.rs:49:1 Oct 13 07:54:05.578 INFO kablam! | Oct 13 07:54:05.578 INFO kablam! 49 | / macro_rules! order { Oct 13 07:54:05.578 INFO kablam! 50 | | ($s:ident, $orders:expr) => ( Oct 13 07:54:05.578 INFO kablam! 51 | | $s.parse(String::from($orders)); Oct 13 07:54:05.578 INFO kablam! 52 | | ) Oct 13 07:54:05.578 INFO kablam! 53 | | } Oct 13 07:54:05.578 INFO kablam! | |_^ Oct 13 07:54:05.578 INFO kablam! Oct 13 07:54:05.578 INFO kablam! warning: unused macro definition Oct 13 07:54:05.578 INFO kablam! --> tests/lib.rs:55:1 Oct 13 07:54:05.578 INFO kablam! | Oct 13 07:54:05.578 INFO kablam! 55 | / macro_rules! assert_empty { Oct 13 07:54:05.578 INFO kablam! 56 | | ($s:ident, $x:expr) => ( Oct 13 07:54:05.578 INFO kablam! 57 | | assert!($s.get_unit(&Province::from($x)).is_none()); Oct 13 07:54:05.579 INFO kablam! 58 | | ) Oct 13 07:54:05.579 INFO kablam! 59 | | } Oct 13 07:54:05.579 INFO kablam! | |_^ Oct 13 07:54:05.579 INFO kablam! Oct 13 07:54:05.579 INFO kablam! warning: unused macro definition Oct 13 07:54:05.579 INFO kablam! --> tests/lib.rs:67:1 Oct 13 07:54:05.579 INFO kablam! | Oct 13 07:54:05.579 INFO kablam! 67 | / macro_rules! assert_unit { Oct 13 07:54:05.579 INFO kablam! 68 | | ($s:ident, $province:expr, $unit:expr) => ( Oct 13 07:54:05.579 INFO kablam! 69 | | assert_eq!(format!("{:?}", $s.get_unit(&Province::from($province)).unwrap()), $unit); Oct 13 07:54:05.579 INFO kablam! 70 | | ) Oct 13 07:54:05.579 INFO kablam! 71 | | } Oct 13 07:54:05.579 INFO kablam! | |_^ Oct 13 07:54:05.579 INFO kablam! Oct 13 07:54:05.687 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.81s Oct 13 07:54:05.695 INFO kablam! su: No module specific data is present Oct 13 07:54:06.176 INFO running `"docker" "rm" "-f" "72d0ff608bf89a7e0f81816d5cd9d9c994d22ab2f61ad5cb1c571b538d943534"` Oct 13 07:54:06.402 INFO blam! 72d0ff608bf89a7e0f81816d5cd9d9c994d22ab2f61ad5cb1c571b538d943534