Sep 06 02:29:39.002 INFO checking pistoncore-input-0.20.0 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 06 02:29:39.002 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 06 02:29:39.002 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-2/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 02:29:39.251 INFO blam! d42289be0dff742d9a7fd0d9f39797b30f537b73fcbc061b02784ec556001d00 Sep 06 02:29:39.253 INFO running `"docker" "start" "-a" "d42289be0dff742d9a7fd0d9f39797b30f537b73fcbc061b02784ec556001d00"` Sep 06 02:29:40.620 INFO kablam! usermod: no changes Sep 06 02:29:40.746 INFO kablam! Checking pistoncore-input v0.20.0 (file:///source) Sep 06 02:29:45.422 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseCursorEvent` is not satisfied Sep 06 02:29:45.422 INFO kablam! --> benches/mouse.rs:13:46 Sep 06 02:29:45.422 INFO kablam! | Sep 06 02:29:45.422 INFO kablam! 13 | bencher.iter(|| { let _: Option = MouseCursorEvent::from_xy(1.0, 0.0, &e); }); Sep 06 02:29:45.422 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseCursorEvent` is not implemented for `input::Input` Sep 06 02:29:45.422 INFO kablam! | Sep 06 02:29:45.422 INFO kablam! = note: required by `input::MouseCursorEvent::from_xy` Sep 06 02:29:45.422 INFO kablam! Sep 06 02:29:45.423 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseRelativeEvent` is not satisfied Sep 06 02:29:45.423 INFO kablam! --> benches/mouse.rs:19:46 Sep 06 02:29:45.423 INFO kablam! | Sep 06 02:29:45.423 INFO kablam! 19 | bencher.iter(|| { let _: Option = MouseRelativeEvent::from_xy(1.0, 0.0, &e); }); Sep 06 02:29:45.423 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseRelativeEvent` is not implemented for `input::Input` Sep 06 02:29:45.423 INFO kablam! | Sep 06 02:29:45.424 INFO kablam! = note: required by `input::MouseRelativeEvent::from_xy` Sep 06 02:29:45.424 INFO kablam! Sep 06 02:29:45.424 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseScrollEvent` is not satisfied Sep 06 02:29:45.424 INFO kablam! --> benches/mouse.rs:25:46 Sep 06 02:29:45.424 INFO kablam! | Sep 06 02:29:45.424 INFO kablam! 25 | bencher.iter(|| { let _: Option = MouseScrollEvent::from_xy(1.0, 0.0, &e); }); Sep 06 02:29:45.424 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseScrollEvent` is not implemented for `input::Input` Sep 06 02:29:45.424 INFO kablam! | Sep 06 02:29:45.424 INFO kablam! = note: required by `input::MouseScrollEvent::from_xy` Sep 06 02:29:45.424 INFO kablam! Sep 06 02:29:45.424 INFO kablam! error: aborting due to 3 previous errors Sep 06 02:29:45.424 INFO kablam! Sep 06 02:29:45.424 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 06 02:29:45.438 INFO kablam! error: Could not compile `pistoncore-input`. Sep 06 02:29:45.438 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 02:29:45.906 INFO kablam! error[E0599]: no variant named `AfterRender` found for type `input::Input` in the current scope Sep 06 02:29:45.906 INFO kablam! --> benches/after_render.rs:12:13 Sep 06 02:29:45.906 INFO kablam! | Sep 06 02:29:45.906 INFO kablam! 12 | let e = Input::AfterRender(AfterRenderArgs); Sep 06 02:29:45.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^ variant not found in `input::Input` Sep 06 02:29:45.906 INFO kablam! Sep 06 02:29:45.906 INFO kablam! error[E0277]: the trait bound `input::Input: input::AfterRenderEvent` is not satisfied Sep 06 02:29:45.906 INFO kablam! --> benches/after_render.rs:15:32 Sep 06 02:29:45.906 INFO kablam! | Sep 06 02:29:45.906 INFO kablam! 15 | let _: Option = AfterRenderEvent::from_after_render_args(&args, &e); Sep 06 02:29:45.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::AfterRenderEvent` is not implemented for `input::Input` Sep 06 02:29:45.906 INFO kablam! | Sep 06 02:29:45.906 INFO kablam! = note: required by `input::AfterRenderEvent::from_after_render_args` Sep 06 02:29:45.906 INFO kablam! Sep 06 02:29:45.908 INFO kablam! error: aborting due to 2 previous errors Sep 06 02:29:45.908 INFO kablam! Sep 06 02:29:45.908 INFO kablam! Some errors occurred: E0277, E0599. Sep 06 02:29:45.908 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 06 02:29:45.916 INFO kablam! error: Could not compile `pistoncore-input`. Sep 06 02:29:45.916 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 02:29:45.950 INFO kablam! error[E0277]: the trait bound `input::Input: input::ResizeEvent` is not satisfied Sep 06 02:29:45.950 INFO kablam! --> benches/resize.rs:13:46 Sep 06 02:29:45.950 INFO kablam! | Sep 06 02:29:45.950 INFO kablam! 13 | bencher.iter(|| { let _: Option = ResizeEvent::from_width_height(100, 100, &e); }); Sep 06 02:29:45.950 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ResizeEvent` is not implemented for `input::Input` Sep 06 02:29:45.950 INFO kablam! | Sep 06 02:29:45.950 INFO kablam! = note: required by `input::ResizeEvent::from_width_height` Sep 06 02:29:45.950 INFO kablam! Sep 06 02:29:45.958 INFO kablam! error: aborting due to previous error Sep 06 02:29:45.958 INFO kablam! Sep 06 02:29:45.958 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 06 02:29:45.961 INFO kablam! error: Could not compile `pistoncore-input`. Sep 06 02:29:45.961 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 02:29:46.041 INFO kablam! error[E0277]: the trait bound `input::Input: input::CursorEvent` is not satisfied Sep 06 02:29:46.041 INFO kablam! --> benches/cursor.rs:12:46 Sep 06 02:29:46.041 INFO kablam! | Sep 06 02:29:46.041 INFO kablam! 12 | bencher.iter(|| { let _: Option = CursorEvent::from_cursor(true, &e); }); Sep 06 02:29:46.041 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::CursorEvent` is not implemented for `input::Input` Sep 06 02:29:46.041 INFO kablam! | Sep 06 02:29:46.041 INFO kablam! = note: required by `input::CursorEvent::from_cursor` Sep 06 02:29:46.041 INFO kablam! Sep 06 02:29:46.046 INFO kablam! error: aborting due to previous error Sep 06 02:29:46.046 INFO kablam! Sep 06 02:29:46.046 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 06 02:29:46.050 INFO kablam! error: Could not compile `pistoncore-input`. Sep 06 02:29:46.050 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 02:29:46.082 INFO kablam! error[E0599]: no variant named `Update` found for type `input::Input` in the current scope Sep 06 02:29:46.082 INFO kablam! --> benches/update.rs:12:13 Sep 06 02:29:46.082 INFO kablam! | Sep 06 02:29:46.082 INFO kablam! 12 | let e = Input::Update(UpdateArgs { dt: 0.0 }); Sep 06 02:29:46.082 INFO kablam! | ^^^^^^^^^^^^^ variant not found in `input::Input` Sep 06 02:29:46.082 INFO kablam! Sep 06 02:29:46.082 INFO kablam! error[E0277]: the trait bound `input::Input: input::UpdateEvent` is not satisfied Sep 06 02:29:46.082 INFO kablam! --> benches/update.rs:14:46 Sep 06 02:29:46.082 INFO kablam! | Sep 06 02:29:46.082 INFO kablam! 14 | bencher.iter(|| { let _: Option = UpdateEvent::from_update_args(&args, &e); }); Sep 06 02:29:46.082 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::UpdateEvent` is not implemented for `input::Input` Sep 06 02:29:46.082 INFO kablam! | Sep 06 02:29:46.082 INFO kablam! = note: required by `input::UpdateEvent::from_update_args` Sep 06 02:29:46.082 INFO kablam! Sep 06 02:29:46.086 INFO kablam! error: aborting due to 2 previous errors Sep 06 02:29:46.086 INFO kablam! Sep 06 02:29:46.086 INFO kablam! Some errors occurred: E0277, E0599. Sep 06 02:29:46.086 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 06 02:29:46.092 INFO kablam! error: Could not compile `pistoncore-input`. Sep 06 02:29:46.092 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 02:29:46.167 INFO kablam! error[E0277]: the trait bound `input::Input: input::FocusEvent` is not satisfied Sep 06 02:29:46.167 INFO kablam! --> benches/focus.rs:13:46 Sep 06 02:29:46.167 INFO kablam! | Sep 06 02:29:46.167 INFO kablam! 13 | bencher.iter(|| { let _: Option = FocusEvent::from_focused(true, &e); }); Sep 06 02:29:46.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::FocusEvent` is not implemented for `input::Input` Sep 06 02:29:46.167 INFO kablam! | Sep 06 02:29:46.167 INFO kablam! = note: required by `input::FocusEvent::from_focused` Sep 06 02:29:46.167 INFO kablam! Sep 06 02:29:46.175 INFO kablam! error: aborting due to previous error Sep 06 02:29:46.175 INFO kablam! Sep 06 02:29:46.175 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 06 02:29:46.180 INFO kablam! error: Could not compile `pistoncore-input`. Sep 06 02:29:46.180 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 02:29:46.216 INFO kablam! error[E0599]: no variant named `Press` found for type `input::Input` in the current scope Sep 06 02:29:46.216 INFO kablam! --> benches/press.rs:12:13 Sep 06 02:29:46.216 INFO kablam! | Sep 06 02:29:46.216 INFO kablam! 12 | let e = Input::Press(Button::Keyboard(Key::S)); Sep 06 02:29:46.216 INFO kablam! | ^^^^^^^^^^^^ variant not found in `input::Input` Sep 06 02:29:46.216 INFO kablam! Sep 06 02:29:46.217 INFO kablam! error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied Sep 06 02:29:46.217 INFO kablam! --> benches/press.rs:14:46 Sep 06 02:29:46.217 INFO kablam! | Sep 06 02:29:46.217 INFO kablam! 14 | bencher.iter(|| { let _: Option = PressEvent::from_button(button, &e); }); Sep 06 02:29:46.217 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input` Sep 06 02:29:46.217 INFO kablam! | Sep 06 02:29:46.217 INFO kablam! = note: required because of the requirements on the impl of `input::PressEvent` for `input::Input` Sep 06 02:29:46.217 INFO kablam! = note: required by `input::PressEvent::from_button` Sep 06 02:29:46.217 INFO kablam! Sep 06 02:29:46.219 INFO kablam! error: aborting due to 2 previous errors Sep 06 02:29:46.219 INFO kablam! Sep 06 02:29:46.219 INFO kablam! Some errors occurred: E0277, E0599. Sep 06 02:29:46.219 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 06 02:29:46.228 INFO kablam! error: Could not compile `pistoncore-input`. Sep 06 02:29:46.228 INFO kablam! Sep 06 02:29:46.228 INFO kablam! To learn more, run the command again with --verbose. Sep 06 02:29:46.229 INFO kablam! su: No module specific data is present Sep 06 02:29:46.888 INFO running `"docker" "rm" "-f" "d42289be0dff742d9a7fd0d9f39797b30f537b73fcbc061b02784ec556001d00"` Sep 06 02:29:46.976 INFO blam! d42289be0dff742d9a7fd0d9f39797b30f537b73fcbc061b02784ec556001d00