Sep 10 16:47:22.898 INFO checking hopper-0.2.2 against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 16:47:22.898 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 16:47:22.898 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-2/try#3a2610c2a16575649896925631bf8cec4f4b1961:/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 +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 16:47:23.142 INFO blam! 6c7dba261aa24583fd306057816e083d8fdbd5236862c3f361b9703041957198 Sep 10 16:47:23.144 INFO running `"docker" "start" "-a" "6c7dba261aa24583fd306057816e083d8fdbd5236862c3f361b9703041957198"` Sep 10 16:47:24.261 INFO kablam! usermod: no changes Sep 10 16:47:24.378 INFO kablam! Checking hopper v0.2.2 (file:///source) Sep 10 16:47:24.802 INFO kablam! error[E0432]: unresolved import `bincode::Infinite` Sep 10 16:47:24.802 INFO kablam! --> src/sender.rs:1:5 Sep 10 16:47:24.802 INFO kablam! | Sep 10 16:47:24.802 INFO kablam! 1 | use bincode::Infinite; Sep 10 16:47:24.802 INFO kablam! | ^^^^^^^^^^^^^^^^^ no `Infinite` in the root Sep 10 16:47:24.802 INFO kablam! Sep 10 16:47:24.814 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 16:47:24.814 INFO kablam! --> src/receiver.rs:112:51 Sep 10 16:47:24.814 INFO kablam! | Sep 10 16:47:24.814 INFO kablam! 112 | let mut payload_buf = vec![0; (payload_size_in_bytes as usize)]; Sep 10 16:47:24.814 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 10 16:47:24.814 INFO kablam! | Sep 10 16:47:24.814 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 10 16:47:24.814 INFO kablam! Sep 10 16:47:24.950 INFO kablam! error[E0277]: the trait bound `T: serde::de::Deserialize<'_>` is not satisfied Sep 10 16:47:24.950 INFO kablam! --> src/receiver.rs:115:35 Sep 10 16:47:24.950 INFO kablam! | Sep 10 16:47:24.950 INFO kablam! 115 | match deserialize(&payload_buf) { Sep 10 16:47:24.950 INFO kablam! | ^^^^^^^^^^^ the trait `serde::de::Deserialize<'_>` is not implemented for `T` Sep 10 16:47:24.950 INFO kablam! | Sep 10 16:47:24.950 INFO kablam! = help: consider adding a `where T: serde::de::Deserialize<'_>` bound Sep 10 16:47:24.950 INFO kablam! = note: required by `bincode::deserialize` Sep 10 16:47:24.950 INFO kablam! Sep 10 16:47:24.974 INFO kablam! error[E0061]: this function takes 2 parameters but 3 parameters were supplied Sep 10 16:47:24.974 INFO kablam! --> src/sender.rs:113:21 Sep 10 16:47:24.974 INFO kablam! | Sep 10 16:47:24.974 INFO kablam! 113 | serialize_into(&mut pyld, &ev, Infinite).expect("could not serialize"); Sep 10 16:47:24.974 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 10 16:47:24.974 INFO kablam! Sep 10 16:47:24.991 INFO kablam! error: aborting due to 3 previous errors Sep 10 16:47:24.994 INFO kablam! Sep 10 16:47:24.994 INFO kablam! Some errors occurred: E0061, E0277, E0432. Sep 10 16:47:24.994 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 10 16:47:25.000 INFO kablam! error: Could not compile `hopper`. Sep 10 16:47:25.000 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 16:47:25.198 INFO kablam! error[E0432]: unresolved import `bincode::Infinite` Sep 10 16:47:25.198 INFO kablam! --> src/sender.rs:1:5 Sep 10 16:47:25.198 INFO kablam! | Sep 10 16:47:25.198 INFO kablam! 1 | use bincode::Infinite; Sep 10 16:47:25.198 INFO kablam! | ^^^^^^^^^^^^^^^^^ no `Infinite` in the root Sep 10 16:47:25.198 INFO kablam! Sep 10 16:47:25.214 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 16:47:25.214 INFO kablam! --> src/receiver.rs:112:51 Sep 10 16:47:25.214 INFO kablam! | Sep 10 16:47:25.214 INFO kablam! 112 | let mut payload_buf = vec![0; (payload_size_in_bytes as usize)]; Sep 10 16:47:25.214 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 10 16:47:25.214 INFO kablam! | Sep 10 16:47:25.214 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 10 16:47:25.214 INFO kablam! Sep 10 16:47:25.442 INFO kablam! error[E0277]: the trait bound `T: serde::de::Deserialize<'_>` is not satisfied Sep 10 16:47:25.442 INFO kablam! --> src/receiver.rs:115:35 Sep 10 16:47:25.442 INFO kablam! | Sep 10 16:47:25.442 INFO kablam! 115 | match deserialize(&payload_buf) { Sep 10 16:47:25.442 INFO kablam! | ^^^^^^^^^^^ the trait `serde::de::Deserialize<'_>` is not implemented for `T` Sep 10 16:47:25.442 INFO kablam! | Sep 10 16:47:25.442 INFO kablam! = help: consider adding a `where T: serde::de::Deserialize<'_>` bound Sep 10 16:47:25.442 INFO kablam! = note: required by `bincode::deserialize` Sep 10 16:47:25.442 INFO kablam! Sep 10 16:47:25.461 INFO kablam! error[E0061]: this function takes 2 parameters but 3 parameters were supplied Sep 10 16:47:25.461 INFO kablam! --> src/sender.rs:113:21 Sep 10 16:47:25.461 INFO kablam! | Sep 10 16:47:25.461 INFO kablam! 113 | serialize_into(&mut pyld, &ev, Infinite).expect("could not serialize"); Sep 10 16:47:25.461 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 10 16:47:25.461 INFO kablam! Sep 10 16:47:25.490 INFO kablam! error: aborting due to 3 previous errors Sep 10 16:47:25.490 INFO kablam! Sep 10 16:47:25.490 INFO kablam! Some errors occurred: E0061, E0277, E0432. Sep 10 16:47:25.490 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 10 16:47:25.502 INFO kablam! error: Could not compile `hopper`. Sep 10 16:47:25.502 INFO kablam! Sep 10 16:47:25.502 INFO kablam! To learn more, run the command again with --verbose. Sep 10 16:47:25.504 INFO kablam! su: No module specific data is present Sep 10 16:47:26.484 INFO running `"docker" "rm" "-f" "6c7dba261aa24583fd306057816e083d8fdbd5236862c3f361b9703041957198"` Sep 10 16:47:26.670 INFO blam! 6c7dba261aa24583fd306057816e083d8fdbd5236862c3f361b9703041957198