Oct 16 00:44:12.221 INFO testing paillier-0.2.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 00:44:12.221 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 16 00:44:12.671 INFO blam! 090b3f74cdc4782105f20416c15475da369e6f47d3f900d4b839e303bd512c1d Oct 16 00:44:12.675 INFO running `"docker" "start" "-a" "090b3f74cdc4782105f20416c15475da369e6f47d3f900d4b839e303bd512c1d"` Oct 16 00:44:13.934 INFO kablam! usermod: no changes Oct 16 00:44:14.095 INFO kablam! Compiling rust-gmp v0.5.0 Oct 16 00:44:15.597 INFO kablam! Compiling paillier v0.2.0 (/source) Oct 16 00:44:17.848 INFO kablam! warning: unused import: `serde::ser::Serialize` Oct 16 00:44:17.848 INFO kablam! --> src/encoding/mod.rs:7:5 Oct 16 00:44:17.848 INFO kablam! | Oct 16 00:44:17.848 INFO kablam! 7 | use serde::ser::Serialize; Oct 16 00:44:17.848 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 00:44:17.848 INFO kablam! | Oct 16 00:44:17.848 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 00:44:17.848 INFO kablam! Oct 16 00:44:17.848 INFO kablam! warning: unused import: `serde::de::Deserialize` Oct 16 00:44:17.848 INFO kablam! --> src/encoding/mod.rs:8:5 Oct 16 00:44:17.848 INFO kablam! | Oct 16 00:44:17.848 INFO kablam! 8 | use serde::de::Deserialize; Oct 16 00:44:17.848 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 00:44:17.848 INFO kablam! Oct 16 00:44:17.848 INFO kablam! warning: unused import: `::arithimpl::traits::*` Oct 16 00:44:17.848 INFO kablam! --> src/proof/range_proof_ni.rs:4:5 Oct 16 00:44:17.848 INFO kablam! | Oct 16 00:44:17.848 INFO kablam! 4 | use ::arithimpl::traits::*; Oct 16 00:44:17.848 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 00:44:17.848 INFO kablam! Oct 16 00:44:17.848 INFO kablam! warning: unused import: `::core::*` Oct 16 00:44:17.848 INFO kablam! --> src/proof/range_proof_ni.rs:6:5 Oct 16 00:44:17.848 INFO kablam! | Oct 16 00:44:17.848 INFO kablam! 6 | use ::core::*; Oct 16 00:44:17.848 INFO kablam! | ^^^^^^^^^ Oct 16 00:44:17.848 INFO kablam! Oct 16 00:44:17.848 INFO kablam! warning: unused import: `serde::ser::Serialize` Oct 16 00:44:17.848 INFO kablam! --> src/lib.rs:38:5 Oct 16 00:44:17.848 INFO kablam! | Oct 16 00:44:17.848 INFO kablam! 38 | use serde::ser::Serialize; Oct 16 00:44:17.848 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 00:44:17.848 INFO kablam! Oct 16 00:44:17.849 INFO kablam! warning: unused import: `serde::de::Deserialize` Oct 16 00:44:17.849 INFO kablam! --> src/lib.rs:39:5 Oct 16 00:44:17.850 INFO kablam! | Oct 16 00:44:17.850 INFO kablam! 39 | use serde::de::Deserialize; Oct 16 00:44:17.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 00:44:17.850 INFO kablam! Oct 16 00:44:19.210 INFO kablam! warning: constant item is never used: `RANGE_BITS` Oct 16 00:44:19.211 INFO kablam! --> src/proof/range_proof.rs:16:1 Oct 16 00:44:19.211 INFO kablam! | Oct 16 00:44:19.215 INFO kablam! 16 | const RANGE_BITS : usize = 256; //for elliptic curves with 256bits for example Oct 16 00:44:19.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 00:44:19.215 INFO kablam! | Oct 16 00:44:19.216 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 00:44:19.216 INFO kablam! Oct 16 00:44:19.216 INFO kablam! warning: constant item is never used: `RANGE_BITS` Oct 16 00:44:19.217 INFO kablam! --> src/proof/range_proof_ni.rs:10:1 Oct 16 00:44:19.217 INFO kablam! | Oct 16 00:44:19.217 INFO kablam! 10 | const RANGE_BITS : usize = 256; //for elliptic curves with 256bits for example Oct 16 00:44:19.217 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 00:44:19.218 INFO kablam! Oct 16 00:44:26.455 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.49s Oct 16 00:44:26.460 INFO kablam! su: No module specific data is present Oct 16 00:44:27.608 INFO running `"docker" "rm" "-f" "090b3f74cdc4782105f20416c15475da369e6f47d3f900d4b839e303bd512c1d"` Oct 16 00:44:27.871 INFO blam! 090b3f74cdc4782105f20416c15475da369e6f47d3f900d4b839e303bd512c1d Oct 16 00:44:27.873 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 16 00:44:28.371 INFO blam! 1e11721dbebcd4b0e9bbe10f03ddf60eee3f5cb557e99a5c2dc7edfce7b69afa Oct 16 00:44:28.374 INFO running `"docker" "start" "-a" "1e11721dbebcd4b0e9bbe10f03ddf60eee3f5cb557e99a5c2dc7edfce7b69afa"` Oct 16 00:44:30.199 INFO kablam! usermod: no changes Oct 16 00:44:30.355 INFO kablam! Compiling paillier v0.2.0 (/source) Oct 16 00:44:37.155 INFO kablam! warning: unused import: `serde::ser::Serialize` Oct 16 00:44:37.155 INFO kablam! --> src/encoding/mod.rs:7:5 Oct 16 00:44:37.155 INFO kablam! | Oct 16 00:44:37.155 INFO kablam! 7 | use serde::ser::Serialize; Oct 16 00:44:37.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 00:44:37.155 INFO kablam! | Oct 16 00:44:37.155 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 00:44:37.155 INFO kablam! Oct 16 00:44:37.155 INFO kablam! warning: unused import: `serde::de::Deserialize` Oct 16 00:44:37.155 INFO kablam! --> src/encoding/mod.rs:8:5 Oct 16 00:44:37.155 INFO kablam! | Oct 16 00:44:37.155 INFO kablam! 8 | use serde::de::Deserialize; Oct 16 00:44:37.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 00:44:37.155 INFO kablam! Oct 16 00:44:37.155 INFO kablam! warning: unused import: `traits::*` Oct 16 00:44:37.155 INFO kablam! --> src/proof/correct_key.rs:194:9 Oct 16 00:44:37.155 INFO kablam! | Oct 16 00:44:37.155 INFO kablam! 194 | use traits::*; Oct 16 00:44:37.155 INFO kablam! | ^^^^^^^^^ Oct 16 00:44:37.155 INFO kablam! Oct 16 00:44:37.159 INFO kablam! warning: unused import: `::arithimpl::traits::*` Oct 16 00:44:37.159 INFO kablam! --> src/proof/range_proof_ni.rs:4:5 Oct 16 00:44:37.159 INFO kablam! | Oct 16 00:44:37.159 INFO kablam! 4 | use ::arithimpl::traits::*; Oct 16 00:44:37.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 00:44:37.159 INFO kablam! Oct 16 00:44:37.159 INFO kablam! warning: unused import: `serde::ser::Serialize` Oct 16 00:44:37.159 INFO kablam! --> src/lib.rs:38:5 Oct 16 00:44:37.159 INFO kablam! | Oct 16 00:44:37.159 INFO kablam! 38 | use serde::ser::Serialize; Oct 16 00:44:37.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 00:44:37.159 INFO kablam! Oct 16 00:44:37.159 INFO kablam! warning: unused import: `serde::de::Deserialize` Oct 16 00:44:37.159 INFO kablam! --> src/lib.rs:39:5 Oct 16 00:44:37.159 INFO kablam! | Oct 16 00:44:37.159 INFO kablam! 39 | use serde::de::Deserialize; Oct 16 00:44:37.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 00:44:37.159 INFO kablam! Oct 16 00:44:39.199 INFO kablam! warning: unused variable: `r` Oct 16 00:44:39.199 INFO kablam! --> src/proof/range_proof.rs:433:24 Oct 16 00:44:39.199 INFO kablam! | Oct 16 00:44:39.199 INFO kablam! 433 | let (_com, r, e) = Paillier::verifier_commit(&verifier_ek); Oct 16 00:44:39.199 INFO kablam! | ^ help: consider using `_r` instead Oct 16 00:44:39.199 INFO kablam! | Oct 16 00:44:39.199 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 00:44:39.199 INFO kablam! Oct 16 00:44:48.423 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 18.20s Oct 16 00:44:48.432 INFO kablam! su: No module specific data is present Oct 16 00:44:49.088 INFO running `"docker" "rm" "-f" "1e11721dbebcd4b0e9bbe10f03ddf60eee3f5cb557e99a5c2dc7edfce7b69afa"` Oct 16 00:44:49.293 INFO blam! 1e11721dbebcd4b0e9bbe10f03ddf60eee3f5cb557e99a5c2dc7edfce7b69afa Oct 16 00:44:49.299 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 16 00:44:49.724 INFO blam! 50ac1817fec0e35852cbeb1ebff0deff78c52cd063627602ac74be297eccb5e0 Oct 16 00:44:49.726 INFO running `"docker" "start" "-a" "50ac1817fec0e35852cbeb1ebff0deff78c52cd063627602ac74be297eccb5e0"` Oct 16 00:44:51.207 INFO kablam! usermod: no changes Oct 16 00:44:51.408 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.17s Oct 16 00:44:51.431 INFO kablam! Running /target/debug/deps/paillier-992449aadf8e934e Oct 16 00:44:51.438 INFO blam! Oct 16 00:44:51.439 INFO blam! running 29 tests Oct 16 00:44:51.447 INFO blam! test core::tests::test_key_serialization ... ok Oct 16 00:44:51.447 INFO blam! test core::tests::test_failing_deserialize ... ok Oct 16 00:44:51.491 INFO blam! test core::tests::correct_multiplication ... ok Oct 16 00:44:51.551 INFO blam! test encoding::integral::tests::test_scalar_encrypt_decrypt ... ok Oct 16 00:44:51.551 INFO blam! test encoding::integral::tests::test_scalar_add_plaintext_scalar ... ok Oct 16 00:44:51.647 INFO blam! test core::tests::test_correct_encryption_decryption ... ok Oct 16 00:44:51.705 INFO blam! test encoding::integral::tests::test_vector_encrypt_decrypt ... ok Oct 16 00:44:51.711 INFO blam! test encoding::test_pack ... ok Oct 16 00:44:51.823 INFO blam! test encoding::integral::tests::test_scalar_mul_plaintext_scalar ... ok Oct 16 00:44:51.947 INFO blam! test core::tests::test_correct_opening ... ok Oct 16 00:44:52.319 INFO blam! test encoding::integral::tests::test_vector_mul_plaintext_scalar ... ok Oct 16 00:44:52.340 INFO blam! test core::tests::test_correct_addition ... ok Oct 16 00:44:52.787 INFO blam! test core::tests::test_correct_keygen ... ok Oct 16 00:44:52.851 INFO blam! test proof::correct_opening::tests::test_verify ... ok Oct 16 00:44:55.772 INFO blam! test proof::range_proof::tests::test_generate_encrypted_pairs ... ok Oct 16 00:44:58.011 INFO blam! test proof::range_proof::tests::test_generate_proof ... ok Oct 16 00:44:58.023 INFO blam! test proof::range_proof::tests::bench_range_proof ... ok Oct 16 00:44:58.783 INFO blam! test encoding::integral::tests::test_scalar_add_ciphertext_scalar ... ok Oct 16 00:44:58.784 INFO blam! test encoding::integral::tests::test_vector_add_plaintext_vector ... ok Oct 16 00:45:00.974 INFO blam! test proof::range_proof_ni::tests::test_prover ... ok Oct 16 00:45:03.426 INFO blam! test proof::correct_key::tests::test_incorrect_zk_proof ... ok Oct 16 00:45:08.171 INFO blam! test proof::range_proof_ni::tests::test_verifier_for_incorrect_proof ... ok Oct 16 00:45:08.467 INFO blam! test proof::correct_key::tests::test_correct_zk_proof ... ok Oct 16 00:45:09.651 INFO blam! test proof::correct_key::tests::test_incorrect_zk_proof_2 ... ok Oct 16 00:45:11.628 INFO blam! test proof::range_proof::tests::test_range_proof_incorrect_proof ... ok Oct 16 00:45:11.675 INFO blam! test proof::range_proof_ni::tests::bench_range_proof ... ok Oct 16 00:45:14.299 INFO blam! test proof::range_proof_ni::tests::test_verifier_for_correct_proof ... ok Oct 16 00:45:14.395 INFO blam! test proof::range_proof::tests::test_commit_decommit ... ok Oct 16 00:45:14.743 INFO blam! test proof::range_proof::tests::test_range_proof_correct_proof ... ok Oct 16 00:45:14.743 INFO blam! Oct 16 00:45:14.743 INFO blam! test result: ok. 29 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 00:45:14.743 INFO blam! Oct 16 00:45:14.746 INFO kablam! Doc-tests paillier Oct 16 00:45:17.413 INFO blam! Oct 16 00:45:17.413 INFO blam! running 0 tests Oct 16 00:45:17.413 INFO blam! Oct 16 00:45:17.413 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 00:45:17.413 INFO blam! Oct 16 00:45:17.427 INFO kablam! su: No module specific data is present Oct 16 00:45:17.679 INFO running `"docker" "rm" "-f" "50ac1817fec0e35852cbeb1ebff0deff78c52cd063627602ac74be297eccb5e0"` Oct 16 00:45:17.773 INFO blam! 50ac1817fec0e35852cbeb1ebff0deff78c52cd063627602ac74be297eccb5e0