Sep 19 23:09:45.725 INFO checking lettre-0.8.2 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 23:09:45.725 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 23:09:45.725 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-5/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 23:09:46.078 INFO blam! 7a4824cf5b817088f50c93bad07c3a681eadd4adc01bf8ce0a93e6fd345f49ba Sep 19 23:09:46.083 INFO running `"docker" "start" "-a" "7a4824cf5b817088f50c93bad07c3a681eadd4adc01bf8ce0a93e6fd345f49ba"` Sep 19 23:09:46.887 INFO kablam! usermod: no changes Sep 19 23:09:47.098 INFO kablam! Checking md-5 v0.7.0 Sep 19 23:09:47.511 INFO kablam! Checking lettre v0.8.2 (/source) Sep 19 23:09:54.214 INFO kablam! error[E0308]: mismatched types Sep 19 23:09:54.215 INFO kablam! --> benches/transport_smtp.rs:17:13 Sep 19 23:09:54.215 INFO kablam! | Sep 19 23:09:54.215 INFO kablam! 17 | EmailAddress::new("user@localhost".to_string()), Sep 19 23:09:54.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::string::String`, found enum `std::result::Result` Sep 19 23:09:54.215 INFO kablam! | Sep 19 23:09:54.215 INFO kablam! = note: expected type `std::string::String` Sep 19 23:09:54.215 INFO kablam! found type `std::result::Result` Sep 19 23:09:54.215 INFO kablam! Sep 19 23:09:54.291 INFO kablam! error[E0308]: mismatched types Sep 19 23:09:54.291 INFO kablam! --> benches/transport_smtp.rs:18:13 Sep 19 23:09:54.291 INFO kablam! | Sep 19 23:09:54.291 INFO kablam! 18 | vec![EmailAddress::new("root@localhost".to_string())], Sep 19 23:09:54.291 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found struct `std::vec::Vec` Sep 19 23:09:54.291 INFO kablam! | Sep 19 23:09:54.291 INFO kablam! = note: expected type `&[std::string::String]` Sep 19 23:09:54.291 INFO kablam! found type `std::vec::Vec>` Sep 19 23:09:54.291 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 19 23:09:54.291 INFO kablam! Sep 19 23:09:54.291 INFO kablam! error[E0277]: the trait bound `std::result::Result: lettre::SendableEmail<'_, _>` is not satisfied Sep 19 23:09:54.291 INFO kablam! --> benches/transport_smtp.rs:22:29 Sep 19 23:09:54.291 INFO kablam! | Sep 19 23:09:54.291 INFO kablam! 22 | let result = sender.send(&email); Sep 19 23:09:54.291 INFO kablam! | ^^^^ the trait `lettre::SendableEmail<'_, _>` is not implemented for `std::result::Result` Sep 19 23:09:54.291 INFO kablam! Sep 19 23:09:54.361 INFO kablam! error[E0308]: mismatched types Sep 19 23:09:54.361 INFO kablam! --> benches/transport_smtp.rs:35:13 Sep 19 23:09:54.361 INFO kablam! | Sep 19 23:09:54.361 INFO kablam! 35 | EmailAddress::new("user@localhost".to_string()), Sep 19 23:09:54.361 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::string::String`, found enum `std::result::Result` Sep 19 23:09:54.361 INFO kablam! | Sep 19 23:09:54.361 INFO kablam! = note: expected type `std::string::String` Sep 19 23:09:54.361 INFO kablam! found type `std::result::Result` Sep 19 23:09:54.362 INFO kablam! Sep 19 23:09:54.431 INFO kablam! error[E0308]: mismatched types Sep 19 23:09:54.431 INFO kablam! --> benches/transport_smtp.rs:36:13 Sep 19 23:09:54.431 INFO kablam! | Sep 19 23:09:54.431 INFO kablam! 36 | vec![EmailAddress::new("root@localhost".to_string())], Sep 19 23:09:54.431 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found struct `std::vec::Vec` Sep 19 23:09:54.431 INFO kablam! | Sep 19 23:09:54.431 INFO kablam! = note: expected type `&[std::string::String]` Sep 19 23:09:54.431 INFO kablam! found type `std::vec::Vec>` Sep 19 23:09:54.431 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 19 23:09:54.431 INFO kablam! Sep 19 23:09:54.431 INFO kablam! error[E0277]: the trait bound `std::result::Result: lettre::SendableEmail<'_, _>` is not satisfied Sep 19 23:09:54.431 INFO kablam! --> benches/transport_smtp.rs:40:29 Sep 19 23:09:54.431 INFO kablam! | Sep 19 23:09:54.431 INFO kablam! 40 | let result = sender.send(&email); Sep 19 23:09:54.431 INFO kablam! | ^^^^ the trait `lettre::SendableEmail<'_, _>` is not implemented for `std::result::Result` Sep 19 23:09:54.431 INFO kablam! Sep 19 23:09:54.447 INFO kablam! error: aborting due to 6 previous errors Sep 19 23:09:54.447 INFO kablam! Sep 19 23:09:54.447 INFO kablam! Some errors occurred: E0277, E0308. Sep 19 23:09:54.447 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 19 23:09:54.458 INFO kablam! error: Could not compile `lettre`. Sep 19 23:09:54.459 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 23:09:54.719 INFO kablam! error: build failed Sep 19 23:09:54.722 INFO kablam! su: No module specific data is present Sep 19 23:09:55.412 INFO running `"docker" "rm" "-f" "7a4824cf5b817088f50c93bad07c3a681eadd4adc01bf8ce0a93e6fd345f49ba"` Sep 19 23:09:55.522 INFO blam! 7a4824cf5b817088f50c93bad07c3a681eadd4adc01bf8ce0a93e6fd345f49ba