Oct 12 15:09:25.969 INFO checking remram44/rs-specs-quadtree against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 15:09:25.971 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-4/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 12 15:09:26.386 INFO blam! 661e4688a9a4110a299fb5dc7139830e26aa81e2b413d9c8e193babd8aea7973 Oct 12 15:09:26.388 INFO running `"docker" "start" "-a" "661e4688a9a4110a299fb5dc7139830e26aa81e2b413d9c8e193babd8aea7973"` Oct 12 15:09:27.800 INFO kablam! usermod: no changes Oct 12 15:09:27.908 INFO kablam! Checking smallvec v0.4.3 Oct 12 15:09:27.908 INFO kablam! Checking rayon-core v1.2.1 Oct 12 15:09:27.908 INFO kablam! Checking pulse v0.5.3 Oct 12 15:09:27.908 INFO kablam! Compiling shred-derive v0.3.0 Oct 12 15:09:29.400 INFO kablam! Checking rayon v0.7.1 Oct 12 15:09:33.869 INFO kablam! Checking hibitset v0.1.3 Oct 12 15:09:34.308 INFO kablam! Checking shred v0.4.3 Oct 12 15:09:36.559 INFO kablam! Checking specs v0.9.5 Oct 12 15:09:38.764 INFO kablam! Checking specs-octree v0.1.0 (/source) Oct 12 15:09:39.940 INFO kablam! warning: unused variable: `quadtree` Oct 12 15:09:39.941 INFO kablam! --> src/main.rs:28:50 Oct 12 15:09:39.941 INFO kablam! | Oct 12 15:09:39.941 INFO kablam! 28 | fn run(&mut self, (mut pos, mut bounds, vel, quadtree): Self::SystemData) { Oct 12 15:09:39.941 INFO kablam! | ^^^^^^^^ help: consider using `_quadtree` instead Oct 12 15:09:39.941 INFO kablam! | Oct 12 15:09:39.941 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 15:09:39.941 INFO kablam! Oct 12 15:09:39.976 INFO kablam! warning: unused variable: `quadtree` Oct 12 15:09:39.977 INFO kablam! --> src/main.rs:28:50 Oct 12 15:09:39.978 INFO kablam! | Oct 12 15:09:39.979 INFO kablam! 28 | fn run(&mut self, (mut pos, mut bounds, vel, quadtree): Self::SystemData) { Oct 12 15:09:39.979 INFO kablam! | ^^^^^^^^ help: consider using `_quadtree` instead Oct 12 15:09:39.980 INFO kablam! | Oct 12 15:09:39.981 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 15:09:39.981 INFO kablam! Oct 12 15:09:40.036 INFO kablam! warning: method is never used: `find_node` Oct 12 15:09:40.037 INFO kablam! --> src/quadtree.rs:74:5 Oct 12 15:09:40.038 INFO kablam! | Oct 12 15:09:40.039 INFO kablam! 74 | fn find_node(&self, bounds: &Bounds) -> &QuadtreeNode { Oct 12 15:09:40.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 15:09:40.040 INFO kablam! | Oct 12 15:09:40.041 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 15:09:40.041 INFO kablam! Oct 12 15:09:40.042 INFO kablam! warning: method is never used: `iter_with_max_dist` Oct 12 15:09:40.043 INFO kablam! --> src/quadtree.rs:216:5 Oct 12 15:09:40.043 INFO kablam! | Oct 12 15:09:40.044 INFO kablam! 216 | / pub fn iter_with_max_dist<'a>( Oct 12 15:09:40.044 INFO kablam! 217 | | &'a self, Oct 12 15:09:40.048 INFO kablam! 218 | | target: Position, Oct 12 15:09:40.048 INFO kablam! 219 | | max_dist: f32, Oct 12 15:09:40.048 INFO kablam! ... | Oct 12 15:09:40.048 INFO kablam! 227 | | } Oct 12 15:09:40.048 INFO kablam! 228 | | } Oct 12 15:09:40.048 INFO kablam! | |_____^ Oct 12 15:09:40.048 INFO kablam! Oct 12 15:09:40.048 INFO kablam! warning: struct is never constructed: `QuadtreeIterator` Oct 12 15:09:40.048 INFO kablam! --> src/quadtree.rs:231:1 Oct 12 15:09:40.048 INFO kablam! | Oct 12 15:09:40.048 INFO kablam! 231 | pub struct QuadtreeIterator<'a> { Oct 12 15:09:40.048 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 15:09:40.048 INFO kablam! Oct 12 15:09:40.060 INFO kablam! warning: method is never used: `find_node` Oct 12 15:09:40.061 INFO kablam! --> src/quadtree.rs:74:5 Oct 12 15:09:40.062 INFO kablam! | Oct 12 15:09:40.063 INFO kablam! 74 | fn find_node(&self, bounds: &Bounds) -> &QuadtreeNode { Oct 12 15:09:40.063 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 15:09:40.064 INFO kablam! | Oct 12 15:09:40.065 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 15:09:40.065 INFO kablam! Oct 12 15:09:40.066 INFO kablam! warning: method is never used: `iter_with_max_dist` Oct 12 15:09:40.067 INFO kablam! --> src/quadtree.rs:216:5 Oct 12 15:09:40.067 INFO kablam! | Oct 12 15:09:40.068 INFO kablam! 216 | / pub fn iter_with_max_dist<'a>( Oct 12 15:09:40.069 INFO kablam! 217 | | &'a self, Oct 12 15:09:40.069 INFO kablam! 218 | | target: Position, Oct 12 15:09:40.070 INFO kablam! 219 | | max_dist: f32, Oct 12 15:09:40.071 INFO kablam! ... | Oct 12 15:09:40.071 INFO kablam! 227 | | } Oct 12 15:09:40.072 INFO kablam! 228 | | } Oct 12 15:09:40.072 INFO kablam! | |_____^ Oct 12 15:09:40.073 INFO kablam! Oct 12 15:09:40.074 INFO kablam! warning: struct is never constructed: `QuadtreeIterator` Oct 12 15:09:40.074 INFO kablam! --> src/quadtree.rs:231:1 Oct 12 15:09:40.075 INFO kablam! | Oct 12 15:09:40.076 INFO kablam! 231 | pub struct QuadtreeIterator<'a> { Oct 12 15:09:40.076 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 15:09:40.077 INFO kablam! Oct 12 15:09:40.173 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.35s Oct 12 15:09:40.179 INFO kablam! su: No module specific data is present Oct 12 15:09:41.578 INFO running `"docker" "rm" "-f" "661e4688a9a4110a299fb5dc7139830e26aa81e2b413d9c8e193babd8aea7973"` Oct 12 15:09:41.924 INFO blam! 661e4688a9a4110a299fb5dc7139830e26aa81e2b413d9c8e193babd8aea7973