Oct 12 23:32:48.368 INFO checking clog-tool/clog-cli against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 23:32:48.368 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-2/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 12 23:32:48.811 INFO blam! a0a5e9be9237b0f44d6255ec442d50f7a60608f7143e8102d30eebdd4fbd7cdd Oct 12 23:32:48.813 INFO running `"docker" "start" "-a" "a0a5e9be9237b0f44d6255ec442d50f7a60608f7143e8102d30eebdd4fbd7cdd"` Oct 12 23:32:50.308 INFO kablam! usermod: no changes Oct 12 23:32:50.364 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 12 23:32:50.364 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 12 23:32:50.364 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 12 23:32:50.364 INFO kablam! files will be included as a binary target: Oct 12 23:32:50.364 INFO kablam! Oct 12 23:32:50.364 INFO kablam! * /source/src/main.rs Oct 12 23:32:50.364 INFO kablam! Oct 12 23:32:50.364 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 12 23:32:50.364 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 12 23:32:50.364 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 12 23:32:50.364 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 12 23:32:50.364 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 12 23:32:50.364 INFO kablam! Oct 12 23:32:50.365 INFO kablam! For more information on this warning you can consult Oct 12 23:32:50.365 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 12 23:32:50.365 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `clog`, Oct 12 23:32:50.365 INFO kablam! please set bin.path in Cargo.toml Oct 12 23:32:50.492 INFO kablam! Checking memchr v0.1.11 Oct 12 23:32:50.492 INFO kablam! Checking semver v0.6.0 Oct 12 23:32:50.585 INFO kablam! Checking thread-id v2.0.0 Oct 12 23:32:51.685 INFO kablam! Checking thread_local v0.2.7 Oct 12 23:32:52.106 INFO kablam! Checking aho-corasick v0.5.3 Oct 12 23:32:53.497 INFO kablam! Checking regex v0.1.80 Oct 12 23:32:55.872 INFO kablam! Checking clog v0.9.1 Oct 12 23:32:57.060 INFO kablam! Checking clog-cli v0.9.3 (/source) Oct 12 23:32:58.257 INFO kablam! warning: unused macro definition Oct 12 23:32:58.258 INFO kablam! --> src/macros.rs:9:1 Oct 12 23:32:58.258 INFO kablam! | Oct 12 23:32:58.258 INFO kablam! 9 | / macro_rules! werr( Oct 12 23:32:58.259 INFO kablam! 10 | | ($($arg:tt)*) => ({ Oct 12 23:32:58.259 INFO kablam! 11 | | use std::io::{Write, stderr}; Oct 12 23:32:58.259 INFO kablam! 12 | | write!(&mut stderr(), $($arg)*).ok(); Oct 12 23:32:58.259 INFO kablam! 13 | | }) Oct 12 23:32:58.260 INFO kablam! 14 | | ); Oct 12 23:32:58.260 INFO kablam! | |__^ Oct 12 23:32:58.260 INFO kablam! | Oct 12 23:32:58.260 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 12 23:32:58.261 INFO kablam! Oct 12 23:32:58.261 INFO kablam! warning: unused macro definition Oct 12 23:32:58.261 INFO kablam! --> src/macros.rs:35:1 Oct 12 23:32:58.261 INFO kablam! | Oct 12 23:32:58.262 INFO kablam! 35 | / macro_rules! debug { Oct 12 23:32:58.262 INFO kablam! 36 | | ($fmt:expr) => (); Oct 12 23:32:58.262 INFO kablam! 37 | | ($fmt:expr, $($arg:tt)*) => (); Oct 12 23:32:58.263 INFO kablam! 38 | | } Oct 12 23:32:58.263 INFO kablam! | |_^ Oct 12 23:32:58.263 INFO kablam! Oct 12 23:32:58.569 INFO kablam! warning: unused macro definition Oct 12 23:32:58.569 INFO kablam! --> src/macros.rs:9:1 Oct 12 23:32:58.569 INFO kablam! | Oct 12 23:32:58.569 INFO kablam! 9 | / macro_rules! werr( Oct 12 23:32:58.570 INFO kablam! 10 | | ($($arg:tt)*) => ({ Oct 12 23:32:58.570 INFO kablam! 11 | | use std::io::{Write, stderr}; Oct 12 23:32:58.570 INFO kablam! 12 | | write!(&mut stderr(), $($arg)*).ok(); Oct 12 23:32:58.570 INFO kablam! 13 | | }) Oct 12 23:32:58.570 INFO kablam! 14 | | ); Oct 12 23:32:58.571 INFO kablam! | |__^ Oct 12 23:32:58.571 INFO kablam! | Oct 12 23:32:58.576 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 12 23:32:58.576 INFO kablam! Oct 12 23:32:58.577 INFO kablam! warning: unused macro definition Oct 12 23:32:58.577 INFO kablam! --> src/macros.rs:35:1 Oct 12 23:32:58.577 INFO kablam! | Oct 12 23:32:58.577 INFO kablam! 35 | / macro_rules! debug { Oct 12 23:32:58.577 INFO kablam! 36 | | ($fmt:expr) => (); Oct 12 23:32:58.578 INFO kablam! 37 | | ($fmt:expr, $($arg:tt)*) => (); Oct 12 23:32:58.578 INFO kablam! 38 | | } Oct 12 23:32:58.578 INFO kablam! | |_^ Oct 12 23:32:58.578 INFO kablam! Oct 12 23:32:58.804 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.46s Oct 12 23:32:58.810 INFO kablam! su: No module specific data is present Oct 12 23:32:59.835 INFO running `"docker" "rm" "-f" "a0a5e9be9237b0f44d6255ec442d50f7a60608f7143e8102d30eebdd4fbd7cdd"` Oct 12 23:33:00.104 INFO blam! a0a5e9be9237b0f44d6255ec442d50f7a60608f7143e8102d30eebdd4fbd7cdd