Sep 10 12:56:56.735 INFO checking pistoncore-input-0.20.0 against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 12:56:56.735 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 12:56:56.735 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-7/try#3a2610c2a16575649896925631bf8cec4f4b1961:/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 +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 12:56:56.959 INFO blam! 871e0fb2649662dc566120ad0cbbe1d8de222bc5571cfc0f050952453d830503 Sep 10 12:56:56.961 INFO running `"docker" "start" "-a" "871e0fb2649662dc566120ad0cbbe1d8de222bc5571cfc0f050952453d830503"` Sep 10 12:56:58.474 INFO kablam! usermod: no changes Sep 10 12:56:58.597 INFO kablam! Checking pistoncore-input v0.20.0 (file:///source) Sep 10 12:57:07.202 INFO kablam! error[E0277]: the trait bound `input::Input: input::CursorEvent` is not satisfied Sep 10 12:57:07.202 INFO kablam! --> benches/cursor.rs:12:46 Sep 10 12:57:07.202 INFO kablam! | Sep 10 12:57:07.202 INFO kablam! 12 | bencher.iter(|| { let _: Option = CursorEvent::from_cursor(true, &e); }); Sep 10 12:57:07.202 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::CursorEvent` is not implemented for `input::Input` Sep 10 12:57:07.202 INFO kablam! | Sep 10 12:57:07.202 INFO kablam! = note: required by `input::CursorEvent::from_cursor` Sep 10 12:57:07.202 INFO kablam! Sep 10 12:57:07.218 INFO kablam! error: aborting due to previous error Sep 10 12:57:07.218 INFO kablam! Sep 10 12:57:07.218 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 10 12:57:07.230 INFO kablam! error: Could not compile `pistoncore-input`. Sep 10 12:57:07.230 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 12:57:07.286 INFO kablam! error[E0599]: no variant named `Press` found for type `input::Input` in the current scope Sep 10 12:57:07.286 INFO kablam! --> benches/press.rs:12:13 Sep 10 12:57:07.286 INFO kablam! | Sep 10 12:57:07.286 INFO kablam! 12 | let e = Input::Press(Button::Keyboard(Key::S)); Sep 10 12:57:07.286 INFO kablam! | ^^^^^^^^^^^^ variant not found in `input::Input` Sep 10 12:57:07.286 INFO kablam! Sep 10 12:57:07.286 INFO kablam! error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied Sep 10 12:57:07.286 INFO kablam! --> benches/press.rs:14:46 Sep 10 12:57:07.286 INFO kablam! | Sep 10 12:57:07.286 INFO kablam! 14 | bencher.iter(|| { let _: Option = PressEvent::from_button(button, &e); }); Sep 10 12:57:07.286 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input` Sep 10 12:57:07.286 INFO kablam! | Sep 10 12:57:07.286 INFO kablam! = note: required because of the requirements on the impl of `input::PressEvent` for `input::Input` Sep 10 12:57:07.287 INFO kablam! = note: required by `input::PressEvent::from_button` Sep 10 12:57:07.287 INFO kablam! Sep 10 12:57:07.289 INFO kablam! error: aborting due to 2 previous errors Sep 10 12:57:07.298 INFO kablam! Sep 10 12:57:07.298 INFO kablam! Some errors occurred: E0277, E0599. Sep 10 12:57:07.298 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 10 12:57:07.310 INFO kablam! error: Could not compile `pistoncore-input`. Sep 10 12:57:07.310 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 12:57:07.329 INFO kablam! error[E0599]: no variant named `AfterRender` found for type `input::Input` in the current scope Sep 10 12:57:07.329 INFO kablam! --> benches/after_render.rs:12:13 Sep 10 12:57:07.329 INFO kablam! | Sep 10 12:57:07.329 INFO kablam! 12 | let e = Input::AfterRender(AfterRenderArgs); Sep 10 12:57:07.329 INFO kablam! | ^^^^^^^^^^^^^^^^^^ variant not found in `input::Input` Sep 10 12:57:07.329 INFO kablam! Sep 10 12:57:07.334 INFO kablam! error[E0277]: the trait bound `input::Input: input::AfterRenderEvent` is not satisfied Sep 10 12:57:07.334 INFO kablam! --> benches/after_render.rs:15:32 Sep 10 12:57:07.334 INFO kablam! | Sep 10 12:57:07.334 INFO kablam! 15 | let _: Option = AfterRenderEvent::from_after_render_args(&args, &e); Sep 10 12:57:07.334 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::AfterRenderEvent` is not implemented for `input::Input` Sep 10 12:57:07.334 INFO kablam! | Sep 10 12:57:07.334 INFO kablam! = note: required by `input::AfterRenderEvent::from_after_render_args` Sep 10 12:57:07.334 INFO kablam! Sep 10 12:57:07.334 INFO kablam! error: aborting due to 2 previous errors Sep 10 12:57:07.334 INFO kablam! Sep 10 12:57:07.334 INFO kablam! Some errors occurred: E0277, E0599. Sep 10 12:57:07.334 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 10 12:57:07.345 INFO kablam! error: Could not compile `pistoncore-input`. Sep 10 12:57:07.345 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 12:57:07.350 INFO kablam! error[E0277]: the trait bound `input::Input: input::TextEvent` is not satisfied Sep 10 12:57:07.350 INFO kablam! --> benches/text.rs:13:46 Sep 10 12:57:07.350 INFO kablam! | Sep 10 12:57:07.350 INFO kablam! 13 | bencher.iter(|| { let _: Option = TextEvent::from_text("hello", &e); }); Sep 10 12:57:07.350 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `input::TextEvent` is not implemented for `input::Input` Sep 10 12:57:07.350 INFO kablam! | Sep 10 12:57:07.350 INFO kablam! = note: required by `input::TextEvent::from_text` Sep 10 12:57:07.350 INFO kablam! Sep 10 12:57:07.354 INFO kablam! error[E0277]: the trait bound `input::Input: input::FocusEvent` is not satisfied Sep 10 12:57:07.354 INFO kablam! --> benches/focus.rs:13:46 Sep 10 12:57:07.354 INFO kablam! | Sep 10 12:57:07.354 INFO kablam! 13 | bencher.iter(|| { let _: Option = FocusEvent::from_focused(true, &e); }); Sep 10 12:57:07.354 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::FocusEvent` is not implemented for `input::Input` Sep 10 12:57:07.354 INFO kablam! | Sep 10 12:57:07.355 INFO kablam! = note: required by `input::FocusEvent::from_focused` Sep 10 12:57:07.355 INFO kablam! Sep 10 12:57:07.356 INFO kablam! error: aborting due to previous error Sep 10 12:57:07.356 INFO kablam! Sep 10 12:57:07.357 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 10 12:57:07.358 INFO kablam! error: aborting due to previous error Sep 10 12:57:07.358 INFO kablam! Sep 10 12:57:07.359 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 10 12:57:07.367 INFO kablam! error: Could not compile `pistoncore-input`. Sep 10 12:57:07.367 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 12:57:07.386 INFO kablam! error: Could not compile `pistoncore-input`. Sep 10 12:57:07.386 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 12:57:07.406 INFO kablam! error[E0277]: the trait bound `input::Input: input::ControllerAxisEvent` is not satisfied Sep 10 12:57:07.406 INFO kablam! --> benches/controller_axis.rs:17:32 Sep 10 12:57:07.406 INFO kablam! | Sep 10 12:57:07.406 INFO kablam! 17 | let _: Option = ControllerAxisEvent::from_controller_axis_args(ControllerAxisArgs { Sep 10 12:57:07.406 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ControllerAxisEvent` is not implemented for `input::Input` Sep 10 12:57:07.406 INFO kablam! | Sep 10 12:57:07.406 INFO kablam! = note: required by `input::ControllerAxisEvent::from_controller_axis_args` Sep 10 12:57:07.406 INFO kablam! Sep 10 12:57:07.411 INFO kablam! error: aborting due to previous error Sep 10 12:57:07.411 INFO kablam! Sep 10 12:57:07.411 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 10 12:57:07.414 INFO kablam! error: Could not compile `pistoncore-input`. Sep 10 12:57:07.414 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 12:57:07.538 INFO kablam! error[E0277]: the trait bound `input::Input: input::ResizeEvent` is not satisfied Sep 10 12:57:07.538 INFO kablam! --> benches/resize.rs:13:46 Sep 10 12:57:07.538 INFO kablam! | Sep 10 12:57:07.538 INFO kablam! 13 | bencher.iter(|| { let _: Option = ResizeEvent::from_width_height(100, 100, &e); }); Sep 10 12:57:07.538 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ResizeEvent` is not implemented for `input::Input` Sep 10 12:57:07.538 INFO kablam! | Sep 10 12:57:07.538 INFO kablam! = note: required by `input::ResizeEvent::from_width_height` Sep 10 12:57:07.538 INFO kablam! Sep 10 12:57:07.539 INFO kablam! error: aborting due to previous error Sep 10 12:57:07.539 INFO kablam! Sep 10 12:57:07.539 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 10 12:57:07.548 INFO kablam! error: Could not compile `pistoncore-input`. Sep 10 12:57:07.548 INFO kablam! Sep 10 12:57:07.548 INFO kablam! To learn more, run the command again with --verbose. Sep 10 12:57:07.550 INFO kablam! su: No module specific data is present Sep 10 12:57:08.127 INFO running `"docker" "rm" "-f" "871e0fb2649662dc566120ad0cbbe1d8de222bc5571cfc0f050952453d830503"` Sep 10 12:57:08.289 INFO blam! 871e0fb2649662dc566120ad0cbbe1d8de222bc5571cfc0f050952453d830503