Sep 04 04:43:20.422 INFO checking suffix-0.4.1 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 04:43:20.422 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 04:43:20.423 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-3/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-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:20.627 INFO blam! 2f3e0346ed3ff09289725eeb12b9d7a4148580360c96c10f2ecd05c521f19fc7 Sep 04 04:43:20.629 INFO running `"docker" "start" "-a" "2f3e0346ed3ff09289725eeb12b9d7a4148580360c96c10f2ecd05c521f19fc7"` Sep 04 04:43:21.285 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Sep 04 04:43:21.285 INFO kablam! disables Cargo from automatically inferring other test targets. Sep 04 04:43:21.285 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 04 04:43:21.285 INFO kablam! files will be included as a test target: Sep 04 04:43:21.285 INFO kablam! Sep 04 04:43:21.285 INFO kablam! * /source/tests/bench.rs Sep 04 04:43:21.285 INFO kablam! Sep 04 04:43:21.285 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 04 04:43:21.285 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Sep 04 04:43:21.285 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Sep 04 04:43:21.285 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 04 04:43:21.285 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 04 04:43:21.285 INFO kablam! Sep 04 04:43:21.285 INFO kablam! For more information on this warning you can consult Sep 04 04:43:21.285 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 04 04:43:21.357 INFO kablam! Checking suffix v0.4.1 (file:///source) Sep 04 04:43:21.731 INFO kablam! warning: unused macro definition Sep 04 04:43:21.731 INFO kablam! --> src/lib.rs:36:1 Sep 04 04:43:21.731 INFO kablam! | Sep 04 04:43:21.731 INFO kablam! 36 | / macro_rules! lg { Sep 04 04:43:21.731 INFO kablam! 37 | | ($($arg:tt)*) => ({ Sep 04 04:43:21.731 INFO kablam! 38 | | use std::io::{Write, stderr}; Sep 04 04:43:21.731 INFO kablam! 39 | | writeln!(&mut stderr(), $($arg)*).unwrap(); Sep 04 04:43:21.731 INFO kablam! 40 | | }); Sep 04 04:43:21.731 INFO kablam! 41 | | } Sep 04 04:43:21.731 INFO kablam! | |_^ Sep 04 04:43:21.732 INFO kablam! | Sep 04 04:43:21.732 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 04 04:43:21.732 INFO kablam! Sep 04 04:43:22.260 INFO kablam! warning: unused macro definition Sep 04 04:43:22.260 INFO kablam! --> src/lib.rs:36:1 Sep 04 04:43:22.261 INFO kablam! | Sep 04 04:43:22.261 INFO kablam! 36 | / macro_rules! lg { Sep 04 04:43:22.261 INFO kablam! 37 | | ($($arg:tt)*) => ({ Sep 04 04:43:22.261 INFO kablam! 38 | | use std::io::{Write, stderr}; Sep 04 04:43:22.261 INFO kablam! 39 | | writeln!(&mut stderr(), $($arg)*).unwrap(); Sep 04 04:43:22.261 INFO kablam! 40 | | }); Sep 04 04:43:22.261 INFO kablam! 41 | | } Sep 04 04:43:22.261 INFO kablam! | |_^ Sep 04 04:43:22.261 INFO kablam! | Sep 04 04:43:22.261 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 04 04:43:22.261 INFO kablam! Sep 04 04:43:23.226 INFO kablam! warning: unused macro definition Sep 04 04:43:23.226 INFO kablam! --> tests/tests.rs:9:1 Sep 04 04:43:23.226 INFO kablam! | Sep 04 04:43:23.226 INFO kablam! 9 | / macro_rules! lg { Sep 04 04:43:23.226 INFO kablam! 10 | | ($($arg:tt)*) => ({ Sep 04 04:43:23.226 INFO kablam! 11 | | let _ = writeln!(&mut ::std::old_io::stderr(), $($arg)*); Sep 04 04:43:23.226 INFO kablam! 12 | | }); Sep 04 04:43:23.226 INFO kablam! 13 | | } Sep 04 04:43:23.226 INFO kablam! | |_^ Sep 04 04:43:23.226 INFO kablam! | Sep 04 04:43:23.226 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 04 04:43:23.226 INFO kablam! Sep 04 04:43:23.636 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.36s Sep 04 04:43:23.650 INFO kablam! su: No module specific data is present Sep 04 04:43:24.216 INFO running `"docker" "rm" "-f" "2f3e0346ed3ff09289725eeb12b9d7a4148580360c96c10f2ecd05c521f19fc7"` Sep 04 04:43:24.308 INFO blam! 2f3e0346ed3ff09289725eeb12b9d7a4148580360c96c10f2ecd05c521f19fc7