Sep 19 21:10:15.200 INFO checking rusqlcipher-0.14.9 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 21:10:15.200 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 21:10:15.200 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-2/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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=1000" "-e" "CMD=cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 21:10:15.409 INFO blam! ac3d9e427c7f229319da3377c6f285582e6c0c740dac265c483e6d5ec154dea7 Sep 19 21:10:15.411 INFO running `"docker" "start" "-a" "ac3d9e427c7f229319da3377c6f285582e6c0c740dac265c483e6d5ec154dea7"` Sep 19 21:10:16.161 INFO kablam! usermod: no changes Sep 19 21:10:16.287 INFO kablam! Compiling libsqlcipher-sys v0.9.0 Sep 19 21:10:17.634 INFO kablam! Checking rusqlcipher v0.14.9 (/source) Sep 19 21:10:18.158 INFO kablam! error: conflicting implementations of trait `std::convert::From<&_>` for type `types::to_sql::ToSqlOutput<'_>`: (E0119) Sep 19 21:10:18.158 INFO kablam! --> src/types/to_sql.rs:26:1 Sep 19 21:10:18.158 INFO kablam! | Sep 19 21:10:18.158 INFO kablam! 18 | / impl<'a, T: ?Sized> From<&'a T> for ToSqlOutput<'a> Sep 19 21:10:18.158 INFO kablam! 19 | | where &'a T: Into> Sep 19 21:10:18.158 INFO kablam! 20 | | { Sep 19 21:10:18.158 INFO kablam! 21 | | fn from(t: &'a T) -> Self { Sep 19 21:10:18.158 INFO kablam! 22 | | ToSqlOutput::Borrowed(t.into()) Sep 19 21:10:18.158 INFO kablam! 23 | | } Sep 19 21:10:18.158 INFO kablam! 24 | | } Sep 19 21:10:18.158 INFO kablam! | |_- first implementation here Sep 19 21:10:18.158 INFO kablam! 25 | Sep 19 21:10:18.158 INFO kablam! 26 | impl<'a, T: Into> From for ToSqlOutput<'a> { Sep 19 21:10:18.158 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `types::to_sql::ToSqlOutput<'_>` Sep 19 21:10:18.158 INFO kablam! | Sep 19 21:10:18.158 INFO kablam! = note: #[deny(incoherent_fundamental_impls)] on by default Sep 19 21:10:18.158 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 19 21:10:18.158 INFO kablam! = note: for more information, see issue #46205 Sep 19 21:10:18.158 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `types::value::Value` Sep 19 21:10:18.158 INFO kablam! Sep 19 21:10:18.178 INFO kablam! error: aborting due to previous error Sep 19 21:10:18.178 INFO kablam! Sep 19 21:10:18.190 INFO kablam! error: Could not compile `rusqlcipher`. Sep 19 21:10:18.190 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 21:10:18.371 INFO kablam! error: conflicting implementations of trait `std::convert::From<&_>` for type `types::to_sql::ToSqlOutput<'_>`: (E0119) Sep 19 21:10:18.371 INFO kablam! --> src/types/to_sql.rs:26:1 Sep 19 21:10:18.371 INFO kablam! | Sep 19 21:10:18.371 INFO kablam! 18 | / impl<'a, T: ?Sized> From<&'a T> for ToSqlOutput<'a> Sep 19 21:10:18.371 INFO kablam! 19 | | where &'a T: Into> Sep 19 21:10:18.371 INFO kablam! 20 | | { Sep 19 21:10:18.371 INFO kablam! 21 | | fn from(t: &'a T) -> Self { Sep 19 21:10:18.371 INFO kablam! 22 | | ToSqlOutput::Borrowed(t.into()) Sep 19 21:10:18.371 INFO kablam! 23 | | } Sep 19 21:10:18.371 INFO kablam! 24 | | } Sep 19 21:10:18.371 INFO kablam! | |_- first implementation here Sep 19 21:10:18.371 INFO kablam! 25 | Sep 19 21:10:18.371 INFO kablam! 26 | impl<'a, T: Into> From for ToSqlOutput<'a> { Sep 19 21:10:18.371 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `types::to_sql::ToSqlOutput<'_>` Sep 19 21:10:18.371 INFO kablam! | Sep 19 21:10:18.371 INFO kablam! = note: #[deny(incoherent_fundamental_impls)] on by default Sep 19 21:10:18.371 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 19 21:10:18.371 INFO kablam! = note: for more information, see issue #46205 Sep 19 21:10:18.371 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `types::value::Value` Sep 19 21:10:18.371 INFO kablam! Sep 19 21:10:18.393 INFO kablam! error: aborting due to previous error Sep 19 21:10:18.393 INFO kablam! Sep 19 21:10:18.415 INFO kablam! error: Could not compile `rusqlcipher`. Sep 19 21:10:18.415 INFO kablam! Sep 19 21:10:18.415 INFO kablam! To learn more, run the command again with --verbose. Sep 19 21:10:18.416 INFO kablam! su: No module specific data is present Sep 19 21:10:19.167 INFO running `"docker" "rm" "-f" "ac3d9e427c7f229319da3377c6f285582e6c0c740dac265c483e6d5ec154dea7"` Sep 19 21:10:19.287 INFO blam! ac3d9e427c7f229319da3377c6f285582e6c0c740dac265c483e6d5ec154dea7