Sep 05 00:49:58.285 INFO checking carrier-0.1.1 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 05 00:49:58.285 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 05 00:49:58.285 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-1/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 05 00:49:58.466 INFO blam! c5b3deb96921ae3c4f71b25d846fb9803699ce37c64f0bf43eec95ce4a134b64 Sep 05 00:49:58.469 INFO running `"docker" "start" "-a" "c5b3deb96921ae3c4f71b25d846fb9803699ce37c64f0bf43eec95ce4a134b64"` Sep 05 00:49:59.372 INFO kablam! Compiling carrier v0.1.1 (file:///source) Sep 05 00:50:11.519 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `std::result::Result` Sep 05 00:50:11.520 INFO kablam! --> src/identity.rs:337:5 Sep 05 00:50:11.520 INFO kablam! | Sep 05 00:50:11.520 INFO kablam! 337 | assert_eq!(client_identity.verify(b"goes on postcards", text, &signature), Ok(true)); Sep 05 00:50:11.520 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:50:11.520 INFO kablam! | Sep 05 00:50:11.520 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `std::result::Result` Sep 05 00:50:11.520 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 05 00:50:11.520 INFO kablam! Sep 05 00:50:11.523 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `std::result::Result` Sep 05 00:50:11.523 INFO kablam! --> src/identity.rs:338:5 Sep 05 00:50:11.523 INFO kablam! | Sep 05 00:50:11.523 INFO kablam! 338 | / assert_eq!( Sep 05 00:50:11.523 INFO kablam! 339 | | client_identity.verify(b"does not go on postcards", text, &signature), Sep 05 00:50:11.523 INFO kablam! 340 | | Ok(false) Sep 05 00:50:11.523 INFO kablam! 341 | | ); Sep 05 00:50:11.523 INFO kablam! | |______^ Sep 05 00:50:11.523 INFO kablam! | Sep 05 00:50:11.523 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `std::result::Result` Sep 05 00:50:11.523 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 05 00:50:11.523 INFO kablam! Sep 05 00:50:11.530 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `std::result::Result` Sep 05 00:50:11.530 INFO kablam! --> src/identity.rs:352:5 Sep 05 00:50:11.530 INFO kablam! | Sep 05 00:50:11.530 INFO kablam! 352 | / assert_ne!( Sep 05 00:50:11.530 INFO kablam! 353 | | client_identity.verify(b"goes on postcards", text, &Signature(signature_invalid)), Sep 05 00:50:11.530 INFO kablam! 354 | | Ok(true) Sep 05 00:50:11.530 INFO kablam! 355 | | ); Sep 05 00:50:11.530 INFO kablam! | |______^ Sep 05 00:50:11.530 INFO kablam! | Sep 05 00:50:11.530 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `std::result::Result` Sep 05 00:50:11.530 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 05 00:50:11.530 INFO kablam! Sep 05 00:50:11.534 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `std::result::Result` Sep 05 00:50:11.534 INFO kablam! --> src/identity.rs:359:5 Sep 05 00:50:11.534 INFO kablam! | Sep 05 00:50:11.534 INFO kablam! 359 | / assert_ne!( Sep 05 00:50:11.534 INFO kablam! 360 | | client_identity.verify(b"goes on postcards", &text_invalid, &signature), Sep 05 00:50:11.534 INFO kablam! 361 | | Ok(true) Sep 05 00:50:11.534 INFO kablam! 362 | | ); Sep 05 00:50:11.534 INFO kablam! | |______^ Sep 05 00:50:11.534 INFO kablam! | Sep 05 00:50:11.534 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `std::result::Result` Sep 05 00:50:11.534 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 05 00:50:11.534 INFO kablam! Sep 05 00:50:12.433 INFO kablam! error: aborting due to 4 previous errors Sep 05 00:50:12.433 INFO kablam! Sep 05 00:50:12.433 INFO kablam! For more information about this error, try `rustc --explain E0369`. Sep 05 00:50:12.446 INFO kablam! error: Could not compile `carrier`. Sep 05 00:50:12.446 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 00:50:12.578 INFO kablam! warning: field is never used: `debug_id` Sep 05 00:50:12.578 INFO kablam! --> src/noise.rs:34:5 Sep 05 00:50:12.578 INFO kablam! | Sep 05 00:50:12.578 INFO kablam! 34 | pub(crate) debug_id: String, Sep 05 00:50:12.578 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:50:12.578 INFO kablam! | Sep 05 00:50:12.578 INFO kablam! = note: #[warn(dead_code)] on by default Sep 05 00:50:12.578 INFO kablam! Sep 05 00:50:12.771 INFO kablam! error: build failed Sep 05 00:50:12.773 INFO kablam! su: No module specific data is present Sep 05 00:50:13.378 INFO running `"docker" "rm" "-f" "c5b3deb96921ae3c4f71b25d846fb9803699ce37c64f0bf43eec95ce4a134b64"` Sep 05 00:50:13.463 INFO blam! c5b3deb96921ae3c4f71b25d846fb9803699ce37c64f0bf43eec95ce4a134b64