Oct 13 07:27:59.262 INFO checking threshold-secret-sharing-0.2.2 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 07:27:59.262 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-1/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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:27:59.575 INFO blam! 5d062110969bc39bec465ed93b8673338ababf5c09f808f1bbcd1eda96748408 Oct 13 07:27:59.576 INFO running `"docker" "start" "-a" "5d062110969bc39bec465ed93b8673338ababf5c09f808f1bbcd1eda96748408"` Oct 13 07:28:00.517 INFO kablam! usermod: no changes Oct 13 07:28:00.564 INFO kablam! Checking threshold-secret-sharing v0.2.2 (/source) Oct 13 07:28:01.224 INFO kablam! warning: unnecessary parentheses around method argument Oct 13 07:28:01.224 INFO kablam! --> src/fields/fft.rs:116:36 Oct 13 07:28:01.224 INFO kablam! | Oct 13 07:28:01.224 INFO kablam! 116 | let big_omega = zp.qpow(omega, (data.len() as u32 / 3)); Oct 13 07:28:01.224 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 07:28:01.224 INFO kablam! | Oct 13 07:28:01.224 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 07:28:01.224 INFO kablam! Oct 13 07:28:01.224 INFO kablam! warning: unused macro definition Oct 13 07:28:01.224 INFO kablam! --> src/fields/mod.rs:98:1 Oct 13 07:28:01.224 INFO kablam! | Oct 13 07:28:01.224 INFO kablam! 98 | / macro_rules! all_fields_test { Oct 13 07:28:01.224 INFO kablam! 99 | | ($field:ty) => { Oct 13 07:28:01.224 INFO kablam! 100 | | #[test] fn test_convert() { ::fields::test::test_convert::<$field>(); } Oct 13 07:28:01.224 INFO kablam! 101 | | #[test] fn test_add() { ::fields::test::test_add::<$field>(); } Oct 13 07:28:01.224 INFO kablam! ... | Oct 13 07:28:01.224 INFO kablam! 111 | | } Oct 13 07:28:01.224 INFO kablam! 112 | | } Oct 13 07:28:01.224 INFO kablam! | |_^ Oct 13 07:28:01.224 INFO kablam! | Oct 13 07:28:01.224 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 13 07:28:01.224 INFO kablam! Oct 13 07:28:01.224 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 07:28:01.224 INFO kablam! --> src/fields/montgomery.rs:61:15 Oct 13 07:28:01.224 INFO kablam! | Oct 13 07:28:01.224 INFO kablam! 61 | Value((if t >= (self.n) { t - (self.n) } else { t })) Oct 13 07:28:01.224 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 07:28:01.224 INFO kablam! Oct 13 07:28:01.498 INFO kablam! warning: unnecessary parentheses around method argument Oct 13 07:28:01.498 INFO kablam! --> src/fields/fft.rs:116:36 Oct 13 07:28:01.498 INFO kablam! | Oct 13 07:28:01.498 INFO kablam! 116 | let big_omega = zp.qpow(omega, (data.len() as u32 / 3)); Oct 13 07:28:01.499 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 07:28:01.499 INFO kablam! | Oct 13 07:28:01.499 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 07:28:01.500 INFO kablam! Oct 13 07:28:01.500 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 07:28:01.500 INFO kablam! --> src/fields/montgomery.rs:61:15 Oct 13 07:28:01.500 INFO kablam! | Oct 13 07:28:01.501 INFO kablam! 61 | Value((if t >= (self.n) { t - (self.n) } else { t })) Oct 13 07:28:01.501 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 07:28:01.501 INFO kablam! Oct 13 07:28:03.368 INFO kablam! error[E0560]: struct `tss::shamir::ShamirSecretSharing` has no field named `parts` Oct 13 07:28:03.369 INFO kablam! --> benches/packed.rs:21:13 Oct 13 07:28:03.369 INFO kablam! | Oct 13 07:28:03.370 INFO kablam! 21 | parts: 728 / 3, Oct 13 07:28:03.370 INFO kablam! | ^^^^^ `tss::shamir::ShamirSecretSharing` does not have this field Oct 13 07:28:03.371 INFO kablam! | Oct 13 07:28:03.372 INFO kablam! = note: available fields are: `threshold`, `share_count`, `prime` Oct 13 07:28:03.372 INFO kablam! Oct 13 07:28:03.419 INFO kablam! error: aborting due to previous error Oct 13 07:28:03.419 INFO kablam! Oct 13 07:28:03.420 INFO kablam! For more information about this error, try `rustc --explain E0560`. Oct 13 07:28:03.427 INFO kablam! error: Could not compile `threshold-secret-sharing`. Oct 13 07:28:03.428 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 07:28:03.614 INFO kablam! error: build failed Oct 13 07:28:03.620 INFO kablam! su: No module specific data is present Oct 13 07:28:04.467 INFO running `"docker" "rm" "-f" "5d062110969bc39bec465ed93b8673338ababf5c09f808f1bbcd1eda96748408"` Oct 13 07:28:04.608 INFO blam! 5d062110969bc39bec465ed93b8673338ababf5c09f808f1bbcd1eda96748408