Oct 12 15:34:11.588 INFO checking poida/howitzer-rs against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 15:34:11.588 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-6/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +4021bd0b3c5815b087d6db10ce461e7e4854ade7-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 12 15:34:11.783 INFO blam! c8fa13023e061e1c3793733b21888991dc31d481bf280433bcb0aaec20f0894e Oct 12 15:34:11.785 INFO running `"docker" "start" "-a" "c8fa13023e061e1c3793733b21888991dc31d481bf280433bcb0aaec20f0894e"` Oct 12 15:34:12.188 INFO kablam! usermod: no changes Oct 12 15:34:12.216 INFO kablam! Checking howitzer-rs v0.1.0 (/source) Oct 12 15:34:12.464 INFO kablam! warning: unused variable: `projectile` Oct 12 15:34:12.464 INFO kablam! --> src/main.rs:94:18 Oct 12 15:34:12.464 INFO kablam! | Oct 12 15:34:12.464 INFO kablam! 94 | fn hit(self, projectile: Projectile) -> Tank { Oct 12 15:34:12.464 INFO kablam! | ^^^^^^^^^^ help: consider using `_projectile` instead Oct 12 15:34:12.464 INFO kablam! | Oct 12 15:34:12.464 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 15:34:12.464 INFO kablam! Oct 12 15:34:12.477 INFO kablam! warning: method is never used: `add` Oct 12 15:34:12.477 INFO kablam! --> src/main.rs:10:5 Oct 12 15:34:12.477 INFO kablam! | Oct 12 15:34:12.477 INFO kablam! 10 | fn add(self, v: Vector2d) -> Position2d { Oct 12 15:34:12.477 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 15:34:12.478 INFO kablam! | Oct 12 15:34:12.478 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 15:34:12.478 INFO kablam! Oct 12 15:34:12.478 INFO kablam! warning: function is never used: `pos2` Oct 12 15:34:12.478 INFO kablam! --> src/main.rs:18:1 Oct 12 15:34:12.478 INFO kablam! | Oct 12 15:34:12.478 INFO kablam! 18 | fn pos2(x: f64, y: f64) -> Position2d { Oct 12 15:34:12.478 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 15:34:12.478 INFO kablam! Oct 12 15:34:12.478 INFO kablam! warning: function is never used: `vec2` Oct 12 15:34:12.478 INFO kablam! --> src/main.rs:28:1 Oct 12 15:34:12.478 INFO kablam! | Oct 12 15:34:12.478 INFO kablam! 28 | fn vec2(x: f64, y: f64) -> Vector2d { Oct 12 15:34:12.478 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 15:34:12.478 INFO kablam! Oct 12 15:34:12.478 INFO kablam! warning: method is never used: `add` Oct 12 15:34:12.478 INFO kablam! --> src/main.rs:33:5 Oct 12 15:34:12.478 INFO kablam! | Oct 12 15:34:12.478 INFO kablam! 33 | fn add(self, v: Vector2d) -> Vector2d { Oct 12 15:34:12.478 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 15:34:12.478 INFO kablam! Oct 12 15:34:12.478 INFO kablam! warning: method is never used: `times` Oct 12 15:34:12.478 INFO kablam! --> src/main.rs:40:5 Oct 12 15:34:12.478 INFO kablam! | Oct 12 15:34:12.478 INFO kablam! 40 | fn times(self, scalar: f64) -> Vector2d { Oct 12 15:34:12.478 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 15:34:12.478 INFO kablam! Oct 12 15:34:12.478 INFO kablam! warning: method is never used: `update` Oct 12 15:34:12.478 INFO kablam! --> src/main.rs:56:5 Oct 12 15:34:12.478 INFO kablam! | Oct 12 15:34:12.478 INFO kablam! 56 | fn update(self, time_delta_seconds: f64) -> Projectile { Oct 12 15:34:12.478 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 15:34:12.478 INFO kablam! Oct 12 15:34:12.478 INFO kablam! warning: method is never used: `is_alive` Oct 12 15:34:12.478 INFO kablam! --> src/main.rs:78:5 Oct 12 15:34:12.478 INFO kablam! | Oct 12 15:34:12.478 INFO kablam! 78 | fn is_alive(self) -> bool { Oct 12 15:34:12.478 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 15:34:12.478 INFO kablam! Oct 12 15:34:12.478 INFO kablam! warning: method is never used: `shoot` Oct 12 15:34:12.478 INFO kablam! --> src/main.rs:82:5 Oct 12 15:34:12.478 INFO kablam! | Oct 12 15:34:12.479 INFO kablam! 82 | fn shoot(self, power: i8) -> Projectile { Oct 12 15:34:12.479 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 15:34:12.479 INFO kablam! Oct 12 15:34:12.479 INFO kablam! warning: method is never used: `hit` Oct 12 15:34:12.479 INFO kablam! --> src/main.rs:94:5 Oct 12 15:34:12.479 INFO kablam! | Oct 12 15:34:12.479 INFO kablam! 94 | fn hit(self, projectile: Projectile) -> Tank { Oct 12 15:34:12.479 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 15:34:12.479 INFO kablam! Oct 12 15:34:12.479 INFO kablam! warning: method is never used: `barrel_vector` Oct 12 15:34:12.479 INFO kablam! --> src/main.rs:104:5 Oct 12 15:34:12.479 INFO kablam! | Oct 12 15:34:12.479 INFO kablam! 104 | fn barrel_vector(self) -> Vector2d { Oct 12 15:34:12.479 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 15:34:12.479 INFO kablam! Oct 12 15:34:12.479 INFO kablam! warning: method is never used: `update` Oct 12 15:34:12.479 INFO kablam! --> src/main.rs:118:5 Oct 12 15:34:12.479 INFO kablam! | Oct 12 15:34:12.479 INFO kablam! 118 | fn update(self, time_delta_seconds: f64) -> World { Oct 12 15:34:12.479 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 15:34:12.479 INFO kablam! Oct 12 15:34:12.548 INFO kablam! warning: unused variable: `projectile` Oct 12 15:34:12.548 INFO kablam! --> src/main.rs:94:18 Oct 12 15:34:12.548 INFO kablam! | Oct 12 15:34:12.548 INFO kablam! 94 | fn hit(self, projectile: Projectile) -> Tank { Oct 12 15:34:12.548 INFO kablam! | ^^^^^^^^^^ help: consider using `_projectile` instead Oct 12 15:34:12.548 INFO kablam! | Oct 12 15:34:12.548 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 15:34:12.548 INFO kablam! Oct 12 15:34:12.608 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.40s Oct 12 15:34:12.608 INFO kablam! su: No module specific data is present Oct 12 15:34:12.846 INFO running `"docker" "rm" "-f" "c8fa13023e061e1c3793733b21888991dc31d481bf280433bcb0aaec20f0894e"` Oct 12 15:34:12.923 INFO blam! c8fa13023e061e1c3793733b21888991dc31d481bf280433bcb0aaec20f0894e