Oct 27 07:27:17.355 INFO checking bogdad/timecutrust against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 07:27:17.355 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/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 27 07:27:17.720 INFO blam! 5fdff52c7d3b40e248fb0dd30f308799fe066d1dd9d48557fa0387c34b83d119 Oct 27 07:27:17.727 INFO running `"docker" "start" "-a" "5fdff52c7d3b40e248fb0dd30f308799fe066d1dd9d48557fa0387c34b83d119"` Oct 27 07:27:18.222 INFO kablam! usermod: no changes Oct 27 07:27:18.272 INFO kablam! Checking num-traits v0.1.35 Oct 27 07:27:18.272 INFO kablam! Checking regex-syntax v0.3.4 Oct 27 07:27:18.272 INFO kablam! Checking memchr v0.1.11 Oct 27 07:27:18.273 INFO kablam! Checking thread-id v2.0.0 Oct 27 07:27:18.723 INFO kablam! Checking thread_local v0.2.6 Oct 27 07:27:19.059 INFO kablam! Checking aho-corasick v0.5.2 Oct 27 07:27:19.817 INFO kablam! Checking num-integer v0.1.32 Oct 27 07:27:20.407 INFO kablam! Checking num-iter v0.1.32 Oct 27 07:27:20.868 INFO kablam! Checking num v0.1.35 Oct 27 07:27:21.031 INFO kablam! Checking regex v0.1.73 Oct 27 07:27:21.333 INFO kablam! Checking chrono v0.2.25 Oct 27 07:27:24.523 INFO kablam! Checking timecutrust v0.1.0 (/source) Oct 27 07:27:26.087 INFO kablam! warning: unused import: `Lines` Oct 27 07:27:26.087 INFO kablam! --> src/main.rs:7:32 Oct 27 07:27:26.087 INFO kablam! | Oct 27 07:27:26.087 INFO kablam! 7 | use std::io::{self, BufReader, Lines, Write}; Oct 27 07:27:26.087 INFO kablam! | ^^^^^ Oct 27 07:27:26.087 INFO kablam! | Oct 27 07:27:26.087 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 07:27:26.087 INFO kablam! Oct 27 07:27:26.087 INFO kablam! warning: unused import: `Error` Oct 27 07:27:26.087 INFO kablam! --> src/main.rs:11:25 Oct 27 07:27:26.087 INFO kablam! | Oct 27 07:27:26.087 INFO kablam! 11 | use std::io::{SeekFrom, Error, ErrorKind}; Oct 27 07:27:26.087 INFO kablam! | ^^^^^ Oct 27 07:27:26.087 INFO kablam! Oct 27 07:27:26.087 INFO kablam! warning: unused import: `Cursor` Oct 27 07:27:26.087 INFO kablam! --> src/textfileutils.rs:1:36 Oct 27 07:27:26.087 INFO kablam! | Oct 27 07:27:26.087 INFO kablam! 1 | use std::io::{SeekFrom, BufReader, Cursor}; Oct 27 07:27:26.087 INFO kablam! | ^^^^^^ Oct 27 07:27:26.087 INFO kablam! Oct 27 07:27:26.109 INFO kablam! warning: unused import: `Lines` Oct 27 07:27:26.109 INFO kablam! --> src/main.rs:7:32 Oct 27 07:27:26.109 INFO kablam! | Oct 27 07:27:26.109 INFO kablam! 7 | use std::io::{self, BufReader, Lines, Write}; Oct 27 07:27:26.109 INFO kablam! | ^^^^^ Oct 27 07:27:26.109 INFO kablam! | Oct 27 07:27:26.109 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 07:27:26.109 INFO kablam! Oct 27 07:27:26.109 INFO kablam! warning: unused import: `Error` Oct 27 07:27:26.109 INFO kablam! --> src/main.rs:11:25 Oct 27 07:27:26.109 INFO kablam! | Oct 27 07:27:26.109 INFO kablam! 11 | use std::io::{SeekFrom, Error, ErrorKind}; Oct 27 07:27:26.109 INFO kablam! | ^^^^^ Oct 27 07:27:26.109 INFO kablam! Oct 27 07:27:26.307 INFO kablam! warning: method is never used: `new` Oct 27 07:27:26.307 INFO kablam! --> src/binary_search.rs:40:5 Oct 27 07:27:26.307 INFO kablam! | Oct 27 07:27:26.307 INFO kablam! 40 | fn new(item:i64) -> EqPred { Oct 27 07:27:26.307 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 07:27:26.307 INFO kablam! | Oct 27 07:27:26.307 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 07:27:26.307 INFO kablam! Oct 27 07:27:26.307 INFO kablam! warning: function is never used: `matches` Oct 27 07:27:26.307 INFO kablam! --> src/regexps.rs:3:1 Oct 27 07:27:26.307 INFO kablam! | Oct 27 07:27:26.307 INFO kablam! 3 | pub fn matches(re: &Regex, line: &str) -> bool { Oct 27 07:27:26.307 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 07:27:26.307 INFO kablam! Oct 27 07:27:26.308 INFO kablam! warning: the feature `core` has been stable since 1.6.0 and no longer requires an attribute to enable Oct 27 07:27:26.308 INFO kablam! --> src/main.rs:1:41 Oct 27 07:27:26.308 INFO kablam! | Oct 27 07:27:26.308 INFO kablam! 1 | #![feature(unboxed_closures, fn_traits, core)] Oct 27 07:27:26.308 INFO kablam! | ^^^^ Oct 27 07:27:26.308 INFO kablam! | Oct 27 07:27:26.309 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 07:27:26.309 INFO kablam! Oct 27 07:27:26.310 INFO kablam! warning: function `monthIndex` should have a snake case name such as `month_index` Oct 27 07:27:26.310 INFO kablam! --> src/datetimes.rs:12:1 Oct 27 07:27:26.310 INFO kablam! | Oct 27 07:27:26.310 INFO kablam! 12 | / pub fn monthIndex(line: &str) -> u32 { Oct 27 07:27:26.311 INFO kablam! 13 | | let mut parsed: Parsed = Parsed::new(); Oct 27 07:27:26.311 INFO kablam! 14 | | //println!("{}", line); Oct 27 07:27:26.311 INFO kablam! 15 | | let items = vec![Item::Fixed(Fixed::ShortMonthName)]; Oct 27 07:27:26.311 INFO kablam! ... | Oct 27 07:27:26.311 INFO kablam! 18 | | parsed.month.unwrap() Oct 27 07:27:26.311 INFO kablam! 19 | | } Oct 27 07:27:26.311 INFO kablam! | |_^ Oct 27 07:27:26.312 INFO kablam! | Oct 27 07:27:26.312 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 07:27:26.312 INFO kablam! Oct 27 07:27:26.312 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 07:27:26.312 INFO kablam! --> src/datetimes.rs:17:5 Oct 27 07:27:26.313 INFO kablam! | Oct 27 07:27:26.313 INFO kablam! 17 | format::parse(& mut parsed, line, items_iter); Oct 27 07:27:26.313 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 07:27:26.313 INFO kablam! | Oct 27 07:27:26.313 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 07:27:26.313 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 07:27:26.313 INFO kablam! Oct 27 07:27:26.507 INFO kablam! warning: the feature `core` has been stable since 1.6.0 and no longer requires an attribute to enable Oct 27 07:27:26.507 INFO kablam! --> src/main.rs:1:41 Oct 27 07:27:26.507 INFO kablam! | Oct 27 07:27:26.507 INFO kablam! 1 | #![feature(unboxed_closures, fn_traits, core)] Oct 27 07:27:26.507 INFO kablam! | ^^^^ Oct 27 07:27:26.508 INFO kablam! | Oct 27 07:27:26.508 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 07:27:26.508 INFO kablam! Oct 27 07:27:26.509 INFO kablam! warning: function `monthIndex` should have a snake case name such as `month_index` Oct 27 07:27:26.509 INFO kablam! --> src/datetimes.rs:12:1 Oct 27 07:27:26.510 INFO kablam! | Oct 27 07:27:26.510 INFO kablam! 12 | / pub fn monthIndex(line: &str) -> u32 { Oct 27 07:27:26.510 INFO kablam! 13 | | let mut parsed: Parsed = Parsed::new(); Oct 27 07:27:26.510 INFO kablam! 14 | | //println!("{}", line); Oct 27 07:27:26.510 INFO kablam! 15 | | let items = vec![Item::Fixed(Fixed::ShortMonthName)]; Oct 27 07:27:26.511 INFO kablam! ... | Oct 27 07:27:26.511 INFO kablam! 18 | | parsed.month.unwrap() Oct 27 07:27:26.511 INFO kablam! 19 | | } Oct 27 07:27:26.511 INFO kablam! | |_^ Oct 27 07:27:26.511 INFO kablam! | Oct 27 07:27:26.511 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 07:27:26.511 INFO kablam! Oct 27 07:27:26.512 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 07:27:26.512 INFO kablam! --> src/datetimes.rs:17:5 Oct 27 07:27:26.512 INFO kablam! | Oct 27 07:27:26.512 INFO kablam! 17 | format::parse(& mut parsed, line, items_iter); Oct 27 07:27:26.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 07:27:26.513 INFO kablam! | Oct 27 07:27:26.513 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 07:27:26.513 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 07:27:26.513 INFO kablam! Oct 27 07:27:26.559 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.32s Oct 27 07:27:26.563 INFO kablam! su: No module specific data is present Oct 27 07:27:27.929 INFO running `"docker" "rm" "-f" "5fdff52c7d3b40e248fb0dd30f308799fe066d1dd9d48557fa0387c34b83d119"` Oct 27 07:27:28.200 INFO blam! 5fdff52c7d3b40e248fb0dd30f308799fe066d1dd9d48557fa0387c34b83d119