Oct 10 21:28:51.441 INFO testing ivanceras/voxel against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 21:28:51.441 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 21:28:51.441 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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:28:51.648 INFO blam! 25a053c8068f1d91a5888f80b6b22e326234deb5275b5c37f49a89daa861ae30 Oct 10 21:28:51.650 INFO running `"docker" "start" "-a" "25a053c8068f1d91a5888f80b6b22e326234deb5275b5c37f49a89daa861ae30"` Oct 10 21:28:52.381 INFO kablam! usermod: no changes Oct 10 21:28:52.405 INFO kablam! Compiling voxel v0.1.0 (/source) Oct 10 21:28:52.915 INFO kablam! warning: unused import: `vector::Vector` Oct 10 21:28:52.915 INFO kablam! --> src/world.rs:4:5 Oct 10 21:28:52.915 INFO kablam! | Oct 10 21:28:52.915 INFO kablam! 4 | use vector::Vector; Oct 10 21:28:52.915 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 21:28:52.915 INFO kablam! | Oct 10 21:28:52.915 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 21:28:52.915 INFO kablam! Oct 10 21:28:52.957 INFO kablam! warning: unused variable: `other` Oct 10 21:28:52.957 INFO kablam! --> src/voxeltree.rs:40:28 Oct 10 21:28:52.957 INFO kablam! | Oct 10 21:28:52.957 INFO kablam! 40 | fn intersection(&self, other: &VoxelTree)->Self{ Oct 10 21:28:52.957 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 10 21:28:52.957 INFO kablam! | Oct 10 21:28:52.957 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 21:28:52.957 INFO kablam! Oct 10 21:28:52.957 INFO kablam! warning: unused variable: `tr` Oct 10 21:28:52.957 INFO kablam! --> src/voxeltree.rs:46:25 Oct 10 21:28:52.957 INFO kablam! | Oct 10 21:28:52.957 INFO kablam! 46 | fn transform(&self, tr: &Transformation) -> Self{ Oct 10 21:28:52.957 INFO kablam! | ^^ help: consider using `_tr` instead Oct 10 21:28:52.957 INFO kablam! Oct 10 21:28:52.960 INFO kablam! warning: unused variable: `bbox` Oct 10 21:28:52.960 INFO kablam! --> src/voxeltree.rs:51:33 Oct 10 21:28:52.960 INFO kablam! | Oct 10 21:28:52.960 INFO kablam! 51 | fn from_bounding_box(&self, bbox: &BoundingBox)->Self{ Oct 10 21:28:52.960 INFO kablam! | ^^^^ help: consider using `_bbox` instead Oct 10 21:28:52.960 INFO kablam! Oct 10 21:28:52.960 INFO kablam! warning: unused variable: `fnc` Oct 10 21:28:52.960 INFO kablam! --> src/voxeltree.rs:57:25 Oct 10 21:28:52.960 INFO kablam! | Oct 10 21:28:52.960 INFO kablam! 57 | fn from_equation(fnc: F)->Self where F: Fn(Vector)->bool{ Oct 10 21:28:52.960 INFO kablam! | ^^^ help: consider using `_fnc` instead Oct 10 21:28:52.960 INFO kablam! Oct 10 21:28:52.960 INFO kablam! warning: unused variable: `p` Oct 10 21:28:52.960 INFO kablam! --> src/world.rs:64:19 Oct 10 21:28:52.960 INFO kablam! | Oct 10 21:28:52.960 INFO kablam! 64 | fn from_point(p:&Point) -> Self{ Oct 10 21:28:52.960 INFO kablam! | ^ help: consider using `_p` instead Oct 10 21:28:52.960 INFO kablam! Oct 10 21:28:52.960 INFO kablam! warning: unused variable: `lod` Oct 10 21:28:52.960 INFO kablam! --> src/object.rs:9:24 Oct 10 21:28:52.960 INFO kablam! | Oct 10 21:28:52.960 INFO kablam! 9 | fn load_voxel_tree(lod: u8) -> VoxelTree{ Oct 10 21:28:52.960 INFO kablam! | ^^^ help: consider using `_lod` instead Oct 10 21:28:52.960 INFO kablam! Oct 10 21:28:52.963 INFO kablam! warning: field is never used: `bitset` Oct 10 21:28:52.963 INFO kablam! --> src/voxeltree.rs:6:5 Oct 10 21:28:52.963 INFO kablam! | Oct 10 21:28:52.963 INFO kablam! 6 | bitset: u64, Oct 10 21:28:52.963 INFO kablam! | ^^^^^^^^^^^ Oct 10 21:28:52.963 INFO kablam! | Oct 10 21:28:52.963 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 21:28:52.963 INFO kablam! Oct 10 21:28:52.963 INFO kablam! warning: field is never used: `content` Oct 10 21:28:52.963 INFO kablam! --> src/voxeltree.rs:7:5 Oct 10 21:28:52.963 INFO kablam! | Oct 10 21:28:52.963 INFO kablam! 7 | content: Option, Oct 10 21:28:52.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 21:28:52.963 INFO kablam! Oct 10 21:28:52.963 INFO kablam! warning: field is never used: `children` Oct 10 21:28:52.963 INFO kablam! --> src/voxeltree.rs:8:5 Oct 10 21:28:52.963 INFO kablam! | Oct 10 21:28:52.963 INFO kablam! 8 | children: Vec> Oct 10 21:28:52.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:28:52.963 INFO kablam! Oct 10 21:28:52.963 INFO kablam! warning: struct is never constructed: `BoundingBox` Oct 10 21:28:52.963 INFO kablam! --> src/voxeltree.rs:28:1 Oct 10 21:28:52.963 INFO kablam! | Oct 10 21:28:52.963 INFO kablam! 28 | struct BoundingBox{ Oct 10 21:28:52.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 21:28:52.963 INFO kablam! Oct 10 21:28:52.963 INFO kablam! warning: method is never used: `intersection` Oct 10 21:28:52.963 INFO kablam! --> src/voxeltree.rs:40:5 Oct 10 21:28:52.963 INFO kablam! | Oct 10 21:28:52.963 INFO kablam! 40 | fn intersection(&self, other: &VoxelTree)->Self{ Oct 10 21:28:52.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:28:52.963 INFO kablam! Oct 10 21:28:52.963 INFO kablam! warning: method is never used: `transform` Oct 10 21:28:52.963 INFO kablam! --> src/voxeltree.rs:46:5 Oct 10 21:28:52.963 INFO kablam! | Oct 10 21:28:52.963 INFO kablam! 46 | fn transform(&self, tr: &Transformation) -> Self{ Oct 10 21:28:52.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:28:52.963 INFO kablam! Oct 10 21:28:52.963 INFO kablam! warning: method is never used: `from_bounding_box` Oct 10 21:28:52.963 INFO kablam! --> src/voxeltree.rs:51:5 Oct 10 21:28:52.963 INFO kablam! | Oct 10 21:28:52.963 INFO kablam! 51 | fn from_bounding_box(&self, bbox: &BoundingBox)->Self{ Oct 10 21:28:52.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:28:52.963 INFO kablam! Oct 10 21:28:52.963 INFO kablam! warning: method is never used: `from_equation` Oct 10 21:28:52.963 INFO kablam! --> src/voxeltree.rs:57:5 Oct 10 21:28:52.963 INFO kablam! | Oct 10 21:28:52.963 INFO kablam! 57 | fn from_equation(fnc: F)->Self where F: Fn(Vector)->bool{ Oct 10 21:28:52.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:28:52.963 INFO kablam! Oct 10 21:28:52.963 INFO kablam! warning: method is never used: `to_compact_sparse_voxel` Oct 10 21:28:52.963 INFO kablam! --> src/voxeltree.rs:66:5 Oct 10 21:28:52.963 INFO kablam! | Oct 10 21:28:52.963 INFO kablam! 66 | fn to_compact_sparse_voxel() -> Vec{ Oct 10 21:28:52.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:28:52.963 INFO kablam! Oct 10 21:28:52.963 INFO kablam! warning: struct is never constructed: `Camera` Oct 10 21:28:52.963 INFO kablam! --> src/camera.rs:6:1 Oct 10 21:28:52.963 INFO kablam! | Oct 10 21:28:52.963 INFO kablam! 6 | struct Camera{ Oct 10 21:28:52.963 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 21:28:52.963 INFO kablam! Oct 10 21:28:52.963 INFO kablam! warning: method is never used: `get_voxel_tree` Oct 10 21:28:52.963 INFO kablam! --> src/camera.rs:13:5 Oct 10 21:28:52.963 INFO kablam! | Oct 10 21:28:52.963 INFO kablam! 13 | fn get_voxel_tree() -> VoxelTree{ Oct 10 21:28:52.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:28:52.964 INFO kablam! Oct 10 21:28:52.964 INFO kablam! warning: struct is never constructed: `World` Oct 10 21:28:52.964 INFO kablam! --> src/world.rs:9:1 Oct 10 21:28:52.964 INFO kablam! | Oct 10 21:28:52.964 INFO kablam! 9 | struct World{ Oct 10 21:28:52.964 INFO kablam! | ^^^^^^^^^^^^ Oct 10 21:28:52.964 INFO kablam! Oct 10 21:28:52.969 INFO kablam! warning: method is never used: `get_voxel_tree` Oct 10 21:28:52.969 INFO kablam! --> src/world.rs:24:5 Oct 10 21:28:52.969 INFO kablam! | Oct 10 21:28:52.969 INFO kablam! 24 | fn get_voxel_tree() -> VoxelTree{ Oct 10 21:28:52.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:28:52.969 INFO kablam! Oct 10 21:28:52.969 INFO kablam! warning: method is never used: `add_object` Oct 10 21:28:52.969 INFO kablam! --> src/world.rs:31:5 Oct 10 21:28:52.969 INFO kablam! | Oct 10 21:28:52.969 INFO kablam! 31 | fn add_object(&mut self, obj: Object, loc: &Location, trans: &Transformation){ Oct 10 21:28:52.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:28:52.969 INFO kablam! Oct 10 21:28:52.969 INFO kablam! warning: method is never used: `get_lod` Oct 10 21:28:52.970 INFO kablam! --> src/world.rs:53:5 Oct 10 21:28:52.970 INFO kablam! | Oct 10 21:28:52.970 INFO kablam! 53 | fn get_lod(&self) -> usize{ Oct 10 21:28:52.970 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:28:52.970 INFO kablam! Oct 10 21:28:52.970 INFO kablam! warning: method is never used: `get_voxel_tree` Oct 10 21:28:52.970 INFO kablam! --> src/world.rs:57:5 Oct 10 21:28:52.970 INFO kablam! | Oct 10 21:28:52.970 INFO kablam! 57 | fn get_voxel_tree(&self) -> VoxelTree{ Oct 10 21:28:52.970 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:28:52.970 INFO kablam! Oct 10 21:28:52.970 INFO kablam! warning: method is never used: `from_point` Oct 10 21:28:52.970 INFO kablam! --> src/world.rs:64:5 Oct 10 21:28:52.970 INFO kablam! | Oct 10 21:28:52.970 INFO kablam! 64 | fn from_point(p:&Point) -> Self{ Oct 10 21:28:52.970 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:28:52.970 INFO kablam! Oct 10 21:28:52.970 INFO kablam! warning: struct is never constructed: `Object` Oct 10 21:28:52.970 INFO kablam! --> src/object.rs:3:1 Oct 10 21:28:52.970 INFO kablam! | Oct 10 21:28:52.970 INFO kablam! 3 | pub struct Object{ Oct 10 21:28:52.970 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 21:28:52.970 INFO kablam! Oct 10 21:28:52.970 INFO kablam! warning: method is never used: `load_voxel_tree` Oct 10 21:28:52.970 INFO kablam! --> src/object.rs:9:5 Oct 10 21:28:52.970 INFO kablam! | Oct 10 21:28:52.970 INFO kablam! 9 | fn load_voxel_tree(lod: u8) -> VoxelTree{ Oct 10 21:28:52.970 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:28:52.970 INFO kablam! Oct 10 21:28:52.970 INFO kablam! warning: struct is never constructed: `Point` Oct 10 21:28:52.970 INFO kablam! --> src/point.rs:3:1 Oct 10 21:28:52.970 INFO kablam! | Oct 10 21:28:52.970 INFO kablam! 3 | pub struct Point{ Oct 10 21:28:52.970 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 21:28:52.970 INFO kablam! Oct 10 21:28:52.970 INFO kablam! warning: method is never used: `get_voxel_tree` Oct 10 21:28:52.970 INFO kablam! --> src/point.rs:13:5 Oct 10 21:28:52.970 INFO kablam! | Oct 10 21:28:52.970 INFO kablam! 13 | fn get_voxel_tree()->VoxelTree{ Oct 10 21:28:52.970 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:28:52.970 INFO kablam! Oct 10 21:28:52.970 INFO kablam! warning: method is never used: `get_location_tree` Oct 10 21:28:52.970 INFO kablam! --> src/point.rs:23:5 Oct 10 21:28:52.970 INFO kablam! | Oct 10 21:28:52.970 INFO kablam! 23 | fn get_location_tree() -> Vec { Oct 10 21:28:52.970 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:28:52.970 INFO kablam! Oct 10 21:28:52.970 INFO kablam! warning: struct is never constructed: `Frustum` Oct 10 21:28:52.970 INFO kablam! --> src/frustum.rs:2:1 Oct 10 21:28:52.970 INFO kablam! | Oct 10 21:28:52.970 INFO kablam! 2 | struct Frustum{ Oct 10 21:28:52.970 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 21:28:52.970 INFO kablam! Oct 10 21:28:52.970 INFO kablam! warning: method is never used: `is_inside` Oct 10 21:28:52.970 INFO kablam! --> src/frustum.rs:39:5 Oct 10 21:28:52.970 INFO kablam! | Oct 10 21:28:52.970 INFO kablam! 39 | fn is_inside(self, x:f64, y:f64, z:f64) -> bool{ Oct 10 21:28:52.970 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:28:52.970 INFO kablam! Oct 10 21:28:52.970 INFO kablam! warning: enum is never used: `Space` Oct 10 21:28:52.970 INFO kablam! --> src/main.rs:14:1 Oct 10 21:28:52.970 INFO kablam! | Oct 10 21:28:52.970 INFO kablam! 14 | enum Space{ Oct 10 21:28:52.970 INFO kablam! | ^^^^^^^^^^ Oct 10 21:28:52.970 INFO kablam! Oct 10 21:28:53.238 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.83s Oct 10 21:28:53.239 INFO kablam! su: No module specific data is present Oct 10 21:28:53.696 INFO running `"docker" "rm" "-f" "25a053c8068f1d91a5888f80b6b22e326234deb5275b5c37f49a89daa861ae30"` Oct 10 21:28:53.965 INFO blam! 25a053c8068f1d91a5888f80b6b22e326234deb5275b5c37f49a89daa861ae30 Oct 10 21:28:53.977 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 21:28:53.978 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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:28:54.453 INFO blam! 876389a07e0bb346b4e13fcdb2d0332daa7f9aebd84855827eea65e8f769bb70 Oct 10 21:28:54.464 INFO running `"docker" "start" "-a" "876389a07e0bb346b4e13fcdb2d0332daa7f9aebd84855827eea65e8f769bb70"` Oct 10 21:28:55.636 INFO kablam! usermod: no changes Oct 10 21:28:55.674 INFO kablam! Compiling voxel v0.1.0 (/source) Oct 10 21:28:56.204 INFO kablam! warning: unused import: `vector::Vector` Oct 10 21:28:56.204 INFO kablam! --> src/world.rs:4:5 Oct 10 21:28:56.204 INFO kablam! | Oct 10 21:28:56.204 INFO kablam! 4 | use vector::Vector; Oct 10 21:28:56.205 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 21:28:56.205 INFO kablam! | Oct 10 21:28:56.205 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 21:28:56.205 INFO kablam! Oct 10 21:28:56.248 INFO kablam! warning: unused variable: `other` Oct 10 21:28:56.248 INFO kablam! --> src/voxeltree.rs:40:28 Oct 10 21:28:56.248 INFO kablam! | Oct 10 21:28:56.248 INFO kablam! 40 | fn intersection(&self, other: &VoxelTree)->Self{ Oct 10 21:28:56.248 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 10 21:28:56.248 INFO kablam! | Oct 10 21:28:56.248 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 21:28:56.248 INFO kablam! Oct 10 21:28:56.248 INFO kablam! warning: unused variable: `tr` Oct 10 21:28:56.248 INFO kablam! --> src/voxeltree.rs:46:25 Oct 10 21:28:56.248 INFO kablam! | Oct 10 21:28:56.248 INFO kablam! 46 | fn transform(&self, tr: &Transformation) -> Self{ Oct 10 21:28:56.248 INFO kablam! | ^^ help: consider using `_tr` instead Oct 10 21:28:56.248 INFO kablam! Oct 10 21:28:56.248 INFO kablam! warning: unused variable: `bbox` Oct 10 21:28:56.248 INFO kablam! --> src/voxeltree.rs:51:33 Oct 10 21:28:56.248 INFO kablam! | Oct 10 21:28:56.248 INFO kablam! 51 | fn from_bounding_box(&self, bbox: &BoundingBox)->Self{ Oct 10 21:28:56.248 INFO kablam! | ^^^^ help: consider using `_bbox` instead Oct 10 21:28:56.248 INFO kablam! Oct 10 21:28:56.248 INFO kablam! warning: unused variable: `fnc` Oct 10 21:28:56.248 INFO kablam! --> src/voxeltree.rs:57:25 Oct 10 21:28:56.248 INFO kablam! | Oct 10 21:28:56.248 INFO kablam! 57 | fn from_equation(fnc: F)->Self where F: Fn(Vector)->bool{ Oct 10 21:28:56.248 INFO kablam! | ^^^ help: consider using `_fnc` instead Oct 10 21:28:56.248 INFO kablam! Oct 10 21:28:56.248 INFO kablam! warning: unused variable: `p` Oct 10 21:28:56.248 INFO kablam! --> src/world.rs:64:19 Oct 10 21:28:56.248 INFO kablam! | Oct 10 21:28:56.248 INFO kablam! 64 | fn from_point(p:&Point) -> Self{ Oct 10 21:28:56.248 INFO kablam! | ^ help: consider using `_p` instead Oct 10 21:28:56.248 INFO kablam! Oct 10 21:28:56.248 INFO kablam! warning: unused variable: `lod` Oct 10 21:28:56.248 INFO kablam! --> src/object.rs:9:24 Oct 10 21:28:56.248 INFO kablam! | Oct 10 21:28:56.248 INFO kablam! 9 | fn load_voxel_tree(lod: u8) -> VoxelTree{ Oct 10 21:28:56.248 INFO kablam! | ^^^ help: consider using `_lod` instead Oct 10 21:28:56.248 INFO kablam! Oct 10 21:28:56.257 INFO kablam! warning: field is never used: `bitset` Oct 10 21:28:56.257 INFO kablam! --> src/voxeltree.rs:6:5 Oct 10 21:28:56.257 INFO kablam! | Oct 10 21:28:56.257 INFO kablam! 6 | bitset: u64, Oct 10 21:28:56.257 INFO kablam! | ^^^^^^^^^^^ Oct 10 21:28:56.257 INFO kablam! | Oct 10 21:28:56.257 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 21:28:56.257 INFO kablam! Oct 10 21:28:56.257 INFO kablam! warning: field is never used: `content` Oct 10 21:28:56.257 INFO kablam! --> src/voxeltree.rs:7:5 Oct 10 21:28:56.257 INFO kablam! | Oct 10 21:28:56.257 INFO kablam! 7 | content: Option, Oct 10 21:28:56.257 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 21:28:56.257 INFO kablam! Oct 10 21:28:56.257 INFO kablam! warning: field is never used: `children` Oct 10 21:28:56.257 INFO kablam! --> src/voxeltree.rs:8:5 Oct 10 21:28:56.257 INFO kablam! | Oct 10 21:28:56.257 INFO kablam! 8 | children: Vec> Oct 10 21:28:56.257 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:28:56.257 INFO kablam! Oct 10 21:28:56.257 INFO kablam! warning: struct is never constructed: `BoundingBox` Oct 10 21:28:56.257 INFO kablam! --> src/voxeltree.rs:28:1 Oct 10 21:28:56.257 INFO kablam! | Oct 10 21:28:56.257 INFO kablam! 28 | struct BoundingBox{ Oct 10 21:28:56.257 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 21:28:56.257 INFO kablam! Oct 10 21:28:56.257 INFO kablam! warning: method is never used: `intersection` Oct 10 21:28:56.257 INFO kablam! --> src/voxeltree.rs:40:5 Oct 10 21:28:56.257 INFO kablam! | Oct 10 21:28:56.257 INFO kablam! 40 | fn intersection(&self, other: &VoxelTree)->Self{ Oct 10 21:28:56.257 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:28:56.257 INFO kablam! Oct 10 21:28:56.258 INFO kablam! warning: method is never used: `transform` Oct 10 21:28:56.258 INFO kablam! --> src/voxeltree.rs:46:5 Oct 10 21:28:56.258 INFO kablam! | Oct 10 21:28:56.258 INFO kablam! 46 | fn transform(&self, tr: &Transformation) -> Self{ Oct 10 21:28:56.258 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:28:56.258 INFO kablam! Oct 10 21:28:56.258 INFO kablam! warning: method is never used: `from_bounding_box` Oct 10 21:28:56.258 INFO kablam! --> src/voxeltree.rs:51:5 Oct 10 21:28:56.258 INFO kablam! | Oct 10 21:28:56.258 INFO kablam! 51 | fn from_bounding_box(&self, bbox: &BoundingBox)->Self{ Oct 10 21:28:56.258 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:28:56.258 INFO kablam! Oct 10 21:28:56.258 INFO kablam! warning: method is never used: `from_equation` Oct 10 21:28:56.258 INFO kablam! --> src/voxeltree.rs:57:5 Oct 10 21:28:56.258 INFO kablam! | Oct 10 21:28:56.258 INFO kablam! 57 | fn from_equation(fnc: F)->Self where F: Fn(Vector)->bool{ Oct 10 21:28:56.258 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:28:56.258 INFO kablam! Oct 10 21:28:56.258 INFO kablam! warning: method is never used: `to_compact_sparse_voxel` Oct 10 21:28:56.258 INFO kablam! --> src/voxeltree.rs:66:5 Oct 10 21:28:56.258 INFO kablam! | Oct 10 21:28:56.258 INFO kablam! 66 | fn to_compact_sparse_voxel() -> Vec{ Oct 10 21:28:56.258 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:28:56.258 INFO kablam! Oct 10 21:28:56.258 INFO kablam! warning: struct is never constructed: `Camera` Oct 10 21:28:56.258 INFO kablam! --> src/camera.rs:6:1 Oct 10 21:28:56.258 INFO kablam! | Oct 10 21:28:56.258 INFO kablam! 6 | struct Camera{ Oct 10 21:28:56.258 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 21:28:56.258 INFO kablam! Oct 10 21:28:56.258 INFO kablam! warning: method is never used: `get_voxel_tree` Oct 10 21:28:56.258 INFO kablam! --> src/camera.rs:13:5 Oct 10 21:28:56.258 INFO kablam! | Oct 10 21:28:56.258 INFO kablam! 13 | fn get_voxel_tree() -> VoxelTree{ Oct 10 21:28:56.258 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:28:56.258 INFO kablam! Oct 10 21:28:56.258 INFO kablam! warning: struct is never constructed: `World` Oct 10 21:28:56.258 INFO kablam! --> src/world.rs:9:1 Oct 10 21:28:56.258 INFO kablam! | Oct 10 21:28:56.258 INFO kablam! 9 | struct World{ Oct 10 21:28:56.258 INFO kablam! | ^^^^^^^^^^^^ Oct 10 21:28:56.258 INFO kablam! Oct 10 21:28:56.258 INFO kablam! warning: method is never used: `get_voxel_tree` Oct 10 21:28:56.258 INFO kablam! --> src/world.rs:24:5 Oct 10 21:28:56.258 INFO kablam! | Oct 10 21:28:56.258 INFO kablam! 24 | fn get_voxel_tree() -> VoxelTree{ Oct 10 21:28:56.258 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:28:56.258 INFO kablam! Oct 10 21:28:56.258 INFO kablam! warning: method is never used: `add_object` Oct 10 21:28:56.258 INFO kablam! --> src/world.rs:31:5 Oct 10 21:28:56.258 INFO kablam! | Oct 10 21:28:56.258 INFO kablam! 31 | fn add_object(&mut self, obj: Object, loc: &Location, trans: &Transformation){ Oct 10 21:28:56.258 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:28:56.258 INFO kablam! Oct 10 21:28:56.258 INFO kablam! warning: method is never used: `get_lod` Oct 10 21:28:56.258 INFO kablam! --> src/world.rs:53:5 Oct 10 21:28:56.258 INFO kablam! | Oct 10 21:28:56.258 INFO kablam! 53 | fn get_lod(&self) -> usize{ Oct 10 21:28:56.258 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:28:56.258 INFO kablam! Oct 10 21:28:56.258 INFO kablam! warning: method is never used: `get_voxel_tree` Oct 10 21:28:56.258 INFO kablam! --> src/world.rs:57:5 Oct 10 21:28:56.258 INFO kablam! | Oct 10 21:28:56.258 INFO kablam! 57 | fn get_voxel_tree(&self) -> VoxelTree{ Oct 10 21:28:56.258 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:28:56.258 INFO kablam! Oct 10 21:28:56.258 INFO kablam! warning: method is never used: `from_point` Oct 10 21:28:56.258 INFO kablam! --> src/world.rs:64:5 Oct 10 21:28:56.258 INFO kablam! | Oct 10 21:28:56.258 INFO kablam! 64 | fn from_point(p:&Point) -> Self{ Oct 10 21:28:56.258 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:28:56.258 INFO kablam! Oct 10 21:28:56.258 INFO kablam! warning: struct is never constructed: `Object` Oct 10 21:28:56.258 INFO kablam! --> src/object.rs:3:1 Oct 10 21:28:56.258 INFO kablam! | Oct 10 21:28:56.258 INFO kablam! 3 | pub struct Object{ Oct 10 21:28:56.258 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 21:28:56.258 INFO kablam! Oct 10 21:28:56.258 INFO kablam! warning: method is never used: `load_voxel_tree` Oct 10 21:28:56.258 INFO kablam! --> src/object.rs:9:5 Oct 10 21:28:56.258 INFO kablam! | Oct 10 21:28:56.258 INFO kablam! 9 | fn load_voxel_tree(lod: u8) -> VoxelTree{ Oct 10 21:28:56.258 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:28:56.258 INFO kablam! Oct 10 21:28:56.258 INFO kablam! warning: struct is never constructed: `Point` Oct 10 21:28:56.258 INFO kablam! --> src/point.rs:3:1 Oct 10 21:28:56.259 INFO kablam! | Oct 10 21:28:56.259 INFO kablam! 3 | pub struct Point{ Oct 10 21:28:56.259 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 21:28:56.259 INFO kablam! Oct 10 21:28:56.259 INFO kablam! warning: method is never used: `get_voxel_tree` Oct 10 21:28:56.259 INFO kablam! --> src/point.rs:13:5 Oct 10 21:28:56.259 INFO kablam! | Oct 10 21:28:56.259 INFO kablam! 13 | fn get_voxel_tree()->VoxelTree{ Oct 10 21:28:56.259 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:28:56.259 INFO kablam! Oct 10 21:28:56.259 INFO kablam! warning: method is never used: `get_location_tree` Oct 10 21:28:56.259 INFO kablam! --> src/point.rs:23:5 Oct 10 21:28:56.259 INFO kablam! | Oct 10 21:28:56.259 INFO kablam! 23 | fn get_location_tree() -> Vec { Oct 10 21:28:56.259 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:28:56.259 INFO kablam! Oct 10 21:28:56.259 INFO kablam! warning: struct is never constructed: `Frustum` Oct 10 21:28:56.259 INFO kablam! --> src/frustum.rs:2:1 Oct 10 21:28:56.259 INFO kablam! | Oct 10 21:28:56.259 INFO kablam! 2 | struct Frustum{ Oct 10 21:28:56.259 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 21:28:56.259 INFO kablam! Oct 10 21:28:56.259 INFO kablam! warning: method is never used: `is_inside` Oct 10 21:28:56.259 INFO kablam! --> src/frustum.rs:39:5 Oct 10 21:28:56.259 INFO kablam! | Oct 10 21:28:56.259 INFO kablam! 39 | fn is_inside(self, x:f64, y:f64, z:f64) -> bool{ Oct 10 21:28:56.259 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:28:56.259 INFO kablam! Oct 10 21:28:56.259 INFO kablam! warning: enum is never used: `Space` Oct 10 21:28:56.259 INFO kablam! --> src/main.rs:14:1 Oct 10 21:28:56.259 INFO kablam! | Oct 10 21:28:56.259 INFO kablam! 14 | enum Space{ Oct 10 21:28:56.259 INFO kablam! | ^^^^^^^^^^ Oct 10 21:28:56.259 INFO kablam! Oct 10 21:28:56.615 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.95s Oct 10 21:28:56.615 INFO kablam! su: No module specific data is present Oct 10 21:28:56.976 INFO running `"docker" "rm" "-f" "876389a07e0bb346b4e13fcdb2d0332daa7f9aebd84855827eea65e8f769bb70"` Oct 10 21:28:57.107 INFO blam! 876389a07e0bb346b4e13fcdb2d0332daa7f9aebd84855827eea65e8f769bb70 Oct 10 21:28:57.109 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 21:28:57.110 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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:28:57.332 INFO blam! e7d37e2848b7bb53acc96c8eaa11f88a97a1da0afda6ea0febb988a375c3b615 Oct 10 21:28:57.334 INFO running `"docker" "start" "-a" "e7d37e2848b7bb53acc96c8eaa11f88a97a1da0afda6ea0febb988a375c3b615"` Oct 10 21:28:57.932 INFO kablam! usermod: no changes Oct 10 21:28:57.961 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 10 21:28:57.961 INFO kablam! Running /target/debug/deps/voxel-f0b3f3c57f06d17d Oct 10 21:28:57.968 INFO blam! Oct 10 21:28:57.968 INFO blam! running 0 tests Oct 10 21:28:57.968 INFO blam! Oct 10 21:28:57.968 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 21:28:57.968 INFO blam! Oct 10 21:28:57.970 INFO kablam! su: No module specific data is present Oct 10 21:28:58.377 INFO running `"docker" "rm" "-f" "e7d37e2848b7bb53acc96c8eaa11f88a97a1da0afda6ea0febb988a375c3b615"` Oct 10 21:28:58.498 INFO blam! e7d37e2848b7bb53acc96c8eaa11f88a97a1da0afda6ea0febb988a375c3b615