Sep 03 20:42:41.453 INFO checking programmerjake/hashlife3d against try#5fe695a3844714c70e8f7731a553f7947987a68a for pr-53913 Sep 03 20:42:41.453 INFO running: cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets Sep 03 20:42:41.453 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53913/try#5fe695a3844714c70e8f7731a553f7947987a68a:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-2/try#5fe695a3844714c70e8f7731a553f7947987a68a:/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=500" "-e" "CMD=cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 03 20:42:41.646 INFO blam! 9f0ecef64cd284508ab63a4bcb21c3a9e6b05087d7ddc0800f41e39aa86f4e9f Sep 03 20:42:41.647 INFO running `"docker" "start" "-a" "9f0ecef64cd284508ab63a4bcb21c3a9e6b05087d7ddc0800f41e39aa86f4e9f"` Sep 03 20:42:42.633 INFO kablam! Compiling term v0.4.6 Sep 03 20:42:42.633 INFO kablam! Compiling bitflags v0.8.2 Sep 03 20:42:42.635 INFO kablam! Compiling libloading v0.4.3 Sep 03 20:42:42.635 INFO kablam! Compiling unicode-width v0.1.5 Sep 03 20:42:42.636 INFO kablam! Compiling arrayref v0.3.5 Sep 03 20:42:42.636 INFO kablam! Compiling byte-tools v0.2.0 Sep 03 20:42:42.636 INFO kablam! Compiling strsim v0.7.0 Sep 03 20:42:42.636 INFO kablam! Compiling fake-simd v0.1.2 Sep 03 20:42:42.957 INFO kablam! Compiling ansi_term v0.11.0 Sep 03 20:42:43.078 INFO kablam! Compiling bitflags v1.0.3 Sep 03 20:42:43.157 INFO kablam! Compiling vec_map v0.8.1 Sep 03 20:42:43.358 INFO kablam! Compiling rand_core v0.2.1 Sep 03 20:42:43.438 INFO kablam! Compiling peeking_take_while v0.1.2 Sep 03 20:42:44.174 INFO kablam! Checking voxels-math v0.1.0 (file:///source/voxels-math) Sep 03 20:42:44.874 INFO kablam! Compiling log v0.4.3 Sep 03 20:42:45.646 INFO kablam! Compiling syntex_pos v0.58.1 Sep 03 20:42:45.902 INFO kablam! Compiling memchr v2.0.1 Sep 03 20:42:45.917 INFO kablam! Compiling memchr v1.0.2 Sep 03 20:42:45.936 INFO kablam! Compiling atty v0.2.11 Sep 03 20:42:49.798 INFO kablam! Compiling regex-syntax v0.5.6 Sep 03 20:42:49.799 INFO kablam! Compiling clang-sys v0.21.2 Sep 03 20:42:49.806 INFO kablam! Compiling cmake v0.1.33 Sep 03 20:42:49.808 INFO kablam! Compiling textwrap v0.10.0 Sep 03 20:42:49.812 INFO kablam! Compiling block-buffer v0.3.3 Sep 03 20:42:49.853 INFO kablam! Checking inflate v0.4.3 Sep 03 20:42:50.077 INFO kablam! Compiling rand v0.5.5 Sep 03 20:42:50.601 INFO kablam! Compiling aho-corasick v0.6.6 Sep 03 20:42:55.641 INFO kablam! Compiling log v0.3.9 Sep 03 20:42:55.665 INFO kablam! Compiling nom v3.2.1 Sep 03 20:42:55.769 INFO kablam! Checking voxels-image-base v0.1.0 (file:///source/voxels-image-base) Sep 03 20:42:56.106 INFO kablam! Compiling typenum v1.10.0 Sep 03 20:42:57.013 INFO kablam! Compiling syntex_errors v0.58.1 Sep 03 20:42:57.870 INFO kablam! Compiling clap v2.32.0 Sep 03 20:42:58.796 INFO kablam! Checking voxels-image-png v0.1.0 (file:///source/voxels-image-png) Sep 03 20:43:05.576 INFO kablam! Checking voxels-image v0.1.0 (file:///source/voxels-image) Sep 03 20:43:06.120 INFO kablam! error[E0277]: the trait bound `&std::boxed::Box: std::iter::Iterator` is not satisfied Sep 03 20:43:06.120 INFO kablam! --> voxels-image-png/src/tests.rs:31:22 Sep 03 20:43:06.120 INFO kablam! | Sep 03 20:43:06.120 INFO kablam! 31 | for pixel in image.get_pixels() { Sep 03 20:43:06.120 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `&std::boxed::Box` is not an iterator; maybe try calling `.iter()` or a similar method Sep 03 20:43:06.120 INFO kablam! | Sep 03 20:43:06.120 INFO kablam! = help: the trait `std::iter::Iterator` is not implemented for `&std::boxed::Box` Sep 03 20:43:06.121 INFO kablam! = note: required by `std::iter::IntoIterator::into_iter` Sep 03 20:43:06.121 INFO kablam! Sep 03 20:43:06.226 INFO kablam! error[E0599]: no method named `width` found for type `&'a image::Image` in the current scope Sep 03 20:43:06.226 INFO kablam! --> voxels-image-png/src/tests.rs:36:26 Sep 03 20:43:06.226 INFO kablam! | Sep 03 20:43:06.226 INFO kablam! 36 | width: image.width(), Sep 03 20:43:06.226 INFO kablam! | ^^^^^ Sep 03 20:43:06.226 INFO kablam! Sep 03 20:43:06.229 INFO kablam! error[E0599]: no method named `height` found for type `&'a image::Image` in the current scope Sep 03 20:43:06.229 INFO kablam! --> voxels-image-png/src/tests.rs:37:27 Sep 03 20:43:06.229 INFO kablam! | Sep 03 20:43:06.229 INFO kablam! 37 | height: image.height(), Sep 03 20:43:06.229 INFO kablam! | ^^^^^^ Sep 03 20:43:06.229 INFO kablam! Sep 03 20:43:06.234 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 03 20:43:06.234 INFO kablam! --> voxels-image-png/src/tests.rs:56:18 Sep 03 20:43:06.234 INFO kablam! | Sep 03 20:43:06.234 INFO kablam! 56 | .load(&mut io::Cursor::new(&bytes[..byte_count])) Sep 03 20:43:06.234 INFO kablam! | ^^^^ expected 2 parameters Sep 03 20:43:06.235 INFO kablam! Sep 03 20:43:06.237 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 03 20:43:06.237 INFO kablam! --> voxels-image-png/src/tests.rs:61:10 Sep 03 20:43:06.237 INFO kablam! | Sep 03 20:43:06.237 INFO kablam! 61 | .load(&mut io::Cursor::new(bytes)) Sep 03 20:43:06.237 INFO kablam! | ^^^^ expected 2 parameters Sep 03 20:43:06.238 INFO kablam! Sep 03 20:43:14.435 INFO kablam! error: aborting due to 5 previous errors Sep 03 20:43:14.435 INFO kablam! Sep 03 20:43:14.435 INFO kablam! Some errors occurred: E0061, E0277, E0599. Sep 03 20:43:14.435 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 03 20:43:14.453 INFO kablam! error: Could not compile `voxels-image-png`. Sep 03 20:43:14.453 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 03 20:43:33.180 INFO kablam! error: build failed Sep 03 20:43:33.186 INFO kablam! su: No module specific data is present Sep 03 20:43:33.754 INFO running `"docker" "rm" "-f" "9f0ecef64cd284508ab63a4bcb21c3a9e6b05087d7ddc0800f41e39aa86f4e9f"` Sep 03 20:43:33.920 INFO blam! 9f0ecef64cd284508ab63a4bcb21c3a9e6b05087d7ddc0800f41e39aa86f4e9f