Sep 14 11:47:05.409 INFO checking pistoncore-input-0.20.0 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 11:47:05.409 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 11:47:05.409 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-5/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 11:47:05.783 INFO blam! a53fb65f74a112272818171e8d04156185ed5bc0f8c61c8fb48a5a43e6340e01 Sep 14 11:47:05.791 INFO running `"docker" "start" "-a" "a53fb65f74a112272818171e8d04156185ed5bc0f8c61c8fb48a5a43e6340e01"` Sep 14 11:47:07.060 INFO kablam! usermod: no changes Sep 14 11:47:07.118 INFO kablam! Checking pistoncore-input v0.20.0 (file:///source) Sep 14 11:47:10.830 INFO kablam! error[E0277]: the trait bound `input::Input: input::ResizeEvent` is not satisfied Sep 14 11:47:10.830 INFO kablam! --> benches/resize.rs:13:46 Sep 14 11:47:10.830 INFO kablam! | Sep 14 11:47:10.830 INFO kablam! 13 | bencher.iter(|| { let _: Option = ResizeEvent::from_width_height(100, 100, &e); }); Sep 14 11:47:10.830 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ResizeEvent` is not implemented for `input::Input` Sep 14 11:47:10.830 INFO kablam! | Sep 14 11:47:10.830 INFO kablam! = note: required by `input::ResizeEvent::from_width_height` Sep 14 11:47:10.830 INFO kablam! Sep 14 11:47:10.839 INFO kablam! error: aborting due to previous error Sep 14 11:47:10.839 INFO kablam! Sep 14 11:47:10.839 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 14 11:47:10.855 INFO kablam! error: Could not compile `pistoncore-input`. Sep 14 11:47:10.855 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 11:47:10.923 INFO kablam! error[E0599]: no variant named `Render` found for type `input::Input` in the current scope Sep 14 11:47:10.923 INFO kablam! --> benches/render.rs:12:13 Sep 14 11:47:10.923 INFO kablam! | Sep 14 11:47:10.923 INFO kablam! 12 | let e = Input::Render(RenderArgs { Sep 14 11:47:10.923 INFO kablam! | ^^^^^^^^^^^^^ variant not found in `input::Input` Sep 14 11:47:10.923 INFO kablam! Sep 14 11:47:10.923 INFO kablam! error[E0277]: the trait bound `input::Input: input::RenderEvent` is not satisfied Sep 14 11:47:10.923 INFO kablam! --> benches/render.rs:26:46 Sep 14 11:47:10.923 INFO kablam! | Sep 14 11:47:10.923 INFO kablam! 26 | bencher.iter(|| { let _: Option = RenderEvent::from_render_args(&args, &e); }); Sep 14 11:47:10.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::RenderEvent` is not implemented for `input::Input` Sep 14 11:47:10.923 INFO kablam! | Sep 14 11:47:10.923 INFO kablam! = note: required by `input::RenderEvent::from_render_args` Sep 14 11:47:10.923 INFO kablam! Sep 14 11:47:10.935 INFO kablam! error: aborting due to 2 previous errors Sep 14 11:47:10.935 INFO kablam! Sep 14 11:47:10.935 INFO kablam! Some errors occurred: E0277, E0599. Sep 14 11:47:10.935 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 14 11:47:10.959 INFO kablam! error: Could not compile `pistoncore-input`. Sep 14 11:47:10.959 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 11:47:11.023 INFO kablam! error[E0277]: the trait bound `input::Input: input::TextEvent` is not satisfied Sep 14 11:47:11.023 INFO kablam! --> benches/text.rs:13:46 Sep 14 11:47:11.023 INFO kablam! | Sep 14 11:47:11.023 INFO kablam! 13 | bencher.iter(|| { let _: Option = TextEvent::from_text("hello", &e); }); Sep 14 11:47:11.023 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `input::TextEvent` is not implemented for `input::Input` Sep 14 11:47:11.023 INFO kablam! | Sep 14 11:47:11.023 INFO kablam! = note: required by `input::TextEvent::from_text` Sep 14 11:47:11.023 INFO kablam! Sep 14 11:47:11.031 INFO kablam! error: aborting due to previous error Sep 14 11:47:11.031 INFO kablam! Sep 14 11:47:11.031 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 14 11:47:11.046 INFO kablam! error: Could not compile `pistoncore-input`. Sep 14 11:47:11.046 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 11:47:11.095 INFO kablam! error[E0599]: no variant named `Release` found for type `input::Input` in the current scope Sep 14 11:47:11.095 INFO kablam! --> benches/release.rs:12:13 Sep 14 11:47:11.095 INFO kablam! | Sep 14 11:47:11.095 INFO kablam! 12 | let e = Input::Release(Button::Keyboard(Key::S)); Sep 14 11:47:11.095 INFO kablam! | ^^^^^^^^^^^^^^ variant not found in `input::Input` Sep 14 11:47:11.095 INFO kablam! Sep 14 11:47:11.099 INFO kablam! error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied Sep 14 11:47:11.099 INFO kablam! --> benches/release.rs:14:46 Sep 14 11:47:11.099 INFO kablam! | Sep 14 11:47:11.099 INFO kablam! 14 | bencher.iter(|| { let _: Option = ReleaseEvent::from_button(button, &e); }); Sep 14 11:47:11.099 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input` Sep 14 11:47:11.099 INFO kablam! | Sep 14 11:47:11.099 INFO kablam! = note: required because of the requirements on the impl of `input::ReleaseEvent` for `input::Input` Sep 14 11:47:11.099 INFO kablam! = note: required by `input::ReleaseEvent::from_button` Sep 14 11:47:11.099 INFO kablam! Sep 14 11:47:11.107 INFO kablam! error: aborting due to 2 previous errors Sep 14 11:47:11.107 INFO kablam! Sep 14 11:47:11.107 INFO kablam! Some errors occurred: E0277, E0599. Sep 14 11:47:11.107 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 14 11:47:11.127 INFO kablam! error: Could not compile `pistoncore-input`. Sep 14 11:47:11.127 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 11:47:11.139 INFO kablam! error[E0599]: no variant named `AfterRender` found for type `input::Input` in the current scope Sep 14 11:47:11.139 INFO kablam! --> benches/after_render.rs:12:13 Sep 14 11:47:11.139 INFO kablam! | Sep 14 11:47:11.139 INFO kablam! 12 | let e = Input::AfterRender(AfterRenderArgs); Sep 14 11:47:11.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^ variant not found in `input::Input` Sep 14 11:47:11.139 INFO kablam! Sep 14 11:47:11.139 INFO kablam! error[E0277]: the trait bound `input::Input: input::AfterRenderEvent` is not satisfied Sep 14 11:47:11.139 INFO kablam! --> benches/after_render.rs:15:32 Sep 14 11:47:11.139 INFO kablam! | Sep 14 11:47:11.139 INFO kablam! 15 | let _: Option = AfterRenderEvent::from_after_render_args(&args, &e); Sep 14 11:47:11.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::AfterRenderEvent` is not implemented for `input::Input` Sep 14 11:47:11.139 INFO kablam! | Sep 14 11:47:11.139 INFO kablam! = note: required by `input::AfterRenderEvent::from_after_render_args` Sep 14 11:47:11.139 INFO kablam! Sep 14 11:47:11.147 INFO kablam! error: aborting due to 2 previous errors Sep 14 11:47:11.147 INFO kablam! Sep 14 11:47:11.147 INFO kablam! Some errors occurred: E0277, E0599. Sep 14 11:47:11.147 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 14 11:47:11.147 INFO kablam! error: Could not compile `pistoncore-input`. Sep 14 11:47:11.147 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 11:47:11.182 INFO kablam! error[E0277]: the trait bound `input::Input: input::CursorEvent` is not satisfied Sep 14 11:47:11.183 INFO kablam! --> benches/cursor.rs:12:46 Sep 14 11:47:11.183 INFO kablam! | Sep 14 11:47:11.183 INFO kablam! 12 | bencher.iter(|| { let _: Option = CursorEvent::from_cursor(true, &e); }); Sep 14 11:47:11.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::CursorEvent` is not implemented for `input::Input` Sep 14 11:47:11.183 INFO kablam! | Sep 14 11:47:11.183 INFO kablam! = note: required by `input::CursorEvent::from_cursor` Sep 14 11:47:11.183 INFO kablam! Sep 14 11:47:11.189 INFO kablam! error: aborting due to previous error Sep 14 11:47:11.189 INFO kablam! Sep 14 11:47:11.189 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 14 11:47:11.207 INFO kablam! error: Could not compile `pistoncore-input`. Sep 14 11:47:11.207 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 11:47:11.239 INFO kablam! error[E0277]: the trait bound `input::Input: input::FocusEvent` is not satisfied Sep 14 11:47:11.239 INFO kablam! --> benches/focus.rs:13:46 Sep 14 11:47:11.239 INFO kablam! | Sep 14 11:47:11.239 INFO kablam! 13 | bencher.iter(|| { let _: Option = FocusEvent::from_focused(true, &e); }); Sep 14 11:47:11.239 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::FocusEvent` is not implemented for `input::Input` Sep 14 11:47:11.239 INFO kablam! | Sep 14 11:47:11.239 INFO kablam! = note: required by `input::FocusEvent::from_focused` Sep 14 11:47:11.239 INFO kablam! Sep 14 11:47:11.243 INFO kablam! error: aborting due to previous error Sep 14 11:47:11.243 INFO kablam! Sep 14 11:47:11.243 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 14 11:47:11.250 INFO kablam! error: Could not compile `pistoncore-input`. Sep 14 11:47:11.250 INFO kablam! Sep 14 11:47:11.250 INFO kablam! To learn more, run the command again with --verbose. Sep 14 11:47:11.252 INFO kablam! su: No module specific data is present Sep 14 11:47:12.252 INFO running `"docker" "rm" "-f" "a53fb65f74a112272818171e8d04156185ed5bc0f8c61c8fb48a5a43e6340e01"` Sep 14 11:47:12.312 INFO blam! a53fb65f74a112272818171e8d04156185ed5bc0f8c61c8fb48a5a43e6340e01