Oct 14 15:20:27.949 INFO testing keringar/simulation against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 15:20:27.950 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 14 15:20:28.463 INFO blam! b2103d6af3fb4cefc34006c6446655f5ad93ec53d7e37fd1265dcc7b6f954f63 Oct 14 15:20:28.466 INFO running `"docker" "start" "-a" "b2103d6af3fb4cefc34006c6446655f5ad93ec53d7e37fd1265dcc7b6f954f63"` Oct 14 15:20:30.913 INFO kablam! usermod: no changes Oct 14 15:20:31.167 INFO kablam! Compiling serde v0.9.9 Oct 14 15:20:31.168 INFO kablam! Compiling typenum v1.6.0 Oct 14 15:20:31.168 INFO kablam! Compiling num-integer v0.1.33 Oct 14 15:20:31.168 INFO kablam! Compiling num-complex v0.1.36 Oct 14 15:20:32.181 INFO kablam! Compiling num-iter v0.1.33 Oct 14 15:20:32.219 INFO kablam! Compiling num-rational v0.1.36 Oct 14 15:20:33.331 INFO kablam! Compiling png v0.6.2 Oct 14 15:20:33.579 INFO kablam! Compiling alga v0.5.1 Oct 14 15:20:39.242 INFO kablam! Compiling image v0.12.3 Oct 14 15:20:40.651 INFO kablam! Compiling generic-array v0.2.1 Oct 14 15:20:46.043 INFO kablam! Compiling nalgebra v0.11.1 Oct 14 15:20:55.236 INFO kablam! Compiling serde_json v0.9.8 Oct 14 15:21:11.267 INFO kablam! Compiling target_build_utils v0.3.0 Oct 14 15:21:14.515 INFO kablam! Compiling libloading v0.3.2 Oct 14 15:21:18.732 INFO kablam! Compiling dlib v0.3.1 Oct 14 15:21:19.247 INFO kablam! Compiling wayland-sys v0.7.8 Oct 14 15:21:21.943 INFO kablam! Compiling wayland-client v0.7.8 Oct 14 15:21:25.503 INFO kablam! Compiling wayland-window v0.4.4 Oct 14 15:21:25.503 INFO kablam! Compiling wayland-kbd v0.6.3 Oct 14 15:21:29.211 INFO kablam! Compiling winit v0.5.11 Oct 14 15:21:36.075 INFO kablam! Compiling glutin v0.7.4 Oct 14 15:21:40.491 INFO kablam! Compiling gfx_window_glutin v0.14.0 Oct 14 15:21:50.372 INFO kablam! Compiling simulation v0.1.0 (/source) Oct 14 15:21:51.034 INFO kablam! warning: unused import: `gfx_window_glutin` Oct 14 15:21:51.035 INFO kablam! --> src/window.rs:2:5 Oct 14 15:21:51.035 INFO kablam! | Oct 14 15:21:51.036 INFO kablam! 2 | use gfx_window_glutin; Oct 14 15:21:51.036 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 15:21:51.036 INFO kablam! | Oct 14 15:21:51.036 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 15:21:51.037 INFO kablam! Oct 14 15:21:51.037 INFO kablam! warning: unused import: `std` Oct 14 15:21:51.037 INFO kablam! --> src/camera.rs:3:5 Oct 14 15:21:51.037 INFO kablam! | Oct 14 15:21:51.038 INFO kablam! 3 | use std; Oct 14 15:21:51.038 INFO kablam! | ^^^ Oct 14 15:21:51.038 INFO kablam! Oct 14 15:21:51.739 INFO kablam! warning: variable does not need to be mutable Oct 14 15:21:51.739 INFO kablam! --> src/main.rs:44:9 Oct 14 15:21:51.739 INFO kablam! | Oct 14 15:21:51.739 INFO kablam! 44 | let mut camera = camera::Camera::new(&window); Oct 14 15:21:51.739 INFO kablam! | ----^^^^^^ Oct 14 15:21:51.739 INFO kablam! | | Oct 14 15:21:51.743 INFO kablam! | help: remove this `mut` Oct 14 15:21:51.743 INFO kablam! | Oct 14 15:21:51.743 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 15:21:51.743 INFO kablam! Oct 14 15:21:51.743 INFO kablam! warning: variable does not need to be mutable Oct 14 15:21:51.743 INFO kablam! --> src/main.rs:46:47 Oct 14 15:21:51.743 INFO kablam! | Oct 14 15:21:51.743 INFO kablam! 46 | let (mut device, mut factory, main_color, mut main_depth) = Oct 14 15:21:51.743 INFO kablam! | ----^^^^^^^^^^ Oct 14 15:21:51.743 INFO kablam! | | Oct 14 15:21:51.743 INFO kablam! | help: remove this `mut` Oct 14 15:21:51.743 INFO kablam! Oct 14 15:21:51.743 INFO kablam! warning: variable does not need to be mutable Oct 14 15:21:51.743 INFO kablam! --> src/window.rs:62:18 Oct 14 15:21:51.743 INFO kablam! | Oct 14 15:21:51.743 INFO kablam! 62 | pub fn build(mut self) -> Window { Oct 14 15:21:51.743 INFO kablam! | ----^^^^ Oct 14 15:21:51.743 INFO kablam! | | Oct 14 15:21:51.743 INFO kablam! | help: remove this `mut` Oct 14 15:21:51.743 INFO kablam! Oct 14 15:21:51.803 INFO kablam! warning: function is never used: `gfx_load_texture` Oct 14 15:21:51.803 INFO kablam! --> src/resource/mod.rs:4:1 Oct 14 15:21:51.803 INFO kablam! | Oct 14 15:21:51.803 INFO kablam! 4 | / pub fn gfx_load_texture(factory: &mut F) -> gfx::handle::ShaderResourceView where Oct 14 15:21:51.803 INFO kablam! 5 | | F: gfx::Factory, R: gfx::Resources Oct 14 15:21:51.803 INFO kablam! 6 | | { Oct 14 15:21:51.803 INFO kablam! 7 | | use gfx::format::Rgba8; Oct 14 15:21:51.803 INFO kablam! ... | Oct 14 15:21:51.803 INFO kablam! 13 | | view Oct 14 15:21:51.803 INFO kablam! 14 | | } Oct 14 15:21:51.803 INFO kablam! | |_^ Oct 14 15:21:51.803 INFO kablam! | Oct 14 15:21:51.803 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 15:21:51.803 INFO kablam! Oct 14 15:21:51.803 INFO kablam! warning: method is never used: `set_fov` Oct 14 15:21:51.803 INFO kablam! --> src/camera.rs:35:5 Oct 14 15:21:51.803 INFO kablam! | Oct 14 15:21:51.803 INFO kablam! 35 | pub fn set_fov(&mut self, fov: f32) { Oct 14 15:21:51.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:21:51.803 INFO kablam! Oct 14 15:21:56.559 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 25s Oct 14 15:21:56.571 INFO kablam! su: No module specific data is present Oct 14 15:21:57.609 INFO running `"docker" "rm" "-f" "b2103d6af3fb4cefc34006c6446655f5ad93ec53d7e37fd1265dcc7b6f954f63"` Oct 14 15:21:57.827 INFO blam! b2103d6af3fb4cefc34006c6446655f5ad93ec53d7e37fd1265dcc7b6f954f63 Oct 14 15:21:57.827 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 14 15:21:58.217 INFO blam! 1b6d81d1e10ab435f9ec93df8b4301903527bbbecd1e552fc5cd7e20f6802866 Oct 14 15:21:58.219 INFO running `"docker" "start" "-a" "1b6d81d1e10ab435f9ec93df8b4301903527bbbecd1e552fc5cd7e20f6802866"` Oct 14 15:22:00.513 INFO kablam! usermod: no changes Oct 14 15:22:00.796 INFO kablam! Compiling simulation v0.1.0 (/source) Oct 14 15:22:01.563 INFO kablam! warning: unused import: `gfx_window_glutin` Oct 14 15:22:01.564 INFO kablam! --> src/window.rs:2:5 Oct 14 15:22:01.565 INFO kablam! | Oct 14 15:22:01.565 INFO kablam! 2 | use gfx_window_glutin; Oct 14 15:22:01.566 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 15:22:01.567 INFO kablam! | Oct 14 15:22:01.567 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 15:22:01.568 INFO kablam! Oct 14 15:22:01.568 INFO kablam! warning: unused import: `std` Oct 14 15:22:01.569 INFO kablam! --> src/camera.rs:3:5 Oct 14 15:22:01.570 INFO kablam! | Oct 14 15:22:01.570 INFO kablam! 3 | use std; Oct 14 15:22:01.571 INFO kablam! | ^^^ Oct 14 15:22:01.571 INFO kablam! Oct 14 15:22:02.162 INFO kablam! warning: variable does not need to be mutable Oct 14 15:22:02.163 INFO kablam! --> src/main.rs:44:9 Oct 14 15:22:02.164 INFO kablam! | Oct 14 15:22:02.164 INFO kablam! 44 | let mut camera = camera::Camera::new(&window); Oct 14 15:22:02.165 INFO kablam! | ----^^^^^^ Oct 14 15:22:02.166 INFO kablam! | | Oct 14 15:22:02.166 INFO kablam! | help: remove this `mut` Oct 14 15:22:02.167 INFO kablam! | Oct 14 15:22:02.168 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 15:22:02.168 INFO kablam! Oct 14 15:22:02.169 INFO kablam! warning: variable does not need to be mutable Oct 14 15:22:02.170 INFO kablam! --> src/main.rs:46:47 Oct 14 15:22:02.170 INFO kablam! | Oct 14 15:22:02.171 INFO kablam! 46 | let (mut device, mut factory, main_color, mut main_depth) = Oct 14 15:22:02.172 INFO kablam! | ----^^^^^^^^^^ Oct 14 15:22:02.172 INFO kablam! | | Oct 14 15:22:02.173 INFO kablam! | help: remove this `mut` Oct 14 15:22:02.173 INFO kablam! Oct 14 15:22:02.181 INFO kablam! warning: variable does not need to be mutable Oct 14 15:22:02.181 INFO kablam! --> src/window.rs:62:18 Oct 14 15:22:02.182 INFO kablam! | Oct 14 15:22:02.183 INFO kablam! 62 | pub fn build(mut self) -> Window { Oct 14 15:22:02.183 INFO kablam! | ----^^^^ Oct 14 15:22:02.184 INFO kablam! | | Oct 14 15:22:02.185 INFO kablam! | help: remove this `mut` Oct 14 15:22:02.185 INFO kablam! Oct 14 15:22:02.238 INFO kablam! warning: function is never used: `gfx_load_texture` Oct 14 15:22:02.239 INFO kablam! --> src/resource/mod.rs:4:1 Oct 14 15:22:02.240 INFO kablam! | Oct 14 15:22:02.241 INFO kablam! 4 | / pub fn gfx_load_texture(factory: &mut F) -> gfx::handle::ShaderResourceView where Oct 14 15:22:02.241 INFO kablam! 5 | | F: gfx::Factory, R: gfx::Resources Oct 14 15:22:02.242 INFO kablam! 6 | | { Oct 14 15:22:02.243 INFO kablam! 7 | | use gfx::format::Rgba8; Oct 14 15:22:02.243 INFO kablam! ... | Oct 14 15:22:02.244 INFO kablam! 13 | | view Oct 14 15:22:02.245 INFO kablam! 14 | | } Oct 14 15:22:02.245 INFO kablam! | |_^ Oct 14 15:22:02.246 INFO kablam! | Oct 14 15:22:02.247 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 15:22:02.247 INFO kablam! Oct 14 15:22:02.248 INFO kablam! warning: method is never used: `set_fov` Oct 14 15:22:02.249 INFO kablam! --> src/camera.rs:35:5 Oct 14 15:22:02.249 INFO kablam! | Oct 14 15:22:02.250 INFO kablam! 35 | pub fn set_fov(&mut self, fov: f32) { Oct 14 15:22:02.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:22:02.251 INFO kablam! Oct 14 15:22:02.946 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.41s Oct 14 15:22:02.959 INFO kablam! su: No module specific data is present Oct 14 15:22:04.022 INFO running `"docker" "rm" "-f" "1b6d81d1e10ab435f9ec93df8b4301903527bbbecd1e552fc5cd7e20f6802866"` Oct 14 15:22:04.283 INFO blam! 1b6d81d1e10ab435f9ec93df8b4301903527bbbecd1e552fc5cd7e20f6802866 Oct 14 15:22:04.286 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 14 15:22:04.761 INFO blam! 75752f98a932d1a41f9488ba982b06fea5e86ba100e3a849b05c19d2b36d04a3 Oct 14 15:22:04.762 INFO running `"docker" "start" "-a" "75752f98a932d1a41f9488ba982b06fea5e86ba100e3a849b05c19d2b36d04a3"` Oct 14 15:22:07.378 INFO kablam! usermod: no changes Oct 14 15:22:07.650 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.21s Oct 14 15:22:07.671 INFO kablam! Running /target/debug/deps/simulation-9d623aa146c46a5f Oct 14 15:22:07.674 INFO blam! Oct 14 15:22:07.674 INFO blam! running 0 tests Oct 14 15:22:07.674 INFO blam! Oct 14 15:22:07.674 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 15:22:07.674 INFO blam! Oct 14 15:22:07.677 INFO kablam! su: No module specific data is present Oct 14 15:22:09.353 INFO running `"docker" "rm" "-f" "75752f98a932d1a41f9488ba982b06fea5e86ba100e3a849b05c19d2b36d04a3"` Oct 14 15:22:09.799 INFO blam! 75752f98a932d1a41f9488ba982b06fea5e86ba100e3a849b05c19d2b36d04a3