Jul 11 23:23:01.836 INFO checking rusqlcipher-0.14.9 against master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9 for pr-52234 Jul 11 23:23:01.836 INFO running: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 11 23:23:01.836 INFO creating container for: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 11 23:23:01.836 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-52234/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-0/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/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 +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 11 23:23:02.105 INFO blam! 7e66691539a8783d026f69230625fd54b1addd4f2795bb06b45f13aa23bd47ea Jul 11 23:23:02.112 INFO running `"docker" "start" "-a" "7e66691539a8783d026f69230625fd54b1addd4f2795bb06b45f13aa23bd47ea"` Jul 11 23:23:03.327 INFO kablam! Compiling libsqlcipher-sys v0.9.0 Jul 11 23:23:06.042 INFO kablam! Checking rusqlcipher v0.14.9 (file:///source) Jul 11 23:23:07.226 INFO kablam! error: conflicting implementations of trait `std::convert::From<&_>` for type `types::to_sql::ToSqlOutput<'_>`: (E0119) Jul 11 23:23:07.226 INFO kablam! --> src/types/to_sql.rs:26:1 Jul 11 23:23:07.226 INFO kablam! | Jul 11 23:23:07.226 INFO kablam! 18 | / impl<'a, T: ?Sized> From<&'a T> for ToSqlOutput<'a> Jul 11 23:23:07.226 INFO kablam! 19 | | where &'a T: Into> Jul 11 23:23:07.226 INFO kablam! 20 | | { Jul 11 23:23:07.226 INFO kablam! 21 | | fn from(t: &'a T) -> Self { Jul 11 23:23:07.226 INFO kablam! 22 | | ToSqlOutput::Borrowed(t.into()) Jul 11 23:23:07.226 INFO kablam! 23 | | } Jul 11 23:23:07.226 INFO kablam! 24 | | } Jul 11 23:23:07.226 INFO kablam! | |_- first implementation here Jul 11 23:23:07.226 INFO kablam! 25 | Jul 11 23:23:07.226 INFO kablam! 26 | impl<'a, T: Into> From for ToSqlOutput<'a> { Jul 11 23:23:07.226 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `types::to_sql::ToSqlOutput<'_>` Jul 11 23:23:07.226 INFO kablam! | Jul 11 23:23:07.226 INFO kablam! = note: #[deny(incoherent_fundamental_impls)] on by default Jul 11 23:23:07.226 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! Jul 11 23:23:07.226 INFO kablam! = note: for more information, see issue #46205 Jul 11 23:23:07.227 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `types::value::Value` Jul 11 23:23:07.227 INFO kablam! Jul 11 23:23:07.292 INFO kablam! error: aborting due to previous error Jul 11 23:23:07.293 INFO kablam! Jul 11 23:23:07.315 INFO kablam! error: Could not compile `rusqlcipher`. Jul 11 23:23:07.315 INFO kablam! warning: build failed, waiting for other jobs to finish... Jul 11 23:23:08.064 INFO kablam! error: conflicting implementations of trait `std::convert::From<&_>` for type `types::to_sql::ToSqlOutput<'_>`: (E0119) Jul 11 23:23:08.064 INFO kablam! --> src/types/to_sql.rs:26:1 Jul 11 23:23:08.064 INFO kablam! | Jul 11 23:23:08.064 INFO kablam! 18 | / impl<'a, T: ?Sized> From<&'a T> for ToSqlOutput<'a> Jul 11 23:23:08.064 INFO kablam! 19 | | where &'a T: Into> Jul 11 23:23:08.064 INFO kablam! 20 | | { Jul 11 23:23:08.064 INFO kablam! 21 | | fn from(t: &'a T) -> Self { Jul 11 23:23:08.064 INFO kablam! 22 | | ToSqlOutput::Borrowed(t.into()) Jul 11 23:23:08.064 INFO kablam! 23 | | } Jul 11 23:23:08.064 INFO kablam! 24 | | } Jul 11 23:23:08.064 INFO kablam! | |_- first implementation here Jul 11 23:23:08.064 INFO kablam! 25 | Jul 11 23:23:08.064 INFO kablam! 26 | impl<'a, T: Into> From for ToSqlOutput<'a> { Jul 11 23:23:08.064 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `types::to_sql::ToSqlOutput<'_>` Jul 11 23:23:08.064 INFO kablam! | Jul 11 23:23:08.064 INFO kablam! = note: #[deny(incoherent_fundamental_impls)] on by default Jul 11 23:23:08.065 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! Jul 11 23:23:08.065 INFO kablam! = note: for more information, see issue #46205 Jul 11 23:23:08.065 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `types::value::Value` Jul 11 23:23:08.065 INFO kablam! Jul 11 23:23:08.120 INFO kablam! error: aborting due to previous error Jul 11 23:23:08.120 INFO kablam! Jul 11 23:23:08.145 INFO kablam! error: Could not compile `rusqlcipher`. Jul 11 23:23:08.145 INFO kablam! Jul 11 23:23:08.145 INFO kablam! To learn more, run the command again with --verbose. Jul 11 23:23:08.147 INFO kablam! su: No module specific data is present Jul 11 23:23:08.668 INFO running `"docker" "rm" "-f" "7e66691539a8783d026f69230625fd54b1addd4f2795bb06b45f13aa23bd47ea"` Jul 11 23:23:08.830 INFO blam! 7e66691539a8783d026f69230625fd54b1addd4f2795bb06b45f13aa23bd47ea