Oct 27 14:40:00.744 INFO checking threshold-secret-sharing-0.2.2 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 14:40:00.744 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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:01.131 INFO blam! 9fe64892cae1d8805a081dd741163a2bf927edc578203d347af9067dd9186869 Oct 27 14:40:01.140 INFO running `"docker" "start" "-a" "9fe64892cae1d8805a081dd741163a2bf927edc578203d347af9067dd9186869"` Oct 27 14:40:01.806 INFO kablam! usermod: no changes Oct 27 14:40:01.871 INFO kablam! Checking threshold-secret-sharing v0.2.2 (/source) Oct 27 14:40:02.591 INFO kablam! warning: unnecessary parentheses around method argument Oct 27 14:40:02.591 INFO kablam! --> src/fields/fft.rs:116:36 Oct 27 14:40:02.591 INFO kablam! | Oct 27 14:40:02.591 INFO kablam! 116 | let big_omega = zp.qpow(omega, (data.len() as u32 / 3)); Oct 27 14:40:02.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 14:40:02.591 INFO kablam! | Oct 27 14:40:02.591 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 14:40:02.591 INFO kablam! Oct 27 14:40:02.591 INFO kablam! warning: unused macro definition Oct 27 14:40:02.591 INFO kablam! --> src/fields/mod.rs:98:1 Oct 27 14:40:02.591 INFO kablam! | Oct 27 14:40:02.591 INFO kablam! 98 | / macro_rules! all_fields_test { Oct 27 14:40:02.591 INFO kablam! 99 | | ($field:ty) => { Oct 27 14:40:02.591 INFO kablam! 100 | | #[test] fn test_convert() { ::fields::test::test_convert::<$field>(); } Oct 27 14:40:02.591 INFO kablam! 101 | | #[test] fn test_add() { ::fields::test::test_add::<$field>(); } Oct 27 14:40:02.591 INFO kablam! ... | Oct 27 14:40:02.591 INFO kablam! 111 | | } Oct 27 14:40:02.591 INFO kablam! 112 | | } Oct 27 14:40:02.591 INFO kablam! | |_^ Oct 27 14:40:02.591 INFO kablam! | Oct 27 14:40:02.591 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 27 14:40:02.591 INFO kablam! Oct 27 14:40:02.591 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 14:40:02.591 INFO kablam! --> src/fields/montgomery.rs:61:15 Oct 27 14:40:02.591 INFO kablam! | Oct 27 14:40:02.591 INFO kablam! 61 | Value((if t >= (self.n) { t - (self.n) } else { t })) Oct 27 14:40:02.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 14:40:02.591 INFO kablam! Oct 27 14:40:02.899 INFO kablam! warning: unnecessary parentheses around method argument Oct 27 14:40:02.899 INFO kablam! --> src/fields/fft.rs:116:36 Oct 27 14:40:02.899 INFO kablam! | Oct 27 14:40:02.899 INFO kablam! 116 | let big_omega = zp.qpow(omega, (data.len() as u32 / 3)); Oct 27 14:40:02.899 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 14:40:02.899 INFO kablam! | Oct 27 14:40:02.899 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 14:40:02.899 INFO kablam! Oct 27 14:40:02.899 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 14:40:02.899 INFO kablam! --> src/fields/montgomery.rs:61:15 Oct 27 14:40:02.899 INFO kablam! | Oct 27 14:40:02.899 INFO kablam! 61 | Value((if t >= (self.n) { t - (self.n) } else { t })) Oct 27 14:40:02.899 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 14:40:02.899 INFO kablam! Oct 27 14:40:04.399 INFO kablam! error[E0560]: struct `tss::shamir::ShamirSecretSharing` has no field named `parts` Oct 27 14:40:04.399 INFO kablam! --> benches/packed.rs:21:13 Oct 27 14:40:04.399 INFO kablam! | Oct 27 14:40:04.399 INFO kablam! 21 | parts: 728 / 3, Oct 27 14:40:04.399 INFO kablam! | ^^^^^ `tss::shamir::ShamirSecretSharing` does not have this field Oct 27 14:40:04.399 INFO kablam! | Oct 27 14:40:04.399 INFO kablam! = note: available fields are: `threshold`, `share_count`, `prime` Oct 27 14:40:04.399 INFO kablam! Oct 27 14:40:04.527 INFO kablam! error: aborting due to previous error Oct 27 14:40:04.527 INFO kablam! Oct 27 14:40:04.527 INFO kablam! For more information about this error, try `rustc --explain E0560`. Oct 27 14:40:04.551 INFO kablam! error: Could not compile `threshold-secret-sharing`. Oct 27 14:40:04.551 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 14:40:04.899 INFO kablam! error: build failed Oct 27 14:40:04.903 INFO kablam! su: No module specific data is present Oct 27 14:40:05.433 INFO running `"docker" "rm" "-f" "9fe64892cae1d8805a081dd741163a2bf927edc578203d347af9067dd9186869"` Oct 27 14:40:05.783 INFO blam! 9fe64892cae1d8805a081dd741163a2bf927edc578203d347af9067dd9186869