Sep 18 02:43:52.585 INFO checking carrier-0.1.1 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 18 02:43:52.585 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 18 02:43:52.585 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-3/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 18 02:43:52.911 INFO blam! a21a022e510733e736e9b3e315faef3c90df1645241d512e88af307bab872634 Sep 18 02:43:52.913 INFO running `"docker" "start" "-a" "a21a022e510733e736e9b3e315faef3c90df1645241d512e88af307bab872634"` Sep 18 02:43:54.715 INFO kablam! usermod: no changes Sep 18 02:43:55.031 INFO kablam! Compiling subtle v0.7.1 Sep 18 02:43:55.031 INFO kablam! Compiling multimap v0.4.0 Sep 18 02:43:55.031 INFO kablam! Checking static_slice v0.0.3 Sep 18 02:43:55.031 INFO kablam! Compiling rand v0.5.5 Sep 18 02:43:55.031 INFO kablam! Compiling petgraph v0.4.13 Sep 18 02:43:55.043 INFO kablam! Checking chacha20-poly1305-aead v0.1.2 Sep 18 02:43:55.043 INFO kablam! Compiling bytes v0.4.10 Sep 18 02:43:55.043 INFO kablam! Compiling snow v0.4.0 Sep 18 02:43:57.412 INFO kablam! Checking tokio-io v0.1.8 Sep 18 02:43:57.544 INFO kablam! Checking prost v0.4.0 Sep 18 02:43:59.183 INFO kablam! Checking parking_lot_core v0.3.1 Sep 18 02:43:59.884 INFO kablam! Checking tokio-threadpool v0.1.6 Sep 18 02:44:01.795 INFO kablam! Compiling prost-build v0.4.0 Sep 18 02:44:03.253 INFO kablam! Checking tokio-codec v0.1.0 Sep 18 02:44:05.268 INFO kablam! Checking parking_lot v0.6.4 Sep 18 02:44:10.279 INFO kablam! Checking tokio-reactor v0.1.5 Sep 18 02:44:10.381 INFO kablam! Checking tokio-fs v0.1.3 Sep 18 02:44:14.197 INFO kablam! Compiling curve25519-dalek v0.19.0 Sep 18 02:44:15.173 INFO kablam! Compiling prost-types v0.4.0 Sep 18 02:44:16.590 INFO kablam! Checking tokio-uds v0.2.1 Sep 18 02:44:16.590 INFO kablam! Checking tokio-udp v0.1.2 Sep 18 02:44:16.590 INFO kablam! Checking tokio-tcp v0.1.1 Sep 18 02:44:22.303 INFO kablam! Checking tokio v0.1.8 Sep 18 02:44:25.076 INFO kablam! Checking x25519-dalek v0.3.0 Sep 18 02:44:25.083 INFO kablam! Checking ed25519-dalek v0.8.0 Sep 18 02:44:34.044 INFO kablam! Compiling carrier v0.1.1 (/source) Sep 18 02:44:41.013 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `std::result::Result` Sep 18 02:44:41.013 INFO kablam! --> src/identity.rs:337:5 Sep 18 02:44:41.013 INFO kablam! | Sep 18 02:44:41.013 INFO kablam! 337 | assert_eq!(client_identity.verify(b"goes on postcards", text, &signature), Ok(true)); Sep 18 02:44:41.013 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 02:44:41.013 INFO kablam! | Sep 18 02:44:41.013 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `std::result::Result` Sep 18 02:44:41.013 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 18 02:44:41.013 INFO kablam! Sep 18 02:44:41.018 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `std::result::Result` Sep 18 02:44:41.019 INFO kablam! --> src/identity.rs:338:5 Sep 18 02:44:41.019 INFO kablam! | Sep 18 02:44:41.019 INFO kablam! 338 | / assert_eq!( Sep 18 02:44:41.019 INFO kablam! 339 | | client_identity.verify(b"does not go on postcards", text, &signature), Sep 18 02:44:41.019 INFO kablam! 340 | | Ok(false) Sep 18 02:44:41.019 INFO kablam! 341 | | ); Sep 18 02:44:41.019 INFO kablam! | |______^ Sep 18 02:44:41.019 INFO kablam! | Sep 18 02:44:41.019 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `std::result::Result` Sep 18 02:44:41.019 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 18 02:44:41.019 INFO kablam! Sep 18 02:44:41.022 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `std::result::Result` Sep 18 02:44:41.023 INFO kablam! --> src/identity.rs:352:5 Sep 18 02:44:41.023 INFO kablam! | Sep 18 02:44:41.023 INFO kablam! 352 | / assert_ne!( Sep 18 02:44:41.023 INFO kablam! 353 | | client_identity.verify(b"goes on postcards", text, &Signature(signature_invalid)), Sep 18 02:44:41.023 INFO kablam! 354 | | Ok(true) Sep 18 02:44:41.023 INFO kablam! 355 | | ); Sep 18 02:44:41.023 INFO kablam! | |______^ Sep 18 02:44:41.023 INFO kablam! | Sep 18 02:44:41.023 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `std::result::Result` Sep 18 02:44:41.023 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 18 02:44:41.023 INFO kablam! Sep 18 02:44:41.023 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `std::result::Result` Sep 18 02:44:41.023 INFO kablam! --> src/identity.rs:359:5 Sep 18 02:44:41.023 INFO kablam! | Sep 18 02:44:41.023 INFO kablam! 359 | / assert_ne!( Sep 18 02:44:41.023 INFO kablam! 360 | | client_identity.verify(b"goes on postcards", &text_invalid, &signature), Sep 18 02:44:41.023 INFO kablam! 361 | | Ok(true) Sep 18 02:44:41.023 INFO kablam! 362 | | ); Sep 18 02:44:41.023 INFO kablam! | |______^ Sep 18 02:44:41.023 INFO kablam! | Sep 18 02:44:41.026 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `std::result::Result` Sep 18 02:44:41.027 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 18 02:44:41.027 INFO kablam! Sep 18 02:44:41.603 INFO kablam! error: aborting due to 4 previous errors Sep 18 02:44:41.603 INFO kablam! Sep 18 02:44:41.603 INFO kablam! For more information about this error, try `rustc --explain E0369`. Sep 18 02:44:41.614 INFO kablam! error: Could not compile `carrier`. Sep 18 02:44:41.614 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 18 02:44:42.123 INFO kablam! warning: field is never used: `debug_id` Sep 18 02:44:42.123 INFO kablam! --> src/noise.rs:34:5 Sep 18 02:44:42.123 INFO kablam! | Sep 18 02:44:42.123 INFO kablam! 34 | pub(crate) debug_id: String, Sep 18 02:44:42.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 02:44:42.123 INFO kablam! | Sep 18 02:44:42.123 INFO kablam! = note: #[warn(dead_code)] on by default Sep 18 02:44:42.123 INFO kablam! Sep 18 02:44:42.283 INFO kablam! error: build failed Sep 18 02:44:42.287 INFO kablam! su: No module specific data is present Sep 18 02:44:43.443 INFO running `"docker" "rm" "-f" "a21a022e510733e736e9b3e315faef3c90df1645241d512e88af307bab872634"` Sep 18 02:44:43.600 INFO blam! a21a022e510733e736e9b3e315faef3c90df1645241d512e88af307bab872634