Sep 04 08:40:42.676 INFO checking papito_codegen-0.1.0 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 08:40:42.677 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 08:40:42.677 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 08:40:42.891 INFO blam! 5ae0ce3ccdda558daf500b0a3968547aa9d49e62e49a077563dd5aa2c2a06c9b Sep 04 08:40:42.893 INFO running `"docker" "start" "-a" "5ae0ce3ccdda558daf500b0a3968547aa9d49e62e49a077563dd5aa2c2a06c9b"` Sep 04 08:40:43.614 INFO kablam! Checking discard v1.0.3 Sep 04 08:40:43.615 INFO kablam! Checking indexmap v1.0.1 Sep 04 08:40:43.615 INFO kablam! Checking unicode-segmentation v1.2.1 Sep 04 08:40:43.617 INFO kablam! Checking stdweb-internal-runtime v0.1.0 Sep 04 08:40:43.626 INFO kablam! Compiling papito_codegen v0.1.0 (file:///source) Sep 04 08:40:44.520 INFO kablam! Checking stdweb v0.4.9 Sep 04 08:40:44.805 INFO kablam! Checking heck v0.3.0 Sep 04 08:40:48.040 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 04 08:40:48.040 INFO kablam! --> src/lib.rs:1:12 Sep 04 08:40:48.040 INFO kablam! | Sep 04 08:40:48.040 INFO kablam! 1 | #![feature(proc_macro)] Sep 04 08:40:48.040 INFO kablam! | ^^^^^^^^^^ Sep 04 08:40:48.040 INFO kablam! | Sep 04 08:40:48.040 INFO kablam! = note: #[warn(stable_features)] on by default Sep 04 08:40:48.041 INFO kablam! Sep 04 08:40:49.829 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 04 08:40:49.829 INFO kablam! --> src/lib.rs:1:12 Sep 04 08:40:49.829 INFO kablam! | Sep 04 08:40:49.829 INFO kablam! 1 | #![feature(proc_macro)] Sep 04 08:40:49.829 INFO kablam! | ^^^^^^^^^^ Sep 04 08:40:49.832 INFO kablam! | Sep 04 08:40:49.833 INFO kablam! = note: #[warn(stable_features)] on by default Sep 04 08:40:49.833 INFO kablam! Sep 04 08:41:08.402 INFO kablam! Checking papito_dom v0.1.1 Sep 04 08:41:09.073 INFO kablam! Checking papito v0.1.1 Sep 04 08:41:10.365 INFO kablam! error[E0412]: cannot find type `Button` in this scope Sep 04 08:41:10.365 INFO kablam! --> tests/component.rs:18:5 Sep 04 08:41:10.365 INFO kablam! | Sep 04 08:41:10.365 INFO kablam! 18 | #[component] Sep 04 08:41:10.365 INFO kablam! | ^^^^^^^^^^^^ not found in this scope Sep 04 08:41:10.365 INFO kablam! Sep 04 08:41:10.365 INFO kablam! error[E0405]: cannot find trait `ComponentOf` in module `papito_dom` Sep 04 08:41:10.365 INFO kablam! --> tests/component.rs:18:5 Sep 04 08:41:10.365 INFO kablam! | Sep 04 08:41:10.365 INFO kablam! 18 | #[component] Sep 04 08:41:10.365 INFO kablam! | ^^^^^^^^^^^^ did you mean `Component`? Sep 04 08:41:10.366 INFO kablam! Sep 04 08:41:10.366 INFO kablam! error[E0412]: cannot find type `Button` in this scope Sep 04 08:41:10.366 INFO kablam! --> tests/component.rs:22:5 Sep 04 08:41:10.366 INFO kablam! | Sep 04 08:41:10.366 INFO kablam! 22 | #[render] Sep 04 08:41:10.366 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 04 08:41:10.366 INFO kablam! Sep 04 08:41:10.366 INFO kablam! error[E0412]: cannot find type `ButtonComponent` in this scope Sep 04 08:41:10.366 INFO kablam! --> tests/component.rs:22:5 Sep 04 08:41:10.366 INFO kablam! | Sep 04 08:41:10.366 INFO kablam! 22 | #[render] Sep 04 08:41:10.366 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 04 08:41:10.366 INFO kablam! Sep 04 08:41:10.366 INFO kablam! error[E0412]: cannot find type `Button` in this scope Sep 04 08:41:10.366 INFO kablam! --> tests/component.rs:35:5 Sep 04 08:41:10.366 INFO kablam! | Sep 04 08:41:10.366 INFO kablam! 35 | #[component] Sep 04 08:41:10.366 INFO kablam! | ^^^^^^^^^^^^ not found in this scope Sep 04 08:41:10.366 INFO kablam! Sep 04 08:41:10.367 INFO kablam! error[E0405]: cannot find trait `ComponentOf` in module `papito_dom` Sep 04 08:41:10.367 INFO kablam! --> tests/component.rs:35:5 Sep 04 08:41:10.367 INFO kablam! | Sep 04 08:41:10.367 INFO kablam! 35 | #[component] Sep 04 08:41:10.367 INFO kablam! | ^^^^^^^^^^^^ did you mean `Component`? Sep 04 08:41:10.367 INFO kablam! Sep 04 08:41:10.367 INFO kablam! error[E0412]: cannot find type `Button` in this scope Sep 04 08:41:10.367 INFO kablam! --> tests/component.rs:38:5 Sep 04 08:41:10.367 INFO kablam! | Sep 04 08:41:10.367 INFO kablam! 38 | #[render] Sep 04 08:41:10.367 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 04 08:41:10.367 INFO kablam! Sep 04 08:41:10.367 INFO kablam! error[E0412]: cannot find type `ButtonComponent` in this scope Sep 04 08:41:10.367 INFO kablam! --> tests/component.rs:38:5 Sep 04 08:41:10.367 INFO kablam! | Sep 04 08:41:10.367 INFO kablam! 38 | #[render] Sep 04 08:41:10.367 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 04 08:41:10.367 INFO kablam! Sep 04 08:41:10.367 INFO kablam! error[E0412]: cannot find type `Button` in this scope Sep 04 08:41:10.367 INFO kablam! --> tests/component.rs:51:5 Sep 04 08:41:10.367 INFO kablam! | Sep 04 08:41:10.367 INFO kablam! 51 | #[component] Sep 04 08:41:10.367 INFO kablam! | ^^^^^^^^^^^^ not found in this scope Sep 04 08:41:10.367 INFO kablam! Sep 04 08:41:10.368 INFO kablam! error[E0405]: cannot find trait `ComponentOf` in module `papito_dom` Sep 04 08:41:10.368 INFO kablam! --> tests/component.rs:51:5 Sep 04 08:41:10.368 INFO kablam! | Sep 04 08:41:10.368 INFO kablam! 51 | #[component] Sep 04 08:41:10.368 INFO kablam! | ^^^^^^^^^^^^ did you mean `Component`? Sep 04 08:41:10.368 INFO kablam! Sep 04 08:41:10.368 INFO kablam! error[E0412]: cannot find type `Button` in this scope Sep 04 08:41:10.368 INFO kablam! --> tests/component.rs:62:5 Sep 04 08:41:10.368 INFO kablam! | Sep 04 08:41:10.368 INFO kablam! 62 | #[render] Sep 04 08:41:10.368 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 04 08:41:10.368 INFO kablam! Sep 04 08:41:10.368 INFO kablam! error[E0412]: cannot find type `ButtonComponent` in this scope Sep 04 08:41:10.368 INFO kablam! --> tests/component.rs:62:5 Sep 04 08:41:10.368 INFO kablam! | Sep 04 08:41:10.368 INFO kablam! 62 | #[render] Sep 04 08:41:10.368 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 04 08:41:10.368 INFO kablam! Sep 04 08:41:10.368 INFO kablam! warning: unused import: `Render` Sep 04 08:41:10.368 INFO kablam! --> tests/component.rs:11:34 Sep 04 08:41:10.368 INFO kablam! | Sep 04 08:41:10.368 INFO kablam! 11 | use papito::prelude::{Lifecycle, Render}; Sep 04 08:41:10.368 INFO kablam! | ^^^^^^ Sep 04 08:41:10.368 INFO kablam! | Sep 04 08:41:10.368 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 08:41:10.368 INFO kablam! Sep 04 08:41:10.394 INFO kablam! error: aborting due to 12 previous errors Sep 04 08:41:10.394 INFO kablam! Sep 04 08:41:10.394 INFO kablam! Some errors occurred: E0405, E0412. Sep 04 08:41:10.394 INFO kablam! For more information about an error, try `rustc --explain E0405`. Sep 04 08:41:10.404 INFO kablam! error: Could not compile `papito_codegen`. Sep 04 08:41:10.405 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 08:41:12.030 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 04 08:41:12.030 INFO kablam! --> src/lib.rs:1:12 Sep 04 08:41:12.030 INFO kablam! | Sep 04 08:41:12.030 INFO kablam! 1 | #![feature(proc_macro)] Sep 04 08:41:12.030 INFO kablam! | ^^^^^^^^^^ Sep 04 08:41:12.030 INFO kablam! | Sep 04 08:41:12.030 INFO kablam! = note: #[warn(stable_features)] on by default Sep 04 08:41:12.030 INFO kablam! Sep 04 08:41:12.059 INFO kablam! error: build failed Sep 04 08:41:12.061 INFO kablam! su: No module specific data is present Sep 04 08:41:12.452 INFO running `"docker" "rm" "-f" "5ae0ce3ccdda558daf500b0a3968547aa9d49e62e49a077563dd5aa2c2a06c9b"` Sep 04 08:41:12.555 INFO blam! 5ae0ce3ccdda558daf500b0a3968547aa9d49e62e49a077563dd5aa2c2a06c9b