Sep 10 15:12:03.977 INFO checking logging-0.1.0 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 15:12:03.977 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 15:12:03.977 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-6/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 15:12:04.188 INFO blam! f370a395949a12dbee1b645c666b95b65a137da376494e152e929c5815026ea0 Sep 10 15:12:04.190 INFO running `"docker" "start" "-a" "f370a395949a12dbee1b645c666b95b65a137da376494e152e929c5815026ea0"` Sep 10 15:12:05.283 INFO kablam! usermod: no changes Sep 10 15:12:05.336 INFO kablam! Checking logging v0.1.0 (file:///source) Sep 10 15:12:06.114 INFO kablam! error[E0308]: mismatched types Sep 10 15:12:06.114 INFO kablam! --> tests/basics.rs:5:29 Sep 10 15:12:06.114 INFO kablam! | Sep 10 15:12:06.114 INFO kablam! 5 | let log1 = logging::get("main".to_owned()); Sep 10 15:12:06.114 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 10 15:12:06.114 INFO kablam! | | Sep 10 15:12:06.114 INFO kablam! | expected &str, found struct `std::string::String` Sep 10 15:12:06.114 INFO kablam! | help: consider borrowing here: `&"main".to_owned()` Sep 10 15:12:06.114 INFO kablam! | Sep 10 15:12:06.114 INFO kablam! = note: expected type `&str` Sep 10 15:12:06.114 INFO kablam! found type `std::string::String` Sep 10 15:12:06.114 INFO kablam! Sep 10 15:12:06.114 INFO kablam! error[E0308]: mismatched types Sep 10 15:12:06.114 INFO kablam! --> tests/basics.rs:6:29 Sep 10 15:12:06.114 INFO kablam! | Sep 10 15:12:06.114 INFO kablam! 6 | let log2 = logging::get("main.logger".to_owned()); Sep 10 15:12:06.115 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 15:12:06.115 INFO kablam! | | Sep 10 15:12:06.115 INFO kablam! | expected &str, found struct `std::string::String` Sep 10 15:12:06.115 INFO kablam! | help: consider borrowing here: `&"main.logger".to_owned()` Sep 10 15:12:06.115 INFO kablam! | Sep 10 15:12:06.115 INFO kablam! = note: expected type `&str` Sep 10 15:12:06.115 INFO kablam! found type `std::string::String` Sep 10 15:12:06.115 INFO kablam! Sep 10 15:12:06.147 INFO kablam! error[E0308]: mismatched types Sep 10 15:12:06.147 INFO kablam! --> tests/basics.rs:17:28 Sep 10 15:12:06.147 INFO kablam! | Sep 10 15:12:06.147 INFO kablam! 17 | let log = logging::get("main.console".to_owned()); Sep 10 15:12:06.148 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 15:12:06.148 INFO kablam! | | Sep 10 15:12:06.148 INFO kablam! | expected &str, found struct `std::string::String` Sep 10 15:12:06.148 INFO kablam! | help: consider borrowing here: `&"main.console".to_owned()` Sep 10 15:12:06.148 INFO kablam! | Sep 10 15:12:06.148 INFO kablam! = note: expected type `&str` Sep 10 15:12:06.148 INFO kablam! found type `std::string::String` Sep 10 15:12:06.148 INFO kablam! Sep 10 15:12:06.148 INFO kablam! error[E0308]: mismatched types Sep 10 15:12:06.148 INFO kablam! --> tests/basics.rs:20:14 Sep 10 15:12:06.148 INFO kablam! | Sep 10 15:12:06.148 INFO kablam! 20 | log.info("yes mam".to_owned()); Sep 10 15:12:06.148 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 10 15:12:06.148 INFO kablam! | | Sep 10 15:12:06.148 INFO kablam! | expected &str, found struct `std::string::String` Sep 10 15:12:06.148 INFO kablam! | help: consider borrowing here: `&"yes mam".to_owned()` Sep 10 15:12:06.148 INFO kablam! | Sep 10 15:12:06.148 INFO kablam! = note: expected type `&str` Sep 10 15:12:06.148 INFO kablam! found type `std::string::String` Sep 10 15:12:06.148 INFO kablam! Sep 10 15:12:06.148 INFO kablam! error[E0308]: mismatched types Sep 10 15:12:06.148 INFO kablam! --> tests/basics.rs:26:28 Sep 10 15:12:06.148 INFO kablam! | Sep 10 15:12:06.148 INFO kablam! 26 | let log = logging::get("main".to_owned()); Sep 10 15:12:06.148 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 10 15:12:06.148 INFO kablam! | | Sep 10 15:12:06.148 INFO kablam! | expected &str, found struct `std::string::String` Sep 10 15:12:06.148 INFO kablam! | help: consider borrowing here: `&"main".to_owned()` Sep 10 15:12:06.148 INFO kablam! | Sep 10 15:12:06.148 INFO kablam! = note: expected type `&str` Sep 10 15:12:06.148 INFO kablam! found type `std::string::String` Sep 10 15:12:06.148 INFO kablam! Sep 10 15:12:06.148 INFO kablam! error[E0308]: mismatched types Sep 10 15:12:06.148 INFO kablam! --> tests/basics.rs:28:14 Sep 10 15:12:06.148 INFO kablam! | Sep 10 15:12:06.148 INFO kablam! 28 | log.info("start".to_owned()); Sep 10 15:12:06.148 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 10 15:12:06.148 INFO kablam! | | Sep 10 15:12:06.148 INFO kablam! | expected &str, found struct `std::string::String` Sep 10 15:12:06.148 INFO kablam! | help: consider borrowing here: `&"start".to_owned()` Sep 10 15:12:06.148 INFO kablam! | Sep 10 15:12:06.148 INFO kablam! = note: expected type `&str` Sep 10 15:12:06.148 INFO kablam! found type `std::string::String` Sep 10 15:12:06.148 INFO kablam! Sep 10 15:12:06.148 INFO kablam! error[E0308]: mismatched types Sep 10 15:12:06.148 INFO kablam! --> tests/basics.rs:34:23 Sep 10 15:12:06.148 INFO kablam! | Sep 10 15:12:06.148 INFO kablam! 34 | log.debug(format!("count: {}", i)); Sep 10 15:12:06.148 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 15:12:06.148 INFO kablam! | | Sep 10 15:12:06.148 INFO kablam! | expected &str, found struct `std::string::String` Sep 10 15:12:06.148 INFO kablam! | help: consider borrowing here: `&format!("count: {}", i)` Sep 10 15:12:06.150 INFO kablam! | Sep 10 15:12:06.150 INFO kablam! = note: expected type `&str` Sep 10 15:12:06.150 INFO kablam! found type `std::string::String` Sep 10 15:12:06.150 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 10 15:12:06.150 INFO kablam! Sep 10 15:12:06.150 INFO kablam! error[E0308]: mismatched types Sep 10 15:12:06.150 INFO kablam! --> tests/basics.rs:38:14 Sep 10 15:12:06.150 INFO kablam! | Sep 10 15:12:06.150 INFO kablam! 38 | log.info("end".to_owned()); Sep 10 15:12:06.150 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 10 15:12:06.150 INFO kablam! | | Sep 10 15:12:06.150 INFO kablam! | expected &str, found struct `std::string::String` Sep 10 15:12:06.150 INFO kablam! | help: consider borrowing here: `&"end".to_owned()` Sep 10 15:12:06.150 INFO kablam! | Sep 10 15:12:06.150 INFO kablam! = note: expected type `&str` Sep 10 15:12:06.150 INFO kablam! found type `std::string::String` Sep 10 15:12:06.150 INFO kablam! Sep 10 15:12:06.152 INFO kablam! error: aborting due to 8 previous errors Sep 10 15:12:06.152 INFO kablam! Sep 10 15:12:06.152 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 10 15:12:06.170 INFO kablam! error: Could not compile `logging`. Sep 10 15:12:06.170 INFO kablam! Sep 10 15:12:06.170 INFO kablam! To learn more, run the command again with --verbose. Sep 10 15:12:06.171 INFO kablam! su: No module specific data is present Sep 10 15:12:06.918 INFO running `"docker" "rm" "-f" "f370a395949a12dbee1b645c666b95b65a137da376494e152e929c5815026ea0"` Sep 10 15:12:07.014 INFO blam! f370a395949a12dbee1b645c666b95b65a137da376494e152e929c5815026ea0