Oct 12 06:29:13.588 INFO testing adhesion-0.5.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling Oct 12 06:29:13.589 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 12 06:29:13.921 INFO blam! cf311c26f98f1b0519c38d468228edf0df10c39894049eeadb73904e8915cfd0 Oct 12 06:29:13.922 INFO running `"docker" "start" "-a" "cf311c26f98f1b0519c38d468228edf0df10c39894049eeadb73904e8915cfd0"` Oct 12 06:29:15.071 INFO kablam! usermod: no changes Oct 12 06:29:15.135 INFO kablam! Compiling pulldown-cmark v0.0.15 Oct 12 06:29:17.758 INFO kablam! Compiling skeptic v0.10.1 Oct 12 06:29:18.832 INFO kablam! Compiling adhesion v0.5.0 (/source) Oct 12 06:29:19.879 INFO kablam! error: a macro named `parse_generics_shim` has already been exported Oct 12 06:29:19.879 INFO kablam! --> src/parse_generics_shim_util/parse_generics_shim.rs:20:1 Oct 12 06:29:19.879 INFO kablam! | Oct 12 06:29:19.879 INFO kablam! 20 | / macro_rules! parse_generics_shim { Oct 12 06:29:19.879 INFO kablam! 21 | | ( Oct 12 06:29:19.879 INFO kablam! 22 | | @parse_start Oct 12 06:29:19.879 INFO kablam! 23 | | $prefix:tt, Oct 12 06:29:19.879 INFO kablam! ... | Oct 12 06:29:19.879 INFO kablam! 365 | | }; Oct 12 06:29:19.879 INFO kablam! 366 | | } Oct 12 06:29:19.879 INFO kablam! | |_^ `parse_generics_shim` already exported Oct 12 06:29:19.879 INFO kablam! | Oct 12 06:29:19.879 INFO kablam! = note: #[deny(duplicate_macro_exports)] on by default Oct 12 06:29:19.879 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! Oct 12 06:29:19.879 INFO kablam! = note: for more information, see issue #35896 Oct 12 06:29:19.879 INFO kablam! note: previous macro export is now shadowed Oct 12 06:29:19.879 INFO kablam! --> src/parse_generics_shim_util/parse_generics_shim.rs:12:1 Oct 12 06:29:19.879 INFO kablam! | Oct 12 06:29:19.879 INFO kablam! 12 | / macro_rules! parse_generics_shim { Oct 12 06:29:19.879 INFO kablam! 13 | | ($($body:tt)*) => { Oct 12 06:29:19.879 INFO kablam! 14 | | parse_generics! { $($body)* } Oct 12 06:29:19.879 INFO kablam! 15 | | }; Oct 12 06:29:19.880 INFO kablam! 16 | | } Oct 12 06:29:19.880 INFO kablam! | |_^ Oct 12 06:29:19.880 INFO kablam! Oct 12 06:29:19.880 INFO kablam! error: a macro named `parse_where_shim` has already been exported Oct 12 06:29:19.880 INFO kablam! --> src/parse_generics_shim_util/parse_where_shim.rs:20:1 Oct 12 06:29:19.880 INFO kablam! | Oct 12 06:29:19.880 INFO kablam! 20 | / macro_rules! parse_where_shim { Oct 12 06:29:19.880 INFO kablam! 21 | | ( Oct 12 06:29:19.880 INFO kablam! 22 | | @parse Oct 12 06:29:19.880 INFO kablam! 23 | | $prefix:tt, $fields:tt, Oct 12 06:29:19.880 INFO kablam! ... | Oct 12 06:29:19.880 INFO kablam! 297 | | }; Oct 12 06:29:19.880 INFO kablam! 298 | | } Oct 12 06:29:19.880 INFO kablam! | |_^ `parse_where_shim` already exported Oct 12 06:29:19.880 INFO kablam! | Oct 12 06:29:19.880 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! Oct 12 06:29:19.880 INFO kablam! = note: for more information, see issue #35896 Oct 12 06:29:19.880 INFO kablam! note: previous macro export is now shadowed Oct 12 06:29:19.880 INFO kablam! --> src/parse_generics_shim_util/parse_where_shim.rs:12:1 Oct 12 06:29:19.880 INFO kablam! | Oct 12 06:29:19.880 INFO kablam! 12 | / macro_rules! parse_where_shim { Oct 12 06:29:19.880 INFO kablam! 13 | | ($($body:tt)*) => { Oct 12 06:29:19.880 INFO kablam! 14 | | parse_where! { $($body)* } Oct 12 06:29:19.880 INFO kablam! 15 | | }; Oct 12 06:29:19.880 INFO kablam! 16 | | } Oct 12 06:29:19.880 INFO kablam! | |_^ Oct 12 06:29:19.880 INFO kablam! Oct 12 06:29:19.894 INFO kablam! error: aborting due to 2 previous errors Oct 12 06:29:19.894 INFO kablam! Oct 12 06:29:19.894 INFO kablam! error: Could not compile `adhesion`. Oct 12 06:29:19.894 INFO kablam! Oct 12 06:29:19.894 INFO kablam! To learn more, run the command again with --verbose. Oct 12 06:29:19.896 INFO kablam! su: No module specific data is present Oct 12 06:29:20.148 INFO running `"docker" "rm" "-f" "cf311c26f98f1b0519c38d468228edf0df10c39894049eeadb73904e8915cfd0"` Oct 12 06:29:20.276 INFO blam! cf311c26f98f1b0519c38d468228edf0df10c39894049eeadb73904e8915cfd0