Sep 20 01:33:00.431 INFO checking interpolate_name-0.1.1 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 20 01:33:00.431 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 20 01:33:00.431 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-2/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 01:33:00.551 INFO blam! 33c2099d4871a41cfb2f276fd4babb5c3c096754a32ca37b7681d5ce7dd5fe35 Sep 20 01:33:00.553 INFO running `"docker" "start" "-a" "33c2099d4871a41cfb2f276fd4babb5c3c096754a32ca37b7681d5ce7dd5fe35"` Sep 20 01:33:01.490 INFO kablam! usermod: no changes Sep 20 01:33:01.530 INFO kablam! Compiling interpolate_name v0.1.1 (/source) Sep 20 01:33:02.919 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 20 01:33:02.919 INFO kablam! --> src/lib.rs:11:12 Sep 20 01:33:02.919 INFO kablam! | Sep 20 01:33:02.919 INFO kablam! 11 | #![feature(proc_macro)] Sep 20 01:33:02.919 INFO kablam! | ^^^^^^^^^^ Sep 20 01:33:02.919 INFO kablam! | Sep 20 01:33:02.919 INFO kablam! = note: #[warn(stable_features)] on by default Sep 20 01:33:02.919 INFO kablam! Sep 20 01:33:03.066 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 20 01:33:03.066 INFO kablam! --> src/lib.rs:11:12 Sep 20 01:33:03.066 INFO kablam! | Sep 20 01:33:03.066 INFO kablam! 11 | #![feature(proc_macro)] Sep 20 01:33:03.066 INFO kablam! | ^^^^^^^^^^ Sep 20 01:33:03.066 INFO kablam! | Sep 20 01:33:03.066 INFO kablam! = note: #[warn(stable_features)] on by default Sep 20 01:33:03.066 INFO kablam! Sep 20 01:33:03.213 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 20 01:33:03.213 INFO kablam! --> src/lib.rs:11:12 Sep 20 01:33:03.213 INFO kablam! | Sep 20 01:33:03.213 INFO kablam! 11 | #![feature(proc_macro)] Sep 20 01:33:03.213 INFO kablam! | ^^^^^^^^^^ Sep 20 01:33:03.214 INFO kablam! | Sep 20 01:33:03.214 INFO kablam! = note: #[warn(stable_features)] on by default Sep 20 01:33:03.214 INFO kablam! Sep 20 01:33:04.434 INFO kablam! error: custom attribute panicked Sep 20 01:33:04.434 INFO kablam! --> examples/rename.rs:19:13 Sep 20 01:33:04.434 INFO kablam! | Sep 20 01:33:04.434 INFO kablam! 19 | #[interpolate_name($sample)] Sep 20 01:33:04.434 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 01:33:04.434 INFO kablam! ... Sep 20 01:33:04.434 INFO kablam! 27 | rep! {foo1, bar1, baz1} Sep 20 01:33:04.434 INFO kablam! | ----------------------- in this macro invocation Sep 20 01:33:04.434 INFO kablam! | Sep 20 01:33:04.434 INFO kablam! = help: message: expected #[interpolate_name(specifier)] Sep 20 01:33:04.434 INFO kablam! Sep 20 01:33:04.434 INFO kablam! error: aborting due to previous error Sep 20 01:33:04.434 INFO kablam! Sep 20 01:33:04.442 INFO kablam! error: Could not compile `interpolate_name`. Sep 20 01:33:04.442 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 01:33:04.602 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 20 01:33:04.602 INFO kablam! --> tests/interpolate_test.rs:1:12 Sep 20 01:33:04.602 INFO kablam! | Sep 20 01:33:04.602 INFO kablam! 1 | #![feature(proc_macro)] Sep 20 01:33:04.602 INFO kablam! | ^^^^^^^^^^ Sep 20 01:33:04.602 INFO kablam! | Sep 20 01:33:04.602 INFO kablam! = note: #[warn(stable_features)] on by default Sep 20 01:33:04.602 INFO kablam! Sep 20 01:33:04.618 INFO kablam! error: macro attributes cannot be used together with `#[test]` or `#[bench]` Sep 20 01:33:04.618 INFO kablam! --> tests/interpolate_name.rs:11:1 Sep 20 01:33:04.618 INFO kablam! | Sep 20 01:33:04.618 INFO kablam! 11 | #[interpolate_name(1)] Sep 20 01:33:04.618 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 20 01:33:04.618 INFO kablam! Sep 20 01:33:04.618 INFO kablam! error: macro attributes cannot be used together with `#[test]` or `#[bench]` Sep 20 01:33:04.618 INFO kablam! --> tests/interpolate_name.rs:21:13 Sep 20 01:33:04.618 INFO kablam! | Sep 20 01:33:04.618 INFO kablam! 21 | #[interpolate_name($sample)] Sep 20 01:33:04.618 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 01:33:04.618 INFO kablam! ... Sep 20 01:33:04.618 INFO kablam! 29 | rep! {foo1, bar1, baz1} Sep 20 01:33:04.618 INFO kablam! | ----------------------- in this macro invocation Sep 20 01:33:04.618 INFO kablam! Sep 20 01:33:04.618 INFO kablam! error: custom attribute panicked Sep 20 01:33:04.618 INFO kablam! --> tests/interpolate_name.rs:21:13 Sep 20 01:33:04.618 INFO kablam! | Sep 20 01:33:04.618 INFO kablam! 21 | #[interpolate_name($sample)] Sep 20 01:33:04.618 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 01:33:04.618 INFO kablam! ... Sep 20 01:33:04.618 INFO kablam! 29 | rep! {foo1, bar1, baz1} Sep 20 01:33:04.618 INFO kablam! | ----------------------- in this macro invocation Sep 20 01:33:04.618 INFO kablam! | Sep 20 01:33:04.618 INFO kablam! = help: message: expected #[interpolate_name(specifier)] Sep 20 01:33:04.618 INFO kablam! Sep 20 01:33:04.618 INFO kablam! error: aborting due to 3 previous errors Sep 20 01:33:04.618 INFO kablam! Sep 20 01:33:04.627 INFO kablam! error: Could not compile `interpolate_name`. Sep 20 01:33:04.627 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 01:33:04.640 INFO kablam! error: build failed Sep 20 01:33:04.642 INFO kablam! su: No module specific data is present Sep 20 01:33:05.441 INFO running `"docker" "rm" "-f" "33c2099d4871a41cfb2f276fd4babb5c3c096754a32ca37b7681d5ce7dd5fe35"` Sep 20 01:33:05.600 INFO blam! 33c2099d4871a41cfb2f276fd4babb5c3c096754a32ca37b7681d5ce7dd5fe35