Sep 06 02:29:39.267 INFO checking pistoncore-input-0.20.0 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854
Sep 06 02:29:39.267 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets
Sep 06 02:29:39.267 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-4/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"`
Sep 06 02:29:39.498 INFO blam! 20b91bbc8c4eec074a58d0c623aff4fee5c822f0405d2703b43c805a1b66c3ef
Sep 06 02:29:39.500 INFO running `"docker" "start" "-a" "20b91bbc8c4eec074a58d0c623aff4fee5c822f0405d2703b43c805a1b66c3ef"`
Sep 06 02:29:40.435 INFO kablam! usermod: no changes
Sep 06 02:29:40.524 INFO kablam! Checking pistoncore-input v0.20.0 (file:///source)
Sep 06 02:29:44.843 INFO kablam! error[E0277]: the trait bound `input::Input: input::CursorEvent` is not satisfied
Sep 06 02:29:44.843 INFO kablam! --> benches/cursor.rs:12:46
Sep 06 02:29:44.843 INFO kablam! |
Sep 06 02:29:44.843 INFO kablam! 12 | bencher.iter(|| { let _: Option = CursorEvent::from_cursor(true, &e); });
Sep 06 02:29:44.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::CursorEvent` is not implemented for `input::Input`
Sep 06 02:29:44.845 INFO kablam! |
Sep 06 02:29:44.845 INFO kablam! = note: required by `input::CursorEvent::from_cursor`
Sep 06 02:29:44.845 INFO kablam!
Sep 06 02:29:44.847 INFO kablam! error: aborting due to previous error
Sep 06 02:29:44.848 INFO kablam!
Sep 06 02:29:44.848 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 06 02:29:44.858 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 06 02:29:44.858 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 06 02:29:45.038 INFO kablam! error[E0277]: the trait bound `input::Input: input::ResizeEvent` is not satisfied
Sep 06 02:29:45.038 INFO kablam! --> benches/resize.rs:13:46
Sep 06 02:29:45.038 INFO kablam! |
Sep 06 02:29:45.038 INFO kablam! 13 | bencher.iter(|| { let _: Option = ResizeEvent::from_width_height(100, 100, &e); });
Sep 06 02:29:45.038 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ResizeEvent` is not implemented for `input::Input`
Sep 06 02:29:45.038 INFO kablam! |
Sep 06 02:29:45.038 INFO kablam! = note: required by `input::ResizeEvent::from_width_height`
Sep 06 02:29:45.038 INFO kablam!
Sep 06 02:29:45.042 INFO kablam! error: aborting due to previous error
Sep 06 02:29:45.042 INFO kablam!
Sep 06 02:29:45.042 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 06 02:29:45.046 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 06 02:29:45.046 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 06 02:29:45.106 INFO kablam! error[E0277]: the trait bound `input::Input: input::FocusEvent` is not satisfied
Sep 06 02:29:45.106 INFO kablam! --> benches/focus.rs:13:46
Sep 06 02:29:45.106 INFO kablam! |
Sep 06 02:29:45.106 INFO kablam! 13 | bencher.iter(|| { let _: Option = FocusEvent::from_focused(true, &e); });
Sep 06 02:29:45.106 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::FocusEvent` is not implemented for `input::Input`
Sep 06 02:29:45.106 INFO kablam! |
Sep 06 02:29:45.106 INFO kablam! = note: required by `input::FocusEvent::from_focused`
Sep 06 02:29:45.106 INFO kablam!
Sep 06 02:29:45.106 INFO kablam! error: aborting due to previous error
Sep 06 02:29:45.106 INFO kablam!
Sep 06 02:29:45.106 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 06 02:29:45.113 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 06 02:29:45.113 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 06 02:29:45.169 INFO kablam! error[E0599]: no variant named `Update` found for type `input::Input` in the current scope
Sep 06 02:29:45.170 INFO kablam! --> benches/update.rs:12:13
Sep 06 02:29:45.170 INFO kablam! |
Sep 06 02:29:45.170 INFO kablam! 12 | let e = Input::Update(UpdateArgs { dt: 0.0 });
Sep 06 02:29:45.170 INFO kablam! | ^^^^^^^^^^^^^ variant not found in `input::Input`
Sep 06 02:29:45.172 INFO kablam!
Sep 06 02:29:45.173 INFO kablam! error[E0277]: the trait bound `input::Input: input::UpdateEvent` is not satisfied
Sep 06 02:29:45.173 INFO kablam! --> benches/update.rs:14:46
Sep 06 02:29:45.173 INFO kablam! |
Sep 06 02:29:45.173 INFO kablam! 14 | bencher.iter(|| { let _: Option = UpdateEvent::from_update_args(&args, &e); });
Sep 06 02:29:45.173 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::UpdateEvent` is not implemented for `input::Input`
Sep 06 02:29:45.174 INFO kablam! |
Sep 06 02:29:45.174 INFO kablam! = note: required by `input::UpdateEvent::from_update_args`
Sep 06 02:29:45.174 INFO kablam!
Sep 06 02:29:45.182 INFO kablam! error: aborting due to 2 previous errors
Sep 06 02:29:45.182 INFO kablam!
Sep 06 02:29:45.182 INFO kablam! Some errors occurred: E0277, E0599.
Sep 06 02:29:45.182 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Sep 06 02:29:45.182 INFO kablam! error[E0277]: the trait bound `input::Input: input::TextEvent` is not satisfied
Sep 06 02:29:45.182 INFO kablam! --> benches/text.rs:13:46
Sep 06 02:29:45.182 INFO kablam! |
Sep 06 02:29:45.182 INFO kablam! 13 | bencher.iter(|| { let _: Option = TextEvent::from_text("hello", &e); });
Sep 06 02:29:45.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `input::TextEvent` is not implemented for `input::Input`
Sep 06 02:29:45.182 INFO kablam! |
Sep 06 02:29:45.182 INFO kablam! = note: required by `input::TextEvent::from_text`
Sep 06 02:29:45.182 INFO kablam!
Sep 06 02:29:45.190 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 06 02:29:45.190 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 06 02:29:45.191 INFO kablam! error: aborting due to previous error
Sep 06 02:29:45.191 INFO kablam!
Sep 06 02:29:45.191 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 06 02:29:45.202 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseCursorEvent` is not satisfied
Sep 06 02:29:45.202 INFO kablam! --> benches/mouse.rs:13:46
Sep 06 02:29:45.202 INFO kablam! |
Sep 06 02:29:45.202 INFO kablam! 13 | bencher.iter(|| { let _: Option = MouseCursorEvent::from_xy(1.0, 0.0, &e); });
Sep 06 02:29:45.202 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseCursorEvent` is not implemented for `input::Input`
Sep 06 02:29:45.202 INFO kablam! |
Sep 06 02:29:45.202 INFO kablam! = note: required by `input::MouseCursorEvent::from_xy`
Sep 06 02:29:45.202 INFO kablam!
Sep 06 02:29:45.202 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseRelativeEvent` is not satisfied
Sep 06 02:29:45.202 INFO kablam! --> benches/mouse.rs:19:46
Sep 06 02:29:45.202 INFO kablam! |
Sep 06 02:29:45.202 INFO kablam! 19 | bencher.iter(|| { let _: Option = MouseRelativeEvent::from_xy(1.0, 0.0, &e); });
Sep 06 02:29:45.202 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseRelativeEvent` is not implemented for `input::Input`
Sep 06 02:29:45.202 INFO kablam! |
Sep 06 02:29:45.202 INFO kablam! = note: required by `input::MouseRelativeEvent::from_xy`
Sep 06 02:29:45.202 INFO kablam!
Sep 06 02:29:45.202 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseScrollEvent` is not satisfied
Sep 06 02:29:45.202 INFO kablam! --> benches/mouse.rs:25:46
Sep 06 02:29:45.202 INFO kablam! |
Sep 06 02:29:45.202 INFO kablam! 25 | bencher.iter(|| { let _: Option = MouseScrollEvent::from_xy(1.0, 0.0, &e); });
Sep 06 02:29:45.202 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseScrollEvent` is not implemented for `input::Input`
Sep 06 02:29:45.202 INFO kablam! |
Sep 06 02:29:45.202 INFO kablam! = note: required by `input::MouseScrollEvent::from_xy`
Sep 06 02:29:45.202 INFO kablam!
Sep 06 02:29:45.202 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 06 02:29:45.202 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 06 02:29:45.203 INFO kablam! error: aborting due to 3 previous errors
Sep 06 02:29:45.203 INFO kablam!
Sep 06 02:29:45.203 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 06 02:29:45.234 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 06 02:29:45.234 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 06 02:29:45.355 INFO kablam! error[E0599]: no variant named `Idle` found for type `input::Input` in the current scope
Sep 06 02:29:45.356 INFO kablam! --> benches/idle.rs:12:13
Sep 06 02:29:45.356 INFO kablam! |
Sep 06 02:29:45.356 INFO kablam! 12 | let e = Input::Idle(IdleArgs { dt: 1.0 });
Sep 06 02:29:45.356 INFO kablam! | ^^^^^^^^^^^ variant not found in `input::Input`
Sep 06 02:29:45.356 INFO kablam!
Sep 06 02:29:45.356 INFO kablam! error[E0277]: the trait bound `input::Input: input::IdleEvent` is not satisfied
Sep 06 02:29:45.356 INFO kablam! --> benches/idle.rs:14:46
Sep 06 02:29:45.356 INFO kablam! |
Sep 06 02:29:45.356 INFO kablam! 14 | bencher.iter(|| { let _: Option = IdleEvent::from_idle_args(&args, &e); });
Sep 06 02:29:45.356 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::IdleEvent` is not implemented for `input::Input`
Sep 06 02:29:45.356 INFO kablam! |
Sep 06 02:29:45.356 INFO kablam! = note: required by `input::IdleEvent::from_idle_args`
Sep 06 02:29:45.356 INFO kablam!
Sep 06 02:29:45.358 INFO kablam! error: aborting due to 2 previous errors
Sep 06 02:29:45.358 INFO kablam!
Sep 06 02:29:45.358 INFO kablam! Some errors occurred: E0277, E0599.
Sep 06 02:29:45.358 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Sep 06 02:29:45.371 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 06 02:29:45.371 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 06 02:29:45.474 INFO kablam! error[E0277]: the trait bound `input::Input: input::ControllerAxisEvent` is not satisfied
Sep 06 02:29:45.474 INFO kablam! --> benches/controller_axis.rs:17:32
Sep 06 02:29:45.474 INFO kablam! |
Sep 06 02:29:45.474 INFO kablam! 17 | let _: Option = ControllerAxisEvent::from_controller_axis_args(ControllerAxisArgs {
Sep 06 02:29:45.474 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ControllerAxisEvent` is not implemented for `input::Input`
Sep 06 02:29:45.474 INFO kablam! |
Sep 06 02:29:45.474 INFO kablam! = note: required by `input::ControllerAxisEvent::from_controller_axis_args`
Sep 06 02:29:45.474 INFO kablam!
Sep 06 02:29:45.474 INFO kablam! error: aborting due to previous error
Sep 06 02:29:45.474 INFO kablam!
Sep 06 02:29:45.474 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 06 02:29:45.500 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 06 02:29:45.500 INFO kablam!
Sep 06 02:29:45.500 INFO kablam! To learn more, run the command again with --verbose.
Sep 06 02:29:45.500 INFO kablam! su: No module specific data is present
Sep 06 02:29:46.262 INFO running `"docker" "rm" "-f" "20b91bbc8c4eec074a58d0c623aff4fee5c822f0405d2703b43c805a1b66c3ef"`
Sep 06 02:29:46.466 INFO blam! 20b91bbc8c4eec074a58d0c623aff4fee5c822f0405d2703b43c805a1b66c3ef