[INFO] cloning repository https://github.com/mthom26/learn-opengl [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mthom26/learn-opengl" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmthom26%2Flearn-opengl", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmthom26%2Flearn-opengl'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] fee1285fab068223b21769011395bdd0f6789b48 [INFO] testing mthom26/learn-opengl against 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmthom26%2Flearn-opengl" "/workspace/builds/worker-12/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mthom26/learn-opengl on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/mthom26/learn-opengl [INFO] finished tweaking git repo https://github.com/mthom26/learn-opengl [INFO] tweaked toml for git repo https://github.com/mthom26/learn-opengl written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/mthom26/learn-opengl already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a2ea5594c01c67ecfc8822984715ca7d6a3e6dca7690f63fd950d4db873505e7 [INFO] running `Command { std: "docker" "start" "-a" "a2ea5594c01c67ecfc8822984715ca7d6a3e6dca7690f63fd950d4db873505e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a2ea5594c01c67ecfc8822984715ca7d6a3e6dca7690f63fd950d4db873505e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a2ea5594c01c67ecfc8822984715ca7d6a3e6dca7690f63fd950d4db873505e7", kill_on_drop: false }` [INFO] [stdout] a2ea5594c01c67ecfc8822984715ca7d6a3e6dca7690f63fd950d4db873505e7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fc0f7ae1718883d4d7589caa50bc478252cf4fdbeafc6872a733470a4308af4e [INFO] running `Command { std: "docker" "start" "-a" "fc0f7ae1718883d4d7589caa50bc478252cf4fdbeafc6872a733470a4308af4e", kill_on_drop: false }` [INFO] [stderr] Compiling xml-rs v0.8.0 [INFO] [stderr] Compiling khronos_api v3.1.0 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling cc v1.0.48 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Compiling arrayvec v0.5.1 [INFO] [stderr] Compiling same-file v1.0.5 [INFO] [stderr] Compiling downcast-rs v1.1.1 [INFO] [stderr] Compiling xdg v2.2.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling rayon-core v1.7.0 [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Compiling syn v1.0.13 [INFO] [stderr] Compiling wide v0.4.2 [INFO] [stderr] Compiling lzw v0.10.0 [INFO] [stderr] Compiling color_quant v1.0.1 [INFO] [stderr] Compiling bytemuck v1.1.0 [INFO] [stderr] Compiling scoped_threadpool v0.1.9 [INFO] [stderr] Compiling num-traits v0.2.10 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Compiling x11-dl v2.18.4 [INFO] [stderr] Compiling inflate v0.4.5 [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling shared_library v0.1.9 [INFO] [stderr] Compiling raw-window-handle v0.3.3 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling walkdir v2.2.9 [INFO] [stderr] Compiling gif v0.10.3 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling wayland-scanner v0.21.13 [INFO] [stderr] Compiling gl_generator v0.14.0 [INFO] [stderr] Compiling gl_generator v0.11.0 [INFO] [stderr] Compiling gl_generator v0.13.1 [INFO] [stderr] Compiling stb_truetype v0.3.1 [INFO] [stderr] Compiling deflate v0.7.20 [INFO] [stderr] Compiling rayon v1.3.0 [INFO] [stderr] Compiling ultraviolet v0.4.5 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling png v0.15.2 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling ordered-float v1.0.2 [INFO] [stderr] Compiling line_drawing v0.7.0 [INFO] [stderr] Compiling dlib v0.4.1 [INFO] [stderr] Compiling gl v0.14.0 [INFO] [stderr] Compiling glutin_egl_sys v0.1.4 [INFO] [stderr] Compiling rusttype v0.8.2 [INFO] [stderr] Compiling glutin_glx_sys v0.1.5 [INFO] [stderr] Compiling wayland-sys v0.21.13 [INFO] [stderr] Compiling wayland-client v0.21.13 [INFO] [stderr] Compiling wayland-protocols v0.21.13 [INFO] [stderr] Compiling rusttype v0.7.9 [INFO] [stderr] Compiling andrew v0.2.1 [INFO] [stderr] Compiling jpeg-decoder v0.1.18 [INFO] [stderr] Compiling wayland-commons v0.21.13 [INFO] [stderr] Compiling luminance-derive v0.5.1 [INFO] [stderr] Compiling tiff v0.3.1 [INFO] [stderr] Compiling image v0.22.3 [INFO] [stderr] Compiling luminance v0.38.0 [INFO] [stderr] Compiling luminance-windowing v0.8.1 [INFO] [stderr] Compiling smithay-client-toolkit v0.4.6 [INFO] [stderr] Compiling winit v0.19.5 [INFO] [stderr] Compiling glutin v0.21.2 [INFO] [stderr] Compiling luminance-glutin v0.7.0 [INFO] [stderr] Compiling learn-opengl v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `Dim2`, `Flat`, `pipeline::BoundTexture`, `pixel::NormUnsigned` [INFO] [stdout] --> src/rendering.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | pipeline::BoundTexture, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 4 | pixel::NormUnsigned, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 5 | shader::program::Uniform, [INFO] [stdout] 6 | texture::{Dim2, Flat}, [INFO] [stdout] | ^^^^ ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `load_texture_rgb` [INFO] [stdout] --> src/utils.rs:12:8 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn load_texture_rgb( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `load_texture_rgba` [INFO] [stdout] --> src/utils.rs:32:8 [INFO] [stdout] | [INFO] [stdout] 32 | pub fn load_texture_rgba( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `convert_mat4_with_scale` [INFO] [stdout] --> src/utils.rs:64:8 [INFO] [stdout] | [INFO] [stdout] 64 | pub fn convert_mat4_with_scale(mat: Mat4, scale: f32) -> [[f32; 4]; 4] { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `triangle` [INFO] [stdout] --> src/shapes.rs:6:8 [INFO] [stdout] | [INFO] [stdout] 6 | pub fn triangle(surface: &mut GlutinSurface, vertices: Option<&[Vertex]>, scale: f32) -> Tess { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `quad` [INFO] [stdout] --> src/shapes.rs:26:8 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn quad(surface: &mut GlutinSurface, vertices: Option<&[Vertex]>, scale: f32) -> Tess { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 54.79s [INFO] running `Command { std: "docker" "inspect" "fc0f7ae1718883d4d7589caa50bc478252cf4fdbeafc6872a733470a4308af4e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fc0f7ae1718883d4d7589caa50bc478252cf4fdbeafc6872a733470a4308af4e", kill_on_drop: false }` [INFO] [stdout] fc0f7ae1718883d4d7589caa50bc478252cf4fdbeafc6872a733470a4308af4e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ba1d489d460434bca194ab05d394d91e8ab6b619dce4a59dbec004e09a9165df [INFO] running `Command { std: "docker" "start" "-a" "ba1d489d460434bca194ab05d394d91e8ab6b619dce4a59dbec004e09a9165df", kill_on_drop: false }` [INFO] [stderr] Compiling learn-opengl v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `Dim2`, `Flat`, `pipeline::BoundTexture`, `pixel::NormUnsigned` [INFO] [stdout] --> src/rendering.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | pipeline::BoundTexture, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 4 | pixel::NormUnsigned, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 5 | shader::program::Uniform, [INFO] [stdout] 6 | texture::{Dim2, Flat}, [INFO] [stdout] | ^^^^ ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `load_texture_rgb` [INFO] [stdout] --> src/utils.rs:12:8 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn load_texture_rgb( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `load_texture_rgba` [INFO] [stdout] --> src/utils.rs:32:8 [INFO] [stdout] | [INFO] [stdout] 32 | pub fn load_texture_rgba( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `convert_mat4_with_scale` [INFO] [stdout] --> src/utils.rs:64:8 [INFO] [stdout] | [INFO] [stdout] 64 | pub fn convert_mat4_with_scale(mat: Mat4, scale: f32) -> [[f32; 4]; 4] { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `triangle` [INFO] [stdout] --> src/shapes.rs:6:8 [INFO] [stdout] | [INFO] [stdout] 6 | pub fn triangle(surface: &mut GlutinSurface, vertices: Option<&[Vertex]>, scale: f32) -> Tess { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `quad` [INFO] [stdout] --> src/shapes.rs:26:8 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn quad(surface: &mut GlutinSurface, vertices: Option<&[Vertex]>, scale: f32) -> Tess { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.71s [INFO] running `Command { std: "docker" "inspect" "ba1d489d460434bca194ab05d394d91e8ab6b619dce4a59dbec004e09a9165df", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ba1d489d460434bca194ab05d394d91e8ab6b619dce4a59dbec004e09a9165df", kill_on_drop: false }` [INFO] [stdout] ba1d489d460434bca194ab05d394d91e8ab6b619dce4a59dbec004e09a9165df [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] bd1821a1c5676fd0abe12bc12635f8e9e172fb8ef4b3be7204657a5f105f3939 [INFO] running `Command { std: "docker" "start" "-a" "bd1821a1c5676fd0abe12bc12635f8e9e172fb8ef4b3be7204657a5f105f3939", kill_on_drop: false }` [INFO] [stderr] warning: unused imports: `Dim2`, `Flat`, `pipeline::BoundTexture`, `pixel::NormUnsigned` [INFO] [stderr] --> src/rendering.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | pipeline::BoundTexture, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 4 | pixel::NormUnsigned, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 5 | shader::program::Uniform, [INFO] [stderr] 6 | texture::{Dim2, Flat}, [INFO] [stderr] | ^^^^ ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `load_texture_rgb` [INFO] [stderr] --> src/utils.rs:12:8 [INFO] [stderr] | [INFO] [stderr] 12 | pub fn load_texture_rgb( [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `load_texture_rgba` [INFO] [stderr] --> src/utils.rs:32:8 [INFO] [stderr] | [INFO] [stderr] 32 | pub fn load_texture_rgba( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `convert_mat4_with_scale` [INFO] [stderr] --> src/utils.rs:64:8 [INFO] [stderr] | [INFO] [stderr] 64 | pub fn convert_mat4_with_scale(mat: Mat4, scale: f32) -> [[f32; 4]; 4] { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `triangle` [INFO] [stderr] --> src/shapes.rs:6:8 [INFO] [stderr] | [INFO] [stderr] 6 | pub fn triangle(surface: &mut GlutinSurface, vertices: Option<&[Vertex]>, scale: f32) -> Tess { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `quad` [INFO] [stderr] --> src/shapes.rs:26:8 [INFO] [stderr] | [INFO] [stderr] 26 | pub fn quad(surface: &mut GlutinSurface, vertices: Option<&[Vertex]>, scale: f32) -> Tess { [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: `learn-opengl` (bin "learn-opengl" test) generated 6 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/learn_opengl-af217a87ff526cf9) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "bd1821a1c5676fd0abe12bc12635f8e9e172fb8ef4b3be7204657a5f105f3939", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bd1821a1c5676fd0abe12bc12635f8e9e172fb8ef4b3be7204657a5f105f3939", kill_on_drop: false }` [INFO] [stdout] bd1821a1c5676fd0abe12bc12635f8e9e172fb8ef4b3be7204657a5f105f3939