Aug 30 07:49:50.009 INFO checking pistoncore-input-0.20.0 against master#545f22340f72ee0efaf6463efb43a2840e3d35db for pr-53699
Aug 30 07:49:50.009 INFO running: cargo +545f22340f72ee0efaf6463efb43a2840e3d35db-alt check --frozen --all --all-targets
Aug 30 07:49:50.009 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53699/master#545f22340f72ee0efaf6463efb43a2840e3d35db:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53699/worker-0/master#545f22340f72ee0efaf6463efb43a2840e3d35db:/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 +545f22340f72ee0efaf6463efb43a2840e3d35db-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"`
Aug 30 07:49:50.160 INFO blam! cb201e8aacf9695e22dae53bf6fe6b1fd7a2fc0cb1e6c8fc4483187635bbdfe8
Aug 30 07:49:50.162 INFO running `"docker" "start" "-a" "cb201e8aacf9695e22dae53bf6fe6b1fd7a2fc0cb1e6c8fc4483187635bbdfe8"`
Aug 30 07:49:50.804 INFO kablam! Checking pistoncore-input v0.20.0 (file:///source)
Aug 30 07:49:59.006 INFO kablam! error[E0599]: no variant named `Release` found for type `input::Input` in the current scope
Aug 30 07:49:59.006 INFO kablam! --> benches/release.rs:12:13
Aug 30 07:49:59.006 INFO kablam! |
Aug 30 07:49:59.007 INFO kablam! 12 | let e = Input::Release(Button::Keyboard(Key::S));
Aug 30 07:49:59.007 INFO kablam! | ^^^^^^^^^^^^^^ variant not found in `input::Input`
Aug 30 07:49:59.007 INFO kablam!
Aug 30 07:49:59.009 INFO kablam! error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied
Aug 30 07:49:59.009 INFO kablam! --> benches/release.rs:14:46
Aug 30 07:49:59.009 INFO kablam! |
Aug 30 07:49:59.009 INFO kablam! 14 | bencher.iter(|| { let _: Option = ReleaseEvent::from_button(button, &e); });
Aug 30 07:49:59.009 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input`
Aug 30 07:49:59.009 INFO kablam! |
Aug 30 07:49:59.009 INFO kablam! = note: required because of the requirements on the impl of `input::ReleaseEvent` for `input::Input`
Aug 30 07:49:59.009 INFO kablam! = note: required by `input::ReleaseEvent::from_button`
Aug 30 07:49:59.009 INFO kablam!
Aug 30 07:49:59.012 INFO kablam! error: aborting due to 2 previous errors
Aug 30 07:49:59.012 INFO kablam!
Aug 30 07:49:59.012 INFO kablam! Some errors occurred: E0277, E0599.
Aug 30 07:49:59.012 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Aug 30 07:49:59.021 INFO kablam! error: Could not compile `pistoncore-input`.
Aug 30 07:49:59.021 INFO kablam! warning: build failed, waiting for other jobs to finish...
Aug 30 07:49:59.434 INFO kablam! error[E0277]: the trait bound `input::Input: input::CursorEvent` is not satisfied
Aug 30 07:49:59.434 INFO kablam! --> benches/cursor.rs:12:46
Aug 30 07:49:59.434 INFO kablam! |
Aug 30 07:49:59.434 INFO kablam! 12 | bencher.iter(|| { let _: Option = CursorEvent::from_cursor(true, &e); });
Aug 30 07:49:59.434 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::CursorEvent` is not implemented for `input::Input`
Aug 30 07:49:59.434 INFO kablam! |
Aug 30 07:49:59.434 INFO kablam! = note: required by `input::CursorEvent::from_cursor`
Aug 30 07:49:59.434 INFO kablam!
Aug 30 07:49:59.441 INFO kablam! error: aborting due to previous error
Aug 30 07:49:59.441 INFO kablam!
Aug 30 07:49:59.441 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Aug 30 07:49:59.467 INFO kablam! error: Could not compile `pistoncore-input`.
Aug 30 07:49:59.467 INFO kablam! warning: build failed, waiting for other jobs to finish...
Aug 30 07:49:59.584 INFO kablam! error[E0599]: no variant named `Press` found for type `input::Input` in the current scope
Aug 30 07:49:59.584 INFO kablam! --> benches/press.rs:12:13
Aug 30 07:49:59.584 INFO kablam! |
Aug 30 07:49:59.584 INFO kablam! 12 | let e = Input::Press(Button::Keyboard(Key::S));
Aug 30 07:49:59.584 INFO kablam! | ^^^^^^^^^^^^ variant not found in `input::Input`
Aug 30 07:49:59.584 INFO kablam!
Aug 30 07:49:59.586 INFO kablam! error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied
Aug 30 07:49:59.586 INFO kablam! --> benches/press.rs:14:46
Aug 30 07:49:59.586 INFO kablam! |
Aug 30 07:49:59.586 INFO kablam! 14 | bencher.iter(|| { let _: Option = PressEvent::from_button(button, &e); });
Aug 30 07:49:59.586 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input`
Aug 30 07:49:59.586 INFO kablam! |
Aug 30 07:49:59.586 INFO kablam! = note: required because of the requirements on the impl of `input::PressEvent` for `input::Input`
Aug 30 07:49:59.587 INFO kablam! = note: required by `input::PressEvent::from_button`
Aug 30 07:49:59.587 INFO kablam!
Aug 30 07:49:59.590 INFO kablam! error: aborting due to 2 previous errors
Aug 30 07:49:59.590 INFO kablam!
Aug 30 07:49:59.590 INFO kablam! Some errors occurred: E0277, E0599.
Aug 30 07:49:59.590 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Aug 30 07:49:59.599 INFO kablam! error: Could not compile `pistoncore-input`.
Aug 30 07:49:59.599 INFO kablam! warning: build failed, waiting for other jobs to finish...
Aug 30 07:49:59.726 INFO kablam! error[E0599]: no variant named `Render` found for type `input::Input` in the current scope
Aug 30 07:49:59.726 INFO kablam! --> benches/render.rs:12:13
Aug 30 07:49:59.726 INFO kablam! |
Aug 30 07:49:59.726 INFO kablam! 12 | let e = Input::Render(RenderArgs {
Aug 30 07:49:59.726 INFO kablam! | ^^^^^^^^^^^^^ variant not found in `input::Input`
Aug 30 07:49:59.726 INFO kablam!
Aug 30 07:49:59.747 INFO kablam! error[E0277]: the trait bound `input::Input: input::RenderEvent` is not satisfied
Aug 30 07:49:59.747 INFO kablam! --> benches/render.rs:26:46
Aug 30 07:49:59.747 INFO kablam! |
Aug 30 07:49:59.747 INFO kablam! 26 | bencher.iter(|| { let _: Option = RenderEvent::from_render_args(&args, &e); });
Aug 30 07:49:59.748 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::RenderEvent` is not implemented for `input::Input`
Aug 30 07:49:59.748 INFO kablam! |
Aug 30 07:49:59.748 INFO kablam! = note: required by `input::RenderEvent::from_render_args`
Aug 30 07:49:59.748 INFO kablam!
Aug 30 07:49:59.763 INFO kablam! error: aborting due to 2 previous errors
Aug 30 07:49:59.763 INFO kablam!
Aug 30 07:49:59.764 INFO kablam! Some errors occurred: E0277, E0599.
Aug 30 07:49:59.764 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Aug 30 07:49:59.783 INFO kablam! error[E0277]: the trait bound `input::Input: input::ResizeEvent` is not satisfied
Aug 30 07:49:59.783 INFO kablam! --> benches/resize.rs:13:46
Aug 30 07:49:59.783 INFO kablam! |
Aug 30 07:49:59.783 INFO kablam! 13 | bencher.iter(|| { let _: Option = ResizeEvent::from_width_height(100, 100, &e); });
Aug 30 07:49:59.783 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ResizeEvent` is not implemented for `input::Input`
Aug 30 07:49:59.783 INFO kablam! |
Aug 30 07:49:59.783 INFO kablam! = note: required by `input::ResizeEvent::from_width_height`
Aug 30 07:49:59.783 INFO kablam!
Aug 30 07:49:59.785 INFO kablam! error: Could not compile `pistoncore-input`.
Aug 30 07:49:59.785 INFO kablam! warning: build failed, waiting for other jobs to finish...
Aug 30 07:49:59.786 INFO kablam! error: aborting due to previous error
Aug 30 07:49:59.786 INFO kablam!
Aug 30 07:49:59.787 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Aug 30 07:49:59.793 INFO kablam! error[E0277]: the trait bound `input::Input: input::FocusEvent` is not satisfied
Aug 30 07:49:59.794 INFO kablam! --> benches/focus.rs:13:46
Aug 30 07:49:59.794 INFO kablam! |
Aug 30 07:49:59.794 INFO kablam! 13 | bencher.iter(|| { let _: Option = FocusEvent::from_focused(true, &e); });
Aug 30 07:49:59.794 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::FocusEvent` is not implemented for `input::Input`
Aug 30 07:49:59.794 INFO kablam! |
Aug 30 07:49:59.794 INFO kablam! = note: required by `input::FocusEvent::from_focused`
Aug 30 07:49:59.794 INFO kablam!
Aug 30 07:49:59.796 INFO kablam! error: Could not compile `pistoncore-input`.
Aug 30 07:49:59.796 INFO kablam! warning: build failed, waiting for other jobs to finish...
Aug 30 07:49:59.796 INFO kablam! error: aborting due to previous error
Aug 30 07:49:59.797 INFO kablam!
Aug 30 07:49:59.797 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Aug 30 07:49:59.806 INFO kablam! error: Could not compile `pistoncore-input`.
Aug 30 07:49:59.806 INFO kablam! warning: build failed, waiting for other jobs to finish...
Aug 30 07:49:59.894 INFO kablam! error[E0599]: no variant named `Update` found for type `input::Input` in the current scope
Aug 30 07:49:59.894 INFO kablam! --> benches/update.rs:12:13
Aug 30 07:49:59.894 INFO kablam! |
Aug 30 07:49:59.894 INFO kablam! 12 | let e = Input::Update(UpdateArgs { dt: 0.0 });
Aug 30 07:49:59.894 INFO kablam! | ^^^^^^^^^^^^^ variant not found in `input::Input`
Aug 30 07:49:59.894 INFO kablam!
Aug 30 07:49:59.896 INFO kablam! error[E0277]: the trait bound `input::Input: input::UpdateEvent` is not satisfied
Aug 30 07:49:59.896 INFO kablam! --> benches/update.rs:14:46
Aug 30 07:49:59.896 INFO kablam! |
Aug 30 07:49:59.896 INFO kablam! 14 | bencher.iter(|| { let _: Option = UpdateEvent::from_update_args(&args, &e); });
Aug 30 07:49:59.896 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::UpdateEvent` is not implemented for `input::Input`
Aug 30 07:49:59.896 INFO kablam! |
Aug 30 07:49:59.896 INFO kablam! = note: required by `input::UpdateEvent::from_update_args`
Aug 30 07:49:59.896 INFO kablam!
Aug 30 07:49:59.900 INFO kablam! error: aborting due to 2 previous errors
Aug 30 07:49:59.900 INFO kablam!
Aug 30 07:49:59.900 INFO kablam! Some errors occurred: E0277, E0599.
Aug 30 07:49:59.900 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Aug 30 07:49:59.914 INFO kablam! error: Could not compile `pistoncore-input`.
Aug 30 07:49:59.914 INFO kablam!
Aug 30 07:49:59.914 INFO kablam! To learn more, run the command again with --verbose.
Aug 30 07:49:59.916 INFO kablam! su: No module specific data is present
Aug 30 07:50:00.389 INFO running `"docker" "rm" "-f" "cb201e8aacf9695e22dae53bf6fe6b1fd7a2fc0cb1e6c8fc4483187635bbdfe8"`
Aug 30 07:50:00.501 INFO blam! cb201e8aacf9695e22dae53bf6fe6b1fd7a2fc0cb1e6c8fc4483187635bbdfe8