Oct 14 17:45:18.678 INFO testing ivanceras/voxel against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 17:45:18.679 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:19.107 INFO blam! 05720d5039de0b16437518672fba10bc1dae48b0c12179e4cbcb186b6a0e60c9 Oct 14 17:45:19.109 INFO running `"docker" "start" "-a" "05720d5039de0b16437518672fba10bc1dae48b0c12179e4cbcb186b6a0e60c9"` Oct 14 17:45:20.335 INFO kablam! usermod: no changes Oct 14 17:45:20.387 INFO kablam! Compiling voxel v0.1.0 (/source) Oct 14 17:45:20.638 INFO kablam! warning: unused import: `vector::Vector` Oct 14 17:45:20.638 INFO kablam! --> src/world.rs:4:5 Oct 14 17:45:20.639 INFO kablam! | Oct 14 17:45:20.639 INFO kablam! 4 | use vector::Vector; Oct 14 17:45:20.639 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 17:45:20.640 INFO kablam! | Oct 14 17:45:20.640 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 17:45:20.640 INFO kablam! Oct 14 17:45:20.683 INFO kablam! warning: unused variable: `other` Oct 14 17:45:20.683 INFO kablam! --> src/voxeltree.rs:40:28 Oct 14 17:45:20.684 INFO kablam! | Oct 14 17:45:20.684 INFO kablam! 40 | fn intersection(&self, other: &VoxelTree)->Self{ Oct 14 17:45:20.684 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 14 17:45:20.684 INFO kablam! | Oct 14 17:45:20.684 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 17:45:20.684 INFO kablam! Oct 14 17:45:20.684 INFO kablam! warning: unused variable: `tr` Oct 14 17:45:20.684 INFO kablam! --> src/voxeltree.rs:46:25 Oct 14 17:45:20.684 INFO kablam! | Oct 14 17:45:20.684 INFO kablam! 46 | fn transform(&self, tr: &Transformation) -> Self{ Oct 14 17:45:20.684 INFO kablam! | ^^ help: consider using `_tr` instead Oct 14 17:45:20.684 INFO kablam! Oct 14 17:45:20.684 INFO kablam! warning: unused variable: `bbox` Oct 14 17:45:20.684 INFO kablam! --> src/voxeltree.rs:51:33 Oct 14 17:45:20.684 INFO kablam! | Oct 14 17:45:20.684 INFO kablam! 51 | fn from_bounding_box(&self, bbox: &BoundingBox)->Self{ Oct 14 17:45:20.684 INFO kablam! | ^^^^ help: consider using `_bbox` instead Oct 14 17:45:20.684 INFO kablam! Oct 14 17:45:20.684 INFO kablam! warning: unused variable: `fnc` Oct 14 17:45:20.684 INFO kablam! --> src/voxeltree.rs:57:25 Oct 14 17:45:20.684 INFO kablam! | Oct 14 17:45:20.684 INFO kablam! 57 | fn from_equation(fnc: F)->Self where F: Fn(Vector)->bool{ Oct 14 17:45:20.684 INFO kablam! | ^^^ help: consider using `_fnc` instead Oct 14 17:45:20.684 INFO kablam! Oct 14 17:45:20.684 INFO kablam! warning: unused variable: `p` Oct 14 17:45:20.684 INFO kablam! --> src/world.rs:64:19 Oct 14 17:45:20.684 INFO kablam! | Oct 14 17:45:20.684 INFO kablam! 64 | fn from_point(p:&Point) -> Self{ Oct 14 17:45:20.684 INFO kablam! | ^ help: consider using `_p` instead Oct 14 17:45:20.684 INFO kablam! Oct 14 17:45:20.684 INFO kablam! warning: unused variable: `lod` Oct 14 17:45:20.684 INFO kablam! --> src/object.rs:9:24 Oct 14 17:45:20.684 INFO kablam! | Oct 14 17:45:20.684 INFO kablam! 9 | fn load_voxel_tree(lod: u8) -> VoxelTree{ Oct 14 17:45:20.684 INFO kablam! | ^^^ help: consider using `_lod` instead Oct 14 17:45:20.684 INFO kablam! Oct 14 17:45:20.690 INFO kablam! warning: field is never used: `bitset` Oct 14 17:45:20.690 INFO kablam! --> src/voxeltree.rs:6:5 Oct 14 17:45:20.690 INFO kablam! | Oct 14 17:45:20.690 INFO kablam! 6 | bitset: u64, Oct 14 17:45:20.690 INFO kablam! | ^^^^^^^^^^^ Oct 14 17:45:20.690 INFO kablam! | Oct 14 17:45:20.690 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:45:20.690 INFO kablam! Oct 14 17:45:20.690 INFO kablam! warning: field is never used: `content` Oct 14 17:45:20.690 INFO kablam! --> src/voxeltree.rs:7:5 Oct 14 17:45:20.690 INFO kablam! | Oct 14 17:45:20.690 INFO kablam! 7 | content: Option, Oct 14 17:45:20.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 17:45:20.690 INFO kablam! Oct 14 17:45:20.690 INFO kablam! warning: field is never used: `children` Oct 14 17:45:20.690 INFO kablam! --> src/voxeltree.rs:8:5 Oct 14 17:45:20.690 INFO kablam! | Oct 14 17:45:20.690 INFO kablam! 8 | children: Vec> Oct 14 17:45:20.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:45:20.690 INFO kablam! Oct 14 17:45:20.690 INFO kablam! warning: struct is never constructed: `BoundingBox` Oct 14 17:45:20.690 INFO kablam! --> src/voxeltree.rs:28:1 Oct 14 17:45:20.690 INFO kablam! | Oct 14 17:45:20.690 INFO kablam! 28 | struct BoundingBox{ Oct 14 17:45:20.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 17:45:20.690 INFO kablam! Oct 14 17:45:20.691 INFO kablam! warning: method is never used: `intersection` Oct 14 17:45:20.691 INFO kablam! --> src/voxeltree.rs:40:5 Oct 14 17:45:20.691 INFO kablam! | Oct 14 17:45:20.691 INFO kablam! 40 | fn intersection(&self, other: &VoxelTree)->Self{ Oct 14 17:45:20.691 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:45:20.691 INFO kablam! Oct 14 17:45:20.691 INFO kablam! warning: method is never used: `transform` Oct 14 17:45:20.691 INFO kablam! --> src/voxeltree.rs:46:5 Oct 14 17:45:20.691 INFO kablam! | Oct 14 17:45:20.691 INFO kablam! 46 | fn transform(&self, tr: &Transformation) -> Self{ Oct 14 17:45:20.691 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:45:20.691 INFO kablam! Oct 14 17:45:20.691 INFO kablam! warning: method is never used: `from_bounding_box` Oct 14 17:45:20.691 INFO kablam! --> src/voxeltree.rs:51:5 Oct 14 17:45:20.691 INFO kablam! | Oct 14 17:45:20.691 INFO kablam! 51 | fn from_bounding_box(&self, bbox: &BoundingBox)->Self{ Oct 14 17:45:20.691 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:45:20.691 INFO kablam! Oct 14 17:45:20.691 INFO kablam! warning: method is never used: `from_equation` Oct 14 17:45:20.691 INFO kablam! --> src/voxeltree.rs:57:5 Oct 14 17:45:20.691 INFO kablam! | Oct 14 17:45:20.691 INFO kablam! 57 | fn from_equation(fnc: F)->Self where F: Fn(Vector)->bool{ Oct 14 17:45:20.691 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:45:20.691 INFO kablam! Oct 14 17:45:20.691 INFO kablam! warning: method is never used: `to_compact_sparse_voxel` Oct 14 17:45:20.691 INFO kablam! --> src/voxeltree.rs:66:5 Oct 14 17:45:20.691 INFO kablam! | Oct 14 17:45:20.691 INFO kablam! 66 | fn to_compact_sparse_voxel() -> Vec{ Oct 14 17:45:20.691 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:45:20.691 INFO kablam! Oct 14 17:45:20.691 INFO kablam! warning: struct is never constructed: `Camera` Oct 14 17:45:20.691 INFO kablam! --> src/camera.rs:6:1 Oct 14 17:45:20.691 INFO kablam! | Oct 14 17:45:20.691 INFO kablam! 6 | struct Camera{ Oct 14 17:45:20.691 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 17:45:20.691 INFO kablam! Oct 14 17:45:20.691 INFO kablam! warning: method is never used: `get_voxel_tree` Oct 14 17:45:20.691 INFO kablam! --> src/camera.rs:13:5 Oct 14 17:45:20.691 INFO kablam! | Oct 14 17:45:20.691 INFO kablam! 13 | fn get_voxel_tree() -> VoxelTree{ Oct 14 17:45:20.691 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:45:20.691 INFO kablam! Oct 14 17:45:20.691 INFO kablam! warning: struct is never constructed: `World` Oct 14 17:45:20.691 INFO kablam! --> src/world.rs:9:1 Oct 14 17:45:20.691 INFO kablam! | Oct 14 17:45:20.691 INFO kablam! 9 | struct World{ Oct 14 17:45:20.691 INFO kablam! | ^^^^^^^^^^^^ Oct 14 17:45:20.691 INFO kablam! Oct 14 17:45:20.691 INFO kablam! warning: method is never used: `get_voxel_tree` Oct 14 17:45:20.691 INFO kablam! --> src/world.rs:24:5 Oct 14 17:45:20.691 INFO kablam! | Oct 14 17:45:20.691 INFO kablam! 24 | fn get_voxel_tree() -> VoxelTree{ Oct 14 17:45:20.691 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:45:20.691 INFO kablam! Oct 14 17:45:20.691 INFO kablam! warning: method is never used: `add_object` Oct 14 17:45:20.691 INFO kablam! --> src/world.rs:31:5 Oct 14 17:45:20.691 INFO kablam! | Oct 14 17:45:20.691 INFO kablam! 31 | fn add_object(&mut self, obj: Object, loc: &Location, trans: &Transformation){ Oct 14 17:45:20.691 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:45:20.691 INFO kablam! Oct 14 17:45:20.691 INFO kablam! warning: method is never used: `get_lod` Oct 14 17:45:20.691 INFO kablam! --> src/world.rs:53:5 Oct 14 17:45:20.691 INFO kablam! | Oct 14 17:45:20.691 INFO kablam! 53 | fn get_lod(&self) -> usize{ Oct 14 17:45:20.691 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:45:20.691 INFO kablam! Oct 14 17:45:20.691 INFO kablam! warning: method is never used: `get_voxel_tree` Oct 14 17:45:20.691 INFO kablam! --> src/world.rs:57:5 Oct 14 17:45:20.691 INFO kablam! | Oct 14 17:45:20.691 INFO kablam! 57 | fn get_voxel_tree(&self) -> VoxelTree{ Oct 14 17:45:20.691 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:45:20.691 INFO kablam! Oct 14 17:45:20.691 INFO kablam! warning: method is never used: `from_point` Oct 14 17:45:20.691 INFO kablam! --> src/world.rs:64:5 Oct 14 17:45:20.691 INFO kablam! | Oct 14 17:45:20.691 INFO kablam! 64 | fn from_point(p:&Point) -> Self{ Oct 14 17:45:20.691 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:45:20.691 INFO kablam! Oct 14 17:45:20.691 INFO kablam! warning: struct is never constructed: `Object` Oct 14 17:45:20.691 INFO kablam! --> src/object.rs:3:1 Oct 14 17:45:20.691 INFO kablam! | Oct 14 17:45:20.691 INFO kablam! 3 | pub struct Object{ Oct 14 17:45:20.691 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 17:45:20.691 INFO kablam! Oct 14 17:45:20.691 INFO kablam! warning: method is never used: `load_voxel_tree` Oct 14 17:45:20.691 INFO kablam! --> src/object.rs:9:5 Oct 14 17:45:20.691 INFO kablam! | Oct 14 17:45:20.691 INFO kablam! 9 | fn load_voxel_tree(lod: u8) -> VoxelTree{ Oct 14 17:45:20.691 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:45:20.691 INFO kablam! Oct 14 17:45:20.691 INFO kablam! warning: struct is never constructed: `Point` Oct 14 17:45:20.691 INFO kablam! --> src/point.rs:3:1 Oct 14 17:45:20.692 INFO kablam! | Oct 14 17:45:20.692 INFO kablam! 3 | pub struct Point{ Oct 14 17:45:20.692 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 17:45:20.692 INFO kablam! Oct 14 17:45:20.692 INFO kablam! warning: method is never used: `get_voxel_tree` Oct 14 17:45:20.692 INFO kablam! --> src/point.rs:13:5 Oct 14 17:45:20.692 INFO kablam! | Oct 14 17:45:20.692 INFO kablam! 13 | fn get_voxel_tree()->VoxelTree{ Oct 14 17:45:20.692 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:45:20.692 INFO kablam! Oct 14 17:45:20.692 INFO kablam! warning: method is never used: `get_location_tree` Oct 14 17:45:20.692 INFO kablam! --> src/point.rs:23:5 Oct 14 17:45:20.692 INFO kablam! | Oct 14 17:45:20.692 INFO kablam! 23 | fn get_location_tree() -> Vec { Oct 14 17:45:20.692 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:45:20.692 INFO kablam! Oct 14 17:45:20.692 INFO kablam! warning: struct is never constructed: `Frustum` Oct 14 17:45:20.692 INFO kablam! --> src/frustum.rs:2:1 Oct 14 17:45:20.692 INFO kablam! | Oct 14 17:45:20.692 INFO kablam! 2 | struct Frustum{ Oct 14 17:45:20.692 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 17:45:20.692 INFO kablam! Oct 14 17:45:20.692 INFO kablam! warning: method is never used: `is_inside` Oct 14 17:45:20.692 INFO kablam! --> src/frustum.rs:39:5 Oct 14 17:45:20.692 INFO kablam! | Oct 14 17:45:20.692 INFO kablam! 39 | fn is_inside(self, x:f64, y:f64, z:f64) -> bool{ Oct 14 17:45:20.692 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:45:20.692 INFO kablam! Oct 14 17:45:20.692 INFO kablam! warning: enum is never used: `Space` Oct 14 17:45:20.692 INFO kablam! --> src/main.rs:14:1 Oct 14 17:45:20.692 INFO kablam! | Oct 14 17:45:20.692 INFO kablam! 14 | enum Space{ Oct 14 17:45:20.692 INFO kablam! | ^^^^^^^^^^ Oct 14 17:45:20.692 INFO kablam! Oct 14 17:45:21.091 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.73s Oct 14 17:45:21.091 INFO kablam! su: No module specific data is present Oct 14 17:45:21.940 INFO running `"docker" "rm" "-f" "05720d5039de0b16437518672fba10bc1dae48b0c12179e4cbcb186b6a0e60c9"` Oct 14 17:45:22.218 INFO blam! 05720d5039de0b16437518672fba10bc1dae48b0c12179e4cbcb186b6a0e60c9 Oct 14 17:45:22.228 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:22.665 INFO blam! f2845bef4ffe780cc41fe637f065ca905150442e7bc78e62cea8f05915927af2 Oct 14 17:45:22.673 INFO running `"docker" "start" "-a" "f2845bef4ffe780cc41fe637f065ca905150442e7bc78e62cea8f05915927af2"` Oct 14 17:45:24.095 INFO kablam! usermod: no changes Oct 14 17:45:24.143 INFO kablam! Compiling voxel v0.1.0 (/source) Oct 14 17:45:24.475 INFO kablam! warning: unused import: `vector::Vector` Oct 14 17:45:24.475 INFO kablam! --> src/world.rs:4:5 Oct 14 17:45:24.475 INFO kablam! | Oct 14 17:45:24.475 INFO kablam! 4 | use vector::Vector; Oct 14 17:45:24.475 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 17:45:24.475 INFO kablam! | Oct 14 17:45:24.475 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 17:45:24.475 INFO kablam! Oct 14 17:45:24.519 INFO kablam! warning: unused variable: `other` Oct 14 17:45:24.519 INFO kablam! --> src/voxeltree.rs:40:28 Oct 14 17:45:24.519 INFO kablam! | Oct 14 17:45:24.519 INFO kablam! 40 | fn intersection(&self, other: &VoxelTree)->Self{ Oct 14 17:45:24.519 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 14 17:45:24.519 INFO kablam! | Oct 14 17:45:24.519 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 17:45:24.519 INFO kablam! Oct 14 17:45:24.519 INFO kablam! warning: unused variable: `tr` Oct 14 17:45:24.519 INFO kablam! --> src/voxeltree.rs:46:25 Oct 14 17:45:24.519 INFO kablam! | Oct 14 17:45:24.519 INFO kablam! 46 | fn transform(&self, tr: &Transformation) -> Self{ Oct 14 17:45:24.519 INFO kablam! | ^^ help: consider using `_tr` instead Oct 14 17:45:24.519 INFO kablam! Oct 14 17:45:24.519 INFO kablam! warning: unused variable: `bbox` Oct 14 17:45:24.519 INFO kablam! --> src/voxeltree.rs:51:33 Oct 14 17:45:24.519 INFO kablam! | Oct 14 17:45:24.519 INFO kablam! 51 | fn from_bounding_box(&self, bbox: &BoundingBox)->Self{ Oct 14 17:45:24.519 INFO kablam! | ^^^^ help: consider using `_bbox` instead Oct 14 17:45:24.519 INFO kablam! Oct 14 17:45:24.519 INFO kablam! warning: unused variable: `fnc` Oct 14 17:45:24.519 INFO kablam! --> src/voxeltree.rs:57:25 Oct 14 17:45:24.519 INFO kablam! | Oct 14 17:45:24.519 INFO kablam! 57 | fn from_equation(fnc: F)->Self where F: Fn(Vector)->bool{ Oct 14 17:45:24.519 INFO kablam! | ^^^ help: consider using `_fnc` instead Oct 14 17:45:24.519 INFO kablam! Oct 14 17:45:24.519 INFO kablam! warning: unused variable: `p` Oct 14 17:45:24.519 INFO kablam! --> src/world.rs:64:19 Oct 14 17:45:24.519 INFO kablam! | Oct 14 17:45:24.519 INFO kablam! 64 | fn from_point(p:&Point) -> Self{ Oct 14 17:45:24.519 INFO kablam! | ^ help: consider using `_p` instead Oct 14 17:45:24.519 INFO kablam! Oct 14 17:45:24.519 INFO kablam! warning: unused variable: `lod` Oct 14 17:45:24.519 INFO kablam! --> src/object.rs:9:24 Oct 14 17:45:24.519 INFO kablam! | Oct 14 17:45:24.519 INFO kablam! 9 | fn load_voxel_tree(lod: u8) -> VoxelTree{ Oct 14 17:45:24.519 INFO kablam! | ^^^ help: consider using `_lod` instead Oct 14 17:45:24.519 INFO kablam! Oct 14 17:45:24.519 INFO kablam! warning: field is never used: `bitset` Oct 14 17:45:24.519 INFO kablam! --> src/voxeltree.rs:6:5 Oct 14 17:45:24.519 INFO kablam! | Oct 14 17:45:24.519 INFO kablam! 6 | bitset: u64, Oct 14 17:45:24.519 INFO kablam! | ^^^^^^^^^^^ Oct 14 17:45:24.519 INFO kablam! | Oct 14 17:45:24.520 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:45:24.520 INFO kablam! Oct 14 17:45:24.520 INFO kablam! warning: field is never used: `content` Oct 14 17:45:24.520 INFO kablam! --> src/voxeltree.rs:7:5 Oct 14 17:45:24.520 INFO kablam! | Oct 14 17:45:24.520 INFO kablam! 7 | content: Option, Oct 14 17:45:24.520 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 17:45:24.520 INFO kablam! Oct 14 17:45:24.520 INFO kablam! warning: field is never used: `children` Oct 14 17:45:24.520 INFO kablam! --> src/voxeltree.rs:8:5 Oct 14 17:45:24.520 INFO kablam! | Oct 14 17:45:24.520 INFO kablam! 8 | children: Vec> Oct 14 17:45:24.520 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:45:24.520 INFO kablam! Oct 14 17:45:24.520 INFO kablam! warning: struct is never constructed: `BoundingBox` Oct 14 17:45:24.520 INFO kablam! --> src/voxeltree.rs:28:1 Oct 14 17:45:24.520 INFO kablam! | Oct 14 17:45:24.520 INFO kablam! 28 | struct BoundingBox{ Oct 14 17:45:24.520 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 17:45:24.520 INFO kablam! Oct 14 17:45:24.520 INFO kablam! warning: method is never used: `intersection` Oct 14 17:45:24.520 INFO kablam! --> src/voxeltree.rs:40:5 Oct 14 17:45:24.520 INFO kablam! | Oct 14 17:45:24.520 INFO kablam! 40 | fn intersection(&self, other: &VoxelTree)->Self{ Oct 14 17:45:24.520 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:45:24.520 INFO kablam! Oct 14 17:45:24.520 INFO kablam! warning: method is never used: `transform` Oct 14 17:45:24.520 INFO kablam! --> src/voxeltree.rs:46:5 Oct 14 17:45:24.520 INFO kablam! | Oct 14 17:45:24.520 INFO kablam! 46 | fn transform(&self, tr: &Transformation) -> Self{ Oct 14 17:45:24.520 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:45:24.520 INFO kablam! Oct 14 17:45:24.520 INFO kablam! warning: method is never used: `from_bounding_box` Oct 14 17:45:24.520 INFO kablam! --> src/voxeltree.rs:51:5 Oct 14 17:45:24.520 INFO kablam! | Oct 14 17:45:24.520 INFO kablam! 51 | fn from_bounding_box(&self, bbox: &BoundingBox)->Self{ Oct 14 17:45:24.520 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:45:24.520 INFO kablam! Oct 14 17:45:24.520 INFO kablam! warning: method is never used: `from_equation` Oct 14 17:45:24.520 INFO kablam! --> src/voxeltree.rs:57:5 Oct 14 17:45:24.520 INFO kablam! | Oct 14 17:45:24.520 INFO kablam! 57 | fn from_equation(fnc: F)->Self where F: Fn(Vector)->bool{ Oct 14 17:45:24.520 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:45:24.520 INFO kablam! Oct 14 17:45:24.520 INFO kablam! warning: method is never used: `to_compact_sparse_voxel` Oct 14 17:45:24.520 INFO kablam! --> src/voxeltree.rs:66:5 Oct 14 17:45:24.520 INFO kablam! | Oct 14 17:45:24.520 INFO kablam! 66 | fn to_compact_sparse_voxel() -> Vec{ Oct 14 17:45:24.520 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:45:24.520 INFO kablam! Oct 14 17:45:24.520 INFO kablam! warning: struct is never constructed: `Camera` Oct 14 17:45:24.520 INFO kablam! --> src/camera.rs:6:1 Oct 14 17:45:24.520 INFO kablam! | Oct 14 17:45:24.520 INFO kablam! 6 | struct Camera{ Oct 14 17:45:24.520 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 17:45:24.520 INFO kablam! Oct 14 17:45:24.520 INFO kablam! warning: method is never used: `get_voxel_tree` Oct 14 17:45:24.520 INFO kablam! --> src/camera.rs:13:5 Oct 14 17:45:24.520 INFO kablam! | Oct 14 17:45:24.520 INFO kablam! 13 | fn get_voxel_tree() -> VoxelTree{ Oct 14 17:45:24.520 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:45:24.520 INFO kablam! Oct 14 17:45:24.520 INFO kablam! warning: struct is never constructed: `World` Oct 14 17:45:24.520 INFO kablam! --> src/world.rs:9:1 Oct 14 17:45:24.520 INFO kablam! | Oct 14 17:45:24.520 INFO kablam! 9 | struct World{ Oct 14 17:45:24.520 INFO kablam! | ^^^^^^^^^^^^ Oct 14 17:45:24.520 INFO kablam! Oct 14 17:45:24.520 INFO kablam! warning: method is never used: `get_voxel_tree` Oct 14 17:45:24.520 INFO kablam! --> src/world.rs:24:5 Oct 14 17:45:24.520 INFO kablam! | Oct 14 17:45:24.520 INFO kablam! 24 | fn get_voxel_tree() -> VoxelTree{ Oct 14 17:45:24.520 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:45:24.520 INFO kablam! Oct 14 17:45:24.520 INFO kablam! warning: method is never used: `add_object` Oct 14 17:45:24.520 INFO kablam! --> src/world.rs:31:5 Oct 14 17:45:24.520 INFO kablam! | Oct 14 17:45:24.520 INFO kablam! 31 | fn add_object(&mut self, obj: Object, loc: &Location, trans: &Transformation){ Oct 14 17:45:24.520 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:45:24.520 INFO kablam! Oct 14 17:45:24.520 INFO kablam! warning: method is never used: `get_lod` Oct 14 17:45:24.520 INFO kablam! --> src/world.rs:53:5 Oct 14 17:45:24.520 INFO kablam! | Oct 14 17:45:24.520 INFO kablam! 53 | fn get_lod(&self) -> usize{ Oct 14 17:45:24.520 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:45:24.520 INFO kablam! Oct 14 17:45:24.521 INFO kablam! warning: method is never used: `get_voxel_tree` Oct 14 17:45:24.521 INFO kablam! --> src/world.rs:57:5 Oct 14 17:45:24.521 INFO kablam! | Oct 14 17:45:24.521 INFO kablam! 57 | fn get_voxel_tree(&self) -> VoxelTree{ Oct 14 17:45:24.521 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:45:24.521 INFO kablam! Oct 14 17:45:24.521 INFO kablam! warning: method is never used: `from_point` Oct 14 17:45:24.521 INFO kablam! --> src/world.rs:64:5 Oct 14 17:45:24.521 INFO kablam! | Oct 14 17:45:24.521 INFO kablam! 64 | fn from_point(p:&Point) -> Self{ Oct 14 17:45:24.521 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:45:24.521 INFO kablam! Oct 14 17:45:24.521 INFO kablam! warning: struct is never constructed: `Object` Oct 14 17:45:24.521 INFO kablam! --> src/object.rs:3:1 Oct 14 17:45:24.521 INFO kablam! | Oct 14 17:45:24.521 INFO kablam! 3 | pub struct Object{ Oct 14 17:45:24.521 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 17:45:24.521 INFO kablam! Oct 14 17:45:24.521 INFO kablam! warning: method is never used: `load_voxel_tree` Oct 14 17:45:24.521 INFO kablam! --> src/object.rs:9:5 Oct 14 17:45:24.521 INFO kablam! | Oct 14 17:45:24.521 INFO kablam! 9 | fn load_voxel_tree(lod: u8) -> VoxelTree{ Oct 14 17:45:24.521 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:45:24.521 INFO kablam! Oct 14 17:45:24.521 INFO kablam! warning: struct is never constructed: `Point` Oct 14 17:45:24.521 INFO kablam! --> src/point.rs:3:1 Oct 14 17:45:24.521 INFO kablam! | Oct 14 17:45:24.521 INFO kablam! 3 | pub struct Point{ Oct 14 17:45:24.521 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 17:45:24.521 INFO kablam! Oct 14 17:45:24.521 INFO kablam! warning: method is never used: `get_voxel_tree` Oct 14 17:45:24.521 INFO kablam! --> src/point.rs:13:5 Oct 14 17:45:24.521 INFO kablam! | Oct 14 17:45:24.521 INFO kablam! 13 | fn get_voxel_tree()->VoxelTree{ Oct 14 17:45:24.521 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:45:24.521 INFO kablam! Oct 14 17:45:24.521 INFO kablam! warning: method is never used: `get_location_tree` Oct 14 17:45:24.521 INFO kablam! --> src/point.rs:23:5 Oct 14 17:45:24.521 INFO kablam! | Oct 14 17:45:24.521 INFO kablam! 23 | fn get_location_tree() -> Vec { Oct 14 17:45:24.521 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:45:24.521 INFO kablam! Oct 14 17:45:24.521 INFO kablam! warning: struct is never constructed: `Frustum` Oct 14 17:45:24.521 INFO kablam! --> src/frustum.rs:2:1 Oct 14 17:45:24.521 INFO kablam! | Oct 14 17:45:24.521 INFO kablam! 2 | struct Frustum{ Oct 14 17:45:24.521 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 17:45:24.521 INFO kablam! Oct 14 17:45:24.521 INFO kablam! warning: method is never used: `is_inside` Oct 14 17:45:24.521 INFO kablam! --> src/frustum.rs:39:5 Oct 14 17:45:24.521 INFO kablam! | Oct 14 17:45:24.521 INFO kablam! 39 | fn is_inside(self, x:f64, y:f64, z:f64) -> bool{ Oct 14 17:45:24.521 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:45:24.521 INFO kablam! Oct 14 17:45:24.521 INFO kablam! warning: enum is never used: `Space` Oct 14 17:45:24.521 INFO kablam! --> src/main.rs:14:1 Oct 14 17:45:24.521 INFO kablam! | Oct 14 17:45:24.521 INFO kablam! 14 | enum Space{ Oct 14 17:45:24.521 INFO kablam! | ^^^^^^^^^^ Oct 14 17:45:24.521 INFO kablam! Oct 14 17:45:24.931 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.81s Oct 14 17:45:24.931 INFO kablam! su: No module specific data is present Oct 14 17:45:25.569 INFO running `"docker" "rm" "-f" "f2845bef4ffe780cc41fe637f065ca905150442e7bc78e62cea8f05915927af2"` Oct 14 17:45:25.979 INFO blam! f2845bef4ffe780cc41fe637f065ca905150442e7bc78e62cea8f05915927af2 Oct 14 17:45:25.984 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:26.530 INFO blam! 9600675c71bf0eb8050a28901f346530debaa75f9236ed678fb21700205fbf03 Oct 14 17:45:26.535 INFO running `"docker" "start" "-a" "9600675c71bf0eb8050a28901f346530debaa75f9236ed678fb21700205fbf03"` Oct 14 17:45:27.951 INFO kablam! usermod: no changes Oct 14 17:45:27.991 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 14 17:45:27.999 INFO kablam! Running /target/debug/deps/voxel-9b93a4b27f2d5981 Oct 14 17:45:28.003 INFO blam! Oct 14 17:45:28.003 INFO blam! running 0 tests Oct 14 17:45:28.003 INFO blam! Oct 14 17:45:28.003 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 17:45:28.003 INFO blam! Oct 14 17:45:28.004 INFO kablam! su: No module specific data is present Oct 14 17:45:29.154 INFO running `"docker" "rm" "-f" "9600675c71bf0eb8050a28901f346530debaa75f9236ed678fb21700205fbf03"` Oct 14 17:45:29.543 INFO blam! 9600675c71bf0eb8050a28901f346530debaa75f9236ed678fb21700205fbf03