Sep 02 01:05:33.581 INFO checking carrier-0.1.1 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 02 01:05:33.581 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 01:05:33.581 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-0/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 01:05:33.851 INFO blam! 4074bb45e2e834f6eccaeeae7602cc3d73f9c67ce6f54021c5a001cb5427ab48 Sep 02 01:05:33.853 INFO running `"docker" "start" "-a" "4074bb45e2e834f6eccaeeae7602cc3d73f9c67ce6f54021c5a001cb5427ab48"` Sep 02 01:05:34.700 INFO kablam! Compiling carrier v0.1.1 (file:///source) Sep 02 01:05:45.996 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `std::result::Result` Sep 02 01:05:45.996 INFO kablam! --> src/identity.rs:337:5 Sep 02 01:05:45.996 INFO kablam! | Sep 02 01:05:45.996 INFO kablam! 337 | assert_eq!(client_identity.verify(b"goes on postcards", text, &signature), Ok(true)); Sep 02 01:05:45.996 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 01:05:45.996 INFO kablam! | Sep 02 01:05:45.997 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `std::result::Result` Sep 02 01:05:45.997 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 02 01:05:45.997 INFO kablam! Sep 02 01:05:45.999 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `std::result::Result` Sep 02 01:05:45.999 INFO kablam! --> src/identity.rs:338:5 Sep 02 01:05:45.999 INFO kablam! | Sep 02 01:05:45.999 INFO kablam! 338 | / assert_eq!( Sep 02 01:05:45.999 INFO kablam! 339 | | client_identity.verify(b"does not go on postcards", text, &signature), Sep 02 01:05:45.999 INFO kablam! 340 | | Ok(false) Sep 02 01:05:45.999 INFO kablam! 341 | | ); Sep 02 01:05:45.999 INFO kablam! | |______^ Sep 02 01:05:45.999 INFO kablam! | Sep 02 01:05:45.999 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `std::result::Result` Sep 02 01:05:45.999 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 02 01:05:45.999 INFO kablam! Sep 02 01:05:46.006 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `std::result::Result` Sep 02 01:05:46.006 INFO kablam! --> src/identity.rs:352:5 Sep 02 01:05:46.006 INFO kablam! | Sep 02 01:05:46.006 INFO kablam! 352 | / assert_ne!( Sep 02 01:05:46.006 INFO kablam! 353 | | client_identity.verify(b"goes on postcards", text, &Signature(signature_invalid)), Sep 02 01:05:46.006 INFO kablam! 354 | | Ok(true) Sep 02 01:05:46.006 INFO kablam! 355 | | ); Sep 02 01:05:46.006 INFO kablam! | |______^ Sep 02 01:05:46.006 INFO kablam! | Sep 02 01:05:46.006 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `std::result::Result` Sep 02 01:05:46.006 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 02 01:05:46.006 INFO kablam! Sep 02 01:05:46.010 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `std::result::Result` Sep 02 01:05:46.010 INFO kablam! --> src/identity.rs:359:5 Sep 02 01:05:46.010 INFO kablam! | Sep 02 01:05:46.010 INFO kablam! 359 | / assert_ne!( Sep 02 01:05:46.010 INFO kablam! 360 | | client_identity.verify(b"goes on postcards", &text_invalid, &signature), Sep 02 01:05:46.010 INFO kablam! 361 | | Ok(true) Sep 02 01:05:46.010 INFO kablam! 362 | | ); Sep 02 01:05:46.010 INFO kablam! | |______^ Sep 02 01:05:46.010 INFO kablam! | Sep 02 01:05:46.010 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `std::result::Result` Sep 02 01:05:46.010 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 02 01:05:46.010 INFO kablam! Sep 02 01:05:47.014 INFO kablam! error: aborting due to 4 previous errors Sep 02 01:05:47.015 INFO kablam! Sep 02 01:05:47.015 INFO kablam! For more information about this error, try `rustc --explain E0369`. Sep 02 01:05:47.028 INFO kablam! error: Could not compile `carrier`. Sep 02 01:05:47.028 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 01:05:47.175 INFO kablam! warning: field is never used: `debug_id` Sep 02 01:05:47.175 INFO kablam! --> src/noise.rs:34:5 Sep 02 01:05:47.175 INFO kablam! | Sep 02 01:05:47.175 INFO kablam! 34 | pub(crate) debug_id: String, Sep 02 01:05:47.175 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 01:05:47.175 INFO kablam! | Sep 02 01:05:47.175 INFO kablam! = note: #[warn(dead_code)] on by default Sep 02 01:05:47.175 INFO kablam! Sep 02 01:05:47.313 INFO kablam! error: build failed Sep 02 01:05:47.315 INFO kablam! su: No module specific data is present Sep 02 01:05:47.878 INFO running `"docker" "rm" "-f" "4074bb45e2e834f6eccaeeae7602cc3d73f9c67ce6f54021c5a001cb5427ab48"` Sep 02 01:05:48.025 INFO blam! 4074bb45e2e834f6eccaeeae7602cc3d73f9c67ce6f54021c5a001cb5427ab48