Sep 04 21:57:52.383 INFO checking carrier-0.1.1 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 21:57:52.383 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 21:57:52.384 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 21:57:52.618 INFO blam! 986c7d91fbb9aa19fd9ef65c2a208ecabf7dd4dcb6f408c3aa9b018d3ad68f4a Sep 04 21:57:52.620 INFO running `"docker" "start" "-a" "986c7d91fbb9aa19fd9ef65c2a208ecabf7dd4dcb6f408c3aa9b018d3ad68f4a"` Sep 04 21:57:53.575 INFO kablam! Compiling carrier v0.1.1 (file:///source) Sep 04 21:58:05.668 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `std::result::Result` Sep 04 21:58:05.668 INFO kablam! --> src/identity.rs:337:5 Sep 04 21:58:05.668 INFO kablam! | Sep 04 21:58:05.668 INFO kablam! 337 | assert_eq!(client_identity.verify(b"goes on postcards", text, &signature), Ok(true)); Sep 04 21:58:05.668 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:58:05.668 INFO kablam! | Sep 04 21:58:05.668 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `std::result::Result` Sep 04 21:58:05.668 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 04 21:58:05.668 INFO kablam! Sep 04 21:58:05.670 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `std::result::Result` Sep 04 21:58:05.671 INFO kablam! --> src/identity.rs:338:5 Sep 04 21:58:05.671 INFO kablam! | Sep 04 21:58:05.671 INFO kablam! 338 | / assert_eq!( Sep 04 21:58:05.671 INFO kablam! 339 | | client_identity.verify(b"does not go on postcards", text, &signature), Sep 04 21:58:05.671 INFO kablam! 340 | | Ok(false) Sep 04 21:58:05.671 INFO kablam! 341 | | ); Sep 04 21:58:05.671 INFO kablam! | |______^ Sep 04 21:58:05.671 INFO kablam! | Sep 04 21:58:05.671 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `std::result::Result` Sep 04 21:58:05.671 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 04 21:58:05.671 INFO kablam! Sep 04 21:58:05.676 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `std::result::Result` Sep 04 21:58:05.676 INFO kablam! --> src/identity.rs:352:5 Sep 04 21:58:05.677 INFO kablam! | Sep 04 21:58:05.677 INFO kablam! 352 | / assert_ne!( Sep 04 21:58:05.677 INFO kablam! 353 | | client_identity.verify(b"goes on postcards", text, &Signature(signature_invalid)), Sep 04 21:58:05.677 INFO kablam! 354 | | Ok(true) Sep 04 21:58:05.677 INFO kablam! 355 | | ); Sep 04 21:58:05.677 INFO kablam! | |______^ Sep 04 21:58:05.677 INFO kablam! | Sep 04 21:58:05.677 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `std::result::Result` Sep 04 21:58:05.677 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 04 21:58:05.677 INFO kablam! Sep 04 21:58:05.680 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `std::result::Result` Sep 04 21:58:05.680 INFO kablam! --> src/identity.rs:359:5 Sep 04 21:58:05.681 INFO kablam! | Sep 04 21:58:05.681 INFO kablam! 359 | / assert_ne!( Sep 04 21:58:05.681 INFO kablam! 360 | | client_identity.verify(b"goes on postcards", &text_invalid, &signature), Sep 04 21:58:05.682 INFO kablam! 361 | | Ok(true) Sep 04 21:58:05.682 INFO kablam! 362 | | ); Sep 04 21:58:05.682 INFO kablam! | |______^ Sep 04 21:58:05.682 INFO kablam! | Sep 04 21:58:05.682 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `std::result::Result` Sep 04 21:58:05.682 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 04 21:58:05.682 INFO kablam! Sep 04 21:58:06.590 INFO kablam! error: aborting due to 4 previous errors Sep 04 21:58:06.590 INFO kablam! Sep 04 21:58:06.590 INFO kablam! For more information about this error, try `rustc --explain E0369`. Sep 04 21:58:06.604 INFO kablam! error: Could not compile `carrier`. Sep 04 21:58:06.604 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 21:58:07.699 INFO kablam! warning: field is never used: `debug_id` Sep 04 21:58:07.699 INFO kablam! --> src/noise.rs:34:5 Sep 04 21:58:07.699 INFO kablam! | Sep 04 21:58:07.699 INFO kablam! 34 | pub(crate) debug_id: String, Sep 04 21:58:07.699 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:58:07.699 INFO kablam! | Sep 04 21:58:07.699 INFO kablam! = note: #[warn(dead_code)] on by default Sep 04 21:58:07.699 INFO kablam! Sep 04 21:58:07.923 INFO kablam! error: build failed Sep 04 21:58:07.925 INFO kablam! su: No module specific data is present Sep 04 21:58:08.393 INFO running `"docker" "rm" "-f" "986c7d91fbb9aa19fd9ef65c2a208ecabf7dd4dcb6f408c3aa9b018d3ad68f4a"` Sep 04 21:58:08.517 INFO blam! 986c7d91fbb9aa19fd9ef65c2a208ecabf7dd4dcb6f408c3aa9b018d3ad68f4a