Sep 10 12:56:55.848 INFO checking pistoncore-input-0.21.0 against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 12:56:55.848 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 12:56:55.848 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-5/try#3a2610c2a16575649896925631bf8cec4f4b1961:/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=1000" "-e" "CMD=cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 12:56:56.066 INFO blam! 2f13b8ac73e152287d04dced93a896d3c6565144690352a150f21ff0bf2a61af Sep 10 12:56:56.069 INFO running `"docker" "start" "-a" "2f13b8ac73e152287d04dced93a896d3c6565144690352a150f21ff0bf2a61af"` Sep 10 12:56:56.995 INFO kablam! usermod: no changes Sep 10 12:56:57.142 INFO kablam! Checking pistoncore-input v0.21.0 (file:///source) Sep 10 12:57:05.939 INFO kablam! error[E0277]: the trait bound `input::Input: input::ControllerAxisEvent` is not satisfied Sep 10 12:57:05.940 INFO kablam! --> benches/controller_axis.rs:17:32 Sep 10 12:57:05.940 INFO kablam! | Sep 10 12:57:05.940 INFO kablam! 17 | let _: Option = ControllerAxisEvent::from_controller_axis_args(ControllerAxisArgs { Sep 10 12:57:05.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ControllerAxisEvent` is not implemented for `input::Input` Sep 10 12:57:05.940 INFO kablam! | Sep 10 12:57:05.940 INFO kablam! = note: required by `input::ControllerAxisEvent::from_controller_axis_args` Sep 10 12:57:05.940 INFO kablam! Sep 10 12:57:05.970 INFO kablam! error: aborting due to previous error Sep 10 12:57:05.970 INFO kablam! Sep 10 12:57:05.970 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 10 12:57:06.038 INFO kablam! error: Could not compile `pistoncore-input`. Sep 10 12:57:06.038 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 12:57:06.242 INFO kablam! error[E0277]: the trait bound `input::Input: input::ResizeEvent` is not satisfied Sep 10 12:57:06.242 INFO kablam! --> benches/resize.rs:13:46 Sep 10 12:57:06.242 INFO kablam! | Sep 10 12:57:06.242 INFO kablam! 13 | bencher.iter(|| { let _: Option = ResizeEvent::from_width_height(100, 100, &e); }); Sep 10 12:57:06.242 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ResizeEvent` is not implemented for `input::Input` Sep 10 12:57:06.242 INFO kablam! | Sep 10 12:57:06.242 INFO kablam! = note: required by `input::ResizeEvent::from_width_height` Sep 10 12:57:06.242 INFO kablam! Sep 10 12:57:06.262 INFO kablam! error[E0599]: no variant named `Update` found for type `input::Input` in the current scope Sep 10 12:57:06.262 INFO kablam! --> benches/update.rs:12:13 Sep 10 12:57:06.262 INFO kablam! | Sep 10 12:57:06.262 INFO kablam! 12 | let e = Input::Update(UpdateArgs { dt: 0.0 }); Sep 10 12:57:06.262 INFO kablam! | ^^^^^^^^^^^^^ variant not found in `input::Input` Sep 10 12:57:06.262 INFO kablam! Sep 10 12:57:06.276 INFO kablam! error: aborting due to previous error Sep 10 12:57:06.276 INFO kablam! Sep 10 12:57:06.276 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 10 12:57:06.287 INFO kablam! error[E0277]: the trait bound `input::Input: input::UpdateEvent` is not satisfied Sep 10 12:57:06.287 INFO kablam! --> benches/update.rs:14:46 Sep 10 12:57:06.287 INFO kablam! | Sep 10 12:57:06.287 INFO kablam! 14 | bencher.iter(|| { let _: Option = UpdateEvent::from_update_args(&args, &e); }); Sep 10 12:57:06.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::UpdateEvent` is not implemented for `input::Input` Sep 10 12:57:06.287 INFO kablam! | Sep 10 12:57:06.287 INFO kablam! = note: required by `input::UpdateEvent::from_update_args` Sep 10 12:57:06.287 INFO kablam! Sep 10 12:57:06.318 INFO kablam! error: aborting due to 2 previous errors Sep 10 12:57:06.318 INFO kablam! Sep 10 12:57:06.318 INFO kablam! Some errors occurred: E0277, E0599. Sep 10 12:57:06.318 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 10 12:57:06.335 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseCursorEvent` is not satisfied Sep 10 12:57:06.335 INFO kablam! --> benches/mouse.rs:13:46 Sep 10 12:57:06.335 INFO kablam! | Sep 10 12:57:06.335 INFO kablam! 13 | bencher.iter(|| { let _: Option = MouseCursorEvent::from_xy(1.0, 0.0, &e); }); Sep 10 12:57:06.335 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseCursorEvent` is not implemented for `input::Input` Sep 10 12:57:06.335 INFO kablam! | Sep 10 12:57:06.335 INFO kablam! = note: required by `input::MouseCursorEvent::from_xy` Sep 10 12:57:06.335 INFO kablam! Sep 10 12:57:06.336 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseRelativeEvent` is not satisfied Sep 10 12:57:06.336 INFO kablam! --> benches/mouse.rs:19:46 Sep 10 12:57:06.336 INFO kablam! | Sep 10 12:57:06.336 INFO kablam! 19 | bencher.iter(|| { let _: Option = MouseRelativeEvent::from_xy(1.0, 0.0, &e); }); Sep 10 12:57:06.336 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseRelativeEvent` is not implemented for `input::Input` Sep 10 12:57:06.336 INFO kablam! | Sep 10 12:57:06.336 INFO kablam! = note: required by `input::MouseRelativeEvent::from_xy` Sep 10 12:57:06.336 INFO kablam! Sep 10 12:57:06.336 INFO kablam! error[E0277]: the trait bound `input::Input: input::MouseScrollEvent` is not satisfied Sep 10 12:57:06.336 INFO kablam! --> benches/mouse.rs:25:46 Sep 10 12:57:06.336 INFO kablam! | Sep 10 12:57:06.336 INFO kablam! 25 | bencher.iter(|| { let _: Option = MouseScrollEvent::from_xy(1.0, 0.0, &e); }); Sep 10 12:57:06.336 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::MouseScrollEvent` is not implemented for `input::Input` Sep 10 12:57:06.336 INFO kablam! | Sep 10 12:57:06.337 INFO kablam! = note: required by `input::MouseScrollEvent::from_xy` Sep 10 12:57:06.337 INFO kablam! Sep 10 12:57:06.354 INFO kablam! error: Could not compile `pistoncore-input`. Sep 10 12:57:06.354 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 12:57:06.370 INFO kablam! error: Could not compile `pistoncore-input`. Sep 10 12:57:06.370 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 12:57:06.371 INFO kablam! error: aborting due to 3 previous errors Sep 10 12:57:06.371 INFO kablam! Sep 10 12:57:06.371 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 10 12:57:06.382 INFO kablam! error: Could not compile `pistoncore-input`. Sep 10 12:57:06.382 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 12:57:06.463 INFO kablam! error[E0599]: no variant named `AfterRender` found for type `input::Input` in the current scope Sep 10 12:57:06.463 INFO kablam! --> benches/after_render.rs:12:13 Sep 10 12:57:06.463 INFO kablam! | Sep 10 12:57:06.463 INFO kablam! 12 | let e = Input::AfterRender(AfterRenderArgs); Sep 10 12:57:06.463 INFO kablam! | ^^^^^^^^^^^^^^^^^^ variant not found in `input::Input` Sep 10 12:57:06.463 INFO kablam! Sep 10 12:57:06.463 INFO kablam! error[E0277]: the trait bound `input::Input: input::AfterRenderEvent` is not satisfied Sep 10 12:57:06.463 INFO kablam! --> benches/after_render.rs:15:32 Sep 10 12:57:06.463 INFO kablam! | Sep 10 12:57:06.463 INFO kablam! 15 | let _: Option = AfterRenderEvent::from_after_render_args(&args, &e); Sep 10 12:57:06.463 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::AfterRenderEvent` is not implemented for `input::Input` Sep 10 12:57:06.463 INFO kablam! | Sep 10 12:57:06.463 INFO kablam! = note: required by `input::AfterRenderEvent::from_after_render_args` Sep 10 12:57:06.463 INFO kablam! Sep 10 12:57:06.496 INFO kablam! error[E0277]: the trait bound `input::Input: input::TextEvent` is not satisfied Sep 10 12:57:06.496 INFO kablam! --> benches/text.rs:13:46 Sep 10 12:57:06.496 INFO kablam! | Sep 10 12:57:06.496 INFO kablam! 13 | bencher.iter(|| { let _: Option = TextEvent::from_text("hello", &e); }); Sep 10 12:57:06.496 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `input::TextEvent` is not implemented for `input::Input` Sep 10 12:57:06.496 INFO kablam! | Sep 10 12:57:06.496 INFO kablam! = note: required by `input::TextEvent::from_text` Sep 10 12:57:06.496 INFO kablam! Sep 10 12:57:06.498 INFO kablam! error: aborting due to previous error Sep 10 12:57:06.498 INFO kablam! Sep 10 12:57:06.498 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 10 12:57:06.502 INFO kablam! error: aborting due to 2 previous errors Sep 10 12:57:06.502 INFO kablam! Sep 10 12:57:06.502 INFO kablam! Some errors occurred: E0277, E0599. Sep 10 12:57:06.502 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 10 12:57:06.510 INFO kablam! error: Could not compile `pistoncore-input`. Sep 10 12:57:06.511 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 12:57:06.525 INFO kablam! error: Could not compile `pistoncore-input`. Sep 10 12:57:06.525 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 12:57:06.536 INFO kablam! error[E0599]: no variant named `Idle` found for type `input::Input` in the current scope Sep 10 12:57:06.536 INFO kablam! --> benches/idle.rs:12:13 Sep 10 12:57:06.536 INFO kablam! | Sep 10 12:57:06.536 INFO kablam! 12 | let e = Input::Idle(IdleArgs { dt: 1.0 }); Sep 10 12:57:06.536 INFO kablam! | ^^^^^^^^^^^ variant not found in `input::Input` Sep 10 12:57:06.536 INFO kablam! Sep 10 12:57:06.537 INFO kablam! error[E0277]: the trait bound `input::Input: input::IdleEvent` is not satisfied Sep 10 12:57:06.537 INFO kablam! --> benches/idle.rs:14:46 Sep 10 12:57:06.537 INFO kablam! | Sep 10 12:57:06.537 INFO kablam! 14 | bencher.iter(|| { let _: Option = IdleEvent::from_idle_args(&args, &e); }); Sep 10 12:57:06.537 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::IdleEvent` is not implemented for `input::Input` Sep 10 12:57:06.537 INFO kablam! | Sep 10 12:57:06.538 INFO kablam! = note: required by `input::IdleEvent::from_idle_args` Sep 10 12:57:06.538 INFO kablam! Sep 10 12:57:06.541 INFO kablam! error: aborting due to 2 previous errors Sep 10 12:57:06.541 INFO kablam! Sep 10 12:57:06.541 INFO kablam! Some errors occurred: E0277, E0599. Sep 10 12:57:06.541 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 10 12:57:06.554 INFO kablam! error: Could not compile `pistoncore-input`. Sep 10 12:57:06.555 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 12:57:06.668 INFO kablam! error: build failed Sep 10 12:57:06.670 INFO kablam! su: No module specific data is present Sep 10 12:57:07.991 INFO running `"docker" "rm" "-f" "2f13b8ac73e152287d04dced93a896d3c6565144690352a150f21ff0bf2a61af"` Sep 10 12:57:08.087 INFO blam! 2f13b8ac73e152287d04dced93a896d3c6565144690352a150f21ff0bf2a61af