[INFO] cloning repository https://github.com/jackalligator/tetris [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jackalligator/tetris" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjackalligator%2Ftetris", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjackalligator%2Ftetris'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1d36d8686e5c81e969c66ce4f88b3788c03276ae [INFO] checking jackalligator/tetris against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjackalligator%2Ftetris" "/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/jackalligator/tetris on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jackalligator/tetris [INFO] removed path dependency math from git repo https://github.com/jackalligator/tetris [INFO] finished tweaking git repo https://github.com/jackalligator/tetris [INFO] tweaked toml for git repo https://github.com/jackalligator/tetris written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/jackalligator/tetris already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: dependency (math) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-0/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 `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: dependency (math) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded crossbeam-deque v0.8.0 [INFO] [stderr] Downloaded crossbeam-epoch v0.9.1 [INFO] [stderr] Downloaded freetype-sys v0.4.0 [INFO] [stderr] Downloaded json v0.11.15 [INFO] [stderr] Downloaded gl v0.6.5 [INFO] [stderr] Downloaded gl_generator v0.6.1 [INFO] [stderr] Downloaded libz-sys v1.1.2 [INFO] [stderr] Downloaded rayon v1.5.0 [INFO] [stderr] Downloaded num v0.2.1 [INFO] [stderr] Downloaded const_fn v0.4.4 [INFO] [stderr] Downloaded memoffset v0.6.1 [INFO] [stderr] Downloaded rayon-core v1.9.0 [INFO] [stderr] Downloaded crossbeam-channel v0.5.0 [INFO] [stderr] Downloaded sdl2-sys v0.27.3 [INFO] [stderr] Downloaded math v0.9.1 [INFO] [stderr] Downloaded sdl2 v0.27.3 [INFO] [stderr] Downloaded freetype-rs v0.11.0 [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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e1851924e23d63309481738f92ca636c0ec7b649a67be859be4c11b13c5d389a [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" "e1851924e23d63309481738f92ca636c0ec7b649a67be859be4c11b13c5d389a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e1851924e23d63309481738f92ca636c0ec7b649a67be859be4c11b13c5d389a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e1851924e23d63309481738f92ca636c0ec7b649a67be859be4c11b13c5d389a", kill_on_drop: false }` [INFO] [stdout] e1851924e23d63309481738f92ca636c0ec7b649a67be859be4c11b13c5d389a [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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] cde044d2de0688a956c8dc019930203d3394a9291ccbcc5ba5b3d9f58a0004e3 [INFO] running `Command { std: "docker" "start" "-a" "cde044d2de0688a956c8dc019930203d3394a9291ccbcc5ba5b3d9f58a0004e3", kill_on_drop: false }` [INFO] [stderr] warning: dependency (math) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling libc v0.2.81 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling const_fn v0.4.4 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling khronos_api v2.2.0 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling cc v1.0.66 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling rayon-core v1.9.0 [INFO] [stderr] Checking ppv-lite86 v0.2.10 [INFO] [stderr] Compiling sdl2-sys v0.27.3 [INFO] [stderr] Checking tinyvec_macros v0.1.0 [INFO] [stderr] Checking json v0.11.15 [INFO] [stderr] Checking tinyvec v1.1.0 [INFO] [stderr] Compiling xml-rs v0.7.0 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling freetype-sys v0.4.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling crossbeam-utils v0.8.1 [INFO] [stderr] Compiling memoffset v0.6.1 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling rayon v1.5.0 [INFO] [stderr] Checking unicode-normalization v0.1.16 [INFO] [stderr] Compiling gl_generator v0.6.1 [INFO] [stderr] Compiling libz-sys v1.1.2 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking crossbeam-channel v0.5.0 [INFO] [stderr] Checking crossbeam-epoch v0.9.1 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking crossbeam-deque v0.8.0 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking rand v0.3.23 [INFO] [stderr] Checking freetype-rs v0.11.0 [INFO] [stderr] Compiling gl v0.6.5 [INFO] [stderr] Checking num v0.1.42 [INFO] [stderr] Checking sdl2 v0.27.3 [INFO] [stderr] Checking num v0.2.1 [INFO] [stderr] Checking math v0.9.1 [INFO] [stderr] Checking tetris v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0412]: cannot find type `Vec2` in this scope [INFO] [stdout] --> src/core/mod.rs:24:25 [INFO] [stdout] | [INFO] [stdout] 24 | window_size: Vec2 [INFO] [stdout] | ^^^^ help: a struct with a similar name exists: `Vec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `vec2` in this scope [INFO] [stdout] --> src/core/mod.rs:195:33 [INFO] [stdout] | [INFO] [stdout] 195 | window_size: vec2(0.0, 0.0) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Vec2` in this scope [INFO] [stdout] --> src/core/mod.rs:314:38 [INFO] [stdout] | [INFO] [stdout] 314 | pub fn get_window_size(&self) -> Vec2 { [INFO] [stdout] | ^^^^ help: a struct with a similar name exists: `Vec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `vec2` in this scope [INFO] [stdout] --> src/core/mod.rs:318:9 [INFO] [stdout] | [INFO] [stdout] 318 | vec2(x as f32, y as f32) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Vec3` in this scope [INFO] [stdout] --> src/ui/quad.rs:78:46 [INFO] [stdout] | [INFO] [stdout] 78 | pub fn render(&self, x:f32, y:f32, color:Vec3){ [INFO] [stdout] | ^^^^ help: a struct with a similar name exists: `Vec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `mat4` in this scope [INFO] [stdout] --> src/ui/quad.rs:83:25 [INFO] [stdout] | [INFO] [stdout] 83 | let orthoproj = mat4() [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `vec3` in this scope [INFO] [stdout] --> src/ui/quad.rs:84:40 [INFO] [stdout] | [INFO] [stdout] 84 | ... .translate(vec3(x, y, 0.0)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Vec2` in this scope [INFO] [stdout] --> src/ui/font.rs:17:17 [INFO] [stdout] | [INFO] [stdout] 17 | bearing: Vec2, [INFO] [stdout] | ^^^^ help: a struct with a similar name exists: `Vec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `vec2` in this scope [INFO] [stdout] --> src/ui/font.rs:114:28 [INFO] [stdout] | [INFO] [stdout] 114 | let size = vec2(glyph_width as f32, glyph_rows as f32); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `vec2` in this scope [INFO] [stdout] --> src/ui/font.rs:119:33 [INFO] [stdout] | [INFO] [stdout] 119 | bearing: vec2(glyph_left/self.scale, glyph_top/self.scale), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Vec2` in this scope [INFO] [stdout] --> src/ui/font.rs:127:63 [INFO] [stdout] | [INFO] [stdout] 127 | pub fn get_text_size(&self, font_name:&str, text:&str) -> Vec2 { [INFO] [stdout] | ^^^^ help: a struct with a similar name exists: `Vec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `vec2` in this scope [INFO] [stdout] --> src/ui/font.rs:143:9 [INFO] [stdout] | [INFO] [stdout] 143 | vec2(x, y) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Vec3` in this scope [INFO] [stdout] --> src/ui/font.rs:147:90 [INFO] [stdout] | [INFO] [stdout] 147 | pub fn render_text(&self, font_name:&str, text:&str, start_x:f32, start_y:f32, color:Vec3){ [INFO] [stdout] | ^^^^ help: a struct with a similar name exists: `Vec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Vec3` in this scope [INFO] [stdout] --> src/ui/mod.rs:71:17 [INFO] [stdout] | [INFO] [stdout] 71 | Color(Quad, Vec3), [INFO] [stdout] | ^^^^ help: a struct with a similar name exists: `Vec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `vec3` in this scope [INFO] [stdout] --> src/ui/mod.rs:204:71 [INFO] [stdout] | [INFO] [stdout] 204 | UIBackground::Color(Quad::new(width, height), vec3(r, g, b)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Vec2` in this scope [INFO] [stdout] --> src/ui/mod.rs:245:18 [INFO] [stdout] | [INFO] [stdout] 245 | brick_size: Vec2 [INFO] [stdout] | ^^^^ help: a struct with a similar name exists: `Vec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `vec2` in this scope [INFO] [stdout] --> src/ui/mod.rs:285:26 [INFO] [stdout] | [INFO] [stdout] 285 | brick_size: vec2(brick_width, brick_height) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `vec2` in this scope [INFO] [stdout] --> src/ui/mod.rs:323:26 [INFO] [stdout] | [INFO] [stdout] 323 | let brick_dist = vec2(self.brick_size.x+BRICK_DIST_X, self.brick_size.y+BRICK_DIST_Y); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `vec3` in this scope [INFO] [stdout] --> src/ui/mod.rs:338:132 [INFO] [stdout] | [INFO] [stdout] 338 | ...round()+padding_x.round(), parent_padding_y.round(), vec3(0.0, 0.0, 0.0)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Vec2` in this scope [INFO] [stdout] --> src/core/mod.rs:24:25 [INFO] [stdout] | [INFO] [stdout] 24 | window_size: Vec2 [INFO] [stdout] | ^^^^ help: a struct with a similar name exists: `Vec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `vec2` in this scope [INFO] [stdout] --> src/core/mod.rs:195:33 [INFO] [stdout] | [INFO] [stdout] 195 | window_size: vec2(0.0, 0.0) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Vec2` in this scope [INFO] [stdout] --> src/core/mod.rs:314:38 [INFO] [stdout] | [INFO] [stdout] 314 | pub fn get_window_size(&self) -> Vec2 { [INFO] [stdout] | ^^^^ help: a struct with a similar name exists: `Vec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `vec2` in this scope [INFO] [stdout] --> src/core/mod.rs:318:9 [INFO] [stdout] | [INFO] [stdout] 318 | vec2(x as f32, y as f32) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Vec3` in this scope [INFO] [stdout] --> src/ui/quad.rs:78:46 [INFO] [stdout] | [INFO] [stdout] 78 | pub fn render(&self, x:f32, y:f32, color:Vec3){ [INFO] [stdout] | ^^^^ help: a struct with a similar name exists: `Vec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `mat4` in this scope [INFO] [stdout] --> src/ui/quad.rs:83:25 [INFO] [stdout] | [INFO] [stdout] 83 | let orthoproj = mat4() [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `vec3` in this scope [INFO] [stdout] --> src/ui/quad.rs:84:40 [INFO] [stdout] | [INFO] [stdout] 84 | ... .translate(vec3(x, y, 0.0)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Vec2` in this scope [INFO] [stdout] --> src/ui/font.rs:17:17 [INFO] [stdout] | [INFO] [stdout] 17 | bearing: Vec2, [INFO] [stdout] | ^^^^ help: a struct with a similar name exists: `Vec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `vec2` in this scope [INFO] [stdout] --> src/ui/font.rs:114:28 [INFO] [stdout] | [INFO] [stdout] 114 | let size = vec2(glyph_width as f32, glyph_rows as f32); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `vec2` in this scope [INFO] [stdout] --> src/ui/font.rs:119:33 [INFO] [stdout] | [INFO] [stdout] 119 | bearing: vec2(glyph_left/self.scale, glyph_top/self.scale), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Vec2` in this scope [INFO] [stdout] --> src/ui/font.rs:127:63 [INFO] [stdout] | [INFO] [stdout] 127 | pub fn get_text_size(&self, font_name:&str, text:&str) -> Vec2 { [INFO] [stdout] | ^^^^ help: a struct with a similar name exists: `Vec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `vec2` in this scope [INFO] [stdout] --> src/ui/font.rs:143:9 [INFO] [stdout] | [INFO] [stdout] 143 | vec2(x, y) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Vec3` in this scope [INFO] [stdout] --> src/ui/font.rs:147:90 [INFO] [stdout] | [INFO] [stdout] 147 | pub fn render_text(&self, font_name:&str, text:&str, start_x:f32, start_y:f32, color:Vec3){ [INFO] [stdout] | ^^^^ help: a struct with a similar name exists: `Vec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Vec3` in this scope [INFO] [stdout] --> src/ui/mod.rs:71:17 [INFO] [stdout] | [INFO] [stdout] 71 | Color(Quad, Vec3), [INFO] [stdout] | ^^^^ help: a struct with a similar name exists: `Vec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `vec3` in this scope [INFO] [stdout] --> src/ui/mod.rs:204:71 [INFO] [stdout] | [INFO] [stdout] 204 | UIBackground::Color(Quad::new(width, height), vec3(r, g, b)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Vec2` in this scope [INFO] [stdout] --> src/ui/mod.rs:245:18 [INFO] [stdout] | [INFO] [stdout] 245 | brick_size: Vec2 [INFO] [stdout] | ^^^^ help: a struct with a similar name exists: `Vec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `vec2` in this scope [INFO] [stdout] --> src/ui/mod.rs:285:26 [INFO] [stdout] | [INFO] [stdout] 285 | brick_size: vec2(brick_width, brick_height) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `vec2` in this scope [INFO] [stdout] --> src/ui/mod.rs:323:26 [INFO] [stdout] | [INFO] [stdout] 323 | let brick_dist = vec2(self.brick_size.x+BRICK_DIST_X, self.brick_size.y+BRICK_DIST_Y); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `vec3` in this scope [INFO] [stdout] --> src/ui/mod.rs:338:132 [INFO] [stdout] | [INFO] [stdout] 338 | ...round()+padding_x.round(), parent_padding_y.round(), vec3(0.0, 0.0, 0.0)); [INFO] [stdout] | ^^^^ not found in this scope [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/shader/mod.rs:37:79 [INFO] [stdout] | [INFO] [stdout] 37 | panic!("невозможно открыть файл шейдера {}: {}", 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/shader/mod.rs:46:80 [INFO] [stdout] | [INFO] [stdout] 46 | panic!("невозможно прочесть файл шейдера {}: {}", 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/shader/mod.rs:37:79 [INFO] [stdout] | [INFO] [stdout] 37 | panic!("невозможно открыть файл шейдера {}: {}", 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/shader/mod.rs:46:80 [INFO] [stdout] | [INFO] [stdout] 46 | panic!("невозможно прочесть файл шейдера {}: {}", display, why.description()), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 19 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0425. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `tetris` [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] [stdout] error: aborting due to 19 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0425. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "cde044d2de0688a956c8dc019930203d3394a9291ccbcc5ba5b3d9f58a0004e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cde044d2de0688a956c8dc019930203d3394a9291ccbcc5ba5b3d9f58a0004e3", kill_on_drop: false }` [INFO] [stdout] cde044d2de0688a956c8dc019930203d3394a9291ccbcc5ba5b3d9f58a0004e3