Sep 04 08:10:16.263 INFO checking pistoncore-input-0.20.0 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 08:10:16.263 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 08:10:16.263 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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=500" "-e" "CMD=cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 08:10:16.502 INFO blam! 41dfde9b80eb5955bad624b31642d7e64ab35801e3e77f537771fc131747137c Sep 04 08:10:16.504 INFO running `"docker" "start" "-a" "41dfde9b80eb5955bad624b31642d7e64ab35801e3e77f537771fc131747137c"` Sep 04 08:10:17.369 INFO kablam! Checking pistoncore-input v0.20.0 (file:///source) Sep 04 08:10:24.928 INFO kablam! error[E0277]: the trait bound `input::Input: input::ResizeEvent` is not satisfied Sep 04 08:10:24.928 INFO kablam! --> benches/resize.rs:13:46 Sep 04 08:10:24.928 INFO kablam! | Sep 04 08:10:24.928 INFO kablam! 13 | bencher.iter(|| { let _: Option = ResizeEvent::from_width_height(100, 100, &e); }); Sep 04 08:10:24.928 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ResizeEvent` is not implemented for `input::Input` Sep 04 08:10:24.950 INFO kablam! | Sep 04 08:10:24.950 INFO kablam! = note: required by `input::ResizeEvent::from_width_height` Sep 04 08:10:24.950 INFO kablam! Sep 04 08:10:24.950 INFO kablam! error: aborting due to previous error Sep 04 08:10:24.950 INFO kablam! Sep 04 08:10:24.950 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 08:10:24.960 INFO kablam! error: Could not compile `pistoncore-input`. Sep 04 08:10:24.960 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 08:10:24.968 INFO kablam! error[E0599]: no variant named `Press` found for type `input::Input` in the current scope Sep 04 08:10:24.968 INFO kablam! --> benches/press.rs:12:13 Sep 04 08:10:24.968 INFO kablam! | Sep 04 08:10:24.968 INFO kablam! 12 | let e = Input::Press(Button::Keyboard(Key::S)); Sep 04 08:10:24.968 INFO kablam! | ^^^^^^^^^^^^ variant not found in `input::Input` Sep 04 08:10:24.968 INFO kablam! Sep 04 08:10:24.971 INFO kablam! error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied Sep 04 08:10:24.971 INFO kablam! --> benches/press.rs:14:46 Sep 04 08:10:24.971 INFO kablam! | Sep 04 08:10:24.971 INFO kablam! 14 | bencher.iter(|| { let _: Option = PressEvent::from_button(button, &e); }); Sep 04 08:10:24.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input` Sep 04 08:10:24.972 INFO kablam! | Sep 04 08:10:24.972 INFO kablam! = note: required because of the requirements on the impl of `input::PressEvent` for `input::Input` Sep 04 08:10:24.972 INFO kablam! = note: required by `input::PressEvent::from_button` Sep 04 08:10:24.973 INFO kablam! Sep 04 08:10:24.977 INFO kablam! error: aborting due to 2 previous errors Sep 04 08:10:24.977 INFO kablam! Sep 04 08:10:24.978 INFO kablam! Some errors occurred: E0277, E0599. Sep 04 08:10:24.978 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 04 08:10:24.989 INFO kablam! error: Could not compile `pistoncore-input`. Sep 04 08:10:24.991 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 08:10:25.007 INFO kablam! error[E0599]: no variant named `Idle` found for type `input::Input` in the current scope Sep 04 08:10:25.007 INFO kablam! --> benches/idle.rs:12:13 Sep 04 08:10:25.007 INFO kablam! | Sep 04 08:10:25.007 INFO kablam! 12 | let e = Input::Idle(IdleArgs { dt: 1.0 }); Sep 04 08:10:25.007 INFO kablam! | ^^^^^^^^^^^ variant not found in `input::Input` Sep 04 08:10:25.007 INFO kablam! Sep 04 08:10:25.010 INFO kablam! error[E0277]: the trait bound `input::Input: input::IdleEvent` is not satisfied Sep 04 08:10:25.010 INFO kablam! --> benches/idle.rs:14:46 Sep 04 08:10:25.010 INFO kablam! | Sep 04 08:10:25.010 INFO kablam! 14 | bencher.iter(|| { let _: Option = IdleEvent::from_idle_args(&args, &e); }); Sep 04 08:10:25.010 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::IdleEvent` is not implemented for `input::Input` Sep 04 08:10:25.010 INFO kablam! | Sep 04 08:10:25.010 INFO kablam! = note: required by `input::IdleEvent::from_idle_args` Sep 04 08:10:25.010 INFO kablam! Sep 04 08:10:25.028 INFO kablam! error: aborting due to 2 previous errors Sep 04 08:10:25.028 INFO kablam! Sep 04 08:10:25.028 INFO kablam! Some errors occurred: E0277, E0599. Sep 04 08:10:25.028 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 04 08:10:25.052 INFO kablam! error: Could not compile `pistoncore-input`. Sep 04 08:10:25.053 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 08:10:25.085 INFO kablam! error[E0277]: the trait bound `input::Input: input::CursorEvent` is not satisfied Sep 04 08:10:25.085 INFO kablam! --> benches/cursor.rs:12:46 Sep 04 08:10:25.085 INFO kablam! | Sep 04 08:10:25.085 INFO kablam! 12 | bencher.iter(|| { let _: Option = CursorEvent::from_cursor(true, &e); }); Sep 04 08:10:25.085 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::CursorEvent` is not implemented for `input::Input` Sep 04 08:10:25.085 INFO kablam! | Sep 04 08:10:25.085 INFO kablam! = note: required by `input::CursorEvent::from_cursor` Sep 04 08:10:25.085 INFO kablam! Sep 04 08:10:25.089 INFO kablam! error: aborting due to previous error Sep 04 08:10:25.089 INFO kablam! Sep 04 08:10:25.089 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 08:10:25.098 INFO kablam! error: Could not compile `pistoncore-input`. Sep 04 08:10:25.098 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 08:10:25.168 INFO kablam! error[E0599]: no variant named `Release` found for type `input::Input` in the current scope Sep 04 08:10:25.168 INFO kablam! --> benches/release.rs:12:13 Sep 04 08:10:25.168 INFO kablam! | Sep 04 08:10:25.168 INFO kablam! 12 | let e = Input::Release(Button::Keyboard(Key::S)); Sep 04 08:10:25.168 INFO kablam! | ^^^^^^^^^^^^^^ variant not found in `input::Input` Sep 04 08:10:25.168 INFO kablam! Sep 04 08:10:25.170 INFO kablam! error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied Sep 04 08:10:25.170 INFO kablam! --> benches/release.rs:14:46 Sep 04 08:10:25.170 INFO kablam! | Sep 04 08:10:25.170 INFO kablam! 14 | bencher.iter(|| { let _: Option = ReleaseEvent::from_button(button, &e); }); Sep 04 08:10:25.170 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input` Sep 04 08:10:25.170 INFO kablam! | Sep 04 08:10:25.170 INFO kablam! = note: required because of the requirements on the impl of `input::ReleaseEvent` for `input::Input` Sep 04 08:10:25.170 INFO kablam! = note: required by `input::ReleaseEvent::from_button` Sep 04 08:10:25.170 INFO kablam! Sep 04 08:10:25.173 INFO kablam! error: aborting due to 2 previous errors Sep 04 08:10:25.173 INFO kablam! Sep 04 08:10:25.173 INFO kablam! Some errors occurred: E0277, E0599. Sep 04 08:10:25.173 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 04 08:10:25.182 INFO kablam! error: Could not compile `pistoncore-input`. Sep 04 08:10:25.182 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 08:10:25.229 INFO kablam! error[E0277]: the trait bound `input::Input: input::FocusEvent` is not satisfied Sep 04 08:10:25.229 INFO kablam! --> benches/focus.rs:13:46 Sep 04 08:10:25.229 INFO kablam! | Sep 04 08:10:25.229 INFO kablam! 13 | bencher.iter(|| { let _: Option = FocusEvent::from_focused(true, &e); }); Sep 04 08:10:25.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::FocusEvent` is not implemented for `input::Input` Sep 04 08:10:25.229 INFO kablam! | Sep 04 08:10:25.229 INFO kablam! = note: required by `input::FocusEvent::from_focused` Sep 04 08:10:25.229 INFO kablam! Sep 04 08:10:25.232 INFO kablam! error: aborting due to previous error Sep 04 08:10:25.232 INFO kablam! Sep 04 08:10:25.232 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 08:10:25.240 INFO kablam! error: Could not compile `pistoncore-input`. Sep 04 08:10:25.240 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 08:10:25.346 INFO kablam! error[E0599]: no variant named `Update` found for type `input::Input` in the current scope Sep 04 08:10:25.346 INFO kablam! --> benches/update.rs:12:13 Sep 04 08:10:25.346 INFO kablam! | Sep 04 08:10:25.346 INFO kablam! 12 | let e = Input::Update(UpdateArgs { dt: 0.0 }); Sep 04 08:10:25.346 INFO kablam! | ^^^^^^^^^^^^^ variant not found in `input::Input` Sep 04 08:10:25.346 INFO kablam! Sep 04 08:10:25.347 INFO kablam! error[E0277]: the trait bound `input::Input: input::UpdateEvent` is not satisfied Sep 04 08:10:25.347 INFO kablam! --> benches/update.rs:14:46 Sep 04 08:10:25.347 INFO kablam! | Sep 04 08:10:25.347 INFO kablam! 14 | bencher.iter(|| { let _: Option = UpdateEvent::from_update_args(&args, &e); }); Sep 04 08:10:25.347 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::UpdateEvent` is not implemented for `input::Input` Sep 04 08:10:25.347 INFO kablam! | Sep 04 08:10:25.348 INFO kablam! = note: required by `input::UpdateEvent::from_update_args` Sep 04 08:10:25.348 INFO kablam! Sep 04 08:10:25.350 INFO kablam! error: aborting due to 2 previous errors Sep 04 08:10:25.350 INFO kablam! Sep 04 08:10:25.350 INFO kablam! Some errors occurred: E0277, E0599. Sep 04 08:10:25.350 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 04 08:10:25.358 INFO kablam! error: Could not compile `pistoncore-input`. Sep 04 08:10:25.358 INFO kablam! Sep 04 08:10:25.359 INFO kablam! To learn more, run the command again with --verbose. Sep 04 08:10:25.360 INFO kablam! su: No module specific data is present Sep 04 08:10:25.783 INFO running `"docker" "rm" "-f" "41dfde9b80eb5955bad624b31642d7e64ab35801e3e77f537771fc131747137c"` Sep 04 08:10:25.889 INFO blam! 41dfde9b80eb5955bad624b31642d7e64ab35801e3e77f537771fc131747137c