Oct 10 18:28:07.607 INFO testing michel4ngel0/show_and_tell against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 18:28:07.607 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 18:28:07.613 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 18:28:07.976 INFO blam! 2ca8772313dc8d847d5f14cbf190a473a9577e8c5b80d75818623e83b3b9844a Oct 10 18:28:08.030 INFO running `"docker" "start" "-a" "2ca8772313dc8d847d5f14cbf190a473a9577e8c5b80d75818623e83b3b9844a"` Oct 10 18:28:08.952 INFO kablam! usermod: no changes Oct 10 18:28:09.229 INFO kablam! Compiling xml-rs v0.3.6 Oct 10 18:28:09.229 INFO kablam! Compiling shared_library v0.1.5 Oct 10 18:28:09.248 INFO kablam! Compiling png v0.6.2 Oct 10 18:28:09.248 INFO kablam! Compiling x11-dl v2.12.0 Oct 10 18:28:09.248 INFO kablam! Compiling libloading v0.3.4 Oct 10 18:28:11.708 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 10 18:28:12.230 INFO kablam! Compiling dlib v0.3.1 Oct 10 18:28:13.005 INFO kablam! Compiling wayland-sys v0.7.8 Oct 10 18:28:14.660 INFO kablam! Compiling image v0.12.3 Oct 10 18:28:15.984 INFO kablam! Compiling wayland-scanner v0.7.8 Oct 10 18:28:15.984 INFO kablam! Compiling gl_generator v0.5.2 Oct 10 18:28:19.412 INFO kablam! Compiling wayland-client v0.7.8 Oct 10 18:28:21.720 INFO kablam! Compiling glutin v0.7.4 Oct 10 18:28:21.720 INFO kablam! Compiling gl v0.6.1 Oct 10 18:28:34.220 INFO kablam! Compiling wayland-kbd v0.6.3 Oct 10 18:28:35.226 INFO kablam! Compiling wayland-window v0.4.4 Oct 10 18:28:37.768 INFO kablam! Compiling winit v0.5.11 Oct 10 18:28:44.979 INFO kablam! Compiling show_and_tell v0.1.0 (/source) Oct 10 18:28:47.459 INFO kablam! warning: unused import: `std::f64::consts::E` Oct 10 18:28:47.460 INFO kablam! --> src/visualization/camera.rs:2:5 Oct 10 18:28:47.460 INFO kablam! | Oct 10 18:28:47.460 INFO kablam! 2 | use std::f64::consts::E; Oct 10 18:28:47.460 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 18:28:47.461 INFO kablam! | Oct 10 18:28:47.461 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 18:28:47.461 INFO kablam! Oct 10 18:28:47.462 INFO kablam! warning: unused import: `std::ops::Deref` Oct 10 18:28:47.462 INFO kablam! --> src/visualization/core.rs:201:9 Oct 10 18:28:47.462 INFO kablam! | Oct 10 18:28:47.462 INFO kablam! 201 | use std::ops::Deref; Oct 10 18:28:47.462 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 18:28:47.463 INFO kablam! Oct 10 18:28:47.856 INFO kablam! warning: unused variable: `time_now` Oct 10 18:28:47.856 INFO kablam! --> src/server/core.rs:51:17 Oct 10 18:28:47.856 INFO kablam! | Oct 10 18:28:47.856 INFO kablam! 51 | let time_now = Instant::now(); Oct 10 18:28:47.856 INFO kablam! | ^^^^^^^^ help: consider using `_time_now` instead Oct 10 18:28:47.856 INFO kablam! | Oct 10 18:28:47.856 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 18:28:47.856 INFO kablam! Oct 10 18:28:47.856 INFO kablam! warning: unused variable: `turn` Oct 10 18:28:47.856 INFO kablam! --> src/visualization/camera.rs:47:35 Oct 10 18:28:47.856 INFO kablam! | Oct 10 18:28:47.856 INFO kablam! 47 | pub fn turn_around(&mut self, turn: Vector2) { Oct 10 18:28:47.856 INFO kablam! | ^^^^ help: consider using `_turn` instead Oct 10 18:28:47.856 INFO kablam! Oct 10 18:28:47.856 INFO kablam! warning: variable `is_left_pressed` is assigned to, but never used Oct 10 18:28:47.856 INFO kablam! --> src/visualization/core.rs:69:17 Oct 10 18:28:47.856 INFO kablam! | Oct 10 18:28:47.856 INFO kablam! 69 | let mut is_left_pressed = false; Oct 10 18:28:47.856 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 18:28:47.856 INFO kablam! | Oct 10 18:28:47.856 INFO kablam! = note: consider using `_is_left_pressed` instead Oct 10 18:28:47.856 INFO kablam! Oct 10 18:28:47.856 INFO kablam! warning: variable `is_middle_pressed` is assigned to, but never used Oct 10 18:28:47.856 INFO kablam! --> src/visualization/core.rs:71:17 Oct 10 18:28:47.856 INFO kablam! | Oct 10 18:28:47.856 INFO kablam! 71 | let mut is_middle_pressed = false; Oct 10 18:28:47.856 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 18:28:47.856 INFO kablam! | Oct 10 18:28:47.856 INFO kablam! = note: consider using `_is_middle_pressed` instead Oct 10 18:28:47.856 INFO kablam! Oct 10 18:28:47.856 INFO kablam! warning: value assigned to `window_x` is never read Oct 10 18:28:47.856 INFO kablam! --> src/visualization/core.rs:105:25 Oct 10 18:28:47.857 INFO kablam! | Oct 10 18:28:47.857 INFO kablam! 105 | window_x = x; Oct 10 18:28:47.857 INFO kablam! | ^^^^^^^^ Oct 10 18:28:47.857 INFO kablam! | Oct 10 18:28:47.857 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 10 18:28:47.857 INFO kablam! Oct 10 18:28:47.857 INFO kablam! warning: value assigned to `is_left_pressed` is never read Oct 10 18:28:47.857 INFO kablam! --> src/visualization/core.rs:134:39 Oct 10 18:28:47.857 INFO kablam! | Oct 10 18:28:47.857 INFO kablam! 134 | Left => is_left_pressed = value, Oct 10 18:28:47.857 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 18:28:47.857 INFO kablam! Oct 10 18:28:47.857 INFO kablam! warning: value assigned to `is_middle_pressed` is never read Oct 10 18:28:47.857 INFO kablam! --> src/visualization/core.rs:136:39 Oct 10 18:28:47.857 INFO kablam! | Oct 10 18:28:47.857 INFO kablam! 136 | Middle => is_middle_pressed = value, Oct 10 18:28:47.857 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 18:28:47.857 INFO kablam! Oct 10 18:28:47.857 INFO kablam! warning: value assigned to `x_pos` is never read Oct 10 18:28:47.857 INFO kablam! --> src/visualization/render.rs:485:25 Oct 10 18:28:47.857 INFO kablam! | Oct 10 18:28:47.857 INFO kablam! 485 | let mut x_pos = 0.0; Oct 10 18:28:47.857 INFO kablam! | ^^^^^ Oct 10 18:28:47.857 INFO kablam! Oct 10 18:28:47.900 INFO kablam! warning: variable does not need to be mutable Oct 10 18:28:47.900 INFO kablam! --> src/visualization/camera.rs:74:13 Oct 10 18:28:47.900 INFO kablam! | Oct 10 18:28:47.900 INFO kablam! 74 | let mut result = if height <= 10.0 { 1.0 } else { 0.1 * (height - 10.0) + 1.0 }; Oct 10 18:28:47.901 INFO kablam! | ----^^^^^^ Oct 10 18:28:47.901 INFO kablam! | | Oct 10 18:28:47.901 INFO kablam! | help: remove this `mut` Oct 10 18:28:47.901 INFO kablam! | Oct 10 18:28:47.901 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 18:28:47.901 INFO kablam! Oct 10 18:28:47.988 INFO kablam! warning: method is never used: `turn_around` Oct 10 18:28:47.988 INFO kablam! --> src/visualization/camera.rs:47:5 Oct 10 18:28:47.988 INFO kablam! | Oct 10 18:28:47.988 INFO kablam! 47 | pub fn turn_around(&mut self, turn: Vector2) { Oct 10 18:28:47.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:28:47.988 INFO kablam! | Oct 10 18:28:47.988 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 18:28:47.989 INFO kablam! Oct 10 18:28:47.989 INFO kablam! warning: field is never used: `config_file` Oct 10 18:28:47.989 INFO kablam! --> src/visualization/configuration.rs:61:5 Oct 10 18:28:47.989 INFO kablam! | Oct 10 18:28:47.989 INFO kablam! 61 | config_file: String, Oct 10 18:28:47.989 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 18:28:47.989 INFO kablam! Oct 10 18:28:59.628 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 50.64s Oct 10 18:28:59.648 INFO kablam! su: No module specific data is present Oct 10 18:29:00.110 INFO running `"docker" "rm" "-f" "2ca8772313dc8d847d5f14cbf190a473a9577e8c5b80d75818623e83b3b9844a"` Oct 10 18:29:00.471 INFO blam! 2ca8772313dc8d847d5f14cbf190a473a9577e8c5b80d75818623e83b3b9844a Oct 10 18:29:00.473 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 18:29:00.473 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 18:29:00.780 INFO blam! 65c3749fee24fb606015f7a252731c7f11de250f576d1c83c87556bf728700b4 Oct 10 18:29:00.786 INFO running `"docker" "start" "-a" "65c3749fee24fb606015f7a252731c7f11de250f576d1c83c87556bf728700b4"` Oct 10 18:29:01.832 INFO kablam! usermod: no changes Oct 10 18:29:02.096 INFO kablam! Compiling show_and_tell v0.1.0 (/source) Oct 10 18:29:06.076 INFO kablam! warning: unused import: `std::f64::consts::E` Oct 10 18:29:06.076 INFO kablam! --> src/visualization/camera.rs:2:5 Oct 10 18:29:06.076 INFO kablam! | Oct 10 18:29:06.076 INFO kablam! 2 | use std::f64::consts::E; Oct 10 18:29:06.076 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 18:29:06.076 INFO kablam! | Oct 10 18:29:06.076 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 18:29:06.076 INFO kablam! Oct 10 18:29:06.076 INFO kablam! warning: unused import: `std::ops::Deref` Oct 10 18:29:06.077 INFO kablam! --> src/visualization/core.rs:201:9 Oct 10 18:29:06.077 INFO kablam! | Oct 10 18:29:06.077 INFO kablam! 201 | use std::ops::Deref; Oct 10 18:29:06.077 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 18:29:06.077 INFO kablam! Oct 10 18:29:06.480 INFO kablam! warning: unused variable: `time_now` Oct 10 18:29:06.480 INFO kablam! --> src/server/core.rs:51:17 Oct 10 18:29:06.480 INFO kablam! | Oct 10 18:29:06.480 INFO kablam! 51 | let time_now = Instant::now(); Oct 10 18:29:06.480 INFO kablam! | ^^^^^^^^ help: consider using `_time_now` instead Oct 10 18:29:06.480 INFO kablam! | Oct 10 18:29:06.481 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 18:29:06.481 INFO kablam! Oct 10 18:29:06.481 INFO kablam! warning: unused variable: `turn` Oct 10 18:29:06.481 INFO kablam! --> src/visualization/camera.rs:47:35 Oct 10 18:29:06.481 INFO kablam! | Oct 10 18:29:06.481 INFO kablam! 47 | pub fn turn_around(&mut self, turn: Vector2) { Oct 10 18:29:06.481 INFO kablam! | ^^^^ help: consider using `_turn` instead Oct 10 18:29:06.481 INFO kablam! Oct 10 18:29:06.481 INFO kablam! warning: variable `is_left_pressed` is assigned to, but never used Oct 10 18:29:06.481 INFO kablam! --> src/visualization/core.rs:69:17 Oct 10 18:29:06.481 INFO kablam! | Oct 10 18:29:06.481 INFO kablam! 69 | let mut is_left_pressed = false; Oct 10 18:29:06.481 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 18:29:06.481 INFO kablam! | Oct 10 18:29:06.481 INFO kablam! = note: consider using `_is_left_pressed` instead Oct 10 18:29:06.481 INFO kablam! Oct 10 18:29:06.481 INFO kablam! warning: variable `is_middle_pressed` is assigned to, but never used Oct 10 18:29:06.481 INFO kablam! --> src/visualization/core.rs:71:17 Oct 10 18:29:06.481 INFO kablam! | Oct 10 18:29:06.481 INFO kablam! 71 | let mut is_middle_pressed = false; Oct 10 18:29:06.481 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 18:29:06.481 INFO kablam! | Oct 10 18:29:06.481 INFO kablam! = note: consider using `_is_middle_pressed` instead Oct 10 18:29:06.481 INFO kablam! Oct 10 18:29:06.481 INFO kablam! warning: value assigned to `window_x` is never read Oct 10 18:29:06.481 INFO kablam! --> src/visualization/core.rs:105:25 Oct 10 18:29:06.481 INFO kablam! | Oct 10 18:29:06.481 INFO kablam! 105 | window_x = x; Oct 10 18:29:06.481 INFO kablam! | ^^^^^^^^ Oct 10 18:29:06.481 INFO kablam! | Oct 10 18:29:06.481 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 10 18:29:06.481 INFO kablam! Oct 10 18:29:06.481 INFO kablam! warning: value assigned to `is_left_pressed` is never read Oct 10 18:29:06.481 INFO kablam! --> src/visualization/core.rs:134:39 Oct 10 18:29:06.481 INFO kablam! | Oct 10 18:29:06.481 INFO kablam! 134 | Left => is_left_pressed = value, Oct 10 18:29:06.481 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 18:29:06.481 INFO kablam! Oct 10 18:29:06.481 INFO kablam! warning: value assigned to `is_middle_pressed` is never read Oct 10 18:29:06.481 INFO kablam! --> src/visualization/core.rs:136:39 Oct 10 18:29:06.481 INFO kablam! | Oct 10 18:29:06.481 INFO kablam! 136 | Middle => is_middle_pressed = value, Oct 10 18:29:06.481 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 18:29:06.481 INFO kablam! Oct 10 18:29:06.481 INFO kablam! warning: value assigned to `x_pos` is never read Oct 10 18:29:06.481 INFO kablam! --> src/visualization/render.rs:485:25 Oct 10 18:29:06.481 INFO kablam! | Oct 10 18:29:06.481 INFO kablam! 485 | let mut x_pos = 0.0; Oct 10 18:29:06.481 INFO kablam! | ^^^^^ Oct 10 18:29:06.481 INFO kablam! Oct 10 18:29:06.534 INFO kablam! warning: variable does not need to be mutable Oct 10 18:29:06.534 INFO kablam! --> src/visualization/camera.rs:74:13 Oct 10 18:29:06.534 INFO kablam! | Oct 10 18:29:06.534 INFO kablam! 74 | let mut result = if height <= 10.0 { 1.0 } else { 0.1 * (height - 10.0) + 1.0 }; Oct 10 18:29:06.534 INFO kablam! | ----^^^^^^ Oct 10 18:29:06.534 INFO kablam! | | Oct 10 18:29:06.534 INFO kablam! | help: remove this `mut` Oct 10 18:29:06.534 INFO kablam! | Oct 10 18:29:06.534 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 18:29:06.534 INFO kablam! Oct 10 18:29:06.635 INFO kablam! warning: method is never used: `turn_around` Oct 10 18:29:06.635 INFO kablam! --> src/visualization/camera.rs:47:5 Oct 10 18:29:06.635 INFO kablam! | Oct 10 18:29:06.635 INFO kablam! 47 | pub fn turn_around(&mut self, turn: Vector2) { Oct 10 18:29:06.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:29:06.635 INFO kablam! | Oct 10 18:29:06.635 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 18:29:06.635 INFO kablam! Oct 10 18:29:06.635 INFO kablam! warning: field is never used: `config_file` Oct 10 18:29:06.635 INFO kablam! --> src/visualization/configuration.rs:61:5 Oct 10 18:29:06.635 INFO kablam! | Oct 10 18:29:06.635 INFO kablam! 61 | config_file: String, Oct 10 18:29:06.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 18:29:06.635 INFO kablam! Oct 10 18:29:07.129 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.28s Oct 10 18:29:07.153 INFO kablam! su: No module specific data is present Oct 10 18:29:07.509 INFO running `"docker" "rm" "-f" "65c3749fee24fb606015f7a252731c7f11de250f576d1c83c87556bf728700b4"` Oct 10 18:29:07.692 INFO blam! 65c3749fee24fb606015f7a252731c7f11de250f576d1c83c87556bf728700b4 Oct 10 18:29:07.697 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 18:29:07.698 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 18:29:08.001 INFO blam! 29ad0ef26f5c67958c30d32c505394bdb12e838217e87c9679a7e56b1ed00677 Oct 10 18:29:08.008 INFO running `"docker" "start" "-a" "29ad0ef26f5c67958c30d32c505394bdb12e838217e87c9679a7e56b1ed00677"` Oct 10 18:29:09.076 INFO kablam! usermod: no changes Oct 10 18:29:09.278 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.16s Oct 10 18:29:09.299 INFO kablam! Running /target/debug/deps/show_and_tell-b67fc033be414199 Oct 10 18:29:09.301 INFO blam! Oct 10 18:29:09.301 INFO blam! running 0 tests Oct 10 18:29:09.301 INFO blam! Oct 10 18:29:09.301 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 18:29:09.301 INFO blam! Oct 10 18:29:09.302 INFO kablam! Running /target/debug/deps/show_and_tell-02f0beb8bcdeecf1 Oct 10 18:29:09.313 INFO blam! Oct 10 18:29:09.313 INFO blam! running 0 tests Oct 10 18:29:09.313 INFO blam! Oct 10 18:29:09.313 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 18:29:09.313 INFO blam! Oct 10 18:29:09.314 INFO kablam! Doc-tests show_and_tell Oct 10 18:29:14.634 INFO blam! Oct 10 18:29:14.634 INFO blam! running 0 tests Oct 10 18:29:14.634 INFO blam! Oct 10 18:29:14.634 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 18:29:14.634 INFO blam! Oct 10 18:29:14.648 INFO kablam! su: No module specific data is present Oct 10 18:29:15.480 INFO running `"docker" "rm" "-f" "29ad0ef26f5c67958c30d32c505394bdb12e838217e87c9679a7e56b1ed00677"` Oct 10 18:29:15.732 INFO blam! 29ad0ef26f5c67958c30d32c505394bdb12e838217e87c9679a7e56b1ed00677