[INFO] updating cached repository https://github.com/matthew86707/openGLTesting [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/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] dd0d544631a8a31c875546a216d0a8d3edbd815f [INFO] testing matthew86707/openGLTesting against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmatthew86707%2FopenGLTesting" "work/builds/worker-5/source"` [INFO] [stderr] Cloning into 'work/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/matthew86707/openGLTesting on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/matthew86707/openGLTesting [INFO] finished tweaking git repo https://github.com/matthew86707/openGLTesting [INFO] tweaked toml for git repo https://github.com/matthew86707/openGLTesting written to work/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/matthew86707/openGLTesting already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 7131f37e275a026793f2cb9ff0d07dee03fc0ef13bdf6671f7c4be10ca7c8cf9 [INFO] running `"docker" "start" "-a" "7131f37e275a026793f2cb9ff0d07dee03fc0ef13bdf6671f7c4be10ca7c8cf9"` [INFO] [stderr] Compiling either v1.2.0 [INFO] [stderr] Compiling smallvec v0.4.3 [INFO] [stderr] Compiling num_cpus v1.7.0 [INFO] [stderr] Compiling shared_library v0.1.7 [INFO] [stderr] Compiling phf_generator v0.7.21 [INFO] [stderr] Compiling tempfile v2.1.6 [INFO] [stderr] Compiling inflate v0.3.2 [INFO] [stderr] Compiling x11-dl v2.15.0 [INFO] [stderr] Compiling glium v0.17.1 [INFO] [stderr] Compiling fs2 v0.2.5 [INFO] [stderr] Compiling memmap v0.4.0 [INFO] [stderr] Compiling coco v0.1.1 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling phf_codegen v0.7.21 [INFO] [stderr] Compiling rayon-core v1.2.1 [INFO] [stderr] Compiling target_build_utils v0.3.1 [INFO] [stderr] Compiling rayon v0.8.2 [INFO] [stderr] Compiling png v0.10.0 [INFO] [stderr] Compiling jpeg-decoder v0.1.13 [INFO] [stderr] Compiling image v0.16.0 [INFO] [stderr] Compiling libloading v0.3.4 [INFO] [stderr] Compiling dlib v0.3.1 [INFO] [stderr] Compiling wayland-sys v0.9.10 [INFO] [stderr] Compiling wayland-client v0.9.10 [INFO] [stderr] Compiling wayland-protocols v0.9.10 [INFO] [stderr] Compiling wayland-kbd v0.9.1 [INFO] [stderr] Compiling wayland-window v0.7.0 [INFO] [stderr] Compiling winit v0.7.6 [INFO] [stderr] Compiling glutin v0.9.2 [INFO] [stderr] Compiling openGLTesting v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:123:13 [INFO] [stderr] | [INFO] [stderr] 123 | let mut red_value : f32 = 0.0; [INFO] [stderr] | ----^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: crate `openGLTesting` should have a snake case name [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] = help: convert the identifier to snake case: `open_gltesting` [INFO] [stderr] [INFO] [stderr] warning: structure field `texCoords` should have a snake case name [INFO] [stderr] --> src/main.rs:8:6 [INFO] [stderr] | [INFO] [stderr] 8 | texCoords: [f32; 2] [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case: `tex_coords` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 35.73s [INFO] running `"docker" "inspect" "7131f37e275a026793f2cb9ff0d07dee03fc0ef13bdf6671f7c4be10ca7c8cf9"` [INFO] running `"docker" "rm" "-f" "7131f37e275a026793f2cb9ff0d07dee03fc0ef13bdf6671f7c4be10ca7c8cf9"` [INFO] [stdout] 7131f37e275a026793f2cb9ff0d07dee03fc0ef13bdf6671f7c4be10ca7c8cf9 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] edec2b86220267ab767dafa6890e25859f389b5980028dc002293ed914ed8716 [INFO] running `"docker" "start" "-a" "edec2b86220267ab767dafa6890e25859f389b5980028dc002293ed914ed8716"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling openGLTesting v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:123:13 [INFO] [stderr] | [INFO] [stderr] 123 | let mut red_value : f32 = 0.0; [INFO] [stderr] | ----^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: crate `openGLTesting` should have a snake case name [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] = help: convert the identifier to snake case: `open_gltesting` [INFO] [stderr] [INFO] [stderr] warning: structure field `texCoords` should have a snake case name [INFO] [stderr] --> src/main.rs:8:6 [INFO] [stderr] | [INFO] [stderr] 8 | texCoords: [f32; 2] [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case: `tex_coords` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.10s [INFO] running `"docker" "inspect" "edec2b86220267ab767dafa6890e25859f389b5980028dc002293ed914ed8716"` [INFO] running `"docker" "rm" "-f" "edec2b86220267ab767dafa6890e25859f389b5980028dc002293ed914ed8716"` [INFO] [stdout] edec2b86220267ab767dafa6890e25859f389b5980028dc002293ed914ed8716 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "test" "--frozen"` [INFO] [stdout] ca14ca8546eaa4484a52ca1989d3016c7c5b5d7dfd243b95a653684986f37ba1 [INFO] running `"docker" "start" "-a" "ca14ca8546eaa4484a52ca1989d3016c7c5b5d7dfd243b95a653684986f37ba1"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/openGLTesting-48b117dce97414ab [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 [INFO] [stdout] [INFO] running `"docker" "inspect" "ca14ca8546eaa4484a52ca1989d3016c7c5b5d7dfd243b95a653684986f37ba1"` [INFO] running `"docker" "rm" "-f" "ca14ca8546eaa4484a52ca1989d3016c7c5b5d7dfd243b95a653684986f37ba1"` [INFO] [stdout] ca14ca8546eaa4484a52ca1989d3016c7c5b5d7dfd243b95a653684986f37ba1