Sep 14 16:43:58.876 INFO checking fcp_cryptoauth-0.1.0 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 16:43:58.876 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 16:43:58.876 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-2/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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=1000" "-e" "CMD=cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 16:43:59.122 INFO blam! 7bea829c05c320cce459ab758154b576899d09ce1a9e8dd2a58afebfcc516001 Sep 14 16:43:59.123 INFO running `"docker" "start" "-a" "7bea829c05c320cce459ab758154b576899d09ce1a9e8dd2a58afebfcc516001"` Sep 14 16:43:59.932 INFO kablam! usermod: no changes Sep 14 16:44:00.013 INFO kablam! Compiling unwrap v1.1.0 Sep 14 16:44:00.013 INFO kablam! Compiling flate2 v0.2.20 Sep 14 16:44:01.199 INFO kablam! Compiling rust_sodium-sys v0.1.2 Sep 14 16:45:52.686 INFO kablam! Checking rust_sodium v0.1.2 Sep 14 16:45:55.010 INFO kablam! Checking fcp_cryptoauth v0.1.0 (file:///source) Sep 14 16:45:56.055 INFO kablam! warning: variable does not need to be mutable Sep 14 16:45:56.055 INFO kablam! --> src/passwords.rs:19:13 Sep 14 16:45:56.055 INFO kablam! | Sep 14 16:45:56.055 INFO kablam! 19 | let mut bucket = { Sep 14 16:45:56.055 INFO kablam! | ----^^^^^^ Sep 14 16:45:56.055 INFO kablam! | | Sep 14 16:45:56.055 INFO kablam! | help: remove this `mut` Sep 14 16:45:56.055 INFO kablam! | Sep 14 16:45:56.055 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 14 16:45:56.055 INFO kablam! Sep 14 16:45:56.055 INFO kablam! warning: variable does not need to be mutable Sep 14 16:45:56.055 INFO kablam! --> src/passwords.rs:34:13 Sep 14 16:45:56.055 INFO kablam! | Sep 14 16:45:56.055 INFO kablam! 34 | let mut bucket = { Sep 14 16:45:56.055 INFO kablam! | ----^^^^^^ Sep 14 16:45:56.055 INFO kablam! | | Sep 14 16:45:56.055 INFO kablam! | help: remove this `mut` Sep 14 16:45:56.055 INFO kablam! Sep 14 16:45:56.415 INFO kablam! warning: variable does not need to be mutable Sep 14 16:45:56.416 INFO kablam! --> src/passwords.rs:19:13 Sep 14 16:45:56.416 INFO kablam! | Sep 14 16:45:56.416 INFO kablam! 19 | let mut bucket = { Sep 14 16:45:56.416 INFO kablam! | ----^^^^^^ Sep 14 16:45:56.416 INFO kablam! | | Sep 14 16:45:56.416 INFO kablam! | help: remove this `mut` Sep 14 16:45:56.416 INFO kablam! | Sep 14 16:45:56.416 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 14 16:45:56.416 INFO kablam! Sep 14 16:45:56.416 INFO kablam! warning: variable does not need to be mutable Sep 14 16:45:56.416 INFO kablam! --> src/passwords.rs:34:13 Sep 14 16:45:56.416 INFO kablam! | Sep 14 16:45:56.416 INFO kablam! 34 | let mut bucket = { Sep 14 16:45:56.416 INFO kablam! | ----^^^^^^ Sep 14 16:45:56.416 INFO kablam! | | Sep 14 16:45:56.416 INFO kablam! | help: remove this `mut` Sep 14 16:45:56.416 INFO kablam! Sep 14 16:45:56.970 INFO kablam! warning: unused import: `hex::ToHex` Sep 14 16:45:56.970 INFO kablam! --> examples/shake_hands.rs:8:5 Sep 14 16:45:56.970 INFO kablam! | Sep 14 16:45:56.970 INFO kablam! 8 | use hex::ToHex; Sep 14 16:45:56.970 INFO kablam! | ^^^^^^^^^^ Sep 14 16:45:56.970 INFO kablam! | Sep 14 16:45:56.970 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 16:45:56.970 INFO kablam! Sep 14 16:45:57.061 INFO kablam! warning: unused variable: `addr` Sep 14 16:45:57.061 INFO kablam! --> examples/shake_hands.rs:48:20 Sep 14 16:45:57.061 INFO kablam! | Sep 14 16:45:57.061 INFO kablam! 48 | let (nb_bytes, addr) = sock.recv_from(&mut buf).unwrap(); Sep 14 16:45:57.061 INFO kablam! | ^^^^ help: consider using `_addr` instead Sep 14 16:45:57.061 INFO kablam! | Sep 14 16:45:57.061 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 14 16:45:57.061 INFO kablam! Sep 14 16:45:57.061 INFO kablam! warning: unused variable: `addr` Sep 14 16:45:57.061 INFO kablam! --> examples/shake_hands.rs:76:24 Sep 14 16:45:57.061 INFO kablam! | Sep 14 16:45:57.061 INFO kablam! 76 | let (nb_bytes, addr) = sock.recv_from(&mut buf).unwrap(); Sep 14 16:45:57.061 INFO kablam! | ^^^^ help: consider using `_addr` instead Sep 14 16:45:57.061 INFO kablam! Sep 14 16:45:57.061 INFO kablam! warning: unused variable: `buf` Sep 14 16:45:57.061 INFO kablam! --> examples/shake_hands.rs:81:13 Sep 14 16:45:57.061 INFO kablam! | Sep 14 16:45:57.061 INFO kablam! 81 | let buf = packet.raw; Sep 14 16:45:57.061 INFO kablam! | ^^^ help: consider using `_buf` instead Sep 14 16:45:57.061 INFO kablam! Sep 14 16:45:57.502 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 57s Sep 14 16:45:57.506 INFO kablam! su: No module specific data is present Sep 14 16:45:58.028 INFO running `"docker" "rm" "-f" "7bea829c05c320cce459ab758154b576899d09ce1a9e8dd2a58afebfcc516001"` Sep 14 16:45:58.084 INFO blam! 7bea829c05c320cce459ab758154b576899d09ce1a9e8dd2a58afebfcc516001