Sep 17 11:44:51.011 INFO checking programmerjake/hashlife3d against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 11:44:51.011 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 11:44:51.011 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-2/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 11:44:51.471 INFO blam! 0be4a035786c0286d36614d319097aa294891e773022aa4664fbd1b1c34b7d67 Sep 17 11:44:51.473 INFO running `"docker" "start" "-a" "0be4a035786c0286d36614d319097aa294891e773022aa4664fbd1b1c34b7d67"` Sep 17 11:44:53.402 INFO kablam! usermod: no changes Sep 17 11:44:53.639 INFO kablam! Compiling rustc-serialize v0.3.24 Sep 17 11:44:53.644 INFO kablam! Compiling term v0.4.6 Sep 17 11:44:53.644 INFO kablam! Compiling typenum v1.10.0 Sep 17 11:44:53.644 INFO kablam! Compiling bitflags v0.8.2 Sep 17 11:44:53.667 INFO kablam! Compiling arrayref v0.3.5 Sep 17 11:44:53.667 INFO kablam! Compiling unicode-width v0.1.5 Sep 17 11:44:53.667 INFO kablam! Compiling byte-tools v0.2.0 Sep 17 11:44:53.675 INFO kablam! Compiling ansi_term v0.11.0 Sep 17 11:44:54.015 INFO kablam! Compiling fake-simd v0.1.2 Sep 17 11:44:54.131 INFO kablam! Compiling vec_map v0.8.1 Sep 17 11:44:54.359 INFO kablam! Compiling strsim v0.7.0 Sep 17 11:44:54.527 INFO kablam! Compiling rand_core v0.2.1 Sep 17 11:44:54.983 INFO kablam! Compiling peeking_take_while v0.1.2 Sep 17 11:44:57.223 INFO kablam! Checking voxels-math v0.1.0 (/source/voxels-math) Sep 17 11:44:58.656 INFO kablam! Compiling pkg-config v0.3.13 Sep 17 11:44:58.723 INFO kablam! Checking array-macro v1.0.2 Sep 17 11:44:58.725 INFO kablam! Checking reexport-proc-macro v1.0.5 Sep 17 11:44:59.260 INFO kablam! Compiling log v0.4.3 Sep 17 11:44:59.399 INFO kablam! Compiling memchr v2.0.1 Sep 17 11:44:59.717 INFO kablam! Compiling memchr v1.0.2 Sep 17 11:45:02.325 INFO kablam! Compiling atty v0.2.11 Sep 17 11:45:06.691 INFO kablam! Compiling clang-sys v0.21.2 Sep 17 11:45:06.799 INFO kablam! Compiling cmake v0.1.33 Sep 17 11:45:06.867 INFO kablam! Compiling block-buffer v0.3.3 Sep 17 11:45:06.923 INFO kablam! Compiling textwrap v0.10.0 Sep 17 11:45:06.955 INFO kablam! Compiling rand v0.5.5 Sep 17 11:45:07.605 INFO kablam! Compiling nom v3.2.1 Sep 17 11:45:07.971 INFO kablam! Compiling aho-corasick v0.6.6 Sep 17 11:45:12.863 INFO kablam! Checking voxels-image-base v0.1.0 (/source/voxels-image-base) Sep 17 11:45:12.903 INFO kablam! Compiling log v0.3.9 Sep 17 11:45:13.535 INFO kablam! Compiling clap v2.32.0 Sep 17 11:45:14.495 INFO kablam! Compiling libloading v0.4.3 Sep 17 11:45:14.539 INFO kablam! Compiling syn v0.14.9 Sep 17 11:45:15.498 INFO kablam! Compiling regex v0.2.11 Sep 17 11:45:19.981 INFO kablam! Checking voxels-image-png v0.1.0 (/source/voxels-image-png) Sep 17 11:45:28.019 INFO kablam! Compiling generic-array v0.9.0 Sep 17 11:45:29.269 INFO kablam! Checking voxels-image v0.1.0 (/source/voxels-image) Sep 17 11:45:29.979 INFO kablam! Compiling cexpr v0.2.3 Sep 17 11:45:30.323 INFO kablam! Compiling tempfile v3.0.3 Sep 17 11:45:30.343 INFO kablam! Compiling syntex_pos v0.58.1 Sep 17 11:45:31.267 INFO kablam! error[E0277]: the trait bound `&std::boxed::Box: std::iter::Iterator` is not satisfied Sep 17 11:45:31.267 INFO kablam! --> voxels-image-png/src/tests.rs:31:22 Sep 17 11:45:31.267 INFO kablam! | Sep 17 11:45:31.267 INFO kablam! 31 | for pixel in image.get_pixels() { Sep 17 11:45:31.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `&std::boxed::Box` is not an iterator; maybe try calling `.iter()` or a similar method Sep 17 11:45:31.267 INFO kablam! | Sep 17 11:45:31.267 INFO kablam! = help: the trait `std::iter::Iterator` is not implemented for `&std::boxed::Box` Sep 17 11:45:31.267 INFO kablam! = note: required by `std::iter::IntoIterator::into_iter` Sep 17 11:45:31.267 INFO kablam! Sep 17 11:45:31.289 INFO kablam! error[E0599]: no method named `width` found for type `&'a image::Image` in the current scope Sep 17 11:45:31.289 INFO kablam! --> voxels-image-png/src/tests.rs:36:26 Sep 17 11:45:31.289 INFO kablam! | Sep 17 11:45:31.289 INFO kablam! 36 | width: image.width(), Sep 17 11:45:31.289 INFO kablam! | ^^^^^ Sep 17 11:45:31.289 INFO kablam! Sep 17 11:45:31.292 INFO kablam! error[E0599]: no method named `height` found for type `&'a image::Image` in the current scope Sep 17 11:45:31.292 INFO kablam! --> voxels-image-png/src/tests.rs:37:27 Sep 17 11:45:31.292 INFO kablam! | Sep 17 11:45:31.292 INFO kablam! 37 | height: image.height(), Sep 17 11:45:31.292 INFO kablam! | ^^^^^^ Sep 17 11:45:31.292 INFO kablam! Sep 17 11:45:31.294 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 17 11:45:31.294 INFO kablam! --> voxels-image-png/src/tests.rs:56:18 Sep 17 11:45:31.294 INFO kablam! | Sep 17 11:45:31.294 INFO kablam! 56 | .load(&mut io::Cursor::new(&bytes[..byte_count])) Sep 17 11:45:31.294 INFO kablam! | ^^^^ expected 2 parameters Sep 17 11:45:31.294 INFO kablam! Sep 17 11:45:31.299 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 17 11:45:31.299 INFO kablam! --> voxels-image-png/src/tests.rs:61:10 Sep 17 11:45:31.299 INFO kablam! | Sep 17 11:45:31.299 INFO kablam! 61 | .load(&mut io::Cursor::new(bytes)) Sep 17 11:45:31.299 INFO kablam! | ^^^^ expected 2 parameters Sep 17 11:45:31.299 INFO kablam! Sep 17 11:45:36.847 INFO kablam! error: aborting due to 5 previous errors Sep 17 11:45:36.847 INFO kablam! Sep 17 11:45:36.847 INFO kablam! Some errors occurred: E0061, E0277, E0599. Sep 17 11:45:36.847 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 17 11:45:36.874 INFO kablam! error: Could not compile `voxels-image-png`. Sep 17 11:45:36.875 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 11:46:15.736 INFO kablam! error: build failed Sep 17 11:46:15.738 INFO kablam! su: No module specific data is present Sep 17 11:46:17.724 INFO running `"docker" "rm" "-f" "0be4a035786c0286d36614d319097aa294891e773022aa4664fbd1b1c34b7d67"` Sep 17 11:46:18.075 INFO blam! 0be4a035786c0286d36614d319097aa294891e773022aa4664fbd1b1c34b7d67