Oct 12 15:26:03.517 INFO checking qezz/glium-shadowmapping-test against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 15:26:03.517 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-4/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 12 15:26:03.749 INFO blam! 498492a2c0343185c29354fe5ced3290e6aeab202182bf7eb9101d72ea032c01 Oct 12 15:26:03.756 INFO running `"docker" "start" "-a" "498492a2c0343185c29354fe5ced3290e6aeab202182bf7eb9101d72ea032c01"` Oct 12 15:26:05.113 INFO kablam! usermod: no changes Oct 12 15:26:05.444 INFO kablam! Compiling cc v1.0.0 Oct 12 15:26:05.452 INFO kablam! Checking either v1.2.0 Oct 12 15:26:05.465 INFO kablam! Checking mint v0.2.0 Oct 12 15:26:05.482 INFO kablam! Checking wavefront_obj v5.1.0 Oct 12 15:26:05.496 INFO kablam! Checking num_cpus v1.7.0 Oct 12 15:26:05.496 INFO kablam! Checking shared_library v0.1.7 Oct 12 15:26:05.496 INFO kablam! Checking inflate v0.3.2 Oct 12 15:26:05.496 INFO kablam! Compiling phf_generator v0.7.21 Oct 12 15:26:06.752 INFO kablam! Checking tempfile v2.2.0 Oct 12 15:26:07.381 INFO kablam! Checking cgmath v0.14.1 Oct 12 15:26:07.381 INFO kablam! Compiling glutin v0.9.2 Oct 12 15:26:07.766 INFO kablam! Compiling glium v0.17.1 Oct 12 15:26:08.162 INFO kablam! Checking x11-dl v2.15.0 Oct 12 15:26:10.221 INFO kablam! Checking coco v0.1.1 Oct 12 15:26:10.548 INFO kablam! Checking osmesa-sys v0.1.2 Oct 12 15:26:19.777 INFO kablam! Compiling phf_codegen v0.7.21 Oct 12 15:26:19.784 INFO kablam! Checking fs2 v0.2.5 Oct 12 15:26:19.784 INFO kablam! Checking rayon-core v1.2.1 Oct 12 15:26:21.268 INFO kablam! Compiling backtrace-sys v0.1.14 Oct 12 15:26:22.361 INFO kablam! Checking memmap v0.4.0 Oct 12 15:26:22.857 INFO kablam! Compiling target_build_utils v0.3.1 Oct 12 15:26:24.343 INFO kablam! Checking rayon v0.8.2 Oct 12 15:26:24.702 INFO kablam! Checking png v0.10.0 Oct 12 15:26:33.072 INFO kablam! Checking genmesh v0.5.0 Oct 12 15:26:33.073 INFO kablam! Checking genmesh v0.4.3 Oct 12 15:26:38.458 INFO kablam! Checking obj v0.8.0 Oct 12 15:26:41.227 INFO kablam! Checking jpeg-decoder v0.1.13 Oct 12 15:26:48.525 INFO kablam! Checking image v0.16.0 Oct 12 15:27:04.348 INFO kablam! Checking backtrace v0.3.3 Oct 12 15:27:05.775 INFO kablam! Compiling libloading v0.3.4 Oct 12 15:27:08.304 INFO kablam! Checking dlib v0.3.1 Oct 12 15:27:08.638 INFO kablam! Checking wayland-sys v0.9.10 Oct 12 15:27:09.161 INFO kablam! Checking wayland-client v0.9.10 Oct 12 15:27:11.108 INFO kablam! Checking wayland-protocols v0.9.10 Oct 12 15:27:11.108 INFO kablam! Checking wayland-kbd v0.9.1 Oct 12 15:27:13.720 INFO kablam! Checking wayland-window v0.7.0 Oct 12 15:27:14.285 INFO kablam! Checking winit v0.7.6 Oct 12 15:27:32.201 INFO kablam! Checking glium-shadow-mapping v0.1.0 (/source) Oct 12 15:27:33.388 INFO kablam! warning: unused import: `std::path::Path` Oct 12 15:27:33.388 INFO kablam! --> src/main.rs:20:5 Oct 12 15:27:33.388 INFO kablam! | Oct 12 15:27:33.388 INFO kablam! 20 | use std::path::Path; Oct 12 15:27:33.388 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 15:27:33.388 INFO kablam! | Oct 12 15:27:33.388 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 15:27:33.388 INFO kablam! Oct 12 15:27:33.388 INFO kablam! warning: unused import: `glium::Texture2d` Oct 12 15:27:33.388 INFO kablam! --> src/internal/mod.rs:6:5 Oct 12 15:27:33.388 INFO kablam! | Oct 12 15:27:33.388 INFO kablam! 6 | use glium::Texture2d; Oct 12 15:27:33.388 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 12 15:27:33.388 INFO kablam! Oct 12 15:27:33.388 INFO kablam! warning: unused import: `Program` Oct 12 15:27:33.388 INFO kablam! --> src/internal/program.rs:2:23 Oct 12 15:27:33.388 INFO kablam! | Oct 12 15:27:33.388 INFO kablam! 2 | use glium::{ Display, Program }; Oct 12 15:27:33.388 INFO kablam! | ^^^^^^^ Oct 12 15:27:33.388 INFO kablam! Oct 12 15:27:33.483 INFO kablam! warning: unused import: `std::path::Path` Oct 12 15:27:33.483 INFO kablam! --> src/main.rs:20:5 Oct 12 15:27:33.483 INFO kablam! | Oct 12 15:27:33.483 INFO kablam! 20 | use std::path::Path; Oct 12 15:27:33.483 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 15:27:33.483 INFO kablam! | Oct 12 15:27:33.483 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 15:27:33.483 INFO kablam! Oct 12 15:27:33.483 INFO kablam! warning: unused import: `glium::Texture2d` Oct 12 15:27:33.483 INFO kablam! --> src/internal/mod.rs:6:5 Oct 12 15:27:33.483 INFO kablam! | Oct 12 15:27:33.483 INFO kablam! 6 | use glium::Texture2d; Oct 12 15:27:33.483 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 12 15:27:33.483 INFO kablam! Oct 12 15:27:33.483 INFO kablam! warning: unused import: `Program` Oct 12 15:27:33.483 INFO kablam! --> src/internal/program.rs:2:23 Oct 12 15:27:33.483 INFO kablam! | Oct 12 15:27:33.483 INFO kablam! 2 | use glium::{ Display, Program }; Oct 12 15:27:33.483 INFO kablam! | ^^^^^^^ Oct 12 15:27:33.483 INFO kablam! Oct 12 15:27:33.733 INFO kablam! warning: unused variable: `light` Oct 12 15:27:33.733 INFO kablam! --> src/main.rs:109:13 Oct 12 15:27:33.733 INFO kablam! | Oct 12 15:27:33.733 INFO kablam! 109 | let light = [(iteration as f32 / 10.0).sin() * 14.0, Oct 12 15:27:33.733 INFO kablam! | ^^^^^ help: consider using `_light` instead Oct 12 15:27:33.733 INFO kablam! | Oct 12 15:27:33.733 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 15:27:33.733 INFO kablam! Oct 12 15:27:33.733 INFO kablam! warning: unused variable: `light_trajectory_radius` Oct 12 15:27:33.733 INFO kablam! --> src/main.rs:113:13 Oct 12 15:27:33.733 INFO kablam! | Oct 12 15:27:33.733 INFO kablam! 113 | let light_trajectory_radius = 10.0; Oct 12 15:27:33.733 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: consider using `_light_trajectory_radius` instead Oct 12 15:27:33.734 INFO kablam! Oct 12 15:27:33.770 INFO kablam! warning: struct is never constructed: `Skybox` Oct 12 15:27:33.770 INFO kablam! --> src/internal/skybox.rs:10:1 Oct 12 15:27:33.770 INFO kablam! | Oct 12 15:27:33.770 INFO kablam! 10 | pub struct Skybox { Oct 12 15:27:33.770 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 15:27:33.770 INFO kablam! | Oct 12 15:27:33.770 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 15:27:33.770 INFO kablam! Oct 12 15:27:33.770 INFO kablam! warning: method is never used: `new` Oct 12 15:27:33.770 INFO kablam! --> src/internal/skybox.rs:24:5 Oct 12 15:27:33.770 INFO kablam! | Oct 12 15:27:33.770 INFO kablam! 24 | pub fn new(dist: f32, display_ref: &glium::Display) -> Skybox { Oct 12 15:27:33.770 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 15:27:33.770 INFO kablam! Oct 12 15:27:33.770 INFO kablam! warning: method is never used: `with_position_only` Oct 12 15:27:33.770 INFO kablam! --> src/internal/mod.rs:91:5 Oct 12 15:27:33.770 INFO kablam! | Oct 12 15:27:33.770 INFO kablam! 91 | pub fn with_position_only(pos: [f32; 3]) -> Vertex { Oct 12 15:27:33.770 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 15:27:33.770 INFO kablam! Oct 12 15:27:33.770 INFO kablam! warning: unused variable: `light` Oct 12 15:27:33.770 INFO kablam! --> src/main.rs:109:13 Oct 12 15:27:33.770 INFO kablam! | Oct 12 15:27:33.770 INFO kablam! 109 | let light = [(iteration as f32 / 10.0).sin() * 14.0, Oct 12 15:27:33.770 INFO kablam! | ^^^^^ help: consider using `_light` instead Oct 12 15:27:33.770 INFO kablam! | Oct 12 15:27:33.770 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 15:27:33.770 INFO kablam! Oct 12 15:27:33.770 INFO kablam! warning: unused variable: `light_trajectory_radius` Oct 12 15:27:33.770 INFO kablam! --> src/main.rs:113:13 Oct 12 15:27:33.770 INFO kablam! | Oct 12 15:27:33.770 INFO kablam! 113 | let light_trajectory_radius = 10.0; Oct 12 15:27:33.770 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: consider using `_light_trajectory_radius` instead Oct 12 15:27:33.770 INFO kablam! Oct 12 15:27:33.828 INFO kablam! warning: struct is never constructed: `Skybox` Oct 12 15:27:33.828 INFO kablam! --> src/internal/skybox.rs:10:1 Oct 12 15:27:33.828 INFO kablam! | Oct 12 15:27:33.828 INFO kablam! 10 | pub struct Skybox { Oct 12 15:27:33.828 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 15:27:33.828 INFO kablam! | Oct 12 15:27:33.828 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 15:27:33.828 INFO kablam! Oct 12 15:27:33.828 INFO kablam! warning: method is never used: `new` Oct 12 15:27:33.828 INFO kablam! --> src/internal/skybox.rs:24:5 Oct 12 15:27:33.828 INFO kablam! | Oct 12 15:27:33.828 INFO kablam! 24 | pub fn new(dist: f32, display_ref: &glium::Display) -> Skybox { Oct 12 15:27:33.828 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 15:27:33.828 INFO kablam! Oct 12 15:27:33.828 INFO kablam! warning: method is never used: `with_position_only` Oct 12 15:27:33.828 INFO kablam! --> src/internal/mod.rs:91:5 Oct 12 15:27:33.828 INFO kablam! | Oct 12 15:27:33.828 INFO kablam! 91 | pub fn with_position_only(pos: [f32; 3]) -> Vertex { Oct 12 15:27:33.828 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 15:27:33.828 INFO kablam! Oct 12 15:27:33.860 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 28s Oct 12 15:27:33.872 INFO kablam! su: No module specific data is present Oct 12 15:27:34.437 INFO running `"docker" "rm" "-f" "498492a2c0343185c29354fe5ced3290e6aeab202182bf7eb9101d72ea032c01"` Oct 12 15:27:34.729 INFO blam! 498492a2c0343185c29354fe5ced3290e6aeab202182bf7eb9101d72ea032c01