Sep 01 08:32:19.748 INFO checking carrier-0.1.1 against master#d0d81b7fc1421859ba0218e8a437af29ae3b0967 for pr-53578 Sep 01 08:32:19.748 INFO running: cargo +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets Sep 01 08:32:19.748 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53578/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-0/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/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 +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 08:32:19.974 INFO blam! 1eddeaf519d9b40bfcb0328c92b96c5c6881b4cc6c76148ac78d03ede824f8db Sep 01 08:32:19.976 INFO running `"docker" "start" "-a" "1eddeaf519d9b40bfcb0328c92b96c5c6881b4cc6c76148ac78d03ede824f8db"` Sep 01 08:32:20.833 INFO kablam! Compiling carrier v0.1.1 (file:///source) Sep 01 08:32:34.265 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `std::result::Result` Sep 01 08:32:34.266 INFO kablam! --> src/identity.rs:337:5 Sep 01 08:32:34.266 INFO kablam! | Sep 01 08:32:34.266 INFO kablam! 337 | assert_eq!(client_identity.verify(b"goes on postcards", text, &signature), Ok(true)); Sep 01 08:32:34.266 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 08:32:34.266 INFO kablam! | Sep 01 08:32:34.266 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `std::result::Result` Sep 01 08:32:34.266 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 01 08:32:34.266 INFO kablam! Sep 01 08:32:34.266 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `std::result::Result` Sep 01 08:32:34.266 INFO kablam! --> src/identity.rs:338:5 Sep 01 08:32:34.266 INFO kablam! | Sep 01 08:32:34.266 INFO kablam! 338 | / assert_eq!( Sep 01 08:32:34.267 INFO kablam! 339 | | client_identity.verify(b"does not go on postcards", text, &signature), Sep 01 08:32:34.267 INFO kablam! 340 | | Ok(false) Sep 01 08:32:34.267 INFO kablam! 341 | | ); Sep 01 08:32:34.267 INFO kablam! | |______^ Sep 01 08:32:34.267 INFO kablam! | Sep 01 08:32:34.267 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `std::result::Result` Sep 01 08:32:34.267 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 01 08:32:34.267 INFO kablam! Sep 01 08:32:34.272 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `std::result::Result` Sep 01 08:32:34.272 INFO kablam! --> src/identity.rs:352:5 Sep 01 08:32:34.272 INFO kablam! | Sep 01 08:32:34.273 INFO kablam! 352 | / assert_ne!( Sep 01 08:32:34.273 INFO kablam! 353 | | client_identity.verify(b"goes on postcards", text, &Signature(signature_invalid)), Sep 01 08:32:34.273 INFO kablam! 354 | | Ok(true) Sep 01 08:32:34.273 INFO kablam! 355 | | ); Sep 01 08:32:34.273 INFO kablam! | |______^ Sep 01 08:32:34.273 INFO kablam! | Sep 01 08:32:34.273 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `std::result::Result` Sep 01 08:32:34.273 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 01 08:32:34.273 INFO kablam! Sep 01 08:32:34.276 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `std::result::Result` Sep 01 08:32:34.276 INFO kablam! --> src/identity.rs:359:5 Sep 01 08:32:34.276 INFO kablam! | Sep 01 08:32:34.276 INFO kablam! 359 | / assert_ne!( Sep 01 08:32:34.276 INFO kablam! 360 | | client_identity.verify(b"goes on postcards", &text_invalid, &signature), Sep 01 08:32:34.276 INFO kablam! 361 | | Ok(true) Sep 01 08:32:34.276 INFO kablam! 362 | | ); Sep 01 08:32:34.276 INFO kablam! | |______^ Sep 01 08:32:34.276 INFO kablam! | Sep 01 08:32:34.276 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `std::result::Result` Sep 01 08:32:34.277 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 01 08:32:34.277 INFO kablam! Sep 01 08:32:35.183 INFO kablam! error: aborting due to 4 previous errors Sep 01 08:32:35.183 INFO kablam! Sep 01 08:32:35.183 INFO kablam! For more information about this error, try `rustc --explain E0369`. Sep 01 08:32:35.194 INFO kablam! error: Could not compile `carrier`. Sep 01 08:32:35.194 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 08:32:35.396 INFO kablam! warning: field is never used: `debug_id` Sep 01 08:32:35.396 INFO kablam! --> src/noise.rs:34:5 Sep 01 08:32:35.396 INFO kablam! | Sep 01 08:32:35.396 INFO kablam! 34 | pub(crate) debug_id: String, Sep 01 08:32:35.396 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 08:32:35.396 INFO kablam! | Sep 01 08:32:35.396 INFO kablam! = note: #[warn(dead_code)] on by default Sep 01 08:32:35.396 INFO kablam! Sep 01 08:32:35.596 INFO kablam! error: build failed Sep 01 08:32:35.597 INFO kablam! su: No module specific data is present Sep 01 08:32:36.110 INFO running `"docker" "rm" "-f" "1eddeaf519d9b40bfcb0328c92b96c5c6881b4cc6c76148ac78d03ede824f8db"` Sep 01 08:32:36.216 INFO blam! 1eddeaf519d9b40bfcb0328c92b96c5c6881b4cc6c76148ac78d03ede824f8db