Sep 02 04:47:13.972 INFO checking pistoncore-input-0.20.0 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851
Sep 02 04:47:13.972 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets
Sep 02 04:47:13.972 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-0/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-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:14.130 INFO blam! a44604f23d0ee44fa2e96906a658bf39bbe87d438e6a23532b23014e1b1b54d9
Sep 02 04:47:14.132 INFO running `"docker" "start" "-a" "a44604f23d0ee44fa2e96906a658bf39bbe87d438e6a23532b23014e1b1b54d9"`
Sep 02 04:47:15.082 INFO kablam! Checking pistoncore-input v0.20.0 (file:///source)
Sep 02 04:47:23.664 INFO kablam! error[E0277]: the trait bound `input::Input: input::ControllerAxisEvent` is not satisfied
Sep 02 04:47:23.664 INFO kablam! --> benches/controller_axis.rs:17:32
Sep 02 04:47:23.664 INFO kablam! |
Sep 02 04:47:23.664 INFO kablam! 17 | let _: Option = ControllerAxisEvent::from_controller_axis_args(ControllerAxisArgs {
Sep 02 04:47:23.664 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ControllerAxisEvent` is not implemented for `input::Input`
Sep 02 04:47:23.664 INFO kablam! |
Sep 02 04:47:23.664 INFO kablam! = note: required by `input::ControllerAxisEvent::from_controller_axis_args`
Sep 02 04:47:23.664 INFO kablam!
Sep 02 04:47:23.667 INFO kablam! error: aborting due to previous error
Sep 02 04:47:23.668 INFO kablam!
Sep 02 04:47:23.668 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 02 04:47:23.677 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 02 04:47:23.677 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 02 04:47:24.075 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseCursorEvent` is not satisfied
Sep 02 04:47:24.075 INFO kablam! --> benches/mouse.rs:13:46
Sep 02 04:47:24.075 INFO kablam! |
Sep 02 04:47:24.075 INFO kablam! 13 | bencher.iter(|| { let _: Option = MouseCursorEvent::from_xy(1.0, 0.0, &e); });
Sep 02 04:47:24.076 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseCursorEvent` is not implemented for `input::Input`
Sep 02 04:47:24.076 INFO kablam! |
Sep 02 04:47:24.076 INFO kablam! = note: required by `input::MouseCursorEvent::from_xy`
Sep 02 04:47:24.076 INFO kablam!
Sep 02 04:47:24.077 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseRelativeEvent` is not satisfied
Sep 02 04:47:24.077 INFO kablam! --> benches/mouse.rs:19:46
Sep 02 04:47:24.077 INFO kablam! |
Sep 02 04:47:24.077 INFO kablam! 19 | bencher.iter(|| { let _: Option = MouseRelativeEvent::from_xy(1.0, 0.0, &e); });
Sep 02 04:47:24.077 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseRelativeEvent` is not implemented for `input::Input`
Sep 02 04:47:24.077 INFO kablam! |
Sep 02 04:47:24.078 INFO kablam! = note: required by `input::MouseRelativeEvent::from_xy`
Sep 02 04:47:24.078 INFO kablam!
Sep 02 04:47:24.079 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseScrollEvent` is not satisfied
Sep 02 04:47:24.079 INFO kablam! --> benches/mouse.rs:25:46
Sep 02 04:47:24.079 INFO kablam! |
Sep 02 04:47:24.079 INFO kablam! 25 | bencher.iter(|| { let _: Option = MouseScrollEvent::from_xy(1.0, 0.0, &e); });
Sep 02 04:47:24.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseScrollEvent` is not implemented for `input::Input`
Sep 02 04:47:24.079 INFO kablam! |
Sep 02 04:47:24.079 INFO kablam! = note: required by `input::MouseScrollEvent::from_xy`
Sep 02 04:47:24.079 INFO kablam!
Sep 02 04:47:24.081 INFO kablam! error: aborting due to 3 previous errors
Sep 02 04:47:24.081 INFO kablam!
Sep 02 04:47:24.081 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 02 04:47:24.089 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 02 04:47:24.089 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 02 04:47:24.193 INFO kablam! error[E0277]: the trait bound `input::Input: input::CursorEvent` is not satisfied
Sep 02 04:47:24.193 INFO kablam! --> benches/cursor.rs:12:46
Sep 02 04:47:24.194 INFO kablam! |
Sep 02 04:47:24.194 INFO kablam! 12 | bencher.iter(|| { let _: Option = CursorEvent::from_cursor(true, &e); });
Sep 02 04:47:24.194 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::CursorEvent` is not implemented for `input::Input`
Sep 02 04:47:24.194 INFO kablam! |
Sep 02 04:47:24.194 INFO kablam! = note: required by `input::CursorEvent::from_cursor`
Sep 02 04:47:24.194 INFO kablam!
Sep 02 04:47:24.197 INFO kablam! error: aborting due to previous error
Sep 02 04:47:24.197 INFO kablam!
Sep 02 04:47:24.197 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 02 04:47:24.233 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 02 04:47:24.233 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 02 04:47:24.237 INFO kablam! error[E0277]: the trait bound `input::Input: input::FocusEvent` is not satisfied
Sep 02 04:47:24.237 INFO kablam! --> benches/focus.rs:13:46
Sep 02 04:47:24.237 INFO kablam! |
Sep 02 04:47:24.237 INFO kablam! 13 | bencher.iter(|| { let _: Option = FocusEvent::from_focused(true, &e); });
Sep 02 04:47:24.237 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::FocusEvent` is not implemented for `input::Input`
Sep 02 04:47:24.237 INFO kablam! |
Sep 02 04:47:24.237 INFO kablam! = note: required by `input::FocusEvent::from_focused`
Sep 02 04:47:24.237 INFO kablam!
Sep 02 04:47:24.240 INFO kablam! error: aborting due to previous error
Sep 02 04:47:24.240 INFO kablam!
Sep 02 04:47:24.240 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 02 04:47:24.249 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 02 04:47:24.249 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 02 04:47:24.348 INFO kablam! error[E0599]: no variant named `Press` found for type `input::Input` in the current scope
Sep 02 04:47:24.349 INFO kablam! --> benches/press.rs:12:13
Sep 02 04:47:24.349 INFO kablam! |
Sep 02 04:47:24.349 INFO kablam! 12 | let e = Input::Press(Button::Keyboard(Key::S));
Sep 02 04:47:24.349 INFO kablam! | ^^^^^^^^^^^^ variant not found in `input::Input`
Sep 02 04:47:24.349 INFO kablam!
Sep 02 04:47:24.351 INFO kablam! error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied
Sep 02 04:47:24.351 INFO kablam! --> benches/press.rs:14:46
Sep 02 04:47:24.351 INFO kablam! |
Sep 02 04:47:24.351 INFO kablam! 14 | bencher.iter(|| { let _: Option = PressEvent::from_button(button, &e); });
Sep 02 04:47:24.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input`
Sep 02 04:47:24.351 INFO kablam! |
Sep 02 04:47:24.351 INFO kablam! = note: required because of the requirements on the impl of `input::PressEvent` for `input::Input`
Sep 02 04:47:24.351 INFO kablam! = note: required by `input::PressEvent::from_button`
Sep 02 04:47:24.351 INFO kablam!
Sep 02 04:47:24.354 INFO kablam! error: aborting due to 2 previous errors
Sep 02 04:47:24.354 INFO kablam!
Sep 02 04:47:24.354 INFO kablam! Some errors occurred: E0277, E0599.
Sep 02 04:47:24.354 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Sep 02 04:47:24.366 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 02 04:47:24.366 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 02 04:47:24.395 INFO kablam! error[E0277]: the trait bound `input::Input: input::TextEvent` is not satisfied
Sep 02 04:47:24.395 INFO kablam! --> benches/text.rs:13:46
Sep 02 04:47:24.395 INFO kablam! |
Sep 02 04:47:24.395 INFO kablam! 13 | bencher.iter(|| { let _: Option = TextEvent::from_text("hello", &e); });
Sep 02 04:47:24.395 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `input::TextEvent` is not implemented for `input::Input`
Sep 02 04:47:24.395 INFO kablam! |
Sep 02 04:47:24.395 INFO kablam! = note: required by `input::TextEvent::from_text`
Sep 02 04:47:24.395 INFO kablam!
Sep 02 04:47:24.398 INFO kablam! error: aborting due to previous error
Sep 02 04:47:24.398 INFO kablam!
Sep 02 04:47:24.399 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 02 04:47:24.410 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 02 04:47:24.410 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 02 04:47:24.423 INFO kablam! error[E0599]: no variant named `Idle` found for type `input::Input` in the current scope
Sep 02 04:47:24.423 INFO kablam! --> benches/idle.rs:12:13
Sep 02 04:47:24.423 INFO kablam! |
Sep 02 04:47:24.423 INFO kablam! 12 | let e = Input::Idle(IdleArgs { dt: 1.0 });
Sep 02 04:47:24.423 INFO kablam! | ^^^^^^^^^^^ variant not found in `input::Input`
Sep 02 04:47:24.424 INFO kablam!
Sep 02 04:47:24.425 INFO kablam! error[E0277]: the trait bound `input::Input: input::IdleEvent` is not satisfied
Sep 02 04:47:24.425 INFO kablam! --> benches/idle.rs:14:46
Sep 02 04:47:24.426 INFO kablam! |
Sep 02 04:47:24.426 INFO kablam! 14 | bencher.iter(|| { let _: Option = IdleEvent::from_idle_args(&args, &e); });
Sep 02 04:47:24.426 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::IdleEvent` is not implemented for `input::Input`
Sep 02 04:47:24.426 INFO kablam! |
Sep 02 04:47:24.426 INFO kablam! = note: required by `input::IdleEvent::from_idle_args`
Sep 02 04:47:24.426 INFO kablam!
Sep 02 04:47:24.429 INFO kablam! error: aborting due to 2 previous errors
Sep 02 04:47:24.429 INFO kablam!
Sep 02 04:47:24.429 INFO kablam! Some errors occurred: E0277, E0599.
Sep 02 04:47:24.429 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Sep 02 04:47:24.434 INFO kablam! error[E0599]: no variant named `Release` found for type `input::Input` in the current scope
Sep 02 04:47:24.434 INFO kablam! --> benches/release.rs:12:13
Sep 02 04:47:24.434 INFO kablam! |
Sep 02 04:47:24.434 INFO kablam! 12 | let e = Input::Release(Button::Keyboard(Key::S));
Sep 02 04:47:24.434 INFO kablam! | ^^^^^^^^^^^^^^ variant not found in `input::Input`
Sep 02 04:47:24.434 INFO kablam!
Sep 02 04:47:24.436 INFO kablam! error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied
Sep 02 04:47:24.436 INFO kablam! --> benches/release.rs:14:46
Sep 02 04:47:24.436 INFO kablam! |
Sep 02 04:47:24.436 INFO kablam! 14 | bencher.iter(|| { let _: Option = ReleaseEvent::from_button(button, &e); });
Sep 02 04:47:24.436 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input`
Sep 02 04:47:24.436 INFO kablam! |
Sep 02 04:47:24.436 INFO kablam! = note: required because of the requirements on the impl of `input::ReleaseEvent` for `input::Input`
Sep 02 04:47:24.436 INFO kablam! = note: required by `input::ReleaseEvent::from_button`
Sep 02 04:47:24.436 INFO kablam!
Sep 02 04:47:24.438 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 02 04:47:24.438 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 02 04:47:24.439 INFO kablam! error: aborting due to 2 previous errors
Sep 02 04:47:24.439 INFO kablam!
Sep 02 04:47:24.439 INFO kablam! Some errors occurred: E0277, E0599.
Sep 02 04:47:24.439 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Sep 02 04:47:24.449 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 02 04:47:24.449 INFO kablam!
Sep 02 04:47:24.449 INFO kablam! To learn more, run the command again with --verbose.
Sep 02 04:47:24.451 INFO kablam! su: No module specific data is present
Sep 02 04:47:24.902 INFO running `"docker" "rm" "-f" "a44604f23d0ee44fa2e96906a658bf39bbe87d438e6a23532b23014e1b1b54d9"`
Sep 02 04:47:24.987 INFO blam! a44604f23d0ee44fa2e96906a658bf39bbe87d438e6a23532b23014e1b1b54d9