Sep 17 11:44:52.527 INFO checking programmerjake/hashlife3d against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 17 11:44:52.527 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 17 11:44:52.528 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-7/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-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:52.949 INFO blam! f20093a9a7e0d2048c5392fc955eb3e26d60af90299945eeb3d83bc13206773f Sep 17 11:44:52.951 INFO running `"docker" "start" "-a" "f20093a9a7e0d2048c5392fc955eb3e26d60af90299945eeb3d83bc13206773f"` Sep 17 11:44:55.030 INFO kablam! usermod: no changes Sep 17 11:44:55.315 INFO kablam! Compiling bitflags v0.8.2 Sep 17 11:44:55.315 INFO kablam! Compiling libloading v0.4.3 Sep 17 11:44:55.315 INFO kablam! Compiling unicode-width v0.1.5 Sep 17 11:44:55.315 INFO kablam! Compiling arrayref v0.3.5 Sep 17 11:44:55.315 INFO kablam! Compiling byte-tools v0.2.0 Sep 17 11:44:55.315 INFO kablam! Compiling fake-simd v0.1.2 Sep 17 11:44:55.315 INFO kablam! Compiling peeking_take_while v0.1.2 Sep 17 11:44:55.315 INFO kablam! Compiling rand_core v0.2.1 Sep 17 11:44:55.881 INFO kablam! Compiling remove_dir_all v0.5.1 Sep 17 11:44:55.986 INFO kablam! Checking voxels-math v0.1.0 (/source/voxels-math) Sep 17 11:44:55.989 INFO kablam! Compiling num-traits v0.2.5 Sep 17 11:44:56.547 INFO kablam! Compiling proc-macro2 v0.4.18 Sep 17 11:44:56.554 INFO kablam! Checking array-macro v1.0.2 Sep 17 11:44:56.555 INFO kablam! Checking reexport-proc-macro v1.0.5 Sep 17 11:44:56.577 INFO kablam! Checking quantiles v0.7.1 Sep 17 11:44:58.518 INFO kablam! Compiling syntex_pos v0.58.1 Sep 17 11:44:58.535 INFO kablam! Compiling log v0.4.3 Sep 17 11:44:58.640 INFO kablam! Compiling memchr v2.0.1 Sep 17 11:45:00.623 INFO kablam! Compiling memchr v1.0.2 Sep 17 11:45:01.055 INFO kablam! Compiling atty v0.2.11 Sep 17 11:45:01.430 INFO kablam! Compiling regex-syntax v0.5.6 Sep 17 11:45:01.467 INFO kablam! Compiling clang-sys v0.21.2 Sep 17 11:45:03.011 INFO kablam! Compiling cmake v0.1.33 Sep 17 11:45:03.771 INFO kablam! Checking inflate v0.4.3 Sep 17 11:45:03.781 INFO kablam! Compiling textwrap v0.10.0 Sep 17 11:45:03.823 INFO kablam! Compiling block-buffer v0.3.3 Sep 17 11:45:03.899 INFO kablam! Compiling rand v0.5.5 Sep 17 11:45:06.103 INFO kablam! Checking voxels-image-base v0.1.0 (/source/voxels-image-base) Sep 17 11:45:08.935 INFO kablam! Compiling typenum v1.10.0 Sep 17 11:45:08.963 INFO kablam! Compiling aho-corasick v0.6.6 Sep 17 11:45:09.031 INFO kablam! Compiling log v0.3.9 Sep 17 11:45:09.115 INFO kablam! Compiling nom v3.2.1 Sep 17 11:45:09.247 INFO kablam! Compiling syntex_errors v0.58.1 Sep 17 11:45:13.376 INFO kablam! Compiling clap v2.32.0 Sep 17 11:45:13.376 INFO kablam! Checking voxels-image-png v0.1.0 (/source/voxels-image-png) Sep 17 11:45:26.431 INFO kablam! error[E0277]: the trait bound `&std::boxed::Box: std::iter::Iterator` is not satisfied Sep 17 11:45:26.431 INFO kablam! --> voxels-image-png/src/tests.rs:31:22 Sep 17 11:45:26.431 INFO kablam! | Sep 17 11:45:26.431 INFO kablam! 31 | for pixel in image.get_pixels() { Sep 17 11:45:26.431 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `&std::boxed::Box` is not an iterator; maybe try calling `.iter()` or a similar method Sep 17 11:45:26.431 INFO kablam! | Sep 17 11:45:26.431 INFO kablam! = help: the trait `std::iter::Iterator` is not implemented for `&std::boxed::Box` Sep 17 11:45:26.432 INFO kablam! = note: required by `std::iter::IntoIterator::into_iter` Sep 17 11:45:26.432 INFO kablam! Sep 17 11:45:26.627 INFO kablam! error[E0599]: no method named `width` found for type `&'a image::Image` in the current scope Sep 17 11:45:26.627 INFO kablam! --> voxels-image-png/src/tests.rs:36:26 Sep 17 11:45:26.627 INFO kablam! | Sep 17 11:45:26.627 INFO kablam! 36 | width: image.width(), Sep 17 11:45:26.627 INFO kablam! | ^^^^^ Sep 17 11:45:26.639 INFO kablam! Sep 17 11:45:26.667 INFO kablam! error[E0599]: no method named `height` found for type `&'a image::Image` in the current scope Sep 17 11:45:26.667 INFO kablam! --> voxels-image-png/src/tests.rs:37:27 Sep 17 11:45:26.667 INFO kablam! | Sep 17 11:45:26.667 INFO kablam! 37 | height: image.height(), Sep 17 11:45:26.667 INFO kablam! | ^^^^^^ Sep 17 11:45:26.667 INFO kablam! Sep 17 11:45:26.687 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 17 11:45:26.687 INFO kablam! --> voxels-image-png/src/tests.rs:56:18 Sep 17 11:45:26.687 INFO kablam! | Sep 17 11:45:26.687 INFO kablam! 56 | .load(&mut io::Cursor::new(&bytes[..byte_count])) Sep 17 11:45:26.687 INFO kablam! | ^^^^ expected 2 parameters Sep 17 11:45:26.687 INFO kablam! Sep 17 11:45:26.687 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 17 11:45:26.687 INFO kablam! --> voxels-image-png/src/tests.rs:61:10 Sep 17 11:45:26.687 INFO kablam! | Sep 17 11:45:26.687 INFO kablam! 61 | .load(&mut io::Cursor::new(bytes)) Sep 17 11:45:26.687 INFO kablam! | ^^^^ expected 2 parameters Sep 17 11:45:26.687 INFO kablam! Sep 17 11:45:27.291 INFO kablam! Checking voxels-image v0.1.0 (/source/voxels-image) Sep 17 11:45:27.499 INFO kablam! Compiling generic-array v0.9.0 Sep 17 11:45:28.766 INFO kablam! Compiling tempfile v3.0.3 Sep 17 11:45:28.767 INFO kablam! Compiling syntex_syntax v0.58.1 Sep 17 11:45:28.830 INFO kablam! Compiling cexpr v0.2.3 Sep 17 11:45:33.515 INFO kablam! error: aborting due to 5 previous errors Sep 17 11:45:33.515 INFO kablam! Sep 17 11:45:33.515 INFO kablam! Some errors occurred: E0061, E0277, E0599. Sep 17 11:45:33.515 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 17 11:45:33.526 INFO kablam! error: Could not compile `voxels-image-png`. Sep 17 11:45:33.526 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 11:46:55.257 INFO kablam! error: build failed Sep 17 11:46:55.257 INFO kablam! su: No module specific data is present Sep 17 11:46:56.342 INFO running `"docker" "rm" "-f" "f20093a9a7e0d2048c5392fc955eb3e26d60af90299945eeb3d83bc13206773f"` Sep 17 11:46:56.707 INFO blam! f20093a9a7e0d2048c5392fc955eb3e26d60af90299945eeb3d83bc13206773f