Sep 04 19:46:33.059 INFO checking diesel_infer_schema-0.16.0 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 19:46:33.059 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 19:46:33.059 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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=500" "-e" "CMD=cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 19:46:33.261 INFO blam! eefe287c1ccd6bb2294f51386555af5b7dc7e2fb23a945f97967e1a58b6a224b Sep 04 19:46:33.264 INFO running `"docker" "start" "-a" "eefe287c1ccd6bb2294f51386555af5b7dc7e2fb23a945f97967e1a58b6a224b"` Sep 04 19:46:34.018 INFO kablam! Checking diesel v0.16.0 Sep 04 19:46:44.266 INFO kablam! Checking diesel_infer_schema v0.16.0 (file:///source) Sep 04 19:46:44.824 INFO kablam! error: unused `#[macro_use]` import Sep 04 19:46:44.824 INFO kablam! --> src/lib.rs:19:1 Sep 04 19:46:44.824 INFO kablam! | Sep 04 19:46:44.824 INFO kablam! 19 | #[macro_use] Sep 04 19:46:44.824 INFO kablam! | ^^^^^^^^^^^^ Sep 04 19:46:44.824 INFO kablam! | Sep 04 19:46:44.824 INFO kablam! note: lint level defined here Sep 04 19:46:44.824 INFO kablam! --> src/lib.rs:2:9 Sep 04 19:46:44.824 INFO kablam! | Sep 04 19:46:44.824 INFO kablam! 2 | #![deny(warnings, missing_debug_implementations, missing_copy_implementations)] Sep 04 19:46:44.824 INFO kablam! | ^^^^^^^^ Sep 04 19:46:44.824 INFO kablam! = note: #[deny(unused_imports)] implied by #[deny(warnings)] Sep 04 19:46:44.824 INFO kablam! Sep 04 19:46:44.824 INFO kablam! error: unused import: `diesel::*` Sep 04 19:46:44.825 INFO kablam! --> src/data_structures.rs:1:5 Sep 04 19:46:44.825 INFO kablam! | Sep 04 19:46:44.825 INFO kablam! 1 | use diesel::*; Sep 04 19:46:44.825 INFO kablam! | ^^^^^^^^^ Sep 04 19:46:44.825 INFO kablam! Sep 04 19:46:44.825 INFO kablam! error: unused imports: `FromSqlRow`, `HasSqlType` Sep 04 19:46:44.825 INFO kablam! --> src/data_structures.rs:6:21 Sep 04 19:46:44.825 INFO kablam! | Sep 04 19:46:44.825 INFO kablam! 6 | use diesel::types::{HasSqlType, FromSqlRow}; Sep 04 19:46:44.825 INFO kablam! | ^^^^^^^^^^ ^^^^^^^^^^ Sep 04 19:46:44.825 INFO kablam! Sep 04 19:46:44.871 INFO kablam! error: unused `#[macro_use]` import Sep 04 19:46:44.871 INFO kablam! --> src/lib.rs:19:1 Sep 04 19:46:44.871 INFO kablam! | Sep 04 19:46:44.871 INFO kablam! 19 | #[macro_use] Sep 04 19:46:44.871 INFO kablam! | ^^^^^^^^^^^^ Sep 04 19:46:44.871 INFO kablam! | Sep 04 19:46:44.871 INFO kablam! note: lint level defined here Sep 04 19:46:44.871 INFO kablam! --> src/lib.rs:2:9 Sep 04 19:46:44.871 INFO kablam! | Sep 04 19:46:44.871 INFO kablam! 2 | #![deny(warnings, missing_debug_implementations, missing_copy_implementations)] Sep 04 19:46:44.871 INFO kablam! | ^^^^^^^^ Sep 04 19:46:44.871 INFO kablam! = note: #[deny(unused_imports)] implied by #[deny(warnings)] Sep 04 19:46:44.871 INFO kablam! Sep 04 19:46:44.871 INFO kablam! error: unused import: `diesel::*` Sep 04 19:46:44.871 INFO kablam! --> src/data_structures.rs:1:5 Sep 04 19:46:44.871 INFO kablam! | Sep 04 19:46:44.872 INFO kablam! 1 | use diesel::*; Sep 04 19:46:44.872 INFO kablam! | ^^^^^^^^^ Sep 04 19:46:44.872 INFO kablam! Sep 04 19:46:44.872 INFO kablam! error: unused imports: `FromSqlRow`, `HasSqlType` Sep 04 19:46:44.872 INFO kablam! --> src/data_structures.rs:6:21 Sep 04 19:46:44.872 INFO kablam! | Sep 04 19:46:44.872 INFO kablam! 6 | use diesel::types::{HasSqlType, FromSqlRow}; Sep 04 19:46:44.872 INFO kablam! | ^^^^^^^^^^ ^^^^^^^^^^ Sep 04 19:46:44.872 INFO kablam! Sep 04 19:46:44.980 INFO kablam! error: unreachable expression Sep 04 19:46:44.980 INFO kablam! --> src/inference.rs:94:5 Sep 04 19:46:44.980 INFO kablam! | Sep 04 19:46:44.980 INFO kablam! 94 | / if let Err(NotFound) = column_info { Sep 04 19:46:44.980 INFO kablam! 95 | | Err(format!("no table exists named {}", table.to_string()).into()) Sep 04 19:46:44.980 INFO kablam! 96 | | } else { Sep 04 19:46:44.980 INFO kablam! 97 | | column_info.map_err(Into::into) Sep 04 19:46:44.980 INFO kablam! 98 | | } Sep 04 19:46:44.980 INFO kablam! | |_____^ Sep 04 19:46:44.980 INFO kablam! | Sep 04 19:46:44.980 INFO kablam! note: lint level defined here Sep 04 19:46:44.980 INFO kablam! --> src/lib.rs:2:9 Sep 04 19:46:44.980 INFO kablam! | Sep 04 19:46:44.981 INFO kablam! 2 | #![deny(warnings, missing_debug_implementations, missing_copy_implementations)] Sep 04 19:46:44.981 INFO kablam! | ^^^^^^^^ Sep 04 19:46:44.981 INFO kablam! = note: #[deny(unreachable_code)] implied by #[deny(warnings)] Sep 04 19:46:44.981 INFO kablam! Sep 04 19:46:44.983 INFO kablam! error: unreachable expression Sep 04 19:46:44.983 INFO kablam! --> src/inference.rs:119:37 Sep 04 19:46:44.983 INFO kablam! | Sep 04 19:46:44.983 INFO kablam! 119 | let primary_keys: Vec = try!(match *conn { Sep 04 19:46:44.983 INFO kablam! | _____________________________________^ Sep 04 19:46:44.983 INFO kablam! 120 | | #[cfg(feature = "sqlite")] Sep 04 19:46:44.984 INFO kablam! 121 | | InferConnection::Sqlite(ref c) => ::sqlite::get_primary_keys(c, table), Sep 04 19:46:44.984 INFO kablam! 122 | | #[cfg(feature = "postgres")] Sep 04 19:46:44.984 INFO kablam! ... | Sep 04 19:46:44.984 INFO kablam! 125 | | InferConnection::Mysql(ref c) => ::information_schema::get_primary_keys(c, table), Sep 04 19:46:44.984 INFO kablam! 126 | | }); Sep 04 19:46:44.984 INFO kablam! | |______^ Sep 04 19:46:44.984 INFO kablam! | Sep 04 19:46:44.984 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 04 19:46:44.984 INFO kablam! Sep 04 19:46:45.027 INFO kablam! error: unreachable expression Sep 04 19:46:45.027 INFO kablam! --> src/inference.rs:94:5 Sep 04 19:46:45.027 INFO kablam! | Sep 04 19:46:45.027 INFO kablam! 94 | / if let Err(NotFound) = column_info { Sep 04 19:46:45.028 INFO kablam! 95 | | Err(format!("no table exists named {}", table.to_string()).into()) Sep 04 19:46:45.028 INFO kablam! 96 | | } else { Sep 04 19:46:45.028 INFO kablam! 97 | | column_info.map_err(Into::into) Sep 04 19:46:45.028 INFO kablam! 98 | | } Sep 04 19:46:45.028 INFO kablam! | |_____^ Sep 04 19:46:45.028 INFO kablam! | Sep 04 19:46:45.028 INFO kablam! note: lint level defined here Sep 04 19:46:45.028 INFO kablam! --> src/lib.rs:2:9 Sep 04 19:46:45.028 INFO kablam! | Sep 04 19:46:45.028 INFO kablam! 2 | #![deny(warnings, missing_debug_implementations, missing_copy_implementations)] Sep 04 19:46:45.028 INFO kablam! | ^^^^^^^^ Sep 04 19:46:45.028 INFO kablam! = note: #[deny(unreachable_code)] implied by #[deny(warnings)] Sep 04 19:46:45.028 INFO kablam! Sep 04 19:46:45.031 INFO kablam! error: unreachable expression Sep 04 19:46:45.031 INFO kablam! --> src/inference.rs:119:37 Sep 04 19:46:45.031 INFO kablam! | Sep 04 19:46:45.031 INFO kablam! 119 | let primary_keys: Vec = try!(match *conn { Sep 04 19:46:45.031 INFO kablam! | _____________________________________^ Sep 04 19:46:45.031 INFO kablam! 120 | | #[cfg(feature = "sqlite")] Sep 04 19:46:45.031 INFO kablam! 121 | | InferConnection::Sqlite(ref c) => ::sqlite::get_primary_keys(c, table), Sep 04 19:46:45.031 INFO kablam! 122 | | #[cfg(feature = "postgres")] Sep 04 19:46:45.031 INFO kablam! ... | Sep 04 19:46:45.031 INFO kablam! 125 | | InferConnection::Mysql(ref c) => ::information_schema::get_primary_keys(c, table), Sep 04 19:46:45.031 INFO kablam! 126 | | }); Sep 04 19:46:45.031 INFO kablam! | |______^ Sep 04 19:46:45.031 INFO kablam! | Sep 04 19:46:45.031 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 04 19:46:45.031 INFO kablam! Sep 04 19:46:45.036 INFO kablam! error: aborting due to 5 previous errors Sep 04 19:46:45.036 INFO kablam! Sep 04 19:46:45.043 INFO kablam! error: Could not compile `diesel_infer_schema`. Sep 04 19:46:45.043 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 19:46:45.083 INFO kablam! error: aborting due to 5 previous errors Sep 04 19:46:45.083 INFO kablam! Sep 04 19:46:45.098 INFO kablam! error: Could not compile `diesel_infer_schema`. Sep 04 19:46:45.098 INFO kablam! Sep 04 19:46:45.098 INFO kablam! To learn more, run the command again with --verbose. Sep 04 19:46:45.099 INFO kablam! su: No module specific data is present Sep 04 19:46:45.504 INFO running `"docker" "rm" "-f" "eefe287c1ccd6bb2294f51386555af5b7dc7e2fb23a945f97967e1a58b6a224b"` Sep 04 19:46:45.595 INFO blam! eefe287c1ccd6bb2294f51386555af5b7dc7e2fb23a945f97967e1a58b6a224b