Oct 13 12:45:41.434 INFO checking lettre-0.8.2 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 12:45:41.434 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-4/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 13 12:45:41.636 INFO blam! fb62a2d544e668c5fcc4e822ffde4981c2244cd844ad82debfdae3d798d82725 Oct 13 12:45:41.649 INFO running `"docker" "start" "-a" "fb62a2d544e668c5fcc4e822ffde4981c2244cd844ad82debfdae3d798d82725"` Oct 13 12:45:42.547 INFO kablam! usermod: no changes Oct 13 12:45:42.741 INFO kablam! Checking lettre v0.8.2 (/source) Oct 13 12:46:05.132 INFO kablam! error[E0308]: mismatched types Oct 13 12:46:05.132 INFO kablam! --> benches/transport_smtp.rs:17:13 Oct 13 12:46:05.132 INFO kablam! | Oct 13 12:46:05.132 INFO kablam! 17 | EmailAddress::new("user@localhost".to_string()), Oct 13 12:46:05.132 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::string::String`, found enum `std::result::Result` Oct 13 12:46:05.132 INFO kablam! | Oct 13 12:46:05.132 INFO kablam! = note: expected type `std::string::String` Oct 13 12:46:05.132 INFO kablam! found type `std::result::Result` Oct 13 12:46:05.132 INFO kablam! Oct 13 12:46:05.200 INFO kablam! error[E0308]: mismatched types Oct 13 12:46:05.200 INFO kablam! --> benches/transport_smtp.rs:18:13 Oct 13 12:46:05.200 INFO kablam! | Oct 13 12:46:05.200 INFO kablam! 18 | vec![EmailAddress::new("root@localhost".to_string())], Oct 13 12:46:05.200 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found struct `std::vec::Vec` Oct 13 12:46:05.200 INFO kablam! | Oct 13 12:46:05.200 INFO kablam! = note: expected type `&[std::string::String]` Oct 13 12:46:05.200 INFO kablam! found type `std::vec::Vec>` Oct 13 12:46:05.200 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 13 12:46:05.200 INFO kablam! Oct 13 12:46:05.200 INFO kablam! error[E0277]: the trait bound `std::result::Result: lettre::SendableEmail<'_, _>` is not satisfied Oct 13 12:46:05.200 INFO kablam! --> benches/transport_smtp.rs:22:29 Oct 13 12:46:05.200 INFO kablam! | Oct 13 12:46:05.200 INFO kablam! 22 | let result = sender.send(&email); Oct 13 12:46:05.200 INFO kablam! | ^^^^ the trait `lettre::SendableEmail<'_, _>` is not implemented for `std::result::Result` Oct 13 12:46:05.200 INFO kablam! Oct 13 12:46:05.263 INFO kablam! error[E0308]: mismatched types Oct 13 12:46:05.263 INFO kablam! --> benches/transport_smtp.rs:35:13 Oct 13 12:46:05.263 INFO kablam! | Oct 13 12:46:05.263 INFO kablam! 35 | EmailAddress::new("user@localhost".to_string()), Oct 13 12:46:05.263 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::string::String`, found enum `std::result::Result` Oct 13 12:46:05.263 INFO kablam! | Oct 13 12:46:05.263 INFO kablam! = note: expected type `std::string::String` Oct 13 12:46:05.263 INFO kablam! found type `std::result::Result` Oct 13 12:46:05.263 INFO kablam! Oct 13 12:46:05.317 INFO kablam! error[E0308]: mismatched types Oct 13 12:46:05.317 INFO kablam! --> benches/transport_smtp.rs:36:13 Oct 13 12:46:05.317 INFO kablam! | Oct 13 12:46:05.317 INFO kablam! 36 | vec![EmailAddress::new("root@localhost".to_string())], Oct 13 12:46:05.317 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found struct `std::vec::Vec` Oct 13 12:46:05.317 INFO kablam! | Oct 13 12:46:05.320 INFO kablam! = note: expected type `&[std::string::String]` Oct 13 12:46:05.320 INFO kablam! found type `std::vec::Vec>` Oct 13 12:46:05.320 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 13 12:46:05.320 INFO kablam! Oct 13 12:46:05.320 INFO kablam! error[E0277]: the trait bound `std::result::Result: lettre::SendableEmail<'_, _>` is not satisfied Oct 13 12:46:05.320 INFO kablam! --> benches/transport_smtp.rs:40:29 Oct 13 12:46:05.320 INFO kablam! | Oct 13 12:46:05.320 INFO kablam! 40 | let result = sender.send(&email); Oct 13 12:46:05.320 INFO kablam! | ^^^^ the trait `lettre::SendableEmail<'_, _>` is not implemented for `std::result::Result` Oct 13 12:46:05.320 INFO kablam! Oct 13 12:46:05.332 INFO kablam! error: aborting due to 6 previous errors Oct 13 12:46:05.332 INFO kablam! Oct 13 12:46:05.332 INFO kablam! Some errors occurred: E0277, E0308. Oct 13 12:46:05.332 INFO kablam! For more information about an error, try `rustc --explain E0277`. Oct 13 12:46:05.356 INFO kablam! error: Could not compile `lettre`. Oct 13 12:46:05.356 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 12:46:05.636 INFO kablam! error: build failed Oct 13 12:46:05.636 INFO kablam! su: No module specific data is present Oct 13 12:46:06.089 INFO running `"docker" "rm" "-f" "fb62a2d544e668c5fcc4e822ffde4981c2244cd844ad82debfdae3d798d82725"` Oct 13 12:46:06.381 INFO blam! fb62a2d544e668c5fcc4e822ffde4981c2244cd844ad82debfdae3d798d82725