Oct 22 00:53:50.114 INFO checking pistoncore-input-0.21.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192
Oct 22 00:53:50.114 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192/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 22 00:53:50.584 INFO blam! 7c8e5e8f55fcc7d7ac4acb4901f2ff7954c0326314983f667a22c78767b79e4a
Oct 22 00:53:50.594 INFO running `"docker" "start" "-a" "7c8e5e8f55fcc7d7ac4acb4901f2ff7954c0326314983f667a22c78767b79e4a"`
Oct 22 00:53:51.751 INFO kablam! usermod: no changes
Oct 22 00:53:51.880 INFO kablam! Checking pistoncore-input v0.21.0 (/source)
Oct 22 00:54:04.085 INFO kablam! error[E0599]: no variant named `Update` found for type `input::Input` in the current scope
Oct 22 00:54:04.085 INFO kablam! --> benches/update.rs:12:13
Oct 22 00:54:04.085 INFO kablam! |
Oct 22 00:54:04.085 INFO kablam! 12 | let e = Input::Update(UpdateArgs { dt: 0.0 });
Oct 22 00:54:04.085 INFO kablam! | ^^^^^^^^^^^^^ variant not found in `input::Input`
Oct 22 00:54:04.085 INFO kablam!
Oct 22 00:54:04.085 INFO kablam! error[E0277]: the trait bound `input::Input: input::UpdateEvent` is not satisfied
Oct 22 00:54:04.085 INFO kablam! --> benches/update.rs:14:46
Oct 22 00:54:04.085 INFO kablam! |
Oct 22 00:54:04.085 INFO kablam! 14 | bencher.iter(|| { let _: Option = UpdateEvent::from_update_args(&args, &e); });
Oct 22 00:54:04.085 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::UpdateEvent` is not implemented for `input::Input`
Oct 22 00:54:04.085 INFO kablam! |
Oct 22 00:54:04.085 INFO kablam! = note: required by `input::UpdateEvent::from_update_args`
Oct 22 00:54:04.085 INFO kablam!
Oct 22 00:54:04.102 INFO kablam! error: aborting due to 2 previous errors
Oct 22 00:54:04.108 INFO kablam!
Oct 22 00:54:04.109 INFO kablam! Some errors occurred: E0277, E0599.
Oct 22 00:54:04.109 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Oct 22 00:54:04.149 INFO kablam! error: Could not compile `pistoncore-input`.
Oct 22 00:54:04.150 INFO kablam! warning: build failed, waiting for other jobs to finish...
Oct 22 00:54:04.506 INFO kablam! error[E0277]: the trait bound `input::Input: input::ResizeEvent` is not satisfied
Oct 22 00:54:04.506 INFO kablam! --> benches/resize.rs:13:46
Oct 22 00:54:04.506 INFO kablam! |
Oct 22 00:54:04.506 INFO kablam! 13 | bencher.iter(|| { let _: Option = ResizeEvent::from_width_height(100, 100, &e); });
Oct 22 00:54:04.506 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ResizeEvent` is not implemented for `input::Input`
Oct 22 00:54:04.506 INFO kablam! |
Oct 22 00:54:04.508 INFO kablam! = note: required by `input::ResizeEvent::from_width_height`
Oct 22 00:54:04.508 INFO kablam!
Oct 22 00:54:04.524 INFO kablam! error: aborting due to previous error
Oct 22 00:54:04.585 INFO kablam!
Oct 22 00:54:04.585 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Oct 22 00:54:04.585 INFO kablam! error[E0277]: the trait bound `input::Input: input::TextEvent` is not satisfied
Oct 22 00:54:04.600 INFO kablam! --> benches/text.rs:13:46
Oct 22 00:54:04.601 INFO kablam! |
Oct 22 00:54:04.601 INFO kablam! 13 | bencher.iter(|| { let _: Option = TextEvent::from_text("hello", &e); });
Oct 22 00:54:04.601 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `input::TextEvent` is not implemented for `input::Input`
Oct 22 00:54:04.602 INFO kablam! error: Could not compile `pistoncore-input`.
Oct 22 00:54:04.602 INFO kablam! warning: build failed, waiting for other jobs to finish...
Oct 22 00:54:04.602 INFO kablam! |
Oct 22 00:54:04.603 INFO kablam! = note: required by `input::TextEvent::from_text`
Oct 22 00:54:04.603 INFO kablam!
Oct 22 00:54:04.603 INFO kablam! error: aborting due to previous error
Oct 22 00:54:04.603 INFO kablam!
Oct 22 00:54:04.604 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Oct 22 00:54:04.649 INFO kablam! error[E0277]: the trait bound `input::Input: input::FocusEvent` is not satisfied
Oct 22 00:54:04.649 INFO kablam! --> benches/focus.rs:13:46
Oct 22 00:54:04.650 INFO kablam! |
Oct 22 00:54:04.650 INFO kablam! 13 | bencher.iter(|| { let _: Option = FocusEvent::from_focused(true, &e); });
Oct 22 00:54:04.650 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::FocusEvent` is not implemented for `input::Input`
Oct 22 00:54:04.665 INFO kablam! |
Oct 22 00:54:04.665 INFO kablam! = note: required by `input::FocusEvent::from_focused`
Oct 22 00:54:04.665 INFO kablam! error: Could not compile `pistoncore-input`.
Oct 22 00:54:04.666 INFO kablam! warning: build failed, waiting for other jobs to finish...
Oct 22 00:54:04.666 INFO kablam!
Oct 22 00:54:04.674 INFO kablam! error: aborting due to previous error
Oct 22 00:54:04.675 INFO kablam!
Oct 22 00:54:04.675 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Oct 22 00:54:04.709 INFO kablam! error: Could not compile `pistoncore-input`.
Oct 22 00:54:04.709 INFO kablam! warning: build failed, waiting for other jobs to finish...
Oct 22 00:54:04.821 INFO kablam! error[E0599]: no variant named `AfterRender` found for type `input::Input` in the current scope
Oct 22 00:54:04.821 INFO kablam! --> benches/after_render.rs:12:13
Oct 22 00:54:04.821 INFO kablam! |
Oct 22 00:54:04.821 INFO kablam! 12 | let e = Input::AfterRender(AfterRenderArgs);
Oct 22 00:54:04.822 INFO kablam! | ^^^^^^^^^^^^^^^^^^ variant not found in `input::Input`
Oct 22 00:54:04.822 INFO kablam! error[E0599]: no variant named `Render` found for type `input::Input` in the current scope
Oct 22 00:54:04.822 INFO kablam! --> benches/render.rs:12:13
Oct 22 00:54:04.822 INFO kablam! |
Oct 22 00:54:04.823 INFO kablam! 12 | let e = Input::Render(RenderArgs {
Oct 22 00:54:04.823 INFO kablam! | ^^^^^^^^^^^^^ variant not found in `input::Input`
Oct 22 00:54:04.823 INFO kablam!
Oct 22 00:54:04.823 INFO kablam! error[E0277]: the trait bound `input::Input: input::RenderEvent` is not satisfied
Oct 22 00:54:04.824 INFO kablam! --> benches/render.rs:26:46
Oct 22 00:54:04.824 INFO kablam! |
Oct 22 00:54:04.824 INFO kablam! 26 | bencher.iter(|| { let _: Option = RenderEvent::from_render_args(&args, &e); });
Oct 22 00:54:04.825 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::RenderEvent` is not implemented for `input::Input`
Oct 22 00:54:04.825 INFO kablam!
Oct 22 00:54:04.825 INFO kablam! error[E0277]: the trait bound `input::Input: input::AfterRenderEvent` is not satisfied
Oct 22 00:54:04.825 INFO kablam! --> benches/after_render.rs:15:32
Oct 22 00:54:04.826 INFO kablam! |
Oct 22 00:54:04.826 INFO kablam! 15 | let _: Option = AfterRenderEvent::from_after_render_args(&args, &e);
Oct 22 00:54:04.826 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::AfterRenderEvent` is not implemented for `input::Input`
Oct 22 00:54:04.827 INFO kablam! |
Oct 22 00:54:04.827 INFO kablam! = note: required by `input::RenderEvent::from_render_args`
Oct 22 00:54:04.827 INFO kablam!
Oct 22 00:54:04.827 INFO kablam! |
Oct 22 00:54:04.828 INFO kablam! = note: required by `input::AfterRenderEvent::from_after_render_args`
Oct 22 00:54:04.828 INFO kablam!
Oct 22 00:54:04.828 INFO kablam! error: aborting due to 2 previous errors
Oct 22 00:54:04.829 INFO kablam! error: aborting due to 2 previous errors
Oct 22 00:54:04.829 INFO kablam!
Oct 22 00:54:04.829 INFO kablam! Some errors occurred: E0277, E0599.
Oct 22 00:54:04.829 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Oct 22 00:54:04.830 INFO kablam!
Oct 22 00:54:04.830 INFO kablam! Some errors occurred: E0277, E0599.
Oct 22 00:54:04.830 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Oct 22 00:54:04.838 INFO kablam! error: Could not compile `pistoncore-input`.
Oct 22 00:54:04.838 INFO kablam! warning: build failed, waiting for other jobs to finish...
Oct 22 00:54:04.840 INFO kablam! error: Could not compile `pistoncore-input`.
Oct 22 00:54:04.840 INFO kablam! warning: build failed, waiting for other jobs to finish...
Oct 22 00:54:05.060 INFO kablam! error[E0599]: no variant named `Press` found for type `input::Input` in the current scope
Oct 22 00:54:05.060 INFO kablam! --> benches/press.rs:12:13
Oct 22 00:54:05.060 INFO kablam! |
Oct 22 00:54:05.060 INFO kablam! 12 | let e = Input::Press(Button::Keyboard(Key::S));
Oct 22 00:54:05.060 INFO kablam! | ^^^^^^^^^^^^ variant not found in `input::Input`
Oct 22 00:54:05.060 INFO kablam!
Oct 22 00:54:05.060 INFO kablam! error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied
Oct 22 00:54:05.060 INFO kablam! --> benches/press.rs:14:46
Oct 22 00:54:05.060 INFO kablam! |
Oct 22 00:54:05.060 INFO kablam! 14 | bencher.iter(|| { let _: Option = PressEvent::from_button(button, &e); });
Oct 22 00:54:05.060 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input`
Oct 22 00:54:05.060 INFO kablam! |
Oct 22 00:54:05.060 INFO kablam! = note: required because of the requirements on the impl of `input::PressEvent` for `input::Input`
Oct 22 00:54:05.060 INFO kablam! = note: required by `input::PressEvent::from_button`
Oct 22 00:54:05.060 INFO kablam!
Oct 22 00:54:05.068 INFO kablam! error: aborting due to 2 previous errors
Oct 22 00:54:05.068 INFO kablam!
Oct 22 00:54:05.068 INFO kablam! Some errors occurred: E0277, E0599.
Oct 22 00:54:05.068 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Oct 22 00:54:05.096 INFO kablam! error: Could not compile `pistoncore-input`.
Oct 22 00:54:05.096 INFO kablam! warning: build failed, waiting for other jobs to finish...
Oct 22 00:54:05.276 INFO kablam! error: build failed
Oct 22 00:54:05.276 INFO kablam! su: No module specific data is present
Oct 22 00:54:06.486 INFO running `"docker" "rm" "-f" "7c8e5e8f55fcc7d7ac4acb4901f2ff7954c0326314983f667a22c78767b79e4a"`
Oct 22 00:54:06.778 INFO blam! 7c8e5e8f55fcc7d7ac4acb4901f2ff7954c0326314983f667a22c78767b79e4a