Sep 19 22:50:27.191 INFO checking pistoncore-input-0.20.0 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 22:50:27.191 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 22:50:27.191 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-7/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:27.416 INFO blam! 6c2b6c6d7cb792149babf5f585c1404c688c55974cb47a707f1b3796e2f0aebf Sep 19 22:50:27.419 INFO running `"docker" "start" "-a" "6c2b6c6d7cb792149babf5f585c1404c688c55974cb47a707f1b3796e2f0aebf"` Sep 19 22:50:28.482 INFO kablam! usermod: no changes Sep 19 22:50:28.578 INFO kablam! Checking pistoncore-input v0.20.0 (/source) Sep 19 22:50:33.166 INFO kablam! error[E0599]: no variant named `AfterRender` found for type `input::Input` in the current scope Sep 19 22:50:33.166 INFO kablam! --> benches/after_render.rs:12:13 Sep 19 22:50:33.166 INFO kablam! | Sep 19 22:50:33.166 INFO kablam! 12 | let e = Input::AfterRender(AfterRenderArgs); Sep 19 22:50:33.166 INFO kablam! | ^^^^^^^^^^^^^^^^^^ variant not found in `input::Input` Sep 19 22:50:33.166 INFO kablam! Sep 19 22:50:33.166 INFO kablam! error[E0277]: the trait bound `input::Input: input::AfterRenderEvent` is not satisfied Sep 19 22:50:33.166 INFO kablam! --> benches/after_render.rs:15:32 Sep 19 22:50:33.166 INFO kablam! | Sep 19 22:50:33.166 INFO kablam! 15 | let _: Option = AfterRenderEvent::from_after_render_args(&args, &e); Sep 19 22:50:33.166 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::AfterRenderEvent` is not implemented for `input::Input` Sep 19 22:50:33.166 INFO kablam! | Sep 19 22:50:33.166 INFO kablam! = note: required by `input::AfterRenderEvent::from_after_render_args` Sep 19 22:50:33.166 INFO kablam! Sep 19 22:50:33.175 INFO kablam! error: aborting due to 2 previous errors Sep 19 22:50:33.175 INFO kablam! Sep 19 22:50:33.175 INFO kablam! Some errors occurred: E0277, E0599. Sep 19 22:50:33.175 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 19 22:50:33.181 INFO kablam! error: Could not compile `pistoncore-input`. Sep 19 22:50:33.181 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 22:50:33.277 INFO kablam! error[E0277]: the trait bound `input::Input: input::CursorEvent` is not satisfied Sep 19 22:50:33.277 INFO kablam! --> benches/cursor.rs:12:46 Sep 19 22:50:33.277 INFO kablam! | Sep 19 22:50:33.277 INFO kablam! 12 | bencher.iter(|| { let _: Option = CursorEvent::from_cursor(true, &e); }); Sep 19 22:50:33.277 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::CursorEvent` is not implemented for `input::Input` Sep 19 22:50:33.277 INFO kablam! | Sep 19 22:50:33.277 INFO kablam! = note: required by `input::CursorEvent::from_cursor` Sep 19 22:50:33.277 INFO kablam! Sep 19 22:50:33.302 INFO kablam! error: aborting due to previous error Sep 19 22:50:33.302 INFO kablam! Sep 19 22:50:33.302 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 19 22:50:33.334 INFO kablam! error[E0277]: the trait bound `input::Input: input::ResizeEvent` is not satisfied Sep 19 22:50:33.334 INFO kablam! --> benches/resize.rs:13:46 Sep 19 22:50:33.334 INFO kablam! | Sep 19 22:50:33.334 INFO kablam! 13 | bencher.iter(|| { let _: Option = ResizeEvent::from_width_height(100, 100, &e); }); Sep 19 22:50:33.334 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ResizeEvent` is not implemented for `input::Input` Sep 19 22:50:33.334 INFO kablam! | Sep 19 22:50:33.334 INFO kablam! = note: required by `input::ResizeEvent::from_width_height` Sep 19 22:50:33.334 INFO kablam! Sep 19 22:50:33.334 INFO kablam! error: aborting due to previous error Sep 19 22:50:33.334 INFO kablam! Sep 19 22:50:33.334 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 19 22:50:33.339 INFO kablam! error: Could not compile `pistoncore-input`. Sep 19 22:50:33.339 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 22:50:33.346 INFO kablam! error: Could not compile `pistoncore-input`. Sep 19 22:50:33.346 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 22:50:33.440 INFO kablam! error[E0277]: the trait bound `input::Input: input::TextEvent` is not satisfied Sep 19 22:50:33.440 INFO kablam! --> benches/text.rs:13:46 Sep 19 22:50:33.440 INFO kablam! | Sep 19 22:50:33.440 INFO kablam! 13 | bencher.iter(|| { let _: Option = TextEvent::from_text("hello", &e); }); Sep 19 22:50:33.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `input::TextEvent` is not implemented for `input::Input` Sep 19 22:50:33.440 INFO kablam! | Sep 19 22:50:33.440 INFO kablam! = note: required by `input::TextEvent::from_text` Sep 19 22:50:33.440 INFO kablam! Sep 19 22:50:33.446 INFO kablam! error: aborting due to previous error Sep 19 22:50:33.446 INFO kablam! Sep 19 22:50:33.446 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 19 22:50:33.470 INFO kablam! error: Could not compile `pistoncore-input`. Sep 19 22:50:33.470 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 22:50:33.482 INFO kablam! error[E0599]: no variant named `Release` found for type `input::Input` in the current scope Sep 19 22:50:33.482 INFO kablam! --> benches/release.rs:12:13 Sep 19 22:50:33.482 INFO kablam! | Sep 19 22:50:33.482 INFO kablam! 12 | let e = Input::Release(Button::Keyboard(Key::S)); Sep 19 22:50:33.482 INFO kablam! | ^^^^^^^^^^^^^^ variant not found in `input::Input` Sep 19 22:50:33.482 INFO kablam! Sep 19 22:50:33.482 INFO kablam! error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied Sep 19 22:50:33.482 INFO kablam! --> benches/release.rs:14:46 Sep 19 22:50:33.482 INFO kablam! | Sep 19 22:50:33.482 INFO kablam! 14 | bencher.iter(|| { let _: Option = ReleaseEvent::from_button(button, &e); }); Sep 19 22:50:33.482 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input` Sep 19 22:50:33.482 INFO kablam! | Sep 19 22:50:33.488 INFO kablam! = note: required because of the requirements on the impl of `input::ReleaseEvent` for `input::Input` Sep 19 22:50:33.488 INFO kablam! = note: required by `input::ReleaseEvent::from_button` Sep 19 22:50:33.488 INFO kablam! Sep 19 22:50:33.488 INFO kablam! error: aborting due to 2 previous errors Sep 19 22:50:33.488 INFO kablam! Sep 19 22:50:33.488 INFO kablam! Some errors occurred: E0277, E0599. Sep 19 22:50:33.488 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 19 22:50:33.515 INFO kablam! error: Could not compile `pistoncore-input`. Sep 19 22:50:33.515 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 22:50:33.617 INFO kablam! error[E0599]: no variant named `Press` found for type `input::Input` in the current scope Sep 19 22:50:33.617 INFO kablam! --> benches/press.rs:12:13 Sep 19 22:50:33.617 INFO kablam! | Sep 19 22:50:33.617 INFO kablam! 12 | let e = Input::Press(Button::Keyboard(Key::S)); Sep 19 22:50:33.617 INFO kablam! | ^^^^^^^^^^^^ variant not found in `input::Input` Sep 19 22:50:33.617 INFO kablam! Sep 19 22:50:33.619 INFO kablam! error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied Sep 19 22:50:33.619 INFO kablam! --> benches/press.rs:14:46 Sep 19 22:50:33.619 INFO kablam! | Sep 19 22:50:33.619 INFO kablam! 14 | bencher.iter(|| { let _: Option = PressEvent::from_button(button, &e); }); Sep 19 22:50:33.619 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input` Sep 19 22:50:33.619 INFO kablam! | Sep 19 22:50:33.619 INFO kablam! = note: required because of the requirements on the impl of `input::PressEvent` for `input::Input` Sep 19 22:50:33.619 INFO kablam! = note: required by `input::PressEvent::from_button` Sep 19 22:50:33.619 INFO kablam! Sep 19 22:50:33.628 INFO kablam! error: aborting due to 2 previous errors Sep 19 22:50:33.630 INFO kablam! Sep 19 22:50:33.630 INFO kablam! Some errors occurred: E0277, E0599. Sep 19 22:50:33.630 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 19 22:50:33.645 INFO kablam! error[E0599]: no variant named `Update` found for type `input::Input` in the current scope Sep 19 22:50:33.645 INFO kablam! --> benches/update.rs:12:13 Sep 19 22:50:33.645 INFO kablam! | Sep 19 22:50:33.645 INFO kablam! 12 | let e = Input::Update(UpdateArgs { dt: 0.0 }); Sep 19 22:50:33.645 INFO kablam! | ^^^^^^^^^^^^^ variant not found in `input::Input` Sep 19 22:50:33.649 INFO kablam! error: Could not compile `pistoncore-input`. Sep 19 22:50:33.649 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 22:50:33.649 INFO kablam! Sep 19 22:50:33.649 INFO kablam! error[E0277]: the trait bound `input::Input: input::UpdateEvent` is not satisfied Sep 19 22:50:33.649 INFO kablam! --> benches/update.rs:14:46 Sep 19 22:50:33.649 INFO kablam! | Sep 19 22:50:33.649 INFO kablam! 14 | bencher.iter(|| { let _: Option = UpdateEvent::from_update_args(&args, &e); }); Sep 19 22:50:33.649 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::UpdateEvent` is not implemented for `input::Input` Sep 19 22:50:33.649 INFO kablam! | Sep 19 22:50:33.649 INFO kablam! = note: required by `input::UpdateEvent::from_update_args` Sep 19 22:50:33.649 INFO kablam! Sep 19 22:50:33.649 INFO kablam! error: aborting due to 2 previous errors Sep 19 22:50:33.650 INFO kablam! Sep 19 22:50:33.650 INFO kablam! Some errors occurred: E0277, E0599. Sep 19 22:50:33.650 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 19 22:50:33.658 INFO kablam! error: Could not compile `pistoncore-input`. Sep 19 22:50:33.658 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 22:50:33.696 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseCursorEvent` is not satisfied Sep 19 22:50:33.696 INFO kablam! --> benches/mouse.rs:13:46 Sep 19 22:50:33.696 INFO kablam! | Sep 19 22:50:33.696 INFO kablam! 13 | bencher.iter(|| { let _: Option = MouseCursorEvent::from_xy(1.0, 0.0, &e); }); Sep 19 22:50:33.696 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseCursorEvent` is not implemented for `input::Input` Sep 19 22:50:33.696 INFO kablam! | Sep 19 22:50:33.696 INFO kablam! = note: required by `input::MouseCursorEvent::from_xy` Sep 19 22:50:33.696 INFO kablam! Sep 19 22:50:33.698 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseRelativeEvent` is not satisfied Sep 19 22:50:33.698 INFO kablam! --> benches/mouse.rs:19:46 Sep 19 22:50:33.698 INFO kablam! | Sep 19 22:50:33.698 INFO kablam! 19 | bencher.iter(|| { let _: Option = MouseRelativeEvent::from_xy(1.0, 0.0, &e); }); Sep 19 22:50:33.698 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseRelativeEvent` is not implemented for `input::Input` Sep 19 22:50:33.698 INFO kablam! | Sep 19 22:50:33.698 INFO kablam! = note: required by `input::MouseRelativeEvent::from_xy` Sep 19 22:50:33.698 INFO kablam! Sep 19 22:50:33.698 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseScrollEvent` is not satisfied Sep 19 22:50:33.698 INFO kablam! --> benches/mouse.rs:25:46 Sep 19 22:50:33.698 INFO kablam! | Sep 19 22:50:33.698 INFO kablam! 25 | bencher.iter(|| { let _: Option = MouseScrollEvent::from_xy(1.0, 0.0, &e); }); Sep 19 22:50:33.698 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseScrollEvent` is not implemented for `input::Input` Sep 19 22:50:33.698 INFO kablam! | Sep 19 22:50:33.698 INFO kablam! = note: required by `input::MouseScrollEvent::from_xy` Sep 19 22:50:33.698 INFO kablam! Sep 19 22:50:33.698 INFO kablam! error: aborting due to 3 previous errors Sep 19 22:50:33.698 INFO kablam! Sep 19 22:50:33.698 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 19 22:50:33.715 INFO kablam! error: Could not compile `pistoncore-input`. Sep 19 22:50:33.715 INFO kablam! Sep 19 22:50:33.715 INFO kablam! To learn more, run the command again with --verbose. Sep 19 22:50:33.715 INFO kablam! su: No module specific data is present Sep 19 22:50:34.388 INFO running `"docker" "rm" "-f" "6c2b6c6d7cb792149babf5f585c1404c688c55974cb47a707f1b3796e2f0aebf"` Sep 19 22:50:34.451 INFO blam! 6c2b6c6d7cb792149babf5f585c1404c688c55974cb47a707f1b3796e2f0aebf