Oct 27 17:20:54.161 INFO checking regex_dfa-0.5.0 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 17:20:54.162 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 17:20:54.683 INFO blam! 4750093df8987bcba0bf564e078f4a27b3afc4c46c6c2b50f803bfdd266d7048 Oct 27 17:20:54.695 INFO running `"docker" "start" "-a" "4750093df8987bcba0bf564e078f4a27b3afc4c46c6c2b50f803bfdd266d7048"` Oct 27 17:20:55.612 INFO kablam! usermod: no changes Oct 27 17:20:55.645 INFO kablam! warning: An explicit [[bench]] section is specified in Cargo.toml which currently Oct 27 17:20:55.645 INFO kablam! disables Cargo from automatically inferring other benchmark targets. Oct 27 17:20:55.645 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 27 17:20:55.645 INFO kablam! files will be included as a benchmark target: Oct 27 17:20:55.645 INFO kablam! Oct 27 17:20:55.645 INFO kablam! * /source/benches/bench.rs Oct 27 17:20:55.645 INFO kablam! Oct 27 17:20:55.645 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 27 17:20:55.645 INFO kablam! ready to be compiled as a benchmark target today. You can future-proof yourself Oct 27 17:20:55.645 INFO kablam! and disable this warning by adding `autobenches = false` to your [package] Oct 27 17:20:55.645 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 27 17:20:55.645 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 27 17:20:55.645 INFO kablam! Oct 27 17:20:55.645 INFO kablam! For more information on this warning you can consult Oct 27 17:20:55.645 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 27 17:20:55.645 INFO kablam! warning: file found to be present in multiple build targets: /source/src/lib.rs Oct 27 17:20:55.745 INFO kablam! Checking refinery v0.1.1 Oct 27 17:20:55.745 INFO kablam! Checking regex-syntax v0.2.6 Oct 27 17:20:55.746 INFO kablam! Checking range-map v0.1.5 Oct 27 17:20:57.790 INFO kablam! Checking regex_dfa v0.5.0 (/source) Oct 27 17:20:59.938 INFO kablam! warning: unused import: `std::cmp::max` Oct 27 17:20:59.938 INFO kablam! --> src/nfa/has_looks.rs:11:5 Oct 27 17:20:59.938 INFO kablam! | Oct 27 17:20:59.938 INFO kablam! 11 | use std::cmp::max; Oct 27 17:20:59.938 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 17:20:59.938 INFO kablam! | Oct 27 17:20:59.938 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 17:20:59.938 INFO kablam! Oct 27 17:21:01.052 INFO kablam! warning: unused imports: `TestResult`, `quickcheck` Oct 27 17:21:01.059 INFO kablam! --> src/dfa/prefix_searcher.rs:244:34 Oct 27 17:21:01.059 INFO kablam! | Oct 27 17:21:01.063 INFO kablam! 244 | use quickcheck::{QuickCheck, quickcheck, StdGen, TestResult}; Oct 27 17:21:01.063 INFO kablam! | ^^^^^^^^^^ ^^^^^^^^^^ Oct 27 17:21:01.064 INFO kablam! | Oct 27 17:21:01.064 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 17:21:01.064 INFO kablam! Oct 27 17:21:01.065 INFO kablam! warning: unused import: `std::cmp::max` Oct 27 17:21:01.065 INFO kablam! --> src/nfa/has_looks.rs:11:5 Oct 27 17:21:01.065 INFO kablam! | Oct 27 17:21:01.066 INFO kablam! 11 | use std::cmp::max; Oct 27 17:21:01.066 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 17:21:01.066 INFO kablam! Oct 27 17:21:03.979 INFO kablam! warning: function is never used: `qc` Oct 27 17:21:03.979 INFO kablam! --> src/dfa/prefix_searcher.rs:249:5 Oct 27 17:21:03.979 INFO kablam! | Oct 27 17:21:03.979 INFO kablam! 249 | fn qc(size: usize) -> QuickCheck> { Oct 27 17:21:03.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:21:03.979 INFO kablam! | Oct 27 17:21:03.979 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 17:21:03.979 INFO kablam! Oct 27 17:21:06.839 INFO kablam! warning: unused imports: `TestResult`, `quickcheck` Oct 27 17:21:06.839 INFO kablam! --> src/dfa/prefix_searcher.rs:244:34 Oct 27 17:21:06.839 INFO kablam! | Oct 27 17:21:06.839 INFO kablam! 244 | use quickcheck::{QuickCheck, quickcheck, StdGen, TestResult}; Oct 27 17:21:06.839 INFO kablam! | ^^^^^^^^^^ ^^^^^^^^^^ Oct 27 17:21:06.851 INFO kablam! | Oct 27 17:21:06.851 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 17:21:06.851 INFO kablam! Oct 27 17:21:06.851 INFO kablam! warning: unused import: `std::cmp::max` Oct 27 17:21:06.851 INFO kablam! --> src/nfa/has_looks.rs:11:5 Oct 27 17:21:06.851 INFO kablam! | Oct 27 17:21:06.851 INFO kablam! 11 | use std::cmp::max; Oct 27 17:21:06.851 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 17:21:06.851 INFO kablam! Oct 27 17:21:09.291 INFO kablam! warning: function is never used: `qc` Oct 27 17:21:09.291 INFO kablam! --> src/dfa/prefix_searcher.rs:249:5 Oct 27 17:21:09.292 INFO kablam! | Oct 27 17:21:09.292 INFO kablam! 249 | fn qc(size: usize) -> QuickCheck> { Oct 27 17:21:09.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:21:09.293 INFO kablam! | Oct 27 17:21:09.293 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 17:21:09.293 INFO kablam! Oct 27 17:21:13.684 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 18.05s Oct 27 17:21:13.692 INFO kablam! su: No module specific data is present Oct 27 17:21:14.337 INFO running `"docker" "rm" "-f" "4750093df8987bcba0bf564e078f4a27b3afc4c46c6c2b50f803bfdd266d7048"` Oct 27 17:21:14.643 INFO blam! 4750093df8987bcba0bf564e078f4a27b3afc4c46c6c2b50f803bfdd266d7048