Oct 12 19:13:21.158 INFO checking kbknapp/cargo-count against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 19:13:21.158 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-5/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 19:13:21.667 INFO blam! 14ea952c2145564a76fdd838345242c3cd5422762f776c696cac6a588f352ae6 Oct 12 19:13:21.668 INFO running `"docker" "start" "-a" "14ea952c2145564a76fdd838345242c3cd5422762f776c696cac6a588f352ae6"` Oct 12 19:13:23.679 INFO kablam! usermod: no changes Oct 12 19:13:23.820 INFO kablam! Checking libc v0.2.15 Oct 12 19:13:23.820 INFO kablam! Checking regex-syntax v0.3.5 Oct 12 19:13:23.828 INFO kablam! Checking gitignore v1.0.4 Oct 12 19:13:23.832 INFO kablam! Checking tabwriter v0.1.25 Oct 12 19:13:26.377 INFO kablam! Checking thread-id v2.0.0 Oct 12 19:13:26.379 INFO kablam! Checking memchr v0.1.11 Oct 12 19:13:26.388 INFO kablam! Checking term_size v0.2.1 Oct 12 19:13:27.485 INFO kablam! Checking thread_local v0.2.6 Oct 12 19:13:27.585 INFO kablam! Checking clap v2.11.2 Oct 12 19:13:27.773 INFO kablam! Checking aho-corasick v0.5.2 Oct 12 19:13:30.037 INFO kablam! Checking regex v0.1.75 Oct 12 19:13:34.444 INFO kablam! Checking cargo-count v0.2.4 (/source) Oct 12 19:13:35.179 INFO kablam! warning: unused macro definition Oct 12 19:13:35.179 INFO kablam! --> src/macros.rs:17:1 Oct 12 19:13:35.179 INFO kablam! | Oct 12 19:13:35.179 INFO kablam! 17 | / macro_rules! werr( Oct 12 19:13:35.179 INFO kablam! 18 | | ($($arg:tt)*) => ({ Oct 12 19:13:35.179 INFO kablam! 19 | | use std::io::{Write, stderr}; Oct 12 19:13:35.179 INFO kablam! 20 | | write!(&mut stderr(), $($arg)*).ok(); Oct 12 19:13:35.179 INFO kablam! 21 | | }) Oct 12 19:13:35.179 INFO kablam! 22 | | ); Oct 12 19:13:35.179 INFO kablam! | |__^ Oct 12 19:13:35.179 INFO kablam! | Oct 12 19:13:35.179 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 12 19:13:35.179 INFO kablam! Oct 12 19:13:35.179 INFO kablam! warning: unused macro definition Oct 12 19:13:35.179 INFO kablam! --> src/macros.rs:61:1 Oct 12 19:13:35.179 INFO kablam! | Oct 12 19:13:35.179 INFO kablam! 61 | / macro_rules! debug { Oct 12 19:13:35.179 INFO kablam! 62 | | ($fmt:expr) => (); Oct 12 19:13:35.179 INFO kablam! 63 | | ($fmt:expr, $($arg:tt)*) => (); Oct 12 19:13:35.179 INFO kablam! 64 | | } Oct 12 19:13:35.179 INFO kablam! | |_^ Oct 12 19:13:35.179 INFO kablam! Oct 12 19:13:35.216 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 12 19:13:35.216 INFO kablam! --> src/config.rs:10:1 Oct 12 19:13:35.216 INFO kablam! | Oct 12 19:13:35.216 INFO kablam! 10 | / arg_enum! { Oct 12 19:13:35.216 INFO kablam! 11 | | #[derive(Debug)] Oct 12 19:13:35.216 INFO kablam! 12 | | pub enum Utf8Rule { Oct 12 19:13:35.216 INFO kablam! 13 | | Ignore, Oct 12 19:13:35.216 INFO kablam! ... | Oct 12 19:13:35.216 INFO kablam! 16 | | } Oct 12 19:13:35.216 INFO kablam! 17 | | } Oct 12 19:13:35.216 INFO kablam! | |_^ Oct 12 19:13:35.216 INFO kablam! | Oct 12 19:13:35.216 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 19:13:35.216 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) Oct 12 19:13:35.216 INFO kablam! Oct 12 19:13:35.268 INFO kablam! warning: unused macro definition Oct 12 19:13:35.268 INFO kablam! --> src/macros.rs:17:1 Oct 12 19:13:35.268 INFO kablam! | Oct 12 19:13:35.268 INFO kablam! 17 | / macro_rules! werr( Oct 12 19:13:35.268 INFO kablam! 18 | | ($($arg:tt)*) => ({ Oct 12 19:13:35.268 INFO kablam! 19 | | use std::io::{Write, stderr}; Oct 12 19:13:35.268 INFO kablam! 20 | | write!(&mut stderr(), $($arg)*).ok(); Oct 12 19:13:35.268 INFO kablam! 21 | | }) Oct 12 19:13:35.268 INFO kablam! 22 | | ); Oct 12 19:13:35.268 INFO kablam! | |__^ Oct 12 19:13:35.268 INFO kablam! | Oct 12 19:13:35.268 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 12 19:13:35.268 INFO kablam! Oct 12 19:13:35.268 INFO kablam! warning: unused macro definition Oct 12 19:13:35.268 INFO kablam! --> src/macros.rs:61:1 Oct 12 19:13:35.268 INFO kablam! | Oct 12 19:13:35.268 INFO kablam! 61 | / macro_rules! debug { Oct 12 19:13:35.268 INFO kablam! 62 | | ($fmt:expr) => (); Oct 12 19:13:35.268 INFO kablam! 63 | | ($fmt:expr, $($arg:tt)*) => (); Oct 12 19:13:35.268 INFO kablam! 64 | | } Oct 12 19:13:35.268 INFO kablam! | |_^ Oct 12 19:13:35.268 INFO kablam! Oct 12 19:13:35.291 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 12 19:13:35.291 INFO kablam! --> src/config.rs:10:1 Oct 12 19:13:35.291 INFO kablam! | Oct 12 19:13:35.291 INFO kablam! 10 | / arg_enum! { Oct 12 19:13:35.291 INFO kablam! 11 | | #[derive(Debug)] Oct 12 19:13:35.291 INFO kablam! 12 | | pub enum Utf8Rule { Oct 12 19:13:35.291 INFO kablam! 13 | | Ignore, Oct 12 19:13:35.291 INFO kablam! ... | Oct 12 19:13:35.291 INFO kablam! 16 | | } Oct 12 19:13:35.291 INFO kablam! 17 | | } Oct 12 19:13:35.291 INFO kablam! | |_^ Oct 12 19:13:35.291 INFO kablam! | Oct 12 19:13:35.291 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 19:13:35.291 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) Oct 12 19:13:35.291 INFO kablam! Oct 12 19:13:35.732 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.01s Oct 12 19:13:35.733 INFO kablam! su: No module specific data is present Oct 12 19:13:36.422 INFO running `"docker" "rm" "-f" "14ea952c2145564a76fdd838345242c3cd5422762f776c696cac6a588f352ae6"` Oct 12 19:13:36.648 INFO blam! 14ea952c2145564a76fdd838345242c3cd5422762f776c696cac6a588f352ae6