Jul 12 02:09:38.002 INFO checking pistoncore-input-0.20.0 against try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255 for pr-52234 Jul 12 02:09:38.002 INFO running: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 12 02:09:38.002 INFO creating container for: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 12 02:09:38.003 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-52234/try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-3/try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 12 02:09:38.257 INFO blam! 19913e6692635c556b694b9a556d131de20d9374329be25a840047cd31052f38 Jul 12 02:09:38.260 INFO running `"docker" "start" "-a" "19913e6692635c556b694b9a556d131de20d9374329be25a840047cd31052f38"` Jul 12 02:09:39.373 INFO kablam! Checking pistoncore-input v0.20.0 (file:///source) Jul 12 02:09:53.580 INFO kablam! error[E0599]: no variant named `Update` found for type `input::Input` in the current scope Jul 12 02:09:53.580 INFO kablam! --> benches/update.rs:12:13 Jul 12 02:09:53.580 INFO kablam! | Jul 12 02:09:53.580 INFO kablam! 12 | let e = Input::Update(UpdateArgs { dt: 0.0 }); Jul 12 02:09:53.580 INFO kablam! | ^^^^^^^^^^^^^ variant not found in `input::Input` Jul 12 02:09:53.602 INFO kablam! Jul 12 02:09:53.605 INFO kablam! error[E0277]: the trait bound `input::Input: input::UpdateEvent` is not satisfied Jul 12 02:09:53.605 INFO kablam! --> benches/update.rs:14:46 Jul 12 02:09:53.605 INFO kablam! | Jul 12 02:09:53.605 INFO kablam! 14 | bencher.iter(|| { let _: Option = UpdateEvent::from_update_args(&args, &e); }); Jul 12 02:09:53.605 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::UpdateEvent` is not implemented for `input::Input` Jul 12 02:09:53.606 INFO kablam! | Jul 12 02:09:53.606 INFO kablam! = note: required by `input::UpdateEvent::from_update_args` Jul 12 02:09:53.607 INFO kablam! Jul 12 02:09:53.619 INFO kablam! error: aborting due to 2 previous errors Jul 12 02:09:53.619 INFO kablam! Jul 12 02:09:53.619 INFO kablam! Some errors occurred: E0277, E0599. Jul 12 02:09:53.619 INFO kablam! For more information about an error, try `rustc --explain E0277`. Jul 12 02:09:53.675 INFO kablam! error: Could not compile `pistoncore-input`. Jul 12 02:09:53.676 INFO kablam! warning: build failed, waiting for other jobs to finish... Jul 12 02:09:53.682 INFO kablam! error[E0599]: no variant named `Render` found for type `input::Input` in the current scope Jul 12 02:09:53.682 INFO kablam! --> benches/render.rs:12:13 Jul 12 02:09:53.682 INFO kablam! | Jul 12 02:09:53.682 INFO kablam! 12 | let e = Input::Render(RenderArgs { Jul 12 02:09:53.682 INFO kablam! | ^^^^^^^^^^^^^ variant not found in `input::Input` Jul 12 02:09:53.682 INFO kablam! Jul 12 02:09:53.733 INFO kablam! error[E0277]: the trait bound `input::Input: input::RenderEvent` is not satisfied Jul 12 02:09:53.733 INFO kablam! --> benches/render.rs:26:46 Jul 12 02:09:53.733 INFO kablam! | Jul 12 02:09:53.733 INFO kablam! 26 | bencher.iter(|| { let _: Option = RenderEvent::from_render_args(&args, &e); }); Jul 12 02:09:53.733 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::RenderEvent` is not implemented for `input::Input` Jul 12 02:09:53.733 INFO kablam! | Jul 12 02:09:53.733 INFO kablam! = note: required by `input::RenderEvent::from_render_args` Jul 12 02:09:53.733 INFO kablam! Jul 12 02:09:53.736 INFO kablam! error: aborting due to 2 previous errors Jul 12 02:09:53.755 INFO kablam! Jul 12 02:09:53.755 INFO kablam! Some errors occurred: E0277, E0599. Jul 12 02:09:53.755 INFO kablam! For more information about an error, try `rustc --explain E0277`. Jul 12 02:09:53.826 INFO kablam! error: Could not compile `pistoncore-input`. Jul 12 02:09:53.827 INFO kablam! warning: build failed, waiting for other jobs to finish... Jul 12 02:09:53.879 INFO kablam! error[E0599]: no variant named `Release` found for type `input::Input` in the current scope Jul 12 02:09:53.879 INFO kablam! --> benches/release.rs:12:13 Jul 12 02:09:53.879 INFO kablam! | Jul 12 02:09:53.879 INFO kablam! 12 | let e = Input::Release(Button::Keyboard(Key::S)); Jul 12 02:09:53.879 INFO kablam! | ^^^^^^^^^^^^^^ variant not found in `input::Input` Jul 12 02:09:53.880 INFO kablam! Jul 12 02:09:53.881 INFO kablam! error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied Jul 12 02:09:53.881 INFO kablam! --> benches/release.rs:14:46 Jul 12 02:09:53.881 INFO kablam! | Jul 12 02:09:53.881 INFO kablam! 14 | bencher.iter(|| { let _: Option = ReleaseEvent::from_button(button, &e); }); Jul 12 02:09:53.882 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input` Jul 12 02:09:53.882 INFO kablam! | Jul 12 02:09:53.882 INFO kablam! = note: required because of the requirements on the impl of `input::ReleaseEvent` for `input::Input` Jul 12 02:09:53.882 INFO kablam! = note: required by `input::ReleaseEvent::from_button` Jul 12 02:09:53.882 INFO kablam! Jul 12 02:09:53.902 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseCursorEvent` is not satisfied Jul 12 02:09:53.902 INFO kablam! --> benches/mouse.rs:13:46 Jul 12 02:09:53.902 INFO kablam! | Jul 12 02:09:53.902 INFO kablam! 13 | bencher.iter(|| { let _: Option = MouseCursorEvent::from_xy(1.0, 0.0, &e); }); Jul 12 02:09:53.902 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseCursorEvent` is not implemented for `input::Input` Jul 12 02:09:53.902 INFO kablam! | Jul 12 02:09:53.902 INFO kablam! = note: required by `input::MouseCursorEvent::from_xy` Jul 12 02:09:53.902 INFO kablam! Jul 12 02:09:53.904 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseRelativeEvent` is not satisfied Jul 12 02:09:53.904 INFO kablam! --> benches/mouse.rs:19:46 Jul 12 02:09:53.905 INFO kablam! | Jul 12 02:09:53.905 INFO kablam! 19 | bencher.iter(|| { let _: Option = MouseRelativeEvent::from_xy(1.0, 0.0, &e); }); Jul 12 02:09:53.905 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseRelativeEvent` is not implemented for `input::Input` Jul 12 02:09:53.905 INFO kablam! | Jul 12 02:09:53.905 INFO kablam! = note: required by `input::MouseRelativeEvent::from_xy` Jul 12 02:09:53.905 INFO kablam! Jul 12 02:09:53.906 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseScrollEvent` is not satisfied Jul 12 02:09:53.906 INFO kablam! --> benches/mouse.rs:25:46 Jul 12 02:09:53.906 INFO kablam! | Jul 12 02:09:53.906 INFO kablam! 25 | bencher.iter(|| { let _: Option = MouseScrollEvent::from_xy(1.0, 0.0, &e); }); Jul 12 02:09:53.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseScrollEvent` is not implemented for `input::Input` Jul 12 02:09:53.906 INFO kablam! | Jul 12 02:09:53.906 INFO kablam! = note: required by `input::MouseScrollEvent::from_xy` Jul 12 02:09:53.906 INFO kablam! Jul 12 02:09:53.915 INFO kablam! error: aborting due to 2 previous errors Jul 12 02:09:53.915 INFO kablam! Jul 12 02:09:53.915 INFO kablam! Some errors occurred: E0277, E0599. Jul 12 02:09:53.915 INFO kablam! For more information about an error, try `rustc --explain E0277`. Jul 12 02:09:53.925 INFO kablam! error: aborting due to 3 previous errors Jul 12 02:09:53.925 INFO kablam! Jul 12 02:09:53.925 INFO kablam! For more information about this error, try `rustc --explain E0277`. Jul 12 02:09:53.963 INFO kablam! error: Could not compile `pistoncore-input`. Jul 12 02:09:53.964 INFO kablam! warning: build failed, waiting for other jobs to finish... Jul 12 02:09:53.986 INFO kablam! error[E0277]: the trait bound `input::Input: input::ResizeEvent` is not satisfied Jul 12 02:09:53.986 INFO kablam! --> benches/resize.rs:13:46 Jul 12 02:09:53.986 INFO kablam! | Jul 12 02:09:53.986 INFO kablam! 13 | bencher.iter(|| { let _: Option = ResizeEvent::from_width_height(100, 100, &e); }); Jul 12 02:09:53.986 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ResizeEvent` is not implemented for `input::Input` Jul 12 02:09:53.986 INFO kablam! | Jul 12 02:09:53.986 INFO kablam! = note: required by `input::ResizeEvent::from_width_height` Jul 12 02:09:53.986 INFO kablam! Jul 12 02:09:53.989 INFO kablam! error: aborting due to previous error Jul 12 02:09:53.989 INFO kablam! Jul 12 02:09:53.989 INFO kablam! For more information about this error, try `rustc --explain E0277`. Jul 12 02:09:54.001 INFO kablam! error: Could not compile `pistoncore-input`. Jul 12 02:09:54.001 INFO kablam! warning: build failed, waiting for other jobs to finish... Jul 12 02:09:54.022 INFO kablam! error: Could not compile `pistoncore-input`. Jul 12 02:09:54.023 INFO kablam! warning: build failed, waiting for other jobs to finish... Jul 12 02:09:54.076 INFO kablam! error[E0277]: the trait bound `input::Input: input::FocusEvent` is not satisfied Jul 12 02:09:54.076 INFO kablam! --> benches/focus.rs:13:46 Jul 12 02:09:54.076 INFO kablam! | Jul 12 02:09:54.076 INFO kablam! 13 | bencher.iter(|| { let _: Option = FocusEvent::from_focused(true, &e); }); Jul 12 02:09:54.076 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::FocusEvent` is not implemented for `input::Input` Jul 12 02:09:54.082 INFO kablam! | Jul 12 02:09:54.082 INFO kablam! = note: required by `input::FocusEvent::from_focused` Jul 12 02:09:54.083 INFO kablam! Jul 12 02:09:54.087 INFO kablam! error: aborting due to previous error Jul 12 02:09:54.087 INFO kablam! Jul 12 02:09:54.087 INFO kablam! For more information about this error, try `rustc --explain E0277`. Jul 12 02:09:54.099 INFO kablam! error: Could not compile `pistoncore-input`. Jul 12 02:09:54.099 INFO kablam! warning: build failed, waiting for other jobs to finish... Jul 12 02:09:54.408 INFO kablam! error[E0599]: no variant named `Press` found for type `input::Input` in the current scope Jul 12 02:09:54.408 INFO kablam! --> benches/press.rs:12:13 Jul 12 02:09:54.408 INFO kablam! | Jul 12 02:09:54.408 INFO kablam! 12 | let e = Input::Press(Button::Keyboard(Key::S)); Jul 12 02:09:54.408 INFO kablam! | ^^^^^^^^^^^^ variant not found in `input::Input` Jul 12 02:09:54.409 INFO kablam! Jul 12 02:09:54.411 INFO kablam! error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied Jul 12 02:09:54.411 INFO kablam! --> benches/press.rs:14:46 Jul 12 02:09:54.411 INFO kablam! | Jul 12 02:09:54.411 INFO kablam! 14 | bencher.iter(|| { let _: Option = PressEvent::from_button(button, &e); }); Jul 12 02:09:54.411 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input` Jul 12 02:09:54.411 INFO kablam! | Jul 12 02:09:54.411 INFO kablam! = note: required because of the requirements on the impl of `input::PressEvent` for `input::Input` Jul 12 02:09:54.411 INFO kablam! = note: required by `input::PressEvent::from_button` Jul 12 02:09:54.411 INFO kablam! Jul 12 02:09:54.415 INFO kablam! error: aborting due to 2 previous errors Jul 12 02:09:54.418 INFO kablam! error[E0277]: the trait bound `input::Input: input::TextEvent` is not satisfied Jul 12 02:09:54.418 INFO kablam! --> benches/text.rs:13:46 Jul 12 02:09:54.418 INFO kablam! | Jul 12 02:09:54.418 INFO kablam! 13 | bencher.iter(|| { let _: Option = TextEvent::from_text("hello", &e); }); Jul 12 02:09:54.418 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `input::TextEvent` is not implemented for `input::Input` Jul 12 02:09:54.418 INFO kablam! Jul 12 02:09:54.418 INFO kablam! Some errors occurred: E0277, E0599. Jul 12 02:09:54.418 INFO kablam! For more information about an error, try `rustc --explain E0277`. Jul 12 02:09:54.427 INFO kablam! error: Could not compile `pistoncore-input`. Jul 12 02:09:54.428 INFO kablam! warning: build failed, waiting for other jobs to finish... Jul 12 02:09:54.428 INFO kablam! | Jul 12 02:09:54.428 INFO kablam! = note: required by `input::TextEvent::from_text` Jul 12 02:09:54.428 INFO kablam! Jul 12 02:09:54.431 INFO kablam! error: aborting due to previous error Jul 12 02:09:54.432 INFO kablam! Jul 12 02:09:54.432 INFO kablam! For more information about this error, try `rustc --explain E0277`. Jul 12 02:09:54.443 INFO kablam! error: Could not compile `pistoncore-input`. Jul 12 02:09:54.443 INFO kablam! Jul 12 02:09:54.443 INFO kablam! To learn more, run the command again with --verbose. Jul 12 02:09:54.445 INFO kablam! su: No module specific data is present Jul 12 02:09:55.059 INFO running `"docker" "rm" "-f" "19913e6692635c556b694b9a556d131de20d9374329be25a840047cd31052f38"` Jul 12 02:09:55.250 INFO blam! 19913e6692635c556b694b9a556d131de20d9374329be25a840047cd31052f38