Sep 17 14:29:41.488 INFO checking yew-0.4.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 14:29:41.488 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 14:29:41.488 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-4/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 14:29:41.802 INFO blam! 9fd82422db245964d8311c07a2441c1ce638974ce37b424b20b6b56f768929b1 Sep 17 14:29:41.807 INFO running `"docker" "start" "-a" "9fd82422db245964d8311c07a2441c1ce638974ce37b424b20b6b56f768929b1"` Sep 17 14:29:42.939 INFO kablam! usermod: no changes Sep 17 14:29:43.056 INFO kablam! Compiling stdweb-internal-runtime v0.1.0 Sep 17 14:29:43.061 INFO kablam! Checking discard v1.0.3 Sep 17 14:29:43.068 INFO kablam! Compiling serde v1.0.79 Sep 17 14:29:43.071 INFO kablam! Checking http v0.1.13 Sep 17 14:29:43.072 INFO kablam! Compiling syn v0.14.9 Sep 17 14:30:08.731 INFO kablam! Compiling synstructure v0.9.0 Sep 17 14:30:08.731 INFO kablam! Compiling stdweb-derive v0.5.0 Sep 17 14:30:13.724 INFO kablam! Checking stdweb v0.4.9 Sep 17 14:30:13.734 INFO kablam! Compiling failure_derive v0.1.2 Sep 17 14:30:16.884 INFO kablam! Checking failure v0.1.2 Sep 17 14:30:30.406 INFO kablam! Checking yew v0.4.0 (/source) Sep 17 14:30:31.571 INFO kablam! error: the trait bound `COMP: html::Component` is not satisfied Sep 17 14:30:31.571 INFO kablam! --> src/macros.rs:186:25 Sep 17 14:30:31.571 INFO kablam! | Sep 17 14:30:31.571 INFO kablam! 186 | type Stack = Vec>; Sep 17 14:30:31.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `html::Component` is not implemented for `COMP` Sep 17 14:30:31.571 INFO kablam! | Sep 17 14:30:31.571 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 14:30:31.571 INFO kablam! = help: consider adding a `where COMP: html::Component` bound Sep 17 14:30:31.571 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 14:30:31.571 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 14:30:31.571 INFO kablam! Sep 17 14:30:31.575 INFO kablam! error: the trait bound `MSG: html::Component` is not satisfied Sep 17 14:30:31.575 INFO kablam! --> src/html.rs:260:27 Sep 17 14:30:31.575 INFO kablam! | Sep 17 14:30:31.575 INFO kablam! 260 | pub type Html = VNode; Sep 17 14:30:31.575 INFO kablam! | ^^^^^^^^^^^^^^^ the trait `html::Component` is not implemented for `MSG` Sep 17 14:30:31.575 INFO kablam! | Sep 17 14:30:31.575 INFO kablam! = help: consider adding a `where MSG: html::Component` bound Sep 17 14:30:31.575 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 14:30:31.575 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 14:30:31.575 INFO kablam! Sep 17 14:30:31.583 INFO kablam! error: the trait bound `COMP: html::Component` is not satisfied Sep 17 14:30:31.583 INFO kablam! --> src/virtual_dom/vcomp.rs:21:33 Sep 17 14:30:31.583 INFO kablam! | Sep 17 14:30:31.583 INFO kablam! 21 | type LazyActivator = Rc>>>; Sep 17 14:30:31.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `html::Component` is not implemented for `COMP` Sep 17 14:30:31.583 INFO kablam! | Sep 17 14:30:31.583 INFO kablam! = help: consider adding a `where COMP: html::Component` bound Sep 17 14:30:31.583 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 14:30:31.583 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 14:30:31.583 INFO kablam! Sep 17 14:30:31.629 INFO kablam! error: the trait bound `COMP: html::Component` is not satisfied Sep 17 14:30:31.629 INFO kablam! --> src/macros.rs:186:25 Sep 17 14:30:31.629 INFO kablam! | Sep 17 14:30:31.629 INFO kablam! 186 | type Stack = Vec>; Sep 17 14:30:31.629 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `html::Component` is not implemented for `COMP` Sep 17 14:30:31.629 INFO kablam! | Sep 17 14:30:31.629 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 14:30:31.629 INFO kablam! = help: consider adding a `where COMP: html::Component` bound Sep 17 14:30:31.629 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 14:30:31.629 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 14:30:31.629 INFO kablam! Sep 17 14:30:31.633 INFO kablam! error: the trait bound `MSG: html::Component` is not satisfied Sep 17 14:30:31.633 INFO kablam! --> src/html.rs:260:27 Sep 17 14:30:31.633 INFO kablam! | Sep 17 14:30:31.633 INFO kablam! 260 | pub type Html = VNode; Sep 17 14:30:31.633 INFO kablam! | ^^^^^^^^^^^^^^^ the trait `html::Component` is not implemented for `MSG` Sep 17 14:30:31.633 INFO kablam! | Sep 17 14:30:31.633 INFO kablam! = help: consider adding a `where MSG: html::Component` bound Sep 17 14:30:31.633 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 14:30:31.633 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 14:30:31.633 INFO kablam! Sep 17 14:30:31.637 INFO kablam! error: the trait bound `COMP: html::Component` is not satisfied Sep 17 14:30:31.637 INFO kablam! --> src/virtual_dom/vcomp.rs:21:33 Sep 17 14:30:31.637 INFO kablam! | Sep 17 14:30:31.637 INFO kablam! 21 | type LazyActivator = Rc>>>; Sep 17 14:30:31.637 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `html::Component` is not implemented for `COMP` Sep 17 14:30:31.637 INFO kablam! | Sep 17 14:30:31.637 INFO kablam! = help: consider adding a `where COMP: html::Component` bound Sep 17 14:30:31.637 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 14:30:31.637 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 14:30:31.637 INFO kablam! Sep 17 14:30:31.668 INFO kablam! error: aborting due to 3 previous errors Sep 17 14:30:31.669 INFO kablam! Sep 17 14:30:31.680 INFO kablam! error: Could not compile `yew`. Sep 17 14:30:31.681 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 14:30:31.731 INFO kablam! error: aborting due to 3 previous errors Sep 17 14:30:31.731 INFO kablam! Sep 17 14:30:31.745 INFO kablam! error: Could not compile `yew`. Sep 17 14:30:31.746 INFO kablam! Sep 17 14:30:31.746 INFO kablam! To learn more, run the command again with --verbose. Sep 17 14:30:31.746 INFO kablam! su: No module specific data is present Sep 17 14:30:32.318 INFO running `"docker" "rm" "-f" "9fd82422db245964d8311c07a2441c1ce638974ce37b424b20b6b56f768929b1"` Sep 17 14:30:32.583 INFO blam! 9fd82422db245964d8311c07a2441c1ce638974ce37b424b20b6b56f768929b1