Oct 12 23:34:05.116 INFO testing sourcepirate/pichu against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 23:34:05.117 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 12 23:34:05.576 INFO blam! e8b173b6d4e1f338d0e343a179f7df481fc0ce6b305109855b56bf07fc3fc832 Oct 12 23:34:05.583 INFO running `"docker" "start" "-a" "e8b173b6d4e1f338d0e343a179f7df481fc0ce6b305109855b56bf07fc3fc832"` Oct 12 23:34:06.787 INFO kablam! usermod: no changes Oct 12 23:34:06.919 INFO kablam! Compiling either v1.5.0 Oct 12 23:34:06.927 INFO kablam! Compiling iovec v0.1.2 Oct 12 23:34:06.927 INFO kablam! Compiling memchr v2.0.1 Oct 12 23:34:07.399 INFO kablam! Compiling futures-core v0.2.1 Oct 12 23:34:07.855 INFO kablam! Compiling aho-corasick v0.6.4 Oct 12 23:34:08.177 INFO kablam! Compiling futures-channel v0.2.1 Oct 12 23:34:08.178 INFO kablam! Compiling futures-io v0.2.1 Oct 12 23:34:09.313 INFO kablam! Compiling regex v1.0.0 Oct 12 23:34:09.335 INFO kablam! Compiling futures-sink v0.2.1 Oct 12 23:34:09.748 INFO kablam! Compiling futures-util v0.2.1 Oct 12 23:34:14.803 INFO kablam! Compiling futures-executor v0.2.1 Oct 12 23:34:18.801 INFO kablam! Compiling futures-stable v0.2.1 Oct 12 23:34:18.961 INFO kablam! Compiling futures-async-runtime v0.2.1 Oct 12 23:34:18.969 INFO kablam! Compiling env_logger v0.5.10 Oct 12 23:34:19.159 INFO kablam! Compiling futures v0.2.1 Oct 12 23:34:20.471 INFO kablam! Compiling pichu v0.1.0 (/source) Oct 12 23:34:20.987 INFO kablam! warning: unused import: `Read` Oct 12 23:34:20.987 INFO kablam! --> src/core.rs:2:33 Oct 12 23:34:20.987 INFO kablam! | Oct 12 23:34:20.987 INFO kablam! 2 | use std::io::{Error, BufReader, Read, Write}; Oct 12 23:34:20.987 INFO kablam! | ^^^^ Oct 12 23:34:20.987 INFO kablam! | Oct 12 23:34:20.987 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 23:34:20.987 INFO kablam! Oct 12 23:34:21.055 INFO kablam! warning: unused import: `Write` Oct 12 23:34:21.055 INFO kablam! --> src/core.rs:2:39 Oct 12 23:34:21.055 INFO kablam! | Oct 12 23:34:21.055 INFO kablam! 2 | use std::io::{Error, BufReader, Read, Write}; Oct 12 23:34:21.055 INFO kablam! | ^^^^^ Oct 12 23:34:21.055 INFO kablam! Oct 12 23:34:21.059 INFO kablam! warning: unused variable: `written` Oct 12 23:34:21.059 INFO kablam! --> src/core.rs:37:25 Oct 12 23:34:21.059 INFO kablam! | Oct 12 23:34:21.059 INFO kablam! 37 | let written = self.shipper.send(sop.unwrap())?; Oct 12 23:34:21.059 INFO kablam! | ^^^^^^^ help: consider using `_written` instead Oct 12 23:34:21.059 INFO kablam! | Oct 12 23:34:21.059 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 23:34:21.059 INFO kablam! Oct 12 23:34:21.067 INFO kablam! warning: variable does not need to be mutable Oct 12 23:34:21.067 INFO kablam! --> src/main.rs:36:9 Oct 12 23:34:21.067 INFO kablam! | Oct 12 23:34:21.067 INFO kablam! 36 | let mut lresult = core::LogListener::new(file_path_input.to_str().unwrap(), address); Oct 12 23:34:21.067 INFO kablam! | ----^^^^^^^ Oct 12 23:34:21.067 INFO kablam! | | Oct 12 23:34:21.067 INFO kablam! | help: remove this `mut` Oct 12 23:34:21.067 INFO kablam! | Oct 12 23:34:21.067 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 23:34:21.067 INFO kablam! Oct 12 23:34:21.076 INFO kablam! warning: variable does not need to be mutable Oct 12 23:34:21.076 INFO kablam! --> src/core.rs:18:13 Oct 12 23:34:21.076 INFO kablam! | Oct 12 23:34:21.076 INFO kablam! 18 | let mut file = File::open(fp)?; Oct 12 23:34:21.076 INFO kablam! | ----^^^^ Oct 12 23:34:21.076 INFO kablam! | | Oct 12 23:34:21.076 INFO kablam! | help: remove this `mut` Oct 12 23:34:21.076 INFO kablam! Oct 12 23:34:21.076 INFO kablam! warning: variable does not need to be mutable Oct 12 23:34:21.076 INFO kablam! --> src/core.rs:19:13 Oct 12 23:34:21.076 INFO kablam! | Oct 12 23:34:21.076 INFO kablam! 19 | let mut reader = BufReader::new(file); Oct 12 23:34:21.076 INFO kablam! | ----^^^^^^ Oct 12 23:34:21.076 INFO kablam! | | Oct 12 23:34:21.076 INFO kablam! | help: remove this `mut` Oct 12 23:34:21.076 INFO kablam! Oct 12 23:34:21.076 INFO kablam! warning: variable does not need to be mutable Oct 12 23:34:21.076 INFO kablam! --> src/core.rs:20:13 Oct 12 23:34:21.076 INFO kablam! | Oct 12 23:34:21.076 INFO kablam! 20 | let mut shipper = TcpShipper::new(url.to_owned())?; Oct 12 23:34:21.077 INFO kablam! | ----^^^^^^^ Oct 12 23:34:21.077 INFO kablam! | | Oct 12 23:34:21.077 INFO kablam! | help: remove this `mut` Oct 12 23:34:21.077 INFO kablam! Oct 12 23:34:22.948 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 16.14s Oct 12 23:34:22.952 INFO kablam! su: No module specific data is present Oct 12 23:34:23.227 INFO running `"docker" "rm" "-f" "e8b173b6d4e1f338d0e343a179f7df481fc0ce6b305109855b56bf07fc3fc832"` Oct 12 23:34:23.340 INFO blam! e8b173b6d4e1f338d0e343a179f7df481fc0ce6b305109855b56bf07fc3fc832 Oct 12 23:34:23.342 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 12 23:34:23.499 INFO blam! 67bdbb9eda07cc4b42a0b6624ca108c69e1aeed322c4984cedb3b1c996836e56 Oct 12 23:34:23.504 INFO running `"docker" "start" "-a" "67bdbb9eda07cc4b42a0b6624ca108c69e1aeed322c4984cedb3b1c996836e56"` Oct 12 23:34:23.885 INFO kablam! usermod: no changes Oct 12 23:34:23.967 INFO kablam! Compiling pichu v0.1.0 (/source) Oct 12 23:34:24.459 INFO kablam! warning: unused import: `Read` Oct 12 23:34:24.459 INFO kablam! --> src/core.rs:2:33 Oct 12 23:34:24.459 INFO kablam! | Oct 12 23:34:24.459 INFO kablam! 2 | use std::io::{Error, BufReader, Read, Write}; Oct 12 23:34:24.459 INFO kablam! | ^^^^ Oct 12 23:34:24.459 INFO kablam! | Oct 12 23:34:24.459 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 23:34:24.459 INFO kablam! Oct 12 23:34:24.535 INFO kablam! warning: unused import: `Write` Oct 12 23:34:24.535 INFO kablam! --> src/core.rs:2:39 Oct 12 23:34:24.535 INFO kablam! | Oct 12 23:34:24.535 INFO kablam! 2 | use std::io::{Error, BufReader, Read, Write}; Oct 12 23:34:24.535 INFO kablam! | ^^^^^ Oct 12 23:34:24.535 INFO kablam! Oct 12 23:34:24.539 INFO kablam! warning: unused variable: `written` Oct 12 23:34:24.539 INFO kablam! --> src/core.rs:37:25 Oct 12 23:34:24.539 INFO kablam! | Oct 12 23:34:24.539 INFO kablam! 37 | let written = self.shipper.send(sop.unwrap())?; Oct 12 23:34:24.539 INFO kablam! | ^^^^^^^ help: consider using `_written` instead Oct 12 23:34:24.539 INFO kablam! | Oct 12 23:34:24.539 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 23:34:24.539 INFO kablam! Oct 12 23:34:24.543 INFO kablam! warning: variable does not need to be mutable Oct 12 23:34:24.543 INFO kablam! --> src/main.rs:36:9 Oct 12 23:34:24.543 INFO kablam! | Oct 12 23:34:24.543 INFO kablam! 36 | let mut lresult = core::LogListener::new(file_path_input.to_str().unwrap(), address); Oct 12 23:34:24.543 INFO kablam! | ----^^^^^^^ Oct 12 23:34:24.543 INFO kablam! | | Oct 12 23:34:24.543 INFO kablam! | help: remove this `mut` Oct 12 23:34:24.543 INFO kablam! | Oct 12 23:34:24.543 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 23:34:24.543 INFO kablam! Oct 12 23:34:24.550 INFO kablam! warning: variable does not need to be mutable Oct 12 23:34:24.550 INFO kablam! --> src/core.rs:18:13 Oct 12 23:34:24.550 INFO kablam! | Oct 12 23:34:24.550 INFO kablam! 18 | let mut file = File::open(fp)?; Oct 12 23:34:24.550 INFO kablam! | ----^^^^ Oct 12 23:34:24.550 INFO kablam! | | Oct 12 23:34:24.550 INFO kablam! | help: remove this `mut` Oct 12 23:34:24.550 INFO kablam! Oct 12 23:34:24.551 INFO kablam! warning: variable does not need to be mutable Oct 12 23:34:24.551 INFO kablam! --> src/core.rs:19:13 Oct 12 23:34:24.551 INFO kablam! | Oct 12 23:34:24.551 INFO kablam! 19 | let mut reader = BufReader::new(file); Oct 12 23:34:24.551 INFO kablam! | ----^^^^^^ Oct 12 23:34:24.551 INFO kablam! | | Oct 12 23:34:24.551 INFO kablam! | help: remove this `mut` Oct 12 23:34:24.551 INFO kablam! Oct 12 23:34:24.551 INFO kablam! warning: variable does not need to be mutable Oct 12 23:34:24.551 INFO kablam! --> src/core.rs:20:13 Oct 12 23:34:24.551 INFO kablam! | Oct 12 23:34:24.551 INFO kablam! 20 | let mut shipper = TcpShipper::new(url.to_owned())?; Oct 12 23:34:24.551 INFO kablam! | ----^^^^^^^ Oct 12 23:34:24.551 INFO kablam! | | Oct 12 23:34:24.551 INFO kablam! | help: remove this `mut` Oct 12 23:34:24.551 INFO kablam! Oct 12 23:34:24.969 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.06s Oct 12 23:34:24.973 INFO kablam! su: No module specific data is present Oct 12 23:34:25.479 INFO running `"docker" "rm" "-f" "67bdbb9eda07cc4b42a0b6624ca108c69e1aeed322c4984cedb3b1c996836e56"` Oct 12 23:34:25.818 INFO blam! 67bdbb9eda07cc4b42a0b6624ca108c69e1aeed322c4984cedb3b1c996836e56 Oct 12 23:34:25.826 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 12 23:34:26.286 INFO blam! 379043d741a11198a84dcd92b2d226ed8b2e774f585880e1caf6fbd7506da08d Oct 12 23:34:26.295 INFO running `"docker" "start" "-a" "379043d741a11198a84dcd92b2d226ed8b2e774f585880e1caf6fbd7506da08d"` Oct 12 23:34:27.008 INFO kablam! usermod: no changes Oct 12 23:34:27.065 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 12 23:34:27.079 INFO kablam! Running /target/debug/deps/pichu-f96cb14148f49bda Oct 12 23:34:27.083 INFO kablam! su: No module specific data is present Oct 12 23:34:27.083 INFO blam! Oct 12 23:34:27.083 INFO blam! running 0 tests Oct 12 23:34:27.083 INFO blam! Oct 12 23:34:27.083 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 23:34:27.083 INFO blam! Oct 12 23:34:27.389 INFO running `"docker" "rm" "-f" "379043d741a11198a84dcd92b2d226ed8b2e774f585880e1caf6fbd7506da08d"` Oct 12 23:34:27.497 INFO blam! 379043d741a11198a84dcd92b2d226ed8b2e774f585880e1caf6fbd7506da08d