Sep 21 08:48:28.289 INFO checking hopper-0.2.2 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 08:48:28.289 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 08:48:28.289 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-4/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 08:48:28.517 INFO blam! 46b914eafbd59351bbda893f1cdc16331d0ba2fd5ee73c772c4bb3861a895a7e Sep 21 08:48:28.519 INFO running `"docker" "start" "-a" "46b914eafbd59351bbda893f1cdc16331d0ba2fd5ee73c772c4bb3861a895a7e"` Sep 21 08:48:29.145 INFO kablam! usermod: no changes Sep 21 08:48:29.217 INFO kablam! Checking hopper v0.2.2 (/source) Sep 21 08:48:29.473 INFO kablam! error[E0432]: unresolved import `bincode::Infinite` Sep 21 08:48:29.473 INFO kablam! --> src/sender.rs:1:5 Sep 21 08:48:29.473 INFO kablam! | Sep 21 08:48:29.473 INFO kablam! 1 | use bincode::Infinite; Sep 21 08:48:29.473 INFO kablam! | ^^^^^^^^^^^^^^^^^ no `Infinite` in the root Sep 21 08:48:29.473 INFO kablam! Sep 21 08:48:29.477 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 08:48:29.477 INFO kablam! --> src/receiver.rs:112:51 Sep 21 08:48:29.477 INFO kablam! | Sep 21 08:48:29.477 INFO kablam! 112 | let mut payload_buf = vec![0; (payload_size_in_bytes as usize)]; Sep 21 08:48:29.477 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 08:48:29.477 INFO kablam! | Sep 21 08:48:29.477 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 21 08:48:29.477 INFO kablam! Sep 21 08:48:29.593 INFO kablam! error[E0277]: the trait bound `T: serde::de::Deserialize<'_>` is not satisfied Sep 21 08:48:29.593 INFO kablam! --> src/receiver.rs:115:35 Sep 21 08:48:29.593 INFO kablam! | Sep 21 08:48:29.593 INFO kablam! 115 | match deserialize(&payload_buf) { Sep 21 08:48:29.593 INFO kablam! | ^^^^^^^^^^^ the trait `serde::de::Deserialize<'_>` is not implemented for `T` Sep 21 08:48:29.593 INFO kablam! | Sep 21 08:48:29.593 INFO kablam! = help: consider adding a `where T: serde::de::Deserialize<'_>` bound Sep 21 08:48:29.593 INFO kablam! = note: required by `bincode::deserialize` Sep 21 08:48:29.593 INFO kablam! Sep 21 08:48:29.621 INFO kablam! error[E0061]: this function takes 2 parameters but 3 parameters were supplied Sep 21 08:48:29.621 INFO kablam! --> src/sender.rs:113:21 Sep 21 08:48:29.621 INFO kablam! | Sep 21 08:48:29.621 INFO kablam! 113 | serialize_into(&mut pyld, &ev, Infinite).expect("could not serialize"); Sep 21 08:48:29.621 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 21 08:48:29.621 INFO kablam! Sep 21 08:48:29.646 INFO kablam! error: aborting due to 3 previous errors Sep 21 08:48:29.646 INFO kablam! Sep 21 08:48:29.646 INFO kablam! Some errors occurred: E0061, E0277, E0432. Sep 21 08:48:29.646 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 21 08:48:29.658 INFO kablam! error: Could not compile `hopper`. Sep 21 08:48:29.658 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 08:48:29.943 INFO kablam! error[E0432]: unresolved import `bincode::Infinite` Sep 21 08:48:29.943 INFO kablam! --> src/sender.rs:1:5 Sep 21 08:48:29.943 INFO kablam! | Sep 21 08:48:29.943 INFO kablam! 1 | use bincode::Infinite; Sep 21 08:48:29.943 INFO kablam! | ^^^^^^^^^^^^^^^^^ no `Infinite` in the root Sep 21 08:48:29.943 INFO kablam! Sep 21 08:48:29.956 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 08:48:29.956 INFO kablam! --> src/receiver.rs:112:51 Sep 21 08:48:29.956 INFO kablam! | Sep 21 08:48:29.956 INFO kablam! 112 | let mut payload_buf = vec![0; (payload_size_in_bytes as usize)]; Sep 21 08:48:29.956 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 08:48:29.956 INFO kablam! | Sep 21 08:48:29.957 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 21 08:48:29.957 INFO kablam! Sep 21 08:48:30.194 INFO kablam! error[E0277]: the trait bound `T: serde::de::Deserialize<'_>` is not satisfied Sep 21 08:48:30.194 INFO kablam! --> src/receiver.rs:115:35 Sep 21 08:48:30.194 INFO kablam! | Sep 21 08:48:30.194 INFO kablam! 115 | match deserialize(&payload_buf) { Sep 21 08:48:30.194 INFO kablam! | ^^^^^^^^^^^ the trait `serde::de::Deserialize<'_>` is not implemented for `T` Sep 21 08:48:30.194 INFO kablam! | Sep 21 08:48:30.194 INFO kablam! = help: consider adding a `where T: serde::de::Deserialize<'_>` bound Sep 21 08:48:30.194 INFO kablam! = note: required by `bincode::deserialize` Sep 21 08:48:30.194 INFO kablam! Sep 21 08:48:30.209 INFO kablam! error[E0061]: this function takes 2 parameters but 3 parameters were supplied Sep 21 08:48:30.209 INFO kablam! --> src/sender.rs:113:21 Sep 21 08:48:30.209 INFO kablam! | Sep 21 08:48:30.209 INFO kablam! 113 | serialize_into(&mut pyld, &ev, Infinite).expect("could not serialize"); Sep 21 08:48:30.209 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 21 08:48:30.209 INFO kablam! Sep 21 08:48:30.234 INFO kablam! error: aborting due to 3 previous errors Sep 21 08:48:30.234 INFO kablam! Sep 21 08:48:30.234 INFO kablam! Some errors occurred: E0061, E0277, E0432. Sep 21 08:48:30.234 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 21 08:48:30.246 INFO kablam! error: Could not compile `hopper`. Sep 21 08:48:30.246 INFO kablam! Sep 21 08:48:30.246 INFO kablam! To learn more, run the command again with --verbose. Sep 21 08:48:30.247 INFO kablam! su: No module specific data is present Sep 21 08:48:31.346 INFO running `"docker" "rm" "-f" "46b914eafbd59351bbda893f1cdc16331d0ba2fd5ee73c772c4bb3861a895a7e"` Sep 21 08:48:31.453 INFO blam! 46b914eafbd59351bbda893f1cdc16331d0ba2fd5ee73c772c4bb3861a895a7e