Jul 12 02:09:25.635 INFO checking pistoncore-input-0.21.0 against try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255 for pr-52234
Jul 12 02:09:25.635 INFO running: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets
Jul 12 02:09:25.635 INFO creating container for: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets
Jul 12 02:09:25.635 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-52234/try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-2/try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255:/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 +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"`
Jul 12 02:09:25.870 INFO blam! 9077b45bd5598925346702d1dcd2dd254f96f21c6dca309d6dbead672ebe2e23
Jul 12 02:09:25.872 INFO running `"docker" "start" "-a" "9077b45bd5598925346702d1dcd2dd254f96f21c6dca309d6dbead672ebe2e23"`
Jul 12 02:09:26.952 INFO kablam! Checking pistoncore-input v0.21.0 (file:///source)
Jul 12 02:09:43.457 INFO kablam! error[E0277]: the trait bound `input::Input: input::TextEvent` is not satisfied
Jul 12 02:09:43.457 INFO kablam! --> benches/text.rs:13:46
Jul 12 02:09:43.457 INFO kablam! |
Jul 12 02:09:43.457 INFO kablam! 13 | bencher.iter(|| { let _: Option = TextEvent::from_text("hello", &e); });
Jul 12 02:09:43.457 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `input::TextEvent` is not implemented for `input::Input`
Jul 12 02:09:43.457 INFO kablam! |
Jul 12 02:09:43.457 INFO kablam! = note: required by `input::TextEvent::from_text`
Jul 12 02:09:43.457 INFO kablam!
Jul 12 02:09:43.460 INFO kablam! error: aborting due to previous error
Jul 12 02:09:43.460 INFO kablam!
Jul 12 02:09:43.460 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Jul 12 02:09:43.517 INFO kablam! error: Could not compile `pistoncore-input`.
Jul 12 02:09:43.520 INFO kablam! warning: build failed, waiting for other jobs to finish...
Jul 12 02:09:43.635 INFO kablam! error[E0599]: no variant named `AfterRender` found for type `input::Input` in the current scope
Jul 12 02:09:43.636 INFO kablam! --> benches/after_render.rs:12:13
Jul 12 02:09:43.636 INFO kablam! |
Jul 12 02:09:43.636 INFO kablam! 12 | let e = Input::AfterRender(AfterRenderArgs);
Jul 12 02:09:43.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^ variant not found in `input::Input`
Jul 12 02:09:43.636 INFO kablam!
Jul 12 02:09:43.643 INFO kablam! error[E0277]: the trait bound `input::Input: input::AfterRenderEvent` is not satisfied
Jul 12 02:09:43.643 INFO kablam! --> benches/after_render.rs:15:32
Jul 12 02:09:43.643 INFO kablam! |
Jul 12 02:09:43.643 INFO kablam! 15 | let _: Option = AfterRenderEvent::from_after_render_args(&args, &e);
Jul 12 02:09:43.643 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::AfterRenderEvent` is not implemented for `input::Input`
Jul 12 02:09:43.658 INFO kablam! error[E0277]: the trait bound `input::Input: input::CursorEvent` is not satisfied
Jul 12 02:09:43.658 INFO kablam! --> benches/cursor.rs:12:46
Jul 12 02:09:43.658 INFO kablam! |
Jul 12 02:09:43.658 INFO kablam! 12 | bencher.iter(|| { let _: Option = CursorEvent::from_cursor(true, &e); });
Jul 12 02:09:43.658 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::CursorEvent` is not implemented for `input::Input`
Jul 12 02:09:43.658 INFO kablam! |
Jul 12 02:09:43.658 INFO kablam! = note: required by `input::CursorEvent::from_cursor`
Jul 12 02:09:43.658 INFO kablam!
Jul 12 02:09:43.669 INFO kablam! |
Jul 12 02:09:43.671 INFO kablam! = note: required by `input::AfterRenderEvent::from_after_render_args`
Jul 12 02:09:43.671 INFO kablam!
Jul 12 02:09:43.696 INFO kablam! error: aborting due to previous error
Jul 12 02:09:43.697 INFO kablam!
Jul 12 02:09:43.697 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Jul 12 02:09:43.732 INFO kablam! error: aborting due to 2 previous errors
Jul 12 02:09:43.732 INFO kablam!
Jul 12 02:09:43.732 INFO kablam! Some errors occurred: E0277, E0599.
Jul 12 02:09:43.732 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Jul 12 02:09:43.741 INFO kablam! error: Could not compile `pistoncore-input`.
Jul 12 02:09:43.741 INFO kablam! warning: build failed, waiting for other jobs to finish...
Jul 12 02:09:43.814 INFO kablam! error: Could not compile `pistoncore-input`.
Jul 12 02:09:43.814 INFO kablam! warning: build failed, waiting for other jobs to finish...
Jul 12 02:09:43.816 INFO kablam! error[E0277]: the trait bound `input::Input: input::FocusEvent` is not satisfied
Jul 12 02:09:43.816 INFO kablam! --> benches/focus.rs:13:46
Jul 12 02:09:43.816 INFO kablam! |
Jul 12 02:09:43.816 INFO kablam! 13 | bencher.iter(|| { let _: Option = FocusEvent::from_focused(true, &e); });
Jul 12 02:09:43.816 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::FocusEvent` is not implemented for `input::Input`
Jul 12 02:09:43.816 INFO kablam! |
Jul 12 02:09:43.816 INFO kablam! = note: required by `input::FocusEvent::from_focused`
Jul 12 02:09:43.816 INFO kablam!
Jul 12 02:09:43.833 INFO kablam! error: aborting due to previous error
Jul 12 02:09:43.851 INFO kablam!
Jul 12 02:09:43.852 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Jul 12 02:09:43.940 INFO kablam! error: Could not compile `pistoncore-input`.
Jul 12 02:09:43.940 INFO kablam! warning: build failed, waiting for other jobs to finish...
Jul 12 02:09:43.972 INFO kablam! error[E0277]: the trait bound `input::Input: input::ControllerAxisEvent` is not satisfied
Jul 12 02:09:43.972 INFO kablam! --> benches/controller_axis.rs:17:32
Jul 12 02:09:43.972 INFO kablam! |
Jul 12 02:09:43.972 INFO kablam! 17 | let _: Option = ControllerAxisEvent::from_controller_axis_args(ControllerAxisArgs {
Jul 12 02:09:43.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ControllerAxisEvent` is not implemented for `input::Input`
Jul 12 02:09:43.972 INFO kablam! |
Jul 12 02:09:43.972 INFO kablam! = note: required by `input::ControllerAxisEvent::from_controller_axis_args`
Jul 12 02:09:43.972 INFO kablam!
Jul 12 02:09:43.993 INFO kablam! error: aborting due to previous error
Jul 12 02:09:43.994 INFO kablam!
Jul 12 02:09:43.994 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Jul 12 02:09:44.047 INFO kablam! error: Could not compile `pistoncore-input`.
Jul 12 02:09:44.048 INFO kablam! warning: build failed, waiting for other jobs to finish...
Jul 12 02:09:44.070 INFO kablam! error[E0599]: no variant named `Render` found for type `input::Input` in the current scope
Jul 12 02:09:44.070 INFO kablam! --> benches/render.rs:12:13
Jul 12 02:09:44.070 INFO kablam! |
Jul 12 02:09:44.070 INFO kablam! 12 | let e = Input::Render(RenderArgs {
Jul 12 02:09:44.070 INFO kablam! | ^^^^^^^^^^^^^ variant not found in `input::Input`
Jul 12 02:09:44.070 INFO kablam!
Jul 12 02:09:44.073 INFO kablam! error[E0277]: the trait bound `input::Input: input::RenderEvent` is not satisfied
Jul 12 02:09:44.073 INFO kablam! --> benches/render.rs:26:46
Jul 12 02:09:44.073 INFO kablam! |
Jul 12 02:09:44.073 INFO kablam! 26 | bencher.iter(|| { let _: Option = RenderEvent::from_render_args(&args, &e); });
Jul 12 02:09:44.073 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::RenderEvent` is not implemented for `input::Input`
Jul 12 02:09:44.073 INFO kablam! |
Jul 12 02:09:44.073 INFO kablam! = note: required by `input::RenderEvent::from_render_args`
Jul 12 02:09:44.074 INFO kablam!
Jul 12 02:09:44.078 INFO kablam! error: aborting due to 2 previous errors
Jul 12 02:09:44.083 INFO kablam!
Jul 12 02:09:44.083 INFO kablam! Some errors occurred: E0277, E0599.
Jul 12 02:09:44.083 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Jul 12 02:09:44.094 INFO kablam! error: Could not compile `pistoncore-input`.
Jul 12 02:09:44.094 INFO kablam! warning: build failed, waiting for other jobs to finish...
Jul 12 02:09:44.100 INFO kablam! error[E0599]: no variant named `Release` found for type `input::Input` in the current scope
Jul 12 02:09:44.100 INFO kablam! --> benches/release.rs:12:13
Jul 12 02:09:44.100 INFO kablam! |
Jul 12 02:09:44.100 INFO kablam! 12 | let e = Input::Release(Button::Keyboard(Key::S));
Jul 12 02:09:44.100 INFO kablam! | ^^^^^^^^^^^^^^ variant not found in `input::Input`
Jul 12 02:09:44.100 INFO kablam!
Jul 12 02:09:44.111 INFO kablam! error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied
Jul 12 02:09:44.111 INFO kablam! --> benches/release.rs:14:46
Jul 12 02:09:44.111 INFO kablam! |
Jul 12 02:09:44.111 INFO kablam! 14 | bencher.iter(|| { let _: Option = ReleaseEvent::from_button(button, &e); });
Jul 12 02:09:44.111 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input`
Jul 12 02:09:44.111 INFO kablam! |
Jul 12 02:09:44.111 INFO kablam! = note: required because of the requirements on the impl of `input::ReleaseEvent` for `input::Input`
Jul 12 02:09:44.111 INFO kablam! = note: required by `input::ReleaseEvent::from_button`
Jul 12 02:09:44.111 INFO kablam!
Jul 12 02:09:44.115 INFO kablam! error: aborting due to 2 previous errors
Jul 12 02:09:44.115 INFO kablam!
Jul 12 02:09:44.115 INFO kablam! Some errors occurred: E0277, E0599.
Jul 12 02:09:44.115 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Jul 12 02:09:44.137 INFO kablam! error: Could not compile `pistoncore-input`.
Jul 12 02:09:44.137 INFO kablam! warning: build failed, waiting for other jobs to finish...
Jul 12 02:09:44.185 INFO kablam! error: build failed
Jul 12 02:09:44.188 INFO kablam! su: No module specific data is present
Jul 12 02:09:44.807 INFO running `"docker" "rm" "-f" "9077b45bd5598925346702d1dcd2dd254f96f21c6dca309d6dbead672ebe2e23"`
Jul 12 02:09:44.987 INFO blam! 9077b45bd5598925346702d1dcd2dd254f96f21c6dca309d6dbead672ebe2e23