Oct 27 19:52:20.023 INFO checking lettre-0.8.2 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 19:52:20.025 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 19:52:20.479 INFO blam! a2ef50510df2811c46c67ed3c4670d02f01daf2e6871aec07222fe2af16a0cb9 Oct 27 19:52:20.487 INFO running `"docker" "start" "-a" "a2ef50510df2811c46c67ed3c4670d02f01daf2e6871aec07222fe2af16a0cb9"` Oct 27 19:52:22.358 INFO kablam! usermod: no changes Oct 27 19:52:22.599 INFO kablam! Checking lettre v0.8.2 (/source) Oct 27 19:52:45.379 INFO kablam! error[E0308]: mismatched types Oct 27 19:52:45.379 INFO kablam! --> benches/transport_smtp.rs:17:13 Oct 27 19:52:45.379 INFO kablam! | Oct 27 19:52:45.379 INFO kablam! 17 | EmailAddress::new("user@localhost".to_string()), Oct 27 19:52:45.379 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::string::String`, found enum `std::result::Result` Oct 27 19:52:45.379 INFO kablam! | Oct 27 19:52:45.379 INFO kablam! = note: expected type `std::string::String` Oct 27 19:52:45.379 INFO kablam! found type `std::result::Result` Oct 27 19:52:45.379 INFO kablam! Oct 27 19:52:45.439 INFO kablam! error[E0308]: mismatched types Oct 27 19:52:45.439 INFO kablam! --> benches/transport_smtp.rs:18:13 Oct 27 19:52:45.439 INFO kablam! | Oct 27 19:52:45.439 INFO kablam! 18 | vec![EmailAddress::new("root@localhost".to_string())], Oct 27 19:52:45.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found struct `std::vec::Vec` Oct 27 19:52:45.439 INFO kablam! | Oct 27 19:52:45.441 INFO kablam! = note: expected type `&[std::string::String]` Oct 27 19:52:45.441 INFO kablam! found type `std::vec::Vec>` Oct 27 19:52:45.441 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) Oct 27 19:52:45.441 INFO kablam! Oct 27 19:52:45.443 INFO kablam! error[E0277]: the trait bound `std::result::Result: lettre::SendableEmail<'_, _>` is not satisfied Oct 27 19:52:45.443 INFO kablam! --> benches/transport_smtp.rs:22:29 Oct 27 19:52:45.443 INFO kablam! | Oct 27 19:52:45.443 INFO kablam! 22 | let result = sender.send(&email); Oct 27 19:52:45.443 INFO kablam! | ^^^^ the trait `lettre::SendableEmail<'_, _>` is not implemented for `std::result::Result` Oct 27 19:52:45.443 INFO kablam! Oct 27 19:52:45.535 INFO kablam! error[E0308]: mismatched types Oct 27 19:52:45.535 INFO kablam! --> benches/transport_smtp.rs:35:13 Oct 27 19:52:45.535 INFO kablam! | Oct 27 19:52:45.535 INFO kablam! 35 | EmailAddress::new("user@localhost".to_string()), Oct 27 19:52:45.535 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::string::String`, found enum `std::result::Result` Oct 27 19:52:45.535 INFO kablam! | Oct 27 19:52:45.535 INFO kablam! = note: expected type `std::string::String` Oct 27 19:52:45.535 INFO kablam! found type `std::result::Result` Oct 27 19:52:45.535 INFO kablam! Oct 27 19:52:45.592 INFO kablam! error[E0308]: mismatched types Oct 27 19:52:45.592 INFO kablam! --> benches/transport_smtp.rs:36:13 Oct 27 19:52:45.592 INFO kablam! | Oct 27 19:52:45.592 INFO kablam! 36 | vec![EmailAddress::new("root@localhost".to_string())], Oct 27 19:52:45.592 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found struct `std::vec::Vec` Oct 27 19:52:45.592 INFO kablam! | Oct 27 19:52:45.592 INFO kablam! = note: expected type `&[std::string::String]` Oct 27 19:52:45.592 INFO kablam! found type `std::vec::Vec>` Oct 27 19:52:45.594 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) Oct 27 19:52:45.595 INFO kablam! Oct 27 19:52:45.599 INFO kablam! error[E0277]: the trait bound `std::result::Result: lettre::SendableEmail<'_, _>` is not satisfied Oct 27 19:52:45.599 INFO kablam! --> benches/transport_smtp.rs:40:29 Oct 27 19:52:45.599 INFO kablam! | Oct 27 19:52:45.599 INFO kablam! 40 | let result = sender.send(&email); Oct 27 19:52:45.599 INFO kablam! | ^^^^ the trait `lettre::SendableEmail<'_, _>` is not implemented for `std::result::Result` Oct 27 19:52:45.599 INFO kablam! Oct 27 19:52:45.607 INFO kablam! error: aborting due to 6 previous errors Oct 27 19:52:45.607 INFO kablam! Oct 27 19:52:45.607 INFO kablam! Some errors occurred: E0277, E0308. Oct 27 19:52:45.607 INFO kablam! For more information about an error, try `rustc --explain E0277`. Oct 27 19:52:45.615 INFO kablam! error: Could not compile `lettre`. Oct 27 19:52:45.615 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 19:52:45.739 INFO kablam! error: build failed Oct 27 19:52:45.742 INFO kablam! su: No module specific data is present Oct 27 19:52:46.833 INFO running `"docker" "rm" "-f" "a2ef50510df2811c46c67ed3c4670d02f01daf2e6871aec07222fe2af16a0cb9"` Oct 27 19:52:47.239 INFO blam! a2ef50510df2811c46c67ed3c4670d02f01daf2e6871aec07222fe2af16a0cb9