Sep 20 00:35:03.738 INFO checking logging-0.1.0 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 20 00:35:03.738 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 20 00:35:03.738 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-5/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 00:35:03.986 INFO blam! 67ab8f9203612aa73eaa2978074aee18bf55bf843a4674f33347357dcd23d589 Sep 20 00:35:03.988 INFO running `"docker" "start" "-a" "67ab8f9203612aa73eaa2978074aee18bf55bf843a4674f33347357dcd23d589"` Sep 20 00:35:05.025 INFO kablam! usermod: no changes Sep 20 00:35:05.118 INFO kablam! Checking logging v0.1.0 (/source) Sep 20 00:35:06.150 INFO kablam! error[E0308]: mismatched types Sep 20 00:35:06.150 INFO kablam! --> tests/basics.rs:5:29 Sep 20 00:35:06.150 INFO kablam! | Sep 20 00:35:06.150 INFO kablam! 5 | let log1 = logging::get("main".to_owned()); Sep 20 00:35:06.150 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 20 00:35:06.150 INFO kablam! | | Sep 20 00:35:06.150 INFO kablam! | expected &str, found struct `std::string::String` Sep 20 00:35:06.150 INFO kablam! | help: consider borrowing here: `&"main".to_owned()` Sep 20 00:35:06.150 INFO kablam! | Sep 20 00:35:06.150 INFO kablam! = note: expected type `&str` Sep 20 00:35:06.150 INFO kablam! found type `std::string::String` Sep 20 00:35:06.150 INFO kablam! Sep 20 00:35:06.150 INFO kablam! error[E0308]: mismatched types Sep 20 00:35:06.150 INFO kablam! --> tests/basics.rs:6:29 Sep 20 00:35:06.150 INFO kablam! | Sep 20 00:35:06.150 INFO kablam! 6 | let log2 = logging::get("main.logger".to_owned()); Sep 20 00:35:06.150 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 00:35:06.150 INFO kablam! | | Sep 20 00:35:06.150 INFO kablam! | expected &str, found struct `std::string::String` Sep 20 00:35:06.150 INFO kablam! | help: consider borrowing here: `&"main.logger".to_owned()` Sep 20 00:35:06.150 INFO kablam! | Sep 20 00:35:06.150 INFO kablam! = note: expected type `&str` Sep 20 00:35:06.150 INFO kablam! found type `std::string::String` Sep 20 00:35:06.150 INFO kablam! Sep 20 00:35:06.153 INFO kablam! error[E0308]: mismatched types Sep 20 00:35:06.153 INFO kablam! --> tests/basics.rs:17:28 Sep 20 00:35:06.153 INFO kablam! | Sep 20 00:35:06.153 INFO kablam! 17 | let log = logging::get("main.console".to_owned()); Sep 20 00:35:06.153 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 00:35:06.153 INFO kablam! | | Sep 20 00:35:06.153 INFO kablam! | expected &str, found struct `std::string::String` Sep 20 00:35:06.153 INFO kablam! | help: consider borrowing here: `&"main.console".to_owned()` Sep 20 00:35:06.153 INFO kablam! | Sep 20 00:35:06.153 INFO kablam! = note: expected type `&str` Sep 20 00:35:06.153 INFO kablam! found type `std::string::String` Sep 20 00:35:06.153 INFO kablam! Sep 20 00:35:06.153 INFO kablam! error[E0308]: mismatched types Sep 20 00:35:06.153 INFO kablam! --> tests/basics.rs:20:14 Sep 20 00:35:06.153 INFO kablam! | Sep 20 00:35:06.153 INFO kablam! 20 | log.info("yes mam".to_owned()); Sep 20 00:35:06.153 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 20 00:35:06.153 INFO kablam! | | Sep 20 00:35:06.153 INFO kablam! | expected &str, found struct `std::string::String` Sep 20 00:35:06.153 INFO kablam! | help: consider borrowing here: `&"yes mam".to_owned()` Sep 20 00:35:06.153 INFO kablam! | Sep 20 00:35:06.153 INFO kablam! = note: expected type `&str` Sep 20 00:35:06.153 INFO kablam! found type `std::string::String` Sep 20 00:35:06.153 INFO kablam! Sep 20 00:35:06.153 INFO kablam! error[E0308]: mismatched types Sep 20 00:35:06.153 INFO kablam! --> tests/basics.rs:26:28 Sep 20 00:35:06.153 INFO kablam! | Sep 20 00:35:06.153 INFO kablam! 26 | let log = logging::get("main".to_owned()); Sep 20 00:35:06.153 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 20 00:35:06.153 INFO kablam! | | Sep 20 00:35:06.153 INFO kablam! | expected &str, found struct `std::string::String` Sep 20 00:35:06.153 INFO kablam! | help: consider borrowing here: `&"main".to_owned()` Sep 20 00:35:06.153 INFO kablam! | Sep 20 00:35:06.153 INFO kablam! = note: expected type `&str` Sep 20 00:35:06.153 INFO kablam! found type `std::string::String` Sep 20 00:35:06.153 INFO kablam! Sep 20 00:35:06.153 INFO kablam! error[E0308]: mismatched types Sep 20 00:35:06.153 INFO kablam! --> tests/basics.rs:28:14 Sep 20 00:35:06.154 INFO kablam! | Sep 20 00:35:06.154 INFO kablam! 28 | log.info("start".to_owned()); Sep 20 00:35:06.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 20 00:35:06.154 INFO kablam! | | Sep 20 00:35:06.154 INFO kablam! | expected &str, found struct `std::string::String` Sep 20 00:35:06.154 INFO kablam! | help: consider borrowing here: `&"start".to_owned()` Sep 20 00:35:06.154 INFO kablam! | Sep 20 00:35:06.154 INFO kablam! = note: expected type `&str` Sep 20 00:35:06.154 INFO kablam! found type `std::string::String` Sep 20 00:35:06.154 INFO kablam! Sep 20 00:35:06.161 INFO kablam! error[E0308]: mismatched types Sep 20 00:35:06.161 INFO kablam! --> tests/basics.rs:34:23 Sep 20 00:35:06.161 INFO kablam! | Sep 20 00:35:06.161 INFO kablam! 34 | log.debug(format!("count: {}", i)); Sep 20 00:35:06.161 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 00:35:06.161 INFO kablam! | | Sep 20 00:35:06.161 INFO kablam! | expected &str, found struct `std::string::String` Sep 20 00:35:06.161 INFO kablam! | help: consider borrowing here: `&format!("count: {}", i)` Sep 20 00:35:06.161 INFO kablam! | Sep 20 00:35:06.161 INFO kablam! = note: expected type `&str` Sep 20 00:35:06.161 INFO kablam! found type `std::string::String` Sep 20 00:35:06.161 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 20 00:35:06.161 INFO kablam! Sep 20 00:35:06.162 INFO kablam! error[E0308]: mismatched types Sep 20 00:35:06.162 INFO kablam! --> tests/basics.rs:38:14 Sep 20 00:35:06.162 INFO kablam! | Sep 20 00:35:06.162 INFO kablam! 38 | log.info("end".to_owned()); Sep 20 00:35:06.162 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 20 00:35:06.162 INFO kablam! | | Sep 20 00:35:06.162 INFO kablam! | expected &str, found struct `std::string::String` Sep 20 00:35:06.162 INFO kablam! | help: consider borrowing here: `&"end".to_owned()` Sep 20 00:35:06.162 INFO kablam! | Sep 20 00:35:06.162 INFO kablam! = note: expected type `&str` Sep 20 00:35:06.162 INFO kablam! found type `std::string::String` Sep 20 00:35:06.168 INFO kablam! Sep 20 00:35:06.174 INFO kablam! error: aborting due to 8 previous errors Sep 20 00:35:06.174 INFO kablam! Sep 20 00:35:06.174 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 20 00:35:06.176 INFO kablam! error: Could not compile `logging`. Sep 20 00:35:06.176 INFO kablam! Sep 20 00:35:06.176 INFO kablam! To learn more, run the command again with --verbose. Sep 20 00:35:06.182 INFO kablam! su: No module specific data is present Sep 20 00:35:06.748 INFO running `"docker" "rm" "-f" "67ab8f9203612aa73eaa2978074aee18bf55bf843a4674f33347357dcd23d589"` Sep 20 00:35:06.909 INFO blam! 67ab8f9203612aa73eaa2978074aee18bf55bf843a4674f33347357dcd23d589