Sep 06 00:53:28.004 INFO checking rusqlite-0.10.3 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 06 00:53:28.004 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 06 00:53:28.004 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-2/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 00:53:28.176 INFO blam! 10fc4c98494ede378623d9ab5518315d30e00f5614127996fb533992ce2ef98a Sep 06 00:53:28.178 INFO running `"docker" "start" "-a" "10fc4c98494ede378623d9ab5518315d30e00f5614127996fb533992ce2ef98a"` Sep 06 00:53:28.910 INFO kablam! usermod: no changes Sep 06 00:53:29.033 INFO kablam! Compiling libsqlite3-sys v0.8.1 Sep 06 00:53:30.364 INFO kablam! Checking rusqlite v0.10.3 (file:///source) Sep 06 00:53:31.170 INFO kablam! error: conflicting implementations of trait `std::convert::From<&_>` for type `types::to_sql::ToSqlOutput<'_>`: (E0119) Sep 06 00:53:31.170 INFO kablam! --> src/types/to_sql.rs:26:1 Sep 06 00:53:31.170 INFO kablam! | Sep 06 00:53:31.170 INFO kablam! 18 | / impl<'a, T: ?Sized> From<&'a T> for ToSqlOutput<'a> Sep 06 00:53:31.170 INFO kablam! 19 | | where &'a T: Into> Sep 06 00:53:31.170 INFO kablam! 20 | | { Sep 06 00:53:31.170 INFO kablam! 21 | | fn from(t: &'a T) -> Self { Sep 06 00:53:31.170 INFO kablam! 22 | | ToSqlOutput::Borrowed(t.into()) Sep 06 00:53:31.170 INFO kablam! 23 | | } Sep 06 00:53:31.170 INFO kablam! 24 | | } Sep 06 00:53:31.170 INFO kablam! | |_- first implementation here Sep 06 00:53:31.170 INFO kablam! 25 | Sep 06 00:53:31.170 INFO kablam! 26 | impl<'a, T: Into> From for ToSqlOutput<'a> { Sep 06 00:53:31.170 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `types::to_sql::ToSqlOutput<'_>` Sep 06 00:53:31.170 INFO kablam! | Sep 06 00:53:31.170 INFO kablam! = note: #[deny(incoherent_fundamental_impls)] on by default Sep 06 00:53:31.170 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 06 00:53:31.170 INFO kablam! = note: for more information, see issue #46205 Sep 06 00:53:31.170 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `types::value::Value` Sep 06 00:53:31.170 INFO kablam! Sep 06 00:53:31.212 INFO kablam! error: aborting due to previous error Sep 06 00:53:31.222 INFO kablam! Sep 06 00:53:31.238 INFO kablam! error: Could not compile `rusqlite`. Sep 06 00:53:31.238 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 00:53:31.335 INFO kablam! error: conflicting implementations of trait `std::convert::From<&_>` for type `types::to_sql::ToSqlOutput<'_>`: (E0119) Sep 06 00:53:31.335 INFO kablam! --> src/types/to_sql.rs:26:1 Sep 06 00:53:31.335 INFO kablam! | Sep 06 00:53:31.335 INFO kablam! 18 | / impl<'a, T: ?Sized> From<&'a T> for ToSqlOutput<'a> Sep 06 00:53:31.335 INFO kablam! 19 | | where &'a T: Into> Sep 06 00:53:31.335 INFO kablam! 20 | | { Sep 06 00:53:31.335 INFO kablam! 21 | | fn from(t: &'a T) -> Self { Sep 06 00:53:31.335 INFO kablam! 22 | | ToSqlOutput::Borrowed(t.into()) Sep 06 00:53:31.335 INFO kablam! 23 | | } Sep 06 00:53:31.335 INFO kablam! 24 | | } Sep 06 00:53:31.335 INFO kablam! | |_- first implementation here Sep 06 00:53:31.335 INFO kablam! 25 | Sep 06 00:53:31.335 INFO kablam! 26 | impl<'a, T: Into> From for ToSqlOutput<'a> { Sep 06 00:53:31.335 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `types::to_sql::ToSqlOutput<'_>` Sep 06 00:53:31.335 INFO kablam! | Sep 06 00:53:31.335 INFO kablam! = note: #[deny(incoherent_fundamental_impls)] on by default Sep 06 00:53:31.335 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 06 00:53:31.335 INFO kablam! = note: for more information, see issue #46205 Sep 06 00:53:31.335 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `types::value::Value` Sep 06 00:53:31.335 INFO kablam! Sep 06 00:53:31.358 INFO kablam! error: aborting due to previous error Sep 06 00:53:31.358 INFO kablam! Sep 06 00:53:31.372 INFO kablam! error: Could not compile `rusqlite`. Sep 06 00:53:31.372 INFO kablam! Sep 06 00:53:31.372 INFO kablam! To learn more, run the command again with --verbose. Sep 06 00:53:31.374 INFO kablam! su: No module specific data is present Sep 06 00:53:32.627 INFO running `"docker" "rm" "-f" "10fc4c98494ede378623d9ab5518315d30e00f5614127996fb533992ce2ef98a"` Sep 06 00:53:32.732 INFO blam! 10fc4c98494ede378623d9ab5518315d30e00f5614127996fb533992ce2ef98a