Oct 27 09:46:29.615 INFO checking SergeevPavel/rtrace against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 09:46:29.615 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 27 09:46:30.054 INFO blam! 787ad9c0dccfd21ddfdbb13a9221d7e8f31933782a057ae5ae47e7e121859042 Oct 27 09:46:30.057 INFO running `"docker" "start" "-a" "787ad9c0dccfd21ddfdbb13a9221d7e8f31933782a057ae5ae47e7e121859042"` Oct 27 09:46:32.367 INFO kablam! usermod: no changes Oct 27 09:46:32.498 INFO kablam! Checking rtrace v0.1.0 (/source) Oct 27 09:46:35.047 INFO kablam! warning: unused imports: `I`, `J`, `K`, `O`, `Vector` Oct 27 09:46:35.047 INFO kablam! --> src/main.rs:15:17 Oct 27 09:46:35.048 INFO kablam! | Oct 27 09:46:35.048 INFO kablam! 15 | use math::{Ray, Vector, I, J, K, O}; Oct 27 09:46:35.048 INFO kablam! | ^^^^^^ ^ ^ ^ ^ Oct 27 09:46:35.049 INFO kablam! | Oct 27 09:46:35.049 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 09:46:35.049 INFO kablam! Oct 27 09:46:35.154 INFO kablam! warning: unused imports: `I`, `J`, `K`, `O`, `Vector` Oct 27 09:46:35.154 INFO kablam! --> src/main.rs:15:17 Oct 27 09:46:35.155 INFO kablam! | Oct 27 09:46:35.156 INFO kablam! 15 | use math::{Ray, Vector, I, J, K, O}; Oct 27 09:46:35.156 INFO kablam! | ^^^^^^ ^ ^ ^ ^ Oct 27 09:46:35.157 INFO kablam! | Oct 27 09:46:35.157 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 09:46:35.157 INFO kablam! Oct 27 09:46:35.235 INFO kablam! warning: unused variable: `color` Oct 27 09:46:35.236 INFO kablam! --> src/scene.rs:31:48 Oct 27 09:46:35.236 INFO kablam! | Oct 27 09:46:35.237 INFO kablam! 31 | let IntersectionPoint { alpha, color, material, n } = ip; Oct 27 09:46:35.237 INFO kablam! | ^^^^^ help: try ignoring the field: `color: _` Oct 27 09:46:35.238 INFO kablam! | Oct 27 09:46:35.238 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 09:46:35.239 INFO kablam! Oct 27 09:46:35.239 INFO kablam! warning: unused variable: `material` Oct 27 09:46:35.240 INFO kablam! --> src/scene.rs:31:55 Oct 27 09:46:35.240 INFO kablam! | Oct 27 09:46:35.241 INFO kablam! 31 | let IntersectionPoint { alpha, color, material, n } = ip; Oct 27 09:46:35.241 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `material: _` Oct 27 09:46:35.241 INFO kablam! Oct 27 09:46:35.242 INFO kablam! warning: unused variable: `n` Oct 27 09:46:35.243 INFO kablam! --> src/scene.rs:31:65 Oct 27 09:46:35.243 INFO kablam! | Oct 27 09:46:35.244 INFO kablam! 31 | let IntersectionPoint { alpha, color, material, n } = ip; Oct 27 09:46:35.244 INFO kablam! | ^ help: try ignoring the field: `n: _` Oct 27 09:46:35.245 INFO kablam! Oct 27 09:46:35.373 INFO kablam! warning: unused variable: `color` Oct 27 09:46:35.373 INFO kablam! --> src/scene.rs:31:48 Oct 27 09:46:35.374 INFO kablam! | Oct 27 09:46:35.374 INFO kablam! 31 | let IntersectionPoint { alpha, color, material, n } = ip; Oct 27 09:46:35.374 INFO kablam! | ^^^^^ help: try ignoring the field: `color: _` Oct 27 09:46:35.374 INFO kablam! | Oct 27 09:46:35.374 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 09:46:35.374 INFO kablam! Oct 27 09:46:35.374 INFO kablam! warning: unused variable: `material` Oct 27 09:46:35.374 INFO kablam! --> src/scene.rs:31:55 Oct 27 09:46:35.374 INFO kablam! | Oct 27 09:46:35.374 INFO kablam! 31 | let IntersectionPoint { alpha, color, material, n } = ip; Oct 27 09:46:35.374 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `material: _` Oct 27 09:46:35.374 INFO kablam! Oct 27 09:46:35.374 INFO kablam! warning: unused variable: `n` Oct 27 09:46:35.374 INFO kablam! --> src/scene.rs:31:65 Oct 27 09:46:35.374 INFO kablam! | Oct 27 09:46:35.374 INFO kablam! 31 | let IntersectionPoint { alpha, color, material, n } = ip; Oct 27 09:46:35.374 INFO kablam! | ^ help: try ignoring the field: `n: _` Oct 27 09:46:35.374 INFO kablam! Oct 27 09:46:35.451 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.07s Oct 27 09:46:35.456 INFO kablam! su: No module specific data is present Oct 27 09:46:36.611 INFO running `"docker" "rm" "-f" "787ad9c0dccfd21ddfdbb13a9221d7e8f31933782a057ae5ae47e7e121859042"` Oct 27 09:46:36.883 INFO blam! 787ad9c0dccfd21ddfdbb13a9221d7e8f31933782a057ae5ae47e7e121859042