Oct 14 21:54:27.293 INFO testing ehuss/raytracer against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 21:54:27.293 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 14 21:54:27.737 INFO blam! 6ec255a60a062ff06cc3471bd8dbe12089255a4ea02514bed1b2faa752c9a129 Oct 14 21:54:27.739 INFO running `"docker" "start" "-a" "6ec255a60a062ff06cc3471bd8dbe12089255a4ea02514bed1b2faa752c9a129"` Oct 14 21:54:29.931 INFO kablam! usermod: no changes Oct 14 21:54:30.143 INFO kablam! Compiling quote v0.2.3 Oct 14 21:54:30.143 INFO kablam! Compiling dylib v0.0.1 Oct 14 21:54:30.143 INFO kablam! Compiling enum_primitive v0.1.1 Oct 14 21:54:30.143 INFO kablam! Compiling minifb v0.9.0 Oct 14 21:54:30.143 INFO kablam! Compiling num-rational v0.1.35 Oct 14 21:54:30.143 INFO kablam! Compiling png v0.6.2 Oct 14 21:54:32.831 INFO kablam! Compiling x11-dl v2.2.1 Oct 14 21:54:32.955 INFO kablam! Compiling syn v0.8.7 Oct 14 21:54:36.243 INFO kablam! Compiling image v0.12.3 Oct 14 21:54:40.577 INFO kablam! Compiling derive-new v0.4.0 Oct 14 21:54:59.328 INFO kablam! Compiling raytracer v0.1.0 (/source) Oct 14 21:55:00.104 INFO kablam! warning: unnecessary parentheses around function argument Oct 14 21:55:00.104 INFO kablam! --> src/vec3.rs:260:15 Oct 14 21:55:00.104 INFO kablam! | Oct 14 21:55:00.105 INFO kablam! 260 | Vec3::new((v1.y * v2.z - v1.z * v2.y), Oct 14 21:55:00.105 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 21:55:00.105 INFO kablam! | Oct 14 21:55:00.106 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 21:55:00.106 INFO kablam! Oct 14 21:55:00.106 INFO kablam! warning: unnecessary parentheses around function argument Oct 14 21:55:00.107 INFO kablam! --> src/vec3.rs:261:15 Oct 14 21:55:00.107 INFO kablam! | Oct 14 21:55:00.107 INFO kablam! 261 | (-(v1.x * v2.z - v1.z * v2.x)), Oct 14 21:55:00.108 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 21:55:00.108 INFO kablam! Oct 14 21:55:00.108 INFO kablam! warning: unnecessary parentheses around function argument Oct 14 21:55:00.109 INFO kablam! --> src/vec3.rs:262:15 Oct 14 21:55:00.109 INFO kablam! | Oct 14 21:55:00.109 INFO kablam! 262 | (v1.x * v2.y - v1.y * v2.x)) Oct 14 21:55:00.110 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 21:55:00.110 INFO kablam! Oct 14 21:55:00.110 INFO kablam! warning: unused macro definition Oct 14 21:55:00.110 INFO kablam! --> src/lib.rs:56:1 Oct 14 21:55:00.111 INFO kablam! | Oct 14 21:55:00.111 INFO kablam! 56 | / macro_rules! perrln { Oct 14 21:55:00.111 INFO kablam! 57 | | ($($arg:tt)*) => ({ Oct 14 21:55:00.112 INFO kablam! 58 | | use std::io::{Write, stderr}; Oct 14 21:55:00.112 INFO kablam! 59 | | writeln!(&mut stderr(), $($arg)*).ok(); Oct 14 21:55:00.112 INFO kablam! 60 | | }) Oct 14 21:55:00.113 INFO kablam! 61 | | } Oct 14 21:55:00.113 INFO kablam! | |_^ Oct 14 21:55:00.113 INFO kablam! | Oct 14 21:55:00.113 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 14 21:55:00.114 INFO kablam! Oct 14 21:55:00.890 INFO kablam! warning: struct is never constructed: `DummyNode` Oct 14 21:55:00.891 INFO kablam! --> src/bvh.rs:34:1 Oct 14 21:55:00.891 INFO kablam! | Oct 14 21:55:00.891 INFO kablam! 34 | struct DummyNode { Oct 14 21:55:00.891 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 21:55:00.892 INFO kablam! | Oct 14 21:55:00.892 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 21:55:00.892 INFO kablam! Oct 14 21:55:06.107 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 36.13s Oct 14 21:55:06.115 INFO kablam! su: No module specific data is present Oct 14 21:55:12.038 INFO running `"docker" "rm" "-f" "6ec255a60a062ff06cc3471bd8dbe12089255a4ea02514bed1b2faa752c9a129"` Oct 14 21:55:12.168 INFO blam! 6ec255a60a062ff06cc3471bd8dbe12089255a4ea02514bed1b2faa752c9a129 Oct 14 21:55:12.170 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 14 21:55:12.443 INFO blam! f9dbb70b0be4ddb2eca18d7d203c5dbf0790e919ddf1dd1b77ee16f8adc909b2 Oct 14 21:55:12.446 INFO running `"docker" "start" "-a" "f9dbb70b0be4ddb2eca18d7d203c5dbf0790e919ddf1dd1b77ee16f8adc909b2"` Oct 14 21:55:13.132 INFO kablam! usermod: no changes Oct 14 21:55:13.248 INFO kablam! Compiling raytracer v0.1.0 (/source) Oct 14 21:55:14.443 INFO kablam! warning: unnecessary parentheses around function argument Oct 14 21:55:14.444 INFO kablam! --> src/vec3.rs:260:15 Oct 14 21:55:14.444 INFO kablam! | Oct 14 21:55:14.444 INFO kablam! 260 | Vec3::new((v1.y * v2.z - v1.z * v2.y), Oct 14 21:55:14.444 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 21:55:14.444 INFO kablam! | Oct 14 21:55:14.444 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 21:55:14.444 INFO kablam! Oct 14 21:55:14.444 INFO kablam! warning: unnecessary parentheses around function argument Oct 14 21:55:14.444 INFO kablam! --> src/vec3.rs:261:15 Oct 14 21:55:14.444 INFO kablam! | Oct 14 21:55:14.444 INFO kablam! 261 | (-(v1.x * v2.z - v1.z * v2.x)), Oct 14 21:55:14.444 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 21:55:14.444 INFO kablam! Oct 14 21:55:14.444 INFO kablam! warning: unnecessary parentheses around function argument Oct 14 21:55:14.445 INFO kablam! --> src/vec3.rs:262:15 Oct 14 21:55:14.445 INFO kablam! | Oct 14 21:55:14.445 INFO kablam! 262 | (v1.x * v2.y - v1.y * v2.x)) Oct 14 21:55:14.446 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 21:55:14.446 INFO kablam! Oct 14 21:55:14.452 INFO kablam! warning: unused macro definition Oct 14 21:55:14.452 INFO kablam! --> src/lib.rs:56:1 Oct 14 21:55:14.453 INFO kablam! | Oct 14 21:55:14.453 INFO kablam! 56 | / macro_rules! perrln { Oct 14 21:55:14.453 INFO kablam! 57 | | ($($arg:tt)*) => ({ Oct 14 21:55:14.454 INFO kablam! 58 | | use std::io::{Write, stderr}; Oct 14 21:55:14.454 INFO kablam! 59 | | writeln!(&mut stderr(), $($arg)*).ok(); Oct 14 21:55:14.454 INFO kablam! 60 | | }) Oct 14 21:55:14.455 INFO kablam! 61 | | } Oct 14 21:55:14.455 INFO kablam! | |_^ Oct 14 21:55:14.455 INFO kablam! | Oct 14 21:55:14.455 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 14 21:55:14.456 INFO kablam! Oct 14 21:55:15.679 INFO kablam! warning: struct is never constructed: `DummyNode` Oct 14 21:55:15.679 INFO kablam! --> src/bvh.rs:34:1 Oct 14 21:55:15.679 INFO kablam! | Oct 14 21:55:15.679 INFO kablam! 34 | struct DummyNode { Oct 14 21:55:15.679 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 21:55:15.679 INFO kablam! | Oct 14 21:55:15.679 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 21:55:15.679 INFO kablam! Oct 14 21:55:16.864 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.70s Oct 14 21:55:16.872 INFO kablam! su: No module specific data is present Oct 14 21:55:17.610 INFO running `"docker" "rm" "-f" "f9dbb70b0be4ddb2eca18d7d203c5dbf0790e919ddf1dd1b77ee16f8adc909b2"` Oct 14 21:55:17.903 INFO blam! f9dbb70b0be4ddb2eca18d7d203c5dbf0790e919ddf1dd1b77ee16f8adc909b2 Oct 14 21:55:17.912 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 14 21:55:18.293 INFO blam! 7a2c35857ddbeff9b34c2ae34170a408bd723bb215bc0bbfc931254ed3d80fcd Oct 14 21:55:18.293 INFO running `"docker" "start" "-a" "7a2c35857ddbeff9b34c2ae34170a408bd723bb215bc0bbfc931254ed3d80fcd"` Oct 14 21:55:19.183 INFO kablam! usermod: no changes Oct 14 21:55:19.292 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 14 21:55:19.307 INFO kablam! Running /target/debug/deps/raytracer-b87aa0deb53e153f Oct 14 21:55:19.314 INFO blam! Oct 14 21:55:19.314 INFO blam! running 7 tests Oct 14 21:55:19.343 INFO blam! test ray::tests::test_ray ... ok Oct 14 21:55:19.343 INFO blam! test vec3::tests::basic_math ... ok Oct 14 21:55:19.343 INFO blam! test output::buckets::tests::test_spiral ... ok Oct 14 21:55:19.343 INFO blam! test ray::tests::test_p_at_p ... ok Oct 14 21:55:19.344 INFO blam! test vec3::tests::test_unit_vector ... ok Oct 14 21:55:19.344 INFO blam! test vec3::tests::test_dot ... ok Oct 14 21:55:19.344 INFO blam! test vec3::tests::test_cross ... ok Oct 14 21:55:19.344 INFO blam! Oct 14 21:55:19.344 INFO blam! test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 21:55:19.344 INFO blam! Oct 14 21:55:19.351 INFO kablam! Running /target/debug/deps/raytracer-8c0b89d3a54ed55d Oct 14 21:55:19.359 INFO kablam! Doc-tests raytracer Oct 14 21:55:19.359 INFO blam! Oct 14 21:55:19.359 INFO blam! running 0 tests Oct 14 21:55:19.359 INFO blam! Oct 14 21:55:19.359 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 21:55:19.359 INFO blam! Oct 14 21:55:20.767 INFO blam! Oct 14 21:55:20.768 INFO blam! running 0 tests Oct 14 21:55:20.768 INFO blam! Oct 14 21:55:20.768 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 21:55:20.769 INFO blam! Oct 14 21:55:20.784 INFO kablam! su: No module specific data is present Oct 14 21:55:21.361 INFO running `"docker" "rm" "-f" "7a2c35857ddbeff9b34c2ae34170a408bd723bb215bc0bbfc931254ed3d80fcd"` Oct 14 21:55:21.635 INFO blam! 7a2c35857ddbeff9b34c2ae34170a408bd723bb215bc0bbfc931254ed3d80fcd