[INFO] crate pistoncore-input 0.23.0 is already in cache
[INFO] extracting crate pistoncore-input 0.23.0 into work/ex/pr-56955/sources/master#d99a320cba42f661aebfa1293b7b2ec3603dda75/reg/pistoncore-input/0.23.0
[INFO] extracting crate pistoncore-input 0.23.0 into work/ex/pr-56955/sources/try#e70472fc501b855c9080f3772432c10fe20b8866/reg/pistoncore-input/0.23.0
[INFO] validating manifest of pistoncore-input-0.23.0 on toolchain master#d99a320cba42f661aebfa1293b7b2ec3603dda75
[INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+d99a320cba42f661aebfa1293b7b2ec3603dda75-alt" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] validating manifest of pistoncore-input-0.23.0 on toolchain try#e70472fc501b855c9080f3772432c10fe20b8866
[INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e70472fc501b855c9080f3772432c10fe20b8866-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-56955/sources/master#d99a320cba42f661aebfa1293b7b2ec3603dda75/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-56955/sources/try#e70472fc501b855c9080f3772432c10fe20b8866/reg/pistoncore-input/0.23.0/Cargo.toml
[INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+d99a320cba42f661aebfa1293b7b2ec3603dda75-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e70472fc501b855c9080f3772432c10fe20b8866-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+d99a320cba42f661aebfa1293b7b2ec3603dda75-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e70472fc501b855c9080f3772432c10fe20b8866-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] checking pistoncore-input-0.23.0 against try#e70472fc501b855c9080f3772432c10fe20b8866 for pr-56955
[INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56955/worker-2/try#e70472fc501b855c9080f3772432c10fe20b8866:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-56955/sources/try#e70472fc501b855c9080f3772432c10fe20b8866/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" "+e70472fc501b855c9080f3772432c10fe20b8866-alt" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stdout] 0e75e8b5533559cd4ab0f68e01b7e36eb8f6eeb02d82cae8b91dfa76d6e3a63a
[INFO] running `"docker" "start" "-a" "0e75e8b5533559cd4ab0f68e01b7e36eb8f6eeb02d82cae8b91dfa76d6e3a63a"`
[INFO] [stderr] Checking pistoncore-input v0.23.0 (/opt/crater/workdir)
[INFO] [stderr] error[E0599]: no variant named `Render` found for type `input::Input` in the current scope
[INFO] [stderr] --> benches/render.rs:12:13
[INFO] [stderr] |
[INFO] [stderr] 12 | let e = Input::Render(RenderArgs {
[INFO] [stderr] | ^^^^^^^^^^^^^ variant not found in `input::Input`
[INFO] [stderr]
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr] --> benches/render.rs:14:16
[INFO] [stderr] |
[INFO] [stderr] 14 | width: 0,
[INFO] [stderr] | ^
[INFO] [stderr] | |
[INFO] [stderr] | expected f64, found integral variable
[INFO] [stderr] | help: use a float literal: `0.0`
[INFO] [stderr] |
[INFO] [stderr] = note: expected type `f64`
[INFO] [stderr] found type `{integer}`
[INFO] [stderr]
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr] --> benches/render.rs:15:17
[INFO] [stderr] |
[INFO] [stderr] 15 | height: 0,
[INFO] [stderr] | ^
[INFO] [stderr] | |
[INFO] [stderr] | expected f64, found integral variable
[INFO] [stderr] | help: use a float literal: `0.0`
[INFO] [stderr] |
[INFO] [stderr] = note: expected type `f64`
[INFO] [stderr] found type `{integer}`
[INFO] [stderr]
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr] --> benches/render.rs:21:16
[INFO] [stderr] |
[INFO] [stderr] 21 | width: 10,
[INFO] [stderr] | ^^
[INFO] [stderr] | |
[INFO] [stderr] | expected f64, found integral variable
[INFO] [stderr] | help: use a float literal: `10.0`
[INFO] [stderr] |
[INFO] [stderr] = note: expected type `f64`
[INFO] [stderr] found type `{integer}`
[INFO] [stderr]
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr] --> benches/render.rs:22:17
[INFO] [stderr] |
[INFO] [stderr] 22 | height: 10,
[INFO] [stderr] | ^^
[INFO] [stderr] | |
[INFO] [stderr] | expected f64, found integral variable
[INFO] [stderr] | help: use a float literal: `10.0`
[INFO] [stderr] |
[INFO] [stderr] = note: expected type `f64`
[INFO] [stderr] found type `{integer}`
[INFO] [stderr]
[INFO] [stderr] error[E0277]: the trait bound `input::Input: input::RenderEvent` is not satisfied
[INFO] [stderr] --> benches/render.rs:26:46
[INFO] [stderr] |
[INFO] [stderr] 26 | bencher.iter(|| { let _: Option = RenderEvent::from_render_args(&args, &e); });
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::RenderEvent` is not implemented for `input::Input`
[INFO] [stderr] |
[INFO] [stderr] = note: required by `input::RenderEvent::from_render_args`
[INFO] [stderr]
[INFO] [stderr] error: aborting due to 6 previous errors
[INFO] [stderr]
[INFO] [stderr] Some errors occurred: E0277, E0308, 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[E0308]: mismatched types
[INFO] [stderr] --> benches/resize.rs:12:27
[INFO] [stderr] |
[INFO] [stderr] 12 | let e = Input::Resize(0, 0);
[INFO] [stderr] | ^
[INFO] [stderr] | |
[INFO] [stderr] | expected f64, found integral variable
[INFO] [stderr] | help: use a float literal: `0.0`
[INFO] [stderr] |
[INFO] [stderr] = note: expected type `f64`
[INFO] [stderr] found type `{integer}`
[INFO] [stderr]
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr] --> benches/resize.rs:12:30
[INFO] [stderr] |
[INFO] [stderr] 12 | let e = Input::Resize(0, 0);
[INFO] [stderr] | ^
[INFO] [stderr] | |
[INFO] [stderr] | expected f64, found integral variable
[INFO] [stderr] | help: use a float literal: `0.0`
[INFO] [stderr] |
[INFO] [stderr] = note: expected type `f64`
[INFO] [stderr] found type `{integer}`
[INFO] [stderr]
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr] --> benches/resize.rs:13:77
[INFO] [stderr] |
[INFO] [stderr] 13 | bencher.iter(|| { let _: Option = ResizeEvent::from_width_height(100, 100, &e); });
[INFO] [stderr] | ^^^
[INFO] [stderr] | |
[INFO] [stderr] | expected f64, found integral variable
[INFO] [stderr] | help: use a float literal: `100.0`
[INFO] [stderr] |
[INFO] [stderr] = note: expected type `f64`
[INFO] [stderr] found type `{integer}`
[INFO] [stderr]
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr] --> benches/resize.rs:13:82
[INFO] [stderr] |
[INFO] [stderr] 13 | bencher.iter(|| { let _: Option = ResizeEvent::from_width_height(100, 100, &e); });
[INFO] [stderr] | ^^^
[INFO] [stderr] | |
[INFO] [stderr] | expected f64, found integral variable
[INFO] [stderr] | help: use a float literal: `100.0`
[INFO] [stderr] |
[INFO] [stderr] = note: expected type `f64`
[INFO] [stderr] found type `{integer}`
[INFO] [stderr]
[INFO] [stderr] error[E0277]: the trait bound `input::Input: input::ResizeEvent` is not satisfied
[INFO] [stderr] --> benches/resize.rs:13:46
[INFO] [stderr] |
[INFO] [stderr] 13 | bencher.iter(|| { let _: Option = ResizeEvent::from_width_height(100, 100, &e); });
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ResizeEvent` is not implemented for `input::Input`
[INFO] [stderr] |
[INFO] [stderr] = note: required by `input::ResizeEvent::from_width_height`
[INFO] [stderr]
[INFO] [stderr] error: aborting due to 5 previous errors
[INFO] [stderr]
[INFO] [stderr] Some errors occurred: E0277, E0308.
[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[E0599]: no variant named `Release` found for type `input::Input` in the current scope
[INFO] [stderr] --> benches/release.rs:12:13
[INFO] [stderr] |
[INFO] [stderr] 12 | let e = Input::Release(Button::Keyboard(Key::S));
[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/release.rs:14:46
[INFO] [stderr] |
[INFO] [stderr] 14 | bencher.iter(|| { let _: Option = ReleaseEvent::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::ReleaseEvent` for `input::Input`
[INFO] [stderr] = note: required by `input::ReleaseEvent::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[E0599]: no variant named `Update` found for type `input::Input` in the current scope
[INFO] [stderr] --> benches/update.rs:12:13
[INFO] [stderr] |
[INFO] [stderr] 12 | let e = Input::Update(UpdateArgs { dt: 0.0 });
[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: Could not compile `pistoncore-input`.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0599]: no variant named `AfterRender` found for type `input::Input` in the current scope
[INFO] [stderr] --> benches/after_render.rs:12:13
[INFO] [stderr] |
[INFO] [stderr] 12 | let e = Input::AfterRender(AfterRenderArgs);
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ variant not found in `input::Input`
[INFO] [stderr]
[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[E0599]: no variant named `Press` found for type `input::Input` in the current scope
[INFO] [stderr] --> benches/press.rs:12:13
[INFO] [stderr] |
[INFO] [stderr] 12 | let e = Input::Press(Button::Keyboard(Key::S));
[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: build failed
[INFO] running `"docker" "inspect" "0e75e8b5533559cd4ab0f68e01b7e36eb8f6eeb02d82cae8b91dfa76d6e3a63a"`
[INFO] running `"docker" "rm" "-f" "0e75e8b5533559cd4ab0f68e01b7e36eb8f6eeb02d82cae8b91dfa76d6e3a63a"`
[INFO] [stdout] 0e75e8b5533559cd4ab0f68e01b7e36eb8f6eeb02d82cae8b91dfa76d6e3a63a