Sep 04 18:01:39.627 INFO checking fcp_cryptoauth-0.1.0 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 18:01:39.627 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 18:01:39.627 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 18:01:39.887 INFO blam! 5e78f6cbbf52e92650eff01084acbedb3d44ee6e09a10e1f1b12e896d16d7797 Sep 04 18:01:39.890 INFO running `"docker" "start" "-a" "5e78f6cbbf52e92650eff01084acbedb3d44ee6e09a10e1f1b12e896d16d7797"` Sep 04 18:01:40.679 INFO kablam! Checking fcp_cryptoauth v0.1.0 (file:///source) Sep 04 18:01:43.064 INFO kablam! warning: variable does not need to be mutable Sep 04 18:01:43.064 INFO kablam! --> src/passwords.rs:19:13 Sep 04 18:01:43.064 INFO kablam! | Sep 04 18:01:43.064 INFO kablam! 19 | let mut bucket = { Sep 04 18:01:43.064 INFO kablam! | ----^^^^^^ Sep 04 18:01:43.064 INFO kablam! | | Sep 04 18:01:43.064 INFO kablam! | help: remove this `mut` Sep 04 18:01:43.064 INFO kablam! | Sep 04 18:01:43.064 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 18:01:43.064 INFO kablam! Sep 04 18:01:43.066 INFO kablam! warning: variable does not need to be mutable Sep 04 18:01:43.066 INFO kablam! --> src/passwords.rs:34:13 Sep 04 18:01:43.066 INFO kablam! | Sep 04 18:01:43.066 INFO kablam! 34 | let mut bucket = { Sep 04 18:01:43.066 INFO kablam! | ----^^^^^^ Sep 04 18:01:43.066 INFO kablam! | | Sep 04 18:01:43.066 INFO kablam! | help: remove this `mut` Sep 04 18:01:43.066 INFO kablam! Sep 04 18:01:43.176 INFO kablam! warning: variable does not need to be mutable Sep 04 18:01:43.176 INFO kablam! --> src/passwords.rs:19:13 Sep 04 18:01:43.176 INFO kablam! | Sep 04 18:01:43.176 INFO kablam! 19 | let mut bucket = { Sep 04 18:01:43.176 INFO kablam! | ----^^^^^^ Sep 04 18:01:43.176 INFO kablam! | | Sep 04 18:01:43.177 INFO kablam! | help: remove this `mut` Sep 04 18:01:43.177 INFO kablam! | Sep 04 18:01:43.177 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 18:01:43.177 INFO kablam! Sep 04 18:01:43.178 INFO kablam! warning: variable does not need to be mutable Sep 04 18:01:43.178 INFO kablam! --> src/passwords.rs:34:13 Sep 04 18:01:43.178 INFO kablam! | Sep 04 18:01:43.178 INFO kablam! 34 | let mut bucket = { Sep 04 18:01:43.178 INFO kablam! | ----^^^^^^ Sep 04 18:01:43.178 INFO kablam! | | Sep 04 18:01:43.179 INFO kablam! | help: remove this `mut` Sep 04 18:01:43.179 INFO kablam! Sep 04 18:01:45.326 INFO kablam! warning: unused import: `hex::ToHex` Sep 04 18:01:45.326 INFO kablam! --> examples/shake_hands.rs:8:5 Sep 04 18:01:45.326 INFO kablam! | Sep 04 18:01:45.326 INFO kablam! 8 | use hex::ToHex; Sep 04 18:01:45.326 INFO kablam! | ^^^^^^^^^^ Sep 04 18:01:45.327 INFO kablam! | Sep 04 18:01:45.327 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 18:01:45.327 INFO kablam! Sep 04 18:01:45.576 INFO kablam! warning: unused variable: `addr` Sep 04 18:01:45.576 INFO kablam! --> examples/shake_hands.rs:48:20 Sep 04 18:01:45.576 INFO kablam! | Sep 04 18:01:45.576 INFO kablam! 48 | let (nb_bytes, addr) = sock.recv_from(&mut buf).unwrap(); Sep 04 18:01:45.576 INFO kablam! | ^^^^ help: consider using `_addr` instead Sep 04 18:01:45.577 INFO kablam! | Sep 04 18:01:45.578 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 04 18:01:45.578 INFO kablam! Sep 04 18:01:45.578 INFO kablam! warning: unused variable: `addr` Sep 04 18:01:45.578 INFO kablam! --> examples/shake_hands.rs:76:24 Sep 04 18:01:45.578 INFO kablam! | Sep 04 18:01:45.578 INFO kablam! 76 | let (nb_bytes, addr) = sock.recv_from(&mut buf).unwrap(); Sep 04 18:01:45.579 INFO kablam! | ^^^^ help: consider using `_addr` instead Sep 04 18:01:45.582 INFO kablam! Sep 04 18:01:45.583 INFO kablam! warning: unused variable: `buf` Sep 04 18:01:45.583 INFO kablam! --> examples/shake_hands.rs:81:13 Sep 04 18:01:45.583 INFO kablam! | Sep 04 18:01:45.583 INFO kablam! 81 | let buf = packet.raw; Sep 04 18:01:45.583 INFO kablam! | ^^^ help: consider using `_buf` instead Sep 04 18:01:45.583 INFO kablam! Sep 04 18:01:46.899 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.31s Sep 04 18:01:46.907 INFO kablam! su: No module specific data is present Sep 04 18:01:47.262 INFO running `"docker" "rm" "-f" "5e78f6cbbf52e92650eff01084acbedb3d44ee6e09a10e1f1b12e896d16d7797"` Sep 04 18:01:47.398 INFO blam! 5e78f6cbbf52e92650eff01084acbedb3d44ee6e09a10e1f1b12e896d16d7797