Sep 04 00:39:05.446 INFO checking threshold-secret-sharing-0.2.2 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 00:39:05.446 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 00:39:05.446 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-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.610 INFO blam! 8bafef911eb1c52b55484f493c1f85320abb36e203a0dfd0950a726c3c0c608e Sep 04 00:39:05.612 INFO running `"docker" "start" "-a" "8bafef911eb1c52b55484f493c1f85320abb36e203a0dfd0950a726c3c0c608e"` Sep 04 00:39:06.264 INFO kablam! Checking threshold-secret-sharing v0.2.2 (file:///source) Sep 04 00:39:06.598 INFO kablam! warning: unnecessary parentheses around method argument Sep 04 00:39:06.598 INFO kablam! --> src/fields/fft.rs:116:36 Sep 04 00:39:06.598 INFO kablam! | Sep 04 00:39:06.598 INFO kablam! 116 | let big_omega = zp.qpow(omega, (data.len() as u32 / 3)); Sep 04 00:39:06.598 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 00:39:06.598 INFO kablam! | Sep 04 00:39:06.598 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 00:39:06.598 INFO kablam! Sep 04 00:39:06.598 INFO kablam! warning: unused macro definition Sep 04 00:39:06.598 INFO kablam! --> src/fields/mod.rs:98:1 Sep 04 00:39:06.598 INFO kablam! | Sep 04 00:39:06.598 INFO kablam! 98 | / macro_rules! all_fields_test { Sep 04 00:39:06.598 INFO kablam! 99 | | ($field:ty) => { Sep 04 00:39:06.598 INFO kablam! 100 | | #[test] fn test_convert() { ::fields::test::test_convert::<$field>(); } Sep 04 00:39:06.598 INFO kablam! 101 | | #[test] fn test_add() { ::fields::test::test_add::<$field>(); } Sep 04 00:39:06.598 INFO kablam! ... | Sep 04 00:39:06.598 INFO kablam! 111 | | } Sep 04 00:39:06.598 INFO kablam! 112 | | } Sep 04 00:39:06.598 INFO kablam! | |_^ Sep 04 00:39:06.598 INFO kablam! | Sep 04 00:39:06.599 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 04 00:39:06.599 INFO kablam! Sep 04 00:39:06.599 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 00:39:06.599 INFO kablam! --> src/fields/montgomery.rs:61:15 Sep 04 00:39:06.599 INFO kablam! | Sep 04 00:39:06.599 INFO kablam! 61 | Value((if t >= (self.n) { t - (self.n) } else { t })) Sep 04 00:39:06.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 00:39:06.599 INFO kablam! Sep 04 00:39:06.714 INFO kablam! warning: unnecessary parentheses around method argument Sep 04 00:39:06.714 INFO kablam! --> src/fields/fft.rs:116:36 Sep 04 00:39:06.714 INFO kablam! | Sep 04 00:39:06.714 INFO kablam! 116 | let big_omega = zp.qpow(omega, (data.len() as u32 / 3)); Sep 04 00:39:06.714 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 00:39:06.714 INFO kablam! | Sep 04 00:39:06.714 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 00:39:06.714 INFO kablam! Sep 04 00:39:06.716 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 00:39:06.716 INFO kablam! --> src/fields/montgomery.rs:61:15 Sep 04 00:39:06.716 INFO kablam! | Sep 04 00:39:06.716 INFO kablam! 61 | Value((if t >= (self.n) { t - (self.n) } else { t })) Sep 04 00:39:06.716 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 00:39:06.716 INFO kablam! Sep 04 00:39:07.844 INFO kablam! error[E0560]: struct `tss::shamir::ShamirSecretSharing` has no field named `parts` Sep 04 00:39:07.844 INFO kablam! --> benches/packed.rs:21:13 Sep 04 00:39:07.844 INFO kablam! | Sep 04 00:39:07.844 INFO kablam! 21 | parts: 728 / 3, Sep 04 00:39:07.844 INFO kablam! | ^^^^^ `tss::shamir::ShamirSecretSharing` does not have this field Sep 04 00:39:07.844 INFO kablam! | Sep 04 00:39:07.845 INFO kablam! = note: available fields are: `threshold`, `share_count`, `prime` Sep 04 00:39:07.845 INFO kablam! Sep 04 00:39:08.010 INFO kablam! error: aborting due to previous error Sep 04 00:39:08.010 INFO kablam! Sep 04 00:39:08.010 INFO kablam! For more information about this error, try `rustc --explain E0560`. Sep 04 00:39:08.019 INFO kablam! error: Could not compile `threshold-secret-sharing`. Sep 04 00:39:08.019 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 00:39:08.233 INFO kablam! error: build failed Sep 04 00:39:08.234 INFO kablam! su: No module specific data is present Sep 04 00:39:08.887 INFO running `"docker" "rm" "-f" "8bafef911eb1c52b55484f493c1f85320abb36e203a0dfd0950a726c3c0c608e"` Sep 04 00:39:08.978 INFO blam! 8bafef911eb1c52b55484f493c1f85320abb36e203a0dfd0950a726c3c0c608e