Oct 15 12:57:00.367 INFO testing 64/iris against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 12:57:00.368 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 15 12:57:00.899 INFO blam! f0aa4af8d3527a911b933eb518701b8cf9008c55884c68a878b263f687337ea3 Oct 15 12:57:00.901 INFO running `"docker" "start" "-a" "f0aa4af8d3527a911b933eb518701b8cf9008c55884c68a878b263f687337ea3"` Oct 15 12:57:02.050 INFO kablam! usermod: no changes Oct 15 12:57:02.500 INFO kablam! Compiling libm v0.1.2 Oct 15 12:57:02.515 INFO kablam! Compiling tobj v0.1.6 Oct 15 12:57:02.529 INFO kablam! Compiling fxhash v0.2.1 Oct 15 12:57:02.530 INFO kablam! Compiling parking_lot_core v0.2.14 Oct 15 12:57:02.530 INFO kablam! Compiling num-complex v0.2.0 Oct 15 12:57:02.530 INFO kablam! Compiling backtrace v0.3.9 Oct 15 12:57:02.531 INFO kablam! Compiling glutin v0.17.0 Oct 15 12:57:02.531 INFO kablam! Compiling glium v0.22.0 Oct 15 12:57:05.138 INFO kablam! Compiling backtrace v0.2.3 Oct 15 12:57:05.839 INFO kablam! Compiling jpeg-decoder v0.1.15 Oct 15 12:57:10.794 INFO kablam! Compiling shred v0.7.0 Oct 15 12:57:10.843 INFO kablam! Compiling hibitset v0.5.1 Oct 15 12:57:10.887 INFO kablam! Compiling smithay-client-toolkit v0.2.6 Oct 15 12:57:11.109 INFO kablam! Compiling alga v0.7.1 Oct 15 12:57:14.287 INFO kablam! Compiling error-chain v0.5.0 Oct 15 12:57:15.740 INFO kablam! Compiling parking_lot v0.5.5 Oct 15 12:57:17.975 INFO kablam! Compiling cpuprofiler v0.0.3 Oct 15 12:57:27.659 INFO kablam! Compiling shrev v1.0.1 Oct 15 12:57:27.718 INFO kablam! Compiling image v0.19.0 Oct 15 12:57:28.917 INFO kablam! Compiling nalgebra v0.16.0 Oct 15 12:57:28.992 INFO kablam! Compiling winit v0.16.2 Oct 15 12:57:32.779 INFO kablam! Compiling specs v0.12.1 Oct 15 12:58:51.123 INFO kablam! Compiling iris v0.1.0 (/source) Oct 15 12:58:55.287 INFO kablam! warning: field is never used: `shadowmap_shader` Oct 15 12:58:55.288 INFO kablam! --> src/renderer.rs:20:5 Oct 15 12:58:55.289 INFO kablam! | Oct 15 12:58:55.289 INFO kablam! 20 | shadowmap_shader: Shader, Oct 15 12:58:55.290 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:58:55.290 INFO kablam! | Oct 15 12:58:55.291 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 12:58:55.291 INFO kablam! Oct 15 12:58:55.292 INFO kablam! warning: method is never used: `render_geometry_only` Oct 15 12:58:55.292 INFO kablam! --> src/renderer.rs:164:5 Oct 15 12:58:55.293 INFO kablam! | Oct 15 12:58:55.293 INFO kablam! 164 | / pub fn render_geometry_only(&self, target: &mut S, shader: &Shader, params: &glium::DrawParameters, get_uniforms: F) Oct 15 12:58:55.293 INFO kablam! 165 | | where S: glium::Surface, Oct 15 12:58:55.293 INFO kablam! 166 | | U: glium::uniforms::Uniforms, Oct 15 12:58:55.293 INFO kablam! 167 | | F: Fn(Matrix4) -> U Oct 15 12:58:55.294 INFO kablam! ... | Oct 15 12:58:55.295 INFO kablam! 182 | | } Oct 15 12:58:55.295 INFO kablam! 183 | | } Oct 15 12:58:55.295 INFO kablam! | |_____^ Oct 15 12:58:55.295 INFO kablam! Oct 15 12:58:55.295 INFO kablam! warning: constant item is never used: `MAX_POINT_LIGHTS` Oct 15 12:58:55.295 INFO kablam! --> src/light.rs:3:1 Oct 15 12:58:55.295 INFO kablam! | Oct 15 12:58:55.295 INFO kablam! 3 | pub const MAX_POINT_LIGHTS: usize = 30; Oct 15 12:58:55.295 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:58:55.295 INFO kablam! Oct 15 12:58:55.295 INFO kablam! warning: constant item is never used: `MAP_WIDTH` Oct 15 12:58:55.295 INFO kablam! --> src/lightset.rs:11:1 Oct 15 12:58:55.295 INFO kablam! | Oct 15 12:58:55.295 INFO kablam! 11 | const MAP_WIDTH: u32 = 1024; Oct 15 12:58:55.295 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:58:55.295 INFO kablam! Oct 15 12:58:55.295 INFO kablam! warning: constant item is never used: `MAP_HEIGHT` Oct 15 12:58:55.295 INFO kablam! --> src/lightset.rs:12:1 Oct 15 12:58:55.295 INFO kablam! | Oct 15 12:58:55.295 INFO kablam! 12 | const MAP_HEIGHT: u32 = 1024; Oct 15 12:58:55.295 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:58:55.295 INFO kablam! Oct 15 12:58:55.295 INFO kablam! warning: field is never used: `shadow_maps` Oct 15 12:58:55.295 INFO kablam! --> src/lightset.rs:16:5 Oct 15 12:58:55.295 INFO kablam! | Oct 15 12:58:55.295 INFO kablam! 16 | shadow_maps: UnsafeCell>, Oct 15 12:58:55.295 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:58:55.295 INFO kablam! Oct 15 12:58:55.295 INFO kablam! warning: method is never used: `maps` Oct 15 12:58:55.295 INFO kablam! --> src/lightset.rs:39:5 Oct 15 12:58:55.295 INFO kablam! | Oct 15 12:58:55.295 INFO kablam! 39 | pub unsafe fn maps(&self) -> &[glium::texture::DepthTexture2d] { Oct 15 12:58:55.295 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:58:55.295 INFO kablam! Oct 15 12:58:55.295 INFO kablam! warning: method is never used: `build_shadows` Oct 15 12:58:55.295 INFO kablam! --> src/lightset.rs:43:5 Oct 15 12:58:55.295 INFO kablam! | Oct 15 12:58:55.295 INFO kablam! 43 | pub fn build_shadows(&self, shader: &Shader, renderer: &Renderer) Oct 15 12:58:55.295 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:58:55.295 INFO kablam! Oct 15 12:59:04.983 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2m 02s Oct 15 12:59:05.001 INFO kablam! su: No module specific data is present Oct 15 12:59:06.360 INFO running `"docker" "rm" "-f" "f0aa4af8d3527a911b933eb518701b8cf9008c55884c68a878b263f687337ea3"` Oct 15 12:59:06.711 INFO blam! f0aa4af8d3527a911b933eb518701b8cf9008c55884c68a878b263f687337ea3 Oct 15 12:59:06.728 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 15 12:59:07.216 INFO blam! 7ad679035516bc01e975ce2fec0490d7f3fd5a043c2badbcb1e4caa29513d6f1 Oct 15 12:59:07.219 INFO running `"docker" "start" "-a" "7ad679035516bc01e975ce2fec0490d7f3fd5a043c2badbcb1e4caa29513d6f1"` Oct 15 12:59:08.487 INFO kablam! usermod: no changes Oct 15 12:59:08.775 INFO kablam! Compiling iris v0.1.0 (/source) Oct 15 12:59:13.275 INFO kablam! warning: field is never used: `shadowmap_shader` Oct 15 12:59:13.275 INFO kablam! --> src/renderer.rs:20:5 Oct 15 12:59:13.275 INFO kablam! | Oct 15 12:59:13.275 INFO kablam! 20 | shadowmap_shader: Shader, Oct 15 12:59:13.275 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:59:13.275 INFO kablam! | Oct 15 12:59:13.275 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 12:59:13.275 INFO kablam! Oct 15 12:59:13.275 INFO kablam! warning: method is never used: `render_geometry_only` Oct 15 12:59:13.275 INFO kablam! --> src/renderer.rs:164:5 Oct 15 12:59:13.275 INFO kablam! | Oct 15 12:59:13.275 INFO kablam! 164 | / pub fn render_geometry_only(&self, target: &mut S, shader: &Shader, params: &glium::DrawParameters, get_uniforms: F) Oct 15 12:59:13.275 INFO kablam! 165 | | where S: glium::Surface, Oct 15 12:59:13.275 INFO kablam! 166 | | U: glium::uniforms::Uniforms, Oct 15 12:59:13.275 INFO kablam! 167 | | F: Fn(Matrix4) -> U Oct 15 12:59:13.275 INFO kablam! ... | Oct 15 12:59:13.275 INFO kablam! 182 | | } Oct 15 12:59:13.275 INFO kablam! 183 | | } Oct 15 12:59:13.275 INFO kablam! | |_____^ Oct 15 12:59:13.275 INFO kablam! Oct 15 12:59:13.275 INFO kablam! warning: constant item is never used: `MAX_POINT_LIGHTS` Oct 15 12:59:13.275 INFO kablam! --> src/light.rs:3:1 Oct 15 12:59:13.275 INFO kablam! | Oct 15 12:59:13.275 INFO kablam! 3 | pub const MAX_POINT_LIGHTS: usize = 30; Oct 15 12:59:13.275 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:59:13.275 INFO kablam! Oct 15 12:59:13.275 INFO kablam! warning: constant item is never used: `MAP_WIDTH` Oct 15 12:59:13.275 INFO kablam! --> src/lightset.rs:11:1 Oct 15 12:59:13.275 INFO kablam! | Oct 15 12:59:13.275 INFO kablam! 11 | const MAP_WIDTH: u32 = 1024; Oct 15 12:59:13.275 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:59:13.275 INFO kablam! Oct 15 12:59:13.275 INFO kablam! warning: constant item is never used: `MAP_HEIGHT` Oct 15 12:59:13.275 INFO kablam! --> src/lightset.rs:12:1 Oct 15 12:59:13.275 INFO kablam! | Oct 15 12:59:13.275 INFO kablam! 12 | const MAP_HEIGHT: u32 = 1024; Oct 15 12:59:13.275 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:59:13.275 INFO kablam! Oct 15 12:59:13.275 INFO kablam! warning: field is never used: `shadow_maps` Oct 15 12:59:13.275 INFO kablam! --> src/lightset.rs:16:5 Oct 15 12:59:13.275 INFO kablam! | Oct 15 12:59:13.275 INFO kablam! 16 | shadow_maps: UnsafeCell>, Oct 15 12:59:13.275 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:59:13.275 INFO kablam! Oct 15 12:59:13.275 INFO kablam! warning: method is never used: `maps` Oct 15 12:59:13.275 INFO kablam! --> src/lightset.rs:39:5 Oct 15 12:59:13.275 INFO kablam! | Oct 15 12:59:13.275 INFO kablam! 39 | pub unsafe fn maps(&self) -> &[glium::texture::DepthTexture2d] { Oct 15 12:59:13.275 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:59:13.275 INFO kablam! Oct 15 12:59:13.275 INFO kablam! warning: method is never used: `build_shadows` Oct 15 12:59:13.275 INFO kablam! --> src/lightset.rs:43:5 Oct 15 12:59:13.275 INFO kablam! | Oct 15 12:59:13.275 INFO kablam! 43 | pub fn build_shadows(&self, shader: &Shader, renderer: &Renderer) Oct 15 12:59:13.275 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:59:13.275 INFO kablam! Oct 15 12:59:13.870 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.36s Oct 15 12:59:13.888 INFO kablam! su: No module specific data is present Oct 15 12:59:15.020 INFO running `"docker" "rm" "-f" "7ad679035516bc01e975ce2fec0490d7f3fd5a043c2badbcb1e4caa29513d6f1"` Oct 15 12:59:15.270 INFO blam! 7ad679035516bc01e975ce2fec0490d7f3fd5a043c2badbcb1e4caa29513d6f1 Oct 15 12:59:15.277 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 15 12:59:15.791 INFO blam! 0b0a9907de3b7414dfe34135784474327c1f85ef6184c3743893b8a1a1ffe97a Oct 15 12:59:15.799 INFO running `"docker" "start" "-a" "0b0a9907de3b7414dfe34135784474327c1f85ef6184c3743893b8a1a1ffe97a"` Oct 15 12:59:16.867 INFO kablam! usermod: no changes Oct 15 12:59:17.191 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.29s Oct 15 12:59:17.215 INFO kablam! Running /target/debug/deps/iris-ad5002ce32a6ad43 Oct 15 12:59:17.237 INFO blam! Oct 15 12:59:17.238 INFO blam! running 0 tests Oct 15 12:59:17.238 INFO blam! Oct 15 12:59:17.238 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 12:59:17.238 INFO blam! Oct 15 12:59:17.239 INFO kablam! su: No module specific data is present Oct 15 12:59:17.907 INFO running `"docker" "rm" "-f" "0b0a9907de3b7414dfe34135784474327c1f85ef6184c3743893b8a1a1ffe97a"` Oct 15 12:59:18.145 INFO blam! 0b0a9907de3b7414dfe34135784474327c1f85ef6184c3743893b8a1a1ffe97a