Sep 21 08:57:47.572 INFO checking hadean-0.1.4 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 08:57:47.572 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 08:57:47.572 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-3/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-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.775 INFO blam! 0c22b3f09aef8ecfcb99c6a4ca471bc0ae94e31a4598bcdb07ed4208d39d3812 Sep 21 08:57:47.776 INFO running `"docker" "start" "-a" "0c22b3f09aef8ecfcb99c6a4ca471bc0ae94e31a4598bcdb07ed4208d39d3812"` Sep 21 08:57:48.710 INFO kablam! usermod: no changes Sep 21 08:57:48.733 INFO kablam! Checking hadean v0.1.4 (/source) Sep 21 08:57:48.956 INFO kablam! error: `impl Trait for .. {}` is an obsolete syntax Sep 21 08:57:48.956 INFO kablam! --> src/lib.rs:21:1 Sep 21 08:57:48.956 INFO kablam! | Sep 21 08:57:48.956 INFO kablam! 21 | unsafe impl ProcessSend for .. { } Sep 21 08:57:48.956 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 08:57:48.957 INFO kablam! | Sep 21 08:57:48.957 INFO kablam! = help: use `auto trait Trait {}` instead Sep 21 08:57:48.957 INFO kablam! Sep 21 08:57:49.017 INFO kablam! error[E0192]: negative impls are only allowed for auto traits (e.g., `Send` and `Sync`) Sep 21 08:57:49.017 INFO kablam! --> src/lib.rs:22:1 Sep 21 08:57:49.017 INFO kablam! | Sep 21 08:57:49.017 INFO kablam! 22 | impl !ProcessSend for *const T { } Sep 21 08:57:49.017 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 08:57:49.017 INFO kablam! Sep 21 08:57:49.017 INFO kablam! error[E0192]: negative impls are only allowed for auto traits (e.g., `Send` and `Sync`) Sep 21 08:57:49.017 INFO kablam! --> src/lib.rs:23:1 Sep 21 08:57:49.017 INFO kablam! | Sep 21 08:57:49.017 INFO kablam! 23 | impl !ProcessSend for *mut T { } Sep 21 08:57:49.017 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 08:57:49.017 INFO kablam! Sep 21 08:57:49.017 INFO kablam! error[E0192]: negative impls are only allowed for auto traits (e.g., `Send` and `Sync`) Sep 21 08:57:49.017 INFO kablam! --> src/lib.rs:24:1 Sep 21 08:57:49.017 INFO kablam! | Sep 21 08:57:49.017 INFO kablam! 24 | impl<'a, T: ?Sized> !ProcessSend for &'a T { } Sep 21 08:57:49.017 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 08:57:49.017 INFO kablam! Sep 21 08:57:49.017 INFO kablam! error[E0192]: negative impls are only allowed for auto traits (e.g., `Send` and `Sync`) Sep 21 08:57:49.017 INFO kablam! --> src/lib.rs:25:1 Sep 21 08:57:49.017 INFO kablam! | Sep 21 08:57:49.017 INFO kablam! 25 | impl<'a, T: ?Sized> !ProcessSend for &'a mut T { } Sep 21 08:57:49.018 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 08:57:49.018 INFO kablam! Sep 21 08:57:49.028 INFO kablam! error: aborting due to 5 previous errors Sep 21 08:57:49.028 INFO kablam! Sep 21 08:57:49.028 INFO kablam! For more information about this error, try `rustc --explain E0192`. Sep 21 08:57:49.036 INFO kablam! error: Could not compile `hadean`. Sep 21 08:57:49.036 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 08:57:49.043 INFO kablam! error: `impl Trait for .. {}` is an obsolete syntax Sep 21 08:57:49.043 INFO kablam! --> src/lib.rs:21:1 Sep 21 08:57:49.043 INFO kablam! | Sep 21 08:57:49.043 INFO kablam! 21 | unsafe impl ProcessSend for .. { } Sep 21 08:57:49.043 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 08:57:49.043 INFO kablam! | Sep 21 08:57:49.043 INFO kablam! = help: use `auto trait Trait {}` instead Sep 21 08:57:49.043 INFO kablam! Sep 21 08:57:49.108 INFO kablam! error[E0192]: negative impls are only allowed for auto traits (e.g., `Send` and `Sync`) Sep 21 08:57:49.108 INFO kablam! --> src/lib.rs:22:1 Sep 21 08:57:49.108 INFO kablam! | Sep 21 08:57:49.108 INFO kablam! 22 | impl !ProcessSend for *const T { } Sep 21 08:57:49.108 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 08:57:49.108 INFO kablam! Sep 21 08:57:49.108 INFO kablam! error[E0192]: negative impls are only allowed for auto traits (e.g., `Send` and `Sync`) Sep 21 08:57:49.108 INFO kablam! --> src/lib.rs:23:1 Sep 21 08:57:49.108 INFO kablam! | Sep 21 08:57:49.108 INFO kablam! 23 | impl !ProcessSend for *mut T { } Sep 21 08:57:49.108 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 08:57:49.108 INFO kablam! Sep 21 08:57:49.108 INFO kablam! error[E0192]: negative impls are only allowed for auto traits (e.g., `Send` and `Sync`) Sep 21 08:57:49.108 INFO kablam! --> src/lib.rs:24:1 Sep 21 08:57:49.108 INFO kablam! | Sep 21 08:57:49.108 INFO kablam! 24 | impl<'a, T: ?Sized> !ProcessSend for &'a T { } Sep 21 08:57:49.108 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 08:57:49.108 INFO kablam! Sep 21 08:57:49.108 INFO kablam! error[E0192]: negative impls are only allowed for auto traits (e.g., `Send` and `Sync`) Sep 21 08:57:49.108 INFO kablam! --> src/lib.rs:25:1 Sep 21 08:57:49.108 INFO kablam! | Sep 21 08:57:49.108 INFO kablam! 25 | impl<'a, T: ?Sized> !ProcessSend for &'a mut T { } Sep 21 08:57:49.108 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 08:57:49.108 INFO kablam! Sep 21 08:57:49.119 INFO kablam! error: aborting due to 5 previous errors Sep 21 08:57:49.119 INFO kablam! Sep 21 08:57:49.119 INFO kablam! For more information about this error, try `rustc --explain E0192`. Sep 21 08:57:49.125 INFO kablam! error: Could not compile `hadean`. Sep 21 08:57:49.125 INFO kablam! Sep 21 08:57:49.125 INFO kablam! To learn more, run the command again with --verbose. Sep 21 08:57:49.126 INFO kablam! su: No module specific data is present Sep 21 08:57:49.602 INFO running `"docker" "rm" "-f" "0c22b3f09aef8ecfcb99c6a4ca471bc0ae94e31a4598bcdb07ed4208d39d3812"` Sep 21 08:57:49.682 INFO blam! 0c22b3f09aef8ecfcb99c6a4ca471bc0ae94e31a4598bcdb07ed4208d39d3812