Sep 04 06:28:13.631 INFO checking rendarray-0.2.0-alpha.8 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 06:28:13.631 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 06:28:13.631 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/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 04 06:28:13.785 INFO blam! b2c6e384bad8cbfcfb5f7ff54fea0590aa56055feafb071b4e1d62a9bc1ed722 Sep 04 06:28:13.787 INFO running `"docker" "start" "-a" "b2c6e384bad8cbfcfb5f7ff54fea0590aa56055feafb071b4e1d62a9bc1ed722"` Sep 04 06:28:14.394 INFO kablam! Compiling rendarray v0.2.0-alpha.8 (file:///source) Sep 04 06:28:14.394 INFO kablam! Checking num v0.1.42 Sep 04 06:28:15.951 INFO kablam! warning: unused import: `std::ops::*` Sep 04 06:28:15.951 INFO kablam! --> src/lib.rs:2213:9 Sep 04 06:28:15.951 INFO kablam! | Sep 04 06:28:15.951 INFO kablam! 2213 | use std::ops::*; Sep 04 06:28:15.951 INFO kablam! | ^^^^^^^^^^^ Sep 04 06:28:15.951 INFO kablam! | Sep 04 06:28:15.951 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 06:28:15.951 INFO kablam! Sep 04 06:28:16.001 INFO kablam! warning: unused import: `std::ops::*` Sep 04 06:28:16.001 INFO kablam! --> src/lib.rs:2213:9 Sep 04 06:28:16.001 INFO kablam! | Sep 04 06:28:16.001 INFO kablam! 2213 | use std::ops::*; Sep 04 06:28:16.001 INFO kablam! | ^^^^^^^^^^^ Sep 04 06:28:16.001 INFO kablam! | Sep 04 06:28:16.001 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 06:28:16.001 INFO kablam! Sep 04 06:28:16.293 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 04 06:28:16.293 INFO kablam! --> src/lib.rs:329:5 Sep 04 06:28:16.293 INFO kablam! | Sep 04 06:28:16.293 INFO kablam! 329 | unsafe fn clone_with_ptr(&self, ptr: *mut Self::Elem) -> (Self, *mut Self::Elem); Sep 04 06:28:16.293 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 04 06:28:16.293 INFO kablam! | Sep 04 06:28:16.293 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 04 06:28:16.293 INFO kablam! = note: to learn more, visit Sep 04 06:28:16.293 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 04 06:28:16.293 INFO kablam! = note: only the last element of a tuple may have a dynamically sized type Sep 04 06:28:16.293 INFO kablam! Sep 04 06:28:16.356 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 04 06:28:16.356 INFO kablam! --> src/lib.rs:329:5 Sep 04 06:28:16.356 INFO kablam! | Sep 04 06:28:16.356 INFO kablam! 329 | unsafe fn clone_with_ptr(&self, ptr: *mut Self::Elem) -> (Self, *mut Self::Elem); Sep 04 06:28:16.356 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 04 06:28:16.356 INFO kablam! | Sep 04 06:28:16.356 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 04 06:28:16.356 INFO kablam! = note: to learn more, visit Sep 04 06:28:16.356 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 04 06:28:16.356 INFO kablam! = note: only the last element of a tuple may have a dynamically sized type Sep 04 06:28:16.356 INFO kablam! Sep 04 06:28:16.425 INFO kablam! error: aborting due to previous error Sep 04 06:28:16.425 INFO kablam! Sep 04 06:28:16.425 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 06:28:16.434 INFO kablam! error: Could not compile `rendarray`. Sep 04 06:28:16.434 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 06:28:16.502 INFO kablam! error: aborting due to previous error Sep 04 06:28:16.503 INFO kablam! Sep 04 06:28:16.503 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 06:28:16.512 INFO kablam! error: Could not compile `rendarray`. Sep 04 06:28:16.512 INFO kablam! Sep 04 06:28:16.512 INFO kablam! To learn more, run the command again with --verbose. Sep 04 06:28:16.513 INFO kablam! su: No module specific data is present Sep 04 06:28:16.884 INFO running `"docker" "rm" "-f" "b2c6e384bad8cbfcfb5f7ff54fea0590aa56055feafb071b4e1d62a9bc1ed722"` Sep 04 06:28:16.972 INFO blam! b2c6e384bad8cbfcfb5f7ff54fea0590aa56055feafb071b4e1d62a9bc1ed722