Oct 27 14:40:00.499 INFO checking threshold-secret-sharing-0.2.2 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 14:40:00.501 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 14:40:00.971 INFO blam! 25b8742d281cd99de4a865363c54df21c19606d36f6049d327c47913650a872b Oct 27 14:40:00.977 INFO running `"docker" "start" "-a" "25b8742d281cd99de4a865363c54df21c19606d36f6049d327c47913650a872b"` Oct 27 14:40:01.730 INFO kablam! usermod: no changes Oct 27 14:40:01.780 INFO kablam! Checking threshold-secret-sharing v0.2.2 (/source) Oct 27 14:40:02.735 INFO kablam! warning: unnecessary parentheses around method argument Oct 27 14:40:02.735 INFO kablam! --> src/fields/fft.rs:116:36 Oct 27 14:40:02.735 INFO kablam! | Oct 27 14:40:02.735 INFO kablam! 116 | let big_omega = zp.qpow(omega, (data.len() as u32 / 3)); Oct 27 14:40:02.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 14:40:02.735 INFO kablam! | Oct 27 14:40:02.735 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 14:40:02.735 INFO kablam! Oct 27 14:40:02.735 INFO kablam! warning: unused macro definition Oct 27 14:40:02.735 INFO kablam! --> src/fields/mod.rs:98:1 Oct 27 14:40:02.735 INFO kablam! | Oct 27 14:40:02.735 INFO kablam! 98 | / macro_rules! all_fields_test { Oct 27 14:40:02.735 INFO kablam! 99 | | ($field:ty) => { Oct 27 14:40:02.735 INFO kablam! 100 | | #[test] fn test_convert() { ::fields::test::test_convert::<$field>(); } Oct 27 14:40:02.735 INFO kablam! 101 | | #[test] fn test_add() { ::fields::test::test_add::<$field>(); } Oct 27 14:40:02.735 INFO kablam! ... | Oct 27 14:40:02.735 INFO kablam! 111 | | } Oct 27 14:40:02.735 INFO kablam! 112 | | } Oct 27 14:40:02.735 INFO kablam! | |_^ Oct 27 14:40:02.735 INFO kablam! | Oct 27 14:40:02.735 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 27 14:40:02.735 INFO kablam! Oct 27 14:40:02.735 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 14:40:02.735 INFO kablam! --> src/fields/montgomery.rs:61:15 Oct 27 14:40:02.735 INFO kablam! | Oct 27 14:40:02.735 INFO kablam! 61 | Value((if t >= (self.n) { t - (self.n) } else { t })) Oct 27 14:40:02.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 14:40:02.735 INFO kablam! Oct 27 14:40:02.735 INFO kablam! warning: unnecessary parentheses around method argument Oct 27 14:40:02.735 INFO kablam! --> src/fields/fft.rs:116:36 Oct 27 14:40:02.735 INFO kablam! | Oct 27 14:40:02.735 INFO kablam! 116 | let big_omega = zp.qpow(omega, (data.len() as u32 / 3)); Oct 27 14:40:02.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 14:40:02.735 INFO kablam! | Oct 27 14:40:02.735 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 14:40:02.735 INFO kablam! Oct 27 14:40:02.735 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 14:40:02.735 INFO kablam! --> src/fields/montgomery.rs:61:15 Oct 27 14:40:02.735 INFO kablam! | Oct 27 14:40:02.735 INFO kablam! 61 | Value((if t >= (self.n) { t - (self.n) } else { t })) Oct 27 14:40:02.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 14:40:02.735 INFO kablam! Oct 27 14:40:04.667 INFO kablam! error[E0560]: struct `tss::shamir::ShamirSecretSharing` has no field named `parts` Oct 27 14:40:04.667 INFO kablam! --> benches/packed.rs:21:13 Oct 27 14:40:04.667 INFO kablam! | Oct 27 14:40:04.667 INFO kablam! 21 | parts: 728 / 3, Oct 27 14:40:04.667 INFO kablam! | ^^^^^ `tss::shamir::ShamirSecretSharing` does not have this field Oct 27 14:40:04.667 INFO kablam! | Oct 27 14:40:04.667 INFO kablam! = note: available fields are: `threshold`, `share_count`, `prime` Oct 27 14:40:04.667 INFO kablam! Oct 27 14:40:04.757 INFO kablam! error: aborting due to previous error Oct 27 14:40:04.757 INFO kablam! Oct 27 14:40:04.757 INFO kablam! For more information about this error, try `rustc --explain E0560`. Oct 27 14:40:04.757 INFO kablam! error: Could not compile `threshold-secret-sharing`. Oct 27 14:40:04.757 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 14:40:04.945 INFO kablam! error: build failed Oct 27 14:40:04.951 INFO kablam! su: No module specific data is present Oct 27 14:40:05.695 INFO running `"docker" "rm" "-f" "25b8742d281cd99de4a865363c54df21c19606d36f6049d327c47913650a872b"` Oct 27 14:40:06.087 INFO blam! 25b8742d281cd99de4a865363c54df21c19606d36f6049d327c47913650a872b