Sep 20 00:59:35.846 INFO checking lettre-0.8.2 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 20 00:59:35.846 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 20 00:59:35.846 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-0/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 00:59:36.269 INFO blam! b259fe7a32b518d34da874eb4dac5674c2460934f5a236e5620510db9c30b8a6 Sep 20 00:59:36.271 INFO running `"docker" "start" "-a" "b259fe7a32b518d34da874eb4dac5674c2460934f5a236e5620510db9c30b8a6"` Sep 20 00:59:36.923 INFO kablam! usermod: no changes Sep 20 00:59:37.107 INFO kablam! Checking md-5 v0.7.0 Sep 20 00:59:37.293 INFO kablam! Checking lettre v0.8.2 (/source) Sep 20 00:59:46.310 INFO kablam! error[E0308]: mismatched types Sep 20 00:59:46.310 INFO kablam! --> benches/transport_smtp.rs:17:13 Sep 20 00:59:46.310 INFO kablam! | Sep 20 00:59:46.310 INFO kablam! 17 | EmailAddress::new("user@localhost".to_string()), Sep 20 00:59:46.310 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::string::String`, found enum `std::result::Result` Sep 20 00:59:46.310 INFO kablam! | Sep 20 00:59:46.310 INFO kablam! = note: expected type `std::string::String` Sep 20 00:59:46.310 INFO kablam! found type `std::result::Result` Sep 20 00:59:46.310 INFO kablam! Sep 20 00:59:46.398 INFO kablam! error[E0308]: mismatched types Sep 20 00:59:46.398 INFO kablam! --> benches/transport_smtp.rs:18:13 Sep 20 00:59:46.398 INFO kablam! | Sep 20 00:59:46.398 INFO kablam! 18 | vec![EmailAddress::new("root@localhost".to_string())], Sep 20 00:59:46.398 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found struct `std::vec::Vec` Sep 20 00:59:46.398 INFO kablam! | Sep 20 00:59:46.398 INFO kablam! = note: expected type `&[std::string::String]` Sep 20 00:59:46.398 INFO kablam! found type `std::vec::Vec>` Sep 20 00:59:46.398 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 20 00:59:46.398 INFO kablam! Sep 20 00:59:46.398 INFO kablam! error[E0277]: the trait bound `std::result::Result: lettre::SendableEmail<'_, _>` is not satisfied Sep 20 00:59:46.398 INFO kablam! --> benches/transport_smtp.rs:22:29 Sep 20 00:59:46.398 INFO kablam! | Sep 20 00:59:46.398 INFO kablam! 22 | let result = sender.send(&email); Sep 20 00:59:46.398 INFO kablam! | ^^^^ the trait `lettre::SendableEmail<'_, _>` is not implemented for `std::result::Result` Sep 20 00:59:46.398 INFO kablam! Sep 20 00:59:46.457 INFO kablam! error[E0308]: mismatched types Sep 20 00:59:46.457 INFO kablam! --> benches/transport_smtp.rs:35:13 Sep 20 00:59:46.457 INFO kablam! | Sep 20 00:59:46.457 INFO kablam! 35 | EmailAddress::new("user@localhost".to_string()), Sep 20 00:59:46.457 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::string::String`, found enum `std::result::Result` Sep 20 00:59:46.457 INFO kablam! | Sep 20 00:59:46.457 INFO kablam! = note: expected type `std::string::String` Sep 20 00:59:46.457 INFO kablam! found type `std::result::Result` Sep 20 00:59:46.457 INFO kablam! Sep 20 00:59:46.511 INFO kablam! error[E0308]: mismatched types Sep 20 00:59:46.511 INFO kablam! --> benches/transport_smtp.rs:36:13 Sep 20 00:59:46.511 INFO kablam! | Sep 20 00:59:46.511 INFO kablam! 36 | vec![EmailAddress::new("root@localhost".to_string())], Sep 20 00:59:46.511 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found struct `std::vec::Vec` Sep 20 00:59:46.511 INFO kablam! | Sep 20 00:59:46.511 INFO kablam! = note: expected type `&[std::string::String]` Sep 20 00:59:46.511 INFO kablam! found type `std::vec::Vec>` Sep 20 00:59:46.511 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 20 00:59:46.511 INFO kablam! Sep 20 00:59:46.514 INFO kablam! error[E0277]: the trait bound `std::result::Result: lettre::SendableEmail<'_, _>` is not satisfied Sep 20 00:59:46.514 INFO kablam! --> benches/transport_smtp.rs:40:29 Sep 20 00:59:46.514 INFO kablam! | Sep 20 00:59:46.514 INFO kablam! 40 | let result = sender.send(&email); Sep 20 00:59:46.514 INFO kablam! | ^^^^ the trait `lettre::SendableEmail<'_, _>` is not implemented for `std::result::Result` Sep 20 00:59:46.514 INFO kablam! Sep 20 00:59:46.522 INFO kablam! error: aborting due to 6 previous errors Sep 20 00:59:46.522 INFO kablam! Sep 20 00:59:46.522 INFO kablam! Some errors occurred: E0277, E0308. Sep 20 00:59:46.522 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 20 00:59:46.536 INFO kablam! error: Could not compile `lettre`. Sep 20 00:59:46.536 INFO kablam! Sep 20 00:59:46.536 INFO kablam! To learn more, run the command again with --verbose. Sep 20 00:59:46.544 INFO kablam! su: No module specific data is present Sep 20 00:59:47.506 INFO running `"docker" "rm" "-f" "b259fe7a32b518d34da874eb4dac5674c2460934f5a236e5620510db9c30b8a6"` Sep 20 00:59:47.610 INFO blam! b259fe7a32b518d34da874eb4dac5674c2460934f5a236e5620510db9c30b8a6