Jul 12 02:36:06.238 INFO checking papito_dom-0.1.0 against try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255 for pr-52234 Jul 12 02:36:06.238 INFO running: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 12 02:36:06.238 INFO creating container for: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 12 02:36:06.238 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-52234/try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-5/try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255:/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 +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 12 02:36:06.522 INFO blam! d5414069f063fbd6fa31af963fefd43d1432b8dbbccf11e617068599002c4163 Jul 12 02:36:06.524 INFO running `"docker" "start" "-a" "d5414069f063fbd6fa31af963fefd43d1432b8dbbccf11e617068599002c4163"` Jul 12 02:36:07.399 INFO kablam! Blocking waiting for file lock on the registry index Jul 12 02:36:07.655 INFO kablam! Checking papito_dom v0.1.0 (file:///source) Jul 12 02:36:08.086 INFO kablam! error[E0407]: method `props` is not a member of trait `Component` Jul 12 02:36:08.086 INFO kablam! --> src/lib.rs:399:13 Jul 12 02:36:08.086 INFO kablam! | Jul 12 02:36:08.087 INFO kablam! 399 | / fn props(&self) -> &Self::Props { Jul 12 02:36:08.087 INFO kablam! 400 | | &() Jul 12 02:36:08.087 INFO kablam! 401 | | } Jul 12 02:36:08.087 INFO kablam! | |_____________^ not a member of trait `Component` Jul 12 02:36:08.087 INFO kablam! Jul 12 02:36:08.087 INFO kablam! error[E0407]: method `props` is not a member of trait `Component` Jul 12 02:36:08.088 INFO kablam! --> src/lib.rs:509:13 Jul 12 02:36:08.088 INFO kablam! | Jul 12 02:36:08.088 INFO kablam! 509 | / fn props(&self) -> &Self::Props { Jul 12 02:36:08.088 INFO kablam! 510 | | &() Jul 12 02:36:08.088 INFO kablam! 511 | | } Jul 12 02:36:08.088 INFO kablam! | |_____________^ not a member of trait `Component` Jul 12 02:36:08.088 INFO kablam! Jul 12 02:36:08.088 INFO kablam! error[E0407]: method `props` is not a member of trait `Component` Jul 12 02:36:08.088 INFO kablam! --> src/lib.rs:553:13 Jul 12 02:36:08.088 INFO kablam! | Jul 12 02:36:08.088 INFO kablam! 553 | / fn props(&self) -> &Self::Props { Jul 12 02:36:08.088 INFO kablam! 554 | | &() Jul 12 02:36:08.088 INFO kablam! 555 | | } Jul 12 02:36:08.088 INFO kablam! | |_____________^ not a member of trait `Component` Jul 12 02:36:08.088 INFO kablam! Jul 12 02:36:08.089 INFO kablam! error[E0407]: method `props` is not a member of trait `Component` Jul 12 02:36:08.089 INFO kablam! --> src/lib.rs:590:13 Jul 12 02:36:08.089 INFO kablam! | Jul 12 02:36:08.089 INFO kablam! 590 | / fn props(&self) -> &Self::Props { Jul 12 02:36:08.089 INFO kablam! 591 | | &() Jul 12 02:36:08.089 INFO kablam! 592 | | } Jul 12 02:36:08.089 INFO kablam! | |_____________^ not a member of trait `Component` Jul 12 02:36:08.089 INFO kablam! Jul 12 02:36:08.305 INFO kablam! error[E0046]: not all trait items implemented, missing: `eq_props` Jul 12 02:36:08.305 INFO kablam! --> src/lib.rs:390:9 Jul 12 02:36:08.305 INFO kablam! | Jul 12 02:36:08.305 INFO kablam! 390 | impl Component for ButtonComponent { Jul 12 02:36:08.305 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `eq_props` in implementation Jul 12 02:36:08.305 INFO kablam! | Jul 12 02:36:08.306 INFO kablam! ::: src/traits.rs:30:5 Jul 12 02:36:08.306 INFO kablam! | Jul 12 02:36:08.306 INFO kablam! 30 | fn eq_props(&self, rhs: &Self::Props) -> bool; Jul 12 02:36:08.306 INFO kablam! | ---------------------------------------------- `eq_props` from trait Jul 12 02:36:08.306 INFO kablam! Jul 12 02:36:08.306 INFO kablam! error[E0046]: not all trait items implemented, missing: `eq_props` Jul 12 02:36:08.306 INFO kablam! --> src/lib.rs:500:9 Jul 12 02:36:08.306 INFO kablam! | Jul 12 02:36:08.306 INFO kablam! 500 | impl Component for ButtonComponent { Jul 12 02:36:08.306 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `eq_props` in implementation Jul 12 02:36:08.306 INFO kablam! | Jul 12 02:36:08.307 INFO kablam! ::: src/traits.rs:30:5 Jul 12 02:36:08.307 INFO kablam! | Jul 12 02:36:08.307 INFO kablam! 30 | fn eq_props(&self, rhs: &Self::Props) -> bool; Jul 12 02:36:08.307 INFO kablam! | ---------------------------------------------- `eq_props` from trait Jul 12 02:36:08.307 INFO kablam! Jul 12 02:36:08.307 INFO kablam! error[E0046]: not all trait items implemented, missing: `eq_props` Jul 12 02:36:08.307 INFO kablam! --> src/lib.rs:544:9 Jul 12 02:36:08.307 INFO kablam! | Jul 12 02:36:08.307 INFO kablam! 544 | impl Component for ButtonComponent { Jul 12 02:36:08.307 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `eq_props` in implementation Jul 12 02:36:08.307 INFO kablam! | Jul 12 02:36:08.307 INFO kablam! ::: src/traits.rs:30:5 Jul 12 02:36:08.307 INFO kablam! | Jul 12 02:36:08.307 INFO kablam! 30 | fn eq_props(&self, rhs: &Self::Props) -> bool; Jul 12 02:36:08.307 INFO kablam! | ---------------------------------------------- `eq_props` from trait Jul 12 02:36:08.307 INFO kablam! Jul 12 02:36:08.307 INFO kablam! error[E0046]: not all trait items implemented, missing: `eq_props` Jul 12 02:36:08.307 INFO kablam! --> src/lib.rs:581:9 Jul 12 02:36:08.307 INFO kablam! | Jul 12 02:36:08.307 INFO kablam! 581 | impl Component for DivComponent { Jul 12 02:36:08.307 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `eq_props` in implementation Jul 12 02:36:08.307 INFO kablam! | Jul 12 02:36:08.307 INFO kablam! ::: src/traits.rs:30:5 Jul 12 02:36:08.307 INFO kablam! | Jul 12 02:36:08.308 INFO kablam! 30 | fn eq_props(&self, rhs: &Self::Props) -> bool; Jul 12 02:36:08.308 INFO kablam! | ---------------------------------------------- `eq_props` from trait Jul 12 02:36:08.308 INFO kablam! Jul 12 02:36:08.342 INFO kablam! error: aborting due to 8 previous errors Jul 12 02:36:08.342 INFO kablam! Jul 12 02:36:08.343 INFO kablam! Some errors occurred: E0046, E0407. Jul 12 02:36:08.344 INFO kablam! For more information about an error, try `rustc --explain E0046`. Jul 12 02:36:08.358 INFO kablam! error: Could not compile `papito_dom`. Jul 12 02:36:08.359 INFO kablam! warning: build failed, waiting for other jobs to finish... Jul 12 02:36:08.599 INFO kablam! error: build failed Jul 12 02:36:08.601 INFO kablam! su: No module specific data is present Jul 12 02:36:09.186 INFO running `"docker" "rm" "-f" "d5414069f063fbd6fa31af963fefd43d1432b8dbbccf11e617068599002c4163"` Jul 12 02:36:09.343 INFO blam! d5414069f063fbd6fa31af963fefd43d1432b8dbbccf11e617068599002c4163