Oct 15 08:48:48.946 INFO testing Maxeonyx/ray-tracer against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 08:48:48.948 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:49.516 INFO blam! 7d00dfda14be50b0b7d1204b2ceec3ab7e7fa325ad25cb543915438742db75f7 Oct 15 08:48:49.527 INFO running `"docker" "start" "-a" "7d00dfda14be50b0b7d1204b2ceec3ab7e7fa325ad25cb543915438742db75f7"` Oct 15 08:48:50.832 INFO kablam! usermod: no changes Oct 15 08:48:51.127 INFO kablam! Compiling crossbeam-epoch v0.3.1 Oct 15 08:48:51.139 INFO kablam! Compiling num-integer v0.1.38 Oct 15 08:48:51.139 INFO kablam! Compiling backtrace-sys v0.1.22 Oct 15 08:48:51.147 INFO kablam! Compiling enum_primitive v0.1.1 Oct 15 08:48:51.147 INFO kablam! Compiling cgmath v0.16.1 Oct 15 08:48:52.091 INFO kablam! Compiling backtrace v0.3.8 Oct 15 08:48:52.679 INFO kablam! Compiling num-iter v0.1.37 Oct 15 08:48:52.679 INFO kablam! Compiling num-rational v0.1.42 Oct 15 08:48:53.915 INFO kablam! Compiling png v0.11.0 Oct 15 08:48:54.971 INFO kablam! Compiling glium v0.21.0 Oct 15 08:48:55.459 INFO kablam! Compiling crossbeam-deque v0.2.0 Oct 15 08:48:58.449 INFO kablam! Compiling rayon-core v1.4.0 Oct 15 08:49:05.139 INFO kablam! Compiling rayon v1.0.1 Oct 15 08:49:14.371 INFO kablam! Compiling jpeg-decoder v0.1.14 Oct 15 08:49:19.766 INFO kablam! Compiling image v0.18.0 Oct 15 08:49:52.298 INFO kablam! Compiling pstet v0.1.0 (/source) Oct 15 08:49:54.651 INFO kablam! warning: unused import: `load_from_memory` Oct 15 08:49:54.652 INFO kablam! --> src/main.rs:12:13 Oct 15 08:49:54.653 INFO kablam! | Oct 15 08:49:54.653 INFO kablam! 12 | use image::{load_from_memory, DynamicImage}; Oct 15 08:49:54.654 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 08:49:54.654 INFO kablam! | Oct 15 08:49:54.655 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 08:49:54.659 INFO kablam! Oct 15 08:49:54.659 INFO kablam! warning: unused import: `rand::*` Oct 15 08:49:54.659 INFO kablam! --> src/main.rs:13:5 Oct 15 08:49:54.659 INFO kablam! | Oct 15 08:49:54.659 INFO kablam! 13 | use rand::*; Oct 15 08:49:54.659 INFO kablam! | ^^^^^^^ Oct 15 08:49:54.659 INFO kablam! Oct 15 08:49:54.659 INFO kablam! warning: unused import: `load_from_memory` Oct 15 08:49:54.659 INFO kablam! --> src/scene.rs:1:13 Oct 15 08:49:54.659 INFO kablam! | Oct 15 08:49:54.659 INFO kablam! 1 | use image::{load_from_memory, DynamicImage}; Oct 15 08:49:54.659 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 08:49:54.659 INFO kablam! Oct 15 08:49:54.659 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 08:49:54.659 INFO kablam! --> src/scene.rs:511:30 Oct 15 08:49:54.659 INFO kablam! | Oct 15 08:49:54.659 INFO kablam! 511 | let flip_normal = if (i == 2 || i == 9) { true } else { false }; Oct 15 08:49:54.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 08:49:54.659 INFO kablam! | Oct 15 08:49:54.659 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 08:49:54.659 INFO kablam! Oct 15 08:49:54.947 INFO kablam! warning: unused variable: `y_rotation` Oct 15 08:49:54.947 INFO kablam! --> src/main.rs:177:9 Oct 15 08:49:54.947 INFO kablam! | Oct 15 08:49:54.947 INFO kablam! 177 | let y_rotation = cgmath::Quaternion::from_arc( Oct 15 08:49:54.947 INFO kablam! | ^^^^^^^^^^ help: consider using `_y_rotation` instead Oct 15 08:49:54.949 INFO kablam! | Oct 15 08:49:54.949 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 08:49:54.949 INFO kablam! Oct 15 08:49:54.949 INFO kablam! warning: unused variable: `sphere` Oct 15 08:49:54.949 INFO kablam! --> src/shapes/mod.rs:57:22 Oct 15 08:49:54.949 INFO kablam! | Oct 15 08:49:54.949 INFO kablam! 57 | Shape::Sphere(ref sphere) => V2 { x: 0.0, y: 0.0 }, Oct 15 08:49:54.949 INFO kablam! | ^^^^^^ help: consider using `_sphere` instead Oct 15 08:49:54.949 INFO kablam! Oct 15 08:49:54.979 INFO kablam! warning: variable does not need to be mutable Oct 15 08:49:54.979 INFO kablam! --> src/scene.rs:410:13 Oct 15 08:49:54.979 INFO kablam! | Oct 15 08:49:54.979 INFO kablam! 410 | let mut lights = vec![ Oct 15 08:49:54.979 INFO kablam! | ----^^^^^^ Oct 15 08:49:54.979 INFO kablam! | | Oct 15 08:49:54.979 INFO kablam! | help: remove this `mut` Oct 15 08:49:54.979 INFO kablam! | Oct 15 08:49:54.981 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 08:49:54.981 INFO kablam! Oct 15 08:50:02.635 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 11s Oct 15 08:50:02.645 INFO kablam! su: No module specific data is present Oct 15 08:50:02.900 INFO running `"docker" "rm" "-f" "7d00dfda14be50b0b7d1204b2ceec3ab7e7fa325ad25cb543915438742db75f7"` Oct 15 08:50:03.036 INFO blam! 7d00dfda14be50b0b7d1204b2ceec3ab7e7fa325ad25cb543915438742db75f7 Oct 15 08:50:03.047 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:03.227 INFO blam! 039f038335ed38f442c7def783917e104b52ae0a7af20ae52a711bfade196a4a Oct 15 08:50:03.229 INFO running `"docker" "start" "-a" "039f038335ed38f442c7def783917e104b52ae0a7af20ae52a711bfade196a4a"` Oct 15 08:50:03.783 INFO kablam! usermod: no changes Oct 15 08:50:03.919 INFO kablam! Compiling pstet v0.1.0 (/source) Oct 15 08:50:05.852 INFO kablam! warning: unused import: `load_from_memory` Oct 15 08:50:05.852 INFO kablam! --> src/main.rs:12:13 Oct 15 08:50:05.852 INFO kablam! | Oct 15 08:50:05.852 INFO kablam! 12 | use image::{load_from_memory, DynamicImage}; Oct 15 08:50:05.852 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 08:50:05.852 INFO kablam! | Oct 15 08:50:05.852 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 08:50:05.852 INFO kablam! Oct 15 08:50:05.852 INFO kablam! warning: unused import: `rand::*` Oct 15 08:50:05.852 INFO kablam! --> src/main.rs:13:5 Oct 15 08:50:05.852 INFO kablam! | Oct 15 08:50:05.852 INFO kablam! 13 | use rand::*; Oct 15 08:50:05.852 INFO kablam! | ^^^^^^^ Oct 15 08:50:05.852 INFO kablam! Oct 15 08:50:05.852 INFO kablam! warning: unused import: `load_from_memory` Oct 15 08:50:05.852 INFO kablam! --> src/scene.rs:1:13 Oct 15 08:50:05.852 INFO kablam! | Oct 15 08:50:05.852 INFO kablam! 1 | use image::{load_from_memory, DynamicImage}; Oct 15 08:50:05.852 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 08:50:05.852 INFO kablam! Oct 15 08:50:05.856 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 08:50:05.856 INFO kablam! --> src/scene.rs:511:30 Oct 15 08:50:05.856 INFO kablam! | Oct 15 08:50:05.856 INFO kablam! 511 | let flip_normal = if (i == 2 || i == 9) { true } else { false }; Oct 15 08:50:05.856 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 08:50:05.856 INFO kablam! | Oct 15 08:50:05.856 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 08:50:05.856 INFO kablam! Oct 15 08:50:06.112 INFO kablam! warning: unused variable: `y_rotation` Oct 15 08:50:06.112 INFO kablam! --> src/main.rs:177:9 Oct 15 08:50:06.112 INFO kablam! | Oct 15 08:50:06.112 INFO kablam! 177 | let y_rotation = cgmath::Quaternion::from_arc( Oct 15 08:50:06.112 INFO kablam! | ^^^^^^^^^^ help: consider using `_y_rotation` instead Oct 15 08:50:06.112 INFO kablam! | Oct 15 08:50:06.114 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 08:50:06.114 INFO kablam! Oct 15 08:50:06.114 INFO kablam! warning: unused variable: `sphere` Oct 15 08:50:06.114 INFO kablam! --> src/shapes/mod.rs:57:22 Oct 15 08:50:06.114 INFO kablam! | Oct 15 08:50:06.114 INFO kablam! 57 | Shape::Sphere(ref sphere) => V2 { x: 0.0, y: 0.0 }, Oct 15 08:50:06.114 INFO kablam! | ^^^^^^ help: consider using `_sphere` instead Oct 15 08:50:06.114 INFO kablam! Oct 15 08:50:06.142 INFO kablam! warning: variable does not need to be mutable Oct 15 08:50:06.142 INFO kablam! --> src/scene.rs:410:13 Oct 15 08:50:06.142 INFO kablam! | Oct 15 08:50:06.142 INFO kablam! 410 | let mut lights = vec![ Oct 15 08:50:06.142 INFO kablam! | ----^^^^^^ Oct 15 08:50:06.142 INFO kablam! | | Oct 15 08:50:06.142 INFO kablam! | help: remove this `mut` Oct 15 08:50:06.142 INFO kablam! | Oct 15 08:50:06.145 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 08:50:06.145 INFO kablam! Oct 15 08:50:06.552 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.75s Oct 15 08:50:06.564 INFO kablam! su: No module specific data is present Oct 15 08:50:06.796 INFO running `"docker" "rm" "-f" "039f038335ed38f442c7def783917e104b52ae0a7af20ae52a711bfade196a4a"` Oct 15 08:50:06.985 INFO blam! 039f038335ed38f442c7def783917e104b52ae0a7af20ae52a711bfade196a4a Oct 15 08:50:06.987 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:07.143 INFO blam! 07a6ee61aca6fb9357a3e90b950e1f903724c83bd804c95035e8b62e195705f7 Oct 15 08:50:07.145 INFO running `"docker" "start" "-a" "07a6ee61aca6fb9357a3e90b950e1f903724c83bd804c95035e8b62e195705f7"` Oct 15 08:50:07.542 INFO kablam! usermod: no changes Oct 15 08:50:07.677 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.11s Oct 15 08:50:07.693 INFO kablam! Running /target/debug/deps/pstet-faae5e3f1c3d92e9 Oct 15 08:50:07.698 INFO blam! Oct 15 08:50:07.698 INFO blam! running 0 tests Oct 15 08:50:07.698 INFO blam! Oct 15 08:50:07.698 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 08:50:07.698 INFO blam! Oct 15 08:50:07.700 INFO kablam! su: No module specific data is present Oct 15 08:50:08.307 INFO running `"docker" "rm" "-f" "07a6ee61aca6fb9357a3e90b950e1f903724c83bd804c95035e8b62e195705f7"` Oct 15 08:50:08.659 INFO blam! 07a6ee61aca6fb9357a3e90b950e1f903724c83bd804c95035e8b62e195705f7