Sep 05 03:31:58.656 INFO checking adhesion-0.5.0 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 05 03:31:58.656 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 05 03:31:58.656 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-0/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 03:31:58.831 INFO blam! a2d4c9ccf5f1a7f92f80ddb4a2f6a07e5d6281126de00574d705e7d002f375b7 Sep 05 03:31:58.833 INFO running `"docker" "start" "-a" "a2d4c9ccf5f1a7f92f80ddb4a2f6a07e5d6281126de00574d705e7d002f375b7"` Sep 05 03:31:59.505 INFO kablam! Compiling pulldown-cmark v0.0.15 Sep 05 03:31:59.505 INFO kablam! Compiling strcursor v0.2.5 Sep 05 03:31:59.505 INFO kablam! Compiling scan-rules v0.2.0 Sep 05 03:31:59.508 INFO kablam! Checking skeptic v0.10.1 Sep 05 03:32:05.438 INFO kablam! Compiling adhesion v0.5.0 (file:///source) Sep 05 03:32:07.424 INFO kablam! error: a macro named `parse_generics_shim` has already been exported Sep 05 03:32:07.424 INFO kablam! --> src/parse_generics_shim_util/parse_generics_shim.rs:20:1 Sep 05 03:32:07.424 INFO kablam! | Sep 05 03:32:07.424 INFO kablam! 20 | / macro_rules! parse_generics_shim { Sep 05 03:32:07.424 INFO kablam! 21 | | ( Sep 05 03:32:07.424 INFO kablam! 22 | | @parse_start Sep 05 03:32:07.424 INFO kablam! 23 | | $prefix:tt, Sep 05 03:32:07.424 INFO kablam! ... | Sep 05 03:32:07.424 INFO kablam! 365 | | }; Sep 05 03:32:07.424 INFO kablam! 366 | | } Sep 05 03:32:07.424 INFO kablam! | |_^ `parse_generics_shim` already exported Sep 05 03:32:07.424 INFO kablam! | Sep 05 03:32:07.424 INFO kablam! = note: #[deny(duplicate_macro_exports)] on by default Sep 05 03:32:07.424 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 03:32:07.424 INFO kablam! = note: for more information, see issue #35896 Sep 05 03:32:07.424 INFO kablam! note: previous macro export is now shadowed Sep 05 03:32:07.424 INFO kablam! --> src/parse_generics_shim_util/parse_generics_shim.rs:12:1 Sep 05 03:32:07.424 INFO kablam! | Sep 05 03:32:07.424 INFO kablam! 12 | / macro_rules! parse_generics_shim { Sep 05 03:32:07.424 INFO kablam! 13 | | ($($body:tt)*) => { Sep 05 03:32:07.424 INFO kablam! 14 | | parse_generics! { $($body)* } Sep 05 03:32:07.424 INFO kablam! 15 | | }; Sep 05 03:32:07.424 INFO kablam! 16 | | } Sep 05 03:32:07.424 INFO kablam! | |_^ Sep 05 03:32:07.424 INFO kablam! Sep 05 03:32:07.424 INFO kablam! error: a macro named `parse_where_shim` has already been exported Sep 05 03:32:07.425 INFO kablam! --> src/parse_generics_shim_util/parse_where_shim.rs:20:1 Sep 05 03:32:07.425 INFO kablam! | Sep 05 03:32:07.425 INFO kablam! 20 | / macro_rules! parse_where_shim { Sep 05 03:32:07.425 INFO kablam! 21 | | ( Sep 05 03:32:07.425 INFO kablam! 22 | | @parse Sep 05 03:32:07.425 INFO kablam! 23 | | $prefix:tt, $fields:tt, Sep 05 03:32:07.425 INFO kablam! ... | Sep 05 03:32:07.425 INFO kablam! 297 | | }; Sep 05 03:32:07.425 INFO kablam! 298 | | } Sep 05 03:32:07.425 INFO kablam! | |_^ `parse_where_shim` already exported Sep 05 03:32:07.425 INFO kablam! | Sep 05 03:32:07.425 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 03:32:07.425 INFO kablam! = note: for more information, see issue #35896 Sep 05 03:32:07.425 INFO kablam! note: previous macro export is now shadowed Sep 05 03:32:07.425 INFO kablam! --> src/parse_generics_shim_util/parse_where_shim.rs:12:1 Sep 05 03:32:07.425 INFO kablam! | Sep 05 03:32:07.425 INFO kablam! 12 | / macro_rules! parse_where_shim { Sep 05 03:32:07.425 INFO kablam! 13 | | ($($body:tt)*) => { Sep 05 03:32:07.425 INFO kablam! 14 | | parse_where! { $($body)* } Sep 05 03:32:07.425 INFO kablam! 15 | | }; Sep 05 03:32:07.425 INFO kablam! 16 | | } Sep 05 03:32:07.425 INFO kablam! | |_^ Sep 05 03:32:07.425 INFO kablam! Sep 05 03:32:07.429 INFO kablam! error: aborting due to 2 previous errors Sep 05 03:32:07.429 INFO kablam! Sep 05 03:32:07.433 INFO kablam! error: Could not compile `adhesion`. Sep 05 03:32:07.433 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 03:32:07.530 INFO kablam! error: a macro named `parse_generics_shim` has already been exported Sep 05 03:32:07.530 INFO kablam! --> src/parse_generics_shim_util/parse_generics_shim.rs:20:1 Sep 05 03:32:07.530 INFO kablam! | Sep 05 03:32:07.530 INFO kablam! 20 | / macro_rules! parse_generics_shim { Sep 05 03:32:07.530 INFO kablam! 21 | | ( Sep 05 03:32:07.530 INFO kablam! 22 | | @parse_start Sep 05 03:32:07.530 INFO kablam! 23 | | $prefix:tt, Sep 05 03:32:07.530 INFO kablam! ... | Sep 05 03:32:07.530 INFO kablam! 365 | | }; Sep 05 03:32:07.530 INFO kablam! 366 | | } Sep 05 03:32:07.530 INFO kablam! | |_^ `parse_generics_shim` already exported Sep 05 03:32:07.530 INFO kablam! | Sep 05 03:32:07.530 INFO kablam! = note: #[deny(duplicate_macro_exports)] on by default Sep 05 03:32:07.530 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 03:32:07.530 INFO kablam! = note: for more information, see issue #35896 Sep 05 03:32:07.530 INFO kablam! note: previous macro export is now shadowed Sep 05 03:32:07.530 INFO kablam! --> src/parse_generics_shim_util/parse_generics_shim.rs:12:1 Sep 05 03:32:07.531 INFO kablam! | Sep 05 03:32:07.531 INFO kablam! 12 | / macro_rules! parse_generics_shim { Sep 05 03:32:07.531 INFO kablam! 13 | | ($($body:tt)*) => { Sep 05 03:32:07.531 INFO kablam! 14 | | parse_generics! { $($body)* } Sep 05 03:32:07.531 INFO kablam! 15 | | }; Sep 05 03:32:07.531 INFO kablam! 16 | | } Sep 05 03:32:07.531 INFO kablam! | |_^ Sep 05 03:32:07.531 INFO kablam! Sep 05 03:32:07.531 INFO kablam! error: a macro named `parse_where_shim` has already been exported Sep 05 03:32:07.531 INFO kablam! --> src/parse_generics_shim_util/parse_where_shim.rs:20:1 Sep 05 03:32:07.531 INFO kablam! | Sep 05 03:32:07.531 INFO kablam! 20 | / macro_rules! parse_where_shim { Sep 05 03:32:07.531 INFO kablam! 21 | | ( Sep 05 03:32:07.531 INFO kablam! 22 | | @parse Sep 05 03:32:07.531 INFO kablam! 23 | | $prefix:tt, $fields:tt, Sep 05 03:32:07.531 INFO kablam! ... | Sep 05 03:32:07.531 INFO kablam! 297 | | }; Sep 05 03:32:07.531 INFO kablam! 298 | | } Sep 05 03:32:07.531 INFO kablam! | |_^ `parse_where_shim` already exported Sep 05 03:32:07.531 INFO kablam! | Sep 05 03:32:07.531 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 03:32:07.532 INFO kablam! = note: for more information, see issue #35896 Sep 05 03:32:07.532 INFO kablam! note: previous macro export is now shadowed Sep 05 03:32:07.532 INFO kablam! --> src/parse_generics_shim_util/parse_where_shim.rs:12:1 Sep 05 03:32:07.532 INFO kablam! | Sep 05 03:32:07.532 INFO kablam! 12 | / macro_rules! parse_where_shim { Sep 05 03:32:07.532 INFO kablam! 13 | | ($($body:tt)*) => { Sep 05 03:32:07.532 INFO kablam! 14 | | parse_where! { $($body)* } Sep 05 03:32:07.532 INFO kablam! 15 | | }; Sep 05 03:32:07.532 INFO kablam! 16 | | } Sep 05 03:32:07.532 INFO kablam! | |_^ Sep 05 03:32:07.532 INFO kablam! Sep 05 03:32:07.539 INFO kablam! error: aborting due to 2 previous errors Sep 05 03:32:07.539 INFO kablam! Sep 05 03:32:07.546 INFO kablam! error: Could not compile `adhesion`. Sep 05 03:32:07.547 INFO kablam! Sep 05 03:32:07.547 INFO kablam! To learn more, run the command again with --verbose. Sep 05 03:32:07.549 INFO kablam! su: No module specific data is present Sep 05 03:32:08.030 INFO running `"docker" "rm" "-f" "a2d4c9ccf5f1a7f92f80ddb4a2f6a07e5d6281126de00574d705e7d002f375b7"` Sep 05 03:32:08.118 INFO blam! a2d4c9ccf5f1a7f92f80ddb4a2f6a07e5d6281126de00574d705e7d002f375b7