Sep 21 05:57:55.327 INFO checking papito_codegen-0.1.1 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 05:57:55.327 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 05:57:55.327 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-0/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-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.515 INFO blam! 5c7d1943e8027e09cf65bbab5e5dfa1b09b2344894e69eb27bc360c8e694f746 Sep 21 05:57:55.517 INFO running `"docker" "start" "-a" "5c7d1943e8027e09cf65bbab5e5dfa1b09b2344894e69eb27bc360c8e694f746"` Sep 21 05:57:56.323 INFO kablam! usermod: no changes Sep 21 05:57:56.407 INFO kablam! Checking discard v1.0.4 Sep 21 05:57:56.407 INFO kablam! Checking indexmap v1.0.1 Sep 21 05:57:56.407 INFO kablam! Checking unicode-segmentation v1.2.1 Sep 21 05:57:56.410 INFO kablam! Checking stdweb-internal-runtime v0.1.0 Sep 21 05:57:56.411 INFO kablam! Compiling syn v0.12.15 Sep 21 05:57:56.850 INFO kablam! Checking stdweb v0.4.9 Sep 21 05:57:57.978 INFO kablam! Checking heck v0.3.0 Sep 21 05:58:13.666 INFO kablam! Checking papito_codegen v0.1.1 (/source) Sep 21 05:58:16.732 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:16.732 INFO kablam! --> src/lib.rs:1:12 Sep 21 05:58:16.732 INFO kablam! | Sep 21 05:58:16.732 INFO kablam! 1 | #![feature(proc_macro)] Sep 21 05:58:16.732 INFO kablam! | ^^^^^^^^^^ Sep 21 05:58:16.732 INFO kablam! | Sep 21 05:58:16.732 INFO kablam! = note: #[warn(stable_features)] on by default Sep 21 05:58:16.732 INFO kablam! Sep 21 05:58:26.494 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.494 INFO kablam! --> src/lib.rs:1:12 Sep 21 05:58:26.494 INFO kablam! | Sep 21 05:58:26.494 INFO kablam! 1 | #![feature(proc_macro)] Sep 21 05:58:26.494 INFO kablam! | ^^^^^^^^^^ Sep 21 05:58:26.494 INFO kablam! | Sep 21 05:58:26.494 INFO kablam! = note: #[warn(stable_features)] on by default Sep 21 05:58:26.494 INFO kablam! Sep 21 05:58:27.182 INFO kablam! Checking papito_dom v0.1.1 Sep 21 05:58:28.530 INFO kablam! Checking papito v0.1.1 Sep 21 05:58:31.596 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:31.596 INFO kablam! --> src/lib.rs:1:12 Sep 21 05:58:31.596 INFO kablam! | Sep 21 05:58:31.596 INFO kablam! 1 | #![feature(proc_macro)] Sep 21 05:58:31.596 INFO kablam! | ^^^^^^^^^^ Sep 21 05:58:31.596 INFO kablam! | Sep 21 05:58:31.596 INFO kablam! = note: #[warn(stable_features)] on by default Sep 21 05:58:31.596 INFO kablam! Sep 21 05:58:32.382 INFO kablam! error: macro attributes must be placed before `#[derive]` Sep 21 05:58:32.382 INFO kablam! --> tests/component.rs:35:5 Sep 21 05:58:32.382 INFO kablam! | Sep 21 05:58:32.382 INFO kablam! 35 | #[component] Sep 21 05:58:32.382 INFO kablam! | ^^^^^^^^^^^^ Sep 21 05:58:32.382 INFO kablam! Sep 21 05:58:32.389 INFO kablam! error: macro attributes must be placed before `#[derive]` Sep 21 05:58:32.389 INFO kablam! --> tests/component.rs:51:5 Sep 21 05:58:32.389 INFO kablam! | Sep 21 05:58:32.389 INFO kablam! 51 | #[component] Sep 21 05:58:32.389 INFO kablam! | ^^^^^^^^^^^^ Sep 21 05:58:32.389 INFO kablam! Sep 21 05:58:32.389 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:32.389 INFO kablam! --> tests/component.rs:22:7 Sep 21 05:58:32.389 INFO kablam! | Sep 21 05:58:32.389 INFO kablam! 22 | #[render] Sep 21 05:58:32.389 INFO kablam! | ^^^^^^ Sep 21 05:58:32.389 INFO kablam! | Sep 21 05:58:32.389 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 21 05:58:32.389 INFO kablam! Sep 21 05:58:32.389 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:32.389 INFO kablam! --> tests/component.rs:38:7 Sep 21 05:58:32.389 INFO kablam! | Sep 21 05:58:32.389 INFO kablam! 38 | #[render] Sep 21 05:58:32.389 INFO kablam! | ^^^^^^ Sep 21 05:58:32.389 INFO kablam! | Sep 21 05:58:32.389 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 21 05:58:32.389 INFO kablam! Sep 21 05:58:32.389 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:32.389 INFO kablam! --> tests/component.rs:62:7 Sep 21 05:58:32.389 INFO kablam! | Sep 21 05:58:32.389 INFO kablam! 62 | #[render] Sep 21 05:58:32.389 INFO kablam! | ^^^^^^ Sep 21 05:58:32.389 INFO kablam! | Sep 21 05:58:32.390 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 21 05:58:32.390 INFO kablam! Sep 21 05:58:32.398 INFO kablam! error: aborting due to 5 previous errors Sep 21 05:58:32.398 INFO kablam! Sep 21 05:58:32.398 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 21 05:58:32.414 INFO kablam! error: Could not compile `papito_codegen`. Sep 21 05:58:32.414 INFO kablam! Sep 21 05:58:32.414 INFO kablam! To learn more, run the command again with --verbose. Sep 21 05:58:32.414 INFO kablam! su: No module specific data is present Sep 21 05:58:33.605 INFO running `"docker" "rm" "-f" "5c7d1943e8027e09cf65bbab5e5dfa1b09b2344894e69eb27bc360c8e694f746"` Sep 21 05:58:33.723 INFO blam! 5c7d1943e8027e09cf65bbab5e5dfa1b09b2344894e69eb27bc360c8e694f746