Aug 30 12:46:49.143 INFO checking lettre-0.8.2 against master#ede55518431154bc761f7b2438cce9078c162700 for pr-53707 Aug 30 12:46:49.143 INFO running: cargo +ede55518431154bc761f7b2438cce9078c162700-alt check --frozen --all --all-targets Aug 30 12:46:49.143 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53707/master#ede55518431154bc761f7b2438cce9078c162700:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53707/worker-1/master#ede55518431154bc761f7b2438cce9078c162700:/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 +ede55518431154bc761f7b2438cce9078c162700-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Aug 30 12:46:49.326 INFO blam! e9ee73189bb5476572cd3d3b9b4513b63c62661c8f3416f7e8cd99c72dd22c25 Aug 30 12:46:49.331 INFO running `"docker" "start" "-a" "e9ee73189bb5476572cd3d3b9b4513b63c62661c8f3416f7e8cd99c72dd22c25"` Aug 30 12:46:50.117 INFO kablam! Checking lettre v0.8.2 (file:///source) Aug 30 12:47:05.677 INFO kablam! error[E0308]: mismatched types Aug 30 12:47:05.677 INFO kablam! --> benches/transport_smtp.rs:17:13 Aug 30 12:47:05.677 INFO kablam! | Aug 30 12:47:05.677 INFO kablam! 17 | EmailAddress::new("user@localhost".to_string()), Aug 30 12:47:05.677 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::string::String`, found enum `std::result::Result` Aug 30 12:47:05.678 INFO kablam! | Aug 30 12:47:05.678 INFO kablam! = note: expected type `std::string::String` Aug 30 12:47:05.678 INFO kablam! found type `std::result::Result` Aug 30 12:47:05.678 INFO kablam! Aug 30 12:47:05.740 INFO kablam! error[E0308]: mismatched types Aug 30 12:47:05.740 INFO kablam! --> benches/transport_smtp.rs:18:13 Aug 30 12:47:05.740 INFO kablam! | Aug 30 12:47:05.740 INFO kablam! 18 | vec![EmailAddress::new("root@localhost".to_string())], Aug 30 12:47:05.740 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found struct `std::vec::Vec` Aug 30 12:47:05.740 INFO kablam! | Aug 30 12:47:05.740 INFO kablam! = note: expected type `&[std::string::String]` Aug 30 12:47:05.740 INFO kablam! found type `std::vec::Vec>` Aug 30 12:47:05.741 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) Aug 30 12:47:05.741 INFO kablam! Aug 30 12:47:05.741 INFO kablam! error[E0277]: the trait bound `std::result::Result: lettre::SendableEmail<'_, _>` is not satisfied Aug 30 12:47:05.741 INFO kablam! --> benches/transport_smtp.rs:22:29 Aug 30 12:47:05.741 INFO kablam! | Aug 30 12:47:05.741 INFO kablam! 22 | let result = sender.send(&email); Aug 30 12:47:05.741 INFO kablam! | ^^^^ the trait `lettre::SendableEmail<'_, _>` is not implemented for `std::result::Result` Aug 30 12:47:05.741 INFO kablam! Aug 30 12:47:05.803 INFO kablam! error[E0308]: mismatched types Aug 30 12:47:05.803 INFO kablam! --> benches/transport_smtp.rs:35:13 Aug 30 12:47:05.803 INFO kablam! | Aug 30 12:47:05.803 INFO kablam! 35 | EmailAddress::new("user@localhost".to_string()), Aug 30 12:47:05.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::string::String`, found enum `std::result::Result` Aug 30 12:47:05.803 INFO kablam! | Aug 30 12:47:05.803 INFO kablam! = note: expected type `std::string::String` Aug 30 12:47:05.803 INFO kablam! found type `std::result::Result` Aug 30 12:47:05.804 INFO kablam! Aug 30 12:47:05.869 INFO kablam! error[E0308]: mismatched types Aug 30 12:47:05.869 INFO kablam! --> benches/transport_smtp.rs:36:13 Aug 30 12:47:05.869 INFO kablam! | Aug 30 12:47:05.869 INFO kablam! 36 | vec![EmailAddress::new("root@localhost".to_string())], Aug 30 12:47:05.869 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found struct `std::vec::Vec` Aug 30 12:47:05.869 INFO kablam! | Aug 30 12:47:05.869 INFO kablam! = note: expected type `&[std::string::String]` Aug 30 12:47:05.869 INFO kablam! found type `std::vec::Vec>` Aug 30 12:47:05.869 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) Aug 30 12:47:05.869 INFO kablam! Aug 30 12:47:05.869 INFO kablam! error[E0277]: the trait bound `std::result::Result: lettre::SendableEmail<'_, _>` is not satisfied Aug 30 12:47:05.869 INFO kablam! --> benches/transport_smtp.rs:40:29 Aug 30 12:47:05.869 INFO kablam! | Aug 30 12:47:05.870 INFO kablam! 40 | let result = sender.send(&email); Aug 30 12:47:05.870 INFO kablam! | ^^^^ the trait `lettre::SendableEmail<'_, _>` is not implemented for `std::result::Result` Aug 30 12:47:05.870 INFO kablam! Aug 30 12:47:05.876 INFO kablam! error: aborting due to 6 previous errors Aug 30 12:47:05.876 INFO kablam! Aug 30 12:47:05.876 INFO kablam! Some errors occurred: E0277, E0308. Aug 30 12:47:05.876 INFO kablam! For more information about an error, try `rustc --explain E0277`. Aug 30 12:47:05.883 INFO kablam! error: Could not compile `lettre`. Aug 30 12:47:05.883 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 30 12:47:06.197 INFO kablam! error: build failed Aug 30 12:47:06.199 INFO kablam! su: No module specific data is present Aug 30 12:47:06.659 INFO running `"docker" "rm" "-f" "e9ee73189bb5476572cd3d3b9b4513b63c62661c8f3416f7e8cd99c72dd22c25"` Aug 30 12:47:06.741 INFO blam! e9ee73189bb5476572cd3d3b9b4513b63c62661c8f3416f7e8cd99c72dd22c25