Oct 11 05:18:50.462 INFO testing Niederb/ray_tracer against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 05:18:50.462 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 05:18:50.462 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 11 05:18:50.787 INFO blam! 97c52dcd6e64567dde3c558034dbc88e6a876a20bf44882c3c9ffa698ad8d6bd Oct 11 05:18:50.788 INFO running `"docker" "start" "-a" "97c52dcd6e64567dde3c558034dbc88e6a876a20bf44882c3c9ffa698ad8d6bd"` Oct 11 05:18:51.243 INFO kablam! usermod: no changes Oct 11 05:18:51.332 INFO kablam! Compiling deflate v0.7.19 Oct 11 05:18:51.332 INFO kablam! Compiling gif v0.10.1 Oct 11 05:18:51.333 INFO kablam! Compiling num-rational v0.2.1 Oct 11 05:18:51.333 INFO kablam! Compiling rayon-core v1.4.1 Oct 11 05:18:51.333 INFO kablam! Compiling tiff v0.2.1 Oct 11 05:18:55.216 INFO kablam! Compiling png v0.12.0 Oct 11 05:18:55.236 INFO kablam! Compiling rayon v1.0.2 Oct 11 05:19:00.264 INFO kablam! Compiling jpeg-decoder v0.1.15 Oct 11 05:19:03.420 INFO kablam! Compiling image v0.20.0 Oct 11 05:19:16.596 INFO kablam! Compiling ray_tracer v0.1.0 (/source) Oct 11 05:19:17.954 INFO kablam! warning: unused import: `Vec3` Oct 11 05:19:17.954 INFO kablam! --> src/geom/hitablelist.rs:1:5 Oct 11 05:19:17.954 INFO kablam! | Oct 11 05:19:17.954 INFO kablam! 1 | use Vec3; Oct 11 05:19:17.954 INFO kablam! | ^^^^ Oct 11 05:19:17.954 INFO kablam! | Oct 11 05:19:17.954 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 05:19:17.954 INFO kablam! Oct 11 05:19:18.124 INFO kablam! warning: unused variable: `ray` Oct 11 05:19:18.124 INFO kablam! --> src/material/lambertian.rs:21:23 Oct 11 05:19:18.124 INFO kablam! | Oct 11 05:19:18.124 INFO kablam! 21 | fn scatter(&self, ray:&Ray, hit_record:HitRecord) -> (Vec3, Ray) { Oct 11 05:19:18.124 INFO kablam! | ^^^ help: consider using `_ray` instead Oct 11 05:19:18.124 INFO kablam! | Oct 11 05:19:18.124 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 05:19:18.124 INFO kablam! Oct 11 05:19:18.160 INFO kablam! warning: field is never used: `w` Oct 11 05:19:18.160 INFO kablam! --> src/geom/camera.rs:14:5 Oct 11 05:19:18.160 INFO kablam! | Oct 11 05:19:18.160 INFO kablam! 14 | w: Vec3, Oct 11 05:19:18.160 INFO kablam! | ^^^^^^^ Oct 11 05:19:18.160 INFO kablam! | Oct 11 05:19:18.160 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 05:19:18.160 INFO kablam! Oct 11 05:19:20.121 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 28.88s Oct 11 05:19:20.128 INFO kablam! su: No module specific data is present Oct 11 05:19:20.880 INFO running `"docker" "rm" "-f" "97c52dcd6e64567dde3c558034dbc88e6a876a20bf44882c3c9ffa698ad8d6bd"` Oct 11 05:19:20.966 INFO blam! 97c52dcd6e64567dde3c558034dbc88e6a876a20bf44882c3c9ffa698ad8d6bd Oct 11 05:19:20.977 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 05:19:20.977 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 11 05:19:21.261 INFO blam! 798b29d4c1cc2cc9ef4a889fa39295a04572bec9d5b02a0bede70066ea165c8b Oct 11 05:19:21.270 INFO running `"docker" "start" "-a" "798b29d4c1cc2cc9ef4a889fa39295a04572bec9d5b02a0bede70066ea165c8b"` Oct 11 05:19:21.680 INFO kablam! usermod: no changes Oct 11 05:19:21.757 INFO kablam! Compiling ray_tracer v0.1.0 (/source) Oct 11 05:19:22.788 INFO kablam! warning: unused import: `Vec3` Oct 11 05:19:22.788 INFO kablam! --> src/geom/sphere.rs:52:9 Oct 11 05:19:22.788 INFO kablam! | Oct 11 05:19:22.788 INFO kablam! 52 | use Vec3; Oct 11 05:19:22.788 INFO kablam! | ^^^^ Oct 11 05:19:22.788 INFO kablam! | Oct 11 05:19:22.788 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 05:19:22.788 INFO kablam! Oct 11 05:19:22.788 INFO kablam! warning: unused import: `Ray` Oct 11 05:19:22.788 INFO kablam! --> src/geom/sphere.rs:53:9 Oct 11 05:19:22.788 INFO kablam! | Oct 11 05:19:22.788 INFO kablam! 53 | use Ray; Oct 11 05:19:22.788 INFO kablam! | ^^^ Oct 11 05:19:22.788 INFO kablam! Oct 11 05:19:22.796 INFO kablam! warning: unused import: `Vec3` Oct 11 05:19:22.796 INFO kablam! --> src/geom/hitablelist.rs:1:5 Oct 11 05:19:22.796 INFO kablam! | Oct 11 05:19:22.796 INFO kablam! 1 | use Vec3; Oct 11 05:19:22.796 INFO kablam! | ^^^^ Oct 11 05:19:22.796 INFO kablam! Oct 11 05:19:22.796 INFO kablam! warning: unused import: `Vec3` Oct 11 05:19:22.798 INFO kablam! --> src/geom/hitablelist.rs:51:9 Oct 11 05:19:22.798 INFO kablam! | Oct 11 05:19:22.798 INFO kablam! 51 | use Vec3; Oct 11 05:19:22.798 INFO kablam! | ^^^^ Oct 11 05:19:22.799 INFO kablam! Oct 11 05:19:22.799 INFO kablam! warning: unused import: `Ray` Oct 11 05:19:22.799 INFO kablam! --> src/geom/hitablelist.rs:52:9 Oct 11 05:19:22.800 INFO kablam! | Oct 11 05:19:22.800 INFO kablam! 52 | use Ray; Oct 11 05:19:22.800 INFO kablam! | ^^^ Oct 11 05:19:22.801 INFO kablam! Oct 11 05:19:22.977 INFO kablam! warning: unused variable: `ray` Oct 11 05:19:22.977 INFO kablam! --> src/material/lambertian.rs:21:23 Oct 11 05:19:22.977 INFO kablam! | Oct 11 05:19:22.977 INFO kablam! 21 | fn scatter(&self, ray:&Ray, hit_record:HitRecord) -> (Vec3, Ray) { Oct 11 05:19:22.977 INFO kablam! | ^^^ help: consider using `_ray` instead Oct 11 05:19:22.977 INFO kablam! | Oct 11 05:19:22.977 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 05:19:22.977 INFO kablam! Oct 11 05:19:23.016 INFO kablam! warning: field is never used: `w` Oct 11 05:19:23.016 INFO kablam! --> src/geom/camera.rs:14:5 Oct 11 05:19:23.016 INFO kablam! | Oct 11 05:19:23.016 INFO kablam! 14 | w: Vec3, Oct 11 05:19:23.016 INFO kablam! | ^^^^^^^ Oct 11 05:19:23.016 INFO kablam! | Oct 11 05:19:23.016 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 05:19:23.016 INFO kablam! Oct 11 05:19:23.744 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.03s Oct 11 05:19:23.752 INFO kablam! su: No module specific data is present Oct 11 05:19:24.309 INFO running `"docker" "rm" "-f" "798b29d4c1cc2cc9ef4a889fa39295a04572bec9d5b02a0bede70066ea165c8b"` Oct 11 05:19:24.584 INFO blam! 798b29d4c1cc2cc9ef4a889fa39295a04572bec9d5b02a0bede70066ea165c8b Oct 11 05:19:24.593 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 05:19:24.594 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 11 05:19:24.956 INFO blam! cf4399b44d99430c7ef66adfbfaf998ddf592794e91d4cfb4204c5d4baf52277 Oct 11 05:19:24.969 INFO running `"docker" "start" "-a" "cf4399b44d99430c7ef66adfbfaf998ddf592794e91d4cfb4204c5d4baf52277"` Oct 11 05:19:25.655 INFO kablam! usermod: no changes Oct 11 05:19:25.746 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 11 05:19:25.759 INFO kablam! Running /target/debug/deps/ray_tracer-36a6e46cebbf0544 Oct 11 05:19:25.761 INFO blam! Oct 11 05:19:25.761 INFO blam! running 7 tests Oct 11 05:19:25.765 INFO blam! test geom::sphere::test::point_at_parameter_test ... ok Oct 11 05:19:25.765 INFO blam! test geom::ray::test::point_at_parameter_test ... ok Oct 11 05:19:25.765 INFO blam! test geom::hitablelist::test::point_at_parameter_test ... ok Oct 11 05:19:25.766 INFO blam! test geom::vec3::test::basic_operation_test ... ok Oct 11 05:19:25.766 INFO blam! test geom::vec3::test::squared_length_test ... ok Oct 11 05:19:25.767 INFO blam! test geom::vec3::test::length_test ... ok Oct 11 05:19:25.767 INFO blam! test geom::vec3::test::dot_test ... ok Oct 11 05:19:25.767 INFO blam! Oct 11 05:19:25.767 INFO blam! test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 05:19:25.767 INFO blam! Oct 11 05:19:25.769 INFO kablam! su: No module specific data is present Oct 11 05:19:26.084 INFO running `"docker" "rm" "-f" "cf4399b44d99430c7ef66adfbfaf998ddf592794e91d4cfb4204c5d4baf52277"` Oct 11 05:19:26.223 INFO blam! cf4399b44d99430c7ef66adfbfaf998ddf592794e91d4cfb4204c5d4baf52277