Sep 05 18:30:29.791 INFO checking kbknapp/cargo-count against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 05 18:30:29.791 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 05 18:30:29.791 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 05 18:30:30.196 INFO blam! 19b56b09e5445fd49c9af888084cabf28ae348105e9657b6c3b99d70433a007e Sep 05 18:30:30.197 INFO running `"docker" "start" "-a" "19b56b09e5445fd49c9af888084cabf28ae348105e9657b6c3b99d70433a007e"` Sep 05 18:30:32.218 INFO kablam! usermod: no changes Sep 05 18:30:32.360 INFO kablam! Checking libc v0.2.15 Sep 05 18:30:32.369 INFO kablam! Checking unicode-segmentation v0.1.2 Sep 05 18:30:32.373 INFO kablam! Checking regex-syntax v0.3.5 Sep 05 18:30:32.373 INFO kablam! Checking strsim v0.5.1 Sep 05 18:30:32.373 INFO kablam! Checking utf8-ranges v0.1.3 Sep 05 18:30:32.377 INFO kablam! Checking tabwriter v0.1.25 Sep 05 18:30:32.377 INFO kablam! Checking gitignore v1.0.4 Sep 05 18:30:33.670 INFO kablam! Checking thread-id v2.0.0 Sep 05 18:30:33.670 INFO kablam! Checking memchr v0.1.11 Sep 05 18:30:33.858 INFO kablam! Checking term_size v0.2.1 Sep 05 18:30:33.991 INFO kablam! Checking thread_local v0.2.6 Sep 05 18:30:34.138 INFO kablam! Checking clap v2.11.2 Sep 05 18:30:34.242 INFO kablam! Checking aho-corasick v0.5.2 Sep 05 18:30:37.666 INFO kablam! Checking regex v0.1.75 Sep 05 18:30:41.418 INFO kablam! Checking cargo-count v0.2.4 (file:///source) Sep 05 18:30:41.838 INFO kablam! warning: unused macro definition Sep 05 18:30:41.838 INFO kablam! --> src/macros.rs:17:1 Sep 05 18:30:41.838 INFO kablam! | Sep 05 18:30:41.838 INFO kablam! 17 | / macro_rules! werr( Sep 05 18:30:41.838 INFO kablam! 18 | | ($($arg:tt)*) => ({ Sep 05 18:30:41.838 INFO kablam! 19 | | use std::io::{Write, stderr}; Sep 05 18:30:41.838 INFO kablam! 20 | | write!(&mut stderr(), $($arg)*).ok(); Sep 05 18:30:41.838 INFO kablam! 21 | | }) Sep 05 18:30:41.838 INFO kablam! 22 | | ); Sep 05 18:30:41.838 INFO kablam! | |__^ Sep 05 18:30:41.838 INFO kablam! | Sep 05 18:30:41.838 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 05 18:30:41.838 INFO kablam! Sep 05 18:30:41.838 INFO kablam! warning: unused macro definition Sep 05 18:30:41.838 INFO kablam! --> src/macros.rs:61:1 Sep 05 18:30:41.838 INFO kablam! | Sep 05 18:30:41.838 INFO kablam! 61 | / macro_rules! debug { Sep 05 18:30:41.838 INFO kablam! 62 | | ($fmt:expr) => (); Sep 05 18:30:41.838 INFO kablam! 63 | | ($fmt:expr, $($arg:tt)*) => (); Sep 05 18:30:41.838 INFO kablam! 64 | | } Sep 05 18:30:41.838 INFO kablam! | |_^ Sep 05 18:30:41.838 INFO kablam! Sep 05 18:30:41.874 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 05 18:30:41.874 INFO kablam! --> src/config.rs:10:1 Sep 05 18:30:41.874 INFO kablam! | Sep 05 18:30:41.874 INFO kablam! 10 | / arg_enum! { Sep 05 18:30:41.874 INFO kablam! 11 | | #[derive(Debug)] Sep 05 18:30:41.874 INFO kablam! 12 | | pub enum Utf8Rule { Sep 05 18:30:41.874 INFO kablam! 13 | | Ignore, Sep 05 18:30:41.874 INFO kablam! ... | Sep 05 18:30:41.874 INFO kablam! 16 | | } Sep 05 18:30:41.874 INFO kablam! 17 | | } Sep 05 18:30:41.874 INFO kablam! | |_^ Sep 05 18:30:41.874 INFO kablam! | Sep 05 18:30:41.874 INFO kablam! = note: #[warn(deprecated)] on by default Sep 05 18:30:41.874 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 05 18:30:41.874 INFO kablam! Sep 05 18:30:41.897 INFO kablam! warning: unused macro definition Sep 05 18:30:41.897 INFO kablam! --> src/macros.rs:17:1 Sep 05 18:30:41.898 INFO kablam! | Sep 05 18:30:41.898 INFO kablam! 17 | / macro_rules! werr( Sep 05 18:30:41.898 INFO kablam! 18 | | ($($arg:tt)*) => ({ Sep 05 18:30:41.898 INFO kablam! 19 | | use std::io::{Write, stderr}; Sep 05 18:30:41.898 INFO kablam! 20 | | write!(&mut stderr(), $($arg)*).ok(); Sep 05 18:30:41.898 INFO kablam! 21 | | }) Sep 05 18:30:41.898 INFO kablam! 22 | | ); Sep 05 18:30:41.898 INFO kablam! | |__^ Sep 05 18:30:41.898 INFO kablam! | Sep 05 18:30:41.898 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 05 18:30:41.898 INFO kablam! Sep 05 18:30:41.898 INFO kablam! warning: unused macro definition Sep 05 18:30:41.898 INFO kablam! --> src/macros.rs:61:1 Sep 05 18:30:41.898 INFO kablam! | Sep 05 18:30:41.898 INFO kablam! 61 | / macro_rules! debug { Sep 05 18:30:41.898 INFO kablam! 62 | | ($fmt:expr) => (); Sep 05 18:30:41.898 INFO kablam! 63 | | ($fmt:expr, $($arg:tt)*) => (); Sep 05 18:30:41.898 INFO kablam! 64 | | } Sep 05 18:30:41.898 INFO kablam! | |_^ Sep 05 18:30:41.898 INFO kablam! Sep 05 18:30:41.947 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 05 18:30:41.947 INFO kablam! --> src/config.rs:10:1 Sep 05 18:30:41.947 INFO kablam! | Sep 05 18:30:41.947 INFO kablam! 10 | / arg_enum! { Sep 05 18:30:41.947 INFO kablam! 11 | | #[derive(Debug)] Sep 05 18:30:41.947 INFO kablam! 12 | | pub enum Utf8Rule { Sep 05 18:30:41.947 INFO kablam! 13 | | Ignore, Sep 05 18:30:41.947 INFO kablam! ... | Sep 05 18:30:41.947 INFO kablam! 16 | | } Sep 05 18:30:41.947 INFO kablam! 17 | | } Sep 05 18:30:41.947 INFO kablam! | |_^ Sep 05 18:30:41.947 INFO kablam! | Sep 05 18:30:41.947 INFO kablam! = note: #[warn(deprecated)] on by default Sep 05 18:30:41.947 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 05 18:30:41.947 INFO kablam! Sep 05 18:30:42.446 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.20s Sep 05 18:30:42.450 INFO kablam! su: No module specific data is present Sep 05 18:30:43.331 INFO running `"docker" "rm" "-f" "19b56b09e5445fd49c9af888084cabf28ae348105e9657b6c3b99d70433a007e"` Sep 05 18:30:43.560 INFO blam! 19b56b09e5445fd49c9af888084cabf28ae348105e9657b6c3b99d70433a007e