[INFO] fetching crate zkp 0.6.2... [INFO] extracting crate zkp 0.6.2 into work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/zkp/0.6.2 [INFO] extracting crate zkp 0.6.2 into work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/zkp/0.6.2 [INFO] validating manifest of zkp-0.6.2 on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of zkp-0.6.2 on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing zkp-0.6.2 [INFO] finished frobbing zkp-0.6.2 [INFO] frobbed toml for zkp-0.6.2 written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/zkp/0.6.2/Cargo.toml [INFO] started frobbing zkp-0.6.2 [INFO] finished frobbing zkp-0.6.2 [INFO] frobbed toml for zkp-0.6.2 written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/zkp/0.6.2/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded merlin v1.1.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing zkp-0.6.2 against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/zkp/0.6.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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "build" "--frozen"` [INFO] [stdout] 2b463d3349fd75c26c4d79aed0aceeaa4506f321003e162f0fef7d9fe58dc89f [INFO] running `"docker" "start" "-a" "2b463d3349fd75c26c4d79aed0aceeaa4506f321003e162f0fef7d9fe58dc89f"` [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling subtle v2.1.0 [INFO] [stderr] Compiling keccak v0.1.0 [INFO] [stderr] Compiling clear_on_drop v0.2.3 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling curve25519-dalek v1.2.1 [INFO] [stderr] Compiling merlin v1.1.0 [INFO] [stderr] Compiling zkp v0.6.2 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'merlin::Transcript::commit_bytes': renamed to append_message for clarity. [INFO] [stderr] --> src/toolbox/mod.rs:167:14 [INFO] [stderr] | [INFO] [stderr] 167 | self.commit_bytes(b"dom-sep", b"schnorrzkp/1.0/ristretto255"); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'merlin::Transcript::commit_bytes': renamed to append_message for clarity. [INFO] [stderr] --> src/toolbox/mod.rs:168:14 [INFO] [stderr] | [INFO] [stderr] 168 | self.commit_bytes(b"dom-sep", label); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'merlin::Transcript::commit_bytes': renamed to append_message for clarity. [INFO] [stderr] --> src/toolbox/mod.rs:172:14 [INFO] [stderr] | [INFO] [stderr] 172 | self.commit_bytes(b"scvar", label); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'merlin::Transcript::commit_bytes': renamed to append_message for clarity. [INFO] [stderr] --> src/toolbox/mod.rs:181:14 [INFO] [stderr] | [INFO] [stderr] 181 | self.commit_bytes(b"ptvar", label); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'merlin::Transcript::commit_bytes': renamed to append_message for clarity. [INFO] [stderr] --> src/toolbox/mod.rs:182:14 [INFO] [stderr] | [INFO] [stderr] 182 | self.commit_bytes(b"val", encoding.as_bytes()); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'merlin::Transcript::commit_bytes': renamed to append_message for clarity. [INFO] [stderr] --> src/toolbox/mod.rs:194:14 [INFO] [stderr] | [INFO] [stderr] 194 | self.commit_bytes(b"ptvar", label); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'merlin::Transcript::commit_bytes': renamed to append_message for clarity. [INFO] [stderr] --> src/toolbox/mod.rs:195:14 [INFO] [stderr] | [INFO] [stderr] 195 | self.commit_bytes(b"val", point.as_bytes()); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'merlin::Transcript::commit_bytes': renamed to append_message for clarity. [INFO] [stderr] --> src/toolbox/mod.rs:205:14 [INFO] [stderr] | [INFO] [stderr] 205 | self.commit_bytes(b"blindcom", label); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'merlin::Transcript::commit_bytes': renamed to append_message for clarity. [INFO] [stderr] --> src/toolbox/mod.rs:206:14 [INFO] [stderr] | [INFO] [stderr] 206 | self.commit_bytes(b"val", encoding.as_bytes()); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'merlin::Transcript::commit_bytes': renamed to append_message for clarity. [INFO] [stderr] --> src/toolbox/mod.rs:218:14 [INFO] [stderr] | [INFO] [stderr] 218 | self.commit_bytes(b"blindcom", label); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'merlin::Transcript::commit_bytes': renamed to append_message for clarity. [INFO] [stderr] --> src/toolbox/mod.rs:219:14 [INFO] [stderr] | [INFO] [stderr] 219 | self.commit_bytes(b"val", point.as_bytes()); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'merlin::TranscriptRngBuilder::commit_witness_bytes': renamed to rekey_with_witness_bytes for clarity. [INFO] [stderr] --> src/toolbox/prover.rs:80:39 [INFO] [stderr] | [INFO] [stderr] 80 | rng_builder = rng_builder.commit_witness_bytes(b"", scalar.as_bytes()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 17.22s [INFO] running `"docker" "inspect" "2b463d3349fd75c26c4d79aed0aceeaa4506f321003e162f0fef7d9fe58dc89f"` [INFO] running `"docker" "rm" "-f" "2b463d3349fd75c26c4d79aed0aceeaa4506f321003e162f0fef7d9fe58dc89f"` [INFO] [stdout] 2b463d3349fd75c26c4d79aed0aceeaa4506f321003e162f0fef7d9fe58dc89f [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/zkp/0.6.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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] b386fae4a879e89ed98974add801b07650d100ed830b1b598a9b6f2810a1202d [INFO] running `"docker" "start" "-a" "b386fae4a879e89ed98974add801b07650d100ed830b1b598a9b6f2810a1202d"` [INFO] [stderr] Compiling bincode v1.1.4 [INFO] [stderr] Compiling block-buffer v0.7.3 [INFO] [stderr] Compiling sha2 v0.8.0 [INFO] [stderr] Compiling zkp v0.6.2 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'merlin::Transcript::commit_bytes': renamed to append_message for clarity. [INFO] [stderr] --> src/toolbox/mod.rs:167:14 [INFO] [stderr] | [INFO] [stderr] 167 | self.commit_bytes(b"dom-sep", b"schnorrzkp/1.0/ristretto255"); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'merlin::Transcript::commit_bytes': renamed to append_message for clarity. [INFO] [stderr] --> src/toolbox/mod.rs:168:14 [INFO] [stderr] | [INFO] [stderr] 168 | self.commit_bytes(b"dom-sep", label); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'merlin::Transcript::commit_bytes': renamed to append_message for clarity. [INFO] [stderr] --> src/toolbox/mod.rs:172:14 [INFO] [stderr] | [INFO] [stderr] 172 | self.commit_bytes(b"scvar", label); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'merlin::Transcript::commit_bytes': renamed to append_message for clarity. [INFO] [stderr] --> src/toolbox/mod.rs:181:14 [INFO] [stderr] | [INFO] [stderr] 181 | self.commit_bytes(b"ptvar", label); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'merlin::Transcript::commit_bytes': renamed to append_message for clarity. [INFO] [stderr] --> src/toolbox/mod.rs:182:14 [INFO] [stderr] | [INFO] [stderr] 182 | self.commit_bytes(b"val", encoding.as_bytes()); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'merlin::Transcript::commit_bytes': renamed to append_message for clarity. [INFO] [stderr] --> src/toolbox/mod.rs:194:14 [INFO] [stderr] | [INFO] [stderr] 194 | self.commit_bytes(b"ptvar", label); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'merlin::Transcript::commit_bytes': renamed to append_message for clarity. [INFO] [stderr] --> src/toolbox/mod.rs:195:14 [INFO] [stderr] | [INFO] [stderr] 195 | self.commit_bytes(b"val", point.as_bytes()); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'merlin::Transcript::commit_bytes': renamed to append_message for clarity. [INFO] [stderr] --> src/toolbox/mod.rs:205:14 [INFO] [stderr] | [INFO] [stderr] 205 | self.commit_bytes(b"blindcom", label); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'merlin::Transcript::commit_bytes': renamed to append_message for clarity. [INFO] [stderr] --> src/toolbox/mod.rs:206:14 [INFO] [stderr] | [INFO] [stderr] 206 | self.commit_bytes(b"val", encoding.as_bytes()); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'merlin::Transcript::commit_bytes': renamed to append_message for clarity. [INFO] [stderr] --> src/toolbox/mod.rs:218:14 [INFO] [stderr] | [INFO] [stderr] 218 | self.commit_bytes(b"blindcom", label); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'merlin::Transcript::commit_bytes': renamed to append_message for clarity. [INFO] [stderr] --> src/toolbox/mod.rs:219:14 [INFO] [stderr] | [INFO] [stderr] 219 | self.commit_bytes(b"val", point.as_bytes()); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'merlin::TranscriptRngBuilder::commit_witness_bytes': renamed to rekey_with_witness_bytes for clarity. [INFO] [stderr] --> src/toolbox/prover.rs:80:39 [INFO] [stderr] | [INFO] [stderr] 80 | rng_builder = rng_builder.commit_witness_bytes(b"", scalar.as_bytes()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'zkp::Transcript::commit_bytes': renamed to append_message for clarity. [INFO] [stderr] --> tests/sig_and_vrf_example.rs:35:14 [INFO] [stderr] | [INFO] [stderr] 35 | self.commit_bytes(b"msg", message); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 1 parameter was supplied [INFO] [stderr] --> tests/sig_and_vrf_example.rs:87:24 [INFO] [stderr] | [INFO] [stderr] 87 | sig_transcript.append_message(message); [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 parameters [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 1 parameter was supplied [INFO] [stderr] --> tests/sig_and_vrf_example.rs:108:29 [INFO] [stderr] | [INFO] [stderr] 108 | function_transcript.append_message(message); [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 parameters [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 1 parameter was supplied [INFO] [stderr] --> tests/sig_and_vrf_example.rs:135:24 [INFO] [stderr] | [INFO] [stderr] 135 | sig_transcript.append_message(message); [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 parameters [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 1 parameter was supplied [INFO] [stderr] --> tests/sig_and_vrf_example.rs:159:29 [INFO] [stderr] | [INFO] [stderr] 159 | function_transcript.append_message(message); [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 parameters [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0061`. [INFO] [stderr] error: Could not compile `zkp`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "b386fae4a879e89ed98974add801b07650d100ed830b1b598a9b6f2810a1202d"` [INFO] running `"docker" "rm" "-f" "b386fae4a879e89ed98974add801b07650d100ed830b1b598a9b6f2810a1202d"` [INFO] [stdout] b386fae4a879e89ed98974add801b07650d100ed830b1b598a9b6f2810a1202d