Sep 04 08:10:11.604 INFO checking pistoncore-input-0.20.0 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893
Sep 04 08:10:11.604 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets
Sep 04 08:10:11.604 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"`
Sep 04 08:10:11.810 INFO blam! cdacfea3bec9c0f8863f71b47c4ca4865095950b40c99620d78881b8b0396425
Sep 04 08:10:11.812 INFO running `"docker" "start" "-a" "cdacfea3bec9c0f8863f71b47c4ca4865095950b40c99620d78881b8b0396425"`
Sep 04 08:10:12.592 INFO kablam! Checking pistoncore-input v0.20.0 (file:///source)
Sep 04 08:10:21.116 INFO kablam! error[E0599]: no variant named `Press` found for type `input::Input` in the current scope
Sep 04 08:10:21.116 INFO kablam! --> benches/press.rs:12:13
Sep 04 08:10:21.116 INFO kablam! |
Sep 04 08:10:21.116 INFO kablam! 12 | let e = Input::Press(Button::Keyboard(Key::S));
Sep 04 08:10:21.116 INFO kablam! | ^^^^^^^^^^^^ variant not found in `input::Input`
Sep 04 08:10:21.116 INFO kablam!
Sep 04 08:10:21.118 INFO kablam! error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied
Sep 04 08:10:21.118 INFO kablam! --> benches/press.rs:14:46
Sep 04 08:10:21.118 INFO kablam! |
Sep 04 08:10:21.118 INFO kablam! 14 | bencher.iter(|| { let _: Option = PressEvent::from_button(button, &e); });
Sep 04 08:10:21.118 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input`
Sep 04 08:10:21.118 INFO kablam! |
Sep 04 08:10:21.118 INFO kablam! = note: required because of the requirements on the impl of `input::PressEvent` for `input::Input`
Sep 04 08:10:21.118 INFO kablam! = note: required by `input::PressEvent::from_button`
Sep 04 08:10:21.119 INFO kablam!
Sep 04 08:10:21.122 INFO kablam! error: aborting due to 2 previous errors
Sep 04 08:10:21.122 INFO kablam!
Sep 04 08:10:21.122 INFO kablam! Some errors occurred: E0277, E0599.
Sep 04 08:10:21.122 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Sep 04 08:10:21.158 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 04 08:10:21.158 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 04 08:10:21.232 INFO kablam! error[E0599]: no variant named `Release` found for type `input::Input` in the current scope
Sep 04 08:10:21.232 INFO kablam! --> benches/release.rs:12:13
Sep 04 08:10:21.232 INFO kablam! |
Sep 04 08:10:21.232 INFO kablam! 12 | let e = Input::Release(Button::Keyboard(Key::S));
Sep 04 08:10:21.232 INFO kablam! | ^^^^^^^^^^^^^^ variant not found in `input::Input`
Sep 04 08:10:21.232 INFO kablam!
Sep 04 08:10:21.234 INFO kablam! error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied
Sep 04 08:10:21.234 INFO kablam! --> benches/release.rs:14:46
Sep 04 08:10:21.234 INFO kablam! |
Sep 04 08:10:21.235 INFO kablam! 14 | bencher.iter(|| { let _: Option = ReleaseEvent::from_button(button, &e); });
Sep 04 08:10:21.235 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input`
Sep 04 08:10:21.235 INFO kablam! |
Sep 04 08:10:21.235 INFO kablam! = note: required because of the requirements on the impl of `input::ReleaseEvent` for `input::Input`
Sep 04 08:10:21.235 INFO kablam! = note: required by `input::ReleaseEvent::from_button`
Sep 04 08:10:21.235 INFO kablam!
Sep 04 08:10:21.301 INFO kablam! error: aborting due to 2 previous errors
Sep 04 08:10:21.301 INFO kablam!
Sep 04 08:10:21.301 INFO kablam! Some errors occurred: E0277, E0599.
Sep 04 08:10:21.301 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Sep 04 08:10:21.363 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 04 08:10:21.363 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 04 08:10:21.477 INFO kablam! error[E0277]: the trait bound `input::Input: input::FocusEvent` is not satisfied
Sep 04 08:10:21.477 INFO kablam! --> benches/focus.rs:13:46
Sep 04 08:10:21.477 INFO kablam! |
Sep 04 08:10:21.477 INFO kablam! 13 | bencher.iter(|| { let _: Option = FocusEvent::from_focused(true, &e); });
Sep 04 08:10:21.477 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::FocusEvent` is not implemented for `input::Input`
Sep 04 08:10:21.477 INFO kablam! |
Sep 04 08:10:21.477 INFO kablam! = note: required by `input::FocusEvent::from_focused`
Sep 04 08:10:21.477 INFO kablam!
Sep 04 08:10:21.481 INFO kablam! error: aborting due to previous error
Sep 04 08:10:21.481 INFO kablam! error[E0277]: the trait bound `input::Input: input::CursorEvent` is not satisfied
Sep 04 08:10:21.481 INFO kablam! --> benches/cursor.rs:12:46
Sep 04 08:10:21.481 INFO kablam! |
Sep 04 08:10:21.481 INFO kablam! 12 | bencher.iter(|| { let _: Option = CursorEvent::from_cursor(true, &e); });
Sep 04 08:10:21.481 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::CursorEvent` is not implemented for `input::Input`
Sep 04 08:10:21.481 INFO kablam! |
Sep 04 08:10:21.481 INFO kablam! = note: required by `input::CursorEvent::from_cursor`
Sep 04 08:10:21.481 INFO kablam!
Sep 04 08:10:21.481 INFO kablam!
Sep 04 08:10:21.482 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 04 08:10:21.484 INFO kablam! error: aborting due to previous error
Sep 04 08:10:21.484 INFO kablam!
Sep 04 08:10:21.484 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 04 08:10:21.494 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 04 08:10:21.494 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 04 08:10:21.494 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 04 08:10:21.495 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 04 08:10:21.587 INFO kablam! error[E0599]: no variant named `AfterRender` found for type `input::Input` in the current scope
Sep 04 08:10:21.587 INFO kablam! --> benches/after_render.rs:12:13
Sep 04 08:10:21.587 INFO kablam! |
Sep 04 08:10:21.587 INFO kablam! 12 | let e = Input::AfterRender(AfterRenderArgs);
Sep 04 08:10:21.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^ variant not found in `input::Input`
Sep 04 08:10:21.587 INFO kablam!
Sep 04 08:10:21.590 INFO kablam! error[E0277]: the trait bound `input::Input: input::AfterRenderEvent` is not satisfied
Sep 04 08:10:21.590 INFO kablam! --> benches/after_render.rs:15:32
Sep 04 08:10:21.590 INFO kablam! |
Sep 04 08:10:21.590 INFO kablam! 15 | let _: Option = AfterRenderEvent::from_after_render_args(&args, &e);
Sep 04 08:10:21.590 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::AfterRenderEvent` is not implemented for `input::Input`
Sep 04 08:10:21.590 INFO kablam! |
Sep 04 08:10:21.590 INFO kablam! = note: required by `input::AfterRenderEvent::from_after_render_args`
Sep 04 08:10:21.590 INFO kablam!
Sep 04 08:10:21.594 INFO kablam! error: aborting due to 2 previous errors
Sep 04 08:10:21.594 INFO kablam!
Sep 04 08:10:21.595 INFO kablam! Some errors occurred: E0277, E0599.
Sep 04 08:10:21.595 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Sep 04 08:10:21.605 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 04 08:10:21.606 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 04 08:10:21.756 INFO kablam! error[E0599]: no variant named `Idle` found for type `input::Input` in the current scope
Sep 04 08:10:21.756 INFO kablam! --> benches/idle.rs:12:13
Sep 04 08:10:21.756 INFO kablam! |
Sep 04 08:10:21.756 INFO kablam! 12 | let e = Input::Idle(IdleArgs { dt: 1.0 });
Sep 04 08:10:21.756 INFO kablam! | ^^^^^^^^^^^ variant not found in `input::Input`
Sep 04 08:10:21.756 INFO kablam!
Sep 04 08:10:21.759 INFO kablam! error[E0277]: the trait bound `input::Input: input::IdleEvent` is not satisfied
Sep 04 08:10:21.760 INFO kablam! --> benches/idle.rs:14:46
Sep 04 08:10:21.760 INFO kablam! |
Sep 04 08:10:21.760 INFO kablam! 14 | bencher.iter(|| { let _: Option = IdleEvent::from_idle_args(&args, &e); });
Sep 04 08:10:21.760 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::IdleEvent` is not implemented for `input::Input`
Sep 04 08:10:21.760 INFO kablam! |
Sep 04 08:10:21.760 INFO kablam! = note: required by `input::IdleEvent::from_idle_args`
Sep 04 08:10:21.760 INFO kablam!
Sep 04 08:10:21.765 INFO kablam! error: aborting due to 2 previous errors
Sep 04 08:10:21.765 INFO kablam!
Sep 04 08:10:21.765 INFO kablam! Some errors occurred: E0277, E0599.
Sep 04 08:10:21.765 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Sep 04 08:10:21.776 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 04 08:10:21.776 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 04 08:10:21.804 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseCursorEvent` is not satisfied
Sep 04 08:10:21.804 INFO kablam! --> benches/mouse.rs:13:46
Sep 04 08:10:21.804 INFO kablam! |
Sep 04 08:10:21.804 INFO kablam! 13 | bencher.iter(|| { let _: Option = MouseCursorEvent::from_xy(1.0, 0.0, &e); });
Sep 04 08:10:21.804 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseCursorEvent` is not implemented for `input::Input`
Sep 04 08:10:21.804 INFO kablam! |
Sep 04 08:10:21.804 INFO kablam! = note: required by `input::MouseCursorEvent::from_xy`
Sep 04 08:10:21.804 INFO kablam!
Sep 04 08:10:21.805 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseRelativeEvent` is not satisfied
Sep 04 08:10:21.805 INFO kablam! --> benches/mouse.rs:19:46
Sep 04 08:10:21.805 INFO kablam! |
Sep 04 08:10:21.805 INFO kablam! 19 | bencher.iter(|| { let _: Option = MouseRelativeEvent::from_xy(1.0, 0.0, &e); });
Sep 04 08:10:21.805 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseRelativeEvent` is not implemented for `input::Input`
Sep 04 08:10:21.805 INFO kablam! |
Sep 04 08:10:21.805 INFO kablam! = note: required by `input::MouseRelativeEvent::from_xy`
Sep 04 08:10:21.805 INFO kablam!
Sep 04 08:10:21.806 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseScrollEvent` is not satisfied
Sep 04 08:10:21.806 INFO kablam! --> benches/mouse.rs:25:46
Sep 04 08:10:21.806 INFO kablam! |
Sep 04 08:10:21.806 INFO kablam! 25 | bencher.iter(|| { let _: Option = MouseScrollEvent::from_xy(1.0, 0.0, &e); });
Sep 04 08:10:21.806 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseScrollEvent` is not implemented for `input::Input`
Sep 04 08:10:21.806 INFO kablam! |
Sep 04 08:10:21.806 INFO kablam! = note: required by `input::MouseScrollEvent::from_xy`
Sep 04 08:10:21.806 INFO kablam!
Sep 04 08:10:21.808 INFO kablam! error: aborting due to 3 previous errors
Sep 04 08:10:21.808 INFO kablam!
Sep 04 08:10:21.808 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 04 08:10:21.814 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 04 08:10:21.814 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 04 08:10:22.189 INFO kablam! error[E0599]: no variant named `Update` found for type `input::Input` in the current scope
Sep 04 08:10:22.190 INFO kablam! --> benches/update.rs:12:13
Sep 04 08:10:22.190 INFO kablam! |
Sep 04 08:10:22.190 INFO kablam! 12 | let e = Input::Update(UpdateArgs { dt: 0.0 });
Sep 04 08:10:22.190 INFO kablam! | ^^^^^^^^^^^^^ variant not found in `input::Input`
Sep 04 08:10:22.190 INFO kablam!
Sep 04 08:10:22.192 INFO kablam! error[E0277]: the trait bound `input::Input: input::UpdateEvent` is not satisfied
Sep 04 08:10:22.192 INFO kablam! --> benches/update.rs:14:46
Sep 04 08:10:22.192 INFO kablam! |
Sep 04 08:10:22.192 INFO kablam! 14 | bencher.iter(|| { let _: Option = UpdateEvent::from_update_args(&args, &e); });
Sep 04 08:10:22.192 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::UpdateEvent` is not implemented for `input::Input`
Sep 04 08:10:22.192 INFO kablam! |
Sep 04 08:10:22.192 INFO kablam! = note: required by `input::UpdateEvent::from_update_args`
Sep 04 08:10:22.192 INFO kablam!
Sep 04 08:10:22.195 INFO kablam! error: aborting due to 2 previous errors
Sep 04 08:10:22.196 INFO kablam!
Sep 04 08:10:22.196 INFO kablam! Some errors occurred: E0277, E0599.
Sep 04 08:10:22.196 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Sep 04 08:10:22.206 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 04 08:10:22.206 INFO kablam!
Sep 04 08:10:22.206 INFO kablam! To learn more, run the command again with --verbose.
Sep 04 08:10:22.207 INFO kablam! su: No module specific data is present
Sep 04 08:10:22.573 INFO running `"docker" "rm" "-f" "cdacfea3bec9c0f8863f71b47c4ca4865095950b40c99620d78881b8b0396425"`
Sep 04 08:10:22.682 INFO blam! cdacfea3bec9c0f8863f71b47c4ca4865095950b40c99620d78881b8b0396425