Oct 15 00:27:50.626 INFO testing connanp/raytracer against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 00:27:50.628 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 00:27:50.995 INFO blam! b8edf3de7246c23ac805949dcfcf74511c97c42efe97d17ce41ce952f0c8aab7 Oct 15 00:27:51.003 INFO running `"docker" "start" "-a" "b8edf3de7246c23ac805949dcfcf74511c97c42efe97d17ce41ce952f0c8aab7"` Oct 15 00:27:51.842 INFO kablam! usermod: no changes Oct 15 00:27:51.911 INFO kablam! Compiling rayon-core v1.0.0 Oct 15 00:27:53.907 INFO kablam! Compiling rayon v0.7.0 Oct 15 00:27:56.188 INFO kablam! Compiling raytracer v0.1.0 (/source) Oct 15 00:27:56.691 INFO kablam! warning: unused import: `rayon::range::Iter` Oct 15 00:27:56.692 INFO kablam! --> src/main.rs:21:5 Oct 15 00:27:56.692 INFO kablam! | Oct 15 00:27:56.692 INFO kablam! 21 | use rayon::range::Iter; Oct 15 00:27:56.693 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 00:27:56.693 INFO kablam! | Oct 15 00:27:56.693 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 00:27:56.693 INFO kablam! Oct 15 00:27:56.814 INFO kablam! warning: unused import: `rayon::prelude` Oct 15 00:27:56.814 INFO kablam! --> src/main.rs:20:5 Oct 15 00:27:56.815 INFO kablam! | Oct 15 00:27:56.815 INFO kablam! 20 | use rayon::prelude::*; Oct 15 00:27:56.816 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 00:27:56.816 INFO kablam! Oct 15 00:27:56.834 INFO kablam! warning: unused variable: `ti` Oct 15 00:27:56.835 INFO kablam! --> src/ray.rs:11:30 Oct 15 00:27:56.835 INFO kablam! | Oct 15 00:27:56.835 INFO kablam! 11 | pub fn new(a: V3, b: V3, ti: f32) -> Self { Oct 15 00:27:56.835 INFO kablam! | ^^ help: consider using `_ti` instead Oct 15 00:27:56.836 INFO kablam! | Oct 15 00:27:56.836 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 00:27:56.836 INFO kablam! Oct 15 00:27:56.899 INFO kablam! warning: field is never used: `w` Oct 15 00:27:56.900 INFO kablam! --> src/camera.rs:15:5 Oct 15 00:27:56.900 INFO kablam! | Oct 15 00:27:56.900 INFO kablam! 15 | w: V3, Oct 15 00:27:56.901 INFO kablam! | ^^^^^ Oct 15 00:27:56.901 INFO kablam! | Oct 15 00:27:56.901 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 00:27:56.901 INFO kablam! Oct 15 00:27:56.902 INFO kablam! warning: method is never used: `new` Oct 15 00:27:56.902 INFO kablam! --> src/collision.rs:34:5 Oct 15 00:27:56.902 INFO kablam! | Oct 15 00:27:56.903 INFO kablam! 34 | pub fn new() -> Self { Oct 15 00:27:56.903 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 00:27:56.903 INFO kablam! Oct 15 00:27:57.654 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.79s Oct 15 00:27:57.667 INFO kablam! su: No module specific data is present Oct 15 00:27:58.713 INFO running `"docker" "rm" "-f" "b8edf3de7246c23ac805949dcfcf74511c97c42efe97d17ce41ce952f0c8aab7"` Oct 15 00:27:58.858 INFO blam! b8edf3de7246c23ac805949dcfcf74511c97c42efe97d17ce41ce952f0c8aab7 Oct 15 00:27:58.858 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 00:27:59.135 INFO blam! babfc512c178e41eafbf74c7f8e51f23a74501121a53e78987061f740bdd2d60 Oct 15 00:27:59.138 INFO running `"docker" "start" "-a" "babfc512c178e41eafbf74c7f8e51f23a74501121a53e78987061f740bdd2d60"` Oct 15 00:27:59.576 INFO kablam! usermod: no changes Oct 15 00:27:59.618 INFO kablam! Compiling raytracer v0.1.0 (/source) Oct 15 00:27:59.922 INFO kablam! warning: unused import: `rayon::range::Iter` Oct 15 00:27:59.922 INFO kablam! --> src/main.rs:21:5 Oct 15 00:27:59.922 INFO kablam! | Oct 15 00:27:59.922 INFO kablam! 21 | use rayon::range::Iter; Oct 15 00:27:59.922 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 00:27:59.922 INFO kablam! | Oct 15 00:27:59.922 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 00:27:59.922 INFO kablam! Oct 15 00:28:00.034 INFO kablam! warning: unused import: `rayon::prelude` Oct 15 00:28:00.034 INFO kablam! --> src/main.rs:20:5 Oct 15 00:28:00.034 INFO kablam! | Oct 15 00:28:00.034 INFO kablam! 20 | use rayon::prelude::*; Oct 15 00:28:00.034 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 00:28:00.034 INFO kablam! Oct 15 00:28:00.045 INFO kablam! warning: unused variable: `ti` Oct 15 00:28:00.045 INFO kablam! --> src/ray.rs:11:30 Oct 15 00:28:00.045 INFO kablam! | Oct 15 00:28:00.045 INFO kablam! 11 | pub fn new(a: V3, b: V3, ti: f32) -> Self { Oct 15 00:28:00.045 INFO kablam! | ^^ help: consider using `_ti` instead Oct 15 00:28:00.045 INFO kablam! | Oct 15 00:28:00.045 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 00:28:00.045 INFO kablam! Oct 15 00:28:00.085 INFO kablam! warning: field is never used: `w` Oct 15 00:28:00.085 INFO kablam! --> src/camera.rs:15:5 Oct 15 00:28:00.085 INFO kablam! | Oct 15 00:28:00.085 INFO kablam! 15 | w: V3, Oct 15 00:28:00.085 INFO kablam! | ^^^^^ Oct 15 00:28:00.085 INFO kablam! | Oct 15 00:28:00.085 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 00:28:00.085 INFO kablam! Oct 15 00:28:00.085 INFO kablam! warning: method is never used: `new` Oct 15 00:28:00.085 INFO kablam! --> src/collision.rs:34:5 Oct 15 00:28:00.085 INFO kablam! | Oct 15 00:28:00.085 INFO kablam! 34 | pub fn new() -> Self { Oct 15 00:28:00.085 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 00:28:00.085 INFO kablam! Oct 15 00:28:00.481 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.88s Oct 15 00:28:00.484 INFO kablam! su: No module specific data is present Oct 15 00:28:00.986 INFO running `"docker" "rm" "-f" "babfc512c178e41eafbf74c7f8e51f23a74501121a53e78987061f740bdd2d60"` Oct 15 00:28:01.083 INFO blam! babfc512c178e41eafbf74c7f8e51f23a74501121a53e78987061f740bdd2d60 Oct 15 00:28:01.086 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 00:28:01.262 INFO blam! b882f8693d4c2dba5eef9ef7b69b0edafdfcd02e530524b78d8923a06578d1fb Oct 15 00:28:01.264 INFO running `"docker" "start" "-a" "b882f8693d4c2dba5eef9ef7b69b0edafdfcd02e530524b78d8923a06578d1fb"` Oct 15 00:28:01.917 INFO kablam! usermod: no changes Oct 15 00:28:01.973 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 15 00:28:01.973 INFO kablam! Running /target/debug/deps/raytracer-26b7db46bd680944 Oct 15 00:28:01.977 INFO blam! Oct 15 00:28:01.977 INFO blam! running 0 tests Oct 15 00:28:01.977 INFO blam! Oct 15 00:28:01.977 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 00:28:01.977 INFO blam! Oct 15 00:28:01.978 INFO kablam! su: No module specific data is present Oct 15 00:28:02.309 INFO running `"docker" "rm" "-f" "b882f8693d4c2dba5eef9ef7b69b0edafdfcd02e530524b78d8923a06578d1fb"` Oct 15 00:28:02.411 INFO blam! b882f8693d4c2dba5eef9ef7b69b0edafdfcd02e530524b78d8923a06578d1fb