Oct 15 08:48:56.682 INFO testing Maxeonyx/ray-tracer against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 08:48:56.682 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 08:48:57.129 INFO blam! 49f4c1f01ecb3c6afe7e0a9b60075399cfc38c5b623238258102bf9a8e5e131d Oct 15 08:48:57.130 INFO running `"docker" "start" "-a" "49f4c1f01ecb3c6afe7e0a9b60075399cfc38c5b623238258102bf9a8e5e131d"` Oct 15 08:48:58.938 INFO kablam! usermod: no changes Oct 15 08:48:59.253 INFO kablam! Compiling deflate v0.7.18 Oct 15 08:48:59.254 INFO kablam! Compiling crossbeam-epoch v0.3.1 Oct 15 08:48:59.290 INFO kablam! Compiling backtrace-sys v0.1.22 Oct 15 08:48:59.291 INFO kablam! Compiling num-integer v0.1.38 Oct 15 08:48:59.291 INFO kablam! Compiling glium v0.21.0 Oct 15 08:48:59.292 INFO kablam! Compiling enum_primitive v0.1.1 Oct 15 08:48:59.292 INFO kablam! Compiling cgmath v0.16.1 Oct 15 08:48:59.292 INFO kablam! Compiling wayland-window v0.13.3 Oct 15 08:49:01.713 INFO kablam! Compiling backtrace v0.3.8 Oct 15 08:49:03.301 INFO kablam! Compiling num-iter v0.1.37 Oct 15 08:49:03.301 INFO kablam! Compiling num-rational v0.1.42 Oct 15 08:49:08.098 INFO kablam! Compiling crossbeam-deque v0.2.0 Oct 15 08:49:09.564 INFO kablam! Compiling winit v0.12.0 Oct 15 08:49:12.959 INFO kablam! Compiling rayon-core v1.4.0 Oct 15 08:49:13.307 INFO kablam! Compiling png v0.11.0 Oct 15 08:49:18.859 INFO kablam! Compiling rayon v1.0.1 Oct 15 08:49:30.296 INFO kablam! Compiling glutin v0.14.0 Oct 15 08:49:33.231 INFO kablam! Compiling jpeg-decoder v0.1.14 Oct 15 08:49:41.423 INFO kablam! Compiling image v0.18.0 Oct 15 08:50:13.083 INFO kablam! Compiling pstet v0.1.0 (/source) Oct 15 08:50:14.743 INFO kablam! warning: unused import: `load_from_memory` Oct 15 08:50:14.743 INFO kablam! --> src/main.rs:12:13 Oct 15 08:50:14.743 INFO kablam! | Oct 15 08:50:14.743 INFO kablam! 12 | use image::{load_from_memory, DynamicImage}; Oct 15 08:50:14.743 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 08:50:14.743 INFO kablam! | Oct 15 08:50:14.743 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 08:50:14.743 INFO kablam! Oct 15 08:50:14.743 INFO kablam! warning: unused import: `rand::*` Oct 15 08:50:14.743 INFO kablam! --> src/main.rs:13:5 Oct 15 08:50:14.743 INFO kablam! | Oct 15 08:50:14.743 INFO kablam! 13 | use rand::*; Oct 15 08:50:14.743 INFO kablam! | ^^^^^^^ Oct 15 08:50:14.743 INFO kablam! Oct 15 08:50:14.743 INFO kablam! warning: unused import: `load_from_memory` Oct 15 08:50:14.743 INFO kablam! --> src/scene.rs:1:13 Oct 15 08:50:14.743 INFO kablam! | Oct 15 08:50:14.743 INFO kablam! 1 | use image::{load_from_memory, DynamicImage}; Oct 15 08:50:14.743 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 08:50:14.743 INFO kablam! Oct 15 08:50:14.744 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 08:50:14.744 INFO kablam! --> src/scene.rs:511:30 Oct 15 08:50:14.744 INFO kablam! | Oct 15 08:50:14.744 INFO kablam! 511 | let flip_normal = if (i == 2 || i == 9) { true } else { false }; Oct 15 08:50:14.744 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 08:50:14.744 INFO kablam! | Oct 15 08:50:14.744 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 08:50:14.744 INFO kablam! Oct 15 08:50:15.039 INFO kablam! warning: unused variable: `y_rotation` Oct 15 08:50:15.039 INFO kablam! --> src/main.rs:177:9 Oct 15 08:50:15.039 INFO kablam! | Oct 15 08:50:15.039 INFO kablam! 177 | let y_rotation = cgmath::Quaternion::from_arc( Oct 15 08:50:15.039 INFO kablam! | ^^^^^^^^^^ help: consider using `_y_rotation` instead Oct 15 08:50:15.039 INFO kablam! | Oct 15 08:50:15.039 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 08:50:15.039 INFO kablam! Oct 15 08:50:15.039 INFO kablam! warning: unused variable: `sphere` Oct 15 08:50:15.039 INFO kablam! --> src/shapes/mod.rs:57:22 Oct 15 08:50:15.039 INFO kablam! | Oct 15 08:50:15.039 INFO kablam! 57 | Shape::Sphere(ref sphere) => V2 { x: 0.0, y: 0.0 }, Oct 15 08:50:15.039 INFO kablam! | ^^^^^^ help: consider using `_sphere` instead Oct 15 08:50:15.039 INFO kablam! Oct 15 08:50:15.065 INFO kablam! warning: variable does not need to be mutable Oct 15 08:50:15.065 INFO kablam! --> src/scene.rs:410:13 Oct 15 08:50:15.065 INFO kablam! | Oct 15 08:50:15.065 INFO kablam! 410 | let mut lights = vec![ Oct 15 08:50:15.065 INFO kablam! | ----^^^^^^ Oct 15 08:50:15.065 INFO kablam! | | Oct 15 08:50:15.065 INFO kablam! | help: remove this `mut` Oct 15 08:50:15.065 INFO kablam! | Oct 15 08:50:15.065 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 08:50:15.065 INFO kablam! Oct 15 08:50:20.687 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 21s Oct 15 08:50:20.703 INFO kablam! su: No module specific data is present Oct 15 08:50:21.137 INFO running `"docker" "rm" "-f" "49f4c1f01ecb3c6afe7e0a9b60075399cfc38c5b623238258102bf9a8e5e131d"` Oct 15 08:50:21.236 INFO blam! 49f4c1f01ecb3c6afe7e0a9b60075399cfc38c5b623238258102bf9a8e5e131d Oct 15 08:50:21.238 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 08:50:21.617 INFO blam! d2bf55ec428af806a48f426829d805dc464a8186c0728f323997289629678e3e Oct 15 08:50:21.617 INFO running `"docker" "start" "-a" "d2bf55ec428af806a48f426829d805dc464a8186c0728f323997289629678e3e"` Oct 15 08:50:22.324 INFO kablam! usermod: no changes Oct 15 08:50:22.491 INFO kablam! Compiling pstet v0.1.0 (/source) Oct 15 08:50:24.555 INFO kablam! warning: unused import: `load_from_memory` Oct 15 08:50:24.555 INFO kablam! --> src/main.rs:12:13 Oct 15 08:50:24.555 INFO kablam! | Oct 15 08:50:24.555 INFO kablam! 12 | use image::{load_from_memory, DynamicImage}; Oct 15 08:50:24.555 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 08:50:24.555 INFO kablam! | Oct 15 08:50:24.555 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 08:50:24.555 INFO kablam! Oct 15 08:50:24.555 INFO kablam! warning: unused import: `rand::*` Oct 15 08:50:24.555 INFO kablam! --> src/main.rs:13:5 Oct 15 08:50:24.555 INFO kablam! | Oct 15 08:50:24.555 INFO kablam! 13 | use rand::*; Oct 15 08:50:24.555 INFO kablam! | ^^^^^^^ Oct 15 08:50:24.555 INFO kablam! Oct 15 08:50:24.555 INFO kablam! warning: unused import: `load_from_memory` Oct 15 08:50:24.555 INFO kablam! --> src/scene.rs:1:13 Oct 15 08:50:24.555 INFO kablam! | Oct 15 08:50:24.555 INFO kablam! 1 | use image::{load_from_memory, DynamicImage}; Oct 15 08:50:24.555 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 08:50:24.555 INFO kablam! Oct 15 08:50:24.555 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 08:50:24.555 INFO kablam! --> src/scene.rs:511:30 Oct 15 08:50:24.555 INFO kablam! | Oct 15 08:50:24.555 INFO kablam! 511 | let flip_normal = if (i == 2 || i == 9) { true } else { false }; Oct 15 08:50:24.555 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 08:50:24.555 INFO kablam! | Oct 15 08:50:24.555 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 08:50:24.555 INFO kablam! Oct 15 08:50:24.847 INFO kablam! warning: unused variable: `y_rotation` Oct 15 08:50:24.847 INFO kablam! --> src/main.rs:177:9 Oct 15 08:50:24.847 INFO kablam! | Oct 15 08:50:24.847 INFO kablam! 177 | let y_rotation = cgmath::Quaternion::from_arc( Oct 15 08:50:24.847 INFO kablam! | ^^^^^^^^^^ help: consider using `_y_rotation` instead Oct 15 08:50:24.847 INFO kablam! | Oct 15 08:50:24.847 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 08:50:24.847 INFO kablam! Oct 15 08:50:24.847 INFO kablam! warning: unused variable: `sphere` Oct 15 08:50:24.847 INFO kablam! --> src/shapes/mod.rs:57:22 Oct 15 08:50:24.847 INFO kablam! | Oct 15 08:50:24.847 INFO kablam! 57 | Shape::Sphere(ref sphere) => V2 { x: 0.0, y: 0.0 }, Oct 15 08:50:24.847 INFO kablam! | ^^^^^^ help: consider using `_sphere` instead Oct 15 08:50:24.847 INFO kablam! Oct 15 08:50:24.883 INFO kablam! warning: variable does not need to be mutable Oct 15 08:50:24.883 INFO kablam! --> src/scene.rs:410:13 Oct 15 08:50:24.883 INFO kablam! | Oct 15 08:50:24.883 INFO kablam! 410 | let mut lights = vec![ Oct 15 08:50:24.883 INFO kablam! | ----^^^^^^ Oct 15 08:50:24.883 INFO kablam! | | Oct 15 08:50:24.883 INFO kablam! | help: remove this `mut` Oct 15 08:50:24.883 INFO kablam! | Oct 15 08:50:24.883 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 08:50:24.883 INFO kablam! Oct 15 08:50:25.695 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.34s Oct 15 08:50:25.706 INFO kablam! su: No module specific data is present Oct 15 08:50:26.725 INFO running `"docker" "rm" "-f" "d2bf55ec428af806a48f426829d805dc464a8186c0728f323997289629678e3e"` Oct 15 08:50:26.941 INFO blam! d2bf55ec428af806a48f426829d805dc464a8186c0728f323997289629678e3e Oct 15 08:50:26.945 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 08:50:27.345 INFO blam! 4cded36b102ccece76062d3341932a4ea8b4e778fa0af5b1e6722faa4debccdd Oct 15 08:50:27.359 INFO running `"docker" "start" "-a" "4cded36b102ccece76062d3341932a4ea8b4e778fa0af5b1e6722faa4debccdd"` Oct 15 08:50:28.508 INFO kablam! usermod: no changes Oct 15 08:50:28.675 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.13s Oct 15 08:50:28.709 INFO kablam! Running /target/debug/deps/pstet-50c8344880cf2036 Oct 15 08:50:28.712 INFO blam! Oct 15 08:50:28.712 INFO blam! running 0 tests Oct 15 08:50:28.712 INFO blam! Oct 15 08:50:28.712 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 08:50:28.712 INFO blam! Oct 15 08:50:28.722 INFO kablam! su: No module specific data is present Oct 15 08:50:29.801 INFO running `"docker" "rm" "-f" "4cded36b102ccece76062d3341932a4ea8b4e778fa0af5b1e6722faa4debccdd"` Oct 15 08:50:30.045 INFO blam! 4cded36b102ccece76062d3341932a4ea8b4e778fa0af5b1e6722faa4debccdd