Sep 02 09:08:28.023 INFO checking lettre-0.8.2 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 09:08:28.023 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 09:08:28.023 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-1/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 09:08:28.218 INFO blam! c3f4c3c4cef9ff3ab61b84d6a0b7714ea944f3b4ae9be68c12e20a42fa2d1be3 Sep 02 09:08:28.220 INFO running `"docker" "start" "-a" "c3f4c3c4cef9ff3ab61b84d6a0b7714ea944f3b4ae9be68c12e20a42fa2d1be3"` Sep 02 09:08:29.101 INFO kablam! Checking lettre v0.8.2 (file:///source) Sep 02 09:08:45.572 INFO kablam! error[E0308]: mismatched types Sep 02 09:08:45.572 INFO kablam! --> benches/transport_smtp.rs:17:13 Sep 02 09:08:45.572 INFO kablam! | Sep 02 09:08:45.572 INFO kablam! 17 | EmailAddress::new("user@localhost".to_string()), Sep 02 09:08:45.572 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::string::String`, found enum `std::result::Result` Sep 02 09:08:45.572 INFO kablam! | Sep 02 09:08:45.572 INFO kablam! = note: expected type `std::string::String` Sep 02 09:08:45.572 INFO kablam! found type `std::result::Result` Sep 02 09:08:45.572 INFO kablam! Sep 02 09:08:45.677 INFO kablam! error[E0308]: mismatched types Sep 02 09:08:45.677 INFO kablam! --> benches/transport_smtp.rs:18:13 Sep 02 09:08:45.677 INFO kablam! | Sep 02 09:08:45.677 INFO kablam! 18 | vec![EmailAddress::new("root@localhost".to_string())], Sep 02 09:08:45.677 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found struct `std::vec::Vec` Sep 02 09:08:45.677 INFO kablam! | Sep 02 09:08:45.677 INFO kablam! = note: expected type `&[std::string::String]` Sep 02 09:08:45.677 INFO kablam! found type `std::vec::Vec>` Sep 02 09:08:45.677 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 02 09:08:45.677 INFO kablam! Sep 02 09:08:45.678 INFO kablam! error[E0277]: the trait bound `std::result::Result: lettre::SendableEmail<'_, _>` is not satisfied Sep 02 09:08:45.678 INFO kablam! --> benches/transport_smtp.rs:22:29 Sep 02 09:08:45.678 INFO kablam! | Sep 02 09:08:45.678 INFO kablam! 22 | let result = sender.send(&email); Sep 02 09:08:45.678 INFO kablam! | ^^^^ the trait `lettre::SendableEmail<'_, _>` is not implemented for `std::result::Result` Sep 02 09:08:45.678 INFO kablam! Sep 02 09:08:45.766 INFO kablam! error[E0308]: mismatched types Sep 02 09:08:45.766 INFO kablam! --> benches/transport_smtp.rs:35:13 Sep 02 09:08:45.766 INFO kablam! | Sep 02 09:08:45.766 INFO kablam! 35 | EmailAddress::new("user@localhost".to_string()), Sep 02 09:08:45.766 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::string::String`, found enum `std::result::Result` Sep 02 09:08:45.766 INFO kablam! | Sep 02 09:08:45.766 INFO kablam! = note: expected type `std::string::String` Sep 02 09:08:45.766 INFO kablam! found type `std::result::Result` Sep 02 09:08:45.766 INFO kablam! Sep 02 09:08:45.846 INFO kablam! error[E0308]: mismatched types Sep 02 09:08:45.846 INFO kablam! --> benches/transport_smtp.rs:36:13 Sep 02 09:08:45.846 INFO kablam! | Sep 02 09:08:45.846 INFO kablam! 36 | vec![EmailAddress::new("root@localhost".to_string())], Sep 02 09:08:45.846 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found struct `std::vec::Vec` Sep 02 09:08:45.847 INFO kablam! | Sep 02 09:08:45.847 INFO kablam! = note: expected type `&[std::string::String]` Sep 02 09:08:45.847 INFO kablam! found type `std::vec::Vec>` Sep 02 09:08:45.847 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 02 09:08:45.847 INFO kablam! Sep 02 09:08:45.847 INFO kablam! error[E0277]: the trait bound `std::result::Result: lettre::SendableEmail<'_, _>` is not satisfied Sep 02 09:08:45.847 INFO kablam! --> benches/transport_smtp.rs:40:29 Sep 02 09:08:45.847 INFO kablam! | Sep 02 09:08:45.847 INFO kablam! 40 | let result = sender.send(&email); Sep 02 09:08:45.847 INFO kablam! | ^^^^ the trait `lettre::SendableEmail<'_, _>` is not implemented for `std::result::Result` Sep 02 09:08:45.847 INFO kablam! Sep 02 09:08:45.852 INFO kablam! error: aborting due to 6 previous errors Sep 02 09:08:45.852 INFO kablam! Sep 02 09:08:45.852 INFO kablam! Some errors occurred: E0277, E0308. Sep 02 09:08:45.852 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 02 09:08:45.866 INFO kablam! error: Could not compile `lettre`. Sep 02 09:08:45.867 INFO kablam! Sep 02 09:08:45.867 INFO kablam! To learn more, run the command again with --verbose. Sep 02 09:08:45.868 INFO kablam! su: No module specific data is present Sep 02 09:08:46.283 INFO running `"docker" "rm" "-f" "c3f4c3c4cef9ff3ab61b84d6a0b7714ea944f3b4ae9be68c12e20a42fa2d1be3"` Sep 02 09:08:46.369 INFO blam! c3f4c3c4cef9ff3ab61b84d6a0b7714ea944f3b4ae9be68c12e20a42fa2d1be3