Sep 06 02:29:32.799 INFO checking pistoncore-input-0.21.0 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854
Sep 06 02:29:32.799 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets
Sep 06 02:29:32.799 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-5/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"`
Sep 06 02:29:33.003 INFO blam! 91eaa05b41406dfca628fb75aa78b1c57c71d59750dfe61dc3596da104c913e1
Sep 06 02:29:33.005 INFO running `"docker" "start" "-a" "91eaa05b41406dfca628fb75aa78b1c57c71d59750dfe61dc3596da104c913e1"`
Sep 06 02:29:35.242 INFO kablam! usermod: no changes
Sep 06 02:29:35.390 INFO kablam! Checking pistoncore-input v0.21.0 (file:///source)
Sep 06 02:29:41.174 INFO kablam! error[E0277]: the trait bound `input::Input: input::FocusEvent` is not satisfied
Sep 06 02:29:41.174 INFO kablam! --> benches/focus.rs:13:46
Sep 06 02:29:41.174 INFO kablam! |
Sep 06 02:29:41.174 INFO kablam! 13 | bencher.iter(|| { let _: Option = FocusEvent::from_focused(true, &e); });
Sep 06 02:29:41.174 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::FocusEvent` is not implemented for `input::Input`
Sep 06 02:29:41.174 INFO kablam! |
Sep 06 02:29:41.174 INFO kablam! = note: required by `input::FocusEvent::from_focused`
Sep 06 02:29:41.174 INFO kablam!
Sep 06 02:29:41.174 INFO kablam! error: aborting due to previous error
Sep 06 02:29:41.174 INFO kablam!
Sep 06 02:29:41.174 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 06 02:29:41.186 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 06 02:29:41.186 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 06 02:29:41.230 INFO kablam! error[E0277]: the trait bound `input::Input: input::ControllerAxisEvent` is not satisfied
Sep 06 02:29:41.230 INFO kablam! --> benches/controller_axis.rs:17:32
Sep 06 02:29:41.230 INFO kablam! |
Sep 06 02:29:41.230 INFO kablam! 17 | let _: Option = ControllerAxisEvent::from_controller_axis_args(ControllerAxisArgs {
Sep 06 02:29:41.230 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ControllerAxisEvent` is not implemented for `input::Input`
Sep 06 02:29:41.230 INFO kablam! |
Sep 06 02:29:41.230 INFO kablam! = note: required by `input::ControllerAxisEvent::from_controller_axis_args`
Sep 06 02:29:41.230 INFO kablam!
Sep 06 02:29:41.250 INFO kablam! error: aborting due to previous error
Sep 06 02:29:41.250 INFO kablam!
Sep 06 02:29:41.250 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 06 02:29:41.274 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 06 02:29:41.274 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 06 02:29:41.406 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseCursorEvent` is not satisfied
Sep 06 02:29:41.406 INFO kablam! --> benches/mouse.rs:13:46
Sep 06 02:29:41.406 INFO kablam! |
Sep 06 02:29:41.406 INFO kablam! 13 | bencher.iter(|| { let _: Option = MouseCursorEvent::from_xy(1.0, 0.0, &e); });
Sep 06 02:29:41.406 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseCursorEvent` is not implemented for `input::Input`
Sep 06 02:29:41.406 INFO kablam! |
Sep 06 02:29:41.406 INFO kablam! = note: required by `input::MouseCursorEvent::from_xy`
Sep 06 02:29:41.406 INFO kablam!
Sep 06 02:29:41.406 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseRelativeEvent` is not satisfied
Sep 06 02:29:41.406 INFO kablam! --> benches/mouse.rs:19:46
Sep 06 02:29:41.406 INFO kablam! |
Sep 06 02:29:41.406 INFO kablam! 19 | bencher.iter(|| { let _: Option = MouseRelativeEvent::from_xy(1.0, 0.0, &e); });
Sep 06 02:29:41.406 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseRelativeEvent` is not implemented for `input::Input`
Sep 06 02:29:41.406 INFO kablam! |
Sep 06 02:29:41.406 INFO kablam! = note: required by `input::MouseRelativeEvent::from_xy`
Sep 06 02:29:41.406 INFO kablam!
Sep 06 02:29:41.406 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseScrollEvent` is not satisfied
Sep 06 02:29:41.406 INFO kablam! --> benches/mouse.rs:25:46
Sep 06 02:29:41.406 INFO kablam! |
Sep 06 02:29:41.406 INFO kablam! 25 | bencher.iter(|| { let _: Option = MouseScrollEvent::from_xy(1.0, 0.0, &e); });
Sep 06 02:29:41.406 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseScrollEvent` is not implemented for `input::Input`
Sep 06 02:29:41.406 INFO kablam! |
Sep 06 02:29:41.406 INFO kablam! = note: required by `input::MouseScrollEvent::from_xy`
Sep 06 02:29:41.406 INFO kablam!
Sep 06 02:29:41.406 INFO kablam! error[E0599]: no variant named `AfterRender` found for type `input::Input` in the current scope
Sep 06 02:29:41.406 INFO kablam! --> benches/after_render.rs:12:13
Sep 06 02:29:41.406 INFO kablam! |
Sep 06 02:29:41.406 INFO kablam! 12 | let e = Input::AfterRender(AfterRenderArgs);
Sep 06 02:29:41.406 INFO kablam! | ^^^^^^^^^^^^^^^^^^ variant not found in `input::Input`
Sep 06 02:29:41.406 INFO kablam!
Sep 06 02:29:41.406 INFO kablam! error: aborting due to 3 previous errors
Sep 06 02:29:41.406 INFO kablam!
Sep 06 02:29:41.406 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 06 02:29:41.406 INFO kablam! error[E0277]: the trait bound `input::Input: input::AfterRenderEvent` is not satisfied
Sep 06 02:29:41.406 INFO kablam! --> benches/after_render.rs:15:32
Sep 06 02:29:41.406 INFO kablam! |
Sep 06 02:29:41.406 INFO kablam! 15 | let _: Option = AfterRenderEvent::from_after_render_args(&args, &e);
Sep 06 02:29:41.406 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::AfterRenderEvent` is not implemented for `input::Input`
Sep 06 02:29:41.406 INFO kablam! |
Sep 06 02:29:41.406 INFO kablam! = note: required by `input::AfterRenderEvent::from_after_render_args`
Sep 06 02:29:41.406 INFO kablam!
Sep 06 02:29:41.406 INFO kablam! error: aborting due to 2 previous errors
Sep 06 02:29:41.406 INFO kablam!
Sep 06 02:29:41.406 INFO kablam! Some errors occurred: E0277, E0599.
Sep 06 02:29:41.406 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Sep 06 02:29:41.422 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 06 02:29:41.422 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 06 02:29:41.458 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 06 02:29:41.458 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 06 02:29:41.570 INFO kablam! error[E0599]: no variant named `Render` found for type `input::Input` in the current scope
Sep 06 02:29:41.570 INFO kablam! --> benches/render.rs:12:13
Sep 06 02:29:41.570 INFO kablam! |
Sep 06 02:29:41.570 INFO kablam! 12 | let e = Input::Render(RenderArgs {
Sep 06 02:29:41.570 INFO kablam! | ^^^^^^^^^^^^^ variant not found in `input::Input`
Sep 06 02:29:41.570 INFO kablam!
Sep 06 02:29:41.575 INFO kablam! error[E0277]: the trait bound `input::Input: input::RenderEvent` is not satisfied
Sep 06 02:29:41.575 INFO kablam! --> benches/render.rs:26:46
Sep 06 02:29:41.575 INFO kablam! |
Sep 06 02:29:41.575 INFO kablam! 26 | bencher.iter(|| { let _: Option = RenderEvent::from_render_args(&args, &e); });
Sep 06 02:29:41.575 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::RenderEvent` is not implemented for `input::Input`
Sep 06 02:29:41.575 INFO kablam! |
Sep 06 02:29:41.575 INFO kablam! = note: required by `input::RenderEvent::from_render_args`
Sep 06 02:29:41.575 INFO kablam!
Sep 06 02:29:41.582 INFO kablam! error: aborting due to 2 previous errors
Sep 06 02:29:41.582 INFO kablam!
Sep 06 02:29:41.582 INFO kablam! Some errors occurred: E0277, E0599.
Sep 06 02:29:41.582 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Sep 06 02:29:41.630 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 06 02:29:41.630 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 06 02:29:41.692 INFO kablam! error[E0277]: the trait bound `input::Input: input::ResizeEvent` is not satisfied
Sep 06 02:29:41.692 INFO kablam! --> benches/resize.rs:13:46
Sep 06 02:29:41.692 INFO kablam! |
Sep 06 02:29:41.692 INFO kablam! 13 | bencher.iter(|| { let _: Option = ResizeEvent::from_width_height(100, 100, &e); });
Sep 06 02:29:41.692 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ResizeEvent` is not implemented for `input::Input`
Sep 06 02:29:41.692 INFO kablam! |
Sep 06 02:29:41.692 INFO kablam! = note: required by `input::ResizeEvent::from_width_height`
Sep 06 02:29:41.692 INFO kablam!
Sep 06 02:29:41.702 INFO kablam! error: aborting due to previous error
Sep 06 02:29:41.702 INFO kablam!
Sep 06 02:29:41.702 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 06 02:29:41.714 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 06 02:29:41.714 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 06 02:29:41.882 INFO kablam! error[E0599]: no variant named `Idle` found for type `input::Input` in the current scope
Sep 06 02:29:41.882 INFO kablam! --> benches/idle.rs:12:13
Sep 06 02:29:41.882 INFO kablam! |
Sep 06 02:29:41.882 INFO kablam! 12 | let e = Input::Idle(IdleArgs { dt: 1.0 });
Sep 06 02:29:41.882 INFO kablam! | ^^^^^^^^^^^ variant not found in `input::Input`
Sep 06 02:29:41.882 INFO kablam!
Sep 06 02:29:41.882 INFO kablam! error[E0277]: the trait bound `input::Input: input::IdleEvent` is not satisfied
Sep 06 02:29:41.882 INFO kablam! --> benches/idle.rs:14:46
Sep 06 02:29:41.882 INFO kablam! |
Sep 06 02:29:41.882 INFO kablam! 14 | bencher.iter(|| { let _: Option = IdleEvent::from_idle_args(&args, &e); });
Sep 06 02:29:41.882 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::IdleEvent` is not implemented for `input::Input`
Sep 06 02:29:41.882 INFO kablam! |
Sep 06 02:29:41.882 INFO kablam! = note: required by `input::IdleEvent::from_idle_args`
Sep 06 02:29:41.882 INFO kablam!
Sep 06 02:29:41.882 INFO kablam! error: aborting due to 2 previous errors
Sep 06 02:29:41.882 INFO kablam!
Sep 06 02:29:41.882 INFO kablam! Some errors occurred: E0277, E0599.
Sep 06 02:29:41.882 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Sep 06 02:29:41.894 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 06 02:29:41.894 INFO kablam!
Sep 06 02:29:41.894 INFO kablam! To learn more, run the command again with --verbose.
Sep 06 02:29:41.894 INFO kablam! su: No module specific data is present
Sep 06 02:29:42.741 INFO running `"docker" "rm" "-f" "91eaa05b41406dfca628fb75aa78b1c57c71d59750dfe61dc3596da104c913e1"`
Sep 06 02:29:42.861 INFO blam! 91eaa05b41406dfca628fb75aa78b1c57c71d59750dfe61dc3596da104c913e1