Sep 14 14:00:19.550 INFO checking lettre-0.8.2 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 14:00:19.551 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 14:00:19.551 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-4/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 14:00:19.768 INFO blam! f1031d15ae52ff100aadea13cc20cfd0883f0dcf1eff2c4448d4563c66bdcb79 Sep 14 14:00:19.768 INFO running `"docker" "start" "-a" "f1031d15ae52ff100aadea13cc20cfd0883f0dcf1eff2c4448d4563c66bdcb79"` Sep 14 14:00:20.657 INFO kablam! usermod: no changes Sep 14 14:00:20.857 INFO kablam! Checking lettre v0.8.2 (file:///source) Sep 14 14:00:30.264 INFO kablam! error[E0308]: mismatched types Sep 14 14:00:30.264 INFO kablam! --> benches/transport_smtp.rs:17:13 Sep 14 14:00:30.264 INFO kablam! | Sep 14 14:00:30.264 INFO kablam! 17 | EmailAddress::new("user@localhost".to_string()), Sep 14 14:00:30.264 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::string::String`, found enum `std::result::Result` Sep 14 14:00:30.264 INFO kablam! | Sep 14 14:00:30.264 INFO kablam! = note: expected type `std::string::String` Sep 14 14:00:30.264 INFO kablam! found type `std::result::Result` Sep 14 14:00:30.264 INFO kablam! Sep 14 14:00:30.438 INFO kablam! error[E0308]: mismatched types Sep 14 14:00:30.439 INFO kablam! --> benches/transport_smtp.rs:18:13 Sep 14 14:00:30.439 INFO kablam! | Sep 14 14:00:30.439 INFO kablam! 18 | vec![EmailAddress::new("root@localhost".to_string())], Sep 14 14:00:30.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found struct `std::vec::Vec` Sep 14 14:00:30.439 INFO kablam! | Sep 14 14:00:30.439 INFO kablam! = note: expected type `&[std::string::String]` Sep 14 14:00:30.439 INFO kablam! found type `std::vec::Vec>` Sep 14 14:00:30.439 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 14 14:00:30.439 INFO kablam! Sep 14 14:00:30.442 INFO kablam! error[E0277]: the trait bound `std::result::Result: lettre::SendableEmail<'_, _>` is not satisfied Sep 14 14:00:30.443 INFO kablam! --> benches/transport_smtp.rs:22:29 Sep 14 14:00:30.443 INFO kablam! | Sep 14 14:00:30.443 INFO kablam! 22 | let result = sender.send(&email); Sep 14 14:00:30.443 INFO kablam! | ^^^^ the trait `lettre::SendableEmail<'_, _>` is not implemented for `std::result::Result` Sep 14 14:00:30.443 INFO kablam! Sep 14 14:00:30.626 INFO kablam! error[E0308]: mismatched types Sep 14 14:00:30.627 INFO kablam! --> benches/transport_smtp.rs:35:13 Sep 14 14:00:30.627 INFO kablam! | Sep 14 14:00:30.627 INFO kablam! 35 | EmailAddress::new("user@localhost".to_string()), Sep 14 14:00:30.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::string::String`, found enum `std::result::Result` Sep 14 14:00:30.634 INFO kablam! | Sep 14 14:00:30.635 INFO kablam! = note: expected type `std::string::String` Sep 14 14:00:30.635 INFO kablam! found type `std::result::Result` Sep 14 14:00:30.635 INFO kablam! Sep 14 14:00:30.847 INFO kablam! error[E0308]: mismatched types Sep 14 14:00:30.847 INFO kablam! --> benches/transport_smtp.rs:36:13 Sep 14 14:00:30.847 INFO kablam! | Sep 14 14:00:30.847 INFO kablam! 36 | vec![EmailAddress::new("root@localhost".to_string())], Sep 14 14:00:30.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found struct `std::vec::Vec` Sep 14 14:00:30.847 INFO kablam! | Sep 14 14:00:30.847 INFO kablam! = note: expected type `&[std::string::String]` Sep 14 14:00:30.847 INFO kablam! found type `std::vec::Vec>` Sep 14 14:00:30.847 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 14 14:00:30.847 INFO kablam! Sep 14 14:00:30.854 INFO kablam! error[E0277]: the trait bound `std::result::Result: lettre::SendableEmail<'_, _>` is not satisfied Sep 14 14:00:30.855 INFO kablam! --> benches/transport_smtp.rs:40:29 Sep 14 14:00:30.855 INFO kablam! | Sep 14 14:00:30.855 INFO kablam! 40 | let result = sender.send(&email); Sep 14 14:00:30.855 INFO kablam! | ^^^^ the trait `lettre::SendableEmail<'_, _>` is not implemented for `std::result::Result` Sep 14 14:00:30.855 INFO kablam! Sep 14 14:00:30.862 INFO kablam! error: aborting due to 6 previous errors Sep 14 14:00:30.863 INFO kablam! Sep 14 14:00:30.863 INFO kablam! Some errors occurred: E0277, E0308. Sep 14 14:00:30.863 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 14 14:00:30.883 INFO kablam! error: Could not compile `lettre`. Sep 14 14:00:30.883 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 14:00:30.999 INFO kablam! error: build failed Sep 14 14:00:31.004 INFO kablam! su: No module specific data is present Sep 14 14:00:32.235 INFO running `"docker" "rm" "-f" "f1031d15ae52ff100aadea13cc20cfd0883f0dcf1eff2c4448d4563c66bdcb79"` Sep 14 14:00:32.467 INFO blam! f1031d15ae52ff100aadea13cc20cfd0883f0dcf1eff2c4448d4563c66bdcb79