Oct 14 23:43:23.242 INFO testing daniel-junior-dube/3d_renderer_rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 23:43:23.243 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 14 23:43:23.675 INFO blam! 557719e99c75eb5cc681a033c2fd0195e1dbbe1347694e9b65bf1669271b8cb0 Oct 14 23:43:23.676 INFO running `"docker" "start" "-a" "557719e99c75eb5cc681a033c2fd0195e1dbbe1347694e9b65bf1669271b8cb0"` Oct 14 23:43:24.706 INFO kablam! usermod: no changes Oct 14 23:43:24.991 INFO kablam! Compiling nom v1.2.4 Oct 14 23:43:24.991 INFO kablam! Compiling draw_state v0.8.0 Oct 14 23:43:25.003 INFO kablam! Compiling glfw-sys v3.2.2 Oct 14 23:43:25.005 INFO kablam! Compiling num-integer v0.1.39 Oct 14 23:43:25.006 INFO kablam! Compiling num-complex v0.2.0 Oct 14 23:43:25.006 INFO kablam! Compiling gfx_macros v0.2.1 Oct 14 23:43:25.008 INFO kablam! Compiling shared_library v0.1.9 Oct 14 23:43:25.009 INFO kablam! Compiling x11-dl v2.18.3 Oct 14 23:43:29.375 INFO kablam! Compiling gfx_gl v0.5.0 Oct 14 23:43:29.375 INFO kablam! Compiling glutin v0.18.0 Oct 14 23:43:29.381 INFO kablam! Compiling enum_primitive v0.1.1 Oct 14 23:43:29.383 INFO kablam! Compiling cgmath v0.16.1 Oct 14 23:43:29.500 INFO kablam! Compiling num-bigint v0.2.0 Oct 14 23:43:32.123 INFO kablam! Compiling num-iter v0.1.37 Oct 14 23:43:32.188 INFO kablam! Compiling gfx_core v0.8.2 Oct 14 23:43:37.095 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 14 23:43:40.800 INFO kablam! Compiling semver v0.2.3 Oct 14 23:43:40.856 INFO kablam! Compiling parking_lot v0.6.4 Oct 14 23:43:49.305 INFO kablam! Compiling wayland-client v0.20.12 Oct 14 23:43:49.867 INFO kablam! Compiling num-rational v0.2.1 Oct 14 23:43:53.759 INFO kablam! Compiling num v0.2.0 Oct 14 23:43:55.088 INFO kablam! Compiling glfw v0.25.0 Oct 14 23:43:55.283 INFO kablam! Compiling wayland-protocols v0.20.12 Oct 14 23:44:02.553 INFO kablam! Compiling smithay-client-toolkit v0.3.0 Oct 14 23:44:09.957 INFO kablam! Compiling winit v0.17.2 Oct 14 23:44:33.595 INFO kablam! Compiling gfx_device_gl v0.15.3 Oct 14 23:44:33.595 INFO kablam! Compiling gfx v0.17.1 Oct 14 23:44:43.011 INFO kablam! Compiling gfx_window_glutin v0.26.0 Oct 14 23:44:48.639 INFO kablam! Compiling renderer_3d v0.1.0 (/source) Oct 14 23:44:50.363 INFO kablam! warning: unused import: `gfx::buffer::Role` Oct 14 23:44:50.363 INFO kablam! --> src/main.rs:10:5 Oct 14 23:44:50.363 INFO kablam! | Oct 14 23:44:50.363 INFO kablam! 10 | use gfx::buffer::Role; Oct 14 23:44:50.363 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 23:44:50.363 INFO kablam! | Oct 14 23:44:50.363 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 23:44:50.363 INFO kablam! Oct 14 23:44:50.363 INFO kablam! warning: unused import: `time::precise_time_s` Oct 14 23:44:50.363 INFO kablam! --> src/main.rs:14:5 Oct 14 23:44:50.363 INFO kablam! | Oct 14 23:44:50.363 INFO kablam! 14 | use time::precise_time_s; Oct 14 23:44:50.363 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 23:44:50.363 INFO kablam! Oct 14 23:44:50.363 INFO kablam! warning: unused imports: `Deg`, `Matrix4`, `vec3` Oct 14 23:44:50.363 INFO kablam! --> src/scene/entity.rs:2:19 Oct 14 23:44:50.363 INFO kablam! | Oct 14 23:44:50.363 INFO kablam! 2 | use cgmath::{Rad, Deg, Matrix4, vec3, Vector3}; Oct 14 23:44:50.363 INFO kablam! | ^^^ ^^^^^^^ ^^^^ Oct 14 23:44:50.363 INFO kablam! Oct 14 23:44:50.363 INFO kablam! warning: unused imports: `Point3`, `perspective` Oct 14 23:44:50.363 INFO kablam! --> src/scene/light_source.rs:2:14 Oct 14 23:44:50.363 INFO kablam! | Oct 14 23:44:50.363 INFO kablam! 2 | use cgmath::{perspective, Deg, Matrix4, Point3, vec3, Rad, Vector3}; Oct 14 23:44:50.363 INFO kablam! | ^^^^^^^^^^^ ^^^^^^ Oct 14 23:44:50.363 INFO kablam! Oct 14 23:44:50.363 INFO kablam! warning: unused import: `gfx::shade::ToUniform` Oct 14 23:44:50.363 INFO kablam! --> src/scene/light_source.rs:3:5 Oct 14 23:44:50.363 INFO kablam! | Oct 14 23:44:50.363 INFO kablam! 3 | use gfx::shade::ToUniform; Oct 14 23:44:50.363 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:44:50.363 INFO kablam! Oct 14 23:44:50.363 INFO kablam! warning: unused import: `gfx::shade::core::UniformValue` Oct 14 23:44:50.363 INFO kablam! --> src/scene/light_source.rs:4:5 Oct 14 23:44:50.363 INFO kablam! | Oct 14 23:44:50.363 INFO kablam! 4 | use gfx::shade::core::UniformValue; Oct 14 23:44:50.363 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:44:50.363 INFO kablam! Oct 14 23:44:50.363 INFO kablam! warning: unused import: `scene::light_source::LightSource` Oct 14 23:44:50.363 INFO kablam! --> src/common/mod.rs:4:5 Oct 14 23:44:50.363 INFO kablam! | Oct 14 23:44:50.363 INFO kablam! 4 | use scene::light_source::LightSource; Oct 14 23:44:50.363 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:44:50.363 INFO kablam! Oct 14 23:44:51.195 INFO kablam! warning: method is never used: `model_matrix` Oct 14 23:44:51.195 INFO kablam! --> src/scene/light_source.rs:39:2 Oct 14 23:44:51.195 INFO kablam! | Oct 14 23:44:51.195 INFO kablam! 39 | pub fn model_matrix(&self) -> Matrix4 { Oct 14 23:44:51.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:44:51.195 INFO kablam! | Oct 14 23:44:51.195 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 23:44:51.195 INFO kablam! Oct 14 23:44:51.195 INFO kablam! warning: variant is never constructed: `Running` Oct 14 23:44:51.195 INFO kablam! --> src/main.rs:37:2 Oct 14 23:44:51.195 INFO kablam! | Oct 14 23:44:51.195 INFO kablam! 37 | Running, Oct 14 23:44:51.195 INFO kablam! | ^^^^^^^ Oct 14 23:44:51.195 INFO kablam! Oct 14 23:44:55.955 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 31s Oct 14 23:44:55.965 INFO kablam! su: No module specific data is present Oct 14 23:44:56.872 INFO running `"docker" "rm" "-f" "557719e99c75eb5cc681a033c2fd0195e1dbbe1347694e9b65bf1669271b8cb0"` Oct 14 23:44:57.307 INFO blam! 557719e99c75eb5cc681a033c2fd0195e1dbbe1347694e9b65bf1669271b8cb0 Oct 14 23:44:57.320 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 14 23:44:57.739 INFO blam! b7543813d01235716251de6576f4e7f991e4cb1ee2c7b00b4d5454c05e26dc70 Oct 14 23:44:57.747 INFO running `"docker" "start" "-a" "b7543813d01235716251de6576f4e7f991e4cb1ee2c7b00b4d5454c05e26dc70"` Oct 14 23:44:59.303 INFO kablam! usermod: no changes Oct 14 23:44:59.550 INFO kablam! Compiling renderer_3d v0.1.0 (/source) Oct 14 23:45:01.148 INFO kablam! warning: unused import: `gfx::buffer::Role` Oct 14 23:45:01.148 INFO kablam! --> src/main.rs:10:5 Oct 14 23:45:01.149 INFO kablam! | Oct 14 23:45:01.149 INFO kablam! 10 | use gfx::buffer::Role; Oct 14 23:45:01.149 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 23:45:01.149 INFO kablam! | Oct 14 23:45:01.150 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 23:45:01.150 INFO kablam! Oct 14 23:45:01.150 INFO kablam! warning: unused import: `time::precise_time_s` Oct 14 23:45:01.151 INFO kablam! --> src/main.rs:14:5 Oct 14 23:45:01.151 INFO kablam! | Oct 14 23:45:01.152 INFO kablam! 14 | use time::precise_time_s; Oct 14 23:45:01.152 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 23:45:01.152 INFO kablam! Oct 14 23:45:01.153 INFO kablam! warning: unused imports: `Deg`, `Matrix4`, `vec3` Oct 14 23:45:01.153 INFO kablam! --> src/scene/entity.rs:2:19 Oct 14 23:45:01.153 INFO kablam! | Oct 14 23:45:01.154 INFO kablam! 2 | use cgmath::{Rad, Deg, Matrix4, vec3, Vector3}; Oct 14 23:45:01.154 INFO kablam! | ^^^ ^^^^^^^ ^^^^ Oct 14 23:45:01.154 INFO kablam! Oct 14 23:45:01.155 INFO kablam! warning: unused imports: `Point3`, `perspective` Oct 14 23:45:01.155 INFO kablam! --> src/scene/light_source.rs:2:14 Oct 14 23:45:01.155 INFO kablam! | Oct 14 23:45:01.156 INFO kablam! 2 | use cgmath::{perspective, Deg, Matrix4, Point3, vec3, Rad, Vector3}; Oct 14 23:45:01.156 INFO kablam! | ^^^^^^^^^^^ ^^^^^^ Oct 14 23:45:01.156 INFO kablam! Oct 14 23:45:01.156 INFO kablam! warning: unused import: `gfx::shade::ToUniform` Oct 14 23:45:01.157 INFO kablam! --> src/scene/light_source.rs:3:5 Oct 14 23:45:01.158 INFO kablam! | Oct 14 23:45:01.158 INFO kablam! 3 | use gfx::shade::ToUniform; Oct 14 23:45:01.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:45:01.159 INFO kablam! Oct 14 23:45:01.159 INFO kablam! warning: unused import: `gfx::shade::core::UniformValue` Oct 14 23:45:01.159 INFO kablam! --> src/scene/light_source.rs:4:5 Oct 14 23:45:01.159 INFO kablam! | Oct 14 23:45:01.159 INFO kablam! 4 | use gfx::shade::core::UniformValue; Oct 14 23:45:01.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:45:01.159 INFO kablam! Oct 14 23:45:01.159 INFO kablam! warning: unused import: `scene::light_source::LightSource` Oct 14 23:45:01.159 INFO kablam! --> src/common/mod.rs:4:5 Oct 14 23:45:01.159 INFO kablam! | Oct 14 23:45:01.159 INFO kablam! 4 | use scene::light_source::LightSource; Oct 14 23:45:01.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:45:01.159 INFO kablam! Oct 14 23:45:01.910 INFO kablam! warning: method is never used: `model_matrix` Oct 14 23:45:01.910 INFO kablam! --> src/scene/light_source.rs:39:2 Oct 14 23:45:01.910 INFO kablam! | Oct 14 23:45:01.910 INFO kablam! 39 | pub fn model_matrix(&self) -> Matrix4 { Oct 14 23:45:01.910 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:45:01.910 INFO kablam! | Oct 14 23:45:01.910 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 23:45:01.911 INFO kablam! Oct 14 23:45:01.911 INFO kablam! warning: variant is never constructed: `Running` Oct 14 23:45:01.911 INFO kablam! --> src/main.rs:37:2 Oct 14 23:45:01.911 INFO kablam! | Oct 14 23:45:01.911 INFO kablam! 37 | Running, Oct 14 23:45:01.911 INFO kablam! | ^^^^^^^ Oct 14 23:45:01.911 INFO kablam! Oct 14 23:45:02.599 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.27s Oct 14 23:45:02.615 INFO kablam! su: No module specific data is present Oct 14 23:45:03.511 INFO running `"docker" "rm" "-f" "b7543813d01235716251de6576f4e7f991e4cb1ee2c7b00b4d5454c05e26dc70"` Oct 14 23:45:03.811 INFO blam! b7543813d01235716251de6576f4e7f991e4cb1ee2c7b00b4d5454c05e26dc70 Oct 14 23:45:03.815 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 14 23:45:04.255 INFO blam! c4f537fb5543c31d8de10a07d6925bc91418d0b4c3db33cd572d119568b6f85a Oct 14 23:45:04.259 INFO running `"docker" "start" "-a" "c4f537fb5543c31d8de10a07d6925bc91418d0b4c3db33cd572d119568b6f85a"` Oct 14 23:45:05.247 INFO kablam! usermod: no changes Oct 14 23:45:05.487 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.21s Oct 14 23:45:05.506 INFO kablam! Running /target/debug/deps/renderer_3d-34832bdb2eab2d68 Oct 14 23:45:05.509 INFO blam! Oct 14 23:45:05.509 INFO blam! running 0 tests Oct 14 23:45:05.509 INFO blam! Oct 14 23:45:05.509 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 23:45:05.509 INFO blam! Oct 14 23:45:05.519 INFO kablam! su: No module specific data is present Oct 14 23:45:06.339 INFO running `"docker" "rm" "-f" "c4f537fb5543c31d8de10a07d6925bc91418d0b4c3db33cd572d119568b6f85a"` Oct 14 23:45:06.559 INFO blam! c4f537fb5543c31d8de10a07d6925bc91418d0b4c3db33cd572d119568b6f85a