Oct 13 07:27:59.632 INFO checking threshold-secret-sharing-0.2.2 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 07:27:59.633 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-2/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 13 07:28:00.062 INFO blam! 008e05fc2bbcbbec79e7cc1726a8e8993382b1c81f986cb10dac2fdbd77be4d1 Oct 13 07:28:00.076 INFO running `"docker" "start" "-a" "008e05fc2bbcbbec79e7cc1726a8e8993382b1c81f986cb10dac2fdbd77be4d1"` Oct 13 07:28:00.989 INFO kablam! usermod: no changes Oct 13 07:28:01.140 INFO kablam! Checking threshold-secret-sharing v0.2.2 (/source) Oct 13 07:28:02.245 INFO kablam! warning: unnecessary parentheses around method argument Oct 13 07:28:02.245 INFO kablam! --> src/fields/fft.rs:116:36 Oct 13 07:28:02.245 INFO kablam! | Oct 13 07:28:02.245 INFO kablam! 116 | let big_omega = zp.qpow(omega, (data.len() as u32 / 3)); Oct 13 07:28:02.245 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 07:28:02.245 INFO kablam! | Oct 13 07:28:02.245 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 07:28:02.245 INFO kablam! Oct 13 07:28:02.245 INFO kablam! warning: unused macro definition Oct 13 07:28:02.245 INFO kablam! --> src/fields/mod.rs:98:1 Oct 13 07:28:02.245 INFO kablam! | Oct 13 07:28:02.245 INFO kablam! 98 | / macro_rules! all_fields_test { Oct 13 07:28:02.245 INFO kablam! 99 | | ($field:ty) => { Oct 13 07:28:02.245 INFO kablam! 100 | | #[test] fn test_convert() { ::fields::test::test_convert::<$field>(); } Oct 13 07:28:02.245 INFO kablam! 101 | | #[test] fn test_add() { ::fields::test::test_add::<$field>(); } Oct 13 07:28:02.245 INFO kablam! ... | Oct 13 07:28:02.245 INFO kablam! 111 | | } Oct 13 07:28:02.245 INFO kablam! 112 | | } Oct 13 07:28:02.245 INFO kablam! | |_^ Oct 13 07:28:02.245 INFO kablam! | Oct 13 07:28:02.245 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 13 07:28:02.245 INFO kablam! Oct 13 07:28:02.250 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 07:28:02.250 INFO kablam! --> src/fields/montgomery.rs:61:15 Oct 13 07:28:02.250 INFO kablam! | Oct 13 07:28:02.250 INFO kablam! 61 | Value((if t >= (self.n) { t - (self.n) } else { t })) Oct 13 07:28:02.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 07:28:02.251 INFO kablam! Oct 13 07:28:02.421 INFO kablam! warning: unnecessary parentheses around method argument Oct 13 07:28:02.421 INFO kablam! --> src/fields/fft.rs:116:36 Oct 13 07:28:02.421 INFO kablam! | Oct 13 07:28:02.422 INFO kablam! 116 | let big_omega = zp.qpow(omega, (data.len() as u32 / 3)); Oct 13 07:28:02.422 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 07:28:02.422 INFO kablam! | Oct 13 07:28:02.422 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 07:28:02.423 INFO kablam! Oct 13 07:28:02.424 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 07:28:02.424 INFO kablam! --> src/fields/montgomery.rs:61:15 Oct 13 07:28:02.424 INFO kablam! | Oct 13 07:28:02.424 INFO kablam! 61 | Value((if t >= (self.n) { t - (self.n) } else { t })) Oct 13 07:28:02.424 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 07:28:02.424 INFO kablam! Oct 13 07:28:04.373 INFO kablam! error[E0560]: struct `tss::shamir::ShamirSecretSharing` has no field named `parts` Oct 13 07:28:04.373 INFO kablam! --> benches/packed.rs:21:13 Oct 13 07:28:04.373 INFO kablam! | Oct 13 07:28:04.373 INFO kablam! 21 | parts: 728 / 3, Oct 13 07:28:04.373 INFO kablam! | ^^^^^ `tss::shamir::ShamirSecretSharing` does not have this field Oct 13 07:28:04.373 INFO kablam! | Oct 13 07:28:04.373 INFO kablam! = note: available fields are: `threshold`, `share_count`, `prime` Oct 13 07:28:04.373 INFO kablam! Oct 13 07:28:04.419 INFO kablam! error: aborting due to previous error Oct 13 07:28:04.419 INFO kablam! Oct 13 07:28:04.419 INFO kablam! For more information about this error, try `rustc --explain E0560`. Oct 13 07:28:04.428 INFO kablam! error: Could not compile `threshold-secret-sharing`. Oct 13 07:28:04.428 INFO kablam! Oct 13 07:28:04.429 INFO kablam! To learn more, run the command again with --verbose. Oct 13 07:28:04.430 INFO kablam! su: No module specific data is present Oct 13 07:28:04.775 INFO running `"docker" "rm" "-f" "008e05fc2bbcbbec79e7cc1726a8e8993382b1c81f986cb10dac2fdbd77be4d1"` Oct 13 07:28:04.973 INFO blam! 008e05fc2bbcbbec79e7cc1726a8e8993382b1c81f986cb10dac2fdbd77be4d1