Oct 26 21:33:36.690 INFO checking samkellett/battles against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 26 21:33:36.690 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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.096 INFO blam! 10a7edff781ee479aaa0b05b755cd1d82e9e7b6ceabf227ec2257bc7640f6b02 Oct 26 21:33:37.103 INFO running `"docker" "start" "-a" "10a7edff781ee479aaa0b05b755cd1d82e9e7b6ceabf227ec2257bc7640f6b02"` Oct 26 21:33:38.386 INFO kablam! usermod: no changes Oct 26 21:33:38.659 INFO kablam! Compiling serde v0.9.12 Oct 26 21:33:38.659 INFO kablam! Checking lazy_static v0.2.6 Oct 26 21:33:38.671 INFO kablam! Checking cgmath v0.12.0 Oct 26 21:33:38.671 INFO kablam! Compiling syn v0.11.10 Oct 26 21:33:39.526 INFO kablam! Checking shared_library v0.1.5 Oct 26 21:33:39.526 INFO kablam! Checking x11-dl v2.12.0 Oct 26 21:33:41.551 INFO kablam! Checking osmesa-sys v0.1.2 Oct 26 21:33:58.071 INFO kablam! Compiling serde_codegen_internals v0.14.2 Oct 26 21:34:03.091 INFO kablam! Compiling serde_derive v0.9.13 Oct 26 21:34:08.804 INFO kablam! Compiling serde_json v0.9.9 Oct 26 21:34:09.847 INFO kablam! Checking toml v0.3.2 Oct 26 21:34:15.439 INFO kablam! Compiling target_build_utils v0.3.0 Oct 26 21:34:17.427 INFO kablam! Compiling libloading v0.3.4 Oct 26 21:34:19.776 INFO kablam! Checking dlib v0.3.1 Oct 26 21:34:20.071 INFO kablam! Checking wayland-sys v0.7.8 Oct 26 21:34:20.497 INFO kablam! Checking wayland-client v0.7.8 Oct 26 21:34:22.033 INFO kablam! Checking wayland-window v0.4.4 Oct 26 21:34:22.033 INFO kablam! Checking wayland-kbd v0.6.3 Oct 26 21:34:23.695 INFO kablam! Checking winit v0.5.11 Oct 26 21:34:25.104 INFO kablam! Checking glutin v0.7.4 Oct 26 21:34:26.891 INFO kablam! Checking glium v0.16.0 Oct 26 21:34:40.874 INFO kablam! Checking battles v0.1.0 (/source) Oct 26 21:34:42.311 INFO kablam! warning: enum is never used: `Rotation` Oct 26 21:34:42.311 INFO kablam! --> examples/003-transform.rs:8:1 Oct 26 21:34:42.311 INFO kablam! | Oct 26 21:34:42.311 INFO kablam! 8 | enum Rotation { Oct 26 21:34:42.311 INFO kablam! | ^^^^^^^^^^^^^ Oct 26 21:34:42.312 INFO kablam! | Oct 26 21:34:42.312 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 21:34:42.312 INFO kablam! Oct 26 21:34:42.312 INFO kablam! warning: method is never used: `rotate_z` Oct 26 21:34:42.312 INFO kablam! --> examples/003-transform.rs:26:5 Oct 26 21:34:42.312 INFO kablam! | Oct 26 21:34:42.312 INFO kablam! 26 | fn rotate_z (&mut self, rotation: Rotation) { Oct 26 21:34:42.312 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 21:34:42.312 INFO kablam! Oct 26 21:34:45.407 INFO kablam! warning: variable does not need to be mutable Oct 26 21:34:45.407 INFO kablam! --> src/main.rs:28:13 Oct 26 21:34:45.408 INFO kablam! | Oct 26 21:34:45.408 INFO kablam! 28 | let mut game_object = game_objects.first_mut().unwrap(); Oct 26 21:34:45.409 INFO kablam! | ----^^^^^^^^^^^ Oct 26 21:34:45.409 INFO kablam! | | Oct 26 21:34:45.409 INFO kablam! | help: remove this `mut` Oct 26 21:34:45.409 INFO kablam! | Oct 26 21:34:45.410 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 21:34:45.410 INFO kablam! Oct 26 21:34:45.532 INFO kablam! warning: method is never used: `square_slice` Oct 26 21:34:45.532 INFO kablam! --> src/render/sprites/mesh.rs:42:5 Oct 26 21:34:45.533 INFO kablam! | Oct 26 21:34:45.535 INFO kablam! 42 | / pub fn square_slice(size: f32, Oct 26 21:34:45.535 INFO kablam! 43 | | origin: &cgmath::Vector2, Oct 26 21:34:45.536 INFO kablam! 44 | | dimensions: &cgmath::Vector2, Oct 26 21:34:45.536 INFO kablam! 45 | | parent_dimensions: &cgmath::Vector2) Oct 26 21:34:45.536 INFO kablam! ... | Oct 26 21:34:45.537 INFO kablam! 76 | | Oct 26 21:34:45.537 INFO kablam! 77 | | } Oct 26 21:34:45.537 INFO kablam! | |_____^ Oct 26 21:34:45.538 INFO kablam! warning: variable does not need to be mutable Oct 26 21:34:45.538 INFO kablam! --> src/main.rs:28:13 Oct 26 21:34:45.538 INFO kablam! | Oct 26 21:34:45.539 INFO kablam! 28 | let mut game_object = game_objects.first_mut().unwrap(); Oct 26 21:34:45.539 INFO kablam! | ----^^^^^^^^^^^ Oct 26 21:34:45.539 INFO kablam! | | Oct 26 21:34:45.540 INFO kablam! | help: remove this `mut` Oct 26 21:34:45.540 INFO kablam! | Oct 26 21:34:45.540 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 21:34:45.541 INFO kablam! Oct 26 21:34:45.541 INFO kablam! | Oct 26 21:34:45.541 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 21:34:45.541 INFO kablam! Oct 26 21:34:45.623 INFO kablam! warning: method is never used: `square_slice` Oct 26 21:34:45.624 INFO kablam! --> src/render/sprites/mesh.rs:42:5 Oct 26 21:34:45.624 INFO kablam! | Oct 26 21:34:45.624 INFO kablam! 42 | / pub fn square_slice(size: f32, Oct 26 21:34:45.624 INFO kablam! 43 | | origin: &cgmath::Vector2, Oct 26 21:34:45.625 INFO kablam! 44 | | dimensions: &cgmath::Vector2, Oct 26 21:34:45.625 INFO kablam! 45 | | parent_dimensions: &cgmath::Vector2) Oct 26 21:34:45.625 INFO kablam! ... | Oct 26 21:34:45.626 INFO kablam! 76 | | Oct 26 21:34:45.626 INFO kablam! 77 | | } Oct 26 21:34:45.626 INFO kablam! | |_____^ Oct 26 21:34:45.626 INFO kablam! | Oct 26 21:34:45.627 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 21:34:45.627 INFO kablam! Oct 26 21:34:45.695 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 07s Oct 26 21:34:45.695 INFO kablam! su: No module specific data is present Oct 26 21:34:46.189 INFO running `"docker" "rm" "-f" "10a7edff781ee479aaa0b05b755cd1d82e9e7b6ceabf227ec2257bc7640f6b02"` Oct 26 21:34:46.467 INFO blam! 10a7edff781ee479aaa0b05b755cd1d82e9e7b6ceabf227ec2257bc7640f6b02