Sep 02 16:39:48.907 INFO checking derivative-1.0.0 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 16:39:48.907 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 16:39:48.907 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-1/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 16:39:49.085 INFO blam! 9c2cb79aaa593f088a88f1a83f4834026ef7752067a0eaec010e82870f73308f Sep 02 16:39:49.087 INFO running `"docker" "start" "-a" "9c2cb79aaa593f088a88f1a83f4834026ef7752067a0eaec010e82870f73308f"` Sep 02 16:39:49.833 INFO kablam! Checking itertools v0.5.10 Sep 02 16:39:49.833 INFO kablam! Checking syn v0.10.8 Sep 02 16:39:49.834 INFO kablam! Compiling derivative v1.0.0 (file:///source) Sep 02 16:40:06.755 INFO kablam! warning: unused comparison which must be used Sep 02 16:40:06.755 INFO kablam! --> tests/rustc-deriving-meta-multiple.rs:34:5 Sep 02 16:40:06.755 INFO kablam! | Sep 02 16:40:06.755 INFO kablam! 34 | a == a; // check for PartialEq impl w/o testing its correctness Sep 02 16:40:06.755 INFO kablam! | ^^^^^^ Sep 02 16:40:06.755 INFO kablam! | Sep 02 16:40:06.755 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 02 16:40:06.755 INFO kablam! Sep 02 16:40:06.800 INFO kablam! warning: unused return value of `std::clone::Clone::clone` which must be used Sep 02 16:40:06.800 INFO kablam! --> tests/rustc-deriving-meta-multiple.rs:35:5 Sep 02 16:40:06.800 INFO kablam! | Sep 02 16:40:06.800 INFO kablam! 35 | a.clone(); // check for Clone impl w/o testing its correctness Sep 02 16:40:06.800 INFO kablam! | ^^^^^^^^^^ Sep 02 16:40:06.800 INFO kablam! | Sep 02 16:40:06.801 INFO kablam! = note: cloning is often expensive and is not expected to have side effects Sep 02 16:40:06.801 INFO kablam! Sep 02 16:40:14.559 INFO kablam! warning: unused comparison which must be used Sep 02 16:40:14.559 INFO kablam! --> tests/rustc-deriving-meta.rs:31:5 Sep 02 16:40:14.559 INFO kablam! | Sep 02 16:40:14.559 INFO kablam! 31 | a == a; // check for PartialEq impl w/o testing its correctness Sep 02 16:40:14.559 INFO kablam! | ^^^^^^ Sep 02 16:40:14.559 INFO kablam! | Sep 02 16:40:14.559 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 02 16:40:14.559 INFO kablam! Sep 02 16:40:14.614 INFO kablam! warning: unused return value of `std::clone::Clone::clone` which must be used Sep 02 16:40:14.614 INFO kablam! --> tests/rustc-deriving-meta.rs:32:5 Sep 02 16:40:14.614 INFO kablam! | Sep 02 16:40:14.614 INFO kablam! 32 | a.clone(); // check for Clone impl w/o testing its correctness Sep 02 16:40:14.614 INFO kablam! | ^^^^^^^^^^ Sep 02 16:40:14.614 INFO kablam! | Sep 02 16:40:14.614 INFO kablam! = note: cloning is often expensive and is not expected to have side effects Sep 02 16:40:14.614 INFO kablam! Sep 02 16:40:25.223 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Sep 02 16:40:25.223 INFO kablam! --> tests/rustc-issue-25394.rs:18:24 Sep 02 16:40:25.223 INFO kablam! | Sep 02 16:40:25.223 INFO kablam! 18 | fn use_row(_: Row) {} Sep 02 16:40:25.223 INFO kablam! | ^ doesn't have a size known at compile-time Sep 02 16:40:25.224 INFO kablam! | Sep 02 16:40:25.224 INFO kablam! = help: within `Row`, the trait `std::marker::Sized` is not implemented for `[u8]` Sep 02 16:40:25.224 INFO kablam! = note: to learn more, visit Sep 02 16:40:25.224 INFO kablam! = note: required because it appears within the type `Row` Sep 02 16:40:25.224 INFO kablam! = note: all function arguments must have a statically known size Sep 02 16:40:25.225 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 02 16:40:25.225 INFO kablam! Sep 02 16:40:25.228 INFO kablam! error: aborting due to previous error Sep 02 16:40:25.228 INFO kablam! Sep 02 16:40:25.228 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 02 16:40:25.237 INFO kablam! error: Could not compile `derivative`. Sep 02 16:40:25.238 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 16:40:27.414 INFO kablam! error: build failed Sep 02 16:40:27.416 INFO kablam! su: No module specific data is present Sep 02 16:40:27.833 INFO running `"docker" "rm" "-f" "9c2cb79aaa593f088a88f1a83f4834026ef7752067a0eaec010e82870f73308f"` Sep 02 16:40:27.958 INFO blam! 9c2cb79aaa593f088a88f1a83f4834026ef7752067a0eaec010e82870f73308f