Sep 06 08:59:07.968 INFO checking carrier-0.1.1 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 06 08:59:07.968 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 06 08:59:07.968 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-2/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 08:59:08.090 INFO blam! 85f1d943fd0e57df1ae7c1fd2bb684ac6b3acb91e782c613f5630dff07ffe2c9 Sep 06 08:59:08.091 INFO running `"docker" "start" "-a" "85f1d943fd0e57df1ae7c1fd2bb684ac6b3acb91e782c613f5630dff07ffe2c9"` Sep 06 08:59:09.681 INFO kablam! usermod: no changes Sep 06 08:59:09.986 INFO kablam! Compiling byteorder v1.2.6 Sep 06 08:59:09.986 INFO kablam! Compiling subtle v0.7.1 Sep 06 08:59:10.002 INFO kablam! Compiling multimap v0.4.0 Sep 06 08:59:10.002 INFO kablam! Checking static_slice v0.0.3 Sep 06 08:59:10.002 INFO kablam! Checking crc8 v0.1.1 Sep 06 08:59:10.002 INFO kablam! Compiling rand v0.5.5 Sep 06 08:59:10.002 INFO kablam! Compiling petgraph v0.4.13 Sep 06 08:59:12.212 INFO kablam! Checking chacha20-poly1305-aead v0.1.2 Sep 06 08:59:12.740 INFO kablam! Checking bytes v0.4.10 Sep 06 08:59:12.794 INFO kablam! Checking parking_lot_core v0.3.0 Sep 06 08:59:12.903 INFO kablam! Compiling snow v0.4.0-alpha2 Sep 06 08:59:14.115 INFO kablam! Checking tokio-threadpool v0.1.6 Sep 06 08:59:17.070 INFO kablam! Compiling which v2.0.0 Sep 06 08:59:18.018 INFO kablam! Compiling prost-derive v0.4.0 Sep 06 08:59:19.014 INFO kablam! Checking tokio-io v0.1.8 Sep 06 08:59:19.265 INFO kablam! Checking prost v0.4.0 Sep 06 08:59:24.094 INFO kablam! Checking parking_lot v0.6.4 Sep 06 08:59:27.551 INFO kablam! Compiling prost-build v0.4.0 Sep 06 08:59:29.942 INFO kablam! Checking tokio-codec v0.1.0 Sep 06 08:59:30.905 INFO kablam! Checking tokio-fs v0.1.3 Sep 06 08:59:31.834 INFO kablam! Checking tokio-reactor v0.1.5 Sep 06 08:59:31.945 INFO kablam! Compiling curve25519-dalek v0.19.0 Sep 06 08:59:37.520 INFO kablam! Checking tokio-uds v0.2.1 Sep 06 08:59:37.521 INFO kablam! Checking tokio-tcp v0.1.1 Sep 06 08:59:37.522 INFO kablam! Checking tokio-udp v0.1.2 Sep 06 08:59:44.634 INFO kablam! Checking tokio v0.1.8 Sep 06 08:59:48.666 INFO kablam! Checking x25519-dalek v0.3.0 Sep 06 08:59:48.666 INFO kablam! Checking ed25519-dalek v0.8.0 Sep 06 08:59:49.614 INFO kablam! Compiling prost-types v0.4.0 Sep 06 08:59:59.110 INFO kablam! Compiling carrier v0.1.1 (file:///source) Sep 06 09:00:06.186 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `std::result::Result` Sep 06 09:00:06.186 INFO kablam! --> src/identity.rs:337:5 Sep 06 09:00:06.186 INFO kablam! | Sep 06 09:00:06.186 INFO kablam! 337 | assert_eq!(client_identity.verify(b"goes on postcards", text, &signature), Ok(true)); Sep 06 09:00:06.186 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 09:00:06.186 INFO kablam! | Sep 06 09:00:06.187 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `std::result::Result` Sep 06 09:00:06.187 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 06 09:00:06.187 INFO kablam! Sep 06 09:00:06.188 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `std::result::Result` Sep 06 09:00:06.188 INFO kablam! --> src/identity.rs:338:5 Sep 06 09:00:06.188 INFO kablam! | Sep 06 09:00:06.188 INFO kablam! 338 | / assert_eq!( Sep 06 09:00:06.188 INFO kablam! 339 | | client_identity.verify(b"does not go on postcards", text, &signature), Sep 06 09:00:06.188 INFO kablam! 340 | | Ok(false) Sep 06 09:00:06.188 INFO kablam! 341 | | ); Sep 06 09:00:06.188 INFO kablam! | |______^ Sep 06 09:00:06.188 INFO kablam! | Sep 06 09:00:06.188 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `std::result::Result` Sep 06 09:00:06.188 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 06 09:00:06.188 INFO kablam! Sep 06 09:00:06.191 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `std::result::Result` Sep 06 09:00:06.191 INFO kablam! --> src/identity.rs:352:5 Sep 06 09:00:06.191 INFO kablam! | Sep 06 09:00:06.191 INFO kablam! 352 | / assert_ne!( Sep 06 09:00:06.191 INFO kablam! 353 | | client_identity.verify(b"goes on postcards", text, &Signature(signature_invalid)), Sep 06 09:00:06.191 INFO kablam! 354 | | Ok(true) Sep 06 09:00:06.192 INFO kablam! 355 | | ); Sep 06 09:00:06.192 INFO kablam! | |______^ Sep 06 09:00:06.192 INFO kablam! | Sep 06 09:00:06.192 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `std::result::Result` Sep 06 09:00:06.192 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 06 09:00:06.192 INFO kablam! Sep 06 09:00:06.194 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `std::result::Result` Sep 06 09:00:06.194 INFO kablam! --> src/identity.rs:359:5 Sep 06 09:00:06.194 INFO kablam! | Sep 06 09:00:06.194 INFO kablam! 359 | / assert_ne!( Sep 06 09:00:06.194 INFO kablam! 360 | | client_identity.verify(b"goes on postcards", &text_invalid, &signature), Sep 06 09:00:06.194 INFO kablam! 361 | | Ok(true) Sep 06 09:00:06.194 INFO kablam! 362 | | ); Sep 06 09:00:06.194 INFO kablam! | |______^ Sep 06 09:00:06.194 INFO kablam! | Sep 06 09:00:06.194 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `std::result::Result` Sep 06 09:00:06.194 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 06 09:00:06.194 INFO kablam! Sep 06 09:00:06.762 INFO kablam! error: aborting due to 4 previous errors Sep 06 09:00:06.762 INFO kablam! Sep 06 09:00:06.762 INFO kablam! For more information about this error, try `rustc --explain E0369`. Sep 06 09:00:06.773 INFO kablam! error: Could not compile `carrier`. Sep 06 09:00:06.773 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 09:00:07.418 INFO kablam! warning: field is never used: `debug_id` Sep 06 09:00:07.418 INFO kablam! --> src/noise.rs:34:5 Sep 06 09:00:07.418 INFO kablam! | Sep 06 09:00:07.418 INFO kablam! 34 | pub(crate) debug_id: String, Sep 06 09:00:07.418 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 09:00:07.418 INFO kablam! | Sep 06 09:00:07.418 INFO kablam! = note: #[warn(dead_code)] on by default Sep 06 09:00:07.418 INFO kablam! Sep 06 09:00:07.594 INFO kablam! error: build failed Sep 06 09:00:07.602 INFO kablam! su: No module specific data is present Sep 06 09:00:08.915 INFO running `"docker" "rm" "-f" "85f1d943fd0e57df1ae7c1fd2bb684ac6b3acb91e782c613f5630dff07ffe2c9"` Sep 06 09:00:09.020 INFO blam! 85f1d943fd0e57df1ae7c1fd2bb684ac6b3acb91e782c613f5630dff07ffe2c9