Sep 01 11:21:13.095 INFO checking pistoncore-input-0.21.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831
Sep 01 11:21:13.095 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets
Sep 01 11:21:13.095 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-3/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:13.297 INFO blam! ff070d3decf1b71f97f56d68652e94845dc1c4a4e3fcd98660dee759002705c7
Sep 01 11:21:13.297 INFO running `"docker" "start" "-a" "ff070d3decf1b71f97f56d68652e94845dc1c4a4e3fcd98660dee759002705c7"`
Sep 01 11:21:14.166 INFO kablam! Checking pistoncore-input v0.21.0 (file:///source)
Sep 01 11:21:21.421 INFO kablam! error[E0599]: no variant named `Idle` found for type `input::Input` in the current scope
Sep 01 11:21:21.421 INFO kablam! --> benches/idle.rs:12:13
Sep 01 11:21:21.421 INFO kablam! |
Sep 01 11:21:21.421 INFO kablam! 12 | let e = Input::Idle(IdleArgs { dt: 1.0 });
Sep 01 11:21:21.421 INFO kablam! | ^^^^^^^^^^^ variant not found in `input::Input`
Sep 01 11:21:21.452 INFO kablam!
Sep 01 11:21:21.455 INFO kablam! error[E0277]: the trait bound `input::Input: input::IdleEvent` is not satisfied
Sep 01 11:21:21.455 INFO kablam! --> benches/idle.rs:14:46
Sep 01 11:21:21.455 INFO kablam! |
Sep 01 11:21:21.455 INFO kablam! 14 | bencher.iter(|| { let _: Option = IdleEvent::from_idle_args(&args, &e); });
Sep 01 11:21:21.455 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::IdleEvent` is not implemented for `input::Input`
Sep 01 11:21:21.464 INFO kablam! |
Sep 01 11:21:21.465 INFO kablam! = note: required by `input::IdleEvent::from_idle_args`
Sep 01 11:21:21.465 INFO kablam!
Sep 01 11:21:21.468 INFO kablam! error: aborting due to 2 previous errors
Sep 01 11:21:21.480 INFO kablam!
Sep 01 11:21:21.481 INFO kablam! Some errors occurred: E0277, E0599.
Sep 01 11:21:21.481 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Sep 01 11:21:21.491 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 01 11:21:21.491 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 01 11:21:22.364 INFO kablam! error[E0277]: the trait bound `input::Input: input::CursorEvent` is not satisfied
Sep 01 11:21:22.364 INFO kablam! --> benches/cursor.rs:12:46
Sep 01 11:21:22.364 INFO kablam! |
Sep 01 11:21:22.364 INFO kablam! 12 | bencher.iter(|| { let _: Option = CursorEvent::from_cursor(true, &e); });
Sep 01 11:21:22.364 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::CursorEvent` is not implemented for `input::Input`
Sep 01 11:21:22.364 INFO kablam! |
Sep 01 11:21:22.364 INFO kablam! = note: required by `input::CursorEvent::from_cursor`
Sep 01 11:21:22.364 INFO kablam!
Sep 01 11:21:22.367 INFO kablam! error: aborting due to previous error
Sep 01 11:21:22.388 INFO kablam!
Sep 01 11:21:22.388 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 01 11:21:22.400 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 01 11:21:22.401 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 01 11:21:22.516 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseCursorEvent` is not satisfied
Sep 01 11:21:22.516 INFO kablam! --> benches/mouse.rs:13:46
Sep 01 11:21:22.516 INFO kablam! |
Sep 01 11:21:22.516 INFO kablam! 13 | bencher.iter(|| { let _: Option = MouseCursorEvent::from_xy(1.0, 0.0, &e); });
Sep 01 11:21:22.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseCursorEvent` is not implemented for `input::Input`
Sep 01 11:21:22.516 INFO kablam! |
Sep 01 11:21:22.516 INFO kablam! = note: required by `input::MouseCursorEvent::from_xy`
Sep 01 11:21:22.516 INFO kablam!
Sep 01 11:21:22.535 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseRelativeEvent` is not satisfied
Sep 01 11:21:22.535 INFO kablam! --> benches/mouse.rs:19:46
Sep 01 11:21:22.535 INFO kablam! |
Sep 01 11:21:22.535 INFO kablam! 19 | bencher.iter(|| { let _: Option = MouseRelativeEvent::from_xy(1.0, 0.0, &e); });
Sep 01 11:21:22.535 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseRelativeEvent` is not implemented for `input::Input`
Sep 01 11:21:22.535 INFO kablam! |
Sep 01 11:21:22.535 INFO kablam! = note: required by `input::MouseRelativeEvent::from_xy`
Sep 01 11:21:22.535 INFO kablam!
Sep 01 11:21:22.536 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseScrollEvent` is not satisfied
Sep 01 11:21:22.536 INFO kablam! --> benches/mouse.rs:25:46
Sep 01 11:21:22.536 INFO kablam! |
Sep 01 11:21:22.536 INFO kablam! 25 | bencher.iter(|| { let _: Option = MouseScrollEvent::from_xy(1.0, 0.0, &e); });
Sep 01 11:21:22.536 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseScrollEvent` is not implemented for `input::Input`
Sep 01 11:21:22.536 INFO kablam! |
Sep 01 11:21:22.536 INFO kablam! = note: required by `input::MouseScrollEvent::from_xy`
Sep 01 11:21:22.536 INFO kablam!
Sep 01 11:21:22.550 INFO kablam! error: aborting due to 3 previous errors
Sep 01 11:21:22.550 INFO kablam!
Sep 01 11:21:22.550 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 01 11:21:22.571 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 01 11:21:22.572 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 01 11:21:22.808 INFO kablam! error[E0277]: the trait bound `input::Input: input::FocusEvent` is not satisfied
Sep 01 11:21:22.808 INFO kablam! --> benches/focus.rs:13:46
Sep 01 11:21:22.808 INFO kablam! |
Sep 01 11:21:22.808 INFO kablam! 13 | bencher.iter(|| { let _: Option = FocusEvent::from_focused(true, &e); });
Sep 01 11:21:22.808 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::FocusEvent` is not implemented for `input::Input`
Sep 01 11:21:22.808 INFO kablam! |
Sep 01 11:21:22.808 INFO kablam! = note: required by `input::FocusEvent::from_focused`
Sep 01 11:21:22.808 INFO kablam!
Sep 01 11:21:22.824 INFO kablam! error: aborting due to previous error
Sep 01 11:21:22.824 INFO kablam!
Sep 01 11:21:22.824 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 01 11:21:22.857 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 01 11:21:22.858 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 01 11:21:22.938 INFO kablam! error[E0599]: no variant named `Update` found for type `input::Input` in the current scope
Sep 01 11:21:22.938 INFO kablam! --> benches/update.rs:12:13
Sep 01 11:21:22.938 INFO kablam! |
Sep 01 11:21:22.938 INFO kablam! 12 | let e = Input::Update(UpdateArgs { dt: 0.0 });
Sep 01 11:21:22.938 INFO kablam! | ^^^^^^^^^^^^^ variant not found in `input::Input`
Sep 01 11:21:22.938 INFO kablam!
Sep 01 11:21:22.939 INFO kablam! error[E0277]: the trait bound `input::Input: input::UpdateEvent` is not satisfied
Sep 01 11:21:22.939 INFO kablam! --> benches/update.rs:14:46
Sep 01 11:21:22.939 INFO kablam! |
Sep 01 11:21:22.940 INFO kablam! 14 | bencher.iter(|| { let _: Option = UpdateEvent::from_update_args(&args, &e); });
Sep 01 11:21:22.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::UpdateEvent` is not implemented for `input::Input`
Sep 01 11:21:22.940 INFO kablam! |
Sep 01 11:21:22.940 INFO kablam! = note: required by `input::UpdateEvent::from_update_args`
Sep 01 11:21:22.940 INFO kablam!
Sep 01 11:21:22.967 INFO kablam! error: aborting due to 2 previous errors
Sep 01 11:21:22.967 INFO kablam!
Sep 01 11:21:22.967 INFO kablam! Some errors occurred: E0277, E0599.
Sep 01 11:21:22.967 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Sep 01 11:21:22.975 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 01 11:21:22.976 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 01 11:21:22.982 INFO kablam! error[E0599]: no variant named `AfterRender` found for type `input::Input` in the current scope
Sep 01 11:21:22.982 INFO kablam! --> benches/after_render.rs:12:13
Sep 01 11:21:22.982 INFO kablam! |
Sep 01 11:21:22.982 INFO kablam! 12 | let e = Input::AfterRender(AfterRenderArgs);
Sep 01 11:21:22.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^ variant not found in `input::Input`
Sep 01 11:21:22.988 INFO kablam!
Sep 01 11:21:22.990 INFO kablam! error[E0277]: the trait bound `input::Input: input::AfterRenderEvent` is not satisfied
Sep 01 11:21:22.990 INFO kablam! --> benches/after_render.rs:15:32
Sep 01 11:21:22.990 INFO kablam! |
Sep 01 11:21:22.990 INFO kablam! 15 | let _: Option = AfterRenderEvent::from_after_render_args(&args, &e);
Sep 01 11:21:22.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::AfterRenderEvent` is not implemented for `input::Input`
Sep 01 11:21:22.990 INFO kablam! |
Sep 01 11:21:22.990 INFO kablam! = note: required by `input::AfterRenderEvent::from_after_render_args`
Sep 01 11:21:22.990 INFO kablam!
Sep 01 11:21:22.993 INFO kablam! error: aborting due to 2 previous errors
Sep 01 11:21:22.993 INFO kablam!
Sep 01 11:21:22.993 INFO kablam! Some errors occurred: E0277, E0599.
Sep 01 11:21:22.993 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Sep 01 11:21:23.013 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 01 11:21:23.014 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 01 11:21:23.332 INFO kablam! error[E0277]: the trait bound `input::Input: input::TextEvent` is not satisfied
Sep 01 11:21:23.332 INFO kablam! --> benches/text.rs:13:46
Sep 01 11:21:23.332 INFO kablam! |
Sep 01 11:21:23.332 INFO kablam! 13 | bencher.iter(|| { let _: Option = TextEvent::from_text("hello", &e); });
Sep 01 11:21:23.332 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `input::TextEvent` is not implemented for `input::Input`
Sep 01 11:21:23.332 INFO kablam! |
Sep 01 11:21:23.332 INFO kablam! = note: required by `input::TextEvent::from_text`
Sep 01 11:21:23.332 INFO kablam!
Sep 01 11:21:23.335 INFO kablam! error: aborting due to previous error
Sep 01 11:21:23.335 INFO kablam!
Sep 01 11:21:23.335 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 01 11:21:23.345 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 01 11:21:23.345 INFO kablam!
Sep 01 11:21:23.345 INFO kablam! To learn more, run the command again with --verbose.
Sep 01 11:21:23.347 INFO kablam! su: No module specific data is present
Sep 01 11:21:23.851 INFO running `"docker" "rm" "-f" "ff070d3decf1b71f97f56d68652e94845dc1c4a4e3fcd98660dee759002705c7"`
Sep 01 11:21:23.985 INFO blam! ff070d3decf1b71f97f56d68652e94845dc1c4a4e3fcd98660dee759002705c7