Sep 17 22:44:00.338 INFO checking interpolate_name-0.1.1 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 22:44:00.338 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 22:44:00.338 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-4/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 22:44:00.538 INFO blam! f39957f8eab6968330dbe3910dc077fe95b4538a727ed2fe9c1003ca446fdb55 Sep 17 22:44:00.542 INFO running `"docker" "start" "-a" "f39957f8eab6968330dbe3910dc077fe95b4538a727ed2fe9c1003ca446fdb55"` Sep 17 22:44:01.214 INFO kablam! usermod: no changes Sep 17 22:44:01.285 INFO kablam! Compiling interpolate_name v0.1.1 (/source) Sep 17 22:44:02.457 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 17 22:44:02.457 INFO kablam! --> src/lib.rs:11:12 Sep 17 22:44:02.457 INFO kablam! | Sep 17 22:44:02.457 INFO kablam! 11 | #![feature(proc_macro)] Sep 17 22:44:02.457 INFO kablam! | ^^^^^^^^^^ Sep 17 22:44:02.457 INFO kablam! | Sep 17 22:44:02.457 INFO kablam! = note: #[warn(stable_features)] on by default Sep 17 22:44:02.457 INFO kablam! Sep 17 22:44:02.473 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 17 22:44:02.473 INFO kablam! --> src/lib.rs:11:12 Sep 17 22:44:02.473 INFO kablam! | Sep 17 22:44:02.474 INFO kablam! 11 | #![feature(proc_macro)] Sep 17 22:44:02.474 INFO kablam! | ^^^^^^^^^^ Sep 17 22:44:02.474 INFO kablam! | Sep 17 22:44:02.474 INFO kablam! = note: #[warn(stable_features)] on by default Sep 17 22:44:02.474 INFO kablam! Sep 17 22:44:02.567 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 17 22:44:02.567 INFO kablam! --> src/lib.rs:11:12 Sep 17 22:44:02.567 INFO kablam! | Sep 17 22:44:02.567 INFO kablam! 11 | #![feature(proc_macro)] Sep 17 22:44:02.567 INFO kablam! | ^^^^^^^^^^ Sep 17 22:44:02.567 INFO kablam! | Sep 17 22:44:02.567 INFO kablam! = note: #[warn(stable_features)] on by default Sep 17 22:44:02.567 INFO kablam! Sep 17 22:44:03.555 INFO kablam! error: custom attribute panicked Sep 17 22:44:03.555 INFO kablam! --> examples/rename.rs:19:13 Sep 17 22:44:03.555 INFO kablam! | Sep 17 22:44:03.555 INFO kablam! 19 | #[interpolate_name($sample)] Sep 17 22:44:03.555 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 22:44:03.555 INFO kablam! ... Sep 17 22:44:03.555 INFO kablam! 27 | rep! {foo1, bar1, baz1} Sep 17 22:44:03.555 INFO kablam! | ----------------------- in this macro invocation Sep 17 22:44:03.555 INFO kablam! | Sep 17 22:44:03.555 INFO kablam! = help: message: expected #[interpolate_name(specifier)] Sep 17 22:44:03.555 INFO kablam! Sep 17 22:44:03.555 INFO kablam! error: aborting due to previous error Sep 17 22:44:03.555 INFO kablam! Sep 17 22:44:03.568 INFO kablam! error: Could not compile `interpolate_name`. Sep 17 22:44:03.568 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 22:44:03.887 INFO kablam! error: custom attribute panicked Sep 17 22:44:03.887 INFO kablam! --> tests/interpolate_name.rs:21:13 Sep 17 22:44:03.887 INFO kablam! | Sep 17 22:44:03.887 INFO kablam! 21 | #[interpolate_name($sample)] Sep 17 22:44:03.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 22:44:03.887 INFO kablam! ... Sep 17 22:44:03.887 INFO kablam! 29 | rep! {foo1, bar1, baz1} Sep 17 22:44:03.887 INFO kablam! | ----------------------- in this macro invocation Sep 17 22:44:03.887 INFO kablam! | Sep 17 22:44:03.887 INFO kablam! = help: message: expected #[interpolate_name(specifier)] Sep 17 22:44:03.887 INFO kablam! Sep 17 22:44:03.887 INFO kablam! error: aborting due to previous error Sep 17 22:44:03.887 INFO kablam! Sep 17 22:44:03.903 INFO kablam! error: Could not compile `interpolate_name`. Sep 17 22:44:03.903 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 22:44:03.937 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 17 22:44:03.937 INFO kablam! --> tests/interpolate_test.rs:1:12 Sep 17 22:44:03.937 INFO kablam! | Sep 17 22:44:03.937 INFO kablam! 1 | #![feature(proc_macro)] Sep 17 22:44:03.937 INFO kablam! | ^^^^^^^^^^ Sep 17 22:44:03.937 INFO kablam! | Sep 17 22:44:03.937 INFO kablam! = note: #[warn(stable_features)] on by default Sep 17 22:44:03.937 INFO kablam! Sep 17 22:44:03.950 INFO kablam! error: build failed Sep 17 22:44:03.954 INFO kablam! su: No module specific data is present Sep 17 22:44:05.335 INFO running `"docker" "rm" "-f" "f39957f8eab6968330dbe3910dc077fe95b4538a727ed2fe9c1003ca446fdb55"` Sep 17 22:44:05.642 INFO blam! f39957f8eab6968330dbe3910dc077fe95b4538a727ed2fe9c1003ca446fdb55