Sep 05 17:44:22.950 INFO checking programmerjake/hashlife3d against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 05 17:44:22.950 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 05 17:44:22.951 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-0/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-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:23.433 INFO blam! d70adbcbc9ffd0b6ecf2ed948359d9e4a6011d5c78302f52d6b7a52410692a4f Sep 05 17:44:23.438 INFO running `"docker" "start" "-a" "d70adbcbc9ffd0b6ecf2ed948359d9e4a6011d5c78302f52d6b7a52410692a4f"` Sep 05 17:44:25.169 INFO kablam! usermod: no changes Sep 05 17:44:25.626 INFO kablam! Compiling term v0.4.6 Sep 05 17:44:25.626 INFO kablam! Compiling bitflags v0.8.2 Sep 05 17:44:25.629 INFO kablam! Compiling ucd-util v0.1.1 Sep 05 17:44:25.633 INFO kablam! Compiling regex v0.2.11 Sep 05 17:44:25.633 INFO kablam! Compiling libloading v0.4.3 Sep 05 17:44:25.633 INFO kablam! Compiling byte-tools v0.2.0 Sep 05 17:44:25.633 INFO kablam! Compiling arrayref v0.3.5 Sep 05 17:44:25.633 INFO kablam! Compiling utf8-ranges v1.0.0 Sep 05 17:44:26.110 INFO kablam! Compiling unicode-width v0.1.5 Sep 05 17:44:26.134 INFO kablam! Compiling strsim v0.7.0 Sep 05 17:44:28.463 INFO kablam! Compiling vec_map v0.8.1 Sep 05 17:44:28.464 INFO kablam! Compiling ansi_term v0.11.0 Sep 05 17:44:28.469 INFO kablam! Compiling fake-simd v0.1.2 Sep 05 17:44:28.486 INFO kablam! Compiling peeking_take_while v0.1.2 Sep 05 17:44:28.610 INFO kablam! Compiling rand_core v0.2.1 Sep 05 17:44:31.141 INFO kablam! Checking voxels-math v0.1.0 (file:///source/voxels-math) Sep 05 17:44:31.142 INFO kablam! Checking adler32 v1.0.3 Sep 05 17:44:31.142 INFO kablam! Compiling syntex_pos v0.58.1 Sep 05 17:44:31.165 INFO kablam! Compiling log v0.4.3 Sep 05 17:44:31.169 INFO kablam! Compiling memchr v2.0.1 Sep 05 17:44:31.326 INFO kablam! Compiling memchr v1.0.2 Sep 05 17:44:32.742 INFO kablam! Compiling atty v0.2.11 Sep 05 17:44:36.843 INFO kablam! Compiling clang-sys v0.21.2 Sep 05 17:44:36.867 INFO kablam! Compiling textwrap v0.10.0 Sep 05 17:44:36.869 INFO kablam! Compiling block-buffer v0.3.3 Sep 05 17:44:36.879 INFO kablam! Compiling regex-syntax v0.5.6 Sep 05 17:44:36.915 INFO kablam! Compiling cmake v0.1.33 Sep 05 17:44:36.986 INFO kablam! Compiling rand v0.5.5 Sep 05 17:44:37.227 INFO kablam! Checking inflate v0.4.3 Sep 05 17:44:37.284 INFO kablam! Compiling nom v3.2.1 Sep 05 17:44:42.614 INFO kablam! Compiling aho-corasick v0.6.6 Sep 05 17:44:42.636 INFO kablam! Compiling log v0.3.9 Sep 05 17:44:42.637 INFO kablam! Compiling typenum v1.10.0 Sep 05 17:44:42.730 INFO kablam! Compiling syntex_errors v0.58.1 Sep 05 17:44:44.264 INFO kablam! Checking voxels-image-base v0.1.0 (file:///source/voxels-image-base) Sep 05 17:44:46.112 INFO kablam! Compiling clap v2.32.0 Sep 05 17:44:48.174 INFO kablam! Checking voxels-image-png v0.1.0 (file:///source/voxels-image-png) Sep 05 17:44:55.830 INFO kablam! error[E0277]: the trait bound `&std::boxed::Box: std::iter::Iterator` is not satisfied Sep 05 17:44:55.830 INFO kablam! --> voxels-image-png/src/tests.rs:31:22 Sep 05 17:44:55.830 INFO kablam! | Sep 05 17:44:55.830 INFO kablam! 31 | for pixel in image.get_pixels() { Sep 05 17:44:55.830 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `&std::boxed::Box` is not an iterator; maybe try calling `.iter()` or a similar method Sep 05 17:44:55.830 INFO kablam! | Sep 05 17:44:55.830 INFO kablam! = help: the trait `std::iter::Iterator` is not implemented for `&std::boxed::Box` Sep 05 17:44:55.830 INFO kablam! = note: required by `std::iter::IntoIterator::into_iter` Sep 05 17:44:55.830 INFO kablam! Sep 05 17:44:55.870 INFO kablam! error[E0599]: no method named `width` found for type `&'a image::Image` in the current scope Sep 05 17:44:55.871 INFO kablam! --> voxels-image-png/src/tests.rs:36:26 Sep 05 17:44:55.871 INFO kablam! | Sep 05 17:44:55.871 INFO kablam! 36 | width: image.width(), Sep 05 17:44:55.871 INFO kablam! | ^^^^^ Sep 05 17:44:55.874 INFO kablam! Sep 05 17:44:55.874 INFO kablam! error[E0599]: no method named `height` found for type `&'a image::Image` in the current scope Sep 05 17:44:55.874 INFO kablam! --> voxels-image-png/src/tests.rs:37:27 Sep 05 17:44:55.874 INFO kablam! | Sep 05 17:44:55.874 INFO kablam! 37 | height: image.height(), Sep 05 17:44:55.874 INFO kablam! | ^^^^^^ Sep 05 17:44:55.874 INFO kablam! Sep 05 17:44:55.875 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 05 17:44:55.875 INFO kablam! --> voxels-image-png/src/tests.rs:56:18 Sep 05 17:44:55.875 INFO kablam! | Sep 05 17:44:55.875 INFO kablam! 56 | .load(&mut io::Cursor::new(&bytes[..byte_count])) Sep 05 17:44:55.875 INFO kablam! | ^^^^ expected 2 parameters Sep 05 17:44:55.878 INFO kablam! Sep 05 17:44:55.878 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 05 17:44:55.878 INFO kablam! --> voxels-image-png/src/tests.rs:61:10 Sep 05 17:44:55.878 INFO kablam! | Sep 05 17:44:55.878 INFO kablam! 61 | .load(&mut io::Cursor::new(bytes)) Sep 05 17:44:55.878 INFO kablam! | ^^^^ expected 2 parameters Sep 05 17:44:55.878 INFO kablam! Sep 05 17:44:58.790 INFO kablam! Compiling thread_local v0.3.6 Sep 05 17:44:58.975 INFO kablam! Checking voxels-image v0.1.0 (file:///source/voxels-image) Sep 05 17:44:59.318 INFO kablam! Compiling generic-array v0.9.0 Sep 05 17:44:59.614 INFO kablam! error: aborting due to 5 previous errors Sep 05 17:44:59.614 INFO kablam! Sep 05 17:44:59.614 INFO kablam! Some errors occurred: E0061, E0277, E0599. Sep 05 17:44:59.614 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 05 17:44:59.650 INFO kablam! error: Could not compile `voxels-image-png`. Sep 05 17:44:59.650 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 17:45:11.430 INFO kablam! error: build failed Sep 05 17:45:11.435 INFO kablam! su: No module specific data is present Sep 05 17:45:12.667 INFO running `"docker" "rm" "-f" "d70adbcbc9ffd0b6ecf2ed948359d9e4a6011d5c78302f52d6b7a52410692a4f"` Sep 05 17:45:12.998 INFO blam! d70adbcbc9ffd0b6ecf2ed948359d9e4a6011d5c78302f52d6b7a52410692a4f