Sep 14 18:49:03.519 INFO checking cargo-count-0.2.4 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 18:49:03.519 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 18:49:03.520 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-0/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 18:49:03.927 INFO blam! ce59be50f05e4b7154962944a9dccfff12716a4dbe4f0247b6b95b30514aef26 Sep 14 18:49:03.943 INFO running `"docker" "start" "-a" "ce59be50f05e4b7154962944a9dccfff12716a4dbe4f0247b6b95b30514aef26"` Sep 14 18:49:04.938 INFO kablam! usermod: no changes Sep 14 18:49:05.093 INFO kablam! Checking gitignore v1.0.6 Sep 14 18:49:05.093 INFO kablam! Checking tabwriter v0.1.25 Sep 14 18:49:05.093 INFO kablam! Checking clap v2.11.3 Sep 14 18:49:09.127 INFO kablam! Checking cargo-count v0.2.4 (file:///source) Sep 14 18:49:09.826 INFO kablam! warning: unused macro definition Sep 14 18:49:09.827 INFO kablam! --> src/macros.rs:17:1 Sep 14 18:49:09.827 INFO kablam! | Sep 14 18:49:09.827 INFO kablam! 17 | / macro_rules! werr( Sep 14 18:49:09.827 INFO kablam! 18 | | ($($arg:tt)*) => ({ Sep 14 18:49:09.827 INFO kablam! 19 | | use std::io::{Write, stderr}; Sep 14 18:49:09.827 INFO kablam! 20 | | write!(&mut stderr(), $($arg)*).ok(); Sep 14 18:49:09.827 INFO kablam! 21 | | }) Sep 14 18:49:09.827 INFO kablam! 22 | | ); Sep 14 18:49:09.827 INFO kablam! | |__^ Sep 14 18:49:09.827 INFO kablam! | Sep 14 18:49:09.827 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 14 18:49:09.827 INFO kablam! Sep 14 18:49:09.827 INFO kablam! warning: unused macro definition Sep 14 18:49:09.827 INFO kablam! --> src/macros.rs:61:1 Sep 14 18:49:09.827 INFO kablam! | Sep 14 18:49:09.827 INFO kablam! 61 | / macro_rules! debug { Sep 14 18:49:09.827 INFO kablam! 62 | | ($fmt:expr) => (); Sep 14 18:49:09.827 INFO kablam! 63 | | ($fmt:expr, $($arg:tt)*) => (); Sep 14 18:49:09.827 INFO kablam! 64 | | } Sep 14 18:49:09.827 INFO kablam! | |_^ Sep 14 18:49:09.827 INFO kablam! Sep 14 18:49:09.851 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 14 18:49:09.851 INFO kablam! --> src/config.rs:10:1 Sep 14 18:49:09.851 INFO kablam! | Sep 14 18:49:09.851 INFO kablam! 10 | / arg_enum! { Sep 14 18:49:09.851 INFO kablam! 11 | | #[derive(Debug)] Sep 14 18:49:09.851 INFO kablam! 12 | | pub enum Utf8Rule { Sep 14 18:49:09.851 INFO kablam! 13 | | Ignore, Sep 14 18:49:09.851 INFO kablam! ... | Sep 14 18:49:09.851 INFO kablam! 16 | | } Sep 14 18:49:09.851 INFO kablam! 17 | | } Sep 14 18:49:09.851 INFO kablam! | |_^ Sep 14 18:49:09.851 INFO kablam! | Sep 14 18:49:09.851 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 18:49:09.851 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 14 18:49:09.851 INFO kablam! Sep 14 18:49:09.879 INFO kablam! warning: unused macro definition Sep 14 18:49:09.879 INFO kablam! --> src/macros.rs:17:1 Sep 14 18:49:09.879 INFO kablam! | Sep 14 18:49:09.879 INFO kablam! 17 | / macro_rules! werr( Sep 14 18:49:09.879 INFO kablam! 18 | | ($($arg:tt)*) => ({ Sep 14 18:49:09.879 INFO kablam! 19 | | use std::io::{Write, stderr}; Sep 14 18:49:09.879 INFO kablam! 20 | | write!(&mut stderr(), $($arg)*).ok(); Sep 14 18:49:09.879 INFO kablam! 21 | | }) Sep 14 18:49:09.879 INFO kablam! 22 | | ); Sep 14 18:49:09.879 INFO kablam! | |__^ Sep 14 18:49:09.879 INFO kablam! | Sep 14 18:49:09.879 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 14 18:49:09.879 INFO kablam! Sep 14 18:49:09.879 INFO kablam! warning: unused macro definition Sep 14 18:49:09.879 INFO kablam! --> src/macros.rs:61:1 Sep 14 18:49:09.879 INFO kablam! | Sep 14 18:49:09.879 INFO kablam! 61 | / macro_rules! debug { Sep 14 18:49:09.879 INFO kablam! 62 | | ($fmt:expr) => (); Sep 14 18:49:09.879 INFO kablam! 63 | | ($fmt:expr, $($arg:tt)*) => (); Sep 14 18:49:09.879 INFO kablam! 64 | | } Sep 14 18:49:09.879 INFO kablam! | |_^ Sep 14 18:49:09.879 INFO kablam! Sep 14 18:49:09.891 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 14 18:49:09.891 INFO kablam! --> src/config.rs:10:1 Sep 14 18:49:09.891 INFO kablam! | Sep 14 18:49:09.891 INFO kablam! 10 | / arg_enum! { Sep 14 18:49:09.891 INFO kablam! 11 | | #[derive(Debug)] Sep 14 18:49:09.891 INFO kablam! 12 | | pub enum Utf8Rule { Sep 14 18:49:09.891 INFO kablam! 13 | | Ignore, Sep 14 18:49:09.891 INFO kablam! ... | Sep 14 18:49:09.891 INFO kablam! 16 | | } Sep 14 18:49:09.891 INFO kablam! 17 | | } Sep 14 18:49:09.891 INFO kablam! | |_^ Sep 14 18:49:09.891 INFO kablam! | Sep 14 18:49:09.891 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 18:49:09.891 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 14 18:49:09.891 INFO kablam! Sep 14 18:49:10.211 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.24s Sep 14 18:49:10.218 INFO kablam! su: No module specific data is present Sep 14 18:49:11.045 INFO running `"docker" "rm" "-f" "ce59be50f05e4b7154962944a9dccfff12716a4dbe4f0247b6b95b30514aef26"` Sep 14 18:49:11.179 INFO blam! ce59be50f05e4b7154962944a9dccfff12716a4dbe4f0247b6b95b30514aef26