Sep 17 19:11:38.615 INFO checking regex_dfa-0.5.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 19:11:38.615 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 19:11:38.615 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-7/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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=1000" "-e" "CMD=cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 19:11:39.211 INFO blam! 22361fa57d1535fc51be2a6a50ea96e335f5851c5a92372cdf013a689d89221d Sep 17 19:11:39.213 INFO running `"docker" "start" "-a" "22361fa57d1535fc51be2a6a50ea96e335f5851c5a92372cdf013a689d89221d"` Sep 17 19:11:40.417 INFO kablam! usermod: no changes Sep 17 19:11:40.483 INFO kablam! warning: An explicit [[bench]] section is specified in Cargo.toml which currently Sep 17 19:11:40.483 INFO kablam! disables Cargo from automatically inferring other benchmark targets. Sep 17 19:11:40.483 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 17 19:11:40.483 INFO kablam! files will be included as a benchmark target: Sep 17 19:11:40.483 INFO kablam! Sep 17 19:11:40.483 INFO kablam! * /source/benches/bench.rs Sep 17 19:11:40.483 INFO kablam! Sep 17 19:11:40.483 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 17 19:11:40.483 INFO kablam! ready to be compiled as a benchmark target today. You can future-proof yourself Sep 17 19:11:40.483 INFO kablam! and disable this warning by adding `autobenches = false` to your [package] Sep 17 19:11:40.483 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 17 19:11:40.483 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 17 19:11:40.483 INFO kablam! Sep 17 19:11:40.483 INFO kablam! For more information on this warning you can consult Sep 17 19:11:40.483 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 17 19:11:40.483 INFO kablam! warning: file found to be present in multiple build targets: /source/src/lib.rs Sep 17 19:11:40.610 INFO kablam! Checking regex-syntax v0.2.6 Sep 17 19:11:40.610 INFO kablam! Checking refinery v0.1.1 Sep 17 19:11:40.627 INFO kablam! Checking range-map v0.1.5 Sep 17 19:11:42.642 INFO kablam! Checking regex_dfa v0.5.0 (/source) Sep 17 19:11:43.487 INFO kablam! warning: unused import: `std::cmp::max` Sep 17 19:11:43.487 INFO kablam! --> src/nfa/has_looks.rs:11:5 Sep 17 19:11:43.487 INFO kablam! | Sep 17 19:11:43.487 INFO kablam! 11 | use std::cmp::max; Sep 17 19:11:43.487 INFO kablam! | ^^^^^^^^^^^^^ Sep 17 19:11:43.487 INFO kablam! | Sep 17 19:11:43.487 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 17 19:11:43.487 INFO kablam! Sep 17 19:11:44.219 INFO kablam! warning: unused imports: `TestResult`, `quickcheck` Sep 17 19:11:44.219 INFO kablam! --> src/dfa/prefix_searcher.rs:244:34 Sep 17 19:11:44.219 INFO kablam! | Sep 17 19:11:44.219 INFO kablam! 244 | use quickcheck::{QuickCheck, quickcheck, StdGen, TestResult}; Sep 17 19:11:44.219 INFO kablam! | ^^^^^^^^^^ ^^^^^^^^^^ Sep 17 19:11:44.219 INFO kablam! | Sep 17 19:11:44.219 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 17 19:11:44.219 INFO kablam! Sep 17 19:11:44.219 INFO kablam! warning: unused import: `std::cmp::max` Sep 17 19:11:44.219 INFO kablam! --> src/nfa/has_looks.rs:11:5 Sep 17 19:11:44.220 INFO kablam! | Sep 17 19:11:44.220 INFO kablam! 11 | use std::cmp::max; Sep 17 19:11:44.220 INFO kablam! | ^^^^^^^^^^^^^ Sep 17 19:11:44.220 INFO kablam! Sep 17 19:11:48.220 INFO kablam! warning: function is never used: `qc` Sep 17 19:11:48.223 INFO kablam! --> src/dfa/prefix_searcher.rs:249:5 Sep 17 19:11:48.223 INFO kablam! | Sep 17 19:11:48.223 INFO kablam! 249 | fn qc(size: usize) -> QuickCheck> { Sep 17 19:11:48.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 19:11:48.223 INFO kablam! | Sep 17 19:11:48.223 INFO kablam! = note: #[warn(dead_code)] on by default Sep 17 19:11:48.223 INFO kablam! Sep 17 19:11:49.214 INFO kablam! warning: unused imports: `TestResult`, `quickcheck` Sep 17 19:11:49.214 INFO kablam! --> src/dfa/prefix_searcher.rs:244:34 Sep 17 19:11:49.214 INFO kablam! | Sep 17 19:11:49.214 INFO kablam! 244 | use quickcheck::{QuickCheck, quickcheck, StdGen, TestResult}; Sep 17 19:11:49.214 INFO kablam! | ^^^^^^^^^^ ^^^^^^^^^^ Sep 17 19:11:49.214 INFO kablam! | Sep 17 19:11:49.214 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 17 19:11:49.214 INFO kablam! Sep 17 19:11:49.214 INFO kablam! warning: unused import: `std::cmp::max` Sep 17 19:11:49.214 INFO kablam! --> src/nfa/has_looks.rs:11:5 Sep 17 19:11:49.214 INFO kablam! | Sep 17 19:11:49.214 INFO kablam! 11 | use std::cmp::max; Sep 17 19:11:49.214 INFO kablam! | ^^^^^^^^^^^^^ Sep 17 19:11:49.214 INFO kablam! Sep 17 19:11:51.035 INFO kablam! warning: function is never used: `qc` Sep 17 19:11:51.035 INFO kablam! --> src/dfa/prefix_searcher.rs:249:5 Sep 17 19:11:51.035 INFO kablam! | Sep 17 19:11:51.035 INFO kablam! 249 | fn qc(size: usize) -> QuickCheck> { Sep 17 19:11:51.035 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 19:11:51.035 INFO kablam! | Sep 17 19:11:51.035 INFO kablam! = note: #[warn(dead_code)] on by default Sep 17 19:11:51.035 INFO kablam! Sep 17 19:11:55.614 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 15.17s Sep 17 19:11:55.624 INFO kablam! su: No module specific data is present Sep 17 19:11:56.042 INFO running `"docker" "rm" "-f" "22361fa57d1535fc51be2a6a50ea96e335f5851c5a92372cdf013a689d89221d"` Sep 17 19:11:56.158 INFO blam! 22361fa57d1535fc51be2a6a50ea96e335f5851c5a92372cdf013a689d89221d