Sep 19 22:50:20.516 INFO checking pistoncore-input-0.20.0 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352
Sep 19 22:50:20.516 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets
Sep 19 22:50:20.516 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-6/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"`
Sep 19 22:50:20.774 INFO blam! e1e46621b45e1a6a208ab53b618484603d39efce2e8bc86f78b494e10e22490b
Sep 19 22:50:20.775 INFO running `"docker" "start" "-a" "e1e46621b45e1a6a208ab53b618484603d39efce2e8bc86f78b494e10e22490b"`
Sep 19 22:50:22.430 INFO kablam! usermod: no changes
Sep 19 22:50:22.558 INFO kablam! Checking pistoncore-input v0.20.0 (/source)
Sep 19 22:50:30.378 INFO kablam! error[E0277]: the trait bound `input::Input: input::CursorEvent` is not satisfied
Sep 19 22:50:30.378 INFO kablam! --> benches/cursor.rs:12:46
Sep 19 22:50:30.378 INFO kablam! |
Sep 19 22:50:30.378 INFO kablam! 12 | bencher.iter(|| { let _: Option = CursorEvent::from_cursor(true, &e); });
Sep 19 22:50:30.378 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::CursorEvent` is not implemented for `input::Input`
Sep 19 22:50:30.378 INFO kablam! |
Sep 19 22:50:30.378 INFO kablam! = note: required by `input::CursorEvent::from_cursor`
Sep 19 22:50:30.378 INFO kablam!
Sep 19 22:50:30.386 INFO kablam! error[E0277]: the trait bound `input::Input: input::ControllerAxisEvent` is not satisfied
Sep 19 22:50:30.386 INFO kablam! --> benches/controller_axis.rs:17:32
Sep 19 22:50:30.386 INFO kablam! |
Sep 19 22:50:30.386 INFO kablam! 17 | let _: Option = ControllerAxisEvent::from_controller_axis_args(ControllerAxisArgs {
Sep 19 22:50:30.386 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ControllerAxisEvent` is not implemented for `input::Input`
Sep 19 22:50:30.386 INFO kablam! |
Sep 19 22:50:30.386 INFO kablam! = note: required by `input::ControllerAxisEvent::from_controller_axis_args`
Sep 19 22:50:30.386 INFO kablam!
Sep 19 22:50:30.386 INFO kablam! error: aborting due to previous error
Sep 19 22:50:30.386 INFO kablam! error: aborting due to previous error
Sep 19 22:50:30.386 INFO kablam!
Sep 19 22:50:30.386 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 19 22:50:30.394 INFO kablam!
Sep 19 22:50:30.394 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 19 22:50:30.399 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 19 22:50:30.399 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 19 22:50:30.399 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 19 22:50:30.399 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 19 22:50:30.426 INFO kablam! error[E0277]: the trait bound `input::Input: input::ResizeEvent` is not satisfied
Sep 19 22:50:30.426 INFO kablam! --> benches/resize.rs:13:46
Sep 19 22:50:30.426 INFO kablam! |
Sep 19 22:50:30.426 INFO kablam! 13 | bencher.iter(|| { let _: Option = ResizeEvent::from_width_height(100, 100, &e); });
Sep 19 22:50:30.426 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ResizeEvent` is not implemented for `input::Input`
Sep 19 22:50:30.450 INFO kablam! |
Sep 19 22:50:30.450 INFO kablam! = note: required by `input::ResizeEvent::from_width_height`
Sep 19 22:50:30.450 INFO kablam!
Sep 19 22:50:30.450 INFO kablam! error: aborting due to previous error
Sep 19 22:50:30.450 INFO kablam!
Sep 19 22:50:30.450 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 19 22:50:30.456 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 19 22:50:30.456 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 19 22:50:30.571 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseCursorEvent` is not satisfied
Sep 19 22:50:30.571 INFO kablam! --> benches/mouse.rs:13:46
Sep 19 22:50:30.571 INFO kablam! |
Sep 19 22:50:30.571 INFO kablam! 13 | bencher.iter(|| { let _: Option = MouseCursorEvent::from_xy(1.0, 0.0, &e); });
Sep 19 22:50:30.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseCursorEvent` is not implemented for `input::Input`
Sep 19 22:50:30.571 INFO kablam! |
Sep 19 22:50:30.571 INFO kablam! = note: required by `input::MouseCursorEvent::from_xy`
Sep 19 22:50:30.571 INFO kablam!
Sep 19 22:50:30.571 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseRelativeEvent` is not satisfied
Sep 19 22:50:30.571 INFO kablam! --> benches/mouse.rs:19:46
Sep 19 22:50:30.571 INFO kablam! |
Sep 19 22:50:30.571 INFO kablam! 19 | bencher.iter(|| { let _: Option = MouseRelativeEvent::from_xy(1.0, 0.0, &e); });
Sep 19 22:50:30.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseRelativeEvent` is not implemented for `input::Input`
Sep 19 22:50:30.571 INFO kablam! |
Sep 19 22:50:30.571 INFO kablam! = note: required by `input::MouseRelativeEvent::from_xy`
Sep 19 22:50:30.571 INFO kablam!
Sep 19 22:50:30.573 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseScrollEvent` is not satisfied
Sep 19 22:50:30.573 INFO kablam! --> benches/mouse.rs:25:46
Sep 19 22:50:30.573 INFO kablam! |
Sep 19 22:50:30.573 INFO kablam! 25 | bencher.iter(|| { let _: Option = MouseScrollEvent::from_xy(1.0, 0.0, &e); });
Sep 19 22:50:30.573 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseScrollEvent` is not implemented for `input::Input`
Sep 19 22:50:30.573 INFO kablam! |
Sep 19 22:50:30.573 INFO kablam! = note: required by `input::MouseScrollEvent::from_xy`
Sep 19 22:50:30.573 INFO kablam!
Sep 19 22:50:30.583 INFO kablam! error[E0277]: the trait bound `input::Input: input::TextEvent` is not satisfied
Sep 19 22:50:30.583 INFO kablam! --> benches/text.rs:13:46
Sep 19 22:50:30.583 INFO kablam! |
Sep 19 22:50:30.583 INFO kablam! 13 | bencher.iter(|| { let _: Option = TextEvent::from_text("hello", &e); });
Sep 19 22:50:30.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `input::TextEvent` is not implemented for `input::Input`
Sep 19 22:50:30.583 INFO kablam! |
Sep 19 22:50:30.583 INFO kablam! = note: required by `input::TextEvent::from_text`
Sep 19 22:50:30.583 INFO kablam!
Sep 19 22:50:30.590 INFO kablam! error: aborting due to 3 previous errors
Sep 19 22:50:30.590 INFO kablam!
Sep 19 22:50:30.590 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 19 22:50:30.598 INFO kablam! error: aborting due to previous error
Sep 19 22:50:30.598 INFO kablam!
Sep 19 22:50:30.601 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 19 22:50:30.606 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 19 22:50:30.606 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 19 22:50:30.617 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 19 22:50:30.617 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 19 22:50:30.770 INFO kablam! error[E0599]: no variant named `Idle` found for type `input::Input` in the current scope
Sep 19 22:50:30.770 INFO kablam! --> benches/idle.rs:12:13
Sep 19 22:50:30.770 INFO kablam! |
Sep 19 22:50:30.770 INFO kablam! 12 | let e = Input::Idle(IdleArgs { dt: 1.0 });
Sep 19 22:50:30.770 INFO kablam! | ^^^^^^^^^^^ variant not found in `input::Input`
Sep 19 22:50:30.770 INFO kablam!
Sep 19 22:50:30.770 INFO kablam! error[E0277]: the trait bound `input::Input: input::IdleEvent` is not satisfied
Sep 19 22:50:30.770 INFO kablam! --> benches/idle.rs:14:46
Sep 19 22:50:30.770 INFO kablam! |
Sep 19 22:50:30.770 INFO kablam! 14 | bencher.iter(|| { let _: Option = IdleEvent::from_idle_args(&args, &e); });
Sep 19 22:50:30.770 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::IdleEvent` is not implemented for `input::Input`
Sep 19 22:50:30.770 INFO kablam! |
Sep 19 22:50:30.770 INFO kablam! = note: required by `input::IdleEvent::from_idle_args`
Sep 19 22:50:30.770 INFO kablam!
Sep 19 22:50:30.770 INFO kablam! error: aborting due to 2 previous errors
Sep 19 22:50:30.770 INFO kablam!
Sep 19 22:50:30.770 INFO kablam! Some errors occurred: E0277, E0599.
Sep 19 22:50:30.770 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Sep 19 22:50:30.773 INFO kablam! error[E0599]: no variant named `Release` found for type `input::Input` in the current scope
Sep 19 22:50:30.773 INFO kablam! --> benches/release.rs:12:13
Sep 19 22:50:30.773 INFO kablam! |
Sep 19 22:50:30.773 INFO kablam! 12 | let e = Input::Release(Button::Keyboard(Key::S));
Sep 19 22:50:30.774 INFO kablam! | ^^^^^^^^^^^^^^ variant not found in `input::Input`
Sep 19 22:50:30.774 INFO kablam!
Sep 19 22:50:30.774 INFO kablam! error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied
Sep 19 22:50:30.774 INFO kablam! --> benches/release.rs:14:46
Sep 19 22:50:30.774 INFO kablam! |
Sep 19 22:50:30.774 INFO kablam! 14 | bencher.iter(|| { let _: Option = ReleaseEvent::from_button(button, &e); });
Sep 19 22:50:30.774 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input`
Sep 19 22:50:30.774 INFO kablam! |
Sep 19 22:50:30.774 INFO kablam! = note: required because of the requirements on the impl of `input::ReleaseEvent` for `input::Input`
Sep 19 22:50:30.774 INFO kablam! = note: required by `input::ReleaseEvent::from_button`
Sep 19 22:50:30.774 INFO kablam!
Sep 19 22:50:30.774 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 19 22:50:30.774 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 19 22:50:30.777 INFO kablam! error: aborting due to 2 previous errors
Sep 19 22:50:30.777 INFO kablam!
Sep 19 22:50:30.777 INFO kablam! Some errors occurred: E0277, E0599.
Sep 19 22:50:30.777 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Sep 19 22:50:30.794 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 19 22:50:30.794 INFO kablam!
Sep 19 22:50:30.794 INFO kablam! To learn more, run the command again with --verbose.
Sep 19 22:50:30.798 INFO kablam! su: No module specific data is present
Sep 19 22:50:31.670 INFO running `"docker" "rm" "-f" "e1e46621b45e1a6a208ab53b618484603d39efce2e8bc86f78b494e10e22490b"`
Sep 19 22:50:31.771 INFO blam! e1e46621b45e1a6a208ab53b618484603d39efce2e8bc86f78b494e10e22490b