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