Sep 05 00:42:06.281 INFO checking adhesion-0.5.0 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 05 00:42:06.281 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 05 00:42:06.281 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 00:42:06.583 INFO blam! de0bf4089e1440b83edd1b73a6cb2c6f6a2ca8a9b5e3f11c0a5c9635964c943f Sep 05 00:42:06.585 INFO running `"docker" "start" "-a" "de0bf4089e1440b83edd1b73a6cb2c6f6a2ca8a9b5e3f11c0a5c9635964c943f"` Sep 05 00:42:07.552 INFO kablam! Compiling strcursor v0.2.5 Sep 05 00:42:07.552 INFO kablam! Compiling scan-rules v0.2.0 Sep 05 00:42:07.590 INFO kablam! Compiling skeptic v0.10.1 Sep 05 00:42:11.443 INFO kablam! Compiling adhesion v0.5.0 (file:///source) Sep 05 00:42:14.237 INFO kablam! error: a macro named `parse_generics_shim` has already been exported Sep 05 00:42:14.237 INFO kablam! --> src/parse_generics_shim_util/parse_generics_shim.rs:20:1 Sep 05 00:42:14.237 INFO kablam! | Sep 05 00:42:14.238 INFO kablam! 20 | / macro_rules! parse_generics_shim { Sep 05 00:42:14.238 INFO kablam! 21 | | ( Sep 05 00:42:14.238 INFO kablam! 22 | | @parse_start Sep 05 00:42:14.238 INFO kablam! 23 | | $prefix:tt, Sep 05 00:42:14.238 INFO kablam! ... | Sep 05 00:42:14.238 INFO kablam! 365 | | }; Sep 05 00:42:14.238 INFO kablam! 366 | | } Sep 05 00:42:14.238 INFO kablam! | |_^ `parse_generics_shim` already exported Sep 05 00:42:14.238 INFO kablam! | Sep 05 00:42:14.238 INFO kablam! = note: #[deny(duplicate_macro_exports)] on by default Sep 05 00:42:14.238 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Sep 05 00:42:14.238 INFO kablam! = note: for more information, see issue #35896 Sep 05 00:42:14.238 INFO kablam! note: previous macro export is now shadowed Sep 05 00:42:14.238 INFO kablam! --> src/parse_generics_shim_util/parse_generics_shim.rs:12:1 Sep 05 00:42:14.238 INFO kablam! | Sep 05 00:42:14.238 INFO kablam! 12 | / macro_rules! parse_generics_shim { Sep 05 00:42:14.238 INFO kablam! 13 | | ($($body:tt)*) => { Sep 05 00:42:14.239 INFO kablam! 14 | | parse_generics! { $($body)* } Sep 05 00:42:14.239 INFO kablam! 15 | | }; Sep 05 00:42:14.239 INFO kablam! 16 | | } Sep 05 00:42:14.239 INFO kablam! | |_^ Sep 05 00:42:14.239 INFO kablam! Sep 05 00:42:14.239 INFO kablam! error: a macro named `parse_where_shim` has already been exported Sep 05 00:42:14.239 INFO kablam! --> src/parse_generics_shim_util/parse_where_shim.rs:20:1 Sep 05 00:42:14.239 INFO kablam! | Sep 05 00:42:14.239 INFO kablam! 20 | / macro_rules! parse_where_shim { Sep 05 00:42:14.239 INFO kablam! 21 | | ( Sep 05 00:42:14.239 INFO kablam! 22 | | @parse Sep 05 00:42:14.239 INFO kablam! 23 | | $prefix:tt, $fields:tt, Sep 05 00:42:14.239 INFO kablam! ... | Sep 05 00:42:14.239 INFO kablam! 297 | | }; Sep 05 00:42:14.239 INFO kablam! 298 | | } Sep 05 00:42:14.239 INFO kablam! | |_^ `parse_where_shim` already exported Sep 05 00:42:14.239 INFO kablam! | Sep 05 00:42:14.239 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Sep 05 00:42:14.240 INFO kablam! = note: for more information, see issue #35896 Sep 05 00:42:14.240 INFO kablam! note: previous macro export is now shadowed Sep 05 00:42:14.240 INFO kablam! --> src/parse_generics_shim_util/parse_where_shim.rs:12:1 Sep 05 00:42:14.240 INFO kablam! | Sep 05 00:42:14.240 INFO kablam! 12 | / macro_rules! parse_where_shim { Sep 05 00:42:14.240 INFO kablam! 13 | | ($($body:tt)*) => { Sep 05 00:42:14.240 INFO kablam! 14 | | parse_where! { $($body)* } Sep 05 00:42:14.240 INFO kablam! 15 | | }; Sep 05 00:42:14.240 INFO kablam! 16 | | } Sep 05 00:42:14.240 INFO kablam! | |_^ Sep 05 00:42:14.240 INFO kablam! Sep 05 00:42:14.245 INFO kablam! error: aborting due to 2 previous errors Sep 05 00:42:14.245 INFO kablam! Sep 05 00:42:14.251 INFO kablam! error: Could not compile `adhesion`. Sep 05 00:42:14.251 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 00:42:15.653 INFO kablam! error: build failed Sep 05 00:42:15.654 INFO kablam! su: No module specific data is present Sep 05 00:42:16.135 INFO running `"docker" "rm" "-f" "de0bf4089e1440b83edd1b73a6cb2c6f6a2ca8a9b5e3f11c0a5c9635964c943f"` Sep 05 00:42:16.254 INFO blam! de0bf4089e1440b83edd1b73a6cb2c6f6a2ca8a9b5e3f11c0a5c9635964c943f