Sep 14 14:58:07.363 INFO checking hopper-0.2.2 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 14:58:07.363 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 14:58:07.363 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-6/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-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.535 INFO blam! 46614a33194e1c3a819ccfed56408124940bce2fc661303d4694c9e29a56b377 Sep 14 14:58:07.537 INFO running `"docker" "start" "-a" "46614a33194e1c3a819ccfed56408124940bce2fc661303d4694c9e29a56b377"` Sep 14 14:58:08.340 INFO kablam! usermod: no changes Sep 14 14:58:08.400 INFO kablam! Checking hopper v0.2.2 (file:///source) Sep 14 14:58:08.599 INFO kablam! error[E0432]: unresolved import `bincode::Infinite` Sep 14 14:58:08.599 INFO kablam! --> src/sender.rs:1:5 Sep 14 14:58:08.599 INFO kablam! | Sep 14 14:58:08.599 INFO kablam! 1 | use bincode::Infinite; Sep 14 14:58:08.599 INFO kablam! | ^^^^^^^^^^^^^^^^^ no `Infinite` in the root Sep 14 14:58:08.599 INFO kablam! Sep 14 14:58:08.604 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 14:58:08.604 INFO kablam! --> src/receiver.rs:112:51 Sep 14 14:58:08.604 INFO kablam! | Sep 14 14:58:08.604 INFO kablam! 112 | let mut payload_buf = vec![0; (payload_size_in_bytes as usize)]; Sep 14 14:58:08.604 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 14 14:58:08.604 INFO kablam! | Sep 14 14:58:08.604 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 14 14:58:08.604 INFO kablam! Sep 14 14:58:08.678 INFO kablam! error[E0277]: the trait bound `T: serde::de::Deserialize<'_>` is not satisfied Sep 14 14:58:08.678 INFO kablam! --> src/receiver.rs:115:35 Sep 14 14:58:08.678 INFO kablam! | Sep 14 14:58:08.678 INFO kablam! 115 | match deserialize(&payload_buf) { Sep 14 14:58:08.678 INFO kablam! | ^^^^^^^^^^^ the trait `serde::de::Deserialize<'_>` is not implemented for `T` Sep 14 14:58:08.678 INFO kablam! | Sep 14 14:58:08.678 INFO kablam! = help: consider adding a `where T: serde::de::Deserialize<'_>` bound Sep 14 14:58:08.678 INFO kablam! = note: required by `bincode::deserialize` Sep 14 14:58:08.678 INFO kablam! Sep 14 14:58:08.696 INFO kablam! error[E0061]: this function takes 2 parameters but 3 parameters were supplied Sep 14 14:58:08.696 INFO kablam! --> src/sender.rs:113:21 Sep 14 14:58:08.696 INFO kablam! | Sep 14 14:58:08.696 INFO kablam! 113 | serialize_into(&mut pyld, &ev, Infinite).expect("could not serialize"); Sep 14 14:58:08.696 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 14 14:58:08.696 INFO kablam! Sep 14 14:58:08.709 INFO kablam! error: aborting due to 3 previous errors Sep 14 14:58:08.709 INFO kablam! Sep 14 14:58:08.709 INFO kablam! Some errors occurred: E0061, E0277, E0432. Sep 14 14:58:08.709 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 14 14:58:08.715 INFO kablam! error: Could not compile `hopper`. Sep 14 14:58:08.715 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 14:58:08.840 INFO kablam! error[E0432]: unresolved import `bincode::Infinite` Sep 14 14:58:08.840 INFO kablam! --> src/sender.rs:1:5 Sep 14 14:58:08.840 INFO kablam! | Sep 14 14:58:08.840 INFO kablam! 1 | use bincode::Infinite; Sep 14 14:58:08.840 INFO kablam! | ^^^^^^^^^^^^^^^^^ no `Infinite` in the root Sep 14 14:58:08.840 INFO kablam! Sep 14 14:58:08.849 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 14:58:08.849 INFO kablam! --> src/receiver.rs:112:51 Sep 14 14:58:08.849 INFO kablam! | Sep 14 14:58:08.849 INFO kablam! 112 | let mut payload_buf = vec![0; (payload_size_in_bytes as usize)]; Sep 14 14:58:08.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 14 14:58:08.849 INFO kablam! | Sep 14 14:58:08.849 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 14 14:58:08.849 INFO kablam! Sep 14 14:58:09.005 INFO kablam! error[E0277]: the trait bound `T: serde::de::Deserialize<'_>` is not satisfied Sep 14 14:58:09.005 INFO kablam! --> src/receiver.rs:115:35 Sep 14 14:58:09.005 INFO kablam! | Sep 14 14:58:09.005 INFO kablam! 115 | match deserialize(&payload_buf) { Sep 14 14:58:09.005 INFO kablam! | ^^^^^^^^^^^ the trait `serde::de::Deserialize<'_>` is not implemented for `T` Sep 14 14:58:09.005 INFO kablam! | Sep 14 14:58:09.005 INFO kablam! = help: consider adding a `where T: serde::de::Deserialize<'_>` bound Sep 14 14:58:09.005 INFO kablam! = note: required by `bincode::deserialize` Sep 14 14:58:09.005 INFO kablam! Sep 14 14:58:09.022 INFO kablam! error[E0061]: this function takes 2 parameters but 3 parameters were supplied Sep 14 14:58:09.022 INFO kablam! --> src/sender.rs:113:21 Sep 14 14:58:09.022 INFO kablam! | Sep 14 14:58:09.022 INFO kablam! 113 | serialize_into(&mut pyld, &ev, Infinite).expect("could not serialize"); Sep 14 14:58:09.022 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 14 14:58:09.022 INFO kablam! Sep 14 14:58:09.038 INFO kablam! error: aborting due to 3 previous errors Sep 14 14:58:09.038 INFO kablam! Sep 14 14:58:09.038 INFO kablam! Some errors occurred: E0061, E0277, E0432. Sep 14 14:58:09.038 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 14 14:58:09.047 INFO kablam! error: Could not compile `hopper`. Sep 14 14:58:09.047 INFO kablam! Sep 14 14:58:09.047 INFO kablam! To learn more, run the command again with --verbose. Sep 14 14:58:09.048 INFO kablam! su: No module specific data is present Sep 14 14:58:09.628 INFO running `"docker" "rm" "-f" "46614a33194e1c3a819ccfed56408124940bce2fc661303d4694c9e29a56b377"` Sep 14 14:58:09.690 INFO blam! 46614a33194e1c3a819ccfed56408124940bce2fc661303d4694c9e29a56b377