[INFO] cloning 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" "clone" "--bare" "https://github.com/sinclairzx81/vector-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsinclairzx81%2Fvector-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsinclairzx81%2Fvector-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2c861fa294e026cd725ef2000888f6049150b96a [INFO] documenting sinclairzx81/vector-rs against beta-2020-08-29 for beta-1.47-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsinclairzx81%2Fvector-rs" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sinclairzx81/vector-rs on toolchain beta-2020-08-29 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-08-29" "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-9/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" "+beta-2020-08-29" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-08-29" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bc55c7b5edc143a3a7a821d0ce72cb718f6c4c6b0525f5104a6d1946fb1e459d [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" "bc55c7b5edc143a3a7a821d0ce72cb718f6c4c6b0525f5104a6d1946fb1e459d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bc55c7b5edc143a3a7a821d0ce72cb718f6c4c6b0525f5104a6d1946fb1e459d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bc55c7b5edc143a3a7a821d0ce72cb718f6c4c6b0525f5104a6d1946fb1e459d", kill_on_drop: false }` [INFO] [stdout] bc55c7b5edc143a3a7a821d0ce72cb718f6c4c6b0525f5104a6d1946fb1e459d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-08-29" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 45df3ab161710514d6b65ec877c0af0077db186aec656f8441959510b086c913 [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" "45df3ab161710514d6b65ec877c0af0077db186aec656f8441959510b086c913", 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.79s [INFO] running `Command { std: "docker" "inspect" "45df3ab161710514d6b65ec877c0af0077db186aec656f8441959510b086c913", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "45df3ab161710514d6b65ec877c0af0077db186aec656f8441959510b086c913", kill_on_drop: false }` [INFO] [stdout] 45df3ab161710514d6b65ec877c0af0077db186aec656f8441959510b086c913