Oct 11 06:27:09.201 INFO testing HarveyHunt/rayblaster against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 06:27:09.202 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 06:27:09.203 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 06:27:09.545 INFO blam! 31d4df2717e7389a37c14338641e24ed70badb2d4af18d21a32f1174a50abdb6 Oct 11 06:27:09.550 INFO running `"docker" "start" "-a" "31d4df2717e7389a37c14338641e24ed70badb2d4af18d21a32f1174a50abdb6"` Oct 11 06:27:10.560 INFO kablam! usermod: no changes Oct 11 06:27:10.724 INFO kablam! Compiling rand v0.3.16 Oct 11 06:27:10.725 INFO kablam! Compiling miniz-sys v0.1.9 Oct 11 06:27:11.781 INFO kablam! Compiling flate2 v0.2.19 Oct 11 06:27:14.416 INFO kablam! Compiling num-bigint v0.1.40 Oct 11 06:27:14.416 INFO kablam! Compiling rayon-core v1.2.1 Oct 11 06:27:14.849 INFO kablam! Compiling png v0.5.2 Oct 11 06:27:18.760 INFO kablam! Compiling rayon v0.8.2 Oct 11 06:27:20.732 INFO kablam! Compiling num-rational v0.1.39 Oct 11 06:27:23.871 INFO kablam! Compiling num v0.1.40 Oct 11 06:27:25.300 INFO kablam! Compiling cgmath v0.9.1 Oct 11 06:27:25.409 INFO kablam! Compiling jpeg-decoder v0.1.13 Oct 11 06:27:29.808 INFO kablam! Compiling image v0.10.4 Oct 11 06:27:44.292 INFO kablam! Compiling rayblaster v0.1.0 (/source) Oct 11 06:27:47.481 INFO kablam! warning: value assigned to `sample_index` is never read Oct 11 06:27:47.481 INFO kablam! --> src/renderer/renderer.rs:90:17 Oct 11 06:27:47.481 INFO kablam! | Oct 11 06:27:47.481 INFO kablam! 90 | let mut sample_index = 0; Oct 11 06:27:47.481 INFO kablam! | ^^^^^^^^^^^^ Oct 11 06:27:47.481 INFO kablam! | Oct 11 06:27:47.481 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 11 06:27:47.481 INFO kablam! Oct 11 06:27:47.482 INFO kablam! warning: variable `prim` is assigned to, but never used Oct 11 06:27:47.482 INFO kablam! --> src/renderer/renderer.rs:122:13 Oct 11 06:27:47.482 INFO kablam! | Oct 11 06:27:47.482 INFO kablam! 122 | let prim: &Box; Oct 11 06:27:47.482 INFO kablam! | ^^^^ Oct 11 06:27:47.482 INFO kablam! | Oct 11 06:27:47.482 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 06:27:47.482 INFO kablam! = note: consider using `_prim` instead Oct 11 06:27:47.482 INFO kablam! Oct 11 06:27:47.482 INFO kablam! warning: value assigned to `prim` is never read Oct 11 06:27:47.482 INFO kablam! --> src/renderer/renderer.rs:128:17 Oct 11 06:27:47.482 INFO kablam! | Oct 11 06:27:47.482 INFO kablam! 128 | prim = p Oct 11 06:27:47.482 INFO kablam! | ^^^^ Oct 11 06:27:47.482 INFO kablam! Oct 11 06:27:47.482 INFO kablam! warning: unused variable: `int` Oct 11 06:27:47.482 INFO kablam! --> src/renderer/renderer.rs:158:19 Oct 11 06:27:47.482 INFO kablam! | Oct 11 06:27:47.482 INFO kablam! 158 | Some((int, prim)) => true, Oct 11 06:27:47.482 INFO kablam! | ^^^ help: consider using `_int` instead Oct 11 06:27:47.482 INFO kablam! Oct 11 06:27:47.482 INFO kablam! warning: unused variable: `prim` Oct 11 06:27:47.482 INFO kablam! --> src/renderer/renderer.rs:158:24 Oct 11 06:27:47.482 INFO kablam! | Oct 11 06:27:47.482 INFO kablam! 158 | Some((int, prim)) => true, Oct 11 06:27:47.482 INFO kablam! | ^^^^ help: consider using `_prim` instead Oct 11 06:27:47.482 INFO kablam! Oct 11 06:27:47.526 INFO kablam! warning: field is never used: `depth` Oct 11 06:27:47.526 INFO kablam! --> src/renderer/ray.rs:14:5 Oct 11 06:27:47.526 INFO kablam! | Oct 11 06:27:47.526 INFO kablam! 14 | depth: u32, Oct 11 06:27:47.526 INFO kablam! | ^^^^^^^^^^ Oct 11 06:27:47.526 INFO kablam! | Oct 11 06:27:47.526 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 06:27:47.526 INFO kablam! Oct 11 06:27:47.526 INFO kablam! warning: field is never used: `t` Oct 11 06:27:47.526 INFO kablam! --> src/renderer/ray.rs:15:5 Oct 11 06:27:47.526 INFO kablam! | Oct 11 06:27:47.526 INFO kablam! 15 | t: RayType, Oct 11 06:27:47.526 INFO kablam! | ^^^^^^^^^^ Oct 11 06:27:47.526 INFO kablam! Oct 11 06:27:47.526 INFO kablam! warning: field is never used: `fov` Oct 11 06:27:47.526 INFO kablam! --> src/renderer/renderer.rs:27:5 Oct 11 06:27:47.526 INFO kablam! | Oct 11 06:27:47.526 INFO kablam! 27 | fov: f64, Oct 11 06:27:47.526 INFO kablam! | ^^^^^^^^ Oct 11 06:27:47.526 INFO kablam! Oct 11 06:27:47.552 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 06:27:47.552 INFO kablam! --> src/main.rs:89:5 Oct 11 06:27:47.552 INFO kablam! | Oct 11 06:27:47.552 INFO kablam! 89 | / save_buffer(image_path, Oct 11 06:27:47.552 INFO kablam! 90 | | &buffer, Oct 11 06:27:47.552 INFO kablam! 91 | | width as u32, Oct 11 06:27:47.552 INFO kablam! 92 | | height as u32, Oct 11 06:27:47.552 INFO kablam! 93 | | image::RGB(8)); Oct 11 06:27:47.552 INFO kablam! | |_______________________________^ Oct 11 06:27:47.552 INFO kablam! | Oct 11 06:27:47.552 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 06:27:47.552 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 06:27:47.552 INFO kablam! Oct 11 06:27:50.036 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 39.44s Oct 11 06:27:50.042 INFO kablam! su: No module specific data is present Oct 11 06:27:50.884 INFO running `"docker" "rm" "-f" "31d4df2717e7389a37c14338641e24ed70badb2d4af18d21a32f1174a50abdb6"` Oct 11 06:27:51.200 INFO blam! 31d4df2717e7389a37c14338641e24ed70badb2d4af18d21a32f1174a50abdb6 Oct 11 06:27:51.206 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 06:27:51.206 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 06:27:51.604 INFO blam! 89e9d8842f91d0d25a9262d8bfe6c72232f209db307f677204625801018716a4 Oct 11 06:27:51.606 INFO running `"docker" "start" "-a" "89e9d8842f91d0d25a9262d8bfe6c72232f209db307f677204625801018716a4"` Oct 11 06:27:52.944 INFO kablam! usermod: no changes Oct 11 06:27:53.045 INFO kablam! Compiling rayblaster v0.1.0 (/source) Oct 11 06:27:56.396 INFO kablam! warning: value assigned to `sample_index` is never read Oct 11 06:27:56.396 INFO kablam! --> src/renderer/renderer.rs:90:17 Oct 11 06:27:56.396 INFO kablam! | Oct 11 06:27:56.396 INFO kablam! 90 | let mut sample_index = 0; Oct 11 06:27:56.396 INFO kablam! | ^^^^^^^^^^^^ Oct 11 06:27:56.396 INFO kablam! | Oct 11 06:27:56.396 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 11 06:27:56.396 INFO kablam! Oct 11 06:27:56.396 INFO kablam! warning: variable `prim` is assigned to, but never used Oct 11 06:27:56.396 INFO kablam! --> src/renderer/renderer.rs:122:13 Oct 11 06:27:56.396 INFO kablam! | Oct 11 06:27:56.396 INFO kablam! 122 | let prim: &Box; Oct 11 06:27:56.396 INFO kablam! | ^^^^ Oct 11 06:27:56.396 INFO kablam! | Oct 11 06:27:56.404 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 06:27:56.405 INFO kablam! = note: consider using `_prim` instead Oct 11 06:27:56.405 INFO kablam! Oct 11 06:27:56.405 INFO kablam! warning: value assigned to `prim` is never read Oct 11 06:27:56.405 INFO kablam! --> src/renderer/renderer.rs:128:17 Oct 11 06:27:56.405 INFO kablam! | Oct 11 06:27:56.405 INFO kablam! 128 | prim = p Oct 11 06:27:56.406 INFO kablam! | ^^^^ Oct 11 06:27:56.406 INFO kablam! Oct 11 06:27:56.406 INFO kablam! warning: unused variable: `int` Oct 11 06:27:56.406 INFO kablam! --> src/renderer/renderer.rs:158:19 Oct 11 06:27:56.406 INFO kablam! | Oct 11 06:27:56.406 INFO kablam! 158 | Some((int, prim)) => true, Oct 11 06:27:56.407 INFO kablam! | ^^^ help: consider using `_int` instead Oct 11 06:27:56.407 INFO kablam! Oct 11 06:27:56.407 INFO kablam! warning: unused variable: `prim` Oct 11 06:27:56.407 INFO kablam! --> src/renderer/renderer.rs:158:24 Oct 11 06:27:56.407 INFO kablam! | Oct 11 06:27:56.407 INFO kablam! 158 | Some((int, prim)) => true, Oct 11 06:27:56.408 INFO kablam! | ^^^^ help: consider using `_prim` instead Oct 11 06:27:56.408 INFO kablam! Oct 11 06:27:56.432 INFO kablam! warning: field is never used: `depth` Oct 11 06:27:56.433 INFO kablam! --> src/renderer/ray.rs:14:5 Oct 11 06:27:56.433 INFO kablam! | Oct 11 06:27:56.433 INFO kablam! 14 | depth: u32, Oct 11 06:27:56.433 INFO kablam! | ^^^^^^^^^^ Oct 11 06:27:56.433 INFO kablam! | Oct 11 06:27:56.433 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 06:27:56.434 INFO kablam! Oct 11 06:27:56.434 INFO kablam! warning: field is never used: `t` Oct 11 06:27:56.434 INFO kablam! --> src/renderer/ray.rs:15:5 Oct 11 06:27:56.434 INFO kablam! | Oct 11 06:27:56.434 INFO kablam! 15 | t: RayType, Oct 11 06:27:56.434 INFO kablam! | ^^^^^^^^^^ Oct 11 06:27:56.435 INFO kablam! Oct 11 06:27:56.435 INFO kablam! warning: field is never used: `fov` Oct 11 06:27:56.435 INFO kablam! --> src/renderer/renderer.rs:27:5 Oct 11 06:27:56.435 INFO kablam! | Oct 11 06:27:56.435 INFO kablam! 27 | fov: f64, Oct 11 06:27:56.435 INFO kablam! | ^^^^^^^^ Oct 11 06:27:56.436 INFO kablam! Oct 11 06:27:56.452 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 06:27:56.452 INFO kablam! --> src/main.rs:89:5 Oct 11 06:27:56.452 INFO kablam! | Oct 11 06:27:56.452 INFO kablam! 89 | / save_buffer(image_path, Oct 11 06:27:56.452 INFO kablam! 90 | | &buffer, Oct 11 06:27:56.452 INFO kablam! 91 | | width as u32, Oct 11 06:27:56.452 INFO kablam! 92 | | height as u32, Oct 11 06:27:56.452 INFO kablam! 93 | | image::RGB(8)); Oct 11 06:27:56.452 INFO kablam! | |_______________________________^ Oct 11 06:27:56.452 INFO kablam! | Oct 11 06:27:56.452 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 06:27:56.452 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 06:27:56.452 INFO kablam! Oct 11 06:27:57.014 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.04s Oct 11 06:27:57.018 INFO kablam! su: No module specific data is present Oct 11 06:27:57.556 INFO running `"docker" "rm" "-f" "89e9d8842f91d0d25a9262d8bfe6c72232f209db307f677204625801018716a4"` Oct 11 06:27:57.808 INFO blam! 89e9d8842f91d0d25a9262d8bfe6c72232f209db307f677204625801018716a4 Oct 11 06:27:57.818 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 06:27:57.820 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 06:27:58.202 INFO blam! 978ccab40e961e3f1a07d8368b69a02b2b73c1d2a243e957d7b2b62a8dc34317 Oct 11 06:27:58.209 INFO running `"docker" "start" "-a" "978ccab40e961e3f1a07d8368b69a02b2b73c1d2a243e957d7b2b62a8dc34317"` Oct 11 06:27:59.292 INFO kablam! usermod: no changes Oct 11 06:27:59.412 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 11 06:27:59.428 INFO kablam! Running /target/debug/deps/rayblaster-a75b8536666592a3 Oct 11 06:27:59.436 INFO kablam! su: No module specific data is present Oct 11 06:27:59.436 INFO blam! Oct 11 06:27:59.436 INFO blam! running 0 tests Oct 11 06:27:59.436 INFO blam! Oct 11 06:27:59.436 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 06:27:59.436 INFO blam! Oct 11 06:28:00.202 INFO running `"docker" "rm" "-f" "978ccab40e961e3f1a07d8368b69a02b2b73c1d2a243e957d7b2b62a8dc34317"` Oct 11 06:28:00.412 INFO blam! 978ccab40e961e3f1a07d8368b69a02b2b73c1d2a243e957d7b2b62a8dc34317