Oct 13 10:53:13.033 INFO checking pistoncore-input-0.21.0 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977
Oct 13 10:53:13.033 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-6/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"`
Oct 13 10:53:13.494 INFO blam! c97a75650e9162c3cefaa0b2123e53e9b765e81563337e7e63cb8390b03c10d5
Oct 13 10:53:13.495 INFO running `"docker" "start" "-a" "c97a75650e9162c3cefaa0b2123e53e9b765e81563337e7e63cb8390b03c10d5"`
Oct 13 10:53:15.413 INFO kablam! usermod: no changes
Oct 13 10:53:15.560 INFO kablam! Checking pistoncore-input v0.21.0 (/source)
Oct 13 10:53:26.004 INFO kablam! error[E0277]: the trait bound `input::Input: input::ResizeEvent` is not satisfied
Oct 13 10:53:26.004 INFO kablam! --> benches/resize.rs:13:46
Oct 13 10:53:26.004 INFO kablam! |
Oct 13 10:53:26.004 INFO kablam! 13 | bencher.iter(|| { let _: Option = ResizeEvent::from_width_height(100, 100, &e); });
Oct 13 10:53:26.004 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ResizeEvent` is not implemented for `input::Input`
Oct 13 10:53:26.004 INFO kablam! |
Oct 13 10:53:26.004 INFO kablam! = note: required by `input::ResizeEvent::from_width_height`
Oct 13 10:53:26.004 INFO kablam!
Oct 13 10:53:26.012 INFO kablam! error: aborting due to previous error
Oct 13 10:53:26.012 INFO kablam!
Oct 13 10:53:26.012 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Oct 13 10:53:26.048 INFO kablam! error: Could not compile `pistoncore-input`.
Oct 13 10:53:26.048 INFO kablam! warning: build failed, waiting for other jobs to finish...
Oct 13 10:53:26.687 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseCursorEvent` is not satisfied
Oct 13 10:53:26.687 INFO kablam! --> benches/mouse.rs:13:46
Oct 13 10:53:26.687 INFO kablam! |
Oct 13 10:53:26.687 INFO kablam! 13 | bencher.iter(|| { let _: Option = MouseCursorEvent::from_xy(1.0, 0.0, &e); });
Oct 13 10:53:26.687 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseCursorEvent` is not implemented for `input::Input`
Oct 13 10:53:26.694 INFO kablam! |
Oct 13 10:53:26.694 INFO kablam! = note: required by `input::MouseCursorEvent::from_xy`
Oct 13 10:53:26.694 INFO kablam!
Oct 13 10:53:26.694 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseRelativeEvent` is not satisfied
Oct 13 10:53:26.694 INFO kablam! --> benches/mouse.rs:19:46
Oct 13 10:53:26.694 INFO kablam! |
Oct 13 10:53:26.694 INFO kablam! 19 | bencher.iter(|| { let _: Option = MouseRelativeEvent::from_xy(1.0, 0.0, &e); });
Oct 13 10:53:26.694 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseRelativeEvent` is not implemented for `input::Input`
Oct 13 10:53:26.694 INFO kablam! |
Oct 13 10:53:26.694 INFO kablam! = note: required by `input::MouseRelativeEvent::from_xy`
Oct 13 10:53:26.694 INFO kablam!
Oct 13 10:53:26.696 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseScrollEvent` is not satisfied
Oct 13 10:53:26.696 INFO kablam! --> benches/mouse.rs:25:46
Oct 13 10:53:26.696 INFO kablam! |
Oct 13 10:53:26.696 INFO kablam! 25 | bencher.iter(|| { let _: Option = MouseScrollEvent::from_xy(1.0, 0.0, &e); });
Oct 13 10:53:26.696 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseScrollEvent` is not implemented for `input::Input`
Oct 13 10:53:26.696 INFO kablam! |
Oct 13 10:53:26.696 INFO kablam! = note: required by `input::MouseScrollEvent::from_xy`
Oct 13 10:53:26.696 INFO kablam!
Oct 13 10:53:26.700 INFO kablam! error: aborting due to 3 previous errors
Oct 13 10:53:26.704 INFO kablam!
Oct 13 10:53:26.704 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Oct 13 10:53:26.712 INFO kablam! error: Could not compile `pistoncore-input`.
Oct 13 10:53:26.712 INFO kablam! warning: build failed, waiting for other jobs to finish...
Oct 13 10:53:28.272 INFO kablam! error[E0599]: no variant named `AfterRender` found for type `input::Input` in the current scope
Oct 13 10:53:28.277 INFO kablam! --> benches/after_render.rs:12:13
Oct 13 10:53:28.277 INFO kablam! |
Oct 13 10:53:28.277 INFO kablam! 12 | let e = Input::AfterRender(AfterRenderArgs);
Oct 13 10:53:28.277 INFO kablam! | ^^^^^^^^^^^^^^^^^^ variant not found in `input::Input`
Oct 13 10:53:28.278 INFO kablam!
Oct 13 10:53:28.289 INFO kablam! error[E0277]: the trait bound `input::Input: input::AfterRenderEvent` is not satisfied
Oct 13 10:53:28.290 INFO kablam! --> benches/after_render.rs:15:32
Oct 13 10:53:28.292 INFO kablam! |
Oct 13 10:53:28.293 INFO kablam! 15 | let _: Option = AfterRenderEvent::from_after_render_args(&args, &e);
Oct 13 10:53:28.293 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::AfterRenderEvent` is not implemented for `input::Input`
Oct 13 10:53:28.293 INFO kablam! |
Oct 13 10:53:28.294 INFO kablam! = note: required by `input::AfterRenderEvent::from_after_render_args`
Oct 13 10:53:28.294 INFO kablam!
Oct 13 10:53:28.301 INFO kablam! error: aborting due to 2 previous errors
Oct 13 10:53:28.301 INFO kablam!
Oct 13 10:53:28.301 INFO kablam! Some errors occurred: E0277, E0599.
Oct 13 10:53:28.302 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Oct 13 10:53:28.337 INFO kablam! error: Could not compile `pistoncore-input`.
Oct 13 10:53:28.338 INFO kablam! warning: build failed, waiting for other jobs to finish...
Oct 13 10:53:28.519 INFO kablam! error[E0277]: the trait bound `input::Input: input::ControllerAxisEvent` is not satisfied
Oct 13 10:53:28.520 INFO kablam! --> benches/controller_axis.rs:17:32
Oct 13 10:53:28.520 INFO kablam! |
Oct 13 10:53:28.521 INFO kablam! 17 | let _: Option = ControllerAxisEvent::from_controller_axis_args(ControllerAxisArgs {
Oct 13 10:53:28.521 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ControllerAxisEvent` is not implemented for `input::Input`
Oct 13 10:53:28.522 INFO kablam! error[E0277]: the trait bound `input::Input: input::FocusEvent` is not satisfied
Oct 13 10:53:28.523 INFO kablam! --> benches/focus.rs:13:46
Oct 13 10:53:28.523 INFO kablam! |
Oct 13 10:53:28.524 INFO kablam! 13 | bencher.iter(|| { let _: Option = FocusEvent::from_focused(true, &e); });
Oct 13 10:53:28.524 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::FocusEvent` is not implemented for `input::Input`
Oct 13 10:53:28.524 INFO kablam! |
Oct 13 10:53:28.525 INFO kablam! = note: required by `input::FocusEvent::from_focused`
Oct 13 10:53:28.525 INFO kablam!
Oct 13 10:53:28.525 INFO kablam! error: aborting due to previous error
Oct 13 10:53:28.525 INFO kablam!
Oct 13 10:53:28.526 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Oct 13 10:53:28.531 INFO kablam! |
Oct 13 10:53:28.531 INFO kablam! = note: required by `input::ControllerAxisEvent::from_controller_axis_args`
Oct 13 10:53:28.531 INFO kablam!
Oct 13 10:53:28.532 INFO kablam! error: aborting due to previous error
Oct 13 10:53:28.532 INFO kablam!
Oct 13 10:53:28.533 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Oct 13 10:53:28.542 INFO kablam! error: Could not compile `pistoncore-input`.
Oct 13 10:53:28.542 INFO kablam! warning: build failed, waiting for other jobs to finish...
Oct 13 10:53:28.544 INFO kablam! error: Could not compile `pistoncore-input`.
Oct 13 10:53:28.544 INFO kablam! warning: build failed, waiting for other jobs to finish...
Oct 13 10:53:28.661 INFO kablam! error[E0277]: the trait bound `input::Input: input::CursorEvent` is not satisfied
Oct 13 10:53:28.661 INFO kablam! --> benches/cursor.rs:12:46
Oct 13 10:53:28.661 INFO kablam! |
Oct 13 10:53:28.662 INFO kablam! 12 | bencher.iter(|| { let _: Option = CursorEvent::from_cursor(true, &e); });
Oct 13 10:53:28.662 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::CursorEvent` is not implemented for `input::Input`
Oct 13 10:53:28.662 INFO kablam! |
Oct 13 10:53:28.662 INFO kablam! = note: required by `input::CursorEvent::from_cursor`
Oct 13 10:53:28.663 INFO kablam!
Oct 13 10:53:28.663 INFO kablam! error: aborting due to previous error
Oct 13 10:53:28.663 INFO kablam!
Oct 13 10:53:28.664 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Oct 13 10:53:28.693 INFO kablam! error: Could not compile `pistoncore-input`.
Oct 13 10:53:28.693 INFO kablam! warning: build failed, waiting for other jobs to finish...
Oct 13 10:53:28.794 INFO kablam! error[E0599]: no variant named `Release` found for type `input::Input` in the current scope
Oct 13 10:53:28.795 INFO kablam! --> benches/release.rs:12:13
Oct 13 10:53:28.795 INFO kablam! |
Oct 13 10:53:28.795 INFO kablam! 12 | let e = Input::Release(Button::Keyboard(Key::S));
Oct 13 10:53:28.796 INFO kablam! | ^^^^^^^^^^^^^^ variant not found in `input::Input`
Oct 13 10:53:28.796 INFO kablam!
Oct 13 10:53:28.802 INFO kablam! error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied
Oct 13 10:53:28.802 INFO kablam! --> benches/release.rs:14:46
Oct 13 10:53:28.803 INFO kablam! |
Oct 13 10:53:28.803 INFO kablam! 14 | bencher.iter(|| { let _: Option = ReleaseEvent::from_button(button, &e); });
Oct 13 10:53:28.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input`
Oct 13 10:53:28.803 INFO kablam! |
Oct 13 10:53:28.804 INFO kablam! = note: required because of the requirements on the impl of `input::ReleaseEvent` for `input::Input`
Oct 13 10:53:28.804 INFO kablam! = note: required by `input::ReleaseEvent::from_button`
Oct 13 10:53:28.804 INFO kablam!
Oct 13 10:53:28.808 INFO kablam! error: aborting due to 2 previous errors
Oct 13 10:53:28.809 INFO kablam!
Oct 13 10:53:28.809 INFO kablam! Some errors occurred: E0277, E0599.
Oct 13 10:53:28.809 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Oct 13 10:53:28.838 INFO kablam! error: Could not compile `pistoncore-input`.
Oct 13 10:53:28.838 INFO kablam! warning: build failed, waiting for other jobs to finish...
Oct 13 10:53:28.977 INFO kablam! error[E0277]: the trait bound `input::Input: input::TextEvent` is not satisfied
Oct 13 10:53:28.977 INFO kablam! --> benches/text.rs:13:46
Oct 13 10:53:28.977 INFO kablam! |
Oct 13 10:53:28.978 INFO kablam! 13 | bencher.iter(|| { let _: Option = TextEvent::from_text("hello", &e); });
Oct 13 10:53:28.978 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `input::TextEvent` is not implemented for `input::Input`
Oct 13 10:53:28.978 INFO kablam! |
Oct 13 10:53:28.979 INFO kablam! = note: required by `input::TextEvent::from_text`
Oct 13 10:53:28.979 INFO kablam!
Oct 13 10:53:28.979 INFO kablam! error: aborting due to previous error
Oct 13 10:53:28.980 INFO kablam!
Oct 13 10:53:28.980 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Oct 13 10:53:28.997 INFO kablam! error: Could not compile `pistoncore-input`.
Oct 13 10:53:28.997 INFO kablam!
Oct 13 10:53:28.997 INFO kablam! To learn more, run the command again with --verbose.
Oct 13 10:53:28.998 INFO kablam! su: No module specific data is present
Oct 13 10:53:29.988 INFO running `"docker" "rm" "-f" "c97a75650e9162c3cefaa0b2123e53e9b765e81563337e7e63cb8390b03c10d5"`
Oct 13 10:53:30.252 INFO blam! c97a75650e9162c3cefaa0b2123e53e9b765e81563337e7e63cb8390b03c10d5