Oct 15 10:25:01.969 INFO testing HarveyHunt/rayblaster against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 10:25:01.971 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 10:25:02.351 INFO blam! c4034c2f619eec17f70223c13b182d48c6e1b18472acafacc747e97e63b9ee42 Oct 15 10:25:02.355 INFO running `"docker" "start" "-a" "c4034c2f619eec17f70223c13b182d48c6e1b18472acafacc747e97e63b9ee42"` Oct 15 10:25:03.799 INFO kablam! usermod: no changes Oct 15 10:25:03.931 INFO kablam! Compiling rand v0.3.16 Oct 15 10:25:03.931 INFO kablam! Compiling miniz-sys v0.1.9 Oct 15 10:25:04.803 INFO kablam! Compiling flate2 v0.2.19 Oct 15 10:25:07.103 INFO kablam! Compiling png v0.5.2 Oct 15 10:25:08.175 INFO kablam! Compiling num-bigint v0.1.40 Oct 15 10:25:08.176 INFO kablam! Compiling rayon-core v1.2.1 Oct 15 10:25:12.667 INFO kablam! Compiling rayon v0.8.2 Oct 15 10:25:15.691 INFO kablam! Compiling num-rational v0.1.39 Oct 15 10:25:18.087 INFO kablam! Compiling num v0.1.40 Oct 15 10:25:18.521 INFO kablam! Compiling jpeg-decoder v0.1.13 Oct 15 10:25:19.235 INFO kablam! Compiling cgmath v0.9.1 Oct 15 10:25:22.403 INFO kablam! Compiling image v0.10.4 Oct 15 10:25:35.995 INFO kablam! Compiling rayblaster v0.1.0 (/source) Oct 15 10:25:37.363 INFO kablam! warning: value assigned to `sample_index` is never read Oct 15 10:25:37.363 INFO kablam! --> src/renderer/renderer.rs:90:17 Oct 15 10:25:37.363 INFO kablam! | Oct 15 10:25:37.363 INFO kablam! 90 | let mut sample_index = 0; Oct 15 10:25:37.363 INFO kablam! | ^^^^^^^^^^^^ Oct 15 10:25:37.363 INFO kablam! | Oct 15 10:25:37.363 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 10:25:37.363 INFO kablam! Oct 15 10:25:37.363 INFO kablam! warning: variable `prim` is assigned to, but never used Oct 15 10:25:37.363 INFO kablam! --> src/renderer/renderer.rs:122:13 Oct 15 10:25:37.363 INFO kablam! | Oct 15 10:25:37.363 INFO kablam! 122 | let prim: &Box; Oct 15 10:25:37.363 INFO kablam! | ^^^^ Oct 15 10:25:37.363 INFO kablam! | Oct 15 10:25:37.363 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 10:25:37.363 INFO kablam! = note: consider using `_prim` instead Oct 15 10:25:37.363 INFO kablam! Oct 15 10:25:37.363 INFO kablam! warning: value assigned to `prim` is never read Oct 15 10:25:37.363 INFO kablam! --> src/renderer/renderer.rs:128:17 Oct 15 10:25:37.363 INFO kablam! | Oct 15 10:25:37.363 INFO kablam! 128 | prim = p Oct 15 10:25:37.363 INFO kablam! | ^^^^ Oct 15 10:25:37.363 INFO kablam! Oct 15 10:25:37.363 INFO kablam! warning: unused variable: `int` Oct 15 10:25:37.363 INFO kablam! --> src/renderer/renderer.rs:158:19 Oct 15 10:25:37.363 INFO kablam! | Oct 15 10:25:37.363 INFO kablam! 158 | Some((int, prim)) => true, Oct 15 10:25:37.363 INFO kablam! | ^^^ help: consider using `_int` instead Oct 15 10:25:37.363 INFO kablam! Oct 15 10:25:37.363 INFO kablam! warning: unused variable: `prim` Oct 15 10:25:37.363 INFO kablam! --> src/renderer/renderer.rs:158:24 Oct 15 10:25:37.363 INFO kablam! | Oct 15 10:25:37.363 INFO kablam! 158 | Some((int, prim)) => true, Oct 15 10:25:37.363 INFO kablam! | ^^^^ help: consider using `_prim` instead Oct 15 10:25:37.363 INFO kablam! Oct 15 10:25:37.395 INFO kablam! warning: field is never used: `depth` Oct 15 10:25:37.395 INFO kablam! --> src/renderer/ray.rs:14:5 Oct 15 10:25:37.395 INFO kablam! | Oct 15 10:25:37.395 INFO kablam! 14 | depth: u32, Oct 15 10:25:37.395 INFO kablam! | ^^^^^^^^^^ Oct 15 10:25:37.395 INFO kablam! | Oct 15 10:25:37.395 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 10:25:37.395 INFO kablam! Oct 15 10:25:37.395 INFO kablam! warning: field is never used: `t` Oct 15 10:25:37.395 INFO kablam! --> src/renderer/ray.rs:15:5 Oct 15 10:25:37.395 INFO kablam! | Oct 15 10:25:37.395 INFO kablam! 15 | t: RayType, Oct 15 10:25:37.395 INFO kablam! | ^^^^^^^^^^ Oct 15 10:25:37.395 INFO kablam! Oct 15 10:25:37.395 INFO kablam! warning: field is never used: `fov` Oct 15 10:25:37.395 INFO kablam! --> src/renderer/renderer.rs:27:5 Oct 15 10:25:37.395 INFO kablam! | Oct 15 10:25:37.395 INFO kablam! 27 | fov: f64, Oct 15 10:25:37.395 INFO kablam! | ^^^^^^^^ Oct 15 10:25:37.395 INFO kablam! Oct 15 10:25:37.409 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:25:37.409 INFO kablam! --> src/main.rs:89:5 Oct 15 10:25:37.409 INFO kablam! | Oct 15 10:25:37.409 INFO kablam! 89 | / save_buffer(image_path, Oct 15 10:25:37.409 INFO kablam! 90 | | &buffer, Oct 15 10:25:37.409 INFO kablam! 91 | | width as u32, Oct 15 10:25:37.409 INFO kablam! 92 | | height as u32, Oct 15 10:25:37.409 INFO kablam! 93 | | image::RGB(8)); Oct 15 10:25:37.409 INFO kablam! | |_______________________________^ Oct 15 10:25:37.409 INFO kablam! | Oct 15 10:25:37.409 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 10:25:37.409 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:25:37.409 INFO kablam! Oct 15 10:25:39.571 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 35.73s Oct 15 10:25:39.571 INFO kablam! su: No module specific data is present Oct 15 10:25:40.402 INFO running `"docker" "rm" "-f" "c4034c2f619eec17f70223c13b182d48c6e1b18472acafacc747e97e63b9ee42"` Oct 15 10:25:40.676 INFO blam! c4034c2f619eec17f70223c13b182d48c6e1b18472acafacc747e97e63b9ee42 Oct 15 10:25:40.679 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 10:25:41.224 INFO blam! f40433a3c459885beb8eba64b86afe997177490b833e0a7f67bd6f892c0e5f4c Oct 15 10:25:41.227 INFO running `"docker" "start" "-a" "f40433a3c459885beb8eba64b86afe997177490b833e0a7f67bd6f892c0e5f4c"` Oct 15 10:25:42.549 INFO kablam! usermod: no changes Oct 15 10:25:42.675 INFO kablam! Compiling rayblaster v0.1.0 (/source) Oct 15 10:25:44.255 INFO kablam! warning: value assigned to `sample_index` is never read Oct 15 10:25:44.255 INFO kablam! --> src/renderer/renderer.rs:90:17 Oct 15 10:25:44.255 INFO kablam! | Oct 15 10:25:44.255 INFO kablam! 90 | let mut sample_index = 0; Oct 15 10:25:44.255 INFO kablam! | ^^^^^^^^^^^^ Oct 15 10:25:44.255 INFO kablam! | Oct 15 10:25:44.255 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 10:25:44.255 INFO kablam! Oct 15 10:25:44.255 INFO kablam! warning: variable `prim` is assigned to, but never used Oct 15 10:25:44.256 INFO kablam! --> src/renderer/renderer.rs:122:13 Oct 15 10:25:44.256 INFO kablam! | Oct 15 10:25:44.256 INFO kablam! 122 | let prim: &Box; Oct 15 10:25:44.256 INFO kablam! | ^^^^ Oct 15 10:25:44.256 INFO kablam! | Oct 15 10:25:44.256 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 10:25:44.256 INFO kablam! = note: consider using `_prim` instead Oct 15 10:25:44.256 INFO kablam! Oct 15 10:25:44.256 INFO kablam! warning: value assigned to `prim` is never read Oct 15 10:25:44.256 INFO kablam! --> src/renderer/renderer.rs:128:17 Oct 15 10:25:44.256 INFO kablam! | Oct 15 10:25:44.256 INFO kablam! 128 | prim = p Oct 15 10:25:44.256 INFO kablam! | ^^^^ Oct 15 10:25:44.256 INFO kablam! Oct 15 10:25:44.256 INFO kablam! warning: unused variable: `int` Oct 15 10:25:44.256 INFO kablam! --> src/renderer/renderer.rs:158:19 Oct 15 10:25:44.256 INFO kablam! | Oct 15 10:25:44.256 INFO kablam! 158 | Some((int, prim)) => true, Oct 15 10:25:44.256 INFO kablam! | ^^^ help: consider using `_int` instead Oct 15 10:25:44.256 INFO kablam! Oct 15 10:25:44.257 INFO kablam! warning: unused variable: `prim` Oct 15 10:25:44.257 INFO kablam! --> src/renderer/renderer.rs:158:24 Oct 15 10:25:44.257 INFO kablam! | Oct 15 10:25:44.257 INFO kablam! 158 | Some((int, prim)) => true, Oct 15 10:25:44.257 INFO kablam! | ^^^^ help: consider using `_prim` instead Oct 15 10:25:44.257 INFO kablam! Oct 15 10:25:44.291 INFO kablam! warning: field is never used: `depth` Oct 15 10:25:44.291 INFO kablam! --> src/renderer/ray.rs:14:5 Oct 15 10:25:44.292 INFO kablam! | Oct 15 10:25:44.292 INFO kablam! 14 | depth: u32, Oct 15 10:25:44.292 INFO kablam! | ^^^^^^^^^^ Oct 15 10:25:44.292 INFO kablam! | Oct 15 10:25:44.292 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 10:25:44.292 INFO kablam! Oct 15 10:25:44.292 INFO kablam! warning: field is never used: `t` Oct 15 10:25:44.292 INFO kablam! --> src/renderer/ray.rs:15:5 Oct 15 10:25:44.292 INFO kablam! | Oct 15 10:25:44.292 INFO kablam! 15 | t: RayType, Oct 15 10:25:44.292 INFO kablam! | ^^^^^^^^^^ Oct 15 10:25:44.292 INFO kablam! Oct 15 10:25:44.292 INFO kablam! warning: field is never used: `fov` Oct 15 10:25:44.292 INFO kablam! --> src/renderer/renderer.rs:27:5 Oct 15 10:25:44.292 INFO kablam! | Oct 15 10:25:44.293 INFO kablam! 27 | fov: f64, Oct 15 10:25:44.293 INFO kablam! | ^^^^^^^^ Oct 15 10:25:44.293 INFO kablam! Oct 15 10:25:44.305 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:25:44.305 INFO kablam! --> src/main.rs:89:5 Oct 15 10:25:44.305 INFO kablam! | Oct 15 10:25:44.305 INFO kablam! 89 | / save_buffer(image_path, Oct 15 10:25:44.305 INFO kablam! 90 | | &buffer, Oct 15 10:25:44.305 INFO kablam! 91 | | width as u32, Oct 15 10:25:44.305 INFO kablam! 92 | | height as u32, Oct 15 10:25:44.305 INFO kablam! 93 | | image::RGB(8)); Oct 15 10:25:44.305 INFO kablam! | |_______________________________^ Oct 15 10:25:44.305 INFO kablam! | Oct 15 10:25:44.305 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 10:25:44.305 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:25:44.305 INFO kablam! Oct 15 10:25:44.972 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.39s Oct 15 10:25:44.976 INFO kablam! su: No module specific data is present Oct 15 10:25:46.004 INFO running `"docker" "rm" "-f" "f40433a3c459885beb8eba64b86afe997177490b833e0a7f67bd6f892c0e5f4c"` Oct 15 10:25:46.259 INFO blam! f40433a3c459885beb8eba64b86afe997177490b833e0a7f67bd6f892c0e5f4c Oct 15 10:25:46.261 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 10:25:46.803 INFO blam! 7d4af4bc1d702480cee3518ab90da37af7b983458b67af036eb4c964cb916a07 Oct 15 10:25:46.806 INFO running `"docker" "start" "-a" "7d4af4bc1d702480cee3518ab90da37af7b983458b67af036eb4c964cb916a07"` Oct 15 10:25:47.885 INFO kablam! usermod: no changes Oct 15 10:25:47.961 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 15 10:25:47.975 INFO kablam! Running /target/debug/deps/rayblaster-a75b8536666592a3 Oct 15 10:25:47.979 INFO blam! Oct 15 10:25:47.979 INFO blam! running 0 tests Oct 15 10:25:47.979 INFO blam! Oct 15 10:25:47.979 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 10:25:47.979 INFO blam! Oct 15 10:25:47.983 INFO kablam! su: No module specific data is present Oct 15 10:25:48.749 INFO running `"docker" "rm" "-f" "7d4af4bc1d702480cee3518ab90da37af7b983458b67af036eb4c964cb916a07"` Oct 15 10:25:48.989 INFO blam! 7d4af4bc1d702480cee3518ab90da37af7b983458b67af036eb4c964cb916a07