Sep 04 11:10:14.142 INFO checking pistoncore-input-0.20.0 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 11:10:14.142 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 11:10:14.142 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-3/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 11:10:14.363 INFO blam! f73ba7e0c09b8c7956b7b0b87377f2832f6796db86a36c4dd89f447e15a76a12 Sep 04 11:10:14.365 INFO running `"docker" "start" "-a" "f73ba7e0c09b8c7956b7b0b87377f2832f6796db86a36c4dd89f447e15a76a12"` Sep 04 11:10:15.285 INFO kablam! Checking pistoncore-input v0.20.0 (file:///source) Sep 04 11:10:21.797 INFO kablam! error[E0599]: no variant named `Update` found for type `input::Input` in the current scope Sep 04 11:10:21.797 INFO kablam! --> benches/update.rs:12:13 Sep 04 11:10:21.797 INFO kablam! | Sep 04 11:10:21.797 INFO kablam! 12 | let e = Input::Update(UpdateArgs { dt: 0.0 }); Sep 04 11:10:21.797 INFO kablam! | ^^^^^^^^^^^^^ variant not found in `input::Input` Sep 04 11:10:21.797 INFO kablam! Sep 04 11:10:21.800 INFO kablam! error[E0277]: the trait bound `input::Input: input::UpdateEvent` is not satisfied Sep 04 11:10:21.800 INFO kablam! --> benches/update.rs:14:46 Sep 04 11:10:21.800 INFO kablam! | Sep 04 11:10:21.800 INFO kablam! 14 | bencher.iter(|| { let _: Option = UpdateEvent::from_update_args(&args, &e); }); Sep 04 11:10:21.800 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::UpdateEvent` is not implemented for `input::Input` Sep 04 11:10:21.800 INFO kablam! | Sep 04 11:10:21.800 INFO kablam! = note: required by `input::UpdateEvent::from_update_args` Sep 04 11:10:21.800 INFO kablam! Sep 04 11:10:21.803 INFO kablam! error[E0599]: no variant named `AfterRender` found for type `input::Input` in the current scope Sep 04 11:10:21.803 INFO kablam! --> benches/after_render.rs:12:13 Sep 04 11:10:21.803 INFO kablam! | Sep 04 11:10:21.803 INFO kablam! 12 | let e = Input::AfterRender(AfterRenderArgs); Sep 04 11:10:21.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^ variant not found in `input::Input` Sep 04 11:10:21.803 INFO kablam! Sep 04 11:10:21.804 INFO kablam! error: aborting due to 2 previous errors Sep 04 11:10:21.804 INFO kablam! Sep 04 11:10:21.805 INFO kablam! Some errors occurred: E0277, E0599. Sep 04 11:10:21.805 INFO kablam! error[E0277]: the trait bound `input::Input: input::AfterRenderEvent` is not satisfied Sep 04 11:10:21.805 INFO kablam! --> benches/after_render.rs:15:32 Sep 04 11:10:21.805 INFO kablam! | Sep 04 11:10:21.805 INFO kablam! 15 | let _: Option = AfterRenderEvent::from_after_render_args(&args, &e); Sep 04 11:10:21.805 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::AfterRenderEvent` is not implemented for `input::Input` Sep 04 11:10:21.805 INFO kablam! | Sep 04 11:10:21.805 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 04 11:10:21.806 INFO kablam! = note: required by `input::AfterRenderEvent::from_after_render_args` Sep 04 11:10:21.806 INFO kablam! Sep 04 11:10:21.809 INFO kablam! error: aborting due to 2 previous errors Sep 04 11:10:21.809 INFO kablam! Sep 04 11:10:21.809 INFO kablam! Some errors occurred: E0277, E0599. Sep 04 11:10:21.809 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 04 11:10:21.817 INFO kablam! error: Could not compile `pistoncore-input`. Sep 04 11:10:21.817 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 11:10:21.818 INFO kablam! error: Could not compile `pistoncore-input`. Sep 04 11:10:21.818 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 11:10:21.928 INFO kablam! error[E0599]: no variant named `Render` found for type `input::Input` in the current scope Sep 04 11:10:21.928 INFO kablam! --> benches/render.rs:12:13 Sep 04 11:10:21.928 INFO kablam! | Sep 04 11:10:21.928 INFO kablam! 12 | let e = Input::Render(RenderArgs { Sep 04 11:10:21.928 INFO kablam! | ^^^^^^^^^^^^^ variant not found in `input::Input` Sep 04 11:10:21.928 INFO kablam! Sep 04 11:10:21.930 INFO kablam! error[E0277]: the trait bound `input::Input: input::RenderEvent` is not satisfied Sep 04 11:10:21.930 INFO kablam! --> benches/render.rs:26:46 Sep 04 11:10:21.930 INFO kablam! | Sep 04 11:10:21.930 INFO kablam! 26 | bencher.iter(|| { let _: Option = RenderEvent::from_render_args(&args, &e); }); Sep 04 11:10:21.930 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::RenderEvent` is not implemented for `input::Input` Sep 04 11:10:21.930 INFO kablam! | Sep 04 11:10:21.930 INFO kablam! = note: required by `input::RenderEvent::from_render_args` Sep 04 11:10:21.930 INFO kablam! Sep 04 11:10:21.932 INFO kablam! error: aborting due to 2 previous errors Sep 04 11:10:21.933 INFO kablam! Sep 04 11:10:21.933 INFO kablam! Some errors occurred: E0277, E0599. Sep 04 11:10:21.933 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 04 11:10:21.939 INFO kablam! error: Could not compile `pistoncore-input`. Sep 04 11:10:21.939 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 11:10:22.046 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseCursorEvent` is not satisfied Sep 04 11:10:22.046 INFO kablam! --> benches/mouse.rs:13:46 Sep 04 11:10:22.046 INFO kablam! | Sep 04 11:10:22.046 INFO kablam! 13 | bencher.iter(|| { let _: Option = MouseCursorEvent::from_xy(1.0, 0.0, &e); }); Sep 04 11:10:22.046 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseCursorEvent` is not implemented for `input::Input` Sep 04 11:10:22.046 INFO kablam! | Sep 04 11:10:22.046 INFO kablam! = note: required by `input::MouseCursorEvent::from_xy` Sep 04 11:10:22.046 INFO kablam! Sep 04 11:10:22.048 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseRelativeEvent` is not satisfied Sep 04 11:10:22.048 INFO kablam! --> benches/mouse.rs:19:46 Sep 04 11:10:22.048 INFO kablam! | Sep 04 11:10:22.048 INFO kablam! 19 | bencher.iter(|| { let _: Option = MouseRelativeEvent::from_xy(1.0, 0.0, &e); }); Sep 04 11:10:22.048 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseRelativeEvent` is not implemented for `input::Input` Sep 04 11:10:22.048 INFO kablam! | Sep 04 11:10:22.048 INFO kablam! = note: required by `input::MouseRelativeEvent::from_xy` Sep 04 11:10:22.048 INFO kablam! Sep 04 11:10:22.049 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseScrollEvent` is not satisfied Sep 04 11:10:22.049 INFO kablam! --> benches/mouse.rs:25:46 Sep 04 11:10:22.049 INFO kablam! | Sep 04 11:10:22.049 INFO kablam! 25 | bencher.iter(|| { let _: Option = MouseScrollEvent::from_xy(1.0, 0.0, &e); }); Sep 04 11:10:22.049 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseScrollEvent` is not implemented for `input::Input` Sep 04 11:10:22.049 INFO kablam! | Sep 04 11:10:22.049 INFO kablam! = note: required by `input::MouseScrollEvent::from_xy` Sep 04 11:10:22.049 INFO kablam! Sep 04 11:10:22.051 INFO kablam! error: aborting due to 3 previous errors Sep 04 11:10:22.051 INFO kablam! Sep 04 11:10:22.051 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 11:10:22.064 INFO kablam! error: Could not compile `pistoncore-input`. Sep 04 11:10:22.064 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 11:10:22.090 INFO kablam! error[E0277]: the trait bound `input::Input: input::CursorEvent` is not satisfied Sep 04 11:10:22.090 INFO kablam! --> benches/cursor.rs:12:46 Sep 04 11:10:22.090 INFO kablam! | Sep 04 11:10:22.090 INFO kablam! 12 | bencher.iter(|| { let _: Option = CursorEvent::from_cursor(true, &e); }); Sep 04 11:10:22.090 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::CursorEvent` is not implemented for `input::Input` Sep 04 11:10:22.090 INFO kablam! | Sep 04 11:10:22.090 INFO kablam! = note: required by `input::CursorEvent::from_cursor` Sep 04 11:10:22.090 INFO kablam! Sep 04 11:10:22.093 INFO kablam! error: aborting due to previous error Sep 04 11:10:22.093 INFO kablam! Sep 04 11:10:22.093 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 11:10:22.101 INFO kablam! error: Could not compile `pistoncore-input`. Sep 04 11:10:22.101 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 11:10:22.102 INFO kablam! error[E0599]: no variant named `Press` found for type `input::Input` in the current scope Sep 04 11:10:22.102 INFO kablam! --> benches/press.rs:12:13 Sep 04 11:10:22.102 INFO kablam! | Sep 04 11:10:22.102 INFO kablam! 12 | let e = Input::Press(Button::Keyboard(Key::S)); Sep 04 11:10:22.102 INFO kablam! | ^^^^^^^^^^^^ variant not found in `input::Input` Sep 04 11:10:22.102 INFO kablam! Sep 04 11:10:22.104 INFO kablam! error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied Sep 04 11:10:22.104 INFO kablam! --> benches/press.rs:14:46 Sep 04 11:10:22.104 INFO kablam! | Sep 04 11:10:22.104 INFO kablam! 14 | bencher.iter(|| { let _: Option = PressEvent::from_button(button, &e); }); Sep 04 11:10:22.104 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input` Sep 04 11:10:22.105 INFO kablam! | Sep 04 11:10:22.105 INFO kablam! = note: required because of the requirements on the impl of `input::PressEvent` for `input::Input` Sep 04 11:10:22.105 INFO kablam! = note: required by `input::PressEvent::from_button` Sep 04 11:10:22.105 INFO kablam! Sep 04 11:10:22.108 INFO kablam! error: aborting due to 2 previous errors Sep 04 11:10:22.108 INFO kablam! Sep 04 11:10:22.108 INFO kablam! Some errors occurred: E0277, E0599. Sep 04 11:10:22.108 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 04 11:10:22.116 INFO kablam! error[E0277]: the trait bound `input::Input: input::ControllerAxisEvent` is not satisfied Sep 04 11:10:22.116 INFO kablam! --> benches/controller_axis.rs:17:32 Sep 04 11:10:22.116 INFO kablam! | Sep 04 11:10:22.116 INFO kablam! 17 | let _: Option = ControllerAxisEvent::from_controller_axis_args(ControllerAxisArgs { Sep 04 11:10:22.116 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ControllerAxisEvent` is not implemented for `input::Input` Sep 04 11:10:22.116 INFO kablam! | Sep 04 11:10:22.116 INFO kablam! = note: required by `input::ControllerAxisEvent::from_controller_axis_args` Sep 04 11:10:22.116 INFO kablam! Sep 04 11:10:22.117 INFO kablam! error:error[E0277]: the trait bound `input::Input: input::TextEvent` is not satisfied Sep 04 11:10:22.117 INFO kablam! --> benches/text.rs:13:46 Sep 04 11:10:22.117 INFO kablam! | Sep 04 11:10:22.117 INFO kablam! 13 | bencher.iter(|| { let _: Option = TextEvent::from_text("hello", &e); }); Sep 04 11:10:22.117 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `input::TextEvent` is not implemented for `input::Input` Sep 04 11:10:22.117 INFO kablam! | Sep 04 11:10:22.117 INFO kablam! = note: required by `input::TextEvent::from_text` Sep 04 11:10:22.117 INFO kablam! Sep 04 11:10:22.117 INFO kablam! Could not compile `pistoncore-input`. Sep 04 11:10:22.117 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 11:10:22.119 INFO kablam! error: aborting due to previous error Sep 04 11:10:22.119 INFO kablam! Sep 04 11:10:22.119 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 11:10:22.119 INFO kablam! error: aborting due to previous error Sep 04 11:10:22.119 INFO kablam! Sep 04 11:10:22.119 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 11:10:22.129 INFO kablam! error: Could not compile `pistoncore-input`. Sep 04 11:10:22.129 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 11:10:22.130 INFO kablam! error: Could not compile `pistoncore-input`. Sep 04 11:10:22.130 INFO kablam! Sep 04 11:10:22.130 INFO kablam! To learn more, run the command again with --verbose. Sep 04 11:10:22.132 INFO kablam! su: No module specific data is present Sep 04 11:10:22.551 INFO running `"docker" "rm" "-f" "f73ba7e0c09b8c7956b7b0b87377f2832f6796db86a36c4dd89f447e15a76a12"` Sep 04 11:10:22.659 INFO blam! f73ba7e0c09b8c7956b7b0b87377f2832f6796db86a36c4dd89f447e15a76a12