Sep 21 05:42:23.676 INFO checking pistoncore-input-0.20.0 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 05:42:23.676 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 05:42:23.676 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-1/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-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:23.914 INFO blam! 0608747895b734fc092bb4cdaba7671600ab6d06f789e77353b27725fec2e1fa Sep 21 05:42:23.916 INFO running `"docker" "start" "-a" "0608747895b734fc092bb4cdaba7671600ab6d06f789e77353b27725fec2e1fa"` Sep 21 05:42:24.712 INFO kablam! usermod: no changes Sep 21 05:42:24.770 INFO kablam! Checking pistoncore-input v0.20.0 (/source) Sep 21 05:42:30.502 INFO kablam! error[E0277]: the trait bound `input::Input: input::ControllerAxisEvent` is not satisfied Sep 21 05:42:30.503 INFO kablam! --> benches/controller_axis.rs:17:32 Sep 21 05:42:30.503 INFO kablam! | Sep 21 05:42:30.503 INFO kablam! 17 | let _: Option = ControllerAxisEvent::from_controller_axis_args(ControllerAxisArgs { Sep 21 05:42:30.503 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ControllerAxisEvent` is not implemented for `input::Input` Sep 21 05:42:30.503 INFO kablam! | Sep 21 05:42:30.503 INFO kablam! = note: required by `input::ControllerAxisEvent::from_controller_axis_args` Sep 21 05:42:30.503 INFO kablam! Sep 21 05:42:30.503 INFO kablam! error: aborting due to previous error Sep 21 05:42:30.503 INFO kablam! Sep 21 05:42:30.503 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 21 05:42:30.514 INFO kablam! error: Could not compile `pistoncore-input`. Sep 21 05:42:30.514 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 05:42:30.782 INFO kablam! error[E0599]: no variant named `Press` found for type `input::Input` in the current scope Sep 21 05:42:30.782 INFO kablam! --> benches/press.rs:12:13 Sep 21 05:42:30.782 INFO kablam! | Sep 21 05:42:30.782 INFO kablam! 12 | let e = Input::Press(Button::Keyboard(Key::S)); Sep 21 05:42:30.782 INFO kablam! | ^^^^^^^^^^^^ variant not found in `input::Input` Sep 21 05:42:30.802 INFO kablam! Sep 21 05:42:30.802 INFO kablam! error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied Sep 21 05:42:30.802 INFO kablam! --> benches/press.rs:14:46 Sep 21 05:42:30.802 INFO kablam! | Sep 21 05:42:30.802 INFO kablam! 14 | bencher.iter(|| { let _: Option = PressEvent::from_button(button, &e); }); Sep 21 05:42:30.802 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input` Sep 21 05:42:30.810 INFO kablam! | Sep 21 05:42:30.810 INFO kablam! = note: required because of the requirements on the impl of `input::PressEvent` for `input::Input` Sep 21 05:42:30.810 INFO kablam! = note: required by `input::PressEvent::from_button` Sep 21 05:42:30.810 INFO kablam! Sep 21 05:42:30.810 INFO kablam! error: aborting due to 2 previous errors Sep 21 05:42:30.810 INFO kablam! Sep 21 05:42:30.810 INFO kablam! Some errors occurred: E0277, E0599. Sep 21 05:42:30.810 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 21 05:42:30.854 INFO kablam! error: Could not compile `pistoncore-input`. Sep 21 05:42:30.854 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 05:42:30.898 INFO kablam! error[E0277]: the trait bound `input::Input: input::FocusEvent` is not satisfied Sep 21 05:42:30.898 INFO kablam! --> benches/focus.rs:13:46 Sep 21 05:42:30.898 INFO kablam! | Sep 21 05:42:30.898 INFO kablam! 13 | bencher.iter(|| { let _: Option = FocusEvent::from_focused(true, &e); }); Sep 21 05:42:30.898 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::FocusEvent` is not implemented for `input::Input` Sep 21 05:42:30.910 INFO kablam! | Sep 21 05:42:30.910 INFO kablam! = note: required by `input::FocusEvent::from_focused` Sep 21 05:42:30.910 INFO kablam! Sep 21 05:42:30.910 INFO kablam! error: aborting due to previous error Sep 21 05:42:30.930 INFO kablam! Sep 21 05:42:30.930 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 21 05:42:30.974 INFO kablam! error: Could not compile `pistoncore-input`. Sep 21 05:42:30.974 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 05:42:31.118 INFO kablam! error[E0277]: the trait bound `input::Input: input::CursorEvent` is not satisfied Sep 21 05:42:31.118 INFO kablam! --> benches/cursor.rs:12:46 Sep 21 05:42:31.118 INFO kablam! | Sep 21 05:42:31.118 INFO kablam! 12 | bencher.iter(|| { let _: Option = CursorEvent::from_cursor(true, &e); }); Sep 21 05:42:31.118 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::CursorEvent` is not implemented for `input::Input` Sep 21 05:42:31.118 INFO kablam! | Sep 21 05:42:31.118 INFO kablam! = note: required by `input::CursorEvent::from_cursor` Sep 21 05:42:31.118 INFO kablam! Sep 21 05:42:31.118 INFO kablam! error[E0599]: no variant named `Release` found for type `input::Input` in the current scope Sep 21 05:42:31.118 INFO kablam! --> benches/release.rs:12:13 Sep 21 05:42:31.118 INFO kablam! | Sep 21 05:42:31.118 INFO kablam! 12 | let e = Input::Release(Button::Keyboard(Key::S)); Sep 21 05:42:31.118 INFO kablam! | ^^^^^^^^^^^^^^ variant not found in `input::Input` Sep 21 05:42:31.118 INFO kablam! Sep 21 05:42:31.118 INFO kablam! error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied Sep 21 05:42:31.118 INFO kablam! --> benches/release.rs:14:46 Sep 21 05:42:31.118 INFO kablam! | Sep 21 05:42:31.118 INFO kablam! 14 | bencher.iter(|| { let _: Option = ReleaseEvent::from_button(button, &e); }); Sep 21 05:42:31.118 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input` Sep 21 05:42:31.119 INFO kablam! | Sep 21 05:42:31.119 INFO kablam! = note: required because of the requirements on the impl of `input::ReleaseEvent` for `input::Input` Sep 21 05:42:31.119 INFO kablam! = note: required by `input::ReleaseEvent::from_button` Sep 21 05:42:31.119 INFO kablam! Sep 21 05:42:31.120 INFO kablam! error: aborting due to previous error Sep 21 05:42:31.120 INFO kablam! Sep 21 05:42:31.120 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 21 05:42:31.134 INFO kablam! error: aborting due to 2 previous errors Sep 21 05:42:31.134 INFO kablam! Sep 21 05:42:31.134 INFO kablam! Some errors occurred: E0277, E0599. Sep 21 05:42:31.134 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 21 05:42:31.134 INFO kablam! error[E0599]: no variant named `AfterRender` found for type `input::Input` in the current scope Sep 21 05:42:31.134 INFO kablam! --> benches/after_render.rs:12:13 Sep 21 05:42:31.134 INFO kablam! | Sep 21 05:42:31.134 INFO kablam! 12 | let e = Input::AfterRender(AfterRenderArgs); Sep 21 05:42:31.134 INFO kablam! | ^^^^^^^^^^^^^^^^^^ variant not found in `input::Input` Sep 21 05:42:31.134 INFO kablam! Sep 21 05:42:31.135 INFO kablam! error[E0277]: the trait bound `input::Input: input::AfterRenderEvent` is not satisfied Sep 21 05:42:31.135 INFO kablam! --> benches/after_render.rs:15:32 Sep 21 05:42:31.135 INFO kablam! | Sep 21 05:42:31.135 INFO kablam! 15 | let _: Option = AfterRenderEvent::from_after_render_args(&args, &e); Sep 21 05:42:31.135 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::AfterRenderEvent` is not implemented for `input::Input` Sep 21 05:42:31.135 INFO kablam! | Sep 21 05:42:31.135 INFO kablam! = note: required by `input::AfterRenderEvent::from_after_render_args` Sep 21 05:42:31.135 INFO kablam! Sep 21 05:42:31.135 INFO kablam! error: aborting due to 2 previous errors Sep 21 05:42:31.135 INFO kablam! Sep 21 05:42:31.135 INFO kablam! Some errors occurred: E0277, E0599. Sep 21 05:42:31.135 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 21 05:42:31.142 INFO kablam! error: Could not compile `pistoncore-input`. Sep 21 05:42:31.142 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 05:42:31.166 INFO kablam! error: Could not compile `pistoncore-input`. Sep 21 05:42:31.166 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 05:42:31.166 INFO kablam! error: Could not compile `pistoncore-input`. Sep 21 05:42:31.166 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 05:42:31.352 INFO kablam! error[E0277]: the trait bound `input::Input: input::ResizeEvent` is not satisfied Sep 21 05:42:31.352 INFO kablam! --> benches/resize.rs:13:46 Sep 21 05:42:31.352 INFO kablam! | Sep 21 05:42:31.352 INFO kablam! 13 | bencher.iter(|| { let _: Option = ResizeEvent::from_width_height(100, 100, &e); }); Sep 21 05:42:31.352 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ResizeEvent` is not implemented for `input::Input` Sep 21 05:42:31.352 INFO kablam! | Sep 21 05:42:31.352 INFO kablam! = note: required by `input::ResizeEvent::from_width_height` Sep 21 05:42:31.352 INFO kablam! Sep 21 05:42:31.354 INFO kablam! error: aborting due to previous error Sep 21 05:42:31.354 INFO kablam! Sep 21 05:42:31.354 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 21 05:42:31.363 INFO kablam! error: Could not compile `pistoncore-input`. Sep 21 05:42:31.364 INFO kablam! Sep 21 05:42:31.364 INFO kablam! To learn more, run the command again with --verbose. Sep 21 05:42:31.364 INFO kablam! su: No module specific data is present Sep 21 05:42:32.359 INFO running `"docker" "rm" "-f" "0608747895b734fc092bb4cdaba7671600ab6d06f789e77353b27725fec2e1fa"` Sep 21 05:42:32.498 INFO blam! 0608747895b734fc092bb4cdaba7671600ab6d06f789e77353b27725fec2e1fa