Sep 01 00:17:45.351 INFO checking interpolate_name-0.1.1 against try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b for pr-53578 Sep 01 00:17:45.351 INFO running: cargo +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets Sep 01 00:17:45.351 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53578/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-1/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/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=500" "-e" "CMD=cargo +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 00:17:45.507 INFO blam! 9249e43b76b49df689426681670d10383a68c33856e5fec46c35d143b0cbb7e6 Sep 01 00:17:45.509 INFO running `"docker" "start" "-a" "9249e43b76b49df689426681670d10383a68c33856e5fec46c35d143b0cbb7e6"` Sep 01 00:17:46.425 INFO kablam! Compiling interpolate_name v0.1.1 (file:///source) Sep 01 00:17:50.987 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 01 00:17:50.987 INFO kablam! --> src/lib.rs:11:12 Sep 01 00:17:50.987 INFO kablam! | Sep 01 00:17:50.987 INFO kablam! 11 | #![feature(proc_macro)] Sep 01 00:17:50.987 INFO kablam! | ^^^^^^^^^^ Sep 01 00:17:50.988 INFO kablam! | Sep 01 00:17:50.988 INFO kablam! = note: #[warn(stable_features)] on by default Sep 01 00:17:50.988 INFO kablam! Sep 01 00:17:51.040 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 01 00:17:51.040 INFO kablam! --> src/lib.rs:11:12 Sep 01 00:17:51.040 INFO kablam! | Sep 01 00:17:51.040 INFO kablam! 11 | #![feature(proc_macro)] Sep 01 00:17:51.040 INFO kablam! | ^^^^^^^^^^ Sep 01 00:17:51.040 INFO kablam! | Sep 01 00:17:51.040 INFO kablam! = note: #[warn(stable_features)] on by default Sep 01 00:17:51.040 INFO kablam! Sep 01 00:17:51.980 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 01 00:17:51.980 INFO kablam! --> src/lib.rs:11:12 Sep 01 00:17:51.980 INFO kablam! | Sep 01 00:17:51.980 INFO kablam! 11 | #![feature(proc_macro)] Sep 01 00:17:51.980 INFO kablam! | ^^^^^^^^^^ Sep 01 00:17:51.981 INFO kablam! | Sep 01 00:17:51.981 INFO kablam! = note: #[warn(stable_features)] on by default Sep 01 00:17:51.982 INFO kablam! Sep 01 00:17:53.249 INFO kablam! error: custom attribute panicked Sep 01 00:17:53.249 INFO kablam! --> examples/rename.rs:19:13 Sep 01 00:17:53.249 INFO kablam! | Sep 01 00:17:53.249 INFO kablam! 19 | #[interpolate_name($sample)] Sep 01 00:17:53.249 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 00:17:53.249 INFO kablam! ... Sep 01 00:17:53.249 INFO kablam! 27 | rep! {foo1, bar1, baz1} Sep 01 00:17:53.249 INFO kablam! | ----------------------- in this macro invocation Sep 01 00:17:53.250 INFO kablam! | Sep 01 00:17:53.250 INFO kablam! = help: message: expected #[interpolate_name(specifier)] Sep 01 00:17:53.251 INFO kablam! Sep 01 00:17:53.252 INFO kablam! error: aborting due to previous error Sep 01 00:17:53.252 INFO kablam! Sep 01 00:17:53.259 INFO kablam! error: Could not compile `interpolate_name`. Sep 01 00:17:53.260 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 00:17:53.513 INFO kablam! error: custom attribute panicked Sep 01 00:17:53.514 INFO kablam! --> tests/interpolate_name.rs:21:13 Sep 01 00:17:53.514 INFO kablam! | Sep 01 00:17:53.514 INFO kablam! 21 | #[interpolate_name($sample)] Sep 01 00:17:53.514 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 00:17:53.514 INFO kablam! ... Sep 01 00:17:53.514 INFO kablam! 29 | rep! {foo1, bar1, baz1} Sep 01 00:17:53.514 INFO kablam! | ----------------------- in this macro invocation Sep 01 00:17:53.514 INFO kablam! | Sep 01 00:17:53.514 INFO kablam! = help: message: expected #[interpolate_name(specifier)] Sep 01 00:17:53.514 INFO kablam! Sep 01 00:17:53.514 INFO kablam! error: aborting due to previous error Sep 01 00:17:53.514 INFO kablam! Sep 01 00:17:53.520 INFO kablam! error: Could not compile `interpolate_name`. Sep 01 00:17:53.520 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 00:17:53.773 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 01 00:17:53.773 INFO kablam! --> tests/interpolate_test.rs:1:12 Sep 01 00:17:53.773 INFO kablam! | Sep 01 00:17:53.773 INFO kablam! 1 | #![feature(proc_macro)] Sep 01 00:17:53.773 INFO kablam! | ^^^^^^^^^^ Sep 01 00:17:53.773 INFO kablam! | Sep 01 00:17:53.773 INFO kablam! = note: #[warn(stable_features)] on by default Sep 01 00:17:53.773 INFO kablam! Sep 01 00:17:53.790 INFO kablam! error: build failed Sep 01 00:17:53.792 INFO kablam! su: No module specific data is present Sep 01 00:17:54.326 INFO running `"docker" "rm" "-f" "9249e43b76b49df689426681670d10383a68c33856e5fec46c35d143b0cbb7e6"` Sep 01 00:17:54.444 INFO blam! 9249e43b76b49df689426681670d10383a68c33856e5fec46c35d143b0cbb7e6