Oct 14 17:45:23.521 INFO testing ivanceras/voxel against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 17:45:23.523 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 14 17:45:23.954 INFO blam! a254d8b30ee45fe955431361e24290e1cc110109f84001563f41979af8c186bb Oct 14 17:45:23.987 INFO running `"docker" "start" "-a" "a254d8b30ee45fe955431361e24290e1cc110109f84001563f41979af8c186bb"` Oct 14 17:45:25.204 INFO kablam! usermod: no changes Oct 14 17:45:25.270 INFO kablam! Compiling voxel v0.1.0 (/source) Oct 14 17:45:25.535 INFO kablam! warning: unused import: `vector::Vector` Oct 14 17:45:25.535 INFO kablam! --> src/world.rs:4:5 Oct 14 17:45:25.535 INFO kablam! | Oct 14 17:45:25.535 INFO kablam! 4 | use vector::Vector; Oct 14 17:45:25.535 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 17:45:25.535 INFO kablam! | Oct 14 17:45:25.535 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 17:45:25.535 INFO kablam! Oct 14 17:45:25.581 INFO kablam! warning: unused variable: `other` Oct 14 17:45:25.582 INFO kablam! --> src/voxeltree.rs:40:28 Oct 14 17:45:25.582 INFO kablam! | Oct 14 17:45:25.582 INFO kablam! 40 | fn intersection(&self, other: &VoxelTree)->Self{ Oct 14 17:45:25.582 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 14 17:45:25.583 INFO kablam! | Oct 14 17:45:25.583 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 17:45:25.584 INFO kablam! Oct 14 17:45:25.584 INFO kablam! warning: unused variable: `tr` Oct 14 17:45:25.584 INFO kablam! --> src/voxeltree.rs:46:25 Oct 14 17:45:25.584 INFO kablam! | Oct 14 17:45:25.585 INFO kablam! 46 | fn transform(&self, tr: &Transformation) -> Self{ Oct 14 17:45:25.585 INFO kablam! | ^^ help: consider using `_tr` instead Oct 14 17:45:25.585 INFO kablam! Oct 14 17:45:25.586 INFO kablam! warning: unused variable: `bbox` Oct 14 17:45:25.586 INFO kablam! --> src/voxeltree.rs:51:33 Oct 14 17:45:25.586 INFO kablam! | Oct 14 17:45:25.587 INFO kablam! 51 | fn from_bounding_box(&self, bbox: &BoundingBox)->Self{ Oct 14 17:45:25.587 INFO kablam! | ^^^^ help: consider using `_bbox` instead Oct 14 17:45:25.587 INFO kablam! Oct 14 17:45:25.587 INFO kablam! warning: unused variable: `fnc` Oct 14 17:45:25.588 INFO kablam! --> src/voxeltree.rs:57:25 Oct 14 17:45:25.588 INFO kablam! | Oct 14 17:45:25.588 INFO kablam! 57 | fn from_equation(fnc: F)->Self where F: Fn(Vector)->bool{ Oct 14 17:45:25.588 INFO kablam! | ^^^ help: consider using `_fnc` instead Oct 14 17:45:25.589 INFO kablam! Oct 14 17:45:25.589 INFO kablam! warning: unused variable: `p` Oct 14 17:45:25.589 INFO kablam! --> src/world.rs:64:19 Oct 14 17:45:25.589 INFO kablam! | Oct 14 17:45:25.590 INFO kablam! 64 | fn from_point(p:&Point) -> Self{ Oct 14 17:45:25.590 INFO kablam! | ^ help: consider using `_p` instead Oct 14 17:45:25.590 INFO kablam! Oct 14 17:45:25.595 INFO kablam! warning: unused variable: `lod` Oct 14 17:45:25.598 INFO kablam! --> src/object.rs:9:24 Oct 14 17:45:25.598 INFO kablam! | Oct 14 17:45:25.599 INFO kablam! 9 | fn load_voxel_tree(lod: u8) -> VoxelTree{ Oct 14 17:45:25.599 INFO kablam! | ^^^ help: consider using `_lod` instead Oct 14 17:45:25.600 INFO kablam! Oct 14 17:45:25.600 INFO kablam! warning: field is never used: `bitset` Oct 14 17:45:25.601 INFO kablam! --> src/voxeltree.rs:6:5 Oct 14 17:45:25.601 INFO kablam! | Oct 14 17:45:25.601 INFO kablam! 6 | bitset: u64, Oct 14 17:45:25.601 INFO kablam! | ^^^^^^^^^^^ Oct 14 17:45:25.602 INFO kablam! | Oct 14 17:45:25.602 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:45:25.603 INFO kablam! Oct 14 17:45:25.604 INFO kablam! warning: field is never used: `content` Oct 14 17:45:25.605 INFO kablam! --> src/voxeltree.rs:7:5 Oct 14 17:45:25.606 INFO kablam! | Oct 14 17:45:25.606 INFO kablam! 7 | content: Option, Oct 14 17:45:25.607 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 17:45:25.608 INFO kablam! Oct 14 17:45:25.608 INFO kablam! warning: field is never used: `children` Oct 14 17:45:25.610 INFO kablam! --> src/voxeltree.rs:8:5 Oct 14 17:45:25.613 INFO kablam! | Oct 14 17:45:25.613 INFO kablam! 8 | children: Vec> Oct 14 17:45:25.614 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:45:25.614 INFO kablam! Oct 14 17:45:25.614 INFO kablam! warning: struct is never constructed: `BoundingBox` Oct 14 17:45:25.615 INFO kablam! --> src/voxeltree.rs:28:1 Oct 14 17:45:25.615 INFO kablam! | Oct 14 17:45:25.615 INFO kablam! 28 | struct BoundingBox{ Oct 14 17:45:25.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 17:45:25.616 INFO kablam! Oct 14 17:45:25.616 INFO kablam! warning: method is never used: `intersection` Oct 14 17:45:25.617 INFO kablam! --> src/voxeltree.rs:40:5 Oct 14 17:45:25.617 INFO kablam! | Oct 14 17:45:25.617 INFO kablam! 40 | fn intersection(&self, other: &VoxelTree)->Self{ Oct 14 17:45:25.617 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:45:25.618 INFO kablam! Oct 14 17:45:25.618 INFO kablam! warning: method is never used: `transform` Oct 14 17:45:25.618 INFO kablam! --> src/voxeltree.rs:46:5 Oct 14 17:45:25.619 INFO kablam! | Oct 14 17:45:25.620 INFO kablam! 46 | fn transform(&self, tr: &Transformation) -> Self{ Oct 14 17:45:25.620 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:45:25.620 INFO kablam! Oct 14 17:45:25.620 INFO kablam! warning: method is never used: `from_bounding_box` Oct 14 17:45:25.621 INFO kablam! --> src/voxeltree.rs:51:5 Oct 14 17:45:25.621 INFO kablam! | Oct 14 17:45:25.621 INFO kablam! 51 | fn from_bounding_box(&self, bbox: &BoundingBox)->Self{ Oct 14 17:45:25.622 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:45:25.622 INFO kablam! Oct 14 17:45:25.622 INFO kablam! warning: method is never used: `from_equation` Oct 14 17:45:25.623 INFO kablam! --> src/voxeltree.rs:57:5 Oct 14 17:45:25.623 INFO kablam! | Oct 14 17:45:25.623 INFO kablam! 57 | fn from_equation(fnc: F)->Self where F: Fn(Vector)->bool{ Oct 14 17:45:25.623 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:45:25.624 INFO kablam! Oct 14 17:45:25.624 INFO kablam! warning: method is never used: `to_compact_sparse_voxel` Oct 14 17:45:25.624 INFO kablam! --> src/voxeltree.rs:66:5 Oct 14 17:45:25.624 INFO kablam! | Oct 14 17:45:25.625 INFO kablam! 66 | fn to_compact_sparse_voxel() -> Vec{ Oct 14 17:45:25.625 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:45:25.625 INFO kablam! Oct 14 17:45:25.626 INFO kablam! warning: struct is never constructed: `Camera` Oct 14 17:45:25.626 INFO kablam! --> src/camera.rs:6:1 Oct 14 17:45:25.626 INFO kablam! | Oct 14 17:45:25.626 INFO kablam! 6 | struct Camera{ Oct 14 17:45:25.631 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 17:45:25.631 INFO kablam! Oct 14 17:45:25.631 INFO kablam! warning: method is never used: `get_voxel_tree` Oct 14 17:45:25.632 INFO kablam! --> src/camera.rs:13:5 Oct 14 17:45:25.632 INFO kablam! | Oct 14 17:45:25.632 INFO kablam! 13 | fn get_voxel_tree() -> VoxelTree{ Oct 14 17:45:25.633 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:45:25.633 INFO kablam! Oct 14 17:45:25.633 INFO kablam! warning: struct is never constructed: `World` Oct 14 17:45:25.633 INFO kablam! --> src/world.rs:9:1 Oct 14 17:45:25.634 INFO kablam! | Oct 14 17:45:25.634 INFO kablam! 9 | struct World{ Oct 14 17:45:25.634 INFO kablam! | ^^^^^^^^^^^^ Oct 14 17:45:25.635 INFO kablam! Oct 14 17:45:25.635 INFO kablam! warning: method is never used: `get_voxel_tree` Oct 14 17:45:25.635 INFO kablam! --> src/world.rs:24:5 Oct 14 17:45:25.636 INFO kablam! | Oct 14 17:45:25.636 INFO kablam! 24 | fn get_voxel_tree() -> VoxelTree{ Oct 14 17:45:25.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:45:25.636 INFO kablam! Oct 14 17:45:25.637 INFO kablam! warning: method is never used: `add_object` Oct 14 17:45:25.637 INFO kablam! --> src/world.rs:31:5 Oct 14 17:45:25.637 INFO kablam! | Oct 14 17:45:25.637 INFO kablam! 31 | fn add_object(&mut self, obj: Object, loc: &Location, trans: &Transformation){ Oct 14 17:45:25.638 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:45:25.638 INFO kablam! Oct 14 17:45:25.638 INFO kablam! warning: method is never used: `get_lod` Oct 14 17:45:25.639 INFO kablam! --> src/world.rs:53:5 Oct 14 17:45:25.639 INFO kablam! | Oct 14 17:45:25.639 INFO kablam! 53 | fn get_lod(&self) -> usize{ Oct 14 17:45:25.639 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:45:25.640 INFO kablam! Oct 14 17:45:25.640 INFO kablam! warning: method is never used: `get_voxel_tree` Oct 14 17:45:25.640 INFO kablam! --> src/world.rs:57:5 Oct 14 17:45:25.640 INFO kablam! | Oct 14 17:45:25.641 INFO kablam! 57 | fn get_voxel_tree(&self) -> VoxelTree{ Oct 14 17:45:25.641 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:45:25.641 INFO kablam! Oct 14 17:45:25.642 INFO kablam! warning: method is never used: `from_point` Oct 14 17:45:25.642 INFO kablam! --> src/world.rs:64:5 Oct 14 17:45:25.642 INFO kablam! | Oct 14 17:45:25.642 INFO kablam! 64 | fn from_point(p:&Point) -> Self{ Oct 14 17:45:25.643 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:45:25.643 INFO kablam! Oct 14 17:45:25.643 INFO kablam! warning: struct is never constructed: `Object` Oct 14 17:45:25.644 INFO kablam! --> src/object.rs:3:1 Oct 14 17:45:25.644 INFO kablam! | Oct 14 17:45:25.644 INFO kablam! 3 | pub struct Object{ Oct 14 17:45:25.645 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 17:45:25.645 INFO kablam! Oct 14 17:45:25.645 INFO kablam! warning: method is never used: `load_voxel_tree` Oct 14 17:45:25.645 INFO kablam! --> src/object.rs:9:5 Oct 14 17:45:25.646 INFO kablam! | Oct 14 17:45:25.646 INFO kablam! 9 | fn load_voxel_tree(lod: u8) -> VoxelTree{ Oct 14 17:45:25.646 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:45:25.647 INFO kablam! Oct 14 17:45:25.647 INFO kablam! warning: struct is never constructed: `Point` Oct 14 17:45:25.647 INFO kablam! --> src/point.rs:3:1 Oct 14 17:45:25.647 INFO kablam! | Oct 14 17:45:25.648 INFO kablam! 3 | pub struct Point{ Oct 14 17:45:25.648 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 17:45:25.648 INFO kablam! Oct 14 17:45:25.648 INFO kablam! warning: method is never used: `get_voxel_tree` Oct 14 17:45:25.649 INFO kablam! --> src/point.rs:13:5 Oct 14 17:45:25.649 INFO kablam! | Oct 14 17:45:25.649 INFO kablam! 13 | fn get_voxel_tree()->VoxelTree{ Oct 14 17:45:25.650 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:45:25.650 INFO kablam! Oct 14 17:45:25.650 INFO kablam! warning: method is never used: `get_location_tree` Oct 14 17:45:25.650 INFO kablam! --> src/point.rs:23:5 Oct 14 17:45:25.651 INFO kablam! | Oct 14 17:45:25.651 INFO kablam! 23 | fn get_location_tree() -> Vec { Oct 14 17:45:25.651 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:45:25.652 INFO kablam! Oct 14 17:45:25.652 INFO kablam! warning: struct is never constructed: `Frustum` Oct 14 17:45:25.652 INFO kablam! --> src/frustum.rs:2:1 Oct 14 17:45:25.652 INFO kablam! | Oct 14 17:45:25.653 INFO kablam! 2 | struct Frustum{ Oct 14 17:45:25.653 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 17:45:25.653 INFO kablam! Oct 14 17:45:25.653 INFO kablam! warning: method is never used: `is_inside` Oct 14 17:45:25.654 INFO kablam! --> src/frustum.rs:39:5 Oct 14 17:45:25.654 INFO kablam! | Oct 14 17:45:25.654 INFO kablam! 39 | fn is_inside(self, x:f64, y:f64, z:f64) -> bool{ Oct 14 17:45:25.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:45:25.655 INFO kablam! Oct 14 17:45:25.655 INFO kablam! warning: enum is never used: `Space` Oct 14 17:45:25.655 INFO kablam! --> src/main.rs:14:1 Oct 14 17:45:25.656 INFO kablam! | Oct 14 17:45:25.656 INFO kablam! 14 | enum Space{ Oct 14 17:45:25.656 INFO kablam! | ^^^^^^^^^^ Oct 14 17:45:25.657 INFO kablam! Oct 14 17:45:25.907 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.67s Oct 14 17:45:25.907 INFO kablam! su: No module specific data is present Oct 14 17:45:26.544 INFO running `"docker" "rm" "-f" "a254d8b30ee45fe955431361e24290e1cc110109f84001563f41979af8c186bb"` Oct 14 17:45:26.783 INFO blam! a254d8b30ee45fe955431361e24290e1cc110109f84001563f41979af8c186bb Oct 14 17:45:26.787 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 14 17:45:27.196 INFO blam! a52fcbb8ee7959a250f6440f14acba3a70f11f7cbac6dcab48e0f32cacb10a00 Oct 14 17:45:27.198 INFO running `"docker" "start" "-a" "a52fcbb8ee7959a250f6440f14acba3a70f11f7cbac6dcab48e0f32cacb10a00"` Oct 14 17:45:28.811 INFO kablam! usermod: no changes Oct 14 17:45:28.864 INFO kablam! Compiling voxel v0.1.0 (/source) Oct 14 17:45:29.319 INFO kablam! warning: unused import: `vector::Vector` Oct 14 17:45:29.320 INFO kablam! --> src/world.rs:4:5 Oct 14 17:45:29.320 INFO kablam! | Oct 14 17:45:29.320 INFO kablam! 4 | use vector::Vector; Oct 14 17:45:29.320 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 17:45:29.321 INFO kablam! | Oct 14 17:45:29.321 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 17:45:29.321 INFO kablam! Oct 14 17:45:29.382 INFO kablam! warning: unused variable: `other` Oct 14 17:45:29.382 INFO kablam! --> src/voxeltree.rs:40:28 Oct 14 17:45:29.382 INFO kablam! | Oct 14 17:45:29.383 INFO kablam! 40 | fn intersection(&self, other: &VoxelTree)->Self{ Oct 14 17:45:29.383 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 14 17:45:29.383 INFO kablam! | Oct 14 17:45:29.383 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 17:45:29.384 INFO kablam! Oct 14 17:45:29.384 INFO kablam! warning: unused variable: `tr` Oct 14 17:45:29.384 INFO kablam! --> src/voxeltree.rs:46:25 Oct 14 17:45:29.384 INFO kablam! | Oct 14 17:45:29.385 INFO kablam! 46 | fn transform(&self, tr: &Transformation) -> Self{ Oct 14 17:45:29.385 INFO kablam! | ^^ help: consider using `_tr` instead Oct 14 17:45:29.386 INFO kablam! Oct 14 17:45:29.386 INFO kablam! warning: unused variable: `bbox` Oct 14 17:45:29.386 INFO kablam! --> src/voxeltree.rs:51:33 Oct 14 17:45:29.386 INFO kablam! | Oct 14 17:45:29.387 INFO kablam! 51 | fn from_bounding_box(&self, bbox: &BoundingBox)->Self{ Oct 14 17:45:29.387 INFO kablam! | ^^^^ help: consider using `_bbox` instead Oct 14 17:45:29.387 INFO kablam! Oct 14 17:45:29.387 INFO kablam! warning: unused variable: `fnc` Oct 14 17:45:29.388 INFO kablam! --> src/voxeltree.rs:57:25 Oct 14 17:45:29.388 INFO kablam! | Oct 14 17:45:29.388 INFO kablam! 57 | fn from_equation(fnc: F)->Self where F: Fn(Vector)->bool{ Oct 14 17:45:29.389 INFO kablam! | ^^^ help: consider using `_fnc` instead Oct 14 17:45:29.389 INFO kablam! Oct 14 17:45:29.389 INFO kablam! warning: unused variable: `p` Oct 14 17:45:29.390 INFO kablam! --> src/world.rs:64:19 Oct 14 17:45:29.390 INFO kablam! | Oct 14 17:45:29.390 INFO kablam! 64 | fn from_point(p:&Point) -> Self{ Oct 14 17:45:29.391 INFO kablam! | ^ help: consider using `_p` instead Oct 14 17:45:29.391 INFO kablam! Oct 14 17:45:29.391 INFO kablam! warning: unused variable: `lod` Oct 14 17:45:29.391 INFO kablam! --> src/object.rs:9:24 Oct 14 17:45:29.392 INFO kablam! | Oct 14 17:45:29.392 INFO kablam! 9 | fn load_voxel_tree(lod: u8) -> VoxelTree{ Oct 14 17:45:29.392 INFO kablam! | ^^^ help: consider using `_lod` instead Oct 14 17:45:29.392 INFO kablam! Oct 14 17:45:29.402 INFO kablam! warning: field is never used: `bitset` Oct 14 17:45:29.402 INFO kablam! --> src/voxeltree.rs:6:5 Oct 14 17:45:29.402 INFO kablam! | Oct 14 17:45:29.403 INFO kablam! 6 | bitset: u64, Oct 14 17:45:29.403 INFO kablam! | ^^^^^^^^^^^ Oct 14 17:45:29.403 INFO kablam! | Oct 14 17:45:29.404 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:45:29.404 INFO kablam! Oct 14 17:45:29.404 INFO kablam! warning: field is never used: `content` Oct 14 17:45:29.405 INFO kablam! --> src/voxeltree.rs:7:5 Oct 14 17:45:29.405 INFO kablam! | Oct 14 17:45:29.405 INFO kablam! 7 | content: Option, Oct 14 17:45:29.406 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 17:45:29.406 INFO kablam! Oct 14 17:45:29.406 INFO kablam! warning: field is never used: `children` Oct 14 17:45:29.407 INFO kablam! --> src/voxeltree.rs:8:5 Oct 14 17:45:29.407 INFO kablam! | Oct 14 17:45:29.407 INFO kablam! 8 | children: Vec> Oct 14 17:45:29.407 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:45:29.408 INFO kablam! Oct 14 17:45:29.408 INFO kablam! warning: struct is never constructed: `BoundingBox` Oct 14 17:45:29.408 INFO kablam! --> src/voxeltree.rs:28:1 Oct 14 17:45:29.409 INFO kablam! | Oct 14 17:45:29.409 INFO kablam! 28 | struct BoundingBox{ Oct 14 17:45:29.409 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 17:45:29.410 INFO kablam! Oct 14 17:45:29.410 INFO kablam! warning: method is never used: `intersection` Oct 14 17:45:29.410 INFO kablam! --> src/voxeltree.rs:40:5 Oct 14 17:45:29.410 INFO kablam! | Oct 14 17:45:29.411 INFO kablam! 40 | fn intersection(&self, other: &VoxelTree)->Self{ Oct 14 17:45:29.411 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:45:29.411 INFO kablam! Oct 14 17:45:29.412 INFO kablam! warning: method is never used: `transform` Oct 14 17:45:29.412 INFO kablam! --> src/voxeltree.rs:46:5 Oct 14 17:45:29.412 INFO kablam! | Oct 14 17:45:29.412 INFO kablam! 46 | fn transform(&self, tr: &Transformation) -> Self{ Oct 14 17:45:29.413 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:45:29.413 INFO kablam! Oct 14 17:45:29.413 INFO kablam! warning: method is never used: `from_bounding_box` Oct 14 17:45:29.413 INFO kablam! --> src/voxeltree.rs:51:5 Oct 14 17:45:29.413 INFO kablam! | Oct 14 17:45:29.413 INFO kablam! 51 | fn from_bounding_box(&self, bbox: &BoundingBox)->Self{ Oct 14 17:45:29.413 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:45:29.413 INFO kablam! Oct 14 17:45:29.413 INFO kablam! warning: method is never used: `from_equation` Oct 14 17:45:29.413 INFO kablam! --> src/voxeltree.rs:57:5 Oct 14 17:45:29.413 INFO kablam! | Oct 14 17:45:29.413 INFO kablam! 57 | fn from_equation(fnc: F)->Self where F: Fn(Vector)->bool{ Oct 14 17:45:29.413 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:45:29.413 INFO kablam! Oct 14 17:45:29.413 INFO kablam! warning: method is never used: `to_compact_sparse_voxel` Oct 14 17:45:29.413 INFO kablam! --> src/voxeltree.rs:66:5 Oct 14 17:45:29.413 INFO kablam! | Oct 14 17:45:29.413 INFO kablam! 66 | fn to_compact_sparse_voxel() -> Vec{ Oct 14 17:45:29.413 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:45:29.413 INFO kablam! Oct 14 17:45:29.413 INFO kablam! warning: struct is never constructed: `Camera` Oct 14 17:45:29.413 INFO kablam! --> src/camera.rs:6:1 Oct 14 17:45:29.413 INFO kablam! | Oct 14 17:45:29.413 INFO kablam! 6 | struct Camera{ Oct 14 17:45:29.413 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 17:45:29.413 INFO kablam! Oct 14 17:45:29.413 INFO kablam! warning: method is never used: `get_voxel_tree` Oct 14 17:45:29.414 INFO kablam! --> src/camera.rs:13:5 Oct 14 17:45:29.414 INFO kablam! | Oct 14 17:45:29.414 INFO kablam! 13 | fn get_voxel_tree() -> VoxelTree{ Oct 14 17:45:29.414 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:45:29.414 INFO kablam! Oct 14 17:45:29.414 INFO kablam! warning: struct is never constructed: `World` Oct 14 17:45:29.414 INFO kablam! --> src/world.rs:9:1 Oct 14 17:45:29.414 INFO kablam! | Oct 14 17:45:29.414 INFO kablam! 9 | struct World{ Oct 14 17:45:29.414 INFO kablam! | ^^^^^^^^^^^^ Oct 14 17:45:29.414 INFO kablam! Oct 14 17:45:29.414 INFO kablam! warning: method is never used: `get_voxel_tree` Oct 14 17:45:29.414 INFO kablam! --> src/world.rs:24:5 Oct 14 17:45:29.414 INFO kablam! | Oct 14 17:45:29.414 INFO kablam! 24 | fn get_voxel_tree() -> VoxelTree{ Oct 14 17:45:29.414 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:45:29.414 INFO kablam! Oct 14 17:45:29.414 INFO kablam! warning: method is never used: `add_object` Oct 14 17:45:29.414 INFO kablam! --> src/world.rs:31:5 Oct 14 17:45:29.414 INFO kablam! | Oct 14 17:45:29.414 INFO kablam! 31 | fn add_object(&mut self, obj: Object, loc: &Location, trans: &Transformation){ Oct 14 17:45:29.414 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:45:29.414 INFO kablam! Oct 14 17:45:29.414 INFO kablam! warning: method is never used: `get_lod` Oct 14 17:45:29.414 INFO kablam! --> src/world.rs:53:5 Oct 14 17:45:29.414 INFO kablam! | Oct 14 17:45:29.414 INFO kablam! 53 | fn get_lod(&self) -> usize{ Oct 14 17:45:29.414 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:45:29.414 INFO kablam! Oct 14 17:45:29.414 INFO kablam! warning: method is never used: `get_voxel_tree` Oct 14 17:45:29.414 INFO kablam! --> src/world.rs:57:5 Oct 14 17:45:29.414 INFO kablam! | Oct 14 17:45:29.414 INFO kablam! 57 | fn get_voxel_tree(&self) -> VoxelTree{ Oct 14 17:45:29.414 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:45:29.414 INFO kablam! Oct 14 17:45:29.414 INFO kablam! warning: method is never used: `from_point` Oct 14 17:45:29.414 INFO kablam! --> src/world.rs:64:5 Oct 14 17:45:29.414 INFO kablam! | Oct 14 17:45:29.414 INFO kablam! 64 | fn from_point(p:&Point) -> Self{ Oct 14 17:45:29.414 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:45:29.414 INFO kablam! Oct 14 17:45:29.414 INFO kablam! warning: struct is never constructed: `Object` Oct 14 17:45:29.414 INFO kablam! --> src/object.rs:3:1 Oct 14 17:45:29.414 INFO kablam! | Oct 14 17:45:29.414 INFO kablam! 3 | pub struct Object{ Oct 14 17:45:29.414 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 17:45:29.414 INFO kablam! Oct 14 17:45:29.414 INFO kablam! warning: method is never used: `load_voxel_tree` Oct 14 17:45:29.414 INFO kablam! --> src/object.rs:9:5 Oct 14 17:45:29.414 INFO kablam! | Oct 14 17:45:29.414 INFO kablam! 9 | fn load_voxel_tree(lod: u8) -> VoxelTree{ Oct 14 17:45:29.414 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:45:29.414 INFO kablam! Oct 14 17:45:29.414 INFO kablam! warning: struct is never constructed: `Point` Oct 14 17:45:29.414 INFO kablam! --> src/point.rs:3:1 Oct 14 17:45:29.414 INFO kablam! | Oct 14 17:45:29.414 INFO kablam! 3 | pub struct Point{ Oct 14 17:45:29.414 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 17:45:29.414 INFO kablam! Oct 14 17:45:29.414 INFO kablam! warning: method is never used: `get_voxel_tree` Oct 14 17:45:29.414 INFO kablam! --> src/point.rs:13:5 Oct 14 17:45:29.414 INFO kablam! | Oct 14 17:45:29.414 INFO kablam! 13 | fn get_voxel_tree()->VoxelTree{ Oct 14 17:45:29.414 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:45:29.414 INFO kablam! Oct 14 17:45:29.414 INFO kablam! warning: method is never used: `get_location_tree` Oct 14 17:45:29.414 INFO kablam! --> src/point.rs:23:5 Oct 14 17:45:29.414 INFO kablam! | Oct 14 17:45:29.414 INFO kablam! 23 | fn get_location_tree() -> Vec { Oct 14 17:45:29.414 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:45:29.414 INFO kablam! Oct 14 17:45:29.414 INFO kablam! warning: struct is never constructed: `Frustum` Oct 14 17:45:29.414 INFO kablam! --> src/frustum.rs:2:1 Oct 14 17:45:29.414 INFO kablam! | Oct 14 17:45:29.414 INFO kablam! 2 | struct Frustum{ Oct 14 17:45:29.414 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 17:45:29.414 INFO kablam! Oct 14 17:45:29.414 INFO kablam! warning: method is never used: `is_inside` Oct 14 17:45:29.414 INFO kablam! --> src/frustum.rs:39:5 Oct 14 17:45:29.414 INFO kablam! | Oct 14 17:45:29.414 INFO kablam! 39 | fn is_inside(self, x:f64, y:f64, z:f64) -> bool{ Oct 14 17:45:29.414 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:45:29.414 INFO kablam! Oct 14 17:45:29.414 INFO kablam! warning: enum is never used: `Space` Oct 14 17:45:29.414 INFO kablam! --> src/main.rs:14:1 Oct 14 17:45:29.414 INFO kablam! | Oct 14 17:45:29.414 INFO kablam! 14 | enum Space{ Oct 14 17:45:29.414 INFO kablam! | ^^^^^^^^^^ Oct 14 17:45:29.415 INFO kablam! Oct 14 17:45:29.957 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.11s Oct 14 17:45:29.959 INFO kablam! su: No module specific data is present Oct 14 17:45:31.151 INFO running `"docker" "rm" "-f" "a52fcbb8ee7959a250f6440f14acba3a70f11f7cbac6dcab48e0f32cacb10a00"` Oct 14 17:45:31.394 INFO blam! a52fcbb8ee7959a250f6440f14acba3a70f11f7cbac6dcab48e0f32cacb10a00 Oct 14 17:45:31.399 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 14 17:45:31.799 INFO blam! 4a15b9b99ce38b2cb3c7c77c34c3aa927d7d27bb346c5ab63830dc257fa715ad Oct 14 17:45:31.811 INFO running `"docker" "start" "-a" "4a15b9b99ce38b2cb3c7c77c34c3aa927d7d27bb346c5ab63830dc257fa715ad"` Oct 14 17:45:32.823 INFO kablam! usermod: no changes Oct 14 17:45:32.875 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 14 17:45:32.879 INFO kablam! Running /target/debug/deps/voxel-f0b3f3c57f06d17d Oct 14 17:45:32.887 INFO blam! Oct 14 17:45:32.887 INFO blam! running 0 tests Oct 14 17:45:32.887 INFO blam! Oct 14 17:45:32.887 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 17:45:32.887 INFO blam! Oct 14 17:45:32.893 INFO kablam! su: No module specific data is present Oct 14 17:45:33.667 INFO running `"docker" "rm" "-f" "4a15b9b99ce38b2cb3c7c77c34c3aa927d7d27bb346c5ab63830dc257fa715ad"` Oct 14 17:45:33.947 INFO blam! 4a15b9b99ce38b2cb3c7c77c34c3aa927d7d27bb346c5ab63830dc257fa715ad