Sep 14 11:47:05.735 INFO checking pistoncore-input-0.20.0 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 11:47:05.735 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 11:47:05.736 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-0/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-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:06.075 INFO blam! 5c5196c11a7c62e91c1c31cc478bd0bfc63b4f6402fdd51c520b25d9ac3663c8 Sep 14 11:47:06.081 INFO running `"docker" "start" "-a" "5c5196c11a7c62e91c1c31cc478bd0bfc63b4f6402fdd51c520b25d9ac3663c8"` Sep 14 11:47:07.027 INFO kablam! usermod: no changes Sep 14 11:47:07.098 INFO kablam! Checking pistoncore-input v0.20.0 (file:///source) Sep 14 11:47:11.261 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseCursorEvent` is not satisfied Sep 14 11:47:11.261 INFO kablam! --> benches/mouse.rs:13:46 Sep 14 11:47:11.261 INFO kablam! | Sep 14 11:47:11.261 INFO kablam! 13 | bencher.iter(|| { let _: Option = MouseCursorEvent::from_xy(1.0, 0.0, &e); }); Sep 14 11:47:11.261 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseCursorEvent` is not implemented for `input::Input` Sep 14 11:47:11.261 INFO kablam! | Sep 14 11:47:11.261 INFO kablam! = note: required by `input::MouseCursorEvent::from_xy` Sep 14 11:47:11.261 INFO kablam! Sep 14 11:47:11.264 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseRelativeEvent` is not satisfied Sep 14 11:47:11.264 INFO kablam! --> benches/mouse.rs:19:46 Sep 14 11:47:11.264 INFO kablam! | Sep 14 11:47:11.264 INFO kablam! 19 | bencher.iter(|| { let _: Option = MouseRelativeEvent::from_xy(1.0, 0.0, &e); }); Sep 14 11:47:11.264 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseRelativeEvent` is not implemented for `input::Input` Sep 14 11:47:11.264 INFO kablam! | Sep 14 11:47:11.264 INFO kablam! = note: required by `input::MouseRelativeEvent::from_xy` Sep 14 11:47:11.264 INFO kablam! Sep 14 11:47:11.264 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseScrollEvent` is not satisfied Sep 14 11:47:11.264 INFO kablam! --> benches/mouse.rs:25:46 Sep 14 11:47:11.264 INFO kablam! | Sep 14 11:47:11.264 INFO kablam! 25 | bencher.iter(|| { let _: Option = MouseScrollEvent::from_xy(1.0, 0.0, &e); }); Sep 14 11:47:11.264 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseScrollEvent` is not implemented for `input::Input` Sep 14 11:47:11.264 INFO kablam! | Sep 14 11:47:11.264 INFO kablam! = note: required by `input::MouseScrollEvent::from_xy` Sep 14 11:47:11.264 INFO kablam! Sep 14 11:47:11.264 INFO kablam! error: aborting due to 3 previous errors Sep 14 11:47:11.264 INFO kablam! Sep 14 11:47:11.264 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 14 11:47:11.269 INFO kablam! error: Could not compile `pistoncore-input`. Sep 14 11:47:11.269 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 11:47:11.287 INFO kablam! error[E0599]: no variant named `Press` found for type `input::Input` in the current scope Sep 14 11:47:11.287 INFO kablam! --> benches/press.rs:12:13 Sep 14 11:47:11.287 INFO kablam! | Sep 14 11:47:11.287 INFO kablam! 12 | let e = Input::Press(Button::Keyboard(Key::S)); Sep 14 11:47:11.287 INFO kablam! | ^^^^^^^^^^^^ variant not found in `input::Input` Sep 14 11:47:11.287 INFO kablam! Sep 14 11:47:11.287 INFO kablam! error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied Sep 14 11:47:11.287 INFO kablam! --> benches/press.rs:14:46 Sep 14 11:47:11.287 INFO kablam! | Sep 14 11:47:11.287 INFO kablam! 14 | bencher.iter(|| { let _: Option = PressEvent::from_button(button, &e); }); Sep 14 11:47:11.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input` Sep 14 11:47:11.287 INFO kablam! | Sep 14 11:47:11.287 INFO kablam! = note: required because of the requirements on the impl of `input::PressEvent` for `input::Input` Sep 14 11:47:11.287 INFO kablam! = note: required by `input::PressEvent::from_button` Sep 14 11:47:11.287 INFO kablam! Sep 14 11:47:11.287 INFO kablam! error: aborting due to 2 previous errors Sep 14 11:47:11.287 INFO kablam! Sep 14 11:47:11.287 INFO kablam! Some errors occurred: E0277, E0599. Sep 14 11:47:11.287 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 14 11:47:11.293 INFO kablam! error: Could not compile `pistoncore-input`. Sep 14 11:47:11.293 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 11:47:11.329 INFO kablam! error[E0277]: the trait bound `input::Input: input::ResizeEvent` is not satisfied Sep 14 11:47:11.329 INFO kablam! --> benches/resize.rs:13:46 Sep 14 11:47:11.329 INFO kablam! | Sep 14 11:47:11.329 INFO kablam! 13 | bencher.iter(|| { let _: Option = ResizeEvent::from_width_height(100, 100, &e); }); Sep 14 11:47:11.329 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ResizeEvent` is not implemented for `input::Input` Sep 14 11:47:11.330 INFO kablam! | Sep 14 11:47:11.330 INFO kablam! = note: required by `input::ResizeEvent::from_width_height` Sep 14 11:47:11.330 INFO kablam! Sep 14 11:47:11.332 INFO kablam! error: aborting due to previous error Sep 14 11:47:11.332 INFO kablam! Sep 14 11:47:11.332 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 14 11:47:11.340 INFO kablam! error[E0599]: no variant named `Idle` found for type `input::Input` in the current scope Sep 14 11:47:11.340 INFO kablam! --> benches/idle.rs:12:13 Sep 14 11:47:11.340 INFO kablam! | Sep 14 11:47:11.340 INFO kablam! 12 | let e = Input::Idle(IdleArgs { dt: 1.0 }); Sep 14 11:47:11.340 INFO kablam! | ^^^^^^^^^^^ variant not found in `input::Input` Sep 14 11:47:11.340 INFO kablam! Sep 14 11:47:11.340 INFO kablam! error[E0277]: the trait bound `input::Input: input::IdleEvent` is not satisfied Sep 14 11:47:11.340 INFO kablam! --> benches/idle.rs:14:46 Sep 14 11:47:11.340 INFO kablam! | Sep 14 11:47:11.340 INFO kablam! 14 | bencher.iter(|| { let _: Option = IdleEvent::from_idle_args(&args, &e); }); Sep 14 11:47:11.340 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::IdleEvent` is not implemented for `input::Input` Sep 14 11:47:11.340 INFO kablam! | Sep 14 11:47:11.340 INFO kablam! = note: required by `input::IdleEvent::from_idle_args` Sep 14 11:47:11.340 INFO kablam! Sep 14 11:47:11.340 INFO kablam! error: Could not compile `pistoncore-input`. Sep 14 11:47:11.340 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 11:47:11.340 INFO kablam! error: aborting due to 2 previous errors Sep 14 11:47:11.340 INFO kablam! Sep 14 11:47:11.340 INFO kablam! Some errors occurred: E0277, E0599. Sep 14 11:47:11.340 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 14 11:47:11.346 INFO kablam! error: Could not compile `pistoncore-input`. Sep 14 11:47:11.346 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 11:47:11.351 INFO kablam! error[E0599]: no variant named `AfterRender` found for type `input::Input` in the current scope Sep 14 11:47:11.351 INFO kablam! --> benches/after_render.rs:12:13 Sep 14 11:47:11.351 INFO kablam! | Sep 14 11:47:11.351 INFO kablam! 12 | let e = Input::AfterRender(AfterRenderArgs); Sep 14 11:47:11.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^ variant not found in `input::Input` Sep 14 11:47:11.351 INFO kablam! Sep 14 11:47:11.355 INFO kablam! error[E0277]: the trait bound `input::Input: input::AfterRenderEvent` is not satisfied Sep 14 11:47:11.355 INFO kablam! --> benches/after_render.rs:15:32 Sep 14 11:47:11.355 INFO kablam! | Sep 14 11:47:11.355 INFO kablam! 15 | let _: Option = AfterRenderEvent::from_after_render_args(&args, &e); Sep 14 11:47:11.355 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::AfterRenderEvent` is not implemented for `input::Input` Sep 14 11:47:11.355 INFO kablam! | Sep 14 11:47:11.356 INFO kablam! = note: required by `input::AfterRenderEvent::from_after_render_args` Sep 14 11:47:11.356 INFO kablam! Sep 14 11:47:11.356 INFO kablam! error: aborting due to 2 previous errors Sep 14 11:47:11.356 INFO kablam! Sep 14 11:47:11.356 INFO kablam! Some errors occurred: E0277, E0599. Sep 14 11:47:11.356 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 14 11:47:11.363 INFO kablam! error[E0599]: no variant named `Release` found for type `input::Input` in the current scope Sep 14 11:47:11.363 INFO kablam! --> benches/release.rs:12:13 Sep 14 11:47:11.363 INFO kablam! | Sep 14 11:47:11.363 INFO kablam! 12 | let e = Input::Release(Button::Keyboard(Key::S)); Sep 14 11:47:11.363 INFO kablam! | ^^^^^^^^^^^^^^ variant not found in `input::Input` Sep 14 11:47:11.363 INFO kablam! Sep 14 11:47:11.363 INFO kablam! error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied Sep 14 11:47:11.363 INFO kablam! --> benches/release.rs:14:46 Sep 14 11:47:11.363 INFO kablam! | Sep 14 11:47:11.363 INFO kablam! 14 | bencher.iter(|| { let _: Option = ReleaseEvent::from_button(button, &e); }); Sep 14 11:47:11.363 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input` Sep 14 11:47:11.363 INFO kablam! | Sep 14 11:47:11.363 INFO kablam! = note: required because of the requirements on the impl of `input::ReleaseEvent` for `input::Input` Sep 14 11:47:11.363 INFO kablam! = note: required by `input::ReleaseEvent::from_button` Sep 14 11:47:11.363 INFO kablam! Sep 14 11:47:11.363 INFO kablam! error: aborting due to 2 previous errors Sep 14 11:47:11.363 INFO kablam! Sep 14 11:47:11.363 INFO kablam! Some errors occurred: E0277, E0599. Sep 14 11:47:11.363 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 14 11:47:11.363 INFO kablam! error: Could not compile `pistoncore-input`. Sep 14 11:47:11.363 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 11:47:11.370 INFO kablam! error: Could not compile `pistoncore-input`. Sep 14 11:47:11.370 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 11:47:11.379 INFO kablam! error[E0599]: no variant named `Render` found for type `input::Input` in the current scope Sep 14 11:47:11.379 INFO kablam! --> benches/render.rs:12:13 Sep 14 11:47:11.379 INFO kablam! | Sep 14 11:47:11.379 INFO kablam! 12 | let e = Input::Render(RenderArgs { Sep 14 11:47:11.379 INFO kablam! | ^^^^^^^^^^^^^ variant not found in `input::Input` Sep 14 11:47:11.379 INFO kablam! Sep 14 11:47:11.379 INFO kablam! error[E0277]: the trait bound `input::Input: input::RenderEvent` is not satisfied Sep 14 11:47:11.379 INFO kablam! --> benches/render.rs:26:46 Sep 14 11:47:11.379 INFO kablam! | Sep 14 11:47:11.379 INFO kablam! 26 | bencher.iter(|| { let _: Option = RenderEvent::from_render_args(&args, &e); }); Sep 14 11:47:11.379 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::RenderEvent` is not implemented for `input::Input` Sep 14 11:47:11.379 INFO kablam! | Sep 14 11:47:11.379 INFO kablam! = note: required by `input::RenderEvent::from_render_args` Sep 14 11:47:11.379 INFO kablam! Sep 14 11:47:11.379 INFO kablam! error: aborting due to 2 previous errors Sep 14 11:47:11.379 INFO kablam! Sep 14 11:47:11.379 INFO kablam! Some errors occurred: E0277, E0599. Sep 14 11:47:11.379 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 14 11:47:11.385 INFO kablam! error: Could not compile `pistoncore-input`. Sep 14 11:47:11.385 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 11:47:11.410 INFO kablam! error: build failed Sep 14 11:47:11.413 INFO kablam! su: No module specific data is present Sep 14 11:47:12.278 INFO running `"docker" "rm" "-f" "5c5196c11a7c62e91c1c31cc478bd0bfc63b4f6402fdd51c520b25d9ac3663c8"` Sep 14 11:47:12.340 INFO blam! 5c5196c11a7c62e91c1c31cc478bd0bfc63b4f6402fdd51c520b25d9ac3663c8