Oct 21 14:39:19.107 INFO checking qezz/glium-shadowmapping-test against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 14:39:19.107 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 21 14:39:19.257 INFO blam! 719ff87ceb339995137332b4dedbbac7cb38ed91a52d13abf25c183a93443f99 Oct 21 14:39:19.259 INFO running `"docker" "start" "-a" "719ff87ceb339995137332b4dedbbac7cb38ed91a52d13abf25c183a93443f99"` Oct 21 14:39:19.664 INFO kablam! usermod: no changes Oct 21 14:39:19.835 INFO kablam! Compiling libc v0.2.31 Oct 21 14:39:19.835 INFO kablam! Checking either v1.2.0 Oct 21 14:39:19.835 INFO kablam! Compiling cc v1.0.0 Oct 21 14:39:19.837 INFO kablam! Checking mint v0.2.0 Oct 21 14:39:19.840 INFO kablam! Checking wavefront_obj v5.1.0 Oct 21 14:39:19.840 INFO kablam! Compiling x11-dl v2.15.0 Oct 21 14:39:19.840 INFO kablam! Checking num_cpus v1.7.0 Oct 21 14:39:19.849 INFO kablam! Checking shared_library v0.1.7 Oct 21 14:39:20.560 INFO kablam! Checking inflate v0.3.2 Oct 21 14:39:20.588 INFO kablam! Checking tempfile v2.2.0 Oct 21 14:39:20.944 INFO kablam! Checking cgmath v0.14.1 Oct 21 14:39:21.295 INFO kablam! Compiling glutin v0.9.2 Oct 21 14:39:22.468 INFO kablam! Compiling glium v0.17.1 Oct 21 14:39:22.576 INFO kablam! Checking osmesa-sys v0.1.2 Oct 21 14:39:22.624 INFO kablam! Checking coco v0.1.1 Oct 21 14:39:26.772 INFO kablam! Checking fs2 v0.2.5 Oct 21 14:39:26.789 INFO kablam! Compiling rand v0.3.16 Oct 21 14:39:28.492 INFO kablam! Checking rayon-core v1.2.1 Oct 21 14:39:28.540 INFO kablam! Compiling backtrace-sys v0.1.14 Oct 21 14:39:29.180 INFO kablam! Checking memmap v0.4.0 Oct 21 14:39:31.164 INFO kablam! Checking png v0.10.0 Oct 21 14:39:31.964 INFO kablam! Checking rayon v0.8.2 Oct 21 14:39:35.165 INFO kablam! Checking genmesh v0.5.0 Oct 21 14:39:38.104 INFO kablam! Checking genmesh v0.4.3 Oct 21 14:39:39.925 INFO kablam! Checking obj v0.8.0 Oct 21 14:39:40.408 INFO kablam! Compiling phf_generator v0.7.21 Oct 21 14:39:42.429 INFO kablam! Compiling phf_codegen v0.7.21 Oct 21 14:39:43.640 INFO kablam! Compiling target_build_utils v0.3.1 Oct 21 14:39:45.701 INFO kablam! Checking jpeg-decoder v0.1.13 Oct 21 14:39:49.320 INFO kablam! Checking image v0.16.0 Oct 21 14:39:57.355 INFO kablam! Checking backtrace v0.3.3 Oct 21 14:39:58.659 INFO kablam! Compiling libloading v0.3.4 Oct 21 14:40:00.306 INFO kablam! Checking dlib v0.3.1 Oct 21 14:40:00.532 INFO kablam! Checking wayland-sys v0.9.10 Oct 21 14:40:00.948 INFO kablam! Checking wayland-client v0.9.10 Oct 21 14:40:02.408 INFO kablam! Checking wayland-protocols v0.9.10 Oct 21 14:40:02.408 INFO kablam! Checking wayland-kbd v0.9.1 Oct 21 14:40:04.624 INFO kablam! Checking wayland-window v0.7.0 Oct 21 14:40:05.164 INFO kablam! Checking winit v0.7.6 Oct 21 14:40:21.844 INFO kablam! Checking glium-shadow-mapping v0.1.0 (/source) Oct 21 14:40:22.904 INFO kablam! warning: unused import: `std::path::Path` Oct 21 14:40:22.904 INFO kablam! --> src/main.rs:20:5 Oct 21 14:40:22.904 INFO kablam! | Oct 21 14:40:22.904 INFO kablam! 20 | use std::path::Path; Oct 21 14:40:22.904 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 14:40:22.908 INFO kablam! | Oct 21 14:40:22.908 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 14:40:22.908 INFO kablam! Oct 21 14:40:22.909 INFO kablam! warning: unused import: `glium::Texture2d` Oct 21 14:40:22.909 INFO kablam! --> src/internal/mod.rs:6:5 Oct 21 14:40:22.909 INFO kablam! | Oct 21 14:40:22.909 INFO kablam! 6 | use glium::Texture2d; Oct 21 14:40:22.909 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 14:40:22.909 INFO kablam! Oct 21 14:40:22.909 INFO kablam! warning: unused import: `Program` Oct 21 14:40:22.909 INFO kablam! --> src/internal/program.rs:2:23 Oct 21 14:40:22.909 INFO kablam! | Oct 21 14:40:22.909 INFO kablam! 2 | use glium::{ Display, Program }; Oct 21 14:40:22.909 INFO kablam! | ^^^^^^^ Oct 21 14:40:22.909 INFO kablam! Oct 21 14:40:22.960 INFO kablam! warning: unused import: `std::path::Path` Oct 21 14:40:22.960 INFO kablam! --> src/main.rs:20:5 Oct 21 14:40:22.961 INFO kablam! | Oct 21 14:40:22.961 INFO kablam! 20 | use std::path::Path; Oct 21 14:40:22.961 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 14:40:22.961 INFO kablam! | Oct 21 14:40:22.961 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 14:40:22.961 INFO kablam! Oct 21 14:40:22.961 INFO kablam! warning: unused import: `glium::Texture2d` Oct 21 14:40:22.961 INFO kablam! --> src/internal/mod.rs:6:5 Oct 21 14:40:22.961 INFO kablam! | Oct 21 14:40:22.961 INFO kablam! 6 | use glium::Texture2d; Oct 21 14:40:22.961 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 14:40:22.961 INFO kablam! Oct 21 14:40:22.961 INFO kablam! warning: unused import: `Program` Oct 21 14:40:22.961 INFO kablam! --> src/internal/program.rs:2:23 Oct 21 14:40:22.961 INFO kablam! | Oct 21 14:40:22.961 INFO kablam! 2 | use glium::{ Display, Program }; Oct 21 14:40:22.961 INFO kablam! | ^^^^^^^ Oct 21 14:40:22.961 INFO kablam! Oct 21 14:40:23.248 INFO kablam! warning: unused variable: `light` Oct 21 14:40:23.248 INFO kablam! --> src/main.rs:109:13 Oct 21 14:40:23.248 INFO kablam! | Oct 21 14:40:23.248 INFO kablam! 109 | let light = [(iteration as f32 / 10.0).sin() * 14.0, Oct 21 14:40:23.248 INFO kablam! | ^^^^^ help: consider using `_light` instead Oct 21 14:40:23.248 INFO kablam! | Oct 21 14:40:23.248 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 14:40:23.248 INFO kablam! Oct 21 14:40:23.248 INFO kablam! warning: unused variable: `light_trajectory_radius` Oct 21 14:40:23.248 INFO kablam! --> src/main.rs:113:13 Oct 21 14:40:23.248 INFO kablam! | Oct 21 14:40:23.248 INFO kablam! 113 | let light_trajectory_radius = 10.0; Oct 21 14:40:23.248 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: consider using `_light_trajectory_radius` instead Oct 21 14:40:23.248 INFO kablam! Oct 21 14:40:23.248 INFO kablam! warning: unused variable: `light` Oct 21 14:40:23.248 INFO kablam! --> src/main.rs:109:13 Oct 21 14:40:23.248 INFO kablam! | Oct 21 14:40:23.248 INFO kablam! 109 | let light = [(iteration as f32 / 10.0).sin() * 14.0, Oct 21 14:40:23.248 INFO kablam! | ^^^^^ help: consider using `_light` instead Oct 21 14:40:23.248 INFO kablam! | Oct 21 14:40:23.248 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 14:40:23.248 INFO kablam! Oct 21 14:40:23.248 INFO kablam! warning: unused variable: `light_trajectory_radius` Oct 21 14:40:23.248 INFO kablam! --> src/main.rs:113:13 Oct 21 14:40:23.248 INFO kablam! | Oct 21 14:40:23.248 INFO kablam! 113 | let light_trajectory_radius = 10.0; Oct 21 14:40:23.248 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: consider using `_light_trajectory_radius` instead Oct 21 14:40:23.248 INFO kablam! Oct 21 14:40:23.262 INFO kablam! warning: struct is never constructed: `Skybox` Oct 21 14:40:23.262 INFO kablam! --> src/internal/skybox.rs:10:1 Oct 21 14:40:23.262 INFO kablam! | Oct 21 14:40:23.262 INFO kablam! 10 | pub struct Skybox { Oct 21 14:40:23.262 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 21 14:40:23.262 INFO kablam! | Oct 21 14:40:23.262 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 14:40:23.262 INFO kablam! Oct 21 14:40:23.262 INFO kablam! warning: method is never used: `new` Oct 21 14:40:23.263 INFO kablam! --> src/internal/skybox.rs:24:5 Oct 21 14:40:23.263 INFO kablam! | Oct 21 14:40:23.263 INFO kablam! 24 | pub fn new(dist: f32, display_ref: &glium::Display) -> Skybox { Oct 21 14:40:23.263 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:40:23.263 INFO kablam! Oct 21 14:40:23.263 INFO kablam! warning: method is never used: `with_position_only` Oct 21 14:40:23.264 INFO kablam! --> src/internal/mod.rs:91:5 Oct 21 14:40:23.264 INFO kablam! | Oct 21 14:40:23.264 INFO kablam! 91 | pub fn with_position_only(pos: [f32; 3]) -> Vertex { Oct 21 14:40:23.264 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:40:23.264 INFO kablam! Oct 21 14:40:23.274 INFO kablam! warning: struct is never constructed: `Skybox` Oct 21 14:40:23.274 INFO kablam! --> src/internal/skybox.rs:10:1 Oct 21 14:40:23.274 INFO kablam! | Oct 21 14:40:23.274 INFO kablam! 10 | pub struct Skybox { Oct 21 14:40:23.274 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 21 14:40:23.274 INFO kablam! | Oct 21 14:40:23.274 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 14:40:23.274 INFO kablam! Oct 21 14:40:23.274 INFO kablam! warning: method is never used: `new` Oct 21 14:40:23.274 INFO kablam! --> src/internal/skybox.rs:24:5 Oct 21 14:40:23.274 INFO kablam! | Oct 21 14:40:23.274 INFO kablam! 24 | pub fn new(dist: f32, display_ref: &glium::Display) -> Skybox { Oct 21 14:40:23.274 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:40:23.274 INFO kablam! Oct 21 14:40:23.274 INFO kablam! warning: method is never used: `with_position_only` Oct 21 14:40:23.274 INFO kablam! --> src/internal/mod.rs:91:5 Oct 21 14:40:23.274 INFO kablam! | Oct 21 14:40:23.274 INFO kablam! 91 | pub fn with_position_only(pos: [f32; 3]) -> Vertex { Oct 21 14:40:23.274 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:40:23.274 INFO kablam! Oct 21 14:40:23.320 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 03s Oct 21 14:40:23.320 INFO kablam! su: No module specific data is present Oct 21 14:40:23.583 INFO running `"docker" "rm" "-f" "719ff87ceb339995137332b4dedbbac7cb38ed91a52d13abf25c183a93443f99"` Oct 21 14:40:23.672 INFO blam! 719ff87ceb339995137332b4dedbbac7cb38ed91a52d13abf25c183a93443f99