Sep 01 11:21:09.470 INFO checking pistoncore-input-0.21.0 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831
Sep 01 11:21:09.470 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets
Sep 01 11:21:09.470 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-1/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:09.682 INFO blam! c6be3532ae05f1581d7a8c0caf2b4e11aab91bd89ab66db9c31d78b96ca9ea12
Sep 01 11:21:09.684 INFO running `"docker" "start" "-a" "c6be3532ae05f1581d7a8c0caf2b4e11aab91bd89ab66db9c31d78b96ca9ea12"`
Sep 01 11:21:10.645 INFO kablam! Checking pistoncore-input v0.21.0 (file:///source)
Sep 01 11:21:17.624 INFO kablam! error[E0277]: the trait bound `input::Input: input::ControllerAxisEvent` is not satisfied
Sep 01 11:21:17.624 INFO kablam! --> benches/controller_axis.rs:17:32
Sep 01 11:21:17.624 INFO kablam! |
Sep 01 11:21:17.624 INFO kablam! 17 | let _: Option = ControllerAxisEvent::from_controller_axis_args(ControllerAxisArgs {
Sep 01 11:21:17.624 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ControllerAxisEvent` is not implemented for `input::Input`
Sep 01 11:21:17.624 INFO kablam! |
Sep 01 11:21:17.624 INFO kablam! = note: required by `input::ControllerAxisEvent::from_controller_axis_args`
Sep 01 11:21:17.624 INFO kablam!
Sep 01 11:21:17.627 INFO kablam! error: aborting due to previous error
Sep 01 11:21:17.627 INFO kablam!
Sep 01 11:21:17.627 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 01 11:21:17.636 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 01 11:21:17.637 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 01 11:21:17.712 INFO kablam! error[E0599]: no variant named `Update` found for type `input::Input` in the current scope
Sep 01 11:21:17.712 INFO kablam! --> benches/update.rs:12:13
Sep 01 11:21:17.712 INFO kablam! |
Sep 01 11:21:17.712 INFO kablam! 12 | let e = Input::Update(UpdateArgs { dt: 0.0 });
Sep 01 11:21:17.712 INFO kablam! | ^^^^^^^^^^^^^ variant not found in `input::Input`
Sep 01 11:21:17.712 INFO kablam!
Sep 01 11:21:17.714 INFO kablam! error[E0277]: the trait bound `input::Input: input::UpdateEvent` is not satisfied
Sep 01 11:21:17.714 INFO kablam! --> benches/update.rs:14:46
Sep 01 11:21:17.714 INFO kablam! |
Sep 01 11:21:17.714 INFO kablam! 14 | bencher.iter(|| { let _: Option = UpdateEvent::from_update_args(&args, &e); });
Sep 01 11:21:17.714 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::UpdateEvent` is not implemented for `input::Input`
Sep 01 11:21:17.714 INFO kablam! |
Sep 01 11:21:17.714 INFO kablam! = note: required by `input::UpdateEvent::from_update_args`
Sep 01 11:21:17.714 INFO kablam!
Sep 01 11:21:17.717 INFO kablam! error: aborting due to 2 previous errors
Sep 01 11:21:17.717 INFO kablam!
Sep 01 11:21:17.717 INFO kablam! Some errors occurred: E0277, E0599.
Sep 01 11:21:17.718 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Sep 01 11:21:17.726 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 01 11:21:17.727 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 01 11:21:17.797 INFO kablam! error[E0277]: the trait bound `input::Input: input::FocusEvent` is not satisfied
Sep 01 11:21:17.797 INFO kablam! --> benches/focus.rs:13:46
Sep 01 11:21:17.797 INFO kablam! |
Sep 01 11:21:17.798 INFO kablam! 13 | bencher.iter(|| { let _: Option = FocusEvent::from_focused(true, &e); });
Sep 01 11:21:17.798 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::FocusEvent` is not implemented for `input::Input`
Sep 01 11:21:17.798 INFO kablam! |
Sep 01 11:21:17.798 INFO kablam! = note: required by `input::FocusEvent::from_focused`
Sep 01 11:21:17.798 INFO kablam!
Sep 01 11:21:17.801 INFO kablam! error: aborting due to previous error
Sep 01 11:21:17.801 INFO kablam!
Sep 01 11:21:17.801 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 01 11:21:17.808 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 01 11:21:17.808 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 01 11:21:17.843 INFO kablam! error[E0277]: the trait bound `input::Input: input::TextEvent` is not satisfied
Sep 01 11:21:17.844 INFO kablam! --> benches/text.rs:13:46
Sep 01 11:21:17.844 INFO kablam! |
Sep 01 11:21:17.844 INFO kablam! 13 | bencher.iter(|| { let _: Option = TextEvent::from_text("hello", &e); });
Sep 01 11:21:17.844 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `input::TextEvent` is not implemented for `input::Input`
Sep 01 11:21:17.844 INFO kablam! |
Sep 01 11:21:17.844 INFO kablam! = note: required by `input::TextEvent::from_text`
Sep 01 11:21:17.844 INFO kablam!
Sep 01 11:21:17.847 INFO kablam! error: aborting due to previous error
Sep 01 11:21:17.847 INFO kablam!
Sep 01 11:21:17.847 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 01 11:21:17.851 INFO kablam! error[E0277]: the trait bound `input::Input: input::CursorEvent` is not satisfied
Sep 01 11:21:17.851 INFO kablam! --> benches/cursor.rs:12:46
Sep 01 11:21:17.851 INFO kablam! |
Sep 01 11:21:17.851 INFO kablam! 12 | bencher.iter(|| { let _: Option = CursorEvent::from_cursor(true, &e); });
Sep 01 11:21:17.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::CursorEvent` is not implemented for `input::Input`
Sep 01 11:21:17.851 INFO kablam! |
Sep 01 11:21:17.851 INFO kablam! = note: required by `input::CursorEvent::from_cursor`
Sep 01 11:21:17.852 INFO kablam!
Sep 01 11:21:17.854 INFO kablam! error: aborting due to previous error
Sep 01 11:21:17.854 INFO kablam!
Sep 01 11:21:17.854 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 01 11:21:17.855 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 01 11:21:17.855 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 01 11:21:17.861 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 01 11:21:17.862 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 01 11:21:17.874 INFO kablam! error[E0277]: the trait bound `input::Input: input::ResizeEvent` is not satisfied
Sep 01 11:21:17.874 INFO kablam! --> benches/resize.rs:13:46
Sep 01 11:21:17.874 INFO kablam! |
Sep 01 11:21:17.874 INFO kablam! 13 | bencher.iter(|| { let _: Option = ResizeEvent::from_width_height(100, 100, &e); });
Sep 01 11:21:17.874 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ResizeEvent` is not implemented for `input::Input`
Sep 01 11:21:17.874 INFO kablam! |
Sep 01 11:21:17.874 INFO kablam! = note: required by `input::ResizeEvent::from_width_height`
Sep 01 11:21:17.874 INFO kablam!
Sep 01 11:21:17.876 INFO kablam! error: aborting due to previous error
Sep 01 11:21:17.876 INFO kablam!
Sep 01 11:21:17.876 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 01 11:21:17.882 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 01 11:21:17.882 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 01 11:21:18.174 INFO kablam! error[E0599]: no variant named `Render` found for type `input::Input` in the current scope
Sep 01 11:21:18.175 INFO kablam! --> benches/render.rs:12:13
Sep 01 11:21:18.175 INFO kablam! |
Sep 01 11:21:18.175 INFO kablam! 12 | let e = Input::Render(RenderArgs {
Sep 01 11:21:18.175 INFO kablam! | ^^^^^^^^^^^^^ variant not found in `input::Input`
Sep 01 11:21:18.175 INFO kablam!
Sep 01 11:21:18.177 INFO kablam! error[E0277]: the trait bound `input::Input: input::RenderEvent` is not satisfied
Sep 01 11:21:18.177 INFO kablam! --> benches/render.rs:26:46
Sep 01 11:21:18.177 INFO kablam! |
Sep 01 11:21:18.177 INFO kablam! 26 | bencher.iter(|| { let _: Option = RenderEvent::from_render_args(&args, &e); });
Sep 01 11:21:18.177 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::RenderEvent` is not implemented for `input::Input`
Sep 01 11:21:18.177 INFO kablam! |
Sep 01 11:21:18.177 INFO kablam! = note: required by `input::RenderEvent::from_render_args`
Sep 01 11:21:18.177 INFO kablam!
Sep 01 11:21:18.180 INFO kablam! error: aborting due to 2 previous errors
Sep 01 11:21:18.180 INFO kablam!
Sep 01 11:21:18.180 INFO kablam! Some errors occurred: E0277, E0599.
Sep 01 11:21:18.180 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Sep 01 11:21:18.189 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 01 11:21:18.189 INFO kablam!
Sep 01 11:21:18.189 INFO kablam! To learn more, run the command again with --verbose.
Sep 01 11:21:18.191 INFO kablam! su: No module specific data is present
Sep 01 11:21:18.622 INFO running `"docker" "rm" "-f" "c6be3532ae05f1581d7a8c0caf2b4e11aab91bd89ab66db9c31d78b96ca9ea12"`
Sep 01 11:21:18.729 INFO blam! c6be3532ae05f1581d7a8c0caf2b4e11aab91bd89ab66db9c31d78b96ca9ea12