Sep 20 04:30:34.040 INFO checking diesel_infer_schema-0.16.0 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 20 04:30:34.040 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 20 04:30:34.040 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-2/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 04:30:34.259 INFO blam! 3a0b1a3cee48dcedb5026ab0fac1716989664f7d808b48e359c0268012ede920 Sep 20 04:30:34.259 INFO running `"docker" "start" "-a" "3a0b1a3cee48dcedb5026ab0fac1716989664f7d808b48e359c0268012ede920"` Sep 20 04:30:35.466 INFO kablam! usermod: no changes Sep 20 04:30:35.618 INFO kablam! Checking diesel v0.16.0 Sep 20 04:30:35.618 INFO kablam! Compiling derive-error-chain v0.10.1 Sep 20 04:30:35.622 INFO kablam! Checking error-chain v0.10.0 Sep 20 04:30:42.922 INFO kablam! Checking dotenv v0.10.1 Sep 20 04:30:46.650 INFO kablam! Checking diesel_infer_schema v0.16.0 (/source) Sep 20 04:30:47.171 INFO kablam! error: unused `#[macro_use]` import Sep 20 04:30:47.171 INFO kablam! --> src/lib.rs:19:1 Sep 20 04:30:47.171 INFO kablam! | Sep 20 04:30:47.171 INFO kablam! 19 | #[macro_use] Sep 20 04:30:47.171 INFO kablam! | ^^^^^^^^^^^^ Sep 20 04:30:47.171 INFO kablam! | Sep 20 04:30:47.171 INFO kablam! note: lint level defined here Sep 20 04:30:47.171 INFO kablam! --> src/lib.rs:2:9 Sep 20 04:30:47.171 INFO kablam! | Sep 20 04:30:47.171 INFO kablam! 2 | #![deny(warnings, missing_debug_implementations, missing_copy_implementations)] Sep 20 04:30:47.171 INFO kablam! | ^^^^^^^^ Sep 20 04:30:47.171 INFO kablam! = note: #[deny(unused_imports)] implied by #[deny(warnings)] Sep 20 04:30:47.171 INFO kablam! Sep 20 04:30:47.174 INFO kablam! error: unused import: `diesel::*` Sep 20 04:30:47.174 INFO kablam! --> src/data_structures.rs:1:5 Sep 20 04:30:47.174 INFO kablam! | Sep 20 04:30:47.174 INFO kablam! 1 | use diesel::*; Sep 20 04:30:47.174 INFO kablam! | ^^^^^^^^^ Sep 20 04:30:47.174 INFO kablam! Sep 20 04:30:47.174 INFO kablam! error: unused imports: `FromSqlRow`, `HasSqlType` Sep 20 04:30:47.174 INFO kablam! --> src/data_structures.rs:6:21 Sep 20 04:30:47.174 INFO kablam! | Sep 20 04:30:47.174 INFO kablam! 6 | use diesel::types::{HasSqlType, FromSqlRow}; Sep 20 04:30:47.174 INFO kablam! | ^^^^^^^^^^ ^^^^^^^^^^ Sep 20 04:30:47.174 INFO kablam! Sep 20 04:30:47.293 INFO kablam! error: unused `#[macro_use]` import Sep 20 04:30:47.293 INFO kablam! --> src/lib.rs:19:1 Sep 20 04:30:47.293 INFO kablam! | Sep 20 04:30:47.293 INFO kablam! 19 | #[macro_use] Sep 20 04:30:47.293 INFO kablam! | ^^^^^^^^^^^^ Sep 20 04:30:47.293 INFO kablam! | Sep 20 04:30:47.293 INFO kablam! note: lint level defined here Sep 20 04:30:47.293 INFO kablam! --> src/lib.rs:2:9 Sep 20 04:30:47.293 INFO kablam! | Sep 20 04:30:47.293 INFO kablam! 2 | #![deny(warnings, missing_debug_implementations, missing_copy_implementations)] Sep 20 04:30:47.293 INFO kablam! | ^^^^^^^^ Sep 20 04:30:47.293 INFO kablam! = note: #[deny(unused_imports)] implied by #[deny(warnings)] Sep 20 04:30:47.293 INFO kablam! Sep 20 04:30:47.293 INFO kablam! error: unused import: `diesel::*` Sep 20 04:30:47.293 INFO kablam! --> src/data_structures.rs:1:5 Sep 20 04:30:47.293 INFO kablam! | Sep 20 04:30:47.293 INFO kablam! 1 | use diesel::*; Sep 20 04:30:47.293 INFO kablam! | ^^^^^^^^^ Sep 20 04:30:47.293 INFO kablam! Sep 20 04:30:47.294 INFO kablam! error: unused imports: `FromSqlRow`, `HasSqlType` Sep 20 04:30:47.294 INFO kablam! --> src/data_structures.rs:6:21 Sep 20 04:30:47.294 INFO kablam! | Sep 20 04:30:47.294 INFO kablam! 6 | use diesel::types::{HasSqlType, FromSqlRow}; Sep 20 04:30:47.294 INFO kablam! | ^^^^^^^^^^ ^^^^^^^^^^ Sep 20 04:30:47.294 INFO kablam! Sep 20 04:30:47.305 INFO kablam! error: unreachable expression Sep 20 04:30:47.305 INFO kablam! --> src/inference.rs:94:5 Sep 20 04:30:47.305 INFO kablam! | Sep 20 04:30:47.305 INFO kablam! 94 | / if let Err(NotFound) = column_info { Sep 20 04:30:47.305 INFO kablam! 95 | | Err(format!("no table exists named {}", table.to_string()).into()) Sep 20 04:30:47.305 INFO kablam! 96 | | } else { Sep 20 04:30:47.305 INFO kablam! 97 | | column_info.map_err(Into::into) Sep 20 04:30:47.305 INFO kablam! 98 | | } Sep 20 04:30:47.305 INFO kablam! | |_____^ Sep 20 04:30:47.305 INFO kablam! | Sep 20 04:30:47.305 INFO kablam! note: lint level defined here Sep 20 04:30:47.305 INFO kablam! --> src/lib.rs:2:9 Sep 20 04:30:47.305 INFO kablam! | Sep 20 04:30:47.305 INFO kablam! 2 | #![deny(warnings, missing_debug_implementations, missing_copy_implementations)] Sep 20 04:30:47.305 INFO kablam! | ^^^^^^^^ Sep 20 04:30:47.305 INFO kablam! = note: #[deny(unreachable_code)] implied by #[deny(warnings)] Sep 20 04:30:47.305 INFO kablam! Sep 20 04:30:47.305 INFO kablam! error: unreachable expression Sep 20 04:30:47.305 INFO kablam! --> src/inference.rs:119:37 Sep 20 04:30:47.305 INFO kablam! | Sep 20 04:30:47.305 INFO kablam! 119 | let primary_keys: Vec = try!(match *conn { Sep 20 04:30:47.305 INFO kablam! | _____________________________________^ Sep 20 04:30:47.306 INFO kablam! 120 | | #[cfg(feature = "sqlite")] Sep 20 04:30:47.306 INFO kablam! 121 | | InferConnection::Sqlite(ref c) => ::sqlite::get_primary_keys(c, table), Sep 20 04:30:47.306 INFO kablam! 122 | | #[cfg(feature = "postgres")] Sep 20 04:30:47.306 INFO kablam! ... | Sep 20 04:30:47.306 INFO kablam! 125 | | InferConnection::Mysql(ref c) => ::information_schema::get_primary_keys(c, table), Sep 20 04:30:47.306 INFO kablam! 126 | | }); Sep 20 04:30:47.306 INFO kablam! | |______^ Sep 20 04:30:47.306 INFO kablam! | Sep 20 04:30:47.306 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 20 04:30:47.306 INFO kablam! Sep 20 04:30:47.366 INFO kablam! error: aborting due to 5 previous errors Sep 20 04:30:47.366 INFO kablam! Sep 20 04:30:47.376 INFO kablam! error: Could not compile `diesel_infer_schema`. Sep 20 04:30:47.376 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 04:30:47.394 INFO kablam! error: unreachable expression Sep 20 04:30:47.394 INFO kablam! --> src/inference.rs:94:5 Sep 20 04:30:47.394 INFO kablam! | Sep 20 04:30:47.394 INFO kablam! 94 | / if let Err(NotFound) = column_info { Sep 20 04:30:47.394 INFO kablam! 95 | | Err(format!("no table exists named {}", table.to_string()).into()) Sep 20 04:30:47.394 INFO kablam! 96 | | } else { Sep 20 04:30:47.394 INFO kablam! 97 | | column_info.map_err(Into::into) Sep 20 04:30:47.394 INFO kablam! 98 | | } Sep 20 04:30:47.394 INFO kablam! | |_____^ Sep 20 04:30:47.394 INFO kablam! | Sep 20 04:30:47.394 INFO kablam! note: lint level defined here Sep 20 04:30:47.394 INFO kablam! --> src/lib.rs:2:9 Sep 20 04:30:47.394 INFO kablam! | Sep 20 04:30:47.394 INFO kablam! 2 | #![deny(warnings, missing_debug_implementations, missing_copy_implementations)] Sep 20 04:30:47.394 INFO kablam! | ^^^^^^^^ Sep 20 04:30:47.394 INFO kablam! = note: #[deny(unreachable_code)] implied by #[deny(warnings)] Sep 20 04:30:47.394 INFO kablam! Sep 20 04:30:47.394 INFO kablam! error: unreachable expression Sep 20 04:30:47.394 INFO kablam! --> src/inference.rs:119:37 Sep 20 04:30:47.394 INFO kablam! | Sep 20 04:30:47.394 INFO kablam! 119 | let primary_keys: Vec = try!(match *conn { Sep 20 04:30:47.394 INFO kablam! | _____________________________________^ Sep 20 04:30:47.394 INFO kablam! 120 | | #[cfg(feature = "sqlite")] Sep 20 04:30:47.394 INFO kablam! 121 | | InferConnection::Sqlite(ref c) => ::sqlite::get_primary_keys(c, table), Sep 20 04:30:47.394 INFO kablam! 122 | | #[cfg(feature = "postgres")] Sep 20 04:30:47.394 INFO kablam! ... | Sep 20 04:30:47.394 INFO kablam! 125 | | InferConnection::Mysql(ref c) => ::information_schema::get_primary_keys(c, table), Sep 20 04:30:47.394 INFO kablam! 126 | | }); Sep 20 04:30:47.394 INFO kablam! | |______^ Sep 20 04:30:47.394 INFO kablam! | Sep 20 04:30:47.394 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 20 04:30:47.394 INFO kablam! Sep 20 04:30:47.434 INFO kablam! error: aborting due to 5 previous errors Sep 20 04:30:47.434 INFO kablam! Sep 20 04:30:47.446 INFO kablam! error: Could not compile `diesel_infer_schema`. Sep 20 04:30:47.446 INFO kablam! Sep 20 04:30:47.446 INFO kablam! To learn more, run the command again with --verbose. Sep 20 04:30:47.455 INFO kablam! su: No module specific data is present Sep 20 04:30:48.492 INFO running `"docker" "rm" "-f" "3a0b1a3cee48dcedb5026ab0fac1716989664f7d808b48e359c0268012ede920"` Sep 20 04:30:48.614 INFO blam! 3a0b1a3cee48dcedb5026ab0fac1716989664f7d808b48e359c0268012ede920