Sep 14 11:46:54.777 INFO checking pistoncore-input-0.21.0 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1
Sep 14 11:46:54.777 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets
Sep 14 11:46:54.777 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-6/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"`
Sep 14 11:46:55.170 INFO blam! 0263f33281a3eaafd9c0e53b88869e616dfb68c8561c3b483e23f74e1f1ed52b
Sep 14 11:46:55.186 INFO running `"docker" "start" "-a" "0263f33281a3eaafd9c0e53b88869e616dfb68c8561c3b483e23f74e1f1ed52b"`
Sep 14 11:46:56.482 INFO kablam! usermod: no changes
Sep 14 11:46:56.604 INFO kablam! Checking pistoncore-input v0.21.0 (file:///source)
Sep 14 11:47:03.767 INFO kablam! error[E0277]: the trait bound `input::Input: input::TextEvent` is not satisfied
Sep 14 11:47:03.767 INFO kablam! --> benches/text.rs:13:46
Sep 14 11:47:03.767 INFO kablam! |
Sep 14 11:47:03.767 INFO kablam! 13 | bencher.iter(|| { let _: Option = TextEvent::from_text("hello", &e); });
Sep 14 11:47:03.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `input::TextEvent` is not implemented for `input::Input`
Sep 14 11:47:03.767 INFO kablam! |
Sep 14 11:47:03.767 INFO kablam! = note: required by `input::TextEvent::from_text`
Sep 14 11:47:03.767 INFO kablam!
Sep 14 11:47:03.771 INFO kablam! error: aborting due to previous error
Sep 14 11:47:03.771 INFO kablam!
Sep 14 11:47:03.771 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 14 11:47:03.777 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 14 11:47:03.777 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 14 11:47:03.995 INFO kablam! error[E0277]: the trait bound `input::Input: input::ControllerAxisEvent` is not satisfied
Sep 14 11:47:03.995 INFO kablam! --> benches/controller_axis.rs:17:32
Sep 14 11:47:03.995 INFO kablam! |
Sep 14 11:47:03.995 INFO kablam! 17 | let _: Option = ControllerAxisEvent::from_controller_axis_args(ControllerAxisArgs {
Sep 14 11:47:03.995 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ControllerAxisEvent` is not implemented for `input::Input`
Sep 14 11:47:03.995 INFO kablam! |
Sep 14 11:47:03.995 INFO kablam! = note: required by `input::ControllerAxisEvent::from_controller_axis_args`
Sep 14 11:47:03.995 INFO kablam!
Sep 14 11:47:03.995 INFO kablam! error: aborting due to previous error
Sep 14 11:47:03.995 INFO kablam!
Sep 14 11:47:03.995 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 14 11:47:04.010 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 14 11:47:04.010 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 14 11:47:04.044 INFO kablam! error[E0277]: the trait bound `input::Input: input::FocusEvent` is not satisfied
Sep 14 11:47:04.044 INFO kablam! --> benches/focus.rs:13:46
Sep 14 11:47:04.044 INFO kablam! |
Sep 14 11:47:04.044 INFO kablam! 13 | bencher.iter(|| { let _: Option = FocusEvent::from_focused(true, &e); });
Sep 14 11:47:04.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::FocusEvent` is not implemented for `input::Input`
Sep 14 11:47:04.045 INFO kablam! |
Sep 14 11:47:04.045 INFO kablam! = note: required by `input::FocusEvent::from_focused`
Sep 14 11:47:04.045 INFO kablam!
Sep 14 11:47:04.048 INFO kablam! error: aborting due to previous error
Sep 14 11:47:04.055 INFO kablam!
Sep 14 11:47:04.055 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 14 11:47:04.063 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 14 11:47:04.063 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 14 11:47:04.299 INFO kablam! error[E0599]: no variant named `Update` found for type `input::Input` in the current scope
Sep 14 11:47:04.299 INFO kablam! --> benches/update.rs:12:13
Sep 14 11:47:04.299 INFO kablam! |
Sep 14 11:47:04.299 INFO kablam! 12 | let e = Input::Update(UpdateArgs { dt: 0.0 });
Sep 14 11:47:04.299 INFO kablam! | ^^^^^^^^^^^^^ variant not found in `input::Input`
Sep 14 11:47:04.299 INFO kablam!
Sep 14 11:47:04.299 INFO kablam! error[E0277]: the trait bound `input::Input: input::UpdateEvent` is not satisfied
Sep 14 11:47:04.299 INFO kablam! --> benches/update.rs:14:46
Sep 14 11:47:04.299 INFO kablam! |
Sep 14 11:47:04.299 INFO kablam! 14 | bencher.iter(|| { let _: Option = UpdateEvent::from_update_args(&args, &e); });
Sep 14 11:47:04.299 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::UpdateEvent` is not implemented for `input::Input`
Sep 14 11:47:04.299 INFO kablam! |
Sep 14 11:47:04.299 INFO kablam! = note: required by `input::UpdateEvent::from_update_args`
Sep 14 11:47:04.299 INFO kablam!
Sep 14 11:47:04.303 INFO kablam! error: aborting due to 2 previous errors
Sep 14 11:47:04.303 INFO kablam!
Sep 14 11:47:04.303 INFO kablam! Some errors occurred: E0277, E0599.
Sep 14 11:47:04.303 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Sep 14 11:47:04.343 INFO kablam! error[E0599]: no variant named `Idle` found for type `input::Input` in the current scope
Sep 14 11:47:04.343 INFO kablam! --> benches/idle.rs:12:13
Sep 14 11:47:04.343 INFO kablam! |
Sep 14 11:47:04.343 INFO kablam! 12 | let e = Input::Idle(IdleArgs { dt: 1.0 });
Sep 14 11:47:04.343 INFO kablam! | ^^^^^^^^^^^ variant not found in `input::Input`
Sep 14 11:47:04.343 INFO kablam!
Sep 14 11:47:04.347 INFO kablam! error[E0277]: the trait bound `input::Input: input::IdleEvent` is not satisfied
Sep 14 11:47:04.347 INFO kablam! --> benches/idle.rs:14:46
Sep 14 11:47:04.347 INFO kablam! |
Sep 14 11:47:04.347 INFO kablam! 14 | bencher.iter(|| { let _: Option = IdleEvent::from_idle_args(&args, &e); });
Sep 14 11:47:04.347 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::IdleEvent` is not implemented for `input::Input`
Sep 14 11:47:04.347 INFO kablam! |
Sep 14 11:47:04.347 INFO kablam! = note: required by `input::IdleEvent::from_idle_args`
Sep 14 11:47:04.347 INFO kablam!
Sep 14 11:47:04.347 INFO kablam! error: aborting due to 2 previous errors
Sep 14 11:47:04.347 INFO kablam!
Sep 14 11:47:04.347 INFO kablam! Some errors occurred: E0277, E0599.
Sep 14 11:47:04.347 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Sep 14 11:47:04.355 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 14 11:47:04.355 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 14 11:47:04.363 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 14 11:47:04.363 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 14 11:47:04.393 INFO kablam! error[E0599]: no variant named `Render` found for type `input::Input` in the current scope
Sep 14 11:47:04.393 INFO kablam! --> benches/render.rs:12:13
Sep 14 11:47:04.393 INFO kablam! |
Sep 14 11:47:04.393 INFO kablam! 12 | let e = Input::Render(RenderArgs {
Sep 14 11:47:04.393 INFO kablam! | ^^^^^^^^^^^^^ variant not found in `input::Input`
Sep 14 11:47:04.393 INFO kablam!
Sep 14 11:47:04.395 INFO kablam! error[E0277]: the trait bound `input::Input: input::RenderEvent` is not satisfied
Sep 14 11:47:04.395 INFO kablam! --> benches/render.rs:26:46
Sep 14 11:47:04.395 INFO kablam! |
Sep 14 11:47:04.395 INFO kablam! 26 | bencher.iter(|| { let _: Option = RenderEvent::from_render_args(&args, &e); });
Sep 14 11:47:04.395 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::RenderEvent` is not implemented for `input::Input`
Sep 14 11:47:04.395 INFO kablam! |
Sep 14 11:47:04.395 INFO kablam! = note: required by `input::RenderEvent::from_render_args`
Sep 14 11:47:04.395 INFO kablam!
Sep 14 11:47:04.401 INFO kablam! error: aborting due to 2 previous errors
Sep 14 11:47:04.401 INFO kablam!
Sep 14 11:47:04.401 INFO kablam! Some errors occurred: E0277, E0599.
Sep 14 11:47:04.401 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Sep 14 11:47:04.412 INFO kablam! error[E0277]: the trait bound `input::Input: input::ResizeEvent` is not satisfied
Sep 14 11:47:04.412 INFO kablam! --> benches/resize.rs:13:46
Sep 14 11:47:04.412 INFO kablam! |
Sep 14 11:47:04.412 INFO kablam! 13 | bencher.iter(|| { let _: Option = ResizeEvent::from_width_height(100, 100, &e); });
Sep 14 11:47:04.412 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ResizeEvent` is not implemented for `input::Input`
Sep 14 11:47:04.412 INFO kablam! |
Sep 14 11:47:04.412 INFO kablam! = note: required by `input::ResizeEvent::from_width_height`
Sep 14 11:47:04.412 INFO kablam!
Sep 14 11:47:04.415 INFO kablam! error: aborting due to previous error
Sep 14 11:47:04.415 INFO kablam!
Sep 14 11:47:04.415 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 14 11:47:04.417 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 14 11:47:04.417 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 14 11:47:04.435 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 14 11:47:04.435 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 14 11:47:04.475 INFO kablam! error[E0599]: no variant named `Press` found for type `input::Input` in the current scope
Sep 14 11:47:04.475 INFO kablam! --> benches/press.rs:12:13
Sep 14 11:47:04.475 INFO kablam! |
Sep 14 11:47:04.475 INFO kablam! 12 | let e = Input::Press(Button::Keyboard(Key::S));
Sep 14 11:47:04.475 INFO kablam! | ^^^^^^^^^^^^ variant not found in `input::Input`
Sep 14 11:47:04.475 INFO kablam!
Sep 14 11:47:04.475 INFO kablam! error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied
Sep 14 11:47:04.475 INFO kablam! --> benches/press.rs:14:46
Sep 14 11:47:04.475 INFO kablam! |
Sep 14 11:47:04.475 INFO kablam! 14 | bencher.iter(|| { let _: Option = PressEvent::from_button(button, &e); });
Sep 14 11:47:04.475 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input`
Sep 14 11:47:04.475 INFO kablam! |
Sep 14 11:47:04.475 INFO kablam! = note: required because of the requirements on the impl of `input::PressEvent` for `input::Input`
Sep 14 11:47:04.475 INFO kablam! = note: required by `input::PressEvent::from_button`
Sep 14 11:47:04.475 INFO kablam!
Sep 14 11:47:04.478 INFO kablam! error: aborting due to 2 previous errors
Sep 14 11:47:04.478 INFO kablam!
Sep 14 11:47:04.478 INFO kablam! Some errors occurred: E0277, E0599.
Sep 14 11:47:04.478 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Sep 14 11:47:04.493 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 14 11:47:04.493 INFO kablam!
Sep 14 11:47:04.493 INFO kablam! To learn more, run the command again with --verbose.
Sep 14 11:47:04.494 INFO kablam! su: No module specific data is present
Sep 14 11:47:05.491 INFO running `"docker" "rm" "-f" "0263f33281a3eaafd9c0e53b88869e616dfb68c8561c3b483e23f74e1f1ed52b"`
Sep 14 11:47:05.783 INFO blam! 0263f33281a3eaafd9c0e53b88869e616dfb68c8561c3b483e23f74e1f1ed52b