Sep 02 08:24:31.670 INFO checking logging-0.1.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 08:24:31.670 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 08:24:31.670 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-1/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 08:24:31.866 INFO blam! 370ae597b170d1b03d9ee5fa7cc2ef4899fd780120f138768923687ced26fc5a Sep 02 08:24:31.868 INFO running `"docker" "start" "-a" "370ae597b170d1b03d9ee5fa7cc2ef4899fd780120f138768923687ced26fc5a"` Sep 02 08:24:32.490 INFO kablam! Checking logging v0.1.0 (file:///source) Sep 02 08:24:33.693 INFO kablam! error[E0308]: mismatched types Sep 02 08:24:33.693 INFO kablam! --> tests/basics.rs:5:29 Sep 02 08:24:33.693 INFO kablam! | Sep 02 08:24:33.693 INFO kablam! 5 | let log1 = logging::get("main".to_owned()); Sep 02 08:24:33.693 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 02 08:24:33.694 INFO kablam! | | Sep 02 08:24:33.694 INFO kablam! | expected &str, found struct `std::string::String` Sep 02 08:24:33.694 INFO kablam! | help: consider borrowing here: `&"main".to_owned()` Sep 02 08:24:33.694 INFO kablam! | Sep 02 08:24:33.694 INFO kablam! = note: expected type `&str` Sep 02 08:24:33.694 INFO kablam! found type `std::string::String` Sep 02 08:24:33.694 INFO kablam! Sep 02 08:24:33.694 INFO kablam! error[E0308]: mismatched types Sep 02 08:24:33.694 INFO kablam! --> tests/basics.rs:6:29 Sep 02 08:24:33.694 INFO kablam! | Sep 02 08:24:33.694 INFO kablam! 6 | let log2 = logging::get("main.logger".to_owned()); Sep 02 08:24:33.694 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 08:24:33.694 INFO kablam! | | Sep 02 08:24:33.694 INFO kablam! | expected &str, found struct `std::string::String` Sep 02 08:24:33.694 INFO kablam! | help: consider borrowing here: `&"main.logger".to_owned()` Sep 02 08:24:33.694 INFO kablam! | Sep 02 08:24:33.694 INFO kablam! = note: expected type `&str` Sep 02 08:24:33.694 INFO kablam! found type `std::string::String` Sep 02 08:24:33.695 INFO kablam! Sep 02 08:24:33.743 INFO kablam! error[E0308]: mismatched types Sep 02 08:24:33.743 INFO kablam! --> tests/basics.rs:17:28 Sep 02 08:24:33.743 INFO kablam! | Sep 02 08:24:33.743 INFO kablam! 17 | let log = logging::get("main.console".to_owned()); Sep 02 08:24:33.743 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 08:24:33.744 INFO kablam! | | Sep 02 08:24:33.744 INFO kablam! | expected &str, found struct `std::string::String` Sep 02 08:24:33.744 INFO kablam! | help: consider borrowing here: `&"main.console".to_owned()` Sep 02 08:24:33.744 INFO kablam! | Sep 02 08:24:33.744 INFO kablam! = note: expected type `&str` Sep 02 08:24:33.744 INFO kablam! found type `std::string::String` Sep 02 08:24:33.744 INFO kablam! Sep 02 08:24:33.744 INFO kablam! error[E0308]: mismatched types Sep 02 08:24:33.744 INFO kablam! --> tests/basics.rs:20:14 Sep 02 08:24:33.744 INFO kablam! | Sep 02 08:24:33.744 INFO kablam! 20 | log.info("yes mam".to_owned()); Sep 02 08:24:33.744 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 08:24:33.744 INFO kablam! | | Sep 02 08:24:33.744 INFO kablam! | expected &str, found struct `std::string::String` Sep 02 08:24:33.744 INFO kablam! | help: consider borrowing here: `&"yes mam".to_owned()` Sep 02 08:24:33.744 INFO kablam! | Sep 02 08:24:33.744 INFO kablam! = note: expected type `&str` Sep 02 08:24:33.744 INFO kablam! found type `std::string::String` Sep 02 08:24:33.744 INFO kablam! Sep 02 08:24:33.745 INFO kablam! error[E0308]: mismatched types Sep 02 08:24:33.745 INFO kablam! --> tests/basics.rs:26:28 Sep 02 08:24:33.745 INFO kablam! | Sep 02 08:24:33.745 INFO kablam! 26 | let log = logging::get("main".to_owned()); Sep 02 08:24:33.745 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 02 08:24:33.745 INFO kablam! | | Sep 02 08:24:33.745 INFO kablam! | expected &str, found struct `std::string::String` Sep 02 08:24:33.745 INFO kablam! | help: consider borrowing here: `&"main".to_owned()` Sep 02 08:24:33.745 INFO kablam! | Sep 02 08:24:33.745 INFO kablam! = note: expected type `&str` Sep 02 08:24:33.745 INFO kablam! found type `std::string::String` Sep 02 08:24:33.745 INFO kablam! Sep 02 08:24:33.745 INFO kablam! error[E0308]: mismatched types Sep 02 08:24:33.745 INFO kablam! --> tests/basics.rs:28:14 Sep 02 08:24:33.745 INFO kablam! | Sep 02 08:24:33.745 INFO kablam! 28 | log.info("start".to_owned()); Sep 02 08:24:33.745 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 02 08:24:33.745 INFO kablam! | | Sep 02 08:24:33.745 INFO kablam! | expected &str, found struct `std::string::String` Sep 02 08:24:33.745 INFO kablam! | help: consider borrowing here: `&"start".to_owned()` Sep 02 08:24:33.745 INFO kablam! | Sep 02 08:24:33.746 INFO kablam! = note: expected type `&str` Sep 02 08:24:33.746 INFO kablam! found type `std::string::String` Sep 02 08:24:33.746 INFO kablam! Sep 02 08:24:33.750 INFO kablam! error[E0308]: mismatched types Sep 02 08:24:33.750 INFO kablam! --> tests/basics.rs:34:23 Sep 02 08:24:33.750 INFO kablam! | Sep 02 08:24:33.750 INFO kablam! 34 | log.debug(format!("count: {}", i)); Sep 02 08:24:33.750 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 08:24:33.750 INFO kablam! | | Sep 02 08:24:33.750 INFO kablam! | expected &str, found struct `std::string::String` Sep 02 08:24:33.750 INFO kablam! | help: consider borrowing here: `&format!("count: {}", i)` Sep 02 08:24:33.750 INFO kablam! | Sep 02 08:24:33.750 INFO kablam! = note: expected type `&str` Sep 02 08:24:33.751 INFO kablam! found type `std::string::String` Sep 02 08:24:33.751 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 02 08:24:33.751 INFO kablam! Sep 02 08:24:33.752 INFO kablam! error[E0308]: mismatched types Sep 02 08:24:33.752 INFO kablam! --> tests/basics.rs:38:14 Sep 02 08:24:33.752 INFO kablam! | Sep 02 08:24:33.752 INFO kablam! 38 | log.info("end".to_owned()); Sep 02 08:24:33.752 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 02 08:24:33.752 INFO kablam! | | Sep 02 08:24:33.752 INFO kablam! | expected &str, found struct `std::string::String` Sep 02 08:24:33.752 INFO kablam! | help: consider borrowing here: `&"end".to_owned()` Sep 02 08:24:33.752 INFO kablam! | Sep 02 08:24:33.752 INFO kablam! = note: expected type `&str` Sep 02 08:24:33.752 INFO kablam! found type `std::string::String` Sep 02 08:24:33.752 INFO kablam! Sep 02 08:24:33.760 INFO kablam! error: aborting due to 8 previous errors Sep 02 08:24:33.760 INFO kablam! Sep 02 08:24:33.760 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 02 08:24:33.768 INFO kablam! error: Could not compile `logging`. Sep 02 08:24:33.768 INFO kablam! Sep 02 08:24:33.768 INFO kablam! To learn more, run the command again with --verbose. Sep 02 08:24:33.769 INFO kablam! su: No module specific data is present Sep 02 08:24:34.161 INFO running `"docker" "rm" "-f" "370ae597b170d1b03d9ee5fa7cc2ef4899fd780120f138768923687ced26fc5a"` Sep 02 08:24:34.267 INFO blam! 370ae597b170d1b03d9ee5fa7cc2ef4899fd780120f138768923687ced26fc5a