Sep 17 19:58:39.306 INFO checking pistoncore-input-0.21.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033
Sep 17 19:58:39.306 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets
Sep 17 19:58:39.306 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 19:58:39.568 INFO blam! 4103ea8d320f19a82a19bd5df5f0c73398b143d16183b3f25a925e81e6bbe76c
Sep 17 19:58:39.570 INFO running `"docker" "start" "-a" "4103ea8d320f19a82a19bd5df5f0c73398b143d16183b3f25a925e81e6bbe76c"`
Sep 17 19:58:40.939 INFO kablam! usermod: no changes
Sep 17 19:58:41.004 INFO kablam! Checking pistoncore-input v0.21.0 (/source)
Sep 17 19:58:47.215 INFO kablam! error[E0599]: no variant named `Render` found for type `input::Input` in the current scope
Sep 17 19:58:47.215 INFO kablam! --> benches/render.rs:12:13
Sep 17 19:58:47.215 INFO kablam! |
Sep 17 19:58:47.215 INFO kablam! 12 | let e = Input::Render(RenderArgs {
Sep 17 19:58:47.215 INFO kablam! | ^^^^^^^^^^^^^ variant not found in `input::Input`
Sep 17 19:58:47.215 INFO kablam!
Sep 17 19:58:47.215 INFO kablam! error[E0277]: the trait bound `input::Input: input::RenderEvent` is not satisfied
Sep 17 19:58:47.215 INFO kablam! --> benches/render.rs:26:46
Sep 17 19:58:47.215 INFO kablam! |
Sep 17 19:58:47.215 INFO kablam! 26 | bencher.iter(|| { let _: Option = RenderEvent::from_render_args(&args, &e); });
Sep 17 19:58:47.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::RenderEvent` is not implemented for `input::Input`
Sep 17 19:58:47.215 INFO kablam! |
Sep 17 19:58:47.215 INFO kablam! = note: required by `input::RenderEvent::from_render_args`
Sep 17 19:58:47.215 INFO kablam!
Sep 17 19:58:47.219 INFO kablam! error: aborting due to 2 previous errors
Sep 17 19:58:47.219 INFO kablam!
Sep 17 19:58:47.219 INFO kablam! Some errors occurred: E0277, E0599.
Sep 17 19:58:47.219 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Sep 17 19:58:47.227 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 17 19:58:47.227 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 17 19:58:47.281 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseCursorEvent` is not satisfied
Sep 17 19:58:47.281 INFO kablam! --> benches/mouse.rs:13:46
Sep 17 19:58:47.281 INFO kablam! |
Sep 17 19:58:47.281 INFO kablam! 13 | bencher.iter(|| { let _: Option = MouseCursorEvent::from_xy(1.0, 0.0, &e); });
Sep 17 19:58:47.281 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseCursorEvent` is not implemented for `input::Input`
Sep 17 19:58:47.281 INFO kablam! |
Sep 17 19:58:47.281 INFO kablam! = note: required by `input::MouseCursorEvent::from_xy`
Sep 17 19:58:47.281 INFO kablam!
Sep 17 19:58:47.283 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseRelativeEvent` is not satisfied
Sep 17 19:58:47.283 INFO kablam! --> benches/mouse.rs:19:46
Sep 17 19:58:47.283 INFO kablam! |
Sep 17 19:58:47.283 INFO kablam! 19 | bencher.iter(|| { let _: Option = MouseRelativeEvent::from_xy(1.0, 0.0, &e); });
Sep 17 19:58:47.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseRelativeEvent` is not implemented for `input::Input`
Sep 17 19:58:47.283 INFO kablam! |
Sep 17 19:58:47.283 INFO kablam! = note: required by `input::MouseRelativeEvent::from_xy`
Sep 17 19:58:47.283 INFO kablam!
Sep 17 19:58:47.283 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseScrollEvent` is not satisfied
Sep 17 19:58:47.283 INFO kablam! --> benches/mouse.rs:25:46
Sep 17 19:58:47.283 INFO kablam! |
Sep 17 19:58:47.283 INFO kablam! 25 | bencher.iter(|| { let _: Option = MouseScrollEvent::from_xy(1.0, 0.0, &e); });
Sep 17 19:58:47.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseScrollEvent` is not implemented for `input::Input`
Sep 17 19:58:47.283 INFO kablam! |
Sep 17 19:58:47.283 INFO kablam! = note: required by `input::MouseScrollEvent::from_xy`
Sep 17 19:58:47.283 INFO kablam!
Sep 17 19:58:47.291 INFO kablam! error: aborting due to 3 previous errors
Sep 17 19:58:47.291 INFO kablam!
Sep 17 19:58:47.291 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 17 19:58:47.301 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 17 19:58:47.301 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 17 19:58:47.491 INFO kablam! error[E0599]: no variant named `Update` found for type `input::Input` in the current scope
Sep 17 19:58:47.491 INFO kablam! --> benches/update.rs:12:13
Sep 17 19:58:47.491 INFO kablam! |
Sep 17 19:58:47.491 INFO kablam! 12 | let e = Input::Update(UpdateArgs { dt: 0.0 });
Sep 17 19:58:47.491 INFO kablam! | ^^^^^^^^^^^^^ variant not found in `input::Input`
Sep 17 19:58:47.491 INFO kablam!
Sep 17 19:58:47.491 INFO kablam! error[E0277]: the trait bound `input::Input: input::UpdateEvent` is not satisfied
Sep 17 19:58:47.491 INFO kablam! --> benches/update.rs:14:46
Sep 17 19:58:47.491 INFO kablam! |
Sep 17 19:58:47.491 INFO kablam! 14 | bencher.iter(|| { let _: Option = UpdateEvent::from_update_args(&args, &e); });
Sep 17 19:58:47.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::UpdateEvent` is not implemented for `input::Input`
Sep 17 19:58:47.503 INFO kablam! |
Sep 17 19:58:47.503 INFO kablam! = note: required by `input::UpdateEvent::from_update_args`
Sep 17 19:58:47.503 INFO kablam!
Sep 17 19:58:47.511 INFO kablam! error: aborting due to 2 previous errors
Sep 17 19:58:47.531 INFO kablam!
Sep 17 19:58:47.531 INFO kablam! Some errors occurred: E0277, E0599.
Sep 17 19:58:47.531 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Sep 17 19:58:47.599 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 17 19:58:47.599 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 17 19:58:47.599 INFO kablam! error[E0599]: no variant named `Release` found for type `input::Input` in the current scope
Sep 17 19:58:47.599 INFO kablam! --> benches/release.rs:12:13
Sep 17 19:58:47.599 INFO kablam! |
Sep 17 19:58:47.599 INFO kablam! 12 | let e = Input::Release(Button::Keyboard(Key::S));
Sep 17 19:58:47.599 INFO kablam! | ^^^^^^^^^^^^^^ variant not found in `input::Input`
Sep 17 19:58:47.599 INFO kablam!
Sep 17 19:58:47.603 INFO kablam! error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied
Sep 17 19:58:47.603 INFO kablam! --> benches/release.rs:14:46
Sep 17 19:58:47.603 INFO kablam! |
Sep 17 19:58:47.603 INFO kablam! 14 | bencher.iter(|| { let _: Option = ReleaseEvent::from_button(button, &e); });
Sep 17 19:58:47.603 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input`
Sep 17 19:58:47.603 INFO kablam! |
Sep 17 19:58:47.603 INFO kablam! = note: required because of the requirements on the impl of `input::ReleaseEvent` for `input::Input`
Sep 17 19:58:47.603 INFO kablam! = note: required by `input::ReleaseEvent::from_button`
Sep 17 19:58:47.603 INFO kablam!
Sep 17 19:58:47.611 INFO kablam! error: aborting due to 2 previous errors
Sep 17 19:58:47.611 INFO kablam!
Sep 17 19:58:47.611 INFO kablam! Some errors occurred: E0277, E0599.
Sep 17 19:58:47.611 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Sep 17 19:58:47.615 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 17 19:58:47.615 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 17 19:58:47.756 INFO kablam! error[E0277]: the trait bound `input::Input: input::ResizeEvent` is not satisfied
Sep 17 19:58:47.756 INFO kablam! --> benches/resize.rs:13:46
Sep 17 19:58:47.756 INFO kablam! |
Sep 17 19:58:47.756 INFO kablam! 13 | bencher.iter(|| { let _: Option = ResizeEvent::from_width_height(100, 100, &e); });
Sep 17 19:58:47.756 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ResizeEvent` is not implemented for `input::Input`
Sep 17 19:58:47.756 INFO kablam! |
Sep 17 19:58:47.756 INFO kablam! = note: required by `input::ResizeEvent::from_width_height`
Sep 17 19:58:47.756 INFO kablam!
Sep 17 19:58:47.767 INFO kablam! error: aborting due to previous error
Sep 17 19:58:47.767 INFO kablam!
Sep 17 19:58:47.767 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 17 19:58:47.799 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 17 19:58:47.799 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 17 19:58:47.847 INFO kablam! error[E0277]: the trait bound `input::Input: input::CursorEvent` is not satisfied
Sep 17 19:58:47.847 INFO kablam! --> benches/cursor.rs:12:46
Sep 17 19:58:47.847 INFO kablam! |
Sep 17 19:58:47.847 INFO kablam! 12 | bencher.iter(|| { let _: Option = CursorEvent::from_cursor(true, &e); });
Sep 17 19:58:47.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::CursorEvent` is not implemented for `input::Input`
Sep 17 19:58:47.847 INFO kablam! |
Sep 17 19:58:47.847 INFO kablam! = note: required by `input::CursorEvent::from_cursor`
Sep 17 19:58:47.847 INFO kablam!
Sep 17 19:58:47.847 INFO kablam! error: aborting due to previous error
Sep 17 19:58:47.847 INFO kablam!
Sep 17 19:58:47.847 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 17 19:58:47.847 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 17 19:58:47.847 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 17 19:58:47.863 INFO kablam! error[E0599]: no variant named `AfterRender` found for type `input::Input` in the current scope
Sep 17 19:58:47.863 INFO kablam! --> benches/after_render.rs:12:13
Sep 17 19:58:47.863 INFO kablam! |
Sep 17 19:58:47.863 INFO kablam! 12 | let e = Input::AfterRender(AfterRenderArgs);
Sep 17 19:58:47.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^ variant not found in `input::Input`
Sep 17 19:58:47.863 INFO kablam!
Sep 17 19:58:47.863 INFO kablam! error[E0277]: the trait bound `input::Input: input::AfterRenderEvent` is not satisfied
Sep 17 19:58:47.863 INFO kablam! --> benches/after_render.rs:15:32
Sep 17 19:58:47.863 INFO kablam! |
Sep 17 19:58:47.863 INFO kablam! 15 | let _: Option = AfterRenderEvent::from_after_render_args(&args, &e);
Sep 17 19:58:47.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::AfterRenderEvent` is not implemented for `input::Input`
Sep 17 19:58:47.863 INFO kablam! |
Sep 17 19:58:47.863 INFO kablam! = note: required by `input::AfterRenderEvent::from_after_render_args`
Sep 17 19:58:47.863 INFO kablam!
Sep 17 19:58:47.867 INFO kablam! error: aborting due to 2 previous errors
Sep 17 19:58:47.867 INFO kablam!
Sep 17 19:58:47.867 INFO kablam! Some errors occurred: E0277, E0599.
Sep 17 19:58:47.867 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Sep 17 19:58:47.878 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 17 19:58:47.878 INFO kablam!
Sep 17 19:58:47.878 INFO kablam! To learn more, run the command again with --verbose.
Sep 17 19:58:47.878 INFO kablam! su: No module specific data is present
Sep 17 19:58:48.809 INFO running `"docker" "rm" "-f" "4103ea8d320f19a82a19bd5df5f0c73398b143d16183b3f25a925e81e6bbe76c"`
Sep 17 19:58:49.146 INFO blam! 4103ea8d320f19a82a19bd5df5f0c73398b143d16183b3f25a925e81e6bbe76c