Oct 21 18:52:41.588 INFO checking clog-tool/clog-cli against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 18:52:41.588 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 21 18:52:42.142 INFO blam! d24b7ab2e8c59f1f3cfe8553ad16184c5c54af64a11b6a067915bb671e6f8b29 Oct 21 18:52:42.160 INFO running `"docker" "start" "-a" "d24b7ab2e8c59f1f3cfe8553ad16184c5c54af64a11b6a067915bb671e6f8b29"` Oct 21 18:52:43.524 INFO kablam! usermod: no changes Oct 21 18:52:43.600 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 21 18:52:43.600 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 21 18:52:43.600 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 21 18:52:43.600 INFO kablam! files will be included as a binary target: Oct 21 18:52:43.600 INFO kablam! Oct 21 18:52:43.600 INFO kablam! * /source/src/main.rs Oct 21 18:52:43.600 INFO kablam! Oct 21 18:52:43.600 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 21 18:52:43.600 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 21 18:52:43.600 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 21 18:52:43.600 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 21 18:52:43.600 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 21 18:52:43.600 INFO kablam! Oct 21 18:52:43.600 INFO kablam! For more information on this warning you can consult Oct 21 18:52:43.600 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 21 18:52:43.600 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `clog`, Oct 21 18:52:43.600 INFO kablam! please set bin.path in Cargo.toml Oct 21 18:52:43.680 INFO kablam! Checking memchr v0.1.11 Oct 21 18:52:43.700 INFO kablam! Checking toml v0.1.30 Oct 21 18:52:43.705 INFO kablam! Checking thread-id v2.0.0 Oct 21 18:52:44.260 INFO kablam! Checking thread_local v0.2.7 Oct 21 18:52:44.602 INFO kablam! Checking aho-corasick v0.5.3 Oct 21 18:52:46.206 INFO kablam! Checking regex v0.1.80 Oct 21 18:52:48.608 INFO kablam! Checking clog v0.9.1 Oct 21 18:52:49.904 INFO kablam! Checking clog-cli v0.9.3 (/source) Oct 21 18:52:51.365 INFO kablam! warning: unused macro definition Oct 21 18:52:51.366 INFO kablam! --> src/macros.rs:9:1 Oct 21 18:52:51.366 INFO kablam! | Oct 21 18:52:51.366 INFO kablam! 9 | / macro_rules! werr( Oct 21 18:52:51.366 INFO kablam! 10 | | ($($arg:tt)*) => ({ Oct 21 18:52:51.367 INFO kablam! 11 | | use std::io::{Write, stderr}; Oct 21 18:52:51.367 INFO kablam! 12 | | write!(&mut stderr(), $($arg)*).ok(); Oct 21 18:52:51.367 INFO kablam! 13 | | }) Oct 21 18:52:51.368 INFO kablam! 14 | | ); Oct 21 18:52:51.368 INFO kablam! | |__^ Oct 21 18:52:51.368 INFO kablam! | Oct 21 18:52:51.368 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 21 18:52:51.369 INFO kablam! Oct 21 18:52:51.369 INFO kablam! warning: unused macro definition Oct 21 18:52:51.369 INFO kablam! --> src/macros.rs:35:1 Oct 21 18:52:51.369 INFO kablam! | Oct 21 18:52:51.370 INFO kablam! 35 | / macro_rules! debug { Oct 21 18:52:51.370 INFO kablam! 36 | | ($fmt:expr) => (); Oct 21 18:52:51.370 INFO kablam! 37 | | ($fmt:expr, $($arg:tt)*) => (); Oct 21 18:52:51.370 INFO kablam! 38 | | } Oct 21 18:52:51.371 INFO kablam! | |_^ Oct 21 18:52:51.371 INFO kablam! Oct 21 18:52:51.569 INFO kablam! warning: unused macro definition Oct 21 18:52:51.569 INFO kablam! --> src/macros.rs:9:1 Oct 21 18:52:51.569 INFO kablam! | Oct 21 18:52:51.570 INFO kablam! 9 | / macro_rules! werr( Oct 21 18:52:51.570 INFO kablam! 10 | | ($($arg:tt)*) => ({ Oct 21 18:52:51.570 INFO kablam! 11 | | use std::io::{Write, stderr}; Oct 21 18:52:51.571 INFO kablam! 12 | | write!(&mut stderr(), $($arg)*).ok(); Oct 21 18:52:51.571 INFO kablam! 13 | | }) Oct 21 18:52:51.571 INFO kablam! 14 | | ); Oct 21 18:52:51.571 INFO kablam! | |__^ Oct 21 18:52:51.572 INFO kablam! | Oct 21 18:52:51.572 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 21 18:52:51.572 INFO kablam! Oct 21 18:52:51.573 INFO kablam! warning: unused macro definition Oct 21 18:52:51.573 INFO kablam! --> src/macros.rs:35:1 Oct 21 18:52:51.573 INFO kablam! | Oct 21 18:52:51.573 INFO kablam! 35 | / macro_rules! debug { Oct 21 18:52:51.574 INFO kablam! 36 | | ($fmt:expr) => (); Oct 21 18:52:51.574 INFO kablam! 37 | | ($fmt:expr, $($arg:tt)*) => (); Oct 21 18:52:51.574 INFO kablam! 38 | | } Oct 21 18:52:51.575 INFO kablam! | |_^ Oct 21 18:52:51.575 INFO kablam! Oct 21 18:52:51.789 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.23s Oct 21 18:52:51.789 INFO kablam! su: No module specific data is present Oct 21 18:52:52.753 INFO running `"docker" "rm" "-f" "d24b7ab2e8c59f1f3cfe8553ad16184c5c54af64a11b6a067915bb671e6f8b29"` Oct 21 18:52:53.081 INFO blam! d24b7ab2e8c59f1f3cfe8553ad16184c5c54af64a11b6a067915bb671e6f8b29