Oct 26 21:33:37.045 INFO checking samkellett/battles against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 21:33:37.045 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 26 21:33:37.569 INFO blam! ec77df5d8b86c809763e3418446ac3d058a5c303b13ef81dc245240d0807e0ac Oct 26 21:33:37.591 INFO running `"docker" "start" "-a" "ec77df5d8b86c809763e3418446ac3d058a5c303b13ef81dc245240d0807e0ac"` Oct 26 21:33:38.871 INFO kablam! usermod: no changes Oct 26 21:33:39.184 INFO kablam! Compiling serde v0.9.12 Oct 26 21:33:39.184 INFO kablam! Checking lazy_static v0.2.6 Oct 26 21:33:39.185 INFO kablam! Checking toml v0.3.2 Oct 26 21:33:39.189 INFO kablam! Checking cgmath v0.12.0 Oct 26 21:33:39.189 INFO kablam! Compiling serde_derive v0.9.13 Oct 26 21:33:40.313 INFO kablam! Checking shared_library v0.1.5 Oct 26 21:33:40.313 INFO kablam! Checking x11-dl v2.12.0 Oct 26 21:33:41.905 INFO kablam! Checking osmesa-sys v0.1.2 Oct 26 21:34:03.963 INFO kablam! Compiling serde_json v0.9.9 Oct 26 21:34:07.806 INFO kablam! Compiling target_build_utils v0.3.0 Oct 26 21:34:09.896 INFO kablam! Compiling libloading v0.3.4 Oct 26 21:34:12.423 INFO kablam! Checking dlib v0.3.1 Oct 26 21:34:12.882 INFO kablam! Checking wayland-sys v0.7.8 Oct 26 21:34:13.355 INFO kablam! Checking wayland-client v0.7.8 Oct 26 21:34:15.167 INFO kablam! Checking wayland-kbd v0.6.3 Oct 26 21:34:15.167 INFO kablam! Checking wayland-window v0.4.4 Oct 26 21:34:16.585 INFO kablam! Checking winit v0.5.11 Oct 26 21:34:18.223 INFO kablam! Checking glutin v0.7.4 Oct 26 21:34:19.895 INFO kablam! Checking glium v0.16.0 Oct 26 21:34:33.700 INFO kablam! Checking battles v0.1.0 (/source) Oct 26 21:34:35.473 INFO kablam! warning: enum is never used: `Rotation` Oct 26 21:34:35.473 INFO kablam! --> examples/003-transform.rs:8:1 Oct 26 21:34:35.473 INFO kablam! | Oct 26 21:34:35.473 INFO kablam! 8 | enum Rotation { Oct 26 21:34:35.473 INFO kablam! | ^^^^^^^^^^^^^ Oct 26 21:34:35.473 INFO kablam! | Oct 26 21:34:35.473 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 21:34:35.473 INFO kablam! Oct 26 21:34:35.473 INFO kablam! warning: method is never used: `rotate_z` Oct 26 21:34:35.473 INFO kablam! --> examples/003-transform.rs:26:5 Oct 26 21:34:35.473 INFO kablam! | Oct 26 21:34:35.473 INFO kablam! 26 | fn rotate_z (&mut self, rotation: Rotation) { Oct 26 21:34:35.473 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 21:34:35.473 INFO kablam! Oct 26 21:34:37.319 INFO kablam! warning: variable does not need to be mutable Oct 26 21:34:37.319 INFO kablam! --> src/main.rs:28:13 Oct 26 21:34:37.320 INFO kablam! | Oct 26 21:34:37.320 INFO kablam! 28 | let mut game_object = game_objects.first_mut().unwrap(); Oct 26 21:34:37.320 INFO kablam! | ----^^^^^^^^^^^ Oct 26 21:34:37.320 INFO kablam! | | Oct 26 21:34:37.320 INFO kablam! | help: remove this `mut` Oct 26 21:34:37.320 INFO kablam! | Oct 26 21:34:37.321 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 21:34:37.321 INFO kablam! Oct 26 21:34:37.407 INFO kablam! warning: method is never used: `square_slice` Oct 26 21:34:37.407 INFO kablam! --> src/render/sprites/mesh.rs:42:5 Oct 26 21:34:37.407 INFO kablam! | Oct 26 21:34:37.407 INFO kablam! 42 | / pub fn square_slice(size: f32, Oct 26 21:34:37.407 INFO kablam! 43 | | origin: &cgmath::Vector2, Oct 26 21:34:37.407 INFO kablam! 44 | | dimensions: &cgmath::Vector2, Oct 26 21:34:37.407 INFO kablam! 45 | | parent_dimensions: &cgmath::Vector2) Oct 26 21:34:37.407 INFO kablam! ... | Oct 26 21:34:37.407 INFO kablam! 76 | | Oct 26 21:34:37.407 INFO kablam! 77 | | } Oct 26 21:34:37.407 INFO kablam! | |_____^ Oct 26 21:34:37.407 INFO kablam! | Oct 26 21:34:37.407 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 21:34:37.407 INFO kablam! Oct 26 21:34:37.427 INFO kablam! warning: variable does not need to be mutable Oct 26 21:34:37.435 INFO kablam! --> src/main.rs:28:13 Oct 26 21:34:37.435 INFO kablam! | Oct 26 21:34:37.436 INFO kablam! 28 | let mut game_object = game_objects.first_mut().unwrap(); Oct 26 21:34:37.436 INFO kablam! | ----^^^^^^^^^^^ Oct 26 21:34:37.436 INFO kablam! | | Oct 26 21:34:37.436 INFO kablam! | help: remove this `mut` Oct 26 21:34:37.437 INFO kablam! | Oct 26 21:34:37.437 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 21:34:37.437 INFO kablam! Oct 26 21:34:37.491 INFO kablam! warning: method is never used: `square_slice` Oct 26 21:34:37.491 INFO kablam! --> src/render/sprites/mesh.rs:42:5 Oct 26 21:34:37.491 INFO kablam! | Oct 26 21:34:37.491 INFO kablam! 42 | / pub fn square_slice(size: f32, Oct 26 21:34:37.491 INFO kablam! 43 | | origin: &cgmath::Vector2, Oct 26 21:34:37.492 INFO kablam! 44 | | dimensions: &cgmath::Vector2, Oct 26 21:34:37.492 INFO kablam! 45 | | parent_dimensions: &cgmath::Vector2) Oct 26 21:34:37.492 INFO kablam! ... | Oct 26 21:34:37.492 INFO kablam! 76 | | Oct 26 21:34:37.492 INFO kablam! 77 | | } Oct 26 21:34:37.492 INFO kablam! | |_____^ Oct 26 21:34:37.492 INFO kablam! | Oct 26 21:34:37.492 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 21:34:37.492 INFO kablam! Oct 26 21:34:37.525 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 58.63s Oct 26 21:34:37.537 INFO kablam! su: No module specific data is present Oct 26 21:34:37.927 INFO running `"docker" "rm" "-f" "ec77df5d8b86c809763e3418446ac3d058a5c303b13ef81dc245240d0807e0ac"` Oct 26 21:34:38.203 INFO blam! ec77df5d8b86c809763e3418446ac3d058a5c303b13ef81dc245240d0807e0ac