Sep 04 11:10:06.319 INFO checking pistoncore-input-0.20.0 against try#5fe695a3844714c70e8f7731a553f7947987a68a for pr-53913
Sep 04 11:10:06.319 INFO running: cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets
Sep 04 11:10:06.319 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53913/try#5fe695a3844714c70e8f7731a553f7947987a68a:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-0/try#5fe695a3844714c70e8f7731a553f7947987a68a:/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 +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"`
Sep 04 11:10:06.495 INFO blam! 3be59ab73ba02a13031def38547e7e34d429f5e09403d60a63cceec7803803ac
Sep 04 11:10:06.497 INFO running `"docker" "start" "-a" "3be59ab73ba02a13031def38547e7e34d429f5e09403d60a63cceec7803803ac"`
Sep 04 11:10:07.198 INFO kablam! Checking pistoncore-input v0.20.0 (file:///source)
Sep 04 11:10:16.071 INFO kablam! error[E0277]: the trait bound `input::Input: input::ResizeEvent` is not satisfied
Sep 04 11:10:16.071 INFO kablam! --> benches/resize.rs:13:46
Sep 04 11:10:16.071 INFO kablam! |
Sep 04 11:10:16.071 INFO kablam! 13 | bencher.iter(|| { let _: Option = ResizeEvent::from_width_height(100, 100, &e); });
Sep 04 11:10:16.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ResizeEvent` is not implemented for `input::Input`
Sep 04 11:10:16.094 INFO kablam! |
Sep 04 11:10:16.094 INFO kablam! = note: required by `input::ResizeEvent::from_width_height`
Sep 04 11:10:16.094 INFO kablam!
Sep 04 11:10:16.114 INFO kablam! error: aborting due to previous error
Sep 04 11:10:16.120 INFO kablam!
Sep 04 11:10:16.120 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 04 11:10:16.155 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 04 11:10:16.155 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 04 11:10:16.594 INFO kablam! error[E0277]: the trait bound `input::Input: input::ControllerAxisEvent` is not satisfied
Sep 04 11:10:16.594 INFO kablam! --> benches/controller_axis.rs:17:32
Sep 04 11:10:16.594 INFO kablam! |
Sep 04 11:10:16.594 INFO kablam! 17 | let _: Option = ControllerAxisEvent::from_controller_axis_args(ControllerAxisArgs {
Sep 04 11:10:16.594 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ControllerAxisEvent` is not implemented for `input::Input`
Sep 04 11:10:16.594 INFO kablam! |
Sep 04 11:10:16.594 INFO kablam! = note: required by `input::ControllerAxisEvent::from_controller_axis_args`
Sep 04 11:10:16.594 INFO kablam!
Sep 04 11:10:16.597 INFO kablam! error: aborting due to previous error
Sep 04 11:10:16.597 INFO kablam!
Sep 04 11:10:16.597 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 04 11:10:16.624 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 04 11:10:16.625 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 04 11:10:16.757 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseCursorEvent` is not satisfied
Sep 04 11:10:16.757 INFO kablam! --> benches/mouse.rs:13:46
Sep 04 11:10:16.757 INFO kablam! |
Sep 04 11:10:16.757 INFO kablam! 13 | bencher.iter(|| { let _: Option = MouseCursorEvent::from_xy(1.0, 0.0, &e); });
Sep 04 11:10:16.757 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseCursorEvent` is not implemented for `input::Input`
Sep 04 11:10:16.763 INFO kablam! |
Sep 04 11:10:16.763 INFO kablam! = note: required by `input::MouseCursorEvent::from_xy`
Sep 04 11:10:16.763 INFO kablam!
Sep 04 11:10:16.769 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseRelativeEvent` is not satisfied
Sep 04 11:10:16.769 INFO kablam! --> benches/mouse.rs:19:46
Sep 04 11:10:16.769 INFO kablam! |
Sep 04 11:10:16.769 INFO kablam! 19 | bencher.iter(|| { let _: Option = MouseRelativeEvent::from_xy(1.0, 0.0, &e); });
Sep 04 11:10:16.769 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseRelativeEvent` is not implemented for `input::Input`
Sep 04 11:10:16.769 INFO kablam! |
Sep 04 11:10:16.770 INFO kablam! = note: required by `input::MouseRelativeEvent::from_xy`
Sep 04 11:10:16.770 INFO kablam!
Sep 04 11:10:16.773 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseScrollEvent` is not satisfied
Sep 04 11:10:16.773 INFO kablam! --> benches/mouse.rs:25:46
Sep 04 11:10:16.773 INFO kablam! |
Sep 04 11:10:16.773 INFO kablam! 25 | bencher.iter(|| { let _: Option = MouseScrollEvent::from_xy(1.0, 0.0, &e); });
Sep 04 11:10:16.773 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseScrollEvent` is not implemented for `input::Input`
Sep 04 11:10:16.774 INFO kablam! |
Sep 04 11:10:16.774 INFO kablam! = note: required by `input::MouseScrollEvent::from_xy`
Sep 04 11:10:16.774 INFO kablam!
Sep 04 11:10:16.779 INFO kablam! error: aborting due to 3 previous errors
Sep 04 11:10:16.780 INFO kablam!
Sep 04 11:10:16.780 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 04 11:10:16.799 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 04 11:10:16.799 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 04 11:10:16.895 INFO kablam! error[E0277]: the trait bound `input::Input: input::CursorEvent` is not satisfied
Sep 04 11:10:16.895 INFO kablam! --> benches/cursor.rs:12:46
Sep 04 11:10:16.895 INFO kablam! |
Sep 04 11:10:16.895 INFO kablam! 12 | bencher.iter(|| { let _: Option = CursorEvent::from_cursor(true, &e); });
Sep 04 11:10:16.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::CursorEvent` is not implemented for `input::Input`
Sep 04 11:10:16.896 INFO kablam! |
Sep 04 11:10:16.896 INFO kablam! = note: required by `input::CursorEvent::from_cursor`
Sep 04 11:10:16.896 INFO kablam!
Sep 04 11:10:16.899 INFO kablam! error: aborting due to previous error
Sep 04 11:10:16.899 INFO kablam!
Sep 04 11:10:16.899 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 04 11:10:16.905 INFO kablam! error[E0599]: no variant named `Idle` found for type `input::Input` in the current scope
Sep 04 11:10:16.905 INFO kablam! --> benches/idle.rs:12:13
Sep 04 11:10:16.905 INFO kablam! |
Sep 04 11:10:16.905 INFO kablam! 12 | let e = Input::Idle(IdleArgs { dt: 1.0 });
Sep 04 11:10:16.905 INFO kablam! | ^^^^^^^^^^^ variant not found in `input::Input`
Sep 04 11:10:16.905 INFO kablam!
Sep 04 11:10:16.906 INFO kablam! error[E0277]: the trait bound `input::Input: input::IdleEvent` is not satisfied
Sep 04 11:10:16.906 INFO kablam! --> benches/idle.rs:14:46
Sep 04 11:10:16.906 INFO kablam! |
Sep 04 11:10:16.906 INFO kablam! 14 | bencher.iter(|| { let _: Option = IdleEvent::from_idle_args(&args, &e); });
Sep 04 11:10:16.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::IdleEvent` is not implemented for `input::Input`
Sep 04 11:10:16.906 INFO kablam! |
Sep 04 11:10:16.907 INFO kablam! = note: required by `input::IdleEvent::from_idle_args`
Sep 04 11:10:16.907 INFO kablam!
Sep 04 11:10:16.909 INFO kablam! error: aborting due to 2 previous errors
Sep 04 11:10:16.910 INFO kablam!
Sep 04 11:10:16.910 INFO kablam! Some errors occurred: E0277, E0599.
Sep 04 11:10:16.910 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Sep 04 11:10:16.916 INFO kablam! error[E0599]: no variant named `Update` found for type `input::Input` in the current scope
Sep 04 11:10:16.916 INFO kablam! --> benches/update.rs:12:13
Sep 04 11:10:16.916 INFO kablam! |
Sep 04 11:10:16.916 INFO kablam! 12 | let e = Input::Update(UpdateArgs { dt: 0.0 });
Sep 04 11:10:16.916 INFO kablam! | ^^^^^^^^^^^^^ variant not found in `input::Input`
Sep 04 11:10:16.919 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 04 11:10:16.919 INFO kablam!
Sep 04 11:10:16.919 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 04 11:10:16.920 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 04 11:10:16.920 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 04 11:10:16.922 INFO kablam! error[E0277]: the trait bound `input::Input: input::UpdateEvent` is not satisfied
Sep 04 11:10:16.922 INFO kablam! --> benches/update.rs:14:46
Sep 04 11:10:16.922 INFO kablam! |
Sep 04 11:10:16.922 INFO kablam! 14 | bencher.iter(|| { let _: Option = UpdateEvent::from_update_args(&args, &e); });
Sep 04 11:10:16.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::UpdateEvent` is not implemented for `input::Input`
Sep 04 11:10:16.923 INFO kablam! |
Sep 04 11:10:16.923 INFO kablam! = note: required by `input::UpdateEvent::from_update_args`
Sep 04 11:10:16.923 INFO kablam!
Sep 04 11:10:16.926 INFO kablam! error: aborting due to 2 previous errors
Sep 04 11:10:16.926 INFO kablam!
Sep 04 11:10:16.926 INFO kablam! Some errors occurred: E0277, E0599.
Sep 04 11:10:16.926 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Sep 04 11:10:16.934 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 04 11:10:16.934 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 04 11:10:16.950 INFO kablam! error[E0599]: no variant named `Release` found for type `input::Input` in the current scope
Sep 04 11:10:16.950 INFO kablam! --> benches/release.rs:12:13
Sep 04 11:10:16.950 INFO kablam! |
Sep 04 11:10:16.950 INFO kablam! 12 | let e = Input::Release(Button::Keyboard(Key::S));
Sep 04 11:10:16.950 INFO kablam! | ^^^^^^^^^^^^^^ variant not found in `input::Input`
Sep 04 11:10:16.950 INFO kablam!
Sep 04 11:10:16.952 INFO kablam! error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied
Sep 04 11:10:16.952 INFO kablam! --> benches/release.rs:14:46
Sep 04 11:10:16.952 INFO kablam! |
Sep 04 11:10:16.952 INFO kablam! 14 | bencher.iter(|| { let _: Option = ReleaseEvent::from_button(button, &e); });
Sep 04 11:10:16.952 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input`
Sep 04 11:10:16.952 INFO kablam! |
Sep 04 11:10:16.952 INFO kablam! = note: required because of the requirements on the impl of `input::ReleaseEvent` for `input::Input`
Sep 04 11:10:16.952 INFO kablam! = note: required by `input::ReleaseEvent::from_button`
Sep 04 11:10:16.952 INFO kablam!
Sep 04 11:10:16.955 INFO kablam! error: aborting due to 2 previous errors
Sep 04 11:10:16.955 INFO kablam!
Sep 04 11:10:16.955 INFO kablam! Some errors occurred: E0277, E0599.
Sep 04 11:10:16.955 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Sep 04 11:10:16.964 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 04 11:10:16.964 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 04 11:10:17.002 INFO kablam! error[E0599]: no variant named `Press` found for type `input::Input` in the current scope
Sep 04 11:10:17.002 INFO kablam! --> benches/press.rs:12:13
Sep 04 11:10:17.002 INFO kablam! |
Sep 04 11:10:17.002 INFO kablam! 12 | let e = Input::Press(Button::Keyboard(Key::S));
Sep 04 11:10:17.002 INFO kablam! | ^^^^^^^^^^^^ variant not found in `input::Input`
Sep 04 11:10:17.002 INFO kablam!
Sep 04 11:10:17.004 INFO kablam! error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied
Sep 04 11:10:17.004 INFO kablam! --> benches/press.rs:14:46
Sep 04 11:10:17.004 INFO kablam! |
Sep 04 11:10:17.004 INFO kablam! 14 | bencher.iter(|| { let _: Option = PressEvent::from_button(button, &e); });
Sep 04 11:10:17.004 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input`
Sep 04 11:10:17.004 INFO kablam! |
Sep 04 11:10:17.004 INFO kablam! = note: required because of the requirements on the impl of `input::PressEvent` for `input::Input`
Sep 04 11:10:17.004 INFO kablam! = note: required by `input::PressEvent::from_button`
Sep 04 11:10:17.004 INFO kablam!
Sep 04 11:10:17.007 INFO kablam! error: aborting due to 2 previous errors
Sep 04 11:10:17.007 INFO kablam!
Sep 04 11:10:17.007 INFO kablam! Some errors occurred: E0277, E0599.
Sep 04 11:10:17.007 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Sep 04 11:10:17.017 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 04 11:10:17.017 INFO kablam!
Sep 04 11:10:17.017 INFO kablam! To learn more, run the command again with --verbose.
Sep 04 11:10:17.018 INFO kablam! su: No module specific data is present
Sep 04 11:10:17.526 INFO running `"docker" "rm" "-f" "3be59ab73ba02a13031def38547e7e34d429f5e09403d60a63cceec7803803ac"`
Sep 04 11:10:17.637 INFO blam! 3be59ab73ba02a13031def38547e7e34d429f5e09403d60a63cceec7803803ac