Sep 14 03:14:38.840 INFO checking programmerjake/hashlife3d against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 03:14:38.840 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 03:14:38.841 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-5/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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=1000" "-e" "CMD=cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 03:14:40.400 INFO blam! 907936303a5b8b5c59ed57938b07444b9c5c1915d1e0c192cd7c88d693672fe7 Sep 14 03:14:40.400 INFO running `"docker" "start" "-a" "907936303a5b8b5c59ed57938b07444b9c5c1915d1e0c192cd7c88d693672fe7"` Sep 14 03:14:42.203 INFO kablam! usermod: no changes Sep 14 03:14:42.636 INFO kablam! Compiling cfg-if v0.1.5 Sep 14 03:14:42.641 INFO kablam! Compiling libc v0.2.43 Sep 14 03:14:42.642 INFO kablam! Compiling bitflags v0.8.2 Sep 14 03:14:42.656 INFO kablam! Compiling unicode-width v0.1.5 Sep 14 03:14:42.657 INFO kablam! Compiling arrayref v0.3.5 Sep 14 03:14:42.658 INFO kablam! Compiling bitflags v1.0.3 Sep 14 03:14:42.660 INFO kablam! Compiling strsim v0.7.0 Sep 14 03:14:42.661 INFO kablam! Compiling vec_map v0.8.1 Sep 14 03:14:43.083 INFO kablam! Compiling ansi_term v0.11.0 Sep 14 03:14:43.140 INFO kablam! Compiling rand_core v0.2.1 Sep 14 03:14:43.293 INFO kablam! Compiling peeking_take_while v0.1.2 Sep 14 03:14:43.312 INFO kablam! Checking voxels-math v0.1.0 (file:///source/voxels-math) Sep 14 03:14:43.648 INFO kablam! Compiling pkg-config v0.3.13 Sep 14 03:14:44.531 INFO kablam! Compiling proc-macro2 v0.4.18 Sep 14 03:14:45.440 INFO kablam! Checking reexport-proc-macro v1.0.5 Sep 14 03:14:47.687 INFO kablam! Checking array-macro v1.0.2 Sep 14 03:14:48.440 INFO kablam! Compiling syntex_pos v0.58.1 Sep 14 03:14:50.074 INFO kablam! Compiling clang-sys v0.21.2 Sep 14 03:14:50.084 INFO kablam! Compiling cmake v0.1.33 Sep 14 03:14:50.114 INFO kablam! Compiling log v0.4.3 Sep 14 03:14:50.136 INFO kablam! Compiling block-buffer v0.3.3 Sep 14 03:14:50.606 INFO kablam! Compiling textwrap v0.10.0 Sep 14 03:14:51.404 INFO kablam! Checking inflate v0.4.3 Sep 14 03:14:54.207 INFO kablam! Checking voxels-image-base v0.1.0 (file:///source/voxels-image-base) Sep 14 03:14:54.280 INFO kablam! Compiling typenum v1.10.0 Sep 14 03:14:54.287 INFO kablam! Compiling memchr v2.0.1 Sep 14 03:14:54.388 INFO kablam! Compiling memchr v1.0.2 Sep 14 03:14:54.435 INFO kablam! Compiling atty v0.2.11 Sep 14 03:14:54.532 INFO kablam! Compiling rand v0.5.5 Sep 14 03:14:54.617 INFO kablam! Compiling log v0.3.9 Sep 14 03:14:55.489 INFO kablam! Compiling lazy_static v1.1.0 Sep 14 03:14:56.112 INFO kablam! Compiling syntex_errors v0.58.1 Sep 14 03:14:56.164 INFO kablam! Compiling clap v2.32.0 Sep 14 03:14:56.166 INFO kablam! Checking voxels-image-png v0.1.0 (file:///source/voxels-image-png) Sep 14 03:14:56.212 INFO kablam! Compiling nom v3.2.1 Sep 14 03:14:58.557 INFO kablam! Compiling thread_local v0.3.6 Sep 14 03:15:00.289 INFO kablam! error[E0277]: the trait bound `&std::boxed::Box: std::iter::Iterator` is not satisfied Sep 14 03:15:00.289 INFO kablam! --> voxels-image-png/src/tests.rs:31:22 Sep 14 03:15:00.289 INFO kablam! | Sep 14 03:15:00.289 INFO kablam! 31 | for pixel in image.get_pixels() { Sep 14 03:15:00.289 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `&std::boxed::Box` is not an iterator; maybe try calling `.iter()` or a similar method Sep 14 03:15:00.289 INFO kablam! | Sep 14 03:15:00.289 INFO kablam! = help: the trait `std::iter::Iterator` is not implemented for `&std::boxed::Box` Sep 14 03:15:00.289 INFO kablam! = note: required by `std::iter::IntoIterator::into_iter` Sep 14 03:15:00.289 INFO kablam! Sep 14 03:15:00.383 INFO kablam! error[E0599]: no method named `width` found for type `&'a image::Image` in the current scope Sep 14 03:15:00.383 INFO kablam! --> voxels-image-png/src/tests.rs:36:26 Sep 14 03:15:00.383 INFO kablam! | Sep 14 03:15:00.383 INFO kablam! 36 | width: image.width(), Sep 14 03:15:00.383 INFO kablam! | ^^^^^ Sep 14 03:15:00.384 INFO kablam! Sep 14 03:15:00.386 INFO kablam! error[E0599]: no method named `height` found for type `&'a image::Image` in the current scope Sep 14 03:15:00.386 INFO kablam! --> voxels-image-png/src/tests.rs:37:27 Sep 14 03:15:00.386 INFO kablam! | Sep 14 03:15:00.386 INFO kablam! 37 | height: image.height(), Sep 14 03:15:00.386 INFO kablam! | ^^^^^^ Sep 14 03:15:00.407 INFO kablam! Sep 14 03:15:00.410 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 14 03:15:00.410 INFO kablam! --> voxels-image-png/src/tests.rs:56:18 Sep 14 03:15:00.410 INFO kablam! | Sep 14 03:15:00.410 INFO kablam! 56 | .load(&mut io::Cursor::new(&bytes[..byte_count])) Sep 14 03:15:00.410 INFO kablam! | ^^^^ expected 2 parameters Sep 14 03:15:00.410 INFO kablam! Sep 14 03:15:00.412 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 14 03:15:00.412 INFO kablam! --> voxels-image-png/src/tests.rs:61:10 Sep 14 03:15:00.412 INFO kablam! | Sep 14 03:15:00.412 INFO kablam! 61 | .load(&mut io::Cursor::new(bytes)) Sep 14 03:15:00.412 INFO kablam! | ^^^^ expected 2 parameters Sep 14 03:15:00.412 INFO kablam! Sep 14 03:15:03.528 INFO kablam! error: aborting due to 5 previous errors Sep 14 03:15:03.528 INFO kablam! Sep 14 03:15:03.528 INFO kablam! Some errors occurred: E0061, E0277, E0599. Sep 14 03:15:03.528 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 14 03:15:03.560 INFO kablam! error: Could not compile `voxels-image-png`. Sep 14 03:15:03.560 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 03:15:10.034 INFO kablam! error: build failed Sep 14 03:15:10.035 INFO kablam! su: No module specific data is present Sep 14 03:15:12.004 INFO running `"docker" "rm" "-f" "907936303a5b8b5c59ed57938b07444b9c5c1915d1e0c192cd7c88d693672fe7"` Sep 14 03:15:12.107 INFO blam! 907936303a5b8b5c59ed57938b07444b9c5c1915d1e0c192cd7c88d693672fe7