Oct 13 00:18:56.305 INFO checking bogdad/timecutrust against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 00:18:56.305 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-5/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 13 00:18:56.493 INFO blam! 98a72e4725d33a8bcc87cffb290d8a0c5f7450a9404ba633759d705cd15d2477 Oct 13 00:18:56.498 INFO running `"docker" "start" "-a" "98a72e4725d33a8bcc87cffb290d8a0c5f7450a9404ba633759d705cd15d2477"` Oct 13 00:18:57.360 INFO kablam! usermod: no changes Oct 13 00:18:57.476 INFO kablam! Checking num-traits v0.1.35 Oct 13 00:18:57.480 INFO kablam! Checking libc v0.2.15 Oct 13 00:18:57.484 INFO kablam! Checking regex-syntax v0.3.4 Oct 13 00:18:59.112 INFO kablam! Checking thread-id v2.0.0 Oct 13 00:18:59.112 INFO kablam! Checking memchr v0.1.11 Oct 13 00:18:59.112 INFO kablam! Checking time v0.1.35 Oct 13 00:18:59.266 INFO kablam! Checking num-integer v0.1.32 Oct 13 00:19:00.088 INFO kablam! Checking thread_local v0.2.6 Oct 13 00:19:00.732 INFO kablam! Checking aho-corasick v0.5.2 Oct 13 00:19:00.850 INFO kablam! Checking num-iter v0.1.32 Oct 13 00:19:01.773 INFO kablam! Checking num v0.1.35 Oct 13 00:19:02.220 INFO kablam! Checking chrono v0.2.25 Oct 13 00:19:02.261 INFO kablam! Checking regex v0.1.73 Oct 13 00:19:05.736 INFO kablam! Checking timecutrust v0.1.0 (/source) Oct 13 00:19:06.875 INFO kablam! warning: unused import: `Lines` Oct 13 00:19:06.875 INFO kablam! --> src/main.rs:7:32 Oct 13 00:19:06.875 INFO kablam! | Oct 13 00:19:06.875 INFO kablam! 7 | use std::io::{self, BufReader, Lines, Write}; Oct 13 00:19:06.875 INFO kablam! | ^^^^^ Oct 13 00:19:06.876 INFO kablam! | Oct 13 00:19:06.876 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 00:19:06.876 INFO kablam! Oct 13 00:19:06.880 INFO kablam! warning: unused import: `Error` Oct 13 00:19:06.881 INFO kablam! --> src/main.rs:11:25 Oct 13 00:19:06.881 INFO kablam! | Oct 13 00:19:06.881 INFO kablam! 11 | use std::io::{SeekFrom, Error, ErrorKind}; Oct 13 00:19:06.882 INFO kablam! | ^^^^^ Oct 13 00:19:06.882 INFO kablam! Oct 13 00:19:06.882 INFO kablam! warning: unused import: `Cursor` Oct 13 00:19:06.883 INFO kablam! --> src/textfileutils.rs:1:36 Oct 13 00:19:06.883 INFO kablam! | Oct 13 00:19:06.884 INFO kablam! 1 | use std::io::{SeekFrom, BufReader, Cursor}; Oct 13 00:19:06.884 INFO kablam! | ^^^^^^ Oct 13 00:19:06.884 INFO kablam! Oct 13 00:19:07.024 INFO kablam! warning: method is never used: `new` Oct 13 00:19:07.024 INFO kablam! --> src/binary_search.rs:40:5 Oct 13 00:19:07.024 INFO kablam! | Oct 13 00:19:07.024 INFO kablam! 40 | fn new(item:i64) -> EqPred { Oct 13 00:19:07.024 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:19:07.025 INFO kablam! | Oct 13 00:19:07.025 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 00:19:07.025 INFO kablam! Oct 13 00:19:07.025 INFO kablam! warning: function is never used: `matches` Oct 13 00:19:07.025 INFO kablam! --> src/regexps.rs:3:1 Oct 13 00:19:07.025 INFO kablam! | Oct 13 00:19:07.026 INFO kablam! 3 | pub fn matches(re: &Regex, line: &str) -> bool { Oct 13 00:19:07.026 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:19:07.026 INFO kablam! Oct 13 00:19:07.027 INFO kablam! warning: the feature `core` has been stable since 1.6.0 and no longer requires an attribute to enable Oct 13 00:19:07.028 INFO kablam! --> src/main.rs:1:41 Oct 13 00:19:07.028 INFO kablam! | Oct 13 00:19:07.028 INFO kablam! 1 | #![feature(unboxed_closures, fn_traits, core)] Oct 13 00:19:07.029 INFO kablam! | ^^^^ Oct 13 00:19:07.029 INFO kablam! | Oct 13 00:19:07.029 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 00:19:07.029 INFO kablam! Oct 13 00:19:07.031 INFO kablam! warning: function `monthIndex` should have a snake case name such as `month_index` Oct 13 00:19:07.031 INFO kablam! --> src/datetimes.rs:12:1 Oct 13 00:19:07.032 INFO kablam! | Oct 13 00:19:07.032 INFO kablam! 12 | / pub fn monthIndex(line: &str) -> u32 { Oct 13 00:19:07.032 INFO kablam! 13 | | let mut parsed: Parsed = Parsed::new(); Oct 13 00:19:07.033 INFO kablam! 14 | | //println!("{}", line); Oct 13 00:19:07.033 INFO kablam! 15 | | let items = vec![Item::Fixed(Fixed::ShortMonthName)]; Oct 13 00:19:07.033 INFO kablam! ... | Oct 13 00:19:07.033 INFO kablam! 18 | | parsed.month.unwrap() Oct 13 00:19:07.034 INFO kablam! 19 | | } Oct 13 00:19:07.034 INFO kablam! | |_^ Oct 13 00:19:07.034 INFO kablam! | Oct 13 00:19:07.035 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 00:19:07.035 INFO kablam! Oct 13 00:19:07.036 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 00:19:07.036 INFO kablam! --> src/datetimes.rs:17:5 Oct 13 00:19:07.036 INFO kablam! | Oct 13 00:19:07.037 INFO kablam! 17 | format::parse(& mut parsed, line, items_iter); Oct 13 00:19:07.037 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:19:07.037 INFO kablam! | Oct 13 00:19:07.038 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 00:19:07.038 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 00:19:07.038 INFO kablam! Oct 13 00:19:07.265 INFO kablam! warning: unused import: `Lines` Oct 13 00:19:07.269 INFO kablam! --> src/main.rs:7:32 Oct 13 00:19:07.269 INFO kablam! | Oct 13 00:19:07.269 INFO kablam! 7 | use std::io::{self, BufReader, Lines, Write}; Oct 13 00:19:07.269 INFO kablam! | ^^^^^ Oct 13 00:19:07.270 INFO kablam! | Oct 13 00:19:07.270 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 00:19:07.270 INFO kablam! Oct 13 00:19:07.270 INFO kablam! warning: unused import: `Error` Oct 13 00:19:07.271 INFO kablam! --> src/main.rs:11:25 Oct 13 00:19:07.271 INFO kablam! | Oct 13 00:19:07.271 INFO kablam! 11 | use std::io::{SeekFrom, Error, ErrorKind}; Oct 13 00:19:07.271 INFO kablam! | ^^^^^ Oct 13 00:19:07.271 INFO kablam! Oct 13 00:19:07.510 INFO kablam! warning: the feature `core` has been stable since 1.6.0 and no longer requires an attribute to enable Oct 13 00:19:07.511 INFO kablam! --> src/main.rs:1:41 Oct 13 00:19:07.512 INFO kablam! | Oct 13 00:19:07.512 INFO kablam! 1 | #![feature(unboxed_closures, fn_traits, core)] Oct 13 00:19:07.513 INFO kablam! | ^^^^ Oct 13 00:19:07.513 INFO kablam! | Oct 13 00:19:07.513 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 00:19:07.513 INFO kablam! Oct 13 00:19:07.514 INFO kablam! warning: function `monthIndex` should have a snake case name such as `month_index` Oct 13 00:19:07.514 INFO kablam! --> src/datetimes.rs:12:1 Oct 13 00:19:07.515 INFO kablam! | Oct 13 00:19:07.515 INFO kablam! 12 | / pub fn monthIndex(line: &str) -> u32 { Oct 13 00:19:07.515 INFO kablam! 13 | | let mut parsed: Parsed = Parsed::new(); Oct 13 00:19:07.515 INFO kablam! 14 | | //println!("{}", line); Oct 13 00:19:07.515 INFO kablam! 15 | | let items = vec![Item::Fixed(Fixed::ShortMonthName)]; Oct 13 00:19:07.516 INFO kablam! ... | Oct 13 00:19:07.516 INFO kablam! 18 | | parsed.month.unwrap() Oct 13 00:19:07.516 INFO kablam! 19 | | } Oct 13 00:19:07.517 INFO kablam! | |_^ Oct 13 00:19:07.517 INFO kablam! | Oct 13 00:19:07.517 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 00:19:07.517 INFO kablam! Oct 13 00:19:07.518 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 00:19:07.518 INFO kablam! --> src/datetimes.rs:17:5 Oct 13 00:19:07.518 INFO kablam! | Oct 13 00:19:07.519 INFO kablam! 17 | format::parse(& mut parsed, line, items_iter); Oct 13 00:19:07.519 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:19:07.519 INFO kablam! | Oct 13 00:19:07.519 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 00:19:07.520 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 00:19:07.520 INFO kablam! Oct 13 00:19:07.569 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.18s Oct 13 00:19:07.573 INFO kablam! su: No module specific data is present Oct 13 00:19:08.599 INFO running `"docker" "rm" "-f" "98a72e4725d33a8bcc87cffb290d8a0c5f7450a9404ba633759d705cd15d2477"` Oct 13 00:19:08.865 INFO blam! 98a72e4725d33a8bcc87cffb290d8a0c5f7450a9404ba633759d705cd15d2477