Aug 11 09:58:55.295 INFO checking lettre-0.8.2 against master#f6d43ed84207c7e58f363f46e5a438ff40f2b311 for libc-1 Aug 11 09:58:55.295 INFO running: cargo +f6d43ed84207c7e58f363f46e5a438ff40f2b311-alt check --frozen --all --all-targets Aug 11 09:58:55.295 INFO creating container for: cargo +f6d43ed84207c7e58f363f46e5a438ff40f2b311-alt check --frozen --all --all-targets Aug 11 09:58:55.295 INFO running `"docker" "create" "-v" "/tmp/crater.ahONnAMtt1j3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/libc-1/worker-3/master#f6d43ed84207c7e58f363f46e5a438ff40f2b311:/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" "-v" "/home/ec2-user/crater/./work/local/cargo-home/git:/cargo-home/git:rw,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +f6d43ed84207c7e58f363f46e5a438ff40f2b311-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "crater"` Aug 11 09:58:55.534 INFO blam! 9394de4b29ae3fbe81ecfbea534c6a9c8cfca6de9a54e3a7f63314f39ea6d1a6 Aug 11 09:58:55.537 INFO running `"docker" "start" "-a" "9394de4b29ae3fbe81ecfbea534c6a9c8cfca6de9a54e3a7f63314f39ea6d1a6"` Aug 11 09:58:56.634 INFO kablam! Checking md-5 v0.7.0 Aug 11 09:58:57.123 INFO kablam! Checking lettre v0.8.2 (file:///source) Aug 11 09:59:17.575 INFO kablam! error[E0308]: mismatched types Aug 11 09:59:17.575 INFO kablam! --> benches/transport_smtp.rs:17:13 Aug 11 09:59:17.575 INFO kablam! | Aug 11 09:59:17.575 INFO kablam! 17 | EmailAddress::new("user@localhost".to_string()), Aug 11 09:59:17.575 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::string::String`, found enum `std::result::Result` Aug 11 09:59:17.575 INFO kablam! | Aug 11 09:59:17.575 INFO kablam! = note: expected type `std::string::String` Aug 11 09:59:17.575 INFO kablam! found type `std::result::Result` Aug 11 09:59:17.575 INFO kablam! Aug 11 09:59:17.976 INFO kablam! error[E0308]: mismatched types Aug 11 09:59:17.976 INFO kablam! --> benches/transport_smtp.rs:18:13 Aug 11 09:59:17.976 INFO kablam! | Aug 11 09:59:17.976 INFO kablam! 18 | vec![EmailAddress::new("root@localhost".to_string())], Aug 11 09:59:17.976 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found struct `std::vec::Vec` Aug 11 09:59:17.976 INFO kablam! | Aug 11 09:59:17.976 INFO kablam! = note: expected type `&[std::string::String]` Aug 11 09:59:17.976 INFO kablam! found type `std::vec::Vec>` Aug 11 09:59:17.976 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 11 09:59:17.976 INFO kablam! Aug 11 09:59:17.978 INFO kablam! error[E0277]: the trait bound `std::result::Result: lettre::SendableEmail<'_, _>` is not satisfied Aug 11 09:59:17.978 INFO kablam! --> benches/transport_smtp.rs:22:29 Aug 11 09:59:17.978 INFO kablam! | Aug 11 09:59:17.978 INFO kablam! 22 | let result = sender.send(&email); Aug 11 09:59:17.978 INFO kablam! | ^^^^ the trait `lettre::SendableEmail<'_, _>` is not implemented for `std::result::Result` Aug 11 09:59:17.978 INFO kablam! Aug 11 09:59:18.167 INFO kablam! error[E0308]: mismatched types Aug 11 09:59:18.172 INFO kablam! --> benches/transport_smtp.rs:35:13 Aug 11 09:59:18.172 INFO kablam! | Aug 11 09:59:18.172 INFO kablam! 35 | EmailAddress::new("user@localhost".to_string()), Aug 11 09:59:18.172 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::string::String`, found enum `std::result::Result` Aug 11 09:59:18.173 INFO kablam! | Aug 11 09:59:18.174 INFO kablam! = note: expected type `std::string::String` Aug 11 09:59:18.174 INFO kablam! found type `std::result::Result` Aug 11 09:59:18.174 INFO kablam! Aug 11 09:59:18.290 INFO kablam! error[E0308]: mismatched types Aug 11 09:59:18.290 INFO kablam! --> benches/transport_smtp.rs:36:13 Aug 11 09:59:18.290 INFO kablam! | Aug 11 09:59:18.290 INFO kablam! 36 | vec![EmailAddress::new("root@localhost".to_string())], Aug 11 09:59:18.290 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found struct `std::vec::Vec` Aug 11 09:59:18.290 INFO kablam! | Aug 11 09:59:18.290 INFO kablam! = note: expected type `&[std::string::String]` Aug 11 09:59:18.290 INFO kablam! found type `std::vec::Vec>` Aug 11 09:59:18.290 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 11 09:59:18.290 INFO kablam! Aug 11 09:59:18.291 INFO kablam! error[E0277]: the trait bound `std::result::Result: lettre::SendableEmail<'_, _>` is not satisfied Aug 11 09:59:18.291 INFO kablam! --> benches/transport_smtp.rs:40:29 Aug 11 09:59:18.291 INFO kablam! | Aug 11 09:59:18.291 INFO kablam! 40 | let result = sender.send(&email); Aug 11 09:59:18.291 INFO kablam! | ^^^^ the trait `lettre::SendableEmail<'_, _>` is not implemented for `std::result::Result` Aug 11 09:59:18.291 INFO kablam! Aug 11 09:59:18.297 INFO kablam! error: aborting due to 6 previous errors Aug 11 09:59:18.297 INFO kablam! Aug 11 09:59:18.297 INFO kablam! Some errors occurred: E0277, E0308. Aug 11 09:59:18.297 INFO kablam! For more information about an error, try `rustc --explain E0277`. Aug 11 09:59:18.313 INFO kablam! error: Could not compile `lettre`. Aug 11 09:59:18.313 INFO kablam! Aug 11 09:59:18.313 INFO kablam! To learn more, run the command again with --verbose. Aug 11 09:59:18.315 INFO kablam! su: No module specific data is present Aug 11 09:59:19.111 INFO running `"docker" "rm" "-f" "9394de4b29ae3fbe81ecfbea534c6a9c8cfca6de9a54e3a7f63314f39ea6d1a6"` Aug 11 09:59:19.290 INFO blam! 9394de4b29ae3fbe81ecfbea534c6a9c8cfca6de9a54e3a7f63314f39ea6d1a6