Sep 04 08:10:06.165 INFO checking pistoncore-input-0.21.0 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 08:10:06.165 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 08:10:06.165 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-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:06.334 INFO blam! 4857a84a9c6ee1dce478e4d9082692910c39b593b940ae30512da09664884aee Sep 04 08:10:06.336 INFO running `"docker" "start" "-a" "4857a84a9c6ee1dce478e4d9082692910c39b593b940ae30512da09664884aee"` Sep 04 08:10:07.140 INFO kablam! Checking pistoncore-input v0.21.0 (file:///source) Sep 04 08:10:14.460 INFO kablam! error[E0599]: no variant named `Render` found for type `input::Input` in the current scope Sep 04 08:10:14.460 INFO kablam! --> benches/render.rs:12:13 Sep 04 08:10:14.460 INFO kablam! | Sep 04 08:10:14.460 INFO kablam! 12 | let e = Input::Render(RenderArgs { Sep 04 08:10:14.460 INFO kablam! | ^^^^^^^^^^^^^ variant not found in `input::Input` Sep 04 08:10:14.460 INFO kablam! Sep 04 08:10:14.462 INFO kablam! error[E0277]: the trait bound `input::Input: input::RenderEvent` is not satisfied Sep 04 08:10:14.462 INFO kablam! --> benches/render.rs:26:46 Sep 04 08:10:14.462 INFO kablam! | Sep 04 08:10:14.462 INFO kablam! 26 | bencher.iter(|| { let _: Option = RenderEvent::from_render_args(&args, &e); }); Sep 04 08:10:14.462 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::RenderEvent` is not implemented for `input::Input` Sep 04 08:10:14.462 INFO kablam! | Sep 04 08:10:14.462 INFO kablam! = note: required by `input::RenderEvent::from_render_args` Sep 04 08:10:14.462 INFO kablam! Sep 04 08:10:14.490 INFO kablam! error: aborting due to 2 previous errors Sep 04 08:10:14.490 INFO kablam! Sep 04 08:10:14.490 INFO kablam! Some errors occurred: E0277, E0599. Sep 04 08:10:14.490 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 04 08:10:14.523 INFO kablam! error: Could not compile `pistoncore-input`. Sep 04 08:10:14.523 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 08:10:14.629 INFO kablam! error[E0599]: no variant named `Idle` found for type `input::Input` in the current scope Sep 04 08:10:14.629 INFO kablam! --> benches/idle.rs:12:13 Sep 04 08:10:14.629 INFO kablam! | Sep 04 08:10:14.629 INFO kablam! 12 | let e = Input::Idle(IdleArgs { dt: 1.0 }); Sep 04 08:10:14.629 INFO kablam! | ^^^^^^^^^^^ variant not found in `input::Input` Sep 04 08:10:14.629 INFO kablam! Sep 04 08:10:14.631 INFO kablam! error[E0277]: the trait bound `input::Input: input::IdleEvent` is not satisfied Sep 04 08:10:14.631 INFO kablam! --> benches/idle.rs:14:46 Sep 04 08:10:14.631 INFO kablam! | Sep 04 08:10:14.631 INFO kablam! 14 | bencher.iter(|| { let _: Option = IdleEvent::from_idle_args(&args, &e); }); Sep 04 08:10:14.631 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::IdleEvent` is not implemented for `input::Input` Sep 04 08:10:14.631 INFO kablam! | Sep 04 08:10:14.631 INFO kablam! = note: required by `input::IdleEvent::from_idle_args` Sep 04 08:10:14.631 INFO kablam! Sep 04 08:10:14.635 INFO kablam! error: aborting due to 2 previous errors Sep 04 08:10:14.635 INFO kablam! Sep 04 08:10:14.635 INFO kablam! Some errors occurred: E0277, E0599. Sep 04 08:10:14.635 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 04 08:10:14.644 INFO kablam! error: Could not compile `pistoncore-input`. Sep 04 08:10:14.644 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 08:10:14.874 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseCursorEvent` is not satisfied Sep 04 08:10:14.874 INFO kablam! --> benches/mouse.rs:13:46 Sep 04 08:10:14.874 INFO kablam! | Sep 04 08:10:14.874 INFO kablam! 13 | bencher.iter(|| { let _: Option = MouseCursorEvent::from_xy(1.0, 0.0, &e); }); Sep 04 08:10:14.874 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseCursorEvent` is not implemented for `input::Input` Sep 04 08:10:14.874 INFO kablam! | Sep 04 08:10:14.874 INFO kablam! = note: required by `input::MouseCursorEvent::from_xy` Sep 04 08:10:14.874 INFO kablam! Sep 04 08:10:14.876 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseRelativeEvent` is not satisfied Sep 04 08:10:14.876 INFO kablam! --> benches/mouse.rs:19:46 Sep 04 08:10:14.876 INFO kablam! | Sep 04 08:10:14.876 INFO kablam! 19 | bencher.iter(|| { let _: Option = MouseRelativeEvent::from_xy(1.0, 0.0, &e); }); Sep 04 08:10:14.877 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseRelativeEvent` is not implemented for `input::Input` Sep 04 08:10:14.877 INFO kablam! | Sep 04 08:10:14.877 INFO kablam! = note: required by `input::MouseRelativeEvent::from_xy` Sep 04 08:10:14.877 INFO kablam! Sep 04 08:10:14.878 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseScrollEvent` is not satisfied Sep 04 08:10:14.878 INFO kablam! --> benches/mouse.rs:25:46 Sep 04 08:10:14.878 INFO kablam! | Sep 04 08:10:14.878 INFO kablam! 25 | bencher.iter(|| { let _: Option = MouseScrollEvent::from_xy(1.0, 0.0, &e); }); Sep 04 08:10:14.878 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseScrollEvent` is not implemented for `input::Input` Sep 04 08:10:14.878 INFO kablam! | Sep 04 08:10:14.878 INFO kablam! = note: required by `input::MouseScrollEvent::from_xy` Sep 04 08:10:14.878 INFO kablam! Sep 04 08:10:14.904 INFO kablam! error: aborting due to 3 previous errors Sep 04 08:10:14.904 INFO kablam! Sep 04 08:10:14.904 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 08:10:14.913 INFO kablam! error: Could not compile `pistoncore-input`. Sep 04 08:10:14.913 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 08:10:14.921 INFO kablam! error[E0277]: the trait bound `input::Input: input::ResizeEvent` is not satisfied Sep 04 08:10:14.921 INFO kablam! --> benches/resize.rs:13:46 Sep 04 08:10:14.921 INFO kablam! | Sep 04 08:10:14.921 INFO kablam! 13 | bencher.iter(|| { let _: Option = ResizeEvent::from_width_height(100, 100, &e); }); Sep 04 08:10:14.921 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ResizeEvent` is not implemented for `input::Input` Sep 04 08:10:14.921 INFO kablam! | Sep 04 08:10:14.922 INFO kablam! = note: required by `input::ResizeEvent::from_width_height` Sep 04 08:10:14.922 INFO kablam! Sep 04 08:10:14.922 INFO kablam! error[E0599]: no variant named `Update` found for type `input::Input` in the current scope Sep 04 08:10:14.922 INFO kablam! --> benches/update.rs:12:13 Sep 04 08:10:14.922 INFO kablam! | Sep 04 08:10:14.922 INFO kablam! 12 | let e = Input::Update(UpdateArgs { dt: 0.0 }); Sep 04 08:10:14.923 INFO kablam! | ^^^^^^^^^^^^^ variant not found in `input::Input` Sep 04 08:10:14.923 INFO kablam! Sep 04 08:10:14.924 INFO kablam! error[E0277]: the trait bound `input::Input: input::UpdateEvent` is not satisfied Sep 04 08:10:14.924 INFO kablam! --> benches/update.rs:14:46 Sep 04 08:10:14.925 INFO kablam! | Sep 04 08:10:14.925 INFO kablam! 14 | bencher.iter(|| { let _: Option = UpdateEvent::from_update_args(&args, &e); }); Sep 04 08:10:14.925 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::UpdateEvent` is not implemented for `input::Input` Sep 04 08:10:14.925 INFO kablam! | Sep 04 08:10:14.925 INFO kablam! = note: required by `input::UpdateEvent::from_update_args` Sep 04 08:10:14.925 INFO kablam! Sep 04 08:10:14.927 INFO kablam! error: aborting due to previous error Sep 04 08:10:14.928 INFO kablam! Sep 04 08:10:14.928 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 08:10:14.938 INFO kablam! error: Could not compile `pistoncore-input`. Sep 04 08:10:14.939 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 08:10:14.944 INFO kablam! error: aborting due to 2 previous errors Sep 04 08:10:14.944 INFO kablam! Sep 04 08:10:14.944 INFO kablam! Some errors occurred: E0277, E0599. Sep 04 08:10:14.945 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 04 08:10:14.954 INFO kablam! error: Could not compile `pistoncore-input`. Sep 04 08:10:14.954 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 08:10:15.076 INFO kablam! error[E0599]: no variant named `Release` found for type `input::Input` in the current scope Sep 04 08:10:15.076 INFO kablam! --> benches/release.rs:12:13 Sep 04 08:10:15.076 INFO kablam! | Sep 04 08:10:15.076 INFO kablam! 12 | let e = Input::Release(Button::Keyboard(Key::S)); Sep 04 08:10:15.076 INFO kablam! | ^^^^^^^^^^^^^^ variant not found in `input::Input` Sep 04 08:10:15.076 INFO kablam! Sep 04 08:10:15.079 INFO kablam! error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied Sep 04 08:10:15.079 INFO kablam! --> benches/release.rs:14:46 Sep 04 08:10:15.079 INFO kablam! | Sep 04 08:10:15.079 INFO kablam! 14 | bencher.iter(|| { let _: Option = ReleaseEvent::from_button(button, &e); }); Sep 04 08:10:15.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input` Sep 04 08:10:15.079 INFO kablam! | Sep 04 08:10:15.079 INFO kablam! = note: required because of the requirements on the impl of `input::ReleaseEvent` for `input::Input` Sep 04 08:10:15.079 INFO kablam! = note: required by `input::ReleaseEvent::from_button` Sep 04 08:10:15.079 INFO kablam! Sep 04 08:10:15.083 INFO kablam! error: aborting due to 2 previous errors Sep 04 08:10:15.083 INFO kablam! Sep 04 08:10:15.083 INFO kablam! Some errors occurred: E0277, E0599. Sep 04 08:10:15.083 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 04 08:10:15.093 INFO kablam! error: Could not compile `pistoncore-input`. Sep 04 08:10:15.094 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 08:10:15.261 INFO kablam! error[E0277]: the trait bound `input::Input: input::ControllerAxisEvent` is not satisfied Sep 04 08:10:15.261 INFO kablam! --> benches/controller_axis.rs:17:32 Sep 04 08:10:15.261 INFO kablam! | Sep 04 08:10:15.261 INFO kablam! 17 | let _: Option = ControllerAxisEvent::from_controller_axis_args(ControllerAxisArgs { Sep 04 08:10:15.261 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ControllerAxisEvent` is not implemented for `input::Input` Sep 04 08:10:15.261 INFO kablam! | Sep 04 08:10:15.261 INFO kablam! = note: required by `input::ControllerAxisEvent::from_controller_axis_args` Sep 04 08:10:15.261 INFO kablam! Sep 04 08:10:15.264 INFO kablam! error: aborting due to previous error Sep 04 08:10:15.264 INFO kablam! Sep 04 08:10:15.264 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 08:10:15.272 INFO kablam! error: Could not compile `pistoncore-input`. Sep 04 08:10:15.272 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 08:10:15.530 INFO kablam! error: build failed Sep 04 08:10:15.534 INFO kablam! su: No module specific data is present Sep 04 08:10:16.074 INFO running `"docker" "rm" "-f" "4857a84a9c6ee1dce478e4d9082692910c39b593b940ae30512da09664884aee"` Sep 04 08:10:16.219 INFO blam! 4857a84a9c6ee1dce478e4d9082692910c39b593b940ae30512da09664884aee