Oct 14 14:23:03.020 INFO testing krzyk/rraytrace against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 14:23:03.020 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 14 14:23:03.496 INFO blam! 60d2ab4a8b13e35cc3784ec66a85e5f2ffd8b6ad073f9c423b413bd30e77f927 Oct 14 14:23:03.498 INFO running `"docker" "start" "-a" "60d2ab4a8b13e35cc3784ec66a85e5f2ffd8b6ad073f9c423b413bd30e77f927"` Oct 14 14:23:05.090 INFO kablam! usermod: no changes Oct 14 14:23:05.139 INFO kablam! Compiling rraytrace v0.1.0 (/source) Oct 14 14:23:05.424 INFO kablam! warning: value assigned to `rec` is never read Oct 14 14:23:05.424 INFO kablam! --> src/main.rs:249:17 Oct 14 14:23:05.425 INFO kablam! | Oct 14 14:23:05.425 INFO kablam! 249 | rec = temp_rec.clone(); Oct 14 14:23:05.425 INFO kablam! | ^^^ Oct 14 14:23:05.426 INFO kablam! | Oct 14 14:23:05.426 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 14 14:23:05.426 INFO kablam! Oct 14 14:23:05.426 INFO kablam! warning: variable `rec` is assigned to, but never used Oct 14 14:23:05.427 INFO kablam! --> src/main.rs:241:56 Oct 14 14:23:05.427 INFO kablam! | Oct 14 14:23:05.427 INFO kablam! 241 | fn hit(&self, r: &Ray, t_min: f64, t_max: f64, mut rec: HitRecord) -> bool { Oct 14 14:23:05.428 INFO kablam! | ^^^ Oct 14 14:23:05.428 INFO kablam! | Oct 14 14:23:05.428 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 14:23:05.429 INFO kablam! = note: consider using `_rec` instead Oct 14 14:23:05.429 INFO kablam! Oct 14 14:23:05.439 INFO kablam! warning: variable does not need to be mutable Oct 14 14:23:05.440 INFO kablam! --> src/main.rs:242:13 Oct 14 14:23:05.440 INFO kablam! | Oct 14 14:23:05.441 INFO kablam! 242 | let mut temp_rec = HitRecord::new(); Oct 14 14:23:05.441 INFO kablam! | ----^^^^^^^^ Oct 14 14:23:05.441 INFO kablam! | | Oct 14 14:23:05.442 INFO kablam! | help: remove this `mut` Oct 14 14:23:05.442 INFO kablam! | Oct 14 14:23:05.442 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 14:23:05.443 INFO kablam! Oct 14 14:23:05.444 INFO kablam! warning: variable does not need to be mutable Oct 14 14:23:05.444 INFO kablam! --> src/main.rs:257:9 Oct 14 14:23:05.445 INFO kablam! | Oct 14 14:23:05.451 INFO kablam! 257 | let mut rec = HitRecord::new(); Oct 14 14:23:05.455 INFO kablam! | ----^^^ Oct 14 14:23:05.455 INFO kablam! | | Oct 14 14:23:05.456 INFO kablam! | help: remove this `mut` Oct 14 14:23:05.456 INFO kablam! Oct 14 14:23:05.456 INFO kablam! warning: method is never used: `squared_length` Oct 14 14:23:05.457 INFO kablam! --> src/main.rs:70:5 Oct 14 14:23:05.457 INFO kablam! | Oct 14 14:23:05.457 INFO kablam! 70 | fn squared_length(&self) -> f64 { Oct 14 14:23:05.458 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:23:05.458 INFO kablam! | Oct 14 14:23:05.463 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 14:23:05.463 INFO kablam! Oct 14 14:23:05.463 INFO kablam! warning: method is never used: `cross` Oct 14 14:23:05.464 INFO kablam! --> src/main.rs:78:5 Oct 14 14:23:05.464 INFO kablam! | Oct 14 14:23:05.464 INFO kablam! 78 | fn cross(&self, other: Coords) -> Coords { Oct 14 14:23:05.465 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:23:05.465 INFO kablam! Oct 14 14:23:05.465 INFO kablam! warning: method is never used: `unit_vector` Oct 14 14:23:05.465 INFO kablam! --> src/main.rs:86:5 Oct 14 14:23:05.466 INFO kablam! | Oct 14 14:23:05.466 INFO kablam! 86 | fn unit_vector(self, other: Coords) -> Coords { Oct 14 14:23:05.466 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:23:05.466 INFO kablam! Oct 14 14:23:06.019 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.90s Oct 14 14:23:06.019 INFO kablam! su: No module specific data is present Oct 14 14:23:07.024 INFO running `"docker" "rm" "-f" "60d2ab4a8b13e35cc3784ec66a85e5f2ffd8b6ad073f9c423b413bd30e77f927"` Oct 14 14:23:07.311 INFO blam! 60d2ab4a8b13e35cc3784ec66a85e5f2ffd8b6ad073f9c423b413bd30e77f927 Oct 14 14:23:07.323 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 14 14:23:07.752 INFO blam! 6f5470da572231190e3982790f1dec3225281f8de3a1d04215db70f83c4a2bde Oct 14 14:23:07.755 INFO running `"docker" "start" "-a" "6f5470da572231190e3982790f1dec3225281f8de3a1d04215db70f83c4a2bde"` Oct 14 14:23:09.879 INFO kablam! usermod: no changes Oct 14 14:23:09.939 INFO kablam! Compiling rraytrace v0.1.0 (/source) Oct 14 14:23:10.319 INFO kablam! warning: value assigned to `rec` is never read Oct 14 14:23:10.319 INFO kablam! --> src/main.rs:249:17 Oct 14 14:23:10.319 INFO kablam! | Oct 14 14:23:10.319 INFO kablam! 249 | rec = temp_rec.clone(); Oct 14 14:23:10.319 INFO kablam! | ^^^ Oct 14 14:23:10.319 INFO kablam! | Oct 14 14:23:10.319 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 14 14:23:10.319 INFO kablam! Oct 14 14:23:10.319 INFO kablam! warning: variable `rec` is assigned to, but never used Oct 14 14:23:10.319 INFO kablam! --> src/main.rs:241:56 Oct 14 14:23:10.319 INFO kablam! | Oct 14 14:23:10.319 INFO kablam! 241 | fn hit(&self, r: &Ray, t_min: f64, t_max: f64, mut rec: HitRecord) -> bool { Oct 14 14:23:10.319 INFO kablam! | ^^^ Oct 14 14:23:10.319 INFO kablam! | Oct 14 14:23:10.319 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 14:23:10.319 INFO kablam! = note: consider using `_rec` instead Oct 14 14:23:10.319 INFO kablam! Oct 14 14:23:10.325 INFO kablam! warning: variable does not need to be mutable Oct 14 14:23:10.325 INFO kablam! --> src/main.rs:242:13 Oct 14 14:23:10.325 INFO kablam! | Oct 14 14:23:10.325 INFO kablam! 242 | let mut temp_rec = HitRecord::new(); Oct 14 14:23:10.325 INFO kablam! | ----^^^^^^^^ Oct 14 14:23:10.325 INFO kablam! | | Oct 14 14:23:10.325 INFO kablam! | help: remove this `mut` Oct 14 14:23:10.325 INFO kablam! | Oct 14 14:23:10.325 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 14:23:10.325 INFO kablam! Oct 14 14:23:10.331 INFO kablam! warning: variable does not need to be mutable Oct 14 14:23:10.331 INFO kablam! --> src/main.rs:257:9 Oct 14 14:23:10.331 INFO kablam! | Oct 14 14:23:10.331 INFO kablam! 257 | let mut rec = HitRecord::new(); Oct 14 14:23:10.331 INFO kablam! | ----^^^ Oct 14 14:23:10.331 INFO kablam! | | Oct 14 14:23:10.331 INFO kablam! | help: remove this `mut` Oct 14 14:23:10.331 INFO kablam! Oct 14 14:23:10.343 INFO kablam! warning: method is never used: `squared_length` Oct 14 14:23:10.343 INFO kablam! --> src/main.rs:70:5 Oct 14 14:23:10.343 INFO kablam! | Oct 14 14:23:10.343 INFO kablam! 70 | fn squared_length(&self) -> f64 { Oct 14 14:23:10.343 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:23:10.343 INFO kablam! | Oct 14 14:23:10.343 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 14:23:10.343 INFO kablam! Oct 14 14:23:10.343 INFO kablam! warning: method is never used: `cross` Oct 14 14:23:10.343 INFO kablam! --> src/main.rs:78:5 Oct 14 14:23:10.343 INFO kablam! | Oct 14 14:23:10.343 INFO kablam! 78 | fn cross(&self, other: Coords) -> Coords { Oct 14 14:23:10.343 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:23:10.343 INFO kablam! Oct 14 14:23:10.343 INFO kablam! warning: method is never used: `unit_vector` Oct 14 14:23:10.343 INFO kablam! --> src/main.rs:86:5 Oct 14 14:23:10.343 INFO kablam! | Oct 14 14:23:10.343 INFO kablam! 86 | fn unit_vector(self, other: Coords) -> Coords { Oct 14 14:23:10.343 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:23:10.343 INFO kablam! Oct 14 14:23:10.859 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.96s Oct 14 14:23:10.861 INFO kablam! su: No module specific data is present Oct 14 14:23:12.034 INFO running `"docker" "rm" "-f" "6f5470da572231190e3982790f1dec3225281f8de3a1d04215db70f83c4a2bde"` Oct 14 14:23:12.375 INFO blam! 6f5470da572231190e3982790f1dec3225281f8de3a1d04215db70f83c4a2bde Oct 14 14:23:12.379 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 14 14:23:12.838 INFO blam! 214cd0513912f69a5ea92c643f50932114c9d3cfb26677b751da03156a036d47 Oct 14 14:23:12.840 INFO running `"docker" "start" "-a" "214cd0513912f69a5ea92c643f50932114c9d3cfb26677b751da03156a036d47"` Oct 14 14:23:14.627 INFO kablam! usermod: no changes Oct 14 14:23:14.691 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 14 14:23:14.700 INFO kablam! Running /target/debug/deps/rraytrace-95b543fa0ce936a8 Oct 14 14:23:14.703 INFO blam! Oct 14 14:23:14.704 INFO blam! running 0 tests Oct 14 14:23:14.704 INFO blam! Oct 14 14:23:14.704 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 14:23:14.704 INFO blam! Oct 14 14:23:14.706 INFO kablam! su: No module specific data is present Oct 14 14:23:16.121 INFO running `"docker" "rm" "-f" "214cd0513912f69a5ea92c643f50932114c9d3cfb26677b751da03156a036d47"` Oct 14 14:23:16.391 INFO blam! 214cd0513912f69a5ea92c643f50932114c9d3cfb26677b751da03156a036d47