Sep 04 02:50:06.888 INFO checking smithay-client-toolkit-0.2.6 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 02:50:06.888 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 02:50:06.889 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 02:50:07.057 INFO blam! c4a48cb76653ca4bf8dad91816b03501c0f0576321a2e2ea79c68a5ba5df2994 Sep 04 02:50:07.059 INFO running `"docker" "start" "-a" "c4a48cb76653ca4bf8dad91816b03501c0f0576321a2e2ea79c68a5ba5df2994"` Sep 04 02:50:07.689 INFO kablam! Checking smithay-client-toolkit v0.2.6 (file:///source) Sep 04 02:50:10.082 INFO kablam! warning: missing documentation for crate Sep 04 02:50:10.082 INFO kablam! --> src/lib.rs:1:1 Sep 04 02:50:10.082 INFO kablam! | Sep 04 02:50:10.083 INFO kablam! 1 | / #![warn(missing_docs)] Sep 04 02:50:10.083 INFO kablam! 2 | | Sep 04 02:50:10.083 INFO kablam! 3 | | #[macro_use] Sep 04 02:50:10.083 INFO kablam! 4 | | extern crate bitflags; Sep 04 02:50:10.083 INFO kablam! ... | Sep 04 02:50:10.083 INFO kablam! 34 | | Sep 04 02:50:10.083 INFO kablam! 35 | | pub use env::{Environment, Shell}; Sep 04 02:50:10.083 INFO kablam! | |__________________________________^ Sep 04 02:50:10.083 INFO kablam! | Sep 04 02:50:10.083 INFO kablam! note: lint level defined here Sep 04 02:50:10.083 INFO kablam! --> src/lib.rs:1:9 Sep 04 02:50:10.083 INFO kablam! | Sep 04 02:50:10.083 INFO kablam! 1 | #![warn(missing_docs)] Sep 04 02:50:10.083 INFO kablam! | ^^^^^^^^^^^^ Sep 04 02:50:10.083 INFO kablam! Sep 04 02:50:10.530 INFO kablam! warning: missing documentation for a module Sep 04 02:50:10.530 INFO kablam! --> src/lib.rs:31:1 Sep 04 02:50:10.531 INFO kablam! | Sep 04 02:50:10.531 INFO kablam! 31 | pub mod window; Sep 04 02:50:10.531 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 04 02:50:10.531 INFO kablam! Sep 04 02:50:10.538 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:50:10.538 INFO kablam! --> src/window/basic_frame.rs:418:33 Sep 04 02:50:10.539 INFO kablam! | Sep 04 02:50:10.539 INFO kablam! 418 | writer.write_u32::(color); Sep 04 02:50:10.539 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:50:10.539 INFO kablam! | Sep 04 02:50:10.539 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 04 02:50:10.539 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:50:10.539 INFO kablam! Sep 04 02:50:11.997 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:50:11.997 INFO kablam! --> src/window/basic_frame.rs:418:33 Sep 04 02:50:11.997 INFO kablam! | Sep 04 02:50:11.997 INFO kablam! 418 | writer.write_u32::(color); Sep 04 02:50:11.997 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:50:11.998 INFO kablam! | Sep 04 02:50:11.998 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 04 02:50:11.998 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:50:11.998 INFO kablam! Sep 04 02:50:12.697 INFO kablam! warning: unused variable: `states` Sep 04 02:50:12.697 INFO kablam! --> examples/selection.rs:137:48 Sep 04 02:50:12.697 INFO kablam! | Sep 04 02:50:12.697 INFO kablam! 137 | Some(WEvent::Configure { new_size, states }) => { Sep 04 02:50:12.697 INFO kablam! | ^^^^^^ help: try ignoring the field: `states: _` Sep 04 02:50:12.698 INFO kablam! | Sep 04 02:50:12.698 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 04 02:50:12.698 INFO kablam! Sep 04 02:50:12.699 INFO kablam! warning: unused variable: `i` Sep 04 02:50:12.699 INFO kablam! --> examples/selection.rs:179:13 Sep 04 02:50:12.699 INFO kablam! | Sep 04 02:50:12.699 INFO kablam! 179 | for i in 0..(buf_x * buf_y) { Sep 04 02:50:12.699 INFO kablam! | ^ help: consider using `_i` instead Sep 04 02:50:12.699 INFO kablam! Sep 04 02:50:13.178 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.58s Sep 04 02:50:13.185 INFO kablam! su: No module specific data is present Sep 04 02:50:13.613 INFO running `"docker" "rm" "-f" "c4a48cb76653ca4bf8dad91816b03501c0f0576321a2e2ea79c68a5ba5df2994"` Sep 04 02:50:13.742 INFO blam! c4a48cb76653ca4bf8dad91816b03501c0f0576321a2e2ea79c68a5ba5df2994