Sep 06 00:53:28.812 INFO checking rusqlite-0.10.3 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 00:53:28.812 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 00:53:28.812 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-4/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-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.984 INFO blam! e236c6c235388349b001f20a73d16dc5ab4a82813149fee1f7437bc77b5f2a45 Sep 06 00:53:28.985 INFO running `"docker" "start" "-a" "e236c6c235388349b001f20a73d16dc5ab4a82813149fee1f7437bc77b5f2a45"` Sep 06 00:53:29.719 INFO kablam! usermod: no changes Sep 06 00:53:29.882 INFO kablam! Compiling libsqlite3-sys v0.8.1 Sep 06 00:53:31.514 INFO kablam! Checking rusqlite v0.10.3 (file:///source) Sep 06 00:53:32.046 INFO kablam! error: conflicting implementations of trait `std::convert::From<&_>` for type `types::to_sql::ToSqlOutput<'_>`: (E0119) Sep 06 00:53:32.046 INFO kablam! --> src/types/to_sql.rs:26:1 Sep 06 00:53:32.046 INFO kablam! | Sep 06 00:53:32.046 INFO kablam! 18 | / impl<'a, T: ?Sized> From<&'a T> for ToSqlOutput<'a> Sep 06 00:53:32.046 INFO kablam! 19 | | where &'a T: Into> Sep 06 00:53:32.046 INFO kablam! 20 | | { Sep 06 00:53:32.046 INFO kablam! 21 | | fn from(t: &'a T) -> Self { Sep 06 00:53:32.046 INFO kablam! 22 | | ToSqlOutput::Borrowed(t.into()) Sep 06 00:53:32.046 INFO kablam! 23 | | } Sep 06 00:53:32.046 INFO kablam! 24 | | } Sep 06 00:53:32.046 INFO kablam! | |_- first implementation here Sep 06 00:53:32.046 INFO kablam! 25 | Sep 06 00:53:32.046 INFO kablam! 26 | impl<'a, T: Into> From for ToSqlOutput<'a> { Sep 06 00:53:32.046 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `types::to_sql::ToSqlOutput<'_>` Sep 06 00:53:32.046 INFO kablam! | Sep 06 00:53:32.046 INFO kablam! = note: #[deny(incoherent_fundamental_impls)] on by default Sep 06 00:53:32.046 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:32.046 INFO kablam! = note: for more information, see issue #46205 Sep 06 00:53:32.046 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `types::value::Value` Sep 06 00:53:32.046 INFO kablam! Sep 06 00:53:32.064 INFO kablam! error: aborting due to previous error Sep 06 00:53:32.064 INFO kablam! Sep 06 00:53:32.072 INFO kablam! error: Could not compile `rusqlite`. Sep 06 00:53:32.075 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 00:53:32.425 INFO kablam! error: conflicting implementations of trait `std::convert::From<&_>` for type `types::to_sql::ToSqlOutput<'_>`: (E0119) Sep 06 00:53:32.425 INFO kablam! --> src/types/to_sql.rs:26:1 Sep 06 00:53:32.425 INFO kablam! | Sep 06 00:53:32.425 INFO kablam! 18 | / impl<'a, T: ?Sized> From<&'a T> for ToSqlOutput<'a> Sep 06 00:53:32.425 INFO kablam! 19 | | where &'a T: Into> Sep 06 00:53:32.425 INFO kablam! 20 | | { Sep 06 00:53:32.425 INFO kablam! 21 | | fn from(t: &'a T) -> Self { Sep 06 00:53:32.425 INFO kablam! 22 | | ToSqlOutput::Borrowed(t.into()) Sep 06 00:53:32.425 INFO kablam! 23 | | } Sep 06 00:53:32.425 INFO kablam! 24 | | } Sep 06 00:53:32.425 INFO kablam! | |_- first implementation here Sep 06 00:53:32.425 INFO kablam! 25 | Sep 06 00:53:32.425 INFO kablam! 26 | impl<'a, T: Into> From for ToSqlOutput<'a> { Sep 06 00:53:32.425 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `types::to_sql::ToSqlOutput<'_>` Sep 06 00:53:32.425 INFO kablam! | Sep 06 00:53:32.425 INFO kablam! = note: #[deny(incoherent_fundamental_impls)] on by default Sep 06 00:53:32.425 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:32.425 INFO kablam! = note: for more information, see issue #46205 Sep 06 00:53:32.425 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `types::value::Value` Sep 06 00:53:32.425 INFO kablam! Sep 06 00:53:32.454 INFO kablam! error: aborting due to previous error Sep 06 00:53:32.454 INFO kablam! Sep 06 00:53:32.464 INFO kablam! error: Could not compile `rusqlite`. Sep 06 00:53:32.464 INFO kablam! Sep 06 00:53:32.464 INFO kablam! To learn more, run the command again with --verbose. Sep 06 00:53:32.465 INFO kablam! su: No module specific data is present Sep 06 00:53:33.213 INFO running `"docker" "rm" "-f" "e236c6c235388349b001f20a73d16dc5ab4a82813149fee1f7437bc77b5f2a45"` Sep 06 00:53:33.287 INFO blam! e236c6c235388349b001f20a73d16dc5ab4a82813149fee1f7437bc77b5f2a45