Sep 04 11:47:06.641 INFO checking logging-0.1.0 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 11:47:06.641 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 11:47:06.641 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 11:47:06.805 INFO blam! c9faa9f9b2a46dbf077b29b8c435faf78d344415ea6201576f2afd5e27121ec1 Sep 04 11:47:06.808 INFO running `"docker" "start" "-a" "c9faa9f9b2a46dbf077b29b8c435faf78d344415ea6201576f2afd5e27121ec1"` Sep 04 11:47:07.494 INFO kablam! Checking logging v0.1.0 (file:///source) Sep 04 11:47:08.724 INFO kablam! error[E0308]: mismatched types Sep 04 11:47:08.724 INFO kablam! --> tests/basics.rs:5:29 Sep 04 11:47:08.724 INFO kablam! | Sep 04 11:47:08.724 INFO kablam! 5 | let log1 = logging::get("main".to_owned()); Sep 04 11:47:08.724 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 11:47:08.724 INFO kablam! | | Sep 04 11:47:08.724 INFO kablam! | expected &str, found struct `std::string::String` Sep 04 11:47:08.724 INFO kablam! | help: consider borrowing here: `&"main".to_owned()` Sep 04 11:47:08.724 INFO kablam! | Sep 04 11:47:08.724 INFO kablam! = note: expected type `&str` Sep 04 11:47:08.724 INFO kablam! found type `std::string::String` Sep 04 11:47:08.724 INFO kablam! Sep 04 11:47:08.725 INFO kablam! error[E0308]: mismatched types Sep 04 11:47:08.725 INFO kablam! --> tests/basics.rs:6:29 Sep 04 11:47:08.725 INFO kablam! | Sep 04 11:47:08.725 INFO kablam! 6 | let log2 = logging::get("main.logger".to_owned()); Sep 04 11:47:08.725 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 11:47:08.725 INFO kablam! | | Sep 04 11:47:08.725 INFO kablam! | expected &str, found struct `std::string::String` Sep 04 11:47:08.725 INFO kablam! | help: consider borrowing here: `&"main.logger".to_owned()` Sep 04 11:47:08.725 INFO kablam! | Sep 04 11:47:08.725 INFO kablam! = note: expected type `&str` Sep 04 11:47:08.725 INFO kablam! found type `std::string::String` Sep 04 11:47:08.725 INFO kablam! Sep 04 11:47:08.752 INFO kablam! error[E0308]: mismatched types Sep 04 11:47:08.752 INFO kablam! --> tests/basics.rs:17:28 Sep 04 11:47:08.752 INFO kablam! | Sep 04 11:47:08.752 INFO kablam! 17 | let log = logging::get("main.console".to_owned()); Sep 04 11:47:08.752 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 11:47:08.752 INFO kablam! | | Sep 04 11:47:08.752 INFO kablam! | expected &str, found struct `std::string::String` Sep 04 11:47:08.752 INFO kablam! | help: consider borrowing here: `&"main.console".to_owned()` Sep 04 11:47:08.752 INFO kablam! | Sep 04 11:47:08.752 INFO kablam! = note: expected type `&str` Sep 04 11:47:08.752 INFO kablam! found type `std::string::String` Sep 04 11:47:08.752 INFO kablam! Sep 04 11:47:08.753 INFO kablam! error[E0308]: mismatched types Sep 04 11:47:08.753 INFO kablam! --> tests/basics.rs:20:14 Sep 04 11:47:08.753 INFO kablam! | Sep 04 11:47:08.753 INFO kablam! 20 | log.info("yes mam".to_owned()); Sep 04 11:47:08.753 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 11:47:08.753 INFO kablam! | | Sep 04 11:47:08.753 INFO kablam! | expected &str, found struct `std::string::String` Sep 04 11:47:08.753 INFO kablam! | help: consider borrowing here: `&"yes mam".to_owned()` Sep 04 11:47:08.753 INFO kablam! | Sep 04 11:47:08.753 INFO kablam! = note: expected type `&str` Sep 04 11:47:08.753 INFO kablam! found type `std::string::String` Sep 04 11:47:08.753 INFO kablam! Sep 04 11:47:08.753 INFO kablam! error[E0308]: mismatched types Sep 04 11:47:08.753 INFO kablam! --> tests/basics.rs:26:28 Sep 04 11:47:08.753 INFO kablam! | Sep 04 11:47:08.753 INFO kablam! 26 | let log = logging::get("main".to_owned()); Sep 04 11:47:08.753 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 11:47:08.753 INFO kablam! | | Sep 04 11:47:08.754 INFO kablam! | expected &str, found struct `std::string::String` Sep 04 11:47:08.754 INFO kablam! | help: consider borrowing here: `&"main".to_owned()` Sep 04 11:47:08.754 INFO kablam! | Sep 04 11:47:08.754 INFO kablam! = note: expected type `&str` Sep 04 11:47:08.754 INFO kablam! found type `std::string::String` Sep 04 11:47:08.754 INFO kablam! Sep 04 11:47:08.754 INFO kablam! error[E0308]: mismatched types Sep 04 11:47:08.754 INFO kablam! --> tests/basics.rs:28:14 Sep 04 11:47:08.754 INFO kablam! | Sep 04 11:47:08.754 INFO kablam! 28 | log.info("start".to_owned()); Sep 04 11:47:08.754 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 04 11:47:08.754 INFO kablam! | | Sep 04 11:47:08.754 INFO kablam! | expected &str, found struct `std::string::String` Sep 04 11:47:08.754 INFO kablam! | help: consider borrowing here: `&"start".to_owned()` Sep 04 11:47:08.754 INFO kablam! | Sep 04 11:47:08.754 INFO kablam! = note: expected type `&str` Sep 04 11:47:08.754 INFO kablam! found type `std::string::String` Sep 04 11:47:08.754 INFO kablam! Sep 04 11:47:08.767 INFO kablam! error[E0308]: mismatched types Sep 04 11:47:08.767 INFO kablam! --> tests/basics.rs:34:23 Sep 04 11:47:08.768 INFO kablam! | Sep 04 11:47:08.768 INFO kablam! 34 | log.debug(format!("count: {}", i)); Sep 04 11:47:08.768 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 11:47:08.768 INFO kablam! | | Sep 04 11:47:08.768 INFO kablam! | expected &str, found struct `std::string::String` Sep 04 11:47:08.768 INFO kablam! | help: consider borrowing here: `&format!("count: {}", i)` Sep 04 11:47:08.768 INFO kablam! | Sep 04 11:47:08.768 INFO kablam! = note: expected type `&str` Sep 04 11:47:08.768 INFO kablam! found type `std::string::String` Sep 04 11:47:08.769 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 04 11:47:08.769 INFO kablam! Sep 04 11:47:08.769 INFO kablam! error[E0308]: mismatched types Sep 04 11:47:08.769 INFO kablam! --> tests/basics.rs:38:14 Sep 04 11:47:08.769 INFO kablam! | Sep 04 11:47:08.769 INFO kablam! 38 | log.info("end".to_owned()); Sep 04 11:47:08.769 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 04 11:47:08.769 INFO kablam! | | Sep 04 11:47:08.769 INFO kablam! | expected &str, found struct `std::string::String` Sep 04 11:47:08.769 INFO kablam! | help: consider borrowing here: `&"end".to_owned()` Sep 04 11:47:08.769 INFO kablam! | Sep 04 11:47:08.770 INFO kablam! = note: expected type `&str` Sep 04 11:47:08.770 INFO kablam! found type `std::string::String` Sep 04 11:47:08.770 INFO kablam! Sep 04 11:47:08.777 INFO kablam! error: aborting due to 8 previous errors Sep 04 11:47:08.777 INFO kablam! Sep 04 11:47:08.777 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 04 11:47:08.784 INFO kablam! error: Could not compile `logging`. Sep 04 11:47:08.784 INFO kablam! Sep 04 11:47:08.784 INFO kablam! To learn more, run the command again with --verbose. Sep 04 11:47:08.786 INFO kablam! su: No module specific data is present Sep 04 11:47:09.271 INFO running `"docker" "rm" "-f" "c9faa9f9b2a46dbf077b29b8c435faf78d344415ea6201576f2afd5e27121ec1"` Sep 04 11:47:09.376 INFO blam! c9faa9f9b2a46dbf077b29b8c435faf78d344415ea6201576f2afd5e27121ec1