Sep 20 02:48:29.281 INFO checking diesel_infer_schema-0.16.0 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 20 02:48:29.281 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 20 02:48:29.281 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-2/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 02:48:29.667 INFO blam! 67c2309e3932c26853a4d1c1d183bb8edc14d07f513f3d446755212b524636d6 Sep 20 02:48:29.675 INFO running `"docker" "start" "-a" "67c2309e3932c26853a4d1c1d183bb8edc14d07f513f3d446755212b524636d6"` Sep 20 02:48:31.647 INFO kablam! usermod: no changes Sep 20 02:48:31.929 INFO kablam! Checking diesel v0.16.0 Sep 20 02:48:39.908 INFO kablam! Checking diesel_infer_schema v0.16.0 (/source) Sep 20 02:48:40.551 INFO kablam! error: unused `#[macro_use]` import Sep 20 02:48:40.552 INFO kablam! --> src/lib.rs:19:1 Sep 20 02:48:40.552 INFO kablam! | Sep 20 02:48:40.552 INFO kablam! 19 | #[macro_use] Sep 20 02:48:40.553 INFO kablam! | ^^^^^^^^^^^^ Sep 20 02:48:40.553 INFO kablam! | Sep 20 02:48:40.554 INFO kablam! note: lint level defined here Sep 20 02:48:40.554 INFO kablam! --> src/lib.rs:2:9 Sep 20 02:48:40.554 INFO kablam! | Sep 20 02:48:40.555 INFO kablam! 2 | #![deny(warnings, missing_debug_implementations, missing_copy_implementations)] Sep 20 02:48:40.555 INFO kablam! | ^^^^^^^^ Sep 20 02:48:40.556 INFO kablam! = note: #[deny(unused_imports)] implied by #[deny(warnings)] Sep 20 02:48:40.556 INFO kablam! Sep 20 02:48:40.556 INFO kablam! error: unused import: `diesel::*` Sep 20 02:48:40.557 INFO kablam! --> src/data_structures.rs:1:5 Sep 20 02:48:40.557 INFO kablam! | Sep 20 02:48:40.557 INFO kablam! 1 | use diesel::*; Sep 20 02:48:40.558 INFO kablam! | ^^^^^^^^^ Sep 20 02:48:40.558 INFO kablam! Sep 20 02:48:40.558 INFO kablam! error: unused imports: `FromSqlRow`, `HasSqlType` Sep 20 02:48:40.559 INFO kablam! --> src/data_structures.rs:6:21 Sep 20 02:48:40.559 INFO kablam! | Sep 20 02:48:40.559 INFO kablam! 6 | use diesel::types::{HasSqlType, FromSqlRow}; Sep 20 02:48:40.560 INFO kablam! | ^^^^^^^^^^ ^^^^^^^^^^ Sep 20 02:48:40.560 INFO kablam! Sep 20 02:48:40.651 INFO kablam! error: unused `#[macro_use]` import Sep 20 02:48:40.651 INFO kablam! --> src/lib.rs:19:1 Sep 20 02:48:40.652 INFO kablam! | Sep 20 02:48:40.652 INFO kablam! 19 | #[macro_use] Sep 20 02:48:40.652 INFO kablam! | ^^^^^^^^^^^^ Sep 20 02:48:40.653 INFO kablam! | Sep 20 02:48:40.653 INFO kablam! note: lint level defined here Sep 20 02:48:40.654 INFO kablam! --> src/lib.rs:2:9 Sep 20 02:48:40.654 INFO kablam! | Sep 20 02:48:40.654 INFO kablam! 2 | #![deny(warnings, missing_debug_implementations, missing_copy_implementations)] Sep 20 02:48:40.655 INFO kablam! | ^^^^^^^^ Sep 20 02:48:40.655 INFO kablam! = note: #[deny(unused_imports)] implied by #[deny(warnings)] Sep 20 02:48:40.656 INFO kablam! Sep 20 02:48:40.656 INFO kablam! error: unused import: `diesel::*` Sep 20 02:48:40.656 INFO kablam! --> src/data_structures.rs:1:5 Sep 20 02:48:40.657 INFO kablam! | Sep 20 02:48:40.657 INFO kablam! 1 | use diesel::*; Sep 20 02:48:40.658 INFO kablam! | ^^^^^^^^^ Sep 20 02:48:40.658 INFO kablam! Sep 20 02:48:40.658 INFO kablam! error: unused imports: `FromSqlRow`, `HasSqlType` Sep 20 02:48:40.659 INFO kablam! --> src/data_structures.rs:6:21 Sep 20 02:48:40.659 INFO kablam! | Sep 20 02:48:40.660 INFO kablam! 6 | use diesel::types::{HasSqlType, FromSqlRow}; Sep 20 02:48:40.660 INFO kablam! | ^^^^^^^^^^ ^^^^^^^^^^ Sep 20 02:48:40.660 INFO kablam! Sep 20 02:48:40.755 INFO kablam! error: unreachable expression Sep 20 02:48:40.756 INFO kablam! --> src/inference.rs:94:5 Sep 20 02:48:40.756 INFO kablam! | Sep 20 02:48:40.756 INFO kablam! 94 | / if let Err(NotFound) = column_info { Sep 20 02:48:40.757 INFO kablam! 95 | | Err(format!("no table exists named {}", table.to_string()).into()) Sep 20 02:48:40.757 INFO kablam! 96 | | } else { Sep 20 02:48:40.758 INFO kablam! 97 | | column_info.map_err(Into::into) Sep 20 02:48:40.758 INFO kablam! 98 | | } Sep 20 02:48:40.759 INFO kablam! | |_____^ Sep 20 02:48:40.759 INFO kablam! | Sep 20 02:48:40.759 INFO kablam! note: lint level defined here Sep 20 02:48:40.760 INFO kablam! --> src/lib.rs:2:9 Sep 20 02:48:40.760 INFO kablam! | Sep 20 02:48:40.760 INFO kablam! 2 | #![deny(warnings, missing_debug_implementations, missing_copy_implementations)] Sep 20 02:48:40.761 INFO kablam! | ^^^^^^^^ Sep 20 02:48:40.761 INFO kablam! = note: #[deny(unreachable_code)] implied by #[deny(warnings)] Sep 20 02:48:40.761 INFO kablam! Sep 20 02:48:40.762 INFO kablam! error: unreachable expression Sep 20 02:48:40.762 INFO kablam! --> src/inference.rs:119:37 Sep 20 02:48:40.763 INFO kablam! | Sep 20 02:48:40.763 INFO kablam! 119 | let primary_keys: Vec = try!(match *conn { Sep 20 02:48:40.763 INFO kablam! | _____________________________________^ Sep 20 02:48:40.764 INFO kablam! 120 | | #[cfg(feature = "sqlite")] Sep 20 02:48:40.764 INFO kablam! 121 | | InferConnection::Sqlite(ref c) => ::sqlite::get_primary_keys(c, table), Sep 20 02:48:40.765 INFO kablam! 122 | | #[cfg(feature = "postgres")] Sep 20 02:48:40.765 INFO kablam! ... | Sep 20 02:48:40.766 INFO kablam! 125 | | InferConnection::Mysql(ref c) => ::information_schema::get_primary_keys(c, table), Sep 20 02:48:40.766 INFO kablam! 126 | | }); Sep 20 02:48:40.766 INFO kablam! | |______^ Sep 20 02:48:40.767 INFO kablam! | Sep 20 02:48:40.767 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 02:48:40.767 INFO kablam! Sep 20 02:48:40.813 INFO kablam! error: aborting due to 5 previous errors Sep 20 02:48:40.813 INFO kablam! Sep 20 02:48:40.827 INFO kablam! error: Could not compile `diesel_infer_schema`. Sep 20 02:48:40.827 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 02:48:40.874 INFO kablam! error: unreachable expression Sep 20 02:48:40.874 INFO kablam! --> src/inference.rs:94:5 Sep 20 02:48:40.874 INFO kablam! | Sep 20 02:48:40.874 INFO kablam! 94 | / if let Err(NotFound) = column_info { Sep 20 02:48:40.874 INFO kablam! 95 | | Err(format!("no table exists named {}", table.to_string()).into()) Sep 20 02:48:40.874 INFO kablam! 96 | | } else { Sep 20 02:48:40.874 INFO kablam! 97 | | column_info.map_err(Into::into) Sep 20 02:48:40.874 INFO kablam! 98 | | } Sep 20 02:48:40.874 INFO kablam! | |_____^ Sep 20 02:48:40.874 INFO kablam! | Sep 20 02:48:40.875 INFO kablam! note: lint level defined here Sep 20 02:48:40.875 INFO kablam! --> src/lib.rs:2:9 Sep 20 02:48:40.875 INFO kablam! | Sep 20 02:48:40.875 INFO kablam! 2 | #![deny(warnings, missing_debug_implementations, missing_copy_implementations)] Sep 20 02:48:40.875 INFO kablam! | ^^^^^^^^ Sep 20 02:48:40.875 INFO kablam! = note: #[deny(unreachable_code)] implied by #[deny(warnings)] Sep 20 02:48:40.875 INFO kablam! Sep 20 02:48:40.878 INFO kablam! error: unreachable expression Sep 20 02:48:40.878 INFO kablam! --> src/inference.rs:119:37 Sep 20 02:48:40.878 INFO kablam! | Sep 20 02:48:40.878 INFO kablam! 119 | let primary_keys: Vec = try!(match *conn { Sep 20 02:48:40.878 INFO kablam! | _____________________________________^ Sep 20 02:48:40.878 INFO kablam! 120 | | #[cfg(feature = "sqlite")] Sep 20 02:48:40.878 INFO kablam! 121 | | InferConnection::Sqlite(ref c) => ::sqlite::get_primary_keys(c, table), Sep 20 02:48:40.878 INFO kablam! 122 | | #[cfg(feature = "postgres")] Sep 20 02:48:40.878 INFO kablam! ... | Sep 20 02:48:40.878 INFO kablam! 125 | | InferConnection::Mysql(ref c) => ::information_schema::get_primary_keys(c, table), Sep 20 02:48:40.878 INFO kablam! 126 | | }); Sep 20 02:48:40.878 INFO kablam! | |______^ Sep 20 02:48:40.883 INFO kablam! | Sep 20 02:48:40.883 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 02:48:40.883 INFO kablam! Sep 20 02:48:40.925 INFO kablam! error: aborting due to 5 previous errors Sep 20 02:48:40.925 INFO kablam! Sep 20 02:48:40.939 INFO kablam! error: Could not compile `diesel_infer_schema`. Sep 20 02:48:40.939 INFO kablam! Sep 20 02:48:40.939 INFO kablam! To learn more, run the command again with --verbose. Sep 20 02:48:40.941 INFO kablam! su: No module specific data is present Sep 20 02:48:42.703 INFO running `"docker" "rm" "-f" "67c2309e3932c26853a4d1c1d183bb8edc14d07f513f3d446755212b524636d6"` Sep 20 02:48:43.015 INFO blam! 67c2309e3932c26853a4d1c1d183bb8edc14d07f513f3d446755212b524636d6