Sep 10 21:32:27.785 INFO checking carrier-0.1.1 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 21:32:27.785 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 21:32:27.785 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-7/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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=1000" "-e" "CMD=cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 21:32:28.002 INFO blam! ecb72a1c86c53c44e7d5ee5ff07c1393e2830491c96f4465c7b08b3fcf031cc6 Sep 10 21:32:28.004 INFO running `"docker" "start" "-a" "ecb72a1c86c53c44e7d5ee5ff07c1393e2830491c96f4465c7b08b3fcf031cc6"` Sep 10 21:32:29.930 INFO kablam! usermod: no changes Sep 10 21:32:30.274 INFO kablam! Compiling subtle v0.7.1 Sep 10 21:32:30.287 INFO kablam! Compiling multimap v0.4.0 Sep 10 21:32:30.315 INFO kablam! Checking static_slice v0.0.3 Sep 10 21:32:30.319 INFO kablam! Compiling petgraph v0.4.13 Sep 10 21:32:30.338 INFO kablam! Checking chacha20-poly1305-aead v0.1.2 Sep 10 21:32:30.341 INFO kablam! Compiling bytes v0.4.10 Sep 10 21:32:32.602 INFO kablam! Compiling snow v0.4.0 Sep 10 21:32:33.070 INFO kablam! Checking parking_lot_core v0.3.1 Sep 10 21:32:33.118 INFO kablam! Compiling curve25519-dalek v0.19.0 Sep 10 21:32:34.136 INFO kablam! Compiling which v2.0.0 Sep 10 21:32:35.863 INFO kablam! Compiling prost-derive v0.4.0 Sep 10 21:32:39.818 INFO kablam! Checking parking_lot v0.6.4 Sep 10 21:32:39.890 INFO kablam! Compiling prost-build v0.4.0 Sep 10 21:32:41.814 INFO kablam! Checking tokio-io v0.1.8 Sep 10 21:32:41.850 INFO kablam! Checking prost v0.4.0 Sep 10 21:32:50.770 INFO kablam! Checking tokio-reactor v0.1.5 Sep 10 21:32:50.770 INFO kablam! Checking tokio-codec v0.1.0 Sep 10 21:32:50.770 INFO kablam! Checking tokio-fs v0.1.3 Sep 10 21:32:55.850 INFO kablam! Checking tokio-uds v0.2.1 Sep 10 21:32:55.850 INFO kablam! Checking tokio-udp v0.1.2 Sep 10 21:32:55.850 INFO kablam! Checking tokio-tcp v0.1.1 Sep 10 21:33:01.905 INFO kablam! Checking x25519-dalek v0.3.0 Sep 10 21:33:02.039 INFO kablam! Checking ed25519-dalek v0.8.0 Sep 10 21:33:03.002 INFO kablam! Checking tokio v0.1.8 Sep 10 21:33:07.029 INFO kablam! Compiling prost-types v0.4.0 Sep 10 21:33:16.446 INFO kablam! Compiling carrier v0.1.1 (file:///source) Sep 10 21:33:25.550 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `std::result::Result` Sep 10 21:33:25.550 INFO kablam! --> src/identity.rs:337:5 Sep 10 21:33:25.550 INFO kablam! | Sep 10 21:33:25.550 INFO kablam! 337 | assert_eq!(client_identity.verify(b"goes on postcards", text, &signature), Ok(true)); Sep 10 21:33:25.550 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 21:33:25.550 INFO kablam! | Sep 10 21:33:25.550 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `std::result::Result` Sep 10 21:33:25.550 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 10 21:33:25.550 INFO kablam! Sep 10 21:33:25.554 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `std::result::Result` Sep 10 21:33:25.554 INFO kablam! --> src/identity.rs:338:5 Sep 10 21:33:25.554 INFO kablam! | Sep 10 21:33:25.554 INFO kablam! 338 | / assert_eq!( Sep 10 21:33:25.554 INFO kablam! 339 | | client_identity.verify(b"does not go on postcards", text, &signature), Sep 10 21:33:25.554 INFO kablam! 340 | | Ok(false) Sep 10 21:33:25.554 INFO kablam! 341 | | ); Sep 10 21:33:25.554 INFO kablam! | |______^ Sep 10 21:33:25.554 INFO kablam! | Sep 10 21:33:25.554 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `std::result::Result` Sep 10 21:33:25.554 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 10 21:33:25.554 INFO kablam! Sep 10 21:33:25.566 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `std::result::Result` Sep 10 21:33:25.566 INFO kablam! --> src/identity.rs:352:5 Sep 10 21:33:25.567 INFO kablam! | Sep 10 21:33:25.567 INFO kablam! 352 | / assert_ne!( Sep 10 21:33:25.567 INFO kablam! 353 | | client_identity.verify(b"goes on postcards", text, &Signature(signature_invalid)), Sep 10 21:33:25.567 INFO kablam! 354 | | Ok(true) Sep 10 21:33:25.567 INFO kablam! 355 | | ); Sep 10 21:33:25.567 INFO kablam! | |______^ Sep 10 21:33:25.567 INFO kablam! | Sep 10 21:33:25.567 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `std::result::Result` Sep 10 21:33:25.567 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 10 21:33:25.567 INFO kablam! Sep 10 21:33:25.569 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `std::result::Result` Sep 10 21:33:25.569 INFO kablam! --> src/identity.rs:359:5 Sep 10 21:33:25.569 INFO kablam! | Sep 10 21:33:25.569 INFO kablam! 359 | / assert_ne!( Sep 10 21:33:25.569 INFO kablam! 360 | | client_identity.verify(b"goes on postcards", &text_invalid, &signature), Sep 10 21:33:25.569 INFO kablam! 361 | | Ok(true) Sep 10 21:33:25.569 INFO kablam! 362 | | ); Sep 10 21:33:25.569 INFO kablam! | |______^ Sep 10 21:33:25.569 INFO kablam! | Sep 10 21:33:25.569 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `std::result::Result` Sep 10 21:33:25.569 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 10 21:33:25.569 INFO kablam! Sep 10 21:33:26.454 INFO kablam! error: aborting due to 4 previous errors Sep 10 21:33:26.454 INFO kablam! Sep 10 21:33:26.454 INFO kablam! For more information about this error, try `rustc --explain E0369`. Sep 10 21:33:26.487 INFO kablam! error: Could not compile `carrier`. Sep 10 21:33:26.487 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 21:33:26.552 INFO kablam! warning: field is never used: `debug_id` Sep 10 21:33:26.552 INFO kablam! --> src/noise.rs:34:5 Sep 10 21:33:26.552 INFO kablam! | Sep 10 21:33:26.552 INFO kablam! 34 | pub(crate) debug_id: String, Sep 10 21:33:26.552 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 21:33:26.552 INFO kablam! | Sep 10 21:33:26.552 INFO kablam! = note: #[warn(dead_code)] on by default Sep 10 21:33:26.552 INFO kablam! Sep 10 21:33:26.737 INFO kablam! error: build failed Sep 10 21:33:26.742 INFO kablam! su: No module specific data is present Sep 10 21:33:27.625 INFO running `"docker" "rm" "-f" "ecb72a1c86c53c44e7d5ee5ff07c1393e2830491c96f4465c7b08b3fcf031cc6"` Sep 10 21:33:27.786 INFO blam! ecb72a1c86c53c44e7d5ee5ff07c1393e2830491c96f4465c7b08b3fcf031cc6