Sep 14 13:35:51.121 INFO checking logging-0.1.0 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 13:35:51.121 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 13:35:51.121 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-3/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 13:35:51.491 INFO blam! ac7259f7aca932d914d10841fb48c5e7405a41675c22163ab799b9cee9283e7c Sep 14 13:35:51.493 INFO running `"docker" "start" "-a" "ac7259f7aca932d914d10841fb48c5e7405a41675c22163ab799b9cee9283e7c"` Sep 14 13:35:52.677 INFO kablam! usermod: no changes Sep 14 13:35:52.713 INFO kablam! Checking logging v0.1.0 (file:///source) Sep 14 13:35:53.280 INFO kablam! error[E0308]: mismatched types Sep 14 13:35:53.280 INFO kablam! --> tests/basics.rs:5:29 Sep 14 13:35:53.280 INFO kablam! | Sep 14 13:35:53.280 INFO kablam! 5 | let log1 = logging::get("main".to_owned()); Sep 14 13:35:53.280 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 14 13:35:53.280 INFO kablam! | | Sep 14 13:35:53.280 INFO kablam! | expected &str, found struct `std::string::String` Sep 14 13:35:53.280 INFO kablam! | help: consider borrowing here: `&"main".to_owned()` Sep 14 13:35:53.280 INFO kablam! | Sep 14 13:35:53.280 INFO kablam! = note: expected type `&str` Sep 14 13:35:53.280 INFO kablam! found type `std::string::String` Sep 14 13:35:53.280 INFO kablam! Sep 14 13:35:53.283 INFO kablam! error[E0308]: mismatched types Sep 14 13:35:53.283 INFO kablam! --> tests/basics.rs:6:29 Sep 14 13:35:53.283 INFO kablam! | Sep 14 13:35:53.283 INFO kablam! 6 | let log2 = logging::get("main.logger".to_owned()); Sep 14 13:35:53.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 13:35:53.283 INFO kablam! | | Sep 14 13:35:53.283 INFO kablam! | expected &str, found struct `std::string::String` Sep 14 13:35:53.283 INFO kablam! | help: consider borrowing here: `&"main.logger".to_owned()` Sep 14 13:35:53.283 INFO kablam! | Sep 14 13:35:53.283 INFO kablam! = note: expected type `&str` Sep 14 13:35:53.283 INFO kablam! found type `std::string::String` Sep 14 13:35:53.283 INFO kablam! Sep 14 13:35:53.299 INFO kablam! error[E0308]: mismatched types Sep 14 13:35:53.299 INFO kablam! --> tests/basics.rs:17:28 Sep 14 13:35:53.299 INFO kablam! | Sep 14 13:35:53.299 INFO kablam! 17 | let log = logging::get("main.console".to_owned()); Sep 14 13:35:53.299 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 13:35:53.299 INFO kablam! | | Sep 14 13:35:53.299 INFO kablam! | expected &str, found struct `std::string::String` Sep 14 13:35:53.299 INFO kablam! | help: consider borrowing here: `&"main.console".to_owned()` Sep 14 13:35:53.299 INFO kablam! | Sep 14 13:35:53.299 INFO kablam! = note: expected type `&str` Sep 14 13:35:53.299 INFO kablam! found type `std::string::String` Sep 14 13:35:53.299 INFO kablam! Sep 14 13:35:53.299 INFO kablam! error[E0308]: mismatched types Sep 14 13:35:53.299 INFO kablam! --> tests/basics.rs:20:14 Sep 14 13:35:53.299 INFO kablam! | Sep 14 13:35:53.299 INFO kablam! 20 | log.info("yes mam".to_owned()); Sep 14 13:35:53.299 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 14 13:35:53.299 INFO kablam! | | Sep 14 13:35:53.299 INFO kablam! | expected &str, found struct `std::string::String` Sep 14 13:35:53.299 INFO kablam! | help: consider borrowing here: `&"yes mam".to_owned()` Sep 14 13:35:53.299 INFO kablam! | Sep 14 13:35:53.299 INFO kablam! = note: expected type `&str` Sep 14 13:35:53.299 INFO kablam! found type `std::string::String` Sep 14 13:35:53.299 INFO kablam! Sep 14 13:35:53.299 INFO kablam! error[E0308]: mismatched types Sep 14 13:35:53.299 INFO kablam! --> tests/basics.rs:26:28 Sep 14 13:35:53.299 INFO kablam! | Sep 14 13:35:53.299 INFO kablam! 26 | let log = logging::get("main".to_owned()); Sep 14 13:35:53.299 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 14 13:35:53.299 INFO kablam! | | Sep 14 13:35:53.299 INFO kablam! | expected &str, found struct `std::string::String` Sep 14 13:35:53.299 INFO kablam! | help: consider borrowing here: `&"main".to_owned()` Sep 14 13:35:53.299 INFO kablam! | Sep 14 13:35:53.299 INFO kablam! = note: expected type `&str` Sep 14 13:35:53.300 INFO kablam! found type `std::string::String` Sep 14 13:35:53.300 INFO kablam! Sep 14 13:35:53.307 INFO kablam! error[E0308]: mismatched types Sep 14 13:35:53.307 INFO kablam! --> tests/basics.rs:28:14 Sep 14 13:35:53.307 INFO kablam! | Sep 14 13:35:53.307 INFO kablam! 28 | log.info("start".to_owned()); Sep 14 13:35:53.307 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 14 13:35:53.307 INFO kablam! | | Sep 14 13:35:53.307 INFO kablam! | expected &str, found struct `std::string::String` Sep 14 13:35:53.307 INFO kablam! | help: consider borrowing here: `&"start".to_owned()` Sep 14 13:35:53.307 INFO kablam! | Sep 14 13:35:53.307 INFO kablam! = note: expected type `&str` Sep 14 13:35:53.307 INFO kablam! found type `std::string::String` Sep 14 13:35:53.307 INFO kablam! Sep 14 13:35:53.307 INFO kablam! error[E0308]: mismatched types Sep 14 13:35:53.307 INFO kablam! --> tests/basics.rs:34:23 Sep 14 13:35:53.307 INFO kablam! | Sep 14 13:35:53.307 INFO kablam! 34 | log.debug(format!("count: {}", i)); Sep 14 13:35:53.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 13:35:53.308 INFO kablam! | | Sep 14 13:35:53.308 INFO kablam! | expected &str, found struct `std::string::String` Sep 14 13:35:53.308 INFO kablam! | help: consider borrowing here: `&format!("count: {}", i)` Sep 14 13:35:53.308 INFO kablam! | Sep 14 13:35:53.308 INFO kablam! = note: expected type `&str` Sep 14 13:35:53.308 INFO kablam! found type `std::string::String` Sep 14 13:35:53.308 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 14 13:35:53.308 INFO kablam! Sep 14 13:35:53.308 INFO kablam! error[E0308]: mismatched types Sep 14 13:35:53.308 INFO kablam! --> tests/basics.rs:38:14 Sep 14 13:35:53.308 INFO kablam! | Sep 14 13:35:53.308 INFO kablam! 38 | log.info("end".to_owned()); Sep 14 13:35:53.308 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 14 13:35:53.308 INFO kablam! | | Sep 14 13:35:53.308 INFO kablam! | expected &str, found struct `std::string::String` Sep 14 13:35:53.308 INFO kablam! | help: consider borrowing here: `&"end".to_owned()` Sep 14 13:35:53.308 INFO kablam! | Sep 14 13:35:53.308 INFO kablam! = note: expected type `&str` Sep 14 13:35:53.308 INFO kablam! found type `std::string::String` Sep 14 13:35:53.308 INFO kablam! Sep 14 13:35:53.315 INFO kablam! error: aborting due to 8 previous errors Sep 14 13:35:53.315 INFO kablam! Sep 14 13:35:53.315 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 14 13:35:53.321 INFO kablam! error: Could not compile `logging`. Sep 14 13:35:53.321 INFO kablam! Sep 14 13:35:53.321 INFO kablam! To learn more, run the command again with --verbose. Sep 14 13:35:53.322 INFO kablam! su: No module specific data is present Sep 14 13:35:53.999 INFO running `"docker" "rm" "-f" "ac7259f7aca932d914d10841fb48c5e7405a41675c22163ab799b9cee9283e7c"` Sep 14 13:35:54.093 INFO blam! ac7259f7aca932d914d10841fb48c5e7405a41675c22163ab799b9cee9283e7c