Sep 21 04:01:19.643 INFO checking rusqlcipher-0.14.9 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 04:01:19.643 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 04:01:19.643 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-6/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 04:01:19.847 INFO blam! 126dc6534303c0804f5eeebbac4296d5e93ebedeab38cbfa79e9f9d8f4b66c2b Sep 21 04:01:19.849 INFO running `"docker" "start" "-a" "126dc6534303c0804f5eeebbac4296d5e93ebedeab38cbfa79e9f9d8f4b66c2b"` Sep 21 04:01:20.549 INFO kablam! usermod: no changes Sep 21 04:01:20.656 INFO kablam! Compiling libsqlcipher-sys v0.9.0 Sep 21 04:01:21.661 INFO kablam! Checking rusqlcipher v0.14.9 (/source) Sep 21 04:01:22.064 INFO kablam! error: conflicting implementations of trait `std::convert::From<&_>` for type `types::to_sql::ToSqlOutput<'_>`: (E0119) Sep 21 04:01:22.064 INFO kablam! --> src/types/to_sql.rs:26:1 Sep 21 04:01:22.064 INFO kablam! | Sep 21 04:01:22.064 INFO kablam! 18 | / impl<'a, T: ?Sized> From<&'a T> for ToSqlOutput<'a> Sep 21 04:01:22.064 INFO kablam! 19 | | where &'a T: Into> Sep 21 04:01:22.064 INFO kablam! 20 | | { Sep 21 04:01:22.064 INFO kablam! 21 | | fn from(t: &'a T) -> Self { Sep 21 04:01:22.064 INFO kablam! 22 | | ToSqlOutput::Borrowed(t.into()) Sep 21 04:01:22.064 INFO kablam! 23 | | } Sep 21 04:01:22.064 INFO kablam! 24 | | } Sep 21 04:01:22.064 INFO kablam! | |_- first implementation here Sep 21 04:01:22.064 INFO kablam! 25 | Sep 21 04:01:22.064 INFO kablam! 26 | impl<'a, T: Into> From for ToSqlOutput<'a> { Sep 21 04:01:22.064 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `types::to_sql::ToSqlOutput<'_>` Sep 21 04:01:22.065 INFO kablam! | Sep 21 04:01:22.065 INFO kablam! = note: #[deny(incoherent_fundamental_impls)] on by default Sep 21 04:01:22.065 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 21 04:01:22.065 INFO kablam! = note: for more information, see issue #46205 Sep 21 04:01:22.065 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `types::value::Value` Sep 21 04:01:22.065 INFO kablam! Sep 21 04:01:22.082 INFO kablam! error: aborting due to previous error Sep 21 04:01:22.083 INFO kablam! Sep 21 04:01:22.091 INFO kablam! error: Could not compile `rusqlcipher`. Sep 21 04:01:22.091 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 04:01:22.264 INFO kablam! error: conflicting implementations of trait `std::convert::From<&_>` for type `types::to_sql::ToSqlOutput<'_>`: (E0119) Sep 21 04:01:22.264 INFO kablam! --> src/types/to_sql.rs:26:1 Sep 21 04:01:22.264 INFO kablam! | Sep 21 04:01:22.264 INFO kablam! 18 | / impl<'a, T: ?Sized> From<&'a T> for ToSqlOutput<'a> Sep 21 04:01:22.264 INFO kablam! 19 | | where &'a T: Into> Sep 21 04:01:22.264 INFO kablam! 20 | | { Sep 21 04:01:22.264 INFO kablam! 21 | | fn from(t: &'a T) -> Self { Sep 21 04:01:22.264 INFO kablam! 22 | | ToSqlOutput::Borrowed(t.into()) Sep 21 04:01:22.264 INFO kablam! 23 | | } Sep 21 04:01:22.264 INFO kablam! 24 | | } Sep 21 04:01:22.264 INFO kablam! | |_- first implementation here Sep 21 04:01:22.264 INFO kablam! 25 | Sep 21 04:01:22.264 INFO kablam! 26 | impl<'a, T: Into> From for ToSqlOutput<'a> { Sep 21 04:01:22.264 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `types::to_sql::ToSqlOutput<'_>` Sep 21 04:01:22.264 INFO kablam! | Sep 21 04:01:22.264 INFO kablam! = note: #[deny(incoherent_fundamental_impls)] on by default Sep 21 04:01:22.264 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 21 04:01:22.264 INFO kablam! = note: for more information, see issue #46205 Sep 21 04:01:22.264 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `types::value::Value` Sep 21 04:01:22.264 INFO kablam! Sep 21 04:01:22.294 INFO kablam! error: aborting due to previous error Sep 21 04:01:22.294 INFO kablam! Sep 21 04:01:22.303 INFO kablam! error: Could not compile `rusqlcipher`. Sep 21 04:01:22.303 INFO kablam! Sep 21 04:01:22.303 INFO kablam! To learn more, run the command again with --verbose. Sep 21 04:01:22.304 INFO kablam! su: No module specific data is present Sep 21 04:01:22.838 INFO running `"docker" "rm" "-f" "126dc6534303c0804f5eeebbac4296d5e93ebedeab38cbfa79e9f9d8f4b66c2b"` Sep 21 04:01:22.929 INFO blam! 126dc6534303c0804f5eeebbac4296d5e93ebedeab38cbfa79e9f9d8f4b66c2b