Sep 10 21:41:55.852 INFO checking cargo-cov-0.0.4 against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 21:41:55.852 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 21:41:55.852 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-7/try#3a2610c2a16575649896925631bf8cec4f4b1961:/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 +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 21:41:55.980 INFO blam! 8c22c3e6695656636297b6087124c2cc0cccc43568e42526415b57de8f6fdd83 Sep 10 21:41:55.981 INFO running `"docker" "start" "-a" "8c22c3e6695656636297b6087124c2cc0cccc43568e42526415b57de8f6fdd83"` Sep 10 21:41:57.435 INFO kablam! usermod: no changes Sep 10 21:41:57.614 INFO kablam! Compiling cargo-cov v0.0.4 (file:///source) Sep 10 21:41:57.618 INFO kablam! Checking natord v1.0.9 Sep 10 21:41:57.618 INFO kablam! Checking log v0.4.5 Sep 10 21:41:57.620 INFO kablam! Checking shawshank v0.2.3 Sep 10 21:41:57.620 INFO kablam! Checking serde_json v1.0.27 Sep 10 21:41:57.620 INFO kablam! Checking toml v0.4.6 Sep 10 21:41:58.202 INFO kablam! Checking env_logger v0.5.13 Sep 10 21:42:01.163 INFO kablam! Checking cov v0.0.5 Sep 10 21:42:01.163 INFO kablam! Checking tera v0.11.15 Sep 10 21:42:10.282 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 10 21:42:10.282 INFO kablam! --> src/sourcepath.rs:30:28 Sep 10 21:42:10.282 INFO kablam! | Sep 10 21:42:10.282 INFO kablam! 30 | let mut home = env::home_dir().unwrap_or_else(|| "/".into()); Sep 10 21:42:10.282 INFO kablam! | ^^^^^^^^^^^^^ Sep 10 21:42:10.282 INFO kablam! | Sep 10 21:42:10.282 INFO kablam! = note: #[warn(deprecated)] on by default Sep 10 21:42:10.282 INFO kablam! Sep 10 21:42:10.578 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 10 21:42:10.578 INFO kablam! --> src/sourcepath.rs:30:28 Sep 10 21:42:10.578 INFO kablam! | Sep 10 21:42:10.578 INFO kablam! 30 | let mut home = env::home_dir().unwrap_or_else(|| "/".into()); Sep 10 21:42:10.578 INFO kablam! | ^^^^^^^^^^^^^ Sep 10 21:42:10.578 INFO kablam! | Sep 10 21:42:10.578 INFO kablam! = note: #[warn(deprecated)] on by default Sep 10 21:42:10.578 INFO kablam! Sep 10 21:42:10.578 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Sep 10 21:42:10.578 INFO kablam! --> src/report.rs:296:13 Sep 10 21:42:10.578 INFO kablam! | Sep 10 21:42:10.578 INFO kablam! 296 | context.add("crate_path", &config.workspace_path); Sep 10 21:42:10.578 INFO kablam! | ^^^ Sep 10 21:42:10.578 INFO kablam! Sep 10 21:42:10.578 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Sep 10 21:42:10.578 INFO kablam! --> src/report.rs:297:13 Sep 10 21:42:10.578 INFO kablam! | Sep 10 21:42:10.578 INFO kablam! 297 | context.add("files", &files); Sep 10 21:42:10.578 INFO kablam! | ^^^ Sep 10 21:42:10.578 INFO kablam! Sep 10 21:42:10.806 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Sep 10 21:42:10.806 INFO kablam! --> src/report.rs:361:13 Sep 10 21:42:10.806 INFO kablam! | Sep 10 21:42:10.806 INFO kablam! 361 | context.add("crate_path", &config.workspace_path); Sep 10 21:42:10.806 INFO kablam! | ^^^ Sep 10 21:42:10.806 INFO kablam! Sep 10 21:42:10.806 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Sep 10 21:42:10.806 INFO kablam! --> src/report.rs:362:13 Sep 10 21:42:10.806 INFO kablam! | Sep 10 21:42:10.806 INFO kablam! 362 | context.add("symbol", &entry.symbol); Sep 10 21:42:10.806 INFO kablam! | ^^^ Sep 10 21:42:10.806 INFO kablam! Sep 10 21:42:10.806 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Sep 10 21:42:10.806 INFO kablam! --> src/report.rs:363:13 Sep 10 21:42:10.806 INFO kablam! | Sep 10 21:42:10.806 INFO kablam! 363 | context.add("path", &entry.path); Sep 10 21:42:10.806 INFO kablam! | ^^^ Sep 10 21:42:10.806 INFO kablam! Sep 10 21:42:10.806 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Sep 10 21:42:10.806 INFO kablam! --> src/report.rs:364:13 Sep 10 21:42:10.806 INFO kablam! | Sep 10 21:42:10.806 INFO kablam! 364 | context.add("summary", &entry.file.summary()); Sep 10 21:42:10.806 INFO kablam! | ^^^ Sep 10 21:42:10.806 INFO kablam! Sep 10 21:42:10.806 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Sep 10 21:42:10.806 INFO kablam! --> src/report.rs:365:13 Sep 10 21:42:10.806 INFO kablam! | Sep 10 21:42:10.806 INFO kablam! 365 | context.add("lines", &lines); Sep 10 21:42:10.806 INFO kablam! | ^^^ Sep 10 21:42:10.806 INFO kablam! Sep 10 21:42:10.806 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Sep 10 21:42:10.806 INFO kablam! --> src/report.rs:366:13 Sep 10 21:42:10.806 INFO kablam! | Sep 10 21:42:10.806 INFO kablam! 366 | context.add("functions", &functions); Sep 10 21:42:10.806 INFO kablam! | ^^^ Sep 10 21:42:10.806 INFO kablam! Sep 10 21:42:10.878 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Sep 10 21:42:10.878 INFO kablam! --> src/report.rs:296:13 Sep 10 21:42:10.878 INFO kablam! | Sep 10 21:42:10.878 INFO kablam! 296 | context.add("crate_path", &config.workspace_path); Sep 10 21:42:10.878 INFO kablam! | ^^^ Sep 10 21:42:10.878 INFO kablam! Sep 10 21:42:10.878 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Sep 10 21:42:10.878 INFO kablam! --> src/report.rs:297:13 Sep 10 21:42:10.878 INFO kablam! | Sep 10 21:42:10.878 INFO kablam! 297 | context.add("files", &files); Sep 10 21:42:10.878 INFO kablam! | ^^^ Sep 10 21:42:10.878 INFO kablam! Sep 10 21:42:11.126 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Sep 10 21:42:11.126 INFO kablam! --> src/report.rs:361:13 Sep 10 21:42:11.126 INFO kablam! | Sep 10 21:42:11.126 INFO kablam! 361 | context.add("crate_path", &config.workspace_path); Sep 10 21:42:11.126 INFO kablam! | ^^^ Sep 10 21:42:11.126 INFO kablam! Sep 10 21:42:11.126 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Sep 10 21:42:11.126 INFO kablam! --> src/report.rs:362:13 Sep 10 21:42:11.126 INFO kablam! | Sep 10 21:42:11.126 INFO kablam! 362 | context.add("symbol", &entry.symbol); Sep 10 21:42:11.126 INFO kablam! | ^^^ Sep 10 21:42:11.126 INFO kablam! Sep 10 21:42:11.130 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Sep 10 21:42:11.130 INFO kablam! --> src/report.rs:363:13 Sep 10 21:42:11.130 INFO kablam! | Sep 10 21:42:11.130 INFO kablam! 363 | context.add("path", &entry.path); Sep 10 21:42:11.130 INFO kablam! | ^^^ Sep 10 21:42:11.130 INFO kablam! Sep 10 21:42:11.130 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Sep 10 21:42:11.130 INFO kablam! --> src/report.rs:364:13 Sep 10 21:42:11.130 INFO kablam! | Sep 10 21:42:11.130 INFO kablam! 364 | context.add("summary", &entry.file.summary()); Sep 10 21:42:11.130 INFO kablam! | ^^^ Sep 10 21:42:11.130 INFO kablam! Sep 10 21:42:11.130 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Sep 10 21:42:11.130 INFO kablam! --> src/report.rs:365:13 Sep 10 21:42:11.130 INFO kablam! | Sep 10 21:42:11.130 INFO kablam! 365 | context.add("lines", &lines); Sep 10 21:42:11.130 INFO kablam! | ^^^ Sep 10 21:42:11.130 INFO kablam! Sep 10 21:42:11.130 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Sep 10 21:42:11.130 INFO kablam! --> src/report.rs:366:13 Sep 10 21:42:11.130 INFO kablam! | Sep 10 21:42:11.130 INFO kablam! 366 | context.add("functions", &functions); Sep 10 21:42:11.130 INFO kablam! | ^^^ Sep 10 21:42:11.130 INFO kablam! Sep 10 21:42:11.435 INFO kablam! error[E0308]: mismatched types Sep 10 21:42:11.435 INFO kablam! --> src/error.rs:11:1 Sep 10 21:42:11.435 INFO kablam! | Sep 10 21:42:11.435 INFO kablam! 11 | / error_chain! { Sep 10 21:42:11.435 INFO kablam! 12 | | links { Sep 10 21:42:11.436 INFO kablam! 13 | | Cov(::cov::error::Error, ::cov::error::ErrorKind); Sep 10 21:42:11.436 INFO kablam! 14 | | Tera(::tera::Error, ::tera::ErrorKind); Sep 10 21:42:11.436 INFO kablam! ... | Sep 10 21:42:11.436 INFO kablam! 47 | | } Sep 10 21:42:11.436 INFO kablam! 48 | | } Sep 10 21:42:11.436 INFO kablam! | |_^ expected struct `error_chain::State`, found a different struct `error_chain::State` Sep 10 21:42:11.436 INFO kablam! | Sep 10 21:42:11.436 INFO kablam! = note: expected type `error_chain::State` (struct `error_chain::State`) Sep 10 21:42:11.436 INFO kablam! found type `error_chain::State` (struct `error_chain::State`) Sep 10 21:42:11.436 INFO kablam! note: Perhaps two different versions of crate `error_chain` are being used? Sep 10 21:42:11.436 INFO kablam! --> src/error.rs:11:1 Sep 10 21:42:11.436 INFO kablam! | Sep 10 21:42:11.436 INFO kablam! 11 | / error_chain! { Sep 10 21:42:11.436 INFO kablam! 12 | | links { Sep 10 21:42:11.436 INFO kablam! 13 | | Cov(::cov::error::Error, ::cov::error::ErrorKind); Sep 10 21:42:11.436 INFO kablam! 14 | | Tera(::tera::Error, ::tera::ErrorKind); Sep 10 21:42:11.436 INFO kablam! ... | Sep 10 21:42:11.436 INFO kablam! 47 | | } Sep 10 21:42:11.436 INFO kablam! 48 | | } Sep 10 21:42:11.436 INFO kablam! | |_^ Sep 10 21:42:11.436 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 10 21:42:11.436 INFO kablam! Sep 10 21:42:11.541 INFO kablam! error[E0308]: mismatched types Sep 10 21:42:11.541 INFO kablam! --> src/error.rs:11:1 Sep 10 21:42:11.541 INFO kablam! | Sep 10 21:42:11.541 INFO kablam! 11 | / error_chain! { Sep 10 21:42:11.541 INFO kablam! 12 | | links { Sep 10 21:42:11.541 INFO kablam! 13 | | Cov(::cov::error::Error, ::cov::error::ErrorKind); Sep 10 21:42:11.541 INFO kablam! 14 | | Tera(::tera::Error, ::tera::ErrorKind); Sep 10 21:42:11.541 INFO kablam! ... | Sep 10 21:42:11.541 INFO kablam! 47 | | } Sep 10 21:42:11.541 INFO kablam! 48 | | } Sep 10 21:42:11.541 INFO kablam! | |_^ expected struct `error_chain::State`, found a different struct `error_chain::State` Sep 10 21:42:11.542 INFO kablam! | Sep 10 21:42:11.542 INFO kablam! = note: expected type `error_chain::State` (struct `error_chain::State`) Sep 10 21:42:11.542 INFO kablam! found type `error_chain::State` (struct `error_chain::State`) Sep 10 21:42:11.542 INFO kablam! note: Perhaps two different versions of crate `error_chain` are being used? Sep 10 21:42:11.542 INFO kablam! --> src/error.rs:11:1 Sep 10 21:42:11.542 INFO kablam! | Sep 10 21:42:11.542 INFO kablam! 11 | / error_chain! { Sep 10 21:42:11.542 INFO kablam! 12 | | links { Sep 10 21:42:11.542 INFO kablam! 13 | | Cov(::cov::error::Error, ::cov::error::ErrorKind); Sep 10 21:42:11.542 INFO kablam! 14 | | Tera(::tera::Error, ::tera::ErrorKind); Sep 10 21:42:11.542 INFO kablam! ... | Sep 10 21:42:11.542 INFO kablam! 47 | | } Sep 10 21:42:11.542 INFO kablam! 48 | | } Sep 10 21:42:11.542 INFO kablam! | |_^ Sep 10 21:42:11.543 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 10 21:42:11.543 INFO kablam! Sep 10 21:42:11.673 INFO kablam! error[E0308]: mismatched types Sep 10 21:42:11.673 INFO kablam! --> src/error.rs:11:1 Sep 10 21:42:11.673 INFO kablam! | Sep 10 21:42:11.673 INFO kablam! 11 | / error_chain! { Sep 10 21:42:11.673 INFO kablam! 12 | | links { Sep 10 21:42:11.673 INFO kablam! 13 | | Cov(::cov::error::Error, ::cov::error::ErrorKind); Sep 10 21:42:11.673 INFO kablam! 14 | | Tera(::tera::Error, ::tera::ErrorKind); Sep 10 21:42:11.673 INFO kablam! ... | Sep 10 21:42:11.673 INFO kablam! 47 | | } Sep 10 21:42:11.673 INFO kablam! 48 | | } Sep 10 21:42:11.673 INFO kablam! | |_^ expected enum `std::option::Option`, found struct `error_chain::backtrace::imp::InternalBacktrace` Sep 10 21:42:11.674 INFO kablam! | Sep 10 21:42:11.674 INFO kablam! = note: expected type `std::option::Option>` Sep 10 21:42:11.674 INFO kablam! found type `error_chain::backtrace::imp::InternalBacktrace` Sep 10 21:42:11.674 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 10 21:42:11.674 INFO kablam! Sep 10 21:42:11.763 INFO kablam! error: aborting due to 2 previous errors Sep 10 21:42:11.763 INFO kablam! Sep 10 21:42:11.763 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 10 21:42:11.791 INFO kablam! error[E0308]: mismatched types Sep 10 21:42:11.791 INFO kablam! --> src/error.rs:11:1 Sep 10 21:42:11.791 INFO kablam! | Sep 10 21:42:11.791 INFO kablam! 11 | / error_chain! { Sep 10 21:42:11.791 INFO kablam! 12 | | links { Sep 10 21:42:11.791 INFO kablam! 13 | | Cov(::cov::error::Error, ::cov::error::ErrorKind); Sep 10 21:42:11.791 INFO kablam! 14 | | Tera(::tera::Error, ::tera::ErrorKind); Sep 10 21:42:11.791 INFO kablam! ... | Sep 10 21:42:11.791 INFO kablam! 47 | | } Sep 10 21:42:11.791 INFO kablam! 48 | | } Sep 10 21:42:11.791 INFO kablam! | |_^ expected enum `std::option::Option`, found struct `error_chain::backtrace::imp::InternalBacktrace` Sep 10 21:42:11.791 INFO kablam! | Sep 10 21:42:11.791 INFO kablam! = note: expected type `std::option::Option>` Sep 10 21:42:11.791 INFO kablam! found type `error_chain::backtrace::imp::InternalBacktrace` Sep 10 21:42:11.791 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 10 21:42:11.791 INFO kablam! Sep 10 21:42:11.799 INFO kablam! error: Could not compile `cargo-cov`. Sep 10 21:42:11.800 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 21:42:11.843 INFO kablam! error: aborting due to 2 previous errors Sep 10 21:42:11.843 INFO kablam! Sep 10 21:42:11.843 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 10 21:42:11.865 INFO kablam! error: Could not compile `cargo-cov`. Sep 10 21:42:11.865 INFO kablam! Sep 10 21:42:11.865 INFO kablam! To learn more, run the command again with --verbose. Sep 10 21:42:11.865 INFO kablam! su: No module specific data is present Sep 10 21:42:12.637 INFO running `"docker" "rm" "-f" "8c22c3e6695656636297b6087124c2cc0cccc43568e42526415b57de8f6fdd83"` Sep 10 21:42:12.743 INFO blam! 8c22c3e6695656636297b6087124c2cc0cccc43568e42526415b57de8f6fdd83