Oct 10 14:32:23.907 INFO testing sourcepirate/pichu against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 14:32:23.907 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 14:32:23.907 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 14:32:24.498 INFO blam! 0d2db2edbe0a7dade8cf2adb0cf6253196fd14336f6a21555eeab59990b78023 Oct 10 14:32:24.498 INFO running `"docker" "start" "-a" "0d2db2edbe0a7dade8cf2adb0cf6253196fd14336f6a21555eeab59990b78023"` Oct 10 14:32:25.664 INFO kablam! usermod: no changes Oct 10 14:32:25.816 INFO kablam! Compiling iovec v0.1.2 Oct 10 14:32:25.816 INFO kablam! Compiling memchr v2.0.1 Oct 10 14:32:27.223 INFO kablam! Compiling futures-io v0.2.1 Oct 10 14:32:27.243 INFO kablam! Compiling aho-corasick v0.6.4 Oct 10 14:32:28.235 INFO kablam! Compiling futures-util v0.2.1 Oct 10 14:32:28.553 INFO kablam! Compiling regex v1.0.0 Oct 10 14:32:34.492 INFO kablam! Compiling futures-executor v0.2.1 Oct 10 14:32:39.229 INFO kablam! Compiling env_logger v0.5.10 Oct 10 14:32:39.816 INFO kablam! Compiling futures-stable v0.2.1 Oct 10 14:32:39.990 INFO kablam! Compiling futures-async-runtime v0.2.1 Oct 10 14:32:40.128 INFO kablam! Compiling futures v0.2.1 Oct 10 14:32:41.878 INFO kablam! Compiling pichu v0.1.0 (/source) Oct 10 14:32:43.824 INFO kablam! warning: unused import: `Read` Oct 10 14:32:43.825 INFO kablam! --> src/core.rs:2:33 Oct 10 14:32:43.825 INFO kablam! | Oct 10 14:32:43.825 INFO kablam! 2 | use std::io::{Error, BufReader, Read, Write}; Oct 10 14:32:43.826 INFO kablam! | ^^^^ Oct 10 14:32:43.826 INFO kablam! | Oct 10 14:32:43.826 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 14:32:43.827 INFO kablam! Oct 10 14:32:43.924 INFO kablam! warning: unused import: `Write` Oct 10 14:32:43.924 INFO kablam! --> src/core.rs:2:39 Oct 10 14:32:43.924 INFO kablam! | Oct 10 14:32:43.924 INFO kablam! 2 | use std::io::{Error, BufReader, Read, Write}; Oct 10 14:32:43.924 INFO kablam! | ^^^^^ Oct 10 14:32:43.924 INFO kablam! Oct 10 14:32:43.934 INFO kablam! warning: unused variable: `written` Oct 10 14:32:43.934 INFO kablam! --> src/core.rs:37:25 Oct 10 14:32:43.934 INFO kablam! | Oct 10 14:32:43.935 INFO kablam! 37 | let written = self.shipper.send(sop.unwrap())?; Oct 10 14:32:43.936 INFO kablam! | ^^^^^^^ help: consider using `_written` instead Oct 10 14:32:43.937 INFO kablam! | Oct 10 14:32:43.937 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 14:32:43.937 INFO kablam! Oct 10 14:32:43.940 INFO kablam! warning: variable does not need to be mutable Oct 10 14:32:43.942 INFO kablam! --> src/main.rs:36:9 Oct 10 14:32:43.943 INFO kablam! | Oct 10 14:32:43.943 INFO kablam! 36 | let mut lresult = core::LogListener::new(file_path_input.to_str().unwrap(), address); Oct 10 14:32:43.943 INFO kablam! | ----^^^^^^^ Oct 10 14:32:43.944 INFO kablam! | | Oct 10 14:32:43.944 INFO kablam! | help: remove this `mut` Oct 10 14:32:43.944 INFO kablam! | Oct 10 14:32:43.945 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 14:32:43.945 INFO kablam! Oct 10 14:32:43.948 INFO kablam! warning: variable does not need to be mutable Oct 10 14:32:43.949 INFO kablam! --> src/core.rs:18:13 Oct 10 14:32:43.949 INFO kablam! | Oct 10 14:32:43.950 INFO kablam! 18 | let mut file = File::open(fp)?; Oct 10 14:32:43.950 INFO kablam! | ----^^^^ Oct 10 14:32:43.950 INFO kablam! | | Oct 10 14:32:43.950 INFO kablam! | help: remove this `mut` Oct 10 14:32:43.951 INFO kablam! Oct 10 14:32:43.951 INFO kablam! warning: variable does not need to be mutable Oct 10 14:32:43.951 INFO kablam! --> src/core.rs:19:13 Oct 10 14:32:43.951 INFO kablam! | Oct 10 14:32:43.952 INFO kablam! 19 | let mut reader = BufReader::new(file); Oct 10 14:32:43.952 INFO kablam! | ----^^^^^^ Oct 10 14:32:43.952 INFO kablam! | | Oct 10 14:32:43.953 INFO kablam! | help: remove this `mut` Oct 10 14:32:43.953 INFO kablam! Oct 10 14:32:43.953 INFO kablam! warning: variable does not need to be mutable Oct 10 14:32:43.953 INFO kablam! --> src/core.rs:20:13 Oct 10 14:32:43.954 INFO kablam! | Oct 10 14:32:43.954 INFO kablam! 20 | let mut shipper = TcpShipper::new(url.to_owned())?; Oct 10 14:32:43.954 INFO kablam! | ----^^^^^^^ Oct 10 14:32:43.955 INFO kablam! | | Oct 10 14:32:43.955 INFO kablam! | help: remove this `mut` Oct 10 14:32:43.955 INFO kablam! Oct 10 14:32:46.767 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 21.08s Oct 10 14:32:46.777 INFO kablam! su: No module specific data is present Oct 10 14:32:47.350 INFO running `"docker" "rm" "-f" "0d2db2edbe0a7dade8cf2adb0cf6253196fd14336f6a21555eeab59990b78023"` Oct 10 14:32:47.593 INFO blam! 0d2db2edbe0a7dade8cf2adb0cf6253196fd14336f6a21555eeab59990b78023 Oct 10 14:32:47.594 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 14:32:47.594 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 14:32:47.956 INFO blam! 9622e6a4216172f502b8db2e107441d04d9dae4bc7076b69daf76a4f35fc2982 Oct 10 14:32:47.958 INFO running `"docker" "start" "-a" "9622e6a4216172f502b8db2e107441d04d9dae4bc7076b69daf76a4f35fc2982"` Oct 10 14:32:48.936 INFO kablam! usermod: no changes Oct 10 14:32:49.050 INFO kablam! Compiling pichu v0.1.0 (/source) Oct 10 14:32:50.879 INFO kablam! warning: unused import: `Read` Oct 10 14:32:50.879 INFO kablam! --> src/core.rs:2:33 Oct 10 14:32:50.879 INFO kablam! | Oct 10 14:32:50.879 INFO kablam! 2 | use std::io::{Error, BufReader, Read, Write}; Oct 10 14:32:50.879 INFO kablam! | ^^^^ Oct 10 14:32:50.879 INFO kablam! | Oct 10 14:32:50.879 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 14:32:50.879 INFO kablam! Oct 10 14:32:50.958 INFO kablam! warning: unused import: `Write` Oct 10 14:32:50.958 INFO kablam! --> src/core.rs:2:39 Oct 10 14:32:50.958 INFO kablam! | Oct 10 14:32:50.958 INFO kablam! 2 | use std::io::{Error, BufReader, Read, Write}; Oct 10 14:32:50.958 INFO kablam! | ^^^^^ Oct 10 14:32:50.958 INFO kablam! Oct 10 14:32:50.964 INFO kablam! warning: unused variable: `written` Oct 10 14:32:50.964 INFO kablam! --> src/core.rs:37:25 Oct 10 14:32:50.964 INFO kablam! | Oct 10 14:32:50.964 INFO kablam! 37 | let written = self.shipper.send(sop.unwrap())?; Oct 10 14:32:50.964 INFO kablam! | ^^^^^^^ help: consider using `_written` instead Oct 10 14:32:50.964 INFO kablam! | Oct 10 14:32:50.964 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 14:32:50.964 INFO kablam! Oct 10 14:32:50.972 INFO kablam! warning: variable does not need to be mutable Oct 10 14:32:50.972 INFO kablam! --> src/main.rs:36:9 Oct 10 14:32:50.972 INFO kablam! | Oct 10 14:32:50.972 INFO kablam! 36 | let mut lresult = core::LogListener::new(file_path_input.to_str().unwrap(), address); Oct 10 14:32:50.972 INFO kablam! | ----^^^^^^^ Oct 10 14:32:50.972 INFO kablam! | | Oct 10 14:32:50.972 INFO kablam! | help: remove this `mut` Oct 10 14:32:50.972 INFO kablam! | Oct 10 14:32:50.972 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 14:32:50.972 INFO kablam! Oct 10 14:32:50.982 INFO kablam! warning: variable does not need to be mutable Oct 10 14:32:50.982 INFO kablam! --> src/core.rs:18:13 Oct 10 14:32:50.983 INFO kablam! | Oct 10 14:32:50.983 INFO kablam! 18 | let mut file = File::open(fp)?; Oct 10 14:32:50.983 INFO kablam! | ----^^^^ Oct 10 14:32:50.983 INFO kablam! | | Oct 10 14:32:50.983 INFO kablam! | help: remove this `mut` Oct 10 14:32:50.984 INFO kablam! Oct 10 14:32:50.984 INFO kablam! warning: variable does not need to be mutable Oct 10 14:32:50.984 INFO kablam! --> src/core.rs:19:13 Oct 10 14:32:50.985 INFO kablam! | Oct 10 14:32:50.985 INFO kablam! 19 | let mut reader = BufReader::new(file); Oct 10 14:32:50.985 INFO kablam! | ----^^^^^^ Oct 10 14:32:50.986 INFO kablam! | | Oct 10 14:32:50.986 INFO kablam! | help: remove this `mut` Oct 10 14:32:50.986 INFO kablam! Oct 10 14:32:50.986 INFO kablam! warning: variable does not need to be mutable Oct 10 14:32:50.987 INFO kablam! --> src/core.rs:20:13 Oct 10 14:32:50.987 INFO kablam! | Oct 10 14:32:50.987 INFO kablam! 20 | let mut shipper = TcpShipper::new(url.to_owned())?; Oct 10 14:32:50.988 INFO kablam! | ----^^^^^^^ Oct 10 14:32:50.988 INFO kablam! | | Oct 10 14:32:50.988 INFO kablam! | help: remove this `mut` Oct 10 14:32:50.988 INFO kablam! Oct 10 14:32:51.408 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.43s Oct 10 14:32:51.412 INFO kablam! su: No module specific data is present Oct 10 14:32:51.788 INFO running `"docker" "rm" "-f" "9622e6a4216172f502b8db2e107441d04d9dae4bc7076b69daf76a4f35fc2982"` Oct 10 14:32:51.878 INFO blam! 9622e6a4216172f502b8db2e107441d04d9dae4bc7076b69daf76a4f35fc2982 Oct 10 14:32:51.879 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 14:32:51.879 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 14:32:52.076 INFO blam! 495c018a61444762e8e50958cb0ef1156d5a94fd46b73ab6f8b776f27759e18a Oct 10 14:32:52.077 INFO running `"docker" "start" "-a" "495c018a61444762e8e50958cb0ef1156d5a94fd46b73ab6f8b776f27759e18a"` Oct 10 14:32:52.553 INFO kablam! usermod: no changes Oct 10 14:32:52.634 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 10 14:32:52.648 INFO kablam! Running /target/debug/deps/pichu-f96cb14148f49bda Oct 10 14:32:52.650 INFO blam! Oct 10 14:32:52.650 INFO blam! running 0 tests Oct 10 14:32:52.650 INFO blam! Oct 10 14:32:52.650 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 14:32:52.650 INFO blam! Oct 10 14:32:52.655 INFO kablam! su: No module specific data is present Oct 10 14:32:53.045 INFO running `"docker" "rm" "-f" "495c018a61444762e8e50958cb0ef1156d5a94fd46b73ab6f8b776f27759e18a"` Oct 10 14:32:53.115 INFO blam! 495c018a61444762e8e50958cb0ef1156d5a94fd46b73ab6f8b776f27759e18a