Sep 19 23:45:24.342 INFO checking interpolate_name-0.1.1 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 23:45:24.342 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 23:45:24.342 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-0/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 23:45:24.456 INFO blam! ab7aa4ddcb6324e79f470eeb4a13ad08eb6b869ed68e577c59c39ae4e302bfa0 Sep 19 23:45:24.458 INFO running `"docker" "start" "-a" "ab7aa4ddcb6324e79f470eeb4a13ad08eb6b869ed68e577c59c39ae4e302bfa0"` Sep 19 23:45:25.649 INFO kablam! usermod: no changes Sep 19 23:45:25.706 INFO kablam! Compiling interpolate_name v0.1.1 (/source) Sep 19 23:45:27.255 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 19 23:45:27.255 INFO kablam! --> src/lib.rs:11:12 Sep 19 23:45:27.255 INFO kablam! | Sep 19 23:45:27.255 INFO kablam! 11 | #![feature(proc_macro)] Sep 19 23:45:27.255 INFO kablam! | ^^^^^^^^^^ Sep 19 23:45:27.255 INFO kablam! | Sep 19 23:45:27.255 INFO kablam! = note: #[warn(stable_features)] on by default Sep 19 23:45:27.255 INFO kablam! Sep 19 23:45:27.369 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 19 23:45:27.369 INFO kablam! --> src/lib.rs:11:12 Sep 19 23:45:27.369 INFO kablam! | Sep 19 23:45:27.369 INFO kablam! 11 | #![feature(proc_macro)] Sep 19 23:45:27.369 INFO kablam! | ^^^^^^^^^^ Sep 19 23:45:27.369 INFO kablam! | Sep 19 23:45:27.369 INFO kablam! = note: #[warn(stable_features)] on by default Sep 19 23:45:27.369 INFO kablam! Sep 19 23:45:27.411 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 19 23:45:27.411 INFO kablam! --> src/lib.rs:11:12 Sep 19 23:45:27.411 INFO kablam! | Sep 19 23:45:27.411 INFO kablam! 11 | #![feature(proc_macro)] Sep 19 23:45:27.411 INFO kablam! | ^^^^^^^^^^ Sep 19 23:45:27.411 INFO kablam! | Sep 19 23:45:27.411 INFO kablam! = note: #[warn(stable_features)] on by default Sep 19 23:45:27.411 INFO kablam! Sep 19 23:45:29.210 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 19 23:45:29.210 INFO kablam! --> tests/interpolate_test.rs:1:12 Sep 19 23:45:29.210 INFO kablam! | Sep 19 23:45:29.210 INFO kablam! 1 | #![feature(proc_macro)] Sep 19 23:45:29.210 INFO kablam! | ^^^^^^^^^^ Sep 19 23:45:29.210 INFO kablam! | Sep 19 23:45:29.210 INFO kablam! = note: #[warn(stable_features)] on by default Sep 19 23:45:29.210 INFO kablam! Sep 19 23:45:29.251 INFO kablam! error: custom attribute panicked Sep 19 23:45:29.251 INFO kablam! --> examples/rename.rs:19:13 Sep 19 23:45:29.251 INFO kablam! | Sep 19 23:45:29.251 INFO kablam! 19 | #[interpolate_name($sample)] Sep 19 23:45:29.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:45:29.251 INFO kablam! ... Sep 19 23:45:29.251 INFO kablam! 27 | rep! {foo1, bar1, baz1} Sep 19 23:45:29.251 INFO kablam! | ----------------------- in this macro invocation Sep 19 23:45:29.251 INFO kablam! | Sep 19 23:45:29.251 INFO kablam! = help: message: expected #[interpolate_name(specifier)] Sep 19 23:45:29.251 INFO kablam! Sep 19 23:45:29.251 INFO kablam! error: aborting due to previous error Sep 19 23:45:29.251 INFO kablam! Sep 19 23:45:29.251 INFO kablam! error: Could not compile `interpolate_name`. Sep 19 23:45:29.251 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 23:45:29.280 INFO kablam! error: macro attributes cannot be used together with `#[test]` or `#[bench]` Sep 19 23:45:29.280 INFO kablam! --> tests/interpolate_name.rs:11:1 Sep 19 23:45:29.280 INFO kablam! | Sep 19 23:45:29.280 INFO kablam! 11 | #[interpolate_name(1)] Sep 19 23:45:29.280 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:45:29.280 INFO kablam! Sep 19 23:45:29.280 INFO kablam! error: macro attributes cannot be used together with `#[test]` or `#[bench]` Sep 19 23:45:29.280 INFO kablam! --> tests/interpolate_name.rs:21:13 Sep 19 23:45:29.280 INFO kablam! | Sep 19 23:45:29.280 INFO kablam! 21 | #[interpolate_name($sample)] Sep 19 23:45:29.280 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:45:29.280 INFO kablam! ... Sep 19 23:45:29.280 INFO kablam! 29 | rep! {foo1, bar1, baz1} Sep 19 23:45:29.280 INFO kablam! | ----------------------- in this macro invocation Sep 19 23:45:29.280 INFO kablam! Sep 19 23:45:29.280 INFO kablam! error: custom attribute panicked Sep 19 23:45:29.280 INFO kablam! --> tests/interpolate_name.rs:21:13 Sep 19 23:45:29.280 INFO kablam! | Sep 19 23:45:29.280 INFO kablam! 21 | #[interpolate_name($sample)] Sep 19 23:45:29.280 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:45:29.280 INFO kablam! ... Sep 19 23:45:29.280 INFO kablam! 29 | rep! {foo1, bar1, baz1} Sep 19 23:45:29.280 INFO kablam! | ----------------------- in this macro invocation Sep 19 23:45:29.280 INFO kablam! | Sep 19 23:45:29.280 INFO kablam! = help: message: expected #[interpolate_name(specifier)] Sep 19 23:45:29.280 INFO kablam! Sep 19 23:45:29.280 INFO kablam! error: aborting due to 3 previous errors Sep 19 23:45:29.280 INFO kablam! Sep 19 23:45:29.292 INFO kablam! error: Could not compile `interpolate_name`. Sep 19 23:45:29.292 INFO kablam! Sep 19 23:45:29.292 INFO kablam! To learn more, run the command again with --verbose. Sep 19 23:45:29.294 INFO kablam! su: No module specific data is present Sep 19 23:45:30.152 INFO running `"docker" "rm" "-f" "ab7aa4ddcb6324e79f470eeb4a13ad08eb6b869ed68e577c59c39ae4e302bfa0"` Sep 19 23:45:30.421 INFO blam! ab7aa4ddcb6324e79f470eeb4a13ad08eb6b869ed68e577c59c39ae4e302bfa0