Sep 04 00:39:05.277 INFO checking threshold-secret-sharing-0.2.2 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 00:39:05.277 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 00:39:05.278 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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=500" "-e" "CMD=cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 00:39:05.434 INFO blam! 5bf09dcb9006069fd4096a12b1e8f91fb0ac34794385a5de06e1541f173e55ac Sep 04 00:39:05.436 INFO running `"docker" "start" "-a" "5bf09dcb9006069fd4096a12b1e8f91fb0ac34794385a5de06e1541f173e55ac"` Sep 04 00:39:06.271 INFO kablam! Checking threshold-secret-sharing v0.2.2 (file:///source) Sep 04 00:39:06.555 INFO kablam! warning: unnecessary parentheses around method argument Sep 04 00:39:06.555 INFO kablam! --> src/fields/fft.rs:116:36 Sep 04 00:39:06.556 INFO kablam! | Sep 04 00:39:06.556 INFO kablam! 116 | let big_omega = zp.qpow(omega, (data.len() as u32 / 3)); Sep 04 00:39:06.556 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 00:39:06.556 INFO kablam! | Sep 04 00:39:06.556 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 00:39:06.556 INFO kablam! Sep 04 00:39:06.556 INFO kablam! warning: unused macro definition Sep 04 00:39:06.556 INFO kablam! --> src/fields/mod.rs:98:1 Sep 04 00:39:06.556 INFO kablam! | Sep 04 00:39:06.556 INFO kablam! 98 | / macro_rules! all_fields_test { Sep 04 00:39:06.556 INFO kablam! 99 | | ($field:ty) => { Sep 04 00:39:06.556 INFO kablam! 100 | | #[test] fn test_convert() { ::fields::test::test_convert::<$field>(); } Sep 04 00:39:06.556 INFO kablam! 101 | | #[test] fn test_add() { ::fields::test::test_add::<$field>(); } Sep 04 00:39:06.556 INFO kablam! ... | Sep 04 00:39:06.556 INFO kablam! 111 | | } Sep 04 00:39:06.556 INFO kablam! 112 | | } Sep 04 00:39:06.556 INFO kablam! | |_^ Sep 04 00:39:06.556 INFO kablam! | Sep 04 00:39:06.556 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 04 00:39:06.556 INFO kablam! Sep 04 00:39:06.556 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 00:39:06.556 INFO kablam! --> src/fields/montgomery.rs:61:15 Sep 04 00:39:06.556 INFO kablam! | Sep 04 00:39:06.556 INFO kablam! 61 | Value((if t >= (self.n) { t - (self.n) } else { t })) Sep 04 00:39:06.556 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 00:39:06.556 INFO kablam! Sep 04 00:39:06.686 INFO kablam! warning: unnecessary parentheses around method argument Sep 04 00:39:06.686 INFO kablam! --> src/fields/fft.rs:116:36 Sep 04 00:39:06.686 INFO kablam! | Sep 04 00:39:06.686 INFO kablam! 116 | let big_omega = zp.qpow(omega, (data.len() as u32 / 3)); Sep 04 00:39:06.686 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 00:39:06.686 INFO kablam! | Sep 04 00:39:06.687 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 00:39:06.687 INFO kablam! Sep 04 00:39:06.687 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 00:39:06.687 INFO kablam! --> src/fields/montgomery.rs:61:15 Sep 04 00:39:06.687 INFO kablam! | Sep 04 00:39:06.687 INFO kablam! 61 | Value((if t >= (self.n) { t - (self.n) } else { t })) Sep 04 00:39:06.687 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 00:39:06.688 INFO kablam! Sep 04 00:39:07.951 INFO kablam! error[E0560]: struct `tss::shamir::ShamirSecretSharing` has no field named `parts` Sep 04 00:39:07.951 INFO kablam! --> benches/packed.rs:21:13 Sep 04 00:39:07.952 INFO kablam! | Sep 04 00:39:07.952 INFO kablam! 21 | parts: 728 / 3, Sep 04 00:39:07.952 INFO kablam! | ^^^^^ `tss::shamir::ShamirSecretSharing` does not have this field Sep 04 00:39:07.952 INFO kablam! | Sep 04 00:39:07.952 INFO kablam! = note: available fields are: `threshold`, `share_count`, `prime` Sep 04 00:39:07.952 INFO kablam! Sep 04 00:39:08.066 INFO kablam! error: aborting due to previous error Sep 04 00:39:08.066 INFO kablam! Sep 04 00:39:08.066 INFO kablam! For more information about this error, try `rustc --explain E0560`. Sep 04 00:39:08.074 INFO kablam! error: Could not compile `threshold-secret-sharing`. Sep 04 00:39:08.074 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 00:39:08.214 INFO kablam! error: build failed Sep 04 00:39:08.214 INFO kablam! su: No module specific data is present Sep 04 00:39:08.655 INFO running `"docker" "rm" "-f" "5bf09dcb9006069fd4096a12b1e8f91fb0ac34794385a5de06e1541f173e55ac"` Sep 04 00:39:08.740 INFO blam! 5bf09dcb9006069fd4096a12b1e8f91fb0ac34794385a5de06e1541f173e55ac