[INFO] fetching crate frost-dalek 0.2.3... [INFO] testing frost-dalek-0.2.3 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate frost-dalek 0.2.3 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate frost-dalek 0.2.3 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate frost-dalek 0.2.3 [INFO] finished tweaking crates.io crate frost-dalek 0.2.3 [INFO] tweaked toml for crates.io crate frost-dalek 0.2.3 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] d6c605de9d996e1979f1772e4dee586e41629ed82fa701967223223ffa5df5a2 [INFO] running `Command { std: "docker" "start" "-a" "d6c605de9d996e1979f1772e4dee586e41629ed82fa701967223223ffa5df5a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d6c605de9d996e1979f1772e4dee586e41629ed82fa701967223223ffa5df5a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d6c605de9d996e1979f1772e4dee586e41629ed82fa701967223223ffa5df5a2", kill_on_drop: false }` [INFO] [stdout] d6c605de9d996e1979f1772e4dee586e41629ed82fa701967223223ffa5df5a2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ddb28077ad0714255f614f956a32f4f75a6acb95b1b375a3de4b5d034b6fcca8 [INFO] running `Command { std: "docker" "start" "-a" "ddb28077ad0714255f614f956a32f4f75a6acb95b1b375a3de4b5d034b6fcca8", kill_on_drop: false }` [INFO] [stderr] Compiling zeroize v1.3.0 [INFO] [stderr] Compiling curve25519-dalek v3.2.1 [INFO] [stderr] Compiling frost-dalek v0.2.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `secret_share` [INFO] [stdout] --> src/keygen.rs:213:5 [INFO] [stdout] | [INFO] [stdout] 213 | pub(crate) secret_share: SecretShare, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `DealtParticipant` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/keygen.rs:211:10 [INFO] [stdout] | [INFO] [stdout] 211 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `public_key` [INFO] [stdout] --> src/keygen.rs:214:5 [INFO] [stdout] | [INFO] [stdout] 214 | pub(crate) public_key: IndividualPublicKey, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `DealtParticipant` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/keygen.rs:211:10 [INFO] [stdout] | [INFO] [stdout] 211 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `group_key` [INFO] [stdout] --> src/keygen.rs:215:5 [INFO] [stdout] | [INFO] [stdout] 215 | pub(crate) group_key: RistrettoPoint, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `DealtParticipant` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/keygen.rs:211:10 [INFO] [stdout] | [INFO] [stdout] 211 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `data` [INFO] [stdout] --> src/keygen.rs:385:5 [INFO] [stdout] | [INFO] [stdout] 385 | data: S, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `DistributedKeyGeneration` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/keygen.rs:382:10 [INFO] [stdout] | [INFO] [stdout] 382 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `parameters` [INFO] [stdout] --> src/signature.rs:365:5 [INFO] [stdout] | [INFO] [stdout] 365 | pub(crate) parameters: Parameters, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `AggregatorState` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/signature.rs:362:10 [INFO] [stdout] | [INFO] [stdout] 362 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.70s [INFO] running `Command { std: "docker" "inspect" "ddb28077ad0714255f614f956a32f4f75a6acb95b1b375a3de4b5d034b6fcca8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ddb28077ad0714255f614f956a32f4f75a6acb95b1b375a3de4b5d034b6fcca8", kill_on_drop: false }` [INFO] [stdout] ddb28077ad0714255f614f956a32f4f75a6acb95b1b375a3de4b5d034b6fcca8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] d1346c0555ef07a8731221af6d9e1ca30f2d0c3a9768728e313873db193a8b13 [INFO] running `Command { std: "docker" "start" "-a" "d1346c0555ef07a8731221af6d9e1ca30f2d0c3a9768728e313873db193a8b13", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling signature v1.5.0 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stdout] warning: field is never read: `secret_share` [INFO] [stdout] --> src/keygen.rs:213:5 [INFO] [stdout] | [INFO] [stdout] 213 | pub(crate) secret_share: SecretShare, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `DealtParticipant` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/keygen.rs:211:10 [INFO] [stdout] | [INFO] [stdout] 211 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `public_key` [INFO] [stdout] --> src/keygen.rs:214:5 [INFO] [stdout] | [INFO] [stdout] 214 | pub(crate) public_key: IndividualPublicKey, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `DealtParticipant` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/keygen.rs:211:10 [INFO] [stdout] | [INFO] [stdout] 211 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `group_key` [INFO] [stdout] --> src/keygen.rs:215:5 [INFO] [stdout] | [INFO] [stdout] 215 | pub(crate) group_key: RistrettoPoint, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `DealtParticipant` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/keygen.rs:211:10 [INFO] [stdout] | [INFO] [stdout] 211 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `data` [INFO] [stdout] --> src/keygen.rs:385:5 [INFO] [stdout] | [INFO] [stdout] 385 | data: S, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `DistributedKeyGeneration` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/keygen.rs:382:10 [INFO] [stdout] | [INFO] [stdout] 382 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `parameters` [INFO] [stdout] --> src/signature.rs:365:5 [INFO] [stdout] | [INFO] [stdout] 365 | pub(crate) parameters: Parameters, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `AggregatorState` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/signature.rs:362:10 [INFO] [stdout] | [INFO] [stdout] 362 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling ed25519 v1.4.1 [INFO] [stderr] Compiling ed25519-dalek v1.0.1 [INFO] [stderr] Compiling criterion v0.3.5 [INFO] [stderr] Compiling frost-dalek v0.2.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `data` [INFO] [stdout] --> src/keygen.rs:385:5 [INFO] [stdout] | [INFO] [stdout] 385 | data: S, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `DistributedKeyGeneration` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/keygen.rs:382:10 [INFO] [stdout] | [INFO] [stdout] 382 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `parameters` [INFO] [stdout] --> src/signature.rs:365:5 [INFO] [stdout] | [INFO] [stdout] 365 | pub(crate) parameters: Parameters, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `AggregatorState` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/signature.rs:362:10 [INFO] [stdout] | [INFO] [stdout] 362 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 31.61s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/frost_dalek-de5cff2f6dc04a3b) [INFO] [stderr] Executable tests/frost.rs (/opt/rustwide/target/debug/deps/frost-516df3c4d0c00d09) [INFO] running `Command { std: "docker" "inspect" "d1346c0555ef07a8731221af6d9e1ca30f2d0c3a9768728e313873db193a8b13", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d1346c0555ef07a8731221af6d9e1ca30f2d0c3a9768728e313873db193a8b13", kill_on_drop: false }` [INFO] [stdout] d1346c0555ef07a8731221af6d9e1ca30f2d0c3a9768728e313873db193a8b13 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 1e865f6f52e0bbd20a31c6a07314a70a661155a62f1f3080b4bf41bd94da9742 [INFO] running `Command { std: "docker" "start" "-a" "1e865f6f52e0bbd20a31c6a07314a70a661155a62f1f3080b4bf41bd94da9742", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stdout] [INFO] [stderr] warning: field is never read: `secret_share` [INFO] [stdout] running 19 tests [INFO] [stderr] --> src/keygen.rs:213:5 [INFO] [stderr] | [INFO] [stderr] 213 | pub(crate) secret_share: SecretShare, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `DealtParticipant` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/keygen.rs:211:10 [INFO] [stderr] | [INFO] [stderr] 211 | #[derive(Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `public_key` [INFO] [stderr] --> src/keygen.rs:214:5 [INFO] [stderr] | [INFO] [stderr] 214 | pub(crate) public_key: IndividualPublicKey, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `DealtParticipant` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/keygen.rs:211:10 [INFO] [stderr] | [INFO] [stderr] 211 | #[derive(Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `group_key` [INFO] [stderr] --> src/keygen.rs:215:5 [INFO] [stderr] | [INFO] [stderr] 215 | pub(crate) group_key: RistrettoPoint, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `DealtParticipant` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/keygen.rs:211:10 [INFO] [stderr] | [INFO] [stderr] 211 | #[derive(Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `data` [INFO] [stderr] --> src/keygen.rs:385:5 [INFO] [stderr] | [INFO] [stderr] 385 | data: S, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `DistributedKeyGeneration` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/keygen.rs:382:10 [INFO] [stderr] | [INFO] [stderr] 382 | #[derive(Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `parameters` [INFO] [stderr] --> src/signature.rs:365:5 [INFO] [stderr] | [INFO] [stderr] 365 | pub(crate) parameters: Parameters, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `AggregatorState` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/signature.rs:362:10 [INFO] [stderr] | [INFO] [stderr] 362 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `frost-dalek` (lib) generated 5 warnings [INFO] [stderr] warning: field is never read: `data` [INFO] [stderr] --> src/keygen.rs:385:5 [INFO] [stderr] | [INFO] [stderr] 385 | data: S, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `DistributedKeyGeneration` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/keygen.rs:382:10 [INFO] [stderr] | [INFO] [stderr] 382 | #[derive(Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `frost-dalek` (lib test) generated 2 warnings (1 duplicate) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.13s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/frost_dalek-de5cff2f6dc04a3b) [INFO] [stdout] test keygen::test::nizk_of_secret_key ... ok [INFO] [stdout] test keygen::test::single_party_keygen ... ok [INFO] [stdout] test precomputation::test::nonce_pair ... ok [INFO] [stdout] test keygen::test::dkg_with_dealer ... ok [INFO] [stdout] test signature::test::aggregator_get_signers ... ok [INFO] [stdout] test signature::test::signing_and_verification_1_out_of_1 ... ok [INFO] [stdout] test precomputation::test::nonce_pair_into_commitment_share ... ok [INFO] [stdout] test precomputation::test::drop_used_commitment_shares ... ok [INFO] [stdout] test signature::test::signing_and_verification_1_out_of_2 ... ok [INFO] [stdout] test keygen::test::verify_secret_sharing_from_dealer ... ok [INFO] [stdout] test precomputation::test::commitment_share_list_generate ... ok [INFO] [stdout] test keygen::test::keygen_2_out_of_3 ... ok [INFO] [stdout] test keygen::test::secret_share_participant_index_zero ... ok [INFO] [stdout] test keygen::test::secret_share_from_one_coefficients ... ok [INFO] [stdout] test signature::test::signing_and_verification_single_party ... ok [INFO] [stdout] test keygen::test::dkg_with_dealer_and_signing ... ok [INFO] [stdout] test signature::test::signing_and_verification_2_out_of_3 ... ok [INFO] [stdout] test signature::test::signing_and_verification_3_out_of_5 ... ok [INFO] [stdout] test keygen::test::keygen_3_out_of_5 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.20s [INFO] [stdout] [INFO] [stderr] Running tests/frost.rs (/opt/rustwide/target/debug/deps/frost-516df3c4d0c00d09) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test signing_and_verification_with_ed25519_dalek_2_out_of_3 ... ok [INFO] [stdout] test signing_and_verification_3_out_of_5 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s [INFO] [stdout] [INFO] [stderr] Doc-tests frost-dalek [INFO] [stdout] [INFO] [stdout] running 22 tests [INFO] [stdout] test src/keygen.rs - keygen::DistributedKeyGeneration::finish (line 633) ... ignored [INFO] [stdout] test src/lib.rs - (line 543) ... ignored [INFO] [stdout] test src/lib.rs - (line 640) ... ignored [INFO] [stdout] test src/lib.rs - (line 655) ... ignored [INFO] [stdout] test src/lib.rs - (line 662) ... ignored [INFO] [stdout] test src/lib.rs - (line 68) ... ok [INFO] [stdout] test src/lib.rs - (line 39) ... ok [INFO] [stdout] test src/lib.rs - (line 288) ... ok [INFO] [stdout] test src/lib.rs - (line 389) ... ok [INFO] [stdout] test src/lib.rs - (line 250) ... ok [INFO] [stdout] test src/lib.rs - (line 154) ... ok [INFO] [stdout] test src/lib.rs - (line 466) ... ok [INFO] [stdout] test src/lib.rs - (line 134) ... ok [INFO] [stdout] test src/lib.rs - (line 214) ... ok [INFO] [stdout] test src/keygen.rs - keygen (line 64) ... ok [INFO] [stdout] test src/lib.rs - (line 100) ... ok [INFO] [stdout] test src/lib.rs - (line 83) ... ok [INFO] [stdout] test src/lib.rs - (line 331) ... ok [INFO] [stdout] test src/lib.rs - (line 178) ... ok [INFO] [stdout] test src/lib.rs - (line 117) ... ok [INFO] [stdout] test src/lib.rs - (line 549) ... ok [INFO] [stdout] test src/lib.rs - (line 54) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 17 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 4.79s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "1e865f6f52e0bbd20a31c6a07314a70a661155a62f1f3080b4bf41bd94da9742", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1e865f6f52e0bbd20a31c6a07314a70a661155a62f1f3080b4bf41bd94da9742", kill_on_drop: false }` [INFO] [stdout] 1e865f6f52e0bbd20a31c6a07314a70a661155a62f1f3080b4bf41bd94da9742