Oct 10 20:15:24.813 INFO testing keringar/simulation against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 20:15:24.814 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 20:15:24.814 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 20:15:25.160 INFO blam! 8ac230df2aee42d464260f775adfbe6e9910dfdf3a73755d48378861e13bfe6f Oct 10 20:15:25.162 INFO running `"docker" "start" "-a" "8ac230df2aee42d464260f775adfbe6e9910dfdf3a73755d48378861e13bfe6f"` Oct 10 20:15:26.128 INFO kablam! usermod: no changes Oct 10 20:15:26.468 INFO kablam! Compiling num-complex v0.1.36 Oct 10 20:15:26.468 INFO kablam! Compiling png v0.6.2 Oct 10 20:15:26.472 INFO kablam! Compiling gfx_gl v0.3.1 Oct 10 20:15:26.472 INFO kablam! Compiling glutin v0.7.4 Oct 10 20:15:26.472 INFO kablam! Compiling libloading v0.3.2 Oct 10 20:15:28.504 INFO kablam! Compiling alga v0.5.1 Oct 10 20:15:29.720 INFO kablam! Compiling dlib v0.3.1 Oct 10 20:15:31.878 INFO kablam! Compiling wayland-sys v0.7.8 Oct 10 20:15:33.124 INFO kablam! Compiling image v0.12.3 Oct 10 20:15:35.418 INFO kablam! Compiling wayland-client v0.7.8 Oct 10 20:15:39.848 INFO kablam! Compiling nalgebra v0.11.1 Oct 10 20:15:42.340 INFO kablam! Compiling wayland-window v0.4.4 Oct 10 20:15:42.340 INFO kablam! Compiling wayland-kbd v0.6.3 Oct 10 20:15:47.621 INFO kablam! Compiling gfx_device_gl v0.13.0 Oct 10 20:15:49.548 INFO kablam! Compiling winit v0.5.11 Oct 10 20:16:14.559 INFO kablam! Compiling gfx_window_glutin v0.14.0 Oct 10 20:16:32.436 INFO kablam! Compiling simulation v0.1.0 (/source) Oct 10 20:16:35.660 INFO kablam! warning: unused import: `gfx_window_glutin` Oct 10 20:16:35.660 INFO kablam! --> src/window.rs:2:5 Oct 10 20:16:35.660 INFO kablam! | Oct 10 20:16:35.660 INFO kablam! 2 | use gfx_window_glutin; Oct 10 20:16:35.660 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 20:16:35.660 INFO kablam! | Oct 10 20:16:35.660 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 20:16:35.660 INFO kablam! Oct 10 20:16:35.660 INFO kablam! warning: unused import: `std` Oct 10 20:16:35.660 INFO kablam! --> src/camera.rs:3:5 Oct 10 20:16:35.660 INFO kablam! | Oct 10 20:16:35.660 INFO kablam! 3 | use std; Oct 10 20:16:35.660 INFO kablam! | ^^^ Oct 10 20:16:35.660 INFO kablam! Oct 10 20:16:36.245 INFO kablam! warning: variable does not need to be mutable Oct 10 20:16:36.245 INFO kablam! --> src/main.rs:44:9 Oct 10 20:16:36.245 INFO kablam! | Oct 10 20:16:36.245 INFO kablam! 44 | let mut camera = camera::Camera::new(&window); Oct 10 20:16:36.245 INFO kablam! | ----^^^^^^ Oct 10 20:16:36.246 INFO kablam! | | Oct 10 20:16:36.246 INFO kablam! | help: remove this `mut` Oct 10 20:16:36.246 INFO kablam! | Oct 10 20:16:36.246 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 20:16:36.246 INFO kablam! Oct 10 20:16:36.247 INFO kablam! warning: variable does not need to be mutable Oct 10 20:16:36.247 INFO kablam! --> src/main.rs:46:47 Oct 10 20:16:36.247 INFO kablam! | Oct 10 20:16:36.247 INFO kablam! 46 | let (mut device, mut factory, main_color, mut main_depth) = Oct 10 20:16:36.248 INFO kablam! | ----^^^^^^^^^^ Oct 10 20:16:36.248 INFO kablam! | | Oct 10 20:16:36.248 INFO kablam! | help: remove this `mut` Oct 10 20:16:36.249 INFO kablam! Oct 10 20:16:36.256 INFO kablam! warning: variable does not need to be mutable Oct 10 20:16:36.257 INFO kablam! --> src/window.rs:62:18 Oct 10 20:16:36.257 INFO kablam! | Oct 10 20:16:36.257 INFO kablam! 62 | pub fn build(mut self) -> Window { Oct 10 20:16:36.258 INFO kablam! | ----^^^^ Oct 10 20:16:36.258 INFO kablam! | | Oct 10 20:16:36.258 INFO kablam! | help: remove this `mut` Oct 10 20:16:36.258 INFO kablam! Oct 10 20:16:36.308 INFO kablam! warning: function is never used: `gfx_load_texture` Oct 10 20:16:36.309 INFO kablam! --> src/resource/mod.rs:4:1 Oct 10 20:16:36.309 INFO kablam! | Oct 10 20:16:36.309 INFO kablam! 4 | / pub fn gfx_load_texture(factory: &mut F) -> gfx::handle::ShaderResourceView where Oct 10 20:16:36.309 INFO kablam! 5 | | F: gfx::Factory, R: gfx::Resources Oct 10 20:16:36.310 INFO kablam! 6 | | { Oct 10 20:16:36.310 INFO kablam! 7 | | use gfx::format::Rgba8; Oct 10 20:16:36.310 INFO kablam! ... | Oct 10 20:16:36.310 INFO kablam! 13 | | view Oct 10 20:16:36.310 INFO kablam! 14 | | } Oct 10 20:16:36.311 INFO kablam! | |_^ Oct 10 20:16:36.311 INFO kablam! | Oct 10 20:16:36.311 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 20:16:36.311 INFO kablam! Oct 10 20:16:36.311 INFO kablam! warning: method is never used: `set_fov` Oct 10 20:16:36.312 INFO kablam! --> src/camera.rs:35:5 Oct 10 20:16:36.312 INFO kablam! | Oct 10 20:16:36.312 INFO kablam! 35 | pub fn set_fov(&mut self, fov: f32) { Oct 10 20:16:36.312 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:16:36.312 INFO kablam! Oct 10 20:16:39.580 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 13s Oct 10 20:16:39.586 INFO kablam! su: No module specific data is present Oct 10 20:16:40.496 INFO running `"docker" "rm" "-f" "8ac230df2aee42d464260f775adfbe6e9910dfdf3a73755d48378861e13bfe6f"` Oct 10 20:16:40.761 INFO blam! 8ac230df2aee42d464260f775adfbe6e9910dfdf3a73755d48378861e13bfe6f Oct 10 20:16:40.764 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 20:16:40.764 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 20:16:41.141 INFO blam! 4482b4c6695ae2dd1537ee6129bb6d3a321893a856bd102b0f0ed33819644f0c Oct 10 20:16:41.152 INFO running `"docker" "start" "-a" "4482b4c6695ae2dd1537ee6129bb6d3a321893a856bd102b0f0ed33819644f0c"` Oct 10 20:16:42.260 INFO kablam! usermod: no changes Oct 10 20:16:42.459 INFO kablam! Compiling simulation v0.1.0 (/source) Oct 10 20:16:45.689 INFO kablam! warning: unused import: `gfx_window_glutin` Oct 10 20:16:45.689 INFO kablam! --> src/window.rs:2:5 Oct 10 20:16:45.690 INFO kablam! | Oct 10 20:16:45.690 INFO kablam! 2 | use gfx_window_glutin; Oct 10 20:16:45.690 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 20:16:45.690 INFO kablam! | Oct 10 20:16:45.691 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 20:16:45.691 INFO kablam! Oct 10 20:16:45.691 INFO kablam! warning: unused import: `std` Oct 10 20:16:45.692 INFO kablam! --> src/camera.rs:3:5 Oct 10 20:16:45.692 INFO kablam! | Oct 10 20:16:45.692 INFO kablam! 3 | use std; Oct 10 20:16:45.692 INFO kablam! | ^^^ Oct 10 20:16:45.693 INFO kablam! Oct 10 20:16:46.289 INFO kablam! warning: variable does not need to be mutable Oct 10 20:16:46.289 INFO kablam! --> src/main.rs:44:9 Oct 10 20:16:46.290 INFO kablam! | Oct 10 20:16:46.290 INFO kablam! 44 | let mut camera = camera::Camera::new(&window); Oct 10 20:16:46.290 INFO kablam! | ----^^^^^^ Oct 10 20:16:46.291 INFO kablam! | | Oct 10 20:16:46.291 INFO kablam! | help: remove this `mut` Oct 10 20:16:46.291 INFO kablam! | Oct 10 20:16:46.291 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 20:16:46.292 INFO kablam! Oct 10 20:16:46.292 INFO kablam! warning: variable does not need to be mutable Oct 10 20:16:46.292 INFO kablam! --> src/main.rs:46:47 Oct 10 20:16:46.293 INFO kablam! | Oct 10 20:16:46.293 INFO kablam! 46 | let (mut device, mut factory, main_color, mut main_depth) = Oct 10 20:16:46.293 INFO kablam! | ----^^^^^^^^^^ Oct 10 20:16:46.294 INFO kablam! | | Oct 10 20:16:46.294 INFO kablam! | help: remove this `mut` Oct 10 20:16:46.294 INFO kablam! Oct 10 20:16:46.294 INFO kablam! warning: variable does not need to be mutable Oct 10 20:16:46.295 INFO kablam! --> src/window.rs:62:18 Oct 10 20:16:46.295 INFO kablam! | Oct 10 20:16:46.295 INFO kablam! 62 | pub fn build(mut self) -> Window { Oct 10 20:16:46.296 INFO kablam! | ----^^^^ Oct 10 20:16:46.296 INFO kablam! | | Oct 10 20:16:46.296 INFO kablam! | help: remove this `mut` Oct 10 20:16:46.297 INFO kablam! Oct 10 20:16:46.344 INFO kablam! warning: function is never used: `gfx_load_texture` Oct 10 20:16:46.345 INFO kablam! --> src/resource/mod.rs:4:1 Oct 10 20:16:46.345 INFO kablam! | Oct 10 20:16:46.345 INFO kablam! 4 | / pub fn gfx_load_texture(factory: &mut F) -> gfx::handle::ShaderResourceView where Oct 10 20:16:46.346 INFO kablam! 5 | | F: gfx::Factory, R: gfx::Resources Oct 10 20:16:46.346 INFO kablam! 6 | | { Oct 10 20:16:46.346 INFO kablam! 7 | | use gfx::format::Rgba8; Oct 10 20:16:46.347 INFO kablam! ... | Oct 10 20:16:46.347 INFO kablam! 13 | | view Oct 10 20:16:46.347 INFO kablam! 14 | | } Oct 10 20:16:46.347 INFO kablam! | |_^ Oct 10 20:16:46.348 INFO kablam! | Oct 10 20:16:46.348 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 20:16:46.348 INFO kablam! Oct 10 20:16:46.349 INFO kablam! warning: method is never used: `set_fov` Oct 10 20:16:46.349 INFO kablam! --> src/camera.rs:35:5 Oct 10 20:16:46.349 INFO kablam! | Oct 10 20:16:46.349 INFO kablam! 35 | pub fn set_fov(&mut self, fov: f32) { Oct 10 20:16:46.350 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:16:46.350 INFO kablam! Oct 10 20:16:46.972 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.68s Oct 10 20:16:46.981 INFO kablam! su: No module specific data is present Oct 10 20:16:47.540 INFO running `"docker" "rm" "-f" "4482b4c6695ae2dd1537ee6129bb6d3a321893a856bd102b0f0ed33819644f0c"` Oct 10 20:16:47.799 INFO blam! 4482b4c6695ae2dd1537ee6129bb6d3a321893a856bd102b0f0ed33819644f0c Oct 10 20:16:47.802 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 20:16:47.804 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 20:16:48.206 INFO blam! 1dbb7b83390384ea8534278f2caecc4b90980bff3c1e14ae10574fb476bccaa1 Oct 10 20:16:48.210 INFO running `"docker" "start" "-a" "1dbb7b83390384ea8534278f2caecc4b90980bff3c1e14ae10574fb476bccaa1"` Oct 10 20:16:49.505 INFO kablam! usermod: no changes Oct 10 20:16:49.612 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 10 20:16:49.628 INFO kablam! Running /target/debug/deps/simulation-9d623aa146c46a5f Oct 10 20:16:49.636 INFO blam! Oct 10 20:16:49.636 INFO blam! running 0 tests Oct 10 20:16:49.636 INFO blam! Oct 10 20:16:49.636 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 20:16:49.636 INFO blam! Oct 10 20:16:49.639 INFO kablam! su: No module specific data is present Oct 10 20:16:49.961 INFO running `"docker" "rm" "-f" "1dbb7b83390384ea8534278f2caecc4b90980bff3c1e14ae10574fb476bccaa1"` Oct 10 20:16:50.063 INFO blam! 1dbb7b83390384ea8534278f2caecc4b90980bff3c1e14ae10574fb476bccaa1