Sep 21 13:42:24.517 INFO checking adhesion-0.5.0 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 13:42:24.517 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 13:42:24.517 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-6/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 13:42:24.766 INFO blam! c97007194900864e0c3c1421bc2b0677af2a2ae9f18a4fa6e8748fd65cb8acf3 Sep 21 13:42:24.769 INFO running `"docker" "start" "-a" "c97007194900864e0c3c1421bc2b0677af2a2ae9f18a4fa6e8748fd65cb8acf3"` Sep 21 13:42:25.613 INFO kablam! usermod: no changes Sep 21 13:42:25.695 INFO kablam! Checking unicode-segmentation v0.1.2 Sep 21 13:42:25.695 INFO kablam! Checking galvanic-assert v0.8.7 Sep 21 13:42:25.696 INFO kablam! Compiling pulldown-cmark v0.0.15 Sep 21 13:42:25.696 INFO kablam! Compiling strcursor v0.2.5 Sep 21 13:42:25.696 INFO kablam! Compiling scan-rules v0.2.0 Sep 21 13:42:25.698 INFO kablam! Checking skeptic v0.10.1 Sep 21 13:42:31.517 INFO kablam! Compiling adhesion v0.5.0 (/source) Sep 21 13:42:32.744 INFO kablam! error: a macro named `parse_generics_shim` has already been exported Sep 21 13:42:32.744 INFO kablam! --> src/parse_generics_shim_util/parse_generics_shim.rs:20:1 Sep 21 13:42:32.744 INFO kablam! | Sep 21 13:42:32.744 INFO kablam! 20 | / macro_rules! parse_generics_shim { Sep 21 13:42:32.744 INFO kablam! 21 | | ( Sep 21 13:42:32.744 INFO kablam! 22 | | @parse_start Sep 21 13:42:32.744 INFO kablam! 23 | | $prefix:tt, Sep 21 13:42:32.744 INFO kablam! ... | Sep 21 13:42:32.744 INFO kablam! 365 | | }; Sep 21 13:42:32.744 INFO kablam! 366 | | } Sep 21 13:42:32.744 INFO kablam! | |_^ `parse_generics_shim` already exported Sep 21 13:42:32.744 INFO kablam! | Sep 21 13:42:32.744 INFO kablam! = note: #[deny(duplicate_macro_exports)] on by default Sep 21 13:42:32.744 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 21 13:42:32.744 INFO kablam! = note: for more information, see issue #35896 Sep 21 13:42:32.744 INFO kablam! note: previous macro export is now shadowed Sep 21 13:42:32.744 INFO kablam! --> src/parse_generics_shim_util/parse_generics_shim.rs:12:1 Sep 21 13:42:32.744 INFO kablam! | Sep 21 13:42:32.744 INFO kablam! 12 | / macro_rules! parse_generics_shim { Sep 21 13:42:32.744 INFO kablam! 13 | | ($($body:tt)*) => { Sep 21 13:42:32.744 INFO kablam! 14 | | parse_generics! { $($body)* } Sep 21 13:42:32.744 INFO kablam! 15 | | }; Sep 21 13:42:32.744 INFO kablam! 16 | | } Sep 21 13:42:32.744 INFO kablam! | |_^ Sep 21 13:42:32.744 INFO kablam! Sep 21 13:42:32.744 INFO kablam! error: a macro named `parse_where_shim` has already been exported Sep 21 13:42:32.744 INFO kablam! --> src/parse_generics_shim_util/parse_where_shim.rs:20:1 Sep 21 13:42:32.744 INFO kablam! | Sep 21 13:42:32.744 INFO kablam! 20 | / macro_rules! parse_where_shim { Sep 21 13:42:32.744 INFO kablam! 21 | | ( Sep 21 13:42:32.744 INFO kablam! 22 | | @parse Sep 21 13:42:32.744 INFO kablam! 23 | | $prefix:tt, $fields:tt, Sep 21 13:42:32.744 INFO kablam! ... | Sep 21 13:42:32.745 INFO kablam! 297 | | }; Sep 21 13:42:32.745 INFO kablam! 298 | | } Sep 21 13:42:32.745 INFO kablam! | |_^ `parse_where_shim` already exported Sep 21 13:42:32.745 INFO kablam! | Sep 21 13:42:32.745 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 21 13:42:32.745 INFO kablam! = note: for more information, see issue #35896 Sep 21 13:42:32.745 INFO kablam! note: previous macro export is now shadowed Sep 21 13:42:32.745 INFO kablam! --> src/parse_generics_shim_util/parse_where_shim.rs:12:1 Sep 21 13:42:32.745 INFO kablam! | Sep 21 13:42:32.745 INFO kablam! 12 | / macro_rules! parse_where_shim { Sep 21 13:42:32.745 INFO kablam! 13 | | ($($body:tt)*) => { Sep 21 13:42:32.745 INFO kablam! 14 | | parse_where! { $($body)* } Sep 21 13:42:32.745 INFO kablam! 15 | | }; Sep 21 13:42:32.745 INFO kablam! 16 | | } Sep 21 13:42:32.745 INFO kablam! | |_^ Sep 21 13:42:32.745 INFO kablam! Sep 21 13:42:32.748 INFO kablam! error: aborting due to 2 previous errors Sep 21 13:42:32.748 INFO kablam! Sep 21 13:42:32.754 INFO kablam! error: Could not compile `adhesion`. Sep 21 13:42:32.754 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 13:42:32.780 INFO kablam! error: a macro named `parse_generics_shim` has already been exported Sep 21 13:42:32.780 INFO kablam! --> src/parse_generics_shim_util/parse_generics_shim.rs:20:1 Sep 21 13:42:32.780 INFO kablam! | Sep 21 13:42:32.780 INFO kablam! 20 | / macro_rules! parse_generics_shim { Sep 21 13:42:32.780 INFO kablam! 21 | | ( Sep 21 13:42:32.780 INFO kablam! 22 | | @parse_start Sep 21 13:42:32.780 INFO kablam! 23 | | $prefix:tt, Sep 21 13:42:32.780 INFO kablam! ... | Sep 21 13:42:32.780 INFO kablam! 365 | | }; Sep 21 13:42:32.780 INFO kablam! 366 | | } Sep 21 13:42:32.780 INFO kablam! | |_^ `parse_generics_shim` already exported Sep 21 13:42:32.780 INFO kablam! | Sep 21 13:42:32.780 INFO kablam! = note: #[deny(duplicate_macro_exports)] on by default Sep 21 13:42:32.780 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 21 13:42:32.780 INFO kablam! = note: for more information, see issue #35896 Sep 21 13:42:32.780 INFO kablam! note: previous macro export is now shadowed Sep 21 13:42:32.780 INFO kablam! --> src/parse_generics_shim_util/parse_generics_shim.rs:12:1 Sep 21 13:42:32.780 INFO kablam! | Sep 21 13:42:32.780 INFO kablam! 12 | / macro_rules! parse_generics_shim { Sep 21 13:42:32.780 INFO kablam! 13 | | ($($body:tt)*) => { Sep 21 13:42:32.780 INFO kablam! 14 | | parse_generics! { $($body)* } Sep 21 13:42:32.780 INFO kablam! 15 | | }; Sep 21 13:42:32.781 INFO kablam! 16 | | } Sep 21 13:42:32.781 INFO kablam! | |_^ Sep 21 13:42:32.781 INFO kablam! Sep 21 13:42:32.781 INFO kablam! error: a macro named `parse_where_shim` has already been exported Sep 21 13:42:32.781 INFO kablam! --> src/parse_generics_shim_util/parse_where_shim.rs:20:1 Sep 21 13:42:32.781 INFO kablam! | Sep 21 13:42:32.781 INFO kablam! 20 | / macro_rules! parse_where_shim { Sep 21 13:42:32.781 INFO kablam! 21 | | ( Sep 21 13:42:32.781 INFO kablam! 22 | | @parse Sep 21 13:42:32.781 INFO kablam! 23 | | $prefix:tt, $fields:tt, Sep 21 13:42:32.781 INFO kablam! ... | Sep 21 13:42:32.781 INFO kablam! 297 | | }; Sep 21 13:42:32.781 INFO kablam! 298 | | } Sep 21 13:42:32.781 INFO kablam! | |_^ `parse_where_shim` already exported Sep 21 13:42:32.781 INFO kablam! | Sep 21 13:42:32.781 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 21 13:42:32.781 INFO kablam! = note: for more information, see issue #35896 Sep 21 13:42:32.781 INFO kablam! note: previous macro export is now shadowed Sep 21 13:42:32.781 INFO kablam! --> src/parse_generics_shim_util/parse_where_shim.rs:12:1 Sep 21 13:42:32.781 INFO kablam! | Sep 21 13:42:32.781 INFO kablam! 12 | / macro_rules! parse_where_shim { Sep 21 13:42:32.781 INFO kablam! 13 | | ($($body:tt)*) => { Sep 21 13:42:32.781 INFO kablam! 14 | | parse_where! { $($body)* } Sep 21 13:42:32.781 INFO kablam! 15 | | }; Sep 21 13:42:32.781 INFO kablam! 16 | | } Sep 21 13:42:32.781 INFO kablam! | |_^ Sep 21 13:42:32.781 INFO kablam! Sep 21 13:42:32.787 INFO kablam! error: aborting due to 2 previous errors Sep 21 13:42:32.787 INFO kablam! Sep 21 13:42:32.795 INFO kablam! error: Could not compile `adhesion`. Sep 21 13:42:32.795 INFO kablam! Sep 21 13:42:32.795 INFO kablam! To learn more, run the command again with --verbose. Sep 21 13:42:32.797 INFO kablam! su: No module specific data is present Sep 21 13:42:33.265 INFO running `"docker" "rm" "-f" "c97007194900864e0c3c1421bc2b0677af2a2ae9f18a4fa6e8748fd65cb8acf3"` Sep 21 13:42:33.329 INFO blam! c97007194900864e0c3c1421bc2b0677af2a2ae9f18a4fa6e8748fd65cb8acf3