Oct 13 02:38:19.364 INFO checking SergeevPavel/rtrace against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 02:38:19.366 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-5/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 13 02:38:19.906 INFO blam! cf916bfed2dcc21dd2005af31f9e6a3f69bbe00b6753f2d9dbab6d627382587f Oct 13 02:38:19.908 INFO running `"docker" "start" "-a" "cf916bfed2dcc21dd2005af31f9e6a3f69bbe00b6753f2d9dbab6d627382587f"` Oct 13 02:38:21.335 INFO kablam! usermod: no changes Oct 13 02:38:21.468 INFO kablam! Checking rayon-core v1.0.0 Oct 13 02:38:22.440 INFO kablam! Checking rayon v0.7.0 Oct 13 02:38:25.004 INFO kablam! Checking jpeg-decoder v0.1.12 Oct 13 02:38:26.560 INFO kablam! Checking image v0.12.3 Oct 13 02:38:31.282 INFO kablam! Checking rtrace v0.1.0 (/source) Oct 13 02:38:33.020 INFO kablam! warning: unused imports: `I`, `J`, `K`, `O`, `Vector` Oct 13 02:38:33.020 INFO kablam! --> src/main.rs:15:17 Oct 13 02:38:33.020 INFO kablam! | Oct 13 02:38:33.020 INFO kablam! 15 | use math::{Ray, Vector, I, J, K, O}; Oct 13 02:38:33.020 INFO kablam! | ^^^^^^ ^ ^ ^ ^ Oct 13 02:38:33.020 INFO kablam! | Oct 13 02:38:33.020 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 02:38:33.020 INFO kablam! Oct 13 02:38:33.088 INFO kablam! warning: unused imports: `I`, `J`, `K`, `O`, `Vector` Oct 13 02:38:33.088 INFO kablam! --> src/main.rs:15:17 Oct 13 02:38:33.088 INFO kablam! | Oct 13 02:38:33.088 INFO kablam! 15 | use math::{Ray, Vector, I, J, K, O}; Oct 13 02:38:33.088 INFO kablam! | ^^^^^^ ^ ^ ^ ^ Oct 13 02:38:33.088 INFO kablam! | Oct 13 02:38:33.088 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 02:38:33.088 INFO kablam! Oct 13 02:38:33.164 INFO kablam! warning: unused variable: `color` Oct 13 02:38:33.164 INFO kablam! --> src/scene.rs:31:48 Oct 13 02:38:33.164 INFO kablam! | Oct 13 02:38:33.164 INFO kablam! 31 | let IntersectionPoint { alpha, color, material, n } = ip; Oct 13 02:38:33.164 INFO kablam! | ^^^^^ help: try ignoring the field: `color: _` Oct 13 02:38:33.164 INFO kablam! | Oct 13 02:38:33.164 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 02:38:33.164 INFO kablam! Oct 13 02:38:33.164 INFO kablam! warning: unused variable: `material` Oct 13 02:38:33.164 INFO kablam! --> src/scene.rs:31:55 Oct 13 02:38:33.164 INFO kablam! | Oct 13 02:38:33.164 INFO kablam! 31 | let IntersectionPoint { alpha, color, material, n } = ip; Oct 13 02:38:33.164 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `material: _` Oct 13 02:38:33.164 INFO kablam! Oct 13 02:38:33.164 INFO kablam! warning: unused variable: `n` Oct 13 02:38:33.164 INFO kablam! --> src/scene.rs:31:65 Oct 13 02:38:33.164 INFO kablam! | Oct 13 02:38:33.164 INFO kablam! 31 | let IntersectionPoint { alpha, color, material, n } = ip; Oct 13 02:38:33.164 INFO kablam! | ^ help: try ignoring the field: `n: _` Oct 13 02:38:33.164 INFO kablam! Oct 13 02:38:33.252 INFO kablam! warning: unused variable: `color` Oct 13 02:38:33.252 INFO kablam! --> src/scene.rs:31:48 Oct 13 02:38:33.252 INFO kablam! | Oct 13 02:38:33.252 INFO kablam! 31 | let IntersectionPoint { alpha, color, material, n } = ip; Oct 13 02:38:33.252 INFO kablam! | ^^^^^ help: try ignoring the field: `color: _` Oct 13 02:38:33.252 INFO kablam! | Oct 13 02:38:33.252 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 02:38:33.252 INFO kablam! Oct 13 02:38:33.252 INFO kablam! warning: unused variable: `material` Oct 13 02:38:33.252 INFO kablam! --> src/scene.rs:31:55 Oct 13 02:38:33.252 INFO kablam! | Oct 13 02:38:33.252 INFO kablam! 31 | let IntersectionPoint { alpha, color, material, n } = ip; Oct 13 02:38:33.252 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `material: _` Oct 13 02:38:33.252 INFO kablam! Oct 13 02:38:33.252 INFO kablam! warning: unused variable: `n` Oct 13 02:38:33.252 INFO kablam! --> src/scene.rs:31:65 Oct 13 02:38:33.252 INFO kablam! | Oct 13 02:38:33.252 INFO kablam! 31 | let IntersectionPoint { alpha, color, material, n } = ip; Oct 13 02:38:33.252 INFO kablam! | ^ help: try ignoring the field: `n: _` Oct 13 02:38:33.252 INFO kablam! Oct 13 02:38:33.344 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.98s Oct 13 02:38:33.345 INFO kablam! su: No module specific data is present Oct 13 02:38:34.126 INFO running `"docker" "rm" "-f" "cf916bfed2dcc21dd2005af31f9e6a3f69bbe00b6753f2d9dbab6d627382587f"` Oct 13 02:38:34.357 INFO blam! cf916bfed2dcc21dd2005af31f9e6a3f69bbe00b6753f2d9dbab6d627382587f