Sep 18 01:42:24.752 INFO checking diesel_cli-1.3.1 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 18 01:42:24.752 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 18 01:42:24.752 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-5/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:42:25.020 INFO blam! 7f57cded808a47dbcf7f45a5070998b9a03dc9a1755d1aa7d3893b5253d525c8 Sep 18 01:42:25.024 INFO running `"docker" "start" "-a" "7f57cded808a47dbcf7f45a5070998b9a03dc9a1755d1aa7d3893b5253d525c8"` Sep 18 01:42:26.354 INFO kablam! usermod: no changes Sep 18 01:42:26.407 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Sep 18 01:42:26.407 INFO kablam! disables Cargo from automatically inferring other test targets. Sep 18 01:42:26.407 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 18 01:42:26.407 INFO kablam! files will be included as a test target: Sep 18 01:42:26.407 INFO kablam! Sep 18 01:42:26.407 INFO kablam! * /source/tests/completion_generation.rs Sep 18 01:42:26.407 INFO kablam! * /source/tests/database_drop.rs Sep 18 01:42:26.407 INFO kablam! * /source/tests/database_reset.rs Sep 18 01:42:26.407 INFO kablam! * /source/tests/database_setup.rs Sep 18 01:42:26.407 INFO kablam! * /source/tests/exit_codes.rs Sep 18 01:42:26.407 INFO kablam! * /source/tests/migration_generate.rs Sep 18 01:42:26.407 INFO kablam! * /source/tests/migration_list.rs Sep 18 01:42:26.407 INFO kablam! * /source/tests/migration_redo.rs Sep 18 01:42:26.407 INFO kablam! * /source/tests/migration_revert.rs Sep 18 01:42:26.407 INFO kablam! * /source/tests/migration_run.rs Sep 18 01:42:26.407 INFO kablam! * /source/tests/print_schema.rs Sep 18 01:42:26.407 INFO kablam! * /source/tests/setup.rs Sep 18 01:42:26.407 INFO kablam! Sep 18 01:42:26.407 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 18 01:42:26.407 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Sep 18 01:42:26.407 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Sep 18 01:42:26.407 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 18 01:42:26.407 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 18 01:42:26.407 INFO kablam! Sep 18 01:42:26.407 INFO kablam! For more information on this warning you can consult Sep 18 01:42:26.407 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 18 01:42:26.645 INFO kablam! Compiling libsqlite3-sys v0.9.3 Sep 18 01:42:26.645 INFO kablam! Compiling mysqlclient-sys v0.2.3 Sep 18 01:42:26.648 INFO kablam! Compiling diesel_derives v1.3.0 Sep 18 01:42:26.655 INFO kablam! Checking dotenv v0.10.1 Sep 18 01:42:26.655 INFO kablam! Checking toml v0.4.6 Sep 18 01:42:38.766 INFO kablam! Checking diesel v1.3.3 Sep 18 01:42:54.711 INFO kablam! Checking infer_schema_internals v1.3.0 Sep 18 01:42:54.711 INFO kablam! Checking migrations_internals v1.3.0 Sep 18 01:42:58.847 INFO kablam! Checking diesel_cli v1.3.1 (/source) Sep 18 01:43:00.935 INFO kablam! error[E0428]: the name `BACKEND` is defined multiple times Sep 18 01:43:00.935 INFO kablam! --> tests/print_schema.rs:96:1 Sep 18 01:43:00.935 INFO kablam! | Sep 18 01:43:00.935 INFO kablam! 94 | const BACKEND: &str = "sqlite"; Sep 18 01:43:00.935 INFO kablam! | ------------------------------- previous definition of the value `BACKEND` here Sep 18 01:43:00.935 INFO kablam! 95 | #[cfg(feature = "postgres")] Sep 18 01:43:00.935 INFO kablam! 96 | const BACKEND: &str = "postgres"; Sep 18 01:43:00.935 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `BACKEND` redefined here Sep 18 01:43:00.935 INFO kablam! | Sep 18 01:43:00.935 INFO kablam! = note: `BACKEND` must be defined only once in the value namespace of this module Sep 18 01:43:00.935 INFO kablam! Sep 18 01:43:00.935 INFO kablam! error[E0428]: the name `BACKEND` is defined multiple times Sep 18 01:43:00.935 INFO kablam! --> tests/print_schema.rs:98:1 Sep 18 01:43:00.935 INFO kablam! | Sep 18 01:43:00.935 INFO kablam! 94 | const BACKEND: &str = "sqlite"; Sep 18 01:43:00.935 INFO kablam! | ------------------------------- previous definition of the value `BACKEND` here Sep 18 01:43:00.935 INFO kablam! ... Sep 18 01:43:00.935 INFO kablam! 98 | const BACKEND: &str = "mysql"; Sep 18 01:43:00.935 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `BACKEND` redefined here Sep 18 01:43:00.935 INFO kablam! | Sep 18 01:43:00.935 INFO kablam! = note: `BACKEND` must be defined only once in the value namespace of this module Sep 18 01:43:00.935 INFO kablam! Sep 18 01:43:01.091 INFO kablam! error[E0428]: the name `valid_run_on_timestamp` is defined multiple times Sep 18 01:43:01.091 INFO kablam! --> tests/migration_run.rs:73:5 Sep 18 01:43:01.091 INFO kablam! | Sep 18 01:43:01.091 INFO kablam! 64 | fn valid_run_on_timestamp(db: &database::Database) -> bool { Sep 18 01:43:01.091 INFO kablam! | ---------------------------------------------------------- previous definition of the value `valid_run_on_timestamp` here Sep 18 01:43:01.091 INFO kablam! ... Sep 18 01:43:01.091 INFO kablam! 73 | fn valid_run_on_timestamp(db: &database::Database) -> bool { Sep 18 01:43:01.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `valid_run_on_timestamp` redefined here Sep 18 01:43:01.091 INFO kablam! | Sep 18 01:43:01.091 INFO kablam! = note: `valid_run_on_timestamp` must be defined only once in the value namespace of this block Sep 18 01:43:01.091 INFO kablam! Sep 18 01:43:01.091 INFO kablam! error[E0428]: the name `valid_run_on_timestamp` is defined multiple times Sep 18 01:43:01.091 INFO kablam! --> tests/migration_run.rs:82:5 Sep 18 01:43:01.091 INFO kablam! | Sep 18 01:43:01.091 INFO kablam! 64 | fn valid_run_on_timestamp(db: &database::Database) -> bool { Sep 18 01:43:01.091 INFO kablam! | ---------------------------------------------------------- previous definition of the value `valid_run_on_timestamp` here Sep 18 01:43:01.091 INFO kablam! ... Sep 18 01:43:01.091 INFO kablam! 82 | fn valid_run_on_timestamp(db: &database::Database) -> bool { Sep 18 01:43:01.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `valid_run_on_timestamp` redefined here Sep 18 01:43:01.091 INFO kablam! | Sep 18 01:43:01.091 INFO kablam! = note: `valid_run_on_timestamp` must be defined only once in the value namespace of this block Sep 18 01:43:01.091 INFO kablam! Sep 18 01:43:01.175 INFO kablam! error[E0432]: unresolved import `self::dotenv` Sep 18 01:43:01.175 INFO kablam! --> tests/support/project_builder.rs:94:19 Sep 18 01:43:01.175 INFO kablam! | Sep 18 01:43:01.175 INFO kablam! 94 | use self::dotenv::dotenv; Sep 18 01:43:01.175 INFO kablam! | ^^^^^^ Could not find `dotenv` in `self` Sep 18 01:43:01.175 INFO kablam! Sep 18 01:43:01.183 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 18 01:43:01.183 INFO kablam! --> tests/support/project_builder.rs:93:51 Sep 18 01:43:01.183 INFO kablam! | Sep 18 01:43:01.183 INFO kablam! 93 | fn database_url_from_env(&self, var: &str) -> url::Url { Sep 18 01:43:01.183 INFO kablam! | ^^^ Sep 18 01:43:01.183 INFO kablam! | Sep 18 01:43:01.183 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 18 01:43:01.183 INFO kablam! Sep 18 01:43:01.183 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 18 01:43:01.183 INFO kablam! --> tests/support/project_builder.rs:99:13 Sep 18 01:43:01.183 INFO kablam! | Sep 18 01:43:01.183 INFO kablam! 99 | url::Url::parse(&env::var_os(var).unwrap().into_string().unwrap()).unwrap(); Sep 18 01:43:01.183 INFO kablam! | ^^^ Sep 18 01:43:01.183 INFO kablam! | Sep 18 01:43:01.183 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 18 01:43:01.183 INFO kablam! Sep 18 01:43:01.267 INFO kablam! error[E0201]: duplicate definitions with name `database_url`: Sep 18 01:43:01.267 INFO kablam! --> tests/support/project_builder.rs:110:5 Sep 18 01:43:01.267 INFO kablam! | Sep 18 01:43:01.267 INFO kablam! 105 | / pub fn database_url(&self) -> String { Sep 18 01:43:01.267 INFO kablam! 106 | | self.database_url_from_env("PG_DATABASE_URL").to_string() Sep 18 01:43:01.267 INFO kablam! 107 | | } Sep 18 01:43:01.267 INFO kablam! | |_____- previous definition of `database_url` here Sep 18 01:43:01.267 INFO kablam! ... Sep 18 01:43:01.267 INFO kablam! 110 | / pub fn database_url(&self) -> String { Sep 18 01:43:01.267 INFO kablam! 111 | | use std::env; Sep 18 01:43:01.267 INFO kablam! 112 | | Sep 18 01:43:01.267 INFO kablam! 113 | | let mut db_url = self.database_url_from_env("MYSQL_DATABASE_URL"); Sep 18 01:43:01.267 INFO kablam! ... | Sep 18 01:43:01.267 INFO kablam! 119 | | db_url.to_string() Sep 18 01:43:01.267 INFO kablam! 120 | | } Sep 18 01:43:01.267 INFO kablam! | |_____^ duplicate definition Sep 18 01:43:01.275 INFO kablam! Sep 18 01:43:01.275 INFO kablam! error[E0201]: duplicate definitions with name `database_url`: Sep 18 01:43:01.275 INFO kablam! --> tests/support/project_builder.rs:123:5 Sep 18 01:43:01.275 INFO kablam! | Sep 18 01:43:01.275 INFO kablam! 105 | / pub fn database_url(&self) -> String { Sep 18 01:43:01.275 INFO kablam! 106 | | self.database_url_from_env("PG_DATABASE_URL").to_string() Sep 18 01:43:01.275 INFO kablam! 107 | | } Sep 18 01:43:01.275 INFO kablam! | |_____- previous definition of `database_url` here Sep 18 01:43:01.275 INFO kablam! ... Sep 18 01:43:01.275 INFO kablam! 123 | / pub fn database_url(&self) -> String { Sep 18 01:43:01.275 INFO kablam! 124 | | self.directory Sep 18 01:43:01.275 INFO kablam! 125 | | .path() Sep 18 01:43:01.275 INFO kablam! 126 | | .join(&self.name) Sep 18 01:43:01.275 INFO kablam! ... | Sep 18 01:43:01.275 INFO kablam! 129 | | .unwrap() Sep 18 01:43:01.275 INFO kablam! 130 | | } Sep 18 01:43:01.275 INFO kablam! | |_____^ duplicate definition Sep 18 01:43:01.275 INFO kablam! Sep 18 01:43:01.275 INFO kablam! error: aborting due to 9 previous errors Sep 18 01:43:01.281 INFO kablam! Sep 18 01:43:01.281 INFO kablam! Some errors occurred: E0201, E0428, E0432, E0658. Sep 18 01:43:01.281 INFO kablam! For more information about an error, try `rustc --explain E0201`. Sep 18 01:43:01.319 INFO kablam! error: Could not compile `diesel_cli`. Sep 18 01:43:01.319 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 18 01:43:01.798 INFO kablam! error: cannot find type `table` in this scope Sep 18 01:43:01.798 INFO kablam! --> :165:33 Sep 18 01:43:01.798 INFO kablam! | Sep 18 01:43:01.798 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Sep 18 01:43:01.798 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 18 01:43:01.798 INFO kablam! | Sep 18 01:43:01.798 INFO kablam! note: lint level defined here Sep 18 01:43:01.798 INFO kablam! --> src/main.rs:2:9 Sep 18 01:43:01.798 INFO kablam! | Sep 18 01:43:01.798 INFO kablam! 2 | #![deny(warnings, missing_copy_implementations)] Sep 18 01:43:01.798 INFO kablam! | ^^^^^^^^ Sep 18 01:43:01.798 INFO kablam! = note: #[deny(proc_macro_derive_resolution_fallback)] implied by #[deny(warnings)] Sep 18 01:43:01.798 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 18 01:43:01.798 INFO kablam! = note: for more information, see issue #50504 Sep 18 01:43:01.798 INFO kablam! Sep 18 01:43:01.798 INFO kablam! error: cannot find type `table` in this scope Sep 18 01:43:01.798 INFO kablam! --> :165:33 Sep 18 01:43:01.798 INFO kablam! | Sep 18 01:43:01.798 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Sep 18 01:43:01.798 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 18 01:43:01.798 INFO kablam! | Sep 18 01:43:01.798 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 18 01:43:01.798 INFO kablam! = note: for more information, see issue #50504 Sep 18 01:43:01.798 INFO kablam! Sep 18 01:43:01.798 INFO kablam! error: cannot find type `datname` in this scope Sep 18 01:43:01.798 INFO kablam! --> <__diesel_column macros>:5:33 Sep 18 01:43:01.798 INFO kablam! | Sep 18 01:43:01.798 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 18 01:43:01.798 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 18 01:43:01.798 INFO kablam! | Sep 18 01:43:01.800 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 18 01:43:01.800 INFO kablam! = note: for more information, see issue #50504 Sep 18 01:43:01.800 INFO kablam! Sep 18 01:43:01.800 INFO kablam! error: cannot find type `datistemplate` in this scope Sep 18 01:43:01.800 INFO kablam! --> <__diesel_column macros>:5:33 Sep 18 01:43:01.800 INFO kablam! | Sep 18 01:43:01.800 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 18 01:43:01.800 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 18 01:43:01.800 INFO kablam! | Sep 18 01:43:01.800 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 18 01:43:01.800 INFO kablam! = note: for more information, see issue #50504 Sep 18 01:43:01.800 INFO kablam! Sep 18 01:43:01.802 INFO kablam! error: cannot find type `schema_name` in this scope Sep 18 01:43:01.802 INFO kablam! --> <__diesel_column macros>:5:33 Sep 18 01:43:01.802 INFO kablam! | Sep 18 01:43:01.802 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 18 01:43:01.802 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 18 01:43:01.802 INFO kablam! | Sep 18 01:43:01.802 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 18 01:43:01.802 INFO kablam! = note: for more information, see issue #50504 Sep 18 01:43:01.802 INFO kablam! Sep 18 01:43:02.223 INFO kablam! error: cannot find type `table` in this scope Sep 18 01:43:02.223 INFO kablam! --> :165:33 Sep 18 01:43:02.223 INFO kablam! | Sep 18 01:43:02.223 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Sep 18 01:43:02.223 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 18 01:43:02.223 INFO kablam! | Sep 18 01:43:02.223 INFO kablam! note: lint level defined here Sep 18 01:43:02.223 INFO kablam! --> src/main.rs:2:9 Sep 18 01:43:02.223 INFO kablam! | Sep 18 01:43:02.223 INFO kablam! 2 | #![deny(warnings, missing_copy_implementations)] Sep 18 01:43:02.223 INFO kablam! | ^^^^^^^^ Sep 18 01:43:02.223 INFO kablam! = note: #[deny(proc_macro_derive_resolution_fallback)] implied by #[deny(warnings)] Sep 18 01:43:02.223 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 18 01:43:02.223 INFO kablam! = note: for more information, see issue #50504 Sep 18 01:43:02.223 INFO kablam! Sep 18 01:43:02.223 INFO kablam! error: cannot find type `table` in this scope Sep 18 01:43:02.223 INFO kablam! --> :165:33 Sep 18 01:43:02.223 INFO kablam! | Sep 18 01:43:02.223 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Sep 18 01:43:02.223 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 18 01:43:02.223 INFO kablam! | Sep 18 01:43:02.223 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 18 01:43:02.231 INFO kablam! = note: for more information, see issue #50504 Sep 18 01:43:02.231 INFO kablam! Sep 18 01:43:02.231 INFO kablam! error: cannot find type `datname` in this scope Sep 18 01:43:02.231 INFO kablam! --> <__diesel_column macros>:5:33 Sep 18 01:43:02.231 INFO kablam! | Sep 18 01:43:02.231 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 18 01:43:02.231 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 18 01:43:02.231 INFO kablam! | Sep 18 01:43:02.231 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 18 01:43:02.231 INFO kablam! = note: for more information, see issue #50504 Sep 18 01:43:02.231 INFO kablam! Sep 18 01:43:02.231 INFO kablam! error: cannot find type `datistemplate` in this scope Sep 18 01:43:02.231 INFO kablam! --> <__diesel_column macros>:5:33 Sep 18 01:43:02.231 INFO kablam! | Sep 18 01:43:02.231 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 18 01:43:02.231 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 18 01:43:02.231 INFO kablam! | Sep 18 01:43:02.231 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 18 01:43:02.231 INFO kablam! = note: for more information, see issue #50504 Sep 18 01:43:02.231 INFO kablam! Sep 18 01:43:02.231 INFO kablam! error: cannot find type `schema_name` in this scope Sep 18 01:43:02.231 INFO kablam! --> <__diesel_column macros>:5:33 Sep 18 01:43:02.231 INFO kablam! | Sep 18 01:43:02.231 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 18 01:43:02.231 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 18 01:43:02.231 INFO kablam! | Sep 18 01:43:02.231 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 18 01:43:02.231 INFO kablam! = note: for more information, see issue #50504 Sep 18 01:43:02.231 INFO kablam! Sep 18 01:43:02.323 INFO kablam! error: aborting due to 5 previous errors Sep 18 01:43:02.323 INFO kablam! Sep 18 01:43:02.326 INFO kablam! error: Could not compile `diesel_cli`. Sep 18 01:43:02.326 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 18 01:43:02.811 INFO kablam! error: aborting due to 5 previous errors Sep 18 01:43:02.811 INFO kablam! Sep 18 01:43:02.833 INFO kablam! error: Could not compile `diesel_cli`. Sep 18 01:43:02.833 INFO kablam! Sep 18 01:43:02.833 INFO kablam! To learn more, run the command again with --verbose. Sep 18 01:43:02.833 INFO kablam! su: No module specific data is present Sep 18 01:43:03.713 INFO running `"docker" "rm" "-f" "7f57cded808a47dbcf7f45a5070998b9a03dc9a1755d1aa7d3893b5253d525c8"` Sep 18 01:43:03.947 INFO blam! 7f57cded808a47dbcf7f45a5070998b9a03dc9a1755d1aa7d3893b5253d525c8