Sep 03 16:41:42.922 INFO checking programmerjake/hashlife3d against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 03 16:41:42.923 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 03 16:41:42.923 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 03 16:41:43.081 INFO blam! 770f01c4765f05e0b3158994f115eda6df3f3423f18e6f16e49bb6e47cdb610b Sep 03 16:41:43.084 INFO running `"docker" "start" "-a" "770f01c4765f05e0b3158994f115eda6df3f3423f18e6f16e49bb6e47cdb610b"` Sep 03 16:41:43.838 INFO kablam! Compiling rustc-serialize v0.3.24 Sep 03 16:41:43.838 INFO kablam! Compiling term v0.4.6 Sep 03 16:41:43.838 INFO kablam! Compiling bitflags v0.8.2 Sep 03 16:41:43.841 INFO kablam! Compiling libloading v0.4.3 Sep 03 16:41:43.844 INFO kablam! Compiling peeking_take_while v0.1.2 Sep 03 16:41:43.844 INFO kablam! Compiling rand_core v0.2.1 Sep 03 16:41:43.845 INFO kablam! Checking voxels-math v0.1.0 (file:///source/voxels-math) Sep 03 16:41:43.846 INFO kablam! Compiling pkg-config v0.3.13 Sep 03 16:41:44.310 INFO kablam! Compiling log v0.4.3 Sep 03 16:41:46.412 INFO kablam! Compiling memchr v2.0.1 Sep 03 16:41:46.441 INFO kablam! Compiling memchr v1.0.2 Sep 03 16:41:50.819 INFO kablam! Compiling clang-sys v0.21.2 Sep 03 16:41:50.842 INFO kablam! Compiling textwrap v0.10.0 Sep 03 16:41:51.085 INFO kablam! Compiling cmake v0.1.33 Sep 03 16:41:52.351 INFO kablam! Checking inflate v0.4.3 Sep 03 16:41:52.456 INFO kablam! Compiling rand v0.5.5 Sep 03 16:41:52.651 INFO kablam! Checking voxels-image-base v0.1.0 (file:///source/voxels-image-base) Sep 03 16:41:55.352 INFO kablam! Compiling log v0.3.9 Sep 03 16:41:56.411 INFO kablam! Compiling aho-corasick v0.6.6 Sep 03 16:41:56.455 INFO kablam! Compiling nom v3.2.1 Sep 03 16:41:56.566 INFO kablam! Compiling clap v2.32.0 Sep 03 16:41:58.100 INFO kablam! Checking voxels-image-png v0.1.0 (file:///source/voxels-image-png) Sep 03 16:42:03.277 INFO kablam! Compiling glsl-to-spirv v0.1.6 Sep 03 16:42:04.708 INFO kablam! Compiling regex v0.2.11 Sep 03 16:42:08.838 INFO kablam! Checking voxels-image v0.1.0 (file:///source/voxels-image) Sep 03 16:42:08.909 INFO kablam! error[E0277]: the trait bound `&std::boxed::Box: std::iter::Iterator` is not satisfied Sep 03 16:42:08.909 INFO kablam! --> voxels-image-png/src/tests.rs:31:22 Sep 03 16:42:08.909 INFO kablam! | Sep 03 16:42:08.909 INFO kablam! 31 | for pixel in image.get_pixels() { Sep 03 16:42:08.909 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `&std::boxed::Box` is not an iterator; maybe try calling `.iter()` or a similar method Sep 03 16:42:08.914 INFO kablam! | Sep 03 16:42:08.915 INFO kablam! = help: the trait `std::iter::Iterator` is not implemented for `&std::boxed::Box` Sep 03 16:42:08.915 INFO kablam! = note: required by `std::iter::IntoIterator::into_iter` Sep 03 16:42:08.915 INFO kablam! Sep 03 16:42:09.099 INFO kablam! error[E0599]: no method named `width` found for type `&'a image::Image` in the current scope Sep 03 16:42:09.099 INFO kablam! --> voxels-image-png/src/tests.rs:36:26 Sep 03 16:42:09.099 INFO kablam! | Sep 03 16:42:09.099 INFO kablam! 36 | width: image.width(), Sep 03 16:42:09.099 INFO kablam! | ^^^^^ Sep 03 16:42:09.099 INFO kablam! Sep 03 16:42:09.102 INFO kablam! error[E0599]: no method named `height` found for type `&'a image::Image` in the current scope Sep 03 16:42:09.102 INFO kablam! --> voxels-image-png/src/tests.rs:37:27 Sep 03 16:42:09.102 INFO kablam! | Sep 03 16:42:09.102 INFO kablam! 37 | height: image.height(), Sep 03 16:42:09.102 INFO kablam! | ^^^^^^ Sep 03 16:42:09.110 INFO kablam! Sep 03 16:42:09.124 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 03 16:42:09.124 INFO kablam! --> voxels-image-png/src/tests.rs:56:18 Sep 03 16:42:09.124 INFO kablam! | Sep 03 16:42:09.124 INFO kablam! 56 | .load(&mut io::Cursor::new(&bytes[..byte_count])) Sep 03 16:42:09.124 INFO kablam! | ^^^^ expected 2 parameters Sep 03 16:42:09.130 INFO kablam! Sep 03 16:42:09.133 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 03 16:42:09.133 INFO kablam! --> voxels-image-png/src/tests.rs:61:10 Sep 03 16:42:09.133 INFO kablam! | Sep 03 16:42:09.133 INFO kablam! 61 | .load(&mut io::Cursor::new(bytes)) Sep 03 16:42:09.133 INFO kablam! | ^^^^ expected 2 parameters Sep 03 16:42:09.142 INFO kablam! Sep 03 16:42:20.570 INFO kablam! error: aborting due to 5 previous errors Sep 03 16:42:20.570 INFO kablam! Sep 03 16:42:20.570 INFO kablam! Some errors occurred: E0061, E0277, E0599. Sep 03 16:42:20.570 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 03 16:42:20.631 INFO kablam! error: Could not compile `voxels-image-png`. Sep 03 16:42:20.631 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 03 16:43:54.099 INFO kablam! error: build failed Sep 03 16:43:54.101 INFO kablam! su: No module specific data is present Sep 03 16:43:54.758 INFO running `"docker" "rm" "-f" "770f01c4765f05e0b3158994f115eda6df3f3423f18e6f16e49bb6e47cdb610b"` Sep 03 16:43:54.919 INFO blam! 770f01c4765f05e0b3158994f115eda6df3f3423f18e6f16e49bb6e47cdb610b