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