Sep 18 01:46:42.887 INFO checking derivative-1.0.0 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 18 01:46:42.887 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 18 01:46:42.887 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-4/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 18 01:46:43.022 INFO blam! 8ec87bde2cd6c6879be91b7544547dc4f7f591b468d9f891a27169f95fc5299a Sep 18 01:46:43.023 INFO running `"docker" "start" "-a" "8ec87bde2cd6c6879be91b7544547dc4f7f591b468d9f891a27169f95fc5299a"` Sep 18 01:46:43.774 INFO kablam! usermod: no changes Sep 18 01:46:43.842 INFO kablam! Checking either v1.5.0 Sep 18 01:46:43.842 INFO kablam! Checking syn v0.10.8 Sep 18 01:46:43.843 INFO kablam! Compiling derivative v1.0.0 (/source) Sep 18 01:46:44.037 INFO kablam! Checking itertools v0.5.10 Sep 18 01:46:55.983 INFO kablam! warning: unused comparison which must be used Sep 18 01:46:55.983 INFO kablam! --> tests/rustc-deriving-meta-multiple.rs:34:5 Sep 18 01:46:55.984 INFO kablam! | Sep 18 01:46:55.984 INFO kablam! 34 | a == a; // check for PartialEq impl w/o testing its correctness Sep 18 01:46:55.984 INFO kablam! | ^^^^^^ Sep 18 01:46:55.985 INFO kablam! | Sep 18 01:46:55.985 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 18 01:46:55.985 INFO kablam! Sep 18 01:46:56.036 INFO kablam! warning: unused return value of `std::clone::Clone::clone` which must be used Sep 18 01:46:56.036 INFO kablam! --> tests/rustc-deriving-meta-multiple.rs:35:5 Sep 18 01:46:56.037 INFO kablam! | Sep 18 01:46:56.037 INFO kablam! 35 | a.clone(); // check for Clone impl w/o testing its correctness Sep 18 01:46:56.037 INFO kablam! | ^^^^^^^^^^ Sep 18 01:46:56.055 INFO kablam! | Sep 18 01:46:56.056 INFO kablam! = note: cloning is often expensive and is not expected to have side effects Sep 18 01:46:56.056 INFO kablam! Sep 18 01:46:59.879 INFO kablam! warning: unused comparison which must be used Sep 18 01:46:59.879 INFO kablam! --> tests/rustc-deriving-meta.rs:31:5 Sep 18 01:46:59.879 INFO kablam! | Sep 18 01:46:59.879 INFO kablam! 31 | a == a; // check for PartialEq impl w/o testing its correctness Sep 18 01:46:59.879 INFO kablam! | ^^^^^^ Sep 18 01:46:59.879 INFO kablam! | Sep 18 01:46:59.879 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 18 01:46:59.879 INFO kablam! Sep 18 01:46:59.891 INFO kablam! warning: unused return value of `std::clone::Clone::clone` which must be used Sep 18 01:46:59.891 INFO kablam! --> tests/rustc-deriving-meta.rs:32:5 Sep 18 01:46:59.891 INFO kablam! | Sep 18 01:46:59.891 INFO kablam! 32 | a.clone(); // check for Clone impl w/o testing its correctness Sep 18 01:46:59.891 INFO kablam! | ^^^^^^^^^^ Sep 18 01:46:59.891 INFO kablam! | Sep 18 01:46:59.891 INFO kablam! = note: cloning is often expensive and is not expected to have side effects Sep 18 01:46:59.891 INFO kablam! Sep 18 01:47:00.631 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Sep 18 01:47:00.631 INFO kablam! --> tests/rustc-issue-25394.rs:18:24 Sep 18 01:47:00.631 INFO kablam! | Sep 18 01:47:00.631 INFO kablam! 18 | fn use_row(_: Row) {} Sep 18 01:47:00.631 INFO kablam! | ^ doesn't have a size known at compile-time Sep 18 01:47:00.631 INFO kablam! | Sep 18 01:47:00.631 INFO kablam! = help: within `Row`, the trait `std::marker::Sized` is not implemented for `[u8]` Sep 18 01:47:00.631 INFO kablam! = note: to learn more, visit Sep 18 01:47:00.631 INFO kablam! = note: required because it appears within the type `Row` Sep 18 01:47:00.631 INFO kablam! = note: all function arguments must have a statically known size Sep 18 01:47:00.631 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 18 01:47:00.631 INFO kablam! Sep 18 01:47:00.658 INFO kablam! error: aborting due to previous error Sep 18 01:47:00.659 INFO kablam! Sep 18 01:47:00.659 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 18 01:47:00.682 INFO kablam! error: Could not compile `derivative`. Sep 18 01:47:00.683 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 18 01:47:01.554 INFO kablam! error: build failed Sep 18 01:47:01.556 INFO kablam! su: No module specific data is present Sep 18 01:47:02.320 INFO running `"docker" "rm" "-f" "8ec87bde2cd6c6879be91b7544547dc4f7f591b468d9f891a27169f95fc5299a"` Sep 18 01:47:02.545 INFO blam! 8ec87bde2cd6c6879be91b7544547dc4f7f591b468d9f891a27169f95fc5299a