Oct 14 15:34:54.058 INFO testing kbknapp/cargo-count against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 15:34:54.059 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 14 15:34:54.626 INFO blam! 5a7b9c352419856e1dcb567f6057b0c480c5597d74d0e4d69a0f96e506c4e8c9 Oct 14 15:34:54.629 INFO running `"docker" "start" "-a" "5a7b9c352419856e1dcb567f6057b0c480c5597d74d0e4d69a0f96e506c4e8c9"` Oct 14 15:34:57.015 INFO kablam! usermod: no changes Oct 14 15:34:57.155 INFO kablam! Compiling libc v0.2.15 Oct 14 15:34:57.156 INFO kablam! Compiling unicode-segmentation v0.1.2 Oct 14 15:34:57.156 INFO kablam! Compiling strsim v0.5.1 Oct 14 15:34:57.175 INFO kablam! Compiling regex-syntax v0.3.5 Oct 14 15:34:57.176 INFO kablam! Compiling unicode-width v0.1.3 Oct 14 15:34:57.176 INFO kablam! Compiling gitignore v1.0.4 Oct 14 15:34:58.631 INFO kablam! Compiling tabwriter v0.1.25 Oct 14 15:35:01.863 INFO kablam! Compiling thread-id v2.0.0 Oct 14 15:35:01.863 INFO kablam! Compiling memchr v0.1.11 Oct 14 15:35:01.863 INFO kablam! Compiling term_size v0.2.1 Oct 14 15:35:02.623 INFO kablam! Compiling thread_local v0.2.6 Oct 14 15:35:02.741 INFO kablam! Compiling clap v2.11.2 Oct 14 15:35:03.253 INFO kablam! Compiling aho-corasick v0.5.2 Oct 14 15:35:09.495 INFO kablam! Compiling regex v0.1.75 Oct 14 15:35:29.451 INFO kablam! Compiling cargo-count v0.2.4 (/source) Oct 14 15:35:29.831 INFO kablam! warning: unused macro definition Oct 14 15:35:29.831 INFO kablam! --> src/macros.rs:17:1 Oct 14 15:35:29.831 INFO kablam! | Oct 14 15:35:29.831 INFO kablam! 17 | / macro_rules! werr( Oct 14 15:35:29.831 INFO kablam! 18 | | ($($arg:tt)*) => ({ Oct 14 15:35:29.831 INFO kablam! 19 | | use std::io::{Write, stderr}; Oct 14 15:35:29.831 INFO kablam! 20 | | write!(&mut stderr(), $($arg)*).ok(); Oct 14 15:35:29.831 INFO kablam! 21 | | }) Oct 14 15:35:29.831 INFO kablam! 22 | | ); Oct 14 15:35:29.831 INFO kablam! | |__^ Oct 14 15:35:29.831 INFO kablam! | Oct 14 15:35:29.831 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 14 15:35:29.831 INFO kablam! Oct 14 15:35:29.831 INFO kablam! warning: unused macro definition Oct 14 15:35:29.831 INFO kablam! --> src/macros.rs:61:1 Oct 14 15:35:29.831 INFO kablam! | Oct 14 15:35:29.831 INFO kablam! 61 | / macro_rules! debug { Oct 14 15:35:29.831 INFO kablam! 62 | | ($fmt:expr) => (); Oct 14 15:35:29.831 INFO kablam! 63 | | ($fmt:expr, $($arg:tt)*) => (); Oct 14 15:35:29.831 INFO kablam! 64 | | } Oct 14 15:35:29.831 INFO kablam! | |_^ Oct 14 15:35:29.831 INFO kablam! Oct 14 15:35:29.859 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 14 15:35:29.859 INFO kablam! --> src/config.rs:10:1 Oct 14 15:35:29.859 INFO kablam! | Oct 14 15:35:29.859 INFO kablam! 10 | / arg_enum! { Oct 14 15:35:29.859 INFO kablam! 11 | | #[derive(Debug)] Oct 14 15:35:29.859 INFO kablam! 12 | | pub enum Utf8Rule { Oct 14 15:35:29.859 INFO kablam! 13 | | Ignore, Oct 14 15:35:29.859 INFO kablam! ... | Oct 14 15:35:29.859 INFO kablam! 16 | | } Oct 14 15:35:29.859 INFO kablam! 17 | | } Oct 14 15:35:29.859 INFO kablam! | |_^ Oct 14 15:35:29.859 INFO kablam! | Oct 14 15:35:29.859 INFO kablam! = note: #[warn(deprecated)] on by default Oct 14 15:35:29.859 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 14 15:35:29.859 INFO kablam! Oct 14 15:35:32.673 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 35.63s Oct 14 15:35:32.675 INFO kablam! su: No module specific data is present Oct 14 15:35:33.483 INFO running `"docker" "rm" "-f" "5a7b9c352419856e1dcb567f6057b0c480c5597d74d0e4d69a0f96e506c4e8c9"` Oct 14 15:35:33.759 INFO blam! 5a7b9c352419856e1dcb567f6057b0c480c5597d74d0e4d69a0f96e506c4e8c9 Oct 14 15:35:33.771 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 14 15:35:34.281 INFO blam! 621da90f3b34f56f77627cde2c33dcc5a052880fe67ee36d6ae36013a34e9d8c Oct 14 15:35:34.283 INFO running `"docker" "start" "-a" "621da90f3b34f56f77627cde2c33dcc5a052880fe67ee36d6ae36013a34e9d8c"` Oct 14 15:35:35.691 INFO kablam! usermod: no changes Oct 14 15:35:35.883 INFO kablam! Compiling cargo-count v0.2.4 (/source) Oct 14 15:35:36.231 INFO kablam! warning: unused macro definition Oct 14 15:35:36.231 INFO kablam! --> src/macros.rs:17:1 Oct 14 15:35:36.231 INFO kablam! | Oct 14 15:35:36.231 INFO kablam! 17 | / macro_rules! werr( Oct 14 15:35:36.231 INFO kablam! 18 | | ($($arg:tt)*) => ({ Oct 14 15:35:36.231 INFO kablam! 19 | | use std::io::{Write, stderr}; Oct 14 15:35:36.231 INFO kablam! 20 | | write!(&mut stderr(), $($arg)*).ok(); Oct 14 15:35:36.231 INFO kablam! 21 | | }) Oct 14 15:35:36.231 INFO kablam! 22 | | ); Oct 14 15:35:36.231 INFO kablam! | |__^ Oct 14 15:35:36.231 INFO kablam! | Oct 14 15:35:36.231 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 14 15:35:36.231 INFO kablam! Oct 14 15:35:36.231 INFO kablam! warning: unused macro definition Oct 14 15:35:36.231 INFO kablam! --> src/macros.rs:61:1 Oct 14 15:35:36.231 INFO kablam! | Oct 14 15:35:36.231 INFO kablam! 61 | / macro_rules! debug { Oct 14 15:35:36.231 INFO kablam! 62 | | ($fmt:expr) => (); Oct 14 15:35:36.231 INFO kablam! 63 | | ($fmt:expr, $($arg:tt)*) => (); Oct 14 15:35:36.231 INFO kablam! 64 | | } Oct 14 15:35:36.231 INFO kablam! | |_^ Oct 14 15:35:36.231 INFO kablam! Oct 14 15:35:36.247 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 14 15:35:36.247 INFO kablam! --> src/config.rs:10:1 Oct 14 15:35:36.247 INFO kablam! | Oct 14 15:35:36.247 INFO kablam! 10 | / arg_enum! { Oct 14 15:35:36.247 INFO kablam! 11 | | #[derive(Debug)] Oct 14 15:35:36.247 INFO kablam! 12 | | pub enum Utf8Rule { Oct 14 15:35:36.247 INFO kablam! 13 | | Ignore, Oct 14 15:35:36.247 INFO kablam! ... | Oct 14 15:35:36.247 INFO kablam! 16 | | } Oct 14 15:35:36.247 INFO kablam! 17 | | } Oct 14 15:35:36.247 INFO kablam! | |_^ Oct 14 15:35:36.247 INFO kablam! | Oct 14 15:35:36.247 INFO kablam! = note: #[warn(deprecated)] on by default Oct 14 15:35:36.247 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 14 15:35:36.247 INFO kablam! Oct 14 15:35:37.224 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.49s Oct 14 15:35:37.230 INFO kablam! su: No module specific data is present Oct 14 15:35:38.895 INFO running `"docker" "rm" "-f" "621da90f3b34f56f77627cde2c33dcc5a052880fe67ee36d6ae36013a34e9d8c"` Oct 14 15:35:39.255 INFO blam! 621da90f3b34f56f77627cde2c33dcc5a052880fe67ee36d6ae36013a34e9d8c Oct 14 15:35:39.263 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 14 15:35:39.691 INFO blam! c79deb8b21c87ded87e5b68f244bd7a70760863f3e71ac338bf144113392f92b Oct 14 15:35:39.692 INFO running `"docker" "start" "-a" "c79deb8b21c87ded87e5b68f244bd7a70760863f3e71ac338bf144113392f92b"` Oct 14 15:35:41.667 INFO kablam! usermod: no changes Oct 14 15:35:41.791 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 14 15:35:41.797 INFO kablam! Running /target/debug/deps/cargo_count-392ab7e3bb14d3ad Oct 14 15:35:41.800 INFO blam! Oct 14 15:35:41.800 INFO blam! running 0 tests Oct 14 15:35:41.800 INFO blam! Oct 14 15:35:41.800 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 15:35:41.800 INFO blam! Oct 14 15:35:41.802 INFO kablam! su: No module specific data is present Oct 14 15:35:43.380 INFO running `"docker" "rm" "-f" "c79deb8b21c87ded87e5b68f244bd7a70760863f3e71ac338bf144113392f92b"` Oct 14 15:35:43.749 INFO blam! c79deb8b21c87ded87e5b68f244bd7a70760863f3e71ac338bf144113392f92b