Sep 21 11:23:43.494 INFO checking diesel_codegen-0.11.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 11:23:43.494 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 11:23:43.494 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-1/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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=1000" "-e" "CMD=cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 11:23:43.704 INFO blam! b4a50758f9927f6087fe5c9d64dd02883e4daa32d71c86957f78bdeff70b5e6f Sep 21 11:23:43.705 INFO running `"docker" "start" "-a" "b4a50758f9927f6087fe5c9d64dd02883e4daa32d71c86957f78bdeff70b5e6f"` Sep 21 11:23:44.679 INFO kablam! usermod: no changes Sep 21 11:23:44.702 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Sep 21 11:23:44.702 INFO kablam! disables Cargo from automatically inferring other test targets. Sep 21 11:23:44.702 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 21 11:23:44.702 INFO kablam! files will be included as a test target: Sep 21 11:23:44.702 INFO kablam! Sep 21 11:23:44.702 INFO kablam! * /source/tests/queryable.rs Sep 21 11:23:44.702 INFO kablam! * /source/tests/test_helpers.rs Sep 21 11:23:44.702 INFO kablam! Sep 21 11:23:44.702 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 21 11:23:44.702 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Sep 21 11:23:44.702 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Sep 21 11:23:44.702 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 21 11:23:44.702 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 21 11:23:44.702 INFO kablam! Sep 21 11:23:44.702 INFO kablam! For more information on this warning you can consult Sep 21 11:23:44.702 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 21 11:23:44.778 INFO kablam! Checking remove_dir_all v0.5.1 Sep 21 11:23:44.778 INFO kablam! Compiling diesel v0.11.4 Sep 21 11:23:44.784 INFO kablam! Compiling syn v0.11.11 Sep 21 11:23:44.784 INFO kablam! Checking regex v0.1.80 Sep 21 11:23:45.221 INFO kablam! Checking tempdir v0.3.7 Sep 21 11:23:47.718 INFO kablam! error[E0275]: overflow evaluating the requirement `>::Output` Sep 21 11:23:47.718 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel-0.11.4/src/lib.rs:80:9 Sep 21 11:23:47.718 INFO kablam! | Sep 21 11:23:47.718 INFO kablam! 80 | >::Output; Sep 21 11:23:47.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:23:47.718 INFO kablam! | Sep 21 11:23:47.718 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 11:23:47.718 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 11:23:47.718 INFO kablam! Sep 21 11:23:47.804 INFO kablam! error: aborting due to previous error Sep 21 11:23:47.814 INFO kablam! Sep 21 11:23:47.814 INFO kablam! For more information about this error, try `rustc --explain E0275`. Sep 21 11:23:47.843 INFO kablam! error: Could not compile `diesel`. Sep 21 11:23:47.844 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 11:23:48.738 INFO kablam! error[E0275]: overflow evaluating the requirement `>::Output` Sep 21 11:23:48.738 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel-0.11.4/src/lib.rs:80:9 Sep 21 11:23:48.738 INFO kablam! | Sep 21 11:23:48.738 INFO kablam! 80 | >::Output; Sep 21 11:23:48.738 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:23:48.738 INFO kablam! | Sep 21 11:23:48.738 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 11:23:48.738 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 11:23:48.738 INFO kablam! Sep 21 11:23:48.782 INFO kablam! error: aborting due to previous error Sep 21 11:23:48.782 INFO kablam! Sep 21 11:23:48.782 INFO kablam! For more information about this error, try `rustc --explain E0275`. Sep 21 11:23:48.787 INFO kablam! error: Could not compile `diesel`. Sep 21 11:23:48.787 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 11:23:51.566 INFO kablam! error: build failed Sep 21 11:23:51.566 INFO kablam! su: No module specific data is present Sep 21 11:23:52.451 INFO running `"docker" "rm" "-f" "b4a50758f9927f6087fe5c9d64dd02883e4daa32d71c86957f78bdeff70b5e6f"` Sep 21 11:23:52.530 INFO blam! b4a50758f9927f6087fe5c9d64dd02883e4daa32d71c86957f78bdeff70b5e6f