Oct 26 22:45:08.145 INFO checking poida/howitzer-rs against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 22:45:08.147 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 26 22:45:08.577 INFO blam! 1bf4777cdcbcdac5d7568c70e086aac31a87c403022c91a40c1525456c5551e3 Oct 26 22:45:08.579 INFO running `"docker" "start" "-a" "1bf4777cdcbcdac5d7568c70e086aac31a87c403022c91a40c1525456c5551e3"` Oct 26 22:45:10.284 INFO kablam! usermod: no changes Oct 26 22:45:10.337 INFO kablam! Checking howitzer-rs v0.1.0 (/source) Oct 26 22:45:10.687 INFO kablam! warning: unused variable: `projectile` Oct 26 22:45:10.688 INFO kablam! --> src/main.rs:94:18 Oct 26 22:45:10.688 INFO kablam! | Oct 26 22:45:10.688 INFO kablam! 94 | fn hit(self, projectile: Projectile) -> Tank { Oct 26 22:45:10.688 INFO kablam! | ^^^^^^^^^^ help: consider using `_projectile` instead Oct 26 22:45:10.688 INFO kablam! | Oct 26 22:45:10.688 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 22:45:10.688 INFO kablam! Oct 26 22:45:10.708 INFO kablam! warning: method is never used: `add` Oct 26 22:45:10.708 INFO kablam! --> src/main.rs:10:5 Oct 26 22:45:10.708 INFO kablam! | Oct 26 22:45:10.708 INFO kablam! 10 | fn add(self, v: Vector2d) -> Position2d { Oct 26 22:45:10.708 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:45:10.708 INFO kablam! | Oct 26 22:45:10.708 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 22:45:10.708 INFO kablam! Oct 26 22:45:10.708 INFO kablam! warning: function is never used: `pos2` Oct 26 22:45:10.708 INFO kablam! --> src/main.rs:18:1 Oct 26 22:45:10.708 INFO kablam! | Oct 26 22:45:10.708 INFO kablam! 18 | fn pos2(x: f64, y: f64) -> Position2d { Oct 26 22:45:10.708 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:45:10.708 INFO kablam! Oct 26 22:45:10.708 INFO kablam! warning: function is never used: `vec2` Oct 26 22:45:10.708 INFO kablam! --> src/main.rs:28:1 Oct 26 22:45:10.708 INFO kablam! | Oct 26 22:45:10.708 INFO kablam! 28 | fn vec2(x: f64, y: f64) -> Vector2d { Oct 26 22:45:10.708 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:45:10.708 INFO kablam! Oct 26 22:45:10.708 INFO kablam! warning: method is never used: `add` Oct 26 22:45:10.708 INFO kablam! --> src/main.rs:33:5 Oct 26 22:45:10.708 INFO kablam! | Oct 26 22:45:10.708 INFO kablam! 33 | fn add(self, v: Vector2d) -> Vector2d { Oct 26 22:45:10.708 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:45:10.708 INFO kablam! Oct 26 22:45:10.708 INFO kablam! warning: method is never used: `times` Oct 26 22:45:10.708 INFO kablam! --> src/main.rs:40:5 Oct 26 22:45:10.708 INFO kablam! | Oct 26 22:45:10.708 INFO kablam! 40 | fn times(self, scalar: f64) -> Vector2d { Oct 26 22:45:10.708 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:45:10.708 INFO kablam! Oct 26 22:45:10.708 INFO kablam! warning: method is never used: `update` Oct 26 22:45:10.708 INFO kablam! --> src/main.rs:56:5 Oct 26 22:45:10.708 INFO kablam! | Oct 26 22:45:10.708 INFO kablam! 56 | fn update(self, time_delta_seconds: f64) -> Projectile { Oct 26 22:45:10.708 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:45:10.708 INFO kablam! Oct 26 22:45:10.708 INFO kablam! warning: method is never used: `is_alive` Oct 26 22:45:10.708 INFO kablam! --> src/main.rs:78:5 Oct 26 22:45:10.708 INFO kablam! | Oct 26 22:45:10.708 INFO kablam! 78 | fn is_alive(self) -> bool { Oct 26 22:45:10.708 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:45:10.708 INFO kablam! Oct 26 22:45:10.708 INFO kablam! warning: method is never used: `shoot` Oct 26 22:45:10.708 INFO kablam! --> src/main.rs:82:5 Oct 26 22:45:10.708 INFO kablam! | Oct 26 22:45:10.708 INFO kablam! 82 | fn shoot(self, power: i8) -> Projectile { Oct 26 22:45:10.709 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:45:10.709 INFO kablam! Oct 26 22:45:10.709 INFO kablam! warning: method is never used: `hit` Oct 26 22:45:10.709 INFO kablam! --> src/main.rs:94:5 Oct 26 22:45:10.709 INFO kablam! | Oct 26 22:45:10.709 INFO kablam! 94 | fn hit(self, projectile: Projectile) -> Tank { Oct 26 22:45:10.709 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:45:10.709 INFO kablam! Oct 26 22:45:10.709 INFO kablam! warning: method is never used: `barrel_vector` Oct 26 22:45:10.709 INFO kablam! --> src/main.rs:104:5 Oct 26 22:45:10.709 INFO kablam! | Oct 26 22:45:10.709 INFO kablam! 104 | fn barrel_vector(self) -> Vector2d { Oct 26 22:45:10.709 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:45:10.709 INFO kablam! Oct 26 22:45:10.709 INFO kablam! warning: method is never used: `update` Oct 26 22:45:10.709 INFO kablam! --> src/main.rs:118:5 Oct 26 22:45:10.709 INFO kablam! | Oct 26 22:45:10.709 INFO kablam! 118 | fn update(self, time_delta_seconds: f64) -> World { Oct 26 22:45:10.709 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:45:10.709 INFO kablam! Oct 26 22:45:10.823 INFO kablam! warning: unused variable: `projectile` Oct 26 22:45:10.823 INFO kablam! --> src/main.rs:94:18 Oct 26 22:45:10.824 INFO kablam! | Oct 26 22:45:10.824 INFO kablam! 94 | fn hit(self, projectile: Projectile) -> Tank { Oct 26 22:45:10.824 INFO kablam! | ^^^^^^^^^^ help: consider using `_projectile` instead Oct 26 22:45:10.825 INFO kablam! | Oct 26 22:45:10.825 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 22:45:10.825 INFO kablam! Oct 26 22:45:10.935 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.59s Oct 26 22:45:10.935 INFO kablam! su: No module specific data is present Oct 26 22:45:11.523 INFO running `"docker" "rm" "-f" "1bf4777cdcbcdac5d7568c70e086aac31a87c403022c91a40c1525456c5551e3"` Oct 26 22:45:11.771 INFO blam! 1bf4777cdcbcdac5d7568c70e086aac31a87c403022c91a40c1525456c5551e3