Sep 10 10:47:04.957 INFO checking rusqlcipher-0.14.9 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 10:47:04.957 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 10:47:04.957 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-6/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 10:47:05.143 INFO blam! b0d51bf150c8b58aaec510865ab95bc29176de9880f81ae83a7551ca627c3d01 Sep 10 10:47:05.144 INFO running `"docker" "start" "-a" "b0d51bf150c8b58aaec510865ab95bc29176de9880f81ae83a7551ca627c3d01"` Sep 10 10:47:06.130 INFO kablam! usermod: no changes Sep 10 10:47:06.253 INFO kablam! Compiling libsqlcipher-sys v0.9.0 Sep 10 10:47:07.804 INFO kablam! Checking rusqlcipher v0.14.9 (file:///source) Sep 10 10:47:08.920 INFO kablam! warning: conflicting implementations of trait `std::convert::From<&_>` for type `types::to_sql::ToSqlOutput<'_>`: (E0119) Sep 10 10:47:08.920 INFO kablam! --> src/types/to_sql.rs:26:1 Sep 10 10:47:08.920 INFO kablam! | Sep 10 10:47:08.920 INFO kablam! 18 | / impl<'a, T: ?Sized> From<&'a T> for ToSqlOutput<'a> Sep 10 10:47:08.920 INFO kablam! 19 | | where &'a T: Into> Sep 10 10:47:08.920 INFO kablam! 20 | | { Sep 10 10:47:08.920 INFO kablam! 21 | | fn from(t: &'a T) -> Self { Sep 10 10:47:08.920 INFO kablam! 22 | | ToSqlOutput::Borrowed(t.into()) Sep 10 10:47:08.921 INFO kablam! 23 | | } Sep 10 10:47:08.921 INFO kablam! 24 | | } Sep 10 10:47:08.921 INFO kablam! | |_- first implementation here Sep 10 10:47:08.921 INFO kablam! 25 | Sep 10 10:47:08.921 INFO kablam! 26 | impl<'a, T: Into> From for ToSqlOutput<'a> { Sep 10 10:47:08.921 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `types::to_sql::ToSqlOutput<'_>` Sep 10 10:47:08.921 INFO kablam! | Sep 10 10:47:08.921 INFO kablam! = note: #[warn(incoherent_fundamental_impls)] on by default Sep 10 10:47:08.921 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 10 10:47:08.921 INFO kablam! = note: for more information, see issue #46205 Sep 10 10:47:08.921 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `types::value::Value` Sep 10 10:47:08.921 INFO kablam! Sep 10 10:47:09.169 INFO kablam! warning: conflicting implementations of trait `std::convert::From<&_>` for type `types::to_sql::ToSqlOutput<'_>`: (E0119) Sep 10 10:47:09.169 INFO kablam! --> src/types/to_sql.rs:26:1 Sep 10 10:47:09.169 INFO kablam! | Sep 10 10:47:09.169 INFO kablam! 18 | / impl<'a, T: ?Sized> From<&'a T> for ToSqlOutput<'a> Sep 10 10:47:09.169 INFO kablam! 19 | | where &'a T: Into> Sep 10 10:47:09.169 INFO kablam! 20 | | { Sep 10 10:47:09.169 INFO kablam! 21 | | fn from(t: &'a T) -> Self { Sep 10 10:47:09.169 INFO kablam! 22 | | ToSqlOutput::Borrowed(t.into()) Sep 10 10:47:09.169 INFO kablam! 23 | | } Sep 10 10:47:09.169 INFO kablam! 24 | | } Sep 10 10:47:09.169 INFO kablam! | |_- first implementation here Sep 10 10:47:09.169 INFO kablam! 25 | Sep 10 10:47:09.169 INFO kablam! 26 | impl<'a, T: Into> From for ToSqlOutput<'a> { Sep 10 10:47:09.169 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `types::to_sql::ToSqlOutput<'_>` Sep 10 10:47:09.178 INFO kablam! | Sep 10 10:47:09.178 INFO kablam! = note: #[warn(incoherent_fundamental_impls)] on by default Sep 10 10:47:09.178 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 10 10:47:09.178 INFO kablam! = note: for more information, see issue #46205 Sep 10 10:47:09.178 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `types::value::Value` Sep 10 10:47:09.178 INFO kablam! Sep 10 10:47:10.642 INFO kablam! error[E0463]: can't find crate for `rusqlite` Sep 10 10:47:10.642 INFO kablam! --> benches/lib.rs:4:1 Sep 10 10:47:10.642 INFO kablam! | Sep 10 10:47:10.642 INFO kablam! 4 | extern crate rusqlite; Sep 10 10:47:10.642 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 10 10:47:10.642 INFO kablam! Sep 10 10:47:10.642 INFO kablam! error: aborting due to previous error Sep 10 10:47:10.642 INFO kablam! Sep 10 10:47:10.642 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 10 10:47:10.650 INFO kablam! error[E0463]: can't find crate for `rusqlite` Sep 10 10:47:10.650 INFO kablam! --> tests/deny_single_threaded_sqlite_config.rs:4:1 Sep 10 10:47:10.650 INFO kablam! | Sep 10 10:47:10.650 INFO kablam! 4 | extern crate rusqlite; Sep 10 10:47:10.650 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 10 10:47:10.650 INFO kablam! Sep 10 10:47:10.650 INFO kablam! error: aborting due to previous error Sep 10 10:47:10.650 INFO kablam! Sep 10 10:47:10.650 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 10 10:47:10.674 INFO kablam! error: Could not compile `rusqlcipher`. Sep 10 10:47:10.674 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 10:47:10.674 INFO kablam! error: Could not compile `rusqlcipher`. Sep 10 10:47:10.674 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 10:47:10.674 INFO kablam! error[E0463]: can't find crate for `rusqlite` Sep 10 10:47:10.674 INFO kablam! --> tests/config_log.rs:7:1 Sep 10 10:47:10.674 INFO kablam! | Sep 10 10:47:10.674 INFO kablam! 7 | extern crate rusqlite; Sep 10 10:47:10.674 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 10 10:47:10.674 INFO kablam! Sep 10 10:47:10.674 INFO kablam! error: aborting due to previous error Sep 10 10:47:10.674 INFO kablam! Sep 10 10:47:10.674 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 10 10:47:10.698 INFO kablam! error: Could not compile `rusqlcipher`. Sep 10 10:47:10.698 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 10:47:11.345 INFO kablam! error: build failed Sep 10 10:47:11.347 INFO kablam! su: No module specific data is present Sep 10 10:47:12.154 INFO running `"docker" "rm" "-f" "b0d51bf150c8b58aaec510865ab95bc29176de9880f81ae83a7551ca627c3d01"` Sep 10 10:47:12.249 INFO blam! b0d51bf150c8b58aaec510865ab95bc29176de9880f81ae83a7551ca627c3d01