[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-60039-1/sources/master#e305df1846a6d985315917ae0c81b74af8b4e641/reg/threshold-secret-sharing/0.2.2 [INFO] extracting crate threshold-secret-sharing 0.2.2 into work/ex/pr-60039-1/sources/try#99a7498759a22b5684caf798a98b7e90ad9d2443/reg/threshold-secret-sharing/0.2.2 [INFO] validating manifest of threshold-secret-sharing-0.2.2 on toolchain master#e305df1846a6d985315917ae0c81b74af8b4e641 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e305df1846a6d985315917ae0c81b74af8b4e641-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of threshold-secret-sharing-0.2.2 on toolchain try#99a7498759a22b5684caf798a98b7e90ad9d2443 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+99a7498759a22b5684caf798a98b7e90ad9d2443-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-60039-1/sources/master#e305df1846a6d985315917ae0c81b74af8b4e641/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-60039-1/sources/try#99a7498759a22b5684caf798a98b7e90ad9d2443/reg/threshold-secret-sharing/0.2.2/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e305df1846a6d985315917ae0c81b74af8b4e641-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+99a7498759a22b5684caf798a98b7e90ad9d2443-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e305df1846a6d985315917ae0c81b74af8b4e641-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+99a7498759a22b5684caf798a98b7e90ad9d2443-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking threshold-secret-sharing-0.2.2 against try#99a7498759a22b5684caf798a98b7e90ad9d2443 for pr-60039-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-60039-1/worker-1/try#99a7498759a22b5684caf798a98b7e90ad9d2443:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-60039-1/sources/try#99a7498759a22b5684caf798a98b7e90ad9d2443/reg/threshold-secret-sharing/0.2.2:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/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" "+99a7498759a22b5684caf798a98b7e90ad9d2443-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] b9c1156b51c5fa852ee4ca0fefac232f62e9d86b91814b8facc2f527872ed27e [INFO] running `"docker" "start" "-a" "b9c1156b51c5fa852ee4ca0fefac232f62e9d86b91814b8facc2f527872ed27e"` [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] warning: variable does not need to be mutable [INFO] [stderr] --> src/fields/fft.rs:39:9 [INFO] [stderr] | [INFO] [stderr] 39 | for mut x in data { [INFO] [stderr] | ----^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/fields/fft.rs:169:9 [INFO] [stderr] | [INFO] [stderr] 169 | for mut x in data { [INFO] [stderr] | ----^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/fields/fft.rs:39:9 [INFO] [stderr] | [INFO] [stderr] 39 | for mut x in data { [INFO] [stderr] | ----^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/fields/fft.rs:169:9 [INFO] [stderr] | [INFO] [stderr] 169 | for mut x in data { [INFO] [stderr] | ----^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [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] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "b9c1156b51c5fa852ee4ca0fefac232f62e9d86b91814b8facc2f527872ed27e"` [INFO] running `"docker" "rm" "-f" "b9c1156b51c5fa852ee4ca0fefac232f62e9d86b91814b8facc2f527872ed27e"` [INFO] [stdout] b9c1156b51c5fa852ee4ca0fefac232f62e9d86b91814b8facc2f527872ed27e