Sep 06 08:00:30.987 INFO checking diesel_derives-1.2.0 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 08:00:30.987 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 08:00:30.987 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-2/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 08:00:31.200 INFO blam! b35e4fc3eccc2292398670111dc716dc444b448dd26cc937b27152996d7cf453 Sep 06 08:00:31.202 INFO running `"docker" "start" "-a" "b35e4fc3eccc2292398670111dc716dc444b448dd26cc937b27152996d7cf453"` Sep 06 08:00:33.042 INFO kablam! usermod: no changes Sep 06 08:00:33.098 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Sep 06 08:00:33.098 INFO kablam! disables Cargo from automatically inferring other test targets. Sep 06 08:00:33.098 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 06 08:00:33.098 INFO kablam! files will be included as a test target: Sep 06 08:00:33.098 INFO kablam! Sep 06 08:00:33.098 INFO kablam! * /source/tests/as_changeset.rs Sep 06 08:00:33.098 INFO kablam! * /source/tests/associations.rs Sep 06 08:00:33.098 INFO kablam! * /source/tests/helpers.rs Sep 06 08:00:33.098 INFO kablam! * /source/tests/identifiable.rs Sep 06 08:00:33.098 INFO kablam! * /source/tests/insertable.rs Sep 06 08:00:33.098 INFO kablam! * /source/tests/queryable.rs Sep 06 08:00:33.098 INFO kablam! * /source/tests/queryable_by_name.rs Sep 06 08:00:33.098 INFO kablam! * /source/tests/schema.rs Sep 06 08:00:33.098 INFO kablam! Sep 06 08:00:33.098 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 06 08:00:33.098 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Sep 06 08:00:33.098 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Sep 06 08:00:33.098 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 06 08:00:33.098 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 06 08:00:33.098 INFO kablam! Sep 06 08:00:33.098 INFO kablam! For more information on this warning you can consult Sep 06 08:00:33.098 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 06 08:00:33.285 INFO kablam! Checking memchr v2.0.2 Sep 06 08:00:33.286 INFO kablam! Compiling syn v0.12.15 Sep 06 08:00:33.294 INFO kablam! Checking error-chain v0.10.0 Sep 06 08:00:33.302 INFO kablam! Checking diesel v1.3.2 Sep 06 08:00:34.728 INFO kablam! Checking aho-corasick v0.6.8 Sep 06 08:00:36.154 INFO kablam! Checking regex v0.2.11 Sep 06 08:00:42.897 INFO kablam! Checking dotenv v0.10.1 Sep 06 08:00:45.714 INFO kablam! Checking diesel_derives v1.2.0 (file:///source) Sep 06 08:01:16.523 INFO kablam! error: At least one backend must be used to test this crate. Sep 06 08:01:16.523 INFO kablam! Pass argument `--features ""` with one or more of the following backends, 'mysql', 'postgres', or 'sqlite'. Sep 06 08:01:16.523 INFO kablam! Sep 06 08:01:16.523 INFO kablam! ex. cargo test --features "mysql postgres sqlite" Sep 06 08:01:16.523 INFO kablam! Sep 06 08:01:16.524 INFO kablam! --> tests/helpers.rs:59:9 Sep 06 08:01:16.524 INFO kablam! | Sep 06 08:01:16.524 INFO kablam! 59 | / compile_error!( Sep 06 08:01:16.524 INFO kablam! 60 | | "At least one backend must be used to test this crate.\n \ Sep 06 08:01:16.524 INFO kablam! 61 | | Pass argument `--features \"\"` with one or more of the following backends, \ Sep 06 08:01:16.524 INFO kablam! 62 | | 'mysql', 'postgres', or 'sqlite'. \n\n \ Sep 06 08:01:16.524 INFO kablam! 63 | | ex. cargo test --features \"mysql postgres sqlite\"\n" Sep 06 08:01:16.524 INFO kablam! 64 | | ); Sep 06 08:01:16.524 INFO kablam! | |__________^ Sep 06 08:01:16.524 INFO kablam! Sep 06 08:01:17.152 INFO kablam! error: aborting due to previous error Sep 06 08:01:17.152 INFO kablam! Sep 06 08:01:17.159 INFO kablam! error: Could not compile `diesel_derives`. Sep 06 08:01:17.159 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 08:01:18.160 INFO kablam! error: build failed Sep 06 08:01:18.161 INFO kablam! su: No module specific data is present Sep 06 08:01:18.800 INFO running `"docker" "rm" "-f" "b35e4fc3eccc2292398670111dc716dc444b448dd26cc937b27152996d7cf453"` Sep 06 08:01:18.874 INFO blam! b35e4fc3eccc2292398670111dc716dc444b448dd26cc937b27152996d7cf453