Sep 20 00:08:07.908 INFO checking hopper-0.2.2 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 20 00:08:07.908 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 20 00:08:07.909 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-1/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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 +ff6422d7a392acfc8af28994d65af2bbaecea4f6-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.419 INFO blam! c88f1f6fc6e7b112ed51a9fed0f0e73e45047c8c8c93f292d13caa3cbb6f6fdb Sep 20 00:08:08.421 INFO running `"docker" "start" "-a" "c88f1f6fc6e7b112ed51a9fed0f0e73e45047c8c8c93f292d13caa3cbb6f6fdb"` Sep 20 00:08:09.779 INFO kablam! usermod: no changes Sep 20 00:08:09.867 INFO kablam! Checking hopper v0.2.2 (/source) Sep 20 00:08:10.322 INFO kablam! error[E0432]: unresolved import `bincode::Infinite` Sep 20 00:08:10.323 INFO kablam! --> src/sender.rs:1:5 Sep 20 00:08:10.323 INFO kablam! | Sep 20 00:08:10.323 INFO kablam! 1 | use bincode::Infinite; Sep 20 00:08:10.323 INFO kablam! | ^^^^^^^^^^^^^^^^^ no `Infinite` in the root Sep 20 00:08:10.323 INFO kablam! Sep 20 00:08:10.335 INFO kablam! warning: unnecessary parentheses around function argument Sep 20 00:08:10.335 INFO kablam! --> src/receiver.rs:112:51 Sep 20 00:08:10.335 INFO kablam! | Sep 20 00:08:10.335 INFO kablam! 112 | let mut payload_buf = vec![0; (payload_size_in_bytes as usize)]; Sep 20 00:08:10.335 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 20 00:08:10.335 INFO kablam! | Sep 20 00:08:10.335 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 20 00:08:10.335 INFO kablam! Sep 20 00:08:10.466 INFO kablam! error[E0277]: the trait bound `T: serde::de::Deserialize<'_>` is not satisfied Sep 20 00:08:10.467 INFO kablam! --> src/receiver.rs:115:35 Sep 20 00:08:10.467 INFO kablam! | Sep 20 00:08:10.467 INFO kablam! 115 | match deserialize(&payload_buf) { Sep 20 00:08:10.467 INFO kablam! | ^^^^^^^^^^^ the trait `serde::de::Deserialize<'_>` is not implemented for `T` Sep 20 00:08:10.467 INFO kablam! | Sep 20 00:08:10.467 INFO kablam! = help: consider adding a `where T: serde::de::Deserialize<'_>` bound Sep 20 00:08:10.467 INFO kablam! = note: required by `bincode::deserialize` Sep 20 00:08:10.467 INFO kablam! Sep 20 00:08:10.500 INFO kablam! error[E0061]: this function takes 2 parameters but 3 parameters were supplied Sep 20 00:08:10.500 INFO kablam! --> src/sender.rs:113:21 Sep 20 00:08:10.500 INFO kablam! | Sep 20 00:08:10.500 INFO kablam! 113 | serialize_into(&mut pyld, &ev, Infinite).expect("could not serialize"); Sep 20 00:08:10.500 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 20 00:08:10.500 INFO kablam! Sep 20 00:08:10.526 INFO kablam! error: aborting due to 3 previous errors Sep 20 00:08:10.526 INFO kablam! Sep 20 00:08:10.526 INFO kablam! Some errors occurred: E0061, E0277, E0432. Sep 20 00:08:10.526 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 20 00:08:10.547 INFO kablam! error: Could not compile `hopper`. Sep 20 00:08:10.547 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 00:08:10.795 INFO kablam! error[E0432]: unresolved import `bincode::Infinite` Sep 20 00:08:10.795 INFO kablam! --> src/sender.rs:1:5 Sep 20 00:08:10.795 INFO kablam! | Sep 20 00:08:10.795 INFO kablam! 1 | use bincode::Infinite; Sep 20 00:08:10.795 INFO kablam! | ^^^^^^^^^^^^^^^^^ no `Infinite` in the root Sep 20 00:08:10.795 INFO kablam! Sep 20 00:08:10.804 INFO kablam! warning: unnecessary parentheses around function argument Sep 20 00:08:10.804 INFO kablam! --> src/receiver.rs:112:51 Sep 20 00:08:10.804 INFO kablam! | Sep 20 00:08:10.804 INFO kablam! 112 | let mut payload_buf = vec![0; (payload_size_in_bytes as usize)]; Sep 20 00:08:10.804 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 20 00:08:10.804 INFO kablam! | Sep 20 00:08:10.804 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 20 00:08:10.804 INFO kablam! Sep 20 00:08:11.016 INFO kablam! error[E0277]: the trait bound `T: serde::de::Deserialize<'_>` is not satisfied Sep 20 00:08:11.016 INFO kablam! --> src/receiver.rs:115:35 Sep 20 00:08:11.016 INFO kablam! | Sep 20 00:08:11.016 INFO kablam! 115 | match deserialize(&payload_buf) { Sep 20 00:08:11.016 INFO kablam! | ^^^^^^^^^^^ the trait `serde::de::Deserialize<'_>` is not implemented for `T` Sep 20 00:08:11.017 INFO kablam! | Sep 20 00:08:11.017 INFO kablam! = help: consider adding a `where T: serde::de::Deserialize<'_>` bound Sep 20 00:08:11.017 INFO kablam! = note: required by `bincode::deserialize` Sep 20 00:08:11.017 INFO kablam! Sep 20 00:08:11.039 INFO kablam! error[E0061]: this function takes 2 parameters but 3 parameters were supplied Sep 20 00:08:11.039 INFO kablam! --> src/sender.rs:113:21 Sep 20 00:08:11.039 INFO kablam! | Sep 20 00:08:11.039 INFO kablam! 113 | serialize_into(&mut pyld, &ev, Infinite).expect("could not serialize"); Sep 20 00:08:11.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 20 00:08:11.039 INFO kablam! Sep 20 00:08:11.058 INFO kablam! error: aborting due to 3 previous errors Sep 20 00:08:11.058 INFO kablam! Sep 20 00:08:11.058 INFO kablam! Some errors occurred: E0061, E0277, E0432. Sep 20 00:08:11.058 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 20 00:08:11.071 INFO kablam! error: Could not compile `hopper`. Sep 20 00:08:11.071 INFO kablam! Sep 20 00:08:11.071 INFO kablam! To learn more, run the command again with --verbose. Sep 20 00:08:11.071 INFO kablam! su: No module specific data is present Sep 20 00:08:12.034 INFO running `"docker" "rm" "-f" "c88f1f6fc6e7b112ed51a9fed0f0e73e45047c8c8c93f292d13caa3cbb6f6fdb"` Sep 20 00:08:12.087 INFO blam! c88f1f6fc6e7b112ed51a9fed0f0e73e45047c8c8c93f292d13caa3cbb6f6fdb