Oct 14 14:23:00.969 INFO testing krzyk/rraytrace against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 14:23:00.971 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 14:23:01.479 INFO blam! c15f24d080dd43e9f84439e3baf76b88332243c57633f508b75b9641d64d9988 Oct 14 14:23:01.482 INFO running `"docker" "start" "-a" "c15f24d080dd43e9f84439e3baf76b88332243c57633f508b75b9641d64d9988"` Oct 14 14:23:03.043 INFO kablam! usermod: no changes Oct 14 14:23:03.115 INFO kablam! Compiling rraytrace v0.1.0 (/source) Oct 14 14:23:03.415 INFO kablam! warning: value assigned to `rec` is never read Oct 14 14:23:03.416 INFO kablam! --> src/main.rs:249:17 Oct 14 14:23:03.416 INFO kablam! | Oct 14 14:23:03.416 INFO kablam! 249 | rec = temp_rec.clone(); Oct 14 14:23:03.417 INFO kablam! | ^^^ Oct 14 14:23:03.417 INFO kablam! | Oct 14 14:23:03.417 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 14 14:23:03.418 INFO kablam! Oct 14 14:23:03.418 INFO kablam! warning: variable `rec` is assigned to, but never used Oct 14 14:23:03.418 INFO kablam! --> src/main.rs:241:56 Oct 14 14:23:03.418 INFO kablam! | Oct 14 14:23:03.419 INFO kablam! 241 | fn hit(&self, r: &Ray, t_min: f64, t_max: f64, mut rec: HitRecord) -> bool { Oct 14 14:23:03.419 INFO kablam! | ^^^ Oct 14 14:23:03.419 INFO kablam! | Oct 14 14:23:03.420 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 14:23:03.420 INFO kablam! = note: consider using `_rec` instead Oct 14 14:23:03.420 INFO kablam! Oct 14 14:23:03.430 INFO kablam! warning: variable does not need to be mutable Oct 14 14:23:03.430 INFO kablam! --> src/main.rs:242:13 Oct 14 14:23:03.430 INFO kablam! | Oct 14 14:23:03.431 INFO kablam! 242 | let mut temp_rec = HitRecord::new(); Oct 14 14:23:03.431 INFO kablam! | ----^^^^^^^^ Oct 14 14:23:03.431 INFO kablam! | | Oct 14 14:23:03.432 INFO kablam! | help: remove this `mut` Oct 14 14:23:03.432 INFO kablam! | Oct 14 14:23:03.432 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 14:23:03.433 INFO kablam! Oct 14 14:23:03.433 INFO kablam! warning: variable does not need to be mutable Oct 14 14:23:03.433 INFO kablam! --> src/main.rs:257:9 Oct 14 14:23:03.434 INFO kablam! | Oct 14 14:23:03.434 INFO kablam! 257 | let mut rec = HitRecord::new(); Oct 14 14:23:03.434 INFO kablam! | ----^^^ Oct 14 14:23:03.435 INFO kablam! | | Oct 14 14:23:03.435 INFO kablam! | help: remove this `mut` Oct 14 14:23:03.435 INFO kablam! Oct 14 14:23:03.437 INFO kablam! warning: method is never used: `squared_length` Oct 14 14:23:03.437 INFO kablam! --> src/main.rs:70:5 Oct 14 14:23:03.437 INFO kablam! | Oct 14 14:23:03.437 INFO kablam! 70 | fn squared_length(&self) -> f64 { Oct 14 14:23:03.438 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:23:03.438 INFO kablam! | Oct 14 14:23:03.438 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 14:23:03.439 INFO kablam! Oct 14 14:23:03.439 INFO kablam! warning: method is never used: `cross` Oct 14 14:23:03.439 INFO kablam! --> src/main.rs:78:5 Oct 14 14:23:03.440 INFO kablam! | Oct 14 14:23:03.440 INFO kablam! 78 | fn cross(&self, other: Coords) -> Coords { Oct 14 14:23:03.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:23:03.440 INFO kablam! Oct 14 14:23:03.440 INFO kablam! warning: method is never used: `unit_vector` Oct 14 14:23:03.440 INFO kablam! --> src/main.rs:86:5 Oct 14 14:23:03.440 INFO kablam! | Oct 14 14:23:03.440 INFO kablam! 86 | fn unit_vector(self, other: Coords) -> Coords { Oct 14 14:23:03.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:23:03.440 INFO kablam! Oct 14 14:23:04.147 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.06s Oct 14 14:23:04.148 INFO kablam! su: No module specific data is present Oct 14 14:23:05.106 INFO running `"docker" "rm" "-f" "c15f24d080dd43e9f84439e3baf76b88332243c57633f508b75b9641d64d9988"` Oct 14 14:23:05.470 INFO blam! c15f24d080dd43e9f84439e3baf76b88332243c57633f508b75b9641d64d9988 Oct 14 14:23:05.481 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 14:23:05.879 INFO blam! ae0e9536a53f744d050b91a40e7cd60d1ac4cba65d02844ddeb09941d3f20e9b Oct 14 14:23:05.881 INFO running `"docker" "start" "-a" "ae0e9536a53f744d050b91a40e7cd60d1ac4cba65d02844ddeb09941d3f20e9b"` Oct 14 14:23:07.815 INFO kablam! usermod: no changes Oct 14 14:23:07.899 INFO kablam! Compiling rraytrace v0.1.0 (/source) Oct 14 14:23:08.295 INFO kablam! warning: value assigned to `rec` is never read Oct 14 14:23:08.295 INFO kablam! --> src/main.rs:249:17 Oct 14 14:23:08.296 INFO kablam! | Oct 14 14:23:08.296 INFO kablam! 249 | rec = temp_rec.clone(); Oct 14 14:23:08.296 INFO kablam! | ^^^ Oct 14 14:23:08.297 INFO kablam! | Oct 14 14:23:08.297 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 14 14:23:08.297 INFO kablam! Oct 14 14:23:08.298 INFO kablam! warning: variable `rec` is assigned to, but never used Oct 14 14:23:08.298 INFO kablam! --> src/main.rs:241:56 Oct 14 14:23:08.298 INFO kablam! | Oct 14 14:23:08.299 INFO kablam! 241 | fn hit(&self, r: &Ray, t_min: f64, t_max: f64, mut rec: HitRecord) -> bool { Oct 14 14:23:08.299 INFO kablam! | ^^^ Oct 14 14:23:08.299 INFO kablam! | Oct 14 14:23:08.300 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 14:23:08.300 INFO kablam! = note: consider using `_rec` instead Oct 14 14:23:08.300 INFO kablam! Oct 14 14:23:08.311 INFO kablam! warning: variable does not need to be mutable Oct 14 14:23:08.311 INFO kablam! --> src/main.rs:242:13 Oct 14 14:23:08.312 INFO kablam! | Oct 14 14:23:08.312 INFO kablam! 242 | let mut temp_rec = HitRecord::new(); Oct 14 14:23:08.312 INFO kablam! | ----^^^^^^^^ Oct 14 14:23:08.313 INFO kablam! | | Oct 14 14:23:08.313 INFO kablam! | help: remove this `mut` Oct 14 14:23:08.313 INFO kablam! | Oct 14 14:23:08.313 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 14:23:08.314 INFO kablam! Oct 14 14:23:08.314 INFO kablam! warning: variable does not need to be mutable Oct 14 14:23:08.314 INFO kablam! --> src/main.rs:257:9 Oct 14 14:23:08.314 INFO kablam! | Oct 14 14:23:08.315 INFO kablam! 257 | let mut rec = HitRecord::new(); Oct 14 14:23:08.315 INFO kablam! | ----^^^ Oct 14 14:23:08.315 INFO kablam! | | Oct 14 14:23:08.316 INFO kablam! | help: remove this `mut` Oct 14 14:23:08.316 INFO kablam! Oct 14 14:23:08.316 INFO kablam! warning: method is never used: `squared_length` Oct 14 14:23:08.316 INFO kablam! --> src/main.rs:70:5 Oct 14 14:23:08.317 INFO kablam! | Oct 14 14:23:08.317 INFO kablam! 70 | fn squared_length(&self) -> f64 { Oct 14 14:23:08.317 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:23:08.318 INFO kablam! | Oct 14 14:23:08.318 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 14:23:08.318 INFO kablam! Oct 14 14:23:08.318 INFO kablam! warning: method is never used: `cross` Oct 14 14:23:08.318 INFO kablam! --> src/main.rs:78:5 Oct 14 14:23:08.318 INFO kablam! | Oct 14 14:23:08.318 INFO kablam! 78 | fn cross(&self, other: Coords) -> Coords { Oct 14 14:23:08.318 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:23:08.318 INFO kablam! Oct 14 14:23:08.318 INFO kablam! warning: method is never used: `unit_vector` Oct 14 14:23:08.318 INFO kablam! --> src/main.rs:86:5 Oct 14 14:23:08.318 INFO kablam! | Oct 14 14:23:08.318 INFO kablam! 86 | fn unit_vector(self, other: Coords) -> Coords { Oct 14 14:23:08.318 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:23:08.318 INFO kablam! Oct 14 14:23:08.939 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.09s Oct 14 14:23:08.942 INFO kablam! su: No module specific data is present Oct 14 14:23:10.268 INFO running `"docker" "rm" "-f" "ae0e9536a53f744d050b91a40e7cd60d1ac4cba65d02844ddeb09941d3f20e9b"` Oct 14 14:23:10.620 INFO blam! ae0e9536a53f744d050b91a40e7cd60d1ac4cba65d02844ddeb09941d3f20e9b Oct 14 14:23:10.623 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 14:23:11.236 INFO blam! 75f951141c1bfe2fd5614a4ada6b3397fa922f78ba0bfa343f81f7ffb4e55345 Oct 14 14:23:11.239 INFO running `"docker" "start" "-a" "75f951141c1bfe2fd5614a4ada6b3397fa922f78ba0bfa343f81f7ffb4e55345"` Oct 14 14:23:12.483 INFO kablam! usermod: no changes Oct 14 14:23:12.543 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 14 14:23:12.555 INFO kablam! Running /target/debug/deps/rraytrace-4423511dd9ac3730 Oct 14 14:23:12.555 INFO blam! Oct 14 14:23:12.555 INFO kablam! su: No module specific data is present Oct 14 14:23:12.555 INFO blam! running 0 tests Oct 14 14:23:12.555 INFO blam! Oct 14 14:23:12.555 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 14:23:12.555 INFO blam! Oct 14 14:23:13.607 INFO running `"docker" "rm" "-f" "75f951141c1bfe2fd5614a4ada6b3397fa922f78ba0bfa343f81f7ffb4e55345"` Oct 14 14:23:14.039 INFO blam! 75f951141c1bfe2fd5614a4ada6b3397fa922f78ba0bfa343f81f7ffb4e55345