Sep 04 04:43:19.090 INFO checking suffix-0.4.1 against try#5fe695a3844714c70e8f7731a553f7947987a68a for pr-53913 Sep 04 04:43:19.091 INFO running: cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets Sep 04 04:43:19.091 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53913/try#5fe695a3844714c70e8f7731a553f7947987a68a:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-1/try#5fe695a3844714c70e8f7731a553f7947987a68a:/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=500" "-e" "CMD=cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 04:43:19.274 INFO blam! b5c8fbd79f468ff2efc4a4598c6d73caf9c89cddb0b1f6050a5b93c4396615ff Sep 04 04:43:19.276 INFO running `"docker" "start" "-a" "b5c8fbd79f468ff2efc4a4598c6d73caf9c89cddb0b1f6050a5b93c4396615ff"` Sep 04 04:43:19.981 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Sep 04 04:43:19.981 INFO kablam! disables Cargo from automatically inferring other test targets. Sep 04 04:43:19.981 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 04 04:43:19.981 INFO kablam! files will be included as a test target: Sep 04 04:43:19.981 INFO kablam! Sep 04 04:43:19.981 INFO kablam! * /source/tests/bench.rs Sep 04 04:43:19.981 INFO kablam! Sep 04 04:43:19.981 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 04 04:43:19.981 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Sep 04 04:43:19.981 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Sep 04 04:43:19.981 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 04 04:43:19.981 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 04 04:43:19.981 INFO kablam! Sep 04 04:43:19.982 INFO kablam! For more information on this warning you can consult Sep 04 04:43:19.982 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 04 04:43:20.037 INFO kablam! Checking suffix v0.4.1 (file:///source) Sep 04 04:43:20.346 INFO kablam! warning: unused macro definition Sep 04 04:43:20.346 INFO kablam! --> src/lib.rs:36:1 Sep 04 04:43:20.346 INFO kablam! | Sep 04 04:43:20.346 INFO kablam! 36 | / macro_rules! lg { Sep 04 04:43:20.346 INFO kablam! 37 | | ($($arg:tt)*) => ({ Sep 04 04:43:20.346 INFO kablam! 38 | | use std::io::{Write, stderr}; Sep 04 04:43:20.346 INFO kablam! 39 | | writeln!(&mut stderr(), $($arg)*).unwrap(); Sep 04 04:43:20.346 INFO kablam! 40 | | }); Sep 04 04:43:20.346 INFO kablam! 41 | | } Sep 04 04:43:20.346 INFO kablam! | |_^ Sep 04 04:43:20.346 INFO kablam! | Sep 04 04:43:20.346 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 04 04:43:20.346 INFO kablam! Sep 04 04:43:20.869 INFO kablam! warning: unused macro definition Sep 04 04:43:20.869 INFO kablam! --> src/lib.rs:36:1 Sep 04 04:43:20.869 INFO kablam! | Sep 04 04:43:20.869 INFO kablam! 36 | / macro_rules! lg { Sep 04 04:43:20.869 INFO kablam! 37 | | ($($arg:tt)*) => ({ Sep 04 04:43:20.869 INFO kablam! 38 | | use std::io::{Write, stderr}; Sep 04 04:43:20.869 INFO kablam! 39 | | writeln!(&mut stderr(), $($arg)*).unwrap(); Sep 04 04:43:20.869 INFO kablam! 40 | | }); Sep 04 04:43:20.869 INFO kablam! 41 | | } Sep 04 04:43:20.869 INFO kablam! | |_^ Sep 04 04:43:20.869 INFO kablam! | Sep 04 04:43:20.869 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 04 04:43:20.869 INFO kablam! Sep 04 04:43:22.039 INFO kablam! warning: unused macro definition Sep 04 04:43:22.039 INFO kablam! --> tests/tests.rs:9:1 Sep 04 04:43:22.039 INFO kablam! | Sep 04 04:43:22.039 INFO kablam! 9 | / macro_rules! lg { Sep 04 04:43:22.039 INFO kablam! 10 | | ($($arg:tt)*) => ({ Sep 04 04:43:22.040 INFO kablam! 11 | | let _ = writeln!(&mut ::std::old_io::stderr(), $($arg)*); Sep 04 04:43:22.040 INFO kablam! 12 | | }); Sep 04 04:43:22.040 INFO kablam! 13 | | } Sep 04 04:43:22.040 INFO kablam! | |_^ Sep 04 04:43:22.040 INFO kablam! | Sep 04 04:43:22.040 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 04 04:43:22.040 INFO kablam! Sep 04 04:43:22.569 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.60s Sep 04 04:43:22.574 INFO kablam! su: No module specific data is present Sep 04 04:43:23.266 INFO running `"docker" "rm" "-f" "b5c8fbd79f468ff2efc4a4598c6d73caf9c89cddb0b1f6050a5b93c4396615ff"` Sep 04 04:43:23.353 INFO blam! b5c8fbd79f468ff2efc4a4598c6d73caf9c89cddb0b1f6050a5b93c4396615ff