Oct 27 14:35:32.072 INFO checking tiny_ped_com-0.1.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 14:35:32.072 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 27 14:35:32.533 INFO blam! eddbba39da50733d785b8c7e9fc910a7dabd493052ecbfebaa4ac842929d4830 Oct 27 14:35:32.543 INFO running `"docker" "start" "-a" "eddbba39da50733d785b8c7e9fc910a7dabd493052ecbfebaa4ac842929d4830"` Oct 27 14:35:33.577 INFO kablam! usermod: no changes Oct 27 14:35:33.671 INFO kablam! Compiling subtle v0.6.3 Oct 27 14:35:33.671 INFO kablam! Compiling clear_on_drop v0.2.3 Oct 27 14:35:33.671 INFO kablam! Compiling digest v0.7.6 Oct 27 14:35:35.707 INFO kablam! Compiling curve25519-dalek v0.16.4 Oct 27 14:35:40.531 INFO kablam! Checking tiny_ped_com v0.1.0 (/source) Oct 27 14:35:42.355 INFO kablam! warning: variable `G` should have a snake case name such as `g` Oct 27 14:35:42.355 INFO kablam! --> src/lib.rs:75:13 Oct 27 14:35:42.355 INFO kablam! | Oct 27 14:35:42.355 INFO kablam! 75 | let G = &constants::RISTRETTO_BASEPOINT_POINT; Oct 27 14:35:42.355 INFO kablam! | ^ Oct 27 14:35:42.355 INFO kablam! | Oct 27 14:35:42.355 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 14:35:42.355 INFO kablam! Oct 27 14:35:42.355 INFO kablam! warning: variable `H` should have a snake case name such as `h` Oct 27 14:35:42.355 INFO kablam! --> src/lib.rs:76:13 Oct 27 14:35:42.355 INFO kablam! | Oct 27 14:35:42.355 INFO kablam! 76 | let H = a * G; Oct 27 14:35:42.355 INFO kablam! | ^ Oct 27 14:35:42.355 INFO kablam! Oct 27 14:35:42.355 INFO kablam! warning: variable `C` should have a snake case name such as `c` Oct 27 14:35:42.355 INFO kablam! --> src/lib.rs:95:32 Oct 27 14:35:42.355 INFO kablam! | Oct 27 14:35:42.355 INFO kablam! 95 | if let Some(Commitment(C)) = self.commitment { Oct 27 14:35:42.355 INFO kablam! | ^ Oct 27 14:35:42.355 INFO kablam! Oct 27 14:35:42.355 INFO kablam! warning: variable `H` should have a snake case name such as `h` Oct 27 14:35:42.355 INFO kablam! --> src/lib.rs:96:35 Oct 27 14:35:42.355 INFO kablam! | Oct 27 14:35:42.355 INFO kablam! 96 | let VerifierPublicKey(H) = self.pk; Oct 27 14:35:42.355 INFO kablam! | ^ Oct 27 14:35:42.355 INFO kablam! Oct 27 14:35:42.355 INFO kablam! warning: variable `G` should have a snake case name such as `g` Oct 27 14:35:42.355 INFO kablam! --> src/lib.rs:97:17 Oct 27 14:35:42.355 INFO kablam! | Oct 27 14:35:42.355 INFO kablam! 97 | let G = &constants::RISTRETTO_BASEPOINT_POINT; Oct 27 14:35:42.355 INFO kablam! | ^ Oct 27 14:35:42.355 INFO kablam! Oct 27 14:35:42.355 INFO kablam! warning: variable `C2` should have a snake case name such as `c2` Oct 27 14:35:42.355 INFO kablam! --> src/lib.rs:100:17 Oct 27 14:35:42.355 INFO kablam! | Oct 27 14:35:42.355 INFO kablam! 100 | let C2 = multiscalar_mul(vec![r, m], vec![G, &H]); Oct 27 14:35:42.355 INFO kablam! | ^^ Oct 27 14:35:42.355 INFO kablam! Oct 27 14:35:42.355 INFO kablam! warning: variable `G` should have a snake case name such as `g` Oct 27 14:35:42.355 INFO kablam! --> src/lib.rs:114:13 Oct 27 14:35:42.355 INFO kablam! | Oct 27 14:35:42.355 INFO kablam! 114 | let G = &constants::RISTRETTO_BASEPOINT_POINT; Oct 27 14:35:42.355 INFO kablam! | ^ Oct 27 14:35:42.356 INFO kablam! Oct 27 14:35:42.356 INFO kablam! warning: variable `C` should have a snake case name such as `c` Oct 27 14:35:42.356 INFO kablam! --> src/lib.rs:116:13 Oct 27 14:35:42.356 INFO kablam! | Oct 27 14:35:42.356 INFO kablam! 116 | let C = multiscalar_mul(&[r, val_as_scalar], vec![G, &pub_key_point]); Oct 27 14:35:42.356 INFO kablam! | ^ Oct 27 14:35:42.356 INFO kablam! Oct 27 14:35:42.487 INFO kablam! warning: variable `G` should have a snake case name such as `g` Oct 27 14:35:42.487 INFO kablam! --> src/lib.rs:75:13 Oct 27 14:35:42.487 INFO kablam! | Oct 27 14:35:42.487 INFO kablam! 75 | let G = &constants::RISTRETTO_BASEPOINT_POINT; Oct 27 14:35:42.487 INFO kablam! | ^ Oct 27 14:35:42.487 INFO kablam! | Oct 27 14:35:42.487 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 14:35:42.487 INFO kablam! Oct 27 14:35:42.487 INFO kablam! warning: variable `H` should have a snake case name such as `h` Oct 27 14:35:42.487 INFO kablam! --> src/lib.rs:76:13 Oct 27 14:35:42.487 INFO kablam! | Oct 27 14:35:42.487 INFO kablam! 76 | let H = a * G; Oct 27 14:35:42.487 INFO kablam! | ^ Oct 27 14:35:42.487 INFO kablam! Oct 27 14:35:42.487 INFO kablam! warning: variable `C` should have a snake case name such as `c` Oct 27 14:35:42.487 INFO kablam! --> src/lib.rs:95:32 Oct 27 14:35:42.487 INFO kablam! | Oct 27 14:35:42.487 INFO kablam! 95 | if let Some(Commitment(C)) = self.commitment { Oct 27 14:35:42.487 INFO kablam! | ^ Oct 27 14:35:42.487 INFO kablam! Oct 27 14:35:42.488 INFO kablam! warning: variable `H` should have a snake case name such as `h` Oct 27 14:35:42.488 INFO kablam! --> src/lib.rs:96:35 Oct 27 14:35:42.488 INFO kablam! | Oct 27 14:35:42.488 INFO kablam! 96 | let VerifierPublicKey(H) = self.pk; Oct 27 14:35:42.488 INFO kablam! | ^ Oct 27 14:35:42.488 INFO kablam! Oct 27 14:35:42.488 INFO kablam! warning: variable `G` should have a snake case name such as `g` Oct 27 14:35:42.488 INFO kablam! --> src/lib.rs:97:17 Oct 27 14:35:42.488 INFO kablam! | Oct 27 14:35:42.488 INFO kablam! 97 | let G = &constants::RISTRETTO_BASEPOINT_POINT; Oct 27 14:35:42.488 INFO kablam! | ^ Oct 27 14:35:42.488 INFO kablam! Oct 27 14:35:42.488 INFO kablam! warning: variable `C2` should have a snake case name such as `c2` Oct 27 14:35:42.488 INFO kablam! --> src/lib.rs:100:17 Oct 27 14:35:42.488 INFO kablam! | Oct 27 14:35:42.488 INFO kablam! 100 | let C2 = multiscalar_mul(vec![r, m], vec![G, &H]); Oct 27 14:35:42.488 INFO kablam! | ^^ Oct 27 14:35:42.488 INFO kablam! Oct 27 14:35:42.488 INFO kablam! warning: variable `G` should have a snake case name such as `g` Oct 27 14:35:42.488 INFO kablam! --> src/lib.rs:114:13 Oct 27 14:35:42.488 INFO kablam! | Oct 27 14:35:42.488 INFO kablam! 114 | let G = &constants::RISTRETTO_BASEPOINT_POINT; Oct 27 14:35:42.488 INFO kablam! | ^ Oct 27 14:35:42.488 INFO kablam! Oct 27 14:35:42.488 INFO kablam! warning: variable `C` should have a snake case name such as `c` Oct 27 14:35:42.488 INFO kablam! --> src/lib.rs:116:13 Oct 27 14:35:42.488 INFO kablam! | Oct 27 14:35:42.491 INFO kablam! 116 | let C = multiscalar_mul(&[r, val_as_scalar], vec![G, &pub_key_point]); Oct 27 14:35:42.491 INFO kablam! | ^ Oct 27 14:35:42.491 INFO kablam! Oct 27 14:35:42.524 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.92s Oct 27 14:35:42.528 INFO kablam! su: No module specific data is present Oct 27 14:35:43.518 INFO running `"docker" "rm" "-f" "eddbba39da50733d785b8c7e9fc910a7dabd493052ecbfebaa4ac842929d4830"` Oct 27 14:35:43.735 INFO blam! eddbba39da50733d785b8c7e9fc910a7dabd493052ecbfebaa4ac842929d4830