Oct 22 01:54:15.582 INFO checking lettre-0.8.2 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 01:54:15.584 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192/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 22 01:54:16.138 INFO blam! 32858b7ba84b7e0f19ef12f8d0fc412d3680e9d3e4e61e18fc2efdc7fe095f04 Oct 22 01:54:16.140 INFO running `"docker" "start" "-a" "32858b7ba84b7e0f19ef12f8d0fc412d3680e9d3e4e61e18fc2efdc7fe095f04"` Oct 22 01:54:17.520 INFO kablam! usermod: no changes Oct 22 01:54:17.692 INFO kablam! Checking md-5 v0.7.0 Oct 22 01:54:18.176 INFO kablam! Checking lettre v0.8.2 (/source) Oct 22 01:54:31.236 INFO kablam! error[E0308]: mismatched types Oct 22 01:54:31.236 INFO kablam! --> benches/transport_smtp.rs:17:13 Oct 22 01:54:31.236 INFO kablam! | Oct 22 01:54:31.236 INFO kablam! 17 | EmailAddress::new("user@localhost".to_string()), Oct 22 01:54:31.236 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::string::String`, found enum `std::result::Result` Oct 22 01:54:31.237 INFO kablam! | Oct 22 01:54:31.237 INFO kablam! = note: expected type `std::string::String` Oct 22 01:54:31.237 INFO kablam! found type `std::result::Result` Oct 22 01:54:31.237 INFO kablam! Oct 22 01:54:31.331 INFO kablam! error[E0308]: mismatched types Oct 22 01:54:31.331 INFO kablam! --> benches/transport_smtp.rs:18:13 Oct 22 01:54:31.331 INFO kablam! | Oct 22 01:54:31.332 INFO kablam! 18 | vec![EmailAddress::new("root@localhost".to_string())], Oct 22 01:54:31.332 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found struct `std::vec::Vec` Oct 22 01:54:31.332 INFO kablam! | Oct 22 01:54:31.333 INFO kablam! = note: expected type `&[std::string::String]` Oct 22 01:54:31.333 INFO kablam! found type `std::vec::Vec>` Oct 22 01:54:31.333 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 22 01:54:31.334 INFO kablam! Oct 22 01:54:31.340 INFO kablam! error[E0277]: the trait bound `std::result::Result: lettre::SendableEmail<'_, _>` is not satisfied Oct 22 01:54:31.341 INFO kablam! --> benches/transport_smtp.rs:22:29 Oct 22 01:54:31.341 INFO kablam! | Oct 22 01:54:31.341 INFO kablam! 22 | let result = sender.send(&email); Oct 22 01:54:31.342 INFO kablam! | ^^^^ the trait `lettre::SendableEmail<'_, _>` is not implemented for `std::result::Result` Oct 22 01:54:31.342 INFO kablam! Oct 22 01:54:31.485 INFO kablam! error[E0308]: mismatched types Oct 22 01:54:31.485 INFO kablam! --> benches/transport_smtp.rs:35:13 Oct 22 01:54:31.485 INFO kablam! | Oct 22 01:54:31.486 INFO kablam! 35 | EmailAddress::new("user@localhost".to_string()), Oct 22 01:54:31.486 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::string::String`, found enum `std::result::Result` Oct 22 01:54:31.486 INFO kablam! | Oct 22 01:54:31.486 INFO kablam! = note: expected type `std::string::String` Oct 22 01:54:31.487 INFO kablam! found type `std::result::Result` Oct 22 01:54:31.487 INFO kablam! Oct 22 01:54:31.541 INFO kablam! error[E0308]: mismatched types Oct 22 01:54:31.541 INFO kablam! --> benches/transport_smtp.rs:36:13 Oct 22 01:54:31.541 INFO kablam! | Oct 22 01:54:31.542 INFO kablam! 36 | vec![EmailAddress::new("root@localhost".to_string())], Oct 22 01:54:31.542 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found struct `std::vec::Vec` Oct 22 01:54:31.542 INFO kablam! | Oct 22 01:54:31.542 INFO kablam! = note: expected type `&[std::string::String]` Oct 22 01:54:31.543 INFO kablam! found type `std::vec::Vec>` Oct 22 01:54:31.543 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 22 01:54:31.543 INFO kablam! Oct 22 01:54:31.543 INFO kablam! error[E0277]: the trait bound `std::result::Result: lettre::SendableEmail<'_, _>` is not satisfied Oct 22 01:54:31.544 INFO kablam! --> benches/transport_smtp.rs:40:29 Oct 22 01:54:31.544 INFO kablam! | Oct 22 01:54:31.544 INFO kablam! 40 | let result = sender.send(&email); Oct 22 01:54:31.545 INFO kablam! | ^^^^ the trait `lettre::SendableEmail<'_, _>` is not implemented for `std::result::Result` Oct 22 01:54:31.545 INFO kablam! Oct 22 01:54:31.553 INFO kablam! error: aborting due to 6 previous errors Oct 22 01:54:31.553 INFO kablam! Oct 22 01:54:31.553 INFO kablam! Some errors occurred: E0277, E0308. Oct 22 01:54:31.553 INFO kablam! For more information about an error, try `rustc --explain E0277`. Oct 22 01:54:31.563 INFO kablam! error: Could not compile `lettre`. Oct 22 01:54:31.564 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 22 01:54:32.978 INFO kablam! error: build failed Oct 22 01:54:32.980 INFO kablam! su: No module specific data is present Oct 22 01:54:33.895 INFO running `"docker" "rm" "-f" "32858b7ba84b7e0f19ef12f8d0fc412d3680e9d3e4e61e18fc2efdc7fe095f04"` Oct 22 01:54:34.148 INFO blam! 32858b7ba84b7e0f19ef12f8d0fc412d3680e9d3e4e61e18fc2efdc7fe095f04