Oct 11 10:01:05.440 INFO testing tiny_ped_com-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 10:01:05.440 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 10:01:05.440 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 10:01:05.876 INFO blam! d0d41e1bbf97df7d1bb3288013b2047360d1a7cfda9897574f59bde9dfb4e3b8 Oct 11 10:01:05.879 INFO running `"docker" "start" "-a" "d0d41e1bbf97df7d1bb3288013b2047360d1a7cfda9897574f59bde9dfb4e3b8"` Oct 11 10:01:07.016 INFO kablam! usermod: no changes Oct 11 10:01:07.154 INFO kablam! Compiling clear_on_drop v0.2.3 Oct 11 10:01:07.578 INFO kablam! Compiling curve25519-dalek v0.16.4 Oct 11 10:01:13.612 INFO kablam! Compiling tiny_ped_com v0.1.0 (/source) Oct 11 10:01:14.980 INFO kablam! warning: variable `G` should have a snake case name such as `g` Oct 11 10:01:14.981 INFO kablam! --> src/lib.rs:75:13 Oct 11 10:01:14.981 INFO kablam! | Oct 11 10:01:14.981 INFO kablam! 75 | let G = &constants::RISTRETTO_BASEPOINT_POINT; Oct 11 10:01:14.982 INFO kablam! | ^ Oct 11 10:01:14.982 INFO kablam! | Oct 11 10:01:14.982 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 10:01:14.983 INFO kablam! Oct 11 10:01:14.983 INFO kablam! warning: variable `H` should have a snake case name such as `h` Oct 11 10:01:14.983 INFO kablam! --> src/lib.rs:76:13 Oct 11 10:01:14.983 INFO kablam! | Oct 11 10:01:14.983 INFO kablam! 76 | let H = a * G; Oct 11 10:01:14.984 INFO kablam! | ^ Oct 11 10:01:14.984 INFO kablam! Oct 11 10:01:14.984 INFO kablam! warning: variable `C` should have a snake case name such as `c` Oct 11 10:01:14.985 INFO kablam! --> src/lib.rs:95:32 Oct 11 10:01:14.985 INFO kablam! | Oct 11 10:01:14.985 INFO kablam! 95 | if let Some(Commitment(C)) = self.commitment { Oct 11 10:01:14.985 INFO kablam! | ^ Oct 11 10:01:14.985 INFO kablam! Oct 11 10:01:14.986 INFO kablam! warning: variable `H` should have a snake case name such as `h` Oct 11 10:01:14.986 INFO kablam! --> src/lib.rs:96:35 Oct 11 10:01:14.986 INFO kablam! | Oct 11 10:01:14.986 INFO kablam! 96 | let VerifierPublicKey(H) = self.pk; Oct 11 10:01:14.987 INFO kablam! | ^ Oct 11 10:01:14.987 INFO kablam! Oct 11 10:01:14.987 INFO kablam! warning: variable `G` should have a snake case name such as `g` Oct 11 10:01:14.987 INFO kablam! --> src/lib.rs:97:17 Oct 11 10:01:14.988 INFO kablam! | Oct 11 10:01:14.988 INFO kablam! 97 | let G = &constants::RISTRETTO_BASEPOINT_POINT; Oct 11 10:01:14.988 INFO kablam! | ^ Oct 11 10:01:14.988 INFO kablam! Oct 11 10:01:14.989 INFO kablam! warning: variable `C2` should have a snake case name such as `c2` Oct 11 10:01:14.989 INFO kablam! --> src/lib.rs:100:17 Oct 11 10:01:14.989 INFO kablam! | Oct 11 10:01:14.989 INFO kablam! 100 | let C2 = multiscalar_mul(vec![r, m], vec![G, &H]); Oct 11 10:01:14.990 INFO kablam! | ^^ Oct 11 10:01:14.990 INFO kablam! Oct 11 10:01:14.990 INFO kablam! warning: variable `G` should have a snake case name such as `g` Oct 11 10:01:14.990 INFO kablam! --> src/lib.rs:114:13 Oct 11 10:01:14.991 INFO kablam! | Oct 11 10:01:14.991 INFO kablam! 114 | let G = &constants::RISTRETTO_BASEPOINT_POINT; Oct 11 10:01:14.991 INFO kablam! | ^ Oct 11 10:01:14.991 INFO kablam! Oct 11 10:01:14.992 INFO kablam! warning: variable `C` should have a snake case name such as `c` Oct 11 10:01:14.992 INFO kablam! --> src/lib.rs:116:13 Oct 11 10:01:14.992 INFO kablam! | Oct 11 10:01:14.992 INFO kablam! 116 | let C = multiscalar_mul(&[r, val_as_scalar], vec![G, &pub_key_point]); Oct 11 10:01:14.993 INFO kablam! | ^ Oct 11 10:01:14.993 INFO kablam! Oct 11 10:01:15.342 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.30s Oct 11 10:01:15.343 INFO kablam! su: No module specific data is present Oct 11 10:01:15.926 INFO running `"docker" "rm" "-f" "d0d41e1bbf97df7d1bb3288013b2047360d1a7cfda9897574f59bde9dfb4e3b8"` Oct 11 10:01:16.248 INFO blam! d0d41e1bbf97df7d1bb3288013b2047360d1a7cfda9897574f59bde9dfb4e3b8 Oct 11 10:01:16.248 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 10:01:16.248 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 10:01:16.586 INFO blam! d1a94f5c5e6df9777f3b456eace74b52fb3153c00af6af84254ea9dc1d83f5d0 Oct 11 10:01:16.589 INFO running `"docker" "start" "-a" "d1a94f5c5e6df9777f3b456eace74b52fb3153c00af6af84254ea9dc1d83f5d0"` Oct 11 10:01:17.728 INFO kablam! usermod: no changes Oct 11 10:01:17.844 INFO kablam! Compiling tiny_ped_com v0.1.0 (/source) Oct 11 10:01:19.541 INFO kablam! warning: variable `G` should have a snake case name such as `g` Oct 11 10:01:19.541 INFO kablam! --> src/lib.rs:75:13 Oct 11 10:01:19.541 INFO kablam! | Oct 11 10:01:19.542 INFO kablam! 75 | let G = &constants::RISTRETTO_BASEPOINT_POINT; Oct 11 10:01:19.542 INFO kablam! | ^ Oct 11 10:01:19.542 INFO kablam! | Oct 11 10:01:19.542 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 10:01:19.543 INFO kablam! Oct 11 10:01:19.543 INFO kablam! warning: variable `H` should have a snake case name such as `h` Oct 11 10:01:19.543 INFO kablam! --> src/lib.rs:76:13 Oct 11 10:01:19.543 INFO kablam! | Oct 11 10:01:19.544 INFO kablam! 76 | let H = a * G; Oct 11 10:01:19.544 INFO kablam! | ^ Oct 11 10:01:19.544 INFO kablam! Oct 11 10:01:19.544 INFO kablam! warning: variable `C` should have a snake case name such as `c` Oct 11 10:01:19.545 INFO kablam! --> src/lib.rs:95:32 Oct 11 10:01:19.545 INFO kablam! | Oct 11 10:01:19.545 INFO kablam! 95 | if let Some(Commitment(C)) = self.commitment { Oct 11 10:01:19.545 INFO kablam! | ^ Oct 11 10:01:19.545 INFO kablam! Oct 11 10:01:19.546 INFO kablam! warning: variable `H` should have a snake case name such as `h` Oct 11 10:01:19.546 INFO kablam! --> src/lib.rs:96:35 Oct 11 10:01:19.546 INFO kablam! | Oct 11 10:01:19.547 INFO kablam! 96 | let VerifierPublicKey(H) = self.pk; Oct 11 10:01:19.547 INFO kablam! | ^ Oct 11 10:01:19.547 INFO kablam! Oct 11 10:01:19.547 INFO kablam! warning: variable `G` should have a snake case name such as `g` Oct 11 10:01:19.547 INFO kablam! --> src/lib.rs:97:17 Oct 11 10:01:19.548 INFO kablam! | Oct 11 10:01:19.548 INFO kablam! 97 | let G = &constants::RISTRETTO_BASEPOINT_POINT; Oct 11 10:01:19.548 INFO kablam! | ^ Oct 11 10:01:19.549 INFO kablam! Oct 11 10:01:19.549 INFO kablam! warning: variable `C2` should have a snake case name such as `c2` Oct 11 10:01:19.549 INFO kablam! --> src/lib.rs:100:17 Oct 11 10:01:19.549 INFO kablam! | Oct 11 10:01:19.549 INFO kablam! 100 | let C2 = multiscalar_mul(vec![r, m], vec![G, &H]); Oct 11 10:01:19.550 INFO kablam! | ^^ Oct 11 10:01:19.550 INFO kablam! Oct 11 10:01:19.550 INFO kablam! warning: variable `G` should have a snake case name such as `g` Oct 11 10:01:19.550 INFO kablam! --> src/lib.rs:114:13 Oct 11 10:01:19.551 INFO kablam! | Oct 11 10:01:19.551 INFO kablam! 114 | let G = &constants::RISTRETTO_BASEPOINT_POINT; Oct 11 10:01:19.551 INFO kablam! | ^ Oct 11 10:01:19.551 INFO kablam! Oct 11 10:01:19.552 INFO kablam! warning: variable `C` should have a snake case name such as `c` Oct 11 10:01:19.552 INFO kablam! --> src/lib.rs:116:13 Oct 11 10:01:19.552 INFO kablam! | Oct 11 10:01:19.552 INFO kablam! 116 | let C = multiscalar_mul(&[r, val_as_scalar], vec![G, &pub_key_point]); Oct 11 10:01:19.553 INFO kablam! | ^ Oct 11 10:01:19.553 INFO kablam! Oct 11 10:01:20.516 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.73s Oct 11 10:01:20.516 INFO kablam! su: No module specific data is present Oct 11 10:01:21.146 INFO running `"docker" "rm" "-f" "d1a94f5c5e6df9777f3b456eace74b52fb3153c00af6af84254ea9dc1d83f5d0"` Oct 11 10:01:21.384 INFO blam! d1a94f5c5e6df9777f3b456eace74b52fb3153c00af6af84254ea9dc1d83f5d0 Oct 11 10:01:21.393 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 10:01:21.394 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 10:01:21.838 INFO blam! 7534a82d5a89afaf5613cbff3eef39e34a1aabe0e65ce49b45c7f689e02bf161 Oct 11 10:01:21.844 INFO running `"docker" "start" "-a" "7534a82d5a89afaf5613cbff3eef39e34a1aabe0e65ce49b45c7f689e02bf161"` Oct 11 10:01:23.095 INFO kablam! usermod: no changes Oct 11 10:01:23.206 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 11 10:01:23.206 INFO kablam! Running /target/debug/deps/tiny_ped_com-4fff79f8db37691e Oct 11 10:01:23.209 INFO blam! Oct 11 10:01:23.209 INFO blam! running 3 tests Oct 11 10:01:23.256 INFO blam! test test::bad_commitment_opening ... ok Oct 11 10:01:23.297 INFO blam! test test::good_commitment ... ok Oct 11 10:01:23.305 INFO blam! test test::bad_commitment ... ok Oct 11 10:01:23.305 INFO kablam! Doc-tests tiny_ped_com Oct 11 10:01:23.306 INFO blam! Oct 11 10:01:23.306 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 10:01:23.306 INFO blam! Oct 11 10:01:25.906 INFO blam! Oct 11 10:01:25.906 INFO blam! running 1 test Oct 11 10:01:28.908 INFO blam! test src/lib.rs - (line 14) ... FAILED Oct 11 10:01:28.909 INFO blam! Oct 11 10:01:28.909 INFO blam! failures: Oct 11 10:01:28.909 INFO blam! Oct 11 10:01:28.909 INFO blam! ---- src/lib.rs - (line 14) stdout ---- Oct 11 10:01:28.909 INFO blam! error[E0433]: failed to resolve. Use of undeclared type or module `OsRng` Oct 11 10:01:28.909 INFO blam! --> src/lib.rs:15:15 Oct 11 10:01:28.909 INFO blam! | Oct 11 10:01:28.909 INFO blam! 4 | let mut rng = OsRng::new().unwrap(); Oct 11 10:01:28.909 INFO blam! | ^^^^^ Use of undeclared type or module `OsRng` Oct 11 10:01:28.909 INFO blam! Oct 11 10:01:28.909 INFO blam! thread 'src/lib.rs - (line 14)' panicked at 'couldn't compile the test', librustdoc/test.rs:333:13 Oct 11 10:01:28.909 INFO blam! stack backtrace: Oct 11 10:01:28.909 INFO blam! 0: 0x7fe8dfebadce - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 11 10:01:28.909 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 11 10:01:28.909 INFO blam! 1: 0x7fe8dfe9fe06 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 11 10:01:28.909 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 11 10:01:28.909 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 11 10:01:28.909 INFO blam! 2: 0x7fe8dfec5d9d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 11 10:01:28.909 INFO blam! at libstd/panicking.rs:211 Oct 11 10:01:28.909 INFO blam! 3: 0x7fe8dfec5aab - std::panicking::default_hook::h1ef46fa7cd894809 Oct 11 10:01:28.909 INFO blam! at libstd/panicking.rs:221 Oct 11 10:01:28.909 INFO blam! 4: 0x7fe8e214164e - rustc::util::common::panic_hook::h6c0fab3f49b67368 Oct 11 10:01:28.909 INFO blam! 5: 0x7fe8dfec6563 - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 11 10:01:28.909 INFO blam! at libstd/panicking.rs:480 Oct 11 10:01:28.909 INFO blam! 6: 0x55c3a7b5d796 - std::panicking::begin_panic::hb2f2557b5ad530d6 Oct 11 10:01:28.909 INFO blam! at libstd/panicking.rs:410 Oct 11 10:01:28.909 INFO blam! 7: 0x55c3a7ce0cfb - rustdoc::test::run_test::h7f9ad0c8d380d83c Oct 11 10:01:28.909 INFO blam! at librustdoc/test.rs:333 Oct 11 10:01:28.909 INFO blam! 8: 0x55c3a7ca0ef7 - >::set::hd7bc23bb100376f9 Oct 11 10:01:28.909 INFO blam! at librustdoc/test.rs:565 Oct 11 10:01:28.909 INFO blam! at /cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 Oct 11 10:01:28.909 INFO blam! at libsyntax/lib.rs:106 Oct 11 10:01:28.909 INFO blam! at /cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 Oct 11 10:01:28.909 INFO blam! 9: 0x55c3a7ab8a8f - syntax::with_globals::h13b9cd4342f6776c Oct 11 10:01:28.909 INFO blam! at libsyntax/lib.rs:105 Oct 11 10:01:28.909 INFO blam! 10: 0x55c3a7b5d94a - std::panicking::try::do_call::h251f77b3e67a3607 Oct 11 10:01:28.909 INFO blam! at librustdoc/test.rs:562 Oct 11 10:01:28.909 INFO blam! at libstd/panic.rs:313 Oct 11 10:01:28.909 INFO blam! at libstd/panicking.rs:310 Oct 11 10:01:28.909 INFO blam! 11: 0x7fe8dfed3c79 - __rust_maybe_catch_panic Oct 11 10:01:28.909 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 10:01:28.909 INFO blam! 12: 0x55c3a7bb27d3 - rustc_driver::in_named_rustc_thread::h5b9d8f6b223fabca Oct 11 10:01:28.909 INFO blam! at libstd/panicking.rs:289 Oct 11 10:01:28.909 INFO blam! at libstd/panic.rs:392 Oct 11 10:01:28.909 INFO blam! at librustc_driver/lib.rs:1575 Oct 11 10:01:28.909 INFO blam! 13: 0x55c3a7cb69ec - >::call_box::h469711a6fc649ccc Oct 11 10:01:28.909 INFO blam! at librustdoc/test.rs:562 Oct 11 10:01:28.909 INFO blam! at liballoc/boxed.rs:672 Oct 11 10:01:28.909 INFO blam! 14: 0x7fe8e1528ad2 - >::call_box::h477ac8c82814e76d Oct 11 10:01:28.909 INFO blam! at libtest/lib.rs:1461 Oct 11 10:01:28.909 INFO blam! at liballoc/boxed.rs:672 Oct 11 10:01:28.909 INFO blam! 15: 0x7fe8dfed3c79 - __rust_maybe_catch_panic Oct 11 10:01:28.909 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 10:01:28.909 INFO blam! 16: 0x7fe8e154fb5d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 11 10:01:28.909 INFO blam! at libstd/panicking.rs:289 Oct 11 10:01:28.909 INFO blam! at libstd/panic.rs:392 Oct 11 10:01:28.909 INFO blam! at libtest/lib.rs:1423 Oct 11 10:01:28.909 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 11 10:01:28.909 INFO blam! 17: 0x7fe8e1550ac4 - std::panicking::try::do_call::ha990a345054c2d63 Oct 11 10:01:28.909 INFO blam! at libstd/thread/mod.rs:409 Oct 11 10:01:28.909 INFO blam! at libstd/panic.rs:313 Oct 11 10:01:28.909 INFO blam! at libstd/panicking.rs:310 Oct 11 10:01:28.909 INFO blam! 18: 0x7fe8dfed3c79 - __rust_maybe_catch_panic Oct 11 10:01:28.909 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 10:01:28.909 INFO blam! 19: 0x7fe8e15395b6 - >::call_box::h96125cb29a9ba44b Oct 11 10:01:28.909 INFO blam! at libstd/panicking.rs:289 Oct 11 10:01:28.909 INFO blam! at libstd/panic.rs:392 Oct 11 10:01:28.909 INFO blam! at libstd/thread/mod.rs:408 Oct 11 10:01:28.909 INFO blam! at liballoc/boxed.rs:672 Oct 11 10:01:28.909 INFO blam! 20: 0x7fe8dfec193a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 11 10:01:28.909 INFO blam! at liballoc/boxed.rs:682 Oct 11 10:01:28.909 INFO blam! at libstd/sys_common/thread.rs:24 Oct 11 10:01:28.909 INFO blam! 21: 0x7fe8dfe96d35 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 11 10:01:28.909 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 11 10:01:28.909 INFO blam! 22: 0x7fe8dfa216b9 - start_thread Oct 11 10:01:28.909 INFO blam! 23: 0x7fe8df54141c - clone Oct 11 10:01:28.909 INFO blam! 24: 0x0 - Oct 11 10:01:28.909 INFO blam! query stack during panic: Oct 11 10:01:28.909 INFO blam! end of query stack Oct 11 10:01:28.909 INFO blam! Oct 11 10:01:28.909 INFO blam! Oct 11 10:01:28.909 INFO blam! failures: Oct 11 10:01:28.909 INFO blam! src/lib.rs - (line 14) Oct 11 10:01:28.909 INFO blam! Oct 11 10:01:28.909 INFO blam! test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 10:01:28.909 INFO blam! Oct 11 10:01:28.924 INFO kablam! error: test failed, to rerun pass '--doc' Oct 11 10:01:28.924 INFO kablam! su: No module specific data is present Oct 11 10:01:29.792 INFO running `"docker" "rm" "-f" "7534a82d5a89afaf5613cbff3eef39e34a1aabe0e65ce49b45c7f689e02bf161"` Oct 11 10:01:30.128 INFO blam! 7534a82d5a89afaf5613cbff3eef39e34a1aabe0e65ce49b45c7f689e02bf161