Jul 11 23:22:50.373 INFO checking rusqlite-0.13.0 against master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9 for pr-52234 Jul 11 23:22:50.373 INFO running: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 11 23:22:50.373 INFO creating container for: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 11 23:22:50.373 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:22:50.631 INFO blam! 35c9d7d2e462b52d3bda29775d4636afc4be3caa985d3b2eed6963c53d20248f Jul 11 23:22:50.633 INFO running `"docker" "start" "-a" "35c9d7d2e462b52d3bda29775d4636afc4be3caa985d3b2eed6963c53d20248f"` Jul 11 23:22:51.786 INFO kablam! Compiling libsqlite3-sys v0.9.1 Jul 11 23:22:54.463 INFO kablam! Checking rusqlite v0.13.0 (file:///source) Jul 11 23:22:55.629 INFO kablam! error: conflicting implementations of trait `std::convert::From<&_>` for type `types::to_sql::ToSqlOutput<'_>`: (E0119) Jul 11 23:22:55.629 INFO kablam! --> src/types/to_sql.rs:26:1 Jul 11 23:22:55.629 INFO kablam! | Jul 11 23:22:55.629 INFO kablam! 18 | / impl<'a, T: ?Sized> From<&'a T> for ToSqlOutput<'a> Jul 11 23:22:55.629 INFO kablam! 19 | | where &'a T: Into> Jul 11 23:22:55.629 INFO kablam! 20 | | { Jul 11 23:22:55.629 INFO kablam! 21 | | fn from(t: &'a T) -> Self { Jul 11 23:22:55.630 INFO kablam! 22 | | ToSqlOutput::Borrowed(t.into()) Jul 11 23:22:55.630 INFO kablam! 23 | | } Jul 11 23:22:55.630 INFO kablam! 24 | | } Jul 11 23:22:55.630 INFO kablam! | |_- first implementation here Jul 11 23:22:55.630 INFO kablam! 25 | Jul 11 23:22:55.630 INFO kablam! 26 | impl<'a, T: Into> From for ToSqlOutput<'a> { Jul 11 23:22:55.630 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `types::to_sql::ToSqlOutput<'_>` Jul 11 23:22:55.630 INFO kablam! | Jul 11 23:22:55.630 INFO kablam! = note: #[deny(incoherent_fundamental_impls)] on by default Jul 11 23:22:55.630 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:22:55.630 INFO kablam! = note: for more information, see issue #46205 Jul 11 23:22:55.630 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `types::value::Value` Jul 11 23:22:55.630 INFO kablam! Jul 11 23:22:55.706 INFO kablam! error: aborting due to previous error Jul 11 23:22:55.706 INFO kablam! Jul 11 23:22:55.735 INFO kablam! error: Could not compile `rusqlite`. Jul 11 23:22:55.735 INFO kablam! warning: build failed, waiting for other jobs to finish... Jul 11 23:22:56.202 INFO kablam! error: conflicting implementations of trait `std::convert::From<&_>` for type `types::to_sql::ToSqlOutput<'_>`: (E0119) Jul 11 23:22:56.202 INFO kablam! --> src/types/to_sql.rs:26:1 Jul 11 23:22:56.202 INFO kablam! | Jul 11 23:22:56.202 INFO kablam! 18 | / impl<'a, T: ?Sized> From<&'a T> for ToSqlOutput<'a> Jul 11 23:22:56.202 INFO kablam! 19 | | where &'a T: Into> Jul 11 23:22:56.202 INFO kablam! 20 | | { Jul 11 23:22:56.202 INFO kablam! 21 | | fn from(t: &'a T) -> Self { Jul 11 23:22:56.202 INFO kablam! 22 | | ToSqlOutput::Borrowed(t.into()) Jul 11 23:22:56.202 INFO kablam! 23 | | } Jul 11 23:22:56.202 INFO kablam! 24 | | } Jul 11 23:22:56.202 INFO kablam! | |_- first implementation here Jul 11 23:22:56.202 INFO kablam! 25 | Jul 11 23:22:56.202 INFO kablam! 26 | impl<'a, T: Into> From for ToSqlOutput<'a> { Jul 11 23:22:56.202 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `types::to_sql::ToSqlOutput<'_>` Jul 11 23:22:56.202 INFO kablam! | Jul 11 23:22:56.202 INFO kablam! = note: #[deny(incoherent_fundamental_impls)] on by default Jul 11 23:22:56.202 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:22:56.202 INFO kablam! = note: for more information, see issue #46205 Jul 11 23:22:56.202 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `types::value::Value` Jul 11 23:22:56.202 INFO kablam! Jul 11 23:22:56.254 INFO kablam! error: aborting due to previous error Jul 11 23:22:56.254 INFO kablam! Jul 11 23:22:56.271 INFO kablam! error: Could not compile `rusqlite`. Jul 11 23:22:56.271 INFO kablam! Jul 11 23:22:56.271 INFO kablam! To learn more, run the command again with --verbose. Jul 11 23:22:56.273 INFO kablam! su: No module specific data is present Jul 11 23:22:56.755 INFO running `"docker" "rm" "-f" "35c9d7d2e462b52d3bda29775d4636afc4be3caa985d3b2eed6963c53d20248f"` Jul 11 23:22:56.919 INFO blam! 35c9d7d2e462b52d3bda29775d4636afc4be3caa985d3b2eed6963c53d20248f