Sep 20 05:13:19.303 INFO checking adhesion-0.5.0 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 20 05:13:19.303 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 20 05:13:19.303 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-2/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 05:13:19.747 INFO blam! 1a7fdf77adb7575b34fa287fcae694dea16d2d9fbc0364cd56f1b8748326e30a Sep 20 05:13:19.749 INFO running `"docker" "start" "-a" "1a7fdf77adb7575b34fa287fcae694dea16d2d9fbc0364cd56f1b8748326e30a"` Sep 20 05:13:21.083 INFO kablam! usermod: no changes Sep 20 05:13:21.235 INFO kablam! Checking galvanic-assert v0.8.7 Sep 20 05:13:21.237 INFO kablam! Compiling skeptic v0.10.1 Sep 20 05:13:24.031 INFO kablam! Compiling adhesion v0.5.0 (/source) Sep 20 05:13:25.983 INFO kablam! error: a macro named `parse_generics_shim` has already been exported Sep 20 05:13:25.984 INFO kablam! --> src/parse_generics_shim_util/parse_generics_shim.rs:20:1 Sep 20 05:13:25.984 INFO kablam! | Sep 20 05:13:25.984 INFO kablam! 20 | / macro_rules! parse_generics_shim { Sep 20 05:13:25.985 INFO kablam! 21 | | ( Sep 20 05:13:25.985 INFO kablam! 22 | | @parse_start Sep 20 05:13:25.986 INFO kablam! 23 | | $prefix:tt, Sep 20 05:13:25.986 INFO kablam! ... | Sep 20 05:13:25.986 INFO kablam! 365 | | }; Sep 20 05:13:25.987 INFO kablam! 366 | | } Sep 20 05:13:25.987 INFO kablam! | |_^ `parse_generics_shim` already exported Sep 20 05:13:25.988 INFO kablam! | Sep 20 05:13:25.988 INFO kablam! = note: #[deny(duplicate_macro_exports)] on by default Sep 20 05:13:25.988 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 05:13:25.989 INFO kablam! = note: for more information, see issue #35896 Sep 20 05:13:25.989 INFO kablam! note: previous macro export is now shadowed Sep 20 05:13:25.990 INFO kablam! --> src/parse_generics_shim_util/parse_generics_shim.rs:12:1 Sep 20 05:13:25.990 INFO kablam! | Sep 20 05:13:25.990 INFO kablam! 12 | / macro_rules! parse_generics_shim { Sep 20 05:13:25.991 INFO kablam! 13 | | ($($body:tt)*) => { Sep 20 05:13:25.991 INFO kablam! 14 | | parse_generics! { $($body)* } Sep 20 05:13:25.992 INFO kablam! 15 | | }; Sep 20 05:13:25.992 INFO kablam! 16 | | } Sep 20 05:13:25.992 INFO kablam! | |_^ Sep 20 05:13:25.992 INFO kablam! Sep 20 05:13:25.993 INFO kablam! error: a macro named `parse_where_shim` has already been exported Sep 20 05:13:25.993 INFO kablam! --> src/parse_generics_shim_util/parse_where_shim.rs:20:1 Sep 20 05:13:25.994 INFO kablam! | Sep 20 05:13:25.994 INFO kablam! 20 | / macro_rules! parse_where_shim { Sep 20 05:13:25.995 INFO kablam! 21 | | ( Sep 20 05:13:25.995 INFO kablam! 22 | | @parse Sep 20 05:13:25.995 INFO kablam! 23 | | $prefix:tt, $fields:tt, Sep 20 05:13:25.996 INFO kablam! ... | Sep 20 05:13:25.996 INFO kablam! 297 | | }; Sep 20 05:13:25.996 INFO kablam! 298 | | } Sep 20 05:13:25.997 INFO kablam! | |_^ `parse_where_shim` already exported Sep 20 05:13:25.997 INFO kablam! | Sep 20 05:13:25.998 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 05:13:25.998 INFO kablam! = note: for more information, see issue #35896 Sep 20 05:13:25.998 INFO kablam! note: previous macro export is now shadowed Sep 20 05:13:25.999 INFO kablam! --> src/parse_generics_shim_util/parse_where_shim.rs:12:1 Sep 20 05:13:25.999 INFO kablam! | Sep 20 05:13:26.000 INFO kablam! 12 | / macro_rules! parse_where_shim { Sep 20 05:13:26.000 INFO kablam! 13 | | ($($body:tt)*) => { Sep 20 05:13:26.000 INFO kablam! 14 | | parse_where! { $($body)* } Sep 20 05:13:26.001 INFO kablam! 15 | | }; Sep 20 05:13:26.001 INFO kablam! 16 | | } Sep 20 05:13:26.002 INFO kablam! | |_^ Sep 20 05:13:26.002 INFO kablam! Sep 20 05:13:26.002 INFO kablam! error: aborting due to 2 previous errors Sep 20 05:13:26.002 INFO kablam! Sep 20 05:13:26.003 INFO kablam! error: Could not compile `adhesion`. Sep 20 05:13:26.004 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 05:13:26.078 INFO kablam! error: a macro named `parse_generics_shim` has already been exported Sep 20 05:13:26.079 INFO kablam! --> src/parse_generics_shim_util/parse_generics_shim.rs:20:1 Sep 20 05:13:26.079 INFO kablam! | Sep 20 05:13:26.080 INFO kablam! 20 | / macro_rules! parse_generics_shim { Sep 20 05:13:26.080 INFO kablam! 21 | | ( Sep 20 05:13:26.080 INFO kablam! 22 | | @parse_start Sep 20 05:13:26.081 INFO kablam! 23 | | $prefix:tt, Sep 20 05:13:26.081 INFO kablam! ... | Sep 20 05:13:26.082 INFO kablam! 365 | | }; Sep 20 05:13:26.082 INFO kablam! 366 | | } Sep 20 05:13:26.082 INFO kablam! | |_^ `parse_generics_shim` already exported Sep 20 05:13:26.083 INFO kablam! | Sep 20 05:13:26.083 INFO kablam! = note: #[deny(duplicate_macro_exports)] on by default Sep 20 05:13:26.084 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 05:13:26.084 INFO kablam! = note: for more information, see issue #35896 Sep 20 05:13:26.085 INFO kablam! note: previous macro export is now shadowed Sep 20 05:13:26.085 INFO kablam! --> src/parse_generics_shim_util/parse_generics_shim.rs:12:1 Sep 20 05:13:26.085 INFO kablam! | Sep 20 05:13:26.086 INFO kablam! 12 | / macro_rules! parse_generics_shim { Sep 20 05:13:26.086 INFO kablam! 13 | | ($($body:tt)*) => { Sep 20 05:13:26.087 INFO kablam! 14 | | parse_generics! { $($body)* } Sep 20 05:13:26.087 INFO kablam! 15 | | }; Sep 20 05:13:26.087 INFO kablam! 16 | | } Sep 20 05:13:26.088 INFO kablam! | |_^ Sep 20 05:13:26.088 INFO kablam! Sep 20 05:13:26.089 INFO kablam! error: a macro named `parse_where_shim` has already been exported Sep 20 05:13:26.089 INFO kablam! --> src/parse_generics_shim_util/parse_where_shim.rs:20:1 Sep 20 05:13:26.090 INFO kablam! | Sep 20 05:13:26.090 INFO kablam! 20 | / macro_rules! parse_where_shim { Sep 20 05:13:26.090 INFO kablam! 21 | | ( Sep 20 05:13:26.091 INFO kablam! 22 | | @parse Sep 20 05:13:26.091 INFO kablam! 23 | | $prefix:tt, $fields:tt, Sep 20 05:13:26.092 INFO kablam! ... | Sep 20 05:13:26.092 INFO kablam! 297 | | }; Sep 20 05:13:26.092 INFO kablam! 298 | | } Sep 20 05:13:26.093 INFO kablam! | |_^ `parse_where_shim` already exported Sep 20 05:13:26.093 INFO kablam! | Sep 20 05:13:26.094 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 05:13:26.094 INFO kablam! = note: for more information, see issue #35896 Sep 20 05:13:26.095 INFO kablam! note: previous macro export is now shadowed Sep 20 05:13:26.095 INFO kablam! --> src/parse_generics_shim_util/parse_where_shim.rs:12:1 Sep 20 05:13:26.096 INFO kablam! | Sep 20 05:13:26.096 INFO kablam! 12 | / macro_rules! parse_where_shim { Sep 20 05:13:26.096 INFO kablam! 13 | | ($($body:tt)*) => { Sep 20 05:13:26.097 INFO kablam! 14 | | parse_where! { $($body)* } Sep 20 05:13:26.097 INFO kablam! 15 | | }; Sep 20 05:13:26.098 INFO kablam! 16 | | } Sep 20 05:13:26.098 INFO kablam! | |_^ Sep 20 05:13:26.098 INFO kablam! Sep 20 05:13:26.104 INFO kablam! error: aborting due to 2 previous errors Sep 20 05:13:26.105 INFO kablam! Sep 20 05:13:26.114 INFO kablam! error: Could not compile `adhesion`. Sep 20 05:13:26.114 INFO kablam! Sep 20 05:13:26.114 INFO kablam! To learn more, run the command again with --verbose. Sep 20 05:13:26.116 INFO kablam! su: No module specific data is present Sep 20 05:13:27.367 INFO running `"docker" "rm" "-f" "1a7fdf77adb7575b34fa287fcae694dea16d2d9fbc0364cd56f1b8748326e30a"` Sep 20 05:13:27.699 INFO blam! 1a7fdf77adb7575b34fa287fcae694dea16d2d9fbc0364cd56f1b8748326e30a