Oct 27 15:06:35.464 INFO checking stpsyr-0.1.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 15:06:35.464 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 27 15:06:35.627 INFO blam! 0244b0624ff09c51d1bd2bc08f6c50d3cdfd2ff839ad1366e7504a5d9d4e38b7 Oct 27 15:06:35.633 INFO running `"docker" "start" "-a" "0244b0624ff09c51d1bd2bc08f6c50d3cdfd2ff839ad1366e7504a5d9d4e38b7"` Oct 27 15:06:36.333 INFO kablam! usermod: no changes Oct 27 15:06:36.385 INFO kablam! Checking csv v0.14.7 Oct 27 15:06:37.355 INFO kablam! Checking stpsyr v0.1.0 (/source) Oct 27 15:06:38.651 INFO kablam! warning: variable does not need to be mutable Oct 27 15:06:38.651 INFO kablam! --> src/stpsyr/svg.rs:17:13 Oct 27 15:06:38.651 INFO kablam! | Oct 27 15:06:38.651 INFO kablam! 17 | let mut in_file = BufReader::new(File::open("data/standard.svg")?); Oct 27 15:06:38.651 INFO kablam! | ----^^^^^^^ Oct 27 15:06:38.651 INFO kablam! | | Oct 27 15:06:38.651 INFO kablam! | help: remove this `mut` Oct 27 15:06:38.651 INFO kablam! | Oct 27 15:06:38.651 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 15:06:38.651 INFO kablam! Oct 27 15:06:38.659 INFO kablam! warning: variable does not need to be mutable Oct 27 15:06:38.659 INFO kablam! --> src/stpsyr/svg.rs:17:13 Oct 27 15:06:38.659 INFO kablam! | Oct 27 15:06:38.659 INFO kablam! 17 | let mut in_file = BufReader::new(File::open("data/standard.svg")?); Oct 27 15:06:38.659 INFO kablam! | ----^^^^^^^ Oct 27 15:06:38.659 INFO kablam! | | Oct 27 15:06:38.659 INFO kablam! | help: remove this `mut` Oct 27 15:06:38.659 INFO kablam! | Oct 27 15:06:38.659 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 15:06:38.659 INFO kablam! Oct 27 15:06:39.525 INFO kablam! warning: unused macro definition Oct 27 15:06:39.525 INFO kablam! --> tests/lib.rs:31:1 Oct 27 15:06:39.525 INFO kablam! | Oct 27 15:06:39.525 INFO kablam! 31 | / macro_rules! support_hold_order { Oct 27 15:06:39.525 INFO kablam! 32 | | ($s:ident, $power:expr, $from:expr, $to:expr) => ( Oct 27 15:06:39.525 INFO kablam! 33 | | $s.add_order(Power::from($power), Province::from($from), Action::SupportHold { to: Province::from($to) }); Oct 27 15:06:39.525 INFO kablam! 34 | | ) Oct 27 15:06:39.525 INFO kablam! 35 | | } Oct 27 15:06:39.525 INFO kablam! | |_^ Oct 27 15:06:39.525 INFO kablam! | Oct 27 15:06:39.525 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 27 15:06:39.525 INFO kablam! Oct 27 15:06:39.525 INFO kablam! warning: unused macro definition Oct 27 15:06:39.525 INFO kablam! --> tests/lib.rs:49:1 Oct 27 15:06:39.525 INFO kablam! | Oct 27 15:06:39.525 INFO kablam! 49 | / macro_rules! order { Oct 27 15:06:39.525 INFO kablam! 50 | | ($s:ident, $orders:expr) => ( Oct 27 15:06:39.525 INFO kablam! 51 | | $s.parse(String::from($orders)); Oct 27 15:06:39.525 INFO kablam! 52 | | ) Oct 27 15:06:39.525 INFO kablam! 53 | | } Oct 27 15:06:39.525 INFO kablam! | |_^ Oct 27 15:06:39.525 INFO kablam! Oct 27 15:06:39.525 INFO kablam! warning: unused macro definition Oct 27 15:06:39.525 INFO kablam! --> tests/lib.rs:55:1 Oct 27 15:06:39.525 INFO kablam! | Oct 27 15:06:39.525 INFO kablam! 55 | / macro_rules! assert_empty { Oct 27 15:06:39.525 INFO kablam! 56 | | ($s:ident, $x:expr) => ( Oct 27 15:06:39.525 INFO kablam! 57 | | assert!($s.get_unit(&Province::from($x)).is_none()); Oct 27 15:06:39.525 INFO kablam! 58 | | ) Oct 27 15:06:39.525 INFO kablam! 59 | | } Oct 27 15:06:39.525 INFO kablam! | |_^ Oct 27 15:06:39.525 INFO kablam! Oct 27 15:06:39.525 INFO kablam! warning: unused macro definition Oct 27 15:06:39.525 INFO kablam! --> tests/lib.rs:67:1 Oct 27 15:06:39.525 INFO kablam! | Oct 27 15:06:39.525 INFO kablam! 67 | / macro_rules! assert_unit { Oct 27 15:06:39.525 INFO kablam! 68 | | ($s:ident, $province:expr, $unit:expr) => ( Oct 27 15:06:39.525 INFO kablam! 69 | | assert_eq!(format!("{:?}", $s.get_unit(&Province::from($province)).unwrap()), $unit); Oct 27 15:06:39.525 INFO kablam! 70 | | ) Oct 27 15:06:39.525 INFO kablam! 71 | | } Oct 27 15:06:39.525 INFO kablam! | |_^ Oct 27 15:06:39.525 INFO kablam! Oct 27 15:06:39.619 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.26s Oct 27 15:06:39.624 INFO kablam! su: No module specific data is present Oct 27 15:06:39.907 INFO running `"docker" "rm" "-f" "0244b0624ff09c51d1bd2bc08f6c50d3cdfd2ff839ad1366e7504a5d9d4e38b7"` Oct 27 15:06:40.009 INFO blam! 0244b0624ff09c51d1bd2bc08f6c50d3cdfd2ff839ad1366e7504a5d9d4e38b7