Jul 12 04:57:04.721 INFO checking logging-0.1.0 against try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255 for pr-52234 Jul 12 04:57:04.721 INFO running: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 12 04:57:04.721 INFO creating container for: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 12 04:57:04.721 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-52234/try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-6/try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255:/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 +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-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.004 INFO blam! cc8402305437279d451dcbf54655537e4936de59af90b2dcf50c7be326a28620 Jul 12 04:57:05.006 INFO running `"docker" "start" "-a" "cc8402305437279d451dcbf54655537e4936de59af90b2dcf50c7be326a28620"` Jul 12 04:57:05.949 INFO kablam! Checking logging v0.1.0 (file:///source) Jul 12 04:57:07.563 INFO kablam! error[E0308]: mismatched types Jul 12 04:57:07.563 INFO kablam! --> tests/basics.rs:5:29 Jul 12 04:57:07.564 INFO kablam! | Jul 12 04:57:07.564 INFO kablam! 5 | let log1 = logging::get("main".to_owned()); Jul 12 04:57:07.564 INFO kablam! | ^^^^^^^^^^^^^^^^^ Jul 12 04:57:07.564 INFO kablam! | | Jul 12 04:57:07.564 INFO kablam! | expected &str, found struct `std::string::String` Jul 12 04:57:07.564 INFO kablam! | help: consider borrowing here: `&"main".to_owned()` Jul 12 04:57:07.565 INFO kablam! | Jul 12 04:57:07.565 INFO kablam! = note: expected type `&str` Jul 12 04:57:07.565 INFO kablam! found type `std::string::String` Jul 12 04:57:07.565 INFO kablam! Jul 12 04:57:07.565 INFO kablam! error[E0308]: mismatched types Jul 12 04:57:07.565 INFO kablam! --> tests/basics.rs:6:29 Jul 12 04:57:07.565 INFO kablam! | Jul 12 04:57:07.565 INFO kablam! 6 | let log2 = logging::get("main.logger".to_owned()); Jul 12 04:57:07.565 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 04:57:07.565 INFO kablam! | | Jul 12 04:57:07.565 INFO kablam! | expected &str, found struct `std::string::String` Jul 12 04:57:07.565 INFO kablam! | help: consider borrowing here: `&"main.logger".to_owned()` Jul 12 04:57:07.565 INFO kablam! | Jul 12 04:57:07.565 INFO kablam! = note: expected type `&str` Jul 12 04:57:07.565 INFO kablam! found type `std::string::String` Jul 12 04:57:07.565 INFO kablam! Jul 12 04:57:07.610 INFO kablam! error[E0308]: mismatched types Jul 12 04:57:07.610 INFO kablam! --> tests/basics.rs:17:28 Jul 12 04:57:07.610 INFO kablam! | Jul 12 04:57:07.610 INFO kablam! 17 | let log = logging::get("main.console".to_owned()); Jul 12 04:57:07.610 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 04:57:07.610 INFO kablam! | | Jul 12 04:57:07.610 INFO kablam! | expected &str, found struct `std::string::String` Jul 12 04:57:07.610 INFO kablam! | help: consider borrowing here: `&"main.console".to_owned()` Jul 12 04:57:07.610 INFO kablam! | Jul 12 04:57:07.610 INFO kablam! = note: expected type `&str` Jul 12 04:57:07.610 INFO kablam! found type `std::string::String` Jul 12 04:57:07.610 INFO kablam! Jul 12 04:57:07.611 INFO kablam! error[E0308]: mismatched types Jul 12 04:57:07.611 INFO kablam! --> tests/basics.rs:20:14 Jul 12 04:57:07.611 INFO kablam! | Jul 12 04:57:07.612 INFO kablam! 20 | log.info("yes mam".to_owned()); Jul 12 04:57:07.612 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Jul 12 04:57:07.612 INFO kablam! | | Jul 12 04:57:07.612 INFO kablam! | expected &str, found struct `std::string::String` Jul 12 04:57:07.612 INFO kablam! | help: consider borrowing here: `&"yes mam".to_owned()` Jul 12 04:57:07.612 INFO kablam! | Jul 12 04:57:07.612 INFO kablam! = note: expected type `&str` Jul 12 04:57:07.612 INFO kablam! found type `std::string::String` Jul 12 04:57:07.612 INFO kablam! Jul 12 04:57:07.613 INFO kablam! error[E0308]: mismatched types Jul 12 04:57:07.613 INFO kablam! --> tests/basics.rs:26:28 Jul 12 04:57:07.613 INFO kablam! | Jul 12 04:57:07.613 INFO kablam! 26 | let log = logging::get("main".to_owned()); Jul 12 04:57:07.613 INFO kablam! | ^^^^^^^^^^^^^^^^^ Jul 12 04:57:07.613 INFO kablam! | | Jul 12 04:57:07.613 INFO kablam! | expected &str, found struct `std::string::String` Jul 12 04:57:07.613 INFO kablam! | help: consider borrowing here: `&"main".to_owned()` Jul 12 04:57:07.613 INFO kablam! | Jul 12 04:57:07.613 INFO kablam! = note: expected type `&str` Jul 12 04:57:07.613 INFO kablam! found type `std::string::String` Jul 12 04:57:07.613 INFO kablam! Jul 12 04:57:07.613 INFO kablam! error[E0308]: mismatched types Jul 12 04:57:07.613 INFO kablam! --> tests/basics.rs:28:14 Jul 12 04:57:07.614 INFO kablam! | Jul 12 04:57:07.614 INFO kablam! 28 | log.info("start".to_owned()); Jul 12 04:57:07.614 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Jul 12 04:57:07.614 INFO kablam! | | Jul 12 04:57:07.614 INFO kablam! | expected &str, found struct `std::string::String` Jul 12 04:57:07.614 INFO kablam! | help: consider borrowing here: `&"start".to_owned()` Jul 12 04:57:07.614 INFO kablam! | Jul 12 04:57:07.614 INFO kablam! = note: expected type `&str` Jul 12 04:57:07.614 INFO kablam! found type `std::string::String` Jul 12 04:57:07.614 INFO kablam! Jul 12 04:57:07.631 INFO kablam! error[E0308]: mismatched types Jul 12 04:57:07.631 INFO kablam! --> tests/basics.rs:34:23 Jul 12 04:57:07.631 INFO kablam! | Jul 12 04:57:07.631 INFO kablam! 34 | log.debug(format!("count: {}", i)); Jul 12 04:57:07.631 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 04:57:07.631 INFO kablam! | | Jul 12 04:57:07.631 INFO kablam! | expected &str, found struct `std::string::String` Jul 12 04:57:07.631 INFO kablam! | help: consider borrowing here: `&format!("count: {}", i)` Jul 12 04:57:07.631 INFO kablam! | Jul 12 04:57:07.631 INFO kablam! = note: expected type `&str` Jul 12 04:57:07.631 INFO kablam! found type `std::string::String` Jul 12 04:57:07.631 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:07.631 INFO kablam! Jul 12 04:57:07.633 INFO kablam! error[E0308]: mismatched types Jul 12 04:57:07.633 INFO kablam! --> tests/basics.rs:38:14 Jul 12 04:57:07.633 INFO kablam! | Jul 12 04:57:07.633 INFO kablam! 38 | log.info("end".to_owned()); Jul 12 04:57:07.633 INFO kablam! | ^^^^^^^^^^^^^^^^ Jul 12 04:57:07.633 INFO kablam! | | Jul 12 04:57:07.633 INFO kablam! | expected &str, found struct `std::string::String` Jul 12 04:57:07.633 INFO kablam! | help: consider borrowing here: `&"end".to_owned()` Jul 12 04:57:07.633 INFO kablam! | Jul 12 04:57:07.633 INFO kablam! = note: expected type `&str` Jul 12 04:57:07.633 INFO kablam! found type `std::string::String` Jul 12 04:57:07.633 INFO kablam! Jul 12 04:57:07.646 INFO kablam! error: aborting due to 8 previous errors Jul 12 04:57:07.646 INFO kablam! Jul 12 04:57:07.646 INFO kablam! For more information about this error, try `rustc --explain E0308`. Jul 12 04:57:07.671 INFO kablam! error: Could not compile `logging`. Jul 12 04:57:07.672 INFO kablam! Jul 12 04:57:07.672 INFO kablam! To learn more, run the command again with --verbose. Jul 12 04:57:07.674 INFO kablam! su: No module specific data is present Jul 12 04:57:08.177 INFO running `"docker" "rm" "-f" "cc8402305437279d451dcbf54655537e4936de59af90b2dcf50c7be326a28620"` Jul 12 04:57:08.358 INFO blam! cc8402305437279d451dcbf54655537e4936de59af90b2dcf50c7be326a28620