Oct 13 05:15:24.458 INFO testing novoselov-ab/rusty-ray against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 05:15:24.458 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 05:15:24.634 INFO blam! a910379af4de49f7141924920626e1dda8b758a63419ff1eea4406a834efdb74 Oct 13 05:15:24.634 INFO running `"docker" "start" "-a" "a910379af4de49f7141924920626e1dda8b758a63419ff1eea4406a834efdb74"` Oct 13 05:15:25.162 INFO kablam! usermod: no changes Oct 13 05:15:25.399 INFO kablam! Compiling cc v1.0.2 Oct 13 05:15:25.420 INFO kablam! Compiling num_cpus v1.7.0 Oct 13 05:15:25.420 INFO kablam! Compiling time v0.1.38 Oct 13 05:15:25.421 INFO kablam! Compiling shared_library v0.1.7 Oct 13 05:15:25.426 INFO kablam! Compiling tempfile v2.2.0 Oct 13 05:15:25.426 INFO kablam! Compiling num-rational v0.1.39 Oct 13 05:15:25.426 INFO kablam! Compiling png v0.11.0 Oct 13 05:15:25.426 INFO kablam! Compiling glium v0.18.0 Oct 13 05:15:32.532 INFO kablam! Compiling x11-dl v2.16.0 Oct 13 05:15:32.551 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 13 05:15:32.556 INFO kablam! Compiling rayon-core v1.2.1 Oct 13 05:15:32.570 INFO kablam! Compiling backtrace-sys v0.1.16 Oct 13 05:15:32.742 INFO kablam! Compiling fs2 v0.2.5 Oct 13 05:15:32.855 INFO kablam! Compiling dlib v0.3.1 Oct 13 05:15:34.159 INFO kablam! Compiling wayland-sys v0.9.10 Oct 13 05:15:34.931 INFO kablam! Compiling memmap v0.4.0 Oct 13 05:15:38.035 INFO kablam! Compiling rayon v0.8.2 Oct 13 05:15:39.755 INFO kablam! Compiling wayland-client v0.9.10 Oct 13 05:15:51.571 INFO kablam! Compiling wayland-protocols v0.9.10 Oct 13 05:15:51.571 INFO kablam! Compiling wayland-kbd v0.9.1 Oct 13 05:15:51.763 INFO kablam! Compiling jpeg-decoder v0.1.13 Oct 13 05:16:03.031 INFO kablam! Compiling image v0.17.0 Oct 13 05:16:03.861 INFO kablam! Compiling wayland-window v0.8.0 Oct 13 05:16:03.861 INFO kablam! Compiling wayland-window v0.7.0 Oct 13 05:16:04.819 INFO kablam! Compiling backtrace v0.3.3 Oct 13 05:16:05.757 INFO kablam! Compiling winit v0.8.3 Oct 13 05:16:05.773 INFO kablam! Compiling winit v0.7.6 Oct 13 05:16:13.275 INFO kablam! Compiling glutin v0.9.2 Oct 13 05:16:14.459 INFO kablam! Compiling glutin v0.10.0 Oct 13 05:16:50.207 INFO kablam! Compiling rusty-ray v0.1.0 (/source) Oct 13 05:16:51.442 INFO kablam! warning: method is never used: `cross` Oct 13 05:16:51.442 INFO kablam! --> src/math/vec3.rs:25:5 Oct 13 05:16:51.442 INFO kablam! | Oct 13 05:16:51.442 INFO kablam! 25 | pub fn cross(self, other: Self) -> Self { Oct 13 05:16:51.442 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:16:51.442 INFO kablam! | Oct 13 05:16:51.442 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 05:16:51.442 INFO kablam! Oct 13 05:16:51.442 INFO kablam! warning: method is never used: `length` Oct 13 05:16:51.442 INFO kablam! --> src/math/vec3.rs:58:5 Oct 13 05:16:51.442 INFO kablam! | Oct 13 05:16:51.442 INFO kablam! 58 | pub fn length(&self) -> f32 { Oct 13 05:16:51.442 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:16:51.442 INFO kablam! Oct 13 05:16:51.442 INFO kablam! warning: function is never used: `lerp` Oct 13 05:16:51.442 INFO kablam! --> src/core/util.rs:37:1 Oct 13 05:16:51.442 INFO kablam! | Oct 13 05:16:51.442 INFO kablam! 37 | pub fn lerp(a: u8, b: u8, t: f32) -> u8 { Oct 13 05:16:51.442 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:16:51.442 INFO kablam! Oct 13 05:16:51.442 INFO kablam! warning: function is never used: `lerp_rgba` Oct 13 05:16:51.442 INFO kablam! --> src/core/util.rs:43:1 Oct 13 05:16:51.442 INFO kablam! | Oct 13 05:16:51.442 INFO kablam! 43 | pub fn lerp_rgba(im0: image::Rgba, im1: image::Rgba, x: f32) -> image::Rgba { Oct 13 05:16:51.442 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:16:51.442 INFO kablam! Oct 13 05:16:54.528 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 29s Oct 13 05:16:54.538 INFO kablam! su: No module specific data is present Oct 13 05:16:54.960 INFO running `"docker" "rm" "-f" "a910379af4de49f7141924920626e1dda8b758a63419ff1eea4406a834efdb74"` Oct 13 05:16:55.078 INFO blam! a910379af4de49f7141924920626e1dda8b758a63419ff1eea4406a834efdb74 Oct 13 05:16:55.080 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 05:16:55.263 INFO blam! 596b120d29b57636a374d1b10dffaaca4115ddb18dfebb8f11fb7509ab53435f Oct 13 05:16:55.268 INFO running `"docker" "start" "-a" "596b120d29b57636a374d1b10dffaaca4115ddb18dfebb8f11fb7509ab53435f"` Oct 13 05:16:55.819 INFO kablam! usermod: no changes Oct 13 05:16:55.970 INFO kablam! Compiling rusty-ray v0.1.0 (/source) Oct 13 05:16:57.202 INFO kablam! warning: function is never used: `lerp` Oct 13 05:16:57.203 INFO kablam! --> src/core/util.rs:37:1 Oct 13 05:16:57.203 INFO kablam! | Oct 13 05:16:57.203 INFO kablam! 37 | pub fn lerp(a: u8, b: u8, t: f32) -> u8 { Oct 13 05:16:57.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:16:57.203 INFO kablam! | Oct 13 05:16:57.203 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 05:16:57.203 INFO kablam! Oct 13 05:16:57.203 INFO kablam! warning: function is never used: `lerp_rgba` Oct 13 05:16:57.203 INFO kablam! --> src/core/util.rs:43:1 Oct 13 05:16:57.203 INFO kablam! | Oct 13 05:16:57.203 INFO kablam! 43 | pub fn lerp_rgba(im0: image::Rgba, im1: image::Rgba, x: f32) -> image::Rgba { Oct 13 05:16:57.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:16:57.203 INFO kablam! Oct 13 05:16:58.141 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.30s Oct 13 05:16:58.167 INFO kablam! su: No module specific data is present Oct 13 05:16:58.828 INFO running `"docker" "rm" "-f" "596b120d29b57636a374d1b10dffaaca4115ddb18dfebb8f11fb7509ab53435f"` Oct 13 05:16:59.026 INFO blam! 596b120d29b57636a374d1b10dffaaca4115ddb18dfebb8f11fb7509ab53435f Oct 13 05:16:59.026 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 05:16:59.355 INFO blam! fda40fcc705d7067b3dbae9bb464bc40f423774b4e071b9dd0299076822f1978 Oct 13 05:16:59.367 INFO running `"docker" "start" "-a" "fda40fcc705d7067b3dbae9bb464bc40f423774b4e071b9dd0299076822f1978"` Oct 13 05:17:00.485 INFO kablam! usermod: no changes Oct 13 05:17:00.752 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.16s Oct 13 05:17:00.771 INFO kablam! Running /target/debug/deps/rusty_ray-eef51ce17258fe39 Oct 13 05:17:00.779 INFO blam! Oct 13 05:17:00.779 INFO blam! running 1 test Oct 13 05:17:00.779 INFO blam! test math::vec3::tests::vec3_op_test ... ok Oct 13 05:17:00.779 INFO blam! Oct 13 05:17:00.779 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 05:17:00.779 INFO blam! Oct 13 05:17:00.783 INFO kablam! su: No module specific data is present Oct 13 05:17:01.557 INFO running `"docker" "rm" "-f" "fda40fcc705d7067b3dbae9bb464bc40f423774b4e071b9dd0299076822f1978"` Oct 13 05:17:01.916 INFO blam! fda40fcc705d7067b3dbae9bb464bc40f423774b4e071b9dd0299076822f1978