[INFO] fetching crate pistoncore-input 1.0.0...
[INFO] checking pistoncore-input-1.0.0 against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565
[INFO] extracting crate pistoncore-input 1.0.0 into /workspace/builds/worker-8/source
[INFO] validating manifest of crates.io crate pistoncore-input 1.0.0 on toolchain 8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate pistoncore-input 1.0.0
[INFO] finished tweaking crates.io crate pistoncore-input 1.0.0
[INFO] tweaked toml for crates.io crate pistoncore-input 1.0.0 written to /workspace/builds/worker-8/source/Cargo.toml
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }`
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 82a7c57acf4459757f83253d84827163eea6e21d687c4529ce3d0dd6bd93165c
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "82a7c57acf4459757f83253d84827163eea6e21d687c4529ce3d0dd6bd93165c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "82a7c57acf4459757f83253d84827163eea6e21d687c4529ce3d0dd6bd93165c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "82a7c57acf4459757f83253d84827163eea6e21d687c4529ce3d0dd6bd93165c", kill_on_drop: false }`
[INFO] [stdout] 82a7c57acf4459757f83253d84827163eea6e21d687c4529ce3d0dd6bd93165c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1f72d1ed0657c3768f0242ef30f30d1cf6c739415065c2bc63d747069adbe6ca
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "1f72d1ed0657c3768f0242ef30f30d1cf6c739415065c2bc63d747069adbe6ca", kill_on_drop: false }`
[INFO] [stderr] Compiling bitflags v1.2.1
[INFO] [stderr] Checking piston-float v1.0.0
[INFO] [stderr] Checking itoa v0.4.7
[INFO] [stderr] Compiling syn v1.0.63
[INFO] [stderr] Checking piston-viewport v1.0.0
[INFO] [stderr] Checking serde_json v1.0.64
[INFO] [stderr] Compiling serde_derive v1.0.124
[INFO] [stderr] Checking pistoncore-input v1.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0061]: this function takes 1 argument but 2 arguments were supplied
[INFO] [stdout] --> benches/resize.rs:12:13
[INFO] [stdout] |
[INFO] [stdout] 12 | let e = Input::Resize(0, 0);
[INFO] [stdout] | ^^^^^^^^^^^^^ - - supplied 2 arguments
[INFO] [stdout] | |
[INFO] [stdout] | expected 1 argument
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0061]: this function takes 1 argument but 2 arguments were supplied
[INFO] [stdout] --> benches/mouse.rs:12:25
[INFO] [stdout] |
[INFO] [stdout] 12 | let e = Input::Move(Motion::MouseCursor(0.0, 0.0));
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ --- --- supplied 2 arguments
[INFO] [stdout] | |
[INFO] [stdout] | expected 1 argument
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0599]: no variant or associated item named `AfterRender` found for enum `input::Input` in the current scope
[INFO] [stdout] --> benches/after_render.rs:12:20
[INFO] [stdout] |
[INFO] [stdout] 12 | let e = Input::AfterRender(AfterRenderArgs);
[INFO] [stdout] | ^^^^^^^^^^^ variant or associated item not found in `input::Input`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `input::Input: AfterRenderEvent` is not satisfied
[INFO] [stdout] --> benches/after_render.rs:15:80
[INFO] [stdout] |
[INFO] [stdout] 15 | let _: Option = AfterRenderEvent::from_after_render_args(&args, &e);
[INFO] [stdout] | ^^ the trait `AfterRenderEvent` is not implemented for `input::Input`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `from_after_render_args`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] Some errors have detailed explanations: E0277, E0599.
[INFO] [stdout]
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `input::Input: TextEvent` is not satisfied
[INFO] [stdout] --> benches/text.rs:13:76
[INFO] [stdout] |
[INFO] [stdout] 13 | bencher.iter(|| { let _: Option = TextEvent::from_text("hello", &e); });
[INFO] [stdout] | ^^ the trait `TextEvent` is not implemented for `input::Input`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `from_text`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: aborting due to previous error
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout]
[INFO] [stderr] error: could not compile `pistoncore-input`
[INFO] [stderr]
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0599]: no function or associated item named `from_width_height` found for trait object `dyn ResizeEvent` in the current scope
[INFO] [stdout] --> benches/resize.rs:13:59
[INFO] [stdout] |
[INFO] [stdout] 13 | bencher.iter(|| { let _: Option = ResizeEvent::from_width_height(100, 100, &e); });
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^ function or associated item not found in `dyn ResizeEvent`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0599]: no variant or associated item named `Press` found for enum `input::Input` in the current scope
[INFO] [stdout] --> benches/press.rs:12:20
[INFO] [stdout] |
[INFO] [stdout] 12 | let e = Input::Press(Button::Keyboard(Key::S));
[INFO] [stdout] | ^^^^^ variant or associated item not found in `input::Input`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] Some errors have detailed explanations: E0061, E0599.
[INFO] [stdout]
[INFO] [stdout] For more information about an error, try `rustc --explain E0061`.
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `input::Input: ButtonEvent` is not satisfied
[INFO] [stdout] --> benches/press.rs:14:78
[INFO] [stdout] |
[INFO] [stdout] 14 | bencher.iter(|| { let _: Option = PressEvent::from_button(button, &e); });
[INFO] [stdout] | ^^ the trait `ButtonEvent` is not implemented for `input::Input`
[INFO] [stdout] |
[INFO] [stdout] = note: required because of the requirements on the impl of `PressEvent` for `input::Input`
[INFO] [stdout] = note: required by `input::PressEvent::from_button`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] Some errors have detailed explanations: E0277, E0599.
[INFO] [stdout]
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout]
[INFO] [stdout] error[E0599]: no variant or associated item named `Idle` found for enum `input::Input` in the current scope
[INFO] [stdout] --> benches/idle.rs:12:20
[INFO] [stdout] |
[INFO] [stdout] 12 | let e = Input::Idle(IdleArgs { dt: 1.0 });
[INFO] [stdout] | ^^^^ variant or associated item not found in `input::Input`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `input::Input: CursorEvent` is not satisfied
[INFO] [stdout] --> benches/cursor.rs:12:77
[INFO] [stdout] |
[INFO] [stdout] 12 | bencher.iter(|| { let _: Option = CursorEvent::from_cursor(true, &e); });
[INFO] [stdout] | ^^ the trait `CursorEvent` is not implemented for `input::Input`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `from_cursor`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: aborting due to previous error
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `input::Input: IdleEvent` is not satisfied
[INFO] [stdout] --> benches/idle.rs:14:79
[INFO] [stdout] |
[INFO] [stdout] 14 | bencher.iter(|| { let _: Option = IdleEvent::from_idle_args(&args, &e); });
[INFO] [stdout] | ^^ the trait `IdleEvent` is not implemented for `input::Input`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `from_idle_args`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] Some errors have detailed explanations: E0277, E0599.
[INFO] [stdout]
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout]
[INFO] [stdout] error[E0599]: no variant or associated item named `Render` found for enum `input::Input` in the current scope
[INFO] [stdout] --> benches/render.rs:12:20
[INFO] [stdout] |
[INFO] [stdout] 12 | let e = Input::Render(RenderArgs {
[INFO] [stdout] | ^^^^^^ variant or associated item not found in `input::Input`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0560]: struct `RenderArgs` has no field named `width`
[INFO] [stdout] --> benches/render.rs:14:9
[INFO] [stdout] |
[INFO] [stdout] 14 | width: 0,
[INFO] [stdout] | ^^^^^ `RenderArgs` does not have this field
[INFO] [stdout] |
[INFO] [stdout] = note: available fields are: `ext_dt`, `window_size`, `draw_size`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0560]: struct `RenderArgs` has no field named `height`
[INFO] [stdout] --> benches/render.rs:15:9
[INFO] [stdout] |
[INFO] [stdout] 15 | height: 0,
[INFO] [stdout] | ^^^^^^ `RenderArgs` does not have this field
[INFO] [stdout] |
[INFO] [stdout] = note: available fields are: `ext_dt`, `window_size`, `draw_size`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0560]: struct `RenderArgs` has no field named `draw_width`
[INFO] [stdout] --> benches/render.rs:16:9
[INFO] [stdout] |
[INFO] [stdout] 16 | draw_width: 0,
[INFO] [stdout] | ^^^^^^^^^^ `RenderArgs` does not have this field
[INFO] [stdout] |
[INFO] [stdout] = note: available fields are: `ext_dt`, `window_size`, `draw_size`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0560]: struct `RenderArgs` has no field named `draw_height`
[INFO] [stdout] --> benches/render.rs:17:9
[INFO] [stdout] |
[INFO] [stdout] 17 | draw_height: 0,
[INFO] [stdout] | ^^^^^^^^^^^ `RenderArgs` does not have this field
[INFO] [stdout] |
[INFO] [stdout] = note: available fields are: `ext_dt`, `window_size`, `draw_size`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0560]: struct `RenderArgs` has no field named `width`
[INFO] [stdout] --> benches/render.rs:21:9
[INFO] [stdout] |
[INFO] [stdout] 21 | width: 10,
[INFO] [stdout] | ^^^^^ `RenderArgs` does not have this field
[INFO] [stdout] |
[INFO] [stdout] = note: available fields are: `ext_dt`, `window_size`, `draw_size`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0560]: struct `RenderArgs` has no field named `height`
[INFO] [stdout] --> benches/render.rs:22:9
[INFO] [stdout] |
[INFO] [stdout] 22 | height: 10,
[INFO] [stdout] | ^^^^^^ `RenderArgs` does not have this field
[INFO] [stdout] |
[INFO] [stdout] = note: available fields are: `ext_dt`, `window_size`, `draw_size`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0560]: struct `RenderArgs` has no field named `draw_width`
[INFO] [stdout] --> benches/render.rs:23:9
[INFO] [stdout] |
[INFO] [stdout] 23 | draw_width: 10,
[INFO] [stdout] | ^^^^^^^^^^ `RenderArgs` does not have this field
[INFO] [stdout] |
[INFO] [stdout] = note: available fields are: `ext_dt`, `window_size`, `draw_size`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0560]: struct `RenderArgs` has no field named `draw_height`
[INFO] [stdout] --> benches/render.rs:24:9
[INFO] [stdout] |
[INFO] [stdout] 24 | draw_height: 10,
[INFO] [stdout] | ^^^^^^^^^^^ `RenderArgs` does not have this field
[INFO] [stdout] |
[INFO] [stdout] = note: available fields are: `ext_dt`, `window_size`, `draw_size`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `input::Input: RenderEvent` is not satisfied
[INFO] [stdout] --> benches/render.rs:26:83
[INFO] [stdout] |
[INFO] [stdout] 26 | bencher.iter(|| { let _: Option = RenderEvent::from_render_args(&args, &e); });
[INFO] [stdout] | ^^ the trait `RenderEvent` is not implemented for `input::Input`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `from_render_args`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: aborting due to 10 previous errors
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] Some errors have detailed explanations: E0277, E0560, E0599.
[INFO] [stdout]
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout]
[INFO] [stdout] error[E0599]: no variant or associated item named `Update` found for enum `input::Input` in the current scope
[INFO] [stdout] --> benches/update.rs:12:20
[INFO] [stdout] |
[INFO] [stdout] 12 | let e = Input::Update(UpdateArgs { dt: 0.0 });
[INFO] [stdout] | ^^^^^^ variant or associated item not found in `input::Input`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `input::Input: UpdateEvent` is not satisfied
[INFO] [stdout] --> benches/update.rs:14:83
[INFO] [stdout] |
[INFO] [stdout] 14 | bencher.iter(|| { let _: Option = UpdateEvent::from_update_args(&args, &e); });
[INFO] [stdout] | ^^ the trait `UpdateEvent` is not implemented for `input::Input`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `from_update_args`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `input::Input: ControllerAxisEvent` is not satisfied
[INFO] [stdout] --> benches/controller_axis.rs:22:79
[INFO] [stdout] |
[INFO] [stdout] 22 | ... &e);
[INFO] [stdout] | ^^ the trait `ControllerAxisEvent` is not implemented for `input::Input`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `from_controller_axis_args`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] Some errors have detailed explanations: E0277, E0599.
[INFO] [stdout]
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout]
[INFO] [stdout] error: aborting due to previous error
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `input::Input: FocusEvent` is not satisfied
[INFO] [stdout] --> benches/focus.rs:13:77
[INFO] [stdout] |
[INFO] [stdout] 13 | bencher.iter(|| { let _: Option = FocusEvent::from_focused(true, &e); });
[INFO] [stdout] | ^^ the trait `FocusEvent` is not implemented for `input::Input`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `from_focused`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: aborting due to previous error
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout]
[INFO] [stdout] error[E0599]: no variant or associated item named `Release` found for enum `input::Input` in the current scope
[INFO] [stdout] --> benches/release.rs:12:20
[INFO] [stdout] |
[INFO] [stdout] 12 | let e = Input::Release(Button::Keyboard(Key::S));
[INFO] [stdout] | ^^^^^^^ variant or associated item not found in `input::Input`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `input::Input: ButtonEvent` is not satisfied
[INFO] [stdout] --> benches/release.rs:14:80
[INFO] [stdout] |
[INFO] [stdout] 14 | bencher.iter(|| { let _: Option = ReleaseEvent::from_button(button, &e); });
[INFO] [stdout] | ^^ the trait `ButtonEvent` is not implemented for `input::Input`
[INFO] [stdout] |
[INFO] [stdout] = note: required because of the requirements on the impl of `ReleaseEvent` for `input::Input`
[INFO] [stdout] = note: required by `input::ReleaseEvent::from_button`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] Some errors have detailed explanations: E0277, E0599.
[INFO] [stdout]
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout]
[INFO] [stdout] error[E0599]: no function or associated item named `from_xy` found for trait object `dyn MouseCursorEvent` in the current scope
[INFO] [stdout] --> benches/mouse.rs:13:64
[INFO] [stdout] |
[INFO] [stdout] 13 | bencher.iter(|| { let _: Option = MouseCursorEvent::from_xy(1.0, 0.0, &e); });
[INFO] [stdout] | ^^^^^^^ function or associated item not found in `dyn MouseCursorEvent`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0061]: this function takes 1 argument but 2 arguments were supplied
[INFO] [stdout] --> benches/mouse.rs:18:25
[INFO] [stdout] |
[INFO] [stdout] 18 | let e = Input::Move(Motion::MouseRelative(0.0, 0.0));
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ --- --- supplied 2 arguments
[INFO] [stdout] | |
[INFO] [stdout] | expected 1 argument
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0599]: no function or associated item named `from_xy` found for trait object `dyn MouseRelativeEvent` in the current scope
[INFO] [stdout] --> benches/mouse.rs:19:66
[INFO] [stdout] |
[INFO] [stdout] 19 | bencher.iter(|| { let _: Option = MouseRelativeEvent::from_xy(1.0, 0.0, &e); });
[INFO] [stdout] | ^^^^^^^ function or associated item not found in `dyn MouseRelativeEvent`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0061]: this function takes 1 argument but 2 arguments were supplied
[INFO] [stdout] --> benches/mouse.rs:24:25
[INFO] [stdout] |
[INFO] [stdout] 24 | let e = Input::Move(Motion::MouseScroll(0.0, 0.0));
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ --- --- supplied 2 arguments
[INFO] [stdout] | |
[INFO] [stdout] | expected 1 argument
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0599]: no function or associated item named `from_xy` found for trait object `dyn MouseScrollEvent` in the current scope
[INFO] [stdout] --> benches/mouse.rs:25:64
[INFO] [stdout] |
[INFO] [stdout] 25 | bencher.iter(|| { let _: Option = MouseScrollEvent::from_xy(1.0, 0.0, &e); });
[INFO] [stdout] | ^^^^^^^ function or associated item not found in `dyn MouseScrollEvent`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: aborting due to 6 previous errors
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] Some errors have detailed explanations: E0061, E0599.
[INFO] [stdout]
[INFO] [stdout] For more information about an error, try `rustc --explain E0061`.
[INFO] [stdout]
[INFO] [stderr] error: build failed
[INFO] running `Command { std: "docker" "inspect" "1f72d1ed0657c3768f0242ef30f30d1cf6c739415065c2bc63d747069adbe6ca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1f72d1ed0657c3768f0242ef30f30d1cf6c739415065c2bc63d747069adbe6ca", kill_on_drop: false }`
[INFO] [stdout] 1f72d1ed0657c3768f0242ef30f30d1cf6c739415065c2bc63d747069adbe6ca