Oct 28 01:21:29.628 INFO checking adhesion-0.5.0 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 28 01:21:29.628 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-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 28 01:21:29.981 INFO blam! ee763d461f7f61450c0ba74ae7cc2404e68646fb2ab3e461ac61911a0bb55726 Oct 28 01:21:29.987 INFO running `"docker" "start" "-a" "ee763d461f7f61450c0ba74ae7cc2404e68646fb2ab3e461ac61911a0bb55726"` Oct 28 01:21:31.577 INFO kablam! usermod: no changes Oct 28 01:21:31.723 INFO kablam! Checking galvanic-assert v0.8.7 Oct 28 01:21:31.723 INFO kablam! Compiling pulldown-cmark v0.0.15 Oct 28 01:21:31.723 INFO kablam! Checking skeptic v0.10.1 Oct 28 01:21:39.279 INFO kablam! Compiling adhesion v0.5.0 (/source) Oct 28 01:21:42.407 INFO kablam! error: a macro named `parse_generics_shim` has already been exported Oct 28 01:21:42.407 INFO kablam! --> src/parse_generics_shim_util/parse_generics_shim.rs:20:1 Oct 28 01:21:42.407 INFO kablam! | Oct 28 01:21:42.407 INFO kablam! 20 | / macro_rules! parse_generics_shim { Oct 28 01:21:42.407 INFO kablam! 21 | | ( Oct 28 01:21:42.407 INFO kablam! 22 | | @parse_start Oct 28 01:21:42.407 INFO kablam! 23 | | $prefix:tt, Oct 28 01:21:42.407 INFO kablam! ... | Oct 28 01:21:42.407 INFO kablam! 365 | | }; Oct 28 01:21:42.407 INFO kablam! 366 | | } Oct 28 01:21:42.407 INFO kablam! | |_^ `parse_generics_shim` already exported Oct 28 01:21:42.407 INFO kablam! | Oct 28 01:21:42.407 INFO kablam! = note: #[deny(duplicate_macro_exports)] on by default Oct 28 01:21:42.407 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 28 01:21:42.407 INFO kablam! = note: for more information, see issue #35896 Oct 28 01:21:42.407 INFO kablam! note: previous macro export is now shadowed Oct 28 01:21:42.407 INFO kablam! --> src/parse_generics_shim_util/parse_generics_shim.rs:12:1 Oct 28 01:21:42.407 INFO kablam! | Oct 28 01:21:42.407 INFO kablam! 12 | / macro_rules! parse_generics_shim { Oct 28 01:21:42.407 INFO kablam! 13 | | ($($body:tt)*) => { Oct 28 01:21:42.407 INFO kablam! 14 | | parse_generics! { $($body)* } Oct 28 01:21:42.407 INFO kablam! 15 | | }; Oct 28 01:21:42.407 INFO kablam! 16 | | } Oct 28 01:21:42.407 INFO kablam! | |_^ Oct 28 01:21:42.407 INFO kablam! Oct 28 01:21:42.407 INFO kablam! error: a macro named `parse_where_shim` has already been exported Oct 28 01:21:42.407 INFO kablam! --> src/parse_generics_shim_util/parse_where_shim.rs:20:1 Oct 28 01:21:42.407 INFO kablam! | Oct 28 01:21:42.407 INFO kablam! 20 | / macro_rules! parse_where_shim { Oct 28 01:21:42.407 INFO kablam! 21 | | ( Oct 28 01:21:42.407 INFO kablam! 22 | | @parse Oct 28 01:21:42.407 INFO kablam! 23 | | $prefix:tt, $fields:tt, Oct 28 01:21:42.407 INFO kablam! ... | Oct 28 01:21:42.407 INFO kablam! 297 | | }; Oct 28 01:21:42.407 INFO kablam! 298 | | } Oct 28 01:21:42.407 INFO kablam! | |_^ `parse_where_shim` already exported Oct 28 01:21:42.407 INFO kablam! | Oct 28 01:21:42.407 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 28 01:21:42.407 INFO kablam! = note: for more information, see issue #35896 Oct 28 01:21:42.407 INFO kablam! note: previous macro export is now shadowed Oct 28 01:21:42.408 INFO kablam! --> src/parse_generics_shim_util/parse_where_shim.rs:12:1 Oct 28 01:21:42.408 INFO kablam! | Oct 28 01:21:42.408 INFO kablam! 12 | / macro_rules! parse_where_shim { Oct 28 01:21:42.408 INFO kablam! 13 | | ($($body:tt)*) => { Oct 28 01:21:42.408 INFO kablam! 14 | | parse_where! { $($body)* } Oct 28 01:21:42.408 INFO kablam! 15 | | }; Oct 28 01:21:42.408 INFO kablam! 16 | | } Oct 28 01:21:42.408 INFO kablam! | |_^ Oct 28 01:21:42.408 INFO kablam! Oct 28 01:21:42.415 INFO kablam! error: aborting due to 2 previous errors Oct 28 01:21:42.415 INFO kablam! Oct 28 01:21:42.419 INFO kablam! error: Could not compile `adhesion`. Oct 28 01:21:42.419 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 28 01:21:42.426 INFO kablam! error: a macro named `parse_generics_shim` has already been exported Oct 28 01:21:42.426 INFO kablam! --> src/parse_generics_shim_util/parse_generics_shim.rs:20:1 Oct 28 01:21:42.426 INFO kablam! | Oct 28 01:21:42.426 INFO kablam! 20 | / macro_rules! parse_generics_shim { Oct 28 01:21:42.426 INFO kablam! 21 | | ( Oct 28 01:21:42.426 INFO kablam! 22 | | @parse_start Oct 28 01:21:42.426 INFO kablam! 23 | | $prefix:tt, Oct 28 01:21:42.426 INFO kablam! ... | Oct 28 01:21:42.426 INFO kablam! 365 | | }; Oct 28 01:21:42.426 INFO kablam! 366 | | } Oct 28 01:21:42.426 INFO kablam! | |_^ `parse_generics_shim` already exported Oct 28 01:21:42.426 INFO kablam! | Oct 28 01:21:42.426 INFO kablam! = note: #[deny(duplicate_macro_exports)] on by default Oct 28 01:21:42.426 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 28 01:21:42.426 INFO kablam! = note: for more information, see issue #35896 Oct 28 01:21:42.426 INFO kablam! note: previous macro export is now shadowed Oct 28 01:21:42.426 INFO kablam! --> src/parse_generics_shim_util/parse_generics_shim.rs:12:1 Oct 28 01:21:42.426 INFO kablam! | Oct 28 01:21:42.426 INFO kablam! 12 | / macro_rules! parse_generics_shim { Oct 28 01:21:42.426 INFO kablam! 13 | | ($($body:tt)*) => { Oct 28 01:21:42.426 INFO kablam! 14 | | parse_generics! { $($body)* } Oct 28 01:21:42.426 INFO kablam! 15 | | }; Oct 28 01:21:42.426 INFO kablam! 16 | | } Oct 28 01:21:42.426 INFO kablam! | |_^ Oct 28 01:21:42.426 INFO kablam! Oct 28 01:21:42.426 INFO kablam! error: a macro named `parse_where_shim` has already been exported Oct 28 01:21:42.427 INFO kablam! --> src/parse_generics_shim_util/parse_where_shim.rs:20:1 Oct 28 01:21:42.427 INFO kablam! | Oct 28 01:21:42.427 INFO kablam! 20 | / macro_rules! parse_where_shim { Oct 28 01:21:42.427 INFO kablam! 21 | | ( Oct 28 01:21:42.427 INFO kablam! 22 | | @parse Oct 28 01:21:42.427 INFO kablam! 23 | | $prefix:tt, $fields:tt, Oct 28 01:21:42.427 INFO kablam! ... | Oct 28 01:21:42.427 INFO kablam! 297 | | }; Oct 28 01:21:42.427 INFO kablam! 298 | | } Oct 28 01:21:42.427 INFO kablam! | |_^ `parse_where_shim` already exported Oct 28 01:21:42.427 INFO kablam! | Oct 28 01:21:42.427 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 28 01:21:42.427 INFO kablam! = note: for more information, see issue #35896 Oct 28 01:21:42.432 INFO kablam! note: previous macro export is now shadowed Oct 28 01:21:42.432 INFO kablam! --> src/parse_generics_shim_util/parse_where_shim.rs:12:1 Oct 28 01:21:42.432 INFO kablam! | Oct 28 01:21:42.432 INFO kablam! 12 | / macro_rules! parse_where_shim { Oct 28 01:21:42.432 INFO kablam! 13 | | ($($body:tt)*) => { Oct 28 01:21:42.432 INFO kablam! 14 | | parse_where! { $($body)* } Oct 28 01:21:42.432 INFO kablam! 15 | | }; Oct 28 01:21:42.432 INFO kablam! 16 | | } Oct 28 01:21:42.432 INFO kablam! | |_^ Oct 28 01:21:42.432 INFO kablam! Oct 28 01:21:42.443 INFO kablam! error: aborting due to 2 previous errors Oct 28 01:21:42.443 INFO kablam! Oct 28 01:21:42.443 INFO kablam! error: Could not compile `adhesion`. Oct 28 01:21:42.443 INFO kablam! Oct 28 01:21:42.443 INFO kablam! To learn more, run the command again with --verbose. Oct 28 01:21:42.451 INFO kablam! su: No module specific data is present Oct 28 01:21:43.191 INFO running `"docker" "rm" "-f" "ee763d461f7f61450c0ba74ae7cc2404e68646fb2ab3e461ac61911a0bb55726"` Oct 28 01:21:43.630 INFO blam! ee763d461f7f61450c0ba74ae7cc2404e68646fb2ab3e461ac61911a0bb55726