Sep 20 05:34:41.450 INFO checking carrier-0.2.0 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 20 05:34:41.450 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 20 05:34:41.450 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-5/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-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:41.654 INFO blam! e0eb6a73f70af0049dad72837ed65e3d75d1fca2f4637ec7788653758cf73b7f Sep 20 05:34:41.656 INFO running `"docker" "start" "-a" "e0eb6a73f70af0049dad72837ed65e3d75d1fca2f4637ec7788653758cf73b7f"` Sep 20 05:34:43.142 INFO kablam! usermod: no changes Sep 20 05:34:43.457 INFO kablam! Compiling subtle v0.7.1 Sep 20 05:34:43.457 INFO kablam! Compiling multimap v0.4.0 Sep 20 05:34:43.482 INFO kablam! Checking static_slice v0.0.3 Sep 20 05:34:43.486 INFO kablam! Checking crc8 v0.1.1 Sep 20 05:34:43.486 INFO kablam! Compiling iovec v0.1.2 Sep 20 05:34:43.486 INFO kablam! Compiling rand v0.5.5 Sep 20 05:34:43.498 INFO kablam! Compiling petgraph v0.4.13 Sep 20 05:34:45.419 INFO kablam! Checking chacha20-poly1305-aead v0.1.2 Sep 20 05:34:46.060 INFO kablam! Compiling snow v0.4.0 Sep 20 05:34:46.063 INFO kablam! Checking tokio-io v0.1.8 Sep 20 05:34:46.070 INFO kablam! Checking prost v0.4.0 Sep 20 05:34:46.150 INFO kablam! Checking hpack v0.3.0 Sep 20 05:34:46.205 INFO kablam! Compiling bytes v0.4.10 Sep 20 05:34:50.746 INFO kablam! Checking parking_lot_core v0.3.1 Sep 20 05:34:51.050 INFO kablam! Checking tokio-threadpool v0.1.6 Sep 20 05:34:51.486 INFO kablam! Compiling prost-build v0.4.0 Sep 20 05:34:55.914 INFO kablam! Checking tokio-codec v0.1.0 Sep 20 05:34:57.831 INFO kablam! Checking parking_lot v0.6.4 Sep 20 05:35:00.630 INFO kablam! Checking tokio-reactor v0.1.5 Sep 20 05:35:00.952 INFO kablam! Checking tokio-fs v0.1.3 Sep 20 05:35:04.974 INFO kablam! Compiling curve25519-dalek v0.19.1 Sep 20 05:35:05.470 INFO kablam! Compiling prost-types v0.4.0 Sep 20 05:35:06.626 INFO kablam! Checking tokio-uds v0.2.1 Sep 20 05:35:06.630 INFO kablam! Checking tokio-udp v0.1.2 Sep 20 05:35:06.632 INFO kablam! Checking tokio-tcp v0.1.1 Sep 20 05:35:12.280 INFO kablam! Checking tokio v0.1.8 Sep 20 05:35:18.358 INFO kablam! Checking x25519-dalek v0.3.0 Sep 20 05:35:18.358 INFO kablam! Checking ed25519-dalek v0.8.0 Sep 20 05:35:23.920 INFO kablam! Compiling carrier v0.2.0 (/source) Sep 20 05:35:36.330 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `std::result::Result` Sep 20 05:35:36.330 INFO kablam! --> src/identity.rs:337:5 Sep 20 05:35:36.330 INFO kablam! | Sep 20 05:35:36.330 INFO kablam! 337 | assert_eq!(client_identity.verify(b"goes on postcards", text, &signature), Ok(true)); Sep 20 05:35:36.330 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:35:36.330 INFO kablam! | Sep 20 05:35:36.330 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `std::result::Result` Sep 20 05:35:36.330 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:36.330 INFO kablam! Sep 20 05:35:36.330 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `std::result::Result` Sep 20 05:35:36.330 INFO kablam! --> src/identity.rs:338:5 Sep 20 05:35:36.330 INFO kablam! | Sep 20 05:35:36.330 INFO kablam! 338 | / assert_eq!( Sep 20 05:35:36.330 INFO kablam! 339 | | client_identity.verify(b"does not go on postcards", text, &signature), Sep 20 05:35:36.330 INFO kablam! 340 | | Ok(false) Sep 20 05:35:36.330 INFO kablam! 341 | | ); Sep 20 05:35:36.330 INFO kablam! | |______^ Sep 20 05:35:36.330 INFO kablam! | Sep 20 05:35:36.330 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `std::result::Result` Sep 20 05:35:36.330 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:36.330 INFO kablam! Sep 20 05:35:36.333 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `std::result::Result` Sep 20 05:35:36.333 INFO kablam! --> src/identity.rs:352:5 Sep 20 05:35:36.333 INFO kablam! | Sep 20 05:35:36.333 INFO kablam! 352 | / assert_ne!( Sep 20 05:35:36.333 INFO kablam! 353 | | client_identity.verify(b"goes on postcards", text, &Signature(signature_invalid)), Sep 20 05:35:36.333 INFO kablam! 354 | | Ok(true) Sep 20 05:35:36.333 INFO kablam! 355 | | ); Sep 20 05:35:36.333 INFO kablam! | |______^ Sep 20 05:35:36.333 INFO kablam! | Sep 20 05:35:36.333 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `std::result::Result` Sep 20 05:35:36.333 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:36.333 INFO kablam! Sep 20 05:35:36.333 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `std::result::Result` Sep 20 05:35:36.333 INFO kablam! --> src/identity.rs:359:5 Sep 20 05:35:36.333 INFO kablam! | Sep 20 05:35:36.333 INFO kablam! 359 | / assert_ne!( Sep 20 05:35:36.333 INFO kablam! 360 | | client_identity.verify(b"goes on postcards", &text_invalid, &signature), Sep 20 05:35:36.333 INFO kablam! 361 | | Ok(true) Sep 20 05:35:36.333 INFO kablam! 362 | | ); Sep 20 05:35:36.333 INFO kablam! | |______^ Sep 20 05:35:36.333 INFO kablam! | Sep 20 05:35:36.333 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `std::result::Result` Sep 20 05:35:36.334 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:36.334 INFO kablam! Sep 20 05:35:36.470 INFO kablam! error[E0063]: missing field `stream` in initializer of `packet::Frame` Sep 20 05:35:36.470 INFO kablam! --> src/packet.rs:209:17 Sep 20 05:35:36.470 INFO kablam! | Sep 20 05:35:36.470 INFO kablam! 209 | let frame = Frame::Stream { Sep 20 05:35:36.470 INFO kablam! | ^^^^^^^^^^^^^ missing `stream` Sep 20 05:35:36.470 INFO kablam! Sep 20 05:35:36.482 INFO kablam! error[E0027]: pattern does not mention field `stream` Sep 20 05:35:36.482 INFO kablam! --> src/packet.rs:246:12 Sep 20 05:35:36.482 INFO kablam! | Sep 20 05:35:36.482 INFO kablam! 246 | if let Frame::Stream { order, ref payload } = frames[0] { Sep 20 05:35:36.482 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing field `stream` Sep 20 05:35:36.482 INFO kablam! Sep 20 05:35:36.522 INFO kablam! error[E0223]: ambiguous associated type Sep 20 05:35:36.522 INFO kablam! --> src/recovery.rs:528:21 Sep 20 05:35:36.522 INFO kablam! | Sep 20 05:35:36.522 INFO kablam! 528 | let frame = Frame::Message { Sep 20 05:35:36.522 INFO kablam! | ^^^^^^^^^^^^^^ ambiguous associated type Sep 20 05:35:36.522 INFO kablam! | Sep 20 05:35:36.522 INFO kablam! = note: specify the type using the syntax `::Message` Sep 20 05:35:36.522 INFO kablam! Sep 20 05:35:36.534 INFO kablam! error[E0223]: ambiguous associated type Sep 20 05:35:36.534 INFO kablam! --> src/recovery.rs:557:21 Sep 20 05:35:36.534 INFO kablam! | Sep 20 05:35:36.534 INFO kablam! 557 | let frame = Frame::Message { Sep 20 05:35:36.534 INFO kablam! | ^^^^^^^^^^^^^^ ambiguous associated type Sep 20 05:35:36.534 INFO kablam! | Sep 20 05:35:36.534 INFO kablam! = note: specify the type using the syntax `::Message` Sep 20 05:35:36.534 INFO kablam! Sep 20 05:35:36.562 INFO kablam! error[E0223]: ambiguous associated type Sep 20 05:35:36.562 INFO kablam! --> src/recovery.rs:676:21 Sep 20 05:35:36.562 INFO kablam! | Sep 20 05:35:36.562 INFO kablam! 676 | let frame = Frame::Message { Sep 20 05:35:36.562 INFO kablam! | ^^^^^^^^^^^^^^ ambiguous associated type Sep 20 05:35:36.562 INFO kablam! | Sep 20 05:35:36.562 INFO kablam! = note: specify the type using the syntax `::Message` Sep 20 05:35:36.562 INFO kablam! Sep 20 05:35:36.635 INFO kablam! error[E0223]: ambiguous associated type Sep 20 05:35:36.635 INFO kablam! --> src/stream.rs:83:17 Sep 20 05:35:36.635 INFO kablam! | Sep 20 05:35:36.635 INFO kablam! 83 | st.push(Frame::Message { Sep 20 05:35:36.635 INFO kablam! | ^^^^^^^^^^^^^^ ambiguous associated type Sep 20 05:35:36.635 INFO kablam! | Sep 20 05:35:36.635 INFO kablam! = note: specify the type using the syntax `::Message` Sep 20 05:35:36.635 INFO kablam! Sep 20 05:35:36.635 INFO kablam! error[E0223]: ambiguous associated type Sep 20 05:35:36.635 INFO kablam! --> src/stream.rs:89:17 Sep 20 05:35:36.635 INFO kablam! | Sep 20 05:35:36.635 INFO kablam! 89 | st.push(Frame::Message { Sep 20 05:35:36.635 INFO kablam! | ^^^^^^^^^^^^^^ ambiguous associated type Sep 20 05:35:36.635 INFO kablam! | Sep 20 05:35:36.635 INFO kablam! = note: specify the type using the syntax `::Message` Sep 20 05:35:36.635 INFO kablam! Sep 20 05:35:36.638 INFO kablam! error[E0223]: ambiguous associated type Sep 20 05:35:36.638 INFO kablam! --> src/stream.rs:100:17 Sep 20 05:35:36.638 INFO kablam! | Sep 20 05:35:36.638 INFO kablam! 100 | st.push(Frame::Message { Sep 20 05:35:36.638 INFO kablam! | ^^^^^^^^^^^^^^ ambiguous associated type Sep 20 05:35:36.638 INFO kablam! | Sep 20 05:35:36.638 INFO kablam! = note: specify the type using the syntax `::Message` Sep 20 05:35:36.638 INFO kablam! Sep 20 05:35:36.638 INFO kablam! error[E0223]: ambiguous associated type Sep 20 05:35:36.638 INFO kablam! --> src/stream.rs:111:17 Sep 20 05:35:36.638 INFO kablam! | Sep 20 05:35:36.638 INFO kablam! 111 | st.push(Frame::Message { Sep 20 05:35:36.638 INFO kablam! | ^^^^^^^^^^^^^^ ambiguous associated type Sep 20 05:35:36.638 INFO kablam! | Sep 20 05:35:36.638 INFO kablam! = note: specify the type using the syntax `::Message` Sep 20 05:35:36.638 INFO kablam! Sep 20 05:35:36.639 INFO kablam! error[E0223]: ambiguous associated type Sep 20 05:35:36.639 INFO kablam! --> src/stream.rs:120:13 Sep 20 05:35:36.639 INFO kablam! | Sep 20 05:35:36.639 INFO kablam! 120 | Frame::Message { Sep 20 05:35:36.639 INFO kablam! | ^^^^^^^^^^^^^^ ambiguous associated type Sep 20 05:35:36.639 INFO kablam! | Sep 20 05:35:36.639 INFO kablam! = note: specify the type using the syntax `::Message` Sep 20 05:35:36.639 INFO kablam! Sep 20 05:35:36.646 INFO kablam! error[E0223]: ambiguous associated type Sep 20 05:35:36.646 INFO kablam! --> src/stream.rs:138:17 Sep 20 05:35:36.646 INFO kablam! | Sep 20 05:35:36.646 INFO kablam! 138 | st.push(Frame::Message { Sep 20 05:35:36.646 INFO kablam! | ^^^^^^^^^^^^^^ ambiguous associated type Sep 20 05:35:36.646 INFO kablam! | Sep 20 05:35:36.646 INFO kablam! = note: specify the type using the syntax `::Message` Sep 20 05:35:36.646 INFO kablam! Sep 20 05:35:36.646 INFO kablam! error[E0223]: ambiguous associated type Sep 20 05:35:36.646 INFO kablam! --> src/stream.rs:147:13 Sep 20 05:35:36.646 INFO kablam! | Sep 20 05:35:36.646 INFO kablam! 147 | Frame::Message { Sep 20 05:35:36.646 INFO kablam! | ^^^^^^^^^^^^^^ ambiguous associated type Sep 20 05:35:36.646 INFO kablam! | Sep 20 05:35:36.646 INFO kablam! = note: specify the type using the syntax `::Message` Sep 20 05:35:36.646 INFO kablam! Sep 20 05:35:36.862 INFO kablam! error: aborting due to 16 previous errors Sep 20 05:35:36.862 INFO kablam! Sep 20 05:35:36.862 INFO kablam! Some errors occurred: E0027, E0063, E0223, E0369. Sep 20 05:35:36.862 INFO kablam! For more information about an error, try `rustc --explain E0027`. Sep 20 05:35:36.873 INFO kablam! error: Could not compile `carrier`. Sep 20 05:35:36.873 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 05:35:37.682 INFO kablam! warning: field is never used: `debug_id` Sep 20 05:35:37.682 INFO kablam! --> src/noise.rs:34:5 Sep 20 05:35:37.682 INFO kablam! | Sep 20 05:35:37.682 INFO kablam! 34 | pub(crate) debug_id: String, Sep 20 05:35:37.682 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:35:37.682 INFO kablam! | Sep 20 05:35:37.682 INFO kablam! = note: #[warn(dead_code)] on by default Sep 20 05:35:37.682 INFO kablam! Sep 20 05:35:37.682 INFO kablam! warning: variant is never constructed: `ResponderEof` Sep 20 05:35:37.682 INFO kablam! --> /target/debug/build/carrier-3c56a2e46a62e1dd/out/ox.axiom.v1.rs:22:149 Sep 20 05:35:37.682 INFO kablam! | Sep 20 05:35:37.682 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 20 05:35:37.682 INFO kablam! | ^^^^^^^^^^^^ Sep 20 05:35:37.682 INFO kablam! Sep 20 05:35:37.682 INFO kablam! warning: variant is never constructed: `CallerEof` Sep 20 05:35:37.682 INFO kablam! --> /target/debug/build/carrier-3c56a2e46a62e1dd/out/ox.axiom.v1.rs:22:237 Sep 20 05:35:37.682 INFO kablam! | Sep 20 05:35:37.682 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 20 05:35:37.682 INFO kablam! | ^^^^^^^^^ Sep 20 05:35:37.682 INFO kablam! Sep 20 05:35:37.890 INFO kablam! error: build failed Sep 20 05:35:37.892 INFO kablam! su: No module specific data is present Sep 20 05:35:39.342 INFO running `"docker" "rm" "-f" "e0eb6a73f70af0049dad72837ed65e3d75d1fca2f4637ec7788653758cf73b7f"` Sep 20 05:35:39.490 INFO blam! e0eb6a73f70af0049dad72837ed65e3d75d1fca2f4637ec7788653758cf73b7f