Oct 26 20:32:00.244 INFO checking sourcepirate/pichu against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 20:32:00.244 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/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 26 20:32:00.689 INFO blam! 1db3c4ce048f9d7ef69327406ac7a9964ed079fc6bd0420798587eb418fcb059 Oct 26 20:32:00.694 INFO running `"docker" "start" "-a" "1db3c4ce048f9d7ef69327406ac7a9964ed079fc6bd0420798587eb418fcb059"` Oct 26 20:32:02.463 INFO kablam! usermod: no changes Oct 26 20:32:02.569 INFO kablam! Checking either v1.5.0 Oct 26 20:32:02.571 INFO kablam! Checking regex v1.0.0 Oct 26 20:32:03.251 INFO kablam! Checking futures-core v0.2.1 Oct 26 20:32:04.123 INFO kablam! Checking futures-channel v0.2.1 Oct 26 20:32:04.123 INFO kablam! Checking futures-io v0.2.1 Oct 26 20:32:04.971 INFO kablam! Checking futures-sink v0.2.1 Oct 26 20:32:05.531 INFO kablam! Checking futures-util v0.2.1 Oct 26 20:32:06.979 INFO kablam! Checking env_logger v0.5.10 Oct 26 20:32:09.079 INFO kablam! Checking futures-executor v0.2.1 Oct 26 20:32:09.491 INFO kablam! Checking futures-stable v0.2.1 Oct 26 20:32:09.604 INFO kablam! Checking futures-async-runtime v0.2.1 Oct 26 20:32:09.730 INFO kablam! Checking futures v0.2.1 Oct 26 20:32:10.013 INFO kablam! Checking pichu v0.1.0 (/source) Oct 26 20:32:10.664 INFO kablam! warning: unused import: `Read` Oct 26 20:32:10.665 INFO kablam! --> src/core.rs:2:33 Oct 26 20:32:10.665 INFO kablam! | Oct 26 20:32:10.666 INFO kablam! 2 | use std::io::{Error, BufReader, Read, Write}; Oct 26 20:32:10.667 INFO kablam! | ^^^^ Oct 26 20:32:10.667 INFO kablam! | Oct 26 20:32:10.668 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 20:32:10.668 INFO kablam! Oct 26 20:32:10.788 INFO kablam! warning: unused import: `Write` Oct 26 20:32:10.789 INFO kablam! --> src/core.rs:2:39 Oct 26 20:32:10.789 INFO kablam! | Oct 26 20:32:10.790 INFO kablam! 2 | use std::io::{Error, BufReader, Read, Write}; Oct 26 20:32:10.791 INFO kablam! | ^^^^^ Oct 26 20:32:10.791 INFO kablam! Oct 26 20:32:10.797 INFO kablam! warning: unused variable: `written` Oct 26 20:32:10.798 INFO kablam! --> src/core.rs:37:25 Oct 26 20:32:10.798 INFO kablam! | Oct 26 20:32:10.799 INFO kablam! 37 | let written = self.shipper.send(sop.unwrap())?; Oct 26 20:32:10.800 INFO kablam! | ^^^^^^^ help: consider using `_written` instead Oct 26 20:32:10.800 INFO kablam! | Oct 26 20:32:10.801 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 20:32:10.802 INFO kablam! Oct 26 20:32:10.809 INFO kablam! warning: variable does not need to be mutable Oct 26 20:32:10.809 INFO kablam! --> src/main.rs:36:9 Oct 26 20:32:10.810 INFO kablam! | Oct 26 20:32:10.811 INFO kablam! 36 | let mut lresult = core::LogListener::new(file_path_input.to_str().unwrap(), address); Oct 26 20:32:10.811 INFO kablam! | ----^^^^^^^ Oct 26 20:32:10.812 INFO kablam! | | Oct 26 20:32:10.813 INFO kablam! | help: remove this `mut` Oct 26 20:32:10.813 INFO kablam! | Oct 26 20:32:10.814 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 20:32:10.814 INFO kablam! Oct 26 20:32:10.823 INFO kablam! warning: variable does not need to be mutable Oct 26 20:32:10.824 INFO kablam! --> src/core.rs:18:13 Oct 26 20:32:10.825 INFO kablam! | Oct 26 20:32:10.825 INFO kablam! 18 | let mut file = File::open(fp)?; Oct 26 20:32:10.826 INFO kablam! | ----^^^^ Oct 26 20:32:10.826 INFO kablam! | | Oct 26 20:32:10.827 INFO kablam! | help: remove this `mut` Oct 26 20:32:10.828 INFO kablam! Oct 26 20:32:10.828 INFO kablam! warning: variable does not need to be mutable Oct 26 20:32:10.829 INFO kablam! --> src/core.rs:19:13 Oct 26 20:32:10.830 INFO kablam! | Oct 26 20:32:10.830 INFO kablam! 19 | let mut reader = BufReader::new(file); Oct 26 20:32:10.831 INFO kablam! | ----^^^^^^ Oct 26 20:32:10.831 INFO kablam! | | Oct 26 20:32:10.832 INFO kablam! | help: remove this `mut` Oct 26 20:32:10.833 INFO kablam! Oct 26 20:32:10.833 INFO kablam! warning: variable does not need to be mutable Oct 26 20:32:10.834 INFO kablam! --> src/core.rs:20:13 Oct 26 20:32:10.834 INFO kablam! | Oct 26 20:32:10.835 INFO kablam! 20 | let mut shipper = TcpShipper::new(url.to_owned())?; Oct 26 20:32:10.836 INFO kablam! | ----^^^^^^^ Oct 26 20:32:10.836 INFO kablam! | | Oct 26 20:32:10.837 INFO kablam! | help: remove this `mut` Oct 26 20:32:10.837 INFO kablam! Oct 26 20:32:10.903 INFO kablam! warning: unused import: `Read` Oct 26 20:32:10.903 INFO kablam! --> src/core.rs:2:33 Oct 26 20:32:10.903 INFO kablam! | Oct 26 20:32:10.903 INFO kablam! 2 | use std::io::{Error, BufReader, Read, Write}; Oct 26 20:32:10.903 INFO kablam! | ^^^^ Oct 26 20:32:10.903 INFO kablam! | Oct 26 20:32:10.904 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 20:32:10.904 INFO kablam! Oct 26 20:32:11.021 INFO kablam! warning: unused import: `Write` Oct 26 20:32:11.022 INFO kablam! --> src/core.rs:2:39 Oct 26 20:32:11.022 INFO kablam! | Oct 26 20:32:11.022 INFO kablam! 2 | use std::io::{Error, BufReader, Read, Write}; Oct 26 20:32:11.022 INFO kablam! | ^^^^^ Oct 26 20:32:11.022 INFO kablam! Oct 26 20:32:11.027 INFO kablam! warning: unused variable: `written` Oct 26 20:32:11.027 INFO kablam! --> src/core.rs:37:25 Oct 26 20:32:11.027 INFO kablam! | Oct 26 20:32:11.027 INFO kablam! 37 | let written = self.shipper.send(sop.unwrap())?; Oct 26 20:32:11.027 INFO kablam! | ^^^^^^^ help: consider using `_written` instead Oct 26 20:32:11.027 INFO kablam! | Oct 26 20:32:11.027 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 20:32:11.027 INFO kablam! Oct 26 20:32:11.044 INFO kablam! warning: variable does not need to be mutable Oct 26 20:32:11.044 INFO kablam! --> src/main.rs:36:9 Oct 26 20:32:11.044 INFO kablam! | Oct 26 20:32:11.044 INFO kablam! 36 | let mut lresult = core::LogListener::new(file_path_input.to_str().unwrap(), address); Oct 26 20:32:11.044 INFO kablam! | ----^^^^^^^ Oct 26 20:32:11.044 INFO kablam! | | Oct 26 20:32:11.044 INFO kablam! | help: remove this `mut` Oct 26 20:32:11.044 INFO kablam! | Oct 26 20:32:11.044 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 20:32:11.044 INFO kablam! Oct 26 20:32:11.049 INFO kablam! warning: variable does not need to be mutable Oct 26 20:32:11.049 INFO kablam! --> src/core.rs:18:13 Oct 26 20:32:11.049 INFO kablam! | Oct 26 20:32:11.049 INFO kablam! 18 | let mut file = File::open(fp)?; Oct 26 20:32:11.049 INFO kablam! | ----^^^^ Oct 26 20:32:11.049 INFO kablam! | | Oct 26 20:32:11.049 INFO kablam! | help: remove this `mut` Oct 26 20:32:11.049 INFO kablam! Oct 26 20:32:11.049 INFO kablam! warning: variable does not need to be mutable Oct 26 20:32:11.049 INFO kablam! --> src/core.rs:19:13 Oct 26 20:32:11.049 INFO kablam! | Oct 26 20:32:11.049 INFO kablam! 19 | let mut reader = BufReader::new(file); Oct 26 20:32:11.049 INFO kablam! | ----^^^^^^ Oct 26 20:32:11.049 INFO kablam! | | Oct 26 20:32:11.049 INFO kablam! | help: remove this `mut` Oct 26 20:32:11.049 INFO kablam! Oct 26 20:32:11.049 INFO kablam! warning: variable does not need to be mutable Oct 26 20:32:11.049 INFO kablam! --> src/core.rs:20:13 Oct 26 20:32:11.049 INFO kablam! | Oct 26 20:32:11.049 INFO kablam! 20 | let mut shipper = TcpShipper::new(url.to_owned())?; Oct 26 20:32:11.049 INFO kablam! | ----^^^^^^^ Oct 26 20:32:11.049 INFO kablam! | | Oct 26 20:32:11.049 INFO kablam! | help: remove this `mut` Oct 26 20:32:11.049 INFO kablam! Oct 26 20:32:11.087 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.60s Oct 26 20:32:11.093 INFO kablam! su: No module specific data is present Oct 26 20:32:11.451 INFO running `"docker" "rm" "-f" "1db3c4ce048f9d7ef69327406ac7a9964ed079fc6bd0420798587eb418fcb059"` Oct 26 20:32:11.598 INFO blam! 1db3c4ce048f9d7ef69327406ac7a9964ed079fc6bd0420798587eb418fcb059