Sep 02 21:19:55.322 INFO checking adhesion-0.5.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 21:19:55.322 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 21:19:55.322 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-0/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 21:19:55.562 INFO blam! 1c9373412729030453938d866b540046dd79e33c1c491df869b56569e384902c Sep 02 21:19:55.564 INFO running `"docker" "start" "-a" "1c9373412729030453938d866b540046dd79e33c1c491df869b56569e384902c"` Sep 02 21:19:56.358 INFO kablam! Checking galvanic-assert v0.8.7 Sep 02 21:19:56.358 INFO kablam! Compiling pulldown-cmark v0.0.15 Sep 02 21:19:56.361 INFO kablam! Compiling strcursor v0.2.5 Sep 02 21:19:56.364 INFO kablam! Compiling scan-rules v0.2.0 Sep 02 21:19:56.377 INFO kablam! Checking skeptic v0.10.1 Sep 02 21:20:04.439 INFO kablam! Compiling adhesion v0.5.0 (file:///source) Sep 02 21:20:06.580 INFO kablam! error: a macro named `parse_generics_shim` has already been exported Sep 02 21:20:06.580 INFO kablam! --> src/parse_generics_shim_util/parse_generics_shim.rs:20:1 Sep 02 21:20:06.580 INFO kablam! | Sep 02 21:20:06.580 INFO kablam! 20 | / macro_rules! parse_generics_shim { Sep 02 21:20:06.580 INFO kablam! 21 | | ( Sep 02 21:20:06.580 INFO kablam! 22 | | @parse_start Sep 02 21:20:06.580 INFO kablam! 23 | | $prefix:tt, Sep 02 21:20:06.580 INFO kablam! ... | Sep 02 21:20:06.580 INFO kablam! 365 | | }; Sep 02 21:20:06.580 INFO kablam! 366 | | } Sep 02 21:20:06.580 INFO kablam! | |_^ `parse_generics_shim` already exported Sep 02 21:20:06.580 INFO kablam! | Sep 02 21:20:06.580 INFO kablam! = note: #[deny(duplicate_macro_exports)] on by default Sep 02 21:20:06.580 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 02 21:20:06.580 INFO kablam! = note: for more information, see issue #35896 Sep 02 21:20:06.580 INFO kablam! note: previous macro export is now shadowed Sep 02 21:20:06.580 INFO kablam! --> src/parse_generics_shim_util/parse_generics_shim.rs:12:1 Sep 02 21:20:06.580 INFO kablam! | Sep 02 21:20:06.580 INFO kablam! 12 | / macro_rules! parse_generics_shim { Sep 02 21:20:06.580 INFO kablam! 13 | | ($($body:tt)*) => { Sep 02 21:20:06.581 INFO kablam! 14 | | parse_generics! { $($body)* } Sep 02 21:20:06.581 INFO kablam! 15 | | }; Sep 02 21:20:06.581 INFO kablam! 16 | | } Sep 02 21:20:06.581 INFO kablam! | |_^ Sep 02 21:20:06.581 INFO kablam! Sep 02 21:20:06.581 INFO kablam! error: a macro named `parse_where_shim` has already been exported Sep 02 21:20:06.581 INFO kablam! --> src/parse_generics_shim_util/parse_where_shim.rs:20:1 Sep 02 21:20:06.581 INFO kablam! | Sep 02 21:20:06.581 INFO kablam! 20 | / macro_rules! parse_where_shim { Sep 02 21:20:06.581 INFO kablam! 21 | | ( Sep 02 21:20:06.581 INFO kablam! 22 | | @parse Sep 02 21:20:06.581 INFO kablam! 23 | | $prefix:tt, $fields:tt, Sep 02 21:20:06.581 INFO kablam! ... | Sep 02 21:20:06.581 INFO kablam! 297 | | }; Sep 02 21:20:06.581 INFO kablam! 298 | | } Sep 02 21:20:06.581 INFO kablam! | |_^ `parse_where_shim` already exported Sep 02 21:20:06.581 INFO kablam! | Sep 02 21:20:06.581 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 02 21:20:06.581 INFO kablam! = note: for more information, see issue #35896 Sep 02 21:20:06.581 INFO kablam! note: previous macro export is now shadowed Sep 02 21:20:06.582 INFO kablam! --> src/parse_generics_shim_util/parse_where_shim.rs:12:1 Sep 02 21:20:06.582 INFO kablam! | Sep 02 21:20:06.582 INFO kablam! 12 | / macro_rules! parse_where_shim { Sep 02 21:20:06.582 INFO kablam! 13 | | ($($body:tt)*) => { Sep 02 21:20:06.582 INFO kablam! 14 | | parse_where! { $($body)* } Sep 02 21:20:06.582 INFO kablam! 15 | | }; Sep 02 21:20:06.582 INFO kablam! 16 | | } Sep 02 21:20:06.582 INFO kablam! | |_^ Sep 02 21:20:06.582 INFO kablam! Sep 02 21:20:06.584 INFO kablam! error: aborting due to 2 previous errors Sep 02 21:20:06.584 INFO kablam! Sep 02 21:20:06.590 INFO kablam! error: Could not compile `adhesion`. Sep 02 21:20:06.590 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 21:20:06.668 INFO kablam! error: a macro named `parse_generics_shim` has already been exported Sep 02 21:20:06.668 INFO kablam! --> src/parse_generics_shim_util/parse_generics_shim.rs:20:1 Sep 02 21:20:06.668 INFO kablam! | Sep 02 21:20:06.668 INFO kablam! 20 | / macro_rules! parse_generics_shim { Sep 02 21:20:06.668 INFO kablam! 21 | | ( Sep 02 21:20:06.668 INFO kablam! 22 | | @parse_start Sep 02 21:20:06.668 INFO kablam! 23 | | $prefix:tt, Sep 02 21:20:06.668 INFO kablam! ... | Sep 02 21:20:06.668 INFO kablam! 365 | | }; Sep 02 21:20:06.668 INFO kablam! 366 | | } Sep 02 21:20:06.668 INFO kablam! | |_^ `parse_generics_shim` already exported Sep 02 21:20:06.668 INFO kablam! | Sep 02 21:20:06.669 INFO kablam! = note: #[deny(duplicate_macro_exports)] on by default Sep 02 21:20:06.669 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 02 21:20:06.669 INFO kablam! = note: for more information, see issue #35896 Sep 02 21:20:06.669 INFO kablam! note: previous macro export is now shadowed Sep 02 21:20:06.669 INFO kablam! --> src/parse_generics_shim_util/parse_generics_shim.rs:12:1 Sep 02 21:20:06.669 INFO kablam! | Sep 02 21:20:06.669 INFO kablam! 12 | / macro_rules! parse_generics_shim { Sep 02 21:20:06.669 INFO kablam! 13 | | ($($body:tt)*) => { Sep 02 21:20:06.669 INFO kablam! 14 | | parse_generics! { $($body)* } Sep 02 21:20:06.669 INFO kablam! 15 | | }; Sep 02 21:20:06.669 INFO kablam! 16 | | } Sep 02 21:20:06.669 INFO kablam! | |_^ Sep 02 21:20:06.669 INFO kablam! Sep 02 21:20:06.669 INFO kablam! error: a macro named `parse_where_shim` has already been exported Sep 02 21:20:06.669 INFO kablam! --> src/parse_generics_shim_util/parse_where_shim.rs:20:1 Sep 02 21:20:06.669 INFO kablam! | Sep 02 21:20:06.669 INFO kablam! 20 | / macro_rules! parse_where_shim { Sep 02 21:20:06.669 INFO kablam! 21 | | ( Sep 02 21:20:06.669 INFO kablam! 22 | | @parse Sep 02 21:20:06.669 INFO kablam! 23 | | $prefix:tt, $fields:tt, Sep 02 21:20:06.669 INFO kablam! ... | Sep 02 21:20:06.669 INFO kablam! 297 | | }; Sep 02 21:20:06.669 INFO kablam! 298 | | } Sep 02 21:20:06.670 INFO kablam! | |_^ `parse_where_shim` already exported Sep 02 21:20:06.670 INFO kablam! | Sep 02 21:20:06.670 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 02 21:20:06.670 INFO kablam! = note: for more information, see issue #35896 Sep 02 21:20:06.670 INFO kablam! note: previous macro export is now shadowed Sep 02 21:20:06.670 INFO kablam! --> src/parse_generics_shim_util/parse_where_shim.rs:12:1 Sep 02 21:20:06.670 INFO kablam! | Sep 02 21:20:06.670 INFO kablam! 12 | / macro_rules! parse_where_shim { Sep 02 21:20:06.670 INFO kablam! 13 | | ($($body:tt)*) => { Sep 02 21:20:06.670 INFO kablam! 14 | | parse_where! { $($body)* } Sep 02 21:20:06.670 INFO kablam! 15 | | }; Sep 02 21:20:06.670 INFO kablam! 16 | | } Sep 02 21:20:06.670 INFO kablam! | |_^ Sep 02 21:20:06.670 INFO kablam! Sep 02 21:20:06.676 INFO kablam! error: aborting due to 2 previous errors Sep 02 21:20:06.676 INFO kablam! Sep 02 21:20:06.683 INFO kablam! error: Could not compile `adhesion`. Sep 02 21:20:06.683 INFO kablam! Sep 02 21:20:06.683 INFO kablam! To learn more, run the command again with --verbose. Sep 02 21:20:06.685 INFO kablam! su: No module specific data is present Sep 02 21:20:07.170 INFO running `"docker" "rm" "-f" "1c9373412729030453938d866b540046dd79e33c1c491df869b56569e384902c"` Sep 02 21:20:07.255 INFO blam! 1c9373412729030453938d866b540046dd79e33c1c491df869b56569e384902c