Sep 06 09:08:04.735 INFO checking cargo-count-0.2.4 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 09:08:04.735 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 09:08:04.735 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-5/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 09:08:04.928 INFO blam! 2d4f3b709b9f7ee7e23823dfffb48a2fcb3143c47c6497da6a9757dc484b87bb Sep 06 09:08:04.931 INFO running `"docker" "start" "-a" "2d4f3b709b9f7ee7e23823dfffb48a2fcb3143c47c6497da6a9757dc484b87bb"` Sep 06 09:08:05.620 INFO kablam! usermod: no changes Sep 06 09:08:05.702 INFO kablam! Checking gitignore v1.0.6 Sep 06 09:08:05.702 INFO kablam! Checking clap v2.11.3 Sep 06 09:08:09.790 INFO kablam! Checking cargo-count v0.2.4 (file:///source) Sep 06 09:08:10.710 INFO kablam! warning: unused macro definition Sep 06 09:08:10.710 INFO kablam! --> src/macros.rs:17:1 Sep 06 09:08:10.710 INFO kablam! | Sep 06 09:08:10.710 INFO kablam! 17 | / macro_rules! werr( Sep 06 09:08:10.710 INFO kablam! 18 | | ($($arg:tt)*) => ({ Sep 06 09:08:10.710 INFO kablam! 19 | | use std::io::{Write, stderr}; Sep 06 09:08:10.710 INFO kablam! 20 | | write!(&mut stderr(), $($arg)*).ok(); Sep 06 09:08:10.710 INFO kablam! 21 | | }) Sep 06 09:08:10.710 INFO kablam! 22 | | ); Sep 06 09:08:10.710 INFO kablam! | |__^ Sep 06 09:08:10.710 INFO kablam! | Sep 06 09:08:10.710 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 06 09:08:10.710 INFO kablam! Sep 06 09:08:10.710 INFO kablam! warning: unused macro definition Sep 06 09:08:10.710 INFO kablam! --> src/macros.rs:61:1 Sep 06 09:08:10.710 INFO kablam! | Sep 06 09:08:10.710 INFO kablam! 61 | / macro_rules! debug { Sep 06 09:08:10.710 INFO kablam! 62 | | ($fmt:expr) => (); Sep 06 09:08:10.710 INFO kablam! 63 | | ($fmt:expr, $($arg:tt)*) => (); Sep 06 09:08:10.710 INFO kablam! 64 | | } Sep 06 09:08:10.710 INFO kablam! | |_^ Sep 06 09:08:10.710 INFO kablam! Sep 06 09:08:10.723 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 06 09:08:10.723 INFO kablam! --> src/config.rs:10:1 Sep 06 09:08:10.723 INFO kablam! | Sep 06 09:08:10.723 INFO kablam! 10 | / arg_enum! { Sep 06 09:08:10.723 INFO kablam! 11 | | #[derive(Debug)] Sep 06 09:08:10.723 INFO kablam! 12 | | pub enum Utf8Rule { Sep 06 09:08:10.723 INFO kablam! 13 | | Ignore, Sep 06 09:08:10.723 INFO kablam! ... | Sep 06 09:08:10.723 INFO kablam! 16 | | } Sep 06 09:08:10.723 INFO kablam! 17 | | } Sep 06 09:08:10.723 INFO kablam! | |_^ Sep 06 09:08:10.723 INFO kablam! | Sep 06 09:08:10.723 INFO kablam! = note: #[warn(deprecated)] on by default Sep 06 09:08:10.723 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 06 09:08:10.723 INFO kablam! Sep 06 09:08:10.741 INFO kablam! warning: unused macro definition Sep 06 09:08:10.741 INFO kablam! --> src/macros.rs:17:1 Sep 06 09:08:10.741 INFO kablam! | Sep 06 09:08:10.741 INFO kablam! 17 | / macro_rules! werr( Sep 06 09:08:10.741 INFO kablam! 18 | | ($($arg:tt)*) => ({ Sep 06 09:08:10.741 INFO kablam! 19 | | use std::io::{Write, stderr}; Sep 06 09:08:10.741 INFO kablam! 20 | | write!(&mut stderr(), $($arg)*).ok(); Sep 06 09:08:10.741 INFO kablam! 21 | | }) Sep 06 09:08:10.741 INFO kablam! 22 | | ); Sep 06 09:08:10.741 INFO kablam! | |__^ Sep 06 09:08:10.741 INFO kablam! | Sep 06 09:08:10.741 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 06 09:08:10.741 INFO kablam! Sep 06 09:08:10.741 INFO kablam! warning: unused macro definition Sep 06 09:08:10.741 INFO kablam! --> src/macros.rs:61:1 Sep 06 09:08:10.741 INFO kablam! | Sep 06 09:08:10.741 INFO kablam! 61 | / macro_rules! debug { Sep 06 09:08:10.741 INFO kablam! 62 | | ($fmt:expr) => (); Sep 06 09:08:10.742 INFO kablam! 63 | | ($fmt:expr, $($arg:tt)*) => (); Sep 06 09:08:10.742 INFO kablam! 64 | | } Sep 06 09:08:10.742 INFO kablam! | |_^ Sep 06 09:08:10.742 INFO kablam! Sep 06 09:08:10.762 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 06 09:08:10.762 INFO kablam! --> src/config.rs:10:1 Sep 06 09:08:10.762 INFO kablam! | Sep 06 09:08:10.762 INFO kablam! 10 | / arg_enum! { Sep 06 09:08:10.762 INFO kablam! 11 | | #[derive(Debug)] Sep 06 09:08:10.762 INFO kablam! 12 | | pub enum Utf8Rule { Sep 06 09:08:10.762 INFO kablam! 13 | | Ignore, Sep 06 09:08:10.762 INFO kablam! ... | Sep 06 09:08:10.762 INFO kablam! 16 | | } Sep 06 09:08:10.762 INFO kablam! 17 | | } Sep 06 09:08:10.762 INFO kablam! | |_^ Sep 06 09:08:10.762 INFO kablam! | Sep 06 09:08:10.762 INFO kablam! = note: #[warn(deprecated)] on by default Sep 06 09:08:10.762 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 06 09:08:10.762 INFO kablam! Sep 06 09:08:11.050 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.41s Sep 06 09:08:11.058 INFO kablam! su: No module specific data is present Sep 06 09:08:12.061 INFO running `"docker" "rm" "-f" "2d4f3b709b9f7ee7e23823dfffb48a2fcb3143c47c6497da6a9757dc484b87bb"` Sep 06 09:08:12.231 INFO blam! 2d4f3b709b9f7ee7e23823dfffb48a2fcb3143c47c6497da6a9757dc484b87bb