Nov 04 19:49:16.127 INFO checking pistoncore-input-0.21.0 against try#e740b9aa0b624fa39feb39613e76d15bdf57e594 for pr-55655
Nov 04 19:49:16.134 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55655/worker-4/try#e740b9aa0b624fa39feb39613e76d15bdf57e594:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-55655/try#e740b9aa0b624fa39feb39613e76d15bdf57e594:/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 +e740b9aa0b624fa39feb39613e76d15bdf57e594-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"`
Nov 04 19:49:16.581 INFO blam! 559cfdc5cfcfa8bd333c8730823a58492f13a0ff7c8909ffccff736261dfe4a0
Nov 04 19:49:16.591 INFO running `"docker" "start" "-a" "559cfdc5cfcfa8bd333c8730823a58492f13a0ff7c8909ffccff736261dfe4a0"`
Nov 04 19:49:17.996 INFO kablam! usermod: no changes
Nov 04 19:49:18.095 INFO kablam! Checking pistoncore-input v0.21.0 (/source)
Nov 04 19:49:30.515 INFO kablam! error[E0599]: no variant named `Press` found for type `input::Input` in the current scope
Nov 04 19:49:30.515 INFO kablam! --> benches/press.rs:12:13
Nov 04 19:49:30.515 INFO kablam! |
Nov 04 19:49:30.515 INFO kablam! 12 | let e = Input::Press(Button::Keyboard(Key::S));
Nov 04 19:49:30.515 INFO kablam! | ^^^^^^^^^^^^ variant not found in `input::Input`
Nov 04 19:49:30.567 INFO kablam!
Nov 04 19:49:30.567 INFO kablam! error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied
Nov 04 19:49:30.567 INFO kablam! --> benches/press.rs:14:46
Nov 04 19:49:30.567 INFO kablam! |
Nov 04 19:49:30.567 INFO kablam! 14 | bencher.iter(|| { let _: Option = PressEvent::from_button(button, &e); });
Nov 04 19:49:30.567 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input`
Nov 04 19:49:30.567 INFO kablam! |
Nov 04 19:49:30.567 INFO kablam! = note: required because of the requirements on the impl of `input::PressEvent` for `input::Input`
Nov 04 19:49:30.567 INFO kablam! = note: required by `input::PressEvent::from_button`
Nov 04 19:49:30.567 INFO kablam!
Nov 04 19:49:30.567 INFO kablam! error: aborting due to 2 previous errors
Nov 04 19:49:30.567 INFO kablam!
Nov 04 19:49:30.567 INFO kablam! Some errors occurred: E0277, E0599.
Nov 04 19:49:30.567 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Nov 04 19:49:30.615 INFO kablam! error: Could not compile `pistoncore-input`.
Nov 04 19:49:30.615 INFO kablam! warning: build failed, waiting for other jobs to finish...
Nov 04 19:49:30.639 INFO kablam! error[E0599]: no variant named `Update` found for type `input::Input` in the current scope
Nov 04 19:49:30.639 INFO kablam! --> benches/update.rs:12:13
Nov 04 19:49:30.639 INFO kablam! |
Nov 04 19:49:30.639 INFO kablam! 12 | let e = Input::Update(UpdateArgs { dt: 0.0 });
Nov 04 19:49:30.639 INFO kablam! | ^^^^^^^^^^^^^ variant not found in `input::Input`
Nov 04 19:49:30.639 INFO kablam!
Nov 04 19:49:30.641 INFO kablam! error[E0277]: the trait bound `input::Input: input::UpdateEvent` is not satisfied
Nov 04 19:49:30.641 INFO kablam! --> benches/update.rs:14:46
Nov 04 19:49:30.641 INFO kablam! |
Nov 04 19:49:30.641 INFO kablam! 14 | bencher.iter(|| { let _: Option = UpdateEvent::from_update_args(&args, &e); });
Nov 04 19:49:30.641 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::UpdateEvent` is not implemented for `input::Input`
Nov 04 19:49:30.642 INFO kablam! |
Nov 04 19:49:30.642 INFO kablam! = note: required by `input::UpdateEvent::from_update_args`
Nov 04 19:49:30.643 INFO kablam!
Nov 04 19:49:30.659 INFO kablam! error: aborting due to 2 previous errors
Nov 04 19:49:30.659 INFO kablam!
Nov 04 19:49:30.659 INFO kablam! Some errors occurred: E0277, E0599.
Nov 04 19:49:30.659 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Nov 04 19:49:30.687 INFO kablam! error: Could not compile `pistoncore-input`.
Nov 04 19:49:30.687 INFO kablam! warning: build failed, waiting for other jobs to finish...
Nov 04 19:49:30.875 INFO kablam! error[E0277]: the trait bound `input::Input: input::TextEvent` is not satisfied
Nov 04 19:49:30.876 INFO kablam! --> benches/text.rs:13:46
Nov 04 19:49:30.877 INFO kablam! |
Nov 04 19:49:30.877 INFO kablam! 13 | bencher.iter(|| { let _: Option = TextEvent::from_text("hello", &e); });
Nov 04 19:49:30.878 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `input::TextEvent` is not implemented for `input::Input`
Nov 04 19:49:30.879 INFO kablam! |
Nov 04 19:49:30.879 INFO kablam! = note: required by `input::TextEvent::from_text`
Nov 04 19:49:30.880 INFO kablam!
Nov 04 19:49:30.881 INFO kablam! error: aborting due to previous error
Nov 04 19:49:30.881 INFO kablam!
Nov 04 19:49:30.882 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Nov 04 19:49:30.931 INFO kablam! error: Could not compile `pistoncore-input`.
Nov 04 19:49:30.933 INFO kablam! warning: build failed, waiting for other jobs to finish...
Nov 04 19:49:31.407 INFO kablam! error[E0599]: no variant named `Idle` found for type `input::Input` in the current scope
Nov 04 19:49:31.408 INFO kablam! --> benches/idle.rs:12:13
Nov 04 19:49:31.408 INFO kablam! |
Nov 04 19:49:31.409 INFO kablam! 12 | let e = Input::Idle(IdleArgs { dt: 1.0 });
Nov 04 19:49:31.410 INFO kablam! | ^^^^^^^^^^^ variant not found in `input::Input`
Nov 04 19:49:31.431 INFO kablam!
Nov 04 19:49:31.433 INFO kablam! error[E0277]: the trait bound `input::Input: input::IdleEvent` is not satisfied
Nov 04 19:49:31.433 INFO kablam! --> benches/idle.rs:14:46
Nov 04 19:49:31.433 INFO kablam! |
Nov 04 19:49:31.433 INFO kablam! 14 | bencher.iter(|| { let _: Option = IdleEvent::from_idle_args(&args, &e); });
Nov 04 19:49:31.433 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::IdleEvent` is not implemented for `input::Input`
Nov 04 19:49:31.433 INFO kablam! |
Nov 04 19:49:31.434 INFO kablam! = note: required by `input::IdleEvent::from_idle_args`
Nov 04 19:49:31.434 INFO kablam!
Nov 04 19:49:31.437 INFO kablam! error: aborting due to 2 previous errors
Nov 04 19:49:31.437 INFO kablam!
Nov 04 19:49:31.437 INFO kablam! Some errors occurred: E0277, E0599.
Nov 04 19:49:31.437 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Nov 04 19:49:31.467 INFO kablam! error: Could not compile `pistoncore-input`.
Nov 04 19:49:31.467 INFO kablam! warning: build failed, waiting for other jobs to finish...
Nov 04 19:49:31.766 INFO kablam! error[E0277]: the trait bound `input::Input: input::ResizeEvent` is not satisfied
Nov 04 19:49:31.766 INFO kablam! --> benches/resize.rs:13:46
Nov 04 19:49:31.766 INFO kablam! |
Nov 04 19:49:31.766 INFO kablam! 13 | bencher.iter(|| { let _: Option = ResizeEvent::from_width_height(100, 100, &e); });
Nov 04 19:49:31.766 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ResizeEvent` is not implemented for `input::Input`
Nov 04 19:49:31.766 INFO kablam! |
Nov 04 19:49:31.775 INFO kablam! = note: required by `input::ResizeEvent::from_width_height`
Nov 04 19:49:31.775 INFO kablam!
Nov 04 19:49:31.777 INFO kablam! error: aborting due to previous error
Nov 04 19:49:31.777 INFO kablam!
Nov 04 19:49:31.777 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Nov 04 19:49:31.799 INFO kablam! error[E0599]: no variant named `Render` found for type `input::Input` in the current scope
Nov 04 19:49:31.799 INFO kablam! --> benches/render.rs:12:13
Nov 04 19:49:31.799 INFO kablam! |
Nov 04 19:49:31.799 INFO kablam! 12 | let e = Input::Render(RenderArgs {
Nov 04 19:49:31.799 INFO kablam! | ^^^^^^^^^^^^^ variant not found in `input::Input`
Nov 04 19:49:31.800 INFO kablam! error: Could not compile `pistoncore-input`.
Nov 04 19:49:31.800 INFO kablam! warning: build failed, waiting for other jobs to finish...
Nov 04 19:49:31.819 INFO kablam!
Nov 04 19:49:31.819 INFO kablam! error[E0277]: the trait bound `input::Input: input::RenderEvent` is not satisfied
Nov 04 19:49:31.819 INFO kablam! --> benches/render.rs:26:46
Nov 04 19:49:31.819 INFO kablam! |
Nov 04 19:49:31.819 INFO kablam! 26 | bencher.iter(|| { let _: Option = RenderEvent::from_render_args(&args, &e); });
Nov 04 19:49:31.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::RenderEvent` is not implemented for `input::Input`
Nov 04 19:49:31.819 INFO kablam! |
Nov 04 19:49:31.819 INFO kablam! = note: required by `input::RenderEvent::from_render_args`
Nov 04 19:49:31.819 INFO kablam!
Nov 04 19:49:31.819 INFO kablam! error: aborting due to 2 previous errors
Nov 04 19:49:31.819 INFO kablam!
Nov 04 19:49:31.819 INFO kablam! Some errors occurred: E0277, E0599.
Nov 04 19:49:31.819 INFO kablam! For more information about an error, try `rustc --explain E0277`.
Nov 04 19:49:31.847 INFO kablam! error: Could not compile `pistoncore-input`.
Nov 04 19:49:31.847 INFO kablam! warning: build failed, waiting for other jobs to finish...
Nov 04 19:49:32.106 INFO kablam! error[E0277]: the trait bound `input::Input: input::ControllerAxisEvent` is not satisfied
Nov 04 19:49:32.106 INFO kablam! --> benches/controller_axis.rs:17:32
Nov 04 19:49:32.106 INFO kablam! |
Nov 04 19:49:32.106 INFO kablam! 17 | let _: Option = ControllerAxisEvent::from_controller_axis_args(ControllerAxisArgs {
Nov 04 19:49:32.106 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ControllerAxisEvent` is not implemented for `input::Input`
Nov 04 19:49:32.106 INFO kablam! |
Nov 04 19:49:32.106 INFO kablam! = note: required by `input::ControllerAxisEvent::from_controller_axis_args`
Nov 04 19:49:32.106 INFO kablam!
Nov 04 19:49:32.107 INFO kablam! error: aborting due to previous error
Nov 04 19:49:32.108 INFO kablam!
Nov 04 19:49:32.108 INFO kablam! For more information about this error, try `rustc --explain E0277`.
Nov 04 19:49:32.117 INFO kablam! error: Could not compile `pistoncore-input`.
Nov 04 19:49:32.117 INFO kablam!
Nov 04 19:49:32.117 INFO kablam! To learn more, run the command again with --verbose.
Nov 04 19:49:32.119 INFO kablam! su: No module specific data is present
Nov 04 19:49:33.591 INFO running `"docker" "rm" "-f" "559cfdc5cfcfa8bd333c8730823a58492f13a0ff7c8909ffccff736261dfe4a0"`
Nov 04 19:49:33.967 INFO blam! 559cfdc5cfcfa8bd333c8730823a58492f13a0ff7c8909ffccff736261dfe4a0