Oct 15 05:58:36.440 INFO testing Twinklebear/tobj_viewer against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 05:58:36.440 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 05:58:36.881 INFO blam! bf2a5c48beae71c22edd58579806881bc308f8e9750fa6a2e0fada09f02e94ee Oct 15 05:58:36.885 INFO running `"docker" "start" "-a" "bf2a5c48beae71c22edd58579806881bc308f8e9750fa6a2e0fada09f02e94ee"` Oct 15 05:58:37.371 INFO kablam! usermod: no changes Oct 15 05:58:37.551 INFO kablam! Compiling tobj v0.1.6 Oct 15 05:58:37.555 INFO kablam! Compiling clock_ticks v0.1.1 Oct 15 05:58:37.567 INFO kablam! Compiling memmap v0.6.1 Oct 15 05:58:37.567 INFO kablam! Compiling shared_library v0.1.8 Oct 15 05:58:37.587 INFO kablam! Compiling x11-dl v2.17.1 Oct 15 05:58:37.591 INFO kablam! Compiling phf_generator v0.7.21 Oct 15 05:58:37.591 INFO kablam! Compiling tempfile v2.2.0 Oct 15 05:58:37.591 INFO kablam! Compiling cgmath v0.15.0 Oct 15 05:58:38.823 INFO kablam! Compiling wayland-scanner v0.12.4 Oct 15 05:58:39.236 INFO kablam! Compiling gl_generator v0.7.0 Oct 15 05:58:39.439 INFO kablam! Compiling phf_codegen v0.7.21 Oct 15 05:58:41.162 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 15 05:58:41.163 INFO kablam! Compiling wayland-sys v0.12.4 Oct 15 05:58:41.363 INFO kablam! Compiling target_build_utils v0.3.1 Oct 15 05:58:43.351 INFO kablam! Compiling wayland-client v0.12.4 Oct 15 05:58:43.351 INFO kablam! Compiling wayland-protocols v0.12.4 Oct 15 05:58:48.207 INFO kablam! Compiling glutin v0.11.0 Oct 15 05:58:48.652 INFO kablam! Compiling glium v0.19.0 Oct 15 05:59:02.359 INFO kablam! Compiling wayland-kbd v0.13.0 Oct 15 05:59:11.884 INFO kablam! Compiling wayland-window v0.13.2 Oct 15 05:59:12.743 INFO kablam! Compiling libloading v0.3.4 Oct 15 05:59:13.488 INFO kablam! Compiling winit v0.9.0 Oct 15 05:59:16.678 INFO kablam! Compiling dlib v0.3.1 Oct 15 05:59:17.155 INFO kablam! Compiling wayland-sys v0.9.10 Oct 15 05:59:19.979 INFO kablam! Compiling wayland-client v0.9.10 Oct 15 05:59:56.207 INFO kablam! Compiling tobj_viewer v0.0.1 (/source) Oct 15 05:59:57.887 INFO kablam! warning: unused variable: `scale` Oct 15 05:59:57.887 INFO kablam! --> src/main.rs:26:33 Oct 15 05:59:57.887 INFO kablam! | Oct 15 05:59:57.887 INFO kablam! 26 | let (mut vertex_buffer, mut scale) = support::load_wavefront(&display, Path::new(&model_file)); Oct 15 05:59:57.887 INFO kablam! | ^^^^^ help: consider using `_scale` instead Oct 15 05:59:57.887 INFO kablam! | Oct 15 05:59:57.887 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 05:59:57.887 INFO kablam! Oct 15 05:59:57.887 INFO kablam! warning: unused variable: `mouse_pressed` Oct 15 05:59:57.887 INFO kablam! --> src/main.rs:135:13 Oct 15 05:59:57.887 INFO kablam! | Oct 15 05:59:57.887 INFO kablam! 135 | let mut mouse_pressed = [false; 3]; Oct 15 05:59:57.887 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_mouse_pressed` instead Oct 15 05:59:57.887 INFO kablam! Oct 15 05:59:57.887 INFO kablam! warning: unused variable: `mouse_pos` Oct 15 05:59:57.887 INFO kablam! --> src/main.rs:136:13 Oct 15 05:59:57.887 INFO kablam! | Oct 15 05:59:57.887 INFO kablam! 136 | let mut mouse_pos = (0.0, 0.0); Oct 15 05:59:57.887 INFO kablam! | ^^^^^^^^^ help: consider using `_mouse_pos` instead Oct 15 05:59:57.887 INFO kablam! Oct 15 05:59:57.899 INFO kablam! warning: variable does not need to be mutable Oct 15 05:59:57.899 INFO kablam! --> src/main.rs:26:10 Oct 15 05:59:57.899 INFO kablam! | Oct 15 05:59:57.899 INFO kablam! 26 | let (mut vertex_buffer, mut scale) = support::load_wavefront(&display, Path::new(&model_file)); Oct 15 05:59:57.899 INFO kablam! | ----^^^^^^^^^^^^^ Oct 15 05:59:57.899 INFO kablam! | | Oct 15 05:59:57.899 INFO kablam! | help: remove this `mut` Oct 15 05:59:57.899 INFO kablam! | Oct 15 05:59:57.899 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 05:59:57.899 INFO kablam! Oct 15 05:59:57.899 INFO kablam! warning: variable does not need to be mutable Oct 15 05:59:57.899 INFO kablam! --> src/main.rs:26:29 Oct 15 05:59:57.899 INFO kablam! | Oct 15 05:59:57.899 INFO kablam! 26 | let (mut vertex_buffer, mut scale) = support::load_wavefront(&display, Path::new(&model_file)); Oct 15 05:59:57.899 INFO kablam! | ----^^^^^ Oct 15 05:59:57.899 INFO kablam! | | Oct 15 05:59:57.899 INFO kablam! | help: remove this `mut` Oct 15 05:59:57.899 INFO kablam! Oct 15 05:59:57.899 INFO kablam! warning: variable does not need to be mutable Oct 15 05:59:57.899 INFO kablam! --> src/main.rs:135:9 Oct 15 05:59:57.899 INFO kablam! | Oct 15 05:59:57.899 INFO kablam! 135 | let mut mouse_pressed = [false; 3]; Oct 15 05:59:57.899 INFO kablam! | ----^^^^^^^^^^^^^ Oct 15 05:59:57.899 INFO kablam! | | Oct 15 05:59:57.899 INFO kablam! | help: remove this `mut` Oct 15 05:59:57.899 INFO kablam! Oct 15 05:59:57.899 INFO kablam! warning: variable does not need to be mutable Oct 15 05:59:57.899 INFO kablam! --> src/main.rs:136:9 Oct 15 05:59:57.899 INFO kablam! | Oct 15 05:59:57.899 INFO kablam! 136 | let mut mouse_pos = (0.0, 0.0); Oct 15 05:59:57.899 INFO kablam! | ----^^^^^^^^^ Oct 15 05:59:57.899 INFO kablam! | | Oct 15 05:59:57.899 INFO kablam! | help: remove this `mut` Oct 15 05:59:57.899 INFO kablam! Oct 15 06:00:02.703 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 25s Oct 15 06:00:02.719 INFO kablam! su: No module specific data is present Oct 15 06:00:03.331 INFO running `"docker" "rm" "-f" "bf2a5c48beae71c22edd58579806881bc308f8e9750fa6a2e0fada09f02e94ee"` Oct 15 06:00:03.589 INFO blam! bf2a5c48beae71c22edd58579806881bc308f8e9750fa6a2e0fada09f02e94ee Oct 15 06:00:03.591 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 06:00:04.049 INFO blam! c0898b11171a343c4495114f73de0008b3d03194fdc5d1ef66b1363a66abe3b2 Oct 15 06:00:04.051 INFO running `"docker" "start" "-a" "c0898b11171a343c4495114f73de0008b3d03194fdc5d1ef66b1363a66abe3b2"` Oct 15 06:00:05.563 INFO kablam! usermod: no changes Oct 15 06:00:05.867 INFO kablam! Compiling tobj_viewer v0.0.1 (/source) Oct 15 06:00:07.795 INFO kablam! warning: unused variable: `scale` Oct 15 06:00:07.795 INFO kablam! --> src/main.rs:26:33 Oct 15 06:00:07.795 INFO kablam! | Oct 15 06:00:07.795 INFO kablam! 26 | let (mut vertex_buffer, mut scale) = support::load_wavefront(&display, Path::new(&model_file)); Oct 15 06:00:07.795 INFO kablam! | ^^^^^ help: consider using `_scale` instead Oct 15 06:00:07.795 INFO kablam! | Oct 15 06:00:07.795 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 06:00:07.795 INFO kablam! Oct 15 06:00:07.795 INFO kablam! warning: unused variable: `mouse_pressed` Oct 15 06:00:07.795 INFO kablam! --> src/main.rs:135:13 Oct 15 06:00:07.795 INFO kablam! | Oct 15 06:00:07.795 INFO kablam! 135 | let mut mouse_pressed = [false; 3]; Oct 15 06:00:07.795 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_mouse_pressed` instead Oct 15 06:00:07.795 INFO kablam! Oct 15 06:00:07.795 INFO kablam! warning: unused variable: `mouse_pos` Oct 15 06:00:07.795 INFO kablam! --> src/main.rs:136:13 Oct 15 06:00:07.795 INFO kablam! | Oct 15 06:00:07.795 INFO kablam! 136 | let mut mouse_pos = (0.0, 0.0); Oct 15 06:00:07.795 INFO kablam! | ^^^^^^^^^ help: consider using `_mouse_pos` instead Oct 15 06:00:07.795 INFO kablam! Oct 15 06:00:07.799 INFO kablam! warning: variable does not need to be mutable Oct 15 06:00:07.799 INFO kablam! --> src/main.rs:26:29 Oct 15 06:00:07.799 INFO kablam! | Oct 15 06:00:07.799 INFO kablam! 26 | let (mut vertex_buffer, mut scale) = support::load_wavefront(&display, Path::new(&model_file)); Oct 15 06:00:07.799 INFO kablam! | ----^^^^^ Oct 15 06:00:07.799 INFO kablam! | | Oct 15 06:00:07.799 INFO kablam! | help: remove this `mut` Oct 15 06:00:07.800 INFO kablam! | Oct 15 06:00:07.800 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 06:00:07.800 INFO kablam! Oct 15 06:00:07.800 INFO kablam! warning: variable does not need to be mutable Oct 15 06:00:07.800 INFO kablam! --> src/main.rs:26:10 Oct 15 06:00:07.800 INFO kablam! | Oct 15 06:00:07.800 INFO kablam! 26 | let (mut vertex_buffer, mut scale) = support::load_wavefront(&display, Path::new(&model_file)); Oct 15 06:00:07.800 INFO kablam! | ----^^^^^^^^^^^^^ Oct 15 06:00:07.800 INFO kablam! | | Oct 15 06:00:07.800 INFO kablam! | help: remove this `mut` Oct 15 06:00:07.800 INFO kablam! Oct 15 06:00:07.800 INFO kablam! warning: variable does not need to be mutable Oct 15 06:00:07.800 INFO kablam! --> src/main.rs:135:9 Oct 15 06:00:07.800 INFO kablam! | Oct 15 06:00:07.800 INFO kablam! 135 | let mut mouse_pressed = [false; 3]; Oct 15 06:00:07.800 INFO kablam! | ----^^^^^^^^^^^^^ Oct 15 06:00:07.800 INFO kablam! | | Oct 15 06:00:07.800 INFO kablam! | help: remove this `mut` Oct 15 06:00:07.800 INFO kablam! Oct 15 06:00:07.800 INFO kablam! warning: variable does not need to be mutable Oct 15 06:00:07.800 INFO kablam! --> src/main.rs:136:9 Oct 15 06:00:07.800 INFO kablam! | Oct 15 06:00:07.800 INFO kablam! 136 | let mut mouse_pos = (0.0, 0.0); Oct 15 06:00:07.800 INFO kablam! | ----^^^^^^^^^ Oct 15 06:00:07.800 INFO kablam! | | Oct 15 06:00:07.800 INFO kablam! | help: remove this `mut` Oct 15 06:00:07.800 INFO kablam! Oct 15 06:00:08.426 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.83s Oct 15 06:00:08.439 INFO kablam! su: No module specific data is present Oct 15 06:00:09.734 INFO running `"docker" "rm" "-f" "c0898b11171a343c4495114f73de0008b3d03194fdc5d1ef66b1363a66abe3b2"` Oct 15 06:00:10.074 INFO blam! c0898b11171a343c4495114f73de0008b3d03194fdc5d1ef66b1363a66abe3b2 Oct 15 06:00:10.078 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 06:00:10.550 INFO blam! 5f52d214ac6213e45d1cd9c75b0395abba45753b501ae0857b9133cc33eefa9e Oct 15 06:00:10.553 INFO running `"docker" "start" "-a" "5f52d214ac6213e45d1cd9c75b0395abba45753b501ae0857b9133cc33eefa9e"` Oct 15 06:00:12.926 INFO kablam! usermod: no changes Oct 15 06:00:13.091 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.14s Oct 15 06:00:13.099 INFO kablam! Running /target/debug/deps/tobj_viewer-925625991eeaab6c Oct 15 06:00:13.107 INFO blam! Oct 15 06:00:13.107 INFO blam! running 0 tests Oct 15 06:00:13.107 INFO blam! Oct 15 06:00:13.107 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:00:13.107 INFO blam! Oct 15 06:00:13.109 INFO kablam! su: No module specific data is present Oct 15 06:00:14.616 INFO running `"docker" "rm" "-f" "5f52d214ac6213e45d1cd9c75b0395abba45753b501ae0857b9133cc33eefa9e"` Oct 15 06:00:14.925 INFO blam! 5f52d214ac6213e45d1cd9c75b0395abba45753b501ae0857b9133cc33eefa9e