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