Oct 13 07:23:38.027 INFO checking tiny_ped_com-0.1.0 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 07:23:38.027 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-0/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 13 07:23:38.444 INFO blam! fbd76ab7241d68a2d483d0d44c8c0cdf07eed02d2d749e468c868d1b88e94fdc Oct 13 07:23:38.453 INFO running `"docker" "start" "-a" "fbd76ab7241d68a2d483d0d44c8c0cdf07eed02d2d749e468c868d1b88e94fdc"` Oct 13 07:23:39.532 INFO kablam! usermod: no changes Oct 13 07:23:39.617 INFO kablam! Compiling subtle v0.6.3 Oct 13 07:23:39.623 INFO kablam! Compiling clear_on_drop v0.2.3 Oct 13 07:23:39.623 INFO kablam! Compiling digest v0.7.6 Oct 13 07:23:41.873 INFO kablam! Compiling curve25519-dalek v0.16.4 Oct 13 07:23:47.376 INFO kablam! Checking tiny_ped_com v0.1.0 (/source) Oct 13 07:23:48.784 INFO kablam! warning: variable `G` should have a snake case name such as `g` Oct 13 07:23:48.784 INFO kablam! --> src/lib.rs:75:13 Oct 13 07:23:48.784 INFO kablam! | Oct 13 07:23:48.784 INFO kablam! 75 | let G = &constants::RISTRETTO_BASEPOINT_POINT; Oct 13 07:23:48.784 INFO kablam! | ^ Oct 13 07:23:48.784 INFO kablam! | Oct 13 07:23:48.784 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 07:23:48.784 INFO kablam! Oct 13 07:23:48.784 INFO kablam! warning: variable `H` should have a snake case name such as `h` Oct 13 07:23:48.784 INFO kablam! --> src/lib.rs:76:13 Oct 13 07:23:48.785 INFO kablam! | Oct 13 07:23:48.785 INFO kablam! 76 | let H = a * G; Oct 13 07:23:48.785 INFO kablam! | ^ Oct 13 07:23:48.785 INFO kablam! Oct 13 07:23:48.785 INFO kablam! warning: variable `C` should have a snake case name such as `c` Oct 13 07:23:48.785 INFO kablam! --> src/lib.rs:95:32 Oct 13 07:23:48.785 INFO kablam! | Oct 13 07:23:48.785 INFO kablam! 95 | if let Some(Commitment(C)) = self.commitment { Oct 13 07:23:48.785 INFO kablam! | ^ Oct 13 07:23:48.785 INFO kablam! Oct 13 07:23:48.785 INFO kablam! warning: variable `H` should have a snake case name such as `h` Oct 13 07:23:48.785 INFO kablam! --> src/lib.rs:96:35 Oct 13 07:23:48.785 INFO kablam! | Oct 13 07:23:48.785 INFO kablam! 96 | let VerifierPublicKey(H) = self.pk; Oct 13 07:23:48.785 INFO kablam! | ^ Oct 13 07:23:48.785 INFO kablam! Oct 13 07:23:48.785 INFO kablam! warning: variable `G` should have a snake case name such as `g` Oct 13 07:23:48.785 INFO kablam! --> src/lib.rs:97:17 Oct 13 07:23:48.785 INFO kablam! | Oct 13 07:23:48.785 INFO kablam! 97 | let G = &constants::RISTRETTO_BASEPOINT_POINT; Oct 13 07:23:48.785 INFO kablam! | ^ Oct 13 07:23:48.785 INFO kablam! Oct 13 07:23:48.785 INFO kablam! warning: variable `C2` should have a snake case name such as `c2` Oct 13 07:23:48.785 INFO kablam! --> src/lib.rs:100:17 Oct 13 07:23:48.785 INFO kablam! | Oct 13 07:23:48.785 INFO kablam! 100 | let C2 = multiscalar_mul(vec![r, m], vec![G, &H]); Oct 13 07:23:48.785 INFO kablam! | ^^ Oct 13 07:23:48.785 INFO kablam! Oct 13 07:23:48.785 INFO kablam! warning: variable `G` should have a snake case name such as `g` Oct 13 07:23:48.785 INFO kablam! --> src/lib.rs:114:13 Oct 13 07:23:48.785 INFO kablam! | Oct 13 07:23:48.785 INFO kablam! 114 | let G = &constants::RISTRETTO_BASEPOINT_POINT; Oct 13 07:23:48.785 INFO kablam! | ^ Oct 13 07:23:48.785 INFO kablam! Oct 13 07:23:48.785 INFO kablam! warning: variable `C` should have a snake case name such as `c` Oct 13 07:23:48.785 INFO kablam! --> src/lib.rs:116:13 Oct 13 07:23:48.785 INFO kablam! | Oct 13 07:23:48.785 INFO kablam! 116 | let C = multiscalar_mul(&[r, val_as_scalar], vec![G, &pub_key_point]); Oct 13 07:23:48.785 INFO kablam! | ^ Oct 13 07:23:48.785 INFO kablam! Oct 13 07:23:48.882 INFO kablam! warning: variable `G` should have a snake case name such as `g` Oct 13 07:23:48.882 INFO kablam! --> src/lib.rs:75:13 Oct 13 07:23:48.882 INFO kablam! | Oct 13 07:23:48.882 INFO kablam! 75 | let G = &constants::RISTRETTO_BASEPOINT_POINT; Oct 13 07:23:48.882 INFO kablam! | ^ Oct 13 07:23:48.882 INFO kablam! | Oct 13 07:23:48.882 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 07:23:48.882 INFO kablam! Oct 13 07:23:48.882 INFO kablam! warning: variable `H` should have a snake case name such as `h` Oct 13 07:23:48.882 INFO kablam! --> src/lib.rs:76:13 Oct 13 07:23:48.882 INFO kablam! | Oct 13 07:23:48.882 INFO kablam! 76 | let H = a * G; Oct 13 07:23:48.882 INFO kablam! | ^ Oct 13 07:23:48.882 INFO kablam! Oct 13 07:23:48.882 INFO kablam! warning: variable `C` should have a snake case name such as `c` Oct 13 07:23:48.882 INFO kablam! --> src/lib.rs:95:32 Oct 13 07:23:48.882 INFO kablam! | Oct 13 07:23:48.882 INFO kablam! 95 | if let Some(Commitment(C)) = self.commitment { Oct 13 07:23:48.882 INFO kablam! | ^ Oct 13 07:23:48.882 INFO kablam! Oct 13 07:23:48.882 INFO kablam! warning: variable `H` should have a snake case name such as `h` Oct 13 07:23:48.882 INFO kablam! --> src/lib.rs:96:35 Oct 13 07:23:48.882 INFO kablam! | Oct 13 07:23:48.882 INFO kablam! 96 | let VerifierPublicKey(H) = self.pk; Oct 13 07:23:48.882 INFO kablam! | ^ Oct 13 07:23:48.882 INFO kablam! Oct 13 07:23:48.882 INFO kablam! warning: variable `G` should have a snake case name such as `g` Oct 13 07:23:48.882 INFO kablam! --> src/lib.rs:97:17 Oct 13 07:23:48.882 INFO kablam! | Oct 13 07:23:48.882 INFO kablam! 97 | let G = &constants::RISTRETTO_BASEPOINT_POINT; Oct 13 07:23:48.882 INFO kablam! | ^ Oct 13 07:23:48.882 INFO kablam! Oct 13 07:23:48.882 INFO kablam! warning: variable `C2` should have a snake case name such as `c2` Oct 13 07:23:48.882 INFO kablam! --> src/lib.rs:100:17 Oct 13 07:23:48.882 INFO kablam! | Oct 13 07:23:48.882 INFO kablam! 100 | let C2 = multiscalar_mul(vec![r, m], vec![G, &H]); Oct 13 07:23:48.882 INFO kablam! | ^^ Oct 13 07:23:48.882 INFO kablam! Oct 13 07:23:48.882 INFO kablam! warning: variable `G` should have a snake case name such as `g` Oct 13 07:23:48.882 INFO kablam! --> src/lib.rs:114:13 Oct 13 07:23:48.882 INFO kablam! | Oct 13 07:23:48.882 INFO kablam! 114 | let G = &constants::RISTRETTO_BASEPOINT_POINT; Oct 13 07:23:48.882 INFO kablam! | ^ Oct 13 07:23:48.882 INFO kablam! Oct 13 07:23:48.882 INFO kablam! warning: variable `C` should have a snake case name such as `c` Oct 13 07:23:48.883 INFO kablam! --> src/lib.rs:116:13 Oct 13 07:23:48.883 INFO kablam! | Oct 13 07:23:48.883 INFO kablam! 116 | let C = multiscalar_mul(&[r, val_as_scalar], vec![G, &pub_key_point]); Oct 13 07:23:48.883 INFO kablam! | ^ Oct 13 07:23:48.883 INFO kablam! Oct 13 07:23:48.921 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.35s Oct 13 07:23:48.928 INFO kablam! su: No module specific data is present Oct 13 07:23:49.825 INFO running `"docker" "rm" "-f" "fbd76ab7241d68a2d483d0d44c8c0cdf07eed02d2d749e468c868d1b88e94fdc"` Oct 13 07:23:50.099 INFO blam! fbd76ab7241d68a2d483d0d44c8c0cdf07eed02d2d749e468c868d1b88e94fdc