Aug 11 16:15:13.554 INFO checking diesel_codegen-0.16.1 against master#f6d43ed84207c7e58f363f46e5a438ff40f2b311 for libc-1 Aug 11 16:15:13.554 INFO running: cargo +f6d43ed84207c7e58f363f46e5a438ff40f2b311-alt check --frozen --all --all-targets Aug 11 16:15:13.554 INFO creating container for: cargo +f6d43ed84207c7e58f363f46e5a438ff40f2b311-alt check --frozen --all --all-targets Aug 11 16:15:13.554 INFO running `"docker" "create" "-v" "/tmp/crater.6LY7m7mGAyeC:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/libc-1/worker-7/master#f6d43ed84207c7e58f363f46e5a438ff40f2b311:/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" "-v" "/home/ec2-user/crater/./work/local/cargo-home/git:/cargo-home/git:rw,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +f6d43ed84207c7e58f363f46e5a438ff40f2b311-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "crater"` Aug 11 16:15:13.813 INFO blam! 24ffffdaca0c77768eb1c2046518ee302b6f8868c8ed1bd11d0593f11d7fc3ec Aug 11 16:15:13.813 INFO running `"docker" "start" "-a" "24ffffdaca0c77768eb1c2046518ee302b6f8868c8ed1bd11d0593f11d7fc3ec"` Aug 11 16:15:14.765 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Aug 11 16:15:14.765 INFO kablam! disables Cargo from automatically inferring other test targets. Aug 11 16:15:14.765 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Aug 11 16:15:14.765 INFO kablam! files will be included as a test target: Aug 11 16:15:14.765 INFO kablam! Aug 11 16:15:14.765 INFO kablam! * /source/tests/associations.rs Aug 11 16:15:14.765 INFO kablam! * /source/tests/test_helpers.rs Aug 11 16:15:14.765 INFO kablam! * /source/tests/queryable.rs Aug 11 16:15:14.765 INFO kablam! Aug 11 16:15:14.765 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Aug 11 16:15:14.765 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Aug 11 16:15:14.765 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Aug 11 16:15:14.765 INFO kablam! section. You may also move the files to a location where Cargo would not Aug 11 16:15:14.765 INFO kablam! automatically infer them to be a target, such as in subfolders. Aug 11 16:15:14.765 INFO kablam! Aug 11 16:15:14.765 INFO kablam! For more information on this warning you can consult Aug 11 16:15:14.765 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Aug 11 16:15:15.024 INFO kablam! Checking error-chain v0.10.0 Aug 11 16:15:15.029 INFO kablam! Compiling diesel v0.16.0 Aug 11 16:15:15.040 INFO kablam! Checking tempdir v0.3.7 Aug 11 16:15:15.054 INFO kablam! Checking syn v0.11.11 Aug 11 16:15:15.055 INFO kablam! Checking serde v1.0.71 Aug 11 16:15:18.104 INFO kablam! Checking dotenv v0.10.1 Aug 11 16:16:10.933 INFO kablam! Compiling diesel_codegen v0.16.1 (file:///source) Aug 11 16:16:19.826 INFO kablam! Checking serde_json v1.0.24 Aug 11 16:16:39.138 INFO kablam! error[E0432]: unresolved import `test_helpers::connection` Aug 11 16:16:39.138 INFO kablam! --> tests/queryable.rs:5:5 Aug 11 16:16:39.138 INFO kablam! | Aug 11 16:16:39.138 INFO kablam! 5 | use test_helpers::connection; Aug 11 16:16:39.138 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ no `connection` in `test_helpers`. Did you mean to use `Connection`? Aug 11 16:16:39.138 INFO kablam! Aug 11 16:16:39.320 INFO kablam! error[E0412]: cannot find type `Backend` in this scope Aug 11 16:16:39.321 INFO kablam! --> tests/associations.rs:62:23 Aug 11 16:16:39.321 INFO kablam! | Aug 11 16:16:39.321 INFO kablam! 62 | debug_query::(&belong_to).to_string(), Aug 11 16:16:39.321 INFO kablam! | ^^^^^^^ not found in this scope Aug 11 16:16:39.344 INFO kablam! help: possible candidate is found in another module, you can import it into scope Aug 11 16:16:39.345 INFO kablam! | Aug 11 16:16:39.345 INFO kablam! 11 | fn use diesel::backend::Backend; Aug 11 16:16:39.345 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 11 16:16:39.345 INFO kablam! Aug 11 16:16:39.346 INFO kablam! error[E0412]: cannot find type `Backend` in this scope Aug 11 16:16:39.346 INFO kablam! --> tests/associations.rs:63:23 Aug 11 16:16:39.346 INFO kablam! | Aug 11 16:16:39.346 INFO kablam! 63 | debug_query::(&filter).to_string() Aug 11 16:16:39.346 INFO kablam! | ^^^^^^^ not found in this scope Aug 11 16:16:39.346 INFO kablam! help: possible candidate is found in another module, you can import it into scope Aug 11 16:16:39.346 INFO kablam! | Aug 11 16:16:39.346 INFO kablam! 11 | fn use diesel::backend::Backend; Aug 11 16:16:39.346 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 11 16:16:39.347 INFO kablam! Aug 11 16:16:39.347 INFO kablam! error[E0412]: cannot find type `Backend` in this scope Aug 11 16:16:39.347 INFO kablam! --> tests/associations.rs:121:23 Aug 11 16:16:39.347 INFO kablam! | Aug 11 16:16:39.347 INFO kablam! 121 | debug_query::(&belong_to).to_string(), Aug 11 16:16:39.347 INFO kablam! | ^^^^^^^ not found in this scope Aug 11 16:16:39.348 INFO kablam! help: possible candidate is found in another module, you can import it into scope Aug 11 16:16:39.348 INFO kablam! | Aug 11 16:16:39.348 INFO kablam! 11 | fn use diesel::backend::Backend; Aug 11 16:16:39.348 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 11 16:16:39.348 INFO kablam! Aug 11 16:16:39.349 INFO kablam! error[E0412]: cannot find type `Backend` in this scope Aug 11 16:16:39.349 INFO kablam! --> tests/associations.rs:122:23 Aug 11 16:16:39.349 INFO kablam! | Aug 11 16:16:39.349 INFO kablam! 122 | debug_query::(&filter).to_string() Aug 11 16:16:39.349 INFO kablam! | ^^^^^^^ not found in this scope Aug 11 16:16:39.349 INFO kablam! help: possible candidate is found in another module, you can import it into scope Aug 11 16:16:39.349 INFO kablam! | Aug 11 16:16:39.349 INFO kablam! 11 | fn use diesel::backend::Backend; Aug 11 16:16:39.349 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 11 16:16:39.350 INFO kablam! Aug 11 16:16:39.350 INFO kablam! error[E0412]: cannot find type `Backend` in this scope Aug 11 16:16:39.350 INFO kablam! --> tests/associations.rs:149:23 Aug 11 16:16:39.350 INFO kablam! | Aug 11 16:16:39.350 INFO kablam! 149 | debug_query::(&belong_to).to_string(), Aug 11 16:16:39.350 INFO kablam! | ^^^^^^^ not found in this scope Aug 11 16:16:39.351 INFO kablam! help: possible candidate is found in another module, you can import it into scope Aug 11 16:16:39.351 INFO kablam! | Aug 11 16:16:39.351 INFO kablam! 11 | fn use diesel::backend::Backend; Aug 11 16:16:39.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 11 16:16:39.351 INFO kablam! Aug 11 16:16:39.352 INFO kablam! error[E0412]: cannot find type `Backend` in this scope Aug 11 16:16:39.352 INFO kablam! --> tests/associations.rs:150:23 Aug 11 16:16:39.352 INFO kablam! | Aug 11 16:16:39.352 INFO kablam! 150 | debug_query::(&filter).to_string() Aug 11 16:16:39.352 INFO kablam! | ^^^^^^^ not found in this scope Aug 11 16:16:39.352 INFO kablam! help: possible candidate is found in another module, you can import it into scope Aug 11 16:16:39.352 INFO kablam! | Aug 11 16:16:39.352 INFO kablam! 11 | fn use diesel::backend::Backend; Aug 11 16:16:39.352 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 11 16:16:39.353 INFO kablam! Aug 11 16:16:39.418 INFO kablam! warning: unused import: `diesel::prelude::*` Aug 11 16:16:39.418 INFO kablam! --> tests/test_helpers.rs:1:5 Aug 11 16:16:39.418 INFO kablam! | Aug 11 16:16:39.419 INFO kablam! 1 | use diesel::prelude::*; Aug 11 16:16:39.419 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Aug 11 16:16:39.419 INFO kablam! | Aug 11 16:16:39.419 INFO kablam! = note: #[warn(unused_imports)] on by default Aug 11 16:16:39.420 INFO kablam! Aug 11 16:16:42.379 INFO kablam! error: aborting due to 7 previous errors Aug 11 16:16:42.379 INFO kablam! Aug 11 16:16:42.379 INFO kablam! Some errors occurred: E0412, E0432. Aug 11 16:16:42.379 INFO kablam! For more information about an error, try `rustc --explain E0412`. Aug 11 16:16:42.401 INFO kablam! error: Could not compile `diesel_codegen`. Aug 11 16:16:42.401 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 11 16:16:42.531 INFO kablam! error: build failed Aug 11 16:16:42.541 INFO kablam! su: No module specific data is present Aug 11 16:16:43.144 INFO running `"docker" "rm" "-f" "24ffffdaca0c77768eb1c2046518ee302b6f8868c8ed1bd11d0593f11d7fc3ec"` Aug 11 16:16:43.293 INFO blam! 24ffffdaca0c77768eb1c2046518ee302b6f8868c8ed1bd11d0593f11d7fc3ec