Sep 02 09:08:27.756 INFO checking lettre-0.8.2 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 09:08:27.756 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 09:08:27.756 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-2/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 09:08:27.927 INFO blam! 55830a6e3e479d9f8a7f9c2a88354d79d8d304af43ae9e5f779af690769b262b Sep 02 09:08:27.928 INFO running `"docker" "start" "-a" "55830a6e3e479d9f8a7f9c2a88354d79d8d304af43ae9e5f779af690769b262b"` Sep 02 09:08:28.776 INFO kablam! Checking md-5 v0.7.0 Sep 02 09:08:29.096 INFO kablam! Checking lettre v0.8.2 (file:///source) Sep 02 09:08:45.525 INFO kablam! error[E0308]: mismatched types Sep 02 09:08:45.526 INFO kablam! --> benches/transport_smtp.rs:17:13 Sep 02 09:08:45.526 INFO kablam! | Sep 02 09:08:45.526 INFO kablam! 17 | EmailAddress::new("user@localhost".to_string()), Sep 02 09:08:45.526 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::string::String`, found enum `std::result::Result` Sep 02 09:08:45.526 INFO kablam! | Sep 02 09:08:45.526 INFO kablam! = note: expected type `std::string::String` Sep 02 09:08:45.526 INFO kablam! found type `std::result::Result` Sep 02 09:08:45.526 INFO kablam! Sep 02 09:08:45.607 INFO kablam! error[E0308]: mismatched types Sep 02 09:08:45.607 INFO kablam! --> benches/transport_smtp.rs:18:13 Sep 02 09:08:45.607 INFO kablam! | Sep 02 09:08:45.607 INFO kablam! 18 | vec![EmailAddress::new("root@localhost".to_string())], Sep 02 09:08:45.607 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found struct `std::vec::Vec` Sep 02 09:08:45.607 INFO kablam! | Sep 02 09:08:45.607 INFO kablam! = note: expected type `&[std::string::String]` Sep 02 09:08:45.607 INFO kablam! found type `std::vec::Vec>` Sep 02 09:08:45.607 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 02 09:08:45.607 INFO kablam! Sep 02 09:08:45.608 INFO kablam! error[E0277]: the trait bound `std::result::Result: lettre::SendableEmail<'_, _>` is not satisfied Sep 02 09:08:45.608 INFO kablam! --> benches/transport_smtp.rs:22:29 Sep 02 09:08:45.608 INFO kablam! | Sep 02 09:08:45.608 INFO kablam! 22 | let result = sender.send(&email); Sep 02 09:08:45.608 INFO kablam! | ^^^^ the trait `lettre::SendableEmail<'_, _>` is not implemented for `std::result::Result` Sep 02 09:08:45.609 INFO kablam! Sep 02 09:08:45.673 INFO kablam! error[E0308]: mismatched types Sep 02 09:08:45.673 INFO kablam! --> benches/transport_smtp.rs:35:13 Sep 02 09:08:45.673 INFO kablam! | Sep 02 09:08:45.674 INFO kablam! 35 | EmailAddress::new("user@localhost".to_string()), Sep 02 09:08:45.674 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::string::String`, found enum `std::result::Result` Sep 02 09:08:45.674 INFO kablam! | Sep 02 09:08:45.674 INFO kablam! = note: expected type `std::string::String` Sep 02 09:08:45.674 INFO kablam! found type `std::result::Result` Sep 02 09:08:45.674 INFO kablam! Sep 02 09:08:45.735 INFO kablam! error[E0308]: mismatched types Sep 02 09:08:45.735 INFO kablam! --> benches/transport_smtp.rs:36:13 Sep 02 09:08:45.735 INFO kablam! | Sep 02 09:08:45.735 INFO kablam! 36 | vec![EmailAddress::new("root@localhost".to_string())], Sep 02 09:08:45.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found struct `std::vec::Vec` Sep 02 09:08:45.735 INFO kablam! | Sep 02 09:08:45.735 INFO kablam! = note: expected type `&[std::string::String]` Sep 02 09:08:45.736 INFO kablam! found type `std::vec::Vec>` Sep 02 09:08:45.736 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 02 09:08:45.736 INFO kablam! Sep 02 09:08:45.736 INFO kablam! error[E0277]: the trait bound `std::result::Result: lettre::SendableEmail<'_, _>` is not satisfied Sep 02 09:08:45.736 INFO kablam! --> benches/transport_smtp.rs:40:29 Sep 02 09:08:45.736 INFO kablam! | Sep 02 09:08:45.736 INFO kablam! 40 | let result = sender.send(&email); Sep 02 09:08:45.736 INFO kablam! | ^^^^ the trait `lettre::SendableEmail<'_, _>` is not implemented for `std::result::Result` Sep 02 09:08:45.736 INFO kablam! Sep 02 09:08:45.743 INFO kablam! error: aborting due to 6 previous errors Sep 02 09:08:45.743 INFO kablam! Sep 02 09:08:45.743 INFO kablam! Some errors occurred: E0277, E0308. Sep 02 09:08:45.743 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 02 09:08:45.754 INFO kablam! error: Could not compile `lettre`. Sep 02 09:08:45.754 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 09:08:45.814 INFO kablam! error: build failed Sep 02 09:08:45.816 INFO kablam! su: No module specific data is present Sep 02 09:08:46.172 INFO running `"docker" "rm" "-f" "55830a6e3e479d9f8a7f9c2a88354d79d8d304af43ae9e5f779af690769b262b"` Sep 02 09:08:46.266 INFO blam! 55830a6e3e479d9f8a7f9c2a88354d79d8d304af43ae9e5f779af690769b262b