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