[INFO] crate threshold-secret-sharing 0.2.2 is already in cache [INFO] extracting crate threshold-secret-sharing 0.2.2 into work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/reg/threshold-secret-sharing/0.2.2 [INFO] extracting crate threshold-secret-sharing 0.2.2 into work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/reg/threshold-secret-sharing/0.2.2 [INFO] validating manifest of threshold-secret-sharing-0.2.2 on toolchain master#a850a426491e14186af2250549bf41256b5938d2 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of threshold-secret-sharing-0.2.2 on toolchain try#06a150c7d11500b41499224f165e9de1de096768 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing threshold-secret-sharing-0.2.2 [INFO] finished frobbing threshold-secret-sharing-0.2.2 [INFO] frobbed toml for threshold-secret-sharing-0.2.2 written to work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/reg/threshold-secret-sharing/0.2.2/Cargo.toml [INFO] started frobbing threshold-secret-sharing-0.2.2 [INFO] finished frobbing threshold-secret-sharing-0.2.2 [INFO] frobbed toml for threshold-secret-sharing-0.2.2 written to work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/reg/threshold-secret-sharing/0.2.2/Cargo.toml [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking threshold-secret-sharing-0.2.2 against master#a850a426491e14186af2250549bf41256b5938d2 for pr-60162 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-60162/worker-4/master#a850a426491e14186af2250549bf41256b5938d2:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/reg/threshold-secret-sharing/0.2.2:/opt/crater/workdir:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 90db5dde24b3285329e07e223e0473a4118a5f07e93b96111f458e25f0e20c55 [INFO] running `"docker" "start" "-a" "90db5dde24b3285329e07e223e0473a4118a5f07e93b96111f458e25f0e20c55"` [INFO] [stderr] Checking threshold-secret-sharing v0.2.2 (/opt/crater/workdir) [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/fields/fft.rs:116:36 [INFO] [stderr] | [INFO] [stderr] 116 | let big_omega = zp.qpow(omega, (data.len() as u32 / 3)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused macro definition [INFO] [stderr] --> src/fields/mod.rs:98:1 [INFO] [stderr] | [INFO] [stderr] 98 | / macro_rules! all_fields_test { [INFO] [stderr] 99 | | ($field:ty) => { [INFO] [stderr] 100 | | #[test] fn test_convert() { ::fields::test::test_convert::<$field>(); } [INFO] [stderr] 101 | | #[test] fn test_add() { ::fields::test::test_add::<$field>(); } [INFO] [stderr] ... | [INFO] [stderr] 111 | | } [INFO] [stderr] 112 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_macros)] on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/fields/montgomery.rs:61:15 [INFO] [stderr] | [INFO] [stderr] 61 | Value((if t >= (self.n) { t - (self.n) } else { t })) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/fields/fft.rs:116:36 [INFO] [stderr] | [INFO] [stderr] 116 | let big_omega = zp.qpow(omega, (data.len() as u32 / 3)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/fields/montgomery.rs:61:15 [INFO] [stderr] | [INFO] [stderr] 61 | Value((if t >= (self.n) { t - (self.n) } else { t })) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] error[E0560]: struct `tss::shamir::ShamirSecretSharing` has no field named `parts` [INFO] [stderr] --> benches/packed.rs:21:13 [INFO] [stderr] | [INFO] [stderr] 21 | parts: 728 / 3, [INFO] [stderr] | ^^^^^ `tss::shamir::ShamirSecretSharing` does not have this field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `threshold`, `share_count`, `prime` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0560`. [INFO] [stderr] error: Could not compile `threshold-secret-sharing`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "90db5dde24b3285329e07e223e0473a4118a5f07e93b96111f458e25f0e20c55"` [INFO] running `"docker" "rm" "-f" "90db5dde24b3285329e07e223e0473a4118a5f07e93b96111f458e25f0e20c55"` [INFO] [stdout] 90db5dde24b3285329e07e223e0473a4118a5f07e93b96111f458e25f0e20c55