[INFO] fetching crate pistoncore-input 1.0.0...
[INFO] checking pistoncore-input-1.0.0 against try#f6e2f78768c57172b99c3e85892f867894dc7e30 for pr-75502
[INFO] extracting crate pistoncore-input 1.0.0 into /workspace/builds/worker-4/source
[INFO] validating manifest of crates.io crate pistoncore-input 1.0.0 on toolchain f6e2f78768c57172b99c3e85892f867894dc7e30
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f6e2f78768c57172b99c3e85892f867894dc7e30" "read-manifest" "--manifest-path" "Cargo.toml", 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-4/source/Cargo.toml
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f6e2f78768c57172b99c3e85892f867894dc7e30" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }`
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f6e2f78768c57172b99c3e85892f867894dc7e30" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "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" "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:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+f6e2f78768c57172b99c3e85892f867894dc7e30" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 32b15be77baeb5276c1fc8dd5167b65f838820071e1033ee5effe43e1db83d34
[INFO] running `Command { std: "docker" "start" "-a" "32b15be77baeb5276c1fc8dd5167b65f838820071e1033ee5effe43e1db83d34", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "32b15be77baeb5276c1fc8dd5167b65f838820071e1033ee5effe43e1db83d34", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "32b15be77baeb5276c1fc8dd5167b65f838820071e1033ee5effe43e1db83d34", kill_on_drop: false }`
[INFO] [stdout] 32b15be77baeb5276c1fc8dd5167b65f838820071e1033ee5effe43e1db83d34
[INFO] running `Command { std: "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" "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:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+f6e2f78768c57172b99c3e85892f867894dc7e30" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9217fd65ee339d18734bac093baec7651e63e2f47a7e677d1eb6a42e1968d70e
[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" "9217fd65ee339d18734bac093baec7651e63e2f47a7e677d1eb6a42e1968d70e", kill_on_drop: false }`
[INFO] [stderr] Compiling proc-macro2 v1.0.19
[INFO] [stderr] Compiling unicode-xid v0.2.1
[INFO] [stderr] Compiling serde v1.0.115
[INFO] [stderr] Compiling serde_derive v1.0.115
[INFO] [stderr] Compiling serde_json v1.0.57
[INFO] [stderr] Checking piston-float v1.0.0
[INFO] [stderr] Checking itoa v0.4.6
[INFO] [stderr] Checking piston-viewport v1.0.0
[INFO] [stderr] Compiling quote v1.0.7
[INFO] [stderr] Compiling syn v1.0.39
[INFO] [stderr] Checking pistoncore-input v1.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0277]: the trait bound `input::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 `input::TextEvent` is not implemented for `input::Input`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `input::TextEvent::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 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[E0277]: the trait bound `input::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 `input::ButtonEvent` is not implemented for `input::Input`
[INFO] [stdout] |
[INFO] [stdout] = note: required because of the requirements on the impl of `input::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[E0277]: the trait bound `input::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 `input::CursorEvent` is not implemented for `input::Input`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `input::CursorEvent::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[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 `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: 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 `input::ButtonEvent` is not implemented for `input::Input`
[INFO] [stdout] |
[INFO] [stdout] = note: required because of the requirements on the impl of `input::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[E0277]: the trait bound `input::Input: input::ControllerAxisEvent` is not satisfied
[INFO] [stdout] --> benches/controller_axis.rs:22:79
[INFO] [stdout] |
[INFO] [stdout] 22 | ... &e);
[INFO] [stdout] | ^^ the trait `input::ControllerAxisEvent` is not implemented for `input::Input`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `input::ControllerAxisEvent::from_controller_axis_args`
[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: 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 `input::FocusEvent` is not implemented for `input::Input`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `input::FocusEvent::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 `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[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 `input::RenderArgs` has no field named `width`
[INFO] [stdout] --> benches/render.rs:14:9
[INFO] [stdout] |
[INFO] [stdout] 14 | width: 0,
[INFO] [stdout] | ^^^^^ `input::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 `input::RenderArgs` has no field named `height`
[INFO] [stdout] --> benches/render.rs:15:9
[INFO] [stdout] |
[INFO] [stdout] 15 | height: 0,
[INFO] [stdout] | ^^^^^^ `input::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 `input::RenderArgs` has no field named `draw_width`
[INFO] [stdout] --> benches/render.rs:16:9
[INFO] [stdout] |
[INFO] [stdout] 16 | draw_width: 0,
[INFO] [stdout] | ^^^^^^^^^^ `input::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 `input::RenderArgs` has no field named `draw_height`
[INFO] [stdout] --> benches/render.rs:17:9
[INFO] [stdout] |
[INFO] [stdout] 17 | draw_height: 0,
[INFO] [stdout] | ^^^^^^^^^^^ `input::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 `input::RenderArgs` has no field named `width`
[INFO] [stdout] --> benches/render.rs:21:9
[INFO] [stdout] |
[INFO] [stdout] 21 | width: 10,
[INFO] [stdout] | ^^^^^ `input::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 `input::RenderArgs` has no field named `height`
[INFO] [stdout] --> benches/render.rs:22:9
[INFO] [stdout] |
[INFO] [stdout] 22 | height: 10,
[INFO] [stdout] | ^^^^^^ `input::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 `input::RenderArgs` has no field named `draw_width`
[INFO] [stdout] --> benches/render.rs:23:9
[INFO] [stdout] |
[INFO] [stdout] 23 | draw_width: 10,
[INFO] [stdout] | ^^^^^^^^^^ `input::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 `input::RenderArgs` has no field named `draw_height`
[INFO] [stdout] --> benches/render.rs:24:9
[INFO] [stdout] |
[INFO] [stdout] 24 | draw_height: 10,
[INFO] [stdout] | ^^^^^^^^^^^ `input::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: 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 `input::AfterRenderEvent` is not implemented for `input::Input`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `input::AfterRenderEvent::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: 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 `input::RenderEvent` is not implemented for `input::Input`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `input::RenderEvent::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 function or associated item named `from_xy` found for trait object `dyn input::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 input::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_width_height` found for trait object `dyn input::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 input::ResizeEvent`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0599]: no function or associated item named `from_xy` found for trait object `dyn input::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 input::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 input::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 input::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] [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[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: 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 `input::UpdateEvent` is not implemented for `input::Input`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `input::UpdateEvent::from_update_args`
[INFO] [stdout]
[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: aborting due to 2 previous errors
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `input::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 `input::IdleEvent` is not implemented for `input::Input`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `input::IdleEvent::from_idle_args`
[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 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] [stderr] error: build failed
[INFO] running `Command { std: "docker" "inspect" "9217fd65ee339d18734bac093baec7651e63e2f47a7e677d1eb6a42e1968d70e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9217fd65ee339d18734bac093baec7651e63e2f47a7e677d1eb6a42e1968d70e", kill_on_drop: false }`
[INFO] [stdout] 9217fd65ee339d18734bac093baec7651e63e2f47a7e677d1eb6a42e1968d70e