Sep 17 22:09:57.463 INFO checking lettre-0.8.2 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 22:09:57.463 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 22:09:57.463 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-6/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 22:09:57.898 INFO blam! 5c9877a4f29fbc284857b4e97f42a733b4af834132abf90d62a724a1a7dc5977 Sep 17 22:09:57.900 INFO running `"docker" "start" "-a" "5c9877a4f29fbc284857b4e97f42a733b4af834132abf90d62a724a1a7dc5977"` Sep 17 22:09:59.599 INFO kablam! usermod: no changes Sep 17 22:09:59.814 INFO kablam! Checking md-5 v0.7.0 Sep 17 22:10:00.182 INFO kablam! Checking lettre v0.8.2 (/source) Sep 17 22:10:08.678 INFO kablam! error[E0308]: mismatched types Sep 17 22:10:08.678 INFO kablam! --> benches/transport_smtp.rs:17:13 Sep 17 22:10:08.678 INFO kablam! | Sep 17 22:10:08.678 INFO kablam! 17 | EmailAddress::new("user@localhost".to_string()), Sep 17 22:10:08.678 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::string::String`, found enum `std::result::Result` Sep 17 22:10:08.678 INFO kablam! | Sep 17 22:10:08.678 INFO kablam! = note: expected type `std::string::String` Sep 17 22:10:08.678 INFO kablam! found type `std::result::Result` Sep 17 22:10:08.678 INFO kablam! Sep 17 22:10:08.866 INFO kablam! error[E0308]: mismatched types Sep 17 22:10:08.867 INFO kablam! --> benches/transport_smtp.rs:18:13 Sep 17 22:10:08.867 INFO kablam! | Sep 17 22:10:08.870 INFO kablam! 18 | vec![EmailAddress::new("root@localhost".to_string())], Sep 17 22:10:08.871 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found struct `std::vec::Vec` Sep 17 22:10:08.871 INFO kablam! | Sep 17 22:10:08.871 INFO kablam! = note: expected type `&[std::string::String]` Sep 17 22:10:08.871 INFO kablam! found type `std::vec::Vec>` Sep 17 22:10:08.871 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 17 22:10:08.871 INFO kablam! Sep 17 22:10:08.871 INFO kablam! error[E0277]: the trait bound `std::result::Result: lettre::SendableEmail<'_, _>` is not satisfied Sep 17 22:10:08.871 INFO kablam! --> benches/transport_smtp.rs:22:29 Sep 17 22:10:08.871 INFO kablam! | Sep 17 22:10:08.871 INFO kablam! 22 | let result = sender.send(&email); Sep 17 22:10:08.871 INFO kablam! | ^^^^ the trait `lettre::SendableEmail<'_, _>` is not implemented for `std::result::Result` Sep 17 22:10:08.871 INFO kablam! Sep 17 22:10:09.014 INFO kablam! error[E0308]: mismatched types Sep 17 22:10:09.015 INFO kablam! --> benches/transport_smtp.rs:35:13 Sep 17 22:10:09.015 INFO kablam! | Sep 17 22:10:09.015 INFO kablam! 35 | EmailAddress::new("user@localhost".to_string()), Sep 17 22:10:09.015 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::string::String`, found enum `std::result::Result` Sep 17 22:10:09.015 INFO kablam! | Sep 17 22:10:09.015 INFO kablam! = note: expected type `std::string::String` Sep 17 22:10:09.015 INFO kablam! found type `std::result::Result` Sep 17 22:10:09.015 INFO kablam! Sep 17 22:10:09.250 INFO kablam! error[E0308]: mismatched types Sep 17 22:10:09.251 INFO kablam! --> benches/transport_smtp.rs:36:13 Sep 17 22:10:09.251 INFO kablam! | Sep 17 22:10:09.251 INFO kablam! 36 | vec![EmailAddress::new("root@localhost".to_string())], Sep 17 22:10:09.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found struct `std::vec::Vec` Sep 17 22:10:09.251 INFO kablam! | Sep 17 22:10:09.251 INFO kablam! = note: expected type `&[std::string::String]` Sep 17 22:10:09.251 INFO kablam! found type `std::vec::Vec>` Sep 17 22:10:09.251 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 17 22:10:09.251 INFO kablam! Sep 17 22:10:09.251 INFO kablam! error[E0277]: the trait bound `std::result::Result: lettre::SendableEmail<'_, _>` is not satisfied Sep 17 22:10:09.251 INFO kablam! --> benches/transport_smtp.rs:40:29 Sep 17 22:10:09.251 INFO kablam! | Sep 17 22:10:09.251 INFO kablam! 40 | let result = sender.send(&email); Sep 17 22:10:09.251 INFO kablam! | ^^^^ the trait `lettre::SendableEmail<'_, _>` is not implemented for `std::result::Result` Sep 17 22:10:09.251 INFO kablam! Sep 17 22:10:09.327 INFO kablam! error: aborting due to 6 previous errors Sep 17 22:10:09.327 INFO kablam! Sep 17 22:10:09.327 INFO kablam! Some errors occurred: E0277, E0308. Sep 17 22:10:09.327 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 17 22:10:09.366 INFO kablam! error: Could not compile `lettre`. Sep 17 22:10:09.367 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 22:10:09.966 INFO kablam! error: build failed Sep 17 22:10:09.967 INFO kablam! su: No module specific data is present Sep 17 22:10:10.948 INFO running `"docker" "rm" "-f" "5c9877a4f29fbc284857b4e97f42a733b4af834132abf90d62a724a1a7dc5977"` Sep 17 22:10:11.191 INFO blam! 5c9877a4f29fbc284857b4e97f42a733b4af834132abf90d62a724a1a7dc5977