Oct 15 12:51:26.608 INFO testing Adam-Gleave/tracer-rs against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 12:51:26.609 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 12:51:26.817 INFO blam! ebcf83912fc9352795b1e7a2d7f3eef09fe32841475ce32085fa721b56a0a8b0 Oct 15 12:51:26.818 INFO running `"docker" "start" "-a" "ebcf83912fc9352795b1e7a2d7f3eef09fe32841475ce32085fa721b56a0a8b0"` Oct 15 12:51:27.253 INFO kablam! usermod: no changes Oct 15 12:51:27.344 INFO kablam! Compiling coord v0.11.0 Oct 15 12:51:28.406 INFO kablam! Compiling tracer-rs v0.1.0 (/source) Oct 15 12:51:29.010 INFO kablam! warning: unnecessary parentheses around assigned value Oct 15 12:51:29.010 INFO kablam! --> src/ray.rs:41:28 Oct 15 12:51:29.010 INFO kablam! | Oct 15 12:51:29.010 INFO kablam! 41 | let mut temp = ((-b - discriminant.sqrt()) /a ); Oct 15 12:51:29.010 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:51:29.010 INFO kablam! | Oct 15 12:51:29.010 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 12:51:29.010 INFO kablam! Oct 15 12:51:29.010 INFO kablam! warning: unnecessary parentheses around assigned value Oct 15 12:51:29.010 INFO kablam! --> src/ray.rs:49:20 Oct 15 12:51:29.010 INFO kablam! | Oct 15 12:51:29.010 INFO kablam! 49 | temp = ((-b + discriminant.sqrt()) / a); Oct 15 12:51:29.010 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:51:29.010 INFO kablam! Oct 15 12:51:29.011 INFO kablam! warning: unused import: `ray::Ray` Oct 15 12:51:29.011 INFO kablam! --> src/render.rs:1:5 Oct 15 12:51:29.011 INFO kablam! | Oct 15 12:51:29.011 INFO kablam! 1 | use ray::Ray; Oct 15 12:51:29.011 INFO kablam! | ^^^^^^^^ Oct 15 12:51:29.011 INFO kablam! | Oct 15 12:51:29.011 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 12:51:29.011 INFO kablam! Oct 15 12:51:29.069 INFO kablam! warning: unused variable: `s` Oct 15 12:51:29.069 INFO kablam! --> src/render.rs:48:29 Oct 15 12:51:29.069 INFO kablam! | Oct 15 12:51:29.069 INFO kablam! 48 | for s in 0..SAMPLES { Oct 15 12:51:29.069 INFO kablam! | ^ help: consider using `_s` instead Oct 15 12:51:29.069 INFO kablam! | Oct 15 12:51:29.069 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 12:51:29.069 INFO kablam! Oct 15 12:51:29.081 INFO kablam! warning: method is never used: `new` Oct 15 12:51:29.081 INFO kablam! --> src/scene.rs:67:5 Oct 15 12:51:29.081 INFO kablam! | Oct 15 12:51:29.081 INFO kablam! 67 | pub fn new() -> Scene { Oct 15 12:51:29.081 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:51:29.081 INFO kablam! | Oct 15 12:51:29.081 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 12:51:29.081 INFO kablam! Oct 15 12:51:29.081 INFO kablam! warning: method is never used: `add_sphere` Oct 15 12:51:29.081 INFO kablam! --> src/scene.rs:73:5 Oct 15 12:51:29.081 INFO kablam! | Oct 15 12:51:29.081 INFO kablam! 73 | pub fn add_sphere(&mut self, in_radius: f32, in_origin: Vec3) { Oct 15 12:51:29.081 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:51:29.081 INFO kablam! Oct 15 12:51:29.081 INFO kablam! warning: method is never used: `new` Oct 15 12:51:29.081 INFO kablam! --> src/render.rs:23:5 Oct 15 12:51:29.081 INFO kablam! | Oct 15 12:51:29.081 INFO kablam! 23 | pub fn new() -> Renderer { Oct 15 12:51:29.081 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:51:29.081 INFO kablam! Oct 15 12:51:29.081 INFO kablam! warning: method is never used: `new_from_scene` Oct 15 12:51:29.081 INFO kablam! --> src/render.rs:29:5 Oct 15 12:51:29.081 INFO kablam! | Oct 15 12:51:29.081 INFO kablam! 29 | pub fn new_from_scene(in_scene: Scene) -> Renderer { Oct 15 12:51:29.081 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:51:29.081 INFO kablam! Oct 15 12:51:29.081 INFO kablam! warning: method is never used: `switch_scene` Oct 15 12:51:29.081 INFO kablam! --> src/render.rs:35:5 Oct 15 12:51:29.081 INFO kablam! | Oct 15 12:51:29.081 INFO kablam! 35 | pub fn switch_scene(&mut self, in_scene: Scene) { Oct 15 12:51:29.081 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:51:29.081 INFO kablam! Oct 15 12:51:29.081 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.081 INFO kablam! --> src/main.rs:1:12 Oct 15 12:51:29.081 INFO kablam! | Oct 15 12:51:29.081 INFO kablam! 1 | #![feature(extern_prelude)] Oct 15 12:51:29.081 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 12:51:29.081 INFO kablam! | Oct 15 12:51:29.081 INFO kablam! = note: #[warn(stable_features)] on by default Oct 15 12:51:29.081 INFO kablam! Oct 15 12:51:29.569 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.29s Oct 15 12:51:29.572 INFO kablam! su: No module specific data is present Oct 15 12:51:29.975 INFO running `"docker" "rm" "-f" "ebcf83912fc9352795b1e7a2d7f3eef09fe32841475ce32085fa721b56a0a8b0"` Oct 15 12:51:30.074 INFO blam! ebcf83912fc9352795b1e7a2d7f3eef09fe32841475ce32085fa721b56a0a8b0 Oct 15 12:51:30.076 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 12:51:30.267 INFO blam! 27b73c5911fe2b4cfadb15f7a49b1df7d65c93787c13cdf66c6ea381844f41a3 Oct 15 12:51:30.269 INFO running `"docker" "start" "-a" "27b73c5911fe2b4cfadb15f7a49b1df7d65c93787c13cdf66c6ea381844f41a3"` Oct 15 12:51:30.643 INFO kablam! usermod: no changes Oct 15 12:51:30.682 INFO kablam! Compiling tracer-rs v0.1.0 (/source) Oct 15 12:51:31.506 INFO kablam! warning: unnecessary parentheses around assigned value Oct 15 12:51:31.506 INFO kablam! --> src/ray.rs:41:28 Oct 15 12:51:31.506 INFO kablam! | Oct 15 12:51:31.506 INFO kablam! 41 | let mut temp = ((-b - discriminant.sqrt()) /a ); Oct 15 12:51:31.506 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:51:31.506 INFO kablam! | Oct 15 12:51:31.506 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 12:51:31.506 INFO kablam! Oct 15 12:51:31.506 INFO kablam! warning: unnecessary parentheses around assigned value Oct 15 12:51:31.506 INFO kablam! --> src/ray.rs:49:20 Oct 15 12:51:31.506 INFO kablam! | Oct 15 12:51:31.506 INFO kablam! 49 | temp = ((-b + discriminant.sqrt()) / a); Oct 15 12:51:31.506 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:51:31.506 INFO kablam! Oct 15 12:51:31.506 INFO kablam! warning: unused import: `ray::Ray` Oct 15 12:51:31.506 INFO kablam! --> src/render.rs:1:5 Oct 15 12:51:31.506 INFO kablam! | Oct 15 12:51:31.506 INFO kablam! 1 | use ray::Ray; Oct 15 12:51:31.506 INFO kablam! | ^^^^^^^^ Oct 15 12:51:31.506 INFO kablam! | Oct 15 12:51:31.506 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 12:51:31.506 INFO kablam! Oct 15 12:51:31.583 INFO kablam! warning: unused variable: `s` Oct 15 12:51:31.583 INFO kablam! --> src/render.rs:48:29 Oct 15 12:51:31.583 INFO kablam! | Oct 15 12:51:31.583 INFO kablam! 48 | for s in 0..SAMPLES { Oct 15 12:51:31.583 INFO kablam! | ^ help: consider using `_s` instead Oct 15 12:51:31.583 INFO kablam! | Oct 15 12:51:31.583 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 12:51:31.583 INFO kablam! Oct 15 12:51:31.594 INFO kablam! warning: method is never used: `new` Oct 15 12:51:31.594 INFO kablam! --> src/scene.rs:67:5 Oct 15 12:51:31.594 INFO kablam! | Oct 15 12:51:31.594 INFO kablam! 67 | pub fn new() -> Scene { Oct 15 12:51:31.594 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:51:31.594 INFO kablam! | Oct 15 12:51:31.594 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 12:51:31.594 INFO kablam! Oct 15 12:51:31.594 INFO kablam! warning: method is never used: `add_sphere` Oct 15 12:51:31.594 INFO kablam! --> src/scene.rs:73:5 Oct 15 12:51:31.594 INFO kablam! | Oct 15 12:51:31.594 INFO kablam! 73 | pub fn add_sphere(&mut self, in_radius: f32, in_origin: Vec3) { Oct 15 12:51:31.594 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:51:31.594 INFO kablam! Oct 15 12:51:31.594 INFO kablam! warning: method is never used: `new` Oct 15 12:51:31.594 INFO kablam! --> src/render.rs:23:5 Oct 15 12:51:31.594 INFO kablam! | Oct 15 12:51:31.594 INFO kablam! 23 | pub fn new() -> Renderer { Oct 15 12:51:31.594 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:51:31.594 INFO kablam! Oct 15 12:51:31.594 INFO kablam! warning: method is never used: `new_from_scene` Oct 15 12:51:31.594 INFO kablam! --> src/render.rs:29:5 Oct 15 12:51:31.594 INFO kablam! | Oct 15 12:51:31.594 INFO kablam! 29 | pub fn new_from_scene(in_scene: Scene) -> Renderer { Oct 15 12:51:31.594 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:51:31.594 INFO kablam! Oct 15 12:51:31.594 INFO kablam! warning: method is never used: `switch_scene` Oct 15 12:51:31.594 INFO kablam! --> src/render.rs:35:5 Oct 15 12:51:31.594 INFO kablam! | Oct 15 12:51:31.594 INFO kablam! 35 | pub fn switch_scene(&mut self, in_scene: Scene) { Oct 15 12:51:31.594 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:51:31.595 INFO kablam! Oct 15 12:51:31.595 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.595 INFO kablam! --> src/main.rs:1:12 Oct 15 12:51:31.595 INFO kablam! | Oct 15 12:51:31.595 INFO kablam! 1 | #![feature(extern_prelude)] Oct 15 12:51:31.595 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 12:51:31.595 INFO kablam! | Oct 15 12:51:31.595 INFO kablam! = note: #[warn(stable_features)] on by default Oct 15 12:51:31.595 INFO kablam! Oct 15 12:51:31.975 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.31s Oct 15 12:51:31.975 INFO kablam! su: No module specific data is present Oct 15 12:51:32.213 INFO running `"docker" "rm" "-f" "27b73c5911fe2b4cfadb15f7a49b1df7d65c93787c13cdf66c6ea381844f41a3"` Oct 15 12:51:32.338 INFO blam! 27b73c5911fe2b4cfadb15f7a49b1df7d65c93787c13cdf66c6ea381844f41a3 Oct 15 12:51:32.340 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 12:51:32.501 INFO blam! 8e3faac0ce42d5b9783645b6edd8998ae657478633f7ce1328c0d6e907de33b6 Oct 15 12:51:32.502 INFO running `"docker" "start" "-a" "8e3faac0ce42d5b9783645b6edd8998ae657478633f7ce1328c0d6e907de33b6"` Oct 15 12:51:32.887 INFO kablam! usermod: no changes Oct 15 12:51:32.928 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 15 12:51:32.938 INFO kablam! Running /target/debug/deps/tracer_rs-3d3c4103bc585db9 Oct 15 12:51:32.941 INFO kablam! su: No module specific data is present Oct 15 12:51:32.941 INFO blam! Oct 15 12:51:32.941 INFO blam! running 0 tests Oct 15 12:51:32.941 INFO blam! Oct 15 12:51:32.941 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 12:51:32.941 INFO blam! Oct 15 12:51:33.164 INFO running `"docker" "rm" "-f" "8e3faac0ce42d5b9783645b6edd8998ae657478633f7ce1328c0d6e907de33b6"` Oct 15 12:51:33.233 INFO blam! 8e3faac0ce42d5b9783645b6edd8998ae657478633f7ce1328c0d6e907de33b6