Oct 10 18:55:01.145 INFO testing martinak1/uranusbound against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 18:55:01.145 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 18:55:01.147 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 18:55:01.544 INFO blam! fd4ec49ae92d293e9ff1ff36bf24fad6a788c3f0f95c75c1bdcb9d226a6de95d Oct 10 18:55:01.556 INFO running `"docker" "start" "-a" "fd4ec49ae92d293e9ff1ff36bf24fad6a788c3f0f95c75c1bdcb9d226a6de95d"` Oct 10 18:55:03.181 INFO kablam! usermod: no changes Oct 10 18:55:03.591 INFO kablam! Compiling num-traits v0.1.43 Oct 10 18:55:03.592 INFO kablam! Compiling backtrace v0.3.8 Oct 10 18:55:03.597 INFO kablam! Compiling num-derive v0.2.2 Oct 10 18:55:03.597 INFO kablam! Compiling glium v0.21.0 Oct 10 18:55:03.597 INFO kablam! Compiling tiled v0.7.4 Oct 10 18:55:03.598 INFO kablam! Compiling rayon v1.0.1 Oct 10 18:55:03.598 INFO kablam! Compiling png v0.12.0 Oct 10 18:55:07.161 INFO kablam! Compiling ordered-float v0.5.0 Oct 10 18:55:11.678 INFO kablam! Compiling rusttype v0.4.3 Oct 10 18:55:21.032 INFO kablam! Compiling piston2d-graphics v0.26.0 Oct 10 18:55:26.720 INFO kablam! Compiling jpeg-decoder v0.1.15 Oct 10 18:55:33.482 INFO kablam! Compiling image v0.19.0 Oct 10 18:56:15.925 INFO kablam! Compiling piston2d-glium_graphics v0.50.0 Oct 10 18:56:21.985 INFO kablam! Compiling uranusbound v0.1.0 (/source) Oct 10 18:56:27.653 INFO kablam! warning: unused imports: `Flip`, `TextureSettings`, `Texture` Oct 10 18:56:27.653 INFO kablam! --> src/main.rs:13:22 Oct 10 18:56:27.654 INFO kablam! | Oct 10 18:56:27.654 INFO kablam! 13 | use glium_graphics::{Flip, Glium2d, GliumWindow, OpenGL, Texture, TextureSettings}; Oct 10 18:56:27.654 INFO kablam! | ^^^^ ^^^^^^^ ^^^^^^^^^^^^^^^ Oct 10 18:56:27.655 INFO kablam! | Oct 10 18:56:27.655 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 18:56:27.655 INFO kablam! Oct 10 18:56:27.655 INFO kablam! warning: unused import: `piston::event_loop::EventLoop` Oct 10 18:56:27.656 INFO kablam! --> src/main.rs:24:5 Oct 10 18:56:27.656 INFO kablam! | Oct 10 18:56:27.656 INFO kablam! 24 | use piston::event_loop::EventLoop; Oct 10 18:56:27.657 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:56:27.657 INFO kablam! Oct 10 18:56:27.657 INFO kablam! warning: unused import: `Tile` Oct 10 18:56:27.657 INFO kablam! --> src/main.rs:28:22 Oct 10 18:56:27.658 INFO kablam! | Oct 10 18:56:27.658 INFO kablam! 28 | use camera::{Camera, Tile}; Oct 10 18:56:27.658 INFO kablam! | ^^^^ Oct 10 18:56:27.658 INFO kablam! Oct 10 18:56:27.928 INFO kablam! warning: field is never used: `map_buffer` Oct 10 18:56:27.929 INFO kablam! --> src/camera.rs:22:5 Oct 10 18:56:27.929 INFO kablam! | Oct 10 18:56:27.929 INFO kablam! 22 | map_buffer: HashMap, Oct 10 18:56:27.930 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:56:27.930 INFO kablam! | Oct 10 18:56:27.930 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 18:56:27.931 INFO kablam! Oct 10 18:56:27.931 INFO kablam! warning: method is never used: `get_width` Oct 10 18:56:27.931 INFO kablam! --> src/camera.rs:35:5 Oct 10 18:56:27.931 INFO kablam! | Oct 10 18:56:27.932 INFO kablam! 35 | pub fn get_width(&self) -> i32 { Oct 10 18:56:27.932 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:56:27.932 INFO kablam! Oct 10 18:56:27.932 INFO kablam! warning: method is never used: `get_height` Oct 10 18:56:27.933 INFO kablam! --> src/camera.rs:39:5 Oct 10 18:56:27.933 INFO kablam! | Oct 10 18:56:27.933 INFO kablam! 39 | pub fn get_height(&self) -> i32 { Oct 10 18:56:27.934 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:56:27.934 INFO kablam! Oct 10 18:56:27.934 INFO kablam! warning: method is never used: `get_tile_buffer` Oct 10 18:56:27.934 INFO kablam! --> src/camera.rs:51:5 Oct 10 18:56:27.935 INFO kablam! | Oct 10 18:56:27.935 INFO kablam! 51 | pub fn get_tile_buffer(&self) -> &Vec { Oct 10 18:56:27.935 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:56:27.935 INFO kablam! Oct 10 18:56:27.936 INFO kablam! warning: method is never used: `get_mut_tile_buffer` Oct 10 18:56:27.936 INFO kablam! --> src/camera.rs:55:5 Oct 10 18:56:27.936 INFO kablam! | Oct 10 18:56:27.936 INFO kablam! 55 | pub fn get_mut_tile_buffer(&mut self) -> &Vec { Oct 10 18:56:27.937 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:56:27.937 INFO kablam! Oct 10 18:56:27.937 INFO kablam! warning: method is never used: `get_map_buffer` Oct 10 18:56:27.938 INFO kablam! --> src/camera.rs:59:5 Oct 10 18:56:27.938 INFO kablam! | Oct 10 18:56:27.938 INFO kablam! 59 | pub fn get_map_buffer(&self) -> &HashMap { Oct 10 18:56:27.938 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:56:27.939 INFO kablam! Oct 10 18:56:27.939 INFO kablam! warning: method is never used: `get_mut_map_buffer` Oct 10 18:56:27.939 INFO kablam! --> src/camera.rs:63:5 Oct 10 18:56:27.939 INFO kablam! | Oct 10 18:56:27.940 INFO kablam! 63 | pub fn get_mut_map_buffer(&mut self) -> &HashMap { Oct 10 18:56:27.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:56:27.940 INFO kablam! Oct 10 18:56:27.941 INFO kablam! warning: method is never used: `new` Oct 10 18:56:27.941 INFO kablam! --> src/camera.rs:72:5 Oct 10 18:56:27.941 INFO kablam! | Oct 10 18:56:27.941 INFO kablam! 72 | pub fn new() -> Camera { Oct 10 18:56:27.942 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:56:27.942 INFO kablam! Oct 10 18:56:27.942 INFO kablam! warning: method is never used: `clear_tile_buffer` Oct 10 18:56:27.942 INFO kablam! --> src/camera.rs:135:5 Oct 10 18:56:27.943 INFO kablam! | Oct 10 18:56:27.943 INFO kablam! 135 | pub fn clear_tile_buffer(&mut self) { Oct 10 18:56:27.943 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:56:27.943 INFO kablam! Oct 10 18:56:27.944 INFO kablam! warning: method is never used: `tile_buffer_reserve` Oct 10 18:56:27.944 INFO kablam! --> src/camera.rs:146:5 Oct 10 18:56:27.944 INFO kablam! | Oct 10 18:56:27.944 INFO kablam! 146 | pub fn tile_buffer_reserve(&mut self, size: usize) { Oct 10 18:56:27.945 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:56:27.945 INFO kablam! Oct 10 18:56:27.945 INFO kablam! warning: method is never used: `push_to_tile_buffer` Oct 10 18:56:27.945 INFO kablam! --> src/camera.rs:161:5 Oct 10 18:56:27.946 INFO kablam! | Oct 10 18:56:27.946 INFO kablam! 161 | pub fn push_to_tile_buffer(&mut self, tile: Tile) { Oct 10 18:56:27.946 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:56:27.946 INFO kablam! Oct 10 18:56:27.947 INFO kablam! warning: method is never used: `push_to_map_buffer` Oct 10 18:56:27.947 INFO kablam! --> src/camera.rs:166:5 Oct 10 18:56:27.947 INFO kablam! | Oct 10 18:56:27.947 INFO kablam! 166 | pub fn push_to_map_buffer(&mut self, name: String, map: Map) { Oct 10 18:56:27.948 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:56:27.948 INFO kablam! Oct 10 18:56:27.948 INFO kablam! warning: method is never used: `tex_rect` Oct 10 18:56:27.948 INFO kablam! --> src/camera.rs:191:5 Oct 10 18:56:27.949 INFO kablam! | Oct 10 18:56:27.949 INFO kablam! 191 | pub fn tex_rect(&mut self, t_width: i32, t_height: i32, x_camera: i32, y_camera: i32) { Oct 10 18:56:27.949 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:56:27.949 INFO kablam! Oct 10 18:56:27.950 INFO kablam! warning: field is never used: `tile_set` Oct 10 18:56:27.950 INFO kablam! --> src/map.rs:16:5 Oct 10 18:56:27.950 INFO kablam! | Oct 10 18:56:27.950 INFO kablam! 16 | tile_set: tiled::Tileset, Oct 10 18:56:27.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:56:27.951 INFO kablam! Oct 10 18:56:27.951 INFO kablam! warning: field is never used: `height` Oct 10 18:56:27.951 INFO kablam! --> src/map.rs:23:5 Oct 10 18:56:27.951 INFO kablam! | Oct 10 18:56:27.952 INFO kablam! 23 | height: i32, Oct 10 18:56:27.956 INFO kablam! | ^^^^^^^^^^^ Oct 10 18:56:27.956 INFO kablam! Oct 10 18:56:27.957 INFO kablam! warning: method is never used: `get_height` Oct 10 18:56:27.957 INFO kablam! --> src/map.rs:32:5 Oct 10 18:56:27.957 INFO kablam! | Oct 10 18:56:27.957 INFO kablam! 32 | pub fn get_height(&self) -> i32 { Oct 10 18:56:27.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:56:27.958 INFO kablam! Oct 10 18:56:27.958 INFO kablam! warning: method is never used: `get_tile_set` Oct 10 18:56:27.958 INFO kablam! --> src/map.rs:48:5 Oct 10 18:56:27.958 INFO kablam! | Oct 10 18:56:27.959 INFO kablam! 48 | pub fn get_tile_set(&self) -> &tiled::Tileset { Oct 10 18:56:27.959 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:56:27.959 INFO kablam! Oct 10 18:56:36.190 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 32s Oct 10 18:56:36.199 INFO kablam! su: No module specific data is present Oct 10 18:56:36.638 INFO running `"docker" "rm" "-f" "fd4ec49ae92d293e9ff1ff36bf24fad6a788c3f0f95c75c1bdcb9d226a6de95d"` Oct 10 18:56:36.804 INFO blam! fd4ec49ae92d293e9ff1ff36bf24fad6a788c3f0f95c75c1bdcb9d226a6de95d Oct 10 18:56:36.808 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 18:56:36.808 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 18:56:37.258 INFO blam! f0fba8bf97c6991175d4bf99259622570e9eb27398f9d0c11e9fb47cf4357eaf Oct 10 18:56:37.260 INFO running `"docker" "start" "-a" "f0fba8bf97c6991175d4bf99259622570e9eb27398f9d0c11e9fb47cf4357eaf"` Oct 10 18:56:38.513 INFO kablam! usermod: no changes Oct 10 18:56:38.834 INFO kablam! Compiling uranusbound v0.1.0 (/source) Oct 10 18:56:44.259 INFO kablam! warning: unused imports: `Flip`, `TextureSettings`, `Texture` Oct 10 18:56:44.259 INFO kablam! --> src/main.rs:13:22 Oct 10 18:56:44.259 INFO kablam! | Oct 10 18:56:44.260 INFO kablam! 13 | use glium_graphics::{Flip, Glium2d, GliumWindow, OpenGL, Texture, TextureSettings}; Oct 10 18:56:44.260 INFO kablam! | ^^^^ ^^^^^^^ ^^^^^^^^^^^^^^^ Oct 10 18:56:44.260 INFO kablam! | Oct 10 18:56:44.264 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 18:56:44.264 INFO kablam! Oct 10 18:56:44.264 INFO kablam! warning: unused import: `piston::event_loop::EventLoop` Oct 10 18:56:44.264 INFO kablam! --> src/main.rs:24:5 Oct 10 18:56:44.264 INFO kablam! | Oct 10 18:56:44.265 INFO kablam! 24 | use piston::event_loop::EventLoop; Oct 10 18:56:44.265 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:56:44.265 INFO kablam! Oct 10 18:56:44.265 INFO kablam! warning: unused import: `Tile` Oct 10 18:56:44.265 INFO kablam! --> src/main.rs:28:22 Oct 10 18:56:44.265 INFO kablam! | Oct 10 18:56:44.265 INFO kablam! 28 | use camera::{Camera, Tile}; Oct 10 18:56:44.265 INFO kablam! | ^^^^ Oct 10 18:56:44.265 INFO kablam! Oct 10 18:56:44.521 INFO kablam! warning: field is never used: `map_buffer` Oct 10 18:56:44.521 INFO kablam! --> src/camera.rs:22:5 Oct 10 18:56:44.521 INFO kablam! | Oct 10 18:56:44.521 INFO kablam! 22 | map_buffer: HashMap, Oct 10 18:56:44.521 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:56:44.521 INFO kablam! | Oct 10 18:56:44.521 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 18:56:44.521 INFO kablam! Oct 10 18:56:44.521 INFO kablam! warning: method is never used: `get_width` Oct 10 18:56:44.521 INFO kablam! --> src/camera.rs:35:5 Oct 10 18:56:44.521 INFO kablam! | Oct 10 18:56:44.521 INFO kablam! 35 | pub fn get_width(&self) -> i32 { Oct 10 18:56:44.521 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:56:44.521 INFO kablam! Oct 10 18:56:44.521 INFO kablam! warning: method is never used: `get_height` Oct 10 18:56:44.521 INFO kablam! --> src/camera.rs:39:5 Oct 10 18:56:44.521 INFO kablam! | Oct 10 18:56:44.521 INFO kablam! 39 | pub fn get_height(&self) -> i32 { Oct 10 18:56:44.521 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:56:44.521 INFO kablam! Oct 10 18:56:44.521 INFO kablam! warning: method is never used: `get_tile_buffer` Oct 10 18:56:44.521 INFO kablam! --> src/camera.rs:51:5 Oct 10 18:56:44.521 INFO kablam! | Oct 10 18:56:44.521 INFO kablam! 51 | pub fn get_tile_buffer(&self) -> &Vec { Oct 10 18:56:44.521 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:56:44.521 INFO kablam! Oct 10 18:56:44.521 INFO kablam! warning: method is never used: `get_mut_tile_buffer` Oct 10 18:56:44.521 INFO kablam! --> src/camera.rs:55:5 Oct 10 18:56:44.521 INFO kablam! | Oct 10 18:56:44.521 INFO kablam! 55 | pub fn get_mut_tile_buffer(&mut self) -> &Vec { Oct 10 18:56:44.521 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:56:44.521 INFO kablam! Oct 10 18:56:44.521 INFO kablam! warning: method is never used: `get_map_buffer` Oct 10 18:56:44.521 INFO kablam! --> src/camera.rs:59:5 Oct 10 18:56:44.521 INFO kablam! | Oct 10 18:56:44.521 INFO kablam! 59 | pub fn get_map_buffer(&self) -> &HashMap { Oct 10 18:56:44.521 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:56:44.521 INFO kablam! Oct 10 18:56:44.521 INFO kablam! warning: method is never used: `get_mut_map_buffer` Oct 10 18:56:44.521 INFO kablam! --> src/camera.rs:63:5 Oct 10 18:56:44.521 INFO kablam! | Oct 10 18:56:44.521 INFO kablam! 63 | pub fn get_mut_map_buffer(&mut self) -> &HashMap { Oct 10 18:56:44.521 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:56:44.521 INFO kablam! Oct 10 18:56:44.521 INFO kablam! warning: method is never used: `new` Oct 10 18:56:44.521 INFO kablam! --> src/camera.rs:72:5 Oct 10 18:56:44.521 INFO kablam! | Oct 10 18:56:44.521 INFO kablam! 72 | pub fn new() -> Camera { Oct 10 18:56:44.521 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:56:44.521 INFO kablam! Oct 10 18:56:44.521 INFO kablam! warning: method is never used: `clear_tile_buffer` Oct 10 18:56:44.521 INFO kablam! --> src/camera.rs:135:5 Oct 10 18:56:44.521 INFO kablam! | Oct 10 18:56:44.521 INFO kablam! 135 | pub fn clear_tile_buffer(&mut self) { Oct 10 18:56:44.521 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:56:44.521 INFO kablam! Oct 10 18:56:44.521 INFO kablam! warning: method is never used: `tile_buffer_reserve` Oct 10 18:56:44.521 INFO kablam! --> src/camera.rs:146:5 Oct 10 18:56:44.521 INFO kablam! | Oct 10 18:56:44.521 INFO kablam! 146 | pub fn tile_buffer_reserve(&mut self, size: usize) { Oct 10 18:56:44.521 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:56:44.521 INFO kablam! Oct 10 18:56:44.521 INFO kablam! warning: method is never used: `push_to_tile_buffer` Oct 10 18:56:44.521 INFO kablam! --> src/camera.rs:161:5 Oct 10 18:56:44.521 INFO kablam! | Oct 10 18:56:44.521 INFO kablam! 161 | pub fn push_to_tile_buffer(&mut self, tile: Tile) { Oct 10 18:56:44.521 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:56:44.521 INFO kablam! Oct 10 18:56:44.521 INFO kablam! warning: method is never used: `push_to_map_buffer` Oct 10 18:56:44.521 INFO kablam! --> src/camera.rs:166:5 Oct 10 18:56:44.521 INFO kablam! | Oct 10 18:56:44.522 INFO kablam! 166 | pub fn push_to_map_buffer(&mut self, name: String, map: Map) { Oct 10 18:56:44.522 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:56:44.522 INFO kablam! Oct 10 18:56:44.522 INFO kablam! warning: method is never used: `tex_rect` Oct 10 18:56:44.522 INFO kablam! --> src/camera.rs:191:5 Oct 10 18:56:44.522 INFO kablam! | Oct 10 18:56:44.522 INFO kablam! 191 | pub fn tex_rect(&mut self, t_width: i32, t_height: i32, x_camera: i32, y_camera: i32) { Oct 10 18:56:44.522 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:56:44.522 INFO kablam! Oct 10 18:56:44.522 INFO kablam! warning: field is never used: `tile_set` Oct 10 18:56:44.522 INFO kablam! --> src/map.rs:16:5 Oct 10 18:56:44.522 INFO kablam! | Oct 10 18:56:44.522 INFO kablam! 16 | tile_set: tiled::Tileset, Oct 10 18:56:44.522 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:56:44.522 INFO kablam! Oct 10 18:56:44.522 INFO kablam! warning: field is never used: `height` Oct 10 18:56:44.522 INFO kablam! --> src/map.rs:23:5 Oct 10 18:56:44.522 INFO kablam! | Oct 10 18:56:44.522 INFO kablam! 23 | height: i32, Oct 10 18:56:44.522 INFO kablam! | ^^^^^^^^^^^ Oct 10 18:56:44.522 INFO kablam! Oct 10 18:56:44.522 INFO kablam! warning: method is never used: `get_height` Oct 10 18:56:44.522 INFO kablam! --> src/map.rs:32:5 Oct 10 18:56:44.522 INFO kablam! | Oct 10 18:56:44.522 INFO kablam! 32 | pub fn get_height(&self) -> i32 { Oct 10 18:56:44.522 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:56:44.522 INFO kablam! Oct 10 18:56:44.522 INFO kablam! warning: method is never used: `get_tile_set` Oct 10 18:56:44.522 INFO kablam! --> src/map.rs:48:5 Oct 10 18:56:44.522 INFO kablam! | Oct 10 18:56:44.522 INFO kablam! 48 | pub fn get_tile_set(&self) -> &tiled::Tileset { Oct 10 18:56:44.522 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:56:44.522 INFO kablam! Oct 10 18:56:45.212 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.67s Oct 10 18:56:45.236 INFO kablam! su: No module specific data is present Oct 10 18:56:45.943 INFO running `"docker" "rm" "-f" "f0fba8bf97c6991175d4bf99259622570e9eb27398f9d0c11e9fb47cf4357eaf"` Oct 10 18:56:46.220 INFO blam! f0fba8bf97c6991175d4bf99259622570e9eb27398f9d0c11e9fb47cf4357eaf Oct 10 18:56:46.225 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 18:56:46.225 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 18:56:46.653 INFO blam! 87efe2bff5beb6e7767ec616a45af568a8c787a7d0edf1747216a381afe684a4 Oct 10 18:56:46.655 INFO running `"docker" "start" "-a" "87efe2bff5beb6e7767ec616a45af568a8c787a7d0edf1747216a381afe684a4"` Oct 10 18:56:47.672 INFO kablam! usermod: no changes Oct 10 18:56:47.956 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.25s Oct 10 18:56:47.974 INFO kablam! Running /target/debug/deps/uranusbound-fb1e34e982ce71d4 Oct 10 18:56:47.979 INFO blam! Oct 10 18:56:47.979 INFO blam! running 0 tests Oct 10 18:56:47.979 INFO blam! Oct 10 18:56:47.980 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 18:56:47.980 INFO blam! Oct 10 18:56:47.987 INFO kablam! su: No module specific data is present Oct 10 18:56:48.748 INFO running `"docker" "rm" "-f" "87efe2bff5beb6e7767ec616a45af568a8c787a7d0edf1747216a381afe684a4"` Oct 10 18:56:49.076 INFO blam! 87efe2bff5beb6e7767ec616a45af568a8c787a7d0edf1747216a381afe684a4