Sep 19 16:18:09.549 INFO checking clog-tool/clog-cli against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 16:18:09.549 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 16:18:09.550 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-0/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 16:18:09.790 INFO blam! 51f3b6d245f7c523e521f85d6c6160f62a716eccf5e77ec3e6e1c3d24b9cbb13 Sep 19 16:18:09.792 INFO running `"docker" "start" "-a" "51f3b6d245f7c523e521f85d6c6160f62a716eccf5e77ec3e6e1c3d24b9cbb13"` Sep 19 16:18:11.512 INFO kablam! usermod: no changes Sep 19 16:18:11.586 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Sep 19 16:18:11.586 INFO kablam! disables Cargo from automatically inferring other binary targets. Sep 19 16:18:11.586 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 19 16:18:11.586 INFO kablam! files will be included as a binary target: Sep 19 16:18:11.586 INFO kablam! Sep 19 16:18:11.586 INFO kablam! * /source/src/main.rs Sep 19 16:18:11.586 INFO kablam! Sep 19 16:18:11.586 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 19 16:18:11.586 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Sep 19 16:18:11.586 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Sep 19 16:18:11.586 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 19 16:18:11.586 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 19 16:18:11.586 INFO kablam! Sep 19 16:18:11.586 INFO kablam! For more information on this warning you can consult Sep 19 16:18:11.586 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 19 16:18:11.586 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `clog`, Sep 19 16:18:11.586 INFO kablam! please set bin.path in Cargo.toml Sep 19 16:18:11.706 INFO kablam! Checking bitflags v0.8.0 Sep 19 16:18:11.706 INFO kablam! Checking term_size v0.2.3 Sep 19 16:18:11.706 INFO kablam! Checking atty v0.2.2 Sep 19 16:18:11.706 INFO kablam! Checking toml v0.1.30 Sep 19 16:18:11.706 INFO kablam! Checking semver v0.6.0 Sep 19 16:18:12.603 INFO kablam! Checking clap v2.21.1 Sep 19 16:18:14.003 INFO kablam! Checking clog v0.9.1 Sep 19 16:18:20.275 INFO kablam! Checking clog-cli v0.9.3 (/source) Sep 19 16:18:20.721 INFO kablam! warning: unused macro definition Sep 19 16:18:20.721 INFO kablam! --> src/macros.rs:9:1 Sep 19 16:18:20.721 INFO kablam! | Sep 19 16:18:20.721 INFO kablam! 9 | / macro_rules! werr( Sep 19 16:18:20.721 INFO kablam! 10 | | ($($arg:tt)*) => ({ Sep 19 16:18:20.721 INFO kablam! 11 | | use std::io::{Write, stderr}; Sep 19 16:18:20.721 INFO kablam! 12 | | write!(&mut stderr(), $($arg)*).ok(); Sep 19 16:18:20.721 INFO kablam! 13 | | }) Sep 19 16:18:20.721 INFO kablam! 14 | | ); Sep 19 16:18:20.721 INFO kablam! | |__^ Sep 19 16:18:20.721 INFO kablam! | Sep 19 16:18:20.721 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 19 16:18:20.721 INFO kablam! Sep 19 16:18:20.721 INFO kablam! warning: unused macro definition Sep 19 16:18:20.721 INFO kablam! --> src/macros.rs:35:1 Sep 19 16:18:20.721 INFO kablam! | Sep 19 16:18:20.721 INFO kablam! 35 | / macro_rules! debug { Sep 19 16:18:20.721 INFO kablam! 36 | | ($fmt:expr) => (); Sep 19 16:18:20.721 INFO kablam! 37 | | ($fmt:expr, $($arg:tt)*) => (); Sep 19 16:18:20.721 INFO kablam! 38 | | } Sep 19 16:18:20.721 INFO kablam! | |_^ Sep 19 16:18:20.721 INFO kablam! Sep 19 16:18:20.746 INFO kablam! warning: unused macro definition Sep 19 16:18:20.746 INFO kablam! --> src/macros.rs:9:1 Sep 19 16:18:20.746 INFO kablam! | Sep 19 16:18:20.746 INFO kablam! 9 | / macro_rules! werr( Sep 19 16:18:20.746 INFO kablam! 10 | | ($($arg:tt)*) => ({ Sep 19 16:18:20.746 INFO kablam! 11 | | use std::io::{Write, stderr}; Sep 19 16:18:20.746 INFO kablam! 12 | | write!(&mut stderr(), $($arg)*).ok(); Sep 19 16:18:20.746 INFO kablam! 13 | | }) Sep 19 16:18:20.746 INFO kablam! 14 | | ); Sep 19 16:18:20.746 INFO kablam! | |__^ Sep 19 16:18:20.746 INFO kablam! | Sep 19 16:18:20.746 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 19 16:18:20.746 INFO kablam! Sep 19 16:18:20.746 INFO kablam! warning: unused macro definition Sep 19 16:18:20.746 INFO kablam! --> src/macros.rs:35:1 Sep 19 16:18:20.746 INFO kablam! | Sep 19 16:18:20.746 INFO kablam! 35 | / macro_rules! debug { Sep 19 16:18:20.746 INFO kablam! 36 | | ($fmt:expr) => (); Sep 19 16:18:20.746 INFO kablam! 37 | | ($fmt:expr, $($arg:tt)*) => (); Sep 19 16:18:20.746 INFO kablam! 38 | | } Sep 19 16:18:20.746 INFO kablam! | |_^ Sep 19 16:18:20.746 INFO kablam! Sep 19 16:18:20.926 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.37s Sep 19 16:18:20.929 INFO kablam! su: No module specific data is present Sep 19 16:18:21.821 INFO running `"docker" "rm" "-f" "51f3b6d245f7c523e521f85d6c6160f62a716eccf5e77ec3e6e1c3d24b9cbb13"` Sep 19 16:18:21.950 INFO blam! 51f3b6d245f7c523e521f85d6c6160f62a716eccf5e77ec3e6e1c3d24b9cbb13