Sep 21 07:50:54.789 INFO checking lettre-0.8.2 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 07:50:54.789 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 07:50:54.789 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-5/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:50:54.980 INFO blam! a9b012cc20f368c026544a821324bb722c60d1e0e28c3cf66dce7ecce816140e Sep 21 07:50:54.982 INFO running `"docker" "start" "-a" "a9b012cc20f368c026544a821324bb722c60d1e0e28c3cf66dce7ecce816140e"` Sep 21 07:50:55.883 INFO kablam! usermod: no changes Sep 21 07:50:56.063 INFO kablam! Checking lettre v0.8.2 (/source) Sep 21 07:51:04.292 INFO kablam! error[E0308]: mismatched types Sep 21 07:51:04.292 INFO kablam! --> benches/transport_smtp.rs:17:13 Sep 21 07:51:04.292 INFO kablam! | Sep 21 07:51:04.292 INFO kablam! 17 | EmailAddress::new("user@localhost".to_string()), Sep 21 07:51:04.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::string::String`, found enum `std::result::Result` Sep 21 07:51:04.292 INFO kablam! | Sep 21 07:51:04.292 INFO kablam! = note: expected type `std::string::String` Sep 21 07:51:04.292 INFO kablam! found type `std::result::Result` Sep 21 07:51:04.292 INFO kablam! Sep 21 07:51:04.354 INFO kablam! error[E0308]: mismatched types Sep 21 07:51:04.354 INFO kablam! --> benches/transport_smtp.rs:18:13 Sep 21 07:51:04.354 INFO kablam! | Sep 21 07:51:04.354 INFO kablam! 18 | vec![EmailAddress::new("root@localhost".to_string())], Sep 21 07:51:04.354 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found struct `std::vec::Vec` Sep 21 07:51:04.354 INFO kablam! | Sep 21 07:51:04.354 INFO kablam! = note: expected type `&[std::string::String]` Sep 21 07:51:04.354 INFO kablam! found type `std::vec::Vec>` Sep 21 07:51:04.354 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:51:04.354 INFO kablam! Sep 21 07:51:04.354 INFO kablam! error[E0277]: the trait bound `std::result::Result: lettre::SendableEmail<'_, _>` is not satisfied Sep 21 07:51:04.354 INFO kablam! --> benches/transport_smtp.rs:22:29 Sep 21 07:51:04.354 INFO kablam! | Sep 21 07:51:04.354 INFO kablam! 22 | let result = sender.send(&email); Sep 21 07:51:04.354 INFO kablam! | ^^^^ the trait `lettre::SendableEmail<'_, _>` is not implemented for `std::result::Result` Sep 21 07:51:04.354 INFO kablam! Sep 21 07:51:04.417 INFO kablam! error[E0308]: mismatched types Sep 21 07:51:04.417 INFO kablam! --> benches/transport_smtp.rs:35:13 Sep 21 07:51:04.417 INFO kablam! | Sep 21 07:51:04.417 INFO kablam! 35 | EmailAddress::new("user@localhost".to_string()), Sep 21 07:51:04.417 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::string::String`, found enum `std::result::Result` Sep 21 07:51:04.417 INFO kablam! | Sep 21 07:51:04.417 INFO kablam! = note: expected type `std::string::String` Sep 21 07:51:04.417 INFO kablam! found type `std::result::Result` Sep 21 07:51:04.417 INFO kablam! Sep 21 07:51:04.472 INFO kablam! error[E0308]: mismatched types Sep 21 07:51:04.472 INFO kablam! --> benches/transport_smtp.rs:36:13 Sep 21 07:51:04.472 INFO kablam! | Sep 21 07:51:04.472 INFO kablam! 36 | vec![EmailAddress::new("root@localhost".to_string())], Sep 21 07:51:04.472 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found struct `std::vec::Vec` Sep 21 07:51:04.472 INFO kablam! | Sep 21 07:51:04.472 INFO kablam! = note: expected type `&[std::string::String]` Sep 21 07:51:04.472 INFO kablam! found type `std::vec::Vec>` Sep 21 07:51:04.472 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:51:04.472 INFO kablam! Sep 21 07:51:04.472 INFO kablam! error[E0277]: the trait bound `std::result::Result: lettre::SendableEmail<'_, _>` is not satisfied Sep 21 07:51:04.472 INFO kablam! --> benches/transport_smtp.rs:40:29 Sep 21 07:51:04.472 INFO kablam! | Sep 21 07:51:04.472 INFO kablam! 40 | let result = sender.send(&email); Sep 21 07:51:04.472 INFO kablam! | ^^^^ the trait `lettre::SendableEmail<'_, _>` is not implemented for `std::result::Result` Sep 21 07:51:04.472 INFO kablam! Sep 21 07:51:04.479 INFO kablam! error: aborting due to 6 previous errors Sep 21 07:51:04.479 INFO kablam! Sep 21 07:51:04.479 INFO kablam! Some errors occurred: E0277, E0308. Sep 21 07:51:04.479 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 21 07:51:04.495 INFO kablam! error: Could not compile `lettre`. Sep 21 07:51:04.495 INFO kablam! Sep 21 07:51:04.495 INFO kablam! To learn more, run the command again with --verbose. Sep 21 07:51:04.495 INFO kablam! su: No module specific data is present Sep 21 07:51:05.217 INFO running `"docker" "rm" "-f" "a9b012cc20f368c026544a821324bb722c60d1e0e28c3cf66dce7ecce816140e"` Sep 21 07:51:05.319 INFO blam! a9b012cc20f368c026544a821324bb722c60d1e0e28c3cf66dce7ecce816140e