Sep 10 23:04:49.493 INFO checking adhesion-0.5.0 against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 23:04:49.493 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 23:04:49.494 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-0/try#3a2610c2a16575649896925631bf8cec4f4b1961:/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 +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 23:04:49.723 INFO blam! d97d64c7dc008927dc1d7729adbd65904258b6b9485b6961b5ef217a977d9774 Sep 10 23:04:49.726 INFO running `"docker" "start" "-a" "d97d64c7dc008927dc1d7729adbd65904258b6b9485b6961b5ef217a977d9774"` Sep 10 23:04:50.652 INFO kablam! usermod: no changes Sep 10 23:04:50.790 INFO kablam! Compiling strcursor v0.2.5 Sep 10 23:04:50.790 INFO kablam! Compiling scan-rules v0.2.0 Sep 10 23:04:50.790 INFO kablam! Checking pulldown-cmark v0.0.15 Sep 10 23:04:50.794 INFO kablam! Compiling skeptic v0.10.1 Sep 10 23:04:54.036 INFO kablam! Compiling adhesion v0.5.0 (file:///source) Sep 10 23:04:56.298 INFO kablam! warning: a macro named `parse_generics_shim` has already been exported Sep 10 23:04:56.298 INFO kablam! --> src/parse_generics_shim_util/parse_generics_shim.rs:20:1 Sep 10 23:04:56.298 INFO kablam! | Sep 10 23:04:56.298 INFO kablam! 20 | / macro_rules! parse_generics_shim { Sep 10 23:04:56.298 INFO kablam! 21 | | ( Sep 10 23:04:56.298 INFO kablam! 22 | | @parse_start Sep 10 23:04:56.298 INFO kablam! 23 | | $prefix:tt, Sep 10 23:04:56.298 INFO kablam! ... | Sep 10 23:04:56.298 INFO kablam! 365 | | }; Sep 10 23:04:56.298 INFO kablam! 366 | | } Sep 10 23:04:56.298 INFO kablam! | |_^ `parse_generics_shim` already exported Sep 10 23:04:56.298 INFO kablam! | Sep 10 23:04:56.298 INFO kablam! = note: #[warn(duplicate_macro_exports)] on by default Sep 10 23:04:56.298 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 10 23:04:56.298 INFO kablam! = note: for more information, see issue #35896 Sep 10 23:04:56.298 INFO kablam! note: previous macro export is now shadowed Sep 10 23:04:56.298 INFO kablam! --> src/parse_generics_shim_util/parse_generics_shim.rs:12:1 Sep 10 23:04:56.298 INFO kablam! | Sep 10 23:04:56.298 INFO kablam! 12 | / macro_rules! parse_generics_shim { Sep 10 23:04:56.298 INFO kablam! 13 | | ($($body:tt)*) => { Sep 10 23:04:56.298 INFO kablam! 14 | | parse_generics! { $($body)* } Sep 10 23:04:56.298 INFO kablam! 15 | | }; Sep 10 23:04:56.298 INFO kablam! 16 | | } Sep 10 23:04:56.298 INFO kablam! | |_^ Sep 10 23:04:56.298 INFO kablam! Sep 10 23:04:56.298 INFO kablam! warning: a macro named `parse_where_shim` has already been exported Sep 10 23:04:56.298 INFO kablam! --> src/parse_generics_shim_util/parse_where_shim.rs:20:1 Sep 10 23:04:56.298 INFO kablam! | Sep 10 23:04:56.298 INFO kablam! 20 | / macro_rules! parse_where_shim { Sep 10 23:04:56.298 INFO kablam! 21 | | ( Sep 10 23:04:56.298 INFO kablam! 22 | | @parse Sep 10 23:04:56.298 INFO kablam! 23 | | $prefix:tt, $fields:tt, Sep 10 23:04:56.298 INFO kablam! ... | Sep 10 23:04:56.298 INFO kablam! 297 | | }; Sep 10 23:04:56.298 INFO kablam! 298 | | } Sep 10 23:04:56.299 INFO kablam! | |_^ `parse_where_shim` already exported Sep 10 23:04:56.299 INFO kablam! | Sep 10 23:04:56.299 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 10 23:04:56.299 INFO kablam! = note: for more information, see issue #35896 Sep 10 23:04:56.299 INFO kablam! note: previous macro export is now shadowed Sep 10 23:04:56.299 INFO kablam! --> src/parse_generics_shim_util/parse_where_shim.rs:12:1 Sep 10 23:04:56.299 INFO kablam! | Sep 10 23:04:56.299 INFO kablam! 12 | / macro_rules! parse_where_shim { Sep 10 23:04:56.299 INFO kablam! 13 | | ($($body:tt)*) => { Sep 10 23:04:56.299 INFO kablam! 14 | | parse_where! { $($body)* } Sep 10 23:04:56.299 INFO kablam! 15 | | }; Sep 10 23:04:56.299 INFO kablam! 16 | | } Sep 10 23:04:56.299 INFO kablam! | |_^ Sep 10 23:04:56.299 INFO kablam! Sep 10 23:04:58.025 INFO kablam! warning: a macro named `parse_generics_shim` has already been exported Sep 10 23:04:58.025 INFO kablam! --> src/parse_generics_shim_util/parse_generics_shim.rs:20:1 Sep 10 23:04:58.025 INFO kablam! | Sep 10 23:04:58.025 INFO kablam! 20 | / macro_rules! parse_generics_shim { Sep 10 23:04:58.025 INFO kablam! 21 | | ( Sep 10 23:04:58.025 INFO kablam! 22 | | @parse_start Sep 10 23:04:58.025 INFO kablam! 23 | | $prefix:tt, Sep 10 23:04:58.025 INFO kablam! ... | Sep 10 23:04:58.025 INFO kablam! 365 | | }; Sep 10 23:04:58.025 INFO kablam! 366 | | } Sep 10 23:04:58.025 INFO kablam! | |_^ `parse_generics_shim` already exported Sep 10 23:04:58.030 INFO kablam! | Sep 10 23:04:58.030 INFO kablam! = note: #[warn(duplicate_macro_exports)] on by default Sep 10 23:04:58.030 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 10 23:04:58.030 INFO kablam! = note: for more information, see issue #35896 Sep 10 23:04:58.030 INFO kablam! note: previous macro export is now shadowed Sep 10 23:04:58.030 INFO kablam! --> src/parse_generics_shim_util/parse_generics_shim.rs:12:1 Sep 10 23:04:58.030 INFO kablam! | Sep 10 23:04:58.030 INFO kablam! 12 | / macro_rules! parse_generics_shim { Sep 10 23:04:58.030 INFO kablam! 13 | | ($($body:tt)*) => { Sep 10 23:04:58.030 INFO kablam! 14 | | parse_generics! { $($body)* } Sep 10 23:04:58.030 INFO kablam! 15 | | }; Sep 10 23:04:58.030 INFO kablam! 16 | | } Sep 10 23:04:58.030 INFO kablam! | |_^ Sep 10 23:04:58.030 INFO kablam! Sep 10 23:04:58.030 INFO kablam! warning: a macro named `parse_where_shim` has already been exported Sep 10 23:04:58.030 INFO kablam! --> src/parse_generics_shim_util/parse_where_shim.rs:20:1 Sep 10 23:04:58.030 INFO kablam! | Sep 10 23:04:58.030 INFO kablam! 20 | / macro_rules! parse_where_shim { Sep 10 23:04:58.031 INFO kablam! 21 | | ( Sep 10 23:04:58.031 INFO kablam! 22 | | @parse Sep 10 23:04:58.031 INFO kablam! 23 | | $prefix:tt, $fields:tt, Sep 10 23:04:58.031 INFO kablam! ... | Sep 10 23:04:58.031 INFO kablam! 297 | | }; Sep 10 23:04:58.031 INFO kablam! 298 | | } Sep 10 23:04:58.031 INFO kablam! | |_^ `parse_where_shim` already exported Sep 10 23:04:58.031 INFO kablam! | Sep 10 23:04:58.031 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 10 23:04:58.031 INFO kablam! = note: for more information, see issue #35896 Sep 10 23:04:58.031 INFO kablam! note: previous macro export is now shadowed Sep 10 23:04:58.031 INFO kablam! --> src/parse_generics_shim_util/parse_where_shim.rs:12:1 Sep 10 23:04:58.031 INFO kablam! | Sep 10 23:04:58.031 INFO kablam! 12 | / macro_rules! parse_where_shim { Sep 10 23:04:58.031 INFO kablam! 13 | | ($($body:tt)*) => { Sep 10 23:04:58.031 INFO kablam! 14 | | parse_where! { $($body)* } Sep 10 23:04:58.031 INFO kablam! 15 | | }; Sep 10 23:04:58.031 INFO kablam! 16 | | } Sep 10 23:04:58.031 INFO kablam! | |_^ Sep 10 23:04:58.031 INFO kablam! Sep 10 23:04:58.374 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.69s Sep 10 23:04:58.380 INFO kablam! su: No module specific data is present Sep 10 23:04:58.930 INFO running `"docker" "rm" "-f" "d97d64c7dc008927dc1d7729adbd65904258b6b9485b6961b5ef217a977d9774"` Sep 10 23:04:59.057 INFO blam! d97d64c7dc008927dc1d7729adbd65904258b6b9485b6961b5ef217a977d9774