Sep 20 02:55:57.024 INFO checking derivative-1.0.0 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 20 02:55:57.024 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 20 02:55:57.024 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-6/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 02:55:57.327 INFO blam! e07de6bf0a4f5d01e5bc8770e2a82c8f5d519481aafab9a2eb14d5a4059cc006 Sep 20 02:55:57.335 INFO running `"docker" "start" "-a" "e07de6bf0a4f5d01e5bc8770e2a82c8f5d519481aafab9a2eb14d5a4059cc006"` Sep 20 02:55:58.580 INFO kablam! usermod: no changes Sep 20 02:55:58.664 INFO kablam! Checking either v1.5.0 Sep 20 02:55:58.665 INFO kablam! Checking syn v0.10.8 Sep 20 02:55:58.665 INFO kablam! Compiling derivative v1.0.0 (/source) Sep 20 02:55:58.975 INFO kablam! Checking itertools v0.5.10 Sep 20 02:56:11.236 INFO kablam! warning: unused comparison which must be used Sep 20 02:56:11.236 INFO kablam! --> tests/rustc-deriving-meta-multiple.rs:34:5 Sep 20 02:56:11.236 INFO kablam! | Sep 20 02:56:11.236 INFO kablam! 34 | a == a; // check for PartialEq impl w/o testing its correctness Sep 20 02:56:11.236 INFO kablam! | ^^^^^^ Sep 20 02:56:11.236 INFO kablam! | Sep 20 02:56:11.236 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 20 02:56:11.236 INFO kablam! Sep 20 02:56:11.242 INFO kablam! warning: unused return value of `std::clone::Clone::clone` which must be used Sep 20 02:56:11.243 INFO kablam! --> tests/rustc-deriving-meta-multiple.rs:35:5 Sep 20 02:56:11.243 INFO kablam! | Sep 20 02:56:11.243 INFO kablam! 35 | a.clone(); // check for Clone impl w/o testing its correctness Sep 20 02:56:11.243 INFO kablam! | ^^^^^^^^^^ Sep 20 02:56:11.243 INFO kablam! | Sep 20 02:56:11.243 INFO kablam! = note: cloning is often expensive and is not expected to have side effects Sep 20 02:56:11.243 INFO kablam! Sep 20 02:56:11.347 INFO kablam! warning: unused comparison which must be used Sep 20 02:56:11.347 INFO kablam! --> tests/rustc-deriving-meta.rs:31:5 Sep 20 02:56:11.347 INFO kablam! | Sep 20 02:56:11.347 INFO kablam! 31 | a == a; // check for PartialEq impl w/o testing its correctness Sep 20 02:56:11.347 INFO kablam! | ^^^^^^ Sep 20 02:56:11.347 INFO kablam! | Sep 20 02:56:11.347 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 20 02:56:11.347 INFO kablam! Sep 20 02:56:11.358 INFO kablam! warning: unused return value of `std::clone::Clone::clone` which must be used Sep 20 02:56:11.359 INFO kablam! --> tests/rustc-deriving-meta.rs:32:5 Sep 20 02:56:11.359 INFO kablam! | Sep 20 02:56:11.359 INFO kablam! 32 | a.clone(); // check for Clone impl w/o testing its correctness Sep 20 02:56:11.359 INFO kablam! | ^^^^^^^^^^ Sep 20 02:56:11.359 INFO kablam! | Sep 20 02:56:11.359 INFO kablam! = note: cloning is often expensive and is not expected to have side effects Sep 20 02:56:11.359 INFO kablam! Sep 20 02:56:14.763 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Sep 20 02:56:14.763 INFO kablam! --> tests/rustc-issue-25394.rs:18:24 Sep 20 02:56:14.763 INFO kablam! | Sep 20 02:56:14.763 INFO kablam! 18 | fn use_row(_: Row) {} Sep 20 02:56:14.763 INFO kablam! | ^ doesn't have a size known at compile-time Sep 20 02:56:14.763 INFO kablam! | Sep 20 02:56:14.763 INFO kablam! = help: within `Row`, the trait `std::marker::Sized` is not implemented for `[u8]` Sep 20 02:56:14.763 INFO kablam! = note: to learn more, visit Sep 20 02:56:14.763 INFO kablam! = note: required because it appears within the type `Row` Sep 20 02:56:14.763 INFO kablam! = note: all function arguments must have a statically known size Sep 20 02:56:14.763 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 20 02:56:14.763 INFO kablam! Sep 20 02:56:14.803 INFO kablam! error: aborting due to previous error Sep 20 02:56:14.803 INFO kablam! Sep 20 02:56:14.803 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 20 02:56:14.911 INFO kablam! error: Could not compile `derivative`. Sep 20 02:56:14.911 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 02:56:16.999 INFO kablam! error: build failed Sep 20 02:56:17.011 INFO kablam! su: No module specific data is present Sep 20 02:56:18.530 INFO running `"docker" "rm" "-f" "e07de6bf0a4f5d01e5bc8770e2a82c8f5d519481aafab9a2eb14d5a4059cc006"` Sep 20 02:56:18.780 INFO blam! e07de6bf0a4f5d01e5bc8770e2a82c8f5d519481aafab9a2eb14d5a4059cc006