Sep 21 00:15:43.977 INFO checking yew-0.4.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 00:15:43.977 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 00:15:43.977 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-5/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 00:15:44.190 INFO blam! 751f66a9f5576b19250fdb9d601eba3813dc36e05f554331043b2222128d913a Sep 21 00:15:44.193 INFO running `"docker" "start" "-a" "751f66a9f5576b19250fdb9d601eba3813dc36e05f554331043b2222128d913a"` Sep 21 00:15:44.679 INFO kablam! usermod: no changes Sep 21 00:15:44.771 INFO kablam! Compiling stdweb-internal-runtime v0.1.0 Sep 21 00:15:44.772 INFO kablam! Checking discard v1.0.4 Sep 21 00:15:44.786 INFO kablam! Compiling serde v1.0.79 Sep 21 00:15:44.795 INFO kablam! Compiling syn v0.14.9 Sep 21 00:16:07.414 INFO kablam! Compiling synstructure v0.9.0 Sep 21 00:16:07.414 INFO kablam! Compiling stdweb-derive v0.5.0 Sep 21 00:16:14.630 INFO kablam! Checking stdweb v0.4.9 Sep 21 00:16:15.217 INFO kablam! Compiling failure_derive v0.1.2 Sep 21 00:16:19.034 INFO kablam! Checking failure v0.1.2 Sep 21 00:16:33.498 INFO kablam! Checking yew v0.4.0 (/source) Sep 21 00:16:35.150 INFO kablam! warning: the trait bound `COMP: html::Component` is not satisfied Sep 21 00:16:35.150 INFO kablam! --> src/macros.rs:186:25 Sep 21 00:16:35.150 INFO kablam! | Sep 21 00:16:35.150 INFO kablam! 186 | type Stack = Vec>; Sep 21 00:16:35.150 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `html::Component` is not implemented for `COMP` Sep 21 00:16:35.150 INFO kablam! | Sep 21 00:16:35.150 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 00:16:35.150 INFO kablam! = help: consider adding a `where COMP: html::Component` bound Sep 21 00:16:35.150 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 00:16:35.150 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 00:16:35.150 INFO kablam! Sep 21 00:16:35.155 INFO kablam! warning: the trait bound `MSG: html::Component` is not satisfied Sep 21 00:16:35.155 INFO kablam! --> src/html.rs:260:27 Sep 21 00:16:35.155 INFO kablam! | Sep 21 00:16:35.155 INFO kablam! 260 | pub type Html = VNode; Sep 21 00:16:35.155 INFO kablam! | ^^^^^^^^^^^^^^^ the trait `html::Component` is not implemented for `MSG` Sep 21 00:16:35.155 INFO kablam! | Sep 21 00:16:35.155 INFO kablam! = help: consider adding a `where MSG: html::Component` bound Sep 21 00:16:35.155 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 00:16:35.155 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 00:16:35.155 INFO kablam! Sep 21 00:16:35.158 INFO kablam! warning: the trait bound `COMP: html::Component` is not satisfied Sep 21 00:16:35.158 INFO kablam! --> src/virtual_dom/vcomp.rs:21:33 Sep 21 00:16:35.158 INFO kablam! | Sep 21 00:16:35.158 INFO kablam! 21 | type LazyActivator = Rc>>>; Sep 21 00:16:35.158 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `html::Component` is not implemented for `COMP` Sep 21 00:16:35.158 INFO kablam! | Sep 21 00:16:35.158 INFO kablam! = help: consider adding a `where COMP: html::Component` bound Sep 21 00:16:35.158 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 00:16:35.158 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 00:16:35.158 INFO kablam! Sep 21 00:16:35.174 INFO kablam! warning: the trait bound `COMP: html::Component` is not satisfied Sep 21 00:16:35.174 INFO kablam! --> src/macros.rs:186:25 Sep 21 00:16:35.174 INFO kablam! | Sep 21 00:16:35.174 INFO kablam! 186 | type Stack = Vec>; Sep 21 00:16:35.174 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `html::Component` is not implemented for `COMP` Sep 21 00:16:35.174 INFO kablam! | Sep 21 00:16:35.174 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 00:16:35.174 INFO kablam! = help: consider adding a `where COMP: html::Component` bound Sep 21 00:16:35.174 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 00:16:35.174 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 00:16:35.174 INFO kablam! Sep 21 00:16:35.178 INFO kablam! warning: the trait bound `MSG: html::Component` is not satisfied Sep 21 00:16:35.178 INFO kablam! --> src/html.rs:260:27 Sep 21 00:16:35.178 INFO kablam! | Sep 21 00:16:35.178 INFO kablam! 260 | pub type Html = VNode; Sep 21 00:16:35.178 INFO kablam! | ^^^^^^^^^^^^^^^ the trait `html::Component` is not implemented for `MSG` Sep 21 00:16:35.178 INFO kablam! | Sep 21 00:16:35.178 INFO kablam! = help: consider adding a `where MSG: html::Component` bound Sep 21 00:16:35.179 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 00:16:35.179 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 00:16:35.179 INFO kablam! Sep 21 00:16:35.186 INFO kablam! warning: the trait bound `COMP: html::Component` is not satisfied Sep 21 00:16:35.186 INFO kablam! --> src/virtual_dom/vcomp.rs:21:33 Sep 21 00:16:35.186 INFO kablam! | Sep 21 00:16:35.186 INFO kablam! 21 | type LazyActivator = Rc>>>; Sep 21 00:16:35.186 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `html::Component` is not implemented for `COMP` Sep 21 00:16:35.186 INFO kablam! | Sep 21 00:16:35.186 INFO kablam! = help: consider adding a `where COMP: html::Component` bound Sep 21 00:16:35.186 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 00:16:35.186 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 00:16:35.186 INFO kablam! Sep 21 00:16:37.190 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 52.48s Sep 21 00:16:37.190 INFO kablam! su: No module specific data is present Sep 21 00:16:38.036 INFO running `"docker" "rm" "-f" "751f66a9f5576b19250fdb9d601eba3813dc36e05f554331043b2222128d913a"` Sep 21 00:16:38.153 INFO blam! 751f66a9f5576b19250fdb9d601eba3813dc36e05f554331043b2222128d913a