Oct 10 16:30:22.699 INFO testing qezz/glium-shadowmapping-test against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 16:30:22.699 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 16:30:22.699 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 16:30:23.252 INFO blam! 01965c40c5784ec2c39b265279739787ace8c2459affacce275f78c4d5aaa1fc Oct 10 16:30:23.256 INFO running `"docker" "start" "-a" "01965c40c5784ec2c39b265279739787ace8c2459affacce275f78c4d5aaa1fc"` Oct 10 16:30:24.136 INFO kablam! usermod: no changes Oct 10 16:30:24.388 INFO kablam! Compiling tempfile v2.2.0 Oct 10 16:30:24.389 INFO kablam! Compiling cgmath v0.14.1 Oct 10 16:30:24.394 INFO kablam! Compiling rayon-core v1.2.1 Oct 10 16:30:24.394 INFO kablam! Compiling png v0.10.0 Oct 10 16:30:24.394 INFO kablam! Compiling glium v0.17.1 Oct 10 16:30:24.394 INFO kablam! Compiling x11-dl v2.15.0 Oct 10 16:30:24.405 INFO kablam! Compiling backtrace-sys v0.1.14 Oct 10 16:30:24.424 INFO kablam! Compiling libloading v0.3.4 Oct 10 16:30:26.212 INFO kablam! Compiling backtrace v0.3.3 Oct 10 16:30:27.640 INFO kablam! Compiling dlib v0.3.1 Oct 10 16:30:29.332 INFO kablam! Compiling rayon v0.8.2 Oct 10 16:30:30.442 INFO kablam! Compiling wayland-sys v0.9.10 Oct 10 16:30:33.320 INFO kablam! Compiling wayland-client v0.9.10 Oct 10 16:30:35.611 INFO kablam! Compiling jpeg-decoder v0.1.13 Oct 10 16:30:38.624 INFO kablam! Compiling genmesh v0.5.0 Oct 10 16:30:38.741 INFO kablam! Compiling genmesh v0.4.3 Oct 10 16:30:41.336 INFO kablam! Compiling wayland-protocols v0.9.10 Oct 10 16:30:41.336 INFO kablam! Compiling wayland-kbd v0.9.1 Oct 10 16:30:41.994 INFO kablam! Compiling obj v0.8.0 Oct 10 16:30:44.588 INFO kablam! Compiling image v0.16.0 Oct 10 16:30:49.658 INFO kablam! Compiling wayland-window v0.7.0 Oct 10 16:30:51.457 INFO kablam! Compiling winit v0.7.6 Oct 10 16:31:03.712 INFO kablam! Compiling glutin v0.9.2 Oct 10 16:31:30.621 INFO kablam! Compiling glium-shadow-mapping v0.1.0 (/source) Oct 10 16:31:32.988 INFO kablam! warning: unused import: `std::path::Path` Oct 10 16:31:32.988 INFO kablam! --> src/main.rs:20:5 Oct 10 16:31:32.988 INFO kablam! | Oct 10 16:31:32.988 INFO kablam! 20 | use std::path::Path; Oct 10 16:31:32.988 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 16:31:32.988 INFO kablam! | Oct 10 16:31:32.989 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 16:31:32.989 INFO kablam! Oct 10 16:31:32.989 INFO kablam! warning: unused import: `glium::Texture2d` Oct 10 16:31:32.989 INFO kablam! --> src/internal/mod.rs:6:5 Oct 10 16:31:32.989 INFO kablam! | Oct 10 16:31:32.989 INFO kablam! 6 | use glium::Texture2d; Oct 10 16:31:32.989 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 16:31:32.990 INFO kablam! Oct 10 16:31:32.990 INFO kablam! warning: unused import: `Program` Oct 10 16:31:32.990 INFO kablam! --> src/internal/program.rs:2:23 Oct 10 16:31:32.990 INFO kablam! | Oct 10 16:31:32.990 INFO kablam! 2 | use glium::{ Display, Program }; Oct 10 16:31:32.990 INFO kablam! | ^^^^^^^ Oct 10 16:31:32.990 INFO kablam! Oct 10 16:31:33.195 INFO kablam! warning: unused variable: `light` Oct 10 16:31:33.195 INFO kablam! --> src/main.rs:109:13 Oct 10 16:31:33.195 INFO kablam! | Oct 10 16:31:33.195 INFO kablam! 109 | let light = [(iteration as f32 / 10.0).sin() * 14.0, Oct 10 16:31:33.195 INFO kablam! | ^^^^^ help: consider using `_light` instead Oct 10 16:31:33.195 INFO kablam! | Oct 10 16:31:33.195 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 16:31:33.195 INFO kablam! Oct 10 16:31:33.195 INFO kablam! warning: unused variable: `light_trajectory_radius` Oct 10 16:31:33.195 INFO kablam! --> src/main.rs:113:13 Oct 10 16:31:33.195 INFO kablam! | Oct 10 16:31:33.195 INFO kablam! 113 | let light_trajectory_radius = 10.0; Oct 10 16:31:33.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: consider using `_light_trajectory_radius` instead Oct 10 16:31:33.195 INFO kablam! Oct 10 16:31:33.225 INFO kablam! warning: struct is never constructed: `Skybox` Oct 10 16:31:33.225 INFO kablam! --> src/internal/skybox.rs:10:1 Oct 10 16:31:33.225 INFO kablam! | Oct 10 16:31:33.225 INFO kablam! 10 | pub struct Skybox { Oct 10 16:31:33.225 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 16:31:33.225 INFO kablam! | Oct 10 16:31:33.225 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 16:31:33.225 INFO kablam! Oct 10 16:31:33.225 INFO kablam! warning: method is never used: `new` Oct 10 16:31:33.225 INFO kablam! --> src/internal/skybox.rs:24:5 Oct 10 16:31:33.225 INFO kablam! | Oct 10 16:31:33.225 INFO kablam! 24 | pub fn new(dist: f32, display_ref: &glium::Display) -> Skybox { Oct 10 16:31:33.225 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:31:33.225 INFO kablam! Oct 10 16:31:33.225 INFO kablam! warning: method is never used: `with_position_only` Oct 10 16:31:33.225 INFO kablam! --> src/internal/mod.rs:91:5 Oct 10 16:31:33.225 INFO kablam! | Oct 10 16:31:33.225 INFO kablam! 91 | pub fn with_position_only(pos: [f32; 3]) -> Vertex { Oct 10 16:31:33.225 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:31:33.225 INFO kablam! Oct 10 16:31:37.800 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 13s Oct 10 16:31:37.816 INFO kablam! su: No module specific data is present Oct 10 16:31:38.074 INFO running `"docker" "rm" "-f" "01965c40c5784ec2c39b265279739787ace8c2459affacce275f78c4d5aaa1fc"` Oct 10 16:31:38.273 INFO blam! 01965c40c5784ec2c39b265279739787ace8c2459affacce275f78c4d5aaa1fc Oct 10 16:31:38.281 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 16:31:38.282 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 16:31:38.459 INFO blam! da42a3e9a7f32f2e37960fbdcbfa1cfdd8f30963d205c3774264225abdcc4e5d Oct 10 16:31:38.461 INFO running `"docker" "start" "-a" "da42a3e9a7f32f2e37960fbdcbfa1cfdd8f30963d205c3774264225abdcc4e5d"` Oct 10 16:31:38.855 INFO kablam! usermod: no changes Oct 10 16:31:39.014 INFO kablam! Compiling glium-shadow-mapping v0.1.0 (/source) Oct 10 16:31:41.485 INFO kablam! warning: unused import: `std::path::Path` Oct 10 16:31:41.485 INFO kablam! --> src/main.rs:20:5 Oct 10 16:31:41.485 INFO kablam! | Oct 10 16:31:41.485 INFO kablam! 20 | use std::path::Path; Oct 10 16:31:41.486 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 16:31:41.486 INFO kablam! | Oct 10 16:31:41.486 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 16:31:41.486 INFO kablam! Oct 10 16:31:41.486 INFO kablam! warning: unused import: `glium::Texture2d` Oct 10 16:31:41.486 INFO kablam! --> src/internal/mod.rs:6:5 Oct 10 16:31:41.486 INFO kablam! | Oct 10 16:31:41.486 INFO kablam! 6 | use glium::Texture2d; Oct 10 16:31:41.486 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 16:31:41.486 INFO kablam! Oct 10 16:31:41.486 INFO kablam! warning: unused import: `Program` Oct 10 16:31:41.486 INFO kablam! --> src/internal/program.rs:2:23 Oct 10 16:31:41.486 INFO kablam! | Oct 10 16:31:41.486 INFO kablam! 2 | use glium::{ Display, Program }; Oct 10 16:31:41.486 INFO kablam! | ^^^^^^^ Oct 10 16:31:41.486 INFO kablam! Oct 10 16:31:41.744 INFO kablam! warning: unused variable: `light` Oct 10 16:31:41.744 INFO kablam! --> src/main.rs:109:13 Oct 10 16:31:41.744 INFO kablam! | Oct 10 16:31:41.744 INFO kablam! 109 | let light = [(iteration as f32 / 10.0).sin() * 14.0, Oct 10 16:31:41.744 INFO kablam! | ^^^^^ help: consider using `_light` instead Oct 10 16:31:41.744 INFO kablam! | Oct 10 16:31:41.744 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 16:31:41.744 INFO kablam! Oct 10 16:31:41.744 INFO kablam! warning: unused variable: `light_trajectory_radius` Oct 10 16:31:41.744 INFO kablam! --> src/main.rs:113:13 Oct 10 16:31:41.744 INFO kablam! | Oct 10 16:31:41.744 INFO kablam! 113 | let light_trajectory_radius = 10.0; Oct 10 16:31:41.744 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: consider using `_light_trajectory_radius` instead Oct 10 16:31:41.744 INFO kablam! Oct 10 16:31:41.790 INFO kablam! warning: struct is never constructed: `Skybox` Oct 10 16:31:41.790 INFO kablam! --> src/internal/skybox.rs:10:1 Oct 10 16:31:41.790 INFO kablam! | Oct 10 16:31:41.791 INFO kablam! 10 | pub struct Skybox { Oct 10 16:31:41.791 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 16:31:41.791 INFO kablam! | Oct 10 16:31:41.792 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 16:31:41.792 INFO kablam! Oct 10 16:31:41.792 INFO kablam! warning: method is never used: `new` Oct 10 16:31:41.792 INFO kablam! --> src/internal/skybox.rs:24:5 Oct 10 16:31:41.793 INFO kablam! | Oct 10 16:31:41.793 INFO kablam! 24 | pub fn new(dist: f32, display_ref: &glium::Display) -> Skybox { Oct 10 16:31:41.793 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:31:41.794 INFO kablam! Oct 10 16:31:41.794 INFO kablam! warning: method is never used: `with_position_only` Oct 10 16:31:41.794 INFO kablam! --> src/internal/mod.rs:91:5 Oct 10 16:31:41.795 INFO kablam! | Oct 10 16:31:41.795 INFO kablam! 91 | pub fn with_position_only(pos: [f32; 3]) -> Vertex { Oct 10 16:31:41.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:31:41.795 INFO kablam! Oct 10 16:31:42.236 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.36s Oct 10 16:31:42.248 INFO kablam! su: No module specific data is present Oct 10 16:31:42.673 INFO running `"docker" "rm" "-f" "da42a3e9a7f32f2e37960fbdcbfa1cfdd8f30963d205c3774264225abdcc4e5d"` Oct 10 16:31:42.908 INFO blam! da42a3e9a7f32f2e37960fbdcbfa1cfdd8f30963d205c3774264225abdcc4e5d Oct 10 16:31:42.917 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 16:31:42.918 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 16:31:43.330 INFO blam! d0eed44f221c329c34b9a4be694575302eb9fb888e63d525efdd7edecd076111 Oct 10 16:31:43.340 INFO running `"docker" "start" "-a" "d0eed44f221c329c34b9a4be694575302eb9fb888e63d525efdd7edecd076111"` Oct 10 16:31:44.320 INFO kablam! usermod: no changes Oct 10 16:31:44.548 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.20s Oct 10 16:31:44.559 INFO kablam! Running /target/debug/deps/glium_shadow_mapping-a7bab6c7976ad468 Oct 10 16:31:44.566 INFO blam! Oct 10 16:31:44.566 INFO blam! running 0 tests Oct 10 16:31:44.566 INFO blam! Oct 10 16:31:44.566 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 16:31:44.566 INFO blam! Oct 10 16:31:44.570 INFO kablam! su: No module specific data is present Oct 10 16:31:45.224 INFO running `"docker" "rm" "-f" "d0eed44f221c329c34b9a4be694575302eb9fb888e63d525efdd7edecd076111"` Oct 10 16:31:45.576 INFO blam! d0eed44f221c329c34b9a4be694575302eb9fb888e63d525efdd7edecd076111