Aug 30 08:19:41.411 INFO checking pistoncore-input-0.20.0 against try#2d477f9981361618ac78253c28051a66b6cea125 for pr-53707
Aug 30 08:19:41.411 INFO running: cargo +2d477f9981361618ac78253c28051a66b6cea125-alt check --frozen --all --all-targets
Aug 30 08:19:41.411 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53707/try#2d477f9981361618ac78253c28051a66b6cea125:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53707/worker-3/try#2d477f9981361618ac78253c28051a66b6cea125:/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 +2d477f9981361618ac78253c28051a66b6cea125-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.554 INFO blam! 5148e207a2ef0de163191f9b20cd59c757148ee93da8c5e8405ef0ed16a6450f
Aug 30 08:19:41.556 INFO running `"docker" "start" "-a" "5148e207a2ef0de163191f9b20cd59c757148ee93da8c5e8405ef0ed16a6450f"`
Aug 30 08:19:42.465 INFO kablam! Checking pistoncore-input v0.20.0 (file:///source)
Aug 30 08:19:51.078 INFO kablam! error[E0277]: the trait bound `input::Input: input::FocusEvent` is not satisfied
Aug 30 08:19:51.078 INFO kablam! --> benches/focus.rs:13:46
Aug 30 08:19:51.078 INFO kablam! |
Aug 30 08:19:51.078 INFO kablam! 13 | bencher.iter(|| { let _: Option = FocusEvent::from_focused(true, &e); });
Aug 30 08:19:51.078 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::FocusEvent` is not implemented for `input::Input`
Aug 30 08:19:51.079 INFO kablam! |
Aug 30 08:19:51.079 INFO kablam! = note: required by `input::FocusEvent::from_focused`
Aug 30 08:19:51.079 INFO kablam!
Aug 30 08:19:51.082 INFO kablam! error: aborting due to previous error
Aug 30 08:19:51.082 INFO kablam!
Aug 30 08:19:51.082 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Aug 30 08:19:51.090 INFO kablam! error: Could not compile `pistoncore-input`.
Aug 30 08:19:51.090 INFO kablam! warning: build failed, waiting for other jobs to finish...
Aug 30 08:19:51.226 INFO kablam! error[E0277]: the trait bound `input::Input: input::CursorEvent` is not satisfied
Aug 30 08:19:51.227 INFO kablam! --> benches/cursor.rs:12:46
Aug 30 08:19:51.227 INFO kablam! |
Aug 30 08:19:51.227 INFO kablam! 12 | bencher.iter(|| { let _: Option = CursorEvent::from_cursor(true, &e); });
Aug 30 08:19:51.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::CursorEvent` is not implemented for `input::Input`
Aug 30 08:19:51.236 INFO kablam! |
Aug 30 08:19:51.237 INFO kablam! = note: required by `input::CursorEvent::from_cursor`
Aug 30 08:19:51.237 INFO kablam!
Aug 30 08:19:51.240 INFO kablam! error: aborting due to previous error
Aug 30 08:19:51.241 INFO kablam!
Aug 30 08:19:51.241 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Aug 30 08:19:51.257 INFO kablam! error: Could not compile `pistoncore-input`.
Aug 30 08:19:51.257 INFO kablam! warning: build failed, waiting for other jobs to finish...
Aug 30 08:19:51.600 INFO kablam! error[E0599]: no variant named `Press` found for type `input::Input` in the current scope
Aug 30 08:19:51.600 INFO kablam! --> benches/press.rs:12:13
Aug 30 08:19:51.600 INFO kablam! |
Aug 30 08:19:51.600 INFO kablam! 12 | let e = Input::Press(Button::Keyboard(Key::S));
Aug 30 08:19:51.600 INFO kablam! | ^^^^^^^^^^^^ variant not found in `input::Input`
Aug 30 08:19:51.605 INFO kablam!
Aug 30 08:19:51.607 INFO kablam! error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied
Aug 30 08:19:51.607 INFO kablam! --> benches/press.rs:14:46
Aug 30 08:19:51.607 INFO kablam! |
Aug 30 08:19:51.608 INFO kablam! 14 | bencher.iter(|| { let _: Option = PressEvent::from_button(button, &e); });
Aug 30 08:19:51.608 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input`
Aug 30 08:19:51.612 INFO kablam! |
Aug 30 08:19:51.612 INFO kablam! = note: required because of the requirements on the impl of `input::PressEvent` for `input::Input`
Aug 30 08:19:51.613 INFO kablam! = note: required by `input::PressEvent::from_button`
Aug 30 08:19:51.613 INFO kablam!
Aug 30 08:19:51.617 INFO kablam! error: aborting due to 2 previous errors
Aug 30 08:19:51.617 INFO kablam!
Aug 30 08:19:51.617 INFO kablam! Some errors occurred: E0277, E0599.
Aug 30 08:19:51.618 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Aug 30 08:19:51.636 INFO kablam! error: Could not compile `pistoncore-input`.
Aug 30 08:19:51.636 INFO kablam! warning: build failed, waiting for other jobs to finish...
Aug 30 08:19:51.756 INFO kablam! error[E0277]: the trait bound `input::Input: input::TextEvent` is not satisfied
Aug 30 08:19:51.756 INFO kablam! --> benches/text.rs:13:46
Aug 30 08:19:51.756 INFO kablam! |
Aug 30 08:19:51.756 INFO kablam! 13 | bencher.iter(|| { let _: Option = TextEvent::from_text("hello", &e); });
Aug 30 08:19:51.756 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `input::TextEvent` is not implemented for `input::Input`
Aug 30 08:19:51.756 INFO kablam! |
Aug 30 08:19:51.756 INFO kablam! = note: required by `input::TextEvent::from_text`
Aug 30 08:19:51.756 INFO kablam!
Aug 30 08:19:51.759 INFO kablam! error: aborting due to previous error
Aug 30 08:19:51.759 INFO kablam!
Aug 30 08:19:51.759 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Aug 30 08:19:51.767 INFO kablam! error: Could not compile `pistoncore-input`.
Aug 30 08:19:51.767 INFO kablam! warning: build failed, waiting for other jobs to finish...
Aug 30 08:19:51.804 INFO kablam! error[E0277]: the trait bound `input::Input: input::ResizeEvent` is not satisfied
Aug 30 08:19:51.804 INFO kablam! --> benches/resize.rs:13:46
Aug 30 08:19:51.804 INFO kablam! |
Aug 30 08:19:51.804 INFO kablam! 13 | bencher.iter(|| { let _: Option = ResizeEvent::from_width_height(100, 100, &e); });
Aug 30 08:19:51.804 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ResizeEvent` is not implemented for `input::Input`
Aug 30 08:19:51.804 INFO kablam! |
Aug 30 08:19:51.804 INFO kablam! = note: required by `input::ResizeEvent::from_width_height`
Aug 30 08:19:51.805 INFO kablam!
Aug 30 08:19:51.807 INFO kablam! error: aborting due to previous error
Aug 30 08:19:51.807 INFO kablam!
Aug 30 08:19:51.807 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Aug 30 08:19:51.815 INFO kablam! error: Could not compile `pistoncore-input`.
Aug 30 08:19:51.815 INFO kablam! warning: build failed, waiting for other jobs to finish...
Aug 30 08:19:51.934 INFO kablam! error[E0599]: no variant named `Release` found for type `input::Input` in the current scope
Aug 30 08:19:51.934 INFO kablam! --> benches/release.rs:12:13
Aug 30 08:19:51.934 INFO kablam! |
Aug 30 08:19:51.934 INFO kablam! 12 | let e = Input::Release(Button::Keyboard(Key::S));
Aug 30 08:19:51.934 INFO kablam! | ^^^^^^^^^^^^^^ variant not found in `input::Input`
Aug 30 08:19:51.934 INFO kablam!
Aug 30 08:19:51.942 INFO kablam! error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied
Aug 30 08:19:51.942 INFO kablam! --> benches/release.rs:14:46
Aug 30 08:19:51.942 INFO kablam! |
Aug 30 08:19:51.942 INFO kablam! 14 | bencher.iter(|| { let _: Option = ReleaseEvent::from_button(button, &e); });
Aug 30 08:19:51.942 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input`
Aug 30 08:19:51.942 INFO kablam! |
Aug 30 08:19:51.942 INFO kablam! = note: required because of the requirements on the impl of `input::ReleaseEvent` for `input::Input`
Aug 30 08:19:51.942 INFO kablam! = note: required by `input::ReleaseEvent::from_button`
Aug 30 08:19:51.942 INFO kablam!
Aug 30 08:19:51.943 INFO kablam! error: aborting due to 2 previous errors
Aug 30 08:19:51.945 INFO kablam!
Aug 30 08:19:51.945 INFO kablam! Some errors occurred: E0277, E0599.
Aug 30 08:19:51.946 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Aug 30 08:19:51.955 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:51.966 INFO kablam! error[E0599]: no variant named `AfterRender` found for type `input::Input` in the current scope
Aug 30 08:19:51.966 INFO kablam! --> benches/after_render.rs:12:13
Aug 30 08:19:51.966 INFO kablam! |
Aug 30 08:19:51.966 INFO kablam! 12 | let e = Input::AfterRender(AfterRenderArgs);
Aug 30 08:19:51.966 INFO kablam! | ^^^^^^^^^^^^^^^^^^ variant not found in `input::Input`
Aug 30 08:19:51.966 INFO kablam!
Aug 30 08:19:51.968 INFO kablam! error[E0277]: the trait bound `input::Input: input::AfterRenderEvent` is not satisfied
Aug 30 08:19:51.968 INFO kablam! --> benches/after_render.rs:15:32
Aug 30 08:19:51.968 INFO kablam! |
Aug 30 08:19:51.968 INFO kablam! 15 | let _: Option = AfterRenderEvent::from_after_render_args(&args, &e);
Aug 30 08:19:51.968 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::AfterRenderEvent` is not implemented for `input::Input`
Aug 30 08:19:51.968 INFO kablam! |
Aug 30 08:19:51.968 INFO kablam! = note: required by `input::AfterRenderEvent::from_after_render_args`
Aug 30 08:19:51.968 INFO kablam!
Aug 30 08:19:51.969 INFO kablam! error[E0599]: no variant named `Update` found for type `input::Input` in the current scope
Aug 30 08:19:51.969 INFO kablam! --> benches/update.rs:12:13
Aug 30 08:19:51.969 INFO kablam! |
Aug 30 08:19:51.969 INFO kablam! 12 | let e = Input::Update(UpdateArgs { dt: 0.0 });
Aug 30 08:19:51.969 INFO kablam! | ^^^^^^^^^^^^^ variant not found in `input::Input`
Aug 30 08:19:51.969 INFO kablam!
Aug 30 08:19:51.971 INFO kablam! error: aborting due to 2 previous errors
Aug 30 08:19:51.971 INFO kablam!
Aug 30 08:19:51.971 INFO kablam! Some errors occurred: E0277, E0599.
Aug 30 08:19:51.971 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Aug 30 08:19:51.971 INFO kablam! error[E0277]: the trait bound `input::Input: input::UpdateEvent` is not satisfied
Aug 30 08:19:51.971 INFO kablam! --> benches/update.rs:14:46
Aug 30 08:19:51.971 INFO kablam! |
Aug 30 08:19:51.971 INFO kablam! 14 | bencher.iter(|| { let _: Option = UpdateEvent::from_update_args(&args, &e); });
Aug 30 08:19:51.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::UpdateEvent` is not implemented for `input::Input`
Aug 30 08:19:51.971 INFO kablam! |
Aug 30 08:19:51.971 INFO kablam! = note: required by `input::UpdateEvent::from_update_args`
Aug 30 08:19:51.971 INFO kablam!
Aug 30 08:19:51.974 INFO kablam! error: aborting due to 2 previous errors
Aug 30 08:19:51.974 INFO kablam!
Aug 30 08:19:51.974 INFO kablam! Some errors occurred: E0277, E0599.
Aug 30 08:19:51.975 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Aug 30 08:19:51.981 INFO kablam! error: Could not compile `pistoncore-input`.
Aug 30 08:19:51.981 INFO kablam! warning: build failed, waiting for other jobs to finish...
Aug 30 08:19:51.983 INFO kablam! error: Could not compile `pistoncore-input`.
Aug 30 08:19:51.983 INFO kablam!
Aug 30 08:19:51.983 INFO kablam! To learn more, run the command again with --verbose.
Aug 30 08:19:51.985 INFO kablam! su: No module specific data is present
Aug 30 08:19:52.538 INFO running `"docker" "rm" "-f" "5148e207a2ef0de163191f9b20cd59c757148ee93da8c5e8405ef0ed16a6450f"`
Aug 30 08:19:52.629 INFO blam! 5148e207a2ef0de163191f9b20cd59c757148ee93da8c5e8405ef0ed16a6450f