Oct 11 04:03:27.268 INFO testing Twinklebear/tobj_viewer against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 04:03:27.268 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 04:03:27.268 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 11 04:03:27.461 INFO blam! 8c7408e68343bba316563e1b0a330a49b68d3bb356a3b8242f5134a84337abf2 Oct 11 04:03:27.463 INFO running `"docker" "start" "-a" "8c7408e68343bba316563e1b0a330a49b68d3bb356a3b8242f5134a84337abf2"` Oct 11 04:03:28.008 INFO kablam! usermod: no changes Oct 11 04:03:28.216 INFO kablam! Compiling clock_ticks v0.1.1 Oct 11 04:03:28.216 INFO kablam! Compiling memmap v0.6.1 Oct 11 04:03:28.216 INFO kablam! Compiling x11-dl v2.17.1 Oct 11 04:03:28.216 INFO kablam! Compiling cgmath v0.15.0 Oct 11 04:03:28.216 INFO kablam! Compiling wayland-scanner v0.12.4 Oct 11 04:03:28.216 INFO kablam! Compiling glutin v0.11.0 Oct 11 04:03:28.216 INFO kablam! Compiling glium v0.19.0 Oct 11 04:03:28.216 INFO kablam! Compiling wayland-sys v0.12.4 Oct 11 04:03:32.160 INFO kablam! Compiling wayland-client v0.12.4 Oct 11 04:03:32.332 INFO kablam! Compiling wayland-protocols v0.12.4 Oct 11 04:03:48.022 INFO kablam! Compiling wayland-kbd v0.13.0 Oct 11 04:03:54.067 INFO kablam! Compiling wayland-window v0.13.2 Oct 11 04:03:56.048 INFO kablam! Compiling winit v0.9.0 Oct 11 04:04:35.764 INFO kablam! Compiling tobj_viewer v0.0.1 (/source) Oct 11 04:04:39.580 INFO kablam! warning: unused variable: `scale` Oct 11 04:04:39.580 INFO kablam! --> src/main.rs:26:33 Oct 11 04:04:39.580 INFO kablam! | Oct 11 04:04:39.580 INFO kablam! 26 | let (mut vertex_buffer, mut scale) = support::load_wavefront(&display, Path::new(&model_file)); Oct 11 04:04:39.580 INFO kablam! | ^^^^^ help: consider using `_scale` instead Oct 11 04:04:39.580 INFO kablam! | Oct 11 04:04:39.580 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 04:04:39.580 INFO kablam! Oct 11 04:04:39.580 INFO kablam! warning: unused variable: `mouse_pressed` Oct 11 04:04:39.580 INFO kablam! --> src/main.rs:135:13 Oct 11 04:04:39.580 INFO kablam! | Oct 11 04:04:39.580 INFO kablam! 135 | let mut mouse_pressed = [false; 3]; Oct 11 04:04:39.580 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_mouse_pressed` instead Oct 11 04:04:39.580 INFO kablam! Oct 11 04:04:39.580 INFO kablam! warning: unused variable: `mouse_pos` Oct 11 04:04:39.580 INFO kablam! --> src/main.rs:136:13 Oct 11 04:04:39.580 INFO kablam! | Oct 11 04:04:39.580 INFO kablam! 136 | let mut mouse_pos = (0.0, 0.0); Oct 11 04:04:39.580 INFO kablam! | ^^^^^^^^^ help: consider using `_mouse_pos` instead Oct 11 04:04:39.581 INFO kablam! Oct 11 04:04:39.588 INFO kablam! warning: variable does not need to be mutable Oct 11 04:04:39.588 INFO kablam! --> src/main.rs:26:10 Oct 11 04:04:39.588 INFO kablam! | Oct 11 04:04:39.588 INFO kablam! 26 | let (mut vertex_buffer, mut scale) = support::load_wavefront(&display, Path::new(&model_file)); Oct 11 04:04:39.588 INFO kablam! | ----^^^^^^^^^^^^^ Oct 11 04:04:39.588 INFO kablam! | | Oct 11 04:04:39.588 INFO kablam! | help: remove this `mut` Oct 11 04:04:39.588 INFO kablam! | Oct 11 04:04:39.588 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 04:04:39.588 INFO kablam! Oct 11 04:04:39.588 INFO kablam! warning: variable does not need to be mutable Oct 11 04:04:39.588 INFO kablam! --> src/main.rs:26:29 Oct 11 04:04:39.588 INFO kablam! | Oct 11 04:04:39.589 INFO kablam! 26 | let (mut vertex_buffer, mut scale) = support::load_wavefront(&display, Path::new(&model_file)); Oct 11 04:04:39.589 INFO kablam! | ----^^^^^ Oct 11 04:04:39.589 INFO kablam! | | Oct 11 04:04:39.589 INFO kablam! | help: remove this `mut` Oct 11 04:04:39.589 INFO kablam! Oct 11 04:04:39.589 INFO kablam! warning: variable does not need to be mutable Oct 11 04:04:39.589 INFO kablam! --> src/main.rs:135:9 Oct 11 04:04:39.589 INFO kablam! | Oct 11 04:04:39.589 INFO kablam! 135 | let mut mouse_pressed = [false; 3]; Oct 11 04:04:39.589 INFO kablam! | ----^^^^^^^^^^^^^ Oct 11 04:04:39.589 INFO kablam! | | Oct 11 04:04:39.589 INFO kablam! | help: remove this `mut` Oct 11 04:04:39.589 INFO kablam! Oct 11 04:04:39.589 INFO kablam! warning: variable does not need to be mutable Oct 11 04:04:39.589 INFO kablam! --> src/main.rs:136:9 Oct 11 04:04:39.589 INFO kablam! | Oct 11 04:04:39.589 INFO kablam! 136 | let mut mouse_pos = (0.0, 0.0); Oct 11 04:04:39.589 INFO kablam! | ----^^^^^^^^^ Oct 11 04:04:39.589 INFO kablam! | | Oct 11 04:04:39.589 INFO kablam! | help: remove this `mut` Oct 11 04:04:39.589 INFO kablam! Oct 11 04:04:45.015 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 16s Oct 11 04:04:45.037 INFO kablam! su: No module specific data is present Oct 11 04:04:46.404 INFO running `"docker" "rm" "-f" "8c7408e68343bba316563e1b0a330a49b68d3bb356a3b8242f5134a84337abf2"` Oct 11 04:04:46.693 INFO blam! 8c7408e68343bba316563e1b0a330a49b68d3bb356a3b8242f5134a84337abf2 Oct 11 04:04:46.700 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 04:04:46.700 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 11 04:04:47.161 INFO blam! e29ae85f1ba07aa9ca5a548d933f562cb3e1701fa1fb9d55ec85b932c2063f34 Oct 11 04:04:47.163 INFO running `"docker" "start" "-a" "e29ae85f1ba07aa9ca5a548d933f562cb3e1701fa1fb9d55ec85b932c2063f34"` Oct 11 04:04:48.503 INFO kablam! usermod: no changes Oct 11 04:04:48.712 INFO kablam! Compiling tobj_viewer v0.0.1 (/source) Oct 11 04:04:52.168 INFO kablam! warning: unused variable: `scale` Oct 11 04:04:52.168 INFO kablam! --> src/main.rs:26:33 Oct 11 04:04:52.168 INFO kablam! | Oct 11 04:04:52.168 INFO kablam! 26 | let (mut vertex_buffer, mut scale) = support::load_wavefront(&display, Path::new(&model_file)); Oct 11 04:04:52.168 INFO kablam! | ^^^^^ help: consider using `_scale` instead Oct 11 04:04:52.168 INFO kablam! | Oct 11 04:04:52.168 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 04:04:52.168 INFO kablam! Oct 11 04:04:52.168 INFO kablam! warning: unused variable: `mouse_pressed` Oct 11 04:04:52.168 INFO kablam! --> src/main.rs:135:13 Oct 11 04:04:52.168 INFO kablam! | Oct 11 04:04:52.168 INFO kablam! 135 | let mut mouse_pressed = [false; 3]; Oct 11 04:04:52.168 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_mouse_pressed` instead Oct 11 04:04:52.168 INFO kablam! Oct 11 04:04:52.168 INFO kablam! warning: unused variable: `mouse_pos` Oct 11 04:04:52.168 INFO kablam! --> src/main.rs:136:13 Oct 11 04:04:52.168 INFO kablam! | Oct 11 04:04:52.168 INFO kablam! 136 | let mut mouse_pos = (0.0, 0.0); Oct 11 04:04:52.168 INFO kablam! | ^^^^^^^^^ help: consider using `_mouse_pos` instead Oct 11 04:04:52.168 INFO kablam! Oct 11 04:04:52.168 INFO kablam! warning: variable does not need to be mutable Oct 11 04:04:52.168 INFO kablam! --> src/main.rs:26:29 Oct 11 04:04:52.168 INFO kablam! | Oct 11 04:04:52.168 INFO kablam! 26 | let (mut vertex_buffer, mut scale) = support::load_wavefront(&display, Path::new(&model_file)); Oct 11 04:04:52.168 INFO kablam! | ----^^^^^ Oct 11 04:04:52.168 INFO kablam! | | Oct 11 04:04:52.168 INFO kablam! | help: remove this `mut` Oct 11 04:04:52.168 INFO kablam! | Oct 11 04:04:52.168 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 04:04:52.168 INFO kablam! Oct 11 04:04:52.168 INFO kablam! warning: variable does not need to be mutable Oct 11 04:04:52.168 INFO kablam! --> src/main.rs:26:10 Oct 11 04:04:52.168 INFO kablam! | Oct 11 04:04:52.168 INFO kablam! 26 | let (mut vertex_buffer, mut scale) = support::load_wavefront(&display, Path::new(&model_file)); Oct 11 04:04:52.168 INFO kablam! | ----^^^^^^^^^^^^^ Oct 11 04:04:52.168 INFO kablam! | | Oct 11 04:04:52.168 INFO kablam! | help: remove this `mut` Oct 11 04:04:52.168 INFO kablam! Oct 11 04:04:52.169 INFO kablam! warning: variable does not need to be mutable Oct 11 04:04:52.169 INFO kablam! --> src/main.rs:135:9 Oct 11 04:04:52.169 INFO kablam! | Oct 11 04:04:52.169 INFO kablam! 135 | let mut mouse_pressed = [false; 3]; Oct 11 04:04:52.169 INFO kablam! | ----^^^^^^^^^^^^^ Oct 11 04:04:52.169 INFO kablam! | | Oct 11 04:04:52.169 INFO kablam! | help: remove this `mut` Oct 11 04:04:52.169 INFO kablam! Oct 11 04:04:52.169 INFO kablam! warning: variable does not need to be mutable Oct 11 04:04:52.169 INFO kablam! --> src/main.rs:136:9 Oct 11 04:04:52.169 INFO kablam! | Oct 11 04:04:52.169 INFO kablam! 136 | let mut mouse_pos = (0.0, 0.0); Oct 11 04:04:52.169 INFO kablam! | ----^^^^^^^^^ Oct 11 04:04:52.169 INFO kablam! | | Oct 11 04:04:52.169 INFO kablam! | help: remove this `mut` Oct 11 04:04:52.169 INFO kablam! Oct 11 04:04:52.729 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.21s Oct 11 04:04:52.739 INFO kablam! su: No module specific data is present Oct 11 04:04:53.432 INFO running `"docker" "rm" "-f" "e29ae85f1ba07aa9ca5a548d933f562cb3e1701fa1fb9d55ec85b932c2063f34"` Oct 11 04:04:53.721 INFO blam! e29ae85f1ba07aa9ca5a548d933f562cb3e1701fa1fb9d55ec85b932c2063f34 Oct 11 04:04:53.726 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 04:04:53.726 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 11 04:04:54.232 INFO blam! cefbe7d5a2a0b6279d8bce3bf21ae0fbd4706f09898accb79fc42fbb905ec360 Oct 11 04:04:54.252 INFO running `"docker" "start" "-a" "cefbe7d5a2a0b6279d8bce3bf21ae0fbd4706f09898accb79fc42fbb905ec360"` Oct 11 04:04:56.008 INFO kablam! usermod: no changes Oct 11 04:04:56.252 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.18s Oct 11 04:04:56.267 INFO kablam! Running /target/debug/deps/tobj_viewer-925625991eeaab6c Oct 11 04:04:56.284 INFO blam! Oct 11 04:04:56.284 INFO blam! running 0 tests Oct 11 04:04:56.284 INFO blam! Oct 11 04:04:56.284 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 04:04:56.284 INFO blam! Oct 11 04:04:56.288 INFO kablam! su: No module specific data is present Oct 11 04:04:57.194 INFO running `"docker" "rm" "-f" "cefbe7d5a2a0b6279d8bce3bf21ae0fbd4706f09898accb79fc42fbb905ec360"` Oct 11 04:04:57.497 INFO blam! cefbe7d5a2a0b6279d8bce3bf21ae0fbd4706f09898accb79fc42fbb905ec360