Sep 06 02:44:54.287 INFO checking papito_codegen-0.1.0 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 02:44:54.287 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 02:44:54.287 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-4/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 02:44:54.443 INFO blam! 30f663957d3820cc227f4909eaec3bda4f6e4fa091077abcc1aa91781184a6f7 Sep 06 02:44:54.445 INFO running `"docker" "start" "-a" "30f663957d3820cc227f4909eaec3bda4f6e4fa091077abcc1aa91781184a6f7"` Sep 06 02:44:55.381 INFO kablam! usermod: no changes Sep 06 02:44:55.490 INFO kablam! Checking discard v1.0.3 Sep 06 02:44:55.490 INFO kablam! Compiling unicode-segmentation v1.2.1 Sep 06 02:44:55.490 INFO kablam! Checking indexmap v1.0.1 Sep 06 02:44:55.490 INFO kablam! Checking stdweb-internal-runtime v0.1.0 Sep 06 02:44:55.490 INFO kablam! Compiling syn v0.12.15 Sep 06 02:44:56.405 INFO kablam! Checking heck v0.3.0 Sep 06 02:44:56.638 INFO kablam! Checking stdweb v0.4.9 Sep 06 02:44:57.739 INFO kablam! Checking papito_codegen v0.1.0 (file:///source) Sep 06 02:45:02.582 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 06 02:45:02.582 INFO kablam! --> src/lib.rs:1:12 Sep 06 02:45:02.582 INFO kablam! | Sep 06 02:45:02.582 INFO kablam! 1 | #![feature(proc_macro)] Sep 06 02:45:02.582 INFO kablam! | ^^^^^^^^^^ Sep 06 02:45:02.582 INFO kablam! | Sep 06 02:45:02.582 INFO kablam! = note: #[warn(stable_features)] on by default Sep 06 02:45:02.582 INFO kablam! Sep 06 02:45:21.602 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 06 02:45:21.602 INFO kablam! --> src/lib.rs:1:12 Sep 06 02:45:21.602 INFO kablam! | Sep 06 02:45:21.603 INFO kablam! 1 | #![feature(proc_macro)] Sep 06 02:45:21.603 INFO kablam! | ^^^^^^^^^^ Sep 06 02:45:21.603 INFO kablam! | Sep 06 02:45:21.603 INFO kablam! = note: #[warn(stable_features)] on by default Sep 06 02:45:21.603 INFO kablam! Sep 06 02:45:26.903 INFO kablam! Checking papito_dom v0.1.1 Sep 06 02:45:27.376 INFO kablam! Checking papito v0.1.1 Sep 06 02:45:28.421 INFO kablam! error[E0412]: cannot find type `Button` in this scope Sep 06 02:45:28.421 INFO kablam! --> tests/component.rs:18:5 Sep 06 02:45:28.421 INFO kablam! | Sep 06 02:45:28.421 INFO kablam! 18 | #[component] Sep 06 02:45:28.421 INFO kablam! | ^^^^^^^^^^^^ not found in this scope Sep 06 02:45:28.422 INFO kablam! Sep 06 02:45:28.422 INFO kablam! error[E0405]: cannot find trait `ComponentOf` in module `papito_dom` Sep 06 02:45:28.422 INFO kablam! --> tests/component.rs:18:5 Sep 06 02:45:28.422 INFO kablam! | Sep 06 02:45:28.422 INFO kablam! 18 | #[component] Sep 06 02:45:28.422 INFO kablam! | ^^^^^^^^^^^^ did you mean `Component`? Sep 06 02:45:28.422 INFO kablam! Sep 06 02:45:28.422 INFO kablam! error[E0412]: cannot find type `Button` in this scope Sep 06 02:45:28.422 INFO kablam! --> tests/component.rs:22:5 Sep 06 02:45:28.422 INFO kablam! | Sep 06 02:45:28.422 INFO kablam! 22 | #[render] Sep 06 02:45:28.422 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 06 02:45:28.422 INFO kablam! Sep 06 02:45:28.422 INFO kablam! error[E0412]: cannot find type `ButtonComponent` in this scope Sep 06 02:45:28.422 INFO kablam! --> tests/component.rs:22:5 Sep 06 02:45:28.422 INFO kablam! | Sep 06 02:45:28.422 INFO kablam! 22 | #[render] Sep 06 02:45:28.422 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 06 02:45:28.422 INFO kablam! Sep 06 02:45:28.422 INFO kablam! error[E0412]: cannot find type `Button` in this scope Sep 06 02:45:28.422 INFO kablam! --> tests/component.rs:35:5 Sep 06 02:45:28.422 INFO kablam! | Sep 06 02:45:28.422 INFO kablam! 35 | #[component] Sep 06 02:45:28.422 INFO kablam! | ^^^^^^^^^^^^ not found in this scope Sep 06 02:45:28.422 INFO kablam! Sep 06 02:45:28.422 INFO kablam! error[E0405]: cannot find trait `ComponentOf` in module `papito_dom` Sep 06 02:45:28.422 INFO kablam! --> tests/component.rs:35:5 Sep 06 02:45:28.422 INFO kablam! | Sep 06 02:45:28.422 INFO kablam! 35 | #[component] Sep 06 02:45:28.422 INFO kablam! | ^^^^^^^^^^^^ did you mean `Component`? Sep 06 02:45:28.422 INFO kablam! Sep 06 02:45:28.422 INFO kablam! error[E0412]: cannot find type `Button` in this scope Sep 06 02:45:28.422 INFO kablam! --> tests/component.rs:38:5 Sep 06 02:45:28.422 INFO kablam! | Sep 06 02:45:28.422 INFO kablam! 38 | #[render] Sep 06 02:45:28.422 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 06 02:45:28.422 INFO kablam! Sep 06 02:45:28.422 INFO kablam! error[E0412]: cannot find type `ButtonComponent` in this scope Sep 06 02:45:28.422 INFO kablam! --> tests/component.rs:38:5 Sep 06 02:45:28.422 INFO kablam! | Sep 06 02:45:28.422 INFO kablam! 38 | #[render] Sep 06 02:45:28.422 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 06 02:45:28.422 INFO kablam! Sep 06 02:45:28.422 INFO kablam! error[E0412]: cannot find type `Button` in this scope Sep 06 02:45:28.422 INFO kablam! --> tests/component.rs:51:5 Sep 06 02:45:28.422 INFO kablam! | Sep 06 02:45:28.422 INFO kablam! 51 | #[component] Sep 06 02:45:28.422 INFO kablam! | ^^^^^^^^^^^^ not found in this scope Sep 06 02:45:28.422 INFO kablam! Sep 06 02:45:28.423 INFO kablam! error[E0405]: cannot find trait `ComponentOf` in module `papito_dom` Sep 06 02:45:28.423 INFO kablam! --> tests/component.rs:51:5 Sep 06 02:45:28.423 INFO kablam! | Sep 06 02:45:28.423 INFO kablam! 51 | #[component] Sep 06 02:45:28.423 INFO kablam! | ^^^^^^^^^^^^ did you mean `Component`? Sep 06 02:45:28.423 INFO kablam! Sep 06 02:45:28.423 INFO kablam! error[E0412]: cannot find type `Button` in this scope Sep 06 02:45:28.423 INFO kablam! --> tests/component.rs:62:5 Sep 06 02:45:28.423 INFO kablam! | Sep 06 02:45:28.423 INFO kablam! 62 | #[render] Sep 06 02:45:28.423 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 06 02:45:28.423 INFO kablam! Sep 06 02:45:28.423 INFO kablam! error[E0412]: cannot find type `ButtonComponent` in this scope Sep 06 02:45:28.423 INFO kablam! --> tests/component.rs:62:5 Sep 06 02:45:28.423 INFO kablam! | Sep 06 02:45:28.423 INFO kablam! 62 | #[render] Sep 06 02:45:28.423 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 06 02:45:28.423 INFO kablam! Sep 06 02:45:28.424 INFO kablam! warning: unused import: `Render` Sep 06 02:45:28.424 INFO kablam! --> tests/component.rs:11:34 Sep 06 02:45:28.424 INFO kablam! | Sep 06 02:45:28.424 INFO kablam! 11 | use papito::prelude::{Lifecycle, Render}; Sep 06 02:45:28.424 INFO kablam! | ^^^^^^ Sep 06 02:45:28.424 INFO kablam! | Sep 06 02:45:28.424 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 06 02:45:28.424 INFO kablam! Sep 06 02:45:28.431 INFO kablam! error: aborting due to 12 previous errors Sep 06 02:45:28.431 INFO kablam! Sep 06 02:45:28.431 INFO kablam! Some errors occurred: E0405, E0412. Sep 06 02:45:28.431 INFO kablam! For more information about an error, try `rustc --explain E0405`. Sep 06 02:45:28.438 INFO kablam! error: Could not compile `papito_codegen`. Sep 06 02:45:28.438 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 02:45:29.113 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 06 02:45:29.113 INFO kablam! --> src/lib.rs:1:12 Sep 06 02:45:29.113 INFO kablam! | Sep 06 02:45:29.113 INFO kablam! 1 | #![feature(proc_macro)] Sep 06 02:45:29.113 INFO kablam! | ^^^^^^^^^^ Sep 06 02:45:29.113 INFO kablam! | Sep 06 02:45:29.113 INFO kablam! = note: #[warn(stable_features)] on by default Sep 06 02:45:29.113 INFO kablam! Sep 06 02:45:29.146 INFO kablam! error: build failed Sep 06 02:45:29.149 INFO kablam! su: No module specific data is present Sep 06 02:45:29.714 INFO running `"docker" "rm" "-f" "30f663957d3820cc227f4909eaec3bda4f6e4fa091077abcc1aa91781184a6f7"` Sep 06 02:45:29.825 INFO blam! 30f663957d3820cc227f4909eaec3bda4f6e4fa091077abcc1aa91781184a6f7