Sep 14 17:34:55.494 INFO checking diesel_infer_schema-0.16.0 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 17:34:55.494 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 17:34:55.494 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-6/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 17:34:55.911 INFO blam! 976f265975e97d8653c8878c0f8aeae734be974fa645f3d16d8779068d47679c Sep 14 17:34:55.913 INFO running `"docker" "start" "-a" "976f265975e97d8653c8878c0f8aeae734be974fa645f3d16d8779068d47679c"` Sep 14 17:34:58.155 INFO kablam! usermod: no changes Sep 14 17:34:58.433 INFO kablam! Checking diesel v0.16.0 Sep 14 17:35:06.548 INFO kablam! Checking diesel_infer_schema v0.16.0 (file:///source) Sep 14 17:35:07.016 INFO kablam! error: unused `#[macro_use]` import Sep 14 17:35:07.017 INFO kablam! --> src/lib.rs:19:1 Sep 14 17:35:07.017 INFO kablam! | Sep 14 17:35:07.017 INFO kablam! 19 | #[macro_use] Sep 14 17:35:07.017 INFO kablam! | ^^^^^^^^^^^^ Sep 14 17:35:07.017 INFO kablam! | Sep 14 17:35:07.017 INFO kablam! note: lint level defined here Sep 14 17:35:07.017 INFO kablam! --> src/lib.rs:2:9 Sep 14 17:35:07.017 INFO kablam! | Sep 14 17:35:07.017 INFO kablam! 2 | #![deny(warnings, missing_debug_implementations, missing_copy_implementations)] Sep 14 17:35:07.017 INFO kablam! | ^^^^^^^^ Sep 14 17:35:07.017 INFO kablam! = note: #[deny(unused_imports)] implied by #[deny(warnings)] Sep 14 17:35:07.017 INFO kablam! Sep 14 17:35:07.017 INFO kablam! error: unused import: `diesel::*` Sep 14 17:35:07.017 INFO kablam! --> src/data_structures.rs:1:5 Sep 14 17:35:07.017 INFO kablam! | Sep 14 17:35:07.017 INFO kablam! 1 | use diesel::*; Sep 14 17:35:07.017 INFO kablam! | ^^^^^^^^^ Sep 14 17:35:07.017 INFO kablam! Sep 14 17:35:07.017 INFO kablam! error: unused imports: `FromSqlRow`, `HasSqlType` Sep 14 17:35:07.017 INFO kablam! --> src/data_structures.rs:6:21 Sep 14 17:35:07.017 INFO kablam! | Sep 14 17:35:07.017 INFO kablam! 6 | use diesel::types::{HasSqlType, FromSqlRow}; Sep 14 17:35:07.017 INFO kablam! | ^^^^^^^^^^ ^^^^^^^^^^ Sep 14 17:35:07.017 INFO kablam! Sep 14 17:35:07.154 INFO kablam! error: unreachable expression Sep 14 17:35:07.155 INFO kablam! --> src/inference.rs:94:5 Sep 14 17:35:07.155 INFO kablam! | Sep 14 17:35:07.155 INFO kablam! 94 | / if let Err(NotFound) = column_info { Sep 14 17:35:07.155 INFO kablam! 95 | | Err(format!("no table exists named {}", table.to_string()).into()) Sep 14 17:35:07.155 INFO kablam! 96 | | } else { Sep 14 17:35:07.155 INFO kablam! 97 | | column_info.map_err(Into::into) Sep 14 17:35:07.155 INFO kablam! 98 | | } Sep 14 17:35:07.155 INFO kablam! | |_____^ Sep 14 17:35:07.155 INFO kablam! | Sep 14 17:35:07.155 INFO kablam! note: lint level defined here Sep 14 17:35:07.155 INFO kablam! --> src/lib.rs:2:9 Sep 14 17:35:07.155 INFO kablam! | Sep 14 17:35:07.155 INFO kablam! 2 | #![deny(warnings, missing_debug_implementations, missing_copy_implementations)] Sep 14 17:35:07.155 INFO kablam! | ^^^^^^^^ Sep 14 17:35:07.155 INFO kablam! = note: #[deny(unreachable_code)] implied by #[deny(warnings)] Sep 14 17:35:07.155 INFO kablam! Sep 14 17:35:07.155 INFO kablam! error: unreachable expression Sep 14 17:35:07.155 INFO kablam! --> src/inference.rs:119:37 Sep 14 17:35:07.155 INFO kablam! | Sep 14 17:35:07.155 INFO kablam! 119 | let primary_keys: Vec = try!(match *conn { Sep 14 17:35:07.155 INFO kablam! | _____________________________________^ Sep 14 17:35:07.155 INFO kablam! 120 | | #[cfg(feature = "sqlite")] Sep 14 17:35:07.155 INFO kablam! 121 | | InferConnection::Sqlite(ref c) => ::sqlite::get_primary_keys(c, table), Sep 14 17:35:07.155 INFO kablam! 122 | | #[cfg(feature = "postgres")] Sep 14 17:35:07.155 INFO kablam! ... | Sep 14 17:35:07.155 INFO kablam! 125 | | InferConnection::Mysql(ref c) => ::information_schema::get_primary_keys(c, table), Sep 14 17:35:07.155 INFO kablam! 126 | | }); Sep 14 17:35:07.155 INFO kablam! | |______^ Sep 14 17:35:07.155 INFO kablam! | Sep 14 17:35:07.155 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 14 17:35:07.155 INFO kablam! Sep 14 17:35:07.190 INFO kablam! error: aborting due to 5 previous errors Sep 14 17:35:07.191 INFO kablam! Sep 14 17:35:07.191 INFO kablam! error: Could not compile `diesel_infer_schema`. Sep 14 17:35:07.191 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 17:35:07.305 INFO kablam! error: unused `#[macro_use]` import Sep 14 17:35:07.305 INFO kablam! --> src/lib.rs:19:1 Sep 14 17:35:07.305 INFO kablam! | Sep 14 17:35:07.305 INFO kablam! 19 | #[macro_use] Sep 14 17:35:07.305 INFO kablam! | ^^^^^^^^^^^^ Sep 14 17:35:07.305 INFO kablam! | Sep 14 17:35:07.305 INFO kablam! note: lint level defined here Sep 14 17:35:07.305 INFO kablam! --> src/lib.rs:2:9 Sep 14 17:35:07.305 INFO kablam! | Sep 14 17:35:07.305 INFO kablam! 2 | #![deny(warnings, missing_debug_implementations, missing_copy_implementations)] Sep 14 17:35:07.305 INFO kablam! | ^^^^^^^^ Sep 14 17:35:07.305 INFO kablam! = note: #[deny(unused_imports)] implied by #[deny(warnings)] Sep 14 17:35:07.305 INFO kablam! Sep 14 17:35:07.305 INFO kablam! error: unused import: `diesel::*` Sep 14 17:35:07.305 INFO kablam! --> src/data_structures.rs:1:5 Sep 14 17:35:07.305 INFO kablam! | Sep 14 17:35:07.305 INFO kablam! 1 | use diesel::*; Sep 14 17:35:07.306 INFO kablam! | ^^^^^^^^^ Sep 14 17:35:07.306 INFO kablam! Sep 14 17:35:07.306 INFO kablam! error: unused imports: `FromSqlRow`, `HasSqlType` Sep 14 17:35:07.306 INFO kablam! --> src/data_structures.rs:6:21 Sep 14 17:35:07.306 INFO kablam! | Sep 14 17:35:07.306 INFO kablam! 6 | use diesel::types::{HasSqlType, FromSqlRow}; Sep 14 17:35:07.306 INFO kablam! | ^^^^^^^^^^ ^^^^^^^^^^ Sep 14 17:35:07.306 INFO kablam! Sep 14 17:35:07.481 INFO kablam! error: unreachable expression Sep 14 17:35:07.481 INFO kablam! --> src/inference.rs:94:5 Sep 14 17:35:07.481 INFO kablam! | Sep 14 17:35:07.481 INFO kablam! 94 | / if let Err(NotFound) = column_info { Sep 14 17:35:07.481 INFO kablam! 95 | | Err(format!("no table exists named {}", table.to_string()).into()) Sep 14 17:35:07.481 INFO kablam! 96 | | } else { Sep 14 17:35:07.481 INFO kablam! 97 | | column_info.map_err(Into::into) Sep 14 17:35:07.481 INFO kablam! 98 | | } Sep 14 17:35:07.481 INFO kablam! | |_____^ Sep 14 17:35:07.481 INFO kablam! | Sep 14 17:35:07.481 INFO kablam! note: lint level defined here Sep 14 17:35:07.481 INFO kablam! --> src/lib.rs:2:9 Sep 14 17:35:07.481 INFO kablam! | Sep 14 17:35:07.481 INFO kablam! 2 | #![deny(warnings, missing_debug_implementations, missing_copy_implementations)] Sep 14 17:35:07.481 INFO kablam! | ^^^^^^^^ Sep 14 17:35:07.481 INFO kablam! = note: #[deny(unreachable_code)] implied by #[deny(warnings)] Sep 14 17:35:07.481 INFO kablam! Sep 14 17:35:07.481 INFO kablam! error: unreachable expression Sep 14 17:35:07.481 INFO kablam! --> src/inference.rs:119:37 Sep 14 17:35:07.481 INFO kablam! | Sep 14 17:35:07.481 INFO kablam! 119 | let primary_keys: Vec = try!(match *conn { Sep 14 17:35:07.481 INFO kablam! | _____________________________________^ Sep 14 17:35:07.481 INFO kablam! 120 | | #[cfg(feature = "sqlite")] Sep 14 17:35:07.481 INFO kablam! 121 | | InferConnection::Sqlite(ref c) => ::sqlite::get_primary_keys(c, table), Sep 14 17:35:07.481 INFO kablam! 122 | | #[cfg(feature = "postgres")] Sep 14 17:35:07.481 INFO kablam! ... | Sep 14 17:35:07.481 INFO kablam! 125 | | InferConnection::Mysql(ref c) => ::information_schema::get_primary_keys(c, table), Sep 14 17:35:07.481 INFO kablam! 126 | | }); Sep 14 17:35:07.481 INFO kablam! | |______^ Sep 14 17:35:07.482 INFO kablam! | Sep 14 17:35:07.482 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 14 17:35:07.482 INFO kablam! Sep 14 17:35:07.523 INFO kablam! error: aborting due to 5 previous errors Sep 14 17:35:07.523 INFO kablam! Sep 14 17:35:07.539 INFO kablam! error: Could not compile `diesel_infer_schema`. Sep 14 17:35:07.539 INFO kablam! Sep 14 17:35:07.539 INFO kablam! To learn more, run the command again with --verbose. Sep 14 17:35:07.539 INFO kablam! su: No module specific data is present Sep 14 17:35:08.665 INFO running `"docker" "rm" "-f" "976f265975e97d8653c8878c0f8aeae734be974fa645f3d16d8779068d47679c"` Sep 14 17:35:08.991 INFO blam! 976f265975e97d8653c8878c0f8aeae734be974fa645f3d16d8779068d47679c