Sep 17 19:58:41.794 INFO checking pistoncore-input-0.20.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 19:58:41.794 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 19:58:41.795 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-3/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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=1000" "-e" "CMD=cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 19:58:42.171 INFO blam! f3772ba0d4743926678a453f447030927b51880e2a66beb4c0357fde8739c31e Sep 17 19:58:42.182 INFO running `"docker" "start" "-a" "f3772ba0d4743926678a453f447030927b51880e2a66beb4c0357fde8739c31e"` Sep 17 19:58:43.511 INFO kablam! usermod: no changes Sep 17 19:58:43.623 INFO kablam! Checking pistoncore-input v0.20.0 (/source) Sep 17 19:58:49.251 INFO kablam! error[E0599]: no variant named `Idle` found for type `input::Input` in the current scope Sep 17 19:58:49.251 INFO kablam! --> benches/idle.rs:12:13 Sep 17 19:58:49.251 INFO kablam! | Sep 17 19:58:49.251 INFO kablam! 12 | let e = Input::Idle(IdleArgs { dt: 1.0 }); Sep 17 19:58:49.251 INFO kablam! | ^^^^^^^^^^^ variant not found in `input::Input` Sep 17 19:58:49.251 INFO kablam! Sep 17 19:58:49.251 INFO kablam! error[E0277]: the trait bound `input::Input: input::IdleEvent` is not satisfied Sep 17 19:58:49.251 INFO kablam! --> benches/idle.rs:14:46 Sep 17 19:58:49.251 INFO kablam! | Sep 17 19:58:49.251 INFO kablam! 14 | bencher.iter(|| { let _: Option = IdleEvent::from_idle_args(&args, &e); }); Sep 17 19:58:49.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::IdleEvent` is not implemented for `input::Input` Sep 17 19:58:49.251 INFO kablam! | Sep 17 19:58:49.251 INFO kablam! = note: required by `input::IdleEvent::from_idle_args` Sep 17 19:58:49.251 INFO kablam! Sep 17 19:58:49.254 INFO kablam! error: aborting due to 2 previous errors Sep 17 19:58:49.254 INFO kablam! Sep 17 19:58:49.255 INFO kablam! Some errors occurred: E0277, E0599. Sep 17 19:58:49.255 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 17 19:58:49.266 INFO kablam! error: Could not compile `pistoncore-input`. Sep 17 19:58:49.267 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 19:58:49.267 INFO kablam! error[E0599]: no variant named `Update` found for type `input::Input` in the current scope Sep 17 19:58:49.267 INFO kablam! --> benches/update.rs:12:13 Sep 17 19:58:49.267 INFO kablam! | Sep 17 19:58:49.267 INFO kablam! 12 | let e = Input::Update(UpdateArgs { dt: 0.0 }); Sep 17 19:58:49.267 INFO kablam! | ^^^^^^^^^^^^^ variant not found in `input::Input` Sep 17 19:58:49.267 INFO kablam! Sep 17 19:58:49.269 INFO kablam! error[E0277]: the trait bound `input::Input: input::UpdateEvent` is not satisfied Sep 17 19:58:49.269 INFO kablam! --> benches/update.rs:14:46 Sep 17 19:58:49.270 INFO kablam! | Sep 17 19:58:49.270 INFO kablam! 14 | bencher.iter(|| { let _: Option = UpdateEvent::from_update_args(&args, &e); }); Sep 17 19:58:49.270 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::UpdateEvent` is not implemented for `input::Input` Sep 17 19:58:49.270 INFO kablam! | Sep 17 19:58:49.270 INFO kablam! = note: required by `input::UpdateEvent::from_update_args` Sep 17 19:58:49.270 INFO kablam! Sep 17 19:58:49.274 INFO kablam! error: aborting due to 2 previous errors Sep 17 19:58:49.274 INFO kablam! Sep 17 19:58:49.274 INFO kablam! Some errors occurred: E0277, E0599. Sep 17 19:58:49.274 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 17 19:58:49.283 INFO kablam! error: Could not compile `pistoncore-input`. Sep 17 19:58:49.284 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 19:58:49.284 INFO kablam! error[E0277]: the trait bound `input::Input: input::ResizeEvent` is not satisfied Sep 17 19:58:49.285 INFO kablam! --> benches/resize.rs:13:46 Sep 17 19:58:49.285 INFO kablam! | Sep 17 19:58:49.285 INFO kablam! 13 | bencher.iter(|| { let _: Option = ResizeEvent::from_width_height(100, 100, &e); }); Sep 17 19:58:49.285 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ResizeEvent` is not implemented for `input::Input` Sep 17 19:58:49.287 INFO kablam! | Sep 17 19:58:49.287 INFO kablam! = note: required by `input::ResizeEvent::from_width_height` Sep 17 19:58:49.287 INFO kablam! Sep 17 19:58:49.287 INFO kablam! error: aborting due to previous error Sep 17 19:58:49.287 INFO kablam! Sep 17 19:58:49.287 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 17 19:58:49.298 INFO kablam! error: Could not compile `pistoncore-input`. Sep 17 19:58:49.298 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 19:58:49.327 INFO kablam! error[E0277]: the trait bound `input::Input: input::TextEvent` is not satisfied Sep 17 19:58:49.327 INFO kablam! --> benches/text.rs:13:46 Sep 17 19:58:49.327 INFO kablam! | Sep 17 19:58:49.327 INFO kablam! 13 | bencher.iter(|| { let _: Option = TextEvent::from_text("hello", &e); }); Sep 17 19:58:49.327 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `input::TextEvent` is not implemented for `input::Input` Sep 17 19:58:49.327 INFO kablam! | Sep 17 19:58:49.327 INFO kablam! = note: required by `input::TextEvent::from_text` Sep 17 19:58:49.327 INFO kablam! Sep 17 19:58:49.331 INFO kablam! error: aborting due to previous error Sep 17 19:58:49.331 INFO kablam! Sep 17 19:58:49.331 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 17 19:58:49.340 INFO kablam! error: Could not compile `pistoncore-input`. Sep 17 19:58:49.340 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 19:58:49.375 INFO kablam! error[E0599]: no variant named `Render` found for type `input::Input` in the current scope Sep 17 19:58:49.375 INFO kablam! --> benches/render.rs:12:13 Sep 17 19:58:49.375 INFO kablam! | Sep 17 19:58:49.375 INFO kablam! 12 | let e = Input::Render(RenderArgs { Sep 17 19:58:49.375 INFO kablam! | ^^^^^^^^^^^^^ variant not found in `input::Input` Sep 17 19:58:49.375 INFO kablam! Sep 17 19:58:49.375 INFO kablam! error[E0277]: the trait bound `input::Input: input::RenderEvent` is not satisfied Sep 17 19:58:49.375 INFO kablam! --> benches/render.rs:26:46 Sep 17 19:58:49.375 INFO kablam! | Sep 17 19:58:49.375 INFO kablam! 26 | bencher.iter(|| { let _: Option = RenderEvent::from_render_args(&args, &e); }); Sep 17 19:58:49.375 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::RenderEvent` is not implemented for `input::Input` Sep 17 19:58:49.375 INFO kablam! | Sep 17 19:58:49.375 INFO kablam! = note: required by `input::RenderEvent::from_render_args` Sep 17 19:58:49.375 INFO kablam! Sep 17 19:58:49.375 INFO kablam! error: aborting due to 2 previous errors Sep 17 19:58:49.375 INFO kablam! Sep 17 19:58:49.375 INFO kablam! Some errors occurred: E0277, E0599. Sep 17 19:58:49.375 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 17 19:58:49.375 INFO kablam! error: Could not compile `pistoncore-input`. Sep 17 19:58:49.375 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 19:58:49.438 INFO kablam! error[E0599]: no variant named `Release` found for type `input::Input` in the current scope Sep 17 19:58:49.439 INFO kablam! --> benches/release.rs:12:13 Sep 17 19:58:49.439 INFO kablam! | Sep 17 19:58:49.439 INFO kablam! 12 | let e = Input::Release(Button::Keyboard(Key::S)); Sep 17 19:58:49.439 INFO kablam! | ^^^^^^^^^^^^^^ variant not found in `input::Input` Sep 17 19:58:49.439 INFO kablam! Sep 17 19:58:49.439 INFO kablam! error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied Sep 17 19:58:49.439 INFO kablam! --> benches/release.rs:14:46 Sep 17 19:58:49.439 INFO kablam! | Sep 17 19:58:49.439 INFO kablam! 14 | bencher.iter(|| { let _: Option = ReleaseEvent::from_button(button, &e); }); Sep 17 19:58:49.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input` Sep 17 19:58:49.439 INFO kablam! | Sep 17 19:58:49.439 INFO kablam! = note: required because of the requirements on the impl of `input::ReleaseEvent` for `input::Input` Sep 17 19:58:49.439 INFO kablam! = note: required by `input::ReleaseEvent::from_button` Sep 17 19:58:49.439 INFO kablam! Sep 17 19:58:49.442 INFO kablam! error: aborting due to 2 previous errors Sep 17 19:58:49.443 INFO kablam! Sep 17 19:58:49.443 INFO kablam! Some errors occurred: E0277, E0599. Sep 17 19:58:49.443 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 17 19:58:49.450 INFO kablam! error: Could not compile `pistoncore-input`. Sep 17 19:58:49.450 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 19:58:49.475 INFO kablam! error[E0599]: no variant named `AfterRender` found for type `input::Input` in the current scope Sep 17 19:58:49.475 INFO kablam! --> benches/after_render.rs:12:13 Sep 17 19:58:49.475 INFO kablam! | Sep 17 19:58:49.475 INFO kablam! 12 | let e = Input::AfterRender(AfterRenderArgs); Sep 17 19:58:49.475 INFO kablam! | ^^^^^^^^^^^^^^^^^^ variant not found in `input::Input` Sep 17 19:58:49.475 INFO kablam! Sep 17 19:58:49.476 INFO kablam! error[E0277]: the trait bound `input::Input: input::AfterRenderEvent` is not satisfied Sep 17 19:58:49.476 INFO kablam! --> benches/after_render.rs:15:32 Sep 17 19:58:49.476 INFO kablam! | Sep 17 19:58:49.476 INFO kablam! 15 | let _: Option = AfterRenderEvent::from_after_render_args(&args, &e); Sep 17 19:58:49.476 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::AfterRenderEvent` is not implemented for `input::Input` Sep 17 19:58:49.476 INFO kablam! | Sep 17 19:58:49.476 INFO kablam! = note: required by `input::AfterRenderEvent::from_after_render_args` Sep 17 19:58:49.476 INFO kablam! Sep 17 19:58:49.478 INFO kablam! error: aborting due to 2 previous errors Sep 17 19:58:49.478 INFO kablam! Sep 17 19:58:49.478 INFO kablam! Some errors occurred: E0277, E0599. Sep 17 19:58:49.478 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 17 19:58:49.484 INFO kablam! error: Could not compile `pistoncore-input`. Sep 17 19:58:49.485 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 19:58:49.615 INFO kablam! error[E0599]: no variant named `Press` found for type `input::Input` in the current scope Sep 17 19:58:49.615 INFO kablam! --> benches/press.rs:12:13 Sep 17 19:58:49.615 INFO kablam! | Sep 17 19:58:49.615 INFO kablam! 12 | let e = Input::Press(Button::Keyboard(Key::S)); Sep 17 19:58:49.615 INFO kablam! | ^^^^^^^^^^^^ variant not found in `input::Input` Sep 17 19:58:49.615 INFO kablam! Sep 17 19:58:49.616 INFO kablam! error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied Sep 17 19:58:49.616 INFO kablam! --> benches/press.rs:14:46 Sep 17 19:58:49.616 INFO kablam! | Sep 17 19:58:49.616 INFO kablam! 14 | bencher.iter(|| { let _: Option = PressEvent::from_button(button, &e); }); Sep 17 19:58:49.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input` Sep 17 19:58:49.616 INFO kablam! | Sep 17 19:58:49.616 INFO kablam! = note: required because of the requirements on the impl of `input::PressEvent` for `input::Input` Sep 17 19:58:49.616 INFO kablam! = note: required by `input::PressEvent::from_button` Sep 17 19:58:49.616 INFO kablam! Sep 17 19:58:49.618 INFO kablam! error: aborting due to 2 previous errors Sep 17 19:58:49.618 INFO kablam! Sep 17 19:58:49.618 INFO kablam! Some errors occurred: E0277, E0599. Sep 17 19:58:49.618 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 17 19:58:49.626 INFO kablam! error: Could not compile `pistoncore-input`. Sep 17 19:58:49.626 INFO kablam! Sep 17 19:58:49.627 INFO kablam! To learn more, run the command again with --verbose. Sep 17 19:58:49.628 INFO kablam! su: No module specific data is present Sep 17 19:58:50.320 INFO running `"docker" "rm" "-f" "f3772ba0d4743926678a453f447030927b51880e2a66beb4c0357fde8739c31e"` Sep 17 19:58:50.403 INFO blam! f3772ba0d4743926678a453f447030927b51880e2a66beb4c0357fde8739c31e