Oct 21 12:30:37.481 INFO checking vilhelmen/rusty-life against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 12:30:37.482 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 12:30:37.812 INFO blam! 1054deca3c02050fd108efbb464f007251e246cde40e4182bc350d1008073a51 Oct 21 12:30:37.816 INFO running `"docker" "start" "-a" "1054deca3c02050fd108efbb464f007251e246cde40e4182bc350d1008073a51"` Oct 21 12:30:39.276 INFO kablam! usermod: no changes Oct 21 12:30:39.336 INFO kablam! Checking conway v0.1.0 (/source) Oct 21 12:30:39.628 INFO kablam! warning: unnecessary parentheses around method argument Oct 21 12:30:39.628 INFO kablam! --> src/main.rs:118:28 Oct 21 12:30:39.628 INFO kablam! | Oct 21 12:30:39.628 INFO kablam! 118 | ($a:expr, $b:expr) => {( Oct 21 12:30:39.628 INFO kablam! | ________________________________________^ Oct 21 12:30:39.628 INFO kablam! 119 | | if $b < 0 { Oct 21 12:30:39.629 INFO kablam! 120 | | $a.wrapping_sub((-$b) as usize) Oct 21 12:30:39.629 INFO kablam! 121 | | } else { Oct 21 12:30:39.629 INFO kablam! 122 | | $a.wrapping_add($b as usize) Oct 21 12:30:39.629 INFO kablam! 123 | | } Oct 21 12:30:39.629 INFO kablam! 124 | | )}; Oct 21 12:30:39.629 INFO kablam! | |_________________^ Oct 21 12:30:39.629 INFO kablam! ... Oct 21 12:30:39.629 INFO kablam! 133 | |&(dx, dy)| match self.coord_map(bs_math!(xi, dx), bs_math!(yi, dy)) { Oct 21 12:30:39.629 INFO kablam! | ---------------- in this macro invocation Oct 21 12:30:39.629 INFO kablam! | Oct 21 12:30:39.629 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 12:30:39.629 INFO kablam! help: remove these parentheses Oct 21 12:30:39.629 INFO kablam! | Oct 21 12:30:39.629 INFO kablam! 118 | ($a:expr, $b:expr) => {if dx < 0 { Oct 21 12:30:39.629 INFO kablam! 119 | xi.wrapping_sub((-dx) as usize) Oct 21 12:30:39.629 INFO kablam! 120 | } else { xi.wrapping_add(dx as usize) }}; Oct 21 12:30:39.629 INFO kablam! | Oct 21 12:30:39.629 INFO kablam! Oct 21 12:30:39.629 INFO kablam! warning: unnecessary parentheses around method argument Oct 21 12:30:39.629 INFO kablam! --> src/main.rs:118:28 Oct 21 12:30:39.629 INFO kablam! | Oct 21 12:30:39.629 INFO kablam! 118 | ($a:expr, $b:expr) => {( Oct 21 12:30:39.629 INFO kablam! | ________________________________________^ Oct 21 12:30:39.629 INFO kablam! 119 | | if $b < 0 { Oct 21 12:30:39.629 INFO kablam! 120 | | $a.wrapping_sub((-$b) as usize) Oct 21 12:30:39.629 INFO kablam! 121 | | } else { Oct 21 12:30:39.629 INFO kablam! 122 | | $a.wrapping_add($b as usize) Oct 21 12:30:39.629 INFO kablam! 123 | | } Oct 21 12:30:39.629 INFO kablam! 124 | | )}; Oct 21 12:30:39.629 INFO kablam! | |_________________^ Oct 21 12:30:39.629 INFO kablam! ... Oct 21 12:30:39.629 INFO kablam! 133 | |&(dx, dy)| match self.coord_map(bs_math!(xi, dx), bs_math!(yi, dy)) { Oct 21 12:30:39.629 INFO kablam! | ---------------- in this macro invocation Oct 21 12:30:39.629 INFO kablam! help: remove these parentheses Oct 21 12:30:39.629 INFO kablam! | Oct 21 12:30:39.629 INFO kablam! 118 | ($a:expr, $b:expr) => {if dy < 0 { Oct 21 12:30:39.629 INFO kablam! 119 | yi.wrapping_sub((-dy) as usize) Oct 21 12:30:39.629 INFO kablam! 120 | } else { yi.wrapping_add(dy as usize) }}; Oct 21 12:30:39.629 INFO kablam! | Oct 21 12:30:39.629 INFO kablam! Oct 21 12:30:39.692 INFO kablam! warning: unnecessary parentheses around method argument Oct 21 12:30:39.692 INFO kablam! --> src/main.rs:118:28 Oct 21 12:30:39.692 INFO kablam! | Oct 21 12:30:39.692 INFO kablam! 118 | ($a:expr, $b:expr) => {( Oct 21 12:30:39.692 INFO kablam! | ________________________________________^ Oct 21 12:30:39.692 INFO kablam! 119 | | if $b < 0 { Oct 21 12:30:39.692 INFO kablam! 120 | | $a.wrapping_sub((-$b) as usize) Oct 21 12:30:39.692 INFO kablam! 121 | | } else { Oct 21 12:30:39.692 INFO kablam! 122 | | $a.wrapping_add($b as usize) Oct 21 12:30:39.692 INFO kablam! 123 | | } Oct 21 12:30:39.693 INFO kablam! 124 | | )}; Oct 21 12:30:39.693 INFO kablam! | |_________________^ Oct 21 12:30:39.693 INFO kablam! ... Oct 21 12:30:39.693 INFO kablam! 133 | |&(dx, dy)| match self.coord_map(bs_math!(xi, dx), bs_math!(yi, dy)) { Oct 21 12:30:39.693 INFO kablam! | ---------------- in this macro invocation Oct 21 12:30:39.693 INFO kablam! | Oct 21 12:30:39.693 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 12:30:39.693 INFO kablam! help: remove these parentheses Oct 21 12:30:39.693 INFO kablam! | Oct 21 12:30:39.693 INFO kablam! 118 | ($a:expr, $b:expr) => {if dx < 0 { Oct 21 12:30:39.693 INFO kablam! 119 | xi.wrapping_sub((-dx) as usize) Oct 21 12:30:39.693 INFO kablam! 120 | } else { xi.wrapping_add(dx as usize) }}; Oct 21 12:30:39.693 INFO kablam! | Oct 21 12:30:39.693 INFO kablam! Oct 21 12:30:39.693 INFO kablam! warning: unnecessary parentheses around method argument Oct 21 12:30:39.693 INFO kablam! --> src/main.rs:118:28 Oct 21 12:30:39.693 INFO kablam! | Oct 21 12:30:39.693 INFO kablam! 118 | ($a:expr, $b:expr) => {( Oct 21 12:30:39.693 INFO kablam! | ________________________________________^ Oct 21 12:30:39.693 INFO kablam! 119 | | if $b < 0 { Oct 21 12:30:39.693 INFO kablam! 120 | | $a.wrapping_sub((-$b) as usize) Oct 21 12:30:39.693 INFO kablam! 121 | | } else { Oct 21 12:30:39.693 INFO kablam! 122 | | $a.wrapping_add($b as usize) Oct 21 12:30:39.693 INFO kablam! 123 | | } Oct 21 12:30:39.693 INFO kablam! 124 | | )}; Oct 21 12:30:39.693 INFO kablam! | |_________________^ Oct 21 12:30:39.693 INFO kablam! ... Oct 21 12:30:39.693 INFO kablam! 133 | |&(dx, dy)| match self.coord_map(bs_math!(xi, dx), bs_math!(yi, dy)) { Oct 21 12:30:39.693 INFO kablam! | ---------------- in this macro invocation Oct 21 12:30:39.693 INFO kablam! help: remove these parentheses Oct 21 12:30:39.693 INFO kablam! | Oct 21 12:30:39.693 INFO kablam! 118 | ($a:expr, $b:expr) => {if dy < 0 { Oct 21 12:30:39.693 INFO kablam! 119 | yi.wrapping_sub((-dy) as usize) Oct 21 12:30:39.693 INFO kablam! 120 | } else { yi.wrapping_add(dy as usize) }}; Oct 21 12:30:39.693 INFO kablam! | Oct 21 12:30:39.693 INFO kablam! Oct 21 12:30:39.993 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.68s Oct 21 12:30:39.996 INFO kablam! su: No module specific data is present Oct 21 12:30:40.904 INFO running `"docker" "rm" "-f" "1054deca3c02050fd108efbb464f007251e246cde40e4182bc350d1008073a51"` Oct 21 12:30:41.255 INFO blam! 1054deca3c02050fd108efbb464f007251e246cde40e4182bc350d1008073a51