[INFO] updating cached repository https://github.com/sinclairzx81/vector-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune", kill_on_drop: false }` [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2c861fa294e026cd725ef2000888f6049150b96a [INFO] documenting sinclairzx81/vector-rs against try#66dfc4e010913fbed0c4ea91fc2c010004b0f441 for pr-73566 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsinclairzx81%2Fvector-rs" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sinclairzx81/vector-rs on toolchain 66dfc4e010913fbed0c4ea91fc2c010004b0f441 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/sinclairzx81/vector-rs [INFO] finished tweaking git repo https://github.com/sinclairzx81/vector-rs [INFO] tweaked toml for git repo https://github.com/sinclairzx81/vector-rs written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/sinclairzx81/vector-rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 4bf8e29ccd94f24a84cec93ccadff3c33c61f7b41ff4e16bbbc48d94faed7abf [INFO] running `Command { std: "docker" "start" "-a" "4bf8e29ccd94f24a84cec93ccadff3c33c61f7b41ff4e16bbbc48d94faed7abf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4bf8e29ccd94f24a84cec93ccadff3c33c61f7b41ff4e16bbbc48d94faed7abf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4bf8e29ccd94f24a84cec93ccadff3c33c61f7b41ff4e16bbbc48d94faed7abf", kill_on_drop: false }` [INFO] [stdout] 4bf8e29ccd94f24a84cec93ccadff3c33c61f7b41ff4e16bbbc48d94faed7abf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 91b8c9a24be67caf30da2e32dfdf262adab7c959a8da6e85ad83ffdbdb186b55 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "91b8c9a24be67caf30da2e32dfdf262adab7c959a8da6e85ad83ffdbdb186b55", kill_on_drop: false }` [INFO] [stderr] Documenting math v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/math/vector2.rs:41:9 [INFO] [stdout] | [INFO] [stdout] 41 | / ((self.x == rhs.x) && [INFO] [stdout] 42 | | (self.y == rhs.y)) [INFO] [stdout] | |___________________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 41 | (self.x == rhs.x) && [INFO] [stdout] 42 | (self.y == rhs.y) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/math/vector2.rs:95:44 [INFO] [stdout] | [INFO] [stdout] 95 | pub fn length_squared (&self) -> f32 { ((self.x * self.x) + (self.y * self.y)) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/math/vector3.rs:118:9 [INFO] [stdout] | [INFO] [stdout] 118 | / ((self.x == other.x) && [INFO] [stdout] 119 | | (self.y == other.y) && [INFO] [stdout] 120 | | (self.z == other.z)) [INFO] [stdout] | |_____________________________^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 118 | (self.x == other.x) && [INFO] [stdout] 119 | (self.y == other.y) && [INFO] [stdout] 120 | (self.z == other.z) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/math/vector3.rs:130:9 [INFO] [stdout] | [INFO] [stdout] 130 | / ((self.x * self.x) + [INFO] [stdout] 131 | | (self.y * self.y) + [INFO] [stdout] 132 | | (self.z * self.z)) [INFO] [stdout] | |___________________________^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 130 | (self.x * self.x) + [INFO] [stdout] 131 | (self.y * self.y) + [INFO] [stdout] 132 | (self.z * self.z) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/math/vector3.rs:220:9 [INFO] [stdout] | [INFO] [stdout] 220 | / (((value1.x * value2.x) + [INFO] [stdout] 221 | | (value1.y * value2.y)) + [INFO] [stdout] 222 | | (value1.z * value2.z)) [INFO] [stdout] | |________________________________^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 220 | ((value1.x * value2.x) + [INFO] [stdout] 221 | (value1.y * value2.y)) + [INFO] [stdout] 222 | (value1.z * value2.z) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/math/matrix.rs:550:9 [INFO] [stdout] | [INFO] [stdout] 550 | / ((((num22 * [INFO] [stdout] 551 | | (((num11 * num18) - (num10 * num17)) + [INFO] [stdout] 552 | | (num9 * num16))) - (num21 * (((num12 * num18) - (num10 * num15)) + [INFO] [stdout] 553 | | (num9 * num14)))) + (num20 * (((num12 * num17) - (num11 * num15)) + [INFO] [stdout] 554 | | (num9 * num13)))) - (num19 * (((num12 * num16) - (num11 * num14)) + [INFO] [stdout] 555 | | (num10 * num13)))) [INFO] [stdout] | |_____________________________^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 550 | (((num22 * [INFO] [stdout] 551 | (((num11 * num18) - (num10 * num17)) + [INFO] [stdout] 552 | (num9 * num16))) - (num21 * (((num12 * num18) - (num10 * num15)) + [INFO] [stdout] 553 | (num9 * num14)))) + (num20 * (((num12 * num17) - (num11 * num15)) + [INFO] [stdout] 554 | (num9 * num13)))) - (num19 * (((num12 * num16) - (num11 * num14)) + [INFO] [stdout] 555 | (num10 * num13))) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `front` should have an upper camel case name [INFO] [stdout] --> src/math/plane.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | front, [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Front` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `back` should have an upper camel case name [INFO] [stdout] --> src/math/plane.rs:39:5 [INFO] [stdout] | [INFO] [stdout] 39 | back, [INFO] [stdout] | ^^^^ help: convert the identifier to upper camel case: `Back` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `intersecting` should have an upper camel case name [INFO] [stdout] --> src/math/plane.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | intersecting [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Intersecting` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/math/plane.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | / ((((plane.a * vector.x) + [INFO] [stdout] 75 | | (plane.b * vector.y)) + [INFO] [stdout] 76 | | (plane.c * vector.z)) + [INFO] [stdout] 77 | | (plane.d * vector.w)) [INFO] [stdout] | |________________________________^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 74 | (((plane.a * vector.x) + [INFO] [stdout] 75 | (plane.b * vector.y)) + [INFO] [stdout] 76 | (plane.c * vector.z)) + [INFO] [stdout] 77 | (plane.d * vector.w) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/math/plane.rs:87:9 [INFO] [stdout] | [INFO] [stdout] 87 | / (((plane.a * vector.x) + [INFO] [stdout] 88 | | (plane.b * vector.y)) + [INFO] [stdout] 89 | | (plane.c * vector.z)) [INFO] [stdout] | |_______________________________^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 87 | ((plane.a * vector.x) + [INFO] [stdout] 88 | (plane.b * vector.y)) + [INFO] [stdout] 89 | (plane.c * vector.z) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.45s [INFO] running `Command { std: "docker" "inspect" "91b8c9a24be67caf30da2e32dfdf262adab7c959a8da6e85ad83ffdbdb186b55", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "91b8c9a24be67caf30da2e32dfdf262adab7c959a8da6e85ad83ffdbdb186b55", kill_on_drop: false }` [INFO] [stdout] 91b8c9a24be67caf30da2e32dfdf262adab7c959a8da6e85ad83ffdbdb186b55