Sep 10 15:41:07.687 INFO checking lettre-0.8.2 against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 15:41:07.687 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 15:41:07.687 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-4/try#3a2610c2a16575649896925631bf8cec4f4b1961:/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 +3a2610c2a16575649896925631bf8cec4f4b1961-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:07.995 INFO blam! 6f3e40d3d22f95fd5a38b7c0b9b725d05ff5cd14f3c99d37a303a97f492976f9 Sep 10 15:41:07.997 INFO running `"docker" "start" "-a" "6f3e40d3d22f95fd5a38b7c0b9b725d05ff5cd14f3c99d37a303a97f492976f9"` Sep 10 15:41:08.849 INFO kablam! usermod: no changes Sep 10 15:41:09.203 INFO kablam! Checking md-5 v0.7.0 Sep 10 15:41:09.551 INFO kablam! Checking lettre v0.8.2 (file:///source) Sep 10 15:41:19.722 INFO kablam! error[E0308]: mismatched types Sep 10 15:41:19.722 INFO kablam! --> benches/transport_smtp.rs:17:13 Sep 10 15:41:19.722 INFO kablam! | Sep 10 15:41:19.722 INFO kablam! 17 | EmailAddress::new("user@localhost".to_string()), Sep 10 15:41:19.722 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::string::String`, found enum `std::result::Result` Sep 10 15:41:19.722 INFO kablam! | Sep 10 15:41:19.722 INFO kablam! = note: expected type `std::string::String` Sep 10 15:41:19.722 INFO kablam! found type `std::result::Result` Sep 10 15:41:19.722 INFO kablam! Sep 10 15:41:19.782 INFO kablam! error[E0308]: mismatched types Sep 10 15:41:19.782 INFO kablam! --> benches/transport_smtp.rs:18:13 Sep 10 15:41:19.782 INFO kablam! | Sep 10 15:41:19.782 INFO kablam! 18 | vec![EmailAddress::new("root@localhost".to_string())], Sep 10 15:41:19.782 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found struct `std::vec::Vec` Sep 10 15:41:19.782 INFO kablam! | Sep 10 15:41:19.782 INFO kablam! = note: expected type `&[std::string::String]` Sep 10 15:41:19.782 INFO kablam! found type `std::vec::Vec>` Sep 10 15:41:19.782 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:19.782 INFO kablam! Sep 10 15:41:19.782 INFO kablam! error[E0277]: the trait bound `std::result::Result: lettre::SendableEmail<'_, _>` is not satisfied Sep 10 15:41:19.782 INFO kablam! --> benches/transport_smtp.rs:22:29 Sep 10 15:41:19.782 INFO kablam! | Sep 10 15:41:19.782 INFO kablam! 22 | let result = sender.send(&email); Sep 10 15:41:19.782 INFO kablam! | ^^^^ the trait `lettre::SendableEmail<'_, _>` is not implemented for `std::result::Result` Sep 10 15:41:19.782 INFO kablam! Sep 10 15:41:19.846 INFO kablam! error[E0308]: mismatched types Sep 10 15:41:19.846 INFO kablam! --> benches/transport_smtp.rs:35:13 Sep 10 15:41:19.846 INFO kablam! | Sep 10 15:41:19.846 INFO kablam! 35 | EmailAddress::new("user@localhost".to_string()), Sep 10 15:41:19.846 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::string::String`, found enum `std::result::Result` Sep 10 15:41:19.846 INFO kablam! | Sep 10 15:41:19.846 INFO kablam! = note: expected type `std::string::String` Sep 10 15:41:19.846 INFO kablam! found type `std::result::Result` Sep 10 15:41:19.846 INFO kablam! Sep 10 15:41:19.902 INFO kablam! error[E0308]: mismatched types Sep 10 15:41:19.902 INFO kablam! --> benches/transport_smtp.rs:36:13 Sep 10 15:41:19.902 INFO kablam! | Sep 10 15:41:19.902 INFO kablam! 36 | vec![EmailAddress::new("root@localhost".to_string())], Sep 10 15:41:19.902 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found struct `std::vec::Vec` Sep 10 15:41:19.902 INFO kablam! | Sep 10 15:41:19.902 INFO kablam! = note: expected type `&[std::string::String]` Sep 10 15:41:19.902 INFO kablam! found type `std::vec::Vec>` Sep 10 15:41:19.902 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:19.902 INFO kablam! Sep 10 15:41:19.902 INFO kablam! error[E0277]: the trait bound `std::result::Result: lettre::SendableEmail<'_, _>` is not satisfied Sep 10 15:41:19.902 INFO kablam! --> benches/transport_smtp.rs:40:29 Sep 10 15:41:19.902 INFO kablam! | Sep 10 15:41:19.902 INFO kablam! 40 | let result = sender.send(&email); Sep 10 15:41:19.902 INFO kablam! | ^^^^ the trait `lettre::SendableEmail<'_, _>` is not implemented for `std::result::Result` Sep 10 15:41:19.902 INFO kablam! Sep 10 15:41:19.910 INFO kablam! error: aborting due to 6 previous errors Sep 10 15:41:19.910 INFO kablam! Sep 10 15:41:19.910 INFO kablam! Some errors occurred: E0277, E0308. Sep 10 15:41:19.910 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 10 15:41:19.925 INFO kablam! error: Could not compile `lettre`. Sep 10 15:41:19.925 INFO kablam! Sep 10 15:41:19.925 INFO kablam! To learn more, run the command again with --verbose. Sep 10 15:41:19.935 INFO kablam! su: No module specific data is present Sep 10 15:41:20.925 INFO running `"docker" "rm" "-f" "6f3e40d3d22f95fd5a38b7c0b9b725d05ff5cd14f3c99d37a303a97f492976f9"` Sep 10 15:41:21.050 INFO blam! 6f3e40d3d22f95fd5a38b7c0b9b725d05ff5cd14f3c99d37a303a97f492976f9