Sep 04 21:56:45.430 INFO checking carrier-0.2.0 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 21:56:45.430 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 21:56:45.430 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 21:56:45.663 INFO blam! cdfcfe88fdc5839a380ef28b82fafa01170395050573ec596b394cc5014f4b17 Sep 04 21:56:45.665 INFO running `"docker" "start" "-a" "cdfcfe88fdc5839a380ef28b82fafa01170395050573ec596b394cc5014f4b17"` Sep 04 21:56:46.923 INFO kablam! Compiling subtle v0.7.0 Sep 04 21:56:46.925 INFO kablam! Checking crc8 v0.1.1 Sep 04 21:56:46.954 INFO kablam! Compiling bytes v0.4.9 Sep 04 21:56:46.967 INFO kablam! Checking hpack v0.3.0 Sep 04 21:56:46.967 INFO kablam! Compiling snow v0.4.0-alpha2 Sep 04 21:56:48.931 INFO kablam! Compiling curve25519-dalek v0.19.0 Sep 04 21:56:52.949 INFO kablam! Checking tokio-io v0.1.8 Sep 04 21:56:52.949 INFO kablam! Checking prost v0.4.0 Sep 04 21:56:58.163 INFO kablam! Checking tokio-reactor v0.1.5 Sep 04 21:56:58.163 INFO kablam! Checking tokio-codec v0.1.0 Sep 04 21:56:58.170 INFO kablam! Checking tokio-fs v0.1.3 Sep 04 21:56:58.885 INFO kablam! Compiling prost-types v0.4.0 Sep 04 21:57:04.293 INFO kablam! Checking x25519-dalek v0.3.0 Sep 04 21:57:04.294 INFO kablam! Checking ed25519-dalek v0.8.0 Sep 04 21:57:06.423 INFO kablam! Checking tokio-tcp v0.1.1 Sep 04 21:57:06.423 INFO kablam! Checking tokio-udp v0.1.2 Sep 04 21:57:06.423 INFO kablam! Checking tokio-uds v0.2.1 Sep 04 21:57:14.479 INFO kablam! Checking tokio v0.1.8 Sep 04 21:57:18.420 INFO kablam! Compiling prost-build v0.4.0 Sep 04 21:57:25.942 INFO kablam! Compiling carrier v0.2.0 (file:///source) Sep 04 21:57:45.415 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `std::result::Result` Sep 04 21:57:45.415 INFO kablam! --> src/identity.rs:337:5 Sep 04 21:57:45.415 INFO kablam! | Sep 04 21:57:45.415 INFO kablam! 337 | assert_eq!(client_identity.verify(b"goes on postcards", text, &signature), Ok(true)); Sep 04 21:57:45.415 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:57:45.415 INFO kablam! | Sep 04 21:57:45.415 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `std::result::Result` Sep 04 21:57:45.415 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 04 21:57:45.415 INFO kablam! Sep 04 21:57:45.418 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `std::result::Result` Sep 04 21:57:45.418 INFO kablam! --> src/identity.rs:338:5 Sep 04 21:57:45.418 INFO kablam! | Sep 04 21:57:45.418 INFO kablam! 338 | / assert_eq!( Sep 04 21:57:45.418 INFO kablam! 339 | | client_identity.verify(b"does not go on postcards", text, &signature), Sep 04 21:57:45.418 INFO kablam! 340 | | Ok(false) Sep 04 21:57:45.418 INFO kablam! 341 | | ); Sep 04 21:57:45.418 INFO kablam! | |______^ Sep 04 21:57:45.418 INFO kablam! | Sep 04 21:57:45.418 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `std::result::Result` Sep 04 21:57:45.418 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 04 21:57:45.418 INFO kablam! Sep 04 21:57:45.425 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `std::result::Result` Sep 04 21:57:45.425 INFO kablam! --> src/identity.rs:352:5 Sep 04 21:57:45.425 INFO kablam! | Sep 04 21:57:45.425 INFO kablam! 352 | / assert_ne!( Sep 04 21:57:45.425 INFO kablam! 353 | | client_identity.verify(b"goes on postcards", text, &Signature(signature_invalid)), Sep 04 21:57:45.425 INFO kablam! 354 | | Ok(true) Sep 04 21:57:45.425 INFO kablam! 355 | | ); Sep 04 21:57:45.425 INFO kablam! | |______^ Sep 04 21:57:45.425 INFO kablam! | Sep 04 21:57:45.425 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `std::result::Result` Sep 04 21:57:45.426 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 04 21:57:45.426 INFO kablam! Sep 04 21:57:45.429 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `std::result::Result` Sep 04 21:57:45.429 INFO kablam! --> src/identity.rs:359:5 Sep 04 21:57:45.429 INFO kablam! | Sep 04 21:57:45.429 INFO kablam! 359 | / assert_ne!( Sep 04 21:57:45.429 INFO kablam! 360 | | client_identity.verify(b"goes on postcards", &text_invalid, &signature), Sep 04 21:57:45.429 INFO kablam! 361 | | Ok(true) Sep 04 21:57:45.429 INFO kablam! 362 | | ); Sep 04 21:57:45.429 INFO kablam! | |______^ Sep 04 21:57:45.430 INFO kablam! | Sep 04 21:57:45.430 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `std::result::Result` Sep 04 21:57:45.430 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 04 21:57:45.430 INFO kablam! Sep 04 21:57:45.700 INFO kablam! warning: field is never used: `debug_id` Sep 04 21:57:45.700 INFO kablam! --> src/noise.rs:34:5 Sep 04 21:57:45.700 INFO kablam! | Sep 04 21:57:45.700 INFO kablam! 34 | pub(crate) debug_id: String, Sep 04 21:57:45.700 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:57:45.700 INFO kablam! | Sep 04 21:57:45.700 INFO kablam! = note: #[warn(dead_code)] on by default Sep 04 21:57:45.700 INFO kablam! Sep 04 21:57:45.701 INFO kablam! warning: variant is never constructed: `ResponderEof` Sep 04 21:57:45.701 INFO kablam! --> /target/debug/build/carrier-f3307e72cc2b2762/out/ox.axiom.v1.rs:22:149 Sep 04 21:57:45.701 INFO kablam! | Sep 04 21:57:45.701 INFO kablam! 22 | # [ fail ( display = "unexpected EOF waiting for headers" ) ] HeaderEof , # [ fail ( display = "unexpected EOF waiting for response rpc object" ) ] ResponderEof , # [ fail ( display = "unexpected EOF waiting for callers rpc object" ) ] CallerEof , # [ fail ( display = "remote error : {:?} : {:?}" , status , error ) ] RemoteError { Sep 04 21:57:45.701 INFO kablam! | ^^^^^^^^^^^^ Sep 04 21:57:45.701 INFO kablam! Sep 04 21:57:45.701 INFO kablam! warning: variant is never constructed: `CallerEof` Sep 04 21:57:45.701 INFO kablam! --> /target/debug/build/carrier-f3307e72cc2b2762/out/ox.axiom.v1.rs:22:237 Sep 04 21:57:45.701 INFO kablam! | Sep 04 21:57:45.701 INFO kablam! 22 | # [ fail ( display = "unexpected EOF waiting for headers" ) ] HeaderEof , # [ fail ( display = "unexpected EOF waiting for response rpc object" ) ] ResponderEof , # [ fail ( display = "unexpected EOF waiting for callers rpc object" ) ] CallerEof , # [ fail ( display = "remote error : {:?} : {:?}" , status , error ) ] RemoteError { Sep 04 21:57:45.701 INFO kablam! | ^^^^^^^^^ Sep 04 21:57:45.701 INFO kablam! Sep 04 21:57:45.723 INFO kablam! error[E0063]: missing field `stream` in initializer of `packet::Frame` Sep 04 21:57:45.723 INFO kablam! --> src/packet.rs:209:17 Sep 04 21:57:45.724 INFO kablam! | Sep 04 21:57:45.724 INFO kablam! 209 | let frame = Frame::Stream { Sep 04 21:57:45.724 INFO kablam! | ^^^^^^^^^^^^^ missing `stream` Sep 04 21:57:45.724 INFO kablam! Sep 04 21:57:45.746 INFO kablam! error[E0027]: pattern does not mention field `stream` Sep 04 21:57:45.746 INFO kablam! --> src/packet.rs:246:12 Sep 04 21:57:45.746 INFO kablam! | Sep 04 21:57:45.746 INFO kablam! 246 | if let Frame::Stream { order, ref payload } = frames[0] { Sep 04 21:57:45.746 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing field `stream` Sep 04 21:57:45.746 INFO kablam! Sep 04 21:57:45.844 INFO kablam! error[E0223]: ambiguous associated type Sep 04 21:57:45.844 INFO kablam! --> src/recovery.rs:528:21 Sep 04 21:57:45.844 INFO kablam! | Sep 04 21:57:45.844 INFO kablam! 528 | let frame = Frame::Message { Sep 04 21:57:45.844 INFO kablam! | ^^^^^^^^^^^^^^ ambiguous associated type Sep 04 21:57:45.844 INFO kablam! | Sep 04 21:57:45.844 INFO kablam! = note: specify the type using the syntax `::Message` Sep 04 21:57:45.844 INFO kablam! Sep 04 21:57:45.858 INFO kablam! error[E0223]: ambiguous associated type Sep 04 21:57:45.858 INFO kablam! --> src/recovery.rs:557:21 Sep 04 21:57:45.858 INFO kablam! | Sep 04 21:57:45.858 INFO kablam! 557 | let frame = Frame::Message { Sep 04 21:57:45.858 INFO kablam! | ^^^^^^^^^^^^^^ ambiguous associated type Sep 04 21:57:45.858 INFO kablam! | Sep 04 21:57:45.858 INFO kablam! = note: specify the type using the syntax `::Message` Sep 04 21:57:45.858 INFO kablam! Sep 04 21:57:45.926 INFO kablam! error[E0223]: ambiguous associated type Sep 04 21:57:45.926 INFO kablam! --> src/recovery.rs:676:21 Sep 04 21:57:45.926 INFO kablam! | Sep 04 21:57:45.926 INFO kablam! 676 | let frame = Frame::Message { Sep 04 21:57:45.926 INFO kablam! | ^^^^^^^^^^^^^^ ambiguous associated type Sep 04 21:57:45.926 INFO kablam! | Sep 04 21:57:45.927 INFO kablam! = note: specify the type using the syntax `::Message` Sep 04 21:57:45.927 INFO kablam! Sep 04 21:57:46.086 INFO kablam! error[E0223]: ambiguous associated type Sep 04 21:57:46.086 INFO kablam! --> src/stream.rs:83:17 Sep 04 21:57:46.086 INFO kablam! | Sep 04 21:57:46.086 INFO kablam! 83 | st.push(Frame::Message { Sep 04 21:57:46.086 INFO kablam! | ^^^^^^^^^^^^^^ ambiguous associated type Sep 04 21:57:46.086 INFO kablam! | Sep 04 21:57:46.086 INFO kablam! = note: specify the type using the syntax `::Message` Sep 04 21:57:46.087 INFO kablam! Sep 04 21:57:46.087 INFO kablam! error[E0223]: ambiguous associated type Sep 04 21:57:46.087 INFO kablam! --> src/stream.rs:89:17 Sep 04 21:57:46.087 INFO kablam! | Sep 04 21:57:46.087 INFO kablam! 89 | st.push(Frame::Message { Sep 04 21:57:46.087 INFO kablam! | ^^^^^^^^^^^^^^ ambiguous associated type Sep 04 21:57:46.087 INFO kablam! | Sep 04 21:57:46.087 INFO kablam! = note: specify the type using the syntax `::Message` Sep 04 21:57:46.087 INFO kablam! Sep 04 21:57:46.088 INFO kablam! error[E0223]: ambiguous associated type Sep 04 21:57:46.088 INFO kablam! --> src/stream.rs:100:17 Sep 04 21:57:46.088 INFO kablam! | Sep 04 21:57:46.088 INFO kablam! 100 | st.push(Frame::Message { Sep 04 21:57:46.088 INFO kablam! | ^^^^^^^^^^^^^^ ambiguous associated type Sep 04 21:57:46.088 INFO kablam! | Sep 04 21:57:46.088 INFO kablam! = note: specify the type using the syntax `::Message` Sep 04 21:57:46.088 INFO kablam! Sep 04 21:57:46.090 INFO kablam! error[E0223]: ambiguous associated type Sep 04 21:57:46.090 INFO kablam! --> src/stream.rs:111:17 Sep 04 21:57:46.090 INFO kablam! | Sep 04 21:57:46.090 INFO kablam! 111 | st.push(Frame::Message { Sep 04 21:57:46.090 INFO kablam! | ^^^^^^^^^^^^^^ ambiguous associated type Sep 04 21:57:46.090 INFO kablam! | Sep 04 21:57:46.090 INFO kablam! = note: specify the type using the syntax `::Message` Sep 04 21:57:46.090 INFO kablam! Sep 04 21:57:46.091 INFO kablam! error[E0223]: ambiguous associated type Sep 04 21:57:46.091 INFO kablam! --> src/stream.rs:120:13 Sep 04 21:57:46.091 INFO kablam! | Sep 04 21:57:46.091 INFO kablam! 120 | Frame::Message { Sep 04 21:57:46.092 INFO kablam! | ^^^^^^^^^^^^^^ ambiguous associated type Sep 04 21:57:46.092 INFO kablam! | Sep 04 21:57:46.092 INFO kablam! = note: specify the type using the syntax `::Message` Sep 04 21:57:46.092 INFO kablam! Sep 04 21:57:46.096 INFO kablam! error[E0223]: ambiguous associated type Sep 04 21:57:46.096 INFO kablam! --> src/stream.rs:138:17 Sep 04 21:57:46.096 INFO kablam! | Sep 04 21:57:46.096 INFO kablam! 138 | st.push(Frame::Message { Sep 04 21:57:46.096 INFO kablam! | ^^^^^^^^^^^^^^ ambiguous associated type Sep 04 21:57:46.096 INFO kablam! | Sep 04 21:57:46.096 INFO kablam! = note: specify the type using the syntax `::Message` Sep 04 21:57:46.096 INFO kablam! Sep 04 21:57:46.097 INFO kablam! error[E0223]: ambiguous associated type Sep 04 21:57:46.097 INFO kablam! --> src/stream.rs:147:13 Sep 04 21:57:46.097 INFO kablam! | Sep 04 21:57:46.097 INFO kablam! 147 | Frame::Message { Sep 04 21:57:46.097 INFO kablam! | ^^^^^^^^^^^^^^ ambiguous associated type Sep 04 21:57:46.097 INFO kablam! | Sep 04 21:57:46.097 INFO kablam! = note: specify the type using the syntax `::Message` Sep 04 21:57:46.097 INFO kablam! Sep 04 21:57:46.421 INFO kablam! error: aborting due to 16 previous errors Sep 04 21:57:46.421 INFO kablam! Sep 04 21:57:46.421 INFO kablam! Some errors occurred: E0027, E0063, E0223, E0369. Sep 04 21:57:46.421 INFO kablam! For more information about an error, try `rustc --explain E0027`. Sep 04 21:57:46.449 INFO kablam! error: Could not compile `carrier`. Sep 04 21:57:46.450 INFO kablam! Sep 04 21:57:46.450 INFO kablam! To learn more, run the command again with --verbose. Sep 04 21:57:46.451 INFO kablam! su: No module specific data is present Sep 04 21:57:46.862 INFO running `"docker" "rm" "-f" "cdfcfe88fdc5839a380ef28b82fafa01170395050573ec596b394cc5014f4b17"` Sep 04 21:57:47.015 INFO blam! cdfcfe88fdc5839a380ef28b82fafa01170395050573ec596b394cc5014f4b17