Sep 20 00:59:35.891 INFO checking lettre-0.8.2 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 20 00:59:35.891 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 20 00:59:35.891 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-1/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-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.328 INFO blam! 3aff887aadfabc371a03d3408129cc72ec0a6774a6134aa4d55b3a90d289995b Sep 20 00:59:36.330 INFO running `"docker" "start" "-a" "3aff887aadfabc371a03d3408129cc72ec0a6774a6134aa4d55b3a90d289995b"` Sep 20 00:59:37.219 INFO kablam! usermod: no changes Sep 20 00:59:37.563 INFO kablam! Checking lettre v0.8.2 (/source) Sep 20 00:59:46.582 INFO kablam! error[E0308]: mismatched types Sep 20 00:59:46.582 INFO kablam! --> benches/transport_smtp.rs:17:13 Sep 20 00:59:46.582 INFO kablam! | Sep 20 00:59:46.582 INFO kablam! 17 | EmailAddress::new("user@localhost".to_string()), Sep 20 00:59:46.582 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::string::String`, found enum `std::result::Result` Sep 20 00:59:46.582 INFO kablam! | Sep 20 00:59:46.582 INFO kablam! = note: expected type `std::string::String` Sep 20 00:59:46.582 INFO kablam! found type `std::result::Result` Sep 20 00:59:46.582 INFO kablam! Sep 20 00:59:46.654 INFO kablam! error[E0308]: mismatched types Sep 20 00:59:46.654 INFO kablam! --> benches/transport_smtp.rs:18:13 Sep 20 00:59:46.654 INFO kablam! | Sep 20 00:59:46.654 INFO kablam! 18 | vec![EmailAddress::new("root@localhost".to_string())], Sep 20 00:59:46.654 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found struct `std::vec::Vec` Sep 20 00:59:46.654 INFO kablam! | Sep 20 00:59:46.654 INFO kablam! = note: expected type `&[std::string::String]` Sep 20 00:59:46.654 INFO kablam! found type `std::vec::Vec>` Sep 20 00:59:46.654 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.654 INFO kablam! Sep 20 00:59:46.654 INFO kablam! error[E0277]: the trait bound `std::result::Result: lettre::SendableEmail<'_, _>` is not satisfied Sep 20 00:59:46.654 INFO kablam! --> benches/transport_smtp.rs:22:29 Sep 20 00:59:46.654 INFO kablam! | Sep 20 00:59:46.654 INFO kablam! 22 | let result = sender.send(&email); Sep 20 00:59:46.654 INFO kablam! | ^^^^ the trait `lettre::SendableEmail<'_, _>` is not implemented for `std::result::Result` Sep 20 00:59:46.654 INFO kablam! Sep 20 00:59:46.734 INFO kablam! error[E0308]: mismatched types Sep 20 00:59:46.734 INFO kablam! --> benches/transport_smtp.rs:35:13 Sep 20 00:59:46.734 INFO kablam! | Sep 20 00:59:46.734 INFO kablam! 35 | EmailAddress::new("user@localhost".to_string()), Sep 20 00:59:46.734 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::string::String`, found enum `std::result::Result` Sep 20 00:59:46.734 INFO kablam! | Sep 20 00:59:46.734 INFO kablam! = note: expected type `std::string::String` Sep 20 00:59:46.734 INFO kablam! found type `std::result::Result` Sep 20 00:59:46.734 INFO kablam! Sep 20 00:59:46.786 INFO kablam! error[E0308]: mismatched types Sep 20 00:59:46.786 INFO kablam! --> benches/transport_smtp.rs:36:13 Sep 20 00:59:46.786 INFO kablam! | Sep 20 00:59:46.786 INFO kablam! 36 | vec![EmailAddress::new("root@localhost".to_string())], Sep 20 00:59:46.786 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found struct `std::vec::Vec` Sep 20 00:59:46.786 INFO kablam! | Sep 20 00:59:46.786 INFO kablam! = note: expected type `&[std::string::String]` Sep 20 00:59:46.786 INFO kablam! found type `std::vec::Vec>` Sep 20 00:59:46.786 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.786 INFO kablam! Sep 20 00:59:46.787 INFO kablam! error[E0277]: the trait bound `std::result::Result: lettre::SendableEmail<'_, _>` is not satisfied Sep 20 00:59:46.787 INFO kablam! --> benches/transport_smtp.rs:40:29 Sep 20 00:59:46.787 INFO kablam! | Sep 20 00:59:46.787 INFO kablam! 40 | let result = sender.send(&email); Sep 20 00:59:46.787 INFO kablam! | ^^^^ the trait `lettre::SendableEmail<'_, _>` is not implemented for `std::result::Result` Sep 20 00:59:46.787 INFO kablam! Sep 20 00:59:46.794 INFO kablam! error: aborting due to 6 previous errors Sep 20 00:59:46.794 INFO kablam! Sep 20 00:59:46.794 INFO kablam! Some errors occurred: E0277, E0308. Sep 20 00:59:46.794 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 20 00:59:46.811 INFO kablam! error: Could not compile `lettre`. Sep 20 00:59:46.811 INFO kablam! Sep 20 00:59:46.811 INFO kablam! To learn more, run the command again with --verbose. Sep 20 00:59:46.812 INFO kablam! su: No module specific data is present Sep 20 00:59:47.517 INFO running `"docker" "rm" "-f" "3aff887aadfabc371a03d3408129cc72ec0a6774a6134aa4d55b3a90d289995b"` Sep 20 00:59:47.647 INFO blam! 3aff887aadfabc371a03d3408129cc72ec0a6774a6134aa4d55b3a90d289995b