Oct 15 12:51:26.715 INFO testing Adam-Gleave/tracer-rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 12:51:26.715 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 12:51:26.927 INFO blam! bd31d7222927b94cc9e7801fbfe0f1692c21a804495e2d7d58c3c17323fc771d Oct 15 12:51:26.929 INFO running `"docker" "start" "-a" "bd31d7222927b94cc9e7801fbfe0f1692c21a804495e2d7d58c3c17323fc771d"` Oct 15 12:51:27.544 INFO kablam! usermod: no changes Oct 15 12:51:27.622 INFO kablam! Compiling coord v0.11.0 Oct 15 12:51:28.715 INFO kablam! Compiling tracer-rs v0.1.0 (/source) Oct 15 12:51:29.351 INFO kablam! warning: unnecessary parentheses around assigned value Oct 15 12:51:29.351 INFO kablam! --> src/ray.rs:41:28 Oct 15 12:51:29.351 INFO kablam! | Oct 15 12:51:29.351 INFO kablam! 41 | let mut temp = ((-b - discriminant.sqrt()) /a ); Oct 15 12:51:29.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:51:29.351 INFO kablam! | Oct 15 12:51:29.351 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 12:51:29.351 INFO kablam! Oct 15 12:51:29.351 INFO kablam! warning: unnecessary parentheses around assigned value Oct 15 12:51:29.351 INFO kablam! --> src/ray.rs:49:20 Oct 15 12:51:29.351 INFO kablam! | Oct 15 12:51:29.351 INFO kablam! 49 | temp = ((-b + discriminant.sqrt()) / a); Oct 15 12:51:29.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:51:29.351 INFO kablam! Oct 15 12:51:29.351 INFO kablam! warning: unused import: `ray::Ray` Oct 15 12:51:29.351 INFO kablam! --> src/render.rs:1:5 Oct 15 12:51:29.351 INFO kablam! | Oct 15 12:51:29.351 INFO kablam! 1 | use ray::Ray; Oct 15 12:51:29.351 INFO kablam! | ^^^^^^^^ Oct 15 12:51:29.351 INFO kablam! | Oct 15 12:51:29.351 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 12:51:29.351 INFO kablam! Oct 15 12:51:29.431 INFO kablam! warning: unused variable: `s` Oct 15 12:51:29.431 INFO kablam! --> src/render.rs:48:29 Oct 15 12:51:29.431 INFO kablam! | Oct 15 12:51:29.431 INFO kablam! 48 | for s in 0..SAMPLES { Oct 15 12:51:29.431 INFO kablam! | ^ help: consider using `_s` instead Oct 15 12:51:29.431 INFO kablam! | Oct 15 12:51:29.431 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 12:51:29.431 INFO kablam! Oct 15 12:51:29.439 INFO kablam! warning: method is never used: `new` Oct 15 12:51:29.439 INFO kablam! --> src/scene.rs:67:5 Oct 15 12:51:29.439 INFO kablam! | Oct 15 12:51:29.439 INFO kablam! 67 | pub fn new() -> Scene { Oct 15 12:51:29.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:51:29.439 INFO kablam! | Oct 15 12:51:29.439 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 12:51:29.439 INFO kablam! Oct 15 12:51:29.439 INFO kablam! warning: method is never used: `add_sphere` Oct 15 12:51:29.439 INFO kablam! --> src/scene.rs:73:5 Oct 15 12:51:29.439 INFO kablam! | Oct 15 12:51:29.439 INFO kablam! 73 | pub fn add_sphere(&mut self, in_radius: f32, in_origin: Vec3) { Oct 15 12:51:29.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:51:29.439 INFO kablam! Oct 15 12:51:29.439 INFO kablam! warning: method is never used: `new` Oct 15 12:51:29.439 INFO kablam! --> src/render.rs:23:5 Oct 15 12:51:29.439 INFO kablam! | Oct 15 12:51:29.439 INFO kablam! 23 | pub fn new() -> Renderer { Oct 15 12:51:29.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:51:29.439 INFO kablam! Oct 15 12:51:29.439 INFO kablam! warning: method is never used: `new_from_scene` Oct 15 12:51:29.439 INFO kablam! --> src/render.rs:29:5 Oct 15 12:51:29.439 INFO kablam! | Oct 15 12:51:29.439 INFO kablam! 29 | pub fn new_from_scene(in_scene: Scene) -> Renderer { Oct 15 12:51:29.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:51:29.439 INFO kablam! Oct 15 12:51:29.439 INFO kablam! warning: method is never used: `switch_scene` Oct 15 12:51:29.439 INFO kablam! --> src/render.rs:35:5 Oct 15 12:51:29.439 INFO kablam! | Oct 15 12:51:29.439 INFO kablam! 35 | pub fn switch_scene(&mut self, in_scene: Scene) { Oct 15 12:51:29.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:51:29.439 INFO kablam! Oct 15 12:51:29.439 INFO kablam! warning: the feature `extern_prelude` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 15 12:51:29.439 INFO kablam! --> src/main.rs:1:12 Oct 15 12:51:29.439 INFO kablam! | Oct 15 12:51:29.439 INFO kablam! 1 | #![feature(extern_prelude)] Oct 15 12:51:29.439 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 12:51:29.439 INFO kablam! | Oct 15 12:51:29.439 INFO kablam! = note: #[warn(stable_features)] on by default Oct 15 12:51:29.439 INFO kablam! Oct 15 12:51:29.933 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.37s Oct 15 12:51:29.943 INFO kablam! su: No module specific data is present Oct 15 12:51:30.236 INFO running `"docker" "rm" "-f" "bd31d7222927b94cc9e7801fbfe0f1692c21a804495e2d7d58c3c17323fc771d"` Oct 15 12:51:30.315 INFO blam! bd31d7222927b94cc9e7801fbfe0f1692c21a804495e2d7d58c3c17323fc771d Oct 15 12:51:30.317 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 12:51:30.462 INFO blam! 82b4a785e8eb8577387ed6276a0319bab3e7f516352403327df6410ab3cf60b9 Oct 15 12:51:30.462 INFO running `"docker" "start" "-a" "82b4a785e8eb8577387ed6276a0319bab3e7f516352403327df6410ab3cf60b9"` Oct 15 12:51:30.853 INFO kablam! usermod: no changes Oct 15 12:51:30.897 INFO kablam! Compiling tracer-rs v0.1.0 (/source) Oct 15 12:51:31.652 INFO kablam! warning: unnecessary parentheses around assigned value Oct 15 12:51:31.652 INFO kablam! --> src/ray.rs:41:28 Oct 15 12:51:31.652 INFO kablam! | Oct 15 12:51:31.652 INFO kablam! 41 | let mut temp = ((-b - discriminant.sqrt()) /a ); Oct 15 12:51:31.652 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:51:31.652 INFO kablam! | Oct 15 12:51:31.652 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 12:51:31.652 INFO kablam! Oct 15 12:51:31.652 INFO kablam! warning: unnecessary parentheses around assigned value Oct 15 12:51:31.652 INFO kablam! --> src/ray.rs:49:20 Oct 15 12:51:31.652 INFO kablam! | Oct 15 12:51:31.652 INFO kablam! 49 | temp = ((-b + discriminant.sqrt()) / a); Oct 15 12:51:31.652 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:51:31.652 INFO kablam! Oct 15 12:51:31.652 INFO kablam! warning: unused import: `ray::Ray` Oct 15 12:51:31.652 INFO kablam! --> src/render.rs:1:5 Oct 15 12:51:31.652 INFO kablam! | Oct 15 12:51:31.652 INFO kablam! 1 | use ray::Ray; Oct 15 12:51:31.652 INFO kablam! | ^^^^^^^^ Oct 15 12:51:31.652 INFO kablam! | Oct 15 12:51:31.652 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 12:51:31.652 INFO kablam! Oct 15 12:51:31.727 INFO kablam! warning: unused variable: `s` Oct 15 12:51:31.727 INFO kablam! --> src/render.rs:48:29 Oct 15 12:51:31.727 INFO kablam! | Oct 15 12:51:31.727 INFO kablam! 48 | for s in 0..SAMPLES { Oct 15 12:51:31.727 INFO kablam! | ^ help: consider using `_s` instead Oct 15 12:51:31.727 INFO kablam! | Oct 15 12:51:31.727 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 12:51:31.727 INFO kablam! Oct 15 12:51:31.743 INFO kablam! warning: method is never used: `new` Oct 15 12:51:31.743 INFO kablam! --> src/scene.rs:67:5 Oct 15 12:51:31.743 INFO kablam! | Oct 15 12:51:31.743 INFO kablam! 67 | pub fn new() -> Scene { Oct 15 12:51:31.743 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:51:31.743 INFO kablam! | Oct 15 12:51:31.743 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 12:51:31.743 INFO kablam! Oct 15 12:51:31.743 INFO kablam! warning: method is never used: `add_sphere` Oct 15 12:51:31.743 INFO kablam! --> src/scene.rs:73:5 Oct 15 12:51:31.743 INFO kablam! | Oct 15 12:51:31.743 INFO kablam! 73 | pub fn add_sphere(&mut self, in_radius: f32, in_origin: Vec3) { Oct 15 12:51:31.743 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:51:31.743 INFO kablam! Oct 15 12:51:31.743 INFO kablam! warning: method is never used: `new` Oct 15 12:51:31.743 INFO kablam! --> src/render.rs:23:5 Oct 15 12:51:31.743 INFO kablam! | Oct 15 12:51:31.743 INFO kablam! 23 | pub fn new() -> Renderer { Oct 15 12:51:31.743 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:51:31.743 INFO kablam! Oct 15 12:51:31.743 INFO kablam! warning: method is never used: `new_from_scene` Oct 15 12:51:31.743 INFO kablam! --> src/render.rs:29:5 Oct 15 12:51:31.743 INFO kablam! | Oct 15 12:51:31.743 INFO kablam! 29 | pub fn new_from_scene(in_scene: Scene) -> Renderer { Oct 15 12:51:31.743 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:51:31.743 INFO kablam! Oct 15 12:51:31.743 INFO kablam! warning: method is never used: `switch_scene` Oct 15 12:51:31.743 INFO kablam! --> src/render.rs:35:5 Oct 15 12:51:31.743 INFO kablam! | Oct 15 12:51:31.743 INFO kablam! 35 | pub fn switch_scene(&mut self, in_scene: Scene) { Oct 15 12:51:31.743 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:51:31.743 INFO kablam! Oct 15 12:51:31.743 INFO kablam! warning: the feature `extern_prelude` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 15 12:51:31.743 INFO kablam! --> src/main.rs:1:12 Oct 15 12:51:31.743 INFO kablam! | Oct 15 12:51:31.743 INFO kablam! 1 | #![feature(extern_prelude)] Oct 15 12:51:31.743 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 12:51:31.743 INFO kablam! | Oct 15 12:51:31.743 INFO kablam! = note: #[warn(stable_features)] on by default Oct 15 12:51:31.743 INFO kablam! Oct 15 12:51:32.095 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.22s Oct 15 12:51:32.097 INFO kablam! su: No module specific data is present Oct 15 12:51:32.289 INFO running `"docker" "rm" "-f" "82b4a785e8eb8577387ed6276a0319bab3e7f516352403327df6410ab3cf60b9"` Oct 15 12:51:32.379 INFO blam! 82b4a785e8eb8577387ed6276a0319bab3e7f516352403327df6410ab3cf60b9 Oct 15 12:51:32.382 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 12:51:32.614 INFO blam! 8e40698c1f385daac78c0bfe350cecbf92a7d2fb2e76877478f04cab15444514 Oct 15 12:51:32.617 INFO running `"docker" "start" "-a" "8e40698c1f385daac78c0bfe350cecbf92a7d2fb2e76877478f04cab15444514"` Oct 15 12:51:32.977 INFO kablam! usermod: no changes Oct 15 12:51:33.017 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 15 12:51:33.028 INFO kablam! Running /target/debug/deps/tracer_rs-33a63bb6811c68fc Oct 15 12:51:33.032 INFO blam! Oct 15 12:51:33.033 INFO blam! running 0 tests Oct 15 12:51:33.033 INFO blam! Oct 15 12:51:33.033 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 12:51:33.033 INFO blam! Oct 15 12:51:33.034 INFO kablam! su: No module specific data is present Oct 15 12:51:33.248 INFO running `"docker" "rm" "-f" "8e40698c1f385daac78c0bfe350cecbf92a7d2fb2e76877478f04cab15444514"` Oct 15 12:51:33.343 INFO blam! 8e40698c1f385daac78c0bfe350cecbf92a7d2fb2e76877478f04cab15444514