Sep 17 19:58:42.541 INFO checking pistoncore-input-0.20.0 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 17 19:58:42.541 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 17 19:58:42.541 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-0/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 19:58:43.021 INFO blam! 96c007842b827189b543c302945e80903b5eec3547f3e1a192b31cd6fa4b0502 Sep 17 19:58:43.023 INFO running `"docker" "start" "-a" "96c007842b827189b543c302945e80903b5eec3547f3e1a192b31cd6fa4b0502"` Sep 17 19:58:45.285 INFO kablam! usermod: no changes Sep 17 19:58:45.431 INFO kablam! Checking pistoncore-input v0.20.0 (/source) Sep 17 19:58:50.206 INFO kablam! error[E0277]: the trait bound `input::Input: input::ControllerAxisEvent` is not satisfied Sep 17 19:58:50.207 INFO kablam! --> benches/controller_axis.rs:17:32 Sep 17 19:58:50.207 INFO kablam! | Sep 17 19:58:50.207 INFO kablam! 17 | let _: Option = ControllerAxisEvent::from_controller_axis_args(ControllerAxisArgs { Sep 17 19:58:50.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ControllerAxisEvent` is not implemented for `input::Input` Sep 17 19:58:50.207 INFO kablam! | Sep 17 19:58:50.207 INFO kablam! = note: required by `input::ControllerAxisEvent::from_controller_axis_args` Sep 17 19:58:50.207 INFO kablam! Sep 17 19:58:50.207 INFO kablam! error: aborting due to previous error Sep 17 19:58:50.207 INFO kablam! Sep 17 19:58:50.207 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 17 19:58:50.224 INFO kablam! error: Could not compile `pistoncore-input`. Sep 17 19:58:50.224 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 19:58:50.247 INFO kablam! error[E0599]: no variant named `Release` found for type `input::Input` in the current scope Sep 17 19:58:50.247 INFO kablam! --> benches/release.rs:12:13 Sep 17 19:58:50.247 INFO kablam! | Sep 17 19:58:50.247 INFO kablam! 12 | let e = Input::Release(Button::Keyboard(Key::S)); Sep 17 19:58:50.247 INFO kablam! | ^^^^^^^^^^^^^^ variant not found in `input::Input` Sep 17 19:58:50.247 INFO kablam! Sep 17 19:58:50.247 INFO kablam! error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied Sep 17 19:58:50.247 INFO kablam! --> benches/release.rs:14:46 Sep 17 19:58:50.247 INFO kablam! | Sep 17 19:58:50.247 INFO kablam! 14 | bencher.iter(|| { let _: Option = ReleaseEvent::from_button(button, &e); }); Sep 17 19:58:50.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input` Sep 17 19:58:50.247 INFO kablam! | Sep 17 19:58:50.247 INFO kablam! = note: required because of the requirements on the impl of `input::ReleaseEvent` for `input::Input` Sep 17 19:58:50.250 INFO kablam! = note: required by `input::ReleaseEvent::from_button` Sep 17 19:58:50.250 INFO kablam! Sep 17 19:58:50.258 INFO kablam! error: aborting due to 2 previous errors Sep 17 19:58:50.258 INFO kablam! Sep 17 19:58:50.259 INFO kablam! Some errors occurred: E0277, E0599. Sep 17 19:58:50.259 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 17 19:58:50.259 INFO kablam! error: Could not compile `pistoncore-input`. Sep 17 19:58:50.259 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 19:58:50.287 INFO kablam! error[E0277]: the trait bound `input::Input: input::ResizeEvent` is not satisfied Sep 17 19:58:50.287 INFO kablam! --> benches/resize.rs:13:46 Sep 17 19:58:50.287 INFO kablam! | Sep 17 19:58:50.287 INFO kablam! 13 | bencher.iter(|| { let _: Option = ResizeEvent::from_width_height(100, 100, &e); }); Sep 17 19:58:50.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ResizeEvent` is not implemented for `input::Input` Sep 17 19:58:50.287 INFO kablam! | Sep 17 19:58:50.287 INFO kablam! = note: required by `input::ResizeEvent::from_width_height` Sep 17 19:58:50.287 INFO kablam! Sep 17 19:58:50.287 INFO kablam! error: aborting due to previous error Sep 17 19:58:50.287 INFO kablam! Sep 17 19:58:50.287 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 17 19:58:50.293 INFO kablam! error[E0599]: no variant named `AfterRender` found for type `input::Input` in the current scope Sep 17 19:58:50.293 INFO kablam! --> benches/after_render.rs:12:13 Sep 17 19:58:50.293 INFO kablam! | Sep 17 19:58:50.293 INFO kablam! 12 | let e = Input::AfterRender(AfterRenderArgs); Sep 17 19:58:50.293 INFO kablam! | ^^^^^^^^^^^^^^^^^^ variant not found in `input::Input` Sep 17 19:58:50.293 INFO kablam! Sep 17 19:58:50.293 INFO kablam! error[E0277]: the trait bound `input::Input: input::AfterRenderEvent` is not satisfied Sep 17 19:58:50.293 INFO kablam! --> benches/after_render.rs:15:32 Sep 17 19:58:50.293 INFO kablam! | Sep 17 19:58:50.293 INFO kablam! 15 | let _: Option = AfterRenderEvent::from_after_render_args(&args, &e); Sep 17 19:58:50.293 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::AfterRenderEvent` is not implemented for `input::Input` Sep 17 19:58:50.293 INFO kablam! | Sep 17 19:58:50.293 INFO kablam! = note: required by `input::AfterRenderEvent::from_after_render_args` Sep 17 19:58:50.293 INFO kablam! Sep 17 19:58:50.293 INFO kablam! error: aborting due to 2 previous errors Sep 17 19:58:50.293 INFO kablam! Sep 17 19:58:50.293 INFO kablam! Some errors occurred: E0277, E0599. Sep 17 19:58:50.293 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 17 19:58:50.300 INFO kablam! error: Could not compile `pistoncore-input`. Sep 17 19:58:50.300 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 19:58:50.301 INFO kablam! error: Could not compile `pistoncore-input`. Sep 17 19:58:50.301 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 19:58:50.326 INFO kablam! error[E0277]: the trait bound `input::Input: input::CursorEvent` is not satisfied Sep 17 19:58:50.326 INFO kablam! --> benches/cursor.rs:12:46 Sep 17 19:58:50.326 INFO kablam! | Sep 17 19:58:50.326 INFO kablam! 12 | bencher.iter(|| { let _: Option = CursorEvent::from_cursor(true, &e); }); Sep 17 19:58:50.326 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::CursorEvent` is not implemented for `input::Input` Sep 17 19:58:50.326 INFO kablam! | Sep 17 19:58:50.326 INFO kablam! = note: required by `input::CursorEvent::from_cursor` Sep 17 19:58:50.326 INFO kablam! Sep 17 19:58:50.328 INFO kablam! error: aborting due to previous error Sep 17 19:58:50.328 INFO kablam! Sep 17 19:58:50.328 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 17 19:58:50.334 INFO kablam! error: Could not compile `pistoncore-input`. Sep 17 19:58:50.334 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 19:58:50.338 INFO kablam! error[E0599]: no variant named `Render` found for type `input::Input` in the current scope Sep 17 19:58:50.338 INFO kablam! --> benches/render.rs:12:13 Sep 17 19:58:50.338 INFO kablam! | Sep 17 19:58:50.338 INFO kablam! 12 | let e = Input::Render(RenderArgs { Sep 17 19:58:50.338 INFO kablam! | ^^^^^^^^^^^^^ variant not found in `input::Input` Sep 17 19:58:50.338 INFO kablam! Sep 17 19:58:50.339 INFO kablam! error[E0277]: the trait bound `input::Input: input::RenderEvent` is not satisfied Sep 17 19:58:50.339 INFO kablam! --> benches/render.rs:26:46 Sep 17 19:58:50.339 INFO kablam! | Sep 17 19:58:50.339 INFO kablam! 26 | bencher.iter(|| { let _: Option = RenderEvent::from_render_args(&args, &e); }); Sep 17 19:58:50.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::RenderEvent` is not implemented for `input::Input` Sep 17 19:58:50.339 INFO kablam! | Sep 17 19:58:50.339 INFO kablam! = note: required by `input::RenderEvent::from_render_args` Sep 17 19:58:50.339 INFO kablam! Sep 17 19:58:50.341 INFO kablam! error: aborting due to 2 previous errors Sep 17 19:58:50.341 INFO kablam! Sep 17 19:58:50.342 INFO kablam! Some errors occurred: E0277, E0599. Sep 17 19:58:50.342 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 17 19:58:50.350 INFO kablam! error: Could not compile `pistoncore-input`. Sep 17 19:58:50.350 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 19:58:50.385 INFO kablam! error[E0599]: no variant named `Idle` found for type `input::Input` in the current scope Sep 17 19:58:50.386 INFO kablam! --> benches/idle.rs:12:13 Sep 17 19:58:50.386 INFO kablam! | Sep 17 19:58:50.386 INFO kablam! 12 | let e = Input::Idle(IdleArgs { dt: 1.0 }); Sep 17 19:58:50.386 INFO kablam! | ^^^^^^^^^^^ variant not found in `input::Input` Sep 17 19:58:50.386 INFO kablam! Sep 17 19:58:50.387 INFO kablam! error[E0277]: the trait bound `input::Input: input::IdleEvent` is not satisfied Sep 17 19:58:50.387 INFO kablam! --> benches/idle.rs:14:46 Sep 17 19:58:50.387 INFO kablam! | Sep 17 19:58:50.387 INFO kablam! 14 | bencher.iter(|| { let _: Option = IdleEvent::from_idle_args(&args, &e); }); Sep 17 19:58:50.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::IdleEvent` is not implemented for `input::Input` Sep 17 19:58:50.387 INFO kablam! | Sep 17 19:58:50.387 INFO kablam! = note: required by `input::IdleEvent::from_idle_args` Sep 17 19:58:50.387 INFO kablam! Sep 17 19:58:50.390 INFO kablam! error: aborting due to 2 previous errors Sep 17 19:58:50.390 INFO kablam! Sep 17 19:58:50.390 INFO kablam! Some errors occurred: E0277, E0599. Sep 17 19:58:50.390 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 17 19:58:50.401 INFO kablam! error: Could not compile `pistoncore-input`. Sep 17 19:58:50.401 INFO kablam! Sep 17 19:58:50.401 INFO kablam! To learn more, run the command again with --verbose. Sep 17 19:58:50.401 INFO kablam! su: No module specific data is present Sep 17 19:58:51.405 INFO running `"docker" "rm" "-f" "96c007842b827189b543c302945e80903b5eec3547f3e1a192b31cd6fa4b0502"` Sep 17 19:58:51.460 INFO blam! 96c007842b827189b543c302945e80903b5eec3547f3e1a192b31cd6fa4b0502