Oct 21 13:34:04.371 INFO checking sourcepirate/pichu against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 13:34:04.371 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 13:34:04.781 INFO blam! 19ce82fa1ae303f5e8f149f2f5e63b35089314066507ed8ccc4c4fd7cf74b666 Oct 21 13:34:04.783 INFO running `"docker" "start" "-a" "19ce82fa1ae303f5e8f149f2f5e63b35089314066507ed8ccc4c4fd7cf74b666"` Oct 21 13:34:06.265 INFO kablam! usermod: no changes Oct 21 13:34:06.436 INFO kablam! Checking either v1.5.0 Oct 21 13:34:06.440 INFO kablam! Checking regex v1.0.0 Oct 21 13:34:07.292 INFO kablam! Checking futures-core v0.2.1 Oct 21 13:34:08.036 INFO kablam! Checking futures-channel v0.2.1 Oct 21 13:34:08.036 INFO kablam! Checking futures-io v0.2.1 Oct 21 13:34:09.092 INFO kablam! Checking futures-sink v0.2.1 Oct 21 13:34:09.469 INFO kablam! Checking futures-util v0.2.1 Oct 21 13:34:10.920 INFO kablam! Checking env_logger v0.5.10 Oct 21 13:34:13.774 INFO kablam! Checking futures-executor v0.2.1 Oct 21 13:34:14.517 INFO kablam! Checking futures-stable v0.2.1 Oct 21 13:34:14.705 INFO kablam! Checking futures-async-runtime v0.2.1 Oct 21 13:34:14.876 INFO kablam! Checking futures v0.2.1 Oct 21 13:34:15.244 INFO kablam! Checking pichu v0.1.0 (/source) Oct 21 13:34:16.224 INFO kablam! warning: unused import: `Read` Oct 21 13:34:16.224 INFO kablam! --> src/core.rs:2:33 Oct 21 13:34:16.224 INFO kablam! | Oct 21 13:34:16.224 INFO kablam! 2 | use std::io::{Error, BufReader, Read, Write}; Oct 21 13:34:16.224 INFO kablam! | ^^^^ Oct 21 13:34:16.224 INFO kablam! | Oct 21 13:34:16.224 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 13:34:16.224 INFO kablam! Oct 21 13:34:16.272 INFO kablam! warning: unused import: `Read` Oct 21 13:34:16.272 INFO kablam! --> src/core.rs:2:33 Oct 21 13:34:16.272 INFO kablam! | Oct 21 13:34:16.272 INFO kablam! 2 | use std::io::{Error, BufReader, Read, Write}; Oct 21 13:34:16.272 INFO kablam! | ^^^^ Oct 21 13:34:16.284 INFO kablam! | Oct 21 13:34:16.284 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 13:34:16.284 INFO kablam! Oct 21 13:34:16.292 INFO kablam! warning: unused import: `Write` Oct 21 13:34:16.292 INFO kablam! --> src/core.rs:2:39 Oct 21 13:34:16.292 INFO kablam! | Oct 21 13:34:16.292 INFO kablam! 2 | use std::io::{Error, BufReader, Read, Write}; Oct 21 13:34:16.292 INFO kablam! | ^^^^^ Oct 21 13:34:16.292 INFO kablam! Oct 21 13:34:16.296 INFO kablam! warning: unused variable: `written` Oct 21 13:34:16.296 INFO kablam! --> src/core.rs:37:25 Oct 21 13:34:16.296 INFO kablam! | Oct 21 13:34:16.296 INFO kablam! 37 | let written = self.shipper.send(sop.unwrap())?; Oct 21 13:34:16.296 INFO kablam! | ^^^^^^^ help: consider using `_written` instead Oct 21 13:34:16.296 INFO kablam! | Oct 21 13:34:16.296 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 13:34:16.296 INFO kablam! Oct 21 13:34:16.304 INFO kablam! warning: variable does not need to be mutable Oct 21 13:34:16.304 INFO kablam! --> src/main.rs:36:9 Oct 21 13:34:16.304 INFO kablam! | Oct 21 13:34:16.304 INFO kablam! 36 | let mut lresult = core::LogListener::new(file_path_input.to_str().unwrap(), address); Oct 21 13:34:16.304 INFO kablam! | ----^^^^^^^ Oct 21 13:34:16.304 INFO kablam! | | Oct 21 13:34:16.304 INFO kablam! | help: remove this `mut` Oct 21 13:34:16.304 INFO kablam! | Oct 21 13:34:16.304 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 13:34:16.304 INFO kablam! Oct 21 13:34:16.312 INFO kablam! warning: variable does not need to be mutable Oct 21 13:34:16.312 INFO kablam! --> src/core.rs:18:13 Oct 21 13:34:16.312 INFO kablam! | Oct 21 13:34:16.312 INFO kablam! 18 | let mut file = File::open(fp)?; Oct 21 13:34:16.312 INFO kablam! | ----^^^^ Oct 21 13:34:16.312 INFO kablam! | | Oct 21 13:34:16.312 INFO kablam! | help: remove this `mut` Oct 21 13:34:16.312 INFO kablam! Oct 21 13:34:16.312 INFO kablam! warning: variable does not need to be mutable Oct 21 13:34:16.312 INFO kablam! --> src/core.rs:19:13 Oct 21 13:34:16.312 INFO kablam! | Oct 21 13:34:16.312 INFO kablam! 19 | let mut reader = BufReader::new(file); Oct 21 13:34:16.312 INFO kablam! | ----^^^^^^ Oct 21 13:34:16.312 INFO kablam! | | Oct 21 13:34:16.312 INFO kablam! | help: remove this `mut` Oct 21 13:34:16.312 INFO kablam! Oct 21 13:34:16.312 INFO kablam! warning: variable does not need to be mutable Oct 21 13:34:16.312 INFO kablam! --> src/core.rs:20:13 Oct 21 13:34:16.312 INFO kablam! | Oct 21 13:34:16.312 INFO kablam! 20 | let mut shipper = TcpShipper::new(url.to_owned())?; Oct 21 13:34:16.312 INFO kablam! | ----^^^^^^^ Oct 21 13:34:16.312 INFO kablam! | | Oct 21 13:34:16.312 INFO kablam! | help: remove this `mut` Oct 21 13:34:16.312 INFO kablam! Oct 21 13:34:16.386 INFO kablam! warning: unused import: `Write` Oct 21 13:34:16.386 INFO kablam! --> src/core.rs:2:39 Oct 21 13:34:16.386 INFO kablam! | Oct 21 13:34:16.386 INFO kablam! 2 | use std::io::{Error, BufReader, Read, Write}; Oct 21 13:34:16.386 INFO kablam! | ^^^^^ Oct 21 13:34:16.386 INFO kablam! Oct 21 13:34:16.390 INFO kablam! warning: unused variable: `written` Oct 21 13:34:16.390 INFO kablam! --> src/core.rs:37:25 Oct 21 13:34:16.390 INFO kablam! | Oct 21 13:34:16.390 INFO kablam! 37 | let written = self.shipper.send(sop.unwrap())?; Oct 21 13:34:16.390 INFO kablam! | ^^^^^^^ help: consider using `_written` instead Oct 21 13:34:16.390 INFO kablam! | Oct 21 13:34:16.390 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 13:34:16.390 INFO kablam! Oct 21 13:34:16.404 INFO kablam! warning: variable does not need to be mutable Oct 21 13:34:16.404 INFO kablam! --> src/main.rs:36:9 Oct 21 13:34:16.404 INFO kablam! | Oct 21 13:34:16.404 INFO kablam! 36 | let mut lresult = core::LogListener::new(file_path_input.to_str().unwrap(), address); Oct 21 13:34:16.404 INFO kablam! | ----^^^^^^^ Oct 21 13:34:16.404 INFO kablam! | | Oct 21 13:34:16.404 INFO kablam! | help: remove this `mut` Oct 21 13:34:16.404 INFO kablam! | Oct 21 13:34:16.404 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 13:34:16.404 INFO kablam! Oct 21 13:34:16.410 INFO kablam! warning: variable does not need to be mutable Oct 21 13:34:16.410 INFO kablam! --> src/core.rs:18:13 Oct 21 13:34:16.410 INFO kablam! | Oct 21 13:34:16.410 INFO kablam! 18 | let mut file = File::open(fp)?; Oct 21 13:34:16.410 INFO kablam! | ----^^^^ Oct 21 13:34:16.410 INFO kablam! | | Oct 21 13:34:16.410 INFO kablam! | help: remove this `mut` Oct 21 13:34:16.410 INFO kablam! Oct 21 13:34:16.410 INFO kablam! warning: variable does not need to be mutable Oct 21 13:34:16.410 INFO kablam! --> src/core.rs:19:13 Oct 21 13:34:16.410 INFO kablam! | Oct 21 13:34:16.410 INFO kablam! 19 | let mut reader = BufReader::new(file); Oct 21 13:34:16.411 INFO kablam! | ----^^^^^^ Oct 21 13:34:16.411 INFO kablam! | | Oct 21 13:34:16.411 INFO kablam! | help: remove this `mut` Oct 21 13:34:16.411 INFO kablam! Oct 21 13:34:16.411 INFO kablam! warning: variable does not need to be mutable Oct 21 13:34:16.411 INFO kablam! --> src/core.rs:20:13 Oct 21 13:34:16.411 INFO kablam! | Oct 21 13:34:16.411 INFO kablam! 20 | let mut shipper = TcpShipper::new(url.to_owned())?; Oct 21 13:34:16.411 INFO kablam! | ----^^^^^^^ Oct 21 13:34:16.411 INFO kablam! | | Oct 21 13:34:16.411 INFO kablam! | help: remove this `mut` Oct 21 13:34:16.411 INFO kablam! Oct 21 13:34:16.448 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.16s Oct 21 13:34:16.456 INFO kablam! su: No module specific data is present Oct 21 13:34:17.685 INFO running `"docker" "rm" "-f" "19ce82fa1ae303f5e8f149f2f5e63b35089314066507ed8ccc4c4fd7cf74b666"` Oct 21 13:34:18.030 INFO blam! 19ce82fa1ae303f5e8f149f2f5e63b35089314066507ed8ccc4c4fd7cf74b666