Oct 21 17:59:41.606 INFO checking ex0dus-0x/PolyPasswordHasher-Rust against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 17:59:41.606 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192/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 21 17:59:41.828 INFO blam! f103eebc8e1ac81a46149b02d07576354a3e4e110bf1fa2d00270bac9b3adae6 Oct 21 17:59:41.831 INFO running `"docker" "start" "-a" "f103eebc8e1ac81a46149b02d07576354a3e4e110bf1fa2d00270bac9b3adae6"` Oct 21 17:59:42.444 INFO kablam! usermod: no changes Oct 21 17:59:42.556 INFO kablam! Checking serde v1.0.25 Oct 21 17:59:42.556 INFO kablam! Compiling num_cpus v1.7.0 Oct 21 17:59:42.556 INFO kablam! Compiling rand v0.3.19 Oct 21 17:59:42.556 INFO kablam! Compiling serde_derive_internals v0.18.1 Oct 21 17:59:45.338 INFO kablam! Compiling serde_derive v1.0.26 Oct 21 17:59:45.349 INFO kablam! Compiling rayon-core v1.3.0 Oct 21 17:59:48.932 INFO kablam! Compiling rayon v0.8.2 Oct 21 17:59:55.376 INFO kablam! Compiling ring v0.12.1 Oct 21 17:59:59.768 INFO kablam! Checking serde_json v1.0.8 Oct 21 18:00:02.504 INFO kablam! Checking PolyPasswordHasher v0.1.0 (/source) Oct 21 18:00:03.377 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 18:00:03.377 INFO kablam! --> src/shamirsecret.rs:341:29 Oct 21 18:00:03.377 INFO kablam! | Oct 21 18:00:03.377 INFO kablam! 341 | let mut c = vec![0; (b.len() - a.len())]; Oct 21 18:00:03.377 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 18:00:03.377 INFO kablam! | Oct 21 18:00:03.377 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 18:00:03.377 INFO kablam! Oct 21 18:00:03.377 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 18:00:03.377 INFO kablam! --> src/shamirsecret.rs:344:29 Oct 21 18:00:03.377 INFO kablam! | Oct 21 18:00:03.377 INFO kablam! 344 | let mut c = vec![0; (a.len() - b.len())]; Oct 21 18:00:03.377 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 18:00:03.377 INFO kablam! Oct 21 18:00:03.564 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 18:00:03.564 INFO kablam! --> src/shamirsecret.rs:341:29 Oct 21 18:00:03.564 INFO kablam! | Oct 21 18:00:03.564 INFO kablam! 341 | let mut c = vec![0; (b.len() - a.len())]; Oct 21 18:00:03.564 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 18:00:03.564 INFO kablam! | Oct 21 18:00:03.564 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 18:00:03.564 INFO kablam! Oct 21 18:00:03.564 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 18:00:03.564 INFO kablam! --> src/shamirsecret.rs:344:29 Oct 21 18:00:03.564 INFO kablam! | Oct 21 18:00:03.565 INFO kablam! 344 | let mut c = vec![0; (a.len() - b.len())]; Oct 21 18:00:03.565 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 18:00:03.565 INFO kablam! Oct 21 18:00:03.827 INFO kablam! warning: crate `PolyPasswordHasher` should have a snake case name such as `poly_password_hasher` Oct 21 18:00:03.827 INFO kablam! | Oct 21 18:00:03.827 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 18:00:03.827 INFO kablam! Oct 21 18:00:03.892 INFO kablam! warning: unused variable: `accounts` Oct 21 18:00:03.892 INFO kablam! --> src/lib.rs:46:13 Oct 21 18:00:03.892 INFO kablam! | Oct 21 18:00:03.892 INFO kablam! 46 | let accounts = AccountsWrapper { Oct 21 18:00:03.892 INFO kablam! | ^^^^^^^^ help: consider using `_accounts` instead Oct 21 18:00:03.892 INFO kablam! | Oct 21 18:00:03.892 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 18:00:03.892 INFO kablam! Oct 21 18:00:04.052 INFO kablam! warning: crate `PolyPasswordHasher` should have a snake case name such as `poly_password_hasher` Oct 21 18:00:04.052 INFO kablam! | Oct 21 18:00:04.052 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 18:00:04.052 INFO kablam! Oct 21 18:00:04.105 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 21.64s Oct 21 18:00:04.122 INFO kablam! su: No module specific data is present Oct 21 18:00:04.804 INFO running `"docker" "rm" "-f" "f103eebc8e1ac81a46149b02d07576354a3e4e110bf1fa2d00270bac9b3adae6"` Oct 21 18:00:05.039 INFO blam! f103eebc8e1ac81a46149b02d07576354a3e4e110bf1fa2d00270bac9b3adae6