Sep 14 10:03:53.946 INFO checking rusqlite-0.10.3 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 10:03:53.946 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 10:03:53.946 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-4/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 10:03:54.322 INFO blam! dd83d284e9ac5b8e489a1ebc05a6ae90ecfab066bcf5232eb6bec0132f37ba9c Sep 14 10:03:54.324 INFO running `"docker" "start" "-a" "dd83d284e9ac5b8e489a1ebc05a6ae90ecfab066bcf5232eb6bec0132f37ba9c"` Sep 14 10:03:55.193 INFO kablam! usermod: no changes Sep 14 10:03:55.375 INFO kablam! Compiling libsqlite3-sys v0.8.1 Sep 14 10:03:57.057 INFO kablam! Checking rusqlite v0.10.3 (file:///source) Sep 14 10:03:57.625 INFO kablam! error: conflicting implementations of trait `std::convert::From<&_>` for type `types::to_sql::ToSqlOutput<'_>`: (E0119) Sep 14 10:03:57.625 INFO kablam! --> src/types/to_sql.rs:26:1 Sep 14 10:03:57.625 INFO kablam! | Sep 14 10:03:57.625 INFO kablam! 18 | / impl<'a, T: ?Sized> From<&'a T> for ToSqlOutput<'a> Sep 14 10:03:57.625 INFO kablam! 19 | | where &'a T: Into> Sep 14 10:03:57.625 INFO kablam! 20 | | { Sep 14 10:03:57.625 INFO kablam! 21 | | fn from(t: &'a T) -> Self { Sep 14 10:03:57.625 INFO kablam! 22 | | ToSqlOutput::Borrowed(t.into()) Sep 14 10:03:57.625 INFO kablam! 23 | | } Sep 14 10:03:57.625 INFO kablam! 24 | | } Sep 14 10:03:57.625 INFO kablam! | |_- first implementation here Sep 14 10:03:57.625 INFO kablam! 25 | Sep 14 10:03:57.625 INFO kablam! 26 | impl<'a, T: Into> From for ToSqlOutput<'a> { Sep 14 10:03:57.625 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `types::to_sql::ToSqlOutput<'_>` Sep 14 10:03:57.629 INFO kablam! | Sep 14 10:03:57.629 INFO kablam! = note: #[deny(incoherent_fundamental_impls)] on by default Sep 14 10:03:57.629 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 14 10:03:57.629 INFO kablam! = note: for more information, see issue #46205 Sep 14 10:03:57.629 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `types::value::Value` Sep 14 10:03:57.629 INFO kablam! Sep 14 10:03:57.674 INFO kablam! error: aborting due to previous error Sep 14 10:03:57.687 INFO kablam! Sep 14 10:03:57.696 INFO kablam! error: Could not compile `rusqlite`. Sep 14 10:03:57.696 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 10:03:57.867 INFO kablam! error: conflicting implementations of trait `std::convert::From<&_>` for type `types::to_sql::ToSqlOutput<'_>`: (E0119) Sep 14 10:03:57.867 INFO kablam! --> src/types/to_sql.rs:26:1 Sep 14 10:03:57.867 INFO kablam! | Sep 14 10:03:57.867 INFO kablam! 18 | / impl<'a, T: ?Sized> From<&'a T> for ToSqlOutput<'a> Sep 14 10:03:57.867 INFO kablam! 19 | | where &'a T: Into> Sep 14 10:03:57.867 INFO kablam! 20 | | { Sep 14 10:03:57.867 INFO kablam! 21 | | fn from(t: &'a T) -> Self { Sep 14 10:03:57.867 INFO kablam! 22 | | ToSqlOutput::Borrowed(t.into()) Sep 14 10:03:57.867 INFO kablam! 23 | | } Sep 14 10:03:57.867 INFO kablam! 24 | | } Sep 14 10:03:57.867 INFO kablam! | |_- first implementation here Sep 14 10:03:57.867 INFO kablam! 25 | Sep 14 10:03:57.867 INFO kablam! 26 | impl<'a, T: Into> From for ToSqlOutput<'a> { Sep 14 10:03:57.867 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `types::to_sql::ToSqlOutput<'_>` Sep 14 10:03:57.867 INFO kablam! | Sep 14 10:03:57.867 INFO kablam! = note: #[deny(incoherent_fundamental_impls)] on by default Sep 14 10:03:57.867 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 14 10:03:57.867 INFO kablam! = note: for more information, see issue #46205 Sep 14 10:03:57.867 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `types::value::Value` Sep 14 10:03:57.867 INFO kablam! Sep 14 10:03:57.895 INFO kablam! error: aborting due to previous error Sep 14 10:03:57.895 INFO kablam! Sep 14 10:03:57.907 INFO kablam! error: Could not compile `rusqlite`. Sep 14 10:03:57.907 INFO kablam! Sep 14 10:03:57.907 INFO kablam! To learn more, run the command again with --verbose. Sep 14 10:03:57.908 INFO kablam! su: No module specific data is present Sep 14 10:03:58.688 INFO running `"docker" "rm" "-f" "dd83d284e9ac5b8e489a1ebc05a6ae90ecfab066bcf5232eb6bec0132f37ba9c"` Sep 14 10:03:58.783 INFO blam! dd83d284e9ac5b8e489a1ebc05a6ae90ecfab066bcf5232eb6bec0132f37ba9c