Oct 12 19:44:47.358 INFO testing vishusandy/splitter against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 19:44:47.360 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 19:44:47.952 INFO blam! 808305bea8e783c2ee50c33d49c6484185a2e4e8593d55fe8e69ca77e72fa475 Oct 12 19:44:47.954 INFO running `"docker" "start" "-a" "808305bea8e783c2ee50c33d49c6484185a2e4e8593d55fe8e69ca77e72fa475"` Oct 12 19:44:49.890 INFO kablam! usermod: no changes Oct 12 19:44:49.947 INFO kablam! Compiling argparse v0.2.1 Oct 12 19:44:49.951 INFO kablam! Compiling memchr v1.0.1 Oct 12 19:44:50.787 INFO kablam! Compiling aho-corasick v0.6.3 Oct 12 19:44:52.531 INFO kablam! Compiling regex v0.2.2 Oct 12 19:45:05.717 INFO kablam! Compiling splitter v0.1.0 (/source) Oct 12 19:45:05.967 INFO kablam! warning: unused import: `BufReader` Oct 12 19:45:05.967 INFO kablam! --> src/main.rs:9:15 Oct 12 19:45:05.967 INFO kablam! | Oct 12 19:45:05.967 INFO kablam! 9 | use std::io::{BufReader, BufRead, BufWriter, Write, Read}; Oct 12 19:45:05.967 INFO kablam! | ^^^^^^^^^ Oct 12 19:45:05.967 INFO kablam! | Oct 12 19:45:05.967 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 19:45:05.967 INFO kablam! Oct 12 19:45:05.967 INFO kablam! warning: unused import: `std::prelude::*` Oct 12 19:45:05.967 INFO kablam! --> src/main.rs:11:5 Oct 12 19:45:05.967 INFO kablam! | Oct 12 19:45:05.967 INFO kablam! 11 | use std::prelude::*; Oct 12 19:45:05.967 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 19:45:05.967 INFO kablam! Oct 12 19:45:05.967 INFO kablam! warning: unused import: `StoreFalse` Oct 12 19:45:05.967 INFO kablam! --> src/main.rs:14:59 Oct 12 19:45:05.967 INFO kablam! | Oct 12 19:45:05.967 INFO kablam! 14 | use argparse::{ArgumentParser, Collect, StoreTrue, Store, StoreFalse}; Oct 12 19:45:05.967 INFO kablam! | ^^^^^^^^^^ Oct 12 19:45:05.967 INFO kablam! Oct 12 19:45:05.967 INFO kablam! warning: unused import: `regex::Regex` Oct 12 19:45:05.967 INFO kablam! --> src/main.rs:15:5 Oct 12 19:45:05.967 INFO kablam! | Oct 12 19:45:05.967 INFO kablam! 15 | use regex::Regex; Oct 12 19:45:05.967 INFO kablam! | ^^^^^^^^^^^^ Oct 12 19:45:05.967 INFO kablam! Oct 12 19:45:06.047 INFO kablam! warning: unused import: `BufRead` Oct 12 19:45:06.047 INFO kablam! --> src/main.rs:9:26 Oct 12 19:45:06.047 INFO kablam! | Oct 12 19:45:06.047 INFO kablam! 9 | use std::io::{BufReader, BufRead, BufWriter, Write, Read}; Oct 12 19:45:06.047 INFO kablam! | ^^^^^^^ Oct 12 19:45:06.047 INFO kablam! Oct 12 19:45:06.047 INFO kablam! warning: unused variable: `size` Oct 12 19:45:06.047 INFO kablam! --> src/main.rs:54:9 Oct 12 19:45:06.047 INFO kablam! | Oct 12 19:45:06.047 INFO kablam! 54 | let size = f.read_to_end(&mut b); Oct 12 19:45:06.047 INFO kablam! | ^^^^ help: consider using `_size` instead Oct 12 19:45:06.047 INFO kablam! | Oct 12 19:45:06.047 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 19:45:06.047 INFO kablam! Oct 12 19:45:06.047 INFO kablam! warning: unused variable: `file_path` Oct 12 19:45:06.047 INFO kablam! --> src/main.rs:137:9 Oct 12 19:45:06.047 INFO kablam! | Oct 12 19:45:06.047 INFO kablam! 137 | let file_path = path.parent().unwrap().to_str().unwrap(); Oct 12 19:45:06.047 INFO kablam! | ^^^^^^^^^ help: consider using `_file_path` instead Oct 12 19:45:06.047 INFO kablam! Oct 12 19:45:06.059 INFO kablam! warning: variable does not need to be mutable Oct 12 19:45:06.059 INFO kablam! --> src/main.rs:62:9 Oct 12 19:45:06.059 INFO kablam! | Oct 12 19:45:06.059 INFO kablam! 62 | let mut text = &contents[..]; Oct 12 19:45:06.059 INFO kablam! | ----^^^^ Oct 12 19:45:06.059 INFO kablam! | | Oct 12 19:45:06.059 INFO kablam! | help: remove this `mut` Oct 12 19:45:06.059 INFO kablam! | Oct 12 19:45:06.059 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 19:45:06.059 INFO kablam! Oct 12 19:45:06.067 INFO kablam! warning: function is never used: `is_sep` Oct 12 19:45:06.067 INFO kablam! --> src/main.rs:18:1 Oct 12 19:45:06.067 INFO kablam! | Oct 12 19:45:06.067 INFO kablam! 18 | fn is_sep(r: &str) -> bool { Oct 12 19:45:06.067 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:45:06.067 INFO kablam! | Oct 12 19:45:06.067 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 19:45:06.067 INFO kablam! Oct 12 19:45:06.079 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 19:45:06.079 INFO kablam! --> src/main.rs:178:9 Oct 12 19:45:06.079 INFO kablam! | Oct 12 19:45:06.079 INFO kablam! 178 | o.write(chunk.as_bytes()); Oct 12 19:45:06.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:45:06.079 INFO kablam! | Oct 12 19:45:06.079 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 19:45:06.079 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 19:45:06.079 INFO kablam! Oct 12 19:45:07.663 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 17.75s Oct 12 19:45:07.671 INFO kablam! su: No module specific data is present Oct 12 19:45:08.740 INFO running `"docker" "rm" "-f" "808305bea8e783c2ee50c33d49c6484185a2e4e8593d55fe8e69ca77e72fa475"` Oct 12 19:45:08.967 INFO blam! 808305bea8e783c2ee50c33d49c6484185a2e4e8593d55fe8e69ca77e72fa475 Oct 12 19:45:08.971 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 19:45:09.425 INFO blam! f2bbd31d005a371cc8ddeebc2cb8f9a6beac33d52307f5a51e3267cd4e766edd Oct 12 19:45:09.427 INFO running `"docker" "start" "-a" "f2bbd31d005a371cc8ddeebc2cb8f9a6beac33d52307f5a51e3267cd4e766edd"` Oct 12 19:45:11.274 INFO kablam! usermod: no changes Oct 12 19:45:11.339 INFO kablam! Compiling splitter v0.1.0 (/source) Oct 12 19:45:11.623 INFO kablam! warning: unused import: `BufReader` Oct 12 19:45:11.623 INFO kablam! --> src/main.rs:9:15 Oct 12 19:45:11.623 INFO kablam! | Oct 12 19:45:11.623 INFO kablam! 9 | use std::io::{BufReader, BufRead, BufWriter, Write, Read}; Oct 12 19:45:11.623 INFO kablam! | ^^^^^^^^^ Oct 12 19:45:11.623 INFO kablam! | Oct 12 19:45:11.623 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 19:45:11.623 INFO kablam! Oct 12 19:45:11.623 INFO kablam! warning: unused import: `std::prelude::*` Oct 12 19:45:11.623 INFO kablam! --> src/main.rs:11:5 Oct 12 19:45:11.623 INFO kablam! | Oct 12 19:45:11.623 INFO kablam! 11 | use std::prelude::*; Oct 12 19:45:11.623 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 19:45:11.623 INFO kablam! Oct 12 19:45:11.623 INFO kablam! warning: unused import: `StoreFalse` Oct 12 19:45:11.623 INFO kablam! --> src/main.rs:14:59 Oct 12 19:45:11.623 INFO kablam! | Oct 12 19:45:11.623 INFO kablam! 14 | use argparse::{ArgumentParser, Collect, StoreTrue, Store, StoreFalse}; Oct 12 19:45:11.623 INFO kablam! | ^^^^^^^^^^ Oct 12 19:45:11.623 INFO kablam! Oct 12 19:45:11.623 INFO kablam! warning: unused import: `regex::Regex` Oct 12 19:45:11.623 INFO kablam! --> src/main.rs:15:5 Oct 12 19:45:11.623 INFO kablam! | Oct 12 19:45:11.623 INFO kablam! 15 | use regex::Regex; Oct 12 19:45:11.623 INFO kablam! | ^^^^^^^^^^^^ Oct 12 19:45:11.623 INFO kablam! Oct 12 19:45:11.695 INFO kablam! warning: unused import: `BufRead` Oct 12 19:45:11.695 INFO kablam! --> src/main.rs:9:26 Oct 12 19:45:11.695 INFO kablam! | Oct 12 19:45:11.695 INFO kablam! 9 | use std::io::{BufReader, BufRead, BufWriter, Write, Read}; Oct 12 19:45:11.695 INFO kablam! | ^^^^^^^ Oct 12 19:45:11.695 INFO kablam! Oct 12 19:45:11.695 INFO kablam! warning: unused variable: `size` Oct 12 19:45:11.695 INFO kablam! --> src/main.rs:54:9 Oct 12 19:45:11.695 INFO kablam! | Oct 12 19:45:11.695 INFO kablam! 54 | let size = f.read_to_end(&mut b); Oct 12 19:45:11.695 INFO kablam! | ^^^^ help: consider using `_size` instead Oct 12 19:45:11.695 INFO kablam! | Oct 12 19:45:11.695 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 19:45:11.695 INFO kablam! Oct 12 19:45:11.695 INFO kablam! warning: unused variable: `file_path` Oct 12 19:45:11.695 INFO kablam! --> src/main.rs:137:9 Oct 12 19:45:11.695 INFO kablam! | Oct 12 19:45:11.695 INFO kablam! 137 | let file_path = path.parent().unwrap().to_str().unwrap(); Oct 12 19:45:11.695 INFO kablam! | ^^^^^^^^^ help: consider using `_file_path` instead Oct 12 19:45:11.695 INFO kablam! Oct 12 19:45:11.711 INFO kablam! warning: variable does not need to be mutable Oct 12 19:45:11.711 INFO kablam! --> src/main.rs:62:9 Oct 12 19:45:11.711 INFO kablam! | Oct 12 19:45:11.711 INFO kablam! 62 | let mut text = &contents[..]; Oct 12 19:45:11.711 INFO kablam! | ----^^^^ Oct 12 19:45:11.711 INFO kablam! | | Oct 12 19:45:11.711 INFO kablam! | help: remove this `mut` Oct 12 19:45:11.711 INFO kablam! | Oct 12 19:45:11.711 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 19:45:11.711 INFO kablam! Oct 12 19:45:11.711 INFO kablam! warning: function is never used: `is_sep` Oct 12 19:45:11.711 INFO kablam! --> src/main.rs:18:1 Oct 12 19:45:11.711 INFO kablam! | Oct 12 19:45:11.711 INFO kablam! 18 | fn is_sep(r: &str) -> bool { Oct 12 19:45:11.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:45:11.711 INFO kablam! | Oct 12 19:45:11.711 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 19:45:11.711 INFO kablam! Oct 12 19:45:11.719 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 19:45:11.719 INFO kablam! --> src/main.rs:178:9 Oct 12 19:45:11.719 INFO kablam! | Oct 12 19:45:11.719 INFO kablam! 178 | o.write(chunk.as_bytes()); Oct 12 19:45:11.719 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:45:11.719 INFO kablam! | Oct 12 19:45:11.719 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 19:45:11.719 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 19:45:11.719 INFO kablam! Oct 12 19:45:12.203 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.90s Oct 12 19:45:12.205 INFO kablam! su: No module specific data is present Oct 12 19:45:13.111 INFO running `"docker" "rm" "-f" "f2bbd31d005a371cc8ddeebc2cb8f9a6beac33d52307f5a51e3267cd4e766edd"` Oct 12 19:45:13.355 INFO blam! f2bbd31d005a371cc8ddeebc2cb8f9a6beac33d52307f5a51e3267cd4e766edd Oct 12 19:45:13.363 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 19:45:13.753 INFO blam! e5a78204266a401fb09d60c7f5b9756f48a560fbdc65cd9b8d8a872380a04c70 Oct 12 19:45:13.771 INFO running `"docker" "start" "-a" "e5a78204266a401fb09d60c7f5b9756f48a560fbdc65cd9b8d8a872380a04c70"` Oct 12 19:45:14.906 INFO kablam! usermod: no changes Oct 12 19:45:14.991 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 12 19:45:15.003 INFO kablam! Running /target/debug/deps/splitter-c2420a1b4630b730 Oct 12 19:45:15.008 INFO blam! Oct 12 19:45:15.008 INFO blam! running 0 tests Oct 12 19:45:15.008 INFO blam! Oct 12 19:45:15.008 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 19:45:15.008 INFO blam! Oct 12 19:45:15.019 INFO kablam! su: No module specific data is present Oct 12 19:45:15.748 INFO running `"docker" "rm" "-f" "e5a78204266a401fb09d60c7f5b9756f48a560fbdc65cd9b8d8a872380a04c70"` Oct 12 19:45:16.025 INFO blam! e5a78204266a401fb09d60c7f5b9756f48a560fbdc65cd9b8d8a872380a04c70