Sep 01 11:21:17.661 INFO checking pistoncore-input-0.20.0 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 11:21:17.661 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 11:21:17.662 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-2/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 11:21:17.930 INFO blam! a1c8b0ca8227d2440ae655b3a8e252bdeae313e19bcf537237f301fcb38db9e7 Sep 01 11:21:17.932 INFO running `"docker" "start" "-a" "a1c8b0ca8227d2440ae655b3a8e252bdeae313e19bcf537237f301fcb38db9e7"` Sep 01 11:21:18.906 INFO kablam! Checking pistoncore-input v0.20.0 (file:///source) Sep 01 11:21:27.646 INFO kablam! error[E0277]: the trait bound `input::Input: input::ControllerAxisEvent` is not satisfied Sep 01 11:21:27.646 INFO kablam! --> benches/controller_axis.rs:17:32 Sep 01 11:21:27.647 INFO kablam! | Sep 01 11:21:27.647 INFO kablam! 17 | let _: Option = ControllerAxisEvent::from_controller_axis_args(ControllerAxisArgs { Sep 01 11:21:27.647 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ControllerAxisEvent` is not implemented for `input::Input` Sep 01 11:21:27.647 INFO kablam! | Sep 01 11:21:27.647 INFO kablam! = note: required by `input::ControllerAxisEvent::from_controller_axis_args` Sep 01 11:21:27.647 INFO kablam! Sep 01 11:21:27.649 INFO kablam! error: aborting due to previous error Sep 01 11:21:27.649 INFO kablam! Sep 01 11:21:27.650 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 01 11:21:27.658 INFO kablam! error: Could not compile `pistoncore-input`. Sep 01 11:21:27.658 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 11:21:27.984 INFO kablam! error[E0277]: the trait bound `input::Input: input::FocusEvent` is not satisfied Sep 01 11:21:27.984 INFO kablam! --> benches/focus.rs:13:46 Sep 01 11:21:27.984 INFO kablam! | Sep 01 11:21:27.984 INFO kablam! 13 | bencher.iter(|| { let _: Option = FocusEvent::from_focused(true, &e); }); Sep 01 11:21:27.984 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::FocusEvent` is not implemented for `input::Input` Sep 01 11:21:28.004 INFO kablam! | Sep 01 11:21:28.005 INFO kablam! = note: required by `input::FocusEvent::from_focused` Sep 01 11:21:28.005 INFO kablam! Sep 01 11:21:28.008 INFO kablam! error: aborting due to previous error Sep 01 11:21:28.008 INFO kablam! Sep 01 11:21:28.008 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 01 11:21:28.016 INFO kablam! error: Could not compile `pistoncore-input`. Sep 01 11:21:28.016 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 11:21:28.143 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseCursorEvent` is not satisfied Sep 01 11:21:28.143 INFO kablam! --> benches/mouse.rs:13:46 Sep 01 11:21:28.143 INFO kablam! | Sep 01 11:21:28.144 INFO kablam! 13 | bencher.iter(|| { let _: Option = MouseCursorEvent::from_xy(1.0, 0.0, &e); }); Sep 01 11:21:28.144 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseCursorEvent` is not implemented for `input::Input` Sep 01 11:21:28.144 INFO kablam! | Sep 01 11:21:28.144 INFO kablam! = note: required by `input::MouseCursorEvent::from_xy` Sep 01 11:21:28.144 INFO kablam! Sep 01 11:21:28.146 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseRelativeEvent` is not satisfied Sep 01 11:21:28.146 INFO kablam! --> benches/mouse.rs:19:46 Sep 01 11:21:28.146 INFO kablam! | Sep 01 11:21:28.146 INFO kablam! 19 | bencher.iter(|| { let _: Option = MouseRelativeEvent::from_xy(1.0, 0.0, &e); }); Sep 01 11:21:28.146 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseRelativeEvent` is not implemented for `input::Input` Sep 01 11:21:28.147 INFO kablam! | Sep 01 11:21:28.147 INFO kablam! = note: required by `input::MouseRelativeEvent::from_xy` Sep 01 11:21:28.147 INFO kablam! Sep 01 11:21:28.148 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseScrollEvent` is not satisfied Sep 01 11:21:28.148 INFO kablam! --> benches/mouse.rs:25:46 Sep 01 11:21:28.148 INFO kablam! | Sep 01 11:21:28.149 INFO kablam! 25 | bencher.iter(|| { let _: Option = MouseScrollEvent::from_xy(1.0, 0.0, &e); }); Sep 01 11:21:28.149 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseScrollEvent` is not implemented for `input::Input` Sep 01 11:21:28.149 INFO kablam! | Sep 01 11:21:28.149 INFO kablam! = note: required by `input::MouseScrollEvent::from_xy` Sep 01 11:21:28.149 INFO kablam! Sep 01 11:21:28.152 INFO kablam! error: aborting due to 3 previous errors Sep 01 11:21:28.152 INFO kablam! Sep 01 11:21:28.152 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 01 11:21:28.165 INFO kablam! error: Could not compile `pistoncore-input`. Sep 01 11:21:28.165 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 11:21:28.255 INFO kablam! error[E0599]: no variant named `Release` found for type `input::Input` in the current scope Sep 01 11:21:28.255 INFO kablam! --> benches/release.rs:12:13 Sep 01 11:21:28.255 INFO kablam! | Sep 01 11:21:28.255 INFO kablam! 12 | let e = Input::Release(Button::Keyboard(Key::S)); Sep 01 11:21:28.255 INFO kablam! | ^^^^^^^^^^^^^^ variant not found in `input::Input` Sep 01 11:21:28.255 INFO kablam! Sep 01 11:21:28.256 INFO kablam! error[E0599]: no variant named `Idle` found for type `input::Input` in the current scope Sep 01 11:21:28.256 INFO kablam! --> benches/idle.rs:12:13 Sep 01 11:21:28.256 INFO kablam! | Sep 01 11:21:28.256 INFO kablam! 12 | let e = Input::Idle(IdleArgs { dt: 1.0 }); Sep 01 11:21:28.256 INFO kablam! | ^^^^^^^^^^^ variant not found in `input::Input` Sep 01 11:21:28.256 INFO kablam! Sep 01 11:21:28.258 INFO kablam! error[E0277]: the trait bound `input::Input: input::IdleEvent` is not satisfied Sep 01 11:21:28.258 INFO kablam! --> benches/idle.rs:14:46 Sep 01 11:21:28.258 INFO kablam! | Sep 01 11:21:28.258 INFO kablam! 14 | bencher.iter(|| { let _: Option = IdleEvent::from_idle_args(&args, &e); }); Sep 01 11:21:28.258 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::IdleEvent` is not implemented for `input::Input` Sep 01 11:21:28.258 INFO kablam! | Sep 01 11:21:28.258 INFO kablam! = note: required by `input::IdleEvent::from_idle_args` Sep 01 11:21:28.258 INFO kablam! Sep 01 11:21:28.258 INFO kablam! error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied Sep 01 11:21:28.258 INFO kablam! --> benches/release.rs:14:46 Sep 01 11:21:28.258 INFO kablam! | Sep 01 11:21:28.259 INFO kablam! 14 | bencher.iter(|| { let _: Option = ReleaseEvent::from_button(button, &e); }); Sep 01 11:21:28.259 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input` Sep 01 11:21:28.259 INFO kablam! | Sep 01 11:21:28.259 INFO kablam! = note: required because of the requirements on the impl of `input::ReleaseEvent` for `input::Input` Sep 01 11:21:28.259 INFO kablam! = note: required by `input::ReleaseEvent::from_button` Sep 01 11:21:28.259 INFO kablam! Sep 01 11:21:28.266 INFO kablam! error: aborting due to 2 previous errors Sep 01 11:21:28.266 INFO kablam! Sep 01 11:21:28.266 INFO kablam! Some errors occurred: E0277, E0599. Sep 01 11:21:28.266 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 01 11:21:28.266 INFO kablam! error: aborting due to 2 previous errors Sep 01 11:21:28.266 INFO kablam! Sep 01 11:21:28.266 INFO kablam! Some errors occurred: E0277, E0599. Sep 01 11:21:28.266 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 01 11:21:28.270 INFO kablam! error: Could not compile `pistoncore-input`. Sep 01 11:21:28.271 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 11:21:28.271 INFO kablam! error: Could not compile `pistoncore-input`. Sep 01 11:21:28.271 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 11:21:28.321 INFO kablam! error[E0599]: no variant named `Press` found for type `input::Input` in the current scope Sep 01 11:21:28.321 INFO kablam! --> benches/press.rs:12:13 Sep 01 11:21:28.321 INFO kablam! | Sep 01 11:21:28.321 INFO kablam! 12 | let e = Input::Press(Button::Keyboard(Key::S)); Sep 01 11:21:28.321 INFO kablam! | ^^^^^^^^^^^^ variant not found in `input::Input` Sep 01 11:21:28.321 INFO kablam! Sep 01 11:21:28.323 INFO kablam! error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied Sep 01 11:21:28.323 INFO kablam! --> benches/press.rs:14:46 Sep 01 11:21:28.323 INFO kablam! | Sep 01 11:21:28.323 INFO kablam! 14 | bencher.iter(|| { let _: Option = PressEvent::from_button(button, &e); }); Sep 01 11:21:28.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input` Sep 01 11:21:28.323 INFO kablam! | Sep 01 11:21:28.323 INFO kablam! = note: required because of the requirements on the impl of `input::PressEvent` for `input::Input` Sep 01 11:21:28.323 INFO kablam! = note: required by `input::PressEvent::from_button` Sep 01 11:21:28.323 INFO kablam! Sep 01 11:21:28.325 INFO kablam! error: aborting due to 2 previous errors Sep 01 11:21:28.325 INFO kablam! Sep 01 11:21:28.325 INFO kablam! Some errors occurred: E0277, E0599. Sep 01 11:21:28.325 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 01 11:21:28.332 INFO kablam! error: Could not compile `pistoncore-input`. Sep 01 11:21:28.332 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 11:21:28.360 INFO kablam! error[E0599]: no variant named `AfterRender` found for type `input::Input` in the current scope Sep 01 11:21:28.360 INFO kablam! --> benches/after_render.rs:12:13 Sep 01 11:21:28.360 INFO kablam! | Sep 01 11:21:28.360 INFO kablam! 12 | let e = Input::AfterRender(AfterRenderArgs); Sep 01 11:21:28.360 INFO kablam! | ^^^^^^^^^^^^^^^^^^ variant not found in `input::Input` Sep 01 11:21:28.360 INFO kablam! Sep 01 11:21:28.362 INFO kablam! error[E0277]: the trait bound `input::Input: input::AfterRenderEvent` is not satisfied Sep 01 11:21:28.362 INFO kablam! --> benches/after_render.rs:15:32 Sep 01 11:21:28.362 INFO kablam! | Sep 01 11:21:28.362 INFO kablam! 15 | let _: Option = AfterRenderEvent::from_after_render_args(&args, &e); Sep 01 11:21:28.362 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::AfterRenderEvent` is not implemented for `input::Input` Sep 01 11:21:28.362 INFO kablam! | Sep 01 11:21:28.362 INFO kablam! = note: required by `input::AfterRenderEvent::from_after_render_args` Sep 01 11:21:28.362 INFO kablam! Sep 01 11:21:28.365 INFO kablam! error: aborting due to 2 previous errors Sep 01 11:21:28.365 INFO kablam! Sep 01 11:21:28.365 INFO kablam! Some errors occurred: E0277, E0599. Sep 01 11:21:28.365 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 01 11:21:28.375 INFO kablam! error: Could not compile `pistoncore-input`. Sep 01 11:21:28.375 INFO kablam! Sep 01 11:21:28.375 INFO kablam! To learn more, run the command again with --verbose. Sep 01 11:21:28.376 INFO kablam! su: No module specific data is present Sep 01 11:21:28.885 INFO running `"docker" "rm" "-f" "a1c8b0ca8227d2440ae655b3a8e252bdeae313e19bcf537237f301fcb38db9e7"` Sep 01 11:21:29.007 INFO blam! a1c8b0ca8227d2440ae655b3a8e252bdeae313e19bcf537237f301fcb38db9e7