Sep 17 13:23:20.911 INFO checking charliesome/giftopia2038 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 17 13:23:20.911 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 17 13:23:20.911 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-5/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 13:23:21.324 INFO blam! 9b5b595e542a2c32741e3f133dad0382a75034a290d1b66a616d2d71fe22ff8a Sep 17 13:23:21.326 INFO running `"docker" "start" "-a" "9b5b595e542a2c32741e3f133dad0382a75034a290d1b66a616d2d71fe22ff8a"` Sep 17 13:23:23.134 INFO kablam! usermod: no changes Sep 17 13:23:23.247 INFO kablam! Compiling num-integer v0.1.38 Sep 17 13:23:23.247 INFO kablam! Compiling cfg-if v0.1.3 Sep 17 13:23:23.248 INFO kablam! Checking gif v0.10.0 Sep 17 13:23:23.636 INFO kablam! Compiling sdl2-sys v0.31.0 Sep 17 13:23:25.579 INFO kablam! Checking num-iter v0.1.37 Sep 17 13:23:25.847 INFO kablam! Checking num v0.1.42 Sep 17 13:23:27.964 INFO kablam! Checking sdl2 v0.31.0 Sep 17 13:23:31.514 INFO kablam! Checking giftopia2038 v0.0.0 (/source) Sep 17 13:23:32.071 INFO kablam! warning: unused variable: `timer` Sep 17 13:23:32.071 INFO kablam! --> src/main.rs:54:9 Sep 17 13:23:32.071 INFO kablam! | Sep 17 13:23:32.071 INFO kablam! 54 | let timer = sdl.timer().unwrap(); Sep 17 13:23:32.071 INFO kablam! | ^^^^^ help: consider using `_timer` instead Sep 17 13:23:32.071 INFO kablam! | Sep 17 13:23:32.071 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 17 13:23:32.071 INFO kablam! Sep 17 13:23:32.071 INFO kablam! warning: unused variable: `buffer_size` Sep 17 13:23:32.071 INFO kablam! --> src/animation.rs:68:13 Sep 17 13:23:32.071 INFO kablam! | Sep 17 13:23:32.071 INFO kablam! 68 | let buffer_size = gif.buffer_size(); Sep 17 13:23:32.071 INFO kablam! | ^^^^^^^^^^^ help: consider using `_buffer_size` instead Sep 17 13:23:32.071 INFO kablam! Sep 17 13:23:32.106 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 13:23:32.106 INFO kablam! --> src/main.rs:82:25 Sep 17 13:23:32.106 INFO kablam! | Sep 17 13:23:32.106 INFO kablam! 82 | canvas.copy(tex, anim.rect, center); Sep 17 13:23:32.106 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 13:23:32.106 INFO kablam! | Sep 17 13:23:32.106 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 17 13:23:32.106 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 13:23:32.106 INFO kablam! Sep 17 13:23:32.106 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 13:23:32.106 INFO kablam! --> src/main.rs:83:25 Sep 17 13:23:32.106 INFO kablam! | Sep 17 13:23:32.106 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 17 13:23:32.106 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 13:23:32.106 INFO kablam! | Sep 17 13:23:32.106 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 13:23:32.106 INFO kablam! Sep 17 13:23:32.106 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 13:23:32.106 INFO kablam! --> src/main.rs:84:25 Sep 17 13:23:32.106 INFO kablam! | Sep 17 13:23:32.106 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 17 13:23:32.106 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 13:23:32.106 INFO kablam! | Sep 17 13:23:32.106 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 13:23:32.106 INFO kablam! Sep 17 13:23:32.155 INFO kablam! warning: unused variable: `timer` Sep 17 13:23:32.155 INFO kablam! --> src/main.rs:54:9 Sep 17 13:23:32.155 INFO kablam! | Sep 17 13:23:32.155 INFO kablam! 54 | let timer = sdl.timer().unwrap(); Sep 17 13:23:32.155 INFO kablam! | ^^^^^ help: consider using `_timer` instead Sep 17 13:23:32.155 INFO kablam! | Sep 17 13:23:32.155 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 17 13:23:32.155 INFO kablam! Sep 17 13:23:32.155 INFO kablam! warning: unused variable: `buffer_size` Sep 17 13:23:32.155 INFO kablam! --> src/animation.rs:68:13 Sep 17 13:23:32.155 INFO kablam! | Sep 17 13:23:32.155 INFO kablam! 68 | let buffer_size = gif.buffer_size(); Sep 17 13:23:32.155 INFO kablam! | ^^^^^^^^^^^ help: consider using `_buffer_size` instead Sep 17 13:23:32.155 INFO kablam! Sep 17 13:23:32.168 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 13:23:32.168 INFO kablam! --> src/main.rs:82:25 Sep 17 13:23:32.168 INFO kablam! | Sep 17 13:23:32.168 INFO kablam! 82 | canvas.copy(tex, anim.rect, center); Sep 17 13:23:32.168 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 13:23:32.168 INFO kablam! | Sep 17 13:23:32.168 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 17 13:23:32.168 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 13:23:32.168 INFO kablam! Sep 17 13:23:32.168 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 13:23:32.168 INFO kablam! --> src/main.rs:83:25 Sep 17 13:23:32.168 INFO kablam! | Sep 17 13:23:32.168 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 17 13:23:32.168 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 13:23:32.168 INFO kablam! | Sep 17 13:23:32.168 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 13:23:32.168 INFO kablam! Sep 17 13:23:32.168 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 13:23:32.168 INFO kablam! --> src/main.rs:84:25 Sep 17 13:23:32.168 INFO kablam! | Sep 17 13:23:32.168 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 17 13:23:32.168 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 13:23:32.168 INFO kablam! | Sep 17 13:23:32.168 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 13:23:32.168 INFO kablam! Sep 17 13:23:32.210 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.02s Sep 17 13:23:32.235 INFO kablam! su: No module specific data is present Sep 17 13:23:33.418 INFO running `"docker" "rm" "-f" "9b5b595e542a2c32741e3f133dad0382a75034a290d1b66a616d2d71fe22ff8a"` Sep 17 13:23:33.651 INFO blam! 9b5b595e542a2c32741e3f133dad0382a75034a290d1b66a616d2d71fe22ff8a