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