Oct 10 13:41:04.135 INFO testing termhn/rayn_staging against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 13:41:04.135 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 13:41:04.137 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 13:41:04.560 INFO blam! df20a9b42fa6dd8a46b6f9f04464e9fc10d2caba7870ab897b317d326ae67044 Oct 10 13:41:04.562 INFO running `"docker" "start" "-a" "df20a9b42fa6dd8a46b6f9f04464e9fc10d2caba7870ab897b317d326ae67044"` Oct 10 13:41:06.001 INFO kablam! usermod: no changes Oct 10 13:41:06.344 INFO kablam! Compiling proc-macro2 v0.4.17 Oct 10 13:41:06.408 INFO kablam! Compiling serde v1.0.76 Oct 10 13:41:06.408 INFO kablam! Compiling vek v0.9.4 Oct 10 13:41:06.408 INFO kablam! Compiling num-rational v0.1.42 Oct 10 13:41:06.408 INFO kablam! Compiling chrono v0.4.6 Oct 10 13:41:06.408 INFO kablam! Compiling png v0.12.0 Oct 10 13:41:06.408 INFO kablam! Compiling jpeg-decoder v0.1.15 Oct 10 13:41:24.488 INFO kablam! Compiling quote v0.6.8 Oct 10 13:41:28.991 INFO kablam! Compiling syn v0.14.9 Oct 10 13:41:32.574 INFO kablam! Compiling toml v0.4.6 Oct 10 13:41:43.888 INFO kablam! Compiling num-derive v0.2.2 Oct 10 13:41:43.888 INFO kablam! Compiling serde_derive v1.0.76 Oct 10 13:41:51.212 INFO kablam! Compiling image v0.19.0 Oct 10 13:42:09.048 INFO kablam! Compiling rayn v0.1.0 (/source) Oct 10 13:42:11.608 INFO kablam! warning: unused import: `typed_arena::Arena` Oct 10 13:42:11.608 INFO kablam! --> src/integrator/sampler_integrator.rs:3:5 Oct 10 13:42:11.608 INFO kablam! | Oct 10 13:42:11.608 INFO kablam! 3 | use typed_arena::Arena; Oct 10 13:42:11.608 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 13:42:11.608 INFO kablam! | Oct 10 13:42:11.608 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 13:42:11.608 INFO kablam! Oct 10 13:42:11.608 INFO kablam! warning: unused import: `std::sync::Arc` Oct 10 13:42:11.608 INFO kablam! --> src/scene.rs:1:5 Oct 10 13:42:11.608 INFO kablam! | Oct 10 13:42:11.608 INFO kablam! 1 | use std::sync::Arc; Oct 10 13:42:11.608 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 13:42:11.608 INFO kablam! Oct 10 13:42:11.841 INFO kablam! warning: unused variable: `sampler` Oct 10 13:42:11.841 INFO kablam! --> src/integrator/sampler_integrator.rs:56:21 Oct 10 13:42:11.842 INFO kablam! | Oct 10 13:42:11.842 INFO kablam! 56 | let sampler = sampler.clone_with_seed(seed as u64); Oct 10 13:42:11.842 INFO kablam! | ^^^^^^^ help: consider using `_sampler` instead Oct 10 13:42:11.842 INFO kablam! | Oct 10 13:42:11.843 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 13:42:11.843 INFO kablam! Oct 10 13:42:11.897 INFO kablam! warning: struct is never constructed: `SurfaceInteraction` Oct 10 13:42:11.897 INFO kablam! --> src/interaction.rs:1:1 Oct 10 13:42:11.898 INFO kablam! | Oct 10 13:42:11.898 INFO kablam! 1 | pub struct SurfaceInteraction { Oct 10 13:42:11.898 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:42:11.899 INFO kablam! | Oct 10 13:42:11.899 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 13:42:11.900 INFO kablam! Oct 10 13:42:11.900 INFO kablam! warning: method is never used: `new` Oct 10 13:42:11.900 INFO kablam! --> src/math.rs:55:5 Oct 10 13:42:11.900 INFO kablam! | Oct 10 13:42:11.901 INFO kablam! 55 | pub fn new(origin: Vec3, extent: Extent3) -> Self { Oct 10 13:42:11.901 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:42:11.901 INFO kablam! Oct 10 13:42:11.901 INFO kablam! warning: method is never used: `new` Oct 10 13:42:11.902 INFO kablam! --> src/math.rs:70:5 Oct 10 13:42:11.902 INFO kablam! | Oct 10 13:42:11.902 INFO kablam! 70 | pub fn new(origin: iVec3, extent: iExtent3) -> Self { Oct 10 13:42:11.902 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:42:11.903 INFO kablam! Oct 10 13:42:11.903 INFO kablam! warning: method is never used: `max` Oct 10 13:42:11.903 INFO kablam! --> src/math.rs:78:5 Oct 10 13:42:11.903 INFO kablam! | Oct 10 13:42:11.904 INFO kablam! 78 | pub fn max(&self) -> iVec3 { Oct 10 13:42:11.912 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:42:11.913 INFO kablam! Oct 10 13:42:11.913 INFO kablam! warning: method is never used: `new` Oct 10 13:42:11.913 INFO kablam! --> src/math.rs:90:5 Oct 10 13:42:11.913 INFO kablam! | Oct 10 13:42:11.913 INFO kablam! 90 | pub fn new(origin: Vec2, extent: Extent2) -> Self { Oct 10 13:42:11.914 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:42:11.914 INFO kablam! Oct 10 13:42:11.914 INFO kablam! warning: struct is never constructed: `MemoryArena` Oct 10 13:42:11.914 INFO kablam! --> src/memory.rs:1:1 Oct 10 13:42:11.915 INFO kablam! | Oct 10 13:42:11.915 INFO kablam! 1 | pub struct MemoryArena { Oct 10 13:42:11.915 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:42:11.915 INFO kablam! Oct 10 13:42:11.916 INFO kablam! warning: struct is never constructed: `Scene` Oct 10 13:42:11.916 INFO kablam! --> src/scene.rs:9:1 Oct 10 13:42:11.916 INFO kablam! | Oct 10 13:42:11.916 INFO kablam! 9 | pub struct Scene { Oct 10 13:42:11.917 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:42:11.917 INFO kablam! Oct 10 13:42:11.917 INFO kablam! warning: method is never used: `new` Oct 10 13:42:11.917 INFO kablam! --> src/scene.rs:16:5 Oct 10 13:42:11.918 INFO kablam! | Oct 10 13:42:11.918 INFO kablam! 16 | pub fn new(aggregate: A, lights: Vec>) -> Self { Oct 10 13:42:11.918 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:42:11.918 INFO kablam! Oct 10 13:42:11.919 INFO kablam! warning: method is never used: `world_bound` Oct 10 13:42:11.919 INFO kablam! --> src/scene.rs:26:5 Oct 10 13:42:11.919 INFO kablam! | Oct 10 13:42:11.919 INFO kablam! 26 | pub fn world_bound(&self) -> &Bounds3 { Oct 10 13:42:11.928 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:42:11.929 INFO kablam! Oct 10 13:42:11.929 INFO kablam! warning: method is never used: `intersect` Oct 10 13:42:11.929 INFO kablam! --> src/scene.rs:30:5 Oct 10 13:42:11.929 INFO kablam! | Oct 10 13:42:11.930 INFO kablam! 30 | pub fn intersect(&self,ray: &Ray) -> Option { Oct 10 13:42:11.930 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:42:11.930 INFO kablam! Oct 10 13:42:11.930 INFO kablam! warning: method is never used: `intersect_p` Oct 10 13:42:11.930 INFO kablam! --> src/scene.rs:34:5 Oct 10 13:42:11.931 INFO kablam! | Oct 10 13:42:11.931 INFO kablam! 34 | pub fn intersect_p(&self, ray: &Ray) -> bool { Oct 10 13:42:11.931 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:42:11.931 INFO kablam! Oct 10 13:42:11.932 INFO kablam! warning: struct is never constructed: `Ray` Oct 10 13:42:11.932 INFO kablam! --> src/ray.rs:1:1 Oct 10 13:42:11.932 INFO kablam! | Oct 10 13:42:11.932 INFO kablam! 1 | pub struct Ray { Oct 10 13:42:11.933 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 13:42:11.933 INFO kablam! Oct 10 13:42:11.933 INFO kablam! warning: type `iVec3` should have a camel case name such as `Ivec3` Oct 10 13:42:11.933 INFO kablam! --> src/math.rs:11:1 Oct 10 13:42:11.934 INFO kablam! | Oct 10 13:42:11.934 INFO kablam! 11 | pub type iVec3 = vec::repr_c::Vec3; Oct 10 13:42:11.934 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:42:11.934 INFO kablam! | Oct 10 13:42:11.935 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 10 13:42:11.935 INFO kablam! Oct 10 13:42:11.935 INFO kablam! warning: type `iVec2` should have a camel case name such as `Ivec2` Oct 10 13:42:11.935 INFO kablam! --> src/math.rs:21:1 Oct 10 13:42:11.936 INFO kablam! | Oct 10 13:42:11.940 INFO kablam! 21 | pub type iVec2 = vec::repr_c::Vec2; Oct 10 13:42:11.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:42:11.940 INFO kablam! Oct 10 13:42:11.940 INFO kablam! warning: type `iExtent3` should have a camel case name such as `Iextent3` Oct 10 13:42:11.940 INFO kablam! --> src/math.rs:36:1 Oct 10 13:42:11.940 INFO kablam! | Oct 10 13:42:11.940 INFO kablam! 36 | pub type iExtent3 = vec::repr_c::Extent3; Oct 10 13:42:11.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:42:11.940 INFO kablam! Oct 10 13:42:11.940 INFO kablam! warning: type `iExtent2` should have a camel case name such as `Iextent2` Oct 10 13:42:11.940 INFO kablam! --> src/math.rs:46:1 Oct 10 13:42:11.940 INFO kablam! | Oct 10 13:42:11.940 INFO kablam! 46 | pub type iExtent2 = vec::repr_c::Extent2; Oct 10 13:42:11.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:42:11.940 INFO kablam! Oct 10 13:42:11.940 INFO kablam! warning: type `iBounds3` should have a camel case name such as `Ibounds3` Oct 10 13:42:11.940 INFO kablam! --> src/math.rs:64:1 Oct 10 13:42:11.940 INFO kablam! | Oct 10 13:42:11.940 INFO kablam! 64 | / pub struct iBounds3 { Oct 10 13:42:11.940 INFO kablam! 65 | | pub origin: iVec3, Oct 10 13:42:11.940 INFO kablam! 66 | | pub extent: iExtent3, Oct 10 13:42:11.940 INFO kablam! 67 | | } Oct 10 13:42:11.940 INFO kablam! | |_^ Oct 10 13:42:11.940 INFO kablam! Oct 10 13:42:11.940 INFO kablam! warning: type `iBounds2` should have a camel case name such as `Ibounds2` Oct 10 13:42:11.940 INFO kablam! --> src/math.rs:99:1 Oct 10 13:42:11.940 INFO kablam! | Oct 10 13:42:11.940 INFO kablam! 99 | / pub struct iBounds2 { Oct 10 13:42:11.940 INFO kablam! 100 | | pub origin: iVec2, Oct 10 13:42:11.940 INFO kablam! 101 | | pub extent: iExtent2, Oct 10 13:42:11.940 INFO kablam! 102 | | } Oct 10 13:42:11.940 INFO kablam! | |_^ Oct 10 13:42:11.940 INFO kablam! Oct 10 13:42:15.664 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 09s Oct 10 13:42:15.672 INFO kablam! su: No module specific data is present Oct 10 13:42:16.177 INFO running `"docker" "rm" "-f" "df20a9b42fa6dd8a46b6f9f04464e9fc10d2caba7870ab897b317d326ae67044"` Oct 10 13:42:16.576 INFO blam! df20a9b42fa6dd8a46b6f9f04464e9fc10d2caba7870ab897b317d326ae67044 Oct 10 13:42:16.581 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 13:42:16.582 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 13:42:17.055 INFO blam! 6d6a65d7a560cac472c24afa669e832a6853654c5ae6b2ff8cb71430590ba147 Oct 10 13:42:17.056 INFO running `"docker" "start" "-a" "6d6a65d7a560cac472c24afa669e832a6853654c5ae6b2ff8cb71430590ba147"` Oct 10 13:42:18.044 INFO kablam! usermod: no changes Oct 10 13:42:18.240 INFO kablam! Compiling rayn v0.1.0 (/source) Oct 10 13:42:20.545 INFO kablam! warning: unused import: `typed_arena::Arena` Oct 10 13:42:20.545 INFO kablam! --> src/integrator/sampler_integrator.rs:3:5 Oct 10 13:42:20.545 INFO kablam! | Oct 10 13:42:20.546 INFO kablam! 3 | use typed_arena::Arena; Oct 10 13:42:20.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 13:42:20.546 INFO kablam! | Oct 10 13:42:20.546 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 13:42:20.547 INFO kablam! Oct 10 13:42:20.547 INFO kablam! warning: unused import: `std::sync::Arc` Oct 10 13:42:20.547 INFO kablam! --> src/scene.rs:1:5 Oct 10 13:42:20.547 INFO kablam! | Oct 10 13:42:20.548 INFO kablam! 1 | use std::sync::Arc; Oct 10 13:42:20.548 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 13:42:20.548 INFO kablam! Oct 10 13:42:20.764 INFO kablam! warning: unused variable: `sampler` Oct 10 13:42:20.764 INFO kablam! --> src/integrator/sampler_integrator.rs:56:21 Oct 10 13:42:20.764 INFO kablam! | Oct 10 13:42:20.764 INFO kablam! 56 | let sampler = sampler.clone_with_seed(seed as u64); Oct 10 13:42:20.764 INFO kablam! | ^^^^^^^ help: consider using `_sampler` instead Oct 10 13:42:20.764 INFO kablam! | Oct 10 13:42:20.764 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 13:42:20.764 INFO kablam! Oct 10 13:42:20.831 INFO kablam! warning: struct is never constructed: `SurfaceInteraction` Oct 10 13:42:20.832 INFO kablam! --> src/interaction.rs:1:1 Oct 10 13:42:20.832 INFO kablam! | Oct 10 13:42:20.832 INFO kablam! 1 | pub struct SurfaceInteraction { Oct 10 13:42:20.832 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:42:20.832 INFO kablam! | Oct 10 13:42:20.832 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 13:42:20.832 INFO kablam! Oct 10 13:42:20.832 INFO kablam! warning: method is never used: `new` Oct 10 13:42:20.832 INFO kablam! --> src/math.rs:55:5 Oct 10 13:42:20.832 INFO kablam! | Oct 10 13:42:20.832 INFO kablam! 55 | pub fn new(origin: Vec3, extent: Extent3) -> Self { Oct 10 13:42:20.832 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:42:20.832 INFO kablam! Oct 10 13:42:20.832 INFO kablam! warning: method is never used: `new` Oct 10 13:42:20.832 INFO kablam! --> src/math.rs:70:5 Oct 10 13:42:20.832 INFO kablam! | Oct 10 13:42:20.833 INFO kablam! 70 | pub fn new(origin: iVec3, extent: iExtent3) -> Self { Oct 10 13:42:20.833 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:42:20.833 INFO kablam! Oct 10 13:42:20.833 INFO kablam! warning: method is never used: `max` Oct 10 13:42:20.833 INFO kablam! --> src/math.rs:78:5 Oct 10 13:42:20.833 INFO kablam! | Oct 10 13:42:20.833 INFO kablam! 78 | pub fn max(&self) -> iVec3 { Oct 10 13:42:20.833 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:42:20.833 INFO kablam! Oct 10 13:42:20.833 INFO kablam! warning: method is never used: `new` Oct 10 13:42:20.833 INFO kablam! --> src/math.rs:90:5 Oct 10 13:42:20.833 INFO kablam! | Oct 10 13:42:20.833 INFO kablam! 90 | pub fn new(origin: Vec2, extent: Extent2) -> Self { Oct 10 13:42:20.833 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:42:20.833 INFO kablam! Oct 10 13:42:20.833 INFO kablam! warning: struct is never constructed: `MemoryArena` Oct 10 13:42:20.833 INFO kablam! --> src/memory.rs:1:1 Oct 10 13:42:20.833 INFO kablam! | Oct 10 13:42:20.833 INFO kablam! 1 | pub struct MemoryArena { Oct 10 13:42:20.833 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:42:20.833 INFO kablam! Oct 10 13:42:20.833 INFO kablam! warning: struct is never constructed: `Scene` Oct 10 13:42:20.833 INFO kablam! --> src/scene.rs:9:1 Oct 10 13:42:20.834 INFO kablam! | Oct 10 13:42:20.834 INFO kablam! 9 | pub struct Scene { Oct 10 13:42:20.834 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:42:20.834 INFO kablam! Oct 10 13:42:20.834 INFO kablam! warning: method is never used: `new` Oct 10 13:42:20.834 INFO kablam! --> src/scene.rs:16:5 Oct 10 13:42:20.834 INFO kablam! | Oct 10 13:42:20.834 INFO kablam! 16 | pub fn new(aggregate: A, lights: Vec>) -> Self { Oct 10 13:42:20.834 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:42:20.834 INFO kablam! Oct 10 13:42:20.834 INFO kablam! warning: method is never used: `world_bound` Oct 10 13:42:20.834 INFO kablam! --> src/scene.rs:26:5 Oct 10 13:42:20.834 INFO kablam! | Oct 10 13:42:20.834 INFO kablam! 26 | pub fn world_bound(&self) -> &Bounds3 { Oct 10 13:42:20.834 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:42:20.834 INFO kablam! Oct 10 13:42:20.834 INFO kablam! warning: method is never used: `intersect` Oct 10 13:42:20.834 INFO kablam! --> src/scene.rs:30:5 Oct 10 13:42:20.834 INFO kablam! | Oct 10 13:42:20.834 INFO kablam! 30 | pub fn intersect(&self,ray: &Ray) -> Option { Oct 10 13:42:20.834 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:42:20.834 INFO kablam! Oct 10 13:42:20.835 INFO kablam! warning: method is never used: `intersect_p` Oct 10 13:42:20.835 INFO kablam! --> src/scene.rs:34:5 Oct 10 13:42:20.835 INFO kablam! | Oct 10 13:42:20.835 INFO kablam! 34 | pub fn intersect_p(&self, ray: &Ray) -> bool { Oct 10 13:42:20.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:42:20.835 INFO kablam! Oct 10 13:42:20.835 INFO kablam! warning: struct is never constructed: `Ray` Oct 10 13:42:20.835 INFO kablam! --> src/ray.rs:1:1 Oct 10 13:42:20.835 INFO kablam! | Oct 10 13:42:20.835 INFO kablam! 1 | pub struct Ray { Oct 10 13:42:20.835 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 13:42:20.835 INFO kablam! Oct 10 13:42:20.835 INFO kablam! warning: type `iVec3` should have a camel case name such as `Ivec3` Oct 10 13:42:20.835 INFO kablam! --> src/math.rs:11:1 Oct 10 13:42:20.835 INFO kablam! | Oct 10 13:42:20.835 INFO kablam! 11 | pub type iVec3 = vec::repr_c::Vec3; Oct 10 13:42:20.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:42:20.835 INFO kablam! | Oct 10 13:42:20.835 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 10 13:42:20.835 INFO kablam! Oct 10 13:42:20.835 INFO kablam! warning: type `iVec2` should have a camel case name such as `Ivec2` Oct 10 13:42:20.835 INFO kablam! --> src/math.rs:21:1 Oct 10 13:42:20.835 INFO kablam! | Oct 10 13:42:20.836 INFO kablam! 21 | pub type iVec2 = vec::repr_c::Vec2; Oct 10 13:42:20.836 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:42:20.836 INFO kablam! Oct 10 13:42:20.836 INFO kablam! warning: type `iExtent3` should have a camel case name such as `Iextent3` Oct 10 13:42:20.836 INFO kablam! --> src/math.rs:36:1 Oct 10 13:42:20.836 INFO kablam! | Oct 10 13:42:20.836 INFO kablam! 36 | pub type iExtent3 = vec::repr_c::Extent3; Oct 10 13:42:20.836 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:42:20.836 INFO kablam! Oct 10 13:42:20.836 INFO kablam! warning: type `iExtent2` should have a camel case name such as `Iextent2` Oct 10 13:42:20.836 INFO kablam! --> src/math.rs:46:1 Oct 10 13:42:20.836 INFO kablam! | Oct 10 13:42:20.836 INFO kablam! 46 | pub type iExtent2 = vec::repr_c::Extent2; Oct 10 13:42:20.836 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:42:20.836 INFO kablam! Oct 10 13:42:20.836 INFO kablam! warning: type `iBounds3` should have a camel case name such as `Ibounds3` Oct 10 13:42:20.836 INFO kablam! --> src/math.rs:64:1 Oct 10 13:42:20.836 INFO kablam! | Oct 10 13:42:20.836 INFO kablam! 64 | / pub struct iBounds3 { Oct 10 13:42:20.837 INFO kablam! 65 | | pub origin: iVec3, Oct 10 13:42:20.837 INFO kablam! 66 | | pub extent: iExtent3, Oct 10 13:42:20.837 INFO kablam! 67 | | } Oct 10 13:42:20.837 INFO kablam! | |_^ Oct 10 13:42:20.837 INFO kablam! Oct 10 13:42:20.837 INFO kablam! warning: type `iBounds2` should have a camel case name such as `Ibounds2` Oct 10 13:42:20.837 INFO kablam! --> src/math.rs:99:1 Oct 10 13:42:20.837 INFO kablam! | Oct 10 13:42:20.837 INFO kablam! 99 | / pub struct iBounds2 { Oct 10 13:42:20.837 INFO kablam! 100 | | pub origin: iVec2, Oct 10 13:42:20.837 INFO kablam! 101 | | pub extent: iExtent2, Oct 10 13:42:20.837 INFO kablam! 102 | | } Oct 10 13:42:20.837 INFO kablam! | |_^ Oct 10 13:42:20.837 INFO kablam! Oct 10 13:42:21.404 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.29s Oct 10 13:42:21.414 INFO kablam! su: No module specific data is present Oct 10 13:42:21.901 INFO running `"docker" "rm" "-f" "6d6a65d7a560cac472c24afa669e832a6853654c5ae6b2ff8cb71430590ba147"` Oct 10 13:42:22.188 INFO blam! 6d6a65d7a560cac472c24afa669e832a6853654c5ae6b2ff8cb71430590ba147 Oct 10 13:42:22.191 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 13:42:22.191 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 13:42:22.694 INFO blam! 43ab949d42e9db3f5fcdc491fb7430f18da303a3e3ce6ffa77bef4bdfba75d4b Oct 10 13:42:22.701 INFO running `"docker" "start" "-a" "43ab949d42e9db3f5fcdc491fb7430f18da303a3e3ce6ffa77bef4bdfba75d4b"` Oct 10 13:42:23.887 INFO kablam! usermod: no changes Oct 10 13:42:24.068 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.13s Oct 10 13:42:24.073 INFO kablam! Running /target/debug/deps/rayn-e7bc16be198b7146 Oct 10 13:42:24.073 INFO blam! Oct 10 13:42:24.073 INFO blam! running 0 tests Oct 10 13:42:24.073 INFO blam! Oct 10 13:42:24.073 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 13:42:24.073 INFO blam! Oct 10 13:42:24.078 INFO kablam! su: No module specific data is present Oct 10 13:42:24.578 INFO running `"docker" "rm" "-f" "43ab949d42e9db3f5fcdc491fb7430f18da303a3e3ce6ffa77bef4bdfba75d4b"` Oct 10 13:42:24.824 INFO blam! 43ab949d42e9db3f5fcdc491fb7430f18da303a3e3ce6ffa77bef4bdfba75d4b