Sep 04 14:26:10.726 INFO checking hopper-0.2.2 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 14:26:10.726 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 14:26:10.726 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 14:26:10.918 INFO blam! 5c121c164cb39428e7291300a4c4f74af6c8565f131507a0038cbc46cc9ba1c1 Sep 04 14:26:10.920 INFO running `"docker" "start" "-a" "5c121c164cb39428e7291300a4c4f74af6c8565f131507a0038cbc46cc9ba1c1"` Sep 04 14:26:11.577 INFO kablam! Checking hopper v0.2.2 (file:///source) Sep 04 14:26:12.084 INFO kablam! error[E0432]: unresolved import `bincode::Infinite` Sep 04 14:26:12.084 INFO kablam! --> src/sender.rs:1:5 Sep 04 14:26:12.084 INFO kablam! | Sep 04 14:26:12.084 INFO kablam! 1 | use bincode::Infinite; Sep 04 14:26:12.084 INFO kablam! | ^^^^^^^^^^^^^^^^^ no `Infinite` in the root Sep 04 14:26:12.084 INFO kablam! Sep 04 14:26:12.091 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 14:26:12.091 INFO kablam! --> src/receiver.rs:112:51 Sep 04 14:26:12.091 INFO kablam! | Sep 04 14:26:12.091 INFO kablam! 112 | let mut payload_buf = vec![0; (payload_size_in_bytes as usize)]; Sep 04 14:26:12.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 14:26:12.091 INFO kablam! | Sep 04 14:26:12.091 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 14:26:12.092 INFO kablam! Sep 04 14:26:12.247 INFO kablam! error[E0277]: the trait bound `T: serde::de::Deserialize<'_>` is not satisfied Sep 04 14:26:12.247 INFO kablam! --> src/receiver.rs:115:35 Sep 04 14:26:12.247 INFO kablam! | Sep 04 14:26:12.247 INFO kablam! 115 | match deserialize(&payload_buf) { Sep 04 14:26:12.247 INFO kablam! | ^^^^^^^^^^^ the trait `serde::de::Deserialize<'_>` is not implemented for `T` Sep 04 14:26:12.247 INFO kablam! | Sep 04 14:26:12.247 INFO kablam! = help: consider adding a `where T: serde::de::Deserialize<'_>` bound Sep 04 14:26:12.247 INFO kablam! = note: required by `bincode::deserialize` Sep 04 14:26:12.247 INFO kablam! Sep 04 14:26:12.296 INFO kablam! error[E0061]: this function takes 2 parameters but 3 parameters were supplied Sep 04 14:26:12.296 INFO kablam! --> src/sender.rs:113:21 Sep 04 14:26:12.296 INFO kablam! | Sep 04 14:26:12.296 INFO kablam! 113 | serialize_into(&mut pyld, &ev, Infinite).expect("could not serialize"); Sep 04 14:26:12.296 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 04 14:26:12.296 INFO kablam! Sep 04 14:26:12.325 INFO kablam! error: aborting due to 3 previous errors Sep 04 14:26:12.325 INFO kablam! Sep 04 14:26:12.325 INFO kablam! Some errors occurred: E0061, E0277, E0432. Sep 04 14:26:12.325 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 04 14:26:12.334 INFO kablam! error: Could not compile `hopper`. Sep 04 14:26:12.334 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 14:26:12.788 INFO kablam! error[E0432]: unresolved import `bincode::Infinite` Sep 04 14:26:12.788 INFO kablam! --> src/sender.rs:1:5 Sep 04 14:26:12.788 INFO kablam! | Sep 04 14:26:12.788 INFO kablam! 1 | use bincode::Infinite; Sep 04 14:26:12.788 INFO kablam! | ^^^^^^^^^^^^^^^^^ no `Infinite` in the root Sep 04 14:26:12.788 INFO kablam! Sep 04 14:26:12.800 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 14:26:12.800 INFO kablam! --> src/receiver.rs:112:51 Sep 04 14:26:12.800 INFO kablam! | Sep 04 14:26:12.800 INFO kablam! 112 | let mut payload_buf = vec![0; (payload_size_in_bytes as usize)]; Sep 04 14:26:12.800 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 14:26:12.800 INFO kablam! | Sep 04 14:26:12.800 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 14:26:12.800 INFO kablam! Sep 04 14:26:13.164 INFO kablam! error[E0277]: the trait bound `T: serde::de::Deserialize<'_>` is not satisfied Sep 04 14:26:13.164 INFO kablam! --> src/receiver.rs:115:35 Sep 04 14:26:13.165 INFO kablam! | Sep 04 14:26:13.165 INFO kablam! 115 | match deserialize(&payload_buf) { Sep 04 14:26:13.165 INFO kablam! | ^^^^^^^^^^^ the trait `serde::de::Deserialize<'_>` is not implemented for `T` Sep 04 14:26:13.165 INFO kablam! | Sep 04 14:26:13.165 INFO kablam! = help: consider adding a `where T: serde::de::Deserialize<'_>` bound Sep 04 14:26:13.165 INFO kablam! = note: required by `bincode::deserialize` Sep 04 14:26:13.165 INFO kablam! Sep 04 14:26:13.203 INFO kablam! error[E0061]: this function takes 2 parameters but 3 parameters were supplied Sep 04 14:26:13.203 INFO kablam! --> src/sender.rs:113:21 Sep 04 14:26:13.203 INFO kablam! | Sep 04 14:26:13.203 INFO kablam! 113 | serialize_into(&mut pyld, &ev, Infinite).expect("could not serialize"); Sep 04 14:26:13.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 04 14:26:13.203 INFO kablam! Sep 04 14:26:13.239 INFO kablam! error: aborting due to 3 previous errors Sep 04 14:26:13.239 INFO kablam! Sep 04 14:26:13.239 INFO kablam! Some errors occurred: E0061, E0277, E0432. Sep 04 14:26:13.239 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 04 14:26:13.251 INFO kablam! error: Could not compile `hopper`. Sep 04 14:26:13.251 INFO kablam! Sep 04 14:26:13.251 INFO kablam! To learn more, run the command again with --verbose. Sep 04 14:26:13.253 INFO kablam! su: No module specific data is present Sep 04 14:26:13.738 INFO running `"docker" "rm" "-f" "5c121c164cb39428e7291300a4c4f74af6c8565f131507a0038cbc46cc9ba1c1"` Sep 04 14:26:13.855 INFO blam! 5c121c164cb39428e7291300a4c4f74af6c8565f131507a0038cbc46cc9ba1c1