Oct 13 02:38:10.039 INFO testing rlupton20/yars-raytracer against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 02:38:10.039 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 02:38:10.683 INFO blam! 978699d3e6ab79d6902c95d548aed2da5ab811de981bd92b41fedc22d124b51d Oct 13 02:38:10.683 INFO running `"docker" "start" "-a" "978699d3e6ab79d6902c95d548aed2da5ab811de981bd92b41fedc22d124b51d"` Oct 13 02:38:12.575 INFO kablam! usermod: no changes Oct 13 02:38:12.680 INFO kablam! Compiling rustc-serialize v0.3.20 Oct 13 02:38:12.681 INFO kablam! Compiling deque v0.3.1 Oct 13 02:38:12.682 INFO kablam! Compiling enum_primitive v0.1.0 Oct 13 02:38:12.682 INFO kablam! Compiling png v0.5.2 Oct 13 02:38:13.539 INFO kablam! Compiling rayon v0.5.0 Oct 13 02:38:16.955 INFO kablam! Compiling jpeg-decoder v0.1.8 Oct 13 02:38:20.055 INFO kablam! Compiling num-bigint v0.1.35 Oct 13 02:38:21.671 INFO kablam! Compiling num-rational v0.1.35 Oct 13 02:38:22.233 INFO kablam! Compiling image v0.10.3 Oct 13 02:38:35.183 INFO kablam! Compiling yars-raytracer v0.1.0 (/source) Oct 13 02:38:35.817 INFO kablam! warning: unused import: `std::vec::Vec` Oct 13 02:38:35.817 INFO kablam! --> src/space_algebra/mod.rs:8:5 Oct 13 02:38:35.817 INFO kablam! | Oct 13 02:38:35.817 INFO kablam! 8 | use std::vec::Vec; Oct 13 02:38:35.817 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 02:38:35.817 INFO kablam! | Oct 13 02:38:35.817 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 02:38:35.817 INFO kablam! Oct 13 02:38:35.822 INFO kablam! warning: unused import: `InnerProductSpace` Oct 13 02:38:35.822 INFO kablam! --> src/ray/mod.rs:4:15 Oct 13 02:38:35.822 INFO kablam! | Oct 13 02:38:35.822 INFO kablam! 4 | use algebra::{InnerProductSpace, Real}; Oct 13 02:38:35.822 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 02:38:35.822 INFO kablam! Oct 13 02:38:35.822 INFO kablam! warning: unused import: `algebra::InnerProductSpace` Oct 13 02:38:35.822 INFO kablam! --> src/camera/mod.rs:3:5 Oct 13 02:38:35.822 INFO kablam! | Oct 13 02:38:35.822 INFO kablam! 3 | use algebra::InnerProductSpace; Oct 13 02:38:35.822 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:38:35.822 INFO kablam! Oct 13 02:38:35.822 INFO kablam! warning: unused import: `std::f64::consts::PI` Oct 13 02:38:35.822 INFO kablam! --> src/camera/mod.rs:8:5 Oct 13 02:38:35.822 INFO kablam! | Oct 13 02:38:35.822 INFO kablam! 8 | use std::f64::consts::PI; Oct 13 02:38:35.822 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 02:38:35.822 INFO kablam! Oct 13 02:38:35.822 INFO kablam! warning: unused import: `image::Rgb` Oct 13 02:38:35.822 INFO kablam! --> src/materials/mod.rs:2:5 Oct 13 02:38:35.822 INFO kablam! | Oct 13 02:38:35.822 INFO kablam! 2 | use image::Rgb; Oct 13 02:38:35.822 INFO kablam! | ^^^^^^^^^^ Oct 13 02:38:35.822 INFO kablam! Oct 13 02:38:35.822 INFO kablam! warning: unused import: `image::Rgb` Oct 13 02:38:35.822 INFO kablam! --> src/shapes/mod.rs:2:5 Oct 13 02:38:35.822 INFO kablam! | Oct 13 02:38:35.822 INFO kablam! 2 | use image::Rgb; Oct 13 02:38:35.822 INFO kablam! | ^^^^^^^^^^ Oct 13 02:38:35.822 INFO kablam! Oct 13 02:38:35.822 INFO kablam! warning: unused import: `shapes::Sphere` Oct 13 02:38:35.822 INFO kablam! --> src/shade/mod.rs:5:5 Oct 13 02:38:35.822 INFO kablam! | Oct 13 02:38:35.822 INFO kablam! 5 | use shapes::Sphere; Oct 13 02:38:35.822 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 02:38:35.822 INFO kablam! Oct 13 02:38:35.822 INFO kablam! warning: unused imports: `Ray`, `Shadable` Oct 13 02:38:35.822 INFO kablam! --> src/shade/mod.rs:7:11 Oct 13 02:38:35.822 INFO kablam! | Oct 13 02:38:35.822 INFO kablam! 7 | use ray::{Ray, ShadeCell, Shadable}; Oct 13 02:38:35.822 INFO kablam! | ^^^ ^^^^^^^^ Oct 13 02:38:35.822 INFO kablam! Oct 13 02:38:35.822 INFO kablam! warning: unused imports: `Add`, `Mul` Oct 13 02:38:35.822 INFO kablam! --> src/shade/mod.rs:8:16 Oct 13 02:38:35.822 INFO kablam! | Oct 13 02:38:35.822 INFO kablam! 8 | use std::ops::{Add, Mul}; Oct 13 02:38:35.822 INFO kablam! | ^^^ ^^^ Oct 13 02:38:35.822 INFO kablam! Oct 13 02:38:35.984 INFO kablam! warning: unused import: `algebra::Group` Oct 13 02:38:35.984 INFO kablam! --> src/space_algebra/mod.rs:6:5 Oct 13 02:38:35.984 INFO kablam! | Oct 13 02:38:35.984 INFO kablam! 6 | use algebra::Group; Oct 13 02:38:35.984 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 02:38:35.984 INFO kablam! Oct 13 02:38:35.999 INFO kablam! warning: unused variable: `i` Oct 13 02:38:35.999 INFO kablam! --> src/raytrace/mod.rs:21:28 Oct 13 02:38:35.999 INFO kablam! | Oct 13 02:38:35.999 INFO kablam! 21 | .filter(|&(i,op_col)| op_col.is_some()) Oct 13 02:38:35.999 INFO kablam! | ^ help: consider using `_i` instead Oct 13 02:38:35.999 INFO kablam! | Oct 13 02:38:35.999 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 02:38:35.999 INFO kablam! Oct 13 02:38:36.067 INFO kablam! warning: comparison is useless due to type limits Oct 13 02:38:36.067 INFO kablam! --> src/camera/mod.rs:71:17 Oct 13 02:38:36.067 INFO kablam! | Oct 13 02:38:36.067 INFO kablam! 71 | assert!(x >= 0); Oct 13 02:38:36.067 INFO kablam! | ^^^^^^ Oct 13 02:38:36.067 INFO kablam! | Oct 13 02:38:36.067 INFO kablam! = note: #[warn(unused_comparisons)] on by default Oct 13 02:38:36.067 INFO kablam! Oct 13 02:38:36.067 INFO kablam! warning: comparison is useless due to type limits Oct 13 02:38:36.067 INFO kablam! --> src/camera/mod.rs:73:17 Oct 13 02:38:36.067 INFO kablam! | Oct 13 02:38:36.067 INFO kablam! 73 | assert!(y >= 0); Oct 13 02:38:36.067 INFO kablam! | ^^^^^^ Oct 13 02:38:36.067 INFO kablam! Oct 13 02:38:37.265 INFO kablam! warning: unused import: `yars_raytracer::algebra::InnerProductSpace` Oct 13 02:38:37.265 INFO kablam! --> src/main.rs:8:5 Oct 13 02:38:37.265 INFO kablam! | Oct 13 02:38:37.265 INFO kablam! 8 | use yars_raytracer::algebra::InnerProductSpace; Oct 13 02:38:37.265 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:38:37.265 INFO kablam! | Oct 13 02:38:37.265 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 02:38:37.265 INFO kablam! Oct 13 02:38:37.265 INFO kablam! warning: unused import: `yars_raytracer::ray::Orientable` Oct 13 02:38:37.265 INFO kablam! --> src/main.rs:10:5 Oct 13 02:38:37.265 INFO kablam! | Oct 13 02:38:37.265 INFO kablam! 10 | use yars_raytracer::ray::Orientable; Oct 13 02:38:37.265 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:38:37.265 INFO kablam! Oct 13 02:38:37.265 INFO kablam! warning: unused import: `Shader` Oct 13 02:38:37.265 INFO kablam! --> src/main.rs:13:29 Oct 13 02:38:37.265 INFO kablam! | Oct 13 02:38:37.265 INFO kablam! 13 | use yars_raytracer::shade::{Shader, PhongShader}; Oct 13 02:38:37.265 INFO kablam! | ^^^^^^ Oct 13 02:38:37.265 INFO kablam! Oct 13 02:38:37.265 INFO kablam! warning: unused imports: `Ray`, `ShadeCell` Oct 13 02:38:37.265 INFO kablam! --> src/main.rs:19:27 Oct 13 02:38:37.265 INFO kablam! | Oct 13 02:38:37.265 INFO kablam! 19 | use yars_raytracer::ray::{Ray, Shadable, ShadeCell}; Oct 13 02:38:37.265 INFO kablam! | ^^^ ^^^^^^^^^ Oct 13 02:38:37.265 INFO kablam! Oct 13 02:38:37.331 INFO kablam! warning: unused variable: `a_colour` Oct 13 02:38:37.331 INFO kablam! --> src/main.rs:33:9 Oct 13 02:38:37.331 INFO kablam! | Oct 13 02:38:37.331 INFO kablam! 33 | let a_colour = Rgb([255 as u8; 3]); Oct 13 02:38:37.331 INFO kablam! | ^^^^^^^^ help: consider using `_a_colour` instead Oct 13 02:38:37.331 INFO kablam! | Oct 13 02:38:37.331 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 02:38:37.331 INFO kablam! Oct 13 02:38:37.333 INFO kablam! warning: variable `WIDTH` should have a snake case name such as `width` Oct 13 02:38:37.333 INFO kablam! --> src/main.rs:22:9 Oct 13 02:38:37.333 INFO kablam! | Oct 13 02:38:37.333 INFO kablam! 22 | let WIDTH = 800; Oct 13 02:38:37.333 INFO kablam! | ^^^^^ Oct 13 02:38:37.333 INFO kablam! | Oct 13 02:38:37.333 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 02:38:37.333 INFO kablam! Oct 13 02:38:37.333 INFO kablam! warning: variable `HEIGHT` should have a snake case name such as `height` Oct 13 02:38:37.333 INFO kablam! --> src/main.rs:23:9 Oct 13 02:38:37.333 INFO kablam! | Oct 13 02:38:37.333 INFO kablam! 23 | let HEIGHT = 600; Oct 13 02:38:37.333 INFO kablam! | ^^^^^^ Oct 13 02:38:37.333 INFO kablam! Oct 13 02:38:37.333 INFO kablam! warning: variable `OUTPUT` should have a snake case name such as `output` Oct 13 02:38:37.333 INFO kablam! --> src/main.rs:24:9 Oct 13 02:38:37.333 INFO kablam! | Oct 13 02:38:37.333 INFO kablam! 24 | let OUTPUT = "output.png"; Oct 13 02:38:37.333 INFO kablam! | ^^^^^^ Oct 13 02:38:37.333 INFO kablam! Oct 13 02:38:39.043 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 26.43s Oct 13 02:38:39.043 INFO kablam! su: No module specific data is present Oct 13 02:38:40.179 INFO running `"docker" "rm" "-f" "978699d3e6ab79d6902c95d548aed2da5ab811de981bd92b41fedc22d124b51d"` Oct 13 02:38:40.405 INFO blam! 978699d3e6ab79d6902c95d548aed2da5ab811de981bd92b41fedc22d124b51d Oct 13 02:38:40.410 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 02:38:40.931 INFO blam! c97ea438277df41ee019614010205f067a2a76bfd9771ed4df7e1e1f9cb4d2e5 Oct 13 02:38:40.933 INFO running `"docker" "start" "-a" "c97ea438277df41ee019614010205f067a2a76bfd9771ed4df7e1e1f9cb4d2e5"` Oct 13 02:38:42.022 INFO kablam! usermod: no changes Oct 13 02:38:42.139 INFO kablam! Compiling yars-raytracer v0.1.0 (/source) Oct 13 02:38:42.966 INFO kablam! warning: unused import: `std::vec::Vec` Oct 13 02:38:42.966 INFO kablam! --> src/space_algebra/mod.rs:8:5 Oct 13 02:38:42.966 INFO kablam! | Oct 13 02:38:42.966 INFO kablam! 8 | use std::vec::Vec; Oct 13 02:38:42.966 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 02:38:42.966 INFO kablam! | Oct 13 02:38:42.966 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 02:38:42.966 INFO kablam! Oct 13 02:38:42.966 INFO kablam! warning: unused import: `InnerProductSpace` Oct 13 02:38:42.966 INFO kablam! --> src/ray/mod.rs:4:15 Oct 13 02:38:42.966 INFO kablam! | Oct 13 02:38:42.966 INFO kablam! 4 | use algebra::{InnerProductSpace, Real}; Oct 13 02:38:42.966 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 02:38:42.966 INFO kablam! Oct 13 02:38:42.966 INFO kablam! warning: unused import: `image::Rgb` Oct 13 02:38:42.966 INFO kablam! --> src/materials/mod.rs:2:5 Oct 13 02:38:42.966 INFO kablam! | Oct 13 02:38:42.966 INFO kablam! 2 | use image::Rgb; Oct 13 02:38:42.966 INFO kablam! | ^^^^^^^^^^ Oct 13 02:38:42.966 INFO kablam! Oct 13 02:38:42.966 INFO kablam! warning: unused import: `image::Rgb` Oct 13 02:38:42.966 INFO kablam! --> src/shapes/mod.rs:2:5 Oct 13 02:38:42.966 INFO kablam! | Oct 13 02:38:42.966 INFO kablam! 2 | use image::Rgb; Oct 13 02:38:42.966 INFO kablam! | ^^^^^^^^^^ Oct 13 02:38:42.966 INFO kablam! Oct 13 02:38:42.966 INFO kablam! warning: unused imports: `Add`, `Mul` Oct 13 02:38:42.966 INFO kablam! --> src/shade/mod.rs:8:16 Oct 13 02:38:42.966 INFO kablam! | Oct 13 02:38:42.966 INFO kablam! 8 | use std::ops::{Add, Mul}; Oct 13 02:38:42.967 INFO kablam! | ^^^ ^^^ Oct 13 02:38:42.967 INFO kablam! Oct 13 02:38:42.967 INFO kablam! warning: unused import: `super::*` Oct 13 02:38:42.967 INFO kablam! --> src/shade/mod.rs:186:9 Oct 13 02:38:42.967 INFO kablam! | Oct 13 02:38:42.967 INFO kablam! 186 | use super::*; Oct 13 02:38:42.967 INFO kablam! | ^^^^^^^^ Oct 13 02:38:42.967 INFO kablam! Oct 13 02:38:42.967 INFO kablam! warning: unused import: `image::Rgb` Oct 13 02:38:42.967 INFO kablam! --> src/shade/mod.rs:187:9 Oct 13 02:38:42.967 INFO kablam! | Oct 13 02:38:42.967 INFO kablam! 187 | use image::Rgb; Oct 13 02:38:42.967 INFO kablam! | ^^^^^^^^^^ Oct 13 02:38:42.967 INFO kablam! Oct 13 02:38:42.967 INFO kablam! warning: unused import: `vector3d::Vec3` Oct 13 02:38:42.967 INFO kablam! --> src/shade/mod.rs:188:9 Oct 13 02:38:42.967 INFO kablam! | Oct 13 02:38:42.967 INFO kablam! 188 | use vector3d::Vec3; Oct 13 02:38:42.967 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 02:38:42.967 INFO kablam! Oct 13 02:38:43.003 INFO kablam! warning: unused import: `yars_raytracer::algebra::InnerProductSpace` Oct 13 02:38:43.003 INFO kablam! --> src/main.rs:8:5 Oct 13 02:38:43.003 INFO kablam! | Oct 13 02:38:43.003 INFO kablam! 8 | use yars_raytracer::algebra::InnerProductSpace; Oct 13 02:38:43.003 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:38:43.003 INFO kablam! | Oct 13 02:38:43.003 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 02:38:43.003 INFO kablam! Oct 13 02:38:43.003 INFO kablam! warning: unused import: `yars_raytracer::ray::Orientable` Oct 13 02:38:43.003 INFO kablam! --> src/main.rs:10:5 Oct 13 02:38:43.003 INFO kablam! | Oct 13 02:38:43.003 INFO kablam! 10 | use yars_raytracer::ray::Orientable; Oct 13 02:38:43.003 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:38:43.003 INFO kablam! Oct 13 02:38:43.003 INFO kablam! warning: unused import: `Shader` Oct 13 02:38:43.003 INFO kablam! --> src/main.rs:13:29 Oct 13 02:38:43.003 INFO kablam! | Oct 13 02:38:43.003 INFO kablam! 13 | use yars_raytracer::shade::{Shader, PhongShader}; Oct 13 02:38:43.003 INFO kablam! | ^^^^^^ Oct 13 02:38:43.003 INFO kablam! Oct 13 02:38:43.003 INFO kablam! warning: unused imports: `Ray`, `ShadeCell` Oct 13 02:38:43.003 INFO kablam! --> src/main.rs:19:27 Oct 13 02:38:43.003 INFO kablam! | Oct 13 02:38:43.003 INFO kablam! 19 | use yars_raytracer::ray::{Ray, Shadable, ShadeCell}; Oct 13 02:38:43.003 INFO kablam! | ^^^ ^^^^^^^^^ Oct 13 02:38:43.003 INFO kablam! Oct 13 02:38:43.057 INFO kablam! warning: unused variable: `a_colour` Oct 13 02:38:43.057 INFO kablam! --> src/main.rs:33:9 Oct 13 02:38:43.057 INFO kablam! | Oct 13 02:38:43.057 INFO kablam! 33 | let a_colour = Rgb([255 as u8; 3]); Oct 13 02:38:43.057 INFO kablam! | ^^^^^^^^ help: consider using `_a_colour` instead Oct 13 02:38:43.057 INFO kablam! | Oct 13 02:38:43.057 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 02:38:43.057 INFO kablam! Oct 13 02:38:43.063 INFO kablam! warning: variable `WIDTH` should have a snake case name such as `width` Oct 13 02:38:43.063 INFO kablam! --> src/main.rs:22:9 Oct 13 02:38:43.063 INFO kablam! | Oct 13 02:38:43.063 INFO kablam! 22 | let WIDTH = 800; Oct 13 02:38:43.063 INFO kablam! | ^^^^^ Oct 13 02:38:43.063 INFO kablam! | Oct 13 02:38:43.063 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 02:38:43.063 INFO kablam! Oct 13 02:38:43.063 INFO kablam! warning: variable `HEIGHT` should have a snake case name such as `height` Oct 13 02:38:43.063 INFO kablam! --> src/main.rs:23:9 Oct 13 02:38:43.063 INFO kablam! | Oct 13 02:38:43.063 INFO kablam! 23 | let HEIGHT = 600; Oct 13 02:38:43.063 INFO kablam! | ^^^^^^ Oct 13 02:38:43.063 INFO kablam! Oct 13 02:38:43.063 INFO kablam! warning: variable `OUTPUT` should have a snake case name such as `output` Oct 13 02:38:43.063 INFO kablam! --> src/main.rs:24:9 Oct 13 02:38:43.063 INFO kablam! | Oct 13 02:38:43.063 INFO kablam! 24 | let OUTPUT = "output.png"; Oct 13 02:38:43.063 INFO kablam! | ^^^^^^ Oct 13 02:38:43.063 INFO kablam! Oct 13 02:38:43.203 INFO kablam! warning: unused import: `algebra::Group` Oct 13 02:38:43.203 INFO kablam! --> src/space_algebra/mod.rs:6:5 Oct 13 02:38:43.203 INFO kablam! | Oct 13 02:38:43.203 INFO kablam! 6 | use algebra::Group; Oct 13 02:38:43.203 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 02:38:43.203 INFO kablam! Oct 13 02:38:43.231 INFO kablam! warning: unused variable: `i` Oct 13 02:38:43.231 INFO kablam! --> src/raytrace/mod.rs:21:28 Oct 13 02:38:43.231 INFO kablam! | Oct 13 02:38:43.231 INFO kablam! 21 | .filter(|&(i,op_col)| op_col.is_some()) Oct 13 02:38:43.231 INFO kablam! | ^ help: consider using `_i` instead Oct 13 02:38:43.231 INFO kablam! | Oct 13 02:38:43.231 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 02:38:43.231 INFO kablam! Oct 13 02:38:43.387 INFO kablam! warning: function `test_SO3_multiplication` should have a snake case name such as `test_so3_multiplication` Oct 13 02:38:43.387 INFO kablam! --> src/space_algebra/mod.rs:94:1 Oct 13 02:38:43.387 INFO kablam! | Oct 13 02:38:43.387 INFO kablam! 94 | / fn test_SO3_multiplication() { Oct 13 02:38:43.387 INFO kablam! 95 | | let tolerance = 0.0000001; Oct 13 02:38:43.387 INFO kablam! 96 | | let SO3(m1) = SO3::rotation_x(3.0) * SO3::rotation_x(-3.0); Oct 13 02:38:43.387 INFO kablam! 97 | | assert!(Matrix3::dist(m1, Matrix3::identity()) < tolerance); Oct 13 02:38:43.387 INFO kablam! 98 | | } Oct 13 02:38:43.387 INFO kablam! | |_^ Oct 13 02:38:43.391 INFO kablam! | Oct 13 02:38:43.391 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 02:38:43.391 INFO kablam! Oct 13 02:38:43.391 INFO kablam! warning: function `test_SO3_multiply_vector` should have a snake case name such as `test_so3_multiply_vector` Oct 13 02:38:43.391 INFO kablam! --> src/space_algebra/mod.rs:101:1 Oct 13 02:38:43.391 INFO kablam! | Oct 13 02:38:43.391 INFO kablam! 101 | / fn test_SO3_multiply_vector() { Oct 13 02:38:43.391 INFO kablam! 102 | | let s = SO3::rotation_x(1.0); Oct 13 02:38:43.391 INFO kablam! 103 | | let v = Vec3(1.0, 0.0, 0.0); Oct 13 02:38:43.391 INFO kablam! 104 | | let expected = Vec3(1.0, 0.0, 0.0); Oct 13 02:38:43.391 INFO kablam! 105 | | Oct 13 02:38:43.391 INFO kablam! 106 | | assert!(s * v == expected); Oct 13 02:38:43.391 INFO kablam! 107 | | } Oct 13 02:38:43.391 INFO kablam! | |_^ Oct 13 02:38:43.391 INFO kablam! Oct 13 02:38:43.395 INFO kablam! warning: comparison is useless due to type limits Oct 13 02:38:43.395 INFO kablam! --> src/camera/mod.rs:71:17 Oct 13 02:38:43.395 INFO kablam! | Oct 13 02:38:43.395 INFO kablam! 71 | assert!(x >= 0); Oct 13 02:38:43.395 INFO kablam! | ^^^^^^ Oct 13 02:38:43.395 INFO kablam! | Oct 13 02:38:43.395 INFO kablam! = note: #[warn(unused_comparisons)] on by default Oct 13 02:38:43.395 INFO kablam! Oct 13 02:38:43.395 INFO kablam! warning: comparison is useless due to type limits Oct 13 02:38:43.395 INFO kablam! --> src/camera/mod.rs:73:17 Oct 13 02:38:43.395 INFO kablam! | Oct 13 02:38:43.395 INFO kablam! 73 | assert!(y >= 0); Oct 13 02:38:43.395 INFO kablam! | ^^^^^^ Oct 13 02:38:43.395 INFO kablam! Oct 13 02:38:44.806 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.76s Oct 13 02:38:44.811 INFO kablam! su: No module specific data is present Oct 13 02:38:45.208 INFO running `"docker" "rm" "-f" "c97ea438277df41ee019614010205f067a2a76bfd9771ed4df7e1e1f9cb4d2e5"` Oct 13 02:38:45.399 INFO blam! c97ea438277df41ee019614010205f067a2a76bfd9771ed4df7e1e1f9cb4d2e5 Oct 13 02:38:45.409 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 02:38:45.674 INFO blam! e6c519bb3379e2c95c14a55d38fe072fb0500831f596816d14eea78a5de36d1c Oct 13 02:38:45.679 INFO running `"docker" "start" "-a" "e6c519bb3379e2c95c14a55d38fe072fb0500831f596816d14eea78a5de36d1c"` Oct 13 02:38:46.682 INFO kablam! usermod: no changes Oct 13 02:38:46.799 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 13 02:38:46.823 INFO kablam! Running /target/debug/deps/yars_raytracer-8357e17b62cbddbb Oct 13 02:38:46.823 INFO blam! Oct 13 02:38:46.823 INFO blam! running 38 tests Oct 13 02:38:46.823 INFO blam! test camera::test_get_ray_through_pixel ... ok Oct 13 02:38:46.823 INFO blam! test ray::tests::test_ray_trace_picks_correct_object ... ok Oct 13 02:38:46.823 INFO blam! test scene::tests::test_can_detect_interfering_object ... ok Oct 13 02:38:46.823 INFO blam! test camera::test_get_zero_ray_direction ... ok Oct 13 02:38:46.823 INFO blam! test scene::tests::test_can_detect_non_interfering_object ... ok Oct 13 02:38:46.823 INFO blam! test scene::tests::test_light_detects_interference_in_correct_portion_of_ray ... ok Oct 13 02:38:46.823 INFO blam! test scene::tests::test_light_illumination_is_not_confused_by_two_objects ... ok Oct 13 02:38:46.823 INFO blam! test shade::test_blue_channel_getter ... ok Oct 13 02:38:46.823 INFO blam! test shade::test_gets_diffuse_at_shade_cell ... ok Oct 13 02:38:46.823 INFO blam! test shade::test_green_channel_getter ... ok Oct 13 02:38:46.823 INFO blam! test shade::test_phong_dot_returns_zero_on_negative ... ok Oct 13 02:38:46.823 INFO blam! test shade::test_red_channel_getter ... ok Oct 13 02:38:46.823 INFO blam! test shapes::test_intersection_of_ray_and_sphere ... ok Oct 13 02:38:46.823 INFO blam! test shapes::test_intersection_of_ray_and_sphere_behind ... ok Oct 13 02:38:46.823 INFO blam! test shapes::test_orientability_of_plane ... ok Oct 13 02:38:46.823 INFO blam! test shapes::test_plane_intesectability ... ok Oct 13 02:38:46.826 INFO blam! test camera::test_get_rotated_camera_direction ... ok Oct 13 02:38:46.827 INFO blam! test algebra::tests::test_ordering_on_real ... ok Oct 13 02:38:46.827 INFO blam! test ray::tests::test_ray_trace_copes_with_no_strike ... ok Oct 13 02:38:46.827 INFO blam! test shapes::test_sphere_orientability ... ok Oct 13 02:38:46.827 INFO blam! test vector3d::test_components_of_vec3 ... ok Oct 13 02:38:46.828 INFO blam! test vector3d::test_cross_product_of_vectors ... ok Oct 13 02:38:46.828 INFO blam! test vector3d::test_get_first_row_of_matrix ... ok Oct 13 02:38:46.828 INFO blam! test space_algebra::test_SO3_multiply_vector ... ok Oct 13 02:38:46.828 INFO blam! test ray::tests::test_ray_intersection_boolean ... ok Oct 13 02:38:46.828 INFO blam! test ray::tests::test_can_detect_single_strike_in_non_colinear_objects ... ok Oct 13 02:38:46.829 INFO blam! test space_algebra::test_SO3_multiplication ... ok Oct 13 02:38:46.829 INFO blam! test vector3d::test_matrix_multiplication ... ok Oct 13 02:38:46.829 INFO blam! test vector3d::test_inner_product_space_for_vec3 ... ok Oct 13 02:38:46.835 INFO blam! test vector3d::test_multiply_vector_by_matrix ... ok Oct 13 02:38:46.835 INFO blam! test vector3d::test_matrix_distance ... ok Oct 13 02:38:46.835 INFO blam! test vector3d::test_norm_of_vec3 ... ok Oct 13 02:38:46.835 INFO blam! test vector3d::test_reflection_in_vector ... ok Oct 13 02:38:46.835 INFO blam! test vector3d::test_get_second_row_of_matrix ... ok Oct 13 02:38:46.835 INFO blam! test vector3d::test_get_third_row_of_matrix ... ok Oct 13 02:38:46.835 INFO blam! test vector3d::test_group_structure_for_vec3 ... ok Oct 13 02:38:46.839 INFO blam! test vector3d::test_vec3_multiplies_with_scalar_correctly ... ok Oct 13 02:38:46.839 INFO blam! test vector3d::test_vec3_adds_to_vec3_correctly ... ok Oct 13 02:38:46.839 INFO blam! Oct 13 02:38:46.839 INFO blam! test result: ok. 38 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:38:46.839 INFO blam! Oct 13 02:38:46.842 INFO blam! Oct 13 02:38:46.842 INFO kablam! Running /target/debug/deps/yars_raytracer-007fa529b6422da3 Oct 13 02:38:46.842 INFO blam! running 0 tests Oct 13 02:38:46.842 INFO blam! Oct 13 02:38:46.842 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:38:46.842 INFO blam! Oct 13 02:38:46.847 INFO kablam! Doc-tests yars_raytracer Oct 13 02:38:48.119 INFO blam! Oct 13 02:38:48.119 INFO blam! running 0 tests Oct 13 02:38:48.119 INFO blam! Oct 13 02:38:48.119 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:38:48.119 INFO blam! Oct 13 02:38:48.127 INFO kablam! su: No module specific data is present Oct 13 02:38:48.976 INFO running `"docker" "rm" "-f" "e6c519bb3379e2c95c14a55d38fe072fb0500831f596816d14eea78a5de36d1c"` Oct 13 02:38:49.320 INFO blam! e6c519bb3379e2c95c14a55d38fe072fb0500831f596816d14eea78a5de36d1c