[INFO] crate pistoncore-input 0.28.0 is already in cache [INFO] checking pistoncore-input-0.28.0 against beta-2019-10-27 for pr-65897 [INFO] extracting crate pistoncore-input 0.28.0 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate pistoncore-input 0.28.0 on toolchain beta-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate pistoncore-input 0.28.0 [INFO] finished tweaking crates.io crate pistoncore-input 0.28.0 [INFO] tweaked toml for crates.io crate pistoncore-input 0.28.0 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=allow" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-10-27" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] d7b16d756fc962d840cbb77669ba6f801c30de2ebcb511d555284069cf32ead0 [INFO] running `"docker" "start" "-a" "d7b16d756fc962d840cbb77669ba6f801c30de2ebcb511d555284069cf32ead0"` [INFO] [stderr] Checking pistoncore-input v0.28.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> benches/resize.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | #![feature(test)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> benches/focus.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | #![feature(test)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 2 parameters were supplied [INFO] [stderr] --> benches/resize.rs:12:13 [INFO] [stderr] | [INFO] [stderr] 12 | let e = Input::Resize(0, 0); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `input::Input: input::FocusEvent` is not satisfied [INFO] [stderr] --> benches/focus.rs:13:77 [INFO] [stderr] | [INFO] [stderr] 13 | bencher.iter(|| { let _: Option = FocusEvent::from_focused(true, &e); }); [INFO] [stderr] | ^^ the trait `input::FocusEvent` is not implemented for `input::Input` [INFO] [stderr] | [INFO] [stderr] = note: required by `input::FocusEvent::from_focused` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0554. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> benches/controller_axis.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(test)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `input::Input: input::ControllerAxisEvent` is not satisfied [INFO] [stderr] --> benches/controller_axis.rs:22:79 [INFO] [stderr] | [INFO] [stderr] 22 | ... &e); [INFO] [stderr] | ^^ the trait `input::ControllerAxisEvent` is not implemented for `input::Input` [INFO] [stderr] | [INFO] [stderr] = note: required by `input::ControllerAxisEvent::from_controller_axis_args` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0554. [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: could not compile `pistoncore-input`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no function or associated item named `from_width_height` found for type `dyn input::ResizeEvent` in the current scope [INFO] [stderr] --> benches/resize.rs:13:59 [INFO] [stderr] | [INFO] [stderr] 13 | bencher.iter(|| { let _: Option = ResizeEvent::from_width_height(100, 100, &e); }); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ function or associated item not found in `dyn input::ResizeEvent` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0554, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `pistoncore-input`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> benches/cursor.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(test)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> benches/render.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | #![feature(test)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> benches/mouse.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | #![feature(test)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> benches/after_render.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | #![feature(test)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] error[E0277]: the trait bound `input::Input: input::CursorEvent` is not satisfied [INFO] [stderr] --> benches/cursor.rs:12:77 [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 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0554. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] [INFO] [stderr] error: could not compile `pistoncore-input`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0061]: this function takes 1 parameter but 2 parameters were supplied [INFO] [stderr] --> benches/mouse.rs:12:25 [INFO] [stderr] | [INFO] [stderr] 12 | let e = Input::Move(Motion::MouseCursor(0.0, 0.0)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `Render` found for type `input::Input` in the current scope [INFO] [stderr] --> benches/render.rs:12:20 [INFO] [stderr] | [INFO] [stderr] 12 | let e = Input::Render(RenderArgs { [INFO] [stderr] | ^^^^^^ variant or associated item not found in `input::Input` [INFO] [stderr] [INFO] [stderr] error[E0560]: struct `input::RenderArgs` has no field named `width` [INFO] [stderr] --> benches/render.rs:14:9 [INFO] [stderr] | [INFO] [stderr] 14 | width: 0, [INFO] [stderr] | ^^^^^ `input::RenderArgs` does not have this field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `ext_dt`, `window_size`, `draw_size` [INFO] [stderr] [INFO] [stderr] error[E0560]: struct `input::RenderArgs` has no field named `height` [INFO] [stderr] --> benches/render.rs:15:9 [INFO] [stderr] | [INFO] [stderr] 15 | height: 0, [INFO] [stderr] | ^^^^^^ `input::RenderArgs` does not have this field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `ext_dt`, `window_size`, `draw_size` [INFO] [stderr] [INFO] [stderr] error[E0560]: struct `input::RenderArgs` has no field named `draw_width` [INFO] [stderr] --> benches/render.rs:16:9 [INFO] [stderr] | [INFO] [stderr] 16 | draw_width: 0, [INFO] [stderr] | ^^^^^^^^^^ `input::RenderArgs` does not have this field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `ext_dt`, `window_size`, `draw_size` [INFO] [stderr] [INFO] [stderr] error[E0560]: struct `input::RenderArgs` has no field named `draw_height` [INFO] [stderr] --> benches/render.rs:17:9 [INFO] [stderr] | [INFO] [stderr] 17 | draw_height: 0, [INFO] [stderr] | ^^^^^^^^^^^ `input::RenderArgs` does not have this field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `ext_dt`, `window_size`, `draw_size` [INFO] [stderr] [INFO] [stderr] error[E0560]: struct `input::RenderArgs` has no field named `width` [INFO] [stderr] --> benches/render.rs:21:9 [INFO] [stderr] | [INFO] [stderr] 21 | width: 10, [INFO] [stderr] | ^^^^^ `input::RenderArgs` does not have this field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `ext_dt`, `window_size`, `draw_size` [INFO] [stderr] [INFO] [stderr] error[E0560]: struct `input::RenderArgs` has no field named `height` [INFO] [stderr] --> benches/render.rs:22:9 [INFO] [stderr] | [INFO] [stderr] 22 | height: 10, [INFO] [stderr] | ^^^^^^ `input::RenderArgs` does not have this field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `ext_dt`, `window_size`, `draw_size` [INFO] [stderr] [INFO] [stderr] error[E0560]: struct `input::RenderArgs` has no field named `draw_width` [INFO] [stderr] --> benches/render.rs:23:9 [INFO] [stderr] | [INFO] [stderr] 23 | draw_width: 10, [INFO] [stderr] | ^^^^^^^^^^ `input::RenderArgs` does not have this field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `ext_dt`, `window_size`, `draw_size` [INFO] [stderr] [INFO] [stderr] error[E0560]: struct `input::RenderArgs` has no field named `draw_height` [INFO] [stderr] --> benches/render.rs:24:9 [INFO] [stderr] | [INFO] [stderr] 24 | draw_height: 10, [INFO] [stderr] | ^^^^^^^^^^^ `input::RenderArgs` does not have this field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `ext_dt`, `window_size`, `draw_size` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `input::Input: input::RenderEvent` is not satisfied [INFO] [stderr] --> benches/render.rs:26:83 [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 11 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0554, E0560, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> benches/idle.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | #![feature(test)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> benches/press.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | #![feature(test)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: could not compile `pistoncore-input`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> benches/update.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | #![feature(test)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item 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] | ^^^^ variant or associated item 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:79 [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 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0554, 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 function or associated item named `from_xy` found for type `dyn input::MouseCursorEvent` in the current scope [INFO] [stderr] --> benches/mouse.rs:13:64 [INFO] [stderr] | [INFO] [stderr] 13 | bencher.iter(|| { let _: Option = MouseCursorEvent::from_xy(1.0, 0.0, &e); }); [INFO] [stderr] | ^^^^^^^ function or associated item not found in `dyn input::MouseCursorEvent` [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 2 parameters were supplied [INFO] [stderr] --> benches/mouse.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let e = Input::Move(Motion::MouseRelative(0.0, 0.0)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_xy` found for type `dyn input::MouseRelativeEvent` in the current scope [INFO] [stderr] --> benches/mouse.rs:19:66 [INFO] [stderr] | [INFO] [stderr] 19 | bencher.iter(|| { let _: Option = MouseRelativeEvent::from_xy(1.0, 0.0, &e); }); [INFO] [stderr] | ^^^^^^^ function or associated item not found in `dyn input::MouseRelativeEvent` [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 2 parameters were supplied [INFO] [stderr] --> benches/mouse.rs:24:25 [INFO] [stderr] | [INFO] [stderr] 24 | let e = Input::Move(Motion::MouseScroll(0.0, 0.0)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter [INFO] [stderr] error[E0599]: no variant or associated item 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] | ^^^^^^^^^^^ variant or associated item not found in `input::Input` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_xy` found for type `dyn input::MouseScrollEvent` in the current scope [INFO] [stderr] --> benches/mouse.rs:25:64 [INFO] [stderr] | [INFO] [stderr] 25 | bencher.iter(|| { let _: Option = MouseScrollEvent::from_xy(1.0, 0.0, &e); }); [INFO] [stderr] | ^^^^^^^ function or associated item not found in `dyn input::MouseScrollEvent` [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0554, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> benches/text.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | #![feature(test)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `input::Input: input::AfterRenderEvent` is not satisfied [INFO] [stderr] --> benches/after_render.rs:15:80 [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 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0554, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] [INFO] [stderr] error: could not compile `pistoncore-input`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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 or associated item 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] | ^^^^^ variant or associated item 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:78 [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 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0554, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error[E0277]: the trait bound `input::Input: input::TextEvent` is not satisfied [INFO] [stderr] --> benches/text.rs:13:76 [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 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0554. [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: could not compile `pistoncore-input`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no variant or associated item 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] | ^^^^^^ variant or associated item 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:83 [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 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0554, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> benches/release.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | #![feature(test)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [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 or associated item named `Release` found for type `input::Input` in the current scope [INFO] [stderr] --> benches/release.rs:12:20 [INFO] [stderr] | [INFO] [stderr] 12 | let e = Input::Release(Button::Keyboard(Key::S)); [INFO] [stderr] | ^^^^^^^ variant or associated item 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:80 [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 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0554, 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" "d7b16d756fc962d840cbb77669ba6f801c30de2ebcb511d555284069cf32ead0"` [INFO] running `"docker" "rm" "-f" "d7b16d756fc962d840cbb77669ba6f801c30de2ebcb511d555284069cf32ead0"` [INFO] [stdout] d7b16d756fc962d840cbb77669ba6f801c30de2ebcb511d555284069cf32ead0