Sep 21 07:50:51.139 INFO checking lettre-0.8.2 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 07:50:51.139 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 07:50:51.139 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-4/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 07:50:51.316 INFO blam! 9de15a1af7d7569c95a9d1eb1072e708fa5e9673891711dfdbed5a4908749af0 Sep 21 07:50:51.318 INFO running `"docker" "start" "-a" "9de15a1af7d7569c95a9d1eb1072e708fa5e9673891711dfdbed5a4908749af0"` Sep 21 07:50:52.678 INFO kablam! usermod: no changes Sep 21 07:50:52.904 INFO kablam! Checking md-5 v0.7.0 Sep 21 07:50:53.382 INFO kablam! Checking lettre v0.8.2 (/source) Sep 21 07:51:01.470 INFO kablam! error[E0308]: mismatched types Sep 21 07:51:01.470 INFO kablam! --> benches/transport_smtp.rs:17:13 Sep 21 07:51:01.470 INFO kablam! | Sep 21 07:51:01.470 INFO kablam! 17 | EmailAddress::new("user@localhost".to_string()), Sep 21 07:51:01.470 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::string::String`, found enum `std::result::Result` Sep 21 07:51:01.470 INFO kablam! | Sep 21 07:51:01.470 INFO kablam! = note: expected type `std::string::String` Sep 21 07:51:01.470 INFO kablam! found type `std::result::Result` Sep 21 07:51:01.470 INFO kablam! Sep 21 07:51:01.622 INFO kablam! error[E0308]: mismatched types Sep 21 07:51:01.622 INFO kablam! --> benches/transport_smtp.rs:18:13 Sep 21 07:51:01.622 INFO kablam! | Sep 21 07:51:01.622 INFO kablam! 18 | vec![EmailAddress::new("root@localhost".to_string())], Sep 21 07:51:01.622 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found struct `std::vec::Vec` Sep 21 07:51:01.622 INFO kablam! | Sep 21 07:51:01.622 INFO kablam! = note: expected type `&[std::string::String]` Sep 21 07:51:01.622 INFO kablam! found type `std::vec::Vec>` Sep 21 07:51:01.622 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 21 07:51:01.622 INFO kablam! Sep 21 07:51:01.622 INFO kablam! error[E0277]: the trait bound `std::result::Result: lettre::SendableEmail<'_, _>` is not satisfied Sep 21 07:51:01.622 INFO kablam! --> benches/transport_smtp.rs:22:29 Sep 21 07:51:01.622 INFO kablam! | Sep 21 07:51:01.622 INFO kablam! 22 | let result = sender.send(&email); Sep 21 07:51:01.622 INFO kablam! | ^^^^ the trait `lettre::SendableEmail<'_, _>` is not implemented for `std::result::Result` Sep 21 07:51:01.622 INFO kablam! Sep 21 07:51:01.748 INFO kablam! error[E0308]: mismatched types Sep 21 07:51:01.748 INFO kablam! --> benches/transport_smtp.rs:35:13 Sep 21 07:51:01.748 INFO kablam! | Sep 21 07:51:01.748 INFO kablam! 35 | EmailAddress::new("user@localhost".to_string()), Sep 21 07:51:01.748 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::string::String`, found enum `std::result::Result` Sep 21 07:51:01.748 INFO kablam! | Sep 21 07:51:01.748 INFO kablam! = note: expected type `std::string::String` Sep 21 07:51:01.748 INFO kablam! found type `std::result::Result` Sep 21 07:51:01.748 INFO kablam! Sep 21 07:51:01.903 INFO kablam! error[E0308]: mismatched types Sep 21 07:51:01.903 INFO kablam! --> benches/transport_smtp.rs:36:13 Sep 21 07:51:01.903 INFO kablam! | Sep 21 07:51:01.903 INFO kablam! 36 | vec![EmailAddress::new("root@localhost".to_string())], Sep 21 07:51:01.903 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found struct `std::vec::Vec` Sep 21 07:51:01.903 INFO kablam! | Sep 21 07:51:01.903 INFO kablam! = note: expected type `&[std::string::String]` Sep 21 07:51:01.903 INFO kablam! found type `std::vec::Vec>` Sep 21 07:51:01.903 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 21 07:51:01.903 INFO kablam! Sep 21 07:51:01.903 INFO kablam! error[E0277]: the trait bound `std::result::Result: lettre::SendableEmail<'_, _>` is not satisfied Sep 21 07:51:01.903 INFO kablam! --> benches/transport_smtp.rs:40:29 Sep 21 07:51:01.903 INFO kablam! | Sep 21 07:51:01.903 INFO kablam! 40 | let result = sender.send(&email); Sep 21 07:51:01.903 INFO kablam! | ^^^^ the trait `lettre::SendableEmail<'_, _>` is not implemented for `std::result::Result` Sep 21 07:51:01.903 INFO kablam! Sep 21 07:51:01.922 INFO kablam! error: aborting due to 6 previous errors Sep 21 07:51:01.922 INFO kablam! Sep 21 07:51:01.922 INFO kablam! Some errors occurred: E0277, E0308. Sep 21 07:51:01.922 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 21 07:51:01.946 INFO kablam! error: Could not compile `lettre`. Sep 21 07:51:01.946 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 07:51:02.457 INFO kablam! error: build failed Sep 21 07:51:02.457 INFO kablam! su: No module specific data is present Sep 21 07:51:03.662 INFO running `"docker" "rm" "-f" "9de15a1af7d7569c95a9d1eb1072e708fa5e9673891711dfdbed5a4908749af0"` Sep 21 07:51:03.848 INFO blam! 9de15a1af7d7569c95a9d1eb1072e708fa5e9673891711dfdbed5a4908749af0