Sep 17 23:06:59.470 INFO checking hopper-0.2.2 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 17 23:06:59.470 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 17 23:06:59.470 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-2/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 23:06:59.593 INFO blam! d0c07885c820d5bc17afdce6f4aac50158a45c77e40480a133575df55504c65f Sep 17 23:06:59.595 INFO running `"docker" "start" "-a" "d0c07885c820d5bc17afdce6f4aac50158a45c77e40480a133575df55504c65f"` Sep 17 23:07:00.531 INFO kablam! usermod: no changes Sep 17 23:07:00.584 INFO kablam! Checking hopper v0.2.2 (/source) Sep 17 23:07:00.786 INFO kablam! error[E0432]: unresolved import `bincode::Infinite` Sep 17 23:07:00.786 INFO kablam! --> src/sender.rs:1:5 Sep 17 23:07:00.786 INFO kablam! | Sep 17 23:07:00.786 INFO kablam! 1 | use bincode::Infinite; Sep 17 23:07:00.786 INFO kablam! | ^^^^^^^^^^^^^^^^^ no `Infinite` in the root Sep 17 23:07:00.786 INFO kablam! Sep 17 23:07:00.793 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 23:07:00.793 INFO kablam! --> src/receiver.rs:112:51 Sep 17 23:07:00.793 INFO kablam! | Sep 17 23:07:00.793 INFO kablam! 112 | let mut payload_buf = vec![0; (payload_size_in_bytes as usize)]; Sep 17 23:07:00.793 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 17 23:07:00.793 INFO kablam! | Sep 17 23:07:00.793 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 17 23:07:00.793 INFO kablam! Sep 17 23:07:00.859 INFO kablam! error[E0277]: the trait bound `T: serde::de::Deserialize<'_>` is not satisfied Sep 17 23:07:00.859 INFO kablam! --> src/receiver.rs:115:35 Sep 17 23:07:00.859 INFO kablam! | Sep 17 23:07:00.859 INFO kablam! 115 | match deserialize(&payload_buf) { Sep 17 23:07:00.859 INFO kablam! | ^^^^^^^^^^^ the trait `serde::de::Deserialize<'_>` is not implemented for `T` Sep 17 23:07:00.859 INFO kablam! | Sep 17 23:07:00.859 INFO kablam! = help: consider adding a `where T: serde::de::Deserialize<'_>` bound Sep 17 23:07:00.859 INFO kablam! = note: required by `bincode::deserialize` Sep 17 23:07:00.859 INFO kablam! Sep 17 23:07:00.880 INFO kablam! error[E0061]: this function takes 2 parameters but 3 parameters were supplied Sep 17 23:07:00.881 INFO kablam! --> src/sender.rs:113:21 Sep 17 23:07:00.881 INFO kablam! | Sep 17 23:07:00.881 INFO kablam! 113 | serialize_into(&mut pyld, &ev, Infinite).expect("could not serialize"); Sep 17 23:07:00.881 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 17 23:07:00.881 INFO kablam! Sep 17 23:07:00.896 INFO kablam! error: aborting due to 3 previous errors Sep 17 23:07:00.896 INFO kablam! Sep 17 23:07:00.896 INFO kablam! Some errors occurred: E0061, E0277, E0432. Sep 17 23:07:00.896 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 17 23:07:00.902 INFO kablam! error: Could not compile `hopper`. Sep 17 23:07:00.902 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 23:07:01.074 INFO kablam! error[E0432]: unresolved import `bincode::Infinite` Sep 17 23:07:01.075 INFO kablam! --> src/sender.rs:1:5 Sep 17 23:07:01.075 INFO kablam! | Sep 17 23:07:01.075 INFO kablam! 1 | use bincode::Infinite; Sep 17 23:07:01.075 INFO kablam! | ^^^^^^^^^^^^^^^^^ no `Infinite` in the root Sep 17 23:07:01.075 INFO kablam! Sep 17 23:07:01.083 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 23:07:01.084 INFO kablam! --> src/receiver.rs:112:51 Sep 17 23:07:01.084 INFO kablam! | Sep 17 23:07:01.084 INFO kablam! 112 | let mut payload_buf = vec![0; (payload_size_in_bytes as usize)]; Sep 17 23:07:01.084 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 17 23:07:01.084 INFO kablam! | Sep 17 23:07:01.084 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 17 23:07:01.084 INFO kablam! Sep 17 23:07:01.230 INFO kablam! error[E0277]: the trait bound `T: serde::de::Deserialize<'_>` is not satisfied Sep 17 23:07:01.230 INFO kablam! --> src/receiver.rs:115:35 Sep 17 23:07:01.230 INFO kablam! | Sep 17 23:07:01.230 INFO kablam! 115 | match deserialize(&payload_buf) { Sep 17 23:07:01.230 INFO kablam! | ^^^^^^^^^^^ the trait `serde::de::Deserialize<'_>` is not implemented for `T` Sep 17 23:07:01.231 INFO kablam! | Sep 17 23:07:01.231 INFO kablam! = help: consider adding a `where T: serde::de::Deserialize<'_>` bound Sep 17 23:07:01.231 INFO kablam! = note: required by `bincode::deserialize` Sep 17 23:07:01.231 INFO kablam! Sep 17 23:07:01.250 INFO kablam! error[E0061]: this function takes 2 parameters but 3 parameters were supplied Sep 17 23:07:01.250 INFO kablam! --> src/sender.rs:113:21 Sep 17 23:07:01.250 INFO kablam! | Sep 17 23:07:01.250 INFO kablam! 113 | serialize_into(&mut pyld, &ev, Infinite).expect("could not serialize"); Sep 17 23:07:01.250 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 17 23:07:01.250 INFO kablam! Sep 17 23:07:01.266 INFO kablam! error: aborting due to 3 previous errors Sep 17 23:07:01.266 INFO kablam! Sep 17 23:07:01.266 INFO kablam! Some errors occurred: E0061, E0277, E0432. Sep 17 23:07:01.266 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 17 23:07:01.275 INFO kablam! error: Could not compile `hopper`. Sep 17 23:07:01.275 INFO kablam! Sep 17 23:07:01.275 INFO kablam! To learn more, run the command again with --verbose. Sep 17 23:07:01.277 INFO kablam! su: No module specific data is present Sep 17 23:07:01.931 INFO running `"docker" "rm" "-f" "d0c07885c820d5bc17afdce6f4aac50158a45c77e40480a133575df55504c65f"` Sep 17 23:07:02.018 INFO blam! d0c07885c820d5bc17afdce6f4aac50158a45c77e40480a133575df55504c65f