Sep 19 16:20:15.167 INFO checking charliesome/giftopia2038 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 16:20:15.167 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 16:20:15.167 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-4/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 16:20:15.443 INFO blam! 65b4787a5def051c5cf12993becd7f86121c4117a9460b04c0cee344f91301df Sep 19 16:20:15.445 INFO running `"docker" "start" "-a" "65b4787a5def051c5cf12993becd7f86121c4117a9460b04c0cee344f91301df"` Sep 19 16:20:16.421 INFO kablam! usermod: no changes Sep 19 16:20:16.528 INFO kablam! Compiling num-integer v0.1.38 Sep 19 16:20:16.528 INFO kablam! Compiling sdl2-sys v0.31.0 Sep 19 16:20:16.528 INFO kablam! Checking gif v0.10.0 Sep 19 16:20:19.928 INFO kablam! Checking num-iter v0.1.37 Sep 19 16:20:20.298 INFO kablam! Checking num v0.1.42 Sep 19 16:20:21.822 INFO kablam! Checking sdl2 v0.31.0 Sep 19 16:20:25.346 INFO kablam! Checking giftopia2038 v0.0.0 (/source) Sep 19 16:20:26.024 INFO kablam! warning: unused variable: `timer` Sep 19 16:20:26.024 INFO kablam! --> src/main.rs:54:9 Sep 19 16:20:26.024 INFO kablam! | Sep 19 16:20:26.024 INFO kablam! 54 | let timer = sdl.timer().unwrap(); Sep 19 16:20:26.024 INFO kablam! | ^^^^^ help: consider using `_timer` instead Sep 19 16:20:26.038 INFO kablam! | Sep 19 16:20:26.038 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 19 16:20:26.038 INFO kablam! Sep 19 16:20:26.039 INFO kablam! warning: unused variable: `buffer_size` Sep 19 16:20:26.039 INFO kablam! --> src/animation.rs:68:13 Sep 19 16:20:26.039 INFO kablam! | Sep 19 16:20:26.039 INFO kablam! 68 | let buffer_size = gif.buffer_size(); Sep 19 16:20:26.039 INFO kablam! | ^^^^^^^^^^^ help: consider using `_buffer_size` instead Sep 19 16:20:26.040 INFO kablam! Sep 19 16:20:26.108 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 16:20:26.108 INFO kablam! --> src/main.rs:82:25 Sep 19 16:20:26.108 INFO kablam! | Sep 19 16:20:26.108 INFO kablam! 82 | canvas.copy(tex, anim.rect, center); Sep 19 16:20:26.109 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 16:20:26.109 INFO kablam! | Sep 19 16:20:26.109 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 19 16:20:26.109 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 16:20:26.109 INFO kablam! Sep 19 16:20:26.110 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 16:20:26.110 INFO kablam! --> src/main.rs:83:25 Sep 19 16:20:26.110 INFO kablam! | Sep 19 16:20:26.110 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 19 16:20:26.110 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 16:20:26.111 INFO kablam! | Sep 19 16:20:26.111 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 16:20:26.111 INFO kablam! Sep 19 16:20:26.111 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 16:20:26.111 INFO kablam! --> src/main.rs:84:25 Sep 19 16:20:26.112 INFO kablam! | Sep 19 16:20:26.112 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 19 16:20:26.112 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 16:20:26.112 INFO kablam! | Sep 19 16:20:26.112 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 16:20:26.113 INFO kablam! Sep 19 16:20:26.153 INFO kablam! warning: unused variable: `timer` Sep 19 16:20:26.153 INFO kablam! --> src/main.rs:54:9 Sep 19 16:20:26.153 INFO kablam! | Sep 19 16:20:26.153 INFO kablam! 54 | let timer = sdl.timer().unwrap(); Sep 19 16:20:26.153 INFO kablam! | ^^^^^ help: consider using `_timer` instead Sep 19 16:20:26.154 INFO kablam! | Sep 19 16:20:26.154 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 19 16:20:26.155 INFO kablam! Sep 19 16:20:26.155 INFO kablam! warning: unused variable: `buffer_size` Sep 19 16:20:26.155 INFO kablam! --> src/animation.rs:68:13 Sep 19 16:20:26.155 INFO kablam! | Sep 19 16:20:26.156 INFO kablam! 68 | let buffer_size = gif.buffer_size(); Sep 19 16:20:26.156 INFO kablam! | ^^^^^^^^^^^ help: consider using `_buffer_size` instead Sep 19 16:20:26.156 INFO kablam! Sep 19 16:20:26.191 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 16:20:26.191 INFO kablam! --> src/main.rs:82:25 Sep 19 16:20:26.192 INFO kablam! | Sep 19 16:20:26.192 INFO kablam! 82 | canvas.copy(tex, anim.rect, center); Sep 19 16:20:26.192 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 16:20:26.192 INFO kablam! | Sep 19 16:20:26.193 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 19 16:20:26.193 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 16:20:26.193 INFO kablam! Sep 19 16:20:26.193 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 16:20:26.193 INFO kablam! --> src/main.rs:83:25 Sep 19 16:20:26.194 INFO kablam! | Sep 19 16:20:26.194 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 19 16:20:26.194 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 16:20:26.194 INFO kablam! | Sep 19 16:20:26.195 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 16:20:26.195 INFO kablam! Sep 19 16:20:26.195 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 16:20:26.195 INFO kablam! --> src/main.rs:84:25 Sep 19 16:20:26.195 INFO kablam! | Sep 19 16:20:26.196 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 19 16:20:26.196 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 16:20:26.196 INFO kablam! | Sep 19 16:20:26.196 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 16:20:26.196 INFO kablam! Sep 19 16:20:26.259 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.81s Sep 19 16:20:26.263 INFO kablam! su: No module specific data is present Sep 19 16:20:28.049 INFO running `"docker" "rm" "-f" "65b4787a5def051c5cf12993becd7f86121c4117a9460b04c0cee344f91301df"` Sep 19 16:20:28.172 INFO blam! 65b4787a5def051c5cf12993becd7f86121c4117a9460b04c0cee344f91301df