Oct 27 18:02:12.726 INFO checking pistoncore-input-0.21.0 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 18:02:12.728 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 18:02:13.192 INFO blam! f9ca80af4b8a46600485a2980c18c911d22d7f4656ec094a98fd9a86d3f25968 Oct 27 18:02:13.199 INFO running `"docker" "start" "-a" "f9ca80af4b8a46600485a2980c18c911d22d7f4656ec094a98fd9a86d3f25968"` Oct 27 18:02:14.407 INFO kablam! usermod: no changes Oct 27 18:02:14.504 INFO kablam! Checking pistoncore-input v0.21.0 (/source) Oct 27 18:02:26.667 INFO kablam! error[E0277]: the trait bound `input::Input: input::TextEvent` is not satisfied Oct 27 18:02:26.667 INFO kablam! --> benches/text.rs:13:46 Oct 27 18:02:26.667 INFO kablam! | Oct 27 18:02:26.667 INFO kablam! 13 | bencher.iter(|| { let _: Option = TextEvent::from_text("hello", &e); }); Oct 27 18:02:26.668 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `input::TextEvent` is not implemented for `input::Input` Oct 27 18:02:26.668 INFO kablam! | Oct 27 18:02:26.668 INFO kablam! = note: required by `input::TextEvent::from_text` Oct 27 18:02:26.669 INFO kablam! Oct 27 18:02:26.683 INFO kablam! error: aborting due to previous error Oct 27 18:02:26.683 INFO kablam! Oct 27 18:02:26.683 INFO kablam! For more information about this error, try `rustc --explain E0277`. Oct 27 18:02:26.719 INFO kablam! error: Could not compile `pistoncore-input`. Oct 27 18:02:26.720 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 18:02:26.767 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseCursorEvent` is not satisfied Oct 27 18:02:26.767 INFO kablam! --> benches/mouse.rs:13:46 Oct 27 18:02:26.767 INFO kablam! | Oct 27 18:02:26.767 INFO kablam! 13 | bencher.iter(|| { let _: Option = MouseCursorEvent::from_xy(1.0, 0.0, &e); }); Oct 27 18:02:26.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseCursorEvent` is not implemented for `input::Input` Oct 27 18:02:26.767 INFO kablam! | Oct 27 18:02:26.767 INFO kablam! = note: required by `input::MouseCursorEvent::from_xy` Oct 27 18:02:26.767 INFO kablam! Oct 27 18:02:26.767 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseRelativeEvent` is not satisfied Oct 27 18:02:26.767 INFO kablam! --> benches/mouse.rs:19:46 Oct 27 18:02:26.767 INFO kablam! | Oct 27 18:02:26.767 INFO kablam! 19 | bencher.iter(|| { let _: Option = MouseRelativeEvent::from_xy(1.0, 0.0, &e); }); Oct 27 18:02:26.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseRelativeEvent` is not implemented for `input::Input` Oct 27 18:02:26.769 INFO kablam! | Oct 27 18:02:26.769 INFO kablam! = note: required by `input::MouseRelativeEvent::from_xy` Oct 27 18:02:26.769 INFO kablam! Oct 27 18:02:26.811 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseScrollEvent` is not satisfied Oct 27 18:02:26.811 INFO kablam! --> benches/mouse.rs:25:46 Oct 27 18:02:26.811 INFO kablam! | Oct 27 18:02:26.811 INFO kablam! 25 | bencher.iter(|| { let _: Option = MouseScrollEvent::from_xy(1.0, 0.0, &e); }); Oct 27 18:02:26.812 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseScrollEvent` is not implemented for `input::Input` Oct 27 18:02:26.812 INFO kablam! | Oct 27 18:02:26.812 INFO kablam! = note: required by `input::MouseScrollEvent::from_xy` Oct 27 18:02:26.812 INFO kablam! Oct 27 18:02:26.812 INFO kablam! error: aborting due to 3 previous errors Oct 27 18:02:26.812 INFO kablam! Oct 27 18:02:26.812 INFO kablam! For more information about this error, try `rustc --explain E0277`. Oct 27 18:02:26.887 INFO kablam! error: Could not compile `pistoncore-input`. Oct 27 18:02:26.887 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 18:02:28.939 INFO kablam! error[E0599]: no variant named `Idle` found for type `input::Input` in the current scope Oct 27 18:02:28.939 INFO kablam! --> benches/idle.rs:12:13 Oct 27 18:02:28.939 INFO kablam! | Oct 27 18:02:28.939 INFO kablam! 12 | let e = Input::Idle(IdleArgs { dt: 1.0 }); Oct 27 18:02:28.939 INFO kablam! | ^^^^^^^^^^^ variant not found in `input::Input` Oct 27 18:02:28.955 INFO kablam! Oct 27 18:02:28.967 INFO kablam! error[E0277]: the trait bound `input::Input: input::IdleEvent` is not satisfied Oct 27 18:02:28.967 INFO kablam! --> benches/idle.rs:14:46 Oct 27 18:02:28.967 INFO kablam! | Oct 27 18:02:28.968 INFO kablam! 14 | bencher.iter(|| { let _: Option = IdleEvent::from_idle_args(&args, &e); }); Oct 27 18:02:28.968 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::IdleEvent` is not implemented for `input::Input` Oct 27 18:02:28.968 INFO kablam! | Oct 27 18:02:28.969 INFO kablam! = note: required by `input::IdleEvent::from_idle_args` Oct 27 18:02:28.969 INFO kablam! Oct 27 18:02:28.969 INFO kablam! error[E0599]: no variant named `Update` found for type `input::Input` in the current scope Oct 27 18:02:28.970 INFO kablam! --> benches/update.rs:12:13 Oct 27 18:02:28.970 INFO kablam! | Oct 27 18:02:28.970 INFO kablam! 12 | let e = Input::Update(UpdateArgs { dt: 0.0 }); Oct 27 18:02:28.970 INFO kablam! | ^^^^^^^^^^^^^ variant not found in `input::Input` Oct 27 18:02:28.971 INFO kablam! Oct 27 18:02:28.972 INFO kablam! error[E0277]: the trait bound `input::Input: input::UpdateEvent` is not satisfied Oct 27 18:02:28.972 INFO kablam! --> benches/update.rs:14:46 Oct 27 18:02:28.972 INFO kablam! | Oct 27 18:02:28.973 INFO kablam! 14 | bencher.iter(|| { let _: Option = UpdateEvent::from_update_args(&args, &e); }); Oct 27 18:02:28.973 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::UpdateEvent` is not implemented for `input::Input` Oct 27 18:02:28.973 INFO kablam! | Oct 27 18:02:28.973 INFO kablam! = note: required by `input::UpdateEvent::from_update_args` Oct 27 18:02:28.974 INFO kablam! Oct 27 18:02:28.976 INFO kablam! error: aborting due to 2 previous errors Oct 27 18:02:28.976 INFO kablam! Oct 27 18:02:28.976 INFO kablam! Some errors occurred: E0277, E0599. Oct 27 18:02:28.977 INFO kablam! For more information about an error, try `rustc --explain E0277`. Oct 27 18:02:28.992 INFO kablam! error: aborting due to 2 previous errors Oct 27 18:02:28.992 INFO kablam! Oct 27 18:02:28.992 INFO kablam! Some errors occurred: E0277, E0599. Oct 27 18:02:28.993 INFO kablam! For more information about an error, try `rustc --explain E0277`. Oct 27 18:02:29.019 INFO kablam! error: Could not compile `pistoncore-input`. Oct 27 18:02:29.020 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 18:02:29.021 INFO kablam! error: Could not compile `pistoncore-input`. Oct 27 18:02:29.021 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 18:02:29.131 INFO kablam! error[E0599]: no variant named `Release` found for type `input::Input` in the current scope Oct 27 18:02:29.131 INFO kablam! --> benches/release.rs:12:13 Oct 27 18:02:29.132 INFO kablam! | Oct 27 18:02:29.132 INFO kablam! 12 | let e = Input::Release(Button::Keyboard(Key::S)); Oct 27 18:02:29.132 INFO kablam! | ^^^^^^^^^^^^^^ variant not found in `input::Input` Oct 27 18:02:29.132 INFO kablam! Oct 27 18:02:29.133 INFO kablam! error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied Oct 27 18:02:29.133 INFO kablam! --> benches/release.rs:14:46 Oct 27 18:02:29.133 INFO kablam! | Oct 27 18:02:29.134 INFO kablam! 14 | bencher.iter(|| { let _: Option = ReleaseEvent::from_button(button, &e); }); Oct 27 18:02:29.134 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input` Oct 27 18:02:29.134 INFO kablam! | Oct 27 18:02:29.134 INFO kablam! = note: required because of the requirements on the impl of `input::ReleaseEvent` for `input::Input` Oct 27 18:02:29.135 INFO kablam! = note: required by `input::ReleaseEvent::from_button` Oct 27 18:02:29.135 INFO kablam! Oct 27 18:02:29.135 INFO kablam! error: aborting due to 2 previous errors Oct 27 18:02:29.135 INFO kablam! Oct 27 18:02:29.135 INFO kablam! Some errors occurred: E0277, E0599. Oct 27 18:02:29.136 INFO kablam! For more information about an error, try `rustc --explain E0277`. Oct 27 18:02:29.153 INFO kablam! error: Could not compile `pistoncore-input`. Oct 27 18:02:29.153 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 18:02:29.163 INFO kablam! error[E0599]: no variant named `Press` found for type `input::Input` in the current scope Oct 27 18:02:29.163 INFO kablam! --> benches/press.rs:12:13 Oct 27 18:02:29.163 INFO kablam! | Oct 27 18:02:29.163 INFO kablam! 12 | let e = Input::Press(Button::Keyboard(Key::S)); Oct 27 18:02:29.163 INFO kablam! | ^^^^^^^^^^^^ variant not found in `input::Input` Oct 27 18:02:29.163 INFO kablam! Oct 27 18:02:29.163 INFO kablam! error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied Oct 27 18:02:29.163 INFO kablam! --> benches/press.rs:14:46 Oct 27 18:02:29.163 INFO kablam! | Oct 27 18:02:29.163 INFO kablam! 14 | bencher.iter(|| { let _: Option = PressEvent::from_button(button, &e); }); Oct 27 18:02:29.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input` Oct 27 18:02:29.163 INFO kablam! | Oct 27 18:02:29.164 INFO kablam! = note: required because of the requirements on the impl of `input::PressEvent` for `input::Input` Oct 27 18:02:29.164 INFO kablam! = note: required by `input::PressEvent::from_button` Oct 27 18:02:29.164 INFO kablam! Oct 27 18:02:29.175 INFO kablam! error: aborting due to 2 previous errors Oct 27 18:02:29.175 INFO kablam! Oct 27 18:02:29.175 INFO kablam! Some errors occurred: E0277, E0599. Oct 27 18:02:29.175 INFO kablam! For more information about an error, try `rustc --explain E0277`. Oct 27 18:02:29.207 INFO kablam! error: Could not compile `pistoncore-input`. Oct 27 18:02:29.207 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 18:02:29.255 INFO kablam! error[E0277]: the trait bound `input::Input: input::FocusEvent` is not satisfied Oct 27 18:02:29.255 INFO kablam! --> benches/focus.rs:13:46 Oct 27 18:02:29.255 INFO kablam! | Oct 27 18:02:29.255 INFO kablam! 13 | bencher.iter(|| { let _: Option = FocusEvent::from_focused(true, &e); }); Oct 27 18:02:29.255 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::FocusEvent` is not implemented for `input::Input` Oct 27 18:02:29.255 INFO kablam! | Oct 27 18:02:29.255 INFO kablam! = note: required by `input::FocusEvent::from_focused` Oct 27 18:02:29.255 INFO kablam! Oct 27 18:02:29.255 INFO kablam! error: aborting due to previous error Oct 27 18:02:29.255 INFO kablam! Oct 27 18:02:29.255 INFO kablam! For more information about this error, try `rustc --explain E0277`. Oct 27 18:02:29.287 INFO kablam! error: Could not compile `pistoncore-input`. Oct 27 18:02:29.287 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 18:02:29.974 INFO kablam! error: build failed Oct 27 18:02:29.975 INFO kablam! su: No module specific data is present Oct 27 18:02:31.104 INFO running `"docker" "rm" "-f" "f9ca80af4b8a46600485a2980c18c911d22d7f4656ec094a98fd9a86d3f25968"` Oct 27 18:02:31.471 INFO blam! f9ca80af4b8a46600485a2980c18c911d22d7f4656ec094a98fd9a86d3f25968