[INFO] updating cached repository https://github.com/slmjkdbtl/glslview [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] 0d6b6cd9db2b28b7be7e84d2aa9bb81d20c3fca7 [INFO] checking slmjkdbtl/glslview against master#be493fe8cc40c3d3f6030a1313c1ff747fce770d for pr-69129 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fslmjkdbtl%2Fglslview" "/workspace/builds/worker-5/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/slmjkdbtl/glslview on toolchain be493fe8cc40c3d3f6030a1313c1ff747fce770d [INFO] running `"/workspace/cargo-home/bin/cargo" "+be493fe8cc40c3d3f6030a1313c1ff747fce770d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/slmjkdbtl/glslview [INFO] removed path dependency dirty from git repo https://github.com/slmjkdbtl/glslview [INFO] finished tweaking git repo https://github.com/slmjkdbtl/glslview [INFO] tweaked toml for git repo https://github.com/slmjkdbtl/glslview written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/slmjkdbtl/glslview already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+be493fe8cc40c3d3f6030a1313c1ff747fce770d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (dirty) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-5/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" "+be493fe8cc40c3d3f6030a1313c1ff747fce770d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+be493fe8cc40c3d3f6030a1313c1ff747fce770d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (dirty) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "+be493fe8cc40c3d3f6030a1313c1ff747fce770d" "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] f9f79ca247d1b4eaace0f88697d23f1f4e4f8053788faf4d072a20dc997a0fb2 [INFO] running `"docker" "start" "-a" "f9f79ca247d1b4eaace0f88697d23f1f4e4f8053788faf4d072a20dc997a0fb2"` [INFO] [stderr] warning: dependency (dirty) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Checking dirty v0.2.0 [INFO] [stderr] Checking glslview v0.0.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `dirty::math` [INFO] [stderr] --> src/main.rs:9:12 [INFO] [stderr] | [INFO] [stderr] 9 | use dirty::math::*; [INFO] [stderr] | ^^^^ could not find `math` in `dirty` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `dirty::app` [INFO] [stderr] --> src/main.rs:10:12 [INFO] [stderr] | [INFO] [stderr] 10 | use dirty::app::*; [INFO] [stderr] | ^^^ could not find `app` in `dirty` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `input` [INFO] [stderr] --> src/main.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use input::Key; [INFO] [stderr] | ^^^^^ use of undeclared type or module `input` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `input` [INFO] [stderr] --> src/main.rs:196:7 [INFO] [stderr] | [INFO] [stderr] 196 | use input::Event::*; [INFO] [stderr] | ^^^^^ use of undeclared type or module `input` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `term`, `input::Event::*` [INFO] [stderr] --> src/main.rs:111:7 [INFO] [stderr] | [INFO] [stderr] 111 | use term::style as s; [INFO] [stderr] | ^^^^ use of undeclared type or module `term` [INFO] [stderr] ... [INFO] [stderr] 196 | use input::Event::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `gfx` [INFO] [stderr] --> src/main.rs:240:7 [INFO] [stderr] | [INFO] [stderr] 240 | use gfx::Origin; [INFO] [stderr] | ^^^ use of undeclared type or module `gfx` [INFO] [stderr] [INFO] [stderr] error: cannot find macro `hmap` in this scope [INFO] [stderr] --> src/main.rs:99:10 [INFO] [stderr] | [INFO] [stderr] 99 | return hmap![ [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `vecd` in this scope [INFO] [stderr] --> src/main.rs:178:9 [INFO] [stderr] | [INFO] [stderr] 178 | log: vecd![], [INFO] [stderr] | ^^^^ help: a macro with a similar name exists: `vec` [INFO] [stderr] [INFO] [stderr] error: cannot find macro `vec2` in this scope [INFO] [stderr] --> src/main.rs:244:17 [INFO] [stderr] | [INFO] [stderr] 244 | resolution: vec2!(ctx.width(), ctx.height()), [INFO] [stderr] | ^^^^ help: a macro with a similar name exists: `vec` [INFO] [stderr] [INFO] [stderr] error: cannot find macro `mat4` in this scope [INFO] [stderr] --> src/main.rs:258:5 [INFO] [stderr] | [INFO] [stderr] 258 | mat4!() [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `vec2` in this scope [INFO] [stderr] --> src/main.rs:259:39 [INFO] [stderr] | [INFO] [stderr] 259 | .t2(ctx.coord(Origin::TopLeft) + vec2!(24, -24)), [INFO] [stderr] | ^^^^ help: a macro with a similar name exists: `vec` [INFO] [stderr] [INFO] [stderr] error: cannot find macro `rgba` in this scope [INFO] [stderr] --> src/main.rs:278:26 [INFO] [stderr] | [INFO] [stderr] 278 | MsgType::Success => rgba!(0, 1, 0, to), [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `rgba` in this scope [INFO] [stderr] --> src/main.rs:279:26 [INFO] [stderr] | [INFO] [stderr] 279 | MsgType::Failure => rgba!(1, 0, 0, bo), [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `vec2` in this scope [INFO] [stderr] --> src/main.rs:292:47 [INFO] [stderr] | [INFO] [stderr] 292 | let pos = ctx.coord(Origin::BottomLeft) + vec2!(0, y); [INFO] [stderr] | ^^^^ help: a macro with a similar name exists: `vec` [INFO] [stderr] [INFO] [stderr] error: cannot find macro `vec2` in this scope [INFO] [stderr] --> src/main.rs:295:31 [INFO] [stderr] | [INFO] [stderr] 295 | &shapes::rect(pos, pos + vec2!(width, th)) [INFO] [stderr] | ^^^^ help: a macro with a similar name exists: `vec` [INFO] [stderr] [INFO] [stderr] error: cannot find macro `rgba` in this scope [INFO] [stderr] --> src/main.rs:296:13 [INFO] [stderr] | [INFO] [stderr] 296 | .fill(rgba!(0, 0, 0, bo)) [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `mat4` in this scope [INFO] [stderr] --> src/main.rs:300:6 [INFO] [stderr] | [INFO] [stderr] 300 | mat4!() [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `gfx` [INFO] [stderr] --> src/main.rs:85:17 [INFO] [stderr] | [INFO] [stderr] 85 | shader: Option>, [INFO] [stderr] | ^^^ use of undeclared type or module `gfx` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `gfx` [INFO] [stderr] --> src/main.rs:97:6 [INFO] [stderr] | [INFO] [stderr] 97 | impl gfx::Uniform for GeneralUniform { [INFO] [stderr] | ^^^ use of undeclared type or module `gfx` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `gfx` [INFO] [stderr] --> src/main.rs:98:22 [INFO] [stderr] | [INFO] [stderr] 98 | fn values(&self) -> gfx::UniformValues { [INFO] [stderr] | ^^^ use of undeclared type or module `gfx` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `fs` [INFO] [stderr] --> src/main.rs:134:23 [INFO] [stderr] | [INFO] [stderr] 134 | let content = match fs::read_str(path) { [INFO] [stderr] | ^^ use of undeclared type or module `fs` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `gfx` [INFO] [stderr] --> src/main.rs:142:9 [INFO] [stderr] | [INFO] [stderr] 142 | match gfx::Shader2D::from_frag(ctx, &content) { [INFO] [stderr] | ^^^ use of undeclared type or module `gfx` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `app` [INFO] [stderr] --> src/main.rs:171:6 [INFO] [stderr] | [INFO] [stderr] 171 | impl app::State for Viewer { [INFO] [stderr] | ^^^ use of undeclared type or module `app` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `app` [INFO] [stderr] --> src/main.rs:173:20 [INFO] [stderr] | [INFO] [stderr] 173 | fn init(ctx: &mut app::Ctx) -> Result { [INFO] [stderr] | ^^^ use of undeclared type or module `app` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `fs` [INFO] [stderr] --> src/main.rs:185:7 [INFO] [stderr] | [INFO] [stderr] 185 | if fs::exists(path) { [INFO] [stderr] | ^^ use of undeclared type or module `fs` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `app` [INFO] [stderr] --> src/main.rs:194:32 [INFO] [stderr] | [INFO] [stderr] 194 | fn event(&mut self, ctx: &mut app::Ctx, e: &input::Event) -> Result<()> { [INFO] [stderr] | ^^^ use of undeclared type or module `app` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `input` [INFO] [stderr] --> src/main.rs:194:46 [INFO] [stderr] | [INFO] [stderr] 194 | fn event(&mut self, ctx: &mut app::Ctx, e: &input::Event) -> Result<()> { [INFO] [stderr] | ^^^^^ use of undeclared type or module `input` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `app` [INFO] [stderr] --> src/main.rs:226:33 [INFO] [stderr] | [INFO] [stderr] 226 | fn update(&mut self, ctx: &mut app::Ctx) -> Result<()> { [INFO] [stderr] | ^^^ use of undeclared type or module `app` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `app` [INFO] [stderr] --> src/main.rs:238:31 [INFO] [stderr] | [INFO] [stderr] 238 | fn draw(&mut self, ctx: &mut app::Ctx) -> Result<()> { [INFO] [stderr] | ^^^ use of undeclared type or module `app` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `shapes` [INFO] [stderr] --> src/main.rs:249:7 [INFO] [stderr] | [INFO] [stderr] 249 | &shapes::rect( [INFO] [stderr] | ^^^^^^ use of undeclared type or module `shapes` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `shapes` [INFO] [stderr] --> src/main.rs:260:6 [INFO] [stderr] | [INFO] [stderr] 260 | &shapes::text("drop fragment shader files into this window") [INFO] [stderr] | ^^^^^^ use of undeclared type or module `shapes` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `gfx` [INFO] [stderr] --> src/main.rs:261:13 [INFO] [stderr] | [INFO] [stderr] 261 | .align(gfx::Origin::TopLeft) [INFO] [stderr] | ^^^ use of undeclared type or module `gfx` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `shapes` [INFO] [stderr] --> src/main.rs:285:16 [INFO] [stderr] | [INFO] [stderr] 285 | let text = shapes::text(&msg.content) [INFO] [stderr] | ^^^^^^ use of undeclared type or module `shapes` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `shapes` [INFO] [stderr] --> src/main.rs:295:7 [INFO] [stderr] | [INFO] [stderr] 295 | &shapes::rect(pos, pos + vec2!(width, th)) [INFO] [stderr] | ^^^^^^ use of undeclared type or module `shapes` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `app` [INFO] [stderr] --> src/main.rs:319:20 [INFO] [stderr] | [INFO] [stderr] 319 | if let Err(err) = app::launcher() [INFO] [stderr] | ^^^ use of undeclared type or module `app` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Vec2` in this scope [INFO] [stderr] --> src/main.rs:92:14 [INFO] [stderr] | [INFO] [stderr] 92 | resolution: Vec2, [INFO] [stderr] | ^^^^ help: a struct with a similar name exists: `Vec` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Vec2` in this scope [INFO] [stderr] --> src/main.rs:94:9 [INFO] [stderr] | [INFO] [stderr] 94 | mouse: Vec2, [INFO] [stderr] | ^^^^ help: a struct with a similar name exists: `Vec` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Ctx` in this scope [INFO] [stderr] --> src/main.rs:127:34 [INFO] [stderr] | [INFO] [stderr] 127 | fn refresh(&mut self, ctx: &mut Ctx) { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Ctx` in this scope [INFO] [stderr] --> src/main.rs:162:31 [INFO] [stderr] | [INFO] [stderr] 162 | fn open(&mut self, ctx: &mut Ctx, path: impl AsRef) { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `FileDrop` in this scope [INFO] [stderr] --> src/main.rs:200:4 [INFO] [stderr] | [INFO] [stderr] 200 | FileDrop(path) => self.open(ctx, path), [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `KeyPress` in this scope [INFO] [stderr] --> src/main.rs:202:4 [INFO] [stderr] | [INFO] [stderr] 202 | KeyPress(k) => { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] warning: unused import: `dirty::*` [INFO] [stderr] --> src/main.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use dirty::*; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 41 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0432, E0433, E0531. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `glslview`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0432]: unresolved import `dirty::math` [INFO] [stderr] --> src/main.rs:9:12 [INFO] [stderr] | [INFO] [stderr] 9 | use dirty::math::*; [INFO] [stderr] | ^^^^ could not find `math` in `dirty` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `dirty::app` [INFO] [stderr] --> src/main.rs:10:12 [INFO] [stderr] | [INFO] [stderr] 10 | use dirty::app::*; [INFO] [stderr] | ^^^ could not find `app` in `dirty` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `input` [INFO] [stderr] --> src/main.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use input::Key; [INFO] [stderr] | ^^^^^ use of undeclared type or module `input` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `input` [INFO] [stderr] --> src/main.rs:196:7 [INFO] [stderr] | [INFO] [stderr] 196 | use input::Event::*; [INFO] [stderr] | ^^^^^ use of undeclared type or module `input` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `term`, `input::Event::*` [INFO] [stderr] --> src/main.rs:111:7 [INFO] [stderr] | [INFO] [stderr] 111 | use term::style as s; [INFO] [stderr] | ^^^^ use of undeclared type or module `term` [INFO] [stderr] ... [INFO] [stderr] 196 | use input::Event::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `gfx` [INFO] [stderr] --> src/main.rs:240:7 [INFO] [stderr] | [INFO] [stderr] 240 | use gfx::Origin; [INFO] [stderr] | ^^^ use of undeclared type or module `gfx` [INFO] [stderr] [INFO] [stderr] error: cannot find macro `hmap` in this scope [INFO] [stderr] --> src/main.rs:99:10 [INFO] [stderr] | [INFO] [stderr] 99 | return hmap![ [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `vecd` in this scope [INFO] [stderr] --> src/main.rs:178:9 [INFO] [stderr] | [INFO] [stderr] 178 | log: vecd![], [INFO] [stderr] | ^^^^ help: a macro with a similar name exists: `vec` [INFO] [stderr] [INFO] [stderr] error: cannot find macro `vec2` in this scope [INFO] [stderr] --> src/main.rs:244:17 [INFO] [stderr] | [INFO] [stderr] 244 | resolution: vec2!(ctx.width(), ctx.height()), [INFO] [stderr] | ^^^^ help: a macro with a similar name exists: `vec` [INFO] [stderr] [INFO] [stderr] error: cannot find macro `mat4` in this scope [INFO] [stderr] --> src/main.rs:258:5 [INFO] [stderr] | [INFO] [stderr] 258 | mat4!() [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `vec2` in this scope [INFO] [stderr] --> src/main.rs:259:39 [INFO] [stderr] | [INFO] [stderr] 259 | .t2(ctx.coord(Origin::TopLeft) + vec2!(24, -24)), [INFO] [stderr] | ^^^^ help: a macro with a similar name exists: `vec` [INFO] [stderr] [INFO] [stderr] error: cannot find macro `rgba` in this scope [INFO] [stderr] --> src/main.rs:278:26 [INFO] [stderr] | [INFO] [stderr] 278 | MsgType::Success => rgba!(0, 1, 0, to), [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `rgba` in this scope [INFO] [stderr] --> src/main.rs:279:26 [INFO] [stderr] | [INFO] [stderr] 279 | MsgType::Failure => rgba!(1, 0, 0, bo), [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `vec2` in this scope [INFO] [stderr] --> src/main.rs:292:47 [INFO] [stderr] | [INFO] [stderr] 292 | let pos = ctx.coord(Origin::BottomLeft) + vec2!(0, y); [INFO] [stderr] | ^^^^ help: a macro with a similar name exists: `vec` [INFO] [stderr] [INFO] [stderr] error: cannot find macro `vec2` in this scope [INFO] [stderr] --> src/main.rs:295:31 [INFO] [stderr] | [INFO] [stderr] 295 | &shapes::rect(pos, pos + vec2!(width, th)) [INFO] [stderr] | ^^^^ help: a macro with a similar name exists: `vec` [INFO] [stderr] [INFO] [stderr] error: cannot find macro `rgba` in this scope [INFO] [stderr] --> src/main.rs:296:13 [INFO] [stderr] | [INFO] [stderr] 296 | .fill(rgba!(0, 0, 0, bo)) [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `mat4` in this scope [INFO] [stderr] --> src/main.rs:300:6 [INFO] [stderr] | [INFO] [stderr] 300 | mat4!() [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `gfx` [INFO] [stderr] --> src/main.rs:85:17 [INFO] [stderr] | [INFO] [stderr] 85 | shader: Option>, [INFO] [stderr] | ^^^ use of undeclared type or module `gfx` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `gfx` [INFO] [stderr] --> src/main.rs:97:6 [INFO] [stderr] | [INFO] [stderr] 97 | impl gfx::Uniform for GeneralUniform { [INFO] [stderr] | ^^^ use of undeclared type or module `gfx` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `gfx` [INFO] [stderr] --> src/main.rs:98:22 [INFO] [stderr] | [INFO] [stderr] 98 | fn values(&self) -> gfx::UniformValues { [INFO] [stderr] | ^^^ use of undeclared type or module `gfx` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `fs` [INFO] [stderr] --> src/main.rs:134:23 [INFO] [stderr] | [INFO] [stderr] 134 | let content = match fs::read_str(path) { [INFO] [stderr] | ^^ use of undeclared type or module `fs` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `gfx` [INFO] [stderr] --> src/main.rs:142:9 [INFO] [stderr] | [INFO] [stderr] 142 | match gfx::Shader2D::from_frag(ctx, &content) { [INFO] [stderr] | ^^^ use of undeclared type or module `gfx` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `app` [INFO] [stderr] --> src/main.rs:171:6 [INFO] [stderr] | [INFO] [stderr] 171 | impl app::State for Viewer { [INFO] [stderr] | ^^^ use of undeclared type or module `app` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `app` [INFO] [stderr] --> src/main.rs:173:20 [INFO] [stderr] | [INFO] [stderr] 173 | fn init(ctx: &mut app::Ctx) -> Result { [INFO] [stderr] | ^^^ use of undeclared type or module `app` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `fs` [INFO] [stderr] --> src/main.rs:185:7 [INFO] [stderr] | [INFO] [stderr] 185 | if fs::exists(path) { [INFO] [stderr] | ^^ use of undeclared type or module `fs` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `app` [INFO] [stderr] --> src/main.rs:194:32 [INFO] [stderr] | [INFO] [stderr] 194 | fn event(&mut self, ctx: &mut app::Ctx, e: &input::Event) -> Result<()> { [INFO] [stderr] | ^^^ use of undeclared type or module `app` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `input` [INFO] [stderr] --> src/main.rs:194:46 [INFO] [stderr] | [INFO] [stderr] 194 | fn event(&mut self, ctx: &mut app::Ctx, e: &input::Event) -> Result<()> { [INFO] [stderr] | ^^^^^ use of undeclared type or module `input` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `app` [INFO] [stderr] --> src/main.rs:226:33 [INFO] [stderr] | [INFO] [stderr] 226 | fn update(&mut self, ctx: &mut app::Ctx) -> Result<()> { [INFO] [stderr] | ^^^ use of undeclared type or module `app` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `app` [INFO] [stderr] --> src/main.rs:238:31 [INFO] [stderr] | [INFO] [stderr] 238 | fn draw(&mut self, ctx: &mut app::Ctx) -> Result<()> { [INFO] [stderr] | ^^^ use of undeclared type or module `app` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `shapes` [INFO] [stderr] --> src/main.rs:249:7 [INFO] [stderr] | [INFO] [stderr] 249 | &shapes::rect( [INFO] [stderr] | ^^^^^^ use of undeclared type or module `shapes` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `shapes` [INFO] [stderr] --> src/main.rs:260:6 [INFO] [stderr] | [INFO] [stderr] 260 | &shapes::text("drop fragment shader files into this window") [INFO] [stderr] | ^^^^^^ use of undeclared type or module `shapes` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `gfx` [INFO] [stderr] --> src/main.rs:261:13 [INFO] [stderr] | [INFO] [stderr] 261 | .align(gfx::Origin::TopLeft) [INFO] [stderr] | ^^^ use of undeclared type or module `gfx` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `shapes` [INFO] [stderr] --> src/main.rs:285:16 [INFO] [stderr] | [INFO] [stderr] 285 | let text = shapes::text(&msg.content) [INFO] [stderr] | ^^^^^^ use of undeclared type or module `shapes` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `shapes` [INFO] [stderr] --> src/main.rs:295:7 [INFO] [stderr] | [INFO] [stderr] 295 | &shapes::rect(pos, pos + vec2!(width, th)) [INFO] [stderr] | ^^^^^^ use of undeclared type or module `shapes` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `app` [INFO] [stderr] --> src/main.rs:319:20 [INFO] [stderr] | [INFO] [stderr] 319 | if let Err(err) = app::launcher() [INFO] [stderr] | ^^^ use of undeclared type or module `app` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Vec2` in this scope [INFO] [stderr] --> src/main.rs:92:14 [INFO] [stderr] | [INFO] [stderr] 92 | resolution: Vec2, [INFO] [stderr] | ^^^^ help: a struct with a similar name exists: `Vec` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Vec2` in this scope [INFO] [stderr] --> src/main.rs:94:9 [INFO] [stderr] | [INFO] [stderr] 94 | mouse: Vec2, [INFO] [stderr] | ^^^^ help: a struct with a similar name exists: `Vec` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Ctx` in this scope [INFO] [stderr] --> src/main.rs:127:34 [INFO] [stderr] | [INFO] [stderr] 127 | fn refresh(&mut self, ctx: &mut Ctx) { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Ctx` in this scope [INFO] [stderr] --> src/main.rs:162:31 [INFO] [stderr] | [INFO] [stderr] 162 | fn open(&mut self, ctx: &mut Ctx, path: impl AsRef) { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `FileDrop` in this scope [INFO] [stderr] --> src/main.rs:200:4 [INFO] [stderr] | [INFO] [stderr] 200 | FileDrop(path) => self.open(ctx, path), [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `KeyPress` in this scope [INFO] [stderr] --> src/main.rs:202:4 [INFO] [stderr] | [INFO] [stderr] 202 | KeyPress(k) => { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] warning: unused import: `dirty::*` [INFO] [stderr] --> src/main.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use dirty::*; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 41 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0432, E0433, E0531. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `glslview`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "f9f79ca247d1b4eaace0f88697d23f1f4e4f8053788faf4d072a20dc997a0fb2"` [INFO] running `"docker" "rm" "-f" "f9f79ca247d1b4eaace0f88697d23f1f4e4f8053788faf4d072a20dc997a0fb2"` [INFO] [stdout] f9f79ca247d1b4eaace0f88697d23f1f4e4f8053788faf4d072a20dc997a0fb2