Sep 10 04:42:20.837 INFO checking charliesome/giftopia2038 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 04:42:20.837 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 04:42:20.837 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-2/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 04:42:21.083 INFO blam! f6b9f135c84677c2a3dc7aa88755b31d4565160b43c34f0fe72048b8f0d78b6a Sep 10 04:42:21.095 INFO running `"docker" "start" "-a" "f6b9f135c84677c2a3dc7aa88755b31d4565160b43c34f0fe72048b8f0d78b6a"` Sep 10 04:42:22.153 INFO kablam! usermod: no changes Sep 10 04:42:22.246 INFO kablam! Compiling num-traits v0.2.4 Sep 10 04:42:22.246 INFO kablam! Compiling num-integer v0.1.38 Sep 10 04:42:22.246 INFO kablam! Compiling cfg-if v0.1.3 Sep 10 04:42:22.246 INFO kablam! Checking gif v0.10.0 Sep 10 04:42:22.456 INFO kablam! Compiling sdl2-sys v0.31.0 Sep 10 04:42:27.527 INFO kablam! Checking num-iter v0.1.37 Sep 10 04:42:27.864 INFO kablam! Checking num v0.1.42 Sep 10 04:42:33.235 INFO kablam! Checking sdl2 v0.31.0 Sep 10 04:42:36.916 INFO kablam! Checking giftopia2038 v0.0.0 (file:///source) Sep 10 04:42:37.843 INFO kablam! warning: unused variable: `timer` Sep 10 04:42:37.843 INFO kablam! --> src/main.rs:54:9 Sep 10 04:42:37.843 INFO kablam! | Sep 10 04:42:37.843 INFO kablam! 54 | let timer = sdl.timer().unwrap(); Sep 10 04:42:37.843 INFO kablam! | ^^^^^ help: consider using `_timer` instead Sep 10 04:42:37.858 INFO kablam! | Sep 10 04:42:37.858 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 10 04:42:37.858 INFO kablam! Sep 10 04:42:37.858 INFO kablam! warning: unused variable: `buffer_size` Sep 10 04:42:37.858 INFO kablam! --> src/animation.rs:68:13 Sep 10 04:42:37.858 INFO kablam! | Sep 10 04:42:37.858 INFO kablam! 68 | let buffer_size = gif.buffer_size(); Sep 10 04:42:37.858 INFO kablam! | ^^^^^^^^^^^ help: consider using `_buffer_size` instead Sep 10 04:42:37.858 INFO kablam! Sep 10 04:42:37.877 INFO kablam! warning: unused variable: `timer` Sep 10 04:42:37.877 INFO kablam! --> src/main.rs:54:9 Sep 10 04:42:37.877 INFO kablam! | Sep 10 04:42:37.877 INFO kablam! 54 | let timer = sdl.timer().unwrap(); Sep 10 04:42:37.877 INFO kablam! | ^^^^^ help: consider using `_timer` instead Sep 10 04:42:37.877 INFO kablam! | Sep 10 04:42:37.877 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 10 04:42:37.877 INFO kablam! Sep 10 04:42:37.878 INFO kablam! warning: unused variable: `buffer_size` Sep 10 04:42:37.878 INFO kablam! --> src/animation.rs:68:13 Sep 10 04:42:37.878 INFO kablam! | Sep 10 04:42:37.878 INFO kablam! 68 | let buffer_size = gif.buffer_size(); Sep 10 04:42:37.878 INFO kablam! | ^^^^^^^^^^^ help: consider using `_buffer_size` instead Sep 10 04:42:37.878 INFO kablam! Sep 10 04:42:37.921 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 04:42:37.921 INFO kablam! --> src/main.rs:82:25 Sep 10 04:42:37.921 INFO kablam! | Sep 10 04:42:37.922 INFO kablam! 82 | canvas.copy(tex, anim.rect, center); Sep 10 04:42:37.922 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 04:42:37.926 INFO kablam! | Sep 10 04:42:37.926 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 10 04:42:37.926 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 04:42:37.926 INFO kablam! Sep 10 04:42:37.926 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 04:42:37.926 INFO kablam! --> src/main.rs:83:25 Sep 10 04:42:37.926 INFO kablam! | Sep 10 04:42:37.926 INFO kablam! 83 | canvas.copy(tex_flip, anim.rect, { let mut r = center.clone(); let x = r.x() - center.width() as i32; r.set_x(x); r }); Sep 10 04:42:37.926 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 04:42:37.926 INFO kablam! | Sep 10 04:42:37.927 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 04:42:37.927 INFO kablam! Sep 10 04:42:37.927 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 04:42:37.927 INFO kablam! --> src/main.rs:84:25 Sep 10 04:42:37.927 INFO kablam! | Sep 10 04:42:37.927 INFO kablam! 84 | canvas.copy(tex_flip, anim.rect, { let mut r = center.clone(); let x = r.x() + center.width() as i32; r.set_x(x); r }); Sep 10 04:42:37.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 04:42:37.927 INFO kablam! | Sep 10 04:42:37.927 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 04:42:37.927 INFO kablam! Sep 10 04:42:37.933 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 04:42:37.933 INFO kablam! --> src/main.rs:82:25 Sep 10 04:42:37.933 INFO kablam! | Sep 10 04:42:37.933 INFO kablam! 82 | canvas.copy(tex, anim.rect, center); Sep 10 04:42:37.933 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 04:42:37.933 INFO kablam! | Sep 10 04:42:37.942 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 10 04:42:37.942 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 04:42:37.942 INFO kablam! Sep 10 04:42:37.942 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 04:42:37.943 INFO kablam! --> src/main.rs:83:25 Sep 10 04:42:37.943 INFO kablam! | Sep 10 04:42:37.943 INFO kablam! 83 | canvas.copy(tex_flip, anim.rect, { let mut r = center.clone(); let x = r.x() - center.width() as i32; r.set_x(x); r }); Sep 10 04:42:37.943 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 04:42:37.943 INFO kablam! | Sep 10 04:42:37.943 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 04:42:37.943 INFO kablam! Sep 10 04:42:37.943 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 04:42:37.943 INFO kablam! --> src/main.rs:84:25 Sep 10 04:42:37.943 INFO kablam! | Sep 10 04:42:37.943 INFO kablam! 84 | canvas.copy(tex_flip, anim.rect, { let mut r = center.clone(); let x = r.x() + center.width() as i32; r.set_x(x); r }); Sep 10 04:42:37.943 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 04:42:37.943 INFO kablam! | Sep 10 04:42:37.943 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 04:42:37.943 INFO kablam! Sep 10 04:42:37.996 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 15.81s Sep 10 04:42:38.001 INFO kablam! su: No module specific data is present Sep 10 04:42:39.220 INFO running `"docker" "rm" "-f" "f6b9f135c84677c2a3dc7aa88755b31d4565160b43c34f0fe72048b8f0d78b6a"` Sep 10 04:42:39.339 INFO blam! f6b9f135c84677c2a3dc7aa88755b31d4565160b43c34f0fe72048b8f0d78b6a