Sep 02 04:47:04.509 INFO checking pistoncore-input-0.21.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851
Sep 02 04:47:04.510 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets
Sep 02 04:47:04.510 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-1/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"`
Sep 02 04:47:04.702 INFO blam! 8f0ca30fae5b78cddf26080eddc9a815a3bc65e5b7aec0fac0af5158add5522c
Sep 02 04:47:04.704 INFO running `"docker" "start" "-a" "8f0ca30fae5b78cddf26080eddc9a815a3bc65e5b7aec0fac0af5158add5522c"`
Sep 02 04:47:05.365 INFO kablam! Checking pistoncore-input v0.21.0 (file:///source)
Sep 02 04:47:12.581 INFO kablam! error[E0277]: the trait bound `input::Input: input::ResizeEvent` is not satisfied
Sep 02 04:47:12.581 INFO kablam! --> benches/resize.rs:13:46
Sep 02 04:47:12.581 INFO kablam! |
Sep 02 04:47:12.581 INFO kablam! 13 | bencher.iter(|| { let _: Option = ResizeEvent::from_width_height(100, 100, &e); });
Sep 02 04:47:12.581 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ResizeEvent` is not implemented for `input::Input`
Sep 02 04:47:12.581 INFO kablam! |
Sep 02 04:47:12.581 INFO kablam! = note: required by `input::ResizeEvent::from_width_height`
Sep 02 04:47:12.581 INFO kablam!
Sep 02 04:47:12.584 INFO kablam! error: aborting due to previous error
Sep 02 04:47:12.584 INFO kablam!
Sep 02 04:47:12.584 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 02 04:47:12.588 INFO kablam! error[E0599]: no variant named `Press` found for type `input::Input` in the current scope
Sep 02 04:47:12.588 INFO kablam! --> benches/press.rs:12:13
Sep 02 04:47:12.588 INFO kablam! |
Sep 02 04:47:12.588 INFO kablam! 12 | let e = Input::Press(Button::Keyboard(Key::S));
Sep 02 04:47:12.588 INFO kablam! | ^^^^^^^^^^^^ variant not found in `input::Input`
Sep 02 04:47:12.588 INFO kablam!
Sep 02 04:47:12.591 INFO kablam! error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied
Sep 02 04:47:12.591 INFO kablam! --> benches/press.rs:14:46
Sep 02 04:47:12.591 INFO kablam! |
Sep 02 04:47:12.591 INFO kablam! 14 | bencher.iter(|| { let _: Option = PressEvent::from_button(button, &e); });
Sep 02 04:47:12.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input`
Sep 02 04:47:12.591 INFO kablam! |
Sep 02 04:47:12.592 INFO kablam! = note: required because of the requirements on the impl of `input::PressEvent` for `input::Input`
Sep 02 04:47:12.592 INFO kablam! = note: required by `input::PressEvent::from_button`
Sep 02 04:47:12.592 INFO kablam!
Sep 02 04:47:12.593 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 02 04:47:12.593 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 02 04:47:12.596 INFO kablam! error: aborting due to 2 previous errors
Sep 02 04:47:12.596 INFO kablam!
Sep 02 04:47:12.597 INFO kablam! Some errors occurred: E0277, E0599.
Sep 02 04:47:12.597 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Sep 02 04:47:12.605 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 02 04:47:12.605 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 02 04:47:12.681 INFO kablam! error[E0277]: the trait bound `input::Input: input::FocusEvent` is not satisfied
Sep 02 04:47:12.681 INFO kablam! --> benches/focus.rs:13:46
Sep 02 04:47:12.681 INFO kablam! |
Sep 02 04:47:12.681 INFO kablam! 13 | bencher.iter(|| { let _: Option = FocusEvent::from_focused(true, &e); });
Sep 02 04:47:12.681 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::FocusEvent` is not implemented for `input::Input`
Sep 02 04:47:12.681 INFO kablam! |
Sep 02 04:47:12.681 INFO kablam! = note: required by `input::FocusEvent::from_focused`
Sep 02 04:47:12.681 INFO kablam!
Sep 02 04:47:12.683 INFO kablam! error: aborting due to previous error
Sep 02 04:47:12.683 INFO kablam!
Sep 02 04:47:12.683 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 02 04:47:12.690 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 02 04:47:12.690 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 02 04:47:12.699 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseCursorEvent` is not satisfied
Sep 02 04:47:12.699 INFO kablam! --> benches/mouse.rs:13:46
Sep 02 04:47:12.699 INFO kablam! |
Sep 02 04:47:12.699 INFO kablam! 13 | bencher.iter(|| { let _: Option = MouseCursorEvent::from_xy(1.0, 0.0, &e); });
Sep 02 04:47:12.699 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseCursorEvent` is not implemented for `input::Input`
Sep 02 04:47:12.699 INFO kablam! |
Sep 02 04:47:12.700 INFO kablam! = note: required by `input::MouseCursorEvent::from_xy`
Sep 02 04:47:12.700 INFO kablam!
Sep 02 04:47:12.702 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseRelativeEvent` is not satisfied
Sep 02 04:47:12.702 INFO kablam! --> benches/mouse.rs:19:46
Sep 02 04:47:12.702 INFO kablam! |
Sep 02 04:47:12.702 INFO kablam! 19 | bencher.iter(|| { let _: Option = MouseRelativeEvent::from_xy(1.0, 0.0, &e); });
Sep 02 04:47:12.702 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseRelativeEvent` is not implemented for `input::Input`
Sep 02 04:47:12.702 INFO kablam! |
Sep 02 04:47:12.702 INFO kablam! = note: required by `input::MouseRelativeEvent::from_xy`
Sep 02 04:47:12.702 INFO kablam!
Sep 02 04:47:12.703 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseScrollEvent` is not satisfied
Sep 02 04:47:12.703 INFO kablam! --> benches/mouse.rs:25:46
Sep 02 04:47:12.703 INFO kablam! |
Sep 02 04:47:12.703 INFO kablam! 25 | bencher.iter(|| { let _: Option = MouseScrollEvent::from_xy(1.0, 0.0, &e); });
Sep 02 04:47:12.703 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseScrollEvent` is not implemented for `input::Input`
Sep 02 04:47:12.703 INFO kablam! |
Sep 02 04:47:12.703 INFO kablam! = note: required by `input::MouseScrollEvent::from_xy`
Sep 02 04:47:12.703 INFO kablam!
Sep 02 04:47:12.705 INFO kablam! error: aborting due to 3 previous errors
Sep 02 04:47:12.705 INFO kablam!
Sep 02 04:47:12.705 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 02 04:47:12.713 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 02 04:47:12.714 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 02 04:47:12.800 INFO kablam! error[E0277]: the trait bound `input::Input: input::CursorEvent` is not satisfied
Sep 02 04:47:12.800 INFO kablam! --> benches/cursor.rs:12:46
Sep 02 04:47:12.800 INFO kablam! |
Sep 02 04:47:12.800 INFO kablam! 12 | bencher.iter(|| { let _: Option = CursorEvent::from_cursor(true, &e); });
Sep 02 04:47:12.800 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::CursorEvent` is not implemented for `input::Input`
Sep 02 04:47:12.800 INFO kablam! |
Sep 02 04:47:12.800 INFO kablam! = note: required by `input::CursorEvent::from_cursor`
Sep 02 04:47:12.801 INFO kablam!
Sep 02 04:47:12.804 INFO kablam! error: aborting due to previous error
Sep 02 04:47:12.804 INFO kablam!
Sep 02 04:47:12.804 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 02 04:47:12.812 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 02 04:47:12.812 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 02 04:47:12.876 INFO kablam! error[E0599]: no variant named `Update` found for type `input::Input` in the current scope
Sep 02 04:47:12.876 INFO kablam! --> benches/update.rs:12:13
Sep 02 04:47:12.876 INFO kablam! |
Sep 02 04:47:12.877 INFO kablam! 12 | let e = Input::Update(UpdateArgs { dt: 0.0 });
Sep 02 04:47:12.877 INFO kablam! | ^^^^^^^^^^^^^ variant not found in `input::Input`
Sep 02 04:47:12.877 INFO kablam!
Sep 02 04:47:12.878 INFO kablam! error[E0277]: the trait bound `input::Input: input::UpdateEvent` is not satisfied
Sep 02 04:47:12.878 INFO kablam! --> benches/update.rs:14:46
Sep 02 04:47:12.878 INFO kablam! |
Sep 02 04:47:12.878 INFO kablam! 14 | bencher.iter(|| { let _: Option = UpdateEvent::from_update_args(&args, &e); });
Sep 02 04:47:12.878 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::UpdateEvent` is not implemented for `input::Input`
Sep 02 04:47:12.878 INFO kablam! |
Sep 02 04:47:12.878 INFO kablam! = note: required by `input::UpdateEvent::from_update_args`
Sep 02 04:47:12.878 INFO kablam!
Sep 02 04:47:12.880 INFO kablam! error: aborting due to 2 previous errors
Sep 02 04:47:12.881 INFO kablam!
Sep 02 04:47:12.881 INFO kablam! Some errors occurred: E0277, E0599.
Sep 02 04:47:12.881 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Sep 02 04:47:12.887 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 02 04:47:12.887 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 02 04:47:13.181 INFO kablam! error[E0599]: no variant named `AfterRender` found for type `input::Input` in the current scope
Sep 02 04:47:13.181 INFO kablam! --> benches/after_render.rs:12:13
Sep 02 04:47:13.181 INFO kablam! |
Sep 02 04:47:13.181 INFO kablam! 12 | let e = Input::AfterRender(AfterRenderArgs);
Sep 02 04:47:13.181 INFO kablam! | ^^^^^^^^^^^^^^^^^^ variant not found in `input::Input`
Sep 02 04:47:13.181 INFO kablam!
Sep 02 04:47:13.183 INFO kablam! error[E0277]: the trait bound `input::Input: input::AfterRenderEvent` is not satisfied
Sep 02 04:47:13.183 INFO kablam! --> benches/after_render.rs:15:32
Sep 02 04:47:13.183 INFO kablam! |
Sep 02 04:47:13.183 INFO kablam! 15 | let _: Option = AfterRenderEvent::from_after_render_args(&args, &e);
Sep 02 04:47:13.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::AfterRenderEvent` is not implemented for `input::Input`
Sep 02 04:47:13.183 INFO kablam! |
Sep 02 04:47:13.183 INFO kablam! = note: required by `input::AfterRenderEvent::from_after_render_args`
Sep 02 04:47:13.183 INFO kablam!
Sep 02 04:47:13.186 INFO kablam! error: aborting due to 2 previous errors
Sep 02 04:47:13.186 INFO kablam!
Sep 02 04:47:13.186 INFO kablam! Some errors occurred: E0277, E0599.
Sep 02 04:47:13.187 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Sep 02 04:47:13.198 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 02 04:47:13.198 INFO kablam!
Sep 02 04:47:13.198 INFO kablam! To learn more, run the command again with --verbose.
Sep 02 04:47:13.200 INFO kablam! su: No module specific data is present
Sep 02 04:47:13.658 INFO running `"docker" "rm" "-f" "8f0ca30fae5b78cddf26080eddc9a815a3bc65e5b7aec0fac0af5158add5522c"`
Sep 02 04:47:13.744 INFO blam! 8f0ca30fae5b78cddf26080eddc9a815a3bc65e5b7aec0fac0af5158add5522c