Sep 04 08:07:00.712 INFO checking rusqlite-0.10.3 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 08:07:00.712 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 08:07:00.712 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-1/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 08:07:00.916 INFO blam! 0f408e9f07cb961b168b724174435a686ec1279f9486ef5fef447777b5207ad0 Sep 04 08:07:00.917 INFO running `"docker" "start" "-a" "0f408e9f07cb961b168b724174435a686ec1279f9486ef5fef447777b5207ad0"` Sep 04 08:07:01.751 INFO kablam! Compiling libsqlite3-sys v0.8.1 Sep 04 08:07:03.268 INFO kablam! Checking rusqlite v0.10.3 (file:///source) Sep 04 08:07:03.854 INFO kablam! error: conflicting implementations of trait `std::convert::From<&_>` for type `types::to_sql::ToSqlOutput<'_>`: (E0119) Sep 04 08:07:03.855 INFO kablam! --> src/types/to_sql.rs:26:1 Sep 04 08:07:03.855 INFO kablam! | Sep 04 08:07:03.855 INFO kablam! 18 | / impl<'a, T: ?Sized> From<&'a T> for ToSqlOutput<'a> Sep 04 08:07:03.855 INFO kablam! 19 | | where &'a T: Into> Sep 04 08:07:03.855 INFO kablam! 20 | | { Sep 04 08:07:03.855 INFO kablam! 21 | | fn from(t: &'a T) -> Self { Sep 04 08:07:03.855 INFO kablam! 22 | | ToSqlOutput::Borrowed(t.into()) Sep 04 08:07:03.855 INFO kablam! 23 | | } Sep 04 08:07:03.855 INFO kablam! 24 | | } Sep 04 08:07:03.855 INFO kablam! | |_- first implementation here Sep 04 08:07:03.855 INFO kablam! 25 | Sep 04 08:07:03.855 INFO kablam! 26 | impl<'a, T: Into> From for ToSqlOutput<'a> { Sep 04 08:07:03.855 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `types::to_sql::ToSqlOutput<'_>` Sep 04 08:07:03.855 INFO kablam! | Sep 04 08:07:03.855 INFO kablam! = note: #[deny(incoherent_fundamental_impls)] on by default Sep 04 08:07:03.855 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 08:07:03.855 INFO kablam! = note: for more information, see issue #46205 Sep 04 08:07:03.855 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `types::value::Value` Sep 04 08:07:03.855 INFO kablam! Sep 04 08:07:03.892 INFO kablam! error: aborting due to previous error Sep 04 08:07:03.892 INFO kablam! Sep 04 08:07:03.899 INFO kablam! error: Could not compile `rusqlite`. Sep 04 08:07:03.900 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 08:07:04.183 INFO kablam! error: conflicting implementations of trait `std::convert::From<&_>` for type `types::to_sql::ToSqlOutput<'_>`: (E0119) Sep 04 08:07:04.183 INFO kablam! --> src/types/to_sql.rs:26:1 Sep 04 08:07:04.183 INFO kablam! | Sep 04 08:07:04.183 INFO kablam! 18 | / impl<'a, T: ?Sized> From<&'a T> for ToSqlOutput<'a> Sep 04 08:07:04.183 INFO kablam! 19 | | where &'a T: Into> Sep 04 08:07:04.183 INFO kablam! 20 | | { Sep 04 08:07:04.183 INFO kablam! 21 | | fn from(t: &'a T) -> Self { Sep 04 08:07:04.184 INFO kablam! 22 | | ToSqlOutput::Borrowed(t.into()) Sep 04 08:07:04.184 INFO kablam! 23 | | } Sep 04 08:07:04.184 INFO kablam! 24 | | } Sep 04 08:07:04.184 INFO kablam! | |_- first implementation here Sep 04 08:07:04.184 INFO kablam! 25 | Sep 04 08:07:04.184 INFO kablam! 26 | impl<'a, T: Into> From for ToSqlOutput<'a> { Sep 04 08:07:04.184 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `types::to_sql::ToSqlOutput<'_>` Sep 04 08:07:04.184 INFO kablam! | Sep 04 08:07:04.184 INFO kablam! = note: #[deny(incoherent_fundamental_impls)] on by default Sep 04 08:07:04.184 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 08:07:04.184 INFO kablam! = note: for more information, see issue #46205 Sep 04 08:07:04.184 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `types::value::Value` Sep 04 08:07:04.184 INFO kablam! Sep 04 08:07:04.212 INFO kablam! error: aborting due to previous error Sep 04 08:07:04.212 INFO kablam! Sep 04 08:07:04.225 INFO kablam! error: Could not compile `rusqlite`. Sep 04 08:07:04.225 INFO kablam! Sep 04 08:07:04.225 INFO kablam! To learn more, run the command again with --verbose. Sep 04 08:07:04.227 INFO kablam! su: No module specific data is present Sep 04 08:07:04.710 INFO running `"docker" "rm" "-f" "0f408e9f07cb961b168b724174435a686ec1279f9486ef5fef447777b5207ad0"` Sep 04 08:07:04.789 INFO blam! 0f408e9f07cb961b168b724174435a686ec1279f9486ef5fef447777b5207ad0