Sep 04 14:26:09.407 INFO checking hopper-0.2.2 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 14:26:09.407 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 14:26:09.407 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 14:26:09.589 INFO blam! 522808d716c3bbaa2f96223a63d7e9cb22751ed162267cbae79fb858a2d14bf9 Sep 04 14:26:09.590 INFO running `"docker" "start" "-a" "522808d716c3bbaa2f96223a63d7e9cb22751ed162267cbae79fb858a2d14bf9"` Sep 04 14:26:10.674 INFO kablam! Checking hopper v0.2.2 (file:///source) Sep 04 14:26:11.223 INFO kablam! error[E0432]: unresolved import `bincode::Infinite` Sep 04 14:26:11.223 INFO kablam! --> src/sender.rs:1:5 Sep 04 14:26:11.223 INFO kablam! | Sep 04 14:26:11.223 INFO kablam! 1 | use bincode::Infinite; Sep 04 14:26:11.223 INFO kablam! | ^^^^^^^^^^^^^^^^^ no `Infinite` in the root Sep 04 14:26:11.223 INFO kablam! Sep 04 14:26:11.232 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 14:26:11.232 INFO kablam! --> src/receiver.rs:112:51 Sep 04 14:26:11.232 INFO kablam! | Sep 04 14:26:11.232 INFO kablam! 112 | let mut payload_buf = vec![0; (payload_size_in_bytes as usize)]; Sep 04 14:26:11.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 14:26:11.233 INFO kablam! | Sep 04 14:26:11.233 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 14:26:11.233 INFO kablam! Sep 04 14:26:11.407 INFO kablam! error[E0277]: the trait bound `T: serde::de::Deserialize<'_>` is not satisfied Sep 04 14:26:11.407 INFO kablam! --> src/receiver.rs:115:35 Sep 04 14:26:11.407 INFO kablam! | Sep 04 14:26:11.407 INFO kablam! 115 | match deserialize(&payload_buf) { Sep 04 14:26:11.408 INFO kablam! | ^^^^^^^^^^^ the trait `serde::de::Deserialize<'_>` is not implemented for `T` Sep 04 14:26:11.408 INFO kablam! | Sep 04 14:26:11.408 INFO kablam! = help: consider adding a `where T: serde::de::Deserialize<'_>` bound Sep 04 14:26:11.408 INFO kablam! = note: required by `bincode::deserialize` Sep 04 14:26:11.408 INFO kablam! Sep 04 14:26:11.455 INFO kablam! error[E0061]: this function takes 2 parameters but 3 parameters were supplied Sep 04 14:26:11.455 INFO kablam! --> src/sender.rs:113:21 Sep 04 14:26:11.456 INFO kablam! | Sep 04 14:26:11.456 INFO kablam! 113 | serialize_into(&mut pyld, &ev, Infinite).expect("could not serialize"); Sep 04 14:26:11.456 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 04 14:26:11.456 INFO kablam! Sep 04 14:26:11.496 INFO kablam! error: aborting due to 3 previous errors Sep 04 14:26:11.496 INFO kablam! Sep 04 14:26:11.496 INFO kablam! Some errors occurred: E0061, E0277, E0432. Sep 04 14:26:11.496 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 04 14:26:11.504 INFO kablam! error: Could not compile `hopper`. Sep 04 14:26:11.504 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 14:26:12.078 INFO kablam! error[E0432]: unresolved import `bincode::Infinite` Sep 04 14:26:12.078 INFO kablam! --> src/sender.rs:1:5 Sep 04 14:26:12.078 INFO kablam! | Sep 04 14:26:12.078 INFO kablam! 1 | use bincode::Infinite; Sep 04 14:26:12.078 INFO kablam! | ^^^^^^^^^^^^^^^^^ no `Infinite` in the root Sep 04 14:26:12.078 INFO kablam! Sep 04 14:26:12.095 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 14:26:12.096 INFO kablam! --> src/receiver.rs:112:51 Sep 04 14:26:12.096 INFO kablam! | Sep 04 14:26:12.096 INFO kablam! 112 | let mut payload_buf = vec![0; (payload_size_in_bytes as usize)]; Sep 04 14:26:12.096 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 14:26:12.096 INFO kablam! | Sep 04 14:26:12.096 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 14:26:12.096 INFO kablam! Sep 04 14:26:12.557 INFO kablam! error[E0277]: the trait bound `T: serde::de::Deserialize<'_>` is not satisfied Sep 04 14:26:12.557 INFO kablam! --> src/receiver.rs:115:35 Sep 04 14:26:12.557 INFO kablam! | Sep 04 14:26:12.557 INFO kablam! 115 | match deserialize(&payload_buf) { Sep 04 14:26:12.557 INFO kablam! | ^^^^^^^^^^^ the trait `serde::de::Deserialize<'_>` is not implemented for `T` Sep 04 14:26:12.557 INFO kablam! | Sep 04 14:26:12.557 INFO kablam! = help: consider adding a `where T: serde::de::Deserialize<'_>` bound Sep 04 14:26:12.557 INFO kablam! = note: required by `bincode::deserialize` Sep 04 14:26:12.557 INFO kablam! Sep 04 14:26:12.593 INFO kablam! error[E0061]: this function takes 2 parameters but 3 parameters were supplied Sep 04 14:26:12.593 INFO kablam! --> src/sender.rs:113:21 Sep 04 14:26:12.593 INFO kablam! | Sep 04 14:26:12.593 INFO kablam! 113 | serialize_into(&mut pyld, &ev, Infinite).expect("could not serialize"); Sep 04 14:26:12.593 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 04 14:26:12.593 INFO kablam! Sep 04 14:26:12.622 INFO kablam! error: aborting due to 3 previous errors Sep 04 14:26:12.622 INFO kablam! Sep 04 14:26:12.622 INFO kablam! Some errors occurred: E0061, E0277, E0432. Sep 04 14:26:12.622 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 04 14:26:12.632 INFO kablam! error: Could not compile `hopper`. Sep 04 14:26:12.633 INFO kablam! Sep 04 14:26:12.633 INFO kablam! To learn more, run the command again with --verbose. Sep 04 14:26:12.634 INFO kablam! su: No module specific data is present Sep 04 14:26:13.043 INFO running `"docker" "rm" "-f" "522808d716c3bbaa2f96223a63d7e9cb22751ed162267cbae79fb858a2d14bf9"` Sep 04 14:26:13.172 INFO blam! 522808d716c3bbaa2f96223a63d7e9cb22751ed162267cbae79fb858a2d14bf9