Oct 12 19:48:04.887 INFO testing vilhelmen/rusty-life against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 19:48:04.887 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 12 19:48:05.091 INFO blam! 0d5a109c3067308db17cff31ad9088324f5b2c085c6530bdad7a3319fc04a0c4 Oct 12 19:48:05.093 INFO running `"docker" "start" "-a" "0d5a109c3067308db17cff31ad9088324f5b2c085c6530bdad7a3319fc04a0c4"` Oct 12 19:48:06.174 INFO kablam! usermod: no changes Oct 12 19:48:06.244 INFO kablam! Compiling rand v0.3.15 Oct 12 19:48:08.198 INFO kablam! Compiling conway v0.1.0 (/source) Oct 12 19:48:08.306 INFO kablam! warning: unnecessary parentheses around method argument Oct 12 19:48:08.306 INFO kablam! --> src/main.rs:118:28 Oct 12 19:48:08.306 INFO kablam! | Oct 12 19:48:08.306 INFO kablam! 118 | ($a:expr, $b:expr) => {( Oct 12 19:48:08.306 INFO kablam! | ________________________________________^ Oct 12 19:48:08.306 INFO kablam! 119 | | if $b < 0 { Oct 12 19:48:08.306 INFO kablam! 120 | | $a.wrapping_sub((-$b) as usize) Oct 12 19:48:08.306 INFO kablam! 121 | | } else { Oct 12 19:48:08.306 INFO kablam! 122 | | $a.wrapping_add($b as usize) Oct 12 19:48:08.306 INFO kablam! 123 | | } Oct 12 19:48:08.306 INFO kablam! 124 | | )}; Oct 12 19:48:08.306 INFO kablam! | |_________________^ Oct 12 19:48:08.306 INFO kablam! ... Oct 12 19:48:08.306 INFO kablam! 133 | |&(dx, dy)| match self.coord_map(bs_math!(xi, dx), bs_math!(yi, dy)) { Oct 12 19:48:08.306 INFO kablam! | ---------------- in this macro invocation Oct 12 19:48:08.306 INFO kablam! | Oct 12 19:48:08.306 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 19:48:08.306 INFO kablam! help: remove these parentheses Oct 12 19:48:08.306 INFO kablam! | Oct 12 19:48:08.306 INFO kablam! 118 | ($a:expr, $b:expr) => {if dx < 0 { Oct 12 19:48:08.306 INFO kablam! 119 | xi.wrapping_sub((-dx) as usize) Oct 12 19:48:08.306 INFO kablam! 120 | } else { xi.wrapping_add(dx as usize) }}; Oct 12 19:48:08.306 INFO kablam! | Oct 12 19:48:08.306 INFO kablam! Oct 12 19:48:08.306 INFO kablam! warning: unnecessary parentheses around method argument Oct 12 19:48:08.306 INFO kablam! --> src/main.rs:118:28 Oct 12 19:48:08.306 INFO kablam! | Oct 12 19:48:08.307 INFO kablam! 118 | ($a:expr, $b:expr) => {( Oct 12 19:48:08.307 INFO kablam! | ________________________________________^ Oct 12 19:48:08.307 INFO kablam! 119 | | if $b < 0 { Oct 12 19:48:08.307 INFO kablam! 120 | | $a.wrapping_sub((-$b) as usize) Oct 12 19:48:08.307 INFO kablam! 121 | | } else { Oct 12 19:48:08.307 INFO kablam! 122 | | $a.wrapping_add($b as usize) Oct 12 19:48:08.307 INFO kablam! 123 | | } Oct 12 19:48:08.307 INFO kablam! 124 | | )}; Oct 12 19:48:08.307 INFO kablam! | |_________________^ Oct 12 19:48:08.307 INFO kablam! ... Oct 12 19:48:08.307 INFO kablam! 133 | |&(dx, dy)| match self.coord_map(bs_math!(xi, dx), bs_math!(yi, dy)) { Oct 12 19:48:08.307 INFO kablam! | ---------------- in this macro invocation Oct 12 19:48:08.307 INFO kablam! help: remove these parentheses Oct 12 19:48:08.307 INFO kablam! | Oct 12 19:48:08.307 INFO kablam! 118 | ($a:expr, $b:expr) => {if dy < 0 { Oct 12 19:48:08.307 INFO kablam! 119 | yi.wrapping_sub((-dy) as usize) Oct 12 19:48:08.307 INFO kablam! 120 | } else { yi.wrapping_add(dy as usize) }}; Oct 12 19:48:08.307 INFO kablam! | Oct 12 19:48:08.307 INFO kablam! Oct 12 19:48:08.990 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.78s Oct 12 19:48:08.993 INFO kablam! su: No module specific data is present Oct 12 19:48:09.285 INFO running `"docker" "rm" "-f" "0d5a109c3067308db17cff31ad9088324f5b2c085c6530bdad7a3319fc04a0c4"` Oct 12 19:48:09.398 INFO blam! 0d5a109c3067308db17cff31ad9088324f5b2c085c6530bdad7a3319fc04a0c4 Oct 12 19:48:09.400 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 12 19:48:09.583 INFO blam! 97d2f96aca283dc73f3f0cae7c40e31e18643cdeecb6de5a5242fe1b13b1b3f6 Oct 12 19:48:09.588 INFO running `"docker" "start" "-a" "97d2f96aca283dc73f3f0cae7c40e31e18643cdeecb6de5a5242fe1b13b1b3f6"` Oct 12 19:48:10.299 INFO kablam! usermod: no changes Oct 12 19:48:10.325 INFO kablam! Compiling conway v0.1.0 (/source) Oct 12 19:48:10.437 INFO kablam! warning: unnecessary parentheses around method argument Oct 12 19:48:10.437 INFO kablam! --> src/main.rs:118:28 Oct 12 19:48:10.437 INFO kablam! | Oct 12 19:48:10.437 INFO kablam! 118 | ($a:expr, $b:expr) => {( Oct 12 19:48:10.437 INFO kablam! | ________________________________________^ Oct 12 19:48:10.437 INFO kablam! 119 | | if $b < 0 { Oct 12 19:48:10.437 INFO kablam! 120 | | $a.wrapping_sub((-$b) as usize) Oct 12 19:48:10.437 INFO kablam! 121 | | } else { Oct 12 19:48:10.437 INFO kablam! 122 | | $a.wrapping_add($b as usize) Oct 12 19:48:10.437 INFO kablam! 123 | | } Oct 12 19:48:10.437 INFO kablam! 124 | | )}; Oct 12 19:48:10.437 INFO kablam! | |_________________^ Oct 12 19:48:10.437 INFO kablam! ... Oct 12 19:48:10.437 INFO kablam! 133 | |&(dx, dy)| match self.coord_map(bs_math!(xi, dx), bs_math!(yi, dy)) { Oct 12 19:48:10.437 INFO kablam! | ---------------- in this macro invocation Oct 12 19:48:10.437 INFO kablam! | Oct 12 19:48:10.437 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 19:48:10.437 INFO kablam! help: remove these parentheses Oct 12 19:48:10.437 INFO kablam! | Oct 12 19:48:10.437 INFO kablam! 118 | ($a:expr, $b:expr) => {if dx < 0 { Oct 12 19:48:10.437 INFO kablam! 119 | xi.wrapping_sub((-dx) as usize) Oct 12 19:48:10.437 INFO kablam! 120 | } else { xi.wrapping_add(dx as usize) }}; Oct 12 19:48:10.437 INFO kablam! | Oct 12 19:48:10.437 INFO kablam! Oct 12 19:48:10.437 INFO kablam! warning: unnecessary parentheses around method argument Oct 12 19:48:10.437 INFO kablam! --> src/main.rs:118:28 Oct 12 19:48:10.437 INFO kablam! | Oct 12 19:48:10.437 INFO kablam! 118 | ($a:expr, $b:expr) => {( Oct 12 19:48:10.437 INFO kablam! | ________________________________________^ Oct 12 19:48:10.437 INFO kablam! 119 | | if $b < 0 { Oct 12 19:48:10.437 INFO kablam! 120 | | $a.wrapping_sub((-$b) as usize) Oct 12 19:48:10.437 INFO kablam! 121 | | } else { Oct 12 19:48:10.437 INFO kablam! 122 | | $a.wrapping_add($b as usize) Oct 12 19:48:10.437 INFO kablam! 123 | | } Oct 12 19:48:10.437 INFO kablam! 124 | | )}; Oct 12 19:48:10.437 INFO kablam! | |_________________^ Oct 12 19:48:10.437 INFO kablam! ... Oct 12 19:48:10.437 INFO kablam! 133 | |&(dx, dy)| match self.coord_map(bs_math!(xi, dx), bs_math!(yi, dy)) { Oct 12 19:48:10.438 INFO kablam! | ---------------- in this macro invocation Oct 12 19:48:10.438 INFO kablam! help: remove these parentheses Oct 12 19:48:10.438 INFO kablam! | Oct 12 19:48:10.438 INFO kablam! 118 | ($a:expr, $b:expr) => {if dy < 0 { Oct 12 19:48:10.438 INFO kablam! 119 | yi.wrapping_sub((-dy) as usize) Oct 12 19:48:10.438 INFO kablam! 120 | } else { yi.wrapping_add(dy as usize) }}; Oct 12 19:48:10.438 INFO kablam! | Oct 12 19:48:10.438 INFO kablam! Oct 12 19:48:10.919 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.60s Oct 12 19:48:10.919 INFO kablam! su: No module specific data is present Oct 12 19:48:11.423 INFO running `"docker" "rm" "-f" "97d2f96aca283dc73f3f0cae7c40e31e18643cdeecb6de5a5242fe1b13b1b3f6"` Oct 12 19:48:11.562 INFO blam! 97d2f96aca283dc73f3f0cae7c40e31e18643cdeecb6de5a5242fe1b13b1b3f6 Oct 12 19:48:11.564 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 12 19:48:11.776 INFO blam! 914e5f24b4263c9d2766907d1e478f953f1e365af3840a69098ef703f265545c Oct 12 19:48:11.781 INFO running `"docker" "start" "-a" "914e5f24b4263c9d2766907d1e478f953f1e365af3840a69098ef703f265545c"` Oct 12 19:48:12.546 INFO kablam! usermod: no changes Oct 12 19:48:12.587 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 12 19:48:12.591 INFO kablam! Running /target/debug/deps/conway-3d3b4c638cd7b1e3 Oct 12 19:48:12.595 INFO blam! Oct 12 19:48:12.595 INFO kablam! su: No module specific data is present Oct 12 19:48:12.595 INFO blam! running 0 tests Oct 12 19:48:12.595 INFO blam! Oct 12 19:48:12.595 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 19:48:12.595 INFO blam! Oct 12 19:48:13.080 INFO running `"docker" "rm" "-f" "914e5f24b4263c9d2766907d1e478f953f1e365af3840a69098ef703f265545c"` Oct 12 19:48:13.194 INFO blam! 914e5f24b4263c9d2766907d1e478f953f1e365af3840a69098ef703f265545c