Sep 17 19:58:39.341 INFO checking pistoncore-input-0.21.0 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 17 19:58:39.341 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 17 19:58:39.341 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-5/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 19:58:39.604 INFO blam! 94e5edd3457d50411d36372778a6f94469b298598e2c02b9ca10dc02ddfe37a0 Sep 17 19:58:39.605 INFO running `"docker" "start" "-a" "94e5edd3457d50411d36372778a6f94469b298598e2c02b9ca10dc02ddfe37a0"` Sep 17 19:58:40.775 INFO kablam! usermod: no changes Sep 17 19:58:40.871 INFO kablam! Checking pistoncore-input v0.21.0 (/source) Sep 17 19:58:47.163 INFO kablam! error[E0599]: no variant named `Update` found for type `input::Input` in the current scope Sep 17 19:58:47.163 INFO kablam! --> benches/update.rs:12:13 Sep 17 19:58:47.163 INFO kablam! | Sep 17 19:58:47.163 INFO kablam! 12 | let e = Input::Update(UpdateArgs { dt: 0.0 }); Sep 17 19:58:47.163 INFO kablam! | ^^^^^^^^^^^^^ variant not found in `input::Input` Sep 17 19:58:47.163 INFO kablam! Sep 17 19:58:47.163 INFO kablam! error[E0277]: the trait bound `input::Input: input::UpdateEvent` is not satisfied Sep 17 19:58:47.163 INFO kablam! --> benches/update.rs:14:46 Sep 17 19:58:47.163 INFO kablam! | Sep 17 19:58:47.163 INFO kablam! 14 | bencher.iter(|| { let _: Option = UpdateEvent::from_update_args(&args, &e); }); Sep 17 19:58:47.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::UpdateEvent` is not implemented for `input::Input` Sep 17 19:58:47.163 INFO kablam! | Sep 17 19:58:47.163 INFO kablam! = note: required by `input::UpdateEvent::from_update_args` Sep 17 19:58:47.163 INFO kablam! Sep 17 19:58:47.203 INFO kablam! error: aborting due to 2 previous errors Sep 17 19:58:47.203 INFO kablam! Sep 17 19:58:47.203 INFO kablam! Some errors occurred: E0277, E0599. Sep 17 19:58:47.203 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 17 19:58:47.283 INFO kablam! error: Could not compile `pistoncore-input`. Sep 17 19:58:47.283 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 19:58:47.299 INFO kablam! error[E0277]: the trait bound `input::Input: input::TextEvent` is not satisfied Sep 17 19:58:47.299 INFO kablam! --> benches/text.rs:13:46 Sep 17 19:58:47.299 INFO kablam! | Sep 17 19:58:47.299 INFO kablam! 13 | bencher.iter(|| { let _: Option = TextEvent::from_text("hello", &e); }); Sep 17 19:58:47.299 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `input::TextEvent` is not implemented for `input::Input` Sep 17 19:58:47.299 INFO kablam! | Sep 17 19:58:47.299 INFO kablam! = note: required by `input::TextEvent::from_text` Sep 17 19:58:47.299 INFO kablam! Sep 17 19:58:47.299 INFO kablam! error: aborting due to previous error Sep 17 19:58:47.299 INFO kablam! Sep 17 19:58:47.299 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 17 19:58:47.307 INFO kablam! error: Could not compile `pistoncore-input`. Sep 17 19:58:47.307 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 19:58:47.531 INFO kablam! error[E0277]: the trait bound `input::Input: input::ResizeEvent` is not satisfied Sep 17 19:58:47.531 INFO kablam! --> benches/resize.rs:13:46 Sep 17 19:58:47.531 INFO kablam! | Sep 17 19:58:47.531 INFO kablam! 13 | bencher.iter(|| { let _: Option = ResizeEvent::from_width_height(100, 100, &e); }); Sep 17 19:58:47.531 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ResizeEvent` is not implemented for `input::Input` Sep 17 19:58:47.531 INFO kablam! | Sep 17 19:58:47.531 INFO kablam! = note: required by `input::ResizeEvent::from_width_height` Sep 17 19:58:47.531 INFO kablam! Sep 17 19:58:47.539 INFO kablam! error: aborting due to previous error Sep 17 19:58:47.539 INFO kablam! Sep 17 19:58:47.539 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 17 19:58:47.543 INFO kablam! error: Could not compile `pistoncore-input`. Sep 17 19:58:47.543 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 19:58:47.719 INFO kablam! error[E0599]: no variant named `Press` found for type `input::Input` in the current scope Sep 17 19:58:47.719 INFO kablam! --> benches/press.rs:12:13 Sep 17 19:58:47.719 INFO kablam! | Sep 17 19:58:47.719 INFO kablam! 12 | let e = Input::Press(Button::Keyboard(Key::S)); Sep 17 19:58:47.719 INFO kablam! | ^^^^^^^^^^^^ variant not found in `input::Input` Sep 17 19:58:47.719 INFO kablam! Sep 17 19:58:47.719 INFO kablam! error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied Sep 17 19:58:47.719 INFO kablam! --> benches/press.rs:14:46 Sep 17 19:58:47.719 INFO kablam! | Sep 17 19:58:47.719 INFO kablam! 14 | bencher.iter(|| { let _: Option = PressEvent::from_button(button, &e); }); Sep 17 19:58:47.719 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input` Sep 17 19:58:47.719 INFO kablam! | Sep 17 19:58:47.719 INFO kablam! = note: required because of the requirements on the impl of `input::PressEvent` for `input::Input` Sep 17 19:58:47.719 INFO kablam! = note: required by `input::PressEvent::from_button` Sep 17 19:58:47.719 INFO kablam! Sep 17 19:58:47.731 INFO kablam! error: aborting due to 2 previous errors Sep 17 19:58:47.731 INFO kablam! error[E0599]: no variant named `AfterRender` found for type `input::Input` in the current scope Sep 17 19:58:47.731 INFO kablam! --> benches/after_render.rs:12:13 Sep 17 19:58:47.731 INFO kablam! | Sep 17 19:58:47.731 INFO kablam! 12 | let e = Input::AfterRender(AfterRenderArgs); Sep 17 19:58:47.731 INFO kablam! | ^^^^^^^^^^^^^^^^^^ variant not found in `input::Input` Sep 17 19:58:47.731 INFO kablam! Sep 17 19:58:47.731 INFO kablam! Sep 17 19:58:47.731 INFO kablam! Some errors occurred: E0277, E0599. Sep 17 19:58:47.731 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 17 19:58:47.735 INFO kablam! error[E0277]: the trait bound `input::Input: input::AfterRenderEvent` is not satisfied Sep 17 19:58:47.735 INFO kablam! --> benches/after_render.rs:15:32 Sep 17 19:58:47.735 INFO kablam! | Sep 17 19:58:47.735 INFO kablam! 15 | let _: Option = AfterRenderEvent::from_after_render_args(&args, &e); Sep 17 19:58:47.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::AfterRenderEvent` is not implemented for `input::Input` Sep 17 19:58:47.735 INFO kablam! | Sep 17 19:58:47.735 INFO kablam! = note: required by `input::AfterRenderEvent::from_after_render_args` Sep 17 19:58:47.735 INFO kablam! Sep 17 19:58:47.751 INFO kablam! error: aborting due to 2 previous errors Sep 17 19:58:47.751 INFO kablam! Sep 17 19:58:47.751 INFO kablam! Some errors occurred: E0277, E0599. Sep 17 19:58:47.751 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 17 19:58:47.751 INFO kablam! error: Could not compile `pistoncore-input`. Sep 17 19:58:47.751 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 19:58:47.766 INFO kablam! error[E0599]: no variant named `Render` found for type `input::Input` in the current scope Sep 17 19:58:47.766 INFO kablam! --> benches/render.rs:12:13 Sep 17 19:58:47.766 INFO kablam! | Sep 17 19:58:47.766 INFO kablam! 12 | let e = Input::Render(RenderArgs { Sep 17 19:58:47.766 INFO kablam! | ^^^^^^^^^^^^^ variant not found in `input::Input` Sep 17 19:58:47.766 INFO kablam! Sep 17 19:58:47.766 INFO kablam! error[E0277]: the trait bound `input::Input: input::RenderEvent` is not satisfied Sep 17 19:58:47.766 INFO kablam! --> benches/render.rs:26:46 Sep 17 19:58:47.766 INFO kablam! | Sep 17 19:58:47.766 INFO kablam! 26 | bencher.iter(|| { let _: Option = RenderEvent::from_render_args(&args, &e); }); Sep 17 19:58:47.766 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::RenderEvent` is not implemented for `input::Input` Sep 17 19:58:47.766 INFO kablam! | Sep 17 19:58:47.766 INFO kablam! = note: required by `input::RenderEvent::from_render_args` Sep 17 19:58:47.766 INFO kablam! Sep 17 19:58:47.767 INFO kablam! error: aborting due to 2 previous errors Sep 17 19:58:47.767 INFO kablam! Sep 17 19:58:47.767 INFO kablam! Some errors occurred: E0277, E0599. Sep 17 19:58:47.767 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 17 19:58:47.779 INFO kablam! error: Could not compile `pistoncore-input`. Sep 17 19:58:47.779 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 19:58:47.799 INFO kablam! error: Could not compile `pistoncore-input`. Sep 17 19:58:47.799 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 19:58:47.812 INFO kablam! error[E0277]: the trait bound `input::Input: input::FocusEvent` is not satisfied Sep 17 19:58:47.812 INFO kablam! --> benches/focus.rs:13:46 Sep 17 19:58:47.812 INFO kablam! | Sep 17 19:58:47.812 INFO kablam! 13 | bencher.iter(|| { let _: Option = FocusEvent::from_focused(true, &e); }); Sep 17 19:58:47.812 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::FocusEvent` is not implemented for `input::Input` Sep 17 19:58:47.812 INFO kablam! | Sep 17 19:58:47.812 INFO kablam! = note: required by `input::FocusEvent::from_focused` Sep 17 19:58:47.812 INFO kablam! Sep 17 19:58:47.819 INFO kablam! error: aborting due to previous error Sep 17 19:58:47.819 INFO kablam! Sep 17 19:58:47.819 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 17 19:58:47.826 INFO kablam! error: Could not compile `pistoncore-input`. Sep 17 19:58:47.827 INFO kablam! Sep 17 19:58:47.827 INFO kablam! To learn more, run the command again with --verbose. Sep 17 19:58:47.827 INFO kablam! su: No module specific data is present Sep 17 19:58:48.725 INFO running `"docker" "rm" "-f" "94e5edd3457d50411d36372778a6f94469b298598e2c02b9ca10dc02ddfe37a0"` Sep 17 19:58:49.028 INFO blam! 94e5edd3457d50411d36372778a6f94469b298598e2c02b9ca10dc02ddfe37a0