Sep 21 05:57:55.501 INFO checking papito_codegen-0.1.1 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 05:57:55.502 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 05:57:55.502 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-3/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 05:57:55.687 INFO blam! 5a9be84d61f44757f82699724d661da49b7d1b29745e66c1facc55c9457c485d Sep 21 05:57:55.689 INFO running `"docker" "start" "-a" "5a9be84d61f44757f82699724d661da49b7d1b29745e66c1facc55c9457c485d"` Sep 21 05:57:56.766 INFO kablam! usermod: no changes Sep 21 05:57:56.934 INFO kablam! Checking discard v1.0.4 Sep 21 05:57:56.934 INFO kablam! Checking indexmap v1.0.1 Sep 21 05:57:56.934 INFO kablam! Checking unicode-segmentation v1.2.1 Sep 21 05:57:56.938 INFO kablam! Checking stdweb-internal-runtime v0.1.0 Sep 21 05:57:56.938 INFO kablam! Compiling syn v0.12.15 Sep 21 05:57:57.246 INFO kablam! Checking stdweb v0.4.9 Sep 21 05:57:57.966 INFO kablam! Checking heck v0.3.0 Sep 21 05:58:16.982 INFO kablam! Checking papito_codegen v0.1.1 (/source) Sep 21 05:58:21.530 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 21 05:58:21.530 INFO kablam! --> src/lib.rs:1:12 Sep 21 05:58:21.530 INFO kablam! | Sep 21 05:58:21.530 INFO kablam! 1 | #![feature(proc_macro)] Sep 21 05:58:21.530 INFO kablam! | ^^^^^^^^^^ Sep 21 05:58:21.530 INFO kablam! | Sep 21 05:58:21.530 INFO kablam! = note: #[warn(stable_features)] on by default Sep 21 05:58:21.530 INFO kablam! Sep 21 05:58:26.446 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 21 05:58:26.446 INFO kablam! --> src/lib.rs:1:12 Sep 21 05:58:26.446 INFO kablam! | Sep 21 05:58:26.446 INFO kablam! 1 | #![feature(proc_macro)] Sep 21 05:58:26.446 INFO kablam! | ^^^^^^^^^^ Sep 21 05:58:26.446 INFO kablam! | Sep 21 05:58:26.446 INFO kablam! = note: #[warn(stable_features)] on by default Sep 21 05:58:26.446 INFO kablam! Sep 21 05:58:31.083 INFO kablam! Checking papito_dom v0.1.1 Sep 21 05:58:31.863 INFO kablam! Checking papito v0.1.1 Sep 21 05:58:33.061 INFO kablam! error: macro attributes must be placed before `#[derive]` Sep 21 05:58:33.061 INFO kablam! --> tests/component.rs:35:5 Sep 21 05:58:33.061 INFO kablam! | Sep 21 05:58:33.061 INFO kablam! 35 | #[component] Sep 21 05:58:33.061 INFO kablam! | ^^^^^^^^^^^^ Sep 21 05:58:33.061 INFO kablam! Sep 21 05:58:33.066 INFO kablam! error: macro attributes must be placed before `#[derive]` Sep 21 05:58:33.066 INFO kablam! --> tests/component.rs:51:5 Sep 21 05:58:33.066 INFO kablam! | Sep 21 05:58:33.066 INFO kablam! 51 | #[component] Sep 21 05:58:33.066 INFO kablam! | ^^^^^^^^^^^^ Sep 21 05:58:33.066 INFO kablam! Sep 21 05:58:33.078 INFO kablam! error[E0658]: The attribute `render` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 21 05:58:33.078 INFO kablam! --> tests/component.rs:22:7 Sep 21 05:58:33.078 INFO kablam! | Sep 21 05:58:33.078 INFO kablam! 22 | #[render] Sep 21 05:58:33.078 INFO kablam! | ^^^^^^ Sep 21 05:58:33.078 INFO kablam! | Sep 21 05:58:33.078 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 21 05:58:33.078 INFO kablam! Sep 21 05:58:33.082 INFO kablam! error[E0658]: The attribute `render` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 21 05:58:33.082 INFO kablam! --> tests/component.rs:38:7 Sep 21 05:58:33.082 INFO kablam! | Sep 21 05:58:33.082 INFO kablam! 38 | #[render] Sep 21 05:58:33.082 INFO kablam! | ^^^^^^ Sep 21 05:58:33.082 INFO kablam! | Sep 21 05:58:33.082 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 21 05:58:33.082 INFO kablam! Sep 21 05:58:33.082 INFO kablam! error[E0658]: The attribute `render` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 21 05:58:33.082 INFO kablam! --> tests/component.rs:62:7 Sep 21 05:58:33.082 INFO kablam! | Sep 21 05:58:33.082 INFO kablam! 62 | #[render] Sep 21 05:58:33.082 INFO kablam! | ^^^^^^ Sep 21 05:58:33.082 INFO kablam! | Sep 21 05:58:33.082 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 21 05:58:33.082 INFO kablam! Sep 21 05:58:33.082 INFO kablam! error: aborting due to 5 previous errors Sep 21 05:58:33.082 INFO kablam! Sep 21 05:58:33.082 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 21 05:58:33.094 INFO kablam! error: Could not compile `papito_codegen`. Sep 21 05:58:33.094 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 05:58:34.146 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 21 05:58:34.146 INFO kablam! --> src/lib.rs:1:12 Sep 21 05:58:34.146 INFO kablam! | Sep 21 05:58:34.146 INFO kablam! 1 | #![feature(proc_macro)] Sep 21 05:58:34.146 INFO kablam! | ^^^^^^^^^^ Sep 21 05:58:34.146 INFO kablam! | Sep 21 05:58:34.146 INFO kablam! = note: #[warn(stable_features)] on by default Sep 21 05:58:34.146 INFO kablam! Sep 21 05:58:34.177 INFO kablam! error: build failed Sep 21 05:58:34.178 INFO kablam! su: No module specific data is present Sep 21 05:58:35.312 INFO running `"docker" "rm" "-f" "5a9be84d61f44757f82699724d661da49b7d1b29745e66c1facc55c9457c485d"` Sep 21 05:58:35.442 INFO blam! 5a9be84d61f44757f82699724d661da49b7d1b29745e66c1facc55c9457c485d