Oct 10 12:01:03.215 INFO testing yeliknewo/ai-4x-rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 12:01:03.215 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 12:01:03.215 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 12:01:03.694 INFO blam! ceca76bb61ec3eae52485d42447dcb0bdfaee5ba9abdf2195a89e20dcb15e249 Oct 10 12:01:03.695 INFO running `"docker" "start" "-a" "ceca76bb61ec3eae52485d42447dcb0bdfaee5ba9abdf2195a89e20dcb15e249"` Oct 10 12:01:04.949 INFO kablam! usermod: no changes Oct 10 12:01:05.249 INFO kablam! Compiling shared_library v0.1.5 Oct 10 12:01:05.250 INFO kablam! Compiling ticketed_lock v0.1.0 Oct 10 12:01:05.250 INFO kablam! Compiling deflate v0.7.5 Oct 10 12:01:05.250 INFO kablam! Compiling cgmath v0.12.0 Oct 10 12:01:05.251 INFO kablam! Compiling pulse v0.5.3 Oct 10 12:01:05.251 INFO kablam! Compiling num-iter v0.1.33 Oct 10 12:01:05.251 INFO kablam! Compiling num-rational v0.1.36 Oct 10 12:01:05.251 INFO kablam! Compiling x11-dl v2.12.0 Oct 10 12:01:05.616 INFO kablam! Compiling gfx_core v0.6.0 Oct 10 12:01:07.119 INFO kablam! Compiling rayon v0.6.0 Oct 10 12:01:07.848 INFO kablam! Compiling wayland-client v0.7.8 Oct 10 12:01:07.907 INFO kablam! Compiling gfx_gl v0.3.1 Oct 10 12:01:13.804 INFO kablam! Compiling glutin v0.7.4 Oct 10 12:01:16.377 INFO kablam! Compiling regex v0.2.1 Oct 10 12:01:16.420 INFO kablam! Compiling fs2 v0.2.5 Oct 10 12:01:16.468 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 10 12:01:21.005 INFO kablam! Compiling png v0.6.2 Oct 10 12:01:21.041 INFO kablam! Compiling specs v0.8.1 Oct 10 12:01:22.325 INFO kablam! Compiling tempfile v2.1.5 Oct 10 12:01:23.376 INFO kablam! Compiling jpeg-decoder v0.1.11 Oct 10 12:01:36.781 INFO kablam! Compiling memmap v0.4.0 Oct 10 12:01:37.132 INFO kablam! Compiling image v0.12.3 Oct 10 12:01:37.216 INFO kablam! Compiling dlib v0.3.1 Oct 10 12:01:37.917 INFO kablam! Compiling wayland-sys v0.7.8 Oct 10 12:01:38.007 INFO kablam! Compiling env_logger v0.4.2 Oct 10 12:01:46.040 INFO kablam! Compiling wayland-window v0.4.4 Oct 10 12:01:46.040 INFO kablam! Compiling wayland-kbd v0.6.3 Oct 10 12:01:49.676 INFO kablam! Compiling winit v0.5.11 Oct 10 12:02:03.882 INFO kablam! Compiling gfx_device_gl v0.13.0 Oct 10 12:02:03.884 INFO kablam! Compiling gfx v0.14.0 Oct 10 12:02:09.665 INFO kablam! Compiling gfx_window_glutin v0.14.0 Oct 10 12:02:12.759 INFO kablam! Compiling ai-4x-rs v0.1.0 (/source) Oct 10 12:02:17.274 INFO kablam! warning: unused variable: `city_size` Oct 10 12:02:17.274 INFO kablam! --> src/systems/main_game_city.rs:46:25 Oct 10 12:02:17.274 INFO kablam! | Oct 10 12:02:17.274 INFO kablam! 46 | let city_size = city.get_size(); Oct 10 12:02:17.274 INFO kablam! | ^^^^^^^^^ help: consider using `_city_size` instead Oct 10 12:02:17.274 INFO kablam! | Oct 10 12:02:17.274 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 12:02:17.274 INFO kablam! Oct 10 12:02:17.274 INFO kablam! warning: unused variable: `city_pop` Oct 10 12:02:17.274 INFO kablam! --> src/systems/main_game_city.rs:48:25 Oct 10 12:02:17.274 INFO kablam! | Oct 10 12:02:17.274 INFO kablam! 48 | let city_pop = city.get_pop(); Oct 10 12:02:17.274 INFO kablam! | ^^^^^^^^ help: consider using `_city_pop` instead Oct 10 12:02:17.274 INFO kablam! Oct 10 12:02:17.274 INFO kablam! warning: unused variable: `maps` Oct 10 12:02:17.274 INFO kablam! --> src/systems/main_game_map.rs:23:13 Oct 10 12:02:17.274 INFO kablam! | Oct 10 12:02:17.274 INFO kablam! 23 | let maps = arg.fetch(|w| w.read::()); Oct 10 12:02:17.274 INFO kablam! | ^^^^ help: consider using `_maps` instead Oct 10 12:02:17.274 INFO kablam! Oct 10 12:02:17.456 INFO kablam! warning: variable does not need to be mutable Oct 10 12:02:17.456 INFO kablam! --> src/systems/render.rs:72:13 Oct 10 12:02:17.456 INFO kablam! | Oct 10 12:02:17.456 INFO kablam! 72 | let mut bundles = Arc::get_mut(&mut self.bundles_text).unwrap_or_else(|| panic!("Arc Shit")); Oct 10 12:02:17.456 INFO kablam! | ----^^^^^^^ Oct 10 12:02:17.456 INFO kablam! | | Oct 10 12:02:17.456 INFO kablam! | help: remove this `mut` Oct 10 12:02:17.456 INFO kablam! | Oct 10 12:02:17.456 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 12:02:17.456 INFO kablam! Oct 10 12:02:17.464 INFO kablam! warning: variable does not need to be mutable Oct 10 12:02:17.464 INFO kablam! --> src/systems/render.rs:118:13 Oct 10 12:02:17.464 INFO kablam! | Oct 10 12:02:17.464 INFO kablam! 118 | let mut bundles = Arc::get_mut(&mut self.bundles_spritesheet).unwrap_or_else(|| panic!("Arc Shit")); Oct 10 12:02:17.465 INFO kablam! | ----^^^^^^^ Oct 10 12:02:17.465 INFO kablam! | | Oct 10 12:02:17.465 INFO kablam! | help: remove this `mut` Oct 10 12:02:17.465 INFO kablam! Oct 10 12:02:17.614 INFO kablam! warning: constant item is never used: `BLACK` Oct 10 12:02:17.614 INFO kablam! --> src/art/colors.rs:3:1 Oct 10 12:02:17.615 INFO kablam! | Oct 10 12:02:17.615 INFO kablam! 3 | pub const BLACK: Color = &[0.0, 0.0, 0.0, 1.0]; Oct 10 12:02:17.615 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:02:17.615 INFO kablam! | Oct 10 12:02:17.615 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 12:02:17.615 INFO kablam! Oct 10 12:02:17.615 INFO kablam! warning: method is never used: `set_offset` Oct 10 12:02:17.615 INFO kablam! --> src/components/camera.rs:29:5 Oct 10 12:02:17.615 INFO kablam! | Oct 10 12:02:17.615 INFO kablam! 29 | pub fn set_offset(&mut self, offset: Point2) { Oct 10 12:02:17.615 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:02:17.615 INFO kablam! Oct 10 12:02:17.615 INFO kablam! warning: method is never used: `set_eye` Oct 10 12:02:17.615 INFO kablam! --> src/components/camera.rs:35:5 Oct 10 12:02:17.615 INFO kablam! | Oct 10 12:02:17.615 INFO kablam! 35 | fn set_eye(&mut self, eye: Point3) { Oct 10 12:02:17.615 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:02:17.615 INFO kablam! Oct 10 12:02:17.615 INFO kablam! warning: method is never used: `set_target` Oct 10 12:02:17.615 INFO kablam! --> src/components/camera.rs:39:5 Oct 10 12:02:17.615 INFO kablam! | Oct 10 12:02:17.616 INFO kablam! 39 | fn set_target(&mut self, target: Point3) { Oct 10 12:02:17.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:02:17.616 INFO kablam! Oct 10 12:02:17.616 INFO kablam! warning: method is never used: `set_proj` Oct 10 12:02:17.616 INFO kablam! --> src/components/camera.rs:55:5 Oct 10 12:02:17.616 INFO kablam! | Oct 10 12:02:17.616 INFO kablam! 55 | pub fn set_proj(&mut self, ortho_helper: OrthographicHelper) { Oct 10 12:02:17.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:02:17.616 INFO kablam! Oct 10 12:02:17.616 INFO kablam! warning: method is never used: `set_dirty` Oct 10 12:02:17.616 INFO kablam! --> src/components/camera.rs:87:5 Oct 10 12:02:17.616 INFO kablam! | Oct 10 12:02:17.616 INFO kablam! 87 | fn set_dirty(&mut self) { Oct 10 12:02:17.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:02:17.616 INFO kablam! Oct 10 12:02:17.616 INFO kablam! warning: method is never used: `get_tiles` Oct 10 12:02:17.616 INFO kablam! --> src/components/map.rs:29:5 Oct 10 12:02:17.616 INFO kablam! | Oct 10 12:02:17.616 INFO kablam! 29 | pub fn get_tiles(&self) -> &HashMap, Entity> { Oct 10 12:02:17.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:02:17.616 INFO kablam! Oct 10 12:02:17.616 INFO kablam! warning: method is never used: `set_layer` Oct 10 12:02:17.616 INFO kablam! --> src/components/render_data_spritesheet.rs:33:5 Oct 10 12:02:17.616 INFO kablam! | Oct 10 12:02:17.616 INFO kablam! 33 | pub fn set_layer(&mut self, layer: u8) { Oct 10 12:02:17.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:02:17.616 INFO kablam! Oct 10 12:02:17.616 INFO kablam! warning: method is never used: `set_tint` Oct 10 12:02:17.616 INFO kablam! --> src/components/render_data_spritesheet.rs:43:5 Oct 10 12:02:17.616 INFO kablam! | Oct 10 12:02:17.616 INFO kablam! 43 | pub fn set_tint(&mut self, tint: [f32; 4]) { Oct 10 12:02:17.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:02:17.617 INFO kablam! Oct 10 12:02:17.617 INFO kablam! warning: method is never used: `reset_tint` Oct 10 12:02:17.617 INFO kablam! --> src/components/render_data_spritesheet.rs:48:5 Oct 10 12:02:17.617 INFO kablam! | Oct 10 12:02:17.617 INFO kablam! 48 | pub fn reset_tint(&mut self) { Oct 10 12:02:17.617 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:02:17.617 INFO kablam! Oct 10 12:02:17.617 INFO kablam! warning: method is never used: `get_default_tint` Oct 10 12:02:17.617 INFO kablam! --> src/components/render_data_spritesheet.rs:53:5 Oct 10 12:02:17.617 INFO kablam! | Oct 10 12:02:17.617 INFO kablam! 53 | pub fn get_default_tint(&self) -> [f32; 4] { Oct 10 12:02:17.617 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:02:17.617 INFO kablam! Oct 10 12:02:17.617 INFO kablam! warning: method is never used: `take_dirty` Oct 10 12:02:17.617 INFO kablam! --> src/components/render_data_spritesheet.rs:78:5 Oct 10 12:02:17.617 INFO kablam! | Oct 10 12:02:17.617 INFO kablam! 78 | pub fn take_dirty(&mut self) -> bool { Oct 10 12:02:17.617 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:02:17.617 INFO kablam! Oct 10 12:02:17.617 INFO kablam! warning: method is never used: `set_text` Oct 10 12:02:17.617 INFO kablam! --> src/components/render_data_text.rs:38:5 Oct 10 12:02:17.617 INFO kablam! | Oct 10 12:02:17.617 INFO kablam! 38 | pub fn set_text(&mut self, text: String) { Oct 10 12:02:17.617 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:02:17.617 INFO kablam! Oct 10 12:02:17.617 INFO kablam! warning: method is never used: `new_identity` Oct 10 12:02:17.617 INFO kablam! --> src/components/transform.rs:29:5 Oct 10 12:02:17.617 INFO kablam! | Oct 10 12:02:17.617 INFO kablam! 29 | pub fn new_identity() -> Transform { Oct 10 12:02:17.617 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:02:17.617 INFO kablam! Oct 10 12:02:17.617 INFO kablam! warning: method is never used: `set_pos` Oct 10 12:02:17.617 INFO kablam! --> src/components/transform.rs:33:5 Oct 10 12:02:17.617 INFO kablam! | Oct 10 12:02:17.617 INFO kablam! 33 | pub fn set_pos(&mut self, pos: Vector3) { Oct 10 12:02:17.618 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:02:17.618 INFO kablam! Oct 10 12:02:17.618 INFO kablam! warning: method is never used: `add_pos` Oct 10 12:02:17.618 INFO kablam! --> src/components/transform.rs:38:5 Oct 10 12:02:17.618 INFO kablam! | Oct 10 12:02:17.618 INFO kablam! 38 | pub fn add_pos(&mut self, pos_delta: Vector3) { Oct 10 12:02:17.618 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:02:17.618 INFO kablam! Oct 10 12:02:17.618 INFO kablam! warning: method is never used: `get_pos` Oct 10 12:02:17.618 INFO kablam! --> src/components/transform.rs:43:5 Oct 10 12:02:17.618 INFO kablam! | Oct 10 12:02:17.618 INFO kablam! 43 | pub fn get_pos(&self) -> Vector3 { Oct 10 12:02:17.618 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:02:17.618 INFO kablam! Oct 10 12:02:17.618 INFO kablam! warning: method is never used: `update_model` Oct 10 12:02:17.618 INFO kablam! --> src/components/transform.rs:47:5 Oct 10 12:02:17.618 INFO kablam! | Oct 10 12:02:17.618 INFO kablam! 47 | pub fn update_model(&mut self) { Oct 10 12:02:17.618 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:02:17.618 INFO kablam! Oct 10 12:02:17.618 INFO kablam! warning: method is never used: `get_updated_model` Oct 10 12:02:17.618 INFO kablam! --> src/components/transform.rs:53:5 Oct 10 12:02:17.618 INFO kablam! | Oct 10 12:02:17.618 INFO kablam! 53 | pub fn get_updated_model(&mut self) -> Matrix4 { Oct 10 12:02:17.618 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:02:17.618 INFO kablam! Oct 10 12:02:17.618 INFO kablam! warning: method is never used: `get_gui_offset` Oct 10 12:02:17.618 INFO kablam! --> src/components/transform.rs:62:5 Oct 10 12:02:17.618 INFO kablam! | Oct 10 12:02:17.619 INFO kablam! 62 | pub fn get_gui_offset(&self) -> Point2 { Oct 10 12:02:17.619 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:02:17.619 INFO kablam! Oct 10 12:02:17.619 INFO kablam! warning: method is never used: `set_dirty` Oct 10 12:02:17.619 INFO kablam! --> src/components/transform.rs:67:5 Oct 10 12:02:17.619 INFO kablam! | Oct 10 12:02:17.619 INFO kablam! 67 | fn set_dirty(&mut self) { Oct 10 12:02:17.619 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:02:17.619 INFO kablam! Oct 10 12:02:17.621 INFO kablam! warning: method is never used: `take_dirty` Oct 10 12:02:17.621 INFO kablam! --> src/components/transform.rs:71:5 Oct 10 12:02:17.621 INFO kablam! | Oct 10 12:02:17.621 INFO kablam! 71 | fn take_dirty(&mut self) -> bool { Oct 10 12:02:17.621 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:02:17.621 INFO kablam! Oct 10 12:02:17.621 INFO kablam! warning: method is never used: `get_mut_data` Oct 10 12:02:17.621 INFO kablam! --> src/graphics/pipeline_spritesheet.rs:78:5 Oct 10 12:02:17.621 INFO kablam! | Oct 10 12:02:17.621 INFO kablam! 78 | pub fn get_mut_data(&mut self) -> &mut pipe::Data { Oct 10 12:02:17.621 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:02:17.621 INFO kablam! Oct 10 12:02:17.621 INFO kablam! warning: method is never used: `get_mut_data` Oct 10 12:02:17.621 INFO kablam! --> src/graphics/pipeline_text.rs:78:5 Oct 10 12:02:17.621 INFO kablam! | Oct 10 12:02:17.621 INFO kablam! 78 | pub fn get_mut_data(&mut self) -> &mut pipe::Data { Oct 10 12:02:17.621 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:02:17.621 INFO kablam! Oct 10 12:02:17.621 INFO kablam! warning: field is never used: `extras` Oct 10 12:02:17.621 INFO kablam! --> src/graphics/window.rs:13:5 Oct 10 12:02:17.622 INFO kablam! | Oct 10 12:02:17.622 INFO kablam! 13 | extras: T, Oct 10 12:02:17.622 INFO kablam! | ^^^^^^^^^ Oct 10 12:02:17.622 INFO kablam! Oct 10 12:02:17.622 INFO kablam! warning: method is never used: `get_device` Oct 10 12:02:17.622 INFO kablam! --> src/graphics/window.rs:54:5 Oct 10 12:02:17.622 INFO kablam! | Oct 10 12:02:17.622 INFO kablam! 54 | pub fn get_device(&self) -> &D { Oct 10 12:02:17.622 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:02:17.622 INFO kablam! Oct 10 12:02:17.622 INFO kablam! warning: method is never used: `get_factory` Oct 10 12:02:17.622 INFO kablam! --> src/graphics/window.rs:58:5 Oct 10 12:02:17.622 INFO kablam! | Oct 10 12:02:17.622 INFO kablam! 58 | pub fn get_factory(&self) -> &F { Oct 10 12:02:17.622 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:02:17.622 INFO kablam! Oct 10 12:02:17.622 INFO kablam! warning: method is never used: `get_window` Oct 10 12:02:17.622 INFO kablam! --> src/graphics/window.rs:62:5 Oct 10 12:02:17.622 INFO kablam! | Oct 10 12:02:17.622 INFO kablam! 62 | pub fn get_window(&self) -> &W { Oct 10 12:02:17.622 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:02:17.622 INFO kablam! Oct 10 12:02:17.622 INFO kablam! warning: method is never used: `get_extras` Oct 10 12:02:17.622 INFO kablam! --> src/graphics/window.rs:66:5 Oct 10 12:02:17.622 INFO kablam! | Oct 10 12:02:17.622 INFO kablam! 66 | pub fn get_extras(&self) -> &T { Oct 10 12:02:17.622 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:02:17.622 INFO kablam! Oct 10 12:02:17.622 INFO kablam! warning: method is never used: `get_mut_extras` Oct 10 12:02:17.622 INFO kablam! --> src/graphics/window.rs:82:5 Oct 10 12:02:17.623 INFO kablam! | Oct 10 12:02:17.623 INFO kablam! 82 | pub fn get_mut_extras(&mut self) -> &mut T { Oct 10 12:02:17.623 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:02:17.623 INFO kablam! Oct 10 12:02:25.300 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 20s Oct 10 12:02:25.313 INFO kablam! su: No module specific data is present Oct 10 12:02:26.008 INFO running `"docker" "rm" "-f" "ceca76bb61ec3eae52485d42447dcb0bdfaee5ba9abdf2195a89e20dcb15e249"` Oct 10 12:02:26.310 INFO blam! ceca76bb61ec3eae52485d42447dcb0bdfaee5ba9abdf2195a89e20dcb15e249 Oct 10 12:02:26.317 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 12:02:26.319 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 12:02:26.670 INFO blam! 0d6e30ee884b7e373ba66a0c15af6fe30e2ade7a721383e43042a013cad9e126 Oct 10 12:02:26.684 INFO running `"docker" "start" "-a" "0d6e30ee884b7e373ba66a0c15af6fe30e2ade7a721383e43042a013cad9e126"` Oct 10 12:02:27.685 INFO kablam! usermod: no changes Oct 10 12:02:27.920 INFO kablam! Compiling ai-4x-rs v0.1.0 (/source) Oct 10 12:02:32.420 INFO kablam! warning: unused variable: `city_size` Oct 10 12:02:32.420 INFO kablam! --> src/systems/main_game_city.rs:46:25 Oct 10 12:02:32.420 INFO kablam! | Oct 10 12:02:32.420 INFO kablam! 46 | let city_size = city.get_size(); Oct 10 12:02:32.420 INFO kablam! | ^^^^^^^^^ help: consider using `_city_size` instead Oct 10 12:02:32.420 INFO kablam! | Oct 10 12:02:32.420 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 12:02:32.420 INFO kablam! Oct 10 12:02:32.420 INFO kablam! warning: unused variable: `city_pop` Oct 10 12:02:32.420 INFO kablam! --> src/systems/main_game_city.rs:48:25 Oct 10 12:02:32.420 INFO kablam! | Oct 10 12:02:32.420 INFO kablam! 48 | let city_pop = city.get_pop(); Oct 10 12:02:32.420 INFO kablam! | ^^^^^^^^ help: consider using `_city_pop` instead Oct 10 12:02:32.420 INFO kablam! Oct 10 12:02:32.420 INFO kablam! warning: unused variable: `maps` Oct 10 12:02:32.420 INFO kablam! --> src/systems/main_game_map.rs:23:13 Oct 10 12:02:32.420 INFO kablam! | Oct 10 12:02:32.420 INFO kablam! 23 | let maps = arg.fetch(|w| w.read::()); Oct 10 12:02:32.420 INFO kablam! | ^^^^ help: consider using `_maps` instead Oct 10 12:02:32.420 INFO kablam! Oct 10 12:02:32.620 INFO kablam! warning: variable does not need to be mutable Oct 10 12:02:32.620 INFO kablam! --> src/systems/render.rs:72:13 Oct 10 12:02:32.620 INFO kablam! | Oct 10 12:02:32.620 INFO kablam! 72 | let mut bundles = Arc::get_mut(&mut self.bundles_text).unwrap_or_else(|| panic!("Arc Shit")); Oct 10 12:02:32.620 INFO kablam! | ----^^^^^^^ Oct 10 12:02:32.620 INFO kablam! | | Oct 10 12:02:32.620 INFO kablam! | help: remove this `mut` Oct 10 12:02:32.620 INFO kablam! | Oct 10 12:02:32.620 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 12:02:32.620 INFO kablam! Oct 10 12:02:32.624 INFO kablam! warning: variable does not need to be mutable Oct 10 12:02:32.624 INFO kablam! --> src/systems/render.rs:118:13 Oct 10 12:02:32.624 INFO kablam! | Oct 10 12:02:32.624 INFO kablam! 118 | let mut bundles = Arc::get_mut(&mut self.bundles_spritesheet).unwrap_or_else(|| panic!("Arc Shit")); Oct 10 12:02:32.624 INFO kablam! | ----^^^^^^^ Oct 10 12:02:32.624 INFO kablam! | | Oct 10 12:02:32.624 INFO kablam! | help: remove this `mut` Oct 10 12:02:32.624 INFO kablam! Oct 10 12:02:32.817 INFO kablam! warning: constant item is never used: `BLACK` Oct 10 12:02:32.817 INFO kablam! --> src/art/colors.rs:3:1 Oct 10 12:02:32.817 INFO kablam! | Oct 10 12:02:32.817 INFO kablam! 3 | pub const BLACK: Color = &[0.0, 0.0, 0.0, 1.0]; Oct 10 12:02:32.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:02:32.817 INFO kablam! | Oct 10 12:02:32.817 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 12:02:32.817 INFO kablam! Oct 10 12:02:32.817 INFO kablam! warning: method is never used: `set_offset` Oct 10 12:02:32.817 INFO kablam! --> src/components/camera.rs:29:5 Oct 10 12:02:32.817 INFO kablam! | Oct 10 12:02:32.817 INFO kablam! 29 | pub fn set_offset(&mut self, offset: Point2) { Oct 10 12:02:32.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:02:32.817 INFO kablam! Oct 10 12:02:32.817 INFO kablam! warning: method is never used: `set_eye` Oct 10 12:02:32.817 INFO kablam! --> src/components/camera.rs:35:5 Oct 10 12:02:32.817 INFO kablam! | Oct 10 12:02:32.817 INFO kablam! 35 | fn set_eye(&mut self, eye: Point3) { Oct 10 12:02:32.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:02:32.817 INFO kablam! Oct 10 12:02:32.817 INFO kablam! warning: method is never used: `set_target` Oct 10 12:02:32.817 INFO kablam! --> src/components/camera.rs:39:5 Oct 10 12:02:32.817 INFO kablam! | Oct 10 12:02:32.817 INFO kablam! 39 | fn set_target(&mut self, target: Point3) { Oct 10 12:02:32.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:02:32.817 INFO kablam! Oct 10 12:02:32.817 INFO kablam! warning: method is never used: `set_proj` Oct 10 12:02:32.817 INFO kablam! --> src/components/camera.rs:55:5 Oct 10 12:02:32.817 INFO kablam! | Oct 10 12:02:32.817 INFO kablam! 55 | pub fn set_proj(&mut self, ortho_helper: OrthographicHelper) { Oct 10 12:02:32.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:02:32.817 INFO kablam! Oct 10 12:02:32.817 INFO kablam! warning: method is never used: `set_dirty` Oct 10 12:02:32.817 INFO kablam! --> src/components/camera.rs:87:5 Oct 10 12:02:32.817 INFO kablam! | Oct 10 12:02:32.817 INFO kablam! 87 | fn set_dirty(&mut self) { Oct 10 12:02:32.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:02:32.817 INFO kablam! Oct 10 12:02:32.817 INFO kablam! warning: method is never used: `get_tiles` Oct 10 12:02:32.817 INFO kablam! --> src/components/map.rs:29:5 Oct 10 12:02:32.817 INFO kablam! | Oct 10 12:02:32.817 INFO kablam! 29 | pub fn get_tiles(&self) -> &HashMap, Entity> { Oct 10 12:02:32.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:02:32.817 INFO kablam! Oct 10 12:02:32.817 INFO kablam! warning: method is never used: `set_layer` Oct 10 12:02:32.817 INFO kablam! --> src/components/render_data_spritesheet.rs:33:5 Oct 10 12:02:32.817 INFO kablam! | Oct 10 12:02:32.817 INFO kablam! 33 | pub fn set_layer(&mut self, layer: u8) { Oct 10 12:02:32.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:02:32.817 INFO kablam! Oct 10 12:02:32.817 INFO kablam! warning: method is never used: `set_tint` Oct 10 12:02:32.817 INFO kablam! --> src/components/render_data_spritesheet.rs:43:5 Oct 10 12:02:32.817 INFO kablam! | Oct 10 12:02:32.817 INFO kablam! 43 | pub fn set_tint(&mut self, tint: [f32; 4]) { Oct 10 12:02:32.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:02:32.817 INFO kablam! Oct 10 12:02:32.817 INFO kablam! warning: method is never used: `reset_tint` Oct 10 12:02:32.818 INFO kablam! --> src/components/render_data_spritesheet.rs:48:5 Oct 10 12:02:32.818 INFO kablam! | Oct 10 12:02:32.818 INFO kablam! 48 | pub fn reset_tint(&mut self) { Oct 10 12:02:32.818 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:02:32.818 INFO kablam! Oct 10 12:02:32.818 INFO kablam! warning: method is never used: `get_default_tint` Oct 10 12:02:32.818 INFO kablam! --> src/components/render_data_spritesheet.rs:53:5 Oct 10 12:02:32.818 INFO kablam! | Oct 10 12:02:32.818 INFO kablam! 53 | pub fn get_default_tint(&self) -> [f32; 4] { Oct 10 12:02:32.818 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:02:32.818 INFO kablam! Oct 10 12:02:32.818 INFO kablam! warning: method is never used: `take_dirty` Oct 10 12:02:32.818 INFO kablam! --> src/components/render_data_spritesheet.rs:78:5 Oct 10 12:02:32.818 INFO kablam! | Oct 10 12:02:32.818 INFO kablam! 78 | pub fn take_dirty(&mut self) -> bool { Oct 10 12:02:32.818 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:02:32.818 INFO kablam! Oct 10 12:02:32.818 INFO kablam! warning: method is never used: `set_text` Oct 10 12:02:32.818 INFO kablam! --> src/components/render_data_text.rs:38:5 Oct 10 12:02:32.818 INFO kablam! | Oct 10 12:02:32.818 INFO kablam! 38 | pub fn set_text(&mut self, text: String) { Oct 10 12:02:32.818 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:02:32.818 INFO kablam! Oct 10 12:02:32.818 INFO kablam! warning: method is never used: `new_identity` Oct 10 12:02:32.818 INFO kablam! --> src/components/transform.rs:29:5 Oct 10 12:02:32.818 INFO kablam! | Oct 10 12:02:32.818 INFO kablam! 29 | pub fn new_identity() -> Transform { Oct 10 12:02:32.818 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:02:32.818 INFO kablam! Oct 10 12:02:32.818 INFO kablam! warning: method is never used: `set_pos` Oct 10 12:02:32.818 INFO kablam! --> src/components/transform.rs:33:5 Oct 10 12:02:32.818 INFO kablam! | Oct 10 12:02:32.818 INFO kablam! 33 | pub fn set_pos(&mut self, pos: Vector3) { Oct 10 12:02:32.818 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:02:32.818 INFO kablam! Oct 10 12:02:32.818 INFO kablam! warning: method is never used: `add_pos` Oct 10 12:02:32.818 INFO kablam! --> src/components/transform.rs:38:5 Oct 10 12:02:32.818 INFO kablam! | Oct 10 12:02:32.818 INFO kablam! 38 | pub fn add_pos(&mut self, pos_delta: Vector3) { Oct 10 12:02:32.818 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:02:32.818 INFO kablam! Oct 10 12:02:32.818 INFO kablam! warning: method is never used: `get_pos` Oct 10 12:02:32.818 INFO kablam! --> src/components/transform.rs:43:5 Oct 10 12:02:32.818 INFO kablam! | Oct 10 12:02:32.818 INFO kablam! 43 | pub fn get_pos(&self) -> Vector3 { Oct 10 12:02:32.818 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:02:32.818 INFO kablam! Oct 10 12:02:32.818 INFO kablam! warning: method is never used: `update_model` Oct 10 12:02:32.818 INFO kablam! --> src/components/transform.rs:47:5 Oct 10 12:02:32.818 INFO kablam! | Oct 10 12:02:32.818 INFO kablam! 47 | pub fn update_model(&mut self) { Oct 10 12:02:32.818 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:02:32.818 INFO kablam! Oct 10 12:02:32.818 INFO kablam! warning: method is never used: `get_updated_model` Oct 10 12:02:32.818 INFO kablam! --> src/components/transform.rs:53:5 Oct 10 12:02:32.818 INFO kablam! | Oct 10 12:02:32.818 INFO kablam! 53 | pub fn get_updated_model(&mut self) -> Matrix4 { Oct 10 12:02:32.818 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:02:32.818 INFO kablam! Oct 10 12:02:32.818 INFO kablam! warning: method is never used: `get_gui_offset` Oct 10 12:02:32.818 INFO kablam! --> src/components/transform.rs:62:5 Oct 10 12:02:32.818 INFO kablam! | Oct 10 12:02:32.818 INFO kablam! 62 | pub fn get_gui_offset(&self) -> Point2 { Oct 10 12:02:32.818 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:02:32.818 INFO kablam! Oct 10 12:02:32.818 INFO kablam! warning: method is never used: `set_dirty` Oct 10 12:02:32.818 INFO kablam! --> src/components/transform.rs:67:5 Oct 10 12:02:32.818 INFO kablam! | Oct 10 12:02:32.818 INFO kablam! 67 | fn set_dirty(&mut self) { Oct 10 12:02:32.818 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:02:32.818 INFO kablam! Oct 10 12:02:32.818 INFO kablam! warning: method is never used: `take_dirty` Oct 10 12:02:32.818 INFO kablam! --> src/components/transform.rs:71:5 Oct 10 12:02:32.818 INFO kablam! | Oct 10 12:02:32.818 INFO kablam! 71 | fn take_dirty(&mut self) -> bool { Oct 10 12:02:32.818 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:02:32.818 INFO kablam! Oct 10 12:02:32.818 INFO kablam! warning: method is never used: `get_mut_data` Oct 10 12:02:32.818 INFO kablam! --> src/graphics/pipeline_spritesheet.rs:78:5 Oct 10 12:02:32.818 INFO kablam! | Oct 10 12:02:32.818 INFO kablam! 78 | pub fn get_mut_data(&mut self) -> &mut pipe::Data { Oct 10 12:02:32.818 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:02:32.818 INFO kablam! Oct 10 12:02:32.818 INFO kablam! warning: method is never used: `get_mut_data` Oct 10 12:02:32.818 INFO kablam! --> src/graphics/pipeline_text.rs:78:5 Oct 10 12:02:32.818 INFO kablam! | Oct 10 12:02:32.818 INFO kablam! 78 | pub fn get_mut_data(&mut self) -> &mut pipe::Data { Oct 10 12:02:32.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:02:32.819 INFO kablam! Oct 10 12:02:32.819 INFO kablam! warning: field is never used: `extras` Oct 10 12:02:32.819 INFO kablam! --> src/graphics/window.rs:13:5 Oct 10 12:02:32.819 INFO kablam! | Oct 10 12:02:32.819 INFO kablam! 13 | extras: T, Oct 10 12:02:32.819 INFO kablam! | ^^^^^^^^^ Oct 10 12:02:32.819 INFO kablam! Oct 10 12:02:32.819 INFO kablam! warning: method is never used: `get_device` Oct 10 12:02:32.819 INFO kablam! --> src/graphics/window.rs:54:5 Oct 10 12:02:32.819 INFO kablam! | Oct 10 12:02:32.819 INFO kablam! 54 | pub fn get_device(&self) -> &D { Oct 10 12:02:32.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:02:32.819 INFO kablam! Oct 10 12:02:32.819 INFO kablam! warning: method is never used: `get_factory` Oct 10 12:02:32.819 INFO kablam! --> src/graphics/window.rs:58:5 Oct 10 12:02:32.819 INFO kablam! | Oct 10 12:02:32.819 INFO kablam! 58 | pub fn get_factory(&self) -> &F { Oct 10 12:02:32.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:02:32.819 INFO kablam! Oct 10 12:02:32.819 INFO kablam! warning: method is never used: `get_window` Oct 10 12:02:32.819 INFO kablam! --> src/graphics/window.rs:62:5 Oct 10 12:02:32.819 INFO kablam! | Oct 10 12:02:32.819 INFO kablam! 62 | pub fn get_window(&self) -> &W { Oct 10 12:02:32.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:02:32.819 INFO kablam! Oct 10 12:02:32.819 INFO kablam! warning: method is never used: `get_extras` Oct 10 12:02:32.819 INFO kablam! --> src/graphics/window.rs:66:5 Oct 10 12:02:32.819 INFO kablam! | Oct 10 12:02:32.819 INFO kablam! 66 | pub fn get_extras(&self) -> &T { Oct 10 12:02:32.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:02:32.819 INFO kablam! Oct 10 12:02:32.819 INFO kablam! warning: method is never used: `get_mut_extras` Oct 10 12:02:32.819 INFO kablam! --> src/graphics/window.rs:82:5 Oct 10 12:02:32.819 INFO kablam! | Oct 10 12:02:32.819 INFO kablam! 82 | pub fn get_mut_extras(&mut self) -> &mut T { Oct 10 12:02:32.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:02:32.819 INFO kablam! Oct 10 12:02:33.464 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.74s Oct 10 12:02:33.496 INFO kablam! su: No module specific data is present Oct 10 12:02:34.204 INFO running `"docker" "rm" "-f" "0d6e30ee884b7e373ba66a0c15af6fe30e2ade7a721383e43042a013cad9e126"` Oct 10 12:02:34.421 INFO blam! 0d6e30ee884b7e373ba66a0c15af6fe30e2ade7a721383e43042a013cad9e126 Oct 10 12:02:34.424 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 12:02:34.424 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 12:02:34.724 INFO blam! e381d04ab8e3b5e5dde9b23f8d73f0cf8ba7bd9dad7aa4c3be17a9c2538b2d86 Oct 10 12:02:34.756 INFO running `"docker" "start" "-a" "e381d04ab8e3b5e5dde9b23f8d73f0cf8ba7bd9dad7aa4c3be17a9c2538b2d86"` Oct 10 12:02:35.863 INFO kablam! usermod: no changes Oct 10 12:02:36.043 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.15s Oct 10 12:02:36.062 INFO kablam! Running /target/debug/deps/ai_4x_rs-ec45eacd03330292 Oct 10 12:02:36.066 INFO blam! Oct 10 12:02:36.066 INFO blam! running 0 tests Oct 10 12:02:36.066 INFO blam! Oct 10 12:02:36.066 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 12:02:36.066 INFO blam! Oct 10 12:02:36.069 INFO kablam! su: No module specific data is present Oct 10 12:02:36.529 INFO running `"docker" "rm" "-f" "e381d04ab8e3b5e5dde9b23f8d73f0cf8ba7bd9dad7aa4c3be17a9c2538b2d86"` Oct 10 12:02:36.694 INFO blam! e381d04ab8e3b5e5dde9b23f8d73f0cf8ba7bd9dad7aa4c3be17a9c2538b2d86