Sep 06 05:32:21.947 INFO checking hopper-0.2.2 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 05:32:21.947 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 05:32:21.947 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-1/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-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:22.170 INFO blam! fa7f4cb1b78d4484317bc8e1c264da41a69757cc4f7a041233f3c30850f2ccbe Sep 06 05:32:22.175 INFO running `"docker" "start" "-a" "fa7f4cb1b78d4484317bc8e1c264da41a69757cc4f7a041233f3c30850f2ccbe"` Sep 06 05:32:23.233 INFO kablam! usermod: no changes Sep 06 05:32:23.358 INFO kablam! Checking hopper v0.2.2 (file:///source) Sep 06 05:32:23.779 INFO kablam! error[E0432]: unresolved import `bincode::Infinite` Sep 06 05:32:23.779 INFO kablam! --> src/sender.rs:1:5 Sep 06 05:32:23.779 INFO kablam! | Sep 06 05:32:23.779 INFO kablam! 1 | use bincode::Infinite; Sep 06 05:32:23.779 INFO kablam! | ^^^^^^^^^^^^^^^^^ no `Infinite` in the root Sep 06 05:32:23.779 INFO kablam! Sep 06 05:32:23.791 INFO kablam! warning: unnecessary parentheses around function argument Sep 06 05:32:23.791 INFO kablam! --> src/receiver.rs:112:51 Sep 06 05:32:23.791 INFO kablam! | Sep 06 05:32:23.791 INFO kablam! 112 | let mut payload_buf = vec![0; (payload_size_in_bytes as usize)]; Sep 06 05:32:23.791 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 06 05:32:23.791 INFO kablam! | Sep 06 05:32:23.791 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 06 05:32:23.791 INFO kablam! Sep 06 05:32:23.906 INFO kablam! error[E0277]: the trait bound `T: serde::de::Deserialize<'_>` is not satisfied Sep 06 05:32:23.906 INFO kablam! --> src/receiver.rs:115:35 Sep 06 05:32:23.906 INFO kablam! | Sep 06 05:32:23.906 INFO kablam! 115 | match deserialize(&payload_buf) { Sep 06 05:32:23.906 INFO kablam! | ^^^^^^^^^^^ the trait `serde::de::Deserialize<'_>` is not implemented for `T` Sep 06 05:32:23.906 INFO kablam! | Sep 06 05:32:23.906 INFO kablam! = help: consider adding a `where T: serde::de::Deserialize<'_>` bound Sep 06 05:32:23.906 INFO kablam! = note: required by `bincode::deserialize` Sep 06 05:32:23.906 INFO kablam! Sep 06 05:32:23.930 INFO kablam! error[E0061]: this function takes 2 parameters but 3 parameters were supplied Sep 06 05:32:23.930 INFO kablam! --> src/sender.rs:113:21 Sep 06 05:32:23.930 INFO kablam! | Sep 06 05:32:23.930 INFO kablam! 113 | serialize_into(&mut pyld, &ev, Infinite).expect("could not serialize"); Sep 06 05:32:23.930 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 06 05:32:23.930 INFO kablam! Sep 06 05:32:23.950 INFO kablam! error: aborting due to 3 previous errors Sep 06 05:32:23.950 INFO kablam! Sep 06 05:32:23.950 INFO kablam! Some errors occurred: E0061, E0277, E0432. Sep 06 05:32:23.950 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 06 05:32:23.956 INFO kablam! error: Could not compile `hopper`. Sep 06 05:32:23.956 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 05:32:24.174 INFO kablam! error[E0432]: unresolved import `bincode::Infinite` Sep 06 05:32:24.174 INFO kablam! --> src/sender.rs:1:5 Sep 06 05:32:24.174 INFO kablam! | Sep 06 05:32:24.174 INFO kablam! 1 | use bincode::Infinite; Sep 06 05:32:24.174 INFO kablam! | ^^^^^^^^^^^^^^^^^ no `Infinite` in the root Sep 06 05:32:24.174 INFO kablam! Sep 06 05:32:24.181 INFO kablam! warning: unnecessary parentheses around function argument Sep 06 05:32:24.181 INFO kablam! --> src/receiver.rs:112:51 Sep 06 05:32:24.181 INFO kablam! | Sep 06 05:32:24.182 INFO kablam! 112 | let mut payload_buf = vec![0; (payload_size_in_bytes as usize)]; Sep 06 05:32:24.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 06 05:32:24.182 INFO kablam! | Sep 06 05:32:24.182 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 06 05:32:24.182 INFO kablam! Sep 06 05:32:24.323 INFO kablam! error[E0277]: the trait bound `T: serde::de::Deserialize<'_>` is not satisfied Sep 06 05:32:24.324 INFO kablam! --> src/receiver.rs:115:35 Sep 06 05:32:24.324 INFO kablam! | Sep 06 05:32:24.324 INFO kablam! 115 | match deserialize(&payload_buf) { Sep 06 05:32:24.324 INFO kablam! | ^^^^^^^^^^^ the trait `serde::de::Deserialize<'_>` is not implemented for `T` Sep 06 05:32:24.324 INFO kablam! | Sep 06 05:32:24.324 INFO kablam! = help: consider adding a `where T: serde::de::Deserialize<'_>` bound Sep 06 05:32:24.324 INFO kablam! = note: required by `bincode::deserialize` Sep 06 05:32:24.324 INFO kablam! Sep 06 05:32:24.341 INFO kablam! error[E0061]: this function takes 2 parameters but 3 parameters were supplied Sep 06 05:32:24.341 INFO kablam! --> src/sender.rs:113:21 Sep 06 05:32:24.341 INFO kablam! | Sep 06 05:32:24.341 INFO kablam! 113 | serialize_into(&mut pyld, &ev, Infinite).expect("could not serialize"); Sep 06 05:32:24.342 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 06 05:32:24.342 INFO kablam! Sep 06 05:32:24.360 INFO kablam! error: aborting due to 3 previous errors Sep 06 05:32:24.360 INFO kablam! Sep 06 05:32:24.360 INFO kablam! Some errors occurred: E0061, E0277, E0432. Sep 06 05:32:24.360 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 06 05:32:24.368 INFO kablam! error: Could not compile `hopper`. Sep 06 05:32:24.369 INFO kablam! Sep 06 05:32:24.369 INFO kablam! To learn more, run the command again with --verbose. Sep 06 05:32:24.370 INFO kablam! su: No module specific data is present Sep 06 05:32:25.265 INFO running `"docker" "rm" "-f" "fa7f4cb1b78d4484317bc8e1c264da41a69757cc4f7a041233f3c30850f2ccbe"` Sep 06 05:32:25.340 INFO blam! fa7f4cb1b78d4484317bc8e1c264da41a69757cc4f7a041233f3c30850f2ccbe