Oct 15 02:14:02.478 INFO testing bogdad/timecutrust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 02:14:02.479 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 15 02:14:02.845 INFO blam! 40506646d41d730b612fcfc639d1a62dfc90b87dad996b0758a62070f52b7e0f Oct 15 02:14:02.846 INFO running `"docker" "start" "-a" "40506646d41d730b612fcfc639d1a62dfc90b87dad996b0758a62070f52b7e0f"` Oct 15 02:14:03.870 INFO kablam! usermod: no changes Oct 15 02:14:04.023 INFO kablam! Compiling num-traits v0.1.35 Oct 15 02:14:04.026 INFO kablam! Compiling time v0.1.35 Oct 15 02:14:06.342 INFO kablam! Compiling num-integer v0.1.32 Oct 15 02:14:06.896 INFO kablam! Compiling num-iter v0.1.32 Oct 15 02:14:07.259 INFO kablam! Compiling num v0.1.35 Oct 15 02:14:07.499 INFO kablam! Compiling chrono v0.2.25 Oct 15 02:14:10.275 INFO kablam! Compiling timecutrust v0.1.0 (/source) Oct 15 02:14:10.949 INFO kablam! warning: unused import: `Lines` Oct 15 02:14:10.949 INFO kablam! --> src/main.rs:7:32 Oct 15 02:14:10.949 INFO kablam! | Oct 15 02:14:10.949 INFO kablam! 7 | use std::io::{self, BufReader, Lines, Write}; Oct 15 02:14:10.949 INFO kablam! | ^^^^^ Oct 15 02:14:10.949 INFO kablam! | Oct 15 02:14:10.949 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 02:14:10.949 INFO kablam! Oct 15 02:14:10.949 INFO kablam! warning: unused import: `Error` Oct 15 02:14:10.949 INFO kablam! --> src/main.rs:11:25 Oct 15 02:14:10.949 INFO kablam! | Oct 15 02:14:10.949 INFO kablam! 11 | use std::io::{SeekFrom, Error, ErrorKind}; Oct 15 02:14:10.949 INFO kablam! | ^^^^^ Oct 15 02:14:10.949 INFO kablam! Oct 15 02:14:10.949 INFO kablam! warning: unused import: `Cursor` Oct 15 02:14:10.949 INFO kablam! --> src/textfileutils.rs:1:36 Oct 15 02:14:10.949 INFO kablam! | Oct 15 02:14:10.949 INFO kablam! 1 | use std::io::{SeekFrom, BufReader, Cursor}; Oct 15 02:14:10.949 INFO kablam! | ^^^^^^ Oct 15 02:14:10.949 INFO kablam! Oct 15 02:14:11.155 INFO kablam! warning: method is never used: `new` Oct 15 02:14:11.155 INFO kablam! --> src/binary_search.rs:40:5 Oct 15 02:14:11.155 INFO kablam! | Oct 15 02:14:11.155 INFO kablam! 40 | fn new(item:i64) -> EqPred { Oct 15 02:14:11.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:14:11.155 INFO kablam! | Oct 15 02:14:11.155 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 02:14:11.155 INFO kablam! Oct 15 02:14:11.155 INFO kablam! warning: function is never used: `matches` Oct 15 02:14:11.155 INFO kablam! --> src/regexps.rs:3:1 Oct 15 02:14:11.155 INFO kablam! | Oct 15 02:14:11.156 INFO kablam! 3 | pub fn matches(re: &Regex, line: &str) -> bool { Oct 15 02:14:11.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:14:11.156 INFO kablam! Oct 15 02:14:11.156 INFO kablam! warning: the feature `core` has been stable since 1.6.0 and no longer requires an attribute to enable Oct 15 02:14:11.156 INFO kablam! --> src/main.rs:1:41 Oct 15 02:14:11.156 INFO kablam! | Oct 15 02:14:11.156 INFO kablam! 1 | #![feature(unboxed_closures, fn_traits, core)] Oct 15 02:14:11.156 INFO kablam! | ^^^^ Oct 15 02:14:11.156 INFO kablam! | Oct 15 02:14:11.156 INFO kablam! = note: #[warn(stable_features)] on by default Oct 15 02:14:11.156 INFO kablam! Oct 15 02:14:11.156 INFO kablam! warning: function `monthIndex` should have a snake case name such as `month_index` Oct 15 02:14:11.156 INFO kablam! --> src/datetimes.rs:12:1 Oct 15 02:14:11.156 INFO kablam! | Oct 15 02:14:11.156 INFO kablam! 12 | / pub fn monthIndex(line: &str) -> u32 { Oct 15 02:14:11.156 INFO kablam! 13 | | let mut parsed: Parsed = Parsed::new(); Oct 15 02:14:11.156 INFO kablam! 14 | | //println!("{}", line); Oct 15 02:14:11.156 INFO kablam! 15 | | let items = vec![Item::Fixed(Fixed::ShortMonthName)]; Oct 15 02:14:11.156 INFO kablam! ... | Oct 15 02:14:11.156 INFO kablam! 18 | | parsed.month.unwrap() Oct 15 02:14:11.156 INFO kablam! 19 | | } Oct 15 02:14:11.156 INFO kablam! | |_^ Oct 15 02:14:11.156 INFO kablam! | Oct 15 02:14:11.156 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 02:14:11.157 INFO kablam! Oct 15 02:14:11.157 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 02:14:11.157 INFO kablam! --> src/datetimes.rs:17:5 Oct 15 02:14:11.157 INFO kablam! | Oct 15 02:14:11.157 INFO kablam! 17 | format::parse(& mut parsed, line, items_iter); Oct 15 02:14:11.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:14:11.157 INFO kablam! | Oct 15 02:14:11.157 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 02:14:11.157 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 02:14:11.157 INFO kablam! Oct 15 02:14:13.351 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.45s Oct 15 02:14:13.356 INFO kablam! su: No module specific data is present Oct 15 02:14:14.054 INFO running `"docker" "rm" "-f" "40506646d41d730b612fcfc639d1a62dfc90b87dad996b0758a62070f52b7e0f"` Oct 15 02:14:14.311 INFO blam! 40506646d41d730b612fcfc639d1a62dfc90b87dad996b0758a62070f52b7e0f Oct 15 02:14:14.312 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 15 02:14:14.720 INFO blam! 7853ee00fe774a32c58130441ac2314c16f5f2f87d0459732d0cc20b820cd968 Oct 15 02:14:14.723 INFO running `"docker" "start" "-a" "7853ee00fe774a32c58130441ac2314c16f5f2f87d0459732d0cc20b820cd968"` Oct 15 02:14:16.378 INFO kablam! usermod: no changes Oct 15 02:14:16.487 INFO kablam! Compiling timecutrust v0.1.0 (/source) Oct 15 02:14:17.199 INFO kablam! warning: unused import: `Lines` Oct 15 02:14:17.200 INFO kablam! --> src/main.rs:7:32 Oct 15 02:14:17.200 INFO kablam! | Oct 15 02:14:17.201 INFO kablam! 7 | use std::io::{self, BufReader, Lines, Write}; Oct 15 02:14:17.201 INFO kablam! | ^^^^^ Oct 15 02:14:17.201 INFO kablam! | Oct 15 02:14:17.201 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 02:14:17.202 INFO kablam! Oct 15 02:14:17.202 INFO kablam! warning: unused import: `Error` Oct 15 02:14:17.202 INFO kablam! --> src/main.rs:11:25 Oct 15 02:14:17.203 INFO kablam! | Oct 15 02:14:17.203 INFO kablam! 11 | use std::io::{SeekFrom, Error, ErrorKind}; Oct 15 02:14:17.203 INFO kablam! | ^^^^^ Oct 15 02:14:17.204 INFO kablam! Oct 15 02:14:17.433 INFO kablam! warning: the feature `core` has been stable since 1.6.0 and no longer requires an attribute to enable Oct 15 02:14:17.433 INFO kablam! --> src/main.rs:1:41 Oct 15 02:14:17.433 INFO kablam! | Oct 15 02:14:17.433 INFO kablam! 1 | #![feature(unboxed_closures, fn_traits, core)] Oct 15 02:14:17.433 INFO kablam! | ^^^^ Oct 15 02:14:17.433 INFO kablam! | Oct 15 02:14:17.435 INFO kablam! = note: #[warn(stable_features)] on by default Oct 15 02:14:17.435 INFO kablam! Oct 15 02:14:17.439 INFO kablam! warning: function `monthIndex` should have a snake case name such as `month_index` Oct 15 02:14:17.439 INFO kablam! --> src/datetimes.rs:12:1 Oct 15 02:14:17.439 INFO kablam! | Oct 15 02:14:17.439 INFO kablam! 12 | / pub fn monthIndex(line: &str) -> u32 { Oct 15 02:14:17.439 INFO kablam! 13 | | let mut parsed: Parsed = Parsed::new(); Oct 15 02:14:17.439 INFO kablam! 14 | | //println!("{}", line); Oct 15 02:14:17.439 INFO kablam! 15 | | let items = vec![Item::Fixed(Fixed::ShortMonthName)]; Oct 15 02:14:17.439 INFO kablam! ... | Oct 15 02:14:17.439 INFO kablam! 18 | | parsed.month.unwrap() Oct 15 02:14:17.439 INFO kablam! 19 | | } Oct 15 02:14:17.439 INFO kablam! | |_^ Oct 15 02:14:17.439 INFO kablam! | Oct 15 02:14:17.439 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 02:14:17.439 INFO kablam! Oct 15 02:14:17.439 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 02:14:17.439 INFO kablam! --> src/datetimes.rs:17:5 Oct 15 02:14:17.439 INFO kablam! | Oct 15 02:14:17.439 INFO kablam! 17 | format::parse(& mut parsed, line, items_iter); Oct 15 02:14:17.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:14:17.439 INFO kablam! | Oct 15 02:14:17.439 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 02:14:17.439 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 02:14:17.439 INFO kablam! Oct 15 02:14:19.139 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.72s Oct 15 02:14:19.143 INFO kablam! su: No module specific data is present Oct 15 02:14:20.060 INFO running `"docker" "rm" "-f" "7853ee00fe774a32c58130441ac2314c16f5f2f87d0459732d0cc20b820cd968"` Oct 15 02:14:20.383 INFO blam! 7853ee00fe774a32c58130441ac2314c16f5f2f87d0459732d0cc20b820cd968 Oct 15 02:14:20.387 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 15 02:14:20.750 INFO blam! 7cfe68f062b39d255a40df6c48194a00fa52e2a0639a3b8728f797fdaaf91beb Oct 15 02:14:20.753 INFO running `"docker" "start" "-a" "7cfe68f062b39d255a40df6c48194a00fa52e2a0639a3b8728f797fdaaf91beb"` Oct 15 02:14:23.142 INFO kablam! usermod: no changes Oct 15 02:14:23.255 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 15 02:14:23.263 INFO kablam! Running /target/debug/deps/timecutrust-4dabb4f316c13dd1 Oct 15 02:14:23.263 INFO blam! Oct 15 02:14:23.263 INFO blam! running 5 tests Oct 15 02:14:23.263 INFO blam! test textfileutils::find_new_line_pos_works ... ok Oct 15 02:14:23.283 INFO blam! test regexps::test_sample_regexp ... ok Oct 15 02:14:23.283 INFO blam! test binary_search::test_binary_search ... ok Oct 15 02:14:23.304 INFO blam! test datetimes::test_nginx_regexp ... ok Oct 15 02:14:23.331 INFO blam! test datetimes::test_sample_regexp ... ok Oct 15 02:14:23.331 INFO blam! Oct 15 02:14:23.331 INFO blam! test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 02:14:23.331 INFO blam! Oct 15 02:14:23.331 INFO kablam! su: No module specific data is present Oct 15 02:14:24.139 INFO running `"docker" "rm" "-f" "7cfe68f062b39d255a40df6c48194a00fa52e2a0639a3b8728f797fdaaf91beb"` Oct 15 02:14:24.437 INFO blam! 7cfe68f062b39d255a40df6c48194a00fa52e2a0639a3b8728f797fdaaf91beb