Sep 10 12:56:55.941 INFO checking pistoncore-input-0.21.0 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090
Sep 10 12:56:55.941 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets
Sep 10 12:56:55.941 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-0/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"`
Sep 10 12:56:56.146 INFO blam! d744cba2db1f31d7f3a519a5014d8a437ff9103cb1213210d06a32eb77c4839c
Sep 10 12:56:56.148 INFO running `"docker" "start" "-a" "d744cba2db1f31d7f3a519a5014d8a437ff9103cb1213210d06a32eb77c4839c"`
Sep 10 12:56:57.258 INFO kablam! usermod: no changes
Sep 10 12:56:57.405 INFO kablam! Checking pistoncore-input v0.21.0 (file:///source)
Sep 10 12:57:06.341 INFO kablam! error[E0277]: the trait bound `input::Input: input::ResizeEvent` is not satisfied
Sep 10 12:57:06.341 INFO kablam! --> benches/resize.rs:13:46
Sep 10 12:57:06.341 INFO kablam! |
Sep 10 12:57:06.341 INFO kablam! 13 | bencher.iter(|| { let _: Option = ResizeEvent::from_width_height(100, 100, &e); });
Sep 10 12:57:06.341 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ResizeEvent` is not implemented for `input::Input`
Sep 10 12:57:06.362 INFO kablam! |
Sep 10 12:57:06.362 INFO kablam! = note: required by `input::ResizeEvent::from_width_height`
Sep 10 12:57:06.362 INFO kablam!
Sep 10 12:57:06.365 INFO kablam! error: aborting due to previous error
Sep 10 12:57:06.394 INFO kablam!
Sep 10 12:57:06.394 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 10 12:57:06.414 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 10 12:57:06.414 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 10 12:57:06.628 INFO kablam! error[E0599]: no variant named `Release` found for type `input::Input` in the current scope
Sep 10 12:57:06.628 INFO kablam! --> benches/release.rs:12:13
Sep 10 12:57:06.628 INFO kablam! |
Sep 10 12:57:06.628 INFO kablam! 12 | let e = Input::Release(Button::Keyboard(Key::S));
Sep 10 12:57:06.628 INFO kablam! | ^^^^^^^^^^^^^^ variant not found in `input::Input`
Sep 10 12:57:06.628 INFO kablam!
Sep 10 12:57:06.643 INFO kablam! error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied
Sep 10 12:57:06.643 INFO kablam! --> benches/release.rs:14:46
Sep 10 12:57:06.643 INFO kablam! |
Sep 10 12:57:06.643 INFO kablam! 14 | bencher.iter(|| { let _: Option = ReleaseEvent::from_button(button, &e); });
Sep 10 12:57:06.643 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input`
Sep 10 12:57:06.643 INFO kablam! |
Sep 10 12:57:06.643 INFO kablam! = note: required because of the requirements on the impl of `input::ReleaseEvent` for `input::Input`
Sep 10 12:57:06.643 INFO kablam! = note: required by `input::ReleaseEvent::from_button`
Sep 10 12:57:06.643 INFO kablam!
Sep 10 12:57:06.661 INFO kablam! error: aborting due to 2 previous errors
Sep 10 12:57:06.661 INFO kablam!
Sep 10 12:57:06.661 INFO kablam! Some errors occurred: E0277, E0599.
Sep 10 12:57:06.661 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Sep 10 12:57:06.710 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 10 12:57:06.711 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 10 12:57:06.858 INFO kablam! error[E0599]: no variant named `AfterRender` found for type `input::Input` in the current scope
Sep 10 12:57:06.858 INFO kablam! --> benches/after_render.rs:12:13
Sep 10 12:57:06.858 INFO kablam! |
Sep 10 12:57:06.858 INFO kablam! 12 | let e = Input::AfterRender(AfterRenderArgs);
Sep 10 12:57:06.858 INFO kablam! | ^^^^^^^^^^^^^^^^^^ variant not found in `input::Input`
Sep 10 12:57:06.858 INFO kablam!
Sep 10 12:57:06.858 INFO kablam! error[E0277]: the trait bound `input::Input: input::AfterRenderEvent` is not satisfied
Sep 10 12:57:06.858 INFO kablam! --> benches/after_render.rs:15:32
Sep 10 12:57:06.858 INFO kablam! |
Sep 10 12:57:06.858 INFO kablam! 15 | let _: Option = AfterRenderEvent::from_after_render_args(&args, &e);
Sep 10 12:57:06.858 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::AfterRenderEvent` is not implemented for `input::Input`
Sep 10 12:57:06.858 INFO kablam! |
Sep 10 12:57:06.858 INFO kablam! = note: required by `input::AfterRenderEvent::from_after_render_args`
Sep 10 12:57:06.858 INFO kablam!
Sep 10 12:57:06.878 INFO kablam! error: aborting due to 2 previous errors
Sep 10 12:57:06.878 INFO kablam!
Sep 10 12:57:06.878 INFO kablam! Some errors occurred: E0277, E0599.
Sep 10 12:57:06.878 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Sep 10 12:57:06.920 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 10 12:57:06.920 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 10 12:57:06.947 INFO kablam! error[E0277]: the trait bound `input::Input: input::TextEvent` is not satisfied
Sep 10 12:57:06.947 INFO kablam! --> benches/text.rs:13:46
Sep 10 12:57:06.948 INFO kablam! |
Sep 10 12:57:06.948 INFO kablam! 13 | bencher.iter(|| { let _: Option = TextEvent::from_text("hello", &e); });
Sep 10 12:57:06.948 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `input::TextEvent` is not implemented for `input::Input`
Sep 10 12:57:06.948 INFO kablam! |
Sep 10 12:57:06.948 INFO kablam! = note: required by `input::TextEvent::from_text`
Sep 10 12:57:06.948 INFO kablam!
Sep 10 12:57:06.980 INFO kablam! error: aborting due to previous error
Sep 10 12:57:06.980 INFO kablam!
Sep 10 12:57:06.980 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 10 12:57:06.995 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 10 12:57:06.995 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 10 12:57:07.022 INFO kablam! error[E0277]: the trait bound `input::Input: input::FocusEvent` is not satisfied
Sep 10 12:57:07.022 INFO kablam! --> benches/focus.rs:13:46
Sep 10 12:57:07.022 INFO kablam! |
Sep 10 12:57:07.022 INFO kablam! 13 | bencher.iter(|| { let _: Option = FocusEvent::from_focused(true, &e); });
Sep 10 12:57:07.022 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::FocusEvent` is not implemented for `input::Input`
Sep 10 12:57:07.022 INFO kablam! |
Sep 10 12:57:07.022 INFO kablam! = note: required by `input::FocusEvent::from_focused`
Sep 10 12:57:07.022 INFO kablam!
Sep 10 12:57:07.026 INFO kablam! error: aborting due to previous error
Sep 10 12:57:07.026 INFO kablam!
Sep 10 12:57:07.026 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 10 12:57:07.066 INFO kablam! error[E0599]: no variant named `Update` found for type `input::Input` in the current scope
Sep 10 12:57:07.066 INFO kablam! --> benches/update.rs:12:13
Sep 10 12:57:07.066 INFO kablam! |
Sep 10 12:57:07.066 INFO kablam! 12 | let e = Input::Update(UpdateArgs { dt: 0.0 });
Sep 10 12:57:07.066 INFO kablam! | ^^^^^^^^^^^^^ variant not found in `input::Input`
Sep 10 12:57:07.066 INFO kablam!
Sep 10 12:57:07.066 INFO kablam! error[E0277]: the trait bound `input::Input: input::UpdateEvent` is not satisfied
Sep 10 12:57:07.066 INFO kablam! --> benches/update.rs:14:46
Sep 10 12:57:07.066 INFO kablam! |
Sep 10 12:57:07.066 INFO kablam! 14 | bencher.iter(|| { let _: Option = UpdateEvent::from_update_args(&args, &e); });
Sep 10 12:57:07.066 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::UpdateEvent` is not implemented for `input::Input`
Sep 10 12:57:07.066 INFO kablam! |
Sep 10 12:57:07.066 INFO kablam! = note: required by `input::UpdateEvent::from_update_args`
Sep 10 12:57:07.066 INFO kablam!
Sep 10 12:57:07.067 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 10 12:57:07.067 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 10 12:57:07.074 INFO kablam! error: aborting due to 2 previous errors
Sep 10 12:57:07.074 INFO kablam!
Sep 10 12:57:07.074 INFO kablam! Some errors occurred: E0277, E0599.
Sep 10 12:57:07.074 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Sep 10 12:57:07.079 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 10 12:57:07.079 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 10 12:57:07.126 INFO kablam! error[E0599]: no variant named `Render` found for type `input::Input` in the current scope
Sep 10 12:57:07.126 INFO kablam! --> benches/render.rs:12:13
Sep 10 12:57:07.126 INFO kablam! |
Sep 10 12:57:07.126 INFO kablam! 12 | let e = Input::Render(RenderArgs {
Sep 10 12:57:07.126 INFO kablam! | ^^^^^^^^^^^^^ variant not found in `input::Input`
Sep 10 12:57:07.126 INFO kablam!
Sep 10 12:57:07.126 INFO kablam! error[E0277]: the trait bound `input::Input: input::RenderEvent` is not satisfied
Sep 10 12:57:07.126 INFO kablam! --> benches/render.rs:26:46
Sep 10 12:57:07.126 INFO kablam! |
Sep 10 12:57:07.126 INFO kablam! 26 | bencher.iter(|| { let _: Option = RenderEvent::from_render_args(&args, &e); });
Sep 10 12:57:07.126 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::RenderEvent` is not implemented for `input::Input`
Sep 10 12:57:07.126 INFO kablam! |
Sep 10 12:57:07.126 INFO kablam! = note: required by `input::RenderEvent::from_render_args`
Sep 10 12:57:07.126 INFO kablam!
Sep 10 12:57:07.146 INFO kablam! error: aborting due to 2 previous errors
Sep 10 12:57:07.146 INFO kablam!
Sep 10 12:57:07.146 INFO kablam! Some errors occurred: E0277, E0599.
Sep 10 12:57:07.146 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Sep 10 12:57:07.153 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 10 12:57:07.153 INFO kablam!
Sep 10 12:57:07.153 INFO kablam! To learn more, run the command again with --verbose.
Sep 10 12:57:07.154 INFO kablam! su: No module specific data is present
Sep 10 12:57:08.060 INFO running `"docker" "rm" "-f" "d744cba2db1f31d7f3a519a5014d8a437ff9103cb1213210d06a32eb77c4839c"`
Sep 10 12:57:08.155 INFO blam! d744cba2db1f31d7f3a519a5014d8a437ff9103cb1213210d06a32eb77c4839c