Oct 11 17:17:21.635 INFO testing luminance-gl-0.13.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 17:17:21.635 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 17:17:21.637 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 11 17:17:21.914 INFO blam! 077a9b1addc41cd9100946032617eb83c98fe0a82ac60550a20c0b1669e38f16 Oct 11 17:17:21.924 INFO running `"docker" "start" "-a" "077a9b1addc41cd9100946032617eb83c98fe0a82ac60550a20c0b1669e38f16"` Oct 11 17:17:22.360 INFO kablam! usermod: no changes Oct 11 17:17:22.423 INFO kablam! Compiling luminance v0.16.0 Oct 11 17:17:22.427 INFO kablam! Compiling gl v0.5.2 Oct 11 17:17:30.158 INFO kablam! Compiling luminance-gl v0.13.0 (/source) Oct 11 17:17:30.708 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 17:17:30.708 INFO kablam! --> src/gl33/framebuffer.rs:31:45 Oct 11 17:17:30.708 INFO kablam! | Oct 11 17:17:30.708 INFO kablam! 31 | let mut textures: Vec = vec![0; (color_formats.len() + if depth_format.is_some() { 1 } else { 0 })]; // FIXME: remove that (inference) Oct 11 17:17:30.708 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 17:17:30.708 INFO kablam! | Oct 11 17:17:30.708 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 17:17:30.708 INFO kablam! Oct 11 17:17:30.863 INFO kablam! warning: type annotations needed Oct 11 17:17:30.863 INFO kablam! --> src/gl33/tess.rs:180:121 Oct 11 17:17:30.863 INFO kablam! | Oct 11 17:17:30.863 INFO kablam! 180 | gl::VertexAttribPointer(i as GLuint, dim_as_size(&f.dim), opengl_sized_type(&f), gl::FALSE, stride, ptr::null().offset(off as isize)); Oct 11 17:17:30.864 INFO kablam! | ^^^^^^ Oct 11 17:17:30.864 INFO kablam! | Oct 11 17:17:30.864 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Oct 11 17:17:30.864 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 17:17:30.864 INFO kablam! = note: for more information, see issue #46906 Oct 11 17:17:30.864 INFO kablam! Oct 11 17:17:30.864 INFO kablam! warning: type annotations needed Oct 11 17:17:30.864 INFO kablam! --> src/gl33/tess.rs:185:111 Oct 11 17:17:30.864 INFO kablam! | Oct 11 17:17:30.864 INFO kablam! 185 | gl::VertexAttribIPointer(i as GLuint, dim_as_size(&f.dim), opengl_sized_type(&f), stride, ptr::null().offset(off as isize)); Oct 11 17:17:30.864 INFO kablam! | ^^^^^^ Oct 11 17:17:30.864 INFO kablam! | Oct 11 17:17:30.864 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 17:17:30.864 INFO kablam! = note: for more information, see issue #46906 Oct 11 17:17:30.865 INFO kablam! Oct 11 17:17:31.631 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.25s Oct 11 17:17:31.634 INFO kablam! su: No module specific data is present Oct 11 17:17:31.962 INFO running `"docker" "rm" "-f" "077a9b1addc41cd9100946032617eb83c98fe0a82ac60550a20c0b1669e38f16"` Oct 11 17:17:32.099 INFO blam! 077a9b1addc41cd9100946032617eb83c98fe0a82ac60550a20c0b1669e38f16 Oct 11 17:17:32.106 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 17:17:32.107 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 11 17:17:32.329 INFO blam! 311ffe15db83a10bed02515a3083ff36bd27047a6207da961f251dbde4ab8ffb Oct 11 17:17:32.331 INFO running `"docker" "start" "-a" "311ffe15db83a10bed02515a3083ff36bd27047a6207da961f251dbde4ab8ffb"` Oct 11 17:17:32.927 INFO kablam! usermod: no changes Oct 11 17:17:32.961 INFO kablam! Compiling luminance-gl v0.13.0 (/source) Oct 11 17:17:33.772 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 17:17:33.772 INFO kablam! --> src/gl33/framebuffer.rs:31:45 Oct 11 17:17:33.772 INFO kablam! | Oct 11 17:17:33.772 INFO kablam! 31 | let mut textures: Vec = vec![0; (color_formats.len() + if depth_format.is_some() { 1 } else { 0 })]; // FIXME: remove that (inference) Oct 11 17:17:33.772 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 17:17:33.772 INFO kablam! | Oct 11 17:17:33.772 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 17:17:33.772 INFO kablam! Oct 11 17:17:33.968 INFO kablam! warning: type annotations needed Oct 11 17:17:33.968 INFO kablam! --> src/gl33/tess.rs:180:121 Oct 11 17:17:33.968 INFO kablam! | Oct 11 17:17:33.968 INFO kablam! 180 | gl::VertexAttribPointer(i as GLuint, dim_as_size(&f.dim), opengl_sized_type(&f), gl::FALSE, stride, ptr::null().offset(off as isize)); Oct 11 17:17:33.968 INFO kablam! | ^^^^^^ Oct 11 17:17:33.968 INFO kablam! | Oct 11 17:17:33.968 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Oct 11 17:17:33.968 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 17:17:33.968 INFO kablam! = note: for more information, see issue #46906 Oct 11 17:17:33.968 INFO kablam! Oct 11 17:17:33.969 INFO kablam! warning: type annotations needed Oct 11 17:17:33.969 INFO kablam! --> src/gl33/tess.rs:185:111 Oct 11 17:17:33.969 INFO kablam! | Oct 11 17:17:33.969 INFO kablam! 185 | gl::VertexAttribIPointer(i as GLuint, dim_as_size(&f.dim), opengl_sized_type(&f), stride, ptr::null().offset(off as isize)); Oct 11 17:17:33.969 INFO kablam! | ^^^^^^ Oct 11 17:17:33.969 INFO kablam! | Oct 11 17:17:33.969 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 11 17:17:33.969 INFO kablam! = note: for more information, see issue #46906 Oct 11 17:17:33.969 INFO kablam! Oct 11 17:17:34.496 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.55s Oct 11 17:17:34.497 INFO kablam! su: No module specific data is present Oct 11 17:17:34.901 INFO running `"docker" "rm" "-f" "311ffe15db83a10bed02515a3083ff36bd27047a6207da961f251dbde4ab8ffb"` Oct 11 17:17:35.176 INFO blam! 311ffe15db83a10bed02515a3083ff36bd27047a6207da961f251dbde4ab8ffb Oct 11 17:17:35.188 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 17:17:35.188 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 11 17:17:35.579 INFO blam! df02d039fecec1704f89850513f17bd4b03078d1412bdcbe3ada895f44985eed Oct 11 17:17:35.584 INFO running `"docker" "start" "-a" "df02d039fecec1704f89850513f17bd4b03078d1412bdcbe3ada895f44985eed"` Oct 11 17:17:36.636 INFO kablam! usermod: no changes Oct 11 17:17:36.674 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 11 17:17:36.686 INFO kablam! Running /target/debug/deps/luminance_gl-57e3fd86dfb19a1d Oct 11 17:17:36.688 INFO blam! Oct 11 17:17:36.688 INFO blam! running 0 tests Oct 11 17:17:36.688 INFO blam! Oct 11 17:17:36.688 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 17:17:36.688 INFO blam! Oct 11 17:17:36.689 INFO kablam! Doc-tests luminance-gl Oct 11 17:17:38.105 INFO blam! Oct 11 17:17:38.105 INFO blam! running 0 tests Oct 11 17:17:38.105 INFO blam! Oct 11 17:17:38.106 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 17:17:38.106 INFO blam! Oct 11 17:17:38.113 INFO kablam! su: No module specific data is present Oct 11 17:17:39.267 INFO running `"docker" "rm" "-f" "df02d039fecec1704f89850513f17bd4b03078d1412bdcbe3ada895f44985eed"` Oct 11 17:17:39.520 INFO blam! df02d039fecec1704f89850513f17bd4b03078d1412bdcbe3ada895f44985eed