Sep 19 22:46:04.398 INFO checking logging-0.1.0 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 22:46:04.398 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 22:46:04.398 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-6/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 22:46:04.513 INFO blam! 1adc75c4eabafab30cc3c48586718421d7bf2342b79a1fba517e8d5f5e7c1364 Sep 19 22:46:04.514 INFO running `"docker" "start" "-a" "1adc75c4eabafab30cc3c48586718421d7bf2342b79a1fba517e8d5f5e7c1364"` Sep 19 22:46:05.347 INFO kablam! usermod: no changes Sep 19 22:46:05.410 INFO kablam! Checking logging v0.1.0 (/source) Sep 19 22:46:06.511 INFO kablam! error[E0308]: mismatched types Sep 19 22:46:06.511 INFO kablam! --> tests/basics.rs:5:29 Sep 19 22:46:06.511 INFO kablam! | Sep 19 22:46:06.511 INFO kablam! 5 | let log1 = logging::get("main".to_owned()); Sep 19 22:46:06.511 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 19 22:46:06.511 INFO kablam! | | Sep 19 22:46:06.511 INFO kablam! | expected &str, found struct `std::string::String` Sep 19 22:46:06.511 INFO kablam! | help: consider borrowing here: `&"main".to_owned()` Sep 19 22:46:06.511 INFO kablam! | Sep 19 22:46:06.511 INFO kablam! = note: expected type `&str` Sep 19 22:46:06.511 INFO kablam! found type `std::string::String` Sep 19 22:46:06.511 INFO kablam! Sep 19 22:46:06.511 INFO kablam! error[E0308]: mismatched types Sep 19 22:46:06.511 INFO kablam! --> tests/basics.rs:6:29 Sep 19 22:46:06.511 INFO kablam! | Sep 19 22:46:06.511 INFO kablam! 6 | let log2 = logging::get("main.logger".to_owned()); Sep 19 22:46:06.511 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:46:06.511 INFO kablam! | | Sep 19 22:46:06.511 INFO kablam! | expected &str, found struct `std::string::String` Sep 19 22:46:06.511 INFO kablam! | help: consider borrowing here: `&"main.logger".to_owned()` Sep 19 22:46:06.511 INFO kablam! | Sep 19 22:46:06.511 INFO kablam! = note: expected type `&str` Sep 19 22:46:06.511 INFO kablam! found type `std::string::String` Sep 19 22:46:06.511 INFO kablam! Sep 19 22:46:06.524 INFO kablam! error[E0308]: mismatched types Sep 19 22:46:06.524 INFO kablam! --> tests/basics.rs:17:28 Sep 19 22:46:06.524 INFO kablam! | Sep 19 22:46:06.524 INFO kablam! 17 | let log = logging::get("main.console".to_owned()); Sep 19 22:46:06.524 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:46:06.524 INFO kablam! | | Sep 19 22:46:06.524 INFO kablam! | expected &str, found struct `std::string::String` Sep 19 22:46:06.524 INFO kablam! | help: consider borrowing here: `&"main.console".to_owned()` Sep 19 22:46:06.524 INFO kablam! | Sep 19 22:46:06.524 INFO kablam! = note: expected type `&str` Sep 19 22:46:06.524 INFO kablam! found type `std::string::String` Sep 19 22:46:06.524 INFO kablam! Sep 19 22:46:06.525 INFO kablam! error[E0308]: mismatched types Sep 19 22:46:06.525 INFO kablam! --> tests/basics.rs:20:14 Sep 19 22:46:06.525 INFO kablam! | Sep 19 22:46:06.525 INFO kablam! 20 | log.info("yes mam".to_owned()); Sep 19 22:46:06.525 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 22:46:06.525 INFO kablam! | | Sep 19 22:46:06.525 INFO kablam! | expected &str, found struct `std::string::String` Sep 19 22:46:06.525 INFO kablam! | help: consider borrowing here: `&"yes mam".to_owned()` Sep 19 22:46:06.525 INFO kablam! | Sep 19 22:46:06.525 INFO kablam! = note: expected type `&str` Sep 19 22:46:06.525 INFO kablam! found type `std::string::String` Sep 19 22:46:06.525 INFO kablam! Sep 19 22:46:06.525 INFO kablam! error[E0308]: mismatched types Sep 19 22:46:06.525 INFO kablam! --> tests/basics.rs:26:28 Sep 19 22:46:06.525 INFO kablam! | Sep 19 22:46:06.525 INFO kablam! 26 | let log = logging::get("main".to_owned()); Sep 19 22:46:06.525 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 19 22:46:06.525 INFO kablam! | | Sep 19 22:46:06.525 INFO kablam! | expected &str, found struct `std::string::String` Sep 19 22:46:06.525 INFO kablam! | help: consider borrowing here: `&"main".to_owned()` Sep 19 22:46:06.525 INFO kablam! | Sep 19 22:46:06.525 INFO kablam! = note: expected type `&str` Sep 19 22:46:06.525 INFO kablam! found type `std::string::String` Sep 19 22:46:06.525 INFO kablam! Sep 19 22:46:06.525 INFO kablam! error[E0308]: mismatched types Sep 19 22:46:06.525 INFO kablam! --> tests/basics.rs:28:14 Sep 19 22:46:06.525 INFO kablam! | Sep 19 22:46:06.525 INFO kablam! 28 | log.info("start".to_owned()); Sep 19 22:46:06.525 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 19 22:46:06.525 INFO kablam! | | Sep 19 22:46:06.525 INFO kablam! | expected &str, found struct `std::string::String` Sep 19 22:46:06.525 INFO kablam! | help: consider borrowing here: `&"start".to_owned()` Sep 19 22:46:06.525 INFO kablam! | Sep 19 22:46:06.525 INFO kablam! = note: expected type `&str` Sep 19 22:46:06.525 INFO kablam! found type `std::string::String` Sep 19 22:46:06.525 INFO kablam! Sep 19 22:46:06.535 INFO kablam! error[E0308]: mismatched types Sep 19 22:46:06.535 INFO kablam! --> tests/basics.rs:34:23 Sep 19 22:46:06.535 INFO kablam! | Sep 19 22:46:06.535 INFO kablam! 34 | log.debug(format!("count: {}", i)); Sep 19 22:46:06.535 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:46:06.535 INFO kablam! | | Sep 19 22:46:06.535 INFO kablam! | expected &str, found struct `std::string::String` Sep 19 22:46:06.535 INFO kablam! | help: consider borrowing here: `&format!("count: {}", i)` Sep 19 22:46:06.535 INFO kablam! | Sep 19 22:46:06.535 INFO kablam! = note: expected type `&str` Sep 19 22:46:06.535 INFO kablam! found type `std::string::String` Sep 19 22:46:06.535 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 19 22:46:06.535 INFO kablam! Sep 19 22:46:06.535 INFO kablam! error[E0308]: mismatched types Sep 19 22:46:06.535 INFO kablam! --> tests/basics.rs:38:14 Sep 19 22:46:06.535 INFO kablam! | Sep 19 22:46:06.535 INFO kablam! 38 | log.info("end".to_owned()); Sep 19 22:46:06.535 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 19 22:46:06.535 INFO kablam! | | Sep 19 22:46:06.535 INFO kablam! | expected &str, found struct `std::string::String` Sep 19 22:46:06.535 INFO kablam! | help: consider borrowing here: `&"end".to_owned()` Sep 19 22:46:06.535 INFO kablam! | Sep 19 22:46:06.535 INFO kablam! = note: expected type `&str` Sep 19 22:46:06.535 INFO kablam! found type `std::string::String` Sep 19 22:46:06.535 INFO kablam! Sep 19 22:46:06.544 INFO kablam! error: aborting due to 8 previous errors Sep 19 22:46:06.544 INFO kablam! Sep 19 22:46:06.544 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 19 22:46:06.551 INFO kablam! error: Could not compile `logging`. Sep 19 22:46:06.551 INFO kablam! Sep 19 22:46:06.551 INFO kablam! To learn more, run the command again with --verbose. Sep 19 22:46:06.552 INFO kablam! su: No module specific data is present Sep 19 22:46:07.436 INFO running `"docker" "rm" "-f" "1adc75c4eabafab30cc3c48586718421d7bf2342b79a1fba517e8d5f5e7c1364"` Sep 19 22:46:07.654 INFO blam! 1adc75c4eabafab30cc3c48586718421d7bf2342b79a1fba517e8d5f5e7c1364