Jul 12 11:03:57.779 INFO checking diesel_codegen-0.16.1 against master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9 for pr-52234 Jul 12 11:03:57.779 INFO running: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 12 11:03:57.779 INFO creating container for: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 12 11:03:57.779 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-52234/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-6/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/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 +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 12 11:03:58.030 INFO blam! b4dfb30f194c5ef801e6f537a2cb48b7944dcb7c8643a0af97601ece422fb39e Jul 12 11:03:58.034 INFO running `"docker" "start" "-a" "b4dfb30f194c5ef801e6f537a2cb48b7944dcb7c8643a0af97601ece422fb39e"` Jul 12 11:03:59.106 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Jul 12 11:03:59.107 INFO kablam! disables Cargo from automatically inferring other test targets. Jul 12 11:03:59.107 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Jul 12 11:03:59.107 INFO kablam! files will be included as a test target: Jul 12 11:03:59.107 INFO kablam! Jul 12 11:03:59.107 INFO kablam! * /source/tests/associations.rs Jul 12 11:03:59.107 INFO kablam! * /source/tests/test_helpers.rs Jul 12 11:03:59.107 INFO kablam! * /source/tests/queryable.rs Jul 12 11:03:59.107 INFO kablam! Jul 12 11:03:59.107 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Jul 12 11:03:59.107 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Jul 12 11:03:59.107 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Jul 12 11:03:59.107 INFO kablam! section. You may also move the files to a location where Cargo would not Jul 12 11:03:59.107 INFO kablam! automatically infer them to be a target, such as in subfolders. Jul 12 11:03:59.107 INFO kablam! Jul 12 11:03:59.107 INFO kablam! For more information on this warning you can consult Jul 12 11:03:59.107 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Jul 12 11:03:59.408 INFO kablam! Checking error-chain v0.10.0 Jul 12 11:03:59.416 INFO kablam! Compiling diesel v0.16.0 Jul 12 11:03:59.419 INFO kablam! Compiling syn v0.11.11 Jul 12 11:03:59.422 INFO kablam! Checking tempdir v0.3.7 Jul 12 11:03:59.432 INFO kablam! Checking serde v1.0.70 Jul 12 11:03:59.435 INFO kablam! Compiling serde_json v1.0.22 Jul 12 11:05:31.411 INFO kablam! Compiling derive-error-chain v0.10.1 Jul 12 11:05:52.791 INFO kablam! Compiling dotenv v0.10.1 Jul 12 11:05:58.199 INFO kablam! Compiling diesel_codegen v0.16.1 (file:///source) Jul 12 11:06:25.948 INFO kablam! error[E0432]: unresolved import `test_helpers::connection` Jul 12 11:06:25.948 INFO kablam! --> tests/queryable.rs:5:5 Jul 12 11:06:25.948 INFO kablam! | Jul 12 11:06:25.948 INFO kablam! 5 | use test_helpers::connection; Jul 12 11:06:25.948 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ no `connection` in `test_helpers`. Did you mean to use `Connection`? Jul 12 11:06:25.949 INFO kablam! Jul 12 11:06:26.013 INFO kablam! error[E0412]: cannot find type `Backend` in this scope Jul 12 11:06:26.013 INFO kablam! --> tests/associations.rs:62:23 Jul 12 11:06:26.013 INFO kablam! | Jul 12 11:06:26.013 INFO kablam! 62 | debug_query::(&belong_to).to_string(), Jul 12 11:06:26.013 INFO kablam! | ^^^^^^^ not found in this scope Jul 12 11:06:26.013 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 12 11:06:26.013 INFO kablam! | Jul 12 11:06:26.013 INFO kablam! 1 | use diesel::backend::Backend; Jul 12 11:06:26.013 INFO kablam! | Jul 12 11:06:26.014 INFO kablam! Jul 12 11:06:26.014 INFO kablam! error[E0412]: cannot find type `Backend` in this scope Jul 12 11:06:26.014 INFO kablam! --> tests/associations.rs:63:23 Jul 12 11:06:26.014 INFO kablam! | Jul 12 11:06:26.014 INFO kablam! 63 | debug_query::(&filter).to_string() Jul 12 11:06:26.015 INFO kablam! | ^^^^^^^ not found in this scope Jul 12 11:06:26.015 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 12 11:06:26.015 INFO kablam! | Jul 12 11:06:26.015 INFO kablam! 1 | use diesel::backend::Backend; Jul 12 11:06:26.015 INFO kablam! | Jul 12 11:06:26.015 INFO kablam! Jul 12 11:06:26.016 INFO kablam! error[E0412]: cannot find type `Backend` in this scope Jul 12 11:06:26.016 INFO kablam! --> tests/associations.rs:121:23 Jul 12 11:06:26.016 INFO kablam! | Jul 12 11:06:26.016 INFO kablam! 121 | debug_query::(&belong_to).to_string(), Jul 12 11:06:26.016 INFO kablam! | ^^^^^^^ not found in this scope Jul 12 11:06:26.016 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 12 11:06:26.016 INFO kablam! | Jul 12 11:06:26.017 INFO kablam! 1 | use diesel::backend::Backend; Jul 12 11:06:26.017 INFO kablam! | Jul 12 11:06:26.017 INFO kablam! Jul 12 11:06:26.017 INFO kablam! error[E0412]: cannot find type `Backend` in this scope Jul 12 11:06:26.017 INFO kablam! --> tests/associations.rs:122:23 Jul 12 11:06:26.017 INFO kablam! | Jul 12 11:06:26.018 INFO kablam! 122 | debug_query::(&filter).to_string() Jul 12 11:06:26.018 INFO kablam! | ^^^^^^^ not found in this scope Jul 12 11:06:26.018 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 12 11:06:26.018 INFO kablam! | Jul 12 11:06:26.018 INFO kablam! 1 | use diesel::backend::Backend; Jul 12 11:06:26.018 INFO kablam! | Jul 12 11:06:26.018 INFO kablam! Jul 12 11:06:26.019 INFO kablam! error[E0412]: cannot find type `Backend` in this scope Jul 12 11:06:26.019 INFO kablam! --> tests/associations.rs:149:23 Jul 12 11:06:26.019 INFO kablam! | Jul 12 11:06:26.019 INFO kablam! 149 | debug_query::(&belong_to).to_string(), Jul 12 11:06:26.019 INFO kablam! | ^^^^^^^ not found in this scope Jul 12 11:06:26.019 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 12 11:06:26.020 INFO kablam! | Jul 12 11:06:26.020 INFO kablam! 1 | use diesel::backend::Backend; Jul 12 11:06:26.020 INFO kablam! | Jul 12 11:06:26.020 INFO kablam! Jul 12 11:06:26.020 INFO kablam! error[E0412]: cannot find type `Backend` in this scope Jul 12 11:06:26.020 INFO kablam! --> tests/associations.rs:150:23 Jul 12 11:06:26.021 INFO kablam! | Jul 12 11:06:26.021 INFO kablam! 150 | debug_query::(&filter).to_string() Jul 12 11:06:26.021 INFO kablam! | ^^^^^^^ not found in this scope Jul 12 11:06:26.021 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 12 11:06:26.021 INFO kablam! | Jul 12 11:06:26.021 INFO kablam! 1 | use diesel::backend::Backend; Jul 12 11:06:26.021 INFO kablam! | Jul 12 11:06:26.021 INFO kablam! Jul 12 11:06:26.052 INFO kablam! warning: unused import: `diesel::prelude::*` Jul 12 11:06:26.052 INFO kablam! --> tests/test_helpers.rs:1:5 Jul 12 11:06:26.052 INFO kablam! | Jul 12 11:06:26.052 INFO kablam! 1 | use diesel::prelude::*; Jul 12 11:06:26.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Jul 12 11:06:26.053 INFO kablam! | Jul 12 11:06:26.053 INFO kablam! = note: #[warn(unused_imports)] on by default Jul 12 11:06:26.053 INFO kablam! Jul 12 11:06:27.233 INFO kablam! error: aborting due to 7 previous errors Jul 12 11:06:27.233 INFO kablam! Jul 12 11:06:27.234 INFO kablam! Some errors occurred: E0412, E0432. Jul 12 11:06:27.234 INFO kablam! For more information about an error, try `rustc --explain E0412`. Jul 12 11:06:27.254 INFO kablam! error: Could not compile `diesel_codegen`. Jul 12 11:06:27.255 INFO kablam! Jul 12 11:06:27.255 INFO kablam! To learn more, run the command again with --verbose. Jul 12 11:06:27.257 INFO kablam! su: No module specific data is present Jul 12 11:06:27.723 INFO running `"docker" "rm" "-f" "b4dfb30f194c5ef801e6f537a2cb48b7944dcb7c8643a0af97601ece422fb39e"` Jul 12 11:06:27.889 INFO blam! b4dfb30f194c5ef801e6f537a2cb48b7944dcb7c8643a0af97601ece422fb39e