Sep 21 04:01:20.028 INFO checking rusqlcipher-0.14.9 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 04:01:20.028 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 04:01:20.029 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-0/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-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:20.191 INFO blam! 3704c129dbdc1a4f6897325cf0b99f633d53848bc5011cab437cccfb2b9d6d7f Sep 21 04:01:20.193 INFO running `"docker" "start" "-a" "3704c129dbdc1a4f6897325cf0b99f633d53848bc5011cab437cccfb2b9d6d7f"` Sep 21 04:01:20.995 INFO kablam! usermod: no changes Sep 21 04:01:21.127 INFO kablam! Compiling libsqlcipher-sys v0.9.0 Sep 21 04:01:22.113 INFO kablam! Checking rusqlcipher v0.14.9 (/source) Sep 21 04:01:22.520 INFO kablam! error: conflicting implementations of trait `std::convert::From<&_>` for type `types::to_sql::ToSqlOutput<'_>`: (E0119) Sep 21 04:01:22.520 INFO kablam! --> src/types/to_sql.rs:26:1 Sep 21 04:01:22.520 INFO kablam! | Sep 21 04:01:22.520 INFO kablam! 18 | / impl<'a, T: ?Sized> From<&'a T> for ToSqlOutput<'a> Sep 21 04:01:22.520 INFO kablam! 19 | | where &'a T: Into> Sep 21 04:01:22.520 INFO kablam! 20 | | { Sep 21 04:01:22.520 INFO kablam! 21 | | fn from(t: &'a T) -> Self { Sep 21 04:01:22.520 INFO kablam! 22 | | ToSqlOutput::Borrowed(t.into()) Sep 21 04:01:22.520 INFO kablam! 23 | | } Sep 21 04:01:22.520 INFO kablam! 24 | | } Sep 21 04:01:22.520 INFO kablam! | |_- first implementation here Sep 21 04:01:22.520 INFO kablam! 25 | Sep 21 04:01:22.520 INFO kablam! 26 | impl<'a, T: Into> From for ToSqlOutput<'a> { Sep 21 04:01:22.521 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `types::to_sql::ToSqlOutput<'_>` Sep 21 04:01:22.521 INFO kablam! | Sep 21 04:01:22.521 INFO kablam! = note: #[deny(incoherent_fundamental_impls)] on by default Sep 21 04:01:22.521 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.521 INFO kablam! = note: for more information, see issue #46205 Sep 21 04:01:22.521 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `types::value::Value` Sep 21 04:01:22.521 INFO kablam! Sep 21 04:01:22.544 INFO kablam! error: aborting due to previous error Sep 21 04:01:22.544 INFO kablam! Sep 21 04:01:22.552 INFO kablam! error: Could not compile `rusqlcipher`. Sep 21 04:01:22.552 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 04:01:22.717 INFO kablam! error: conflicting implementations of trait `std::convert::From<&_>` for type `types::to_sql::ToSqlOutput<'_>`: (E0119) Sep 21 04:01:22.717 INFO kablam! --> src/types/to_sql.rs:26:1 Sep 21 04:01:22.717 INFO kablam! | Sep 21 04:01:22.717 INFO kablam! 18 | / impl<'a, T: ?Sized> From<&'a T> for ToSqlOutput<'a> Sep 21 04:01:22.717 INFO kablam! 19 | | where &'a T: Into> Sep 21 04:01:22.717 INFO kablam! 20 | | { Sep 21 04:01:22.717 INFO kablam! 21 | | fn from(t: &'a T) -> Self { Sep 21 04:01:22.717 INFO kablam! 22 | | ToSqlOutput::Borrowed(t.into()) Sep 21 04:01:22.717 INFO kablam! 23 | | } Sep 21 04:01:22.717 INFO kablam! 24 | | } Sep 21 04:01:22.717 INFO kablam! | |_- first implementation here Sep 21 04:01:22.717 INFO kablam! 25 | Sep 21 04:01:22.717 INFO kablam! 26 | impl<'a, T: Into> From for ToSqlOutput<'a> { Sep 21 04:01:22.717 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `types::to_sql::ToSqlOutput<'_>` Sep 21 04:01:22.717 INFO kablam! | Sep 21 04:01:22.717 INFO kablam! = note: #[deny(incoherent_fundamental_impls)] on by default Sep 21 04:01:22.717 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.717 INFO kablam! = note: for more information, see issue #46205 Sep 21 04:01:22.718 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `types::value::Value` Sep 21 04:01:22.718 INFO kablam! Sep 21 04:01:22.743 INFO kablam! error: aborting due to previous error Sep 21 04:01:22.743 INFO kablam! Sep 21 04:01:22.756 INFO kablam! error: Could not compile `rusqlcipher`. Sep 21 04:01:22.756 INFO kablam! Sep 21 04:01:22.756 INFO kablam! To learn more, run the command again with --verbose. Sep 21 04:01:22.762 INFO kablam! su: No module specific data is present Sep 21 04:01:23.300 INFO running `"docker" "rm" "-f" "3704c129dbdc1a4f6897325cf0b99f633d53848bc5011cab437cccfb2b9d6d7f"` Sep 21 04:01:23.378 INFO blam! 3704c129dbdc1a4f6897325cf0b99f633d53848bc5011cab437cccfb2b9d6d7f