Sep 04 04:58:30.188 INFO checking rusqlcipher-0.14.9 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 04:58:30.188 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 04:58:30.188 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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" "-e" "USER_ID=500" "-e" "CMD=cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 04:58:30.402 INFO blam! 6a757db56cd9ff250faa6f66e09b7b570e515a49b3af6e6352c60ed10014253f Sep 04 04:58:30.404 INFO running `"docker" "start" "-a" "6a757db56cd9ff250faa6f66e09b7b570e515a49b3af6e6352c60ed10014253f"` Sep 04 04:58:31.090 INFO kablam! Compiling libsqlcipher-sys v0.9.0 Sep 04 04:58:32.842 INFO kablam! Checking rusqlcipher v0.14.9 (file:///source) Sep 04 04:58:33.506 INFO kablam! error: conflicting implementations of trait `std::convert::From<&_>` for type `types::to_sql::ToSqlOutput<'_>`: (E0119) Sep 04 04:58:33.506 INFO kablam! --> src/types/to_sql.rs:26:1 Sep 04 04:58:33.506 INFO kablam! | Sep 04 04:58:33.506 INFO kablam! 18 | / impl<'a, T: ?Sized> From<&'a T> for ToSqlOutput<'a> Sep 04 04:58:33.507 INFO kablam! 19 | | where &'a T: Into> Sep 04 04:58:33.507 INFO kablam! 20 | | { Sep 04 04:58:33.507 INFO kablam! 21 | | fn from(t: &'a T) -> Self { Sep 04 04:58:33.507 INFO kablam! 22 | | ToSqlOutput::Borrowed(t.into()) Sep 04 04:58:33.507 INFO kablam! 23 | | } Sep 04 04:58:33.507 INFO kablam! 24 | | } Sep 04 04:58:33.507 INFO kablam! | |_- first implementation here Sep 04 04:58:33.507 INFO kablam! 25 | Sep 04 04:58:33.507 INFO kablam! 26 | impl<'a, T: Into> From for ToSqlOutput<'a> { Sep 04 04:58:33.507 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `types::to_sql::ToSqlOutput<'_>` Sep 04 04:58:33.507 INFO kablam! | Sep 04 04:58:33.507 INFO kablam! = note: #[deny(incoherent_fundamental_impls)] on by default Sep 04 04:58:33.507 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 04:58:33.507 INFO kablam! = note: for more information, see issue #46205 Sep 04 04:58:33.507 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `types::value::Value` Sep 04 04:58:33.507 INFO kablam! Sep 04 04:58:33.538 INFO kablam! error: aborting due to previous error Sep 04 04:58:33.538 INFO kablam! Sep 04 04:58:33.545 INFO kablam! error: Could not compile `rusqlcipher`. Sep 04 04:58:33.545 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 04:58:33.737 INFO kablam! error: conflicting implementations of trait `std::convert::From<&_>` for type `types::to_sql::ToSqlOutput<'_>`: (E0119) Sep 04 04:58:33.737 INFO kablam! --> src/types/to_sql.rs:26:1 Sep 04 04:58:33.737 INFO kablam! | Sep 04 04:58:33.737 INFO kablam! 18 | / impl<'a, T: ?Sized> From<&'a T> for ToSqlOutput<'a> Sep 04 04:58:33.737 INFO kablam! 19 | | where &'a T: Into> Sep 04 04:58:33.737 INFO kablam! 20 | | { Sep 04 04:58:33.737 INFO kablam! 21 | | fn from(t: &'a T) -> Self { Sep 04 04:58:33.737 INFO kablam! 22 | | ToSqlOutput::Borrowed(t.into()) Sep 04 04:58:33.737 INFO kablam! 23 | | } Sep 04 04:58:33.737 INFO kablam! 24 | | } Sep 04 04:58:33.737 INFO kablam! | |_- first implementation here Sep 04 04:58:33.737 INFO kablam! 25 | Sep 04 04:58:33.737 INFO kablam! 26 | impl<'a, T: Into> From for ToSqlOutput<'a> { Sep 04 04:58:33.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `types::to_sql::ToSqlOutput<'_>` Sep 04 04:58:33.738 INFO kablam! | Sep 04 04:58:33.738 INFO kablam! = note: #[deny(incoherent_fundamental_impls)] on by default Sep 04 04:58:33.738 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 04:58:33.738 INFO kablam! = note: for more information, see issue #46205 Sep 04 04:58:33.738 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `types::value::Value` Sep 04 04:58:33.738 INFO kablam! Sep 04 04:58:33.775 INFO kablam! error: aborting due to previous error Sep 04 04:58:33.775 INFO kablam! Sep 04 04:58:33.789 INFO kablam! error: Could not compile `rusqlcipher`. Sep 04 04:58:33.789 INFO kablam! Sep 04 04:58:33.789 INFO kablam! To learn more, run the command again with --verbose. Sep 04 04:58:33.790 INFO kablam! su: No module specific data is present Sep 04 04:58:34.121 INFO running `"docker" "rm" "-f" "6a757db56cd9ff250faa6f66e09b7b570e515a49b3af6e6352c60ed10014253f"` Sep 04 04:58:34.238 INFO blam! 6a757db56cd9ff250faa6f66e09b7b570e515a49b3af6e6352c60ed10014253f