Sep 04 11:41:28.256 INFO checking papito_codegen-0.1.0 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 11:41:28.256 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 11:41:28.256 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-1/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 11:41:28.454 INFO blam! 8332adf850319dcf04df4371e5681a36428e9758536556fd29bec245442ae305 Sep 04 11:41:28.456 INFO running `"docker" "start" "-a" "8332adf850319dcf04df4371e5681a36428e9758536556fd29bec245442ae305"` Sep 04 11:41:29.249 INFO kablam! Checking discard v1.0.3 Sep 04 11:41:29.256 INFO kablam! Checking indexmap v1.0.1 Sep 04 11:41:29.256 INFO kablam! Checking unicode-segmentation v1.2.1 Sep 04 11:41:29.262 INFO kablam! Checking stdweb-internal-runtime v0.1.0 Sep 04 11:41:29.262 INFO kablam! Compiling papito_codegen v0.1.0 (file:///source) Sep 04 11:41:30.604 INFO kablam! Checking stdweb v0.4.9 Sep 04 11:41:31.609 INFO kablam! Checking heck v0.3.0 Sep 04 11:41:35.520 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 04 11:41:35.520 INFO kablam! --> src/lib.rs:1:12 Sep 04 11:41:35.520 INFO kablam! | Sep 04 11:41:35.520 INFO kablam! 1 | #![feature(proc_macro)] Sep 04 11:41:35.520 INFO kablam! | ^^^^^^^^^^ Sep 04 11:41:35.520 INFO kablam! | Sep 04 11:41:35.520 INFO kablam! = note: #[warn(stable_features)] on by default Sep 04 11:41:35.520 INFO kablam! Sep 04 11:41:37.334 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 04 11:41:37.334 INFO kablam! --> src/lib.rs:1:12 Sep 04 11:41:37.334 INFO kablam! | Sep 04 11:41:37.334 INFO kablam! 1 | #![feature(proc_macro)] Sep 04 11:41:37.334 INFO kablam! | ^^^^^^^^^^ Sep 04 11:41:37.334 INFO kablam! | Sep 04 11:41:37.335 INFO kablam! = note: #[warn(stable_features)] on by default Sep 04 11:41:37.335 INFO kablam! Sep 04 11:41:54.657 INFO kablam! Checking papito_dom v0.1.1 Sep 04 11:41:55.265 INFO kablam! Checking papito v0.1.1 Sep 04 11:41:56.850 INFO kablam! error[E0412]: cannot find type `Button` in this scope Sep 04 11:41:56.850 INFO kablam! --> tests/component.rs:18:5 Sep 04 11:41:56.850 INFO kablam! | Sep 04 11:41:56.850 INFO kablam! 18 | #[component] Sep 04 11:41:56.850 INFO kablam! | ^^^^^^^^^^^^ not found in this scope Sep 04 11:41:56.850 INFO kablam! Sep 04 11:41:56.851 INFO kablam! error[E0405]: cannot find trait `ComponentOf` in module `papito_dom` Sep 04 11:41:56.851 INFO kablam! --> tests/component.rs:18:5 Sep 04 11:41:56.851 INFO kablam! | Sep 04 11:41:56.851 INFO kablam! 18 | #[component] Sep 04 11:41:56.851 INFO kablam! | ^^^^^^^^^^^^ did you mean `Component`? Sep 04 11:41:56.851 INFO kablam! Sep 04 11:41:56.851 INFO kablam! error[E0412]: cannot find type `Button` in this scope Sep 04 11:41:56.852 INFO kablam! --> tests/component.rs:22:5 Sep 04 11:41:56.852 INFO kablam! | Sep 04 11:41:56.852 INFO kablam! 22 | #[render] Sep 04 11:41:56.852 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 04 11:41:56.852 INFO kablam! Sep 04 11:41:56.852 INFO kablam! error[E0412]: cannot find type `ButtonComponent` in this scope Sep 04 11:41:56.852 INFO kablam! --> tests/component.rs:22:5 Sep 04 11:41:56.852 INFO kablam! | Sep 04 11:41:56.852 INFO kablam! 22 | #[render] Sep 04 11:41:56.852 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 04 11:41:56.852 INFO kablam! Sep 04 11:41:56.852 INFO kablam! error[E0412]: cannot find type `Button` in this scope Sep 04 11:41:56.852 INFO kablam! --> tests/component.rs:35:5 Sep 04 11:41:56.852 INFO kablam! | Sep 04 11:41:56.852 INFO kablam! 35 | #[component] Sep 04 11:41:56.852 INFO kablam! | ^^^^^^^^^^^^ not found in this scope Sep 04 11:41:56.852 INFO kablam! Sep 04 11:41:56.852 INFO kablam! error[E0405]: cannot find trait `ComponentOf` in module `papito_dom` Sep 04 11:41:56.852 INFO kablam! --> tests/component.rs:35:5 Sep 04 11:41:56.852 INFO kablam! | Sep 04 11:41:56.852 INFO kablam! 35 | #[component] Sep 04 11:41:56.852 INFO kablam! | ^^^^^^^^^^^^ did you mean `Component`? Sep 04 11:41:56.852 INFO kablam! Sep 04 11:41:56.852 INFO kablam! error[E0412]: cannot find type `Button` in this scope Sep 04 11:41:56.852 INFO kablam! --> tests/component.rs:38:5 Sep 04 11:41:56.852 INFO kablam! | Sep 04 11:41:56.852 INFO kablam! 38 | #[render] Sep 04 11:41:56.852 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 04 11:41:56.852 INFO kablam! Sep 04 11:41:56.852 INFO kablam! error[E0412]: cannot find type `ButtonComponent` in this scope Sep 04 11:41:56.852 INFO kablam! --> tests/component.rs:38:5 Sep 04 11:41:56.852 INFO kablam! | Sep 04 11:41:56.852 INFO kablam! 38 | #[render] Sep 04 11:41:56.852 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 04 11:41:56.852 INFO kablam! Sep 04 11:41:56.852 INFO kablam! error[E0412]: cannot find type `Button` in this scope Sep 04 11:41:56.852 INFO kablam! --> tests/component.rs:51:5 Sep 04 11:41:56.852 INFO kablam! | Sep 04 11:41:56.852 INFO kablam! 51 | #[component] Sep 04 11:41:56.852 INFO kablam! | ^^^^^^^^^^^^ not found in this scope Sep 04 11:41:56.852 INFO kablam! Sep 04 11:41:56.852 INFO kablam! error[E0405]: cannot find trait `ComponentOf` in module `papito_dom` Sep 04 11:41:56.852 INFO kablam! --> tests/component.rs:51:5 Sep 04 11:41:56.853 INFO kablam! | Sep 04 11:41:56.853 INFO kablam! 51 | #[component] Sep 04 11:41:56.853 INFO kablam! | ^^^^^^^^^^^^ did you mean `Component`? Sep 04 11:41:56.853 INFO kablam! Sep 04 11:41:56.853 INFO kablam! error[E0412]: cannot find type `Button` in this scope Sep 04 11:41:56.853 INFO kablam! --> tests/component.rs:62:5 Sep 04 11:41:56.853 INFO kablam! | Sep 04 11:41:56.853 INFO kablam! 62 | #[render] Sep 04 11:41:56.853 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 04 11:41:56.853 INFO kablam! Sep 04 11:41:56.853 INFO kablam! error[E0412]: cannot find type `ButtonComponent` in this scope Sep 04 11:41:56.853 INFO kablam! --> tests/component.rs:62:5 Sep 04 11:41:56.853 INFO kablam! | Sep 04 11:41:56.853 INFO kablam! 62 | #[render] Sep 04 11:41:56.853 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 04 11:41:56.853 INFO kablam! Sep 04 11:41:56.853 INFO kablam! warning: unused import: `Render` Sep 04 11:41:56.853 INFO kablam! --> tests/component.rs:11:34 Sep 04 11:41:56.853 INFO kablam! | Sep 04 11:41:56.853 INFO kablam! 11 | use papito::prelude::{Lifecycle, Render}; Sep 04 11:41:56.853 INFO kablam! | ^^^^^^ Sep 04 11:41:56.853 INFO kablam! | Sep 04 11:41:56.853 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 11:41:56.853 INFO kablam! Sep 04 11:41:56.877 INFO kablam! error: aborting due to 12 previous errors Sep 04 11:41:56.877 INFO kablam! Sep 04 11:41:56.877 INFO kablam! Some errors occurred: E0405, E0412. Sep 04 11:41:56.877 INFO kablam! For more information about an error, try `rustc --explain E0405`. Sep 04 11:41:56.886 INFO kablam! error: Could not compile `papito_codegen`. Sep 04 11:41:56.886 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 11:41:58.263 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 04 11:41:58.263 INFO kablam! --> src/lib.rs:1:12 Sep 04 11:41:58.263 INFO kablam! | Sep 04 11:41:58.263 INFO kablam! 1 | #![feature(proc_macro)] Sep 04 11:41:58.263 INFO kablam! | ^^^^^^^^^^ Sep 04 11:41:58.263 INFO kablam! | Sep 04 11:41:58.263 INFO kablam! = note: #[warn(stable_features)] on by default Sep 04 11:41:58.263 INFO kablam! Sep 04 11:41:58.289 INFO kablam! error: build failed Sep 04 11:41:58.291 INFO kablam! su: No module specific data is present Sep 04 11:41:58.798 INFO running `"docker" "rm" "-f" "8332adf850319dcf04df4371e5681a36428e9758536556fd29bec245442ae305"` Sep 04 11:41:58.882 INFO blam! 8332adf850319dcf04df4371e5681a36428e9758536556fd29bec245442ae305