Sep 01 17:33:31.959 INFO checking hopper-0.2.2 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 17:33:31.959 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 17:33:31.959 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-1/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 17:33:32.189 INFO blam! e0e94fd935b33fa4a94a2a187eacbc551ace20b9938d06d98e30e5e86a68cc1b Sep 01 17:33:32.191 INFO running `"docker" "start" "-a" "e0e94fd935b33fa4a94a2a187eacbc551ace20b9938d06d98e30e5e86a68cc1b"` Sep 01 17:33:32.939 INFO kablam! Checking hopper v0.2.2 (file:///source) Sep 01 17:33:33.527 INFO kablam! error[E0432]: unresolved import `bincode::Infinite` Sep 01 17:33:33.527 INFO kablam! --> src/sender.rs:1:5 Sep 01 17:33:33.527 INFO kablam! | Sep 01 17:33:33.527 INFO kablam! 1 | use bincode::Infinite; Sep 01 17:33:33.527 INFO kablam! | ^^^^^^^^^^^^^^^^^ no `Infinite` in the root Sep 01 17:33:33.527 INFO kablam! Sep 01 17:33:33.536 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 17:33:33.536 INFO kablam! --> src/receiver.rs:112:51 Sep 01 17:33:33.536 INFO kablam! | Sep 01 17:33:33.536 INFO kablam! 112 | let mut payload_buf = vec![0; (payload_size_in_bytes as usize)]; Sep 01 17:33:33.536 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 17:33:33.536 INFO kablam! | Sep 01 17:33:33.536 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 17:33:33.537 INFO kablam! Sep 01 17:33:33.677 INFO kablam! error[E0277]: the trait bound `T: serde::de::Deserialize<'_>` is not satisfied Sep 01 17:33:33.677 INFO kablam! --> src/receiver.rs:115:35 Sep 01 17:33:33.677 INFO kablam! | Sep 01 17:33:33.677 INFO kablam! 115 | match deserialize(&payload_buf) { Sep 01 17:33:33.677 INFO kablam! | ^^^^^^^^^^^ the trait `serde::de::Deserialize<'_>` is not implemented for `T` Sep 01 17:33:33.677 INFO kablam! | Sep 01 17:33:33.677 INFO kablam! = help: consider adding a `where T: serde::de::Deserialize<'_>` bound Sep 01 17:33:33.677 INFO kablam! = note: required by `bincode::deserialize` Sep 01 17:33:33.677 INFO kablam! Sep 01 17:33:33.729 INFO kablam! error[E0061]: this function takes 2 parameters but 3 parameters were supplied Sep 01 17:33:33.729 INFO kablam! --> src/sender.rs:113:21 Sep 01 17:33:33.729 INFO kablam! | Sep 01 17:33:33.729 INFO kablam! 113 | serialize_into(&mut pyld, &ev, Infinite).expect("could not serialize"); Sep 01 17:33:33.729 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 01 17:33:33.729 INFO kablam! Sep 01 17:33:33.766 INFO kablam! error: aborting due to 3 previous errors Sep 01 17:33:33.766 INFO kablam! Sep 01 17:33:33.766 INFO kablam! Some errors occurred: E0061, E0277, E0432. Sep 01 17:33:33.766 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 01 17:33:33.775 INFO kablam! error: Could not compile `hopper`. Sep 01 17:33:33.775 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 17:33:34.217 INFO kablam! error[E0432]: unresolved import `bincode::Infinite` Sep 01 17:33:34.217 INFO kablam! --> src/sender.rs:1:5 Sep 01 17:33:34.217 INFO kablam! | Sep 01 17:33:34.217 INFO kablam! 1 | use bincode::Infinite; Sep 01 17:33:34.217 INFO kablam! | ^^^^^^^^^^^^^^^^^ no `Infinite` in the root Sep 01 17:33:34.217 INFO kablam! Sep 01 17:33:34.229 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 17:33:34.229 INFO kablam! --> src/receiver.rs:112:51 Sep 01 17:33:34.229 INFO kablam! | Sep 01 17:33:34.229 INFO kablam! 112 | let mut payload_buf = vec![0; (payload_size_in_bytes as usize)]; Sep 01 17:33:34.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 17:33:34.229 INFO kablam! | Sep 01 17:33:34.229 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 17:33:34.229 INFO kablam! Sep 01 17:33:34.558 INFO kablam! error[E0277]: the trait bound `T: serde::de::Deserialize<'_>` is not satisfied Sep 01 17:33:34.558 INFO kablam! --> src/receiver.rs:115:35 Sep 01 17:33:34.558 INFO kablam! | Sep 01 17:33:34.558 INFO kablam! 115 | match deserialize(&payload_buf) { Sep 01 17:33:34.558 INFO kablam! | ^^^^^^^^^^^ the trait `serde::de::Deserialize<'_>` is not implemented for `T` Sep 01 17:33:34.558 INFO kablam! | Sep 01 17:33:34.558 INFO kablam! = help: consider adding a `where T: serde::de::Deserialize<'_>` bound Sep 01 17:33:34.558 INFO kablam! = note: required by `bincode::deserialize` Sep 01 17:33:34.558 INFO kablam! Sep 01 17:33:34.592 INFO kablam! error[E0061]: this function takes 2 parameters but 3 parameters were supplied Sep 01 17:33:34.592 INFO kablam! --> src/sender.rs:113:21 Sep 01 17:33:34.592 INFO kablam! | Sep 01 17:33:34.592 INFO kablam! 113 | serialize_into(&mut pyld, &ev, Infinite).expect("could not serialize"); Sep 01 17:33:34.592 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 01 17:33:34.592 INFO kablam! Sep 01 17:33:34.617 INFO kablam! error: aborting due to 3 previous errors Sep 01 17:33:34.617 INFO kablam! Sep 01 17:33:34.617 INFO kablam! Some errors occurred: E0061, E0277, E0432. Sep 01 17:33:34.617 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 01 17:33:34.626 INFO kablam! error: Could not compile `hopper`. Sep 01 17:33:34.626 INFO kablam! Sep 01 17:33:34.626 INFO kablam! To learn more, run the command again with --verbose. Sep 01 17:33:34.627 INFO kablam! su: No module specific data is present Sep 01 17:33:35.141 INFO running `"docker" "rm" "-f" "e0e94fd935b33fa4a94a2a187eacbc551ace20b9938d06d98e30e5e86a68cc1b"` Sep 01 17:33:35.229 INFO blam! e0e94fd935b33fa4a94a2a187eacbc551ace20b9938d06d98e30e5e86a68cc1b