Sep 05 01:09:23.269 INFO checking cargo-cov-0.0.4 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 05 01:09:23.269 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 05 01:09:23.269 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-1/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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=500" "-e" "CMD=cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 01:09:23.450 INFO blam! db0ac9c63dd83dd6a6663a146a3fb90175d6ddefc019c4c9b5823b770114658e Sep 05 01:09:23.451 INFO running `"docker" "start" "-a" "db0ac9c63dd83dd6a6663a146a3fb90175d6ddefc019c4c9b5823b770114658e"` Sep 05 01:09:24.265 INFO kablam! Compiling cargo-cov v0.0.4 (file:///source) Sep 05 01:09:24.268 INFO kablam! Checking log v0.4.5 Sep 05 01:09:24.283 INFO kablam! Checking shawshank v0.2.3 Sep 05 01:09:24.285 INFO kablam! Checking tera v0.11.14 Sep 05 01:09:25.927 INFO kablam! Checking env_logger v0.5.13 Sep 05 01:09:26.076 INFO kablam! Checking cov v0.0.5 Sep 05 01:09:41.145 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Sep 05 01:09:41.145 INFO kablam! --> src/sourcepath.rs:30:28 Sep 05 01:09:41.145 INFO kablam! | Sep 05 01:09:41.146 INFO kablam! 30 | let mut home = env::home_dir().unwrap_or_else(|| "/".into()); Sep 05 01:09:41.146 INFO kablam! | ^^^^^^^^^^^^^ Sep 05 01:09:41.146 INFO kablam! | Sep 05 01:09:41.146 INFO kablam! = note: #[warn(deprecated)] on by default Sep 05 01:09:41.146 INFO kablam! Sep 05 01:09:41.231 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Sep 05 01:09:41.231 INFO kablam! --> src/sourcepath.rs:30:28 Sep 05 01:09:41.231 INFO kablam! | Sep 05 01:09:41.231 INFO kablam! 30 | let mut home = env::home_dir().unwrap_or_else(|| "/".into()); Sep 05 01:09:41.231 INFO kablam! | ^^^^^^^^^^^^^ Sep 05 01:09:41.231 INFO kablam! | Sep 05 01:09:41.231 INFO kablam! = note: #[warn(deprecated)] on by default Sep 05 01:09:41.231 INFO kablam! Sep 05 01:09:42.950 INFO kablam! error[E0308]: mismatched types Sep 05 01:09:42.950 INFO kablam! --> src/error.rs:11:1 Sep 05 01:09:42.950 INFO kablam! | Sep 05 01:09:42.950 INFO kablam! 11 | / error_chain! { Sep 05 01:09:42.950 INFO kablam! 12 | | links { Sep 05 01:09:42.950 INFO kablam! 13 | | Cov(::cov::error::Error, ::cov::error::ErrorKind); Sep 05 01:09:42.950 INFO kablam! 14 | | Tera(::tera::Error, ::tera::ErrorKind); Sep 05 01:09:42.950 INFO kablam! ... | Sep 05 01:09:42.950 INFO kablam! 47 | | } Sep 05 01:09:42.950 INFO kablam! 48 | | } Sep 05 01:09:42.950 INFO kablam! | |_^ expected struct `error_chain::State`, found a different struct `error_chain::State` Sep 05 01:09:42.951 INFO kablam! | Sep 05 01:09:42.951 INFO kablam! = note: expected type `error_chain::State` (struct `error_chain::State`) Sep 05 01:09:42.951 INFO kablam! found type `error_chain::State` (struct `error_chain::State`) Sep 05 01:09:42.951 INFO kablam! note: Perhaps two different versions of crate `error_chain` are being used? Sep 05 01:09:42.951 INFO kablam! --> src/error.rs:11:1 Sep 05 01:09:42.951 INFO kablam! | Sep 05 01:09:42.951 INFO kablam! 11 | / error_chain! { Sep 05 01:09:42.952 INFO kablam! 12 | | links { Sep 05 01:09:42.952 INFO kablam! 13 | | Cov(::cov::error::Error, ::cov::error::ErrorKind); Sep 05 01:09:42.952 INFO kablam! 14 | | Tera(::tera::Error, ::tera::ErrorKind); Sep 05 01:09:42.952 INFO kablam! ... | Sep 05 01:09:42.952 INFO kablam! 47 | | } Sep 05 01:09:42.952 INFO kablam! 48 | | } Sep 05 01:09:42.952 INFO kablam! | |_^ Sep 05 01:09:42.952 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 01:09:42.953 INFO kablam! Sep 05 01:09:43.083 INFO kablam! error[E0308]: mismatched types Sep 05 01:09:43.083 INFO kablam! --> src/error.rs:11:1 Sep 05 01:09:43.083 INFO kablam! | Sep 05 01:09:43.083 INFO kablam! 11 | / error_chain! { Sep 05 01:09:43.083 INFO kablam! 12 | | links { Sep 05 01:09:43.083 INFO kablam! 13 | | Cov(::cov::error::Error, ::cov::error::ErrorKind); Sep 05 01:09:43.083 INFO kablam! 14 | | Tera(::tera::Error, ::tera::ErrorKind); Sep 05 01:09:43.083 INFO kablam! ... | Sep 05 01:09:43.083 INFO kablam! 47 | | } Sep 05 01:09:43.083 INFO kablam! 48 | | } Sep 05 01:09:43.083 INFO kablam! | |_^ expected struct `error_chain::State`, found a different struct `error_chain::State` Sep 05 01:09:43.083 INFO kablam! | Sep 05 01:09:43.084 INFO kablam! = note: expected type `error_chain::State` (struct `error_chain::State`) Sep 05 01:09:43.084 INFO kablam! found type `error_chain::State` (struct `error_chain::State`) Sep 05 01:09:43.084 INFO kablam! note: Perhaps two different versions of crate `error_chain` are being used? Sep 05 01:09:43.084 INFO kablam! --> src/error.rs:11:1 Sep 05 01:09:43.084 INFO kablam! | Sep 05 01:09:43.084 INFO kablam! 11 | / error_chain! { Sep 05 01:09:43.084 INFO kablam! 12 | | links { Sep 05 01:09:43.084 INFO kablam! 13 | | Cov(::cov::error::Error, ::cov::error::ErrorKind); Sep 05 01:09:43.084 INFO kablam! 14 | | Tera(::tera::Error, ::tera::ErrorKind); Sep 05 01:09:43.084 INFO kablam! ... | Sep 05 01:09:43.084 INFO kablam! 47 | | } Sep 05 01:09:43.084 INFO kablam! 48 | | } Sep 05 01:09:43.084 INFO kablam! | |_^ Sep 05 01:09:43.084 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 01:09:43.084 INFO kablam! Sep 05 01:09:43.245 INFO kablam! error[E0308]: mismatched types Sep 05 01:09:43.245 INFO kablam! --> src/error.rs:11:1 Sep 05 01:09:43.245 INFO kablam! | Sep 05 01:09:43.245 INFO kablam! 11 | / error_chain! { Sep 05 01:09:43.245 INFO kablam! 12 | | links { Sep 05 01:09:43.246 INFO kablam! 13 | | Cov(::cov::error::Error, ::cov::error::ErrorKind); Sep 05 01:09:43.246 INFO kablam! 14 | | Tera(::tera::Error, ::tera::ErrorKind); Sep 05 01:09:43.246 INFO kablam! ... | Sep 05 01:09:43.246 INFO kablam! 47 | | } Sep 05 01:09:43.246 INFO kablam! 48 | | } Sep 05 01:09:43.246 INFO kablam! | |_^ expected enum `std::option::Option`, found struct `error_chain::backtrace::imp::InternalBacktrace` Sep 05 01:09:43.246 INFO kablam! | Sep 05 01:09:43.246 INFO kablam! = note: expected type `std::option::Option>` Sep 05 01:09:43.246 INFO kablam! found type `error_chain::backtrace::imp::InternalBacktrace` Sep 05 01:09:43.246 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 01:09:43.246 INFO kablam! Sep 05 01:09:43.319 INFO kablam! error: aborting due to 2 previous errors Sep 05 01:09:43.319 INFO kablam! Sep 05 01:09:43.319 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 05 01:09:43.333 INFO kablam! error: Could not compile `cargo-cov`. Sep 05 01:09:43.333 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 01:09:43.357 INFO kablam! error[E0308]: mismatched types Sep 05 01:09:43.357 INFO kablam! --> src/error.rs:11:1 Sep 05 01:09:43.358 INFO kablam! | Sep 05 01:09:43.358 INFO kablam! 11 | / error_chain! { Sep 05 01:09:43.358 INFO kablam! 12 | | links { Sep 05 01:09:43.358 INFO kablam! 13 | | Cov(::cov::error::Error, ::cov::error::ErrorKind); Sep 05 01:09:43.358 INFO kablam! 14 | | Tera(::tera::Error, ::tera::ErrorKind); Sep 05 01:09:43.358 INFO kablam! ... | Sep 05 01:09:43.358 INFO kablam! 47 | | } Sep 05 01:09:43.358 INFO kablam! 48 | | } Sep 05 01:09:43.358 INFO kablam! | |_^ expected enum `std::option::Option`, found struct `error_chain::backtrace::imp::InternalBacktrace` Sep 05 01:09:43.358 INFO kablam! | Sep 05 01:09:43.358 INFO kablam! = note: expected type `std::option::Option>` Sep 05 01:09:43.358 INFO kablam! found type `error_chain::backtrace::imp::InternalBacktrace` Sep 05 01:09:43.358 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 01:09:43.358 INFO kablam! Sep 05 01:09:43.420 INFO kablam! error: aborting due to 2 previous errors Sep 05 01:09:43.420 INFO kablam! Sep 05 01:09:43.420 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 05 01:09:43.446 INFO kablam! error: Could not compile `cargo-cov`. Sep 05 01:09:43.446 INFO kablam! Sep 05 01:09:43.446 INFO kablam! To learn more, run the command again with --verbose. Sep 05 01:09:43.447 INFO kablam! su: No module specific data is present Sep 05 01:09:44.039 INFO running `"docker" "rm" "-f" "db0ac9c63dd83dd6a6663a146a3fb90175d6ddefc019c4c9b5823b770114658e"` Sep 05 01:09:44.163 INFO blam! db0ac9c63dd83dd6a6663a146a3fb90175d6ddefc019c4c9b5823b770114658e