Sep 04 12:31:35.704 INFO checking lettre-0.8.2 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 12:31:35.704 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 12:31:35.704 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 12:31:35.890 INFO blam! 10ca6f4e9fbba56e155d34d3b91a4d006e65ea0f5bda0fbf9068068b803a432b Sep 04 12:31:35.892 INFO running `"docker" "start" "-a" "10ca6f4e9fbba56e155d34d3b91a4d006e65ea0f5bda0fbf9068068b803a432b"` Sep 04 12:31:36.597 INFO kablam! Checking lettre v0.8.2 (file:///source) Sep 04 12:31:51.986 INFO kablam! error[E0308]: mismatched types Sep 04 12:31:51.986 INFO kablam! --> benches/transport_smtp.rs:17:13 Sep 04 12:31:51.986 INFO kablam! | Sep 04 12:31:51.986 INFO kablam! 17 | EmailAddress::new("user@localhost".to_string()), Sep 04 12:31:51.986 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::string::String`, found enum `std::result::Result` Sep 04 12:31:51.986 INFO kablam! | Sep 04 12:31:51.986 INFO kablam! = note: expected type `std::string::String` Sep 04 12:31:51.986 INFO kablam! found type `std::result::Result` Sep 04 12:31:51.986 INFO kablam! Sep 04 12:31:52.109 INFO kablam! error[E0308]: mismatched types Sep 04 12:31:52.109 INFO kablam! --> benches/transport_smtp.rs:18:13 Sep 04 12:31:52.110 INFO kablam! | Sep 04 12:31:52.110 INFO kablam! 18 | vec![EmailAddress::new("root@localhost".to_string())], Sep 04 12:31:52.110 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found struct `std::vec::Vec` Sep 04 12:31:52.110 INFO kablam! | Sep 04 12:31:52.110 INFO kablam! = note: expected type `&[std::string::String]` Sep 04 12:31:52.110 INFO kablam! found type `std::vec::Vec>` Sep 04 12:31:52.110 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 04 12:31:52.110 INFO kablam! Sep 04 12:31:52.111 INFO kablam! error[E0277]: the trait bound `std::result::Result: lettre::SendableEmail<'_, _>` is not satisfied Sep 04 12:31:52.111 INFO kablam! --> benches/transport_smtp.rs:22:29 Sep 04 12:31:52.111 INFO kablam! | Sep 04 12:31:52.111 INFO kablam! 22 | let result = sender.send(&email); Sep 04 12:31:52.111 INFO kablam! | ^^^^ the trait `lettre::SendableEmail<'_, _>` is not implemented for `std::result::Result` Sep 04 12:31:52.111 INFO kablam! Sep 04 12:31:52.171 INFO kablam! error[E0308]: mismatched types Sep 04 12:31:52.171 INFO kablam! --> benches/transport_smtp.rs:35:13 Sep 04 12:31:52.171 INFO kablam! | Sep 04 12:31:52.171 INFO kablam! 35 | EmailAddress::new("user@localhost".to_string()), Sep 04 12:31:52.171 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::string::String`, found enum `std::result::Result` Sep 04 12:31:52.171 INFO kablam! | Sep 04 12:31:52.171 INFO kablam! = note: expected type `std::string::String` Sep 04 12:31:52.171 INFO kablam! found type `std::result::Result` Sep 04 12:31:52.171 INFO kablam! Sep 04 12:31:52.234 INFO kablam! error[E0308]: mismatched types Sep 04 12:31:52.235 INFO kablam! --> benches/transport_smtp.rs:36:13 Sep 04 12:31:52.235 INFO kablam! | Sep 04 12:31:52.235 INFO kablam! 36 | vec![EmailAddress::new("root@localhost".to_string())], Sep 04 12:31:52.235 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found struct `std::vec::Vec` Sep 04 12:31:52.235 INFO kablam! | Sep 04 12:31:52.235 INFO kablam! = note: expected type `&[std::string::String]` Sep 04 12:31:52.235 INFO kablam! found type `std::vec::Vec>` Sep 04 12:31:52.235 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 04 12:31:52.235 INFO kablam! Sep 04 12:31:52.235 INFO kablam! error[E0277]: the trait bound `std::result::Result: lettre::SendableEmail<'_, _>` is not satisfied Sep 04 12:31:52.235 INFO kablam! --> benches/transport_smtp.rs:40:29 Sep 04 12:31:52.235 INFO kablam! | Sep 04 12:31:52.235 INFO kablam! 40 | let result = sender.send(&email); Sep 04 12:31:52.235 INFO kablam! | ^^^^ the trait `lettre::SendableEmail<'_, _>` is not implemented for `std::result::Result` Sep 04 12:31:52.236 INFO kablam! Sep 04 12:31:52.241 INFO kablam! error: aborting due to 6 previous errors Sep 04 12:31:52.241 INFO kablam! Sep 04 12:31:52.241 INFO kablam! Some errors occurred: E0277, E0308. Sep 04 12:31:52.241 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 04 12:31:52.257 INFO kablam! error: Could not compile `lettre`. Sep 04 12:31:52.257 INFO kablam! Sep 04 12:31:52.258 INFO kablam! To learn more, run the command again with --verbose. Sep 04 12:31:52.260 INFO kablam! su: No module specific data is present Sep 04 12:31:52.754 INFO running `"docker" "rm" "-f" "10ca6f4e9fbba56e155d34d3b91a4d006e65ea0f5bda0fbf9068068b803a432b"` Sep 04 12:31:52.915 INFO blam! 10ca6f4e9fbba56e155d34d3b91a4d006e65ea0f5bda0fbf9068068b803a432b