Oct 27 19:52:20.846 INFO checking lettre-0.8.2 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 19:52:20.846 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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:21.329 INFO blam! d0cf956d0d8ec0981f02584c7b9518f9036898e1ebffbb67749c4c6b5045981a Oct 27 19:52:21.331 INFO running `"docker" "start" "-a" "d0cf956d0d8ec0981f02584c7b9518f9036898e1ebffbb67749c4c6b5045981a"` Oct 27 19:52:23.074 INFO kablam! usermod: no changes Oct 27 19:52:23.328 INFO kablam! Checking md-5 v0.7.0 Oct 27 19:52:23.328 INFO kablam! Checking hmac v0.6.3 Oct 27 19:52:23.929 INFO kablam! Checking lettre v0.8.2 (/source) Oct 27 19:52:48.358 INFO kablam! error[E0308]: mismatched types Oct 27 19:52:48.358 INFO kablam! --> benches/transport_smtp.rs:17:13 Oct 27 19:52:48.358 INFO kablam! | Oct 27 19:52:48.358 INFO kablam! 17 | EmailAddress::new("user@localhost".to_string()), Oct 27 19:52:48.358 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::string::String`, found enum `std::result::Result` Oct 27 19:52:48.358 INFO kablam! | Oct 27 19:52:48.358 INFO kablam! = note: expected type `std::string::String` Oct 27 19:52:48.358 INFO kablam! found type `std::result::Result` Oct 27 19:52:48.358 INFO kablam! Oct 27 19:52:48.431 INFO kablam! error[E0308]: mismatched types Oct 27 19:52:48.431 INFO kablam! --> benches/transport_smtp.rs:18:13 Oct 27 19:52:48.431 INFO kablam! | Oct 27 19:52:48.431 INFO kablam! 18 | vec![EmailAddress::new("root@localhost".to_string())], Oct 27 19:52:48.431 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found struct `std::vec::Vec` Oct 27 19:52:48.431 INFO kablam! | Oct 27 19:52:48.431 INFO kablam! = note: expected type `&[std::string::String]` Oct 27 19:52:48.431 INFO kablam! found type `std::vec::Vec>` Oct 27 19:52:48.431 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:48.431 INFO kablam! Oct 27 19:52:48.439 INFO kablam! error[E0277]: the trait bound `std::result::Result: lettre::SendableEmail<'_, _>` is not satisfied Oct 27 19:52:48.439 INFO kablam! --> benches/transport_smtp.rs:22:29 Oct 27 19:52:48.440 INFO kablam! | Oct 27 19:52:48.440 INFO kablam! 22 | let result = sender.send(&email); Oct 27 19:52:48.440 INFO kablam! | ^^^^ the trait `lettre::SendableEmail<'_, _>` is not implemented for `std::result::Result` Oct 27 19:52:48.441 INFO kablam! Oct 27 19:52:48.543 INFO kablam! error[E0308]: mismatched types Oct 27 19:52:48.544 INFO kablam! --> benches/transport_smtp.rs:35:13 Oct 27 19:52:48.544 INFO kablam! | Oct 27 19:52:48.544 INFO kablam! 35 | EmailAddress::new("user@localhost".to_string()), Oct 27 19:52:48.544 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::string::String`, found enum `std::result::Result` Oct 27 19:52:48.545 INFO kablam! | Oct 27 19:52:48.545 INFO kablam! = note: expected type `std::string::String` Oct 27 19:52:48.545 INFO kablam! found type `std::result::Result` Oct 27 19:52:48.546 INFO kablam! Oct 27 19:52:48.599 INFO kablam! error[E0308]: mismatched types Oct 27 19:52:48.599 INFO kablam! --> benches/transport_smtp.rs:36:13 Oct 27 19:52:48.599 INFO kablam! | Oct 27 19:52:48.599 INFO kablam! 36 | vec![EmailAddress::new("root@localhost".to_string())], Oct 27 19:52:48.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found struct `std::vec::Vec` Oct 27 19:52:48.599 INFO kablam! | Oct 27 19:52:48.599 INFO kablam! = note: expected type `&[std::string::String]` Oct 27 19:52:48.599 INFO kablam! found type `std::vec::Vec>` Oct 27 19:52:48.599 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:48.599 INFO kablam! Oct 27 19:52:48.599 INFO kablam! error[E0277]: the trait bound `std::result::Result: lettre::SendableEmail<'_, _>` is not satisfied Oct 27 19:52:48.599 INFO kablam! --> benches/transport_smtp.rs:40:29 Oct 27 19:52:48.599 INFO kablam! | Oct 27 19:52:48.599 INFO kablam! 40 | let result = sender.send(&email); Oct 27 19:52:48.599 INFO kablam! | ^^^^ the trait `lettre::SendableEmail<'_, _>` is not implemented for `std::result::Result` Oct 27 19:52:48.599 INFO kablam! Oct 27 19:52:48.602 INFO kablam! error: aborting due to 6 previous errors Oct 27 19:52:48.602 INFO kablam! Oct 27 19:52:48.602 INFO kablam! Some errors occurred: E0277, E0308. Oct 27 19:52:48.611 INFO kablam! For more information about an error, try `rustc --explain E0277`. Oct 27 19:52:48.623 INFO kablam! error: Could not compile `lettre`. Oct 27 19:52:48.623 INFO kablam! Oct 27 19:52:48.623 INFO kablam! To learn more, run the command again with --verbose. Oct 27 19:52:48.627 INFO kablam! su: No module specific data is present Oct 27 19:52:49.572 INFO running `"docker" "rm" "-f" "d0cf956d0d8ec0981f02584c7b9518f9036898e1ebffbb67749c4c6b5045981a"` Oct 27 19:52:49.735 INFO blam! d0cf956d0d8ec0981f02584c7b9518f9036898e1ebffbb67749c4c6b5045981a