[INFO] fetching crate pistoncore-input 0.23.0...
[INFO] extracting crate pistoncore-input 0.23.0 into work/ex/pr-58899/sources/master#c0086b9e8972fef9fd4af24bae20d45021ed06c6/reg/pistoncore-input/0.23.0
[INFO] extracting crate pistoncore-input 0.23.0 into work/ex/pr-58899/sources/try#290ac7b29f41ff9fa5232f9a1116ea71a3501063/reg/pistoncore-input/0.23.0
[INFO] validating manifest of pistoncore-input-0.23.0 on toolchain master#c0086b9e8972fef9fd4af24bae20d45021ed06c6
[INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c0086b9e8972fef9fd4af24bae20d45021ed06c6-alt" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] validating manifest of pistoncore-input-0.23.0 on toolchain try#290ac7b29f41ff9fa5232f9a1116ea71a3501063
[INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+290ac7b29f41ff9fa5232f9a1116ea71a3501063-alt" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started frobbing pistoncore-input-0.23.0
[INFO] finished frobbing pistoncore-input-0.23.0
[INFO] frobbed toml for pistoncore-input-0.23.0 written to work/ex/pr-58899/sources/master#c0086b9e8972fef9fd4af24bae20d45021ed06c6/reg/pistoncore-input/0.23.0/Cargo.toml
[INFO] started frobbing pistoncore-input-0.23.0
[INFO] finished frobbing pistoncore-input-0.23.0
[INFO] frobbed toml for pistoncore-input-0.23.0 written to work/ex/pr-58899/sources/try#290ac7b29f41ff9fa5232f9a1116ea71a3501063/reg/pistoncore-input/0.23.0/Cargo.toml
[INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c0086b9e8972fef9fd4af24bae20d45021ed06c6-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+290ac7b29f41ff9fa5232f9a1116ea71a3501063-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c0086b9e8972fef9fd4af24bae20d45021ed06c6-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+290ac7b29f41ff9fa5232f9a1116ea71a3501063-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] checking pistoncore-input-0.23.0 against master#c0086b9e8972fef9fd4af24bae20d45021ed06c6 for pr-58899
[INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-58899/worker-0/master#c0086b9e8972fef9fd4af24bae20d45021ed06c6:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-58899/sources/master#c0086b9e8972fef9fd4af24bae20d45021ed06c6/reg/pistoncore-input/0.23.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c0086b9e8972fef9fd4af24bae20d45021ed06c6-alt" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stdout] 34782d0c11e2c3998a62dc76082cbc0ab512b21e38b9151884f1ad6bf1f30b4d
[INFO] running `"docker" "start" "-a" "34782d0c11e2c3998a62dc76082cbc0ab512b21e38b9151884f1ad6bf1f30b4d"`
[INFO] [stderr] Checking pistoncore-input v0.23.0 (/opt/crater/workdir)
[INFO] [stderr] error[E0599]: no variant named `Press` found for type `input::Input` in the current scope
[INFO] [stderr] --> benches/press.rs:12:20
[INFO] [stderr] |
[INFO] [stderr] 12 | let e = Input::Press(Button::Keyboard(Key::S));
[INFO] [stderr] | -------^^^^^
[INFO] [stderr] | |
[INFO] [stderr] | variant not found in `input::Input`
[INFO] [stderr]
[INFO] [stderr] error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied
[INFO] [stderr] --> benches/press.rs:14:46
[INFO] [stderr] |
[INFO] [stderr] 14 | bencher.iter(|| { let _: Option = PressEvent::from_button(button, &e); });
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input`
[INFO] [stderr] |
[INFO] [stderr] = note: required because of the requirements on the impl of `input::PressEvent` for `input::Input`
[INFO] [stderr] = note: required by `input::PressEvent::from_button`
[INFO] [stderr]
[INFO] [stderr] error: aborting due to 2 previous errors
[INFO] [stderr]
[INFO] [stderr] Some errors occurred: E0277, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0277`.
[INFO] [stderr] error: Could not compile `pistoncore-input`.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0277]: the trait bound `input::Input: input::CursorEvent` is not satisfied
[INFO] [stderr] --> benches/cursor.rs:12:46
[INFO] [stderr] |
[INFO] [stderr] 12 | bencher.iter(|| { let _: Option = CursorEvent::from_cursor(true, &e); });
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::CursorEvent` is not implemented for `input::Input`
[INFO] [stderr] |
[INFO] [stderr] = note: required by `input::CursorEvent::from_cursor`
[INFO] [stderr]
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr]
[INFO] [stderr] For more information about this error, try `rustc --explain E0277`.
[INFO] [stderr] error: Could not compile `pistoncore-input`.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0277]: the trait bound `input::Input: input::TextEvent` is not satisfied
[INFO] [stderr] --> benches/text.rs:13:46
[INFO] [stderr] |
[INFO] [stderr] 13 | bencher.iter(|| { let _: Option = TextEvent::from_text("hello", &e); });
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ the trait `input::TextEvent` is not implemented for `input::Input`
[INFO] [stderr] |
[INFO] [stderr] = note: required by `input::TextEvent::from_text`
[INFO] [stderr]
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr]
[INFO] [stderr] For more information about this error, try `rustc --explain E0277`.
[INFO] [stderr] error: Could not compile `pistoncore-input`.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0599]: no variant named `Update` found for type `input::Input` in the current scope
[INFO] [stderr] --> benches/update.rs:12:20
[INFO] [stderr] |
[INFO] [stderr] 12 | let e = Input::Update(UpdateArgs { dt: 0.0 });
[INFO] [stderr] | -------^^^^^^
[INFO] [stderr] | |
[INFO] [stderr] | variant not found in `input::Input`
[INFO] [stderr]
[INFO] [stderr] error[E0277]: the trait bound `input::Input: input::UpdateEvent` is not satisfied
[INFO] [stderr] --> benches/update.rs:14:46
[INFO] [stderr] |
[INFO] [stderr] 14 | bencher.iter(|| { let _: Option = UpdateEvent::from_update_args(&args, &e); });
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::UpdateEvent` is not implemented for `input::Input`
[INFO] [stderr] |
[INFO] [stderr] = note: required by `input::UpdateEvent::from_update_args`
[INFO] [stderr]
[INFO] [stderr] error: aborting due to 2 previous errors
[INFO] [stderr]
[INFO] [stderr] Some errors occurred: E0277, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0277`.
[INFO] [stderr] error[E0599]: no variant named `AfterRender` found for type `input::Input` in the current scope
[INFO] [stderr] --> benches/after_render.rs:12:20
[INFO] [stderr] |
[INFO] [stderr] 12 | let e = Input::AfterRender(AfterRenderArgs);
[INFO] [stderr] | -------^^^^^^^^^^^
[INFO] [stderr] | |
[INFO] [stderr] | variant not found in `input::Input`
[INFO] [stderr]
[INFO] [stderr] error: Could not compile `pistoncore-input`.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0277]: the trait bound `input::Input: input::AfterRenderEvent` is not satisfied
[INFO] [stderr] --> benches/after_render.rs:15:32
[INFO] [stderr] |
[INFO] [stderr] 15 | let _: Option = AfterRenderEvent::from_after_render_args(&args, &e);
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::AfterRenderEvent` is not implemented for `input::Input`
[INFO] [stderr] |
[INFO] [stderr] = note: required by `input::AfterRenderEvent::from_after_render_args`
[INFO] [stderr]
[INFO] [stderr] error: aborting due to 2 previous errors
[INFO] [stderr]
[INFO] [stderr] Some errors occurred: E0277, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0277`.
[INFO] [stderr] error: Could not compile `pistoncore-input`.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0277]: the trait bound `input::Input: input::MouseCursorEvent` is not satisfied
[INFO] [stderr] --> benches/mouse.rs:13:46
[INFO] [stderr] |
[INFO] [stderr] 13 | bencher.iter(|| { let _: Option = MouseCursorEvent::from_xy(1.0, 0.0, &e); });
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseCursorEvent` is not implemented for `input::Input`
[INFO] [stderr] |
[INFO] [stderr] = note: required by `input::MouseCursorEvent::from_xy`
[INFO] [stderr]
[INFO] [stderr] error[E0277]: the trait bound `input::Input: input::MouseRelativeEvent` is not satisfied
[INFO] [stderr] --> benches/mouse.rs:19:46
[INFO] [stderr] |
[INFO] [stderr] 19 | bencher.iter(|| { let _: Option = MouseRelativeEvent::from_xy(1.0, 0.0, &e); });
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseRelativeEvent` is not implemented for `input::Input`
[INFO] [stderr] |
[INFO] [stderr] = note: required by `input::MouseRelativeEvent::from_xy`
[INFO] [stderr]
[INFO] [stderr] error[E0277]: the trait bound `input::Input: input::MouseScrollEvent` is not satisfied
[INFO] [stderr] --> benches/mouse.rs:25:46
[INFO] [stderr] |
[INFO] [stderr] 25 | bencher.iter(|| { let _: Option = MouseScrollEvent::from_xy(1.0, 0.0, &e); });
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseScrollEvent` is not implemented for `input::Input`
[INFO] [stderr] |
[INFO] [stderr] = note: required by `input::MouseScrollEvent::from_xy`
[INFO] [stderr]
[INFO] [stderr] error: aborting due to 3 previous errors
[INFO] [stderr]
[INFO] [stderr] For more information about this error, try `rustc --explain E0277`.
[INFO] [stderr] error: Could not compile `pistoncore-input`.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0599]: no variant named `Idle` found for type `input::Input` in the current scope
[INFO] [stderr] --> benches/idle.rs:12:20
[INFO] [stderr] |
[INFO] [stderr] 12 | let e = Input::Idle(IdleArgs { dt: 1.0 });
[INFO] [stderr] | -------^^^^
[INFO] [stderr] | |
[INFO] [stderr] | variant not found in `input::Input`
[INFO] [stderr]
[INFO] [stderr] error[E0277]: the trait bound `input::Input: input::IdleEvent` is not satisfied
[INFO] [stderr] --> benches/idle.rs:14:46
[INFO] [stderr] |
[INFO] [stderr] 14 | bencher.iter(|| { let _: Option = IdleEvent::from_idle_args(&args, &e); });
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::IdleEvent` is not implemented for `input::Input`
[INFO] [stderr] |
[INFO] [stderr] = note: required by `input::IdleEvent::from_idle_args`
[INFO] [stderr]
[INFO] [stderr] error: aborting due to 2 previous errors
[INFO] [stderr]
[INFO] [stderr] Some errors occurred: E0277, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0277`.
[INFO] [stderr] error: Could not compile `pistoncore-input`.
[INFO] [stderr]
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "34782d0c11e2c3998a62dc76082cbc0ab512b21e38b9151884f1ad6bf1f30b4d"`
[INFO] running `"docker" "rm" "-f" "34782d0c11e2c3998a62dc76082cbc0ab512b21e38b9151884f1ad6bf1f30b4d"`
[INFO] [stdout] 34782d0c11e2c3998a62dc76082cbc0ab512b21e38b9151884f1ad6bf1f30b4d