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