Oct 13 10:53:08.203 INFO checking pistoncore-input-0.21.0 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 10:53:08.203 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-7/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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:08.701 INFO blam! f97da829a02ffc470c2a644bad4dc0455f43becd20f235451fb570b44b7ab148 Oct 13 10:53:08.703 INFO running `"docker" "start" "-a" "f97da829a02ffc470c2a644bad4dc0455f43becd20f235451fb570b44b7ab148"` Oct 13 10:53:10.744 INFO kablam! usermod: no changes Oct 13 10:53:10.896 INFO kablam! Checking pistoncore-input v0.21.0 (/source) Oct 13 10:53:24.080 INFO kablam! error[E0599]: no variant named `Press` found for type `input::Input` in the current scope Oct 13 10:53:24.081 INFO kablam! --> benches/press.rs:12:13 Oct 13 10:53:24.081 INFO kablam! | Oct 13 10:53:24.081 INFO kablam! 12 | let e = Input::Press(Button::Keyboard(Key::S)); Oct 13 10:53:24.082 INFO kablam! | ^^^^^^^^^^^^ variant not found in `input::Input` Oct 13 10:53:24.082 INFO kablam! Oct 13 10:53:24.101 INFO kablam! error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied Oct 13 10:53:24.101 INFO kablam! --> benches/press.rs:14:46 Oct 13 10:53:24.101 INFO kablam! | Oct 13 10:53:24.101 INFO kablam! 14 | bencher.iter(|| { let _: Option = PressEvent::from_button(button, &e); }); Oct 13 10:53:24.102 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input` Oct 13 10:53:24.102 INFO kablam! | Oct 13 10:53:24.102 INFO kablam! = note: required because of the requirements on the impl of `input::PressEvent` for `input::Input` Oct 13 10:53:24.102 INFO kablam! = note: required by `input::PressEvent::from_button` Oct 13 10:53:24.103 INFO kablam! Oct 13 10:53:24.103 INFO kablam! error: aborting due to 2 previous errors Oct 13 10:53:24.103 INFO kablam! Oct 13 10:53:24.104 INFO kablam! Some errors occurred: E0277, E0599. Oct 13 10:53:24.104 INFO kablam! For more information about an error, try `rustc --explain E0277`. Oct 13 10:53:24.200 INFO kablam! error: Could not compile `pistoncore-input`. Oct 13 10:53:24.201 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 10:53:25.145 INFO kablam! error[E0277]: the trait bound `input::Input: input::TextEvent` is not satisfied Oct 13 10:53:25.145 INFO kablam! --> benches/text.rs:13:46 Oct 13 10:53:25.145 INFO kablam! | Oct 13 10:53:25.145 INFO kablam! 13 | bencher.iter(|| { let _: Option = TextEvent::from_text("hello", &e); }); Oct 13 10:53:25.146 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `input::TextEvent` is not implemented for `input::Input` Oct 13 10:53:25.156 INFO kablam! | Oct 13 10:53:25.159 INFO kablam! = note: required by `input::TextEvent::from_text` Oct 13 10:53:25.160 INFO kablam! Oct 13 10:53:25.165 INFO kablam! error: aborting due to previous error Oct 13 10:53:25.165 INFO kablam! Oct 13 10:53:25.165 INFO kablam! For more information about this error, try `rustc --explain E0277`. Oct 13 10:53:25.213 INFO kablam! error: Could not compile `pistoncore-input`. Oct 13 10:53:25.213 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 10:53:25.530 INFO kablam! error[E0599]: no variant named `AfterRender` found for type `input::Input` in the current scope Oct 13 10:53:25.530 INFO kablam! --> benches/after_render.rs:12:13 Oct 13 10:53:25.531 INFO kablam! | Oct 13 10:53:25.531 INFO kablam! 12 | let e = Input::AfterRender(AfterRenderArgs); Oct 13 10:53:25.531 INFO kablam! | ^^^^^^^^^^^^^^^^^^ variant not found in `input::Input` Oct 13 10:53:25.545 INFO kablam! Oct 13 10:53:25.546 INFO kablam! error[E0277]: the trait bound `input::Input: input::AfterRenderEvent` is not satisfied Oct 13 10:53:25.547 INFO kablam! --> benches/after_render.rs:15:32 Oct 13 10:53:25.547 INFO kablam! | Oct 13 10:53:25.547 INFO kablam! 15 | let _: Option = AfterRenderEvent::from_after_render_args(&args, &e); Oct 13 10:53:25.547 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::AfterRenderEvent` is not implemented for `input::Input` Oct 13 10:53:25.548 INFO kablam! | Oct 13 10:53:25.548 INFO kablam! = note: required by `input::AfterRenderEvent::from_after_render_args` Oct 13 10:53:25.548 INFO kablam! Oct 13 10:53:25.551 INFO kablam! error: aborting due to 2 previous errors Oct 13 10:53:25.569 INFO kablam! Oct 13 10:53:25.569 INFO kablam! Some errors occurred: E0277, E0599. Oct 13 10:53:25.569 INFO kablam! For more information about an error, try `rustc --explain E0277`. Oct 13 10:53:25.603 INFO kablam! error[E0277]: the trait bound `input::Input: input::CursorEvent` is not satisfied Oct 13 10:53:25.603 INFO kablam! --> benches/cursor.rs:12:46 Oct 13 10:53:25.604 INFO kablam! | Oct 13 10:53:25.604 INFO kablam! 12 | bencher.iter(|| { let _: Option = CursorEvent::from_cursor(true, &e); }); Oct 13 10:53:25.604 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::CursorEvent` is not implemented for `input::Input` Oct 13 10:53:25.604 INFO kablam! | Oct 13 10:53:25.605 INFO kablam! = note: required by `input::CursorEvent::from_cursor` Oct 13 10:53:25.605 INFO kablam! Oct 13 10:53:25.620 INFO kablam! error: Could not compile `pistoncore-input`. Oct 13 10:53:25.621 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 10:53:25.621 INFO kablam! error: aborting due to previous error Oct 13 10:53:25.621 INFO kablam! Oct 13 10:53:25.622 INFO kablam! For more information about this error, try `rustc --explain E0277`. Oct 13 10:53:25.673 INFO kablam! error: Could not compile `pistoncore-input`. Oct 13 10:53:25.673 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 10:53:25.689 INFO kablam! error[E0599]: no variant named `Release` found for type `input::Input` in the current scope Oct 13 10:53:25.689 INFO kablam! --> benches/release.rs:12:13 Oct 13 10:53:25.689 INFO kablam! | Oct 13 10:53:25.689 INFO kablam! 12 | let e = Input::Release(Button::Keyboard(Key::S)); Oct 13 10:53:25.690 INFO kablam! | ^^^^^^^^^^^^^^ variant not found in `input::Input` Oct 13 10:53:25.705 INFO kablam! Oct 13 10:53:25.705 INFO kablam! error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied Oct 13 10:53:25.705 INFO kablam! --> benches/release.rs:14:46 Oct 13 10:53:25.705 INFO kablam! | Oct 13 10:53:25.706 INFO kablam! 14 | bencher.iter(|| { let _: Option = ReleaseEvent::from_button(button, &e); }); Oct 13 10:53:25.706 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input` Oct 13 10:53:25.721 INFO kablam! | Oct 13 10:53:25.721 INFO kablam! = note: required because of the requirements on the impl of `input::ReleaseEvent` for `input::Input` Oct 13 10:53:25.721 INFO kablam! = note: required by `input::ReleaseEvent::from_button` Oct 13 10:53:25.722 INFO kablam! Oct 13 10:53:25.722 INFO kablam! error: aborting due to 2 previous errors Oct 13 10:53:25.722 INFO kablam! Oct 13 10:53:25.722 INFO kablam! Some errors occurred: E0277, E0599. Oct 13 10:53:25.722 INFO kablam! For more information about an error, try `rustc --explain E0277`. Oct 13 10:53:25.752 INFO kablam! error: Could not compile `pistoncore-input`. Oct 13 10:53:25.752 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 10:53:25.760 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseCursorEvent` is not satisfied Oct 13 10:53:25.760 INFO kablam! --> benches/mouse.rs:13:46 Oct 13 10:53:25.760 INFO kablam! | Oct 13 10:53:25.760 INFO kablam! 13 | bencher.iter(|| { let _: Option = MouseCursorEvent::from_xy(1.0, 0.0, &e); }); Oct 13 10:53:25.760 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseCursorEvent` is not implemented for `input::Input` Oct 13 10:53:25.760 INFO kablam! | Oct 13 10:53:25.760 INFO kablam! = note: required by `input::MouseCursorEvent::from_xy` Oct 13 10:53:25.760 INFO kablam! Oct 13 10:53:25.764 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseRelativeEvent` is not satisfied Oct 13 10:53:25.764 INFO kablam! --> benches/mouse.rs:19:46 Oct 13 10:53:25.764 INFO kablam! | Oct 13 10:53:25.764 INFO kablam! 19 | bencher.iter(|| { let _: Option = MouseRelativeEvent::from_xy(1.0, 0.0, &e); }); Oct 13 10:53:25.764 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseRelativeEvent` is not implemented for `input::Input` Oct 13 10:53:25.764 INFO kablam! | Oct 13 10:53:25.764 INFO kablam! = note: required by `input::MouseRelativeEvent::from_xy` Oct 13 10:53:25.764 INFO kablam! Oct 13 10:53:25.772 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseScrollEvent` is not satisfied Oct 13 10:53:25.772 INFO kablam! --> benches/mouse.rs:25:46 Oct 13 10:53:25.772 INFO kablam! | Oct 13 10:53:25.772 INFO kablam! 25 | bencher.iter(|| { let _: Option = MouseScrollEvent::from_xy(1.0, 0.0, &e); }); Oct 13 10:53:25.772 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseScrollEvent` is not implemented for `input::Input` Oct 13 10:53:25.772 INFO kablam! | Oct 13 10:53:25.772 INFO kablam! = note: required by `input::MouseScrollEvent::from_xy` Oct 13 10:53:25.772 INFO kablam! Oct 13 10:53:25.772 INFO kablam! error: aborting due to 3 previous errors Oct 13 10:53:25.772 INFO kablam! Oct 13 10:53:25.772 INFO kablam! For more information about this error, try `rustc --explain E0277`. Oct 13 10:53:25.812 INFO kablam! error: Could not compile `pistoncore-input`. Oct 13 10:53:25.812 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 10:53:25.868 INFO kablam! error[E0277]: the trait bound `input::Input: input::ResizeEvent` is not satisfied Oct 13 10:53:25.868 INFO kablam! --> benches/resize.rs:13:46 Oct 13 10:53:25.868 INFO kablam! | Oct 13 10:53:25.868 INFO kablam! 13 | bencher.iter(|| { let _: Option = ResizeEvent::from_width_height(100, 100, &e); }); Oct 13 10:53:25.868 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ResizeEvent` is not implemented for `input::Input` Oct 13 10:53:25.868 INFO kablam! | Oct 13 10:53:25.868 INFO kablam! = note: required by `input::ResizeEvent::from_width_height` Oct 13 10:53:25.868 INFO kablam! Oct 13 10:53:25.868 INFO kablam! error: aborting due to previous error Oct 13 10:53:25.868 INFO kablam! Oct 13 10:53:25.868 INFO kablam! For more information about this error, try `rustc --explain E0277`. Oct 13 10:53:25.880 INFO kablam! error: Could not compile `pistoncore-input`. Oct 13 10:53:25.880 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 10:53:26.296 INFO kablam! error: build failed Oct 13 10:53:26.301 INFO kablam! su: No module specific data is present Oct 13 10:53:27.115 INFO running `"docker" "rm" "-f" "f97da829a02ffc470c2a644bad4dc0455f43becd20f235451fb570b44b7ab148"` Oct 13 10:53:27.552 INFO blam! f97da829a02ffc470c2a644bad4dc0455f43becd20f235451fb570b44b7ab148