Sep 19 20:56:31.139 INFO checking pistoncore-input-0.20.0 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346
Sep 19 20:56:31.139 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets
Sep 19 20:56:31.139 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-2/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:31.576 INFO blam! a29d54f66efdbe4e414ebbff743c5e159fba61af443cd4c70b1b4d3042809f71
Sep 19 20:56:31.578 INFO running `"docker" "start" "-a" "a29d54f66efdbe4e414ebbff743c5e159fba61af443cd4c70b1b4d3042809f71"`
Sep 19 20:56:33.574 INFO kablam! usermod: no changes
Sep 19 20:56:33.687 INFO kablam! Checking pistoncore-input v0.20.0 (/source)
Sep 19 20:56:39.394 INFO kablam! error[E0277]: the trait bound `input::Input: input::ControllerAxisEvent` is not satisfied
Sep 19 20:56:39.395 INFO kablam! --> benches/controller_axis.rs:17:32
Sep 19 20:56:39.395 INFO kablam! |
Sep 19 20:56:39.395 INFO kablam! 17 | let _: Option = ControllerAxisEvent::from_controller_axis_args(ControllerAxisArgs {
Sep 19 20:56:39.395 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ControllerAxisEvent` is not implemented for `input::Input`
Sep 19 20:56:39.395 INFO kablam! |
Sep 19 20:56:39.395 INFO kablam! = note: required by `input::ControllerAxisEvent::from_controller_axis_args`
Sep 19 20:56:39.395 INFO kablam!
Sep 19 20:56:39.395 INFO kablam! error: aborting due to previous error
Sep 19 20:56:39.395 INFO kablam!
Sep 19 20:56:39.395 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 19 20:56:39.397 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 19 20:56:39.397 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 19 20:56:39.620 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseCursorEvent` is not satisfied
Sep 19 20:56:39.620 INFO kablam! --> benches/mouse.rs:13:46
Sep 19 20:56:39.620 INFO kablam! |
Sep 19 20:56:39.620 INFO kablam! 13 | bencher.iter(|| { let _: Option = MouseCursorEvent::from_xy(1.0, 0.0, &e); });
Sep 19 20:56:39.620 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseCursorEvent` is not implemented for `input::Input`
Sep 19 20:56:39.620 INFO kablam! |
Sep 19 20:56:39.620 INFO kablam! = note: required by `input::MouseCursorEvent::from_xy`
Sep 19 20:56:39.620 INFO kablam!
Sep 19 20:56:39.627 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseRelativeEvent` is not satisfied
Sep 19 20:56:39.627 INFO kablam! --> benches/mouse.rs:19:46
Sep 19 20:56:39.627 INFO kablam! |
Sep 19 20:56:39.627 INFO kablam! 19 | bencher.iter(|| { let _: Option = MouseRelativeEvent::from_xy(1.0, 0.0, &e); });
Sep 19 20:56:39.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseRelativeEvent` is not implemented for `input::Input`
Sep 19 20:56:39.631 INFO kablam! |
Sep 19 20:56:39.631 INFO kablam! = note: required by `input::MouseRelativeEvent::from_xy`
Sep 19 20:56:39.631 INFO kablam!
Sep 19 20:56:39.631 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseScrollEvent` is not satisfied
Sep 19 20:56:39.631 INFO kablam! --> benches/mouse.rs:25:46
Sep 19 20:56:39.631 INFO kablam! |
Sep 19 20:56:39.631 INFO kablam! 25 | bencher.iter(|| { let _: Option = MouseScrollEvent::from_xy(1.0, 0.0, &e); });
Sep 19 20:56:39.631 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseScrollEvent` is not implemented for `input::Input`
Sep 19 20:56:39.631 INFO kablam! |
Sep 19 20:56:39.631 INFO kablam! = note: required by `input::MouseScrollEvent::from_xy`
Sep 19 20:56:39.631 INFO kablam!
Sep 19 20:56:39.642 INFO kablam! error: aborting due to 3 previous errors
Sep 19 20:56:39.643 INFO kablam!
Sep 19 20:56:39.643 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 19 20:56:39.659 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 19 20:56:39.659 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 19 20:56:39.952 INFO kablam! error[E0277]: the trait bound `input::Input: input::FocusEvent` is not satisfied
Sep 19 20:56:39.953 INFO kablam! --> benches/focus.rs:13:46
Sep 19 20:56:39.953 INFO kablam! |
Sep 19 20:56:39.953 INFO kablam! 13 | bencher.iter(|| { let _: Option = FocusEvent::from_focused(true, &e); });
Sep 19 20:56:39.953 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::FocusEvent` is not implemented for `input::Input`
Sep 19 20:56:39.953 INFO kablam! |
Sep 19 20:56:39.953 INFO kablam! = note: required by `input::FocusEvent::from_focused`
Sep 19 20:56:39.953 INFO kablam!
Sep 19 20:56:39.959 INFO kablam! error: aborting due to previous error
Sep 19 20:56:39.959 INFO kablam!
Sep 19 20:56:39.959 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 19 20:56:39.959 INFO kablam! error[E0599]: no variant named `Render` found for type `input::Input` in the current scope
Sep 19 20:56:39.959 INFO kablam! --> benches/render.rs:12:13
Sep 19 20:56:39.959 INFO kablam! |
Sep 19 20:56:39.959 INFO kablam! 12 | let e = Input::Render(RenderArgs {
Sep 19 20:56:39.959 INFO kablam! | ^^^^^^^^^^^^^ variant not found in `input::Input`
Sep 19 20:56:39.959 INFO kablam!
Sep 19 20:56:39.959 INFO kablam! error[E0277]: the trait bound `input::Input: input::RenderEvent` is not satisfied
Sep 19 20:56:39.959 INFO kablam! --> benches/render.rs:26:46
Sep 19 20:56:39.959 INFO kablam! |
Sep 19 20:56:39.959 INFO kablam! 26 | bencher.iter(|| { let _: Option = RenderEvent::from_render_args(&args, &e); });
Sep 19 20:56:39.959 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::RenderEvent` is not implemented for `input::Input`
Sep 19 20:56:39.959 INFO kablam! |
Sep 19 20:56:39.959 INFO kablam! = note: required by `input::RenderEvent::from_render_args`
Sep 19 20:56:39.959 INFO kablam!
Sep 19 20:56:39.959 INFO kablam! error: aborting due to 2 previous errors
Sep 19 20:56:39.959 INFO kablam!
Sep 19 20:56:39.959 INFO kablam! Some errors occurred: E0277, E0599.
Sep 19 20:56:39.959 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Sep 19 20:56:39.964 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 19 20:56:39.964 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 19 20:56:39.965 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 19 20:56:39.965 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 19 20:56:39.969 INFO kablam! error[E0277]: the trait bound `input::Input: input::TextEvent` is not satisfied
Sep 19 20:56:39.969 INFO kablam! --> benches/text.rs:13:46
Sep 19 20:56:39.969 INFO kablam! |
Sep 19 20:56:39.969 INFO kablam! 13 | bencher.iter(|| { let _: Option = TextEvent::from_text("hello", &e); });
Sep 19 20:56:39.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `input::TextEvent` is not implemented for `input::Input`
Sep 19 20:56:39.969 INFO kablam! |
Sep 19 20:56:39.969 INFO kablam! = note: required by `input::TextEvent::from_text`
Sep 19 20:56:39.969 INFO kablam!
Sep 19 20:56:39.970 INFO kablam! error: aborting due to previous error
Sep 19 20:56:39.970 INFO kablam!
Sep 19 20:56:39.970 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 19 20:56:39.991 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 19 20:56:39.991 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 19 20:56:40.183 INFO kablam! error[E0599]: no variant named `Idle` found for type `input::Input` in the current scope
Sep 19 20:56:40.183 INFO kablam! --> benches/idle.rs:12:13
Sep 19 20:56:40.183 INFO kablam! |
Sep 19 20:56:40.183 INFO kablam! 12 | let e = Input::Idle(IdleArgs { dt: 1.0 });
Sep 19 20:56:40.183 INFO kablam! | ^^^^^^^^^^^ variant not found in `input::Input`
Sep 19 20:56:40.183 INFO kablam!
Sep 19 20:56:40.183 INFO kablam! error[E0277]: the trait bound `input::Input: input::IdleEvent` is not satisfied
Sep 19 20:56:40.183 INFO kablam! --> benches/idle.rs:14:46
Sep 19 20:56:40.183 INFO kablam! |
Sep 19 20:56:40.183 INFO kablam! 14 | bencher.iter(|| { let _: Option = IdleEvent::from_idle_args(&args, &e); });
Sep 19 20:56:40.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::IdleEvent` is not implemented for `input::Input`
Sep 19 20:56:40.183 INFO kablam! |
Sep 19 20:56:40.183 INFO kablam! = note: required by `input::IdleEvent::from_idle_args`
Sep 19 20:56:40.183 INFO kablam!
Sep 19 20:56:40.191 INFO kablam! error: aborting due to 2 previous errors
Sep 19 20:56:40.191 INFO kablam!
Sep 19 20:56:40.191 INFO kablam! Some errors occurred: E0277, E0599.
Sep 19 20:56:40.191 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Sep 19 20:56:40.193 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 19 20:56:40.193 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 19 20:56:40.228 INFO kablam! error[E0277]: the trait bound `input::Input: input::CursorEvent` is not satisfied
Sep 19 20:56:40.228 INFO kablam! --> benches/cursor.rs:12:46
Sep 19 20:56:40.228 INFO kablam! |
Sep 19 20:56:40.228 INFO kablam! 12 | bencher.iter(|| { let _: Option = CursorEvent::from_cursor(true, &e); });
Sep 19 20:56:40.228 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::CursorEvent` is not implemented for `input::Input`
Sep 19 20:56:40.228 INFO kablam! |
Sep 19 20:56:40.228 INFO kablam! = note: required by `input::CursorEvent::from_cursor`
Sep 19 20:56:40.228 INFO kablam!
Sep 19 20:56:40.228 INFO kablam! error: aborting due to previous error
Sep 19 20:56:40.228 INFO kablam!
Sep 19 20:56:40.228 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Sep 19 20:56:40.240 INFO kablam! error: Could not compile `pistoncore-input`.
Sep 19 20:56:40.240 INFO kablam!
Sep 19 20:56:40.240 INFO kablam! To learn more, run the command again with --verbose.
Sep 19 20:56:40.240 INFO kablam! su: No module specific data is present
Sep 19 20:56:40.784 INFO running `"docker" "rm" "-f" "a29d54f66efdbe4e414ebbff743c5e159fba61af443cd4c70b1b4d3042809f71"`
Sep 19 20:56:40.879 INFO blam! a29d54f66efdbe4e414ebbff743c5e159fba61af443cd4c70b1b4d3042809f71