Sep 04 08:10:07.724 INFO checking pistoncore-input-0.21.0 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 08:10:07.724 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 08:10:07.724 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 08:10:07.922 INFO blam! b5e137bd7b2f15251ebbabff0547ef2ca1e644ff1c879638d8bedbdf7628d44a Sep 04 08:10:07.924 INFO running `"docker" "start" "-a" "b5e137bd7b2f15251ebbabff0547ef2ca1e644ff1c879638d8bedbdf7628d44a"` Sep 04 08:10:08.645 INFO kablam! Checking pistoncore-input v0.21.0 (file:///source) Sep 04 08:10:16.696 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseCursorEvent` is not satisfied Sep 04 08:10:16.696 INFO kablam! --> benches/mouse.rs:13:46 Sep 04 08:10:16.696 INFO kablam! | Sep 04 08:10:16.696 INFO kablam! 13 | bencher.iter(|| { let _: Option = MouseCursorEvent::from_xy(1.0, 0.0, &e); }); Sep 04 08:10:16.696 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseCursorEvent` is not implemented for `input::Input` Sep 04 08:10:16.696 INFO kablam! | Sep 04 08:10:16.697 INFO kablam! = note: required by `input::MouseCursorEvent::from_xy` Sep 04 08:10:16.697 INFO kablam! Sep 04 08:10:16.704 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseRelativeEvent` is not satisfied Sep 04 08:10:16.704 INFO kablam! --> benches/mouse.rs:19:46 Sep 04 08:10:16.704 INFO kablam! | Sep 04 08:10:16.704 INFO kablam! 19 | bencher.iter(|| { let _: Option = MouseRelativeEvent::from_xy(1.0, 0.0, &e); }); Sep 04 08:10:16.704 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseRelativeEvent` is not implemented for `input::Input` Sep 04 08:10:16.704 INFO kablam! | Sep 04 08:10:16.705 INFO kablam! = note: required by `input::MouseRelativeEvent::from_xy` Sep 04 08:10:16.705 INFO kablam! Sep 04 08:10:16.708 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseScrollEvent` is not satisfied Sep 04 08:10:16.709 INFO kablam! --> benches/mouse.rs:25:46 Sep 04 08:10:16.709 INFO kablam! | Sep 04 08:10:16.709 INFO kablam! 25 | bencher.iter(|| { let _: Option = MouseScrollEvent::from_xy(1.0, 0.0, &e); }); Sep 04 08:10:16.709 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseScrollEvent` is not implemented for `input::Input` Sep 04 08:10:16.709 INFO kablam! | Sep 04 08:10:16.709 INFO kablam! = note: required by `input::MouseScrollEvent::from_xy` Sep 04 08:10:16.709 INFO kablam! Sep 04 08:10:16.715 INFO kablam! error: aborting due to 3 previous errors Sep 04 08:10:16.715 INFO kablam! Sep 04 08:10:16.715 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 08:10:16.746 INFO kablam! error: Could not compile `pistoncore-input`. Sep 04 08:10:16.746 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 08:10:17.117 INFO kablam! error[E0277]: the trait bound `input::Input: input::CursorEvent` is not satisfied Sep 04 08:10:17.117 INFO kablam! --> benches/cursor.rs:12:46 Sep 04 08:10:17.117 INFO kablam! | Sep 04 08:10:17.117 INFO kablam! 12 | bencher.iter(|| { let _: Option = CursorEvent::from_cursor(true, &e); }); Sep 04 08:10:17.117 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::CursorEvent` is not implemented for `input::Input` Sep 04 08:10:17.117 INFO kablam! | Sep 04 08:10:17.117 INFO kablam! = note: required by `input::CursorEvent::from_cursor` Sep 04 08:10:17.117 INFO kablam! Sep 04 08:10:17.120 INFO kablam! error: aborting due to previous error Sep 04 08:10:17.120 INFO kablam! Sep 04 08:10:17.120 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 08:10:17.143 INFO kablam! error: Could not compile `pistoncore-input`. Sep 04 08:10:17.144 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 08:10:17.265 INFO kablam! error[E0599]: no variant named `Render` found for type `input::Input` in the current scope Sep 04 08:10:17.265 INFO kablam! --> benches/render.rs:12:13 Sep 04 08:10:17.265 INFO kablam! | Sep 04 08:10:17.265 INFO kablam! 12 | let e = Input::Render(RenderArgs { Sep 04 08:10:17.266 INFO kablam! | ^^^^^^^^^^^^^ variant not found in `input::Input` Sep 04 08:10:17.266 INFO kablam! Sep 04 08:10:17.267 INFO kablam! error[E0277]: the trait bound `input::Input: input::TextEvent` is not satisfied Sep 04 08:10:17.267 INFO kablam! --> benches/text.rs:13:46 Sep 04 08:10:17.267 INFO kablam! | Sep 04 08:10:17.267 INFO kablam! 13 | bencher.iter(|| { let _: Option = TextEvent::from_text("hello", &e); }); Sep 04 08:10:17.268 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `input::TextEvent` is not implemented for `input::Input` Sep 04 08:10:17.268 INFO kablam! | Sep 04 08:10:17.268 INFO kablam! = note: required by `input::TextEvent::from_text` Sep 04 08:10:17.268 INFO kablam! Sep 04 08:10:17.268 INFO kablam! error[E0277]: the trait bound `input::Input: input::RenderEvent` is not satisfied Sep 04 08:10:17.268 INFO kablam! --> benches/render.rs:26:46 Sep 04 08:10:17.268 INFO kablam! | Sep 04 08:10:17.268 INFO kablam! 26 | bencher.iter(|| { let _: Option = RenderEvent::from_render_args(&args, &e); }); Sep 04 08:10:17.269 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::RenderEvent` is not implemented for `input::Input` Sep 04 08:10:17.269 INFO kablam! | Sep 04 08:10:17.269 INFO kablam! = note: required by `input::RenderEvent::from_render_args` Sep 04 08:10:17.269 INFO kablam! Sep 04 08:10:17.273 INFO kablam! error: aborting due to 2 previous errors Sep 04 08:10:17.273 INFO kablam! Sep 04 08:10:17.273 INFO kablam! Some errors occurred: E0277, E0599. Sep 04 08:10:17.273 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 04 08:10:17.276 INFO kablam! error: aborting due to previous error Sep 04 08:10:17.276 INFO kablam! Sep 04 08:10:17.276 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 08:10:17.285 INFO kablam! error: Could not compile `pistoncore-input`. Sep 04 08:10:17.285 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 08:10:17.286 INFO kablam! error: Could not compile `pistoncore-input`. Sep 04 08:10:17.286 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 08:10:17.373 INFO kablam! error[E0599]: no variant named `AfterRender` found for type `input::Input` in the current scope Sep 04 08:10:17.373 INFO kablam! --> benches/after_render.rs:12:13 Sep 04 08:10:17.373 INFO kablam! | Sep 04 08:10:17.373 INFO kablam! 12 | let e = Input::AfterRender(AfterRenderArgs); Sep 04 08:10:17.373 INFO kablam! | ^^^^^^^^^^^^^^^^^^ variant not found in `input::Input` Sep 04 08:10:17.373 INFO kablam! Sep 04 08:10:17.375 INFO kablam! error[E0277]: the trait bound `input::Input: input::AfterRenderEvent` is not satisfied Sep 04 08:10:17.375 INFO kablam! --> benches/after_render.rs:15:32 Sep 04 08:10:17.375 INFO kablam! | Sep 04 08:10:17.375 INFO kablam! 15 | let _: Option = AfterRenderEvent::from_after_render_args(&args, &e); Sep 04 08:10:17.375 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::AfterRenderEvent` is not implemented for `input::Input` Sep 04 08:10:17.375 INFO kablam! | Sep 04 08:10:17.375 INFO kablam! = note: required by `input::AfterRenderEvent::from_after_render_args` Sep 04 08:10:17.375 INFO kablam! Sep 04 08:10:17.378 INFO kablam! error: aborting due to 2 previous errors Sep 04 08:10:17.378 INFO kablam! Sep 04 08:10:17.378 INFO kablam! Some errors occurred: E0277, E0599. Sep 04 08:10:17.379 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 04 08:10:17.387 INFO kablam! error: Could not compile `pistoncore-input`. Sep 04 08:10:17.387 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 08:10:17.443 INFO kablam! error[E0277]: the trait bound `input::Input: input::ResizeEvent` is not satisfied Sep 04 08:10:17.443 INFO kablam! --> benches/resize.rs:13:46 Sep 04 08:10:17.443 INFO kablam! | Sep 04 08:10:17.443 INFO kablam! 13 | bencher.iter(|| { let _: Option = ResizeEvent::from_width_height(100, 100, &e); }); Sep 04 08:10:17.443 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ResizeEvent` is not implemented for `input::Input` Sep 04 08:10:17.443 INFO kablam! | Sep 04 08:10:17.443 INFO kablam! = note: required by `input::ResizeEvent::from_width_height` Sep 04 08:10:17.443 INFO kablam! Sep 04 08:10:17.446 INFO kablam! error: aborting due to previous error Sep 04 08:10:17.446 INFO kablam! Sep 04 08:10:17.447 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 08:10:17.456 INFO kablam! error: Could not compile `pistoncore-input`. Sep 04 08:10:17.456 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 08:10:17.533 INFO kablam! error[E0599]: no variant named `Press` found for type `input::Input` in the current scope Sep 04 08:10:17.533 INFO kablam! --> benches/press.rs:12:13 Sep 04 08:10:17.533 INFO kablam! | Sep 04 08:10:17.533 INFO kablam! 12 | let e = Input::Press(Button::Keyboard(Key::S)); Sep 04 08:10:17.533 INFO kablam! | ^^^^^^^^^^^^ variant not found in `input::Input` Sep 04 08:10:17.533 INFO kablam! Sep 04 08:10:17.535 INFO kablam! error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied Sep 04 08:10:17.535 INFO kablam! --> benches/press.rs:14:46 Sep 04 08:10:17.535 INFO kablam! | Sep 04 08:10:17.535 INFO kablam! 14 | bencher.iter(|| { let _: Option = PressEvent::from_button(button, &e); }); Sep 04 08:10:17.535 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input` Sep 04 08:10:17.535 INFO kablam! | Sep 04 08:10:17.535 INFO kablam! = note: required because of the requirements on the impl of `input::PressEvent` for `input::Input` Sep 04 08:10:17.535 INFO kablam! = note: required by `input::PressEvent::from_button` Sep 04 08:10:17.536 INFO kablam! Sep 04 08:10:17.539 INFO kablam! error: aborting due to 2 previous errors Sep 04 08:10:17.539 INFO kablam! Sep 04 08:10:17.539 INFO kablam! Some errors occurred: E0277, E0599. Sep 04 08:10:17.539 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 04 08:10:17.551 INFO kablam! error: Could not compile `pistoncore-input`. Sep 04 08:10:17.551 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 08:10:17.700 INFO kablam! error[E0277]: the trait bound `input::Input: input::ControllerAxisEvent` is not satisfied Sep 04 08:10:17.700 INFO kablam! --> benches/controller_axis.rs:17:32 Sep 04 08:10:17.700 INFO kablam! | Sep 04 08:10:17.700 INFO kablam! 17 | let _: Option = ControllerAxisEvent::from_controller_axis_args(ControllerAxisArgs { Sep 04 08:10:17.700 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ControllerAxisEvent` is not implemented for `input::Input` Sep 04 08:10:17.700 INFO kablam! | Sep 04 08:10:17.700 INFO kablam! = note: required by `input::ControllerAxisEvent::from_controller_axis_args` Sep 04 08:10:17.701 INFO kablam! Sep 04 08:10:17.702 INFO kablam! error: aborting due to previous error Sep 04 08:10:17.703 INFO kablam! Sep 04 08:10:17.703 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 08:10:17.711 INFO kablam! error: Could not compile `pistoncore-input`. Sep 04 08:10:17.711 INFO kablam! Sep 04 08:10:17.711 INFO kablam! To learn more, run the command again with --verbose. Sep 04 08:10:17.712 INFO kablam! su: No module specific data is present Sep 04 08:10:18.199 INFO running `"docker" "rm" "-f" "b5e137bd7b2f15251ebbabff0547ef2ca1e644ff1c879638d8bedbdf7628d44a"` Sep 04 08:10:18.337 INFO blam! b5e137bd7b2f15251ebbabff0547ef2ca1e644ff1c879638d8bedbdf7628d44a