[INFO] cloning repository https://github.com/dlubarov/rust-game [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dlubarov/rust-game" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdlubarov%2Frust-game", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdlubarov%2Frust-game'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1464b8c172c7fa8d2dfccbe3a9f1e121009fbcd7 [INFO] checking dlubarov/rust-game against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdlubarov%2Frust-game" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/dlubarov/rust-game on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/dlubarov/rust-game [INFO] finished tweaking git repo https://github.com/dlubarov/rust-game [INFO] tweaked toml for git repo https://github.com/dlubarov/rust-game written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/dlubarov/rust-game already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f18c7fa2ef7ff40b82e9d0438ce39a41fef259903c0023e843fc17364cfa6cb7 [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" "f18c7fa2ef7ff40b82e9d0438ce39a41fef259903c0023e843fc17364cfa6cb7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f18c7fa2ef7ff40b82e9d0438ce39a41fef259903c0023e843fc17364cfa6cb7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f18c7fa2ef7ff40b82e9d0438ce39a41fef259903c0023e843fc17364cfa6cb7", kill_on_drop: false }` [INFO] [stdout] f18c7fa2ef7ff40b82e9d0438ce39a41fef259903c0023e843fc17364cfa6cb7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "RUSTFLAGS=--cap-lints=forbid" "-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:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 40df25a58ee1854ffce66b4c89168ab9f86c5086167e3d04f5a00b6b5fc8b634 [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" "40df25a58ee1854ffce66b4c89168ab9f86c5086167e3d04f5a00b6b5fc8b634", kill_on_drop: false }` [INFO] [stderr] Compiling bitflags v1.0.3 [INFO] [stderr] Compiling cc v1.0.18 [INFO] [stderr] Checking lazy_static v1.0.2 [INFO] [stderr] Compiling khronos_api v2.2.0 [INFO] [stderr] Compiling cfg-if v0.1.4 [INFO] [stderr] Checking downcast-rs v1.0.3 [INFO] [stderr] Compiling nix v0.11.0 [INFO] [stderr] Checking stable_deref_trait v1.1.0 [INFO] [stderr] Compiling pkg-config v0.3.11 [INFO] [stderr] Checking scopeguard v0.3.3 [INFO] [stderr] Checking smallvec v0.6.2 [INFO] [stderr] Checking byteorder v1.2.3 [INFO] [stderr] Checking percent-encoding v1.0.1 [INFO] [stderr] Checking fnv v1.0.6 [INFO] [stderr] Checking memmap v0.6.2 [INFO] [stderr] Checking log v0.4.3 [INFO] [stderr] Checking rand v0.5.4 [INFO] [stderr] Compiling xml-rs v0.7.0 [INFO] [stderr] Checking owning_ref v0.3.3 [INFO] [stderr] Checking shared_library v0.1.9 [INFO] [stderr] Checking lock_api v0.1.3 [INFO] [stderr] Checking osmesa-sys v0.1.2 [INFO] [stderr] Checking parking_lot_core v0.2.14 [INFO] [stderr] Checking parking_lot v0.6.3 [INFO] [stderr] Compiling x11-dl v2.18.0 [INFO] [stderr] Compiling wayland-scanner v0.20.11 [INFO] [stderr] Compiling gl_generator v0.9.0 [INFO] [stderr] Compiling libloading v0.5.0 [INFO] [stderr] Compiling backtrace-sys v0.1.23 [INFO] [stderr] Checking tempfile v3.0.3 [INFO] [stderr] Checking dlib v0.4.1 [INFO] [stderr] Checking wayland-sys v0.20.11 [INFO] [stderr] Compiling wayland-client v0.20.11 [INFO] [stderr] Compiling wayland-protocols v0.20.11 [INFO] [stderr] Checking wayland-commons v0.20.11 [INFO] [stderr] Compiling glutin v0.17.0 [INFO] [stderr] Compiling glium v0.22.0 [INFO] [stderr] Checking backtrace v0.3.9 [INFO] [stderr] Checking smithay-client-toolkit v0.2.6 [INFO] [stderr] Checking winit v0.16.2 [INFO] [stderr] Checking rustcraft v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/character.rs:4:11 [INFO] [stdout] | [INFO] [stdout] 4 | body: Body, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Body` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `glium::index::*` [INFO] [stdout] --> src/human.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use glium::index::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `vec4::*` [INFO] [stdout] --> src/human.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use vec4::*; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `vertex::*` [INFO] [stdout] --> src/human.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | use vertex::*; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/character.rs:4:11 [INFO] [stdout] | [INFO] [stdout] 4 | body: Body, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Body` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `glium::index::*` [INFO] [stdout] --> src/human.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use glium::index::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `vec4::*` [INFO] [stdout] --> src/human.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use vec4::*; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `vertex::*` [INFO] [stdout] --> src/human.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | use vertex::*; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::f32::consts::PI` [INFO] [stdout] --> src/mat3.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use std::f32::consts::PI; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::f32::consts::PI` [INFO] [stdout] --> src/mat4.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use std::f32::consts::PI; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/vertex.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | implement_vertex!(ColoredVertex, position, normal); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/vertex.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | implement_vertex!(ColoredVertex, position, normal); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/vertex.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | implement_vertex!(ColoredVertex, position, normal); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/vertex.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | implement_vertex!(ColoredVertex, position, normal); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `Character` [INFO] [stdout] --> src/character.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | pub struct Character { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `NECK_LENGTH` [INFO] [stdout] --> src/human.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | const NECK_LENGTH: f32 = 0.2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `TORSO_WIDTH` [INFO] [stdout] --> src/human.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | const TORSO_WIDTH: f32 = 0.3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `UPPER_ARM_LENGTH` [INFO] [stdout] --> src/human.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | const UPPER_ARM_LENGTH: f32 = 0.3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `LOWER_ARM_LENGTH` [INFO] [stdout] --> src/human.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | const LOWER_ARM_LENGTH: f32 = 0.3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `left_shoulder` [INFO] [stdout] --> src/human.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | left_shoulder: Joint, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `right_shoulder` [INFO] [stdout] --> src/human.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | right_shoulder: Joint, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `left_elbow` [INFO] [stdout] --> src/human.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | left_elbow: Joint, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `right_elbow` [INFO] [stdout] --> src/human.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | right_elbow: Joint, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `right_knee` [INFO] [stdout] --> src/human.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | right_knee: Joint, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `right_sacroiliac` [INFO] [stdout] --> src/human.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | right_sacroiliac: Joint, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `stand` [INFO] [stdout] --> src/human.rs:57:12 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn stand(&mut self) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `sit` [INFO] [stdout] --> src/human.rs:60:12 [INFO] [stdout] | [INFO] [stdout] 60 | pub fn sit(&mut self) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `backward` [INFO] [stdout] --> src/human.rs:67:12 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn backward(&mut self) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `right_sacroiliac_transform` [INFO] [stdout] --> src/human.rs:74:8 [INFO] [stdout] | [INFO] [stdout] 74 | fn right_sacroiliac_transform(&self) -> Mat4f { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `right_knee_transform` [INFO] [stdout] --> src/human.rs:85:8 [INFO] [stdout] | [INFO] [stdout] 85 | fn right_knee_transform(&self) -> Mat4f { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `left_shoulder_pos` [INFO] [stdout] --> src/human.rs:89:8 [INFO] [stdout] | [INFO] [stdout] 89 | fn left_shoulder_pos(&self) -> Vec3f { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `right_shoulder_pos` [INFO] [stdout] --> src/human.rs:93:8 [INFO] [stdout] | [INFO] [stdout] 93 | fn right_shoulder_pos(&self) -> Vec3f { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `left_hip_pos` [INFO] [stdout] --> src/human.rs:97:8 [INFO] [stdout] | [INFO] [stdout] 97 | fn left_hip_pos(&self) -> Vec3f { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `right_hip_pos` [INFO] [stdout] --> src/human.rs:101:8 [INFO] [stdout] | [INFO] [stdout] 101 | fn right_hip_pos(&self) -> Vec3f { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `rows` [INFO] [stdout] --> src/mat3.rs:43:12 [INFO] [stdout] | [INFO] [stdout] 43 | pub fn rows(self) -> [[f32; 3]; 3] { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `columns` [INFO] [stdout] --> src/mat3.rs:47:12 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn columns(self) -> [[f32; 3]; 3] { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `rows` [INFO] [stdout] --> src/mat4.rs:58:12 [INFO] [stdout] | [INFO] [stdout] 58 | pub fn rows(self) -> [[f32; 4]; 4] { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant is never used: `UNIT_X` [INFO] [stdout] --> src/vec2.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | pub const UNIT_X: Vec2f = Vec2f { x: 1.0, y: 0.0 }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant is never used: `UNIT_Y` [INFO] [stdout] --> src/vec2.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | pub const UNIT_Y: Vec2f = Vec2f { x: 0.0, y: 1.0 }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant is never used: `ZERO` [INFO] [stdout] --> src/vec3.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | pub const ZERO: Vec3f = Vec3f { x: 0.0, y: 0.0, z: 0.0 }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant is never used: `UNIT_X` [INFO] [stdout] --> src/vec3.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | pub const UNIT_X: Vec3f = Vec3f { x: 1.0, y: 0.0, z: 0.0 }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant is never used: `UNIT_Y` [INFO] [stdout] --> src/vec3.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | pub const UNIT_Y: Vec3f = Vec3f { x: 0.0, y: 1.0, z: 0.0 }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant is never used: `UNIT_Z` [INFO] [stdout] --> src/vec3.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | pub const UNIT_Z: Vec3f = Vec3f { x: 0.0, y: 0.0, z: 1.0 }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `normalized` [INFO] [stdout] --> src/vec3.rs:16:12 [INFO] [stdout] | [INFO] [stdout] 16 | pub fn normalized(self) -> Vec3f { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `norm` [INFO] [stdout] --> src/vec3.rs:21:12 [INFO] [stdout] | [INFO] [stdout] 21 | pub fn norm(self) -> f32 { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `norm_squared` [INFO] [stdout] --> src/vec3.rs:25:8 [INFO] [stdout] | [INFO] [stdout] 25 | fn norm_squared(self) -> f32 { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant is never used: `ZERO` [INFO] [stdout] --> src/vec4.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | pub const ZERO: Vec4f = Vec4f { x: 0.0, y: 0.0, z: 0.0, w: 0.0 }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant is never used: `UNIT_X` [INFO] [stdout] --> src/vec4.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | pub const UNIT_X: Vec4f = Vec4f { x: 1.0, y: 0.0, z: 0.0, w: 0.0 }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant is never used: `UNIT_Y` [INFO] [stdout] --> src/vec4.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | pub const UNIT_Y: Vec4f = Vec4f { x: 0.0, y: 1.0, z: 0.0, w: 0.0 }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant is never used: `UNIT_Z` [INFO] [stdout] --> src/vec4.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | pub const UNIT_Z: Vec4f = Vec4f { x: 0.0, y: 0.0, z: 1.0, w: 0.0 }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant is never used: `UNIT_W` [INFO] [stdout] --> src/vec4.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | pub const UNIT_W: Vec4f = Vec4f { x: 0.0, y: 0.0, z: 0.0, w: 1.0 }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `normalized` [INFO] [stdout] --> src/vec4.rs:18:12 [INFO] [stdout] | [INFO] [stdout] 18 | pub fn normalized(self) -> Vec4f { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `norm` [INFO] [stdout] --> src/vec4.rs:23:12 [INFO] [stdout] | [INFO] [stdout] 23 | pub fn norm(self) -> f32 { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `norm_squared` [INFO] [stdout] --> src/vec4.rs:27:8 [INFO] [stdout] | [INFO] [stdout] 27 | fn norm_squared(self) -> f32 { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/vertex.rs:15:12 [INFO] [stdout] | [INFO] [stdout] 15 | pub fn new(position: Vec3f, normal: Vec3f) -> ColoredVertex { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/human.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/vertex.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `Character` [INFO] [stdout] --> src/character.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | pub struct Character { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `NECK_LENGTH` [INFO] [stdout] --> src/human.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | const NECK_LENGTH: f32 = 0.2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `TORSO_WIDTH` [INFO] [stdout] --> src/human.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | const TORSO_WIDTH: f32 = 0.3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `UPPER_ARM_LENGTH` [INFO] [stdout] --> src/human.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | const UPPER_ARM_LENGTH: f32 = 0.3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `LOWER_ARM_LENGTH` [INFO] [stdout] --> src/human.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | const LOWER_ARM_LENGTH: f32 = 0.3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `left_shoulder` [INFO] [stdout] --> src/human.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | left_shoulder: Joint, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `right_shoulder` [INFO] [stdout] --> src/human.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | right_shoulder: Joint, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `left_elbow` [INFO] [stdout] --> src/human.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | left_elbow: Joint, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `right_elbow` [INFO] [stdout] --> src/human.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | right_elbow: Joint, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 51 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `right_knee` [INFO] [stdout] --> src/human.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | right_knee: Joint, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `right_sacroiliac` [INFO] [stdout] --> src/human.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | right_sacroiliac: Joint, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `stand` [INFO] [stdout] --> src/human.rs:57:12 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn stand(&mut self) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `sit` [INFO] [stdout] --> src/human.rs:60:12 [INFO] [stdout] | [INFO] [stdout] 60 | pub fn sit(&mut self) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `backward` [INFO] [stdout] --> src/human.rs:67:12 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn backward(&mut self) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `right_sacroiliac_transform` [INFO] [stdout] --> src/human.rs:74:8 [INFO] [stdout] | [INFO] [stdout] 74 | fn right_sacroiliac_transform(&self) -> Mat4f { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `right_knee_transform` [INFO] [stdout] --> src/human.rs:85:8 [INFO] [stdout] | [INFO] [stdout] 85 | fn right_knee_transform(&self) -> Mat4f { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `left_shoulder_pos` [INFO] [stdout] --> src/human.rs:89:8 [INFO] [stdout] | [INFO] [stdout] 89 | fn left_shoulder_pos(&self) -> Vec3f { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `right_shoulder_pos` [INFO] [stdout] --> src/human.rs:93:8 [INFO] [stdout] | [INFO] [stdout] 93 | fn right_shoulder_pos(&self) -> Vec3f { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `left_hip_pos` [INFO] [stdout] --> src/human.rs:97:8 [INFO] [stdout] | [INFO] [stdout] 97 | fn left_hip_pos(&self) -> Vec3f { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `right_hip_pos` [INFO] [stdout] --> src/human.rs:101:8 [INFO] [stdout] | [INFO] [stdout] 101 | fn right_hip_pos(&self) -> Vec3f { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `rows` [INFO] [stdout] --> src/mat3.rs:43:12 [INFO] [stdout] | [INFO] [stdout] 43 | pub fn rows(self) -> [[f32; 3]; 3] { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `columns` [INFO] [stdout] --> src/mat3.rs:47:12 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn columns(self) -> [[f32; 3]; 3] { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `rows` [INFO] [stdout] --> src/mat4.rs:58:12 [INFO] [stdout] | [INFO] [stdout] 58 | pub fn rows(self) -> [[f32; 4]; 4] { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant is never used: `UNIT_X` [INFO] [stdout] --> src/vec2.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | pub const UNIT_X: Vec2f = Vec2f { x: 1.0, y: 0.0 }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant is never used: `UNIT_Y` [INFO] [stdout] --> src/vec2.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | pub const UNIT_Y: Vec2f = Vec2f { x: 0.0, y: 1.0 }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant is never used: `ZERO` [INFO] [stdout] --> src/vec3.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | pub const ZERO: Vec3f = Vec3f { x: 0.0, y: 0.0, z: 0.0 }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `normalized` [INFO] [stdout] --> src/vec3.rs:16:12 [INFO] [stdout] | [INFO] [stdout] 16 | pub fn normalized(self) -> Vec3f { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant is never used: `ZERO` [INFO] [stdout] --> src/vec4.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | pub const ZERO: Vec4f = Vec4f { x: 0.0, y: 0.0, z: 0.0, w: 0.0 }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant is never used: `UNIT_W` [INFO] [stdout] --> src/vec4.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | pub const UNIT_W: Vec4f = Vec4f { x: 0.0, y: 0.0, z: 0.0, w: 1.0 }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `normalized` [INFO] [stdout] --> src/vec4.rs:18:12 [INFO] [stdout] | [INFO] [stdout] 18 | pub fn normalized(self) -> Vec4f { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/vertex.rs:15:12 [INFO] [stdout] | [INFO] [stdout] 15 | pub fn new(position: Vec3f, normal: Vec3f) -> ColoredVertex { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/human.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/vertex.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 39 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 49.04s [INFO] running `Command { std: "docker" "inspect" "40df25a58ee1854ffce66b4c89168ab9f86c5086167e3d04f5a00b6b5fc8b634", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "40df25a58ee1854ffce66b4c89168ab9f86c5086167e3d04f5a00b6b5fc8b634", kill_on_drop: false }` [INFO] [stdout] 40df25a58ee1854ffce66b4c89168ab9f86c5086167e3d04f5a00b6b5fc8b634