Jul 12 04:57:04.759 INFO checking logging-0.1.0 against master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9 for pr-52234 Jul 12 04:57:04.759 INFO running: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 12 04:57:04.759 INFO creating container for: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 12 04:57:04.759 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-52234/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-3/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/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 +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 12 04:57:05.068 INFO blam! a4efc17ff98f4039b64661bade40648efc5f8e75db5fbf59620f84b899f9a928 Jul 12 04:57:05.071 INFO running `"docker" "start" "-a" "a4efc17ff98f4039b64661bade40648efc5f8e75db5fbf59620f84b899f9a928"` Jul 12 04:57:06.044 INFO kablam! Checking logging v0.1.0 (file:///source) Jul 12 04:57:08.021 INFO kablam! error[E0308]: mismatched types Jul 12 04:57:08.021 INFO kablam! --> tests/basics.rs:5:29 Jul 12 04:57:08.021 INFO kablam! | Jul 12 04:57:08.021 INFO kablam! 5 | let log1 = logging::get("main".to_owned()); Jul 12 04:57:08.021 INFO kablam! | ^^^^^^^^^^^^^^^^^ Jul 12 04:57:08.021 INFO kablam! | | Jul 12 04:57:08.021 INFO kablam! | expected &str, found struct `std::string::String` Jul 12 04:57:08.021 INFO kablam! | help: consider borrowing here: `&"main".to_owned()` Jul 12 04:57:08.021 INFO kablam! | Jul 12 04:57:08.021 INFO kablam! = note: expected type `&str` Jul 12 04:57:08.021 INFO kablam! found type `std::string::String` Jul 12 04:57:08.021 INFO kablam! Jul 12 04:57:08.021 INFO kablam! error[E0308]: mismatched types Jul 12 04:57:08.021 INFO kablam! --> tests/basics.rs:6:29 Jul 12 04:57:08.022 INFO kablam! | Jul 12 04:57:08.022 INFO kablam! 6 | let log2 = logging::get("main.logger".to_owned()); Jul 12 04:57:08.022 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 04:57:08.022 INFO kablam! | | Jul 12 04:57:08.022 INFO kablam! | expected &str, found struct `std::string::String` Jul 12 04:57:08.022 INFO kablam! | help: consider borrowing here: `&"main.logger".to_owned()` Jul 12 04:57:08.022 INFO kablam! | Jul 12 04:57:08.022 INFO kablam! = note: expected type `&str` Jul 12 04:57:08.022 INFO kablam! found type `std::string::String` Jul 12 04:57:08.022 INFO kablam! Jul 12 04:57:08.063 INFO kablam! error[E0308]: mismatched types Jul 12 04:57:08.063 INFO kablam! --> tests/basics.rs:17:28 Jul 12 04:57:08.063 INFO kablam! | Jul 12 04:57:08.063 INFO kablam! 17 | let log = logging::get("main.console".to_owned()); Jul 12 04:57:08.063 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 04:57:08.063 INFO kablam! | | Jul 12 04:57:08.063 INFO kablam! | expected &str, found struct `std::string::String` Jul 12 04:57:08.063 INFO kablam! | help: consider borrowing here: `&"main.console".to_owned()` Jul 12 04:57:08.063 INFO kablam! | Jul 12 04:57:08.063 INFO kablam! = note: expected type `&str` Jul 12 04:57:08.063 INFO kablam! found type `std::string::String` Jul 12 04:57:08.063 INFO kablam! Jul 12 04:57:08.064 INFO kablam! error[E0308]: mismatched types Jul 12 04:57:08.064 INFO kablam! --> tests/basics.rs:20:14 Jul 12 04:57:08.064 INFO kablam! | Jul 12 04:57:08.064 INFO kablam! 20 | log.info("yes mam".to_owned()); Jul 12 04:57:08.064 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Jul 12 04:57:08.064 INFO kablam! | | Jul 12 04:57:08.064 INFO kablam! | expected &str, found struct `std::string::String` Jul 12 04:57:08.064 INFO kablam! | help: consider borrowing here: `&"yes mam".to_owned()` Jul 12 04:57:08.064 INFO kablam! | Jul 12 04:57:08.064 INFO kablam! = note: expected type `&str` Jul 12 04:57:08.064 INFO kablam! found type `std::string::String` Jul 12 04:57:08.065 INFO kablam! Jul 12 04:57:08.065 INFO kablam! error[E0308]: mismatched types Jul 12 04:57:08.065 INFO kablam! --> tests/basics.rs:26:28 Jul 12 04:57:08.065 INFO kablam! | Jul 12 04:57:08.065 INFO kablam! 26 | let log = logging::get("main".to_owned()); Jul 12 04:57:08.065 INFO kablam! | ^^^^^^^^^^^^^^^^^ Jul 12 04:57:08.065 INFO kablam! | | Jul 12 04:57:08.065 INFO kablam! | expected &str, found struct `std::string::String` Jul 12 04:57:08.065 INFO kablam! | help: consider borrowing here: `&"main".to_owned()` Jul 12 04:57:08.065 INFO kablam! | Jul 12 04:57:08.065 INFO kablam! = note: expected type `&str` Jul 12 04:57:08.065 INFO kablam! found type `std::string::String` Jul 12 04:57:08.065 INFO kablam! Jul 12 04:57:08.066 INFO kablam! error[E0308]: mismatched types Jul 12 04:57:08.066 INFO kablam! --> tests/basics.rs:28:14 Jul 12 04:57:08.066 INFO kablam! | Jul 12 04:57:08.066 INFO kablam! 28 | log.info("start".to_owned()); Jul 12 04:57:08.066 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Jul 12 04:57:08.066 INFO kablam! | | Jul 12 04:57:08.066 INFO kablam! | expected &str, found struct `std::string::String` Jul 12 04:57:08.066 INFO kablam! | help: consider borrowing here: `&"start".to_owned()` Jul 12 04:57:08.066 INFO kablam! | Jul 12 04:57:08.066 INFO kablam! = note: expected type `&str` Jul 12 04:57:08.066 INFO kablam! found type `std::string::String` Jul 12 04:57:08.066 INFO kablam! Jul 12 04:57:08.082 INFO kablam! error[E0308]: mismatched types Jul 12 04:57:08.082 INFO kablam! --> tests/basics.rs:34:23 Jul 12 04:57:08.082 INFO kablam! | Jul 12 04:57:08.083 INFO kablam! 34 | log.debug(format!("count: {}", i)); Jul 12 04:57:08.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 04:57:08.083 INFO kablam! | | Jul 12 04:57:08.083 INFO kablam! | expected &str, found struct `std::string::String` Jul 12 04:57:08.083 INFO kablam! | help: consider borrowing here: `&format!("count: {}", i)` Jul 12 04:57:08.083 INFO kablam! | Jul 12 04:57:08.083 INFO kablam! = note: expected type `&str` Jul 12 04:57:08.083 INFO kablam! found type `std::string::String` Jul 12 04:57:08.083 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) Jul 12 04:57:08.083 INFO kablam! Jul 12 04:57:08.084 INFO kablam! error[E0308]: mismatched types Jul 12 04:57:08.084 INFO kablam! --> tests/basics.rs:38:14 Jul 12 04:57:08.084 INFO kablam! | Jul 12 04:57:08.084 INFO kablam! 38 | log.info("end".to_owned()); Jul 12 04:57:08.084 INFO kablam! | ^^^^^^^^^^^^^^^^ Jul 12 04:57:08.084 INFO kablam! | | Jul 12 04:57:08.084 INFO kablam! | expected &str, found struct `std::string::String` Jul 12 04:57:08.084 INFO kablam! | help: consider borrowing here: `&"end".to_owned()` Jul 12 04:57:08.084 INFO kablam! | Jul 12 04:57:08.085 INFO kablam! = note: expected type `&str` Jul 12 04:57:08.085 INFO kablam! found type `std::string::String` Jul 12 04:57:08.085 INFO kablam! Jul 12 04:57:08.095 INFO kablam! error: aborting due to 8 previous errors Jul 12 04:57:08.095 INFO kablam! Jul 12 04:57:08.095 INFO kablam! For more information about this error, try `rustc --explain E0308`. Jul 12 04:57:08.105 INFO kablam! error: Could not compile `logging`. Jul 12 04:57:08.106 INFO kablam! Jul 12 04:57:08.106 INFO kablam! To learn more, run the command again with --verbose. Jul 12 04:57:08.107 INFO kablam! su: No module specific data is present Jul 12 04:57:08.694 INFO running `"docker" "rm" "-f" "a4efc17ff98f4039b64661bade40648efc5f8e75db5fbf59620f84b899f9a928"` Jul 12 04:57:08.896 INFO blam! a4efc17ff98f4039b64661bade40648efc5f8e75db5fbf59620f84b899f9a928