Sep 04 14:41:09.480 INFO checking logging-0.1.0 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 14:41:09.480 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 14:41:09.480 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-0/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 04 14:41:09.645 INFO blam! 975f40408b7e0bd93c9971b972f09fe51db09cfea04b654bcf94fc9d1dc1ca76 Sep 04 14:41:09.647 INFO running `"docker" "start" "-a" "975f40408b7e0bd93c9971b972f09fe51db09cfea04b654bcf94fc9d1dc1ca76"` Sep 04 14:41:10.598 INFO kablam! Checking logging v0.1.0 (file:///source) Sep 04 14:41:11.871 INFO kablam! error[E0308]: mismatched types Sep 04 14:41:11.871 INFO kablam! --> tests/basics.rs:5:29 Sep 04 14:41:11.871 INFO kablam! | Sep 04 14:41:11.871 INFO kablam! 5 | let log1 = logging::get("main".to_owned()); Sep 04 14:41:11.871 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 14:41:11.871 INFO kablam! | | Sep 04 14:41:11.871 INFO kablam! | expected &str, found struct `std::string::String` Sep 04 14:41:11.871 INFO kablam! | help: consider borrowing here: `&"main".to_owned()` Sep 04 14:41:11.871 INFO kablam! | Sep 04 14:41:11.871 INFO kablam! = note: expected type `&str` Sep 04 14:41:11.871 INFO kablam! found type `std::string::String` Sep 04 14:41:11.871 INFO kablam! Sep 04 14:41:11.871 INFO kablam! error[E0308]: mismatched types Sep 04 14:41:11.871 INFO kablam! --> tests/basics.rs:6:29 Sep 04 14:41:11.871 INFO kablam! | Sep 04 14:41:11.871 INFO kablam! 6 | let log2 = logging::get("main.logger".to_owned()); Sep 04 14:41:11.871 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 14:41:11.871 INFO kablam! | | Sep 04 14:41:11.871 INFO kablam! | expected &str, found struct `std::string::String` Sep 04 14:41:11.871 INFO kablam! | help: consider borrowing here: `&"main.logger".to_owned()` Sep 04 14:41:11.872 INFO kablam! | Sep 04 14:41:11.872 INFO kablam! = note: expected type `&str` Sep 04 14:41:11.872 INFO kablam! found type `std::string::String` Sep 04 14:41:11.872 INFO kablam! Sep 04 14:41:11.902 INFO kablam! error[E0308]: mismatched types Sep 04 14:41:11.902 INFO kablam! --> tests/basics.rs:17:28 Sep 04 14:41:11.902 INFO kablam! | Sep 04 14:41:11.902 INFO kablam! 17 | let log = logging::get("main.console".to_owned()); Sep 04 14:41:11.902 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 14:41:11.902 INFO kablam! | | Sep 04 14:41:11.902 INFO kablam! | expected &str, found struct `std::string::String` Sep 04 14:41:11.902 INFO kablam! | help: consider borrowing here: `&"main.console".to_owned()` Sep 04 14:41:11.902 INFO kablam! | Sep 04 14:41:11.902 INFO kablam! = note: expected type `&str` Sep 04 14:41:11.902 INFO kablam! found type `std::string::String` Sep 04 14:41:11.902 INFO kablam! Sep 04 14:41:11.903 INFO kablam! error[E0308]: mismatched types Sep 04 14:41:11.903 INFO kablam! --> tests/basics.rs:20:14 Sep 04 14:41:11.903 INFO kablam! | Sep 04 14:41:11.903 INFO kablam! 20 | log.info("yes mam".to_owned()); Sep 04 14:41:11.903 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 14:41:11.903 INFO kablam! | | Sep 04 14:41:11.903 INFO kablam! | expected &str, found struct `std::string::String` Sep 04 14:41:11.903 INFO kablam! | help: consider borrowing here: `&"yes mam".to_owned()` Sep 04 14:41:11.903 INFO kablam! | Sep 04 14:41:11.903 INFO kablam! = note: expected type `&str` Sep 04 14:41:11.903 INFO kablam! found type `std::string::String` Sep 04 14:41:11.903 INFO kablam! Sep 04 14:41:11.903 INFO kablam! error[E0308]: mismatched types Sep 04 14:41:11.903 INFO kablam! --> tests/basics.rs:26:28 Sep 04 14:41:11.903 INFO kablam! | Sep 04 14:41:11.904 INFO kablam! 26 | let log = logging::get("main".to_owned()); Sep 04 14:41:11.904 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 14:41:11.904 INFO kablam! | | Sep 04 14:41:11.904 INFO kablam! | expected &str, found struct `std::string::String` Sep 04 14:41:11.904 INFO kablam! | help: consider borrowing here: `&"main".to_owned()` Sep 04 14:41:11.904 INFO kablam! | Sep 04 14:41:11.904 INFO kablam! = note: expected type `&str` Sep 04 14:41:11.904 INFO kablam! found type `std::string::String` Sep 04 14:41:11.904 INFO kablam! Sep 04 14:41:11.904 INFO kablam! error[E0308]: mismatched types Sep 04 14:41:11.904 INFO kablam! --> tests/basics.rs:28:14 Sep 04 14:41:11.904 INFO kablam! | Sep 04 14:41:11.904 INFO kablam! 28 | log.info("start".to_owned()); Sep 04 14:41:11.904 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 04 14:41:11.904 INFO kablam! | | Sep 04 14:41:11.904 INFO kablam! | expected &str, found struct `std::string::String` Sep 04 14:41:11.904 INFO kablam! | help: consider borrowing here: `&"start".to_owned()` Sep 04 14:41:11.904 INFO kablam! | Sep 04 14:41:11.904 INFO kablam! = note: expected type `&str` Sep 04 14:41:11.905 INFO kablam! found type `std::string::String` Sep 04 14:41:11.905 INFO kablam! Sep 04 14:41:11.921 INFO kablam! error[E0308]: mismatched types Sep 04 14:41:11.921 INFO kablam! --> tests/basics.rs:34:23 Sep 04 14:41:11.922 INFO kablam! | Sep 04 14:41:11.922 INFO kablam! 34 | log.debug(format!("count: {}", i)); Sep 04 14:41:11.922 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 14:41:11.922 INFO kablam! | | Sep 04 14:41:11.922 INFO kablam! | expected &str, found struct `std::string::String` Sep 04 14:41:11.922 INFO kablam! | help: consider borrowing here: `&format!("count: {}", i)` Sep 04 14:41:11.922 INFO kablam! | Sep 04 14:41:11.922 INFO kablam! = note: expected type `&str` Sep 04 14:41:11.922 INFO kablam! found type `std::string::String` Sep 04 14:41:11.922 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 14:41:11.922 INFO kablam! Sep 04 14:41:11.923 INFO kablam! error[E0308]: mismatched types Sep 04 14:41:11.923 INFO kablam! --> tests/basics.rs:38:14 Sep 04 14:41:11.923 INFO kablam! | Sep 04 14:41:11.923 INFO kablam! 38 | log.info("end".to_owned()); Sep 04 14:41:11.923 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 04 14:41:11.923 INFO kablam! | | Sep 04 14:41:11.923 INFO kablam! | expected &str, found struct `std::string::String` Sep 04 14:41:11.923 INFO kablam! | help: consider borrowing here: `&"end".to_owned()` Sep 04 14:41:11.924 INFO kablam! | Sep 04 14:41:11.924 INFO kablam! = note: expected type `&str` Sep 04 14:41:11.924 INFO kablam! found type `std::string::String` Sep 04 14:41:11.924 INFO kablam! Sep 04 14:41:11.933 INFO kablam! error: aborting due to 8 previous errors Sep 04 14:41:11.933 INFO kablam! Sep 04 14:41:11.933 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 04 14:41:11.939 INFO kablam! error: Could not compile `logging`. Sep 04 14:41:11.939 INFO kablam! Sep 04 14:41:11.939 INFO kablam! To learn more, run the command again with --verbose. Sep 04 14:41:11.940 INFO kablam! su: No module specific data is present Sep 04 14:41:12.746 INFO running `"docker" "rm" "-f" "975f40408b7e0bd93c9971b972f09fe51db09cfea04b654bcf94fc9d1dc1ca76"` Sep 04 14:41:12.839 INFO blam! 975f40408b7e0bd93c9971b972f09fe51db09cfea04b654bcf94fc9d1dc1ca76