Sep 01 11:21:18.309 INFO checking pistoncore-input-0.20.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831
Sep 01 11:21:18.309 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets
Sep 01 11:21:18.309 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-0/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-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:18.474 INFO blam! 703bb5c6787ffe9583221218745f294cf05ae52b3ed3b377f0707ff0598b0d4d
Sep 01 11:21:18.477 INFO running `"docker" "start" "-a" "703bb5c6787ffe9583221218745f294cf05ae52b3ed3b377f0707ff0598b0d4d"`
Sep 01 11:21:19.148 INFO kablam! Checking pistoncore-input v0.20.0 (file:///source)
Sep 01 11:21:26.684 INFO kablam! error[E0277]: the trait bound `input::Input: input::ResizeEvent` is not satisfied
Sep 01 11:21:26.684 INFO kablam! --> benches/resize.rs:13:46
Sep 01 11:21:26.684 INFO kablam! |
Sep 01 11:21:26.684 INFO kablam! 13 | bencher.iter(|| { let _: Option = ResizeEvent::from_width_height(100, 100, &e); });
Sep 01 11:21:26.684 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ResizeEvent` is not implemented for `input::Input`
Sep 01 11:21:26.684 INFO kablam! |
Sep 01 11:21:26.684 INFO kablam! = note: required by `input::ResizeEvent::from_width_height`
Sep 01 11:21:26.685 INFO kablam!
Sep 01 11:21:26.688 INFO kablam! error: aborting due to previous error
Sep 01 11:21:26.712 INFO kablam!
Sep 01 11:21:26.713 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 01 11:21:26.745 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 01 11:21:26.745 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 01 11:21:27.402 INFO kablam! error[E0599]: no variant named `Idle` found for type `input::Input` in the current scope
Sep 01 11:21:27.402 INFO kablam! --> benches/idle.rs:12:13
Sep 01 11:21:27.402 INFO kablam! |
Sep 01 11:21:27.402 INFO kablam! 12 | let e = Input::Idle(IdleArgs { dt: 1.0 });
Sep 01 11:21:27.402 INFO kablam! | ^^^^^^^^^^^ variant not found in `input::Input`
Sep 01 11:21:27.403 INFO kablam!
Sep 01 11:21:27.405 INFO kablam! error[E0277]: the trait bound `input::Input: input::IdleEvent` is not satisfied
Sep 01 11:21:27.406 INFO kablam! --> benches/idle.rs:14:46
Sep 01 11:21:27.406 INFO kablam! |
Sep 01 11:21:27.406 INFO kablam! 14 | bencher.iter(|| { let _: Option = IdleEvent::from_idle_args(&args, &e); });
Sep 01 11:21:27.406 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::IdleEvent` is not implemented for `input::Input`
Sep 01 11:21:27.406 INFO kablam! |
Sep 01 11:21:27.406 INFO kablam! = note: required by `input::IdleEvent::from_idle_args`
Sep 01 11:21:27.407 INFO kablam!
Sep 01 11:21:27.411 INFO kablam! error: aborting due to 2 previous errors
Sep 01 11:21:27.411 INFO kablam!
Sep 01 11:21:27.411 INFO kablam! Some errors occurred: E0277, E0599.
Sep 01 11:21:27.412 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Sep 01 11:21:27.421 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 01 11:21:27.422 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 01 11:21:27.452 INFO kablam! error[E0277]: the trait bound `input::Input: input::CursorEvent` is not satisfied
Sep 01 11:21:27.452 INFO kablam! --> benches/cursor.rs:12:46
Sep 01 11:21:27.452 INFO kablam! |
Sep 01 11:21:27.452 INFO kablam! 12 | bencher.iter(|| { let _: Option = CursorEvent::from_cursor(true, &e); });
Sep 01 11:21:27.452 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::CursorEvent` is not implemented for `input::Input`
Sep 01 11:21:27.452 INFO kablam! |
Sep 01 11:21:27.452 INFO kablam! = note: required by `input::CursorEvent::from_cursor`
Sep 01 11:21:27.452 INFO kablam!
Sep 01 11:21:27.471 INFO kablam! error: aborting due to previous error
Sep 01 11:21:27.471 INFO kablam!
Sep 01 11:21:27.471 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 01 11:21:27.495 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 01 11:21:27.496 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 01 11:21:27.538 INFO kablam! error[E0599]: no variant named `AfterRender` found for type `input::Input` in the current scope
Sep 01 11:21:27.538 INFO kablam! --> benches/after_render.rs:12:13
Sep 01 11:21:27.538 INFO kablam! |
Sep 01 11:21:27.538 INFO kablam! 12 | let e = Input::AfterRender(AfterRenderArgs);
Sep 01 11:21:27.538 INFO kablam! | ^^^^^^^^^^^^^^^^^^ variant not found in `input::Input`
Sep 01 11:21:27.538 INFO kablam!
Sep 01 11:21:27.541 INFO kablam! error[E0277]: the trait bound `input::Input: input::AfterRenderEvent` is not satisfied
Sep 01 11:21:27.541 INFO kablam! --> benches/after_render.rs:15:32
Sep 01 11:21:27.541 INFO kablam! |
Sep 01 11:21:27.541 INFO kablam! 15 | let _: Option = AfterRenderEvent::from_after_render_args(&args, &e);
Sep 01 11:21:27.541 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::AfterRenderEvent` is not implemented for `input::Input`
Sep 01 11:21:27.541 INFO kablam! |
Sep 01 11:21:27.542 INFO kablam! = note: required by `input::AfterRenderEvent::from_after_render_args`
Sep 01 11:21:27.542 INFO kablam!
Sep 01 11:21:27.546 INFO kablam! error: aborting due to 2 previous errors
Sep 01 11:21:27.546 INFO kablam!
Sep 01 11:21:27.547 INFO kablam! Some errors occurred: E0277, E0599.
Sep 01 11:21:27.547 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Sep 01 11:21:27.556 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 01 11:21:27.557 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 01 11:21:27.891 INFO kablam! error[E0599]: no variant named `Render` found for type `input::Input` in the current scope
Sep 01 11:21:27.891 INFO kablam! --> benches/render.rs:12:13
Sep 01 11:21:27.891 INFO kablam! |
Sep 01 11:21:27.891 INFO kablam! 12 | let e = Input::Render(RenderArgs {
Sep 01 11:21:27.891 INFO kablam! | ^^^^^^^^^^^^^ variant not found in `input::Input`
Sep 01 11:21:27.891 INFO kablam!
Sep 01 11:21:27.893 INFO kablam! error[E0277]: the trait bound `input::Input: input::RenderEvent` is not satisfied
Sep 01 11:21:27.893 INFO kablam! --> benches/render.rs:26:46
Sep 01 11:21:27.893 INFO kablam! |
Sep 01 11:21:27.893 INFO kablam! 26 | bencher.iter(|| { let _: Option = RenderEvent::from_render_args(&args, &e); });
Sep 01 11:21:27.893 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::RenderEvent` is not implemented for `input::Input`
Sep 01 11:21:27.893 INFO kablam! |
Sep 01 11:21:27.893 INFO kablam! = note: required by `input::RenderEvent::from_render_args`
Sep 01 11:21:27.893 INFO kablam!
Sep 01 11:21:27.896 INFO kablam! error: aborting due to 2 previous errors
Sep 01 11:21:27.896 INFO kablam!
Sep 01 11:21:27.896 INFO kablam! Some errors occurred: E0277, E0599.
Sep 01 11:21:27.896 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Sep 01 11:21:27.908 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 01 11:21:27.908 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 01 11:21:27.935 INFO kablam! error[E0599]: no variant named `Press` found for type `input::Input` in the current scope
Sep 01 11:21:27.935 INFO kablam! --> benches/press.rs:12:13
Sep 01 11:21:27.935 INFO kablam! |
Sep 01 11:21:27.935 INFO kablam! 12 | let e = Input::Press(Button::Keyboard(Key::S));
Sep 01 11:21:27.935 INFO kablam! | ^^^^^^^^^^^^ variant not found in `input::Input`
Sep 01 11:21:27.935 INFO kablam!
Sep 01 11:21:27.937 INFO kablam! error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied
Sep 01 11:21:27.937 INFO kablam! --> benches/press.rs:14:46
Sep 01 11:21:27.937 INFO kablam! |
Sep 01 11:21:27.937 INFO kablam! 14 | bencher.iter(|| { let _: Option = PressEvent::from_button(button, &e); });
Sep 01 11:21:27.937 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input`
Sep 01 11:21:27.937 INFO kablam! |
Sep 01 11:21:27.937 INFO kablam! = note: required because of the requirements on the impl of `input::PressEvent` for `input::Input`
Sep 01 11:21:27.937 INFO kablam! = note: required by `input::PressEvent::from_button`
Sep 01 11:21:27.937 INFO kablam!
Sep 01 11:21:27.940 INFO kablam! error: aborting due to 2 previous errors
Sep 01 11:21:27.940 INFO kablam!
Sep 01 11:21:27.940 INFO kablam! Some errors occurred: E0277, E0599.
Sep 01 11:21:27.940 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Sep 01 11:21:27.948 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 01 11:21:27.948 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 01 11:21:28.131 INFO kablam! error: build failed
Sep 01 11:21:28.133 INFO kablam! su: No module specific data is present
Sep 01 11:21:28.641 INFO running `"docker" "rm" "-f" "703bb5c6787ffe9583221218745f294cf05ae52b3ed3b377f0707ff0598b0d4d"`
Sep 01 11:21:28.772 INFO blam! 703bb5c6787ffe9583221218745f294cf05ae52b3ed3b377f0707ff0598b0d4d