Sep 04 11:10:05.460 INFO checking pistoncore-input-0.21.0 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 11:10:05.460 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 11:10:05.460 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-2/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 11:10:05.619 INFO blam! cf9fcd84117763c3a0816016655ad39a995286017955c0e557c16f44aef48cde Sep 04 11:10:05.621 INFO running `"docker" "start" "-a" "cf9fcd84117763c3a0816016655ad39a995286017955c0e557c16f44aef48cde"` Sep 04 11:10:06.442 INFO kablam! Checking pistoncore-input v0.21.0 (file:///source) Sep 04 11:10:16.115 INFO kablam! error[E0277]: the trait bound `input::Input: input::ResizeEvent` is not satisfied Sep 04 11:10:16.115 INFO kablam! --> benches/resize.rs:13:46 Sep 04 11:10:16.115 INFO kablam! | Sep 04 11:10:16.115 INFO kablam! 13 | bencher.iter(|| { let _: Option = ResizeEvent::from_width_height(100, 100, &e); }); Sep 04 11:10:16.115 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ResizeEvent` is not implemented for `input::Input` Sep 04 11:10:16.120 INFO kablam! | Sep 04 11:10:16.121 INFO kablam! = note: required by `input::ResizeEvent::from_width_height` Sep 04 11:10:16.121 INFO kablam! Sep 04 11:10:16.125 INFO kablam! error: aborting due to previous error Sep 04 11:10:16.126 INFO kablam! Sep 04 11:10:16.126 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 11:10:16.136 INFO kablam! error: Could not compile `pistoncore-input`. Sep 04 11:10:16.137 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 11:10:16.206 INFO kablam! error[E0277]: the trait bound `input::Input: input::ControllerAxisEvent` is not satisfied Sep 04 11:10:16.206 INFO kablam! --> benches/controller_axis.rs:17:32 Sep 04 11:10:16.206 INFO kablam! | Sep 04 11:10:16.206 INFO kablam! 17 | let _: Option = ControllerAxisEvent::from_controller_axis_args(ControllerAxisArgs { Sep 04 11:10:16.206 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ControllerAxisEvent` is not implemented for `input::Input` Sep 04 11:10:16.206 INFO kablam! | Sep 04 11:10:16.206 INFO kablam! = note: required by `input::ControllerAxisEvent::from_controller_axis_args` Sep 04 11:10:16.206 INFO kablam! Sep 04 11:10:16.210 INFO kablam! error: aborting due to previous error Sep 04 11:10:16.210 INFO kablam! Sep 04 11:10:16.210 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 11:10:16.215 INFO kablam! error[E0599]: no variant named `Press` found for type `input::Input` in the current scope Sep 04 11:10:16.215 INFO kablam! --> benches/press.rs:12:13 Sep 04 11:10:16.215 INFO kablam! | Sep 04 11:10:16.215 INFO kablam! 12 | let e = Input::Press(Button::Keyboard(Key::S)); Sep 04 11:10:16.215 INFO kablam! | ^^^^^^^^^^^^ variant not found in `input::Input` Sep 04 11:10:16.215 INFO kablam! Sep 04 11:10:16.217 INFO kablam! error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied Sep 04 11:10:16.217 INFO kablam! --> benches/press.rs:14:46 Sep 04 11:10:16.217 INFO kablam! | Sep 04 11:10:16.217 INFO kablam! 14 | bencher.iter(|| { let _: Option = PressEvent::from_button(button, &e); }); Sep 04 11:10:16.217 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input` Sep 04 11:10:16.220 INFO kablam! error: Could not compile `pistoncore-input`. Sep 04 11:10:16.220 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 11:10:16.221 INFO kablam! | Sep 04 11:10:16.221 INFO kablam! = note: required because of the requirements on the impl of `input::PressEvent` for `input::Input` Sep 04 11:10:16.221 INFO kablam! = note: required by `input::PressEvent::from_button` Sep 04 11:10:16.221 INFO kablam! Sep 04 11:10:16.225 INFO kablam! error: aborting due to 2 previous errors Sep 04 11:10:16.225 INFO kablam! Sep 04 11:10:16.226 INFO kablam! Some errors occurred: E0277, E0599. Sep 04 11:10:16.226 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 04 11:10:16.236 INFO kablam! error: Could not compile `pistoncore-input`. Sep 04 11:10:16.237 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 11:10:16.261 INFO kablam! error[E0277]: the trait bound `input::Input: input::TextEvent` is not satisfied Sep 04 11:10:16.261 INFO kablam! --> benches/text.rs:13:46 Sep 04 11:10:16.261 INFO kablam! | Sep 04 11:10:16.261 INFO kablam! 13 | bencher.iter(|| { let _: Option = TextEvent::from_text("hello", &e); }); Sep 04 11:10:16.261 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `input::TextEvent` is not implemented for `input::Input` Sep 04 11:10:16.261 INFO kablam! | Sep 04 11:10:16.261 INFO kablam! = note: required by `input::TextEvent::from_text` Sep 04 11:10:16.261 INFO kablam! Sep 04 11:10:16.264 INFO kablam! error: aborting due to previous error Sep 04 11:10:16.264 INFO kablam! Sep 04 11:10:16.264 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 11:10:16.294 INFO kablam! error: Could not compile `pistoncore-input`. Sep 04 11:10:16.295 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 11:10:16.427 INFO kablam! error[E0277]: the trait bound `input::Input: input::CursorEvent` is not satisfied Sep 04 11:10:16.427 INFO kablam! --> benches/cursor.rs:12:46 Sep 04 11:10:16.427 INFO kablam! | Sep 04 11:10:16.427 INFO kablam! 12 | bencher.iter(|| { let _: Option = CursorEvent::from_cursor(true, &e); }); Sep 04 11:10:16.427 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::CursorEvent` is not implemented for `input::Input` Sep 04 11:10:16.427 INFO kablam! | Sep 04 11:10:16.427 INFO kablam! = note: required by `input::CursorEvent::from_cursor` Sep 04 11:10:16.427 INFO kablam! Sep 04 11:10:16.427 INFO kablam! error: aborting due to previous error Sep 04 11:10:16.427 INFO kablam! Sep 04 11:10:16.427 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 11:10:16.431 INFO kablam! error: Could not compile `pistoncore-input`. Sep 04 11:10:16.431 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 11:10:16.658 INFO kablam! error[E0599]: no variant named `Release` found for type `input::Input` in the current scope Sep 04 11:10:16.658 INFO kablam! --> benches/release.rs:12:13 Sep 04 11:10:16.658 INFO kablam! | Sep 04 11:10:16.658 INFO kablam! 12 | let e = Input::Release(Button::Keyboard(Key::S)); Sep 04 11:10:16.658 INFO kablam! | ^^^^^^^^^^^^^^ variant not found in `input::Input` Sep 04 11:10:16.658 INFO kablam! Sep 04 11:10:16.660 INFO kablam! error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied Sep 04 11:10:16.660 INFO kablam! --> benches/release.rs:14:46 Sep 04 11:10:16.660 INFO kablam! | Sep 04 11:10:16.660 INFO kablam! 14 | bencher.iter(|| { let _: Option = ReleaseEvent::from_button(button, &e); }); Sep 04 11:10:16.660 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input` Sep 04 11:10:16.660 INFO kablam! | Sep 04 11:10:16.660 INFO kablam! = note: required because of the requirements on the impl of `input::ReleaseEvent` for `input::Input` Sep 04 11:10:16.660 INFO kablam! = note: required by `input::ReleaseEvent::from_button` Sep 04 11:10:16.660 INFO kablam! Sep 04 11:10:16.663 INFO kablam! error: aborting due to 2 previous errors Sep 04 11:10:16.663 INFO kablam! Sep 04 11:10:16.663 INFO kablam! Some errors occurred: E0277, E0599. Sep 04 11:10:16.663 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 04 11:10:16.673 INFO kablam! error: Could not compile `pistoncore-input`. Sep 04 11:10:16.674 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 11:10:16.860 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseCursorEvent` is not satisfied Sep 04 11:10:16.860 INFO kablam! --> benches/mouse.rs:13:46 Sep 04 11:10:16.860 INFO kablam! | Sep 04 11:10:16.860 INFO kablam! 13 | bencher.iter(|| { let _: Option = MouseCursorEvent::from_xy(1.0, 0.0, &e); }); Sep 04 11:10:16.860 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseCursorEvent` is not implemented for `input::Input` Sep 04 11:10:16.860 INFO kablam! | Sep 04 11:10:16.860 INFO kablam! = note: required by `input::MouseCursorEvent::from_xy` Sep 04 11:10:16.860 INFO kablam! Sep 04 11:10:16.860 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseRelativeEvent` is not satisfied Sep 04 11:10:16.860 INFO kablam! --> benches/mouse.rs:19:46 Sep 04 11:10:16.860 INFO kablam! | Sep 04 11:10:16.860 INFO kablam! 19 | bencher.iter(|| { let _: Option = MouseRelativeEvent::from_xy(1.0, 0.0, &e); }); Sep 04 11:10:16.860 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseRelativeEvent` is not implemented for `input::Input` Sep 04 11:10:16.861 INFO kablam! | Sep 04 11:10:16.861 INFO kablam! = note: required by `input::MouseRelativeEvent::from_xy` Sep 04 11:10:16.861 INFO kablam! Sep 04 11:10:16.861 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseScrollEvent` is not satisfied Sep 04 11:10:16.861 INFO kablam! --> benches/mouse.rs:25:46 Sep 04 11:10:16.861 INFO kablam! | Sep 04 11:10:16.861 INFO kablam! 25 | bencher.iter(|| { let _: Option = MouseScrollEvent::from_xy(1.0, 0.0, &e); }); Sep 04 11:10:16.861 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseScrollEvent` is not implemented for `input::Input` Sep 04 11:10:16.861 INFO kablam! | Sep 04 11:10:16.861 INFO kablam! = note: required by `input::MouseScrollEvent::from_xy` Sep 04 11:10:16.861 INFO kablam! Sep 04 11:10:16.861 INFO kablam! error: aborting due to 3 previous errors Sep 04 11:10:16.861 INFO kablam! Sep 04 11:10:16.861 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 11:10:16.870 INFO kablam! error: Could not compile `pistoncore-input`. Sep 04 11:10:16.870 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 11:10:17.168 INFO kablam! error[E0277]: the trait bound `input::Input: input::FocusEvent` is not satisfied Sep 04 11:10:17.168 INFO kablam! --> benches/focus.rs:13:46 Sep 04 11:10:17.168 INFO kablam! | Sep 04 11:10:17.169 INFO kablam! 13 | bencher.iter(|| { let _: Option = FocusEvent::from_focused(true, &e); }); Sep 04 11:10:17.169 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::FocusEvent` is not implemented for `input::Input` Sep 04 11:10:17.169 INFO kablam! | Sep 04 11:10:17.169 INFO kablam! = note: required by `input::FocusEvent::from_focused` Sep 04 11:10:17.169 INFO kablam! Sep 04 11:10:17.170 INFO kablam! error: aborting due to previous error Sep 04 11:10:17.170 INFO kablam! Sep 04 11:10:17.170 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 11:10:17.177 INFO kablam! error: Could not compile `pistoncore-input`. Sep 04 11:10:17.177 INFO kablam! Sep 04 11:10:17.178 INFO kablam! To learn more, run the command again with --verbose. Sep 04 11:10:17.179 INFO kablam! su: No module specific data is present Sep 04 11:10:17.614 INFO running `"docker" "rm" "-f" "cf9fcd84117763c3a0816016655ad39a995286017955c0e557c16f44aef48cde"` Sep 04 11:10:17.704 INFO blam! cf9fcd84117763c3a0816016655ad39a995286017955c0e557c16f44aef48cde