Oct 31 22:36:55.549 INFO checking remram44/rs-specs-quadtree against master#05812fa8c588473f03e3fa7cf59cd84f4f37c715 for pr-55538 Oct 31 22:36:55.551 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-0/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-55538/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/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 +05812fa8c588473f03e3fa7cf59cd84f4f37c715-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 31 22:36:56.047 INFO blam! 6b62e2829ada49d191775bfd9f3600dc55438ae559ae75b30413fb49b22150f7 Oct 31 22:36:56.048 INFO running `"docker" "start" "-a" "6b62e2829ada49d191775bfd9f3600dc55438ae559ae75b30413fb49b22150f7"` Oct 31 22:36:58.443 INFO kablam! usermod: no changes Oct 31 22:36:58.568 INFO kablam! Checking smallvec v0.4.3 Oct 31 22:36:58.573 INFO kablam! Checking pulse v0.5.3 Oct 31 22:36:58.573 INFO kablam! Compiling shred-derive v0.3.0 Oct 31 22:36:58.573 INFO kablam! Checking rayon v0.7.1 Oct 31 22:37:03.236 INFO kablam! Checking hibitset v0.1.3 Oct 31 22:37:04.751 INFO kablam! Checking shred v0.4.3 Oct 31 22:37:06.534 INFO kablam! Checking specs v0.9.5 Oct 31 22:37:08.637 INFO kablam! Checking specs-octree v0.1.0 (/source) Oct 31 22:37:09.576 INFO kablam! warning: unused variable: `quadtree` Oct 31 22:37:09.576 INFO kablam! --> src/main.rs:28:50 Oct 31 22:37:09.576 INFO kablam! | Oct 31 22:37:09.576 INFO kablam! 28 | fn run(&mut self, (mut pos, mut bounds, vel, quadtree): Self::SystemData) { Oct 31 22:37:09.576 INFO kablam! | ^^^^^^^^ help: consider using `_quadtree` instead Oct 31 22:37:09.576 INFO kablam! | Oct 31 22:37:09.576 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 31 22:37:09.576 INFO kablam! Oct 31 22:37:09.620 INFO kablam! warning: method is never used: `find_node` Oct 31 22:37:09.620 INFO kablam! --> src/quadtree.rs:74:5 Oct 31 22:37:09.620 INFO kablam! | Oct 31 22:37:09.620 INFO kablam! 74 | fn find_node(&self, bounds: &Bounds) -> &QuadtreeNode { Oct 31 22:37:09.620 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 22:37:09.620 INFO kablam! | Oct 31 22:37:09.620 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 22:37:09.620 INFO kablam! Oct 31 22:37:09.620 INFO kablam! warning: method is never used: `iter_with_max_dist` Oct 31 22:37:09.620 INFO kablam! --> src/quadtree.rs:216:5 Oct 31 22:37:09.620 INFO kablam! | Oct 31 22:37:09.620 INFO kablam! 216 | / pub fn iter_with_max_dist<'a>( Oct 31 22:37:09.620 INFO kablam! 217 | | &'a self, Oct 31 22:37:09.620 INFO kablam! 218 | | target: Position, Oct 31 22:37:09.620 INFO kablam! 219 | | max_dist: f32, Oct 31 22:37:09.620 INFO kablam! ... | Oct 31 22:37:09.620 INFO kablam! 227 | | } Oct 31 22:37:09.620 INFO kablam! 228 | | } Oct 31 22:37:09.621 INFO kablam! | |_____^ Oct 31 22:37:09.621 INFO kablam! Oct 31 22:37:09.621 INFO kablam! warning: struct is never constructed: `QuadtreeIterator` Oct 31 22:37:09.621 INFO kablam! --> src/quadtree.rs:231:1 Oct 31 22:37:09.621 INFO kablam! | Oct 31 22:37:09.621 INFO kablam! 231 | pub struct QuadtreeIterator<'a> { Oct 31 22:37:09.621 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 22:37:09.621 INFO kablam! Oct 31 22:37:09.789 INFO kablam! warning: unused variable: `quadtree` Oct 31 22:37:09.789 INFO kablam! --> src/main.rs:28:50 Oct 31 22:37:09.789 INFO kablam! | Oct 31 22:37:09.789 INFO kablam! 28 | fn run(&mut self, (mut pos, mut bounds, vel, quadtree): Self::SystemData) { Oct 31 22:37:09.789 INFO kablam! | ^^^^^^^^ help: consider using `_quadtree` instead Oct 31 22:37:09.789 INFO kablam! | Oct 31 22:37:09.789 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 31 22:37:09.789 INFO kablam! Oct 31 22:37:09.845 INFO kablam! warning: method is never used: `find_node` Oct 31 22:37:09.845 INFO kablam! --> src/quadtree.rs:74:5 Oct 31 22:37:09.845 INFO kablam! | Oct 31 22:37:09.845 INFO kablam! 74 | fn find_node(&self, bounds: &Bounds) -> &QuadtreeNode { Oct 31 22:37:09.845 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 22:37:09.845 INFO kablam! | Oct 31 22:37:09.845 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 22:37:09.845 INFO kablam! Oct 31 22:37:09.845 INFO kablam! warning: method is never used: `iter_with_max_dist` Oct 31 22:37:09.845 INFO kablam! --> src/quadtree.rs:216:5 Oct 31 22:37:09.845 INFO kablam! | Oct 31 22:37:09.845 INFO kablam! 216 | / pub fn iter_with_max_dist<'a>( Oct 31 22:37:09.845 INFO kablam! 217 | | &'a self, Oct 31 22:37:09.845 INFO kablam! 218 | | target: Position, Oct 31 22:37:09.845 INFO kablam! 219 | | max_dist: f32, Oct 31 22:37:09.845 INFO kablam! ... | Oct 31 22:37:09.845 INFO kablam! 227 | | } Oct 31 22:37:09.845 INFO kablam! 228 | | } Oct 31 22:37:09.845 INFO kablam! | |_____^ Oct 31 22:37:09.845 INFO kablam! Oct 31 22:37:09.845 INFO kablam! warning: struct is never constructed: `QuadtreeIterator` Oct 31 22:37:09.845 INFO kablam! --> src/quadtree.rs:231:1 Oct 31 22:37:09.845 INFO kablam! | Oct 31 22:37:09.845 INFO kablam! 231 | pub struct QuadtreeIterator<'a> { Oct 31 22:37:09.845 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 22:37:09.845 INFO kablam! Oct 31 22:37:09.909 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.42s Oct 31 22:37:09.920 INFO kablam! su: No module specific data is present Oct 31 22:37:10.906 INFO running `"docker" "rm" "-f" "6b62e2829ada49d191775bfd9f3600dc55438ae559ae75b30413fb49b22150f7"` Oct 31 22:37:11.316 INFO blam! 6b62e2829ada49d191775bfd9f3600dc55438ae559ae75b30413fb49b22150f7