Oct 26 20:02:10.369 INFO checking supermuumi/rs-tracer against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 26 20:02:10.371 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-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 26 20:02:10.829 INFO blam! 8eb6799f07faf9007790cb0f60cfe61ac63e157a3fd014f1d5bcdd1395823369 Oct 26 20:02:10.830 INFO running `"docker" "start" "-a" "8eb6799f07faf9007790cb0f60cfe61ac63e157a3fd014f1d5bcdd1395823369"` Oct 26 20:02:11.971 INFO kablam! usermod: no changes Oct 26 20:02:12.191 INFO kablam! Checking bitflags v1.0.2 Oct 26 20:02:12.191 INFO kablam! Checking crossbeam-epoch v0.3.1 Oct 26 20:02:12.195 INFO kablam! Checking chrono v0.4.2 Oct 26 20:02:12.195 INFO kablam! Compiling syn v0.13.4 Oct 26 20:02:12.195 INFO kablam! Compiling num-derive v0.2.0 Oct 26 20:02:12.519 INFO kablam! Checking png v0.12.0 Oct 26 20:02:12.519 INFO kablam! Checking clap v2.31.2 Oct 26 20:02:15.535 INFO kablam! Checking crossbeam-deque v0.2.0 Oct 26 20:02:17.875 INFO kablam! Checking rayon-core v1.4.0 Oct 26 20:02:20.476 INFO kablam! Checking rayon v1.0.1 Oct 26 20:02:27.620 INFO kablam! Checking jpeg-decoder v0.1.14 Oct 26 20:02:31.388 INFO kablam! Compiling structopt-derive v0.2.8 Oct 26 20:02:31.787 INFO kablam! Checking image v0.19.0 Oct 26 20:02:36.383 INFO kablam! Checking structopt v0.2.8 Oct 26 20:02:38.988 INFO kablam! Checking raytracer v0.1.0 (/source) Oct 26 20:02:40.322 INFO kablam! warning: unused `#[macro_use]` import Oct 26 20:02:40.322 INFO kablam! --> src/main.rs:5:1 Oct 26 20:02:40.322 INFO kablam! | Oct 26 20:02:40.322 INFO kablam! 5 | #[macro_use] Oct 26 20:02:40.322 INFO kablam! | ^^^^^^^^^^^^ Oct 26 20:02:40.322 INFO kablam! | Oct 26 20:02:40.322 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 20:02:40.322 INFO kablam! Oct 26 20:02:40.331 INFO kablam! warning: unused `#[macro_use]` import Oct 26 20:02:40.331 INFO kablam! --> src/main.rs:5:1 Oct 26 20:02:40.331 INFO kablam! | Oct 26 20:02:40.331 INFO kablam! 5 | #[macro_use] Oct 26 20:02:40.331 INFO kablam! | ^^^^^^^^^^^^ Oct 26 20:02:40.331 INFO kablam! | Oct 26 20:02:40.331 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 20:02:40.331 INFO kablam! Oct 26 20:02:40.563 INFO kablam! warning: value assigned to `outward_normal` is never read Oct 26 20:02:40.563 INFO kablam! --> src/material.rs:48:11 Oct 26 20:02:40.564 INFO kablam! | Oct 26 20:02:40.564 INFO kablam! 48 | let mut outward_normal = Vec3::one(); Oct 26 20:02:40.564 INFO kablam! | ^^^^^^^^^^^^^^ Oct 26 20:02:40.565 INFO kablam! | Oct 26 20:02:40.565 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 26 20:02:40.565 INFO kablam! Oct 26 20:02:40.566 INFO kablam! warning: value assigned to `cosine` is never read Oct 26 20:02:40.566 INFO kablam! --> src/material.rs:49:11 Oct 26 20:02:40.566 INFO kablam! | Oct 26 20:02:40.567 INFO kablam! 49 | let mut cosine = 0.0; Oct 26 20:02:40.567 INFO kablam! | ^^^^^^ Oct 26 20:02:40.567 INFO kablam! Oct 26 20:02:40.691 INFO kablam! warning: value assigned to `outward_normal` is never read Oct 26 20:02:40.691 INFO kablam! --> src/material.rs:48:11 Oct 26 20:02:40.692 INFO kablam! | Oct 26 20:02:40.692 INFO kablam! 48 | let mut outward_normal = Vec3::one(); Oct 26 20:02:40.692 INFO kablam! | ^^^^^^^^^^^^^^ Oct 26 20:02:40.693 INFO kablam! | Oct 26 20:02:40.693 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 26 20:02:40.693 INFO kablam! Oct 26 20:02:40.694 INFO kablam! warning: value assigned to `cosine` is never read Oct 26 20:02:40.694 INFO kablam! --> src/material.rs:49:11 Oct 26 20:02:40.694 INFO kablam! | Oct 26 20:02:40.695 INFO kablam! 49 | let mut cosine = 0.0; Oct 26 20:02:40.695 INFO kablam! | ^^^^^^ Oct 26 20:02:40.695 INFO kablam! Oct 26 20:02:40.843 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 28.83s Oct 26 20:02:40.855 INFO kablam! su: No module specific data is present Oct 26 20:02:41.795 INFO running `"docker" "rm" "-f" "8eb6799f07faf9007790cb0f60cfe61ac63e157a3fd014f1d5bcdd1395823369"` Oct 26 20:02:42.063 INFO blam! 8eb6799f07faf9007790cb0f60cfe61ac63e157a3fd014f1d5bcdd1395823369