Sep 02 05:18:17.572 INFO checking papito_codegen-0.1.0 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 05:18:17.572 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 05:18:17.572 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-2/try#952c7dbfa2628309f557b367929ffc17af20b332:/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=500" "-e" "CMD=cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 05:18:17.793 INFO blam! ad71e9f2fb11aa71d63f4b5a18f27e296c09d82da3911f38d67e012fb633cdab Sep 02 05:18:17.796 INFO running `"docker" "start" "-a" "ad71e9f2fb11aa71d63f4b5a18f27e296c09d82da3911f38d67e012fb633cdab"` Sep 02 05:18:18.498 INFO kablam! Compiling stdweb-internal-runtime v0.1.0 Sep 02 05:18:18.498 INFO kablam! Checking discard v1.0.3 Sep 02 05:18:18.503 INFO kablam! Checking unicode-segmentation v1.2.1 Sep 02 05:18:18.506 INFO kablam! Compiling syn v0.12.15 Sep 02 05:18:18.507 INFO kablam! Compiling stdweb-derive v0.5.0 Sep 02 05:18:20.053 INFO kablam! Checking heck v0.3.0 Sep 02 05:18:25.395 INFO kablam! Checking stdweb v0.4.9 Sep 02 05:18:35.693 INFO kablam! Checking papito_codegen v0.1.0 (file:///source) Sep 02 05:18:38.417 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 02 05:18:38.417 INFO kablam! --> src/lib.rs:1:12 Sep 02 05:18:38.417 INFO kablam! | Sep 02 05:18:38.417 INFO kablam! 1 | #![feature(proc_macro)] Sep 02 05:18:38.417 INFO kablam! | ^^^^^^^^^^ Sep 02 05:18:38.417 INFO kablam! | Sep 02 05:18:38.417 INFO kablam! = note: #[warn(stable_features)] on by default Sep 02 05:18:38.417 INFO kablam! Sep 02 05:18:49.918 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 02 05:18:49.918 INFO kablam! --> src/lib.rs:1:12 Sep 02 05:18:49.918 INFO kablam! | Sep 02 05:18:49.918 INFO kablam! 1 | #![feature(proc_macro)] Sep 02 05:18:49.918 INFO kablam! | ^^^^^^^^^^ Sep 02 05:18:49.918 INFO kablam! | Sep 02 05:18:49.918 INFO kablam! = note: #[warn(stable_features)] on by default Sep 02 05:18:49.919 INFO kablam! Sep 02 05:18:57.953 INFO kablam! Checking papito_dom v0.1.1 Sep 02 05:18:58.839 INFO kablam! Checking papito v0.1.1 Sep 02 05:19:00.359 INFO kablam! error[E0412]: cannot find type `Button` in this scope Sep 02 05:19:00.359 INFO kablam! --> tests/component.rs:18:5 Sep 02 05:19:00.359 INFO kablam! | Sep 02 05:19:00.359 INFO kablam! 18 | #[component] Sep 02 05:19:00.359 INFO kablam! | ^^^^^^^^^^^^ not found in this scope Sep 02 05:19:00.359 INFO kablam! Sep 02 05:19:00.359 INFO kablam! error[E0405]: cannot find trait `ComponentOf` in module `papito_dom` Sep 02 05:19:00.359 INFO kablam! --> tests/component.rs:18:5 Sep 02 05:19:00.359 INFO kablam! | Sep 02 05:19:00.359 INFO kablam! 18 | #[component] Sep 02 05:19:00.359 INFO kablam! | ^^^^^^^^^^^^ did you mean `Component`? Sep 02 05:19:00.359 INFO kablam! Sep 02 05:19:00.359 INFO kablam! error[E0412]: cannot find type `Button` in this scope Sep 02 05:19:00.359 INFO kablam! --> tests/component.rs:22:5 Sep 02 05:19:00.359 INFO kablam! | Sep 02 05:19:00.360 INFO kablam! 22 | #[render] Sep 02 05:19:00.360 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 02 05:19:00.360 INFO kablam! Sep 02 05:19:00.360 INFO kablam! error[E0412]: cannot find type `ButtonComponent` in this scope Sep 02 05:19:00.360 INFO kablam! --> tests/component.rs:22:5 Sep 02 05:19:00.360 INFO kablam! | Sep 02 05:19:00.360 INFO kablam! 22 | #[render] Sep 02 05:19:00.360 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 02 05:19:00.360 INFO kablam! Sep 02 05:19:00.360 INFO kablam! error[E0412]: cannot find type `Button` in this scope Sep 02 05:19:00.360 INFO kablam! --> tests/component.rs:35:5 Sep 02 05:19:00.360 INFO kablam! | Sep 02 05:19:00.360 INFO kablam! 35 | #[component] Sep 02 05:19:00.360 INFO kablam! | ^^^^^^^^^^^^ not found in this scope Sep 02 05:19:00.360 INFO kablam! Sep 02 05:19:00.360 INFO kablam! error[E0405]: cannot find trait `ComponentOf` in module `papito_dom` Sep 02 05:19:00.360 INFO kablam! --> tests/component.rs:35:5 Sep 02 05:19:00.360 INFO kablam! | Sep 02 05:19:00.360 INFO kablam! 35 | #[component] Sep 02 05:19:00.361 INFO kablam! | ^^^^^^^^^^^^ did you mean `Component`? Sep 02 05:19:00.361 INFO kablam! Sep 02 05:19:00.361 INFO kablam! error[E0412]: cannot find type `Button` in this scope Sep 02 05:19:00.361 INFO kablam! --> tests/component.rs:38:5 Sep 02 05:19:00.361 INFO kablam! | Sep 02 05:19:00.361 INFO kablam! 38 | #[render] Sep 02 05:19:00.361 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 02 05:19:00.361 INFO kablam! Sep 02 05:19:00.361 INFO kablam! error[E0412]: cannot find type `ButtonComponent` in this scope Sep 02 05:19:00.361 INFO kablam! --> tests/component.rs:38:5 Sep 02 05:19:00.361 INFO kablam! | Sep 02 05:19:00.361 INFO kablam! 38 | #[render] Sep 02 05:19:00.361 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 02 05:19:00.361 INFO kablam! Sep 02 05:19:00.361 INFO kablam! error[E0412]: cannot find type `Button` in this scope Sep 02 05:19:00.361 INFO kablam! --> tests/component.rs:51:5 Sep 02 05:19:00.361 INFO kablam! | Sep 02 05:19:00.361 INFO kablam! 51 | #[component] Sep 02 05:19:00.361 INFO kablam! | ^^^^^^^^^^^^ not found in this scope Sep 02 05:19:00.362 INFO kablam! Sep 02 05:19:00.362 INFO kablam! error[E0405]: cannot find trait `ComponentOf` in module `papito_dom` Sep 02 05:19:00.362 INFO kablam! --> tests/component.rs:51:5 Sep 02 05:19:00.362 INFO kablam! | Sep 02 05:19:00.362 INFO kablam! 51 | #[component] Sep 02 05:19:00.362 INFO kablam! | ^^^^^^^^^^^^ did you mean `Component`? Sep 02 05:19:00.362 INFO kablam! Sep 02 05:19:00.362 INFO kablam! error[E0412]: cannot find type `Button` in this scope Sep 02 05:19:00.362 INFO kablam! --> tests/component.rs:62:5 Sep 02 05:19:00.362 INFO kablam! | Sep 02 05:19:00.362 INFO kablam! 62 | #[render] Sep 02 05:19:00.362 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 02 05:19:00.362 INFO kablam! Sep 02 05:19:00.362 INFO kablam! error[E0412]: cannot find type `ButtonComponent` in this scope Sep 02 05:19:00.362 INFO kablam! --> tests/component.rs:62:5 Sep 02 05:19:00.362 INFO kablam! | Sep 02 05:19:00.362 INFO kablam! 62 | #[render] Sep 02 05:19:00.363 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 02 05:19:00.363 INFO kablam! Sep 02 05:19:00.363 INFO kablam! warning: unused import: `Render` Sep 02 05:19:00.363 INFO kablam! --> tests/component.rs:11:34 Sep 02 05:19:00.363 INFO kablam! | Sep 02 05:19:00.363 INFO kablam! 11 | use papito::prelude::{Lifecycle, Render}; Sep 02 05:19:00.363 INFO kablam! | ^^^^^^ Sep 02 05:19:00.363 INFO kablam! | Sep 02 05:19:00.363 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 05:19:00.363 INFO kablam! Sep 02 05:19:00.387 INFO kablam! error: aborting due to 12 previous errors Sep 02 05:19:00.387 INFO kablam! Sep 02 05:19:00.387 INFO kablam! Some errors occurred: E0405, E0412. Sep 02 05:19:00.387 INFO kablam! For more information about an error, try `rustc --explain E0405`. Sep 02 05:19:00.396 INFO kablam! error: Could not compile `papito_codegen`. Sep 02 05:19:00.396 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 05:19:02.415 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 02 05:19:02.415 INFO kablam! --> src/lib.rs:1:12 Sep 02 05:19:02.415 INFO kablam! | Sep 02 05:19:02.415 INFO kablam! 1 | #![feature(proc_macro)] Sep 02 05:19:02.415 INFO kablam! | ^^^^^^^^^^ Sep 02 05:19:02.415 INFO kablam! | Sep 02 05:19:02.415 INFO kablam! = note: #[warn(stable_features)] on by default Sep 02 05:19:02.415 INFO kablam! Sep 02 05:19:02.456 INFO kablam! error: build failed Sep 02 05:19:02.458 INFO kablam! su: No module specific data is present Sep 02 05:19:02.867 INFO running `"docker" "rm" "-f" "ad71e9f2fb11aa71d63f4b5a18f27e296c09d82da3911f38d67e012fb633cdab"` Sep 02 05:19:02.958 INFO blam! ad71e9f2fb11aa71d63f4b5a18f27e296c09d82da3911f38d67e012fb633cdab