Oct 14 21:54:31.177 INFO testing ehuss/raytracer against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 21:54:31.179 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 21:54:31.578 INFO blam! f42287d9cb9a690a2c063bc9242f816f45e521a99191b46ae685e675d3b0f6e4 Oct 14 21:54:31.581 INFO running `"docker" "start" "-a" "f42287d9cb9a690a2c063bc9242f816f45e521a99191b46ae685e675d3b0f6e4"` Oct 14 21:54:33.485 INFO kablam! usermod: no changes Oct 14 21:54:33.672 INFO kablam! Compiling quote v0.2.3 Oct 14 21:54:33.691 INFO kablam! Compiling dylib v0.0.1 Oct 14 21:54:33.749 INFO kablam! Compiling minifb v0.9.0 Oct 14 21:54:33.750 INFO kablam! Compiling clap v2.20.5 Oct 14 21:54:33.752 INFO kablam! Compiling num-rational v0.1.35 Oct 14 21:54:33.754 INFO kablam! Compiling png v0.6.2 Oct 14 21:54:33.755 INFO kablam! Compiling jpeg-decoder v0.1.11 Oct 14 21:54:37.095 INFO kablam! Compiling x11-dl v2.2.1 Oct 14 21:54:37.251 INFO kablam! Compiling syn v0.8.7 Oct 14 21:54:44.938 INFO kablam! Compiling image v0.12.3 Oct 14 21:54:48.115 INFO kablam! Compiling derive-new v0.4.0 Oct 14 21:55:09.516 INFO kablam! Compiling raytracer v0.1.0 (/source) Oct 14 21:55:10.210 INFO kablam! warning: unnecessary parentheses around function argument Oct 14 21:55:10.210 INFO kablam! --> src/vec3.rs:260:15 Oct 14 21:55:10.211 INFO kablam! | Oct 14 21:55:10.211 INFO kablam! 260 | Vec3::new((v1.y * v2.z - v1.z * v2.y), Oct 14 21:55:10.211 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 21:55:10.212 INFO kablam! | Oct 14 21:55:10.212 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 21:55:10.212 INFO kablam! Oct 14 21:55:10.212 INFO kablam! warning: unnecessary parentheses around function argument Oct 14 21:55:10.213 INFO kablam! --> src/vec3.rs:261:15 Oct 14 21:55:10.213 INFO kablam! | Oct 14 21:55:10.213 INFO kablam! 261 | (-(v1.x * v2.z - v1.z * v2.x)), Oct 14 21:55:10.214 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 21:55:10.214 INFO kablam! Oct 14 21:55:10.214 INFO kablam! warning: unnecessary parentheses around function argument Oct 14 21:55:10.214 INFO kablam! --> src/vec3.rs:262:15 Oct 14 21:55:10.215 INFO kablam! | Oct 14 21:55:10.215 INFO kablam! 262 | (v1.x * v2.y - v1.y * v2.x)) Oct 14 21:55:10.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 21:55:10.216 INFO kablam! Oct 14 21:55:10.216 INFO kablam! warning: unused macro definition Oct 14 21:55:10.216 INFO kablam! --> src/lib.rs:56:1 Oct 14 21:55:10.217 INFO kablam! | Oct 14 21:55:10.217 INFO kablam! 56 | / macro_rules! perrln { Oct 14 21:55:10.217 INFO kablam! 57 | | ($($arg:tt)*) => ({ Oct 14 21:55:10.218 INFO kablam! 58 | | use std::io::{Write, stderr}; Oct 14 21:55:10.218 INFO kablam! 59 | | writeln!(&mut stderr(), $($arg)*).ok(); Oct 14 21:55:10.218 INFO kablam! 60 | | }) Oct 14 21:55:10.219 INFO kablam! 61 | | } Oct 14 21:55:10.219 INFO kablam! | |_^ Oct 14 21:55:10.219 INFO kablam! | Oct 14 21:55:10.219 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 14 21:55:10.220 INFO kablam! Oct 14 21:55:10.963 INFO kablam! warning: struct is never constructed: `DummyNode` Oct 14 21:55:10.964 INFO kablam! --> src/bvh.rs:34:1 Oct 14 21:55:10.965 INFO kablam! | Oct 14 21:55:10.966 INFO kablam! 34 | struct DummyNode { Oct 14 21:55:10.966 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 21:55:10.967 INFO kablam! | Oct 14 21:55:10.967 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 21:55:10.968 INFO kablam! Oct 14 21:55:14.826 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 41.32s Oct 14 21:55:14.832 INFO kablam! su: No module specific data is present Oct 14 21:55:15.464 INFO running `"docker" "rm" "-f" "f42287d9cb9a690a2c063bc9242f816f45e521a99191b46ae685e675d3b0f6e4"` Oct 14 21:55:15.601 INFO blam! f42287d9cb9a690a2c063bc9242f816f45e521a99191b46ae685e675d3b0f6e4 Oct 14 21:55:15.602 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 21:55:16.012 INFO blam! 9bc40908550cee23a83b42e433bcc54bc417b49507dafd64cc19fcb8568da88e Oct 14 21:55:16.014 INFO running `"docker" "start" "-a" "9bc40908550cee23a83b42e433bcc54bc417b49507dafd64cc19fcb8568da88e"` Oct 14 21:55:17.233 INFO kablam! usermod: no changes Oct 14 21:55:17.334 INFO kablam! Compiling raytracer v0.1.0 (/source) Oct 14 21:55:18.531 INFO kablam! warning: unnecessary parentheses around function argument Oct 14 21:55:18.531 INFO kablam! --> src/vec3.rs:260:15 Oct 14 21:55:18.531 INFO kablam! | Oct 14 21:55:18.531 INFO kablam! 260 | Vec3::new((v1.y * v2.z - v1.z * v2.y), Oct 14 21:55:18.531 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 21:55:18.531 INFO kablam! | Oct 14 21:55:18.531 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 21:55:18.531 INFO kablam! Oct 14 21:55:18.531 INFO kablam! warning: unnecessary parentheses around function argument Oct 14 21:55:18.531 INFO kablam! --> src/vec3.rs:261:15 Oct 14 21:55:18.531 INFO kablam! | Oct 14 21:55:18.531 INFO kablam! 261 | (-(v1.x * v2.z - v1.z * v2.x)), Oct 14 21:55:18.531 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 21:55:18.531 INFO kablam! Oct 14 21:55:18.531 INFO kablam! warning: unnecessary parentheses around function argument Oct 14 21:55:18.531 INFO kablam! --> src/vec3.rs:262:15 Oct 14 21:55:18.531 INFO kablam! | Oct 14 21:55:18.531 INFO kablam! 262 | (v1.x * v2.y - v1.y * v2.x)) Oct 14 21:55:18.531 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 21:55:18.531 INFO kablam! Oct 14 21:55:18.531 INFO kablam! warning: unused macro definition Oct 14 21:55:18.531 INFO kablam! --> src/lib.rs:56:1 Oct 14 21:55:18.531 INFO kablam! | Oct 14 21:55:18.531 INFO kablam! 56 | / macro_rules! perrln { Oct 14 21:55:18.531 INFO kablam! 57 | | ($($arg:tt)*) => ({ Oct 14 21:55:18.531 INFO kablam! 58 | | use std::io::{Write, stderr}; Oct 14 21:55:18.531 INFO kablam! 59 | | writeln!(&mut stderr(), $($arg)*).ok(); Oct 14 21:55:18.531 INFO kablam! 60 | | }) Oct 14 21:55:18.531 INFO kablam! 61 | | } Oct 14 21:55:18.531 INFO kablam! | |_^ Oct 14 21:55:18.531 INFO kablam! | Oct 14 21:55:18.531 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 14 21:55:18.531 INFO kablam! Oct 14 21:55:19.619 INFO kablam! warning: struct is never constructed: `DummyNode` Oct 14 21:55:19.620 INFO kablam! --> src/bvh.rs:34:1 Oct 14 21:55:19.620 INFO kablam! | Oct 14 21:55:19.620 INFO kablam! 34 | struct DummyNode { Oct 14 21:55:19.620 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 21:55:19.620 INFO kablam! | Oct 14 21:55:19.620 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 21:55:19.620 INFO kablam! Oct 14 21:55:20.617 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.37s Oct 14 21:55:20.626 INFO kablam! su: No module specific data is present Oct 14 21:55:21.196 INFO running `"docker" "rm" "-f" "9bc40908550cee23a83b42e433bcc54bc417b49507dafd64cc19fcb8568da88e"` Oct 14 21:55:21.439 INFO blam! 9bc40908550cee23a83b42e433bcc54bc417b49507dafd64cc19fcb8568da88e Oct 14 21:55:21.445 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 21:55:21.796 INFO blam! add57d8ed9a5dd9badfaf0370a80511137b10c4b5d7c61ca9b55f5630660b7a8 Oct 14 21:55:21.803 INFO running `"docker" "start" "-a" "add57d8ed9a5dd9badfaf0370a80511137b10c4b5d7c61ca9b55f5630660b7a8"` Oct 14 21:55:22.917 INFO kablam! usermod: no changes Oct 14 21:55:23.030 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 14 21:55:23.045 INFO kablam! Running /target/debug/deps/raytracer-78ad3a968a94de4b Oct 14 21:55:23.052 INFO blam! Oct 14 21:55:23.052 INFO blam! running 7 tests Oct 14 21:55:23.060 INFO blam! test ray::tests::test_p_at_p ... ok Oct 14 21:55:23.060 INFO blam! test output::buckets::tests::test_spiral ... ok Oct 14 21:55:23.063 INFO blam! test vec3::tests::test_unit_vector ... ok Oct 14 21:55:23.063 INFO blam! test vec3::tests::basic_math ... ok Oct 14 21:55:23.064 INFO blam! test ray::tests::test_ray ... ok Oct 14 21:55:23.075 INFO blam! test vec3::tests::test_dot ... ok Oct 14 21:55:23.075 INFO kablam! Running /target/debug/deps/raytracer-ec7577084b2f6768 Oct 14 21:55:23.076 INFO blam! test vec3::tests::test_cross ... ok Oct 14 21:55:23.076 INFO blam! Oct 14 21:55:23.076 INFO blam! test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 21:55:23.077 INFO blam! Oct 14 21:55:23.079 INFO blam! Oct 14 21:55:23.079 INFO kablam! Doc-tests raytracer Oct 14 21:55:23.079 INFO blam! running 0 tests Oct 14 21:55:23.079 INFO blam! Oct 14 21:55:23.079 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 21:55:23.079 INFO blam! Oct 14 21:55:24.487 INFO blam! Oct 14 21:55:24.488 INFO blam! running 0 tests Oct 14 21:55:24.488 INFO blam! Oct 14 21:55:24.488 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 21:55:24.488 INFO blam! Oct 14 21:55:24.495 INFO kablam! su: No module specific data is present Oct 14 21:55:25.688 INFO running `"docker" "rm" "-f" "add57d8ed9a5dd9badfaf0370a80511137b10c4b5d7c61ca9b55f5630660b7a8"` Oct 14 21:55:26.035 INFO blam! add57d8ed9a5dd9badfaf0370a80511137b10c4b5d7c61ca9b55f5630660b7a8