Sep 02 04:47:00.925 INFO checking pistoncore-input-0.21.0 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851
Sep 02 04:47:00.925 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets
Sep 02 04:47:00.925 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-0/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"`
Sep 02 04:47:01.126 INFO blam! 8d7e18cfdc2468f48a8985f63af56c6630c5cd144242421647615533d2ca329e
Sep 02 04:47:01.128 INFO running `"docker" "start" "-a" "8d7e18cfdc2468f48a8985f63af56c6630c5cd144242421647615533d2ca329e"`
Sep 02 04:47:01.770 INFO kablam! Checking pistoncore-input v0.21.0 (file:///source)
Sep 02 04:47:09.021 INFO kablam! error[E0277]: the trait bound `input::Input: input::CursorEvent` is not satisfied
Sep 02 04:47:09.021 INFO kablam! --> benches/cursor.rs:12:46
Sep 02 04:47:09.021 INFO kablam! |
Sep 02 04:47:09.021 INFO kablam! 12 | bencher.iter(|| { let _: Option = CursorEvent::from_cursor(true, &e); });
Sep 02 04:47:09.021 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::CursorEvent` is not implemented for `input::Input`
Sep 02 04:47:09.021 INFO kablam! |
Sep 02 04:47:09.021 INFO kablam! = note: required by `input::CursorEvent::from_cursor`
Sep 02 04:47:09.021 INFO kablam!
Sep 02 04:47:09.024 INFO kablam! error: aborting due to previous error
Sep 02 04:47:09.024 INFO kablam!
Sep 02 04:47:09.024 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 02 04:47:09.068 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 02 04:47:09.069 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 02 04:47:09.468 INFO kablam! error[E0277]: the trait bound `input::Input: input::ControllerAxisEvent` is not satisfied
Sep 02 04:47:09.468 INFO kablam! --> benches/controller_axis.rs:17:32
Sep 02 04:47:09.468 INFO kablam! |
Sep 02 04:47:09.468 INFO kablam! 17 | let _: Option = ControllerAxisEvent::from_controller_axis_args(ControllerAxisArgs {
Sep 02 04:47:09.468 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ControllerAxisEvent` is not implemented for `input::Input`
Sep 02 04:47:09.482 INFO kablam! |
Sep 02 04:47:09.483 INFO kablam! = note: required by `input::ControllerAxisEvent::from_controller_axis_args`
Sep 02 04:47:09.483 INFO kablam!
Sep 02 04:47:09.486 INFO kablam! error: aborting due to previous error
Sep 02 04:47:09.490 INFO kablam!
Sep 02 04:47:09.491 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 02 04:47:09.516 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 02 04:47:09.517 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 02 04:47:09.775 INFO kablam! error[E0599]: no variant named `AfterRender` found for type `input::Input` in the current scope
Sep 02 04:47:09.775 INFO kablam! --> benches/after_render.rs:12:13
Sep 02 04:47:09.775 INFO kablam! |
Sep 02 04:47:09.775 INFO kablam! 12 | let e = Input::AfterRender(AfterRenderArgs);
Sep 02 04:47:09.775 INFO kablam! | ^^^^^^^^^^^^^^^^^^ variant not found in `input::Input`
Sep 02 04:47:09.775 INFO kablam!
Sep 02 04:47:09.777 INFO kablam! error[E0277]: the trait bound `input::Input: input::AfterRenderEvent` is not satisfied
Sep 02 04:47:09.777 INFO kablam! --> benches/after_render.rs:15:32
Sep 02 04:47:09.777 INFO kablam! |
Sep 02 04:47:09.778 INFO kablam! 15 | let _: Option = AfterRenderEvent::from_after_render_args(&args, &e);
Sep 02 04:47:09.778 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::AfterRenderEvent` is not implemented for `input::Input`
Sep 02 04:47:09.778 INFO kablam! |
Sep 02 04:47:09.778 INFO kablam! = note: required by `input::AfterRenderEvent::from_after_render_args`
Sep 02 04:47:09.779 INFO kablam!
Sep 02 04:47:09.782 INFO kablam! error: aborting due to 2 previous errors
Sep 02 04:47:09.782 INFO kablam!
Sep 02 04:47:09.783 INFO kablam! Some errors occurred: E0277, E0599.
Sep 02 04:47:09.783 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Sep 02 04:47:09.793 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 02 04:47:09.794 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 02 04:47:09.976 INFO kablam! error[E0599]: no variant named `Idle` found for type `input::Input` in the current scope
Sep 02 04:47:09.976 INFO kablam! --> benches/idle.rs:12:13
Sep 02 04:47:09.976 INFO kablam! |
Sep 02 04:47:09.976 INFO kablam! 12 | let e = Input::Idle(IdleArgs { dt: 1.0 });
Sep 02 04:47:09.976 INFO kablam! | ^^^^^^^^^^^ variant not found in `input::Input`
Sep 02 04:47:09.976 INFO kablam!
Sep 02 04:47:09.995 INFO kablam! error[E0277]: the trait bound `input::Input: input::IdleEvent` is not satisfied
Sep 02 04:47:09.995 INFO kablam! --> benches/idle.rs:14:46
Sep 02 04:47:09.995 INFO kablam! |
Sep 02 04:47:09.995 INFO kablam! 14 | bencher.iter(|| { let _: Option = IdleEvent::from_idle_args(&args, &e); });
Sep 02 04:47:09.995 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::IdleEvent` is not implemented for `input::Input`
Sep 02 04:47:09.995 INFO kablam! |
Sep 02 04:47:09.995 INFO kablam! = note: required by `input::IdleEvent::from_idle_args`
Sep 02 04:47:09.995 INFO kablam!
Sep 02 04:47:09.998 INFO kablam! error: aborting due to 2 previous errors
Sep 02 04:47:09.998 INFO kablam!
Sep 02 04:47:09.998 INFO kablam! Some errors occurred: E0277, E0599.
Sep 02 04:47:09.999 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Sep 02 04:47:10.007 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 02 04:47:10.007 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 02 04:47:10.038 INFO kablam! error[E0599]: no variant named `Release` found for type `input::Input` in the current scope
Sep 02 04:47:10.038 INFO kablam! --> benches/release.rs:12:13
Sep 02 04:47:10.038 INFO kablam! |
Sep 02 04:47:10.038 INFO kablam! 12 | let e = Input::Release(Button::Keyboard(Key::S));
Sep 02 04:47:10.039 INFO kablam! | ^^^^^^^^^^^^^^ variant not found in `input::Input`
Sep 02 04:47:10.039 INFO kablam!
Sep 02 04:47:10.041 INFO kablam! error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied
Sep 02 04:47:10.041 INFO kablam! --> benches/release.rs:14:46
Sep 02 04:47:10.041 INFO kablam! |
Sep 02 04:47:10.041 INFO kablam! 14 | bencher.iter(|| { let _: Option = ReleaseEvent::from_button(button, &e); });
Sep 02 04:47:10.041 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input`
Sep 02 04:47:10.041 INFO kablam! |
Sep 02 04:47:10.041 INFO kablam! = note: required because of the requirements on the impl of `input::ReleaseEvent` for `input::Input`
Sep 02 04:47:10.041 INFO kablam! = note: required by `input::ReleaseEvent::from_button`
Sep 02 04:47:10.041 INFO kablam!
Sep 02 04:47:10.044 INFO kablam! error: aborting due to 2 previous errors
Sep 02 04:47:10.044 INFO kablam!
Sep 02 04:47:10.044 INFO kablam! Some errors occurred: E0277, E0599.
Sep 02 04:47:10.044 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Sep 02 04:47:10.053 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 02 04:47:10.053 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 02 04:47:10.101 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseCursorEvent` is not satisfied
Sep 02 04:47:10.101 INFO kablam! --> benches/mouse.rs:13:46
Sep 02 04:47:10.101 INFO kablam! |
Sep 02 04:47:10.101 INFO kablam! 13 | bencher.iter(|| { let _: Option = MouseCursorEvent::from_xy(1.0, 0.0, &e); });
Sep 02 04:47:10.101 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseCursorEvent` is not implemented for `input::Input`
Sep 02 04:47:10.101 INFO kablam! |
Sep 02 04:47:10.101 INFO kablam! = note: required by `input::MouseCursorEvent::from_xy`
Sep 02 04:47:10.101 INFO kablam!
Sep 02 04:47:10.103 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseRelativeEvent` is not satisfied
Sep 02 04:47:10.103 INFO kablam! --> benches/mouse.rs:19:46
Sep 02 04:47:10.103 INFO kablam! |
Sep 02 04:47:10.103 INFO kablam! 19 | bencher.iter(|| { let _: Option = MouseRelativeEvent::from_xy(1.0, 0.0, &e); });
Sep 02 04:47:10.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseRelativeEvent` is not implemented for `input::Input`
Sep 02 04:47:10.103 INFO kablam! |
Sep 02 04:47:10.103 INFO kablam! = note: required by `input::MouseRelativeEvent::from_xy`
Sep 02 04:47:10.103 INFO kablam!
Sep 02 04:47:10.104 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseScrollEvent` is not satisfied
Sep 02 04:47:10.104 INFO kablam! --> benches/mouse.rs:25:46
Sep 02 04:47:10.104 INFO kablam! |
Sep 02 04:47:10.104 INFO kablam! 25 | bencher.iter(|| { let _: Option = MouseScrollEvent::from_xy(1.0, 0.0, &e); });
Sep 02 04:47:10.104 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseScrollEvent` is not implemented for `input::Input`
Sep 02 04:47:10.104 INFO kablam! |
Sep 02 04:47:10.104 INFO kablam! = note: required by `input::MouseScrollEvent::from_xy`
Sep 02 04:47:10.104 INFO kablam!
Sep 02 04:47:10.105 INFO kablam! error: aborting due to 3 previous errors
Sep 02 04:47:10.105 INFO kablam!
Sep 02 04:47:10.105 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 02 04:47:10.112 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 02 04:47:10.112 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 02 04:47:10.244 INFO kablam! error[E0599]: no variant named `Render` found for type `input::Input` in the current scope
Sep 02 04:47:10.244 INFO kablam! --> benches/render.rs:12:13
Sep 02 04:47:10.244 INFO kablam! |
Sep 02 04:47:10.244 INFO kablam! 12 | let e = Input::Render(RenderArgs {
Sep 02 04:47:10.244 INFO kablam! | ^^^^^^^^^^^^^ variant not found in `input::Input`
Sep 02 04:47:10.244 INFO kablam!
Sep 02 04:47:10.246 INFO kablam! error[E0277]: the trait bound `input::Input: input::RenderEvent` is not satisfied
Sep 02 04:47:10.246 INFO kablam! --> benches/render.rs:26:46
Sep 02 04:47:10.246 INFO kablam! |
Sep 02 04:47:10.246 INFO kablam! 26 | bencher.iter(|| { let _: Option = RenderEvent::from_render_args(&args, &e); });
Sep 02 04:47:10.246 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::RenderEvent` is not implemented for `input::Input`
Sep 02 04:47:10.246 INFO kablam! |
Sep 02 04:47:10.246 INFO kablam! = note: required by `input::RenderEvent::from_render_args`
Sep 02 04:47:10.246 INFO kablam!
Sep 02 04:47:10.248 INFO kablam! error: aborting due to 2 previous errors
Sep 02 04:47:10.248 INFO kablam!
Sep 02 04:47:10.248 INFO kablam! Some errors occurred: E0277, E0599.
Sep 02 04:47:10.248 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Sep 02 04:47:10.257 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 02 04:47:10.257 INFO kablam!
Sep 02 04:47:10.257 INFO kablam! To learn more, run the command again with --verbose.
Sep 02 04:47:10.258 INFO kablam! su: No module specific data is present
Sep 02 04:47:10.687 INFO running `"docker" "rm" "-f" "8d7e18cfdc2468f48a8985f63af56c6630c5cd144242421647615533d2ca329e"`
Sep 02 04:47:10.800 INFO blam! 8d7e18cfdc2468f48a8985f63af56c6630c5cd144242421647615533d2ca329e