Oct 10 16:01:21.562 INFO testing rlupton20/yars-raytracer against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 16:01:21.562 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 16:01:21.564 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 16:01:21.969 INFO blam! ee8b23e2373541d251a41a594cd9338789a8b62dffdbecf05306c300728fc1f4 Oct 10 16:01:21.974 INFO running `"docker" "start" "-a" "ee8b23e2373541d251a41a594cd9338789a8b62dffdbecf05306c300728fc1f4"` Oct 10 16:01:22.692 INFO kablam! usermod: no changes Oct 10 16:01:22.780 INFO kablam! Compiling rustc-serialize v0.3.20 Oct 10 16:01:22.788 INFO kablam! Compiling rayon v0.5.0 Oct 10 16:01:22.788 INFO kablam! Compiling png v0.5.2 Oct 10 16:01:27.512 INFO kablam! Compiling jpeg-decoder v0.1.8 Oct 10 16:01:31.195 INFO kablam! Compiling num-bigint v0.1.35 Oct 10 16:01:33.002 INFO kablam! Compiling num-rational v0.1.35 Oct 10 16:01:33.852 INFO kablam! Compiling image v0.10.3 Oct 10 16:01:45.501 INFO kablam! Compiling yars-raytracer v0.1.0 (/source) Oct 10 16:01:47.120 INFO kablam! warning: unused import: `std::vec::Vec` Oct 10 16:01:47.120 INFO kablam! --> src/space_algebra/mod.rs:8:5 Oct 10 16:01:47.120 INFO kablam! | Oct 10 16:01:47.120 INFO kablam! 8 | use std::vec::Vec; Oct 10 16:01:47.120 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 16:01:47.120 INFO kablam! | Oct 10 16:01:47.120 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 16:01:47.120 INFO kablam! Oct 10 16:01:47.120 INFO kablam! warning: unused import: `InnerProductSpace` Oct 10 16:01:47.120 INFO kablam! --> src/ray/mod.rs:4:15 Oct 10 16:01:47.120 INFO kablam! | Oct 10 16:01:47.120 INFO kablam! 4 | use algebra::{InnerProductSpace, Real}; Oct 10 16:01:47.120 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 16:01:47.120 INFO kablam! Oct 10 16:01:47.120 INFO kablam! warning: unused import: `algebra::InnerProductSpace` Oct 10 16:01:47.120 INFO kablam! --> src/camera/mod.rs:3:5 Oct 10 16:01:47.120 INFO kablam! | Oct 10 16:01:47.120 INFO kablam! 3 | use algebra::InnerProductSpace; Oct 10 16:01:47.120 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:01:47.120 INFO kablam! Oct 10 16:01:47.120 INFO kablam! warning: unused import: `std::f64::consts::PI` Oct 10 16:01:47.120 INFO kablam! --> src/camera/mod.rs:8:5 Oct 10 16:01:47.120 INFO kablam! | Oct 10 16:01:47.120 INFO kablam! 8 | use std::f64::consts::PI; Oct 10 16:01:47.120 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 16:01:47.120 INFO kablam! Oct 10 16:01:47.120 INFO kablam! warning: unused import: `image::Rgb` Oct 10 16:01:47.120 INFO kablam! --> src/materials/mod.rs:2:5 Oct 10 16:01:47.120 INFO kablam! | Oct 10 16:01:47.120 INFO kablam! 2 | use image::Rgb; Oct 10 16:01:47.120 INFO kablam! | ^^^^^^^^^^ Oct 10 16:01:47.120 INFO kablam! Oct 10 16:01:47.120 INFO kablam! warning: unused import: `image::Rgb` Oct 10 16:01:47.120 INFO kablam! --> src/shapes/mod.rs:2:5 Oct 10 16:01:47.120 INFO kablam! | Oct 10 16:01:47.120 INFO kablam! 2 | use image::Rgb; Oct 10 16:01:47.120 INFO kablam! | ^^^^^^^^^^ Oct 10 16:01:47.120 INFO kablam! Oct 10 16:01:47.120 INFO kablam! warning: unused import: `shapes::Sphere` Oct 10 16:01:47.120 INFO kablam! --> src/shade/mod.rs:5:5 Oct 10 16:01:47.120 INFO kablam! | Oct 10 16:01:47.120 INFO kablam! 5 | use shapes::Sphere; Oct 10 16:01:47.120 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 16:01:47.120 INFO kablam! Oct 10 16:01:47.121 INFO kablam! warning: unused imports: `Ray`, `Shadable` Oct 10 16:01:47.121 INFO kablam! --> src/shade/mod.rs:7:11 Oct 10 16:01:47.121 INFO kablam! | Oct 10 16:01:47.121 INFO kablam! 7 | use ray::{Ray, ShadeCell, Shadable}; Oct 10 16:01:47.121 INFO kablam! | ^^^ ^^^^^^^^ Oct 10 16:01:47.121 INFO kablam! Oct 10 16:01:47.121 INFO kablam! warning: unused imports: `Add`, `Mul` Oct 10 16:01:47.121 INFO kablam! --> src/shade/mod.rs:8:16 Oct 10 16:01:47.121 INFO kablam! | Oct 10 16:01:47.121 INFO kablam! 8 | use std::ops::{Add, Mul}; Oct 10 16:01:47.121 INFO kablam! | ^^^ ^^^ Oct 10 16:01:47.121 INFO kablam! Oct 10 16:01:47.286 INFO kablam! warning: unused import: `algebra::Group` Oct 10 16:01:47.286 INFO kablam! --> src/space_algebra/mod.rs:6:5 Oct 10 16:01:47.286 INFO kablam! | Oct 10 16:01:47.286 INFO kablam! 6 | use algebra::Group; Oct 10 16:01:47.286 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 16:01:47.286 INFO kablam! Oct 10 16:01:47.300 INFO kablam! warning: unused variable: `i` Oct 10 16:01:47.300 INFO kablam! --> src/raytrace/mod.rs:21:28 Oct 10 16:01:47.300 INFO kablam! | Oct 10 16:01:47.300 INFO kablam! 21 | .filter(|&(i,op_col)| op_col.is_some()) Oct 10 16:01:47.300 INFO kablam! | ^ help: consider using `_i` instead Oct 10 16:01:47.300 INFO kablam! | Oct 10 16:01:47.300 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 16:01:47.300 INFO kablam! Oct 10 16:01:47.372 INFO kablam! warning: comparison is useless due to type limits Oct 10 16:01:47.372 INFO kablam! --> src/camera/mod.rs:71:17 Oct 10 16:01:47.372 INFO kablam! | Oct 10 16:01:47.372 INFO kablam! 71 | assert!(x >= 0); Oct 10 16:01:47.372 INFO kablam! | ^^^^^^ Oct 10 16:01:47.372 INFO kablam! | Oct 10 16:01:47.372 INFO kablam! = note: #[warn(unused_comparisons)] on by default Oct 10 16:01:47.372 INFO kablam! Oct 10 16:01:47.372 INFO kablam! warning: comparison is useless due to type limits Oct 10 16:01:47.372 INFO kablam! --> src/camera/mod.rs:73:17 Oct 10 16:01:47.372 INFO kablam! | Oct 10 16:01:47.372 INFO kablam! 73 | assert!(y >= 0); Oct 10 16:01:47.372 INFO kablam! | ^^^^^^ Oct 10 16:01:47.372 INFO kablam! Oct 10 16:01:49.400 INFO kablam! warning: unused import: `yars_raytracer::algebra::InnerProductSpace` Oct 10 16:01:49.400 INFO kablam! --> src/main.rs:8:5 Oct 10 16:01:49.400 INFO kablam! | Oct 10 16:01:49.400 INFO kablam! 8 | use yars_raytracer::algebra::InnerProductSpace; Oct 10 16:01:49.400 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:01:49.400 INFO kablam! | Oct 10 16:01:49.400 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 16:01:49.400 INFO kablam! Oct 10 16:01:49.400 INFO kablam! warning: unused import: `yars_raytracer::ray::Orientable` Oct 10 16:01:49.400 INFO kablam! --> src/main.rs:10:5 Oct 10 16:01:49.400 INFO kablam! | Oct 10 16:01:49.400 INFO kablam! 10 | use yars_raytracer::ray::Orientable; Oct 10 16:01:49.400 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:01:49.400 INFO kablam! Oct 10 16:01:49.400 INFO kablam! warning: unused import: `Shader` Oct 10 16:01:49.400 INFO kablam! --> src/main.rs:13:29 Oct 10 16:01:49.400 INFO kablam! | Oct 10 16:01:49.400 INFO kablam! 13 | use yars_raytracer::shade::{Shader, PhongShader}; Oct 10 16:01:49.400 INFO kablam! | ^^^^^^ Oct 10 16:01:49.400 INFO kablam! Oct 10 16:01:49.400 INFO kablam! warning: unused imports: `Ray`, `ShadeCell` Oct 10 16:01:49.400 INFO kablam! --> src/main.rs:19:27 Oct 10 16:01:49.400 INFO kablam! | Oct 10 16:01:49.401 INFO kablam! 19 | use yars_raytracer::ray::{Ray, Shadable, ShadeCell}; Oct 10 16:01:49.401 INFO kablam! | ^^^ ^^^^^^^^^ Oct 10 16:01:49.401 INFO kablam! Oct 10 16:01:49.444 INFO kablam! warning: unused variable: `a_colour` Oct 10 16:01:49.444 INFO kablam! --> src/main.rs:33:9 Oct 10 16:01:49.444 INFO kablam! | Oct 10 16:01:49.444 INFO kablam! 33 | let a_colour = Rgb([255 as u8; 3]); Oct 10 16:01:49.444 INFO kablam! | ^^^^^^^^ help: consider using `_a_colour` instead Oct 10 16:01:49.444 INFO kablam! | Oct 10 16:01:49.444 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 16:01:49.444 INFO kablam! Oct 10 16:01:49.456 INFO kablam! warning: variable `WIDTH` should have a snake case name such as `width` Oct 10 16:01:49.456 INFO kablam! --> src/main.rs:22:9 Oct 10 16:01:49.456 INFO kablam! | Oct 10 16:01:49.456 INFO kablam! 22 | let WIDTH = 800; Oct 10 16:01:49.456 INFO kablam! | ^^^^^ Oct 10 16:01:49.456 INFO kablam! | Oct 10 16:01:49.456 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 16:01:49.456 INFO kablam! Oct 10 16:01:49.456 INFO kablam! warning: variable `HEIGHT` should have a snake case name such as `height` Oct 10 16:01:49.456 INFO kablam! --> src/main.rs:23:9 Oct 10 16:01:49.456 INFO kablam! | Oct 10 16:01:49.456 INFO kablam! 23 | let HEIGHT = 600; Oct 10 16:01:49.456 INFO kablam! | ^^^^^^ Oct 10 16:01:49.456 INFO kablam! Oct 10 16:01:49.456 INFO kablam! warning: variable `OUTPUT` should have a snake case name such as `output` Oct 10 16:01:49.456 INFO kablam! --> src/main.rs:24:9 Oct 10 16:01:49.456 INFO kablam! | Oct 10 16:01:49.456 INFO kablam! 24 | let OUTPUT = "output.png"; Oct 10 16:01:49.456 INFO kablam! | ^^^^^^ Oct 10 16:01:49.456 INFO kablam! Oct 10 16:01:51.191 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 28.48s Oct 10 16:01:51.200 INFO kablam! su: No module specific data is present Oct 10 16:01:52.032 INFO running `"docker" "rm" "-f" "ee8b23e2373541d251a41a594cd9338789a8b62dffdbecf05306c300728fc1f4"` Oct 10 16:01:52.288 INFO blam! ee8b23e2373541d251a41a594cd9338789a8b62dffdbecf05306c300728fc1f4 Oct 10 16:01:52.300 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 16:01:52.302 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 16:01:52.734 INFO blam! 87c957d0412f4465a3caa1318b61c73d3405f50ca42b027736e9dd8be9bc09af Oct 10 16:01:52.749 INFO running `"docker" "start" "-a" "87c957d0412f4465a3caa1318b61c73d3405f50ca42b027736e9dd8be9bc09af"` Oct 10 16:01:54.559 INFO kablam! usermod: no changes Oct 10 16:01:54.672 INFO kablam! Compiling yars-raytracer v0.1.0 (/source) Oct 10 16:01:57.096 INFO kablam! warning: unused import: `std::vec::Vec` Oct 10 16:01:57.096 INFO kablam! --> src/space_algebra/mod.rs:8:5 Oct 10 16:01:57.096 INFO kablam! | Oct 10 16:01:57.096 INFO kablam! 8 | use std::vec::Vec; Oct 10 16:01:57.096 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 16:01:57.096 INFO kablam! | Oct 10 16:01:57.096 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 16:01:57.096 INFO kablam! Oct 10 16:01:57.096 INFO kablam! warning: unused import: `InnerProductSpace` Oct 10 16:01:57.097 INFO kablam! --> src/ray/mod.rs:4:15 Oct 10 16:01:57.097 INFO kablam! | Oct 10 16:01:57.097 INFO kablam! 4 | use algebra::{InnerProductSpace, Real}; Oct 10 16:01:57.097 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 16:01:57.097 INFO kablam! Oct 10 16:01:57.097 INFO kablam! warning: unused import: `image::Rgb` Oct 10 16:01:57.097 INFO kablam! --> src/materials/mod.rs:2:5 Oct 10 16:01:57.097 INFO kablam! | Oct 10 16:01:57.097 INFO kablam! 2 | use image::Rgb; Oct 10 16:01:57.097 INFO kablam! | ^^^^^^^^^^ Oct 10 16:01:57.097 INFO kablam! Oct 10 16:01:57.097 INFO kablam! warning: unused import: `image::Rgb` Oct 10 16:01:57.097 INFO kablam! --> src/shapes/mod.rs:2:5 Oct 10 16:01:57.097 INFO kablam! | Oct 10 16:01:57.097 INFO kablam! 2 | use image::Rgb; Oct 10 16:01:57.097 INFO kablam! | ^^^^^^^^^^ Oct 10 16:01:57.097 INFO kablam! Oct 10 16:01:57.102 INFO kablam! warning: unused imports: `Add`, `Mul` Oct 10 16:01:57.102 INFO kablam! --> src/shade/mod.rs:8:16 Oct 10 16:01:57.102 INFO kablam! | Oct 10 16:01:57.102 INFO kablam! 8 | use std::ops::{Add, Mul}; Oct 10 16:01:57.102 INFO kablam! | ^^^ ^^^ Oct 10 16:01:57.102 INFO kablam! Oct 10 16:01:57.102 INFO kablam! warning: unused import: `super::*` Oct 10 16:01:57.102 INFO kablam! --> src/shade/mod.rs:186:9 Oct 10 16:01:57.102 INFO kablam! | Oct 10 16:01:57.102 INFO kablam! 186 | use super::*; Oct 10 16:01:57.102 INFO kablam! | ^^^^^^^^ Oct 10 16:01:57.102 INFO kablam! Oct 10 16:01:57.102 INFO kablam! warning: unused import: `image::Rgb` Oct 10 16:01:57.102 INFO kablam! --> src/shade/mod.rs:187:9 Oct 10 16:01:57.102 INFO kablam! | Oct 10 16:01:57.102 INFO kablam! 187 | use image::Rgb; Oct 10 16:01:57.102 INFO kablam! | ^^^^^^^^^^ Oct 10 16:01:57.102 INFO kablam! Oct 10 16:01:57.102 INFO kablam! warning: unused import: `vector3d::Vec3` Oct 10 16:01:57.102 INFO kablam! --> src/shade/mod.rs:188:9 Oct 10 16:01:57.103 INFO kablam! | Oct 10 16:01:57.103 INFO kablam! 188 | use vector3d::Vec3; Oct 10 16:01:57.103 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 16:01:57.103 INFO kablam! Oct 10 16:01:57.172 INFO kablam! warning: unused import: `yars_raytracer::algebra::InnerProductSpace` Oct 10 16:01:57.172 INFO kablam! --> src/main.rs:8:5 Oct 10 16:01:57.172 INFO kablam! | Oct 10 16:01:57.172 INFO kablam! 8 | use yars_raytracer::algebra::InnerProductSpace; Oct 10 16:01:57.172 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:01:57.172 INFO kablam! | Oct 10 16:01:57.172 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 16:01:57.172 INFO kablam! Oct 10 16:01:57.172 INFO kablam! warning: unused import: `yars_raytracer::ray::Orientable` Oct 10 16:01:57.172 INFO kablam! --> src/main.rs:10:5 Oct 10 16:01:57.172 INFO kablam! | Oct 10 16:01:57.172 INFO kablam! 10 | use yars_raytracer::ray::Orientable; Oct 10 16:01:57.172 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:01:57.172 INFO kablam! Oct 10 16:01:57.172 INFO kablam! warning: unused import: `Shader` Oct 10 16:01:57.172 INFO kablam! --> src/main.rs:13:29 Oct 10 16:01:57.172 INFO kablam! | Oct 10 16:01:57.172 INFO kablam! 13 | use yars_raytracer::shade::{Shader, PhongShader}; Oct 10 16:01:57.172 INFO kablam! | ^^^^^^ Oct 10 16:01:57.172 INFO kablam! Oct 10 16:01:57.172 INFO kablam! warning: unused imports: `Ray`, `ShadeCell` Oct 10 16:01:57.173 INFO kablam! --> src/main.rs:19:27 Oct 10 16:01:57.173 INFO kablam! | Oct 10 16:01:57.173 INFO kablam! 19 | use yars_raytracer::ray::{Ray, Shadable, ShadeCell}; Oct 10 16:01:57.173 INFO kablam! | ^^^ ^^^^^^^^^ Oct 10 16:01:57.173 INFO kablam! Oct 10 16:01:57.273 INFO kablam! warning: unused variable: `a_colour` Oct 10 16:01:57.273 INFO kablam! --> src/main.rs:33:9 Oct 10 16:01:57.274 INFO kablam! | Oct 10 16:01:57.280 INFO kablam! 33 | let a_colour = Rgb([255 as u8; 3]); Oct 10 16:01:57.281 INFO kablam! | ^^^^^^^^ help: consider using `_a_colour` instead Oct 10 16:01:57.281 INFO kablam! | Oct 10 16:01:57.281 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 16:01:57.281 INFO kablam! Oct 10 16:01:57.282 INFO kablam! warning: variable `WIDTH` should have a snake case name such as `width` Oct 10 16:01:57.282 INFO kablam! --> src/main.rs:22:9 Oct 10 16:01:57.282 INFO kablam! | Oct 10 16:01:57.283 INFO kablam! 22 | let WIDTH = 800; Oct 10 16:01:57.283 INFO kablam! | ^^^^^ Oct 10 16:01:57.283 INFO kablam! | Oct 10 16:01:57.284 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 16:01:57.284 INFO kablam! Oct 10 16:01:57.284 INFO kablam! warning: variable `HEIGHT` should have a snake case name such as `height` Oct 10 16:01:57.285 INFO kablam! --> src/main.rs:23:9 Oct 10 16:01:57.285 INFO kablam! | Oct 10 16:01:57.285 INFO kablam! 23 | let HEIGHT = 600; Oct 10 16:01:57.285 INFO kablam! | ^^^^^^ Oct 10 16:01:57.286 INFO kablam! Oct 10 16:01:57.286 INFO kablam! warning: variable `OUTPUT` should have a snake case name such as `output` Oct 10 16:01:57.286 INFO kablam! --> src/main.rs:24:9 Oct 10 16:01:57.286 INFO kablam! | Oct 10 16:01:57.287 INFO kablam! 24 | let OUTPUT = "output.png"; Oct 10 16:01:57.287 INFO kablam! | ^^^^^^ Oct 10 16:01:57.287 INFO kablam! Oct 10 16:01:57.440 INFO kablam! warning: unused import: `algebra::Group` Oct 10 16:01:57.440 INFO kablam! --> src/space_algebra/mod.rs:6:5 Oct 10 16:01:57.440 INFO kablam! | Oct 10 16:01:57.440 INFO kablam! 6 | use algebra::Group; Oct 10 16:01:57.440 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 16:01:57.440 INFO kablam! Oct 10 16:01:57.496 INFO kablam! warning: unused variable: `i` Oct 10 16:01:57.496 INFO kablam! --> src/raytrace/mod.rs:21:28 Oct 10 16:01:57.496 INFO kablam! | Oct 10 16:01:57.496 INFO kablam! 21 | .filter(|&(i,op_col)| op_col.is_some()) Oct 10 16:01:57.496 INFO kablam! | ^ help: consider using `_i` instead Oct 10 16:01:57.496 INFO kablam! | Oct 10 16:01:57.496 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 16:01:57.496 INFO kablam! Oct 10 16:01:57.669 INFO kablam! warning: function `test_SO3_multiplication` should have a snake case name such as `test_so3_multiplication` Oct 10 16:01:57.669 INFO kablam! --> src/space_algebra/mod.rs:94:1 Oct 10 16:01:57.669 INFO kablam! | Oct 10 16:01:57.669 INFO kablam! 94 | / fn test_SO3_multiplication() { Oct 10 16:01:57.669 INFO kablam! 95 | | let tolerance = 0.0000001; Oct 10 16:01:57.669 INFO kablam! 96 | | let SO3(m1) = SO3::rotation_x(3.0) * SO3::rotation_x(-3.0); Oct 10 16:01:57.669 INFO kablam! 97 | | assert!(Matrix3::dist(m1, Matrix3::identity()) < tolerance); Oct 10 16:01:57.669 INFO kablam! 98 | | } Oct 10 16:01:57.669 INFO kablam! | |_^ Oct 10 16:01:57.669 INFO kablam! | Oct 10 16:01:57.669 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 16:01:57.669 INFO kablam! Oct 10 16:01:57.672 INFO kablam! warning: function `test_SO3_multiply_vector` should have a snake case name such as `test_so3_multiply_vector` Oct 10 16:01:57.672 INFO kablam! --> src/space_algebra/mod.rs:101:1 Oct 10 16:01:57.672 INFO kablam! | Oct 10 16:01:57.672 INFO kablam! 101 | / fn test_SO3_multiply_vector() { Oct 10 16:01:57.672 INFO kablam! 102 | | let s = SO3::rotation_x(1.0); Oct 10 16:01:57.672 INFO kablam! 103 | | let v = Vec3(1.0, 0.0, 0.0); Oct 10 16:01:57.672 INFO kablam! 104 | | let expected = Vec3(1.0, 0.0, 0.0); Oct 10 16:01:57.672 INFO kablam! 105 | | Oct 10 16:01:57.672 INFO kablam! 106 | | assert!(s * v == expected); Oct 10 16:01:57.672 INFO kablam! 107 | | } Oct 10 16:01:57.672 INFO kablam! | |_^ Oct 10 16:01:57.672 INFO kablam! Oct 10 16:01:57.692 INFO kablam! warning: comparison is useless due to type limits Oct 10 16:01:57.692 INFO kablam! --> src/camera/mod.rs:71:17 Oct 10 16:01:57.692 INFO kablam! | Oct 10 16:01:57.692 INFO kablam! 71 | assert!(x >= 0); Oct 10 16:01:57.692 INFO kablam! | ^^^^^^ Oct 10 16:01:57.692 INFO kablam! | Oct 10 16:01:57.692 INFO kablam! = note: #[warn(unused_comparisons)] on by default Oct 10 16:01:57.692 INFO kablam! Oct 10 16:01:57.692 INFO kablam! warning: comparison is useless due to type limits Oct 10 16:01:57.692 INFO kablam! --> src/camera/mod.rs:73:17 Oct 10 16:01:57.692 INFO kablam! | Oct 10 16:01:57.692 INFO kablam! 73 | assert!(y >= 0); Oct 10 16:01:57.692 INFO kablam! | ^^^^^^ Oct 10 16:01:57.692 INFO kablam! Oct 10 16:01:59.972 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.38s Oct 10 16:01:59.973 INFO kablam! su: No module specific data is present Oct 10 16:02:00.570 INFO running `"docker" "rm" "-f" "87c957d0412f4465a3caa1318b61c73d3405f50ca42b027736e9dd8be9bc09af"` Oct 10 16:02:00.811 INFO blam! 87c957d0412f4465a3caa1318b61c73d3405f50ca42b027736e9dd8be9bc09af Oct 10 16:02:00.821 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 16:02:00.823 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 16:02:01.284 INFO blam! 8ecc6c3cd12177060e5909a89bf3efbcdfb16511a69cca9e62d028aeb0e8480d Oct 10 16:02:01.300 INFO running `"docker" "start" "-a" "8ecc6c3cd12177060e5909a89bf3efbcdfb16511a69cca9e62d028aeb0e8480d"` Oct 10 16:02:02.284 INFO kablam! usermod: no changes Oct 10 16:02:02.388 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 10 16:02:02.388 INFO kablam! Running /target/debug/deps/yars_raytracer-8357e17b62cbddbb Oct 10 16:02:02.392 INFO blam! Oct 10 16:02:02.392 INFO blam! running 38 tests Oct 10 16:02:02.392 INFO blam! test algebra::tests::test_ordering_on_real ... ok Oct 10 16:02:02.400 INFO blam! test ray::tests::test_can_detect_single_strike_in_non_colinear_objects ... ok Oct 10 16:02:02.400 INFO blam! test ray::tests::test_ray_intersection_boolean ... ok Oct 10 16:02:02.400 INFO blam! test camera::test_get_zero_ray_direction ... ok Oct 10 16:02:02.400 INFO blam! test ray::tests::test_ray_trace_copes_with_no_strike ... ok Oct 10 16:02:02.400 INFO blam! test ray::tests::test_ray_trace_picks_correct_object ... ok Oct 10 16:02:02.400 INFO blam! test scene::tests::test_can_detect_interfering_object ... ok Oct 10 16:02:02.400 INFO blam! test scene::tests::test_can_detect_non_interfering_object ... ok Oct 10 16:02:02.401 INFO blam! test shade::test_gets_diffuse_at_shade_cell ... ok Oct 10 16:02:02.401 INFO blam! test shade::test_blue_channel_getter ... ok Oct 10 16:02:02.401 INFO blam! test scene::tests::test_light_illumination_is_not_confused_by_two_objects ... ok Oct 10 16:02:02.401 INFO blam! test scene::tests::test_light_detects_interference_in_correct_portion_of_ray ... ok Oct 10 16:02:02.401 INFO blam! test shade::test_phong_dot_returns_zero_on_negative ... ok Oct 10 16:02:02.401 INFO blam! test shade::test_red_channel_getter ... ok Oct 10 16:02:02.402 INFO blam! test shapes::test_intersection_of_ray_and_sphere ... ok Oct 10 16:02:02.402 INFO blam! test shapes::test_intersection_of_ray_and_sphere_behind ... ok Oct 10 16:02:02.402 INFO blam! test shapes::test_sphere_orientability ... ok Oct 10 16:02:02.402 INFO blam! test shapes::test_orientability_of_plane ... ok Oct 10 16:02:02.402 INFO blam! test shapes::test_plane_intesectability ... ok Oct 10 16:02:02.402 INFO blam! test space_algebra::test_SO3_multiplication ... ok Oct 10 16:02:02.402 INFO blam! test space_algebra::test_SO3_multiply_vector ... ok Oct 10 16:02:02.402 INFO blam! test vector3d::test_components_of_vec3 ... ok Oct 10 16:02:02.402 INFO blam! test vector3d::test_cross_product_of_vectors ... ok Oct 10 16:02:02.402 INFO blam! test vector3d::test_get_first_row_of_matrix ... ok Oct 10 16:02:02.402 INFO blam! test vector3d::test_get_second_row_of_matrix ... ok Oct 10 16:02:02.402 INFO blam! test camera::test_get_rotated_camera_direction ... ok Oct 10 16:02:02.402 INFO blam! test vector3d::test_group_structure_for_vec3 ... ok Oct 10 16:02:02.402 INFO blam! test vector3d::test_get_third_row_of_matrix ... ok Oct 10 16:02:02.402 INFO blam! test vector3d::test_inner_product_space_for_vec3 ... ok Oct 10 16:02:02.402 INFO blam! test vector3d::test_matrix_distance ... ok Oct 10 16:02:02.402 INFO blam! test vector3d::test_multiply_vector_by_matrix ... ok Oct 10 16:02:02.402 INFO blam! test vector3d::test_matrix_multiplication ... ok Oct 10 16:02:02.402 INFO blam! test vector3d::test_norm_of_vec3 ... ok Oct 10 16:02:02.402 INFO blam! test vector3d::test_vec3_adds_to_vec3_correctly ... ok Oct 10 16:02:02.402 INFO blam! test vector3d::test_vec3_multiplies_with_scalar_correctly ... ok Oct 10 16:02:02.402 INFO blam! test vector3d::test_reflection_in_vector ... ok Oct 10 16:02:02.412 INFO blam! test camera::test_get_ray_through_pixel ... ok Oct 10 16:02:02.412 INFO kablam! Running /target/debug/deps/yars_raytracer-007fa529b6422da3 Oct 10 16:02:02.412 INFO blam! test shade::test_green_channel_getter ... ok Oct 10 16:02:02.412 INFO blam! Oct 10 16:02:02.412 INFO blam! test result: ok. 38 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 16:02:02.412 INFO blam! Oct 10 16:02:02.420 INFO blam! Oct 10 16:02:02.420 INFO kablam! Doc-tests yars_raytracer Oct 10 16:02:02.420 INFO blam! running 0 tests Oct 10 16:02:02.420 INFO blam! Oct 10 16:02:02.420 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 16:02:02.420 INFO blam! Oct 10 16:02:05.472 INFO blam! Oct 10 16:02:05.472 INFO blam! running 0 tests Oct 10 16:02:05.472 INFO blam! Oct 10 16:02:05.472 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 16:02:05.472 INFO blam! Oct 10 16:02:05.474 INFO kablam! su: No module specific data is present Oct 10 16:02:06.008 INFO running `"docker" "rm" "-f" "8ecc6c3cd12177060e5909a89bf3efbcdfb16511a69cca9e62d028aeb0e8480d"` Oct 10 16:02:06.240 INFO blam! 8ecc6c3cd12177060e5909a89bf3efbcdfb16511a69cca9e62d028aeb0e8480d