Oct 11 04:33:47.158 INFO testing SergeevPavel/rtrace against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 04:33:47.158 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 04:33:47.158 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 04:33:47.372 INFO blam! 3fa91d1ce561c094f3a004a0edf12b4392099ae1cd8482a0c3f22ec47742320f Oct 11 04:33:47.374 INFO running `"docker" "start" "-a" "3fa91d1ce561c094f3a004a0edf12b4392099ae1cd8482a0c3f22ec47742320f"` Oct 11 04:33:47.893 INFO kablam! usermod: no changes Oct 11 04:33:47.971 INFO kablam! Compiling rayon-core v1.0.0 Oct 11 04:33:49.917 INFO kablam! Compiling rayon v0.7.0 Oct 11 04:33:52.927 INFO kablam! Compiling jpeg-decoder v0.1.12 Oct 11 04:33:56.197 INFO kablam! Compiling image v0.12.3 Oct 11 04:34:07.464 INFO kablam! Compiling rtrace v0.1.0 (/source) Oct 11 04:34:09.589 INFO kablam! warning: unused imports: `I`, `J`, `K`, `O`, `Vector` Oct 11 04:34:09.589 INFO kablam! --> src/main.rs:15:17 Oct 11 04:34:09.589 INFO kablam! | Oct 11 04:34:09.590 INFO kablam! 15 | use math::{Ray, Vector, I, J, K, O}; Oct 11 04:34:09.590 INFO kablam! | ^^^^^^ ^ ^ ^ ^ Oct 11 04:34:09.590 INFO kablam! | Oct 11 04:34:09.591 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 04:34:09.591 INFO kablam! Oct 11 04:34:09.684 INFO kablam! warning: unused variable: `color` Oct 11 04:34:09.685 INFO kablam! --> src/scene.rs:31:48 Oct 11 04:34:09.685 INFO kablam! | Oct 11 04:34:09.685 INFO kablam! 31 | let IntersectionPoint { alpha, color, material, n } = ip; Oct 11 04:34:09.685 INFO kablam! | ^^^^^ help: try ignoring the field: `color: _` Oct 11 04:34:09.686 INFO kablam! | Oct 11 04:34:09.686 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 04:34:09.686 INFO kablam! Oct 11 04:34:09.686 INFO kablam! warning: unused variable: `material` Oct 11 04:34:09.687 INFO kablam! --> src/scene.rs:31:55 Oct 11 04:34:09.687 INFO kablam! | Oct 11 04:34:09.687 INFO kablam! 31 | let IntersectionPoint { alpha, color, material, n } = ip; Oct 11 04:34:09.687 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `material: _` Oct 11 04:34:09.688 INFO kablam! Oct 11 04:34:09.688 INFO kablam! warning: unused variable: `n` Oct 11 04:34:09.688 INFO kablam! --> src/scene.rs:31:65 Oct 11 04:34:09.689 INFO kablam! | Oct 11 04:34:09.689 INFO kablam! 31 | let IntersectionPoint { alpha, color, material, n } = ip; Oct 11 04:34:09.689 INFO kablam! | ^ help: try ignoring the field: `n: _` Oct 11 04:34:09.689 INFO kablam! Oct 11 04:34:10.952 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 23.03s Oct 11 04:34:10.952 INFO kablam! su: No module specific data is present Oct 11 04:34:11.390 INFO running `"docker" "rm" "-f" "3fa91d1ce561c094f3a004a0edf12b4392099ae1cd8482a0c3f22ec47742320f"` Oct 11 04:34:11.554 INFO blam! 3fa91d1ce561c094f3a004a0edf12b4392099ae1cd8482a0c3f22ec47742320f Oct 11 04:34:11.561 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 04:34:11.563 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 04:34:11.914 INFO blam! 10f9a5706f05025519fc3b7c90efbfc43c92339aebce1a898ac5f5d895127901 Oct 11 04:34:11.921 INFO running `"docker" "start" "-a" "10f9a5706f05025519fc3b7c90efbfc43c92339aebce1a898ac5f5d895127901"` Oct 11 04:34:12.896 INFO kablam! usermod: no changes Oct 11 04:34:12.976 INFO kablam! Compiling rtrace v0.1.0 (/source) Oct 11 04:34:15.628 INFO kablam! warning: unused imports: `I`, `J`, `K`, `O`, `Vector` Oct 11 04:34:15.628 INFO kablam! --> src/main.rs:15:17 Oct 11 04:34:15.628 INFO kablam! | Oct 11 04:34:15.628 INFO kablam! 15 | use math::{Ray, Vector, I, J, K, O}; Oct 11 04:34:15.628 INFO kablam! | ^^^^^^ ^ ^ ^ ^ Oct 11 04:34:15.628 INFO kablam! | Oct 11 04:34:15.628 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 04:34:15.628 INFO kablam! Oct 11 04:34:15.768 INFO kablam! warning: unused variable: `color` Oct 11 04:34:15.769 INFO kablam! --> src/scene.rs:31:48 Oct 11 04:34:15.769 INFO kablam! | Oct 11 04:34:15.769 INFO kablam! 31 | let IntersectionPoint { alpha, color, material, n } = ip; Oct 11 04:34:15.770 INFO kablam! | ^^^^^ help: try ignoring the field: `color: _` Oct 11 04:34:15.770 INFO kablam! | Oct 11 04:34:15.770 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 04:34:15.770 INFO kablam! Oct 11 04:34:15.771 INFO kablam! warning: unused variable: `material` Oct 11 04:34:15.771 INFO kablam! --> src/scene.rs:31:55 Oct 11 04:34:15.771 INFO kablam! | Oct 11 04:34:15.771 INFO kablam! 31 | let IntersectionPoint { alpha, color, material, n } = ip; Oct 11 04:34:15.772 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `material: _` Oct 11 04:34:15.772 INFO kablam! Oct 11 04:34:15.772 INFO kablam! warning: unused variable: `n` Oct 11 04:34:15.772 INFO kablam! --> src/scene.rs:31:65 Oct 11 04:34:15.773 INFO kablam! | Oct 11 04:34:15.773 INFO kablam! 31 | let IntersectionPoint { alpha, color, material, n } = ip; Oct 11 04:34:15.773 INFO kablam! | ^ help: try ignoring the field: `n: _` Oct 11 04:34:15.774 INFO kablam! Oct 11 04:34:16.446 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.52s Oct 11 04:34:16.450 INFO kablam! su: No module specific data is present Oct 11 04:34:17.356 INFO running `"docker" "rm" "-f" "10f9a5706f05025519fc3b7c90efbfc43c92339aebce1a898ac5f5d895127901"` Oct 11 04:34:17.600 INFO blam! 10f9a5706f05025519fc3b7c90efbfc43c92339aebce1a898ac5f5d895127901 Oct 11 04:34:17.608 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 04:34:17.608 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 04:34:17.941 INFO blam! 494cb7c9234739f7cfc1fdd2aa2617259914c83400c7d8604e1d6a9c5479cdda Oct 11 04:34:17.942 INFO running `"docker" "start" "-a" "494cb7c9234739f7cfc1fdd2aa2617259914c83400c7d8604e1d6a9c5479cdda"` Oct 11 04:34:19.028 INFO kablam! usermod: no changes Oct 11 04:34:19.126 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 11 04:34:19.138 INFO kablam! Running /target/debug/deps/rtrace-870d1233288c44d8 Oct 11 04:34:19.141 INFO blam! Oct 11 04:34:19.141 INFO blam! running 1 test Oct 11 04:34:19.146 INFO blam! test math::vector_test ... ok Oct 11 04:34:19.147 INFO blam! Oct 11 04:34:19.147 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 04:34:19.148 INFO blam! Oct 11 04:34:19.150 INFO kablam! su: No module specific data is present Oct 11 04:34:19.573 INFO running `"docker" "rm" "-f" "494cb7c9234739f7cfc1fdd2aa2617259914c83400c7d8604e1d6a9c5479cdda"` Oct 11 04:34:19.888 INFO blam! 494cb7c9234739f7cfc1fdd2aa2617259914c83400c7d8604e1d6a9c5479cdda