Jul 12 11:03:57.333 INFO checking diesel_codegen-0.16.1 against try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255 for pr-52234 Jul 12 11:03:57.333 INFO running: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 12 11:03:57.334 INFO creating container for: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 12 11:03:57.334 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-52234/try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-0/try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255:/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 +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 12 11:03:57.584 INFO blam! 29a32a33f5cb1e86a78e4818b5e14517f3f02f098c78f29cab21c4ddb0a8ad90 Jul 12 11:03:57.584 INFO running `"docker" "start" "-a" "29a32a33f5cb1e86a78e4818b5e14517f3f02f098c78f29cab21c4ddb0a8ad90"` Jul 12 11:03:58.575 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Jul 12 11:03:58.575 INFO kablam! disables Cargo from automatically inferring other test targets. Jul 12 11:03:58.575 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Jul 12 11:03:58.575 INFO kablam! files will be included as a test target: Jul 12 11:03:58.575 INFO kablam! Jul 12 11:03:58.575 INFO kablam! * /source/tests/associations.rs Jul 12 11:03:58.575 INFO kablam! * /source/tests/test_helpers.rs Jul 12 11:03:58.575 INFO kablam! * /source/tests/queryable.rs Jul 12 11:03:58.575 INFO kablam! Jul 12 11:03:58.575 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Jul 12 11:03:58.575 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Jul 12 11:03:58.575 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Jul 12 11:03:58.575 INFO kablam! section. You may also move the files to a location where Cargo would not Jul 12 11:03:58.575 INFO kablam! automatically infer them to be a target, such as in subfolders. Jul 12 11:03:58.575 INFO kablam! Jul 12 11:03:58.576 INFO kablam! For more information on this warning you can consult Jul 12 11:03:58.576 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Jul 12 11:03:58.771 INFO kablam! Checking error-chain v0.10.0 Jul 12 11:03:58.771 INFO kablam! Compiling diesel v0.16.0 Jul 12 11:03:58.781 INFO kablam! Checking syn v0.11.11 Jul 12 11:03:58.781 INFO kablam! Checking regex v0.2.11 Jul 12 11:03:58.781 INFO kablam! Compiling dotenv v0.10.1 Jul 12 11:03:58.782 INFO kablam! Checking serde v1.0.70 Jul 12 11:05:06.314 INFO kablam! Compiling diesel_codegen v0.16.1 (file:///source) Jul 12 11:05:15.423 INFO kablam! Checking serde_json v1.0.22 Jul 12 11:05:37.298 INFO kablam! error[E0432]: unresolved import `test_helpers::connection` Jul 12 11:05:37.298 INFO kablam! --> tests/queryable.rs:5:5 Jul 12 11:05:37.298 INFO kablam! | Jul 12 11:05:37.298 INFO kablam! 5 | use test_helpers::connection; Jul 12 11:05:37.298 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ no `connection` in `test_helpers`. Did you mean to use `Connection`? Jul 12 11:05:37.298 INFO kablam! Jul 12 11:05:37.405 INFO kablam! error[E0412]: cannot find type `Backend` in this scope Jul 12 11:05:37.405 INFO kablam! --> tests/associations.rs:62:23 Jul 12 11:05:37.405 INFO kablam! | Jul 12 11:05:37.405 INFO kablam! 62 | debug_query::(&belong_to).to_string(), Jul 12 11:05:37.405 INFO kablam! | ^^^^^^^ not found in this scope Jul 12 11:05:37.405 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 12 11:05:37.405 INFO kablam! | Jul 12 11:05:37.405 INFO kablam! 1 | use diesel::backend::Backend; Jul 12 11:05:37.405 INFO kablam! | Jul 12 11:05:37.405 INFO kablam! Jul 12 11:05:37.405 INFO kablam! error[E0412]: cannot find type `Backend` in this scope Jul 12 11:05:37.405 INFO kablam! --> tests/associations.rs:63:23 Jul 12 11:05:37.405 INFO kablam! | Jul 12 11:05:37.405 INFO kablam! 63 | debug_query::(&filter).to_string() Jul 12 11:05:37.405 INFO kablam! | ^^^^^^^ not found in this scope Jul 12 11:05:37.405 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 12 11:05:37.405 INFO kablam! | Jul 12 11:05:37.405 INFO kablam! 1 | use diesel::backend::Backend; Jul 12 11:05:37.405 INFO kablam! | Jul 12 11:05:37.405 INFO kablam! Jul 12 11:05:37.406 INFO kablam! error[E0412]: cannot find type `Backend` in this scope Jul 12 11:05:37.406 INFO kablam! --> tests/associations.rs:121:23 Jul 12 11:05:37.406 INFO kablam! | Jul 12 11:05:37.407 INFO kablam! 121 | debug_query::(&belong_to).to_string(), Jul 12 11:05:37.407 INFO kablam! | ^^^^^^^ not found in this scope Jul 12 11:05:37.407 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 12 11:05:37.407 INFO kablam! | Jul 12 11:05:37.407 INFO kablam! 1 | use diesel::backend::Backend; Jul 12 11:05:37.407 INFO kablam! | Jul 12 11:05:37.407 INFO kablam! Jul 12 11:05:37.408 INFO kablam! error[E0412]: cannot find type `Backend` in this scope Jul 12 11:05:37.408 INFO kablam! --> tests/associations.rs:122:23 Jul 12 11:05:37.408 INFO kablam! | Jul 12 11:05:37.408 INFO kablam! 122 | debug_query::(&filter).to_string() Jul 12 11:05:37.408 INFO kablam! | ^^^^^^^ not found in this scope Jul 12 11:05:37.408 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 12 11:05:37.408 INFO kablam! | Jul 12 11:05:37.408 INFO kablam! 1 | use diesel::backend::Backend; Jul 12 11:05:37.408 INFO kablam! | Jul 12 11:05:37.408 INFO kablam! Jul 12 11:05:37.408 INFO kablam! error[E0412]: cannot find type `Backend` in this scope Jul 12 11:05:37.408 INFO kablam! --> tests/associations.rs:149:23 Jul 12 11:05:37.408 INFO kablam! | Jul 12 11:05:37.408 INFO kablam! 149 | debug_query::(&belong_to).to_string(), Jul 12 11:05:37.408 INFO kablam! | ^^^^^^^ not found in this scope Jul 12 11:05:37.408 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 12 11:05:37.408 INFO kablam! | Jul 12 11:05:37.408 INFO kablam! 1 | use diesel::backend::Backend; Jul 12 11:05:37.408 INFO kablam! | Jul 12 11:05:37.409 INFO kablam! Jul 12 11:05:37.409 INFO kablam! error[E0412]: cannot find type `Backend` in this scope Jul 12 11:05:37.409 INFO kablam! --> tests/associations.rs:150:23 Jul 12 11:05:37.409 INFO kablam! | Jul 12 11:05:37.409 INFO kablam! 150 | debug_query::(&filter).to_string() Jul 12 11:05:37.409 INFO kablam! | ^^^^^^^ not found in this scope Jul 12 11:05:37.409 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 12 11:05:37.409 INFO kablam! | Jul 12 11:05:37.409 INFO kablam! 1 | use diesel::backend::Backend; Jul 12 11:05:37.409 INFO kablam! | Jul 12 11:05:37.409 INFO kablam! Jul 12 11:05:37.444 INFO kablam! warning: unused import: `diesel::prelude::*` Jul 12 11:05:37.444 INFO kablam! --> tests/test_helpers.rs:1:5 Jul 12 11:05:37.444 INFO kablam! | Jul 12 11:05:37.444 INFO kablam! 1 | use diesel::prelude::*; Jul 12 11:05:37.444 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Jul 12 11:05:37.444 INFO kablam! | Jul 12 11:05:37.445 INFO kablam! = note: #[warn(unused_imports)] on by default Jul 12 11:05:37.445 INFO kablam! Jul 12 11:05:39.810 INFO kablam! error: aborting due to 7 previous errors Jul 12 11:05:39.811 INFO kablam! Jul 12 11:05:39.811 INFO kablam! Some errors occurred: E0412, E0432. Jul 12 11:05:39.811 INFO kablam! For more information about an error, try `rustc --explain E0412`. Jul 12 11:05:39.829 INFO kablam! error: Could not compile `diesel_codegen`. Jul 12 11:05:39.829 INFO kablam! Jul 12 11:05:39.829 INFO kablam! To learn more, run the command again with --verbose. Jul 12 11:05:39.831 INFO kablam! su: No module specific data is present Jul 12 11:05:40.497 INFO running `"docker" "rm" "-f" "29a32a33f5cb1e86a78e4818b5e14517f3f02f098c78f29cab21c4ddb0a8ad90"` Jul 12 11:05:40.699 INFO blam! 29a32a33f5cb1e86a78e4818b5e14517f3f02f098c78f29cab21c4ddb0a8ad90