Sep 19 20:56:30.134 INFO checking pistoncore-input-0.21.0 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346
Sep 19 20:56:30.134 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets
Sep 19 20:56:30.134 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-6/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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 +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"`
Sep 19 20:56:30.544 INFO blam! 00caf3ef2aaa17df3048344b6e5de30fff0f1d1307ce4842a672b1cf15ebc1ba
Sep 19 20:56:30.546 INFO running `"docker" "start" "-a" "00caf3ef2aaa17df3048344b6e5de30fff0f1d1307ce4842a672b1cf15ebc1ba"`
Sep 19 20:56:31.896 INFO kablam! usermod: no changes
Sep 19 20:56:32.021 INFO kablam! Checking pistoncore-input v0.21.0 (/source)
Sep 19 20:56:39.287 INFO kablam! error[E0599]: no variant named `Idle` found for type `input::Input` in the current scope
Sep 19 20:56:39.287 INFO kablam! --> benches/idle.rs:12:13
Sep 19 20:56:39.287 INFO kablam! |
Sep 19 20:56:39.287 INFO kablam! 12 | let e = Input::Idle(IdleArgs { dt: 1.0 });
Sep 19 20:56:39.287 INFO kablam! | ^^^^^^^^^^^ variant not found in `input::Input`
Sep 19 20:56:39.287 INFO kablam!
Sep 19 20:56:39.287 INFO kablam! error[E0277]: the trait bound `input::Input: input::IdleEvent` is not satisfied
Sep 19 20:56:39.287 INFO kablam! --> benches/idle.rs:14:46
Sep 19 20:56:39.287 INFO kablam! |
Sep 19 20:56:39.287 INFO kablam! 14 | bencher.iter(|| { let _: Option = IdleEvent::from_idle_args(&args, &e); });
Sep 19 20:56:39.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::IdleEvent` is not implemented for `input::Input`
Sep 19 20:56:39.287 INFO kablam! |
Sep 19 20:56:39.287 INFO kablam! = note: required by `input::IdleEvent::from_idle_args`
Sep 19 20:56:39.287 INFO kablam!
Sep 19 20:56:39.287 INFO kablam! error: aborting due to 2 previous errors
Sep 19 20:56:39.291 INFO kablam!
Sep 19 20:56:39.291 INFO kablam! Some errors occurred: E0277, E0599.
Sep 19 20:56:39.291 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Sep 19 20:56:39.331 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 19 20:56:39.331 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 19 20:56:39.391 INFO kablam! error[E0277]: the trait bound `input::Input: input::ControllerAxisEvent` is not satisfied
Sep 19 20:56:39.391 INFO kablam! --> benches/controller_axis.rs:17:32
Sep 19 20:56:39.391 INFO kablam! |
Sep 19 20:56:39.391 INFO kablam! 17 | let _: Option = ControllerAxisEvent::from_controller_axis_args(ControllerAxisArgs {
Sep 19 20:56:39.391 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ControllerAxisEvent` is not implemented for `input::Input`
Sep 19 20:56:39.395 INFO kablam! error[E0599]: no variant named `AfterRender` found for type `input::Input` in the current scope
Sep 19 20:56:39.395 INFO kablam! --> benches/after_render.rs:12:13
Sep 19 20:56:39.395 INFO kablam! |
Sep 19 20:56:39.395 INFO kablam! 12 | let e = Input::AfterRender(AfterRenderArgs);
Sep 19 20:56:39.395 INFO kablam! | ^^^^^^^^^^^^^^^^^^ variant not found in `input::Input`
Sep 19 20:56:39.395 INFO kablam!
Sep 19 20:56:39.395 INFO kablam! error[E0277]: the trait bound `input::Input: input::AfterRenderEvent` is not satisfied
Sep 19 20:56:39.395 INFO kablam! --> benches/after_render.rs:15:32
Sep 19 20:56:39.395 INFO kablam! |
Sep 19 20:56:39.395 INFO kablam! 15 | let _: Option = AfterRenderEvent::from_after_render_args(&args, &e);
Sep 19 20:56:39.395 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::AfterRenderEvent` is not implemented for `input::Input`
Sep 19 20:56:39.395 INFO kablam! |
Sep 19 20:56:39.395 INFO kablam! = note: required by `input::AfterRenderEvent::from_after_render_args`
Sep 19 20:56:39.396 INFO kablam!
Sep 19 20:56:39.402 INFO kablam! |
Sep 19 20:56:39.402 INFO kablam! = note: required by `input::ControllerAxisEvent::from_controller_axis_args`
Sep 19 20:56:39.402 INFO kablam!
Sep 19 20:56:39.403 INFO kablam! error: aborting due to previous error
Sep 19 20:56:39.426 INFO kablam! error: aborting due to 2 previous errors
Sep 19 20:56:39.427 INFO kablam!
Sep 19 20:56:39.427 INFO kablam! Some errors occurred: E0277, E0599.
Sep 19 20:56:39.427 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Sep 19 20:56:39.458 INFO kablam!
Sep 19 20:56:39.459 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 19 20:56:39.466 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 19 20:56:39.467 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 19 20:56:39.467 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 19 20:56:39.467 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 19 20:56:39.527 INFO kablam! error[E0599]: no variant named `Release` found for type `input::Input` in the current scope
Sep 19 20:56:39.527 INFO kablam! --> benches/release.rs:12:13
Sep 19 20:56:39.527 INFO kablam! |
Sep 19 20:56:39.527 INFO kablam! 12 | let e = Input::Release(Button::Keyboard(Key::S));
Sep 19 20:56:39.527 INFO kablam! | ^^^^^^^^^^^^^^ variant not found in `input::Input`
Sep 19 20:56:39.532 INFO kablam!
Sep 19 20:56:39.532 INFO kablam! error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied
Sep 19 20:56:39.532 INFO kablam! --> benches/release.rs:14:46
Sep 19 20:56:39.532 INFO kablam! |
Sep 19 20:56:39.532 INFO kablam! 14 | bencher.iter(|| { let _: Option = ReleaseEvent::from_button(button, &e); });
Sep 19 20:56:39.532 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input`
Sep 19 20:56:39.532 INFO kablam! |
Sep 19 20:56:39.532 INFO kablam! = note: required because of the requirements on the impl of `input::ReleaseEvent` for `input::Input`
Sep 19 20:56:39.532 INFO kablam! = note: required by `input::ReleaseEvent::from_button`
Sep 19 20:56:39.532 INFO kablam!
Sep 19 20:56:39.532 INFO kablam! error: aborting due to 2 previous errors
Sep 19 20:56:39.532 INFO kablam!
Sep 19 20:56:39.532 INFO kablam! Some errors occurred: E0277, E0599.
Sep 19 20:56:39.532 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Sep 19 20:56:39.535 INFO kablam! error[E0277]: the trait bound `input::Input: input::FocusEvent` is not satisfied
Sep 19 20:56:39.535 INFO kablam! --> benches/focus.rs:13:46
Sep 19 20:56:39.535 INFO kablam! |
Sep 19 20:56:39.535 INFO kablam! 13 | bencher.iter(|| { let _: Option = FocusEvent::from_focused(true, &e); });
Sep 19 20:56:39.535 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::FocusEvent` is not implemented for `input::Input`
Sep 19 20:56:39.535 INFO kablam! |
Sep 19 20:56:39.535 INFO kablam! = note: required by `input::FocusEvent::from_focused`
Sep 19 20:56:39.535 INFO kablam!
Sep 19 20:56:39.543 INFO kablam! error: aborting due to previous error
Sep 19 20:56:39.543 INFO kablam!
Sep 19 20:56:39.543 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 19 20:56:39.543 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 19 20:56:39.543 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 19 20:56:39.559 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 19 20:56:39.559 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 19 20:56:39.846 INFO kablam! error[E0599]: no variant named `Update` found for type `input::Input` in the current scope
Sep 19 20:56:39.847 INFO kablam! --> benches/update.rs:12:13
Sep 19 20:56:39.847 INFO kablam! |
Sep 19 20:56:39.847 INFO kablam! 12 | let e = Input::Update(UpdateArgs { dt: 0.0 });
Sep 19 20:56:39.847 INFO kablam! | ^^^^^^^^^^^^^ variant not found in `input::Input`
Sep 19 20:56:39.847 INFO kablam!
Sep 19 20:56:39.847 INFO kablam! error[E0277]: the trait bound `input::Input: input::UpdateEvent` is not satisfied
Sep 19 20:56:39.847 INFO kablam! --> benches/update.rs:14:46
Sep 19 20:56:39.847 INFO kablam! |
Sep 19 20:56:39.847 INFO kablam! 14 | bencher.iter(|| { let _: Option = UpdateEvent::from_update_args(&args, &e); });
Sep 19 20:56:39.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::UpdateEvent` is not implemented for `input::Input`
Sep 19 20:56:39.847 INFO kablam! |
Sep 19 20:56:39.847 INFO kablam! = note: required by `input::UpdateEvent::from_update_args`
Sep 19 20:56:39.847 INFO kablam!
Sep 19 20:56:39.847 INFO kablam! error: aborting due to 2 previous errors
Sep 19 20:56:39.847 INFO kablam!
Sep 19 20:56:39.847 INFO kablam! Some errors occurred: E0277, E0599.
Sep 19 20:56:39.847 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Sep 19 20:56:39.859 INFO kablam! error[E0277]: the trait bound `input::Input: input::CursorEvent` is not satisfied
Sep 19 20:56:39.859 INFO kablam! --> benches/cursor.rs:12:46
Sep 19 20:56:39.859 INFO kablam! |
Sep 19 20:56:39.859 INFO kablam! 12 | bencher.iter(|| { let _: Option = CursorEvent::from_cursor(true, &e); });
Sep 19 20:56:39.859 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::CursorEvent` is not implemented for `input::Input`
Sep 19 20:56:39.859 INFO kablam! |
Sep 19 20:56:39.859 INFO kablam! = note: required by `input::CursorEvent::from_cursor`
Sep 19 20:56:39.859 INFO kablam!
Sep 19 20:56:39.859 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 19 20:56:39.859 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 19 20:56:39.859 INFO kablam! error: aborting due to previous error
Sep 19 20:56:39.859 INFO kablam!
Sep 19 20:56:39.859 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 19 20:56:39.874 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 19 20:56:39.874 INFO kablam!
Sep 19 20:56:39.874 INFO kablam! To learn more, run the command again with --verbose.
Sep 19 20:56:39.878 INFO kablam! su: No module specific data is present
Sep 19 20:56:40.643 INFO running `"docker" "rm" "-f" "00caf3ef2aaa17df3048344b6e5de30fff0f1d1307ce4842a672b1cf15ebc1ba"`
Sep 19 20:56:40.778 INFO blam! 00caf3ef2aaa17df3048344b6e5de30fff0f1d1307ce4842a672b1cf15ebc1ba