Oct 15 11:23:27.339 INFO testing Dooskington/Rostige-Schlange against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 11:23:27.339 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 11:23:28.043 INFO blam! 8848196ee7df24faf60e7841620da527bd7c4786f6323fa4b9a7f34afd7ce494 Oct 15 11:23:28.051 INFO running `"docker" "start" "-a" "8848196ee7df24faf60e7841620da527bd7c4786f6323fa4b9a7f34afd7ce494"` Oct 15 11:23:29.423 INFO kablam! usermod: no changes Oct 15 11:23:29.806 INFO kablam! Compiling num-complex v0.1.41 Oct 15 11:23:29.806 INFO kablam! Compiling rayon-core v1.3.0 Oct 15 11:23:29.806 INFO kablam! Compiling gl v0.7.0 Oct 15 11:23:34.522 INFO kablam! Compiling alga v0.5.2 Oct 15 11:23:35.622 INFO kablam! Compiling rayon v0.8.2 Oct 15 11:23:41.939 INFO kablam! Compiling jpeg-decoder v0.1.13 Oct 15 11:23:46.143 INFO kablam! Compiling nalgebra v0.13.1 Oct 15 11:23:48.528 INFO kablam! Compiling image v0.18.0 Oct 15 11:24:35.539 INFO kablam! Compiling schlange v0.1.0 (/source) Oct 15 11:24:39.045 INFO kablam! warning: variable `fps` is assigned to, but never used Oct 15 11:24:39.046 INFO kablam! --> src/main.rs:121:13 Oct 15 11:24:39.046 INFO kablam! | Oct 15 11:24:39.046 INFO kablam! 121 | let mut fps: u32 = 0; Oct 15 11:24:39.046 INFO kablam! | ^^^ Oct 15 11:24:39.046 INFO kablam! | Oct 15 11:24:39.046 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 11:24:39.046 INFO kablam! = note: consider using `_fps` instead Oct 15 11:24:39.046 INFO kablam! Oct 15 11:24:39.046 INFO kablam! warning: value assigned to `fps` is never read Oct 15 11:24:39.046 INFO kablam! --> src/main.rs:154:13 Oct 15 11:24:39.046 INFO kablam! | Oct 15 11:24:39.046 INFO kablam! 154 | fps = fps_counter; Oct 15 11:24:39.046 INFO kablam! | ^^^ Oct 15 11:24:39.046 INFO kablam! | Oct 15 11:24:39.046 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 11:24:39.046 INFO kablam! Oct 15 11:24:39.090 INFO kablam! warning: field is never used: `vao_id` Oct 15 11:24:39.090 INFO kablam! --> src/gfx.rs:102:5 Oct 15 11:24:39.090 INFO kablam! | Oct 15 11:24:39.090 INFO kablam! 102 | vao_id: GLuint, Oct 15 11:24:39.090 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 11:24:39.090 INFO kablam! | Oct 15 11:24:39.092 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 11:24:39.092 INFO kablam! Oct 15 11:24:39.092 INFO kablam! warning: constant item is never used: `COLOR_BLACK` Oct 15 11:24:39.092 INFO kablam! --> src/gfx.rs:398:1 Oct 15 11:24:39.092 INFO kablam! | Oct 15 11:24:39.092 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:39.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:24:39.092 INFO kablam! Oct 15 11:24:39.092 INFO kablam! warning: constant item is never used: `COLOR_GRAY` Oct 15 11:24:39.092 INFO kablam! --> src/gfx.rs:400:1 Oct 15 11:24:39.092 INFO kablam! | Oct 15 11:24:39.092 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:39.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:24:39.092 INFO kablam! Oct 15 11:24:39.092 INFO kablam! warning: constant item is never used: `COLOR_RED` Oct 15 11:24:39.092 INFO kablam! --> src/gfx.rs:401:1 Oct 15 11:24:39.092 INFO kablam! | Oct 15 11:24:39.092 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:39.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:24:39.092 INFO kablam! Oct 15 11:24:39.092 INFO kablam! warning: constant item is never used: `COLOR_BLUE` Oct 15 11:24:39.092 INFO kablam! --> src/gfx.rs:403:1 Oct 15 11:24:39.092 INFO kablam! | Oct 15 11:24:39.092 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:39.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:24:39.093 INFO kablam! Oct 15 11:24:44.772 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 15s Oct 15 11:24:44.784 INFO kablam! su: No module specific data is present Oct 15 11:24:45.835 INFO running `"docker" "rm" "-f" "8848196ee7df24faf60e7841620da527bd7c4786f6323fa4b9a7f34afd7ce494"` Oct 15 11:24:46.124 INFO blam! 8848196ee7df24faf60e7841620da527bd7c4786f6323fa4b9a7f34afd7ce494 Oct 15 11:24:46.125 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 11:24:46.492 INFO blam! bf925409a9b1d92f70a70d3403681b0894a98439d3815f7442975e2c5424189b Oct 15 11:24:46.495 INFO running `"docker" "start" "-a" "bf925409a9b1d92f70a70d3403681b0894a98439d3815f7442975e2c5424189b"` Oct 15 11:24:48.739 INFO kablam! usermod: no changes Oct 15 11:24:49.047 INFO kablam! Compiling schlange v0.1.0 (/source) Oct 15 11:24:52.062 INFO kablam! warning: variable `fps` is assigned to, but never used Oct 15 11:24:52.062 INFO kablam! --> src/main.rs:121:13 Oct 15 11:24:52.062 INFO kablam! | Oct 15 11:24:52.062 INFO kablam! 121 | let mut fps: u32 = 0; Oct 15 11:24:52.062 INFO kablam! | ^^^ Oct 15 11:24:52.062 INFO kablam! | Oct 15 11:24:52.062 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 11:24:52.062 INFO kablam! = note: consider using `_fps` instead Oct 15 11:24:52.062 INFO kablam! Oct 15 11:24:52.062 INFO kablam! warning: value assigned to `fps` is never read Oct 15 11:24:52.062 INFO kablam! --> src/main.rs:154:13 Oct 15 11:24:52.062 INFO kablam! | Oct 15 11:24:52.062 INFO kablam! 154 | fps = fps_counter; Oct 15 11:24:52.062 INFO kablam! | ^^^ Oct 15 11:24:52.062 INFO kablam! | Oct 15 11:24:52.062 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 11:24:52.062 INFO kablam! Oct 15 11:24:52.107 INFO kablam! warning: field is never used: `vao_id` Oct 15 11:24:52.108 INFO kablam! --> src/gfx.rs:102:5 Oct 15 11:24:52.108 INFO kablam! | Oct 15 11:24:52.109 INFO kablam! 102 | vao_id: GLuint, Oct 15 11:24:52.109 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 11:24:52.110 INFO kablam! | Oct 15 11:24:52.110 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 11:24:52.110 INFO kablam! Oct 15 11:24:52.111 INFO kablam! warning: constant item is never used: `COLOR_BLACK` Oct 15 11:24:52.111 INFO kablam! --> src/gfx.rs:398:1 Oct 15 11:24:52.112 INFO kablam! | Oct 15 11:24:52.112 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:52.112 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:24:52.112 INFO kablam! Oct 15 11:24:52.113 INFO kablam! warning: constant item is never used: `COLOR_GRAY` Oct 15 11:24:52.113 INFO kablam! --> src/gfx.rs:400:1 Oct 15 11:24:52.113 INFO kablam! | Oct 15 11:24:52.113 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:52.114 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:24:52.114 INFO kablam! Oct 15 11:24:52.114 INFO kablam! warning: constant item is never used: `COLOR_RED` Oct 15 11:24:52.114 INFO kablam! --> src/gfx.rs:401:1 Oct 15 11:24:52.114 INFO kablam! | Oct 15 11:24:52.114 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:52.114 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:24:52.114 INFO kablam! Oct 15 11:24:52.114 INFO kablam! warning: constant item is never used: `COLOR_BLUE` Oct 15 11:24:52.114 INFO kablam! --> src/gfx.rs:403:1 Oct 15 11:24:52.114 INFO kablam! | Oct 15 11:24:52.114 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:52.114 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:24:52.114 INFO kablam! Oct 15 11:24:52.676 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.89s Oct 15 11:24:52.709 INFO kablam! su: No module specific data is present Oct 15 11:24:53.261 INFO running `"docker" "rm" "-f" "bf925409a9b1d92f70a70d3403681b0894a98439d3815f7442975e2c5424189b"` Oct 15 11:24:53.513 INFO blam! bf925409a9b1d92f70a70d3403681b0894a98439d3815f7442975e2c5424189b Oct 15 11:24:53.523 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 11:24:54.099 INFO blam! a878100f71a76a0fc494aee9dc14f5517a753bb59f5edc691d67b538d669b0e3 Oct 15 11:24:54.107 INFO running `"docker" "start" "-a" "a878100f71a76a0fc494aee9dc14f5517a753bb59f5edc691d67b538d669b0e3"` Oct 15 11:24:55.703 INFO kablam! usermod: no changes Oct 15 11:24:55.935 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.19s Oct 15 11:24:55.951 INFO kablam! Running /target/debug/deps/schlange-831345dfbdf8373e Oct 15 11:24:55.953 INFO blam! Oct 15 11:24:55.953 INFO blam! running 0 tests Oct 15 11:24:55.953 INFO blam! Oct 15 11:24:55.953 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 11:24:55.953 INFO blam! Oct 15 11:24:55.954 INFO kablam! su: No module specific data is present Oct 15 11:24:57.047 INFO running `"docker" "rm" "-f" "a878100f71a76a0fc494aee9dc14f5517a753bb59f5edc691d67b538d669b0e3"` Oct 15 11:24:57.342 INFO blam! a878100f71a76a0fc494aee9dc14f5517a753bb59f5edc691d67b538d669b0e3