Sep 14 11:46:57.177 INFO checking pistoncore-input-0.21.0 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 11:46:57.177 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 11:46:57.177 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-3/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 11:46:57.651 INFO blam! 098e9b89d1e30fc8070ccfec30dde4d03ced3736327a51f7a9be968f4674ffd0 Sep 14 11:46:57.667 INFO running `"docker" "start" "-a" "098e9b89d1e30fc8070ccfec30dde4d03ced3736327a51f7a9be968f4674ffd0"` Sep 14 11:46:59.061 INFO kablam! usermod: no changes Sep 14 11:46:59.236 INFO kablam! Checking pistoncore-input v0.21.0 (file:///source) Sep 14 11:47:05.377 INFO kablam! error[E0599]: no variant named `Render` found for type `input::Input` in the current scope Sep 14 11:47:05.377 INFO kablam! --> benches/render.rs:12:13 Sep 14 11:47:05.377 INFO kablam! | Sep 14 11:47:05.377 INFO kablam! 12 | let e = Input::Render(RenderArgs { Sep 14 11:47:05.377 INFO kablam! | ^^^^^^^^^^^^^ variant not found in `input::Input` Sep 14 11:47:05.377 INFO kablam! Sep 14 11:47:05.404 INFO kablam! error[E0277]: the trait bound `input::Input: input::RenderEvent` is not satisfied Sep 14 11:47:05.404 INFO kablam! --> benches/render.rs:26:46 Sep 14 11:47:05.405 INFO kablam! | Sep 14 11:47:05.405 INFO kablam! 26 | bencher.iter(|| { let _: Option = RenderEvent::from_render_args(&args, &e); }); Sep 14 11:47:05.405 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::RenderEvent` is not implemented for `input::Input` Sep 14 11:47:05.405 INFO kablam! | Sep 14 11:47:05.405 INFO kablam! = note: required by `input::RenderEvent::from_render_args` Sep 14 11:47:05.405 INFO kablam! Sep 14 11:47:05.415 INFO kablam! error: aborting due to 2 previous errors Sep 14 11:47:05.424 INFO kablam! Sep 14 11:47:05.424 INFO kablam! Some errors occurred: E0277, E0599. Sep 14 11:47:05.424 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 14 11:47:05.460 INFO kablam! error: Could not compile `pistoncore-input`. Sep 14 11:47:05.460 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 11:47:05.591 INFO kablam! error[E0277]: the trait bound `input::Input: input::ResizeEvent` is not satisfied Sep 14 11:47:05.591 INFO kablam! --> benches/resize.rs:13:46 Sep 14 11:47:05.591 INFO kablam! | Sep 14 11:47:05.591 INFO kablam! 13 | bencher.iter(|| { let _: Option = ResizeEvent::from_width_height(100, 100, &e); }); Sep 14 11:47:05.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ResizeEvent` is not implemented for `input::Input` Sep 14 11:47:05.591 INFO kablam! | Sep 14 11:47:05.591 INFO kablam! = note: required by `input::ResizeEvent::from_width_height` Sep 14 11:47:05.591 INFO kablam! Sep 14 11:47:05.607 INFO kablam! error: aborting due to previous error Sep 14 11:47:05.619 INFO kablam! Sep 14 11:47:05.619 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 14 11:47:05.639 INFO kablam! error: Could not compile `pistoncore-input`. Sep 14 11:47:05.639 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 11:47:05.810 INFO kablam! error[E0277]: the trait bound `input::Input: input::CursorEvent` is not satisfied Sep 14 11:47:05.810 INFO kablam! --> benches/cursor.rs:12:46 Sep 14 11:47:05.810 INFO kablam! | Sep 14 11:47:05.810 INFO kablam! 12 | bencher.iter(|| { let _: Option = CursorEvent::from_cursor(true, &e); }); Sep 14 11:47:05.810 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::CursorEvent` is not implemented for `input::Input` Sep 14 11:47:05.810 INFO kablam! | Sep 14 11:47:05.810 INFO kablam! = note: required by `input::CursorEvent::from_cursor` Sep 14 11:47:05.810 INFO kablam! Sep 14 11:47:05.812 INFO kablam! error: aborting due to previous error Sep 14 11:47:05.812 INFO kablam! Sep 14 11:47:05.813 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 14 11:47:05.820 INFO kablam! error: Could not compile `pistoncore-input`. Sep 14 11:47:05.820 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 11:47:05.912 INFO kablam! error[E0599]: no variant named `Idle` found for type `input::Input` in the current scope Sep 14 11:47:05.912 INFO kablam! --> benches/idle.rs:12:13 Sep 14 11:47:05.912 INFO kablam! | Sep 14 11:47:05.912 INFO kablam! 12 | let e = Input::Idle(IdleArgs { dt: 1.0 }); Sep 14 11:47:05.912 INFO kablam! | ^^^^^^^^^^^ variant not found in `input::Input` Sep 14 11:47:05.913 INFO kablam! Sep 14 11:47:05.914 INFO kablam! error[E0277]: the trait bound `input::Input: input::IdleEvent` is not satisfied Sep 14 11:47:05.914 INFO kablam! --> benches/idle.rs:14:46 Sep 14 11:47:05.914 INFO kablam! | Sep 14 11:47:05.914 INFO kablam! 14 | bencher.iter(|| { let _: Option = IdleEvent::from_idle_args(&args, &e); }); Sep 14 11:47:05.914 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::IdleEvent` is not implemented for `input::Input` Sep 14 11:47:05.915 INFO kablam! | Sep 14 11:47:05.915 INFO kablam! = note: required by `input::IdleEvent::from_idle_args` Sep 14 11:47:05.915 INFO kablam! Sep 14 11:47:05.935 INFO kablam! error: aborting due to 2 previous errors Sep 14 11:47:05.935 INFO kablam! Sep 14 11:47:05.936 INFO kablam! Some errors occurred: E0277, E0599. Sep 14 11:47:05.936 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 14 11:47:05.952 INFO kablam! error: Could not compile `pistoncore-input`. Sep 14 11:47:05.953 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 11:47:05.988 INFO kablam! error[E0599]: no variant named `Press` found for type `input::Input` in the current scope Sep 14 11:47:05.988 INFO kablam! --> benches/press.rs:12:13 Sep 14 11:47:05.988 INFO kablam! | Sep 14 11:47:05.988 INFO kablam! 12 | let e = Input::Press(Button::Keyboard(Key::S)); Sep 14 11:47:05.988 INFO kablam! | ^^^^^^^^^^^^ variant not found in `input::Input` Sep 14 11:47:05.988 INFO kablam! Sep 14 11:47:05.989 INFO kablam! error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied Sep 14 11:47:05.989 INFO kablam! --> benches/press.rs:14:46 Sep 14 11:47:05.989 INFO kablam! | Sep 14 11:47:05.989 INFO kablam! 14 | bencher.iter(|| { let _: Option = PressEvent::from_button(button, &e); }); Sep 14 11:47:05.989 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input` Sep 14 11:47:05.989 INFO kablam! | Sep 14 11:47:05.989 INFO kablam! = note: required because of the requirements on the impl of `input::PressEvent` for `input::Input` Sep 14 11:47:05.989 INFO kablam! = note: required by `input::PressEvent::from_button` Sep 14 11:47:05.989 INFO kablam! Sep 14 11:47:06.022 INFO kablam! error: aborting due to 2 previous errors Sep 14 11:47:06.022 INFO kablam! Sep 14 11:47:06.022 INFO kablam! Some errors occurred: E0277, E0599. Sep 14 11:47:06.022 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 14 11:47:06.031 INFO kablam! error: Could not compile `pistoncore-input`. Sep 14 11:47:06.031 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 11:47:06.051 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseCursorEvent` is not satisfied Sep 14 11:47:06.051 INFO kablam! --> benches/mouse.rs:13:46 Sep 14 11:47:06.051 INFO kablam! | Sep 14 11:47:06.051 INFO kablam! 13 | bencher.iter(|| { let _: Option = MouseCursorEvent::from_xy(1.0, 0.0, &e); }); Sep 14 11:47:06.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseCursorEvent` is not implemented for `input::Input` Sep 14 11:47:06.051 INFO kablam! | Sep 14 11:47:06.051 INFO kablam! = note: required by `input::MouseCursorEvent::from_xy` Sep 14 11:47:06.051 INFO kablam! Sep 14 11:47:06.052 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseRelativeEvent` is not satisfied Sep 14 11:47:06.052 INFO kablam! --> benches/mouse.rs:19:46 Sep 14 11:47:06.052 INFO kablam! | Sep 14 11:47:06.052 INFO kablam! 19 | bencher.iter(|| { let _: Option = MouseRelativeEvent::from_xy(1.0, 0.0, &e); }); Sep 14 11:47:06.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseRelativeEvent` is not implemented for `input::Input` Sep 14 11:47:06.052 INFO kablam! | Sep 14 11:47:06.052 INFO kablam! = note: required by `input::MouseRelativeEvent::from_xy` Sep 14 11:47:06.052 INFO kablam! Sep 14 11:47:06.053 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseScrollEvent` is not satisfied Sep 14 11:47:06.053 INFO kablam! --> benches/mouse.rs:25:46 Sep 14 11:47:06.053 INFO kablam! | Sep 14 11:47:06.053 INFO kablam! 25 | bencher.iter(|| { let _: Option = MouseScrollEvent::from_xy(1.0, 0.0, &e); }); Sep 14 11:47:06.053 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseScrollEvent` is not implemented for `input::Input` Sep 14 11:47:06.053 INFO kablam! | Sep 14 11:47:06.053 INFO kablam! = note: required by `input::MouseScrollEvent::from_xy` Sep 14 11:47:06.053 INFO kablam! Sep 14 11:47:06.057 INFO kablam! error: aborting due to 3 previous errors Sep 14 11:47:06.057 INFO kablam! Sep 14 11:47:06.057 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 14 11:47:06.063 INFO kablam! error: Could not compile `pistoncore-input`. Sep 14 11:47:06.063 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 11:47:06.167 INFO kablam! error[E0599]: no variant named `Release` found for type `input::Input` in the current scope Sep 14 11:47:06.167 INFO kablam! --> benches/release.rs:12:13 Sep 14 11:47:06.167 INFO kablam! | Sep 14 11:47:06.167 INFO kablam! 12 | let e = Input::Release(Button::Keyboard(Key::S)); Sep 14 11:47:06.167 INFO kablam! | ^^^^^^^^^^^^^^ variant not found in `input::Input` Sep 14 11:47:06.167 INFO kablam! Sep 14 11:47:06.167 INFO kablam! error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied Sep 14 11:47:06.167 INFO kablam! --> benches/release.rs:14:46 Sep 14 11:47:06.167 INFO kablam! | Sep 14 11:47:06.167 INFO kablam! 14 | bencher.iter(|| { let _: Option = ReleaseEvent::from_button(button, &e); }); Sep 14 11:47:06.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input` Sep 14 11:47:06.167 INFO kablam! | Sep 14 11:47:06.167 INFO kablam! = note: required because of the requirements on the impl of `input::ReleaseEvent` for `input::Input` Sep 14 11:47:06.167 INFO kablam! = note: required by `input::ReleaseEvent::from_button` Sep 14 11:47:06.167 INFO kablam! Sep 14 11:47:06.167 INFO kablam! error: aborting due to 2 previous errors Sep 14 11:47:06.167 INFO kablam! Sep 14 11:47:06.167 INFO kablam! Some errors occurred: E0277, E0599. Sep 14 11:47:06.167 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 14 11:47:06.174 INFO kablam! error: Could not compile `pistoncore-input`. Sep 14 11:47:06.175 INFO kablam! Sep 14 11:47:06.175 INFO kablam! To learn more, run the command again with --verbose. Sep 14 11:47:06.179 INFO kablam! su: No module specific data is present Sep 14 11:47:06.743 INFO running `"docker" "rm" "-f" "098e9b89d1e30fc8070ccfec30dde4d03ced3736327a51f7a9be968f4674ffd0"` Sep 14 11:47:06.803 INFO blam! 098e9b89d1e30fc8070ccfec30dde4d03ced3736327a51f7a9be968f4674ffd0