Sep 02 11:03:44.403 INFO checking hopper-0.2.2 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 11:03:44.403 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 11:03:44.403 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-1/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 11:03:44.573 INFO blam! 0dcccbd1599d281b52483f2d71c83d181d8c76f1b1d6df7b67e1ffa7d0a74f44 Sep 02 11:03:44.573 INFO running `"docker" "start" "-a" "0dcccbd1599d281b52483f2d71c83d181d8c76f1b1d6df7b67e1ffa7d0a74f44"` Sep 02 11:03:45.254 INFO kablam! Checking hopper v0.2.2 (file:///source) Sep 02 11:03:45.805 INFO kablam! error[E0432]: unresolved import `bincode::Infinite` Sep 02 11:03:45.805 INFO kablam! --> src/sender.rs:1:5 Sep 02 11:03:45.805 INFO kablam! | Sep 02 11:03:45.805 INFO kablam! 1 | use bincode::Infinite; Sep 02 11:03:45.805 INFO kablam! | ^^^^^^^^^^^^^^^^^ no `Infinite` in the root Sep 02 11:03:45.805 INFO kablam! Sep 02 11:03:45.816 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 11:03:45.816 INFO kablam! --> src/receiver.rs:112:51 Sep 02 11:03:45.816 INFO kablam! | Sep 02 11:03:45.816 INFO kablam! 112 | let mut payload_buf = vec![0; (payload_size_in_bytes as usize)]; Sep 02 11:03:45.816 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 11:03:45.816 INFO kablam! | Sep 02 11:03:45.817 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 02 11:03:45.817 INFO kablam! Sep 02 11:03:45.984 INFO kablam! error[E0277]: the trait bound `T: serde::de::Deserialize<'_>` is not satisfied Sep 02 11:03:45.984 INFO kablam! --> src/receiver.rs:115:35 Sep 02 11:03:45.984 INFO kablam! | Sep 02 11:03:45.984 INFO kablam! 115 | match deserialize(&payload_buf) { Sep 02 11:03:45.984 INFO kablam! | ^^^^^^^^^^^ the trait `serde::de::Deserialize<'_>` is not implemented for `T` Sep 02 11:03:45.984 INFO kablam! | Sep 02 11:03:45.984 INFO kablam! = help: consider adding a `where T: serde::de::Deserialize<'_>` bound Sep 02 11:03:45.984 INFO kablam! = note: required by `bincode::deserialize` Sep 02 11:03:45.984 INFO kablam! Sep 02 11:03:46.023 INFO kablam! error[E0061]: this function takes 2 parameters but 3 parameters were supplied Sep 02 11:03:46.023 INFO kablam! --> src/sender.rs:113:21 Sep 02 11:03:46.023 INFO kablam! | Sep 02 11:03:46.023 INFO kablam! 113 | serialize_into(&mut pyld, &ev, Infinite).expect("could not serialize"); Sep 02 11:03:46.023 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 02 11:03:46.023 INFO kablam! Sep 02 11:03:46.058 INFO kablam! error: aborting due to 3 previous errors Sep 02 11:03:46.058 INFO kablam! Sep 02 11:03:46.058 INFO kablam! Some errors occurred: E0061, E0277, E0432. Sep 02 11:03:46.058 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 02 11:03:46.068 INFO kablam! error: Could not compile `hopper`. Sep 02 11:03:46.068 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 11:03:46.646 INFO kablam! error[E0432]: unresolved import `bincode::Infinite` Sep 02 11:03:46.646 INFO kablam! --> src/sender.rs:1:5 Sep 02 11:03:46.646 INFO kablam! | Sep 02 11:03:46.646 INFO kablam! 1 | use bincode::Infinite; Sep 02 11:03:46.647 INFO kablam! | ^^^^^^^^^^^^^^^^^ no `Infinite` in the root Sep 02 11:03:46.647 INFO kablam! Sep 02 11:03:46.665 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 11:03:46.665 INFO kablam! --> src/receiver.rs:112:51 Sep 02 11:03:46.665 INFO kablam! | Sep 02 11:03:46.665 INFO kablam! 112 | let mut payload_buf = vec![0; (payload_size_in_bytes as usize)]; Sep 02 11:03:46.665 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 11:03:46.665 INFO kablam! | Sep 02 11:03:46.665 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 02 11:03:46.665 INFO kablam! Sep 02 11:03:47.142 INFO kablam! error[E0277]: the trait bound `T: serde::de::Deserialize<'_>` is not satisfied Sep 02 11:03:47.143 INFO kablam! --> src/receiver.rs:115:35 Sep 02 11:03:47.143 INFO kablam! | Sep 02 11:03:47.143 INFO kablam! 115 | match deserialize(&payload_buf) { Sep 02 11:03:47.143 INFO kablam! | ^^^^^^^^^^^ the trait `serde::de::Deserialize<'_>` is not implemented for `T` Sep 02 11:03:47.143 INFO kablam! | Sep 02 11:03:47.143 INFO kablam! = help: consider adding a `where T: serde::de::Deserialize<'_>` bound Sep 02 11:03:47.143 INFO kablam! = note: required by `bincode::deserialize` Sep 02 11:03:47.143 INFO kablam! Sep 02 11:03:47.197 INFO kablam! error[E0061]: this function takes 2 parameters but 3 parameters were supplied Sep 02 11:03:47.197 INFO kablam! --> src/sender.rs:113:21 Sep 02 11:03:47.197 INFO kablam! | Sep 02 11:03:47.197 INFO kablam! 113 | serialize_into(&mut pyld, &ev, Infinite).expect("could not serialize"); Sep 02 11:03:47.197 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 02 11:03:47.197 INFO kablam! Sep 02 11:03:47.236 INFO kablam! error: aborting due to 3 previous errors Sep 02 11:03:47.236 INFO kablam! Sep 02 11:03:47.236 INFO kablam! Some errors occurred: E0061, E0277, E0432. Sep 02 11:03:47.236 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 02 11:03:47.250 INFO kablam! error: Could not compile `hopper`. Sep 02 11:03:47.250 INFO kablam! Sep 02 11:03:47.250 INFO kablam! To learn more, run the command again with --verbose. Sep 02 11:03:47.251 INFO kablam! su: No module specific data is present Sep 02 11:03:47.736 INFO running `"docker" "rm" "-f" "0dcccbd1599d281b52483f2d71c83d181d8c76f1b1d6df7b67e1ffa7d0a74f44"` Sep 02 11:03:47.885 INFO blam! 0dcccbd1599d281b52483f2d71c83d181d8c76f1b1d6df7b67e1ffa7d0a74f44