Jul 12 02:09:29.318 INFO checking pistoncore-input-0.21.0 against master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9 for pr-52234
Jul 12 02:09:29.318 INFO running: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets
Jul 12 02:09:29.318 INFO creating container for: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets
Jul 12 02:09:29.319 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-52234/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-6/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/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 +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"`
Jul 12 02:09:29.558 INFO blam! 7160ea6d9277f3eccf9279b165da859c14e648fd5b3ecb497b4102fda52663ab
Jul 12 02:09:29.560 INFO running `"docker" "start" "-a" "7160ea6d9277f3eccf9279b165da859c14e648fd5b3ecb497b4102fda52663ab"`
Jul 12 02:09:30.571 INFO kablam! Checking pistoncore-input v0.21.0 (file:///source)
Jul 12 02:09:46.125 INFO kablam! error[E0599]: no variant named `Idle` found for type `input::Input` in the current scope
Jul 12 02:09:46.126 INFO kablam! --> benches/idle.rs:12:13
Jul 12 02:09:46.126 INFO kablam! |
Jul 12 02:09:46.126 INFO kablam! 12 | let e = Input::Idle(IdleArgs { dt: 1.0 });
Jul 12 02:09:46.126 INFO kablam! | ^^^^^^^^^^^ variant not found in `input::Input`
Jul 12 02:09:46.126 INFO kablam!
Jul 12 02:09:46.127 INFO kablam! error[E0277]: the trait bound `input::Input: input::IdleEvent` is not satisfied
Jul 12 02:09:46.127 INFO kablam! --> benches/idle.rs:14:46
Jul 12 02:09:46.127 INFO kablam! |
Jul 12 02:09:46.127 INFO kablam! 14 | bencher.iter(|| { let _: Option = IdleEvent::from_idle_args(&args, &e); });
Jul 12 02:09:46.127 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::IdleEvent` is not implemented for `input::Input`
Jul 12 02:09:46.128 INFO kablam! |
Jul 12 02:09:46.128 INFO kablam! = note: required by `input::IdleEvent::from_idle_args`
Jul 12 02:09:46.128 INFO kablam!
Jul 12 02:09:46.132 INFO kablam! error: aborting due to 2 previous errors
Jul 12 02:09:46.132 INFO kablam!
Jul 12 02:09:46.132 INFO kablam! Some errors occurred: E0277, E0599.
Jul 12 02:09:46.132 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Jul 12 02:09:46.143 INFO kablam! error: Could not compile `pistoncore-input`.
Jul 12 02:09:46.143 INFO kablam! warning: build failed, waiting for other jobs to finish...
Jul 12 02:09:46.534 INFO kablam! error[E0277]: the trait bound `input::Input: input::ControllerAxisEvent` is not satisfied
Jul 12 02:09:46.534 INFO kablam! --> benches/controller_axis.rs:17:32
Jul 12 02:09:46.534 INFO kablam! |
Jul 12 02:09:46.534 INFO kablam! 17 | let _: Option = ControllerAxisEvent::from_controller_axis_args(ControllerAxisArgs {
Jul 12 02:09:46.534 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ControllerAxisEvent` is not implemented for `input::Input`
Jul 12 02:09:46.535 INFO kablam! |
Jul 12 02:09:46.536 INFO kablam! = note: required by `input::ControllerAxisEvent::from_controller_axis_args`
Jul 12 02:09:46.536 INFO kablam!
Jul 12 02:09:46.540 INFO kablam! error: aborting due to previous error
Jul 12 02:09:46.540 INFO kablam!
Jul 12 02:09:46.541 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Jul 12 02:09:46.551 INFO kablam! error: Could not compile `pistoncore-input`.
Jul 12 02:09:46.552 INFO kablam! warning: build failed, waiting for other jobs to finish...
Jul 12 02:09:46.880 INFO kablam! error[E0599]: no variant named `Press` found for type `input::Input` in the current scope
Jul 12 02:09:46.880 INFO kablam! --> benches/press.rs:12:13
Jul 12 02:09:46.880 INFO kablam! |
Jul 12 02:09:46.880 INFO kablam! 12 | let e = Input::Press(Button::Keyboard(Key::S));
Jul 12 02:09:46.880 INFO kablam! | ^^^^^^^^^^^^ variant not found in `input::Input`
Jul 12 02:09:46.898 INFO kablam!
Jul 12 02:09:46.901 INFO kablam! error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied
Jul 12 02:09:46.901 INFO kablam! --> benches/press.rs:14:46
Jul 12 02:09:46.901 INFO kablam! |
Jul 12 02:09:46.901 INFO kablam! 14 | bencher.iter(|| { let _: Option = PressEvent::from_button(button, &e); });
Jul 12 02:09:46.901 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input`
Jul 12 02:09:46.901 INFO kablam! |
Jul 12 02:09:46.901 INFO kablam! = note: required because of the requirements on the impl of `input::PressEvent` for `input::Input`
Jul 12 02:09:46.901 INFO kablam! = note: required by `input::PressEvent::from_button`
Jul 12 02:09:46.901 INFO kablam!
Jul 12 02:09:46.951 INFO kablam! error: aborting due to 2 previous errors
Jul 12 02:09:46.951 INFO kablam!
Jul 12 02:09:46.951 INFO kablam! Some errors occurred: E0277, E0599.
Jul 12 02:09:46.951 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Jul 12 02:09:47.048 INFO kablam! error: Could not compile `pistoncore-input`.
Jul 12 02:09:47.052 INFO kablam! warning: build failed, waiting for other jobs to finish...
Jul 12 02:09:47.408 INFO kablam! error[E0599]: no variant named `Update` found for type `input::Input` in the current scope
Jul 12 02:09:47.408 INFO kablam! --> benches/update.rs:12:13
Jul 12 02:09:47.408 INFO kablam! |
Jul 12 02:09:47.408 INFO kablam! 12 | let e = Input::Update(UpdateArgs { dt: 0.0 });
Jul 12 02:09:47.408 INFO kablam! | ^^^^^^^^^^^^^ variant not found in `input::Input`
Jul 12 02:09:47.423 INFO kablam!
Jul 12 02:09:47.428 INFO kablam! error[E0277]: the trait bound `input::Input: input::UpdateEvent` is not satisfied
Jul 12 02:09:47.429 INFO kablam! --> benches/update.rs:14:46
Jul 12 02:09:47.429 INFO kablam! |
Jul 12 02:09:47.429 INFO kablam! 14 | bencher.iter(|| { let _: Option = UpdateEvent::from_update_args(&args, &e); });
Jul 12 02:09:47.429 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::UpdateEvent` is not implemented for `input::Input`
Jul 12 02:09:47.431 INFO kablam! |
Jul 12 02:09:47.431 INFO kablam! = note: required by `input::UpdateEvent::from_update_args`
Jul 12 02:09:47.432 INFO kablam!
Jul 12 02:09:47.450 INFO kablam! error: aborting due to 2 previous errors
Jul 12 02:09:47.451 INFO kablam!
Jul 12 02:09:47.451 INFO kablam! Some errors occurred: E0277, E0599.
Jul 12 02:09:47.452 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Jul 12 02:09:47.499 INFO kablam! error: Could not compile `pistoncore-input`.
Jul 12 02:09:47.499 INFO kablam! warning: build failed, waiting for other jobs to finish...
Jul 12 02:09:47.678 INFO kablam! error[E0599]: no variant named `AfterRender` found for type `input::Input` in the current scope
Jul 12 02:09:47.678 INFO kablam! --> benches/after_render.rs:12:13
Jul 12 02:09:47.678 INFO kablam! |
Jul 12 02:09:47.678 INFO kablam! 12 | let e = Input::AfterRender(AfterRenderArgs);
Jul 12 02:09:47.678 INFO kablam! | ^^^^^^^^^^^^^^^^^^ variant not found in `input::Input`
Jul 12 02:09:47.678 INFO kablam!
Jul 12 02:09:47.695 INFO kablam! error[E0277]: the trait bound `input::Input: input::ResizeEvent` is not satisfied
Jul 12 02:09:47.695 INFO kablam! --> benches/resize.rs:13:46
Jul 12 02:09:47.695 INFO kablam! |
Jul 12 02:09:47.695 INFO kablam! 13 | bencher.iter(|| { let _: Option = ResizeEvent::from_width_height(100, 100, &e); });
Jul 12 02:09:47.695 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ResizeEvent` is not implemented for `input::Input`
Jul 12 02:09:47.695 INFO kablam! |
Jul 12 02:09:47.695 INFO kablam! = note: required by `input::ResizeEvent::from_width_height`
Jul 12 02:09:47.695 INFO kablam!
Jul 12 02:09:47.695 INFO kablam! error[E0277]: the trait bound `input::Input: input::AfterRenderEvent` is not satisfied
Jul 12 02:09:47.695 INFO kablam! --> benches/after_render.rs:15:32
Jul 12 02:09:47.695 INFO kablam! |
Jul 12 02:09:47.695 INFO kablam! 15 | let _: Option = AfterRenderEvent::from_after_render_args(&args, &e);
Jul 12 02:09:47.695 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::AfterRenderEvent` is not implemented for `input::Input`
Jul 12 02:09:47.695 INFO kablam! |
Jul 12 02:09:47.695 INFO kablam! = note: required by `input::AfterRenderEvent::from_after_render_args`
Jul 12 02:09:47.695 INFO kablam!
Jul 12 02:09:47.695 INFO kablam! error: aborting due to previous error
Jul 12 02:09:47.695 INFO kablam!
Jul 12 02:09:47.695 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Jul 12 02:09:47.712 INFO kablam! error: Could not compile `pistoncore-input`.
Jul 12 02:09:47.712 INFO kablam! warning: build failed, waiting for other jobs to finish...
Jul 12 02:09:47.712 INFO kablam! error: aborting due to 2 previous errors
Jul 12 02:09:47.712 INFO kablam!
Jul 12 02:09:47.712 INFO kablam! Some errors occurred: E0277, E0599.
Jul 12 02:09:47.712 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Jul 12 02:09:47.742 INFO kablam! error: Could not compile `pistoncore-input`.
Jul 12 02:09:47.742 INFO kablam! warning: build failed, waiting for other jobs to finish...
Jul 12 02:09:47.868 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseCursorEvent` is not satisfied
Jul 12 02:09:47.868 INFO kablam! --> benches/mouse.rs:13:46
Jul 12 02:09:47.868 INFO kablam! |
Jul 12 02:09:47.869 INFO kablam! 13 | bencher.iter(|| { let _: Option = MouseCursorEvent::from_xy(1.0, 0.0, &e); });
Jul 12 02:09:47.869 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseCursorEvent` is not implemented for `input::Input`
Jul 12 02:09:47.869 INFO kablam! |
Jul 12 02:09:47.869 INFO kablam! = note: required by `input::MouseCursorEvent::from_xy`
Jul 12 02:09:47.869 INFO kablam!
Jul 12 02:09:47.883 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseRelativeEvent` is not satisfied
Jul 12 02:09:47.883 INFO kablam! --> benches/mouse.rs:19:46
Jul 12 02:09:47.883 INFO kablam! |
Jul 12 02:09:47.883 INFO kablam! 19 | bencher.iter(|| { let _: Option = MouseRelativeEvent::from_xy(1.0, 0.0, &e); });
Jul 12 02:09:47.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseRelativeEvent` is not implemented for `input::Input`
Jul 12 02:09:47.883 INFO kablam! |
Jul 12 02:09:47.883 INFO kablam! = note: required by `input::MouseRelativeEvent::from_xy`
Jul 12 02:09:47.883 INFO kablam!
Jul 12 02:09:47.884 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseScrollEvent` is not satisfied
Jul 12 02:09:47.884 INFO kablam! --> benches/mouse.rs:25:46
Jul 12 02:09:47.884 INFO kablam! |
Jul 12 02:09:47.884 INFO kablam! 25 | bencher.iter(|| { let _: Option = MouseScrollEvent::from_xy(1.0, 0.0, &e); });
Jul 12 02:09:47.884 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseScrollEvent` is not implemented for `input::Input`
Jul 12 02:09:47.884 INFO kablam! |
Jul 12 02:09:47.884 INFO kablam! = note: required by `input::MouseScrollEvent::from_xy`
Jul 12 02:09:47.884 INFO kablam!
Jul 12 02:09:47.887 INFO kablam! error: aborting due to 3 previous errors
Jul 12 02:09:47.887 INFO kablam!
Jul 12 02:09:47.887 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Jul 12 02:09:47.911 INFO kablam! error: Could not compile `pistoncore-input`.
Jul 12 02:09:47.911 INFO kablam!
Jul 12 02:09:47.911 INFO kablam! To learn more, run the command again with --verbose.
Jul 12 02:09:47.913 INFO kablam! su: No module specific data is present
Jul 12 02:09:48.389 INFO running `"docker" "rm" "-f" "7160ea6d9277f3eccf9279b165da859c14e648fd5b3ecb497b4102fda52663ab"`
Jul 12 02:09:48.574 INFO blam! 7160ea6d9277f3eccf9279b165da859c14e648fd5b3ecb497b4102fda52663ab