Oct 15 16:39:34.117 INFO testing threshold-secret-sharing-0.2.2 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 16:39:34.117 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15 16:39:34.489 INFO blam! b5396f4cfd82fad1b1d926427bac28e9f8889622be70c08a00f2beba5198af2c Oct 15 16:39:34.493 INFO running `"docker" "start" "-a" "b5396f4cfd82fad1b1d926427bac28e9f8889622be70c08a00f2beba5198af2c"` Oct 15 16:39:35.647 INFO kablam! usermod: no changes Oct 15 16:39:35.700 INFO kablam! Compiling threshold-secret-sharing v0.2.2 (/source) Oct 15 16:39:36.226 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 16:39:36.226 INFO kablam! --> src/fields/fft.rs:116:36 Oct 15 16:39:36.226 INFO kablam! | Oct 15 16:39:36.226 INFO kablam! 116 | let big_omega = zp.qpow(omega, (data.len() as u32 / 3)); Oct 15 16:39:36.226 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 16:39:36.226 INFO kablam! | Oct 15 16:39:36.226 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 16:39:36.226 INFO kablam! Oct 15 16:39:36.226 INFO kablam! warning: unused macro definition Oct 15 16:39:36.226 INFO kablam! --> src/fields/mod.rs:98:1 Oct 15 16:39:36.226 INFO kablam! | Oct 15 16:39:36.226 INFO kablam! 98 | / macro_rules! all_fields_test { Oct 15 16:39:36.226 INFO kablam! 99 | | ($field:ty) => { Oct 15 16:39:36.226 INFO kablam! 100 | | #[test] fn test_convert() { ::fields::test::test_convert::<$field>(); } Oct 15 16:39:36.226 INFO kablam! 101 | | #[test] fn test_add() { ::fields::test::test_add::<$field>(); } Oct 15 16:39:36.226 INFO kablam! ... | Oct 15 16:39:36.226 INFO kablam! 111 | | } Oct 15 16:39:36.226 INFO kablam! 112 | | } Oct 15 16:39:36.226 INFO kablam! | |_^ Oct 15 16:39:36.226 INFO kablam! | Oct 15 16:39:36.226 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 15 16:39:36.226 INFO kablam! Oct 15 16:39:36.226 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 16:39:36.226 INFO kablam! --> src/fields/montgomery.rs:61:15 Oct 15 16:39:36.226 INFO kablam! | Oct 15 16:39:36.226 INFO kablam! 61 | Value((if t >= (self.n) { t - (self.n) } else { t })) Oct 15 16:39:36.226 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 16:39:36.226 INFO kablam! Oct 15 16:39:37.599 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.92s Oct 15 16:39:37.599 INFO kablam! su: No module specific data is present Oct 15 16:39:38.283 INFO running `"docker" "rm" "-f" "b5396f4cfd82fad1b1d926427bac28e9f8889622be70c08a00f2beba5198af2c"` Oct 15 16:39:38.503 INFO blam! b5396f4cfd82fad1b1d926427bac28e9f8889622be70c08a00f2beba5198af2c Oct 15 16:39:38.507 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15 16:39:39.003 INFO blam! db8f5cd343b1b96ad927c7f89ffa9d1644b16af1c710a3f493deaf1f2b5c7c15 Oct 15 16:39:39.015 INFO running `"docker" "start" "-a" "db8f5cd343b1b96ad927c7f89ffa9d1644b16af1c710a3f493deaf1f2b5c7c15"` Oct 15 16:39:40.259 INFO kablam! usermod: no changes Oct 15 16:39:40.375 INFO kablam! Compiling threshold-secret-sharing v0.2.2 (/source) Oct 15 16:39:41.735 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 16:39:41.735 INFO kablam! --> src/fields/fft.rs:116:36 Oct 15 16:39:41.735 INFO kablam! | Oct 15 16:39:41.735 INFO kablam! 116 | let big_omega = zp.qpow(omega, (data.len() as u32 / 3)); Oct 15 16:39:41.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 16:39:41.735 INFO kablam! | Oct 15 16:39:41.735 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 16:39:41.735 INFO kablam! Oct 15 16:39:41.735 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 16:39:41.735 INFO kablam! --> src/fields/montgomery.rs:61:15 Oct 15 16:39:41.735 INFO kablam! | Oct 15 16:39:41.735 INFO kablam! 61 | Value((if t >= (self.n) { t - (self.n) } else { t })) Oct 15 16:39:41.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 16:39:41.735 INFO kablam! Oct 15 16:39:45.396 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.11s Oct 15 16:39:45.400 INFO kablam! su: No module specific data is present Oct 15 16:39:46.684 INFO running `"docker" "rm" "-f" "db8f5cd343b1b96ad927c7f89ffa9d1644b16af1c710a3f493deaf1f2b5c7c15"` Oct 15 16:39:46.939 INFO blam! db8f5cd343b1b96ad927c7f89ffa9d1644b16af1c710a3f493deaf1f2b5c7c15 Oct 15 16:39:46.943 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15 16:39:47.415 INFO blam! e9271150fc0dc5b9135e9f1ac91e36e56524f7e7732d9f71b4ffa3144aee678d Oct 15 16:39:47.423 INFO running `"docker" "start" "-a" "e9271150fc0dc5b9135e9f1ac91e36e56524f7e7732d9f71b4ffa3144aee678d"` Oct 15 16:39:48.338 INFO kablam! usermod: no changes Oct 15 16:39:48.427 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 15 16:39:48.442 INFO kablam! Running /target/debug/deps/threshold_secret_sharing-c68933a83de84967 Oct 15 16:39:48.451 INFO blam! Oct 15 16:39:48.451 INFO blam! running 42 tests Oct 15 16:39:48.451 INFO blam! test fields::montgomery::test_add ... ok Oct 15 16:39:48.452 INFO blam! test fields::montgomery::test_fft3_inverse ... ok Oct 15 16:39:48.452 INFO blam! test fields::montgomery::test_fft2_inverse ... ok Oct 15 16:39:48.454 INFO blam! test fields::montgomery::test_mul ... ok Oct 15 16:39:48.454 INFO blam! test fields::montgomery::test_qpow ... ok Oct 15 16:39:48.454 INFO blam! test fields::montgomery::test_convert ... ok Oct 15 16:39:48.454 INFO blam! test fields::montgomery::test_fft3 ... ok Oct 15 16:39:48.454 INFO blam! test fields::montgomery::test_fft2 ... ok Oct 15 16:39:48.454 INFO blam! test fields::montgomery::test_fft2_big ... ok Oct 15 16:39:48.456 INFO blam! test fields::native::test_fft2_big ... ok Oct 15 16:39:48.456 INFO blam! test fields::native::test_fft2_inverse ... ok Oct 15 16:39:48.456 INFO blam! test fields::native::test_fft2 ... ok Oct 15 16:39:48.456 INFO blam! test fields::native::test_convert ... ok Oct 15 16:39:48.456 INFO blam! test fields::native::test_fft3 ... ok Oct 15 16:39:48.456 INFO blam! test fields::native::test_mul ... ok Oct 15 16:39:48.456 INFO blam! test fields::montgomery::test_sub ... ok Oct 15 16:39:48.456 INFO blam! test fields::native::test_add ... ok Oct 15 16:39:48.464 INFO blam! test numtheory::test_compute_newton_coefficients ... ok Oct 15 16:39:48.464 INFO blam! test numtheory::test_fft2 ... ok Oct 15 16:39:48.464 INFO blam! test numtheory::test_fft2_inverse ... ok Oct 15 16:39:48.470 INFO blam! test numtheory::test_fft3_inverse ... ok Oct 15 16:39:48.470 INFO blam! test fields::native::test_fft3_inverse ... ok Oct 15 16:39:48.470 INFO blam! test fields::native::test_sub ... ok Oct 15 16:39:48.470 INFO blam! test fields::native::test_qpow ... ok Oct 15 16:39:48.470 INFO blam! test numtheory::test_gcd ... ok Oct 15 16:39:48.470 INFO blam! test numtheory::test_fft3 ... ok Oct 15 16:39:48.470 INFO blam! test numtheory::test_mod_evaluate_polynomial ... ok Oct 15 16:39:48.470 INFO blam! test numtheory::test_mod_inverse ... ok Oct 15 16:39:48.470 INFO blam! test numtheory::test_mod_pow ... ok Oct 15 16:39:48.470 INFO blam! test numtheory::test_newton_interpolation_general ... ok Oct 15 16:39:48.470 INFO blam! test packed::tests::test_evaluate_polynomial ... ok Oct 15 16:39:48.483 INFO blam! test packed::tests::test_share ... ok Oct 15 16:39:48.483 INFO blam! test packed::tests::test_share_additive_homomorphism ... ok Oct 15 16:39:48.483 INFO blam! test packed::tests::test_share_multiplicative_homomorphism ... ok Oct 15 16:39:48.483 INFO blam! test packed::tests::test_share_reconstruct ... ok Oct 15 16:39:48.483 INFO blam! test packed::tests::test_recover_polynomial ... ok Oct 15 16:39:48.483 INFO blam! test shamir::wikipedia_example ... ok Oct 15 16:39:48.483 INFO blam! test shamir::test_evaluate_polynomial ... ok Oct 15 16:39:48.483 INFO blam! test shamir::test_shamir ... ok Oct 15 16:39:48.536 INFO blam! test packed::tests::test_large_share ... ok Oct 15 16:39:48.547 INFO blam! test fields::montgomery::test_fft3_big ... ok Oct 15 16:39:48.579 INFO blam! test fields::native::test_fft3_big ... ok Oct 15 16:39:48.579 INFO kablam! Doc-tests threshold-secret-sharing Oct 15 16:39:48.579 INFO blam! Oct 15 16:39:48.579 INFO blam! test result: ok. 42 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:39:48.579 INFO blam! Oct 15 16:39:49.572 INFO blam! Oct 15 16:39:49.572 INFO blam! running 1 test Oct 15 16:39:50.791 INFO blam! test src/shamir.rs - shamir::ShamirSecretSharing (line 24) ... ok Oct 15 16:39:50.791 INFO blam! Oct 15 16:39:50.791 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:39:50.791 INFO blam! Oct 15 16:39:50.803 INFO kablam! su: No module specific data is present Oct 15 16:39:51.407 INFO running `"docker" "rm" "-f" "e9271150fc0dc5b9135e9f1ac91e36e56524f7e7732d9f71b4ffa3144aee678d"` Oct 15 16:39:51.783 INFO blam! e9271150fc0dc5b9135e9f1ac91e36e56524f7e7732d9f71b4ffa3144aee678d