Oct 15 04:05:31.172 INFO testing andrewvy/ray-tracer against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 04:05:31.172 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 15 04:05:31.402 INFO blam! 11760c2103c8acc0bf85020fb245e3a9990373a56a3ac055f6eb4de3d8bbca14 Oct 15 04:05:31.410 INFO running `"docker" "start" "-a" "11760c2103c8acc0bf85020fb245e3a9990373a56a3ac055f6eb4de3d8bbca14"` Oct 15 04:05:32.219 INFO kablam! usermod: no changes Oct 15 04:05:32.372 INFO kablam! Compiling proc-macro2 v0.4.5 Oct 15 04:05:32.386 INFO kablam! Compiling rayon-core v1.4.0 Oct 15 04:05:34.236 INFO kablam! Compiling rayon v1.0.1 Oct 15 04:05:35.903 INFO kablam! Compiling quote v0.6.3 Oct 15 04:05:38.547 INFO kablam! Compiling syn v0.14.2 Oct 15 04:05:39.971 INFO kablam! Compiling jpeg-decoder v0.1.14 Oct 15 04:05:51.873 INFO kablam! Compiling num-derive v0.2.2 Oct 15 04:05:54.871 INFO kablam! Compiling image v0.19.0 Oct 15 04:06:12.404 INFO kablam! Compiling ray_tracer v0.1.0 (/source) Oct 15 04:06:14.115 INFO kablam! warning: method is never used: `x` Oct 15 04:06:14.115 INFO kablam! --> src/vec.rs:17:5 Oct 15 04:06:14.115 INFO kablam! | Oct 15 04:06:14.115 INFO kablam! 17 | pub fn x(&self) -> f64 { self.p1 } Oct 15 04:06:14.115 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:14.115 INFO kablam! | Oct 15 04:06:14.115 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 04:06:14.115 INFO kablam! Oct 15 04:06:14.115 INFO kablam! warning: method is never used: `z` Oct 15 04:06:14.115 INFO kablam! --> src/vec.rs:19:5 Oct 15 04:06:14.115 INFO kablam! | Oct 15 04:06:14.115 INFO kablam! 19 | pub fn z(&self) -> f64 { self.p3 } Oct 15 04:06:14.115 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:14.115 INFO kablam! Oct 15 04:06:14.115 INFO kablam! warning: method is never used: `r` Oct 15 04:06:14.115 INFO kablam! --> src/vec.rs:21:5 Oct 15 04:06:14.116 INFO kablam! | Oct 15 04:06:14.116 INFO kablam! 21 | pub fn r(&self) -> f64 { self.p1 } Oct 15 04:06:14.116 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:14.116 INFO kablam! Oct 15 04:06:14.116 INFO kablam! warning: method is never used: `g` Oct 15 04:06:14.116 INFO kablam! --> src/vec.rs:22:5 Oct 15 04:06:14.116 INFO kablam! | Oct 15 04:06:14.116 INFO kablam! 22 | pub fn g(&self) -> f64 { self.p2 } Oct 15 04:06:14.116 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:14.116 INFO kablam! Oct 15 04:06:14.116 INFO kablam! warning: method is never used: `b` Oct 15 04:06:14.116 INFO kablam! --> src/vec.rs:23:5 Oct 15 04:06:14.116 INFO kablam! | Oct 15 04:06:14.116 INFO kablam! 23 | pub fn b(&self) -> f64 { self.p3 } Oct 15 04:06:14.116 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:14.116 INFO kablam! Oct 15 04:06:14.116 INFO kablam! warning: method is never used: `cross` Oct 15 04:06:14.116 INFO kablam! --> src/vec.rs:81:5 Oct 15 04:06:14.116 INFO kablam! | Oct 15 04:06:14.116 INFO kablam! 81 | pub fn cross(&self, v2: &Vec3) -> Vec3 { Oct 15 04:06:14.116 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:14.116 INFO kablam! Oct 15 04:06:14.116 INFO kablam! warning: method is never used: `new` Oct 15 04:06:14.116 INFO kablam! --> src/model.rs:24:5 Oct 15 04:06:14.116 INFO kablam! | Oct 15 04:06:14.116 INFO kablam! 24 | pub fn new(center: Vec3, radius: f64) -> Sphere { Oct 15 04:06:14.116 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:14.116 INFO kablam! Oct 15 04:06:15.752 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 43.51s Oct 15 04:06:15.793 INFO kablam! su: No module specific data is present Oct 15 04:06:16.420 INFO running `"docker" "rm" "-f" "11760c2103c8acc0bf85020fb245e3a9990373a56a3ac055f6eb4de3d8bbca14"` Oct 15 04:06:16.772 INFO blam! 11760c2103c8acc0bf85020fb245e3a9990373a56a3ac055f6eb4de3d8bbca14 Oct 15 04:06:16.774 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 15 04:06:17.287 INFO blam! 90d9b1f0107821a31cc0eb2133b93d3f03a03adb305125af15ed8481127998ad Oct 15 04:06:17.293 INFO running `"docker" "start" "-a" "90d9b1f0107821a31cc0eb2133b93d3f03a03adb305125af15ed8481127998ad"` Oct 15 04:06:18.521 INFO kablam! usermod: no changes Oct 15 04:06:18.639 INFO kablam! Compiling ray_tracer v0.1.0 (/source) Oct 15 04:06:20.363 INFO kablam! warning: method is never used: `x` Oct 15 04:06:20.363 INFO kablam! --> src/vec.rs:17:5 Oct 15 04:06:20.363 INFO kablam! | Oct 15 04:06:20.363 INFO kablam! 17 | pub fn x(&self) -> f64 { self.p1 } Oct 15 04:06:20.363 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:20.363 INFO kablam! | Oct 15 04:06:20.363 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 04:06:20.363 INFO kablam! Oct 15 04:06:20.363 INFO kablam! warning: method is never used: `z` Oct 15 04:06:20.363 INFO kablam! --> src/vec.rs:19:5 Oct 15 04:06:20.363 INFO kablam! | Oct 15 04:06:20.363 INFO kablam! 19 | pub fn z(&self) -> f64 { self.p3 } Oct 15 04:06:20.363 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:20.363 INFO kablam! Oct 15 04:06:20.363 INFO kablam! warning: method is never used: `r` Oct 15 04:06:20.363 INFO kablam! --> src/vec.rs:21:5 Oct 15 04:06:20.363 INFO kablam! | Oct 15 04:06:20.363 INFO kablam! 21 | pub fn r(&self) -> f64 { self.p1 } Oct 15 04:06:20.363 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:20.363 INFO kablam! Oct 15 04:06:20.363 INFO kablam! warning: method is never used: `g` Oct 15 04:06:20.363 INFO kablam! --> src/vec.rs:22:5 Oct 15 04:06:20.363 INFO kablam! | Oct 15 04:06:20.363 INFO kablam! 22 | pub fn g(&self) -> f64 { self.p2 } Oct 15 04:06:20.363 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:20.363 INFO kablam! Oct 15 04:06:20.363 INFO kablam! warning: method is never used: `b` Oct 15 04:06:20.363 INFO kablam! --> src/vec.rs:23:5 Oct 15 04:06:20.363 INFO kablam! | Oct 15 04:06:20.363 INFO kablam! 23 | pub fn b(&self) -> f64 { self.p3 } Oct 15 04:06:20.363 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:20.363 INFO kablam! Oct 15 04:06:20.363 INFO kablam! warning: method is never used: `cross` Oct 15 04:06:20.363 INFO kablam! --> src/vec.rs:81:5 Oct 15 04:06:20.363 INFO kablam! | Oct 15 04:06:20.363 INFO kablam! 81 | pub fn cross(&self, v2: &Vec3) -> Vec3 { Oct 15 04:06:20.363 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:20.363 INFO kablam! Oct 15 04:06:20.363 INFO kablam! warning: method is never used: `new` Oct 15 04:06:20.363 INFO kablam! --> src/model.rs:24:5 Oct 15 04:06:20.363 INFO kablam! | Oct 15 04:06:20.363 INFO kablam! 24 | pub fn new(center: Vec3, radius: f64) -> Sphere { Oct 15 04:06:20.363 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:20.363 INFO kablam! Oct 15 04:06:20.883 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.32s Oct 15 04:06:20.883 INFO kablam! su: No module specific data is present Oct 15 04:06:21.463 INFO running `"docker" "rm" "-f" "90d9b1f0107821a31cc0eb2133b93d3f03a03adb305125af15ed8481127998ad"` Oct 15 04:06:21.759 INFO blam! 90d9b1f0107821a31cc0eb2133b93d3f03a03adb305125af15ed8481127998ad Oct 15 04:06:21.767 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 15 04:06:22.186 INFO blam! 71d643d8d2d85aab1204f95878ff907b83f56fc165e7bec4103aec3f783ff0de Oct 15 04:06:22.195 INFO running `"docker" "start" "-a" "71d643d8d2d85aab1204f95878ff907b83f56fc165e7bec4103aec3f783ff0de"` Oct 15 04:06:23.358 INFO kablam! usermod: no changes Oct 15 04:06:23.512 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.11s Oct 15 04:06:23.527 INFO kablam! Running /target/debug/deps/ray_tracer-ea90aa64c22617dd Oct 15 04:06:23.531 INFO blam! Oct 15 04:06:23.531 INFO blam! running 0 tests Oct 15 04:06:23.531 INFO blam! Oct 15 04:06:23.531 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 04:06:23.531 INFO blam! Oct 15 04:06:23.532 INFO kablam! su: No module specific data is present Oct 15 04:06:24.096 INFO running `"docker" "rm" "-f" "71d643d8d2d85aab1204f95878ff907b83f56fc165e7bec4103aec3f783ff0de"` Oct 15 04:06:24.418 INFO blam! 71d643d8d2d85aab1204f95878ff907b83f56fc165e7bec4103aec3f783ff0de