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