Oct 27 18:02:13.222 INFO checking pistoncore-input-0.21.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2
Oct 27 18:02:13.224 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"`
Oct 27 18:02:13.643 INFO blam! 8578fd8f8f922e0d3342256f5405aed16f8cab8ef5b1b16d8704326c2f27db1c
Oct 27 18:02:13.644 INFO running `"docker" "start" "-a" "8578fd8f8f922e0d3342256f5405aed16f8cab8ef5b1b16d8704326c2f27db1c"`
Oct 27 18:02:15.645 INFO kablam! usermod: no changes
Oct 27 18:02:15.747 INFO kablam! Checking pistoncore-input v0.21.0 (/source)
Oct 27 18:02:26.923 INFO kablam! error[E0599]: no variant named `AfterRender` found for type `input::Input` in the current scope
Oct 27 18:02:26.924 INFO kablam! --> benches/after_render.rs:12:13
Oct 27 18:02:26.924 INFO kablam! |
Oct 27 18:02:26.924 INFO kablam! 12 | let e = Input::AfterRender(AfterRenderArgs);
Oct 27 18:02:26.925 INFO kablam! | ^^^^^^^^^^^^^^^^^^ variant not found in `input::Input`
Oct 27 18:02:26.925 INFO kablam!
Oct 27 18:02:26.925 INFO kablam! error[E0277]: the trait bound `input::Input: input::AfterRenderEvent` is not satisfied
Oct 27 18:02:26.926 INFO kablam! --> benches/after_render.rs:15:32
Oct 27 18:02:26.926 INFO kablam! |
Oct 27 18:02:26.926 INFO kablam! 15 | let _: Option = AfterRenderEvent::from_after_render_args(&args, &e);
Oct 27 18:02:26.926 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::AfterRenderEvent` is not implemented for `input::Input`
Oct 27 18:02:26.926 INFO kablam! |
Oct 27 18:02:26.927 INFO kablam! = note: required by `input::AfterRenderEvent::from_after_render_args`
Oct 27 18:02:26.927 INFO kablam!
Oct 27 18:02:26.963 INFO kablam! error: aborting due to 2 previous errors
Oct 27 18:02:26.963 INFO kablam!
Oct 27 18:02:26.963 INFO kablam! Some errors occurred: E0277, E0599.
Oct 27 18:02:26.963 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Oct 27 18:02:27.023 INFO kablam! error: Could not compile `pistoncore-input`.
Oct 27 18:02:27.024 INFO kablam! warning: build failed, waiting for other jobs to finish...
Oct 27 18:02:28.423 INFO kablam! error[E0599]: no variant named `Idle` found for type `input::Input` in the current scope
Oct 27 18:02:28.424 INFO kablam! --> benches/idle.rs:12:13
Oct 27 18:02:28.425 INFO kablam! |
Oct 27 18:02:28.425 INFO kablam! 12 | let e = Input::Idle(IdleArgs { dt: 1.0 });
Oct 27 18:02:28.426 INFO kablam! | ^^^^^^^^^^^ variant not found in `input::Input`
Oct 27 18:02:28.426 INFO kablam!
Oct 27 18:02:28.455 INFO kablam! error[E0277]: the trait bound `input::Input: input::IdleEvent` is not satisfied
Oct 27 18:02:28.456 INFO kablam! --> benches/idle.rs:14:46
Oct 27 18:02:28.457 INFO kablam! |
Oct 27 18:02:28.457 INFO kablam! 14 | bencher.iter(|| { let _: Option = IdleEvent::from_idle_args(&args, &e); });
Oct 27 18:02:28.458 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::IdleEvent` is not implemented for `input::Input`
Oct 27 18:02:28.483 INFO kablam! |
Oct 27 18:02:28.484 INFO kablam! = note: required by `input::IdleEvent::from_idle_args`
Oct 27 18:02:28.484 INFO kablam!
Oct 27 18:02:28.485 INFO kablam! error: aborting due to 2 previous errors
Oct 27 18:02:28.485 INFO kablam!
Oct 27 18:02:28.486 INFO kablam! Some errors occurred: E0277, E0599.
Oct 27 18:02:28.487 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Oct 27 18:02:28.523 INFO kablam! error: Could not compile `pistoncore-input`.
Oct 27 18:02:28.524 INFO kablam! warning: build failed, waiting for other jobs to finish...
Oct 27 18:02:28.651 INFO kablam! error[E0277]: the trait bound `input::Input: input::CursorEvent` is not satisfied
Oct 27 18:02:28.652 INFO kablam! --> benches/cursor.rs:12:46
Oct 27 18:02:28.652 INFO kablam! |
Oct 27 18:02:28.653 INFO kablam! 12 | bencher.iter(|| { let _: Option = CursorEvent::from_cursor(true, &e); });
Oct 27 18:02:28.654 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::CursorEvent` is not implemented for `input::Input`
Oct 27 18:02:28.655 INFO kablam! |
Oct 27 18:02:28.655 INFO kablam! = note: required by `input::CursorEvent::from_cursor`
Oct 27 18:02:28.655 INFO kablam!
Oct 27 18:02:28.657 INFO kablam! error: aborting due to previous error
Oct 27 18:02:28.691 INFO kablam!
Oct 27 18:02:28.691 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Oct 27 18:02:28.698 INFO kablam! error: Could not compile `pistoncore-input`.
Oct 27 18:02:28.699 INFO kablam! warning: build failed, waiting for other jobs to finish...
Oct 27 18:02:28.827 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseCursorEvent` is not satisfied
Oct 27 18:02:28.828 INFO kablam! --> benches/mouse.rs:13:46
Oct 27 18:02:28.828 INFO kablam! |
Oct 27 18:02:28.828 INFO kablam! 13 | bencher.iter(|| { let _: Option = MouseCursorEvent::from_xy(1.0, 0.0, &e); });
Oct 27 18:02:28.828 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseCursorEvent` is not implemented for `input::Input`
Oct 27 18:02:28.829 INFO kablam! |
Oct 27 18:02:28.829 INFO kablam! = note: required by `input::MouseCursorEvent::from_xy`
Oct 27 18:02:28.829 INFO kablam!
Oct 27 18:02:28.830 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseRelativeEvent` is not satisfied
Oct 27 18:02:28.830 INFO kablam! --> benches/mouse.rs:19:46
Oct 27 18:02:28.830 INFO kablam! |
Oct 27 18:02:28.831 INFO kablam! 19 | bencher.iter(|| { let _: Option = MouseRelativeEvent::from_xy(1.0, 0.0, &e); });
Oct 27 18:02:28.831 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseRelativeEvent` is not implemented for `input::Input`
Oct 27 18:02:28.831 INFO kablam! |
Oct 27 18:02:28.831 INFO kablam! = note: required by `input::MouseRelativeEvent::from_xy`
Oct 27 18:02:28.831 INFO kablam!
Oct 27 18:02:28.832 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseScrollEvent` is not satisfied
Oct 27 18:02:28.832 INFO kablam! --> benches/mouse.rs:25:46
Oct 27 18:02:28.832 INFO kablam! |
Oct 27 18:02:28.832 INFO kablam! 25 | bencher.iter(|| { let _: Option = MouseScrollEvent::from_xy(1.0, 0.0, &e); });
Oct 27 18:02:28.833 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseScrollEvent` is not implemented for `input::Input`
Oct 27 18:02:28.833 INFO kablam! |
Oct 27 18:02:28.833 INFO kablam! = note: required by `input::MouseScrollEvent::from_xy`
Oct 27 18:02:28.833 INFO kablam!
Oct 27 18:02:28.855 INFO kablam! error: aborting due to 3 previous errors
Oct 27 18:02:28.855 INFO kablam!
Oct 27 18:02:28.855 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Oct 27 18:02:28.884 INFO kablam! error: Could not compile `pistoncore-input`.
Oct 27 18:02:28.885 INFO kablam! warning: build failed, waiting for other jobs to finish...
Oct 27 18:02:29.587 INFO kablam! error[E0277]: the trait bound `input::Input: input::FocusEvent` is not satisfied
Oct 27 18:02:29.587 INFO kablam! --> benches/focus.rs:13:46
Oct 27 18:02:29.587 INFO kablam! |
Oct 27 18:02:29.587 INFO kablam! 13 | bencher.iter(|| { let _: Option = FocusEvent::from_focused(true, &e); });
Oct 27 18:02:29.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::FocusEvent` is not implemented for `input::Input`
Oct 27 18:02:29.587 INFO kablam! |
Oct 27 18:02:29.588 INFO kablam! = note: required by `input::FocusEvent::from_focused`
Oct 27 18:02:29.588 INFO kablam!
Oct 27 18:02:29.595 INFO kablam! error: aborting due to previous error
Oct 27 18:02:29.607 INFO kablam!
Oct 27 18:02:29.607 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Oct 27 18:02:29.627 INFO kablam! error: Could not compile `pistoncore-input`.
Oct 27 18:02:29.627 INFO kablam! warning: build failed, waiting for other jobs to finish...
Oct 27 18:02:29.977 INFO kablam! error[E0599]: no variant named `Update` found for type `input::Input` in the current scope
Oct 27 18:02:29.977 INFO kablam! --> benches/update.rs:12:13
Oct 27 18:02:29.977 INFO kablam! |
Oct 27 18:02:29.977 INFO kablam! 12 | let e = Input::Update(UpdateArgs { dt: 0.0 });
Oct 27 18:02:29.977 INFO kablam! | ^^^^^^^^^^^^^ variant not found in `input::Input`
Oct 27 18:02:29.978 INFO kablam!
Oct 27 18:02:29.978 INFO kablam! error[E0277]: the trait bound `input::Input: input::UpdateEvent` is not satisfied
Oct 27 18:02:29.978 INFO kablam! --> benches/update.rs:14:46
Oct 27 18:02:29.978 INFO kablam! |
Oct 27 18:02:29.978 INFO kablam! 14 | bencher.iter(|| { let _: Option = UpdateEvent::from_update_args(&args, &e); });
Oct 27 18:02:29.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::UpdateEvent` is not implemented for `input::Input`
Oct 27 18:02:29.979 INFO kablam! |
Oct 27 18:02:29.979 INFO kablam! = note: required by `input::UpdateEvent::from_update_args`
Oct 27 18:02:29.979 INFO kablam!
Oct 27 18:02:29.993 INFO kablam! error: aborting due to 2 previous errors
Oct 27 18:02:29.993 INFO kablam!
Oct 27 18:02:29.993 INFO kablam! Some errors occurred: E0277, E0599.
Oct 27 18:02:29.993 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Oct 27 18:02:30.001 INFO kablam! error: Could not compile `pistoncore-input`.
Oct 27 18:02:30.001 INFO kablam! warning: build failed, waiting for other jobs to finish...
Oct 27 18:02:30.203 INFO kablam! error[E0277]: the trait bound `input::Input: input::ResizeEvent` is not satisfied
Oct 27 18:02:30.203 INFO kablam! --> benches/resize.rs:13:46
Oct 27 18:02:30.203 INFO kablam! |
Oct 27 18:02:30.203 INFO kablam! 13 | bencher.iter(|| { let _: Option = ResizeEvent::from_width_height(100, 100, &e); });
Oct 27 18:02:30.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ResizeEvent` is not implemented for `input::Input`
Oct 27 18:02:30.203 INFO kablam! |
Oct 27 18:02:30.203 INFO kablam! = note: required by `input::ResizeEvent::from_width_height`
Oct 27 18:02:30.203 INFO kablam!
Oct 27 18:02:30.203 INFO kablam! error: aborting due to previous error
Oct 27 18:02:30.203 INFO kablam!
Oct 27 18:02:30.203 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Oct 27 18:02:30.230 INFO kablam! error: Could not compile `pistoncore-input`.
Oct 27 18:02:30.230 INFO kablam!
Oct 27 18:02:30.230 INFO kablam! To learn more, run the command again with --verbose.
Oct 27 18:02:30.231 INFO kablam! su: No module specific data is present
Oct 27 18:02:31.212 INFO running `"docker" "rm" "-f" "8578fd8f8f922e0d3342256f5405aed16f8cab8ef5b1b16d8704326c2f27db1c"`
Oct 27 18:02:31.442 INFO blam! 8578fd8f8f922e0d3342256f5405aed16f8cab8ef5b1b16d8704326c2f27db1c