Sep 10 10:47:04.861 INFO checking rusqlcipher-0.14.9 against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 10:47:04.861 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 10:47:04.861 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-4/try#3a2610c2a16575649896925631bf8cec4f4b1961:/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 +3a2610c2a16575649896925631bf8cec4f4b1961-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.035 INFO blam! d8c7352b96ea11778893c06594a9006b56fadb1acdc4cecf3fe861fabaf08ce8 Sep 10 10:47:05.037 INFO running `"docker" "start" "-a" "d8c7352b96ea11778893c06594a9006b56fadb1acdc4cecf3fe861fabaf08ce8"` Sep 10 10:47:05.689 INFO kablam! usermod: no changes Sep 10 10:47:05.785 INFO kablam! Compiling libsqlcipher-sys v0.9.0 Sep 10 10:47:07.092 INFO kablam! Checking rusqlcipher v0.14.9 (file:///source) Sep 10 10:47:08.022 INFO kablam! warning: conflicting implementations of trait `std::convert::From<&_>` for type `types::to_sql::ToSqlOutput<'_>`: (E0119) Sep 10 10:47:08.022 INFO kablam! --> src/types/to_sql.rs:26:1 Sep 10 10:47:08.022 INFO kablam! | Sep 10 10:47:08.022 INFO kablam! 18 | / impl<'a, T: ?Sized> From<&'a T> for ToSqlOutput<'a> Sep 10 10:47:08.022 INFO kablam! 19 | | where &'a T: Into> Sep 10 10:47:08.022 INFO kablam! 20 | | { Sep 10 10:47:08.022 INFO kablam! 21 | | fn from(t: &'a T) -> Self { Sep 10 10:47:08.022 INFO kablam! 22 | | ToSqlOutput::Borrowed(t.into()) Sep 10 10:47:08.022 INFO kablam! 23 | | } Sep 10 10:47:08.022 INFO kablam! 24 | | } Sep 10 10:47:08.022 INFO kablam! | |_- first implementation here Sep 10 10:47:08.022 INFO kablam! 25 | Sep 10 10:47:08.022 INFO kablam! 26 | impl<'a, T: Into> From for ToSqlOutput<'a> { Sep 10 10:47:08.022 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `types::to_sql::ToSqlOutput<'_>` Sep 10 10:47:08.022 INFO kablam! | Sep 10 10:47:08.022 INFO kablam! = note: #[warn(incoherent_fundamental_impls)] on by default Sep 10 10:47:08.022 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.022 INFO kablam! = note: for more information, see issue #46205 Sep 10 10:47:08.022 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `types::value::Value` Sep 10 10:47:08.022 INFO kablam! Sep 10 10:47:08.390 INFO kablam! warning: conflicting implementations of trait `std::convert::From<&_>` for type `types::to_sql::ToSqlOutput<'_>`: (E0119) Sep 10 10:47:08.390 INFO kablam! --> src/types/to_sql.rs:26:1 Sep 10 10:47:08.390 INFO kablam! | Sep 10 10:47:08.390 INFO kablam! 18 | / impl<'a, T: ?Sized> From<&'a T> for ToSqlOutput<'a> Sep 10 10:47:08.390 INFO kablam! 19 | | where &'a T: Into> Sep 10 10:47:08.390 INFO kablam! 20 | | { Sep 10 10:47:08.390 INFO kablam! 21 | | fn from(t: &'a T) -> Self { Sep 10 10:47:08.390 INFO kablam! 22 | | ToSqlOutput::Borrowed(t.into()) Sep 10 10:47:08.390 INFO kablam! 23 | | } Sep 10 10:47:08.390 INFO kablam! 24 | | } Sep 10 10:47:08.390 INFO kablam! | |_- first implementation here Sep 10 10:47:08.390 INFO kablam! 25 | Sep 10 10:47:08.390 INFO kablam! 26 | impl<'a, T: Into> From for ToSqlOutput<'a> { Sep 10 10:47:08.390 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `types::to_sql::ToSqlOutput<'_>` Sep 10 10:47:08.398 INFO kablam! | Sep 10 10:47:08.398 INFO kablam! = note: #[warn(incoherent_fundamental_impls)] on by default Sep 10 10:47:08.398 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.399 INFO kablam! = note: for more information, see issue #46205 Sep 10 10:47:08.399 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `types::value::Value` Sep 10 10:47:08.399 INFO kablam! Sep 10 10:47:09.721 INFO kablam! error[E0463]: can't find crate for `rusqlite` Sep 10 10:47:09.721 INFO kablam! --> tests/config_log.rs:7:1 Sep 10 10:47:09.721 INFO kablam! | Sep 10 10:47:09.721 INFO kablam! 7 | extern crate rusqlite; Sep 10 10:47:09.721 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 10 10:47:09.721 INFO kablam! Sep 10 10:47:09.721 INFO kablam! error: aborting due to previous error Sep 10 10:47:09.732 INFO kablam! error[E0463]: can't find crate for `rusqlite` Sep 10 10:47:09.732 INFO kablam! --> tests/deny_single_threaded_sqlite_config.rs:4:1 Sep 10 10:47:09.732 INFO kablam! | Sep 10 10:47:09.732 INFO kablam! 4 | extern crate rusqlite; Sep 10 10:47:09.732 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 10 10:47:09.732 INFO kablam! Sep 10 10:47:09.732 INFO kablam! error: aborting due to previous error Sep 10 10:47:09.732 INFO kablam! Sep 10 10:47:09.732 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 10 10:47:09.738 INFO kablam! Sep 10 10:47:09.738 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 10 10:47:09.751 INFO kablam! error: Could not compile `rusqlcipher`. Sep 10 10:47:09.751 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 10:47:09.752 INFO kablam! error: Could not compile `rusqlcipher`. Sep 10 10:47:09.752 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 10:47:09.802 INFO kablam! error[E0463]: can't find crate for `rusqlite` Sep 10 10:47:09.802 INFO kablam! --> benches/lib.rs:4:1 Sep 10 10:47:09.802 INFO kablam! | Sep 10 10:47:09.802 INFO kablam! 4 | extern crate rusqlite; Sep 10 10:47:09.802 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 10 10:47:09.802 INFO kablam! Sep 10 10:47:09.803 INFO kablam! error: aborting due to previous error Sep 10 10:47:09.803 INFO kablam! Sep 10 10:47:09.803 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 10 10:47:09.818 INFO kablam! error: Could not compile `rusqlcipher`. Sep 10 10:47:09.819 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 10:47:10.549 INFO kablam! error: build failed Sep 10 10:47:10.550 INFO kablam! su: No module specific data is present Sep 10 10:47:11.865 INFO running `"docker" "rm" "-f" "d8c7352b96ea11778893c06594a9006b56fadb1acdc4cecf3fe861fabaf08ce8"` Sep 10 10:47:11.927 INFO blam! d8c7352b96ea11778893c06594a9006b56fadb1acdc4cecf3fe861fabaf08ce8