Oct 14 15:07:20.025 INFO testing kilork/abctracer against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 15:07:20.025 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 14 15:07:20.210 INFO blam! 94ec1059201003cf4ace9293cf809c53f5223640ddf72034821aa1fe0e78c83a Oct 14 15:07:20.213 INFO running `"docker" "start" "-a" "94ec1059201003cf4ace9293cf809c53f5223640ddf72034821aa1fe0e78c83a"` Oct 14 15:07:20.616 INFO kablam! usermod: no changes Oct 14 15:07:20.643 INFO kablam! Compiling abctracer v0.1.0 (/source) Oct 14 15:07:21.019 INFO kablam! warning: unused variable: `p` Oct 14 15:07:21.020 INFO kablam! --> src/geometry/plane.rs:55:27 Oct 14 15:07:21.020 INFO kablam! | Oct 14 15:07:21.020 INFO kablam! 55 | fn find_normal(&self, p: &Vector) -> Vector { Oct 14 15:07:21.020 INFO kablam! | ^ help: consider using `_p` instead Oct 14 15:07:21.021 INFO kablam! | Oct 14 15:07:21.021 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 15:07:21.021 INFO kablam! Oct 14 15:07:21.022 INFO kablam! warning: unused variable: `p` Oct 14 15:07:21.022 INFO kablam! --> src/geometry/rect.rs:67:27 Oct 14 15:07:21.022 INFO kablam! | Oct 14 15:07:21.022 INFO kablam! 67 | fn find_normal(&self, p: &Vector) -> Vector { Oct 14 15:07:21.023 INFO kablam! | ^ help: consider using `_p` instead Oct 14 15:07:21.023 INFO kablam! Oct 14 15:07:21.023 INFO kablam! warning: unused variable: `ray` Oct 14 15:07:21.024 INFO kablam! --> src/environment.rs:77:32 Oct 14 15:07:21.024 INFO kablam! | Oct 14 15:07:21.024 INFO kablam! 77 | fn shade_background(&self, ray: &Ray) -> Color { Oct 14 15:07:21.024 INFO kablam! | ^^^ help: consider using `_ray` instead Oct 14 15:07:21.025 INFO kablam! Oct 14 15:07:21.091 INFO kablam! warning: field is never used: `buffer` Oct 14 15:07:21.091 INFO kablam! --> src/render/backend/dummy.rs:8:5 Oct 14 15:07:21.092 INFO kablam! | Oct 14 15:07:21.092 INFO kablam! 8 | buffer: [u8; DEFAULT_BUFFER_SIZE], Oct 14 15:07:21.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:07:21.092 INFO kablam! | Oct 14 15:07:21.092 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 15:07:21.092 INFO kablam! Oct 14 15:07:21.092 INFO kablam! warning: field is never used: `side_a` Oct 14 15:07:21.092 INFO kablam! --> src/geometry/rect.rs:6:5 Oct 14 15:07:21.092 INFO kablam! | Oct 14 15:07:21.092 INFO kablam! 6 | side_a: Vector, Oct 14 15:07:21.092 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 15:07:21.092 INFO kablam! Oct 14 15:07:21.092 INFO kablam! warning: field is never used: `side_b` Oct 14 15:07:21.092 INFO kablam! --> src/geometry/rect.rs:7:5 Oct 14 15:07:21.092 INFO kablam! | Oct 14 15:07:21.092 INFO kablam! 7 | side_b: Vector, Oct 14 15:07:21.092 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 15:07:21.092 INFO kablam! Oct 14 15:07:21.092 INFO kablam! warning: field is never used: `loc` Oct 14 15:07:21.092 INFO kablam! --> src/geometry/_box.rs:5:5 Oct 14 15:07:21.092 INFO kablam! | Oct 14 15:07:21.092 INFO kablam! 5 | loc: Vector, Oct 14 15:07:21.093 INFO kablam! | ^^^^^^^^^^^ Oct 14 15:07:21.093 INFO kablam! Oct 14 15:07:21.093 INFO kablam! warning: field is never used: `e1` Oct 14 15:07:21.093 INFO kablam! --> src/geometry/_box.rs:10:5 Oct 14 15:07:21.093 INFO kablam! | Oct 14 15:07:21.093 INFO kablam! 10 | e1: Vector, Oct 14 15:07:21.093 INFO kablam! | ^^^^^^^^^^ Oct 14 15:07:21.093 INFO kablam! Oct 14 15:07:21.093 INFO kablam! warning: field is never used: `e2` Oct 14 15:07:21.093 INFO kablam! --> src/geometry/_box.rs:11:5 Oct 14 15:07:21.093 INFO kablam! | Oct 14 15:07:21.093 INFO kablam! 11 | e2: Vector, Oct 14 15:07:21.093 INFO kablam! | ^^^^^^^^^^ Oct 14 15:07:21.093 INFO kablam! Oct 14 15:07:21.093 INFO kablam! warning: field is never used: `e3` Oct 14 15:07:21.093 INFO kablam! --> src/geometry/_box.rs:12:5 Oct 14 15:07:21.093 INFO kablam! | Oct 14 15:07:21.094 INFO kablam! 12 | e3: Vector, Oct 14 15:07:21.094 INFO kablam! | ^^^^^^^^^^ Oct 14 15:07:21.094 INFO kablam! Oct 14 15:07:21.094 INFO kablam! warning: field is never used: `radius` Oct 14 15:07:21.094 INFO kablam! --> src/geometry/cylinder.rs:15:5 Oct 14 15:07:21.094 INFO kablam! | Oct 14 15:07:21.094 INFO kablam! 15 | radius: f64, Oct 14 15:07:21.094 INFO kablam! | ^^^^^^^^^^^ Oct 14 15:07:21.094 INFO kablam! Oct 14 15:07:21.323 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.69s Oct 14 15:07:21.324 INFO kablam! su: No module specific data is present Oct 14 15:07:21.552 INFO running `"docker" "rm" "-f" "94ec1059201003cf4ace9293cf809c53f5223640ddf72034821aa1fe0e78c83a"` Oct 14 15:07:21.727 INFO blam! 94ec1059201003cf4ace9293cf809c53f5223640ddf72034821aa1fe0e78c83a Oct 14 15:07:21.732 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 14 15:07:22.093 INFO blam! 20ff3d7bc617fba4891935aa5471d4cba42d674e5874720f1f21f4ddf08339a5 Oct 14 15:07:22.101 INFO running `"docker" "start" "-a" "20ff3d7bc617fba4891935aa5471d4cba42d674e5874720f1f21f4ddf08339a5"` Oct 14 15:07:23.194 INFO kablam! usermod: no changes Oct 14 15:07:23.247 INFO kablam! Compiling abctracer v0.1.0 (/source) Oct 14 15:07:24.061 INFO kablam! warning: unused variable: `p` Oct 14 15:07:24.061 INFO kablam! --> src/geometry/plane.rs:55:27 Oct 14 15:07:24.061 INFO kablam! | Oct 14 15:07:24.062 INFO kablam! 55 | fn find_normal(&self, p: &Vector) -> Vector { Oct 14 15:07:24.062 INFO kablam! | ^ help: consider using `_p` instead Oct 14 15:07:24.062 INFO kablam! | Oct 14 15:07:24.062 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 15:07:24.063 INFO kablam! Oct 14 15:07:24.063 INFO kablam! warning: unused variable: `p` Oct 14 15:07:24.063 INFO kablam! --> src/geometry/rect.rs:67:27 Oct 14 15:07:24.064 INFO kablam! | Oct 14 15:07:24.064 INFO kablam! 67 | fn find_normal(&self, p: &Vector) -> Vector { Oct 14 15:07:24.064 INFO kablam! | ^ help: consider using `_p` instead Oct 14 15:07:24.064 INFO kablam! Oct 14 15:07:24.065 INFO kablam! warning: unused variable: `ray` Oct 14 15:07:24.065 INFO kablam! --> src/environment.rs:77:32 Oct 14 15:07:24.065 INFO kablam! | Oct 14 15:07:24.065 INFO kablam! 77 | fn shade_background(&self, ray: &Ray) -> Color { Oct 14 15:07:24.066 INFO kablam! | ^^^ help: consider using `_ray` instead Oct 14 15:07:24.066 INFO kablam! Oct 14 15:07:24.111 INFO kablam! warning: variable does not need to be mutable Oct 14 15:07:24.115 INFO kablam! --> src/vector.rs:584:13 Oct 14 15:07:24.116 INFO kablam! | Oct 14 15:07:24.116 INFO kablam! 584 | let mut v = Vector { Oct 14 15:07:24.116 INFO kablam! | ----^ Oct 14 15:07:24.117 INFO kablam! | | Oct 14 15:07:24.117 INFO kablam! | help: remove this `mut` Oct 14 15:07:24.117 INFO kablam! | Oct 14 15:07:24.117 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 15:07:24.118 INFO kablam! Oct 14 15:07:24.195 INFO kablam! warning: field is never used: `buffer` Oct 14 15:07:24.195 INFO kablam! --> src/render/backend/dummy.rs:8:5 Oct 14 15:07:24.196 INFO kablam! | Oct 14 15:07:24.196 INFO kablam! 8 | buffer: [u8; DEFAULT_BUFFER_SIZE], Oct 14 15:07:24.196 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:07:24.196 INFO kablam! | Oct 14 15:07:24.197 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 15:07:24.197 INFO kablam! Oct 14 15:07:24.197 INFO kablam! warning: field is never used: `side_a` Oct 14 15:07:24.198 INFO kablam! --> src/geometry/rect.rs:6:5 Oct 14 15:07:24.198 INFO kablam! | Oct 14 15:07:24.198 INFO kablam! 6 | side_a: Vector, Oct 14 15:07:24.199 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 15:07:24.199 INFO kablam! Oct 14 15:07:24.199 INFO kablam! warning: field is never used: `side_b` Oct 14 15:07:24.199 INFO kablam! --> src/geometry/rect.rs:7:5 Oct 14 15:07:24.200 INFO kablam! | Oct 14 15:07:24.200 INFO kablam! 7 | side_b: Vector, Oct 14 15:07:24.200 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 15:07:24.200 INFO kablam! Oct 14 15:07:24.201 INFO kablam! warning: field is never used: `loc` Oct 14 15:07:24.201 INFO kablam! --> src/geometry/_box.rs:5:5 Oct 14 15:07:24.201 INFO kablam! | Oct 14 15:07:24.201 INFO kablam! 5 | loc: Vector, Oct 14 15:07:24.202 INFO kablam! | ^^^^^^^^^^^ Oct 14 15:07:24.202 INFO kablam! Oct 14 15:07:24.202 INFO kablam! warning: field is never used: `e1` Oct 14 15:07:24.202 INFO kablam! --> src/geometry/_box.rs:10:5 Oct 14 15:07:24.203 INFO kablam! | Oct 14 15:07:24.203 INFO kablam! 10 | e1: Vector, Oct 14 15:07:24.203 INFO kablam! | ^^^^^^^^^^ Oct 14 15:07:24.203 INFO kablam! Oct 14 15:07:24.204 INFO kablam! warning: field is never used: `e2` Oct 14 15:07:24.204 INFO kablam! --> src/geometry/_box.rs:11:5 Oct 14 15:07:24.204 INFO kablam! | Oct 14 15:07:24.204 INFO kablam! 11 | e2: Vector, Oct 14 15:07:24.205 INFO kablam! | ^^^^^^^^^^ Oct 14 15:07:24.205 INFO kablam! Oct 14 15:07:24.205 INFO kablam! warning: field is never used: `e3` Oct 14 15:07:24.206 INFO kablam! --> src/geometry/_box.rs:12:5 Oct 14 15:07:24.206 INFO kablam! | Oct 14 15:07:24.206 INFO kablam! 12 | e3: Vector, Oct 14 15:07:24.206 INFO kablam! | ^^^^^^^^^^ Oct 14 15:07:24.211 INFO kablam! Oct 14 15:07:24.211 INFO kablam! warning: field is never used: `radius` Oct 14 15:07:24.211 INFO kablam! --> src/geometry/cylinder.rs:15:5 Oct 14 15:07:24.211 INFO kablam! | Oct 14 15:07:24.212 INFO kablam! 15 | radius: f64, Oct 14 15:07:24.212 INFO kablam! | ^^^^^^^^^^^ Oct 14 15:07:24.212 INFO kablam! Oct 14 15:07:24.918 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.69s Oct 14 15:07:24.922 INFO kablam! su: No module specific data is present Oct 14 15:07:25.572 INFO running `"docker" "rm" "-f" "20ff3d7bc617fba4891935aa5471d4cba42d674e5874720f1f21f4ddf08339a5"` Oct 14 15:07:25.855 INFO blam! 20ff3d7bc617fba4891935aa5471d4cba42d674e5874720f1f21f4ddf08339a5 Oct 14 15:07:25.861 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 14 15:07:26.299 INFO blam! 4efd24c9505b8a9cb901626e5a9facdc2d848928d883d9d1e6ddc0d38844438e Oct 14 15:07:26.301 INFO running `"docker" "start" "-a" "4efd24c9505b8a9cb901626e5a9facdc2d848928d883d9d1e6ddc0d38844438e"` Oct 14 15:07:27.763 INFO kablam! usermod: no changes Oct 14 15:07:27.827 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 14 15:07:27.827 INFO kablam! Running /target/debug/deps/abctracer-200f6d0cb331fe04 Oct 14 15:07:27.830 INFO blam! Oct 14 15:07:27.830 INFO blam! running 24 tests Oct 14 15:07:27.830 INFO blam! test geometry::sphere::tests::should_intersect_case_1 ... ok Oct 14 15:07:27.830 INFO blam! test geometry::cylinder::tests::should_intersect_case_1 ... ok Oct 14 15:07:27.830 INFO blam! test vector::tests::vector_bitxor ... ok Oct 14 15:07:27.830 INFO blam! test vector::tests::vector_clip ... ok Oct 14 15:07:27.830 INFO blam! test vector::tests::vector_add_assign ... ok Oct 14 15:07:27.830 INFO blam! test vector::tests::vector_add ... ok Oct 14 15:07:27.830 INFO blam! test ray::tests::ray_point ... ok Oct 14 15:07:27.830 INFO blam! test vector::tests::vector_compare ... ok Oct 14 15:07:27.830 INFO blam! test vector::tests::vector_div ... ok Oct 14 15:07:27.830 INFO blam! test vector::tests::vector_div_assign_f64 ... ok Oct 14 15:07:27.833 INFO blam! test vector::tests::vector_div_f64 ... ok Oct 14 15:07:27.833 INFO blam! test vector::tests::vector_assign_from_scalar ... ok Oct 14 15:07:27.836 INFO blam! test vector::tests::vector_from_scalar ... ok Oct 14 15:07:27.836 INFO blam! test vector::tests::vector_bitand ... ok Oct 14 15:07:27.836 INFO blam! test vector::tests::vector_is_f64 ... ok Oct 14 15:07:27.836 INFO blam! test vector::tests::vector_mul_assign ... ok Oct 14 15:07:27.836 INFO blam! test vector::tests::vector_mul_assign_f64 ... ok Oct 14 15:07:27.836 INFO blam! test vector::tests::vector_mul_f64 ... ok Oct 14 15:07:27.836 INFO blam! test vector::tests::vector_sub_assign ... ok Oct 14 15:07:27.837 INFO blam! test vector::tests::vector_sub ... ok Oct 14 15:07:27.837 INFO blam! test vector::tests::vector_normalize ... ok Oct 14 15:07:27.837 INFO blam! test vector::tests::vector_not ... ok Oct 14 15:07:27.837 INFO blam! test vector::tests::vector_neg ... ok Oct 14 15:07:27.839 INFO blam! test ray::tests::ray_from_tuple ... ok Oct 14 15:07:27.839 INFO blam! Oct 14 15:07:27.839 INFO blam! test result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 15:07:27.839 INFO blam! Oct 14 15:07:27.839 INFO kablam! Running /target/debug/deps/integration_test-9187e4f068243e7c Oct 14 15:07:27.847 INFO blam! Oct 14 15:07:27.847 INFO blam! running 0 tests Oct 14 15:07:27.847 INFO blam! Oct 14 15:07:27.847 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 15:07:27.847 INFO blam! Oct 14 15:07:27.847 INFO kablam! Doc-tests abctracer Oct 14 15:07:28.099 INFO blam! Oct 14 15:07:28.099 INFO blam! running 1 test Oct 14 15:07:28.478 INFO blam! test src/matrix.rs - matrix::Matrix::transpose (line 45) ... ok Oct 14 15:07:28.478 INFO blam! Oct 14 15:07:28.478 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 15:07:28.478 INFO blam! Oct 14 15:07:28.491 INFO kablam! su: No module specific data is present Oct 14 15:07:29.359 INFO running `"docker" "rm" "-f" "4efd24c9505b8a9cb901626e5a9facdc2d848928d883d9d1e6ddc0d38844438e"` Oct 14 15:07:29.719 INFO blam! 4efd24c9505b8a9cb901626e5a9facdc2d848928d883d9d1e6ddc0d38844438e