[INFO] cloning repository https://github.com/luisfos/rust_render [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/luisfos/rust_render" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fluisfos%2Frust_render", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fluisfos%2Frust_render'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 42c8e28e6cd803cb46975603965aa16e7ea7e0a1 [INFO] checking luisfos/rust_render against try#a7a572ce3edd6d476191fbfe92c9c1986e009b34 for pr-87190-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fluisfos%2Frust_render" "/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/luisfos/rust_render on toolchain a7a572ce3edd6d476191fbfe92c9c1986e009b34 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/luisfos/rust_render [INFO] finished tweaking git repo https://github.com/luisfos/rust_render [INFO] tweaked toml for git repo https://github.com/luisfos/rust_render written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/luisfos/rust_render already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "fetch" "--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" "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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 985302e26e968962640c58fa9f7ce7ebf452f84dc2ac91e5d4c15ad04b99f74f [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" "985302e26e968962640c58fa9f7ce7ebf452f84dc2ac91e5d4c15ad04b99f74f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "985302e26e968962640c58fa9f7ce7ebf452f84dc2ac91e5d4c15ad04b99f74f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "985302e26e968962640c58fa9f7ce7ebf452f84dc2ac91e5d4c15ad04b99f74f", kill_on_drop: false }` [INFO] [stdout] 985302e26e968962640c58fa9f7ce7ebf452f84dc2ac91e5d4c15ad04b99f74f [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" "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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 56653b926db965f0da7961d4e55f12ac1f2a99c99861da6a8ad34b593b6cb602 [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" "56653b926db965f0da7961d4e55f12ac1f2a99c99861da6a8ad34b593b6cb602", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] Checking rand_core v0.3.0 [INFO] [stderr] Compiling autocfg v0.1.2 [INFO] [stderr] Compiling libc v0.2.47 [INFO] [stderr] Compiling rand_pcg v0.1.1 [INFO] [stderr] Checking rand_hc v0.1.0 [INFO] [stderr] Checking rand_xorshift v0.1.1 [INFO] [stderr] Checking rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.4 [INFO] [stderr] Checking rand_os v0.1.1 [INFO] [stderr] Checking rust_render v0.1.0 (/tmp/fixit) [INFO] [stderr] Migrating src/lib.rs from 2018 edition to 2021 [INFO] [stderr] Migrating src/main.rs from 2018 edition to 2021 [INFO] [stderr] Fixed src/main.rs (5 fixes) [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/main.rs:70:64 [INFO] [stdout] | [INFO] [stdout] 70 | Err(why) => panic!("Couldn't create {}: {}", display, why.description()), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/main.rs:146:66 [INFO] [stdout] | [INFO] [stdout] 146 | Err(why) => panic!("couldn't write to {}: {}", display, why.description()), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `v` is never read [INFO] [stdout] --> src/main.rs:28:13 [INFO] [stdout] | [INFO] [stdout] 28 | let mut v: Vec3 = Vec3::zero(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `Plane` [INFO] [stdout] --> src/general.rs:80:12 [INFO] [stdout] | [INFO] [stdout] 80 | pub struct Plane{ [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `topLeft` should have a snake case name [INFO] [stdout] --> src/camera.rs:18:2 [INFO] [stdout] | [INFO] [stdout] 18 | topLeft: Vec3, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `top_left` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `topRight` should have a snake case name [INFO] [stdout] --> src/camera.rs:19:2 [INFO] [stdout] | [INFO] [stdout] 19 | topRight: Vec3, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `top_right` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `botLeft` should have a snake case name [INFO] [stdout] --> src/camera.rs:20:2 [INFO] [stdout] | [INFO] [stdout] 20 | botLeft: Vec3, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `bot_left` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `botRight` should have a snake case name [INFO] [stdout] --> src/camera.rs:21:2 [INFO] [stdout] | [INFO] [stdout] 21 | botRight: Vec3, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `bot_right` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `_topLeft` should have a snake case name [INFO] [stdout] --> src/camera.rs:44:7 [INFO] [stdout] | [INFO] [stdout] 44 | let _topLeft: Vec3 = center + up * (height*0.5) - right * (width*0.5); [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `_top_left` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `_topRight` should have a snake case name [INFO] [stdout] --> src/camera.rs:45:7 [INFO] [stdout] | [INFO] [stdout] 45 | let _topRight: Vec3 = center + up * (height*0.5) + right * (width*0.5); [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `_top_right` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `_botLeft` should have a snake case name [INFO] [stdout] --> src/camera.rs:46:7 [INFO] [stdout] | [INFO] [stdout] 46 | let _botLeft: Vec3 = center - up * (height*0.5) - right * (width*0.5); [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `_bot_left` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `_botRight` should have a snake case name [INFO] [stdout] --> src/camera.rs:47:7 [INFO] [stdout] | [INFO] [stdout] 47 | let _botRight: Vec3 = center - up * (height*0.5) + right * (width*0.5); [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `_bot_right` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/main.rs:70:64 [INFO] [stdout] | [INFO] [stdout] 70 | Err(why) => panic!("Couldn't create {}: {}", display, why.description()), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/main.rs:146:66 [INFO] [stdout] | [INFO] [stdout] 146 | Err(why) => panic!("couldn't write to {}: {}", display, why.description()), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `v` is never read [INFO] [stdout] --> src/main.rs:28:13 [INFO] [stdout] | [INFO] [stdout] 28 | let mut v: Vec3 = Vec3::zero(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `Plane` [INFO] [stdout] --> src/general.rs:80:12 [INFO] [stdout] | [INFO] [stdout] 80 | pub struct Plane{ [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `topLeft` should have a snake case name [INFO] [stdout] --> src/camera.rs:18:2 [INFO] [stdout] | [INFO] [stdout] 18 | topLeft: Vec3, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `top_left` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `topRight` should have a snake case name [INFO] [stdout] --> src/camera.rs:19:2 [INFO] [stdout] | [INFO] [stdout] 19 | topRight: Vec3, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `top_right` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `botLeft` should have a snake case name [INFO] [stdout] --> src/camera.rs:20:2 [INFO] [stdout] | [INFO] [stdout] 20 | botLeft: Vec3, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `bot_left` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `botRight` should have a snake case name [INFO] [stdout] --> src/camera.rs:21:2 [INFO] [stdout] | [INFO] [stdout] 21 | botRight: Vec3, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `bot_right` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `_topLeft` should have a snake case name [INFO] [stdout] --> src/camera.rs:44:7 [INFO] [stdout] | [INFO] [stdout] 44 | let _topLeft: Vec3 = center + up * (height*0.5) - right * (width*0.5); [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `_top_left` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `_topRight` should have a snake case name [INFO] [stdout] --> src/camera.rs:45:7 [INFO] [stdout] | [INFO] [stdout] 45 | let _topRight: Vec3 = center + up * (height*0.5) + right * (width*0.5); [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `_top_right` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `_botLeft` should have a snake case name [INFO] [stdout] --> src/camera.rs:46:7 [INFO] [stdout] | [INFO] [stdout] 46 | let _botLeft: Vec3 = center - up * (height*0.5) - right * (width*0.5); [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `_bot_left` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `_botRight` should have a snake case name [INFO] [stdout] --> src/camera.rs:47:7 [INFO] [stdout] | [INFO] [stdout] 47 | let _botRight: Vec3 = center - up * (height*0.5) + right * (width*0.5); [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `_bot_right` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.41s [INFO] [stderr] Running `cargo check` to verify 2021 [INFO] [stderr] Checking rust_render v0.1.0 (/tmp/fixit) [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/main.rs:70:64 [INFO] [stdout] | [INFO] [stdout] 70 | Err(why) => panic!("Couldn't create {}: {}", display, why.description()), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/main.rs:146:66 [INFO] [stdout] | [INFO] [stdout] 146 | Err(why) => panic!("couldn't write to {}: {}", display, why.description()), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/main.rs:70:64 [INFO] [stdout] | [INFO] [stdout] 70 | Err(why) => panic!("Couldn't create {}: {}", display, why.description()), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `v` is never read [INFO] [stdout] --> src/main.rs:28:13 [INFO] [stdout] | [INFO] [stdout] 28 | let mut v: Vec3 = Vec3::zero(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/main.rs:146:66 [INFO] [stdout] | [INFO] [stdout] 146 | Err(why) => panic!("couldn't write to {}: {}", display, why.description()), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `v` is never read [INFO] [stdout] --> src/main.rs:28:13 [INFO] [stdout] | [INFO] [stdout] 28 | let mut v: Vec3 = Vec3::zero(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `Plane` [INFO] [stdout] --> src/general.rs:80:12 [INFO] [stdout] | [INFO] [stdout] 80 | pub struct Plane{ [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `topLeft` should have a snake case name [INFO] [stdout] --> src/camera.rs:18:2 [INFO] [stdout] | [INFO] [stdout] 18 | topLeft: Vec3, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `top_left` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `topRight` should have a snake case name [INFO] [stdout] --> src/camera.rs:19:2 [INFO] [stdout] | [INFO] [stdout] 19 | topRight: Vec3, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `top_right` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `botLeft` should have a snake case name [INFO] [stdout] --> src/camera.rs:20:2 [INFO] [stdout] | [INFO] [stdout] 20 | botLeft: Vec3, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `bot_left` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `botRight` should have a snake case name [INFO] [stdout] --> src/camera.rs:21:2 [INFO] [stdout] | [INFO] [stdout] 21 | botRight: Vec3, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `bot_right` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `_topLeft` should have a snake case name [INFO] [stdout] --> src/camera.rs:44:7 [INFO] [stdout] | [INFO] [stdout] 44 | let _topLeft: Vec3 = center + up * (height*0.5) - right * (width*0.5); [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `_top_left` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `_topRight` should have a snake case name [INFO] [stdout] --> src/camera.rs:45:7 [INFO] [stdout] | [INFO] [stdout] 45 | let _topRight: Vec3 = center + up * (height*0.5) + right * (width*0.5); [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `_top_right` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `_botLeft` should have a snake case name [INFO] [stdout] --> src/camera.rs:46:7 [INFO] [stdout] | [INFO] [stdout] 46 | let _botLeft: Vec3 = center - up * (height*0.5) - right * (width*0.5); [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `_bot_left` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `_botRight` should have a snake case name [INFO] [stdout] --> src/camera.rs:47:7 [INFO] [stdout] | [INFO] [stdout] 47 | let _botRight: Vec3 = center - up * (height*0.5) + right * (width*0.5); [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `_bot_right` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `Plane` [INFO] [stdout] --> src/general.rs:80:12 [INFO] [stdout] | [INFO] [stdout] 80 | pub struct Plane{ [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `topLeft` should have a snake case name [INFO] [stdout] --> src/camera.rs:18:2 [INFO] [stdout] | [INFO] [stdout] 18 | topLeft: Vec3, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `top_left` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `topRight` should have a snake case name [INFO] [stdout] --> src/camera.rs:19:2 [INFO] [stdout] | [INFO] [stdout] 19 | topRight: Vec3, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `top_right` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `botLeft` should have a snake case name [INFO] [stdout] --> src/camera.rs:20:2 [INFO] [stdout] | [INFO] [stdout] 20 | botLeft: Vec3, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `bot_left` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `botRight` should have a snake case name [INFO] [stdout] --> src/camera.rs:21:2 [INFO] [stdout] | [INFO] [stdout] 21 | botRight: Vec3, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `bot_right` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `_topLeft` should have a snake case name [INFO] [stdout] --> src/camera.rs:44:7 [INFO] [stdout] | [INFO] [stdout] 44 | let _topLeft: Vec3 = center + up * (height*0.5) - right * (width*0.5); [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `_top_left` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `_topRight` should have a snake case name [INFO] [stdout] --> src/camera.rs:45:7 [INFO] [stdout] | [INFO] [stdout] 45 | let _topRight: Vec3 = center + up * (height*0.5) + right * (width*0.5); [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `_top_right` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `_botLeft` should have a snake case name [INFO] [stdout] --> src/camera.rs:46:7 [INFO] [stdout] | [INFO] [stdout] 46 | let _botLeft: Vec3 = center - up * (height*0.5) - right * (width*0.5); [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `_bot_left` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `_botRight` should have a snake case name [INFO] [stdout] --> src/camera.rs:47:7 [INFO] [stdout] | [INFO] [stdout] 47 | let _botRight: Vec3 = center - up * (height*0.5) + right * (width*0.5); [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `_bot_right` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.04s [INFO] running `Command { std: "docker" "inspect" "56653b926db965f0da7961d4e55f12ac1f2a99c99861da6a8ad34b593b6cb602", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "56653b926db965f0da7961d4e55f12ac1f2a99c99861da6a8ad34b593b6cb602", kill_on_drop: false }` [INFO] [stdout] 56653b926db965f0da7961d4e55f12ac1f2a99c99861da6a8ad34b593b6cb602