Oct 10 21:25:57.834 INFO testing jaburns/platform3d against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 21:25:57.834 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 21:25:57.836 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 21:25:58.212 INFO blam! f9ca4d5e68181b4fc252776f8147d82237fad3239f07bc8921b7a52adc128c3d Oct 10 21:25:58.218 INFO running `"docker" "start" "-a" "f9ca4d5e68181b4fc252776f8147d82237fad3239f07bc8921b7a52adc128c3d"` Oct 10 21:25:59.181 INFO kablam! usermod: no changes Oct 10 21:25:59.606 INFO kablam! Compiling imgui-sys v0.0.20 Oct 10 21:25:59.612 INFO kablam! Compiling cgmath v0.16.1 Oct 10 21:25:59.614 INFO kablam! Compiling tiff v0.2.1 Oct 10 21:26:02.527 INFO kablam! Compiling image v0.20.0 Oct 10 21:26:19.129 INFO kablam! Compiling imgui v0.0.20 Oct 10 21:26:24.926 INFO kablam! Compiling imgui-glium-renderer v0.0.20 Oct 10 21:26:28.222 INFO kablam! Compiling glgame v0.0.0 (/source) Oct 10 21:26:32.694 INFO kablam! warning: unused import: `std::any::TypeId` Oct 10 21:26:32.694 INFO kablam! --> src/ecs.rs:2:5 Oct 10 21:26:32.694 INFO kablam! | Oct 10 21:26:32.694 INFO kablam! 2 | use std::any::TypeId; Oct 10 21:26:32.694 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 21:26:32.694 INFO kablam! | Oct 10 21:26:32.694 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 21:26:32.694 INFO kablam! Oct 10 21:26:32.982 INFO kablam! warning: unused variable: `ecs` Oct 10 21:26:32.982 INFO kablam! --> src/render_system.rs:54:16 Oct 10 21:26:32.982 INFO kablam! | Oct 10 21:26:32.982 INFO kablam! 54 | pub fn new(ecs: &mut ECS) -> RenderSystem { Oct 10 21:26:32.982 INFO kablam! | ^^^ help: consider using `_ecs` instead Oct 10 21:26:32.982 INFO kablam! | Oct 10 21:26:32.982 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 21:26:32.982 INFO kablam! Oct 10 21:26:33.055 INFO kablam! warning: method is never used: `deallocate` Oct 10 21:26:33.055 INFO kablam! --> src/ecs.rs:53:5 Oct 10 21:26:33.055 INFO kablam! | Oct 10 21:26:33.055 INFO kablam! 53 | fn deallocate(&mut self, index: GenerationalIndex) -> bool { Oct 10 21:26:33.055 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:26:33.055 INFO kablam! | Oct 10 21:26:33.055 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 21:26:33.055 INFO kablam! Oct 10 21:26:33.055 INFO kablam! warning: method is never used: `remove` Oct 10 21:26:33.055 INFO kablam! --> src/ecs.rs:124:5 Oct 10 21:26:33.055 INFO kablam! | Oct 10 21:26:33.055 INFO kablam! 124 | fn remove(&mut self, index: GenerationalIndex) { Oct 10 21:26:33.055 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:26:33.055 INFO kablam! Oct 10 21:26:33.055 INFO kablam! warning: method is never used: `get_first_valid` Oct 10 21:26:33.055 INFO kablam! --> src/ecs.rs:181:5 Oct 10 21:26:33.055 INFO kablam! | Oct 10 21:26:33.055 INFO kablam! 181 | / fn get_first_valid( Oct 10 21:26:33.055 INFO kablam! 182 | | &self, Oct 10 21:26:33.055 INFO kablam! 183 | | allocator: &GenerationalIndexAllocator, Oct 10 21:26:33.055 INFO kablam! 184 | | ) -> Option<(GenerationalIndex, &T)> { Oct 10 21:26:33.055 INFO kablam! ... | Oct 10 21:26:33.055 INFO kablam! 197 | | None Oct 10 21:26:33.055 INFO kablam! 198 | | } Oct 10 21:26:33.055 INFO kablam! | |_____^ Oct 10 21:26:33.055 INFO kablam! Oct 10 21:26:33.055 INFO kablam! warning: method is never used: `destroy_entity` Oct 10 21:26:33.055 INFO kablam! --> src/ecs.rs:261:5 Oct 10 21:26:33.055 INFO kablam! | Oct 10 21:26:33.055 INFO kablam! 261 | pub fn destroy_entity(&mut self, entity: Entity) { Oct 10 21:26:33.055 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:26:33.055 INFO kablam! Oct 10 21:26:33.055 INFO kablam! warning: method is never used: `is_entity_valid` Oct 10 21:26:33.055 INFO kablam! --> src/ecs.rs:265:5 Oct 10 21:26:33.055 INFO kablam! | Oct 10 21:26:33.055 INFO kablam! 265 | pub fn is_entity_valid(&self, entity: Entity) -> bool { Oct 10 21:26:33.055 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:26:33.055 INFO kablam! Oct 10 21:26:33.055 INFO kablam! warning: method is never used: `has_component` Oct 10 21:26:33.055 INFO kablam! --> src/ecs.rs:316:5 Oct 10 21:26:33.055 INFO kablam! | Oct 10 21:26:33.055 INFO kablam! 316 | pub fn has_component(&self, entity: Entity) -> bool { Oct 10 21:26:33.055 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:26:33.055 INFO kablam! Oct 10 21:26:33.055 INFO kablam! warning: method is never used: `find_component` Oct 10 21:26:33.055 INFO kablam! --> src/ecs.rs:324:5 Oct 10 21:26:33.055 INFO kablam! | Oct 10 21:26:33.055 INFO kablam! 324 | pub fn find_component(&self) -> Option<(Entity, &T)> { Oct 10 21:26:33.055 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:26:33.055 INFO kablam! Oct 10 21:26:33.057 INFO kablam! warning: method is never used: `find_component_mut` Oct 10 21:26:33.057 INFO kablam! --> src/ecs.rs:333:5 Oct 10 21:26:33.057 INFO kablam! | Oct 10 21:26:33.057 INFO kablam! 333 | pub fn find_component_mut(&mut self) -> Option<(Entity, &mut T)> { Oct 10 21:26:33.057 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:26:33.057 INFO kablam! Oct 10 21:26:33.057 INFO kablam! warning: method is never used: `remove_component` Oct 10 21:26:33.057 INFO kablam! --> src/ecs.rs:351:5 Oct 10 21:26:33.057 INFO kablam! | Oct 10 21:26:33.057 INFO kablam! 351 | pub fn remove_component(&mut self, entity: Entity) { Oct 10 21:26:33.057 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:26:33.057 INFO kablam! Oct 10 21:26:39.853 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 40.65s Oct 10 21:26:39.869 INFO kablam! su: No module specific data is present Oct 10 21:26:40.600 INFO running `"docker" "rm" "-f" "f9ca4d5e68181b4fc252776f8147d82237fad3239f07bc8921b7a52adc128c3d"` Oct 10 21:26:40.856 INFO blam! f9ca4d5e68181b4fc252776f8147d82237fad3239f07bc8921b7a52adc128c3d Oct 10 21:26:40.864 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 21:26:40.864 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 21:26:41.437 INFO blam! a937f08433aa70aa6f601fc74c796b44dc8b2c50cfe5e3a3040a68266ae483d9 Oct 10 21:26:41.442 INFO running `"docker" "start" "-a" "a937f08433aa70aa6f601fc74c796b44dc8b2c50cfe5e3a3040a68266ae483d9"` Oct 10 21:26:42.301 INFO kablam! usermod: no changes Oct 10 21:26:42.548 INFO kablam! Compiling glgame v0.0.0 (/source) Oct 10 21:26:47.377 INFO kablam! warning: unused import: `std::any::TypeId` Oct 10 21:26:47.377 INFO kablam! --> src/ecs.rs:2:5 Oct 10 21:26:47.377 INFO kablam! | Oct 10 21:26:47.377 INFO kablam! 2 | use std::any::TypeId; Oct 10 21:26:47.377 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 21:26:47.377 INFO kablam! | Oct 10 21:26:47.377 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 21:26:47.377 INFO kablam! Oct 10 21:26:47.780 INFO kablam! warning: unused variable: `ecs` Oct 10 21:26:47.780 INFO kablam! --> src/render_system.rs:54:16 Oct 10 21:26:47.780 INFO kablam! | Oct 10 21:26:47.780 INFO kablam! 54 | pub fn new(ecs: &mut ECS) -> RenderSystem { Oct 10 21:26:47.780 INFO kablam! | ^^^ help: consider using `_ecs` instead Oct 10 21:26:47.780 INFO kablam! | Oct 10 21:26:47.780 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 21:26:47.780 INFO kablam! Oct 10 21:26:47.871 INFO kablam! warning: method is never used: `get_first_valid` Oct 10 21:26:47.871 INFO kablam! --> src/ecs.rs:181:5 Oct 10 21:26:47.871 INFO kablam! | Oct 10 21:26:47.871 INFO kablam! 181 | / fn get_first_valid( Oct 10 21:26:47.871 INFO kablam! 182 | | &self, Oct 10 21:26:47.871 INFO kablam! 183 | | allocator: &GenerationalIndexAllocator, Oct 10 21:26:47.871 INFO kablam! 184 | | ) -> Option<(GenerationalIndex, &T)> { Oct 10 21:26:47.871 INFO kablam! ... | Oct 10 21:26:47.871 INFO kablam! 197 | | None Oct 10 21:26:47.871 INFO kablam! 198 | | } Oct 10 21:26:47.871 INFO kablam! | |_____^ Oct 10 21:26:47.871 INFO kablam! | Oct 10 21:26:47.872 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 21:26:47.872 INFO kablam! Oct 10 21:26:47.872 INFO kablam! warning: method is never used: `is_entity_valid` Oct 10 21:26:47.872 INFO kablam! --> src/ecs.rs:265:5 Oct 10 21:26:47.872 INFO kablam! | Oct 10 21:26:47.872 INFO kablam! 265 | pub fn is_entity_valid(&self, entity: Entity) -> bool { Oct 10 21:26:47.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:26:47.872 INFO kablam! Oct 10 21:26:47.872 INFO kablam! warning: method is never used: `has_component` Oct 10 21:26:47.872 INFO kablam! --> src/ecs.rs:316:5 Oct 10 21:26:47.872 INFO kablam! | Oct 10 21:26:47.872 INFO kablam! 316 | pub fn has_component(&self, entity: Entity) -> bool { Oct 10 21:26:47.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:26:47.872 INFO kablam! Oct 10 21:26:47.872 INFO kablam! warning: method is never used: `find_component` Oct 10 21:26:47.872 INFO kablam! --> src/ecs.rs:324:5 Oct 10 21:26:47.872 INFO kablam! | Oct 10 21:26:47.872 INFO kablam! 324 | pub fn find_component(&self) -> Option<(Entity, &T)> { Oct 10 21:26:47.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:26:47.872 INFO kablam! Oct 10 21:26:47.876 INFO kablam! warning: method is never used: `find_component_mut` Oct 10 21:26:47.876 INFO kablam! --> src/ecs.rs:333:5 Oct 10 21:26:47.876 INFO kablam! | Oct 10 21:26:47.876 INFO kablam! 333 | pub fn find_component_mut(&mut self) -> Option<(Entity, &mut T)> { Oct 10 21:26:47.876 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:26:47.876 INFO kablam! Oct 10 21:26:50.247 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.92s Oct 10 21:26:50.260 INFO kablam! su: No module specific data is present Oct 10 21:26:51.560 INFO running `"docker" "rm" "-f" "a937f08433aa70aa6f601fc74c796b44dc8b2c50cfe5e3a3040a68266ae483d9"` Oct 10 21:26:51.816 INFO blam! a937f08433aa70aa6f601fc74c796b44dc8b2c50cfe5e3a3040a68266ae483d9 Oct 10 21:26:51.817 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 21:26:51.817 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 21:26:52.054 INFO blam! 23cd32209b40bfabf1721d87191f137a5d6e037cc2ded0f33367657a568da8c5 Oct 10 21:26:52.054 INFO running `"docker" "start" "-a" "23cd32209b40bfabf1721d87191f137a5d6e037cc2ded0f33367657a568da8c5"` Oct 10 21:26:52.668 INFO kablam! usermod: no changes Oct 10 21:26:52.850 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.15s Oct 10 21:26:52.869 INFO kablam! Running /target/debug/deps/glgame-6eb5096b6adb7dea Oct 10 21:26:52.871 INFO blam! Oct 10 21:26:52.871 INFO blam! running 6 tests Oct 10 21:26:52.871 INFO blam! test ecs::ecs_find_all_entities_with_component_works ... ok Oct 10 21:26:52.871 INFO blam! test ecs::generational_index_allocator_works ... ok Oct 10 21:26:52.871 INFO blam! test ecs::ecs_remove_component_works ... ok Oct 10 21:26:52.876 INFO blam! test ecs::generational_index_array_works_with_multi_gen ... ok Oct 10 21:26:52.903 INFO blam! test ecs::generational_index_array_prev_generation_access_panics ... ok Oct 10 21:26:52.906 INFO blam! test ecs::ecs_panics_on_destroyed_entity_usage ... ok Oct 10 21:26:52.906 INFO blam! Oct 10 21:26:52.906 INFO blam! test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 21:26:52.906 INFO blam! Oct 10 21:26:52.908 INFO kablam! su: No module specific data is present Oct 10 21:26:53.370 INFO running `"docker" "rm" "-f" "23cd32209b40bfabf1721d87191f137a5d6e037cc2ded0f33367657a568da8c5"` Oct 10 21:26:53.601 INFO blam! 23cd32209b40bfabf1721d87191f137a5d6e037cc2ded0f33367657a568da8c5