Oct 27 01:53:12.752 INFO checking krishnakumar4a4/rust-epmd against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 01:53:12.753 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 01:53:13.095 INFO blam! 68f11937231146630bd5fc04fbbddd159ce026343fd28e7888b827abf134dbe1 Oct 27 01:53:13.107 INFO running `"docker" "start" "-a" "68f11937231146630bd5fc04fbbddd159ce026343fd28e7888b827abf134dbe1"` Oct 27 01:53:13.718 INFO kablam! usermod: no changes Oct 27 01:53:13.827 INFO kablam! Checking rust-empd v0.1.0 (/source) Oct 27 01:53:15.056 INFO kablam! warning: unused variable: `r_array` Oct 27 01:53:15.056 INFO kablam! --> src/main.rs:77:13 Oct 27 01:53:15.056 INFO kablam! | Oct 27 01:53:15.056 INFO kablam! 77 | let mut r_array: [u8; 30] = [0; 30]; Oct 27 01:53:15.056 INFO kablam! | ^^^^^^^ help: consider using `_r_array` instead Oct 27 01:53:15.056 INFO kablam! | Oct 27 01:53:15.056 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 01:53:15.056 INFO kablam! Oct 27 01:53:15.071 INFO kablam! warning: variable does not need to be mutable Oct 27 01:53:15.071 INFO kablam! --> src/main.rs:77:9 Oct 27 01:53:15.071 INFO kablam! | Oct 27 01:53:15.071 INFO kablam! 77 | let mut r_array: [u8; 30] = [0; 30]; Oct 27 01:53:15.071 INFO kablam! | ----^^^^^^^ Oct 27 01:53:15.071 INFO kablam! | | Oct 27 01:53:15.071 INFO kablam! | help: remove this `mut` Oct 27 01:53:15.071 INFO kablam! | Oct 27 01:53:15.071 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 01:53:15.071 INFO kablam! Oct 27 01:53:15.071 INFO kablam! warning: function is never used: `ask_port` Oct 27 01:53:15.071 INFO kablam! --> src/main.rs:50:1 Oct 27 01:53:15.071 INFO kablam! | Oct 27 01:53:15.071 INFO kablam! 50 | fn ask_port(stream: &mut TcpStream) { Oct 27 01:53:15.072 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:53:15.072 INFO kablam! | Oct 27 01:53:15.072 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 01:53:15.072 INFO kablam! Oct 27 01:53:15.072 INFO kablam! warning: variable `bufVec` should have a snake case name such as `buf_vec` Oct 27 01:53:15.072 INFO kablam! --> src/main.rs:19:9 Oct 27 01:53:15.072 INFO kablam! | Oct 27 01:53:15.072 INFO kablam! 19 | let mut bufVec: [u8; 22] = [0; 22]; Oct 27 01:53:15.072 INFO kablam! | ^^^^^^^^^^ Oct 27 01:53:15.072 INFO kablam! | Oct 27 01:53:15.072 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 01:53:15.072 INFO kablam! Oct 27 01:53:15.127 INFO kablam! warning: unused variable: `r_array` Oct 27 01:53:15.127 INFO kablam! --> src/main.rs:77:13 Oct 27 01:53:15.127 INFO kablam! | Oct 27 01:53:15.127 INFO kablam! 77 | let mut r_array: [u8; 30] = [0; 30]; Oct 27 01:53:15.127 INFO kablam! | ^^^^^^^ help: consider using `_r_array` instead Oct 27 01:53:15.127 INFO kablam! | Oct 27 01:53:15.127 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 01:53:15.127 INFO kablam! Oct 27 01:53:15.137 INFO kablam! warning: variable does not need to be mutable Oct 27 01:53:15.137 INFO kablam! --> src/main.rs:77:9 Oct 27 01:53:15.137 INFO kablam! | Oct 27 01:53:15.137 INFO kablam! 77 | let mut r_array: [u8; 30] = [0; 30]; Oct 27 01:53:15.137 INFO kablam! | ----^^^^^^^ Oct 27 01:53:15.137 INFO kablam! | | Oct 27 01:53:15.137 INFO kablam! | help: remove this `mut` Oct 27 01:53:15.137 INFO kablam! | Oct 27 01:53:15.137 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 01:53:15.137 INFO kablam! Oct 27 01:53:15.137 INFO kablam! warning: function is never used: `ask_port` Oct 27 01:53:15.138 INFO kablam! --> src/main.rs:50:1 Oct 27 01:53:15.138 INFO kablam! | Oct 27 01:53:15.138 INFO kablam! 50 | fn ask_port(stream: &mut TcpStream) { Oct 27 01:53:15.138 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:53:15.138 INFO kablam! | Oct 27 01:53:15.138 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 01:53:15.138 INFO kablam! Oct 27 01:53:15.138 INFO kablam! warning: variable `bufVec` should have a snake case name such as `buf_vec` Oct 27 01:53:15.138 INFO kablam! --> src/main.rs:19:9 Oct 27 01:53:15.138 INFO kablam! | Oct 27 01:53:15.138 INFO kablam! 19 | let mut bufVec: [u8; 22] = [0; 22]; Oct 27 01:53:15.138 INFO kablam! | ^^^^^^^^^^ Oct 27 01:53:15.138 INFO kablam! | Oct 27 01:53:15.138 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 01:53:15.138 INFO kablam! Oct 27 01:53:15.182 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.44s Oct 27 01:53:15.195 INFO kablam! su: No module specific data is present Oct 27 01:53:15.901 INFO running `"docker" "rm" "-f" "68f11937231146630bd5fc04fbbddd159ce026343fd28e7888b827abf134dbe1"` Oct 27 01:53:16.010 INFO blam! 68f11937231146630bd5fc04fbbddd159ce026343fd28e7888b827abf134dbe1