Oct 13 01:32:40.395 INFO testing samkellett/battles against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 01:32:40.395 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 13 01:32:40.847 INFO blam! 670ef0b861e37611561d742ef6832d6776343468a0b4b8b80d50f343f2a7ec59 Oct 13 01:32:40.863 INFO running `"docker" "start" "-a" "670ef0b861e37611561d742ef6832d6776343468a0b4b8b80d50f343f2a7ec59"` Oct 13 01:32:41.915 INFO kablam! usermod: no changes Oct 13 01:32:42.235 INFO kablam! Compiling serde v0.9.12 Oct 13 01:32:42.235 INFO kablam! Compiling num_cpus v1.3.0 Oct 13 01:32:42.235 INFO kablam! Compiling num-integer v0.1.33 Oct 13 01:32:42.235 INFO kablam! Compiling shared_library v0.1.5 Oct 13 01:32:42.259 INFO kablam! Compiling deflate v0.7.5 Oct 13 01:32:42.279 INFO kablam! Compiling deque v0.3.1 Oct 13 01:32:42.279 INFO kablam! Compiling cgmath v0.12.0 Oct 13 01:32:42.279 INFO kablam! Compiling syn v0.11.10 Oct 13 01:32:44.747 INFO kablam! Compiling x11-dl v2.12.0 Oct 13 01:32:44.879 INFO kablam! Compiling num-iter v0.1.33 Oct 13 01:32:45.692 INFO kablam! Compiling num-rational v0.1.36 Oct 13 01:32:46.972 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 13 01:32:47.066 INFO kablam! Compiling rayon v0.6.0 Oct 13 01:32:50.767 INFO kablam! Compiling png v0.6.2 Oct 13 01:33:00.731 INFO kablam! Compiling jpeg-decoder v0.1.11 Oct 13 01:33:00.795 INFO kablam! Compiling serde_codegen_internals v0.14.2 Oct 13 01:33:06.811 INFO kablam! Compiling serde_derive v0.9.13 Oct 13 01:33:10.719 INFO kablam! Compiling image v0.12.3 Oct 13 01:33:15.529 INFO kablam! Compiling serde_json v0.9.9 Oct 13 01:33:15.533 INFO kablam! Compiling toml v0.3.2 Oct 13 01:33:27.407 INFO kablam! Compiling target_build_utils v0.3.0 Oct 13 01:33:32.707 INFO kablam! Compiling libloading v0.3.4 Oct 13 01:33:40.428 INFO kablam! Compiling dlib v0.3.1 Oct 13 01:33:41.227 INFO kablam! Compiling wayland-sys v0.7.8 Oct 13 01:33:43.615 INFO kablam! Compiling wayland-client v0.7.8 Oct 13 01:33:45.877 INFO kablam! Compiling wayland-window v0.4.4 Oct 13 01:33:45.877 INFO kablam! Compiling wayland-kbd v0.6.3 Oct 13 01:33:47.720 INFO kablam! Compiling winit v0.5.11 Oct 13 01:33:51.379 INFO kablam! Compiling glutin v0.7.4 Oct 13 01:33:53.987 INFO kablam! Compiling glium v0.16.0 Oct 13 01:34:19.463 INFO kablam! Compiling battles v0.1.0 (/source) Oct 13 01:34:20.722 INFO kablam! warning: variable does not need to be mutable Oct 13 01:34:20.722 INFO kablam! --> src/main.rs:28:13 Oct 13 01:34:20.722 INFO kablam! | Oct 13 01:34:20.722 INFO kablam! 28 | let mut game_object = game_objects.first_mut().unwrap(); Oct 13 01:34:20.722 INFO kablam! | ----^^^^^^^^^^^ Oct 13 01:34:20.722 INFO kablam! | | Oct 13 01:34:20.722 INFO kablam! | help: remove this `mut` Oct 13 01:34:20.722 INFO kablam! | Oct 13 01:34:20.722 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 01:34:20.722 INFO kablam! Oct 13 01:34:20.803 INFO kablam! warning: method is never used: `square_slice` Oct 13 01:34:20.803 INFO kablam! --> src/render/sprites/mesh.rs:42:5 Oct 13 01:34:20.803 INFO kablam! | Oct 13 01:34:20.803 INFO kablam! 42 | / pub fn square_slice(size: f32, Oct 13 01:34:20.803 INFO kablam! 43 | | origin: &cgmath::Vector2, Oct 13 01:34:20.803 INFO kablam! 44 | | dimensions: &cgmath::Vector2, Oct 13 01:34:20.803 INFO kablam! 45 | | parent_dimensions: &cgmath::Vector2) Oct 13 01:34:20.803 INFO kablam! ... | Oct 13 01:34:20.803 INFO kablam! 76 | | Oct 13 01:34:20.803 INFO kablam! 77 | | } Oct 13 01:34:20.803 INFO kablam! | |_____^ Oct 13 01:34:20.803 INFO kablam! | Oct 13 01:34:20.803 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 01:34:20.803 INFO kablam! Oct 13 01:34:27.995 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 46s Oct 13 01:34:28.007 INFO kablam! su: No module specific data is present Oct 13 01:34:28.596 INFO running `"docker" "rm" "-f" "670ef0b861e37611561d742ef6832d6776343468a0b4b8b80d50f343f2a7ec59"` Oct 13 01:34:28.856 INFO blam! 670ef0b861e37611561d742ef6832d6776343468a0b4b8b80d50f343f2a7ec59 Oct 13 01:34:28.859 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 13 01:34:29.232 INFO blam! b96b7a71c930c722436ebf7023704149b36906de24dee9c97026b7c7458cd4b7 Oct 13 01:34:29.239 INFO running `"docker" "start" "-a" "b96b7a71c930c722436ebf7023704149b36906de24dee9c97026b7c7458cd4b7"` Oct 13 01:34:30.135 INFO kablam! usermod: no changes Oct 13 01:34:30.339 INFO kablam! Compiling battles v0.1.0 (/source) Oct 13 01:34:31.767 INFO kablam! warning: enum is never used: `Rotation` Oct 13 01:34:31.768 INFO kablam! --> examples/003-transform.rs:8:1 Oct 13 01:34:31.768 INFO kablam! | Oct 13 01:34:31.768 INFO kablam! 8 | enum Rotation { Oct 13 01:34:31.769 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 01:34:31.769 INFO kablam! | Oct 13 01:34:31.769 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 01:34:31.770 INFO kablam! Oct 13 01:34:31.770 INFO kablam! warning: method is never used: `rotate_z` Oct 13 01:34:31.770 INFO kablam! --> examples/003-transform.rs:26:5 Oct 13 01:34:31.770 INFO kablam! | Oct 13 01:34:31.771 INFO kablam! 26 | fn rotate_z (&mut self, rotation: Rotation) { Oct 13 01:34:31.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:34:31.771 INFO kablam! Oct 13 01:34:33.123 INFO kablam! warning: variable does not need to be mutable Oct 13 01:34:33.123 INFO kablam! --> src/main.rs:28:13 Oct 13 01:34:33.123 INFO kablam! | Oct 13 01:34:33.124 INFO kablam! 28 | let mut game_object = game_objects.first_mut().unwrap(); Oct 13 01:34:33.124 INFO kablam! | ----^^^^^^^^^^^ Oct 13 01:34:33.124 INFO kablam! | | Oct 13 01:34:33.124 INFO kablam! | help: remove this `mut` Oct 13 01:34:33.124 INFO kablam! | Oct 13 01:34:33.125 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 01:34:33.125 INFO kablam! Oct 13 01:34:33.423 INFO kablam! warning: method is never used: `square_slice` Oct 13 01:34:33.423 INFO kablam! --> src/render/sprites/mesh.rs:42:5 Oct 13 01:34:33.424 INFO kablam! | Oct 13 01:34:33.424 INFO kablam! 42 | / pub fn square_slice(size: f32, Oct 13 01:34:33.424 INFO kablam! 43 | | origin: &cgmath::Vector2, Oct 13 01:34:33.425 INFO kablam! 44 | | dimensions: &cgmath::Vector2, Oct 13 01:34:33.425 INFO kablam! 45 | | parent_dimensions: &cgmath::Vector2) Oct 13 01:34:33.425 INFO kablam! ... | Oct 13 01:34:33.425 INFO kablam! 76 | | Oct 13 01:34:33.426 INFO kablam! 77 | | } Oct 13 01:34:33.426 INFO kablam! | |_____^ Oct 13 01:34:33.426 INFO kablam! | Oct 13 01:34:33.426 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 01:34:33.427 INFO kablam! Oct 13 01:34:40.213 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.05s Oct 13 01:34:40.226 INFO kablam! su: No module specific data is present Oct 13 01:34:40.812 INFO running `"docker" "rm" "-f" "b96b7a71c930c722436ebf7023704149b36906de24dee9c97026b7c7458cd4b7"` Oct 13 01:34:40.973 INFO blam! b96b7a71c930c722436ebf7023704149b36906de24dee9c97026b7c7458cd4b7 Oct 13 01:34:40.980 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 13 01:34:41.415 INFO blam! 65d5ab9ad13f17dbcc68554f8d3fe778f2f43436c08c9d982373de519c9ff2eb Oct 13 01:34:41.416 INFO running `"docker" "start" "-a" "65d5ab9ad13f17dbcc68554f8d3fe778f2f43436c08c9d982373de519c9ff2eb"` Oct 13 01:34:41.886 INFO kablam! usermod: no changes Oct 13 01:34:41.988 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 13 01:34:41.993 INFO kablam! Running /target/debug/deps/battles-f7ba4efe03ac0e28 Oct 13 01:34:41.995 INFO blam! Oct 13 01:34:41.995 INFO blam! running 0 tests Oct 13 01:34:41.995 INFO blam! Oct 13 01:34:41.995 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 01:34:41.995 INFO blam! Oct 13 01:34:41.996 INFO kablam! su: No module specific data is present Oct 13 01:34:42.263 INFO running `"docker" "rm" "-f" "65d5ab9ad13f17dbcc68554f8d3fe778f2f43436c08c9d982373de519c9ff2eb"` Oct 13 01:34:42.480 INFO blam! 65d5ab9ad13f17dbcc68554f8d3fe778f2f43436c08c9d982373de519c9ff2eb