Sep 01 01:03:52.217 INFO checking hopper-0.2.2 against try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b for pr-53578 Sep 01 01:03:52.218 INFO running: cargo +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets Sep 01 01:03:52.218 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53578/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-1/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/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=500" "-e" "CMD=cargo +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 01:03:52.390 INFO blam! 2e10c00b3e278f3cb2b4cb3c2292371e31d17114555f21e564e26973e5380df3 Sep 01 01:03:52.391 INFO running `"docker" "start" "-a" "2e10c00b3e278f3cb2b4cb3c2292371e31d17114555f21e564e26973e5380df3"` Sep 01 01:03:53.293 INFO kablam! Checking hopper v0.2.2 (file:///source) Sep 01 01:03:54.022 INFO kablam! error[E0432]: unresolved import `bincode::Infinite` Sep 01 01:03:54.022 INFO kablam! --> src/sender.rs:1:5 Sep 01 01:03:54.022 INFO kablam! | Sep 01 01:03:54.022 INFO kablam! 1 | use bincode::Infinite; Sep 01 01:03:54.022 INFO kablam! | ^^^^^^^^^^^^^^^^^ no `Infinite` in the root Sep 01 01:03:54.022 INFO kablam! Sep 01 01:03:54.031 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 01:03:54.031 INFO kablam! --> src/receiver.rs:112:51 Sep 01 01:03:54.031 INFO kablam! | Sep 01 01:03:54.031 INFO kablam! 112 | let mut payload_buf = vec![0; (payload_size_in_bytes as usize)]; Sep 01 01:03:54.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 01:03:54.031 INFO kablam! | Sep 01 01:03:54.031 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 01:03:54.031 INFO kablam! Sep 01 01:03:54.217 INFO kablam! error[E0277]: the trait bound `T: serde::de::Deserialize<'_>` is not satisfied Sep 01 01:03:54.217 INFO kablam! --> src/receiver.rs:115:35 Sep 01 01:03:54.217 INFO kablam! | Sep 01 01:03:54.218 INFO kablam! 115 | match deserialize(&payload_buf) { Sep 01 01:03:54.218 INFO kablam! | ^^^^^^^^^^^ the trait `serde::de::Deserialize<'_>` is not implemented for `T` Sep 01 01:03:54.218 INFO kablam! | Sep 01 01:03:54.218 INFO kablam! = help: consider adding a `where T: serde::de::Deserialize<'_>` bound Sep 01 01:03:54.218 INFO kablam! = note: required by `bincode::deserialize` Sep 01 01:03:54.218 INFO kablam! Sep 01 01:03:54.277 INFO kablam! error[E0061]: this function takes 2 parameters but 3 parameters were supplied Sep 01 01:03:54.277 INFO kablam! --> src/sender.rs:113:21 Sep 01 01:03:54.277 INFO kablam! | Sep 01 01:03:54.277 INFO kablam! 113 | serialize_into(&mut pyld, &ev, Infinite).expect("could not serialize"); Sep 01 01:03:54.277 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 01 01:03:54.277 INFO kablam! Sep 01 01:03:54.309 INFO kablam! error: aborting due to 3 previous errors Sep 01 01:03:54.309 INFO kablam! Sep 01 01:03:54.310 INFO kablam! Some errors occurred: E0061, E0277, E0432. Sep 01 01:03:54.310 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 01 01:03:54.318 INFO kablam! error: Could not compile `hopper`. Sep 01 01:03:54.318 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 01:03:54.672 INFO kablam! error[E0432]: unresolved import `bincode::Infinite` Sep 01 01:03:54.672 INFO kablam! --> src/sender.rs:1:5 Sep 01 01:03:54.672 INFO kablam! | Sep 01 01:03:54.672 INFO kablam! 1 | use bincode::Infinite; Sep 01 01:03:54.672 INFO kablam! | ^^^^^^^^^^^^^^^^^ no `Infinite` in the root Sep 01 01:03:54.672 INFO kablam! Sep 01 01:03:54.688 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 01:03:54.688 INFO kablam! --> src/receiver.rs:112:51 Sep 01 01:03:54.688 INFO kablam! | Sep 01 01:03:54.688 INFO kablam! 112 | let mut payload_buf = vec![0; (payload_size_in_bytes as usize)]; Sep 01 01:03:54.688 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 01:03:54.688 INFO kablam! | Sep 01 01:03:54.688 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 01:03:54.688 INFO kablam! Sep 01 01:03:55.096 INFO kablam! error[E0277]: the trait bound `T: serde::de::Deserialize<'_>` is not satisfied Sep 01 01:03:55.096 INFO kablam! --> src/receiver.rs:115:35 Sep 01 01:03:55.096 INFO kablam! | Sep 01 01:03:55.096 INFO kablam! 115 | match deserialize(&payload_buf) { Sep 01 01:03:55.096 INFO kablam! | ^^^^^^^^^^^ the trait `serde::de::Deserialize<'_>` is not implemented for `T` Sep 01 01:03:55.096 INFO kablam! | Sep 01 01:03:55.096 INFO kablam! = help: consider adding a `where T: serde::de::Deserialize<'_>` bound Sep 01 01:03:55.096 INFO kablam! = note: required by `bincode::deserialize` Sep 01 01:03:55.096 INFO kablam! Sep 01 01:03:55.139 INFO kablam! error[E0061]: this function takes 2 parameters but 3 parameters were supplied Sep 01 01:03:55.139 INFO kablam! --> src/sender.rs:113:21 Sep 01 01:03:55.139 INFO kablam! | Sep 01 01:03:55.139 INFO kablam! 113 | serialize_into(&mut pyld, &ev, Infinite).expect("could not serialize"); Sep 01 01:03:55.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 01 01:03:55.139 INFO kablam! Sep 01 01:03:55.168 INFO kablam! error: aborting due to 3 previous errors Sep 01 01:03:55.168 INFO kablam! Sep 01 01:03:55.168 INFO kablam! Some errors occurred: E0061, E0277, E0432. Sep 01 01:03:55.169 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 01 01:03:55.179 INFO kablam! error: Could not compile `hopper`. Sep 01 01:03:55.179 INFO kablam! Sep 01 01:03:55.179 INFO kablam! To learn more, run the command again with --verbose. Sep 01 01:03:55.180 INFO kablam! su: No module specific data is present Sep 01 01:03:55.683 INFO running `"docker" "rm" "-f" "2e10c00b3e278f3cb2b4cb3c2292371e31d17114555f21e564e26973e5380df3"` Sep 01 01:03:55.787 INFO blam! 2e10c00b3e278f3cb2b4cb3c2292371e31d17114555f21e564e26973e5380df3