Sep 14 14:58:07.678 INFO checking hopper-0.2.2 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 14:58:07.678 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 14:58:07.678 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 14:58:07.856 INFO blam! 4752f70d47ba31922474db1fa513d7b0b50aec91abe4e301128e8e5ed95e1ab3 Sep 14 14:58:07.860 INFO running `"docker" "start" "-a" "4752f70d47ba31922474db1fa513d7b0b50aec91abe4e301128e8e5ed95e1ab3"` Sep 14 14:58:09.361 INFO kablam! usermod: no changes Sep 14 14:58:09.413 INFO kablam! Checking hopper v0.2.2 (file:///source) Sep 14 14:58:09.621 INFO kablam! error[E0432]: unresolved import `bincode::Infinite` Sep 14 14:58:09.621 INFO kablam! --> src/sender.rs:1:5 Sep 14 14:58:09.621 INFO kablam! | Sep 14 14:58:09.621 INFO kablam! 1 | use bincode::Infinite; Sep 14 14:58:09.621 INFO kablam! | ^^^^^^^^^^^^^^^^^ no `Infinite` in the root Sep 14 14:58:09.621 INFO kablam! Sep 14 14:58:09.628 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 14:58:09.628 INFO kablam! --> src/receiver.rs:112:51 Sep 14 14:58:09.628 INFO kablam! | Sep 14 14:58:09.628 INFO kablam! 112 | let mut payload_buf = vec![0; (payload_size_in_bytes as usize)]; Sep 14 14:58:09.628 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 14 14:58:09.628 INFO kablam! | Sep 14 14:58:09.628 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 14 14:58:09.628 INFO kablam! Sep 14 14:58:09.695 INFO kablam! error[E0277]: the trait bound `T: serde::de::Deserialize<'_>` is not satisfied Sep 14 14:58:09.695 INFO kablam! --> src/receiver.rs:115:35 Sep 14 14:58:09.695 INFO kablam! | Sep 14 14:58:09.695 INFO kablam! 115 | match deserialize(&payload_buf) { Sep 14 14:58:09.695 INFO kablam! | ^^^^^^^^^^^ the trait `serde::de::Deserialize<'_>` is not implemented for `T` Sep 14 14:58:09.695 INFO kablam! | Sep 14 14:58:09.695 INFO kablam! = help: consider adding a `where T: serde::de::Deserialize<'_>` bound Sep 14 14:58:09.695 INFO kablam! = note: required by `bincode::deserialize` Sep 14 14:58:09.695 INFO kablam! Sep 14 14:58:09.714 INFO kablam! error[E0061]: this function takes 2 parameters but 3 parameters were supplied Sep 14 14:58:09.714 INFO kablam! --> src/sender.rs:113:21 Sep 14 14:58:09.714 INFO kablam! | Sep 14 14:58:09.715 INFO kablam! 113 | serialize_into(&mut pyld, &ev, Infinite).expect("could not serialize"); Sep 14 14:58:09.715 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 14 14:58:09.715 INFO kablam! Sep 14 14:58:09.728 INFO kablam! error: aborting due to 3 previous errors Sep 14 14:58:09.728 INFO kablam! Sep 14 14:58:09.728 INFO kablam! Some errors occurred: E0061, E0277, E0432. Sep 14 14:58:09.728 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 14 14:58:09.734 INFO kablam! error: Could not compile `hopper`. Sep 14 14:58:09.734 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 14:58:09.877 INFO kablam! error[E0432]: unresolved import `bincode::Infinite` Sep 14 14:58:09.877 INFO kablam! --> src/sender.rs:1:5 Sep 14 14:58:09.877 INFO kablam! | Sep 14 14:58:09.877 INFO kablam! 1 | use bincode::Infinite; Sep 14 14:58:09.877 INFO kablam! | ^^^^^^^^^^^^^^^^^ no `Infinite` in the root Sep 14 14:58:09.877 INFO kablam! Sep 14 14:58:09.885 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 14:58:09.885 INFO kablam! --> src/receiver.rs:112:51 Sep 14 14:58:09.885 INFO kablam! | Sep 14 14:58:09.885 INFO kablam! 112 | let mut payload_buf = vec![0; (payload_size_in_bytes as usize)]; Sep 14 14:58:09.885 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 14 14:58:09.885 INFO kablam! | Sep 14 14:58:09.885 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 14 14:58:09.885 INFO kablam! Sep 14 14:58:10.070 INFO kablam! error[E0277]: the trait bound `T: serde::de::Deserialize<'_>` is not satisfied Sep 14 14:58:10.070 INFO kablam! --> src/receiver.rs:115:35 Sep 14 14:58:10.070 INFO kablam! | Sep 14 14:58:10.070 INFO kablam! 115 | match deserialize(&payload_buf) { Sep 14 14:58:10.070 INFO kablam! | ^^^^^^^^^^^ the trait `serde::de::Deserialize<'_>` is not implemented for `T` Sep 14 14:58:10.070 INFO kablam! | Sep 14 14:58:10.070 INFO kablam! = help: consider adding a `where T: serde::de::Deserialize<'_>` bound Sep 14 14:58:10.070 INFO kablam! = note: required by `bincode::deserialize` Sep 14 14:58:10.070 INFO kablam! Sep 14 14:58:10.093 INFO kablam! error[E0061]: this function takes 2 parameters but 3 parameters were supplied Sep 14 14:58:10.093 INFO kablam! --> src/sender.rs:113:21 Sep 14 14:58:10.093 INFO kablam! | Sep 14 14:58:10.093 INFO kablam! 113 | serialize_into(&mut pyld, &ev, Infinite).expect("could not serialize"); Sep 14 14:58:10.093 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 14 14:58:10.093 INFO kablam! Sep 14 14:58:10.113 INFO kablam! error: aborting due to 3 previous errors Sep 14 14:58:10.113 INFO kablam! Sep 14 14:58:10.113 INFO kablam! Some errors occurred: E0061, E0277, E0432. Sep 14 14:58:10.113 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 14 14:58:10.122 INFO kablam! error: Could not compile `hopper`. Sep 14 14:58:10.122 INFO kablam! Sep 14 14:58:10.122 INFO kablam! To learn more, run the command again with --verbose. Sep 14 14:58:10.124 INFO kablam! su: No module specific data is present Sep 14 14:58:10.642 INFO running `"docker" "rm" "-f" "4752f70d47ba31922474db1fa513d7b0b50aec91abe4e301128e8e5ed95e1ab3"` Sep 14 14:58:10.696 INFO blam! 4752f70d47ba31922474db1fa513d7b0b50aec91abe4e301128e8e5ed95e1ab3