Sep 20 00:08:07.693 INFO checking hopper-0.2.2 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 20 00:08:07.693 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 20 00:08:07.693 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-6/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 00:08:08.054 INFO blam! fbdaaa2502c98b458d7d5dec552aaca9077ad26d866b494175ccb2d0aa1d17e2 Sep 20 00:08:08.055 INFO running `"docker" "start" "-a" "fbdaaa2502c98b458d7d5dec552aaca9077ad26d866b494175ccb2d0aa1d17e2"` Sep 20 00:08:09.294 INFO kablam! usermod: no changes Sep 20 00:08:09.371 INFO kablam! Checking hopper v0.2.2 (/source) Sep 20 00:08:09.847 INFO kablam! error[E0432]: unresolved import `bincode::Infinite` Sep 20 00:08:09.847 INFO kablam! --> src/sender.rs:1:5 Sep 20 00:08:09.847 INFO kablam! | Sep 20 00:08:09.847 INFO kablam! 1 | use bincode::Infinite; Sep 20 00:08:09.847 INFO kablam! | ^^^^^^^^^^^^^^^^^ no `Infinite` in the root Sep 20 00:08:09.847 INFO kablam! Sep 20 00:08:09.847 INFO kablam! warning: unnecessary parentheses around function argument Sep 20 00:08:09.847 INFO kablam! --> src/receiver.rs:112:51 Sep 20 00:08:09.847 INFO kablam! | Sep 20 00:08:09.847 INFO kablam! 112 | let mut payload_buf = vec![0; (payload_size_in_bytes as usize)]; Sep 20 00:08:09.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 20 00:08:09.847 INFO kablam! | Sep 20 00:08:09.847 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 20 00:08:09.847 INFO kablam! Sep 20 00:08:09.958 INFO kablam! error[E0277]: the trait bound `T: serde::de::Deserialize<'_>` is not satisfied Sep 20 00:08:09.958 INFO kablam! --> src/receiver.rs:115:35 Sep 20 00:08:09.958 INFO kablam! | Sep 20 00:08:09.958 INFO kablam! 115 | match deserialize(&payload_buf) { Sep 20 00:08:09.958 INFO kablam! | ^^^^^^^^^^^ the trait `serde::de::Deserialize<'_>` is not implemented for `T` Sep 20 00:08:09.958 INFO kablam! | Sep 20 00:08:09.958 INFO kablam! = help: consider adding a `where T: serde::de::Deserialize<'_>` bound Sep 20 00:08:09.958 INFO kablam! = note: required by `bincode::deserialize` Sep 20 00:08:09.958 INFO kablam! Sep 20 00:08:09.991 INFO kablam! error[E0061]: this function takes 2 parameters but 3 parameters were supplied Sep 20 00:08:09.991 INFO kablam! --> src/sender.rs:113:21 Sep 20 00:08:09.991 INFO kablam! | Sep 20 00:08:09.991 INFO kablam! 113 | serialize_into(&mut pyld, &ev, Infinite).expect("could not serialize"); Sep 20 00:08:09.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 20 00:08:09.991 INFO kablam! Sep 20 00:08:10.023 INFO kablam! error: aborting due to 3 previous errors Sep 20 00:08:10.023 INFO kablam! Sep 20 00:08:10.023 INFO kablam! Some errors occurred: E0061, E0277, E0432. Sep 20 00:08:10.023 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 20 00:08:10.031 INFO kablam! error: Could not compile `hopper`. Sep 20 00:08:10.031 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 00:08:10.265 INFO kablam! error[E0432]: unresolved import `bincode::Infinite` Sep 20 00:08:10.265 INFO kablam! --> src/sender.rs:1:5 Sep 20 00:08:10.265 INFO kablam! | Sep 20 00:08:10.265 INFO kablam! 1 | use bincode::Infinite; Sep 20 00:08:10.265 INFO kablam! | ^^^^^^^^^^^^^^^^^ no `Infinite` in the root Sep 20 00:08:10.265 INFO kablam! Sep 20 00:08:10.289 INFO kablam! warning: unnecessary parentheses around function argument Sep 20 00:08:10.289 INFO kablam! --> src/receiver.rs:112:51 Sep 20 00:08:10.289 INFO kablam! | Sep 20 00:08:10.289 INFO kablam! 112 | let mut payload_buf = vec![0; (payload_size_in_bytes as usize)]; Sep 20 00:08:10.289 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 20 00:08:10.289 INFO kablam! | Sep 20 00:08:10.289 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 20 00:08:10.289 INFO kablam! Sep 20 00:08:10.499 INFO kablam! error[E0277]: the trait bound `T: serde::de::Deserialize<'_>` is not satisfied Sep 20 00:08:10.499 INFO kablam! --> src/receiver.rs:115:35 Sep 20 00:08:10.499 INFO kablam! | Sep 20 00:08:10.499 INFO kablam! 115 | match deserialize(&payload_buf) { Sep 20 00:08:10.499 INFO kablam! | ^^^^^^^^^^^ the trait `serde::de::Deserialize<'_>` is not implemented for `T` Sep 20 00:08:10.499 INFO kablam! | Sep 20 00:08:10.499 INFO kablam! = help: consider adding a `where T: serde::de::Deserialize<'_>` bound Sep 20 00:08:10.499 INFO kablam! = note: required by `bincode::deserialize` Sep 20 00:08:10.499 INFO kablam! Sep 20 00:08:10.519 INFO kablam! error[E0061]: this function takes 2 parameters but 3 parameters were supplied Sep 20 00:08:10.519 INFO kablam! --> src/sender.rs:113:21 Sep 20 00:08:10.519 INFO kablam! | Sep 20 00:08:10.519 INFO kablam! 113 | serialize_into(&mut pyld, &ev, Infinite).expect("could not serialize"); Sep 20 00:08:10.519 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 20 00:08:10.519 INFO kablam! Sep 20 00:08:10.535 INFO kablam! error: aborting due to 3 previous errors Sep 20 00:08:10.535 INFO kablam! Sep 20 00:08:10.535 INFO kablam! Some errors occurred: E0061, E0277, E0432. Sep 20 00:08:10.535 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 20 00:08:10.546 INFO kablam! error: Could not compile `hopper`. Sep 20 00:08:10.546 INFO kablam! Sep 20 00:08:10.546 INFO kablam! To learn more, run the command again with --verbose. Sep 20 00:08:10.546 INFO kablam! su: No module specific data is present Sep 20 00:08:11.587 INFO running `"docker" "rm" "-f" "fbdaaa2502c98b458d7d5dec552aaca9077ad26d866b494175ccb2d0aa1d17e2"` Sep 20 00:08:11.739 INFO blam! fbdaaa2502c98b458d7d5dec552aaca9077ad26d866b494175ccb2d0aa1d17e2