Sep 19 22:50:19.655 INFO checking pistoncore-input-0.21.0 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352
Sep 19 22:50:19.655 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets
Sep 19 22:50:19.655 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-0/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-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:19.919 INFO blam! 5f5bf7e70954300b79cd7311c34d438e3febe847c79fce72afffa56de86e87e7
Sep 19 22:50:19.921 INFO running `"docker" "start" "-a" "5f5bf7e70954300b79cd7311c34d438e3febe847c79fce72afffa56de86e87e7"`
Sep 19 22:50:21.385 INFO kablam! usermod: no changes
Sep 19 22:50:21.506 INFO kablam! Checking pistoncore-input v0.21.0 (/source)
Sep 19 22:50:27.566 INFO kablam! error[E0599]: no variant named `Release` found for type `input::Input` in the current scope
Sep 19 22:50:27.566 INFO kablam! --> benches/release.rs:12:13
Sep 19 22:50:27.566 INFO kablam! |
Sep 19 22:50:27.566 INFO kablam! 12 | let e = Input::Release(Button::Keyboard(Key::S));
Sep 19 22:50:27.566 INFO kablam! | ^^^^^^^^^^^^^^ variant not found in `input::Input`
Sep 19 22:50:27.566 INFO kablam!
Sep 19 22:50:27.577 INFO kablam! error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied
Sep 19 22:50:27.577 INFO kablam! --> benches/release.rs:14:46
Sep 19 22:50:27.577 INFO kablam! |
Sep 19 22:50:27.577 INFO kablam! 14 | bencher.iter(|| { let _: Option = ReleaseEvent::from_button(button, &e); });
Sep 19 22:50:27.577 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input`
Sep 19 22:50:27.577 INFO kablam! |
Sep 19 22:50:27.577 INFO kablam! = note: required because of the requirements on the impl of `input::ReleaseEvent` for `input::Input`
Sep 19 22:50:27.577 INFO kablam! = note: required by `input::ReleaseEvent::from_button`
Sep 19 22:50:27.577 INFO kablam!
Sep 19 22:50:27.586 INFO kablam! error: aborting due to 2 previous errors
Sep 19 22:50:27.586 INFO kablam!
Sep 19 22:50:27.586 INFO kablam! Some errors occurred: E0277, E0599.
Sep 19 22:50:27.586 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Sep 19 22:50:27.630 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 19 22:50:27.630 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 19 22:50:28.170 INFO kablam! error[E0277]: the trait bound `input::Input: input::FocusEvent` is not satisfied
Sep 19 22:50:28.170 INFO kablam! --> benches/focus.rs:13:46
Sep 19 22:50:28.170 INFO kablam! |
Sep 19 22:50:28.170 INFO kablam! 13 | bencher.iter(|| { let _: Option = FocusEvent::from_focused(true, &e); });
Sep 19 22:50:28.170 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::FocusEvent` is not implemented for `input::Input`
Sep 19 22:50:28.170 INFO kablam! |
Sep 19 22:50:28.170 INFO kablam! = note: required by `input::FocusEvent::from_focused`
Sep 19 22:50:28.170 INFO kablam!
Sep 19 22:50:28.170 INFO kablam! error: aborting due to previous error
Sep 19 22:50:28.170 INFO kablam!
Sep 19 22:50:28.170 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 19 22:50:28.172 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 19 22:50:28.172 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 19 22:50:28.234 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseCursorEvent` is not satisfied
Sep 19 22:50:28.234 INFO kablam! --> benches/mouse.rs:13:46
Sep 19 22:50:28.234 INFO kablam! |
Sep 19 22:50:28.234 INFO kablam! 13 | bencher.iter(|| { let _: Option = MouseCursorEvent::from_xy(1.0, 0.0, &e); });
Sep 19 22:50:28.234 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseCursorEvent` is not implemented for `input::Input`
Sep 19 22:50:28.236 INFO kablam! |
Sep 19 22:50:28.236 INFO kablam! = note: required by `input::MouseCursorEvent::from_xy`
Sep 19 22:50:28.236 INFO kablam!
Sep 19 22:50:28.239 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseRelativeEvent` is not satisfied
Sep 19 22:50:28.239 INFO kablam! --> benches/mouse.rs:19:46
Sep 19 22:50:28.239 INFO kablam! |
Sep 19 22:50:28.240 INFO kablam! 19 | bencher.iter(|| { let _: Option = MouseRelativeEvent::from_xy(1.0, 0.0, &e); });
Sep 19 22:50:28.240 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseRelativeEvent` is not implemented for `input::Input`
Sep 19 22:50:28.243 INFO kablam! |
Sep 19 22:50:28.243 INFO kablam! = note: required by `input::MouseRelativeEvent::from_xy`
Sep 19 22:50:28.243 INFO kablam!
Sep 19 22:50:28.243 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseScrollEvent` is not satisfied
Sep 19 22:50:28.243 INFO kablam! --> benches/mouse.rs:25:46
Sep 19 22:50:28.243 INFO kablam! |
Sep 19 22:50:28.243 INFO kablam! 25 | bencher.iter(|| { let _: Option = MouseScrollEvent::from_xy(1.0, 0.0, &e); });
Sep 19 22:50:28.243 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseScrollEvent` is not implemented for `input::Input`
Sep 19 22:50:28.243 INFO kablam! |
Sep 19 22:50:28.243 INFO kablam! = note: required by `input::MouseScrollEvent::from_xy`
Sep 19 22:50:28.243 INFO kablam!
Sep 19 22:50:28.246 INFO kablam! error: aborting due to 3 previous errors
Sep 19 22:50:28.250 INFO kablam!
Sep 19 22:50:28.250 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 19 22:50:28.266 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 19 22:50:28.266 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 19 22:50:28.414 INFO kablam! error[E0277]: the trait bound `input::Input: input::TextEvent` is not satisfied
Sep 19 22:50:28.414 INFO kablam! --> benches/text.rs:13:46
Sep 19 22:50:28.414 INFO kablam! |
Sep 19 22:50:28.414 INFO kablam! 13 | bencher.iter(|| { let _: Option = TextEvent::from_text("hello", &e); });
Sep 19 22:50:28.414 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `input::TextEvent` is not implemented for `input::Input`
Sep 19 22:50:28.414 INFO kablam! |
Sep 19 22:50:28.414 INFO kablam! = note: required by `input::TextEvent::from_text`
Sep 19 22:50:28.414 INFO kablam!
Sep 19 22:50:28.414 INFO kablam! error: aborting due to previous error
Sep 19 22:50:28.414 INFO kablam!
Sep 19 22:50:28.414 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 19 22:50:28.423 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 19 22:50:28.423 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 19 22:50:28.902 INFO kablam! error[E0599]: no variant named `Update` found for type `input::Input` in the current scope
Sep 19 22:50:28.902 INFO kablam! --> benches/update.rs:12:13
Sep 19 22:50:28.902 INFO kablam! |
Sep 19 22:50:28.902 INFO kablam! 12 | let e = Input::Update(UpdateArgs { dt: 0.0 });
Sep 19 22:50:28.902 INFO kablam! | ^^^^^^^^^^^^^ variant not found in `input::Input`
Sep 19 22:50:28.902 INFO kablam!
Sep 19 22:50:28.902 INFO kablam! error[E0277]: the trait bound `input::Input: input::UpdateEvent` is not satisfied
Sep 19 22:50:28.902 INFO kablam! --> benches/update.rs:14:46
Sep 19 22:50:28.902 INFO kablam! |
Sep 19 22:50:28.902 INFO kablam! 14 | bencher.iter(|| { let _: Option = UpdateEvent::from_update_args(&args, &e); });
Sep 19 22:50:28.902 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::UpdateEvent` is not implemented for `input::Input`
Sep 19 22:50:28.902 INFO kablam! |
Sep 19 22:50:28.902 INFO kablam! = note: required by `input::UpdateEvent::from_update_args`
Sep 19 22:50:28.902 INFO kablam!
Sep 19 22:50:28.902 INFO kablam! error: aborting due to 2 previous errors
Sep 19 22:50:28.902 INFO kablam!
Sep 19 22:50:28.907 INFO kablam! Some errors occurred: E0277, E0599.
Sep 19 22:50:28.907 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Sep 19 22:50:28.931 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 19 22:50:28.931 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 19 22:50:29.030 INFO kablam! error[E0599]: no variant named `AfterRender` found for type `input::Input` in the current scope
Sep 19 22:50:29.030 INFO kablam! --> benches/after_render.rs:12:13
Sep 19 22:50:29.030 INFO kablam! |
Sep 19 22:50:29.030 INFO kablam! 12 | let e = Input::AfterRender(AfterRenderArgs);
Sep 19 22:50:29.030 INFO kablam! | ^^^^^^^^^^^^^^^^^^ variant not found in `input::Input`
Sep 19 22:50:29.030 INFO kablam!
Sep 19 22:50:29.030 INFO kablam! error[E0277]: the trait bound `input::Input: input::AfterRenderEvent` is not satisfied
Sep 19 22:50:29.030 INFO kablam! --> benches/after_render.rs:15:32
Sep 19 22:50:29.030 INFO kablam! |
Sep 19 22:50:29.030 INFO kablam! 15 | let _: Option = AfterRenderEvent::from_after_render_args(&args, &e);
Sep 19 22:50:29.030 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::AfterRenderEvent` is not implemented for `input::Input`
Sep 19 22:50:29.030 INFO kablam! |
Sep 19 22:50:29.030 INFO kablam! = note: required by `input::AfterRenderEvent::from_after_render_args`
Sep 19 22:50:29.030 INFO kablam!
Sep 19 22:50:29.030 INFO kablam! error: aborting due to 2 previous errors
Sep 19 22:50:29.030 INFO kablam!
Sep 19 22:50:29.030 INFO kablam! Some errors occurred: E0277, E0599.
Sep 19 22:50:29.030 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Sep 19 22:50:29.049 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 19 22:50:29.050 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 19 22:50:29.062 INFO kablam! error[E0599]: no variant named `Press` found for type `input::Input` in the current scope
Sep 19 22:50:29.062 INFO kablam! --> benches/press.rs:12:13
Sep 19 22:50:29.062 INFO kablam! |
Sep 19 22:50:29.062 INFO kablam! 12 | let e = Input::Press(Button::Keyboard(Key::S));
Sep 19 22:50:29.062 INFO kablam! | ^^^^^^^^^^^^ variant not found in `input::Input`
Sep 19 22:50:29.062 INFO kablam!
Sep 19 22:50:29.065 INFO kablam! error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied
Sep 19 22:50:29.065 INFO kablam! --> benches/press.rs:14:46
Sep 19 22:50:29.065 INFO kablam! |
Sep 19 22:50:29.065 INFO kablam! 14 | bencher.iter(|| { let _: Option = PressEvent::from_button(button, &e); });
Sep 19 22:50:29.065 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input`
Sep 19 22:50:29.066 INFO kablam! |
Sep 19 22:50:29.066 INFO kablam! = note: required because of the requirements on the impl of `input::PressEvent` for `input::Input`
Sep 19 22:50:29.066 INFO kablam! = note: required by `input::PressEvent::from_button`
Sep 19 22:50:29.066 INFO kablam!
Sep 19 22:50:29.070 INFO kablam! error: aborting due to 2 previous errors
Sep 19 22:50:29.070 INFO kablam!
Sep 19 22:50:29.070 INFO kablam! Some errors occurred: E0277, E0599.
Sep 19 22:50:29.070 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Sep 19 22:50:29.083 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 19 22:50:29.083 INFO kablam!
Sep 19 22:50:29.083 INFO kablam! To learn more, run the command again with --verbose.
Sep 19 22:50:29.083 INFO kablam! su: No module specific data is present
Sep 19 22:50:30.093 INFO running `"docker" "rm" "-f" "5f5bf7e70954300b79cd7311c34d438e3febe847c79fce72afffa56de86e87e7"`
Sep 19 22:50:30.218 INFO blam! 5f5bf7e70954300b79cd7311c34d438e3febe847c79fce72afffa56de86e87e7