Jul 12 11:04:00.212 INFO checking diesel_codegen-0.11.0 against master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9 for pr-52234 Jul 12 11:04:00.212 INFO running: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 12 11:04:00.212 INFO creating container for: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 12 11:04:00.213 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-52234/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-1/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:04:00.466 INFO blam! 5835343d71c54b217817b04af140c9d2c0413ec00cc88d78841a2be860f1e3a3 Jul 12 11:04:00.468 INFO running `"docker" "start" "-a" "5835343d71c54b217817b04af140c9d2c0413ec00cc88d78841a2be860f1e3a3"` Jul 12 11:04:01.329 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Jul 12 11:04:01.330 INFO kablam! disables Cargo from automatically inferring other test targets. Jul 12 11:04:01.330 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Jul 12 11:04:01.330 INFO kablam! files will be included as a test target: Jul 12 11:04:01.330 INFO kablam! Jul 12 11:04:01.330 INFO kablam! * /source/tests/test_helpers.rs Jul 12 11:04:01.330 INFO kablam! * /source/tests/queryable.rs Jul 12 11:04:01.330 INFO kablam! Jul 12 11:04:01.330 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Jul 12 11:04:01.330 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Jul 12 11:04:01.330 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Jul 12 11:04:01.330 INFO kablam! section. You may also move the files to a location where Cargo would not Jul 12 11:04:01.330 INFO kablam! automatically infer them to be a target, such as in subfolders. Jul 12 11:04:01.330 INFO kablam! Jul 12 11:04:01.330 INFO kablam! For more information on this warning you can consult Jul 12 11:04:01.330 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Jul 12 11:04:01.544 INFO kablam! Checking winapi v0.2.8 Jul 12 11:04:01.557 INFO kablam! Checking utf8-ranges v0.1.3 Jul 12 11:04:01.559 INFO kablam! Checking regex-syntax v0.3.9 Jul 12 11:04:01.569 INFO kablam! Checking memchr v0.1.11 Jul 12 11:04:01.583 INFO kablam! Compiling diesel v0.11.4 Jul 12 11:04:01.586 INFO kablam! Checking tempdir v0.3.7 Jul 12 11:04:01.588 INFO kablam! Compiling syn v0.11.11 Jul 12 11:04:06.263 INFO kablam! Checking aho-corasick v0.5.3 Jul 12 11:04:08.301 INFO kablam! Compiling dotenv v0.8.0 Jul 12 11:04:09.567 INFO kablam! Checking kernel32-sys v0.2.2 Jul 12 11:04:12.317 INFO kablam! Checking thread-id v2.0.0 Jul 12 11:04:15.762 INFO kablam! Checking thread_local v0.2.7 Jul 12 11:04:27.858 INFO kablam! Checking regex v0.1.80 Jul 12 11:05:16.787 INFO kablam! Checking diesel_codegen v0.11.0 (file:///source) Jul 12 11:05:38.286 INFO kablam! error[E0432]: unresolved import `test_helpers::connection` Jul 12 11:05:38.286 INFO kablam! --> tests/queryable.rs:5:5 Jul 12 11:05:38.286 INFO kablam! | Jul 12 11:05:38.286 INFO kablam! 5 | use test_helpers::connection; Jul 12 11:05:38.286 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ no `connection` in `test_helpers`. Did you mean to use `Connection`? Jul 12 11:05:38.286 INFO kablam! Jul 12 11:05:38.303 INFO kablam! warning: unused import: `diesel::prelude::*` Jul 12 11:05:38.303 INFO kablam! --> tests/test_helpers.rs:1:5 Jul 12 11:05:38.303 INFO kablam! | Jul 12 11:05:38.303 INFO kablam! 1 | use diesel::prelude::*; Jul 12 11:05:38.304 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Jul 12 11:05:38.304 INFO kablam! | Jul 12 11:05:38.304 INFO kablam! = note: #[warn(unused_imports)] on by default Jul 12 11:05:38.304 INFO kablam! Jul 12 11:05:38.568 INFO kablam! error: aborting due to previous error Jul 12 11:05:38.568 INFO kablam! Jul 12 11:05:38.568 INFO kablam! For more information about this error, try `rustc --explain E0432`. Jul 12 11:05:38.585 INFO kablam! error: Could not compile `diesel_codegen`. Jul 12 11:05:38.585 INFO kablam! Jul 12 11:05:38.585 INFO kablam! To learn more, run the command again with --verbose. Jul 12 11:05:38.587 INFO kablam! su: No module specific data is present Jul 12 11:05:39.146 INFO running `"docker" "rm" "-f" "5835343d71c54b217817b04af140c9d2c0413ec00cc88d78841a2be860f1e3a3"` Jul 12 11:05:39.320 INFO blam! 5835343d71c54b217817b04af140c9d2c0413ec00cc88d78841a2be860f1e3a3