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