Sep 04 17:41:41.792 INFO checking hadean-0.1.4 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 17:41:41.792 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 17:41:41.792 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-3/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 17:41:41.938 INFO blam! eb846da81b28b18ed1d5fc293150a6ea8563fd6f90432a2d37dc3dbdb66e6023 Sep 04 17:41:41.940 INFO running `"docker" "start" "-a" "eb846da81b28b18ed1d5fc293150a6ea8563fd6f90432a2d37dc3dbdb66e6023"` Sep 04 17:41:42.669 INFO kablam! Checking hadean v0.1.4 (file:///source) Sep 04 17:41:43.178 INFO kablam! error: `impl Trait for .. {}` is an obsolete syntax Sep 04 17:41:43.178 INFO kablam! --> src/lib.rs:21:1 Sep 04 17:41:43.178 INFO kablam! | Sep 04 17:41:43.178 INFO kablam! 21 | unsafe impl ProcessSend for .. { } Sep 04 17:41:43.178 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 17:41:43.178 INFO kablam! | Sep 04 17:41:43.178 INFO kablam! = help: use `auto trait Trait {}` instead Sep 04 17:41:43.178 INFO kablam! Sep 04 17:41:43.219 INFO kablam! error: `impl Trait for .. {}` is an obsolete syntax Sep 04 17:41:43.219 INFO kablam! --> src/lib.rs:21:1 Sep 04 17:41:43.219 INFO kablam! | Sep 04 17:41:43.219 INFO kablam! 21 | unsafe impl ProcessSend for .. { } Sep 04 17:41:43.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 17:41:43.219 INFO kablam! | Sep 04 17:41:43.219 INFO kablam! = help: use `auto trait Trait {}` instead Sep 04 17:41:43.219 INFO kablam! Sep 04 17:41:43.295 INFO kablam! error[E0192]: negative impls are only allowed for auto traits (e.g., `Send` and `Sync`) Sep 04 17:41:43.295 INFO kablam! --> src/lib.rs:22:1 Sep 04 17:41:43.295 INFO kablam! | Sep 04 17:41:43.295 INFO kablam! 22 | impl !ProcessSend for *const T { } Sep 04 17:41:43.295 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 17:41:43.295 INFO kablam! Sep 04 17:41:43.295 INFO kablam! error[E0192]: negative impls are only allowed for auto traits (e.g., `Send` and `Sync`) Sep 04 17:41:43.295 INFO kablam! --> src/lib.rs:23:1 Sep 04 17:41:43.295 INFO kablam! | Sep 04 17:41:43.295 INFO kablam! 23 | impl !ProcessSend for *mut T { } Sep 04 17:41:43.295 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 17:41:43.295 INFO kablam! Sep 04 17:41:43.295 INFO kablam! error[E0192]: negative impls are only allowed for auto traits (e.g., `Send` and `Sync`) Sep 04 17:41:43.295 INFO kablam! --> src/lib.rs:24:1 Sep 04 17:41:43.295 INFO kablam! | Sep 04 17:41:43.295 INFO kablam! 24 | impl<'a, T: ?Sized> !ProcessSend for &'a T { } Sep 04 17:41:43.295 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 17:41:43.295 INFO kablam! Sep 04 17:41:43.295 INFO kablam! error[E0192]: negative impls are only allowed for auto traits (e.g., `Send` and `Sync`) Sep 04 17:41:43.295 INFO kablam! --> src/lib.rs:25:1 Sep 04 17:41:43.295 INFO kablam! | Sep 04 17:41:43.295 INFO kablam! 25 | impl<'a, T: ?Sized> !ProcessSend for &'a mut T { } Sep 04 17:41:43.295 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 17:41:43.295 INFO kablam! Sep 04 17:41:43.317 INFO kablam! error: aborting due to 5 previous errors Sep 04 17:41:43.317 INFO kablam! Sep 04 17:41:43.317 INFO kablam! For more information about this error, try `rustc --explain E0192`. Sep 04 17:41:43.324 INFO kablam! error: Could not compile `hadean`. Sep 04 17:41:43.324 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 17:41:43.336 INFO kablam! error[E0192]: negative impls are only allowed for auto traits (e.g., `Send` and `Sync`) Sep 04 17:41:43.337 INFO kablam! --> src/lib.rs:22:1 Sep 04 17:41:43.337 INFO kablam! | Sep 04 17:41:43.337 INFO kablam! 22 | impl !ProcessSend for *const T { } Sep 04 17:41:43.337 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 17:41:43.337 INFO kablam! Sep 04 17:41:43.337 INFO kablam! error[E0192]: negative impls are only allowed for auto traits (e.g., `Send` and `Sync`) Sep 04 17:41:43.337 INFO kablam! --> src/lib.rs:23:1 Sep 04 17:41:43.337 INFO kablam! | Sep 04 17:41:43.337 INFO kablam! 23 | impl !ProcessSend for *mut T { } Sep 04 17:41:43.337 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 17:41:43.337 INFO kablam! Sep 04 17:41:43.337 INFO kablam! error[E0192]: negative impls are only allowed for auto traits (e.g., `Send` and `Sync`) Sep 04 17:41:43.337 INFO kablam! --> src/lib.rs:24:1 Sep 04 17:41:43.337 INFO kablam! | Sep 04 17:41:43.337 INFO kablam! 24 | impl<'a, T: ?Sized> !ProcessSend for &'a T { } Sep 04 17:41:43.337 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 17:41:43.337 INFO kablam! Sep 04 17:41:43.337 INFO kablam! error[E0192]: negative impls are only allowed for auto traits (e.g., `Send` and `Sync`) Sep 04 17:41:43.337 INFO kablam! --> src/lib.rs:25:1 Sep 04 17:41:43.337 INFO kablam! | Sep 04 17:41:43.338 INFO kablam! 25 | impl<'a, T: ?Sized> !ProcessSend for &'a mut T { } Sep 04 17:41:43.338 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 17:41:43.338 INFO kablam! Sep 04 17:41:43.350 INFO kablam! error: aborting due to 5 previous errors Sep 04 17:41:43.351 INFO kablam! Sep 04 17:41:43.351 INFO kablam! For more information about this error, try `rustc --explain E0192`. Sep 04 17:41:43.357 INFO kablam! error: Could not compile `hadean`. Sep 04 17:41:43.357 INFO kablam! Sep 04 17:41:43.357 INFO kablam! To learn more, run the command again with --verbose. Sep 04 17:41:43.358 INFO kablam! su: No module specific data is present Sep 04 17:41:43.957 INFO running `"docker" "rm" "-f" "eb846da81b28b18ed1d5fc293150a6ea8563fd6f90432a2d37dc3dbdb66e6023"` Sep 04 17:41:44.042 INFO blam! eb846da81b28b18ed1d5fc293150a6ea8563fd6f90432a2d37dc3dbdb66e6023