Sep 21 08:57:47.007 INFO checking hadean-0.1.4 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 08:57:47.007 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 08:57:47.007 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-6/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 08:57:47.178 INFO blam! 2d68ba4be1a35333c03ceeac7b7b131c6756570f5d3de7bf526bd73a69ada47b Sep 21 08:57:47.180 INFO running `"docker" "start" "-a" "2d68ba4be1a35333c03ceeac7b7b131c6756570f5d3de7bf526bd73a69ada47b"` Sep 21 08:57:48.709 INFO kablam! usermod: no changes Sep 21 08:57:48.731 INFO kablam! Checking hadean v0.1.4 (/source) Sep 21 08:57:48.982 INFO kablam! error: `impl Trait for .. {}` is an obsolete syntax Sep 21 08:57:48.982 INFO kablam! --> src/lib.rs:21:1 Sep 21 08:57:48.982 INFO kablam! | Sep 21 08:57:48.982 INFO kablam! 21 | unsafe impl ProcessSend for .. { } Sep 21 08:57:48.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 08:57:48.982 INFO kablam! | Sep 21 08:57:48.982 INFO kablam! = help: use `auto trait Trait {}` instead Sep 21 08:57:48.982 INFO kablam! Sep 21 08:57:49.046 INFO kablam! error[E0192]: negative impls are only allowed for auto traits (e.g., `Send` and `Sync`) Sep 21 08:57:49.046 INFO kablam! --> src/lib.rs:22:1 Sep 21 08:57:49.046 INFO kablam! | Sep 21 08:57:49.046 INFO kablam! 22 | impl !ProcessSend for *const T { } Sep 21 08:57:49.046 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 08:57:49.046 INFO kablam! Sep 21 08:57:49.046 INFO kablam! error[E0192]: negative impls are only allowed for auto traits (e.g., `Send` and `Sync`) Sep 21 08:57:49.046 INFO kablam! --> src/lib.rs:23:1 Sep 21 08:57:49.046 INFO kablam! | Sep 21 08:57:49.046 INFO kablam! 23 | impl !ProcessSend for *mut T { } Sep 21 08:57:49.046 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 08:57:49.046 INFO kablam! Sep 21 08:57:49.046 INFO kablam! error[E0192]: negative impls are only allowed for auto traits (e.g., `Send` and `Sync`) Sep 21 08:57:49.046 INFO kablam! --> src/lib.rs:24:1 Sep 21 08:57:49.046 INFO kablam! | Sep 21 08:57:49.046 INFO kablam! 24 | impl<'a, T: ?Sized> !ProcessSend for &'a T { } Sep 21 08:57:49.046 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 08:57:49.046 INFO kablam! Sep 21 08:57:49.046 INFO kablam! error[E0192]: negative impls are only allowed for auto traits (e.g., `Send` and `Sync`) Sep 21 08:57:49.046 INFO kablam! --> src/lib.rs:25:1 Sep 21 08:57:49.047 INFO kablam! | Sep 21 08:57:49.047 INFO kablam! 25 | impl<'a, T: ?Sized> !ProcessSend for &'a mut T { } Sep 21 08:57:49.047 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 08:57:49.047 INFO kablam! Sep 21 08:57:49.049 INFO kablam! error: `impl Trait for .. {}` is an obsolete syntax Sep 21 08:57:49.049 INFO kablam! --> src/lib.rs:21:1 Sep 21 08:57:49.049 INFO kablam! | Sep 21 08:57:49.049 INFO kablam! 21 | unsafe impl ProcessSend for .. { } Sep 21 08:57:49.049 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 08:57:49.049 INFO kablam! | Sep 21 08:57:49.049 INFO kablam! = help: use `auto trait Trait {}` instead Sep 21 08:57:49.049 INFO kablam! Sep 21 08:57:49.054 INFO kablam! error: aborting due to 5 previous errors Sep 21 08:57:49.054 INFO kablam! Sep 21 08:57:49.054 INFO kablam! For more information about this error, try `rustc --explain E0192`. Sep 21 08:57:49.060 INFO kablam! error: Could not compile `hadean`. Sep 21 08:57:49.060 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 08:57:49.093 INFO kablam! error[E0192]: negative impls are only allowed for auto traits (e.g., `Send` and `Sync`) Sep 21 08:57:49.093 INFO kablam! --> src/lib.rs:22:1 Sep 21 08:57:49.093 INFO kablam! | Sep 21 08:57:49.093 INFO kablam! 22 | impl !ProcessSend for *const T { } Sep 21 08:57:49.093 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 08:57:49.093 INFO kablam! Sep 21 08:57:49.093 INFO kablam! error[E0192]: negative impls are only allowed for auto traits (e.g., `Send` and `Sync`) Sep 21 08:57:49.093 INFO kablam! --> src/lib.rs:23:1 Sep 21 08:57:49.093 INFO kablam! | Sep 21 08:57:49.093 INFO kablam! 23 | impl !ProcessSend for *mut T { } Sep 21 08:57:49.093 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 08:57:49.093 INFO kablam! Sep 21 08:57:49.093 INFO kablam! error[E0192]: negative impls are only allowed for auto traits (e.g., `Send` and `Sync`) Sep 21 08:57:49.093 INFO kablam! --> src/lib.rs:24:1 Sep 21 08:57:49.093 INFO kablam! | Sep 21 08:57:49.093 INFO kablam! 24 | impl<'a, T: ?Sized> !ProcessSend for &'a T { } Sep 21 08:57:49.093 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 08:57:49.093 INFO kablam! Sep 21 08:57:49.093 INFO kablam! error[E0192]: negative impls are only allowed for auto traits (e.g., `Send` and `Sync`) Sep 21 08:57:49.093 INFO kablam! --> src/lib.rs:25:1 Sep 21 08:57:49.093 INFO kablam! | Sep 21 08:57:49.093 INFO kablam! 25 | impl<'a, T: ?Sized> !ProcessSend for &'a mut T { } Sep 21 08:57:49.093 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 08:57:49.093 INFO kablam! Sep 21 08:57:49.101 INFO kablam! error: aborting due to 5 previous errors Sep 21 08:57:49.101 INFO kablam! Sep 21 08:57:49.101 INFO kablam! For more information about this error, try `rustc --explain E0192`. Sep 21 08:57:49.108 INFO kablam! error: Could not compile `hadean`. Sep 21 08:57:49.108 INFO kablam! Sep 21 08:57:49.108 INFO kablam! To learn more, run the command again with --verbose. Sep 21 08:57:49.109 INFO kablam! su: No module specific data is present Sep 21 08:57:49.571 INFO running `"docker" "rm" "-f" "2d68ba4be1a35333c03ceeac7b7b131c6756570f5d3de7bf526bd73a69ada47b"` Sep 21 08:57:49.661 INFO blam! 2d68ba4be1a35333c03ceeac7b7b131c6756570f5d3de7bf526bd73a69ada47b