Oct 10 23:42:58.657 INFO testing ehuss/raytracer against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 23:42:58.657 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 23:42:58.657 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 23:42:59.043 INFO blam! 42ee36a01103cac865704aa4977a0343ea589fe7b46603d6f634e20b30ca8d88 Oct 10 23:42:59.057 INFO running `"docker" "start" "-a" "42ee36a01103cac865704aa4977a0343ea589fe7b46603d6f634e20b30ca8d88"` Oct 10 23:43:00.599 INFO kablam! usermod: no changes Oct 10 23:43:00.792 INFO kablam! Compiling dylib v0.0.1 Oct 10 23:43:00.792 INFO kablam! Compiling term_size v0.2.2 Oct 10 23:43:00.797 INFO kablam! Compiling minifb v0.9.0 Oct 10 23:43:00.797 INFO kablam! Compiling deflate v0.7.4 Oct 10 23:43:00.797 INFO kablam! Compiling deque v0.3.1 Oct 10 23:43:00.797 INFO kablam! Compiling num-rational v0.1.35 Oct 10 23:43:00.797 INFO kablam! Compiling derive-new v0.4.0 Oct 10 23:43:02.592 INFO kablam! Compiling clap v2.20.5 Oct 10 23:43:04.204 INFO kablam! Compiling x11-dl v2.2.1 Oct 10 23:43:04.371 INFO kablam! Compiling rayon v0.6.0 Oct 10 23:43:06.296 INFO kablam! Compiling png v0.6.2 Oct 10 23:43:09.844 INFO kablam! Compiling jpeg-decoder v0.1.11 Oct 10 23:43:13.506 INFO kablam! Compiling image v0.12.3 Oct 10 23:43:27.864 INFO kablam! Compiling raytracer v0.1.0 (/source) Oct 10 23:43:30.160 INFO kablam! warning: unnecessary parentheses around function argument Oct 10 23:43:30.160 INFO kablam! --> src/vec3.rs:260:15 Oct 10 23:43:30.160 INFO kablam! | Oct 10 23:43:30.160 INFO kablam! 260 | Vec3::new((v1.y * v2.z - v1.z * v2.y), Oct 10 23:43:30.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 23:43:30.160 INFO kablam! | Oct 10 23:43:30.160 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 23:43:30.160 INFO kablam! Oct 10 23:43:30.160 INFO kablam! warning: unnecessary parentheses around function argument Oct 10 23:43:30.160 INFO kablam! --> src/vec3.rs:261:15 Oct 10 23:43:30.160 INFO kablam! | Oct 10 23:43:30.160 INFO kablam! 261 | (-(v1.x * v2.z - v1.z * v2.x)), Oct 10 23:43:30.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 23:43:30.160 INFO kablam! Oct 10 23:43:30.161 INFO kablam! warning: unnecessary parentheses around function argument Oct 10 23:43:30.161 INFO kablam! --> src/vec3.rs:262:15 Oct 10 23:43:30.161 INFO kablam! | Oct 10 23:43:30.161 INFO kablam! 262 | (v1.x * v2.y - v1.y * v2.x)) Oct 10 23:43:30.161 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 23:43:30.161 INFO kablam! Oct 10 23:43:30.161 INFO kablam! warning: unused macro definition Oct 10 23:43:30.161 INFO kablam! --> src/lib.rs:56:1 Oct 10 23:43:30.161 INFO kablam! | Oct 10 23:43:30.161 INFO kablam! 56 | / macro_rules! perrln { Oct 10 23:43:30.161 INFO kablam! 57 | | ($($arg:tt)*) => ({ Oct 10 23:43:30.161 INFO kablam! 58 | | use std::io::{Write, stderr}; Oct 10 23:43:30.161 INFO kablam! 59 | | writeln!(&mut stderr(), $($arg)*).ok(); Oct 10 23:43:30.161 INFO kablam! 60 | | }) Oct 10 23:43:30.161 INFO kablam! 61 | | } Oct 10 23:43:30.161 INFO kablam! | |_^ Oct 10 23:43:30.161 INFO kablam! | Oct 10 23:43:30.161 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 10 23:43:30.161 INFO kablam! Oct 10 23:43:30.928 INFO kablam! warning: struct is never constructed: `DummyNode` Oct 10 23:43:30.928 INFO kablam! --> src/bvh.rs:34:1 Oct 10 23:43:30.928 INFO kablam! | Oct 10 23:43:30.928 INFO kablam! 34 | struct DummyNode { Oct 10 23:43:30.928 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 23:43:30.928 INFO kablam! | Oct 10 23:43:30.928 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 23:43:30.928 INFO kablam! Oct 10 23:43:36.933 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 36.30s Oct 10 23:43:36.942 INFO kablam! su: No module specific data is present Oct 10 23:43:37.533 INFO running `"docker" "rm" "-f" "42ee36a01103cac865704aa4977a0343ea589fe7b46603d6f634e20b30ca8d88"` Oct 10 23:43:37.824 INFO blam! 42ee36a01103cac865704aa4977a0343ea589fe7b46603d6f634e20b30ca8d88 Oct 10 23:43:37.833 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 23:43:37.833 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 23:43:38.242 INFO blam! 7e5fd77ea200a8db504ee31f5a38a83d31e855ca7beed31085d9d7cda45fa76c Oct 10 23:43:38.245 INFO running `"docker" "start" "-a" "7e5fd77ea200a8db504ee31f5a38a83d31e855ca7beed31085d9d7cda45fa76c"` Oct 10 23:43:39.620 INFO kablam! usermod: no changes Oct 10 23:43:39.728 INFO kablam! Compiling raytracer v0.1.0 (/source) Oct 10 23:43:42.735 INFO kablam! warning: unnecessary parentheses around function argument Oct 10 23:43:42.735 INFO kablam! --> src/vec3.rs:260:15 Oct 10 23:43:42.735 INFO kablam! | Oct 10 23:43:42.735 INFO kablam! 260 | Vec3::new((v1.y * v2.z - v1.z * v2.y), Oct 10 23:43:42.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 23:43:42.735 INFO kablam! | Oct 10 23:43:42.735 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 23:43:42.735 INFO kablam! Oct 10 23:43:42.735 INFO kablam! warning: unnecessary parentheses around function argument Oct 10 23:43:42.735 INFO kablam! --> src/vec3.rs:261:15 Oct 10 23:43:42.735 INFO kablam! | Oct 10 23:43:42.735 INFO kablam! 261 | (-(v1.x * v2.z - v1.z * v2.x)), Oct 10 23:43:42.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 23:43:42.735 INFO kablam! Oct 10 23:43:42.735 INFO kablam! warning: unnecessary parentheses around function argument Oct 10 23:43:42.735 INFO kablam! --> src/vec3.rs:262:15 Oct 10 23:43:42.735 INFO kablam! | Oct 10 23:43:42.735 INFO kablam! 262 | (v1.x * v2.y - v1.y * v2.x)) Oct 10 23:43:42.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 23:43:42.735 INFO kablam! Oct 10 23:43:42.752 INFO kablam! warning: unused macro definition Oct 10 23:43:42.753 INFO kablam! --> src/lib.rs:56:1 Oct 10 23:43:42.753 INFO kablam! | Oct 10 23:43:42.753 INFO kablam! 56 | / macro_rules! perrln { Oct 10 23:43:42.753 INFO kablam! 57 | | ($($arg:tt)*) => ({ Oct 10 23:43:42.753 INFO kablam! 58 | | use std::io::{Write, stderr}; Oct 10 23:43:42.753 INFO kablam! 59 | | writeln!(&mut stderr(), $($arg)*).ok(); Oct 10 23:43:42.753 INFO kablam! 60 | | }) Oct 10 23:43:42.754 INFO kablam! 61 | | } Oct 10 23:43:42.754 INFO kablam! | |_^ Oct 10 23:43:42.754 INFO kablam! | Oct 10 23:43:42.754 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 10 23:43:42.754 INFO kablam! Oct 10 23:43:43.781 INFO kablam! warning: struct is never constructed: `DummyNode` Oct 10 23:43:43.781 INFO kablam! --> src/bvh.rs:34:1 Oct 10 23:43:43.781 INFO kablam! | Oct 10 23:43:43.781 INFO kablam! 34 | struct DummyNode { Oct 10 23:43:43.782 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 23:43:43.782 INFO kablam! | Oct 10 23:43:43.782 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 23:43:43.783 INFO kablam! Oct 10 23:43:45.161 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.50s Oct 10 23:43:45.161 INFO kablam! su: No module specific data is present Oct 10 23:43:45.595 INFO running `"docker" "rm" "-f" "7e5fd77ea200a8db504ee31f5a38a83d31e855ca7beed31085d9d7cda45fa76c"` Oct 10 23:43:45.736 INFO blam! 7e5fd77ea200a8db504ee31f5a38a83d31e855ca7beed31085d9d7cda45fa76c Oct 10 23:43:45.740 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 23:43:45.740 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 23:43:46.076 INFO blam! 204dd1aa37c461b821fee2c72ac202f22365d5dc36e913fb3a15085236a752a0 Oct 10 23:43:46.079 INFO running `"docker" "start" "-a" "204dd1aa37c461b821fee2c72ac202f22365d5dc36e913fb3a15085236a752a0"` Oct 10 23:43:46.868 INFO kablam! usermod: no changes Oct 10 23:43:46.952 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 10 23:43:46.974 INFO kablam! Running /target/debug/deps/raytracer-78ad3a968a94de4b Oct 10 23:43:46.974 INFO blam! Oct 10 23:43:46.975 INFO blam! running 7 tests Oct 10 23:43:46.980 INFO blam! test ray::tests::test_ray ... ok Oct 10 23:43:46.980 INFO blam! test vec3::tests::basic_math ... ok Oct 10 23:43:46.981 INFO blam! test output::buckets::tests::test_spiral ... ok Oct 10 23:43:46.981 INFO blam! test vec3::tests::test_cross ... ok Oct 10 23:43:46.981 INFO blam! test vec3::tests::test_dot ... ok Oct 10 23:43:46.982 INFO blam! test vec3::tests::test_unit_vector ... ok Oct 10 23:43:46.992 INFO blam! test ray::tests::test_p_at_p ... ok Oct 10 23:43:46.992 INFO blam! Oct 10 23:43:46.992 INFO blam! test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 23:43:46.992 INFO blam! Oct 10 23:43:47.012 INFO blam! Oct 10 23:43:47.012 INFO kablam! Running /target/debug/deps/raytracer-ec7577084b2f6768 Oct 10 23:43:47.012 INFO blam! running 0 tests Oct 10 23:43:47.012 INFO kablam! Doc-tests raytracer Oct 10 23:43:47.012 INFO blam! Oct 10 23:43:47.012 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 23:43:47.012 INFO blam! Oct 10 23:43:50.392 INFO blam! Oct 10 23:43:50.393 INFO blam! running 0 tests Oct 10 23:43:50.393 INFO blam! Oct 10 23:43:50.393 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 23:43:50.393 INFO blam! Oct 10 23:43:50.402 INFO kablam! su: No module specific data is present Oct 10 23:43:50.750 INFO running `"docker" "rm" "-f" "204dd1aa37c461b821fee2c72ac202f22365d5dc36e913fb3a15085236a752a0"` Oct 10 23:43:50.943 INFO blam! 204dd1aa37c461b821fee2c72ac202f22365d5dc36e913fb3a15085236a752a0