Sep 03 19:29:11.478 INFO checking charliesome/giftopia2038 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 03 19:29:11.478 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 03 19:29:11.478 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/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 03 19:29:11.714 INFO blam! c62372549cb0b0bdd68c8aaca4bc984cb1e1dd7b1ff0a313a8f8284f7218c3bd Sep 03 19:29:11.716 INFO running `"docker" "start" "-a" "c62372549cb0b0bdd68c8aaca4bc984cb1e1dd7b1ff0a313a8f8284f7218c3bd"` Sep 03 19:29:12.486 INFO kablam! Compiling num-integer v0.1.38 Sep 03 19:29:12.486 INFO kablam! Checking gif v0.10.0 Sep 03 19:29:12.488 INFO kablam! Compiling sdl2-sys v0.31.0 Sep 03 19:29:13.685 INFO kablam! Checking num-iter v0.1.37 Sep 03 19:29:14.219 INFO kablam! Checking num v0.1.42 Sep 03 19:29:17.472 INFO kablam! Checking sdl2 v0.31.0 Sep 03 19:29:24.704 INFO kablam! Checking giftopia2038 v0.0.0 (file:///source) Sep 03 19:29:25.498 INFO kablam! warning: unused variable: `timer` Sep 03 19:29:25.498 INFO kablam! --> src/main.rs:54:9 Sep 03 19:29:25.498 INFO kablam! | Sep 03 19:29:25.498 INFO kablam! 54 | let timer = sdl.timer().unwrap(); Sep 03 19:29:25.498 INFO kablam! | ^^^^^ help: consider using `_timer` instead Sep 03 19:29:25.498 INFO kablam! | Sep 03 19:29:25.498 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 03 19:29:25.498 INFO kablam! Sep 03 19:29:25.499 INFO kablam! warning: unused variable: `buffer_size` Sep 03 19:29:25.499 INFO kablam! --> src/animation.rs:68:13 Sep 03 19:29:25.499 INFO kablam! | Sep 03 19:29:25.499 INFO kablam! 68 | let buffer_size = gif.buffer_size(); Sep 03 19:29:25.499 INFO kablam! | ^^^^^^^^^^^ help: consider using `_buffer_size` instead Sep 03 19:29:25.499 INFO kablam! Sep 03 19:29:25.536 INFO kablam! warning: unused variable: `timer` Sep 03 19:29:25.536 INFO kablam! --> src/main.rs:54:9 Sep 03 19:29:25.536 INFO kablam! | Sep 03 19:29:25.536 INFO kablam! 54 | let timer = sdl.timer().unwrap(); Sep 03 19:29:25.536 INFO kablam! | ^^^^^ help: consider using `_timer` instead Sep 03 19:29:25.536 INFO kablam! | Sep 03 19:29:25.536 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 03 19:29:25.536 INFO kablam! Sep 03 19:29:25.537 INFO kablam! warning: unused variable: `buffer_size` Sep 03 19:29:25.537 INFO kablam! --> src/animation.rs:68:13 Sep 03 19:29:25.537 INFO kablam! | Sep 03 19:29:25.537 INFO kablam! 68 | let buffer_size = gif.buffer_size(); Sep 03 19:29:25.537 INFO kablam! | ^^^^^^^^^^^ help: consider using `_buffer_size` instead Sep 03 19:29:25.537 INFO kablam! Sep 03 19:29:25.624 INFO kablam! warning: unused `std::result::Result` which must be used Sep 03 19:29:25.624 INFO kablam! --> src/main.rs:82:25 Sep 03 19:29:25.624 INFO kablam! | Sep 03 19:29:25.624 INFO kablam! 82 | canvas.copy(tex, anim.rect, center); Sep 03 19:29:25.624 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 19:29:25.624 INFO kablam! | Sep 03 19:29:25.624 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 03 19:29:25.624 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 03 19:29:25.624 INFO kablam! Sep 03 19:29:25.625 INFO kablam! warning: unused `std::result::Result` which must be used Sep 03 19:29:25.625 INFO kablam! --> src/main.rs:83:25 Sep 03 19:29:25.625 INFO kablam! | Sep 03 19:29:25.625 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 03 19:29:25.625 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 19:29:25.625 INFO kablam! | Sep 03 19:29:25.625 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 03 19:29:25.625 INFO kablam! Sep 03 19:29:25.625 INFO kablam! warning: unused `std::result::Result` which must be used Sep 03 19:29:25.625 INFO kablam! --> src/main.rs:84:25 Sep 03 19:29:25.625 INFO kablam! | Sep 03 19:29:25.626 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 03 19:29:25.626 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 19:29:25.626 INFO kablam! | Sep 03 19:29:25.626 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 03 19:29:25.626 INFO kablam! Sep 03 19:29:25.656 INFO kablam! warning: unused `std::result::Result` which must be used Sep 03 19:29:25.656 INFO kablam! --> src/main.rs:82:25 Sep 03 19:29:25.656 INFO kablam! | Sep 03 19:29:25.656 INFO kablam! 82 | canvas.copy(tex, anim.rect, center); Sep 03 19:29:25.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 19:29:25.656 INFO kablam! | Sep 03 19:29:25.656 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 03 19:29:25.656 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 03 19:29:25.656 INFO kablam! Sep 03 19:29:25.656 INFO kablam! warning: unused `std::result::Result` which must be used Sep 03 19:29:25.656 INFO kablam! --> src/main.rs:83:25 Sep 03 19:29:25.656 INFO kablam! | Sep 03 19:29:25.656 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 03 19:29:25.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 19:29:25.656 INFO kablam! | Sep 03 19:29:25.656 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 03 19:29:25.656 INFO kablam! Sep 03 19:29:25.657 INFO kablam! warning: unused `std::result::Result` which must be used Sep 03 19:29:25.657 INFO kablam! --> src/main.rs:84:25 Sep 03 19:29:25.657 INFO kablam! | Sep 03 19:29:25.657 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 03 19:29:25.657 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 19:29:25.657 INFO kablam! | Sep 03 19:29:25.657 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 03 19:29:25.657 INFO kablam! Sep 03 19:29:25.682 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.26s Sep 03 19:29:25.687 INFO kablam! su: No module specific data is present Sep 03 19:29:26.065 INFO running `"docker" "rm" "-f" "c62372549cb0b0bdd68c8aaca4bc984cb1e1dd7b1ff0a313a8f8284f7218c3bd"` Sep 03 19:29:26.199 INFO blam! c62372549cb0b0bdd68c8aaca4bc984cb1e1dd7b1ff0a313a8f8284f7218c3bd