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