Sep 01 08:32:17.288 INFO checking carrier-0.1.1 against try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b for pr-53578 Sep 01 08:32:17.288 INFO running: cargo +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets Sep 01 08:32:17.288 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53578/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-2/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/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 +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-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:17.546 INFO blam! 68e2e1a1eaae9574fa37321b7230868f2afd9bba1c03f2e48c1adac654b9f84d Sep 01 08:32:17.548 INFO running `"docker" "start" "-a" "68e2e1a1eaae9574fa37321b7230868f2afd9bba1c03f2e48c1adac654b9f84d"` Sep 01 08:32:18.462 INFO kablam! Compiling carrier v0.1.1 (file:///source) Sep 01 08:32:30.448 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `std::result::Result` Sep 01 08:32:30.449 INFO kablam! --> src/identity.rs:337:5 Sep 01 08:32:30.449 INFO kablam! | Sep 01 08:32:30.449 INFO kablam! 337 | assert_eq!(client_identity.verify(b"goes on postcards", text, &signature), Ok(true)); Sep 01 08:32:30.449 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 08:32:30.449 INFO kablam! | Sep 01 08:32:30.449 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `std::result::Result` Sep 01 08:32:30.449 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:30.449 INFO kablam! Sep 01 08:32:30.452 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `std::result::Result` Sep 01 08:32:30.452 INFO kablam! --> src/identity.rs:338:5 Sep 01 08:32:30.452 INFO kablam! | Sep 01 08:32:30.452 INFO kablam! 338 | / assert_eq!( Sep 01 08:32:30.452 INFO kablam! 339 | | client_identity.verify(b"does not go on postcards", text, &signature), Sep 01 08:32:30.452 INFO kablam! 340 | | Ok(false) Sep 01 08:32:30.452 INFO kablam! 341 | | ); Sep 01 08:32:30.452 INFO kablam! | |______^ Sep 01 08:32:30.452 INFO kablam! | Sep 01 08:32:30.452 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `std::result::Result` Sep 01 08:32:30.452 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:30.452 INFO kablam! Sep 01 08:32:30.460 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `std::result::Result` Sep 01 08:32:30.460 INFO kablam! --> src/identity.rs:352:5 Sep 01 08:32:30.460 INFO kablam! | Sep 01 08:32:30.460 INFO kablam! 352 | / assert_ne!( Sep 01 08:32:30.460 INFO kablam! 353 | | client_identity.verify(b"goes on postcards", text, &Signature(signature_invalid)), Sep 01 08:32:30.460 INFO kablam! 354 | | Ok(true) Sep 01 08:32:30.460 INFO kablam! 355 | | ); Sep 01 08:32:30.460 INFO kablam! | |______^ Sep 01 08:32:30.460 INFO kablam! | Sep 01 08:32:30.460 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `std::result::Result` Sep 01 08:32:30.460 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:30.460 INFO kablam! Sep 01 08:32:30.464 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `std::result::Result` Sep 01 08:32:30.464 INFO kablam! --> src/identity.rs:359:5 Sep 01 08:32:30.464 INFO kablam! | Sep 01 08:32:30.464 INFO kablam! 359 | / assert_ne!( Sep 01 08:32:30.464 INFO kablam! 360 | | client_identity.verify(b"goes on postcards", &text_invalid, &signature), Sep 01 08:32:30.464 INFO kablam! 361 | | Ok(true) Sep 01 08:32:30.464 INFO kablam! 362 | | ); Sep 01 08:32:30.464 INFO kablam! | |______^ Sep 01 08:32:30.464 INFO kablam! | Sep 01 08:32:30.464 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `std::result::Result` Sep 01 08:32:30.464 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:30.464 INFO kablam! Sep 01 08:32:31.516 INFO kablam! warning: field is never used: `debug_id` Sep 01 08:32:31.517 INFO kablam! --> src/noise.rs:34:5 Sep 01 08:32:31.517 INFO kablam! | Sep 01 08:32:31.517 INFO kablam! 34 | pub(crate) debug_id: String, Sep 01 08:32:31.518 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 08:32:31.518 INFO kablam! | Sep 01 08:32:31.518 INFO kablam! = note: #[warn(dead_code)] on by default Sep 01 08:32:31.518 INFO kablam! Sep 01 08:32:31.534 INFO kablam! error: aborting due to 4 previous errors Sep 01 08:32:31.534 INFO kablam! Sep 01 08:32:31.534 INFO kablam! For more information about this error, try `rustc --explain E0369`. Sep 01 08:32:31.549 INFO kablam! error: Could not compile `carrier`. Sep 01 08:32:31.550 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 08:32:31.745 INFO kablam! error: build failed Sep 01 08:32:31.747 INFO kablam! su: No module specific data is present Sep 01 08:32:32.199 INFO running `"docker" "rm" "-f" "68e2e1a1eaae9574fa37321b7230868f2afd9bba1c03f2e48c1adac654b9f84d"` Sep 01 08:32:32.331 INFO blam! 68e2e1a1eaae9574fa37321b7230868f2afd9bba1c03f2e48c1adac654b9f84d