Oct 10 12:08:07.883 INFO testing xea/visrs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 12:08:07.883 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 12:08:07.883 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 12:08:08.270 INFO blam! afa46f9740757e827315f3f689f6d4ac775a95c4e55c30f09e08aa0675efcc6d Oct 10 12:08:08.272 INFO running `"docker" "start" "-a" "afa46f9740757e827315f3f689f6d4ac775a95c4e55c30f09e08aa0675efcc6d"` Oct 10 12:08:08.740 INFO kablam! usermod: no changes Oct 10 12:08:08.918 INFO kablam! Compiling shared_library v0.1.5 Oct 10 12:08:08.928 INFO kablam! Compiling x11-dl v2.13.0 Oct 10 12:08:08.928 INFO kablam! Compiling glutin v0.7.4 Oct 10 12:08:08.928 INFO kablam! Compiling glium v0.16.0 Oct 10 12:08:08.928 INFO kablam! Compiling fs2 v0.2.5 Oct 10 12:08:08.928 INFO kablam! Compiling tempfile v2.1.5 Oct 10 12:08:08.928 INFO kablam! Compiling backtrace v0.2.3 Oct 10 12:08:08.928 INFO kablam! Compiling libloading v0.3.4 Oct 10 12:08:12.073 INFO kablam! Compiling memmap v0.4.0 Oct 10 12:08:12.168 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 10 12:08:17.056 INFO kablam! Compiling dlib v0.3.1 Oct 10 12:08:17.632 INFO kablam! Compiling wayland-sys v0.7.8 Oct 10 12:08:19.678 INFO kablam! Compiling wayland-client v0.7.8 Oct 10 12:08:22.553 INFO kablam! Compiling wayland-kbd v0.6.3 Oct 10 12:08:22.553 INFO kablam! Compiling wayland-window v0.4.4 Oct 10 12:08:23.983 INFO kablam! Compiling winit v0.5.11 Oct 10 12:08:57.682 INFO kablam! Compiling visrs v0.2.0 (/source) Oct 10 12:08:59.564 INFO kablam! warning: unused imports: `EmptyUniforms`, `UniformValue`, `UniformsStorage` Oct 10 12:08:59.564 INFO kablam! --> src/main.rs:9:23 Oct 10 12:08:59.564 INFO kablam! | Oct 10 12:08:59.564 INFO kablam! 9 | use glium::uniforms::{EmptyUniforms, UniformValue, UniformsStorage}; Oct 10 12:08:59.564 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^^^^^^ Oct 10 12:08:59.564 INFO kablam! | Oct 10 12:08:59.564 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 12:08:59.564 INFO kablam! Oct 10 12:08:59.684 INFO kablam! warning: unused variable: `scene` Oct 10 12:08:59.685 INFO kablam! --> src/main.rs:173:17 Oct 10 12:08:59.685 INFO kablam! | Oct 10 12:08:59.685 INFO kablam! 173 | fn update_state(scene: &mut Scene, state: &mut ProgramState) -> () { Oct 10 12:08:59.686 INFO kablam! | ^^^^^ help: consider using `_scene` instead Oct 10 12:08:59.686 INFO kablam! | Oct 10 12:08:59.686 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 12:08:59.687 INFO kablam! Oct 10 12:08:59.687 INFO kablam! warning: unused variable: `width` Oct 10 12:08:59.687 INFO kablam! --> src/main.rs:199:25 Oct 10 12:08:59.687 INFO kablam! | Oct 10 12:08:59.688 INFO kablam! 199 | &Event::Resized(width, height) => (), Oct 10 12:08:59.688 INFO kablam! | ^^^^^ help: consider using `_width` instead Oct 10 12:08:59.688 INFO kablam! Oct 10 12:08:59.689 INFO kablam! warning: unused variable: `height` Oct 10 12:08:59.689 INFO kablam! --> src/main.rs:199:32 Oct 10 12:08:59.689 INFO kablam! | Oct 10 12:08:59.690 INFO kablam! 199 | &Event::Resized(width, height) => (), Oct 10 12:08:59.690 INFO kablam! | ^^^^^^ help: consider using `_height` instead Oct 10 12:08:59.690 INFO kablam! Oct 10 12:08:59.700 INFO kablam! warning: method is never used: `square` Oct 10 12:08:59.701 INFO kablam! --> src/main.rs:71:5 Oct 10 12:08:59.701 INFO kablam! | Oct 10 12:08:59.701 INFO kablam! 71 | pub fn square() -> Shape { Oct 10 12:08:59.702 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:08:59.702 INFO kablam! | Oct 10 12:08:59.702 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 12:08:59.702 INFO kablam! Oct 10 12:08:59.703 INFO kablam! warning: method is never used: `five_point_star` Oct 10 12:08:59.703 INFO kablam! --> src/main.rs:80:5 Oct 10 12:08:59.703 INFO kablam! | Oct 10 12:08:59.704 INFO kablam! 80 | pub fn five_point_star() -> Shape { Oct 10 12:08:59.704 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:08:59.704 INFO kablam! Oct 10 12:08:59.704 INFO kablam! warning: method is never used: `cube` Oct 10 12:08:59.705 INFO kablam! --> src/main.rs:92:5 Oct 10 12:08:59.705 INFO kablam! | Oct 10 12:08:59.705 INFO kablam! 92 | pub fn cube() -> Shape { Oct 10 12:08:59.706 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:08:59.706 INFO kablam! Oct 10 12:08:59.706 INFO kablam! warning: function is never used: `limit_rate` Oct 10 12:08:59.706 INFO kablam! --> src/main.rs:208:1 Oct 10 12:08:59.707 INFO kablam! | Oct 10 12:08:59.707 INFO kablam! 208 | fn limit_rate(frame_start: &Instant) -> () { Oct 10 12:08:59.707 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:08:59.708 INFO kablam! Oct 10 12:09:03.100 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 54.33s Oct 10 12:09:03.124 INFO kablam! su: No module specific data is present Oct 10 12:09:03.796 INFO running `"docker" "rm" "-f" "afa46f9740757e827315f3f689f6d4ac775a95c4e55c30f09e08aa0675efcc6d"` Oct 10 12:09:04.176 INFO blam! afa46f9740757e827315f3f689f6d4ac775a95c4e55c30f09e08aa0675efcc6d Oct 10 12:09:04.178 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 12:09:04.178 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 12:09:04.647 INFO blam! 04473fc356c3285b50deabe3344ec1786d10854f04651844a0ea238728d43e54 Oct 10 12:09:04.660 INFO running `"docker" "start" "-a" "04473fc356c3285b50deabe3344ec1786d10854f04651844a0ea238728d43e54"` Oct 10 12:09:05.860 INFO kablam! usermod: no changes Oct 10 12:09:06.083 INFO kablam! Compiling visrs v0.2.0 (/source) Oct 10 12:09:08.172 INFO kablam! warning: unused imports: `EmptyUniforms`, `UniformValue`, `UniformsStorage` Oct 10 12:09:08.172 INFO kablam! --> src/main.rs:9:23 Oct 10 12:09:08.172 INFO kablam! | Oct 10 12:09:08.172 INFO kablam! 9 | use glium::uniforms::{EmptyUniforms, UniformValue, UniformsStorage}; Oct 10 12:09:08.172 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^^^^^^ Oct 10 12:09:08.172 INFO kablam! | Oct 10 12:09:08.172 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 12:09:08.172 INFO kablam! Oct 10 12:09:08.301 INFO kablam! warning: unused variable: `scene` Oct 10 12:09:08.301 INFO kablam! --> src/main.rs:173:17 Oct 10 12:09:08.301 INFO kablam! | Oct 10 12:09:08.302 INFO kablam! 173 | fn update_state(scene: &mut Scene, state: &mut ProgramState) -> () { Oct 10 12:09:08.302 INFO kablam! | ^^^^^ help: consider using `_scene` instead Oct 10 12:09:08.302 INFO kablam! | Oct 10 12:09:08.303 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 12:09:08.303 INFO kablam! Oct 10 12:09:08.303 INFO kablam! warning: unused variable: `width` Oct 10 12:09:08.303 INFO kablam! --> src/main.rs:199:25 Oct 10 12:09:08.304 INFO kablam! | Oct 10 12:09:08.304 INFO kablam! 199 | &Event::Resized(width, height) => (), Oct 10 12:09:08.304 INFO kablam! | ^^^^^ help: consider using `_width` instead Oct 10 12:09:08.305 INFO kablam! Oct 10 12:09:08.305 INFO kablam! warning: unused variable: `height` Oct 10 12:09:08.305 INFO kablam! --> src/main.rs:199:32 Oct 10 12:09:08.305 INFO kablam! | Oct 10 12:09:08.306 INFO kablam! 199 | &Event::Resized(width, height) => (), Oct 10 12:09:08.306 INFO kablam! | ^^^^^^ help: consider using `_height` instead Oct 10 12:09:08.306 INFO kablam! Oct 10 12:09:08.312 INFO kablam! warning: method is never used: `square` Oct 10 12:09:08.312 INFO kablam! --> src/main.rs:71:5 Oct 10 12:09:08.312 INFO kablam! | Oct 10 12:09:08.312 INFO kablam! 71 | pub fn square() -> Shape { Oct 10 12:09:08.312 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:09:08.312 INFO kablam! | Oct 10 12:09:08.312 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 12:09:08.312 INFO kablam! Oct 10 12:09:08.312 INFO kablam! warning: method is never used: `five_point_star` Oct 10 12:09:08.312 INFO kablam! --> src/main.rs:80:5 Oct 10 12:09:08.312 INFO kablam! | Oct 10 12:09:08.312 INFO kablam! 80 | pub fn five_point_star() -> Shape { Oct 10 12:09:08.312 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:09:08.312 INFO kablam! Oct 10 12:09:08.312 INFO kablam! warning: method is never used: `cube` Oct 10 12:09:08.312 INFO kablam! --> src/main.rs:92:5 Oct 10 12:09:08.312 INFO kablam! | Oct 10 12:09:08.312 INFO kablam! 92 | pub fn cube() -> Shape { Oct 10 12:09:08.312 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:09:08.312 INFO kablam! Oct 10 12:09:08.312 INFO kablam! warning: function is never used: `limit_rate` Oct 10 12:09:08.312 INFO kablam! --> src/main.rs:208:1 Oct 10 12:09:08.312 INFO kablam! | Oct 10 12:09:08.313 INFO kablam! 208 | fn limit_rate(frame_start: &Instant) -> () { Oct 10 12:09:08.313 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:09:08.313 INFO kablam! Oct 10 12:09:08.920 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.02s Oct 10 12:09:08.948 INFO kablam! su: No module specific data is present Oct 10 12:09:09.721 INFO running `"docker" "rm" "-f" "04473fc356c3285b50deabe3344ec1786d10854f04651844a0ea238728d43e54"` Oct 10 12:09:09.969 INFO blam! 04473fc356c3285b50deabe3344ec1786d10854f04651844a0ea238728d43e54 Oct 10 12:09:09.974 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 12:09:09.974 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 12:09:10.458 INFO blam! 76325c63aae467671a35eb336fafea09e02adfffa2fa739c6cdf0fcb33f590ba Oct 10 12:09:10.460 INFO running `"docker" "start" "-a" "76325c63aae467671a35eb336fafea09e02adfffa2fa739c6cdf0fcb33f590ba"` Oct 10 12:09:11.844 INFO kablam! usermod: no changes Oct 10 12:09:12.028 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.16s Oct 10 12:09:12.037 INFO kablam! Running /target/debug/deps/visrs-97dbe9d5f2116825 Oct 10 12:09:12.052 INFO kablam! Running /target/debug/deps/visrs-d608f07c8f17eae8 Oct 10 12:09:12.052 INFO blam! Oct 10 12:09:12.053 INFO kablam! Doc-tests visrs Oct 10 12:09:12.053 INFO blam! running 1 test Oct 10 12:09:12.053 INFO blam! test tests::it_works ... ok Oct 10 12:09:12.053 INFO blam! Oct 10 12:09:12.053 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 12:09:12.054 INFO blam! Oct 10 12:09:12.054 INFO blam! Oct 10 12:09:12.054 INFO blam! running 0 tests Oct 10 12:09:12.054 INFO blam! Oct 10 12:09:12.054 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 12:09:12.054 INFO blam! Oct 10 12:09:12.732 INFO blam! Oct 10 12:09:12.732 INFO blam! running 0 tests Oct 10 12:09:12.732 INFO blam! Oct 10 12:09:12.732 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 12:09:12.732 INFO blam! Oct 10 12:09:12.735 INFO kablam! su: No module specific data is present Oct 10 12:09:13.264 INFO running `"docker" "rm" "-f" "76325c63aae467671a35eb336fafea09e02adfffa2fa739c6cdf0fcb33f590ba"` Oct 10 12:09:13.520 INFO blam! 76325c63aae467671a35eb336fafea09e02adfffa2fa739c6cdf0fcb33f590ba