Oct 22 00:31:20.112 INFO checking regex_dfa-0.5.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 00:31:20.112 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 22 00:31:20.405 INFO blam! d5839b2806d78ec932d1d84bbdebf457d03e9de5c0f1c5b999711739a93f7b3d Oct 22 00:31:20.406 INFO running `"docker" "start" "-a" "d5839b2806d78ec932d1d84bbdebf457d03e9de5c0f1c5b999711739a93f7b3d"` Oct 22 00:31:21.427 INFO kablam! usermod: no changes Oct 22 00:31:21.472 INFO kablam! warning: An explicit [[bench]] section is specified in Cargo.toml which currently Oct 22 00:31:21.472 INFO kablam! disables Cargo from automatically inferring other benchmark targets. Oct 22 00:31:21.472 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 22 00:31:21.472 INFO kablam! files will be included as a benchmark target: Oct 22 00:31:21.472 INFO kablam! Oct 22 00:31:21.472 INFO kablam! * /source/benches/bench.rs Oct 22 00:31:21.472 INFO kablam! Oct 22 00:31:21.472 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 22 00:31:21.472 INFO kablam! ready to be compiled as a benchmark target today. You can future-proof yourself Oct 22 00:31:21.472 INFO kablam! and disable this warning by adding `autobenches = false` to your [package] Oct 22 00:31:21.472 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 22 00:31:21.472 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 22 00:31:21.472 INFO kablam! Oct 22 00:31:21.472 INFO kablam! For more information on this warning you can consult Oct 22 00:31:21.472 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 22 00:31:21.472 INFO kablam! warning: file found to be present in multiple build targets: /source/src/lib.rs Oct 22 00:31:21.568 INFO kablam! Checking regex-syntax v0.2.6 Oct 22 00:31:21.568 INFO kablam! Checking refinery v0.1.1 Oct 22 00:31:21.588 INFO kablam! Checking range-map v0.1.5 Oct 22 00:31:23.380 INFO kablam! Checking regex_dfa v0.5.0 (/source) Oct 22 00:31:24.648 INFO kablam! warning: unused import: `std::cmp::max` Oct 22 00:31:24.648 INFO kablam! --> src/nfa/has_looks.rs:11:5 Oct 22 00:31:24.648 INFO kablam! | Oct 22 00:31:24.648 INFO kablam! 11 | use std::cmp::max; Oct 22 00:31:24.648 INFO kablam! | ^^^^^^^^^^^^^ Oct 22 00:31:24.649 INFO kablam! | Oct 22 00:31:24.649 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 22 00:31:24.649 INFO kablam! Oct 22 00:31:25.486 INFO kablam! warning: unused imports: `TestResult`, `quickcheck` Oct 22 00:31:25.486 INFO kablam! --> src/dfa/prefix_searcher.rs:244:34 Oct 22 00:31:25.486 INFO kablam! | Oct 22 00:31:25.486 INFO kablam! 244 | use quickcheck::{QuickCheck, quickcheck, StdGen, TestResult}; Oct 22 00:31:25.486 INFO kablam! | ^^^^^^^^^^ ^^^^^^^^^^ Oct 22 00:31:25.486 INFO kablam! | Oct 22 00:31:25.486 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 22 00:31:25.486 INFO kablam! Oct 22 00:31:25.492 INFO kablam! warning: unused import: `std::cmp::max` Oct 22 00:31:25.492 INFO kablam! --> src/nfa/has_looks.rs:11:5 Oct 22 00:31:25.492 INFO kablam! | Oct 22 00:31:25.492 INFO kablam! 11 | use std::cmp::max; Oct 22 00:31:25.492 INFO kablam! | ^^^^^^^^^^^^^ Oct 22 00:31:25.492 INFO kablam! Oct 22 00:31:27.872 INFO kablam! warning: function is never used: `qc` Oct 22 00:31:27.872 INFO kablam! --> src/dfa/prefix_searcher.rs:249:5 Oct 22 00:31:27.872 INFO kablam! | Oct 22 00:31:27.872 INFO kablam! 249 | fn qc(size: usize) -> QuickCheck> { Oct 22 00:31:27.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 00:31:27.872 INFO kablam! | Oct 22 00:31:27.872 INFO kablam! = note: #[warn(dead_code)] on by default Oct 22 00:31:27.872 INFO kablam! Oct 22 00:31:28.452 INFO kablam! warning: unused imports: `TestResult`, `quickcheck` Oct 22 00:31:28.452 INFO kablam! --> src/dfa/prefix_searcher.rs:244:34 Oct 22 00:31:28.452 INFO kablam! | Oct 22 00:31:28.452 INFO kablam! 244 | use quickcheck::{QuickCheck, quickcheck, StdGen, TestResult}; Oct 22 00:31:28.452 INFO kablam! | ^^^^^^^^^^ ^^^^^^^^^^ Oct 22 00:31:28.452 INFO kablam! | Oct 22 00:31:28.452 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 22 00:31:28.452 INFO kablam! Oct 22 00:31:28.456 INFO kablam! warning: unused import: `std::cmp::max` Oct 22 00:31:28.456 INFO kablam! --> src/nfa/has_looks.rs:11:5 Oct 22 00:31:28.456 INFO kablam! | Oct 22 00:31:28.456 INFO kablam! 11 | use std::cmp::max; Oct 22 00:31:28.456 INFO kablam! | ^^^^^^^^^^^^^ Oct 22 00:31:28.456 INFO kablam! Oct 22 00:31:30.065 INFO kablam! warning: function is never used: `qc` Oct 22 00:31:30.065 INFO kablam! --> src/dfa/prefix_searcher.rs:249:5 Oct 22 00:31:30.065 INFO kablam! | Oct 22 00:31:30.065 INFO kablam! 249 | fn qc(size: usize) -> QuickCheck> { Oct 22 00:31:30.066 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 00:31:30.066 INFO kablam! | Oct 22 00:31:30.066 INFO kablam! = note: #[warn(dead_code)] on by default Oct 22 00:31:30.066 INFO kablam! Oct 22 00:31:34.812 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.36s Oct 22 00:31:34.821 INFO kablam! su: No module specific data is present Oct 22 00:31:35.106 INFO running `"docker" "rm" "-f" "d5839b2806d78ec932d1d84bbdebf457d03e9de5c0f1c5b999711739a93f7b3d"` Oct 22 00:31:35.177 INFO blam! d5839b2806d78ec932d1d84bbdebf457d03e9de5c0f1c5b999711739a93f7b3d