Sep 10 21:32:26.585 INFO checking carrier-0.2.0 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 21:32:26.585 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 21:32:26.585 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-6/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 21:32:26.813 INFO blam! fcd36782b1b944c6c262004350055c181939d664d8ac8d01c7c7f4eedf16f5b9 Sep 10 21:32:26.816 INFO running `"docker" "start" "-a" "fcd36782b1b944c6c262004350055c181939d664d8ac8d01c7c7f4eedf16f5b9"` Sep 10 21:32:28.061 INFO kablam! usermod: no changes Sep 10 21:32:28.442 INFO kablam! Compiling subtle v0.7.1 Sep 10 21:32:28.442 INFO kablam! Compiling multimap v0.4.0 Sep 10 21:32:28.455 INFO kablam! Checking static_slice v0.0.3 Sep 10 21:32:28.455 INFO kablam! Checking crc8 v0.1.1 Sep 10 21:32:28.458 INFO kablam! Compiling rand v0.5.5 Sep 10 21:32:28.458 INFO kablam! Compiling petgraph v0.4.13 Sep 10 21:32:28.458 INFO kablam! Checking chacha20-poly1305-aead v0.1.2 Sep 10 21:32:28.462 INFO kablam! Compiling bytes v0.4.10 Sep 10 21:32:30.858 INFO kablam! Compiling snow v0.4.0 Sep 10 21:32:31.158 INFO kablam! Checking tokio-io v0.1.8 Sep 10 21:32:31.510 INFO kablam! Checking prost v0.4.0 Sep 10 21:32:31.550 INFO kablam! Checking hpack v0.3.0 Sep 10 21:32:34.302 INFO kablam! Checking parking_lot_core v0.3.1 Sep 10 21:32:34.774 INFO kablam! Checking tokio-threadpool v0.1.6 Sep 10 21:32:39.295 INFO kablam! Checking parking_lot v0.6.4 Sep 10 21:32:40.602 INFO kablam! Checking tokio-codec v0.1.0 Sep 10 21:32:44.311 INFO kablam! Checking tokio-reactor v0.1.5 Sep 10 21:32:45.402 INFO kablam! Checking tokio-fs v0.1.3 Sep 10 21:32:48.082 INFO kablam! Compiling curve25519-dalek v0.19.0 Sep 10 21:32:49.150 INFO kablam! Compiling prost-types v0.4.0 Sep 10 21:32:51.770 INFO kablam! Checking tokio-tcp v0.1.1 Sep 10 21:32:51.771 INFO kablam! Checking tokio-udp v0.1.2 Sep 10 21:32:51.778 INFO kablam! Checking tokio-uds v0.2.1 Sep 10 21:32:57.822 INFO kablam! Checking tokio v0.1.8 Sep 10 21:33:00.522 INFO kablam! Checking x25519-dalek v0.3.0 Sep 10 21:33:00.522 INFO kablam! Checking ed25519-dalek v0.8.0 Sep 10 21:33:04.570 INFO kablam! Compiling prost-build v0.4.0 Sep 10 21:33:09.662 INFO kablam! Compiling carrier v0.2.0 (file:///source) Sep 10 21:33:23.162 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `std::result::Result` Sep 10 21:33:23.162 INFO kablam! --> src/identity.rs:337:5 Sep 10 21:33:23.162 INFO kablam! | Sep 10 21:33:23.162 INFO kablam! 337 | assert_eq!(client_identity.verify(b"goes on postcards", text, &signature), Ok(true)); Sep 10 21:33:23.162 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 21:33:23.163 INFO kablam! | Sep 10 21:33:23.163 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `std::result::Result` Sep 10 21:33:23.163 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 10 21:33:23.164 INFO kablam! Sep 10 21:33:23.166 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `std::result::Result` Sep 10 21:33:23.166 INFO kablam! --> src/identity.rs:338:5 Sep 10 21:33:23.166 INFO kablam! | Sep 10 21:33:23.166 INFO kablam! 338 | / assert_eq!( Sep 10 21:33:23.166 INFO kablam! 339 | | client_identity.verify(b"does not go on postcards", text, &signature), Sep 10 21:33:23.166 INFO kablam! 340 | | Ok(false) Sep 10 21:33:23.166 INFO kablam! 341 | | ); Sep 10 21:33:23.166 INFO kablam! | |______^ Sep 10 21:33:23.166 INFO kablam! | Sep 10 21:33:23.166 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `std::result::Result` Sep 10 21:33:23.167 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 10 21:33:23.167 INFO kablam! Sep 10 21:33:23.179 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `std::result::Result` Sep 10 21:33:23.179 INFO kablam! --> src/identity.rs:352:5 Sep 10 21:33:23.179 INFO kablam! | Sep 10 21:33:23.179 INFO kablam! 352 | / assert_ne!( Sep 10 21:33:23.179 INFO kablam! 353 | | client_identity.verify(b"goes on postcards", text, &Signature(signature_invalid)), Sep 10 21:33:23.179 INFO kablam! 354 | | Ok(true) Sep 10 21:33:23.179 INFO kablam! 355 | | ); Sep 10 21:33:23.179 INFO kablam! | |______^ Sep 10 21:33:23.179 INFO kablam! | Sep 10 21:33:23.180 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `std::result::Result` Sep 10 21:33:23.180 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 10 21:33:23.180 INFO kablam! Sep 10 21:33:23.183 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `std::result::Result` Sep 10 21:33:23.183 INFO kablam! --> src/identity.rs:359:5 Sep 10 21:33:23.183 INFO kablam! | Sep 10 21:33:23.183 INFO kablam! 359 | / assert_ne!( Sep 10 21:33:23.183 INFO kablam! 360 | | client_identity.verify(b"goes on postcards", &text_invalid, &signature), Sep 10 21:33:23.183 INFO kablam! 361 | | Ok(true) Sep 10 21:33:23.183 INFO kablam! 362 | | ); Sep 10 21:33:23.183 INFO kablam! | |______^ Sep 10 21:33:23.183 INFO kablam! | Sep 10 21:33:23.183 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `std::result::Result` Sep 10 21:33:23.184 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 10 21:33:23.184 INFO kablam! Sep 10 21:33:23.430 INFO kablam! error[E0063]: missing field `stream` in initializer of `packet::Frame` Sep 10 21:33:23.430 INFO kablam! --> src/packet.rs:209:17 Sep 10 21:33:23.430 INFO kablam! | Sep 10 21:33:23.430 INFO kablam! 209 | let frame = Frame::Stream { Sep 10 21:33:23.430 INFO kablam! | ^^^^^^^^^^^^^ missing `stream` Sep 10 21:33:23.438 INFO kablam! Sep 10 21:33:23.449 INFO kablam! error[E0027]: pattern does not mention field `stream` Sep 10 21:33:23.449 INFO kablam! --> src/packet.rs:246:12 Sep 10 21:33:23.449 INFO kablam! | Sep 10 21:33:23.449 INFO kablam! 246 | if let Frame::Stream { order, ref payload } = frames[0] { Sep 10 21:33:23.449 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing field `stream` Sep 10 21:33:23.462 INFO kablam! Sep 10 21:33:23.554 INFO kablam! error[E0223]: ambiguous associated type Sep 10 21:33:23.554 INFO kablam! --> src/recovery.rs:528:21 Sep 10 21:33:23.554 INFO kablam! | Sep 10 21:33:23.554 INFO kablam! 528 | let frame = Frame::Message { Sep 10 21:33:23.554 INFO kablam! | ^^^^^^^^^^^^^^ ambiguous associated type Sep 10 21:33:23.554 INFO kablam! | Sep 10 21:33:23.555 INFO kablam! = note: specify the type using the syntax `::Message` Sep 10 21:33:23.555 INFO kablam! Sep 10 21:33:23.570 INFO kablam! error[E0223]: ambiguous associated type Sep 10 21:33:23.570 INFO kablam! --> src/recovery.rs:557:21 Sep 10 21:33:23.570 INFO kablam! | Sep 10 21:33:23.570 INFO kablam! 557 | let frame = Frame::Message { Sep 10 21:33:23.570 INFO kablam! | ^^^^^^^^^^^^^^ ambiguous associated type Sep 10 21:33:23.570 INFO kablam! | Sep 10 21:33:23.571 INFO kablam! = note: specify the type using the syntax `::Message` Sep 10 21:33:23.571 INFO kablam! Sep 10 21:33:23.650 INFO kablam! error[E0223]: ambiguous associated type Sep 10 21:33:23.650 INFO kablam! --> src/recovery.rs:676:21 Sep 10 21:33:23.650 INFO kablam! | Sep 10 21:33:23.650 INFO kablam! 676 | let frame = Frame::Message { Sep 10 21:33:23.650 INFO kablam! | ^^^^^^^^^^^^^^ ambiguous associated type Sep 10 21:33:23.651 INFO kablam! | Sep 10 21:33:23.651 INFO kablam! = note: specify the type using the syntax `::Message` Sep 10 21:33:23.651 INFO kablam! Sep 10 21:33:23.806 INFO kablam! error[E0223]: ambiguous associated type Sep 10 21:33:23.806 INFO kablam! --> src/stream.rs:83:17 Sep 10 21:33:23.806 INFO kablam! | Sep 10 21:33:23.806 INFO kablam! 83 | st.push(Frame::Message { Sep 10 21:33:23.806 INFO kablam! | ^^^^^^^^^^^^^^ ambiguous associated type Sep 10 21:33:23.818 INFO kablam! | Sep 10 21:33:23.818 INFO kablam! = note: specify the type using the syntax `::Message` Sep 10 21:33:23.818 INFO kablam! Sep 10 21:33:23.819 INFO kablam! error[E0223]: ambiguous associated type Sep 10 21:33:23.819 INFO kablam! --> src/stream.rs:89:17 Sep 10 21:33:23.819 INFO kablam! | Sep 10 21:33:23.819 INFO kablam! 89 | st.push(Frame::Message { Sep 10 21:33:23.819 INFO kablam! | ^^^^^^^^^^^^^^ ambiguous associated type Sep 10 21:33:23.819 INFO kablam! | Sep 10 21:33:23.819 INFO kablam! = note: specify the type using the syntax `::Message` Sep 10 21:33:23.819 INFO kablam! Sep 10 21:33:23.820 INFO kablam! error[E0223]: ambiguous associated type Sep 10 21:33:23.820 INFO kablam! --> src/stream.rs:100:17 Sep 10 21:33:23.820 INFO kablam! | Sep 10 21:33:23.820 INFO kablam! 100 | st.push(Frame::Message { Sep 10 21:33:23.820 INFO kablam! | ^^^^^^^^^^^^^^ ambiguous associated type Sep 10 21:33:23.820 INFO kablam! | Sep 10 21:33:23.820 INFO kablam! = note: specify the type using the syntax `::Message` Sep 10 21:33:23.820 INFO kablam! Sep 10 21:33:23.821 INFO kablam! error[E0223]: ambiguous associated type Sep 10 21:33:23.821 INFO kablam! --> src/stream.rs:111:17 Sep 10 21:33:23.821 INFO kablam! | Sep 10 21:33:23.821 INFO kablam! 111 | st.push(Frame::Message { Sep 10 21:33:23.821 INFO kablam! | ^^^^^^^^^^^^^^ ambiguous associated type Sep 10 21:33:23.821 INFO kablam! | Sep 10 21:33:23.822 INFO kablam! = note: specify the type using the syntax `::Message` Sep 10 21:33:23.822 INFO kablam! Sep 10 21:33:23.823 INFO kablam! error[E0223]: ambiguous associated type Sep 10 21:33:23.823 INFO kablam! --> src/stream.rs:120:13 Sep 10 21:33:23.823 INFO kablam! | Sep 10 21:33:23.823 INFO kablam! 120 | Frame::Message { Sep 10 21:33:23.823 INFO kablam! | ^^^^^^^^^^^^^^ ambiguous associated type Sep 10 21:33:23.823 INFO kablam! | Sep 10 21:33:23.823 INFO kablam! = note: specify the type using the syntax `::Message` Sep 10 21:33:23.823 INFO kablam! Sep 10 21:33:23.825 INFO kablam! error[E0223]: ambiguous associated type Sep 10 21:33:23.825 INFO kablam! --> src/stream.rs:138:17 Sep 10 21:33:23.825 INFO kablam! | Sep 10 21:33:23.826 INFO kablam! 138 | st.push(Frame::Message { Sep 10 21:33:23.826 INFO kablam! | ^^^^^^^^^^^^^^ ambiguous associated type Sep 10 21:33:23.826 INFO kablam! | Sep 10 21:33:23.826 INFO kablam! = note: specify the type using the syntax `::Message` Sep 10 21:33:23.826 INFO kablam! Sep 10 21:33:23.827 INFO kablam! error[E0223]: ambiguous associated type Sep 10 21:33:23.827 INFO kablam! --> src/stream.rs:147:13 Sep 10 21:33:23.827 INFO kablam! | Sep 10 21:33:23.827 INFO kablam! 147 | Frame::Message { Sep 10 21:33:23.827 INFO kablam! | ^^^^^^^^^^^^^^ ambiguous associated type Sep 10 21:33:23.827 INFO kablam! | Sep 10 21:33:23.827 INFO kablam! = note: specify the type using the syntax `::Message` Sep 10 21:33:23.827 INFO kablam! Sep 10 21:33:24.325 INFO kablam! error: aborting due to 16 previous errors Sep 10 21:33:24.325 INFO kablam! Sep 10 21:33:24.325 INFO kablam! Some errors occurred: E0027, E0063, E0223, E0369. Sep 10 21:33:24.325 INFO kablam! For more information about an error, try `rustc --explain E0027`. Sep 10 21:33:24.370 INFO kablam! error: Could not compile `carrier`. Sep 10 21:33:24.371 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 21:33:24.952 INFO kablam! warning: field is never used: `debug_id` Sep 10 21:33:24.952 INFO kablam! --> src/noise.rs:34:5 Sep 10 21:33:24.953 INFO kablam! | Sep 10 21:33:24.953 INFO kablam! 34 | pub(crate) debug_id: String, Sep 10 21:33:24.953 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 21:33:24.953 INFO kablam! | Sep 10 21:33:24.953 INFO kablam! = note: #[warn(dead_code)] on by default Sep 10 21:33:24.953 INFO kablam! Sep 10 21:33:24.954 INFO kablam! warning: variant is never constructed: `ResponderEof` Sep 10 21:33:24.954 INFO kablam! --> /target/debug/build/carrier-53d4560c94f7e46e/out/ox.axiom.v1.rs:22:149 Sep 10 21:33:24.954 INFO kablam! | Sep 10 21:33:24.954 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 10 21:33:24.954 INFO kablam! | ^^^^^^^^^^^^ Sep 10 21:33:24.954 INFO kablam! Sep 10 21:33:24.955 INFO kablam! warning: variant is never constructed: `CallerEof` Sep 10 21:33:24.955 INFO kablam! --> /target/debug/build/carrier-53d4560c94f7e46e/out/ox.axiom.v1.rs:22:237 Sep 10 21:33:24.955 INFO kablam! | Sep 10 21:33:24.955 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 10 21:33:24.955 INFO kablam! | ^^^^^^^^^ Sep 10 21:33:24.955 INFO kablam! Sep 10 21:33:25.186 INFO kablam! error: build failed Sep 10 21:33:25.188 INFO kablam! su: No module specific data is present Sep 10 21:33:26.771 INFO running `"docker" "rm" "-f" "fcd36782b1b944c6c262004350055c181939d664d8ac8d01c7c7f4eedf16f5b9"` Sep 10 21:33:26.899 INFO blam! fcd36782b1b944c6c262004350055c181939d664d8ac8d01c7c7f4eedf16f5b9