Sep 10 15:41:09.431 INFO checking lettre-0.8.2 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 15:41:09.431 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 15:41:09.431 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-3/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 15:41:09.625 INFO blam! 5a158f539558452dc19deda6eaa3391821e34945ae0666b9bf08b17ecaff21e5 Sep 10 15:41:09.625 INFO running `"docker" "start" "-a" "5a158f539558452dc19deda6eaa3391821e34945ae0666b9bf08b17ecaff21e5"` Sep 10 15:41:10.530 INFO kablam! usermod: no changes Sep 10 15:41:10.850 INFO kablam! Checking md-5 v0.7.0 Sep 10 15:41:11.386 INFO kablam! Checking lettre v0.8.2 (file:///source) Sep 10 15:41:21.669 INFO kablam! error[E0308]: mismatched types Sep 10 15:41:21.669 INFO kablam! --> benches/transport_smtp.rs:17:13 Sep 10 15:41:21.669 INFO kablam! | Sep 10 15:41:21.669 INFO kablam! 17 | EmailAddress::new("user@localhost".to_string()), Sep 10 15:41:21.669 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::string::String`, found enum `std::result::Result` Sep 10 15:41:21.669 INFO kablam! | Sep 10 15:41:21.669 INFO kablam! = note: expected type `std::string::String` Sep 10 15:41:21.669 INFO kablam! found type `std::result::Result` Sep 10 15:41:21.669 INFO kablam! Sep 10 15:41:21.744 INFO kablam! error[E0308]: mismatched types Sep 10 15:41:21.744 INFO kablam! --> benches/transport_smtp.rs:18:13 Sep 10 15:41:21.744 INFO kablam! | Sep 10 15:41:21.744 INFO kablam! 18 | vec![EmailAddress::new("root@localhost".to_string())], Sep 10 15:41:21.744 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found struct `std::vec::Vec` Sep 10 15:41:21.744 INFO kablam! | Sep 10 15:41:21.744 INFO kablam! = note: expected type `&[std::string::String]` Sep 10 15:41:21.744 INFO kablam! found type `std::vec::Vec>` Sep 10 15:41:21.744 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 10 15:41:21.744 INFO kablam! Sep 10 15:41:21.744 INFO kablam! error[E0277]: the trait bound `std::result::Result: lettre::SendableEmail<'_, _>` is not satisfied Sep 10 15:41:21.744 INFO kablam! --> benches/transport_smtp.rs:22:29 Sep 10 15:41:21.744 INFO kablam! | Sep 10 15:41:21.744 INFO kablam! 22 | let result = sender.send(&email); Sep 10 15:41:21.744 INFO kablam! | ^^^^ the trait `lettre::SendableEmail<'_, _>` is not implemented for `std::result::Result` Sep 10 15:41:21.744 INFO kablam! Sep 10 15:41:21.830 INFO kablam! error[E0308]: mismatched types Sep 10 15:41:21.830 INFO kablam! --> benches/transport_smtp.rs:35:13 Sep 10 15:41:21.830 INFO kablam! | Sep 10 15:41:21.830 INFO kablam! 35 | EmailAddress::new("user@localhost".to_string()), Sep 10 15:41:21.830 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::string::String`, found enum `std::result::Result` Sep 10 15:41:21.830 INFO kablam! | Sep 10 15:41:21.830 INFO kablam! = note: expected type `std::string::String` Sep 10 15:41:21.830 INFO kablam! found type `std::result::Result` Sep 10 15:41:21.830 INFO kablam! Sep 10 15:41:21.914 INFO kablam! error[E0308]: mismatched types Sep 10 15:41:21.914 INFO kablam! --> benches/transport_smtp.rs:36:13 Sep 10 15:41:21.914 INFO kablam! | Sep 10 15:41:21.914 INFO kablam! 36 | vec![EmailAddress::new("root@localhost".to_string())], Sep 10 15:41:21.914 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found struct `std::vec::Vec` Sep 10 15:41:21.914 INFO kablam! | Sep 10 15:41:21.914 INFO kablam! = note: expected type `&[std::string::String]` Sep 10 15:41:21.914 INFO kablam! found type `std::vec::Vec>` Sep 10 15:41:21.914 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 10 15:41:21.914 INFO kablam! Sep 10 15:41:21.922 INFO kablam! error[E0277]: the trait bound `std::result::Result: lettre::SendableEmail<'_, _>` is not satisfied Sep 10 15:41:21.922 INFO kablam! --> benches/transport_smtp.rs:40:29 Sep 10 15:41:21.922 INFO kablam! | Sep 10 15:41:21.922 INFO kablam! 40 | let result = sender.send(&email); Sep 10 15:41:21.922 INFO kablam! | ^^^^ the trait `lettre::SendableEmail<'_, _>` is not implemented for `std::result::Result` Sep 10 15:41:21.922 INFO kablam! Sep 10 15:41:21.922 INFO kablam! error: aborting due to 6 previous errors Sep 10 15:41:21.922 INFO kablam! Sep 10 15:41:21.922 INFO kablam! Some errors occurred: E0277, E0308. Sep 10 15:41:21.922 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 10 15:41:21.946 INFO kablam! error: Could not compile `lettre`. Sep 10 15:41:21.946 INFO kablam! Sep 10 15:41:21.946 INFO kablam! To learn more, run the command again with --verbose. Sep 10 15:41:21.946 INFO kablam! su: No module specific data is present Sep 10 15:41:22.675 INFO running `"docker" "rm" "-f" "5a158f539558452dc19deda6eaa3391821e34945ae0666b9bf08b17ecaff21e5"` Sep 10 15:41:22.798 INFO blam! 5a158f539558452dc19deda6eaa3391821e34945ae0666b9bf08b17ecaff21e5