Sep 19 13:20:35.354 INFO checking kbknapp/cargo-count against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 13:20:35.354 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 13:20:35.355 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-3/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 13:20:35.751 INFO blam! d4fce1cab15c48d54ddf4419b189d4b14273fdf908fbe2d168bcbd4ff42ab4ff Sep 19 13:20:35.753 INFO running `"docker" "start" "-a" "d4fce1cab15c48d54ddf4419b189d4b14273fdf908fbe2d168bcbd4ff42ab4ff"` Sep 19 13:20:37.711 INFO kablam! usermod: no changes Sep 19 13:20:37.929 INFO kablam! Checking libc v0.2.15 Sep 19 13:20:37.929 INFO kablam! Checking regex-syntax v0.3.5 Sep 19 13:20:37.929 INFO kablam! Checking tabwriter v0.1.25 Sep 19 13:20:37.935 INFO kablam! Checking gitignore v1.0.4 Sep 19 13:20:39.772 INFO kablam! Checking memchr v0.1.11 Sep 19 13:20:39.772 INFO kablam! Checking thread-id v2.0.0 Sep 19 13:20:39.772 INFO kablam! Checking term_size v0.2.1 Sep 19 13:20:40.167 INFO kablam! Checking thread_local v0.2.6 Sep 19 13:20:40.468 INFO kablam! Checking clap v2.11.2 Sep 19 13:20:40.647 INFO kablam! Checking aho-corasick v0.5.2 Sep 19 13:20:42.575 INFO kablam! Checking regex v0.1.75 Sep 19 13:20:46.807 INFO kablam! Checking cargo-count v0.2.4 (/source) Sep 19 13:20:47.299 INFO kablam! warning: unused macro definition Sep 19 13:20:47.299 INFO kablam! --> src/macros.rs:17:1 Sep 19 13:20:47.299 INFO kablam! | Sep 19 13:20:47.299 INFO kablam! 17 | / macro_rules! werr( Sep 19 13:20:47.299 INFO kablam! 18 | | ($($arg:tt)*) => ({ Sep 19 13:20:47.299 INFO kablam! 19 | | use std::io::{Write, stderr}; Sep 19 13:20:47.299 INFO kablam! 20 | | write!(&mut stderr(), $($arg)*).ok(); Sep 19 13:20:47.299 INFO kablam! 21 | | }) Sep 19 13:20:47.299 INFO kablam! 22 | | ); Sep 19 13:20:47.299 INFO kablam! | |__^ Sep 19 13:20:47.299 INFO kablam! | Sep 19 13:20:47.299 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 19 13:20:47.299 INFO kablam! Sep 19 13:20:47.299 INFO kablam! warning: unused macro definition Sep 19 13:20:47.299 INFO kablam! --> src/macros.rs:61:1 Sep 19 13:20:47.299 INFO kablam! | Sep 19 13:20:47.299 INFO kablam! 61 | / macro_rules! debug { Sep 19 13:20:47.299 INFO kablam! 62 | | ($fmt:expr) => (); Sep 19 13:20:47.299 INFO kablam! 63 | | ($fmt:expr, $($arg:tt)*) => (); Sep 19 13:20:47.299 INFO kablam! 64 | | } Sep 19 13:20:47.299 INFO kablam! | |_^ Sep 19 13:20:47.299 INFO kablam! Sep 19 13:20:47.299 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 19 13:20:47.299 INFO kablam! --> src/config.rs:10:1 Sep 19 13:20:47.299 INFO kablam! | Sep 19 13:20:47.299 INFO kablam! 10 | / arg_enum! { Sep 19 13:20:47.299 INFO kablam! 11 | | #[derive(Debug)] Sep 19 13:20:47.299 INFO kablam! 12 | | pub enum Utf8Rule { Sep 19 13:20:47.299 INFO kablam! 13 | | Ignore, Sep 19 13:20:47.299 INFO kablam! ... | Sep 19 13:20:47.299 INFO kablam! 16 | | } Sep 19 13:20:47.299 INFO kablam! 17 | | } Sep 19 13:20:47.299 INFO kablam! | |_^ Sep 19 13:20:47.300 INFO kablam! | Sep 19 13:20:47.300 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 13:20:47.300 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 19 13:20:47.300 INFO kablam! Sep 19 13:20:47.307 INFO kablam! warning: unused macro definition Sep 19 13:20:47.307 INFO kablam! --> src/macros.rs:17:1 Sep 19 13:20:47.307 INFO kablam! | Sep 19 13:20:47.307 INFO kablam! 17 | / macro_rules! werr( Sep 19 13:20:47.307 INFO kablam! 18 | | ($($arg:tt)*) => ({ Sep 19 13:20:47.307 INFO kablam! 19 | | use std::io::{Write, stderr}; Sep 19 13:20:47.307 INFO kablam! 20 | | write!(&mut stderr(), $($arg)*).ok(); Sep 19 13:20:47.307 INFO kablam! 21 | | }) Sep 19 13:20:47.307 INFO kablam! 22 | | ); Sep 19 13:20:47.307 INFO kablam! | |__^ Sep 19 13:20:47.307 INFO kablam! | Sep 19 13:20:47.307 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 19 13:20:47.307 INFO kablam! Sep 19 13:20:47.307 INFO kablam! warning: unused macro definition Sep 19 13:20:47.307 INFO kablam! --> src/macros.rs:61:1 Sep 19 13:20:47.307 INFO kablam! | Sep 19 13:20:47.307 INFO kablam! 61 | / macro_rules! debug { Sep 19 13:20:47.307 INFO kablam! 62 | | ($fmt:expr) => (); Sep 19 13:20:47.307 INFO kablam! 63 | | ($fmt:expr, $($arg:tt)*) => (); Sep 19 13:20:47.307 INFO kablam! 64 | | } Sep 19 13:20:47.307 INFO kablam! | |_^ Sep 19 13:20:47.307 INFO kablam! Sep 19 13:20:47.351 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 19 13:20:47.351 INFO kablam! --> src/config.rs:10:1 Sep 19 13:20:47.351 INFO kablam! | Sep 19 13:20:47.351 INFO kablam! 10 | / arg_enum! { Sep 19 13:20:47.351 INFO kablam! 11 | | #[derive(Debug)] Sep 19 13:20:47.351 INFO kablam! 12 | | pub enum Utf8Rule { Sep 19 13:20:47.351 INFO kablam! 13 | | Ignore, Sep 19 13:20:47.351 INFO kablam! ... | Sep 19 13:20:47.351 INFO kablam! 16 | | } Sep 19 13:20:47.351 INFO kablam! 17 | | } Sep 19 13:20:47.351 INFO kablam! | |_^ Sep 19 13:20:47.351 INFO kablam! | Sep 19 13:20:47.351 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 13:20:47.351 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 19 13:20:47.351 INFO kablam! Sep 19 13:20:47.715 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.96s Sep 19 13:20:47.723 INFO kablam! su: No module specific data is present Sep 19 13:20:48.437 INFO running `"docker" "rm" "-f" "d4fce1cab15c48d54ddf4419b189d4b14273fdf908fbe2d168bcbd4ff42ab4ff"` Sep 19 13:20:48.592 INFO blam! d4fce1cab15c48d54ddf4419b189d4b14273fdf908fbe2d168bcbd4ff42ab4ff