Sep 18 01:40:40.162 INFO checking diesel_infer_schema-0.16.0 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 18 01:40:40.162 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 18 01:40:40.162 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-3/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 18 01:40:40.587 INFO blam! 8a5a5a283e9d78c8d11a1c7b29c540afb150c37aa433aa24f793e456c7dc4676 Sep 18 01:40:40.599 INFO running `"docker" "start" "-a" "8a5a5a283e9d78c8d11a1c7b29c540afb150c37aa433aa24f793e456c7dc4676"` Sep 18 01:40:41.715 INFO kablam! usermod: no changes Sep 18 01:40:41.963 INFO kablam! Checking diesel v0.16.0 Sep 18 01:40:50.017 INFO kablam! Checking diesel_infer_schema v0.16.0 (/source) Sep 18 01:40:50.635 INFO kablam! error: unused `#[macro_use]` import Sep 18 01:40:50.635 INFO kablam! --> src/lib.rs:19:1 Sep 18 01:40:50.636 INFO kablam! | Sep 18 01:40:50.636 INFO kablam! 19 | #[macro_use] Sep 18 01:40:50.636 INFO kablam! | ^^^^^^^^^^^^ Sep 18 01:40:50.637 INFO kablam! | Sep 18 01:40:50.637 INFO kablam! note: lint level defined here Sep 18 01:40:50.637 INFO kablam! --> src/lib.rs:2:9 Sep 18 01:40:50.638 INFO kablam! | Sep 18 01:40:50.638 INFO kablam! 2 | #![deny(warnings, missing_debug_implementations, missing_copy_implementations)] Sep 18 01:40:50.638 INFO kablam! | ^^^^^^^^ Sep 18 01:40:50.639 INFO kablam! = note: #[deny(unused_imports)] implied by #[deny(warnings)] Sep 18 01:40:50.639 INFO kablam! Sep 18 01:40:50.639 INFO kablam! error: unused import: `diesel::*` Sep 18 01:40:50.640 INFO kablam! --> src/data_structures.rs:1:5 Sep 18 01:40:50.640 INFO kablam! | Sep 18 01:40:50.640 INFO kablam! 1 | use diesel::*; Sep 18 01:40:50.640 INFO kablam! | ^^^^^^^^^ Sep 18 01:40:50.641 INFO kablam! Sep 18 01:40:50.641 INFO kablam! error: unused imports: `FromSqlRow`, `HasSqlType` Sep 18 01:40:50.641 INFO kablam! --> src/data_structures.rs:6:21 Sep 18 01:40:50.642 INFO kablam! | Sep 18 01:40:50.642 INFO kablam! 6 | use diesel::types::{HasSqlType, FromSqlRow}; Sep 18 01:40:50.642 INFO kablam! | ^^^^^^^^^^ ^^^^^^^^^^ Sep 18 01:40:50.643 INFO kablam! Sep 18 01:40:50.670 INFO kablam! error: unused `#[macro_use]` import Sep 18 01:40:50.670 INFO kablam! --> src/lib.rs:19:1 Sep 18 01:40:50.671 INFO kablam! | Sep 18 01:40:50.671 INFO kablam! 19 | #[macro_use] Sep 18 01:40:50.672 INFO kablam! | ^^^^^^^^^^^^ Sep 18 01:40:50.672 INFO kablam! | Sep 18 01:40:50.672 INFO kablam! note: lint level defined here Sep 18 01:40:50.673 INFO kablam! --> src/lib.rs:2:9 Sep 18 01:40:50.673 INFO kablam! | Sep 18 01:40:50.674 INFO kablam! 2 | #![deny(warnings, missing_debug_implementations, missing_copy_implementations)] Sep 18 01:40:50.674 INFO kablam! | ^^^^^^^^ Sep 18 01:40:50.674 INFO kablam! = note: #[deny(unused_imports)] implied by #[deny(warnings)] Sep 18 01:40:50.675 INFO kablam! Sep 18 01:40:50.675 INFO kablam! error: unused import: `diesel::*` Sep 18 01:40:50.676 INFO kablam! --> src/data_structures.rs:1:5 Sep 18 01:40:50.676 INFO kablam! | Sep 18 01:40:50.676 INFO kablam! 1 | use diesel::*; Sep 18 01:40:50.677 INFO kablam! | ^^^^^^^^^ Sep 18 01:40:50.677 INFO kablam! Sep 18 01:40:50.677 INFO kablam! error: unused imports: `FromSqlRow`, `HasSqlType` Sep 18 01:40:50.678 INFO kablam! --> src/data_structures.rs:6:21 Sep 18 01:40:50.678 INFO kablam! | Sep 18 01:40:50.678 INFO kablam! 6 | use diesel::types::{HasSqlType, FromSqlRow}; Sep 18 01:40:50.679 INFO kablam! | ^^^^^^^^^^ ^^^^^^^^^^ Sep 18 01:40:50.679 INFO kablam! Sep 18 01:40:50.823 INFO kablam! error: unreachable expression Sep 18 01:40:50.823 INFO kablam! --> src/inference.rs:94:5 Sep 18 01:40:50.824 INFO kablam! | Sep 18 01:40:50.824 INFO kablam! 94 | / if let Err(NotFound) = column_info { Sep 18 01:40:50.824 INFO kablam! 95 | | Err(format!("no table exists named {}", table.to_string()).into()) Sep 18 01:40:50.825 INFO kablam! 96 | | } else { Sep 18 01:40:50.825 INFO kablam! 97 | | column_info.map_err(Into::into) Sep 18 01:40:50.826 INFO kablam! 98 | | } Sep 18 01:40:50.826 INFO kablam! | |_____^ Sep 18 01:40:50.826 INFO kablam! | Sep 18 01:40:50.827 INFO kablam! note: lint level defined here Sep 18 01:40:50.827 INFO kablam! --> src/lib.rs:2:9 Sep 18 01:40:50.827 INFO kablam! | Sep 18 01:40:50.828 INFO kablam! 2 | #![deny(warnings, missing_debug_implementations, missing_copy_implementations)] Sep 18 01:40:50.828 INFO kablam! | ^^^^^^^^ Sep 18 01:40:50.828 INFO kablam! = note: #[deny(unreachable_code)] implied by #[deny(warnings)] Sep 18 01:40:50.829 INFO kablam! Sep 18 01:40:50.831 INFO kablam! error: unreachable expression Sep 18 01:40:50.831 INFO kablam! --> src/inference.rs:119:37 Sep 18 01:40:50.831 INFO kablam! | Sep 18 01:40:50.831 INFO kablam! 119 | let primary_keys: Vec = try!(match *conn { Sep 18 01:40:50.831 INFO kablam! | _____________________________________^ Sep 18 01:40:50.831 INFO kablam! 120 | | #[cfg(feature = "sqlite")] Sep 18 01:40:50.831 INFO kablam! 121 | | InferConnection::Sqlite(ref c) => ::sqlite::get_primary_keys(c, table), Sep 18 01:40:50.831 INFO kablam! 122 | | #[cfg(feature = "postgres")] Sep 18 01:40:50.831 INFO kablam! ... | Sep 18 01:40:50.831 INFO kablam! 125 | | InferConnection::Mysql(ref c) => ::information_schema::get_primary_keys(c, table), Sep 18 01:40:50.831 INFO kablam! 126 | | }); Sep 18 01:40:50.831 INFO kablam! | |______^ Sep 18 01:40:50.831 INFO kablam! | Sep 18 01:40:50.831 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 18 01:40:50.831 INFO kablam! Sep 18 01:40:50.899 INFO kablam! error: aborting due to 5 previous errors Sep 18 01:40:50.899 INFO kablam! Sep 18 01:40:50.907 INFO kablam! error: Could not compile `diesel_infer_schema`. Sep 18 01:40:50.908 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 18 01:40:50.916 INFO kablam! error: unreachable expression Sep 18 01:40:50.917 INFO kablam! --> src/inference.rs:94:5 Sep 18 01:40:50.917 INFO kablam! | Sep 18 01:40:50.917 INFO kablam! 94 | / if let Err(NotFound) = column_info { Sep 18 01:40:50.917 INFO kablam! 95 | | Err(format!("no table exists named {}", table.to_string()).into()) Sep 18 01:40:50.917 INFO kablam! 96 | | } else { Sep 18 01:40:50.917 INFO kablam! 97 | | column_info.map_err(Into::into) Sep 18 01:40:50.917 INFO kablam! 98 | | } Sep 18 01:40:50.917 INFO kablam! | |_____^ Sep 18 01:40:50.917 INFO kablam! | Sep 18 01:40:50.927 INFO kablam! note: lint level defined here Sep 18 01:40:50.927 INFO kablam! --> src/lib.rs:2:9 Sep 18 01:40:50.927 INFO kablam! | Sep 18 01:40:50.927 INFO kablam! 2 | #![deny(warnings, missing_debug_implementations, missing_copy_implementations)] Sep 18 01:40:50.927 INFO kablam! | ^^^^^^^^ Sep 18 01:40:50.927 INFO kablam! = note: #[deny(unreachable_code)] implied by #[deny(warnings)] Sep 18 01:40:50.927 INFO kablam! Sep 18 01:40:50.927 INFO kablam! error: unreachable expression Sep 18 01:40:50.927 INFO kablam! --> src/inference.rs:119:37 Sep 18 01:40:50.927 INFO kablam! | Sep 18 01:40:50.927 INFO kablam! 119 | let primary_keys: Vec = try!(match *conn { Sep 18 01:40:50.928 INFO kablam! | _____________________________________^ Sep 18 01:40:50.928 INFO kablam! 120 | | #[cfg(feature = "sqlite")] Sep 18 01:40:50.928 INFO kablam! 121 | | InferConnection::Sqlite(ref c) => ::sqlite::get_primary_keys(c, table), Sep 18 01:40:50.928 INFO kablam! 122 | | #[cfg(feature = "postgres")] Sep 18 01:40:50.928 INFO kablam! ... | Sep 18 01:40:50.928 INFO kablam! 125 | | InferConnection::Mysql(ref c) => ::information_schema::get_primary_keys(c, table), Sep 18 01:40:50.929 INFO kablam! 126 | | }); Sep 18 01:40:50.929 INFO kablam! | |______^ Sep 18 01:40:50.929 INFO kablam! | Sep 18 01:40:50.929 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 18 01:40:50.929 INFO kablam! Sep 18 01:40:51.016 INFO kablam! error: aborting due to 5 previous errors Sep 18 01:40:51.016 INFO kablam! Sep 18 01:40:51.037 INFO kablam! error: Could not compile `diesel_infer_schema`. Sep 18 01:40:51.037 INFO kablam! Sep 18 01:40:51.037 INFO kablam! To learn more, run the command again with --verbose. Sep 18 01:40:51.047 INFO kablam! su: No module specific data is present Sep 18 01:40:52.682 INFO running `"docker" "rm" "-f" "8a5a5a283e9d78c8d11a1c7b29c540afb150c37aa433aa24f793e456c7dc4676"` Sep 18 01:40:52.851 INFO blam! 8a5a5a283e9d78c8d11a1c7b29c540afb150c37aa433aa24f793e456c7dc4676