Oct 13 03:44:24.793 INFO testing poida/howitzer-rs against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 03:44:24.795 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 13 03:44:25.141 INFO blam! 756feea0651d18190a8b78b98bd6d5d3110449e872d02ed27043b9f4bb22634f Oct 13 03:44:25.147 INFO running `"docker" "start" "-a" "756feea0651d18190a8b78b98bd6d5d3110449e872d02ed27043b9f4bb22634f"` Oct 13 03:44:26.150 INFO kablam! usermod: no changes Oct 13 03:44:26.203 INFO kablam! Compiling howitzer-rs v0.1.0 (/source) Oct 13 03:44:26.602 INFO kablam! warning: unused variable: `projectile` Oct 13 03:44:26.603 INFO kablam! --> src/main.rs:94:18 Oct 13 03:44:26.603 INFO kablam! | Oct 13 03:44:26.603 INFO kablam! 94 | fn hit(self, projectile: Projectile) -> Tank { Oct 13 03:44:26.603 INFO kablam! | ^^^^^^^^^^ help: consider using `_projectile` instead Oct 13 03:44:26.604 INFO kablam! | Oct 13 03:44:26.604 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 03:44:26.604 INFO kablam! Oct 13 03:44:26.605 INFO kablam! warning: method is never used: `add` Oct 13 03:44:26.605 INFO kablam! --> src/main.rs:10:5 Oct 13 03:44:26.605 INFO kablam! | Oct 13 03:44:26.605 INFO kablam! 10 | fn add(self, v: Vector2d) -> Position2d { Oct 13 03:44:26.605 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:44:26.606 INFO kablam! | Oct 13 03:44:26.606 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 03:44:26.606 INFO kablam! Oct 13 03:44:26.606 INFO kablam! warning: function is never used: `pos2` Oct 13 03:44:26.607 INFO kablam! --> src/main.rs:18:1 Oct 13 03:44:26.607 INFO kablam! | Oct 13 03:44:26.607 INFO kablam! 18 | fn pos2(x: f64, y: f64) -> Position2d { Oct 13 03:44:26.608 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:44:26.608 INFO kablam! Oct 13 03:44:26.608 INFO kablam! warning: function is never used: `vec2` Oct 13 03:44:26.608 INFO kablam! --> src/main.rs:28:1 Oct 13 03:44:26.609 INFO kablam! | Oct 13 03:44:26.609 INFO kablam! 28 | fn vec2(x: f64, y: f64) -> Vector2d { Oct 13 03:44:26.609 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:44:26.610 INFO kablam! Oct 13 03:44:26.610 INFO kablam! warning: method is never used: `add` Oct 13 03:44:26.610 INFO kablam! --> src/main.rs:33:5 Oct 13 03:44:26.610 INFO kablam! | Oct 13 03:44:26.611 INFO kablam! 33 | fn add(self, v: Vector2d) -> Vector2d { Oct 13 03:44:26.611 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:44:26.611 INFO kablam! Oct 13 03:44:26.612 INFO kablam! warning: method is never used: `times` Oct 13 03:44:26.612 INFO kablam! --> src/main.rs:40:5 Oct 13 03:44:26.612 INFO kablam! | Oct 13 03:44:26.612 INFO kablam! 40 | fn times(self, scalar: f64) -> Vector2d { Oct 13 03:44:26.613 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:44:26.613 INFO kablam! Oct 13 03:44:26.613 INFO kablam! warning: method is never used: `update` Oct 13 03:44:26.614 INFO kablam! --> src/main.rs:56:5 Oct 13 03:44:26.614 INFO kablam! | Oct 13 03:44:26.614 INFO kablam! 56 | fn update(self, time_delta_seconds: f64) -> Projectile { Oct 13 03:44:26.614 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:44:26.615 INFO kablam! Oct 13 03:44:26.615 INFO kablam! warning: method is never used: `is_alive` Oct 13 03:44:26.615 INFO kablam! --> src/main.rs:78:5 Oct 13 03:44:26.615 INFO kablam! | Oct 13 03:44:26.616 INFO kablam! 78 | fn is_alive(self) -> bool { Oct 13 03:44:26.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:44:26.616 INFO kablam! Oct 13 03:44:26.616 INFO kablam! warning: method is never used: `shoot` Oct 13 03:44:26.617 INFO kablam! --> src/main.rs:82:5 Oct 13 03:44:26.617 INFO kablam! | Oct 13 03:44:26.617 INFO kablam! 82 | fn shoot(self, power: i8) -> Projectile { Oct 13 03:44:26.617 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:44:26.618 INFO kablam! Oct 13 03:44:26.618 INFO kablam! warning: method is never used: `hit` Oct 13 03:44:26.618 INFO kablam! --> src/main.rs:94:5 Oct 13 03:44:26.618 INFO kablam! | Oct 13 03:44:26.619 INFO kablam! 94 | fn hit(self, projectile: Projectile) -> Tank { Oct 13 03:44:26.619 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:44:26.619 INFO kablam! Oct 13 03:44:26.619 INFO kablam! warning: method is never used: `barrel_vector` Oct 13 03:44:26.620 INFO kablam! --> src/main.rs:104:5 Oct 13 03:44:26.620 INFO kablam! | Oct 13 03:44:26.620 INFO kablam! 104 | fn barrel_vector(self) -> Vector2d { Oct 13 03:44:26.620 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:44:26.621 INFO kablam! Oct 13 03:44:26.621 INFO kablam! warning: method is never used: `update` Oct 13 03:44:26.621 INFO kablam! --> src/main.rs:118:5 Oct 13 03:44:26.621 INFO kablam! | Oct 13 03:44:26.622 INFO kablam! 118 | fn update(self, time_delta_seconds: f64) -> World { Oct 13 03:44:26.622 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:44:26.622 INFO kablam! Oct 13 03:44:27.077 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.90s Oct 13 03:44:27.080 INFO kablam! su: No module specific data is present Oct 13 03:44:27.580 INFO running `"docker" "rm" "-f" "756feea0651d18190a8b78b98bd6d5d3110449e872d02ed27043b9f4bb22634f"` Oct 13 03:44:27.979 INFO blam! 756feea0651d18190a8b78b98bd6d5d3110449e872d02ed27043b9f4bb22634f Oct 13 03:44:27.991 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 13 03:44:28.558 INFO blam! 30eadfa7e385ea731650b889a80bbabde400f2dc71c438e2dce3dceea343617b Oct 13 03:44:28.558 INFO running `"docker" "start" "-a" "30eadfa7e385ea731650b889a80bbabde400f2dc71c438e2dce3dceea343617b"` Oct 13 03:44:29.591 INFO kablam! usermod: no changes Oct 13 03:44:29.639 INFO kablam! Compiling howitzer-rs v0.1.0 (/source) Oct 13 03:44:30.067 INFO kablam! warning: unused variable: `projectile` Oct 13 03:44:30.067 INFO kablam! --> src/main.rs:94:18 Oct 13 03:44:30.067 INFO kablam! | Oct 13 03:44:30.067 INFO kablam! 94 | fn hit(self, projectile: Projectile) -> Tank { Oct 13 03:44:30.067 INFO kablam! | ^^^^^^^^^^ help: consider using `_projectile` instead Oct 13 03:44:30.067 INFO kablam! | Oct 13 03:44:30.067 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 03:44:30.067 INFO kablam! Oct 13 03:44:31.075 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.45s Oct 13 03:44:31.075 INFO kablam! su: No module specific data is present Oct 13 03:44:31.724 INFO running `"docker" "rm" "-f" "30eadfa7e385ea731650b889a80bbabde400f2dc71c438e2dce3dceea343617b"` Oct 13 03:44:31.964 INFO blam! 30eadfa7e385ea731650b889a80bbabde400f2dc71c438e2dce3dceea343617b