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