Sep 21 04:01:20.239 INFO checking rusqlite-0.10.1 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 04:01:20.239 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 04:01:20.239 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-3/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:20.409 INFO blam! d451529aa5afac97032cdc8c880f47dafc9ad7e5fe8aa5975f29bf580fd86b0b Sep 21 04:01:20.409 INFO running `"docker" "start" "-a" "d451529aa5afac97032cdc8c880f47dafc9ad7e5fe8aa5975f29bf580fd86b0b"` Sep 21 04:01:21.100 INFO kablam! usermod: no changes Sep 21 04:01:21.216 INFO kablam! Compiling libsqlite3-sys v0.7.1 Sep 21 04:01:22.311 INFO kablam! Checking rusqlite v0.10.1 (/source) Sep 21 04:01:22.661 INFO kablam! warning: unused `#[macro_use]` import Sep 21 04:01:22.661 INFO kablam! --> src/lib.rs:60:1 Sep 21 04:01:22.661 INFO kablam! | Sep 21 04:01:22.661 INFO kablam! 60 | #[macro_use] Sep 21 04:01:22.661 INFO kablam! | ^^^^^^^^^^^^ Sep 21 04:01:22.661 INFO kablam! | Sep 21 04:01:22.661 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 04:01:22.661 INFO kablam! Sep 21 04:01:22.699 INFO kablam! error: conflicting implementations of trait `std::convert::From<&_>` for type `types::to_sql::ToSqlOutput<'_>`: (E0119) Sep 21 04:01:22.699 INFO kablam! --> src/types/to_sql.rs:26:1 Sep 21 04:01:22.699 INFO kablam! | Sep 21 04:01:22.699 INFO kablam! 18 | / impl<'a, T: ?Sized> From<&'a T> for ToSqlOutput<'a> Sep 21 04:01:22.699 INFO kablam! 19 | | where &'a T: Into> Sep 21 04:01:22.699 INFO kablam! 20 | | { Sep 21 04:01:22.699 INFO kablam! 21 | | fn from(t: &'a T) -> Self { Sep 21 04:01:22.699 INFO kablam! 22 | | ToSqlOutput::Borrowed(t.into()) Sep 21 04:01:22.699 INFO kablam! 23 | | } Sep 21 04:01:22.699 INFO kablam! 24 | | } Sep 21 04:01:22.699 INFO kablam! | |_- first implementation here Sep 21 04:01:22.699 INFO kablam! 25 | Sep 21 04:01:22.699 INFO kablam! 26 | impl<'a, T: Into> From for ToSqlOutput<'a> { Sep 21 04:01:22.699 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `types::to_sql::ToSqlOutput<'_>` Sep 21 04:01:22.699 INFO kablam! | Sep 21 04:01:22.699 INFO kablam! = note: #[deny(incoherent_fundamental_impls)] on by default Sep 21 04:01:22.699 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.699 INFO kablam! = note: for more information, see issue #46205 Sep 21 04:01:22.699 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `types::value::Value` Sep 21 04:01:22.699 INFO kablam! Sep 21 04:01:22.719 INFO kablam! error: aborting due to previous error Sep 21 04:01:22.719 INFO kablam! Sep 21 04:01:22.727 INFO kablam! error: Could not compile `rusqlite`. Sep 21 04:01:22.727 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 04:01:22.787 INFO kablam! error: conflicting implementations of trait `std::convert::From<&_>` for type `types::to_sql::ToSqlOutput<'_>`: (E0119) Sep 21 04:01:22.787 INFO kablam! --> src/types/to_sql.rs:26:1 Sep 21 04:01:22.787 INFO kablam! | Sep 21 04:01:22.787 INFO kablam! 18 | / impl<'a, T: ?Sized> From<&'a T> for ToSqlOutput<'a> Sep 21 04:01:22.787 INFO kablam! 19 | | where &'a T: Into> Sep 21 04:01:22.787 INFO kablam! 20 | | { Sep 21 04:01:22.787 INFO kablam! 21 | | fn from(t: &'a T) -> Self { Sep 21 04:01:22.787 INFO kablam! 22 | | ToSqlOutput::Borrowed(t.into()) Sep 21 04:01:22.787 INFO kablam! 23 | | } Sep 21 04:01:22.787 INFO kablam! 24 | | } Sep 21 04:01:22.787 INFO kablam! | |_- first implementation here Sep 21 04:01:22.787 INFO kablam! 25 | Sep 21 04:01:22.787 INFO kablam! 26 | impl<'a, T: Into> From for ToSqlOutput<'a> { Sep 21 04:01:22.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `types::to_sql::ToSqlOutput<'_>` Sep 21 04:01:22.787 INFO kablam! | Sep 21 04:01:22.787 INFO kablam! = note: #[deny(incoherent_fundamental_impls)] on by default Sep 21 04:01:22.787 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.787 INFO kablam! = note: for more information, see issue #46205 Sep 21 04:01:22.787 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `types::value::Value` Sep 21 04:01:22.787 INFO kablam! Sep 21 04:01:22.809 INFO kablam! error: aborting due to previous error Sep 21 04:01:22.809 INFO kablam! Sep 21 04:01:22.824 INFO kablam! error: Could not compile `rusqlite`. Sep 21 04:01:22.824 INFO kablam! Sep 21 04:01:22.824 INFO kablam! To learn more, run the command again with --verbose. Sep 21 04:01:22.825 INFO kablam! su: No module specific data is present Sep 21 04:01:23.440 INFO running `"docker" "rm" "-f" "d451529aa5afac97032cdc8c880f47dafc9ad7e5fe8aa5975f29bf580fd86b0b"` Sep 21 04:01:23.511 INFO blam! d451529aa5afac97032cdc8c880f47dafc9ad7e5fe8aa5975f29bf580fd86b0b