Sep 20 06:49:43.700 INFO checking adhesion-0.5.0 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 20 06:49:43.701 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 20 06:49:43.701 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-5/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 06:49:43.942 INFO blam! 3c4e89800ce81a19db81b948b2a1e19b89bc5dcaa529c8f2923acc9d1bb0858d Sep 20 06:49:43.944 INFO running `"docker" "start" "-a" "3c4e89800ce81a19db81b948b2a1e19b89bc5dcaa529c8f2923acc9d1bb0858d"` Sep 20 06:49:45.384 INFO kablam! usermod: no changes Sep 20 06:49:45.594 INFO kablam! Compiling pulldown-cmark v0.0.15 Sep 20 06:49:45.595 INFO kablam! Checking galvanic-assert v0.8.7 Sep 20 06:49:45.595 INFO kablam! Compiling scan-rules v0.2.0 Sep 20 06:49:50.370 INFO kablam! Checking skeptic v0.10.1 Sep 20 06:49:52.185 INFO kablam! Compiling adhesion v0.5.0 (/source) Sep 20 06:49:53.491 INFO kablam! error: a macro named `parse_generics_shim` has already been exported Sep 20 06:49:53.491 INFO kablam! --> src/parse_generics_shim_util/parse_generics_shim.rs:20:1 Sep 20 06:49:53.491 INFO kablam! | Sep 20 06:49:53.491 INFO kablam! 20 | / macro_rules! parse_generics_shim { Sep 20 06:49:53.491 INFO kablam! 21 | | ( Sep 20 06:49:53.491 INFO kablam! 22 | | @parse_start Sep 20 06:49:53.491 INFO kablam! 23 | | $prefix:tt, Sep 20 06:49:53.491 INFO kablam! ... | Sep 20 06:49:53.491 INFO kablam! 365 | | }; Sep 20 06:49:53.491 INFO kablam! 366 | | } Sep 20 06:49:53.491 INFO kablam! | |_^ `parse_generics_shim` already exported Sep 20 06:49:53.491 INFO kablam! | Sep 20 06:49:53.491 INFO kablam! = note: #[deny(duplicate_macro_exports)] on by default Sep 20 06:49:53.491 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 20 06:49:53.491 INFO kablam! = note: for more information, see issue #35896 Sep 20 06:49:53.491 INFO kablam! note: previous macro export is now shadowed Sep 20 06:49:53.491 INFO kablam! --> src/parse_generics_shim_util/parse_generics_shim.rs:12:1 Sep 20 06:49:53.491 INFO kablam! | Sep 20 06:49:53.491 INFO kablam! 12 | / macro_rules! parse_generics_shim { Sep 20 06:49:53.491 INFO kablam! 13 | | ($($body:tt)*) => { Sep 20 06:49:53.491 INFO kablam! 14 | | parse_generics! { $($body)* } Sep 20 06:49:53.491 INFO kablam! 15 | | }; Sep 20 06:49:53.491 INFO kablam! 16 | | } Sep 20 06:49:53.491 INFO kablam! | |_^ Sep 20 06:49:53.491 INFO kablam! Sep 20 06:49:53.491 INFO kablam! error: a macro named `parse_where_shim` has already been exported Sep 20 06:49:53.491 INFO kablam! --> src/parse_generics_shim_util/parse_where_shim.rs:20:1 Sep 20 06:49:53.491 INFO kablam! | Sep 20 06:49:53.491 INFO kablam! 20 | / macro_rules! parse_where_shim { Sep 20 06:49:53.491 INFO kablam! 21 | | ( Sep 20 06:49:53.492 INFO kablam! 22 | | @parse Sep 20 06:49:53.492 INFO kablam! 23 | | $prefix:tt, $fields:tt, Sep 20 06:49:53.492 INFO kablam! ... | Sep 20 06:49:53.492 INFO kablam! 297 | | }; Sep 20 06:49:53.492 INFO kablam! 298 | | } Sep 20 06:49:53.492 INFO kablam! | |_^ `parse_where_shim` already exported Sep 20 06:49:53.492 INFO kablam! | Sep 20 06:49:53.492 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 20 06:49:53.492 INFO kablam! = note: for more information, see issue #35896 Sep 20 06:49:53.492 INFO kablam! note: previous macro export is now shadowed Sep 20 06:49:53.492 INFO kablam! --> src/parse_generics_shim_util/parse_where_shim.rs:12:1 Sep 20 06:49:53.492 INFO kablam! | Sep 20 06:49:53.492 INFO kablam! 12 | / macro_rules! parse_where_shim { Sep 20 06:49:53.492 INFO kablam! 13 | | ($($body:tt)*) => { Sep 20 06:49:53.492 INFO kablam! 14 | | parse_where! { $($body)* } Sep 20 06:49:53.492 INFO kablam! 15 | | }; Sep 20 06:49:53.492 INFO kablam! 16 | | } Sep 20 06:49:53.492 INFO kablam! | |_^ Sep 20 06:49:53.492 INFO kablam! Sep 20 06:49:53.495 INFO kablam! error: aborting due to 2 previous errors Sep 20 06:49:53.495 INFO kablam! Sep 20 06:49:53.501 INFO kablam! error: Could not compile `adhesion`. Sep 20 06:49:53.501 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 06:49:53.609 INFO kablam! error: a macro named `parse_generics_shim` has already been exported Sep 20 06:49:53.609 INFO kablam! --> src/parse_generics_shim_util/parse_generics_shim.rs:20:1 Sep 20 06:49:53.609 INFO kablam! | Sep 20 06:49:53.609 INFO kablam! 20 | / macro_rules! parse_generics_shim { Sep 20 06:49:53.609 INFO kablam! 21 | | ( Sep 20 06:49:53.609 INFO kablam! 22 | | @parse_start Sep 20 06:49:53.609 INFO kablam! 23 | | $prefix:tt, Sep 20 06:49:53.609 INFO kablam! ... | Sep 20 06:49:53.609 INFO kablam! 365 | | }; Sep 20 06:49:53.609 INFO kablam! 366 | | } Sep 20 06:49:53.609 INFO kablam! | |_^ `parse_generics_shim` already exported Sep 20 06:49:53.609 INFO kablam! | Sep 20 06:49:53.609 INFO kablam! = note: #[deny(duplicate_macro_exports)] on by default Sep 20 06:49:53.609 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 20 06:49:53.609 INFO kablam! = note: for more information, see issue #35896 Sep 20 06:49:53.609 INFO kablam! note: previous macro export is now shadowed Sep 20 06:49:53.609 INFO kablam! --> src/parse_generics_shim_util/parse_generics_shim.rs:12:1 Sep 20 06:49:53.609 INFO kablam! | Sep 20 06:49:53.609 INFO kablam! 12 | / macro_rules! parse_generics_shim { Sep 20 06:49:53.609 INFO kablam! 13 | | ($($body:tt)*) => { Sep 20 06:49:53.609 INFO kablam! 14 | | parse_generics! { $($body)* } Sep 20 06:49:53.609 INFO kablam! 15 | | }; Sep 20 06:49:53.609 INFO kablam! 16 | | } Sep 20 06:49:53.609 INFO kablam! | |_^ Sep 20 06:49:53.609 INFO kablam! Sep 20 06:49:53.609 INFO kablam! error: a macro named `parse_where_shim` has already been exported Sep 20 06:49:53.609 INFO kablam! --> src/parse_generics_shim_util/parse_where_shim.rs:20:1 Sep 20 06:49:53.609 INFO kablam! | Sep 20 06:49:53.609 INFO kablam! 20 | / macro_rules! parse_where_shim { Sep 20 06:49:53.609 INFO kablam! 21 | | ( Sep 20 06:49:53.609 INFO kablam! 22 | | @parse Sep 20 06:49:53.609 INFO kablam! 23 | | $prefix:tt, $fields:tt, Sep 20 06:49:53.609 INFO kablam! ... | Sep 20 06:49:53.609 INFO kablam! 297 | | }; Sep 20 06:49:53.609 INFO kablam! 298 | | } Sep 20 06:49:53.609 INFO kablam! | |_^ `parse_where_shim` already exported Sep 20 06:49:53.609 INFO kablam! | Sep 20 06:49:53.609 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 20 06:49:53.609 INFO kablam! = note: for more information, see issue #35896 Sep 20 06:49:53.609 INFO kablam! note: previous macro export is now shadowed Sep 20 06:49:53.609 INFO kablam! --> src/parse_generics_shim_util/parse_where_shim.rs:12:1 Sep 20 06:49:53.609 INFO kablam! | Sep 20 06:49:53.610 INFO kablam! 12 | / macro_rules! parse_where_shim { Sep 20 06:49:53.610 INFO kablam! 13 | | ($($body:tt)*) => { Sep 20 06:49:53.610 INFO kablam! 14 | | parse_where! { $($body)* } Sep 20 06:49:53.610 INFO kablam! 15 | | }; Sep 20 06:49:53.610 INFO kablam! 16 | | } Sep 20 06:49:53.610 INFO kablam! | |_^ Sep 20 06:49:53.610 INFO kablam! Sep 20 06:49:53.614 INFO kablam! error: aborting due to 2 previous errors Sep 20 06:49:53.614 INFO kablam! Sep 20 06:49:53.624 INFO kablam! error: Could not compile `adhesion`. Sep 20 06:49:53.624 INFO kablam! Sep 20 06:49:53.624 INFO kablam! To learn more, run the command again with --verbose. Sep 20 06:49:53.624 INFO kablam! su: No module specific data is present Sep 20 06:49:54.251 INFO running `"docker" "rm" "-f" "3c4e89800ce81a19db81b948b2a1e19b89bc5dcaa529c8f2923acc9d1bb0858d"` Sep 20 06:49:54.358 INFO blam! 3c4e89800ce81a19db81b948b2a1e19b89bc5dcaa529c8f2923acc9d1bb0858d