Sep 21 05:42:22.682 INFO checking pistoncore-input-0.20.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394
Sep 21 05:42:22.682 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets
Sep 21 05:42:22.682 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-2/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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=1000" "-e" "CMD=cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"`
Sep 21 05:42:22.874 INFO blam! dd34962b6ab8ab65d09ff655bb039e6ca59dc9b77f0be22cbca16ad56d792b48
Sep 21 05:42:22.878 INFO running `"docker" "start" "-a" "dd34962b6ab8ab65d09ff655bb039e6ca59dc9b77f0be22cbca16ad56d792b48"`
Sep 21 05:42:23.699 INFO kablam! usermod: no changes
Sep 21 05:42:23.747 INFO kablam! Checking pistoncore-input v0.20.0 (/source)
Sep 21 05:42:29.142 INFO kablam! error[E0599]: no variant named `AfterRender` found for type `input::Input` in the current scope
Sep 21 05:42:29.142 INFO kablam! --> benches/after_render.rs:12:13
Sep 21 05:42:29.142 INFO kablam! |
Sep 21 05:42:29.142 INFO kablam! 12 | let e = Input::AfterRender(AfterRenderArgs);
Sep 21 05:42:29.142 INFO kablam! | ^^^^^^^^^^^^^^^^^^ variant not found in `input::Input`
Sep 21 05:42:29.142 INFO kablam!
Sep 21 05:42:29.142 INFO kablam! error[E0277]: the trait bound `input::Input: input::AfterRenderEvent` is not satisfied
Sep 21 05:42:29.142 INFO kablam! --> benches/after_render.rs:15:32
Sep 21 05:42:29.142 INFO kablam! |
Sep 21 05:42:29.142 INFO kablam! 15 | let _: Option = AfterRenderEvent::from_after_render_args(&args, &e);
Sep 21 05:42:29.142 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::AfterRenderEvent` is not implemented for `input::Input`
Sep 21 05:42:29.142 INFO kablam! |
Sep 21 05:42:29.142 INFO kablam! = note: required by `input::AfterRenderEvent::from_after_render_args`
Sep 21 05:42:29.142 INFO kablam!
Sep 21 05:42:29.166 INFO kablam! error: aborting due to 2 previous errors
Sep 21 05:42:29.166 INFO kablam!
Sep 21 05:42:29.166 INFO kablam! Some errors occurred: E0277, E0599.
Sep 21 05:42:29.166 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Sep 21 05:42:29.245 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 21 05:42:29.245 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 21 05:42:29.462 INFO kablam! error[E0277]: the trait bound `input::Input: input::FocusEvent` is not satisfied
Sep 21 05:42:29.462 INFO kablam! --> benches/focus.rs:13:46
Sep 21 05:42:29.462 INFO kablam! |
Sep 21 05:42:29.462 INFO kablam! 13 | bencher.iter(|| { let _: Option = FocusEvent::from_focused(true, &e); });
Sep 21 05:42:29.462 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::FocusEvent` is not implemented for `input::Input`
Sep 21 05:42:29.466 INFO kablam! |
Sep 21 05:42:29.466 INFO kablam! = note: required by `input::FocusEvent::from_focused`
Sep 21 05:42:29.466 INFO kablam!
Sep 21 05:42:29.474 INFO kablam! error: aborting due to previous error
Sep 21 05:42:29.506 INFO kablam!
Sep 21 05:42:29.506 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 21 05:42:29.530 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 21 05:42:29.530 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 21 05:42:29.686 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseCursorEvent` is not satisfied
Sep 21 05:42:29.686 INFO kablam! --> benches/mouse.rs:13:46
Sep 21 05:42:29.686 INFO kablam! |
Sep 21 05:42:29.686 INFO kablam! 13 | bencher.iter(|| { let _: Option = MouseCursorEvent::from_xy(1.0, 0.0, &e); });
Sep 21 05:42:29.686 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseCursorEvent` is not implemented for `input::Input`
Sep 21 05:42:29.686 INFO kablam! |
Sep 21 05:42:29.686 INFO kablam! = note: required by `input::MouseCursorEvent::from_xy`
Sep 21 05:42:29.686 INFO kablam!
Sep 21 05:42:29.686 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseRelativeEvent` is not satisfied
Sep 21 05:42:29.686 INFO kablam! --> benches/mouse.rs:19:46
Sep 21 05:42:29.686 INFO kablam! |
Sep 21 05:42:29.686 INFO kablam! 19 | bencher.iter(|| { let _: Option = MouseRelativeEvent::from_xy(1.0, 0.0, &e); });
Sep 21 05:42:29.686 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseRelativeEvent` is not implemented for `input::Input`
Sep 21 05:42:29.686 INFO kablam! |
Sep 21 05:42:29.686 INFO kablam! = note: required by `input::MouseRelativeEvent::from_xy`
Sep 21 05:42:29.686 INFO kablam!
Sep 21 05:42:29.686 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseScrollEvent` is not satisfied
Sep 21 05:42:29.686 INFO kablam! --> benches/mouse.rs:25:46
Sep 21 05:42:29.686 INFO kablam! |
Sep 21 05:42:29.686 INFO kablam! 25 | bencher.iter(|| { let _: Option = MouseScrollEvent::from_xy(1.0, 0.0, &e); });
Sep 21 05:42:29.686 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseScrollEvent` is not implemented for `input::Input`
Sep 21 05:42:29.686 INFO kablam! |
Sep 21 05:42:29.686 INFO kablam! = note: required by `input::MouseScrollEvent::from_xy`
Sep 21 05:42:29.686 INFO kablam!
Sep 21 05:42:29.686 INFO kablam! error: aborting due to 3 previous errors
Sep 21 05:42:29.694 INFO kablam!
Sep 21 05:42:29.694 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 21 05:42:29.760 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 21 05:42:29.760 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 21 05:42:29.818 INFO kablam! error[E0599]: no variant named `Press` found for type `input::Input` in the current scope
Sep 21 05:42:29.818 INFO kablam! --> benches/press.rs:12:13
Sep 21 05:42:29.818 INFO kablam! |
Sep 21 05:42:29.818 INFO kablam! 12 | let e = Input::Press(Button::Keyboard(Key::S));
Sep 21 05:42:29.818 INFO kablam! | ^^^^^^^^^^^^ variant not found in `input::Input`
Sep 21 05:42:29.818 INFO kablam!
Sep 21 05:42:29.818 INFO kablam! error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied
Sep 21 05:42:29.818 INFO kablam! --> benches/press.rs:14:46
Sep 21 05:42:29.818 INFO kablam! |
Sep 21 05:42:29.818 INFO kablam! 14 | bencher.iter(|| { let _: Option = PressEvent::from_button(button, &e); });
Sep 21 05:42:29.818 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input`
Sep 21 05:42:29.818 INFO kablam! |
Sep 21 05:42:29.818 INFO kablam! = note: required because of the requirements on the impl of `input::PressEvent` for `input::Input`
Sep 21 05:42:29.818 INFO kablam! = note: required by `input::PressEvent::from_button`
Sep 21 05:42:29.818 INFO kablam!
Sep 21 05:42:29.826 INFO kablam! error: aborting due to 2 previous errors
Sep 21 05:42:29.826 INFO kablam!
Sep 21 05:42:29.826 INFO kablam! Some errors occurred: E0277, E0599.
Sep 21 05:42:29.826 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Sep 21 05:42:29.842 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 21 05:42:29.842 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 21 05:42:29.876 INFO kablam! error[E0599]: no variant named `Render` found for type `input::Input` in the current scope
Sep 21 05:42:29.876 INFO kablam! --> benches/render.rs:12:13
Sep 21 05:42:29.876 INFO kablam! |
Sep 21 05:42:29.876 INFO kablam! 12 | let e = Input::Render(RenderArgs {
Sep 21 05:42:29.876 INFO kablam! | ^^^^^^^^^^^^^ variant not found in `input::Input`
Sep 21 05:42:29.876 INFO kablam!
Sep 21 05:42:29.877 INFO kablam! error[E0277]: the trait bound `input::Input: input::RenderEvent` is not satisfied
Sep 21 05:42:29.877 INFO kablam! --> benches/render.rs:26:46
Sep 21 05:42:29.877 INFO kablam! |
Sep 21 05:42:29.877 INFO kablam! 26 | bencher.iter(|| { let _: Option = RenderEvent::from_render_args(&args, &e); });
Sep 21 05:42:29.877 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::RenderEvent` is not implemented for `input::Input`
Sep 21 05:42:29.878 INFO kablam! |
Sep 21 05:42:29.878 INFO kablam! = note: required by `input::RenderEvent::from_render_args`
Sep 21 05:42:29.878 INFO kablam!
Sep 21 05:42:29.881 INFO kablam! error: aborting due to 2 previous errors
Sep 21 05:42:29.881 INFO kablam!
Sep 21 05:42:29.890 INFO kablam! Some errors occurred: E0277, E0599.
Sep 21 05:42:29.890 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Sep 21 05:42:29.902 INFO kablam! error[E0599]: no variant named `Release` found for type `input::Input` in the current scope
Sep 21 05:42:29.906 INFO kablam! --> benches/release.rs:12:13
Sep 21 05:42:29.906 INFO kablam! |
Sep 21 05:42:29.907 INFO kablam! 12 | let e = Input::Release(Button::Keyboard(Key::S));
Sep 21 05:42:29.907 INFO kablam! | ^^^^^^^^^^^^^^ variant not found in `input::Input`
Sep 21 05:42:29.907 INFO kablam!
Sep 21 05:42:29.908 INFO kablam! error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied
Sep 21 05:42:29.908 INFO kablam! --> benches/release.rs:14:46
Sep 21 05:42:29.908 INFO kablam! |
Sep 21 05:42:29.908 INFO kablam! 14 | bencher.iter(|| { let _: Option = ReleaseEvent::from_button(button, &e); });
Sep 21 05:42:29.909 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input`
Sep 21 05:42:29.909 INFO kablam! |
Sep 21 05:42:29.909 INFO kablam! = note: required because of the requirements on the impl of `input::ReleaseEvent` for `input::Input`
Sep 21 05:42:29.909 INFO kablam! = note: required by `input::ReleaseEvent::from_button`
Sep 21 05:42:29.910 INFO kablam!
Sep 21 05:42:29.910 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 21 05:42:29.910 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 21 05:42:29.926 INFO kablam! error: aborting due to 2 previous errors
Sep 21 05:42:29.926 INFO kablam!
Sep 21 05:42:29.927 INFO kablam! Some errors occurred: E0277, E0599.
Sep 21 05:42:29.927 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Sep 21 05:42:29.945 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 21 05:42:29.946 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 21 05:42:29.969 INFO kablam! error[E0599]: no variant named `Update` found for type `input::Input` in the current scope
Sep 21 05:42:29.969 INFO kablam! --> benches/update.rs:12:13
Sep 21 05:42:29.969 INFO kablam! |
Sep 21 05:42:29.969 INFO kablam! 12 | let e = Input::Update(UpdateArgs { dt: 0.0 });
Sep 21 05:42:29.969 INFO kablam! | ^^^^^^^^^^^^^ variant not found in `input::Input`
Sep 21 05:42:29.970 INFO kablam!
Sep 21 05:42:29.970 INFO kablam! error[E0277]: the trait bound `input::Input: input::UpdateEvent` is not satisfied
Sep 21 05:42:29.970 INFO kablam! --> benches/update.rs:14:46
Sep 21 05:42:29.970 INFO kablam! |
Sep 21 05:42:29.970 INFO kablam! 14 | bencher.iter(|| { let _: Option = UpdateEvent::from_update_args(&args, &e); });
Sep 21 05:42:29.970 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::UpdateEvent` is not implemented for `input::Input`
Sep 21 05:42:29.970 INFO kablam! |
Sep 21 05:42:29.970 INFO kablam! = note: required by `input::UpdateEvent::from_update_args`
Sep 21 05:42:29.970 INFO kablam!
Sep 21 05:42:29.978 INFO kablam! error: aborting due to 2 previous errors
Sep 21 05:42:29.978 INFO kablam!
Sep 21 05:42:29.978 INFO kablam! Some errors occurred: E0277, E0599.
Sep 21 05:42:29.978 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Sep 21 05:42:30.002 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 21 05:42:30.002 INFO kablam!
Sep 21 05:42:30.002 INFO kablam! To learn more, run the command again with --verbose.
Sep 21 05:42:30.002 INFO kablam! su: No module specific data is present
Sep 21 05:42:31.137 INFO running `"docker" "rm" "-f" "dd34962b6ab8ab65d09ff655bb039e6ca59dc9b77f0be22cbca16ad56d792b48"`
Sep 21 05:42:31.253 INFO blam! dd34962b6ab8ab65d09ff655bb039e6ca59dc9b77f0be22cbca16ad56d792b48