Sep 21 04:01:20.847 INFO checking rusqlite-0.10.1 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 04:01:20.848 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 04:01:20.848 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-4/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.995 INFO blam! 3321b44e3210e8360cda2eb4390c29053bd0db537141ce9252900e8eb9cfb75c Sep 21 04:01:20.995 INFO running `"docker" "start" "-a" "3321b44e3210e8360cda2eb4390c29053bd0db537141ce9252900e8eb9cfb75c"` Sep 21 04:01:21.518 INFO kablam! usermod: no changes Sep 21 04:01:21.626 INFO kablam! Compiling libsqlite3-sys v0.7.1 Sep 21 04:01:22.770 INFO kablam! Checking rusqlite v0.10.1 (/source) Sep 21 04:01:23.121 INFO kablam! error: conflicting implementations of trait `std::convert::From<&_>` for type `types::to_sql::ToSqlOutput<'_>`: (E0119) Sep 21 04:01:23.122 INFO kablam! --> src/types/to_sql.rs:26:1 Sep 21 04:01:23.122 INFO kablam! | Sep 21 04:01:23.122 INFO kablam! 18 | / impl<'a, T: ?Sized> From<&'a T> for ToSqlOutput<'a> Sep 21 04:01:23.122 INFO kablam! 19 | | where &'a T: Into> Sep 21 04:01:23.122 INFO kablam! 20 | | { Sep 21 04:01:23.122 INFO kablam! 21 | | fn from(t: &'a T) -> Self { Sep 21 04:01:23.122 INFO kablam! 22 | | ToSqlOutput::Borrowed(t.into()) Sep 21 04:01:23.122 INFO kablam! 23 | | } Sep 21 04:01:23.122 INFO kablam! 24 | | } Sep 21 04:01:23.122 INFO kablam! | |_- first implementation here Sep 21 04:01:23.122 INFO kablam! 25 | Sep 21 04:01:23.122 INFO kablam! 26 | impl<'a, T: Into> From for ToSqlOutput<'a> { Sep 21 04:01:23.122 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `types::to_sql::ToSqlOutput<'_>` Sep 21 04:01:23.122 INFO kablam! | Sep 21 04:01:23.122 INFO kablam! = note: #[deny(incoherent_fundamental_impls)] on by default Sep 21 04:01:23.122 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:23.122 INFO kablam! = note: for more information, see issue #46205 Sep 21 04:01:23.122 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `types::value::Value` Sep 21 04:01:23.122 INFO kablam! Sep 21 04:01:23.140 INFO kablam! warning: unused `#[macro_use]` import Sep 21 04:01:23.140 INFO kablam! --> src/lib.rs:60:1 Sep 21 04:01:23.140 INFO kablam! | Sep 21 04:01:23.140 INFO kablam! 60 | #[macro_use] Sep 21 04:01:23.140 INFO kablam! | ^^^^^^^^^^^^ Sep 21 04:01:23.140 INFO kablam! | Sep 21 04:01:23.140 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 04:01:23.140 INFO kablam! Sep 21 04:01:23.145 INFO kablam! error: aborting due to previous error Sep 21 04:01:23.145 INFO kablam! Sep 21 04:01:23.150 INFO kablam! error: Could not compile `rusqlite`. Sep 21 04:01:23.150 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 04:01:23.222 INFO kablam! error: conflicting implementations of trait `std::convert::From<&_>` for type `types::to_sql::ToSqlOutput<'_>`: (E0119) Sep 21 04:01:23.222 INFO kablam! --> src/types/to_sql.rs:26:1 Sep 21 04:01:23.222 INFO kablam! | Sep 21 04:01:23.222 INFO kablam! 18 | / impl<'a, T: ?Sized> From<&'a T> for ToSqlOutput<'a> Sep 21 04:01:23.222 INFO kablam! 19 | | where &'a T: Into> Sep 21 04:01:23.222 INFO kablam! 20 | | { Sep 21 04:01:23.222 INFO kablam! 21 | | fn from(t: &'a T) -> Self { Sep 21 04:01:23.222 INFO kablam! 22 | | ToSqlOutput::Borrowed(t.into()) Sep 21 04:01:23.222 INFO kablam! 23 | | } Sep 21 04:01:23.222 INFO kablam! 24 | | } Sep 21 04:01:23.222 INFO kablam! | |_- first implementation here Sep 21 04:01:23.222 INFO kablam! 25 | Sep 21 04:01:23.222 INFO kablam! 26 | impl<'a, T: Into> From for ToSqlOutput<'a> { Sep 21 04:01:23.222 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `types::to_sql::ToSqlOutput<'_>` Sep 21 04:01:23.222 INFO kablam! | Sep 21 04:01:23.222 INFO kablam! = note: #[deny(incoherent_fundamental_impls)] on by default Sep 21 04:01:23.222 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:23.222 INFO kablam! = note: for more information, see issue #46205 Sep 21 04:01:23.222 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `types::value::Value` Sep 21 04:01:23.222 INFO kablam! Sep 21 04:01:23.238 INFO kablam! error: aborting due to previous error Sep 21 04:01:23.238 INFO kablam! Sep 21 04:01:23.251 INFO kablam! error: Could not compile `rusqlite`. Sep 21 04:01:23.251 INFO kablam! Sep 21 04:01:23.251 INFO kablam! To learn more, run the command again with --verbose. Sep 21 04:01:23.252 INFO kablam! su: No module specific data is present Sep 21 04:01:23.724 INFO running `"docker" "rm" "-f" "3321b44e3210e8360cda2eb4390c29053bd0db537141ce9252900e8eb9cfb75c"` Sep 21 04:01:23.807 INFO blam! 3321b44e3210e8360cda2eb4390c29053bd0db537141ce9252900e8eb9cfb75c