[INFO] updating cached repository https://github.com/Yummot/tinyrenderer
[INFO] running `"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"`
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] df83da3409176ef76e56b58ffe70bba9eccb0e21
[INFO] checking Yummot/tinyrenderer against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYummot%2Ftinyrenderer" "/workspace/builds/worker-7/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'...
[INFO] [stderr] done.
[INFO] [stderr] Checking out files:  85% (36/42)   
Checking out files:  88% (37/42)   
Checking out files:  90% (38/42)   
Checking out files:  92% (39/42)   
Checking out files:  95% (40/42)   
Checking out files:  97% (41/42)   
Checking out files: 100% (42/42)   
Checking out files: 100% (42/42), done.
[INFO] validating manifest of git repo https://github.com/Yummot/tinyrenderer on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/Yummot/tinyrenderer
[INFO] finished tweaking git repo https://github.com/Yummot/tinyrenderer
[INFO] tweaked toml for git repo https://github.com/Yummot/tinyrenderer written to /workspace/builds/worker-7/source/Cargo.toml
[INFO] crate git repo https://github.com/Yummot/tinyrenderer already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr] error: the lock file /workspace/builds/worker-7/source/Cargo.lock needs to be updated but --locked was passed to prevent this
[INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag.
[INFO] the lockfile is outdated, regenerating it
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "RUSTFLAGS=--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" "/opt/rustwide/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 9332f36026f61162abe69385f306f8c05534781fe99e51aba78e61ebb4690960
[INFO] running `"docker" "start" "-a" "9332f36026f61162abe69385f306f8c05534781fe99e51aba78e61ebb4690960"`
[INFO] [stderr]    Compiling num-iter v0.1.40
[INFO] [stderr]     Checking num-integer v0.1.42
[INFO] [stderr]     Checking num-complex v0.2.4
[INFO] [stderr]     Checking num-bigint v0.2.6
[INFO] [stderr]     Checking num-rational v0.2.4
[INFO] [stderr]     Checking num v0.2.1
[INFO] [stderr]     Checking tinyrenderer v0.3.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0583]: file not found for module `color`
[INFO] [stderr]  --> src/gl/mod.rs:5:1
[INFO] [stderr]   |
[INFO] [stderr] 5 | pub mod color;
[INFO] [stderr]   | ^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = help: to create the module `color`, create file "src/gl/color.rs"
[INFO] [stderr] 
[INFO] [stderr] error[E0583]: file not found for module `color`
[INFO] [stderr]  --> src/gl/mod.rs:5:1
[INFO] [stderr]   |
[INFO] [stderr] 5 | pub mod color;
[INFO] [stderr]   | ^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = help: to create the module `color`, create file "src/gl/color.rs"
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color`
[INFO] [stderr]    --> src/gl/tga_image.rs:430:20
[INFO] [stderr]     |
[INFO] [stderr] 430 |             return Color::with_color(ColorType::RGBA(0,0,0,0));
[INFO] [stderr]     |                    ^^^^^ use of undeclared type or module `Color`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ColorType`
[INFO] [stderr]    --> src/gl/tga_image.rs:430:38
[INFO] [stderr]     |
[INFO] [stderr] 430 |             return Color::with_color(ColorType::RGBA(0,0,0,0));
[INFO] [stderr]     |                                      ^^^^^^^^^ use of undeclared type or module `ColorType`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color`
[INFO] [stderr]    --> src/gl/tga_image.rs:432:23
[INFO] [stderr]     |
[INFO] [stderr] 432 |         let mut ret = Color::new();
[INFO] [stderr]     |                       ^^^^^ use of undeclared type or module `Color`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color`
[INFO] [stderr]   --> src/gl/shader.rs:33:18
[INFO] [stderr]    |
[INFO] [stderr] 33 |         *color = Color::with_color(RGBAColor(255, 255, 255, 255)) * intensity; 
[INFO] [stderr]    |                  ^^^^^ use of undeclared type or module `Color`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color`
[INFO] [stderr]   --> src/gl/shader.rs:67:18
[INFO] [stderr]    |
[INFO] [stderr] 67 |         *color = Color::with_color(RGBAColor(255,255,255,255)) * intensity;
[INFO] [stderr]    |                  ^^^^^ use of undeclared type or module `Color`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color`
[INFO] [stderr]   --> src/gl/shader.rs:98:18
[INFO] [stderr]    |
[INFO] [stderr] 98 |         *color = Color::with_color(RGBAColor(255,255,255,255)) * intensity;
[INFO] [stderr]    |                  ^^^^^ use of undeclared type or module `Color`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color`
[INFO] [stderr]    --> src/gl/shader.rs:128:18
[INFO] [stderr]     |
[INFO] [stderr] 128 |         *color = Color::with_color(RGBAColor(255, 255, 255, 255)) * (p.z / self.depth);
[INFO] [stderr]     |                  ^^^^^ use of undeclared type or module `Color`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color`
[INFO] [stderr]    --> src/gl/shader.rs:236:18
[INFO] [stderr]     |
[INFO] [stderr] 236 |         *color = Color::with_color(RGBAColor(255,255,255,255));
[INFO] [stderr]     |                  ^^^^^ use of undeclared type or module `Color`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color`
[INFO] [stderr]   --> src/gl/mod.rs:69:21
[INFO] [stderr]    |
[INFO] [stderr] 69 |     let mut color = Color::new();
[INFO] [stderr]    |                     ^^^^^ use of undeclared type or module `Color`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Color` in this scope
[INFO] [stderr]    --> src/gl/model.rs:139:42
[INFO] [stderr]     |
[INFO] [stderr] 139 |     pub fn diffuse(&self, uvf: Vec2f) -> Color {
[INFO] [stderr]     |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Color` in this scope
[INFO] [stderr]    --> src/gl/tga_image.rs:423:44
[INFO] [stderr]     |
[INFO] [stderr] 423 |     pub fn get<X, Y>(&self, x: X, y: Y) -> Color
[INFO] [stderr]     |                                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Color` in this scope
[INFO] [stderr]    --> src/gl/tga_image.rs:441:52
[INFO] [stderr]     |
[INFO] [stderr] 441 |     pub fn set<X, Y>(&mut self, x: X, y: Y, color: Color) -> bool
[INFO] [stderr]     |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Color` in this scope
[INFO] [stderr]  --> src/gl/shader.rs:5:48
[INFO] [stderr]   |
[INFO] [stderr] 5 |     fn fragment(&self, bar: Vec3f, color: &mut Color) -> bool;
[INFO] [stderr]   |                                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Color` in this scope
[INFO] [stderr]   --> src/gl/shader.rs:31:48
[INFO] [stderr]    |
[INFO] [stderr] 31 |     fn fragment(&self, bar: Vec3f, color: &mut Color) -> bool {
[INFO] [stderr]    |                                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `RGBAColor` in this scope
[INFO] [stderr]   --> src/gl/shader.rs:33:36
[INFO] [stderr]    |
[INFO] [stderr] 33 |         *color = Color::with_color(RGBAColor(255, 255, 255, 255)) * intensity; 
[INFO] [stderr]    |                                    ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Color` in this scope
[INFO] [stderr]   --> src/gl/shader.rs:60:48
[INFO] [stderr]    |
[INFO] [stderr] 60 |     fn fragment(&self, bar: Vec3f, color: &mut Color) -> bool {
[INFO] [stderr]    |                                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `RGBAColor` in this scope
[INFO] [stderr]   --> src/gl/shader.rs:67:36
[INFO] [stderr]    |
[INFO] [stderr] 67 |         *color = Color::with_color(RGBAColor(255,255,255,255)) * intensity;
[INFO] [stderr]    |                                    ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Color` in this scope
[INFO] [stderr]   --> src/gl/shader.rs:95:48
[INFO] [stderr]    |
[INFO] [stderr] 95 |     fn fragment(&self, bar: Vec3f, color: &mut Color) -> bool {
[INFO] [stderr]    |                                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `RGBAColor` in this scope
[INFO] [stderr]   --> src/gl/shader.rs:98:36
[INFO] [stderr]    |
[INFO] [stderr] 98 |         *color = Color::with_color(RGBAColor(255,255,255,255)) * intensity;
[INFO] [stderr]    |                                    ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Color` in this scope
[INFO] [stderr]    --> src/gl/shader.rs:126:48
[INFO] [stderr]     |
[INFO] [stderr] 126 |     fn fragment(&self, bar: Vec3f, color: &mut Color) -> bool {
[INFO] [stderr]     |                                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `RGBAColor` in this scope
[INFO] [stderr]    --> src/gl/shader.rs:128:36
[INFO] [stderr]     |
[INFO] [stderr] 128 |         *color = Color::with_color(RGBAColor(255, 255, 255, 255)) * (p.z / self.depth);
[INFO] [stderr]     |                                    ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Color` in this scope
[INFO] [stderr]    --> src/gl/shader.rs:214:48
[INFO] [stderr]     |
[INFO] [stderr] 214 |     fn fragment(&self, bar: Vec3f, color: &mut Color) -> bool {
[INFO] [stderr]     |                                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `RGBAColor` in this scope
[INFO] [stderr]    --> src/gl/shader.rs:236:36
[INFO] [stderr]     |
[INFO] [stderr] 236 |         *color = Color::with_color(RGBAColor(255,255,255,255));
[INFO] [stderr]     |                                    ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Color` in this scope
[INFO] [stderr]   --> src/gl/mod.rs:21:72
[INFO] [stderr]    |
[INFO] [stderr] 21 | pub fn line(mut p0: Vec3i, mut p1: Vec3i, image: &mut TGAImage, color: Color) {
[INFO] [stderr]    |                                                                        ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `gl::color::*`
[INFO] [stderr]  --> src/gl/model.rs:7:5
[INFO] [stderr]   |
[INFO] [stderr] 7 | use gl::color::*;
[INFO] [stderr]   |     ^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `gl::color::*`
[INFO] [stderr]  --> src/gl/tga_image.rs:7:5
[INFO] [stderr]   |
[INFO] [stderr] 7 | use gl::color::*;
[INFO] [stderr]   |     ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color`
[INFO] [stderr]    --> src/gl/tga_image.rs:430:20
[INFO] [stderr]     |
[INFO] [stderr] 430 |             return Color::with_color(ColorType::RGBA(0,0,0,0));
[INFO] [stderr]     |                    ^^^^^ use of undeclared type or module `Color`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ColorType`
[INFO] [stderr]    --> src/gl/tga_image.rs:430:38
[INFO] [stderr]     |
[INFO] [stderr] 430 |             return Color::with_color(ColorType::RGBA(0,0,0,0));
[INFO] [stderr]     |                                      ^^^^^^^^^ use of undeclared type or module `ColorType`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color`
[INFO] [stderr]    --> src/gl/tga_image.rs:432:23
[INFO] [stderr]     |
[INFO] [stderr] 432 |         let mut ret = Color::new();
[INFO] [stderr]     |                       ^^^^^ use of undeclared type or module `Color`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color`
[INFO] [stderr]   --> src/gl/shader.rs:33:18
[INFO] [stderr]    |
[INFO] [stderr] 33 |         *color = Color::with_color(RGBAColor(255, 255, 255, 255)) * intensity; 
[INFO] [stderr]    |                  ^^^^^ use of undeclared type or module `Color`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color`
[INFO] [stderr]   --> src/gl/shader.rs:67:18
[INFO] [stderr]    |
[INFO] [stderr] 67 |         *color = Color::with_color(RGBAColor(255,255,255,255)) * intensity;
[INFO] [stderr]    |                  ^^^^^ use of undeclared type or module `Color`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color`
[INFO] [stderr]   --> src/gl/shader.rs:98:18
[INFO] [stderr]    |
[INFO] [stderr] 98 |         *color = Color::with_color(RGBAColor(255,255,255,255)) * intensity;
[INFO] [stderr]    |                  ^^^^^ use of undeclared type or module `Color`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color`
[INFO] [stderr]    --> src/gl/shader.rs:128:18
[INFO] [stderr]     |
[INFO] [stderr] 128 |         *color = Color::with_color(RGBAColor(255, 255, 255, 255)) * (p.z / self.depth);
[INFO] [stderr]     |                  ^^^^^ use of undeclared type or module `Color`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color`
[INFO] [stderr]    --> src/gl/shader.rs:236:18
[INFO] [stderr]     |
[INFO] [stderr] 236 |         *color = Color::with_color(RGBAColor(255,255,255,255));
[INFO] [stderr]     |                  ^^^^^ use of undeclared type or module `Color`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color`
[INFO] [stderr]   --> src/gl/mod.rs:69:21
[INFO] [stderr]    |
[INFO] [stderr] 69 |     let mut color = Color::new();
[INFO] [stderr]    |                     ^^^^^ use of undeclared type or module `Color`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Color` in this scope
[INFO] [stderr]    --> src/gl/model.rs:139:42
[INFO] [stderr]     |
[INFO] [stderr] 139 |     pub fn diffuse(&self, uvf: Vec2f) -> Color {
[INFO] [stderr]     |                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Color` in this scope
[INFO] [stderr]    --> src/gl/tga_image.rs:423:44
[INFO] [stderr]     |
[INFO] [stderr] 423 |     pub fn get<X, Y>(&self, x: X, y: Y) -> Color
[INFO] [stderr]     |                                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Color` in this scope
[INFO] [stderr]    --> src/gl/tga_image.rs:441:52
[INFO] [stderr]     |
[INFO] [stderr] 441 |     pub fn set<X, Y>(&mut self, x: X, y: Y, color: Color) -> bool
[INFO] [stderr]     |                                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Color` in this scope
[INFO] [stderr]  --> src/gl/shader.rs:5:48
[INFO] [stderr]   |
[INFO] [stderr] 5 |     fn fragment(&self, bar: Vec3f, color: &mut Color) -> bool;
[INFO] [stderr]   |                                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Color` in this scope
[INFO] [stderr]   --> src/gl/shader.rs:31:48
[INFO] [stderr]    |
[INFO] [stderr] 31 |     fn fragment(&self, bar: Vec3f, color: &mut Color) -> bool {
[INFO] [stderr]    |                                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `RGBAColor` in this scope
[INFO] [stderr]   --> src/gl/shader.rs:33:36
[INFO] [stderr]    |
[INFO] [stderr] 33 |         *color = Color::with_color(RGBAColor(255, 255, 255, 255)) * intensity; 
[INFO] [stderr]    |                                    ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Color` in this scope
[INFO] [stderr]   --> src/gl/shader.rs:60:48
[INFO] [stderr]    |
[INFO] [stderr] 60 |     fn fragment(&self, bar: Vec3f, color: &mut Color) -> bool {
[INFO] [stderr]    |                                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `RGBAColor` in this scope
[INFO] [stderr]   --> src/gl/shader.rs:67:36
[INFO] [stderr]    |
[INFO] [stderr] 67 |         *color = Color::with_color(RGBAColor(255,255,255,255)) * intensity;
[INFO] [stderr]    |                                    ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Color` in this scope
[INFO] [stderr]   --> src/gl/shader.rs:95:48
[INFO] [stderr]    |
[INFO] [stderr] 95 |     fn fragment(&self, bar: Vec3f, color: &mut Color) -> bool {
[INFO] [stderr]    |                                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `RGBAColor` in this scope
[INFO] [stderr]   --> src/gl/shader.rs:98:36
[INFO] [stderr]    |
[INFO] [stderr] 98 |         *color = Color::with_color(RGBAColor(255,255,255,255)) * intensity;
[INFO] [stderr]    |                                    ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Color` in this scope
[INFO] [stderr]    --> src/gl/shader.rs:126:48
[INFO] [stderr]     |
[INFO] [stderr] 126 |     fn fragment(&self, bar: Vec3f, color: &mut Color) -> bool {
[INFO] [stderr]     |                                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `RGBAColor` in this scope
[INFO] [stderr]    --> src/gl/shader.rs:128:36
[INFO] [stderr]     |
[INFO] [stderr] 128 |         *color = Color::with_color(RGBAColor(255, 255, 255, 255)) * (p.z / self.depth);
[INFO] [stderr]     |                                    ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Color` in this scope
[INFO] [stderr]    --> src/gl/shader.rs:214:48
[INFO] [stderr]     |
[INFO] [stderr] 214 |     fn fragment(&self, bar: Vec3f, color: &mut Color) -> bool {
[INFO] [stderr]     |                                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `RGBAColor` in this scope
[INFO] [stderr]    --> src/gl/shader.rs:236:36
[INFO] [stderr]     |
[INFO] [stderr] 236 |         *color = Color::with_color(RGBAColor(255,255,255,255));
[INFO] [stderr]     |                                    ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Color` in this scope
[INFO] [stderr]   --> src/gl/mod.rs:21:72
[INFO] [stderr]    |
[INFO] [stderr] 21 | pub fn line(mut p0: Vec3i, mut p1: Vec3i, image: &mut TGAImage, color: Color) {
[INFO] [stderr]    |                                                                        ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `gl::color::*`
[INFO] [stderr]  --> src/gl/model.rs:7:5
[INFO] [stderr]   |
[INFO] [stderr] 7 | use gl::color::*;
[INFO] [stderr]   |     ^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `gl::color::*`
[INFO] [stderr]  --> src/gl/tga_image.rs:7:5
[INFO] [stderr]   |
[INFO] [stderr] 7 | use gl::color::*;
[INFO] [stderr]   |     ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 25 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0433, E0583.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not compile `tinyrenderer`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: aborting due to 25 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0433, E0583.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not compile `tinyrenderer`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "9332f36026f61162abe69385f306f8c05534781fe99e51aba78e61ebb4690960"`
[INFO] running `"docker" "rm" "-f" "9332f36026f61162abe69385f306f8c05534781fe99e51aba78e61ebb4690960"`
[INFO] [stdout] 9332f36026f61162abe69385f306f8c05534781fe99e51aba78e61ebb4690960
