Sep 04 11:10:05.056 INFO checking pistoncore-input-0.21.0 against try#5fe695a3844714c70e8f7731a553f7947987a68a for pr-53913
Sep 04 11:10:05.056 INFO running: cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets
Sep 04 11:10:05.056 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53913/try#5fe695a3844714c70e8f7731a553f7947987a68a:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-1/try#5fe695a3844714c70e8f7731a553f7947987a68a:/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 +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"`
Sep 04 11:10:05.250 INFO blam! 3d338d1d1ba8abc10dd73cf227c601cbbdd35838bc9734f3b4a2326201ffa51e
Sep 04 11:10:05.252 INFO running `"docker" "start" "-a" "3d338d1d1ba8abc10dd73cf227c601cbbdd35838bc9734f3b4a2326201ffa51e"`
Sep 04 11:10:05.862 INFO kablam! Checking pistoncore-input v0.21.0 (file:///source)
Sep 04 11:10:14.810 INFO kablam! error[E0599]: no variant named `Render` found for type `input::Input` in the current scope
Sep 04 11:10:14.810 INFO kablam! --> benches/render.rs:12:13
Sep 04 11:10:14.810 INFO kablam! |
Sep 04 11:10:14.810 INFO kablam! 12 | let e = Input::Render(RenderArgs {
Sep 04 11:10:14.811 INFO kablam! | ^^^^^^^^^^^^^ variant not found in `input::Input`
Sep 04 11:10:14.811 INFO kablam!
Sep 04 11:10:14.812 INFO kablam! error[E0277]: the trait bound `input::Input: input::RenderEvent` is not satisfied
Sep 04 11:10:14.812 INFO kablam! --> benches/render.rs:26:46
Sep 04 11:10:14.812 INFO kablam! |
Sep 04 11:10:14.812 INFO kablam! 26 | bencher.iter(|| { let _: Option = RenderEvent::from_render_args(&args, &e); });
Sep 04 11:10:14.812 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::RenderEvent` is not implemented for `input::Input`
Sep 04 11:10:14.812 INFO kablam! |
Sep 04 11:10:14.812 INFO kablam! = note: required by `input::RenderEvent::from_render_args`
Sep 04 11:10:14.812 INFO kablam!
Sep 04 11:10:14.830 INFO kablam! error: aborting due to 2 previous errors
Sep 04 11:10:14.830 INFO kablam!
Sep 04 11:10:14.830 INFO kablam! Some errors occurred: E0277, E0599.
Sep 04 11:10:14.830 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Sep 04 11:10:14.865 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 04 11:10:14.865 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 04 11:10:15.027 INFO kablam! error[E0277]: the trait bound `input::Input: input::ResizeEvent` is not satisfied
Sep 04 11:10:15.028 INFO kablam! --> benches/resize.rs:13:46
Sep 04 11:10:15.028 INFO kablam! |
Sep 04 11:10:15.028 INFO kablam! 13 | bencher.iter(|| { let _: Option = ResizeEvent::from_width_height(100, 100, &e); });
Sep 04 11:10:15.028 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ResizeEvent` is not implemented for `input::Input`
Sep 04 11:10:15.028 INFO kablam! |
Sep 04 11:10:15.028 INFO kablam! = note: required by `input::ResizeEvent::from_width_height`
Sep 04 11:10:15.028 INFO kablam!
Sep 04 11:10:15.051 INFO kablam! error: aborting due to previous error
Sep 04 11:10:15.051 INFO kablam!
Sep 04 11:10:15.051 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 04 11:10:15.061 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 04 11:10:15.061 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 04 11:10:15.290 INFO kablam! error[E0277]: the trait bound `input::Input: input::CursorEvent` is not satisfied
Sep 04 11:10:15.291 INFO kablam! --> benches/cursor.rs:12:46
Sep 04 11:10:15.291 INFO kablam! |
Sep 04 11:10:15.291 INFO kablam! 12 | bencher.iter(|| { let _: Option = CursorEvent::from_cursor(true, &e); });
Sep 04 11:10:15.291 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::CursorEvent` is not implemented for `input::Input`
Sep 04 11:10:15.291 INFO kablam! |
Sep 04 11:10:15.291 INFO kablam! = note: required by `input::CursorEvent::from_cursor`
Sep 04 11:10:15.291 INFO kablam!
Sep 04 11:10:15.294 INFO kablam! error: aborting due to previous error
Sep 04 11:10:15.294 INFO kablam!
Sep 04 11:10:15.294 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 04 11:10:15.302 INFO kablam! error[E0599]: no variant named `Idle` found for type `input::Input` in the current scope
Sep 04 11:10:15.302 INFO kablam! --> benches/idle.rs:12:13
Sep 04 11:10:15.302 INFO kablam! |
Sep 04 11:10:15.302 INFO kablam! 12 | let e = Input::Idle(IdleArgs { dt: 1.0 });
Sep 04 11:10:15.302 INFO kablam! | ^^^^^^^^^^^ variant not found in `input::Input`
Sep 04 11:10:15.302 INFO kablam!
Sep 04 11:10:15.304 INFO kablam! error[E0277]: the trait bound `input::Input: input::IdleEvent` is not satisfied
Sep 04 11:10:15.304 INFO kablam! --> benches/idle.rs:14:46
Sep 04 11:10:15.304 INFO kablam! |
Sep 04 11:10:15.304 INFO kablam! 14 | bencher.iter(|| { let _: Option = IdleEvent::from_idle_args(&args, &e); });
Sep 04 11:10:15.304 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::IdleEvent` is not implemented for `input::Input`
Sep 04 11:10:15.304 INFO kablam! |
Sep 04 11:10:15.305 INFO kablam! = note: required by `input::IdleEvent::from_idle_args`
Sep 04 11:10:15.305 INFO kablam!
Sep 04 11:10:15.308 INFO kablam! error: aborting due to 2 previous errors
Sep 04 11:10:15.308 INFO kablam!
Sep 04 11:10:15.308 INFO kablam! Some errors occurred: E0277, E0599.
Sep 04 11:10:15.309 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Sep 04 11:10:15.332 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 04 11:10:15.333 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 04 11:10:15.333 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 04 11:10:15.333 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 04 11:10:15.380 INFO kablam! error[E0277]: the trait bound `input::Input: input::ControllerAxisEvent` is not satisfied
Sep 04 11:10:15.380 INFO kablam! --> benches/controller_axis.rs:17:32
Sep 04 11:10:15.380 INFO kablam! |
Sep 04 11:10:15.380 INFO kablam! 17 | let _: Option = ControllerAxisEvent::from_controller_axis_args(ControllerAxisArgs {
Sep 04 11:10:15.380 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ControllerAxisEvent` is not implemented for `input::Input`
Sep 04 11:10:15.380 INFO kablam! |
Sep 04 11:10:15.380 INFO kablam! = note: required by `input::ControllerAxisEvent::from_controller_axis_args`
Sep 04 11:10:15.380 INFO kablam!
Sep 04 11:10:15.387 INFO kablam! error: aborting due to previous error
Sep 04 11:10:15.387 INFO kablam!
Sep 04 11:10:15.387 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 04 11:10:15.397 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 04 11:10:15.397 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 04 11:10:15.475 INFO kablam! error[E0599]: no variant named `Press` found for type `input::Input` in the current scope
Sep 04 11:10:15.475 INFO kablam! --> benches/press.rs:12:13
Sep 04 11:10:15.475 INFO kablam! |
Sep 04 11:10:15.475 INFO kablam! 12 | let e = Input::Press(Button::Keyboard(Key::S));
Sep 04 11:10:15.475 INFO kablam! | ^^^^^^^^^^^^ variant not found in `input::Input`
Sep 04 11:10:15.475 INFO kablam!
Sep 04 11:10:15.477 INFO kablam! error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied
Sep 04 11:10:15.477 INFO kablam! --> benches/press.rs:14:46
Sep 04 11:10:15.477 INFO kablam! |
Sep 04 11:10:15.477 INFO kablam! 14 | bencher.iter(|| { let _: Option = PressEvent::from_button(button, &e); });
Sep 04 11:10:15.477 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input`
Sep 04 11:10:15.477 INFO kablam! |
Sep 04 11:10:15.477 INFO kablam! = note: required because of the requirements on the impl of `input::PressEvent` for `input::Input`
Sep 04 11:10:15.477 INFO kablam! = note: required by `input::PressEvent::from_button`
Sep 04 11:10:15.477 INFO kablam!
Sep 04 11:10:15.480 INFO kablam! error: aborting due to 2 previous errors
Sep 04 11:10:15.480 INFO kablam!
Sep 04 11:10:15.480 INFO kablam! Some errors occurred: E0277, E0599.
Sep 04 11:10:15.480 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Sep 04 11:10:15.489 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 04 11:10:15.489 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 04 11:10:15.545 INFO kablam! error[E0599]: no variant named `Update` found for type `input::Input` in the current scope
Sep 04 11:10:15.545 INFO kablam! --> benches/update.rs:12:13
Sep 04 11:10:15.545 INFO kablam! |
Sep 04 11:10:15.545 INFO kablam! 12 | let e = Input::Update(UpdateArgs { dt: 0.0 });
Sep 04 11:10:15.545 INFO kablam! | ^^^^^^^^^^^^^ variant not found in `input::Input`
Sep 04 11:10:15.545 INFO kablam!
Sep 04 11:10:15.547 INFO kablam! error[E0277]: the trait bound `input::Input: input::UpdateEvent` is not satisfied
Sep 04 11:10:15.547 INFO kablam! --> benches/update.rs:14:46
Sep 04 11:10:15.547 INFO kablam! |
Sep 04 11:10:15.547 INFO kablam! 14 | bencher.iter(|| { let _: Option = UpdateEvent::from_update_args(&args, &e); });
Sep 04 11:10:15.547 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::UpdateEvent` is not implemented for `input::Input`
Sep 04 11:10:15.547 INFO kablam! |
Sep 04 11:10:15.547 INFO kablam! = note: required by `input::UpdateEvent::from_update_args`
Sep 04 11:10:15.547 INFO kablam!
Sep 04 11:10:15.550 INFO kablam! error: aborting due to 2 previous errors
Sep 04 11:10:15.550 INFO kablam!
Sep 04 11:10:15.550 INFO kablam! Some errors occurred: E0277, E0599.
Sep 04 11:10:15.550 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Sep 04 11:10:15.560 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 04 11:10:15.560 INFO kablam!
Sep 04 11:10:15.560 INFO kablam! To learn more, run the command again with --verbose.
Sep 04 11:10:15.565 INFO kablam! su: No module specific data is present
Sep 04 11:10:16.212 INFO running `"docker" "rm" "-f" "3d338d1d1ba8abc10dd73cf227c601cbbdd35838bc9734f3b4a2326201ffa51e"`
Sep 04 11:10:16.348 INFO blam! 3d338d1d1ba8abc10dd73cf227c601cbbdd35838bc9734f3b4a2326201ffa51e