Oct 10 19:49:20.032 INFO testing krzyk/rraytrace against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 19:49:20.033 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 19:49:20.034 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 10 19:49:20.495 INFO blam! df7fbb7e61462276df8dc13ad151045883ad85aaf7106b33531ec89398234b08 Oct 10 19:49:20.496 INFO running `"docker" "start" "-a" "df7fbb7e61462276df8dc13ad151045883ad85aaf7106b33531ec89398234b08"` Oct 10 19:49:21.956 INFO kablam! usermod: no changes Oct 10 19:49:22.036 INFO kablam! Compiling rraytrace v0.1.0 (/source) Oct 10 19:49:22.777 INFO kablam! warning: value assigned to `rec` is never read Oct 10 19:49:22.777 INFO kablam! --> src/main.rs:249:17 Oct 10 19:49:22.777 INFO kablam! | Oct 10 19:49:22.777 INFO kablam! 249 | rec = temp_rec.clone(); Oct 10 19:49:22.777 INFO kablam! | ^^^ Oct 10 19:49:22.777 INFO kablam! | Oct 10 19:49:22.777 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 10 19:49:22.777 INFO kablam! Oct 10 19:49:22.777 INFO kablam! warning: variable `rec` is assigned to, but never used Oct 10 19:49:22.777 INFO kablam! --> src/main.rs:241:56 Oct 10 19:49:22.777 INFO kablam! | Oct 10 19:49:22.777 INFO kablam! 241 | fn hit(&self, r: &Ray, t_min: f64, t_max: f64, mut rec: HitRecord) -> bool { Oct 10 19:49:22.777 INFO kablam! | ^^^ Oct 10 19:49:22.777 INFO kablam! | Oct 10 19:49:22.777 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 19:49:22.777 INFO kablam! = note: consider using `_rec` instead Oct 10 19:49:22.777 INFO kablam! Oct 10 19:49:22.804 INFO kablam! warning: variable does not need to be mutable Oct 10 19:49:22.804 INFO kablam! --> src/main.rs:242:13 Oct 10 19:49:22.804 INFO kablam! | Oct 10 19:49:22.804 INFO kablam! 242 | let mut temp_rec = HitRecord::new(); Oct 10 19:49:22.804 INFO kablam! | ----^^^^^^^^ Oct 10 19:49:22.804 INFO kablam! | | Oct 10 19:49:22.804 INFO kablam! | help: remove this `mut` Oct 10 19:49:22.804 INFO kablam! | Oct 10 19:49:22.804 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 19:49:22.804 INFO kablam! Oct 10 19:49:22.804 INFO kablam! warning: variable does not need to be mutable Oct 10 19:49:22.804 INFO kablam! --> src/main.rs:257:9 Oct 10 19:49:22.804 INFO kablam! | Oct 10 19:49:22.804 INFO kablam! 257 | let mut rec = HitRecord::new(); Oct 10 19:49:22.804 INFO kablam! | ----^^^ Oct 10 19:49:22.804 INFO kablam! | | Oct 10 19:49:22.804 INFO kablam! | help: remove this `mut` Oct 10 19:49:22.804 INFO kablam! Oct 10 19:49:22.804 INFO kablam! warning: method is never used: `squared_length` Oct 10 19:49:22.804 INFO kablam! --> src/main.rs:70:5 Oct 10 19:49:22.804 INFO kablam! | Oct 10 19:49:22.804 INFO kablam! 70 | fn squared_length(&self) -> f64 { Oct 10 19:49:22.804 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:49:22.804 INFO kablam! | Oct 10 19:49:22.804 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 19:49:22.804 INFO kablam! Oct 10 19:49:22.804 INFO kablam! warning: method is never used: `cross` Oct 10 19:49:22.804 INFO kablam! --> src/main.rs:78:5 Oct 10 19:49:22.804 INFO kablam! | Oct 10 19:49:22.804 INFO kablam! 78 | fn cross(&self, other: Coords) -> Coords { Oct 10 19:49:22.804 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:49:22.804 INFO kablam! Oct 10 19:49:22.804 INFO kablam! warning: method is never used: `unit_vector` Oct 10 19:49:22.804 INFO kablam! --> src/main.rs:86:5 Oct 10 19:49:22.804 INFO kablam! | Oct 10 19:49:22.804 INFO kablam! 86 | fn unit_vector(self, other: Coords) -> Coords { Oct 10 19:49:22.804 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:49:22.804 INFO kablam! Oct 10 19:49:23.380 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.38s Oct 10 19:49:23.380 INFO kablam! su: No module specific data is present Oct 10 19:49:24.193 INFO running `"docker" "rm" "-f" "df7fbb7e61462276df8dc13ad151045883ad85aaf7106b33531ec89398234b08"` Oct 10 19:49:24.468 INFO blam! df7fbb7e61462276df8dc13ad151045883ad85aaf7106b33531ec89398234b08 Oct 10 19:49:24.473 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 19:49:24.474 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 10 19:49:24.856 INFO blam! 384647fde1a0673d210aac87da00a6a5a11315427f4112830ad86b3451b52f4d Oct 10 19:49:24.857 INFO running `"docker" "start" "-a" "384647fde1a0673d210aac87da00a6a5a11315427f4112830ad86b3451b52f4d"` Oct 10 19:49:26.170 INFO kablam! usermod: no changes Oct 10 19:49:26.236 INFO kablam! Compiling rraytrace v0.1.0 (/source) Oct 10 19:49:27.096 INFO kablam! warning: value assigned to `rec` is never read Oct 10 19:49:27.096 INFO kablam! --> src/main.rs:249:17 Oct 10 19:49:27.096 INFO kablam! | Oct 10 19:49:27.096 INFO kablam! 249 | rec = temp_rec.clone(); Oct 10 19:49:27.096 INFO kablam! | ^^^ Oct 10 19:49:27.096 INFO kablam! | Oct 10 19:49:27.096 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 10 19:49:27.096 INFO kablam! Oct 10 19:49:27.096 INFO kablam! warning: variable `rec` is assigned to, but never used Oct 10 19:49:27.096 INFO kablam! --> src/main.rs:241:56 Oct 10 19:49:27.096 INFO kablam! | Oct 10 19:49:27.096 INFO kablam! 241 | fn hit(&self, r: &Ray, t_min: f64, t_max: f64, mut rec: HitRecord) -> bool { Oct 10 19:49:27.096 INFO kablam! | ^^^ Oct 10 19:49:27.096 INFO kablam! | Oct 10 19:49:27.096 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 19:49:27.097 INFO kablam! = note: consider using `_rec` instead Oct 10 19:49:27.097 INFO kablam! Oct 10 19:49:27.108 INFO kablam! warning: variable does not need to be mutable Oct 10 19:49:27.108 INFO kablam! --> src/main.rs:242:13 Oct 10 19:49:27.108 INFO kablam! | Oct 10 19:49:27.108 INFO kablam! 242 | let mut temp_rec = HitRecord::new(); Oct 10 19:49:27.108 INFO kablam! | ----^^^^^^^^ Oct 10 19:49:27.108 INFO kablam! | | Oct 10 19:49:27.108 INFO kablam! | help: remove this `mut` Oct 10 19:49:27.108 INFO kablam! | Oct 10 19:49:27.108 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 19:49:27.108 INFO kablam! Oct 10 19:49:27.108 INFO kablam! warning: variable does not need to be mutable Oct 10 19:49:27.108 INFO kablam! --> src/main.rs:257:9 Oct 10 19:49:27.108 INFO kablam! | Oct 10 19:49:27.108 INFO kablam! 257 | let mut rec = HitRecord::new(); Oct 10 19:49:27.108 INFO kablam! | ----^^^ Oct 10 19:49:27.108 INFO kablam! | | Oct 10 19:49:27.108 INFO kablam! | help: remove this `mut` Oct 10 19:49:27.108 INFO kablam! Oct 10 19:49:27.120 INFO kablam! warning: method is never used: `squared_length` Oct 10 19:49:27.120 INFO kablam! --> src/main.rs:70:5 Oct 10 19:49:27.120 INFO kablam! | Oct 10 19:49:27.120 INFO kablam! 70 | fn squared_length(&self) -> f64 { Oct 10 19:49:27.120 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:49:27.120 INFO kablam! | Oct 10 19:49:27.120 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 19:49:27.120 INFO kablam! Oct 10 19:49:27.120 INFO kablam! warning: method is never used: `cross` Oct 10 19:49:27.120 INFO kablam! --> src/main.rs:78:5 Oct 10 19:49:27.120 INFO kablam! | Oct 10 19:49:27.120 INFO kablam! 78 | fn cross(&self, other: Coords) -> Coords { Oct 10 19:49:27.120 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:49:27.120 INFO kablam! Oct 10 19:49:27.120 INFO kablam! warning: method is never used: `unit_vector` Oct 10 19:49:27.120 INFO kablam! --> src/main.rs:86:5 Oct 10 19:49:27.120 INFO kablam! | Oct 10 19:49:27.120 INFO kablam! 86 | fn unit_vector(self, other: Coords) -> Coords { Oct 10 19:49:27.120 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:49:27.120 INFO kablam! Oct 10 19:49:27.698 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.48s Oct 10 19:49:27.698 INFO kablam! su: No module specific data is present Oct 10 19:49:28.376 INFO running `"docker" "rm" "-f" "384647fde1a0673d210aac87da00a6a5a11315427f4112830ad86b3451b52f4d"` Oct 10 19:49:28.665 INFO blam! 384647fde1a0673d210aac87da00a6a5a11315427f4112830ad86b3451b52f4d Oct 10 19:49:28.669 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 19:49:28.671 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 10 19:49:29.214 INFO blam! 71b365a4b3a552b630a669ac3d198646f462c2540207181e5d987cf7c282366a Oct 10 19:49:29.217 INFO running `"docker" "start" "-a" "71b365a4b3a552b630a669ac3d198646f462c2540207181e5d987cf7c282366a"` Oct 10 19:49:30.848 INFO kablam! usermod: no changes Oct 10 19:49:30.887 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 10 19:49:30.887 INFO kablam! Running /target/debug/deps/rraytrace-95b543fa0ce936a8 Oct 10 19:49:30.896 INFO blam! Oct 10 19:49:30.896 INFO blam! running 0 tests Oct 10 19:49:30.896 INFO blam! Oct 10 19:49:30.896 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 19:49:30.897 INFO blam! Oct 10 19:49:30.905 INFO kablam! su: No module specific data is present Oct 10 19:49:31.654 INFO running `"docker" "rm" "-f" "71b365a4b3a552b630a669ac3d198646f462c2540207181e5d987cf7c282366a"` Oct 10 19:49:32.040 INFO blam! 71b365a4b3a552b630a669ac3d198646f462c2540207181e5d987cf7c282366a