Aug 30 07:49:36.724 INFO checking pistoncore-input-0.21.0 against try#bc5a74802bb3ffc82f51ef04bca58d64220124c4 for pr-53699 Aug 30 07:49:36.724 INFO running: cargo +bc5a74802bb3ffc82f51ef04bca58d64220124c4-alt check --frozen --all --all-targets Aug 30 07:49:36.724 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53699/try#bc5a74802bb3ffc82f51ef04bca58d64220124c4:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53699/worker-2/try#bc5a74802bb3ffc82f51ef04bca58d64220124c4:/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 +bc5a74802bb3ffc82f51ef04bca58d64220124c4-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Aug 30 07:49:36.882 INFO blam! 6ab3f503312431e04fec86bab15d1d35ac5643b19f53c39cfa5de44b2429af97 Aug 30 07:49:36.883 INFO running `"docker" "start" "-a" "6ab3f503312431e04fec86bab15d1d35ac5643b19f53c39cfa5de44b2429af97"` Aug 30 07:49:37.544 INFO kablam! Checking pistoncore-input v0.21.0 (file:///source) Aug 30 07:49:45.027 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseCursorEvent` is not satisfied Aug 30 07:49:45.027 INFO kablam! --> benches/mouse.rs:13:46 Aug 30 07:49:45.027 INFO kablam! | Aug 30 07:49:45.027 INFO kablam! 13 | bencher.iter(|| { let _: Option = MouseCursorEvent::from_xy(1.0, 0.0, &e); }); Aug 30 07:49:45.027 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseCursorEvent` is not implemented for `input::Input` Aug 30 07:49:45.027 INFO kablam! | Aug 30 07:49:45.027 INFO kablam! = note: required by `input::MouseCursorEvent::from_xy` Aug 30 07:49:45.027 INFO kablam! Aug 30 07:49:45.029 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseRelativeEvent` is not satisfied Aug 30 07:49:45.029 INFO kablam! --> benches/mouse.rs:19:46 Aug 30 07:49:45.029 INFO kablam! | Aug 30 07:49:45.030 INFO kablam! 19 | bencher.iter(|| { let _: Option = MouseRelativeEvent::from_xy(1.0, 0.0, &e); }); Aug 30 07:49:45.030 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseRelativeEvent` is not implemented for `input::Input` Aug 30 07:49:45.030 INFO kablam! | Aug 30 07:49:45.030 INFO kablam! = note: required by `input::MouseRelativeEvent::from_xy` Aug 30 07:49:45.030 INFO kablam! Aug 30 07:49:45.065 INFO kablam! error[E0599]: no variant named `Idle` found for type `input::Input` in the current scope Aug 30 07:49:45.065 INFO kablam! --> benches/idle.rs:12:13 Aug 30 07:49:45.065 INFO kablam! | Aug 30 07:49:45.065 INFO kablam! 12 | let e = Input::Idle(IdleArgs { dt: 1.0 }); Aug 30 07:49:45.065 INFO kablam! | ^^^^^^^^^^^ variant not found in `input::Input` Aug 30 07:49:45.065 INFO kablam! Aug 30 07:49:45.067 INFO kablam! error[E0277]: the trait bound `input::Input: input::IdleEvent` is not satisfied Aug 30 07:49:45.067 INFO kablam! --> benches/idle.rs:14:46 Aug 30 07:49:45.067 INFO kablam! | Aug 30 07:49:45.067 INFO kablam! 14 | bencher.iter(|| { let _: Option = IdleEvent::from_idle_args(&args, &e); }); Aug 30 07:49:45.067 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::IdleEvent` is not implemented for `input::Input` Aug 30 07:49:45.067 INFO kablam! | Aug 30 07:49:45.067 INFO kablam! = note: required by `input::IdleEvent::from_idle_args` Aug 30 07:49:45.067 INFO kablam! Aug 30 07:49:45.068 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseScrollEvent` is not satisfied Aug 30 07:49:45.068 INFO kablam! --> benches/mouse.rs:25:46 Aug 30 07:49:45.068 INFO kablam! | Aug 30 07:49:45.068 INFO kablam! 25 | bencher.iter(|| { let _: Option = MouseScrollEvent::from_xy(1.0, 0.0, &e); }); Aug 30 07:49:45.068 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseScrollEvent` is not implemented for `input::Input` Aug 30 07:49:45.068 INFO kablam! | Aug 30 07:49:45.068 INFO kablam! = note: required by `input::MouseScrollEvent::from_xy` Aug 30 07:49:45.068 INFO kablam! Aug 30 07:49:45.069 INFO kablam! error: aborting due to 3 previous errors Aug 30 07:49:45.069 INFO kablam! Aug 30 07:49:45.069 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 30 07:49:45.070 INFO kablam! error: aborting due to 2 previous errors Aug 30 07:49:45.070 INFO kablam! Aug 30 07:49:45.070 INFO kablam! Some errors occurred: E0277, E0599. Aug 30 07:49:45.070 INFO kablam! For more information about an error, try `rustc --explain E0277`. Aug 30 07:49:45.078 INFO kablam! error: Could not compile `pistoncore-input`. Aug 30 07:49:45.078 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 30 07:49:45.106 INFO kablam! error: Could not compile `pistoncore-input`. Aug 30 07:49:45.106 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 30 07:49:45.228 INFO kablam! error[E0277]: the trait bound `input::Input: input::ControllerAxisEvent` is not satisfied Aug 30 07:49:45.228 INFO kablam! --> benches/controller_axis.rs:17:32 Aug 30 07:49:45.228 INFO kablam! | Aug 30 07:49:45.228 INFO kablam! 17 | let _: Option = ControllerAxisEvent::from_controller_axis_args(ControllerAxisArgs { Aug 30 07:49:45.228 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ControllerAxisEvent` is not implemented for `input::Input` Aug 30 07:49:45.229 INFO kablam! | Aug 30 07:49:45.229 INFO kablam! = note: required by `input::ControllerAxisEvent::from_controller_axis_args` Aug 30 07:49:45.229 INFO kablam! Aug 30 07:49:45.231 INFO kablam! error: aborting due to previous error Aug 30 07:49:45.231 INFO kablam! Aug 30 07:49:45.231 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 30 07:49:45.239 INFO kablam! error: Could not compile `pistoncore-input`. Aug 30 07:49:45.239 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 30 07:49:45.281 INFO kablam! error[E0277]: the trait bound `input::Input: input::ResizeEvent` is not satisfied Aug 30 07:49:45.281 INFO kablam! --> benches/resize.rs:13:46 Aug 30 07:49:45.281 INFO kablam! | Aug 30 07:49:45.281 INFO kablam! 13 | bencher.iter(|| { let _: Option = ResizeEvent::from_width_height(100, 100, &e); }); Aug 30 07:49:45.281 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ResizeEvent` is not implemented for `input::Input` Aug 30 07:49:45.281 INFO kablam! | Aug 30 07:49:45.281 INFO kablam! = note: required by `input::ResizeEvent::from_width_height` Aug 30 07:49:45.281 INFO kablam! Aug 30 07:49:45.283 INFO kablam! error: aborting due to previous error Aug 30 07:49:45.283 INFO kablam! Aug 30 07:49:45.283 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 30 07:49:45.292 INFO kablam! error: Could not compile `pistoncore-input`. Aug 30 07:49:45.292 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 30 07:49:45.488 INFO kablam! error[E0599]: no variant named `Release` found for type `input::Input` in the current scope Aug 30 07:49:45.488 INFO kablam! --> benches/release.rs:12:13 Aug 30 07:49:45.489 INFO kablam! | Aug 30 07:49:45.489 INFO kablam! 12 | let e = Input::Release(Button::Keyboard(Key::S)); Aug 30 07:49:45.489 INFO kablam! | ^^^^^^^^^^^^^^ variant not found in `input::Input` Aug 30 07:49:45.489 INFO kablam! Aug 30 07:49:45.492 INFO kablam! error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied Aug 30 07:49:45.492 INFO kablam! --> benches/release.rs:14:46 Aug 30 07:49:45.492 INFO kablam! | Aug 30 07:49:45.492 INFO kablam! 14 | bencher.iter(|| { let _: Option = ReleaseEvent::from_button(button, &e); }); Aug 30 07:49:45.492 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input` Aug 30 07:49:45.506 INFO kablam! | Aug 30 07:49:45.507 INFO kablam! = note: required because of the requirements on the impl of `input::ReleaseEvent` for `input::Input` Aug 30 07:49:45.507 INFO kablam! = note: required by `input::ReleaseEvent::from_button` Aug 30 07:49:45.507 INFO kablam! Aug 30 07:49:45.511 INFO kablam! error: aborting due to 2 previous errors Aug 30 07:49:45.511 INFO kablam! Aug 30 07:49:45.512 INFO kablam! Some errors occurred: E0277, E0599. Aug 30 07:49:45.512 INFO kablam! For more information about an error, try `rustc --explain E0277`. Aug 30 07:49:45.521 INFO kablam! error: Could not compile `pistoncore-input`. Aug 30 07:49:45.522 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 30 07:49:45.612 INFO kablam! error[E0277]: the trait bound `input::Input: input::FocusEvent` is not satisfied Aug 30 07:49:45.612 INFO kablam! --> benches/focus.rs:13:46 Aug 30 07:49:45.612 INFO kablam! | Aug 30 07:49:45.612 INFO kablam! 13 | bencher.iter(|| { let _: Option = FocusEvent::from_focused(true, &e); }); Aug 30 07:49:45.612 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::FocusEvent` is not implemented for `input::Input` Aug 30 07:49:45.612 INFO kablam! | Aug 30 07:49:45.612 INFO kablam! = note: required by `input::FocusEvent::from_focused` Aug 30 07:49:45.612 INFO kablam! Aug 30 07:49:45.615 INFO kablam! error: aborting due to previous error Aug 30 07:49:45.615 INFO kablam! Aug 30 07:49:45.615 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 30 07:49:45.623 INFO kablam! error: Could not compile `pistoncore-input`. Aug 30 07:49:45.623 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 30 07:49:45.625 INFO kablam! error[E0277]: the trait bound `input::Input: input::TextEvent` is not satisfied Aug 30 07:49:45.625 INFO kablam! --> benches/text.rs:13:46 Aug 30 07:49:45.625 INFO kablam! | Aug 30 07:49:45.625 INFO kablam! 13 | bencher.iter(|| { let _: Option = TextEvent::from_text("hello", &e); }); Aug 30 07:49:45.625 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `input::TextEvent` is not implemented for `input::Input` Aug 30 07:49:45.625 INFO kablam! | Aug 30 07:49:45.625 INFO kablam! = note: required by `input::TextEvent::from_text` Aug 30 07:49:45.625 INFO kablam! Aug 30 07:49:45.628 INFO kablam! error: aborting due to previous error Aug 30 07:49:45.628 INFO kablam! Aug 30 07:49:45.628 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 30 07:49:45.637 INFO kablam! error: Could not compile `pistoncore-input`. Aug 30 07:49:45.637 INFO kablam! Aug 30 07:49:45.637 INFO kablam! To learn more, run the command again with --verbose. Aug 30 07:49:45.639 INFO kablam! su: No module specific data is present Aug 30 07:49:46.134 INFO running `"docker" "rm" "-f" "6ab3f503312431e04fec86bab15d1d35ac5643b19f53c39cfa5de44b2429af97"` Aug 30 07:49:46.275 INFO blam! 6ab3f503312431e04fec86bab15d1d35ac5643b19f53c39cfa5de44b2429af97