Oct 21 19:16:57.974 INFO checking bogdad/timecutrust against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 19:16:57.976 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192/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 21 19:16:58.322 INFO blam! aede8650c8c52a9b700c973325888b00ba66b43e4669ed114ff25105a6e7cce2 Oct 21 19:16:58.332 INFO running `"docker" "start" "-a" "aede8650c8c52a9b700c973325888b00ba66b43e4669ed114ff25105a6e7cce2"` Oct 21 19:16:59.593 INFO kablam! usermod: no changes Oct 21 19:16:59.732 INFO kablam! Checking num-traits v0.1.35 Oct 21 19:16:59.732 INFO kablam! Checking regex-syntax v0.3.4 Oct 21 19:16:59.744 INFO kablam! Checking memchr v0.1.11 Oct 21 19:16:59.744 INFO kablam! Checking thread-id v2.0.0 Oct 21 19:16:59.744 INFO kablam! Checking time v0.1.35 Oct 21 19:17:01.279 INFO kablam! Checking thread_local v0.2.6 Oct 21 19:17:01.607 INFO kablam! Checking aho-corasick v0.5.2 Oct 21 19:17:03.632 INFO kablam! Checking num-integer v0.1.32 Oct 21 19:17:04.668 INFO kablam! Checking num-iter v0.1.32 Oct 21 19:17:05.213 INFO kablam! Checking num v0.1.35 Oct 21 19:17:05.524 INFO kablam! Checking regex v0.1.73 Oct 21 19:17:05.836 INFO kablam! Checking chrono v0.2.25 Oct 21 19:17:08.639 INFO kablam! Checking timecutrust v0.1.0 (/source) Oct 21 19:17:09.496 INFO kablam! warning: unused import: `Lines` Oct 21 19:17:09.496 INFO kablam! --> src/main.rs:7:32 Oct 21 19:17:09.496 INFO kablam! | Oct 21 19:17:09.496 INFO kablam! 7 | use std::io::{self, BufReader, Lines, Write}; Oct 21 19:17:09.496 INFO kablam! | ^^^^^ Oct 21 19:17:09.497 INFO kablam! | Oct 21 19:17:09.497 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 19:17:09.497 INFO kablam! Oct 21 19:17:09.497 INFO kablam! warning: unused import: `Error` Oct 21 19:17:09.497 INFO kablam! --> src/main.rs:11:25 Oct 21 19:17:09.497 INFO kablam! | Oct 21 19:17:09.497 INFO kablam! 11 | use std::io::{SeekFrom, Error, ErrorKind}; Oct 21 19:17:09.497 INFO kablam! | ^^^^^ Oct 21 19:17:09.497 INFO kablam! Oct 21 19:17:09.497 INFO kablam! warning: unused import: `Cursor` Oct 21 19:17:09.497 INFO kablam! --> src/textfileutils.rs:1:36 Oct 21 19:17:09.497 INFO kablam! | Oct 21 19:17:09.497 INFO kablam! 1 | use std::io::{SeekFrom, BufReader, Cursor}; Oct 21 19:17:09.497 INFO kablam! | ^^^^^^ Oct 21 19:17:09.497 INFO kablam! Oct 21 19:17:09.572 INFO kablam! warning: unused import: `Lines` Oct 21 19:17:09.572 INFO kablam! --> src/main.rs:7:32 Oct 21 19:17:09.572 INFO kablam! | Oct 21 19:17:09.573 INFO kablam! 7 | use std::io::{self, BufReader, Lines, Write}; Oct 21 19:17:09.573 INFO kablam! | ^^^^^ Oct 21 19:17:09.577 INFO kablam! | Oct 21 19:17:09.577 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 19:17:09.577 INFO kablam! Oct 21 19:17:09.577 INFO kablam! warning: unused import: `Error` Oct 21 19:17:09.577 INFO kablam! --> src/main.rs:11:25 Oct 21 19:17:09.577 INFO kablam! | Oct 21 19:17:09.577 INFO kablam! 11 | use std::io::{SeekFrom, Error, ErrorKind}; Oct 21 19:17:09.577 INFO kablam! | ^^^^^ Oct 21 19:17:09.577 INFO kablam! Oct 21 19:17:09.660 INFO kablam! warning: method is never used: `new` Oct 21 19:17:09.660 INFO kablam! --> src/binary_search.rs:40:5 Oct 21 19:17:09.660 INFO kablam! | Oct 21 19:17:09.660 INFO kablam! 40 | fn new(item:i64) -> EqPred { Oct 21 19:17:09.661 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:17:09.661 INFO kablam! | Oct 21 19:17:09.661 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 19:17:09.661 INFO kablam! Oct 21 19:17:09.661 INFO kablam! warning: function is never used: `matches` Oct 21 19:17:09.661 INFO kablam! --> src/regexps.rs:3:1 Oct 21 19:17:09.661 INFO kablam! | Oct 21 19:17:09.661 INFO kablam! 3 | pub fn matches(re: &Regex, line: &str) -> bool { Oct 21 19:17:09.661 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:17:09.661 INFO kablam! Oct 21 19:17:09.661 INFO kablam! warning: the feature `core` has been stable since 1.6.0 and no longer requires an attribute to enable Oct 21 19:17:09.661 INFO kablam! --> src/main.rs:1:41 Oct 21 19:17:09.661 INFO kablam! | Oct 21 19:17:09.661 INFO kablam! 1 | #![feature(unboxed_closures, fn_traits, core)] Oct 21 19:17:09.661 INFO kablam! | ^^^^ Oct 21 19:17:09.661 INFO kablam! | Oct 21 19:17:09.661 INFO kablam! = note: #[warn(stable_features)] on by default Oct 21 19:17:09.661 INFO kablam! Oct 21 19:17:09.661 INFO kablam! warning: function `monthIndex` should have a snake case name such as `month_index` Oct 21 19:17:09.661 INFO kablam! --> src/datetimes.rs:12:1 Oct 21 19:17:09.661 INFO kablam! | Oct 21 19:17:09.661 INFO kablam! 12 | / pub fn monthIndex(line: &str) -> u32 { Oct 21 19:17:09.661 INFO kablam! 13 | | let mut parsed: Parsed = Parsed::new(); Oct 21 19:17:09.661 INFO kablam! 14 | | //println!("{}", line); Oct 21 19:17:09.668 INFO kablam! 15 | | let items = vec![Item::Fixed(Fixed::ShortMonthName)]; Oct 21 19:17:09.668 INFO kablam! ... | Oct 21 19:17:09.668 INFO kablam! 18 | | parsed.month.unwrap() Oct 21 19:17:09.668 INFO kablam! 19 | | } Oct 21 19:17:09.668 INFO kablam! | |_^ Oct 21 19:17:09.668 INFO kablam! | Oct 21 19:17:09.668 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 19:17:09.668 INFO kablam! Oct 21 19:17:09.668 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 19:17:09.668 INFO kablam! --> src/datetimes.rs:17:5 Oct 21 19:17:09.668 INFO kablam! | Oct 21 19:17:09.668 INFO kablam! 17 | format::parse(& mut parsed, line, items_iter); Oct 21 19:17:09.668 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:17:09.668 INFO kablam! | Oct 21 19:17:09.668 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 19:17:09.668 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 19:17:09.668 INFO kablam! Oct 21 19:17:09.872 INFO kablam! warning: the feature `core` has been stable since 1.6.0 and no longer requires an attribute to enable Oct 21 19:17:09.873 INFO kablam! --> src/main.rs:1:41 Oct 21 19:17:09.873 INFO kablam! | Oct 21 19:17:09.873 INFO kablam! 1 | #![feature(unboxed_closures, fn_traits, core)] Oct 21 19:17:09.873 INFO kablam! | ^^^^ Oct 21 19:17:09.873 INFO kablam! | Oct 21 19:17:09.873 INFO kablam! = note: #[warn(stable_features)] on by default Oct 21 19:17:09.873 INFO kablam! Oct 21 19:17:09.873 INFO kablam! warning: function `monthIndex` should have a snake case name such as `month_index` Oct 21 19:17:09.873 INFO kablam! --> src/datetimes.rs:12:1 Oct 21 19:17:09.873 INFO kablam! | Oct 21 19:17:09.873 INFO kablam! 12 | / pub fn monthIndex(line: &str) -> u32 { Oct 21 19:17:09.873 INFO kablam! 13 | | let mut parsed: Parsed = Parsed::new(); Oct 21 19:17:09.873 INFO kablam! 14 | | //println!("{}", line); Oct 21 19:17:09.873 INFO kablam! 15 | | let items = vec![Item::Fixed(Fixed::ShortMonthName)]; Oct 21 19:17:09.873 INFO kablam! ... | Oct 21 19:17:09.873 INFO kablam! 18 | | parsed.month.unwrap() Oct 21 19:17:09.873 INFO kablam! 19 | | } Oct 21 19:17:09.873 INFO kablam! | |_^ Oct 21 19:17:09.873 INFO kablam! | Oct 21 19:17:09.873 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 19:17:09.873 INFO kablam! Oct 21 19:17:09.873 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 19:17:09.873 INFO kablam! --> src/datetimes.rs:17:5 Oct 21 19:17:09.873 INFO kablam! | Oct 21 19:17:09.873 INFO kablam! 17 | format::parse(& mut parsed, line, items_iter); Oct 21 19:17:09.873 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:17:09.873 INFO kablam! | Oct 21 19:17:09.873 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 19:17:09.873 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 19:17:09.873 INFO kablam! Oct 21 19:17:09.932 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.27s Oct 21 19:17:09.932 INFO kablam! su: No module specific data is present Oct 21 19:17:10.840 INFO running `"docker" "rm" "-f" "aede8650c8c52a9b700c973325888b00ba66b43e4669ed114ff25105a6e7cce2"` Oct 21 19:17:11.212 INFO blam! aede8650c8c52a9b700c973325888b00ba66b43e4669ed114ff25105a6e7cce2