Sep 06 05:32:21.551 INFO checking hopper-0.2.2 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 06 05:32:21.551 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 06 05:32:21.551 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-0/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 05:32:21.762 INFO blam! 197169ca8a2f30a4fe50b8e093e37b08ee348cbc9e7254ea9b7ba47af006fc0f Sep 06 05:32:21.764 INFO running `"docker" "start" "-a" "197169ca8a2f30a4fe50b8e093e37b08ee348cbc9e7254ea9b7ba47af006fc0f"` Sep 06 05:32:22.699 INFO kablam! usermod: no changes Sep 06 05:32:22.790 INFO kablam! Checking hopper v0.2.2 (file:///source) Sep 06 05:32:23.330 INFO kablam! error[E0432]: unresolved import `bincode::Infinite` Sep 06 05:32:23.330 INFO kablam! --> src/sender.rs:1:5 Sep 06 05:32:23.330 INFO kablam! | Sep 06 05:32:23.330 INFO kablam! 1 | use bincode::Infinite; Sep 06 05:32:23.330 INFO kablam! | ^^^^^^^^^^^^^^^^^ no `Infinite` in the root Sep 06 05:32:23.330 INFO kablam! Sep 06 05:32:23.339 INFO kablam! warning: unnecessary parentheses around function argument Sep 06 05:32:23.339 INFO kablam! --> src/receiver.rs:112:51 Sep 06 05:32:23.339 INFO kablam! | Sep 06 05:32:23.339 INFO kablam! 112 | let mut payload_buf = vec![0; (payload_size_in_bytes as usize)]; Sep 06 05:32:23.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 06 05:32:23.339 INFO kablam! | Sep 06 05:32:23.339 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 06 05:32:23.339 INFO kablam! Sep 06 05:32:23.498 INFO kablam! error[E0277]: the trait bound `T: serde::de::Deserialize<'_>` is not satisfied Sep 06 05:32:23.498 INFO kablam! --> src/receiver.rs:115:35 Sep 06 05:32:23.498 INFO kablam! | Sep 06 05:32:23.498 INFO kablam! 115 | match deserialize(&payload_buf) { Sep 06 05:32:23.498 INFO kablam! | ^^^^^^^^^^^ the trait `serde::de::Deserialize<'_>` is not implemented for `T` Sep 06 05:32:23.498 INFO kablam! | Sep 06 05:32:23.498 INFO kablam! = help: consider adding a `where T: serde::de::Deserialize<'_>` bound Sep 06 05:32:23.498 INFO kablam! = note: required by `bincode::deserialize` Sep 06 05:32:23.498 INFO kablam! Sep 06 05:32:23.542 INFO kablam! error[E0061]: this function takes 2 parameters but 3 parameters were supplied Sep 06 05:32:23.542 INFO kablam! --> src/sender.rs:113:21 Sep 06 05:32:23.542 INFO kablam! | Sep 06 05:32:23.542 INFO kablam! 113 | serialize_into(&mut pyld, &ev, Infinite).expect("could not serialize"); Sep 06 05:32:23.542 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 06 05:32:23.542 INFO kablam! Sep 06 05:32:23.573 INFO kablam! error: aborting due to 3 previous errors Sep 06 05:32:23.573 INFO kablam! Sep 06 05:32:23.573 INFO kablam! Some errors occurred: E0061, E0277, E0432. Sep 06 05:32:23.573 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 06 05:32:23.581 INFO kablam! error: Could not compile `hopper`. Sep 06 05:32:23.581 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 05:32:23.826 INFO kablam! error[E0432]: unresolved import `bincode::Infinite` Sep 06 05:32:23.826 INFO kablam! --> src/sender.rs:1:5 Sep 06 05:32:23.826 INFO kablam! | Sep 06 05:32:23.826 INFO kablam! 1 | use bincode::Infinite; Sep 06 05:32:23.826 INFO kablam! | ^^^^^^^^^^^^^^^^^ no `Infinite` in the root Sep 06 05:32:23.826 INFO kablam! Sep 06 05:32:23.842 INFO kablam! warning: unnecessary parentheses around function argument Sep 06 05:32:23.842 INFO kablam! --> src/receiver.rs:112:51 Sep 06 05:32:23.842 INFO kablam! | Sep 06 05:32:23.842 INFO kablam! 112 | let mut payload_buf = vec![0; (payload_size_in_bytes as usize)]; Sep 06 05:32:23.842 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 06 05:32:23.842 INFO kablam! | Sep 06 05:32:23.842 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 06 05:32:23.842 INFO kablam! Sep 06 05:32:24.035 INFO kablam! error[E0277]: the trait bound `T: serde::de::Deserialize<'_>` is not satisfied Sep 06 05:32:24.035 INFO kablam! --> src/receiver.rs:115:35 Sep 06 05:32:24.035 INFO kablam! | Sep 06 05:32:24.035 INFO kablam! 115 | match deserialize(&payload_buf) { Sep 06 05:32:24.035 INFO kablam! | ^^^^^^^^^^^ the trait `serde::de::Deserialize<'_>` is not implemented for `T` Sep 06 05:32:24.035 INFO kablam! | Sep 06 05:32:24.035 INFO kablam! = help: consider adding a `where T: serde::de::Deserialize<'_>` bound Sep 06 05:32:24.035 INFO kablam! = note: required by `bincode::deserialize` Sep 06 05:32:24.035 INFO kablam! Sep 06 05:32:24.055 INFO kablam! error[E0061]: this function takes 2 parameters but 3 parameters were supplied Sep 06 05:32:24.055 INFO kablam! --> src/sender.rs:113:21 Sep 06 05:32:24.055 INFO kablam! | Sep 06 05:32:24.055 INFO kablam! 113 | serialize_into(&mut pyld, &ev, Infinite).expect("could not serialize"); Sep 06 05:32:24.055 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 06 05:32:24.055 INFO kablam! Sep 06 05:32:24.072 INFO kablam! error: aborting due to 3 previous errors Sep 06 05:32:24.072 INFO kablam! Sep 06 05:32:24.072 INFO kablam! Some errors occurred: E0061, E0277, E0432. Sep 06 05:32:24.072 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 06 05:32:24.082 INFO kablam! error: Could not compile `hopper`. Sep 06 05:32:24.082 INFO kablam! Sep 06 05:32:24.082 INFO kablam! To learn more, run the command again with --verbose. Sep 06 05:32:24.083 INFO kablam! su: No module specific data is present Sep 06 05:32:24.969 INFO running `"docker" "rm" "-f" "197169ca8a2f30a4fe50b8e093e37b08ee348cbc9e7254ea9b7ba47af006fc0f"` Sep 06 05:32:25.034 INFO blam! 197169ca8a2f30a4fe50b8e093e37b08ee348cbc9e7254ea9b7ba47af006fc0f