Sep 10 20:16:24.419 INFO checking diesel_infer_schema-0.16.0 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 20:16:24.419 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 20:16:24.419 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 20:16:24.635 INFO blam! 854e2c26236e5a41dcd64201bfb2e18788fcaeb6b0c27e64cfee312cf1930279 Sep 10 20:16:24.637 INFO running `"docker" "start" "-a" "854e2c26236e5a41dcd64201bfb2e18788fcaeb6b0c27e64cfee312cf1930279"` Sep 10 20:16:25.738 INFO kablam! usermod: no changes Sep 10 20:16:25.866 INFO kablam! Checking diesel v0.16.0 Sep 10 20:16:33.576 INFO kablam! Checking diesel_infer_schema v0.16.0 (file:///source) Sep 10 20:16:34.067 INFO kablam! warning: unused `#[macro_use]` import Sep 10 20:16:34.067 INFO kablam! --> src/lib.rs:19:1 Sep 10 20:16:34.067 INFO kablam! | Sep 10 20:16:34.067 INFO kablam! 19 | #[macro_use] Sep 10 20:16:34.067 INFO kablam! | ^^^^^^^^^^^^ Sep 10 20:16:34.067 INFO kablam! | Sep 10 20:16:34.067 INFO kablam! note: lint level defined here Sep 10 20:16:34.067 INFO kablam! --> src/lib.rs:2:9 Sep 10 20:16:34.067 INFO kablam! | Sep 10 20:16:34.067 INFO kablam! 2 | #![deny(warnings, missing_debug_implementations, missing_copy_implementations)] Sep 10 20:16:34.067 INFO kablam! | ^^^^^^^^ Sep 10 20:16:34.067 INFO kablam! = note: #[warn(unused_imports)] implied by #[warn(warnings)] Sep 10 20:16:34.067 INFO kablam! Sep 10 20:16:34.067 INFO kablam! warning: unused import: `diesel::*` Sep 10 20:16:34.067 INFO kablam! --> src/data_structures.rs:1:5 Sep 10 20:16:34.067 INFO kablam! | Sep 10 20:16:34.067 INFO kablam! 1 | use diesel::*; Sep 10 20:16:34.067 INFO kablam! | ^^^^^^^^^ Sep 10 20:16:34.067 INFO kablam! Sep 10 20:16:34.067 INFO kablam! warning: unused imports: `FromSqlRow`, `HasSqlType` Sep 10 20:16:34.067 INFO kablam! --> src/data_structures.rs:6:21 Sep 10 20:16:34.067 INFO kablam! | Sep 10 20:16:34.067 INFO kablam! 6 | use diesel::types::{HasSqlType, FromSqlRow}; Sep 10 20:16:34.067 INFO kablam! | ^^^^^^^^^^ ^^^^^^^^^^ Sep 10 20:16:34.067 INFO kablam! Sep 10 20:16:34.197 INFO kablam! warning: unreachable expression Sep 10 20:16:34.197 INFO kablam! --> src/inference.rs:94:5 Sep 10 20:16:34.197 INFO kablam! | Sep 10 20:16:34.197 INFO kablam! 94 | / if let Err(NotFound) = column_info { Sep 10 20:16:34.197 INFO kablam! 95 | | Err(format!("no table exists named {}", table.to_string()).into()) Sep 10 20:16:34.197 INFO kablam! 96 | | } else { Sep 10 20:16:34.197 INFO kablam! 97 | | column_info.map_err(Into::into) Sep 10 20:16:34.198 INFO kablam! 98 | | } Sep 10 20:16:34.198 INFO kablam! | |_____^ Sep 10 20:16:34.198 INFO kablam! | Sep 10 20:16:34.198 INFO kablam! note: lint level defined here Sep 10 20:16:34.198 INFO kablam! --> src/lib.rs:2:9 Sep 10 20:16:34.198 INFO kablam! | Sep 10 20:16:34.198 INFO kablam! 2 | #![deny(warnings, missing_debug_implementations, missing_copy_implementations)] Sep 10 20:16:34.198 INFO kablam! | ^^^^^^^^ Sep 10 20:16:34.198 INFO kablam! = note: #[warn(unreachable_code)] implied by #[warn(warnings)] Sep 10 20:16:34.198 INFO kablam! Sep 10 20:16:34.200 INFO kablam! warning: unreachable expression Sep 10 20:16:34.200 INFO kablam! --> src/inference.rs:119:37 Sep 10 20:16:34.200 INFO kablam! | Sep 10 20:16:34.200 INFO kablam! 119 | let primary_keys: Vec = try!(match *conn { Sep 10 20:16:34.200 INFO kablam! | _____________________________________^ Sep 10 20:16:34.200 INFO kablam! 120 | | #[cfg(feature = "sqlite")] Sep 10 20:16:34.200 INFO kablam! 121 | | InferConnection::Sqlite(ref c) => ::sqlite::get_primary_keys(c, table), Sep 10 20:16:34.200 INFO kablam! 122 | | #[cfg(feature = "postgres")] Sep 10 20:16:34.200 INFO kablam! ... | Sep 10 20:16:34.200 INFO kablam! 125 | | InferConnection::Mysql(ref c) => ::information_schema::get_primary_keys(c, table), Sep 10 20:16:34.200 INFO kablam! 126 | | }); Sep 10 20:16:34.200 INFO kablam! | |______^ Sep 10 20:16:34.200 INFO kablam! | Sep 10 20:16:34.200 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 10 20:16:34.201 INFO kablam! Sep 10 20:16:34.205 INFO kablam! error[E0282]: type annotations needed Sep 10 20:16:34.205 INFO kablam! --> src/inference.rs:119:37 Sep 10 20:16:34.205 INFO kablam! | Sep 10 20:16:34.205 INFO kablam! 119 | let primary_keys: Vec = try!(match *conn { Sep 10 20:16:34.205 INFO kablam! | _____________________________________^ Sep 10 20:16:34.205 INFO kablam! 120 | | #[cfg(feature = "sqlite")] Sep 10 20:16:34.205 INFO kablam! 121 | | InferConnection::Sqlite(ref c) => ::sqlite::get_primary_keys(c, table), Sep 10 20:16:34.205 INFO kablam! 122 | | #[cfg(feature = "postgres")] Sep 10 20:16:34.205 INFO kablam! ... | Sep 10 20:16:34.205 INFO kablam! 125 | | InferConnection::Mysql(ref c) => ::information_schema::get_primary_keys(c, table), Sep 10 20:16:34.205 INFO kablam! 126 | | }); Sep 10 20:16:34.205 INFO kablam! | |______^ cannot infer type Sep 10 20:16:34.205 INFO kablam! | Sep 10 20:16:34.205 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 10 20:16:34.206 INFO kablam! Sep 10 20:16:34.262 INFO kablam! error: aborting due to previous error Sep 10 20:16:34.262 INFO kablam! Sep 10 20:16:34.262 INFO kablam! For more information about this error, try `rustc --explain E0282`. Sep 10 20:16:34.290 INFO kablam! warning: unused `#[macro_use]` import Sep 10 20:16:34.290 INFO kablam! --> src/lib.rs:19:1 Sep 10 20:16:34.290 INFO kablam! | Sep 10 20:16:34.290 INFO kablam! 19 | #[macro_use] Sep 10 20:16:34.290 INFO kablam! | ^^^^^^^^^^^^ Sep 10 20:16:34.290 INFO kablam! | Sep 10 20:16:34.290 INFO kablam! note: lint level defined here Sep 10 20:16:34.290 INFO kablam! --> src/lib.rs:2:9 Sep 10 20:16:34.290 INFO kablam! | Sep 10 20:16:34.290 INFO kablam! 2 | #![deny(warnings, missing_debug_implementations, missing_copy_implementations)] Sep 10 20:16:34.290 INFO kablam! | ^^^^^^^^ Sep 10 20:16:34.290 INFO kablam! = note: #[warn(unused_imports)] implied by #[warn(warnings)] Sep 10 20:16:34.290 INFO kablam! Sep 10 20:16:34.290 INFO kablam! warning: unused import: `diesel::*` Sep 10 20:16:34.290 INFO kablam! --> src/data_structures.rs:1:5 Sep 10 20:16:34.290 INFO kablam! | Sep 10 20:16:34.290 INFO kablam! 1 | use diesel::*; Sep 10 20:16:34.290 INFO kablam! | ^^^^^^^^^ Sep 10 20:16:34.290 INFO kablam! Sep 10 20:16:34.290 INFO kablam! warning: unused imports: `FromSqlRow`, `HasSqlType` Sep 10 20:16:34.290 INFO kablam! --> src/data_structures.rs:6:21 Sep 10 20:16:34.290 INFO kablam! | Sep 10 20:16:34.290 INFO kablam! 6 | use diesel::types::{HasSqlType, FromSqlRow}; Sep 10 20:16:34.290 INFO kablam! | ^^^^^^^^^^ ^^^^^^^^^^ Sep 10 20:16:34.290 INFO kablam! Sep 10 20:16:34.298 INFO kablam! error: Could not compile `diesel_infer_schema`. Sep 10 20:16:34.298 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 20:16:34.462 INFO kablam! warning: unreachable expression Sep 10 20:16:34.462 INFO kablam! --> src/inference.rs:94:5 Sep 10 20:16:34.462 INFO kablam! | Sep 10 20:16:34.462 INFO kablam! 94 | / if let Err(NotFound) = column_info { Sep 10 20:16:34.462 INFO kablam! 95 | | Err(format!("no table exists named {}", table.to_string()).into()) Sep 10 20:16:34.462 INFO kablam! 96 | | } else { Sep 10 20:16:34.462 INFO kablam! 97 | | column_info.map_err(Into::into) Sep 10 20:16:34.462 INFO kablam! 98 | | } Sep 10 20:16:34.462 INFO kablam! | |_____^ Sep 10 20:16:34.462 INFO kablam! | Sep 10 20:16:34.462 INFO kablam! note: lint level defined here Sep 10 20:16:34.462 INFO kablam! --> src/lib.rs:2:9 Sep 10 20:16:34.462 INFO kablam! | Sep 10 20:16:34.462 INFO kablam! 2 | #![deny(warnings, missing_debug_implementations, missing_copy_implementations)] Sep 10 20:16:34.462 INFO kablam! | ^^^^^^^^ Sep 10 20:16:34.462 INFO kablam! = note: #[warn(unreachable_code)] implied by #[warn(warnings)] Sep 10 20:16:34.462 INFO kablam! Sep 10 20:16:34.464 INFO kablam! warning: unreachable expression Sep 10 20:16:34.464 INFO kablam! --> src/inference.rs:119:37 Sep 10 20:16:34.464 INFO kablam! | Sep 10 20:16:34.464 INFO kablam! 119 | let primary_keys: Vec = try!(match *conn { Sep 10 20:16:34.464 INFO kablam! | _____________________________________^ Sep 10 20:16:34.464 INFO kablam! 120 | | #[cfg(feature = "sqlite")] Sep 10 20:16:34.464 INFO kablam! 121 | | InferConnection::Sqlite(ref c) => ::sqlite::get_primary_keys(c, table), Sep 10 20:16:34.464 INFO kablam! 122 | | #[cfg(feature = "postgres")] Sep 10 20:16:34.464 INFO kablam! ... | Sep 10 20:16:34.464 INFO kablam! 125 | | InferConnection::Mysql(ref c) => ::information_schema::get_primary_keys(c, table), Sep 10 20:16:34.464 INFO kablam! 126 | | }); Sep 10 20:16:34.464 INFO kablam! | |______^ Sep 10 20:16:34.464 INFO kablam! | Sep 10 20:16:34.464 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 10 20:16:34.464 INFO kablam! Sep 10 20:16:34.467 INFO kablam! error[E0282]: type annotations needed Sep 10 20:16:34.467 INFO kablam! --> src/inference.rs:119:37 Sep 10 20:16:34.467 INFO kablam! | Sep 10 20:16:34.467 INFO kablam! 119 | let primary_keys: Vec = try!(match *conn { Sep 10 20:16:34.467 INFO kablam! | _____________________________________^ Sep 10 20:16:34.467 INFO kablam! 120 | | #[cfg(feature = "sqlite")] Sep 10 20:16:34.467 INFO kablam! 121 | | InferConnection::Sqlite(ref c) => ::sqlite::get_primary_keys(c, table), Sep 10 20:16:34.467 INFO kablam! 122 | | #[cfg(feature = "postgres")] Sep 10 20:16:34.467 INFO kablam! ... | Sep 10 20:16:34.467 INFO kablam! 125 | | InferConnection::Mysql(ref c) => ::information_schema::get_primary_keys(c, table), Sep 10 20:16:34.467 INFO kablam! 126 | | }); Sep 10 20:16:34.467 INFO kablam! | |______^ cannot infer type Sep 10 20:16:34.467 INFO kablam! | Sep 10 20:16:34.467 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 10 20:16:34.467 INFO kablam! Sep 10 20:16:34.514 INFO kablam! error: aborting due to previous error Sep 10 20:16:34.514 INFO kablam! Sep 10 20:16:34.514 INFO kablam! For more information about this error, try `rustc --explain E0282`. Sep 10 20:16:34.534 INFO kablam! error: Could not compile `diesel_infer_schema`. Sep 10 20:16:34.534 INFO kablam! Sep 10 20:16:34.534 INFO kablam! To learn more, run the command again with --verbose. Sep 10 20:16:34.534 INFO kablam! su: No module specific data is present Sep 10 20:16:35.973 INFO running `"docker" "rm" "-f" "854e2c26236e5a41dcd64201bfb2e18788fcaeb6b0c27e64cfee312cf1930279"` Sep 10 20:16:36.101 INFO blam! 854e2c26236e5a41dcd64201bfb2e18788fcaeb6b0c27e64cfee312cf1930279