Sep 20 05:34:42.619 INFO checking carrier-0.1.1 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 20 05:34:42.619 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 20 05:34:42.619 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-0/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 05:34:42.806 INFO blam! 41eb1721e2742799fd3e915df25324f6b1dcc08658361d7a2a5202cbbc1bcb61 Sep 20 05:34:42.808 INFO running `"docker" "start" "-a" "41eb1721e2742799fd3e915df25324f6b1dcc08658361d7a2a5202cbbc1bcb61"` Sep 20 05:34:44.218 INFO kablam! usermod: no changes Sep 20 05:34:44.675 INFO kablam! Compiling subtle v0.7.1 Sep 20 05:34:44.682 INFO kablam! Compiling multimap v0.4.0 Sep 20 05:34:44.683 INFO kablam! Checking static_slice v0.0.3 Sep 20 05:34:44.683 INFO kablam! Checking crc8 v0.1.1 Sep 20 05:34:44.684 INFO kablam! Compiling rand v0.5.5 Sep 20 05:34:44.685 INFO kablam! Compiling petgraph v0.4.13 Sep 20 05:34:44.685 INFO kablam! Checking chacha20-poly1305-aead v0.1.2 Sep 20 05:34:46.929 INFO kablam! Compiling bytes v0.4.10 Sep 20 05:34:47.336 INFO kablam! Compiling snow v0.4.0 Sep 20 05:34:47.479 INFO kablam! Checking tokio-io v0.1.8 Sep 20 05:34:47.508 INFO kablam! Checking prost v0.4.0 Sep 20 05:34:48.555 INFO kablam! Checking parking_lot_core v0.3.1 Sep 20 05:34:49.731 INFO kablam! Checking tokio-threadpool v0.1.6 Sep 20 05:34:54.148 INFO kablam! Compiling which v2.0.0 Sep 20 05:34:55.515 INFO kablam! Compiling prost-derive v0.4.0 Sep 20 05:34:55.564 INFO kablam! Checking tokio-codec v0.1.0 Sep 20 05:34:56.883 INFO kablam! Checking parking_lot v0.6.4 Sep 20 05:35:00.422 INFO kablam! Compiling prost-build v0.4.0 Sep 20 05:35:01.034 INFO kablam! Checking tokio-fs v0.1.3 Sep 20 05:35:01.228 INFO kablam! Checking tokio-reactor v0.1.5 Sep 20 05:35:08.099 INFO kablam! Compiling curve25519-dalek v0.19.1 Sep 20 05:35:08.960 INFO kablam! Checking tokio-udp v0.1.2 Sep 20 05:35:08.960 INFO kablam! Checking tokio-uds v0.2.1 Sep 20 05:35:08.960 INFO kablam! Checking tokio-tcp v0.1.1 Sep 20 05:35:14.134 INFO kablam! Checking tokio v0.1.8 Sep 20 05:35:20.700 INFO kablam! Checking x25519-dalek v0.3.0 Sep 20 05:35:20.700 INFO kablam! Checking ed25519-dalek v0.8.0 Sep 20 05:35:24.175 INFO kablam! Compiling prost-types v0.4.0 Sep 20 05:35:33.166 INFO kablam! Compiling carrier v0.1.1 (/source) Sep 20 05:35:41.115 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `std::result::Result` Sep 20 05:35:41.115 INFO kablam! --> src/identity.rs:337:5 Sep 20 05:35:41.115 INFO kablam! | Sep 20 05:35:41.115 INFO kablam! 337 | assert_eq!(client_identity.verify(b"goes on postcards", text, &signature), Ok(true)); Sep 20 05:35:41.115 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:35:41.115 INFO kablam! | Sep 20 05:35:41.115 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `std::result::Result` Sep 20 05:35:41.115 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 20 05:35:41.115 INFO kablam! Sep 20 05:35:41.115 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `std::result::Result` Sep 20 05:35:41.115 INFO kablam! --> src/identity.rs:338:5 Sep 20 05:35:41.115 INFO kablam! | Sep 20 05:35:41.115 INFO kablam! 338 | / assert_eq!( Sep 20 05:35:41.115 INFO kablam! 339 | | client_identity.verify(b"does not go on postcards", text, &signature), Sep 20 05:35:41.115 INFO kablam! 340 | | Ok(false) Sep 20 05:35:41.115 INFO kablam! 341 | | ); Sep 20 05:35:41.115 INFO kablam! | |______^ Sep 20 05:35:41.115 INFO kablam! | Sep 20 05:35:41.115 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `std::result::Result` Sep 20 05:35:41.115 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 20 05:35:41.115 INFO kablam! Sep 20 05:35:41.119 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `std::result::Result` Sep 20 05:35:41.119 INFO kablam! --> src/identity.rs:352:5 Sep 20 05:35:41.119 INFO kablam! | Sep 20 05:35:41.119 INFO kablam! 352 | / assert_ne!( Sep 20 05:35:41.119 INFO kablam! 353 | | client_identity.verify(b"goes on postcards", text, &Signature(signature_invalid)), Sep 20 05:35:41.120 INFO kablam! 354 | | Ok(true) Sep 20 05:35:41.120 INFO kablam! 355 | | ); Sep 20 05:35:41.120 INFO kablam! | |______^ Sep 20 05:35:41.120 INFO kablam! | Sep 20 05:35:41.120 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `std::result::Result` Sep 20 05:35:41.120 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 20 05:35:41.120 INFO kablam! Sep 20 05:35:41.126 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `std::result::Result` Sep 20 05:35:41.126 INFO kablam! --> src/identity.rs:359:5 Sep 20 05:35:41.126 INFO kablam! | Sep 20 05:35:41.126 INFO kablam! 359 | / assert_ne!( Sep 20 05:35:41.126 INFO kablam! 360 | | client_identity.verify(b"goes on postcards", &text_invalid, &signature), Sep 20 05:35:41.126 INFO kablam! 361 | | Ok(true) Sep 20 05:35:41.126 INFO kablam! 362 | | ); Sep 20 05:35:41.126 INFO kablam! | |______^ Sep 20 05:35:41.126 INFO kablam! | Sep 20 05:35:41.126 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `std::result::Result` Sep 20 05:35:41.126 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 20 05:35:41.126 INFO kablam! Sep 20 05:35:41.766 INFO kablam! warning: field is never used: `debug_id` Sep 20 05:35:41.766 INFO kablam! --> src/noise.rs:34:5 Sep 20 05:35:41.766 INFO kablam! | Sep 20 05:35:41.766 INFO kablam! 34 | pub(crate) debug_id: String, Sep 20 05:35:41.766 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:35:41.766 INFO kablam! | Sep 20 05:35:41.766 INFO kablam! = note: #[warn(dead_code)] on by default Sep 20 05:35:41.766 INFO kablam! Sep 20 05:35:41.994 INFO kablam! error: aborting due to 4 previous errors Sep 20 05:35:41.994 INFO kablam! Sep 20 05:35:41.994 INFO kablam! For more information about this error, try `rustc --explain E0369`. Sep 20 05:35:42.022 INFO kablam! error: Could not compile `carrier`. Sep 20 05:35:42.022 INFO kablam! Sep 20 05:35:42.022 INFO kablam! To learn more, run the command again with --verbose. Sep 20 05:35:42.022 INFO kablam! su: No module specific data is present Sep 20 05:35:42.826 INFO running `"docker" "rm" "-f" "41eb1721e2742799fd3e915df25324f6b1dcc08658361d7a2a5202cbbc1bcb61"` Sep 20 05:35:42.970 INFO blam! 41eb1721e2742799fd3e915df25324f6b1dcc08658361d7a2a5202cbbc1bcb61