Sep 02 11:22:36.247 INFO checking hadean-0.1.4 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 11:22:36.247 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 11:22:36.247 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-2/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 11:22:36.429 INFO blam! 9e6f037786db5cf455149500de557c5ae26e75a1e87925483965025a674aecc2 Sep 02 11:22:36.430 INFO running `"docker" "start" "-a" "9e6f037786db5cf455149500de557c5ae26e75a1e87925483965025a674aecc2"` Sep 02 11:22:37.044 INFO kablam! Checking hadean v0.1.4 (file:///source) Sep 02 11:22:37.523 INFO kablam! error: `impl Trait for .. {}` is an obsolete syntax Sep 02 11:22:37.524 INFO kablam! --> src/lib.rs:21:1 Sep 02 11:22:37.524 INFO kablam! | Sep 02 11:22:37.524 INFO kablam! 21 | unsafe impl ProcessSend for .. { } Sep 02 11:22:37.524 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 11:22:37.524 INFO kablam! | Sep 02 11:22:37.524 INFO kablam! = help: use `auto trait Trait {}` instead Sep 02 11:22:37.524 INFO kablam! Sep 02 11:22:37.566 INFO kablam! error: `impl Trait for .. {}` is an obsolete syntax Sep 02 11:22:37.566 INFO kablam! --> src/lib.rs:21:1 Sep 02 11:22:37.566 INFO kablam! | Sep 02 11:22:37.567 INFO kablam! 21 | unsafe impl ProcessSend for .. { } Sep 02 11:22:37.567 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 11:22:37.567 INFO kablam! | Sep 02 11:22:37.567 INFO kablam! = help: use `auto trait Trait {}` instead Sep 02 11:22:37.567 INFO kablam! Sep 02 11:22:37.617 INFO kablam! error[E0192]: negative impls are only allowed for auto traits (e.g., `Send` and `Sync`) Sep 02 11:22:37.617 INFO kablam! --> src/lib.rs:22:1 Sep 02 11:22:37.617 INFO kablam! | Sep 02 11:22:37.617 INFO kablam! 22 | impl !ProcessSend for *const T { } Sep 02 11:22:37.617 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 11:22:37.617 INFO kablam! Sep 02 11:22:37.617 INFO kablam! error[E0192]: negative impls are only allowed for auto traits (e.g., `Send` and `Sync`) Sep 02 11:22:37.617 INFO kablam! --> src/lib.rs:23:1 Sep 02 11:22:37.617 INFO kablam! | Sep 02 11:22:37.617 INFO kablam! 23 | impl !ProcessSend for *mut T { } Sep 02 11:22:37.617 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 11:22:37.617 INFO kablam! Sep 02 11:22:37.617 INFO kablam! error[E0192]: negative impls are only allowed for auto traits (e.g., `Send` and `Sync`) Sep 02 11:22:37.617 INFO kablam! --> src/lib.rs:24:1 Sep 02 11:22:37.617 INFO kablam! | Sep 02 11:22:37.618 INFO kablam! 24 | impl<'a, T: ?Sized> !ProcessSend for &'a T { } Sep 02 11:22:37.618 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 11:22:37.618 INFO kablam! Sep 02 11:22:37.618 INFO kablam! error[E0192]: negative impls are only allowed for auto traits (e.g., `Send` and `Sync`) Sep 02 11:22:37.618 INFO kablam! --> src/lib.rs:25:1 Sep 02 11:22:37.618 INFO kablam! | Sep 02 11:22:37.618 INFO kablam! 25 | impl<'a, T: ?Sized> !ProcessSend for &'a mut T { } Sep 02 11:22:37.618 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 11:22:37.618 INFO kablam! Sep 02 11:22:37.635 INFO kablam! error: aborting due to 5 previous errors Sep 02 11:22:37.635 INFO kablam! Sep 02 11:22:37.635 INFO kablam! For more information about this error, try `rustc --explain E0192`. Sep 02 11:22:37.643 INFO kablam! error: Could not compile `hadean`. Sep 02 11:22:37.643 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 11:22:37.671 INFO kablam! error[E0192]: negative impls are only allowed for auto traits (e.g., `Send` and `Sync`) Sep 02 11:22:37.671 INFO kablam! --> src/lib.rs:22:1 Sep 02 11:22:37.671 INFO kablam! | Sep 02 11:22:37.671 INFO kablam! 22 | impl !ProcessSend for *const T { } Sep 02 11:22:37.671 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 11:22:37.671 INFO kablam! Sep 02 11:22:37.671 INFO kablam! error[E0192]: negative impls are only allowed for auto traits (e.g., `Send` and `Sync`) Sep 02 11:22:37.671 INFO kablam! --> src/lib.rs:23:1 Sep 02 11:22:37.671 INFO kablam! | Sep 02 11:22:37.671 INFO kablam! 23 | impl !ProcessSend for *mut T { } Sep 02 11:22:37.671 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 11:22:37.671 INFO kablam! Sep 02 11:22:37.671 INFO kablam! error[E0192]: negative impls are only allowed for auto traits (e.g., `Send` and `Sync`) Sep 02 11:22:37.671 INFO kablam! --> src/lib.rs:24:1 Sep 02 11:22:37.671 INFO kablam! | Sep 02 11:22:37.672 INFO kablam! 24 | impl<'a, T: ?Sized> !ProcessSend for &'a T { } Sep 02 11:22:37.672 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 11:22:37.672 INFO kablam! Sep 02 11:22:37.672 INFO kablam! error[E0192]: negative impls are only allowed for auto traits (e.g., `Send` and `Sync`) Sep 02 11:22:37.672 INFO kablam! --> src/lib.rs:25:1 Sep 02 11:22:37.672 INFO kablam! | Sep 02 11:22:37.672 INFO kablam! 25 | impl<'a, T: ?Sized> !ProcessSend for &'a mut T { } Sep 02 11:22:37.672 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 11:22:37.672 INFO kablam! Sep 02 11:22:37.688 INFO kablam! error: aborting due to 5 previous errors Sep 02 11:22:37.688 INFO kablam! Sep 02 11:22:37.688 INFO kablam! For more information about this error, try `rustc --explain E0192`. Sep 02 11:22:37.696 INFO kablam! error: Could not compile `hadean`. Sep 02 11:22:37.697 INFO kablam! Sep 02 11:22:37.697 INFO kablam! To learn more, run the command again with --verbose. Sep 02 11:22:37.698 INFO kablam! su: No module specific data is present Sep 02 11:22:38.188 INFO running `"docker" "rm" "-f" "9e6f037786db5cf455149500de557c5ae26e75a1e87925483965025a674aecc2"` Sep 02 11:22:38.310 INFO blam! 9e6f037786db5cf455149500de557c5ae26e75a1e87925483965025a674aecc2