Sep 10 12:57:08.119 INFO checking pistoncore-input-0.20.0 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090
Sep 10 12:57:08.119 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets
Sep 10 12:57:08.119 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-2/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"`
Sep 10 12:57:08.312 INFO blam! 238b01ee731a1f50b7331ea0d0b0efd1b911e21820ec4fffea0d3c5d703448bd
Sep 10 12:57:08.314 INFO running `"docker" "start" "-a" "238b01ee731a1f50b7331ea0d0b0efd1b911e21820ec4fffea0d3c5d703448bd"`
Sep 10 12:57:08.849 INFO kablam! usermod: no changes
Sep 10 12:57:08.902 INFO kablam! Checking pistoncore-input v0.20.0 (file:///source)
Sep 10 12:57:12.416 INFO kablam! error[E0277]: the trait bound `input::Input: input::FocusEvent` is not satisfied
Sep 10 12:57:12.416 INFO kablam! --> benches/focus.rs:13:46
Sep 10 12:57:12.416 INFO kablam! |
Sep 10 12:57:12.416 INFO kablam! 13 | bencher.iter(|| { let _: Option = FocusEvent::from_focused(true, &e); });
Sep 10 12:57:12.416 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::FocusEvent` is not implemented for `input::Input`
Sep 10 12:57:12.416 INFO kablam! |
Sep 10 12:57:12.416 INFO kablam! = note: required by `input::FocusEvent::from_focused`
Sep 10 12:57:12.416 INFO kablam!
Sep 10 12:57:12.426 INFO kablam! error: aborting due to previous error
Sep 10 12:57:12.426 INFO kablam!
Sep 10 12:57:12.426 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 10 12:57:12.446 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 10 12:57:12.446 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 10 12:57:12.502 INFO kablam! error[E0599]: no variant named `Press` found for type `input::Input` in the current scope
Sep 10 12:57:12.502 INFO kablam! --> benches/press.rs:12:13
Sep 10 12:57:12.502 INFO kablam! |
Sep 10 12:57:12.502 INFO kablam! 12 | let e = Input::Press(Button::Keyboard(Key::S));
Sep 10 12:57:12.502 INFO kablam! | ^^^^^^^^^^^^ variant not found in `input::Input`
Sep 10 12:57:12.502 INFO kablam!
Sep 10 12:57:12.502 INFO kablam! error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied
Sep 10 12:57:12.502 INFO kablam! --> benches/press.rs:14:46
Sep 10 12:57:12.502 INFO kablam! |
Sep 10 12:57:12.502 INFO kablam! 14 | bencher.iter(|| { let _: Option = PressEvent::from_button(button, &e); });
Sep 10 12:57:12.502 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input`
Sep 10 12:57:12.502 INFO kablam! |
Sep 10 12:57:12.502 INFO kablam! = note: required because of the requirements on the impl of `input::PressEvent` for `input::Input`
Sep 10 12:57:12.502 INFO kablam! = note: required by `input::PressEvent::from_button`
Sep 10 12:57:12.502 INFO kablam!
Sep 10 12:57:12.506 INFO kablam! error: aborting due to 2 previous errors
Sep 10 12:57:12.506 INFO kablam!
Sep 10 12:57:12.506 INFO kablam! Some errors occurred: E0277, E0599.
Sep 10 12:57:12.506 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Sep 10 12:57:12.514 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 10 12:57:12.514 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 10 12:57:12.702 INFO kablam! error[E0599]: no variant named `Render` found for type `input::Input` in the current scope
Sep 10 12:57:12.702 INFO kablam! --> benches/render.rs:12:13
Sep 10 12:57:12.702 INFO kablam! |
Sep 10 12:57:12.702 INFO kablam! 12 | let e = Input::Render(RenderArgs {
Sep 10 12:57:12.702 INFO kablam! | ^^^^^^^^^^^^^ variant not found in `input::Input`
Sep 10 12:57:12.702 INFO kablam!
Sep 10 12:57:12.702 INFO kablam! error[E0277]: the trait bound `input::Input: input::RenderEvent` is not satisfied
Sep 10 12:57:12.702 INFO kablam! --> benches/render.rs:26:46
Sep 10 12:57:12.702 INFO kablam! |
Sep 10 12:57:12.702 INFO kablam! 26 | bencher.iter(|| { let _: Option = RenderEvent::from_render_args(&args, &e); });
Sep 10 12:57:12.702 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::RenderEvent` is not implemented for `input::Input`
Sep 10 12:57:12.702 INFO kablam! |
Sep 10 12:57:12.702 INFO kablam! = note: required by `input::RenderEvent::from_render_args`
Sep 10 12:57:12.702 INFO kablam!
Sep 10 12:57:12.702 INFO kablam! error: aborting due to 2 previous errors
Sep 10 12:57:12.702 INFO kablam!
Sep 10 12:57:12.702 INFO kablam! Some errors occurred: E0277, E0599.
Sep 10 12:57:12.702 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Sep 10 12:57:12.722 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 10 12:57:12.722 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 10 12:57:12.730 INFO kablam! error[E0277]: the trait bound `input::Input: input::ControllerAxisEvent` is not satisfied
Sep 10 12:57:12.730 INFO kablam! --> benches/controller_axis.rs:17:32
Sep 10 12:57:12.730 INFO kablam! |
Sep 10 12:57:12.730 INFO kablam! 17 | let _: Option = ControllerAxisEvent::from_controller_axis_args(ControllerAxisArgs {
Sep 10 12:57:12.730 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ControllerAxisEvent` is not implemented for `input::Input`
Sep 10 12:57:12.730 INFO kablam! |
Sep 10 12:57:12.730 INFO kablam! = note: required by `input::ControllerAxisEvent::from_controller_axis_args`
Sep 10 12:57:12.730 INFO kablam!
Sep 10 12:57:12.732 INFO kablam! error: aborting due to previous error
Sep 10 12:57:12.733 INFO kablam!
Sep 10 12:57:12.733 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 10 12:57:12.741 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 10 12:57:12.741 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 10 12:57:12.762 INFO kablam! error[E0599]: no variant named `AfterRender` found for type `input::Input` in the current scope
Sep 10 12:57:12.762 INFO kablam! --> benches/after_render.rs:12:13
Sep 10 12:57:12.762 INFO kablam! |
Sep 10 12:57:12.762 INFO kablam! 12 | let e = Input::AfterRender(AfterRenderArgs);
Sep 10 12:57:12.762 INFO kablam! | ^^^^^^^^^^^^^^^^^^ variant not found in `input::Input`
Sep 10 12:57:12.762 INFO kablam!
Sep 10 12:57:12.762 INFO kablam! error[E0277]: the trait bound `input::Input: input::AfterRenderEvent` is not satisfied
Sep 10 12:57:12.762 INFO kablam! --> benches/after_render.rs:15:32
Sep 10 12:57:12.762 INFO kablam! |
Sep 10 12:57:12.762 INFO kablam! 15 | let _: Option = AfterRenderEvent::from_after_render_args(&args, &e);
Sep 10 12:57:12.762 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::AfterRenderEvent` is not implemented for `input::Input`
Sep 10 12:57:12.762 INFO kablam! |
Sep 10 12:57:12.762 INFO kablam! = note: required by `input::AfterRenderEvent::from_after_render_args`
Sep 10 12:57:12.762 INFO kablam!
Sep 10 12:57:12.765 INFO kablam! error: aborting due to 2 previous errors
Sep 10 12:57:12.765 INFO kablam!
Sep 10 12:57:12.765 INFO kablam! Some errors occurred: E0277, E0599.
Sep 10 12:57:12.765 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Sep 10 12:57:12.793 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 10 12:57:12.793 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 10 12:57:12.815 INFO kablam! error[E0277]: the trait bound `input::Input: input::TextEvent` is not satisfied
Sep 10 12:57:12.815 INFO kablam! --> benches/text.rs:13:46
Sep 10 12:57:12.815 INFO kablam! |
Sep 10 12:57:12.815 INFO kablam! 13 | bencher.iter(|| { let _: Option = TextEvent::from_text("hello", &e); });
Sep 10 12:57:12.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `input::TextEvent` is not implemented for `input::Input`
Sep 10 12:57:12.815 INFO kablam! |
Sep 10 12:57:12.815 INFO kablam! = note: required by `input::TextEvent::from_text`
Sep 10 12:57:12.815 INFO kablam!
Sep 10 12:57:12.817 INFO kablam! error: aborting due to previous error
Sep 10 12:57:12.818 INFO kablam!
Sep 10 12:57:12.818 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 10 12:57:12.832 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 10 12:57:12.832 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 10 12:57:12.940 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseCursorEvent` is not satisfied
Sep 10 12:57:12.940 INFO kablam! --> benches/mouse.rs:13:46
Sep 10 12:57:12.940 INFO kablam! |
Sep 10 12:57:12.940 INFO kablam! 13 | bencher.iter(|| { let _: Option = MouseCursorEvent::from_xy(1.0, 0.0, &e); });
Sep 10 12:57:12.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseCursorEvent` is not implemented for `input::Input`
Sep 10 12:57:12.940 INFO kablam! |
Sep 10 12:57:12.940 INFO kablam! = note: required by `input::MouseCursorEvent::from_xy`
Sep 10 12:57:12.940 INFO kablam!
Sep 10 12:57:12.940 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseRelativeEvent` is not satisfied
Sep 10 12:57:12.941 INFO kablam! --> benches/mouse.rs:19:46
Sep 10 12:57:12.941 INFO kablam! |
Sep 10 12:57:12.941 INFO kablam! 19 | bencher.iter(|| { let _: Option = MouseRelativeEvent::from_xy(1.0, 0.0, &e); });
Sep 10 12:57:12.941 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseRelativeEvent` is not implemented for `input::Input`
Sep 10 12:57:12.941 INFO kablam! |
Sep 10 12:57:12.941 INFO kablam! = note: required by `input::MouseRelativeEvent::from_xy`
Sep 10 12:57:12.941 INFO kablam!
Sep 10 12:57:12.941 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseScrollEvent` is not satisfied
Sep 10 12:57:12.941 INFO kablam! --> benches/mouse.rs:25:46
Sep 10 12:57:12.941 INFO kablam! |
Sep 10 12:57:12.941 INFO kablam! 25 | bencher.iter(|| { let _: Option = MouseScrollEvent::from_xy(1.0, 0.0, &e); });
Sep 10 12:57:12.941 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseScrollEvent` is not implemented for `input::Input`
Sep 10 12:57:12.941 INFO kablam! |
Sep 10 12:57:12.941 INFO kablam! = note: required by `input::MouseScrollEvent::from_xy`
Sep 10 12:57:12.941 INFO kablam!
Sep 10 12:57:12.943 INFO kablam! error: aborting due to 3 previous errors
Sep 10 12:57:12.943 INFO kablam!
Sep 10 12:57:12.943 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 10 12:57:12.954 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 10 12:57:12.954 INFO kablam!
Sep 10 12:57:12.954 INFO kablam! To learn more, run the command again with --verbose.
Sep 10 12:57:12.954 INFO kablam! su: No module specific data is present
Sep 10 12:57:13.512 INFO running `"docker" "rm" "-f" "238b01ee731a1f50b7331ea0d0b0efd1b911e21820ec4fffea0d3c5d703448bd"`
Sep 10 12:57:13.626 INFO blam! 238b01ee731a1f50b7331ea0d0b0efd1b911e21820ec4fffea0d3c5d703448bd