Oct 26 22:45:07.526 INFO checking poida/howitzer-rs against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 26 22:45:07.528 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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:07.947 INFO blam! e77c3ff28f4657c808e0cc710d9d1e6cd1040596cd4ea3228f4dfb54d705d3ed Oct 26 22:45:07.963 INFO running `"docker" "start" "-a" "e77c3ff28f4657c808e0cc710d9d1e6cd1040596cd4ea3228f4dfb54d705d3ed"` Oct 26 22:45:09.573 INFO kablam! usermod: no changes Oct 26 22:45:09.620 INFO kablam! Checking howitzer-rs v0.1.0 (/source) Oct 26 22:45:09.935 INFO kablam! warning: unused variable: `projectile` Oct 26 22:45:09.935 INFO kablam! --> src/main.rs:94:18 Oct 26 22:45:09.935 INFO kablam! | Oct 26 22:45:09.935 INFO kablam! 94 | fn hit(self, projectile: Projectile) -> Tank { Oct 26 22:45:09.935 INFO kablam! | ^^^^^^^^^^ help: consider using `_projectile` instead Oct 26 22:45:09.935 INFO kablam! | Oct 26 22:45:09.935 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 22:45:09.935 INFO kablam! Oct 26 22:45:09.951 INFO kablam! warning: method is never used: `add` Oct 26 22:45:09.951 INFO kablam! --> src/main.rs:10:5 Oct 26 22:45:09.951 INFO kablam! | Oct 26 22:45:09.951 INFO kablam! 10 | fn add(self, v: Vector2d) -> Position2d { Oct 26 22:45:09.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:45:09.951 INFO kablam! | Oct 26 22:45:09.951 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 22:45:09.951 INFO kablam! Oct 26 22:45:09.951 INFO kablam! warning: function is never used: `pos2` Oct 26 22:45:09.951 INFO kablam! --> src/main.rs:18:1 Oct 26 22:45:09.951 INFO kablam! | Oct 26 22:45:09.951 INFO kablam! 18 | fn pos2(x: f64, y: f64) -> Position2d { Oct 26 22:45:09.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:45:09.951 INFO kablam! Oct 26 22:45:09.951 INFO kablam! warning: function is never used: `vec2` Oct 26 22:45:09.951 INFO kablam! --> src/main.rs:28:1 Oct 26 22:45:09.951 INFO kablam! | Oct 26 22:45:09.951 INFO kablam! 28 | fn vec2(x: f64, y: f64) -> Vector2d { Oct 26 22:45:09.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:45:09.951 INFO kablam! Oct 26 22:45:09.951 INFO kablam! warning: method is never used: `add` Oct 26 22:45:09.951 INFO kablam! --> src/main.rs:33:5 Oct 26 22:45:09.951 INFO kablam! | Oct 26 22:45:09.951 INFO kablam! 33 | fn add(self, v: Vector2d) -> Vector2d { Oct 26 22:45:09.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:45:09.951 INFO kablam! Oct 26 22:45:09.951 INFO kablam! warning: method is never used: `times` Oct 26 22:45:09.951 INFO kablam! --> src/main.rs:40:5 Oct 26 22:45:09.951 INFO kablam! | Oct 26 22:45:09.951 INFO kablam! 40 | fn times(self, scalar: f64) -> Vector2d { Oct 26 22:45:09.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:45:09.951 INFO kablam! Oct 26 22:45:09.951 INFO kablam! warning: method is never used: `update` Oct 26 22:45:09.951 INFO kablam! --> src/main.rs:56:5 Oct 26 22:45:09.951 INFO kablam! | Oct 26 22:45:09.951 INFO kablam! 56 | fn update(self, time_delta_seconds: f64) -> Projectile { Oct 26 22:45:09.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:45:09.951 INFO kablam! Oct 26 22:45:09.951 INFO kablam! warning: method is never used: `is_alive` Oct 26 22:45:09.951 INFO kablam! --> src/main.rs:78:5 Oct 26 22:45:09.951 INFO kablam! | Oct 26 22:45:09.952 INFO kablam! 78 | fn is_alive(self) -> bool { Oct 26 22:45:09.952 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:45:09.952 INFO kablam! Oct 26 22:45:09.952 INFO kablam! warning: method is never used: `shoot` Oct 26 22:45:09.952 INFO kablam! --> src/main.rs:82:5 Oct 26 22:45:09.952 INFO kablam! | Oct 26 22:45:09.952 INFO kablam! 82 | fn shoot(self, power: i8) -> Projectile { Oct 26 22:45:09.952 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:45:09.952 INFO kablam! Oct 26 22:45:09.952 INFO kablam! warning: method is never used: `hit` Oct 26 22:45:09.952 INFO kablam! --> src/main.rs:94:5 Oct 26 22:45:09.952 INFO kablam! | Oct 26 22:45:09.952 INFO kablam! 94 | fn hit(self, projectile: Projectile) -> Tank { Oct 26 22:45:09.952 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:45:09.952 INFO kablam! Oct 26 22:45:09.952 INFO kablam! warning: method is never used: `barrel_vector` Oct 26 22:45:09.952 INFO kablam! --> src/main.rs:104:5 Oct 26 22:45:09.952 INFO kablam! | Oct 26 22:45:09.952 INFO kablam! 104 | fn barrel_vector(self) -> Vector2d { Oct 26 22:45:09.952 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:45:09.952 INFO kablam! Oct 26 22:45:09.952 INFO kablam! warning: method is never used: `update` Oct 26 22:45:09.952 INFO kablam! --> src/main.rs:118:5 Oct 26 22:45:09.952 INFO kablam! | Oct 26 22:45:09.952 INFO kablam! 118 | fn update(self, time_delta_seconds: f64) -> World { Oct 26 22:45:09.952 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:45:09.952 INFO kablam! Oct 26 22:45:10.133 INFO kablam! warning: unused variable: `projectile` Oct 26 22:45:10.133 INFO kablam! --> src/main.rs:94:18 Oct 26 22:45:10.133 INFO kablam! | Oct 26 22:45:10.133 INFO kablam! 94 | fn hit(self, projectile: Projectile) -> Tank { Oct 26 22:45:10.133 INFO kablam! | ^^^^^^^^^^ help: consider using `_projectile` instead Oct 26 22:45:10.133 INFO kablam! | Oct 26 22:45:10.133 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 22:45:10.133 INFO kablam! Oct 26 22:45:10.207 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.60s Oct 26 22:45:10.207 INFO kablam! su: No module specific data is present Oct 26 22:45:10.863 INFO running `"docker" "rm" "-f" "e77c3ff28f4657c808e0cc710d9d1e6cd1040596cd4ea3228f4dfb54d705d3ed"` Oct 26 22:45:11.167 INFO blam! e77c3ff28f4657c808e0cc710d9d1e6cd1040596cd4ea3228f4dfb54d705d3ed