Sep 19 22:03:54.901 INFO checking regex_dfa-0.5.0 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 22:03:54.901 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 22:03:54.902 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-7/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 22:03:55.170 INFO blam! e03899417d7fd9798767564c4a1c6c319a720fb1204c1b7f992177aca0e3e3c2 Sep 19 22:03:55.172 INFO running `"docker" "start" "-a" "e03899417d7fd9798767564c4a1c6c319a720fb1204c1b7f992177aca0e3e3c2"` Sep 19 22:03:56.661 INFO kablam! usermod: no changes Sep 19 22:03:56.714 INFO kablam! warning: An explicit [[bench]] section is specified in Cargo.toml which currently Sep 19 22:03:56.714 INFO kablam! disables Cargo from automatically inferring other benchmark targets. Sep 19 22:03:56.714 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 19 22:03:56.714 INFO kablam! files will be included as a benchmark target: Sep 19 22:03:56.714 INFO kablam! Sep 19 22:03:56.714 INFO kablam! * /source/benches/bench.rs Sep 19 22:03:56.714 INFO kablam! Sep 19 22:03:56.714 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 19 22:03:56.714 INFO kablam! ready to be compiled as a benchmark target today. You can future-proof yourself Sep 19 22:03:56.714 INFO kablam! and disable this warning by adding `autobenches = false` to your [package] Sep 19 22:03:56.714 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 19 22:03:56.714 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 19 22:03:56.714 INFO kablam! Sep 19 22:03:56.714 INFO kablam! For more information on this warning you can consult Sep 19 22:03:56.714 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 19 22:03:56.714 INFO kablam! warning: file found to be present in multiple build targets: /source/src/lib.rs Sep 19 22:03:56.826 INFO kablam! Checking refinery v0.1.1 Sep 19 22:03:56.835 INFO kablam! Checking regex-syntax v0.2.6 Sep 19 22:03:56.870 INFO kablam! Checking range-map v0.1.5 Sep 19 22:03:59.162 INFO kablam! Checking regex_dfa v0.5.0 (/source) Sep 19 22:03:59.786 INFO kablam! warning: unused import: `std::cmp::max` Sep 19 22:03:59.786 INFO kablam! --> src/nfa/has_looks.rs:11:5 Sep 19 22:03:59.786 INFO kablam! | Sep 19 22:03:59.786 INFO kablam! 11 | use std::cmp::max; Sep 19 22:03:59.786 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 22:03:59.786 INFO kablam! | Sep 19 22:03:59.786 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 22:03:59.786 INFO kablam! Sep 19 22:04:00.314 INFO kablam! warning: unused imports: `TestResult`, `quickcheck` Sep 19 22:04:00.314 INFO kablam! --> src/dfa/prefix_searcher.rs:244:34 Sep 19 22:04:00.314 INFO kablam! | Sep 19 22:04:00.314 INFO kablam! 244 | use quickcheck::{QuickCheck, quickcheck, StdGen, TestResult}; Sep 19 22:04:00.314 INFO kablam! | ^^^^^^^^^^ ^^^^^^^^^^ Sep 19 22:04:00.314 INFO kablam! | Sep 19 22:04:00.314 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 22:04:00.314 INFO kablam! Sep 19 22:04:00.318 INFO kablam! warning: unused import: `std::cmp::max` Sep 19 22:04:00.318 INFO kablam! --> src/nfa/has_looks.rs:11:5 Sep 19 22:04:00.318 INFO kablam! | Sep 19 22:04:00.318 INFO kablam! 11 | use std::cmp::max; Sep 19 22:04:00.318 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 22:04:00.318 INFO kablam! Sep 19 22:04:02.862 INFO kablam! warning: function is never used: `qc` Sep 19 22:04:02.862 INFO kablam! --> src/dfa/prefix_searcher.rs:249:5 Sep 19 22:04:02.862 INFO kablam! | Sep 19 22:04:02.862 INFO kablam! 249 | fn qc(size: usize) -> QuickCheck> { Sep 19 22:04:02.862 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:04:02.862 INFO kablam! | Sep 19 22:04:02.862 INFO kablam! = note: #[warn(dead_code)] on by default Sep 19 22:04:02.862 INFO kablam! Sep 19 22:04:03.002 INFO kablam! warning: unused imports: `TestResult`, `quickcheck` Sep 19 22:04:03.002 INFO kablam! --> src/dfa/prefix_searcher.rs:244:34 Sep 19 22:04:03.002 INFO kablam! | Sep 19 22:04:03.002 INFO kablam! 244 | use quickcheck::{QuickCheck, quickcheck, StdGen, TestResult}; Sep 19 22:04:03.002 INFO kablam! | ^^^^^^^^^^ ^^^^^^^^^^ Sep 19 22:04:03.002 INFO kablam! | Sep 19 22:04:03.002 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 22:04:03.002 INFO kablam! Sep 19 22:04:03.002 INFO kablam! warning: unused import: `std::cmp::max` Sep 19 22:04:03.002 INFO kablam! --> src/nfa/has_looks.rs:11:5 Sep 19 22:04:03.002 INFO kablam! | Sep 19 22:04:03.002 INFO kablam! 11 | use std::cmp::max; Sep 19 22:04:03.002 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 22:04:03.002 INFO kablam! Sep 19 22:04:04.518 INFO kablam! warning: function is never used: `qc` Sep 19 22:04:04.518 INFO kablam! --> src/dfa/prefix_searcher.rs:249:5 Sep 19 22:04:04.518 INFO kablam! | Sep 19 22:04:04.518 INFO kablam! 249 | fn qc(size: usize) -> QuickCheck> { Sep 19 22:04:04.518 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:04:04.518 INFO kablam! | Sep 19 22:04:04.518 INFO kablam! = note: #[warn(dead_code)] on by default Sep 19 22:04:04.518 INFO kablam! Sep 19 22:04:08.518 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.82s Sep 19 22:04:08.527 INFO kablam! su: No module specific data is present Sep 19 22:04:09.071 INFO running `"docker" "rm" "-f" "e03899417d7fd9798767564c4a1c6c319a720fb1204c1b7f992177aca0e3e3c2"` Sep 19 22:04:09.207 INFO blam! e03899417d7fd9798767564c4a1c6c319a720fb1204c1b7f992177aca0e3e3c2