Sep 20 01:55:33.030 INFO checking hopper-0.2.2 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 20 01:55:33.030 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 20 01:55:33.030 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-1/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 01:55:33.149 INFO blam! 4bee5636353ceaf605a43c8527df63b1339d0b0ce6ce32a8e18ac5e15b65cdaf Sep 20 01:55:33.150 INFO running `"docker" "start" "-a" "4bee5636353ceaf605a43c8527df63b1339d0b0ce6ce32a8e18ac5e15b65cdaf"` Sep 20 01:55:34.454 INFO kablam! usermod: no changes Sep 20 01:55:34.511 INFO kablam! Checking hopper v0.2.2 (/source) Sep 20 01:55:34.768 INFO kablam! error[E0432]: unresolved import `bincode::Infinite` Sep 20 01:55:34.768 INFO kablam! --> src/sender.rs:1:5 Sep 20 01:55:34.768 INFO kablam! | Sep 20 01:55:34.768 INFO kablam! 1 | use bincode::Infinite; Sep 20 01:55:34.768 INFO kablam! | ^^^^^^^^^^^^^^^^^ no `Infinite` in the root Sep 20 01:55:34.768 INFO kablam! Sep 20 01:55:34.776 INFO kablam! warning: unnecessary parentheses around function argument Sep 20 01:55:34.776 INFO kablam! --> src/receiver.rs:112:51 Sep 20 01:55:34.776 INFO kablam! | Sep 20 01:55:34.776 INFO kablam! 112 | let mut payload_buf = vec![0; (payload_size_in_bytes as usize)]; Sep 20 01:55:34.776 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 20 01:55:34.776 INFO kablam! | Sep 20 01:55:34.776 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 20 01:55:34.776 INFO kablam! Sep 20 01:55:34.898 INFO kablam! error[E0277]: the trait bound `T: serde::de::Deserialize<'_>` is not satisfied Sep 20 01:55:34.898 INFO kablam! --> src/receiver.rs:115:35 Sep 20 01:55:34.898 INFO kablam! | Sep 20 01:55:34.898 INFO kablam! 115 | match deserialize(&payload_buf) { Sep 20 01:55:34.898 INFO kablam! | ^^^^^^^^^^^ the trait `serde::de::Deserialize<'_>` is not implemented for `T` Sep 20 01:55:34.898 INFO kablam! | Sep 20 01:55:34.898 INFO kablam! = help: consider adding a `where T: serde::de::Deserialize<'_>` bound Sep 20 01:55:34.898 INFO kablam! = note: required by `bincode::deserialize` Sep 20 01:55:34.898 INFO kablam! Sep 20 01:55:34.930 INFO kablam! error[E0061]: this function takes 2 parameters but 3 parameters were supplied Sep 20 01:55:34.930 INFO kablam! --> src/sender.rs:113:21 Sep 20 01:55:34.930 INFO kablam! | Sep 20 01:55:34.930 INFO kablam! 113 | serialize_into(&mut pyld, &ev, Infinite).expect("could not serialize"); Sep 20 01:55:34.930 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 20 01:55:34.930 INFO kablam! Sep 20 01:55:34.950 INFO kablam! error: aborting due to 3 previous errors Sep 20 01:55:34.950 INFO kablam! Sep 20 01:55:34.950 INFO kablam! Some errors occurred: E0061, E0277, E0432. Sep 20 01:55:34.950 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 20 01:55:34.955 INFO kablam! error: Could not compile `hopper`. Sep 20 01:55:34.955 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 01:55:35.114 INFO kablam! error[E0432]: unresolved import `bincode::Infinite` Sep 20 01:55:35.114 INFO kablam! --> src/sender.rs:1:5 Sep 20 01:55:35.114 INFO kablam! | Sep 20 01:55:35.114 INFO kablam! 1 | use bincode::Infinite; Sep 20 01:55:35.114 INFO kablam! | ^^^^^^^^^^^^^^^^^ no `Infinite` in the root Sep 20 01:55:35.114 INFO kablam! Sep 20 01:55:35.128 INFO kablam! warning: unnecessary parentheses around function argument Sep 20 01:55:35.128 INFO kablam! --> src/receiver.rs:112:51 Sep 20 01:55:35.128 INFO kablam! | Sep 20 01:55:35.128 INFO kablam! 112 | let mut payload_buf = vec![0; (payload_size_in_bytes as usize)]; Sep 20 01:55:35.128 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 20 01:55:35.128 INFO kablam! | Sep 20 01:55:35.128 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 20 01:55:35.128 INFO kablam! Sep 20 01:55:35.328 INFO kablam! error[E0277]: the trait bound `T: serde::de::Deserialize<'_>` is not satisfied Sep 20 01:55:35.328 INFO kablam! --> src/receiver.rs:115:35 Sep 20 01:55:35.328 INFO kablam! | Sep 20 01:55:35.328 INFO kablam! 115 | match deserialize(&payload_buf) { Sep 20 01:55:35.328 INFO kablam! | ^^^^^^^^^^^ the trait `serde::de::Deserialize<'_>` is not implemented for `T` Sep 20 01:55:35.328 INFO kablam! | Sep 20 01:55:35.328 INFO kablam! = help: consider adding a `where T: serde::de::Deserialize<'_>` bound Sep 20 01:55:35.329 INFO kablam! = note: required by `bincode::deserialize` Sep 20 01:55:35.329 INFO kablam! Sep 20 01:55:35.350 INFO kablam! error[E0061]: this function takes 2 parameters but 3 parameters were supplied Sep 20 01:55:35.350 INFO kablam! --> src/sender.rs:113:21 Sep 20 01:55:35.350 INFO kablam! | Sep 20 01:55:35.350 INFO kablam! 113 | serialize_into(&mut pyld, &ev, Infinite).expect("could not serialize"); Sep 20 01:55:35.350 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 20 01:55:35.350 INFO kablam! Sep 20 01:55:35.373 INFO kablam! error: aborting due to 3 previous errors Sep 20 01:55:35.373 INFO kablam! Sep 20 01:55:35.373 INFO kablam! Some errors occurred: E0061, E0277, E0432. Sep 20 01:55:35.373 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 20 01:55:35.384 INFO kablam! error: Could not compile `hopper`. Sep 20 01:55:35.384 INFO kablam! Sep 20 01:55:35.384 INFO kablam! To learn more, run the command again with --verbose. Sep 20 01:55:35.385 INFO kablam! su: No module specific data is present Sep 20 01:55:36.117 INFO running `"docker" "rm" "-f" "4bee5636353ceaf605a43c8527df63b1339d0b0ce6ce32a8e18ac5e15b65cdaf"` Sep 20 01:55:36.234 INFO blam! 4bee5636353ceaf605a43c8527df63b1339d0b0ce6ce32a8e18ac5e15b65cdaf