Sep 02 03:15:48.579 INFO checking regex_dfa-0.5.0 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 03:15:48.579 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 03:15:48.579 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-2/try#952c7dbfa2628309f557b367929ffc17af20b332:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 03:15:48.755 INFO blam! 71086f03c88eb5feb89213a5192af5e1b53415e174de0755948c336904e2c833 Sep 02 03:15:48.757 INFO running `"docker" "start" "-a" "71086f03c88eb5feb89213a5192af5e1b53415e174de0755948c336904e2c833"` Sep 02 03:15:49.680 INFO kablam! warning: An explicit [[bench]] section is specified in Cargo.toml which currently Sep 02 03:15:49.680 INFO kablam! disables Cargo from automatically inferring other benchmark targets. Sep 02 03:15:49.680 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 02 03:15:49.680 INFO kablam! files will be included as a benchmark target: Sep 02 03:15:49.680 INFO kablam! Sep 02 03:15:49.680 INFO kablam! * /source/benches/bench.rs Sep 02 03:15:49.680 INFO kablam! Sep 02 03:15:49.680 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 02 03:15:49.680 INFO kablam! ready to be compiled as a benchmark target today. You can future-proof yourself Sep 02 03:15:49.680 INFO kablam! and disable this warning by adding `autobenches = false` to your [package] Sep 02 03:15:49.680 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 02 03:15:49.680 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 02 03:15:49.680 INFO kablam! Sep 02 03:15:49.680 INFO kablam! For more information on this warning you can consult Sep 02 03:15:49.680 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 02 03:15:49.680 INFO kablam! warning: file found to be present in multiple build targets: /source/src/lib.rs Sep 02 03:15:49.770 INFO kablam! Checking refinery v0.1.1 Sep 02 03:15:49.771 INFO kablam! Checking regex-syntax v0.2.6 Sep 02 03:15:49.774 INFO kablam! Checking range-map v0.1.5 Sep 02 03:15:52.121 INFO kablam! Checking regex_dfa v0.5.0 (file:///source) Sep 02 03:15:52.984 INFO kablam! warning: unused import: `std::cmp::max` Sep 02 03:15:52.984 INFO kablam! --> src/nfa/has_looks.rs:11:5 Sep 02 03:15:52.984 INFO kablam! | Sep 02 03:15:52.985 INFO kablam! 11 | use std::cmp::max; Sep 02 03:15:52.985 INFO kablam! | ^^^^^^^^^^^^^ Sep 02 03:15:52.985 INFO kablam! | Sep 02 03:15:52.985 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 03:15:52.985 INFO kablam! Sep 02 03:15:53.549 INFO kablam! warning: unused imports: `TestResult`, `quickcheck` Sep 02 03:15:53.549 INFO kablam! --> src/dfa/prefix_searcher.rs:244:34 Sep 02 03:15:53.549 INFO kablam! | Sep 02 03:15:53.549 INFO kablam! 244 | use quickcheck::{QuickCheck, quickcheck, StdGen, TestResult}; Sep 02 03:15:53.549 INFO kablam! | ^^^^^^^^^^ ^^^^^^^^^^ Sep 02 03:15:53.549 INFO kablam! | Sep 02 03:15:53.549 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 03:15:53.549 INFO kablam! Sep 02 03:15:53.555 INFO kablam! warning: unused import: `std::cmp::max` Sep 02 03:15:53.555 INFO kablam! --> src/nfa/has_looks.rs:11:5 Sep 02 03:15:53.555 INFO kablam! | Sep 02 03:15:53.555 INFO kablam! 11 | use std::cmp::max; Sep 02 03:15:53.555 INFO kablam! | ^^^^^^^^^^^^^ Sep 02 03:15:53.555 INFO kablam! Sep 02 03:15:58.887 INFO kablam! warning: function is never used: `qc` Sep 02 03:15:58.887 INFO kablam! --> src/dfa/prefix_searcher.rs:249:5 Sep 02 03:15:58.887 INFO kablam! | Sep 02 03:15:58.887 INFO kablam! 249 | fn qc(size: usize) -> QuickCheck> { Sep 02 03:15:58.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:15:58.887 INFO kablam! | Sep 02 03:15:58.887 INFO kablam! = note: #[warn(dead_code)] on by default Sep 02 03:15:58.887 INFO kablam! Sep 02 03:15:59.430 INFO kablam! warning: unused imports: `TestResult`, `quickcheck` Sep 02 03:15:59.430 INFO kablam! --> src/dfa/prefix_searcher.rs:244:34 Sep 02 03:15:59.430 INFO kablam! | Sep 02 03:15:59.430 INFO kablam! 244 | use quickcheck::{QuickCheck, quickcheck, StdGen, TestResult}; Sep 02 03:15:59.430 INFO kablam! | ^^^^^^^^^^ ^^^^^^^^^^ Sep 02 03:15:59.438 INFO kablam! | Sep 02 03:15:59.438 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 03:15:59.438 INFO kablam! Sep 02 03:15:59.445 INFO kablam! warning: unused import: `std::cmp::max` Sep 02 03:15:59.445 INFO kablam! --> src/nfa/has_looks.rs:11:5 Sep 02 03:15:59.445 INFO kablam! | Sep 02 03:15:59.445 INFO kablam! 11 | use std::cmp::max; Sep 02 03:15:59.445 INFO kablam! | ^^^^^^^^^^^^^ Sep 02 03:15:59.445 INFO kablam! Sep 02 03:16:03.129 INFO kablam! warning: function is never used: `qc` Sep 02 03:16:03.129 INFO kablam! --> src/dfa/prefix_searcher.rs:249:5 Sep 02 03:16:03.129 INFO kablam! | Sep 02 03:16:03.129 INFO kablam! 249 | fn qc(size: usize) -> QuickCheck> { Sep 02 03:16:03.129 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:16:03.129 INFO kablam! | Sep 02 03:16:03.129 INFO kablam! = note: #[warn(dead_code)] on by default Sep 02 03:16:03.129 INFO kablam! Sep 02 03:16:08.144 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 18.48s Sep 02 03:16:08.155 INFO kablam! su: No module specific data is present Sep 02 03:16:08.577 INFO running `"docker" "rm" "-f" "71086f03c88eb5feb89213a5192af5e1b53415e174de0755948c336904e2c833"` Sep 02 03:16:08.681 INFO blam! 71086f03c88eb5feb89213a5192af5e1b53415e174de0755948c336904e2c833