Aug 11 06:18:29.321 INFO checking pistoncore-input-0.20.0 against try#a77dfcc79fe3e7e1a10ae4dccfd4b2e5e0e49195+tmplazy for libc-1 Aug 11 06:18:29.321 INFO running: cargo +a77dfcc79fe3e7e1a10ae4dccfd4b2e5e0e49195-alt check --frozen --all --all-targets Aug 11 06:18:29.321 INFO creating container for: cargo +a77dfcc79fe3e7e1a10ae4dccfd4b2e5e0e49195-alt check --frozen --all --all-targets Aug 11 06:18:29.321 INFO running `"docker" "create" "-v" "/tmp/crater.eartvMaE0Llj:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/libc-1/worker-5/try#a77dfcc79fe3e7e1a10ae4dccfd4b2e5e0e49195+tmplazy:/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" "-v" "/home/ec2-user/crater/./work/local/cargo-home/git:/cargo-home/git:rw,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +a77dfcc79fe3e7e1a10ae4dccfd4b2e5e0e49195-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "crater"` Aug 11 06:18:29.558 INFO blam! cb59d4d059ed97fcad8eff48e3678d020fe77110aa46fd3253909fd52193e414 Aug 11 06:18:29.558 INFO running `"docker" "start" "-a" "cb59d4d059ed97fcad8eff48e3678d020fe77110aa46fd3253909fd52193e414"` Aug 11 06:18:30.976 INFO kablam! Checking pistoncore-input v0.20.0 (file:///source) Aug 11 06:18:43.022 INFO kablam! error[E0277]: the trait bound `input::Input: input::FocusEvent` is not satisfied Aug 11 06:18:43.022 INFO kablam! --> benches/focus.rs:13:46 Aug 11 06:18:43.022 INFO kablam! | Aug 11 06:18:43.022 INFO kablam! 13 | bencher.iter(|| { let _: Option = FocusEvent::from_focused(true, &e); }); Aug 11 06:18:43.022 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::FocusEvent` is not implemented for `input::Input` Aug 11 06:18:43.024 INFO kablam! | Aug 11 06:18:43.024 INFO kablam! = note: required by `input::FocusEvent::from_focused` Aug 11 06:18:43.025 INFO kablam! Aug 11 06:18:43.028 INFO kablam! error: aborting due to previous error Aug 11 06:18:43.035 INFO kablam! Aug 11 06:18:43.037 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 11 06:18:43.056 INFO kablam! error: Could not compile `pistoncore-input`. Aug 11 06:18:43.057 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 11 06:18:43.234 INFO kablam! error[E0277]: the trait bound `input::Input: input::TextEvent` is not satisfied Aug 11 06:18:43.234 INFO kablam! --> benches/text.rs:13:46 Aug 11 06:18:43.234 INFO kablam! | Aug 11 06:18:43.234 INFO kablam! 13 | bencher.iter(|| { let _: Option = TextEvent::from_text("hello", &e); }); Aug 11 06:18:43.234 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `input::TextEvent` is not implemented for `input::Input` Aug 11 06:18:43.236 INFO kablam! | Aug 11 06:18:43.236 INFO kablam! = note: required by `input::TextEvent::from_text` Aug 11 06:18:43.237 INFO kablam! Aug 11 06:18:43.244 INFO kablam! error: aborting due to previous error Aug 11 06:18:43.245 INFO kablam! Aug 11 06:18:43.245 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 11 06:18:43.260 INFO kablam! error: Could not compile `pistoncore-input`. Aug 11 06:18:43.260 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 11 06:18:43.613 INFO kablam! error[E0277]: the trait bound `input::Input: input::CursorEvent` is not satisfied Aug 11 06:18:43.613 INFO kablam! --> benches/cursor.rs:12:46 Aug 11 06:18:43.613 INFO kablam! | Aug 11 06:18:43.613 INFO kablam! 12 | bencher.iter(|| { let _: Option = CursorEvent::from_cursor(true, &e); }); Aug 11 06:18:43.613 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::CursorEvent` is not implemented for `input::Input` Aug 11 06:18:43.613 INFO kablam! | Aug 11 06:18:43.613 INFO kablam! = note: required by `input::CursorEvent::from_cursor` Aug 11 06:18:43.613 INFO kablam! Aug 11 06:18:43.639 INFO kablam! error: aborting due to previous error Aug 11 06:18:43.639 INFO kablam! Aug 11 06:18:43.639 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 11 06:18:43.742 INFO kablam! error: Could not compile `pistoncore-input`. Aug 11 06:18:43.742 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 11 06:18:44.069 INFO kablam! error[E0599]: no variant named `Release` found for type `input::Input` in the current scope Aug 11 06:18:44.070 INFO kablam! --> benches/release.rs:12:13 Aug 11 06:18:44.070 INFO kablam! | Aug 11 06:18:44.070 INFO kablam! 12 | let e = Input::Release(Button::Keyboard(Key::S)); Aug 11 06:18:44.070 INFO kablam! | ^^^^^^^^^^^^^^ variant not found in `input::Input` Aug 11 06:18:44.070 INFO kablam! Aug 11 06:18:44.072 INFO kablam! error[E0277]: the trait bound `input::Input: input::ButtonEvent` is not satisfied Aug 11 06:18:44.072 INFO kablam! --> benches/release.rs:14:46 Aug 11 06:18:44.072 INFO kablam! | Aug 11 06:18:44.072 INFO kablam! 14 | bencher.iter(|| { let _: Option = ReleaseEvent::from_button(button, &e); }); Aug 11 06:18:44.072 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ButtonEvent` is not implemented for `input::Input` Aug 11 06:18:44.072 INFO kablam! | Aug 11 06:18:44.072 INFO kablam! = note: required because of the requirements on the impl of `input::ReleaseEvent` for `input::Input` Aug 11 06:18:44.072 INFO kablam! = note: required by `input::ReleaseEvent::from_button` Aug 11 06:18:44.072 INFO kablam! Aug 11 06:18:44.075 INFO kablam! error: aborting due to 2 previous errors Aug 11 06:18:44.075 INFO kablam! Aug 11 06:18:44.075 INFO kablam! Some errors occurred: E0277, E0599. Aug 11 06:18:44.075 INFO kablam! For more information about an error, try `rustc --explain E0277`. Aug 11 06:18:44.096 INFO kablam! error: Could not compile `pistoncore-input`. Aug 11 06:18:44.096 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 11 06:18:44.112 INFO kablam! error[E0277]: the trait bound `input::Input: input::ControllerAxisEvent` is not satisfied Aug 11 06:18:44.112 INFO kablam! --> benches/controller_axis.rs:17:32 Aug 11 06:18:44.112 INFO kablam! | Aug 11 06:18:44.112 INFO kablam! 17 | let _: Option = ControllerAxisEvent::from_controller_axis_args(ControllerAxisArgs { Aug 11 06:18:44.112 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ControllerAxisEvent` is not implemented for `input::Input` Aug 11 06:18:44.112 INFO kablam! | Aug 11 06:18:44.112 INFO kablam! = note: required by `input::ControllerAxisEvent::from_controller_axis_args` Aug 11 06:18:44.112 INFO kablam! Aug 11 06:18:44.115 INFO kablam! error: aborting due to previous error Aug 11 06:18:44.115 INFO kablam! Aug 11 06:18:44.115 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 11 06:18:44.124 INFO kablam! error: Could not compile `pistoncore-input`. Aug 11 06:18:44.124 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 11 06:18:44.146 INFO kablam! error[E0599]: no variant named `Idle` found for type `input::Input` in the current scope Aug 11 06:18:44.146 INFO kablam! --> benches/idle.rs:12:13 Aug 11 06:18:44.146 INFO kablam! | Aug 11 06:18:44.146 INFO kablam! 12 | let e = Input::Idle(IdleArgs { dt: 1.0 }); Aug 11 06:18:44.146 INFO kablam! | ^^^^^^^^^^^ variant not found in `input::Input` Aug 11 06:18:44.146 INFO kablam! Aug 11 06:18:44.148 INFO kablam! error[E0277]: the trait bound `input::Input: input::IdleEvent` is not satisfied Aug 11 06:18:44.148 INFO kablam! --> benches/idle.rs:14:46 Aug 11 06:18:44.148 INFO kablam! | Aug 11 06:18:44.148 INFO kablam! 14 | bencher.iter(|| { let _: Option = IdleEvent::from_idle_args(&args, &e); }); Aug 11 06:18:44.148 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::IdleEvent` is not implemented for `input::Input` Aug 11 06:18:44.148 INFO kablam! | Aug 11 06:18:44.148 INFO kablam! = note: required by `input::IdleEvent::from_idle_args` Aug 11 06:18:44.148 INFO kablam! Aug 11 06:18:44.152 INFO kablam! error: aborting due to 2 previous errors Aug 11 06:18:44.152 INFO kablam! Aug 11 06:18:44.152 INFO kablam! Some errors occurred: E0277, E0599. Aug 11 06:18:44.152 INFO kablam! For more information about an error, try `rustc --explain E0277`. Aug 11 06:18:44.199 INFO kablam! error: Could not compile `pistoncore-input`. Aug 11 06:18:44.199 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 11 06:18:44.312 INFO kablam! error[E0277]: the trait bound `input::Input: input::ResizeEvent` is not satisfied Aug 11 06:18:44.312 INFO kablam! --> benches/resize.rs:13:46 Aug 11 06:18:44.312 INFO kablam! | Aug 11 06:18:44.312 INFO kablam! 13 | bencher.iter(|| { let _: Option = ResizeEvent::from_width_height(100, 100, &e); }); Aug 11 06:18:44.312 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `input::ResizeEvent` is not implemented for `input::Input` Aug 11 06:18:44.316 INFO kablam! | Aug 11 06:18:44.316 INFO kablam! = note: required by `input::ResizeEvent::from_width_height` Aug 11 06:18:44.316 INFO kablam! Aug 11 06:18:44.320 INFO kablam! error: aborting due to previous error Aug 11 06:18:44.320 INFO kablam! Aug 11 06:18:44.320 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 11 06:18:44.329 INFO kablam! error: Could not compile `pistoncore-input`. Aug 11 06:18:44.329 INFO kablam! Aug 11 06:18:44.329 INFO kablam! To learn more, run the command again with --verbose. Aug 11 06:18:44.331 INFO kablam! su: No module specific data is present Aug 11 06:18:45.316 INFO running `"docker" "rm" "-f" "cb59d4d059ed97fcad8eff48e3678d020fe77110aa46fd3253909fd52193e414"` Aug 11 06:18:45.519 INFO blam! cb59d4d059ed97fcad8eff48e3678d020fe77110aa46fd3253909fd52193e414