Sep 04 15:27:47.838 INFO checking lettre-0.8.2 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 15:27:47.839 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 15:27:47.839 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-2/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 15:27:47.999 INFO blam! 8e4427d29df8d67535b0b3a6b5feff9eddc5cab264489a716f10ad60a3552eeb Sep 04 15:27:48.001 INFO running `"docker" "start" "-a" "8e4427d29df8d67535b0b3a6b5feff9eddc5cab264489a716f10ad60a3552eeb"` Sep 04 15:27:48.825 INFO kablam! Checking md-5 v0.7.0 Sep 04 15:27:49.177 INFO kablam! Checking lettre v0.8.2 (file:///source) Sep 04 15:28:03.976 INFO kablam! error[E0308]: mismatched types Sep 04 15:28:03.976 INFO kablam! --> benches/transport_smtp.rs:17:13 Sep 04 15:28:03.976 INFO kablam! | Sep 04 15:28:03.976 INFO kablam! 17 | EmailAddress::new("user@localhost".to_string()), Sep 04 15:28:03.976 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::string::String`, found enum `std::result::Result` Sep 04 15:28:03.976 INFO kablam! | Sep 04 15:28:03.976 INFO kablam! = note: expected type `std::string::String` Sep 04 15:28:03.976 INFO kablam! found type `std::result::Result` Sep 04 15:28:03.976 INFO kablam! Sep 04 15:28:04.052 INFO kablam! error[E0308]: mismatched types Sep 04 15:28:04.052 INFO kablam! --> benches/transport_smtp.rs:18:13 Sep 04 15:28:04.052 INFO kablam! | Sep 04 15:28:04.052 INFO kablam! 18 | vec![EmailAddress::new("root@localhost".to_string())], Sep 04 15:28:04.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found struct `std::vec::Vec` Sep 04 15:28:04.052 INFO kablam! | Sep 04 15:28:04.052 INFO kablam! = note: expected type `&[std::string::String]` Sep 04 15:28:04.052 INFO kablam! found type `std::vec::Vec>` Sep 04 15:28:04.052 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 15:28:04.052 INFO kablam! Sep 04 15:28:04.053 INFO kablam! error[E0277]: the trait bound `std::result::Result: lettre::SendableEmail<'_, _>` is not satisfied Sep 04 15:28:04.053 INFO kablam! --> benches/transport_smtp.rs:22:29 Sep 04 15:28:04.053 INFO kablam! | Sep 04 15:28:04.053 INFO kablam! 22 | let result = sender.send(&email); Sep 04 15:28:04.053 INFO kablam! | ^^^^ the trait `lettre::SendableEmail<'_, _>` is not implemented for `std::result::Result` Sep 04 15:28:04.053 INFO kablam! Sep 04 15:28:04.137 INFO kablam! error[E0308]: mismatched types Sep 04 15:28:04.137 INFO kablam! --> benches/transport_smtp.rs:35:13 Sep 04 15:28:04.137 INFO kablam! | Sep 04 15:28:04.137 INFO kablam! 35 | EmailAddress::new("user@localhost".to_string()), Sep 04 15:28:04.137 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::string::String`, found enum `std::result::Result` Sep 04 15:28:04.137 INFO kablam! | Sep 04 15:28:04.137 INFO kablam! = note: expected type `std::string::String` Sep 04 15:28:04.137 INFO kablam! found type `std::result::Result` Sep 04 15:28:04.137 INFO kablam! Sep 04 15:28:04.195 INFO kablam! error[E0308]: mismatched types Sep 04 15:28:04.195 INFO kablam! --> benches/transport_smtp.rs:36:13 Sep 04 15:28:04.195 INFO kablam! | Sep 04 15:28:04.195 INFO kablam! 36 | vec![EmailAddress::new("root@localhost".to_string())], Sep 04 15:28:04.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found struct `std::vec::Vec` Sep 04 15:28:04.195 INFO kablam! | Sep 04 15:28:04.195 INFO kablam! = note: expected type `&[std::string::String]` Sep 04 15:28:04.195 INFO kablam! found type `std::vec::Vec>` Sep 04 15:28:04.195 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 15:28:04.195 INFO kablam! Sep 04 15:28:04.196 INFO kablam! error[E0277]: the trait bound `std::result::Result: lettre::SendableEmail<'_, _>` is not satisfied Sep 04 15:28:04.196 INFO kablam! --> benches/transport_smtp.rs:40:29 Sep 04 15:28:04.196 INFO kablam! | Sep 04 15:28:04.196 INFO kablam! 40 | let result = sender.send(&email); Sep 04 15:28:04.196 INFO kablam! | ^^^^ the trait `lettre::SendableEmail<'_, _>` is not implemented for `std::result::Result` Sep 04 15:28:04.196 INFO kablam! Sep 04 15:28:04.199 INFO kablam! error: aborting due to 6 previous errors Sep 04 15:28:04.199 INFO kablam! Sep 04 15:28:04.200 INFO kablam! Some errors occurred: E0277, E0308. Sep 04 15:28:04.200 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 04 15:28:04.206 INFO kablam! error: Could not compile `lettre`. Sep 04 15:28:04.206 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 15:28:04.484 INFO kablam! error: build failed Sep 04 15:28:04.486 INFO kablam! su: No module specific data is present Sep 04 15:28:04.950 INFO running `"docker" "rm" "-f" "8e4427d29df8d67535b0b3a6b5feff9eddc5cab264489a716f10ad60a3552eeb"` Sep 04 15:28:05.029 INFO blam! 8e4427d29df8d67535b0b3a6b5feff9eddc5cab264489a716f10ad60a3552eeb