Sep 19 22:50:18.259 INFO checking pistoncore-input-0.21.0 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 22:50:18.259 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 22:50:18.259 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-1/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 22:50:18.479 INFO blam! c2e32274e6bd033534685234e27c9f788e71a53bdbc089bed42a9a57cd445233 Sep 19 22:50:18.481 INFO running `"docker" "start" "-a" "c2e32274e6bd033534685234e27c9f788e71a53bdbc089bed42a9a57cd445233"` Sep 19 22:50:19.679 INFO kablam! usermod: no changes Sep 19 22:50:19.798 INFO kablam! Checking pistoncore-input v0.21.0 (/source) Sep 19 22:50:26.665 INFO kablam! error[E0277]: the trait bound `input::Input: input::FocusEvent` is not satisfied Sep 19 22:50:26.665 INFO kablam! --> benches/focus.rs:13:46 Sep 19 22:50:26.665 INFO kablam! | Sep 19 22:50:26.665 INFO kablam! 13 | bencher.iter(|| { let _: Option = FocusEvent::from_focused(true, &e); }); Sep 19 22:50:26.665 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::FocusEvent` is not implemented for `input::Input` Sep 19 22:50:26.665 INFO kablam! | Sep 19 22:50:26.665 INFO kablam! = note: required by `input::FocusEvent::from_focused` Sep 19 22:50:26.665 INFO kablam! Sep 19 22:50:26.665 INFO kablam! error: aborting due to previous error Sep 19 22:50:26.665 INFO kablam! Sep 19 22:50:26.670 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 19 22:50:26.670 INFO kablam! error: Could not compile `pistoncore-input`. Sep 19 22:50:26.670 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 22:50:27.075 INFO kablam! error[E0599]: no variant named `Render` found for type `input::Input` in the current scope Sep 19 22:50:27.075 INFO kablam! --> benches/render.rs:12:13 Sep 19 22:50:27.075 INFO kablam! | Sep 19 22:50:27.075 INFO kablam! 12 | let e = Input::Render(RenderArgs { Sep 19 22:50:27.075 INFO kablam! | ^^^^^^^^^^^^^ variant not found in `input::Input` Sep 19 22:50:27.075 INFO kablam! Sep 19 22:50:27.106 INFO kablam! error[E0277]: the trait bound `input::Input: input::RenderEvent` is not satisfied Sep 19 22:50:27.106 INFO kablam! --> benches/render.rs:26:46 Sep 19 22:50:27.106 INFO kablam! | Sep 19 22:50:27.106 INFO kablam! 26 | bencher.iter(|| { let _: Option = RenderEvent::from_render_args(&args, &e); }); Sep 19 22:50:27.106 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::RenderEvent` is not implemented for `input::Input` Sep 19 22:50:27.106 INFO kablam! | Sep 19 22:50:27.106 INFO kablam! = note: required by `input::RenderEvent::from_render_args` Sep 19 22:50:27.106 INFO kablam! Sep 19 22:50:27.106 INFO kablam! error: aborting due to 2 previous errors Sep 19 22:50:27.106 INFO kablam! Sep 19 22:50:27.106 INFO kablam! Some errors occurred: E0277, E0599. Sep 19 22:50:27.106 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 19 22:50:27.168 INFO kablam! error: Could not compile `pistoncore-input`. Sep 19 22:50:27.168 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 22:50:27.298 INFO kablam! error[E0277]: the trait bound `input::Input: input::ControllerAxisEvent` is not satisfied Sep 19 22:50:27.298 INFO kablam! --> benches/controller_axis.rs:17:32 Sep 19 22:50:27.298 INFO kablam! | Sep 19 22:50:27.298 INFO kablam! 17 | let _: Option = ControllerAxisEvent::from_controller_axis_args(ControllerAxisArgs { Sep 19 22:50:27.298 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ControllerAxisEvent` is not implemented for `input::Input` Sep 19 22:50:27.298 INFO kablam! | Sep 19 22:50:27.298 INFO kablam! = note: required by `input::ControllerAxisEvent::from_controller_axis_args` Sep 19 22:50:27.298 INFO kablam! Sep 19 22:50:27.301 INFO kablam! error: aborting due to previous error Sep 19 22:50:27.301 INFO kablam! Sep 19 22:50:27.301 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 19 22:50:27.330 INFO kablam! error: Could not compile `pistoncore-input`. Sep 19 22:50:27.331 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 22:50:27.486 INFO kablam! error[E0599]: no variant named `AfterRender` found for type `input::Input` in the current scope Sep 19 22:50:27.486 INFO kablam! --> benches/after_render.rs:12:13 Sep 19 22:50:27.486 INFO kablam! | Sep 19 22:50:27.486 INFO kablam! 12 | let e = Input::AfterRender(AfterRenderArgs); Sep 19 22:50:27.486 INFO kablam! | ^^^^^^^^^^^^^^^^^^ variant not found in `input::Input` Sep 19 22:50:27.486 INFO kablam! Sep 19 22:50:27.486 INFO kablam! error[E0277]: the trait bound `input::Input: input::AfterRenderEvent` is not satisfied Sep 19 22:50:27.486 INFO kablam! --> benches/after_render.rs:15:32 Sep 19 22:50:27.486 INFO kablam! | Sep 19 22:50:27.486 INFO kablam! 15 | let _: Option = AfterRenderEvent::from_after_render_args(&args, &e); Sep 19 22:50:27.486 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::AfterRenderEvent` is not implemented for `input::Input` Sep 19 22:50:27.486 INFO kablam! | Sep 19 22:50:27.486 INFO kablam! = note: required by `input::AfterRenderEvent::from_after_render_args` Sep 19 22:50:27.486 INFO kablam! Sep 19 22:50:27.490 INFO kablam! error: aborting due to 2 previous errors Sep 19 22:50:27.498 INFO kablam! Sep 19 22:50:27.499 INFO kablam! Some errors occurred: E0277, E0599. Sep 19 22:50:27.499 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 19 22:50:27.520 INFO kablam! error: Could not compile `pistoncore-input`. Sep 19 22:50:27.520 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 22:50:27.721 INFO kablam! error[E0277]: the trait bound `input::Input: input::CursorEvent` is not satisfied Sep 19 22:50:27.721 INFO kablam! --> benches/cursor.rs:12:46 Sep 19 22:50:27.721 INFO kablam! | Sep 19 22:50:27.721 INFO kablam! 12 | bencher.iter(|| { let _: Option = CursorEvent::from_cursor(true, &e); }); Sep 19 22:50:27.721 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::CursorEvent` is not implemented for `input::Input` Sep 19 22:50:27.721 INFO kablam! | Sep 19 22:50:27.721 INFO kablam! = note: required by `input::CursorEvent::from_cursor` Sep 19 22:50:27.721 INFO kablam! Sep 19 22:50:27.721 INFO kablam! error: aborting due to previous error Sep 19 22:50:27.721 INFO kablam! Sep 19 22:50:27.721 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 19 22:50:27.729 INFO kablam! error: Could not compile `pistoncore-input`. Sep 19 22:50:27.729 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 22:50:27.754 INFO kablam! error[E0277]: the trait bound `input::Input: input::ResizeEvent` is not satisfied Sep 19 22:50:27.754 INFO kablam! --> benches/resize.rs:13:46 Sep 19 22:50:27.754 INFO kablam! | Sep 19 22:50:27.754 INFO kablam! 13 | bencher.iter(|| { let _: Option = ResizeEvent::from_width_height(100, 100, &e); }); Sep 19 22:50:27.754 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ResizeEvent` is not implemented for `input::Input` Sep 19 22:50:27.754 INFO kablam! | Sep 19 22:50:27.754 INFO kablam! = note: required by `input::ResizeEvent::from_width_height` Sep 19 22:50:27.754 INFO kablam! Sep 19 22:50:27.770 INFO kablam! error: aborting due to previous error Sep 19 22:50:27.770 INFO kablam! Sep 19 22:50:27.770 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 19 22:50:27.806 INFO kablam! error: Could not compile `pistoncore-input`. Sep 19 22:50:27.806 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 22:50:28.030 INFO kablam! error[E0599]: no variant named `Release` found for type `input::Input` in the current scope Sep 19 22:50:28.030 INFO kablam! --> benches/release.rs:12:13 Sep 19 22:50:28.030 INFO kablam! | Sep 19 22:50:28.030 INFO kablam! 12 | let e = Input::Release(Button::Keyboard(Key::S)); Sep 19 22:50:28.030 INFO kablam! | ^^^^^^^^^^^^^^ variant not found in `input::Input` Sep 19 22:50:28.030 INFO kablam! Sep 19 22:50:28.030 INFO kablam! error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied Sep 19 22:50:28.030 INFO kablam! --> benches/release.rs:14:46 Sep 19 22:50:28.031 INFO kablam! | Sep 19 22:50:28.031 INFO kablam! 14 | bencher.iter(|| { let _: Option = ReleaseEvent::from_button(button, &e); }); Sep 19 22:50:28.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input` Sep 19 22:50:28.031 INFO kablam! | Sep 19 22:50:28.031 INFO kablam! = note: required because of the requirements on the impl of `input::ReleaseEvent` for `input::Input` Sep 19 22:50:28.031 INFO kablam! = note: required by `input::ReleaseEvent::from_button` Sep 19 22:50:28.031 INFO kablam! Sep 19 22:50:28.031 INFO kablam! error: aborting due to 2 previous errors Sep 19 22:50:28.031 INFO kablam! Sep 19 22:50:28.031 INFO kablam! Some errors occurred: E0277, E0599. Sep 19 22:50:28.031 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 19 22:50:28.034 INFO kablam! error: Could not compile `pistoncore-input`. Sep 19 22:50:28.034 INFO kablam! Sep 19 22:50:28.034 INFO kablam! To learn more, run the command again with --verbose. Sep 19 22:50:28.038 INFO kablam! su: No module specific data is present Sep 19 22:50:28.956 INFO running `"docker" "rm" "-f" "c2e32274e6bd033534685234e27c9f788e71a53bdbc089bed42a9a57cd445233"` Sep 19 22:50:29.083 INFO blam! c2e32274e6bd033534685234e27c9f788e71a53bdbc089bed42a9a57cd445233