Sep 01 14:52:26.544 INFO checking logging-0.1.0 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 14:52:26.544 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 14:52:26.544 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-2/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 14:52:26.742 INFO blam! ce69eb3f54a298789692d67de6d6c135ff4cb78df12625c461ddf435e12e73c7 Sep 01 14:52:26.744 INFO running `"docker" "start" "-a" "ce69eb3f54a298789692d67de6d6c135ff4cb78df12625c461ddf435e12e73c7"` Sep 01 14:52:27.508 INFO kablam! Checking logging v0.1.0 (file:///source) Sep 01 14:52:28.636 INFO kablam! error[E0308]: mismatched types Sep 01 14:52:28.636 INFO kablam! --> tests/basics.rs:5:29 Sep 01 14:52:28.636 INFO kablam! | Sep 01 14:52:28.636 INFO kablam! 5 | let log1 = logging::get("main".to_owned()); Sep 01 14:52:28.636 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 01 14:52:28.636 INFO kablam! | | Sep 01 14:52:28.636 INFO kablam! | expected &str, found struct `std::string::String` Sep 01 14:52:28.636 INFO kablam! | help: consider borrowing here: `&"main".to_owned()` Sep 01 14:52:28.636 INFO kablam! | Sep 01 14:52:28.637 INFO kablam! = note: expected type `&str` Sep 01 14:52:28.637 INFO kablam! found type `std::string::String` Sep 01 14:52:28.637 INFO kablam! Sep 01 14:52:28.637 INFO kablam! error[E0308]: mismatched types Sep 01 14:52:28.637 INFO kablam! --> tests/basics.rs:6:29 Sep 01 14:52:28.637 INFO kablam! | Sep 01 14:52:28.637 INFO kablam! 6 | let log2 = logging::get("main.logger".to_owned()); Sep 01 14:52:28.637 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 14:52:28.637 INFO kablam! | | Sep 01 14:52:28.637 INFO kablam! | expected &str, found struct `std::string::String` Sep 01 14:52:28.637 INFO kablam! | help: consider borrowing here: `&"main.logger".to_owned()` Sep 01 14:52:28.637 INFO kablam! | Sep 01 14:52:28.637 INFO kablam! = note: expected type `&str` Sep 01 14:52:28.637 INFO kablam! found type `std::string::String` Sep 01 14:52:28.637 INFO kablam! Sep 01 14:52:28.660 INFO kablam! error[E0308]: mismatched types Sep 01 14:52:28.660 INFO kablam! --> tests/basics.rs:17:28 Sep 01 14:52:28.660 INFO kablam! | Sep 01 14:52:28.660 INFO kablam! 17 | let log = logging::get("main.console".to_owned()); Sep 01 14:52:28.661 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 14:52:28.661 INFO kablam! | | Sep 01 14:52:28.661 INFO kablam! | expected &str, found struct `std::string::String` Sep 01 14:52:28.661 INFO kablam! | help: consider borrowing here: `&"main.console".to_owned()` Sep 01 14:52:28.661 INFO kablam! | Sep 01 14:52:28.661 INFO kablam! = note: expected type `&str` Sep 01 14:52:28.661 INFO kablam! found type `std::string::String` Sep 01 14:52:28.661 INFO kablam! Sep 01 14:52:28.661 INFO kablam! error[E0308]: mismatched types Sep 01 14:52:28.661 INFO kablam! --> tests/basics.rs:20:14 Sep 01 14:52:28.661 INFO kablam! | Sep 01 14:52:28.661 INFO kablam! 20 | log.info("yes mam".to_owned()); Sep 01 14:52:28.661 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 14:52:28.661 INFO kablam! | | Sep 01 14:52:28.661 INFO kablam! | expected &str, found struct `std::string::String` Sep 01 14:52:28.661 INFO kablam! | help: consider borrowing here: `&"yes mam".to_owned()` Sep 01 14:52:28.661 INFO kablam! | Sep 01 14:52:28.661 INFO kablam! = note: expected type `&str` Sep 01 14:52:28.662 INFO kablam! found type `std::string::String` Sep 01 14:52:28.662 INFO kablam! Sep 01 14:52:28.663 INFO kablam! error[E0308]: mismatched types Sep 01 14:52:28.663 INFO kablam! --> tests/basics.rs:26:28 Sep 01 14:52:28.663 INFO kablam! | Sep 01 14:52:28.663 INFO kablam! 26 | let log = logging::get("main".to_owned()); Sep 01 14:52:28.663 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 01 14:52:28.663 INFO kablam! | | Sep 01 14:52:28.663 INFO kablam! | expected &str, found struct `std::string::String` Sep 01 14:52:28.663 INFO kablam! | help: consider borrowing here: `&"main".to_owned()` Sep 01 14:52:28.663 INFO kablam! | Sep 01 14:52:28.663 INFO kablam! = note: expected type `&str` Sep 01 14:52:28.663 INFO kablam! found type `std::string::String` Sep 01 14:52:28.663 INFO kablam! Sep 01 14:52:28.663 INFO kablam! error[E0308]: mismatched types Sep 01 14:52:28.663 INFO kablam! --> tests/basics.rs:28:14 Sep 01 14:52:28.663 INFO kablam! | Sep 01 14:52:28.663 INFO kablam! 28 | log.info("start".to_owned()); Sep 01 14:52:28.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 01 14:52:28.663 INFO kablam! | | Sep 01 14:52:28.663 INFO kablam! | expected &str, found struct `std::string::String` Sep 01 14:52:28.663 INFO kablam! | help: consider borrowing here: `&"start".to_owned()` Sep 01 14:52:28.663 INFO kablam! | Sep 01 14:52:28.663 INFO kablam! = note: expected type `&str` Sep 01 14:52:28.664 INFO kablam! found type `std::string::String` Sep 01 14:52:28.664 INFO kablam! Sep 01 14:52:28.673 INFO kablam! error[E0308]: mismatched types Sep 01 14:52:28.673 INFO kablam! --> tests/basics.rs:34:23 Sep 01 14:52:28.673 INFO kablam! | Sep 01 14:52:28.673 INFO kablam! 34 | log.debug(format!("count: {}", i)); Sep 01 14:52:28.673 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 14:52:28.673 INFO kablam! | | Sep 01 14:52:28.673 INFO kablam! | expected &str, found struct `std::string::String` Sep 01 14:52:28.673 INFO kablam! | help: consider borrowing here: `&format!("count: {}", i)` Sep 01 14:52:28.673 INFO kablam! | Sep 01 14:52:28.673 INFO kablam! = note: expected type `&str` Sep 01 14:52:28.673 INFO kablam! found type `std::string::String` Sep 01 14:52:28.673 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 01 14:52:28.673 INFO kablam! Sep 01 14:52:28.674 INFO kablam! error[E0308]: mismatched types Sep 01 14:52:28.674 INFO kablam! --> tests/basics.rs:38:14 Sep 01 14:52:28.674 INFO kablam! | Sep 01 14:52:28.674 INFO kablam! 38 | log.info("end".to_owned()); Sep 01 14:52:28.674 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 01 14:52:28.674 INFO kablam! | | Sep 01 14:52:28.674 INFO kablam! | expected &str, found struct `std::string::String` Sep 01 14:52:28.674 INFO kablam! | help: consider borrowing here: `&"end".to_owned()` Sep 01 14:52:28.674 INFO kablam! | Sep 01 14:52:28.674 INFO kablam! = note: expected type `&str` Sep 01 14:52:28.674 INFO kablam! found type `std::string::String` Sep 01 14:52:28.674 INFO kablam! Sep 01 14:52:28.681 INFO kablam! error: aborting due to 8 previous errors Sep 01 14:52:28.682 INFO kablam! Sep 01 14:52:28.682 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 01 14:52:28.687 INFO kablam! error: Could not compile `logging`. Sep 01 14:52:28.687 INFO kablam! Sep 01 14:52:28.687 INFO kablam! To learn more, run the command again with --verbose. Sep 01 14:52:28.688 INFO kablam! su: No module specific data is present Sep 01 14:52:29.237 INFO running `"docker" "rm" "-f" "ce69eb3f54a298789692d67de6d6c135ff4cb78df12625c461ddf435e12e73c7"` Sep 01 14:52:29.364 INFO blam! ce69eb3f54a298789692d67de6d6c135ff4cb78df12625c461ddf435e12e73c7