Aug 30 08:19:41.723 INFO checking pistoncore-input-0.20.0 against master#ede55518431154bc761f7b2438cce9078c162700 for pr-53707
Aug 30 08:19:41.724 INFO running: cargo +ede55518431154bc761f7b2438cce9078c162700-alt check --frozen --all --all-targets
Aug 30 08:19:41.724 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53707/master#ede55518431154bc761f7b2438cce9078c162700:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53707/worker-1/master#ede55518431154bc761f7b2438cce9078c162700:/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 +ede55518431154bc761f7b2438cce9078c162700-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"`
Aug 30 08:19:41.918 INFO blam! 6abf103e44cbf5e215e06dc62bc3ca60076d08fa412ec440513c4af8b6fa0d44
Aug 30 08:19:41.919 INFO running `"docker" "start" "-a" "6abf103e44cbf5e215e06dc62bc3ca60076d08fa412ec440513c4af8b6fa0d44"`
Aug 30 08:19:42.678 INFO kablam! Checking pistoncore-input v0.20.0 (file:///source)
Aug 30 08:19:51.491 INFO kablam! error[E0599]: no variant named `Render` found for type `input::Input` in the current scope
Aug 30 08:19:51.491 INFO kablam! --> benches/render.rs:12:13
Aug 30 08:19:51.491 INFO kablam! |
Aug 30 08:19:51.491 INFO kablam! 12 | let e = Input::Render(RenderArgs {
Aug 30 08:19:51.491 INFO kablam! | ^^^^^^^^^^^^^ variant not found in `input::Input`
Aug 30 08:19:51.500 INFO kablam!
Aug 30 08:19:51.502 INFO kablam! error[E0277]: the trait bound `input::Input: input::RenderEvent` is not satisfied
Aug 30 08:19:51.502 INFO kablam! --> benches/render.rs:26:46
Aug 30 08:19:51.502 INFO kablam! |
Aug 30 08:19:51.502 INFO kablam! 26 | bencher.iter(|| { let _: Option = RenderEvent::from_render_args(&args, &e); });
Aug 30 08:19:51.502 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::RenderEvent` is not implemented for `input::Input`
Aug 30 08:19:51.503 INFO kablam! |
Aug 30 08:19:51.503 INFO kablam! = note: required by `input::RenderEvent::from_render_args`
Aug 30 08:19:51.503 INFO kablam!
Aug 30 08:19:51.505 INFO kablam! error: aborting due to 2 previous errors
Aug 30 08:19:51.506 INFO kablam!
Aug 30 08:19:51.506 INFO kablam! Some errors occurred: E0277, E0599.
Aug 30 08:19:51.506 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Aug 30 08:19:51.530 INFO kablam! error: Could not compile `pistoncore-input`.
Aug 30 08:19:51.530 INFO kablam! warning: build failed, waiting for other jobs to finish...
Aug 30 08:19:51.768 INFO kablam! error[E0599]: no variant named `Press` found for type `input::Input` in the current scope
Aug 30 08:19:51.768 INFO kablam! --> benches/press.rs:12:13
Aug 30 08:19:51.768 INFO kablam! |
Aug 30 08:19:51.768 INFO kablam! 12 | let e = Input::Press(Button::Keyboard(Key::S));
Aug 30 08:19:51.769 INFO kablam! | ^^^^^^^^^^^^ variant not found in `input::Input`
Aug 30 08:19:51.769 INFO kablam!
Aug 30 08:19:51.770 INFO kablam! error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied
Aug 30 08:19:51.770 INFO kablam! --> benches/press.rs:14:46
Aug 30 08:19:51.771 INFO kablam! |
Aug 30 08:19:51.771 INFO kablam! 14 | bencher.iter(|| { let _: Option = PressEvent::from_button(button, &e); });
Aug 30 08:19:51.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input`
Aug 30 08:19:51.771 INFO kablam! |
Aug 30 08:19:51.771 INFO kablam! = note: required because of the requirements on the impl of `input::PressEvent` for `input::Input`
Aug 30 08:19:51.771 INFO kablam! = note: required by `input::PressEvent::from_button`
Aug 30 08:19:51.771 INFO kablam!
Aug 30 08:19:51.798 INFO kablam! error: aborting due to 2 previous errors
Aug 30 08:19:51.813 INFO kablam!
Aug 30 08:19:51.814 INFO kablam! Some errors occurred: E0277, E0599.
Aug 30 08:19:51.814 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Aug 30 08:19:51.837 INFO kablam! error: Could not compile `pistoncore-input`.
Aug 30 08:19:51.837 INFO kablam! warning: build failed, waiting for other jobs to finish...
Aug 30 08:19:51.875 INFO kablam! error[E0277]: the trait bound `input::Input: input::ResizeEvent` is not satisfied
Aug 30 08:19:51.875 INFO kablam! --> benches/resize.rs:13:46
Aug 30 08:19:51.875 INFO kablam! |
Aug 30 08:19:51.875 INFO kablam! 13 | bencher.iter(|| { let _: Option = ResizeEvent::from_width_height(100, 100, &e); });
Aug 30 08:19:51.875 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ResizeEvent` is not implemented for `input::Input`
Aug 30 08:19:51.875 INFO kablam! |
Aug 30 08:19:51.875 INFO kablam! = note: required by `input::ResizeEvent::from_width_height`
Aug 30 08:19:51.875 INFO kablam!
Aug 30 08:19:51.878 INFO kablam! error: aborting due to previous error
Aug 30 08:19:51.878 INFO kablam!
Aug 30 08:19:51.879 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Aug 30 08:19:51.888 INFO kablam! error: Could not compile `pistoncore-input`.
Aug 30 08:19:51.888 INFO kablam! warning: build failed, waiting for other jobs to finish...
Aug 30 08:19:51.910 INFO kablam! error[E0277]: the trait bound `input::Input: input::FocusEvent` is not satisfied
Aug 30 08:19:51.910 INFO kablam! --> benches/focus.rs:13:46
Aug 30 08:19:51.910 INFO kablam! |
Aug 30 08:19:51.910 INFO kablam! 13 | bencher.iter(|| { let _: Option = FocusEvent::from_focused(true, &e); });
Aug 30 08:19:51.910 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::FocusEvent` is not implemented for `input::Input`
Aug 30 08:19:51.910 INFO kablam! |
Aug 30 08:19:51.910 INFO kablam! = note: required by `input::FocusEvent::from_focused`
Aug 30 08:19:51.910 INFO kablam!
Aug 30 08:19:51.914 INFO kablam! error: aborting due to previous error
Aug 30 08:19:51.914 INFO kablam!
Aug 30 08:19:51.914 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Aug 30 08:19:51.936 INFO kablam! error[E0599]: no variant named `AfterRender` found for type `input::Input` in the current scope
Aug 30 08:19:51.936 INFO kablam! --> benches/after_render.rs:12:13
Aug 30 08:19:51.936 INFO kablam! |
Aug 30 08:19:51.936 INFO kablam! 12 | let e = Input::AfterRender(AfterRenderArgs);
Aug 30 08:19:51.936 INFO kablam! | ^^^^^^^^^^^^^^^^^^ variant not found in `input::Input`
Aug 30 08:19:51.936 INFO kablam!
Aug 30 08:19:51.938 INFO kablam! error[E0277]: the trait bound `input::Input: input::AfterRenderEvent` is not satisfied
Aug 30 08:19:51.938 INFO kablam! --> benches/after_render.rs:15:32
Aug 30 08:19:51.938 INFO kablam! |
Aug 30 08:19:51.938 INFO kablam! 15 | let _: Option = AfterRenderEvent::from_after_render_args(&args, &e);
Aug 30 08:19:51.938 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::AfterRenderEvent` is not implemented for `input::Input`
Aug 30 08:19:51.938 INFO kablam! |
Aug 30 08:19:51.938 INFO kablam! = note: required by `input::AfterRenderEvent::from_after_render_args`
Aug 30 08:19:51.938 INFO kablam!
Aug 30 08:19:51.941 INFO kablam! error: aborting due to 2 previous errors
Aug 30 08:19:51.944 INFO kablam! error: Could not compile `pistoncore-input`.
Aug 30 08:19:51.945 INFO kablam! warning: build failed, waiting for other jobs to finish...
Aug 30 08:19:51.947 INFO kablam!
Aug 30 08:19:51.947 INFO kablam! Some errors occurred: E0277, E0599.
Aug 30 08:19:51.947 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Aug 30 08:19:51.956 INFO kablam! error: Could not compile `pistoncore-input`.
Aug 30 08:19:51.956 INFO kablam! warning: build failed, waiting for other jobs to finish...
Aug 30 08:19:52.023 INFO kablam! error[E0277]: the trait bound `input::Input: input::CursorEvent` is not satisfied
Aug 30 08:19:52.023 INFO kablam! --> benches/cursor.rs:12:46
Aug 30 08:19:52.023 INFO kablam! |
Aug 30 08:19:52.023 INFO kablam! 12 | bencher.iter(|| { let _: Option = CursorEvent::from_cursor(true, &e); });
Aug 30 08:19:52.023 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::CursorEvent` is not implemented for `input::Input`
Aug 30 08:19:52.023 INFO kablam! |
Aug 30 08:19:52.023 INFO kablam! = note: required by `input::CursorEvent::from_cursor`
Aug 30 08:19:52.023 INFO kablam!
Aug 30 08:19:52.025 INFO kablam! error: aborting due to previous error
Aug 30 08:19:52.025 INFO kablam!
Aug 30 08:19:52.025 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Aug 30 08:19:52.032 INFO kablam! error: Could not compile `pistoncore-input`.
Aug 30 08:19:52.032 INFO kablam! warning: build failed, waiting for other jobs to finish...
Aug 30 08:19:52.128 INFO kablam! error[E0599]: no variant named `Release` found for type `input::Input` in the current scope
Aug 30 08:19:52.128 INFO kablam! --> benches/release.rs:12:13
Aug 30 08:19:52.128 INFO kablam! |
Aug 30 08:19:52.128 INFO kablam! 12 | let e = Input::Release(Button::Keyboard(Key::S));
Aug 30 08:19:52.128 INFO kablam! | ^^^^^^^^^^^^^^ variant not found in `input::Input`
Aug 30 08:19:52.128 INFO kablam!
Aug 30 08:19:52.133 INFO kablam! error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied
Aug 30 08:19:52.133 INFO kablam! --> benches/release.rs:14:46
Aug 30 08:19:52.133 INFO kablam! |
Aug 30 08:19:52.133 INFO kablam! 14 | bencher.iter(|| { let _: Option = ReleaseEvent::from_button(button, &e); });
Aug 30 08:19:52.133 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input`
Aug 30 08:19:52.133 INFO kablam! |
Aug 30 08:19:52.133 INFO kablam! = note: required because of the requirements on the impl of `input::ReleaseEvent` for `input::Input`
Aug 30 08:19:52.133 INFO kablam! = note: required by `input::ReleaseEvent::from_button`
Aug 30 08:19:52.133 INFO kablam!
Aug 30 08:19:52.133 INFO kablam! error: aborting due to 2 previous errors
Aug 30 08:19:52.133 INFO kablam!
Aug 30 08:19:52.133 INFO kablam! Some errors occurred: E0277, E0599.
Aug 30 08:19:52.133 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Aug 30 08:19:52.139 INFO kablam! error: Could not compile `pistoncore-input`.
Aug 30 08:19:52.139 INFO kablam! warning: build failed, waiting for other jobs to finish...
Aug 30 08:19:52.142 INFO kablam! error: build failed
Aug 30 08:19:52.144 INFO kablam! su: No module specific data is present
Aug 30 08:19:52.542 INFO running `"docker" "rm" "-f" "6abf103e44cbf5e215e06dc62bc3ca60076d08fa412ec440513c4af8b6fa0d44"`
Aug 30 08:19:52.642 INFO blam! 6abf103e44cbf5e215e06dc62bc3ca60076d08fa412ec440513c4af8b6fa0d44