[INFO] cloning repository https://github.com/jmpargana/connect4 [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jmpargana/connect4" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjmpargana%2Fconnect4"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjmpargana%2Fconnect4'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] a690224b1bba973b8ad10bfbbe2fe8f4a27e5da9 [INFO] checking jmpargana/connect4 against try#13f916f63bc6575d5ff1f989237dfabe88981368 for pr-69880 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjmpargana%2Fconnect4" "/workspace/builds/worker-7/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jmpargana/connect4 on toolchain 13f916f63bc6575d5ff1f989237dfabe88981368 [INFO] running `"/workspace/cargo-home/bin/cargo" "+13f916f63bc6575d5ff1f989237dfabe88981368" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/jmpargana/connect4 [INFO] finished tweaking git repo https://github.com/jmpargana/connect4 [INFO] tweaked toml for git repo https://github.com/jmpargana/connect4 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/jmpargana/connect4 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+13f916f63bc6575d5ff1f989237dfabe88981368" "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" "+13f916f63bc6575d5ff1f989237dfabe88981368" "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] b3802883fcf15b5d0a713a25e3aeea115372bd2c9c3dfa485d67e53193185890 [INFO] running `"docker" "start" "-a" "b3802883fcf15b5d0a713a25e3aeea115372bd2c9c3dfa485d67e53193185890"` [INFO] [stderr] Checking serde_json v1.0.48 [INFO] [stderr] Compiling stdweb-internal-macros v0.2.9 [INFO] [stderr] Compiling stdweb-derive v0.5.3 [INFO] [stderr] Checking stdweb v0.4.20 [INFO] [stderr] Checking connect4 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `graphics` [INFO] [stderr] --> src/app.rs:33:13 [INFO] [stderr] | [INFO] [stderr] 33 | use graphics::*; [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `graphics` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `piston` [INFO] [stderr] --> src/app.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use piston::{ [INFO] [stderr] | ^^^^^^ use of undeclared type or module `piston` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `opengl_graphics` [INFO] [stderr] --> src/app.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use opengl_graphics::GlGraphics; [INFO] [stderr] | ^^^^^^^^^^^^^^^ use of undeclared type or module `opengl_graphics` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `glutin_window` [INFO] [stderr] --> src/main.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use glutin_window::GlutinWindow; [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `glutin_window` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `piston` [INFO] [stderr] --> src/main.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use piston::{ [INFO] [stderr] | ^^^^^^ use of undeclared type or module `piston` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `opengl_graphics` [INFO] [stderr] --> src/main.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use opengl_graphics::{ [INFO] [stderr] | ^^^^^^^^^^^^^^^ use of undeclared type or module `opengl_graphics` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `rectangle` [INFO] [stderr] --> src/app.rs:38:20 [INFO] [stderr] | [INFO] [stderr] 38 | let left = rectangle::square(0.0, 0.0, 50.0); [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `rectangle` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `rectangle` [INFO] [stderr] --> src/app.rs:40:21 [INFO] [stderr] | [INFO] [stderr] 40 | let right = rectangle::square(0.0, 0.0, 50.0); [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `rectangle` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `rectangle` [INFO] [stderr] --> src/app.rs:43:20 [INFO] [stderr] | [INFO] [stderr] 43 | let ball = rectangle::square(0.0, 0.0, 10.0); [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `rectangle` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Button` [INFO] [stderr] --> src/app.rs:105:17 [INFO] [stderr] | [INFO] [stderr] 105 | if let &Button::Keyboard(key) = args { [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Button` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Key` [INFO] [stderr] --> src/app.rs:107:17 [INFO] [stderr] | [INFO] [stderr] 107 | Key::Up => { [INFO] [stderr] | ^^^ use of undeclared type or module `Key` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Key` [INFO] [stderr] --> src/app.rs:110:17 [INFO] [stderr] | [INFO] [stderr] 110 | Key::Down => { [INFO] [stderr] | ^^^ use of undeclared type or module `Key` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Key` [INFO] [stderr] --> src/app.rs:113:17 [INFO] [stderr] | [INFO] [stderr] 113 | Key::W => { [INFO] [stderr] | ^^^ use of undeclared type or module `Key` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Key` [INFO] [stderr] --> src/app.rs:116:17 [INFO] [stderr] | [INFO] [stderr] 116 | Key::S => { [INFO] [stderr] | ^^^ use of undeclared type or module `Key` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Button` [INFO] [stderr] --> src/app.rs:125:17 [INFO] [stderr] | [INFO] [stderr] 125 | if let &Button::Keyboard(key) = args { [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Button` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Key` [INFO] [stderr] --> src/app.rs:127:17 [INFO] [stderr] | [INFO] [stderr] 127 | Key::Up => { [INFO] [stderr] | ^^^ use of undeclared type or module `Key` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Key` [INFO] [stderr] --> src/app.rs:130:17 [INFO] [stderr] | [INFO] [stderr] 130 | Key::Down => { [INFO] [stderr] | ^^^ use of undeclared type or module `Key` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Key` [INFO] [stderr] --> src/app.rs:133:17 [INFO] [stderr] | [INFO] [stderr] 133 | Key::W => { [INFO] [stderr] | ^^^ use of undeclared type or module `Key` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Key` [INFO] [stderr] --> src/app.rs:136:17 [INFO] [stderr] | [INFO] [stderr] 136 | Key::S => { [INFO] [stderr] | ^^^ use of undeclared type or module `Key` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `WindowSettings` [INFO] [stderr] --> src/main.rs:29:36 [INFO] [stderr] | [INFO] [stderr] 29 | let mut window: GlutinWindow = WindowSettings::new("Pong", [512, 342]) [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `WindowSettings` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Events` [INFO] [stderr] --> src/main.rs:49:22 [INFO] [stderr] | [INFO] [stderr] 49 | let mut events = Events::new(EventSettings::new()); [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Events` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `EventSettings` [INFO] [stderr] --> src/main.rs:49:34 [INFO] [stderr] | [INFO] [stderr] 49 | let mut events = Events::new(EventSettings::new()); [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `EventSettings` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RenderArgs` in this scope [INFO] [stderr] --> src/app.rs:32:37 [INFO] [stderr] | [INFO] [stderr] 32 | pub fn render(&mut self, args: &RenderArgs) { [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `clear` in this scope [INFO] [stderr] --> src/app.rs:48:13 [INFO] [stderr] | [INFO] [stderr] 48 | clear(BACKGROUND, gl); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `rectangle` in this scope [INFO] [stderr] --> src/app.rs:49:13 [INFO] [stderr] | [INFO] [stderr] 49 | rectangle(FOREGROUND, left, c.transform.trans(-40.0, left_pos), gl); [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `rectangle` in this scope [INFO] [stderr] --> src/app.rs:50:13 [INFO] [stderr] | [INFO] [stderr] 50 | rectangle( [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `rectangle` in this scope [INFO] [stderr] --> src/app.rs:56:13 [INFO] [stderr] | [INFO] [stderr] 56 | rectangle(FOREGROUND, ball, c.transform.trans(ball_x, ball_y), gl); [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `UpdateArgs` in this scope [INFO] [stderr] --> src/app.rs:61:38 [INFO] [stderr] | [INFO] [stderr] 61 | pub fn update(&mut self, _args: &UpdateArgs) { [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Button` in this scope [INFO] [stderr] --> src/app.rs:104:36 [INFO] [stderr] | [INFO] [stderr] 104 | pub fn press(&mut self, args: &Button) { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Button` in this scope [INFO] [stderr] --> src/app.rs:124:38 [INFO] [stderr] | [INFO] [stderr] 124 | pub fn release(&mut self, args: &Button) { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] warning: unused import: `connect4::*` [INFO] [stderr] --> src/app.rs:28:5 [INFO] [stderr] | [INFO] [stderr] 28 | use connect4::*; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `connect4::*` [INFO] [stderr] --> src/main.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | use connect4::*; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `graphics` [INFO] [stderr] --> src/app.rs:33:13 [INFO] [stderr] | [INFO] [stderr] 33 | use graphics::*; [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `graphics` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `piston` [INFO] [stderr] --> src/app.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use piston::{ [INFO] [stderr] | ^^^^^^ use of undeclared type or module `piston` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `opengl_graphics` [INFO] [stderr] --> src/app.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use opengl_graphics::GlGraphics; [INFO] [stderr] | ^^^^^^^^^^^^^^^ use of undeclared type or module `opengl_graphics` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `glutin_window` [INFO] [stderr] --> src/main.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use glutin_window::GlutinWindow; [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `glutin_window` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `piston` [INFO] [stderr] --> src/main.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use piston::{ [INFO] [stderr] | ^^^^^^ use of undeclared type or module `piston` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `opengl_graphics` [INFO] [stderr] --> src/main.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use opengl_graphics::{ [INFO] [stderr] | ^^^^^^^^^^^^^^^ use of undeclared type or module `opengl_graphics` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `rectangle` [INFO] [stderr] --> src/app.rs:38:20 [INFO] [stderr] | [INFO] [stderr] 38 | let left = rectangle::square(0.0, 0.0, 50.0); [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `rectangle` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `rectangle` [INFO] [stderr] --> src/app.rs:40:21 [INFO] [stderr] | [INFO] [stderr] 40 | let right = rectangle::square(0.0, 0.0, 50.0); [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `rectangle` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `rectangle` [INFO] [stderr] --> src/app.rs:43:20 [INFO] [stderr] | [INFO] [stderr] 43 | let ball = rectangle::square(0.0, 0.0, 10.0); [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `rectangle` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Button` [INFO] [stderr] --> src/app.rs:105:17 [INFO] [stderr] | [INFO] [stderr] 105 | if let &Button::Keyboard(key) = args { [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Button` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Key` [INFO] [stderr] --> src/app.rs:107:17 [INFO] [stderr] | [INFO] [stderr] 107 | Key::Up => { [INFO] [stderr] | ^^^ use of undeclared type or module `Key` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Key` [INFO] [stderr] --> src/app.rs:110:17 [INFO] [stderr] | [INFO] [stderr] 110 | Key::Down => { [INFO] [stderr] | ^^^ use of undeclared type or module `Key` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Key` [INFO] [stderr] --> src/app.rs:113:17 [INFO] [stderr] | [INFO] [stderr] 113 | Key::W => { [INFO] [stderr] | ^^^ use of undeclared type or module `Key` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Key` [INFO] [stderr] --> src/app.rs:116:17 [INFO] [stderr] | [INFO] [stderr] 116 | Key::S => { [INFO] [stderr] | ^^^ use of undeclared type or module `Key` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Button` [INFO] [stderr] --> src/app.rs:125:17 [INFO] [stderr] | [INFO] [stderr] 125 | if let &Button::Keyboard(key) = args { [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Button` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Key` [INFO] [stderr] --> src/app.rs:127:17 [INFO] [stderr] | [INFO] [stderr] 127 | Key::Up => { [INFO] [stderr] | ^^^ use of undeclared type or module `Key` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Key` [INFO] [stderr] --> src/app.rs:130:17 [INFO] [stderr] | [INFO] [stderr] 130 | Key::Down => { [INFO] [stderr] | ^^^ use of undeclared type or module `Key` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Key` [INFO] [stderr] --> src/app.rs:133:17 [INFO] [stderr] | [INFO] [stderr] 133 | Key::W => { [INFO] [stderr] | ^^^ use of undeclared type or module `Key` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Key` [INFO] [stderr] --> src/app.rs:136:17 [INFO] [stderr] | [INFO] [stderr] 136 | Key::S => { [INFO] [stderr] | ^^^ use of undeclared type or module `Key` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `WindowSettings` [INFO] [stderr] --> src/main.rs:29:36 [INFO] [stderr] | [INFO] [stderr] 29 | let mut window: GlutinWindow = WindowSettings::new("Pong", [512, 342]) [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `WindowSettings` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Events` [INFO] [stderr] --> src/main.rs:49:22 [INFO] [stderr] | [INFO] [stderr] 49 | let mut events = Events::new(EventSettings::new()); [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Events` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `EventSettings` [INFO] [stderr] --> src/main.rs:49:34 [INFO] [stderr] | [INFO] [stderr] 49 | let mut events = Events::new(EventSettings::new()); [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `EventSettings` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RenderArgs` in this scope [INFO] [stderr] --> src/app.rs:32:37 [INFO] [stderr] | [INFO] [stderr] 32 | pub fn render(&mut self, args: &RenderArgs) { [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `clear` in this scope [INFO] [stderr] --> src/app.rs:48:13 [INFO] [stderr] | [INFO] [stderr] 48 | clear(BACKGROUND, gl); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `rectangle` in this scope [INFO] [stderr] --> src/app.rs:49:13 [INFO] [stderr] | [INFO] [stderr] 49 | rectangle(FOREGROUND, left, c.transform.trans(-40.0, left_pos), gl); [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `rectangle` in this scope [INFO] [stderr] --> src/app.rs:50:13 [INFO] [stderr] | [INFO] [stderr] 50 | rectangle( [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `rectangle` in this scope [INFO] [stderr] --> src/app.rs:56:13 [INFO] [stderr] | [INFO] [stderr] 56 | rectangle(FOREGROUND, ball, c.transform.trans(ball_x, ball_y), gl); [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `UpdateArgs` in this scope [INFO] [stderr] --> src/app.rs:61:38 [INFO] [stderr] | [INFO] [stderr] 61 | pub fn update(&mut self, _args: &UpdateArgs) { [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Button` in this scope [INFO] [stderr] --> src/app.rs:104:36 [INFO] [stderr] | [INFO] [stderr] 104 | pub fn press(&mut self, args: &Button) { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Button` in this scope [INFO] [stderr] --> src/app.rs:124:38 [INFO] [stderr] | [INFO] [stderr] 124 | pub fn release(&mut self, args: &Button) { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] warning: unused import: `connect4::*` [INFO] [stderr] --> src/app.rs:28:5 [INFO] [stderr] | [INFO] [stderr] 28 | use connect4::*; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `connect4::*` [INFO] [stderr] --> src/main.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | use connect4::*; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 30 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `connect4`. [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 30 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `connect4`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "b3802883fcf15b5d0a713a25e3aeea115372bd2c9c3dfa485d67e53193185890"` [INFO] running `"docker" "rm" "-f" "b3802883fcf15b5d0a713a25e3aeea115372bd2c9c3dfa485d67e53193185890"` [INFO] [stdout] b3802883fcf15b5d0a713a25e3aeea115372bd2c9c3dfa485d67e53193185890