Sep 03 16:41:43.882 INFO checking programmerjake/hashlife3d against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 03 16:41:43.882 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 03 16:41:43.883 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 03 16:41:44.101 INFO blam! 88c6bd4435fdfdb87c8a84fea98c8886bce5d1ad623fc6a5f9cea51b1afb7a9c Sep 03 16:41:44.103 INFO running `"docker" "start" "-a" "88c6bd4435fdfdb87c8a84fea98c8886bce5d1ad623fc6a5f9cea51b1afb7a9c"` Sep 03 16:41:45.199 INFO kablam! Compiling bitflags v0.8.2 Sep 03 16:41:45.202 INFO kablam! Compiling libloading v0.4.3 Sep 03 16:41:45.203 INFO kablam! Compiling byte-tools v0.2.0 Sep 03 16:41:45.203 INFO kablam! Compiling arrayref v0.3.5 Sep 03 16:41:45.203 INFO kablam! Compiling unicode-width v0.1.5 Sep 03 16:41:45.227 INFO kablam! Compiling vec_map v0.8.1 Sep 03 16:41:45.228 INFO kablam! Compiling bitflags v1.0.3 Sep 03 16:41:45.228 INFO kablam! Compiling fake-simd v0.1.2 Sep 03 16:41:45.430 INFO kablam! Compiling rand_core v0.2.1 Sep 03 16:41:45.531 INFO kablam! Checking voxels-math v0.1.0 (file:///source/voxels-math) Sep 03 16:41:45.967 INFO kablam! Compiling syntex_pos v0.58.1 Sep 03 16:41:46.071 INFO kablam! Compiling log v0.4.3 Sep 03 16:41:46.806 INFO kablam! Compiling memchr v2.0.1 Sep 03 16:41:46.938 INFO kablam! Compiling memchr v1.0.2 Sep 03 16:41:48.138 INFO kablam! Compiling atty v0.2.11 Sep 03 16:41:48.171 INFO kablam! Compiling clang-sys v0.21.2 Sep 03 16:41:49.502 INFO kablam! Compiling regex-syntax v0.5.6 Sep 03 16:41:49.923 INFO kablam! Compiling cmake v0.1.33 Sep 03 16:41:49.943 INFO kablam! Checking inflate v0.4.3 Sep 03 16:41:49.965 INFO kablam! Compiling textwrap v0.10.0 Sep 03 16:41:53.412 INFO kablam! Compiling block-buffer v0.3.3 Sep 03 16:41:54.997 INFO kablam! Compiling aho-corasick v0.6.6 Sep 03 16:41:54.999 INFO kablam! Compiling typenum v1.10.0 Sep 03 16:41:55.001 INFO kablam! Compiling nom v3.2.1 Sep 03 16:41:55.053 INFO kablam! Compiling rand v0.5.5 Sep 03 16:41:55.149 INFO kablam! Compiling log v0.3.9 Sep 03 16:41:55.772 INFO kablam! Checking voxels-image-base v0.1.0 (file:///source/voxels-image-base) Sep 03 16:41:58.303 INFO kablam! Compiling syntex_errors v0.58.1 Sep 03 16:41:58.358 INFO kablam! Compiling clap v2.32.0 Sep 03 16:41:58.362 INFO kablam! Checking voxels-image-png v0.1.0 (file:///source/voxels-image-png) Sep 03 16:42:04.312 INFO kablam! Compiling thread_local v0.3.6 Sep 03 16:42:09.707 INFO kablam! Checking voxels-image v0.1.0 (file:///source/voxels-image) Sep 03 16:42:11.114 INFO kablam! error[E0277]: the trait bound `&std::boxed::Box: std::iter::Iterator` is not satisfied Sep 03 16:42:11.114 INFO kablam! --> voxels-image-png/src/tests.rs:31:22 Sep 03 16:42:11.114 INFO kablam! | Sep 03 16:42:11.114 INFO kablam! 31 | for pixel in image.get_pixels() { Sep 03 16:42:11.114 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `&std::boxed::Box` is not an iterator; maybe try calling `.iter()` or a similar method Sep 03 16:42:11.114 INFO kablam! | Sep 03 16:42:11.114 INFO kablam! = help: the trait `std::iter::Iterator` is not implemented for `&std::boxed::Box` Sep 03 16:42:11.114 INFO kablam! = note: required by `std::iter::IntoIterator::into_iter` Sep 03 16:42:11.114 INFO kablam! Sep 03 16:42:11.337 INFO kablam! error[E0599]: no method named `width` found for type `&'a image::Image` in the current scope Sep 03 16:42:11.337 INFO kablam! --> voxels-image-png/src/tests.rs:36:26 Sep 03 16:42:11.337 INFO kablam! | Sep 03 16:42:11.337 INFO kablam! 36 | width: image.width(), Sep 03 16:42:11.337 INFO kablam! | ^^^^^ Sep 03 16:42:11.338 INFO kablam! Sep 03 16:42:11.340 INFO kablam! error[E0599]: no method named `height` found for type `&'a image::Image` in the current scope Sep 03 16:42:11.340 INFO kablam! --> voxels-image-png/src/tests.rs:37:27 Sep 03 16:42:11.340 INFO kablam! | Sep 03 16:42:11.340 INFO kablam! 37 | height: image.height(), Sep 03 16:42:11.341 INFO kablam! | ^^^^^^ Sep 03 16:42:11.346 INFO kablam! Sep 03 16:42:11.356 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 03 16:42:11.356 INFO kablam! --> voxels-image-png/src/tests.rs:56:18 Sep 03 16:42:11.356 INFO kablam! | Sep 03 16:42:11.356 INFO kablam! 56 | .load(&mut io::Cursor::new(&bytes[..byte_count])) Sep 03 16:42:11.356 INFO kablam! | ^^^^ expected 2 parameters Sep 03 16:42:11.356 INFO kablam! Sep 03 16:42:11.363 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 03 16:42:11.363 INFO kablam! --> voxels-image-png/src/tests.rs:61:10 Sep 03 16:42:11.363 INFO kablam! | Sep 03 16:42:11.363 INFO kablam! 61 | .load(&mut io::Cursor::new(bytes)) Sep 03 16:42:11.363 INFO kablam! | ^^^^ expected 2 parameters Sep 03 16:42:11.364 INFO kablam! Sep 03 16:42:21.711 INFO kablam! Compiling generic-array v0.9.0 Sep 03 16:42:21.777 INFO kablam! Compiling syntex_syntax v0.58.1 Sep 03 16:42:21.966 INFO kablam! Compiling tempfile v3.0.3 Sep 03 16:42:22.103 INFO kablam! error: aborting due to 5 previous errors Sep 03 16:42:22.103 INFO kablam! Sep 03 16:42:22.104 INFO kablam! Some errors occurred: E0061, E0277, E0599. Sep 03 16:42:22.105 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 03 16:42:22.139 INFO kablam! error: Could not compile `voxels-image-png`. Sep 03 16:42:22.139 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 03 16:43:48.502 INFO kablam! error: build failed Sep 03 16:43:48.505 INFO kablam! su: No module specific data is present Sep 03 16:43:49.004 INFO running `"docker" "rm" "-f" "88c6bd4435fdfdb87c8a84fea98c8886bce5d1ad623fc6a5f9cea51b1afb7a9c"` Sep 03 16:43:49.162 INFO blam! 88c6bd4435fdfdb87c8a84fea98c8886bce5d1ad623fc6a5f9cea51b1afb7a9c