Jul 12 11:03:58.461 INFO checking diesel_codegen-0.11.0 against try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255 for pr-52234 Jul 12 11:03:58.461 INFO running: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 12 11:03:58.461 INFO creating container for: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 12 11:03:58.461 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-52234/try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-3/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:58.736 INFO blam! c6d8efd68409035dffc312f68509b486d946f41429c6e598e8615c47533e1dca Jul 12 11:03:58.736 INFO running `"docker" "start" "-a" "c6d8efd68409035dffc312f68509b486d946f41429c6e598e8615c47533e1dca"` Jul 12 11:03:59.615 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Jul 12 11:03:59.615 INFO kablam! disables Cargo from automatically inferring other test targets. Jul 12 11:03:59.615 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Jul 12 11:03:59.615 INFO kablam! files will be included as a test target: Jul 12 11:03:59.615 INFO kablam! Jul 12 11:03:59.615 INFO kablam! * /source/tests/test_helpers.rs Jul 12 11:03:59.615 INFO kablam! * /source/tests/queryable.rs Jul 12 11:03:59.615 INFO kablam! Jul 12 11:03:59.615 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Jul 12 11:03:59.615 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Jul 12 11:03:59.616 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Jul 12 11:03:59.616 INFO kablam! section. You may also move the files to a location where Cargo would not Jul 12 11:03:59.616 INFO kablam! automatically infer them to be a target, such as in subfolders. Jul 12 11:03:59.616 INFO kablam! Jul 12 11:03:59.616 INFO kablam! For more information on this warning you can consult Jul 12 11:03:59.616 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Jul 12 11:03:59.775 INFO kablam! Checking winapi v0.2.8 Jul 12 11:03:59.783 INFO kablam! Checking utf8-ranges v0.1.3 Jul 12 11:03:59.783 INFO kablam! Checking regex-syntax v0.3.9 Jul 12 11:03:59.834 INFO kablam! Checking memchr v0.1.11 Jul 12 11:03:59.837 INFO kablam! Compiling diesel v0.11.4 Jul 12 11:03:59.840 INFO kablam! Checking tempdir v0.3.7 Jul 12 11:03:59.842 INFO kablam! Compiling syn v0.11.11 Jul 12 11:04:05.104 INFO kablam! Checking aho-corasick v0.5.3 Jul 12 11:04:07.368 INFO kablam! Checking kernel32-sys v0.2.2 Jul 12 11:04:11.009 INFO kablam! Checking thread-id v2.0.0 Jul 12 11:04:14.268 INFO kablam! Checking thread_local v0.2.7 Jul 12 11:04:26.874 INFO kablam! Checking regex v0.1.80 Jul 12 11:04:51.198 INFO kablam! Checking dotenv v0.8.0 Jul 12 11:05:13.718 INFO kablam! Checking diesel_codegen v0.11.0 (file:///source) Jul 12 11:05:35.189 INFO kablam! error[E0432]: unresolved import `test_helpers::connection` Jul 12 11:05:35.189 INFO kablam! --> tests/queryable.rs:5:5 Jul 12 11:05:35.189 INFO kablam! | Jul 12 11:05:35.189 INFO kablam! 5 | use test_helpers::connection; Jul 12 11:05:35.189 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ no `connection` in `test_helpers`. Did you mean to use `Connection`? Jul 12 11:05:35.190 INFO kablam! Jul 12 11:05:35.196 INFO kablam! warning: unused import: `diesel::prelude::*` Jul 12 11:05:35.196 INFO kablam! --> tests/test_helpers.rs:1:5 Jul 12 11:05:35.196 INFO kablam! | Jul 12 11:05:35.196 INFO kablam! 1 | use diesel::prelude::*; Jul 12 11:05:35.196 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Jul 12 11:05:35.202 INFO kablam! | Jul 12 11:05:35.202 INFO kablam! = note: #[warn(unused_imports)] on by default Jul 12 11:05:35.203 INFO kablam! Jul 12 11:05:35.480 INFO kablam! error: aborting due to previous error Jul 12 11:05:35.480 INFO kablam! Jul 12 11:05:35.481 INFO kablam! For more information about this error, try `rustc --explain E0432`. Jul 12 11:05:35.500 INFO kablam! error: Could not compile `diesel_codegen`. Jul 12 11:05:35.500 INFO kablam! Jul 12 11:05:35.500 INFO kablam! To learn more, run the command again with --verbose. Jul 12 11:05:35.503 INFO kablam! su: No module specific data is present Jul 12 11:05:35.990 INFO running `"docker" "rm" "-f" "c6d8efd68409035dffc312f68509b486d946f41429c6e598e8615c47533e1dca"` Jul 12 11:05:36.158 INFO blam! c6d8efd68409035dffc312f68509b486d946f41429c6e598e8615c47533e1dca