Sep 14 12:03:13.526 INFO checking papito_codegen-0.1.0 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 12:03:13.526 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 12:03:13.527 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-7/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 12:03:13.768 INFO blam! 148f0e9066d57f599477def6b0c2d553e73eedbad9713c8fe7e4fec63141d9cf Sep 14 12:03:13.768 INFO running `"docker" "start" "-a" "148f0e9066d57f599477def6b0c2d553e73eedbad9713c8fe7e4fec63141d9cf"` Sep 14 12:03:14.894 INFO kablam! usermod: no changes Sep 14 12:03:15.027 INFO kablam! Checking discard v1.0.3 Sep 14 12:03:15.027 INFO kablam! Checking indexmap v1.0.1 Sep 14 12:03:15.027 INFO kablam! Checking unicode-segmentation v1.2.1 Sep 14 12:03:15.027 INFO kablam! Checking stdweb-internal-runtime v0.1.0 Sep 14 12:03:15.027 INFO kablam! Compiling syn v0.12.15 Sep 14 12:03:16.400 INFO kablam! Checking stdweb v0.4.9 Sep 14 12:03:16.451 INFO kablam! Checking heck v0.3.0 Sep 14 12:03:39.208 INFO kablam! Checking papito_codegen v0.1.0 (file:///source) Sep 14 12:03:44.307 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 14 12:03:44.307 INFO kablam! --> src/lib.rs:1:12 Sep 14 12:03:44.307 INFO kablam! | Sep 14 12:03:44.307 INFO kablam! 1 | #![feature(proc_macro)] Sep 14 12:03:44.307 INFO kablam! | ^^^^^^^^^^ Sep 14 12:03:44.307 INFO kablam! | Sep 14 12:03:44.307 INFO kablam! = note: #[warn(stable_features)] on by default Sep 14 12:03:44.307 INFO kablam! Sep 14 12:03:45.975 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 14 12:03:45.975 INFO kablam! --> src/lib.rs:1:12 Sep 14 12:03:45.975 INFO kablam! | Sep 14 12:03:45.975 INFO kablam! 1 | #![feature(proc_macro)] Sep 14 12:03:45.975 INFO kablam! | ^^^^^^^^^^ Sep 14 12:03:45.975 INFO kablam! | Sep 14 12:03:45.975 INFO kablam! = note: #[warn(stable_features)] on by default Sep 14 12:03:45.975 INFO kablam! Sep 14 12:03:52.515 INFO kablam! Checking papito_dom v0.1.1 Sep 14 12:03:53.116 INFO kablam! Checking papito v0.1.1 Sep 14 12:03:54.115 INFO kablam! error[E0412]: cannot find type `Button` in this scope Sep 14 12:03:54.115 INFO kablam! --> tests/component.rs:18:5 Sep 14 12:03:54.115 INFO kablam! | Sep 14 12:03:54.115 INFO kablam! 18 | #[component] Sep 14 12:03:54.115 INFO kablam! | ^^^^^^^^^^^^ not found in this scope Sep 14 12:03:54.115 INFO kablam! Sep 14 12:03:54.115 INFO kablam! error[E0405]: cannot find trait `ComponentOf` in module `papito_dom` Sep 14 12:03:54.115 INFO kablam! --> tests/component.rs:18:5 Sep 14 12:03:54.115 INFO kablam! | Sep 14 12:03:54.115 INFO kablam! 18 | #[component] Sep 14 12:03:54.115 INFO kablam! | ^^^^^^^^^^^^ did you mean `Component`? Sep 14 12:03:54.115 INFO kablam! Sep 14 12:03:54.115 INFO kablam! error[E0412]: cannot find type `Button` in this scope Sep 14 12:03:54.115 INFO kablam! --> tests/component.rs:22:5 Sep 14 12:03:54.116 INFO kablam! | Sep 14 12:03:54.116 INFO kablam! 22 | #[render] Sep 14 12:03:54.116 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 14 12:03:54.116 INFO kablam! Sep 14 12:03:54.116 INFO kablam! error[E0412]: cannot find type `ButtonComponent` in this scope Sep 14 12:03:54.116 INFO kablam! --> tests/component.rs:22:5 Sep 14 12:03:54.116 INFO kablam! | Sep 14 12:03:54.116 INFO kablam! 22 | #[render] Sep 14 12:03:54.116 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 14 12:03:54.116 INFO kablam! Sep 14 12:03:54.116 INFO kablam! error[E0412]: cannot find type `Button` in this scope Sep 14 12:03:54.116 INFO kablam! --> tests/component.rs:35:5 Sep 14 12:03:54.116 INFO kablam! | Sep 14 12:03:54.116 INFO kablam! 35 | #[component] Sep 14 12:03:54.116 INFO kablam! | ^^^^^^^^^^^^ not found in this scope Sep 14 12:03:54.116 INFO kablam! Sep 14 12:03:54.116 INFO kablam! error[E0405]: cannot find trait `ComponentOf` in module `papito_dom` Sep 14 12:03:54.116 INFO kablam! --> tests/component.rs:35:5 Sep 14 12:03:54.116 INFO kablam! | Sep 14 12:03:54.116 INFO kablam! 35 | #[component] Sep 14 12:03:54.116 INFO kablam! | ^^^^^^^^^^^^ did you mean `Component`? Sep 14 12:03:54.116 INFO kablam! Sep 14 12:03:54.116 INFO kablam! error[E0412]: cannot find type `Button` in this scope Sep 14 12:03:54.116 INFO kablam! --> tests/component.rs:38:5 Sep 14 12:03:54.116 INFO kablam! | Sep 14 12:03:54.116 INFO kablam! 38 | #[render] Sep 14 12:03:54.116 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 14 12:03:54.116 INFO kablam! Sep 14 12:03:54.116 INFO kablam! error[E0412]: cannot find type `ButtonComponent` in this scope Sep 14 12:03:54.116 INFO kablam! --> tests/component.rs:38:5 Sep 14 12:03:54.116 INFO kablam! | Sep 14 12:03:54.116 INFO kablam! 38 | #[render] Sep 14 12:03:54.116 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 14 12:03:54.116 INFO kablam! Sep 14 12:03:54.116 INFO kablam! error[E0412]: cannot find type `Button` in this scope Sep 14 12:03:54.116 INFO kablam! --> tests/component.rs:51:5 Sep 14 12:03:54.116 INFO kablam! | Sep 14 12:03:54.116 INFO kablam! 51 | #[component] Sep 14 12:03:54.116 INFO kablam! | ^^^^^^^^^^^^ not found in this scope Sep 14 12:03:54.116 INFO kablam! Sep 14 12:03:54.116 INFO kablam! error[E0405]: cannot find trait `ComponentOf` in module `papito_dom` Sep 14 12:03:54.116 INFO kablam! --> tests/component.rs:51:5 Sep 14 12:03:54.116 INFO kablam! | Sep 14 12:03:54.116 INFO kablam! 51 | #[component] Sep 14 12:03:54.116 INFO kablam! | ^^^^^^^^^^^^ did you mean `Component`? Sep 14 12:03:54.116 INFO kablam! Sep 14 12:03:54.116 INFO kablam! error[E0412]: cannot find type `Button` in this scope Sep 14 12:03:54.116 INFO kablam! --> tests/component.rs:62:5 Sep 14 12:03:54.116 INFO kablam! | Sep 14 12:03:54.116 INFO kablam! 62 | #[render] Sep 14 12:03:54.116 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 14 12:03:54.116 INFO kablam! Sep 14 12:03:54.116 INFO kablam! error[E0412]: cannot find type `ButtonComponent` in this scope Sep 14 12:03:54.116 INFO kablam! --> tests/component.rs:62:5 Sep 14 12:03:54.116 INFO kablam! | Sep 14 12:03:54.116 INFO kablam! 62 | #[render] Sep 14 12:03:54.116 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 14 12:03:54.116 INFO kablam! Sep 14 12:03:54.116 INFO kablam! warning: unused import: `Render` Sep 14 12:03:54.116 INFO kablam! --> tests/component.rs:11:34 Sep 14 12:03:54.116 INFO kablam! | Sep 14 12:03:54.116 INFO kablam! 11 | use papito::prelude::{Lifecycle, Render}; Sep 14 12:03:54.116 INFO kablam! | ^^^^^^ Sep 14 12:03:54.116 INFO kablam! | Sep 14 12:03:54.116 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 12:03:54.116 INFO kablam! Sep 14 12:03:54.125 INFO kablam! error: aborting due to 12 previous errors Sep 14 12:03:54.131 INFO kablam! Sep 14 12:03:54.131 INFO kablam! Some errors occurred: E0405, E0412. Sep 14 12:03:54.131 INFO kablam! For more information about an error, try `rustc --explain E0405`. Sep 14 12:03:54.131 INFO kablam! error: Could not compile `papito_codegen`. Sep 14 12:03:54.131 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 12:03:55.114 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 14 12:03:55.114 INFO kablam! --> src/lib.rs:1:12 Sep 14 12:03:55.114 INFO kablam! | Sep 14 12:03:55.114 INFO kablam! 1 | #![feature(proc_macro)] Sep 14 12:03:55.114 INFO kablam! | ^^^^^^^^^^ Sep 14 12:03:55.114 INFO kablam! | Sep 14 12:03:55.114 INFO kablam! = note: #[warn(stable_features)] on by default Sep 14 12:03:55.114 INFO kablam! Sep 14 12:03:55.162 INFO kablam! error: build failed Sep 14 12:03:55.163 INFO kablam! su: No module specific data is present Sep 14 12:03:55.990 INFO running `"docker" "rm" "-f" "148f0e9066d57f599477def6b0c2d553e73eedbad9713c8fe7e4fec63141d9cf"` Sep 14 12:03:56.371 INFO blam! 148f0e9066d57f599477def6b0c2d553e73eedbad9713c8fe7e4fec63141d9cf