Sep 03 19:26:15.431 INFO checking clog-tool/clog-cli against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 03 19:26:15.431 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 03 19:26:15.431 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 03 19:26:15.678 INFO blam! d345164c954d1820ddd425ca22731f45d0c812f5f26d82afbd15e2f245270842 Sep 03 19:26:15.680 INFO running `"docker" "start" "-a" "d345164c954d1820ddd425ca22731f45d0c812f5f26d82afbd15e2f245270842"` Sep 03 19:26:16.613 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Sep 03 19:26:16.613 INFO kablam! disables Cargo from automatically inferring other binary targets. Sep 03 19:26:16.613 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 03 19:26:16.613 INFO kablam! files will be included as a binary target: Sep 03 19:26:16.613 INFO kablam! Sep 03 19:26:16.613 INFO kablam! * /source/src/main.rs Sep 03 19:26:16.613 INFO kablam! Sep 03 19:26:16.613 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 03 19:26:16.613 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Sep 03 19:26:16.613 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Sep 03 19:26:16.613 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 03 19:26:16.614 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 03 19:26:16.614 INFO kablam! Sep 03 19:26:16.614 INFO kablam! For more information on this warning you can consult Sep 03 19:26:16.614 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 03 19:26:16.614 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `clog`, Sep 03 19:26:16.614 INFO kablam! please set bin.path in Cargo.toml Sep 03 19:26:16.722 INFO kablam! Checking bitflags v0.8.0 Sep 03 19:26:16.732 INFO kablam! Checking memchr v0.1.11 Sep 03 19:26:16.733 INFO kablam! Checking toml v0.1.30 Sep 03 19:26:16.746 INFO kablam! Checking semver v0.6.0 Sep 03 19:26:16.755 INFO kablam! Checking thread-id v2.0.0 Sep 03 19:26:17.095 INFO kablam! Checking clap v2.21.1 Sep 03 19:26:17.350 INFO kablam! Checking thread_local v0.2.7 Sep 03 19:26:17.504 INFO kablam! Checking aho-corasick v0.5.3 Sep 03 19:26:19.323 INFO kablam! Checking regex v0.1.80 Sep 03 19:26:24.170 INFO kablam! Checking clog v0.9.1 Sep 03 19:26:29.132 INFO kablam! Checking clog-cli v0.9.3 (file:///source) Sep 03 19:26:29.536 INFO kablam! warning: unused macro definition Sep 03 19:26:29.536 INFO kablam! --> src/macros.rs:9:1 Sep 03 19:26:29.536 INFO kablam! | Sep 03 19:26:29.536 INFO kablam! 9 | / macro_rules! werr( Sep 03 19:26:29.536 INFO kablam! 10 | | ($($arg:tt)*) => ({ Sep 03 19:26:29.536 INFO kablam! 11 | | use std::io::{Write, stderr}; Sep 03 19:26:29.536 INFO kablam! 12 | | write!(&mut stderr(), $($arg)*).ok(); Sep 03 19:26:29.536 INFO kablam! 13 | | }) Sep 03 19:26:29.536 INFO kablam! 14 | | ); Sep 03 19:26:29.536 INFO kablam! | |__^ Sep 03 19:26:29.536 INFO kablam! | Sep 03 19:26:29.536 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 03 19:26:29.536 INFO kablam! Sep 03 19:26:29.537 INFO kablam! warning: unused macro definition Sep 03 19:26:29.537 INFO kablam! --> src/macros.rs:35:1 Sep 03 19:26:29.537 INFO kablam! | Sep 03 19:26:29.537 INFO kablam! 35 | / macro_rules! debug { Sep 03 19:26:29.537 INFO kablam! 36 | | ($fmt:expr) => (); Sep 03 19:26:29.537 INFO kablam! 37 | | ($fmt:expr, $($arg:tt)*) => (); Sep 03 19:26:29.537 INFO kablam! 38 | | } Sep 03 19:26:29.537 INFO kablam! | |_^ Sep 03 19:26:29.537 INFO kablam! Sep 03 19:26:29.609 INFO kablam! warning: unused macro definition Sep 03 19:26:29.609 INFO kablam! --> src/macros.rs:9:1 Sep 03 19:26:29.609 INFO kablam! | Sep 03 19:26:29.609 INFO kablam! 9 | / macro_rules! werr( Sep 03 19:26:29.609 INFO kablam! 10 | | ($($arg:tt)*) => ({ Sep 03 19:26:29.609 INFO kablam! 11 | | use std::io::{Write, stderr}; Sep 03 19:26:29.609 INFO kablam! 12 | | write!(&mut stderr(), $($arg)*).ok(); Sep 03 19:26:29.609 INFO kablam! 13 | | }) Sep 03 19:26:29.609 INFO kablam! 14 | | ); Sep 03 19:26:29.609 INFO kablam! | |__^ Sep 03 19:26:29.609 INFO kablam! | Sep 03 19:26:29.609 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 03 19:26:29.609 INFO kablam! Sep 03 19:26:29.609 INFO kablam! warning: unused macro definition Sep 03 19:26:29.609 INFO kablam! --> src/macros.rs:35:1 Sep 03 19:26:29.609 INFO kablam! | Sep 03 19:26:29.609 INFO kablam! 35 | / macro_rules! debug { Sep 03 19:26:29.609 INFO kablam! 36 | | ($fmt:expr) => (); Sep 03 19:26:29.610 INFO kablam! 37 | | ($fmt:expr, $($arg:tt)*) => (); Sep 03 19:26:29.610 INFO kablam! 38 | | } Sep 03 19:26:29.610 INFO kablam! | |_^ Sep 03 19:26:29.610 INFO kablam! Sep 03 19:26:29.824 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.24s Sep 03 19:26:29.828 INFO kablam! su: No module specific data is present Sep 03 19:26:30.334 INFO running `"docker" "rm" "-f" "d345164c954d1820ddd425ca22731f45d0c812f5f26d82afbd15e2f245270842"` Sep 03 19:26:30.488 INFO blam! d345164c954d1820ddd425ca22731f45d0c812f5f26d82afbd15e2f245270842