Sep 01 13:31:06.633 INFO checking programmerjake/hashlife3d against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 01 13:31:06.633 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 13:31:06.633 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-1/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 13:31:06.870 INFO blam! 9aee6e04516a845fa771a37db070c123214e23a105a5ed8f7f39414d29322223 Sep 01 13:31:06.872 INFO running `"docker" "start" "-a" "9aee6e04516a845fa771a37db070c123214e23a105a5ed8f7f39414d29322223"` Sep 01 13:31:07.944 INFO kablam! Compiling rustc-serialize v0.3.24 Sep 01 13:31:07.944 INFO kablam! Compiling term v0.4.6 Sep 01 13:31:07.944 INFO kablam! Compiling bitflags v0.8.2 Sep 01 13:31:07.967 INFO kablam! Compiling unicode-width v0.1.5 Sep 01 13:31:07.967 INFO kablam! Compiling byte-tools v0.2.0 Sep 01 13:31:07.967 INFO kablam! Compiling arrayref v0.3.5 Sep 01 13:31:07.967 INFO kablam! Compiling fake-simd v0.1.2 Sep 01 13:31:07.968 INFO kablam! Compiling vec_map v0.8.1 Sep 01 13:31:08.313 INFO kablam! Checking voxels-math v0.1.0 (file:///source/voxels-math) Sep 01 13:31:08.794 INFO kablam! Compiling log v0.4.3 Sep 01 13:31:08.963 INFO kablam! Compiling memchr v2.0.1 Sep 01 13:31:09.043 INFO kablam! Compiling memchr v1.0.2 Sep 01 13:31:09.953 INFO kablam! Compiling atty v0.2.11 Sep 01 13:31:11.104 INFO kablam! Compiling regex-syntax v0.5.6 Sep 01 13:31:11.118 INFO kablam! Compiling clang-sys v0.21.2 Sep 01 13:31:11.152 INFO kablam! Compiling cmake v0.1.33 Sep 01 13:31:12.815 INFO kablam! Checking inflate v0.4.3 Sep 01 13:31:17.154 INFO kablam! Compiling textwrap v0.10.0 Sep 01 13:31:17.397 INFO kablam! Compiling block-buffer v0.3.3 Sep 01 13:31:18.763 INFO kablam! Compiling nom v3.2.1 Sep 01 13:31:18.874 INFO kablam! Compiling typenum v1.10.0 Sep 01 13:31:19.011 INFO kablam! Compiling aho-corasick v0.6.6 Sep 01 13:31:19.635 INFO kablam! Compiling log v0.3.9 Sep 01 13:31:20.999 INFO kablam! Compiling tempfile v3.0.3 Sep 01 13:31:23.480 INFO kablam! Checking voxels-image-base v0.1.0 (file:///source/voxels-image-base) Sep 01 13:31:24.189 INFO kablam! Compiling clap v2.32.0 Sep 01 13:31:25.488 INFO kablam! Compiling thread_local v0.3.6 Sep 01 13:31:26.468 INFO kablam! Compiling libloading v0.4.3 Sep 01 13:31:27.759 INFO kablam! Checking voxels-image-png v0.1.0 (file:///source/voxels-image-png) Sep 01 13:31:31.539 INFO kablam! Compiling generic-array v0.9.0 Sep 01 13:31:34.650 INFO kablam! Checking voxels-image v0.1.0 (file:///source/voxels-image) Sep 01 13:31:36.735 INFO kablam! Compiling digest v0.7.5 Sep 01 13:31:37.579 INFO kablam! Compiling sha2 v0.7.1 Sep 01 13:31:40.197 INFO kablam! error[E0277]: the trait bound `&std::boxed::Box: std::iter::Iterator` is not satisfied Sep 01 13:31:40.197 INFO kablam! --> voxels-image-png/src/tests.rs:31:22 Sep 01 13:31:40.197 INFO kablam! | Sep 01 13:31:40.197 INFO kablam! 31 | for pixel in image.get_pixels() { Sep 01 13:31:40.197 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `&std::boxed::Box` is not an iterator; maybe try calling `.iter()` or a similar method Sep 01 13:31:40.197 INFO kablam! | Sep 01 13:31:40.197 INFO kablam! = help: the trait `std::iter::Iterator` is not implemented for `&std::boxed::Box` Sep 01 13:31:40.197 INFO kablam! = note: required by `std::iter::IntoIterator::into_iter` Sep 01 13:31:40.197 INFO kablam! Sep 01 13:31:40.392 INFO kablam! error[E0599]: no method named `width` found for type `&'a image::Image` in the current scope Sep 01 13:31:40.393 INFO kablam! --> voxels-image-png/src/tests.rs:36:26 Sep 01 13:31:40.393 INFO kablam! | Sep 01 13:31:40.393 INFO kablam! 36 | width: image.width(), Sep 01 13:31:40.393 INFO kablam! | ^^^^^ Sep 01 13:31:40.393 INFO kablam! Sep 01 13:31:40.396 INFO kablam! error[E0599]: no method named `height` found for type `&'a image::Image` in the current scope Sep 01 13:31:40.396 INFO kablam! --> voxels-image-png/src/tests.rs:37:27 Sep 01 13:31:40.396 INFO kablam! | Sep 01 13:31:40.396 INFO kablam! 37 | height: image.height(), Sep 01 13:31:40.396 INFO kablam! | ^^^^^^ Sep 01 13:31:40.406 INFO kablam! Sep 01 13:31:40.412 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 01 13:31:40.412 INFO kablam! --> voxels-image-png/src/tests.rs:56:18 Sep 01 13:31:40.412 INFO kablam! | Sep 01 13:31:40.412 INFO kablam! 56 | .load(&mut io::Cursor::new(&bytes[..byte_count])) Sep 01 13:31:40.412 INFO kablam! | ^^^^ expected 2 parameters Sep 01 13:31:40.422 INFO kablam! Sep 01 13:31:40.425 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 01 13:31:40.425 INFO kablam! --> voxels-image-png/src/tests.rs:61:10 Sep 01 13:31:40.425 INFO kablam! | Sep 01 13:31:40.425 INFO kablam! 61 | .load(&mut io::Cursor::new(bytes)) Sep 01 13:31:40.425 INFO kablam! | ^^^^ expected 2 parameters Sep 01 13:31:40.426 INFO kablam! Sep 01 13:31:44.134 INFO kablam! Compiling glsl-to-spirv v0.1.6 Sep 01 13:31:44.310 INFO kablam! Compiling cexpr v0.2.3 Sep 01 13:31:51.509 INFO kablam! Compiling syntex_pos v0.58.1 Sep 01 13:31:51.603 INFO kablam! error: aborting due to 5 previous errors Sep 01 13:31:51.603 INFO kablam! Sep 01 13:31:51.603 INFO kablam! Some errors occurred: E0061, E0277, E0599. Sep 01 13:31:51.604 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 01 13:31:51.663 INFO kablam! error: Could not compile `voxels-image-png`. Sep 01 13:31:51.664 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 13:33:25.914 INFO kablam! error: build failed Sep 01 13:33:25.917 INFO kablam! su: No module specific data is present Sep 01 13:33:26.469 INFO running `"docker" "rm" "-f" "9aee6e04516a845fa771a37db070c123214e23a105a5ed8f7f39414d29322223"` Sep 01 13:33:26.624 INFO blam! 9aee6e04516a845fa771a37db070c123214e23a105a5ed8f7f39414d29322223