Sep 21 08:48:28.498 INFO checking hopper-0.2.2 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 08:48:28.498 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 08:48:28.498 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-7/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-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.704 INFO blam! 712a9ed0995ebbfd3605428dddd01a3819439cf7d41d8531832ceaa19dd3fba0 Sep 21 08:48:28.705 INFO running `"docker" "start" "-a" "712a9ed0995ebbfd3605428dddd01a3819439cf7d41d8531832ceaa19dd3fba0"` Sep 21 08:48:29.758 INFO kablam! usermod: no changes Sep 21 08:48:29.874 INFO kablam! Checking hopper v0.2.2 (/source) Sep 21 08:48:30.538 INFO kablam! error[E0432]: unresolved import `bincode::Infinite` Sep 21 08:48:30.538 INFO kablam! --> src/sender.rs:1:5 Sep 21 08:48:30.538 INFO kablam! | Sep 21 08:48:30.538 INFO kablam! 1 | use bincode::Infinite; Sep 21 08:48:30.538 INFO kablam! | ^^^^^^^^^^^^^^^^^ no `Infinite` in the root Sep 21 08:48:30.538 INFO kablam! Sep 21 08:48:30.550 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 08:48:30.550 INFO kablam! --> src/receiver.rs:112:51 Sep 21 08:48:30.550 INFO kablam! | Sep 21 08:48:30.550 INFO kablam! 112 | let mut payload_buf = vec![0; (payload_size_in_bytes as usize)]; Sep 21 08:48:30.550 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 08:48:30.550 INFO kablam! | Sep 21 08:48:30.550 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 21 08:48:30.550 INFO kablam! Sep 21 08:48:30.662 INFO kablam! error[E0277]: the trait bound `T: serde::de::Deserialize<'_>` is not satisfied Sep 21 08:48:30.662 INFO kablam! --> src/receiver.rs:115:35 Sep 21 08:48:30.662 INFO kablam! | Sep 21 08:48:30.662 INFO kablam! 115 | match deserialize(&payload_buf) { Sep 21 08:48:30.662 INFO kablam! | ^^^^^^^^^^^ the trait `serde::de::Deserialize<'_>` is not implemented for `T` Sep 21 08:48:30.662 INFO kablam! | Sep 21 08:48:30.662 INFO kablam! = help: consider adding a `where T: serde::de::Deserialize<'_>` bound Sep 21 08:48:30.662 INFO kablam! = note: required by `bincode::deserialize` Sep 21 08:48:30.662 INFO kablam! Sep 21 08:48:30.686 INFO kablam! error[E0061]: this function takes 2 parameters but 3 parameters were supplied Sep 21 08:48:30.686 INFO kablam! --> src/sender.rs:113:21 Sep 21 08:48:30.686 INFO kablam! | Sep 21 08:48:30.686 INFO kablam! 113 | serialize_into(&mut pyld, &ev, Infinite).expect("could not serialize"); Sep 21 08:48:30.686 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 21 08:48:30.686 INFO kablam! Sep 21 08:48:30.714 INFO kablam! error: aborting due to 3 previous errors Sep 21 08:48:30.714 INFO kablam! Sep 21 08:48:30.714 INFO kablam! Some errors occurred: E0061, E0277, E0432. Sep 21 08:48:30.714 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 21 08:48:30.726 INFO kablam! error: Could not compile `hopper`. Sep 21 08:48:30.726 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 08:48:30.975 INFO kablam! error[E0432]: unresolved import `bincode::Infinite` Sep 21 08:48:30.975 INFO kablam! --> src/sender.rs:1:5 Sep 21 08:48:30.975 INFO kablam! | Sep 21 08:48:30.975 INFO kablam! 1 | use bincode::Infinite; Sep 21 08:48:30.975 INFO kablam! | ^^^^^^^^^^^^^^^^^ no `Infinite` in the root Sep 21 08:48:30.975 INFO kablam! Sep 21 08:48:30.992 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 08:48:30.992 INFO kablam! --> src/receiver.rs:112:51 Sep 21 08:48:30.992 INFO kablam! | Sep 21 08:48:30.992 INFO kablam! 112 | let mut payload_buf = vec![0; (payload_size_in_bytes as usize)]; Sep 21 08:48:30.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 08:48:30.992 INFO kablam! | Sep 21 08:48:30.992 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 21 08:48:30.992 INFO kablam! Sep 21 08:48:31.222 INFO kablam! error[E0277]: the trait bound `T: serde::de::Deserialize<'_>` is not satisfied Sep 21 08:48:31.222 INFO kablam! --> src/receiver.rs:115:35 Sep 21 08:48:31.222 INFO kablam! | Sep 21 08:48:31.222 INFO kablam! 115 | match deserialize(&payload_buf) { Sep 21 08:48:31.222 INFO kablam! | ^^^^^^^^^^^ the trait `serde::de::Deserialize<'_>` is not implemented for `T` Sep 21 08:48:31.222 INFO kablam! | Sep 21 08:48:31.222 INFO kablam! = help: consider adding a `where T: serde::de::Deserialize<'_>` bound Sep 21 08:48:31.222 INFO kablam! = note: required by `bincode::deserialize` Sep 21 08:48:31.222 INFO kablam! Sep 21 08:48:31.246 INFO kablam! error[E0061]: this function takes 2 parameters but 3 parameters were supplied Sep 21 08:48:31.246 INFO kablam! --> src/sender.rs:113:21 Sep 21 08:48:31.246 INFO kablam! | Sep 21 08:48:31.246 INFO kablam! 113 | serialize_into(&mut pyld, &ev, Infinite).expect("could not serialize"); Sep 21 08:48:31.246 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 21 08:48:31.246 INFO kablam! Sep 21 08:48:31.270 INFO kablam! error: aborting due to 3 previous errors Sep 21 08:48:31.270 INFO kablam! Sep 21 08:48:31.270 INFO kablam! Some errors occurred: E0061, E0277, E0432. Sep 21 08:48:31.270 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 21 08:48:31.279 INFO kablam! error: Could not compile `hopper`. Sep 21 08:48:31.279 INFO kablam! Sep 21 08:48:31.279 INFO kablam! To learn more, run the command again with --verbose. Sep 21 08:48:31.279 INFO kablam! su: No module specific data is present Sep 21 08:48:32.223 INFO running `"docker" "rm" "-f" "712a9ed0995ebbfd3605428dddd01a3819439cf7d41d8531832ceaa19dd3fba0"` Sep 21 08:48:32.349 INFO blam! 712a9ed0995ebbfd3605428dddd01a3819439cf7d41d8531832ceaa19dd3fba0