Sep 14 07:44:53.112 INFO checking threshold-secret-sharing-0.2.2 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 07:44:53.112 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 07:44:53.112 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-4/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 07:44:53.239 INFO blam! 9f17904654bb199cef85b6b57960c8ab9c95f7ee84910d38f65fde0cc07446f5 Sep 14 07:44:53.240 INFO running `"docker" "start" "-a" "9f17904654bb199cef85b6b57960c8ab9c95f7ee84910d38f65fde0cc07446f5"` Sep 14 07:44:55.003 INFO kablam! usermod: no changes Sep 14 07:44:55.038 INFO kablam! Checking bencher v0.1.5 Sep 14 07:44:55.039 INFO kablam! Checking threshold-secret-sharing v0.2.2 (file:///source) Sep 14 07:44:55.220 INFO kablam! warning: unnecessary parentheses around method argument Sep 14 07:44:55.220 INFO kablam! --> src/fields/fft.rs:116:36 Sep 14 07:44:55.220 INFO kablam! | Sep 14 07:44:55.220 INFO kablam! 116 | let big_omega = zp.qpow(omega, (data.len() as u32 / 3)); Sep 14 07:44:55.220 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 14 07:44:55.220 INFO kablam! | Sep 14 07:44:55.220 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 14 07:44:55.220 INFO kablam! Sep 14 07:44:55.220 INFO kablam! warning: unused macro definition Sep 14 07:44:55.220 INFO kablam! --> src/fields/mod.rs:98:1 Sep 14 07:44:55.220 INFO kablam! | Sep 14 07:44:55.220 INFO kablam! 98 | / macro_rules! all_fields_test { Sep 14 07:44:55.220 INFO kablam! 99 | | ($field:ty) => { Sep 14 07:44:55.220 INFO kablam! 100 | | #[test] fn test_convert() { ::fields::test::test_convert::<$field>(); } Sep 14 07:44:55.220 INFO kablam! 101 | | #[test] fn test_add() { ::fields::test::test_add::<$field>(); } Sep 14 07:44:55.220 INFO kablam! ... | Sep 14 07:44:55.220 INFO kablam! 111 | | } Sep 14 07:44:55.220 INFO kablam! 112 | | } Sep 14 07:44:55.220 INFO kablam! | |_^ Sep 14 07:44:55.220 INFO kablam! | Sep 14 07:44:55.220 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 14 07:44:55.220 INFO kablam! Sep 14 07:44:55.220 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 07:44:55.220 INFO kablam! --> src/fields/montgomery.rs:61:15 Sep 14 07:44:55.220 INFO kablam! | Sep 14 07:44:55.220 INFO kablam! 61 | Value((if t >= (self.n) { t - (self.n) } else { t })) Sep 14 07:44:55.220 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 14 07:44:55.220 INFO kablam! Sep 14 07:44:55.686 INFO kablam! warning: unnecessary parentheses around method argument Sep 14 07:44:55.686 INFO kablam! --> src/fields/fft.rs:116:36 Sep 14 07:44:55.686 INFO kablam! | Sep 14 07:44:55.686 INFO kablam! 116 | let big_omega = zp.qpow(omega, (data.len() as u32 / 3)); Sep 14 07:44:55.686 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 14 07:44:55.686 INFO kablam! | Sep 14 07:44:55.686 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 14 07:44:55.686 INFO kablam! Sep 14 07:44:55.686 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 07:44:55.686 INFO kablam! --> src/fields/montgomery.rs:61:15 Sep 14 07:44:55.686 INFO kablam! | Sep 14 07:44:55.686 INFO kablam! 61 | Value((if t >= (self.n) { t - (self.n) } else { t })) Sep 14 07:44:55.687 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 14 07:44:55.687 INFO kablam! Sep 14 07:44:55.725 INFO kablam! error[E0560]: struct `tss::shamir::ShamirSecretSharing` has no field named `parts` Sep 14 07:44:55.725 INFO kablam! --> benches/packed.rs:21:13 Sep 14 07:44:55.725 INFO kablam! | Sep 14 07:44:55.725 INFO kablam! 21 | parts: 728 / 3, Sep 14 07:44:55.725 INFO kablam! | ^^^^^ `tss::shamir::ShamirSecretSharing` does not have this field Sep 14 07:44:55.725 INFO kablam! | Sep 14 07:44:55.725 INFO kablam! = note: available fields are: `threshold`, `share_count`, `prime` Sep 14 07:44:55.725 INFO kablam! Sep 14 07:44:55.774 INFO kablam! error: aborting due to previous error Sep 14 07:44:55.774 INFO kablam! Sep 14 07:44:55.774 INFO kablam! For more information about this error, try `rustc --explain E0560`. Sep 14 07:44:55.781 INFO kablam! error: Could not compile `threshold-secret-sharing`. Sep 14 07:44:55.781 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 07:44:56.271 INFO kablam! error: build failed Sep 14 07:44:56.273 INFO kablam! su: No module specific data is present Sep 14 07:44:57.078 INFO running `"docker" "rm" "-f" "9f17904654bb199cef85b6b57960c8ab9c95f7ee84910d38f65fde0cc07446f5"` Sep 14 07:44:57.156 INFO blam! 9f17904654bb199cef85b6b57960c8ab9c95f7ee84910d38f65fde0cc07446f5