Sep 19 20:56:28.232 INFO checking pistoncore-input-0.21.0 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346
Sep 19 20:56:28.232 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets
Sep 19 20:56:28.233 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-7/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"`
Sep 19 20:56:28.681 INFO blam! 2fe141b18f4c7126b9dafa3333302ac54bdfb8081bea7e105087b9ac7b13b9b8
Sep 19 20:56:28.684 INFO running `"docker" "start" "-a" "2fe141b18f4c7126b9dafa3333302ac54bdfb8081bea7e105087b9ac7b13b9b8"`
Sep 19 20:56:30.214 INFO kablam! usermod: no changes
Sep 19 20:56:30.337 INFO kablam! Checking pistoncore-input v0.21.0 (/source)
Sep 19 20:56:38.207 INFO kablam! error[E0599]: no variant named `Press` found for type `input::Input` in the current scope
Sep 19 20:56:38.207 INFO kablam! --> benches/press.rs:12:13
Sep 19 20:56:38.207 INFO kablam! |
Sep 19 20:56:38.207 INFO kablam! 12 | let e = Input::Press(Button::Keyboard(Key::S));
Sep 19 20:56:38.207 INFO kablam! | ^^^^^^^^^^^^ variant not found in `input::Input`
Sep 19 20:56:38.208 INFO kablam!
Sep 19 20:56:38.212 INFO kablam! error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied
Sep 19 20:56:38.212 INFO kablam! --> benches/press.rs:14:46
Sep 19 20:56:38.212 INFO kablam! |
Sep 19 20:56:38.212 INFO kablam! 14 | bencher.iter(|| { let _: Option = PressEvent::from_button(button, &e); });
Sep 19 20:56:38.212 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input`
Sep 19 20:56:38.212 INFO kablam! |
Sep 19 20:56:38.212 INFO kablam! = note: required because of the requirements on the impl of `input::PressEvent` for `input::Input`
Sep 19 20:56:38.212 INFO kablam! = note: required by `input::PressEvent::from_button`
Sep 19 20:56:38.212 INFO kablam!
Sep 19 20:56:38.215 INFO kablam! error: aborting due to 2 previous errors
Sep 19 20:56:38.220 INFO kablam!
Sep 19 20:56:38.220 INFO kablam! Some errors occurred: E0277, E0599.
Sep 19 20:56:38.220 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Sep 19 20:56:38.247 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 19 20:56:38.247 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 19 20:56:38.314 INFO kablam! error[E0277]: the trait bound `input::Input: input::CursorEvent` is not satisfied
Sep 19 20:56:38.314 INFO kablam! --> benches/cursor.rs:12:46
Sep 19 20:56:38.314 INFO kablam! |
Sep 19 20:56:38.314 INFO kablam! 12 | bencher.iter(|| { let _: Option = CursorEvent::from_cursor(true, &e); });
Sep 19 20:56:38.314 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::CursorEvent` is not implemented for `input::Input`
Sep 19 20:56:38.314 INFO kablam! |
Sep 19 20:56:38.314 INFO kablam! = note: required by `input::CursorEvent::from_cursor`
Sep 19 20:56:38.314 INFO kablam!
Sep 19 20:56:38.319 INFO kablam! error: aborting due to previous error
Sep 19 20:56:38.319 INFO kablam!
Sep 19 20:56:38.319 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 19 20:56:38.323 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 19 20:56:38.323 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 19 20:56:38.395 INFO kablam! error[E0277]: the trait bound `input::Input: input::ResizeEvent` is not satisfied
Sep 19 20:56:38.395 INFO kablam! --> benches/resize.rs:13:46
Sep 19 20:56:38.395 INFO kablam! |
Sep 19 20:56:38.395 INFO kablam! 13 | bencher.iter(|| { let _: Option = ResizeEvent::from_width_height(100, 100, &e); });
Sep 19 20:56:38.395 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ResizeEvent` is not implemented for `input::Input`
Sep 19 20:56:38.395 INFO kablam! |
Sep 19 20:56:38.395 INFO kablam! = note: required by `input::ResizeEvent::from_width_height`
Sep 19 20:56:38.395 INFO kablam!
Sep 19 20:56:38.402 INFO kablam! error: aborting due to previous error
Sep 19 20:56:38.402 INFO kablam!
Sep 19 20:56:38.402 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 19 20:56:38.419 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 19 20:56:38.419 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 19 20:56:38.679 INFO kablam! error[E0599]: no variant named `Render` found for type `input::Input` in the current scope
Sep 19 20:56:38.679 INFO kablam! --> benches/render.rs:12:13
Sep 19 20:56:38.679 INFO kablam! |
Sep 19 20:56:38.679 INFO kablam! 12 | let e = Input::Render(RenderArgs {
Sep 19 20:56:38.679 INFO kablam! | ^^^^^^^^^^^^^ variant not found in `input::Input`
Sep 19 20:56:38.679 INFO kablam!
Sep 19 20:56:38.679 INFO kablam! error[E0277]: the trait bound `input::Input: input::RenderEvent` is not satisfied
Sep 19 20:56:38.679 INFO kablam! --> benches/render.rs:26:46
Sep 19 20:56:38.679 INFO kablam! |
Sep 19 20:56:38.679 INFO kablam! 26 | bencher.iter(|| { let _: Option = RenderEvent::from_render_args(&args, &e); });
Sep 19 20:56:38.679 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::RenderEvent` is not implemented for `input::Input`
Sep 19 20:56:38.679 INFO kablam! |
Sep 19 20:56:38.679 INFO kablam! = note: required by `input::RenderEvent::from_render_args`
Sep 19 20:56:38.679 INFO kablam!
Sep 19 20:56:38.696 INFO kablam! error: aborting due to 2 previous errors
Sep 19 20:56:38.696 INFO kablam!
Sep 19 20:56:38.696 INFO kablam! Some errors occurred: E0277, E0599.
Sep 19 20:56:38.696 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Sep 19 20:56:38.709 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 19 20:56:38.709 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 19 20:56:38.766 INFO kablam! error[E0277]: the trait bound `input::Input: input::TextEvent` is not satisfied
Sep 19 20:56:38.767 INFO kablam! --> benches/text.rs:13:46
Sep 19 20:56:38.767 INFO kablam! |
Sep 19 20:56:38.767 INFO kablam! 13 | bencher.iter(|| { let _: Option = TextEvent::from_text("hello", &e); });
Sep 19 20:56:38.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `input::TextEvent` is not implemented for `input::Input`
Sep 19 20:56:38.767 INFO kablam! |
Sep 19 20:56:38.767 INFO kablam! = note: required by `input::TextEvent::from_text`
Sep 19 20:56:38.767 INFO kablam!
Sep 19 20:56:38.767 INFO kablam! error: aborting due to previous error
Sep 19 20:56:38.767 INFO kablam!
Sep 19 20:56:38.767 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 19 20:56:38.798 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 19 20:56:38.799 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 19 20:56:38.814 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseCursorEvent` is not satisfied
Sep 19 20:56:38.815 INFO kablam! --> benches/mouse.rs:13:46
Sep 19 20:56:38.815 INFO kablam! |
Sep 19 20:56:38.815 INFO kablam! 13 | bencher.iter(|| { let _: Option = MouseCursorEvent::from_xy(1.0, 0.0, &e); });
Sep 19 20:56:38.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseCursorEvent` is not implemented for `input::Input`
Sep 19 20:56:38.815 INFO kablam! |
Sep 19 20:56:38.815 INFO kablam! = note: required by `input::MouseCursorEvent::from_xy`
Sep 19 20:56:38.815 INFO kablam!
Sep 19 20:56:38.815 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseRelativeEvent` is not satisfied
Sep 19 20:56:38.815 INFO kablam! --> benches/mouse.rs:19:46
Sep 19 20:56:38.815 INFO kablam! |
Sep 19 20:56:38.815 INFO kablam! 19 | bencher.iter(|| { let _: Option = MouseRelativeEvent::from_xy(1.0, 0.0, &e); });
Sep 19 20:56:38.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseRelativeEvent` is not implemented for `input::Input`
Sep 19 20:56:38.815 INFO kablam! |
Sep 19 20:56:38.815 INFO kablam! = note: required by `input::MouseRelativeEvent::from_xy`
Sep 19 20:56:38.815 INFO kablam!
Sep 19 20:56:38.815 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseScrollEvent` is not satisfied
Sep 19 20:56:38.815 INFO kablam! --> benches/mouse.rs:25:46
Sep 19 20:56:38.815 INFO kablam! |
Sep 19 20:56:38.815 INFO kablam! 25 | bencher.iter(|| { let _: Option = MouseScrollEvent::from_xy(1.0, 0.0, &e); });
Sep 19 20:56:38.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseScrollEvent` is not implemented for `input::Input`
Sep 19 20:56:38.815 INFO kablam! |
Sep 19 20:56:38.815 INFO kablam! = note: required by `input::MouseScrollEvent::from_xy`
Sep 19 20:56:38.815 INFO kablam!
Sep 19 20:56:38.815 INFO kablam! error: aborting due to 3 previous errors
Sep 19 20:56:38.815 INFO kablam!
Sep 19 20:56:38.815 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 19 20:56:38.827 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 19 20:56:38.827 INFO kablam!
Sep 19 20:56:38.827 INFO kablam! To learn more, run the command again with --verbose.
Sep 19 20:56:38.827 INFO kablam! su: No module specific data is present
Sep 19 20:56:40.145 INFO running `"docker" "rm" "-f" "2fe141b18f4c7126b9dafa3333302ac54bdfb8081bea7e105087b9ac7b13b9b8"`
Sep 19 20:56:40.295 INFO blam! 2fe141b18f4c7126b9dafa3333302ac54bdfb8081bea7e105087b9ac7b13b9b8