Oct 11 05:35:30.309 INFO testing Maxeonyx/ray-tracer against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 05:35:30.309 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 05:35:30.310 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 05:35:30.701 INFO blam! b75307c016706d2602e0e0198d6204a1dd298c1e1ef6f3d813e3087c0357d629 Oct 11 05:35:30.702 INFO running `"docker" "start" "-a" "b75307c016706d2602e0e0198d6204a1dd298c1e1ef6f3d813e3087c0357d629"` Oct 11 05:35:32.703 INFO kablam! usermod: no changes Oct 11 05:35:33.064 INFO kablam! Compiling backtrace-sys v0.1.22 Oct 11 05:35:33.068 INFO kablam! Compiling glium v0.21.0 Oct 11 05:35:33.076 INFO kablam! Compiling rayon v1.0.1 Oct 11 05:35:33.084 INFO kablam! Compiling png v0.11.0 Oct 11 05:35:35.176 INFO kablam! Compiling backtrace v0.3.8 Oct 11 05:35:44.268 INFO kablam! Compiling jpeg-decoder v0.1.14 Oct 11 05:35:49.478 INFO kablam! Compiling image v0.18.0 Oct 11 05:36:23.207 INFO kablam! Compiling pstet v0.1.0 (/source) Oct 11 05:36:27.032 INFO kablam! warning: unused import: `load_from_memory` Oct 11 05:36:27.032 INFO kablam! --> src/main.rs:12:13 Oct 11 05:36:27.032 INFO kablam! | Oct 11 05:36:27.032 INFO kablam! 12 | use image::{load_from_memory, DynamicImage}; Oct 11 05:36:27.032 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 05:36:27.032 INFO kablam! | Oct 11 05:36:27.032 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 05:36:27.032 INFO kablam! Oct 11 05:36:27.032 INFO kablam! warning: unused import: `rand::*` Oct 11 05:36:27.032 INFO kablam! --> src/main.rs:13:5 Oct 11 05:36:27.032 INFO kablam! | Oct 11 05:36:27.032 INFO kablam! 13 | use rand::*; Oct 11 05:36:27.032 INFO kablam! | ^^^^^^^ Oct 11 05:36:27.032 INFO kablam! Oct 11 05:36:27.032 INFO kablam! warning: unused import: `load_from_memory` Oct 11 05:36:27.032 INFO kablam! --> src/scene.rs:1:13 Oct 11 05:36:27.032 INFO kablam! | Oct 11 05:36:27.032 INFO kablam! 1 | use image::{load_from_memory, DynamicImage}; Oct 11 05:36:27.032 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 05:36:27.032 INFO kablam! Oct 11 05:36:27.032 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 05:36:27.032 INFO kablam! --> src/scene.rs:511:30 Oct 11 05:36:27.032 INFO kablam! | Oct 11 05:36:27.032 INFO kablam! 511 | let flip_normal = if (i == 2 || i == 9) { true } else { false }; Oct 11 05:36:27.032 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 05:36:27.032 INFO kablam! | Oct 11 05:36:27.033 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 05:36:27.033 INFO kablam! Oct 11 05:36:27.312 INFO kablam! warning: unused variable: `y_rotation` Oct 11 05:36:27.312 INFO kablam! --> src/main.rs:177:9 Oct 11 05:36:27.312 INFO kablam! | Oct 11 05:36:27.312 INFO kablam! 177 | let y_rotation = cgmath::Quaternion::from_arc( Oct 11 05:36:27.312 INFO kablam! | ^^^^^^^^^^ help: consider using `_y_rotation` instead Oct 11 05:36:27.312 INFO kablam! | Oct 11 05:36:27.312 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 05:36:27.312 INFO kablam! Oct 11 05:36:27.312 INFO kablam! warning: unused variable: `sphere` Oct 11 05:36:27.312 INFO kablam! --> src/shapes/mod.rs:57:22 Oct 11 05:36:27.312 INFO kablam! | Oct 11 05:36:27.312 INFO kablam! 57 | Shape::Sphere(ref sphere) => V2 { x: 0.0, y: 0.0 }, Oct 11 05:36:27.312 INFO kablam! | ^^^^^^ help: consider using `_sphere` instead Oct 11 05:36:27.312 INFO kablam! Oct 11 05:36:27.344 INFO kablam! warning: variable does not need to be mutable Oct 11 05:36:27.344 INFO kablam! --> src/scene.rs:410:13 Oct 11 05:36:27.344 INFO kablam! | Oct 11 05:36:27.345 INFO kablam! 410 | let mut lights = vec![ Oct 11 05:36:27.345 INFO kablam! | ----^^^^^^ Oct 11 05:36:27.345 INFO kablam! | | Oct 11 05:36:27.345 INFO kablam! | help: remove this `mut` Oct 11 05:36:27.345 INFO kablam! | Oct 11 05:36:27.345 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 05:36:27.345 INFO kablam! Oct 11 05:36:32.512 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 59.76s Oct 11 05:36:32.516 INFO kablam! su: No module specific data is present Oct 11 05:36:32.974 INFO running `"docker" "rm" "-f" "b75307c016706d2602e0e0198d6204a1dd298c1e1ef6f3d813e3087c0357d629"` Oct 11 05:36:33.105 INFO blam! b75307c016706d2602e0e0198d6204a1dd298c1e1ef6f3d813e3087c0357d629 Oct 11 05:36:33.109 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 05:36:33.110 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 05:36:33.492 INFO blam! 0a487bdb3f270f02b5b971f6add349b85eae1b6d0c5f649a7bfb885aec178ba2 Oct 11 05:36:33.494 INFO running `"docker" "start" "-a" "0a487bdb3f270f02b5b971f6add349b85eae1b6d0c5f649a7bfb885aec178ba2"` Oct 11 05:36:34.692 INFO kablam! usermod: no changes Oct 11 05:36:34.916 INFO kablam! Compiling pstet v0.1.0 (/source) Oct 11 05:36:39.844 INFO kablam! warning: unused import: `load_from_memory` Oct 11 05:36:39.845 INFO kablam! --> src/main.rs:12:13 Oct 11 05:36:39.845 INFO kablam! | Oct 11 05:36:39.846 INFO kablam! 12 | use image::{load_from_memory, DynamicImage}; Oct 11 05:36:39.846 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 05:36:39.846 INFO kablam! | Oct 11 05:36:39.846 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 05:36:39.847 INFO kablam! Oct 11 05:36:39.847 INFO kablam! warning: unused import: `rand::*` Oct 11 05:36:39.847 INFO kablam! --> src/main.rs:13:5 Oct 11 05:36:39.848 INFO kablam! | Oct 11 05:36:39.848 INFO kablam! 13 | use rand::*; Oct 11 05:36:39.849 INFO kablam! | ^^^^^^^ Oct 11 05:36:39.849 INFO kablam! Oct 11 05:36:39.849 INFO kablam! warning: unused import: `load_from_memory` Oct 11 05:36:39.850 INFO kablam! --> src/scene.rs:1:13 Oct 11 05:36:39.850 INFO kablam! | Oct 11 05:36:39.850 INFO kablam! 1 | use image::{load_from_memory, DynamicImage}; Oct 11 05:36:39.850 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 05:36:39.851 INFO kablam! Oct 11 05:36:39.851 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 05:36:39.851 INFO kablam! --> src/scene.rs:511:30 Oct 11 05:36:39.852 INFO kablam! | Oct 11 05:36:39.852 INFO kablam! 511 | let flip_normal = if (i == 2 || i == 9) { true } else { false }; Oct 11 05:36:39.852 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 05:36:39.853 INFO kablam! | Oct 11 05:36:39.853 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 05:36:39.853 INFO kablam! Oct 11 05:36:40.184 INFO kablam! warning: unused variable: `y_rotation` Oct 11 05:36:40.184 INFO kablam! --> src/main.rs:177:9 Oct 11 05:36:40.184 INFO kablam! | Oct 11 05:36:40.184 INFO kablam! 177 | let y_rotation = cgmath::Quaternion::from_arc( Oct 11 05:36:40.184 INFO kablam! | ^^^^^^^^^^ help: consider using `_y_rotation` instead Oct 11 05:36:40.184 INFO kablam! | Oct 11 05:36:40.184 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 05:36:40.184 INFO kablam! Oct 11 05:36:40.184 INFO kablam! warning: unused variable: `sphere` Oct 11 05:36:40.184 INFO kablam! --> src/shapes/mod.rs:57:22 Oct 11 05:36:40.184 INFO kablam! | Oct 11 05:36:40.184 INFO kablam! 57 | Shape::Sphere(ref sphere) => V2 { x: 0.0, y: 0.0 }, Oct 11 05:36:40.184 INFO kablam! | ^^^^^^ help: consider using `_sphere` instead Oct 11 05:36:40.184 INFO kablam! Oct 11 05:36:40.216 INFO kablam! warning: variable does not need to be mutable Oct 11 05:36:40.216 INFO kablam! --> src/scene.rs:410:13 Oct 11 05:36:40.216 INFO kablam! | Oct 11 05:36:40.216 INFO kablam! 410 | let mut lights = vec![ Oct 11 05:36:40.216 INFO kablam! | ----^^^^^^ Oct 11 05:36:40.216 INFO kablam! | | Oct 11 05:36:40.216 INFO kablam! | help: remove this `mut` Oct 11 05:36:40.216 INFO kablam! | Oct 11 05:36:40.216 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 05:36:40.216 INFO kablam! Oct 11 05:36:40.804 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.08s Oct 11 05:36:40.813 INFO kablam! su: No module specific data is present Oct 11 05:36:41.295 INFO running `"docker" "rm" "-f" "0a487bdb3f270f02b5b971f6add349b85eae1b6d0c5f649a7bfb885aec178ba2"` Oct 11 05:36:41.624 INFO blam! 0a487bdb3f270f02b5b971f6add349b85eae1b6d0c5f649a7bfb885aec178ba2 Oct 11 05:36:41.626 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 05:36:41.628 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 05:36:42.034 INFO blam! d0ba789facdb42ba67d86b78b84b48f791768d9e5ab7f2e077d6ea2972e35e8e Oct 11 05:36:42.037 INFO running `"docker" "start" "-a" "d0ba789facdb42ba67d86b78b84b48f791768d9e5ab7f2e077d6ea2972e35e8e"` Oct 11 05:36:43.397 INFO kablam! usermod: no changes Oct 11 05:36:43.559 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.11s Oct 11 05:36:43.563 INFO kablam! Running /target/debug/deps/pstet-50c8344880cf2036 Oct 11 05:36:43.572 INFO blam! Oct 11 05:36:43.572 INFO blam! running 0 tests Oct 11 05:36:43.572 INFO blam! Oct 11 05:36:43.572 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 05:36:43.572 INFO blam! Oct 11 05:36:43.574 INFO kablam! su: No module specific data is present Oct 11 05:36:44.054 INFO running `"docker" "rm" "-f" "d0ba789facdb42ba67d86b78b84b48f791768d9e5ab7f2e077d6ea2972e35e8e"` Oct 11 05:36:44.288 INFO blam! d0ba789facdb42ba67d86b78b84b48f791768d9e5ab7f2e077d6ea2972e35e8e