Oct 21 23:03:26.200 INFO checking threshold-secret-sharing-0.2.2 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 23:03:26.200 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192/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 21 23:03:26.626 INFO blam! 962bdbd619c0439af3147e0481e3b70ba026d3f0679c32b35d90de998831c422 Oct 21 23:03:26.630 INFO running `"docker" "start" "-a" "962bdbd619c0439af3147e0481e3b70ba026d3f0679c32b35d90de998831c422"` Oct 21 23:03:27.850 INFO kablam! usermod: no changes Oct 21 23:03:27.941 INFO kablam! Checking threshold-secret-sharing v0.2.2 (/source) Oct 21 23:03:28.831 INFO kablam! warning: unnecessary parentheses around method argument Oct 21 23:03:28.831 INFO kablam! --> src/fields/fft.rs:116:36 Oct 21 23:03:28.831 INFO kablam! | Oct 21 23:03:28.831 INFO kablam! 116 | let big_omega = zp.qpow(omega, (data.len() as u32 / 3)); Oct 21 23:03:28.831 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 23:03:28.831 INFO kablam! | Oct 21 23:03:28.831 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 23:03:28.832 INFO kablam! Oct 21 23:03:28.832 INFO kablam! warning: unused macro definition Oct 21 23:03:28.832 INFO kablam! --> src/fields/mod.rs:98:1 Oct 21 23:03:28.832 INFO kablam! | Oct 21 23:03:28.832 INFO kablam! 98 | / macro_rules! all_fields_test { Oct 21 23:03:28.832 INFO kablam! 99 | | ($field:ty) => { Oct 21 23:03:28.832 INFO kablam! 100 | | #[test] fn test_convert() { ::fields::test::test_convert::<$field>(); } Oct 21 23:03:28.832 INFO kablam! 101 | | #[test] fn test_add() { ::fields::test::test_add::<$field>(); } Oct 21 23:03:28.832 INFO kablam! ... | Oct 21 23:03:28.832 INFO kablam! 111 | | } Oct 21 23:03:28.832 INFO kablam! 112 | | } Oct 21 23:03:28.832 INFO kablam! | |_^ Oct 21 23:03:28.832 INFO kablam! | Oct 21 23:03:28.832 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 21 23:03:28.832 INFO kablam! Oct 21 23:03:28.835 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 23:03:28.835 INFO kablam! --> src/fields/montgomery.rs:61:15 Oct 21 23:03:28.835 INFO kablam! | Oct 21 23:03:28.835 INFO kablam! 61 | Value((if t >= (self.n) { t - (self.n) } else { t })) Oct 21 23:03:28.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 23:03:28.835 INFO kablam! Oct 21 23:03:28.900 INFO kablam! warning: unnecessary parentheses around method argument Oct 21 23:03:28.900 INFO kablam! --> src/fields/fft.rs:116:36 Oct 21 23:03:28.900 INFO kablam! | Oct 21 23:03:28.901 INFO kablam! 116 | let big_omega = zp.qpow(omega, (data.len() as u32 / 3)); Oct 21 23:03:28.901 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 23:03:28.901 INFO kablam! | Oct 21 23:03:28.901 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 23:03:28.901 INFO kablam! Oct 21 23:03:28.904 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 23:03:28.904 INFO kablam! --> src/fields/montgomery.rs:61:15 Oct 21 23:03:28.904 INFO kablam! | Oct 21 23:03:28.904 INFO kablam! 61 | Value((if t >= (self.n) { t - (self.n) } else { t })) Oct 21 23:03:28.904 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 23:03:28.905 INFO kablam! Oct 21 23:03:30.356 INFO kablam! error[E0560]: struct `tss::shamir::ShamirSecretSharing` has no field named `parts` Oct 21 23:03:30.356 INFO kablam! --> benches/packed.rs:21:13 Oct 21 23:03:30.356 INFO kablam! | Oct 21 23:03:30.357 INFO kablam! 21 | parts: 728 / 3, Oct 21 23:03:30.357 INFO kablam! | ^^^^^ `tss::shamir::ShamirSecretSharing` does not have this field Oct 21 23:03:30.357 INFO kablam! | Oct 21 23:03:30.357 INFO kablam! = note: available fields are: `threshold`, `share_count`, `prime` Oct 21 23:03:30.357 INFO kablam! Oct 21 23:03:30.405 INFO kablam! error: aborting due to previous error Oct 21 23:03:30.405 INFO kablam! Oct 21 23:03:30.405 INFO kablam! For more information about this error, try `rustc --explain E0560`. Oct 21 23:03:30.415 INFO kablam! error: Could not compile `threshold-secret-sharing`. Oct 21 23:03:30.415 INFO kablam! Oct 21 23:03:30.415 INFO kablam! To learn more, run the command again with --verbose. Oct 21 23:03:30.415 INFO kablam! su: No module specific data is present Oct 21 23:03:30.817 INFO running `"docker" "rm" "-f" "962bdbd619c0439af3147e0481e3b70ba026d3f0679c32b35d90de998831c422"` Oct 21 23:03:30.953 INFO blam! 962bdbd619c0439af3147e0481e3b70ba026d3f0679c32b35d90de998831c422