Sep 21 05:42:12.785 INFO checking pistoncore-input-0.21.0 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 05:42:12.785 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 05:42:12.785 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-7/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 05:42:13.031 INFO blam! dcb644876bc87e0feb8ca9426844cb9b237b27baa6f49b0fb5509bc2d3888f3c Sep 21 05:42:13.033 INFO running `"docker" "start" "-a" "dcb644876bc87e0feb8ca9426844cb9b237b27baa6f49b0fb5509bc2d3888f3c"` Sep 21 05:42:14.486 INFO kablam! usermod: no changes Sep 21 05:42:14.611 INFO kablam! Checking pistoncore-input v0.21.0 (/source) Sep 21 05:42:20.936 INFO kablam! error[E0277]: the trait bound `input::Input: input::CursorEvent` is not satisfied Sep 21 05:42:20.936 INFO kablam! --> benches/cursor.rs:12:46 Sep 21 05:42:20.936 INFO kablam! | Sep 21 05:42:20.936 INFO kablam! 12 | bencher.iter(|| { let _: Option = CursorEvent::from_cursor(true, &e); }); Sep 21 05:42:20.936 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::CursorEvent` is not implemented for `input::Input` Sep 21 05:42:20.939 INFO kablam! | Sep 21 05:42:20.939 INFO kablam! = note: required by `input::CursorEvent::from_cursor` Sep 21 05:42:20.939 INFO kablam! Sep 21 05:42:20.942 INFO kablam! error: aborting due to previous error Sep 21 05:42:20.942 INFO kablam! Sep 21 05:42:20.942 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 21 05:42:20.986 INFO kablam! error: Could not compile `pistoncore-input`. Sep 21 05:42:20.986 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 05:42:21.234 INFO kablam! error[E0599]: no variant named `Idle` found for type `input::Input` in the current scope Sep 21 05:42:21.234 INFO kablam! --> benches/idle.rs:12:13 Sep 21 05:42:21.234 INFO kablam! | Sep 21 05:42:21.234 INFO kablam! 12 | let e = Input::Idle(IdleArgs { dt: 1.0 }); Sep 21 05:42:21.234 INFO kablam! | ^^^^^^^^^^^ variant not found in `input::Input` Sep 21 05:42:21.234 INFO kablam! Sep 21 05:42:21.242 INFO kablam! error[E0277]: the trait bound `input::Input: input::IdleEvent` is not satisfied Sep 21 05:42:21.242 INFO kablam! --> benches/idle.rs:14:46 Sep 21 05:42:21.242 INFO kablam! | Sep 21 05:42:21.242 INFO kablam! 14 | bencher.iter(|| { let _: Option = IdleEvent::from_idle_args(&args, &e); }); Sep 21 05:42:21.242 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::IdleEvent` is not implemented for `input::Input` Sep 21 05:42:21.242 INFO kablam! | Sep 21 05:42:21.242 INFO kablam! = note: required by `input::IdleEvent::from_idle_args` Sep 21 05:42:21.242 INFO kablam! Sep 21 05:42:21.250 INFO kablam! error: aborting due to 2 previous errors Sep 21 05:42:21.250 INFO kablam! Sep 21 05:42:21.250 INFO kablam! Some errors occurred: E0277, E0599. Sep 21 05:42:21.250 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 21 05:42:21.274 INFO kablam! error: Could not compile `pistoncore-input`. Sep 21 05:42:21.274 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 05:42:21.462 INFO kablam! error[E0599]: no variant named `Press` found for type `input::Input` in the current scope Sep 21 05:42:21.462 INFO kablam! --> benches/press.rs:12:13 Sep 21 05:42:21.462 INFO kablam! | Sep 21 05:42:21.462 INFO kablam! 12 | let e = Input::Press(Button::Keyboard(Key::S)); Sep 21 05:42:21.462 INFO kablam! | ^^^^^^^^^^^^ variant not found in `input::Input` Sep 21 05:42:21.462 INFO kablam! Sep 21 05:42:21.464 INFO kablam! error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied Sep 21 05:42:21.464 INFO kablam! --> benches/press.rs:14:46 Sep 21 05:42:21.464 INFO kablam! | Sep 21 05:42:21.464 INFO kablam! 14 | bencher.iter(|| { let _: Option = PressEvent::from_button(button, &e); }); Sep 21 05:42:21.464 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input` Sep 21 05:42:21.464 INFO kablam! | Sep 21 05:42:21.464 INFO kablam! = note: required because of the requirements on the impl of `input::PressEvent` for `input::Input` Sep 21 05:42:21.464 INFO kablam! = note: required by `input::PressEvent::from_button` Sep 21 05:42:21.464 INFO kablam! Sep 21 05:42:21.470 INFO kablam! error: aborting due to 2 previous errors Sep 21 05:42:21.470 INFO kablam! Sep 21 05:42:21.470 INFO kablam! Some errors occurred: E0277, E0599. Sep 21 05:42:21.470 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 21 05:42:21.481 INFO kablam! error: Could not compile `pistoncore-input`. Sep 21 05:42:21.481 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 05:42:21.555 INFO kablam! error[E0277]: the trait bound `input::Input: input::ResizeEvent` is not satisfied Sep 21 05:42:21.555 INFO kablam! --> benches/resize.rs:13:46 Sep 21 05:42:21.555 INFO kablam! | Sep 21 05:42:21.555 INFO kablam! 13 | bencher.iter(|| { let _: Option = ResizeEvent::from_width_height(100, 100, &e); }); Sep 21 05:42:21.555 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ResizeEvent` is not implemented for `input::Input` Sep 21 05:42:21.555 INFO kablam! | Sep 21 05:42:21.555 INFO kablam! = note: required by `input::ResizeEvent::from_width_height` Sep 21 05:42:21.555 INFO kablam! Sep 21 05:42:21.586 INFO kablam! error: aborting due to previous error Sep 21 05:42:21.586 INFO kablam! Sep 21 05:42:21.586 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 21 05:42:21.590 INFO kablam! error[E0277]: the trait bound `input::Input: input::ControllerAxisEvent` is not satisfied Sep 21 05:42:21.590 INFO kablam! --> benches/controller_axis.rs:17:32 Sep 21 05:42:21.590 INFO kablam! | Sep 21 05:42:21.590 INFO kablam! 17 | let _: Option = ControllerAxisEvent::from_controller_axis_args(ControllerAxisArgs { Sep 21 05:42:21.590 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ControllerAxisEvent` is not implemented for `input::Input` Sep 21 05:42:21.590 INFO kablam! | Sep 21 05:42:21.590 INFO kablam! = note: required by `input::ControllerAxisEvent::from_controller_axis_args` Sep 21 05:42:21.590 INFO kablam! Sep 21 05:42:21.596 INFO kablam! error: aborting due to previous error Sep 21 05:42:21.596 INFO kablam! Sep 21 05:42:21.596 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 21 05:42:21.602 INFO kablam! error: Could not compile `pistoncore-input`. Sep 21 05:42:21.602 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 05:42:21.602 INFO kablam! error: Could not compile `pistoncore-input`. Sep 21 05:42:21.602 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 05:42:21.667 INFO kablam! error[E0599]: no variant named `AfterRender` found for type `input::Input` in the current scope Sep 21 05:42:21.667 INFO kablam! --> benches/after_render.rs:12:13 Sep 21 05:42:21.667 INFO kablam! | Sep 21 05:42:21.667 INFO kablam! 12 | let e = Input::AfterRender(AfterRenderArgs); Sep 21 05:42:21.667 INFO kablam! | ^^^^^^^^^^^^^^^^^^ variant not found in `input::Input` Sep 21 05:42:21.667 INFO kablam! Sep 21 05:42:21.667 INFO kablam! error[E0277]: the trait bound `input::Input: input::AfterRenderEvent` is not satisfied Sep 21 05:42:21.667 INFO kablam! --> benches/after_render.rs:15:32 Sep 21 05:42:21.667 INFO kablam! | Sep 21 05:42:21.667 INFO kablam! 15 | let _: Option = AfterRenderEvent::from_after_render_args(&args, &e); Sep 21 05:42:21.667 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::AfterRenderEvent` is not implemented for `input::Input` Sep 21 05:42:21.667 INFO kablam! | Sep 21 05:42:21.667 INFO kablam! = note: required by `input::AfterRenderEvent::from_after_render_args` Sep 21 05:42:21.667 INFO kablam! Sep 21 05:42:21.678 INFO kablam! error: aborting due to 2 previous errors Sep 21 05:42:21.678 INFO kablam! Sep 21 05:42:21.678 INFO kablam! Some errors occurred: E0277, E0599. Sep 21 05:42:21.678 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 21 05:42:21.678 INFO kablam! error: Could not compile `pistoncore-input`. Sep 21 05:42:21.678 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 05:42:21.733 INFO kablam! error[E0277]: the trait bound `input::Input: input::TextEvent` is not satisfied Sep 21 05:42:21.733 INFO kablam! --> benches/text.rs:13:46 Sep 21 05:42:21.733 INFO kablam! | Sep 21 05:42:21.733 INFO kablam! 13 | bencher.iter(|| { let _: Option = TextEvent::from_text("hello", &e); }); Sep 21 05:42:21.733 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `input::TextEvent` is not implemented for `input::Input` Sep 21 05:42:21.733 INFO kablam! | Sep 21 05:42:21.733 INFO kablam! = note: required by `input::TextEvent::from_text` Sep 21 05:42:21.733 INFO kablam! Sep 21 05:42:21.733 INFO kablam! error: aborting due to previous error Sep 21 05:42:21.733 INFO kablam! Sep 21 05:42:21.733 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 21 05:42:21.743 INFO kablam! error: Could not compile `pistoncore-input`. Sep 21 05:42:21.743 INFO kablam! Sep 21 05:42:21.743 INFO kablam! To learn more, run the command again with --verbose. Sep 21 05:42:21.747 INFO kablam! su: No module specific data is present Sep 21 05:42:22.243 INFO running `"docker" "rm" "-f" "dcb644876bc87e0feb8ca9426844cb9b237b27baa6f49b0fb5509bc2d3888f3c"` Sep 21 05:42:22.328 INFO blam! dcb644876bc87e0feb8ca9426844cb9b237b27baa6f49b0fb5509bc2d3888f3c