Sep 05 00:49:10.307 INFO checking carrier-0.2.0 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 05 00:49:10.307 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 05 00:49:10.307 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-2/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 00:49:10.539 INFO blam! 4945aad763e12a897c15f16a2ebd06d7f7c901f75e6643b7e394ca1f2a318f40 Sep 05 00:49:10.541 INFO running `"docker" "start" "-a" "4945aad763e12a897c15f16a2ebd06d7f7c901f75e6643b7e394ca1f2a318f40"` Sep 05 00:49:11.723 INFO kablam! Compiling subtle v0.7.0 Sep 05 00:49:11.729 INFO kablam! Compiling multimap v0.4.0 Sep 05 00:49:11.729 INFO kablam! Checking crc8 v0.1.1 Sep 05 00:49:11.732 INFO kablam! Compiling rand v0.5.5 Sep 05 00:49:11.737 INFO kablam! Compiling petgraph v0.4.13 Sep 05 00:49:11.739 INFO kablam! Compiling bytes v0.4.9 Sep 05 00:49:11.741 INFO kablam! Checking parking_lot_core v0.3.0 Sep 05 00:49:11.741 INFO kablam! Checking tokio-io v0.1.8 Sep 05 00:49:14.681 INFO kablam! Checking prost v0.4.0 Sep 05 00:49:14.731 INFO kablam! Compiling snow v0.4.0-alpha2 Sep 05 00:49:15.637 INFO kablam! Checking hpack v0.3.0 Sep 05 00:49:19.405 INFO kablam! Checking parking_lot v0.6.4 Sep 05 00:49:20.714 INFO kablam! Checking tokio-threadpool v0.1.6 Sep 05 00:49:21.570 INFO kablam! Checking tokio-codec v0.1.0 Sep 05 00:49:24.434 INFO kablam! Checking tokio-reactor v0.1.5 Sep 05 00:49:27.181 INFO kablam! Compiling curve25519-dalek v0.19.0 Sep 05 00:49:27.581 INFO kablam! Checking tokio-fs v0.1.3 Sep 05 00:49:29.898 INFO kablam! Compiling prost-types v0.4.0 Sep 05 00:49:30.499 INFO kablam! Checking tokio-tcp v0.1.1 Sep 05 00:49:30.505 INFO kablam! Checking tokio-uds v0.2.1 Sep 05 00:49:30.505 INFO kablam! Checking tokio-udp v0.1.2 Sep 05 00:49:36.082 INFO kablam! Checking tokio v0.1.8 Sep 05 00:49:38.677 INFO kablam! Checking x25519-dalek v0.3.0 Sep 05 00:49:38.677 INFO kablam! Checking ed25519-dalek v0.8.0 Sep 05 00:49:42.213 INFO kablam! Compiling prost-build v0.4.0 Sep 05 00:49:48.197 INFO kablam! Compiling carrier v0.2.0 (file:///source) Sep 05 00:50:04.611 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `std::result::Result` Sep 05 00:50:04.611 INFO kablam! --> src/identity.rs:337:5 Sep 05 00:50:04.611 INFO kablam! | Sep 05 00:50:04.611 INFO kablam! 337 | assert_eq!(client_identity.verify(b"goes on postcards", text, &signature), Ok(true)); Sep 05 00:50:04.611 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:50:04.611 INFO kablam! | Sep 05 00:50:04.611 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `std::result::Result` Sep 05 00:50:04.611 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 05 00:50:04.611 INFO kablam! Sep 05 00:50:04.614 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `std::result::Result` Sep 05 00:50:04.614 INFO kablam! --> src/identity.rs:338:5 Sep 05 00:50:04.614 INFO kablam! | Sep 05 00:50:04.614 INFO kablam! 338 | / assert_eq!( Sep 05 00:50:04.614 INFO kablam! 339 | | client_identity.verify(b"does not go on postcards", text, &signature), Sep 05 00:50:04.615 INFO kablam! 340 | | Ok(false) Sep 05 00:50:04.615 INFO kablam! 341 | | ); Sep 05 00:50:04.615 INFO kablam! | |______^ Sep 05 00:50:04.615 INFO kablam! | Sep 05 00:50:04.615 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `std::result::Result` Sep 05 00:50:04.615 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 05 00:50:04.615 INFO kablam! Sep 05 00:50:04.621 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `std::result::Result` Sep 05 00:50:04.621 INFO kablam! --> src/identity.rs:352:5 Sep 05 00:50:04.621 INFO kablam! | Sep 05 00:50:04.621 INFO kablam! 352 | / assert_ne!( Sep 05 00:50:04.621 INFO kablam! 353 | | client_identity.verify(b"goes on postcards", text, &Signature(signature_invalid)), Sep 05 00:50:04.621 INFO kablam! 354 | | Ok(true) Sep 05 00:50:04.621 INFO kablam! 355 | | ); Sep 05 00:50:04.622 INFO kablam! | |______^ Sep 05 00:50:04.622 INFO kablam! | Sep 05 00:50:04.622 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `std::result::Result` Sep 05 00:50:04.622 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 05 00:50:04.622 INFO kablam! Sep 05 00:50:04.625 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `std::result::Result` Sep 05 00:50:04.625 INFO kablam! --> src/identity.rs:359:5 Sep 05 00:50:04.625 INFO kablam! | Sep 05 00:50:04.625 INFO kablam! 359 | / assert_ne!( Sep 05 00:50:04.625 INFO kablam! 360 | | client_identity.verify(b"goes on postcards", &text_invalid, &signature), Sep 05 00:50:04.625 INFO kablam! 361 | | Ok(true) Sep 05 00:50:04.626 INFO kablam! 362 | | ); Sep 05 00:50:04.626 INFO kablam! | |______^ Sep 05 00:50:04.626 INFO kablam! | Sep 05 00:50:04.626 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `std::result::Result` Sep 05 00:50:04.626 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 05 00:50:04.626 INFO kablam! Sep 05 00:50:04.903 INFO kablam! error[E0063]: missing field `stream` in initializer of `packet::Frame` Sep 05 00:50:04.903 INFO kablam! --> src/packet.rs:209:17 Sep 05 00:50:04.903 INFO kablam! | Sep 05 00:50:04.903 INFO kablam! 209 | let frame = Frame::Stream { Sep 05 00:50:04.903 INFO kablam! | ^^^^^^^^^^^^^ missing `stream` Sep 05 00:50:04.903 INFO kablam! Sep 05 00:50:04.924 INFO kablam! error[E0027]: pattern does not mention field `stream` Sep 05 00:50:04.924 INFO kablam! --> src/packet.rs:246:12 Sep 05 00:50:04.924 INFO kablam! | Sep 05 00:50:04.924 INFO kablam! 246 | if let Frame::Stream { order, ref payload } = frames[0] { Sep 05 00:50:04.924 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing field `stream` Sep 05 00:50:04.924 INFO kablam! Sep 05 00:50:05.018 INFO kablam! error[E0223]: ambiguous associated type Sep 05 00:50:05.018 INFO kablam! --> src/recovery.rs:528:21 Sep 05 00:50:05.018 INFO kablam! | Sep 05 00:50:05.018 INFO kablam! 528 | let frame = Frame::Message { Sep 05 00:50:05.018 INFO kablam! | ^^^^^^^^^^^^^^ ambiguous associated type Sep 05 00:50:05.018 INFO kablam! | Sep 05 00:50:05.018 INFO kablam! = note: specify the type using the syntax `::Message` Sep 05 00:50:05.018 INFO kablam! Sep 05 00:50:05.032 INFO kablam! error[E0223]: ambiguous associated type Sep 05 00:50:05.032 INFO kablam! --> src/recovery.rs:557:21 Sep 05 00:50:05.032 INFO kablam! | Sep 05 00:50:05.033 INFO kablam! 557 | let frame = Frame::Message { Sep 05 00:50:05.033 INFO kablam! | ^^^^^^^^^^^^^^ ambiguous associated type Sep 05 00:50:05.033 INFO kablam! | Sep 05 00:50:05.033 INFO kablam! = note: specify the type using the syntax `::Message` Sep 05 00:50:05.033 INFO kablam! Sep 05 00:50:05.097 INFO kablam! error[E0223]: ambiguous associated type Sep 05 00:50:05.097 INFO kablam! --> src/recovery.rs:676:21 Sep 05 00:50:05.098 INFO kablam! | Sep 05 00:50:05.098 INFO kablam! 676 | let frame = Frame::Message { Sep 05 00:50:05.098 INFO kablam! | ^^^^^^^^^^^^^^ ambiguous associated type Sep 05 00:50:05.098 INFO kablam! | Sep 05 00:50:05.098 INFO kablam! = note: specify the type using the syntax `::Message` Sep 05 00:50:05.098 INFO kablam! Sep 05 00:50:05.252 INFO kablam! error[E0223]: ambiguous associated type Sep 05 00:50:05.252 INFO kablam! --> src/stream.rs:83:17 Sep 05 00:50:05.252 INFO kablam! | Sep 05 00:50:05.252 INFO kablam! 83 | st.push(Frame::Message { Sep 05 00:50:05.252 INFO kablam! | ^^^^^^^^^^^^^^ ambiguous associated type Sep 05 00:50:05.253 INFO kablam! | Sep 05 00:50:05.253 INFO kablam! = note: specify the type using the syntax `::Message` Sep 05 00:50:05.253 INFO kablam! Sep 05 00:50:05.254 INFO kablam! error[E0223]: ambiguous associated type Sep 05 00:50:05.254 INFO kablam! --> src/stream.rs:89:17 Sep 05 00:50:05.254 INFO kablam! | Sep 05 00:50:05.254 INFO kablam! 89 | st.push(Frame::Message { Sep 05 00:50:05.254 INFO kablam! | ^^^^^^^^^^^^^^ ambiguous associated type Sep 05 00:50:05.255 INFO kablam! | Sep 05 00:50:05.255 INFO kablam! = note: specify the type using the syntax `::Message` Sep 05 00:50:05.255 INFO kablam! Sep 05 00:50:05.257 INFO kablam! error[E0223]: ambiguous associated type Sep 05 00:50:05.257 INFO kablam! --> src/stream.rs:100:17 Sep 05 00:50:05.257 INFO kablam! | Sep 05 00:50:05.257 INFO kablam! 100 | st.push(Frame::Message { Sep 05 00:50:05.257 INFO kablam! | ^^^^^^^^^^^^^^ ambiguous associated type Sep 05 00:50:05.257 INFO kablam! | Sep 05 00:50:05.258 INFO kablam! = note: specify the type using the syntax `::Message` Sep 05 00:50:05.258 INFO kablam! Sep 05 00:50:05.261 INFO kablam! error[E0223]: ambiguous associated type Sep 05 00:50:05.261 INFO kablam! --> src/stream.rs:111:17 Sep 05 00:50:05.261 INFO kablam! | Sep 05 00:50:05.261 INFO kablam! 111 | st.push(Frame::Message { Sep 05 00:50:05.261 INFO kablam! | ^^^^^^^^^^^^^^ ambiguous associated type Sep 05 00:50:05.261 INFO kablam! | Sep 05 00:50:05.261 INFO kablam! = note: specify the type using the syntax `::Message` Sep 05 00:50:05.261 INFO kablam! Sep 05 00:50:05.263 INFO kablam! error[E0223]: ambiguous associated type Sep 05 00:50:05.263 INFO kablam! --> src/stream.rs:120:13 Sep 05 00:50:05.263 INFO kablam! | Sep 05 00:50:05.264 INFO kablam! 120 | Frame::Message { Sep 05 00:50:05.264 INFO kablam! | ^^^^^^^^^^^^^^ ambiguous associated type Sep 05 00:50:05.264 INFO kablam! | Sep 05 00:50:05.264 INFO kablam! = note: specify the type using the syntax `::Message` Sep 05 00:50:05.264 INFO kablam! Sep 05 00:50:05.269 INFO kablam! error[E0223]: ambiguous associated type Sep 05 00:50:05.269 INFO kablam! --> src/stream.rs:138:17 Sep 05 00:50:05.269 INFO kablam! | Sep 05 00:50:05.269 INFO kablam! 138 | st.push(Frame::Message { Sep 05 00:50:05.269 INFO kablam! | ^^^^^^^^^^^^^^ ambiguous associated type Sep 05 00:50:05.269 INFO kablam! | Sep 05 00:50:05.269 INFO kablam! = note: specify the type using the syntax `::Message` Sep 05 00:50:05.269 INFO kablam! Sep 05 00:50:05.271 INFO kablam! error[E0223]: ambiguous associated type Sep 05 00:50:05.271 INFO kablam! --> src/stream.rs:147:13 Sep 05 00:50:05.271 INFO kablam! | Sep 05 00:50:05.271 INFO kablam! 147 | Frame::Message { Sep 05 00:50:05.271 INFO kablam! | ^^^^^^^^^^^^^^ ambiguous associated type Sep 05 00:50:05.271 INFO kablam! | Sep 05 00:50:05.271 INFO kablam! = note: specify the type using the syntax `::Message` Sep 05 00:50:05.272 INFO kablam! Sep 05 00:50:05.697 INFO kablam! error: aborting due to 16 previous errors Sep 05 00:50:05.697 INFO kablam! Sep 05 00:50:05.697 INFO kablam! Some errors occurred: E0027, E0063, E0223, E0369. Sep 05 00:50:05.697 INFO kablam! For more information about an error, try `rustc --explain E0027`. Sep 05 00:50:05.711 INFO kablam! error: Could not compile `carrier`. Sep 05 00:50:05.711 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 00:50:05.928 INFO kablam! warning: field is never used: `debug_id` Sep 05 00:50:05.928 INFO kablam! --> src/noise.rs:34:5 Sep 05 00:50:05.928 INFO kablam! | Sep 05 00:50:05.928 INFO kablam! 34 | pub(crate) debug_id: String, Sep 05 00:50:05.928 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:50:05.928 INFO kablam! | Sep 05 00:50:05.928 INFO kablam! = note: #[warn(dead_code)] on by default Sep 05 00:50:05.929 INFO kablam! Sep 05 00:50:05.929 INFO kablam! warning: variant is never constructed: `ResponderEof` Sep 05 00:50:05.929 INFO kablam! --> /target/debug/build/carrier-7ae2ea176420ab30/out/ox.axiom.v1.rs:22:149 Sep 05 00:50:05.929 INFO kablam! | Sep 05 00:50:05.929 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 05 00:50:05.929 INFO kablam! | ^^^^^^^^^^^^ Sep 05 00:50:05.929 INFO kablam! Sep 05 00:50:05.929 INFO kablam! warning: variant is never constructed: `CallerEof` Sep 05 00:50:05.929 INFO kablam! --> /target/debug/build/carrier-7ae2ea176420ab30/out/ox.axiom.v1.rs:22:237 Sep 05 00:50:05.929 INFO kablam! | Sep 05 00:50:05.929 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 05 00:50:05.929 INFO kablam! | ^^^^^^^^^ Sep 05 00:50:05.929 INFO kablam! Sep 05 00:50:06.113 INFO kablam! error: build failed Sep 05 00:50:06.115 INFO kablam! su: No module specific data is present Sep 05 00:50:06.724 INFO running `"docker" "rm" "-f" "4945aad763e12a897c15f16a2ebd06d7f7c901f75e6643b7e394ca1f2a318f40"` Sep 05 00:50:06.847 INFO blam! 4945aad763e12a897c15f16a2ebd06d7f7c901f75e6643b7e394ca1f2a318f40