Sep 19 22:03:54.866 INFO checking regex_dfa-0.5.0 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 22:03:54.866 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 22:03:54.867 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-3/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-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.130 INFO blam! 3849781bf1f0fa76c82039e3d4f5ea4e158e389d218e7699bcb8b3781efe2a80 Sep 19 22:03:55.132 INFO running `"docker" "start" "-a" "3849781bf1f0fa76c82039e3d4f5ea4e158e389d218e7699bcb8b3781efe2a80"` Sep 19 22:03:56.530 INFO kablam! usermod: no changes Sep 19 22:03:56.570 INFO kablam! warning: An explicit [[bench]] section is specified in Cargo.toml which currently Sep 19 22:03:56.570 INFO kablam! disables Cargo from automatically inferring other benchmark targets. Sep 19 22:03:56.570 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 19 22:03:56.570 INFO kablam! files will be included as a benchmark target: Sep 19 22:03:56.570 INFO kablam! Sep 19 22:03:56.570 INFO kablam! * /source/benches/bench.rs Sep 19 22:03:56.570 INFO kablam! Sep 19 22:03:56.570 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 19 22:03:56.570 INFO kablam! ready to be compiled as a benchmark target today. You can future-proof yourself Sep 19 22:03:56.570 INFO kablam! and disable this warning by adding `autobenches = false` to your [package] Sep 19 22:03:56.570 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 19 22:03:56.570 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 19 22:03:56.570 INFO kablam! Sep 19 22:03:56.570 INFO kablam! For more information on this warning you can consult Sep 19 22:03:56.570 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 19 22:03:56.570 INFO kablam! warning: file found to be present in multiple build targets: /source/src/lib.rs Sep 19 22:03:56.715 INFO kablam! Checking regex-syntax v0.2.6 Sep 19 22:03:56.722 INFO kablam! Checking refinery v0.1.1 Sep 19 22:03:56.734 INFO kablam! Checking range-map v0.1.5 Sep 19 22:03:59.257 INFO kablam! Checking regex_dfa v0.5.0 (/source) Sep 19 22:04:00.394 INFO kablam! warning: unused import: `std::cmp::max` Sep 19 22:04:00.394 INFO kablam! --> src/nfa/has_looks.rs:11:5 Sep 19 22:04:00.394 INFO kablam! | Sep 19 22:04:00.394 INFO kablam! 11 | use std::cmp::max; Sep 19 22:04:00.394 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 22:04:00.394 INFO kablam! | Sep 19 22:04:00.394 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 22:04:00.394 INFO kablam! Sep 19 22:04:00.609 INFO kablam! warning: unused imports: `TestResult`, `quickcheck` Sep 19 22:04:00.609 INFO kablam! --> src/dfa/prefix_searcher.rs:244:34 Sep 19 22:04:00.609 INFO kablam! | Sep 19 22:04:00.609 INFO kablam! 244 | use quickcheck::{QuickCheck, quickcheck, StdGen, TestResult}; Sep 19 22:04:00.609 INFO kablam! | ^^^^^^^^^^ ^^^^^^^^^^ Sep 19 22:04:00.609 INFO kablam! | Sep 19 22:04:00.609 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 22:04:00.611 INFO kablam! Sep 19 22:04:00.616 INFO kablam! warning: unused import: `std::cmp::max` Sep 19 22:04:00.616 INFO kablam! --> src/nfa/has_looks.rs:11:5 Sep 19 22:04:00.616 INFO kablam! | Sep 19 22:04:00.616 INFO kablam! 11 | use std::cmp::max; Sep 19 22:04:00.616 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 22:04:00.623 INFO kablam! Sep 19 22:04:02.468 INFO kablam! warning: function is never used: `qc` Sep 19 22:04:02.468 INFO kablam! --> src/dfa/prefix_searcher.rs:249:5 Sep 19 22:04:02.468 INFO kablam! | Sep 19 22:04:02.468 INFO kablam! 249 | fn qc(size: usize) -> QuickCheck> { Sep 19 22:04:02.468 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:04:02.468 INFO kablam! | Sep 19 22:04:02.468 INFO kablam! = note: #[warn(dead_code)] on by default Sep 19 22:04:02.468 INFO kablam! Sep 19 22:04:04.045 INFO kablam! warning: unused imports: `TestResult`, `quickcheck` Sep 19 22:04:04.045 INFO kablam! --> src/dfa/prefix_searcher.rs:244:34 Sep 19 22:04:04.045 INFO kablam! | Sep 19 22:04:04.045 INFO kablam! 244 | use quickcheck::{QuickCheck, quickcheck, StdGen, TestResult}; Sep 19 22:04:04.045 INFO kablam! | ^^^^^^^^^^ ^^^^^^^^^^ Sep 19 22:04:04.045 INFO kablam! | Sep 19 22:04:04.045 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 22:04:04.045 INFO kablam! Sep 19 22:04:04.047 INFO kablam! warning: unused import: `std::cmp::max` Sep 19 22:04:04.047 INFO kablam! --> src/nfa/has_looks.rs:11:5 Sep 19 22:04:04.047 INFO kablam! | Sep 19 22:04:04.047 INFO kablam! 11 | use std::cmp::max; Sep 19 22:04:04.047 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 22:04:04.047 INFO kablam! Sep 19 22:04:05.375 INFO kablam! warning: function is never used: `qc` Sep 19 22:04:05.375 INFO kablam! --> src/dfa/prefix_searcher.rs:249:5 Sep 19 22:04:05.375 INFO kablam! | Sep 19 22:04:05.375 INFO kablam! 249 | fn qc(size: usize) -> QuickCheck> { Sep 19 22:04:05.375 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:04:05.375 INFO kablam! | Sep 19 22:04:05.375 INFO kablam! = note: #[warn(dead_code)] on by default Sep 19 22:04:05.375 INFO kablam! Sep 19 22:04:09.778 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.22s Sep 19 22:04:09.788 INFO kablam! su: No module specific data is present Sep 19 22:04:10.400 INFO running `"docker" "rm" "-f" "3849781bf1f0fa76c82039e3d4f5ea4e158e389d218e7699bcb8b3781efe2a80"` Sep 19 22:04:10.505 INFO blam! 3849781bf1f0fa76c82039e3d4f5ea4e158e389d218e7699bcb8b3781efe2a80