Oct 12 20:13:44.283 INFO checking ivanceras/voxel against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 20:13:44.285 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-0/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 20:13:44.832 INFO blam! a9641e797c7fa8aeb797f808ec4717ede4699d225d154b12d2516b5413d8dc1c Oct 12 20:13:44.832 INFO running `"docker" "start" "-a" "a9641e797c7fa8aeb797f808ec4717ede4699d225d154b12d2516b5413d8dc1c"` Oct 12 20:13:45.998 INFO kablam! usermod: no changes Oct 12 20:13:46.037 INFO kablam! Checking voxel v0.1.0 (/source) Oct 12 20:13:46.625 INFO kablam! warning: unused import: `vector::Vector` Oct 12 20:13:46.625 INFO kablam! --> src/world.rs:4:5 Oct 12 20:13:46.625 INFO kablam! | Oct 12 20:13:46.625 INFO kablam! 4 | use vector::Vector; Oct 12 20:13:46.625 INFO kablam! | ^^^^^^^^^^^^^^ Oct 12 20:13:46.625 INFO kablam! | Oct 12 20:13:46.625 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 20:13:46.625 INFO kablam! Oct 12 20:13:46.660 INFO kablam! warning: unused import: `vector::Vector` Oct 12 20:13:46.660 INFO kablam! --> src/world.rs:4:5 Oct 12 20:13:46.660 INFO kablam! | Oct 12 20:13:46.660 INFO kablam! 4 | use vector::Vector; Oct 12 20:13:46.660 INFO kablam! | ^^^^^^^^^^^^^^ Oct 12 20:13:46.660 INFO kablam! | Oct 12 20:13:46.660 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 20:13:46.660 INFO kablam! Oct 12 20:13:46.713 INFO kablam! warning: unused variable: `other` Oct 12 20:13:46.713 INFO kablam! --> src/voxeltree.rs:40:28 Oct 12 20:13:46.713 INFO kablam! | Oct 12 20:13:46.713 INFO kablam! 40 | fn intersection(&self, other: &VoxelTree)->Self{ Oct 12 20:13:46.713 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 12 20:13:46.713 INFO kablam! | Oct 12 20:13:46.713 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 20:13:46.713 INFO kablam! Oct 12 20:13:46.713 INFO kablam! warning: unused variable: `tr` Oct 12 20:13:46.713 INFO kablam! --> src/voxeltree.rs:46:25 Oct 12 20:13:46.713 INFO kablam! | Oct 12 20:13:46.713 INFO kablam! 46 | fn transform(&self, tr: &Transformation) -> Self{ Oct 12 20:13:46.713 INFO kablam! | ^^ help: consider using `_tr` instead Oct 12 20:13:46.713 INFO kablam! Oct 12 20:13:46.713 INFO kablam! warning: unused variable: `bbox` Oct 12 20:13:46.713 INFO kablam! --> src/voxeltree.rs:51:33 Oct 12 20:13:46.713 INFO kablam! | Oct 12 20:13:46.713 INFO kablam! 51 | fn from_bounding_box(&self, bbox: &BoundingBox)->Self{ Oct 12 20:13:46.714 INFO kablam! | ^^^^ help: consider using `_bbox` instead Oct 12 20:13:46.714 INFO kablam! Oct 12 20:13:46.714 INFO kablam! warning: unused variable: `fnc` Oct 12 20:13:46.714 INFO kablam! --> src/voxeltree.rs:57:25 Oct 12 20:13:46.714 INFO kablam! | Oct 12 20:13:46.714 INFO kablam! 57 | fn from_equation(fnc: F)->Self where F: Fn(Vector)->bool{ Oct 12 20:13:46.714 INFO kablam! | ^^^ help: consider using `_fnc` instead Oct 12 20:13:46.714 INFO kablam! Oct 12 20:13:46.714 INFO kablam! warning: unused variable: `p` Oct 12 20:13:46.714 INFO kablam! --> src/world.rs:64:19 Oct 12 20:13:46.714 INFO kablam! | Oct 12 20:13:46.714 INFO kablam! 64 | fn from_point(p:&Point) -> Self{ Oct 12 20:13:46.714 INFO kablam! | ^ help: consider using `_p` instead Oct 12 20:13:46.714 INFO kablam! Oct 12 20:13:46.714 INFO kablam! warning: unused variable: `lod` Oct 12 20:13:46.714 INFO kablam! --> src/object.rs:9:24 Oct 12 20:13:46.714 INFO kablam! | Oct 12 20:13:46.714 INFO kablam! 9 | fn load_voxel_tree(lod: u8) -> VoxelTree{ Oct 12 20:13:46.714 INFO kablam! | ^^^ help: consider using `_lod` instead Oct 12 20:13:46.714 INFO kablam! Oct 12 20:13:46.714 INFO kablam! warning: unused variable: `other` Oct 12 20:13:46.714 INFO kablam! --> src/voxeltree.rs:40:28 Oct 12 20:13:46.714 INFO kablam! | Oct 12 20:13:46.715 INFO kablam! 40 | fn intersection(&self, other: &VoxelTree)->Self{ Oct 12 20:13:46.715 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 12 20:13:46.715 INFO kablam! | Oct 12 20:13:46.715 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 20:13:46.715 INFO kablam! Oct 12 20:13:46.715 INFO kablam! warning: unused variable: `tr` Oct 12 20:13:46.715 INFO kablam! --> src/voxeltree.rs:46:25 Oct 12 20:13:46.715 INFO kablam! | Oct 12 20:13:46.715 INFO kablam! 46 | fn transform(&self, tr: &Transformation) -> Self{ Oct 12 20:13:46.715 INFO kablam! | ^^ help: consider using `_tr` instead Oct 12 20:13:46.715 INFO kablam! Oct 12 20:13:46.715 INFO kablam! warning: unused variable: `bbox` Oct 12 20:13:46.715 INFO kablam! --> src/voxeltree.rs:51:33 Oct 12 20:13:46.715 INFO kablam! | Oct 12 20:13:46.715 INFO kablam! 51 | fn from_bounding_box(&self, bbox: &BoundingBox)->Self{ Oct 12 20:13:46.715 INFO kablam! | ^^^^ help: consider using `_bbox` instead Oct 12 20:13:46.715 INFO kablam! Oct 12 20:13:46.715 INFO kablam! warning: unused variable: `fnc` Oct 12 20:13:46.715 INFO kablam! --> src/voxeltree.rs:57:25 Oct 12 20:13:46.715 INFO kablam! | Oct 12 20:13:46.715 INFO kablam! 57 | fn from_equation(fnc: F)->Self where F: Fn(Vector)->bool{ Oct 12 20:13:46.715 INFO kablam! | ^^^ help: consider using `_fnc` instead Oct 12 20:13:46.715 INFO kablam! Oct 12 20:13:46.716 INFO kablam! warning: unused variable: `p` Oct 12 20:13:46.716 INFO kablam! --> src/world.rs:64:19 Oct 12 20:13:46.716 INFO kablam! | Oct 12 20:13:46.717 INFO kablam! 64 | fn from_point(p:&Point) -> Self{ Oct 12 20:13:46.717 INFO kablam! | ^ help: consider using `_p` instead Oct 12 20:13:46.717 INFO kablam! Oct 12 20:13:46.717 INFO kablam! warning: unused variable: `lod` Oct 12 20:13:46.717 INFO kablam! --> src/object.rs:9:24 Oct 12 20:13:46.717 INFO kablam! | Oct 12 20:13:46.717 INFO kablam! 9 | fn load_voxel_tree(lod: u8) -> VoxelTree{ Oct 12 20:13:46.717 INFO kablam! | ^^^ help: consider using `_lod` instead Oct 12 20:13:46.717 INFO kablam! Oct 12 20:13:46.717 INFO kablam! warning: field is never used: `bitset` Oct 12 20:13:46.717 INFO kablam! --> src/voxeltree.rs:6:5 Oct 12 20:13:46.717 INFO kablam! | Oct 12 20:13:46.717 INFO kablam! 6 | bitset: u64, Oct 12 20:13:46.717 INFO kablam! | ^^^^^^^^^^^ Oct 12 20:13:46.717 INFO kablam! | Oct 12 20:13:46.717 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 20:13:46.717 INFO kablam! Oct 12 20:13:46.717 INFO kablam! warning: field is never used: `content` Oct 12 20:13:46.717 INFO kablam! --> src/voxeltree.rs:7:5 Oct 12 20:13:46.717 INFO kablam! | Oct 12 20:13:46.717 INFO kablam! 7 | content: Option, Oct 12 20:13:46.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 20:13:46.718 INFO kablam! Oct 12 20:13:46.718 INFO kablam! warning: field is never used: `children` Oct 12 20:13:46.718 INFO kablam! --> src/voxeltree.rs:8:5 Oct 12 20:13:46.718 INFO kablam! | Oct 12 20:13:46.718 INFO kablam! 8 | children: Vec> Oct 12 20:13:46.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:13:46.718 INFO kablam! Oct 12 20:13:46.718 INFO kablam! warning: struct is never constructed: `BoundingBox` Oct 12 20:13:46.718 INFO kablam! --> src/voxeltree.rs:28:1 Oct 12 20:13:46.718 INFO kablam! | Oct 12 20:13:46.718 INFO kablam! 28 | struct BoundingBox{ Oct 12 20:13:46.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 20:13:46.718 INFO kablam! Oct 12 20:13:46.718 INFO kablam! warning: method is never used: `intersection` Oct 12 20:13:46.718 INFO kablam! --> src/voxeltree.rs:40:5 Oct 12 20:13:46.718 INFO kablam! | Oct 12 20:13:46.718 INFO kablam! 40 | fn intersection(&self, other: &VoxelTree)->Self{ Oct 12 20:13:46.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:13:46.718 INFO kablam! Oct 12 20:13:46.718 INFO kablam! warning: method is never used: `transform` Oct 12 20:13:46.718 INFO kablam! --> src/voxeltree.rs:46:5 Oct 12 20:13:46.718 INFO kablam! | Oct 12 20:13:46.718 INFO kablam! 46 | fn transform(&self, tr: &Transformation) -> Self{ Oct 12 20:13:46.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:13:46.718 INFO kablam! Oct 12 20:13:46.718 INFO kablam! warning: method is never used: `from_bounding_box` Oct 12 20:13:46.719 INFO kablam! --> src/voxeltree.rs:51:5 Oct 12 20:13:46.719 INFO kablam! | Oct 12 20:13:46.719 INFO kablam! 51 | fn from_bounding_box(&self, bbox: &BoundingBox)->Self{ Oct 12 20:13:46.719 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:13:46.719 INFO kablam! Oct 12 20:13:46.719 INFO kablam! warning: method is never used: `from_equation` Oct 12 20:13:46.719 INFO kablam! --> src/voxeltree.rs:57:5 Oct 12 20:13:46.719 INFO kablam! | Oct 12 20:13:46.719 INFO kablam! 57 | fn from_equation(fnc: F)->Self where F: Fn(Vector)->bool{ Oct 12 20:13:46.719 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:13:46.719 INFO kablam! Oct 12 20:13:46.719 INFO kablam! warning: method is never used: `to_compact_sparse_voxel` Oct 12 20:13:46.719 INFO kablam! --> src/voxeltree.rs:66:5 Oct 12 20:13:46.719 INFO kablam! | Oct 12 20:13:46.719 INFO kablam! 66 | fn to_compact_sparse_voxel() -> Vec{ Oct 12 20:13:46.719 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:13:46.719 INFO kablam! Oct 12 20:13:46.719 INFO kablam! warning: struct is never constructed: `Camera` Oct 12 20:13:46.719 INFO kablam! --> src/camera.rs:6:1 Oct 12 20:13:46.719 INFO kablam! | Oct 12 20:13:46.719 INFO kablam! 6 | struct Camera{ Oct 12 20:13:46.719 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 20:13:46.719 INFO kablam! Oct 12 20:13:46.719 INFO kablam! warning: method is never used: `get_voxel_tree` Oct 12 20:13:46.719 INFO kablam! --> src/camera.rs:13:5 Oct 12 20:13:46.719 INFO kablam! | Oct 12 20:13:46.719 INFO kablam! 13 | fn get_voxel_tree() -> VoxelTree{ Oct 12 20:13:46.720 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:13:46.720 INFO kablam! Oct 12 20:13:46.720 INFO kablam! warning: struct is never constructed: `World` Oct 12 20:13:46.720 INFO kablam! --> src/world.rs:9:1 Oct 12 20:13:46.720 INFO kablam! | Oct 12 20:13:46.720 INFO kablam! 9 | struct World{ Oct 12 20:13:46.720 INFO kablam! | ^^^^^^^^^^^^ Oct 12 20:13:46.720 INFO kablam! Oct 12 20:13:46.720 INFO kablam! warning: method is never used: `get_voxel_tree` Oct 12 20:13:46.720 INFO kablam! --> src/world.rs:24:5 Oct 12 20:13:46.720 INFO kablam! | Oct 12 20:13:46.720 INFO kablam! 24 | fn get_voxel_tree() -> VoxelTree{ Oct 12 20:13:46.720 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:13:46.720 INFO kablam! Oct 12 20:13:46.720 INFO kablam! warning: method is never used: `add_object` Oct 12 20:13:46.720 INFO kablam! --> src/world.rs:31:5 Oct 12 20:13:46.720 INFO kablam! | Oct 12 20:13:46.720 INFO kablam! 31 | fn add_object(&mut self, obj: Object, loc: &Location, trans: &Transformation){ Oct 12 20:13:46.720 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:13:46.721 INFO kablam! Oct 12 20:13:46.721 INFO kablam! warning: method is never used: `get_lod` Oct 12 20:13:46.721 INFO kablam! --> src/world.rs:53:5 Oct 12 20:13:46.721 INFO kablam! | Oct 12 20:13:46.721 INFO kablam! 53 | fn get_lod(&self) -> usize{ Oct 12 20:13:46.721 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:13:46.721 INFO kablam! Oct 12 20:13:46.721 INFO kablam! warning: method is never used: `get_voxel_tree` Oct 12 20:13:46.721 INFO kablam! --> src/world.rs:57:5 Oct 12 20:13:46.721 INFO kablam! | Oct 12 20:13:46.721 INFO kablam! 57 | fn get_voxel_tree(&self) -> VoxelTree{ Oct 12 20:13:46.721 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:13:46.721 INFO kablam! Oct 12 20:13:46.721 INFO kablam! warning: method is never used: `from_point` Oct 12 20:13:46.721 INFO kablam! --> src/world.rs:64:5 Oct 12 20:13:46.721 INFO kablam! | Oct 12 20:13:46.721 INFO kablam! 64 | fn from_point(p:&Point) -> Self{ Oct 12 20:13:46.721 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:13:46.721 INFO kablam! Oct 12 20:13:46.721 INFO kablam! warning: struct is never constructed: `Object` Oct 12 20:13:46.721 INFO kablam! --> src/object.rs:3:1 Oct 12 20:13:46.721 INFO kablam! | Oct 12 20:13:46.721 INFO kablam! 3 | pub struct Object{ Oct 12 20:13:46.721 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 20:13:46.721 INFO kablam! Oct 12 20:13:46.722 INFO kablam! warning: method is never used: `load_voxel_tree` Oct 12 20:13:46.722 INFO kablam! --> src/object.rs:9:5 Oct 12 20:13:46.722 INFO kablam! | Oct 12 20:13:46.722 INFO kablam! 9 | fn load_voxel_tree(lod: u8) -> VoxelTree{ Oct 12 20:13:46.722 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:13:46.722 INFO kablam! Oct 12 20:13:46.722 INFO kablam! warning: struct is never constructed: `Point` Oct 12 20:13:46.722 INFO kablam! --> src/point.rs:3:1 Oct 12 20:13:46.722 INFO kablam! | Oct 12 20:13:46.722 INFO kablam! 3 | pub struct Point{ Oct 12 20:13:46.722 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 12 20:13:46.722 INFO kablam! Oct 12 20:13:46.722 INFO kablam! warning: method is never used: `get_voxel_tree` Oct 12 20:13:46.722 INFO kablam! --> src/point.rs:13:5 Oct 12 20:13:46.722 INFO kablam! | Oct 12 20:13:46.722 INFO kablam! 13 | fn get_voxel_tree()->VoxelTree{ Oct 12 20:13:46.722 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:13:46.722 INFO kablam! Oct 12 20:13:46.722 INFO kablam! warning: method is never used: `get_location_tree` Oct 12 20:13:46.722 INFO kablam! --> src/point.rs:23:5 Oct 12 20:13:46.722 INFO kablam! | Oct 12 20:13:46.722 INFO kablam! 23 | fn get_location_tree() -> Vec { Oct 12 20:13:46.722 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:13:46.722 INFO kablam! Oct 12 20:13:46.722 INFO kablam! warning: struct is never constructed: `Frustum` Oct 12 20:13:46.722 INFO kablam! --> src/frustum.rs:2:1 Oct 12 20:13:46.722 INFO kablam! | Oct 12 20:13:46.722 INFO kablam! 2 | struct Frustum{ Oct 12 20:13:46.723 INFO kablam! | ^^^^^^^^^^^^^^ Oct 12 20:13:46.723 INFO kablam! Oct 12 20:13:46.723 INFO kablam! warning: method is never used: `is_inside` Oct 12 20:13:46.723 INFO kablam! --> src/frustum.rs:39:5 Oct 12 20:13:46.723 INFO kablam! | Oct 12 20:13:46.723 INFO kablam! 39 | fn is_inside(self, x:f64, y:f64, z:f64) -> bool{ Oct 12 20:13:46.723 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:13:46.723 INFO kablam! Oct 12 20:13:46.723 INFO kablam! warning: enum is never used: `Space` Oct 12 20:13:46.723 INFO kablam! --> src/main.rs:14:1 Oct 12 20:13:46.723 INFO kablam! | Oct 12 20:13:46.723 INFO kablam! 14 | enum Space{ Oct 12 20:13:46.723 INFO kablam! | ^^^^^^^^^^ Oct 12 20:13:46.723 INFO kablam! Oct 12 20:13:46.723 INFO kablam! warning: field is never used: `bitset` Oct 12 20:13:46.723 INFO kablam! --> src/voxeltree.rs:6:5 Oct 12 20:13:46.723 INFO kablam! | Oct 12 20:13:46.723 INFO kablam! 6 | bitset: u64, Oct 12 20:13:46.723 INFO kablam! | ^^^^^^^^^^^ Oct 12 20:13:46.723 INFO kablam! | Oct 12 20:13:46.723 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 20:13:46.723 INFO kablam! Oct 12 20:13:46.723 INFO kablam! warning: field is never used: `content` Oct 12 20:13:46.723 INFO kablam! --> src/voxeltree.rs:7:5 Oct 12 20:13:46.723 INFO kablam! | Oct 12 20:13:46.723 INFO kablam! 7 | content: Option, Oct 12 20:13:46.723 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 20:13:46.724 INFO kablam! Oct 12 20:13:46.724 INFO kablam! warning: field is never used: `children` Oct 12 20:13:46.724 INFO kablam! --> src/voxeltree.rs:8:5 Oct 12 20:13:46.724 INFO kablam! | Oct 12 20:13:46.724 INFO kablam! 8 | children: Vec> Oct 12 20:13:46.724 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:13:46.724 INFO kablam! Oct 12 20:13:46.724 INFO kablam! warning: struct is never constructed: `BoundingBox` Oct 12 20:13:46.724 INFO kablam! --> src/voxeltree.rs:28:1 Oct 12 20:13:46.724 INFO kablam! | Oct 12 20:13:46.724 INFO kablam! 28 | struct BoundingBox{ Oct 12 20:13:46.724 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 20:13:46.724 INFO kablam! Oct 12 20:13:46.724 INFO kablam! warning: method is never used: `intersection` Oct 12 20:13:46.724 INFO kablam! --> src/voxeltree.rs:40:5 Oct 12 20:13:46.724 INFO kablam! | Oct 12 20:13:46.724 INFO kablam! 40 | fn intersection(&self, other: &VoxelTree)->Self{ Oct 12 20:13:46.724 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:13:46.724 INFO kablam! Oct 12 20:13:46.724 INFO kablam! warning: method is never used: `transform` Oct 12 20:13:46.724 INFO kablam! --> src/voxeltree.rs:46:5 Oct 12 20:13:46.724 INFO kablam! | Oct 12 20:13:46.724 INFO kablam! 46 | fn transform(&self, tr: &Transformation) -> Self{ Oct 12 20:13:46.724 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:13:46.724 INFO kablam! Oct 12 20:13:46.724 INFO kablam! warning: method is never used: `from_bounding_box` Oct 12 20:13:46.725 INFO kablam! --> src/voxeltree.rs:51:5 Oct 12 20:13:46.725 INFO kablam! | Oct 12 20:13:46.725 INFO kablam! 51 | fn from_bounding_box(&self, bbox: &BoundingBox)->Self{ Oct 12 20:13:46.725 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:13:46.725 INFO kablam! Oct 12 20:13:46.725 INFO kablam! warning: method is never used: `from_equation` Oct 12 20:13:46.725 INFO kablam! --> src/voxeltree.rs:57:5 Oct 12 20:13:46.725 INFO kablam! | Oct 12 20:13:46.725 INFO kablam! 57 | fn from_equation(fnc: F)->Self where F: Fn(Vector)->bool{ Oct 12 20:13:46.725 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:13:46.725 INFO kablam! Oct 12 20:13:46.725 INFO kablam! warning: method is never used: `to_compact_sparse_voxel` Oct 12 20:13:46.725 INFO kablam! --> src/voxeltree.rs:66:5 Oct 12 20:13:46.725 INFO kablam! | Oct 12 20:13:46.725 INFO kablam! 66 | fn to_compact_sparse_voxel() -> Vec{ Oct 12 20:13:46.725 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:13:46.725 INFO kablam! Oct 12 20:13:46.725 INFO kablam! warning: struct is never constructed: `Camera` Oct 12 20:13:46.725 INFO kablam! --> src/camera.rs:6:1 Oct 12 20:13:46.725 INFO kablam! | Oct 12 20:13:46.725 INFO kablam! 6 | struct Camera{ Oct 12 20:13:46.725 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 20:13:46.725 INFO kablam! Oct 12 20:13:46.725 INFO kablam! warning: method is never used: `get_voxel_tree` Oct 12 20:13:46.725 INFO kablam! --> src/camera.rs:13:5 Oct 12 20:13:46.725 INFO kablam! | Oct 12 20:13:46.725 INFO kablam! 13 | fn get_voxel_tree() -> VoxelTree{ Oct 12 20:13:46.725 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:13:46.725 INFO kablam! Oct 12 20:13:46.726 INFO kablam! warning: struct is never constructed: `World` Oct 12 20:13:46.726 INFO kablam! --> src/world.rs:9:1 Oct 12 20:13:46.726 INFO kablam! | Oct 12 20:13:46.726 INFO kablam! 9 | struct World{ Oct 12 20:13:46.726 INFO kablam! | ^^^^^^^^^^^^ Oct 12 20:13:46.726 INFO kablam! Oct 12 20:13:46.726 INFO kablam! warning: method is never used: `get_voxel_tree` Oct 12 20:13:46.726 INFO kablam! --> src/world.rs:24:5 Oct 12 20:13:46.726 INFO kablam! | Oct 12 20:13:46.726 INFO kablam! 24 | fn get_voxel_tree() -> VoxelTree{ Oct 12 20:13:46.726 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:13:46.726 INFO kablam! Oct 12 20:13:46.726 INFO kablam! warning: method is never used: `add_object` Oct 12 20:13:46.726 INFO kablam! --> src/world.rs:31:5 Oct 12 20:13:46.726 INFO kablam! | Oct 12 20:13:46.726 INFO kablam! 31 | fn add_object(&mut self, obj: Object, loc: &Location, trans: &Transformation){ Oct 12 20:13:46.726 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:13:46.726 INFO kablam! Oct 12 20:13:46.726 INFO kablam! warning: method is never used: `get_lod` Oct 12 20:13:46.726 INFO kablam! --> src/world.rs:53:5 Oct 12 20:13:46.726 INFO kablam! | Oct 12 20:13:46.726 INFO kablam! 53 | fn get_lod(&self) -> usize{ Oct 12 20:13:46.726 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:13:46.726 INFO kablam! Oct 12 20:13:46.726 INFO kablam! warning: method is never used: `get_voxel_tree` Oct 12 20:13:46.726 INFO kablam! --> src/world.rs:57:5 Oct 12 20:13:46.726 INFO kablam! | Oct 12 20:13:46.726 INFO kablam! 57 | fn get_voxel_tree(&self) -> VoxelTree{ Oct 12 20:13:46.726 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:13:46.727 INFO kablam! Oct 12 20:13:46.727 INFO kablam! warning: method is never used: `from_point` Oct 12 20:13:46.727 INFO kablam! --> src/world.rs:64:5 Oct 12 20:13:46.727 INFO kablam! | Oct 12 20:13:46.727 INFO kablam! 64 | fn from_point(p:&Point) -> Self{ Oct 12 20:13:46.727 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:13:46.727 INFO kablam! Oct 12 20:13:46.727 INFO kablam! warning: struct is never constructed: `Object` Oct 12 20:13:46.727 INFO kablam! --> src/object.rs:3:1 Oct 12 20:13:46.727 INFO kablam! | Oct 12 20:13:46.727 INFO kablam! 3 | pub struct Object{ Oct 12 20:13:46.727 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 20:13:46.727 INFO kablam! Oct 12 20:13:46.727 INFO kablam! warning: method is never used: `load_voxel_tree` Oct 12 20:13:46.727 INFO kablam! --> src/object.rs:9:5 Oct 12 20:13:46.727 INFO kablam! | Oct 12 20:13:46.727 INFO kablam! 9 | fn load_voxel_tree(lod: u8) -> VoxelTree{ Oct 12 20:13:46.727 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:13:46.727 INFO kablam! Oct 12 20:13:46.727 INFO kablam! warning: struct is never constructed: `Point` Oct 12 20:13:46.727 INFO kablam! --> src/point.rs:3:1 Oct 12 20:13:46.727 INFO kablam! | Oct 12 20:13:46.727 INFO kablam! 3 | pub struct Point{ Oct 12 20:13:46.727 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 12 20:13:46.727 INFO kablam! Oct 12 20:13:46.727 INFO kablam! warning: method is never used: `get_voxel_tree` Oct 12 20:13:46.727 INFO kablam! --> src/point.rs:13:5 Oct 12 20:13:46.727 INFO kablam! | Oct 12 20:13:46.727 INFO kablam! 13 | fn get_voxel_tree()->VoxelTree{ Oct 12 20:13:46.728 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:13:46.728 INFO kablam! Oct 12 20:13:46.728 INFO kablam! warning: method is never used: `get_location_tree` Oct 12 20:13:46.728 INFO kablam! --> src/point.rs:23:5 Oct 12 20:13:46.728 INFO kablam! | Oct 12 20:13:46.728 INFO kablam! 23 | fn get_location_tree() -> Vec { Oct 12 20:13:46.728 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:13:46.728 INFO kablam! Oct 12 20:13:46.728 INFO kablam! warning: struct is never constructed: `Frustum` Oct 12 20:13:46.728 INFO kablam! --> src/frustum.rs:2:1 Oct 12 20:13:46.729 INFO kablam! | Oct 12 20:13:46.729 INFO kablam! 2 | struct Frustum{ Oct 12 20:13:46.729 INFO kablam! | ^^^^^^^^^^^^^^ Oct 12 20:13:46.729 INFO kablam! Oct 12 20:13:46.729 INFO kablam! warning: method is never used: `is_inside` Oct 12 20:13:46.729 INFO kablam! --> src/frustum.rs:39:5 Oct 12 20:13:46.730 INFO kablam! | Oct 12 20:13:46.730 INFO kablam! 39 | fn is_inside(self, x:f64, y:f64, z:f64) -> bool{ Oct 12 20:13:46.730 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:13:46.730 INFO kablam! Oct 12 20:13:46.730 INFO kablam! warning: enum is never used: `Space` Oct 12 20:13:46.730 INFO kablam! --> src/main.rs:14:1 Oct 12 20:13:46.730 INFO kablam! | Oct 12 20:13:46.730 INFO kablam! 14 | enum Space{ Oct 12 20:13:46.730 INFO kablam! | ^^^^^^^^^^ Oct 12 20:13:46.730 INFO kablam! Oct 12 20:13:46.746 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.72s Oct 12 20:13:46.749 INFO kablam! su: No module specific data is present Oct 12 20:13:47.436 INFO running `"docker" "rm" "-f" "a9641e797c7fa8aeb797f808ec4717ede4699d225d154b12d2516b5413d8dc1c"` Oct 12 20:13:47.852 INFO blam! a9641e797c7fa8aeb797f808ec4717ede4699d225d154b12d2516b5413d8dc1c