Oct 15 11:23:27.222 INFO testing Dooskington/Rostige-Schlange against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 11:23:27.223 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 11:23:27.963 INFO blam! ac5b1ae54b677cb9aece5f5a39d8990dec713c2bdff684da08aea36bac00c9d0 Oct 15 11:23:27.965 INFO running `"docker" "start" "-a" "ac5b1ae54b677cb9aece5f5a39d8990dec713c2bdff684da08aea36bac00c9d0"` Oct 15 11:23:29.187 INFO kablam! usermod: no changes Oct 15 11:23:29.519 INFO kablam! Compiling tempfile v2.2.0 Oct 15 11:23:29.519 INFO kablam! Compiling num-rational v0.1.40 Oct 15 11:23:29.519 INFO kablam! Compiling alga v0.5.2 Oct 15 11:23:29.519 INFO kablam! Compiling glutin v0.11.0 Oct 15 11:23:29.519 INFO kablam! Compiling gl v0.7.0 Oct 15 11:23:29.527 INFO kablam! Compiling x11-dl v2.17.1 Oct 15 11:23:29.543 INFO kablam! Compiling target_build_utils v0.3.1 Oct 15 11:23:33.915 INFO kablam! Compiling wayland-window v0.13.2 Oct 15 11:23:39.799 INFO kablam! Compiling image v0.18.0 Oct 15 11:23:53.575 INFO kablam! Compiling nalgebra v0.13.1 Oct 15 11:24:01.115 INFO kablam! Compiling winit v0.9.0 Oct 15 11:24:27.816 INFO kablam! Compiling libloading v0.3.4 Oct 15 11:24:31.759 INFO kablam! Compiling dlib v0.3.1 Oct 15 11:24:32.559 INFO kablam! Compiling wayland-sys v0.9.10 Oct 15 11:24:35.731 INFO kablam! Compiling wayland-client v0.9.10 Oct 15 11:24:56.015 INFO kablam! Compiling schlange v0.1.0 (/source) Oct 15 11:24:58.791 INFO kablam! warning: variable `fps` is assigned to, but never used Oct 15 11:24:58.791 INFO kablam! --> src/main.rs:121:13 Oct 15 11:24:58.791 INFO kablam! | Oct 15 11:24:58.791 INFO kablam! 121 | let mut fps: u32 = 0; Oct 15 11:24:58.791 INFO kablam! | ^^^ Oct 15 11:24:58.791 INFO kablam! | Oct 15 11:24:58.791 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 11:24:58.791 INFO kablam! = note: consider using `_fps` instead Oct 15 11:24:58.791 INFO kablam! Oct 15 11:24:58.791 INFO kablam! warning: value assigned to `fps` is never read Oct 15 11:24:58.791 INFO kablam! --> src/main.rs:154:13 Oct 15 11:24:58.791 INFO kablam! | Oct 15 11:24:58.791 INFO kablam! 154 | fps = fps_counter; Oct 15 11:24:58.791 INFO kablam! | ^^^ Oct 15 11:24:58.791 INFO kablam! | Oct 15 11:24:58.791 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 11:24:58.791 INFO kablam! Oct 15 11:24:58.831 INFO kablam! warning: field is never used: `vao_id` Oct 15 11:24:58.831 INFO kablam! --> src/gfx.rs:102:5 Oct 15 11:24:58.831 INFO kablam! | Oct 15 11:24:58.831 INFO kablam! 102 | vao_id: GLuint, Oct 15 11:24:58.831 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 11:24:58.831 INFO kablam! | Oct 15 11:24:58.831 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 11:24:58.831 INFO kablam! Oct 15 11:24:58.831 INFO kablam! warning: constant item is never used: `COLOR_BLACK` Oct 15 11:24:58.831 INFO kablam! --> src/gfx.rs:398:1 Oct 15 11:24:58.831 INFO kablam! | Oct 15 11:24:58.831 INFO kablam! 398 | pub const COLOR_BLACK: Color = Color { r: 0.0, g: 0.0, b: 0.0, a: 1.0 }; Oct 15 11:24:58.831 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:24:58.831 INFO kablam! Oct 15 11:24:58.831 INFO kablam! warning: constant item is never used: `COLOR_GRAY` Oct 15 11:24:58.831 INFO kablam! --> src/gfx.rs:400:1 Oct 15 11:24:58.831 INFO kablam! | Oct 15 11:24:58.831 INFO kablam! 400 | pub const COLOR_GRAY: Color = Color { r: 0.4, g: 0.4, b: 0.4, a: 1.0 }; Oct 15 11:24:58.831 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:24:58.831 INFO kablam! Oct 15 11:24:58.831 INFO kablam! warning: constant item is never used: `COLOR_RED` Oct 15 11:24:58.831 INFO kablam! --> src/gfx.rs:401:1 Oct 15 11:24:58.831 INFO kablam! | Oct 15 11:24:58.831 INFO kablam! 401 | pub const COLOR_RED: Color = Color { r: 1.0, g: 0.0, b: 0.0, a: 1.0 }; Oct 15 11:24:58.831 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:24:58.831 INFO kablam! Oct 15 11:24:58.831 INFO kablam! warning: constant item is never used: `COLOR_BLUE` Oct 15 11:24:58.831 INFO kablam! --> src/gfx.rs:403:1 Oct 15 11:24:58.831 INFO kablam! | Oct 15 11:24:58.831 INFO kablam! 403 | pub const COLOR_BLUE: Color = Color { r: 0.0, g: 0.0, b: 1.0, a: 1.0 }; Oct 15 11:24:58.831 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:24:58.831 INFO kablam! Oct 15 11:25:04.323 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 35s Oct 15 11:25:04.325 INFO kablam! su: No module specific data is present Oct 15 11:25:05.498 INFO running `"docker" "rm" "-f" "ac5b1ae54b677cb9aece5f5a39d8990dec713c2bdff684da08aea36bac00c9d0"` Oct 15 11:25:05.835 INFO blam! ac5b1ae54b677cb9aece5f5a39d8990dec713c2bdff684da08aea36bac00c9d0 Oct 15 11:25:05.845 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 11:25:06.316 INFO blam! 54cf41147cebbc3833448e69e11cf656b775f34a19b0e80b3ce599342b9c8745 Oct 15 11:25:06.319 INFO running `"docker" "start" "-a" "54cf41147cebbc3833448e69e11cf656b775f34a19b0e80b3ce599342b9c8745"` Oct 15 11:25:07.534 INFO kablam! usermod: no changes Oct 15 11:25:07.820 INFO kablam! Compiling schlange v0.1.0 (/source) Oct 15 11:25:10.523 INFO kablam! warning: variable `fps` is assigned to, but never used Oct 15 11:25:10.523 INFO kablam! --> src/main.rs:121:13 Oct 15 11:25:10.523 INFO kablam! | Oct 15 11:25:10.523 INFO kablam! 121 | let mut fps: u32 = 0; Oct 15 11:25:10.523 INFO kablam! | ^^^ Oct 15 11:25:10.523 INFO kablam! | Oct 15 11:25:10.523 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 11:25:10.523 INFO kablam! = note: consider using `_fps` instead Oct 15 11:25:10.523 INFO kablam! Oct 15 11:25:10.523 INFO kablam! warning: value assigned to `fps` is never read Oct 15 11:25:10.523 INFO kablam! --> src/main.rs:154:13 Oct 15 11:25:10.523 INFO kablam! | Oct 15 11:25:10.523 INFO kablam! 154 | fps = fps_counter; Oct 15 11:25:10.523 INFO kablam! | ^^^ Oct 15 11:25:10.523 INFO kablam! | Oct 15 11:25:10.523 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 11:25:10.523 INFO kablam! Oct 15 11:25:10.558 INFO kablam! warning: field is never used: `vao_id` Oct 15 11:25:10.558 INFO kablam! --> src/gfx.rs:102:5 Oct 15 11:25:10.558 INFO kablam! | Oct 15 11:25:10.558 INFO kablam! 102 | vao_id: GLuint, Oct 15 11:25:10.558 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 11:25:10.558 INFO kablam! | Oct 15 11:25:10.558 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 11:25:10.558 INFO kablam! Oct 15 11:25:10.558 INFO kablam! warning: constant item is never used: `COLOR_BLACK` Oct 15 11:25:10.558 INFO kablam! --> src/gfx.rs:398:1 Oct 15 11:25:10.558 INFO kablam! | Oct 15 11:25:10.558 INFO kablam! 398 | pub const COLOR_BLACK: Color = Color { r: 0.0, g: 0.0, b: 0.0, a: 1.0 }; Oct 15 11:25:10.558 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:25:10.558 INFO kablam! Oct 15 11:25:10.558 INFO kablam! warning: constant item is never used: `COLOR_GRAY` Oct 15 11:25:10.558 INFO kablam! --> src/gfx.rs:400:1 Oct 15 11:25:10.558 INFO kablam! | Oct 15 11:25:10.558 INFO kablam! 400 | pub const COLOR_GRAY: Color = Color { r: 0.4, g: 0.4, b: 0.4, a: 1.0 }; Oct 15 11:25:10.558 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:25:10.558 INFO kablam! Oct 15 11:25:10.560 INFO kablam! warning: constant item is never used: `COLOR_RED` Oct 15 11:25:10.560 INFO kablam! --> src/gfx.rs:401:1 Oct 15 11:25:10.560 INFO kablam! | Oct 15 11:25:10.560 INFO kablam! 401 | pub const COLOR_RED: Color = Color { r: 1.0, g: 0.0, b: 0.0, a: 1.0 }; Oct 15 11:25:10.560 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:25:10.560 INFO kablam! Oct 15 11:25:10.560 INFO kablam! warning: constant item is never used: `COLOR_BLUE` Oct 15 11:25:10.560 INFO kablam! --> src/gfx.rs:403:1 Oct 15 11:25:10.560 INFO kablam! | Oct 15 11:25:10.560 INFO kablam! 403 | pub const COLOR_BLUE: Color = Color { r: 0.0, g: 0.0, b: 1.0, a: 1.0 }; Oct 15 11:25:10.560 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:25:10.560 INFO kablam! Oct 15 11:25:11.119 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.55s Oct 15 11:25:11.124 INFO kablam! su: No module specific data is present Oct 15 11:25:11.587 INFO running `"docker" "rm" "-f" "54cf41147cebbc3833448e69e11cf656b775f34a19b0e80b3ce599342b9c8745"` Oct 15 11:25:11.830 INFO blam! 54cf41147cebbc3833448e69e11cf656b775f34a19b0e80b3ce599342b9c8745 Oct 15 11:25:11.834 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 11:25:12.028 INFO blam! fe02cce9a205e4589e64fc066d95b63a26a784e02398f9b76d918ae8f217294a Oct 15 11:25:12.037 INFO running `"docker" "start" "-a" "fe02cce9a205e4589e64fc066d95b63a26a784e02398f9b76d918ae8f217294a"` Oct 15 11:25:12.529 INFO kablam! usermod: no changes Oct 15 11:25:12.672 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.12s Oct 15 11:25:12.677 INFO kablam! Running /target/debug/deps/schlange-c88e72c482fa9645 Oct 15 11:25:12.678 INFO blam! Oct 15 11:25:12.678 INFO blam! running 0 tests Oct 15 11:25:12.678 INFO blam! Oct 15 11:25:12.678 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 11:25:12.678 INFO blam! Oct 15 11:25:12.680 INFO kablam! su: No module specific data is present Oct 15 11:25:12.940 INFO running `"docker" "rm" "-f" "fe02cce9a205e4589e64fc066d95b63a26a784e02398f9b76d918ae8f217294a"` Oct 15 11:25:13.048 INFO blam! fe02cce9a205e4589e64fc066d95b63a26a784e02398f9b76d918ae8f217294a