Sep 02 04:47:14.781 INFO checking pistoncore-input-0.20.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 04:47:14.781 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 04:47:14.781 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-2/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-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.953 INFO blam! c7fee854b6c521f47ae9a401c2d6e74c823a43b567084b8f2af4df1b43d76e89 Sep 02 04:47:14.955 INFO running `"docker" "start" "-a" "c7fee854b6c521f47ae9a401c2d6e74c823a43b567084b8f2af4df1b43d76e89"` Sep 02 04:47:15.786 INFO kablam! Checking pistoncore-input v0.20.0 (file:///source) Sep 02 04:47:24.327 INFO kablam! error[E0599]: no variant named `Idle` found for type `input::Input` in the current scope Sep 02 04:47:24.327 INFO kablam! --> benches/idle.rs:12:13 Sep 02 04:47:24.327 INFO kablam! | Sep 02 04:47:24.327 INFO kablam! 12 | let e = Input::Idle(IdleArgs { dt: 1.0 }); Sep 02 04:47:24.327 INFO kablam! | ^^^^^^^^^^^ variant not found in `input::Input` Sep 02 04:47:24.327 INFO kablam! Sep 02 04:47:24.329 INFO kablam! error[E0277]: the trait bound `input::Input: input::IdleEvent` is not satisfied Sep 02 04:47:24.330 INFO kablam! --> benches/idle.rs:14:46 Sep 02 04:47:24.330 INFO kablam! | Sep 02 04:47:24.330 INFO kablam! 14 | bencher.iter(|| { let _: Option = IdleEvent::from_idle_args(&args, &e); }); Sep 02 04:47:24.330 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::IdleEvent` is not implemented for `input::Input` Sep 02 04:47:24.330 INFO kablam! | Sep 02 04:47:24.330 INFO kablam! = note: required by `input::IdleEvent::from_idle_args` Sep 02 04:47:24.330 INFO kablam! Sep 02 04:47:24.333 INFO kablam! error: aborting due to 2 previous errors Sep 02 04:47:24.338 INFO kablam! Sep 02 04:47:24.338 INFO kablam! Some errors occurred: E0277, E0599. Sep 02 04:47:24.339 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 02 04:47:24.355 INFO kablam! error: Could not compile `pistoncore-input`. Sep 02 04:47:24.356 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 04:47:24.545 INFO kablam! error[E0277]: the trait bound `input::Input: input::ResizeEvent` is not satisfied Sep 02 04:47:24.545 INFO kablam! --> benches/resize.rs:13:46 Sep 02 04:47:24.545 INFO kablam! | Sep 02 04:47:24.545 INFO kablam! 13 | bencher.iter(|| { let _: Option = ResizeEvent::from_width_height(100, 100, &e); }); Sep 02 04:47:24.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ResizeEvent` is not implemented for `input::Input` Sep 02 04:47:24.546 INFO kablam! | Sep 02 04:47:24.546 INFO kablam! = note: required by `input::ResizeEvent::from_width_height` Sep 02 04:47:24.546 INFO kablam! Sep 02 04:47:24.548 INFO kablam! error: aborting due to previous error Sep 02 04:47:24.548 INFO kablam! Sep 02 04:47:24.549 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 02 04:47:24.560 INFO kablam! error: Could not compile `pistoncore-input`. Sep 02 04:47:24.561 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 04:47:24.641 INFO kablam! error[E0599]: no variant named `Render` found for type `input::Input` in the current scope Sep 02 04:47:24.641 INFO kablam! --> benches/render.rs:12:13 Sep 02 04:47:24.641 INFO kablam! | Sep 02 04:47:24.641 INFO kablam! 12 | let e = Input::Render(RenderArgs { Sep 02 04:47:24.641 INFO kablam! | ^^^^^^^^^^^^^ variant not found in `input::Input` Sep 02 04:47:24.641 INFO kablam! Sep 02 04:47:24.643 INFO kablam! error[E0277]: the trait bound `input::Input: input::RenderEvent` is not satisfied Sep 02 04:47:24.643 INFO kablam! --> benches/render.rs:26:46 Sep 02 04:47:24.644 INFO kablam! | Sep 02 04:47:24.644 INFO kablam! 26 | bencher.iter(|| { let _: Option = RenderEvent::from_render_args(&args, &e); }); Sep 02 04:47:24.644 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::RenderEvent` is not implemented for `input::Input` Sep 02 04:47:24.644 INFO kablam! | Sep 02 04:47:24.645 INFO kablam! = note: required by `input::RenderEvent::from_render_args` Sep 02 04:47:24.645 INFO kablam! Sep 02 04:47:24.649 INFO kablam! error: aborting due to 2 previous errors Sep 02 04:47:24.649 INFO kablam! Sep 02 04:47:24.650 INFO kablam! Some errors occurred: E0277, E0599. Sep 02 04:47:24.650 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 02 04:47:24.660 INFO kablam! error: Could not compile `pistoncore-input`. Sep 02 04:47:24.660 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 04:47:24.664 INFO kablam! error[E0599]: no variant named `Press` found for type `input::Input` in the current scope Sep 02 04:47:24.664 INFO kablam! --> benches/press.rs:12:13 Sep 02 04:47:24.664 INFO kablam! | Sep 02 04:47:24.664 INFO kablam! 12 | let e = Input::Press(Button::Keyboard(Key::S)); Sep 02 04:47:24.664 INFO kablam! | ^^^^^^^^^^^^ variant not found in `input::Input` Sep 02 04:47:24.664 INFO kablam! Sep 02 04:47:24.667 INFO kablam! error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied Sep 02 04:47:24.667 INFO kablam! --> benches/press.rs:14:46 Sep 02 04:47:24.667 INFO kablam! | Sep 02 04:47:24.667 INFO kablam! 14 | bencher.iter(|| { let _: Option = PressEvent::from_button(button, &e); }); Sep 02 04:47:24.667 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input` Sep 02 04:47:24.668 INFO kablam! | Sep 02 04:47:24.668 INFO kablam! error[E0599]: no variant named `AfterRender` found for type `input::Input` in the current scope Sep 02 04:47:24.668 INFO kablam! --> benches/after_render.rs:12:13 Sep 02 04:47:24.668 INFO kablam! | Sep 02 04:47:24.669 INFO kablam! 12 | let e = Input::AfterRender(AfterRenderArgs); Sep 02 04:47:24.669 INFO kablam! | ^^^^^^^^^^^^^^^^^^ variant not found in `input::Input` Sep 02 04:47:24.669 INFO kablam! Sep 02 04:47:24.669 INFO kablam! = note: required because of the requirements on the impl of `input::PressEvent` for `input::Input` Sep 02 04:47:24.670 INFO kablam! = note: required by `input::PressEvent::from_button` Sep 02 04:47:24.670 INFO kablam! Sep 02 04:47:24.670 INFO kablam! error[E0277]: the trait bound `input::Input: input::AfterRenderEvent` is not satisfied Sep 02 04:47:24.671 INFO kablam! --> benches/after_render.rs:15:32 Sep 02 04:47:24.671 INFO kablam! | Sep 02 04:47:24.671 INFO kablam! 15 | let _: Option = AfterRenderEvent::from_after_render_args(&args, &e); Sep 02 04:47:24.671 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::AfterRenderEvent` is not implemented for `input::Input` Sep 02 04:47:24.671 INFO kablam! | Sep 02 04:47:24.671 INFO kablam! = note: required by `input::AfterRenderEvent::from_after_render_args` Sep 02 04:47:24.671 INFO kablam! Sep 02 04:47:24.673 INFO kablam! error: aborting due to 2 previous errors Sep 02 04:47:24.674 INFO kablam! Sep 02 04:47:24.674 INFO kablam! Some errors occurred: E0277, E0599. Sep 02 04:47:24.674 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 02 04:47:24.682 INFO kablam! error: aborting due to 2 previous errors Sep 02 04:47:24.682 INFO kablam! Sep 02 04:47:24.682 INFO kablam! Some errors occurred: E0277, E0599. Sep 02 04:47:24.682 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 02 04:47:24.682 INFO kablam! error: Could not compile `pistoncore-input`. Sep 02 04:47:24.682 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 04:47:24.685 INFO kablam! error: Could not compile `pistoncore-input`. Sep 02 04:47:24.685 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 04:47:24.695 INFO kablam! error[E0277]: the trait bound `input::Input: input::ControllerAxisEvent` is not satisfied Sep 02 04:47:24.695 INFO kablam! --> benches/controller_axis.rs:17:32 Sep 02 04:47:24.695 INFO kablam! | Sep 02 04:47:24.695 INFO kablam! 17 | let _: Option = ControllerAxisEvent::from_controller_axis_args(ControllerAxisArgs { Sep 02 04:47:24.695 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ControllerAxisEvent` is not implemented for `input::Input` Sep 02 04:47:24.695 INFO kablam! | Sep 02 04:47:24.695 INFO kablam! = note: required by `input::ControllerAxisEvent::from_controller_axis_args` Sep 02 04:47:24.695 INFO kablam! Sep 02 04:47:24.698 INFO kablam! error: aborting due to previous error Sep 02 04:47:24.698 INFO kablam! Sep 02 04:47:24.699 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 02 04:47:24.707 INFO kablam! error: Could not compile `pistoncore-input`. Sep 02 04:47:24.708 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 04:47:25.089 INFO kablam! error[E0277]: the trait bound `input::Input: input::CursorEvent` is not satisfied Sep 02 04:47:25.089 INFO kablam! --> benches/cursor.rs:12:46 Sep 02 04:47:25.090 INFO kablam! | Sep 02 04:47:25.090 INFO kablam! 12 | bencher.iter(|| { let _: Option = CursorEvent::from_cursor(true, &e); }); Sep 02 04:47:25.090 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::CursorEvent` is not implemented for `input::Input` Sep 02 04:47:25.090 INFO kablam! | Sep 02 04:47:25.090 INFO kablam! = note: required by `input::CursorEvent::from_cursor` Sep 02 04:47:25.090 INFO kablam! Sep 02 04:47:25.092 INFO kablam! error: aborting due to previous error Sep 02 04:47:25.092 INFO kablam! Sep 02 04:47:25.092 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 02 04:47:25.101 INFO kablam! error: Could not compile `pistoncore-input`. Sep 02 04:47:25.101 INFO kablam! Sep 02 04:47:25.101 INFO kablam! To learn more, run the command again with --verbose. Sep 02 04:47:25.103 INFO kablam! su: No module specific data is present Sep 02 04:47:25.466 INFO running `"docker" "rm" "-f" "c7fee854b6c521f47ae9a401c2d6e74c823a43b567084b8f2af4df1b43d76e89"` Sep 02 04:47:25.550 INFO blam! c7fee854b6c521f47ae9a401c2d6e74c823a43b567084b8f2af4df1b43d76e89