Sep 05 17:44:25.612 INFO checking programmerjake/hashlife3d against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 05 17:44:25.612 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 05 17:44:25.612 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-1/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 17:44:26.302 INFO blam! cccb23521bb4f8dbf6e6813975cc89cd7e740bfca9d2cd5cea8dd1af6f918d22 Sep 05 17:44:26.307 INFO running `"docker" "start" "-a" "cccb23521bb4f8dbf6e6813975cc89cd7e740bfca9d2cd5cea8dd1af6f918d22"` Sep 05 17:44:27.442 INFO kablam! usermod: no changes Sep 05 17:44:27.898 INFO kablam! Compiling cfg-if v0.1.5 Sep 05 17:44:27.898 INFO kablam! Compiling bitflags v0.8.2 Sep 05 17:44:27.898 INFO kablam! Compiling libloading v0.4.3 Sep 05 17:44:27.906 INFO kablam! Compiling byte-tools v0.2.0 Sep 05 17:44:27.906 INFO kablam! Compiling arrayref v0.3.5 Sep 05 17:44:27.914 INFO kablam! Compiling unicode-width v0.1.5 Sep 05 17:44:27.914 INFO kablam! Compiling fake-simd v0.1.2 Sep 05 17:44:27.914 INFO kablam! Compiling bitflags v1.0.3 Sep 05 17:44:28.350 INFO kablam! Compiling vec_map v0.8.1 Sep 05 17:44:28.396 INFO kablam! Compiling lazy_static v0.2.11 Sep 05 17:44:28.462 INFO kablam! Compiling rand_core v0.2.1 Sep 05 17:44:28.598 INFO kablam! Compiling remove_dir_all v0.5.1 Sep 05 17:44:29.081 INFO kablam! Compiling pkg-config v0.3.13 Sep 05 17:44:29.098 INFO kablam! Checking voxels-math v0.1.0 (file:///source/voxels-math) Sep 05 17:44:29.322 INFO kablam! Compiling num-traits v0.2.5 Sep 05 17:44:29.478 INFO kablam! Compiling syntex_pos v0.58.1 Sep 05 17:44:31.466 INFO kablam! Compiling memchr v2.0.1 Sep 05 17:44:31.927 INFO kablam! Compiling memchr v1.0.2 Sep 05 17:44:31.992 INFO kablam! Compiling atty v0.2.11 Sep 05 17:44:33.417 INFO kablam! Compiling regex-syntax v0.5.6 Sep 05 17:44:33.431 INFO kablam! Compiling clang-sys v0.21.2 Sep 05 17:44:33.966 INFO kablam! Compiling cmake v0.1.33 Sep 05 17:44:37.870 INFO kablam! Compiling log v0.4.3 Sep 05 17:44:37.962 INFO kablam! Checking inflate v0.4.3 Sep 05 17:44:37.990 INFO kablam! Compiling textwrap v0.10.0 Sep 05 17:44:37.990 INFO kablam! Compiling block-buffer v0.3.3 Sep 05 17:44:38.254 INFO kablam! Compiling rand v0.5.5 Sep 05 17:44:38.478 INFO kablam! Checking voxels-image-base v0.1.0 (file:///source/voxels-image-base) Sep 05 17:44:41.682 INFO kablam! Compiling typenum v1.10.0 Sep 05 17:44:41.702 INFO kablam! Compiling aho-corasick v0.6.6 Sep 05 17:44:41.730 INFO kablam! Compiling nom v3.2.1 Sep 05 17:44:42.322 INFO kablam! Compiling syntex_errors v0.58.1 Sep 05 17:44:42.398 INFO kablam! Compiling log v0.3.9 Sep 05 17:44:43.252 INFO kablam! Compiling lazy_static v1.1.0 Sep 05 17:44:44.002 INFO kablam! Compiling clap v2.32.0 Sep 05 17:44:45.138 INFO kablam! Checking voxels-image-png v0.1.0 (file:///source/voxels-image-png) Sep 05 17:44:53.378 INFO kablam! error[E0277]: the trait bound `&std::boxed::Box: std::iter::Iterator` is not satisfied Sep 05 17:44:53.378 INFO kablam! --> voxels-image-png/src/tests.rs:31:22 Sep 05 17:44:53.378 INFO kablam! | Sep 05 17:44:53.378 INFO kablam! 31 | for pixel in image.get_pixels() { Sep 05 17:44:53.378 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `&std::boxed::Box` is not an iterator; maybe try calling `.iter()` or a similar method Sep 05 17:44:53.378 INFO kablam! | Sep 05 17:44:53.378 INFO kablam! = help: the trait `std::iter::Iterator` is not implemented for `&std::boxed::Box` Sep 05 17:44:53.378 INFO kablam! = note: required by `std::iter::IntoIterator::into_iter` Sep 05 17:44:53.378 INFO kablam! Sep 05 17:44:53.623 INFO kablam! error[E0599]: no method named `width` found for type `&'a image::Image` in the current scope Sep 05 17:44:53.623 INFO kablam! --> voxels-image-png/src/tests.rs:36:26 Sep 05 17:44:53.623 INFO kablam! | Sep 05 17:44:53.623 INFO kablam! 36 | width: image.width(), Sep 05 17:44:53.623 INFO kablam! | ^^^^^ Sep 05 17:44:53.630 INFO kablam! Sep 05 17:44:53.632 INFO kablam! error[E0599]: no method named `height` found for type `&'a image::Image` in the current scope Sep 05 17:44:53.632 INFO kablam! --> voxels-image-png/src/tests.rs:37:27 Sep 05 17:44:53.632 INFO kablam! | Sep 05 17:44:53.632 INFO kablam! 37 | height: image.height(), Sep 05 17:44:53.632 INFO kablam! | ^^^^^^ Sep 05 17:44:53.650 INFO kablam! Sep 05 17:44:53.652 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 05 17:44:53.652 INFO kablam! --> voxels-image-png/src/tests.rs:56:18 Sep 05 17:44:53.652 INFO kablam! | Sep 05 17:44:53.652 INFO kablam! 56 | .load(&mut io::Cursor::new(&bytes[..byte_count])) Sep 05 17:44:53.652 INFO kablam! | ^^^^ expected 2 parameters Sep 05 17:44:53.662 INFO kablam! Sep 05 17:44:53.663 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 05 17:44:53.663 INFO kablam! --> voxels-image-png/src/tests.rs:61:10 Sep 05 17:44:53.663 INFO kablam! | Sep 05 17:44:53.663 INFO kablam! 61 | .load(&mut io::Cursor::new(bytes)) Sep 05 17:44:53.663 INFO kablam! | ^^^^ expected 2 parameters Sep 05 17:44:53.670 INFO kablam! Sep 05 17:44:58.994 INFO kablam! error: aborting due to 5 previous errors Sep 05 17:44:58.994 INFO kablam! Sep 05 17:44:58.994 INFO kablam! Some errors occurred: E0061, E0277, E0599. Sep 05 17:44:58.994 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 05 17:44:59.001 INFO kablam! error: Could not compile `voxels-image-png`. Sep 05 17:44:59.002 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 17:45:12.974 INFO kablam! error: build failed Sep 05 17:45:12.974 INFO kablam! su: No module specific data is present Sep 05 17:45:14.515 INFO running `"docker" "rm" "-f" "cccb23521bb4f8dbf6e6813975cc89cd7e740bfca9d2cd5cea8dd1af6f918d22"` Sep 05 17:45:14.893 INFO blam! cccb23521bb4f8dbf6e6813975cc89cd7e740bfca9d2cd5cea8dd1af6f918d22