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