Sep 19 19:01:34.719 INFO checking threshold-secret-sharing-0.2.2 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 19:01:34.719 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 19:01:34.719 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-4/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 19:01:34.968 INFO blam! 25cd38012a901a4a745c0564fa92b22c41141a849e3dccf3efb99c05f7758f88 Sep 19 19:01:34.970 INFO running `"docker" "start" "-a" "25cd38012a901a4a745c0564fa92b22c41141a849e3dccf3efb99c05f7758f88"` Sep 19 19:01:35.772 INFO kablam! usermod: no changes Sep 19 19:01:35.835 INFO kablam! Checking bencher v0.1.5 Sep 19 19:01:35.854 INFO kablam! Checking threshold-secret-sharing v0.2.2 (/source) Sep 19 19:01:36.094 INFO kablam! warning: unnecessary parentheses around method argument Sep 19 19:01:36.094 INFO kablam! --> src/fields/fft.rs:116:36 Sep 19 19:01:36.094 INFO kablam! | Sep 19 19:01:36.094 INFO kablam! 116 | let big_omega = zp.qpow(omega, (data.len() as u32 / 3)); Sep 19 19:01:36.094 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 19:01:36.094 INFO kablam! | Sep 19 19:01:36.094 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 19:01:36.098 INFO kablam! Sep 19 19:01:36.098 INFO kablam! warning: unused macro definition Sep 19 19:01:36.098 INFO kablam! --> src/fields/mod.rs:98:1 Sep 19 19:01:36.098 INFO kablam! | Sep 19 19:01:36.098 INFO kablam! 98 | / macro_rules! all_fields_test { Sep 19 19:01:36.098 INFO kablam! 99 | | ($field:ty) => { Sep 19 19:01:36.098 INFO kablam! 100 | | #[test] fn test_convert() { ::fields::test::test_convert::<$field>(); } Sep 19 19:01:36.098 INFO kablam! 101 | | #[test] fn test_add() { ::fields::test::test_add::<$field>(); } Sep 19 19:01:36.098 INFO kablam! ... | Sep 19 19:01:36.098 INFO kablam! 111 | | } Sep 19 19:01:36.098 INFO kablam! 112 | | } Sep 19 19:01:36.098 INFO kablam! | |_^ Sep 19 19:01:36.098 INFO kablam! | Sep 19 19:01:36.098 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 19 19:01:36.098 INFO kablam! Sep 19 19:01:36.098 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 19:01:36.098 INFO kablam! --> src/fields/montgomery.rs:61:15 Sep 19 19:01:36.098 INFO kablam! | Sep 19 19:01:36.098 INFO kablam! 61 | Value((if t >= (self.n) { t - (self.n) } else { t })) Sep 19 19:01:36.098 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 19:01:36.098 INFO kablam! Sep 19 19:01:36.698 INFO kablam! error[E0560]: struct `tss::shamir::ShamirSecretSharing` has no field named `parts` Sep 19 19:01:36.698 INFO kablam! --> benches/packed.rs:21:13 Sep 19 19:01:36.698 INFO kablam! | Sep 19 19:01:36.698 INFO kablam! 21 | parts: 728 / 3, Sep 19 19:01:36.698 INFO kablam! | ^^^^^ `tss::shamir::ShamirSecretSharing` does not have this field Sep 19 19:01:36.698 INFO kablam! | Sep 19 19:01:36.698 INFO kablam! = note: available fields are: `threshold`, `share_count`, `prime` Sep 19 19:01:36.698 INFO kablam! Sep 19 19:01:36.722 INFO kablam! warning: unnecessary parentheses around method argument Sep 19 19:01:36.722 INFO kablam! --> src/fields/fft.rs:116:36 Sep 19 19:01:36.722 INFO kablam! | Sep 19 19:01:36.722 INFO kablam! 116 | let big_omega = zp.qpow(omega, (data.len() as u32 / 3)); Sep 19 19:01:36.722 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 19:01:36.722 INFO kablam! | Sep 19 19:01:36.722 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 19:01:36.722 INFO kablam! Sep 19 19:01:36.722 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 19:01:36.722 INFO kablam! --> src/fields/montgomery.rs:61:15 Sep 19 19:01:36.722 INFO kablam! | Sep 19 19:01:36.722 INFO kablam! 61 | Value((if t >= (self.n) { t - (self.n) } else { t })) Sep 19 19:01:36.722 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 19:01:36.722 INFO kablam! Sep 19 19:01:36.746 INFO kablam! error: aborting due to previous error Sep 19 19:01:36.746 INFO kablam! Sep 19 19:01:36.746 INFO kablam! For more information about this error, try `rustc --explain E0560`. Sep 19 19:01:36.752 INFO kablam! error: Could not compile `threshold-secret-sharing`. Sep 19 19:01:36.752 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 19:01:37.326 INFO kablam! error: build failed Sep 19 19:01:37.326 INFO kablam! su: No module specific data is present Sep 19 19:01:38.442 INFO running `"docker" "rm" "-f" "25cd38012a901a4a745c0564fa92b22c41141a849e3dccf3efb99c05f7758f88"` Sep 19 19:01:38.543 INFO blam! 25cd38012a901a4a745c0564fa92b22c41141a849e3dccf3efb99c05f7758f88