Oct 11 07:48:58.252 INFO testing Adam-Gleave/tracer-rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 07:48:58.252 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 07:48:58.252 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 11 07:48:58.488 INFO blam! 7d7175ea526493a6216a3d6700cb48202f0761536fc1a76a8132b56ddd9a4a3a Oct 11 07:48:58.492 INFO running `"docker" "start" "-a" "7d7175ea526493a6216a3d6700cb48202f0761536fc1a76a8132b56ddd9a4a3a"` Oct 11 07:48:59.065 INFO kablam! usermod: no changes Oct 11 07:48:59.140 INFO kablam! Compiling coord v0.11.0 Oct 11 07:49:00.653 INFO kablam! Compiling tracer-rs v0.1.0 (/source) Oct 11 07:49:01.871 INFO kablam! warning: unnecessary parentheses around assigned value Oct 11 07:49:01.871 INFO kablam! --> src/ray.rs:41:28 Oct 11 07:49:01.871 INFO kablam! | Oct 11 07:49:01.871 INFO kablam! 41 | let mut temp = ((-b - discriminant.sqrt()) /a ); Oct 11 07:49:01.871 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 07:49:01.871 INFO kablam! | Oct 11 07:49:01.871 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 07:49:01.871 INFO kablam! Oct 11 07:49:01.871 INFO kablam! warning: unnecessary parentheses around assigned value Oct 11 07:49:01.871 INFO kablam! --> src/ray.rs:49:20 Oct 11 07:49:01.871 INFO kablam! | Oct 11 07:49:01.871 INFO kablam! 49 | temp = ((-b + discriminant.sqrt()) / a); Oct 11 07:49:01.871 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 07:49:01.871 INFO kablam! Oct 11 07:49:01.871 INFO kablam! warning: unused import: `ray::Ray` Oct 11 07:49:01.871 INFO kablam! --> src/render.rs:1:5 Oct 11 07:49:01.871 INFO kablam! | Oct 11 07:49:01.871 INFO kablam! 1 | use ray::Ray; Oct 11 07:49:01.871 INFO kablam! | ^^^^^^^^ Oct 11 07:49:01.871 INFO kablam! | Oct 11 07:49:01.871 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 07:49:01.871 INFO kablam! Oct 11 07:49:01.960 INFO kablam! warning: unused variable: `s` Oct 11 07:49:01.960 INFO kablam! --> src/render.rs:48:29 Oct 11 07:49:01.960 INFO kablam! | Oct 11 07:49:01.960 INFO kablam! 48 | for s in 0..SAMPLES { Oct 11 07:49:01.960 INFO kablam! | ^ help: consider using `_s` instead Oct 11 07:49:01.960 INFO kablam! | Oct 11 07:49:01.960 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 07:49:01.960 INFO kablam! Oct 11 07:49:01.960 INFO kablam! warning: method is never used: `new` Oct 11 07:49:01.960 INFO kablam! --> src/scene.rs:67:5 Oct 11 07:49:01.960 INFO kablam! | Oct 11 07:49:01.960 INFO kablam! 67 | pub fn new() -> Scene { Oct 11 07:49:01.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:49:01.960 INFO kablam! | Oct 11 07:49:01.960 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 07:49:01.960 INFO kablam! Oct 11 07:49:01.960 INFO kablam! warning: method is never used: `add_sphere` Oct 11 07:49:01.960 INFO kablam! --> src/scene.rs:73:5 Oct 11 07:49:01.960 INFO kablam! | Oct 11 07:49:01.960 INFO kablam! 73 | pub fn add_sphere(&mut self, in_radius: f32, in_origin: Vec3) { Oct 11 07:49:01.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:49:01.960 INFO kablam! Oct 11 07:49:01.960 INFO kablam! warning: method is never used: `new` Oct 11 07:49:01.960 INFO kablam! --> src/render.rs:23:5 Oct 11 07:49:01.960 INFO kablam! | Oct 11 07:49:01.960 INFO kablam! 23 | pub fn new() -> Renderer { Oct 11 07:49:01.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:49:01.960 INFO kablam! Oct 11 07:49:01.960 INFO kablam! warning: method is never used: `new_from_scene` Oct 11 07:49:01.960 INFO kablam! --> src/render.rs:29:5 Oct 11 07:49:01.960 INFO kablam! | Oct 11 07:49:01.960 INFO kablam! 29 | pub fn new_from_scene(in_scene: Scene) -> Renderer { Oct 11 07:49:01.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:49:01.960 INFO kablam! Oct 11 07:49:01.960 INFO kablam! warning: method is never used: `switch_scene` Oct 11 07:49:01.960 INFO kablam! --> src/render.rs:35:5 Oct 11 07:49:01.960 INFO kablam! | Oct 11 07:49:01.960 INFO kablam! 35 | pub fn switch_scene(&mut self, in_scene: Scene) { Oct 11 07:49:01.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:49:01.960 INFO kablam! Oct 11 07:49:01.960 INFO kablam! warning: the feature `extern_prelude` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 11 07:49:01.960 INFO kablam! --> src/main.rs:1:12 Oct 11 07:49:01.960 INFO kablam! | Oct 11 07:49:01.961 INFO kablam! 1 | #![feature(extern_prelude)] Oct 11 07:49:01.961 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 07:49:01.961 INFO kablam! | Oct 11 07:49:01.961 INFO kablam! = note: #[warn(stable_features)] on by default Oct 11 07:49:01.961 INFO kablam! Oct 11 07:49:02.445 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.35s Oct 11 07:49:02.448 INFO kablam! su: No module specific data is present Oct 11 07:49:02.965 INFO running `"docker" "rm" "-f" "7d7175ea526493a6216a3d6700cb48202f0761536fc1a76a8132b56ddd9a4a3a"` Oct 11 07:49:03.031 INFO blam! 7d7175ea526493a6216a3d6700cb48202f0761536fc1a76a8132b56ddd9a4a3a Oct 11 07:49:03.040 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 07:49:03.040 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 11 07:49:03.236 INFO blam! 39862629b8da9ca7bdac25d32f8afe7511d07f5d226cdd294f1c31d350f8575f Oct 11 07:49:03.237 INFO running `"docker" "start" "-a" "39862629b8da9ca7bdac25d32f8afe7511d07f5d226cdd294f1c31d350f8575f"` Oct 11 07:49:03.634 INFO kablam! usermod: no changes Oct 11 07:49:03.675 INFO kablam! Compiling tracer-rs v0.1.0 (/source) Oct 11 07:49:04.976 INFO kablam! warning: unnecessary parentheses around assigned value Oct 11 07:49:04.976 INFO kablam! --> src/ray.rs:41:28 Oct 11 07:49:04.976 INFO kablam! | Oct 11 07:49:04.976 INFO kablam! 41 | let mut temp = ((-b - discriminant.sqrt()) /a ); Oct 11 07:49:04.976 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 07:49:04.976 INFO kablam! | Oct 11 07:49:04.976 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 07:49:04.976 INFO kablam! Oct 11 07:49:04.976 INFO kablam! warning: unnecessary parentheses around assigned value Oct 11 07:49:04.976 INFO kablam! --> src/ray.rs:49:20 Oct 11 07:49:04.976 INFO kablam! | Oct 11 07:49:04.976 INFO kablam! 49 | temp = ((-b + discriminant.sqrt()) / a); Oct 11 07:49:04.976 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 07:49:04.976 INFO kablam! Oct 11 07:49:04.976 INFO kablam! warning: unused import: `ray::Ray` Oct 11 07:49:04.976 INFO kablam! --> src/render.rs:1:5 Oct 11 07:49:04.976 INFO kablam! | Oct 11 07:49:04.976 INFO kablam! 1 | use ray::Ray; Oct 11 07:49:04.976 INFO kablam! | ^^^^^^^^ Oct 11 07:49:04.976 INFO kablam! | Oct 11 07:49:04.976 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 07:49:04.976 INFO kablam! Oct 11 07:49:05.040 INFO kablam! warning: unused variable: `s` Oct 11 07:49:05.040 INFO kablam! --> src/render.rs:48:29 Oct 11 07:49:05.040 INFO kablam! | Oct 11 07:49:05.040 INFO kablam! 48 | for s in 0..SAMPLES { Oct 11 07:49:05.040 INFO kablam! | ^ help: consider using `_s` instead Oct 11 07:49:05.040 INFO kablam! | Oct 11 07:49:05.040 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 07:49:05.040 INFO kablam! Oct 11 07:49:05.052 INFO kablam! warning: method is never used: `new` Oct 11 07:49:05.052 INFO kablam! --> src/scene.rs:67:5 Oct 11 07:49:05.052 INFO kablam! | Oct 11 07:49:05.052 INFO kablam! 67 | pub fn new() -> Scene { Oct 11 07:49:05.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:49:05.052 INFO kablam! | Oct 11 07:49:05.052 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 07:49:05.052 INFO kablam! Oct 11 07:49:05.054 INFO kablam! warning: method is never used: `add_sphere` Oct 11 07:49:05.054 INFO kablam! --> src/scene.rs:73:5 Oct 11 07:49:05.054 INFO kablam! | Oct 11 07:49:05.054 INFO kablam! 73 | pub fn add_sphere(&mut self, in_radius: f32, in_origin: Vec3) { Oct 11 07:49:05.054 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:49:05.054 INFO kablam! Oct 11 07:49:05.054 INFO kablam! warning: method is never used: `new` Oct 11 07:49:05.054 INFO kablam! --> src/render.rs:23:5 Oct 11 07:49:05.054 INFO kablam! | Oct 11 07:49:05.054 INFO kablam! 23 | pub fn new() -> Renderer { Oct 11 07:49:05.054 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:49:05.054 INFO kablam! Oct 11 07:49:05.054 INFO kablam! warning: method is never used: `new_from_scene` Oct 11 07:49:05.054 INFO kablam! --> src/render.rs:29:5 Oct 11 07:49:05.054 INFO kablam! | Oct 11 07:49:05.054 INFO kablam! 29 | pub fn new_from_scene(in_scene: Scene) -> Renderer { Oct 11 07:49:05.054 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:49:05.054 INFO kablam! Oct 11 07:49:05.054 INFO kablam! warning: method is never used: `switch_scene` Oct 11 07:49:05.054 INFO kablam! --> src/render.rs:35:5 Oct 11 07:49:05.054 INFO kablam! | Oct 11 07:49:05.054 INFO kablam! 35 | pub fn switch_scene(&mut self, in_scene: Scene) { Oct 11 07:49:05.054 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:49:05.054 INFO kablam! Oct 11 07:49:05.054 INFO kablam! warning: the feature `extern_prelude` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 11 07:49:05.054 INFO kablam! --> src/main.rs:1:12 Oct 11 07:49:05.054 INFO kablam! | Oct 11 07:49:05.054 INFO kablam! 1 | #![feature(extern_prelude)] Oct 11 07:49:05.054 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 07:49:05.054 INFO kablam! | Oct 11 07:49:05.054 INFO kablam! = note: #[warn(stable_features)] on by default Oct 11 07:49:05.054 INFO kablam! Oct 11 07:49:05.378 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.72s Oct 11 07:49:05.382 INFO kablam! su: No module specific data is present Oct 11 07:49:05.619 INFO running `"docker" "rm" "-f" "39862629b8da9ca7bdac25d32f8afe7511d07f5d226cdd294f1c31d350f8575f"` Oct 11 07:49:05.686 INFO blam! 39862629b8da9ca7bdac25d32f8afe7511d07f5d226cdd294f1c31d350f8575f Oct 11 07:49:05.688 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 07:49:05.688 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 11 07:49:05.875 INFO blam! ddaeff807eb7920177cf09d923794bf7826f02077c79bed49b455710a559e2f0 Oct 11 07:49:05.876 INFO running `"docker" "start" "-a" "ddaeff807eb7920177cf09d923794bf7826f02077c79bed49b455710a559e2f0"` Oct 11 07:49:06.367 INFO kablam! usermod: no changes Oct 11 07:49:06.434 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 11 07:49:06.452 INFO kablam! Running /target/debug/deps/tracer_rs-33a63bb6811c68fc Oct 11 07:49:06.456 INFO blam! Oct 11 07:49:06.456 INFO blam! running 0 tests Oct 11 07:49:06.456 INFO blam! Oct 11 07:49:06.456 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 07:49:06.456 INFO blam! Oct 11 07:49:06.464 INFO kablam! su: No module specific data is present Oct 11 07:49:07.034 INFO running `"docker" "rm" "-f" "ddaeff807eb7920177cf09d923794bf7826f02077c79bed49b455710a559e2f0"` Oct 11 07:49:07.256 INFO blam! ddaeff807eb7920177cf09d923794bf7826f02077c79bed49b455710a559e2f0