Sep 02 01:04:42.358 INFO checking carrier-0.2.0 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 02 01:04:42.358 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 02 01:04:42.358 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-1/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 01:04:42.598 INFO blam! 0949033a6ee78d151e1f1d3aa5c1a3da15ba2542f63941b141d387fb373210e8 Sep 02 01:04:42.601 INFO running `"docker" "start" "-a" "0949033a6ee78d151e1f1d3aa5c1a3da15ba2542f63941b141d387fb373210e8"` Sep 02 01:04:43.630 INFO kablam! Compiling subtle v0.7.0 Sep 02 01:04:43.632 INFO kablam! Compiling multimap v0.4.0 Sep 02 01:04:43.637 INFO kablam! Compiling petgraph v0.4.13 Sep 02 01:04:43.653 INFO kablam! Compiling bytes v0.4.9 Sep 02 01:04:43.655 INFO kablam! Checking parking_lot_core v0.3.0 Sep 02 01:04:43.655 INFO kablam! Checking tokio-io v0.1.8 Sep 02 01:04:43.656 INFO kablam! Checking prost v0.4.0 Sep 02 01:04:45.376 INFO kablam! Checking hpack v0.3.0 Sep 02 01:04:45.979 INFO kablam! Compiling snow v0.4.0-alpha2 Sep 02 01:04:47.404 INFO kablam! Compiling curve25519-dalek v0.19.0 Sep 02 01:04:49.968 INFO kablam! Checking parking_lot v0.6.4 Sep 02 01:04:51.523 INFO kablam! Checking tokio-threadpool v0.1.6 Sep 02 01:04:52.295 INFO kablam! Checking tokio-codec v0.1.0 Sep 02 01:04:56.302 INFO kablam! Checking tokio-reactor v0.1.5 Sep 02 01:05:00.278 INFO kablam! Compiling prost-types v0.4.0 Sep 02 01:05:00.974 INFO kablam! Checking tokio-fs v0.1.3 Sep 02 01:05:02.235 INFO kablam! Checking tokio-udp v0.1.2 Sep 02 01:05:02.244 INFO kablam! Checking tokio-uds v0.2.1 Sep 02 01:05:02.246 INFO kablam! Checking tokio-tcp v0.1.1 Sep 02 01:05:05.118 INFO kablam! Checking x25519-dalek v0.3.0 Sep 02 01:05:05.118 INFO kablam! Checking ed25519-dalek v0.8.0 Sep 02 01:05:09.421 INFO kablam! Checking tokio v0.1.8 Sep 02 01:05:14.189 INFO kablam! Compiling prost-build v0.4.0 Sep 02 01:05:19.514 INFO kablam! Compiling carrier v0.2.0 (file:///source) Sep 02 01:05:36.598 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `std::result::Result` Sep 02 01:05:36.598 INFO kablam! --> src/identity.rs:337:5 Sep 02 01:05:36.598 INFO kablam! | Sep 02 01:05:36.598 INFO kablam! 337 | assert_eq!(client_identity.verify(b"goes on postcards", text, &signature), Ok(true)); Sep 02 01:05:36.598 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 01:05:36.599 INFO kablam! | Sep 02 01:05:36.599 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `std::result::Result` Sep 02 01:05:36.600 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 02 01:05:36.600 INFO kablam! Sep 02 01:05:36.604 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `std::result::Result` Sep 02 01:05:36.604 INFO kablam! --> src/identity.rs:338:5 Sep 02 01:05:36.604 INFO kablam! | Sep 02 01:05:36.604 INFO kablam! 338 | / assert_eq!( Sep 02 01:05:36.604 INFO kablam! 339 | | client_identity.verify(b"does not go on postcards", text, &signature), Sep 02 01:05:36.604 INFO kablam! 340 | | Ok(false) Sep 02 01:05:36.604 INFO kablam! 341 | | ); Sep 02 01:05:36.604 INFO kablam! | |______^ Sep 02 01:05:36.605 INFO kablam! | Sep 02 01:05:36.605 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `std::result::Result` Sep 02 01:05:36.605 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 02 01:05:36.605 INFO kablam! Sep 02 01:05:36.612 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `std::result::Result` Sep 02 01:05:36.612 INFO kablam! --> src/identity.rs:352:5 Sep 02 01:05:36.612 INFO kablam! | Sep 02 01:05:36.612 INFO kablam! 352 | / assert_ne!( Sep 02 01:05:36.612 INFO kablam! 353 | | client_identity.verify(b"goes on postcards", text, &Signature(signature_invalid)), Sep 02 01:05:36.612 INFO kablam! 354 | | Ok(true) Sep 02 01:05:36.612 INFO kablam! 355 | | ); Sep 02 01:05:36.612 INFO kablam! | |______^ Sep 02 01:05:36.612 INFO kablam! | Sep 02 01:05:36.612 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `std::result::Result` Sep 02 01:05:36.612 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 02 01:05:36.612 INFO kablam! Sep 02 01:05:36.616 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `std::result::Result` Sep 02 01:05:36.616 INFO kablam! --> src/identity.rs:359:5 Sep 02 01:05:36.616 INFO kablam! | Sep 02 01:05:36.616 INFO kablam! 359 | / assert_ne!( Sep 02 01:05:36.616 INFO kablam! 360 | | client_identity.verify(b"goes on postcards", &text_invalid, &signature), Sep 02 01:05:36.616 INFO kablam! 361 | | Ok(true) Sep 02 01:05:36.616 INFO kablam! 362 | | ); Sep 02 01:05:36.616 INFO kablam! | |______^ Sep 02 01:05:36.616 INFO kablam! | Sep 02 01:05:36.616 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `std::result::Result` Sep 02 01:05:36.616 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 02 01:05:36.616 INFO kablam! Sep 02 01:05:36.931 INFO kablam! error[E0063]: missing field `stream` in initializer of `packet::Frame` Sep 02 01:05:36.931 INFO kablam! --> src/packet.rs:209:17 Sep 02 01:05:36.931 INFO kablam! | Sep 02 01:05:36.932 INFO kablam! 209 | let frame = Frame::Stream { Sep 02 01:05:36.932 INFO kablam! | ^^^^^^^^^^^^^ missing `stream` Sep 02 01:05:36.932 INFO kablam! Sep 02 01:05:36.955 INFO kablam! error[E0027]: pattern does not mention field `stream` Sep 02 01:05:36.955 INFO kablam! --> src/packet.rs:246:12 Sep 02 01:05:36.955 INFO kablam! | Sep 02 01:05:36.955 INFO kablam! 246 | if let Frame::Stream { order, ref payload } = frames[0] { Sep 02 01:05:36.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing field `stream` Sep 02 01:05:36.955 INFO kablam! Sep 02 01:05:37.060 INFO kablam! error[E0223]: ambiguous associated type Sep 02 01:05:37.060 INFO kablam! --> src/recovery.rs:528:21 Sep 02 01:05:37.060 INFO kablam! | Sep 02 01:05:37.060 INFO kablam! 528 | let frame = Frame::Message { Sep 02 01:05:37.060 INFO kablam! | ^^^^^^^^^^^^^^ ambiguous associated type Sep 02 01:05:37.060 INFO kablam! | Sep 02 01:05:37.061 INFO kablam! = note: specify the type using the syntax `::Message` Sep 02 01:05:37.061 INFO kablam! Sep 02 01:05:37.078 INFO kablam! error[E0223]: ambiguous associated type Sep 02 01:05:37.078 INFO kablam! --> src/recovery.rs:557:21 Sep 02 01:05:37.078 INFO kablam! | Sep 02 01:05:37.078 INFO kablam! 557 | let frame = Frame::Message { Sep 02 01:05:37.078 INFO kablam! | ^^^^^^^^^^^^^^ ambiguous associated type Sep 02 01:05:37.079 INFO kablam! | Sep 02 01:05:37.079 INFO kablam! = note: specify the type using the syntax `::Message` Sep 02 01:05:37.079 INFO kablam! Sep 02 01:05:37.154 INFO kablam! error[E0223]: ambiguous associated type Sep 02 01:05:37.154 INFO kablam! --> src/recovery.rs:676:21 Sep 02 01:05:37.154 INFO kablam! | Sep 02 01:05:37.154 INFO kablam! 676 | let frame = Frame::Message { Sep 02 01:05:37.154 INFO kablam! | ^^^^^^^^^^^^^^ ambiguous associated type Sep 02 01:05:37.155 INFO kablam! | Sep 02 01:05:37.155 INFO kablam! = note: specify the type using the syntax `::Message` Sep 02 01:05:37.155 INFO kablam! Sep 02 01:05:37.332 INFO kablam! error[E0223]: ambiguous associated type Sep 02 01:05:37.332 INFO kablam! --> src/stream.rs:83:17 Sep 02 01:05:37.332 INFO kablam! | Sep 02 01:05:37.332 INFO kablam! 83 | st.push(Frame::Message { Sep 02 01:05:37.332 INFO kablam! | ^^^^^^^^^^^^^^ ambiguous associated type Sep 02 01:05:37.332 INFO kablam! | Sep 02 01:05:37.333 INFO kablam! = note: specify the type using the syntax `::Message` Sep 02 01:05:37.333 INFO kablam! Sep 02 01:05:37.333 INFO kablam! error[E0223]: ambiguous associated type Sep 02 01:05:37.333 INFO kablam! --> src/stream.rs:89:17 Sep 02 01:05:37.333 INFO kablam! | Sep 02 01:05:37.333 INFO kablam! 89 | st.push(Frame::Message { Sep 02 01:05:37.333 INFO kablam! | ^^^^^^^^^^^^^^ ambiguous associated type Sep 02 01:05:37.333 INFO kablam! | Sep 02 01:05:37.333 INFO kablam! = note: specify the type using the syntax `::Message` Sep 02 01:05:37.334 INFO kablam! Sep 02 01:05:37.334 INFO kablam! error[E0223]: ambiguous associated type Sep 02 01:05:37.334 INFO kablam! --> src/stream.rs:100:17 Sep 02 01:05:37.334 INFO kablam! | Sep 02 01:05:37.334 INFO kablam! 100 | st.push(Frame::Message { Sep 02 01:05:37.334 INFO kablam! | ^^^^^^^^^^^^^^ ambiguous associated type Sep 02 01:05:37.334 INFO kablam! | Sep 02 01:05:37.334 INFO kablam! = note: specify the type using the syntax `::Message` Sep 02 01:05:37.334 INFO kablam! Sep 02 01:05:37.336 INFO kablam! error[E0223]: ambiguous associated type Sep 02 01:05:37.336 INFO kablam! --> src/stream.rs:111:17 Sep 02 01:05:37.336 INFO kablam! | Sep 02 01:05:37.336 INFO kablam! 111 | st.push(Frame::Message { Sep 02 01:05:37.336 INFO kablam! | ^^^^^^^^^^^^^^ ambiguous associated type Sep 02 01:05:37.336 INFO kablam! | Sep 02 01:05:37.336 INFO kablam! = note: specify the type using the syntax `::Message` Sep 02 01:05:37.336 INFO kablam! Sep 02 01:05:37.338 INFO kablam! error[E0223]: ambiguous associated type Sep 02 01:05:37.338 INFO kablam! --> src/stream.rs:120:13 Sep 02 01:05:37.338 INFO kablam! | Sep 02 01:05:37.338 INFO kablam! 120 | Frame::Message { Sep 02 01:05:37.338 INFO kablam! | ^^^^^^^^^^^^^^ ambiguous associated type Sep 02 01:05:37.338 INFO kablam! | Sep 02 01:05:37.338 INFO kablam! = note: specify the type using the syntax `::Message` Sep 02 01:05:37.338 INFO kablam! Sep 02 01:05:37.343 INFO kablam! error[E0223]: ambiguous associated type Sep 02 01:05:37.343 INFO kablam! --> src/stream.rs:138:17 Sep 02 01:05:37.343 INFO kablam! | Sep 02 01:05:37.343 INFO kablam! 138 | st.push(Frame::Message { Sep 02 01:05:37.343 INFO kablam! | ^^^^^^^^^^^^^^ ambiguous associated type Sep 02 01:05:37.343 INFO kablam! | Sep 02 01:05:37.343 INFO kablam! = note: specify the type using the syntax `::Message` Sep 02 01:05:37.343 INFO kablam! Sep 02 01:05:37.345 INFO kablam! error[E0223]: ambiguous associated type Sep 02 01:05:37.345 INFO kablam! --> src/stream.rs:147:13 Sep 02 01:05:37.345 INFO kablam! | Sep 02 01:05:37.345 INFO kablam! 147 | Frame::Message { Sep 02 01:05:37.345 INFO kablam! | ^^^^^^^^^^^^^^ ambiguous associated type Sep 02 01:05:37.345 INFO kablam! | Sep 02 01:05:37.345 INFO kablam! = note: specify the type using the syntax `::Message` Sep 02 01:05:37.345 INFO kablam! Sep 02 01:05:37.837 INFO kablam! error: aborting due to 16 previous errors Sep 02 01:05:37.837 INFO kablam! Sep 02 01:05:37.837 INFO kablam! Some errors occurred: E0027, E0063, E0223, E0369. Sep 02 01:05:37.837 INFO kablam! For more information about an error, try `rustc --explain E0027`. Sep 02 01:05:37.851 INFO kablam! error: Could not compile `carrier`. Sep 02 01:05:37.851 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 01:05:38.091 INFO kablam! warning: field is never used: `debug_id` Sep 02 01:05:38.091 INFO kablam! --> src/noise.rs:34:5 Sep 02 01:05:38.091 INFO kablam! | Sep 02 01:05:38.091 INFO kablam! 34 | pub(crate) debug_id: String, Sep 02 01:05:38.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 01:05:38.091 INFO kablam! | Sep 02 01:05:38.091 INFO kablam! = note: #[warn(dead_code)] on by default Sep 02 01:05:38.091 INFO kablam! Sep 02 01:05:38.092 INFO kablam! warning: variant is never constructed: `ResponderEof` Sep 02 01:05:38.092 INFO kablam! --> /target/debug/build/carrier-6cb9fe6fd342c048/out/ox.axiom.v1.rs:22:149 Sep 02 01:05:38.092 INFO kablam! | Sep 02 01:05:38.092 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 02 01:05:38.092 INFO kablam! | ^^^^^^^^^^^^ Sep 02 01:05:38.092 INFO kablam! Sep 02 01:05:38.092 INFO kablam! warning: variant is never constructed: `CallerEof` Sep 02 01:05:38.092 INFO kablam! --> /target/debug/build/carrier-6cb9fe6fd342c048/out/ox.axiom.v1.rs:22:237 Sep 02 01:05:38.092 INFO kablam! | Sep 02 01:05:38.092 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 02 01:05:38.092 INFO kablam! | ^^^^^^^^^ Sep 02 01:05:38.092 INFO kablam! Sep 02 01:05:38.288 INFO kablam! error: build failed Sep 02 01:05:38.290 INFO kablam! su: No module specific data is present Sep 02 01:05:38.836 INFO running `"docker" "rm" "-f" "0949033a6ee78d151e1f1d3aa5c1a3da15ba2542f63941b141d387fb373210e8"` Sep 02 01:05:38.964 INFO blam! 0949033a6ee78d151e1f1d3aa5c1a3da15ba2542f63941b141d387fb373210e8