Sep 04 17:22:52.323 INFO checking hopper-0.2.2 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 17:22:52.323 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 17:22:52.323 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-3/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 17:22:52.450 INFO blam! e6adb68dbcd519ffe14501aa90571df80e36916f25332169d76f4ceb2c4994e0 Sep 04 17:22:52.453 INFO running `"docker" "start" "-a" "e6adb68dbcd519ffe14501aa90571df80e36916f25332169d76f4ceb2c4994e0"` Sep 04 17:22:53.065 INFO kablam! Checking hopper v0.2.2 (file:///source) Sep 04 17:22:53.621 INFO kablam! error[E0432]: unresolved import `bincode::Infinite` Sep 04 17:22:53.621 INFO kablam! --> src/sender.rs:1:5 Sep 04 17:22:53.621 INFO kablam! | Sep 04 17:22:53.621 INFO kablam! 1 | use bincode::Infinite; Sep 04 17:22:53.621 INFO kablam! | ^^^^^^^^^^^^^^^^^ no `Infinite` in the root Sep 04 17:22:53.621 INFO kablam! Sep 04 17:22:53.628 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 17:22:53.628 INFO kablam! --> src/receiver.rs:112:51 Sep 04 17:22:53.628 INFO kablam! | Sep 04 17:22:53.628 INFO kablam! 112 | let mut payload_buf = vec![0; (payload_size_in_bytes as usize)]; Sep 04 17:22:53.628 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 17:22:53.628 INFO kablam! | Sep 04 17:22:53.628 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 17:22:53.628 INFO kablam! Sep 04 17:22:53.759 INFO kablam! error[E0277]: the trait bound `T: serde::de::Deserialize<'_>` is not satisfied Sep 04 17:22:53.759 INFO kablam! --> src/receiver.rs:115:35 Sep 04 17:22:53.759 INFO kablam! | Sep 04 17:22:53.759 INFO kablam! 115 | match deserialize(&payload_buf) { Sep 04 17:22:53.759 INFO kablam! | ^^^^^^^^^^^ the trait `serde::de::Deserialize<'_>` is not implemented for `T` Sep 04 17:22:53.759 INFO kablam! | Sep 04 17:22:53.759 INFO kablam! = help: consider adding a `where T: serde::de::Deserialize<'_>` bound Sep 04 17:22:53.759 INFO kablam! = note: required by `bincode::deserialize` Sep 04 17:22:53.759 INFO kablam! Sep 04 17:22:53.801 INFO kablam! error[E0061]: this function takes 2 parameters but 3 parameters were supplied Sep 04 17:22:53.801 INFO kablam! --> src/sender.rs:113:21 Sep 04 17:22:53.802 INFO kablam! | Sep 04 17:22:53.802 INFO kablam! 113 | serialize_into(&mut pyld, &ev, Infinite).expect("could not serialize"); Sep 04 17:22:53.802 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 04 17:22:53.802 INFO kablam! Sep 04 17:22:53.840 INFO kablam! error: aborting due to 3 previous errors Sep 04 17:22:53.840 INFO kablam! Sep 04 17:22:53.840 INFO kablam! Some errors occurred: E0061, E0277, E0432. Sep 04 17:22:53.840 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 04 17:22:53.849 INFO kablam! error: Could not compile `hopper`. Sep 04 17:22:53.849 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 17:22:54.402 INFO kablam! error[E0432]: unresolved import `bincode::Infinite` Sep 04 17:22:54.402 INFO kablam! --> src/sender.rs:1:5 Sep 04 17:22:54.402 INFO kablam! | Sep 04 17:22:54.402 INFO kablam! 1 | use bincode::Infinite; Sep 04 17:22:54.402 INFO kablam! | ^^^^^^^^^^^^^^^^^ no `Infinite` in the root Sep 04 17:22:54.402 INFO kablam! Sep 04 17:22:54.413 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 17:22:54.413 INFO kablam! --> src/receiver.rs:112:51 Sep 04 17:22:54.413 INFO kablam! | Sep 04 17:22:54.413 INFO kablam! 112 | let mut payload_buf = vec![0; (payload_size_in_bytes as usize)]; Sep 04 17:22:54.413 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 17:22:54.413 INFO kablam! | Sep 04 17:22:54.413 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 17:22:54.413 INFO kablam! Sep 04 17:22:54.730 INFO kablam! error[E0277]: the trait bound `T: serde::de::Deserialize<'_>` is not satisfied Sep 04 17:22:54.730 INFO kablam! --> src/receiver.rs:115:35 Sep 04 17:22:54.730 INFO kablam! | Sep 04 17:22:54.731 INFO kablam! 115 | match deserialize(&payload_buf) { Sep 04 17:22:54.731 INFO kablam! | ^^^^^^^^^^^ the trait `serde::de::Deserialize<'_>` is not implemented for `T` Sep 04 17:22:54.731 INFO kablam! | Sep 04 17:22:54.731 INFO kablam! = help: consider adding a `where T: serde::de::Deserialize<'_>` bound Sep 04 17:22:54.731 INFO kablam! = note: required by `bincode::deserialize` Sep 04 17:22:54.731 INFO kablam! Sep 04 17:22:54.766 INFO kablam! error[E0061]: this function takes 2 parameters but 3 parameters were supplied Sep 04 17:22:54.766 INFO kablam! --> src/sender.rs:113:21 Sep 04 17:22:54.766 INFO kablam! | Sep 04 17:22:54.766 INFO kablam! 113 | serialize_into(&mut pyld, &ev, Infinite).expect("could not serialize"); Sep 04 17:22:54.766 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 04 17:22:54.766 INFO kablam! Sep 04 17:22:54.792 INFO kablam! error: aborting due to 3 previous errors Sep 04 17:22:54.792 INFO kablam! Sep 04 17:22:54.792 INFO kablam! Some errors occurred: E0061, E0277, E0432. Sep 04 17:22:54.792 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 04 17:22:54.802 INFO kablam! error: Could not compile `hopper`. Sep 04 17:22:54.802 INFO kablam! Sep 04 17:22:54.802 INFO kablam! To learn more, run the command again with --verbose. Sep 04 17:22:54.803 INFO kablam! su: No module specific data is present Sep 04 17:22:55.280 INFO running `"docker" "rm" "-f" "e6adb68dbcd519ffe14501aa90571df80e36916f25332169d76f4ceb2c4994e0"` Sep 04 17:22:55.398 INFO blam! e6adb68dbcd519ffe14501aa90571df80e36916f25332169d76f4ceb2c4994e0