Jul 12 02:09:38.641 INFO checking pistoncore-input-0.20.0 against master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9 for pr-52234 Jul 12 02:09:38.641 INFO running: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 12 02:09:38.641 INFO creating container for: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 12 02:09:38.642 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-52234/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-0/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/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 +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 12 02:09:38.915 INFO blam! ecaa0672869f49ed94b04d786bc76b1b9c8f005453a00830ef4f0323663bb553 Jul 12 02:09:38.917 INFO running `"docker" "start" "-a" "ecaa0672869f49ed94b04d786bc76b1b9c8f005453a00830ef4f0323663bb553"` Jul 12 02:09:40.008 INFO kablam! Checking pistoncore-input v0.20.0 (file:///source) Jul 12 02:09:54.252 INFO kablam! error[E0599]: no variant named `Release` found for type `input::Input` in the current scope Jul 12 02:09:54.252 INFO kablam! --> benches/release.rs:12:13 Jul 12 02:09:54.252 INFO kablam! | Jul 12 02:09:54.252 INFO kablam! 12 | let e = Input::Release(Button::Keyboard(Key::S)); Jul 12 02:09:54.252 INFO kablam! | ^^^^^^^^^^^^^^ variant not found in `input::Input` Jul 12 02:09:54.252 INFO kablam! Jul 12 02:09:54.254 INFO kablam! error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied Jul 12 02:09:54.254 INFO kablam! --> benches/release.rs:14:46 Jul 12 02:09:54.254 INFO kablam! | Jul 12 02:09:54.254 INFO kablam! 14 | bencher.iter(|| { let _: Option = ReleaseEvent::from_button(button, &e); }); Jul 12 02:09:54.254 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input` Jul 12 02:09:54.254 INFO kablam! | Jul 12 02:09:54.254 INFO kablam! = note: required because of the requirements on the impl of `input::ReleaseEvent` for `input::Input` Jul 12 02:09:54.254 INFO kablam! = note: required by `input::ReleaseEvent::from_button` Jul 12 02:09:54.254 INFO kablam! Jul 12 02:09:54.290 INFO kablam! error: aborting due to 2 previous errors Jul 12 02:09:54.310 INFO kablam! Jul 12 02:09:54.311 INFO kablam! Some errors occurred: E0277, E0599. Jul 12 02:09:54.311 INFO kablam! For more information about an error, try `rustc --explain E0277`. Jul 12 02:09:54.337 INFO kablam! error: Could not compile `pistoncore-input`. Jul 12 02:09:54.337 INFO kablam! warning: build failed, waiting for other jobs to finish... Jul 12 02:09:54.668 INFO kablam! error[E0277]: the trait bound `input::Input: input::ResizeEvent` is not satisfied Jul 12 02:09:54.668 INFO kablam! --> benches/resize.rs:13:46 Jul 12 02:09:54.668 INFO kablam! | Jul 12 02:09:54.668 INFO kablam! 13 | bencher.iter(|| { let _: Option = ResizeEvent::from_width_height(100, 100, &e); }); Jul 12 02:09:54.669 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ResizeEvent` is not implemented for `input::Input` Jul 12 02:09:54.669 INFO kablam! | Jul 12 02:09:54.669 INFO kablam! = note: required by `input::ResizeEvent::from_width_height` Jul 12 02:09:54.669 INFO kablam! Jul 12 02:09:54.673 INFO kablam! error: aborting due to previous error Jul 12 02:09:54.673 INFO kablam! Jul 12 02:09:54.674 INFO kablam! For more information about this error, try `rustc --explain E0277`. Jul 12 02:09:54.695 INFO kablam! error: Could not compile `pistoncore-input`. Jul 12 02:09:54.696 INFO kablam! warning: build failed, waiting for other jobs to finish... Jul 12 02:09:54.701 INFO kablam! error[E0599]: no variant named `AfterRender` found for type `input::Input` in the current scope Jul 12 02:09:54.701 INFO kablam! --> benches/after_render.rs:12:13 Jul 12 02:09:54.701 INFO kablam! | Jul 12 02:09:54.701 INFO kablam! 12 | let e = Input::AfterRender(AfterRenderArgs); Jul 12 02:09:54.701 INFO kablam! | ^^^^^^^^^^^^^^^^^^ variant not found in `input::Input` Jul 12 02:09:54.713 INFO kablam! error[E0277]: the trait bound `input::Input: input::ControllerAxisEvent` is not satisfied Jul 12 02:09:54.713 INFO kablam! --> benches/controller_axis.rs:17:32 Jul 12 02:09:54.713 INFO kablam! | Jul 12 02:09:54.713 INFO kablam! 17 | let _: Option = ControllerAxisEvent::from_controller_axis_args(ControllerAxisArgs { Jul 12 02:09:54.713 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ControllerAxisEvent` is not implemented for `input::Input` Jul 12 02:09:54.714 INFO kablam! Jul 12 02:09:54.716 INFO kablam! error[E0277]: the trait bound `input::Input: input::AfterRenderEvent` is not satisfied Jul 12 02:09:54.716 INFO kablam! --> benches/after_render.rs:15:32 Jul 12 02:09:54.716 INFO kablam! | Jul 12 02:09:54.716 INFO kablam! 15 | let _: Option = AfterRenderEvent::from_after_render_args(&args, &e); Jul 12 02:09:54.716 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::AfterRenderEvent` is not implemented for `input::Input` Jul 12 02:09:54.716 INFO kablam! | Jul 12 02:09:54.717 INFO kablam! = note: required by `input::AfterRenderEvent::from_after_render_args` Jul 12 02:09:54.717 INFO kablam! Jul 12 02:09:54.722 INFO kablam! error: aborting due to 2 previous errors Jul 12 02:09:54.722 INFO kablam! Jul 12 02:09:54.723 INFO kablam! Some errors occurred: E0277, E0599. Jul 12 02:09:54.723 INFO kablam! For more information about an error, try `rustc --explain E0277`. Jul 12 02:09:54.733 INFO kablam! | Jul 12 02:09:54.734 INFO kablam! = note: required by `input::ControllerAxisEvent::from_controller_axis_args` Jul 12 02:09:54.734 INFO kablam! Jul 12 02:09:54.739 INFO kablam! error: aborting due to previous error Jul 12 02:09:54.739 INFO kablam! Jul 12 02:09:54.740 INFO kablam! For more information about this error, try `rustc --explain E0277`. Jul 12 02:09:54.745 INFO kablam! error: Could not compile `pistoncore-input`. Jul 12 02:09:54.746 INFO kablam! warning: build failed, waiting for other jobs to finish... Jul 12 02:09:54.753 INFO kablam! error: error[E0277]: the trait bound `input::Input: input::TextEvent` is not satisfied Jul 12 02:09:54.753 INFO kablam! --> benches/text.rs:13:46 Jul 12 02:09:54.753 INFO kablam! | Jul 12 02:09:54.753 INFO kablam! 13 | bencher.iter(|| { let _: Option = TextEvent::from_text("hello", &e); }); Jul 12 02:09:54.753 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `input::TextEvent` is not implemented for `input::Input` Jul 12 02:09:54.753 INFO kablam! | Jul 12 02:09:54.753 INFO kablam! = note: required by `input::TextEvent::from_text` Jul 12 02:09:54.753 INFO kablam! Jul 12 02:09:54.754 INFO kablam! Could not compile `pistoncore-input`. Jul 12 02:09:54.754 INFO kablam! warning: build failed, waiting for other jobs to finish... Jul 12 02:09:54.772 INFO kablam! error: aborting due to previous error Jul 12 02:09:54.772 INFO kablam! Jul 12 02:09:54.772 INFO kablam! For more information about this error, try `rustc --explain E0277`. Jul 12 02:09:54.787 INFO kablam! error: Could not compile `pistoncore-input`. Jul 12 02:09:54.787 INFO kablam! warning: build failed, waiting for other jobs to finish... Jul 12 02:09:55.263 INFO kablam! error[E0599]: no variant named `Press` found for type `input::Input` in the current scope Jul 12 02:09:55.263 INFO kablam! --> benches/press.rs:12:13 Jul 12 02:09:55.263 INFO kablam! | Jul 12 02:09:55.263 INFO kablam! 12 | let e = Input::Press(Button::Keyboard(Key::S)); Jul 12 02:09:55.263 INFO kablam! | ^^^^^^^^^^^^ variant not found in `input::Input` Jul 12 02:09:55.263 INFO kablam! Jul 12 02:09:55.265 INFO kablam! error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied Jul 12 02:09:55.265 INFO kablam! --> benches/press.rs:14:46 Jul 12 02:09:55.265 INFO kablam! | Jul 12 02:09:55.265 INFO kablam! 14 | bencher.iter(|| { let _: Option = PressEvent::from_button(button, &e); }); Jul 12 02:09:55.265 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input` Jul 12 02:09:55.282 INFO kablam! | Jul 12 02:09:55.283 INFO kablam! = note: required because of the requirements on the impl of `input::PressEvent` for `input::Input` Jul 12 02:09:55.283 INFO kablam! = note: required by `input::PressEvent::from_button` Jul 12 02:09:55.283 INFO kablam! Jul 12 02:09:55.286 INFO kablam! error: aborting due to 2 previous errors Jul 12 02:09:55.290 INFO kablam! Jul 12 02:09:55.290 INFO kablam! Some errors occurred: E0277, E0599. Jul 12 02:09:55.291 INFO kablam! For more information about an error, try `rustc --explain E0277`. Jul 12 02:09:55.304 INFO kablam! error: Could not compile `pistoncore-input`. Jul 12 02:09:55.305 INFO kablam! warning: build failed, waiting for other jobs to finish... Jul 12 02:09:55.322 INFO kablam! error[E0277]: the trait bound `input::Input: input::FocusEvent` is not satisfied Jul 12 02:09:55.322 INFO kablam! --> benches/focus.rs:13:46 Jul 12 02:09:55.322 INFO kablam! | Jul 12 02:09:55.322 INFO kablam! 13 | bencher.iter(|| { let _: Option = FocusEvent::from_focused(true, &e); }); Jul 12 02:09:55.322 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::FocusEvent` is not implemented for `input::Input` Jul 12 02:09:55.322 INFO kablam! | Jul 12 02:09:55.322 INFO kablam! = note: required by `input::FocusEvent::from_focused` Jul 12 02:09:55.322 INFO kablam! Jul 12 02:09:55.330 INFO kablam! error: aborting due to previous error Jul 12 02:09:55.330 INFO kablam! Jul 12 02:09:55.330 INFO kablam! For more information about this error, try `rustc --explain E0277`. Jul 12 02:09:55.344 INFO kablam! error: Could not compile `pistoncore-input`. Jul 12 02:09:55.345 INFO kablam! warning: build failed, waiting for other jobs to finish... Jul 12 02:09:55.352 INFO kablam! error[E0277]: the trait bound `input::Input: input::CursorEvent` is not satisfied Jul 12 02:09:55.352 INFO kablam! --> benches/cursor.rs:12:46 Jul 12 02:09:55.352 INFO kablam! | Jul 12 02:09:55.352 INFO kablam! 12 | bencher.iter(|| { let _: Option = CursorEvent::from_cursor(true, &e); }); Jul 12 02:09:55.352 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::CursorEvent` is not implemented for `input::Input` Jul 12 02:09:55.352 INFO kablam! | Jul 12 02:09:55.352 INFO kablam! = note: required by `input::CursorEvent::from_cursor` Jul 12 02:09:55.352 INFO kablam! Jul 12 02:09:55.367 INFO kablam! error: aborting due to previous error Jul 12 02:09:55.367 INFO kablam! Jul 12 02:09:55.367 INFO kablam! For more information about this error, try `rustc --explain E0277`. Jul 12 02:09:55.390 INFO kablam! error: Could not compile `pistoncore-input`. Jul 12 02:09:55.390 INFO kablam! Jul 12 02:09:55.390 INFO kablam! To learn more, run the command again with --verbose. Jul 12 02:09:55.392 INFO kablam! su: No module specific data is present Jul 12 02:09:55.911 INFO running `"docker" "rm" "-f" "ecaa0672869f49ed94b04d786bc76b1b9c8f005453a00830ef4f0323663bb553"` Jul 12 02:09:56.069 INFO blam! ecaa0672869f49ed94b04d786bc76b1b9c8f005453a00830ef4f0323663bb553