Aug 31 18:43:12.902 INFO checking pistoncore-input-0.21.0 against try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b for pr-53578
Aug 31 18:43:12.902 INFO running: cargo +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets
Aug 31 18:43:12.902 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53578/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-3/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/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 +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"`
Aug 31 18:43:13.078 INFO blam! dd9a625efecb59692b6f3ba39796663db85cc16650cbc4ae4d5e4e094e11330b
Aug 31 18:43:13.080 INFO running `"docker" "start" "-a" "dd9a625efecb59692b6f3ba39796663db85cc16650cbc4ae4d5e4e094e11330b"`
Aug 31 18:43:13.753 INFO kablam! Checking pistoncore-input v0.21.0 (file:///source)
Aug 31 18:43:22.623 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseCursorEvent` is not satisfied
Aug 31 18:43:22.623 INFO kablam! --> benches/mouse.rs:13:46
Aug 31 18:43:22.623 INFO kablam! |
Aug 31 18:43:22.623 INFO kablam! 13 | bencher.iter(|| { let _: Option = MouseCursorEvent::from_xy(1.0, 0.0, &e); });
Aug 31 18:43:22.624 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseCursorEvent` is not implemented for `input::Input`
Aug 31 18:43:22.624 INFO kablam! |
Aug 31 18:43:22.624 INFO kablam! = note: required by `input::MouseCursorEvent::from_xy`
Aug 31 18:43:22.624 INFO kablam!
Aug 31 18:43:22.627 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseRelativeEvent` is not satisfied
Aug 31 18:43:22.627 INFO kablam! --> benches/mouse.rs:19:46
Aug 31 18:43:22.627 INFO kablam! |
Aug 31 18:43:22.627 INFO kablam! 19 | bencher.iter(|| { let _: Option = MouseRelativeEvent::from_xy(1.0, 0.0, &e); });
Aug 31 18:43:22.628 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseRelativeEvent` is not implemented for `input::Input`
Aug 31 18:43:22.628 INFO kablam! |
Aug 31 18:43:22.628 INFO kablam! = note: required by `input::MouseRelativeEvent::from_xy`
Aug 31 18:43:22.629 INFO kablam!
Aug 31 18:43:22.630 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseScrollEvent` is not satisfied
Aug 31 18:43:22.630 INFO kablam! --> benches/mouse.rs:25:46
Aug 31 18:43:22.630 INFO kablam! |
Aug 31 18:43:22.630 INFO kablam! 25 | bencher.iter(|| { let _: Option = MouseScrollEvent::from_xy(1.0, 0.0, &e); });
Aug 31 18:43:22.630 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseScrollEvent` is not implemented for `input::Input`
Aug 31 18:43:22.631 INFO kablam! |
Aug 31 18:43:22.631 INFO kablam! = note: required by `input::MouseScrollEvent::from_xy`
Aug 31 18:43:22.631 INFO kablam!
Aug 31 18:43:22.634 INFO kablam! error: aborting due to 3 previous errors
Aug 31 18:43:22.634 INFO kablam!
Aug 31 18:43:22.635 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Aug 31 18:43:22.644 INFO kablam! error: Could not compile `pistoncore-input`.
Aug 31 18:43:22.645 INFO kablam! warning: build failed, waiting for other jobs to finish...
Aug 31 18:43:23.077 INFO kablam! error[E0599]: no variant named `Press` found for type `input::Input` in the current scope
Aug 31 18:43:23.077 INFO kablam! --> benches/press.rs:12:13
Aug 31 18:43:23.077 INFO kablam! |
Aug 31 18:43:23.077 INFO kablam! 12 | let e = Input::Press(Button::Keyboard(Key::S));
Aug 31 18:43:23.077 INFO kablam! | ^^^^^^^^^^^^ variant not found in `input::Input`
Aug 31 18:43:23.077 INFO kablam!
Aug 31 18:43:23.107 INFO kablam! error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied
Aug 31 18:43:23.108 INFO kablam! --> benches/press.rs:14:46
Aug 31 18:43:23.108 INFO kablam! |
Aug 31 18:43:23.108 INFO kablam! 14 | bencher.iter(|| { let _: Option = PressEvent::from_button(button, &e); });
Aug 31 18:43:23.108 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input`
Aug 31 18:43:23.122 INFO kablam! |
Aug 31 18:43:23.123 INFO kablam! = note: required because of the requirements on the impl of `input::PressEvent` for `input::Input`
Aug 31 18:43:23.123 INFO kablam! = note: required by `input::PressEvent::from_button`
Aug 31 18:43:23.124 INFO kablam!
Aug 31 18:43:23.127 INFO kablam! error: aborting due to 2 previous errors
Aug 31 18:43:23.128 INFO kablam!
Aug 31 18:43:23.129 INFO kablam! Some errors occurred: E0277, E0599.
Aug 31 18:43:23.129 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Aug 31 18:43:23.147 INFO kablam! error: Could not compile `pistoncore-input`.
Aug 31 18:43:23.148 INFO kablam! warning: build failed, waiting for other jobs to finish...
Aug 31 18:43:23.290 INFO kablam! error[E0277]: the trait bound `input::Input: input::ResizeEvent` is not satisfied
Aug 31 18:43:23.290 INFO kablam! --> benches/resize.rs:13:46
Aug 31 18:43:23.290 INFO kablam! |
Aug 31 18:43:23.290 INFO kablam! 13 | bencher.iter(|| { let _: Option = ResizeEvent::from_width_height(100, 100, &e); });
Aug 31 18:43:23.290 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ResizeEvent` is not implemented for `input::Input`
Aug 31 18:43:23.290 INFO kablam! |
Aug 31 18:43:23.290 INFO kablam! = note: required by `input::ResizeEvent::from_width_height`
Aug 31 18:43:23.290 INFO kablam!
Aug 31 18:43:23.301 INFO kablam! error: aborting due to previous error
Aug 31 18:43:23.301 INFO kablam!
Aug 31 18:43:23.301 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Aug 31 18:43:23.317 INFO kablam! error: Could not compile `pistoncore-input`.
Aug 31 18:43:23.317 INFO kablam! warning: build failed, waiting for other jobs to finish...
Aug 31 18:43:23.546 INFO kablam! error[E0599]: no variant named `Idle` found for type `input::Input` in the current scope
Aug 31 18:43:23.546 INFO kablam! --> benches/idle.rs:12:13
Aug 31 18:43:23.546 INFO kablam! |
Aug 31 18:43:23.546 INFO kablam! 12 | let e = Input::Idle(IdleArgs { dt: 1.0 });
Aug 31 18:43:23.546 INFO kablam! | ^^^^^^^^^^^ variant not found in `input::Input`
Aug 31 18:43:23.546 INFO kablam!
Aug 31 18:43:23.565 INFO kablam! error[E0277]: the trait bound `input::Input: input::IdleEvent` is not satisfied
Aug 31 18:43:23.565 INFO kablam! --> benches/idle.rs:14:46
Aug 31 18:43:23.565 INFO kablam! |
Aug 31 18:43:23.565 INFO kablam! 14 | bencher.iter(|| { let _: Option = IdleEvent::from_idle_args(&args, &e); });
Aug 31 18:43:23.565 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::IdleEvent` is not implemented for `input::Input`
Aug 31 18:43:23.565 INFO kablam! |
Aug 31 18:43:23.565 INFO kablam! = note: required by `input::IdleEvent::from_idle_args`
Aug 31 18:43:23.565 INFO kablam!
Aug 31 18:43:23.569 INFO kablam! error: aborting due to 2 previous errors
Aug 31 18:43:23.569 INFO kablam!
Aug 31 18:43:23.569 INFO kablam! Some errors occurred: E0277, E0599.
Aug 31 18:43:23.569 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Aug 31 18:43:23.578 INFO kablam! error: Could not compile `pistoncore-input`.
Aug 31 18:43:23.578 INFO kablam! warning: build failed, waiting for other jobs to finish...
Aug 31 18:43:23.932 INFO kablam! error[E0277]: the trait bound `input::Input: input::TextEvent` is not satisfied
Aug 31 18:43:23.932 INFO kablam! --> benches/text.rs:13:46
Aug 31 18:43:23.933 INFO kablam! |
Aug 31 18:43:23.933 INFO kablam! 13 | bencher.iter(|| { let _: Option = TextEvent::from_text("hello", &e); });
Aug 31 18:43:23.933 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `input::TextEvent` is not implemented for `input::Input`
Aug 31 18:43:23.933 INFO kablam! |
Aug 31 18:43:23.933 INFO kablam! = note: required by `input::TextEvent::from_text`
Aug 31 18:43:23.933 INFO kablam!
Aug 31 18:43:23.936 INFO kablam! error: aborting due to previous error
Aug 31 18:43:23.937 INFO kablam!
Aug 31 18:43:23.937 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Aug 31 18:43:23.946 INFO kablam! error: Could not compile `pistoncore-input`.
Aug 31 18:43:23.946 INFO kablam! warning: build failed, waiting for other jobs to finish...
Aug 31 18:43:23.960 INFO kablam! error[E0599]: no variant named `Release` found for type `input::Input` in the current scope
Aug 31 18:43:23.960 INFO kablam! --> benches/release.rs:12:13
Aug 31 18:43:23.960 INFO kablam! |
Aug 31 18:43:23.960 INFO kablam! 12 | let e = Input::Release(Button::Keyboard(Key::S));
Aug 31 18:43:23.960 INFO kablam! | ^^^^^^^^^^^^^^ variant not found in `input::Input`
Aug 31 18:43:23.960 INFO kablam!
Aug 31 18:43:23.963 INFO kablam! error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied
Aug 31 18:43:23.963 INFO kablam! --> benches/release.rs:14:46
Aug 31 18:43:23.963 INFO kablam! |
Aug 31 18:43:23.963 INFO kablam! 14 | bencher.iter(|| { let _: Option = ReleaseEvent::from_button(button, &e); });
Aug 31 18:43:23.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input`
Aug 31 18:43:23.963 INFO kablam! |
Aug 31 18:43:23.963 INFO kablam! = note: required because of the requirements on the impl of `input::ReleaseEvent` for `input::Input`
Aug 31 18:43:23.963 INFO kablam! = note: required by `input::ReleaseEvent::from_button`
Aug 31 18:43:23.963 INFO kablam!
Aug 31 18:43:23.966 INFO kablam! error: aborting due to 2 previous errors
Aug 31 18:43:23.966 INFO kablam!
Aug 31 18:43:23.966 INFO kablam! Some errors occurred: E0277, E0599.
Aug 31 18:43:23.966 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Aug 31 18:43:23.983 INFO kablam! error: Could not compile `pistoncore-input`.
Aug 31 18:43:23.984 INFO kablam! warning: build failed, waiting for other jobs to finish...
Aug 31 18:43:24.117 INFO kablam! error[E0599]: no variant named `AfterRender` found for type `input::Input` in the current scope
Aug 31 18:43:24.117 INFO kablam! --> benches/after_render.rs:12:13
Aug 31 18:43:24.117 INFO kablam! |
Aug 31 18:43:24.117 INFO kablam! 12 | let e = Input::AfterRender(AfterRenderArgs);
Aug 31 18:43:24.117 INFO kablam! | ^^^^^^^^^^^^^^^^^^ variant not found in `input::Input`
Aug 31 18:43:24.117 INFO kablam!
Aug 31 18:43:24.119 INFO kablam! error[E0277]: the trait bound `input::Input: input::AfterRenderEvent` is not satisfied
Aug 31 18:43:24.119 INFO kablam! --> benches/after_render.rs:15:32
Aug 31 18:43:24.119 INFO kablam! |
Aug 31 18:43:24.119 INFO kablam! 15 | let _: Option = AfterRenderEvent::from_after_render_args(&args, &e);
Aug 31 18:43:24.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::AfterRenderEvent` is not implemented for `input::Input`
Aug 31 18:43:24.119 INFO kablam! |
Aug 31 18:43:24.119 INFO kablam! = note: required by `input::AfterRenderEvent::from_after_render_args`
Aug 31 18:43:24.119 INFO kablam!
Aug 31 18:43:24.122 INFO kablam! error: aborting due to 2 previous errors
Aug 31 18:43:24.122 INFO kablam!
Aug 31 18:43:24.122 INFO kablam! Some errors occurred: E0277, E0599.
Aug 31 18:43:24.122 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Aug 31 18:43:24.133 INFO kablam! error: Could not compile `pistoncore-input`.
Aug 31 18:43:24.133 INFO kablam!
Aug 31 18:43:24.133 INFO kablam! To learn more, run the command again with --verbose.
Aug 31 18:43:24.135 INFO kablam! su: No module specific data is present
Aug 31 18:43:24.800 INFO running `"docker" "rm" "-f" "dd9a625efecb59692b6f3ba39796663db85cc16650cbc4ae4d5e4e094e11330b"`
Aug 31 18:43:24.955 INFO blam! dd9a625efecb59692b6f3ba39796663db85cc16650cbc4ae4d5e4e094e11330b